01KM66M8F290P4KSM2JZA7NAS3: 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: 01KM66N22T9WCBGH8S303JSTPZ

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-20T18:04:51.208Zjob assigned to worker 01KM66NA1CRSE6CVQ26X83YVQV [factory aws, i-02bdcb95284d41abe] (queued for 1 m 29 s)
 
22026-03-20T18:04:59.667Zstarting task 0: "setup"
32026-03-20T18:04:59.709Z++ uname -s
42026-03-20T18:04:59.709Z+ kern=SunOS
52026-03-20T18:04:59.709Z+ build_user=build
62026-03-20T18:04:59.709Z+ build_uid=12345
72026-03-20T18:04:59.709Z+ work_dir=/work
82026-03-20T18:04:59.709Z+ input_dir=/input
92026-03-20T18:04:59.709Z+ [[ 0 == 12345 ]]
102026-03-20T18:04:59.709Z+ case "$kern" in
112026-03-20T18:04:59.710Z+ groupadd -g 12345 build
122026-03-20T18:04:59.710Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-20T18:05:01.641Z+ zfs create -o mountpoint=/work rpool/work
142026-03-20T18:05:01.755Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-20T18:05:01.766Z+ home_fs=zfs
162026-03-20T18:05:01.766Z+ [[ zfs == autofs ]]
172026-03-20T18:05:01.766Z+ mkdir -p /home/build
182026-03-20T18:05:01.766Z+ chown build:build /home/build /work
192026-03-20T18:05:02.761Z+ chmod 0700 /home/build /work
202026-03-20T18:05:02.765Zprocess exited: duration 3142 ms, exit code 0
 
212026-03-20T18:05:02.780Zstarting task 1: "rust-toolchain"
222026-03-20T18:05:02.787Z * rust toolchain channel = "1.94.0"
232026-03-20T18:05:02.787Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
242026-03-20T18:05:02.787Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-20T18:05:02.787Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-03-20T18:05:02.788Z * rust toolchain profile = "default"
272026-03-20T18:05:02.788Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-20T18:05:02.788Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-20T18:05:02.789Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-20T18:05:02.930Zinfo: downloading installer
312026-03-20T18:05:04.853Zwarn: It looks like you have an existing installation of Rust at:
322026-03-20T18:05:04.853Zwarn: /opt/ooce/bin
332026-03-20T18:05:04.853Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-20T18:05:04.853Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-20T18:05:04.853Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-20T18:05:04.853Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-20T18:05:04.853Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-20T18:05:04.853Zerror: cannot install while Rust is installed
392026-03-20T18:05:04.853Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-20T18:05:04.853Zwarn: It looks like you have an existing rustup settings file at:
412026-03-20T18:05:04.853Zwarn: /home/build/.rustup/settings.toml
422026-03-20T18:05:04.853Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-20T18:05:04.853Zwarn: instead of the one inferred from the default host triple.
442026-03-20T18:05:04.864Zinfo: profile set to default
452026-03-20T18:05:04.864Zinfo: default host triple is x86_64-unknown-illumos
462026-03-20T18:05:04.868Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-20T18:05:05.016Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-20T18:05:05.021Zinfo: downloading 6 components
492026-03-20T18:05:20.821Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-20T18:05:20.821Z
512026-03-20T18:05:20.858Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-20T18:05:20.858Z
532026-03-20T18:05:20.873Z
542026-03-20T18:05:20.873ZRust is installed now. Great!
552026-03-20T18:05:20.873Z
562026-03-20T18:05:20.873ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-20T18:05:20.873Zenvironment variable. This has not been done automatically.
582026-03-20T18:05:20.873Z
592026-03-20T18:05:20.874ZTo configure your current shell, you need to source
602026-03-20T18:05:20.874Zthe corresponding env file under $HOME/.cargo.
612026-03-20T18:05:20.874Z
622026-03-20T18:05:20.874ZThis is usually done by running one of the following (note the leading DOT):
632026-03-20T18:05:20.874Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-20T18:05:20.874Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-20T18:05:20.874Zsource "~/.cargo/env.nu" # For nushell
662026-03-20T18:05:20.874Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-20T18:05:20.874Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-20T18:05:20.875Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-20T18:05:20.875Zwarn: no default linker (`cc`) was found in your PATH
702026-03-20T18:05:20.875Zwarn: many Rust crates require a system C toolchain to build
712026-03-20T18:05:20.968Z+ rustup --version
722026-03-20T18:05:20.978Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-20T18:05:20.978Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-20T18:05:20.999Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-20T18:05:21.010Z+ cargo --version
762026-03-20T18:05:21.027Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-20T18:05:21.033Z+ rustc --version
782026-03-20T18:05:21.047Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-20T18:05:21.054Zprocess exited: duration 18271 ms, exit code 0
 
802026-03-20T18:05:21.078Zstarting task 2: "authentication"
812026-03-20T18:05:21.107Zprocess exited: duration 29 ms, exit code 0
 
822026-03-20T18:05:21.148Zstarting task 3: "clone repository"
832026-03-20T18:05:21.159Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-20T18:05:21.159Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-20T18:05:21.187ZCloning into '/work/oxidecomputer/omicron'...
862026-03-20T18:05:31.529Z+ cd /work/oxidecomputer/omicron
872026-03-20T18:05:31.529Z+ git fetch origin 71ff78bdac36a4d225958cd556e280cf99803317
882026-03-20T18:05:31.835ZFrom https://github.com/oxidecomputer/omicron
892026-03-20T18:05:31.835Z * branch 71ff78bdac36a4d225958cd556e280cf99803317 -> FETCH_HEAD
902026-03-20T18:05:31.847Z+ [[ -n dependabot/cargo/tar-0.4.45 ]]
912026-03-20T18:05:31.850Z++ git branch --show-current
922026-03-20T18:05:31.851Z+ current=main
932026-03-20T18:05:31.851Z+ [[ main != dependabot/cargo/tar-0.4.45 ]]
942026-03-20T18:05:31.851Z+ git branch -f dependabot/cargo/tar-0.4.45 71ff78bdac36a4d225958cd556e280cf99803317
952026-03-20T18:05:31.854Z+ git checkout -f dependabot/cargo/tar-0.4.45
962026-03-20T18:05:32.174ZSwitched to branch 'dependabot/cargo/tar-0.4.45'
972026-03-20T18:05:32.177Z+ git reset --hard 71ff78bdac36a4d225958cd556e280cf99803317
982026-03-20T18:05:32.197ZHEAD is now at 71ff78bda Bump tar from 0.4.44 to 0.4.45
992026-03-20T18:05:32.200Zprocess exited: duration 11057 ms, exit code 0
 
