01KM2056K4FCX36C2QJTXAQ4RV: 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: 01KM20709B7B0BAC6QA30YADN7

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-19T02:55:27.219Zjob assigned to worker 01KM2077YW2SKK7H2QQXCBMHJQ [factory aws, i-0900754339f2bfb5f] (queued for 1 m 35 s)
 
22026-03-19T02:55:34.958Zstarting task 0: "setup"
32026-03-19T02:55:34.998Z++ uname -s
42026-03-19T02:55:34.998Z+ kern=SunOS
52026-03-19T02:55:34.998Z+ build_user=build
62026-03-19T02:55:34.998Z+ build_uid=12345
72026-03-19T02:55:34.998Z+ work_dir=/work
82026-03-19T02:55:34.998Z+ input_dir=/input
92026-03-19T02:55:34.998Z+ [[ 0 == 12345 ]]
102026-03-19T02:55:34.998Z+ case "$kern" in
112026-03-19T02:55:34.998Z+ groupadd -g 12345 build
122026-03-19T02:55:34.999Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-19T02:55:36.980Z+ zfs create -o mountpoint=/work rpool/work
142026-03-19T02:55:37.100Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-19T02:55:37.104Z+ home_fs=zfs
162026-03-19T02:55:37.104Z+ [[ zfs == autofs ]]
172026-03-19T02:55:37.105Z+ mkdir -p /home/build
182026-03-19T02:55:37.105Z+ chown build:build /home/build /work
192026-03-19T02:55:39.083Z+ chmod 0700 /home/build /work
202026-03-19T02:55:39.087Zprocess exited: duration 4143 ms, exit code 0
 
212026-03-19T02:55:39.095Zstarting task 1: "rust-toolchain"
222026-03-19T02:55:39.102Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-19T02:55:39.102Z * rust toolchain channel = "1.94.0"
242026-03-19T02:55:39.102Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-19T02:55:39.102Z * rust toolchain profile = "default"
262026-03-19T02:55:39.102Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-19T02:55:39.102Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-19T02:55:39.105Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-19T02:55:39.105Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-19T02:55:39.189Zinfo: downloading installer
312026-03-19T02:55:40.703Zwarn: It looks like you have an existing installation of Rust at:
322026-03-19T02:55:40.703Zwarn: /opt/ooce/bin
332026-03-19T02:55:40.703Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-19T02:55:40.703Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-19T02:55:40.704Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-19T02:55:40.704Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-19T02:55:40.705Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-19T02:55:40.705Zerror: cannot install while Rust is installed
392026-03-19T02:55:40.705Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-19T02:55:40.705Zwarn: It looks like you have an existing rustup settings file at:
412026-03-19T02:55:40.705Zwarn: /home/build/.rustup/settings.toml
422026-03-19T02:55:40.705Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-19T02:55:40.705Zwarn: instead of the one inferred from the default host triple.
442026-03-19T02:55:40.716Zinfo: profile set to default
452026-03-19T02:55:40.716Zinfo: default host triple is x86_64-unknown-illumos
462026-03-19T02:55:40.716Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-19T02:55:40.822Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-19T02:55:40.826Zinfo: downloading 6 components
492026-03-19T02:55:57.692Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-19T02:55:57.692Z
512026-03-19T02:55:57.733Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-19T02:55:57.733Z
532026-03-19T02:55:57.743Z
542026-03-19T02:55:57.743ZRust is installed now. Great!
552026-03-19T02:55:57.743Z
562026-03-19T02:55:57.743ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-19T02:55:57.743Zenvironment variable. This has not been done automatically.
582026-03-19T02:55:57.744Z
592026-03-19T02:55:57.744ZTo configure your current shell, you need to source
602026-03-19T02:55:57.744Zthe corresponding env file under $HOME/.cargo.
612026-03-19T02:55:57.744Z
622026-03-19T02:55:57.744ZThis is usually done by running one of the following (note the leading DOT):
632026-03-19T02:55:57.744Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-19T02:55:57.745Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-19T02:55:57.745Zsource "~/.cargo/env.nu" # For nushell
662026-03-19T02:55:57.745Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-19T02:55:57.745Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-19T02:55:57.745Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-19T02:55:57.745Zwarn: no default linker (`cc`) was found in your PATH
702026-03-19T02:55:57.745Zwarn: many Rust crates require a system C toolchain to build
712026-03-19T02:55:57.825Z+ rustup --version
722026-03-19T02:55:57.839Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-19T02:55:57.839Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-19T02:55:57.857Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-19T02:55:57.863Z+ cargo --version
762026-03-19T02:55:57.883Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-19T02:55:57.891Z+ rustc --version
782026-03-19T02:55:57.907Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-19T02:55:57.918Zprocess exited: duration 18803 ms, exit code 0
 
802026-03-19T02:55:57.943Zstarting task 2: "authentication"
812026-03-19T02:55:57.963Zprocess exited: duration 27 ms, exit code 0
 
822026-03-19T02:55:57.984Zstarting task 3: "clone repository"
832026-03-19T02:55:58.025Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-19T02:55:58.026Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-19T02:55:58.091ZCloning into '/work/oxidecomputer/omicron'...
862026-03-19T02:56:09.624Z+ cd /work/oxidecomputer/omicron
872026-03-19T02:56:09.624Z+ git fetch origin 20770714990106f54d1b9369975657315733b656
882026-03-19T02:56:09.862ZFrom https://github.com/oxidecomputer/omicron
892026-03-19T02:56:09.863Z * branch 20770714990106f54d1b9369975657315733b656 -> FETCH_HEAD
902026-03-19T02:56:09.874Z+ [[ -n mergeconflict/fm-sb-models ]]
912026-03-19T02:56:09.874Z++ git branch --show-current
922026-03-19T02:56:09.882Z+ current=main
932026-03-19T02:56:09.882Z+ [[ main != mergeconflict/fm-sb-models ]]
942026-03-19T02:56:09.882Z+ git branch -f mergeconflict/fm-sb-models 20770714990106f54d1b9369975657315733b656
952026-03-19T02:56:09.882Z+ git checkout -f mergeconflict/fm-sb-models
962026-03-19T02:56:10.137ZSwitched to branch 'mergeconflict/fm-sb-models'
972026-03-19T02:56:10.154Z+ git reset --hard 20770714990106f54d1b9369975657315733b656
982026-03-19T02:56:10.408ZHEAD is now at 207707149 nexus-db-model: add SupportBundleRequest, per-variant models, and SupportBundle.fm_case_id
992026-03-19T02:56:10.425Zprocess exited: duration 12413 ms, exit code 0
 
