01KFNM49K5W02SNQG4GX95GJNT: 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: 01KFNM4NSTFME8WX1KGMF9XQ6W

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-01-23T14:29:38.933Zjob assigned to worker 01KFNM4NQTYCGSDRVX0HCEQWT6 [factory gimlet-EVT22200007-propolis, EVT22200007/55531] (queued for 26 s)
 
22026-01-23T14:29:48.314Zstarting task 0: "setup"
32026-01-23T14:29:48.339Z++ uname -s
42026-01-23T14:29:48.339Z+ kern=SunOS
52026-01-23T14:29:48.339Z+ build_user=build
62026-01-23T14:29:48.339Z+ build_uid=12345
72026-01-23T14:29:48.339Z+ work_dir=/work
82026-01-23T14:29:48.339Z+ input_dir=/input
92026-01-23T14:29:48.339Z+ [[ 0 == 12345 ]]
102026-01-23T14:29:48.339Z+ case "$kern" in
112026-01-23T14:29:48.339Z+ groupadd -g 12345 build
122026-01-23T14:29:48.339Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-01-23T14:29:50.351Z+ zfs create -o mountpoint=/work rpool/work
142026-01-23T14:29:50.391Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-01-23T14:29:50.422Z+ home_fs=zfs
162026-01-23T14:29:50.423Z+ [[ zfs == autofs ]]
172026-01-23T14:29:50.423Z+ mkdir -p /home/build
182026-01-23T14:29:50.423Z+ chown build:build /home/build /work
192026-01-23T14:29:52.388Z+ chmod 0700 /home/build /work
202026-01-23T14:29:52.463Zprocess exited: duration 4078 ms, exit code 0
 