1002026-03-20T18:05:32.206Zstarting task 4: "build"
1012026-03-20T18:05:32.210Z+ source .github/buildomat/ci-env.sh
1022026-03-20T18:05:32.213Z++ export CARGO_TERM_COLOR=always
1032026-03-20T18:05:32.213Z++ CARGO_TERM_COLOR=always
1042026-03-20T18:05:32.213Z+ cargo --version
1052026-03-20T18:05:32.222Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-03-20T18:05:32.226Z+ rustc --version
1072026-03-20T18:05:32.251Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-03-20T18:05:32.254Z+ source ./env.sh
1092026-03-20T18:05:32.254Z++ OLD_SHELL_OPTS=ehxB
1102026-03-20T18:05:32.254Z++ set -o xtrace
1112026-03-20T18:05:32.257Z++++ dirname ./env.sh
1122026-03-20T18:05:32.260Z+++ readlink -f .
1132026-03-20T18:05:32.260Z++ OMICRON_WS=/work/oxidecomputer/omicron
1142026-03-20T18:05:32.260Z++ 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:05:32.260Z++ 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:05:32.260Z++ 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:05:32.260Z++ 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:05:32.260Z++ 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:05:32.260Z++ 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:05:32.260Z++ 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:05:32.260Z++ 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:05:32.260Z++ case $OLD_SHELL_OPTS in
1232026-03-20T18:05:32.261Z++ unset OLD_SHELL_OPTS OMICRON_WS
1242026-03-20T18:05:32.261Z+ 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:05:32.261Z+ 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:05:32.261Z+ banner prerequisites
1272026-03-20T18:05:32.264Z
1282026-03-20T18:05:32.264Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-03-20T18:05:32.264Z # # # # # # # # # # # # # # #
1302026-03-20T18:05:32.264Z # # # # ##### # # ##### # # # # # #### #
1312026-03-20T18:05:32.264Z ##### ##### # ##### # # # # # # # # #
1322026-03-20T18:05:32.264Z # # # # # # # # # # # # # # #
1332026-03-20T18:05:32.264Z # # # ###### # # ###### ### # #### # #### #
1342026-03-20T18:05:32.264Z
1352026-03-20T18:05:32.264Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-03-20T18:05:42.299Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-03-20T18:05:52.081Z Startup: Caching catalogs ... Done
1382026-03-20T18:06:14.654ZPlanning: Solver setup ... Done (21.131s)
1392026-03-20T18:06:14.810ZPlanning: Running solver ... Done (0.153s)
1402026-03-20T18:06:15.074ZPlanning: Finding local manifests ... Done (0.002s)
1412026-03-20T18:06:15.093ZPlanning: Fetching manifests: 0/4 0% complete
1422026-03-20T18:06:15.137ZPlanning: Fetching manifests: 4/4 100% complete
1432026-03-20T18:06:15.181ZPlanning: Package planning ... Done (0.043s)
1442026-03-20T18:06:15.215ZPlanning: Merging actions ... Done (0.039s)
1452026-03-20T18:06:15.458ZPlanning: Checking for conflicting actions ... Done (0.237s)
1462026-03-20T18:06:15.484ZPlanning: Consolidating action changes ... Done (0.010s)
1472026-03-20T18:06:16.322ZPlanning: Evaluating mediators ... Done (0.856s)
1482026-03-20T18:06:16.340ZPlanning: Planning completed in 24.10 seconds
1492026-03-20T18:06:16.364Z Packages to install: 4
1502026-03-20T18:06:16.364Z Mediators to change: 2
1512026-03-20T18:06:16.364Z Services to change: 1
1522026-03-20T18:06:16.365Z Estimated space available: 155.43 GB
1532026-03-20T18:06:16.365ZEstimated space to be consumed: 1.83 GB
1542026-03-20T18:06:16.365Z Create boot environment: No
1552026-03-20T18:06:16.365ZCreate backup boot environment: No
1562026-03-20T18:06:16.365Z Rebuild boot archive: No
1572026-03-20T18:06:16.365Z
1582026-03-20T18:06:16.365ZChanged mediators:
1592026-03-20T18:06:16.365Z mediator clang:
1602026-03-20T18:06:16.365Z version: None -> 15 (system default)
1612026-03-20T18:06:16.365Z
1622026-03-20T18:06:16.365Z mediator llvm:
1632026-03-20T18:06:16.365Z version: 14 (system default) -> 15 (system default)
1642026-03-20T18:06:16.365Z
1652026-03-20T18:06:16.365ZChanged packages:
1662026-03-20T18:06:16.366Zhelios-dev
1672026-03-20T18:06:16.366Z developer/build-essential
1682026-03-20T18:06:16.366Z None -> 11-2.0
1692026-03-20T18:06:16.366Z library/libxmlsec1
1702026-03-20T18:06:16.366Z None -> 1.2.35-2.0
1712026-03-20T18:06:16.366Z ooce/developer/clang-15
1722026-03-20T18:06:16.366Z None -> 15.0.7-2.0
1732026-03-20T18:06:16.366Z ooce/developer/llvm-15
1742026-03-20T18:06:16.366Z None -> 15.0.7-2.0
1752026-03-20T18:06:16.366Z
1762026-03-20T18:06:16.366ZServices:
1772026-03-20T18:06:16.366Z restart_fmri:
1782026-03-20T18:06:16.367Z svc:/system/update-man-index:default
1792026-03-20T18:06:16.434Z
1802026-03-20T18:06:16.434ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1812026-03-20T18:06:21.388ZDownload: 1999/3290 items 118.3/212.6MB 55% complete (24.7M/s)
1822026-03-20T18:06:26.876ZDownload: 3239/3290 items 200.3/212.6MB 94% complete (20.6M/s)
1832026-03-20T18:06:32.506ZDownload: 3248/3290 items 203.1/212.6MB 95% complete (18.1M/s)
1842026-03-20T18:06:34.630ZDownload: Completed 212.60 MB in 18.25 seconds (11.7M/s)
1852026-03-20T18:06:34.786Z Actions: 1/3689 actions (Installing new actions)
1862026-03-20T18:06:38.904Z Actions: Completed 3689 actions in 4.12 seconds.
1872026-03-20T18:06:39.274Z Done (0.365s)
1882026-03-20T18:06:39.274Z Done (0.000s)
1892026-03-20T18:06:40.266Z Done (0.992s)
1902026-03-20T18:06:44.352Z Done (3.738s)
1912026-03-20T18:06:44.438Z Done (0.018s)
1922026-03-20T18:06:44.441Z Done (0.000s)
1932026-03-20T18:06:44.635Z Done (0.000s)
1942026-03-20T18:06:45.645ZPlanning: Evaluating mediator changes ... Done
1952026-03-20T18:06:45.729ZPlanning: Checking for conflicting actions ... Done
1962026-03-20T18:06:45.732ZPlanning: Consolidating action changes ... Done
1972026-03-20T18:06:45.951ZPlanning: Evaluating mediators ... Done
1982026-03-20T18:06:45.955ZPlanning: Planning completed in 0.36 seconds
1992026-03-20T18:06:45.981Z Mediators to change: 2
2002026-03-20T18:06:45.981Z Create boot environment: No
2012026-03-20T18:06:45.984ZCreate backup boot environment: No
2022026-03-20T18:06:46.048Z Done
2032026-03-20T18:06:46.048Z Done
2042026-03-20T18:06:46.817Z Done
2052026-03-20T18:06:50.107Z Done
2062026-03-20T18:06:50.190Z Done
2072026-03-20T18:06:50.193Z Done
2082026-03-20T18:06:50.348Z Done
2092026-03-20T18:06:50.910ZPlanning: Evaluating mediator changes ... Done
2102026-03-20T18:06:50.942ZPlanning: Merging actions ... Done
2112026-03-20T18:06:51.054ZPlanning: Checking for conflicting actions ... Done
2122026-03-20T18:06:51.058ZPlanning: Consolidating action changes ... Done
2132026-03-20T18:06:51.274ZPlanning: Evaluating mediators ... Done
2142026-03-20T18:06:51.316ZPlanning: Planning completed in 0.64 seconds
2152026-03-20T18:06:51.347Z Packages to change: 1
2162026-03-20T18:06:51.348Z Mediators to change: 1
2172026-03-20T18:06:51.351Z Services to change: 1
2182026-03-20T18:06:51.351Z Create boot environment: No
2192026-03-20T18:06:51.351ZCreate backup boot environment: Yes
2202026-03-20T18:06:53.853Z Actions: 1/6 actions (Updating modified actions)
2212026-03-20T18:06:53.856Z Actions: Completed 6 actions in 0.00 seconds.
2222026-03-20T18:06:53.856Z Done
2232026-03-20T18:06:53.856Z Done
2242026-03-20T18:06:54.045Z Done
2252026-03-20T18:06:57.320Z Done
2262026-03-20T18:06:57.407Z Done
2272026-03-20T18:06:57.424Z Done
2282026-03-20T18:06:57.563Z Done
2292026-03-20T18:06:57.940ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2302026-03-20T18:06:57.940Zclang system 15 system
2312026-03-20T18:06:57.940Zcsh system system illumos
2322026-03-20T18:06:57.940Zctags system system illumos
2332026-03-20T18:06:57.940Zfile system system illumos
2342026-03-20T18:06:57.940Zgcc vendor 12 vendor
2352026-03-20T18:06:57.940Zgcc system 10 system
2362026-03-20T18:06:57.940Zgcc system 7 system
2372026-03-20T18:06:57.940Zgo system 1.20 system
2382026-03-20T18:06:57.940Zgo system 1.19 system
2392026-03-20T18:06:57.940Zllvm system 15 system
2402026-03-20T18:06:57.940Zllvm system 14 system
2412026-03-20T18:06:57.940Zmariadb system 10.6 system
2422026-03-20T18:06:57.940Zmta vendor vendor dma
2432026-03-20T18:06:57.940Zopenjdk system 17 system
2442026-03-20T18:06:57.940Zopenjdk system 11 system
2452026-03-20T18:06:57.941Zopenjdk system 1.8 system
2462026-03-20T18:06:57.941Zopenssl vendor 3 vendor
2472026-03-20T18:06:57.941Zperl system 5.36 system
2482026-03-20T18:06:57.941Zpostgresql system 15 system
2492026-03-20T18:06:57.941Zpostgresql system 13 system
2502026-03-20T18:06:57.941Zpython vendor 3 vendor
2512026-03-20T18:06:57.941Zpython system 2 system
2522026-03-20T18:06:57.941Zpython3 system 3.11 system
2532026-03-20T18:06:57.941Zruby system 3.0 system
2542026-03-20T18:06:57.941Zwords vendor vendor american-english
2552026-03-20T18:06:57.941Zwords system system australian-english
2562026-03-20T18:06:57.941Zwords system system british-english
2572026-03-20T18:06:57.941Zwords system system canadian-english
2582026-03-20T18:06:57.941Zwords system system french
2592026-03-20T18:06:57.941Zwords system system italian
2602026-03-20T18:06:57.941Zwords system system ngerman
2612026-03-20T18:06:57.941Zwords system system ogerman
2622026-03-20T18:06:57.941Zwords system system spanish
2632026-03-20T18:06:58.236ZPUBLISHER TYPE STATUS P LOCATION
2642026-03-20T18:06:58.236Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2652026-03-20T18:07:04.216ZFMRI IFO
2662026-03-20T18:07:04.217Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2672026-03-20T18:07:04.217Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2682026-03-20T18:07:04.217Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2692026-03-20T18:07:04.217Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2702026-03-20T18:07:04.217Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2712026-03-20T18:07:04.217Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2722026-03-20T18:07:04.217Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2732026-03-20T18:07:04.217Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2742026-03-20T18:07:04.217Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2752026-03-20T18:07:04.217Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2762026-03-20T18:07:04.217Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2772026-03-20T18:07:04.217Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2782026-03-20T18:07:04.217Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2792026-03-20T18:07:04.217Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2802026-03-20T18:07:04.217Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2812026-03-20T18:07:04.217Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2822026-03-20T18:07:05.431Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2832026-03-20T18:07:06.169Z Updating crates.io index
2842026-03-20T18:07:06.208Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2852026-03-20T18:07:06.993Z Updating git repository `https://github.com/oxidecomputer/lldp`
2862026-03-20T18:07:07.471Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2872026-03-20T18:07:07.736Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2882026-03-20T18:07:08.298Z Updating git repository `https://github.com/oxidecomputer/falcon`
2892026-03-20T18:07:09.128Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2902026-03-20T18:07:09.654Z Updating git repository `https://github.com/oxidecomputer/propolis`
2912026-03-20T18:07:11.085Z Updating git repository `https://github.com/oxidecomputer/crucible`
2922026-03-20T18:07:12.728Z Updating git repository `https://github.com/oxidecomputer/opte`
2932026-03-20T18:07:13.742Z Updating git repository `https://github.com/oxidecomputer/tofino`
2942026-03-20T18:07:14.082Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2952026-03-20T18:07:15.036Z Updating git repository `https://github.com/oxidecomputer/clickward`
2962026-03-20T18:07:15.435Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2972026-03-20T18:07:15.810Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2982026-03-20T18:07:16.178Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2992026-03-20T18:07:17.083Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3002026-03-20T18:07:17.685Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3012026-03-20T18:07:17.963Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3022026-03-20T18:07:18.368Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3032026-03-20T18:07:18.875Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3042026-03-20T18:07:19.088Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3052026-03-20T18:07:19.344Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3062026-03-20T18:07:19.581Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3072026-03-20T18:07:20.020Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3082026-03-20T18:07:20.756Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3092026-03-20T18:07:21.231Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3102026-03-20T18:07:21.502Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3112026-03-20T18:07:21.786Z Updating git repository `https://github.com/oxidecomputer/ispf`
3122026-03-20T18:07:22.902Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3132026-03-20T18:07:23.452Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3142026-03-20T18:07:23.716Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3152026-03-20T18:07:24.036Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3162026-03-20T18:07:24.344Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3172026-03-20T18:07:24.825Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3182026-03-20T18:07:25.071Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3192026-03-20T18:07:25.340Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3202026-03-20T18:07:25.630Z Updating git repository `https://github.com/illumos/smf-rs`
3212026-03-20T18:07:26.049Z Updating git repository `https://github.com/oxidecomputer/omicron`
3222026-03-20T18:07:40.182Z Downloading crates ...
3232026-03-20T18:07:40.244Z Downloaded fastrand v2.3.0
3242026-03-20T18:07:40.251Z Downloaded camino-tempfile v1.4.1
3252026-03-20T18:07:40.255Z Downloaded anstream v0.6.21
3262026-03-20T18:07:40.255Z Downloaded serde_tokenstream v0.2.3
3272026-03-20T18:07:40.258Z Downloaded pest_generator v2.8.6
3282026-03-20T18:07:40.261Z Downloaded percent-encoding v2.3.2
3292026-03-20T18:07:40.261Z Downloaded macaddr v1.0.1
3302026-03-20T18:07:40.264Z Downloaded litemap v0.8.1
3312026-03-20T18:07:40.268Z Downloaded textwrap v0.16.2
3322026-03-20T18:07:40.268Z Downloaded anstyle-parse v0.2.7
3332026-03-20T18:07:40.271Z Downloaded num-traits v0.2.19
3342026-03-20T18:07:40.273Z Downloaded icu_provider v2.1.1
3352026-03-20T18:07:40.276Z Downloaded zerofrom-derive v0.1.6
3362026-03-20T18:07:40.276Z Downloaded yoke v0.8.1
3372026-03-20T18:07:40.276Z Downloaded toml v0.8.23
3382026-03-20T18:07:40.279Z Downloaded heck v0.4.1
3392026-03-20T18:07:40.283Z Downloaded unicode-linebreak v0.1.5
3402026-03-20T18:07:40.286Z Downloaded yoke-derive v0.8.1
3412026-03-20T18:07:40.286Z Downloaded toml_write v0.1.2
3422026-03-20T18:07:40.286Z Downloaded utf8_iter v1.0.4
3432026-03-20T18:07:40.289Z Downloaded typeid v1.0.3
3442026-03-20T18:07:40.292Z Downloaded version_check v0.9.5
3452026-03-20T18:07:40.295Z Downloaded unicode-xid v0.2.6
3462026-03-20T18:07:40.295Z Downloaded memmap v0.7.0
3472026-03-20T18:07:40.298Z Downloaded zerofrom v0.1.6
3482026-03-20T18:07:40.298Z Downloaded plain v0.2.3
3492026-03-20T18:07:40.298Z Downloaded toml_datetime v0.6.11
3502026-03-20T18:07:40.305Z Downloaded usdt v0.5.0
3512026-03-20T18:07:40.309Z Downloaded heck v0.5.0
3522026-03-20T18:07:40.311Z Downloaded generic-array v0.14.7
3532026-03-20T18:07:40.311Z Downloaded utf8parse v0.2.2
3542026-03-20T18:07:40.315Z Downloaded thread-id v4.2.2
3552026-03-20T18:07:40.315Z Downloaded usdt-macro v0.5.0
3562026-03-20T18:07:40.315Z Downloaded usdt-attr-macro v0.5.0
3572026-03-20T18:07:40.318Z Downloaded equivalent v1.0.2
3582026-03-20T18:07:40.318Z Downloaded zerovec-derive v0.11.2
3592026-03-20T18:07:40.318Z Downloaded scroll_derive v0.12.1
3602026-03-20T18:07:40.318Z Downloaded pretty-hex v0.4.1
3612026-03-20T18:07:40.318Z Downloaded tinystr v0.8.2
3622026-03-20T18:07:40.321Z Downloaded cpufeatures v0.2.17
3632026-03-20T18:07:40.321Z Downloaded thiserror-impl v2.0.18
3642026-03-20T18:07:40.324Z Downloaded zmij v1.0.21
3652026-03-20T18:07:40.324Z Downloaded thiserror v2.0.18
3662026-03-20T18:07:40.327Z Downloaded writeable v0.6.2
3672026-03-20T18:07:40.330Z Downloaded usdt-impl v0.5.0
3682026-03-20T18:07:40.330Z Downloaded is_terminal_polyfill v1.70.2
3692026-03-20T18:07:40.333Z Downloaded toml_edit v0.22.27
3702026-03-20T18:07:40.336Z Downloaded unicode-ident v1.0.24
3712026-03-20T18:07:40.336Z Downloaded proc-macro-error v1.0.4
3722026-03-20T18:07:40.339Z Downloaded quote v1.0.44
3732026-03-20T18:07:40.343Z Downloaded fs-err v3.3.0
3742026-03-20T18:07:40.343Z Downloaded zerocopy-derive v0.7.35
3752026-03-20T18:07:40.346Z Downloaded block-buffer v0.10.4
3762026-03-20T18:07:40.346Z Downloaded ordered-float v2.10.1
3772026-03-20T18:07:40.350Z Downloaded ucd-trie v0.1.7
3782026-03-20T18:07:40.350Z Downloaded dtrace-parser v0.2.0
3792026-03-20T18:07:40.350Z Downloaded idna_adapter v1.2.1
3802026-03-20T18:07:40.350Z Downloaded thiserror-impl v1.0.69
3812026-03-20T18:07:40.353Z Downloaded stable_deref_trait v1.2.1
3822026-03-20T18:07:40.353Z Downloaded thiserror v1.0.69
3832026-03-20T18:07:40.356Z Downloaded zerotrie v0.2.3
3842026-03-20T18:07:40.356Z Downloaded typenum v1.19.0
3852026-03-20T18:07:40.359Z Downloaded strsim v0.11.1
3862026-03-20T18:07:40.359Z Downloaded serde_spanned v0.6.9
3872026-03-20T18:07:40.362Z Downloaded tabled_derive v0.7.0
3882026-03-20T18:07:40.362Z Downloaded itoa v1.0.17
3892026-03-20T18:07:40.362Z Downloaded form_urlencoded v1.2.2
3902026-03-20T18:07:40.365Z Downloaded crypto-common v0.1.7
3912026-03-20T18:07:40.365Z Downloaded anstyle-query v1.1.5
3922026-03-20T18:07:40.368Z Downloaded colorchoice v1.0.4
3932026-03-20T18:07:40.368Z Downloaded url v2.5.8
3942026-03-20T18:07:40.371Z Downloaded serde-value v0.7.0
3952026-03-20T18:07:40.374Z Downloaded dof v0.3.0
3962026-03-20T18:07:40.377Z Downloaded fnv v1.0.7
3972026-03-20T18:07:40.377Z Downloaded cfg-if v1.0.4
3982026-03-20T18:07:40.382Z Downloaded smawk v0.3.2
3992026-03-20T18:07:40.385Z Downloaded zerovec v0.11.5
4002026-03-20T18:07:40.388Z Downloaded swrite v0.1.0
4012026-03-20T18:07:40.388Z Downloaded cargo-platform v0.2.0
4022026-03-20T18:07:40.391Z Downloaded errno v0.3.14
4032026-03-20T18:07:40.391Z Downloaded potential_utf v0.1.4
4042026-03-20T18:07:40.391Z Downloaded digest v0.10.7
4052026-03-20T18:07:40.394Z Downloaded displaydoc v0.2.5
4062026-03-20T18:07:40.397Z Downloaded zerocopy v0.7.35
4072026-03-20T18:07:40.408Z Downloaded winnow v0.7.14
4082026-03-20T18:07:40.413Z Downloaded serde_derive v1.0.228
4092026-03-20T18:07:40.416Z Downloaded serde-untagged v0.1.9
4102026-03-20T18:07:40.420Z Downloaded proc-macro-error-attr v1.0.4
4112026-03-20T18:07:40.420Z Downloaded unicode-width v0.2.0
4122026-03-20T18:07:40.423Z Downloaded synstructure v0.13.2
4132026-03-20T18:07:40.423Z Downloaded unicode-width v0.1.14
4142026-03-20T18:07:40.426Z Downloaded terminal_size v0.4.3
4152026-03-20T18:07:40.429Z Downloaded anstyle v1.0.13
4162026-03-20T18:07:40.429Z Downloaded clap_lex v1.0.0
4172026-03-20T18:07:40.429Z Downloaded autocfg v1.5.0
4182026-03-20T18:07:40.434Z Downloaded cargo_metadata v0.21.0
4192026-03-20T18:07:40.434Z Downloaded semver v1.0.27
4202026-03-20T18:07:40.436Z Downloaded cargo_toml v0.21.0
4212026-03-20T18:07:40.436Z Downloaded scroll v0.12.0
4222026-03-20T18:07:40.437Z Downloaded erased-serde v0.4.9
4232026-03-20T18:07:40.437Z Downloaded byteorder v1.5.0
4242026-03-20T18:07:40.440Z Downloaded bytecount v0.6.9
4252026-03-20T18:07:40.440Z Downloaded sha2 v0.10.9
4262026-03-20T18:07:40.443Z Downloaded anyhow v1.0.102
4272026-03-20T18:07:40.443Z Downloaded pest_derive v2.8.6
4282026-03-20T18:07:40.446Z Downloaded cargo-util-schemas v0.8.2
4292026-03-20T18:07:40.449Z Downloaded getrandom v0.4.1
4302026-03-20T18:07:40.452Z Downloaded clap_derive v4.5.55
4312026-03-20T18:07:40.455Z Downloaded bitflags v2.11.0
4322026-03-20T18:07:40.458Z Downloaded clap v4.5.60
4332026-03-20T18:07:40.462Z Downloaded smallvec v1.15.1
4342026-03-20T18:07:40.465Z Downloaded tempfile v3.25.0
4352026-03-20T18:07:40.468Z Downloaded once_cell v1.21.3
4362026-03-20T18:07:40.468Z Downloaded camino v1.2.2
4372026-03-20T18:07:40.471Z Downloaded papergrid v0.11.0
4382026-03-20T18:07:40.474Z Downloaded icu_properties v2.1.2
4392026-03-20T18:07:40.495Z Downloaded serde_core v1.0.228
4402026-03-20T18:07:40.498Z Downloaded proc-macro2 v1.0.106
4412026-03-20T18:07:40.501Z Downloaded icu_normalizer v2.1.1
4422026-03-20T18:07:40.508Z Downloaded pest v2.8.6
4432026-03-20T18:07:40.511Z Downloaded log v0.4.29
4442026-03-20T18:07:40.515Z Downloaded icu_collections v2.1.1
4452026-03-20T18:07:40.524Z Downloaded pest_meta v2.8.6
4462026-03-20T18:07:40.527Z Downloaded icu_normalizer_data v2.1.1
4472026-03-20T18:07:40.576Z Downloaded serde v1.0.228
4482026-03-20T18:07:40.576Z Downloaded indexmap v2.13.0
4492026-03-20T18:07:40.576Z Downloaded icu_locale_core v2.1.1
4502026-03-20T18:07:40.576Z Downloaded memchr v2.8.0
4512026-03-20T18:07:40.585Z Downloaded hashbrown v0.16.1
4522026-03-20T18:07:40.593Z Downloaded idna v1.1.0
4532026-03-20T18:07:40.600Z Downloaded serde_json v1.0.149
4542026-03-20T18:07:40.605Z Downloaded icu_properties_data v2.1.2
4552026-03-20T18:07:40.612Z Downloaded syn v2.0.117
4562026-03-20T18:07:40.619Z Downloaded clap_builder v4.5.60
4572026-03-20T18:07:40.623Z Downloaded tabled v0.15.0
4582026-03-20T18:07:40.634Z Downloaded goblin v0.8.2
4592026-03-20T18:07:40.638Z Downloaded syn v1.0.109
4602026-03-20T18:07:40.667Z Downloaded rustix v1.1.3
4612026-03-20T18:07:40.691Z Downloaded libc v0.2.180
4622026-03-20T18:07:40.780Z Compiling proc-macro2 v1.0.106
4632026-03-20T18:07:40.780Z Compiling quote v1.0.44
4642026-03-20T18:07:40.785Z Compiling unicode-ident v1.0.24
4652026-03-20T18:07:40.785Z Compiling serde_core v1.0.228
4662026-03-20T18:07:40.785Z Compiling libc v0.2.180
4672026-03-20T18:07:40.785Z Compiling version_check v0.9.5
4682026-03-20T18:07:40.785Z Compiling stable_deref_trait v1.2.1
4692026-03-20T18:07:40.785Z Compiling memchr v2.8.0
4702026-03-20T18:07:41.175Z Compiling serde v1.0.228
4712026-03-20T18:07:41.198Z Compiling zmij v1.0.21
4722026-03-20T18:07:41.556Z Compiling thiserror v1.0.69
4732026-03-20T18:07:41.699Z Compiling itoa v1.0.17
4742026-03-20T18:07:41.842Z Compiling autocfg v1.5.0
4752026-03-20T18:07:41.936Z Compiling ucd-trie v0.1.7
4762026-03-20T18:07:42.014Z Compiling litemap v0.8.1
4772026-03-20T18:07:42.036Z Compiling writeable v0.6.2
4782026-03-20T18:07:42.190Z Compiling pest v2.8.6
4792026-03-20T18:07:42.263Z Compiling icu_normalizer_data v2.1.1
4802026-03-20T18:07:42.283Z Compiling rustix v1.1.3
4812026-03-20T18:07:42.306Z Compiling byteorder v1.5.0
4822026-03-20T18:07:42.632Z Compiling icu_properties_data v2.1.2
4832026-03-20T18:07:42.784Z Compiling syn v2.0.117
4842026-03-20T18:07:42.914Z Compiling errno v0.3.14
4852026-03-20T18:07:42.936Z Compiling bitflags v2.11.0
4862026-03-20T18:07:43.022Z Compiling serde_json v1.0.149
4872026-03-20T18:07:43.319Z Compiling num-traits v0.2.19
4882026-03-20T18:07:43.345Z Compiling typeid v1.0.3
4892026-03-20T18:07:43.369Z Compiling hashbrown v0.16.1
4902026-03-20T18:07:43.643Z Compiling equivalent v1.0.2
4912026-03-20T18:07:43.701Z Compiling smallvec v1.15.1
4922026-03-20T18:07:43.937Z Compiling pest_meta v2.8.6
4932026-03-20T18:07:44.048Z Compiling indexmap v2.13.0
4942026-03-20T18:07:44.124Z Compiling thread-id v4.2.2
4952026-03-20T18:07:44.228Z Compiling proc-macro-error-attr v1.0.4
4962026-03-20T18:07:44.285Z Compiling usdt-impl v0.5.0
4972026-03-20T18:07:44.370Z Compiling syn v1.0.109
4982026-03-20T18:07:44.454Z Compiling toml_write v0.1.2
4992026-03-20T18:07:44.541Z Compiling erased-serde v0.4.9
5002026-03-20T18:07:44.712Z Compiling winnow v0.7.14
5012026-03-20T18:07:45.028Z Compiling proc-macro-error v1.0.4
5022026-03-20T18:07:45.167Z Compiling camino v1.2.2
5032026-03-20T18:07:45.286Z Compiling utf8parse v0.2.2
5042026-03-20T18:07:45.428Z Compiling log v0.4.29
5052026-03-20T18:07:45.561Z Compiling plain v0.2.3
5062026-03-20T18:07:45.668Z Compiling getrandom v0.4.1
5072026-03-20T18:07:45.703Z Compiling thiserror v2.0.18
5082026-03-20T18:07:45.915Z Compiling percent-encoding v2.3.2
5092026-03-20T18:07:46.103Z Compiling utf8_iter v1.0.4
5102026-03-20T18:07:46.202Z Compiling form_urlencoded v1.2.2
5112026-03-20T18:07:46.258Z Compiling ordered-float v2.10.1
5122026-03-20T18:07:46.306Z Compiling anstyle-parse v0.2.7
5132026-03-20T18:07:46.476Z Compiling terminal_size v0.4.3
5142026-03-20T18:07:46.541Z Compiling synstructure v0.13.2
5152026-03-20T18:07:46.629Z Compiling pest_generator v2.8.6
5162026-03-20T18:07:46.737Z Compiling colorchoice v1.0.4
5172026-03-20T18:07:46.891Z Compiling pretty-hex v0.4.1
5182026-03-20T18:07:46.915Z Compiling anstyle v1.0.13
5192026-03-20T18:07:46.938Z Compiling is_terminal_polyfill v1.70.2
5202026-03-20T18:07:47.062Z Compiling anstyle-query v1.1.5
5212026-03-20T18:07:47.062Z Compiling cfg-if v1.0.4
5222026-03-20T18:07:47.107Z Compiling serde-untagged v0.1.9
5232026-03-20T18:07:47.176Z Compiling anstream v0.6.21
5242026-03-20T18:07:47.382Z Compiling semver v1.0.27
5252026-03-20T18:07:47.470Z Compiling fs-err v3.3.0
5262026-03-20T18:07:47.633Z Compiling unicode-xid v0.2.6
5272026-03-20T18:07:47.636Z Compiling anyhow v1.0.102
5282026-03-20T18:07:47.734Z Compiling bytecount v0.6.9
5292026-03-20T18:07:47.798Z Compiling fastrand v2.3.0
5302026-03-20T18:07:47.835Z Compiling heck v0.5.0
5312026-03-20T18:07:47.915Z Compiling strsim v0.11.1
5322026-03-20T18:07:47.959Z Compiling once_cell v1.21.3
5332026-03-20T18:07:48.163Z Compiling fnv v1.0.7
5342026-03-20T18:07:48.186Z Compiling unicode-width v0.1.14
5352026-03-20T18:07:48.241Z Compiling heck v0.4.1
5362026-03-20T18:07:48.296Z Compiling clap_lex v1.0.0
5372026-03-20T18:07:48.387Z Compiling tempfile v3.25.0
5382026-03-20T18:07:48.543Z Compiling clap_builder v4.5.60
5392026-03-20T18:07:48.564Z Compiling papergrid v0.11.0
5402026-03-20T18:07:48.732Z Compiling memmap v0.7.0
5412026-03-20T18:07:48.756Z Compiling smawk v0.3.2
5422026-03-20T18:07:48.898Z Compiling unicode-linebreak v0.1.5
5432026-03-20T18:07:48.931Z Compiling unicode-width v0.2.0
5442026-03-20T18:07:49.091Z Compiling serde_derive v1.0.228
5452026-03-20T18:07:49.210Z Compiling zerofrom-derive v0.1.6
5462026-03-20T18:07:49.281Z Compiling yoke-derive v0.8.1
5472026-03-20T18:07:49.448Z Compiling zerovec-derive v0.11.2
5482026-03-20T18:07:49.472Z Compiling displaydoc v0.2.5
5492026-03-20T18:07:50.431Z Compiling thiserror-impl v1.0.69
5502026-03-20T18:07:50.554Z Compiling zerocopy-derive v0.7.35
5512026-03-20T18:07:50.864Z Compiling pest_derive v2.8.6
5522026-03-20T18:07:50.938Z Compiling scroll_derive v0.12.1
5532026-03-20T18:07:51.143Z Compiling zerofrom v0.1.6
5542026-03-20T18:07:51.316Z Compiling yoke v0.8.1
5552026-03-20T18:07:51.397Z Compiling thiserror-impl v2.0.18
5562026-03-20T18:07:51.566Z Compiling zerovec v0.11.5
5572026-03-20T18:07:51.698Z Compiling zerotrie v0.2.3
5582026-03-20T18:07:51.811Z Compiling zerocopy v0.7.35
5592026-03-20T18:07:52.096Z Compiling scroll v0.12.0
5602026-03-20T18:07:52.259Z Compiling tinystr v0.8.2
5612026-03-20T18:07:52.282Z Compiling potential_utf v0.1.4
5622026-03-20T18:07:52.482Z Compiling icu_collections v2.1.1
5632026-03-20T18:07:52.562Z Compiling icu_locale_core v2.1.1
5642026-03-20T18:07:52.562Z Compiling dtrace-parser v0.2.0
5652026-03-20T18:07:52.679Z Compiling goblin v0.8.2
5662026-03-20T18:07:52.878Z Compiling tabled_derive v0.7.0
5672026-03-20T18:07:53.169Z Compiling clap_derive v4.5.55
5682026-03-20T18:07:53.396Z Compiling textwrap v0.16.2
5692026-03-20T18:07:53.676Z Compiling icu_provider v2.1.1
5702026-03-20T18:07:53.829Z Compiling serde_spanned v0.6.9
5712026-03-20T18:07:53.853Z Compiling toml_datetime v0.6.11
5722026-03-20T18:07:53.896Z Compiling dof v0.3.0
5732026-03-20T18:07:54.017Z Compiling icu_properties v2.1.2
5742026-03-20T18:07:54.042Z Compiling icu_normalizer v2.1.1
5752026-03-20T18:07:54.075Z Compiling serde_tokenstream v0.2.3
5762026-03-20T18:07:54.138Z Compiling toml_edit v0.22.27
5772026-03-20T18:07:54.211Z Compiling serde-value v0.7.0
5782026-03-20T18:07:54.511Z Compiling cargo-platform v0.2.0
5792026-03-20T18:07:54.695Z Compiling tabled v0.15.0
5802026-03-20T18:07:54.770Z Compiling macaddr v1.0.1
5812026-03-20T18:07:55.065Z Compiling camino-tempfile v1.4.1
5822026-03-20T18:07:55.230Z Compiling swrite v0.1.0
5832026-03-20T18:07:55.261Z Compiling idna_adapter v1.2.1
5842026-03-20T18:07:55.353Z Compiling usdt-attr-macro v0.5.0
5852026-03-20T18:07:55.378Z Compiling usdt-macro v0.5.0
5862026-03-20T18:07:55.442Z Compiling idna v1.1.0
5872026-03-20T18:07:55.589Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5882026-03-20T18:07:55.614Z Compiling clap v4.5.60
5892026-03-20T18:07:55.908Z Compiling url v2.5.8
5902026-03-20T18:07:56.182Z Compiling toml v0.8.23
5912026-03-20T18:07:56.632Z Compiling usdt v0.5.0
5922026-03-20T18:07:56.950Z Compiling cargo-util-schemas v0.8.2
5932026-03-20T18:07:56.964Z Compiling cargo_toml v0.21.0
5942026-03-20T18:07:58.127Z Compiling cargo_metadata v0.21.0
5952026-03-20T18:07:59.433Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5962026-03-20T18:08:02.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.03s
5972026-03-20T18:08:02.539Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5982026-03-20T18:08:03.251Z Downloading crates ...
5992026-03-20T18:08:03.362Z Downloaded adler2 v2.0.1
6002026-03-20T18:08:03.371Z Downloaded assert_matches v1.5.0
6012026-03-20T18:08:03.380Z Downloaded async-stream-impl v0.3.6
6022026-03-20T18:08:03.384Z Downloaded ascii-canvas v3.0.0
6032026-03-20T18:08:03.384Z Downloaded bitflags v1.3.2
6042026-03-20T18:08:03.391Z Downloaded crossbeam-deque v0.8.6
6052026-03-20T18:08:03.395Z Downloaded bit-set v0.8.0
6062026-03-20T18:08:03.398Z Downloaded arrayref v0.3.9
6072026-03-20T18:08:03.400Z Downloaded bcrypt-pbkdf v0.10.0
6082026-03-20T18:08:03.400Z Downloaded async-recursion v1.1.1
6092026-03-20T18:08:03.403Z Downloaded atomic-waker v1.1.2
6102026-03-20T18:08:03.404Z Downloaded array-init v0.0.4
6112026-03-20T18:08:03.407Z Downloaded cargo_metadata v0.19.2
6122026-03-20T18:08:03.407Z Downloaded async-bb8-diesel v0.2.1
6132026-03-20T18:08:03.410Z Downloaded backon v1.6.0
6142026-03-20T18:08:03.415Z Downloaded darling_macro v0.21.3
6152026-03-20T18:08:03.415Z Downloaded cargo-platform v0.1.9
6162026-03-20T18:08:03.419Z Downloaded bb8 v0.8.6
6172026-03-20T18:08:03.419Z Downloaded atomicwrites v0.4.4
6182026-03-20T18:08:03.423Z Downloaded async-stream v0.3.6
6192026-03-20T18:08:03.423Z Downloaded document-features v0.2.12
6202026-03-20T18:08:03.423Z Downloaded derive_builder_macro v0.20.2
6212026-03-20T18:08:03.428Z Downloaded bitfield-struct v0.6.2
6222026-03-20T18:08:03.462Z Downloaded find-msvc-tools v0.1.9
6232026-03-20T18:08:03.462Z Downloaded darling_core v0.21.3
6242026-03-20T18:08:03.467Z Downloaded bitfield v0.19.4
6252026-03-20T18:08:03.467Z Downloaded embedded-io v0.4.0
6262026-03-20T18:08:03.467Z Downloaded convert_case v0.4.0
6272026-03-20T18:08:03.467Z Downloaded downcast-rs v2.0.2
6282026-03-20T18:08:03.467Z Downloaded display-error-chain v0.2.2
6292026-03-20T18:08:03.467Z Downloaded dirs-next v2.0.0
6302026-03-20T18:08:03.467Z Downloaded diesel_table_macro_syntax v0.3.0
6312026-03-20T18:08:03.467Z Downloaded foreign-types-macros v0.2.3
6322026-03-20T18:08:03.467Z Downloaded fixedbitset v0.4.2
6332026-03-20T18:08:03.467Z Downloaded dtrace-parser v0.3.0
6342026-03-20T18:08:03.467Z Downloaded darling_macro v0.23.0
6352026-03-20T18:08:03.467Z Downloaded dyn-clone v1.0.20
6362026-03-20T18:08:03.467Z Downloaded base16ct v0.2.0
6372026-03-20T18:08:03.467Z Downloaded foreign-types-shared v0.3.1
6382026-03-20T18:08:03.467Z Downloaded dunce v1.0.5
6392026-03-20T18:08:03.467Z Downloaded atty v0.2.14
6402026-03-20T18:08:03.467Z Downloaded cfg_aliases v0.1.1
6412026-03-20T18:08:03.468Z Downloaded endian-type v0.1.2
6422026-03-20T18:08:03.468Z Downloaded cstr-argument v0.1.2
6432026-03-20T18:08:03.468Z Downloaded curve25519-dalek-derive v0.1.1
6442026-03-20T18:08:03.468Z Downloaded block-padding v0.3.3
6452026-03-20T18:08:03.468Z Downloaded env_filter v1.0.0
6462026-03-20T18:08:03.468Z Downloaded ed25519 v2.2.3
6472026-03-20T18:08:03.468Z Downloaded diesel-dtrace v0.5.0
6482026-03-20T18:08:03.468Z Downloaded async-trait v0.1.89
6492026-03-20T18:08:03.472Z Downloaded derive-ex v0.1.8
6502026-03-20T18:08:03.473Z Downloaded blowfish v0.9.1
6512026-03-20T18:08:03.473Z Downloaded bcs v0.1.6
6522026-03-20T18:08:03.473Z Downloaded backoff v0.4.0
6532026-03-20T18:08:03.476Z Downloaded base64ct v1.8.3
6542026-03-20T18:08:03.476Z Downloaded float-cmp v0.10.0
6552026-03-20T18:08:03.476Z Downloaded enum-as-inner v0.6.1
6562026-03-20T18:08:03.479Z Downloaded embedded-io v0.6.1
6572026-03-20T18:08:03.479Z Downloaded aead v0.5.2
6582026-03-20T18:08:03.482Z Downloaded cpufeatures v0.3.0
6592026-03-20T18:08:03.482Z Downloaded foreign-types v0.3.2
6602026-03-20T18:08:03.485Z Downloaded dropshot-api-manager-types v0.6.0
6612026-03-20T18:08:03.485Z Downloaded crunchy v0.2.4
6622026-03-20T18:08:03.485Z Downloaded cobs v0.3.0
6632026-03-20T18:08:03.488Z Downloaded crc8 v0.1.1
6642026-03-20T18:08:03.488Z Downloaded ciborium-io v0.2.2
6652026-03-20T18:08:03.488Z Downloaded foreign-types-shared v0.1.1
6662026-03-20T18:08:03.493Z Downloaded dsl_auto_type v0.2.0
6672026-03-20T18:08:03.493Z Downloaded crucible-workspace-hack v0.1.0
6682026-03-20T18:08:03.493Z Downloaded dof v0.4.0
6692026-03-20T18:08:03.498Z Downloaded corncobs v0.1.4
6702026-03-20T18:08:03.498Z Downloaded castaway v0.2.4
6712026-03-20T18:08:03.498Z Downloaded cfg_aliases v0.2.1
6722026-03-20T18:08:03.502Z Downloaded foreign-types v0.5.0
6732026-03-20T18:08:03.502Z Downloaded fd-lock v4.0.4
6742026-03-20T18:08:03.502Z Downloaded bitfield-macros v0.19.4
6752026-03-20T18:08:03.502Z Downloaded defmt-macros v1.0.1
6762026-03-20T18:08:03.505Z Downloaded futures-core v0.3.32
6772026-03-20T18:08:03.508Z Downloaded erased-serde v0.3.31
6782026-03-20T18:08:03.508Z Downloaded daft v0.1.5
6792026-03-20T18:08:03.511Z Downloaded futures-macro v0.3.32
6802026-03-20T18:08:03.511Z Downloaded futures-io v0.3.32
6812026-03-20T18:08:03.511Z Downloaded ff v0.13.1
6822026-03-20T18:08:03.514Z Downloaded foldhash v0.2.0
6832026-03-20T18:08:03.517Z Downloaded const_format_proc_macros v0.2.34
6842026-03-20T18:08:03.517Z Downloaded foldhash v0.1.5
6852026-03-20T18:08:03.520Z Downloaded buf-list v1.1.2
6862026-03-20T18:08:03.523Z Downloaded float-ord v0.3.2
6872026-03-20T18:08:03.523Z Downloaded derive_builder v0.20.2
6882026-03-20T18:08:03.527Z Downloaded argon2 v0.5.3
6892026-03-20T18:08:03.530Z Downloaded futures-task v0.3.32
6902026-03-20T18:08:03.530Z Downloaded futures-sink v0.3.32
6912026-03-20T18:08:03.533Z Downloaded ghash v0.5.1
6922026-03-20T18:08:03.533Z Downloaded gethostname v0.5.0
6932026-03-20T18:08:03.533Z Downloaded fxhash v0.2.1
6942026-03-20T18:08:03.538Z Downloaded hash32 v0.3.1
6952026-03-20T18:08:03.538Z Downloaded hash32 v0.2.1
6962026-03-20T18:08:03.541Z Downloaded filetime v0.2.27
6972026-03-20T18:08:03.541Z Downloaded defmt-parser v1.0.0
6982026-03-20T18:08:03.541Z Downloaded chacha20 v0.10.0
6992026-03-20T18:08:03.544Z Downloaded flagset v0.4.7
7002026-03-20T18:08:03.544Z Downloaded defmt v1.0.1
7012026-03-20T18:08:03.548Z Downloaded daft-derive v0.1.5
7022026-03-20T18:08:03.552Z Downloaded cbc v0.1.2
7032026-03-20T18:08:03.555Z Downloaded ecdsa v0.16.9
7042026-03-20T18:08:03.555Z Downloaded fixedbitset v0.5.7
7052026-03-20T18:08:03.558Z Downloaded drift v0.1.3
7062026-03-20T18:08:03.561Z Downloaded http-body v1.0.1
7072026-03-20T18:08:03.564Z Downloaded hostname v0.4.2
7082026-03-20T18:08:03.564Z Downloaded darling v0.21.3
7092026-03-20T18:08:03.569Z Downloaded fs_extra v1.3.0
7102026-03-20T18:08:03.571Z Downloaded http-range v0.1.5
7112026-03-20T18:08:03.575Z Downloaded hubpack v0.1.2
7122026-03-20T18:08:03.575Z Downloaded httpdate v1.0.3
7132026-03-20T18:08:03.575Z Downloaded ctr v0.9.2
7142026-03-20T18:08:03.578Z Downloaded hyper-tls v0.6.0
7152026-03-20T18:08:03.581Z Downloaded hubpack_derive v0.1.1
7162026-03-20T18:08:03.581Z Downloaded home v0.5.12
7172026-03-20T18:08:03.581Z Downloaded fs-err v2.11.0
7182026-03-20T18:08:03.587Z Downloaded futures-executor v0.3.32
7192026-03-20T18:08:03.587Z Downloaded cargo_toml v0.22.3
7202026-03-20T18:08:03.591Z Downloaded deranged v0.5.8
7212026-03-20T18:08:03.591Z Downloaded darling v0.20.11
7222026-03-20T18:08:03.605Z Downloaded instability v0.3.11
7232026-03-20T18:08:03.610Z Downloaded crossbeam-epoch v0.9.18
7242026-03-20T18:08:03.613Z Downloaded ahash v0.8.12
7252026-03-20T18:08:03.613Z Downloaded inout v0.1.4
7262026-03-20T18:08:03.616Z Downloaded group v0.13.0
7272026-03-20T18:08:03.616Z Downloaded const-oid v0.9.6
7282026-03-20T18:08:03.620Z Downloaded console v0.15.11
7292026-03-20T18:08:03.620Z Downloaded clang-sys v1.8.1
7302026-03-20T18:08:03.623Z Downloaded is-terminal v0.4.17
7312026-03-20T18:08:03.623Z Downloaded internet-checksum v0.2.1
7322026-03-20T18:08:03.626Z Downloaded constant_time_eq v0.4.2
7332026-03-20T18:08:03.626Z Downloaded globset v0.4.18
7342026-03-20T18:08:03.631Z Downloaded crossbeam-utils v0.8.21
7352026-03-20T18:08:03.634Z Downloaded libscf-sys v1.1.0
7362026-03-20T18:08:03.634Z Downloaded lazy_static v1.5.0
7372026-03-20T18:08:03.634Z Downloaded keccak v0.1.6
7382026-03-20T18:08:03.634Z Downloaded is_ci v1.2.0
7392026-03-20T18:08:03.637Z Downloaded kstat-rs v0.2.4
7402026-03-20T18:08:03.637Z Downloaded http-body-util v0.1.3
7412026-03-20T18:08:03.640Z Downloaded futures-channel v0.3.32
7422026-03-20T18:08:03.640Z Downloaded elliptic-curve v0.13.8
7432026-03-20T18:08:03.643Z Downloaded cookie_store v0.22.1
7442026-03-20T18:08:03.646Z Downloaded humantime v2.3.0
7452026-03-20T18:08:03.651Z Downloaded bzip2 v0.6.1
7462026-03-20T18:08:03.651Z Downloaded lzss v0.8.2
7472026-03-20T18:08:03.654Z Downloaded lru-cache v0.1.2
7482026-03-20T18:08:03.654Z Downloaded darling_core v0.23.0
7492026-03-20T18:08:03.656Z Downloaded memoffset v0.9.1
7502026-03-20T18:08:03.659Z Downloaded impl-trait-for-tuples v0.2.3
7512026-03-20T18:08:03.664Z Downloaded md-5 v0.10.6
7522026-03-20T18:08:03.664Z Downloaded maybe-uninit v2.0.0
7532026-03-20T18:08:03.667Z Downloaded getrandom v0.2.17
7542026-03-20T18:08:03.667Z Downloaded ingot v0.1.1
7552026-03-20T18:08:03.669Z Downloaded hyper-staticfile v0.10.1
7562026-03-20T18:08:03.670Z Downloaded instant v0.1.13
7572026-03-20T18:08:03.673Z Downloaded multimap v0.10.1
7582026-03-20T18:08:03.673Z Downloaded newline-converter v0.3.0
7592026-03-20T18:08:03.677Z Downloaded mime v0.3.17
7602026-03-20T18:08:03.677Z Downloaded normalize-line-endings v0.3.0
7612026-03-20T18:08:03.677Z Downloaded indoc v2.0.7
7622026-03-20T18:08:03.682Z Downloaded newtype-uuid-macros v0.1.0
7632026-03-20T18:08:03.682Z Downloaded ingot-types v0.1.2
7642026-03-20T18:08:03.687Z Downloaded half v1.8.3
7652026-03-20T18:08:03.687Z Downloaded nibble_vec v0.1.0
7662026-03-20T18:08:03.690Z Downloaded num v0.4.3
7672026-03-20T18:08:03.690Z Downloaded newtype_derive v0.1.6
7682026-03-20T18:08:03.690Z Downloaded dropshot_endpoint v0.16.7
7692026-03-20T18:08:03.693Z Downloaded ipnetwork v0.21.1
7702026-03-20T18:08:03.693Z Downloaded derive-where v1.6.0
7712026-03-20T18:08:03.696Z Downloaded jobserver v0.1.34
7722026-03-20T18:08:03.699Z Downloaded ipnet v2.11.0
7732026-03-20T18:08:03.699Z Downloaded nodrop v0.1.14
7742026-03-20T18:08:03.703Z Downloaded num-conv v0.2.0
7752026-03-20T18:08:03.703Z Downloaded nonempty v0.12.0
7762026-03-20T18:08:03.707Z Downloaded num-iter v0.1.45
7772026-03-20T18:08:03.707Z Downloaded derive_more v0.99.20
7782026-03-20T18:08:03.711Z Downloaded num-derive v0.4.2
7792026-03-20T18:08:03.711Z Downloaded libloading v0.8.9
7802026-03-20T18:08:03.717Z Downloaded libsw-core v0.3.2
7812026-03-20T18:08:03.717Z Downloaded highway v1.3.0
7822026-03-20T18:08:03.722Z Downloaded linked-hash-map v0.5.6
7832026-03-20T18:08:03.722Z Downloaded openssl-probe v0.1.6
7842026-03-20T18:08:03.722Z Downloaded opaque-debug v0.3.1
7852026-03-20T18:08:03.722Z Downloaded lock_api v0.4.14
7862026-03-20T18:08:03.725Z Downloaded num-derive v0.3.3
7872026-03-20T18:08:03.725Z Downloaded linear-map v1.2.0
7882026-03-20T18:08:03.725Z Downloaded openssl-macros v0.1.1
7892026-03-20T18:08:03.729Z Downloaded olpc-cjson v0.1.4
7902026-03-20T18:08:03.729Z Downloaded num_threads v0.1.7
7912026-03-20T18:08:03.732Z Downloaded fatfs v0.3.6
7922026-03-20T18:08:03.732Z Downloaded const_format v0.2.35
7932026-03-20T18:08:03.735Z Downloaded getrandom v0.3.4
7942026-03-20T18:08:03.738Z Downloaded ingot-macros v0.1.1
7952026-03-20T18:08:03.741Z Downloaded num_enum_derive v0.5.11
7962026-03-20T18:08:03.741Z Downloaded chacha20poly1305 v0.10.1
7972026-03-20T18:08:03.744Z Downloaded packed_struct_codegen v0.10.1
7982026-03-20T18:08:03.744Z Downloaded oso-derive v0.27.3
7992026-03-20T18:08:03.744Z Downloaded openssl-probe v0.2.1
8002026-03-20T18:08:03.747Z Downloaded mime_guess v2.0.5
8012026-03-20T18:08:03.747Z Downloaded parse-display v0.10.0
8022026-03-20T18:08:03.751Z Downloaded bumpalo v3.20.2
8032026-03-20T18:08:03.755Z Downloaded multer v3.1.0
8042026-03-20T18:08:03.755Z Downloaded flume v0.11.1
8052026-03-20T18:08:03.759Z Downloaded nu-ansi-term v0.50.3
8062026-03-20T18:08:03.763Z Downloaded nanorand v0.7.0
8072026-03-20T18:08:03.763Z Downloaded half v2.7.1
8082026-03-20T18:08:03.767Z Downloaded arc-swap v1.8.2
8092026-03-20T18:08:03.770Z Downloaded native-tls v0.2.18
8102026-03-20T18:08:03.770Z Downloaded libefi-sys v0.1.0
8112026-03-20T18:08:03.773Z Downloaded crc-any v2.5.0
8122026-03-20T18:08:03.773Z Downloaded bytes v1.11.1
8132026-03-20T18:08:03.776Z Downloaded pin-utils v0.1.0
8142026-03-20T18:08:03.779Z Downloaded pbkdf2 v0.11.0
8152026-03-20T18:08:03.784Z Downloaded num_enum v0.7.5
8162026-03-20T18:08:03.788Z Downloaded num-rational v0.4.2
8172026-03-20T18:08:03.788Z Downloaded futures v0.3.32
8182026-03-20T18:08:03.791Z Downloaded peg-runtime v0.8.5
8192026-03-20T18:08:03.791Z Downloaded phf_shared v0.11.3
8202026-03-20T18:08:03.794Z Downloaded num-complex v0.4.6
8212026-03-20T18:08:03.794Z Downloaded litrs v1.0.0
8222026-03-20T18:08:03.798Z Downloaded derive_more-impl v2.1.1
8232026-03-20T18:08:03.801Z Downloaded crossbeam-channel v0.5.15
8242026-03-20T18:08:03.805Z Downloaded powerfmt v0.2.0
8252026-03-20T18:08:03.808Z Downloaded ar_archive_writer v0.5.1
8262026-03-20T18:08:03.808Z Downloaded num_enum_derive v0.7.5
8272026-03-20T18:08:03.812Z Downloaded iana-time-zone v0.1.65
8282026-03-20T18:08:03.815Z Downloaded crypto-bigint v0.5.5
8292026-03-20T18:08:03.818Z Downloaded oxide-tokio-rt v0.1.3
8302026-03-20T18:08:03.821Z Downloaded precomputed-hash v0.1.1
8312026-03-20T18:08:03.821Z Downloaded parse-display-derive v0.10.0
8322026-03-20T18:08:03.824Z Downloaded proc-macro-crate v1.3.1
8332026-03-20T18:08:03.824Z Downloaded predicates-tree v1.0.13
8342026-03-20T18:08:03.824Z Downloaded predicates-core v1.0.10
8352026-03-20T18:08:03.828Z Downloaded compact_str v0.8.1
8362026-03-20T18:08:03.828Z Downloaded progenitor-client v0.11.2
8372026-03-20T18:08:03.831Z Downloaded owo-colors v4.3.0
8382026-03-20T18:08:03.831Z Downloaded progenitor-client v0.10.0
8392026-03-20T18:08:03.834Z Downloaded progenitor-macro v0.13.0
8402026-03-20T18:08:03.834Z Downloaded packed_struct v0.10.1
8412026-03-20T18:08:03.834Z Downloaded derive_more v2.1.1
8422026-03-20T18:08:03.844Z Downloaded psl-types v2.0.11
8432026-03-20T18:08:03.847Z Downloaded base64 v0.22.1
8442026-03-20T18:08:03.850Z Downloaded progenitor-macro v0.11.2
8452026-03-20T18:08:03.850Z Downloaded progenitor-macro v0.10.0
8462026-03-20T18:08:03.853Z Downloaded peg v0.8.5
8472026-03-20T18:08:03.856Z Downloaded quick-error v1.2.3
8482026-03-20T18:08:03.856Z Downloaded phf_shared v0.12.1
8492026-03-20T18:08:03.856Z Downloaded pem-rfc7468 v0.7.0
8502026-03-20T18:08:03.860Z Downloaded libbz2-rs-sys v0.2.2
8512026-03-20T18:08:03.862Z Downloaded paste v1.0.15
8522026-03-20T18:08:03.866Z Downloaded password-hash v0.5.0
8532026-03-20T18:08:03.866Z Downloaded pem v3.0.6
8542026-03-20T18:08:03.869Z Downloaded pkg-config v0.3.32
8552026-03-20T18:08:03.869Z Downloaded phf v0.13.1
8562026-03-20T18:08:03.872Z Downloaded radium v0.7.0
8572026-03-20T18:08:03.872Z Downloaded phf v0.12.1
8582026-03-20T18:08:03.872Z Downloaded password-hash v0.4.2
8592026-03-20T18:08:03.875Z Downloaded rand_chacha v0.3.1
8602026-03-20T18:08:03.875Z Downloaded pkcs8 v0.10.2
8612026-03-20T18:08:03.879Z Downloaded omicron-zone-package v0.12.2
8622026-03-20T18:08:03.883Z Downloaded polyval v0.6.2
8632026-03-20T18:08:03.886Z Downloaded pin-project-lite v0.2.17
8642026-03-20T18:08:03.889Z Downloaded ref-cast v1.0.25
8652026-03-20T18:08:03.889Z Downloaded predicates v3.1.4
8662026-03-20T18:08:03.892Z Downloaded indexmap v1.9.3
8672026-03-20T18:08:03.895Z Downloaded ppv-lite86 v0.2.21
8682026-03-20T18:08:03.898Z Downloaded poly1305 v0.8.0
8692026-03-20T18:08:03.898Z Downloaded progenitor v0.13.0
8702026-03-20T18:08:03.901Z Downloaded rfc6979 v0.4.0
8712026-03-20T18:08:03.901Z Downloaded recursive-proc-macro-impl v0.1.1
8722026-03-20T18:08:03.904Z Downloaded progenitor-client v0.13.0
8732026-03-20T18:08:03.904Z Downloaded progenitor v0.10.0
8742026-03-20T18:08:03.907Z Downloaded ref-cast-impl v1.0.25
8752026-03-20T18:08:03.907Z Downloaded progenitor-extras v0.1.1
8762026-03-20T18:08:03.910Z Downloaded proc-macro-error2 v2.0.1
8772026-03-20T18:08:03.910Z Downloaded recursive v0.1.1
8782026-03-20T18:08:03.913Z Downloaded progenitor v0.11.2
8792026-03-20T18:08:03.913Z Downloaded proc-macro-crate v3.4.0
8802026-03-20T18:08:03.918Z Downloaded psm v0.1.30
8812026-03-20T18:08:03.921Z Downloaded parking_lot_core v0.9.12
8822026-03-20T18:08:03.922Z Downloaded russh-cryptovec v0.7.3
8832026-03-20T18:08:03.922Z Downloaded heapless v0.7.17
8842026-03-20T18:08:03.927Z Downloaded rustc_version v0.1.7
8852026-03-20T18:08:03.927Z Downloaded dropshot-api-manager v0.6.0
8862026-03-20T18:08:03.931Z Downloaded r2d2 v0.8.10
8872026-03-20T18:08:03.931Z Downloaded peg-macros v0.8.5
8882026-03-20T18:08:03.944Z Downloaded newtype-uuid v1.3.2
8892026-03-20T18:08:03.944Z Downloaded primeorder v0.13.6
8902026-03-20T18:08:03.944Z Downloaded rtoolbox v0.0.3
8912026-03-20T18:08:03.944Z Downloaded expectorate v1.2.0
8922026-03-20T18:08:03.948Z Downloaded postgres-types v0.2.12
8932026-03-20T18:08:03.948Z Downloaded pkcs1 v0.7.5
8942026-03-20T18:08:03.948Z Downloaded rustc_version v0.4.1
8952026-03-20T18:08:03.948Z Downloaded rand_core v0.9.5
8962026-03-20T18:08:03.948Z Downloaded heapless v0.8.0
8972026-03-20T18:08:03.948Z Downloaded rand_chacha v0.9.0
8982026-03-20T18:08:03.953Z Downloaded rand_seeder v0.4.0
8992026-03-20T18:08:03.953Z Downloaded postcard v1.1.3
9002026-03-20T18:08:03.958Z Downloaded crossterm v0.28.1
9012026-03-20T18:08:03.961Z Downloaded rand_core v0.6.4
9022026-03-20T18:08:03.961Z Downloaded cc v1.2.56
9032026-03-20T18:08:03.967Z Downloaded rand_xorshift v0.4.0
9042026-03-20T18:08:03.967Z Downloaded parking_lot v0.12.5
9052026-03-20T18:08:03.970Z Downloaded postgres-protocol v0.6.10
9062026-03-20T18:08:03.970Z Downloaded scopeguard v1.2.0
9072026-03-20T18:08:03.970Z Downloaded scrypt v0.11.0
9082026-03-20T18:08:03.976Z Downloaded salsa20 v0.10.2
9092026-03-20T18:08:03.976Z Downloaded oxnet v0.1.4
9102026-03-20T18:08:03.976Z Downloaded pin-project-internal v1.1.11
9112026-03-20T18:08:03.977Z Downloaded same-file v1.0.6
9122026-03-20T18:08:03.977Z Downloaded sapling-renderdag v0.1.0
9132026-03-20T18:08:03.980Z Downloaded scroll_derive v0.13.1
9142026-03-20T18:08:03.980Z Downloaded miniz_oxide v0.8.9
9152026-03-20T18:08:03.983Z Downloaded indicatif v0.18.4
9162026-03-20T18:08:03.987Z Downloaded parking_lot v0.11.2
9172026-03-20T18:08:03.990Z Downloaded parking_lot_core v0.8.6
9182026-03-20T18:08:03.990Z Downloaded headers v0.4.1
9192026-03-20T18:08:03.994Z Downloaded secrecy v0.8.0
9202026-03-20T18:08:03.998Z Downloaded serde_bytes v0.11.19
9212026-03-20T18:08:03.998Z Downloaded hashbrown v0.13.2
9222026-03-20T18:08:04.003Z Downloaded serde-big-array v0.5.1
9232026-03-20T18:08:04.008Z Downloaded secrecy v0.10.3
9242026-03-20T18:08:04.008Z Downloaded scheduled-thread-pool v0.2.7
9252026-03-20T18:08:04.008Z Downloaded hickory-resolver v0.24.4
9262026-03-20T18:08:04.008Z Downloaded pkcs5 v0.7.1
9272026-03-20T18:08:04.011Z Downloaded quinn-udp v0.5.14
9282026-03-20T18:08:04.016Z Downloaded diesel_derives v2.3.7
9292026-03-20T18:08:04.019Z Downloaded signal-hook-tokio v0.3.1
9302026-03-20T18:08:04.019Z Downloaded shell-words v1.1.1
9312026-03-20T18:08:04.022Z Downloaded sha1 v0.10.6
9322026-03-20T18:08:04.022Z Downloaded rand_core v0.10.0
9332026-03-20T18:08:04.025Z Downloaded jiff-static v0.2.21
9342026-03-20T18:08:04.025Z Downloaded p256 v0.13.2
9352026-03-20T18:08:04.029Z Downloaded rustls-pemfile v1.0.4
9362026-03-20T18:08:04.032Z Downloaded hickory-resolver v0.25.2
9372026-03-20T18:08:04.035Z Downloaded sigpipe v0.1.3
9382026-03-20T18:08:04.035Z Downloaded siphasher v1.0.2
9392026-03-20T18:08:04.041Z Downloaded slog-bunyan v2.5.0
9402026-03-20T18:08:04.041Z Downloaded signature v2.2.0
9412026-03-20T18:08:04.048Z Downloaded signal-hook-mio v0.2.5
9422026-03-20T18:08:04.048Z Downloaded rustls-pemfile v2.2.0
9432026-03-20T18:08:04.048Z Downloaded oso v0.27.3
9442026-03-20T18:08:04.053Z Downloaded prefix-trie v0.7.0
9452026-03-20T18:08:04.053Z Downloaded serde_urlencoded v0.7.1
9462026-03-20T18:08:04.054Z Downloaded rustversion v1.0.22
9472026-03-20T18:08:04.056Z Downloaded slog-envlogger v2.2.0
9482026-03-20T18:08:04.057Z Downloaded rusty-fork v0.3.1
9492026-03-20T18:08:04.057Z Downloaded serde_spanned v1.0.4
9502026-03-20T18:08:04.057Z Downloaded serde_repr v0.1.20
9512026-03-20T18:08:04.061Z Downloaded scroll v0.13.0
9522026-03-20T18:08:04.067Z Downloaded minimal-lexical v0.2.1
9532026-03-20T18:08:04.067Z Downloaded sct v0.7.1
9542026-03-20T18:08:04.075Z Downloaded progenitor-impl v0.11.2
9552026-03-20T18:08:04.075Z Downloaded aes-gcm v0.10.3
9562026-03-20T18:08:04.075Z Downloaded semver v0.1.20
9572026-03-20T18:08:04.075Z Downloaded schemars_derive v0.8.22
9582026-03-20T18:08:04.075Z Downloaded russh-keys v0.45.0
9592026-03-20T18:08:04.087Z Downloaded sec1 v0.7.3
9602026-03-20T18:08:04.087Z Downloaded hashbrown v0.12.3
9612026-03-20T18:08:04.087Z Downloaded serde_plain v1.0.2
9622026-03-20T18:08:04.087Z Downloaded seq-macro v0.3.6
9632026-03-20T18:08:04.087Z Downloaded hickory-server v0.25.2
9642026-03-20T18:08:04.106Z Downloaded serde-hex v0.1.0
9652026-03-20T18:08:04.106Z Downloaded papergrid v0.17.0
9662026-03-20T18:08:04.115Z Downloaded serde_path_to_error v0.1.20
9672026-03-20T18:08:04.115Z Downloaded ssh-encoding v0.2.0
9682026-03-20T18:08:04.115Z Downloaded pin-project v1.1.11
9692026-03-20T18:08:04.115Z Downloaded simd-adler32 v0.3.8
9702026-03-20T18:08:04.134Z Downloaded structmeta-derive v0.3.0
9712026-03-20T18:08:04.134Z Downloaded structmeta v0.3.0
9722026-03-20T18:08:04.134Z Downloaded signal-hook-registry v1.4.8
9732026-03-20T18:08:04.134Z Downloaded rustls-native-certs v0.8.3
9742026-03-20T18:08:04.134Z Downloaded ssh-cipher v0.2.0
9752026-03-20T18:08:04.134Z Downloaded rustls-pki-types v1.14.0
9762026-03-20T18:08:04.134Z Downloaded openssl-sys v0.9.111
9772026-03-20T18:08:04.170Z Downloaded slab v0.4.12
9782026-03-20T18:08:04.170Z Downloaded strum v0.26.3
9792026-03-20T18:08:04.170Z Downloaded tabled_derive v0.11.0
9802026-03-20T18:08:04.170Z Downloaded sync_wrapper v1.0.2
9812026-03-20T18:08:04.170Z Downloaded tap v1.0.1
9822026-03-20T18:08:04.170Z Downloaded slog-stdlog v4.1.1
9832026-03-20T18:08:04.170Z Downloaded smf v0.2.3
9842026-03-20T18:08:04.170Z Downloaded smallvec v0.6.14
9852026-03-20T18:08:04.170Z Downloaded slog-dtrace v0.3.0
9862026-03-20T18:08:04.170Z Downloaded slog-term v2.9.2
9872026-03-20T18:08:04.170Z Downloaded take_mut v0.2.2
9882026-03-20T18:08:04.170Z Downloaded tagptr v0.2.0
9892026-03-20T18:08:04.176Z Downloaded sync-ptr v0.1.4
9902026-03-20T18:08:04.176Z Downloaded supports-color v3.0.2
9912026-03-20T18:08:04.176Z Downloaded subtle v2.6.1
9922026-03-20T18:08:04.176Z Downloaded pretty_assertions v1.4.1
9932026-03-20T18:08:04.176Z Downloaded progenitor-impl v0.13.0
9942026-03-20T18:08:04.176Z Downloaded slog-scope v4.4.1
9952026-03-20T18:08:04.176Z Downloaded tabwriter v1.4.1
9962026-03-20T18:08:04.176Z Downloaded slog-async v2.8.0
9972026-03-20T18:08:04.176Z Downloaded rcgen v0.12.1
9982026-03-20T18:08:04.176Z Downloaded testing_table v0.3.0
9992026-03-20T18:08:04.176Z Downloaded thread-id v5.1.0
10002026-03-20T18:08:04.176Z Downloaded serde_cbor v0.11.2
10012026-03-20T18:08:04.176Z Downloaded aes v0.8.4
10022026-03-20T18:08:04.176Z Downloaded snafu-derive v0.8.9
10032026-03-20T18:08:04.176Z Downloaded http v1.4.0
10042026-03-20T18:08:04.176Z Downloaded sqlparser_derive v0.5.0
10052026-03-20T18:08:04.176Z Downloaded rustc-hash v2.1.1
10062026-03-20T18:08:04.177Z Downloaded tinyvec_macros v0.1.1
10072026-03-20T18:08:04.177Z Downloaded sqlformat v0.3.5
10082026-03-20T18:08:04.177Z Downloaded spki v0.7.3
10092026-03-20T18:08:04.177Z Downloaded hyper-util v0.1.20
10102026-03-20T18:08:04.180Z Downloaded time-core v0.1.8
10112026-03-20T18:08:04.180Z Downloaded serde_derive_internals v0.29.1
10122026-03-20T18:08:04.180Z Downloaded serde_with_macros v3.17.0
10132026-03-20T18:08:04.184Z Downloaded strip-ansi-escapes v0.2.1
10142026-03-20T18:08:04.184Z Downloaded stacker v0.1.23
10152026-03-20T18:08:04.187Z Downloaded rustls-platform-verifier v0.6.2
10162026-03-20T18:08:04.189Z Downloaded itertools v0.10.5
10172026-03-20T18:08:04.196Z Downloaded static_assertions v1.1.0
10182026-03-20T18:08:04.196Z Downloaded shlex v1.3.0
10192026-03-20T18:08:04.196Z Downloaded ryu v1.0.23
10202026-03-20T18:08:04.199Z Downloaded strum_macros v0.24.3
10212026-03-20T18:08:04.202Z Downloaded string_cache v0.8.9
10222026-03-20T18:08:04.202Z Downloaded rayon-core v1.13.0
10232026-03-20T18:08:04.206Z Downloaded strum v0.27.2
10242026-03-20T18:08:04.210Z Downloaded slog-json v2.6.1
10252026-03-20T18:08:04.210Z Downloaded strum_macros v0.26.4
10262026-03-20T18:08:04.214Z Downloaded progenitor-impl v0.10.0
10272026-03-20T18:08:04.214Z Downloaded support-bundle-viewer v0.1.2
10282026-03-20T18:08:04.218Z Downloaded strum_macros v0.27.2
10292026-03-20T18:08:04.218Z Downloaded num-bigint v0.4.6
10302026-03-20T18:08:04.222Z Downloaded termtree v0.5.1
10312026-03-20T18:08:04.226Z Downloaded publicsuffix v2.3.0
10322026-03-20T18:08:04.226Z Downloaded ron v0.8.1
10332026-03-20T18:08:04.231Z Downloaded topological-sort v0.2.2
10342026-03-20T18:08:04.234Z Downloaded thiserror-no-std v2.0.2
10352026-03-20T18:08:04.234Z Downloaded termios v0.3.3
10362026-03-20T18:08:04.238Z Downloaded bitvec v1.0.1
10372026-03-20T18:08:04.246Z Downloaded try-lock v0.2.5
10382026-03-20T18:08:04.254Z Downloaded trait-variant v0.1.2
10392026-03-20T18:08:04.254Z Downloaded tower-service v0.3.3
10402026-03-20T18:08:04.254Z Downloaded tower-layer v0.3.3
10412026-03-20T18:08:04.258Z Downloaded time-macros v0.2.27
10422026-03-20T18:08:04.258Z Downloaded thread_local v1.1.9
10432026-03-20T18:08:04.258Z Downloaded tiny-keccak v2.0.2
10442026-03-20T18:08:04.258Z Downloaded similar v2.7.0
10452026-03-20T18:08:04.263Z Downloaded quinn v0.11.9
10462026-03-20T18:08:04.268Z Downloaded tokio-macros v2.6.0
10472026-03-20T18:08:04.268Z Downloaded signal-hook v0.3.18
10482026-03-20T18:08:04.269Z Downloaded aho-corasick v1.1.4
10492026-03-20T18:08:04.271Z Downloaded typify-macro v0.4.3
10502026-03-20T18:08:04.275Z Downloaded tokio-dtrace v0.1.1
10512026-03-20T18:08:04.275Z Downloaded tls_codec_derive v0.4.2
10522026-03-20T18:08:04.279Z Downloaded tokio-native-tls v0.3.1
10532026-03-20T18:08:04.279Z Downloaded unit-prefix v0.5.2
10542026-03-20T18:08:04.283Z Downloaded stringprep v0.1.5
10552026-03-20T18:08:04.283Z Downloaded tls_codec v0.4.2
10562026-03-20T18:08:04.284Z Downloaded qorb v0.4.1
10572026-03-20T18:08:04.287Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10582026-03-20T18:08:04.287Z Downloaded prettyplease v0.2.37
10592026-03-20T18:08:04.290Z Downloaded iddqd v0.3.17
10602026-03-20T18:08:04.305Z Downloaded untrusted v0.7.1
10612026-03-20T18:08:04.308Z Downloaded universal-hash v0.5.1
10622026-03-20T18:08:04.308Z Downloaded tokio-rustls v0.25.0
10632026-03-20T18:08:04.308Z Downloaded itertools v0.13.0
10642026-03-20T18:08:04.308Z Downloaded usdt-macro v0.6.0
10652026-03-20T18:08:04.308Z Downloaded usdt-attr-macro v0.6.0
10662026-03-20T18:08:04.308Z Downloaded usdt v0.6.0
10672026-03-20T18:08:04.308Z Downloaded tokio-tungstenite v0.21.0
10682026-03-20T18:08:04.311Z Downloaded spin v0.9.8
10692026-03-20T18:08:04.314Z Downloaded utf-8 v0.7.6
10702026-03-20T18:08:04.314Z Downloaded iri-string v0.7.10
10712026-03-20T18:08:04.317Z Downloaded toml_writer v1.0.6+spec-1.1.0
10722026-03-20T18:08:04.321Z Downloaded rand v0.8.5
10732026-03-20T18:08:04.324Z Downloaded num-bigint-dig v0.8.6
10742026-03-20T18:08:04.327Z Downloaded tui-tree-widget v0.23.1
10752026-03-20T18:08:04.330Z Downloaded wait-timeout v0.2.1
10762026-03-20T18:08:04.330Z Downloaded void v1.0.2
10772026-03-20T18:08:04.330Z Downloaded hyper v1.8.1
10782026-03-20T18:08:04.334Z Downloaded rand v0.10.0
10792026-03-20T18:08:04.337Z Downloaded want v0.3.1
10802026-03-20T18:08:04.340Z Downloaded rand v0.9.2
10812026-03-20T18:08:04.345Z Downloaded schemars v0.9.0
10822026-03-20T18:08:04.351Z Downloaded unicase v2.9.0
10832026-03-20T18:08:04.355Z Downloaded unarray v0.1.4
10842026-03-20T18:08:04.355Z Downloaded typify-macro v0.6.1
10852026-03-20T18:08:04.355Z Downloaded rustls-webpki v0.103.9
10862026-03-20T18:08:04.359Z Downloaded futures-util v0.3.32
10872026-03-20T18:08:04.365Z Downloaded tokio-rustls v0.26.4
10882026-03-20T18:08:04.368Z Downloaded tokio-stream v0.1.18
10892026-03-20T18:08:04.371Z Downloaded xattr v1.6.1
10902026-03-20T18:08:04.374Z Downloaded term v1.2.1
10912026-03-20T18:08:04.377Z Downloaded usdt-impl v0.6.0
10922026-03-20T18:08:04.377Z Downloaded xshell-macros v0.2.7
10932026-03-20T18:08:04.380Z Downloaded h2 v0.4.13
10942026-03-20T18:08:04.383Z Downloaded zone v0.3.1
10952026-03-20T18:08:04.386Z Downloaded snafu v0.8.9
10962026-03-20T18:08:04.389Z Downloaded zone_cfg_derive v0.3.1
10972026-03-20T18:08:04.389Z Downloaded zeroize_derive v1.4.3
10982026-03-20T18:08:04.399Z Downloaded vergen-git2 v1.0.7
10992026-03-20T18:08:04.399Z Downloaded test-strategy v0.4.5
11002026-03-20T18:08:04.404Z Downloaded libm v0.2.16
11012026-03-20T18:08:04.404Z Downloaded uzers v0.12.2
11022026-03-20T18:08:04.408Z Downloaded waitgroup v0.1.2
11032026-03-20T18:08:04.408Z Downloaded walkdir v2.5.0
11042026-03-20T18:08:04.408Z Downloaded vergen-gitcl v1.0.8
11052026-03-20T18:08:04.415Z Downloaded vergen-lib v0.1.6
11062026-03-20T18:08:04.415Z Downloaded vsss-rs v3.3.4
11072026-03-20T18:08:04.418Z Downloaded tinyvec v1.10.0
11082026-03-20T18:08:04.418Z Downloaded tracing-attributes v0.1.31
11092026-03-20T18:08:04.418Z Downloaded rsa v0.9.10
11102026-03-20T18:08:04.421Z Downloaded twox-hash v2.1.2
11112026-03-20T18:08:04.424Z Downloaded toml_parser v1.0.9+spec-1.1.0
11122026-03-20T18:08:04.427Z Downloaded wyz v0.5.1
11132026-03-20T18:08:04.427Z Downloaded whoami v1.6.1
11142026-03-20T18:08:04.427Z Downloaded russh v0.45.0
11152026-03-20T18:08:04.431Z Downloaded unicode-properties v0.1.4
11162026-03-20T18:08:04.435Z Downloaded tar v0.4.45
11172026-03-20T18:08:04.438Z Downloaded xshell v0.2.7
11182026-03-20T18:08:04.438Z Downloaded schemars v1.2.1
11192026-03-20T18:08:04.449Z Downloaded zstd-safe v7.2.4
11202026-03-20T18:08:04.453Z Downloaded hkdf v0.12.4
11212026-03-20T18:08:04.457Z Downloaded zeroize v1.8.2
11222026-03-20T18:08:04.457Z Downloaded zstd v0.13.3
11232026-03-20T18:08:04.457Z Downloaded xz2 v0.1.7
11242026-03-20T18:08:04.460Z Downloaded toml v0.9.12+spec-1.1.0
11252026-03-20T18:08:04.463Z Downloaded toml v0.7.8
11262026-03-20T18:08:04.468Z Downloaded socket2 v0.5.10
11272026-03-20T18:08:04.468Z Downloaded itertools v0.14.0
11282026-03-20T18:08:04.471Z Downloaded vergen v9.0.6
11292026-03-20T18:08:04.474Z Downloaded typify v0.6.1
11302026-03-20T18:08:04.477Z Downloaded whoami v2.1.0
11312026-03-20T18:08:04.477Z Downloaded unicode-bidi v0.3.18
11322026-03-20T18:08:04.482Z Downloaded tokio-rustls v0.24.1
11332026-03-20T18:08:04.485Z Downloaded typify v0.4.3
11342026-03-20T18:08:04.485Z Downloaded steno v0.4.1
11352026-03-20T18:08:04.488Z Downloaded tungstenite v0.21.0
11362026-03-20T18:08:04.491Z Downloaded subprocess v0.2.15
11372026-03-20T18:08:04.493Z Downloaded samael v0.0.19
11382026-03-20T18:08:04.499Z Downloaded zerocopy v0.6.6
11392026-03-20T18:08:04.502Z Downloaded yasna v0.5.2
11402026-03-20T18:08:04.502Z Downloaded rpassword v7.4.0
11412026-03-20T18:08:04.505Z Downloaded toml_edit v0.23.10+spec-1.0.0
11422026-03-20T18:08:04.508Z Downloaded rustyline v14.0.0
11432026-03-20T18:08:04.511Z Downloaded tracing-core v0.1.36
11442026-03-20T18:08:04.514Z Downloaded p521 v0.13.3
11452026-03-20T18:08:04.517Z Downloaded hashbrown v0.15.5
11462026-03-20T18:08:04.520Z Downloaded uuid v1.21.0
11472026-03-20T18:08:04.523Z Downloaded tungstenite v0.23.0
11482026-03-20T18:08:04.526Z Downloaded vte v0.14.1
11492026-03-20T18:08:04.529Z Downloaded blake3 v1.8.3
11502026-03-20T18:08:04.534Z Downloaded reedline v0.40.0
11512026-03-20T18:08:04.540Z Downloaded aws-lc-rs v1.16.0
11522026-03-20T18:08:04.549Z Downloaded unsafe-libyaml v0.2.11
11532026-03-20T18:08:04.552Z Downloaded zopfli v0.8.3
11542026-03-20T18:08:04.555Z Downloaded untrusted v0.9.0
11552026-03-20T18:08:04.555Z Downloaded itertools v0.12.1
11562026-03-20T18:08:04.559Z Downloaded unicode-truncate v1.1.0
11572026-03-20T18:08:04.562Z Downloaded tokio-tungstenite v0.23.1
11582026-03-20T18:08:04.565Z Downloaded term v0.7.0
11592026-03-20T18:08:04.565Z Downloaded socket2 v0.6.2
11602026-03-20T18:08:04.570Z Downloaded slog v2.8.2
11612026-03-20T18:08:04.573Z Downloaded schemars v0.8.22
11622026-03-20T18:08:04.578Z Downloaded p384 v0.13.1
11632026-03-20T18:08:04.582Z Downloaded toml_edit v0.19.15
11642026-03-20T18:08:04.596Z Downloaded zip v0.6.6
11652026-03-20T18:08:04.600Z Downloaded yansi v1.0.1
11662026-03-20T18:08:04.603Z Downloaded ssh-key v0.6.7
11672026-03-20T18:08:04.606Z Downloaded bindgen v0.71.1
11682026-03-20T18:08:04.612Z Downloaded rayon v1.11.0
11692026-03-20T18:08:04.619Z Downloaded quick-xml v0.37.5
11702026-03-20T18:08:04.624Z Downloaded portable-atomic v1.13.1
11712026-03-20T18:08:04.630Z Downloaded unicode_categories v0.1.1
11722026-03-20T18:08:04.633Z Downloaded typed-path v0.9.3
11732026-03-20T18:08:04.637Z Downloaded tower v0.5.3
11742026-03-20T18:08:04.644Z Downloaded x509-cert v0.2.5
11752026-03-20T18:08:04.648Z Downloaded unicode-segmentation v1.12.0
11762026-03-20T18:08:04.653Z Downloaded lalrpop v0.19.12
11772026-03-20T18:08:04.660Z Downloaded rustls-webpki v0.101.7
11782026-03-20T18:08:04.671Z Downloaded goblin v0.10.5
11792026-03-20T18:08:04.677Z Downloaded zerocopy-derive v0.8.40
11802026-03-20T18:08:04.685Z Downloaded tower-http v0.6.8
11812026-03-20T18:08:04.690Z Downloaded serde_with v3.17.0
11822026-03-20T18:08:04.701Z Downloaded unicode-normalization v0.1.25
11832026-03-20T18:08:04.704Z Downloaded object v0.30.4
11842026-03-20T18:08:04.713Z Downloaded salty v0.3.0
11852026-03-20T18:08:04.717Z Downloaded petname v2.0.2
11862026-03-20T18:08:04.721Z Downloaded quinn-proto v0.11.13
11872026-03-20T18:08:04.727Z Downloaded proptest v1.10.0
11882026-03-20T18:08:04.734Z Downloaded tokio-util v0.7.18
11892026-03-20T18:08:04.740Z Downloaded moka v0.12.13
11902026-03-20T18:08:04.748Z Downloaded zip v4.6.1
11912026-03-20T18:08:04.751Z Downloaded tough v0.20.0
11922026-03-20T18:08:04.757Z Downloaded rustls-webpki v0.102.8
11932026-03-20T18:08:04.773Z Downloaded nix v0.28.0
11942026-03-20T18:08:04.781Z Downloaded curve25519-dalek v4.1.3
11952026-03-20T18:08:04.788Z Downloaded nix v0.29.0
11962026-03-20T18:08:04.797Z Downloaded winnow v0.6.26
11972026-03-20T18:08:04.804Z Downloaded smoltcp v0.9.1
11982026-03-20T18:08:04.813Z Downloaded hickory-proto v0.24.4
11992026-03-20T18:08:04.825Z Downloaded openssl v0.10.75
12002026-03-20T18:08:04.832Z Downloaded object v0.37.3
12012026-03-20T18:08:04.841Z Downloaded vcpkg v0.2.15
12022026-03-20T18:08:04.871Z Downloaded webpki-roots v1.0.6
12032026-03-20T18:08:04.874Z Downloaded polar-core v0.27.3
12042026-03-20T18:08:04.880Z Downloaded radix_trie v0.2.1
12052026-03-20T18:08:04.884Z Downloaded hickory-proto v0.25.2
12062026-03-20T18:08:04.897Z Downloaded time v0.3.47
12072026-03-20T18:08:04.906Z Downloaded regex-syntax v0.6.29
12082026-03-20T18:08:05.914Z Downloaded tabled v0.20.0
12092026-03-20T18:08:05.918Z Downloaded dropshot v0.16.7
12102026-03-20T18:08:05.918Z Downloaded zlib-rs v0.6.2
12112026-03-20T18:08:05.919Z Downloaded rustls v0.21.12
12122026-03-20T18:08:05.919Z Downloaded rustls v0.23.37
12132026-03-20T18:08:05.919Z Downloaded nix v0.27.1
12142026-03-20T18:08:05.919Z Downloaded nix v0.31.1
12152026-03-20T18:08:05.919Z Downloaded winnow v0.5.40
12162026-03-20T18:08:05.919Z Downloaded typify-impl v0.6.1
12172026-03-20T18:08:05.919Z Downloaded zerocopy v0.8.40
12182026-03-20T18:08:05.919Z Downloaded ratatui v0.29.0
12192026-03-20T18:08:05.919Z Downloaded rustls v0.22.4
12202026-03-20T18:08:05.919Z Downloaded regress v0.10.5
12212026-03-20T18:08:05.919Z Downloaded rustix v0.38.44
12222026-03-20T18:08:05.919Z Downloaded diesel v2.3.7
12232026-03-20T18:08:05.919Z Downloaded bzip2-sys v0.1.13+1.0.8
12242026-03-20T18:08:05.919Z Downloaded regex-syntax v0.8.10
12252026-03-20T18:08:05.919Z Downloaded openapiv3 v2.2.0
12262026-03-20T18:08:05.919Z Downloaded smoltcp v0.11.0
12272026-03-20T18:08:05.919Z Downloaded petgraph v0.6.5
12282026-03-20T18:08:05.919Z Downloaded sqlparser v0.61.0
12292026-03-20T18:08:05.919Z Downloaded chrono-tz v0.10.4
12302026-03-20T18:08:05.919Z Downloaded bstr v1.12.1
12312026-03-20T18:08:05.919Z Downloaded sled v0.34.7
12322026-03-20T18:08:05.919Z Downloaded ron v0.12.0
12332026-03-20T18:08:05.919Z Downloaded reqwest v0.13.2
12342026-03-20T18:08:05.919Z Downloaded reqwest v0.12.28
12352026-03-20T18:08:05.919Z Downloaded tokio-postgres v0.7.16
12362026-03-20T18:08:05.919Z Downloaded petgraph v0.8.3
12372026-03-20T18:08:05.919Z Downloaded typify-impl v0.4.3
12382026-03-20T18:08:05.919Z Downloaded tracing v0.1.44
12392026-03-20T18:08:05.919Z Downloaded libz-sys v1.1.24
12402026-03-20T18:08:05.919Z Downloaded sha3 v0.10.8
12412026-03-20T18:08:05.919Z Downloaded regex v1.12.3
12422026-03-20T18:08:05.919Z Downloaded git2 v0.20.4
12432026-03-20T18:08:05.919Z Downloaded chrono v0.4.44
12442026-03-20T18:08:05.919Z Downloaded thiserror-impl-no-std v2.0.2
12452026-03-20T18:08:05.919Z Downloaded serde_yaml v0.9.34+deprecated
12462026-03-20T18:08:05.919Z Downloaded zerocopy-derive v0.6.6
12472026-03-20T18:08:05.919Z Downloaded nom v7.1.3
12482026-03-20T18:08:05.919Z Downloaded libxml v0.3.3
12492026-03-20T18:08:05.920Z Downloaded regex-automata v0.4.14
12502026-03-20T18:08:05.920Z Downloaded mio v1.1.1
12512026-03-20T18:08:05.920Z Downloaded crossterm v0.29.0
12522026-03-20T18:08:05.920Z Downloaded jiff v0.2.21
12532026-03-20T18:08:05.920Z Downloaded resolv-conf v0.7.6
12542026-03-20T18:08:05.920Z Downloaded lzma-sys v0.1.20
12552026-03-20T18:08:05.920Z Downloaded flate2 v1.1.9
12562026-03-20T18:08:05.920Z Downloaded proc-macro-error-attr2 v2.0.0
12572026-03-20T18:08:05.920Z Downloaded csv v1.4.0
12582026-03-20T18:08:05.920Z Downloaded memmap2 v0.9.10
12592026-03-20T18:08:05.920Z Downloaded ignore v0.4.25
12602026-03-20T18:08:05.920Z Downloaded num_enum v0.5.11
12612026-03-20T18:08:05.920Z Downloaded ed25519-dalek v2.2.0
12622026-03-20T18:08:05.920Z Downloaded der v0.7.10
12632026-03-20T18:08:05.920Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12642026-03-20T18:08:05.920Z Downloaded phf_shared v0.13.1
12652026-03-20T18:08:05.920Z Downloaded pbkdf2 v0.12.2
12662026-03-20T18:08:05.920Z Downloaded path-slash v0.1.5
12672026-03-20T18:08:05.920Z Downloaded parse-size v1.1.0
12682026-03-20T18:08:05.920Z Downloaded num-integer v0.1.46
12692026-03-20T18:08:05.920Z Downloaded base64 v0.21.7
12702026-03-20T18:08:05.920Z Downloaded allocator-api2 v0.2.21
12712026-03-20T18:08:05.920Z Downloaded libsw v3.5.0
12722026-03-20T18:08:05.920Z Downloaded tokio v1.49.0
12732026-03-20T18:08:05.920Z Downloaded hyper-rustls v0.27.7
12742026-03-20T18:08:05.920Z Downloaded httparse v1.10.1
12752026-03-20T18:08:05.920Z Downloaded hmac v0.12.1
12762026-03-20T18:08:05.920Z Downloaded hickory-client v0.25.2
12772026-03-20T18:08:05.920Z Downloaded lalrpop-util v0.19.12
12782026-03-20T18:08:05.920Z Downloaded new_debug_unreachable v1.0.6
12792026-03-20T18:08:05.920Z Downloaded cookie v0.18.1
12802026-03-20T18:08:05.920Z Downloaded console v0.16.2
12812026-03-20T18:08:05.920Z Downloaded colored v2.2.0
12822026-03-20T18:08:05.920Z Downloaded blake2 v0.10.6
12832026-03-20T18:08:05.921Z Downloaded md5 v0.7.0
12842026-03-20T18:08:05.921Z Downloaded match_cfg v0.1.0
12852026-03-20T18:08:05.921Z Downloaded maplit v1.0.2
12862026-03-20T18:08:05.921Z Downloaded managed v0.8.0
12872026-03-20T18:08:05.921Z Downloaded lru-slab v0.1.2
12882026-03-20T18:08:05.921Z Downloaded lru v0.12.5
12892026-03-20T18:08:05.921Z Downloaded darling_core v0.20.11
12902026-03-20T18:08:05.921Z Downloaded indoc v1.0.9
12912026-03-20T18:08:05.921Z Downloaded indent_write v2.2.0
12922026-03-20T18:08:05.921Z Downloaded ident_case v1.0.1
12932026-03-20T18:08:05.921Z Downloaded glob v0.3.3
12942026-03-20T18:08:05.921Z Downloaded git-stub-vcs v0.1.0
12952026-03-20T18:08:05.921Z Downloaded git-stub v1.0.0
12962026-03-20T18:08:05.921Z Downloaded crc32fast v1.5.0
12972026-03-20T18:08:05.921Z Downloaded ciborium v0.2.2
12982026-03-20T18:08:05.921Z Downloaded colored v3.1.1
12992026-03-20T18:08:05.921Z Downloaded encoding_rs v0.8.35
13002026-03-20T18:08:05.921Z Downloaded cancel-safe-futures v0.1.5
13012026-03-20T18:08:05.921Z Downloaded env_logger v0.11.9
13022026-03-20T18:08:05.921Z Downloaded either v1.15.0
13032026-03-20T18:08:05.921Z Downloaded diff v0.1.13
13042026-03-20T18:08:05.921Z Downloaded des v0.8.1
13052026-03-20T18:08:05.921Z Downloaded convert_case v0.10.0
13062026-03-20T18:08:05.921Z Downloaded cmake v0.1.57
13072026-03-20T18:08:05.921Z Downloaded cipher v0.4.4
13082026-03-20T18:08:05.921Z Downloaded hostname v0.3.1
13092026-03-20T18:08:05.927Z Downloaded hex-literal v0.4.1
13102026-03-20T18:08:05.927Z Downloaded hex v0.4.3
13112026-03-20T18:08:05.928Z Downloaded headers-core v0.3.0
13122026-03-20T18:08:05.928Z Downloaded chacha20 v0.9.1
13132026-03-20T18:08:05.928Z Downloaded bzip2 v0.4.4
13142026-03-20T18:08:05.928Z Downloaded debug-ignore v1.0.5
13152026-03-20T18:08:05.928Z Downloaded csv-core v0.1.13
13162026-03-20T18:08:05.928Z Downloaded bit-vec v0.6.3
13172026-03-20T18:08:05.928Z Downloaded fallible-iterator v0.2.0
13182026-03-20T18:08:05.928Z Downloaded cexpr v0.6.0
13192026-03-20T18:08:05.928Z Downloaded globwalk v0.9.1
13202026-03-20T18:08:05.928Z Downloaded darling v0.23.0
13212026-03-20T18:08:05.928Z Downloaded critical-section v1.2.0
13222026-03-20T18:08:05.928Z Downloaded ring v0.17.14
13232026-03-20T18:08:05.928Z Downloaded difflib v0.4.0
13242026-03-20T18:08:05.928Z Downloaded defmt v0.3.100
13252026-03-20T18:08:05.928Z Downloaded ciborium-ll v0.2.2
13262026-03-20T18:08:05.928Z Downloaded bit-vec v0.8.0
13272026-03-20T18:08:05.928Z Downloaded libgit2-sys v0.18.3+1.9.2
13282026-03-20T18:08:05.928Z Downloaded cassowary v0.3.0
13292026-03-20T18:08:05.928Z Downloaded camino-tempfile-ext v0.3.3
13302026-03-20T18:08:05.928Z Downloaded derive_builder_core v0.20.2
13312026-03-20T18:08:05.928Z Downloaded der_derive v0.7.3
13322026-03-20T18:08:05.928Z Downloaded base16ct v1.0.0
13332026-03-20T18:08:05.928Z Downloaded crc v3.4.0
13342026-03-20T18:08:05.928Z Downloaded funty v2.0.0
13352026-03-20T18:08:05.928Z Downloaded ena v0.14.4
13362026-03-20T18:08:05.928Z Downloaded dirs-sys-next v0.1.2
13372026-03-20T18:08:05.928Z Downloaded data-encoding v2.10.0
13382026-03-20T18:08:05.928Z Downloaded darling_macro v0.20.11
13392026-03-20T18:08:05.928Z Downloaded crc-catalog v2.4.0
13402026-03-20T18:08:05.929Z Downloaded bit-set v0.5.3
13412026-03-20T18:08:05.929Z Downloaded arrayvec v0.7.6
13422026-03-20T18:08:06.092Z Downloaded aws-lc-sys v0.37.1
13432026-03-20T18:08:06.419Z Compiling libc v0.2.180
13442026-03-20T18:08:06.421Z Compiling serde v1.0.228
13452026-03-20T18:08:06.422Z Compiling log v0.4.29
13462026-03-20T18:08:06.422Z Compiling shlex v1.3.0
13472026-03-20T18:08:06.626Z Compiling find-msvc-tools v0.1.9
13482026-03-20T18:08:06.629Z Compiling smallvec v1.15.1
13492026-03-20T18:08:06.643Z Compiling syn v2.0.117
13502026-03-20T18:08:06.679Z Compiling typenum v1.19.0
13512026-03-20T18:08:06.844Z Compiling generic-array v0.14.7
13522026-03-20T18:08:06.862Z Compiling subtle v2.6.1
13532026-03-20T18:08:06.912Z Compiling scopeguard v1.2.0
13542026-03-20T18:08:06.975Z Compiling portable-atomic v1.13.1
13552026-03-20T18:08:07.003Z Compiling const-oid v0.9.6
13562026-03-20T18:08:07.048Z Compiling lock_api v0.4.14
13572026-03-20T18:08:07.078Z Compiling critical-section v1.2.0
13582026-03-20T18:08:07.151Z Compiling zerocopy v0.8.40
13592026-03-20T18:08:07.202Z Compiling pin-project-lite v0.2.17
13602026-03-20T18:08:07.325Z Compiling parking_lot_core v0.9.12
13612026-03-20T18:08:07.344Z Compiling serde_json v1.0.149
13622026-03-20T18:08:07.775Z Compiling getrandom v0.2.17
13632026-03-20T18:08:07.782Z Compiling jobserver v0.1.34
13642026-03-20T18:08:07.859Z Compiling errno v0.3.14
13652026-03-20T18:08:08.046Z Compiling cc v1.2.56
13662026-03-20T18:08:08.067Z Compiling rand_core v0.6.4
13672026-03-20T18:08:08.184Z Compiling signal-hook-registry v1.4.8
13682026-03-20T18:08:08.302Z Compiling pkg-config v0.3.32
13692026-03-20T18:08:08.429Z Compiling once_cell v1.21.3
13702026-03-20T18:08:08.475Z Compiling parking_lot v0.12.5
13712026-03-20T18:08:08.534Z Compiling mio v1.1.1
13722026-03-20T18:08:08.552Z Compiling bitflags v2.11.0
13732026-03-20T18:08:08.706Z Compiling libm v0.2.16
13742026-03-20T18:08:08.863Z Compiling num-traits v0.2.19
13752026-03-20T18:08:09.034Z Compiling futures-core v0.3.32
13762026-03-20T18:08:09.141Z Compiling socket2 v0.6.2
13772026-03-20T18:08:09.235Z Compiling percent-encoding v2.3.2
13782026-03-20T18:08:09.310Z Compiling allocator-api2 v0.2.21
13792026-03-20T18:08:09.326Z Compiling futures-sink v0.3.32
13802026-03-20T18:08:09.483Z Compiling cpufeatures v0.2.17
13812026-03-20T18:08:09.489Z Compiling foldhash v0.2.0
13822026-03-20T18:08:09.492Z Compiling futures-channel v0.3.32
13832026-03-20T18:08:09.546Z Compiling futures-task v0.3.32
13842026-03-20T18:08:09.702Z Compiling getrandom v0.4.1
13852026-03-20T18:08:09.756Z Compiling hashbrown v0.16.1
13862026-03-20T18:08:09.777Z Compiling futures-io v0.3.32
13872026-03-20T18:08:09.780Z Compiling slab v0.4.12
13882026-03-20T18:08:09.812Z Compiling rustversion v1.0.22
13892026-03-20T18:08:09.972Z Compiling getrandom v0.3.4
13902026-03-20T18:08:10.029Z Compiling rand_core v0.10.0
13912026-03-20T18:08:10.146Z Compiling form_urlencoded v1.2.2
13922026-03-20T18:08:10.376Z Compiling cmake v0.1.57
13932026-03-20T18:08:10.535Z Compiling indexmap v2.13.0
13942026-03-20T18:08:10.606Z Compiling ident_case v1.0.1
13952026-03-20T18:08:10.775Z Compiling dunce v1.0.5
13962026-03-20T18:08:10.836Z Compiling base64ct v1.8.3
13972026-03-20T18:08:10.895Z Compiling synstructure v0.13.2
13982026-03-20T18:08:10.935Z Compiling fs_extra v1.3.0
13992026-03-20T18:08:11.129Z Compiling flagset v0.4.7
14002026-03-20T18:08:11.229Z Compiling pem-rfc7468 v0.7.0
14012026-03-20T18:08:11.249Z Compiling rand_core v0.9.5
14022026-03-20T18:08:11.282Z Compiling iana-time-zone v0.1.65
14032026-03-20T18:08:11.301Z Compiling rustix v1.1.3
14042026-03-20T18:08:11.301Z Compiling aws-lc-sys v0.37.1
14052026-03-20T18:08:11.468Z Compiling uuid v1.21.0
14062026-03-20T18:08:11.542Z Compiling ring v0.17.14
14072026-03-20T18:08:11.614Z Compiling rustc_version v0.4.1
14082026-03-20T18:08:11.647Z Compiling vcpkg v0.2.15
14092026-03-20T18:08:11.745Z Compiling regex-syntax v0.8.10
14102026-03-20T18:08:12.036Z Compiling aws-lc-rs v1.16.0
14112026-03-20T18:08:12.384Z Compiling tracing-core v0.1.36
14122026-03-20T18:08:12.411Z Compiling crossbeam-utils v0.8.21
14132026-03-20T18:08:12.694Z Compiling openssl-sys v0.9.111
14142026-03-20T18:08:12.838Z Compiling pest_generator v2.8.6
14152026-03-20T18:08:13.165Z Compiling serde_derive_internals v0.29.1
14162026-03-20T18:08:13.445Z Compiling syn v1.0.109
14172026-03-20T18:08:13.520Z Compiling serde_derive v1.0.228
14182026-03-20T18:08:13.776Z Compiling zeroize_derive v1.4.3
14192026-03-20T18:08:13.796Z Compiling zerofrom-derive v0.1.6
14202026-03-20T18:08:13.823Z Compiling yoke-derive v0.8.1
14212026-03-20T18:08:14.424Z Compiling zerocopy-derive v0.8.40
14222026-03-20T18:08:14.610Z Compiling zeroize v1.8.2
14232026-03-20T18:08:15.016Z Compiling zerovec-derive v0.11.2
14242026-03-20T18:08:15.393Z Compiling displaydoc v0.2.5
14252026-03-20T18:08:15.648Z Compiling crypto-common v0.1.7
14262026-03-20T18:08:15.688Z Compiling zerofrom v0.1.6
14272026-03-20T18:08:15.830Z Compiling yoke v0.8.1
14282026-03-20T18:08:15.848Z Compiling block-buffer v0.10.4
14292026-03-20T18:08:16.051Z Compiling digest v0.10.7
14302026-03-20T18:08:16.070Z Compiling tokio-macros v2.6.0
14312026-03-20T18:08:16.363Z Compiling zerotrie v0.2.3
14322026-03-20T18:08:16.422Z Compiling hmac v0.12.1
14332026-03-20T18:08:16.474Z Compiling zerovec v0.11.5
14342026-03-20T18:08:16.571Z Compiling futures-macro v0.3.32
14352026-03-20T18:08:16.703Z Compiling block-padding v0.3.3
14362026-03-20T18:08:16.757Z Compiling sha2 v0.10.9
14372026-03-20T18:08:16.904Z Compiling inout v0.1.4
14382026-03-20T18:08:17.026Z Compiling der_derive v0.7.3
14392026-03-20T18:08:17.119Z Compiling tinystr v0.8.2
14402026-03-20T18:08:17.170Z Compiling potential_utf v0.1.4
14412026-03-20T18:08:17.383Z Compiling icu_locale_core v2.1.1
14422026-03-20T18:08:17.383Z Compiling icu_collections v2.1.1
14432026-03-20T18:08:17.691Z Compiling futures-util v0.3.32
14442026-03-20T18:08:17.982Z Compiling cipher v0.4.4
14452026-03-20T18:08:18.312Z Compiling bytes v1.11.1
14462026-03-20T18:08:18.331Z Compiling salsa20 v0.10.2
14472026-03-20T18:08:18.377Z Compiling icu_provider v2.1.1
14482026-03-20T18:08:18.501Z Compiling der v0.7.10
14492026-03-20T18:08:18.663Z Compiling chrono v0.4.44
14502026-03-20T18:08:18.731Z Compiling icu_normalizer v2.1.1
14512026-03-20T18:08:18.774Z Compiling icu_properties v2.1.2
14522026-03-20T18:08:19.155Z Compiling tokio v1.49.0
14532026-03-20T18:08:19.424Z Compiling http v1.4.0
14542026-03-20T18:08:20.145Z Compiling idna_adapter v1.2.1
14552026-03-20T18:08:20.307Z Compiling idna v1.1.0
14562026-03-20T18:08:20.326Z Compiling spki v0.7.3
14572026-03-20T18:08:20.541Z Compiling pbkdf2 v0.12.2
14582026-03-20T18:08:20.582Z Compiling ppv-lite86 v0.2.21
14592026-03-20T18:08:20.647Z Compiling thiserror-impl v2.0.18
14602026-03-20T18:08:20.680Z Compiling url v2.5.8
14612026-03-20T18:08:20.741Z Compiling scrypt v0.11.0
14622026-03-20T18:08:20.793Z Compiling aes v0.8.4
14632026-03-20T18:08:21.022Z Compiling rand_chacha v0.9.0
14642026-03-20T18:08:21.064Z Compiling cbc v0.1.2
14652026-03-20T18:08:21.192Z Compiling rustls-pki-types v1.14.0
14662026-03-20T18:08:21.244Z Compiling tracing-attributes v0.1.31
14672026-03-20T18:08:21.724Z Compiling pkcs5 v0.7.1
14682026-03-20T18:08:21.787Z Compiling rand v0.9.2
14692026-03-20T18:08:21.898Z Compiling http-body v1.0.1
14702026-03-20T18:08:22.086Z Compiling base64 v0.22.1
14712026-03-20T18:08:22.182Z Compiling schemars v0.8.22
14722026-03-20T18:08:22.368Z Compiling untrusted v0.7.1
14732026-03-20T18:08:22.415Z Compiling thiserror v2.0.18
14742026-03-20T18:08:22.432Z Compiling httparse v1.10.1
14752026-03-20T18:08:22.536Z Compiling untrusted v0.9.0
14762026-03-20T18:08:22.557Z Compiling openssl-probe v0.2.1
14772026-03-20T18:08:22.602Z Compiling pkcs8 v0.10.2
14782026-03-20T18:08:22.784Z Compiling schemars_derive v0.8.22
14792026-03-20T18:08:22.909Z Compiling pest_derive v2.8.6
14802026-03-20T18:08:22.952Z Compiling scroll_derive v0.13.1
14812026-03-20T18:08:23.092Z Compiling tracing v0.1.44
14822026-03-20T18:08:23.440Z Compiling darling_core v0.20.11
14832026-03-20T18:08:23.443Z Compiling tower-layer v0.3.3
14842026-03-20T18:08:23.663Z Compiling try-lock v0.2.5
14852026-03-20T18:08:23.685Z Compiling rustls v0.23.37
14862026-03-20T18:08:23.797Z Compiling tinyvec_macros v0.1.1
14872026-03-20T18:08:23.919Z Compiling dyn-clone v1.0.20
14882026-03-20T18:08:23.929Z Compiling tower-service v0.3.3
14892026-03-20T18:08:24.011Z Compiling atomic-waker v1.1.2
14902026-03-20T18:08:24.027Z Compiling scroll v0.13.0
14912026-03-20T18:08:24.055Z Compiling tinyvec v1.10.0
14922026-03-20T18:08:24.160Z Compiling want v0.3.1
14932026-03-20T18:08:24.369Z Compiling tokio-util v0.7.18
14942026-03-20T18:08:24.770Z Compiling ipnet v2.11.0
14952026-03-20T18:08:25.137Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14962026-03-20T18:08:25.447Z Compiling h2 v0.4.13
14972026-03-20T18:08:25.634Z Compiling spin v0.9.8
14982026-03-20T18:08:25.769Z Compiling aho-corasick v1.1.4
14992026-03-20T18:08:25.903Z Compiling crc32fast v1.5.0
15002026-03-20T18:08:26.243Z Compiling foreign-types-shared v0.1.1
15012026-03-20T18:08:26.329Z Compiling num-conv v0.2.0
15022026-03-20T18:08:26.351Z Compiling pin-utils v0.1.0
15032026-03-20T18:08:26.433Z Compiling httpdate v1.0.3
15042026-03-20T18:08:26.454Z Compiling time-core v0.1.8
15052026-03-20T18:08:26.637Z Compiling powerfmt v0.2.0
15062026-03-20T18:08:26.681Z Compiling darling_macro v0.20.11
15072026-03-20T18:08:26.718Z Compiling openssl v0.10.75
15082026-03-20T18:08:26.903Z Compiling regex-automata v0.4.14
15092026-03-20T18:08:27.031Z Compiling deranged v0.5.8
15102026-03-20T18:08:27.137Z Compiling time-macros v0.2.27
15112026-03-20T18:08:27.274Z Compiling darling v0.20.11
15122026-03-20T18:08:27.376Z Compiling tempfile v3.25.0
15132026-03-20T18:08:27.905Z Compiling foreign-types v0.3.2
15142026-03-20T18:08:28.184Z Compiling goblin v0.10.5
15152026-03-20T18:08:28.456Z Compiling thiserror-impl v1.0.69
15162026-03-20T18:08:28.649Z Compiling openssl-macros v0.1.1
15172026-03-20T18:08:29.803Z Compiling hyper v1.8.1
15182026-03-20T18:08:30.152Z Compiling wait-timeout v0.2.1
15192026-03-20T18:08:30.181Z Compiling either v1.15.0
15202026-03-20T18:08:30.445Z Compiling simd-adler32 v0.3.8
15212026-03-20T18:08:30.484Z Compiling num_threads v0.1.7
15222026-03-20T18:08:30.601Z Compiling usdt-impl v0.6.0
15232026-03-20T18:08:30.774Z Compiling native-tls v0.2.18
15242026-03-20T18:08:30.851Z Compiling siphasher v1.0.2
15252026-03-20T18:08:30.940Z Compiling quick-error v1.2.3
15262026-03-20T18:08:31.020Z Compiling bit-vec v0.8.0
15272026-03-20T18:08:31.068Z Compiling rusty-fork v0.3.1
15282026-03-20T18:08:31.151Z Compiling time v0.3.47
15292026-03-20T18:08:31.316Z Compiling bit-set v0.8.0
15302026-03-20T18:08:31.482Z Compiling hyper-util v0.1.20
15312026-03-20T18:08:31.528Z Compiling thiserror v1.0.69
15322026-03-20T18:08:31.926Z Compiling dof v0.4.0
15332026-03-20T18:08:32.984Z Compiling derive_builder_core v0.20.2
15342026-03-20T18:08:33.385Z Compiling unicode-normalization v0.1.25
15352026-03-20T18:08:33.587Z Compiling crossbeam-epoch v0.9.18
15362026-03-20T18:08:33.840Z Compiling dtrace-parser v0.3.0
15372026-03-20T18:08:33.983Z Compiling rustls-native-certs v0.8.3
15382026-03-20T18:08:34.024Z Compiling signature v2.2.0
15392026-03-20T18:08:34.137Z Compiling scroll_derive v0.12.1
15402026-03-20T18:08:34.189Z Compiling heapless v0.7.17
15412026-03-20T18:08:34.243Z Compiling rand_xorshift v0.4.0
15422026-03-20T18:08:34.351Z Compiling slog v2.8.2
15432026-03-20T18:08:34.439Z Compiling darling_core v0.21.3
15442026-03-20T18:08:34.484Z Compiling bzip2-sys v0.1.13+1.0.8
15452026-03-20T18:08:34.611Z Compiling sync_wrapper v1.0.2
15462026-03-20T18:08:34.704Z Compiling thread-id v5.1.0
15472026-03-20T18:08:34.807Z Compiling cookie v0.18.1
15482026-03-20T18:08:34.828Z Compiling anyhow v1.0.102
15492026-03-20T18:08:34.885Z Compiling zstd-safe v7.2.4
15502026-03-20T18:08:35.004Z Compiling signal-hook v0.3.18
15512026-03-20T18:08:35.029Z Compiling unicode-bidi v0.3.18
15522026-03-20T18:08:35.122Z Compiling unicode-properties v0.1.4
15532026-03-20T18:08:35.213Z Compiling adler2 v2.0.1
15542026-03-20T18:08:35.232Z Compiling unicode-segmentation v1.12.0
15552026-03-20T18:08:35.397Z Compiling paste v1.0.15
15562026-03-20T18:08:35.403Z Compiling rayon-core v1.13.0
15572026-03-20T18:08:35.607Z Compiling unarray v0.1.4
15582026-03-20T18:08:35.737Z Compiling proptest v1.10.0
15592026-03-20T18:08:35.758Z Compiling stringprep v0.1.5
15602026-03-20T18:08:35.792Z Compiling miniz_oxide v0.8.9
15612026-03-20T18:08:35.967Z Compiling scroll v0.12.0
15622026-03-20T18:08:36.357Z Compiling tower v0.5.3
15632026-03-20T18:08:36.694Z Compiling derive_builder_macro v0.20.2
15642026-03-20T18:08:36.752Z Compiling crossbeam-deque v0.8.6
15652026-03-20T18:08:36.839Z Compiling ipnetwork v0.21.1
15662026-03-20T18:08:36.995Z Compiling http-body-util v0.1.3
15672026-03-20T18:08:37.015Z Compiling webpki-roots v1.0.6
15682026-03-20T18:08:37.129Z Compiling rand_chacha v0.3.1
15692026-03-20T18:08:37.170Z Compiling toml_datetime v0.6.11
15702026-03-20T18:08:37.262Z Compiling serde_tokenstream v0.2.3
15712026-03-20T18:08:37.312Z Compiling serde_spanned v0.6.9
15722026-03-20T18:08:37.354Z Compiling erased-serde v0.3.31
15732026-03-20T18:08:37.538Z Compiling md-5 v0.10.6
15742026-03-20T18:08:37.556Z Compiling zerocopy-derive v0.7.35
15752026-03-20T18:08:37.717Z Compiling curve25519-dalek v4.1.3
15762026-03-20T18:08:37.753Z Compiling num-integer v0.1.46
15772026-03-20T18:08:38.042Z Compiling darling_macro v0.21.3
15782026-03-20T18:08:38.104Z Compiling vergen-lib v0.1.6
15792026-03-20T18:08:38.141Z Compiling hash32 v0.2.1
15802026-03-20T18:08:38.198Z Compiling ff v0.13.1
15812026-03-20T18:08:38.240Z Compiling memoffset v0.9.1
15822026-03-20T18:08:38.326Z Compiling num-bigint-dig v0.8.6
15832026-03-20T18:08:38.373Z Compiling zlib-rs v0.6.2
15842026-03-20T18:08:38.390Z Compiling base16ct v0.2.0
15852026-03-20T18:08:38.478Z Compiling psl-types v2.0.11
15862026-03-20T18:08:38.554Z Compiling iri-string v0.7.10
15872026-03-20T18:08:38.619Z Compiling litrs v1.0.0
15882026-03-20T18:08:38.643Z Compiling rustix v0.38.44
15892026-03-20T18:08:38.666Z Compiling ref-cast v1.0.25
15902026-03-20T18:08:38.718Z Compiling fallible-iterator v0.2.0
15912026-03-20T18:08:39.042Z Compiling ryu v1.0.23
15922026-03-20T18:08:39.081Z Compiling smoltcp v0.9.1
15932026-03-20T18:08:39.123Z Compiling cfg_aliases v0.2.1
15942026-03-20T18:08:39.213Z Compiling nix v0.31.1
15952026-03-20T18:08:39.270Z Compiling serde_urlencoded v0.7.1
15962026-03-20T18:08:39.306Z Compiling document-features v0.2.12
15972026-03-20T18:08:39.600Z Compiling postgres-protocol v0.6.10
15982026-03-20T18:08:39.715Z Compiling newtype-uuid v1.3.2
15992026-03-20T18:08:39.723Z Compiling zerocopy v0.7.35
16002026-03-20T18:08:40.068Z Compiling darling v0.21.3
16012026-03-20T18:08:40.127Z Compiling publicsuffix v2.3.0
16022026-03-20T18:08:40.170Z Compiling tower-http v0.6.8
16032026-03-20T18:08:40.348Z Compiling sec1 v0.7.3
16042026-03-20T18:08:40.487Z Compiling group v0.13.0
16052026-03-20T18:08:40.722Z Compiling num-iter v0.1.45
16062026-03-20T18:08:40.726Z Compiling rand v0.8.5
16072026-03-20T18:08:40.792Z Compiling derive_builder v0.20.2
16082026-03-20T18:08:40.906Z Compiling oxnet v0.1.4
16092026-03-20T18:08:41.135Z Compiling proc-macro-error v1.0.4
16102026-03-20T18:08:41.360Z Compiling tokio-native-tls v0.3.1
16112026-03-20T18:08:41.526Z Compiling goblin v0.8.2
16122026-03-20T18:08:42.036Z Compiling heck v0.4.1
16132026-03-20T18:08:42.209Z Compiling phf_shared v0.13.1
16142026-03-20T18:08:42.329Z Compiling hubpack_derive v0.1.1
16152026-03-20T18:08:42.389Z Compiling regex v1.12.3
16162026-03-20T18:08:42.523Z Compiling flate2 v1.1.9
16172026-03-20T18:08:42.550Z Compiling lazy_static v1.5.0
16182026-03-20T18:08:42.666Z Compiling cargo-platform v0.1.9
16192026-03-20T18:08:42.940Z Compiling hkdf v0.12.4
16202026-03-20T18:08:43.044Z Compiling crypto-bigint v0.5.5
16212026-03-20T18:08:43.049Z Compiling async-trait v0.1.89
16222026-03-20T18:08:43.052Z Compiling strum_macros v0.27.2
16232026-03-20T18:08:43.092Z Compiling curve25519-dalek-derive v0.1.1
16242026-03-20T18:08:43.143Z Compiling daft-derive v0.1.5
16252026-03-20T18:08:43.956Z Compiling ref-cast-impl v1.0.25
16262026-03-20T18:08:44.105Z Compiling terminal_size v0.4.3
16272026-03-20T18:08:44.280Z Compiling vergen v9.0.6
16282026-03-20T18:08:44.487Z Compiling fs-err v3.3.0
16292026-03-20T18:08:44.507Z Compiling ahash v0.8.12
16302026-03-20T18:08:44.653Z Compiling bumpalo v3.20.2
16312026-03-20T18:08:44.718Z Compiling foldhash v0.1.5
16322026-03-20T18:08:44.756Z Compiling winnow v0.5.40
16332026-03-20T18:08:44.936Z Compiling bitflags v1.3.2
16342026-03-20T18:08:44.979Z Compiling libbz2-rs-sys v0.2.2
16352026-03-20T18:08:45.030Z Compiling managed v0.8.0
16362026-03-20T18:08:45.311Z Compiling object v0.37.3
16372026-03-20T18:08:45.718Z Compiling bzip2 v0.6.1
16382026-03-20T18:08:45.770Z Compiling strum v0.27.2
16392026-03-20T18:08:45.929Z Compiling console v0.16.2
16402026-03-20T18:08:45.948Z Compiling clap_builder v4.5.60
16412026-03-20T18:08:45.985Z Compiling zopfli v0.8.3
16422026-03-20T18:08:46.500Z Compiling hashbrown v0.15.5
16432026-03-20T18:08:46.680Z Compiling toml_edit v0.19.15
16442026-03-20T18:08:46.866Z Compiling dof v0.3.0
16452026-03-20T18:08:47.050Z Compiling elliptic-curve v0.13.8
16462026-03-20T18:08:47.072Z Compiling daft v0.1.5
16472026-03-20T18:08:47.440Z Compiling hubpack v0.1.2
16482026-03-20T18:08:47.625Z Compiling cargo_metadata v0.19.2
16492026-03-20T18:08:47.876Z Compiling phf v0.13.1
16502026-03-20T18:08:48.088Z Compiling zone_cfg_derive v0.3.1
16512026-03-20T18:08:48.935Z Compiling cookie_store v0.22.1
16522026-03-20T18:08:49.517Z Compiling signal-hook-mio v0.2.5
16532026-03-20T18:08:49.819Z Compiling zstd v0.13.3
16542026-03-20T18:08:49.990Z Compiling hyper-tls v0.6.0
16552026-03-20T18:08:50.137Z Compiling rayon v1.11.0
16562026-03-20T18:08:50.182Z Compiling bzip2 v0.4.4
16572026-03-20T18:08:50.297Z Compiling serde_with_macros v3.17.0
16582026-03-20T18:08:50.367Z Compiling postgres-types v0.2.12
16592026-03-20T18:08:50.502Z Compiling usdt-attr-macro v0.6.0
16602026-03-20T18:08:51.164Z Compiling usdt-macro v0.6.0
16612026-03-20T18:08:51.220Z Compiling ed25519 v2.2.3
16622026-03-20T18:08:51.527Z Compiling dtrace-parser v0.2.0
16632026-03-20T18:08:51.853Z Compiling phf_shared v0.11.3
16642026-03-20T18:08:52.087Z Compiling itertools v0.12.1
16652026-03-20T18:08:52.107Z Compiling bstr v1.12.1
16662026-03-20T18:08:52.124Z Compiling pkcs1 v0.7.5
16672026-03-20T18:08:52.381Z Compiling serde-big-array v0.5.1
16682026-03-20T18:08:52.593Z Compiling hex v0.4.3
16692026-03-20T18:08:52.623Z Compiling rfc6979 v0.4.0
16702026-03-20T18:08:52.643Z Compiling serde_repr v0.1.20
16712026-03-20T18:08:52.703Z Compiling enum-as-inner v0.6.1
16722026-03-20T18:08:52.779Z Compiling strum_macros v0.26.4
16732026-03-20T18:08:52.959Z Compiling clap_derive v4.5.55
16742026-03-20T18:08:53.056Z Compiling float-cmp v0.10.0
16752026-03-20T18:08:53.249Z Compiling thread-id v4.2.2
16762026-03-20T18:08:53.347Z Compiling memmap2 v0.9.10
16772026-03-20T18:08:53.367Z Compiling env_filter v1.0.0
16782026-03-20T18:08:53.385Z Compiling encoding_rs v0.8.35
16792026-03-20T18:08:53.634Z Compiling unit-prefix v0.5.2
16802026-03-20T18:08:53.777Z Compiling keccak v0.1.6
16812026-03-20T18:08:53.798Z Compiling fixedbitset v0.5.7
16822026-03-20T18:08:53.824Z Compiling data-encoding v2.10.0
16832026-03-20T18:08:54.212Z Compiling jiff v0.2.21
16842026-03-20T18:08:54.789Z Compiling fixedbitset v0.4.2
16852026-03-20T18:08:54.882Z Compiling normalize-line-endings v0.3.0
16862026-03-20T18:08:55.005Z Compiling mime v0.3.17
16872026-03-20T18:08:55.078Z Compiling precomputed-hash v0.1.1
16882026-03-20T18:08:55.252Z Compiling static_assertions v1.1.0
16892026-03-20T18:08:55.256Z Compiling new_debug_unreachable v1.0.6
16902026-03-20T18:08:55.256Z Compiling predicates-core v1.0.10
16912026-03-20T18:08:55.282Z Compiling whoami v2.1.0
16922026-03-20T18:08:55.302Z Compiling difflib v0.4.0
16932026-03-20T18:08:55.354Z Compiling rustc-hash v2.1.1
16942026-03-20T18:08:55.379Z Compiling clap v4.5.60
16952026-03-20T18:08:55.469Z Compiling string_cache v0.8.9
16962026-03-20T18:08:55.488Z Compiling iddqd v0.3.17
16972026-03-20T18:08:55.509Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16982026-03-20T18:08:55.529Z Compiling strum v0.26.3
16992026-03-20T18:08:55.693Z Compiling predicates v3.1.4
17002026-03-20T18:08:55.767Z Compiling tokio-postgres v0.7.16
17012026-03-20T18:08:55.786Z Compiling petgraph v0.6.5
17022026-03-20T18:08:56.052Z Compiling hickory-proto v0.25.2
17032026-03-20T18:08:56.576Z Compiling petgraph v0.8.3
17042026-03-20T18:08:57.050Z Compiling sha3 v0.10.8
17052026-03-20T18:08:57.655Z Compiling indicatif v0.18.4
17062026-03-20T18:08:57.838Z Compiling zip v4.6.1
17072026-03-20T18:08:58.850Z Compiling zone v0.3.1
17082026-03-20T18:08:58.871Z Compiling toml_edit v0.22.27
17092026-03-20T18:08:59.154Z Compiling env_logger v0.11.9
17102026-03-20T18:08:59.300Z Compiling usdt v0.6.0
17112026-03-20T18:08:59.387Z Compiling usdt-impl v0.5.0
17122026-03-20T18:08:59.629Z Compiling serde_with v3.17.0
17132026-03-20T18:08:59.668Z Compiling ecdsa v0.16.9
17142026-03-20T18:08:59.750Z Compiling similar v2.7.0
17152026-03-20T18:09:00.109Z Compiling rsa v0.9.10
17162026-03-20T18:09:00.127Z Compiling crossterm v0.28.1
17172026-03-20T18:09:00.157Z Compiling ed25519-dalek v2.2.0
17182026-03-20T18:09:00.977Z Compiling zip v0.6.6
17192026-03-20T18:09:01.940Z Compiling toml v0.7.8
17202026-03-20T18:09:02.625Z Compiling toml_parser v1.0.9+spec-1.1.0
17212026-03-20T18:09:02.644Z Compiling itertools v0.13.0
17222026-03-20T18:09:02.727Z Compiling tokio-stream v0.1.18
17232026-03-20T18:09:02.824Z Compiling buf-list v1.1.2
17242026-03-20T18:09:02.988Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17252026-03-20T18:09:03.193Z Compiling x509-cert v0.2.5
17262026-03-20T18:09:03.362Z Compiling openapiv3 v2.2.0
17272026-03-20T18:09:03.405Z Compiling sha1 v0.10.6
17282026-03-20T18:09:03.505Z Compiling toml_datetime v0.7.5+spec-1.1.0
17292026-03-20T18:09:03.689Z Compiling peg-runtime v0.8.5
17302026-03-20T18:09:03.900Z Compiling lalrpop-util v0.19.12
17312026-03-20T18:09:04.073Z Compiling thread_local v1.1.9
17322026-03-20T18:09:04.156Z Compiling slog-async v2.8.0
17332026-03-20T18:09:04.297Z Compiling crossbeam-channel v0.5.15
17342026-03-20T18:09:04.370Z Compiling futures-executor v0.3.32
17352026-03-20T18:09:04.401Z Compiling filetime v0.2.27
17362026-03-20T18:09:04.553Z Compiling is-terminal v0.4.17
17372026-03-20T18:09:04.627Z Compiling take_mut v0.2.2
17382026-03-20T18:09:04.676Z Compiling xattr v1.6.1
17392026-03-20T18:09:04.753Z Compiling term v1.2.1
17402026-03-20T18:09:04.884Z Compiling tar v0.4.45
17412026-03-20T18:09:04.916Z Compiling futures v0.3.32
17422026-03-20T18:09:05.407Z Compiling slog-term v2.9.2
17432026-03-20T18:09:12.044Z Compiling rustls-webpki v0.103.9
17442026-03-20T18:09:16.082Z Compiling tokio-rustls v0.26.4
17452026-03-20T18:09:16.082Z Compiling rustls-platform-verifier v0.6.2
17462026-03-20T18:09:16.359Z Compiling hyper-rustls v0.27.7
17472026-03-20T18:09:16.696Z Compiling reqwest v0.13.2
17482026-03-20T18:09:16.696Z Compiling reqwest v0.12.28
17492026-03-20T18:09:19.603Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17502026-03-20T18:09:19.873Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17512026-03-20T18:09:23.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
17522026-03-20T18:09:23.847Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17532026-03-20T18:09:23.908ZMar 20 18:09:23.180 INFO Starting download, target: Console
17542026-03-20T18:09:23.909ZMar 20 18:09:23.180 INFO Starting download, target: TransceiverControl
17552026-03-20T18:09:23.909ZMar 20 18:09:23.180 INFO Starting download, target: MaghemiteMgd
17562026-03-20T18:09:23.909ZMar 20 18:09:23.180 INFO Starting download, target: Cockroach
17572026-03-20T18:09:23.909ZMar 20 18:09:23.180 INFO Starting download, target: Clickhouse
17582026-03-20T18:09:23.914ZMar 20 18:09:23.180 INFO Starting download, target: DendriteStub
17592026-03-20T18:09:23.914ZMar 20 18:09:23.180 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17602026-03-20T18:09:23.915ZMar 20 18:09:23.180 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17612026-03-20T18:09:23.915ZMar 20 18:09:23.180 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17622026-03-20T18:09:23.915ZMar 20 18:09:23.180 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17632026-03-20T18:09:23.915ZMar 20 18:09:23.180 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17642026-03-20T18:09:23.915ZMar 20 18:09:23.180 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17652026-03-20T18:09:24.524ZMar 20 18:09:23.787 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17662026-03-20T18:09:24.851ZMar 20 18:09:24.120 INFO Download complete, target: TransceiverControl
17672026-03-20T18:09:25.027ZMar 20 18:09:24.297 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17682026-03-20T18:09:25.350ZMar 20 18:09:24.619 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17692026-03-20T18:09:25.508ZMar 20 18:09:24.723 INFO Download complete, target: Console
17702026-03-20T18:09:25.672ZMar 20 18:09:24.944 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17712026-03-20T18:09:25.930ZMar 20 18:09:25.197 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17722026-03-20T18:09:26.315ZMar 20 18:09:25.588 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17732026-03-20T18:09:26.315ZMar 20 18:09:25.588 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17742026-03-20T18:09:28.905ZMar 20 18:09:28.177 INFO Download complete, target: DendriteStub
17752026-03-20T18:09:29.204ZMar 20 18:09:28.477 INFO Download complete, target: MaghemiteMgd
17762026-03-20T18:09:34.173ZMar 20 18:09:33.323 INFO Checking that binary works, target: Cockroach
17772026-03-20T18:09:34.177ZMar 20 18:09:33.437 INFO Download complete, target: Cockroach
17782026-03-20T18:09:37.042ZMar 20 18:09:36.313 INFO Checking that binary works, target: Clickhouse
17792026-03-20T18:09:37.210ZMar 20 18:09:36.481 INFO Download complete, target: Clickhouse
17802026-03-20T18:09:37.227ZAll builder prerequisites installed successfully, and PATH looks valid
17812026-03-20T18:09:37.230Z
17822026-03-20T18:09:37.230Zreal 4:04.954198302
17832026-03-20T18:09:37.230Zuser 10:26.534081995
17842026-03-20T18:09:37.230Zsys 1:47.502705657
17852026-03-20T18:09:37.230Ztrap 0.336291746
17862026-03-20T18:09:37.230Ztflt 0.672185354
17872026-03-20T18:09:37.230Zdflt 0.755022599
17882026-03-20T18:09:37.230Zkflt 0.020612697
17892026-03-20T18:09:37.230Zlock 31:36.746932865
17902026-03-20T18:09:37.230Zslp 29:34.808439199
17912026-03-20T18:09:37.230Zlat 56.327336159
17922026-03-20T18:09:37.230Zstop 2:40.258434369
17932026-03-20T18:09:37.230Z+ banner hack-check
17942026-03-20T18:09:37.230Z
17952026-03-20T18:09:37.230Z # # ## #### # # #### # # ###### #### # #
17962026-03-20T18:09:37.230Z # # # # # # # # # # # # # # # # #
17972026-03-20T18:09:37.230Z ###### # # # #### ##### # ###### ##### # ####
17982026-03-20T18:09:37.231Z # # ###### # # # # # # # # # #
17992026-03-20T18:09:37.231Z # # # # # # # # # # # # # # # # #
18002026-03-20T18:09:37.231Z # # # # #### # # #### # # ###### #### # #
18012026-03-20T18:09:37.231Z
18022026-03-20T18:09:37.234Z+ export CARGO_INCREMENTAL=0
18032026-03-20T18:09:37.234Z+ CARGO_INCREMENTAL=0
18042026-03-20T18:09:37.234Z+ ptime -m timeout 2h cargo xtask check-features --ci
18052026-03-20T18:09:37.926Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18062026-03-20T18:09:38.211Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18072026-03-20T18:09:40.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.47s
18082026-03-20T18:09:40.816Z Running `target/debug/xtask check-features --ci`
18092026-03-20T18:09:40.847Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18102026-03-20T18:09:40.850Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18112026-03-20T18:09:41.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
18122026-03-20T18:09:41.508Z Running `target/debug/xtask download cargo-hack`
18132026-03-20T18:09:42.528Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18142026-03-20T18:09:42.914Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18152026-03-20T18:09:46.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.63s
18162026-03-20T18:09:46.376Z Running `target/debug/xtask-downloader cargo-hack`
18172026-03-20T18:09:46.423ZMar 20 18:09:45.691 INFO Starting download, target: CargoHack
18182026-03-20T18:09:46.428ZMar 20 18:09:45.691 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18192026-03-20T18:09:46.778ZMar 20 18:09:46.049 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18202026-03-20T18:09:46.862ZMar 20 18:09:46.130 INFO Download complete, target: CargoHack
18212026-03-20T18:09:46.866Zrunning: "/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"
18222026-03-20T18:09:46.880Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18232026-03-20T18:09:47.079Zinfo: running `cargo check --bins` on api_identity (1/267)
18242026-03-20T18:09:47.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18252026-03-20T18:09:47.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18262026-03-20T18:09:47.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18272026-03-20T18:09:47.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
18282026-03-20T18:09:47.839Z
18292026-03-20T18:09:47.839Zinfo: running `cargo check --bins` on bootstore (2/267)
18302026-03-20T18:09:48.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18312026-03-20T18:09:48.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18322026-03-20T18:09:48.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18332026-03-20T18:09:48.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
18342026-03-20T18:09:48.590Z
18352026-03-20T18:09:48.590Zinfo: running `cargo check --bins` on omicron-ledger (3/267)
18362026-03-20T18:09:49.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18372026-03-20T18:09:49.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18382026-03-20T18:09:49.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18392026-03-20T18:09:49.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
18402026-03-20T18:09:49.350Z
18412026-03-20T18:09:49.351Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/267)
18422026-03-20T18:09:50.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18432026-03-20T18:09:50.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18442026-03-20T18:09:50.084Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18452026-03-20T18:09:50.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
18462026-03-20T18:09:50.101Z
18472026-03-20T18:09:50.101Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/267)
18482026-03-20T18:09:50.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18492026-03-20T18:09:50.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18502026-03-20T18:09:50.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18512026-03-20T18:09:50.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
18522026-03-20T18:09:50.861Z
18532026-03-20T18:09:50.861Zinfo: running `cargo check --bins` on omicron-certificates (6/267)
18542026-03-20T18:09:51.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18552026-03-20T18:09:51.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18562026-03-20T18:09:51.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18572026-03-20T18:09:51.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
18582026-03-20T18:09:51.630Z
18592026-03-20T18:09:51.630Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/267)
18602026-03-20T18:09:52.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18612026-03-20T18:09:52.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18622026-03-20T18:09:52.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18632026-03-20T18:09:52.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
18642026-03-20T18:09:52.403Z
18652026-03-20T18:09:52.403Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/267)
18662026-03-20T18:09:53.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18672026-03-20T18:09:53.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18682026-03-20T18:09:53.076Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18692026-03-20T18:09:53.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
18702026-03-20T18:09:53.183Z
18712026-03-20T18:09:53.183Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/267)
18722026-03-20T18:09:53.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18732026-03-20T18:09:53.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18742026-03-20T18:09:53.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18752026-03-20T18:09:53.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18762026-03-20T18:09:53.782Z
18772026-03-20T18:09:53.782Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/267)
18782026-03-20T18:09:54.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18792026-03-20T18:09:54.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18802026-03-20T18:09:54.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18812026-03-20T18:09:54.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18822026-03-20T18:09:54.391Z
18832026-03-20T18:09:54.391Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/267)
18842026-03-20T18:09:54.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18852026-03-20T18:09:54.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18862026-03-20T18:09:54.930Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18872026-03-20T18:09:54.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18882026-03-20T18:09:54.994Z
18892026-03-20T18:09:54.994Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/267)
18902026-03-20T18:09:55.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18912026-03-20T18:09:55.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18922026-03-20T18:09:55.532Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18932026-03-20T18:09:55.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18942026-03-20T18:09:55.597Z
18952026-03-20T18:09:55.597Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/267)
18962026-03-20T18:09:56.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18972026-03-20T18:09:56.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18982026-03-20T18:09:56.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18992026-03-20T18:09:56.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19002026-03-20T18:09:56.201Z
19012026-03-20T18:09:56.201Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/267)
19022026-03-20T18:09:56.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19032026-03-20T18:09:56.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19042026-03-20T18:09:56.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19052026-03-20T18:09:56.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19062026-03-20T18:09:56.804Z
19072026-03-20T18:09:56.804Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/267)
19082026-03-20T18:09:57.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19092026-03-20T18:09:57.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19102026-03-20T18:09:57.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19112026-03-20T18:09:57.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19122026-03-20T18:09:57.409Z
19132026-03-20T18:09:57.409Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/267)
19142026-03-20T18:09:57.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19152026-03-20T18:09:57.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19162026-03-20T18:09:57.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19172026-03-20T18:09:57.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19182026-03-20T18:09:58.012Z
19192026-03-20T18:09:58.012Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/267)
19202026-03-20T18:09:58.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19212026-03-20T18:09:58.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19222026-03-20T18:09:58.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19232026-03-20T18:09:58.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19242026-03-20T18:09:58.618Z
19252026-03-20T18:09:58.618Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/267)
19262026-03-20T18:09:59.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19272026-03-20T18:09:59.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19282026-03-20T18:09:59.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19292026-03-20T18:09:59.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19302026-03-20T18:09:59.225Z
19312026-03-20T18:09:59.225Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/267)
19322026-03-20T18:09:59.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19332026-03-20T18:09:59.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19342026-03-20T18:09:59.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19352026-03-20T18:09:59.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19362026-03-20T18:09:59.829Z
19372026-03-20T18:09:59.829Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/267)
19382026-03-20T18:10:00.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19392026-03-20T18:10:00.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19402026-03-20T18:10:00.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19412026-03-20T18:10:00.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19422026-03-20T18:10:00.432Z
19432026-03-20T18:10:00.432Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/267)
19442026-03-20T18:10:00.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19452026-03-20T18:10:00.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19462026-03-20T18:10:00.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19472026-03-20T18:10:00.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19482026-03-20T18:10:01.043Z
19492026-03-20T18:10:01.043Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/267)
19502026-03-20T18:10:01.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19512026-03-20T18:10:01.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19522026-03-20T18:10:01.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19532026-03-20T18:10:01.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19542026-03-20T18:10:01.650Z
19552026-03-20T18:10:01.650Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/267)
19562026-03-20T18:10:02.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19572026-03-20T18:10:02.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19582026-03-20T18:10:02.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19592026-03-20T18:10:02.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19602026-03-20T18:10:02.324Z
19612026-03-20T18:10:02.324Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/267)
19622026-03-20T18:10:02.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19632026-03-20T18:10:02.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19642026-03-20T18:10:02.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19652026-03-20T18:10:02.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19662026-03-20T18:10:02.873Z
19672026-03-20T18:10:02.873Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/267)
19682026-03-20T18:10:03.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19692026-03-20T18:10:03.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19702026-03-20T18:10:03.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19712026-03-20T18:10:03.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19722026-03-20T18:10:03.489Z
19732026-03-20T18:10:03.489Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/267)
19742026-03-20T18:10:04.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19752026-03-20T18:10:04.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19762026-03-20T18:10:04.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19772026-03-20T18:10:04.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19782026-03-20T18:10:04.093Z
19792026-03-20T18:10:04.093Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/267)
19802026-03-20T18:10:04.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19812026-03-20T18:10:05.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19822026-03-20T18:10:05.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19832026-03-20T18:10:05.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19842026-03-20T18:10:05.636Z
19852026-03-20T18:10:05.636Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/267)
19862026-03-20T18:10:05.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19872026-03-20T18:10:05.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19882026-03-20T18:10:05.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19892026-03-20T18:10:05.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19902026-03-20T18:10:05.636Z
19912026-03-20T18:10:05.636Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/267)
19922026-03-20T18:10:05.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19932026-03-20T18:10:05.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19942026-03-20T18:10:05.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19952026-03-20T18:10:05.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19962026-03-20T18:10:05.919Z
19972026-03-20T18:10:05.920Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/267)
19982026-03-20T18:10:06.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19992026-03-20T18:10:06.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20002026-03-20T18:10:06.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20012026-03-20T18:10:06.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20022026-03-20T18:10:06.526Z
20032026-03-20T18:10:06.526Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/267)
20042026-03-20T18:10:07.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20052026-03-20T18:10:07.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20062026-03-20T18:10:07.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20072026-03-20T18:10:07.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20082026-03-20T18:10:07.134Z
20092026-03-20T18:10:07.135Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/267)
20102026-03-20T18:10:07.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20112026-03-20T18:10:07.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20122026-03-20T18:10:07.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20132026-03-20T18:10:07.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20142026-03-20T18:10:07.740Z
20152026-03-20T18:10:07.741Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/267)
20162026-03-20T18:10:08.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20172026-03-20T18:10:08.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20182026-03-20T18:10:08.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20192026-03-20T18:10:08.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20202026-03-20T18:10:08.347Z
20212026-03-20T18:10:08.347Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/267)
20222026-03-20T18:10:08.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20232026-03-20T18:10:08.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20242026-03-20T18:10:08.888Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20252026-03-20T18:10:08.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20262026-03-20T18:10:08.952Z
20272026-03-20T18:10:08.952Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/267)
20282026-03-20T18:10:09.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20292026-03-20T18:10:09.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20302026-03-20T18:10:09.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20312026-03-20T18:10:09.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20322026-03-20T18:10:09.556Z
20332026-03-20T18:10:09.556Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/267)
20342026-03-20T18:10:10.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20352026-03-20T18:10:10.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20362026-03-20T18:10:10.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20372026-03-20T18:10:10.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20382026-03-20T18:10:10.161Z
20392026-03-20T18:10:10.161Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/267)
20402026-03-20T18:10:10.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20412026-03-20T18:10:10.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20422026-03-20T18:10:10.698Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20432026-03-20T18:10:10.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20442026-03-20T18:10:10.765Z
20452026-03-20T18:10:10.765Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/267)
20462026-03-20T18:10:11.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20472026-03-20T18:10:11.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20482026-03-20T18:10:11.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20492026-03-20T18:10:11.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20502026-03-20T18:10:11.371Z
20512026-03-20T18:10:11.371Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/267)
20522026-03-20T18:10:11.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20532026-03-20T18:10:11.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20542026-03-20T18:10:11.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20552026-03-20T18:10:11.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20562026-03-20T18:10:11.980Z
20572026-03-20T18:10:11.980Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/267)
20582026-03-20T18:10:12.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20592026-03-20T18:10:12.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20602026-03-20T18:10:12.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20612026-03-20T18:10:12.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20622026-03-20T18:10:12.587Z
20632026-03-20T18:10:12.587Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/267)
20642026-03-20T18:10:13.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20652026-03-20T18:10:13.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20662026-03-20T18:10:13.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20672026-03-20T18:10:13.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20682026-03-20T18:10:13.197Z
20692026-03-20T18:10:13.197Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/267)
20702026-03-20T18:10:13.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20712026-03-20T18:10:13.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20722026-03-20T18:10:13.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20732026-03-20T18:10:13.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20742026-03-20T18:10:13.807Z
20752026-03-20T18:10:13.807Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/267)
20762026-03-20T18:10:14.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20772026-03-20T18:10:14.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20782026-03-20T18:10:14.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20792026-03-20T18:10:14.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20802026-03-20T18:10:14.415Z
20812026-03-20T18:10:14.415Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/267)
20822026-03-20T18:10:14.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20832026-03-20T18:10:14.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20842026-03-20T18:10:14.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20852026-03-20T18:10:14.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20862026-03-20T18:10:15.025Z
20872026-03-20T18:10:15.026Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/267)
20882026-03-20T18:10:15.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20892026-03-20T18:10:15.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20902026-03-20T18:10:15.569Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20912026-03-20T18:10:15.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20922026-03-20T18:10:15.636Z
20932026-03-20T18:10:15.636Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/267)
20942026-03-20T18:10:16.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20952026-03-20T18:10:16.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20962026-03-20T18:10:16.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20972026-03-20T18:10:16.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20982026-03-20T18:10:16.248Z
20992026-03-20T18:10:16.248Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/267)
21002026-03-20T18:10:16.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21012026-03-20T18:10:16.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21022026-03-20T18:10:16.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21032026-03-20T18:10:16.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21042026-03-20T18:10:16.860Z
21052026-03-20T18:10:16.860Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/267)
21062026-03-20T18:10:17.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21072026-03-20T18:10:17.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21082026-03-20T18:10:17.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21092026-03-20T18:10:17.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21102026-03-20T18:10:17.468Z
21112026-03-20T18:10:17.468Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/267)
21122026-03-20T18:10:18.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21132026-03-20T18:10:18.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21142026-03-20T18:10:18.549Z Checking cfg-if v1.0.4
21152026-03-20T18:10:18.708Z Checking libc v0.2.180
21162026-03-20T18:10:18.711Z Checking serde_core v1.0.228
21172026-03-20T18:10:18.744Z Checking memchr v2.8.0
21182026-03-20T18:10:18.764Z Checking smallvec v1.15.1
21192026-03-20T18:10:18.764Z Checking itoa v1.0.17
21202026-03-20T18:10:18.930Z Checking log v0.4.29
21212026-03-20T18:10:18.944Z Checking zeroize v1.8.2
21222026-03-20T18:10:18.944Z Checking stable_deref_trait v1.2.1
21232026-03-20T18:10:18.949Z Checking zerofrom v0.1.6
21242026-03-20T18:10:18.955Z Checking zmij v1.0.21
21252026-03-20T18:10:19.012Z Checking scopeguard v1.2.0
21262026-03-20T18:10:19.034Z Checking subtle v2.6.1
21272026-03-20T18:10:19.057Z Checking percent-encoding v2.3.2
21282026-03-20T18:10:19.084Z Checking yoke v0.8.1
21292026-03-20T18:10:19.141Z Checking lock_api v0.4.14
21302026-03-20T18:10:19.229Z Checking litemap v0.8.1
21312026-03-20T18:10:19.232Z Checking writeable v0.6.2
21322026-03-20T18:10:19.270Z Checking libm v0.2.16
21332026-03-20T18:10:19.289Z Checking icu_properties_data v2.1.2
21342026-03-20T18:10:19.310Z Checking getrandom v0.2.17
21352026-03-20T18:10:19.313Z Checking errno v0.3.14
21362026-03-20T18:10:19.408Z Checking zerovec v0.11.5
21372026-03-20T18:10:19.450Z Checking zerotrie v0.2.3
21382026-03-20T18:10:19.471Z Checking icu_normalizer_data v2.1.1
21392026-03-20T18:10:19.490Z Checking pin-project-lite v0.2.17
21402026-03-20T18:10:19.510Z Checking rand_core v0.6.4
21412026-03-20T18:10:19.515Z Checking utf8_iter v1.0.4
21422026-03-20T18:10:19.562Z Checking form_urlencoded v1.2.2
21432026-03-20T18:10:19.603Z Checking typenum v1.19.0
21442026-03-20T18:10:19.686Z Checking portable-atomic v1.13.1
21452026-03-20T18:10:19.722Z Checking critical-section v1.2.0
21462026-03-20T18:10:19.743Z Checking rand_core v0.10.0
21472026-03-20T18:10:19.768Z Checking signal-hook-registry v1.4.8
21482026-03-20T18:10:19.851Z Checking parking_lot_core v0.9.12
21492026-03-20T18:10:19.929Z Checking getrandom v0.4.1
21502026-03-20T18:10:19.983Z Checking socket2 v0.6.2
21512026-03-20T18:10:20.016Z Checking tinystr v0.8.2
21522026-03-20T18:10:20.100Z Checking potential_utf v0.1.4
21532026-03-20T18:10:20.121Z Checking parking_lot v0.12.5
21542026-03-20T18:10:20.241Z Checking num-traits v0.2.19
21552026-03-20T18:10:20.261Z Checking icu_locale_core v2.1.1
21562026-03-20T18:10:20.280Z Checking icu_collections v2.1.1
21572026-03-20T18:10:20.301Z Checking once_cell v1.21.3
21582026-03-20T18:10:20.320Z Checking generic-array v0.14.7
21592026-03-20T18:10:20.320Z Checking mio v1.1.1
21602026-03-20T18:10:20.367Z Checking zerocopy v0.8.40
21612026-03-20T18:10:20.540Z Checking iana-time-zone v0.1.65
21622026-03-20T18:10:20.683Z Checking futures-core v0.3.32
21632026-03-20T18:10:20.706Z Checking equivalent v1.0.2
21642026-03-20T18:10:20.744Z Checking allocator-api2 v0.2.21
21652026-03-20T18:10:20.814Z Checking foldhash v0.2.0
21662026-03-20T18:10:20.842Z Checking const-oid v0.9.6
21672026-03-20T18:10:20.957Z Checking serde v1.0.228
21682026-03-20T18:10:20.977Z Checking serde_json v1.0.149
21692026-03-20T18:10:21.017Z Checking bitflags v2.11.0
21702026-03-20T18:10:21.050Z Checking icu_provider v2.1.1
21712026-03-20T18:10:21.070Z Checking crypto-common v0.1.7
21722026-03-20T18:10:21.130Z Checking uuid v1.21.0
21732026-03-20T18:10:21.231Z Checking hashbrown v0.16.1
21742026-03-20T18:10:21.257Z Checking dyn-clone v1.0.20
21752026-03-20T18:10:21.353Z Checking icu_normalizer v2.1.1
21762026-03-20T18:10:21.385Z Checking icu_properties v2.1.2
21772026-03-20T18:10:21.479Z Checking bytes v1.11.1
21782026-03-20T18:10:21.565Z Checking chrono v0.4.44
21792026-03-20T18:10:21.752Z Checking futures-sink v0.3.32
21802026-03-20T18:10:21.866Z Checking block-buffer v0.10.4
21812026-03-20T18:10:21.885Z Checking futures-channel v0.3.32
21822026-03-20T18:10:21.915Z Checking semver v1.0.27
21832026-03-20T18:10:21.935Z Checking futures-io v0.3.32
21842026-03-20T18:10:22.047Z Checking slab v0.4.12
21852026-03-20T18:10:22.087Z Checking futures-task v0.3.32
21862026-03-20T18:10:22.103Z Checking tokio v1.49.0
21872026-03-20T18:10:22.143Z Checking digest v0.10.7
21882026-03-20T18:10:22.187Z Checking thiserror v2.0.18
21892026-03-20T18:10:22.249Z Checking byteorder v1.5.0
21902026-03-20T18:10:22.267Z Checking futures-util v0.3.32
21912026-03-20T18:10:22.314Z Checking indexmap v2.13.0
21922026-03-20T18:10:22.401Z Checking cpufeatures v0.2.17
21932026-03-20T18:10:22.494Z Checking http v1.4.0
21942026-03-20T18:10:22.526Z Checking fnv v1.0.7
21952026-03-20T18:10:22.546Z Checking idna_adapter v1.2.1
21962026-03-20T18:10:22.647Z Checking base64 v0.22.1
21972026-03-20T18:10:22.763Z Checking idna v1.1.0
21982026-03-20T18:10:22.779Z Checking unicode-ident v1.0.24
21992026-03-20T18:10:22.891Z Checking tracing-core v0.1.36
22002026-03-20T18:10:22.967Z Checking proc-macro2 v1.0.106
22012026-03-20T18:10:23.021Z Checking url v2.5.8
22022026-03-20T18:10:23.094Z Checking rustls-pki-types v1.14.0
22032026-03-20T18:10:23.277Z Checking regex-syntax v0.8.10
22042026-03-20T18:10:23.316Z Checking tracing v0.1.44
22052026-03-20T18:10:23.407Z Checking quote v1.0.44
22062026-03-20T18:10:23.490Z Checking untrusted v0.9.0
22072026-03-20T18:10:23.586Z Checking thiserror v1.0.69
22082026-03-20T18:10:23.607Z Checking schemars v0.8.22
22092026-03-20T18:10:23.630Z Checking ring v0.17.14
22102026-03-20T18:10:23.651Z Checking syn v2.0.117
22112026-03-20T18:10:23.714Z Checking ipnet v2.11.0
22122026-03-20T18:10:24.073Z Checking httparse v1.10.1
22132026-03-20T18:10:24.355Z Checking http-body v1.0.1
22142026-03-20T18:10:24.409Z Checking ppv-lite86 v0.2.21
22152026-03-20T18:10:24.489Z Checking rustix v1.1.3
22162026-03-20T18:10:24.529Z Checking block-padding v0.3.3
22172026-03-20T18:10:24.702Z Checking getrandom v0.3.4
22182026-03-20T18:10:24.820Z Checking atomic-waker v1.1.2
22192026-03-20T18:10:24.895Z Checking inout v0.1.4
22202026-03-20T18:10:24.950Z Checking hmac v0.12.1
22212026-03-20T18:10:24.954Z Checking aws-lc-sys v0.37.1
22222026-03-20T18:10:24.992Z Checking aho-corasick v1.1.4
22232026-03-20T18:10:25.067Z Checking httpdate v1.0.3
22242026-03-20T18:10:25.087Z Checking try-lock v0.2.5
22252026-03-20T18:10:25.121Z Checking tower-layer v0.3.3
22262026-03-20T18:10:25.212Z Checking tower-service v0.3.3
22272026-03-20T18:10:25.262Z Checking openssl-probe v0.2.1
22282026-03-20T18:10:25.313Z Checking powerfmt v0.2.0
22292026-03-20T18:10:25.332Z Checking untrusted v0.7.1
22302026-03-20T18:10:25.398Z Checking want v0.3.1
22312026-03-20T18:10:25.490Z Checking cipher v0.4.4
22322026-03-20T18:10:25.528Z Checking deranged v0.5.8
22332026-03-20T18:10:25.572Z Checking rand_core v0.9.5
22342026-03-20T18:10:25.694Z Checking aws-lc-rs v1.16.0
22352026-03-20T18:10:25.715Z Checking num_threads v0.1.7
22362026-03-20T18:10:25.784Z Checking pin-utils v0.1.0
22372026-03-20T18:10:25.815Z Checking num-conv v0.2.0
22382026-03-20T18:10:25.837Z Checking time-core v0.1.8
22392026-03-20T18:10:25.873Z Checking base64ct v1.8.3
22402026-03-20T18:10:25.926Z Checking regex-automata v0.4.14
22412026-03-20T18:10:25.976Z Checking sha2 v0.10.9
22422026-03-20T18:10:26.025Z Checking erased-serde v0.3.31
22432026-03-20T18:10:26.195Z Checking pretty-hex v0.4.1
22442026-03-20T18:10:26.352Z Checking rand_chacha v0.9.0
22452026-03-20T18:10:26.369Z Checking ryu v1.0.23
22462026-03-20T18:10:26.466Z Checking tokio-util v0.7.18
22472026-03-20T18:10:26.549Z Checking fastrand v2.3.0
22482026-03-20T18:10:26.601Z Checking slog v2.8.2
22492026-03-20T18:10:26.621Z Checking rand v0.9.2
22502026-03-20T18:10:26.789Z Checking pem-rfc7468 v0.7.0
22512026-03-20T18:10:26.830Z Checking time v0.3.47
22522026-03-20T18:10:26.866Z Checking rustls-webpki v0.103.9
22532026-03-20T18:10:26.955Z Checking rustls-native-certs v0.8.3
22542026-03-20T18:10:26.976Z Checking http-body-util v0.1.3
22552026-03-20T18:10:26.999Z Checking ipnetwork v0.21.1
22562026-03-20T18:10:27.123Z Checking sync_wrapper v1.0.2
22572026-03-20T18:10:27.253Z Checking spin v0.9.8
22582026-03-20T18:10:27.275Z Checking h2 v0.4.13
22592026-03-20T18:10:27.296Z Checking plain v0.2.3
22602026-03-20T18:10:27.316Z Checking flagset v0.4.7
22612026-03-20T18:10:27.338Z Checking tower v0.5.3
22622026-03-20T18:10:27.432Z Checking serde_urlencoded v0.7.1
22632026-03-20T18:10:27.436Z Checking rustls v0.23.37
22642026-03-20T18:10:27.477Z Checking der v0.7.10
22652026-03-20T18:10:27.500Z Checking rand_chacha v0.3.1
22662026-03-20T18:10:27.708Z Checking webpki-roots v1.0.6
22672026-03-20T18:10:27.775Z Checking tinyvec_macros v0.1.1
22682026-03-20T18:10:27.861Z Checking ucd-trie v0.1.7
22692026-03-20T18:10:27.882Z Checking iri-string v0.7.10
22702026-03-20T18:10:27.904Z Checking tinyvec v1.10.0
22712026-03-20T18:10:28.045Z Checking pest v2.8.6
22722026-03-20T18:10:28.352Z Checking rand v0.8.5
22732026-03-20T18:10:28.408Z Checking tempfile v3.25.0
22742026-03-20T18:10:28.434Z Checking salsa20 v0.10.2
22752026-03-20T18:10:28.510Z Checking spki v0.7.3
22762026-03-20T18:10:28.606Z Checking pbkdf2 v0.12.2
22772026-03-20T18:10:28.671Z Checking foreign-types-shared v0.1.1
22782026-03-20T18:10:28.727Z Checking unicode-width v0.2.0
22792026-03-20T18:10:28.753Z Checking scrypt v0.11.0
22802026-03-20T18:10:28.778Z Checking foreign-types v0.3.2
22812026-03-20T18:10:28.868Z Checking regex v1.12.3
22822026-03-20T18:10:28.935Z Checking cbc v0.1.2
22832026-03-20T18:10:29.042Z Checking aes v0.8.4
22842026-03-20T18:10:29.078Z Checking anyhow v1.0.102
22852026-03-20T18:10:29.099Z Checking openssl-sys v0.9.111
22862026-03-20T18:10:29.257Z Checking crossbeam-utils v0.8.21
22872026-03-20T18:10:29.327Z Checking tower-http v0.6.8
22882026-03-20T18:10:29.347Z Checking oxnet v0.1.4
22892026-03-20T18:10:29.519Z Checking mime v0.3.17
22902026-03-20T18:10:29.622Z Checking pkcs5 v0.7.1
22912026-03-20T18:10:29.657Z Checking openapiv3 v2.2.0
22922026-03-20T18:10:29.703Z Checking scroll v0.12.0
22932026-03-20T18:10:29.723Z Checking encoding_rs v0.8.35
22942026-03-20T18:10:29.743Z Checking openssl v0.10.75
22952026-03-20T18:10:29.764Z Checking winnow v0.7.14
22962026-03-20T18:10:29.920Z Checking pkcs8 v0.10.2
22972026-03-20T18:10:30.018Z Checking siphasher v1.0.2
22982026-03-20T18:10:30.234Z Checking data-encoding v2.10.0
22992026-03-20T18:10:30.240Z Checking goblin v0.8.2
23002026-03-20T18:10:30.520Z Checking lazy_static v1.5.0
23012026-03-20T18:10:30.640Z Checking zerocopy v0.7.35
23022026-03-20T18:10:30.750Z Checking tokio-rustls v0.26.4
23032026-03-20T18:10:30.942Z Checking hyper v1.8.1
23042026-03-20T18:10:31.041Z Checking wait-timeout v0.2.1
23052026-03-20T18:10:31.062Z Checking bit-vec v0.8.0
23062026-03-20T18:10:31.197Z Checking quick-error v1.2.3
23072026-03-20T18:10:31.322Z Checking anstyle v1.0.13
23082026-03-20T18:10:31.342Z Checking managed v0.8.0
23092026-03-20T18:10:31.361Z Checking either v1.15.0
23102026-03-20T18:10:31.413Z Checking bitflags v1.3.2
23112026-03-20T18:10:31.495Z Checking utf8parse v0.2.2
23122026-03-20T18:10:31.514Z Checking psl-types v2.0.11
23132026-03-20T18:10:31.567Z Checking rusty-fork v0.3.1
23142026-03-20T18:10:31.595Z Checking bit-set v0.8.0
23152026-03-20T18:10:31.615Z Checking dtrace-parser v0.2.0
23162026-03-20T18:10:31.635Z Checking anstyle-parse v0.2.7
23172026-03-20T18:10:31.666Z Checking publicsuffix v2.3.0
23182026-03-20T18:10:31.793Z Checking cookie v0.18.1
23192026-03-20T18:10:31.793Z Checking unicode-normalization v0.1.25
23202026-03-20T18:10:31.830Z Checking rand_xorshift v0.4.0
23212026-03-20T18:10:31.877Z Checking sha1 v0.10.6
23222026-03-20T18:10:31.928Z Checking thread-id v4.2.2
23232026-03-20T18:10:31.978Z Checking unarray v0.1.4
23242026-03-20T18:10:32.031Z Checking colorchoice v1.0.4
23252026-03-20T18:10:32.090Z Checking is_terminal_polyfill v1.70.2
23262026-03-20T18:10:32.110Z Checking anstyle-query v1.1.5
23272026-03-20T18:10:32.113Z Checking cookie_store v0.22.1
23282026-03-20T18:10:32.256Z Checking hyper-util v0.1.20
23292026-03-20T18:10:32.276Z Checking proptest v1.10.0
23302026-03-20T18:10:32.276Z Checking rustls-platform-verifier v0.6.2
23312026-03-20T18:10:32.276Z Checking anstream v0.6.21
23322026-03-20T18:10:32.344Z Checking crossbeam-epoch v0.9.18
23332026-03-20T18:10:32.379Z Checking terminal_size v0.4.3
23342026-03-20T18:10:32.496Z Checking scroll v0.13.0
23352026-03-20T18:10:32.525Z Checking hex v0.4.3
23362026-03-20T18:10:32.556Z Checking native-tls v0.2.18
23372026-03-20T18:10:32.575Z Checking num-integer v0.1.46
23382026-03-20T18:10:32.642Z Checking simd-adler32 v0.3.8
23392026-03-20T18:10:32.790Z Checking tokio-native-tls v0.3.1
23402026-03-20T18:10:32.811Z Checking goblin v0.10.5
23412026-03-20T18:10:32.832Z Checking crossbeam-deque v0.8.6
23422026-03-20T18:10:32.873Z Checking bstr v1.12.1
23432026-03-20T18:10:32.876Z Checking ref-cast v1.0.25
23442026-03-20T18:10:32.926Z Checking dof v0.3.0
23452026-03-20T18:10:32.986Z Checking rustix v0.38.44
23462026-03-20T18:10:33.018Z Checking camino v1.2.2
23472026-03-20T18:10:33.061Z Checking crc32fast v1.5.0
23482026-03-20T18:10:33.240Z Checking signature v2.2.0
23492026-03-20T18:10:33.306Z Checking usdt-impl v0.5.0
23502026-03-20T18:10:33.367Z Checking toml_datetime v0.6.11
23512026-03-20T18:10:33.414Z Checking serde_spanned v0.6.9
23522026-03-20T18:10:33.431Z Checking ff v0.13.1
23532026-03-20T18:10:33.573Z Checking clap_lex v1.0.0
23542026-03-20T18:10:33.601Z Checking strsim v0.11.1
23552026-03-20T18:10:33.621Z Checking unicode-bidi v0.3.18
23562026-03-20T18:10:33.667Z Checking base16ct v0.2.0
23572026-03-20T18:10:33.770Z Checking adler2 v2.0.1
23582026-03-20T18:10:33.812Z Checking unicode-properties v0.1.4
23592026-03-20T18:10:33.832Z Checking sec1 v0.7.3
23602026-03-20T18:10:33.852Z Checking hyper-rustls v0.27.7
23612026-03-20T18:10:33.910Z Checking hyper-tls v0.6.0
23622026-03-20T18:10:34.018Z Checking miniz_oxide v0.8.9
23632026-03-20T18:10:34.063Z Checking stringprep v0.1.5
23642026-03-20T18:10:34.112Z Checking clap_builder v4.5.60
23652026-03-20T18:10:34.185Z Checking group v0.13.0
23662026-03-20T18:10:34.195Z Checking reqwest v0.12.28
23672026-03-20T18:10:34.195Z Checking reqwest v0.13.2
23682026-03-20T18:10:34.263Z Checking rayon-core v1.13.0
23692026-03-20T18:10:34.323Z Checking num-iter v0.1.45
23702026-03-20T18:10:34.473Z Checking toml_parser v1.0.9+spec-1.1.0
23712026-03-20T18:10:34.502Z Checking dtrace-parser v0.3.0
23722026-03-20T18:10:34.697Z Checking hkdf v0.12.4
23732026-03-20T18:10:34.717Z Checking newtype-uuid v1.3.2
23742026-03-20T18:10:34.822Z Checking strum v0.26.3
23752026-03-20T18:10:34.871Z Checking zstd-sys v2.0.16+zstd.1.5.7
23762026-03-20T18:10:34.910Z Checking hash32 v0.2.1
23772026-03-20T18:10:34.963Z Checking md-5 v0.10.6
23782026-03-20T18:10:34.984Z Checking daft v0.1.5
23792026-03-20T18:10:35.024Z Checking crypto-bigint v0.5.5
23802026-03-20T18:10:35.116Z Checking toml_datetime v0.7.5+spec-1.1.0
23812026-03-20T18:10:35.141Z Checking thread-id v5.1.0
23822026-03-20T18:10:35.244Z Checking unicode-segmentation v1.12.0
23832026-03-20T18:10:35.296Z Checking zlib-rs v0.6.2
23842026-03-20T18:10:35.317Z Checking fallible-iterator v0.2.0
23852026-03-20T18:10:35.339Z Checking heapless v0.7.17
23862026-03-20T18:10:35.386Z Checking zstd-safe v7.2.4
23872026-03-20T18:10:35.623Z Checking rayon v1.11.0
23882026-03-20T18:10:35.670Z Checking itertools v0.12.1
23892026-03-20T18:10:35.706Z Checking postgres-protocol v0.6.10
23902026-03-20T18:10:35.851Z Checking clap v4.5.60
23912026-03-20T18:10:36.020Z Checking phf_shared v0.13.1
23922026-03-20T18:10:36.037Z Checking console v0.16.2
23932026-03-20T18:10:36.043Z Checking dof v0.4.0
23942026-03-20T18:10:36.143Z Checking curve25519-dalek v4.1.3
23952026-03-20T18:10:36.205Z Checking memoffset v0.9.1
23962026-03-20T18:10:36.311Z Checking bzip2-sys v0.1.13+1.0.8
23972026-03-20T18:10:36.349Z Checking signal-hook v0.3.18
23982026-03-20T18:10:36.380Z Checking elliptic-curve v0.13.8
23992026-03-20T18:10:36.422Z Checking memmap2 v0.9.10
24002026-03-20T18:10:36.718Z Checking flate2 v1.1.9
24012026-03-20T18:10:36.752Z Checking toml_write v0.1.2
24022026-03-20T18:10:36.752Z Checking unit-prefix v0.5.2
24032026-03-20T18:10:36.786Z Checking fixedbitset v0.4.2
24042026-03-20T18:10:36.805Z Checking bumpalo v3.20.2
24052026-03-20T18:10:36.824Z Checking libbz2-rs-sys v0.2.2
24062026-03-20T18:10:36.894Z Checking usdt-impl v0.6.0
24072026-03-20T18:10:36.942Z Checking winnow v0.5.40
24082026-03-20T18:10:36.986Z Checking foldhash v0.1.5
24092026-03-20T18:10:37.062Z Checking zone v0.3.1
24102026-03-20T18:10:37.085Z Checking zopfli v0.8.3
24112026-03-20T18:10:37.164Z Checking hashbrown v0.15.5
24122026-03-20T18:10:37.184Z Checking petgraph v0.6.5
24132026-03-20T18:10:37.256Z Checking usdt v0.6.0
24142026-03-20T18:10:37.546Z Checking bzip2 v0.6.1
24152026-03-20T18:10:37.590Z Checking toml_edit v0.22.27
24162026-03-20T18:10:37.590Z Checking signal-hook-mio v0.2.5
24172026-03-20T18:10:37.591Z Checking bzip2 v0.4.4
24182026-03-20T18:10:37.600Z Checking nix v0.31.1
24192026-03-20T18:10:37.664Z Checking phf v0.13.1
24202026-03-20T18:10:37.692Z Checking indicatif v0.18.4
24212026-03-20T18:10:37.763Z Checking postgres-types v0.2.12
24222026-03-20T18:10:37.809Z Checking smoltcp v0.9.1
24232026-03-20T18:10:37.860Z Checking similar v2.7.0
24242026-03-20T18:10:38.282Z Checking zstd v0.13.3
24252026-03-20T18:10:38.287Z Checking num-bigint-dig v0.8.6
24262026-03-20T18:10:38.389Z Checking ed25519 v2.2.3
24272026-03-20T18:10:38.430Z Checking phf_shared v0.11.3
24282026-03-20T18:10:38.532Z Checking toml_edit v0.19.15
24292026-03-20T18:10:38.612Z Checking pkcs1 v0.7.5
24302026-03-20T18:10:38.631Z Checking tokio-stream v0.1.18
24312026-03-20T18:10:38.635Z Checking strum v0.27.2
24322026-03-20T18:10:39.000Z Checking hubpack v0.1.2
24332026-03-20T18:10:39.023Z Checking rfc6979 v0.4.0
24342026-03-20T18:10:39.023Z Checking serde-big-array v0.5.1
24352026-03-20T18:10:39.023Z Checking float-cmp v0.10.0
24362026-03-20T18:10:39.023Z Checking env_filter v1.0.0
24372026-03-20T18:10:39.031Z Checking difflib v0.4.0
24382026-03-20T18:10:39.045Z Checking rustc-hash v2.1.1
24392026-03-20T18:10:39.084Z Checking whoami v2.1.0
24402026-03-20T18:10:39.139Z Checking static_assertions v1.1.0
24412026-03-20T18:10:39.160Z Checking precomputed-hash v0.1.1
24422026-03-20T18:10:39.189Z Checking new_debug_unreachable v1.0.6
24432026-03-20T18:10:39.197Z Checking jiff v0.2.21
24442026-03-20T18:10:39.233Z Checking keccak v0.1.6
24452026-03-20T18:10:39.259Z Checking normalize-line-endings v0.3.0
24462026-03-20T18:10:39.275Z Checking fixedbitset v0.5.7
24472026-03-20T18:10:39.295Z Checking predicates-core v1.0.10
24482026-03-20T18:10:39.336Z Checking tokio-postgres v0.7.16
24492026-03-20T18:10:39.371Z Checking string_cache v0.8.9
24502026-03-20T18:10:39.390Z Checking rsa v0.9.10
24512026-03-20T18:10:39.453Z Checking predicates v3.1.4
24522026-03-20T18:10:39.460Z Checking sha3 v0.10.8
24532026-03-20T18:10:39.743Z Checking petgraph v0.8.3
24542026-03-20T18:10:39.772Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24552026-03-20T18:10:39.792Z Checking env_logger v0.11.9
24562026-03-20T18:10:39.871Z Checking iddqd v0.3.17
24572026-03-20T18:10:39.974Z Checking toml v0.7.8
24582026-03-20T18:10:40.009Z Checking ecdsa v0.16.9
24592026-03-20T18:10:40.030Z Checking ed25519-dalek v2.2.0
24602026-03-20T18:10:40.431Z Checking zip v0.6.6
24612026-03-20T18:10:40.451Z Checking crossterm v0.28.1
24622026-03-20T18:10:40.477Z Checking serde_with v3.17.0
24632026-03-20T18:10:40.795Z Checking itertools v0.13.0
24642026-03-20T18:10:41.168Z Checking hickory-proto v0.25.2
24652026-03-20T18:10:41.177Z Checking x509-cert v0.2.5
24662026-03-20T18:10:41.412Z Checking fs-err v3.3.0
24672026-03-20T18:10:41.776Z Checking ahash v0.8.12
24682026-03-20T18:10:41.825Z Checking object v0.37.3
24692026-03-20T18:10:41.930Z Checking buf-list v1.1.2
24702026-03-20T18:10:42.032Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24712026-03-20T18:10:42.167Z Checking lalrpop-util v0.19.12
24722026-03-20T18:10:42.203Z Checking peg-runtime v0.8.5
24732026-03-20T18:10:42.376Z Checking zip v4.6.1
24742026-03-20T18:10:42.385Z Compiling structmeta-derive v0.3.0
24752026-03-20T18:10:42.418Z Compiling rustls v0.22.4
24762026-03-20T18:10:42.433Z Compiling newtype-uuid-macros v0.1.0
24772026-03-20T18:10:42.447Z Compiling multer v3.1.0
24782026-03-20T18:10:42.648Z Compiling async-stream-impl v0.3.6
24792026-03-20T18:10:42.672Z Checking futures-executor v0.3.32
24802026-03-20T18:10:42.756Z Checking regress v0.10.5
24812026-03-20T18:10:43.138Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24822026-03-20T18:10:43.423Z Compiling dropshot v0.16.7
24832026-03-20T18:10:43.443Z Checking futures v0.3.32
24842026-03-20T18:10:43.546Z Compiling dropshot_endpoint v0.16.7
24852026-03-20T18:10:43.634Z Checking thread_local v1.1.9
24862026-03-20T18:10:43.851Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24872026-03-20T18:10:43.856Z Checking crossbeam-channel v0.5.15
24882026-03-20T18:10:43.856Z Compiling structmeta v0.3.0
24892026-03-20T18:10:44.151Z Compiling derive-ex v0.1.8
24902026-03-20T18:10:44.202Z Checking is-terminal v0.4.17
24912026-03-20T18:10:44.503Z Checking term v1.2.1
24922026-03-20T18:10:44.528Z Checking take_mut v0.2.2
24932026-03-20T18:10:44.528Z Checking slog-async v2.8.0
24942026-03-20T18:10:44.614Z Checking slog-term v2.9.2
24952026-03-20T18:10:44.703Z Compiling parse-display-derive v0.10.0
24962026-03-20T18:10:44.725Z Checking rustls-webpki v0.102.8
24972026-03-20T18:10:44.877Z Checking serde_spanned v1.0.4
24982026-03-20T18:10:44.968Z Checking debug-ignore v1.0.5
24992026-03-20T18:10:45.178Z Checking match_cfg v0.1.0
25002026-03-20T18:10:45.193Z Checking toml_writer v1.0.6+spec-1.1.0
25012026-03-20T18:10:45.193Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25022026-03-20T18:10:45.193Z Checking hostname v0.3.1
25032026-03-20T18:10:45.238Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25042026-03-20T18:10:45.279Z Checking slog-json v2.6.1
25052026-03-20T18:10:45.354Z Checking toml v0.9.12+spec-1.1.0
25062026-03-20T18:10:45.427Z Checking macaddr v1.0.1
25072026-03-20T18:10:45.483Z Checking slog-bunyan v2.5.0
25082026-03-20T18:10:45.821Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25092026-03-20T18:10:45.832Z Checking async-stream v0.3.6
25102026-03-20T18:10:45.988Z Checking waitgroup v0.1.2
25112026-03-20T18:10:46.122Z Checking rustls-pemfile v2.2.0
25122026-03-20T18:10:46.178Z Checking serde_path_to_error v0.1.20
25132026-03-20T18:10:46.199Z Checking hostname v0.4.2
25142026-03-20T18:10:46.219Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25152026-03-20T18:10:46.311Z Checking progenitor-client v0.13.0
25162026-03-20T18:10:46.331Z Checking progenitor-client v0.10.0
25172026-03-20T18:10:46.360Z Compiling itertools v0.14.0
25182026-03-20T18:10:46.514Z Compiling test-strategy v0.4.5
25192026-03-20T18:10:46.554Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25202026-03-20T18:10:46.612Z Checking backon v1.6.0
25212026-03-20T18:10:46.633Z Checking instant v0.1.13
25222026-03-20T18:10:46.748Z Checking backoff v0.4.0
25232026-03-20T18:10:46.847Z Checking progenitor-extras v0.1.1
25242026-03-20T18:10:46.981Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
25252026-03-20T18:10:47.049Z Checking parse-display v0.10.0
25262026-03-20T18:10:47.145Z Checking heck v0.5.0
25272026-03-20T18:10:47.276Z Checking tokio-rustls v0.25.0
25282026-03-20T18:10:47.306Z Compiling toml_edit v0.23.10+spec-1.0.0
25292026-03-20T18:10:47.451Z Compiling convert_case v0.4.0
25302026-03-20T18:10:47.617Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25312026-03-20T18:10:47.879Z Compiling heapless v0.8.0
25322026-03-20T18:10:47.899Z Compiling crucible-workspace-hack v0.1.0
25332026-03-20T18:10:48.068Z Compiling ingot-macros v0.1.1
25342026-03-20T18:10:48.148Z Compiling proc-macro-crate v3.4.0
25352026-03-20T18:10:48.309Z Compiling derive_more v0.99.20
25362026-03-20T18:10:48.509Z Checking hash32 v0.3.1
25372026-03-20T18:10:48.558Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25382026-03-20T18:10:48.673Z Checking secrecy v0.10.3
25392026-03-20T18:10:48.820Z Compiling prettyplease v0.2.37
25402026-03-20T18:10:48.847Z Compiling smoltcp v0.11.0
25412026-03-20T18:10:48.895Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25422026-03-20T18:10:49.066Z Compiling num_enum_derive v0.7.5
25432026-03-20T18:10:49.255Z Compiling typify-impl v0.6.1
25442026-03-20T18:10:49.326Z Checking tabwriter v1.4.1
25452026-03-20T18:10:49.515Z Checking cobs v0.3.0
25462026-03-20T18:10:49.647Z Compiling foreign-types-macros v0.2.3
25472026-03-20T18:10:49.709Z Checking foreign-types-shared v0.3.1
25482026-03-20T18:10:49.829Z Compiling unsafe-libyaml v0.2.11
25492026-03-20T18:10:50.112Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25502026-03-20T18:10:50.446Z Checking cpufeatures v0.3.0
25512026-03-20T18:10:50.479Z Checking num_enum v0.7.5
25522026-03-20T18:10:50.562Z Compiling serde_yaml v0.9.34+deprecated
25532026-03-20T18:10:50.588Z Checking chacha20 v0.10.0
25542026-03-20T18:10:50.857Z Checking foreign-types v0.5.0
25552026-03-20T18:10:50.897Z Checking postcard v1.1.3
25562026-03-20T18:10:52.004Z Compiling proc-macro-crate v1.3.1
25572026-03-20T18:10:52.034Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25582026-03-20T18:10:52.053Z Checking ingot-types v0.1.2
25592026-03-20T18:10:52.476Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25602026-03-20T18:10:52.552Z Checking ingot v0.1.1
25612026-03-20T18:10:52.576Z Checking cstr-argument v0.1.2
25622026-03-20T18:10:52.646Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25632026-03-20T18:10:52.669Z Checking colored v3.1.1
25642026-03-20T18:10:52.738Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
25652026-03-20T18:10:52.764Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25662026-03-20T18:10:52.937Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25672026-03-20T18:10:52.957Z Compiling num_enum_derive v0.5.11
25682026-03-20T18:10:53.024Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25692026-03-20T18:10:53.078Z Checking rand v0.10.0
25702026-03-20T18:10:54.376Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25712026-03-20T18:10:54.679Z Checking num_enum v0.5.11
25722026-03-20T18:10:54.849Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25732026-03-20T18:10:55.430Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
25742026-03-20T18:10:55.745Z Compiling typify-macro v0.6.1
25752026-03-20T18:10:55.885Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25762026-03-20T18:10:55.962Z Compiling typify-impl v0.4.3
25772026-03-20T18:10:56.092Z Checking camino-tempfile v1.4.1
25782026-03-20T18:10:56.240Z Checking num-rational v0.4.2
25792026-03-20T18:10:56.768Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25802026-03-20T18:10:56.784Z Checking half v2.7.1
25812026-03-20T18:10:56.799Z Compiling thiserror-impl-no-std v2.0.2
25822026-03-20T18:10:56.956Z Checking universal-hash v0.5.1
25832026-03-20T18:10:57.056Z Checking num-complex v0.4.6
25842026-03-20T18:10:57.118Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25852026-03-20T18:10:57.438Z Checking ciborium-io v0.2.2
25862026-03-20T18:10:57.520Z Checking opaque-debug v0.3.1
25872026-03-20T18:10:57.550Z Checking num v0.4.3
25882026-03-20T18:10:57.574Z Checking ciborium-ll v0.2.2
25892026-03-20T18:10:57.624Z Checking poly1305 v0.8.0
25902026-03-20T18:10:57.639Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25912026-03-20T18:10:57.671Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25922026-03-20T18:10:57.797Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25932026-03-20T18:10:57.979Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25942026-03-20T18:10:58.138Z Compiling typify v0.6.1
25952026-03-20T18:10:58.209Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25962026-03-20T18:10:58.306Z Checking toml v0.8.23
25972026-03-20T18:10:58.404Z Checking thiserror-no-std v2.0.2
25982026-03-20T18:10:58.579Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25992026-03-20T18:10:58.764Z Checking password-hash v0.5.0
26002026-03-20T18:10:58.819Z Checking chacha20 v0.9.1
26012026-03-20T18:10:59.077Z Compiling usdt-attr-macro v0.5.0
26022026-03-20T18:10:59.096Z Compiling usdt-macro v0.5.0
26032026-03-20T18:10:59.381Z Checking smf v0.2.3
26042026-03-20T18:10:59.793Z Checking blake2 v0.10.6
26052026-03-20T18:10:59.804Z Checking aead v0.5.2
26062026-03-20T18:10:59.851Z Checking memmap v0.7.0
26072026-03-20T18:10:59.977Z Checking sigpipe v0.1.3
26082026-03-20T18:11:00.054Z Compiling num-derive v0.4.2
26092026-03-20T18:11:00.077Z Checking float-ord v0.3.2
26102026-03-20T18:11:00.093Z Checking glob v0.3.3
26112026-03-20T18:11:00.126Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26122026-03-20T18:11:00.212Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26132026-03-20T18:11:00.341Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26142026-03-20T18:11:00.390Z Checking usdt v0.5.0
26152026-03-20T18:11:00.640Z Checking argon2 v0.5.3
26162026-03-20T18:11:00.662Z Checking chacha20poly1305 v0.10.1
26172026-03-20T18:11:00.821Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26182026-03-20T18:11:00.846Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26192026-03-20T18:11:01.044Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26202026-03-20T18:11:01.098Z Checking vsss-rs v3.3.4
26212026-03-20T18:11:01.274Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
26222026-03-20T18:11:01.318Z Compiling progenitor-impl v0.13.0
26232026-03-20T18:11:01.579Z Checking ciborium v0.2.2
26242026-03-20T18:11:01.888Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26252026-03-20T18:11:02.035Z Checking whoami v1.6.1
26262026-03-20T18:11:02.089Z Checking indent_write v2.2.0
26272026-03-20T18:11:02.128Z Compiling semver v0.1.20
26282026-03-20T18:11:02.261Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26292026-03-20T18:11:02.411Z Compiling typify-macro v0.4.3
26302026-03-20T18:11:02.513Z Compiling rustc_version v0.1.7
26312026-03-20T18:11:02.793Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26322026-03-20T18:11:02.819Z Compiling pin-project-internal v1.1.11
26332026-03-20T18:11:03.418Z Compiling minimal-lexical v0.2.1
26342026-03-20T18:11:03.507Z Checking swrite v0.1.0
26352026-03-20T18:11:03.632Z Checking linked-hash-map v0.5.6
26362026-03-20T18:11:03.764Z Compiling nom v7.1.3
26372026-03-20T18:11:03.867Z Checking lru-cache v0.1.2
26382026-03-20T18:11:04.030Z Compiling newtype_derive v0.1.6
26392026-03-20T18:11:04.371Z Checking pin-project v1.1.11
26402026-03-20T18:11:04.500Z Checking newline-converter v0.3.0
26412026-03-20T18:11:04.647Z Checking atomicwrites v0.4.4
26422026-03-20T18:11:04.687Z Compiling typify v0.4.3
26432026-03-20T18:11:04.792Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26442026-03-20T18:11:04.814Z Checking hickory-proto v0.24.4
26452026-03-20T18:11:04.919Z Checking phf_shared v0.12.1
26462026-03-20T18:11:05.003Z Checking console v0.15.11
26472026-03-20T18:11:05.028Z Checking pem v3.0.6
26482026-03-20T18:11:05.048Z Compiling progenitor-macro v0.13.0
26492026-03-20T18:11:05.391Z Checking csv-core v0.1.13
26502026-03-20T18:11:05.832Z Compiling snafu-derive v0.8.9
26512026-03-20T18:11:05.856Z Compiling async-recursion v1.1.1
26522026-03-20T18:11:05.991Z Compiling derive-where v1.6.0
26532026-03-20T18:11:06.665Z Compiling slog-dtrace v0.3.0
26542026-03-20T18:11:06.865Z Checking unicode-width v0.1.14
26552026-03-20T18:11:07.386Z Compiling chrono-tz v0.10.4
26562026-03-20T18:11:07.392Z Checking resolv-conf v0.7.6
26572026-03-20T18:11:07.442Z Checking same-file v1.0.6
26582026-03-20T18:11:07.561Z Compiling owo-colors v4.3.0
26592026-03-20T18:11:07.592Z Compiling cancel-safe-futures v0.1.5
26602026-03-20T18:11:07.794Z Checking highway v1.3.0
26612026-03-20T18:11:07.977Z Checking walkdir v2.5.0
26622026-03-20T18:11:08.052Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26632026-03-20T18:11:08.102Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26642026-03-20T18:11:08.130Z Checking hickory-resolver v0.24.4
26652026-03-20T18:11:08.148Z Compiling const_format_proc_macros v0.2.34
26662026-03-20T18:11:08.407Z Checking snafu v0.8.9
26672026-03-20T18:11:08.962Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26682026-03-20T18:11:09.081Z Checking csv v1.4.0
26692026-03-20T18:11:09.108Z Checking expectorate v1.2.0
26702026-03-20T18:11:09.242Z Checking phf v0.12.1
26712026-03-20T18:11:09.514Z Compiling progenitor-impl v0.10.0
26722026-03-20T18:11:09.542Z Checking tokio-dtrace v0.1.1
26732026-03-20T18:11:09.587Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
26742026-03-20T18:11:09.605Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26752026-03-20T18:11:09.777Z Checking globset v0.4.18
26762026-03-20T18:11:09.949Z Checking olpc-cjson v0.1.4
26772026-03-20T18:11:10.234Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26782026-03-20T18:11:10.257Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26792026-03-20T18:11:10.257Z Checking libsw-core v0.3.2
26802026-03-20T18:11:10.293Z Checking serde_plain v1.0.2
26812026-03-20T18:11:10.353Z Checking arc-swap v1.8.2
26822026-03-20T18:11:10.481Z Compiling lzma-sys v0.1.20
26832026-03-20T18:11:10.686Z Checking utf-8 v0.7.6
26842026-03-20T18:11:10.945Z Checking typed-path v0.9.3
26852026-03-20T18:11:10.957Z Checking bytecount v0.6.9
26862026-03-20T18:11:11.012Z Checking papergrid v0.11.0
26872026-03-20T18:11:11.075Z Checking tungstenite v0.21.0
26882026-03-20T18:11:11.667Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26892026-03-20T18:11:11.868Z Checking slog-scope v4.4.1
26902026-03-20T18:11:11.913Z Checking libsw v3.5.0
26912026-03-20T18:11:11.950Z Checking tough v0.20.0
26922026-03-20T18:11:12.051Z Checking oxide-tokio-rt v0.1.3
26932026-03-20T18:11:12.294Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26942026-03-20T18:11:12.320Z Checking progenitor v0.13.0
26952026-03-20T18:11:12.367Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26962026-03-20T18:11:12.687Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
26972026-03-20T18:11:12.730Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26982026-03-20T18:11:13.152Z Checking const_format v0.2.35
26992026-03-20T18:11:13.172Z Compiling progenitor-macro v0.10.0
27002026-03-20T18:11:13.467Z Checking qorb v0.4.1
27012026-03-20T18:11:13.999Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27022026-03-20T18:11:14.749Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
27032026-03-20T18:11:14.769Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
27042026-03-20T18:11:14.907Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27052026-03-20T18:11:14.969Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
27062026-03-20T18:11:15.197Z Compiling cargo_toml v0.22.3
27072026-03-20T18:11:15.215Z Checking gethostname v0.5.0
27082026-03-20T18:11:15.235Z Compiling tabled_derive v0.7.0
27092026-03-20T18:11:15.415Z Checking bcs v0.1.6
27102026-03-20T18:11:15.469Z Checking unicode-linebreak v0.1.5
27112026-03-20T18:11:15.630Z Checking termtree v0.5.1
27122026-03-20T18:11:15.931Z Checking smawk v0.3.2
27132026-03-20T18:11:15.956Z Checking linear-map v1.2.0
27142026-03-20T18:11:15.956Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27152026-03-20T18:11:15.983Z Checking textwrap v0.16.2
27162026-03-20T18:11:16.052Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27172026-03-20T18:11:16.269Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27182026-03-20T18:11:16.369Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
27192026-03-20T18:11:16.743Z Checking tabled v0.15.0
27202026-03-20T18:11:17.425Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27212026-03-20T18:11:17.488Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27222026-03-20T18:11:17.748Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27232026-03-20T18:11:17.816Z Checking steno v0.4.1
27242026-03-20T18:11:18.212Z Checking slog-stdlog v4.1.1
27252026-03-20T18:11:18.247Z Checking tokio-tungstenite v0.21.0
27262026-03-20T18:11:18.253Z Checking typeid v1.0.3
27272026-03-20T18:11:18.514Z Checking humantime v2.3.0
27282026-03-20T18:11:18.518Z Checking base64 v0.21.7
27292026-03-20T18:11:18.905Z Checking xz2 v0.1.7
27302026-03-20T18:11:18.924Z Checking ron v0.12.0
27312026-03-20T18:11:18.987Z Checking slog-envlogger v2.2.0
27322026-03-20T18:11:19.126Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
27332026-03-20T18:11:19.200Z Checking yasna v0.5.2
27342026-03-20T18:11:19.209Z Checking headers-core v0.3.0
27352026-03-20T18:11:19.335Z Checking filetime v0.2.27
27362026-03-20T18:11:19.668Z Checking base16ct v1.0.0
27372026-03-20T18:11:19.691Z Checking xattr v1.6.1
27382026-03-20T18:11:19.703Z Checking headers v0.4.1
27392026-03-20T18:11:19.703Z Checking rcgen v0.12.1
27402026-03-20T18:11:19.716Z Checking tar v0.4.45
27412026-03-20T18:11:19.910Z Checking subprocess v0.2.15
27422026-03-20T18:11:20.359Z Checking progenitor v0.10.0
27432026-03-20T18:11:20.402Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27442026-03-20T18:11:28.224Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27452026-03-20T18:11:36.582Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27462026-03-20T18:11:38.404Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27472026-03-20T18:11:40.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 22s
27482026-03-20T18:11:40.219Z
27492026-03-20T18:11:40.219Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/267)
27502026-03-20T18:11:40.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27512026-03-20T18:11:40.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27522026-03-20T18:11:41.243Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27532026-03-20T18:11:42.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.75s
27542026-03-20T18:11:43.344Z
27552026-03-20T18:11:43.344Zinfo: running `cargo check --bins` on nexus-config (51/267)
27562026-03-20T18:11:43.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27572026-03-20T18:11:43.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27582026-03-20T18:11:43.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27592026-03-20T18:11:43.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
27602026-03-20T18:11:44.037Z
27612026-03-20T18:11:44.037Zinfo: running `cargo check --bins` on nexus-types (52/267)
27622026-03-20T18:11:44.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27632026-03-20T18:11:44.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27642026-03-20T18:11:44.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27652026-03-20T18:11:44.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
27662026-03-20T18:11:44.953Z
27672026-03-20T18:11:44.953Zinfo: running `cargo check --bins` on clickhouse-admin-types (53/267)
27682026-03-20T18:11:45.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27692026-03-20T18:11:45.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27702026-03-20T18:11:45.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27712026-03-20T18:11:45.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
27722026-03-20T18:11:45.847Z
27732026-03-20T18:11:45.847Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (54/267)
27742026-03-20T18:11:46.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27752026-03-20T18:11:46.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27762026-03-20T18:11:46.643Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27772026-03-20T18:11:46.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
27782026-03-20T18:11:46.643Z
27792026-03-20T18:11:46.644Zinfo: running `cargo check --bins` on cockroach-admin-types (55/267)
27802026-03-20T18:11:47.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27812026-03-20T18:11:47.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27822026-03-20T18:11:47.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27832026-03-20T18:11:47.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
27842026-03-20T18:11:47.390Z
27852026-03-20T18:11:47.390Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (56/267)
27862026-03-20T18:11:47.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27872026-03-20T18:11:47.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27882026-03-20T18:11:47.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27892026-03-20T18:11:47.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
27902026-03-20T18:11:48.213Z
27912026-03-20T18:11:48.213Zinfo: running `cargo check --bins` on ereport-types (57/267)
27922026-03-20T18:11:48.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27932026-03-20T18:11:48.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27942026-03-20T18:11:48.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27952026-03-20T18:11:48.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
27962026-03-20T18:11:48.789Z
27972026-03-20T18:11:48.789Zinfo: running `cargo check --bins` on gateway-client (58/267)
27982026-03-20T18:11:49.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27992026-03-20T18:11:49.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28002026-03-20T18:11:49.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28012026-03-20T18:11:49.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28022026-03-20T18:11:49.734Z
28032026-03-20T18:11:49.734Zinfo: running `cargo check --bins --no-default-features` on gateway-types (59/267)
28042026-03-20T18:11:50.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28052026-03-20T18:11:50.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28062026-03-20T18:11:50.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28072026-03-20T18:11:50.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28082026-03-20T18:11:50.489Z
28092026-03-20T18:11:50.489Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (60/267)
28102026-03-20T18:11:51.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28112026-03-20T18:11:51.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28122026-03-20T18:11:51.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28132026-03-20T18:11:51.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28142026-03-20T18:11:51.219Z
28152026-03-20T18:11:51.219Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (61/267)
28162026-03-20T18:11:51.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28172026-03-20T18:11:51.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28182026-03-20T18:11:51.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28192026-03-20T18:11:51.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28202026-03-20T18:11:51.986Z
28212026-03-20T18:11:51.986Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (62/267)
28222026-03-20T18:11:52.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28232026-03-20T18:11:52.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28242026-03-20T18:11:52.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28252026-03-20T18:11:52.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28262026-03-20T18:11:52.728Z
28272026-03-20T18:11:52.728Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (63/267)
28282026-03-20T18:11:53.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28292026-03-20T18:11:53.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28302026-03-20T18:11:53.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28312026-03-20T18:11:53.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28322026-03-20T18:11:53.499Z
28332026-03-20T18:11:53.499Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (64/267)
28342026-03-20T18:11:54.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28352026-03-20T18:11:54.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28362026-03-20T18:11:54.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28372026-03-20T18:11:54.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28382026-03-20T18:11:54.298Z
28392026-03-20T18:11:54.298Zinfo: running `cargo check --bins` on key-manager-types (65/267)
28402026-03-20T18:11:55.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28412026-03-20T18:11:55.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28422026-03-20T18:11:55.071Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28432026-03-20T18:11:55.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28442026-03-20T18:11:55.077Z
28452026-03-20T18:11:55.077Zinfo: running `cargo check --bins` on oxlog (66/267)
28462026-03-20T18:11:55.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28472026-03-20T18:11:55.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28482026-03-20T18:11:55.901Z Compiling newtype-uuid v1.3.2
28492026-03-20T18:11:56.255Z Compiling daft v0.1.5
28502026-03-20T18:11:56.412Z Compiling iddqd v0.3.17
28512026-03-20T18:11:57.670Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28522026-03-20T18:11:57.956Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28532026-03-20T18:11:58.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
28542026-03-20T18:11:58.514Z
28552026-03-20T18:11:58.514Zinfo: running `cargo check --bins` on internal-dns-types (67/267)
28562026-03-20T18:11:59.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28572026-03-20T18:11:59.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28582026-03-20T18:11:59.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28592026-03-20T18:11:59.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28602026-03-20T18:11:59.307Z
28612026-03-20T18:11:59.307Zinfo: running `cargo check --bins` on internal-dns-types-versions (68/267)
28622026-03-20T18:11:59.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28632026-03-20T18:11:59.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28642026-03-20T18:11:59.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28652026-03-20T18:11:59.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28662026-03-20T18:12:00.092Z
28672026-03-20T18:12:00.092Zinfo: running `cargo check --bins` on nexus-types-versions (69/267)
28682026-03-20T18:12:00.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28692026-03-20T18:12:00.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28702026-03-20T18:12:00.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28712026-03-20T18:12:00.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
28722026-03-20T18:12:00.917Z
28732026-03-20T18:12:00.917Zinfo: running `cargo check --bins` on omicron-passwords (70/267)
28742026-03-20T18:12:01.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28752026-03-20T18:12:01.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28762026-03-20T18:12:01.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28772026-03-20T18:12:01.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28782026-03-20T18:12:01.699Z
28792026-03-20T18:12:01.699Zinfo: running `cargo check --bins` on oxql-types (71/267)
28802026-03-20T18:12:02.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28812026-03-20T18:12:02.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28822026-03-20T18:12:02.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28832026-03-20T18:12:02.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28842026-03-20T18:12:02.474Z
28852026-03-20T18:12:02.474Zinfo: running `cargo check --bins` on oximeter-types (72/267)
28862026-03-20T18:12:03.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28872026-03-20T18:12:03.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28882026-03-20T18:12:03.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28892026-03-20T18:12:03.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28902026-03-20T18:12:03.255Z
28912026-03-20T18:12:03.255Zinfo: running `cargo check --bins` on oximeter-types-versions (73/267)
28922026-03-20T18:12:03.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28932026-03-20T18:12:03.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28942026-03-20T18:12:03.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28952026-03-20T18:12:03.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28962026-03-20T18:12:04.046Z
28972026-03-20T18:12:04.046Zinfo: running `cargo check --bins` on oximeter-macro-impl (74/267)
28982026-03-20T18:12:04.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992026-03-20T18:12:04.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002026-03-20T18:12:04.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29012026-03-20T18:12:04.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
29022026-03-20T18:12:04.866Z
29032026-03-20T18:12:04.866Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (75/267)
29042026-03-20T18:12:05.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29052026-03-20T18:12:05.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29062026-03-20T18:12:05.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29072026-03-20T18:12:05.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
29082026-03-20T18:12:05.614Z
29092026-03-20T18:12:05.614Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (76/267)
29102026-03-20T18:12:06.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29112026-03-20T18:12:06.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29122026-03-20T18:12:06.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29132026-03-20T18:12:06.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
29142026-03-20T18:12:06.419Z
29152026-03-20T18:12:06.419Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (77/267)
29162026-03-20T18:12:07.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29172026-03-20T18:12:07.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29182026-03-20T18:12:07.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29192026-03-20T18:12:07.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
29202026-03-20T18:12:07.296Z
29212026-03-20T18:12:07.296Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (78/267)
29222026-03-20T18:12:07.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29232026-03-20T18:12:07.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29242026-03-20T18:12:07.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29252026-03-20T18:12:07.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
29262026-03-20T18:12:08.060Z
29272026-03-20T18:12:08.060Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (79/267)
29282026-03-20T18:12:08.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29292026-03-20T18:12:08.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29302026-03-20T18:12:08.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29312026-03-20T18:12:08.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
29322026-03-20T18:12:08.823Z
29332026-03-20T18:12:08.823Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (80/267)
29342026-03-20T18:12:09.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29352026-03-20T18:12:09.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29362026-03-20T18:12:09.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29372026-03-20T18:12:09.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
29382026-03-20T18:12:09.601Z
29392026-03-20T18:12:09.601Zinfo: running `cargo check --bins --no-default-features` on gfss (81/267)
29402026-03-20T18:12:10.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29412026-03-20T18:12:10.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29422026-03-20T18:12:10.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29432026-03-20T18:12:10.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
29442026-03-20T18:12:10.510Z
29452026-03-20T18:12:10.510Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (82/267)
29462026-03-20T18:12:11.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29472026-03-20T18:12:11.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29482026-03-20T18:12:11.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29492026-03-20T18:12:11.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
29502026-03-20T18:12:11.144Z
29512026-03-20T18:12:11.144Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (83/267)
29522026-03-20T18:12:11.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29532026-03-20T18:12:11.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29542026-03-20T18:12:12.037Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29552026-03-20T18:12:12.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.55s
29562026-03-20T18:12:12.930Z
29572026-03-20T18:12:12.930Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (84/267)
29582026-03-20T18:12:13.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29592026-03-20T18:12:13.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29602026-03-20T18:12:13.853Z Compiling ar_archive_writer v0.5.1
29612026-03-20T18:12:13.982Z Compiling stacker v0.1.23
29622026-03-20T18:12:13.988Z Compiling cfg_aliases v0.1.1
29632026-03-20T18:12:14.020Z Compiling convert_case v0.10.0
29642026-03-20T18:12:14.028Z Checking fd-lock v4.0.4
29652026-03-20T18:12:14.028Z Checking nibble_vec v0.1.0
29662026-03-20T18:12:14.028Z Checking vte v0.14.1
29672026-03-20T18:12:14.028Z Compiling recursive-proc-macro-impl v0.1.1
29682026-03-20T18:12:14.117Z Compiling nix v0.28.0
29692026-03-20T18:12:14.198Z Checking endian-type v0.1.2
29702026-03-20T18:12:14.226Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29712026-03-20T18:12:14.452Z Checking strip-ansi-escapes v0.2.1
29722026-03-20T18:12:14.485Z Compiling peg-macros v0.8.5
29732026-03-20T18:12:14.485Z Checking radix_trie v0.2.1
29742026-03-20T18:12:14.485Z Checking winnow v0.6.26
29752026-03-20T18:12:14.485Z Compiling derive_more-impl v2.1.1
29762026-03-20T18:12:14.601Z Compiling sqlparser_derive v0.5.0
29772026-03-20T18:12:14.646Z Checking nu-ansi-term v0.50.3
29782026-03-20T18:12:15.036Z Checking unicode_categories v0.1.1
29792026-03-20T18:12:15.065Z Checking home v0.5.12
29802026-03-20T18:12:15.080Z Checking reedline v0.40.0
29812026-03-20T18:12:15.097Z Checking display-error-chain v0.2.2
29822026-03-20T18:12:15.148Z Compiling psm v0.1.30
29832026-03-20T18:12:15.567Z Checking derive_more v2.1.1
29842026-03-20T18:12:15.659Z Checking crossterm v0.29.0
29852026-03-20T18:12:15.876Z Checking peg v0.8.5
29862026-03-20T18:12:15.970Z Checking rustyline v14.0.0
29872026-03-20T18:12:16.175Z Checking sqlformat v0.3.5
29882026-03-20T18:12:16.186Z Checking recursive v0.1.1
29892026-03-20T18:12:16.229Z Checking sqlparser v0.61.0
29902026-03-20T18:12:32.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.18s
29912026-03-20T18:12:32.432Z
29922026-03-20T18:12:32.432Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (85/267)
29932026-03-20T18:12:33.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29942026-03-20T18:12:33.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29952026-03-20T18:12:33.400Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29962026-03-20T18:12:37.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.60s
29972026-03-20T18:12:38.165Z
29982026-03-20T18:12:38.165Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (86/267)
29992026-03-20T18:12:38.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30002026-03-20T18:12:38.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30012026-03-20T18:12:39.070Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30022026-03-20T18:12:42.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.18s
30032026-03-20T18:12:42.572Z
30042026-03-20T18:12:42.572Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (87/267)
30052026-03-20T18:12:43.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30062026-03-20T18:12:43.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30072026-03-20T18:12:43.461Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30082026-03-20T18:12:47.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.30s
30092026-03-20T18:12:48.088Z
30102026-03-20T18:12:48.089Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (88/267)
30112026-03-20T18:12:48.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30122026-03-20T18:12:48.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30132026-03-20T18:12:49.005Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30142026-03-20T18:12:53.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.32s
30152026-03-20T18:12:53.627Z
30162026-03-20T18:12:53.627Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (89/267)
30172026-03-20T18:12:54.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30182026-03-20T18:12:54.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30192026-03-20T18:12:54.530Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30202026-03-20T18:12:57.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.36s
30212026-03-20T18:12:58.206Z
30222026-03-20T18:12:58.206Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (90/267)
30232026-03-20T18:12:58.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30242026-03-20T18:12:58.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30252026-03-20T18:12:59.116Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30262026-03-20T18:13:02.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.44s
30272026-03-20T18:13:02.887Z
30282026-03-20T18:13:02.888Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (91/267)
30292026-03-20T18:13:03.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30302026-03-20T18:13:03.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30312026-03-20T18:13:03.792Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30322026-03-20T18:13:08.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.57s
30332026-03-20T18:13:08.658Z
30342026-03-20T18:13:08.658Zinfo: running `cargo check --bins` on oximeter (92/267)
30352026-03-20T18:13:09.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30362026-03-20T18:13:09.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30372026-03-20T18:13:09.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30382026-03-20T18:13:09.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
30392026-03-20T18:13:09.447Z
30402026-03-20T18:13:09.447Zinfo: running `cargo check --bins` on oximeter-schema (93/267)
30412026-03-20T18:13:10.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30422026-03-20T18:13:10.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30432026-03-20T18:13:10.330Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30442026-03-20T18:13:10.508Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30452026-03-20T18:13:10.541Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30462026-03-20T18:13:10.967Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30472026-03-20T18:13:15.802Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30482026-03-20T18:13:16.231Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30492026-03-20T18:13:17.769Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30502026-03-20T18:13:18.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.20s
30512026-03-20T18:13:18.856Z
30522026-03-20T18:13:18.856Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (94/267)
30532026-03-20T18:13:19.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30542026-03-20T18:13:19.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30552026-03-20T18:13:19.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30562026-03-20T18:13:19.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
30572026-03-20T18:13:19.688Z
30582026-03-20T18:13:19.688Zinfo: running `cargo check --bins` on oximeter-test-utils (95/267)
30592026-03-20T18:13:20.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30602026-03-20T18:13:20.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30612026-03-20T18:13:20.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30622026-03-20T18:13:20.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
30632026-03-20T18:13:20.502Z
30642026-03-20T18:13:20.502Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (96/267)
30652026-03-20T18:13:21.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30662026-03-20T18:13:21.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30672026-03-20T18:13:21.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30682026-03-20T18:13:21.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
30692026-03-20T18:13:21.364Z
30702026-03-20T18:13:21.364Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (97/267)
30712026-03-20T18:13:22.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30722026-03-20T18:13:22.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30732026-03-20T18:13:22.021Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30742026-03-20T18:13:22.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
30752026-03-20T18:13:22.119Z
30762026-03-20T18:13:22.119Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (98/267)
30772026-03-20T18:13:22.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30782026-03-20T18:13:22.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30792026-03-20T18:13:22.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30802026-03-20T18:13:22.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
30812026-03-20T18:13:23.028Z
30822026-03-20T18:13:23.028Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (99/267)
30832026-03-20T18:13:23.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30842026-03-20T18:13:23.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30852026-03-20T18:13:23.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30862026-03-20T18:13:23.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
30872026-03-20T18:13:23.734Z
30882026-03-20T18:13:23.734Zinfo: running `cargo check --bins` on trust-quorum-types (100/267)
30892026-03-20T18:13:24.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30902026-03-20T18:13:24.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30912026-03-20T18:13:24.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30922026-03-20T18:13:24.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
30932026-03-20T18:13:24.505Z
30942026-03-20T18:13:24.505Zinfo: running `cargo check --bins` on trust-quorum-test-utils (101/267)
30952026-03-20T18:13:25.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30962026-03-20T18:13:25.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30972026-03-20T18:13:25.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30982026-03-20T18:13:25.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
30992026-03-20T18:13:25.311Z
31002026-03-20T18:13:25.311Zinfo: running `cargo check --bins` on update-engine (102/267)
31012026-03-20T18:13:26.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31022026-03-20T18:13:26.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31032026-03-20T18:13:26.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31042026-03-20T18:13:26.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
31052026-03-20T18:13:26.112Z
31062026-03-20T18:13:26.112Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (103/267)
31072026-03-20T18:13:26.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31082026-03-20T18:13:26.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31092026-03-20T18:13:27.011Z Checking dropshot-api-manager-types v0.6.0
31102026-03-20T18:13:27.017Z Checking nanorand v0.7.0
31112026-03-20T18:13:27.318Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31122026-03-20T18:13:27.342Z Checking flume v0.11.1
31132026-03-20T18:13:27.723Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31142026-03-20T18:13:28.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.80s
31152026-03-20T18:13:29.118Z
31162026-03-20T18:13:29.119Zinfo: running `cargo check --bins` on clickhouse-admin-api (104/267)
31172026-03-20T18:13:29.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31182026-03-20T18:13:29.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31192026-03-20T18:13:29.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31202026-03-20T18:13:29.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31212026-03-20T18:13:30.014Z
31222026-03-20T18:13:30.014Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (105/267)
31232026-03-20T18:13:30.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31242026-03-20T18:13:30.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31252026-03-20T18:13:30.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31262026-03-20T18:13:30.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31272026-03-20T18:13:30.695Z
31282026-03-20T18:13:30.695Zinfo: running `cargo check --bins` on bootstrap-agent-client (106/267)
31292026-03-20T18:13:31.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31302026-03-20T18:13:31.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31312026-03-20T18:13:31.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31322026-03-20T18:13:31.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31332026-03-20T18:13:31.484Z
31342026-03-20T18:13:31.484Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (107/267)
31352026-03-20T18:13:32.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31362026-03-20T18:13:32.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31372026-03-20T18:13:32.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31382026-03-20T18:13:32.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
31392026-03-20T18:13:32.299Z
31402026-03-20T18:13:32.299Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (108/267)
31412026-03-20T18:13:33.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31422026-03-20T18:13:33.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31432026-03-20T18:13:33.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31442026-03-20T18:13:33.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31452026-03-20T18:13:33.116Z
31462026-03-20T18:13:33.116Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (109/267)
31472026-03-20T18:13:33.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31482026-03-20T18:13:33.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31492026-03-20T18:13:33.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31502026-03-20T18:13:33.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31512026-03-20T18:13:33.885Z
31522026-03-20T18:13:33.885Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (110/267)
31532026-03-20T18:13:34.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31542026-03-20T18:13:34.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31552026-03-20T18:13:34.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31562026-03-20T18:13:34.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31572026-03-20T18:13:34.747Z
31582026-03-20T18:13:34.747Zinfo: running `cargo check --bins` on cockroach-admin-client (111/267)
31592026-03-20T18:13:35.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31602026-03-20T18:13:35.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31612026-03-20T18:13:35.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31622026-03-20T18:13:35.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
31632026-03-20T18:13:35.451Z
31642026-03-20T18:13:35.451Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (112/267)
31652026-03-20T18:13:36.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31662026-03-20T18:13:36.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31672026-03-20T18:13:36.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31682026-03-20T18:13:36.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31692026-03-20T18:13:36.244Z
31702026-03-20T18:13:36.244Zinfo: running `cargo check --bins` on dns-service-client (113/267)
31712026-03-20T18:13:36.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31722026-03-20T18:13:36.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31732026-03-20T18:13:36.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31742026-03-20T18:13:36.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31752026-03-20T18:13:37.028Z
31762026-03-20T18:13:37.028Zinfo: running `cargo check --bins` on installinator-client (114/267)
31772026-03-20T18:13:37.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31782026-03-20T18:13:37.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31792026-03-20T18:13:37.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31802026-03-20T18:13:37.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31812026-03-20T18:13:37.822Z
31822026-03-20T18:13:37.822Zinfo: running `cargo check --bins` on nexus-client (115/267)
31832026-03-20T18:13:38.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31842026-03-20T18:13:38.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31852026-03-20T18:13:38.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31862026-03-20T18:13:38.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
31872026-03-20T18:13:38.683Z
31882026-03-20T18:13:38.683Zinfo: running `cargo check --bins` on nexus-lockstep-client (116/267)
31892026-03-20T18:13:39.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31902026-03-20T18:13:39.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31912026-03-20T18:13:39.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31922026-03-20T18:13:39.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
31932026-03-20T18:13:39.496Z
31942026-03-20T18:13:39.496Zinfo: running `cargo check --bins` on ntp-admin-client (117/267)
31952026-03-20T18:13:40.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31962026-03-20T18:13:40.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31972026-03-20T18:13:40.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31982026-03-20T18:13:40.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
31992026-03-20T18:13:40.266Z
32002026-03-20T18:13:40.266Zinfo: running `cargo check --bins` on oxide-client (118/267)
32012026-03-20T18:13:40.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32022026-03-20T18:13:40.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32032026-03-20T18:13:40.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32042026-03-20T18:13:40.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
32052026-03-20T18:13:41.043Z
32062026-03-20T18:13:41.043Zinfo: running `cargo check --bins` on oximeter-client (119/267)
32072026-03-20T18:13:41.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32082026-03-20T18:13:41.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32092026-03-20T18:13:41.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32102026-03-20T18:13:41.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
32112026-03-20T18:13:41.832Z
32122026-03-20T18:13:41.832Zinfo: running `cargo check --bins` on repo-depot-client (120/267)
32132026-03-20T18:13:42.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32142026-03-20T18:13:42.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32152026-03-20T18:13:42.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32162026-03-20T18:13:42.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
32172026-03-20T18:13:42.597Z
32182026-03-20T18:13:42.597Zinfo: running `cargo check --bins` on sled-agent-client (121/267)
32192026-03-20T18:13:43.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32202026-03-20T18:13:43.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32212026-03-20T18:13:43.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32222026-03-20T18:13:43.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
32232026-03-20T18:13:43.411Z
32242026-03-20T18:13:43.411Zinfo: running `cargo check --bins` on wicketd-client (122/267)
32252026-03-20T18:13:44.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32262026-03-20T18:13:44.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32272026-03-20T18:13:44.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32282026-03-20T18:13:44.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
32292026-03-20T18:13:44.229Z
32302026-03-20T18:13:44.230Zinfo: running `cargo check --bins` on installinator-common (123/267)
32312026-03-20T18:13:44.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32322026-03-20T18:13:44.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32332026-03-20T18:13:44.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32342026-03-20T18:13:44.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
32352026-03-20T18:13:45.034Z
32362026-03-20T18:13:45.034Zinfo: running `cargo check --bins` on installinator-common-versions (124/267)
32372026-03-20T18:13:45.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32382026-03-20T18:13:45.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32392026-03-20T18:13:45.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32402026-03-20T18:13:45.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
32412026-03-20T18:13:45.806Z
32422026-03-20T18:13:45.806Zinfo: running `cargo check --bins` on wicket-common (125/267)
32432026-03-20T18:13:46.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32442026-03-20T18:13:46.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32452026-03-20T18:13:46.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32462026-03-20T18:13:46.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
32472026-03-20T18:13:46.623Z
32482026-03-20T18:13:46.623Zinfo: running `cargo check --bins` on omicron-cockroach-admin (126/267)
32492026-03-20T18:13:47.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32502026-03-20T18:13:47.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32512026-03-20T18:13:47.520Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32522026-03-20T18:13:47.523Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32532026-03-20T18:13:47.523Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32542026-03-20T18:13:47.675Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32552026-03-20T18:13:47.678Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32562026-03-20T18:13:47.829Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32572026-03-20T18:13:47.910Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32582026-03-20T18:13:48.163Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32592026-03-20T18:13:48.167Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32602026-03-20T18:13:51.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.40s
32612026-03-20T18:13:51.241Z
32622026-03-20T18:13:51.241Zinfo: running `cargo check --bins` on cockroach-admin-api (127/267)
32632026-03-20T18:13:51.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32642026-03-20T18:13:51.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32652026-03-20T18:13:51.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32662026-03-20T18:13:51.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
32672026-03-20T18:13:52.031Z
32682026-03-20T18:13:52.031Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (128/267)
32692026-03-20T18:13:52.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32702026-03-20T18:13:52.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32712026-03-20T18:13:52.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32722026-03-20T18:13:52.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
32732026-03-20T18:13:52.937Z
32742026-03-20T18:13:52.937Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (129/267)
32752026-03-20T18:13:53.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32762026-03-20T18:13:53.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32772026-03-20T18:13:53.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32782026-03-20T18:13:53.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
32792026-03-20T18:13:53.844Z
32802026-03-20T18:13:53.844Zinfo: running `cargo check --bins` on dns-server (130/267)
32812026-03-20T18:13:54.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32822026-03-20T18:13:54.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32832026-03-20T18:13:54.733Z Compiling parking_lot_core v0.8.6
32842026-03-20T18:13:54.733Z Compiling git-stub v1.0.0
32852026-03-20T18:13:54.733Z Compiling atomicwrites v0.4.4
32862026-03-20T18:13:54.736Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32872026-03-20T18:13:54.924Z Checking tagptr v0.2.0
32882026-03-20T18:13:54.927Z Checking prefix-trie v0.7.0
32892026-03-20T18:13:54.927Z Checking fxhash v0.2.1
32902026-03-20T18:13:54.927Z Checking hickory-client v0.25.2
32912026-03-20T18:13:55.089Z Compiling git-stub-vcs v0.1.0
32922026-03-20T18:13:55.115Z Checking moka v0.12.13
32932026-03-20T18:13:55.426Z Checking hickory-server v0.25.2
32942026-03-20T18:13:55.440Z Checking parking_lot v0.11.2
32952026-03-20T18:13:55.475Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32962026-03-20T18:13:55.557Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32972026-03-20T18:13:55.561Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32982026-03-20T18:13:55.562Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32992026-03-20T18:13:55.681Z Checking sled v0.34.7
33002026-03-20T18:13:55.953Z Checking hickory-resolver v0.25.2
33012026-03-20T18:13:58.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.64s
33022026-03-20T18:13:58.700Z
33032026-03-20T18:13:58.700Zinfo: running `cargo check --bins` on dns-server-api (131/267)
33042026-03-20T18:13:59.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33052026-03-20T18:13:59.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33062026-03-20T18:13:59.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33072026-03-20T18:13:59.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
33082026-03-20T18:13:59.483Z
33092026-03-20T18:13:59.483Zinfo: running `cargo check --bins` on gateway-test-utils (132/267)
33102026-03-20T18:14:00.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33112026-03-20T18:14:00.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33122026-03-20T18:14:00.226Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33132026-03-20T18:14:00.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
33142026-03-20T18:14:00.346Z
33152026-03-20T18:14:00.346Zinfo: running `cargo check --bins` on omicron-gateway (133/267)
33162026-03-20T18:14:01.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33172026-03-20T18:14:01.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33182026-03-20T18:14:01.347Z Compiling radium v0.7.0
33192026-03-20T18:14:01.490Z Compiling maybe-uninit v2.0.0
33202026-03-20T18:14:01.494Z Checking tap v1.0.1
33212026-03-20T18:14:01.534Z Compiling zerocopy-derive v0.6.6
33222026-03-20T18:14:01.541Z Compiling packed_struct v0.10.1
33232026-03-20T18:14:01.546Z Checking crc-catalog v2.4.0
33242026-03-20T18:14:01.546Z Checking funty v2.0.0
33252026-03-20T18:14:01.548Z Compiling packed_struct_codegen v0.10.1
33262026-03-20T18:14:01.626Z Checking wyz v0.5.1
33272026-03-20T18:14:01.731Z Checking crc v3.4.0
33282026-03-20T18:14:01.909Z Compiling bitfield-macros v0.19.4
33292026-03-20T18:14:01.961Z Compiling indexmap v1.9.3
33302026-03-20T18:14:01.982Z Checking nodrop v0.1.14
33312026-03-20T18:14:01.997Z Checking smallvec v0.6.14
33322026-03-20T18:14:02.055Z Checking bitvec v1.0.1
33332026-03-20T18:14:02.073Z Checking hashbrown v0.12.3
33342026-03-20T18:14:02.093Z Checking array-init v0.0.4
33352026-03-20T18:14:02.235Z Checking ron v0.8.1
33362026-03-20T18:14:02.253Z Checking hashbrown v0.13.2
33372026-03-20T18:14:02.572Z Checking serde-hex v0.1.0
33382026-03-20T18:14:02.697Z Checking zerocopy v0.6.6
33392026-03-20T18:14:02.826Z Checking crc-any v2.5.0
33402026-03-20T18:14:02.844Z Checking bitfield v0.19.4
33412026-03-20T18:14:02.954Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33422026-03-20T18:14:03.009Z Checking path-slash v0.1.5
33432026-03-20T18:14:03.067Z Checking void v1.0.2
33442026-03-20T18:14:03.089Z Checking object v0.30.4
33452026-03-20T18:14:03.106Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33462026-03-20T18:14:03.145Z Checking half v1.8.3
33472026-03-20T18:14:03.202Z Checking lzss v0.8.2
33482026-03-20T18:14:03.221Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33492026-03-20T18:14:03.306Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33502026-03-20T18:14:03.398Z Checking tungstenite v0.23.0
33512026-03-20T18:14:03.415Z Checking serde_cbor v0.11.2
33522026-03-20T18:14:03.419Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33532026-03-20T18:14:03.451Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33542026-03-20T18:14:03.514Z Checking nix v0.27.1
33552026-03-20T18:14:03.933Z Checking kstat-rs v0.2.4
33562026-03-20T18:14:03.952Z Checking serde_bytes v0.11.19
33572026-03-20T18:14:03.972Z Checking tokio-tungstenite v0.23.1
33582026-03-20T18:14:04.174Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33592026-03-20T18:14:04.177Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33602026-03-20T18:14:04.212Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33612026-03-20T18:14:04.307Z Checking signal-hook-tokio v0.3.1
33622026-03-20T18:14:05.366Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33632026-03-20T18:14:05.612Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33642026-03-20T18:14:08.937Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33652026-03-20T18:14:10.131Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33662026-03-20T18:14:10.506Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33672026-03-20T18:14:12.049Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33682026-03-20T18:14:14.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.39s
33692026-03-20T18:14:14.978Z
33702026-03-20T18:14:14.978Zinfo: running `cargo check --bins` on gateway-api (134/267)
33712026-03-20T18:14:15.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722026-03-20T18:14:15.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732026-03-20T18:14:15.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33742026-03-20T18:14:15.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
33752026-03-20T18:14:15.781Z
33762026-03-20T18:14:15.781Zinfo: running `cargo check --bins` on ipcc (135/267)
33772026-03-20T18:14:16.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782026-03-20T18:14:16.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792026-03-20T18:14:16.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802026-03-20T18:14:16.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
33812026-03-20T18:14:16.560Z
33822026-03-20T18:14:16.560Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/267)
33832026-03-20T18:14:17.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-03-20T18:14:17.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-03-20T18:14:17.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-03-20T18:14:17.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
33872026-03-20T18:14:17.371Z
33882026-03-20T18:14:17.371Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (137/267)
33892026-03-20T18:14:18.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-03-20T18:14:18.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-03-20T18:14:18.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-03-20T18:14:18.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
33932026-03-20T18:14:18.109Z
33942026-03-20T18:14:18.109Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/267)
33952026-03-20T18:14:18.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-03-20T18:14:19.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-03-20T18:14:19.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-03-20T18:14:19.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
33992026-03-20T18:14:19.882Z
34002026-03-20T18:14:19.882Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/267)
34012026-03-20T18:14:19.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-03-20T18:14:19.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-03-20T18:14:19.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-03-20T18:14:19.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34052026-03-20T18:14:19.883Z
34062026-03-20T18:14:19.883Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/267)
34072026-03-20T18:14:20.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-03-20T18:14:20.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-03-20T18:14:20.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102026-03-20T18:14:20.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34112026-03-20T18:14:20.481Z
34122026-03-20T18:14:20.481Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/267)
34132026-03-20T18:14:21.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-03-20T18:14:21.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-03-20T18:14:21.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-03-20T18:14:21.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34172026-03-20T18:14:21.272Z
34182026-03-20T18:14:21.272Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/267)
34192026-03-20T18:14:21.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-03-20T18:14:21.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-03-20T18:14:21.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222026-03-20T18:14:21.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34232026-03-20T18:14:22.071Z
34242026-03-20T18:14:22.071Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/267)
34252026-03-20T18:14:22.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-03-20T18:14:22.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-03-20T18:14:22.753Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282026-03-20T18:14:22.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34292026-03-20T18:14:22.861Z
34302026-03-20T18:14:22.861Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/267)
34312026-03-20T18:14:23.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-03-20T18:14:23.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-03-20T18:14:23.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342026-03-20T18:14:23.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34352026-03-20T18:14:23.658Z
34362026-03-20T18:14:23.659Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/267)
34372026-03-20T18:14:24.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382026-03-20T18:14:24.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392026-03-20T18:14:24.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34402026-03-20T18:14:24.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34412026-03-20T18:14:24.497Z
34422026-03-20T18:14:24.497Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/267)
34432026-03-20T18:14:25.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34442026-03-20T18:14:25.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34452026-03-20T18:14:25.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34462026-03-20T18:14:25.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34472026-03-20T18:14:25.225Z
34482026-03-20T18:14:25.225Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/267)
34492026-03-20T18:14:25.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34502026-03-20T18:14:25.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34512026-03-20T18:14:25.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34522026-03-20T18:14:25.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34532026-03-20T18:14:26.051Z
34542026-03-20T18:14:26.051Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (148/267)
34552026-03-20T18:14:26.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34562026-03-20T18:14:26.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34572026-03-20T18:14:26.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34582026-03-20T18:14:26.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34592026-03-20T18:14:26.796Z
34602026-03-20T18:14:26.796Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (149/267)
34612026-03-20T18:14:27.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34622026-03-20T18:14:27.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34632026-03-20T18:14:27.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34642026-03-20T18:14:27.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34652026-03-20T18:14:27.590Z
34662026-03-20T18:14:27.590Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (150/267)
34672026-03-20T18:14:28.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34682026-03-20T18:14:28.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34692026-03-20T18:14:28.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34702026-03-20T18:14:28.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34712026-03-20T18:14:28.411Z
34722026-03-20T18:14:28.411Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (151/267)
34732026-03-20T18:14:29.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34742026-03-20T18:14:29.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34752026-03-20T18:14:29.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34762026-03-20T18:14:29.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34772026-03-20T18:14:29.181Z
34782026-03-20T18:14:29.181Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (152/267)
34792026-03-20T18:14:29.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34802026-03-20T18:14:29.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34812026-03-20T18:14:29.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34822026-03-20T18:14:29.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34832026-03-20T18:14:29.962Z
34842026-03-20T18:14:29.962Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (153/267)
34852026-03-20T18:14:30.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34862026-03-20T18:14:30.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34872026-03-20T18:14:30.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34882026-03-20T18:14:30.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34892026-03-20T18:14:30.840Z
34902026-03-20T18:14:30.840Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (154/267)
34912026-03-20T18:14:31.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34922026-03-20T18:14:31.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34932026-03-20T18:14:31.477Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34942026-03-20T18:14:31.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34952026-03-20T18:14:31.542Z
34962026-03-20T18:14:31.542Zinfo: running `cargo check --bins` on oximeter-producer (155/267)
34972026-03-20T18:14:32.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34982026-03-20T18:14:32.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34992026-03-20T18:14:32.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35002026-03-20T18:14:32.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
35012026-03-20T18:14:32.365Z
35022026-03-20T18:14:32.366Zinfo: running `cargo check --bins` on internal-dns-resolver (156/267)
35032026-03-20T18:14:33.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35042026-03-20T18:14:33.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35052026-03-20T18:14:33.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35062026-03-20T18:14:33.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
35072026-03-20T18:14:33.155Z
35082026-03-20T18:14:33.155Zinfo: running `cargo check --bins` on sp-sim (157/267)
35092026-03-20T18:14:33.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35102026-03-20T18:14:33.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35112026-03-20T18:14:34.131Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35122026-03-20T18:14:36.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.28s
35132026-03-20T18:14:36.746Z
35142026-03-20T18:14:36.746Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (158/267)
35152026-03-20T18:14:37.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35162026-03-20T18:14:37.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35172026-03-20T18:14:37.477Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35182026-03-20T18:14:37.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
35192026-03-20T18:14:37.561Z
35202026-03-20T18:14:37.561Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (159/267)
35212026-03-20T18:14:38.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35222026-03-20T18:14:38.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35232026-03-20T18:14:38.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35242026-03-20T18:14:38.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
35252026-03-20T18:14:38.427Z
35262026-03-20T18:14:38.427Zinfo: running `cargo check --bins` on db-macros (160/267)
35272026-03-20T18:14:39.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35282026-03-20T18:14:39.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35292026-03-20T18:14:39.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35302026-03-20T18:14:39.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
35312026-03-20T18:14:39.227Z
35322026-03-20T18:14:39.227Zinfo: running `cargo check --bins` on nexus-macros-common (161/267)
35332026-03-20T18:14:39.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35342026-03-20T18:14:39.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35352026-03-20T18:14:39.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35362026-03-20T18:14:39.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
35372026-03-20T18:14:39.966Z
35382026-03-20T18:14:39.966Zinfo: running `cargo check --bins` on nexus-auth (162/267)
35392026-03-20T18:14:40.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35402026-03-20T18:14:41.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35412026-03-20T18:14:41.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35422026-03-20T18:14:41.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
35432026-03-20T18:14:41.065Z
35442026-03-20T18:14:41.065Zinfo: running `cargo check --bins` on authz-macros (163/267)
35452026-03-20T18:14:41.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35462026-03-20T18:14:41.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35472026-03-20T18:14:41.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35482026-03-20T18:14:41.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
35492026-03-20T18:14:41.652Z
35502026-03-20T18:14:41.652Zinfo: running `cargo check --bins` on nexus-db-fixed-data (164/267)
35512026-03-20T18:14:42.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35522026-03-20T18:14:42.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35532026-03-20T18:14:42.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35542026-03-20T18:14:42.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
35552026-03-20T18:14:42.436Z
35562026-03-20T18:14:42.457Zinfo: running `cargo check --bins` on nexus-db-model (165/267)
35572026-03-20T18:14:43.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35582026-03-20T18:14:43.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35592026-03-20T18:14:43.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35602026-03-20T18:14:43.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
35612026-03-20T18:14:43.378Z
35622026-03-20T18:14:43.378Zinfo: running `cargo check --bins` on nexus-db-schema (166/267)
35632026-03-20T18:14:43.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35642026-03-20T18:14:43.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35652026-03-20T18:14:43.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35662026-03-20T18:14:43.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
35672026-03-20T18:14:44.068Z
35682026-03-20T18:14:44.068Zinfo: running `cargo check --bins` on omicron-rpaths (167/267)
35692026-03-20T18:14:44.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35702026-03-20T18:14:44.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35712026-03-20T18:14:44.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35722026-03-20T18:14:44.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
35732026-03-20T18:14:44.978Z
35742026-03-20T18:14:44.978Zinfo: running `cargo check --bins` on nexus-defaults (168/267)
35752026-03-20T18:14:45.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35762026-03-20T18:14:45.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35772026-03-20T18:14:45.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35782026-03-20T18:14:45.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
35792026-03-20T18:14:45.670Z
35802026-03-20T18:14:45.670Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (169/267)
35812026-03-20T18:14:46.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35822026-03-20T18:14:46.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35832026-03-20T18:14:46.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35842026-03-20T18:14:46.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
35852026-03-20T18:14:46.417Z
35862026-03-20T18:14:46.417Zinfo: running `cargo check --bins` on parallel-task-set (170/267)
35872026-03-20T18:14:47.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35882026-03-20T18:14:47.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35892026-03-20T18:14:47.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35902026-03-20T18:14:47.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
35912026-03-20T18:14:47.227Z
35922026-03-20T18:14:47.227Zinfo: running `cargo check --bins` on nexus-db-errors (171/267)
35932026-03-20T18:14:48.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35942026-03-20T18:14:48.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35952026-03-20T18:14:48.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35962026-03-20T18:14:48.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
35972026-03-20T18:14:48.065Z
35982026-03-20T18:14:48.066Zinfo: running `cargo check --bins` on nexus-db-lookup (172/267)
35992026-03-20T18:14:48.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36002026-03-20T18:14:48.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36012026-03-20T18:14:48.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36022026-03-20T18:14:48.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
36032026-03-20T18:14:48.910Z
36042026-03-20T18:14:48.910Zinfo: running `cargo check --bins` on nexus-inventory (173/267)
36052026-03-20T18:14:49.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36062026-03-20T18:14:49.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36072026-03-20T18:14:49.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36082026-03-20T18:14:49.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
36092026-03-20T18:14:49.810Z
36102026-03-20T18:14:49.810Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (174/267)
36112026-03-20T18:14:50.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36122026-03-20T18:14:50.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36132026-03-20T18:14:50.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36142026-03-20T18:14:50.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
36152026-03-20T18:14:50.546Z
36162026-03-20T18:14:50.546Zinfo: running `cargo check --bins --no-default-features` on sled-storage (175/267)
36172026-03-20T18:14:53.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36182026-03-20T18:14:53.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36192026-03-20T18:14:53.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36202026-03-20T18:14:53.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
36212026-03-20T18:14:53.850Z
36222026-03-20T18:14:53.850Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (176/267)
36232026-03-20T18:14:53.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36242026-03-20T18:14:53.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36252026-03-20T18:14:53.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36262026-03-20T18:14:53.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
36272026-03-20T18:14:53.850Z
36282026-03-20T18:14:53.850Zinfo: running `cargo check --bins` on key-manager (177/267)
36292026-03-20T18:14:53.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36302026-03-20T18:14:53.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36312026-03-20T18:14:53.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36322026-03-20T18:14:53.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
36332026-03-20T18:14:53.851Z
36342026-03-20T18:14:53.851Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (178/267)
36352026-03-20T18:14:53.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36362026-03-20T18:14:53.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36372026-03-20T18:14:53.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36382026-03-20T18:14:53.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
36392026-03-20T18:14:53.851Z
36402026-03-20T18:14:53.851Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (179/267)
36412026-03-20T18:14:54.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36422026-03-20T18:14:54.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36432026-03-20T18:14:54.435Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36442026-03-20T18:14:54.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
36452026-03-20T18:14:54.544Z
36462026-03-20T18:14:54.544Zinfo: running `cargo check --bins` on typed-rng (180/267)
36472026-03-20T18:14:55.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36482026-03-20T18:14:55.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36492026-03-20T18:14:55.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36502026-03-20T18:14:55.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
36512026-03-20T18:14:55.314Z
36522026-03-20T18:14:55.314Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (181/267)
36532026-03-20T18:14:56.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36542026-03-20T18:14:56.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36552026-03-20T18:14:56.469Z Compiling libefi-sys v0.1.0
36562026-03-20T18:14:56.473Z Compiling bitfield-struct v0.6.2
36572026-03-20T18:14:56.646Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36582026-03-20T18:14:56.662Z Compiling xshell-macros v0.2.7
36592026-03-20T18:14:56.681Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36602026-03-20T18:14:56.702Z Compiling salty v0.3.0
36612026-03-20T18:14:56.723Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36622026-03-20T18:14:56.744Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36632026-03-20T18:14:56.744Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36642026-03-20T18:14:57.099Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36652026-03-20T18:14:57.120Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36662026-03-20T18:14:57.140Z Checking xshell v0.2.7
36672026-03-20T18:14:57.311Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36682026-03-20T18:14:57.333Z Checking primeorder v0.13.6
36692026-03-20T18:14:57.376Z Compiling proc-macro-error-attr2 v2.0.0
36702026-03-20T18:14:57.397Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36712026-03-20T18:14:57.439Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36722026-03-20T18:14:57.457Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36732026-03-20T18:14:57.609Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36742026-03-20T18:14:57.659Z Checking p384 v0.13.1
36752026-03-20T18:14:57.679Z Compiling num-derive v0.3.3
36762026-03-20T18:14:57.785Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36772026-03-20T18:14:57.883Z Compiling proc-macro-error2 v2.0.1
36782026-03-20T18:14:58.023Z Compiling unicase v2.9.0
36792026-03-20T18:14:58.093Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36802026-03-20T18:14:58.237Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36812026-03-20T18:14:58.294Z Compiling mime_guess v2.0.5
36822026-03-20T18:14:58.315Z Compiling tabled_derive v0.11.0
36832026-03-20T18:14:58.386Z Checking papergrid v0.17.0
36842026-03-20T18:14:58.728Z Compiling progenitor-impl v0.11.2
36852026-03-20T18:14:58.853Z Checking libscf-sys v1.1.0
36862026-03-20T18:14:59.002Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36872026-03-20T18:14:59.022Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36882026-03-20T18:14:59.161Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36892026-03-20T18:14:59.226Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36902026-03-20T18:14:59.696Z Checking testing_table v0.3.0
36912026-03-20T18:14:59.822Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36922026-03-20T18:14:59.895Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36932026-03-20T18:14:59.915Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36942026-03-20T18:15:00.018Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36952026-03-20T18:15:00.076Z Checking corncobs v0.1.4
36962026-03-20T18:15:00.096Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36972026-03-20T18:15:00.201Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36982026-03-20T18:15:00.238Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36992026-03-20T18:15:00.241Z Checking tabled v0.20.0
37002026-03-20T18:15:00.365Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37012026-03-20T18:15:00.603Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37022026-03-20T18:15:00.661Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37032026-03-20T18:15:00.904Z Checking progenitor-client v0.11.2
37042026-03-20T18:15:01.107Z Checking secrecy v0.8.0
37052026-03-20T18:15:01.271Z Checking http-range v0.1.5
37062026-03-20T18:15:01.482Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37072026-03-20T18:15:01.523Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37082026-03-20T18:15:01.677Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37092026-03-20T18:15:01.881Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37102026-03-20T18:15:01.926Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37112026-03-20T18:15:02.182Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
37122026-03-20T18:15:02.204Z Checking atty v0.2.14
37132026-03-20T18:15:02.226Z Checking crc8 v0.1.1
37142026-03-20T18:15:02.327Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
37152026-03-20T18:15:02.351Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37162026-03-20T18:15:02.371Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37172026-03-20T18:15:02.463Z Compiling progenitor-macro v0.11.2
37182026-03-20T18:15:02.506Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37192026-03-20T18:15:02.787Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37202026-03-20T18:15:03.036Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37212026-03-20T18:15:03.094Z Checking hyper-staticfile v0.10.1
37222026-03-20T18:15:03.251Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37232026-03-20T18:15:03.385Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37242026-03-20T18:15:03.456Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37252026-03-20T18:15:03.477Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37262026-03-20T18:15:03.667Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37272026-03-20T18:15:03.784Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37282026-03-20T18:15:04.131Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37292026-03-20T18:15:04.182Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37302026-03-20T18:15:04.543Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37312026-03-20T18:15:04.693Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37322026-03-20T18:15:04.774Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37332026-03-20T18:15:05.256Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37342026-03-20T18:15:05.336Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37352026-03-20T18:15:05.700Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37362026-03-20T18:15:05.905Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37372026-03-20T18:15:06.441Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37382026-03-20T18:15:07.529Z Checking progenitor v0.11.2
37392026-03-20T18:15:07.699Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37402026-03-20T18:15:14.477Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37412026-03-20T18:15:30.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.24s
37422026-03-20T18:15:30.822Z
37432026-03-20T18:15:30.822Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (182/267)
37442026-03-20T18:15:31.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37452026-03-20T18:15:31.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37462026-03-20T18:15:31.887Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37472026-03-20T18:15:48.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.27s
37482026-03-20T18:15:48.338Z
37492026-03-20T18:15:48.338Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (183/267)
37502026-03-20T18:15:49.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37512026-03-20T18:15:49.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37522026-03-20T18:15:49.415Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37532026-03-20T18:16:05.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.22s
37542026-03-20T18:16:05.811Z
37552026-03-20T18:16:05.811Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (184/267)
37562026-03-20T18:16:06.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37572026-03-20T18:16:06.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37582026-03-20T18:16:06.876Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37592026-03-20T18:16:23.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.27s
37602026-03-20T18:16:23.339Z
37612026-03-20T18:16:23.339Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (185/267)
37622026-03-20T18:16:24.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37632026-03-20T18:16:24.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37642026-03-20T18:16:24.524Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37652026-03-20T18:16:40.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.30s
37662026-03-20T18:16:40.889Z
37672026-03-20T18:16:40.889Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (186/267)
37682026-03-20T18:16:41.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37692026-03-20T18:16:41.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37702026-03-20T18:16:41.957Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37712026-03-20T18:16:58.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.26s
37722026-03-20T18:16:58.405Z
37732026-03-20T18:16:58.405Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (187/267)
37742026-03-20T18:16:59.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37752026-03-20T18:16:59.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37762026-03-20T18:16:59.475Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37772026-03-20T18:17:15.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.38s
37782026-03-20T18:17:16.044Z
37792026-03-20T18:17:16.044Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (188/267)
37802026-03-20T18:17:16.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37812026-03-20T18:17:16.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37822026-03-20T18:17:17.118Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37832026-03-20T18:17:33.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.29s
37842026-03-20T18:17:33.574Z
37852026-03-20T18:17:33.574Zinfo: running `cargo check --bins` on bootstrap-agent-api (189/267)
37862026-03-20T18:17:34.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37872026-03-20T18:17:34.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37882026-03-20T18:17:34.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37892026-03-20T18:17:34.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37902026-03-20T18:17:34.385Z
37912026-03-20T18:17:34.385Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (190/267)
37922026-03-20T18:17:35.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37932026-03-20T18:17:35.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37942026-03-20T18:17:35.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37952026-03-20T18:17:35.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37962026-03-20T18:17:35.560Z
37972026-03-20T18:17:35.560Zinfo: running `cargo check --bins` on range-requests (191/267)
37982026-03-20T18:17:35.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37992026-03-20T18:17:35.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38002026-03-20T18:17:35.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38012026-03-20T18:17:35.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
38022026-03-20T18:17:36.017Z
38032026-03-20T18:17:36.017Zinfo: running `cargo check --bins` on repo-depot-api (192/267)
38042026-03-20T18:17:36.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38052026-03-20T18:17:36.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38062026-03-20T18:17:36.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38072026-03-20T18:17:36.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
38082026-03-20T18:17:36.780Z
38092026-03-20T18:17:36.780Zinfo: running `cargo check --bins` on sled-agent-api (193/267)
38102026-03-20T18:17:37.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38112026-03-20T18:17:37.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38122026-03-20T18:17:37.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38132026-03-20T18:17:37.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
38142026-03-20T18:17:37.599Z
38152026-03-20T18:17:37.599Zinfo: running `cargo check --bins` on sled-diagnostics (194/267)
38162026-03-20T18:17:38.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38172026-03-20T18:17:38.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38182026-03-20T18:17:38.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38192026-03-20T18:17:38.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
38202026-03-20T18:17:38.420Z
38212026-03-20T18:17:38.420Zinfo: running `cargo check --bins` on zfs-test-harness (195/267)
38222026-03-20T18:17:39.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38232026-03-20T18:17:39.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38242026-03-20T18:17:39.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38252026-03-20T18:17:39.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
38262026-03-20T18:17:39.502Z
38272026-03-20T18:17:39.502Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (196/267)
38282026-03-20T18:17:39.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38292026-03-20T18:17:39.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38302026-03-20T18:17:39.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38312026-03-20T18:17:39.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
38322026-03-20T18:17:40.053Z
38332026-03-20T18:17:40.053Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (197/267)
38342026-03-20T18:17:41.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38352026-03-20T18:17:41.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38362026-03-20T18:17:41.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38372026-03-20T18:17:41.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
38382026-03-20T18:17:41.144Z
38392026-03-20T18:17:41.144Zinfo: running `cargo check --bins` on sled-agent-health-monitor (198/267)
38402026-03-20T18:17:41.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38412026-03-20T18:17:41.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38422026-03-20T18:17:41.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38432026-03-20T18:17:41.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
38442026-03-20T18:17:42.085Z
38452026-03-20T18:17:42.085Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (199/267)
38462026-03-20T18:17:42.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38472026-03-20T18:17:42.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38482026-03-20T18:17:42.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38492026-03-20T18:17:42.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
38502026-03-20T18:17:42.490Z
38512026-03-20T18:17:42.490Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (200/267)
38522026-03-20T18:17:43.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38532026-03-20T18:17:43.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38542026-03-20T18:17:43.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38552026-03-20T18:17:43.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
38562026-03-20T18:17:43.314Z
38572026-03-20T18:17:43.314Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (201/267)
38582026-03-20T18:17:44.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38592026-03-20T18:17:44.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38602026-03-20T18:17:44.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38612026-03-20T18:17:44.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
38622026-03-20T18:17:44.202Z
38632026-03-20T18:17:44.202Zinfo: running `cargo check --bins` on trust-quorum (202/267)
38642026-03-20T18:17:44.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38652026-03-20T18:17:44.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38662026-03-20T18:17:44.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38672026-03-20T18:17:44.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
38682026-03-20T18:17:44.963Z
38692026-03-20T18:17:44.963Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (203/267)
38702026-03-20T18:17:45.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38712026-03-20T18:17:45.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38722026-03-20T18:17:45.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38732026-03-20T18:17:45.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
38742026-03-20T18:17:45.998Z
38752026-03-20T18:17:45.998Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (204/267)
38762026-03-20T18:17:46.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38772026-03-20T18:17:46.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38782026-03-20T18:17:46.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38792026-03-20T18:17:46.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
38802026-03-20T18:17:46.960Z
38812026-03-20T18:17:46.960Zinfo: running `cargo check --bins` on update-common (205/267)
38822026-03-20T18:17:47.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38832026-03-20T18:17:47.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38842026-03-20T18:17:47.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38852026-03-20T18:17:47.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
38862026-03-20T18:17:47.698Z
38872026-03-20T18:17:47.698Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (206/267)
38882026-03-20T18:17:48.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38892026-03-20T18:17:48.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38902026-03-20T18:17:48.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38912026-03-20T18:17:48.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
38922026-03-20T18:17:48.676Z
38932026-03-20T18:17:48.676Zinfo: running `cargo check --bins` on reconfigurator-cli (207/267)
38942026-03-20T18:17:49.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38952026-03-20T18:17:49.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38962026-03-20T18:17:49.945Z Compiling fs-err v2.11.0
38972026-03-20T18:17:49.945Z Checking ignore v0.4.25
38982026-03-20T18:17:49.945Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
38992026-03-20T18:17:49.945Z Checking predicates-tree v1.0.13
39002026-03-20T18:17:49.945Z Checking parse-size v1.1.0
39012026-03-20T18:17:49.945Z Checking rand_seeder v0.4.0
39022026-03-20T18:17:49.945Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39032026-03-20T18:17:49.945Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39042026-03-20T18:17:49.945Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39052026-03-20T18:17:49.945Z Compiling petname v2.0.2
39062026-03-20T18:17:49.945Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39072026-03-20T18:17:50.113Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39082026-03-20T18:17:50.138Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
39092026-03-20T18:17:50.138Z Checking globwalk v0.9.1
39102026-03-20T18:17:50.138Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39112026-03-20T18:17:50.552Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39122026-03-20T18:17:50.654Z Checking camino-tempfile-ext v0.3.3
39132026-03-20T18:17:50.654Z Checking sapling-renderdag v0.1.0
39142026-03-20T18:17:50.654Z Checking sync-ptr v0.1.4
39152026-03-20T18:17:50.865Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39162026-03-20T18:17:50.865Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39172026-03-20T18:17:51.119Z Checking colored v2.2.0
39182026-03-20T18:17:51.119Z Checking assert_matches v1.5.0
39192026-03-20T18:17:51.188Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39202026-03-20T18:17:51.262Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39212026-03-20T18:17:51.263Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39222026-03-20T18:17:51.953Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39232026-03-20T18:17:53.990Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39242026-03-20T18:17:56.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.42s
39252026-03-20T18:17:57.024Z
39262026-03-20T18:17:57.024Zinfo: running `cargo check --bins` on omicron-repl-utils (208/267)
39272026-03-20T18:17:57.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39282026-03-20T18:17:57.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39292026-03-20T18:17:57.693Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39302026-03-20T18:17:57.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
39312026-03-20T18:17:57.776Z
39322026-03-20T18:17:57.776Zinfo: running `cargo check --bins` on nexus-test-interface (209/267)
39332026-03-20T18:17:58.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39342026-03-20T18:17:58.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39352026-03-20T18:17:58.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39362026-03-20T18:17:58.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
39372026-03-20T18:17:58.654Z
39382026-03-20T18:17:58.654Zinfo: running `cargo check --bins` on oximeter-collector (210/267)
39392026-03-20T18:17:59.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39402026-03-20T18:17:59.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39412026-03-20T18:17:59.639Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39422026-03-20T18:17:59.674Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39432026-03-20T18:18:00.457Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39442026-03-20T18:18:02.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.84s
39452026-03-20T18:18:02.726Z
39462026-03-20T18:18:02.726Zinfo: running `cargo check --bins` on oximeter-api (211/267)
39472026-03-20T18:18:03.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39482026-03-20T18:18:03.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39492026-03-20T18:18:03.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39502026-03-20T18:18:03.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
39512026-03-20T18:18:03.510Z
39522026-03-20T18:18:03.510Zinfo: running `cargo check --bins` on cert-dev (212/267)
39532026-03-20T18:18:04.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39542026-03-20T18:18:04.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39552026-03-20T18:18:04.327Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39562026-03-20T18:18:04.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s
39572026-03-20T18:18:04.867Z
39582026-03-20T18:18:04.867Zinfo: running `cargo check --bins` on clickana (213/267)
39592026-03-20T18:18:05.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39602026-03-20T18:18:05.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39612026-03-20T18:18:05.739Z Compiling darling_core v0.23.0
39622026-03-20T18:18:05.865Z Compiling instability v0.3.11
39632026-03-20T18:18:05.879Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39642026-03-20T18:18:05.882Z Checking castaway v0.2.4
39652026-03-20T18:18:05.905Z Compiling indoc v2.0.7
39662026-03-20T18:18:05.909Z Checking unicode-truncate v1.1.0
39672026-03-20T18:18:05.967Z Checking lru v0.12.5
39682026-03-20T18:18:05.983Z Checking cassowary v0.3.0
39692026-03-20T18:18:06.060Z Checking compact_str v0.8.1
39702026-03-20T18:18:07.185Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39712026-03-20T18:18:07.442Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39722026-03-20T18:18:08.076Z Compiling darling_macro v0.23.0
39732026-03-20T18:18:08.522Z Compiling darling v0.23.0
39742026-03-20T18:18:09.223Z Checking ratatui v0.29.0
39752026-03-20T18:18:10.746Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39762026-03-20T18:18:11.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.72s
39772026-03-20T18:18:11.804Z
39782026-03-20T18:18:11.804Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (214/267)
39792026-03-20T18:18:12.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39802026-03-20T18:18:12.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39812026-03-20T18:18:12.792Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39822026-03-20T18:18:12.811Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39832026-03-20T18:18:13.548Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39842026-03-20T18:18:14.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.24s
39852026-03-20T18:18:14.296Z
39862026-03-20T18:18:14.296Zinfo: running `cargo check --bins` on ch-dev (215/267)
39872026-03-20T18:18:15.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39882026-03-20T18:18:15.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39892026-03-20T18:18:15.271Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
39902026-03-20T18:18:16.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.89s
39912026-03-20T18:18:16.463Z
39922026-03-20T18:18:16.463Zinfo: running `cargo check --bins` on dev-tools-common (216/267)
39932026-03-20T18:18:16.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39942026-03-20T18:18:16.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39952026-03-20T18:18:16.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39962026-03-20T18:18:16.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39972026-03-20T18:18:17.056Z
39982026-03-20T18:18:17.057Zinfo: running `cargo check --bins` on crdb-seed (217/267)
39992026-03-20T18:18:17.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40002026-03-20T18:18:17.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40012026-03-20T18:18:18.027Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40022026-03-20T18:18:18.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s
40032026-03-20T18:18:18.800Z
40042026-03-20T18:18:18.800Zinfo: running `cargo check --bins` on db-dev (218/267)
40052026-03-20T18:18:19.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40062026-03-20T18:18:19.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40072026-03-20T18:18:19.783Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40082026-03-20T18:18:20.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.91s
40092026-03-20T18:18:20.974Z
40102026-03-20T18:18:20.974Zinfo: running `cargo check --bins` on omicron-dev-lib (219/267)
40112026-03-20T18:18:21.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40122026-03-20T18:18:21.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40132026-03-20T18:18:21.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40142026-03-20T18:18:21.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
40152026-03-20T18:18:21.829Z
40162026-03-20T18:18:21.829Zinfo: running `cargo check --bins` on xtask-downloader (220/267)
40172026-03-20T18:18:22.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40182026-03-20T18:18:22.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40192026-03-20T18:18:22.653Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40202026-03-20T18:18:23.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s
40212026-03-20T18:18:23.758Z
40222026-03-20T18:18:23.758Zinfo: running `cargo check --bins` on omicron-dropshot-apis (221/267)
40232026-03-20T18:18:24.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40242026-03-20T18:18:24.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40252026-03-20T18:18:24.825Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40262026-03-20T18:18:24.825Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40272026-03-20T18:18:24.836Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
40282026-03-20T18:18:24.836Z Checking git-stub v1.0.0
40292026-03-20T18:18:24.836Z Compiling trait-variant v0.1.2
40302026-03-20T18:18:24.836Z Checking maplit v1.0.2
40312026-03-20T18:18:24.837Z Checking is_ci v1.2.0
40322026-03-20T18:18:24.837Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40332026-03-20T18:18:25.040Z Checking supports-color v3.0.2
40342026-03-20T18:18:25.063Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40352026-03-20T18:18:25.173Z Checking git-stub-vcs v0.1.0
40362026-03-20T18:18:25.211Z Checking drift v0.1.3
40372026-03-20T18:18:25.285Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40382026-03-20T18:18:25.315Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40392026-03-20T18:18:25.431Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40402026-03-20T18:18:25.530Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40412026-03-20T18:18:25.584Z Checking dropshot-api-manager v0.6.0
40422026-03-20T18:18:25.645Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
40432026-03-20T18:18:25.675Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40442026-03-20T18:18:25.949Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40452026-03-20T18:18:26.070Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40462026-03-20T18:18:26.129Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
40472026-03-20T18:18:26.623Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40482026-03-20T18:18:33.463Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40492026-03-20T18:18:34.851Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40502026-03-20T18:18:35.632Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40512026-03-20T18:18:36.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.39s
40522026-03-20T18:18:36.388Z
40532026-03-20T18:18:36.389Zinfo: running `cargo check --bins` on installinator-api (222/267)
40542026-03-20T18:18:37.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40552026-03-20T18:18:37.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40562026-03-20T18:18:37.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40572026-03-20T18:18:37.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
40582026-03-20T18:18:37.187Z
40592026-03-20T18:18:37.187Zinfo: running `cargo check --bins` on nexus-external-api (223/267)
40602026-03-20T18:18:37.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40612026-03-20T18:18:37.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40622026-03-20T18:18:37.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40632026-03-20T18:18:37.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
40642026-03-20T18:18:38.026Z
40652026-03-20T18:18:38.026Zinfo: running `cargo check --bins` on nexus-internal-api (224/267)
40662026-03-20T18:18:38.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40672026-03-20T18:18:38.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40682026-03-20T18:18:38.752Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40692026-03-20T18:18:38.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
40702026-03-20T18:18:38.872Z
40712026-03-20T18:18:38.872Zinfo: running `cargo check --bins` on nexus-lockstep-api (225/267)
40722026-03-20T18:18:39.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40732026-03-20T18:18:39.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40742026-03-20T18:18:39.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40752026-03-20T18:18:39.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
40762026-03-20T18:18:39.717Z
40772026-03-20T18:18:39.717Zinfo: running `cargo check --bins` on ntp-admin-api (226/267)
40782026-03-20T18:18:40.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40792026-03-20T18:18:40.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40802026-03-20T18:18:40.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40812026-03-20T18:18:40.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
40822026-03-20T18:18:40.506Z
40832026-03-20T18:18:40.506Zinfo: running `cargo check --bins` on ntp-admin-types-versions (227/267)
40842026-03-20T18:18:41.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40852026-03-20T18:18:41.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40862026-03-20T18:18:41.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40872026-03-20T18:18:41.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
40882026-03-20T18:18:41.295Z
40892026-03-20T18:18:41.295Zinfo: running `cargo check --bins` on wicketd-api (228/267)
40902026-03-20T18:18:42.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40912026-03-20T18:18:42.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40922026-03-20T18:18:42.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40932026-03-20T18:18:42.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
40942026-03-20T18:18:42.106Z
40952026-03-20T18:18:42.106Zinfo: running `cargo check --bins` on omicron-ls-apis (229/267)
40962026-03-20T18:18:42.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40972026-03-20T18:18:42.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40982026-03-20T18:18:42.929Z Checking erased-serde v0.4.9
40992026-03-20T18:18:43.055Z Checking ordered-float v2.10.1
41002026-03-20T18:18:43.076Z Checking unicode-xid v0.2.6
41012026-03-20T18:18:43.101Z Checking cargo-platform v0.2.0
41022026-03-20T18:18:43.339Z Checking serde-value v0.7.0
41032026-03-20T18:18:43.519Z Checking serde-untagged v0.1.9
41042026-03-20T18:18:43.730Z Checking cargo-util-schemas v0.8.2
41052026-03-20T18:18:44.728Z Checking cargo_metadata v0.21.0
41062026-03-20T18:18:45.603Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41072026-03-20T18:18:46.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.42s
41082026-03-20T18:18:46.746Z
41092026-03-20T18:18:46.746Zinfo: running `cargo check --bins` on mgs-dev (230/267)
41102026-03-20T18:18:47.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41112026-03-20T18:18:47.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41122026-03-20T18:18:47.728Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41132026-03-20T18:18:48.525Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41142026-03-20T18:18:49.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.38s
41152026-03-20T18:18:49.370Z
41162026-03-20T18:18:49.370Zinfo: running `cargo check --bins` on omicron-omdb (231/267)
41172026-03-20T18:18:50.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41182026-03-20T18:18:50.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41192026-03-20T18:18:50.553Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41202026-03-20T18:18:50.556Z Compiling vergen-gitcl v1.0.8
41212026-03-20T18:18:50.556Z Compiling dirs-sys-next v0.1.2
41222026-03-20T18:18:50.556Z Compiling glob v0.3.3
41232026-03-20T18:18:50.556Z Compiling diesel_derives v2.3.7
41242026-03-20T18:18:50.556Z Compiling crunchy v0.2.4
41252026-03-20T18:18:50.753Z Compiling dsl_auto_type v0.2.0
41262026-03-20T18:18:50.762Z Checking scheduled-thread-pool v0.2.7
41272026-03-20T18:18:50.965Z Compiling dirs-next v2.0.0
41282026-03-20T18:18:50.993Z Compiling diesel_table_macro_syntax v0.3.0
41292026-03-20T18:18:51.106Z Compiling tiny-keccak v2.0.2
41302026-03-20T18:18:51.182Z Compiling term v0.7.0
41312026-03-20T18:18:51.229Z Checking r2d2 v0.8.10
41322026-03-20T18:18:51.245Z Compiling clang-sys v1.8.1
41332026-03-20T18:18:51.265Z Compiling bit-vec v0.6.3
41342026-03-20T18:18:51.371Z Checking downcast-rs v2.0.2
41352026-03-20T18:18:51.494Z Compiling bit-set v0.5.3
41362026-03-20T18:18:51.555Z Compiling ascii-canvas v3.0.0
41372026-03-20T18:18:51.717Z Compiling itertools v0.10.5
41382026-03-20T18:18:51.744Z Compiling ena v0.14.4
41392026-03-20T18:18:51.877Z Compiling libloading v0.8.9
41402026-03-20T18:18:51.922Z Compiling regex-syntax v0.6.29
41412026-03-20T18:18:51.931Z Compiling bindgen v0.71.1
41422026-03-20T18:18:52.020Z Compiling diff v0.1.13
41432026-03-20T18:18:52.044Z Compiling cexpr v0.6.0
41442026-03-20T18:18:52.365Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41452026-03-20T18:18:52.491Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41462026-03-20T18:18:52.635Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41472026-03-20T18:18:52.681Z Compiling libxml v0.3.3
41482026-03-20T18:18:52.961Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41492026-03-20T18:18:53.016Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41502026-03-20T18:18:53.183Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41512026-03-20T18:18:53.432Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41522026-03-20T18:18:53.447Z Compiling strum_macros v0.24.3
41532026-03-20T18:18:53.447Z Compiling indoc v1.0.9
41542026-03-20T18:18:53.992Z Compiling lalrpop v0.19.12
41552026-03-20T18:18:54.754Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41562026-03-20T18:18:54.877Z Checking derive_builder v0.20.2
41572026-03-20T18:18:54.997Z Compiling oso-derive v0.27.3
41582026-03-20T18:18:55.021Z Checking quick-xml v0.37.5
41592026-03-20T18:18:55.237Z Compiling impl-trait-for-tuples v0.2.3
41602026-03-20T18:18:55.656Z Checking openssl-probe v0.1.6
41612026-03-20T18:18:55.837Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41622026-03-20T18:18:56.295Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41632026-03-20T18:18:56.539Z Checking bb8 v0.8.6
41642026-03-20T18:18:56.856Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41652026-03-20T18:18:56.915Z Checking nonempty v0.12.0
41662026-03-20T18:18:57.121Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41672026-03-20T18:18:57.142Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41682026-03-20T18:18:57.407Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41692026-03-20T18:18:57.426Z Checking support-bundle-viewer v0.1.2
41702026-03-20T18:18:57.458Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41712026-03-20T18:18:57.649Z Checking multimap v0.10.1
41722026-03-20T18:18:58.770Z Checking diesel v2.3.7
41732026-03-20T18:19:00.581Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41742026-03-20T18:19:01.900Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41752026-03-20T18:19:02.592Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41762026-03-20T18:19:02.771Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41772026-03-20T18:19:04.116Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41782026-03-20T18:19:04.274Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41792026-03-20T18:19:04.609Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41802026-03-20T18:19:05.185Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41812026-03-20T18:19:07.859Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41822026-03-20T18:19:14.076Z Compiling samael v0.0.19
41832026-03-20T18:19:18.894Z Checking diesel-dtrace v0.5.0
41842026-03-20T18:19:19.203Z Checking async-bb8-diesel v0.2.1
41852026-03-20T18:19:20.352Z Compiling polar-core v0.27.3
41862026-03-20T18:19:26.179Z Checking oso v0.27.3
41872026-03-20T18:20:21.442Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
41882026-03-20T18:21:08.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 18s
41892026-03-20T18:21:08.423Z
41902026-03-20T18:21:08.423Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (232/267)
41912026-03-20T18:21:09.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41922026-03-20T18:21:09.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41932026-03-20T18:21:09.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41942026-03-20T18:21:09.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
41952026-03-20T18:21:09.296Z
41962026-03-20T18:21:09.296Zinfo: running `cargo check --bins` on nexus-saga-recovery (233/267)
41972026-03-20T18:21:10.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41982026-03-20T18:21:10.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41992026-03-20T18:21:10.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42002026-03-20T18:21:10.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
42012026-03-20T18:21:10.162Z
42022026-03-20T18:21:10.162Zinfo: running `cargo check --bins` on nexus-test-utils-macros (234/267)
42032026-03-20T18:21:10.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42042026-03-20T18:21:10.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42052026-03-20T18:21:10.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42062026-03-20T18:21:10.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
42072026-03-20T18:21:10.938Z
42082026-03-20T18:21:10.938Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (235/267)
42092026-03-20T18:21:11.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42102026-03-20T18:21:11.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42112026-03-20T18:21:12.144Z Compiling libz-sys v1.1.24
42122026-03-20T18:21:12.282Z Compiling libgit2-sys v0.18.3+1.9.2
42132026-03-20T18:21:12.301Z Compiling vergen-git2 v1.0.7
42142026-03-20T18:21:12.318Z Compiling rustls v0.21.12
42152026-03-20T18:21:12.336Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42162026-03-20T18:21:12.354Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42172026-03-20T18:21:12.357Z Checking sct v0.7.1
42182026-03-20T18:21:12.357Z Checking rustls-webpki v0.101.7
42192026-03-20T18:21:12.525Z Compiling nix v0.29.0
42202026-03-20T18:21:12.583Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42212026-03-20T18:21:12.623Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42222026-03-20T18:21:12.649Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42232026-03-20T18:21:12.802Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42242026-03-20T18:21:12.972Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42252026-03-20T18:21:12.998Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42262026-03-20T18:21:13.074Z Checking rustls-pemfile v1.0.4
42272026-03-20T18:21:13.243Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42282026-03-20T18:21:13.383Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42292026-03-20T18:21:13.577Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42302026-03-20T18:21:13.617Z Checking twox-hash v2.1.2
42312026-03-20T18:21:13.732Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42322026-03-20T18:21:14.441Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42332026-03-20T18:21:14.599Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42342026-03-20T18:21:14.621Z Checking tokio-rustls v0.24.1
42352026-03-20T18:21:14.758Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42362026-03-20T18:21:14.871Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42372026-03-20T18:21:15.045Z Checking fatfs v0.3.6
42382026-03-20T18:21:15.436Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42392026-03-20T18:21:15.608Z Compiling seq-macro v0.3.6
42402026-03-20T18:21:20.488Z Compiling git2 v0.20.4
42412026-03-20T18:21:21.577Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42422026-03-20T18:21:21.734Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42432026-03-20T18:21:23.751Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42442026-03-20T18:22:33.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 22s
42452026-03-20T18:22:33.972Z
42462026-03-20T18:22:33.973Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (236/267)
42472026-03-20T18:22:34.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42482026-03-20T18:22:34.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42492026-03-20T18:22:35.179Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42502026-03-20T18:23:35.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s
42512026-03-20T18:23:35.457Z
42522026-03-20T18:23:35.457Zinfo: running `cargo check --bins` on nexus-background-task-interface (237/267)
42532026-03-20T18:23:36.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42542026-03-20T18:23:36.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42552026-03-20T18:23:36.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42562026-03-20T18:23:36.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
42572026-03-20T18:23:36.299Z
42582026-03-20T18:23:36.299Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (238/267)
42592026-03-20T18:23:36.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42602026-03-20T18:23:36.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42612026-03-20T18:23:36.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42622026-03-20T18:23:36.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
42632026-03-20T18:23:37.085Z
42642026-03-20T18:23:37.085Zinfo: running `cargo check --bins` on nexus-mgs-updates (239/267)
42652026-03-20T18:23:37.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42662026-03-20T18:23:37.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42672026-03-20T18:23:37.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42682026-03-20T18:23:37.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
42692026-03-20T18:23:37.962Z
42702026-03-20T18:23:37.962Zinfo: running `cargo check --bins` on nexus-networking (240/267)
42712026-03-20T18:23:40.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42722026-03-20T18:23:40.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42732026-03-20T18:23:40.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42742026-03-20T18:23:40.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
42752026-03-20T18:23:40.951Z
42762026-03-20T18:23:40.951Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (241/267)
42772026-03-20T18:23:40.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42782026-03-20T18:23:40.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42792026-03-20T18:23:40.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42802026-03-20T18:23:40.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
42812026-03-20T18:23:40.951Z
42822026-03-20T18:23:40.951Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (242/267)
42832026-03-20T18:23:40.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42842026-03-20T18:23:40.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42852026-03-20T18:23:40.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42862026-03-20T18:23:40.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
42872026-03-20T18:23:40.997Z
42882026-03-20T18:23:40.997Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (243/267)
42892026-03-20T18:23:41.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42902026-03-20T18:23:41.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42912026-03-20T18:23:41.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42922026-03-20T18:23:41.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
42932026-03-20T18:23:41.422Z
42942026-03-20T18:23:41.422Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (244/267)
42952026-03-20T18:23:42.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42962026-03-20T18:23:42.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42972026-03-20T18:23:42.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42982026-03-20T18:23:42.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
42992026-03-20T18:23:42.301Z
43002026-03-20T18:23:42.301Zinfo: running `cargo check --bins` on omicron-dev (245/267)
43012026-03-20T18:23:43.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43022026-03-20T18:23:43.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43032026-03-20T18:23:43.537Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43042026-03-20T18:23:43.541Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43052026-03-20T18:23:43.727Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43062026-03-20T18:23:43.753Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43072026-03-20T18:23:43.756Z Checking diff v0.1.13
43082026-03-20T18:23:43.757Z Checking yansi v1.0.1
43092026-03-20T18:23:43.757Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43102026-03-20T18:23:43.775Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43112026-03-20T18:23:43.947Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43122026-03-20T18:23:44.113Z Checking pretty_assertions v1.4.1
43132026-03-20T18:23:44.993Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43142026-03-20T18:24:18.124Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43152026-03-20T18:24:18.127Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43162026-03-20T18:24:18.127Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43172026-03-20T18:24:18.127Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43182026-03-20T18:24:18.127Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43192026-03-20T18:24:18.127Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43202026-03-20T18:24:19.238Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43212026-03-20T18:24:20.563Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43222026-03-20T18:25:20.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 37s
43232026-03-20T18:25:20.530Z
43242026-03-20T18:25:20.530Zinfo: running `cargo check --bins` on omicron-pins (246/267)
43252026-03-20T18:25:21.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43262026-03-20T18:25:21.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43272026-03-20T18:25:21.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43282026-03-20T18:25:21.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
43292026-03-20T18:25:21.312Z
43302026-03-20T18:25:21.312Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (247/267)
43312026-03-20T18:25:22.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43322026-03-20T18:25:22.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43332026-03-20T18:25:22.377Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43342026-03-20T18:25:22.524Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43352026-03-20T18:25:22.527Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43362026-03-20T18:25:59.701Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43372026-03-20T18:26:00.165Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43382026-03-20T18:26:02.533Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43392026-03-20T18:26:03.117Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43402026-03-20T18:26:07.237Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43412026-03-20T18:26:39.288Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43422026-03-20T18:26:40.077Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43432026-03-20T18:26:42.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s
43442026-03-20T18:26:42.484Z
43452026-03-20T18:26:42.484Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (248/267)
43462026-03-20T18:26:43.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43472026-03-20T18:26:43.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43482026-03-20T18:26:43.446Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43492026-03-20T18:26:44.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s
43502026-03-20T18:26:44.572Z
43512026-03-20T18:26:44.572Zinfo: running `cargo check --bins` on omicron-releng (249/267)
43522026-03-20T18:26:45.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43532026-03-20T18:26:45.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43542026-03-20T18:26:45.463Z Compiling blake3 v1.8.3
43552026-03-20T18:26:45.612Z Checking arrayref v0.3.9
43562026-03-20T18:26:45.618Z Checking constant_time_eq v0.4.2
43572026-03-20T18:26:45.618Z Checking arrayvec v0.7.6
43582026-03-20T18:26:45.624Z Checking topological-sort v0.2.2
43592026-03-20T18:26:45.624Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43602026-03-20T18:26:45.624Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43612026-03-20T18:26:45.624Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43622026-03-20T18:26:45.759Z Checking shell-words v1.1.1
43632026-03-20T18:26:46.694Z Checking omicron-zone-package v0.12.2
43642026-03-20T18:26:48.537Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43652026-03-20T18:26:48.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.14s
43662026-03-20T18:26:48.934Z
43672026-03-20T18:26:48.934Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (250/267)
43682026-03-20T18:26:49.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43692026-03-20T18:26:49.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43702026-03-20T18:26:49.832Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43712026-03-20T18:26:50.218Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43722026-03-20T18:26:50.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.78s
43732026-03-20T18:26:50.951Z
43742026-03-20T18:26:50.951Zinfo: running `cargo check --bins` on xtask (251/267)
43752026-03-20T18:26:56.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43762026-03-20T18:26:56.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43772026-03-20T18:26:56.103Z Checking libc v0.2.180
43782026-03-20T18:26:56.103Z Checking serde v1.0.228
43792026-03-20T18:26:56.103Z Checking zerofrom v0.1.6
43802026-03-20T18:26:56.103Z Checking bitflags v2.11.0
43812026-03-20T18:26:56.103Z Checking smallvec v1.15.1
43822026-03-20T18:26:56.103Z Checking hashbrown v0.16.1
43832026-03-20T18:26:56.103Z Checking serde_json v1.0.149
43842026-03-20T18:26:56.103Z Checking scroll v0.12.0
43852026-03-20T18:26:56.103Z Checking yoke v0.8.1
43862026-03-20T18:26:56.104Z Checking num-traits v0.2.19
43872026-03-20T18:26:56.104Z Checking thiserror v1.0.69
43882026-03-20T18:26:56.104Z Checking zerovec v0.11.5
43892026-03-20T18:26:56.104Z Checking zerotrie v0.2.3
43902026-03-20T18:26:56.104Z Checking percent-encoding v2.3.2
43912026-03-20T18:26:56.104Z Checking errno v0.3.14
43922026-03-20T18:26:56.104Z Checking rustix v1.1.3
43932026-03-20T18:26:56.104Z Checking serde_spanned v0.6.9
43942026-03-20T18:26:56.104Z Checking toml_datetime v0.6.11
43952026-03-20T18:26:56.104Z Checking indexmap v2.13.0
43962026-03-20T18:26:56.104Z Checking log v0.4.29
43972026-03-20T18:26:56.104Z Checking zerocopy v0.7.35
43982026-03-20T18:26:56.104Z Checking form_urlencoded v1.2.2
43992026-03-20T18:26:56.104Z Checking goblin v0.8.2
44002026-03-20T18:26:56.104Z Checking getrandom v0.4.1
44012026-03-20T18:26:56.104Z Checking tinystr v0.8.2
44022026-03-20T18:26:56.104Z Checking potential_utf v0.1.4
44032026-03-20T18:26:56.104Z Checking ordered-float v2.10.1
44042026-03-20T18:26:56.104Z Checking thiserror v2.0.18
44052026-03-20T18:26:56.104Z Checking icu_collections v2.1.1
44062026-03-20T18:26:56.104Z Checking icu_locale_core v2.1.1
44072026-03-20T18:26:56.104Z Checking syn v2.0.117
44082026-03-20T18:26:56.104Z Checking serde-value v0.7.0
44092026-03-20T18:26:56.104Z Checking toml_edit v0.22.27
44102026-03-20T18:26:56.104Z Checking dtrace-parser v0.2.0
44112026-03-20T18:26:56.104Z Checking thread-id v4.2.2
44122026-03-20T18:26:56.104Z Checking once_cell v1.21.3
44132026-03-20T18:26:56.104Z Checking cargo-platform v0.2.0
44142026-03-20T18:26:56.104Z Checking terminal_size v0.4.3
44152026-03-20T18:26:56.104Z Checking memmap v0.7.0
44162026-03-20T18:26:56.104Z Checking tempfile v3.25.0
44172026-03-20T18:26:56.104Z Checking fs-err v3.3.0
44182026-03-20T18:26:56.104Z Checking clap_builder v4.5.60
44192026-03-20T18:26:56.104Z Checking textwrap v0.16.2
44202026-03-20T18:26:56.104Z Checking icu_provider v2.1.1
44212026-03-20T18:26:56.104Z Checking camino-tempfile v1.4.1
44222026-03-20T18:26:56.105Z Checking anyhow v1.0.102
44232026-03-20T18:26:56.105Z Checking tabled v0.15.0
44242026-03-20T18:26:56.105Z Checking icu_properties v2.1.2
44252026-03-20T18:26:56.105Z Checking icu_normalizer v2.1.1
44262026-03-20T18:26:56.105Z Checking macaddr v1.0.1
44272026-03-20T18:26:56.105Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44282026-03-20T18:26:56.105Z Checking toml v0.8.23
44292026-03-20T18:26:56.105Z Checking cargo_toml v0.21.0
44302026-03-20T18:26:56.105Z Checking idna_adapter v1.2.1
44312026-03-20T18:26:56.105Z Checking dof v0.3.0
44322026-03-20T18:26:56.105Z Checking clap v4.5.60
44332026-03-20T18:26:56.105Z Checking idna v1.1.0
44342026-03-20T18:26:56.105Z Checking usdt-impl v0.5.0
44352026-03-20T18:26:56.105Z Checking url v2.5.8
44362026-03-20T18:26:56.105Z Checking usdt v0.5.0
44372026-03-20T18:26:56.141Z Checking cargo-util-schemas v0.8.2
44382026-03-20T18:26:57.067Z Checking cargo_metadata v0.21.0
44392026-03-20T18:26:57.928Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44402026-03-20T18:26:58.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.55s
44412026-03-20T18:26:58.650Z
44422026-03-20T18:26:58.650Zinfo: running `cargo check --bins` on end-to-end-tests (252/267)
44432026-03-20T18:26:59.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44442026-03-20T18:26:59.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44452026-03-20T18:26:59.758Z Checking polyval v0.6.2
44462026-03-20T18:26:59.907Z Checking ctr v0.9.2
44472026-03-20T18:26:59.925Z Checking ssh-encoding v0.2.0
44482026-03-20T18:26:59.932Z Checking blowfish v0.9.1
44492026-03-20T18:26:59.959Z Checking password-hash v0.4.2
44502026-03-20T18:26:59.980Z Checking p521 v0.13.3
44512026-03-20T18:26:59.983Z Checking p256 v0.13.2
44522026-03-20T18:27:00.017Z Checking russh-cryptovec v0.7.3
44532026-03-20T18:27:00.090Z Checking ghash v0.5.1
44542026-03-20T18:27:00.112Z Checking md5 v0.7.0
44552026-03-20T18:27:00.136Z Checking bcrypt-pbkdf v0.10.0
44562026-03-20T18:27:00.163Z Checking num-bigint v0.4.6
44572026-03-20T18:27:00.181Z Checking des v0.8.1
44582026-03-20T18:27:00.236Z Checking aes-gcm v0.10.3
44592026-03-20T18:27:00.251Z Checking pbkdf2 v0.11.0
44602026-03-20T18:27:00.329Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44612026-03-20T18:27:00.336Z Checking hex-literal v0.4.1
44622026-03-20T18:27:00.367Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
44632026-03-20T18:27:00.386Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
44642026-03-20T18:27:00.420Z Checking ssh-cipher v0.2.0
44652026-03-20T18:27:00.466Z Checking socket2 v0.5.10
44662026-03-20T18:27:00.466Z Checking internet-checksum v0.2.1
44672026-03-20T18:27:00.638Z Checking ssh-key v0.6.7
44682026-03-20T18:27:00.853Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44692026-03-20T18:27:01.525Z Checking russh-keys v0.45.0
44702026-03-20T18:27:02.400Z Checking russh v0.45.0
44712026-03-20T18:27:23.742Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
44722026-03-20T18:27:25.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.61s
44732026-03-20T18:27:25.518Z
44742026-03-20T18:27:25.518Zinfo: running `cargo check --bins` on gateway-cli (253/267)
44752026-03-20T18:27:26.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44762026-03-20T18:27:26.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44772026-03-20T18:27:26.394Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
44782026-03-20T18:27:26.523Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
44792026-03-20T18:27:26.537Z Checking termios v0.3.3
44802026-03-20T18:27:28.282Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
44812026-03-20T18:27:28.421Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44822026-03-20T18:27:31.050Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
44832026-03-20T18:27:31.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.29s
44842026-03-20T18:27:32.022Z
44852026-03-20T18:27:32.022Zinfo: running `cargo check --bins --no-default-features` on installinator (254/267)
44862026-03-20T18:27:32.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44872026-03-20T18:27:32.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44882026-03-20T18:27:32.977Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
44892026-03-20T18:27:33.114Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
44902026-03-20T18:27:33.154Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
44912026-03-20T18:27:33.158Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44922026-03-20T18:27:33.158Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
44932026-03-20T18:27:33.423Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
44942026-03-20T18:27:33.600Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
44952026-03-20T18:27:34.391Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
44962026-03-20T18:27:34.621Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
44972026-03-20T18:27:34.624Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
44982026-03-20T18:27:35.482Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
44992026-03-20T18:27:37.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.60s
45002026-03-20T18:27:37.849Z
45012026-03-20T18:27:37.849Zinfo: running `cargo check --bins` on internal-dns-cli (255/267)
45022026-03-20T18:27:38.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45032026-03-20T18:27:38.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45042026-03-20T18:27:38.728Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45052026-03-20T18:27:39.295Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45062026-03-20T18:27:39.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s
45072026-03-20T18:27:39.935Z
45082026-03-20T18:27:39.935Zinfo: running `cargo check --bins` on omicron-live-tests (256/267)
45092026-03-20T18:27:40.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45102026-03-20T18:27:40.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45112026-03-20T18:27:40.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45122026-03-20T18:27:40.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
45132026-03-20T18:27:40.760Z
45142026-03-20T18:27:40.760Zinfo: running `cargo check --bins` on live-tests-macros (257/267)
45152026-03-20T18:27:41.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45162026-03-20T18:27:41.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45172026-03-20T18:27:41.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45182026-03-20T18:27:41.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
45192026-03-20T18:27:41.499Z
45202026-03-20T18:27:41.499Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (258/267)
45212026-03-20T18:27:42.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45222026-03-20T18:27:42.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45232026-03-20T18:27:42.533Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45242026-03-20T18:27:43.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s
45252026-03-20T18:27:43.514Z
45262026-03-20T18:27:43.514Zinfo: running `cargo check --bins` on omicron-ntp-admin (259/267)
45272026-03-20T18:27:44.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45282026-03-20T18:27:44.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45292026-03-20T18:27:44.398Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45302026-03-20T18:27:44.401Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45312026-03-20T18:27:44.706Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45322026-03-20T18:27:44.888Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45332026-03-20T18:27:45.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.20s
45342026-03-20T18:27:45.943Z
45352026-03-20T18:27:45.943Zinfo: running `cargo check --bins` on ntp-admin-types (260/267)
45362026-03-20T18:27:46.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45372026-03-20T18:27:46.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45382026-03-20T18:27:46.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45392026-03-20T18:27:46.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
45402026-03-20T18:27:46.728Z
45412026-03-20T18:27:46.728Zinfo: running `cargo check --bins` on omicron-package (261/267)
45422026-03-20T18:27:47.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45432026-03-20T18:27:47.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45442026-03-20T18:27:47.635Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45452026-03-20T18:27:49.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.28s
45462026-03-20T18:27:49.262Z
45472026-03-20T18:27:49.262Zinfo: running `cargo check --bins` on tqdb (262/267)
45482026-03-20T18:27:50.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45492026-03-20T18:27:50.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45502026-03-20T18:27:50.326Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45512026-03-20T18:27:50.772Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45522026-03-20T18:27:51.613Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45532026-03-20T18:27:51.621Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
45542026-03-20T18:27:58.126Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45552026-03-20T18:27:59.040Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45562026-03-20T18:27:59.042Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45572026-03-20T18:27:59.042Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45582026-03-20T18:27:59.042Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
45592026-03-20T18:28:00.069Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
45602026-03-20T18:28:09.547Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45612026-03-20T18:28:17.969Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45622026-03-20T18:28:17.973Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45632026-03-20T18:28:17.973Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45642026-03-20T18:28:17.973Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
45652026-03-20T18:28:19.930Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45662026-03-20T18:28:21.761Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
45672026-03-20T18:28:22.666Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
45682026-03-20T18:28:24.413Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
45692026-03-20T18:28:25.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.87s
45702026-03-20T18:28:25.364Z
45712026-03-20T18:28:25.364Zinfo: running `cargo check --bins` on wicket-dbg (263/267)
45722026-03-20T18:28:26.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45732026-03-20T18:28:26.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45742026-03-20T18:28:26.325Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45752026-03-20T18:28:26.328Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
45762026-03-20T18:28:26.478Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
45772026-03-20T18:28:26.520Z Checking rtoolbox v0.0.3
45782026-03-20T18:28:26.522Z Checking tui-tree-widget v0.23.1
45792026-03-20T18:28:26.692Z Checking rpassword v7.4.0
45802026-03-20T18:28:26.792Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45812026-03-20T18:28:27.751Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45822026-03-20T18:28:34.391Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45832026-03-20T18:28:35.315Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
45842026-03-20T18:28:36.713Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
45852026-03-20T18:28:40.870Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45862026-03-20T18:28:43.410Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
45872026-03-20T18:28:44.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.21s
45882026-03-20T18:28:44.808Z
45892026-03-20T18:28:44.808Zinfo: running `cargo check --bins` on wicket (264/267)
45902026-03-20T18:28:45.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45912026-03-20T18:28:45.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45922026-03-20T18:28:45.742Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45932026-03-20T18:28:46.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
45942026-03-20T18:28:46.412Z
45952026-03-20T18:28:46.412Zinfo: running `cargo check --bins` on wicketd (265/267)
45962026-03-20T18:28:47.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45972026-03-20T18:28:47.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45982026-03-20T18:28:47.387Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
45992026-03-20T18:28:47.391Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46002026-03-20T18:28:47.536Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46012026-03-20T18:28:47.542Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46022026-03-20T18:28:48.943Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46032026-03-20T18:28:49.736Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46042026-03-20T18:28:53.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.36s
46052026-03-20T18:28:54.019Z
46062026-03-20T18:28:54.019Zinfo: running `cargo check --bins` on omicron-workspace-hack (266/267)
46072026-03-20T18:28:54.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46082026-03-20T18:28:54.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46092026-03-20T18:28:54.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46102026-03-20T18:28:54.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
46112026-03-20T18:28:54.798Z
46122026-03-20T18:28:54.798Zinfo: running `cargo check --bins` on zone-setup (267/267)
46132026-03-20T18:28:55.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46142026-03-20T18:28:55.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46152026-03-20T18:28:55.703Z Checking uzers v0.12.2
46162026-03-20T18:28:56.049Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46172026-03-20T18:28:56.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.19s
46182026-03-20T18:28:57.264Z
46192026-03-20T18:28:57.268Zreal 19:19.988657298
46202026-03-20T18:28:57.268Zuser 28:45.354751559
46212026-03-20T18:28:57.268Zsys 5:18.746725531
46222026-03-20T18:28:57.268Ztrap 0.496261944
46232026-03-20T18:28:57.268Ztflt 0.278771568
46242026-03-20T18:28:57.268Zdflt 0.654378931
46252026-03-20T18:28:57.269Zkflt 0.000809549
46262026-03-20T18:28:57.269Zlock 1:48:19.091581214
46272026-03-20T18:28:57.269Zslp 2:15:23.053201801
46282026-03-20T18:28:57.269Zlat 1:24.591875455
46292026-03-20T18:28:57.269Zstop 5:20.220879764
46302026-03-20T18:28:57.269Zprocess exited: duration 1405007 ms, exit code 0
 
46312026-03-20T18:28:57.276Zfound 0 output files