1002026-03-19T02:56:10.445Zstarting task 4: "build"
1012026-03-19T02:56:10.497Z+ source .github/buildomat/ci-env.sh
1022026-03-19T02:56:10.497Z++ export CARGO_TERM_COLOR=always
1032026-03-19T02:56:10.497Z++ CARGO_TERM_COLOR=always
1042026-03-19T02:56:10.497Z+ cargo --version
1052026-03-19T02:56:10.497Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-03-19T02:56:10.498Z+ rustc --version
1072026-03-19T02:56:10.510Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-03-19T02:56:10.510Z+ source ./env.sh
1092026-03-19T02:56:10.510Z++ OLD_SHELL_OPTS=ehxB
1102026-03-19T02:56:10.510Z++ set -o xtrace
1112026-03-19T02:56:10.510Z++++ dirname ./env.sh
1122026-03-19T02:56:10.510Z+++ readlink -f .
1132026-03-19T02:56:10.510Z++ OMICRON_WS=/work/oxidecomputer/omicron
1142026-03-19T02:56:10.510Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-03-19T02:56:10.510Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162026-03-19T02:56:10.510Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1172026-03-19T02:56:10.510Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1182026-03-19T02:56:10.511Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1192026-03-19T02:56:10.511Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1202026-03-19T02:56:10.511Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1212026-03-19T02:56:10.511Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1222026-03-19T02:56:10.511Z++ case $OLD_SHELL_OPTS in
1232026-03-19T02:56:10.511Z++ unset OLD_SHELL_OPTS OMICRON_WS
1242026-03-19T02:56:10.511Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1252026-03-19T02:56:10.511Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1262026-03-19T02:56:10.512Z+ banner prerequisites
1272026-03-19T02:56:10.512Z
1282026-03-19T02:56:10.512Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-03-19T02:56:10.512Z # # # # # # # # # # # # # # #
1302026-03-19T02:56:10.512Z # # # # ##### # # ##### # # # # # #### #
1312026-03-19T02:56:10.512Z ##### ##### # ##### # # # # # # # # #
1322026-03-19T02:56:10.513Z # # # # # # # # # # # # # # #
1332026-03-19T02:56:10.513Z # # # ###### # # ###### ### # #### # #### #
1342026-03-19T02:56:10.513Z
1352026-03-19T02:56:10.513Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-03-19T02:56:21.593Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-03-19T02:56:31.394Z Startup: Caching catalogs ... Done
1382026-03-19T02:56:54.138ZPlanning: Solver setup ... Done (21.096s)
1392026-03-19T02:56:54.267ZPlanning: Running solver ... Done (0.154s)
1402026-03-19T02:56:54.321ZPlanning: Finding local manifests ... Done (0.003s)
1412026-03-19T02:56:54.366ZPlanning: Fetching manifests: 0/4 0% complete
1422026-03-19T02:56:54.471ZPlanning: Fetching manifests: 4/4 100% complete
1432026-03-19T02:56:54.525ZPlanning: Package planning ... Done (0.043s)
1442026-03-19T02:56:54.565ZPlanning: Merging actions ... Done (0.040s)
1452026-03-19T02:56:54.788ZPlanning: Checking for conflicting actions ... Done (0.246s)
1462026-03-19T02:56:54.796ZPlanning: Consolidating action changes ... Done (0.010s)
1472026-03-19T02:56:55.661ZPlanning: Evaluating mediators ... Done (0.852s)
1482026-03-19T02:56:55.707ZPlanning: Planning completed in 24.11 seconds
1492026-03-19T02:56:55.707Z Packages to install: 4
1502026-03-19T02:56:55.707Z Mediators to change: 2
1512026-03-19T02:56:55.708Z Services to change: 1
1522026-03-19T02:56:55.708Z Estimated space available: 155.43 GB
1532026-03-19T02:56:55.708ZEstimated space to be consumed: 1.83 GB
1542026-03-19T02:56:55.708Z Create boot environment: No
1552026-03-19T02:56:55.715ZCreate backup boot environment: No
1562026-03-19T02:56:55.715Z Rebuild boot archive: No
1572026-03-19T02:56:55.715Z
1582026-03-19T02:56:55.716ZChanged mediators:
1592026-03-19T02:56:55.716Z mediator clang:
1602026-03-19T02:56:55.716Z version: None -> 15 (system default)
1612026-03-19T02:56:55.716Z
1622026-03-19T02:56:55.716Z mediator llvm:
1632026-03-19T02:56:55.716Z version: 14 (system default) -> 15 (system default)
1642026-03-19T02:56:55.716Z
1652026-03-19T02:56:55.716ZChanged packages:
1662026-03-19T02:56:55.716Zhelios-dev
1672026-03-19T02:56:55.716Z developer/build-essential
1682026-03-19T02:56:55.716Z None -> 11-2.0
1692026-03-19T02:56:55.716Z library/libxmlsec1
1702026-03-19T02:56:55.717Z None -> 1.2.35-2.0
1712026-03-19T02:56:55.717Z ooce/developer/clang-15
1722026-03-19T02:56:55.717Z None -> 15.0.7-2.0
1732026-03-19T02:56:55.717Z ooce/developer/llvm-15
1742026-03-19T02:56:55.717Z None -> 15.0.7-2.0
1752026-03-19T02:56:55.717Z
1762026-03-19T02:56:55.717ZServices:
1772026-03-19T02:56:55.717Z restart_fmri:
1782026-03-19T02:56:55.717Z svc:/system/update-man-index:default
1792026-03-19T02:56:55.744Z
1802026-03-19T02:56:55.744ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1812026-03-19T02:57:02.701ZDownload: 212/3290 items 1.3/212.6MB 0% complete (524k/s)
1822026-03-19T02:57:07.753ZDownload: 2154/3290 items 118.8/212.6MB 55% complete (12.3M/s)
1832026-03-19T02:57:12.963ZDownload: 2224/3290 items 119.2/212.6MB 56% complete (13.0M/s)
1842026-03-19T02:57:17.966ZDownload: 3216/3290 items 191.0/212.6MB 89% complete (7.1M/s)
1852026-03-19T02:57:23.467ZDownload: 3287/3290 items 212.3/212.6MB 99% complete (11.4M/s)
1862026-03-19T02:57:23.561ZDownload: Completed 212.60 MB in 27.77 seconds (7.7M/s)
1872026-03-19T02:57:23.671Z Actions: 1/3689 actions (Installing new actions)
1882026-03-19T02:57:28.946Z Actions: Completed 3689 actions in 4.10 seconds.
1892026-03-19T02:57:28.946Z Done (0.369s)
1902026-03-19T02:57:28.946Z Done (0.000s)
1912026-03-19T02:57:29.251Z Done (0.996s)
1922026-03-19T02:57:33.276Z Done (3.775s)
1932026-03-19T02:57:33.345Z Done (0.018s)
1942026-03-19T02:57:33.356Z Done (0.000s)
1952026-03-19T02:57:33.501Z Done (0.000s)
1962026-03-19T02:57:34.470ZPlanning: Evaluating mediator changes ... Done
1972026-03-19T02:57:34.618ZPlanning: Checking for conflicting actions ... Done
1982026-03-19T02:57:34.622ZPlanning: Consolidating action changes ... Done
1992026-03-19T02:57:34.843ZPlanning: Evaluating mediators ... Done
2002026-03-19T02:57:34.847ZPlanning: Planning completed in 0.37 seconds
2012026-03-19T02:57:34.873Z Mediators to change: 2
2022026-03-19T02:57:34.873Z Create boot environment: No
2032026-03-19T02:57:34.876ZCreate backup boot environment: No
2042026-03-19T02:57:34.956Z Done
2052026-03-19T02:57:34.956Z Done
2062026-03-19T02:57:35.730Z Done
2072026-03-19T02:57:39.069Z Done
2082026-03-19T02:57:39.170Z Done
2092026-03-19T02:57:39.187Z Done
2102026-03-19T02:57:39.339Z Done
2112026-03-19T02:57:39.869ZPlanning: Evaluating mediator changes ... Done
2122026-03-19T02:57:39.874ZPlanning: Merging actions ... Done
2132026-03-19T02:57:40.059ZPlanning: Checking for conflicting actions ... Done
2142026-03-19T02:57:40.069ZPlanning: Consolidating action changes ... Done
2152026-03-19T02:57:40.267ZPlanning: Evaluating mediators ... Done
2162026-03-19T02:57:40.307ZPlanning: Planning completed in 0.64 seconds
2172026-03-19T02:57:40.339Z Packages to change: 1
2182026-03-19T02:57:40.339Z Mediators to change: 1
2192026-03-19T02:57:40.349Z Services to change: 1
2202026-03-19T02:57:40.349Z Create boot environment: No
2212026-03-19T02:57:40.349ZCreate backup boot environment: Yes
2222026-03-19T02:57:42.834Z Actions: 1/6 actions (Updating modified actions)
2232026-03-19T02:57:42.838Z Actions: Completed 6 actions in 0.00 seconds.
2242026-03-19T02:57:42.838Z Done
2252026-03-19T02:57:42.838Z Done
2262026-03-19T02:57:43.028Z Done
2272026-03-19T02:57:46.339Z Done
2282026-03-19T02:57:46.432Z Done
2292026-03-19T02:57:46.438Z Done
2302026-03-19T02:57:46.584Z Done
2312026-03-19T02:57:46.968ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2322026-03-19T02:57:46.968Zclang system 15 system
2332026-03-19T02:57:46.968Zcsh system system illumos
2342026-03-19T02:57:46.968Zctags system system illumos
2352026-03-19T02:57:46.968Zfile system system illumos
2362026-03-19T02:57:46.968Zgcc vendor 12 vendor
2372026-03-19T02:57:46.968Zgcc system 10 system
2382026-03-19T02:57:46.968Zgcc system 7 system
2392026-03-19T02:57:46.968Zgo system 1.20 system
2402026-03-19T02:57:46.968Zgo system 1.19 system
2412026-03-19T02:57:46.968Zllvm system 15 system
2422026-03-19T02:57:46.968Zllvm system 14 system
2432026-03-19T02:57:46.968Zmariadb system 10.6 system
2442026-03-19T02:57:46.968Zmta vendor vendor dma
2452026-03-19T02:57:46.968Zopenjdk system 17 system
2462026-03-19T02:57:46.968Zopenjdk system 11 system
2472026-03-19T02:57:46.968Zopenjdk system 1.8 system
2482026-03-19T02:57:46.968Zopenssl vendor 3 vendor
2492026-03-19T02:57:46.968Zperl system 5.36 system
2502026-03-19T02:57:46.968Zpostgresql system 15 system
2512026-03-19T02:57:46.969Zpostgresql system 13 system
2522026-03-19T02:57:46.969Zpython vendor 3 vendor
2532026-03-19T02:57:46.969Zpython system 2 system
2542026-03-19T02:57:46.969Zpython3 system 3.11 system
2552026-03-19T02:57:46.969Zruby system 3.0 system
2562026-03-19T02:57:46.969Zwords vendor vendor american-english
2572026-03-19T02:57:46.969Zwords system system australian-english
2582026-03-19T02:57:46.969Zwords system system british-english
2592026-03-19T02:57:46.969Zwords system system canadian-english
2602026-03-19T02:57:46.969Zwords system system french
2612026-03-19T02:57:46.969Zwords system system italian
2622026-03-19T02:57:46.969Zwords system system ngerman
2632026-03-19T02:57:46.969Zwords system system ogerman
2642026-03-19T02:57:46.969Zwords system system spanish
2652026-03-19T02:57:47.277ZPUBLISHER TYPE STATUS P LOCATION
2662026-03-19T02:57:47.277Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2672026-03-19T02:57:53.316ZFMRI IFO
2682026-03-19T02:57:53.316Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2692026-03-19T02:57:53.316Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2702026-03-19T02:57:53.316Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2712026-03-19T02:57:53.317Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2722026-03-19T02:57:53.317Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2732026-03-19T02:57:53.317Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2742026-03-19T02:57:53.317Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2752026-03-19T02:57:53.317Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2762026-03-19T02:57:53.317Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2772026-03-19T02:57:53.317Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2782026-03-19T02:57:53.318Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2792026-03-19T02:57:53.318Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2802026-03-19T02:57:53.318Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2812026-03-19T02:57:53.318Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2822026-03-19T02:57:53.318Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2832026-03-19T02:57:53.318Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2842026-03-19T02:57:54.548Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2852026-03-19T02:57:54.807Z Updating crates.io index
2862026-03-19T02:57:54.821Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2872026-03-19T02:57:55.382Z Updating git repository `https://github.com/oxidecomputer/lldp`
2882026-03-19T02:57:55.792Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2892026-03-19T02:57:56.007Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2902026-03-19T02:57:56.327Z Updating git repository `https://github.com/oxidecomputer/falcon`
2912026-03-19T02:57:58.292Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2922026-03-19T02:58:00.445Z Updating git repository `https://github.com/oxidecomputer/propolis`
2932026-03-19T02:58:06.931Z Updating git repository `https://github.com/oxidecomputer/crucible`
2942026-03-19T02:58:13.745Z Updating git repository `https://github.com/oxidecomputer/opte`
2952026-03-19T02:58:16.297Z Updating git repository `https://github.com/oxidecomputer/tofino`
2962026-03-19T02:58:16.678Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2972026-03-19T02:58:19.551Z Updating git repository `https://github.com/oxidecomputer/clickward`
2982026-03-19T02:58:20.069Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2992026-03-19T02:58:20.440Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3002026-03-19T02:58:20.821Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3012026-03-19T02:58:21.710Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3022026-03-19T02:58:23.090Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3032026-03-19T02:58:23.469Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3042026-03-19T02:58:23.841Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3052026-03-19T02:58:24.228Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3062026-03-19T02:58:24.669Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3072026-03-19T02:58:24.806Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3082026-03-19T02:58:25.064Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3092026-03-19T02:58:25.472Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3102026-03-19T02:58:26.890Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3112026-03-19T02:58:27.573Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3122026-03-19T02:58:27.797Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3132026-03-19T02:58:28.131Z Updating git repository `https://github.com/oxidecomputer/ispf`
3142026-03-19T02:58:29.164Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3152026-03-19T02:58:31.168Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3162026-03-19T02:58:31.534Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3172026-03-19T02:58:31.893Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3182026-03-19T02:58:32.234Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3192026-03-19T02:58:33.312Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3202026-03-19T02:58:33.322Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3212026-03-19T02:58:33.452Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3222026-03-19T02:58:33.736Z Updating git repository `https://github.com/illumos/smf-rs`
3232026-03-19T02:58:34.162Z Updating git repository `https://github.com/oxidecomputer/omicron`
3242026-03-19T02:58:48.585Z Downloading crates ...
3252026-03-19T02:58:48.747Z Downloaded memmap v0.7.0
3262026-03-19T02:58:48.763Z Downloaded icu_properties v2.1.2
3272026-03-19T02:58:48.763Z Downloaded serde-value v0.7.0
3282026-03-19T02:58:48.763Z Downloaded thiserror-impl v2.0.18
3292026-03-19T02:58:48.763Z Downloaded unicode-ident v1.0.24
3302026-03-19T02:58:48.764Z Downloaded zerofrom-derive v0.1.6
3312026-03-19T02:58:48.764Z Downloaded thiserror v1.0.69
3322026-03-19T02:58:48.764Z Downloaded yoke v0.8.1
3332026-03-19T02:58:48.764Z Downloaded tinystr v0.8.2
3342026-03-19T02:58:48.764Z Downloaded utf8_iter v1.0.4
3352026-03-19T02:58:48.764Z Downloaded autocfg v1.5.0
3362026-03-19T02:58:48.764Z Downloaded serde_core v1.0.228
3372026-03-19T02:58:48.764Z Downloaded displaydoc v0.2.5
3382026-03-19T02:58:48.764Z Downloaded anstyle-query v1.1.5
3392026-03-19T02:58:48.764Z Downloaded usdt-attr-macro v0.5.0
3402026-03-19T02:58:48.764Z Downloaded colorchoice v1.0.4
3412026-03-19T02:58:48.764Z Downloaded usdt-impl v0.5.0
3422026-03-19T02:58:48.765Z Downloaded cargo-platform v0.2.0
3432026-03-19T02:58:48.765Z Downloaded fnv v1.0.7
3442026-03-19T02:58:48.765Z Downloaded cpufeatures v0.2.17
3452026-03-19T02:58:48.765Z Downloaded bytecount v0.6.9
3462026-03-19T02:58:48.765Z Downloaded anstyle v1.0.13
3472026-03-19T02:58:48.765Z Downloaded typeid v1.0.3
3482026-03-19T02:58:48.765Z Downloaded toml_write v0.1.2
3492026-03-19T02:58:48.774Z Downloaded yoke-derive v0.8.1
3502026-03-19T02:58:48.774Z Downloaded serde_tokenstream v0.2.3
3512026-03-19T02:58:48.774Z Downloaded version_check v0.9.5
3522026-03-19T02:58:48.775Z Downloaded utf8parse v0.2.2
3532026-03-19T02:58:48.775Z Downloaded unicode-xid v0.2.6
3542026-03-19T02:58:48.775Z Downloaded generic-array v0.14.7
3552026-03-19T02:58:48.775Z Downloaded toml_datetime v0.6.11
3562026-03-19T02:58:48.775Z Downloaded unicode-linebreak v0.1.5
3572026-03-19T02:58:48.775Z Downloaded syn v1.0.109
3582026-03-19T02:58:48.775Z Downloaded usdt-macro v0.5.0
3592026-03-19T02:58:48.775Z Downloaded zmij v1.0.21
3602026-03-19T02:58:48.775Z Downloaded typenum v1.19.0
3612026-03-19T02:58:48.780Z Downloaded zerofrom v0.1.6
3622026-03-19T02:58:48.780Z Downloaded thiserror-impl v1.0.69
3632026-03-19T02:58:48.780Z Downloaded toml v0.8.23
3642026-03-19T02:58:48.780Z Downloaded tabled_derive v0.7.0
3652026-03-19T02:58:48.780Z Downloaded block-buffer v0.10.4
3662026-03-19T02:58:48.781Z Downloaded potential_utf v0.1.4
3672026-03-19T02:58:48.781Z Downloaded clap_lex v1.0.0
3682026-03-19T02:58:48.781Z Downloaded zerovec-derive v0.11.2
3692026-03-19T02:58:48.781Z Downloaded percent-encoding v2.3.2
3702026-03-19T02:58:49.191Z Downloaded clap v4.5.60
3712026-03-19T02:58:49.191Z Downloaded writeable v0.6.2
3722026-03-19T02:58:49.196Z Downloaded tempfile v3.25.0
3732026-03-19T02:58:49.196Z Downloaded thiserror v2.0.18
3742026-03-19T02:58:49.196Z Downloaded ordered-float v2.10.1
3752026-03-19T02:58:49.196Z Downloaded erased-serde v0.4.9
3762026-03-19T02:58:49.196Z Downloaded zerocopy-derive v0.7.35
3772026-03-19T02:58:49.196Z Downloaded textwrap v0.16.2
3782026-03-19T02:58:49.196Z Downloaded toml_edit v0.22.27
3792026-03-19T02:58:49.196Z Downloaded serde-untagged v0.1.9
3802026-03-19T02:58:49.196Z Downloaded proc-macro2 v1.0.106
3812026-03-19T02:58:49.196Z Downloaded errno v0.3.14
3822026-03-19T02:58:49.196Z Downloaded ucd-trie v0.1.7
3832026-03-19T02:58:49.196Z Downloaded litemap v0.8.1
3842026-03-19T02:58:49.196Z Downloaded pest_derive v2.8.6
3852026-03-19T02:58:49.196Z Downloaded usdt v0.5.0
3862026-03-19T02:58:49.197Z Downloaded tabled v0.15.0
3872026-03-19T02:58:49.197Z Downloaded zerovec v0.11.5
3882026-03-19T02:58:49.197Z Downloaded url v2.5.8
3892026-03-19T02:58:49.197Z Downloaded zerotrie v0.2.3
3902026-03-19T02:58:49.197Z Downloaded memchr v2.8.0
3912026-03-19T02:58:49.197Z Downloaded hashbrown v0.16.1
3922026-03-19T02:58:49.197Z Downloaded itoa v1.0.17
3932026-03-19T02:58:49.197Z Downloaded form_urlencoded v1.2.2
3942026-03-19T02:58:49.197Z Downloaded thread-id v4.2.2
3952026-03-19T02:58:49.197Z Downloaded zerocopy v0.7.35
3962026-03-19T02:58:49.197Z Downloaded winnow v0.7.14
3972026-03-19T02:58:49.198Z Downloaded unicode-width v0.2.0
3982026-03-19T02:58:49.198Z Downloaded unicode-width v0.1.14
3992026-03-19T02:58:49.198Z Downloaded libc v0.2.180
4002026-03-19T02:58:49.198Z Downloaded strsim v0.11.1
4012026-03-19T02:58:49.198Z Downloaded idna_adapter v1.2.1
4022026-03-19T02:58:49.198Z Downloaded crypto-common v0.1.7
4032026-03-19T02:58:49.198Z Downloaded scroll v0.12.0
4042026-03-19T02:58:49.198Z Downloaded icu_collections v2.1.1
4052026-03-19T02:58:49.198Z Downloaded indexmap v2.13.0
4062026-03-19T02:58:49.198Z Downloaded heck v0.5.0
4072026-03-19T02:58:49.198Z Downloaded scroll_derive v0.12.1
4082026-03-19T02:58:49.198Z Downloaded getrandom v0.4.1
4092026-03-19T02:58:49.198Z Downloaded cargo_toml v0.21.0
4102026-03-19T02:58:49.198Z Downloaded goblin v0.8.2
4112026-03-19T02:58:49.199Z Downloaded swrite v0.1.0
4122026-03-19T02:58:49.199Z Downloaded log v0.4.29
4132026-03-19T02:58:49.199Z Downloaded semver v1.0.27
4142026-03-19T02:58:49.199Z Downloaded is_terminal_polyfill v1.70.2
4152026-03-19T02:58:49.199Z Downloaded serde_spanned v0.6.9
4162026-03-19T02:58:49.199Z Downloaded serde v1.0.228
4172026-03-19T02:58:49.199Z Downloaded plain v0.2.3
4182026-03-19T02:58:49.199Z Downloaded serde_derive v1.0.228
4192026-03-19T02:58:49.199Z Downloaded sha2 v0.10.9
4202026-03-19T02:58:49.199Z Downloaded pretty-hex v0.4.1
4212026-03-19T02:58:49.199Z Downloaded anstyle-parse v0.2.7
4222026-03-19T02:58:49.199Z Downloaded icu_properties_data v2.1.2
4232026-03-19T02:58:49.199Z Downloaded quote v1.0.44
4242026-03-19T02:58:49.199Z Downloaded icu_provider v2.1.1
4252026-03-19T02:58:49.199Z Downloaded once_cell v1.21.3
4262026-03-19T02:58:49.199Z Downloaded camino v1.2.2
4272026-03-19T02:58:49.199Z Downloaded bitflags v2.11.0
4282026-03-19T02:58:49.199Z Downloaded dof v0.3.0
4292026-03-19T02:58:49.199Z Downloaded digest v0.10.7
4302026-03-19T02:58:49.199Z Downloaded clap_derive v4.5.55
4312026-03-19T02:58:49.199Z Downloaded camino-tempfile v1.4.1
4322026-03-19T02:58:49.199Z Downloaded fs-err v3.3.0
4332026-03-19T02:58:49.199Z Downloaded num-traits v0.2.19
4342026-03-19T02:58:49.199Z Downloaded pest_generator v2.8.6
4352026-03-19T02:58:49.199Z Downloaded cfg-if v1.0.4
4362026-03-19T02:58:49.199Z Downloaded clap_builder v4.5.60
4372026-03-19T02:58:49.199Z Downloaded synstructure v0.13.2
4382026-03-19T02:58:49.199Z Downloaded pest_meta v2.8.6
4392026-03-19T02:58:49.199Z Downloaded idna v1.1.0
4402026-03-19T02:58:49.199Z Downloaded heck v0.4.1
4412026-03-19T02:58:49.199Z Downloaded papergrid v0.11.0
4422026-03-19T02:58:49.199Z Downloaded fastrand v2.3.0
4432026-03-19T02:58:49.200Z Downloaded cargo-util-schemas v0.8.2
4442026-03-19T02:58:49.200Z Downloaded rustix v1.1.3
4452026-03-19T02:58:49.200Z Downloaded smawk v0.3.2
4462026-03-19T02:58:49.200Z Downloaded cargo_metadata v0.21.0
4472026-03-19T02:58:49.200Z Downloaded byteorder v1.5.0
4482026-03-19T02:58:49.200Z Downloaded anyhow v1.0.102
4492026-03-19T02:58:49.200Z Downloaded anstream v0.6.21
4502026-03-19T02:58:49.200Z Downloaded proc-macro-error-attr v1.0.4
4512026-03-19T02:58:49.200Z Downloaded macaddr v1.0.1
4522026-03-19T02:58:49.200Z Downloaded icu_locale_core v2.1.1
4532026-03-19T02:58:49.200Z Downloaded equivalent v1.0.2
4542026-03-19T02:58:49.200Z Downloaded dtrace-parser v0.2.0
4552026-03-19T02:58:49.200Z Downloaded proc-macro-error v1.0.4
4562026-03-19T02:58:49.200Z Downloaded stable_deref_trait v1.2.1
4572026-03-19T02:58:49.200Z Downloaded terminal_size v0.4.3
4582026-03-19T02:58:49.200Z Downloaded smallvec v1.15.1
4592026-03-19T02:58:49.200Z Downloaded serde_json v1.0.149
4602026-03-19T02:58:49.200Z Downloaded syn v2.0.117
4612026-03-19T02:58:49.200Z Downloaded pest v2.8.6
4622026-03-19T02:58:49.200Z Downloaded icu_normalizer_data v2.1.1
4632026-03-19T02:58:49.200Z Downloaded icu_normalizer v2.1.1
4642026-03-19T02:58:49.224Z Compiling proc-macro2 v1.0.106
4652026-03-19T02:58:49.227Z Compiling quote v1.0.44
4662026-03-19T02:58:49.227Z Compiling unicode-ident v1.0.24
4672026-03-19T02:58:49.227Z Compiling serde_core v1.0.228
4682026-03-19T02:58:49.227Z Compiling libc v0.2.180
4692026-03-19T02:58:49.227Z Compiling version_check v0.9.5
4702026-03-19T02:58:49.227Z Compiling serde v1.0.228
4712026-03-19T02:58:49.227Z Compiling stable_deref_trait v1.2.1
4722026-03-19T02:58:49.653Z Compiling memchr v2.8.0
4732026-03-19T02:58:49.673Z Compiling zmij v1.0.21
4742026-03-19T02:58:50.028Z Compiling autocfg v1.5.0
4752026-03-19T02:58:50.059Z Compiling thiserror v1.0.69
4762026-03-19T02:58:50.111Z Compiling ucd-trie v0.1.7
4772026-03-19T02:58:50.383Z Compiling itoa v1.0.17
4782026-03-19T02:58:50.546Z Compiling pest v2.8.6
4792026-03-19T02:58:50.587Z Compiling writeable v0.6.2
4802026-03-19T02:58:50.615Z Compiling litemap v0.8.1
4812026-03-19T02:58:50.633Z Compiling icu_normalizer_data v2.1.1
4822026-03-19T02:58:50.770Z Compiling byteorder v1.5.0
4832026-03-19T02:58:50.873Z Compiling rustix v1.1.3
4842026-03-19T02:58:50.892Z Compiling icu_properties_data v2.1.2
4852026-03-19T02:58:51.162Z Compiling syn v2.0.117
4862026-03-19T02:58:51.245Z Compiling errno v0.3.14
4872026-03-19T02:58:51.279Z Compiling bitflags v2.11.0
4882026-03-19T02:58:51.439Z Compiling serde_json v1.0.149
4892026-03-19T02:58:51.658Z Compiling num-traits v0.2.19
4902026-03-19T02:58:51.733Z Compiling hashbrown v0.16.1
4912026-03-19T02:58:51.782Z Compiling equivalent v1.0.2
4922026-03-19T02:58:51.994Z Compiling typeid v1.0.3
4932026-03-19T02:58:52.032Z Compiling smallvec v1.15.1
4942026-03-19T02:58:52.209Z Compiling pest_meta v2.8.6
4952026-03-19T02:58:52.521Z Compiling indexmap v2.13.0
4962026-03-19T02:58:52.535Z Compiling thread-id v4.2.2
4972026-03-19T02:58:52.618Z Compiling proc-macro-error-attr v1.0.4
4982026-03-19T02:58:52.667Z Compiling usdt-impl v0.5.0
4992026-03-19T02:58:52.831Z Compiling erased-serde v0.4.9
5002026-03-19T02:58:52.893Z Compiling toml_write v0.1.2
5012026-03-19T02:58:52.950Z Compiling winnow v0.7.14
5022026-03-19T02:58:53.108Z Compiling syn v1.0.109
5032026-03-19T02:58:53.655Z Compiling proc-macro-error v1.0.4
5042026-03-19T02:58:53.677Z Compiling camino v1.2.2
5052026-03-19T02:58:53.867Z Compiling utf8_iter v1.0.4
5062026-03-19T02:58:54.111Z Compiling thiserror v2.0.18
5072026-03-19T02:58:54.131Z Compiling getrandom v0.4.1
5082026-03-19T02:58:54.359Z Compiling percent-encoding v2.3.2
5092026-03-19T02:58:54.488Z Compiling plain v0.2.3
5102026-03-19T02:58:54.513Z Compiling utf8parse v0.2.2
5112026-03-19T02:58:54.564Z Compiling log v0.4.29
5122026-03-19T02:58:54.721Z Compiling form_urlencoded v1.2.2
5132026-03-19T02:58:54.763Z Compiling anstyle-parse v0.2.7
5142026-03-19T02:58:54.819Z Compiling ordered-float v2.10.1
5152026-03-19T02:58:54.983Z Compiling synstructure v0.13.2
5162026-03-19T02:58:54.983Z Compiling pest_generator v2.8.6
5172026-03-19T02:58:55.029Z Compiling terminal_size v0.4.3
5182026-03-19T02:58:55.202Z Compiling colorchoice v1.0.4
5192026-03-19T02:58:55.356Z Compiling pretty-hex v0.4.1
5202026-03-19T02:58:55.437Z Compiling anstyle v1.0.13
5212026-03-19T02:58:55.516Z Compiling anstyle-query v1.1.5
5222026-03-19T02:58:55.544Z Compiling is_terminal_polyfill v1.70.2
5232026-03-19T02:58:55.568Z Compiling cfg-if v1.0.4
5242026-03-19T02:58:55.680Z Compiling anstream v0.6.21
5252026-03-19T02:58:55.726Z Compiling serde-untagged v0.1.9
5262026-03-19T02:58:55.838Z Compiling semver v1.0.27
5272026-03-19T02:58:55.924Z Compiling fs-err v3.3.0
5282026-03-19T02:58:56.043Z Compiling fastrand v2.3.0
5292026-03-19T02:58:56.089Z Compiling unicode-xid v0.2.6
5302026-03-19T02:58:56.163Z Compiling strsim v0.11.1
5312026-03-19T02:58:56.253Z Compiling heck v0.4.1
5322026-03-19T02:58:56.282Z Compiling fnv v1.0.7
5332026-03-19T02:58:56.288Z Compiling clap_lex v1.0.0
5342026-03-19T02:58:56.386Z Compiling anyhow v1.0.102
5352026-03-19T02:58:56.565Z Compiling unicode-width v0.1.14
5362026-03-19T02:58:56.688Z Compiling bytecount v0.6.9
5372026-03-19T02:58:56.699Z Compiling once_cell v1.21.3
5382026-03-19T02:58:56.832Z Compiling heck v0.5.0
5392026-03-19T02:58:56.880Z Compiling papergrid v0.11.0
5402026-03-19T02:58:56.930Z Compiling tempfile v3.25.0
5412026-03-19T02:58:56.960Z Compiling clap_builder v4.5.60
5422026-03-19T02:58:57.159Z Compiling memmap v0.7.0
5432026-03-19T02:58:57.263Z Compiling unicode-width v0.2.0
5442026-03-19T02:58:57.402Z Compiling smawk v0.3.2
5452026-03-19T02:58:57.450Z Compiling unicode-linebreak v0.1.5
5462026-03-19T02:58:57.560Z Compiling serde_derive v1.0.228
5472026-03-19T02:58:57.583Z Compiling zerofrom-derive v0.1.6
5482026-03-19T02:58:57.636Z Compiling yoke-derive v0.8.1
5492026-03-19T02:58:57.772Z Compiling zerovec-derive v0.11.2
5502026-03-19T02:58:57.947Z Compiling displaydoc v0.2.5
5512026-03-19T02:58:58.898Z Compiling thiserror-impl v1.0.69
5522026-03-19T02:58:58.924Z Compiling zerocopy-derive v0.7.35
5532026-03-19T02:58:59.249Z Compiling pest_derive v2.8.6
5542026-03-19T02:58:59.354Z Compiling scroll_derive v0.12.1
5552026-03-19T02:58:59.554Z Compiling zerofrom v0.1.6
5562026-03-19T02:58:59.720Z Compiling yoke v0.8.1
5572026-03-19T02:58:59.774Z Compiling thiserror-impl v2.0.18
5582026-03-19T02:58:59.971Z Compiling zerovec v0.11.5
5592026-03-19T02:59:00.063Z Compiling zerotrie v0.2.3
5602026-03-19T02:59:00.165Z Compiling zerocopy v0.7.35
5612026-03-19T02:59:00.491Z Compiling scroll v0.12.0
5622026-03-19T02:59:00.658Z Compiling tinystr v0.8.2
5632026-03-19T02:59:00.703Z Compiling potential_utf v0.1.4
5642026-03-19T02:59:00.819Z Compiling dtrace-parser v0.2.0
5652026-03-19T02:59:00.925Z Compiling icu_locale_core v2.1.1
5662026-03-19T02:59:00.947Z Compiling icu_collections v2.1.1
5672026-03-19T02:59:00.954Z Compiling goblin v0.8.2
5682026-03-19T02:59:01.240Z Compiling tabled_derive v0.7.0
5692026-03-19T02:59:01.676Z Compiling clap_derive v4.5.55
5702026-03-19T02:59:01.799Z Compiling textwrap v0.16.2
5712026-03-19T02:59:01.882Z Compiling icu_provider v2.1.1
5722026-03-19T02:59:02.240Z Compiling icu_normalizer v2.1.1
5732026-03-19T02:59:02.293Z Compiling icu_properties v2.1.2
5742026-03-19T02:59:02.435Z Compiling toml_datetime v0.6.11
5752026-03-19T02:59:02.462Z Compiling serde_spanned v0.6.9
5762026-03-19T02:59:02.522Z Compiling dof v0.3.0
5772026-03-19T02:59:02.575Z Compiling serde_tokenstream v0.2.3
5782026-03-19T02:59:02.658Z Compiling serde-value v0.7.0
5792026-03-19T02:59:02.801Z Compiling toml_edit v0.22.27
5802026-03-19T02:59:03.017Z Compiling cargo-platform v0.2.0
5812026-03-19T02:59:03.060Z Compiling tabled v0.15.0
5822026-03-19T02:59:03.151Z Compiling macaddr v1.0.1
5832026-03-19T02:59:03.447Z Compiling camino-tempfile v1.4.1
5842026-03-19T02:59:03.757Z Compiling idna_adapter v1.2.1
5852026-03-19T02:59:03.825Z Compiling usdt-macro v0.5.0
5862026-03-19T02:59:03.890Z Compiling usdt-attr-macro v0.5.0
5872026-03-19T02:59:03.935Z Compiling idna v1.1.0
5882026-03-19T02:59:04.078Z Compiling clap v4.5.60
5892026-03-19T02:59:04.259Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5902026-03-19T02:59:04.587Z Compiling url v2.5.8
5912026-03-19T02:59:04.635Z Compiling swrite v0.1.0
5922026-03-19T02:59:04.762Z Compiling toml v0.8.23
5932026-03-19T02:59:05.474Z Compiling cargo-util-schemas v0.8.2
5942026-03-19T02:59:05.553Z Compiling cargo_toml v0.21.0
5952026-03-19T02:59:05.578Z Compiling usdt v0.5.0
5962026-03-19T02:59:06.665Z Compiling cargo_metadata v0.21.0
5972026-03-19T02:59:07.992Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5982026-03-19T02:59:10.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 16s
5992026-03-19T02:59:11.124Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
6002026-03-19T02:59:11.880Z Downloading crates ...
6012026-03-19T02:59:12.017Z Downloaded arrayref v0.3.9
6022026-03-19T02:59:12.021Z Downloaded adler2 v2.0.1
6032026-03-19T02:59:12.030Z Downloaded bit-set v0.5.3
6042026-03-19T02:59:12.035Z Downloaded cargo-platform v0.1.9
6052026-03-19T02:59:12.038Z Downloaded critical-section v1.2.0
6062026-03-19T02:59:12.043Z Downloaded curve25519-dalek-derive v0.1.1
6072026-03-19T02:59:12.043Z Downloaded cstr-argument v0.1.2
6082026-03-19T02:59:12.046Z Downloaded assert_matches v1.5.0
6092026-03-19T02:59:12.046Z Downloaded atomicwrites v0.4.4
6102026-03-19T02:59:12.050Z Downloaded bitfield-macros v0.19.4
6112026-03-19T02:59:12.054Z Downloaded bit-set v0.8.0
6122026-03-19T02:59:12.054Z Downloaded array-init v0.0.4
6132026-03-19T02:59:12.057Z Downloaded atty v0.2.14
6142026-03-19T02:59:12.057Z Downloaded backon v1.6.0
6152026-03-19T02:59:12.060Z Downloaded bitflags v1.3.2
6162026-03-19T02:59:12.063Z Downloaded cbc v0.1.2
6172026-03-19T02:59:12.063Z Downloaded base16ct v0.2.0
6182026-03-19T02:59:12.068Z Downloaded cassowary v0.3.0
6192026-03-19T02:59:12.074Z Downloaded bcs v0.1.6
6202026-03-19T02:59:12.077Z Downloaded async-stream-impl v0.3.6
6212026-03-19T02:59:12.082Z Downloaded bcrypt-pbkdf v0.10.0
6222026-03-19T02:59:12.082Z Downloaded async-recursion v1.1.1
6232026-03-19T02:59:12.086Z Downloaded atomic-waker v1.1.2
6242026-03-19T02:59:12.086Z Downloaded ascii-canvas v3.0.0
6252026-03-19T02:59:12.092Z Downloaded bb8 v0.8.6
6262026-03-19T02:59:12.095Z Downloaded blake2 v0.10.6
6272026-03-19T02:59:12.098Z Downloaded bit-vec v0.8.0
6282026-03-19T02:59:12.099Z Downloaded backoff v0.4.0
6292026-03-19T02:59:12.103Z Downloaded ahash v0.8.12
6302026-03-19T02:59:12.103Z Downloaded castaway v0.2.4
6312026-03-19T02:59:12.107Z Downloaded crc v3.4.0
6322026-03-19T02:59:12.111Z Downloaded ciborium-io v0.2.2
6332026-03-19T02:59:12.116Z Downloaded csv v1.4.0
6342026-03-19T02:59:12.131Z Downloaded convert_case v0.4.0
6352026-03-19T02:59:12.134Z Downloaded block-padding v0.3.3
6362026-03-19T02:59:12.135Z Downloaded dsl_auto_type v0.2.0
6372026-03-19T02:59:12.135Z Downloaded base16ct v1.0.0
6382026-03-19T02:59:12.135Z Downloaded aead v0.5.2
6392026-03-19T02:59:12.138Z Downloaded cobs v0.3.0
6402026-03-19T02:59:12.138Z Downloaded buf-list v1.1.2
6412026-03-19T02:59:12.141Z Downloaded ciborium-ll v0.2.2
6422026-03-19T02:59:12.141Z Downloaded bitfield-struct v0.6.2
6432026-03-19T02:59:12.145Z Downloaded cpufeatures v0.3.0
6442026-03-19T02:59:12.148Z Downloaded arrayvec v0.7.6
6452026-03-19T02:59:12.153Z Downloaded derive_builder_core v0.20.2
6462026-03-19T02:59:12.153Z Downloaded allocator-api2 v0.2.21
6472026-03-19T02:59:12.156Z Downloaded cfg_aliases v0.1.1
6482026-03-19T02:59:12.156Z Downloaded blowfish v0.9.1
6492026-03-19T02:59:12.156Z Downloaded async-stream v0.3.6
6502026-03-19T02:59:12.156Z Downloaded arc-swap v1.8.2
6512026-03-19T02:59:12.161Z Downloaded bitfield v0.19.4
6522026-03-19T02:59:12.164Z Downloaded const_format_proc_macros v0.2.34
6532026-03-19T02:59:12.164Z Downloaded cmake v0.1.57
6542026-03-19T02:59:12.168Z Downloaded derive_builder v0.20.2
6552026-03-19T02:59:12.171Z Downloaded fxhash v0.2.1
6562026-03-19T02:59:12.174Z Downloaded futures-sink v0.3.32
6572026-03-19T02:59:12.174Z Downloaded futures-io v0.3.32
6582026-03-19T02:59:12.174Z Downloaded diff v0.1.13
6592026-03-19T02:59:12.178Z Downloaded foreign-types-shared v0.1.1
6602026-03-19T02:59:12.178Z Downloaded foreign-types v0.5.0
6612026-03-19T02:59:12.182Z Downloaded derive_more v0.99.20
6622026-03-19T02:59:12.187Z Downloaded colored v3.1.1
6632026-03-19T02:59:12.187Z Downloaded constant_time_eq v0.4.2
6642026-03-19T02:59:12.192Z Downloaded chacha20 v0.9.1
6652026-03-19T02:59:12.192Z Downloaded cargo_metadata v0.19.2
6662026-03-19T02:59:12.192Z Downloaded des v0.8.1
6672026-03-19T02:59:12.195Z Downloaded git-stub v1.0.0
6682026-03-19T02:59:12.195Z Downloaded futures-task v0.3.32
6692026-03-19T02:59:12.195Z Downloaded fallible-iterator v0.2.0
6702026-03-19T02:59:12.195Z Downloaded difflib v0.4.0
6712026-03-19T02:59:12.200Z Downloaded defmt-macros v1.0.1
6722026-03-19T02:59:12.203Z Downloaded cargo_toml v0.22.3
6732026-03-19T02:59:12.216Z Downloaded http-body v1.0.1
6742026-03-19T02:59:12.219Z Downloaded hash32 v0.3.1
6752026-03-19T02:59:12.219Z Downloaded ghash v0.5.1
6762026-03-19T02:59:12.219Z Downloaded gethostname v0.5.0
6772026-03-19T02:59:12.222Z Downloaded downcast-rs v2.0.2
6782026-03-19T02:59:12.222Z Downloaded der_derive v0.7.3
6792026-03-19T02:59:12.226Z Downloaded bumpalo v3.20.2
6802026-03-19T02:59:12.226Z Downloaded fs-err v2.11.0
6812026-03-19T02:59:12.230Z Downloaded darling v0.21.3
6822026-03-19T02:59:12.234Z Downloaded chacha20 v0.10.0
6832026-03-19T02:59:12.239Z Downloaded foldhash v0.2.0
6842026-03-19T02:59:12.239Z Downloaded enum-as-inner v0.6.1
6852026-03-19T02:59:12.239Z Downloaded ctr v0.9.2
6862026-03-19T02:59:12.244Z Downloaded hex v0.4.3
6872026-03-19T02:59:12.244Z Downloaded hash32 v0.2.1
6882026-03-19T02:59:12.244Z Downloaded env_filter v1.0.0
6892026-03-19T02:59:12.248Z Downloaded diesel_derives v2.3.7
6902026-03-19T02:59:12.251Z Downloaded foreign-types-shared v0.3.1
6912026-03-19T02:59:12.251Z Downloaded dunce v1.0.5
6922026-03-19T02:59:12.251Z Downloaded crc32fast v1.5.0
6932026-03-19T02:59:12.259Z Downloaded headers-core v0.3.0
6942026-03-19T02:59:12.259Z Downloaded glob v0.3.3
6952026-03-19T02:59:12.259Z Downloaded git-stub-vcs v0.1.0
6962026-03-19T02:59:12.263Z Downloaded futures-executor v0.3.32
6972026-03-19T02:59:12.263Z Downloaded clang-sys v1.8.1
6982026-03-19T02:59:12.263Z Downloaded dropshot_endpoint v0.16.7
6992026-03-19T02:59:12.263Z Downloaded argon2 v0.5.3
7002026-03-19T02:59:12.267Z Downloaded globset v0.4.18
7012026-03-19T02:59:12.267Z Downloaded cookie_store v0.22.1
7022026-03-19T02:59:12.268Z Downloaded ciborium v0.2.2
7032026-03-19T02:59:12.274Z Downloaded group v0.13.0
7042026-03-19T02:59:12.274Z Downloaded hostname v0.3.1
7052026-03-19T02:59:12.277Z Downloaded crossbeam-channel v0.5.15
7062026-03-19T02:59:12.277Z Downloaded httpdate v1.0.3
7072026-03-19T02:59:12.277Z Downloaded colored v2.2.0
7082026-03-19T02:59:12.280Z Downloaded darling_core v0.20.11
7092026-03-19T02:59:12.284Z Downloaded http-range v0.1.5
7102026-03-19T02:59:12.285Z Downloaded flagset v0.4.7
7112026-03-19T02:59:12.290Z Downloaded fs_extra v1.3.0
7122026-03-19T02:59:12.290Z Downloaded console v0.16.2
7132026-03-19T02:59:12.290Z Downloaded fixedbitset v0.5.7
7142026-03-19T02:59:12.290Z Downloaded crossbeam-utils v0.8.21
7152026-03-19T02:59:12.296Z Downloaded fixedbitset v0.4.2
7162026-03-19T02:59:12.297Z Downloaded dirs-next v2.0.0
7172026-03-19T02:59:12.308Z Downloaded derive_builder_macro v0.20.2
7182026-03-19T02:59:12.308Z Downloaded dirs-sys-next v0.1.2
7192026-03-19T02:59:12.308Z Downloaded kstat-rs v0.2.4
7202026-03-19T02:59:12.308Z Downloaded hubpack_derive v0.1.1
7212026-03-19T02:59:12.308Z Downloaded csv-core v0.1.13
7222026-03-19T02:59:12.308Z Downloaded crossbeam-deque v0.8.6
7232026-03-19T02:59:12.309Z Downloaded cookie v0.18.1
7242026-03-19T02:59:12.309Z Downloaded hostname v0.4.2
7252026-03-19T02:59:12.309Z Downloaded float-ord v0.3.2
7262026-03-19T02:59:12.313Z Downloaded indent_write v2.2.0
7272026-03-19T02:59:12.313Z Downloaded derive-ex v0.1.8
7282026-03-19T02:59:12.313Z Downloaded data-encoding v2.10.0
7292026-03-19T02:59:12.313Z Downloaded futures-channel v0.3.32
7302026-03-19T02:59:12.313Z Downloaded inout v0.1.4
7312026-03-19T02:59:12.318Z Downloaded base64 v0.21.7
7322026-03-19T02:59:12.318Z Downloaded home v0.5.12
7332026-03-19T02:59:12.318Z Downloaded dof v0.4.0
7342026-03-19T02:59:12.325Z Downloaded aes-gcm v0.10.3
7352026-03-19T02:59:12.325Z Downloaded instant v0.1.13
7362026-03-19T02:59:12.332Z Downloaded indoc v1.0.9
7372026-03-19T02:59:12.332Z Downloaded ident_case v1.0.1
7382026-03-19T02:59:12.332Z Downloaded getrandom v0.2.17
7392026-03-19T02:59:12.332Z Downloaded const-oid v0.9.6
7402026-03-19T02:59:12.336Z Downloaded highway v1.3.0
7412026-03-19T02:59:12.336Z Downloaded darling_macro v0.20.11
7422026-03-19T02:59:12.336Z Downloaded diesel_table_macro_syntax v0.3.0
7432026-03-19T02:59:12.336Z Downloaded defmt-parser v1.0.0
7442026-03-19T02:59:12.336Z Downloaded globwalk v0.9.1
7452026-03-19T02:59:12.336Z Downloaded internet-checksum v0.2.1
7462026-03-19T02:59:12.339Z Downloaded diesel-dtrace v0.5.0
7472026-03-19T02:59:12.339Z Downloaded embedded-io v0.6.1
7482026-03-19T02:59:12.339Z Downloaded document-features v0.2.12
7492026-03-19T02:59:12.343Z Downloaded crucible-workspace-hack v0.1.0
7502026-03-19T02:59:12.343Z Downloaded cexpr v0.6.0
7512026-03-19T02:59:12.343Z Downloaded half v1.8.3
7522026-03-19T02:59:12.346Z Downloaded foldhash v0.1.5
7532026-03-19T02:59:12.346Z Downloaded embedded-io v0.4.0
7542026-03-19T02:59:12.350Z Downloaded getrandom v0.3.4
7552026-03-19T02:59:12.350Z Downloaded bytes v1.11.1
7562026-03-19T02:59:12.353Z Downloaded dropshot-api-manager-types v0.6.0
7572026-03-19T02:59:12.358Z Downloaded either v1.15.0
7582026-03-19T02:59:12.358Z Downloaded defmt v0.3.100
7592026-03-19T02:59:12.363Z Downloaded lalrpop-util v0.19.12
7602026-03-19T02:59:12.363Z Downloaded humantime v2.3.0
7612026-03-19T02:59:12.363Z Downloaded crc-any v2.5.0
7622026-03-19T02:59:12.363Z Downloaded darling v0.20.11
7632026-03-19T02:59:12.367Z Downloaded dropshot-api-manager v0.6.0
7642026-03-19T02:59:12.370Z Downloaded lazy_static v1.5.0
7652026-03-19T02:59:12.370Z Downloaded console v0.15.11
7662026-03-19T02:59:12.374Z Downloaded maplit v1.0.2
7672026-03-19T02:59:12.374Z Downloaded lru v0.12.5
7682026-03-19T02:59:12.374Z Downloaded lru-slab v0.1.2
7692026-03-19T02:59:12.379Z Downloaded linked-hash-map v0.5.6
7702026-03-19T02:59:12.380Z Downloaded md-5 v0.10.6
7712026-03-19T02:59:12.380Z Downloaded hex-literal v0.4.1
7722026-03-19T02:59:12.384Z Downloaded deranged v0.5.8
7732026-03-19T02:59:12.384Z Downloaded find-msvc-tools v0.1.9
7742026-03-19T02:59:12.384Z Downloaded convert_case v0.10.0
7752026-03-19T02:59:12.384Z Downloaded hickory-client v0.25.2
7762026-03-19T02:59:12.388Z Downloaded ff v0.13.1
7772026-03-19T02:59:12.388Z Downloaded libscf-sys v1.1.0
7782026-03-19T02:59:12.388Z Downloaded memoffset v0.9.1
7792026-03-19T02:59:12.424Z Downloaded match_cfg v0.1.0
7802026-03-19T02:59:12.424Z Downloaded instability v0.3.11
7812026-03-19T02:59:12.424Z Downloaded indoc v2.0.7
7822026-03-19T02:59:12.425Z Downloaded darling_macro v0.21.3
7832026-03-19T02:59:12.425Z Downloaded ipnetwork v0.21.1
7842026-03-19T02:59:12.425Z Downloaded futures-core v0.3.32
7852026-03-19T02:59:12.425Z Downloaded der v0.7.10
7862026-03-19T02:59:12.425Z Downloaded lzss v0.8.2
7872026-03-19T02:59:12.425Z Downloaded ecdsa v0.16.9
7882026-03-19T02:59:12.425Z Downloaded daft-derive v0.1.5
7892026-03-19T02:59:12.425Z Downloaded md5 v0.7.0
7902026-03-19T02:59:12.425Z Downloaded managed v0.8.0
7912026-03-19T02:59:12.425Z Downloaded is_ci v1.2.0
7922026-03-19T02:59:12.425Z Downloaded hyper-staticfile v0.10.1
7932026-03-19T02:59:12.425Z Downloaded newline-converter v0.3.0
7942026-03-19T02:59:12.425Z Downloaded elliptic-curve v0.13.8
7952026-03-19T02:59:12.425Z Downloaded nodrop v0.1.14
7962026-03-19T02:59:12.438Z Downloaded futures v0.3.32
7972026-03-19T02:59:12.438Z Downloaded compact_str v0.8.1
7982026-03-19T02:59:12.438Z Downloaded nonempty v0.12.0
7992026-03-19T02:59:12.438Z Downloaded const_format v0.2.35
8002026-03-19T02:59:12.443Z Downloaded newtype_derive v0.1.6
8012026-03-19T02:59:12.443Z Downloaded base64 v0.22.1
8022026-03-19T02:59:12.443Z Downloaded multimap v0.10.1
8032026-03-19T02:59:12.443Z Downloaded erased-serde v0.3.31
8042026-03-19T02:59:12.443Z Downloaded env_logger v0.11.9
8052026-03-19T02:59:12.443Z Downloaded num-derive v0.4.2
8062026-03-19T02:59:12.443Z Downloaded num-conv v0.2.0
8072026-03-19T02:59:12.443Z Downloaded hmac v0.12.1
8082026-03-19T02:59:12.447Z Downloaded filetime v0.2.27
8092026-03-19T02:59:12.447Z Downloaded crunchy v0.2.4
8102026-03-19T02:59:12.447Z Downloaded mime_guess v2.0.5
8112026-03-19T02:59:12.452Z Downloaded openssl-probe v0.1.6
8122026-03-19T02:59:12.452Z Downloaded expectorate v1.2.0
8132026-03-19T02:59:12.452Z Downloaded nibble_vec v0.1.0
8142026-03-19T02:59:12.456Z Downloaded num_threads v0.1.7
8152026-03-19T02:59:12.456Z Downloaded num_enum_derive v0.5.11
8162026-03-19T02:59:12.456Z Downloaded linear-map v1.2.0
8172026-03-19T02:59:12.456Z Downloaded libefi-sys v0.1.0
8182026-03-19T02:59:12.462Z Downloaded ed25519-dalek v2.2.0
8192026-03-19T02:59:12.462Z Downloaded oso-derive v0.27.3
8202026-03-19T02:59:12.462Z Downloaded cc v1.2.56
8212026-03-19T02:59:12.468Z Downloaded cipher v0.4.4
8222026-03-19T02:59:12.468Z Downloaded cancel-safe-futures v0.1.5
8232026-03-19T02:59:12.471Z Downloaded olpc-cjson v0.1.4
8242026-03-19T02:59:12.471Z Downloaded num-integer v0.1.46
8252026-03-19T02:59:12.471Z Downloaded aho-corasick v1.1.4
8262026-03-19T02:59:12.474Z Downloaded half v2.7.1
8272026-03-19T02:59:12.477Z Downloaded openssl-macros v0.1.1
8282026-03-19T02:59:12.477Z Downloaded ipnet v2.11.0
8292026-03-19T02:59:12.482Z Downloaded flate2 v1.1.9
8302026-03-19T02:59:12.493Z Downloaded newtype-uuid v1.3.2
8312026-03-19T02:59:12.493Z Downloaded fd-lock v4.0.4
8322026-03-19T02:59:12.493Z Downloaded native-tls v0.2.18
8332026-03-19T02:59:12.505Z Downloaded oxnet v0.1.4
8342026-03-19T02:59:12.505Z Downloaded parse-display v0.10.0
8352026-03-19T02:59:12.505Z Downloaded foreign-types v0.3.2
8362026-03-19T02:59:12.505Z Downloaded nanorand v0.7.0
8372026-03-19T02:59:12.505Z Downloaded phf_shared v0.13.1
8382026-03-19T02:59:12.505Z Downloaded daft v0.1.5
8392026-03-19T02:59:12.505Z Downloaded lock_api v0.4.14
8402026-03-19T02:59:12.505Z Downloaded derive_more-impl v2.1.1
8412026-03-19T02:59:12.512Z Downloaded chacha20poly1305 v0.10.1
8422026-03-19T02:59:12.512Z Downloaded darling v0.23.0
8432026-03-19T02:59:12.512Z Downloaded num-iter v0.1.45
8442026-03-19T02:59:12.513Z Downloaded iana-time-zone v0.1.65
8452026-03-19T02:59:12.518Z Downloaded packed_struct_codegen v0.10.1
8462026-03-19T02:59:12.518Z Downloaded path-slash v0.1.5
8472026-03-19T02:59:12.519Z Downloaded ignore v0.4.25
8482026-03-19T02:59:12.519Z Downloaded num_enum v0.5.11
8492026-03-19T02:59:12.525Z Downloaded dtrace-parser v0.3.0
8502026-03-19T02:59:12.525Z Downloaded httparse v1.10.1
8512026-03-19T02:59:12.525Z Downloaded peg-runtime v0.8.5
8522026-03-19T02:59:12.525Z Downloaded password-hash v0.5.0
8532026-03-19T02:59:12.534Z Downloaded ingot-types v0.1.2
8542026-03-19T02:59:12.534Z Downloaded ar_archive_writer v0.5.1
8552026-03-19T02:59:12.534Z Downloaded libloading v0.8.9
8562026-03-19T02:59:12.540Z Downloaded num_enum_derive v0.7.5
8572026-03-19T02:59:12.540Z Downloaded num-rational v0.4.2
8582026-03-19T02:59:12.540Z Downloaded is-terminal v0.4.17
8592026-03-19T02:59:12.540Z Downloaded hyper-tls v0.6.0
8602026-03-19T02:59:12.540Z Downloaded num-complex v0.4.6
8612026-03-19T02:59:12.540Z Downloaded display-error-chain v0.2.2
8622026-03-19T02:59:12.540Z Downloaded http-body-util v0.1.3
8632026-03-19T02:59:12.543Z Downloaded parse-size v1.1.0
8642026-03-19T02:59:12.543Z Downloaded pbkdf2 v0.12.2
8652026-03-19T02:59:12.543Z Downloaded num v0.4.3
8662026-03-19T02:59:12.543Z Downloaded camino-tempfile-ext v0.3.3
8672026-03-19T02:59:12.543Z Downloaded bzip2 v0.6.1
8682026-03-19T02:59:12.548Z Downloaded opaque-debug v0.3.1
8692026-03-19T02:59:12.548Z Downloaded async-bb8-diesel v0.2.1
8702026-03-19T02:59:12.552Z Downloaded fatfs v0.3.6
8712026-03-19T02:59:12.552Z Downloaded endian-type v0.1.2
8722026-03-19T02:59:12.552Z Downloaded darling_macro v0.23.0
8732026-03-19T02:59:12.557Z Downloaded darling_core v0.23.0
8742026-03-19T02:59:12.557Z Downloaded litrs v1.0.0
8752026-03-19T02:59:12.563Z Downloaded normalize-line-endings v0.3.0
8762026-03-19T02:59:12.564Z Downloaded phf_shared v0.11.3
8772026-03-19T02:59:12.564Z Downloaded owo-colors v4.3.0
8782026-03-19T02:59:12.569Z Downloaded openssl-probe v0.2.1
8792026-03-19T02:59:12.569Z Downloaded crossterm v0.28.1
8802026-03-19T02:59:12.574Z Downloaded powerfmt v0.2.0
8812026-03-19T02:59:12.574Z Downloaded parse-display-derive v0.10.0
8822026-03-19T02:59:12.574Z Downloaded corncobs v0.1.4
8832026-03-19T02:59:12.574Z Downloaded base64ct v1.8.3
8842026-03-19T02:59:12.584Z Downloaded async-trait v0.1.89
8852026-03-19T02:59:12.584Z Downloaded pin-utils v0.1.0
8862026-03-19T02:59:12.596Z Downloaded foreign-types-macros v0.2.3
8872026-03-19T02:59:12.596Z Downloaded aes v0.8.4
8882026-03-19T02:59:12.596Z Downloaded packed_struct v0.10.1
8892026-03-19T02:59:12.596Z Downloaded jobserver v0.1.34
8902026-03-19T02:59:12.596Z Downloaded impl-trait-for-tuples v0.2.3
8912026-03-19T02:59:12.596Z Downloaded parking_lot_core v0.9.12
8922026-03-19T02:59:12.603Z Downloaded crossbeam-epoch v0.9.18
8932026-03-19T02:59:12.603Z Downloaded proc-macro-error-attr2 v2.0.0
8942026-03-19T02:59:12.603Z Downloaded peg v0.8.5
8952026-03-19T02:59:12.603Z Downloaded proc-macro-crate v3.4.0
8962026-03-19T02:59:12.603Z Downloaded predicates v3.1.4
8972026-03-19T02:59:12.603Z Downloaded progenitor-macro v0.11.2
8982026-03-19T02:59:12.613Z Downloaded paste v1.0.15
8992026-03-19T02:59:12.613Z Downloaded peg-macros v0.8.5
9002026-03-19T02:59:12.613Z Downloaded progenitor-client v0.11.2
9012026-03-19T02:59:12.613Z Downloaded float-cmp v0.10.0
9022026-03-19T02:59:12.613Z Downloaded precomputed-hash v0.1.1
9032026-03-19T02:59:12.613Z Downloaded libbz2-rs-sys v0.2.2
9042026-03-19T02:59:12.620Z Downloaded indexmap v1.9.3
9052026-03-19T02:59:12.620Z Downloaded phf v0.12.1
9062026-03-19T02:59:12.620Z Downloaded pin-project-lite v0.2.17
9072026-03-19T02:59:12.620Z Downloaded psl-types v2.0.11
9082026-03-19T02:59:12.632Z Downloaded ingot-macros v0.1.1
9092026-03-19T02:59:12.632Z Downloaded derive-where v1.6.0
9102026-03-19T02:59:12.632Z Downloaded progenitor-macro v0.10.0
9112026-03-19T02:59:12.632Z Downloaded proc-macro-crate v1.3.1
9122026-03-19T02:59:12.640Z Downloaded hickory-resolver v0.24.4
9132026-03-19T02:59:12.640Z Downloaded ed25519 v2.2.3
9142026-03-19T02:59:12.640Z Downloaded defmt v1.0.1
9152026-03-19T02:59:12.640Z Downloaded pkg-config v0.3.32
9162026-03-19T02:59:12.640Z Downloaded pkcs8 v0.10.2
9172026-03-19T02:59:12.647Z Downloaded postgres-protocol v0.6.10
9182026-03-19T02:59:12.647Z Downloaded memmap2 v0.9.10
9192026-03-19T02:59:12.647Z Downloaded rand_chacha v0.3.1
9202026-03-19T02:59:12.647Z Downloaded progenitor-macro v0.13.0
9212026-03-19T02:59:12.647Z Downloaded postgres-types v0.2.12
9222026-03-19T02:59:12.647Z Downloaded dyn-clone v1.0.20
9232026-03-19T02:59:12.651Z Downloaded hubpack v0.1.2
9242026-03-19T02:59:12.651Z Downloaded ppv-lite86 v0.2.21
9252026-03-19T02:59:12.651Z Downloaded hashbrown v0.13.2
9262026-03-19T02:59:12.656Z Downloaded hashbrown v0.12.3
9272026-03-19T02:59:12.656Z Downloaded password-hash v0.4.2
9282026-03-19T02:59:12.662Z Downloaded progenitor-extras v0.1.1
9292026-03-19T02:59:12.663Z Downloaded lru-cache v0.1.2
9302026-03-19T02:59:12.663Z Downloaded oxide-tokio-rt v0.1.3
9312026-03-19T02:59:12.673Z Downloaded phf v0.13.1
9322026-03-19T02:59:12.673Z Downloaded flume v0.11.1
9332026-03-19T02:59:12.673Z Downloaded rand_xorshift v0.4.0
9342026-03-19T02:59:12.673Z Downloaded heapless v0.7.17
9352026-03-19T02:59:12.681Z Downloaded psm v0.1.30
9362026-03-19T02:59:12.681Z Downloaded primeorder v0.13.6
9372026-03-19T02:59:12.681Z Downloaded progenitor v0.11.2
9382026-03-19T02:59:12.681Z Downloaded recursive-proc-macro-impl v0.1.1
9392026-03-19T02:59:12.682Z Downloaded pkcs5 v0.7.1
9402026-03-19T02:59:12.689Z Downloaded mime v0.3.17
9412026-03-19T02:59:12.690Z Downloaded keccak v0.1.6
9422026-03-19T02:59:12.690Z Downloaded parking_lot v0.12.5
9432026-03-19T02:59:12.690Z Downloaded ena v0.14.4
9442026-03-19T02:59:12.690Z Downloaded heapless v0.8.0
9452026-03-19T02:59:12.695Z Downloaded progenitor-client v0.13.0
9462026-03-19T02:59:12.695Z Downloaded progenitor v0.10.0
9472026-03-19T02:59:12.695Z Downloaded rfc6979 v0.4.0
9482026-03-19T02:59:12.695Z Downloaded hickory-resolver v0.25.2
9492026-03-19T02:59:12.699Z Downloaded ref-cast v1.0.25
9502026-03-19T02:59:12.700Z Downloaded progenitor-client v0.10.0
9512026-03-19T02:59:12.700Z Downloaded omicron-zone-package v0.12.2
9522026-03-19T02:59:12.705Z Downloaded postcard v1.1.3
9532026-03-19T02:59:12.705Z Downloaded polyval v0.6.2
9542026-03-19T02:59:12.705Z Downloaded radium v0.7.0
9552026-03-19T02:59:12.708Z Downloaded r2d2 v0.8.10
9562026-03-19T02:59:12.708Z Downloaded ref-cast-impl v1.0.25
9572026-03-19T02:59:12.708Z Downloaded phf_shared v0.12.1
9582026-03-19T02:59:12.708Z Downloaded quick-error v1.2.3
9592026-03-19T02:59:12.712Z Downloaded predicates-tree v1.0.13
9602026-03-19T02:59:12.712Z Downloaded russh-cryptovec v0.7.3
9612026-03-19T02:59:12.712Z Downloaded rtoolbox v0.0.3
9622026-03-19T02:59:12.717Z Downloaded num-derive v0.3.3
9632026-03-19T02:59:12.717Z Downloaded oso v0.27.3
9642026-03-19T02:59:12.717Z Downloaded crossterm v0.29.0
9652026-03-19T02:59:12.722Z Downloaded quinn-udp v0.5.14
9662026-03-19T02:59:12.733Z Downloaded miniz_oxide v0.8.9
9672026-03-19T02:59:12.734Z Downloaded rand_chacha v0.9.0
9682026-03-19T02:59:12.734Z Downloaded libsw-core v0.3.2
9692026-03-19T02:59:12.739Z Downloaded jiff-static v0.2.21
9702026-03-19T02:59:12.739Z Downloaded rustc-hash v2.1.1
9712026-03-19T02:59:12.739Z Downloaded ingot v0.1.1
9722026-03-19T02:59:12.739Z Downloaded drift v0.1.3
9732026-03-19T02:59:12.739Z Downloaded rand_core v0.10.0
9742026-03-19T02:59:12.749Z Downloaded libsw v3.5.0
9752026-03-19T02:59:12.749Z Downloaded rand_seeder v0.4.0
9762026-03-19T02:59:12.749Z Downloaded rand_core v0.6.4
9772026-03-19T02:59:12.749Z Downloaded derive_more v2.1.1
9782026-03-19T02:59:12.760Z Downloaded rustc_version v0.4.1
9792026-03-19T02:59:12.760Z Downloaded scopeguard v1.2.0
9802026-03-19T02:59:12.774Z Downloaded progenitor v0.13.0
9812026-03-19T02:59:12.774Z Downloaded indicatif v0.18.4
9822026-03-19T02:59:12.774Z Downloaded multer v3.1.0
9832026-03-19T02:59:12.774Z Downloaded pbkdf2 v0.11.0
9842026-03-19T02:59:12.774Z Downloaded pin-project v1.1.11
9852026-03-19T02:59:12.781Z Downloaded semver v0.1.20
9862026-03-19T02:59:12.781Z Downloaded salsa20 v0.10.2
9872026-03-19T02:59:12.781Z Downloaded new_debug_unreachable v1.0.6
9882026-03-19T02:59:12.781Z Downloaded recursive v0.1.1
9892026-03-19T02:59:12.781Z Downloaded sapling-renderdag v0.1.0
9902026-03-19T02:59:12.789Z Downloaded proc-macro-error2 v2.0.1
9912026-03-19T02:59:12.789Z Downloaded poly1305 v0.8.0
9922026-03-19T02:59:12.789Z Downloaded num_enum v0.7.5
9932026-03-19T02:59:12.798Z Downloaded resolv-conf v0.7.6
9942026-03-19T02:59:12.798Z Downloaded serde_bytes v0.11.19
9952026-03-19T02:59:12.798Z Downloaded pin-project-internal v1.1.11
9962026-03-19T02:59:12.798Z Downloaded num-bigint v0.4.6
9972026-03-19T02:59:12.803Z Downloaded serde_spanned v1.0.4
9982026-03-19T02:59:12.803Z Downloaded p256 v0.13.2
9992026-03-19T02:59:12.803Z Downloaded serde_repr v0.1.20
10002026-03-19T02:59:12.803Z Downloaded serde-big-array v0.5.1
10012026-03-19T02:59:12.808Z Downloaded secrecy v0.10.3
10022026-03-19T02:59:12.808Z Downloaded secrecy v0.8.0
10032026-03-19T02:59:12.808Z Downloaded scrypt v0.11.0
10042026-03-19T02:59:12.808Z Downloaded scheduled-thread-pool v0.2.7
10052026-03-19T02:59:12.808Z Downloaded openssl-sys v0.9.111
10062026-03-19T02:59:12.816Z Downloaded scroll_derive v0.13.1
10072026-03-19T02:59:12.816Z Downloaded papergrid v0.17.0
10082026-03-19T02:59:12.822Z Downloaded serde_urlencoded v0.7.1
10092026-03-19T02:59:12.822Z Downloaded rustls-native-certs v0.8.3
10102026-03-19T02:59:12.828Z Downloaded signal-hook-mio v0.2.5
10112026-03-19T02:59:12.829Z Downloaded sha1 v0.10.6
10122026-03-19T02:59:12.829Z Downloaded serde_plain v1.0.2
10132026-03-19T02:59:12.829Z Downloaded rusty-fork v0.3.1
10142026-03-19T02:59:12.829Z Downloaded darling_core v0.21.3
10152026-03-19T02:59:12.836Z Downloaded hyper-rustls v0.27.7
10162026-03-19T02:59:12.836Z Downloaded hickory-server v0.25.2
10172026-03-19T02:59:12.841Z Downloaded siphasher v1.0.2
10182026-03-19T02:59:12.841Z Downloaded slog-bunyan v2.5.0
10192026-03-19T02:59:12.841Z Downloaded prefix-trie v0.7.0
10202026-03-19T02:59:12.850Z Downloaded sigpipe v0.1.3
10212026-03-19T02:59:12.850Z Downloaded rustls-pemfile v1.0.4
10222026-03-19T02:59:12.850Z Downloaded http v1.4.0
10232026-03-19T02:59:12.857Z Downloaded signal-hook-tokio v0.3.1
10242026-03-19T02:59:12.857Z Downloaded newtype-uuid-macros v0.1.0
10252026-03-19T02:59:12.857Z Downloaded pem-rfc7468 v0.7.0
10262026-03-19T02:59:12.857Z Downloaded progenitor-impl v0.10.0
10272026-03-19T02:59:12.857Z Downloaded slog-envlogger v2.2.0
10282026-03-19T02:59:12.857Z Downloaded shell-words v1.1.1
10292026-03-19T02:59:12.857Z Downloaded signature v2.2.0
10302026-03-19T02:59:12.863Z Downloaded scroll v0.13.0
10312026-03-19T02:59:12.863Z Downloaded schemars_derive v0.8.22
10322026-03-19T02:59:12.863Z Downloaded itertools v0.14.0
10332026-03-19T02:59:12.867Z Downloaded rustversion v1.0.22
10342026-03-19T02:59:12.867Z Downloaded pkcs1 v0.7.5
10352026-03-19T02:59:12.876Z Downloaded pretty_assertions v1.4.1
10362026-03-19T02:59:12.876Z Downloaded hyper-util v0.1.20
10372026-03-19T02:59:12.887Z Downloaded pem v3.0.6
10382026-03-19T02:59:12.887Z Downloaded predicates-core v1.0.10
10392026-03-19T02:59:12.887Z Downloaded ssh-encoding v0.2.0
10402026-03-19T02:59:12.887Z Downloaded sqlparser_derive v0.5.0
10412026-03-19T02:59:12.887Z Downloaded seq-macro v0.3.6
10422026-03-19T02:59:12.887Z Downloaded parking_lot_core v0.8.6
10432026-03-19T02:59:12.891Z Downloaded sct v0.7.1
10442026-03-19T02:59:12.891Z Downloaded rcgen v0.12.1
10452026-03-19T02:59:12.891Z Downloaded mio v1.1.1
10462026-03-19T02:59:12.908Z Downloaded crypto-bigint v0.5.5
10472026-03-19T02:59:12.961Z Downloaded russh-keys v0.45.0
10482026-03-19T02:59:12.961Z Downloaded serde-hex v0.1.0
10492026-03-19T02:59:12.961Z Downloaded sec1 v0.7.3
10502026-03-19T02:59:12.961Z Downloaded rustls-pki-types v1.14.0
10512026-03-19T02:59:12.961Z Downloaded rand_core v0.9.5
10522026-03-19T02:59:12.961Z Downloaded parking_lot v0.11.2
10532026-03-19T02:59:12.961Z Downloaded rustls-pemfile v2.2.0
10542026-03-19T02:59:12.961Z Downloaded itertools v0.12.1
10552026-03-19T02:59:12.961Z Downloaded strip-ansi-escapes v0.2.1
10562026-03-19T02:59:12.961Z Downloaded strum v0.26.3
10572026-03-19T02:59:12.962Z Downloaded structmeta-derive v0.3.0
10582026-03-19T02:59:12.962Z Downloaded structmeta v0.3.0
10592026-03-19T02:59:12.962Z Downloaded subtle v2.6.1
10602026-03-19T02:59:13.000Z Downloaded slog-dtrace v0.3.0
10612026-03-19T02:59:13.000Z Downloaded prettyplease v0.2.37
10622026-03-19T02:59:13.002Z Downloaded signal-hook-registry v1.4.8
10632026-03-19T02:59:13.002Z Downloaded slog-term v2.9.2
10642026-03-19T02:59:13.002Z Downloaded smf v0.2.3
10652026-03-19T02:59:13.002Z Downloaded slog-json v2.6.1
10662026-03-19T02:59:13.002Z Downloaded smallvec v0.6.14
10672026-03-19T02:59:13.002Z Downloaded slab v0.4.12
10682026-03-19T02:59:13.002Z Downloaded tabled_derive v0.11.0
10692026-03-19T02:59:13.002Z Downloaded termtree v0.5.1
10702026-03-19T02:59:13.003Z Downloaded maybe-uninit v2.0.0
10712026-03-19T02:59:13.003Z Downloaded minimal-lexical v0.2.1
10722026-03-19T02:59:13.003Z Downloaded slog-scope v4.4.1
10732026-03-19T02:59:13.003Z Downloaded tagptr v0.2.0
10742026-03-19T02:59:13.003Z Downloaded tabwriter v1.4.1
10752026-03-19T02:59:13.003Z Downloaded sync-ptr v0.1.4
10762026-03-19T02:59:13.003Z Downloaded supports-color v3.0.2
10772026-03-19T02:59:13.003Z Downloaded progenitor-impl v0.13.0
10782026-03-19T02:59:13.003Z Downloaded progenitor-impl v0.11.2
10792026-03-19T02:59:13.003Z Downloaded hashbrown v0.15.5
10802026-03-19T02:59:13.003Z Downloaded tap v1.0.1
10812026-03-19T02:59:13.003Z Downloaded take_mut v0.2.2
10822026-03-19T02:59:13.003Z Downloaded testing_table v0.3.0
10832026-03-19T02:59:13.003Z Downloaded ssh-cipher v0.2.0
10842026-03-19T02:59:13.003Z Downloaded shlex v1.3.0
10852026-03-19T02:59:13.003Z Downloaded serde_derive_internals v0.29.1
10862026-03-19T02:59:13.004Z Downloaded serde_cbor v0.11.2
10872026-03-19T02:59:13.004Z Downloaded snafu-derive v0.8.9
10882026-03-19T02:59:13.004Z Downloaded stacker v0.1.23
10892026-03-19T02:59:13.026Z Downloaded ron v0.8.1
10902026-03-19T02:59:13.026Z Downloaded sqlformat v0.3.5
10912026-03-19T02:59:13.027Z Downloaded time-core v0.1.8
10922026-03-19T02:59:13.027Z Downloaded spki v0.7.3
10932026-03-19T02:59:13.027Z Downloaded serde_path_to_error v0.1.20
10942026-03-19T02:59:13.027Z Downloaded nom v7.1.3
10952026-03-19T02:59:13.027Z Downloaded tinyvec_macros v0.1.1
10962026-03-19T02:59:13.027Z Downloaded stringprep v0.1.5
10972026-03-19T02:59:13.027Z Downloaded string_cache v0.8.9
10982026-03-19T02:59:13.028Z Downloaded futures-util v0.3.32
10992026-03-19T02:59:13.028Z Downloaded rayon-core v1.13.0
11002026-03-19T02:59:13.028Z Downloaded headers v0.4.1
11012026-03-19T02:59:13.028Z Downloaded strum_macros v0.24.3
11022026-03-19T02:59:13.028Z Downloaded sync_wrapper v1.0.2
11032026-03-19T02:59:13.028Z Downloaded strum_macros v0.27.2
11042026-03-19T02:59:13.028Z Downloaded simd-adler32 v0.3.8
11052026-03-19T02:59:13.028Z Downloaded slog-stdlog v4.1.1
11062026-03-19T02:59:13.034Z Downloaded libm v0.2.16
11072026-03-19T02:59:13.034Z Downloaded support-bundle-viewer v0.1.2
11082026-03-19T02:59:13.035Z Downloaded strum_macros v0.26.4
11092026-03-19T02:59:13.035Z Downloaded p521 v0.13.3
11102026-03-19T02:59:13.035Z Downloaded static_assertions v1.1.0
11112026-03-19T02:59:13.035Z Downloaded slog-async v2.8.0
11122026-03-19T02:59:13.035Z Downloaded schemars v0.8.22
11132026-03-19T02:59:13.056Z Downloaded thiserror-impl-no-std v2.0.2
11142026-03-19T02:59:13.056Z Downloaded termios v0.3.3
11152026-03-19T02:59:13.057Z Downloaded quinn v0.11.9
11162026-03-19T02:59:13.057Z Downloaded rand v0.8.5
11172026-03-19T02:59:13.090Z Downloaded blake3 v1.8.3
11182026-03-19T02:59:13.090Z Downloaded topological-sort v0.2.2
11192026-03-19T02:59:13.090Z Downloaded tower-layer v0.3.3
11202026-03-19T02:59:13.090Z Downloaded thread-id v5.1.0
11212026-03-19T02:59:13.090Z Downloaded try-lock v0.2.5
11222026-03-19T02:59:13.090Z Downloaded qorb v0.4.1
11232026-03-19T02:59:13.090Z Downloaded typify-macro v0.4.3
11242026-03-19T02:59:13.090Z Downloaded spin v0.9.8
11252026-03-19T02:59:13.090Z Downloaded unarray v0.1.4
11262026-03-19T02:59:13.090Z Downloaded serde_with_macros v3.17.0
11272026-03-19T02:59:13.123Z Downloaded nu-ansi-term v0.50.3
11282026-03-19T02:59:13.123Z Downloaded thread_local v1.1.9
11292026-03-19T02:59:13.123Z Downloaded thiserror-no-std v2.0.2
11302026-03-19T02:59:13.123Z Downloaded rustls-platform-verifier v0.6.2
11312026-03-19T02:59:13.123Z Downloaded tiny-keccak v2.0.2
11322026-03-19T02:59:13.123Z Downloaded tokio-native-tls v0.3.1
11332026-03-19T02:59:13.123Z Downloaded universal-hash v0.5.1
11342026-03-19T02:59:13.123Z Downloaded unicode-truncate v1.1.0
11352026-03-19T02:59:13.123Z Downloaded iddqd v0.3.17
11362026-03-19T02:59:13.123Z Downloaded unit-prefix v0.5.2
11372026-03-19T02:59:13.123Z Downloaded tower-service v0.3.3
11382026-03-19T02:59:13.123Z Downloaded slog v2.8.2
11392026-03-19T02:59:13.124Z Downloaded term v1.2.1
11402026-03-19T02:59:13.124Z Downloaded tokio-rustls v0.25.0
11412026-03-19T02:59:13.124Z Downloaded usdt-macro v0.6.0
11422026-03-19T02:59:13.124Z Downloaded untrusted v0.9.0
11432026-03-19T02:59:13.124Z Downloaded ryu v1.0.23
11442026-03-19T02:59:13.131Z Downloaded tokio-tungstenite v0.23.1
11452026-03-19T02:59:13.132Z Downloaded usdt v0.6.0
11462026-03-19T02:59:13.132Z Downloaded tokio-macros v2.6.0
11472026-03-19T02:59:13.132Z Downloaded tls_codec_derive v0.4.2
11482026-03-19T02:59:13.132Z Downloaded untrusted v0.7.1
11492026-03-19T02:59:13.132Z Downloaded term v0.7.0
11502026-03-19T02:59:13.132Z Downloaded usdt-attr-macro v0.6.0
11512026-03-19T02:59:13.132Z Downloaded rand v0.9.2
11522026-03-19T02:59:13.132Z Downloaded trait-variant v0.1.2
11532026-03-19T02:59:13.133Z Downloaded tls_codec v0.4.2
11542026-03-19T02:59:13.133Z Downloaded wait-timeout v0.2.1
11552026-03-19T02:59:13.133Z Downloaded libxml v0.3.3
11562026-03-19T02:59:13.133Z Downloaded time-macros v0.2.27
11572026-03-19T02:59:13.133Z Downloaded num-bigint-dig v0.8.6
11582026-03-19T02:59:13.133Z Downloaded toml_writer v1.0.6+spec-1.1.0
11592026-03-19T02:59:13.133Z Downloaded socket2 v0.5.10
11602026-03-19T02:59:13.133Z Downloaded publicsuffix v2.3.0
11612026-03-19T02:59:13.161Z Downloaded similar v2.7.0
11622026-03-19T02:59:13.161Z Downloaded socket2 v0.6.2
11632026-03-19T02:59:13.162Z Downloaded signal-hook v0.3.18
11642026-03-19T02:59:13.162Z Downloaded waitgroup v0.1.2
11652026-03-19T02:59:13.162Z Downloaded unicase v2.9.0
11662026-03-19T02:59:13.177Z Downloaded void v1.0.2
11672026-03-19T02:59:13.177Z Downloaded rustls-webpki v0.103.9
11682026-03-19T02:59:13.177Z Downloaded rand v0.10.0
11692026-03-19T02:59:13.177Z Downloaded itertools v0.10.5
11702026-03-19T02:59:13.177Z Downloaded want v0.3.1
11712026-03-19T02:59:13.178Z Downloaded xattr v1.6.1
11722026-03-19T02:59:13.178Z Downloaded tui-tree-widget v0.23.1
11732026-03-19T02:59:13.178Z Downloaded tokio-rustls v0.26.4
11742026-03-19T02:59:13.178Z Downloaded iri-string v0.7.10
11752026-03-19T02:59:13.178Z Downloaded same-file v1.0.6
11762026-03-19T02:59:13.178Z Downloaded futures-macro v0.3.32
11772026-03-19T02:59:13.178Z Downloaded funty v2.0.0
11782026-03-19T02:59:13.178Z Downloaded subprocess v0.2.15
11792026-03-19T02:59:13.220Z Downloaded bit-vec v0.6.3
11802026-03-19T02:59:13.220Z Downloaded bzip2 v0.4.4
11812026-03-19T02:59:13.220Z Downloaded crc8 v0.1.1
11822026-03-19T02:59:13.220Z Downloaded crc-catalog v2.4.0
11832026-03-19T02:59:13.220Z Downloaded cfg_aliases v0.2.1
11842026-03-19T02:59:13.220Z Downloaded xshell-macros v0.2.7
11852026-03-19T02:59:13.222Z Downloaded rustc_version v0.1.7
11862026-03-19T02:59:13.222Z Downloaded h2 v0.4.13
11872026-03-19T02:59:13.222Z Downloaded aws-lc-rs v1.16.0
11882026-03-19T02:59:13.222Z Downloaded vergen-gitcl v1.0.8
11892026-03-19T02:59:13.223Z Downloaded zone_cfg_derive v0.3.1
11902026-03-19T02:59:13.223Z Downloaded utf-8 v0.7.6
11912026-03-19T02:59:13.223Z Downloaded typify-macro v0.6.1
11922026-03-19T02:59:13.223Z Downloaded tokio-dtrace v0.1.1
11932026-03-19T02:59:13.223Z Downloaded vergen-git2 v1.0.7
11942026-03-19T02:59:13.223Z Downloaded hyper v1.8.1
11952026-03-19T02:59:13.293Z Downloaded schemars v0.9.0
11962026-03-19T02:59:13.294Z Downloaded zeroize_derive v1.4.3
11972026-03-19T02:59:13.294Z Downloaded tracing-attributes v0.1.31
11982026-03-19T02:59:13.294Z Downloaded samael v0.0.19
11992026-03-19T02:59:13.294Z Downloaded walkdir v2.5.0
12002026-03-19T02:59:13.294Z Downloaded twox-hash v2.1.2
12012026-03-19T02:59:13.294Z Downloaded toml_datetime v0.7.5+spec-1.1.0
12022026-03-19T02:59:13.294Z Downloaded tinyvec v1.10.0
12032026-03-19T02:59:13.294Z Downloaded serde_yaml v0.9.34+deprecated
12042026-03-19T02:59:13.294Z Downloaded tokio-stream v0.1.18
12052026-03-19T02:59:13.294Z Downloaded toml_parser v1.0.9+spec-1.1.0
12062026-03-19T02:59:13.322Z Downloaded tokio-tungstenite v0.21.0
12072026-03-19T02:59:13.322Z Downloaded xshell v0.2.7
12082026-03-19T02:59:13.322Z Downloaded test-strategy v0.4.5
12092026-03-19T02:59:13.322Z Downloaded vergen-lib v0.1.6
12102026-03-19T02:59:13.322Z Downloaded tar v0.4.44
12112026-03-19T02:59:13.322Z Downloaded uzers v0.12.2
12122026-03-19T02:59:13.322Z Downloaded whoami v1.6.1
12132026-03-19T02:59:13.322Z Downloaded russh v0.45.0
12142026-03-19T02:59:13.322Z Downloaded usdt-impl v0.6.0
12152026-03-19T02:59:13.322Z Downloaded toml v0.9.12+spec-1.1.0
12162026-03-19T02:59:13.322Z Downloaded zstd-safe v7.2.4
12172026-03-19T02:59:13.322Z Downloaded bindgen v0.71.1
12182026-03-19T02:59:13.322Z Downloaded zstd v0.13.3
12192026-03-19T02:59:13.322Z Downloaded zone v0.3.1
12202026-03-19T02:59:13.322Z Downloaded vergen v9.0.6
12212026-03-19T02:59:13.322Z Downloaded rustyline v14.0.0
12222026-03-19T02:59:13.322Z Downloaded xz2 v0.1.7
12232026-03-19T02:59:13.322Z Downloaded whoami v2.1.0
12242026-03-19T02:59:13.323Z Downloaded unicode-bidi v0.3.18
12252026-03-19T02:59:13.323Z Downloaded tungstenite v0.23.0
12262026-03-19T02:59:13.323Z Downloaded toml v0.7.8
12272026-03-19T02:59:13.323Z Downloaded schemars v1.2.1
12282026-03-19T02:59:13.323Z Downloaded wyz v0.5.1
12292026-03-19T02:59:13.323Z Downloaded dropshot v0.16.7
12302026-03-19T02:59:13.347Z Downloaded zeroize v1.8.2
12312026-03-19T02:59:13.347Z Downloaded chrono v0.4.44
12322026-03-19T02:59:13.347Z Downloaded vsss-rs v3.3.4
12332026-03-19T02:59:13.347Z Downloaded steno v0.4.1
12342026-03-19T02:59:13.347Z Downloaded tracing-core v0.1.36
12352026-03-19T02:59:13.347Z Downloaded yasna v0.5.2
12362026-03-19T02:59:13.348Z Downloaded typify v0.6.1
12372026-03-19T02:59:13.348Z Downloaded bitvec v1.0.1
12382026-03-19T02:59:13.376Z Downloaded unicode-properties v0.1.4
12392026-03-19T02:59:13.376Z Downloaded unsafe-libyaml v0.2.11
12402026-03-19T02:59:13.376Z Downloaded moka v0.12.13
12412026-03-19T02:59:13.376Z Downloaded snafu v0.8.9
12422026-03-19T02:59:13.376Z Downloaded tungstenite v0.21.0
12432026-03-19T02:59:13.376Z Downloaded git2 v0.20.4
12442026-03-19T02:59:13.391Z Downloaded zerocopy v0.6.6
12452026-03-19T02:59:13.391Z Downloaded typify v0.4.3
12462026-03-19T02:59:13.391Z Downloaded toml_edit v0.23.10+spec-1.0.0
12472026-03-19T02:59:13.391Z Downloaded rpassword v7.4.0
12482026-03-19T02:59:13.392Z Downloaded tokio-rustls v0.24.1
12492026-03-19T02:59:13.392Z Downloaded rsa v0.9.10
12502026-03-19T02:59:13.392Z Downloaded vte v0.14.1
12512026-03-19T02:59:13.392Z Downloaded p384 v0.13.1
12522026-03-19T02:59:13.392Z Downloaded ron v0.12.0
12532026-03-19T02:59:13.417Z Downloaded reedline v0.40.0
12542026-03-19T02:59:13.417Z Downloaded uuid v1.21.0
12552026-03-19T02:59:13.417Z Downloaded debug-ignore v1.0.5
12562026-03-19T02:59:13.417Z Downloaded tokio-postgres v0.7.16
12572026-03-19T02:59:13.437Z Downloaded itertools v0.13.0
12582026-03-19T02:59:13.438Z Downloaded toml_edit v0.19.15
12592026-03-19T02:59:13.464Z Downloaded yansi v1.0.1
12602026-03-19T02:59:13.465Z Downloaded goblin v0.10.5
12612026-03-19T02:59:13.465Z Downloaded ssh-key v0.6.7
12622026-03-19T02:59:13.465Z Downloaded unicode_categories v0.1.1
12632026-03-19T02:59:13.465Z Downloaded typed-path v0.9.3
12642026-03-19T02:59:13.465Z Downloaded rayon v1.11.0
12652026-03-19T02:59:13.484Z Downloaded zip v0.6.6
12662026-03-19T02:59:13.484Z Downloaded x509-cert v0.2.5
12672026-03-19T02:59:13.485Z Downloaded zopfli v0.8.3
12682026-03-19T02:59:13.485Z Downloaded salty v0.3.0
12692026-03-19T02:59:13.485Z Downloaded curve25519-dalek v4.1.3
12702026-03-19T02:59:13.485Z Downloaded lalrpop v0.19.12
12712026-03-19T02:59:13.514Z Downloaded reqwest v0.12.28
12722026-03-19T02:59:13.515Z Downloaded strum v0.27.2
12732026-03-19T02:59:13.515Z Downloaded hkdf v0.12.4
12742026-03-19T02:59:13.515Z Downloaded quick-xml v0.37.5
12752026-03-19T02:59:13.515Z Downloaded zip v4.6.1
12762026-03-19T02:59:13.540Z Downloaded petname v2.0.2
12772026-03-19T02:59:13.541Z Downloaded portable-atomic v1.13.1
12782026-03-19T02:59:13.541Z Downloaded zerocopy-derive v0.8.40
12792026-03-19T02:59:13.541Z Downloaded tower v0.5.3
12802026-03-19T02:59:13.541Z Downloaded object v0.30.4
12812026-03-19T02:59:13.567Z Downloaded tough v0.20.0
12822026-03-19T02:59:13.567Z Downloaded unicode-segmentation v1.12.0
12832026-03-19T02:59:13.567Z Downloaded rustls-webpki v0.102.8
12842026-03-19T02:59:13.567Z Downloaded rustls-webpki v0.101.7
12852026-03-19T02:59:13.591Z Downloaded unicode-normalization v0.1.25
12862026-03-19T02:59:13.591Z Downloaded proptest v1.10.0
12872026-03-19T02:59:13.591Z Downloaded tokio-util v0.7.18
12882026-03-19T02:59:13.591Z Downloaded quinn-proto v0.11.13
12892026-03-19T02:59:13.603Z Downloaded openssl v0.10.75
12902026-03-19T02:59:13.603Z Downloaded tower-http v0.6.8
12912026-03-19T02:59:13.603Z Downloaded radix_trie v0.2.1
12922026-03-19T02:59:13.603Z Downloaded bstr v1.12.1
12932026-03-19T02:59:13.616Z Downloaded reqwest v0.13.2
12942026-03-19T02:59:13.616Z Downloaded polar-core v0.27.3
12952026-03-19T02:59:13.627Z Downloaded regex v1.12.3
12962026-03-19T02:59:13.663Z Downloaded winnow v0.5.40
12972026-03-19T02:59:13.702Z Downloaded nix v0.31.1
12982026-03-19T02:59:13.702Z Downloaded hickory-proto v0.24.4
12992026-03-19T02:59:13.703Z Downloaded winnow v0.6.26
13002026-03-19T02:59:13.804Z Downloaded object v0.37.3
13012026-03-19T02:59:13.804Z Downloaded serde_with v3.17.0
13022026-03-19T02:59:13.804Z Downloaded webpki-roots v1.0.6
13032026-03-19T02:59:13.804Z Downloaded vcpkg v0.2.15
13042026-03-19T02:59:13.842Z Downloaded smoltcp v0.11.0
13052026-03-19T02:59:13.842Z Downloaded hickory-proto v0.25.2
13062026-03-19T02:59:13.842Z Downloaded rustls v0.21.12
13072026-03-19T02:59:13.842Z Downloaded zlib-rs v0.6.2
13082026-03-19T02:59:13.842Z Downloaded rustls v0.23.37
13092026-03-19T02:59:13.842Z Downloaded smoltcp v0.9.1
13102026-03-19T02:59:13.842Z Downloaded nix v0.28.0
13112026-03-19T02:59:13.842Z Downloaded rustix v0.38.44
13122026-03-19T02:59:13.842Z Downloaded time v0.3.47
13132026-03-19T02:59:13.842Z Downloaded nix v0.29.0
13142026-03-19T02:59:13.892Z Downloaded regex-syntax v0.8.10
13152026-03-19T02:59:13.892Z Downloaded zerocopy v0.8.40
13162026-03-19T02:59:13.892Z Downloaded tabled v0.20.0
13172026-03-19T02:59:13.892Z Downloaded rustls v0.22.4
13182026-03-19T02:59:13.892Z Downloaded regex-syntax v0.6.29
13192026-03-19T02:59:13.903Z Downloaded diesel v2.3.7
13202026-03-19T02:59:13.903Z Downloaded sled v0.34.7
13212026-03-19T02:59:13.903Z Downloaded bzip2-sys v0.1.13+1.0.8
13222026-03-19T02:59:13.904Z Downloaded regress v0.10.5
13232026-03-19T02:59:13.904Z Downloaded openapiv3 v2.2.0
13242026-03-19T02:59:13.929Z Downloaded nix v0.27.1
13252026-03-19T02:59:13.958Z Downloaded regex-automata v0.4.14
13262026-03-19T02:59:14.010Z Downloaded tracing v0.1.44
13272026-03-19T02:59:14.010Z Downloaded sqlparser v0.61.0
13282026-03-19T02:59:14.030Z Downloaded ratatui v0.29.0
13292026-03-19T02:59:14.030Z Downloaded typify-impl v0.6.1
13302026-03-19T02:59:14.030Z Downloaded chrono-tz v0.10.4
13312026-03-19T02:59:14.030Z Downloaded typify-impl v0.4.3
13322026-03-19T02:59:14.059Z Downloaded lzma-sys v0.1.20
13332026-03-19T02:59:14.088Z Downloaded zerocopy-derive v0.6.6
13342026-03-19T02:59:14.089Z Downloaded jiff v0.2.21
13352026-03-19T02:59:14.109Z Downloaded libz-sys v1.1.24
13362026-03-19T02:59:14.109Z Downloaded petgraph v0.6.5
13372026-03-19T02:59:14.131Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13382026-03-19T02:59:14.152Z Downloaded encoding_rs v0.8.35
13392026-03-19T02:59:14.152Z Downloaded petgraph v0.8.3
13402026-03-19T02:59:14.162Z Downloaded tokio v1.49.0
13412026-03-19T02:59:14.193Z Downloaded sha3 v0.10.8
13422026-03-19T02:59:14.264Z Downloaded ring v0.17.14
13432026-03-19T02:59:14.318Z Downloaded libgit2-sys v0.18.3+1.9.2
13442026-03-19T02:59:14.825Z Downloaded aws-lc-sys v0.37.1
13452026-03-19T02:59:15.144Z Compiling libc v0.2.180
13462026-03-19T02:59:15.166Z Compiling serde v1.0.228
13472026-03-19T02:59:15.166Z Compiling log v0.4.29
13482026-03-19T02:59:15.166Z Compiling shlex v1.3.0
13492026-03-19T02:59:15.314Z Compiling find-msvc-tools v0.1.9
13502026-03-19T02:59:15.320Z Compiling smallvec v1.15.1
13512026-03-19T02:59:15.342Z Compiling syn v2.0.117
13522026-03-19T02:59:15.351Z Compiling typenum v1.19.0
13532026-03-19T02:59:15.561Z Compiling generic-array v0.14.7
13542026-03-19T02:59:15.587Z Compiling subtle v2.6.1
13552026-03-19T02:59:15.632Z Compiling scopeguard v1.2.0
13562026-03-19T02:59:15.696Z Compiling portable-atomic v1.13.1
13572026-03-19T02:59:15.737Z Compiling const-oid v0.9.6
13582026-03-19T02:59:15.767Z Compiling lock_api v0.4.14
13592026-03-19T02:59:15.818Z Compiling critical-section v1.2.0
13602026-03-19T02:59:15.875Z Compiling zerocopy v0.8.40
13612026-03-19T02:59:15.948Z Compiling serde_json v1.0.149
13622026-03-19T02:59:16.061Z Compiling pin-project-lite v0.2.17
13632026-03-19T02:59:16.186Z Compiling parking_lot_core v0.9.12
13642026-03-19T02:59:16.434Z Compiling pkg-config v0.3.32
13652026-03-19T02:59:16.483Z Compiling getrandom v0.2.17
13662026-03-19T02:59:16.616Z Compiling jobserver v0.1.34
13672026-03-19T02:59:16.743Z Compiling errno v0.3.14
13682026-03-19T02:59:16.887Z Compiling rand_core v0.6.4
13692026-03-19T02:59:16.925Z Compiling cc v1.2.56
13702026-03-19T02:59:17.171Z Compiling once_cell v1.21.3
13712026-03-19T02:59:17.192Z Compiling signal-hook-registry v1.4.8
13722026-03-19T02:59:17.254Z Compiling parking_lot v0.12.5
13732026-03-19T02:59:17.342Z Compiling mio v1.1.1
13742026-03-19T02:59:17.360Z Compiling bitflags v2.11.0
13752026-03-19T02:59:17.451Z Compiling libm v0.2.16
13762026-03-19T02:59:17.562Z Compiling num-traits v0.2.19
13772026-03-19T02:59:17.681Z Compiling futures-core v0.3.32
13782026-03-19T02:59:17.812Z Compiling socket2 v0.6.2
13792026-03-19T02:59:17.888Z Compiling percent-encoding v2.3.2
13802026-03-19T02:59:17.934Z Compiling allocator-api2 v0.2.21
13812026-03-19T02:59:18.035Z Compiling cpufeatures v0.2.17
13822026-03-19T02:59:18.054Z Compiling foldhash v0.2.0
13832026-03-19T02:59:18.132Z Compiling futures-sink v0.3.32
13842026-03-19T02:59:18.153Z Compiling slab v0.4.12
13852026-03-19T02:59:18.681Z Compiling futures-channel v0.3.32
13862026-03-19T02:59:18.685Z Compiling hashbrown v0.16.1
13872026-03-19T02:59:18.685Z Compiling getrandom v0.4.1
13882026-03-19T02:59:18.685Z Compiling futures-task v0.3.32
13892026-03-19T02:59:18.685Z Compiling futures-io v0.3.32
13902026-03-19T02:59:18.685Z Compiling rand_core v0.10.0
13912026-03-19T02:59:18.685Z Compiling rustversion v1.0.22
13922026-03-19T02:59:18.685Z Compiling getrandom v0.3.4
13932026-03-19T02:59:18.872Z Compiling form_urlencoded v1.2.2
13942026-03-19T02:59:19.147Z Compiling indexmap v2.13.0
13952026-03-19T02:59:19.195Z Compiling cmake v0.1.57
13962026-03-19T02:59:19.226Z Compiling ident_case v1.0.1
13972026-03-19T02:59:19.389Z Compiling base64ct v1.8.3
13982026-03-19T02:59:19.577Z Compiling dunce v1.0.5
13992026-03-19T02:59:19.701Z Compiling synstructure v0.13.2
14002026-03-19T02:59:19.746Z Compiling fs_extra v1.3.0
14012026-03-19T02:59:19.790Z Compiling pem-rfc7468 v0.7.0
14022026-03-19T02:59:19.905Z Compiling flagset v0.4.7
14032026-03-19T02:59:19.956Z Compiling rand_core v0.9.5
14042026-03-19T02:59:20.047Z Compiling rustix v1.1.3
14052026-03-19T02:59:20.060Z Compiling iana-time-zone v0.1.65
14062026-03-19T02:59:20.080Z Compiling ring v0.17.14
14072026-03-19T02:59:20.114Z Compiling aws-lc-sys v0.37.1
14082026-03-19T02:59:20.211Z Compiling uuid v1.21.0
14092026-03-19T02:59:20.322Z Compiling rustc_version v0.4.1
14102026-03-19T02:59:20.343Z Compiling aws-lc-rs v1.16.0
14112026-03-19T02:59:20.570Z Compiling vcpkg v0.2.15
14122026-03-19T02:59:20.763Z Compiling regex-syntax v0.8.10
14132026-03-19T02:59:20.817Z Compiling tracing-core v0.1.36
14142026-03-19T02:59:21.191Z Compiling crossbeam-utils v0.8.21
14152026-03-19T02:59:21.621Z Compiling pest_generator v2.8.6
14162026-03-19T02:59:21.641Z Compiling openssl-sys v0.9.111
14172026-03-19T02:59:21.660Z Compiling serde_derive_internals v0.29.1
14182026-03-19T02:59:22.415Z Compiling serde_derive v1.0.228
14192026-03-19T02:59:22.428Z Compiling zeroize_derive v1.4.3
14202026-03-19T02:59:22.609Z Compiling zerofrom-derive v0.1.6
14212026-03-19T02:59:22.632Z Compiling yoke-derive v0.8.1
14222026-03-19T02:59:22.990Z Compiling zerocopy-derive v0.8.40
14232026-03-19T02:59:23.277Z Compiling zeroize v1.8.2
14242026-03-19T02:59:24.119Z Compiling zerovec-derive v0.11.2
14252026-03-19T02:59:24.207Z Compiling displaydoc v0.2.5
14262026-03-19T02:59:24.326Z Compiling crypto-common v0.1.7
14272026-03-19T02:59:24.507Z Compiling block-buffer v0.10.4
14282026-03-19T02:59:24.525Z Compiling zerofrom v0.1.6
14292026-03-19T02:59:24.687Z Compiling yoke v0.8.1
14302026-03-19T02:59:24.718Z Compiling digest v0.10.7
14312026-03-19T02:59:24.943Z Compiling tokio-macros v2.6.0
14322026-03-19T02:59:25.046Z Compiling hmac v0.12.1
14332026-03-19T02:59:25.063Z Compiling futures-macro v0.3.32
14342026-03-19T02:59:25.191Z Compiling zerotrie v0.2.3
14352026-03-19T02:59:25.243Z Compiling block-padding v0.3.3
14362026-03-19T02:59:25.450Z Compiling inout v0.1.4
14372026-03-19T02:59:25.617Z Compiling sha2 v0.10.9
14382026-03-19T02:59:25.630Z Compiling zerovec v0.11.5
14392026-03-19T02:59:25.671Z Compiling cipher v0.4.4
14402026-03-19T02:59:25.905Z Compiling der_derive v0.7.3
14412026-03-19T02:59:26.021Z Compiling salsa20 v0.10.2
14422026-03-19T02:59:26.144Z Compiling futures-util v0.3.32
14432026-03-19T02:59:26.210Z Compiling pbkdf2 v0.12.2
14442026-03-19T02:59:26.327Z Compiling tinystr v0.8.2
14452026-03-19T02:59:26.361Z Compiling potential_utf v0.1.4
14462026-03-19T02:59:26.604Z Compiling icu_locale_core v2.1.1
14472026-03-19T02:59:26.645Z Compiling icu_collections v2.1.1
14482026-03-19T02:59:27.246Z Compiling bytes v1.11.1
14492026-03-19T02:59:27.251Z Compiling der v0.7.10
14502026-03-19T02:59:27.300Z Compiling chrono v0.4.44
14512026-03-19T02:59:27.493Z Compiling icu_provider v2.1.1
14522026-03-19T02:59:27.861Z Compiling icu_normalizer v2.1.1
14532026-03-19T02:59:27.890Z Compiling icu_properties v2.1.2
14542026-03-19T02:59:28.095Z Compiling tokio v1.49.0
14552026-03-19T02:59:28.570Z Compiling spki v0.7.3
14562026-03-19T02:59:28.835Z Compiling http v1.4.0
14572026-03-19T02:59:28.945Z Compiling thiserror-impl v2.0.18
14582026-03-19T02:59:29.217Z Compiling idna_adapter v1.2.1
14592026-03-19T02:59:29.694Z Compiling ppv-lite86 v0.2.21
14602026-03-19T02:59:29.697Z Compiling scrypt v0.11.0
14612026-03-19T02:59:29.697Z Compiling idna v1.1.0
14622026-03-19T02:59:29.697Z Compiling cbc v0.1.2
14632026-03-19T02:59:29.697Z Compiling aes v0.8.4
14642026-03-19T02:59:29.697Z Compiling rustls-pki-types v1.14.0
14652026-03-19T02:59:29.728Z Compiling rand_chacha v0.9.0
14662026-03-19T02:59:30.093Z Compiling url v2.5.8
14672026-03-19T02:59:30.258Z Compiling tracing-attributes v0.1.31
14682026-03-19T02:59:30.282Z Compiling pkcs5 v0.7.1
14692026-03-19T02:59:30.609Z Compiling rand v0.9.2
14702026-03-19T02:59:30.728Z Compiling thiserror v2.0.18
14712026-03-19T02:59:30.859Z Compiling http-body v1.0.1
14722026-03-19T02:59:30.913Z Compiling schemars v0.8.22
14732026-03-19T02:59:31.021Z Compiling openssl-probe v0.2.1
14742026-03-19T02:59:31.057Z Compiling httparse v1.10.1
14752026-03-19T02:59:31.160Z Compiling syn v1.0.109
14762026-03-19T02:59:31.177Z Compiling untrusted v0.7.1
14772026-03-19T02:59:31.249Z Compiling base64 v0.22.1
14782026-03-19T02:59:31.330Z Compiling untrusted v0.9.0
14792026-03-19T02:59:31.628Z Compiling pkcs8 v0.10.2
14802026-03-19T02:59:31.647Z Compiling schemars_derive v0.8.22
14812026-03-19T02:59:31.667Z Compiling pest_derive v2.8.6
14822026-03-19T02:59:31.686Z Compiling scroll_derive v0.13.1
14832026-03-19T02:59:32.129Z Compiling tracing v0.1.44
14842026-03-19T02:59:32.213Z Compiling darling_core v0.20.11
14852026-03-19T02:59:32.468Z Compiling tower-layer v0.3.3
14862026-03-19T02:59:32.678Z Compiling tinyvec_macros v0.1.1
14872026-03-19T02:59:32.726Z Compiling tower-service v0.3.3
14882026-03-19T02:59:32.767Z Compiling try-lock v0.2.5
14892026-03-19T02:59:32.784Z Compiling rustls v0.23.37
14902026-03-19T02:59:32.838Z Compiling atomic-waker v1.1.2
14912026-03-19T02:59:32.902Z Compiling dyn-clone v1.0.20
14922026-03-19T02:59:32.995Z Compiling want v0.3.1
14932026-03-19T02:59:33.001Z Compiling scroll v0.13.0
14942026-03-19T02:59:33.074Z Compiling tinyvec v1.10.0
14952026-03-19T02:59:33.208Z Compiling tokio-util v0.7.18
14962026-03-19T02:59:33.943Z Compiling ipnet v2.11.0
14972026-03-19T02:59:33.972Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14982026-03-19T02:59:34.468Z Compiling h2 v0.4.13
14992026-03-19T02:59:34.618Z Compiling spin v0.9.8
15002026-03-19T02:59:34.622Z Compiling aho-corasick v1.1.4
15012026-03-19T02:59:34.891Z Compiling httpdate v1.0.3
15022026-03-19T02:59:35.194Z Compiling foreign-types-shared v0.1.1
15032026-03-19T02:59:35.207Z Compiling num-conv v0.2.0
15042026-03-19T02:59:35.300Z Compiling time-core v0.1.8
15052026-03-19T02:59:35.384Z Compiling powerfmt v0.2.0
15062026-03-19T02:59:35.496Z Compiling pin-utils v0.1.0
15072026-03-19T02:59:35.511Z Compiling darling_macro v0.20.11
15082026-03-19T02:59:35.584Z Compiling openssl v0.10.75
15092026-03-19T02:59:35.649Z Compiling crc32fast v1.5.0
15102026-03-19T02:59:35.903Z Compiling regex-automata v0.4.14
15112026-03-19T02:59:36.046Z Compiling deranged v0.5.8
15122026-03-19T02:59:36.064Z Compiling time-macros v0.2.27
15132026-03-19T02:59:36.160Z Compiling darling v0.20.11
15142026-03-19T02:59:36.219Z Compiling tempfile v3.25.0
15152026-03-19T02:59:36.749Z Compiling foreign-types v0.3.2
15162026-03-19T02:59:37.060Z Compiling goblin v0.10.5
15172026-03-19T02:59:37.585Z Compiling thiserror-impl v1.0.69
15182026-03-19T02:59:38.185Z Compiling openssl-macros v0.1.1
15192026-03-19T02:59:38.653Z Compiling hyper v1.8.1
15202026-03-19T02:59:39.121Z Compiling wait-timeout v0.2.1
15212026-03-19T02:59:39.290Z Compiling bit-vec v0.8.0
15222026-03-19T02:59:39.468Z Compiling num_threads v0.1.7
15232026-03-19T02:59:39.593Z Compiling native-tls v0.2.18
15242026-03-19T02:59:39.606Z Compiling usdt-impl v0.6.0
15252026-03-19T02:59:39.838Z Compiling either v1.15.0
15262026-03-19T02:59:39.863Z Compiling siphasher v1.0.2
15272026-03-19T02:59:40.034Z Compiling quick-error v1.2.3
15282026-03-19T02:59:40.109Z Compiling simd-adler32 v0.3.8
15292026-03-19T02:59:40.110Z Compiling hyper-util v0.1.20
15302026-03-19T02:59:40.173Z Compiling rusty-fork v0.3.1
15312026-03-19T02:59:40.496Z Compiling time v0.3.47
15322026-03-19T02:59:40.593Z Compiling bit-set v0.8.0
15332026-03-19T02:59:40.798Z Compiling thiserror v1.0.69
15342026-03-19T02:59:40.816Z Compiling dof v0.4.0
15352026-03-19T02:59:41.787Z Compiling derive_builder_core v0.20.2
15362026-03-19T02:59:42.522Z Compiling unicode-normalization v0.1.25
15372026-03-19T02:59:42.715Z Compiling crossbeam-epoch v0.9.18
15382026-03-19T02:59:42.741Z Compiling dtrace-parser v0.3.0
15392026-03-19T02:59:43.011Z Compiling rustls-native-certs v0.8.3
15402026-03-19T02:59:43.074Z Compiling signature v2.2.0
15412026-03-19T02:59:43.139Z Compiling scroll_derive v0.12.1
15422026-03-19T02:59:43.158Z Compiling heapless v0.7.17
15432026-03-19T02:59:43.287Z Compiling rand_xorshift v0.4.0
15442026-03-19T02:59:43.384Z Compiling slog v2.8.2
15452026-03-19T02:59:43.456Z Compiling darling_core v0.21.3
15462026-03-19T02:59:43.496Z Compiling bzip2-sys v0.1.13+1.0.8
15472026-03-19T02:59:43.615Z Compiling sync_wrapper v1.0.2
15482026-03-19T02:59:43.751Z Compiling thread-id v5.1.0
15492026-03-19T02:59:43.783Z Compiling cookie v0.18.1
15502026-03-19T02:59:43.838Z Compiling adler2 v2.0.1
15512026-03-19T02:59:43.857Z Compiling unarray v0.1.4
15522026-03-19T02:59:43.994Z Compiling unicode-bidi v0.3.18
15532026-03-19T02:59:44.013Z Compiling zstd-safe v7.2.4
15542026-03-19T02:59:44.018Z Compiling unicode-properties v0.1.4
15552026-03-19T02:59:44.018Z Compiling signal-hook v0.3.18
15562026-03-19T02:59:44.263Z Compiling rayon-core v1.13.0
15572026-03-19T02:59:44.270Z Compiling unicode-segmentation v1.12.0
15582026-03-19T02:59:44.311Z Compiling paste v1.0.15
15592026-03-19T02:59:44.487Z Compiling anyhow v1.0.102
15602026-03-19T02:59:44.731Z Compiling stringprep v0.1.5
15612026-03-19T02:59:44.798Z Compiling scroll v0.12.0
15622026-03-19T02:59:45.137Z Compiling proptest v1.10.0
15632026-03-19T02:59:45.163Z Compiling miniz_oxide v0.8.9
15642026-03-19T02:59:45.232Z Compiling tower v0.5.3
15652026-03-19T02:59:45.396Z Compiling crossbeam-deque v0.8.6
15662026-03-19T02:59:45.639Z Compiling derive_builder_macro v0.20.2
15672026-03-19T02:59:45.857Z Compiling ipnetwork v0.21.1
15682026-03-19T02:59:45.970Z Compiling http-body-util v0.1.3
15692026-03-19T02:59:45.980Z Compiling webpki-roots v1.0.6
15702026-03-19T02:59:46.003Z Compiling rand_chacha v0.3.1
15712026-03-19T02:59:46.135Z Compiling serde_spanned v0.6.9
15722026-03-19T02:59:46.220Z Compiling toml_datetime v0.6.11
15732026-03-19T02:59:46.278Z Compiling erased-serde v0.3.31
15742026-03-19T02:59:46.321Z Compiling serde_tokenstream v0.2.3
15752026-03-19T02:59:46.384Z Compiling md-5 v0.10.6
15762026-03-19T02:59:46.622Z Compiling zerocopy-derive v0.7.35
15772026-03-19T02:59:46.641Z Compiling curve25519-dalek v4.1.3
15782026-03-19T02:59:46.782Z Compiling vergen-lib v0.1.6
15792026-03-19T02:59:47.013Z Compiling num-integer v0.1.46
15802026-03-19T02:59:47.073Z Compiling hash32 v0.2.1
15812026-03-19T02:59:47.079Z Compiling ff v0.13.1
15822026-03-19T02:59:47.110Z Compiling darling_macro v0.21.3
15832026-03-19T02:59:47.110Z Compiling memoffset v0.9.1
15842026-03-19T02:59:47.266Z Compiling rustix v0.38.44
15852026-03-19T02:59:47.325Z Compiling iri-string v0.7.10
15862026-03-19T02:59:47.351Z Compiling num-bigint-dig v0.8.6
15872026-03-19T02:59:47.451Z Compiling ryu v1.0.23
15882026-03-19T02:59:47.590Z Compiling zlib-rs v0.6.2
15892026-03-19T02:59:47.688Z Compiling smoltcp v0.9.1
15902026-03-19T02:59:47.723Z Compiling fallible-iterator v0.2.0
15912026-03-19T02:59:47.750Z Compiling base16ct v0.2.0
15922026-03-19T02:59:47.800Z Compiling ref-cast v1.0.25
15932026-03-19T02:59:47.981Z Compiling litrs v1.0.0
15942026-03-19T02:59:48.111Z Compiling cfg_aliases v0.2.1
15952026-03-19T02:59:48.135Z Compiling psl-types v2.0.11
15962026-03-19T02:59:48.205Z Compiling nix v0.31.1
15972026-03-19T02:59:48.278Z Compiling publicsuffix v2.3.0
15982026-03-19T02:59:48.294Z Compiling postgres-protocol v0.6.10
15992026-03-19T02:59:48.488Z Compiling newtype-uuid v1.3.2
16002026-03-19T02:59:48.673Z Compiling document-features v0.2.12
16012026-03-19T02:59:48.693Z Compiling sec1 v0.7.3
16022026-03-19T02:59:48.925Z Compiling zerocopy v0.7.35
16032026-03-19T02:59:49.032Z Compiling tower-http v0.6.8
16042026-03-19T02:59:49.062Z Compiling darling v0.21.3
16052026-03-19T02:59:49.280Z Compiling serde_urlencoded v0.7.1
16062026-03-19T02:59:49.489Z Compiling num-iter v0.1.45
16072026-03-19T02:59:49.593Z Compiling group v0.13.0
16082026-03-19T02:59:49.701Z Compiling rand v0.8.5
16092026-03-19T02:59:49.720Z Compiling derive_builder v0.20.2
16102026-03-19T02:59:49.812Z Compiling oxnet v0.1.4
16112026-03-19T02:59:49.991Z Compiling proc-macro-error v1.0.4
16122026-03-19T02:59:50.672Z Compiling goblin v0.8.2
16132026-03-19T02:59:50.799Z Compiling tokio-native-tls v0.3.1
16142026-03-19T02:59:51.015Z Compiling heck v0.4.1
16152026-03-19T02:59:51.061Z Compiling phf_shared v0.13.1
16162026-03-19T02:59:51.208Z Compiling hubpack_derive v0.1.1
16172026-03-19T02:59:51.319Z Compiling regex v1.12.3
16182026-03-19T02:59:51.393Z Compiling lazy_static v1.5.0
16192026-03-19T02:59:51.511Z Compiling cargo-platform v0.1.9
16202026-03-19T02:59:51.608Z Compiling hkdf v0.12.4
16212026-03-19T02:59:51.822Z Compiling flate2 v1.1.9
16222026-03-19T02:59:51.842Z Compiling crypto-bigint v0.5.5
16232026-03-19T02:59:51.860Z Compiling async-trait v0.1.89
16242026-03-19T02:59:51.949Z Compiling strum_macros v0.27.2
16252026-03-19T02:59:52.209Z Compiling daft-derive v0.1.5
16262026-03-19T02:59:52.401Z Compiling curve25519-dalek-derive v0.1.1
16272026-03-19T02:59:53.239Z Compiling ref-cast-impl v1.0.25
16282026-03-19T02:59:53.270Z Compiling terminal_size v0.4.3
16292026-03-19T02:59:53.322Z Compiling vergen v9.0.6
16302026-03-19T02:59:53.442Z Compiling fs-err v3.3.0
16312026-03-19T02:59:53.548Z Compiling ahash v0.8.12
16322026-03-19T02:59:53.672Z Compiling object v0.37.3
16332026-03-19T02:59:53.798Z Compiling foldhash v0.1.5
16342026-03-19T02:59:53.942Z Compiling bitflags v1.3.2
16352026-03-19T02:59:54.016Z Compiling libbz2-rs-sys v0.2.2
16362026-03-19T02:59:54.020Z Compiling managed v0.8.0
16372026-03-19T02:59:54.056Z Compiling winnow v0.5.40
16382026-03-19T02:59:54.320Z Compiling bumpalo v3.20.2
16392026-03-19T02:59:54.658Z Compiling zopfli v0.8.3
16402026-03-19T02:59:54.677Z Compiling strum v0.27.2
16412026-03-19T02:59:54.768Z Compiling bzip2 v0.6.1
16422026-03-19T02:59:54.955Z Compiling clap_builder v4.5.60
16432026-03-19T02:59:55.094Z Compiling hashbrown v0.15.5
16442026-03-19T02:59:55.556Z Compiling console v0.16.2
16452026-03-19T02:59:55.837Z Compiling toml_edit v0.19.15
16462026-03-19T02:59:55.869Z Compiling dof v0.3.0
16472026-03-19T02:59:56.069Z Compiling elliptic-curve v0.13.8
16482026-03-19T02:59:56.314Z Compiling daft v0.1.5
16492026-03-19T02:59:56.676Z Compiling hubpack v0.1.2
16502026-03-19T02:59:56.701Z Compiling cargo_metadata v0.19.2
16512026-03-19T02:59:56.957Z Compiling phf v0.13.1
16522026-03-19T02:59:57.171Z Compiling zone_cfg_derive v0.3.1
16532026-03-19T02:59:58.016Z Compiling signal-hook-mio v0.2.5
16542026-03-19T02:59:58.570Z Compiling hyper-tls v0.6.0
16552026-03-19T02:59:58.574Z Compiling rayon v1.11.0
16562026-03-19T02:59:59.123Z Compiling zstd v0.13.3
16572026-03-19T02:59:59.330Z Compiling cookie_store v0.22.1
16582026-03-19T02:59:59.480Z Compiling bzip2 v0.4.4
16592026-03-19T02:59:59.728Z Compiling serde_with_macros v3.17.0
16602026-03-19T02:59:59.754Z Compiling postgres-types v0.2.12
16612026-03-19T03:00:00.162Z Compiling usdt-attr-macro v0.6.0
16622026-03-19T03:00:00.228Z Compiling usdt-macro v0.6.0
16632026-03-19T03:00:00.529Z Compiling ed25519 v2.2.3
16642026-03-19T03:00:00.970Z Compiling dtrace-parser v0.2.0
16652026-03-19T03:00:01.208Z Compiling itertools v0.12.1
16662026-03-19T03:00:01.228Z Compiling phf_shared v0.11.3
16672026-03-19T03:00:01.256Z Compiling bstr v1.12.1
16682026-03-19T03:00:01.281Z Compiling pkcs1 v0.7.5
16692026-03-19T03:00:01.479Z Compiling serde-big-array v0.5.1
16702026-03-19T03:00:01.704Z Compiling hex v0.4.3
16712026-03-19T03:00:01.721Z Compiling rfc6979 v0.4.0
16722026-03-19T03:00:01.881Z Compiling serde_repr v0.1.20
16732026-03-19T03:00:01.903Z Compiling clap_derive v4.5.55
16742026-03-19T03:00:02.078Z Compiling enum-as-inner v0.6.1
16752026-03-19T03:00:02.103Z Compiling strum_macros v0.26.4
16762026-03-19T03:00:02.187Z Compiling float-cmp v0.10.0
16772026-03-19T03:00:02.385Z Compiling memmap2 v0.9.10
16782026-03-19T03:00:02.598Z Compiling thread-id v4.2.2
16792026-03-19T03:00:02.679Z Compiling env_filter v1.0.0
16802026-03-19T03:00:02.707Z Compiling encoding_rs v0.8.35
16812026-03-19T03:00:02.736Z Compiling fixedbitset v0.4.2
16822026-03-19T03:00:02.921Z Compiling difflib v0.4.0
16832026-03-19T03:00:03.029Z Compiling data-encoding v2.10.0
16842026-03-19T03:00:03.088Z Compiling fixedbitset v0.5.7
16852026-03-19T03:00:03.510Z Compiling static_assertions v1.1.0
16862026-03-19T03:00:03.619Z Compiling unit-prefix v0.5.2
16872026-03-19T03:00:03.712Z Compiling precomputed-hash v0.1.1
16882026-03-19T03:00:03.811Z Compiling predicates-core v1.0.10
16892026-03-19T03:00:03.841Z Compiling keccak v0.1.6
16902026-03-19T03:00:04.035Z Compiling whoami v2.1.0
16912026-03-19T03:00:04.048Z Compiling mime v0.3.17
16922026-03-19T03:00:04.322Z Compiling rustc-hash v2.1.1
16932026-03-19T03:00:04.351Z Compiling normalize-line-endings v0.3.0
16942026-03-19T03:00:04.379Z Compiling jiff v0.2.21
16952026-03-19T03:00:04.480Z Compiling new_debug_unreachable v1.0.6
16962026-03-19T03:00:04.498Z Compiling toml_edit v0.22.27
16972026-03-19T03:00:04.531Z Compiling predicates v3.1.4
16982026-03-19T03:00:04.568Z Compiling string_cache v0.8.9
16992026-03-19T03:00:04.587Z Compiling strum v0.26.3
17002026-03-19T03:00:04.750Z Compiling iddqd v0.3.17
17012026-03-19T03:00:04.754Z Compiling clap v4.5.60
17022026-03-19T03:00:04.860Z Compiling tokio-postgres v0.7.16
17032026-03-19T03:00:04.881Z Compiling sha3 v0.10.8
17042026-03-19T03:00:04.942Z Compiling indicatif v0.18.4
17052026-03-19T03:00:05.407Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17062026-03-19T03:00:05.477Z Compiling hickory-proto v0.25.2
17072026-03-19T03:00:06.124Z Compiling petgraph v0.8.3
17082026-03-19T03:00:06.327Z Compiling petgraph v0.6.5
17092026-03-19T03:00:07.935Z Compiling env_logger v0.11.9
17102026-03-19T03:00:08.419Z Compiling zip v4.6.1
17112026-03-19T03:00:08.458Z Compiling zone v0.3.1
17122026-03-19T03:00:08.493Z Compiling usdt-impl v0.5.0
17132026-03-19T03:00:08.942Z Compiling usdt v0.6.0
17142026-03-19T03:00:09.237Z Compiling serde_with v3.17.0
17152026-03-19T03:00:09.258Z Compiling similar v2.7.0
17162026-03-19T03:00:09.277Z Compiling ecdsa v0.16.9
17172026-03-19T03:00:09.362Z Compiling rsa v0.9.10
17182026-03-19T03:00:09.712Z Compiling crossterm v0.28.1
17192026-03-19T03:00:09.798Z Compiling ed25519-dalek v2.2.0
17202026-03-19T03:00:10.434Z Compiling zip v0.6.6
17212026-03-19T03:00:11.267Z Compiling toml v0.7.8
17222026-03-19T03:00:11.828Z Compiling toml_parser v1.0.9+spec-1.1.0
17232026-03-19T03:00:11.903Z Compiling itertools v0.13.0
17242026-03-19T03:00:12.114Z Compiling tokio-stream v0.1.18
17252026-03-19T03:00:12.132Z Compiling buf-list v1.1.2
17262026-03-19T03:00:12.505Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17272026-03-19T03:00:12.516Z Compiling x509-cert v0.2.5
17282026-03-19T03:00:12.710Z Compiling openapiv3 v2.2.0
17292026-03-19T03:00:12.735Z Compiling sha1 v0.10.6
17302026-03-19T03:00:12.903Z Compiling toml_datetime v0.7.5+spec-1.1.0
17312026-03-19T03:00:12.995Z Compiling lalrpop-util v0.19.12
17322026-03-19T03:00:13.309Z Compiling peg-runtime v0.8.5
17332026-03-19T03:00:13.368Z Compiling thread_local v1.1.9
17342026-03-19T03:00:13.631Z Compiling slog-async v2.8.0
17352026-03-19T03:00:13.656Z Compiling crossbeam-channel v0.5.15
17362026-03-19T03:00:13.656Z Compiling futures-executor v0.3.32
17372026-03-19T03:00:13.699Z Compiling is-terminal v0.4.17
17382026-03-19T03:00:13.773Z Compiling filetime v0.2.27
17392026-03-19T03:00:13.992Z Compiling take_mut v0.2.2
17402026-03-19T03:00:14.011Z Compiling term v1.2.1
17412026-03-19T03:00:14.060Z Compiling xattr v1.6.1
17422026-03-19T03:00:14.242Z Compiling tar v0.4.44
17432026-03-19T03:00:14.267Z Compiling futures v0.3.32
17442026-03-19T03:00:14.372Z Compiling slog-term v2.9.2
17452026-03-19T03:00:21.275Z Compiling rustls-webpki v0.103.9
17462026-03-19T03:00:25.337Z Compiling tokio-rustls v0.26.4
17472026-03-19T03:00:25.337Z Compiling rustls-platform-verifier v0.6.2
17482026-03-19T03:00:25.610Z Compiling hyper-rustls v0.27.7
17492026-03-19T03:00:25.876Z Compiling reqwest v0.13.2
17502026-03-19T03:00:25.876Z Compiling reqwest v0.12.28
17512026-03-19T03:00:28.941Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17522026-03-19T03:00:29.231Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17532026-03-19T03:00:33.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
17542026-03-19T03:00:33.241Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17552026-03-19T03:00:33.306ZMar 19 03:00:31.850 INFO Starting download, target: Clickhouse
17562026-03-19T03:00:33.306ZMar 19 03:00:31.851 INFO Starting download, target: DendriteStub
17572026-03-19T03:00:33.306ZMar 19 03:00:31.851 INFO Starting download, target: TransceiverControl
17582026-03-19T03:00:33.306ZMar 19 03:00:31.851 INFO Starting download, target: MaghemiteMgd
17592026-03-19T03:00:33.306ZMar 19 03:00:31.851 INFO Starting download, target: Console
17602026-03-19T03:00:33.306ZMar 19 03:00:31.851 INFO Starting download, target: Cockroach
17612026-03-19T03:00:33.306ZMar 19 03:00:31.851 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17622026-03-19T03:00:33.394ZMar 19 03:00:31.851 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17632026-03-19T03:00:33.395ZMar 19 03:00:31.851 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17642026-03-19T03:00:33.395ZMar 19 03:00:31.851 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17652026-03-19T03:00:33.395ZMar 19 03:00:31.851 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17662026-03-19T03:00:33.395ZMar 19 03:00:31.851 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17672026-03-19T03:00:33.862ZMar 19 03:00:32.362 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17682026-03-19T03:00:34.166ZMar 19 03:00:32.697 INFO Download complete, target: TransceiverControl
17692026-03-19T03:00:34.327ZMar 19 03:00:32.863 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17702026-03-19T03:00:34.686ZMar 19 03:00:33.235 INFO Download complete, target: Console
17712026-03-19T03:00:35.132ZMar 19 03:00:33.656 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17722026-03-19T03:00:35.457ZMar 19 03:00:34.006 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17732026-03-19T03:00:35.589ZMar 19 03:00:34.137 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17742026-03-19T03:00:36.760ZMar 19 03:00:35.312 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17752026-03-19T03:00:36.760ZMar 19 03:00:35.312 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17762026-03-19T03:00:39.109ZMar 19 03:00:37.659 INFO Download complete, target: DendriteStub
17772026-03-19T03:00:39.211ZMar 19 03:00:37.756 INFO Download complete, target: MaghemiteMgd
17782026-03-19T03:00:44.546ZMar 19 03:00:43.032 INFO Checking that binary works, target: Cockroach
17792026-03-19T03:00:44.691ZMar 19 03:00:43.143 INFO Download complete, target: Cockroach
17802026-03-19T03:00:46.297ZMar 19 03:00:44.843 INFO Checking that binary works, target: Clickhouse
17812026-03-19T03:00:46.465ZMar 19 03:00:45.013 INFO Download complete, target: Clickhouse
17822026-03-19T03:00:46.485ZAll builder prerequisites installed successfully, and PATH looks valid
17832026-03-19T03:00:46.490Z
17842026-03-19T03:00:46.490Zreal 4:35.854919051
17852026-03-19T03:00:46.491Zuser 10:29.922275484
17862026-03-19T03:00:46.491Zsys 1:50.335282164
17872026-03-19T03:00:46.491Ztrap 0.330591002
17882026-03-19T03:00:46.491Ztflt 0.686131316
17892026-03-19T03:00:46.491Zdflt 0.515129799
17902026-03-19T03:00:46.491Zkflt 0.023537096
17912026-03-19T03:00:46.491Zlock 31:15.955132456
17922026-03-19T03:00:46.491Zslp 30:46.523858203
17932026-03-19T03:00:46.491Zlat 54.883195550
17942026-03-19T03:00:46.491Zstop 2:39.272261832
17952026-03-19T03:00:46.491Z+ banner hack-check
17962026-03-19T03:00:46.491Z
17972026-03-19T03:00:46.491Z # # ## #### # # #### # # ###### #### # #
17982026-03-19T03:00:46.491Z # # # # # # # # # # # # # # # # #
17992026-03-19T03:00:46.491Z ###### # # # #### ##### # ###### ##### # ####
18002026-03-19T03:00:46.491Z # # ###### # # # # # # # # # #
18012026-03-19T03:00:46.491Z # # # # # # # # # # # # # # # # #
18022026-03-19T03:00:46.491Z # # # # #### # # #### # # ###### #### # #
18032026-03-19T03:00:46.491Z
18042026-03-19T03:00:46.491Z+ export CARGO_INCREMENTAL=0
18052026-03-19T03:00:46.492Z+ CARGO_INCREMENTAL=0
18062026-03-19T03:00:46.492Z+ ptime -m timeout 2h cargo xtask check-features --ci
18072026-03-19T03:00:47.192Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18082026-03-19T03:00:47.510Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18092026-03-19T03:00:50.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.48s
18102026-03-19T03:00:50.097Z Running `target/debug/xtask check-features --ci`
18112026-03-19T03:00:50.125Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18122026-03-19T03:00:50.129Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18132026-03-19T03:00:50.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
18142026-03-19T03:00:50.798Z Running `target/debug/xtask download cargo-hack`
18152026-03-19T03:00:51.900Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18162026-03-19T03:00:52.241Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18172026-03-19T03:00:55.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.68s
18182026-03-19T03:00:55.730Z Running `target/debug/xtask-downloader cargo-hack`
18192026-03-19T03:00:55.775ZMar 19 03:00:54.319 INFO Starting download, target: CargoHack
18202026-03-19T03:00:55.779ZMar 19 03:00:54.319 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18212026-03-19T03:00:56.002ZMar 19 03:00:54.543 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18222026-03-19T03:00:56.080ZMar 19 03:00:54.623 INFO Download complete, target: CargoHack
18232026-03-19T03:00:56.083Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
18242026-03-19T03:00:56.101Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18252026-03-19T03:00:56.301Zinfo: running `cargo check --bins` on api_identity (1/259)
18262026-03-19T03:00:56.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18272026-03-19T03:00:56.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18282026-03-19T03:00:56.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18292026-03-19T03:00:56.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
18302026-03-19T03:00:57.064Z
18312026-03-19T03:00:57.064Zinfo: running `cargo check --bins` on bootstore (2/259)
18322026-03-19T03:00:57.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18332026-03-19T03:00:57.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18342026-03-19T03:00:57.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18352026-03-19T03:00:57.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
18362026-03-19T03:00:57.837Z
18372026-03-19T03:00:57.838Zinfo: running `cargo check --bins` on omicron-ledger (3/259)
18382026-03-19T03:00:58.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18392026-03-19T03:00:58.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18402026-03-19T03:00:58.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18412026-03-19T03:00:58.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
18422026-03-19T03:00:58.598Z
18432026-03-19T03:00:58.598Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/259)
18442026-03-19T03:00:59.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18452026-03-19T03:00:59.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18462026-03-19T03:00:59.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18472026-03-19T03:00:59.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
18482026-03-19T03:00:59.353Z
18492026-03-19T03:00:59.353Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/259)
18502026-03-19T03:01:00.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18512026-03-19T03:01:00.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18522026-03-19T03:01:00.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18532026-03-19T03:01:00.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
18542026-03-19T03:01:00.105Z
18552026-03-19T03:01:00.108Zinfo: running `cargo check --bins` on omicron-certificates (6/259)
18562026-03-19T03:01:00.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18572026-03-19T03:01:00.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18582026-03-19T03:01:00.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18592026-03-19T03:01:00.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
18602026-03-19T03:01:00.886Z
18612026-03-19T03:01:00.886Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/259)
18622026-03-19T03:01:01.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18632026-03-19T03:01:01.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18642026-03-19T03:01:01.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18652026-03-19T03:01:01.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
18662026-03-19T03:01:01.664Z
18672026-03-19T03:01:01.664Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/259)
18682026-03-19T03:01:02.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18692026-03-19T03:01:02.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18702026-03-19T03:01:02.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18712026-03-19T03:01:02.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
18722026-03-19T03:01:02.447Z
18732026-03-19T03:01:02.447Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/259)
18742026-03-19T03:01:02.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18752026-03-19T03:01:02.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18762026-03-19T03:01:02.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18772026-03-19T03:01:02.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18782026-03-19T03:01:03.055Z
18792026-03-19T03:01:03.056Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/259)
18802026-03-19T03:01:03.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18812026-03-19T03:01:03.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18822026-03-19T03:01:03.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18832026-03-19T03:01:03.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
18842026-03-19T03:01:03.668Z
18852026-03-19T03:01:03.668Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/259)
18862026-03-19T03:01:04.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18872026-03-19T03:01:04.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18882026-03-19T03:01:04.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18892026-03-19T03:01:04.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18902026-03-19T03:01:04.272Z
18912026-03-19T03:01:04.272Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/259)
18922026-03-19T03:01:04.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932026-03-19T03:01:04.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942026-03-19T03:01:04.813Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18952026-03-19T03:01:04.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18962026-03-19T03:01:04.872Z
18972026-03-19T03:01:04.872Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/259)
18982026-03-19T03:01:05.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992026-03-19T03:01:05.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002026-03-19T03:01:05.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19012026-03-19T03:01:05.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19022026-03-19T03:01:05.478Z
19032026-03-19T03:01:05.478Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/259)
19042026-03-19T03:01:06.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052026-03-19T03:01:06.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062026-03-19T03:01:06.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19072026-03-19T03:01:06.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19082026-03-19T03:01:06.086Z
19092026-03-19T03:01:06.086Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/259)
19102026-03-19T03:01:06.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19112026-03-19T03:01:06.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19122026-03-19T03:01:06.629Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19132026-03-19T03:01:06.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19142026-03-19T03:01:06.695Z
19152026-03-19T03:01:06.695Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/259)
19162026-03-19T03:01:07.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19172026-03-19T03:01:07.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19182026-03-19T03:01:07.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19192026-03-19T03:01:07.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19202026-03-19T03:01:07.307Z
19212026-03-19T03:01:07.308Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/259)
19222026-03-19T03:01:07.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19232026-03-19T03:01:07.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19242026-03-19T03:01:07.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19252026-03-19T03:01:07.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19262026-03-19T03:01:07.917Z
19272026-03-19T03:01:07.917Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/259)
19282026-03-19T03:01:08.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292026-03-19T03:01:08.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302026-03-19T03:01:08.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19312026-03-19T03:01:08.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19322026-03-19T03:01:08.531Z
19332026-03-19T03:01:08.531Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/259)
19342026-03-19T03:01:09.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19352026-03-19T03:01:09.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19362026-03-19T03:01:09.071Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19372026-03-19T03:01:09.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19382026-03-19T03:01:09.136Z
19392026-03-19T03:01:09.136Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/259)
19402026-03-19T03:01:09.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412026-03-19T03:01:09.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422026-03-19T03:01:09.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432026-03-19T03:01:09.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19442026-03-19T03:01:09.751Z
19452026-03-19T03:01:09.751Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/259)
19462026-03-19T03:01:10.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472026-03-19T03:01:10.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482026-03-19T03:01:10.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492026-03-19T03:01:10.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19502026-03-19T03:01:10.393Z
19512026-03-19T03:01:10.394Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/259)
19522026-03-19T03:01:10.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532026-03-19T03:01:10.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542026-03-19T03:01:10.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19552026-03-19T03:01:10.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19562026-03-19T03:01:10.990Z
19572026-03-19T03:01:10.990Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/259)
19582026-03-19T03:01:11.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592026-03-19T03:01:11.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602026-03-19T03:01:11.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19612026-03-19T03:01:11.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19622026-03-19T03:01:11.594Z
19632026-03-19T03:01:11.594Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/259)
19642026-03-19T03:01:12.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652026-03-19T03:01:12.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662026-03-19T03:01:12.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672026-03-19T03:01:12.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19682026-03-19T03:01:12.201Z
19692026-03-19T03:01:12.201Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/259)
19702026-03-19T03:01:12.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712026-03-19T03:01:12.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722026-03-19T03:01:12.748Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732026-03-19T03:01:12.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19742026-03-19T03:01:12.815Z
19752026-03-19T03:01:12.815Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/259)
19762026-03-19T03:01:13.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772026-03-19T03:01:13.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782026-03-19T03:01:13.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792026-03-19T03:01:13.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19802026-03-19T03:01:13.426Z
19812026-03-19T03:01:13.426Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/259)
19822026-03-19T03:01:13.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832026-03-19T03:01:13.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842026-03-19T03:01:13.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19852026-03-19T03:01:13.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19862026-03-19T03:01:14.031Z
19872026-03-19T03:01:14.031Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/259)
19882026-03-19T03:01:14.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19892026-03-19T03:01:14.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19902026-03-19T03:01:14.577Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19912026-03-19T03:01:14.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19922026-03-19T03:01:14.646Z
19932026-03-19T03:01:14.646Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/259)
19942026-03-19T03:01:15.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952026-03-19T03:01:15.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962026-03-19T03:01:15.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19972026-03-19T03:01:15.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19982026-03-19T03:01:15.261Z
19992026-03-19T03:01:15.261Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/259)
20002026-03-19T03:01:15.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012026-03-19T03:01:15.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022026-03-19T03:01:15.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032026-03-19T03:01:15.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20042026-03-19T03:01:15.871Z
20052026-03-19T03:01:15.871Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/259)
20062026-03-19T03:01:16.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072026-03-19T03:01:16.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082026-03-19T03:01:16.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092026-03-19T03:01:16.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20102026-03-19T03:01:16.516Z
20112026-03-19T03:01:16.516Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/259)
20122026-03-19T03:01:17.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132026-03-19T03:01:17.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142026-03-19T03:01:17.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152026-03-19T03:01:17.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20162026-03-19T03:01:17.090Z
20172026-03-19T03:01:17.090Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/259)
20182026-03-19T03:01:17.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192026-03-19T03:01:17.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202026-03-19T03:01:17.627Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20212026-03-19T03:01:17.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20222026-03-19T03:01:17.693Z
20232026-03-19T03:01:17.693Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/259)
20242026-03-19T03:01:18.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20252026-03-19T03:01:18.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20262026-03-19T03:01:18.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20272026-03-19T03:01:18.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20282026-03-19T03:01:18.292Z
20292026-03-19T03:01:18.292Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/259)
20302026-03-19T03:01:18.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20312026-03-19T03:01:18.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20322026-03-19T03:01:18.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20332026-03-19T03:01:18.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20342026-03-19T03:01:18.905Z
20352026-03-19T03:01:18.905Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/259)
20362026-03-19T03:01:19.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20372026-03-19T03:01:19.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20382026-03-19T03:01:19.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20392026-03-19T03:01:19.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20402026-03-19T03:01:19.509Z
20412026-03-19T03:01:19.509Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/259)
20422026-03-19T03:01:20.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20432026-03-19T03:01:20.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20442026-03-19T03:01:20.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20452026-03-19T03:01:20.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20462026-03-19T03:01:20.112Z
20472026-03-19T03:01:20.112Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/259)
20482026-03-19T03:01:20.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20492026-03-19T03:01:20.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20502026-03-19T03:01:20.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20512026-03-19T03:01:20.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20522026-03-19T03:01:20.715Z
20532026-03-19T03:01:20.715Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/259)
20542026-03-19T03:01:21.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20552026-03-19T03:01:21.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20562026-03-19T03:01:21.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20572026-03-19T03:01:21.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20582026-03-19T03:01:21.321Z
20592026-03-19T03:01:21.321Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/259)
20602026-03-19T03:01:22.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612026-03-19T03:01:22.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622026-03-19T03:01:22.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20632026-03-19T03:01:22.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20642026-03-19T03:01:22.270Z
20652026-03-19T03:01:22.270Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/259)
20662026-03-19T03:01:22.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20672026-03-19T03:01:22.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20682026-03-19T03:01:22.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20692026-03-19T03:01:22.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20702026-03-19T03:01:22.547Z
20712026-03-19T03:01:22.547Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/259)
20722026-03-19T03:01:23.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20732026-03-19T03:01:23.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20742026-03-19T03:01:23.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20752026-03-19T03:01:23.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20762026-03-19T03:01:23.163Z
20772026-03-19T03:01:23.163Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/259)
20782026-03-19T03:01:23.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20792026-03-19T03:01:23.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20802026-03-19T03:01:23.706Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20812026-03-19T03:01:23.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20822026-03-19T03:01:23.773Z
20832026-03-19T03:01:23.773Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/259)
20842026-03-19T03:01:24.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20852026-03-19T03:01:24.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20862026-03-19T03:01:24.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20872026-03-19T03:01:24.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20882026-03-19T03:01:24.384Z
20892026-03-19T03:01:24.384Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/259)
20902026-03-19T03:01:24.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20912026-03-19T03:01:24.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20922026-03-19T03:01:24.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20932026-03-19T03:01:24.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20942026-03-19T03:01:24.998Z
20952026-03-19T03:01:24.998Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/259)
20962026-03-19T03:01:25.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20972026-03-19T03:01:25.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20982026-03-19T03:01:25.543Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20992026-03-19T03:01:25.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21002026-03-19T03:01:25.611Z
21012026-03-19T03:01:25.611Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/259)
21022026-03-19T03:01:26.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21032026-03-19T03:01:26.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21042026-03-19T03:01:26.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21052026-03-19T03:01:26.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21062026-03-19T03:01:26.222Z
21072026-03-19T03:01:26.222Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/259)
21082026-03-19T03:01:26.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21092026-03-19T03:01:26.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21102026-03-19T03:01:26.767Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21112026-03-19T03:01:26.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21122026-03-19T03:01:26.834Z
21132026-03-19T03:01:26.834Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/259)
21142026-03-19T03:01:27.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21152026-03-19T03:01:27.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21162026-03-19T03:01:27.925Z Checking cfg-if v1.0.4
21172026-03-19T03:01:28.083Z Checking libc v0.2.180
21182026-03-19T03:01:28.088Z Checking serde_core v1.0.228
21192026-03-19T03:01:28.117Z Checking memchr v2.8.0
21202026-03-19T03:01:28.134Z Checking smallvec v1.15.1
21212026-03-19T03:01:28.134Z Checking itoa v1.0.17
21222026-03-19T03:01:28.170Z Checking log v0.4.29
21232026-03-19T03:01:28.174Z Checking zeroize v1.8.2
21242026-03-19T03:01:28.211Z Checking stable_deref_trait v1.2.1
21252026-03-19T03:01:28.309Z Checking zerofrom v0.1.6
21262026-03-19T03:01:28.330Z Checking zmij v1.0.21
21272026-03-19T03:01:28.385Z Checking scopeguard v1.2.0
21282026-03-19T03:01:28.408Z Checking subtle v2.6.1
21292026-03-19T03:01:28.428Z Checking percent-encoding v2.3.2
21302026-03-19T03:01:28.456Z Checking yoke v0.8.1
21312026-03-19T03:01:28.516Z Checking lock_api v0.4.14
21322026-03-19T03:01:28.604Z Checking litemap v0.8.1
21332026-03-19T03:01:28.609Z Checking writeable v0.6.2
21342026-03-19T03:01:28.643Z Checking libm v0.2.16
21352026-03-19T03:01:28.663Z Checking icu_properties_data v2.1.2
21362026-03-19T03:01:28.683Z Checking zerovec v0.11.5
21372026-03-19T03:01:28.702Z Checking getrandom v0.2.17
21382026-03-19T03:01:28.782Z Checking errno v0.3.14
21392026-03-19T03:01:28.829Z Checking zerotrie v0.2.3
21402026-03-19T03:01:28.848Z Checking icu_normalizer_data v2.1.1
21412026-03-19T03:01:28.867Z Checking pin-project-lite v0.2.17
21422026-03-19T03:01:28.887Z Checking rand_core v0.6.4
21432026-03-19T03:01:28.931Z Checking utf8_iter v1.0.4
21442026-03-19T03:01:28.953Z Checking form_urlencoded v1.2.2
21452026-03-19T03:01:28.979Z Checking typenum v1.19.0
21462026-03-19T03:01:29.089Z Checking portable-atomic v1.13.1
21472026-03-19T03:01:29.114Z Checking critical-section v1.2.0
21482026-03-19T03:01:29.117Z Checking rand_core v0.10.0
21492026-03-19T03:01:29.155Z Checking signal-hook-registry v1.4.8
21502026-03-19T03:01:29.241Z Checking parking_lot_core v0.9.12
21512026-03-19T03:01:29.295Z Checking tinystr v0.8.2
21522026-03-19T03:01:29.317Z Checking potential_utf v0.1.4
21532026-03-19T03:01:29.363Z Checking getrandom v0.4.1
21542026-03-19T03:01:29.481Z Checking icu_collections v2.1.1
21552026-03-19T03:01:29.503Z Checking parking_lot v0.12.5
21562026-03-19T03:01:29.530Z Checking icu_locale_core v2.1.1
21572026-03-19T03:01:29.556Z Checking mio v1.1.1
21582026-03-19T03:01:29.610Z Checking num-traits v0.2.19
21592026-03-19T03:01:29.685Z Checking once_cell v1.21.3
21602026-03-19T03:01:29.709Z Checking generic-array v0.14.7
21612026-03-19T03:01:29.758Z Checking socket2 v0.6.2
21622026-03-19T03:01:29.901Z Checking zerocopy v0.8.40
21632026-03-19T03:01:29.923Z Checking iana-time-zone v0.1.65
21642026-03-19T03:01:29.947Z Checking futures-core v0.3.32
21652026-03-19T03:01:30.058Z Checking allocator-api2 v0.2.21
21662026-03-19T03:01:30.083Z Checking equivalent v1.0.2
21672026-03-19T03:01:30.108Z Checking const-oid v0.9.6
21682026-03-19T03:01:30.189Z Checking foldhash v0.2.0
21692026-03-19T03:01:30.269Z Checking serde v1.0.228
21702026-03-19T03:01:30.321Z Checking serde_json v1.0.149
21712026-03-19T03:01:30.357Z Checking icu_provider v2.1.1
21722026-03-19T03:01:30.401Z Checking bitflags v2.11.0
21732026-03-19T03:01:30.428Z Checking crypto-common v0.1.7
21742026-03-19T03:01:30.456Z Checking uuid v1.21.0
21752026-03-19T03:01:30.591Z Checking hashbrown v0.16.1
21762026-03-19T03:01:30.630Z Checking dyn-clone v1.0.20
21772026-03-19T03:01:30.683Z Checking icu_properties v2.1.2
21782026-03-19T03:01:30.760Z Checking icu_normalizer v2.1.1
21792026-03-19T03:01:30.863Z Checking bytes v1.11.1
21802026-03-19T03:01:30.886Z Checking chrono v0.4.44
21812026-03-19T03:01:31.143Z Checking futures-sink v0.3.32
21822026-03-19T03:01:31.169Z Checking block-buffer v0.10.4
21832026-03-19T03:01:31.273Z Checking futures-channel v0.3.32
21842026-03-19T03:01:31.276Z Checking semver v1.0.27
21852026-03-19T03:01:31.312Z Checking futures-io v0.3.32
21862026-03-19T03:01:31.345Z Checking slab v0.4.12
21872026-03-19T03:01:31.461Z Checking futures-task v0.3.32
21882026-03-19T03:01:31.483Z Checking tokio v1.49.0
21892026-03-19T03:01:31.530Z Checking digest v0.10.7
21902026-03-19T03:01:31.556Z Checking thiserror v2.0.18
21912026-03-19T03:01:31.577Z Checking byteorder v1.5.0
21922026-03-19T03:01:31.642Z Checking futures-util v0.3.32
21932026-03-19T03:01:31.688Z Checking indexmap v2.13.0
21942026-03-19T03:01:31.793Z Checking cpufeatures v0.2.17
21952026-03-19T03:01:31.852Z Checking idna_adapter v1.2.1
21962026-03-19T03:01:31.870Z Checking http v1.4.0
21972026-03-19T03:01:31.890Z Checking fnv v1.0.7
21982026-03-19T03:01:32.010Z Checking idna v1.1.0
21992026-03-19T03:01:32.031Z Checking base64 v0.22.1
22002026-03-19T03:01:32.093Z Checking unicode-ident v1.0.24
22012026-03-19T03:01:32.233Z Checking tracing-core v0.1.36
22022026-03-19T03:01:32.324Z Checking url v2.5.8
22032026-03-19T03:01:32.345Z Checking proc-macro2 v1.0.106
22042026-03-19T03:01:32.492Z Checking rustls-pki-types v1.14.0
22052026-03-19T03:01:32.657Z Checking tracing v0.1.44
22062026-03-19T03:01:32.677Z Checking regex-syntax v0.8.10
22072026-03-19T03:01:32.767Z Checking quote v1.0.44
22082026-03-19T03:01:32.872Z Checking untrusted v0.9.0
22092026-03-19T03:01:32.896Z Checking schemars v0.8.22
22102026-03-19T03:01:32.921Z Checking thiserror v1.0.69
22112026-03-19T03:01:32.997Z Checking syn v2.0.117
22122026-03-19T03:01:33.015Z Checking ring v0.17.14
22132026-03-19T03:01:33.048Z Checking ipnet v2.11.0
22142026-03-19T03:01:33.397Z Checking httparse v1.10.1
22152026-03-19T03:01:33.674Z Checking http-body v1.0.1
22162026-03-19T03:01:33.809Z Checking rustix v1.1.3
22172026-03-19T03:01:33.850Z Checking block-padding v0.3.3
22182026-03-19T03:01:33.988Z Checking ppv-lite86 v0.2.21
22192026-03-19T03:01:34.019Z Checking getrandom v0.3.4
22202026-03-19T03:01:34.213Z Checking atomic-waker v1.1.2
22212026-03-19T03:01:34.334Z Checking inout v0.1.4
22222026-03-19T03:01:34.359Z Checking hmac v0.12.1
22232026-03-19T03:01:34.380Z Checking aws-lc-sys v0.37.1
22242026-03-19T03:01:34.405Z Checking aho-corasick v1.1.4
22252026-03-19T03:01:34.514Z Checking try-lock v0.2.5
22262026-03-19T03:01:34.517Z Checking untrusted v0.7.1
22272026-03-19T03:01:34.554Z Checking httpdate v1.0.3
22282026-03-19T03:01:34.658Z Checking tower-layer v0.3.3
22292026-03-19T03:01:34.661Z Checking tower-service v0.3.3
22302026-03-19T03:01:34.744Z Checking openssl-probe v0.2.1
22312026-03-19T03:01:34.791Z Checking powerfmt v0.2.0
22322026-03-19T03:01:34.849Z Checking want v0.3.1
22332026-03-19T03:01:34.884Z Checking cipher v0.4.4
22342026-03-19T03:01:34.989Z Checking deranged v0.5.8
22352026-03-19T03:01:35.013Z Checking rand_core v0.9.5
22362026-03-19T03:01:35.032Z Checking num-conv v0.2.0
22372026-03-19T03:01:35.095Z Checking aws-lc-rs v1.16.0
22382026-03-19T03:01:35.160Z Checking num_threads v0.1.7
22392026-03-19T03:01:35.185Z Checking time-core v0.1.8
22402026-03-19T03:01:35.245Z Checking pin-utils v0.1.0
22412026-03-19T03:01:35.279Z Checking base64ct v1.8.3
22422026-03-19T03:01:35.341Z Checking sha2 v0.10.9
22432026-03-19T03:01:35.364Z Checking regex-automata v0.4.14
22442026-03-19T03:01:35.392Z Checking erased-serde v0.3.31
22452026-03-19T03:01:35.598Z Checking pretty-hex v0.4.1
22462026-03-19T03:01:35.727Z Checking rand_chacha v0.9.0
22472026-03-19T03:01:35.755Z Checking ryu v1.0.23
22482026-03-19T03:01:35.895Z Checking tokio-util v0.7.18
22492026-03-19T03:01:35.934Z Checking fastrand v2.3.0
22502026-03-19T03:01:35.978Z Checking slog v2.8.2
22512026-03-19T03:01:35.999Z Checking rand v0.9.2
22522026-03-19T03:01:36.175Z Checking pem-rfc7468 v0.7.0
22532026-03-19T03:01:36.291Z Checking rustls-webpki v0.103.9
22542026-03-19T03:01:36.326Z Checking rustls-native-certs v0.8.3
22552026-03-19T03:01:36.346Z Checking time v0.3.47
22562026-03-19T03:01:36.367Z Checking http-body-util v0.1.3
22572026-03-19T03:01:36.389Z Checking ipnetwork v0.21.1
22582026-03-19T03:01:36.488Z Checking sync_wrapper v1.0.2
22592026-03-19T03:01:36.622Z Checking spin v0.9.8
22602026-03-19T03:01:36.647Z Checking plain v0.2.3
22612026-03-19T03:01:36.670Z Checking flagset v0.4.7
22622026-03-19T03:01:36.693Z Checking tower v0.5.3
22632026-03-19T03:01:36.721Z Checking h2 v0.4.13
22642026-03-19T03:01:36.783Z Checking serde_urlencoded v0.7.1
22652026-03-19T03:01:36.834Z Checking der v0.7.10
22662026-03-19T03:01:36.861Z Checking rustls v0.23.37
22672026-03-19T03:01:36.882Z Checking rand_chacha v0.3.1
22682026-03-19T03:01:37.063Z Checking webpki-roots v1.0.6
22692026-03-19T03:01:37.159Z Checking ucd-trie v0.1.7
22702026-03-19T03:01:37.214Z Checking tinyvec_macros v0.1.1
22712026-03-19T03:01:37.234Z Checking iri-string v0.7.10
22722026-03-19T03:01:37.301Z Checking tinyvec v1.10.0
22732026-03-19T03:01:37.332Z Checking pest v2.8.6
22742026-03-19T03:01:37.737Z Checking rand v0.8.5
22752026-03-19T03:01:37.879Z Checking spki v0.7.3
22762026-03-19T03:01:37.948Z Checking tempfile v3.25.0
22772026-03-19T03:01:37.972Z Checking salsa20 v0.10.2
22782026-03-19T03:01:38.095Z Checking pbkdf2 v0.12.2
22792026-03-19T03:01:38.153Z Checking foreign-types-shared v0.1.1
22802026-03-19T03:01:38.211Z Checking unicode-width v0.2.0
22812026-03-19T03:01:38.239Z Checking scrypt v0.11.0
22822026-03-19T03:01:38.268Z Checking foreign-types v0.3.2
22832026-03-19T03:01:38.358Z Checking regex v1.12.3
22842026-03-19T03:01:38.415Z Checking cbc v0.1.2
22852026-03-19T03:01:38.452Z Checking aes v0.8.4
22862026-03-19T03:01:38.532Z Checking anyhow v1.0.102
22872026-03-19T03:01:38.580Z Checking openssl-sys v0.9.111
22882026-03-19T03:01:38.723Z Checking tower-http v0.6.8
22892026-03-19T03:01:38.744Z Checking crossbeam-utils v0.8.21
22902026-03-19T03:01:38.796Z Checking oxnet v0.1.4
22912026-03-19T03:01:38.819Z Checking mime v0.3.17
22922026-03-19T03:01:38.993Z Checking pkcs5 v0.7.1
22932026-03-19T03:01:39.055Z Checking openapiv3 v2.2.0
22942026-03-19T03:01:39.105Z Checking scroll v0.12.0
22952026-03-19T03:01:39.126Z Checking encoding_rs v0.8.35
22962026-03-19T03:01:39.203Z Checking winnow v0.7.14
22972026-03-19T03:01:39.234Z Checking openssl v0.10.75
22982026-03-19T03:01:39.341Z Checking pkcs8 v0.10.2
22992026-03-19T03:01:39.416Z Checking siphasher v1.0.2
23002026-03-19T03:01:39.576Z Checking data-encoding v2.10.0
23012026-03-19T03:01:39.632Z Checking goblin v0.8.2
23022026-03-19T03:01:39.933Z Checking lazy_static v1.5.0
23032026-03-19T03:01:40.136Z Checking zerocopy v0.7.35
23042026-03-19T03:01:40.184Z Checking tokio-rustls v0.26.4
23052026-03-19T03:01:40.436Z Checking hyper v1.8.1
23062026-03-19T03:01:40.450Z Checking wait-timeout v0.2.1
23072026-03-19T03:01:40.510Z Checking bit-vec v0.8.0
23082026-03-19T03:01:40.648Z Checking utf8parse v0.2.2
23092026-03-19T03:01:40.757Z Checking either v1.15.0
23102026-03-19T03:01:40.787Z Checking managed v0.8.0
23112026-03-19T03:01:40.812Z Checking psl-types v2.0.11
23122026-03-19T03:01:40.910Z Checking anstyle v1.0.13
23132026-03-19T03:01:40.927Z Checking quick-error v1.2.3
23142026-03-19T03:01:40.952Z Checking bitflags v1.3.2
23152026-03-19T03:01:41.002Z Checking publicsuffix v2.3.0
23162026-03-19T03:01:41.047Z Checking bit-set v0.8.0
23172026-03-19T03:01:41.071Z Checking anstyle-parse v0.2.7
23182026-03-19T03:01:41.099Z Checking rusty-fork v0.3.1
23192026-03-19T03:01:41.147Z Checking dtrace-parser v0.2.0
23202026-03-19T03:01:41.217Z Checking cookie v0.18.1
23212026-03-19T03:01:41.253Z Checking unicode-normalization v0.1.25
23222026-03-19T03:01:41.332Z Checking rand_xorshift v0.4.0
23232026-03-19T03:01:41.341Z Checking sha1 v0.10.6
23242026-03-19T03:01:41.412Z Checking thread-id v4.2.2
23252026-03-19T03:01:41.463Z Checking colorchoice v1.0.4
23262026-03-19T03:01:41.494Z Checking unarray v0.1.4
23272026-03-19T03:01:41.526Z Checking is_terminal_polyfill v1.70.2
23282026-03-19T03:01:41.536Z Checking anstyle-query v1.1.5
23292026-03-19T03:01:41.584Z Checking cookie_store v0.22.1
23302026-03-19T03:01:41.621Z Checking proptest v1.10.0
23312026-03-19T03:01:41.628Z Checking rustls-platform-verifier v0.6.2
23322026-03-19T03:01:41.658Z Checking anstream v0.6.21
23332026-03-19T03:01:41.683Z Checking hyper-util v0.1.20
23342026-03-19T03:01:41.765Z Checking crossbeam-epoch v0.9.18
23352026-03-19T03:01:41.807Z Checking terminal_size v0.4.3
23362026-03-19T03:01:41.926Z Checking scroll v0.13.0
23372026-03-19T03:01:41.954Z Checking hex v0.4.3
23382026-03-19T03:01:42.020Z Checking num-integer v0.1.46
23392026-03-19T03:01:42.068Z Checking simd-adler32 v0.3.8
23402026-03-19T03:01:42.120Z Checking native-tls v0.2.18
23412026-03-19T03:01:42.235Z Checking goblin v0.10.5
23422026-03-19T03:01:42.261Z Checking crossbeam-deque v0.8.6
23432026-03-19T03:01:42.298Z Checking bstr v1.12.1
23442026-03-19T03:01:42.330Z Checking ref-cast v1.0.25
23452026-03-19T03:01:42.351Z Checking dof v0.3.0
23462026-03-19T03:01:42.355Z Checking tokio-native-tls v0.3.1
23472026-03-19T03:01:42.457Z Checking rustix v0.38.44
23482026-03-19T03:01:42.490Z Checking camino v1.2.2
23492026-03-19T03:01:42.552Z Checking crc32fast v1.5.0
23502026-03-19T03:01:42.735Z Checking signature v2.2.0
23512026-03-19T03:01:42.756Z Checking usdt-impl v0.5.0
23522026-03-19T03:01:42.841Z Checking toml_datetime v0.6.11
23532026-03-19T03:01:42.844Z Checking serde_spanned v0.6.9
23542026-03-19T03:01:42.905Z Checking ff v0.13.1
23552026-03-19T03:01:43.018Z Checking adler2 v2.0.1
23562026-03-19T03:01:43.071Z Checking unicode-bidi v0.3.18
23572026-03-19T03:01:43.092Z Checking clap_lex v1.0.0
23582026-03-19T03:01:43.120Z Checking base16ct v0.2.0
23592026-03-19T03:01:43.156Z Checking unicode-properties v0.1.4
23602026-03-19T03:01:43.282Z Checking strsim v0.11.1
23612026-03-19T03:01:43.302Z Checking sec1 v0.7.3
23622026-03-19T03:01:43.389Z Checking hyper-rustls v0.27.7
23632026-03-19T03:01:43.410Z Checking hyper-tls v0.6.0
23642026-03-19T03:01:43.464Z Checking stringprep v0.1.5
23652026-03-19T03:01:43.494Z Checking clap_builder v4.5.60
23662026-03-19T03:01:43.628Z Checking miniz_oxide v0.8.9
23672026-03-19T03:01:43.652Z Checking group v0.13.0
23682026-03-19T03:01:43.653Z Checking rayon-core v1.13.0
23692026-03-19T03:01:43.676Z Checking num-iter v0.1.45
23702026-03-19T03:01:43.682Z Checking reqwest v0.12.28
23712026-03-19T03:01:43.801Z Checking reqwest v0.13.2
23722026-03-19T03:01:43.819Z Checking toml_parser v1.0.9+spec-1.1.0
23732026-03-19T03:01:44.063Z Checking dtrace-parser v0.3.0
23742026-03-19T03:01:44.068Z Checking hkdf v0.12.4
23752026-03-19T03:01:44.586Z Checking newtype-uuid v1.3.2
23762026-03-19T03:01:44.589Z Checking strum v0.26.3
23772026-03-19T03:01:44.590Z Checking zstd-sys v2.0.16+zstd.1.5.7
23782026-03-19T03:01:44.590Z Checking hash32 v0.2.1
23792026-03-19T03:01:44.590Z Checking md-5 v0.10.6
23802026-03-19T03:01:44.590Z Checking crypto-bigint v0.5.5
23812026-03-19T03:01:44.590Z Checking daft v0.1.5
23822026-03-19T03:01:44.590Z Checking toml_datetime v0.7.5+spec-1.1.0
23832026-03-19T03:01:44.593Z Checking thread-id v5.1.0
23842026-03-19T03:01:44.694Z Checking zlib-rs v0.6.2
23852026-03-19T03:01:44.764Z Checking unicode-segmentation v1.12.0
23862026-03-19T03:01:44.889Z Checking fallible-iterator v0.2.0
23872026-03-19T03:01:44.903Z Checking heapless v0.7.17
23882026-03-19T03:01:44.974Z Checking zstd-safe v7.2.4
23892026-03-19T03:01:45.187Z Checking rayon v1.11.0
23902026-03-19T03:01:45.207Z Checking postgres-protocol v0.6.10
23912026-03-19T03:01:45.210Z Checking itertools v0.12.1
23922026-03-19T03:01:45.210Z Checking clap v4.5.60
23932026-03-19T03:01:45.328Z Checking phf_shared v0.13.1
23942026-03-19T03:01:45.440Z Checking console v0.16.2
23952026-03-19T03:01:45.548Z Checking dof v0.4.0
23962026-03-19T03:01:45.613Z Checking curve25519-dalek v4.1.3
23972026-03-19T03:01:45.683Z Checking memoffset v0.9.1
23982026-03-19T03:01:45.809Z Checking elliptic-curve v0.13.8
23992026-03-19T03:01:45.810Z Checking bzip2-sys v0.1.13+1.0.8
24002026-03-19T03:01:45.852Z Checking signal-hook v0.3.18
24012026-03-19T03:01:45.889Z Checking memmap2 v0.9.10
24022026-03-19T03:01:45.942Z Checking flate2 v1.1.9
24032026-03-19T03:01:46.094Z Checking foldhash v0.1.5
24042026-03-19T03:01:46.118Z Checking fixedbitset v0.4.2
24052026-03-19T03:01:46.218Z Checking winnow v0.5.40
24062026-03-19T03:01:46.269Z Checking libbz2-rs-sys v0.2.2
24072026-03-19T03:01:46.716Z Checking unit-prefix v0.5.2
24082026-03-19T03:01:46.720Z Checking toml_write v0.1.2
24092026-03-19T03:01:46.720Z Checking usdt-impl v0.6.0
24102026-03-19T03:01:46.720Z Checking bumpalo v3.20.2
24112026-03-19T03:01:46.720Z Checking toml_edit v0.22.27
24122026-03-19T03:01:46.720Z Checking zone v0.3.1
24132026-03-19T03:01:46.720Z Checking petgraph v0.6.5
24142026-03-19T03:01:46.740Z Checking zopfli v0.8.3
24152026-03-19T03:01:46.786Z Checking usdt v0.6.0
24162026-03-19T03:01:46.807Z Checking bzip2 v0.6.1
24172026-03-19T03:01:47.012Z Checking hashbrown v0.15.5
24182026-03-19T03:01:47.027Z Checking signal-hook-mio v0.2.5
24192026-03-19T03:01:47.122Z Checking bzip2 v0.4.4
24202026-03-19T03:01:47.146Z Checking nix v0.31.1
24212026-03-19T03:01:47.181Z Checking postgres-types v0.2.12
24222026-03-19T03:01:47.282Z Checking indicatif v0.18.4
24232026-03-19T03:01:47.334Z Checking phf v0.13.1
24242026-03-19T03:01:47.538Z Checking smoltcp v0.9.1
24252026-03-19T03:01:47.618Z Checking similar v2.7.0
24262026-03-19T03:01:47.642Z Checking zstd v0.13.3
24272026-03-19T03:01:47.796Z Checking num-bigint-dig v0.8.6
24282026-03-19T03:01:47.850Z Checking toml_edit v0.19.15
24292026-03-19T03:01:47.894Z Checking ed25519 v2.2.3
24302026-03-19T03:01:48.117Z Checking phf_shared v0.11.3
24312026-03-19T03:01:48.139Z Checking pkcs1 v0.7.5
24322026-03-19T03:01:48.145Z Checking tokio-stream v0.1.18
24332026-03-19T03:01:48.333Z Checking strum v0.27.2
24342026-03-19T03:01:48.370Z Checking hubpack v0.1.2
24352026-03-19T03:01:48.423Z Checking rfc6979 v0.4.0
24362026-03-19T03:01:48.451Z Checking serde-big-array v0.5.1
24372026-03-19T03:01:48.473Z Checking float-cmp v0.10.0
24382026-03-19T03:01:48.568Z Checking env_filter v1.0.0
24392026-03-19T03:01:48.571Z Checking difflib v0.4.0
24402026-03-19T03:01:48.612Z Checking static_assertions v1.1.0
24412026-03-19T03:01:48.628Z Checking precomputed-hash v0.1.1
24422026-03-19T03:01:48.652Z Checking predicates-core v1.0.10
24432026-03-19T03:01:48.682Z Checking rustc-hash v2.1.1
24442026-03-19T03:01:48.706Z Checking new_debug_unreachable v1.0.6
24452026-03-19T03:01:48.735Z Checking keccak v0.1.6
24462026-03-19T03:01:48.867Z Checking jiff v0.2.21
24472026-03-19T03:01:48.890Z Checking normalize-line-endings v0.3.0
24482026-03-19T03:01:48.891Z Checking fixedbitset v0.5.7
24492026-03-19T03:01:48.891Z Checking whoami v2.1.0
24502026-03-19T03:01:48.891Z Checking iddqd v0.3.17
24512026-03-19T03:01:48.907Z Checking predicates v3.1.4
24522026-03-19T03:01:48.949Z Checking sha3 v0.10.8
24532026-03-19T03:01:48.953Z Checking rsa v0.9.10
24542026-03-19T03:01:49.074Z Checking petgraph v0.8.3
24552026-03-19T03:01:49.095Z Checking tokio-postgres v0.7.16
24562026-03-19T03:01:49.220Z Checking string_cache v0.8.9
24572026-03-19T03:01:49.309Z Checking toml v0.7.8
24582026-03-19T03:01:49.329Z Checking env_logger v0.11.9
24592026-03-19T03:01:49.440Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24602026-03-19T03:01:49.588Z Checking ecdsa v0.16.9
24612026-03-19T03:01:49.618Z Checking ed25519-dalek v2.2.0
24622026-03-19T03:01:49.767Z Checking zip v0.6.6
24632026-03-19T03:01:49.926Z Checking crossterm v0.28.1
24642026-03-19T03:01:50.058Z Checking serde_with v3.17.0
24652026-03-19T03:01:50.076Z Checking itertools v0.13.0
24662026-03-19T03:01:50.198Z Checking hickory-proto v0.25.2
24672026-03-19T03:01:50.817Z Checking x509-cert v0.2.5
24682026-03-19T03:01:50.949Z Checking fs-err v3.3.0
24692026-03-19T03:01:51.327Z Checking ahash v0.8.12
24702026-03-19T03:01:51.344Z Checking object v0.37.3
24712026-03-19T03:01:51.601Z Checking buf-list v1.1.2
24722026-03-19T03:01:51.635Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24732026-03-19T03:01:51.755Z Checking peg-runtime v0.8.5
24742026-03-19T03:01:51.792Z Checking lalrpop-util v0.19.12
24752026-03-19T03:01:51.928Z Checking zip v4.6.1
24762026-03-19T03:01:51.959Z Compiling structmeta-derive v0.3.0
24772026-03-19T03:01:52.025Z Compiling rustls v0.22.4
24782026-03-19T03:01:52.042Z Compiling newtype-uuid-macros v0.1.0
24792026-03-19T03:01:52.078Z Compiling multer v3.1.0
24802026-03-19T03:01:52.285Z Compiling async-stream-impl v0.3.6
24812026-03-19T03:01:52.382Z Checking futures-executor v0.3.32
24822026-03-19T03:01:52.548Z Checking regress v0.10.5
24832026-03-19T03:01:52.743Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24842026-03-19T03:01:53.053Z Compiling dropshot v0.16.7
24852026-03-19T03:01:53.073Z Checking futures v0.3.32
24862026-03-19T03:01:53.176Z Compiling dropshot_endpoint v0.16.7
24872026-03-19T03:01:53.239Z Checking thread_local v1.1.9
24882026-03-19T03:01:53.357Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24892026-03-19T03:01:53.378Z Compiling structmeta v0.3.0
24902026-03-19T03:01:53.498Z Checking crossbeam-channel v0.5.15
24912026-03-19T03:01:53.660Z Compiling derive-ex v0.1.8
24922026-03-19T03:01:53.827Z Checking is-terminal v0.4.17
24932026-03-19T03:01:53.920Z Checking take_mut v0.2.2
24942026-03-19T03:01:53.949Z Checking term v1.2.1
24952026-03-19T03:01:54.057Z Checking slog-async v2.8.0
24962026-03-19T03:01:54.089Z Compiling parse-display-derive v0.10.0
24972026-03-19T03:01:54.250Z Checking slog-term v2.9.2
24982026-03-19T03:01:54.283Z Checking rustls-webpki v0.102.8
24992026-03-19T03:01:54.512Z Checking serde_spanned v1.0.4
25002026-03-19T03:01:54.610Z Checking toml_writer v1.0.6+spec-1.1.0
25012026-03-19T03:01:54.687Z Checking match_cfg v0.1.0
25022026-03-19T03:01:54.707Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25032026-03-19T03:01:54.778Z Checking debug-ignore v1.0.5
25042026-03-19T03:01:54.822Z Checking hostname v0.3.1
25052026-03-19T03:01:54.857Z Checking toml v0.9.12+spec-1.1.0
25062026-03-19T03:01:54.908Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25072026-03-19T03:01:54.952Z Checking slog-json v2.6.1
25082026-03-19T03:01:55.100Z Checking macaddr v1.0.1
25092026-03-19T03:01:55.161Z Checking slog-bunyan v2.5.0
25102026-03-19T03:01:55.346Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25112026-03-19T03:01:55.366Z Checking async-stream v0.3.6
25122026-03-19T03:01:55.660Z Checking waitgroup v0.1.2
25132026-03-19T03:01:55.726Z Checking rustls-pemfile v2.2.0
25142026-03-19T03:01:55.794Z Checking serde_path_to_error v0.1.20
25152026-03-19T03:01:55.846Z Checking hostname v0.4.2
25162026-03-19T03:01:55.875Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25172026-03-19T03:01:55.914Z Checking progenitor-client v0.13.0
25182026-03-19T03:01:55.988Z Checking progenitor-client v0.10.0
25192026-03-19T03:01:56.019Z Compiling itertools v0.14.0
25202026-03-19T03:01:56.084Z Compiling test-strategy v0.4.5
25212026-03-19T03:01:56.187Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25222026-03-19T03:01:56.226Z Checking backon v1.6.0
25232026-03-19T03:01:56.286Z Checking instant v0.1.13
25242026-03-19T03:01:56.396Z Checking backoff v0.4.0
25252026-03-19T03:01:56.405Z Checking parse-display v0.10.0
25262026-03-19T03:01:56.445Z Checking progenitor-extras v0.1.1
25272026-03-19T03:01:56.607Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
25282026-03-19T03:01:56.629Z Checking heck v0.5.0
25292026-03-19T03:01:56.874Z Checking tokio-rustls v0.25.0
25302026-03-19T03:01:56.934Z Compiling toml_edit v0.23.10+spec-1.0.0
25312026-03-19T03:01:57.089Z Compiling crucible-workspace-hack v0.1.0
25322026-03-19T03:01:57.255Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25332026-03-19T03:01:57.314Z Compiling convert_case v0.4.0
25342026-03-19T03:01:57.524Z Compiling heapless v0.8.0
25352026-03-19T03:01:57.755Z Compiling ingot-macros v0.1.1
25362026-03-19T03:01:57.825Z Compiling derive_more v0.99.20
25372026-03-19T03:01:57.965Z Compiling proc-macro-crate v3.4.0
25382026-03-19T03:01:58.140Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25392026-03-19T03:01:58.188Z Checking hash32 v0.3.1
25402026-03-19T03:01:58.388Z Checking secrecy v0.10.3
25412026-03-19T03:01:58.447Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25422026-03-19T03:01:58.511Z Compiling smoltcp v0.11.0
25432026-03-19T03:01:58.660Z Compiling prettyplease v0.2.37
25442026-03-19T03:01:58.712Z Compiling num_enum_derive v0.7.5
25452026-03-19T03:01:58.962Z Compiling typify-impl v0.6.1
25462026-03-19T03:01:58.988Z Checking tabwriter v1.4.1
25472026-03-19T03:01:59.180Z Checking cobs v0.3.0
25482026-03-19T03:01:59.260Z Compiling foreign-types-macros v0.2.3
25492026-03-19T03:01:59.472Z Checking foreign-types-shared v0.3.1
25502026-03-19T03:01:59.592Z Checking cpufeatures v0.3.0
25512026-03-19T03:01:59.691Z Compiling unsafe-libyaml v0.2.11
25522026-03-19T03:01:59.719Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25532026-03-19T03:02:00.036Z Checking foreign-types v0.5.0
25542026-03-19T03:02:00.076Z Checking chacha20 v0.10.0
25552026-03-19T03:02:00.158Z Checking num_enum v0.7.5
25562026-03-19T03:02:00.428Z Checking postcard v1.1.3
25572026-03-19T03:02:00.523Z Compiling serde_yaml v0.9.34+deprecated
25582026-03-19T03:02:01.411Z Compiling proc-macro-crate v1.3.1
25592026-03-19T03:02:01.505Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25602026-03-19T03:02:01.686Z Checking ingot-types v0.1.2
25612026-03-19T03:02:01.973Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25622026-03-19T03:02:02.044Z Checking cstr-argument v0.1.2
25632026-03-19T03:02:02.191Z Checking ingot v0.1.1
25642026-03-19T03:02:02.209Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25652026-03-19T03:02:02.261Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
25662026-03-19T03:02:02.445Z Checking colored v3.1.1
25672026-03-19T03:02:02.524Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25682026-03-19T03:02:02.543Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25692026-03-19T03:02:02.637Z Compiling num_enum_derive v0.5.11
25702026-03-19T03:02:02.750Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25712026-03-19T03:02:02.860Z Checking rand v0.10.0
25722026-03-19T03:02:03.927Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25732026-03-19T03:02:04.391Z Checking num_enum v0.5.11
25742026-03-19T03:02:04.517Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25752026-03-19T03:02:04.953Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
25762026-03-19T03:02:05.384Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25772026-03-19T03:02:05.478Z Compiling typify-macro v0.6.1
25782026-03-19T03:02:05.627Z Compiling typify-impl v0.4.3
25792026-03-19T03:02:05.701Z Checking camino-tempfile v1.4.1
25802026-03-19T03:02:05.736Z Checking num-rational v0.4.2
25812026-03-19T03:02:06.138Z Checking half v2.7.1
25822026-03-19T03:02:06.314Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25832026-03-19T03:02:06.491Z Compiling thiserror-impl-no-std v2.0.2
25842026-03-19T03:02:06.511Z Checking universal-hash v0.5.1
25852026-03-19T03:02:06.631Z Checking num-complex v0.4.6
25862026-03-19T03:02:06.676Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25872026-03-19T03:02:06.995Z Checking ciborium-io v0.2.2
25882026-03-19T03:02:07.117Z Checking opaque-debug v0.3.1
25892026-03-19T03:02:07.136Z Checking ciborium-ll v0.2.2
25902026-03-19T03:02:07.136Z Checking num v0.4.3
25912026-03-19T03:02:07.202Z Checking poly1305 v0.8.0
25922026-03-19T03:02:07.251Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25932026-03-19T03:02:07.314Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25942026-03-19T03:02:07.394Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25952026-03-19T03:02:07.558Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25962026-03-19T03:02:07.789Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25972026-03-19T03:02:07.878Z Compiling typify v0.6.1
25982026-03-19T03:02:08.017Z Checking toml v0.8.23
25992026-03-19T03:02:08.118Z Checking thiserror-no-std v2.0.2
26002026-03-19T03:02:08.231Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26012026-03-19T03:02:08.470Z Checking password-hash v0.5.0
26022026-03-19T03:02:08.490Z Checking chacha20 v0.9.1
26032026-03-19T03:02:08.750Z Compiling usdt-attr-macro v0.5.0
26042026-03-19T03:02:08.786Z Compiling usdt-macro v0.5.0
26052026-03-19T03:02:09.020Z Checking smf v0.2.3
26062026-03-19T03:02:09.351Z Checking blake2 v0.10.6
26072026-03-19T03:02:09.508Z Checking aead v0.5.2
26082026-03-19T03:02:09.522Z Checking memmap v0.7.0
26092026-03-19T03:02:09.686Z Checking sigpipe v0.1.3
26102026-03-19T03:02:09.731Z Compiling num-derive v0.4.2
26112026-03-19T03:02:09.742Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26122026-03-19T03:02:09.782Z Checking float-ord v0.3.2
26132026-03-19T03:02:09.827Z Checking glob v0.3.3
26142026-03-19T03:02:09.985Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26152026-03-19T03:02:10.015Z Checking usdt v0.5.0
26162026-03-19T03:02:10.057Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26172026-03-19T03:02:10.262Z Checking chacha20poly1305 v0.10.1
26182026-03-19T03:02:10.274Z Checking argon2 v0.5.3
26192026-03-19T03:02:10.481Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26202026-03-19T03:02:10.525Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26212026-03-19T03:02:10.713Z Checking vsss-rs v3.3.4
26222026-03-19T03:02:10.745Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26232026-03-19T03:02:10.781Z Compiling progenitor-impl v0.13.0
26242026-03-19T03:02:11.014Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
26252026-03-19T03:02:11.511Z Checking ciborium v0.2.2
26262026-03-19T03:02:11.599Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26272026-03-19T03:02:11.829Z Checking indent_write v2.2.0
26282026-03-19T03:02:11.895Z Compiling semver v0.1.20
26292026-03-19T03:02:11.955Z Checking whoami v1.6.1
26302026-03-19T03:02:11.999Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26312026-03-19T03:02:12.145Z Compiling typify-macro v0.4.3
26322026-03-19T03:02:12.258Z Compiling rustc_version v0.1.7
26332026-03-19T03:02:12.398Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26342026-03-19T03:02:12.562Z Compiling pin-project-internal v1.1.11
26352026-03-19T03:02:13.172Z Checking swrite v0.1.0
26362026-03-19T03:02:13.292Z Compiling minimal-lexical v0.2.1
26372026-03-19T03:02:13.319Z Checking linked-hash-map v0.5.6
26382026-03-19T03:02:13.545Z Checking lru-cache v0.1.2
26392026-03-19T03:02:13.638Z Compiling nom v7.1.3
26402026-03-19T03:02:13.701Z Compiling newtype_derive v0.1.6
26412026-03-19T03:02:14.133Z Checking pin-project v1.1.11
26422026-03-19T03:02:14.261Z Checking newline-converter v0.3.0
26432026-03-19T03:02:14.405Z Checking atomicwrites v0.4.4
26442026-03-19T03:02:14.475Z Compiling typify v0.4.3
26452026-03-19T03:02:14.508Z Compiling progenitor-macro v0.13.0
26462026-03-19T03:02:14.571Z Checking hickory-proto v0.24.4
26472026-03-19T03:02:14.615Z Checking phf_shared v0.12.1
26482026-03-19T03:02:14.633Z Checking console v0.15.11
26492026-03-19T03:02:14.671Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26502026-03-19T03:02:15.020Z Checking pem v3.0.6
26512026-03-19T03:02:15.240Z Checking csv-core v0.1.13
26522026-03-19T03:02:15.539Z Compiling snafu-derive v0.8.9
26532026-03-19T03:02:15.561Z Compiling derive-where v1.6.0
26542026-03-19T03:02:15.581Z Compiling async-recursion v1.1.1
26552026-03-19T03:02:16.503Z Compiling slog-dtrace v0.3.0
26562026-03-19T03:02:16.754Z Compiling owo-colors v4.3.0
26572026-03-19T03:02:17.167Z Checking resolv-conf v0.7.6
26582026-03-19T03:02:17.187Z Compiling cancel-safe-futures v0.1.5
26592026-03-19T03:02:17.392Z Checking same-file v1.0.6
26602026-03-19T03:02:17.416Z Compiling chrono-tz v0.10.4
26612026-03-19T03:02:17.456Z Checking unicode-width v0.1.14
26622026-03-19T03:02:17.609Z Checking highway v1.3.0
26632026-03-19T03:02:17.677Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26642026-03-19T03:02:17.698Z Checking walkdir v2.5.0
26652026-03-19T03:02:17.823Z Compiling const_format_proc_macros v0.2.34
26662026-03-19T03:02:17.859Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26672026-03-19T03:02:17.918Z Checking hickory-resolver v0.24.4
26682026-03-19T03:02:18.259Z Checking snafu v0.8.9
26692026-03-19T03:02:18.856Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26702026-03-19T03:02:18.877Z Checking csv v1.4.0
26712026-03-19T03:02:18.915Z Checking expectorate v1.2.0
26722026-03-19T03:02:18.941Z Checking phf v0.12.1
26732026-03-19T03:02:19.130Z Compiling progenitor-impl v0.10.0
26742026-03-19T03:02:19.217Z Checking tokio-dtrace v0.1.1
26752026-03-19T03:02:19.388Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
26762026-03-19T03:02:19.449Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26772026-03-19T03:02:19.491Z Checking globset v0.4.18
26782026-03-19T03:02:19.671Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26792026-03-19T03:02:19.760Z Checking olpc-cjson v0.1.4
26802026-03-19T03:02:19.846Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26812026-03-19T03:02:19.943Z Checking libsw-core v0.3.2
26822026-03-19T03:02:20.145Z Checking serde_plain v1.0.2
26832026-03-19T03:02:20.165Z Checking arc-swap v1.8.2
26842026-03-19T03:02:20.189Z Compiling lzma-sys v0.1.20
26852026-03-19T03:02:20.488Z Checking bytecount v0.6.9
26862026-03-19T03:02:20.631Z Checking utf-8 v0.7.6
26872026-03-19T03:02:20.658Z Checking typed-path v0.9.3
26882026-03-19T03:02:20.811Z Checking tungstenite v0.21.0
26892026-03-19T03:02:21.401Z Checking papergrid v0.11.0
26902026-03-19T03:02:21.544Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26912026-03-19T03:02:21.706Z Checking progenitor v0.13.0
26922026-03-19T03:02:21.762Z Checking slog-scope v4.4.1
26932026-03-19T03:02:21.794Z Checking tough v0.20.0
26942026-03-19T03:02:21.884Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26952026-03-19T03:02:21.944Z Checking libsw v3.5.0
26962026-03-19T03:02:22.179Z Checking oxide-tokio-rt v0.1.3
26972026-03-19T03:02:22.252Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26982026-03-19T03:02:22.396Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
26992026-03-19T03:02:22.724Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27002026-03-19T03:02:22.824Z Checking const_format v0.2.35
27012026-03-19T03:02:22.896Z Compiling progenitor-macro v0.10.0
27022026-03-19T03:02:23.143Z Checking qorb v0.4.1
27032026-03-19T03:02:23.678Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27042026-03-19T03:02:24.532Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
27052026-03-19T03:02:24.588Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
27062026-03-19T03:02:24.692Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27072026-03-19T03:02:24.750Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
27082026-03-19T03:02:24.820Z Compiling cargo_toml v0.22.3
27092026-03-19T03:02:25.022Z Checking gethostname v0.5.0
27102026-03-19T03:02:25.137Z Compiling tabled_derive v0.7.0
27112026-03-19T03:02:25.199Z Checking bcs v0.1.6
27122026-03-19T03:02:25.306Z Checking linear-map v1.2.0
27132026-03-19T03:02:25.425Z Checking smawk v0.3.2
27142026-03-19T03:02:25.558Z Checking unicode-linebreak v0.1.5
27152026-03-19T03:02:25.598Z Checking termtree v0.5.1
27162026-03-19T03:02:25.618Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27172026-03-19T03:02:25.782Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27182026-03-19T03:02:25.850Z Checking textwrap v0.16.2
27192026-03-19T03:02:26.150Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27202026-03-19T03:02:26.328Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
27212026-03-19T03:02:26.498Z Checking tabled v0.15.0
27222026-03-19T03:02:26.928Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27232026-03-19T03:02:27.432Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27242026-03-19T03:02:27.471Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27252026-03-19T03:02:27.693Z Checking steno v0.4.1
27262026-03-19T03:02:27.715Z Checking slog-stdlog v4.1.1
27272026-03-19T03:02:27.877Z Checking tokio-tungstenite v0.21.0
27282026-03-19T03:02:28.249Z Checking typeid v1.0.3
27292026-03-19T03:02:28.297Z Checking base64 v0.21.7
27302026-03-19T03:02:28.387Z Checking humantime v2.3.0
27312026-03-19T03:02:28.634Z Checking ron v0.12.0
27322026-03-19T03:02:28.654Z Checking xz2 v0.1.7
27332026-03-19T03:02:28.883Z Checking slog-envlogger v2.2.0
27342026-03-19T03:02:28.903Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
27352026-03-19T03:02:29.072Z Checking yasna v0.5.2
27362026-03-19T03:02:29.078Z Checking headers-core v0.3.0
27372026-03-19T03:02:29.213Z Checking filetime v0.2.27
27382026-03-19T03:02:29.388Z Checking xattr v1.6.1
27392026-03-19T03:02:29.409Z Checking base16ct v1.0.0
27402026-03-19T03:02:29.565Z Checking tar v0.4.44
27412026-03-19T03:02:29.586Z Checking headers v0.4.1
27422026-03-19T03:02:29.629Z Checking rcgen v0.12.1
27432026-03-19T03:02:29.669Z Checking subprocess v0.2.15
27442026-03-19T03:02:30.104Z Checking progenitor v0.10.0
27452026-03-19T03:02:30.221Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27462026-03-19T03:02:37.892Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27472026-03-19T03:02:46.236Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27482026-03-19T03:02:48.023Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27492026-03-19T03:02:49.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 22s
27502026-03-19T03:02:49.846Z
27512026-03-19T03:02:49.846Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/259)
27522026-03-19T03:02:50.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27532026-03-19T03:02:50.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27542026-03-19T03:02:50.880Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27552026-03-19T03:02:52.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.77s
27562026-03-19T03:02:52.857Z
27572026-03-19T03:02:52.857Zinfo: running `cargo check --bins` on nexus-config (51/259)
27582026-03-19T03:02:53.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27592026-03-19T03:02:53.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27602026-03-19T03:02:53.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27612026-03-19T03:02:53.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
27622026-03-19T03:02:53.697Z
27632026-03-19T03:02:53.698Zinfo: running `cargo check --bins` on nexus-types (52/259)
27642026-03-19T03:02:54.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27652026-03-19T03:02:54.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27662026-03-19T03:02:54.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27672026-03-19T03:02:54.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
27682026-03-19T03:02:54.534Z
27692026-03-19T03:02:54.534Zinfo: running `cargo check --bins` on clickhouse-admin-types (53/259)
27702026-03-19T03:02:55.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27712026-03-19T03:02:55.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27722026-03-19T03:02:55.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27732026-03-19T03:02:55.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
27742026-03-19T03:02:55.327Z
27752026-03-19T03:02:55.327Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (54/259)
27762026-03-19T03:02:56.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27772026-03-19T03:02:56.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27782026-03-19T03:02:56.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27792026-03-19T03:02:56.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
27802026-03-19T03:02:56.129Z
27812026-03-19T03:02:56.129Zinfo: running `cargo check --bins` on cockroach-admin-types (55/259)
27822026-03-19T03:02:56.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27832026-03-19T03:02:56.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27842026-03-19T03:02:56.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27852026-03-19T03:02:56.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
27862026-03-19T03:02:56.899Z
27872026-03-19T03:02:56.899Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (56/259)
27882026-03-19T03:02:57.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27892026-03-19T03:02:57.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27902026-03-19T03:02:57.583Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27912026-03-19T03:02:57.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
27922026-03-19T03:02:57.686Z
27932026-03-19T03:02:57.686Zinfo: running `cargo check --bins` on ereport-types (57/259)
27942026-03-19T03:02:58.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27952026-03-19T03:02:58.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27962026-03-19T03:02:58.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27972026-03-19T03:02:58.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
27982026-03-19T03:02:58.466Z
27992026-03-19T03:02:58.466Zinfo: running `cargo check --bins` on gateway-client (58/259)
28002026-03-19T03:02:59.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28012026-03-19T03:02:59.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28022026-03-19T03:02:59.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28032026-03-19T03:02:59.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28042026-03-19T03:02:59.252Z
28052026-03-19T03:02:59.252Zinfo: running `cargo check --bins --no-default-features` on gateway-types (59/259)
28062026-03-19T03:02:59.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28072026-03-19T03:02:59.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28082026-03-19T03:02:59.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28092026-03-19T03:02:59.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28102026-03-19T03:03:00.034Z
28112026-03-19T03:03:00.034Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (60/259)
28122026-03-19T03:03:00.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28132026-03-19T03:03:00.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28142026-03-19T03:03:00.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28152026-03-19T03:03:00.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28162026-03-19T03:03:00.822Z
28172026-03-19T03:03:00.822Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (61/259)
28182026-03-19T03:03:01.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28192026-03-19T03:03:01.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28202026-03-19T03:03:01.506Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28212026-03-19T03:03:01.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28222026-03-19T03:03:01.605Z
28232026-03-19T03:03:01.605Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (62/259)
28242026-03-19T03:03:02.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28252026-03-19T03:03:02.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28262026-03-19T03:03:02.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28272026-03-19T03:03:02.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28282026-03-19T03:03:02.385Z
28292026-03-19T03:03:02.385Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (63/259)
28302026-03-19T03:03:03.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28312026-03-19T03:03:03.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28322026-03-19T03:03:03.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28332026-03-19T03:03:03.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28342026-03-19T03:03:03.188Z
28352026-03-19T03:03:03.188Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (64/259)
28362026-03-19T03:03:03.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28372026-03-19T03:03:03.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28382026-03-19T03:03:03.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28392026-03-19T03:03:03.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28402026-03-19T03:03:03.990Z
28412026-03-19T03:03:03.990Zinfo: running `cargo check --bins` on key-manager-types (65/259)
28422026-03-19T03:03:04.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28432026-03-19T03:03:04.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28442026-03-19T03:03:04.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28452026-03-19T03:03:04.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28462026-03-19T03:03:04.766Z
28472026-03-19T03:03:04.766Zinfo: running `cargo check --bins` on oxlog (66/259)
28482026-03-19T03:03:05.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28492026-03-19T03:03:05.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28502026-03-19T03:03:05.591Z Compiling newtype-uuid v1.3.2
28512026-03-19T03:03:05.850Z Compiling daft v0.1.5
28522026-03-19T03:03:06.119Z Compiling iddqd v0.3.17
28532026-03-19T03:03:07.386Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28542026-03-19T03:03:07.675Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28552026-03-19T03:03:08.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.27s
28562026-03-19T03:03:08.239Z
28572026-03-19T03:03:08.239Zinfo: running `cargo check --bins` on internal-dns-types (67/259)
28582026-03-19T03:03:08.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28592026-03-19T03:03:08.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28602026-03-19T03:03:08.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28612026-03-19T03:03:08.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28622026-03-19T03:03:09.020Z
28632026-03-19T03:03:09.020Zinfo: running `cargo check --bins` on internal-dns-types-versions (68/259)
28642026-03-19T03:03:09.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28652026-03-19T03:03:09.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28662026-03-19T03:03:09.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28672026-03-19T03:03:09.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28682026-03-19T03:03:09.811Z
28692026-03-19T03:03:09.811Zinfo: running `cargo check --bins` on nexus-types-versions (69/259)
28702026-03-19T03:03:10.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28712026-03-19T03:03:10.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28722026-03-19T03:03:10.532Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28732026-03-19T03:03:10.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
28742026-03-19T03:03:10.640Z
28752026-03-19T03:03:10.640Zinfo: running `cargo check --bins` on omicron-passwords (70/259)
28762026-03-19T03:03:11.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28772026-03-19T03:03:11.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28782026-03-19T03:03:11.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28792026-03-19T03:03:11.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28802026-03-19T03:03:11.411Z
28812026-03-19T03:03:11.412Zinfo: running `cargo check --bins` on oxql-types (71/259)
28822026-03-19T03:03:12.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28832026-03-19T03:03:12.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28842026-03-19T03:03:12.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28852026-03-19T03:03:12.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28862026-03-19T03:03:12.203Z
28872026-03-19T03:03:12.203Zinfo: running `cargo check --bins` on oximeter-types (72/259)
28882026-03-19T03:03:12.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28892026-03-19T03:03:12.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28902026-03-19T03:03:12.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28912026-03-19T03:03:12.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28922026-03-19T03:03:12.997Z
28932026-03-19T03:03:12.997Zinfo: running `cargo check --bins` on oximeter-types-versions (73/259)
28942026-03-19T03:03:13.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28952026-03-19T03:03:13.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28962026-03-19T03:03:13.699Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28972026-03-19T03:03:13.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28982026-03-19T03:03:13.790Z
28992026-03-19T03:03:13.790Zinfo: running `cargo check --bins` on oximeter-macro-impl (74/259)
29002026-03-19T03:03:14.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29012026-03-19T03:03:14.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29022026-03-19T03:03:14.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29032026-03-19T03:03:14.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
29042026-03-19T03:03:14.558Z
29052026-03-19T03:03:14.558Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (75/259)
29062026-03-19T03:03:15.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29072026-03-19T03:03:15.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29082026-03-19T03:03:15.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29092026-03-19T03:03:15.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
29102026-03-19T03:03:15.368Z
29112026-03-19T03:03:15.368Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (76/259)
29122026-03-19T03:03:16.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29132026-03-19T03:03:16.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29142026-03-19T03:03:16.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29152026-03-19T03:03:16.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
29162026-03-19T03:03:16.184Z
29172026-03-19T03:03:16.184Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (77/259)
29182026-03-19T03:03:16.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29192026-03-19T03:03:16.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29202026-03-19T03:03:16.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29212026-03-19T03:03:16.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
29222026-03-19T03:03:17.000Z
29232026-03-19T03:03:17.000Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (78/259)
29242026-03-19T03:03:17.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29252026-03-19T03:03:17.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29262026-03-19T03:03:17.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29272026-03-19T03:03:17.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
29282026-03-19T03:03:17.819Z
29292026-03-19T03:03:17.819Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (79/259)
29302026-03-19T03:03:18.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29312026-03-19T03:03:18.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29322026-03-19T03:03:18.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29332026-03-19T03:03:18.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
29342026-03-19T03:03:18.597Z
29352026-03-19T03:03:18.598Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (80/259)
29362026-03-19T03:03:19.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29372026-03-19T03:03:19.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29382026-03-19T03:03:19.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29392026-03-19T03:03:19.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
29402026-03-19T03:03:19.374Z
29412026-03-19T03:03:19.374Zinfo: running `cargo check --bins --no-default-features` on gfss (81/259)
29422026-03-19T03:03:20.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29432026-03-19T03:03:20.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29442026-03-19T03:03:20.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29452026-03-19T03:03:20.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
29462026-03-19T03:03:20.142Z
29472026-03-19T03:03:20.142Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (82/259)
29482026-03-19T03:03:20.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29492026-03-19T03:03:20.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29502026-03-19T03:03:20.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29512026-03-19T03:03:20.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
29522026-03-19T03:03:20.950Z
29532026-03-19T03:03:20.950Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (83/259)
29542026-03-19T03:03:21.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29552026-03-19T03:03:21.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29562026-03-19T03:03:21.810Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29572026-03-19T03:03:22.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.55s
29582026-03-19T03:03:22.712Z
29592026-03-19T03:03:22.712Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (84/259)
29602026-03-19T03:03:23.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29612026-03-19T03:03:23.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29622026-03-19T03:03:23.630Z Compiling ar_archive_writer v0.5.1
29632026-03-19T03:03:23.762Z Compiling stacker v0.1.23
29642026-03-19T03:03:23.767Z Compiling cfg_aliases v0.1.1
29652026-03-19T03:03:23.787Z Compiling convert_case v0.10.0
29662026-03-19T03:03:23.790Z Checking fd-lock v4.0.4
29672026-03-19T03:03:23.793Z Checking nibble_vec v0.1.0
29682026-03-19T03:03:23.794Z Checking vte v0.14.1
29692026-03-19T03:03:23.794Z Compiling recursive-proc-macro-impl v0.1.1
29702026-03-19T03:03:23.913Z Compiling nix v0.28.0
29712026-03-19T03:03:24.031Z Checking endian-type v0.1.2
29722026-03-19T03:03:24.044Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29732026-03-19T03:03:24.062Z Checking strip-ansi-escapes v0.2.1
29742026-03-19T03:03:24.140Z Checking radix_trie v0.2.1
29752026-03-19T03:03:24.191Z Compiling peg-macros v0.8.5
29762026-03-19T03:03:24.226Z Compiling derive_more-impl v2.1.1
29772026-03-19T03:03:24.247Z Checking winnow v0.6.26
29782026-03-19T03:03:24.347Z Compiling sqlparser_derive v0.5.0
29792026-03-19T03:03:24.419Z Checking unicode_categories v0.1.1
29802026-03-19T03:03:24.624Z Checking nu-ansi-term v0.50.3
29812026-03-19T03:03:24.642Z Checking home v0.5.12
29822026-03-19T03:03:24.802Z Checking display-error-chain v0.2.2
29832026-03-19T03:03:24.903Z Checking reedline v0.40.0
29842026-03-19T03:03:24.948Z Compiling psm v0.1.30
29852026-03-19T03:03:25.323Z Checking derive_more v2.1.1
29862026-03-19T03:03:25.440Z Checking crossterm v0.29.0
29872026-03-19T03:03:25.705Z Checking peg v0.8.5
29882026-03-19T03:03:25.742Z Checking rustyline v14.0.0
29892026-03-19T03:03:25.867Z Checking sqlformat v0.3.5
29902026-03-19T03:03:25.924Z Checking recursive v0.1.1
29912026-03-19T03:03:26.035Z Checking sqlparser v0.61.0
29922026-03-19T03:03:41.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.22s
29932026-03-19T03:03:42.167Z
29942026-03-19T03:03:42.167Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (85/259)
29952026-03-19T03:03:42.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29962026-03-19T03:03:42.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29972026-03-19T03:03:43.085Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29982026-03-19T03:03:47.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.67s
29992026-03-19T03:03:48.061Z
30002026-03-19T03:03:48.061Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (86/259)
30012026-03-19T03:03:48.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30022026-03-19T03:03:48.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30032026-03-19T03:03:48.980Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30042026-03-19T03:03:52.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.23s
30052026-03-19T03:03:52.509Z
30062026-03-19T03:03:52.509Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (87/259)
30072026-03-19T03:03:53.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30082026-03-19T03:03:53.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30092026-03-19T03:03:53.412Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30102026-03-19T03:03:57.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.33s
30112026-03-19T03:03:58.071Z
30122026-03-19T03:03:58.071Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (88/259)
30132026-03-19T03:03:58.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30142026-03-19T03:03:58.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30152026-03-19T03:03:58.984Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30162026-03-19T03:04:03.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.37s
30172026-03-19T03:04:03.669Z
30182026-03-19T03:04:03.669Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (89/259)
30192026-03-19T03:04:04.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30202026-03-19T03:04:04.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30212026-03-19T03:04:04.586Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30222026-03-19T03:04:08.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.43s
30232026-03-19T03:04:08.323Z
30242026-03-19T03:04:08.323Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (90/259)
30252026-03-19T03:04:09.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30262026-03-19T03:04:09.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30272026-03-19T03:04:09.238Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30282026-03-19T03:04:12.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.50s
30292026-03-19T03:04:13.045Z
30302026-03-19T03:04:13.045Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (91/259)
30312026-03-19T03:04:13.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30322026-03-19T03:04:13.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30332026-03-19T03:04:13.964Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30342026-03-19T03:04:18.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.60s
30352026-03-19T03:04:18.873Z
30362026-03-19T03:04:18.873Zinfo: running `cargo check --bins` on oximeter (92/259)
30372026-03-19T03:04:19.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30382026-03-19T03:04:19.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30392026-03-19T03:04:19.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30402026-03-19T03:04:19.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
30412026-03-19T03:04:19.673Z
30422026-03-19T03:04:19.673Zinfo: running `cargo check --bins` on oximeter-schema (93/259)
30432026-03-19T03:04:20.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30442026-03-19T03:04:20.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30452026-03-19T03:04:20.546Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30462026-03-19T03:04:20.742Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30472026-03-19T03:04:20.769Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30482026-03-19T03:04:21.196Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30492026-03-19T03:04:26.138Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30502026-03-19T03:04:26.564Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30512026-03-19T03:04:28.144Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30522026-03-19T03:04:29.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.36s
30532026-03-19T03:04:29.247Z
30542026-03-19T03:04:29.247Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (94/259)
30552026-03-19T03:04:29.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30562026-03-19T03:04:29.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30572026-03-19T03:04:29.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30582026-03-19T03:04:29.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
30592026-03-19T03:04:30.044Z
30602026-03-19T03:04:30.044Zinfo: running `cargo check --bins` on oximeter-test-utils (95/259)
30612026-03-19T03:04:30.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30622026-03-19T03:04:30.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30632026-03-19T03:04:30.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30642026-03-19T03:04:30.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
30652026-03-19T03:04:30.907Z
30662026-03-19T03:04:30.907Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (96/259)
30672026-03-19T03:04:31.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30682026-03-19T03:04:31.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30692026-03-19T03:04:31.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30702026-03-19T03:04:31.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
30712026-03-19T03:04:31.736Z
30722026-03-19T03:04:31.736Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (97/259)
30732026-03-19T03:04:32.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30742026-03-19T03:04:32.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30752026-03-19T03:04:32.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30762026-03-19T03:04:32.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
30772026-03-19T03:04:32.572Z
30782026-03-19T03:04:32.572Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (98/259)
30792026-03-19T03:04:33.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30802026-03-19T03:04:33.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30812026-03-19T03:04:33.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30822026-03-19T03:04:33.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
30832026-03-19T03:04:33.373Z
30842026-03-19T03:04:33.373Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (99/259)
30852026-03-19T03:04:34.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30862026-03-19T03:04:34.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30872026-03-19T03:04:34.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30882026-03-19T03:04:34.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
30892026-03-19T03:04:34.219Z
30902026-03-19T03:04:34.220Zinfo: running `cargo check --bins` on trust-quorum-types (100/259)
30912026-03-19T03:04:34.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30922026-03-19T03:04:34.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30932026-03-19T03:04:34.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30942026-03-19T03:04:34.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
30952026-03-19T03:04:34.977Z
30962026-03-19T03:04:34.977Zinfo: running `cargo check --bins` on trust-quorum-test-utils (101/259)
30972026-03-19T03:04:35.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30982026-03-19T03:04:35.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30992026-03-19T03:04:35.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31002026-03-19T03:04:35.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
31012026-03-19T03:04:35.796Z
31022026-03-19T03:04:35.796Zinfo: running `cargo check --bins` on update-engine (102/259)
31032026-03-19T03:04:36.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31042026-03-19T03:04:36.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31052026-03-19T03:04:36.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31062026-03-19T03:04:36.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31072026-03-19T03:04:36.579Z
31082026-03-19T03:04:36.579Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (103/259)
31092026-03-19T03:04:37.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31102026-03-19T03:04:37.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31112026-03-19T03:04:37.523Z Checking dropshot-api-manager-types v0.6.0
31122026-03-19T03:04:37.526Z Checking nanorand v0.7.0
31132026-03-19T03:04:37.827Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31142026-03-19T03:04:37.866Z Checking flume v0.11.1
31152026-03-19T03:04:38.145Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31162026-03-19T03:04:39.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.84s
31172026-03-19T03:04:39.663Z
31182026-03-19T03:04:39.663Zinfo: running `cargo check --bins` on clickhouse-admin-api (104/259)
31192026-03-19T03:04:40.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31202026-03-19T03:04:40.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31212026-03-19T03:04:40.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31222026-03-19T03:04:40.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31232026-03-19T03:04:40.460Z
31242026-03-19T03:04:40.460Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (105/259)
31252026-03-19T03:04:41.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31262026-03-19T03:04:41.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31272026-03-19T03:04:41.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31282026-03-19T03:04:41.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31292026-03-19T03:04:41.259Z
31302026-03-19T03:04:41.259Zinfo: running `cargo check --bins` on bootstrap-agent-client (106/259)
31312026-03-19T03:04:41.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31322026-03-19T03:04:41.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31332026-03-19T03:04:41.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31342026-03-19T03:04:41.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31352026-03-19T03:04:42.053Z
31362026-03-19T03:04:42.053Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (107/259)
31372026-03-19T03:04:42.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31382026-03-19T03:04:42.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31392026-03-19T03:04:42.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31402026-03-19T03:04:42.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
31412026-03-19T03:04:42.874Z
31422026-03-19T03:04:42.874Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (108/259)
31432026-03-19T03:04:43.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31442026-03-19T03:04:43.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31452026-03-19T03:04:43.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31462026-03-19T03:04:43.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31472026-03-19T03:04:43.673Z
31482026-03-19T03:04:43.673Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (109/259)
31492026-03-19T03:04:44.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31502026-03-19T03:04:44.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31512026-03-19T03:04:44.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31522026-03-19T03:04:44.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31532026-03-19T03:04:44.472Z
31542026-03-19T03:04:44.472Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (110/259)
31552026-03-19T03:04:45.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31562026-03-19T03:04:45.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31572026-03-19T03:04:45.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31582026-03-19T03:04:45.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31592026-03-19T03:04:45.274Z
31602026-03-19T03:04:45.274Zinfo: running `cargo check --bins` on cockroach-admin-client (111/259)
31612026-03-19T03:04:45.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31622026-03-19T03:04:45.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31632026-03-19T03:04:45.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31642026-03-19T03:04:45.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31652026-03-19T03:04:46.051Z
31662026-03-19T03:04:46.051Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (112/259)
31672026-03-19T03:04:46.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31682026-03-19T03:04:46.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31692026-03-19T03:04:46.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31702026-03-19T03:04:46.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31712026-03-19T03:04:46.851Z
31722026-03-19T03:04:46.851Zinfo: running `cargo check --bins` on dns-service-client (113/259)
31732026-03-19T03:04:47.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31742026-03-19T03:04:47.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31752026-03-19T03:04:47.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31762026-03-19T03:04:47.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31772026-03-19T03:04:47.648Z
31782026-03-19T03:04:47.648Zinfo: running `cargo check --bins` on installinator-client (114/259)
31792026-03-19T03:04:48.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31802026-03-19T03:04:48.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31812026-03-19T03:04:48.338Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31822026-03-19T03:04:48.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31832026-03-19T03:04:48.445Z
31842026-03-19T03:04:48.445Zinfo: running `cargo check --bins` on nexus-client (115/259)
31852026-03-19T03:04:49.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31862026-03-19T03:04:49.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31872026-03-19T03:04:49.173Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31882026-03-19T03:04:49.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
31892026-03-19T03:04:49.289Z
31902026-03-19T03:04:49.289Zinfo: running `cargo check --bins` on nexus-lockstep-client (116/259)
31912026-03-19T03:04:50.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31922026-03-19T03:04:50.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31932026-03-19T03:04:50.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31942026-03-19T03:04:50.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
31952026-03-19T03:04:50.134Z
31962026-03-19T03:04:50.134Zinfo: running `cargo check --bins` on ntp-admin-client (117/259)
31972026-03-19T03:04:50.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31982026-03-19T03:04:50.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31992026-03-19T03:04:50.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32002026-03-19T03:04:50.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
32012026-03-19T03:04:50.913Z
32022026-03-19T03:04:50.913Zinfo: running `cargo check --bins` on oxide-client (118/259)
32032026-03-19T03:04:51.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32042026-03-19T03:04:51.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32052026-03-19T03:04:51.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32062026-03-19T03:04:51.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
32072026-03-19T03:04:51.696Z
32082026-03-19T03:04:51.696Zinfo: running `cargo check --bins` on oximeter-client (119/259)
32092026-03-19T03:04:52.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32102026-03-19T03:04:52.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32112026-03-19T03:04:52.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32122026-03-19T03:04:52.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
32132026-03-19T03:04:52.493Z
32142026-03-19T03:04:52.493Zinfo: running `cargo check --bins` on repo-depot-client (120/259)
32152026-03-19T03:04:53.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32162026-03-19T03:04:53.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32172026-03-19T03:04:53.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32182026-03-19T03:04:53.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
32192026-03-19T03:04:53.275Z
32202026-03-19T03:04:53.275Zinfo: running `cargo check --bins` on sled-agent-client (121/259)
32212026-03-19T03:04:53.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32222026-03-19T03:04:53.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32232026-03-19T03:04:53.971Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32242026-03-19T03:04:53.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
32252026-03-19T03:04:54.108Z
32262026-03-19T03:04:54.109Zinfo: running `cargo check --bins` on wicketd-client (122/259)
32272026-03-19T03:04:54.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32282026-03-19T03:04:54.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32292026-03-19T03:04:54.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32302026-03-19T03:04:54.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
32312026-03-19T03:04:54.907Z
32322026-03-19T03:04:54.907Zinfo: running `cargo check --bins` on installinator-common (123/259)
32332026-03-19T03:04:55.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32342026-03-19T03:04:55.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32352026-03-19T03:04:55.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32362026-03-19T03:04:55.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
32372026-03-19T03:04:55.712Z
32382026-03-19T03:04:55.712Zinfo: running `cargo check --bins` on installinator-common-versions (124/259)
32392026-03-19T03:04:56.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32402026-03-19T03:04:56.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32412026-03-19T03:04:56.384Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32422026-03-19T03:04:56.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
32432026-03-19T03:04:56.485Z
32442026-03-19T03:04:56.485Zinfo: running `cargo check --bins` on wicket-common (125/259)
32452026-03-19T03:04:57.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32462026-03-19T03:04:57.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32472026-03-19T03:04:57.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32482026-03-19T03:04:57.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
32492026-03-19T03:04:57.311Z
32502026-03-19T03:04:57.311Zinfo: running `cargo check --bins` on omicron-cockroach-admin (126/259)
32512026-03-19T03:04:58.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32522026-03-19T03:04:58.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32532026-03-19T03:04:58.224Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32542026-03-19T03:04:58.228Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32552026-03-19T03:04:58.228Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32562026-03-19T03:04:58.373Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32572026-03-19T03:04:58.376Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32582026-03-19T03:04:58.536Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32592026-03-19T03:04:58.609Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32602026-03-19T03:04:58.852Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32612026-03-19T03:04:58.857Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32622026-03-19T03:05:01.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.45s
32632026-03-19T03:05:01.979Z
32642026-03-19T03:05:01.979Zinfo: running `cargo check --bins` on cockroach-admin-api (127/259)
32652026-03-19T03:05:02.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32662026-03-19T03:05:02.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32672026-03-19T03:05:02.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32682026-03-19T03:05:02.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
32692026-03-19T03:05:02.778Z
32702026-03-19T03:05:02.779Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (128/259)
32712026-03-19T03:05:03.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32722026-03-19T03:05:03.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32732026-03-19T03:05:03.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32742026-03-19T03:05:03.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
32752026-03-19T03:05:03.695Z
32762026-03-19T03:05:03.695Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (129/259)
32772026-03-19T03:05:04.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32782026-03-19T03:05:04.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32792026-03-19T03:05:04.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32802026-03-19T03:05:04.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
32812026-03-19T03:05:04.609Z
32822026-03-19T03:05:04.609Zinfo: running `cargo check --bins` on dns-server (130/259)
32832026-03-19T03:05:05.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32842026-03-19T03:05:05.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32852026-03-19T03:05:05.513Z Compiling parking_lot_core v0.8.6
32862026-03-19T03:05:05.513Z Compiling git-stub v1.0.0
32872026-03-19T03:05:05.517Z Compiling atomicwrites v0.4.4
32882026-03-19T03:05:05.517Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32892026-03-19T03:05:05.679Z Checking tagptr v0.2.0
32902026-03-19T03:05:05.702Z Checking prefix-trie v0.7.0
32912026-03-19T03:05:05.702Z Checking fxhash v0.2.1
32922026-03-19T03:05:05.705Z Checking hickory-client v0.25.2
32932026-03-19T03:05:05.873Z Compiling git-stub-vcs v0.1.0
32942026-03-19T03:05:05.895Z Checking moka v0.12.13
32952026-03-19T03:05:06.163Z Checking hickory-server v0.25.2
32962026-03-19T03:05:06.214Z Checking parking_lot v0.11.2
32972026-03-19T03:05:06.254Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32982026-03-19T03:05:06.308Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32992026-03-19T03:05:06.311Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33002026-03-19T03:05:06.311Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33012026-03-19T03:05:06.445Z Checking sled v0.34.7
33022026-03-19T03:05:06.757Z Checking hickory-resolver v0.25.2
33032026-03-19T03:05:09.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.65s
33042026-03-19T03:05:09.477Z
33052026-03-19T03:05:09.477Zinfo: running `cargo check --bins` on dns-server-api (131/259)
33062026-03-19T03:05:10.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33072026-03-19T03:05:10.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33082026-03-19T03:05:10.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33092026-03-19T03:05:10.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
33102026-03-19T03:05:10.270Z
33112026-03-19T03:05:10.270Zinfo: running `cargo check --bins` on gateway-test-utils (132/259)
33122026-03-19T03:05:11.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33132026-03-19T03:05:11.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33142026-03-19T03:05:11.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33152026-03-19T03:05:11.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
33162026-03-19T03:05:11.147Z
33172026-03-19T03:05:11.148Zinfo: running `cargo check --bins` on omicron-gateway (133/259)
33182026-03-19T03:05:11.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33192026-03-19T03:05:11.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33202026-03-19T03:05:12.148Z Compiling radium v0.7.0
33212026-03-19T03:05:12.288Z Checking tap v1.0.1
33222026-03-19T03:05:12.292Z Compiling maybe-uninit v2.0.0
33232026-03-19T03:05:12.315Z Compiling zerocopy-derive v0.6.6
33242026-03-19T03:05:12.319Z Checking crc-catalog v2.4.0
33252026-03-19T03:05:12.341Z Compiling packed_struct v0.10.1
33262026-03-19T03:05:12.344Z Checking funty v2.0.0
33272026-03-19T03:05:12.347Z Compiling packed_struct_codegen v0.10.1
33282026-03-19T03:05:12.426Z Checking wyz v0.5.1
33292026-03-19T03:05:12.548Z Checking crc v3.4.0
33302026-03-19T03:05:12.725Z Compiling bitfield-macros v0.19.4
33312026-03-19T03:05:12.747Z Compiling indexmap v1.9.3
33322026-03-19T03:05:12.775Z Checking nodrop v0.1.14
33332026-03-19T03:05:12.795Z Checking smallvec v0.6.14
33342026-03-19T03:05:12.872Z Checking hashbrown v0.12.3
33352026-03-19T03:05:12.875Z Checking bitvec v1.0.1
33362026-03-19T03:05:12.898Z Checking array-init v0.0.4
33372026-03-19T03:05:13.021Z Checking ron v0.8.1
33382026-03-19T03:05:13.050Z Checking hashbrown v0.13.2
33392026-03-19T03:05:13.380Z Checking serde-hex v0.1.0
33402026-03-19T03:05:13.500Z Checking zerocopy v0.6.6
33412026-03-19T03:05:13.627Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33422026-03-19T03:05:13.688Z Checking bitfield v0.19.4
33432026-03-19T03:05:13.759Z Checking crc-any v2.5.0
33442026-03-19T03:05:13.837Z Checking half v1.8.3
33452026-03-19T03:05:13.881Z Checking object v0.30.4
33462026-03-19T03:05:13.904Z Checking void v1.0.2
33472026-03-19T03:05:13.921Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33482026-03-19T03:05:13.992Z Checking path-slash v0.1.5
33492026-03-19T03:05:14.033Z Checking lzss v0.8.2
33502026-03-19T03:05:14.072Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33512026-03-19T03:05:14.100Z Checking serde_cbor v0.11.2
33522026-03-19T03:05:14.119Z Checking tungstenite v0.23.0
33532026-03-19T03:05:14.123Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33542026-03-19T03:05:14.274Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33552026-03-19T03:05:14.336Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33562026-03-19T03:05:14.438Z Checking nix v0.27.1
33572026-03-19T03:05:14.626Z Checking kstat-rs v0.2.4
33582026-03-19T03:05:14.674Z Checking serde_bytes v0.11.19
33592026-03-19T03:05:14.816Z Checking tokio-tungstenite v0.23.1
33602026-03-19T03:05:14.868Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33612026-03-19T03:05:14.910Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33622026-03-19T03:05:15.148Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33632026-03-19T03:05:15.167Z Checking signal-hook-tokio v0.3.1
33642026-03-19T03:05:16.227Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33652026-03-19T03:05:16.511Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33662026-03-19T03:05:19.787Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33672026-03-19T03:05:20.992Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33682026-03-19T03:05:21.364Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33692026-03-19T03:05:22.851Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33702026-03-19T03:05:25.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.47s
33712026-03-19T03:05:25.870Z
33722026-03-19T03:05:25.870Zinfo: running `cargo check --bins` on gateway-api (134/259)
33732026-03-19T03:05:26.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33742026-03-19T03:05:26.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33752026-03-19T03:05:26.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33762026-03-19T03:05:26.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
33772026-03-19T03:05:26.667Z
33782026-03-19T03:05:26.667Zinfo: running `cargo check --bins` on ipcc (135/259)
33792026-03-19T03:05:27.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33802026-03-19T03:05:27.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33812026-03-19T03:05:27.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33822026-03-19T03:05:27.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
33832026-03-19T03:05:27.461Z
33842026-03-19T03:05:27.461Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/259)
33852026-03-19T03:05:28.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33862026-03-19T03:05:28.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33872026-03-19T03:05:28.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33882026-03-19T03:05:28.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
33892026-03-19T03:05:28.237Z
33902026-03-19T03:05:28.237Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (137/259)
33912026-03-19T03:05:28.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33922026-03-19T03:05:28.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33932026-03-19T03:05:28.930Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33942026-03-19T03:05:28.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
33952026-03-19T03:05:29.033Z
33962026-03-19T03:05:29.033Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/259)
33972026-03-19T03:05:29.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33982026-03-19T03:05:29.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33992026-03-19T03:05:29.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34002026-03-19T03:05:29.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
34012026-03-19T03:05:29.830Z
34022026-03-19T03:05:29.830Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/259)
34032026-03-19T03:05:30.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34042026-03-19T03:05:30.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34052026-03-19T03:05:30.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34062026-03-19T03:05:30.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
34072026-03-19T03:05:30.630Z
34082026-03-19T03:05:30.630Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/259)
34092026-03-19T03:05:31.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34102026-03-19T03:05:31.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34112026-03-19T03:05:31.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34122026-03-19T03:05:31.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34132026-03-19T03:05:31.425Z
34142026-03-19T03:05:31.425Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/259)
34152026-03-19T03:05:32.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34162026-03-19T03:05:32.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34172026-03-19T03:05:32.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34182026-03-19T03:05:32.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34192026-03-19T03:05:32.221Z
34202026-03-19T03:05:32.221Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/259)
34212026-03-19T03:05:32.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34222026-03-19T03:05:32.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34232026-03-19T03:05:32.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34242026-03-19T03:05:32.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
34252026-03-19T03:05:33.018Z
34262026-03-19T03:05:33.018Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/259)
34272026-03-19T03:05:33.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34282026-03-19T03:05:33.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34292026-03-19T03:05:33.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34302026-03-19T03:05:33.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
34312026-03-19T03:05:33.815Z
34322026-03-19T03:05:33.815Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/259)
34332026-03-19T03:05:34.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34342026-03-19T03:05:34.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34352026-03-19T03:05:34.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34362026-03-19T03:05:34.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34372026-03-19T03:05:34.612Z
34382026-03-19T03:05:34.612Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/259)
34392026-03-19T03:05:35.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34402026-03-19T03:05:35.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34412026-03-19T03:05:35.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34422026-03-19T03:05:35.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
34432026-03-19T03:05:35.410Z
34442026-03-19T03:05:35.410Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/259)
34452026-03-19T03:05:36.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34462026-03-19T03:05:36.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34472026-03-19T03:05:36.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34482026-03-19T03:05:36.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34492026-03-19T03:05:36.206Z
34502026-03-19T03:05:36.206Zinfo: running `cargo check --bins` on oximeter-producer (147/259)
34512026-03-19T03:05:36.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34522026-03-19T03:05:36.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34532026-03-19T03:05:36.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34542026-03-19T03:05:36.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
34552026-03-19T03:05:37.052Z
34562026-03-19T03:05:37.052Zinfo: running `cargo check --bins` on internal-dns-resolver (148/259)
34572026-03-19T03:05:37.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34582026-03-19T03:05:37.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34592026-03-19T03:05:37.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34602026-03-19T03:05:37.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
34612026-03-19T03:05:37.854Z
34622026-03-19T03:05:37.854Zinfo: running `cargo check --bins` on sp-sim (149/259)
34632026-03-19T03:05:38.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34642026-03-19T03:05:38.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34652026-03-19T03:05:38.828Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34662026-03-19T03:05:41.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.30s
34672026-03-19T03:05:41.404Z
34682026-03-19T03:05:41.404Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (150/259)
34692026-03-19T03:05:42.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34702026-03-19T03:05:42.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34712026-03-19T03:05:42.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34722026-03-19T03:05:42.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
34732026-03-19T03:05:42.277Z
34742026-03-19T03:05:42.277Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (151/259)
34752026-03-19T03:05:43.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34762026-03-19T03:05:43.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34772026-03-19T03:05:43.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34782026-03-19T03:05:43.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
34792026-03-19T03:05:43.160Z
34802026-03-19T03:05:43.160Zinfo: running `cargo check --bins` on db-macros (152/259)
34812026-03-19T03:05:43.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34822026-03-19T03:05:43.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34832026-03-19T03:05:43.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34842026-03-19T03:05:43.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34852026-03-19T03:05:43.936Z
34862026-03-19T03:05:43.936Zinfo: running `cargo check --bins` on nexus-macros-common (153/259)
34872026-03-19T03:05:44.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34882026-03-19T03:05:44.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34892026-03-19T03:05:44.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34902026-03-19T03:05:44.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34912026-03-19T03:05:44.710Z
34922026-03-19T03:05:44.710Zinfo: running `cargo check --bins` on nexus-auth (154/259)
34932026-03-19T03:05:45.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34942026-03-19T03:05:45.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34952026-03-19T03:05:45.457Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34962026-03-19T03:05:45.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
34972026-03-19T03:05:45.580Z
34982026-03-19T03:05:45.580Zinfo: running `cargo check --bins` on authz-macros (155/259)
34992026-03-19T03:05:46.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35002026-03-19T03:05:46.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35012026-03-19T03:05:46.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35022026-03-19T03:05:46.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
35032026-03-19T03:05:46.358Z
35042026-03-19T03:05:46.358Zinfo: running `cargo check --bins` on nexus-db-fixed-data (156/259)
35052026-03-19T03:05:47.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35062026-03-19T03:05:47.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35072026-03-19T03:05:47.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35082026-03-19T03:05:47.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
35092026-03-19T03:05:47.212Z
35102026-03-19T03:05:47.212Zinfo: running `cargo check --bins` on nexus-db-model (157/259)
35112026-03-19T03:05:47.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35122026-03-19T03:05:47.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35132026-03-19T03:05:47.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35142026-03-19T03:05:47.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
35152026-03-19T03:05:48.064Z
35162026-03-19T03:05:48.064Zinfo: running `cargo check --bins` on nexus-db-schema (158/259)
35172026-03-19T03:05:48.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35182026-03-19T03:05:48.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35192026-03-19T03:05:48.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35202026-03-19T03:05:48.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
35212026-03-19T03:05:48.846Z
35222026-03-19T03:05:48.846Zinfo: running `cargo check --bins` on omicron-rpaths (159/259)
35232026-03-19T03:05:49.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35242026-03-19T03:05:49.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35252026-03-19T03:05:49.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35262026-03-19T03:05:49.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
35272026-03-19T03:05:49.626Z
35282026-03-19T03:05:49.626Zinfo: running `cargo check --bins` on nexus-defaults (160/259)
35292026-03-19T03:05:50.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35302026-03-19T03:05:50.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35312026-03-19T03:05:50.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35322026-03-19T03:05:50.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35332026-03-19T03:05:50.427Z
35342026-03-19T03:05:50.427Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (161/259)
35352026-03-19T03:05:51.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35362026-03-19T03:05:51.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35372026-03-19T03:05:51.111Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35382026-03-19T03:05:51.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
35392026-03-19T03:05:51.213Z
35402026-03-19T03:05:51.213Zinfo: running `cargo check --bins` on parallel-task-set (162/259)
35412026-03-19T03:05:51.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35422026-03-19T03:05:51.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35432026-03-19T03:05:51.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35442026-03-19T03:05:51.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
35452026-03-19T03:05:51.998Z
35462026-03-19T03:05:51.998Zinfo: running `cargo check --bins` on nexus-db-errors (163/259)
35472026-03-19T03:05:52.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35482026-03-19T03:05:52.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35492026-03-19T03:05:52.752Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35502026-03-19T03:05:52.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
35512026-03-19T03:05:52.871Z
35522026-03-19T03:05:52.871Zinfo: running `cargo check --bins` on nexus-db-lookup (164/259)
35532026-03-19T03:05:53.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35542026-03-19T03:05:53.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35552026-03-19T03:05:53.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35562026-03-19T03:05:53.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
35572026-03-19T03:05:53.745Z
35582026-03-19T03:05:53.745Zinfo: running `cargo check --bins` on nexus-inventory (165/259)
35592026-03-19T03:05:54.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35602026-03-19T03:05:54.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35612026-03-19T03:05:54.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35622026-03-19T03:05:54.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
35632026-03-19T03:05:54.602Z
35642026-03-19T03:05:54.602Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (166/259)
35652026-03-19T03:05:55.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35662026-03-19T03:05:55.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35672026-03-19T03:05:55.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35682026-03-19T03:05:55.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
35692026-03-19T03:05:55.435Z
35702026-03-19T03:05:55.435Zinfo: running `cargo check --bins --no-default-features` on sled-storage (167/259)
35712026-03-19T03:05:56.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35722026-03-19T03:05:56.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35732026-03-19T03:05:56.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35742026-03-19T03:05:56.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
35752026-03-19T03:05:56.252Z
35762026-03-19T03:05:56.252Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (168/259)
35772026-03-19T03:05:56.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35782026-03-19T03:05:56.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35792026-03-19T03:05:56.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35802026-03-19T03:05:56.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
35812026-03-19T03:05:57.070Z
35822026-03-19T03:05:57.073Zinfo: running `cargo check --bins` on key-manager (169/259)
35832026-03-19T03:05:57.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35842026-03-19T03:05:57.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35852026-03-19T03:05:57.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35862026-03-19T03:05:57.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35872026-03-19T03:05:57.874Z
35882026-03-19T03:05:57.874Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (170/259)
35892026-03-19T03:05:58.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35902026-03-19T03:05:58.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35912026-03-19T03:05:58.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35922026-03-19T03:05:58.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
35932026-03-19T03:05:58.683Z
35942026-03-19T03:05:58.684Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (171/259)
35952026-03-19T03:05:59.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35962026-03-19T03:05:59.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35972026-03-19T03:05:59.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35982026-03-19T03:05:59.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35992026-03-19T03:05:59.490Z
36002026-03-19T03:05:59.490Zinfo: running `cargo check --bins` on typed-rng (172/259)
36012026-03-19T03:06:00.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36022026-03-19T03:06:00.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36032026-03-19T03:06:00.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36042026-03-19T03:06:00.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
36052026-03-19T03:06:00.274Z
36062026-03-19T03:06:00.274Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (173/259)
36072026-03-19T03:06:01.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36082026-03-19T03:06:01.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36092026-03-19T03:06:01.445Z Compiling libefi-sys v0.1.0
36102026-03-19T03:06:01.448Z Compiling bitfield-struct v0.6.2
36112026-03-19T03:06:01.622Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36122026-03-19T03:06:01.638Z Compiling xshell-macros v0.2.7
36132026-03-19T03:06:01.655Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36142026-03-19T03:06:01.680Z Compiling salty v0.3.0
36152026-03-19T03:06:01.698Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36162026-03-19T03:06:01.719Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36172026-03-19T03:06:01.720Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36182026-03-19T03:06:02.085Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36192026-03-19T03:06:02.107Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36202026-03-19T03:06:02.127Z Checking xshell v0.2.7
36212026-03-19T03:06:02.277Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36222026-03-19T03:06:02.319Z Checking primeorder v0.13.6
36232026-03-19T03:06:02.347Z Compiling proc-macro-error-attr2 v2.0.0
36242026-03-19T03:06:02.370Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36252026-03-19T03:06:02.417Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36262026-03-19T03:06:02.439Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36272026-03-19T03:06:02.631Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36282026-03-19T03:06:02.650Z Checking p384 v0.13.1
36292026-03-19T03:06:02.670Z Compiling num-derive v0.3.3
36302026-03-19T03:06:02.776Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36312026-03-19T03:06:02.858Z Compiling proc-macro-error2 v2.0.1
36322026-03-19T03:06:03.057Z Compiling unicase v2.9.0
36332026-03-19T03:06:03.082Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36342026-03-19T03:06:03.242Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36352026-03-19T03:06:03.290Z Compiling tabled_derive v0.11.0
36362026-03-19T03:06:03.329Z Compiling mime_guess v2.0.5
36372026-03-19T03:06:03.390Z Checking papergrid v0.17.0
36382026-03-19T03:06:03.733Z Compiling progenitor-impl v0.11.2
36392026-03-19T03:06:03.853Z Checking libscf-sys v1.1.0
36402026-03-19T03:06:04.027Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36412026-03-19T03:06:04.051Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36422026-03-19T03:06:04.171Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36432026-03-19T03:06:04.266Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36442026-03-19T03:06:04.725Z Checking testing_table v0.3.0
36452026-03-19T03:06:04.852Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36462026-03-19T03:06:04.906Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36472026-03-19T03:06:04.938Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36482026-03-19T03:06:05.036Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36492026-03-19T03:06:05.113Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36502026-03-19T03:06:05.135Z Checking corncobs v0.1.4
36512026-03-19T03:06:05.165Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36522026-03-19T03:06:05.282Z Checking tabled v0.20.0
36532026-03-19T03:06:05.302Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36542026-03-19T03:06:05.426Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36552026-03-19T03:06:05.603Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36562026-03-19T03:06:05.668Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36572026-03-19T03:06:05.957Z Checking progenitor-client v0.11.2
36582026-03-19T03:06:06.125Z Checking secrecy v0.8.0
36592026-03-19T03:06:06.297Z Checking http-range v0.1.5
36602026-03-19T03:06:06.512Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36612026-03-19T03:06:06.564Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36622026-03-19T03:06:06.636Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36632026-03-19T03:06:06.937Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36642026-03-19T03:06:06.980Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36652026-03-19T03:06:07.150Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
36662026-03-19T03:06:07.178Z Checking atty v0.2.14
36672026-03-19T03:06:07.280Z Checking crc8 v0.1.1
36682026-03-19T03:06:07.302Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
36692026-03-19T03:06:07.393Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36702026-03-19T03:06:07.414Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
36712026-03-19T03:06:07.511Z Compiling progenitor-macro v0.11.2
36722026-03-19T03:06:07.553Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36732026-03-19T03:06:07.853Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36742026-03-19T03:06:07.993Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36752026-03-19T03:06:08.192Z Checking hyper-staticfile v0.10.1
36762026-03-19T03:06:08.296Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36772026-03-19T03:06:08.345Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
36782026-03-19T03:06:08.495Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
36792026-03-19T03:06:08.577Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
36802026-03-19T03:06:08.663Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36812026-03-19T03:06:08.781Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
36822026-03-19T03:06:09.285Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
36832026-03-19T03:06:09.325Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
36842026-03-19T03:06:09.627Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
36852026-03-19T03:06:09.709Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
36862026-03-19T03:06:09.785Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
36872026-03-19T03:06:10.314Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
36882026-03-19T03:06:10.454Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36892026-03-19T03:06:10.767Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36902026-03-19T03:06:11.047Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
36912026-03-19T03:06:11.596Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
36922026-03-19T03:06:12.602Z Checking progenitor v0.11.2
36932026-03-19T03:06:12.772Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36942026-03-19T03:06:19.591Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36952026-03-19T03:06:35.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.34s
36962026-03-19T03:06:35.896Z
36972026-03-19T03:06:35.896Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (174/259)
36982026-03-19T03:06:36.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36992026-03-19T03:06:36.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37002026-03-19T03:06:36.993Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37012026-03-19T03:06:53.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.34s
37022026-03-19T03:06:53.501Z
37032026-03-19T03:06:53.501Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (175/259)
37042026-03-19T03:06:54.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37052026-03-19T03:06:54.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37062026-03-19T03:06:54.599Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37072026-03-19T03:07:10.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.22s
37082026-03-19T03:07:10.986Z
37092026-03-19T03:07:10.986Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (176/259)
37102026-03-19T03:07:11.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37112026-03-19T03:07:11.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37122026-03-19T03:07:12.072Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37132026-03-19T03:07:28.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.21s
37142026-03-19T03:07:28.459Z
37152026-03-19T03:07:28.459Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (177/259)
37162026-03-19T03:07:29.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37172026-03-19T03:07:29.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37182026-03-19T03:07:29.550Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37192026-03-19T03:07:45.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.27s
37202026-03-19T03:07:45.992Z
37212026-03-19T03:07:45.992Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (178/259)
37222026-03-19T03:07:46.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37232026-03-19T03:07:46.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37242026-03-19T03:07:47.089Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37252026-03-19T03:08:03.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.25s
37262026-03-19T03:08:03.500Z
37272026-03-19T03:08:03.500Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (179/259)
37282026-03-19T03:08:04.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37292026-03-19T03:08:04.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37302026-03-19T03:08:04.565Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37312026-03-19T03:08:20.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.30s
37322026-03-19T03:08:21.059Z
37332026-03-19T03:08:21.059Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (180/259)
37342026-03-19T03:08:21.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37352026-03-19T03:08:21.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37362026-03-19T03:08:22.128Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37372026-03-19T03:08:38.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.33s
37382026-03-19T03:08:38.650Z
37392026-03-19T03:08:38.650Zinfo: running `cargo check --bins` on bootstrap-agent-api (181/259)
37402026-03-19T03:08:39.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37412026-03-19T03:08:39.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37422026-03-19T03:08:39.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37432026-03-19T03:08:39.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37442026-03-19T03:08:39.472Z
37452026-03-19T03:08:39.472Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (182/259)
37462026-03-19T03:08:40.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37472026-03-19T03:08:40.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37482026-03-19T03:08:40.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37492026-03-19T03:08:40.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
37502026-03-19T03:08:40.295Z
37512026-03-19T03:08:40.295Zinfo: running `cargo check --bins` on range-requests (183/259)
37522026-03-19T03:08:40.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37532026-03-19T03:08:40.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37542026-03-19T03:08:40.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37552026-03-19T03:08:40.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
37562026-03-19T03:08:41.090Z
37572026-03-19T03:08:41.090Zinfo: running `cargo check --bins` on repo-depot-api (184/259)
37582026-03-19T03:08:41.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37592026-03-19T03:08:41.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37602026-03-19T03:08:41.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37612026-03-19T03:08:41.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
37622026-03-19T03:08:41.883Z
37632026-03-19T03:08:41.883Zinfo: running `cargo check --bins` on sled-agent-api (185/259)
37642026-03-19T03:08:42.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37652026-03-19T03:08:42.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37662026-03-19T03:08:42.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37672026-03-19T03:08:42.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
37682026-03-19T03:08:42.709Z
37692026-03-19T03:08:42.709Zinfo: running `cargo check --bins` on sled-diagnostics (186/259)
37702026-03-19T03:08:43.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37712026-03-19T03:08:43.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37722026-03-19T03:08:43.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37732026-03-19T03:08:43.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37742026-03-19T03:08:43.526Z
37752026-03-19T03:08:43.526Zinfo: running `cargo check --bins` on zfs-test-harness (187/259)
37762026-03-19T03:08:44.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37772026-03-19T03:08:44.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37782026-03-19T03:08:44.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37792026-03-19T03:08:44.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37802026-03-19T03:08:44.337Z
37812026-03-19T03:08:44.337Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (188/259)
37822026-03-19T03:08:45.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37832026-03-19T03:08:45.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37842026-03-19T03:08:45.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37852026-03-19T03:08:45.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
37862026-03-19T03:08:45.165Z
37872026-03-19T03:08:45.166Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (189/259)
37882026-03-19T03:08:45.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37892026-03-19T03:08:45.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37902026-03-19T03:08:45.876Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37912026-03-19T03:08:45.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
37922026-03-19T03:08:45.986Z
37932026-03-19T03:08:45.986Zinfo: running `cargo check --bins` on sled-agent-health-monitor (190/259)
37942026-03-19T03:08:46.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37952026-03-19T03:08:46.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37962026-03-19T03:08:46.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37972026-03-19T03:08:46.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37982026-03-19T03:08:46.800Z
37992026-03-19T03:08:46.800Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (191/259)
38002026-03-19T03:08:47.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38012026-03-19T03:08:47.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38022026-03-19T03:08:47.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38032026-03-19T03:08:47.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
38042026-03-19T03:08:47.629Z
38052026-03-19T03:08:47.629Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (192/259)
38062026-03-19T03:08:48.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38072026-03-19T03:08:48.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38082026-03-19T03:08:48.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38092026-03-19T03:08:48.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
38102026-03-19T03:08:48.461Z
38112026-03-19T03:08:48.461Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (193/259)
38122026-03-19T03:08:49.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38132026-03-19T03:08:49.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38142026-03-19T03:08:49.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38152026-03-19T03:08:49.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
38162026-03-19T03:08:49.289Z
38172026-03-19T03:08:49.289Zinfo: running `cargo check --bins` on trust-quorum (194/259)
38182026-03-19T03:08:50.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38192026-03-19T03:08:50.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38202026-03-19T03:08:50.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38212026-03-19T03:08:50.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
38222026-03-19T03:08:50.128Z
38232026-03-19T03:08:50.128Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (195/259)
38242026-03-19T03:08:50.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38252026-03-19T03:08:50.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38262026-03-19T03:08:50.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38272026-03-19T03:08:50.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
38282026-03-19T03:08:50.983Z
38292026-03-19T03:08:50.983Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (196/259)
38302026-03-19T03:08:51.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38312026-03-19T03:08:51.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38322026-03-19T03:08:51.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38332026-03-19T03:08:51.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
38342026-03-19T03:08:51.859Z
38352026-03-19T03:08:51.859Zinfo: running `cargo check --bins` on update-common (197/259)
38362026-03-19T03:08:52.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38372026-03-19T03:08:52.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38382026-03-19T03:08:52.559Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38392026-03-19T03:08:52.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
38402026-03-19T03:08:52.666Z
38412026-03-19T03:08:52.666Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (198/259)
38422026-03-19T03:08:53.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38432026-03-19T03:08:53.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38442026-03-19T03:08:53.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38452026-03-19T03:08:53.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
38462026-03-19T03:08:53.541Z
38472026-03-19T03:08:53.541Zinfo: running `cargo check --bins` on reconfigurator-cli (199/259)
38482026-03-19T03:08:54.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38492026-03-19T03:08:54.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38502026-03-19T03:08:54.602Z Compiling fs-err v2.11.0
38512026-03-19T03:08:54.747Z Checking ignore v0.4.25
38522026-03-19T03:08:54.764Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
38532026-03-19T03:08:54.767Z Checking predicates-tree v1.0.13
38542026-03-19T03:08:54.767Z Checking parse-size v1.1.0
38552026-03-19T03:08:54.808Z Checking rand_seeder v0.4.0
38562026-03-19T03:08:54.811Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
38572026-03-19T03:08:54.844Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
38582026-03-19T03:08:54.903Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
38592026-03-19T03:08:54.936Z Compiling petname v2.0.2
38602026-03-19T03:08:54.987Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
38612026-03-19T03:08:55.178Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
38622026-03-19T03:08:55.199Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38632026-03-19T03:08:55.289Z Checking globwalk v0.9.1
38642026-03-19T03:08:55.310Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38652026-03-19T03:08:55.410Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
38662026-03-19T03:08:55.533Z Checking camino-tempfile-ext v0.3.3
38672026-03-19T03:08:55.554Z Checking sapling-renderdag v0.1.0
38682026-03-19T03:08:55.652Z Checking sync-ptr v0.1.4
38692026-03-19T03:08:55.796Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
38702026-03-19T03:08:55.815Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
38712026-03-19T03:08:55.916Z Checking colored v2.2.0
38722026-03-19T03:08:55.939Z Checking assert_matches v1.5.0
38732026-03-19T03:08:56.272Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
38742026-03-19T03:08:56.399Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38752026-03-19T03:08:56.403Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
38762026-03-19T03:08:57.169Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
38772026-03-19T03:08:58.997Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
38782026-03-19T03:09:02.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.50s
38792026-03-19T03:09:02.295Z
38802026-03-19T03:09:02.295Zinfo: running `cargo check --bins` on omicron-repl-utils (200/259)
38812026-03-19T03:09:02.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38822026-03-19T03:09:02.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38832026-03-19T03:09:02.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38842026-03-19T03:09:02.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
38852026-03-19T03:09:03.083Z
38862026-03-19T03:09:03.083Zinfo: running `cargo check --bins` on nexus-test-interface (201/259)
38872026-03-19T03:09:03.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38882026-03-19T03:09:03.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38892026-03-19T03:09:03.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38902026-03-19T03:09:03.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
38912026-03-19T03:09:03.954Z
38922026-03-19T03:09:03.954Zinfo: running `cargo check --bins` on oximeter-collector (202/259)
38932026-03-19T03:09:04.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38942026-03-19T03:09:04.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38952026-03-19T03:09:04.928Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
38962026-03-19T03:09:04.932Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
38972026-03-19T03:09:05.784Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38982026-03-19T03:09:07.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.86s
38992026-03-19T03:09:08.069Z
39002026-03-19T03:09:08.069Zinfo: running `cargo check --bins` on oximeter-api (203/259)
39012026-03-19T03:09:08.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39022026-03-19T03:09:08.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39032026-03-19T03:09:08.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39042026-03-19T03:09:08.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
39052026-03-19T03:09:08.874Z
39062026-03-19T03:09:08.874Zinfo: running `cargo check --bins` on cert-dev (204/259)
39072026-03-19T03:09:09.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39082026-03-19T03:09:09.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39092026-03-19T03:09:09.700Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39102026-03-19T03:09:10.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s
39112026-03-19T03:09:10.267Z
39122026-03-19T03:09:10.267Zinfo: running `cargo check --bins` on clickana (205/259)
39132026-03-19T03:09:10.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39142026-03-19T03:09:10.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39152026-03-19T03:09:11.149Z Compiling darling_core v0.23.0
39162026-03-19T03:09:11.276Z Compiling instability v0.3.11
39172026-03-19T03:09:11.290Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39182026-03-19T03:09:11.294Z Checking castaway v0.2.4
39192026-03-19T03:09:11.299Z Compiling indoc v2.0.7
39202026-03-19T03:09:11.326Z Checking unicode-truncate v1.1.0
39212026-03-19T03:09:11.331Z Checking lru v0.12.5
39222026-03-19T03:09:11.331Z Checking cassowary v0.3.0
39232026-03-19T03:09:11.423Z Checking compact_str v0.8.1
39242026-03-19T03:09:12.589Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39252026-03-19T03:09:12.811Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39262026-03-19T03:09:13.309Z Compiling darling_macro v0.23.0
39272026-03-19T03:09:13.845Z Compiling darling v0.23.0
39282026-03-19T03:09:14.629Z Checking ratatui v0.29.0
39292026-03-19T03:09:16.195Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39302026-03-19T03:09:17.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.78s
39312026-03-19T03:09:17.281Z
39322026-03-19T03:09:17.281Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (206/259)
39332026-03-19T03:09:18.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39342026-03-19T03:09:18.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39352026-03-19T03:09:18.277Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39362026-03-19T03:09:18.280Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39372026-03-19T03:09:19.026Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39382026-03-19T03:09:19.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.25s
39392026-03-19T03:09:19.787Z
39402026-03-19T03:09:19.787Zinfo: running `cargo check --bins` on ch-dev (207/259)
39412026-03-19T03:09:20.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39422026-03-19T03:09:20.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39432026-03-19T03:09:20.780Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
39442026-03-19T03:09:21.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.91s
39452026-03-19T03:09:21.953Z
39462026-03-19T03:09:21.953Zinfo: running `cargo check --bins` on dev-tools-common (208/259)
39472026-03-19T03:09:22.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39482026-03-19T03:09:22.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39492026-03-19T03:09:22.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39502026-03-19T03:09:22.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39512026-03-19T03:09:22.571Z
39522026-03-19T03:09:22.571Zinfo: running `cargo check --bins` on crdb-seed (209/259)
39532026-03-19T03:09:23.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39542026-03-19T03:09:23.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39552026-03-19T03:09:23.556Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
39562026-03-19T03:09:24.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s
39572026-03-19T03:09:24.339Z
39582026-03-19T03:09:24.339Zinfo: running `cargo check --bins` on db-dev (210/259)
39592026-03-19T03:09:25.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39602026-03-19T03:09:25.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39612026-03-19T03:09:25.334Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
39622026-03-19T03:09:26.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.93s
39632026-03-19T03:09:26.542Z
39642026-03-19T03:09:26.542Zinfo: running `cargo check --bins` on omicron-dev-lib (211/259)
39652026-03-19T03:09:27.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39662026-03-19T03:09:27.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39672026-03-19T03:09:27.292Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39682026-03-19T03:09:27.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
39692026-03-19T03:09:27.412Z
39702026-03-19T03:09:27.413Zinfo: running `cargo check --bins` on xtask-downloader (212/259)
39712026-03-19T03:09:28.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39722026-03-19T03:09:28.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39732026-03-19T03:09:28.242Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
39742026-03-19T03:09:29.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s
39752026-03-19T03:09:29.340Z
39762026-03-19T03:09:29.340Zinfo: running `cargo check --bins` on omicron-dropshot-apis (213/259)
39772026-03-19T03:09:30.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39782026-03-19T03:09:30.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39792026-03-19T03:09:30.367Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
39802026-03-19T03:09:30.367Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
39812026-03-19T03:09:30.370Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
39822026-03-19T03:09:30.370Z Checking git-stub v1.0.0
39832026-03-19T03:09:30.370Z Compiling trait-variant v0.1.2
39842026-03-19T03:09:30.370Z Checking is_ci v1.2.0
39852026-03-19T03:09:30.370Z Checking maplit v1.0.2
39862026-03-19T03:09:30.524Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
39872026-03-19T03:09:30.631Z Checking supports-color v3.0.2
39882026-03-19T03:09:30.631Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
39892026-03-19T03:09:30.693Z Checking git-stub-vcs v0.1.0
39902026-03-19T03:09:30.784Z Checking drift v0.1.3
39912026-03-19T03:09:30.803Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
39922026-03-19T03:09:30.868Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
39932026-03-19T03:09:30.948Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
39942026-03-19T03:09:31.114Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
39952026-03-19T03:09:31.157Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
39962026-03-19T03:09:31.176Z Checking dropshot-api-manager v0.6.0
39972026-03-19T03:09:31.251Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
39982026-03-19T03:09:31.425Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
39992026-03-19T03:09:31.642Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40002026-03-19T03:09:31.850Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
40012026-03-19T03:09:32.236Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40022026-03-19T03:09:39.262Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40032026-03-19T03:09:40.666Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40042026-03-19T03:09:41.451Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40052026-03-19T03:09:41.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.63s
40062026-03-19T03:09:42.212Z
40072026-03-19T03:09:42.212Zinfo: running `cargo check --bins` on installinator-api (214/259)
40082026-03-19T03:09:42.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40092026-03-19T03:09:42.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40102026-03-19T03:09:42.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40112026-03-19T03:09:42.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
40122026-03-19T03:09:43.016Z
40132026-03-19T03:09:43.016Zinfo: running `cargo check --bins` on nexus-external-api (215/259)
40142026-03-19T03:09:43.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40152026-03-19T03:09:43.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40162026-03-19T03:09:43.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40172026-03-19T03:09:43.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
40182026-03-19T03:09:43.875Z
40192026-03-19T03:09:43.875Zinfo: running `cargo check --bins` on nexus-internal-api (216/259)
40202026-03-19T03:09:44.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40212026-03-19T03:09:44.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40222026-03-19T03:09:44.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40232026-03-19T03:09:44.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
40242026-03-19T03:09:44.732Z
40252026-03-19T03:09:44.732Zinfo: running `cargo check --bins` on nexus-lockstep-api (217/259)
40262026-03-19T03:09:45.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40272026-03-19T03:09:45.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40282026-03-19T03:09:45.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40292026-03-19T03:09:45.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
40302026-03-19T03:09:45.589Z
40312026-03-19T03:09:45.589Zinfo: running `cargo check --bins` on ntp-admin-api (218/259)
40322026-03-19T03:09:46.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40332026-03-19T03:09:46.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40342026-03-19T03:09:46.288Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40352026-03-19T03:09:46.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
40362026-03-19T03:09:46.397Z
40372026-03-19T03:09:46.397Zinfo: running `cargo check --bins` on ntp-admin-types-versions (219/259)
40382026-03-19T03:09:47.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40392026-03-19T03:09:47.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40402026-03-19T03:09:47.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40412026-03-19T03:09:47.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
40422026-03-19T03:09:47.173Z
40432026-03-19T03:09:47.173Zinfo: running `cargo check --bins` on wicketd-api (220/259)
40442026-03-19T03:09:47.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40452026-03-19T03:09:47.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40462026-03-19T03:09:47.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40472026-03-19T03:09:47.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
40482026-03-19T03:09:48.002Z
40492026-03-19T03:09:48.002Zinfo: running `cargo check --bins` on omicron-ls-apis (221/259)
40502026-03-19T03:09:48.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40512026-03-19T03:09:48.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40522026-03-19T03:09:48.838Z Checking erased-serde v0.4.9
40532026-03-19T03:09:48.965Z Checking ordered-float v2.10.1
40542026-03-19T03:09:48.987Z Checking unicode-xid v0.2.6
40552026-03-19T03:09:49.012Z Checking cargo-platform v0.2.0
40562026-03-19T03:09:49.255Z Checking serde-value v0.7.0
40572026-03-19T03:09:49.422Z Checking serde-untagged v0.1.9
40582026-03-19T03:09:49.636Z Checking cargo-util-schemas v0.8.2
40592026-03-19T03:09:50.641Z Checking cargo_metadata v0.21.0
40602026-03-19T03:09:51.515Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
40612026-03-19T03:09:52.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.44s
40622026-03-19T03:09:52.650Z
40632026-03-19T03:09:52.650Zinfo: running `cargo check --bins` on mgs-dev (222/259)
40642026-03-19T03:09:53.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40652026-03-19T03:09:53.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40662026-03-19T03:09:53.682Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
40672026-03-19T03:09:54.463Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
40682026-03-19T03:09:55.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.43s
40692026-03-19T03:09:55.330Z
40702026-03-19T03:09:55.330Zinfo: running `cargo check --bins` on omicron-omdb (223/259)
40712026-03-19T03:09:56.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40722026-03-19T03:09:56.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40732026-03-19T03:09:56.529Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
40742026-03-19T03:09:56.535Z Compiling vergen-gitcl v1.0.8
40752026-03-19T03:09:56.535Z Compiling dirs-sys-next v0.1.2
40762026-03-19T03:09:56.535Z Compiling crunchy v0.2.4
40772026-03-19T03:09:56.535Z Compiling diesel_derives v2.3.7
40782026-03-19T03:09:56.535Z Compiling glob v0.3.3
40792026-03-19T03:09:56.721Z Compiling dsl_auto_type v0.2.0
40802026-03-19T03:09:56.739Z Checking scheduled-thread-pool v0.2.7
40812026-03-19T03:09:56.956Z Compiling dirs-next v2.0.0
40822026-03-19T03:09:56.976Z Compiling diesel_table_macro_syntax v0.3.0
40832026-03-19T03:09:56.977Z Compiling tiny-keccak v2.0.2
40842026-03-19T03:09:57.117Z Compiling term v0.7.0
40852026-03-19T03:09:57.137Z Checking r2d2 v0.8.10
40862026-03-19T03:09:57.251Z Compiling bit-vec v0.6.3
40872026-03-19T03:09:57.265Z Compiling clang-sys v1.8.1
40882026-03-19T03:09:57.289Z Checking downcast-rs v2.0.2
40892026-03-19T03:09:57.410Z Compiling itertools v0.10.5
40902026-03-19T03:09:57.537Z Compiling ascii-canvas v3.0.0
40912026-03-19T03:09:57.761Z Compiling bit-set v0.5.3
40922026-03-19T03:09:57.872Z Compiling ena v0.14.4
40932026-03-19T03:09:57.889Z Compiling libloading v0.8.9
40942026-03-19T03:09:57.933Z Compiling diff v0.1.13
40952026-03-19T03:09:57.968Z Compiling bindgen v0.71.1
40962026-03-19T03:09:57.989Z Compiling regex-syntax v0.6.29
40972026-03-19T03:09:58.169Z Compiling cexpr v0.6.0
40982026-03-19T03:09:58.271Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
40992026-03-19T03:09:58.522Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41002026-03-19T03:09:58.586Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41012026-03-19T03:09:58.714Z Compiling libxml v0.3.3
41022026-03-19T03:09:58.903Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41032026-03-19T03:09:59.035Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41042026-03-19T03:09:59.118Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41052026-03-19T03:09:59.297Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41062026-03-19T03:09:59.348Z Compiling strum_macros v0.24.3
41072026-03-19T03:09:59.371Z Compiling indoc v1.0.9
41082026-03-19T03:09:59.942Z Compiling lalrpop v0.19.12
41092026-03-19T03:10:00.806Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41102026-03-19T03:10:00.956Z Checking derive_builder v0.20.2
41112026-03-19T03:10:01.044Z Compiling oso-derive v0.27.3
41122026-03-19T03:10:01.107Z Checking quick-xml v0.37.5
41132026-03-19T03:10:01.245Z Compiling impl-trait-for-tuples v0.2.3
41142026-03-19T03:10:01.699Z Checking openssl-probe v0.1.6
41152026-03-19T03:10:01.927Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41162026-03-19T03:10:02.371Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41172026-03-19T03:10:02.612Z Checking bb8 v0.8.6
41182026-03-19T03:10:02.908Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41192026-03-19T03:10:02.965Z Checking nonempty v0.12.0
41202026-03-19T03:10:03.184Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41212026-03-19T03:10:03.221Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41222026-03-19T03:10:03.486Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41232026-03-19T03:10:03.494Z Checking support-bundle-viewer v0.1.2
41242026-03-19T03:10:03.538Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41252026-03-19T03:10:03.729Z Checking multimap v0.10.1
41262026-03-19T03:10:04.862Z Checking diesel v2.3.7
41272026-03-19T03:10:06.402Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41282026-03-19T03:10:07.956Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41292026-03-19T03:10:08.549Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41302026-03-19T03:10:08.636Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41312026-03-19T03:10:09.927Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41322026-03-19T03:10:10.255Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41332026-03-19T03:10:10.710Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41342026-03-19T03:10:11.209Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41352026-03-19T03:10:13.909Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41362026-03-19T03:10:20.452Z Compiling samael v0.0.19
41372026-03-19T03:10:25.369Z Checking diesel-dtrace v0.5.0
41382026-03-19T03:10:25.808Z Checking async-bb8-diesel v0.2.1
41392026-03-19T03:10:26.426Z Compiling polar-core v0.27.3
41402026-03-19T03:10:32.337Z Checking oso v0.27.3
41412026-03-19T03:11:29.106Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
41422026-03-19T03:12:16.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 21s
41432026-03-19T03:12:16.714Z
41442026-03-19T03:12:16.714Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (224/259)
41452026-03-19T03:12:17.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41462026-03-19T03:12:17.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41472026-03-19T03:12:17.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41482026-03-19T03:12:17.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
41492026-03-19T03:12:17.587Z
41502026-03-19T03:12:17.587Zinfo: running `cargo check --bins` on nexus-saga-recovery (225/259)
41512026-03-19T03:12:18.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41522026-03-19T03:12:18.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41532026-03-19T03:12:18.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41542026-03-19T03:12:18.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
41552026-03-19T03:12:18.472Z
41562026-03-19T03:12:18.472Zinfo: running `cargo check --bins` on nexus-test-utils-macros (226/259)
41572026-03-19T03:12:19.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41582026-03-19T03:12:19.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41592026-03-19T03:12:19.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41602026-03-19T03:12:19.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
41612026-03-19T03:12:19.261Z
41622026-03-19T03:12:19.261Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (227/259)
41632026-03-19T03:12:20.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41642026-03-19T03:12:20.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41652026-03-19T03:12:20.471Z Compiling libz-sys v1.1.24
41662026-03-19T03:12:20.630Z Compiling libgit2-sys v0.18.3+1.9.2
41672026-03-19T03:12:20.651Z Compiling vergen-git2 v1.0.7
41682026-03-19T03:12:20.666Z Compiling rustls v0.21.12
41692026-03-19T03:12:20.683Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
41702026-03-19T03:12:20.704Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
41712026-03-19T03:12:20.707Z Checking rustls-webpki v0.101.7
41722026-03-19T03:12:20.707Z Checking sct v0.7.1
41732026-03-19T03:12:20.895Z Compiling nix v0.29.0
41742026-03-19T03:12:20.959Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
41752026-03-19T03:12:20.980Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
41762026-03-19T03:12:20.999Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
41772026-03-19T03:12:21.145Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
41782026-03-19T03:12:21.325Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
41792026-03-19T03:12:21.346Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
41802026-03-19T03:12:21.403Z Checking rustls-pemfile v1.0.4
41812026-03-19T03:12:21.572Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
41822026-03-19T03:12:21.745Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
41832026-03-19T03:12:21.945Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
41842026-03-19T03:12:21.979Z Checking twox-hash v2.1.2
41852026-03-19T03:12:22.100Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
41862026-03-19T03:12:22.949Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41872026-03-19T03:12:22.972Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41882026-03-19T03:12:23.016Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41892026-03-19T03:12:23.036Z Checking tokio-rustls v0.24.1
41902026-03-19T03:12:23.295Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
41912026-03-19T03:12:23.475Z Checking fatfs v0.3.6
41922026-03-19T03:12:23.821Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
41932026-03-19T03:12:23.844Z Compiling seq-macro v0.3.6
41942026-03-19T03:12:28.987Z Compiling git2 v0.20.4
41952026-03-19T03:12:29.945Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
41962026-03-19T03:12:30.108Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
41972026-03-19T03:12:32.264Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41982026-03-19T03:13:43.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 23s
41992026-03-19T03:13:43.321Z
42002026-03-19T03:13:43.321Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (228/259)
42012026-03-19T03:13:44.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42022026-03-19T03:13:44.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42032026-03-19T03:13:44.557Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42042026-03-19T03:14:45.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 02s
42052026-03-19T03:14:45.985Z
42062026-03-19T03:14:45.985Zinfo: running `cargo check --bins` on nexus-background-task-interface (229/259)
42072026-03-19T03:14:46.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42082026-03-19T03:14:46.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42092026-03-19T03:14:46.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42102026-03-19T03:14:46.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
42112026-03-19T03:14:46.784Z
42122026-03-19T03:14:46.784Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (230/259)
42132026-03-19T03:14:47.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42142026-03-19T03:14:47.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42152026-03-19T03:14:47.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42162026-03-19T03:14:47.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
42172026-03-19T03:14:47.675Z
42182026-03-19T03:14:47.675Zinfo: running `cargo check --bins` on nexus-mgs-updates (231/259)
42192026-03-19T03:14:48.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42202026-03-19T03:14:48.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42212026-03-19T03:14:48.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42222026-03-19T03:14:48.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
42232026-03-19T03:14:48.548Z
42242026-03-19T03:14:48.549Zinfo: running `cargo check --bins` on nexus-networking (232/259)
42252026-03-19T03:14:49.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42262026-03-19T03:14:49.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42272026-03-19T03:14:49.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42282026-03-19T03:14:49.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
42292026-03-19T03:14:49.439Z
42302026-03-19T03:14:49.439Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (233/259)
42312026-03-19T03:14:50.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42322026-03-19T03:14:50.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42332026-03-19T03:14:50.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42342026-03-19T03:14:50.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
42352026-03-19T03:14:50.332Z
42362026-03-19T03:14:50.332Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (234/259)
42372026-03-19T03:14:51.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42382026-03-19T03:14:51.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42392026-03-19T03:14:51.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42402026-03-19T03:14:51.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
42412026-03-19T03:14:51.222Z
42422026-03-19T03:14:51.222Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (235/259)
42432026-03-19T03:14:51.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42442026-03-19T03:14:51.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42452026-03-19T03:14:51.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42462026-03-19T03:14:51.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
42472026-03-19T03:14:52.088Z
42482026-03-19T03:14:52.088Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (236/259)
42492026-03-19T03:14:52.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42502026-03-19T03:14:52.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42512026-03-19T03:14:52.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42522026-03-19T03:14:52.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
42532026-03-19T03:14:52.981Z
42542026-03-19T03:14:52.981Zinfo: running `cargo check --bins` on omicron-dev (237/259)
42552026-03-19T03:14:53.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42562026-03-19T03:14:53.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42572026-03-19T03:14:54.238Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42582026-03-19T03:14:54.241Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42592026-03-19T03:14:54.430Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
42602026-03-19T03:14:54.456Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
42612026-03-19T03:14:54.476Z Checking yansi v1.0.1
42622026-03-19T03:14:54.479Z Checking diff v0.1.13
42632026-03-19T03:14:54.496Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42642026-03-19T03:14:54.516Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
42652026-03-19T03:14:54.650Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
42662026-03-19T03:14:54.825Z Checking pretty_assertions v1.4.1
42672026-03-19T03:14:55.689Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42682026-03-19T03:15:29.122Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42692026-03-19T03:15:29.125Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42702026-03-19T03:15:29.125Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42712026-03-19T03:15:29.126Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42722026-03-19T03:15:29.126Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42732026-03-19T03:15:29.126Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42742026-03-19T03:15:30.087Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42752026-03-19T03:15:31.519Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42762026-03-19T03:16:34.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 39s
42772026-03-19T03:16:34.867Z
42782026-03-19T03:16:34.867Zinfo: running `cargo check --bins` on omicron-pins (238/259)
42792026-03-19T03:16:34.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42802026-03-19T03:16:34.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42812026-03-19T03:16:34.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42822026-03-19T03:16:34.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
42832026-03-19T03:16:34.868Z
42842026-03-19T03:16:34.868Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (239/259)
42852026-03-19T03:16:34.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42862026-03-19T03:16:34.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42872026-03-19T03:16:34.868Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42882026-03-19T03:16:34.868Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42892026-03-19T03:16:34.868Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
42902026-03-19T03:17:12.116Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42912026-03-19T03:17:12.613Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42922026-03-19T03:17:15.003Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42932026-03-19T03:17:15.592Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42942026-03-19T03:17:19.754Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42952026-03-19T03:17:52.079Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42962026-03-19T03:17:52.882Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42972026-03-19T03:17:55.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
42982026-03-19T03:17:55.303Z
42992026-03-19T03:17:55.303Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (240/259)
43002026-03-19T03:17:56.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43012026-03-19T03:17:56.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43022026-03-19T03:17:56.349Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43032026-03-19T03:17:57.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.87s
43042026-03-19T03:17:57.429Z
43052026-03-19T03:17:57.430Zinfo: running `cargo check --bins` on omicron-releng (241/259)
43062026-03-19T03:17:58.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43072026-03-19T03:17:58.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43082026-03-19T03:17:58.341Z Compiling blake3 v1.8.3
43092026-03-19T03:17:58.487Z Checking arrayvec v0.7.6
43102026-03-19T03:17:58.557Z Checking constant_time_eq v0.4.2
43112026-03-19T03:17:58.557Z Checking arrayref v0.3.9
43122026-03-19T03:17:58.557Z Checking topological-sort v0.2.2
43132026-03-19T03:17:58.557Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43142026-03-19T03:17:58.557Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43152026-03-19T03:17:58.557Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43162026-03-19T03:17:58.587Z Checking shell-words v1.1.1
43172026-03-19T03:17:59.508Z Checking omicron-zone-package v0.12.2
43182026-03-19T03:18:00.533Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43192026-03-19T03:18:01.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.18s
43202026-03-19T03:18:01.919Z
43212026-03-19T03:18:01.919Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (242/259)
43222026-03-19T03:18:02.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43232026-03-19T03:18:02.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43242026-03-19T03:18:02.778Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43252026-03-19T03:18:03.218Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43262026-03-19T03:18:03.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.79s
43272026-03-19T03:18:03.945Z
43282026-03-19T03:18:03.945Zinfo: running `cargo check --bins` on xtask (243/259)
43292026-03-19T03:18:04.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43302026-03-19T03:18:04.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43312026-03-19T03:18:04.572Z Checking libc v0.2.180
43322026-03-19T03:18:04.626Z Checking serde v1.0.228
43332026-03-19T03:18:04.670Z Checking zerofrom v0.1.6
43342026-03-19T03:18:04.671Z Checking bitflags v2.11.0
43352026-03-19T03:18:04.671Z Checking hashbrown v0.16.1
43362026-03-19T03:18:04.671Z Checking smallvec v1.15.1
43372026-03-19T03:18:04.704Z Checking serde_json v1.0.149
43382026-03-19T03:18:04.704Z Checking scroll v0.12.0
43392026-03-19T03:18:04.838Z Checking yoke v0.8.1
43402026-03-19T03:18:04.899Z Checking num-traits v0.2.19
43412026-03-19T03:18:04.934Z Checking thiserror v1.0.69
43422026-03-19T03:18:04.984Z Checking zerovec v0.11.5
43432026-03-19T03:18:05.015Z Checking zerotrie v0.2.3
43442026-03-19T03:18:05.060Z Checking percent-encoding v2.3.2
43452026-03-19T03:18:05.060Z Checking errno v0.3.14
43462026-03-19T03:18:05.238Z Checking log v0.4.29
43472026-03-19T03:18:05.277Z Checking rustix v1.1.3
43482026-03-19T03:18:05.277Z Checking toml_datetime v0.6.11
43492026-03-19T03:18:05.336Z Checking indexmap v2.13.0
43502026-03-19T03:18:05.450Z Checking serde_spanned v0.6.9
43512026-03-19T03:18:05.480Z Checking zerocopy v0.7.35
43522026-03-19T03:18:05.480Z Checking goblin v0.8.2
43532026-03-19T03:18:05.481Z Checking form_urlencoded v1.2.2
43542026-03-19T03:18:05.563Z Checking getrandom v0.4.1
43552026-03-19T03:18:05.640Z Checking tinystr v0.8.2
43562026-03-19T03:18:05.770Z Checking potential_utf v0.1.4
43572026-03-19T03:18:05.770Z Checking ordered-float v2.10.1
43582026-03-19T03:18:05.870Z Checking thiserror v2.0.18
43592026-03-19T03:18:05.928Z Checking icu_collections v2.1.1
43602026-03-19T03:18:05.928Z Checking icu_locale_core v2.1.1
43612026-03-19T03:18:05.928Z Checking syn v2.0.117
43622026-03-19T03:18:05.998Z Checking serde-value v0.7.0
43632026-03-19T03:18:06.096Z Checking toml_edit v0.22.27
43642026-03-19T03:18:06.114Z Checking dtrace-parser v0.2.0
43652026-03-19T03:18:06.234Z Checking thread-id v4.2.2
43662026-03-19T03:18:06.330Z Checking once_cell v1.21.3
43672026-03-19T03:18:06.388Z Checking cargo-platform v0.2.0
43682026-03-19T03:18:06.433Z Checking terminal_size v0.4.3
43692026-03-19T03:18:06.511Z Checking memmap v0.7.0
43702026-03-19T03:18:06.539Z Checking tempfile v3.25.0
43712026-03-19T03:18:06.539Z Checking clap_builder v4.5.60
43722026-03-19T03:18:06.559Z Checking textwrap v0.16.2
43732026-03-19T03:18:06.583Z Checking fs-err v3.3.0
43742026-03-19T03:18:06.632Z Checking icu_provider v2.1.1
43752026-03-19T03:18:06.761Z Checking camino-tempfile v1.4.1
43762026-03-19T03:18:06.840Z Checking anyhow v1.0.102
43772026-03-19T03:18:06.858Z Checking tabled v0.15.0
43782026-03-19T03:18:06.950Z Checking icu_properties v2.1.2
43792026-03-19T03:18:06.982Z Checking icu_normalizer v2.1.1
43802026-03-19T03:18:07.131Z Checking macaddr v1.0.1
43812026-03-19T03:18:07.331Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
43822026-03-19T03:18:07.604Z Checking toml v0.8.23
43832026-03-19T03:18:08.064Z Checking cargo_toml v0.21.0
43842026-03-19T03:18:08.114Z Checking idna_adapter v1.2.1
43852026-03-19T03:18:08.153Z Checking dof v0.3.0
43862026-03-19T03:18:08.225Z Checking clap v4.5.60
43872026-03-19T03:18:08.251Z Checking idna v1.1.0
43882026-03-19T03:18:08.540Z Checking usdt-impl v0.5.0
43892026-03-19T03:18:08.624Z Checking url v2.5.8
43902026-03-19T03:18:08.852Z Checking usdt v0.5.0
43912026-03-19T03:18:09.069Z Checking cargo-util-schemas v0.8.2
43922026-03-19T03:18:10.092Z Checking cargo_metadata v0.21.0
43932026-03-19T03:18:10.939Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
43942026-03-19T03:18:11.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.59s
43952026-03-19T03:18:11.650Z
43962026-03-19T03:18:11.650Zinfo: running `cargo check --bins` on end-to-end-tests (244/259)
43972026-03-19T03:18:12.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43982026-03-19T03:18:12.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43992026-03-19T03:18:13.242Z Checking polyval v0.6.2
44002026-03-19T03:18:13.255Z Checking ctr v0.9.2
44012026-03-19T03:18:13.255Z Checking ssh-encoding v0.2.0
44022026-03-19T03:18:13.256Z Checking blowfish v0.9.1
44032026-03-19T03:18:13.256Z Checking password-hash v0.4.2
44042026-03-19T03:18:13.256Z Checking p256 v0.13.2
44052026-03-19T03:18:13.256Z Checking p521 v0.13.3
44062026-03-19T03:18:13.256Z Checking russh-cryptovec v0.7.3
44072026-03-19T03:18:13.256Z Checking ghash v0.5.1
44082026-03-19T03:18:13.256Z Checking md5 v0.7.0
44092026-03-19T03:18:13.256Z Checking bcrypt-pbkdf v0.10.0
44102026-03-19T03:18:13.256Z Checking num-bigint v0.4.6
44112026-03-19T03:18:13.256Z Checking des v0.8.1
44122026-03-19T03:18:13.256Z Checking aes-gcm v0.10.3
44132026-03-19T03:18:13.287Z Checking pbkdf2 v0.11.0
44142026-03-19T03:18:13.330Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44152026-03-19T03:18:13.350Z Checking hex-literal v0.4.1
44162026-03-19T03:18:13.367Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
44172026-03-19T03:18:13.388Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
44182026-03-19T03:18:13.435Z Checking ssh-cipher v0.2.0
44192026-03-19T03:18:13.541Z Checking socket2 v0.5.10
44202026-03-19T03:18:13.592Z Checking internet-checksum v0.2.1
44212026-03-19T03:18:13.700Z Checking ssh-key v0.6.7
44222026-03-19T03:18:13.913Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44232026-03-19T03:18:14.606Z Checking russh-keys v0.45.0
44242026-03-19T03:18:15.337Z Checking russh v0.45.0
44252026-03-19T03:18:37.166Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
44262026-03-19T03:18:39.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.97s
44272026-03-19T03:18:39.661Z
44282026-03-19T03:18:39.661Zinfo: running `cargo check --bins` on gateway-cli (245/259)
44292026-03-19T03:18:39.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44302026-03-19T03:18:39.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44312026-03-19T03:18:39.810Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
44322026-03-19T03:18:39.937Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
44332026-03-19T03:18:39.985Z Checking termios v0.3.3
44342026-03-19T03:18:41.680Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
44352026-03-19T03:18:41.817Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44362026-03-19T03:18:44.488Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
44372026-03-19T03:18:45.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.35s
44382026-03-19T03:18:45.483Z
44392026-03-19T03:18:45.483Zinfo: running `cargo check --bins --no-default-features` on installinator (246/259)
44402026-03-19T03:18:46.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44412026-03-19T03:18:46.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44422026-03-19T03:18:46.596Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
44432026-03-19T03:18:46.719Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
44442026-03-19T03:18:46.719Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
44452026-03-19T03:18:46.736Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44462026-03-19T03:18:46.737Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
44472026-03-19T03:18:46.908Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
44482026-03-19T03:18:46.908Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
44492026-03-19T03:18:47.867Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
44502026-03-19T03:18:48.156Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
44512026-03-19T03:18:48.176Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
44522026-03-19T03:18:49.010Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
44532026-03-19T03:18:51.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.67s
44542026-03-19T03:18:51.479Z
44552026-03-19T03:18:51.479Zinfo: running `cargo check --bins` on internal-dns-cli (247/259)
44562026-03-19T03:18:52.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44572026-03-19T03:18:52.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44582026-03-19T03:18:52.821Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44592026-03-19T03:18:52.905Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
44602026-03-19T03:18:53.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s
44612026-03-19T03:18:53.540Z
44622026-03-19T03:18:53.540Zinfo: running `cargo check --bins` on omicron-live-tests (248/259)
44632026-03-19T03:18:54.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44642026-03-19T03:18:54.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44652026-03-19T03:18:54.172Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44662026-03-19T03:18:54.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
44672026-03-19T03:18:54.256Z
44682026-03-19T03:18:54.257Zinfo: running `cargo check --bins` on live-tests-macros (249/259)
44692026-03-19T03:18:54.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44702026-03-19T03:18:55.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44712026-03-19T03:18:55.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44722026-03-19T03:18:55.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
44732026-03-19T03:18:55.091Z
44742026-03-19T03:18:55.091Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (250/259)
44752026-03-19T03:18:55.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44762026-03-19T03:18:56.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44772026-03-19T03:18:56.094Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
44782026-03-19T03:18:56.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.78s
44792026-03-19T03:18:57.119Z
44802026-03-19T03:18:57.119Zinfo: running `cargo check --bins` on omicron-ntp-admin (251/259)
44812026-03-19T03:18:57.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44822026-03-19T03:18:57.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44832026-03-19T03:18:58.011Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
44842026-03-19T03:18:58.051Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
44852026-03-19T03:18:58.352Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
44862026-03-19T03:18:58.455Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
44872026-03-19T03:18:59.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.20s
44882026-03-19T03:18:59.532Z
44892026-03-19T03:18:59.533Zinfo: running `cargo check --bins` on ntp-admin-types (252/259)
44902026-03-19T03:19:00.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44912026-03-19T03:19:00.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44922026-03-19T03:19:00.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44932026-03-19T03:19:00.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
44942026-03-19T03:19:00.328Z
44952026-03-19T03:19:00.328Zinfo: running `cargo check --bins` on omicron-package (253/259)
44962026-03-19T03:19:01.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44972026-03-19T03:19:01.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44982026-03-19T03:19:01.290Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
44992026-03-19T03:19:02.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.29s
45002026-03-19T03:19:02.904Z
45012026-03-19T03:19:02.904Zinfo: running `cargo check --bins` on tqdb (254/259)
45022026-03-19T03:19:04.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45032026-03-19T03:19:04.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45042026-03-19T03:19:04.469Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45052026-03-19T03:19:04.598Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45062026-03-19T03:19:05.148Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45072026-03-19T03:19:05.190Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
45082026-03-19T03:19:11.865Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45092026-03-19T03:19:12.845Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45102026-03-19T03:19:12.894Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45112026-03-19T03:19:12.894Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45122026-03-19T03:19:12.894Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
45132026-03-19T03:19:13.976Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
45142026-03-19T03:19:23.584Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45152026-03-19T03:19:31.971Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45162026-03-19T03:19:31.989Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
45172026-03-19T03:19:31.997Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45182026-03-19T03:19:31.997Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45192026-03-19T03:19:33.851Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45202026-03-19T03:19:35.815Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
45212026-03-19T03:19:36.587Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
45222026-03-19T03:19:38.339Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
45232026-03-19T03:19:39.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.16s
45242026-03-19T03:19:40.143Z
45252026-03-19T03:19:40.143Zinfo: running `cargo check --bins` on wicket-dbg (255/259)
45262026-03-19T03:19:40.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45272026-03-19T03:19:40.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45282026-03-19T03:19:40.366Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45292026-03-19T03:19:40.464Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
45302026-03-19T03:19:40.553Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
45312026-03-19T03:19:40.553Z Checking rtoolbox v0.0.3
45322026-03-19T03:19:40.553Z Checking tui-tree-widget v0.23.1
45332026-03-19T03:19:40.657Z Checking rpassword v7.4.0
45342026-03-19T03:19:40.783Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45352026-03-19T03:19:41.744Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45362026-03-19T03:19:48.400Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45372026-03-19T03:19:49.327Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
45382026-03-19T03:19:51.000Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
45392026-03-19T03:19:55.082Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45402026-03-19T03:19:57.782Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
45412026-03-19T03:19:58.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.37s
45422026-03-19T03:19:58.944Z
45432026-03-19T03:19:58.944Zinfo: running `cargo check --bins` on wicket (256/259)
45442026-03-19T03:19:59.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45452026-03-19T03:19:59.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45462026-03-19T03:19:59.863Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45472026-03-19T03:20:00.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
45482026-03-19T03:20:00.545Z
45492026-03-19T03:20:00.545Zinfo: running `cargo check --bins` on wicketd (257/259)
45502026-03-19T03:20:02.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45512026-03-19T03:20:02.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45522026-03-19T03:20:02.484Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
45532026-03-19T03:20:02.485Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
45542026-03-19T03:20:02.485Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45552026-03-19T03:20:02.485Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
45562026-03-19T03:20:03.136Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
45572026-03-19T03:20:03.927Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
45582026-03-19T03:20:08.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.51s
45592026-03-19T03:20:08.315Z
45602026-03-19T03:20:08.315Zinfo: running `cargo check --bins` on omicron-workspace-hack (258/259)
45612026-03-19T03:20:09.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45622026-03-19T03:20:09.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45632026-03-19T03:20:09.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45642026-03-19T03:20:09.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
45652026-03-19T03:20:09.803Z
45662026-03-19T03:20:09.803Zinfo: running `cargo check --bins` on zone-setup (259/259)
45672026-03-19T03:20:09.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45682026-03-19T03:20:10.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45692026-03-19T03:20:10.060Z Checking uzers v0.12.2
45702026-03-19T03:20:10.385Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
45712026-03-19T03:20:11.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.22s
45722026-03-19T03:20:11.624Z
45732026-03-19T03:20:11.727Zreal 19:24.565168611
45742026-03-19T03:20:11.727Zuser 28:56.116263463
45752026-03-19T03:20:11.727Zsys 5:21.158917233
45762026-03-19T03:20:11.727Ztrap 0.487185302
45772026-03-19T03:20:11.727Ztflt 0.270333143
45782026-03-19T03:20:11.727Zdflt 0.705336666
45792026-03-19T03:20:11.727Zkflt 0.000930099
45802026-03-19T03:20:11.727Zlock 1:46:31.137916457
45812026-03-19T03:20:11.728Zslp 2:16:07.581706913
45822026-03-19T03:20:11.728Zlat 1:25.183558284
45832026-03-19T03:20:11.739Zstop 5:25.911247919
45842026-03-19T03:20:11.739Zprocess exited: duration 1440486 ms, exit code 0
 
45852026-03-19T03:20:11.840Zfound 0 output files