212026-01-23T14:29:52.540Zstarting task 1: "rust-toolchain"
222026-01-23T14:29:52.572Z * rust toolchain channel = "1.91.1"
232026-01-23T14:29:52.572Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
242026-01-23T14:29:52.572Z * rust toolchain profile = "default"
252026-01-23T14:29:52.572Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-01-23T14:29:52.572Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-01-23T14:29:52.572Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-01-23T14:29:52.572Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-01-23T14:29:52.572Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-01-23T14:29:52.716Zinfo: downloading installer
312026-01-23T14:29:53.538Zwarn: It looks like you have an existing installation of Rust at:
322026-01-23T14:29:53.538Zwarn: /opt/ooce/bin
332026-01-23T14:29:53.538Zwarn: It is recommended that rustup be the primary Rust installation.
342026-01-23T14:29:53.538Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-01-23T14:29:53.538Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-01-23T14:29:53.538Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-01-23T14:29:53.538Zwarn: or pass `-y' to ignore all ignorable checks.
382026-01-23T14:29:53.538Zerror: cannot install while Rust is installed
392026-01-23T14:29:53.538Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-01-23T14:29:53.562Zinfo: profile set to 'default'
412026-01-23T14:29:53.562Zinfo: default host triple is x86_64-unknown-illumos
422026-01-23T14:29:53.562Zinfo: syncing channel updates for '1.91.1-x86_64-unknown-illumos'
432026-01-23T14:29:53.696Zinfo: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07)
442026-01-23T14:29:53.697Zinfo: downloading component 'cargo'
452026-01-23T14:29:54.040Zinfo: downloading component 'clippy'
462026-01-23T14:29:54.151Zinfo: downloading component 'rust-docs'
472026-01-23T14:29:54.669Zinfo: downloading component 'rust-std'
482026-01-23T14:29:54.816Zinfo: downloading component 'rustc'
492026-01-23T14:29:59.185Zinfo: downloading component 'rustfmt'
502026-01-23T14:29:59.286Zinfo: installing component 'cargo'
512026-01-23T14:30:00.546Zinfo: installing component 'clippy'
522026-01-23T14:30:00.999Zinfo: installing component 'rust-docs'
532026-01-23T14:30:04.492Zinfo: installing component 'rust-std'
542026-01-23T14:30:06.668Zinfo: installing component 'rustc'
552026-01-23T14:30:15.147Zinfo: installing component 'rustfmt'
562026-01-23T14:30:15.582Zinfo: default toolchain set to '1.91.1-x86_64-unknown-illumos'
572026-01-23T14:30:15.582Z
582026-01-23T14:30:15.771Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
592026-01-23T14:30:15.771Z
602026-01-23T14:30:15.795Z
612026-01-23T14:30:15.795ZRust is installed now. Great!
622026-01-23T14:30:15.795Z
632026-01-23T14:30:15.795ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-01-23T14:30:15.795Zenvironment variable. This has not been done automatically.
652026-01-23T14:30:15.795Z
662026-01-23T14:30:15.795ZTo configure your current shell, you need to source
672026-01-23T14:30:15.795Zthe corresponding env file under $HOME/.cargo.
682026-01-23T14:30:15.795Z
692026-01-23T14:30:15.795ZThis is usually done by running one of the following (note the leading DOT):
702026-01-23T14:30:15.795Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-01-23T14:30:15.795Zsource "$HOME/.cargo/env.fish" # For fish
722026-01-23T14:30:15.795Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-01-23T14:30:15.893Z+ rustup --version
742026-01-23T14:30:15.919Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-01-23T14:30:15.942Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-01-23T14:30:16.043Zinfo: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
772026-01-23T14:30:16.067Z+ cargo --version
782026-01-23T14:30:16.161Zcargo 1.91.1 (ea2d97820 2025-10-10)
792026-01-23T14:30:16.184Z+ rustc --version
802026-01-23T14:30:16.266Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
812026-01-23T14:30:16.290Zprocess exited: duration 23743 ms, exit code 0
 
822026-01-23T14:30:16.337Zstarting task 2: "authentication"
832026-01-23T14:30:16.392Zprocess exited: duration 54 ms, exit code 0
 
842026-01-23T14:30:16.443Zstarting task 3: "clone repository"
852026-01-23T14:30:16.467Z+ mkdir -p /work/oxidecomputer/omicron
862026-01-23T14:30:16.467Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872026-01-23T14:30:16.490ZCloning into '/work/oxidecomputer/omicron'...
882026-01-23T14:30:28.568Z+ cd /work/oxidecomputer/omicron
892026-01-23T14:30:28.568Z+ git fetch origin 7114c35df1126a36c163ea5db5fb0556cb559ccb
902026-01-23T14:30:29.022ZFrom https://github.com/oxidecomputer/omicron
912026-01-23T14:30:29.022Z * branch 7114c35df1126a36c163ea5db5fb0556cb559ccb -> FETCH_HEAD
922026-01-23T14:30:29.045Z+ [[ -n zl/api-guidelines-cleanup ]]
932026-01-23T14:30:29.046Z++ git branch --show-current
942026-01-23T14:30:29.046Z+ current=main
952026-01-23T14:30:29.046Z+ [[ main != zl/api-guidelines-cleanup ]]
962026-01-23T14:30:29.046Z+ git branch -f zl/api-guidelines-cleanup 7114c35df1126a36c163ea5db5fb0556cb559ccb
972026-01-23T14:30:29.069Z+ git checkout -f zl/api-guidelines-cleanup
982026-01-23T14:30:29.563ZSwitched to branch 'zl/api-guidelines-cleanup'
992026-01-23T14:30:29.586Z+ git reset --hard 7114c35df1126a36c163ea5db5fb0556cb559ccb
1002026-01-23T14:30:29.610ZHEAD is now at 7114c35df [nexus] Clean up API versioning: chain conversions, fix module docs
1012026-01-23T14:30:29.610Zprocess exited: duration 13155 ms, exit code 0
 
1022026-01-23T14:30:29.662Zstarting task 4: "build"
1032026-01-23T14:30:29.688Z+ source .github/buildomat/ci-env.sh
1042026-01-23T14:30:29.688Z++ export CARGO_TERM_COLOR=always
1052026-01-23T14:30:29.688Z++ CARGO_TERM_COLOR=always
1062026-01-23T14:30:29.688Z+ cargo --version
1072026-01-23T14:30:29.744Zcargo 1.91.1 (ea2d97820 2025-10-10)
1082026-01-23T14:30:29.767Z+ rustc --version
1092026-01-23T14:30:29.856Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1102026-01-23T14:30:29.880Z+ source ./env.sh
1112026-01-23T14:30:29.880Z++ OLD_SHELL_OPTS=ehxB
1122026-01-23T14:30:29.880Z++ set -o xtrace
1132026-01-23T14:30:29.880Z++++ dirname ./env.sh
1142026-01-23T14:30:29.880Z+++ readlink -f .
1152026-01-23T14:30:29.880Z++ OMICRON_WS=/work/oxidecomputer/omicron
1162026-01-23T14:30:29.880Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1172026-01-23T14:30:29.880Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1182026-01-23T14:30:29.880Z++ 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
1192026-01-23T14:30:29.880Z++ 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
1202026-01-23T14:30:29.880Z++ 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
1212026-01-23T14:30:29.880Z++ 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
1222026-01-23T14:30:29.880Z++ 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
1232026-01-23T14:30:29.880Z++ 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
1242026-01-23T14:30:29.881Z++ case $OLD_SHELL_OPTS in
1252026-01-23T14:30:29.881Z++ unset OLD_SHELL_OPTS OMICRON_WS
1262026-01-23T14:30:29.881Z+ 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
1272026-01-23T14:30:29.881Z+ 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
1282026-01-23T14:30:29.881Z+ banner prerequisites
1292026-01-23T14:30:29.881Z
1302026-01-23T14:30:29.881Z ##### ##### ###### ##### ###### #### # # # #### #
1312026-01-23T14:30:29.881Z # # # # # # # # # # # # # # #
1322026-01-23T14:30:29.881Z # # # # ##### # # ##### # # # # # #### #
1332026-01-23T14:30:29.881Z ##### ##### # ##### # # # # # # # # #
1342026-01-23T14:30:29.881Z # # # # # # # # # # # # # # #
1352026-01-23T14:30:29.881Z # # # ###### # # ###### ### # #### # #### #
1362026-01-23T14:30:29.881Z
1372026-01-23T14:30:29.881Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1382026-01-23T14:30:47.447Z Startup: Refreshing catalog 'helios-dev' ... Done
1392026-01-23T14:30:59.341Z Startup: Caching catalogs ... Done
1402026-01-23T14:31:23.924ZPlanning: Solver setup ... Done (22.417s)
1412026-01-23T14:31:24.094ZPlanning: Running solver ... Done (0.169s)
1422026-01-23T14:31:24.262ZPlanning: Finding local manifests ... Done (0.002s)
1432026-01-23T14:31:24.349ZPlanning: Fetching manifests: 0/4 0% complete
1442026-01-23T14:31:24.835ZPlanning: Fetching manifests: 4/4 100% complete
1452026-01-23T14:31:24.902ZPlanning: Package planning ... Done (0.069s)
1462026-01-23T14:31:24.962ZPlanning: Merging actions ... Done (0.059s)
1472026-01-23T14:31:25.313ZPlanning: Checking for conflicting actions ... Done (0.352s)
1482026-01-23T14:31:25.338ZPlanning: Consolidating action changes ... Done (0.020s)
1492026-01-23T14:31:26.086ZPlanning: Evaluating mediators ... Done (0.751s)
1502026-01-23T14:31:26.114ZPlanning: Planning completed in 26.63 seconds
1512026-01-23T14:31:26.138Z Packages to install: 4
1522026-01-23T14:31:26.138Z Mediators to change: 2
1532026-01-23T14:31:26.139Z Services to change: 1
1542026-01-23T14:31:26.139Z Estimated space available: 154.95 GB
1552026-01-23T14:31:26.139ZEstimated space to be consumed: 1.79 GB
1562026-01-23T14:31:26.139Z Create boot environment: No
1572026-01-23T14:31:26.139ZCreate backup boot environment: No
1582026-01-23T14:31:26.139Z Rebuild boot archive: No
1592026-01-23T14:31:26.139Z
1602026-01-23T14:31:26.139ZChanged mediators:
1612026-01-23T14:31:26.139Z mediator clang:
1622026-01-23T14:31:26.139Z version: None -> 15 (system default)
1632026-01-23T14:31:26.139Z
1642026-01-23T14:31:26.139Z mediator llvm:
1652026-01-23T14:31:26.139Z version: 14 (system default) -> 15 (system default)
1662026-01-23T14:31:26.139Z
1672026-01-23T14:31:26.139ZChanged packages:
1682026-01-23T14:31:26.139Zhelios-dev
1692026-01-23T14:31:26.139Z developer/build-essential
1702026-01-23T14:31:26.139Z None -> 11-2.0
1712026-01-23T14:31:26.139Z library/libxmlsec1
1722026-01-23T14:31:26.139Z None -> 1.2.35-2.0
1732026-01-23T14:31:26.139Z ooce/developer/clang-15
1742026-01-23T14:31:26.139Z None -> 15.0.7-2.0
1752026-01-23T14:31:26.139Z ooce/developer/llvm-15
1762026-01-23T14:31:26.139Z None -> 15.0.7-2.0
1772026-01-23T14:31:26.139Z
1782026-01-23T14:31:26.139ZServices:
1792026-01-23T14:31:26.139Z restart_fmri:
1802026-01-23T14:31:26.139Z svc:/system/update-man-index:default
1812026-01-23T14:31:26.181Z
1822026-01-23T14:31:26.181ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1832026-01-23T14:31:31.181ZDownload: 1231/3290 items 90.4/212.6MB 42% complete (18.2M/s)
1842026-01-23T14:31:36.182ZDownload: 2919/3290 items 121.2/212.6MB 57% complete (12.2M/s)
1852026-01-23T14:31:41.186ZDownload: 3248/3290 items 192.6/212.6MB 90% complete (10.4M/s)
1862026-01-23T14:31:44.005ZDownload: Completed 212.60 MB in 17.82 seconds (11.9M/s)
1872026-01-23T14:31:44.180Z Actions: 1/3689 actions (Installing new actions)
1882026-01-23T14:31:49.201Z Actions: 2058/3689 actions (Installing new actions)
1892026-01-23T14:31:50.039Z Actions: Completed 3689 actions in 5.86 seconds.
1902026-01-23T14:31:51.107Z Done (1.060s)
1912026-01-23T14:31:51.107Z Done (0.000s)
1922026-01-23T14:31:52.371Z Done (1.264s)
1932026-01-23T14:31:57.497Z Done (4.858s)
1942026-01-23T14:31:57.597Z Done (0.019s)
1952026-01-23T14:31:57.621Z Done (0.000s)
1962026-01-23T14:31:57.755Z Done (0.000s)
1972026-01-23T14:31:58.795ZPlanning: Evaluating mediator changes ... Done
1982026-01-23T14:31:59.014ZPlanning: Checking for conflicting actions ... Done
1992026-01-23T14:31:59.037ZPlanning: Consolidating action changes ... Done
2002026-01-23T14:31:59.388ZPlanning: Evaluating mediators ... Done
2012026-01-23T14:31:59.412ZPlanning: Planning completed in 0.59 seconds
2022026-01-23T14:31:59.435Z Mediators to change: 2
2032026-01-23T14:31:59.435Z Create boot environment: No
2042026-01-23T14:31:59.436ZCreate backup boot environment: No
2052026-01-23T14:31:59.491Z Done
2062026-01-23T14:31:59.491Z Done
2072026-01-23T14:32:00.413Z Done
2082026-01-23T14:32:05.209Z Done
2092026-01-23T14:32:05.320Z Done
2102026-01-23T14:32:05.320Z Done
2112026-01-23T14:32:05.378Z Done
2122026-01-23T14:32:06.139ZPlanning: Evaluating mediator changes ... Done
2132026-01-23T14:32:06.163ZPlanning: Merging actions ... Done
2142026-01-23T14:32:06.405ZPlanning: Checking for conflicting actions ... Done
2152026-01-23T14:32:06.429ZPlanning: Consolidating action changes ... Done
2162026-01-23T14:32:06.756ZPlanning: Evaluating mediators ... Done
2172026-01-23T14:32:06.831ZPlanning: Planning completed in 0.99 seconds
2182026-01-23T14:32:06.874Z Packages to change: 1
2192026-01-23T14:32:06.874Z Mediators to change: 1
2202026-01-23T14:32:06.874Z Services to change: 1
2212026-01-23T14:32:06.874Z Create boot environment: No
2222026-01-23T14:32:06.874ZCreate backup boot environment: Yes
2232026-01-23T14:32:08.889Z Actions: 1/6 actions (Updating modified actions)
2242026-01-23T14:32:08.913Z Actions: Completed 6 actions in 0.00 seconds.
2252026-01-23T14:32:08.914Z Done
2262026-01-23T14:32:08.914Z Done
2272026-01-23T14:32:09.140Z Done
2282026-01-23T14:32:14.046Z Done
2292026-01-23T14:32:14.144Z Done
2302026-01-23T14:32:14.144Z Done
2312026-01-23T14:32:14.203Z Done
2322026-01-23T14:32:14.799ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2332026-01-23T14:32:14.799Zclang system 15 system
2342026-01-23T14:32:14.799Zcsh system system illumos
2352026-01-23T14:32:14.799Zctags system system illumos
2362026-01-23T14:32:14.799Zfile system system illumos
2372026-01-23T14:32:14.799Zgcc vendor 12 vendor
2382026-01-23T14:32:14.799Zgcc system 10 system
2392026-01-23T14:32:14.799Zgcc system 7 system
2402026-01-23T14:32:14.799Zgo system 1.20 system
2412026-01-23T14:32:14.799Zgo system 1.19 system
2422026-01-23T14:32:14.799Zllvm system 15 system
2432026-01-23T14:32:14.800Zllvm system 14 system
2442026-01-23T14:32:14.800Zmariadb system 10.6 system
2452026-01-23T14:32:14.800Zmta vendor vendor dma
2462026-01-23T14:32:14.800Zopenjdk system 17 system
2472026-01-23T14:32:14.800Zopenjdk system 11 system
2482026-01-23T14:32:14.800Zopenjdk system 1.8 system
2492026-01-23T14:32:14.800Zopenssl vendor 3 vendor
2502026-01-23T14:32:14.800Zperl system 5.36 system
2512026-01-23T14:32:14.800Zpostgresql system 15 system
2522026-01-23T14:32:14.800Zpostgresql system 13 system
2532026-01-23T14:32:14.800Zpython vendor 3 vendor
2542026-01-23T14:32:14.800Zpython system 2 system
2552026-01-23T14:32:14.800Zpython3 system 3.11 system
2562026-01-23T14:32:14.800Zruby system 3.0 system
2572026-01-23T14:32:14.800Zwords vendor vendor american-english
2582026-01-23T14:32:14.800Zwords system system australian-english
2592026-01-23T14:32:14.800Zwords system system british-english
2602026-01-23T14:32:14.800Zwords system system canadian-english
2612026-01-23T14:32:14.800Zwords system system french
2622026-01-23T14:32:14.800Zwords system system italian
2632026-01-23T14:32:14.800Zwords system system ngerman
2642026-01-23T14:32:14.800Zwords system system ogerman
2652026-01-23T14:32:14.800Zwords system system spanish
2662026-01-23T14:32:15.215ZPUBLISHER TYPE STATUS P LOCATION
2672026-01-23T14:32:15.215Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2682026-01-23T14:32:22.824ZFMRI IFO
2692026-01-23T14:32:22.824Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2702026-01-23T14:32:22.824Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2712026-01-23T14:32:22.824Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2722026-01-23T14:32:22.824Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2732026-01-23T14:32:22.824Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2742026-01-23T14:32:22.824Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2752026-01-23T14:32:22.824Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2762026-01-23T14:32:22.824Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2772026-01-23T14:32:22.824Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2782026-01-23T14:32:22.824Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2792026-01-23T14:32:22.824Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2802026-01-23T14:32:22.824Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2812026-01-23T14:32:22.824Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2822026-01-23T14:32:22.824Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2832026-01-23T14:32:22.824Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2842026-01-23T14:32:22.825Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2852026-01-23T14:32:24.102Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2862026-01-23T14:32:24.505Z Updating crates.io index
2872026-01-23T14:32:24.549Z Updating git repository `https://github.com/oxidecomputer/lldp`
2882026-01-23T14:32:24.997Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2892026-01-23T14:32:26.059Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2902026-01-23T14:32:26.379Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2912026-01-23T14:32:26.714Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2922026-01-23T14:32:27.165Z Updating git repository `https://github.com/oxidecomputer/propolis`
2932026-01-23T14:32:28.631Z Updating git repository `https://github.com/oxidecomputer/crucible`
2942026-01-23T14:32:31.315Z Updating git repository `https://github.com/oxidecomputer/opte`
2952026-01-23T14:32:32.230Z Updating git repository `https://github.com/oxidecomputer/tofino`
2962026-01-23T14:32:32.660Z Updating git repository `https://github.com/oxidecomputer/falcon`
2972026-01-23T14:32:33.502Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2982026-01-23T14:32:34.170Z Updating git repository `https://github.com/oxidecomputer/clickward`
2992026-01-23T14:32:34.630Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3002026-01-23T14:32:35.186Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3012026-01-23T14:32:35.599Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3022026-01-23T14:32:36.446Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3032026-01-23T14:32:37.091Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3042026-01-23T14:32:37.498Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3052026-01-23T14:32:37.913Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3062026-01-23T14:32:38.381Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3072026-01-23T14:32:38.881Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3082026-01-23T14:32:39.194Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3092026-01-23T14:32:39.595Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3102026-01-23T14:32:40.125Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3112026-01-23T14:32:40.737Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3122026-01-23T14:32:41.105Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3132026-01-23T14:32:41.536Z Updating git repository `https://github.com/oxidecomputer/ispf`
3142026-01-23T14:32:42.100Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3152026-01-23T14:32:42.820Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3162026-01-23T14:32:43.355Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3172026-01-23T14:32:43.709Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3182026-01-23T14:32:44.152Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3192026-01-23T14:32:44.738Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3202026-01-23T14:32:45.286Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3212026-01-23T14:32:45.635Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3222026-01-23T14:32:46.005Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3232026-01-23T14:32:46.375Z Updating git repository `https://github.com/oxidecomputer/omicron`
3242026-01-23T14:32:58.970Z Updating git repository `https://github.com/illumos/smf-rs`
3252026-01-23T14:32:59.436Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3262026-01-23T14:33:00.925Z Downloading crates ...
3272026-01-23T14:33:00.993Z Downloaded block-buffer v0.10.4
3282026-01-23T14:33:01.018Z Downloaded heck v0.5.0
3292026-01-23T14:33:01.018Z Downloaded fastrand v2.1.1
3302026-01-23T14:33:01.018Z Downloaded form_urlencoded v1.2.2
3312026-01-23T14:33:01.018Z Downloaded pretty-hex v0.4.1
3322026-01-23T14:33:01.018Z Downloaded proc-macro-error-attr v1.0.4
3332026-01-23T14:33:01.018Z Downloaded icu_provider_macros v1.5.0
3342026-01-23T14:33:01.018Z Downloaded tabled_derive v0.7.0
3352026-01-23T14:33:01.018Z Downloaded anstyle-parse v0.2.5
3362026-01-23T14:33:01.018Z Downloaded ucd-trie v0.1.7
3372026-01-23T14:33:01.047Z Downloaded zerofrom v0.1.4
3382026-01-23T14:33:01.047Z Downloaded zerofrom-derive v0.1.4
3392026-01-23T14:33:01.047Z Downloaded toml_datetime v0.6.11
3402026-01-23T14:33:01.047Z Downloaded yoke v0.7.4
3412026-01-23T14:33:01.047Z Downloaded idna v1.0.3
3422026-01-23T14:33:01.047Z Downloaded unicode-xid v0.2.6
3432026-01-23T14:33:01.047Z Downloaded zmij v1.0.15
3442026-01-23T14:33:01.047Z Downloaded unicode-ident v1.0.19
3452026-01-23T14:33:01.047Z Downloaded proc-macro-error v1.0.4
3462026-01-23T14:33:01.047Z Downloaded url v2.5.4
3472026-01-23T14:33:01.072Z Downloaded winnow v0.7.13
3482026-01-23T14:33:01.072Z Downloaded unicode-width v0.1.14
3492026-01-23T14:33:01.072Z Downloaded icu_provider v1.5.0
3502026-01-23T14:33:01.072Z Downloaded serde_derive v1.0.228
3512026-01-23T14:33:01.096Z Downloaded zerovec v0.10.4
3522026-01-23T14:33:01.096Z Downloaded zerocopy v0.7.35
3532026-01-23T14:33:01.120Z Downloaded thiserror v2.0.17
3542026-01-23T14:33:01.120Z Downloaded proc-macro2 v1.0.101
3552026-01-23T14:33:01.121Z Downloaded serde v1.0.228
3562026-01-23T14:33:01.121Z Downloaded indexmap v2.12.1
3572026-01-23T14:33:01.121Z Downloaded hashbrown v0.16.1
3582026-01-23T14:33:01.145Z Downloaded log v0.4.29
3592026-01-23T14:33:01.145Z Downloaded unicode-width v0.2.0
3602026-01-23T14:33:01.145Z Downloaded serde_json v1.0.149
3612026-01-23T14:33:01.145Z Downloaded icu_properties_data v1.5.0
3622026-01-23T14:33:01.169Z Downloaded tabled v0.15.0
3632026-01-23T14:33:01.193Z Downloaded syn v1.0.109
3642026-01-23T14:33:01.193Z Downloaded clap_builder v4.5.48
3652026-01-23T14:33:01.193Z Downloaded once_cell v1.21.3
3662026-01-23T14:33:01.193Z Downloaded icu_locid_transform_data v1.5.0
3672026-01-23T14:33:01.194Z Downloaded syn v2.0.111
3682026-01-23T14:33:01.217Z Downloaded goblin v0.8.2
3692026-01-23T14:33:01.217Z Downloaded getrandom v0.3.4
3702026-01-23T14:33:01.217Z Downloaded rustix v1.1.3
3712026-01-23T14:33:01.241Z Downloaded terminal_size v0.4.0
3722026-01-23T14:33:01.241Z Downloaded smawk v0.3.2
3732026-01-23T14:33:01.265Z Downloaded rustix v0.38.37
3742026-01-23T14:33:01.265Z Downloaded sha2 v0.10.9
3752026-01-23T14:33:01.289Z Downloaded percent-encoding v2.3.2
3762026-01-23T14:33:01.289Z Downloaded ordered-float v2.10.1
3772026-01-23T14:33:01.289Z Downloaded dtrace-parser v0.2.0
3782026-01-23T14:33:01.289Z Downloaded colorchoice v1.0.2
3792026-01-23T14:33:01.289Z Downloaded serde-value v0.7.0
3802026-01-23T14:33:01.289Z Downloaded icu_normalizer_data v1.5.0
3812026-01-23T14:33:01.289Z Downloaded generic-array v0.14.7
3822026-01-23T14:33:01.289Z Downloaded crypto-common v0.1.6
3832026-01-23T14:33:01.289Z Downloaded icu_collections v1.5.0
3842026-01-23T14:33:01.289Z Downloaded thiserror-impl v1.0.69
3852026-01-23T14:33:01.289Z Downloaded thiserror v1.0.69
3862026-01-23T14:33:01.313Z Downloaded strsim v0.11.1
3872026-01-23T14:33:01.313Z Downloaded smallvec v1.15.1
3882026-01-23T14:33:01.313Z Downloaded num-traits v0.2.19
3892026-01-23T14:33:01.313Z Downloaded memmap v0.7.0
3902026-01-23T14:33:01.313Z Downloaded libc v0.2.180
3912026-01-23T14:33:01.337Z Downloaded idna_adapter v1.2.0
3922026-01-23T14:33:01.337Z Downloaded pest_meta v2.8.2
3932026-01-23T14:33:01.337Z Downloaded litemap v0.7.3
3942026-01-23T14:33:01.361Z Downloaded toml_edit v0.22.27
3952026-01-23T14:33:01.361Z Downloaded serde_spanned v0.6.9
3962026-01-23T14:33:01.361Z Downloaded serde-untagged v0.1.7
3972026-01-23T14:33:01.361Z Downloaded plain v0.2.3
3982026-01-23T14:33:01.361Z Downloaded pest_generator v2.8.2
3992026-01-23T14:33:01.361Z Downloaded icu_locid v1.5.0
4002026-01-23T14:33:01.361Z Downloaded is_terminal_polyfill v1.70.1
4012026-01-23T14:33:01.361Z Downloaded fnv v1.0.7
4022026-01-23T14:33:01.361Z Downloaded clap_derive v4.5.47
4032026-01-23T14:33:01.361Z Downloaded zerovec-derive v0.10.3
4042026-01-23T14:33:01.361Z Downloaded zerocopy-derive v0.7.35
4052026-01-23T14:33:01.385Z Downloaded writeable v0.5.5
4062026-01-23T14:33:01.385Z Downloaded toml v0.8.23
4072026-01-23T14:33:01.385Z Downloaded clap_lex v0.7.4
4082026-01-23T14:33:01.385Z Downloaded byteorder v1.5.0
4092026-01-23T14:33:01.385Z Downloaded bytecount v0.6.8
4102026-01-23T14:33:01.385Z Downloaded thiserror-impl v2.0.17
4112026-01-23T14:33:01.385Z Downloaded textwrap v0.16.2
4122026-01-23T14:33:01.386Z Downloaded tempfile v3.24.0
4132026-01-23T14:33:01.386Z Downloaded icu_locid_transform v1.5.0
4142026-01-23T14:33:01.386Z Downloaded heck v0.4.1
4152026-01-23T14:33:01.386Z Downloaded digest v0.10.7
4162026-01-23T14:33:01.386Z Downloaded write16 v1.0.0
4172026-01-23T14:33:01.386Z Downloaded version_check v0.9.5
4182026-01-23T14:33:01.409Z Downloaded usdt-attr-macro v0.5.0
4192026-01-23T14:33:01.409Z Downloaded usdt v0.5.0
4202026-01-23T14:33:01.409Z Downloaded typeid v1.0.3
4212026-01-23T14:33:01.409Z Downloaded thread-id v4.2.2
4222026-01-23T14:33:01.409Z Downloaded swrite v0.1.0
4232026-01-23T14:33:01.409Z Downloaded serde_core v1.0.228
4242026-01-23T14:33:01.409Z Downloaded semver v1.0.27
4252026-01-23T14:33:01.409Z Downloaded scroll_derive v0.12.0
4262026-01-23T14:33:01.409Z Downloaded pest_derive v2.8.2
4272026-01-23T14:33:01.409Z Downloaded fs-err v3.1.1
4282026-01-23T14:33:01.410Z Downloaded clap v4.5.48
4292026-01-23T14:33:01.433Z Downloaded yoke-derive v0.7.4
4302026-01-23T14:33:01.433Z Downloaded utf8parse v0.2.2
4312026-01-23T14:33:01.433Z Downloaded utf8_iter v1.0.4
4322026-01-23T14:33:01.433Z Downloaded utf16_iter v1.0.5
4332026-01-23T14:33:01.434Z Downloaded usdt-macro v0.5.0
4342026-01-23T14:33:01.434Z Downloaded usdt-impl v0.5.0
4352026-01-23T14:33:01.434Z Downloaded unicode-linebreak v0.1.5
4362026-01-23T14:33:01.434Z Downloaded toml_write v0.1.2
4372026-01-23T14:33:01.434Z Downloaded tinystr v0.7.6
4382026-01-23T14:33:01.434Z Downloaded serde_tokenstream v0.2.2
4392026-01-23T14:33:01.434Z Downloaded pest v2.8.2
4402026-01-23T14:33:01.457Z Downloaded itoa v1.0.11
4412026-01-23T14:33:01.457Z Downloaded equivalent v1.0.2
4422026-01-23T14:33:01.458Z Downloaded typenum v1.17.0
4432026-01-23T14:33:01.458Z Downloaded synstructure v0.13.1
4442026-01-23T14:33:01.458Z Downloaded stable_deref_trait v1.2.0
4452026-01-23T14:33:01.458Z Downloaded scroll v0.12.0
4462026-01-23T14:33:01.458Z Downloaded memchr v2.7.4
4472026-01-23T14:33:01.458Z Downloaded macaddr v1.0.1
4482026-01-23T14:33:01.458Z Downloaded quote v1.0.40
4492026-01-23T14:33:01.458Z Downloaded papergrid v0.11.0
4502026-01-23T14:33:01.481Z Downloaded icu_normalizer v1.5.0
4512026-01-23T14:33:01.482Z Downloaded icu_properties v1.5.1
4522026-01-23T14:33:01.482Z Downloaded bitflags v2.9.4
4532026-01-23T14:33:01.482Z Downloaded anstyle-query v1.1.1
4542026-01-23T14:33:01.482Z Downloaded anstyle v1.0.11
4552026-01-23T14:33:01.482Z Downloaded erased-serde v0.4.6
4562026-01-23T14:33:01.482Z Downloaded dof v0.3.0
4572026-01-23T14:33:01.482Z Downloaded cargo-util-schemas v0.8.2
4582026-01-23T14:33:01.482Z Downloaded camino-tempfile v1.4.1
4592026-01-23T14:33:01.482Z Downloaded camino v1.2.1
4602026-01-23T14:33:01.482Z Downloaded errno v0.3.12
4612026-01-23T14:33:01.505Z Downloaded displaydoc v0.2.5
4622026-01-23T14:33:01.506Z Downloaded cpufeatures v0.2.14
4632026-01-23T14:33:01.506Z Downloaded cfg-if v1.0.4
4642026-01-23T14:33:01.506Z Downloaded anyhow v1.0.99
4652026-01-23T14:33:01.506Z Downloaded cargo_toml v0.21.0
4662026-01-23T14:33:01.506Z Downloaded cargo_metadata v0.21.0
4672026-01-23T14:33:01.506Z Downloaded cargo-platform v0.2.0
4682026-01-23T14:33:01.506Z Downloaded autocfg v1.4.0
4692026-01-23T14:33:01.506Z Downloaded anstream v0.6.18
4702026-01-23T14:33:01.589Z Compiling proc-macro2 v1.0.101
4712026-01-23T14:33:01.590Z Compiling unicode-ident v1.0.19
4722026-01-23T14:33:01.613Z Compiling serde_core v1.0.228
4732026-01-23T14:33:01.613Z Compiling serde v1.0.228
4742026-01-23T14:33:01.613Z Compiling version_check v0.9.5
4752026-01-23T14:33:01.613Z Compiling libc v0.2.180
4762026-01-23T14:33:01.614Z Compiling memchr v2.7.4
4772026-01-23T14:33:01.614Z Compiling stable_deref_trait v1.2.0
4782026-01-23T14:33:01.921Z Compiling thiserror v2.0.17
4792026-01-23T14:33:01.948Z Compiling zmij v1.0.15
4802026-01-23T14:33:02.462Z Compiling litemap v0.7.3
4812026-01-23T14:33:02.463Z Compiling ucd-trie v0.1.7
4822026-01-23T14:33:02.911Z Compiling autocfg v1.4.0
4832026-01-23T14:33:02.938Z Compiling writeable v0.5.5
4842026-01-23T14:33:03.064Z Compiling thiserror v1.0.69
4852026-01-23T14:33:03.100Z Compiling itoa v1.0.11
4862026-01-23T14:33:03.344Z Compiling byteorder v1.5.0
4872026-01-23T14:33:03.772Z Compiling quote v1.0.40
4882026-01-23T14:33:03.802Z Compiling errno v0.3.12
4892026-01-23T14:33:03.831Z Compiling icu_locid_transform_data v1.5.0
4902026-01-23T14:33:03.901Z Compiling bitflags v2.9.4
4912026-01-23T14:33:03.962Z Compiling icu_properties_data v1.5.0
4922026-01-23T14:33:04.068Z Compiling serde_json v1.0.149
4932026-01-23T14:33:04.295Z Compiling syn v2.0.111
4942026-01-23T14:33:04.333Z Compiling num-traits v0.2.19
4952026-01-23T14:33:04.440Z Compiling write16 v1.0.0
4962026-01-23T14:33:04.555Z Compiling smallvec v1.15.1
4972026-01-23T14:33:04.628Z Compiling rustix v0.38.37
4982026-01-23T14:33:04.694Z Compiling equivalent v1.0.2
4992026-01-23T14:33:04.867Z Compiling typeid v1.0.3
5002026-01-23T14:33:04.960Z Compiling icu_normalizer_data v1.5.0
5012026-01-23T14:33:05.081Z Compiling utf16_iter v1.0.5
5022026-01-23T14:33:05.114Z Compiling hashbrown v0.16.1
5032026-01-23T14:33:05.144Z Compiling utf8_iter v1.0.4
5042026-01-23T14:33:05.556Z Compiling usdt-impl v0.5.0
5052026-01-23T14:33:05.622Z Compiling proc-macro-error-attr v1.0.4
5062026-01-23T14:33:05.791Z Compiling winnow v0.7.13
5072026-01-23T14:33:05.944Z Compiling toml_write v0.1.2
5082026-01-23T14:33:05.975Z Compiling syn v1.0.109
5092026-01-23T14:33:06.226Z Compiling indexmap v2.12.1
5102026-01-23T14:33:06.295Z Compiling thread-id v4.2.2
5112026-01-23T14:33:07.144Z Compiling proc-macro-error v1.0.4
5122026-01-23T14:33:07.509Z Compiling getrandom v0.3.4
5132026-01-23T14:33:07.707Z Compiling camino v1.2.1
5142026-01-23T14:33:08.339Z Compiling percent-encoding v2.3.2
5152026-01-23T14:33:08.363Z Compiling plain v0.2.3
5162026-01-23T14:33:08.387Z Compiling utf8parse v0.2.2
5172026-01-23T14:33:08.560Z Compiling rustix v1.1.3
5182026-01-23T14:33:08.607Z Compiling log v0.4.29
5192026-01-23T14:33:08.692Z Compiling form_urlencoded v1.2.2
5202026-01-23T14:33:08.806Z Compiling anstyle-parse v0.2.5
5212026-01-23T14:33:09.024Z Compiling ordered-float v2.10.1
5222026-01-23T14:33:09.055Z Compiling terminal_size v0.4.0
5232026-01-23T14:33:09.537Z Compiling is_terminal_polyfill v1.70.1
5242026-01-23T14:33:09.714Z Compiling anstyle-query v1.1.1
5252026-01-23T14:33:09.753Z Compiling pretty-hex v0.4.1
5262026-01-23T14:33:09.778Z Compiling cfg-if v1.0.4
5272026-01-23T14:33:09.815Z Compiling anstyle v1.0.11
5282026-01-23T14:33:09.903Z Compiling colorchoice v1.0.2
5292026-01-23T14:33:10.212Z Compiling anstream v0.6.18
5302026-01-23T14:33:10.259Z Compiling semver v1.0.27
5312026-01-23T14:33:10.571Z Compiling fs-err v3.1.1
5322026-01-23T14:33:10.906Z Compiling unicode-width v0.1.14
5332026-01-23T14:33:10.947Z Compiling fnv v1.0.7
5342026-01-23T14:33:11.028Z Compiling synstructure v0.13.1
5352026-01-23T14:33:11.064Z Compiling once_cell v1.21.3
5362026-01-23T14:33:11.116Z Compiling fastrand v2.1.1
5372026-01-23T14:33:11.440Z Compiling clap_lex v0.7.4
5382026-01-23T14:33:11.536Z Compiling heck v0.5.0
5392026-01-23T14:33:11.685Z Compiling unicode-xid v0.2.6
5402026-01-23T14:33:11.893Z Compiling heck v0.4.1
5412026-01-23T14:33:11.938Z Compiling anyhow v1.0.99
5422026-01-23T14:33:12.025Z Compiling bytecount v0.6.8
5432026-01-23T14:33:12.284Z Compiling strsim v0.11.1
5442026-01-23T14:33:12.377Z Compiling papergrid v0.11.0
5452026-01-23T14:33:12.443Z Compiling tempfile v3.24.0
5462026-01-23T14:33:12.891Z Compiling clap_builder v4.5.48
5472026-01-23T14:33:13.045Z Compiling memmap v0.7.0
5482026-01-23T14:33:13.107Z Compiling unicode-linebreak v0.1.5
5492026-01-23T14:33:13.329Z Compiling unicode-width v0.2.0
5502026-01-23T14:33:13.400Z Compiling smawk v0.3.2
5512026-01-23T14:33:13.851Z Compiling textwrap v0.16.2
5522026-01-23T14:33:14.205Z Compiling camino-tempfile v1.4.1
5532026-01-23T14:33:14.445Z Compiling swrite v0.1.0
5542026-01-23T14:33:14.607Z Compiling tabled_derive v0.7.0
5552026-01-23T14:33:14.638Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5562026-01-23T14:33:15.331Z Compiling serde_derive v1.0.228
5572026-01-23T14:33:15.331Z Compiling zerofrom-derive v0.1.4
5582026-01-23T14:33:15.331Z Compiling yoke-derive v0.7.4
5592026-01-23T14:33:15.355Z Compiling thiserror-impl v2.0.17
5602026-01-23T14:33:15.451Z Compiling zerovec-derive v0.10.3
5612026-01-23T14:33:16.641Z Compiling displaydoc v0.2.5
5622026-01-23T14:33:17.697Z Compiling icu_provider_macros v1.5.0
5632026-01-23T14:33:18.058Z Compiling thiserror-impl v1.0.69
5642026-01-23T14:33:18.183Z Compiling zerocopy-derive v0.7.35
5652026-01-23T14:33:18.695Z Compiling pest v2.8.2
5662026-01-23T14:33:18.719Z Compiling scroll_derive v0.12.0
5672026-01-23T14:33:18.766Z Compiling zerofrom v0.1.4
5682026-01-23T14:33:19.081Z Compiling yoke v0.7.4
5692026-01-23T14:33:19.505Z Compiling zerovec v0.10.4
5702026-01-23T14:33:20.182Z Compiling scroll v0.12.0
5712026-01-23T14:33:20.209Z Compiling zerocopy v0.7.35
5722026-01-23T14:33:20.741Z Compiling goblin v0.8.2
5732026-01-23T14:33:20.776Z Compiling clap_derive v4.5.47
5742026-01-23T14:33:21.053Z Compiling tabled v0.15.0
5752026-01-23T14:33:21.374Z Compiling tinystr v0.7.6
5762026-01-23T14:33:21.615Z Compiling pest_meta v2.8.2
5772026-01-23T14:33:21.668Z Compiling icu_collections v1.5.0
5782026-01-23T14:33:21.724Z Compiling icu_locid v1.5.0
5792026-01-23T14:33:22.979Z Compiling icu_provider v1.5.0
5802026-01-23T14:33:23.473Z Compiling pest_generator v2.8.2
5812026-01-23T14:33:23.502Z Compiling serde_spanned v0.6.9
5822026-01-23T14:33:23.704Z Compiling toml_datetime v0.6.11
5832026-01-23T14:33:23.780Z Compiling icu_locid_transform v1.5.0
5842026-01-23T14:33:23.975Z Compiling dof v0.3.0
5852026-01-23T14:33:24.336Z Compiling toml_edit v0.22.27
5862026-01-23T14:33:24.810Z Compiling serde_tokenstream v0.2.2
5872026-01-23T14:33:24.885Z Compiling erased-serde v0.4.6
5882026-01-23T14:33:25.120Z Compiling serde-value v0.7.0
5892026-01-23T14:33:25.414Z Compiling icu_properties v1.5.1
5902026-01-23T14:33:25.815Z Compiling pest_derive v2.8.2
5912026-01-23T14:33:25.910Z Compiling serde-untagged v0.1.7
5922026-01-23T14:33:26.033Z Compiling cargo-platform v0.2.0
5932026-01-23T14:33:26.100Z Compiling clap v4.5.48
5942026-01-23T14:33:26.243Z Compiling macaddr v1.0.1
5952026-01-23T14:33:26.589Z Compiling dtrace-parser v0.2.0
5962026-01-23T14:33:27.895Z Compiling toml v0.8.23
5972026-01-23T14:33:28.628Z Compiling usdt-attr-macro v0.5.0
5982026-01-23T14:33:28.693Z Compiling usdt-macro v0.5.0
5992026-01-23T14:33:28.763Z Compiling cargo_toml v0.21.0
6002026-01-23T14:33:29.021Z Compiling icu_normalizer v1.5.0
6012026-01-23T14:33:29.957Z Compiling usdt v0.5.0
6022026-01-23T14:33:29.992Z Compiling idna_adapter v1.2.0
6032026-01-23T14:33:30.220Z Compiling idna v1.0.3
6042026-01-23T14:33:30.831Z Compiling url v2.5.4
6052026-01-23T14:33:31.875Z Compiling cargo-util-schemas v0.8.2
6062026-01-23T14:33:33.901Z Compiling cargo_metadata v0.21.0
6072026-01-23T14:33:36.204Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
6082026-01-23T14:33:40.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 16s
6092026-01-23T14:33:41.049Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
6102026-01-23T14:33:42.162Z Downloading crates ...
6112026-01-23T14:33:42.349Z Downloaded async-stream-impl v0.3.6
6122026-01-23T14:33:42.373Z Downloaded base16ct v0.2.0
6132026-01-23T14:33:42.373Z Downloaded backoff v0.4.0
6142026-01-23T14:33:42.397Z Downloaded cobs v0.2.3
6152026-01-23T14:33:42.397Z Downloaded darling_macro v0.21.0
6162026-01-23T14:33:42.397Z Downloaded defmt-parser v0.3.4
6172026-01-23T14:33:42.421Z Downloaded defmt-macros v0.3.9
6182026-01-23T14:33:42.421Z Downloaded globwalk v0.9.1
6192026-01-23T14:33:42.421Z Downloaded hex v0.4.3
6202026-01-23T14:33:42.445Z Downloaded hex-literal v0.4.1
6212026-01-23T14:33:42.445Z Downloaded env_filter v0.1.2
6222026-01-23T14:33:42.445Z Downloaded group v0.13.0
6232026-01-23T14:33:42.470Z Downloaded ident_case v1.0.1
6242026-01-23T14:33:42.470Z Downloaded is_ci v1.2.0
6252026-01-23T14:33:42.470Z Downloaded lru-cache v0.1.2
6262026-01-23T14:33:42.493Z Downloaded maybe-uninit v2.0.0
6272026-01-23T14:33:42.493Z Downloaded nibble_vec v0.1.0
6282026-01-23T14:33:42.519Z Downloaded number_prefix v0.4.0
6292026-01-23T14:33:42.519Z Downloaded packed_struct_codegen v0.10.1
6302026-01-23T14:33:42.519Z Downloaded pin-utils v0.1.0
6312026-01-23T14:33:42.519Z Downloaded progenitor-client v0.11.2
6322026-01-23T14:33:42.543Z Downloaded psl-types v2.0.11
6332026-01-23T14:33:42.543Z Downloaded quick-error v1.2.3
6342026-01-23T14:33:42.543Z Downloaded radium v0.7.0
6352026-01-23T14:33:42.543Z Downloaded ref-cast-impl v1.0.25
6362026-01-23T14:33:42.567Z Downloaded rtoolbox v0.0.2
6372026-01-23T14:33:42.567Z Downloaded rustc_version v0.4.1
6382026-01-23T14:33:42.567Z Downloaded same-file v1.0.6
6392026-01-23T14:33:42.567Z Downloaded serde_spanned v1.0.3
6402026-01-23T14:33:42.567Z Downloaded serde_repr v0.1.19
6412026-01-23T14:33:42.592Z Downloaded scopeguard v1.2.0
6422026-01-23T14:33:42.592Z Downloaded shell-words v1.1.0
6432026-01-23T14:33:42.592Z Downloaded serde_path_to_error v0.1.20
6442026-01-23T14:33:42.592Z Downloaded ssh-encoding v0.2.0
6452026-01-23T14:33:42.617Z Downloaded ssh-cipher v0.2.0
6462026-01-23T14:33:42.617Z Downloaded strum v0.27.2
6472026-01-23T14:33:42.617Z Downloaded tabled_derive v0.11.0
6482026-01-23T14:33:42.617Z Downloaded supports-color v3.0.2
6492026-01-23T14:33:42.617Z Downloaded thiserror-impl-no-std v2.0.2
6502026-01-23T14:33:42.617Z Downloaded time-core v0.1.6
6512026-01-23T14:33:42.643Z Downloaded tinyvec_macros v0.1.1
6522026-01-23T14:33:42.643Z Downloaded rustls-pki-types v1.10.0
6532026-01-23T14:33:42.644Z Downloaded time-macros v0.2.24
6542026-01-23T14:33:42.644Z Downloaded hkdf v0.12.4
6552026-01-23T14:33:42.644Z Downloaded unarray v0.1.4
6562026-01-23T14:33:42.669Z Downloaded typify-macro v0.2.0
6572026-01-23T14:33:42.669Z Downloaded toml_writer v1.0.4
6582026-01-23T14:33:42.669Z Downloaded usdt-attr-macro v0.6.0
6592026-01-23T14:33:42.669Z Downloaded vte_generate_state_changes v0.1.2
6602026-01-23T14:33:42.669Z Downloaded wait-timeout v0.2.0
6612026-01-23T14:33:42.669Z Downloaded which v4.4.2
6622026-01-23T14:33:42.669Z Downloaded xshell-macros v0.2.7
6632026-01-23T14:33:42.669Z Downloaded zeroize_derive v1.4.2
6642026-01-23T14:33:42.693Z Downloaded vergen-gitcl v1.0.8
6652026-01-23T14:33:42.693Z Downloaded zone_cfg_derive v0.3.0
6662026-01-23T14:33:42.693Z Downloaded vsss-rs v3.3.4
6672026-01-23T14:33:42.693Z Downloaded zeroize v1.8.1
6682026-01-23T14:33:42.693Z Downloaded vergen-lib v0.1.6
6692026-01-23T14:33:42.693Z Downloaded zstd-safe v7.2.3
6702026-01-23T14:33:42.693Z Downloaded rustyline v14.0.0
6712026-01-23T14:33:42.718Z Downloaded zerocopy v0.6.6
6722026-01-23T14:33:42.718Z Downloaded yasna v0.5.2
6732026-01-23T14:33:42.718Z Downloaded unicode_categories v0.1.1
6742026-01-23T14:33:42.718Z Downloaded zip v0.6.6
6752026-01-23T14:33:42.743Z Downloaded zopfli v0.8.1
6762026-01-23T14:33:42.743Z Downloaded x509-cert v0.2.5
6772026-01-23T14:33:42.768Z Downloaded unicode-segmentation v1.12.0
6782026-01-23T14:33:42.768Z Downloaded zerocopy-derive v0.8.27
6792026-01-23T14:33:42.768Z Downloaded unicode-normalization v0.1.24
6802026-01-23T14:33:42.791Z Downloaded sqlparser v0.45.0
6812026-01-23T14:33:42.792Z Downloaded zip v4.2.0
6822026-01-23T14:33:42.815Z Downloaded zlib-rs v0.5.1
6832026-01-23T14:33:42.815Z Downloaded vcpkg v0.2.15
6842026-01-23T14:33:42.864Z Downloaded tabled v0.20.0
6852026-01-23T14:33:42.888Z Downloaded rustls v0.23.19
6862026-01-23T14:33:42.911Z Downloaded zerocopy v0.8.27
6872026-01-23T14:33:42.935Z Downloaded regress v0.10.4
6882026-01-23T14:33:42.935Z Downloaded smoltcp v0.11.0
6892026-01-23T14:33:42.959Z Downloaded regex-syntax v0.8.5
6902026-01-23T14:33:42.959Z Downloaded webpki-roots v1.0.1
6912026-01-23T14:33:42.983Z Downloaded smoltcp v0.9.1
6922026-01-23T14:33:42.983Z Downloaded openapiv3 v2.2.0
6932026-01-23T14:33:43.007Z Downloaded bzip2-sys v0.1.13+1.0.8
6942026-01-23T14:33:43.007Z Downloaded diesel v2.2.12
6952026-01-23T14:33:43.031Z Downloaded tabled v0.18.0
6962026-01-23T14:33:43.055Z Downloaded sled v0.34.7
6972026-01-23T14:33:43.079Z Downloaded typify-impl v0.4.3
6982026-01-23T14:33:43.102Z Downloaded typify-impl v0.2.0
6992026-01-23T14:33:43.103Z Downloaded ratatui v0.29.0
7002026-01-23T14:33:43.126Z Downloaded rustls v0.22.4
7012026-01-23T14:33:43.150Z Downloaded zerocopy-derive v0.6.6
7022026-01-23T14:33:43.150Z Downloaded chrono-tz v0.10.4
7032026-01-23T14:33:43.174Z Downloaded regex-automata v0.4.11
7042026-01-23T14:33:43.197Z Downloaded jiff v0.2.15
7052026-01-23T14:33:43.221Z Downloaded petgraph v0.6.5
7062026-01-23T14:33:43.245Z Downloaded lzma-sys v0.1.20
7072026-01-23T14:33:43.270Z Downloaded regex-syntax v0.6.29
7082026-01-23T14:33:43.270Z Downloaded petgraph v0.8.2
7092026-01-23T14:33:43.293Z Downloaded libz-sys v1.1.20
7102026-01-23T14:33:43.342Z Downloaded csv v1.3.1
7112026-01-23T14:33:43.342Z Downloaded nix v0.28.0
7122026-01-23T14:33:43.365Z Downloaded dropshot v0.16.6
7132026-01-23T14:33:43.389Z Downloaded winnow v0.5.40
7142026-01-23T14:33:43.389Z Downloaded radix_trie v0.2.1
7152026-01-23T14:33:43.389Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
7162026-01-23T14:33:43.413Z Downloaded tokio v1.48.0
7172026-01-23T14:33:43.450Z Downloaded polar-core v0.27.3
7182026-01-23T14:33:43.473Z Downloaded hickory-proto v0.25.2
7192026-01-23T14:33:43.525Z Downloaded winnow v0.6.26
7202026-01-23T14:33:43.525Z Downloaded rustls v0.21.12
7212026-01-23T14:33:43.550Z Downloaded sha3 v0.10.8
7222026-01-23T14:33:43.550Z Downloaded object v0.36.5
7232026-01-23T14:33:43.550Z Downloaded nix v0.30.1
7242026-01-23T14:33:43.550Z Downloaded nix v0.27.1
7252026-01-23T14:33:43.550Z Downloaded serde_with v3.16.1
7262026-01-23T14:33:43.574Z Downloaded petname v2.0.2
7272026-01-23T14:33:43.574Z Downloaded nix v0.29.0
7282026-01-23T14:33:43.598Z Downloaded hickory-proto v0.24.4
7292026-01-23T14:33:43.598Z Downloaded gimli v0.31.1
7302026-01-23T14:33:43.622Z Downloaded typed-path v0.9.3
7312026-01-23T14:33:43.622Z Downloaded time v0.3.43
7322026-01-23T14:33:43.622Z Downloaded salty v0.3.0
7332026-01-23T14:33:43.645Z Downloaded quinn-proto v0.11.8
7342026-01-23T14:33:43.645Z Downloaded openssl v0.10.73
7352026-01-23T14:33:43.645Z Downloaded bstr v1.10.0
7362026-01-23T14:33:43.669Z Downloaded tough v0.20.0
7372026-01-23T14:33:43.669Z Downloaded rustls-webpki v0.102.8
7382026-01-23T14:33:43.693Z Downloaded proptest v1.7.0
7392026-01-23T14:33:43.693Z Downloaded encoding_rs v0.8.34
7402026-01-23T14:33:43.716Z Downloaded object v0.30.4
7412026-01-23T14:33:43.740Z Downloaded moka v0.12.10
7422026-01-23T14:33:43.740Z Downloaded tower-http v0.6.6
7432026-01-23T14:33:43.764Z Downloaded tokio-util v0.7.15
7442026-01-23T14:33:43.764Z Downloaded rustls-webpki v0.101.7
7452026-01-23T14:33:43.788Z Downloaded regex v1.11.3
7462026-01-23T14:33:43.788Z Downloaded quick-xml v0.37.2
7472026-01-23T14:33:43.788Z Downloaded yansi v1.0.1
7482026-01-23T14:33:43.788Z Downloaded tower v0.5.2
7492026-01-23T14:33:43.812Z Downloaded ring v0.17.14
7502026-01-23T14:33:43.846Z Downloaded toml_edit v0.19.15
7512026-01-23T14:33:43.870Z Downloaded curve25519-dalek v4.1.3
7522026-01-23T14:33:43.894Z Downloaded unicode-properties v0.1.3
7532026-01-23T14:33:43.894Z Downloaded unicode-bidi v0.3.17
7542026-01-23T14:33:43.894Z Downloaded ssh-key v0.6.6
7552026-01-23T14:33:43.894Z Downloaded rayon v1.10.0
7562026-01-23T14:33:43.918Z Downloaded git2 v0.20.2
7572026-01-23T14:33:43.918Z Downloaded reqwest v0.12.24
7582026-01-23T14:33:43.918Z Downloaded portable-atomic v1.11.0
7592026-01-23T14:33:43.942Z Downloaded tracing-core v0.1.32
7602026-01-23T14:33:43.942Z Downloaded reedline v0.40.0
7612026-01-23T14:33:43.942Z Downloaded p384 v0.13.1
7622026-01-23T14:33:43.942Z Downloaded lalrpop v0.19.12
7632026-01-23T14:33:43.966Z Downloaded goblin v0.10.2
7642026-01-23T14:33:43.966Z Downloaded vte v0.11.1
7652026-01-23T14:33:43.966Z Downloaded uuid v1.19.0
7662026-01-23T14:33:43.966Z Downloaded unsafe-libyaml v0.2.11
7672026-01-23T14:33:43.990Z Downloaded libgit2-sys v0.18.2+1.9.1
7682026-01-23T14:33:44.034Z Downloaded typify v0.4.3
7692026-01-23T14:33:44.057Z Downloaded tracing v0.1.40
7702026-01-23T14:33:44.058Z Downloaded toml_parser v1.0.4
7712026-01-23T14:33:44.058Z Downloaded tokio-postgres v0.7.13
7722026-01-23T14:33:44.058Z Downloaded russh v0.45.0
7732026-01-23T14:33:44.081Z Downloaded rpassword v7.4.0
7742026-01-23T14:33:44.082Z Downloaded zstd v0.13.3
7752026-01-23T14:33:44.082Z Downloaded xz2 v0.1.7
7762026-01-23T14:33:44.082Z Downloaded toml v0.7.8
7772026-01-23T14:33:44.082Z Downloaded vergen v9.0.6
7782026-01-23T14:33:44.082Z Downloaded value-bag v1.12.0
7792026-01-23T14:33:44.082Z Downloaded tungstenite v0.23.0
7802026-01-23T14:33:44.106Z Downloaded tungstenite v0.21.0
7812026-01-23T14:33:44.106Z Downloaded xshell v0.2.7
7822026-01-23T14:33:44.107Z Downloaded wyz v0.5.1
7832026-01-23T14:33:44.107Z Downloaded whoami v1.5.2
7842026-01-23T14:33:44.107Z Downloaded walkdir v2.5.0
7852026-01-23T14:33:44.107Z Downloaded tracing-attributes v0.1.27
7862026-01-23T14:33:44.107Z Downloaded toml v0.9.8
7872026-01-23T14:33:44.107Z Downloaded steno v0.4.1
7882026-01-23T14:33:44.131Z Downloaded usdt-impl v0.6.0
7892026-01-23T14:33:44.131Z Downloaded chrono v0.4.42
7902026-01-23T14:33:44.131Z Downloaded zone_cfg_derive v0.1.2
7912026-01-23T14:33:44.131Z Downloaded zone v0.3.1
7922026-01-23T14:33:44.131Z Downloaded zone v0.1.8
7932026-01-23T14:33:44.131Z Downloaded vergen-git2 v1.0.7
7942026-01-23T14:33:44.131Z Downloaded uzers v0.12.1
7952026-01-23T14:33:44.131Z Downloaded twox-hash v2.1.0
7962026-01-23T14:33:44.131Z Downloaded test-strategy v0.4.3
7972026-01-23T14:33:44.131Z Downloaded xattr v1.3.1
7982026-01-23T14:33:44.155Z Downloaded universal-hash v0.5.1
7992026-01-23T14:33:44.155Z Downloaded tokio-stream v0.1.17
8002026-01-23T14:33:44.155Z Downloaded tokio-rustls v0.25.0
8012026-01-23T14:33:44.155Z Downloaded tokio-rustls v0.24.1
8022026-01-23T14:33:44.155Z Downloaded want v0.3.1
8032026-01-23T14:33:44.155Z Downloaded waitgroup v0.1.2
8042026-01-23T14:33:44.155Z Downloaded void v1.0.2
8052026-01-23T14:33:44.155Z Downloaded unicase v2.8.1
8062026-01-23T14:33:44.155Z Downloaded typify v0.2.0
8072026-01-23T14:33:44.155Z Downloaded tokio-rustls v0.26.0
8082026-01-23T14:33:44.155Z Downloaded socket2 v0.5.10
8092026-01-23T14:33:44.155Z Downloaded snafu v0.8.5
8102026-01-23T14:33:44.180Z Downloaded tui-tree-widget v0.23.1
8112026-01-23T14:33:44.180Z Downloaded tar v0.4.44
8122026-01-23T14:33:44.180Z Downloaded utf-8 v0.7.6
8132026-01-23T14:33:44.180Z Downloaded usdt-macro v0.6.0
8142026-01-23T14:33:44.180Z Downloaded tinyvec v1.8.0
8152026-01-23T14:33:44.180Z Downloaded samael v0.0.19
8162026-01-23T14:33:44.180Z Downloaded usdt v0.6.0
8172026-01-23T14:33:44.180Z Downloaded untrusted v0.9.0
8182026-01-23T14:33:44.218Z Downloaded untrusted v0.7.1
8192026-01-23T14:33:44.218Z Downloaded unit-prefix v0.5.1
8202026-01-23T14:33:44.219Z Downloaded unicode-truncate v1.1.0
8212026-01-23T14:33:44.219Z Downloaded tokio-tungstenite v0.23.1
8222026-01-23T14:33:44.219Z Downloaded tokio-native-tls v0.3.1
8232026-01-23T14:33:44.219Z Downloaded schemars v1.0.4
8242026-01-23T14:33:44.243Z Downloaded p521 v0.13.3
8252026-01-23T14:33:44.269Z Downloaded toml_datetime v0.7.3
8262026-01-23T14:33:44.269Z Downloaded tokio-tungstenite v0.21.0
8272026-01-23T14:33:44.269Z Downloaded term v1.1.0
8282026-01-23T14:33:44.269Z Downloaded serde_yaml v0.9.34+deprecated
8292026-01-23T14:33:44.293Z Downloaded itertools v0.14.0
8302026-01-23T14:33:44.293Z Downloaded bitvec v1.0.1
8312026-01-23T14:33:44.317Z Downloaded socket2 v0.6.1
8322026-01-23T14:33:44.317Z Downloaded nom v7.1.3
8332026-01-23T14:33:44.341Z Downloaded bindgen v0.71.1
8342026-01-23T14:33:44.342Z Downloaded typify-macro v0.4.3
8352026-01-23T14:33:44.342Z Downloaded try-lock v0.2.5
8362026-01-23T14:33:44.342Z Downloaded trait-variant v0.1.2
8372026-01-23T14:33:44.342Z Downloaded tower-service v0.3.3
8382026-01-23T14:33:44.367Z Downloaded tower-layer v0.3.3
8392026-01-23T14:33:44.367Z Downloaded topological-sort v0.2.2
8402026-01-23T14:33:44.367Z Downloaded tokio-macros v2.6.0
8412026-01-23T14:33:44.367Z Downloaded tokio-dtrace v0.1.0
8422026-01-23T14:33:44.367Z Downloaded tls_codec_derive v0.4.1
8432026-01-23T14:33:44.367Z Downloaded tls_codec v0.4.1
8442026-01-23T14:33:44.367Z Downloaded tiny-keccak v2.0.2
8452026-01-23T14:33:44.367Z Downloaded term v0.7.0
8462026-01-23T14:33:44.367Z Downloaded subprocess v0.2.9
8472026-01-23T14:33:44.367Z Downloaded strum_macros v0.27.2
8482026-01-23T14:33:44.391Z Downloaded similar v2.7.0
8492026-01-23T14:33:44.391Z Downloaded signal-hook v0.3.18
8502026-01-23T14:33:44.391Z Downloaded rsa v0.9.8
8512026-01-23T14:33:44.391Z Downloaded ron v0.8.1
8522026-01-23T14:33:44.416Z Downloaded qorb v0.4.1
8532026-01-23T14:33:44.416Z Downloaded publicsuffix v2.3.0
8542026-01-23T14:33:44.416Z Downloaded bindgen v0.69.5
8552026-01-23T14:33:44.416Z Downloaded thiserror-no-std v2.0.2
8562026-01-23T14:33:44.441Z Downloaded spin v0.9.8
8572026-01-23T14:33:44.441Z Downloaded slog v2.8.2
8582026-01-23T14:33:44.442Z Downloaded schemars v0.9.0
8592026-01-23T14:33:44.466Z Downloaded schemars v0.8.22
8602026-01-23T14:33:44.491Z Downloaded rand v0.9.2
8612026-01-23T14:33:44.491Z Downloaded itertools v0.13.0
8622026-01-23T14:33:44.516Z Downloaded itertools v0.12.1
8632026-01-23T14:33:44.516Z Downloaded futures-util v0.3.31
8642026-01-23T14:33:44.541Z Downloaded thread-id v5.0.0
8652026-01-23T14:33:44.541Z Downloaded termios v0.3.3
8662026-01-23T14:33:44.541Z Downloaded support-bundle-viewer v0.1.2
8672026-01-23T14:33:44.541Z Downloaded strum_macros v0.24.3
8682026-01-23T14:33:44.541Z Downloaded structmeta v0.3.0
8692026-01-23T14:33:44.541Z Downloaded stringprep v0.1.5
8702026-01-23T14:33:44.541Z Downloaded string_cache v0.8.9
8712026-01-23T14:33:44.541Z Downloaded smallvec v0.6.14
8722026-01-23T14:33:44.541Z Downloaded rand v0.8.5
8732026-01-23T14:33:44.567Z Downloaded quinn v0.11.5
8742026-01-23T14:33:44.567Z Downloaded num-bigint-dig v0.8.6
8752026-01-23T14:33:44.567Z Downloaded thread_local v1.1.8
8762026-01-23T14:33:44.567Z Downloaded strum_macros v0.26.4
8772026-01-23T14:33:44.567Z Downloaded static_assertions v1.1.0
8782026-01-23T14:33:44.567Z Downloaded snafu-derive v0.8.5
8792026-01-23T14:33:44.567Z Downloaded serde_cbor v0.11.2
8802026-01-23T14:33:44.594Z Downloaded ron v0.7.1
8812026-01-23T14:33:44.594Z Downloaded h2 v0.4.6
8822026-01-23T14:33:44.594Z Downloaded testing_table v0.3.0
8832026-01-23T14:33:44.594Z Downloaded termtree v0.5.1
8842026-01-23T14:33:44.594Z Downloaded tap v1.0.1
8852026-01-23T14:33:44.594Z Downloaded take_mut v0.2.2
8862026-01-23T14:33:44.594Z Downloaded tagptr v0.2.0
8872026-01-23T14:33:44.594Z Downloaded tabwriter v1.4.0
8882026-01-23T14:33:44.594Z Downloaded spki v0.7.3
8892026-01-23T14:33:44.594Z Downloaded slog-scope v4.4.0
8902026-01-23T14:33:44.594Z Downloaded slog-json v2.6.1
8912026-01-23T14:33:44.594Z Downloaded slog-envlogger v2.2.0
8922026-01-23T14:33:44.619Z Downloaded slog-dtrace v0.3.0
8932026-01-23T14:33:44.619Z Downloaded progenitor-impl v0.11.2
8942026-01-23T14:33:44.619Z Downloaded num-bigint v0.4.6
8952026-01-23T14:33:44.619Z Downloaded hyper v1.8.1
8962026-01-23T14:33:44.619Z Downloaded structmeta-derive v0.3.0
8972026-01-23T14:33:44.619Z Downloaded strip-ansi-escapes v0.2.0
8982026-01-23T14:33:44.619Z Downloaded sqlformat v0.3.5
8992026-01-23T14:33:44.619Z Downloaded slog-term v2.9.2
9002026-01-23T14:33:44.619Z Downloaded slog-stdlog v4.1.1
9012026-01-23T14:33:44.619Z Downloaded signal-hook-registry v1.4.2
9022026-01-23T14:33:44.645Z Downloaded serde_with_macros v3.16.1
9032026-01-23T14:33:44.645Z Downloaded rustls-pemfile v1.0.4
9042026-01-23T14:33:44.645Z Downloaded iri-string v0.7.8
9052026-01-23T14:33:44.645Z Downloaded tabled_derive v0.10.0
9062026-01-23T14:33:44.645Z Downloaded sync_wrapper v1.0.1
9072026-01-23T14:33:44.645Z Downloaded sync-ptr v0.1.4
9082026-01-23T14:33:44.645Z Downloaded subtle v2.6.1
9092026-01-23T14:33:44.645Z Downloaded smf v0.2.3
9102026-01-23T14:33:44.645Z Downloaded shlex v1.3.0
9112026-01-23T14:33:44.645Z Downloaded rayon-core v1.12.1
9122026-01-23T14:33:44.645Z Downloaded prettyplease v0.2.36
9132026-01-23T14:33:44.671Z Downloaded strum v0.26.3
9142026-01-23T14:33:44.671Z Downloaded sqlparser_derive v0.2.2
9152026-01-23T14:33:44.671Z Downloaded serde_derive_internals v0.29.1
9162026-01-23T14:33:44.671Z Downloaded iddqd v0.3.16
9172026-01-23T14:33:44.672Z Downloaded hashbrown v0.15.4
9182026-01-23T14:33:44.672Z Downloaded blake3 v1.5.4
9192026-01-23T14:33:44.698Z Downloaded slog-bunyan v2.5.0
9202026-01-23T14:33:44.698Z Downloaded slog-async v2.8.0
9212026-01-23T14:33:44.698Z Downloaded slab v0.4.9
9222026-01-23T14:33:44.698Z Downloaded scroll v0.13.0
9232026-01-23T14:33:44.698Z Downloaded schemars_derive v0.8.22
9242026-01-23T14:33:44.698Z Downloaded ryu v1.0.18
9252026-01-23T14:33:44.698Z Downloaded progenitor-impl v0.10.0
9262026-01-23T14:33:44.698Z Downloaded progenitor-impl v0.8.0
9272026-01-23T14:33:44.698Z Downloaded mio v1.0.2
9282026-01-23T14:33:44.698Z Downloaded libxml v0.3.3
9292026-01-23T14:33:44.724Z Downloaded itertools v0.10.5
9302026-01-23T14:33:44.724Z Downloaded siphasher v1.0.1
9312026-01-23T14:33:44.724Z Downloaded siphasher v0.3.11
9322026-01-23T14:33:44.724Z Downloaded simd-adler32 v0.3.7
9332026-01-23T14:33:44.724Z Downloaded sigpipe v0.1.3
9342026-01-23T14:33:44.724Z Downloaded signature v2.2.0
9352026-01-23T14:33:44.724Z Downloaded signal-hook-tokio v0.3.1
9362026-01-23T14:33:44.724Z Downloaded signal-hook-mio v0.2.4
9372026-01-23T14:33:44.724Z Downloaded rustversion v1.0.22
9382026-01-23T14:33:44.724Z Downloaded rustls-pemfile v2.2.0
9392026-01-23T14:33:44.750Z Downloaded rustls-native-certs v0.8.1
9402026-01-23T14:33:44.750Z Downloaded russh-keys v0.45.0
9412026-01-23T14:33:44.750Z Downloaded rcgen v0.12.1
9422026-01-23T14:33:44.750Z Downloaded pretty_assertions v1.4.1
9432026-01-23T14:33:44.750Z Downloaded postgres-types v0.2.9
9442026-01-23T14:33:44.750Z Downloaded serde-hex v0.1.0
9452026-01-23T14:33:44.750Z Downloaded seq-macro v0.3.6
9462026-01-23T14:33:44.750Z Downloaded sec1 v0.7.3
9472026-01-23T14:33:44.750Z Downloaded sct v0.7.1
9482026-01-23T14:33:44.750Z Downloaded rusty-fork v0.3.0
9492026-01-23T14:33:44.751Z Downloaded resolv-conf v0.7.0
9502026-01-23T14:33:44.776Z Downloaded crossterm v0.29.0
9512026-01-23T14:33:44.776Z Downloaded sha1 v0.10.6
9522026-01-23T14:33:44.776Z Downloaded serde_urlencoded v0.7.1
9532026-01-23T14:33:44.776Z Downloaded scheduled-thread-pool v0.2.7
9542026-01-23T14:33:44.776Z Downloaded minimal-lexical v0.2.1
9552026-01-23T14:33:44.776Z Downloaded rustc-demangle v0.1.24
9562026-01-23T14:33:44.776Z Downloaded prefix-trie v0.7.0
9572026-01-23T14:33:44.776Z Downloaded openssl-sys v0.9.109
9582026-01-23T14:33:44.802Z Downloaded libm v0.2.8
9592026-01-23T14:33:44.802Z Downloaded semver v0.1.20
9602026-01-23T14:33:44.802Z Downloaded rand_seeder v0.4.0
9612026-01-23T14:33:44.802Z Downloaded rand_core v0.9.3
9622026-01-23T14:33:44.802Z Downloaded rand_core v0.6.4
9632026-01-23T14:33:44.802Z Downloaded rand_chacha v0.9.0
9642026-01-23T14:33:44.802Z Downloaded postcard v1.0.10
9652026-01-23T14:33:44.802Z Downloaded papergrid v0.14.0
9662026-01-23T14:33:44.827Z Downloaded serde_plain v1.0.2
9672026-01-23T14:33:44.827Z Downloaded serde_bytes v0.11.19
9682026-01-23T14:33:44.827Z Downloaded serde-big-array v0.5.1
9692026-01-23T14:33:44.827Z Downloaded secrecy v0.10.3
9702026-01-23T14:33:44.827Z Downloaded secrecy v0.8.0
9712026-01-23T14:33:44.827Z Downloaded scrypt v0.11.0
9722026-01-23T14:33:44.827Z Downloaded scroll_derive v0.13.1
9732026-01-23T14:33:44.827Z Downloaded sapling-renderdag v0.1.0
9742026-01-23T14:33:44.827Z Downloaded rfc6979 v0.4.0
9752026-01-23T14:33:44.827Z Downloaded salsa20 v0.10.2
9762026-01-23T14:33:44.827Z Downloaded rand_chacha v0.3.1
9772026-01-23T14:33:44.827Z Downloaded predicates v3.1.3
9782026-01-23T14:33:44.853Z Downloaded postgres-protocol v0.6.8
9792026-01-23T14:33:44.853Z Downloaded pkcs5 v0.7.1
9802026-01-23T14:33:44.853Z Downloaded pin-project v1.1.6
9812026-01-23T14:33:44.853Z Downloaded parking_lot_core v0.9.10
9822026-01-23T14:33:44.853Z Downloaded oso v0.27.3
9832026-01-23T14:33:44.877Z Downloaded hickory-server v0.25.2
9842026-01-23T14:33:44.877Z Downloaded crossterm v0.28.1
9852026-01-23T14:33:44.877Z Downloaded rustc_version v0.1.7
9862026-01-23T14:33:44.877Z Downloaded rustc-hash v2.1.1
9872026-01-23T14:33:44.877Z Downloaded rustc-hash v1.1.0
9882026-01-23T14:33:44.877Z Downloaded russh-cryptovec v0.7.3
9892026-01-23T14:33:44.877Z Downloaded ref-cast v1.0.25
9902026-01-23T14:33:44.877Z Downloaded rand_xorshift v0.4.0
9912026-01-23T14:33:44.877Z Downloaded progenitor v0.11.2
9922026-01-23T14:33:44.877Z Downloaded progenitor v0.10.0
9932026-01-23T14:33:44.901Z Downloaded ppv-lite86 v0.2.20
9942026-01-23T14:33:44.901Z Downloaded password-hash v0.5.0
9952026-01-23T14:33:44.901Z Downloaded omicron-zone-package v0.12.2
9962026-01-23T14:33:44.901Z Downloaded nu-ansi-term v0.50.1
9972026-01-23T14:33:44.901Z Downloaded r2d2 v0.8.10
9982026-01-23T14:33:44.901Z Downloaded quinn-udp v0.5.5
9992026-01-23T14:33:44.901Z Downloaded progenitor-macro v0.11.2
10002026-01-23T14:33:44.901Z Downloaded progenitor-macro v0.10.0
10012026-01-23T14:33:44.901Z Downloaded progenitor-macro v0.8.0
10022026-01-23T14:33:44.901Z Downloaded pkcs1 v0.7.5
10032026-01-23T14:33:44.901Z Downloaded pem v3.0.5
10042026-01-23T14:33:44.901Z Downloaded papergrid v0.17.0
10052026-01-23T14:33:44.925Z Downloaded p256 v0.13.2
10062026-01-23T14:33:44.926Z Downloaded hyper-util v0.1.19
10072026-01-23T14:33:44.926Z Downloaded proc-macro-error2 v2.0.1
10082026-01-23T14:33:44.926Z Downloaded primeorder v0.13.6
10092026-01-23T14:33:44.926Z Downloaded precomputed-hash v0.1.1
10102026-01-23T14:33:44.926Z Downloaded powerfmt v0.2.0
10112026-01-23T14:33:44.926Z Downloaded pem-rfc7468 v0.7.0
10122026-01-23T14:33:44.926Z Downloaded peg-macros v0.8.5
10132026-01-23T14:33:44.950Z Downloaded peg v0.8.5
10142026-01-23T14:33:44.950Z Downloaded paste v1.0.15
10152026-01-23T14:33:44.950Z Downloaded password-hash v0.4.2
10162026-01-23T14:33:44.950Z Downloaded parse-display-derive v0.10.0
10172026-01-23T14:33:44.950Z Downloaded miniz_oxide v0.8.5
10182026-01-23T14:33:44.950Z Downloaded http v1.4.0
10192026-01-23T14:33:44.950Z Downloaded hashbrown v0.12.3
10202026-01-23T14:33:44.950Z Downloaded expectorate v1.2.0
10212026-01-23T14:33:44.974Z Downloaded parking_lot v0.12.3
10222026-01-23T14:33:44.974Z Downloaded num-integer v0.1.46
10232026-01-23T14:33:44.974Z Downloaded parking_lot v0.11.2
10242026-01-23T14:33:44.974Z Downloaded flate2 v1.1.2
10252026-01-23T14:33:44.974Z Downloaded diesel_derives v2.2.3
10262026-01-23T14:33:44.974Z Downloaded progenitor-client v0.10.0
10272026-01-23T14:33:44.974Z Downloaded predicates-core v1.0.8
10282026-01-23T14:33:44.974Z Downloaded polyval v0.6.2
10292026-01-23T14:33:44.998Z Downloaded poly1305 v0.8.0
10302026-01-23T14:33:44.998Z Downloaded pkg-config v0.3.31
10312026-01-23T14:33:44.998Z Downloaded pkcs8 v0.10.2
10322026-01-23T14:33:44.998Z Downloaded pin-project-lite v0.2.14
10332026-01-23T14:33:44.998Z Downloaded pin-project-internal v1.1.6
10342026-01-23T14:33:44.998Z Downloaded phf v0.12.1
10352026-01-23T14:33:44.998Z Downloaded phf v0.11.2
10362026-01-23T14:33:45.023Z Downloaded pbkdf2 v0.12.2
10372026-01-23T14:33:45.023Z Downloaded parse-size v1.1.0
10382026-01-23T14:33:45.023Z Downloaded owo-colors v4.2.2
10392026-01-23T14:33:45.023Z Downloaded multer v3.1.0
10402026-01-23T14:33:45.023Z Downloaded jiff-static v0.2.15
10412026-01-23T14:33:45.023Z Downloaded indicatif v0.17.11
10422026-01-23T14:33:45.023Z Downloaded indexmap v1.9.3
10432026-01-23T14:33:45.047Z Downloaded hashbrown v0.13.2
10442026-01-23T14:33:45.047Z Downloaded flume v0.11.1
10452026-01-23T14:33:45.047Z Downloaded ed25519-dalek v2.1.1
10462026-01-23T14:33:45.047Z Downloaded progenitor-client v0.8.0
10472026-01-23T14:33:45.047Z Downloaded progenitor v0.8.0
10482026-01-23T14:33:45.047Z Downloaded proc-macro-error-attr2 v2.0.0
10492026-01-23T14:33:45.047Z Downloaded proc-macro-crate v1.3.1
10502026-01-23T14:33:45.047Z Downloaded pretty-hex v0.2.1
10512026-01-23T14:33:45.047Z Downloaded predicates-tree v1.0.12
10522026-01-23T14:33:45.047Z Downloaded peg-runtime v0.8.5
10532026-01-23T14:33:45.047Z Downloaded pbkdf2 v0.11.0
10542026-01-23T14:33:45.047Z Downloaded path-slash v0.1.5
10552026-01-23T14:33:45.047Z Downloaded parse-display v0.10.0
10562026-01-23T14:33:45.071Z Downloaded parking_lot_core v0.8.6
10572026-01-23T14:33:45.071Z Downloaded oxnet v0.1.4
10582026-01-23T14:33:45.071Z Downloaded oxide-tokio-rt v0.1.2
10592026-01-23T14:33:45.072Z Downloaded olpc-cjson v0.1.4
10602026-01-23T14:33:45.072Z Downloaded memmap2 v0.9.8
10612026-01-23T14:33:45.072Z Downloaded indicatif v0.18.0
10622026-01-23T14:33:45.072Z Downloaded hickory-resolver v0.25.2
10632026-01-23T14:33:45.072Z Downloaded derive_more-impl v2.0.1
10642026-01-23T14:33:45.096Z Downloaded crypto-bigint v0.5.5
10652026-01-23T14:33:45.096Z Downloaded aws-lc-rs v1.12.4
10662026-01-23T14:33:45.096Z Downloaded phf_shared v0.12.1
10672026-01-23T14:33:45.096Z Downloaded phf_shared v0.11.2
10682026-01-23T14:33:45.096Z Downloaded packed_struct v0.10.1
10692026-01-23T14:33:45.096Z Downloaded openssl-macros v0.1.1
10702026-01-23T14:33:45.096Z Downloaded opaque-debug v0.3.1
10712026-01-23T14:33:45.120Z Downloaded num_enum v0.5.11
10722026-01-23T14:33:45.120Z Downloaded num-rational v0.4.2
10732026-01-23T14:33:45.120Z Downloaded num-complex v0.4.6
10742026-01-23T14:33:45.120Z Downloaded ignore v0.4.23
10752026-01-23T14:33:45.120Z Downloaded hickory-resolver v0.24.4
10762026-01-23T14:33:45.120Z Downloaded heapless v0.8.0
10772026-01-23T14:33:45.120Z Downloaded fatfs v0.3.6
10782026-01-23T14:33:45.120Z Downloaded dropshot_endpoint v0.16.6
10792026-01-23T14:33:45.144Z Downloaded dropshot-api-manager v0.2.4
10802026-01-23T14:33:45.144Z Downloaded derive_more v2.0.1
10812026-01-23T14:33:45.144Z Downloaded derive_more v0.99.20
10822026-01-23T14:33:45.145Z Downloaded cc v1.2.30
10832026-01-23T14:33:45.169Z Downloaded oso-derive v0.27.3
10842026-01-23T14:33:45.169Z Downloaded openssl-probe v0.1.5
10852026-01-23T14:33:45.169Z Downloaded num v0.4.3
10862026-01-23T14:33:45.169Z Downloaded normalize-line-endings v0.3.0
10872026-01-23T14:33:45.169Z Downloaded nonempty v0.12.0
10882026-01-23T14:33:45.169Z Downloaded nodrop v0.1.14
10892026-01-23T14:33:45.169Z Downloaded newtype-uuid v1.3.2
10902026-01-23T14:33:45.169Z Downloaded native-tls v0.2.12
10912026-01-23T14:33:45.169Z Downloaded nanorand v0.7.0
10922026-01-23T14:33:45.169Z Downloaded mime_guess v2.0.5
10932026-01-23T14:33:45.169Z Downloaded litrs v0.4.1
10942026-01-23T14:33:45.169Z Downloaded headers v0.4.1
10952026-01-23T14:33:45.193Z Downloaded elliptic-curve v0.13.8
10962026-01-23T14:33:45.193Z Downloaded derive_builder v0.20.2
10972026-01-23T14:33:45.193Z Downloaded der v0.7.10
10982026-01-23T14:33:45.193Z Downloaded bytes v1.10.1
10992026-01-23T14:33:45.218Z Downloaded num_threads v0.1.7
11002026-01-23T14:33:45.218Z Downloaded num_enum_derive v0.5.11
11012026-01-23T14:33:45.218Z Downloaded num-iter v0.1.45
11022026-01-23T14:33:45.218Z Downloaded num-derive v0.4.2
11032026-01-23T14:33:45.218Z Downloaded num-derive v0.3.3
11042026-01-23T14:33:45.218Z Downloaded num-conv v0.1.0
11052026-01-23T14:33:45.218Z Downloaded multimap v0.10.1
11062026-01-23T14:33:45.218Z Downloaded memoffset v0.9.1
11072026-01-23T14:33:45.218Z Downloaded md5 v0.7.0
11082026-01-23T14:33:45.218Z Downloaded linear-map v1.2.0
11092026-01-23T14:33:45.218Z Downloaded ipnet v2.11.0
11102026-01-23T14:33:45.218Z Downloaded ingot-types v0.1.2
11112026-01-23T14:33:45.218Z Downloaded httparse v1.9.5
11122026-01-23T14:33:45.218Z Downloaded heapless v0.7.17
11132026-01-23T14:33:45.242Z Downloaded glob v0.3.2
11142026-01-23T14:33:45.242Z Downloaded getrandom v0.2.15
11152026-01-23T14:33:45.242Z Downloaded futures v0.3.31
11162026-01-23T14:33:45.242Z Downloaded diff v0.1.13
11172026-01-23T14:33:45.242Z Downloaded derive-where v1.5.0
11182026-01-23T14:33:45.242Z Downloaded newtype_derive v0.1.6
11192026-01-23T14:33:45.242Z Downloaded newtype-uuid-macros v0.1.0
11202026-01-23T14:33:45.242Z Downloaded newline-converter v0.3.0
11212026-01-23T14:33:45.242Z Downloaded new_debug_unreachable v1.0.6
11222026-01-23T14:33:45.243Z Downloaded mime v0.3.17
11232026-01-23T14:33:45.267Z Downloaded md-5 v0.10.6
11242026-01-23T14:33:45.267Z Downloaded lock_api v0.4.12
11252026-01-23T14:33:45.267Z Downloaded libz-rs-sys v0.5.1
11262026-01-23T14:33:45.267Z Downloaded libsw v3.5.0
11272026-01-23T14:33:45.267Z Downloaded libloading v0.8.5
11282026-01-23T14:33:45.267Z Downloaded libefi-sys v0.1.0
11292026-01-23T14:33:45.267Z Downloaded lazy_static v1.5.0
11302026-01-23T14:33:45.267Z Downloaded jobserver v0.1.32
11312026-01-23T14:33:45.267Z Downloaded ingot-macros v0.1.1
11322026-01-23T14:33:45.267Z Downloaded humantime v2.2.0
11332026-01-23T14:33:45.267Z Downloaded globset v0.4.15
11342026-01-23T14:33:45.267Z Downloaded futures-executor v0.3.31
11352026-01-23T14:33:45.267Z Downloaded darling_core v0.21.0
11362026-01-23T14:33:45.291Z Downloaded darling_core v0.20.10
11372026-01-23T14:33:45.291Z Downloaded daft v0.1.4
11382026-01-23T14:33:45.291Z Downloaded crossbeam-channel v0.5.15
11392026-01-23T14:33:45.291Z Downloaded aws-lc-sys v0.26.0
11402026-01-23T14:33:45.491Z Downloaded const_format v0.2.34
11412026-01-23T14:33:45.516Z Downloaded bumpalo v3.16.0
11422026-01-23T14:33:45.516Z Downloaded match_cfg v0.1.0
11432026-01-23T14:33:45.516Z Downloaded maplit v1.0.2
11442026-01-23T14:33:45.516Z Downloaded managed v0.8.0
11452026-01-23T14:33:45.516Z Downloaded lzss v0.8.2
11462026-01-23T14:33:45.516Z Downloaded lru v0.12.5
11472026-01-23T14:33:45.516Z Downloaded lockfree-object-pool v0.1.6
11482026-01-23T14:33:45.516Z Downloaded linked-hash-map v0.5.6
11492026-01-23T14:33:45.516Z Downloaded libsw-core v0.3.1
11502026-01-23T14:33:45.516Z Downloaded libscf-sys v1.1.0
11512026-01-23T14:33:45.516Z Downloaded lalrpop-util v0.19.12
11522026-01-23T14:33:45.516Z Downloaded kstat-rs v0.2.4
11532026-01-23T14:33:45.516Z Downloaded ipnetwork v0.21.1
11542026-01-23T14:33:45.540Z Downloaded ingot v0.1.1
11552026-01-23T14:33:45.540Z Downloaded indoc v2.0.6
11562026-01-23T14:33:45.540Z Downloaded iana-time-zone v0.1.63
11572026-01-23T14:33:45.540Z Downloaded hyper-rustls v0.27.7
11582026-01-23T14:33:45.540Z Downloaded hmac v0.12.1
11592026-01-23T14:33:45.540Z Downloaded fs_extra v1.3.0
11602026-01-23T14:33:45.540Z Downloaded fs-err v2.11.0
11612026-01-23T14:33:45.540Z Downloaded foldhash v0.2.0
11622026-01-23T14:33:45.540Z Downloaded foldhash v0.1.5
11632026-01-23T14:33:45.540Z Downloaded fixedbitset v0.5.7
11642026-01-23T14:33:45.540Z Downloaded ff v0.13.0
11652026-01-23T14:33:45.540Z Downloaded ena v0.14.3
11662026-01-23T14:33:45.540Z Downloaded either v1.15.0
11672026-01-23T14:33:45.566Z Downloaded ed25519 v2.2.3
11682026-01-23T14:33:45.566Z Downloaded dropshot-api-manager-types v0.2.4
11692026-01-23T14:33:45.566Z Downloaded diesel-dtrace v0.4.2
11702026-01-23T14:33:45.566Z Downloaded des v0.8.1
11712026-01-23T14:33:45.566Z Downloaded compact_str v0.8.0
11722026-01-23T14:33:45.566Z Downloaded chacha20poly1305 v0.10.1
11732026-01-23T14:33:45.566Z Downloaded aho-corasick v1.1.3
11742026-01-23T14:33:45.567Z Downloaded lazycell v1.3.0
11752026-01-23T14:33:45.567Z Downloaded keccak v0.1.5
11762026-01-23T14:33:45.567Z Downloaded is-terminal v0.4.13
11772026-01-23T14:33:45.567Z Downloaded internet-checksum v0.2.1
11782026-01-23T14:33:45.567Z Downloaded instant v0.1.13
11792026-01-23T14:33:45.567Z Downloaded instability v0.3.2
11802026-01-23T14:33:45.567Z Downloaded inout v0.1.3
11812026-01-23T14:33:45.593Z Downloaded indent_write v2.2.0
11822026-01-23T14:33:45.593Z Downloaded impl-trait-for-tuples v0.2.2
11832026-01-23T14:33:45.593Z Downloaded hyper-staticfile v0.10.1
11842026-01-23T14:33:45.593Z Downloaded home v0.5.9
11852026-01-23T14:33:45.593Z Downloaded hickory-client v0.25.2
11862026-01-23T14:33:45.593Z Downloaded half v2.4.1
11872026-01-23T14:33:45.593Z Downloaded half v1.8.3
11882026-01-23T14:33:45.593Z Downloaded ghash v0.5.1
11892026-01-23T14:33:45.593Z Downloaded futures-core v0.3.31
11902026-01-23T14:33:45.593Z Downloaded futures-channel v0.3.31
11912026-01-23T14:33:45.593Z Downloaded filetime v0.2.26
11922026-01-23T14:33:45.593Z Downloaded fallible-iterator v0.2.0
11932026-01-23T14:33:45.593Z Downloaded erased-serde v0.3.31
11942026-01-23T14:33:45.593Z Downloaded env_logger v0.11.8
11952026-01-23T14:33:45.618Z Downloaded ecdsa v0.16.9
11962026-01-23T14:33:45.618Z Downloaded drift v0.1.2
11972026-01-23T14:33:45.618Z Downloaded const-oid v0.9.6
11982026-01-23T14:33:45.618Z Downloaded indoc v1.0.9
11992026-01-23T14:33:45.618Z Downloaded hyper-tls v0.6.0
12002026-01-23T14:33:45.618Z Downloaded http-body-util v0.1.3
12012026-01-23T14:33:45.618Z Downloaded hostname v0.3.1
12022026-01-23T14:33:45.619Z Downloaded highway v1.3.0
12032026-01-23T14:33:45.619Z Downloaded gethostname v0.5.0
12042026-01-23T14:33:45.619Z Downloaded fxhash v0.2.1
12052026-01-23T14:33:45.619Z Downloaded futures-sink v0.3.31
12062026-01-23T14:33:45.619Z Downloaded futures-io v0.3.31
12072026-01-23T14:33:45.645Z Downloaded funty v2.0.0
12082026-01-23T14:33:45.645Z Downloaded foreign-types-shared v0.1.1
12092026-01-23T14:33:45.645Z Downloaded foreign-types-macros v0.2.3
12102026-01-23T14:33:45.645Z Downloaded foreign-types v0.3.2
12112026-01-23T14:33:45.645Z Downloaded enum-as-inner v0.6.1
12122026-01-23T14:33:45.645Z Downloaded embedded-io v0.6.1
12132026-01-23T14:33:45.645Z Downloaded darling v0.21.0
12142026-01-23T14:33:45.645Z Downloaded crossbeam-utils v0.8.21
12152026-01-23T14:33:45.645Z Downloaded crc-any v2.5.0
12162026-01-23T14:33:45.645Z Downloaded cookie_store v0.21.1
12172026-01-23T14:33:45.645Z Downloaded cookie v0.18.1
12182026-01-23T14:33:45.645Z Downloaded hubpack_derive v0.1.1
12192026-01-23T14:33:45.645Z Downloaded hubpack v0.1.2
12202026-01-23T14:33:45.645Z Downloaded httpdate v1.0.3
12212026-01-23T14:33:45.645Z Downloaded http-range v0.1.5
12222026-01-23T14:33:45.675Z Downloaded http-body v1.0.1
12232026-01-23T14:33:45.675Z Downloaded hostname v0.4.2
12242026-01-23T14:33:45.675Z Downloaded hash32 v0.2.1
12252026-01-23T14:33:45.675Z Downloaded futures-task v0.3.31
12262026-01-23T14:33:45.675Z Downloaded futures-macro v0.3.31
12272026-01-23T14:33:45.675Z Downloaded foreign-types-shared v0.3.1
12282026-01-23T14:33:45.675Z Downloaded foreign-types v0.5.0
12292026-01-23T14:33:45.675Z Downloaded float-cmp v0.10.0
12302026-01-23T14:33:45.675Z Downloaded dunce v1.0.5
12312026-01-23T14:33:45.675Z Downloaded dtrace-parser v0.3.0
12322026-01-23T14:33:45.675Z Downloaded dsl_auto_type v0.1.2
12332026-01-23T14:33:45.675Z Downloaded difflib v0.4.0
12342026-01-23T14:33:45.676Z Downloaded derive_builder_core v0.20.2
12352026-01-23T14:33:45.676Z Downloaded crossbeam-epoch v0.9.18
12362026-01-23T14:33:45.676Z Downloaded crc32fast v1.4.2
12372026-01-23T14:33:45.676Z Downloaded console v0.16.0
12382026-01-23T14:33:45.701Z Downloaded bit-vec v0.6.3
12392026-01-23T14:33:45.701Z Downloaded fd-lock v4.0.2
12402026-01-23T14:33:45.701Z Downloaded dyn-clone v1.0.20
12412026-01-23T14:33:45.701Z Downloaded colored v2.2.0
12422026-01-23T14:33:45.702Z Downloaded cancel-safe-futures v0.1.5
12432026-01-23T14:33:45.702Z Downloaded bzip2 v0.5.2
12442026-01-23T14:33:45.702Z Downloaded ctr v0.9.2
12452026-01-23T14:33:45.702Z Downloaded csv-core v0.1.11
12462026-01-23T14:33:45.728Z Downloaded critical-section v1.1.3
12472026-01-23T14:33:45.728Z Downloaded console v0.15.10
12482026-01-23T14:33:45.728Z Downloaded ciborium v0.2.2
12492026-01-23T14:33:45.728Z Downloaded bzip2 v0.4.4
12502026-01-23T14:33:45.728Z Downloaded base64 v0.22.1
12512026-01-23T14:33:45.728Z Downloaded heck v0.3.3
12522026-01-23T14:33:45.728Z Downloaded headers-core v0.3.0
12532026-01-23T14:33:45.728Z Downloaded hash32 v0.3.1
12542026-01-23T14:33:45.728Z Downloaded float-ord v0.3.2
12552026-01-23T14:33:45.728Z Downloaded flagset v0.4.6
12562026-01-23T14:33:45.728Z Downloaded fixedbitset v0.4.2
12572026-01-23T14:33:45.757Z Downloaded endian-type v0.1.2
12582026-01-23T14:33:45.757Z Downloaded embedded-io v0.4.0
12592026-01-23T14:33:45.757Z Downloaded dof v0.4.0
12602026-01-23T14:33:45.757Z Downloaded display-error-chain v0.2.2
12612026-01-23T14:33:45.757Z Downloaded dirs-next v2.0.0
12622026-01-23T14:33:45.757Z Downloaded derive_builder_macro v0.20.2
12632026-01-23T14:33:45.757Z Downloaded const_format_proc_macros v0.2.34
12642026-01-23T14:33:45.757Z Downloaded blake2 v0.10.6
12652026-01-23T14:33:45.757Z Downloaded dirs-sys-next v0.1.2
12662026-01-23T14:33:45.757Z Downloaded darling v0.20.10
12672026-01-23T14:33:45.757Z Downloaded daft-derive v0.1.4
12682026-01-23T14:33:45.757Z Downloaded crossbeam-deque v0.8.5
12692026-01-23T14:33:45.757Z Downloaded corncobs v0.1.4
12702026-01-23T14:33:45.757Z Downloaded convert_case v0.7.1
12712026-01-23T14:33:45.785Z Downloaded cmake v0.1.51
12722026-01-23T14:33:45.785Z Downloaded cipher v0.4.4
12732026-01-23T14:33:45.785Z Downloaded ciborium-io v0.2.2
12742026-01-23T14:33:45.785Z Downloaded cargo_metadata v0.19.2
12752026-01-23T14:33:45.785Z Downloaded camino-tempfile-ext v0.3.2
12762026-01-23T14:33:45.785Z Downloaded document-features v0.2.11
12772026-01-23T14:33:45.785Z Downloaded diesel_table_macro_syntax v0.2.0
12782026-01-23T14:33:45.785Z Downloaded derive-ex v0.1.8
12792026-01-23T14:33:45.785Z Downloaded deranged v0.5.3
12802026-01-23T14:33:45.785Z Downloaded der_derive v0.7.3
12812026-01-23T14:33:45.785Z Downloaded crucible-workspace-hack v0.1.0
12822026-01-23T14:33:45.785Z Downloaded buf-list v1.0.3
12832026-01-23T14:33:45.785Z Downloaded blowfish v0.9.1
12842026-01-23T14:33:45.785Z Downloaded bit-vec v0.8.0
12852026-01-23T14:33:45.785Z Downloaded defmt v0.3.8
12862026-01-23T14:33:45.785Z Downloaded debug-ignore v1.0.5
12872026-01-23T14:33:45.785Z Downloaded data-encoding v2.9.0
12882026-01-23T14:33:45.811Z Downloaded curve25519-dalek-derive v0.1.1
12892026-01-23T14:33:45.811Z Downloaded cstr-argument v0.1.2
12902026-01-23T14:33:45.811Z Downloaded crunchy v0.2.2
12912026-01-23T14:33:45.811Z Downloaded crc8 v0.1.1
12922026-01-23T14:33:45.811Z Downloaded convert_case v0.4.0
12932026-01-23T14:33:45.811Z Downloaded cbc v0.1.2
12942026-01-23T14:33:45.811Z Downloaded bitfield v0.19.2
12952026-01-23T14:33:45.811Z Downloaded bit-set v0.5.3
12962026-01-23T14:33:45.811Z Downloaded arc-swap v1.7.1
12972026-01-23T14:33:45.811Z Downloaded crc-catalog v2.4.0
12982026-01-23T14:33:45.811Z Downloaded constant_time_eq v0.3.1
12992026-01-23T14:33:45.811Z Downloaded colored v3.0.0
13002026-01-23T14:33:45.811Z Downloaded clang-sys v1.8.1
13012026-01-23T14:33:45.811Z Downloaded cfg_aliases v0.2.1
13022026-01-23T14:33:45.811Z Downloaded cfg_aliases v0.1.1
13032026-01-23T14:33:45.811Z Downloaded cexpr v0.6.0
13042026-01-23T14:33:45.811Z Downloaded bitfield-struct v0.6.2
13052026-01-23T14:33:45.811Z Downloaded async-stream v0.3.6
13062026-01-23T14:33:45.837Z Downloaded darling_macro v0.20.10
13072026-01-23T14:33:45.837Z Downloaded crc v3.2.1
13082026-01-23T14:33:45.837Z Downloaded ciborium-ll v0.2.2
13092026-01-23T14:33:45.837Z Downloaded chacha20 v0.9.1
13102026-01-23T14:33:45.837Z Downloaded cargo-platform v0.1.8
13112026-01-23T14:33:45.837Z Downloaded aes-gcm v0.10.3
13122026-01-23T14:33:45.837Z Downloaded castaway v0.2.3
13132026-01-23T14:33:45.837Z Downloaded cassowary v0.3.0
13142026-01-23T14:33:45.838Z Downloaded block-padding v0.3.3
13152026-01-23T14:33:45.838Z Downloaded bitflags v1.3.2
13162026-01-23T14:33:45.838Z Downloaded bitfield-macros v0.19.2
13172026-01-23T14:33:45.838Z Downloaded bit-set v0.8.0
13182026-01-23T14:33:45.838Z Downloaded bcs v0.1.6
13192026-01-23T14:33:45.838Z Downloaded bcrypt-pbkdf v0.10.0
13202026-01-23T14:33:45.838Z Downloaded bb8 v0.8.5
13212026-01-23T14:33:45.838Z Downloaded base64ct v1.6.0
13222026-01-23T14:33:45.863Z Downloaded base64 v0.21.7
13232026-01-23T14:33:45.863Z Downloaded base64 v0.13.1
13242026-01-23T14:33:45.863Z Downloaded backtrace v0.3.74
13252026-01-23T14:33:45.863Z Downloaded async-bb8-diesel v0.2.1
13262026-01-23T14:33:45.863Z Downloaded aes v0.8.4
13272026-01-23T14:33:45.863Z Downloaded async-trait v0.1.89
13282026-01-23T14:33:45.863Z Downloaded array-init v0.0.4
13292026-01-23T14:33:45.863Z Downloaded argon2 v0.5.3
13302026-01-23T14:33:45.890Z Downloaded allocator-api2 v0.2.21
13312026-01-23T14:33:45.890Z Downloaded ahash v0.8.12
13322026-01-23T14:33:45.890Z Downloaded atty v0.2.14
13332026-01-23T14:33:45.890Z Downloaded atomicwrites v0.4.4
13342026-01-23T14:33:45.890Z Downloaded atomic-waker v1.1.2
13352026-01-23T14:33:45.890Z Downloaded async-recursion v1.1.1
13362026-01-23T14:33:45.890Z Downloaded ascii-canvas v3.0.0
13372026-01-23T14:33:45.890Z Downloaded arrayvec v0.7.6
13382026-01-23T14:33:45.890Z Downloaded arrayref v0.3.9
13392026-01-23T14:33:45.890Z Downloaded aead v0.5.2
13402026-01-23T14:33:45.890Z Downloaded addr2line v0.24.2
13412026-01-23T14:33:45.890Z Downloaded assert_matches v1.5.0
13422026-01-23T14:33:45.890Z Downloaded adler2 v2.0.0
13432026-01-23T14:33:46.119Z Compiling value-bag v1.12.0
13442026-01-23T14:33:46.119Z Compiling lock_api v0.4.12
13452026-01-23T14:33:46.119Z Compiling scopeguard v1.2.0
13462026-01-23T14:33:46.143Z Compiling shlex v1.3.0
13472026-01-23T14:33:46.143Z Compiling smallvec v1.15.1
13482026-01-23T14:33:46.143Z Compiling syn v2.0.111
13492026-01-23T14:33:46.143Z Compiling getrandom v0.2.15
13502026-01-23T14:33:46.143Z Compiling jobserver v0.1.32
13512026-01-23T14:33:46.385Z Compiling typenum v1.17.0
13522026-01-23T14:33:46.514Z Compiling rand_core v0.6.4
13532026-01-23T14:33:46.627Z Compiling log v0.4.29
13542026-01-23T14:33:46.679Z Compiling generic-array v0.14.7
13552026-01-23T14:33:46.704Z Compiling cc v1.2.30
13562026-01-23T14:33:47.042Z Compiling subtle v2.6.1
13572026-01-23T14:33:47.042Z Compiling portable-atomic v1.11.0
13582026-01-23T14:33:47.091Z Compiling critical-section v1.1.3
13592026-01-23T14:33:47.116Z Compiling const-oid v0.9.6
13602026-01-23T14:33:47.276Z Compiling getrandom v0.3.4
13612026-01-23T14:33:47.377Z Compiling pkg-config v0.3.31
13622026-01-23T14:33:47.401Z Compiling serde_json v1.0.149
13632026-01-23T14:33:47.728Z Compiling spin v0.9.8
13642026-01-23T14:33:48.125Z Compiling pin-project-lite v0.2.14
13652026-01-23T14:33:48.267Z Compiling parking_lot_core v0.9.10
13662026-01-23T14:33:48.446Z Compiling regex-syntax v0.8.5
13672026-01-23T14:33:48.685Z Compiling rustix v0.38.37
13682026-01-23T14:33:48.744Z Compiling libm v0.2.8
13692026-01-23T14:33:49.131Z Compiling once_cell v1.21.3
13702026-01-23T14:33:49.528Z Compiling signal-hook-registry v1.4.2
13712026-01-23T14:33:49.771Z Compiling num-traits v0.2.19
13722026-01-23T14:33:49.832Z Compiling allocator-api2 v0.2.21
13732026-01-23T14:33:49.856Z Compiling parking_lot v0.12.3
13742026-01-23T14:33:50.486Z Compiling mio v1.0.2
13752026-01-23T14:33:50.559Z Compiling futures-core v0.3.31
13762026-01-23T14:33:50.696Z Compiling lazy_static v1.5.0
13772026-01-23T14:33:50.772Z Compiling aho-corasick v1.1.3
13782026-01-23T14:33:50.882Z Compiling percent-encoding v2.3.2
13792026-01-23T14:33:50.906Z Compiling socket2 v0.6.1
13802026-01-23T14:33:51.312Z Compiling slab v0.4.9
13812026-01-23T14:33:51.719Z Compiling cpufeatures v0.2.14
13822026-01-23T14:33:51.778Z Compiling futures-sink v0.3.31
13832026-01-23T14:33:51.854Z Compiling either v1.15.0
13842026-01-23T14:33:51.932Z Compiling glob v0.3.2
13852026-01-23T14:33:51.959Z Compiling futures-channel v0.3.31
13862026-01-23T14:33:52.356Z Compiling hashbrown v0.16.1
13872026-01-23T14:33:52.381Z Compiling futures-task v0.3.31
13882026-01-23T14:33:52.440Z Compiling pin-utils v0.1.0
13892026-01-23T14:33:52.566Z Compiling rustversion v1.0.22
13902026-01-23T14:33:52.717Z Compiling prettyplease v0.2.36
13912026-01-23T14:33:52.995Z Compiling clang-sys v1.8.1
13922026-01-23T14:33:53.101Z Compiling regex-automata v0.4.11
13932026-01-23T14:33:53.328Z Compiling futures-io v0.3.31
13942026-01-23T14:33:53.645Z Compiling minimal-lexical v0.2.1
13952026-01-23T14:33:53.678Z Compiling indexmap v2.12.1
13962026-01-23T14:33:53.775Z Compiling libloading v0.8.5
13972026-01-23T14:33:54.208Z Compiling synstructure v0.13.1
13982026-01-23T14:33:54.294Z Compiling nom v7.1.3
13992026-01-23T14:33:54.903Z Compiling bindgen v0.69.5
14002026-01-23T14:33:55.133Z Compiling base64ct v1.6.0
14012026-01-23T14:33:55.342Z Compiling ident_case v1.0.1
14022026-01-23T14:33:55.486Z Compiling home v0.5.9
14032026-01-23T14:33:55.666Z Compiling pem-rfc7468 v0.7.0
14042026-01-23T14:33:55.753Z Compiling itertools v0.12.1
14052026-01-23T14:33:55.932Z Compiling form_urlencoded v1.2.2
14062026-01-23T14:33:56.323Z Compiling flagset v0.4.6
14072026-01-23T14:33:56.347Z Compiling lazycell v1.3.0
14082026-01-23T14:33:56.576Z Compiling rustc-hash v1.1.0
14092026-01-23T14:33:56.620Z Compiling rand_core v0.9.3
14102026-01-23T14:33:56.783Z Compiling cmake v0.1.51
14112026-01-23T14:33:57.283Z Compiling dunce v1.0.5
14122026-01-23T14:33:57.448Z Compiling foldhash v0.1.5
14132026-01-23T14:33:57.721Z Compiling cexpr v0.6.0
14142026-01-23T14:33:57.799Z Compiling fs_extra v1.3.0
14152026-01-23T14:33:57.885Z Compiling paste v1.0.15
14162026-01-23T14:33:58.417Z Compiling iana-time-zone v0.1.63
14172026-01-23T14:33:58.527Z Compiling hashbrown v0.15.4
14182026-01-23T14:33:58.573Z Compiling rustc_version v0.4.1
14192026-01-23T14:33:58.803Z Compiling uuid v1.19.0
14202026-01-23T14:33:59.039Z Compiling serde_derive v1.0.228
14212026-01-23T14:33:59.067Z Compiling zeroize_derive v1.4.2
14222026-01-23T14:33:59.311Z Compiling zerofrom-derive v0.1.4
14232026-01-23T14:33:59.413Z Compiling yoke-derive v0.7.4
14242026-01-23T14:33:59.869Z Compiling zerovec-derive v0.10.3
14252026-01-23T14:34:00.372Z Compiling displaydoc v0.2.5
14262026-01-23T14:34:00.482Z Compiling zeroize v1.8.1
14272026-01-23T14:34:01.928Z Compiling icu_provider_macros v1.5.0
14282026-01-23T14:34:02.256Z Compiling zerocopy-derive v0.7.35
14292026-01-23T14:34:02.297Z Compiling tokio-macros v2.6.0
14302026-01-23T14:34:02.589Z Compiling crypto-common v0.1.6
14312026-01-23T14:34:02.792Z Compiling block-buffer v0.10.4
14322026-01-23T14:34:02.867Z Compiling zerofrom v0.1.4
14332026-01-23T14:34:02.987Z Compiling thiserror-impl v2.0.17
14342026-01-23T14:34:03.120Z Compiling digest v0.10.7
14352026-01-23T14:34:03.144Z Compiling yoke v0.7.4
14362026-01-23T14:34:03.545Z Compiling zerovec v0.10.4
14372026-01-23T14:34:03.688Z Compiling hmac v0.12.1
14382026-01-23T14:34:03.940Z Compiling block-padding v0.3.3
14392026-01-23T14:34:03.987Z Compiling futures-macro v0.3.31
14402026-01-23T14:34:04.128Z Compiling regex v1.11.3
14412026-01-23T14:34:04.345Z Compiling inout v0.1.3
14422026-01-23T14:34:04.376Z Compiling zerocopy v0.7.35
14432026-01-23T14:34:04.667Z Compiling cipher v0.4.4
14442026-01-23T14:34:05.170Z Compiling sha2 v0.10.9
14452026-01-23T14:34:05.203Z Compiling der_derive v0.7.3
14462026-01-23T14:34:05.698Z Compiling tinystr v0.7.6
14472026-01-23T14:34:05.722Z Compiling icu_collections v1.5.0
14482026-01-23T14:34:05.778Z Compiling futures-util v0.3.31
14492026-01-23T14:34:06.129Z Compiling icu_locid v1.5.0
14502026-01-23T14:34:06.157Z Compiling thiserror v2.0.17
14512026-01-23T14:34:06.268Z Compiling serde v1.0.228
14522026-01-23T14:34:06.293Z Compiling ppv-lite86 v0.2.20
14532026-01-23T14:34:06.356Z Compiling pest v2.8.2
14542026-01-23T14:34:07.006Z Compiling salsa20 v0.10.2
14552026-01-23T14:34:07.110Z Compiling pbkdf2 v0.12.2
14562026-01-23T14:34:07.264Z Compiling der v0.7.10
14572026-01-23T14:34:07.288Z Compiling vcpkg v0.2.15
14582026-01-23T14:34:07.313Z Compiling zerocopy v0.8.27
14592026-01-23T14:34:07.518Z Compiling bitflags v2.9.4
14602026-01-23T14:34:07.992Z Compiling bytes v1.10.1
14612026-01-23T14:34:08.081Z Compiling icu_provider v1.5.0
14622026-01-23T14:34:08.169Z Compiling chrono v0.4.42
14632026-01-23T14:34:08.900Z Compiling icu_locid_transform v1.5.0
14642026-01-23T14:34:09.029Z Compiling openssl-sys v0.9.109
14652026-01-23T14:34:09.403Z Compiling tokio v1.48.0
14662026-01-23T14:34:09.550Z Compiling spki v0.7.3
14672026-01-23T14:34:09.936Z Compiling http v1.4.0
14682026-01-23T14:34:10.039Z Compiling pest_meta v2.8.2
14692026-01-23T14:34:10.313Z Compiling icu_properties v1.5.1
14702026-01-23T14:34:11.220Z Compiling scrypt v0.11.0
14712026-01-23T14:34:11.415Z Compiling rand_chacha v0.9.0
14722026-01-23T14:34:11.444Z Compiling aes v0.8.4
14732026-01-23T14:34:11.743Z Compiling which v4.4.2
14742026-01-23T14:34:12.351Z Compiling cbc v0.1.2
14752026-01-23T14:34:12.592Z Compiling zerocopy-derive v0.8.27
14762026-01-23T14:34:12.950Z Compiling pkcs5 v0.7.1
14772026-01-23T14:34:13.634Z Compiling rand v0.9.2
14782026-01-23T14:34:13.796Z Compiling pest_generator v2.8.2
14792026-01-23T14:34:14.206Z Compiling icu_normalizer v1.5.0
14802026-01-23T14:34:14.249Z Compiling tracing-attributes v0.1.27
14812026-01-23T14:34:15.004Z Compiling serde_derive_internals v0.29.1
14822026-01-23T14:34:15.432Z Compiling idna_adapter v1.2.0
14832026-01-23T14:34:15.485Z Compiling ring v0.17.14
14842026-01-23T14:34:15.716Z Compiling idna v1.0.3
14852026-01-23T14:34:15.878Z Compiling tracing-core v0.1.32
14862026-01-23T14:34:16.630Z Compiling url v2.5.4
14872026-01-23T14:34:17.205Z Compiling adler2 v2.0.0
14882026-01-23T14:34:17.233Z Compiling rustix v1.1.3
14892026-01-23T14:34:17.378Z Compiling aws-lc-rs v1.12.4
14902026-01-23T14:34:17.414Z Compiling schemars v0.8.22
14912026-01-23T14:34:17.510Z Compiling miniz_oxide v0.8.5
14922026-01-23T14:34:17.903Z Compiling tracing v0.1.40
14932026-01-23T14:34:17.945Z Compiling schemars_derive v0.8.22
14942026-01-23T14:34:18.476Z Compiling tokio-util v0.7.15
14952026-01-23T14:34:18.529Z Compiling pest_derive v2.8.2
14962026-01-23T14:34:18.950Z Compiling pkcs8 v0.10.2
14972026-01-23T14:34:19.325Z Compiling http-body v1.0.1
14982026-01-23T14:34:19.482Z Compiling scroll_derive v0.13.1
14992026-01-23T14:34:19.609Z Compiling darling_core v0.20.10
15002026-01-23T14:34:19.701Z Compiling base64 v0.22.1
15012026-01-23T14:34:20.418Z Compiling dyn-clone v1.0.20
15022026-01-23T14:34:20.667Z Compiling rustls-pki-types v1.10.0
15032026-01-23T14:34:20.732Z Compiling tinyvec_macros v0.1.1
15042026-01-23T14:34:20.797Z Compiling httparse v1.9.5
15052026-01-23T14:34:20.857Z Compiling tinyvec v1.8.0
15062026-01-23T14:34:21.179Z Compiling scroll v0.13.0
15072026-01-23T14:34:21.774Z Compiling zstd-sys v2.0.14+zstd.1.5.7
15082026-01-23T14:34:22.326Z Compiling bzip2-sys v0.1.13+1.0.8
15092026-01-23T14:34:22.557Z Compiling try-lock v0.2.5
15102026-01-23T14:34:22.784Z Compiling tower-service v0.3.3
15112026-01-23T14:34:22.876Z Compiling num-conv v0.1.0
15122026-01-23T14:34:22.971Z Compiling openssl-probe v0.1.5
15132026-01-23T14:34:23.211Z Compiling untrusted v0.7.1
15142026-01-23T14:34:23.237Z Compiling tower-layer v0.3.3
15152026-01-23T14:34:23.326Z Compiling time-core v0.1.6
15162026-01-23T14:34:23.446Z Compiling atomic-waker v1.1.2
15172026-01-23T14:34:23.512Z Compiling powerfmt v0.2.0
15182026-01-23T14:34:23.586Z Compiling foreign-types-shared v0.1.1
15192026-01-23T14:34:23.635Z Compiling openssl v0.10.73
15202026-01-23T14:34:23.718Z Compiling untrusted v0.9.0
15212026-01-23T14:34:23.770Z Compiling foreign-types v0.3.2
15222026-01-23T14:34:23.894Z Compiling deranged v0.5.3
15232026-01-23T14:34:23.975Z Compiling h2 v0.4.6
15242026-01-23T14:34:24.117Z Compiling tempfile v3.24.0
15252026-01-23T14:34:24.788Z Compiling time-macros v0.2.24
15262026-01-23T14:34:25.038Z Compiling want v0.3.1
15272026-01-23T14:34:25.518Z Compiling darling_macro v0.20.10
15282026-01-23T14:34:26.438Z Compiling goblin v0.10.2
15292026-01-23T14:34:26.470Z Compiling darling v0.20.10
15302026-01-23T14:34:27.379Z Compiling ipnet v2.11.0
15312026-01-23T14:34:27.497Z Compiling openssl-macros v0.1.1
15322026-01-23T14:34:28.185Z Compiling wait-timeout v0.2.0
15332026-01-23T14:34:28.326Z Compiling num_threads v0.1.7
15342026-01-23T14:34:28.488Z Compiling syn v1.0.109
15352026-01-23T14:34:28.686Z Compiling gimli v0.31.1
15362026-01-23T14:34:28.712Z Compiling httpdate v1.0.3
15372026-01-23T14:34:28.749Z Compiling quick-error v1.2.3
15382026-01-23T14:34:28.945Z Compiling bit-vec v0.8.0
15392026-01-23T14:34:29.101Z Compiling native-tls v0.2.12
15402026-01-23T14:34:29.297Z Compiling crossbeam-utils v0.8.21
15412026-01-23T14:34:29.511Z Compiling usdt-impl v0.6.0
15422026-01-23T14:34:29.545Z Compiling rustls v0.23.19
15432026-01-23T14:34:29.958Z Compiling bit-set v0.8.0
15442026-01-23T14:34:30.009Z Compiling rusty-fork v0.3.0
15452026-01-23T14:34:30.073Z Compiling time v0.3.43
15462026-01-23T14:34:30.728Z Compiling derive_builder_core v0.20.2
15472026-01-23T14:34:32.944Z Compiling addr2line v0.24.2
15482026-01-23T14:34:33.417Z Compiling hyper v1.8.1
15492026-01-23T14:34:33.876Z Compiling unicode-normalization v0.1.24
15502026-01-23T14:34:34.168Z Compiling dtrace-parser v0.3.0
15512026-01-23T14:34:34.221Z Compiling signature v2.2.0
15522026-01-23T14:34:34.562Z Compiling dof v0.4.0
15532026-01-23T14:34:34.924Z Compiling heapless v0.7.17
15542026-01-23T14:34:35.364Z Compiling thiserror-impl v1.0.69
15552026-01-23T14:34:36.121Z Compiling scroll_derive v0.12.0
15562026-01-23T14:34:36.903Z Compiling rand_xorshift v0.4.0
15572026-01-23T14:34:37.263Z Compiling darling_core v0.21.0
15582026-01-23T14:34:37.505Z Compiling slog v2.8.2
15592026-01-23T14:34:37.536Z Compiling thread-id v5.0.0
15602026-01-23T14:34:37.696Z Compiling cookie v0.18.1
15612026-01-23T14:34:37.861Z Compiling object v0.36.5
15622026-01-23T14:34:38.030Z Compiling crc32fast v1.4.2
15632026-01-23T14:34:38.091Z Compiling zlib-rs v0.5.1
15642026-01-23T14:34:38.392Z Compiling rustc-demangle v0.1.24
15652026-01-23T14:34:38.435Z Compiling anyhow v1.0.99
15662026-01-23T14:34:38.506Z Compiling zstd-safe v7.2.3
15672026-01-23T14:34:38.733Z Compiling unarray v0.1.4
15682026-01-23T14:34:38.862Z Compiling siphasher v0.3.11
15692026-01-23T14:34:38.938Z Compiling signal-hook v0.3.18
15702026-01-23T14:34:39.086Z Compiling unicode-bidi v0.3.17
15712026-01-23T14:34:39.329Z Compiling unicode-properties v0.1.3
15722026-01-23T14:34:39.394Z Compiling phf_shared v0.11.2
15732026-01-23T14:34:39.744Z Compiling proptest v1.7.0
15742026-01-23T14:34:39.860Z Compiling thiserror v1.0.69
15752026-01-23T14:34:40.077Z Compiling stringprep v0.1.5
15762026-01-23T14:34:40.389Z Compiling scroll v0.12.0
15772026-01-23T14:34:40.960Z Compiling hyper-util v0.1.19
15782026-01-23T14:34:41.660Z Compiling derive_builder_macro v0.20.2
15792026-01-23T14:34:43.637Z Compiling ipnetwork v0.21.1
15802026-01-23T14:34:43.780Z Compiling darling_macro v0.21.0
15812026-01-23T14:34:44.550Z Compiling serde_tokenstream v0.2.2
15822026-01-23T14:34:44.674Z Compiling libz-rs-sys v0.5.1
15832026-01-23T14:34:44.989Z Compiling backtrace v0.3.74
15842026-01-23T14:34:45.240Z Compiling toml_datetime v0.6.11
15852026-01-23T14:34:45.386Z Compiling serde_spanned v0.6.9
15862026-01-23T14:34:45.418Z Compiling erased-serde v0.3.31
15872026-01-23T14:34:45.574Z Compiling rand_chacha v0.3.1
15882026-01-23T14:34:45.660Z Compiling md-5 v0.10.6
15892026-01-23T14:34:45.803Z Compiling curve25519-dalek v4.1.3
15902026-01-23T14:34:45.958Z Compiling vergen-lib v0.1.6
15912026-01-23T14:34:46.280Z Compiling num-integer v0.1.46
15922026-01-23T14:34:46.555Z Compiling sync_wrapper v1.0.1
15932026-01-23T14:34:46.752Z Compiling ff v0.13.0
15942026-01-23T14:34:46.836Z Compiling hash32 v0.2.1
15952026-01-23T14:34:47.032Z Compiling memoffset v0.9.1
15962026-01-23T14:34:47.101Z Compiling litrs v0.4.1
15972026-01-23T14:34:47.266Z Compiling base16ct v0.2.0
15982026-01-23T14:34:47.375Z Compiling fallible-iterator v0.2.0
15992026-01-23T14:34:47.468Z Compiling psl-types v2.0.11
16002026-01-23T14:34:47.607Z Compiling cfg_aliases v0.2.1
16012026-01-23T14:34:47.734Z Compiling num-bigint-dig v0.8.6
16022026-01-23T14:34:47.766Z Compiling smoltcp v0.9.1
16032026-01-23T14:34:47.914Z Compiling ref-cast v1.0.25
16042026-01-23T14:34:48.141Z Compiling postgres-protocol v0.6.8
16052026-01-23T14:34:48.169Z Compiling nix v0.29.0
16062026-01-23T14:34:48.326Z Compiling document-features v0.2.11
16072026-01-23T14:34:48.544Z Compiling publicsuffix v2.3.0
16082026-01-23T14:34:48.630Z Compiling sec1 v0.7.3
16092026-01-23T14:34:49.101Z Compiling group v0.13.0
16102026-01-23T14:34:49.289Z Compiling num-iter v0.1.45
16112026-01-23T14:34:49.519Z Compiling tower v0.5.2
16122026-01-23T14:34:49.660Z Compiling newtype-uuid v1.3.2
16132026-01-23T14:34:49.728Z Compiling rand v0.8.5
16142026-01-23T14:34:50.385Z Compiling flate2 v1.1.2
16152026-01-23T14:34:50.551Z Compiling darling v0.21.0
16162026-01-23T14:34:50.605Z Compiling oxnet v0.1.4
16172026-01-23T14:34:50.722Z Compiling derive_builder v0.20.2
16182026-01-23T14:34:50.928Z Compiling tokio-native-tls v0.3.1
16192026-01-23T14:34:50.952Z Compiling goblin v0.8.2
16202026-01-23T14:34:51.779Z Compiling rustls-native-certs v0.8.1
16212026-01-23T14:34:51.904Z Compiling webpki-roots v1.0.1
16222026-01-23T14:34:52.133Z Compiling http-body-util v0.1.3
16232026-01-23T14:34:52.410Z Compiling strum_macros v0.27.2
16242026-01-23T14:34:52.470Z Compiling terminal_size v0.4.0
16252026-01-23T14:34:52.686Z Compiling cargo-platform v0.1.8
16262026-01-23T14:34:52.710Z Compiling hkdf v0.12.4
16272026-01-23T14:34:52.749Z Compiling crypto-bigint v0.5.5
16282026-01-23T14:34:53.044Z Compiling daft-derive v0.1.4
16292026-01-23T14:34:53.240Z Compiling curve25519-dalek-derive v0.1.1
16302026-01-23T14:34:54.419Z Compiling hubpack_derive v0.1.1
16312026-01-23T14:34:54.766Z Compiling async-trait v0.1.89
16322026-01-23T14:34:54.790Z Compiling ref-cast-impl v1.0.25
16332026-01-23T14:34:55.434Z Compiling vergen v9.0.6
16342026-01-23T14:34:55.858Z Compiling ahash v0.8.12
16352026-01-23T14:34:56.038Z Compiling fs-err v3.1.1
16362026-01-23T14:34:56.304Z Compiling ryu v1.0.18
16372026-01-23T14:34:56.447Z Compiling buf-list v1.0.3
16382026-01-23T14:34:56.741Z Compiling simd-adler32 v0.3.7
16392026-01-23T14:34:57.142Z Compiling lockfree-object-pool v0.1.6
16402026-01-23T14:34:57.265Z Compiling winnow v0.5.40
16412026-01-23T14:34:57.378Z Compiling bitflags v1.3.2
16422026-01-23T14:34:57.457Z Compiling managed v0.8.0
16432026-01-23T14:34:57.502Z Compiling iri-string v0.7.8
16442026-01-23T14:34:57.533Z Compiling bumpalo v3.16.0
16452026-01-23T14:34:57.979Z Compiling unicode-segmentation v1.12.0
16462026-01-23T14:34:58.079Z Compiling zopfli v0.8.1
16472026-01-23T14:34:58.840Z Compiling clap_builder v4.5.48
16482026-01-23T14:34:59.735Z Compiling dof v0.3.0
16492026-01-23T14:35:00.610Z Compiling toml_edit v0.19.15
16502026-01-23T14:35:00.855Z Compiling tower-http v0.6.6
16512026-01-23T14:35:00.879Z Compiling strum v0.27.2
16522026-01-23T14:35:01.205Z Compiling serde_urlencoded v0.7.1
16532026-01-23T14:35:01.775Z Compiling elliptic-curve v0.13.8
16542026-01-23T14:35:01.841Z Compiling hubpack v0.1.2
16552026-01-23T14:35:01.880Z Compiling daft v0.1.4
16562026-01-23T14:35:02.332Z Compiling cargo_metadata v0.19.2
16572026-01-23T14:35:02.492Z Compiling hyper-tls v0.6.0
16582026-01-23T14:35:02.843Z Compiling signal-hook-mio v0.2.4
16592026-01-23T14:35:02.970Z Compiling cookie_store v0.21.1
16602026-01-23T14:35:03.054Z Compiling zstd v0.13.3
16612026-01-23T14:35:05.441Z Compiling serde_with_macros v3.16.1
16622026-01-23T14:35:05.996Z Compiling postgres-types v0.2.9
16632026-01-23T14:35:06.908Z Compiling usdt-macro v0.6.0
16642026-01-23T14:35:07.324Z Compiling usdt-attr-macro v0.6.0
16652026-01-23T14:35:07.663Z Compiling dtrace-parser v0.2.0
16662026-01-23T14:35:07.690Z Compiling phf v0.11.2
16672026-01-23T14:35:07.966Z Compiling ed25519 v2.2.3
16682026-01-23T14:35:08.072Z Compiling bzip2 v0.4.4
16692026-01-23T14:35:08.413Z Compiling bzip2 v0.5.2
16702026-01-23T14:35:08.497Z Compiling pkcs1 v0.7.5
16712026-01-23T14:35:08.867Z Compiling clap_derive v4.5.47
16722026-01-23T14:35:08.970Z Compiling strum_macros v0.26.4
16732026-01-23T14:35:09.520Z Compiling enum-as-inner v0.6.1
16742026-01-23T14:35:09.782Z Compiling hex v0.4.3
16752026-01-23T14:35:09.838Z Compiling serde-big-array v0.5.1
16762026-01-23T14:35:10.122Z Compiling rfc6979 v0.4.0
16772026-01-23T14:35:10.147Z Compiling serde_repr v0.1.19
16782026-01-23T14:35:10.359Z Compiling bstr v1.10.0
16792026-01-23T14:35:10.436Z Compiling float-cmp v0.10.0
16802026-01-23T14:35:10.565Z Compiling env_filter v0.1.2
16812026-01-23T14:35:10.729Z Compiling memmap2 v0.9.8
16822026-01-23T14:35:11.197Z Compiling socket2 v0.5.10
16832026-01-23T14:35:11.305Z Compiling encoding_rs v0.8.34
16842026-01-23T14:35:11.330Z Compiling foldhash v0.2.0
16852026-01-23T14:35:11.869Z Compiling normalize-line-endings v0.3.0
16862026-01-23T14:35:12.046Z Compiling predicates-core v1.0.8
16872026-01-23T14:35:12.080Z Compiling precomputed-hash v0.1.1
16882026-01-23T14:35:12.261Z Compiling static_assertions v1.1.0
16892026-01-23T14:35:12.292Z Compiling new_debug_unreachable v1.0.6
16902026-01-23T14:35:12.425Z Compiling fixedbitset v0.4.2
16912026-01-23T14:35:12.455Z Compiling rustc-hash v2.1.1
16922026-01-23T14:35:12.479Z Compiling data-encoding v2.9.0
16932026-01-23T14:35:12.738Z Compiling jiff v0.2.15
16942026-01-23T14:35:12.966Z Compiling keccak v0.1.5
16952026-01-23T14:35:13.508Z Compiling difflib v0.4.0
16962026-01-23T14:35:13.619Z Compiling whoami v1.5.2
16972026-01-23T14:35:14.177Z Compiling fixedbitset v0.5.7
16982026-01-23T14:35:14.200Z Compiling mime v0.3.17
16992026-01-23T14:35:14.784Z Compiling petgraph v0.8.2
17002026-01-23T14:35:14.964Z Compiling toml_edit v0.22.27
17012026-01-23T14:35:14.995Z Compiling predicates v3.1.3
17022026-01-23T14:35:15.019Z Compiling tokio-postgres v0.7.13
17032026-01-23T14:35:15.053Z Compiling strum v0.26.3
17042026-01-23T14:35:15.291Z Compiling clap v4.5.48
17052026-01-23T14:35:15.483Z Compiling sha3 v0.10.8
17062026-01-23T14:35:16.615Z Compiling hickory-proto v0.25.2
17072026-01-23T14:35:16.640Z Compiling petgraph v0.6.5
17082026-01-23T14:35:18.106Z Compiling iddqd v0.3.16
17092026-01-23T14:35:19.791Z Compiling string_cache v0.8.9
17102026-01-23T14:35:20.264Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17112026-01-23T14:35:20.376Z Compiling similar v2.7.0
17122026-01-23T14:35:21.053Z Compiling zip v4.2.0
17132026-01-23T14:35:21.081Z Compiling usdt v0.6.0
17142026-01-23T14:35:21.649Z Compiling env_logger v0.11.8
17152026-01-23T14:35:22.407Z Compiling usdt-impl v0.5.0
17162026-01-23T14:35:22.475Z Compiling serde_with v3.16.1
17172026-01-23T14:35:22.583Z Compiling ecdsa v0.16.9
17182026-01-23T14:35:23.434Z Compiling rsa v0.9.8
17192026-01-23T14:35:23.477Z Compiling zip v0.6.6
17202026-01-23T14:35:23.785Z Compiling ed25519-dalek v2.1.1
17212026-01-23T14:35:25.171Z Compiling toml v0.7.8
17222026-01-23T14:35:26.057Z Compiling crossterm v0.28.1
17232026-01-23T14:35:27.695Z Compiling heck v0.4.1
17242026-01-23T14:35:27.745Z Compiling crossbeam-epoch v0.9.18
17252026-01-23T14:35:27.781Z Compiling tokio-stream v0.1.17
17262026-01-23T14:35:27.819Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17272026-01-23T14:35:28.210Z Compiling x509-cert v0.2.5
17282026-01-23T14:35:28.344Z Compiling openapiv3 v2.2.0
17292026-01-23T14:35:28.590Z Compiling sha1 v0.10.6
17302026-01-23T14:35:28.891Z Compiling itertools v0.10.5
17312026-01-23T14:35:29.101Z Compiling itertools v0.13.0
17322026-01-23T14:35:29.407Z Compiling winnow v0.6.26
17332026-01-23T14:35:29.713Z Compiling peg-runtime v0.8.5
17342026-01-23T14:35:30.320Z Compiling lalrpop-util v0.19.12
17352026-01-23T14:35:30.724Z Compiling thread_local v1.1.8
17362026-01-23T14:35:31.272Z Compiling slog-async v2.8.0
17372026-01-23T14:35:31.627Z Compiling crossbeam-channel v0.5.15
17382026-01-23T14:35:31.668Z Compiling xattr v1.3.1
17392026-01-23T14:35:31.931Z Compiling futures-executor v0.3.31
17402026-01-23T14:35:31.984Z Compiling filetime v0.2.26
17412026-01-23T14:35:32.336Z Compiling is-terminal v0.4.13
17422026-01-23T14:35:32.387Z Compiling term v1.1.0
17432026-01-23T14:35:32.489Z Compiling take_mut v0.2.2
17442026-01-23T14:35:32.520Z Compiling futures v0.3.31
17452026-01-23T14:35:32.569Z Compiling tar v0.4.44
17462026-01-23T14:35:33.134Z Compiling slog-term v2.9.2
17472026-01-23T14:35:36.872Z Compiling aws-lc-sys v0.26.0
17482026-01-23T14:36:14.273Z Compiling rustls-webpki v0.102.8
17492026-01-23T14:36:21.026Z Compiling tokio-rustls v0.26.0
17502026-01-23T14:36:21.405Z Compiling hyper-rustls v0.27.7
17512026-01-23T14:36:21.796Z Compiling reqwest v0.12.24
17522026-01-23T14:36:27.147Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17532026-01-23T14:36:27.574Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17542026-01-23T14:36:33.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 52s
17552026-01-23T14:36:33.927Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17562026-01-23T14:36:34.010ZJan 23 14:36:33.019 INFO Starting download, target: Clickhouse
17572026-01-23T14:36:34.010ZJan 23 14:36:33.020 INFO Starting download, target: Cockroach
17582026-01-23T14:36:34.010ZJan 23 14:36:33.020 INFO Starting download, target: Console
17592026-01-23T14:36:34.010ZJan 23 14:36:33.020 INFO Starting download, target: DendriteStub
17602026-01-23T14:36:34.010ZJan 23 14:36:33.020 INFO Starting download, target: MaghemiteMgd
17612026-01-23T14:36:34.010ZJan 23 14:36:33.020 INFO Starting download, target: TransceiverControl
17622026-01-23T14:36:34.035ZJan 23 14:36:33.021 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17632026-01-23T14:36:34.036ZJan 23 14:36:33.021 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17642026-01-23T14:36:34.036ZJan 23 14:36:33.021 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17652026-01-23T14:36:34.036ZJan 23 14:36:33.022 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17662026-01-23T14:36:34.036ZJan 23 14:36:33.022 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17672026-01-23T14:36:34.036ZJan 23 14:36:33.022 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17682026-01-23T14:36:34.357ZJan 23 14:36:33.368 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17692026-01-23T14:36:34.839ZJan 23 14:36:33.848 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17702026-01-23T14:36:34.864ZJan 23 14:36:33.867 INFO Download complete, target: Console
17712026-01-23T14:36:35.268ZJan 23 14:36:34.278 INFO Download complete, target: TransceiverControl
17722026-01-23T14:36:39.221ZJan 23 14:36:38.229 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17732026-01-23T14:36:43.648ZJan 23 14:36:42.658 INFO Download complete, target: DendriteStub
17742026-01-23T14:36:43.942ZJan 23 14:36:42.953 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17752026-01-23T14:36:45.424ZJan 23 14:36:44.435 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17762026-01-23T14:36:45.424ZJan 23 14:36:44.435 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17772026-01-23T14:36:49.937ZJan 23 14:36:48.948 INFO Download complete, target: MaghemiteMgd
17782026-01-23T14:36:57.893ZJan 23 14:36:56.905 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17792026-01-23T14:36:58.010ZJan 23 14:36:57.021 INFO Checking that binary works, target: Cockroach
17802026-01-23T14:36:58.274ZJan 23 14:36:57.286 INFO Download complete, target: Cockroach
17812026-01-23T14:37:14.460ZJan 23 14:37:13.472 INFO Checking that binary works, target: Clickhouse
17822026-01-23T14:37:14.685ZJan 23 14:37:13.696 INFO Download complete, target: Clickhouse
17832026-01-23T14:37:14.716ZAll builder prerequisites installed successfully, and PATH looks valid
17842026-01-23T14:37:14.741Z
17852026-01-23T14:37:14.741Zreal 6:44.853433448
17862026-01-23T14:37:14.741Zuser 19:51.981758875
17872026-01-23T14:37:14.741Zsys 3:06.752495088
17882026-01-23T14:37:14.741Ztrap 0.839107415
17892026-01-23T14:37:14.741Ztflt 0.409906049
17902026-01-23T14:37:14.741Zdflt 1.253422141
17912026-01-23T14:37:14.741Zkflt 0.012091269
17922026-01-23T14:37:14.741Zlock 54:46.672658166
17932026-01-23T14:37:14.741Zslp 1:13:47.677314339
17942026-01-23T14:37:14.741Zlat 1:26.471852647
17952026-01-23T14:37:14.741Zstop 3:12.445984025
17962026-01-23T14:37:14.741Z+ banner hack-check
17972026-01-23T14:37:14.741Z
17982026-01-23T14:37:14.741Z # # ## #### # # #### # # ###### #### # #
17992026-01-23T14:37:14.741Z # # # # # # # # # # # # # # # # #
18002026-01-23T14:37:14.741Z ###### # # # #### ##### # ###### ##### # ####
18012026-01-23T14:37:14.741Z # # ###### # # # # # # # # # #
18022026-01-23T14:37:14.741Z # # # # # # # # # # # # # # # # #
18032026-01-23T14:37:14.741Z # # # # #### # # #### # # ###### #### # #
18042026-01-23T14:37:14.741Z
18052026-01-23T14:37:14.741Z+ export CARGO_INCREMENTAL=0
18062026-01-23T14:37:14.741Z+ CARGO_INCREMENTAL=0
18072026-01-23T14:37:14.741Z+ ptime -m timeout 2h cargo xtask check-features --ci
18082026-01-23T14:37:16.134Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18092026-01-23T14:37:16.494Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18102026-01-23T14:37:20.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.93s
18112026-01-23T14:37:20.873Z Running `target/debug/xtask check-features --ci`
18122026-01-23T14:37:20.910Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18132026-01-23T14:37:20.910Zrunning: "/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18142026-01-23T14:37:21.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
18152026-01-23T14:37:21.882Z Running `target/debug/xtask download cargo-hack`
18162026-01-23T14:37:23.497Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18172026-01-23T14:37:23.889Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18182026-01-23T14:37:29.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.25s
18192026-01-23T14:37:29.340Z Running `target/debug/xtask-downloader cargo-hack`
18202026-01-23T14:37:29.397ZJan 23 14:37:28.408 INFO Starting download, target: CargoHack
18212026-01-23T14:37:29.421ZJan 23 14:37:28.410 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18222026-01-23T14:37:29.770ZJan 23 14:37:28.783 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18232026-01-23T14:37:29.872ZJan 23 14:37:28.884 INFO Download complete, target: CargoHack
18242026-01-23T14:37:29.896Zrunning: "/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
18252026-01-23T14:37:29.921Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18262026-01-23T14:37:30.221Zinfo: running `cargo check --bins` on api_identity (1/247)
18272026-01-23T14:37:31.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18282026-01-23T14:37:31.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18292026-01-23T14:37:31.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18302026-01-23T14:37:31.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
18312026-01-23T14:37:31.381Z
18322026-01-23T14:37:31.381Zinfo: running `cargo check --bins` on bootstore (2/247)
18332026-01-23T14:37:32.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18342026-01-23T14:37:32.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18352026-01-23T14:37:32.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18362026-01-23T14:37:32.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
18372026-01-23T14:37:32.520Z
18382026-01-23T14:37:32.520Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/247)
18392026-01-23T14:37:33.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18402026-01-23T14:37:33.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18412026-01-23T14:37:33.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18422026-01-23T14:37:33.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
18432026-01-23T14:37:33.627Z
18442026-01-23T14:37:33.627Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/247)
18452026-01-23T14:37:34.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18462026-01-23T14:37:34.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18472026-01-23T14:37:34.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18482026-01-23T14:37:34.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
18492026-01-23T14:37:34.751Z
18502026-01-23T14:37:34.751Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/247)
18512026-01-23T14:37:35.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18522026-01-23T14:37:35.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18532026-01-23T14:37:35.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18542026-01-23T14:37:35.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
18552026-01-23T14:37:35.644Z
18562026-01-23T14:37:35.644Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/247)
18572026-01-23T14:37:36.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18582026-01-23T14:37:36.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18592026-01-23T14:37:36.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18602026-01-23T14:37:36.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
18612026-01-23T14:37:36.515Z
18622026-01-23T14:37:36.515Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/247)
18632026-01-23T14:37:37.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18642026-01-23T14:37:37.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18652026-01-23T14:37:37.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18662026-01-23T14:37:37.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
18672026-01-23T14:37:37.451Z
18682026-01-23T14:37:37.451Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/247)
18692026-01-23T14:37:38.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18702026-01-23T14:37:38.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18712026-01-23T14:37:38.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18722026-01-23T14:37:38.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
18732026-01-23T14:37:38.322Z
18742026-01-23T14:37:38.322Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/247)
18752026-01-23T14:37:39.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18762026-01-23T14:37:39.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18772026-01-23T14:37:39.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18782026-01-23T14:37:39.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
18792026-01-23T14:37:39.154Z
18802026-01-23T14:37:39.154Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/247)
18812026-01-23T14:37:39.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18822026-01-23T14:37:39.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18832026-01-23T14:37:39.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18842026-01-23T14:37:39.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
18852026-01-23T14:37:40.024Z
18862026-01-23T14:37:40.024Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/247)
18872026-01-23T14:37:40.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18882026-01-23T14:37:40.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18892026-01-23T14:37:40.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18902026-01-23T14:37:40.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
18912026-01-23T14:37:40.907Z
18922026-01-23T14:37:40.907Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/247)
18932026-01-23T14:37:41.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18942026-01-23T14:37:41.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18952026-01-23T14:37:41.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18962026-01-23T14:37:41.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
18972026-01-23T14:37:41.820Z
18982026-01-23T14:37:41.820Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/247)
18992026-01-23T14:37:42.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19002026-01-23T14:37:42.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19012026-01-23T14:37:42.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19022026-01-23T14:37:42.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
19032026-01-23T14:37:42.735Z
19042026-01-23T14:37:42.736Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/247)
19052026-01-23T14:37:43.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19062026-01-23T14:37:43.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19072026-01-23T14:37:43.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19082026-01-23T14:37:43.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
19092026-01-23T14:37:43.623Z
19102026-01-23T14:37:43.623Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/247)
19112026-01-23T14:37:44.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19122026-01-23T14:37:44.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19132026-01-23T14:37:44.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19142026-01-23T14:37:44.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
19152026-01-23T14:37:44.457Z
19162026-01-23T14:37:44.457Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/247)
19172026-01-23T14:37:45.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19182026-01-23T14:37:45.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19192026-01-23T14:37:45.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19202026-01-23T14:37:45.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
19212026-01-23T14:37:45.362Z
19222026-01-23T14:37:45.363Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/247)
19232026-01-23T14:37:46.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19242026-01-23T14:37:46.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19252026-01-23T14:37:46.231Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19262026-01-23T14:37:46.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
19272026-01-23T14:37:46.297Z
19282026-01-23T14:37:46.297Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/247)
19292026-01-23T14:37:47.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19302026-01-23T14:37:47.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19312026-01-23T14:37:47.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19322026-01-23T14:37:47.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
19332026-01-23T14:37:47.167Z
19342026-01-23T14:37:47.167Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/247)
19352026-01-23T14:37:48.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19362026-01-23T14:37:48.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19372026-01-23T14:37:48.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19382026-01-23T14:37:48.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
19392026-01-23T14:37:48.107Z
19402026-01-23T14:37:48.107Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/247)
19412026-01-23T14:37:48.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19422026-01-23T14:37:48.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19432026-01-23T14:37:48.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19442026-01-23T14:37:48.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
19452026-01-23T14:37:49.007Z
19462026-01-23T14:37:49.007Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/247)
19472026-01-23T14:37:49.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19482026-01-23T14:37:49.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19492026-01-23T14:37:49.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19502026-01-23T14:37:49.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
19512026-01-23T14:37:49.947Z
19522026-01-23T14:37:49.947Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/247)
19532026-01-23T14:37:50.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19542026-01-23T14:37:50.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19552026-01-23T14:37:50.839Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19562026-01-23T14:37:50.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
19572026-01-23T14:37:50.909Z
19582026-01-23T14:37:50.909Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/247)
19592026-01-23T14:37:51.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19602026-01-23T14:37:51.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19612026-01-23T14:37:51.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19622026-01-23T14:37:51.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
19632026-01-23T14:37:51.807Z
19642026-01-23T14:37:51.807Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/247)
19652026-01-23T14:37:52.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19662026-01-23T14:37:52.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19672026-01-23T14:37:52.691Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19682026-01-23T14:37:52.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
19692026-01-23T14:37:52.768Z
19702026-01-23T14:37:52.768Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/247)
19712026-01-23T14:37:53.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19722026-01-23T14:37:53.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19732026-01-23T14:37:53.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19742026-01-23T14:37:53.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
19752026-01-23T14:37:53.645Z
19762026-01-23T14:37:53.645Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/247)
19772026-01-23T14:37:54.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19782026-01-23T14:37:54.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19792026-01-23T14:37:54.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19802026-01-23T14:37:54.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
19812026-01-23T14:37:54.585Z
19822026-01-23T14:37:54.585Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/247)
19832026-01-23T14:37:55.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19842026-01-23T14:37:55.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19852026-01-23T14:37:55.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19862026-01-23T14:37:55.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
19872026-01-23T14:37:55.435Z
19882026-01-23T14:37:55.435Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/247)
19892026-01-23T14:37:56.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19902026-01-23T14:37:56.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19912026-01-23T14:37:56.373Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19922026-01-23T14:37:56.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
19932026-01-23T14:37:56.455Z
19942026-01-23T14:37:56.456Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/247)
19952026-01-23T14:37:57.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19962026-01-23T14:37:57.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19972026-01-23T14:37:57.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19982026-01-23T14:37:57.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
19992026-01-23T14:37:57.434Z
20002026-01-23T14:37:57.434Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/247)
20012026-01-23T14:37:58.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20022026-01-23T14:37:58.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20032026-01-23T14:37:58.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20042026-01-23T14:37:58.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
20052026-01-23T14:37:58.320Z
20062026-01-23T14:37:58.320Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/247)
20072026-01-23T14:37:59.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20082026-01-23T14:37:59.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20092026-01-23T14:37:59.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20102026-01-23T14:37:59.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
20112026-01-23T14:37:59.178Z
20122026-01-23T14:37:59.179Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/247)
20132026-01-23T14:37:59.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20142026-01-23T14:37:59.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20152026-01-23T14:37:59.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20162026-01-23T14:37:59.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
20172026-01-23T14:38:00.051Z
20182026-01-23T14:38:00.051Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/247)
20192026-01-23T14:38:00.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20202026-01-23T14:38:00.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20212026-01-23T14:38:00.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20222026-01-23T14:38:00.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
20232026-01-23T14:38:00.943Z
20242026-01-23T14:38:00.943Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/247)
20252026-01-23T14:38:01.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20262026-01-23T14:38:01.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20272026-01-23T14:38:01.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20282026-01-23T14:38:01.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
20292026-01-23T14:38:01.920Z
20302026-01-23T14:38:01.920Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/247)
20312026-01-23T14:38:02.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20322026-01-23T14:38:02.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20332026-01-23T14:38:02.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20342026-01-23T14:38:02.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
20352026-01-23T14:38:02.814Z
20362026-01-23T14:38:02.814Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/247)
20372026-01-23T14:38:03.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20382026-01-23T14:38:03.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20392026-01-23T14:38:03.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20402026-01-23T14:38:03.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
20412026-01-23T14:38:03.693Z
20422026-01-23T14:38:03.693Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/247)
20432026-01-23T14:38:04.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20442026-01-23T14:38:04.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20452026-01-23T14:38:04.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20462026-01-23T14:38:04.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
20472026-01-23T14:38:04.570Z
20482026-01-23T14:38:04.570Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/247)
20492026-01-23T14:38:05.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20502026-01-23T14:38:05.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20512026-01-23T14:38:05.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20522026-01-23T14:38:05.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
20532026-01-23T14:38:05.443Z
20542026-01-23T14:38:05.443Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/247)
20552026-01-23T14:38:06.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20562026-01-23T14:38:06.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20572026-01-23T14:38:06.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20582026-01-23T14:38:06.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
20592026-01-23T14:38:06.319Z
20602026-01-23T14:38:06.319Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/247)
20612026-01-23T14:38:07.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20622026-01-23T14:38:07.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20632026-01-23T14:38:07.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20642026-01-23T14:38:07.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
20652026-01-23T14:38:07.188Z
20662026-01-23T14:38:07.188Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/247)
20672026-01-23T14:38:07.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20682026-01-23T14:38:07.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20692026-01-23T14:38:07.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20702026-01-23T14:38:07.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
20712026-01-23T14:38:08.053Z
20722026-01-23T14:38:08.053Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/247)
20732026-01-23T14:38:08.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20742026-01-23T14:38:08.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20752026-01-23T14:38:08.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20762026-01-23T14:38:08.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
20772026-01-23T14:38:08.955Z
20782026-01-23T14:38:08.955Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/247)
20792026-01-23T14:38:09.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20802026-01-23T14:38:09.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20812026-01-23T14:38:09.748Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20822026-01-23T14:38:09.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
20832026-01-23T14:38:09.809Z
20842026-01-23T14:38:09.809Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/247)
20852026-01-23T14:38:10.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20862026-01-23T14:38:10.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20872026-01-23T14:38:10.643Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20882026-01-23T14:38:10.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
20892026-01-23T14:38:10.710Z
20902026-01-23T14:38:10.710Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (45/247)
20912026-01-23T14:38:11.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20922026-01-23T14:38:11.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20932026-01-23T14:38:11.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20942026-01-23T14:38:11.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s
20952026-01-23T14:38:11.936Z
20962026-01-23T14:38:11.936Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (46/247)
20972026-01-23T14:38:12.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20982026-01-23T14:38:13.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20992026-01-23T14:38:13.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21002026-01-23T14:38:13.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
21012026-01-23T14:38:13.101Z
21022026-01-23T14:38:13.101Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (47/247)
21032026-01-23T14:38:14.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21042026-01-23T14:38:14.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21052026-01-23T14:38:14.226Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21062026-01-23T14:38:14.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s
21072026-01-23T14:38:14.327Z
21082026-01-23T14:38:14.327Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (48/247)
21092026-01-23T14:38:15.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21102026-01-23T14:38:15.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21112026-01-23T14:38:15.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21122026-01-23T14:38:15.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
21132026-01-23T14:38:15.502Z
21142026-01-23T14:38:15.502Zinfo: running `cargo check --bins` on oxlog (49/247)
21152026-01-23T14:38:16.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21162026-01-23T14:38:16.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21172026-01-23T14:38:16.790Z Checking cfg-if v1.0.4
21182026-01-23T14:38:16.826Z Checking libc v0.2.180
21192026-01-23T14:38:16.851Z Checking serde_core v1.0.228
21202026-01-23T14:38:16.876Z Checking zeroize v1.8.1
21212026-01-23T14:38:16.876Z Checking memchr v2.7.4
21222026-01-23T14:38:16.915Z Checking value-bag v1.12.0
21232026-01-23T14:38:16.915Z Checking smallvec v1.15.1
21242026-01-23T14:38:16.941Z Checking typenum v1.17.0
21252026-01-23T14:38:16.982Z Checking scopeguard v1.2.0
21262026-01-23T14:38:17.168Z Checking lock_api v0.4.12
21272026-01-23T14:38:17.205Z Checking subtle v2.6.1
21282026-01-23T14:38:17.323Z Checking const-oid v0.9.6
21292026-01-23T14:38:17.394Z Checking log v0.4.29
21302026-01-23T14:38:17.487Z Checking itoa v1.0.11
21312026-01-23T14:38:17.573Z Checking stable_deref_trait v1.2.0
21322026-01-23T14:38:17.703Z Checking byteorder v1.5.0
21332026-01-23T14:38:17.732Z Checking portable-atomic v1.11.0
21342026-01-23T14:38:17.799Z Checking critical-section v1.1.3
21352026-01-23T14:38:17.913Z Checking zerofrom v0.1.4
21362026-01-23T14:38:17.993Z Checking pin-project-lite v0.2.14
21372026-01-23T14:38:18.017Z Checking generic-array v0.14.7
21382026-01-23T14:38:18.103Z Checking getrandom v0.2.15
21392026-01-23T14:38:18.153Z Checking getrandom v0.3.4
21402026-01-23T14:38:18.177Z Checking signal-hook-registry v1.4.2
21412026-01-23T14:38:18.177Z Checking yoke v0.7.4
21422026-01-23T14:38:18.367Z Checking rand_core v0.6.4
21432026-01-23T14:38:18.472Z Checking parking_lot_core v0.9.10
21442026-01-23T14:38:18.496Z Checking allocator-api2 v0.2.21
21452026-01-23T14:38:18.555Z Checking zerovec v0.10.4
21462026-01-23T14:38:18.748Z Checking mio v1.0.2
21472026-01-23T14:38:18.829Z Checking once_cell v1.21.3
21482026-01-23T14:38:18.857Z Checking parking_lot v0.12.3
21492026-01-23T14:38:18.955Z Checking equivalent v1.0.2
21502026-01-23T14:38:19.101Z Checking libm v0.2.8
21512026-01-23T14:38:19.204Z Checking litemap v0.7.3
21522026-01-23T14:38:19.231Z Checking writeable v0.5.5
21532026-01-23T14:38:19.262Z Checking crypto-common v0.1.6
21542026-01-23T14:38:19.311Z Checking block-buffer v0.10.4
21552026-01-23T14:38:19.414Z Checking zerocopy v0.7.35
21562026-01-23T14:38:19.487Z Checking socket2 v0.6.1
21572026-01-23T14:38:19.575Z Checking digest v0.10.7
21582026-01-23T14:38:19.610Z Checking zmij v1.0.15
21592026-01-23T14:38:19.636Z Checking cpufeatures v0.2.14
21602026-01-23T14:38:19.750Z Checking futures-core v0.3.31
21612026-01-23T14:38:19.976Z Checking percent-encoding v2.3.2
21622026-01-23T14:38:20.001Z Checking icu_locid_transform_data v1.5.0
21632026-01-23T14:38:20.026Z Checking hmac v0.12.1
21642026-01-23T14:38:20.026Z Checking block-padding v0.3.3
21652026-01-23T14:38:20.127Z Checking hashbrown v0.16.1
21662026-01-23T14:38:20.174Z Checking num-traits v0.2.19
21672026-01-23T14:38:20.251Z Checking icu_properties_data v1.5.0
21682026-01-23T14:38:20.276Z Checking tinystr v0.7.6
21692026-01-23T14:38:20.300Z Checking icu_collections v1.5.0
21702026-01-23T14:38:20.325Z Checking inout v0.1.3
21712026-01-23T14:38:20.513Z Checking utf16_iter v1.0.5
21722026-01-23T14:38:20.580Z Checking futures-sink v0.3.31
21732026-01-23T14:38:20.650Z Checking icu_locid v1.5.0
21742026-01-23T14:38:20.731Z Checking icu_normalizer_data v1.5.0
21752026-01-23T14:38:20.755Z Checking write16 v1.0.0
21762026-01-23T14:38:20.804Z Checking ppv-lite86 v0.2.20
21772026-01-23T14:38:20.870Z Checking utf8_iter v1.0.4
21782026-01-23T14:38:20.905Z Checking futures-channel v0.3.31
21792026-01-23T14:38:20.998Z Checking serde v1.0.228
21802026-01-23T14:38:21.046Z Checking serde_json v1.0.149
21812026-01-23T14:38:21.100Z Checking cipher v0.4.4
21822026-01-23T14:38:21.242Z Checking indexmap v2.12.1
21832026-01-23T14:38:21.343Z Checking sha2 v0.10.9
21842026-01-23T14:38:21.532Z Checking slab v0.4.9
21852026-01-23T14:38:21.556Z Checking base64ct v1.6.0
21862026-01-23T14:38:21.666Z Checking icu_provider v1.5.0
21872026-01-23T14:38:21.697Z Checking pin-utils v0.1.0
21882026-01-23T14:38:21.830Z Checking futures-io v0.3.31
21892026-01-23T14:38:21.861Z Checking futures-task v0.3.31
21902026-01-23T14:38:21.941Z Checking errno v0.3.12
21912026-01-23T14:38:22.020Z Checking pem-rfc7468 v0.7.0
21922026-01-23T14:38:22.102Z Checking flagset v0.4.6
21932026-01-23T14:38:22.126Z Checking bytes v1.10.1
21942026-01-23T14:38:22.151Z Checking bitflags v2.9.4
21952026-01-23T14:38:22.178Z Checking futures-util v0.3.31
21962026-01-23T14:38:22.339Z Checking form_urlencoded v1.2.2
21972026-01-23T14:38:22.365Z Checking der v0.7.10
21982026-01-23T14:38:22.408Z Checking icu_locid_transform v1.5.0
21992026-01-23T14:38:22.515Z Checking rand_core v0.9.3
22002026-01-23T14:38:22.609Z Checking foldhash v0.1.5
22012026-01-23T14:38:22.635Z Checking fnv v1.0.7
22022026-01-23T14:38:22.796Z Checking salsa20 v0.10.2
22032026-01-23T14:38:22.820Z Checking uuid v1.19.0
22042026-01-23T14:38:22.874Z Checking hashbrown v0.15.4
22052026-01-23T14:38:22.915Z Checking pbkdf2 v0.12.2
22062026-01-23T14:38:23.043Z Checking spin v0.9.8
22072026-01-23T14:38:23.085Z Checking scrypt v0.11.0
22082026-01-23T14:38:23.203Z Checking tokio v1.48.0
22092026-01-23T14:38:23.335Z Checking http v1.4.0
22102026-01-23T14:38:23.392Z Checking rand_chacha v0.9.0
22112026-01-23T14:38:23.480Z Checking icu_properties v1.5.1
22122026-01-23T14:38:23.505Z Checking cbc v0.1.2
22132026-01-23T14:38:23.731Z Checking aes v0.8.4
22142026-01-23T14:38:23.789Z Checking regex-syntax v0.8.5
22152026-01-23T14:38:23.955Z Checking iana-time-zone v0.1.63
22162026-01-23T14:38:24.166Z Checking spki v0.7.3
22172026-01-23T14:38:24.190Z Checking chrono v0.4.42
22182026-01-23T14:38:24.540Z Checking rand v0.9.2
22192026-01-23T14:38:24.730Z Checking pkcs5 v0.7.1
22202026-01-23T14:38:24.755Z Checking tracing-core v0.1.32
22212026-01-23T14:38:25.297Z Checking thiserror v2.0.17
22222026-01-23T14:38:25.455Z Checking tracing v0.1.40
22232026-01-23T14:38:25.504Z Checking pkcs8 v0.10.2
22242026-01-23T14:38:25.700Z Checking http-body v1.0.1
22252026-01-23T14:38:25.906Z Checking rustls-pki-types v1.10.0
22262026-01-23T14:38:25.931Z Checking tinyvec_macros v0.1.1
22272026-01-23T14:38:25.988Z Checking base64 v0.22.1
22282026-01-23T14:38:26.074Z Checking plain v0.2.3
22292026-01-23T14:38:26.300Z Checking tinyvec v1.8.0
22302026-01-23T14:38:26.389Z Checking lazy_static v1.5.0
22312026-01-23T14:38:26.542Z Checking rustix v1.1.3
22322026-01-23T14:38:26.567Z Checking semver v1.0.27
22332026-01-23T14:38:26.567Z Checking zerocopy v0.8.27
22342026-01-23T14:38:26.985Z Checking aws-lc-sys v0.26.0
22352026-01-23T14:38:27.011Z Checking icu_normalizer v1.5.0
22362026-01-23T14:38:27.038Z Checking dyn-clone v1.0.20
22372026-01-23T14:38:27.074Z Checking tower-service v0.3.3
22382026-01-23T14:38:27.233Z Checking openssl-probe v0.1.5
22392026-01-23T14:38:27.257Z Checking atomic-waker v1.1.2
22402026-01-23T14:38:27.407Z Checking adler2 v2.0.0
22412026-01-23T14:38:27.445Z Checking unicode-ident v1.0.19
22422026-01-23T14:38:27.601Z Checking foreign-types-shared v0.1.1
22432026-01-23T14:38:27.641Z Checking untrusted v0.9.0
22442026-01-23T14:38:27.666Z Checking try-lock v0.2.5
22452026-01-23T14:38:27.740Z Checking fastrand v2.1.1
22462026-01-23T14:38:27.785Z Checking idna_adapter v1.2.0
22472026-01-23T14:38:27.836Z Checking tower-layer v0.3.3
22482026-01-23T14:38:27.861Z Checking ucd-trie v0.1.7
22492026-01-23T14:38:28.014Z Checking idna v1.0.3
22502026-01-23T14:38:28.088Z Checking untrusted v0.7.1
22512026-01-23T14:38:28.113Z Checking pest v2.8.2
22522026-01-23T14:38:28.169Z Checking ring v0.17.14
22532026-01-23T14:38:28.320Z Checking want v0.3.1
22542026-01-23T14:38:28.511Z Checking foreign-types v0.3.2
22552026-01-23T14:38:28.537Z Checking url v2.5.4
22562026-01-23T14:38:28.634Z Checking proc-macro2 v1.0.101
22572026-01-23T14:38:28.713Z Checking tempfile v3.24.0
22582026-01-23T14:38:29.096Z Checking miniz_oxide v0.8.5
22592026-01-23T14:38:29.211Z Checking aws-lc-rs v1.12.4
22602026-01-23T14:38:29.322Z Checking ipnet v2.11.0
22612026-01-23T14:38:29.459Z Checking schemars v0.8.22
22622026-01-23T14:38:29.837Z Checking httparse v1.9.5
22632026-01-23T14:38:29.862Z Checking openssl-sys v0.9.109
22642026-01-23T14:38:30.005Z Checking wait-timeout v0.2.0
22652026-01-23T14:38:30.209Z Checking aho-corasick v1.1.3
22662026-01-23T14:38:30.338Z Checking utf8parse v0.2.2
22672026-01-23T14:38:30.501Z Checking powerfmt v0.2.0
22682026-01-23T14:38:30.525Z Checking bit-vec v0.8.0
22692026-01-23T14:38:30.550Z Checking httpdate v1.0.3
22702026-01-23T14:38:30.806Z Checking quick-error v1.2.3
22712026-01-23T14:38:30.846Z Checking anstyle v1.0.11
22722026-01-23T14:38:30.895Z Checking tokio-util v0.7.15
22732026-01-23T14:38:30.960Z Checking pretty-hex v0.4.1
22742026-01-23T14:38:30.993Z Checking rusty-fork v0.3.0
22752026-01-23T14:38:31.018Z Checking openssl v0.10.73
22762026-01-23T14:38:31.075Z Checking bit-set v0.8.0
22772026-01-23T14:38:31.100Z Checking rustls-webpki v0.102.8
22782026-01-23T14:38:31.188Z Checking deranged v0.5.3
22792026-01-23T14:38:31.244Z Checking anstyle-parse v0.2.5
22802026-01-23T14:38:31.344Z Checking quote v1.0.40
22812026-01-23T14:38:31.379Z Compiling newtype-uuid v1.3.2
22822026-01-23T14:38:31.572Z Checking unicode-normalization v0.1.24
22832026-01-23T14:38:31.748Z Checking crossbeam-utils v0.8.21
22842026-01-23T14:38:31.772Z Checking rand_xorshift v0.4.0
22852026-01-23T14:38:31.912Z Checking rustix v0.38.37
22862026-01-23T14:38:31.937Z Checking regex-automata v0.4.11
22872026-01-23T14:38:32.021Z Checking bzip2-sys v0.1.13+1.0.8
22882026-01-23T14:38:32.166Z Checking scroll v0.13.0
22892026-01-23T14:38:32.253Z Checking h2 v0.4.6
22902026-01-23T14:38:32.470Z Checking signature v2.2.0
22912026-01-23T14:38:32.501Z Checking crc32fast v1.4.2
22922026-01-23T14:38:32.633Z Checking unicode-properties v0.1.3
22932026-01-23T14:38:32.696Z Checking num-conv v0.1.0
22942026-01-23T14:38:32.760Z Checking unarray v0.1.4
22952026-01-23T14:38:32.953Z Checking time-core v0.1.6
22962026-01-23T14:38:32.978Z Checking is_terminal_polyfill v1.70.1
22972026-01-23T14:38:33.004Z Checking num_threads v0.1.7
22982026-01-23T14:38:33.143Z Checking unicode-bidi v0.3.17
22992026-01-23T14:38:33.168Z Checking zlib-rs v0.5.1
23002026-01-23T14:38:33.264Z Checking anstyle-query v1.1.1
23012026-01-23T14:38:33.428Z Checking siphasher v0.3.11
23022026-01-23T14:38:33.634Z Checking colorchoice v1.0.2
23032026-01-23T14:38:33.764Z Checking either v1.15.0
23042026-01-23T14:38:33.796Z Checking stringprep v0.1.5
23052026-01-23T14:38:33.820Z Checking anstream v0.6.18
23062026-01-23T14:38:34.083Z Checking phf_shared v0.11.2
23072026-01-23T14:38:34.196Z Checking time v0.3.43
23082026-01-23T14:38:34.263Z Checking proptest v1.7.0
23092026-01-23T14:38:34.403Z Checking goblin v0.10.2
23102026-01-23T14:38:35.053Z Checking libz-rs-sys v0.5.1
23112026-01-23T14:38:35.100Z Checking crossbeam-epoch v0.9.18
23122026-01-23T14:38:35.325Z Checking rustls v0.23.19
23132026-01-23T14:38:35.564Z Checking syn v2.0.111
23142026-01-23T14:38:36.229Z Checking native-tls v0.2.12
23152026-01-23T14:38:36.511Z Compiling daft v0.1.4
23162026-01-23T14:38:36.622Z Checking ipnetwork v0.21.1
23172026-01-23T14:38:36.820Z Checking thiserror v1.0.69
23182026-01-23T14:38:36.972Z Checking scroll v0.12.0
23192026-01-23T14:38:37.050Z Checking zstd-sys v2.0.14+zstd.1.5.7
23202026-01-23T14:38:37.140Z Checking serde_spanned v0.6.9
23212026-01-23T14:38:37.287Z Checking toml_datetime v0.6.11
23222026-01-23T14:38:37.360Z Checking num-integer v0.1.46
23232026-01-23T14:38:37.499Z Checking rand_chacha v0.3.1
23242026-01-23T14:38:37.656Z Checking md-5 v0.10.6
23252026-01-23T14:38:37.836Z Checking sync_wrapper v1.0.1
23262026-01-23T14:38:37.902Z Checking ff v0.13.0
23272026-01-23T14:38:37.926Z Checking hash32 v0.2.1
23282026-01-23T14:38:38.028Z Checking fallible-iterator v0.2.0
23292026-01-23T14:38:38.144Z Checking psl-types v2.0.11
23302026-01-23T14:38:38.261Z Checking base16ct v0.2.0
23312026-01-23T14:38:38.362Z Checking gimli v0.31.1
23322026-01-23T14:38:38.511Z Checking sec1 v0.7.3
23332026-01-23T14:38:38.535Z Checking hyper v1.8.1
23342026-01-23T14:38:38.684Z Checking postgres-protocol v0.6.8
23352026-01-23T14:38:38.935Z Checking publicsuffix v2.3.0
23362026-01-23T14:38:39.212Z Compiling iddqd v0.3.16
23372026-01-23T14:38:39.270Z Checking heapless v0.7.17
23382026-01-23T14:38:39.382Z Checking group v0.13.0
23392026-01-23T14:38:39.668Z Checking tower v0.5.2
23402026-01-23T14:38:40.274Z Checking rand v0.8.5
23412026-01-23T14:38:40.577Z Checking num-iter v0.1.45
23422026-01-23T14:38:40.676Z Checking dof v0.4.0
23432026-01-23T14:38:40.804Z Checking goblin v0.8.2
23442026-01-23T14:38:40.830Z Checking hyper-util v0.1.19
23452026-01-23T14:38:40.933Z Checking tokio-rustls v0.26.0
23462026-01-23T14:38:41.422Z Checking zstd-safe v7.2.3
23472026-01-23T14:38:41.616Z Checking oxnet v0.1.4
23482026-01-23T14:38:41.641Z Checking cookie v0.18.1
23492026-01-23T14:38:41.665Z Checking tokio-native-tls v0.3.1
23502026-01-23T14:38:41.806Z Checking flate2 v1.1.2
23512026-01-23T14:38:41.965Z Checking terminal_size v0.4.0
23522026-01-23T14:38:41.989Z Checking dtrace-parser v0.3.0
23532026-01-23T14:38:42.126Z Checking rustls-native-certs v0.8.1
23542026-01-23T14:38:42.158Z Checking webpki-roots v1.0.1
23552026-01-23T14:38:42.203Z Checking http-body-util v0.1.3
23562026-01-23T14:38:42.228Z Checking addr2line v0.24.2
23572026-01-23T14:38:42.390Z Checking signal-hook v0.3.18
23582026-01-23T14:38:42.415Z Checking hkdf v0.12.4
23592026-01-23T14:38:42.510Z Checking crypto-bigint v0.5.5
23602026-01-23T14:38:42.540Z Checking thread-id v5.0.0
23612026-01-23T14:38:42.669Z Checking object v0.36.5
23622026-01-23T14:38:42.698Z Checking bitflags v1.3.2
23632026-01-23T14:38:42.725Z Checking iri-string v0.7.8
23642026-01-23T14:38:42.792Z Checking clap_lex v0.7.4
23652026-01-23T14:38:42.817Z Checking simd-adler32 v0.3.7
23662026-01-23T14:38:42.846Z Checking ryu v1.0.18
23672026-01-23T14:38:43.078Z Checking managed v0.8.0
23682026-01-23T14:38:43.106Z Checking strsim v0.11.1
23692026-01-23T14:38:43.256Z Checking bumpalo v3.16.0
23702026-01-23T14:38:43.418Z Checking winnow v0.5.40
23712026-01-23T14:38:43.460Z Checking lockfree-object-pool v0.1.6
23722026-01-23T14:38:43.606Z Compiling rayon-core v1.12.1
23732026-01-23T14:38:43.729Z Checking rustc-demangle v0.1.24
23742026-01-23T14:38:43.949Z Checking hyper-tls v0.6.0
23752026-01-23T14:38:43.977Z Checking hyper-rustls v0.27.7
23762026-01-23T14:38:44.187Z Checking zopfli v0.8.1
23772026-01-23T14:38:44.326Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23782026-01-23T14:38:44.420Z Checking smoltcp v0.9.1
23792026-01-23T14:38:44.644Z Checking clap_builder v4.5.48
23802026-01-23T14:38:44.900Z Checking serde_urlencoded v0.7.1
23812026-01-23T14:38:45.387Z Checking signal-hook-mio v0.2.4
23822026-01-23T14:38:45.413Z Checking tower-http v0.6.6
23832026-01-23T14:38:45.563Z Checking elliptic-curve v0.13.8
23842026-01-23T14:38:45.588Z Checking usdt-impl v0.6.0
23852026-01-23T14:38:45.672Z Checking dof v0.3.0
23862026-01-23T14:38:45.859Z Checking cookie_store v0.21.1
23872026-01-23T14:38:46.250Z Checking zstd v0.13.3
23882026-01-23T14:38:46.312Z Checking toml_edit v0.19.15
23892026-01-23T14:38:46.352Z Checking num-bigint-dig v0.8.6
23902026-01-23T14:38:46.418Z Checking postgres-types v0.2.9
23912026-01-23T14:38:46.609Z Checking dtrace-parser v0.2.0
23922026-01-23T14:38:46.634Z Checking bstr v1.10.0
23932026-01-23T14:38:46.659Z Checking regex v1.11.3
23942026-01-23T14:38:47.080Z Checking crossbeam-deque v0.8.5
23952026-01-23T14:38:47.108Z Checking phf v0.11.2
23962026-01-23T14:38:47.331Z Checking ed25519 v2.2.3
23972026-01-23T14:38:47.424Z Checking bzip2 v0.5.2
23982026-01-23T14:38:47.449Z Checking bzip2 v0.4.4
23992026-01-23T14:38:47.544Z Checking curve25519-dalek v4.1.3
24002026-01-23T14:38:47.703Z Checking ref-cast v1.0.25
24012026-01-23T14:38:47.727Z Checking strum v0.27.2
24022026-01-23T14:38:47.779Z Checking hubpack v0.1.2
24032026-01-23T14:38:47.805Z Checking memoffset v0.9.1
24042026-01-23T14:38:47.890Z Checking pkcs1 v0.7.5
24052026-01-23T14:38:47.944Z Checking erased-serde v0.3.31
24062026-01-23T14:38:47.969Z Checking hex v0.4.3
24072026-01-23T14:38:48.120Z Checking serde-big-array v0.5.1
24082026-01-23T14:38:48.341Z Checking float-cmp v0.10.0
24092026-01-23T14:38:48.366Z Checking rfc6979 v0.4.0
24102026-01-23T14:38:48.392Z Checking memmap2 v0.9.8
24112026-01-23T14:38:48.521Z Checking thread-id v4.2.2
24122026-01-23T14:38:48.581Z Checking socket2 v0.5.10
24132026-01-23T14:38:48.607Z Checking env_filter v0.1.2
24142026-01-23T14:38:48.658Z Checking encoding_rs v0.8.34
24152026-01-23T14:38:48.724Z Checking whoami v1.5.2
24162026-01-23T14:38:48.891Z Checking fixedbitset v0.4.2
24172026-01-23T14:38:48.959Z Checking keccak v0.1.5
24182026-01-23T14:38:48.992Z Checking mime v0.3.17
24192026-01-23T14:38:49.021Z Checking backtrace v0.3.74
24202026-01-23T14:38:49.065Z Checking predicates-core v1.0.8
24212026-01-23T14:38:49.156Z Checking difflib v0.4.0
24222026-01-23T14:38:49.204Z Checking precomputed-hash v0.1.1
24232026-01-23T14:38:49.326Z Checking rustc-hash v2.1.1
24242026-01-23T14:38:49.351Z Checking normalize-line-endings v0.3.0
24252026-01-23T14:38:49.376Z Checking fixedbitset v0.5.7
24262026-01-23T14:38:49.400Z Checking winnow v0.7.13
24272026-01-23T14:38:49.445Z Checking jiff v0.2.15
24282026-01-23T14:38:49.505Z Checking foldhash v0.2.0
24292026-01-23T14:38:49.541Z Checking toml_write v0.1.2
24302026-01-23T14:38:49.566Z Checking minimal-lexical v0.2.1
24312026-01-23T14:38:49.661Z Checking unicode-segmentation v1.12.0
24322026-01-23T14:38:49.799Z Checking data-encoding v2.9.0
24332026-01-23T14:38:49.825Z Checking static_assertions v1.1.0
24342026-01-23T14:38:49.898Z Checking new_debug_unreachable v1.0.6
24352026-01-23T14:38:49.952Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24362026-01-23T14:38:49.996Z Checking nom v7.1.3
24372026-01-23T14:38:50.021Z Checking string_cache v0.8.9
24382026-01-23T14:38:50.331Z Checking similar v2.7.0
24392026-01-23T14:38:50.391Z Checking hickory-proto v0.25.2
24402026-01-23T14:38:50.807Z Checking reqwest v0.12.24
24412026-01-23T14:38:51.218Z Checking petgraph v0.8.2
24422026-01-23T14:38:52.461Z Checking toml_edit v0.22.27
24432026-01-23T14:38:52.485Z Checking anyhow v1.0.99
24442026-01-23T14:38:52.655Z Checking predicates v3.1.3
24452026-01-23T14:38:52.877Z Checking ed25519-dalek v2.1.1
24462026-01-23T14:38:52.924Z Checking sha3 v0.10.8
24472026-01-23T14:38:53.352Z Checking petgraph v0.6.5
24482026-01-23T14:38:53.377Z Checking tokio-postgres v0.7.13
24492026-01-23T14:38:53.377Z Checking slog v2.8.2
24502026-01-23T14:38:54.019Z Checking toml v0.7.8
24512026-01-23T14:38:54.732Z Checking env_logger v0.11.8
24522026-01-23T14:38:55.111Z Checking usdt v0.6.0
24532026-01-23T14:38:55.136Z Checking usdt-impl v0.5.0
24542026-01-23T14:38:55.243Z Checking ecdsa v0.16.9
24552026-01-23T14:38:55.414Z Checking serde_with v3.16.1
24562026-01-23T14:38:55.438Z Checking rsa v0.9.8
24572026-01-23T14:38:55.721Z Checking nix v0.29.0
24582026-01-23T14:38:55.937Z Checking zip v4.2.0
24592026-01-23T14:38:56.024Z Checking zip v0.6.6
24602026-01-23T14:38:56.264Z Checking clap v4.5.48
24612026-01-23T14:38:56.517Z Checking crossterm v0.28.1
24622026-01-23T14:38:56.574Z Checking itertools v0.13.0
24632026-01-23T14:38:56.767Z Checking itertools v0.12.1
24642026-01-23T14:38:57.147Z Checking itertools v0.10.5
24652026-01-23T14:38:57.217Z Checking strum v0.26.3
24662026-01-23T14:38:57.266Z Checking tokio-stream v0.1.17
24672026-01-23T14:38:57.415Z Checking ahash v0.8.12
24682026-01-23T14:38:57.725Z Checking fs-err v3.1.1
24692026-01-23T14:38:57.830Z Checking buf-list v1.0.3
24702026-01-23T14:38:58.122Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24712026-01-23T14:38:58.190Z Checking x509-cert v0.2.5
24722026-01-23T14:38:58.216Z Checking openapiv3 v2.2.0
24732026-01-23T14:38:58.375Z Checking sha1 v0.10.6
24742026-01-23T14:38:58.529Z Checking winnow v0.6.26
24752026-01-23T14:38:58.685Z Checking peg-runtime v0.8.5
24762026-01-23T14:38:58.928Z Checking lalrpop-util v0.19.12
24772026-01-23T14:38:59.058Z Checking rayon v1.10.0
24782026-01-23T14:38:59.117Z Checking camino v1.2.1
24792026-01-23T14:38:59.205Z Checking sigpipe v0.1.3
24802026-01-23T14:38:59.237Z Checking glob v0.3.2
24812026-01-23T14:39:02.545Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24822026-01-23T14:39:03.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.65s
24832026-01-23T14:39:03.362Z
24842026-01-23T14:39:03.362Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (50/247)
24852026-01-23T14:39:04.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24862026-01-23T14:39:04.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24872026-01-23T14:39:04.998Z Compiling regress v0.10.4
24882026-01-23T14:39:05.049Z Compiling unsafe-libyaml v0.2.11
24892026-01-23T14:39:05.073Z Compiling structmeta-derive v0.3.0
24902026-01-23T14:39:05.073Z Compiling rustls v0.22.4
24912026-01-23T14:39:05.073Z Checking newtype-uuid v1.3.2
24922026-01-23T14:39:05.146Z Compiling multer v3.1.0
24932026-01-23T14:39:05.171Z Checking heck v0.5.0
24942026-01-23T14:39:05.429Z Compiling newtype-uuid-macros v0.1.0
24952026-01-23T14:39:05.454Z Compiling async-stream-impl v0.3.6
24962026-01-23T14:39:05.560Z Checking daft v0.1.4
24972026-01-23T14:39:05.624Z Checking futures-executor v0.3.31
24982026-01-23T14:39:05.898Z Compiling dropshot v0.16.6
24992026-01-23T14:39:06.153Z Checking iddqd v0.3.16
25002026-01-23T14:39:06.312Z Compiling serde_yaml v0.9.34+deprecated
25012026-01-23T14:39:06.711Z Checking futures v0.3.31
25022026-01-23T14:39:06.735Z Compiling dropshot_endpoint v0.16.6
25032026-01-23T14:39:06.855Z Checking match_cfg v0.1.0
25042026-01-23T14:39:06.977Z Checking hostname v0.3.1
25052026-01-23T14:39:07.026Z Checking thread_local v1.1.8
25062026-01-23T14:39:07.153Z Checking unicode-width v0.1.14
25072026-01-23T14:39:07.356Z Checking crossbeam-channel v0.5.15
25082026-01-23T14:39:07.493Z Compiling structmeta v0.3.0
25092026-01-23T14:39:07.636Z Checking is-terminal v0.4.13
25102026-01-23T14:39:07.791Z Checking take_mut v0.2.2
25112026-01-23T14:39:07.921Z Compiling derive-ex v0.1.8
25122026-01-23T14:39:07.973Z Checking term v1.1.0
25132026-01-23T14:39:08.096Z Checking slog-async v2.8.0
25142026-01-23T14:39:08.170Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25152026-01-23T14:39:08.338Z Checking typify-impl v0.4.3
25162026-01-23T14:39:08.363Z Compiling parse-display-derive v0.10.0
25172026-01-23T14:39:08.415Z Checking slog-term v2.9.2
25182026-01-23T14:39:09.037Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25192026-01-23T14:39:09.806Z Checking debug-ignore v1.0.5
25202026-01-23T14:39:09.944Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25212026-01-23T14:39:10.788Z Checking toml_parser v1.0.4
25222026-01-23T14:39:10.845Z Checking slog-json v2.6.1
25232026-01-23T14:39:11.124Z Checking macaddr v1.0.1
25242026-01-23T14:39:11.166Z Checking toml_datetime v0.7.3
25252026-01-23T14:39:11.520Z Checking serde_spanned v1.0.3
25262026-01-23T14:39:11.638Z Checking toml_writer v1.0.4
25272026-01-23T14:39:11.688Z Checking slog-bunyan v2.5.0
25282026-01-23T14:39:11.793Z Checking tabwriter v1.4.0
25292026-01-23T14:39:11.902Z Compiling test-strategy v0.4.3
25302026-01-23T14:39:11.926Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25312026-01-23T14:39:12.086Z Checking async-stream v0.3.6
25322026-01-23T14:39:12.111Z Checking toml v0.9.8
25332026-01-23T14:39:12.336Z Checking waitgroup v0.1.2
25342026-01-23T14:39:12.521Z Checking rustls-pemfile v2.2.0
25352026-01-23T14:39:12.545Z Checking serde_path_to_error v0.1.20
25362026-01-23T14:39:12.728Z Checking hostname v0.4.2
25372026-01-23T14:39:12.753Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
25382026-01-23T14:39:12.801Z Compiling itertools v0.14.0
25392026-01-23T14:39:12.912Z Checking progenitor-client v0.11.2
25402026-01-23T14:39:12.981Z Checking progenitor-client v0.10.0
25412026-01-23T14:39:13.233Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
25422026-01-23T14:39:13.374Z Checking instant v0.1.13
25432026-01-23T14:39:13.433Z Checking colored v3.0.0
25442026-01-23T14:39:13.526Z Checking backoff v0.4.0
25452026-01-23T14:39:13.564Z Checking parse-display v0.10.0
25462026-01-23T14:39:13.629Z Checking tokio-rustls v0.25.0
25472026-01-23T14:39:13.711Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25482026-01-23T14:39:13.867Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
25492026-01-23T14:39:13.903Z Compiling proc-macro-crate v1.3.1
25502026-01-23T14:39:13.933Z Compiling proc-macro-error v1.0.4
25512026-01-23T14:39:14.632Z Compiling heapless v0.8.0
25522026-01-23T14:39:14.875Z Compiling num_enum_derive v0.5.11
25532026-01-23T14:39:15.068Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25542026-01-23T14:39:15.344Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25552026-01-23T14:39:15.494Z Checking hash32 v0.3.1
25562026-01-23T14:39:15.600Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25572026-01-23T14:39:15.731Z Compiling smoltcp v0.11.0
25582026-01-23T14:39:15.922Z Compiling ingot-macros v0.1.1
25592026-01-23T14:39:16.255Z Compiling foreign-types-macros v0.2.3
25602026-01-23T14:39:16.458Z Checking foreign-types-shared v0.3.1
25612026-01-23T14:39:16.613Z Compiling crucible-workspace-hack v0.1.0
25622026-01-23T14:39:16.645Z Checking cobs v0.2.3
25632026-01-23T14:39:16.878Z Checking postcard v1.0.10
25642026-01-23T14:39:17.111Z Checking num_enum v0.5.11
25652026-01-23T14:39:17.310Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25662026-01-23T14:39:17.377Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
25672026-01-23T14:39:17.464Z Checking foreign-types v0.5.0
25682026-01-23T14:39:17.489Z Checking cstr-argument v0.1.2
25692026-01-23T14:39:17.605Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
25702026-01-23T14:39:17.705Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
25712026-01-23T14:39:17.824Z Checking pretty-hex v0.2.1
25722026-01-23T14:39:18.023Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25732026-01-23T14:39:18.049Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25742026-01-23T14:39:18.116Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25752026-01-23T14:39:18.257Z Checking colored v2.2.0
25762026-01-23T14:39:18.346Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
25772026-01-23T14:39:18.371Z Compiling convert_case v0.4.0
25782026-01-23T14:39:18.396Z Checking camino-tempfile v1.4.1
25792026-01-23T14:39:18.436Z Compiling nix v0.30.1
25802026-01-23T14:39:18.707Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25812026-01-23T14:39:19.284Z Compiling derive_more v0.99.20
25822026-01-23T14:39:19.416Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25832026-01-23T14:39:19.464Z Compiling zone_cfg_derive v0.3.0
25842026-01-23T14:39:19.792Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
25852026-01-23T14:39:20.282Z Compiling typify-macro v0.4.3
25862026-01-23T14:39:20.849Z Checking smf v0.2.3
25872026-01-23T14:39:21.028Z Compiling num-derive v0.4.2
25882026-01-23T14:39:21.849Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25892026-01-23T14:39:21.912Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25902026-01-23T14:39:22.331Z Checking zone v0.3.1
25912026-01-23T14:39:22.355Z Checking ingot-types v0.1.2
25922026-01-23T14:39:22.963Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
25932026-01-23T14:39:23.244Z Checking ingot v0.1.1
25942026-01-23T14:39:23.338Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
25952026-01-23T14:39:24.305Z Compiling typify v0.4.3
25962026-01-23T14:39:24.510Z Compiling progenitor-impl v0.11.2
25972026-01-23T14:39:25.747Z Checking secrecy v0.10.3
25982026-01-23T14:39:27.013Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
25992026-01-23T14:39:27.253Z Compiling typify-impl v0.2.0
26002026-01-23T14:39:28.528Z Checking unicode-width v0.2.0
26012026-01-23T14:39:28.738Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26022026-01-23T14:39:28.911Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26032026-01-23T14:39:29.068Z Checking num-rational v0.4.2
26042026-01-23T14:39:29.598Z Compiling usdt-macro v0.5.0
26052026-01-23T14:39:29.710Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
26062026-01-23T14:39:29.801Z Compiling usdt-attr-macro v0.5.0
26072026-01-23T14:39:30.194Z Compiling thiserror-impl-no-std v2.0.2
26082026-01-23T14:39:31.085Z Checking universal-hash v0.5.1
26092026-01-23T14:39:31.173Z Checking num-complex v0.4.6
26102026-01-23T14:39:31.425Z Checking memmap v0.7.0
26112026-01-23T14:39:31.702Z Checking half v2.4.1
26122026-01-23T14:39:31.727Z Compiling progenitor-macro v0.11.2
26132026-01-23T14:39:32.166Z Checking ciborium-io v0.2.2
26142026-01-23T14:39:32.193Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
26152026-01-23T14:39:32.246Z Checking opaque-debug v0.3.1
26162026-01-23T14:39:32.348Z Checking ciborium-ll v0.2.2
26172026-01-23T14:39:32.390Z Checking poly1305 v0.8.0
26182026-01-23T14:39:32.452Z Compiling num v0.4.3
26192026-01-23T14:39:32.662Z Checking usdt v0.5.0
26202026-01-23T14:39:32.726Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26212026-01-23T14:39:32.759Z Checking console v0.15.10
26222026-01-23T14:39:32.999Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
26232026-01-23T14:39:33.039Z Checking toml v0.8.23
26242026-01-23T14:39:33.096Z Checking password-hash v0.5.0
26252026-01-23T14:39:33.183Z Checking thiserror-no-std v2.0.2
26262026-01-23T14:39:33.346Z Checking chacha20 v0.9.1
26272026-01-23T14:39:33.427Z Checking blake2 v0.10.6
26282026-01-23T14:39:33.613Z Checking aead v0.5.2
26292026-01-23T14:39:33.650Z Compiling semver v0.1.20
26302026-01-23T14:39:33.774Z Checking float-ord v0.3.2
26312026-01-23T14:39:33.965Z Checking chacha20poly1305 v0.10.1
26322026-01-23T14:39:33.990Z Checking vsss-rs v3.3.4
26332026-01-23T14:39:34.015Z Checking argon2 v0.5.3
26342026-01-23T14:39:34.159Z Compiling rustc_version v0.1.7
26352026-01-23T14:39:34.304Z Checking ciborium v0.2.2
26362026-01-23T14:39:34.609Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
26372026-01-23T14:39:34.821Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
26382026-01-23T14:39:35.297Z Checking siphasher v1.0.1
26392026-01-23T14:39:35.322Z Checking indent_write v2.2.0
26402026-01-23T14:39:35.350Z Checking linked-hash-map v0.5.6
26412026-01-23T14:39:35.575Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
26422026-01-23T14:39:35.651Z Checking phf_shared v0.12.1
26432026-01-23T14:39:35.718Z Checking lru-cache v0.1.2
26442026-01-23T14:39:35.940Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26452026-01-23T14:39:35.996Z Compiling newtype_derive v0.1.6
26462026-01-23T14:39:36.270Z Compiling progenitor-impl v0.10.0
26472026-01-23T14:39:36.360Z Checking resolv-conf v0.7.0
26482026-01-23T14:39:36.761Z Checking newline-converter v0.3.0
26492026-01-23T14:39:36.974Z Checking hickory-proto v0.24.4
26502026-01-23T14:39:37.447Z Checking atomicwrites v0.4.4
26512026-01-23T14:39:37.715Z Checking prettyplease v0.2.36
26522026-01-23T14:39:38.960Z Checking csv-core v0.1.11
26532026-01-23T14:39:38.990Z Compiling derive-where v1.5.0
26542026-01-23T14:39:39.015Z Compiling pin-project-internal v1.1.6
26552026-01-23T14:39:39.388Z Compiling slog-dtrace v0.3.0
26562026-01-23T14:39:39.465Z Compiling typify-macro v0.2.0
26572026-01-23T14:39:39.752Z Checking swrite v0.1.0
26582026-01-23T14:39:39.911Z Compiling cancel-safe-futures v0.1.5
26592026-01-23T14:39:40.276Z Compiling chrono-tz v0.10.4
26602026-01-23T14:39:40.599Z Compiling owo-colors v4.2.2
26612026-01-23T14:39:41.459Z Compiling const_format_proc_macros v0.2.34
26622026-01-23T14:39:41.580Z Checking csv v1.3.1
26632026-01-23T14:39:41.673Z Checking pin-project v1.1.6
26642026-01-23T14:39:41.881Z Checking expectorate v1.2.0
26652026-01-23T14:39:41.909Z Checking hickory-resolver v0.24.4
26662026-01-23T14:39:42.155Z Checking phf v0.12.1
26672026-01-23T14:39:42.181Z Checking tokio-dtrace v0.1.0
26682026-01-23T14:39:42.549Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
26692026-01-23T14:39:42.573Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26702026-01-23T14:39:43.252Z Compiling progenitor-macro v0.10.0
26712026-01-23T14:39:43.387Z Compiling typify v0.2.0
26722026-01-23T14:39:43.614Z Compiling progenitor-impl v0.8.0
26732026-01-23T14:39:43.643Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26742026-01-23T14:39:43.701Z Checking pem v3.0.5
26752026-01-23T14:39:43.728Z Checking libsw-core v0.3.1
26762026-01-23T14:39:43.998Z Compiling lzma-sys v0.1.20
26772026-01-23T14:39:44.043Z Compiling snafu-derive v0.8.5
26782026-01-23T14:39:44.466Z Checking progenitor v0.11.2
26792026-01-23T14:39:44.746Z Compiling async-recursion v1.1.1
26802026-01-23T14:39:44.771Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
26812026-01-23T14:39:44.880Z Checking arc-swap v1.7.1
26822026-01-23T14:39:45.346Z Checking bytecount v0.6.8
26832026-01-23T14:39:45.594Z Checking highway v1.3.0
26842026-01-23T14:39:46.186Z Checking same-file v1.0.6
26852026-01-23T14:39:46.243Z Checking utf-8 v0.7.6
26862026-01-23T14:39:46.450Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26872026-01-23T14:39:46.475Z Checking walkdir v2.5.0
26882026-01-23T14:39:46.519Z Checking tungstenite v0.21.0
26892026-01-23T14:39:46.804Z Checking papergrid v0.11.0
26902026-01-23T14:39:46.828Z Checking slog-scope v4.4.0
26912026-01-23T14:39:47.205Z Checking libsw v3.5.0
26922026-01-23T14:39:47.584Z Checking qorb v0.4.1
26932026-01-23T14:39:48.403Z Checking const_format v0.2.34
26942026-01-23T14:39:48.938Z Checking snafu v0.8.5
26952026-01-23T14:39:48.968Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26962026-01-23T14:39:49.576Z Checking oxide-tokio-rt v0.1.2
26972026-01-23T14:39:50.590Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
26982026-01-23T14:39:50.615Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
26992026-01-23T14:39:50.676Z Compiling progenitor-macro v0.8.0
27002026-01-23T14:39:51.557Z Compiling tabled_derive v0.7.0
27012026-01-23T14:39:51.933Z Checking globset v0.4.15
27022026-01-23T14:39:52.145Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27032026-01-23T14:39:52.421Z Checking olpc-cjson v0.1.4
27042026-01-23T14:39:52.528Z Checking progenitor-client v0.8.0
27052026-01-23T14:39:52.704Z Checking gethostname v0.5.0
27062026-01-23T14:39:52.955Z Compiling heck v0.3.3
27072026-01-23T14:39:53.332Z Checking bcs v0.1.6
27082026-01-23T14:39:53.888Z Checking serde_plain v1.0.2
27092026-01-23T14:39:53.915Z Checking smawk v0.3.2
27102026-01-23T14:39:54.173Z Checking linear-map v1.2.0
27112026-01-23T14:39:54.226Z Checking typed-path v0.9.3
27122026-01-23T14:39:54.573Z Checking termtree v0.5.1
27132026-01-23T14:39:54.852Z Checking unicode-linebreak v0.1.5
27142026-01-23T14:39:55.310Z Checking textwrap v0.16.2
27152026-01-23T14:39:55.372Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27162026-01-23T14:39:55.797Z Checking tabled v0.15.0
27172026-01-23T14:39:56.075Z Checking progenitor v0.10.0
27182026-01-23T14:39:56.368Z Checking tough v0.20.0
27192026-01-23T14:39:56.393Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27202026-01-23T14:39:58.446Z Compiling zone_cfg_derive v0.1.2
27212026-01-23T14:39:58.681Z Checking steno v0.4.1
27222026-01-23T14:39:59.884Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27232026-01-23T14:40:00.244Z Checking tokio-tungstenite v0.21.0
27242026-01-23T14:40:00.596Z Checking slog-stdlog v4.1.1
27252026-01-23T14:40:00.904Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27262026-01-23T14:40:00.945Z Checking number_prefix v0.4.0
27272026-01-23T14:40:01.286Z Checking base64 v0.13.1
27282026-01-23T14:40:01.312Z Checking base64 v0.21.7
27292026-01-23T14:40:01.437Z Checking humantime v2.2.0
27302026-01-23T14:40:01.498Z Checking indicatif v0.17.11
27312026-01-23T14:40:01.807Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27322026-01-23T14:40:01.859Z Checking ron v0.7.1
27332026-01-23T14:40:01.884Z Checking slog-envlogger v2.2.0
27342026-01-23T14:40:01.925Z Checking xz2 v0.1.7
27352026-01-23T14:40:02.282Z Checking zone v0.1.8
27362026-01-23T14:40:02.316Z Checking xattr v1.3.1
27372026-01-23T14:40:02.423Z Checking yasna v0.5.2
27382026-01-23T14:40:02.447Z Checking headers-core v0.3.0
27392026-01-23T14:40:02.600Z Checking filetime v0.2.26
27402026-01-23T14:40:02.668Z Checking headers v0.4.1
27412026-01-23T14:40:02.857Z Checking tar v0.4.44
27422026-01-23T14:40:03.020Z Checking subprocess v0.2.9
27432026-01-23T14:40:03.408Z Checking rcgen v0.12.1
27442026-01-23T14:40:03.565Z Checking progenitor v0.8.0
27452026-01-23T14:40:03.831Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27462026-01-23T14:40:05.082Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27472026-01-23T14:40:05.083Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27482026-01-23T14:40:05.107Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
27492026-01-23T14:40:06.075Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27502026-01-23T14:40:06.321Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27512026-01-23T14:40:07.738Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27522026-01-23T14:40:08.254Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
27532026-01-23T14:40:09.389Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27542026-01-23T14:40:09.448Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27552026-01-23T14:40:09.473Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27562026-01-23T14:40:10.352Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
27572026-01-23T14:40:12.154Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
27582026-01-23T14:40:13.447Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
27592026-01-23T14:40:14.821Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27602026-01-23T14:40:21.420Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27612026-01-23T14:40:24.203Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27622026-01-23T14:40:26.280Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
27632026-01-23T14:40:28.439Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27642026-01-23T14:41:01.049Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27652026-01-23T14:41:04.620Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27662026-01-23T14:41:07.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 04s
27672026-01-23T14:41:07.889Z
27682026-01-23T14:41:07.889Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (51/247)
27692026-01-23T14:41:09.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27702026-01-23T14:41:09.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27712026-01-23T14:41:09.516Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27722026-01-23T14:41:12.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.70s
27732026-01-23T14:41:12.879Z
27742026-01-23T14:41:12.879Zinfo: running `cargo check --bins` on nexus-config (52/247)
27752026-01-23T14:41:14.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27762026-01-23T14:41:14.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27772026-01-23T14:41:14.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27782026-01-23T14:41:14.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s
27792026-01-23T14:41:14.229Z
27802026-01-23T14:41:14.229Zinfo: running `cargo check --bins` on nexus-types (53/247)
27812026-01-23T14:41:15.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27822026-01-23T14:41:15.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27832026-01-23T14:41:15.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27842026-01-23T14:41:15.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s
27852026-01-23T14:41:15.552Z
27862026-01-23T14:41:15.552Zinfo: running `cargo check --bins` on clickhouse-admin-types (54/247)
27872026-01-23T14:41:16.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27882026-01-23T14:41:16.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27892026-01-23T14:41:16.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27902026-01-23T14:41:16.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s
27912026-01-23T14:41:16.920Z
27922026-01-23T14:41:16.920Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (55/247)
27932026-01-23T14:41:18.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27942026-01-23T14:41:18.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27952026-01-23T14:41:18.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27962026-01-23T14:41:18.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s
27972026-01-23T14:41:18.242Z
27982026-01-23T14:41:18.242Zinfo: running `cargo check --bins` on cockroach-admin-types (56/247)
27992026-01-23T14:41:19.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28002026-01-23T14:41:19.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28012026-01-23T14:41:19.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28022026-01-23T14:41:19.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
28032026-01-23T14:41:19.440Z
28042026-01-23T14:41:19.440Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (57/247)
28052026-01-23T14:41:20.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28062026-01-23T14:41:20.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28072026-01-23T14:41:20.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28082026-01-23T14:41:20.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
28092026-01-23T14:41:20.655Z
28102026-01-23T14:41:20.655Zinfo: running `cargo check --bins` on ereport-types (58/247)
28112026-01-23T14:41:21.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28122026-01-23T14:41:21.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28132026-01-23T14:41:21.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28142026-01-23T14:41:21.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s
28152026-01-23T14:41:21.935Z
28162026-01-23T14:41:21.935Zinfo: running `cargo check --bins` on gateway-client (59/247)
28172026-01-23T14:41:23.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28182026-01-23T14:41:23.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28192026-01-23T14:41:23.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28202026-01-23T14:41:23.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
28212026-01-23T14:41:23.204Z
28222026-01-23T14:41:23.204Zinfo: running `cargo check --bins --no-default-features` on gateway-types (60/247)
28232026-01-23T14:41:24.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28242026-01-23T14:41:24.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28252026-01-23T14:41:24.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28262026-01-23T14:41:24.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
28272026-01-23T14:41:24.469Z
28282026-01-23T14:41:24.469Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (61/247)
28292026-01-23T14:41:25.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28302026-01-23T14:41:25.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28312026-01-23T14:41:25.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28322026-01-23T14:41:25.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
28332026-01-23T14:41:25.740Z
28342026-01-23T14:41:25.740Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (62/247)
28352026-01-23T14:41:26.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28362026-01-23T14:41:27.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28372026-01-23T14:41:27.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28382026-01-23T14:41:27.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s
28392026-01-23T14:41:27.147Z
28402026-01-23T14:41:27.148Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (63/247)
28412026-01-23T14:41:28.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28422026-01-23T14:41:28.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28432026-01-23T14:41:28.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28442026-01-23T14:41:28.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s
28452026-01-23T14:41:28.534Z
28462026-01-23T14:41:28.534Zinfo: running `cargo check --bins` on internal-dns-types (64/247)
28472026-01-23T14:41:29.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28482026-01-23T14:41:29.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28492026-01-23T14:41:29.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28502026-01-23T14:41:29.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s
28512026-01-23T14:41:29.896Z
28522026-01-23T14:41:29.896Zinfo: running `cargo check --bins` on internal-dns-types-versions (65/247)
28532026-01-23T14:41:31.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28542026-01-23T14:41:31.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28552026-01-23T14:41:31.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28562026-01-23T14:41:31.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
28572026-01-23T14:41:31.146Z
28582026-01-23T14:41:31.146Zinfo: running `cargo check --bins` on omicron-passwords (66/247)
28592026-01-23T14:41:32.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28602026-01-23T14:41:32.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28612026-01-23T14:41:32.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28622026-01-23T14:41:32.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
28632026-01-23T14:41:32.374Z
28642026-01-23T14:41:32.375Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (67/247)
28652026-01-23T14:41:33.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28662026-01-23T14:41:33.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28672026-01-23T14:41:33.722Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28682026-01-23T14:41:34.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.32s
28692026-01-23T14:41:34.924Z
28702026-01-23T14:41:34.924Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (68/247)
28712026-01-23T14:41:36.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28722026-01-23T14:41:36.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28732026-01-23T14:41:36.282Z Compiling cfg_aliases v0.1.1
28742026-01-23T14:41:36.282Z Compiling convert_case v0.7.1
28752026-01-23T14:41:36.306Z Compiling vte_generate_state_changes v0.1.2
28762026-01-23T14:41:36.306Z Checking fd-lock v4.0.2
28772026-01-23T14:41:36.306Z Checking nibble_vec v0.1.0
28782026-01-23T14:41:36.348Z Checking endian-type v0.1.2
28792026-01-23T14:41:36.441Z Compiling peg-macros v0.8.5
28802026-01-23T14:41:36.441Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28812026-01-23T14:41:36.491Z Compiling nix v0.28.0
28822026-01-23T14:41:36.623Z Compiling sqlparser_derive v0.2.2
28832026-01-23T14:41:36.680Z Checking radix_trie v0.2.1
28842026-01-23T14:41:36.708Z Checking nu-ansi-term v0.50.1
28852026-01-23T14:41:37.065Z Checking vte v0.11.1
28862026-01-23T14:41:37.180Z Checking unicode_categories v0.1.1
28872026-01-23T14:41:37.205Z Checking home v0.5.9
28882026-01-23T14:41:37.307Z Compiling derive_more-impl v2.0.1
28892026-01-23T14:41:37.433Z Checking display-error-chain v0.2.2
28902026-01-23T14:41:37.538Z Checking sqlformat v0.3.5
28912026-01-23T14:41:37.826Z Checking sqlparser v0.45.0
28922026-01-23T14:41:38.530Z Checking strip-ansi-escapes v0.2.0
28932026-01-23T14:41:38.732Z Checking reedline v0.40.0
28942026-01-23T14:41:38.841Z Checking derive_more v2.0.1
28952026-01-23T14:41:38.984Z Checking crossterm v0.29.0
28962026-01-23T14:41:39.009Z Checking peg v0.8.5
28972026-01-23T14:41:39.914Z Checking rustyline v14.0.0
28982026-01-23T14:41:55.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.09s
28992026-01-23T14:41:55.245Z
29002026-01-23T14:41:55.245Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (69/247)
29012026-01-23T14:41:56.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29022026-01-23T14:41:56.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29032026-01-23T14:41:56.753Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29042026-01-23T14:42:05.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.40s
29052026-01-23T14:42:05.914Z
29062026-01-23T14:42:05.914Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (70/247)
29072026-01-23T14:42:07.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29082026-01-23T14:42:07.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29092026-01-23T14:42:07.442Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29102026-01-23T14:42:13.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.52s
29112026-01-23T14:42:13.683Z
29122026-01-23T14:42:13.683Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (71/247)
29132026-01-23T14:42:14.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29142026-01-23T14:42:14.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29152026-01-23T14:42:15.143Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29162026-01-23T14:42:23.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.95s
29172026-01-23T14:42:23.854Z
29182026-01-23T14:42:23.854Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (72/247)
29192026-01-23T14:42:25.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29202026-01-23T14:42:25.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29212026-01-23T14:42:25.248Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29222026-01-23T14:42:33.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.92s
29232026-01-23T14:42:34.054Z
29242026-01-23T14:42:34.054Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (73/247)
29252026-01-23T14:42:35.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29262026-01-23T14:42:35.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29272026-01-23T14:42:35.412Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29282026-01-23T14:42:41.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.78s
29292026-01-23T14:42:42.079Z
29302026-01-23T14:42:42.079Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (74/247)
29312026-01-23T14:42:43.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29322026-01-23T14:42:43.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29332026-01-23T14:42:43.500Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29342026-01-23T14:42:50.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.07s
29352026-01-23T14:42:50.381Z
29362026-01-23T14:42:50.381Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (75/247)
29372026-01-23T14:42:51.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29382026-01-23T14:42:51.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29392026-01-23T14:42:51.850Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29402026-01-23T14:43:00.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.10s
29412026-01-23T14:43:00.715Z
29422026-01-23T14:43:00.715Zinfo: running `cargo check --bins` on oximeter (76/247)
29432026-01-23T14:43:01.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29442026-01-23T14:43:01.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29452026-01-23T14:43:01.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29462026-01-23T14:43:01.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
29472026-01-23T14:43:01.914Z
29482026-01-23T14:43:01.914Zinfo: running `cargo check --bins` on oximeter-macro-impl (77/247)
29492026-01-23T14:43:03.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29502026-01-23T14:43:03.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29512026-01-23T14:43:03.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29522026-01-23T14:43:03.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s
29532026-01-23T14:43:03.257Z
29542026-01-23T14:43:03.257Zinfo: running `cargo check --bins` on oximeter-schema (78/247)
29552026-01-23T14:43:04.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29562026-01-23T14:43:04.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29572026-01-23T14:43:04.542Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
29582026-01-23T14:43:04.711Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
29592026-01-23T14:43:05.384Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
29602026-01-23T14:43:17.177Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
29612026-01-23T14:43:18.005Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
29622026-01-23T14:43:21.170Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29632026-01-23T14:43:22.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.64s
29642026-01-23T14:43:23.119Z
29652026-01-23T14:43:23.119Zinfo: running `cargo check --bins` on oximeter-types (79/247)
29662026-01-23T14:43:24.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29672026-01-23T14:43:24.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29682026-01-23T14:43:24.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29692026-01-23T14:43:24.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
29702026-01-23T14:43:24.382Z
29712026-01-23T14:43:24.382Zinfo: running `cargo check --bins` on oximeter-types-versions (80/247)
29722026-01-23T14:43:25.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29732026-01-23T14:43:25.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29742026-01-23T14:43:25.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29752026-01-23T14:43:25.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.17s
29762026-01-23T14:43:25.694Z
29772026-01-23T14:43:25.694Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (81/247)
29782026-01-23T14:43:26.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29792026-01-23T14:43:26.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29802026-01-23T14:43:26.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29812026-01-23T14:43:26.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
29822026-01-23T14:43:26.968Z
29832026-01-23T14:43:26.968Zinfo: running `cargo check --bins` on oxql-types (82/247)
29842026-01-23T14:43:28.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29852026-01-23T14:43:28.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29862026-01-23T14:43:28.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29872026-01-23T14:43:28.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.17s
29882026-01-23T14:43:28.280Z
29892026-01-23T14:43:28.280Zinfo: running `cargo check --bins` on oximeter-test-utils (83/247)
29902026-01-23T14:43:29.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29912026-01-23T14:43:29.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29922026-01-23T14:43:29.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29932026-01-23T14:43:29.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s
29942026-01-23T14:43:29.661Z
29952026-01-23T14:43:29.661Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (84/247)
29962026-01-23T14:43:30.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29972026-01-23T14:43:30.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29982026-01-23T14:43:30.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29992026-01-23T14:43:30.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
30002026-01-23T14:43:31.100Z
30012026-01-23T14:43:31.100Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (85/247)
30022026-01-23T14:43:32.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30032026-01-23T14:43:32.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30042026-01-23T14:43:32.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30052026-01-23T14:43:32.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.17s
30062026-01-23T14:43:32.411Z
30072026-01-23T14:43:32.411Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (86/247)
30082026-01-23T14:43:33.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30092026-01-23T14:43:33.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30102026-01-23T14:43:33.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30112026-01-23T14:43:33.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.17s
30122026-01-23T14:43:33.724Z
30132026-01-23T14:43:33.724Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (87/247)
30142026-01-23T14:43:34.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30152026-01-23T14:43:34.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30162026-01-23T14:43:34.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30172026-01-23T14:43:34.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
30182026-01-23T14:43:34.991Z
30192026-01-23T14:43:34.991Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (88/247)
30202026-01-23T14:43:36.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30212026-01-23T14:43:36.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30222026-01-23T14:43:36.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30232026-01-23T14:43:36.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
30242026-01-23T14:43:36.261Z
30252026-01-23T14:43:36.261Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (89/247)
30262026-01-23T14:43:37.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30272026-01-23T14:43:37.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30282026-01-23T14:43:37.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30292026-01-23T14:43:37.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s
30302026-01-23T14:43:37.627Z
30312026-01-23T14:43:37.627Zinfo: running `cargo check --bins --no-default-features` on gfss (90/247)
30322026-01-23T14:43:38.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30332026-01-23T14:43:38.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30342026-01-23T14:43:38.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30352026-01-23T14:43:38.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
30362026-01-23T14:43:38.821Z
30372026-01-23T14:43:38.821Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (91/247)
30382026-01-23T14:43:39.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30392026-01-23T14:43:39.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30402026-01-23T14:43:39.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30412026-01-23T14:43:39.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
30422026-01-23T14:43:39.990Z
30432026-01-23T14:43:39.990Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (92/247)
30442026-01-23T14:43:41.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30452026-01-23T14:43:41.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30462026-01-23T14:43:41.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30472026-01-23T14:43:41.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
30482026-01-23T14:43:41.204Z
30492026-01-23T14:43:41.204Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (93/247)
30502026-01-23T14:43:42.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30512026-01-23T14:43:42.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30522026-01-23T14:43:42.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30532026-01-23T14:43:42.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s
30542026-01-23T14:43:42.566Z
30552026-01-23T14:43:42.566Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (94/247)
30562026-01-23T14:43:43.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30572026-01-23T14:43:43.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30582026-01-23T14:43:43.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30592026-01-23T14:43:43.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s
30602026-01-23T14:43:43.807Z
30612026-01-23T14:43:43.807Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (95/247)
30622026-01-23T14:43:44.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30632026-01-23T14:43:44.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30642026-01-23T14:43:44.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30652026-01-23T14:43:44.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
30662026-01-23T14:43:44.971Z
30672026-01-23T14:43:44.971Zinfo: running `cargo check --bins` on trust-quorum-types (96/247)
30682026-01-23T14:43:46.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30692026-01-23T14:43:46.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30702026-01-23T14:43:46.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30712026-01-23T14:43:46.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
30722026-01-23T14:43:46.184Z
30732026-01-23T14:43:46.184Zinfo: running `cargo check --bins` on trust-quorum-test-utils (97/247)
30742026-01-23T14:43:47.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30752026-01-23T14:43:47.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30762026-01-23T14:43:47.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30772026-01-23T14:43:47.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s
30782026-01-23T14:43:47.418Z
30792026-01-23T14:43:47.418Zinfo: running `cargo check --bins` on update-engine (98/247)
30802026-01-23T14:43:48.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30812026-01-23T14:43:48.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30822026-01-23T14:43:48.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30832026-01-23T14:43:48.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
30842026-01-23T14:43:48.565Z
30852026-01-23T14:43:48.565Zinfo: running `cargo check --bins` on omicron-rpaths (99/247)
30862026-01-23T14:43:49.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30872026-01-23T14:43:49.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30882026-01-23T14:43:49.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30892026-01-23T14:43:49.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
30902026-01-23T14:43:49.702Z
30912026-01-23T14:43:49.702Zinfo: running `cargo check --bins` on omicron-certificates (100/247)
30922026-01-23T14:43:50.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30932026-01-23T14:43:50.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30942026-01-23T14:43:50.753Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30952026-01-23T14:43:50.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
30962026-01-23T14:43:50.855Z
30972026-01-23T14:43:50.855Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (101/247)
30982026-01-23T14:43:51.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30992026-01-23T14:43:52.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31002026-01-23T14:43:52.226Z Checking dropshot-api-manager-types v0.2.4
31012026-01-23T14:43:52.226Z Checking nanorand v0.7.0
31022026-01-23T14:43:52.531Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31032026-01-23T14:43:52.638Z Checking flume v0.11.1
31042026-01-23T14:43:53.107Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31052026-01-23T14:43:55.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.41s
31062026-01-23T14:43:55.497Z
31072026-01-23T14:43:55.497Zinfo: running `cargo check --bins` on clickhouse-admin-api (102/247)
31082026-01-23T14:43:56.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31092026-01-23T14:43:56.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31102026-01-23T14:43:56.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31112026-01-23T14:43:56.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s
31122026-01-23T14:43:56.793Z
31132026-01-23T14:43:56.793Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (103/247)
31142026-01-23T14:43:57.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31152026-01-23T14:43:57.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31162026-01-23T14:43:57.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31172026-01-23T14:43:57.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s
31182026-01-23T14:43:58.020Z
31192026-01-23T14:43:58.020Zinfo: running `cargo check --bins` on bootstrap-agent-client (104/247)
31202026-01-23T14:43:59.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31212026-01-23T14:43:59.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31222026-01-23T14:43:59.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31232026-01-23T14:43:59.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
31242026-01-23T14:43:59.260Z
31252026-01-23T14:43:59.261Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (105/247)
31262026-01-23T14:44:00.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31272026-01-23T14:44:00.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31282026-01-23T14:44:00.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31292026-01-23T14:44:00.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
31302026-01-23T14:44:00.516Z
31312026-01-23T14:44:00.517Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (106/247)
31322026-01-23T14:44:01.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31332026-01-23T14:44:01.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31342026-01-23T14:44:01.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31352026-01-23T14:44:01.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
31362026-01-23T14:44:01.798Z
31372026-01-23T14:44:01.798Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (107/247)
31382026-01-23T14:44:02.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31392026-01-23T14:44:02.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31402026-01-23T14:44:02.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31412026-01-23T14:44:02.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s
31422026-01-23T14:44:03.046Z
31432026-01-23T14:44:03.046Zinfo: running `cargo check --bins` on cockroach-admin-client (108/247)
31442026-01-23T14:44:04.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31452026-01-23T14:44:04.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31462026-01-23T14:44:04.132Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31472026-01-23T14:44:04.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
31482026-01-23T14:44:04.225Z
31492026-01-23T14:44:04.225Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (109/247)
31502026-01-23T14:44:05.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31512026-01-23T14:44:05.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31522026-01-23T14:44:05.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31532026-01-23T14:44:05.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
31542026-01-23T14:44:05.484Z
31552026-01-23T14:44:05.484Zinfo: running `cargo check --bins` on dns-service-client (110/247)
31562026-01-23T14:44:06.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31572026-01-23T14:44:06.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31582026-01-23T14:44:06.610Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31592026-01-23T14:44:06.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s
31602026-01-23T14:44:06.719Z
31612026-01-23T14:44:06.719Zinfo: running `cargo check --bins` on installinator-client (111/247)
31622026-01-23T14:44:07.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31632026-01-23T14:44:07.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31642026-01-23T14:44:07.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31652026-01-23T14:44:07.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s
31662026-01-23T14:44:08.063Z
31672026-01-23T14:44:08.063Zinfo: running `cargo check --bins` on nexus-client (112/247)
31682026-01-23T14:44:09.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31692026-01-23T14:44:09.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31702026-01-23T14:44:09.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31712026-01-23T14:44:09.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s
31722026-01-23T14:44:09.353Z
31732026-01-23T14:44:09.353Zinfo: running `cargo check --bins` on nexus-lockstep-client (113/247)
31742026-01-23T14:44:10.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31752026-01-23T14:44:10.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31762026-01-23T14:44:10.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31772026-01-23T14:44:10.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s
31782026-01-23T14:44:10.632Z
31792026-01-23T14:44:10.632Zinfo: running `cargo check --bins` on ntp-admin-client (114/247)
31802026-01-23T14:44:11.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31812026-01-23T14:44:11.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31822026-01-23T14:44:11.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31832026-01-23T14:44:11.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
31842026-01-23T14:44:11.839Z
31852026-01-23T14:44:11.839Zinfo: running `cargo check --bins` on oxide-client (115/247)
31862026-01-23T14:44:12.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31872026-01-23T14:44:12.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31882026-01-23T14:44:12.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31892026-01-23T14:44:12.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
31902026-01-23T14:44:13.045Z
31912026-01-23T14:44:13.046Zinfo: running `cargo check --bins` on oximeter-client (116/247)
31922026-01-23T14:44:14.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31932026-01-23T14:44:14.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31942026-01-23T14:44:14.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31952026-01-23T14:44:14.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
31962026-01-23T14:44:14.220Z
31972026-01-23T14:44:14.220Zinfo: running `cargo check --bins` on repo-depot-client (117/247)
31982026-01-23T14:44:15.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31992026-01-23T14:44:15.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32002026-01-23T14:44:15.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32012026-01-23T14:44:15.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
32022026-01-23T14:44:15.348Z
32032026-01-23T14:44:15.348Zinfo: running `cargo check --bins` on sled-agent-client (118/247)
32042026-01-23T14:44:16.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32052026-01-23T14:44:16.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32062026-01-23T14:44:16.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32072026-01-23T14:44:16.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s
32082026-01-23T14:44:16.589Z
32092026-01-23T14:44:16.589Zinfo: running `cargo check --bins` on wicketd-client (119/247)
32102026-01-23T14:44:17.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32112026-01-23T14:44:17.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32122026-01-23T14:44:17.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32132026-01-23T14:44:17.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s
32142026-01-23T14:44:17.931Z
32152026-01-23T14:44:17.931Zinfo: running `cargo check --bins` on installinator-common (120/247)
32162026-01-23T14:44:19.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32172026-01-23T14:44:19.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32182026-01-23T14:44:19.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32192026-01-23T14:44:19.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
32202026-01-23T14:44:19.144Z
32212026-01-23T14:44:19.144Zinfo: running `cargo check --bins` on installinator-common-versions (121/247)
32222026-01-23T14:44:20.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32232026-01-23T14:44:20.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32242026-01-23T14:44:20.237Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32252026-01-23T14:44:20.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
32262026-01-23T14:44:20.334Z
32272026-01-23T14:44:20.334Zinfo: running `cargo check --bins` on wicket-common (122/247)
32282026-01-23T14:44:21.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32292026-01-23T14:44:21.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32302026-01-23T14:44:21.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32312026-01-23T14:44:21.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s
32322026-01-23T14:44:21.665Z
32332026-01-23T14:44:21.665Zinfo: running `cargo check --bins` on omicron-cockroach-admin (123/247)
32342026-01-23T14:44:22.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32352026-01-23T14:44:22.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32362026-01-23T14:44:23.045Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32372026-01-23T14:44:23.045Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32382026-01-23T14:44:23.070Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32392026-01-23T14:44:23.379Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32402026-01-23T14:44:23.404Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32412026-01-23T14:44:23.987Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32422026-01-23T14:44:24.011Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32432026-01-23T14:44:29.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.44s
32442026-01-23T14:44:29.324Z
32452026-01-23T14:44:29.324Zinfo: running `cargo check --bins` on cockroach-admin-api (124/247)
32462026-01-23T14:44:30.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32472026-01-23T14:44:30.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32482026-01-23T14:44:30.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32492026-01-23T14:44:30.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
32502026-01-23T14:44:30.476Z
32512026-01-23T14:44:30.476Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (125/247)
32522026-01-23T14:44:31.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32532026-01-23T14:44:31.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32542026-01-23T14:44:31.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32552026-01-23T14:44:31.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s
32562026-01-23T14:44:31.855Z
32572026-01-23T14:44:31.855Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (126/247)
32582026-01-23T14:44:33.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32592026-01-23T14:44:33.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32602026-01-23T14:44:33.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32612026-01-23T14:44:33.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s
32622026-01-23T14:44:33.230Z
32632026-01-23T14:44:33.231Zinfo: running `cargo check --bins` on dns-server (127/247)
32642026-01-23T14:44:34.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32652026-01-23T14:44:34.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32662026-01-23T14:44:34.600Z Compiling parking_lot_core v0.8.6
32672026-01-23T14:44:34.600Z Compiling moka v0.12.10
32682026-01-23T14:44:34.624Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32692026-01-23T14:44:34.625Z Checking tagptr v0.2.0
32702026-01-23T14:44:34.625Z Checking prefix-trie v0.7.0
32712026-01-23T14:44:34.625Z Checking fxhash v0.2.1
32722026-01-23T14:44:34.625Z Checking hickory-client v0.25.2
32732026-01-23T14:44:35.370Z Checking hickory-server v0.25.2
32742026-01-23T14:44:35.527Z Checking parking_lot v0.11.2
32752026-01-23T14:44:35.758Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32762026-01-23T14:44:35.782Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32772026-01-23T14:44:35.782Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32782026-01-23T14:44:35.883Z Checking sled v0.34.7
32792026-01-23T14:44:36.407Z Checking hickory-resolver v0.25.2
32802026-01-23T14:44:38.733Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32812026-01-23T14:44:41.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.77s
32822026-01-23T14:44:41.217Z
32832026-01-23T14:44:41.217Zinfo: running `cargo check --bins` on dns-server-api (128/247)
32842026-01-23T14:44:42.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32852026-01-23T14:44:42.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32862026-01-23T14:44:42.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32872026-01-23T14:44:42.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s
32882026-01-23T14:44:42.530Z
32892026-01-23T14:44:42.530Zinfo: running `cargo check --bins` on gateway-test-utils (129/247)
32902026-01-23T14:44:43.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32912026-01-23T14:44:43.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32922026-01-23T14:44:43.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32932026-01-23T14:44:43.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s
32942026-01-23T14:44:43.896Z
32952026-01-23T14:44:43.896Zinfo: running `cargo check --bins` on omicron-gateway (130/247)
32962026-01-23T14:44:45.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32972026-01-23T14:44:45.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32982026-01-23T14:44:45.399Z Compiling radium v0.7.0
32992026-01-23T14:44:45.423Z Compiling maybe-uninit v2.0.0
33002026-01-23T14:44:45.423Z Checking tap v1.0.1
33012026-01-23T14:44:45.423Z Compiling zerocopy-derive v0.6.6
33022026-01-23T14:44:45.447Z Checking crc-catalog v2.4.0
33032026-01-23T14:44:45.493Z Checking funty v2.0.0
33042026-01-23T14:44:45.517Z Compiling packed_struct v0.10.1
33052026-01-23T14:44:45.581Z Compiling packed_struct_codegen v0.10.1
33062026-01-23T14:44:45.698Z Checking crc v3.2.1
33072026-01-23T14:44:45.722Z Checking wyz v0.5.1
33082026-01-23T14:44:46.089Z Compiling bitfield-macros v0.19.2
33092026-01-23T14:44:46.152Z Compiling indexmap v1.9.3
33102026-01-23T14:44:46.187Z Checking nodrop v0.1.14
33112026-01-23T14:44:46.247Z Checking smallvec v0.6.14
33122026-01-23T14:44:46.349Z Checking array-init v0.0.4
33132026-01-23T14:44:46.386Z Checking hashbrown v0.12.3
33142026-01-23T14:44:46.506Z Checking bitvec v1.0.1
33152026-01-23T14:44:46.588Z Checking ron v0.8.1
33162026-01-23T14:44:46.739Z Checking hashbrown v0.13.2
33172026-01-23T14:44:47.312Z Checking serde-hex v0.1.0
33182026-01-23T14:44:47.422Z Checking zerocopy v0.6.6
33192026-01-23T14:44:47.598Z Checking bitfield v0.19.2
33202026-01-23T14:44:47.770Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33212026-01-23T14:44:47.931Z Checking crc-any v2.5.0
33222026-01-23T14:44:48.005Z Checking path-slash v0.1.5
33232026-01-23T14:44:48.098Z Checking half v1.8.3
33242026-01-23T14:44:48.149Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33252026-01-23T14:44:48.173Z Checking object v0.30.4
33262026-01-23T14:44:48.225Z Checking void v1.0.2
33272026-01-23T14:44:48.317Z Checking tungstenite v0.23.0
33282026-01-23T14:44:48.404Z Checking lzss v0.8.2
33292026-01-23T14:44:48.441Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33302026-01-23T14:44:48.475Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33312026-01-23T14:44:48.536Z Checking serde_cbor v0.11.2
33322026-01-23T14:44:48.737Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33332026-01-23T14:44:48.774Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33342026-01-23T14:44:48.798Z Checking nix v0.27.1
33352026-01-23T14:44:49.211Z Checking kstat-rs v0.2.4
33362026-01-23T14:44:49.478Z Checking serde_bytes v0.11.19
33372026-01-23T14:44:49.593Z Checking tokio-tungstenite v0.23.1
33382026-01-23T14:44:49.617Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33392026-01-23T14:44:49.859Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33402026-01-23T14:44:50.065Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33412026-01-23T14:44:50.111Z Checking signal-hook-tokio v0.3.1
33422026-01-23T14:44:52.498Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33432026-01-23T14:44:52.897Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
33442026-01-23T14:44:59.679Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
33452026-01-23T14:45:01.755Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33462026-01-23T14:45:02.413Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33472026-01-23T14:45:05.113Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33482026-01-23T14:45:10.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.30s
33492026-01-23T14:45:10.447Z
33502026-01-23T14:45:10.447Zinfo: running `cargo check --bins` on gateway-api (131/247)
33512026-01-23T14:45:11.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33522026-01-23T14:45:11.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33532026-01-23T14:45:11.627Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33542026-01-23T14:45:11.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s
33552026-01-23T14:45:11.752Z
33562026-01-23T14:45:11.752Zinfo: running `cargo check --bins` on ipcc (132/247)
33572026-01-23T14:45:12.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33582026-01-23T14:45:12.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33592026-01-23T14:45:12.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33602026-01-23T14:45:12.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s
33612026-01-23T14:45:13.048Z
33622026-01-23T14:45:13.048Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (133/247)
33632026-01-23T14:45:14.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33642026-01-23T14:45:14.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33652026-01-23T14:45:14.163Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33662026-01-23T14:45:14.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
33672026-01-23T14:45:14.275Z
33682026-01-23T14:45:14.275Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (134/247)
33692026-01-23T14:45:15.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33702026-01-23T14:45:15.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33712026-01-23T14:45:15.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33722026-01-23T14:45:15.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
33732026-01-23T14:45:15.500Z
33742026-01-23T14:45:15.500Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (135/247)
33752026-01-23T14:45:16.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33762026-01-23T14:45:16.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33772026-01-23T14:45:16.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33782026-01-23T14:45:16.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s
33792026-01-23T14:45:16.874Z
33802026-01-23T14:45:16.874Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (136/247)
33812026-01-23T14:45:18.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33822026-01-23T14:45:18.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33832026-01-23T14:45:18.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33842026-01-23T14:45:18.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s
33852026-01-23T14:45:18.186Z
33862026-01-23T14:45:18.186Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (137/247)
33872026-01-23T14:45:19.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33882026-01-23T14:45:19.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33892026-01-23T14:45:19.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33902026-01-23T14:45:19.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s
33912026-01-23T14:45:19.424Z
33922026-01-23T14:45:19.424Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (138/247)
33932026-01-23T14:45:20.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33942026-01-23T14:45:20.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33952026-01-23T14:45:20.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33962026-01-23T14:45:20.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
33972026-01-23T14:45:20.676Z
33982026-01-23T14:45:20.676Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (139/247)
33992026-01-23T14:45:21.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34002026-01-23T14:45:21.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34012026-01-23T14:45:21.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34022026-01-23T14:45:21.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
34032026-01-23T14:45:21.916Z
34042026-01-23T14:45:21.917Zinfo: running `cargo check --bins` on oximeter-producer (140/247)
34052026-01-23T14:45:23.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34062026-01-23T14:45:23.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34072026-01-23T14:45:23.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34082026-01-23T14:45:23.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s
34092026-01-23T14:45:23.264Z
34102026-01-23T14:45:23.264Zinfo: running `cargo check --bins` on internal-dns-resolver (141/247)
34112026-01-23T14:45:24.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34122026-01-23T14:45:24.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34132026-01-23T14:45:24.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34142026-01-23T14:45:24.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s
34152026-01-23T14:45:24.566Z
34162026-01-23T14:45:24.566Zinfo: running `cargo check --bins` on sp-sim (142/247)
34172026-01-23T14:45:25.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34182026-01-23T14:45:25.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34192026-01-23T14:45:26.006Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34202026-01-23T14:45:30.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.45s
34212026-01-23T14:45:30.281Z
34222026-01-23T14:45:30.281Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (143/247)
34232026-01-23T14:45:31.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34242026-01-23T14:45:31.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34252026-01-23T14:45:31.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34262026-01-23T14:45:31.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s
34272026-01-23T14:45:31.624Z
34282026-01-23T14:45:31.624Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (144/247)
34292026-01-23T14:45:32.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34302026-01-23T14:45:32.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34312026-01-23T14:45:32.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34322026-01-23T14:45:32.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
34332026-01-23T14:45:33.100Z
34342026-01-23T14:45:33.102Zinfo: running `cargo check --bins` on db-macros (145/247)
34352026-01-23T14:45:34.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34362026-01-23T14:45:34.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34372026-01-23T14:45:34.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34382026-01-23T14:45:34.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
34392026-01-23T14:45:34.315Z
34402026-01-23T14:45:34.315Zinfo: running `cargo check --bins` on nexus-macros-common (146/247)
34412026-01-23T14:45:35.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34422026-01-23T14:45:35.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34432026-01-23T14:45:35.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34442026-01-23T14:45:35.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
34452026-01-23T14:45:35.538Z
34462026-01-23T14:45:35.539Zinfo: running `cargo check --bins` on nexus-auth (147/247)
34472026-01-23T14:45:36.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34482026-01-23T14:45:36.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34492026-01-23T14:45:36.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34502026-01-23T14:45:36.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s
34512026-01-23T14:45:36.880Z
34522026-01-23T14:45:36.880Zinfo: running `cargo check --bins` on authz-macros (148/247)
34532026-01-23T14:45:38.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34542026-01-23T14:45:38.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34552026-01-23T14:45:38.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34562026-01-23T14:45:38.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s
34572026-01-23T14:45:38.230Z
34582026-01-23T14:45:38.230Zinfo: running `cargo check --bins` on nexus-db-fixed-data (149/247)
34592026-01-23T14:45:39.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34602026-01-23T14:45:39.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34612026-01-23T14:45:39.404Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34622026-01-23T14:45:39.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s
34632026-01-23T14:45:39.518Z
34642026-01-23T14:45:39.518Zinfo: running `cargo check --bins` on nexus-db-model (150/247)
34652026-01-23T14:45:40.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34662026-01-23T14:45:40.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34672026-01-23T14:45:40.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34682026-01-23T14:45:40.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s
34692026-01-23T14:45:40.846Z
34702026-01-23T14:45:40.846Zinfo: running `cargo check --bins` on nexus-db-schema (151/247)
34712026-01-23T14:45:41.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34722026-01-23T14:45:41.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34732026-01-23T14:45:41.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34742026-01-23T14:45:41.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
34752026-01-23T14:45:42.037Z
34762026-01-23T14:45:42.037Zinfo: running `cargo check --bins` on nexus-defaults (152/247)
34772026-01-23T14:45:43.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34782026-01-23T14:45:43.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34792026-01-23T14:45:43.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34802026-01-23T14:45:43.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
34812026-01-23T14:45:43.241Z
34822026-01-23T14:45:43.241Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (153/247)
34832026-01-23T14:45:44.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34842026-01-23T14:45:44.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34852026-01-23T14:45:44.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34862026-01-23T14:45:44.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
34872026-01-23T14:45:44.415Z
34882026-01-23T14:45:44.415Zinfo: running `cargo check --bins` on parallel-task-set (154/247)
34892026-01-23T14:45:45.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34902026-01-23T14:45:45.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34912026-01-23T14:45:45.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34922026-01-23T14:45:45.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
34932026-01-23T14:45:45.611Z
34942026-01-23T14:45:45.611Zinfo: running `cargo check --bins` on nexus-db-errors (155/247)
34952026-01-23T14:45:46.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34962026-01-23T14:45:46.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34972026-01-23T14:45:46.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34982026-01-23T14:45:46.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s
34992026-01-23T14:45:46.976Z
35002026-01-23T14:45:46.976Zinfo: running `cargo check --bins` on nexus-db-lookup (156/247)
35012026-01-23T14:45:48.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35022026-01-23T14:45:48.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35032026-01-23T14:45:48.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35042026-01-23T14:45:48.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s
35052026-01-23T14:45:48.390Z
35062026-01-23T14:45:48.390Zinfo: running `cargo check --bins` on nexus-inventory (157/247)
35072026-01-23T14:45:49.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35082026-01-23T14:45:49.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35092026-01-23T14:45:49.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35102026-01-23T14:45:49.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s
35112026-01-23T14:45:49.673Z
35122026-01-23T14:45:49.673Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (158/247)
35132026-01-23T14:45:50.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35142026-01-23T14:45:50.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35152026-01-23T14:45:50.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35162026-01-23T14:45:50.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s
35172026-01-23T14:45:50.908Z
35182026-01-23T14:45:50.908Zinfo: running `cargo check --bins --no-default-features` on sled-storage (159/247)
35192026-01-23T14:45:52.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35202026-01-23T14:45:52.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35212026-01-23T14:45:52.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35222026-01-23T14:45:52.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
35232026-01-23T14:45:52.158Z
35242026-01-23T14:45:52.158Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (160/247)
35252026-01-23T14:45:53.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35262026-01-23T14:45:53.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35272026-01-23T14:45:53.288Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35282026-01-23T14:45:53.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s
35292026-01-23T14:45:53.396Z
35302026-01-23T14:45:53.396Zinfo: running `cargo check --bins` on key-manager (161/247)
35312026-01-23T14:45:54.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35322026-01-23T14:45:54.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35332026-01-23T14:45:54.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35342026-01-23T14:45:54.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
35352026-01-23T14:45:54.601Z
35362026-01-23T14:45:54.601Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (162/247)
35372026-01-23T14:45:55.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35382026-01-23T14:45:55.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35392026-01-23T14:45:55.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35402026-01-23T14:45:55.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s
35412026-01-23T14:45:55.826Z
35422026-01-23T14:45:55.826Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (163/247)
35432026-01-23T14:45:56.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35442026-01-23T14:45:56.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35452026-01-23T14:45:56.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35462026-01-23T14:45:56.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s
35472026-01-23T14:45:57.061Z
35482026-01-23T14:45:57.061Zinfo: running `cargo check --bins` on typed-rng (164/247)
35492026-01-23T14:45:58.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35502026-01-23T14:45:58.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35512026-01-23T14:45:58.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35522026-01-23T14:45:58.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
35532026-01-23T14:45:58.207Z
35542026-01-23T14:45:58.207Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (165/247)
35552026-01-23T14:45:59.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35562026-01-23T14:45:59.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35572026-01-23T14:45:59.834Z Compiling libefi-sys v0.1.0
35582026-01-23T14:45:59.834Z Compiling bitfield-struct v0.6.2
35592026-01-23T14:45:59.858Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
35602026-01-23T14:45:59.858Z Compiling xshell-macros v0.2.7
35612026-01-23T14:45:59.952Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
35622026-01-23T14:45:59.976Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
35632026-01-23T14:46:00.002Z Compiling salty v0.3.0
35642026-01-23T14:46:00.026Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
35652026-01-23T14:46:00.078Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
35662026-01-23T14:46:00.240Z Compiling proc-macro-error-attr2 v2.0.0
35672026-01-23T14:46:00.418Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
35682026-01-23T14:46:00.601Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
35692026-01-23T14:46:00.674Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
35702026-01-23T14:46:00.699Z Checking xshell v0.2.7
35712026-01-23T14:46:00.889Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
35722026-01-23T14:46:01.045Z Compiling proc-macro-error2 v2.0.1
35732026-01-23T14:46:01.070Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
35742026-01-23T14:46:01.122Z Checking primeorder v0.13.6
35752026-01-23T14:46:01.198Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
35762026-01-23T14:46:01.593Z Compiling num-derive v0.3.3
35772026-01-23T14:46:01.714Z Compiling unicase v2.8.1
35782026-01-23T14:46:01.738Z Compiling tabled_derive v0.11.0
35792026-01-23T14:46:01.810Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
35802026-01-23T14:46:01.993Z Checking p384 v0.13.1
35812026-01-23T14:46:02.133Z Compiling mime_guess v2.0.5
35822026-01-23T14:46:02.341Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
35832026-01-23T14:46:02.598Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=173a5d19ee354cc8f0bc00d4e477923f8d2dc4be#173a5d19)
35842026-01-23T14:46:03.216Z Checking papergrid v0.17.0
35852026-01-23T14:46:03.259Z Checking testing_table v0.3.0
35862026-01-23T14:46:03.413Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
35872026-01-23T14:46:03.440Z Checking libscf-sys v1.1.0
35882026-01-23T14:46:03.467Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
35892026-01-23T14:46:03.693Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=9122d6eb288dc88bfdbcd98cc93cb02cc8c89f96#9122d6eb)
35902026-01-23T14:46:04.056Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
35912026-01-23T14:46:04.159Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
35922026-01-23T14:46:04.498Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=173a5d19ee354cc8f0bc00d4e477923f8d2dc4be#173a5d19)
35932026-01-23T14:46:04.533Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
35942026-01-23T14:46:04.881Z Checking corncobs v0.1.4
35952026-01-23T14:46:05.105Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
35962026-01-23T14:46:05.157Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=173a5d19ee354cc8f0bc00d4e477923f8d2dc4be#173a5d19)
35972026-01-23T14:46:05.211Z Checking tabled v0.20.0
35982026-01-23T14:46:05.320Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=173a5d19ee354cc8f0bc00d4e477923f8d2dc4be#173a5d19)
35992026-01-23T14:46:05.384Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
36002026-01-23T14:46:05.608Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36012026-01-23T14:46:05.641Z Checking secrecy v0.8.0
36022026-01-23T14:46:05.899Z Checking http-range v0.1.5
36032026-01-23T14:46:06.147Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
36042026-01-23T14:46:06.488Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36052026-01-23T14:46:06.597Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36062026-01-23T14:46:06.740Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36072026-01-23T14:46:07.283Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
36082026-01-23T14:46:07.334Z Checking atty v0.2.14
36092026-01-23T14:46:07.495Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
36102026-01-23T14:46:07.519Z Checking crc8 v0.1.1
36112026-01-23T14:46:07.546Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36122026-01-23T14:46:07.582Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
36132026-01-23T14:46:07.723Z Checking hyper-staticfile v0.10.1
36142026-01-23T14:46:07.934Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36152026-01-23T14:46:08.313Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
36162026-01-23T14:46:08.682Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36172026-01-23T14:46:08.741Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
36182026-01-23T14:46:09.226Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36192026-01-23T14:46:09.250Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36202026-01-23T14:46:09.291Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
36212026-01-23T14:46:09.418Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
36222026-01-23T14:46:09.646Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36232026-01-23T14:46:09.931Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
36242026-01-23T14:46:10.031Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
36252026-01-23T14:46:10.073Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
36262026-01-23T14:46:10.681Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
36272026-01-23T14:46:10.781Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
36282026-01-23T14:46:13.086Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
36292026-01-23T14:46:13.540Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=846348bf5c92ab490cf4f69fbe1202691dae6125#846348bf)
36302026-01-23T14:46:13.839Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
36312026-01-23T14:46:14.890Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
36322026-01-23T14:46:15.732Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=846348bf5c92ab490cf4f69fbe1202691dae6125#846348bf)
36332026-01-23T14:46:15.758Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
36342026-01-23T14:46:29.002Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36352026-01-23T14:46:55.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.33s
36362026-01-23T14:46:55.789Z
36372026-01-23T14:46:55.789Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (166/247)
36382026-01-23T14:46:57.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36392026-01-23T14:46:57.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36402026-01-23T14:46:57.339Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36412026-01-23T14:47:24.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.60s
36422026-01-23T14:47:24.643Z
36432026-01-23T14:47:24.643Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (167/247)
36442026-01-23T14:47:25.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36452026-01-23T14:47:25.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36462026-01-23T14:47:26.167Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36472026-01-23T14:47:55.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.38s
36482026-01-23T14:47:55.282Z
36492026-01-23T14:47:55.283Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (168/247)
36502026-01-23T14:47:56.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36512026-01-23T14:47:56.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36522026-01-23T14:47:56.878Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36532026-01-23T14:48:25.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.17s
36542026-01-23T14:48:25.708Z
36552026-01-23T14:48:25.708Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (169/247)
36562026-01-23T14:48:26.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36572026-01-23T14:48:26.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36582026-01-23T14:48:27.162Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36592026-01-23T14:48:55.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.65s
36602026-01-23T14:48:55.624Z
36612026-01-23T14:48:55.624Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (170/247)
36622026-01-23T14:48:56.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36632026-01-23T14:48:56.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36642026-01-23T14:48:57.307Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36652026-01-23T14:49:24.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.12s
36662026-01-23T14:49:25.004Z
36672026-01-23T14:49:25.005Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (171/247)
36682026-01-23T14:49:26.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36692026-01-23T14:49:26.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36702026-01-23T14:49:26.475Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36712026-01-23T14:49:53.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.96s
36722026-01-23T14:49:54.250Z
36732026-01-23T14:49:54.250Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (172/247)
36742026-01-23T14:49:55.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36752026-01-23T14:49:55.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36762026-01-23T14:49:55.723Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36772026-01-23T14:50:23.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.88s
36782026-01-23T14:50:23.405Z
36792026-01-23T14:50:23.405Zinfo: running `cargo check --bins` on bootstrap-agent-api (173/247)
36802026-01-23T14:50:24.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36812026-01-23T14:50:24.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36822026-01-23T14:50:24.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36832026-01-23T14:50:24.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
36842026-01-23T14:50:24.678Z
36852026-01-23T14:50:24.678Zinfo: running `cargo check --bins` on range-requests (174/247)
36862026-01-23T14:50:25.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36872026-01-23T14:50:25.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36882026-01-23T14:50:25.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36892026-01-23T14:50:25.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
36902026-01-23T14:50:25.909Z
36912026-01-23T14:50:25.909Zinfo: running `cargo check --bins` on repo-depot-api (175/247)
36922026-01-23T14:50:26.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36932026-01-23T14:50:27.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36942026-01-23T14:50:27.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36952026-01-23T14:50:27.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
36962026-01-23T14:50:27.135Z
36972026-01-23T14:50:27.135Zinfo: running `cargo check --bins` on sled-agent-api (176/247)
36982026-01-23T14:50:28.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36992026-01-23T14:50:28.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37002026-01-23T14:50:28.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37012026-01-23T14:50:28.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s
37022026-01-23T14:50:28.467Z
37032026-01-23T14:50:28.467Zinfo: running `cargo check --bins` on sled-diagnostics (177/247)
37042026-01-23T14:50:29.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37052026-01-23T14:50:29.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37062026-01-23T14:50:29.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37072026-01-23T14:50:29.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
37082026-01-23T14:50:29.708Z
37092026-01-23T14:50:29.708Zinfo: running `cargo check --bins` on zfs-test-harness (178/247)
37102026-01-23T14:50:30.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37112026-01-23T14:50:30.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37122026-01-23T14:50:30.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37132026-01-23T14:50:30.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
37142026-01-23T14:50:30.993Z
37152026-01-23T14:50:30.993Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (179/247)
37162026-01-23T14:50:32.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37172026-01-23T14:50:32.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37182026-01-23T14:50:32.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37192026-01-23T14:50:32.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s
37202026-01-23T14:50:32.235Z
37212026-01-23T14:50:32.235Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (180/247)
37222026-01-23T14:50:33.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37232026-01-23T14:50:33.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37242026-01-23T14:50:33.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37252026-01-23T14:50:33.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
37262026-01-23T14:50:33.478Z
37272026-01-23T14:50:33.478Zinfo: running `cargo check --bins` on sled-agent-health-monitor (181/247)
37282026-01-23T14:50:34.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37292026-01-23T14:50:34.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37302026-01-23T14:50:34.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37312026-01-23T14:50:34.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
37322026-01-23T14:50:34.688Z
37332026-01-23T14:50:34.688Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (182/247)
37342026-01-23T14:50:35.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37352026-01-23T14:50:35.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37362026-01-23T14:50:35.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37372026-01-23T14:50:35.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
37382026-01-23T14:50:35.893Z
37392026-01-23T14:50:35.893Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (183/247)
37402026-01-23T14:50:37.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37412026-01-23T14:50:37.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37422026-01-23T14:50:37.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37432026-01-23T14:50:37.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
37442026-01-23T14:50:37.319Z
37452026-01-23T14:50:37.319Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (184/247)
37462026-01-23T14:50:38.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37472026-01-23T14:50:38.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37482026-01-23T14:50:38.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37492026-01-23T14:50:38.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
37502026-01-23T14:50:38.580Z
37512026-01-23T14:50:38.580Zinfo: running `cargo check --bins` on trust-quorum (185/247)
37522026-01-23T14:50:39.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37532026-01-23T14:50:39.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37542026-01-23T14:50:39.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37552026-01-23T14:50:39.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s
37562026-01-23T14:50:39.874Z
37572026-01-23T14:50:39.874Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (186/247)
37582026-01-23T14:50:41.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37592026-01-23T14:50:41.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37602026-01-23T14:50:41.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37612026-01-23T14:50:41.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s
37622026-01-23T14:50:41.187Z
37632026-01-23T14:50:41.187Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (187/247)
37642026-01-23T14:50:42.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37652026-01-23T14:50:42.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37662026-01-23T14:50:42.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37672026-01-23T14:50:42.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
37682026-01-23T14:50:42.615Z
37692026-01-23T14:50:42.615Zinfo: running `cargo check --bins` on update-common (188/247)
37702026-01-23T14:50:43.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37712026-01-23T14:50:43.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37722026-01-23T14:50:43.693Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37732026-01-23T14:50:43.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
37742026-01-23T14:50:43.801Z
37752026-01-23T14:50:43.801Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (189/247)
37762026-01-23T14:50:44.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37772026-01-23T14:50:45.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37782026-01-23T14:50:45.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37792026-01-23T14:50:45.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s
37802026-01-23T14:50:45.145Z
37812026-01-23T14:50:45.145Zinfo: running `cargo check --bins` on reconfigurator-cli (190/247)
37822026-01-23T14:50:46.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37832026-01-23T14:50:46.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37842026-01-23T14:50:46.770Z Compiling fs-err v2.11.0
37852026-01-23T14:50:46.770Z Checking ignore v0.4.23
37862026-01-23T14:50:46.794Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
37872026-01-23T14:50:46.794Z Checking predicates-tree v1.0.12
37882026-01-23T14:50:46.818Z Checking parse-size v1.1.0
37892026-01-23T14:50:46.909Z Checking rand_seeder v0.4.0
37902026-01-23T14:50:46.933Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
37912026-01-23T14:50:46.933Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
37922026-01-23T14:50:47.029Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
37932026-01-23T14:50:47.134Z Compiling petname v2.0.2
37942026-01-23T14:50:47.203Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
37952026-01-23T14:50:47.579Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
37962026-01-23T14:50:47.655Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
37972026-01-23T14:50:47.717Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37982026-01-23T14:50:47.741Z Checking globwalk v0.9.1
37992026-01-23T14:50:48.059Z Checking sapling-renderdag v0.1.0
38002026-01-23T14:50:48.095Z Checking sync-ptr v0.1.4
38012026-01-23T14:50:48.143Z Checking camino-tempfile-ext v0.3.2
38022026-01-23T14:50:48.312Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
38032026-01-23T14:50:48.552Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
38042026-01-23T14:50:48.607Z Checking assert_matches v1.5.0
38052026-01-23T14:50:49.272Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
38062026-01-23T14:50:49.436Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38072026-01-23T14:50:49.436Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
38082026-01-23T14:50:50.855Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
38092026-01-23T14:50:54.130Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
38102026-01-23T14:50:58.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.72s
38112026-01-23T14:50:59.113Z
38122026-01-23T14:50:59.113Zinfo: running `cargo check --bins` on omicron-repl-utils (191/247)
38132026-01-23T14:51:00.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38142026-01-23T14:51:00.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38152026-01-23T14:51:00.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38162026-01-23T14:51:00.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s
38172026-01-23T14:51:00.264Z
38182026-01-23T14:51:00.264Zinfo: running `cargo check --bins` on nexus-test-interface (192/247)
38192026-01-23T14:51:01.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38202026-01-23T14:51:01.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38212026-01-23T14:51:01.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38222026-01-23T14:51:01.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
38232026-01-23T14:51:01.540Z
38242026-01-23T14:51:01.540Zinfo: running `cargo check --bins` on oximeter-collector (193/247)
38252026-01-23T14:51:02.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38262026-01-23T14:51:02.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38272026-01-23T14:51:02.969Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
38282026-01-23T14:51:02.970Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
38292026-01-23T14:51:04.194Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38302026-01-23T14:51:07.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.09s
38312026-01-23T14:51:07.889Z
38322026-01-23T14:51:07.889Zinfo: running `cargo check --bins` on oximeter-api (194/247)
38332026-01-23T14:51:09.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38342026-01-23T14:51:09.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38352026-01-23T14:51:09.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38362026-01-23T14:51:09.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
38372026-01-23T14:51:09.146Z
38382026-01-23T14:51:09.146Zinfo: running `cargo check --bins` on cert-dev (195/247)
38392026-01-23T14:51:10.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38402026-01-23T14:51:10.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38412026-01-23T14:51:10.412Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
38422026-01-23T14:51:10.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s
38432026-01-23T14:51:11.017Z
38442026-01-23T14:51:11.017Zinfo: running `cargo check --bins` on clickana (196/247)
38452026-01-23T14:51:12.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38462026-01-23T14:51:12.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38472026-01-23T14:51:12.341Z Checking castaway v0.2.3
38482026-01-23T14:51:12.341Z Checking unicode-truncate v1.1.0
38492026-01-23T14:51:12.341Z Checking lru v0.12.5
38502026-01-23T14:51:12.341Z Compiling instability v0.3.2
38512026-01-23T14:51:12.365Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
38522026-01-23T14:51:12.365Z Checking cassowary v0.3.0
38532026-01-23T14:51:12.365Z Compiling indoc v2.0.6
38542026-01-23T14:51:12.550Z Checking compact_str v0.8.0
38552026-01-23T14:51:13.372Z Checking ratatui v0.29.0
38562026-01-23T14:51:14.993Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
38572026-01-23T14:51:15.360Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
38582026-01-23T14:51:17.296Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
38592026-01-23T14:51:18.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.65s
38602026-01-23T14:51:18.885Z
38612026-01-23T14:51:18.885Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (197/247)
38622026-01-23T14:51:20.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38632026-01-23T14:51:20.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38642026-01-23T14:51:20.391Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
38652026-01-23T14:51:20.391Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
38662026-01-23T14:51:21.468Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
38672026-01-23T14:51:22.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.33s
38682026-01-23T14:51:22.457Z
38692026-01-23T14:51:22.457Zinfo: running `cargo check --bins` on ch-dev (198/247)
38702026-01-23T14:51:23.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38712026-01-23T14:51:23.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38722026-01-23T14:51:23.953Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
38732026-01-23T14:51:25.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.77s
38742026-01-23T14:51:25.509Z
38752026-01-23T14:51:25.509Zinfo: running `cargo check --bins` on dev-tools-common (199/247)
38762026-01-23T14:51:26.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38772026-01-23T14:51:26.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38782026-01-23T14:51:26.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38792026-01-23T14:51:26.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
38802026-01-23T14:51:26.390Z
38812026-01-23T14:51:26.390Zinfo: running `cargo check --bins` on crdb-seed (200/247)
38822026-01-23T14:51:27.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38832026-01-23T14:51:27.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38842026-01-23T14:51:27.698Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
38852026-01-23T14:51:28.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.94s
38862026-01-23T14:51:28.564Z
38872026-01-23T14:51:28.564Zinfo: running `cargo check --bins` on db-dev (201/247)
38882026-01-23T14:51:29.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38892026-01-23T14:51:29.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38902026-01-23T14:51:30.112Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
38912026-01-23T14:51:31.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.79s
38922026-01-23T14:51:31.592Z
38932026-01-23T14:51:31.592Zinfo: running `cargo check --bins` on omicron-dev-lib (202/247)
38942026-01-23T14:51:32.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38952026-01-23T14:51:32.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38962026-01-23T14:51:32.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38972026-01-23T14:51:32.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s
38982026-01-23T14:51:32.871Z
38992026-01-23T14:51:32.872Zinfo: running `cargo check --bins` on xtask-downloader (203/247)
39002026-01-23T14:51:34.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39012026-01-23T14:51:34.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39022026-01-23T14:51:34.158Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
39032026-01-23T14:51:35.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.63s
39042026-01-23T14:51:35.703Z
39052026-01-23T14:51:35.703Zinfo: running `cargo check --bins` on omicron-dropshot-apis (204/247)
39062026-01-23T14:51:36.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39072026-01-23T14:51:36.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39082026-01-23T14:51:37.127Z Compiling tabled_derive v0.10.0
39092026-01-23T14:51:37.127Z Checking papergrid v0.14.0
39102026-01-23T14:51:37.127Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
39112026-01-23T14:51:37.127Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
39122026-01-23T14:51:37.151Z Compiling trait-variant v0.1.2
39132026-01-23T14:51:37.151Z Checking is_ci v1.2.0
39142026-01-23T14:51:37.175Z Checking maplit v1.0.2
39152026-01-23T14:51:37.199Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
39162026-01-23T14:51:37.375Z Checking supports-color v3.0.2
39172026-01-23T14:51:37.445Z Checking drift v0.1.2
39182026-01-23T14:51:37.591Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
39192026-01-23T14:51:37.618Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
39202026-01-23T14:51:37.651Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
39212026-01-23T14:51:37.932Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
39222026-01-23T14:51:37.972Z Checking dropshot-api-manager v0.2.4
39232026-01-23T14:51:38.128Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
39242026-01-23T14:51:38.359Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
39252026-01-23T14:51:38.512Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
39262026-01-23T14:51:39.058Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
39272026-01-23T14:51:39.414Z Checking tabled v0.18.0
39282026-01-23T14:51:40.005Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
39292026-01-23T14:51:43.829Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
39302026-01-23T14:51:46.376Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
39312026-01-23T14:51:47.639Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
39322026-01-23T14:51:48.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.77s
39332026-01-23T14:51:48.735Z
39342026-01-23T14:51:48.735Zinfo: running `cargo check --bins` on installinator-api (205/247)
39352026-01-23T14:51:49.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39362026-01-23T14:51:49.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39372026-01-23T14:51:49.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39382026-01-23T14:51:49.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
39392026-01-23T14:51:49.949Z
39402026-01-23T14:51:49.949Zinfo: running `cargo check --bins` on nexus-external-api (206/247)
39412026-01-23T14:51:51.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39422026-01-23T14:51:51.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39432026-01-23T14:51:51.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39442026-01-23T14:51:51.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s
39452026-01-23T14:51:51.245Z
39462026-01-23T14:51:51.245Zinfo: running `cargo check --bins` on nexus-internal-api (207/247)
39472026-01-23T14:51:52.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39482026-01-23T14:51:52.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39492026-01-23T14:51:52.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39502026-01-23T14:51:52.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
39512026-01-23T14:51:52.473Z
39522026-01-23T14:51:52.473Zinfo: running `cargo check --bins` on nexus-lockstep-api (208/247)
39532026-01-23T14:51:53.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39542026-01-23T14:51:53.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39552026-01-23T14:51:53.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39562026-01-23T14:51:53.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
39572026-01-23T14:51:53.748Z
39582026-01-23T14:51:53.748Zinfo: running `cargo check --bins` on ntp-admin-api (209/247)
39592026-01-23T14:51:54.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39602026-01-23T14:51:54.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39612026-01-23T14:51:54.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39622026-01-23T14:51:54.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.17s
39632026-01-23T14:51:55.055Z
39642026-01-23T14:51:55.055Zinfo: running `cargo check --bins` on ntp-admin-types-versions (210/247)
39652026-01-23T14:51:56.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39662026-01-23T14:51:56.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39672026-01-23T14:51:56.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39682026-01-23T14:51:56.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
39692026-01-23T14:51:56.247Z
39702026-01-23T14:51:56.247Zinfo: running `cargo check --bins` on wicketd-api (211/247)
39712026-01-23T14:51:57.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39722026-01-23T14:51:57.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39732026-01-23T14:51:57.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39742026-01-23T14:51:57.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
39752026-01-23T14:51:57.449Z
39762026-01-23T14:51:57.449Zinfo: running `cargo check --bins` on omicron-ls-apis (212/247)
39772026-01-23T14:51:58.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39782026-01-23T14:51:58.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39792026-01-23T14:51:58.683Z Checking typeid v1.0.3
39802026-01-23T14:51:58.722Z Checking ordered-float v2.10.1
39812026-01-23T14:51:58.753Z Checking unicode-xid v0.2.6
39822026-01-23T14:51:58.781Z Checking cargo-platform v0.2.0
39832026-01-23T14:51:58.889Z Checking erased-serde v0.4.6
39842026-01-23T14:51:59.270Z Checking serde-value v0.7.0
39852026-01-23T14:51:59.801Z Checking serde-untagged v0.1.7
39862026-01-23T14:52:00.156Z Checking cargo-util-schemas v0.8.2
39872026-01-23T14:52:01.998Z Checking cargo_metadata v0.21.0
39882026-01-23T14:52:03.572Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
39892026-01-23T14:52:05.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.70s
39902026-01-23T14:52:05.370Z
39912026-01-23T14:52:05.370Zinfo: running `cargo check --bins` on mgs-dev (213/247)
39922026-01-23T14:52:06.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39932026-01-23T14:52:06.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39942026-01-23T14:52:06.896Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
39952026-01-23T14:52:07.936Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
39962026-01-23T14:52:08.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.58s
39972026-01-23T14:52:09.211Z
39982026-01-23T14:52:09.211Zinfo: running `cargo check --bins` on omicron-omdb (214/247)
39992026-01-23T14:52:10.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40002026-01-23T14:52:10.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40012026-01-23T14:52:11.073Z Compiling vergen-gitcl v1.0.8
40022026-01-23T14:52:11.073Z Compiling dirs-sys-next v0.1.2
40032026-01-23T14:52:11.073Z Compiling crunchy v0.2.2
40042026-01-23T14:52:11.097Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
40052026-01-23T14:52:11.097Z Compiling dsl_auto_type v0.1.2
40062026-01-23T14:52:11.097Z Checking scheduled-thread-pool v0.2.7
40072026-01-23T14:52:11.097Z Compiling diesel_table_macro_syntax v0.2.0
40082026-01-23T14:52:11.097Z Compiling tiny-keccak v2.0.2
40092026-01-23T14:52:11.512Z Compiling dirs-next v2.0.0
40102026-01-23T14:52:11.615Z Checking r2d2 v0.8.10
40112026-01-23T14:52:11.651Z Compiling bit-vec v0.6.3
40122026-01-23T14:52:11.729Z Compiling term v0.7.0
40132026-01-23T14:52:11.759Z Compiling ena v0.14.3
40142026-01-23T14:52:11.986Z Compiling diff v0.1.13
40152026-01-23T14:52:12.127Z Compiling bit-set v0.5.3
40162026-01-23T14:52:12.202Z Compiling regex-syntax v0.6.29
40172026-01-23T14:52:12.452Z Compiling ascii-canvas v3.0.0
40182026-01-23T14:52:12.552Z Compiling bindgen v0.71.1
40192026-01-23T14:52:12.637Z Compiling diesel_derives v2.2.3
40202026-01-23T14:52:12.838Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
40212026-01-23T14:52:12.916Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
40222026-01-23T14:52:12.987Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
40232026-01-23T14:52:13.014Z Compiling libxml v0.3.3
40242026-01-23T14:52:13.217Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
40252026-01-23T14:52:13.290Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
40262026-01-23T14:52:13.475Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
40272026-01-23T14:52:13.846Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
40282026-01-23T14:52:14.020Z Compiling strum_macros v0.24.3
40292026-01-23T14:52:14.082Z Compiling indoc v1.0.9
40302026-01-23T14:52:15.010Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
40312026-01-23T14:52:15.310Z Checking derive_builder v0.20.2
40322026-01-23T14:52:15.509Z Compiling lalrpop v0.19.12
40332026-01-23T14:52:15.811Z Compiling oso-derive v0.27.3
40342026-01-23T14:52:16.292Z Compiling impl-trait-for-tuples v0.2.2
40352026-01-23T14:52:16.835Z Checking quick-xml v0.37.2
40362026-01-23T14:52:17.133Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
40372026-01-23T14:52:17.295Z Compiling diesel-dtrace v0.4.2
40382026-01-23T14:52:17.790Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
40392026-01-23T14:52:18.138Z Checking bb8 v0.8.5
40402026-01-23T14:52:18.662Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
40412026-01-23T14:52:18.701Z Checking nonempty v0.12.0
40422026-01-23T14:52:18.942Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
40432026-01-23T14:52:19.038Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
40442026-01-23T14:52:19.073Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
40452026-01-23T14:52:19.358Z Checking console v0.16.0
40462026-01-23T14:52:19.500Z Checking unit-prefix v0.5.1
40472026-01-23T14:52:19.787Z Checking support-bundle-viewer v0.1.2
40482026-01-23T14:52:20.044Z Checking indicatif v0.18.0
40492026-01-23T14:52:20.190Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
40502026-01-23T14:52:20.267Z Checking multimap v0.10.1
40512026-01-23T14:52:22.111Z Checking diesel v2.2.12
40522026-01-23T14:52:42.492Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
40532026-01-23T14:52:43.559Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
40542026-01-23T14:52:43.583Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
40552026-01-23T14:52:44.174Z Compiling samael v0.0.19
40562026-01-23T14:52:45.839Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40572026-01-23T14:52:46.490Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40582026-01-23T14:52:46.608Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
40592026-01-23T14:52:47.077Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
40602026-01-23T14:52:48.347Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
40612026-01-23T14:52:53.002Z Checking async-bb8-diesel v0.2.1
40622026-01-23T14:52:53.696Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
40632026-01-23T14:53:02.168Z Compiling polar-core v0.27.3
40642026-01-23T14:53:12.254Z Checking oso v0.27.3
40652026-01-23T14:54:22.440Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
40662026-01-23T14:55:43.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 34s
40672026-01-23T14:55:44.233Z
40682026-01-23T14:55:44.234Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (215/247)
40692026-01-23T14:55:45.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40702026-01-23T14:55:45.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40712026-01-23T14:55:45.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40722026-01-23T14:55:45.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
40732026-01-23T14:55:45.453Z
40742026-01-23T14:55:45.453Zinfo: running `cargo check --bins` on nexus-saga-recovery (216/247)
40752026-01-23T14:55:46.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40762026-01-23T14:55:46.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40772026-01-23T14:55:46.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40782026-01-23T14:55:46.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
40792026-01-23T14:55:46.675Z
40802026-01-23T14:55:46.675Zinfo: running `cargo check --bins` on nexus-test-utils-macros (217/247)
40812026-01-23T14:55:47.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40822026-01-23T14:55:47.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40832026-01-23T14:55:47.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40842026-01-23T14:55:47.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
40852026-01-23T14:55:47.720Z
40862026-01-23T14:55:47.720Zinfo: running `cargo check --bins` on omicron-nexus (218/247)
40872026-01-23T14:55:48.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40882026-01-23T14:55:48.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40892026-01-23T14:55:49.345Z Compiling libz-sys v1.1.20
40902026-01-23T14:55:49.369Z Compiling libgit2-sys v0.18.2+1.9.1
40912026-01-23T14:55:49.415Z Compiling vergen-git2 v1.0.7
40922026-01-23T14:55:49.439Z Compiling rustls v0.21.12
40932026-01-23T14:55:49.464Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
40942026-01-23T14:55:49.464Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
40952026-01-23T14:55:49.464Z Checking sct v0.7.1
40962026-01-23T14:55:49.464Z Checking rustls-webpki v0.101.7
40972026-01-23T14:55:49.751Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
40982026-01-23T14:55:49.837Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
40992026-01-23T14:55:49.863Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
41002026-01-23T14:55:49.928Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
41012026-01-23T14:55:50.281Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
41022026-01-23T14:55:50.332Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
41032026-01-23T14:55:50.358Z Checking rustls-pemfile v1.0.4
41042026-01-23T14:55:50.385Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
41052026-01-23T14:55:50.601Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
41062026-01-23T14:55:50.927Z Checking twox-hash v2.1.0
41072026-01-23T14:55:51.429Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
41082026-01-23T14:55:51.488Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
41092026-01-23T14:55:52.275Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41102026-01-23T14:55:52.322Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41112026-01-23T14:55:52.509Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41122026-01-23T14:55:52.996Z Checking tokio-rustls v0.24.1
41132026-01-23T14:55:53.357Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
41142026-01-23T14:55:53.576Z Checking fatfs v0.3.6
41152026-01-23T14:55:53.603Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
41162026-01-23T14:55:53.648Z Compiling seq-macro v0.3.6
41172026-01-23T14:56:01.376Z Compiling git2 v0.20.2
41182026-01-23T14:56:04.287Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
41192026-01-23T14:56:04.509Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
41202026-01-23T14:56:07.047Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41212026-01-23T14:58:09.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 21s
41222026-01-23T14:58:09.797Z
41232026-01-23T14:58:09.797Zinfo: running `cargo check --bins` on nexus-background-task-interface (219/247)
41242026-01-23T14:58:10.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41252026-01-23T14:58:10.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41262026-01-23T14:58:10.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41272026-01-23T14:58:10.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
41282026-01-23T14:58:11.003Z
41292026-01-23T14:58:11.003Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (220/247)
41302026-01-23T14:58:12.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41312026-01-23T14:58:12.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41322026-01-23T14:58:12.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41332026-01-23T14:58:12.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s
41342026-01-23T14:58:12.349Z
41352026-01-23T14:58:12.349Zinfo: running `cargo check --bins` on nexus-mgs-updates (221/247)
41362026-01-23T14:58:13.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41372026-01-23T14:58:13.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41382026-01-23T14:58:13.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41392026-01-23T14:58:13.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s
41402026-01-23T14:58:13.605Z
41412026-01-23T14:58:13.605Zinfo: running `cargo check --bins` on nexus-networking (222/247)
41422026-01-23T14:58:14.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41432026-01-23T14:58:14.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41442026-01-23T14:58:14.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41452026-01-23T14:58:14.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s
41462026-01-23T14:58:14.908Z
41472026-01-23T14:58:14.908Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (223/247)
41482026-01-23T14:58:16.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41492026-01-23T14:58:16.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41502026-01-23T14:58:16.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41512026-01-23T14:58:16.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
41522026-01-23T14:58:16.144Z
41532026-01-23T14:58:16.145Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (224/247)
41542026-01-23T14:58:17.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41552026-01-23T14:58:17.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41562026-01-23T14:58:17.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41572026-01-23T14:58:17.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s
41582026-01-23T14:58:17.434Z
41592026-01-23T14:58:17.434Zinfo: running `cargo check --bins` on omicron-dev (225/247)
41602026-01-23T14:58:18.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41612026-01-23T14:58:18.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41622026-01-23T14:58:19.128Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41632026-01-23T14:58:19.129Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41642026-01-23T14:58:19.194Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
41652026-01-23T14:58:19.225Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
41662026-01-23T14:58:19.249Z Checking yansi v1.0.1
41672026-01-23T14:58:19.249Z Checking diff v0.1.13
41682026-01-23T14:58:19.249Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
41692026-01-23T14:58:19.282Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
41702026-01-23T14:58:19.525Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
41712026-01-23T14:58:19.788Z Checking pretty_assertions v1.4.1
41722026-01-23T14:58:21.044Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41732026-01-23T14:59:16.429Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
41742026-01-23T14:59:16.453Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
41752026-01-23T14:59:16.453Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
41762026-01-23T14:59:16.453Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41772026-01-23T14:59:16.453Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
41782026-01-23T14:59:16.453Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41792026-01-23T14:59:17.848Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
41802026-01-23T14:59:19.919Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
41812026-01-23T15:01:06.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 49s
41822026-01-23T15:01:07.154Z
41832026-01-23T15:01:07.154Zinfo: running `cargo check --bins` on omicron-pins (226/247)
41842026-01-23T15:01:08.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41852026-01-23T15:01:08.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41862026-01-23T15:01:08.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41872026-01-23T15:01:08.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
41882026-01-23T15:01:08.336Z
41892026-01-23T15:01:08.336Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (227/247)
41902026-01-23T15:01:09.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41912026-01-23T15:01:09.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41922026-01-23T15:01:09.772Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41932026-01-23T15:01:09.797Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
41942026-01-23T15:01:09.797Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
41952026-01-23T15:01:55.673Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41962026-01-23T15:01:56.378Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41972026-01-23T15:02:00.546Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
41982026-01-23T15:02:01.313Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41992026-01-23T15:02:08.415Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42002026-01-23T15:03:09.272Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42012026-01-23T15:03:10.492Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42022026-01-23T15:03:13.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 05s
42032026-01-23T15:03:14.104Z
42042026-01-23T15:03:14.104Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (228/247)
42052026-01-23T15:03:15.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42062026-01-23T15:03:15.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42072026-01-23T15:03:15.443Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
42082026-01-23T15:03:16.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.52s
42092026-01-23T15:03:16.866Z
42102026-01-23T15:03:16.866Zinfo: running `cargo check --bins` on omicron-releng (229/247)
42112026-01-23T15:03:17.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42122026-01-23T15:03:18.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42132026-01-23T15:03:18.142Z Compiling blake3 v1.5.4
42142026-01-23T15:03:18.166Z Checking arrayref v0.3.9
42152026-01-23T15:03:18.166Z Checking constant_time_eq v0.3.1
42162026-01-23T15:03:18.166Z Checking arrayvec v0.7.6
42172026-01-23T15:03:18.166Z Checking topological-sort v0.2.2
42182026-01-23T15:03:18.166Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
42192026-01-23T15:03:18.191Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
42202026-01-23T15:03:18.191Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
42212026-01-23T15:03:18.375Z Checking shell-words v1.1.0
42222026-01-23T15:03:19.790Z Checking omicron-zone-package v0.12.2
42232026-01-23T15:03:21.554Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
42242026-01-23T15:03:23.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.60s
42252026-01-23T15:03:23.690Z
42262026-01-23T15:03:23.690Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (230/247)
42272026-01-23T15:03:24.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42282026-01-23T15:03:24.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42292026-01-23T15:03:24.988Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
42302026-01-23T15:03:25.428Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
42312026-01-23T15:03:26.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.54s
42322026-01-23T15:03:26.461Z
42332026-01-23T15:03:26.461Zinfo: running `cargo check --bins` on xtask (231/247)
42342026-01-23T15:03:27.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42352026-01-23T15:03:27.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42362026-01-23T15:03:27.408Z Checking bitflags v2.9.4
42372026-01-23T15:03:27.408Z Checking serde v1.0.228
42382026-01-23T15:03:27.408Z Checking zerofrom v0.1.4
42392026-01-23T15:03:27.409Z Checking thiserror v2.0.17
42402026-01-23T15:03:27.486Z Checking hashbrown v0.16.1
42412026-01-23T15:03:27.511Z Checking smallvec v1.15.1
42422026-01-23T15:03:27.536Z Checking serde_json v1.0.149
42432026-01-23T15:03:27.536Z Checking scroll v0.12.0
42442026-01-23T15:03:27.630Z Checking num-traits v0.2.19
42452026-01-23T15:03:27.673Z Checking yoke v0.7.4
42462026-01-23T15:03:27.743Z Checking rustix v0.38.37
42472026-01-23T15:03:27.899Z Checking thiserror v1.0.69
42482026-01-23T15:03:28.062Z Checking zerovec v0.10.4
42492026-01-23T15:03:28.098Z Checking percent-encoding v2.3.2
42502026-01-23T15:03:28.123Z Checking log v0.4.29
42512026-01-23T15:03:28.362Z Checking form_urlencoded v1.2.2
42522026-01-23T15:03:28.417Z Checking goblin v0.8.2
42532026-01-23T15:03:28.503Z Checking serde_spanned v0.6.9
42542026-01-23T15:03:28.599Z Checking toml_datetime v0.6.11
42552026-01-23T15:03:28.657Z Checking indexmap v2.12.1
42562026-01-23T15:03:28.753Z Checking erased-serde v0.4.6
42572026-01-23T15:03:28.777Z Checking terminal_size v0.4.0
42582026-01-23T15:03:28.947Z Checking zerocopy v0.7.35
42592026-01-23T15:03:28.972Z Checking pest v2.8.2
42602026-01-23T15:03:29.031Z Checking ordered-float v2.10.1
42612026-01-23T15:03:29.080Z Checking getrandom v0.3.4
42622026-01-23T15:03:29.310Z Checking syn v2.0.111
42632026-01-23T15:03:29.535Z Checking serde-value v0.7.0
42642026-01-23T15:03:29.636Z Checking serde-untagged v0.1.7
42652026-01-23T15:03:29.679Z Checking tinystr v0.7.6
42662026-01-23T15:03:29.903Z Checking icu_collections v1.5.0
42672026-01-23T15:03:29.962Z Checking toml_edit v0.22.27
42682026-01-23T15:03:30.045Z Checking rustix v1.1.3
42692026-01-23T15:03:30.097Z Checking icu_locid v1.5.0
42702026-01-23T15:03:30.204Z Checking once_cell v1.21.3
42712026-01-23T15:03:30.555Z Checking clap_builder v4.5.48
42722026-01-23T15:03:30.580Z Checking cargo-platform v0.2.0
42732026-01-23T15:03:30.938Z Checking textwrap v0.16.2
42742026-01-23T15:03:31.118Z Checking icu_provider v1.5.0
42752026-01-23T15:03:31.346Z Checking dtrace-parser v0.2.0
42762026-01-23T15:03:31.400Z Checking fs-err v3.1.1
42772026-01-23T15:03:31.587Z Checking tempfile v3.24.0
42782026-01-23T15:03:31.736Z Checking tabled v0.15.0
42792026-01-23T15:03:31.777Z Checking icu_locid_transform v1.5.0
42802026-01-23T15:03:31.835Z Checking anyhow v1.0.99
42812026-01-23T15:03:32.020Z Checking camino-tempfile v1.4.1
42822026-01-23T15:03:32.257Z Checking macaddr v1.0.1
42832026-01-23T15:03:32.350Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
42842026-01-23T15:03:32.676Z Checking toml v0.8.23
42852026-01-23T15:03:32.849Z Checking icu_properties v1.5.1
42862026-01-23T15:03:33.133Z Checking dof v0.3.0
42872026-01-23T15:03:33.418Z Checking cargo_toml v0.21.0
42882026-01-23T15:03:33.578Z Checking clap v4.5.48
42892026-01-23T15:03:33.875Z Checking usdt-impl v0.5.0
42902026-01-23T15:03:34.410Z Checking usdt v0.5.0
42912026-01-23T15:03:35.920Z Checking icu_normalizer v1.5.0
42922026-01-23T15:03:36.650Z Checking idna_adapter v1.2.0
42932026-01-23T15:03:36.861Z Checking idna v1.0.3
42942026-01-23T15:03:37.364Z Checking url v2.5.4
42952026-01-23T15:03:38.081Z Checking cargo-util-schemas v0.8.2
42962026-01-23T15:03:39.928Z Checking cargo_metadata v0.21.0
42972026-01-23T15:03:41.491Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
42982026-01-23T15:03:42.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.06s
42992026-01-23T15:03:42.718Z
43002026-01-23T15:03:42.718Zinfo: running `cargo check --bins` on end-to-end-tests (232/247)
43012026-01-23T15:03:43.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43022026-01-23T15:03:43.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43032026-01-23T15:03:44.250Z Checking polyval v0.6.2
43042026-01-23T15:03:44.275Z Checking ctr v0.9.2
43052026-01-23T15:03:44.316Z Checking ssh-encoding v0.2.0
43062026-01-23T15:03:44.316Z Checking blowfish v0.9.1
43072026-01-23T15:03:44.362Z Checking password-hash v0.4.2
43082026-01-23T15:03:44.391Z Checking p521 v0.13.3
43092026-01-23T15:03:44.416Z Checking p256 v0.13.2
43102026-01-23T15:03:44.440Z Checking russh-cryptovec v0.7.3
43112026-01-23T15:03:44.593Z Checking ghash v0.5.1
43122026-01-23T15:03:44.622Z Checking bcrypt-pbkdf v0.10.0
43132026-01-23T15:03:44.648Z Checking md5 v0.7.0
43142026-01-23T15:03:44.677Z Checking num-bigint v0.4.6
43152026-01-23T15:03:44.722Z Checking des v0.8.1
43162026-01-23T15:03:44.838Z Checking aes-gcm v0.10.3
43172026-01-23T15:03:44.863Z Checking pbkdf2 v0.11.0
43182026-01-23T15:03:44.897Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
43192026-01-23T15:03:44.921Z Checking hex-literal v0.4.1
43202026-01-23T15:03:44.973Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
43212026-01-23T15:03:45.037Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
43222026-01-23T15:03:45.101Z Checking internet-checksum v0.2.1
43232026-01-23T15:03:45.125Z Checking ssh-cipher v0.2.0
43242026-01-23T15:03:45.430Z Checking ssh-key v0.6.6
43252026-01-23T15:03:45.591Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
43262026-01-23T15:03:46.993Z Checking russh-keys v0.45.0
43272026-01-23T15:03:48.234Z Checking russh v0.45.0
43282026-01-23T15:04:24.621Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
43292026-01-23T15:04:26.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.26s
43302026-01-23T15:04:27.225Z
43312026-01-23T15:04:27.225Zinfo: running `cargo check --bins` on gateway-cli (233/247)
43322026-01-23T15:04:28.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43332026-01-23T15:04:28.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43342026-01-23T15:04:28.407Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
43352026-01-23T15:04:28.432Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
43362026-01-23T15:04:28.432Z Checking termios v0.3.3
43372026-01-23T15:04:31.528Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
43382026-01-23T15:04:31.799Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
43392026-01-23T15:04:36.157Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
43402026-01-23T15:04:37.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.16s
43412026-01-23T15:04:37.603Z
43422026-01-23T15:04:37.603Zinfo: running `cargo check --bins --no-default-features` on installinator (234/247)
43432026-01-23T15:04:38.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43442026-01-23T15:04:38.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43452026-01-23T15:04:38.896Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
43462026-01-23T15:04:38.921Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
43472026-01-23T15:04:38.954Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
43482026-01-23T15:04:38.978Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
43492026-01-23T15:04:38.978Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
43502026-01-23T15:04:39.792Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
43512026-01-23T15:04:39.817Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
43522026-01-23T15:04:41.293Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
43532026-01-23T15:04:41.545Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
43542026-01-23T15:04:41.545Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
43552026-01-23T15:04:42.915Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
43562026-01-23T15:04:46.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.45s
43572026-01-23T15:04:46.269Z
43582026-01-23T15:04:46.269Zinfo: running `cargo check --bins` on internal-dns-cli (235/247)
43592026-01-23T15:04:47.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43602026-01-23T15:04:47.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43612026-01-23T15:04:47.420Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
43622026-01-23T15:04:48.128Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
43632026-01-23T15:04:48.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.43s
43642026-01-23T15:04:48.919Z
43652026-01-23T15:04:48.920Zinfo: running `cargo check --bins` on omicron-live-tests (236/247)
43662026-01-23T15:04:49.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43672026-01-23T15:04:49.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43682026-01-23T15:04:49.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43692026-01-23T15:04:49.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
43702026-01-23T15:04:50.015Z
43712026-01-23T15:04:50.015Zinfo: running `cargo check --bins` on live-tests-macros (237/247)
43722026-01-23T15:04:50.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43732026-01-23T15:04:51.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43742026-01-23T15:04:51.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43752026-01-23T15:04:51.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
43762026-01-23T15:04:51.116Z
43772026-01-23T15:04:51.116Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (238/247)
43782026-01-23T15:04:52.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43792026-01-23T15:04:52.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43802026-01-23T15:04:52.509Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
43812026-01-23T15:04:53.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.25s
43822026-01-23T15:04:53.608Z
43832026-01-23T15:04:53.608Zinfo: running `cargo check --bins` on omicron-ntp-admin (239/247)
43842026-01-23T15:04:54.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43852026-01-23T15:04:54.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43862026-01-23T15:04:54.803Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
43872026-01-23T15:04:54.827Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
43882026-01-23T15:04:55.132Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
43892026-01-23T15:04:55.156Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
43902026-01-23T15:04:56.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.03s
43912026-01-23T15:04:56.842Z
43922026-01-23T15:04:56.842Zinfo: running `cargo check --bins` on ntp-admin-types (240/247)
43932026-01-23T15:04:57.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43942026-01-23T15:04:57.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43952026-01-23T15:04:57.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43962026-01-23T15:04:57.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
43972026-01-23T15:04:57.947Z
43982026-01-23T15:04:57.947Zinfo: running `cargo check --bins` on omicron-package (241/247)
43992026-01-23T15:04:58.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44002026-01-23T15:04:59.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44012026-01-23T15:04:59.167Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
44022026-01-23T15:05:01.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s
44032026-01-23T15:05:01.428Z
44042026-01-23T15:05:01.428Zinfo: running `cargo check --bins` on tqdb (242/247)
44052026-01-23T15:05:02.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44062026-01-23T15:05:02.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44072026-01-23T15:05:02.854Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
44082026-01-23T15:05:03.386Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
44092026-01-23T15:05:04.872Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
44102026-01-23T15:05:04.898Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
44112026-01-23T15:05:13.820Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
44122026-01-23T15:05:15.634Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
44132026-01-23T15:05:15.664Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
44142026-01-23T15:05:15.664Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
44152026-01-23T15:05:17.682Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
44162026-01-23T15:05:17.682Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
44172026-01-23T15:05:44.508Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
44182026-01-23T15:05:44.532Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
44192026-01-23T15:05:44.533Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
44202026-01-23T15:05:44.533Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
44212026-01-23T15:05:47.552Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
44222026-01-23T15:05:50.562Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
44232026-01-23T15:05:51.915Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
44242026-01-23T15:05:54.752Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
44252026-01-23T15:05:55.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.32s
44262026-01-23T15:05:55.982Z
44272026-01-23T15:05:55.982Zinfo: running `cargo check --bins` on wicket-dbg (243/247)
44282026-01-23T15:05:57.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44292026-01-23T15:05:57.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44302026-01-23T15:05:57.281Z Checking rtoolbox v0.0.2
44312026-01-23T15:05:57.281Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
44322026-01-23T15:05:57.305Z Checking tui-tree-widget v0.23.1
44332026-01-23T15:05:57.531Z Checking rpassword v7.4.0
44342026-01-23T15:06:04.481Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
44352026-01-23T15:06:08.970Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
44362026-01-23T15:06:10.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.83s
44372026-01-23T15:06:11.036Z
44382026-01-23T15:06:11.036Zinfo: running `cargo check --bins` on wicket (244/247)
44392026-01-23T15:06:12.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44402026-01-23T15:06:12.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44412026-01-23T15:06:12.380Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
44422026-01-23T15:06:12.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.83s
44432026-01-23T15:06:13.119Z
44442026-01-23T15:06:13.119Zinfo: running `cargo check --bins` on wicketd (245/247)
44452026-01-23T15:06:14.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44462026-01-23T15:06:14.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44472026-01-23T15:06:14.463Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
44482026-01-23T15:06:21.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.25s
44492026-01-23T15:06:21.589Z
44502026-01-23T15:06:21.589Zinfo: running `cargo check --bins` on omicron-workspace-hack (246/247)
44512026-01-23T15:06:22.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44522026-01-23T15:06:22.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44532026-01-23T15:06:22.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44542026-01-23T15:06:22.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
44552026-01-23T15:06:22.713Z
44562026-01-23T15:06:22.713Zinfo: running `cargo check --bins` on zone-setup (247/247)
44572026-01-23T15:06:23.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44582026-01-23T15:06:23.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44592026-01-23T15:06:24.036Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
44602026-01-23T15:06:24.060Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
44612026-01-23T15:06:24.060Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
44622026-01-23T15:06:24.060Z Checking uzers v0.12.1
44632026-01-23T15:06:24.613Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
44642026-01-23T15:06:26.895Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
44652026-01-23T15:06:36.029Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
44662026-01-23T15:06:37.885Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
44672026-01-23T15:06:39.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.73s
44682026-01-23T15:06:39.685Z
44692026-01-23T15:06:39.685Zreal 29:25.019249982
44702026-01-23T15:06:39.685Zuser 46:38.770758565
44712026-01-23T15:06:39.686Zsys 7:56.622454878
44722026-01-23T15:06:39.686Ztrap 1.348994933
44732026-01-23T15:06:39.686Ztflt 0.468683772
44742026-01-23T15:06:39.686Zdflt 1.107404558
44752026-01-23T15:06:39.686Zkflt 0.008544046
44762026-01-23T15:06:39.686Zlock 2:06:18.840767519
44772026-01-23T15:06:39.686Zslp 4:18:04.234503347
44782026-01-23T15:06:39.686Zlat 1:42.381258864
44792026-01-23T15:06:39.686Zstop 5:13.633695338
44802026-01-23T15:06:39.710Zprocess exited: duration 2170106 ms, exit code 0
 
44812026-01-23T15:06:39.761Zfound 0 output files