01KJKA6TGR1S58HPKTKF3JG6KQ: 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: 01KJKA7446M7QM7E4KZK3PJDMF

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-02-28T23:44:50.191Zjob assigned to worker 01KJKA753W3MPF60NK6NDJR1DZ [factory gimlet-EVT22200007-propolis, EVT22200007/59755] (queued for 27 s)
 
22026-02-28T23:44:59.346Zstarting task 0: "setup"
32026-02-28T23:44:59.371Z++ uname -s
42026-02-28T23:44:59.371Z+ kern=SunOS
52026-02-28T23:44:59.371Z+ build_user=build
62026-02-28T23:44:59.371Z+ build_uid=12345
72026-02-28T23:44:59.371Z+ work_dir=/work
82026-02-28T23:44:59.371Z+ input_dir=/input
92026-02-28T23:44:59.371Z+ [[ 0 == 12345 ]]
102026-02-28T23:44:59.371Z+ case "$kern" in
112026-02-28T23:44:59.371Z+ groupadd -g 12345 build
122026-02-28T23:44:59.371Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-02-28T23:45:01.369Z+ zfs create -o mountpoint=/work rpool/work
142026-02-28T23:45:01.402Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-02-28T23:45:01.427Z+ home_fs=zfs
162026-02-28T23:45:01.427Z+ [[ zfs == autofs ]]
172026-02-28T23:45:01.428Z+ mkdir -p /home/build
182026-02-28T23:45:01.428Z+ chown build:build /home/build /work
192026-02-28T23:45:03.410Z+ chmod 0700 /home/build /work
202026-02-28T23:45:03.435Zprocess exited: duration 4070 ms, exit code 0
 
212026-02-28T23:45:03.492Zstarting task 1: "rust-toolchain"
222026-02-28T23:45:03.518Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
232026-02-28T23:45:03.518Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-02-28T23:45:03.518Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-02-28T23:45:03.518Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-02-28T23:45:03.518Z * rust toolchain channel = "1.91.1"
272026-02-28T23:45:03.518Z * rust toolchain profile = "default"
282026-02-28T23:45:03.518Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-02-28T23:45:03.518Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-02-28T23:45:03.640Zinfo: downloading installer
312026-02-28T23:45:04.289Zwarn: It looks like you have an existing installation of Rust at:
322026-02-28T23:45:04.289Zwarn: /opt/ooce/bin
332026-02-28T23:45:04.289Zwarn: It is recommended that rustup be the primary Rust installation.
342026-02-28T23:45:04.289Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-02-28T23:45:04.289Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-02-28T23:45:04.289Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-02-28T23:45:04.289Zwarn: or pass `-y' to ignore all ignorable checks.
382026-02-28T23:45:04.289Zerror: cannot install while Rust is installed
392026-02-28T23:45:04.289Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-02-28T23:45:04.314Zinfo: profile set to 'default'
412026-02-28T23:45:04.314Zinfo: default host triple is x86_64-unknown-illumos
422026-02-28T23:45:04.315Zinfo: syncing channel updates for '1.91.1-x86_64-unknown-illumos'
432026-02-28T23:45:04.447Zinfo: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07)
442026-02-28T23:45:04.447Zinfo: downloading component 'cargo'
452026-02-28T23:45:04.706Zinfo: downloading component 'clippy'
462026-02-28T23:45:04.812Zinfo: downloading component 'rust-docs'
472026-02-28T23:45:05.150Zinfo: downloading component 'rust-std'
482026-02-28T23:45:06.589Zinfo: downloading component 'rustc'
492026-02-28T23:45:12.104Zinfo: downloading component 'rustfmt'
502026-02-28T23:45:12.189Zinfo: installing component 'cargo'
512026-02-28T23:45:13.458Zinfo: installing component 'clippy'
522026-02-28T23:45:13.907Zinfo: installing component 'rust-docs'
532026-02-28T23:45:17.314Zinfo: installing component 'rust-std'
542026-02-28T23:45:19.540Zinfo: installing component 'rustc'
552026-02-28T23:45:27.732Zinfo: installing component 'rustfmt'
562026-02-28T23:45:28.131Z
572026-02-28T23:45:28.131Zinfo: default toolchain set to '1.91.1-x86_64-unknown-illumos'
582026-02-28T23:45:28.303Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
592026-02-28T23:45:28.303Z
602026-02-28T23:45:28.328Z
612026-02-28T23:45:28.328ZRust is installed now. Great!
622026-02-28T23:45:28.328Z
632026-02-28T23:45:28.328ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-02-28T23:45:28.328Zenvironment variable. This has not been done automatically.
652026-02-28T23:45:28.328Z
662026-02-28T23:45:28.328ZTo configure your current shell, you need to source
672026-02-28T23:45:28.328Zthe corresponding env file under $HOME/.cargo.
682026-02-28T23:45:28.328Z
692026-02-28T23:45:28.328ZThis is usually done by running one of the following (note the leading DOT):
702026-02-28T23:45:28.328Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-02-28T23:45:28.328Zsource "$HOME/.cargo/env.fish" # For fish
722026-02-28T23:45:28.328Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-02-28T23:45:28.427Z+ rustup --version
742026-02-28T23:45:28.451Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-02-28T23:45:28.452Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-02-28T23:45:28.581Zinfo: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
772026-02-28T23:45:28.606Z+ cargo --version
782026-02-28T23:45:28.694Zcargo 1.91.1 (ea2d97820 2025-10-10)
792026-02-28T23:45:28.719Z+ rustc --version
802026-02-28T23:45:28.798Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
812026-02-28T23:45:28.823Zprocess exited: duration 25315 ms, exit code 0
 
822026-02-28T23:45:28.872Zstarting task 2: "authentication"
832026-02-28T23:45:28.929Zprocess exited: duration 56 ms, exit code 0
 
842026-02-28T23:45:28.979Zstarting task 3: "clone repository"
852026-02-28T23:45:29.004Z+ mkdir -p /work/oxidecomputer/omicron
862026-02-28T23:45:29.004Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872026-02-28T23:45:29.028ZCloning into '/work/oxidecomputer/omicron'...
882026-02-28T23:45:46.160Z+ cd /work/oxidecomputer/omicron
892026-02-28T23:45:46.160Z+ git fetch origin ac5ccbc67567ebd033de0b8627f30d8b5a07ce03
902026-02-28T23:45:46.583ZFrom https://github.com/oxidecomputer/omicron
912026-02-28T23:45:46.583Z * branch ac5ccbc67567ebd033de0b8627f30d8b5a07ce03 -> FETCH_HEAD
922026-02-28T23:45:46.607Z+ [[ -n sunshowers/spr/dropshot-apis-update-dropshot-api-manager-to-050 ]]
932026-02-28T23:45:46.608Z++ git branch --show-current
942026-02-28T23:45:46.608Z+ current=main
952026-02-28T23:45:46.608Z+ [[ main != sunshowers/spr/dropshot-apis-update-dropshot-api-manager-to-050 ]]
962026-02-28T23:45:46.608Z+ git branch -f sunshowers/spr/dropshot-apis-update-dropshot-api-manager-to-050 ac5ccbc67567ebd033de0b8627f30d8b5a07ce03
972026-02-28T23:45:46.633Z+ git checkout -f sunshowers/spr/dropshot-apis-update-dropshot-api-manager-to-050
982026-02-28T23:45:47.019ZSwitched to branch 'sunshowers/spr/dropshot-apis-update-dropshot-api-manager-to-050'
992026-02-28T23:45:47.044Z+ git reset --hard ac5ccbc67567ebd033de0b8627f30d8b5a07ce03
1002026-02-28T23:45:47.069ZHEAD is now at ac5ccbc67 update to 0.5.2 with parallel drop
1012026-02-28T23:45:47.069Zprocess exited: duration 18073 ms, exit code 0
 
1022026-02-28T23:45:47.119Zstarting task 4: "build"
1032026-02-28T23:45:47.144Z+ source .github/buildomat/ci-env.sh
1042026-02-28T23:45:47.144Z++ export CARGO_TERM_COLOR=always
1052026-02-28T23:45:47.144Z++ CARGO_TERM_COLOR=always
1062026-02-28T23:45:47.144Z+ cargo --version
1072026-02-28T23:45:47.209Zcargo 1.91.1 (ea2d97820 2025-10-10)
1082026-02-28T23:45:47.236Z+ rustc --version
1092026-02-28T23:45:47.303Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1102026-02-28T23:45:47.329Z+ source ./env.sh
1112026-02-28T23:45:47.329Z++ OLD_SHELL_OPTS=ehxB
1122026-02-28T23:45:47.329Z++ set -o xtrace
1132026-02-28T23:45:47.329Z++++ dirname ./env.sh
1142026-02-28T23:45:47.329Z+++ readlink -f .
1152026-02-28T23:45:47.329Z++ OMICRON_WS=/work/oxidecomputer/omicron
1162026-02-28T23:45:47.329Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1172026-02-28T23:45:47.329Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1182026-02-28T23:45:47.329Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1192026-02-28T23:45:47.329Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1202026-02-28T23:45:47.329Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1212026-02-28T23:45:47.329Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1222026-02-28T23:45:47.329Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1232026-02-28T23:45:47.329Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1242026-02-28T23:45:47.329Z++ case $OLD_SHELL_OPTS in
1252026-02-28T23:45:47.329Z++ unset OLD_SHELL_OPTS OMICRON_WS
1262026-02-28T23:45:47.329Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1272026-02-28T23:45:47.329Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1282026-02-28T23:45:47.329Z+ banner prerequisites
1292026-02-28T23:45:47.329Z
1302026-02-28T23:45:47.330Z ##### ##### ###### ##### ###### #### # # # #### #
1312026-02-28T23:45:47.330Z # # # # # # # # # # # # # # #
1322026-02-28T23:45:47.330Z # # # # ##### # # ##### # # # # # #### #
1332026-02-28T23:45:47.330Z ##### ##### # ##### # # # # # # # # #
1342026-02-28T23:45:47.330Z # # # # # # # # # # # # # # #
1352026-02-28T23:45:47.330Z # # # ###### # # ###### ### # #### # #### #
1362026-02-28T23:45:47.330Z
1372026-02-28T23:45:47.330Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1382026-02-28T23:46:07.664Z Startup: Refreshing catalog 'helios-dev' ... Done
1392026-02-28T23:46:20.125Z Startup: Caching catalogs ... Done
1402026-02-28T23:46:48.585ZPlanning: Solver setup ... Done (26.206s)
1412026-02-28T23:46:48.776ZPlanning: Running solver ... Done (0.191s)
1422026-02-28T23:46:48.929ZPlanning: Finding local manifests ... Done (0.001s)
1432026-02-28T23:46:49.005ZPlanning: Fetching manifests: 0/4 0% complete
1442026-02-28T23:46:49.410ZPlanning: Fetching manifests: 4/4 100% complete
1452026-02-28T23:46:49.466ZPlanning: Package planning ... Done (0.056s)
1462026-02-28T23:46:49.526ZPlanning: Merging actions ... Done (0.059s)
1472026-02-28T23:46:49.850ZPlanning: Checking for conflicting actions ... Done (0.324s)
1482026-02-28T23:46:49.875ZPlanning: Consolidating action changes ... Done (0.013s)
1492026-02-28T23:46:50.491ZPlanning: Evaluating mediators ... Done (0.627s)
1502026-02-28T23:46:50.515ZPlanning: Planning completed in 30.27 seconds
1512026-02-28T23:46:50.541Z Packages to install: 4
1522026-02-28T23:46:50.541Z Mediators to change: 2
1532026-02-28T23:46:50.541Z Services to change: 1
1542026-02-28T23:46:50.541Z Estimated space available: 154.94 GB
1552026-02-28T23:46:50.541ZEstimated space to be consumed: 1.81 GB
1562026-02-28T23:46:50.541Z Create boot environment: No
1572026-02-28T23:46:50.541ZCreate backup boot environment: No
1582026-02-28T23:46:50.541Z Rebuild boot archive: No
1592026-02-28T23:46:50.541Z
1602026-02-28T23:46:50.541ZChanged mediators:
1612026-02-28T23:46:50.541Z mediator clang:
1622026-02-28T23:46:50.541Z version: None -> 15 (system default)
1632026-02-28T23:46:50.541Z
1642026-02-28T23:46:50.541Z mediator llvm:
1652026-02-28T23:46:50.541Z version: 14 (system default) -> 15 (system default)
1662026-02-28T23:46:50.541Z
1672026-02-28T23:46:50.541ZChanged packages:
1682026-02-28T23:46:50.541Zhelios-dev
1692026-02-28T23:46:50.541Z developer/build-essential
1702026-02-28T23:46:50.541Z None -> 11-2.0
1712026-02-28T23:46:50.541Z library/libxmlsec1
1722026-02-28T23:46:50.541Z None -> 1.2.35-2.0
1732026-02-28T23:46:50.541Z ooce/developer/clang-15
1742026-02-28T23:46:50.541Z None -> 15.0.7-2.0
1752026-02-28T23:46:50.541Z ooce/developer/llvm-15
1762026-02-28T23:46:50.541Z None -> 15.0.7-2.0
1772026-02-28T23:46:50.541Z
1782026-02-28T23:46:50.541ZServices:
1792026-02-28T23:46:50.541Z restart_fmri:
1802026-02-28T23:46:50.541Z svc:/system/update-man-index:default
1812026-02-28T23:46:50.573Z
1822026-02-28T23:46:50.573ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1832026-02-28T23:46:55.574ZDownload: 1187/3290 items 44.9/212.6MB 21% complete (8.9M/s)
1842026-02-28T23:47:00.572ZDownload: 1199/3290 items 83.5/212.6MB 39% complete (8.4M/s)
1852026-02-28T23:47:05.572ZDownload: 2316/3290 items 119.6/212.6MB 56% complete (7.8M/s)
1862026-02-28T23:47:10.572ZDownload: 3248/3290 items 201.1/212.6MB 94% complete (11.7M/s)
1872026-02-28T23:47:11.971ZDownload: Completed 212.60 MB in 21.40 seconds (9.9M/s)
1882026-02-28T23:47:12.126Z Actions: 1/3689 actions (Installing new actions)
1892026-02-28T23:47:17.226Z Actions: 2613/3689 actions (Installing new actions)
1902026-02-28T23:47:18.044Z Actions: Completed 3689 actions in 5.92 seconds.
1912026-02-28T23:47:18.733Z Done (0.682s)
1922026-02-28T23:47:18.733Z Done (0.000s)
1932026-02-28T23:47:20.018Z Done (1.285s)
1942026-02-28T23:47:24.847Z Done (4.580s)
1952026-02-28T23:47:24.941Z Done (0.019s)
1962026-02-28T23:47:24.966Z Done (0.000s)
1972026-02-28T23:47:25.106Z Done (0.000s)
1982026-02-28T23:47:26.110ZPlanning: Evaluating mediator changes ... Done
1992026-02-28T23:47:26.362ZPlanning: Checking for conflicting actions ... Done
2002026-02-28T23:47:26.387ZPlanning: Consolidating action changes ... Done
2012026-02-28T23:47:26.696ZPlanning: Evaluating mediators ... Done
2022026-02-28T23:47:26.720ZPlanning: Planning completed in 0.59 seconds
2032026-02-28T23:47:26.745Z Mediators to change: 2
2042026-02-28T23:47:26.745Z Create boot environment: No
2052026-02-28T23:47:26.746ZCreate backup boot environment: No
2062026-02-28T23:47:26.795Z Done
2072026-02-28T23:47:26.795Z Done
2082026-02-28T23:47:27.879Z Done
2092026-02-28T23:47:32.330Z Done
2102026-02-28T23:47:32.426Z Done
2112026-02-28T23:47:32.426Z Done
2122026-02-28T23:47:32.482Z Done
2132026-02-28T23:47:33.218ZPlanning: Evaluating mediator changes ... Done
2142026-02-28T23:47:33.243ZPlanning: Merging actions ... Done
2152026-02-28T23:47:33.451ZPlanning: Checking for conflicting actions ... Done
2162026-02-28T23:47:33.477ZPlanning: Consolidating action changes ... Done
2172026-02-28T23:47:33.773ZPlanning: Evaluating mediators ... Done
2182026-02-28T23:47:33.836ZPlanning: Planning completed in 0.93 seconds
2192026-02-28T23:47:33.875Z Packages to change: 1
2202026-02-28T23:47:33.875Z Mediators to change: 1
2212026-02-28T23:47:33.875Z Services to change: 1
2222026-02-28T23:47:33.875Z Create boot environment: No
2232026-02-28T23:47:33.900ZCreate backup boot environment: Yes
2242026-02-28T23:47:35.857Z Actions: 1/6 actions (Updating modified actions)
2252026-02-28T23:47:35.883Z Actions: Completed 6 actions in 0.00 seconds.
2262026-02-28T23:47:35.883Z Done
2272026-02-28T23:47:35.883Z Done
2282026-02-28T23:47:36.121Z Done
2292026-02-28T23:47:40.620Z Done
2302026-02-28T23:47:40.718Z Done
2312026-02-28T23:47:40.718Z Done
2322026-02-28T23:47:40.839Z Done
2332026-02-28T23:47:41.409ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2342026-02-28T23:47:41.409Zclang system 15 system
2352026-02-28T23:47:41.410Zcsh system system illumos
2362026-02-28T23:47:41.410Zctags system system illumos
2372026-02-28T23:47:41.410Zfile system system illumos
2382026-02-28T23:47:41.410Zgcc vendor 12 vendor
2392026-02-28T23:47:41.410Zgcc system 10 system
2402026-02-28T23:47:41.410Zgcc system 7 system
2412026-02-28T23:47:41.410Zgo system 1.20 system
2422026-02-28T23:47:41.410Zgo system 1.19 system
2432026-02-28T23:47:41.410Zllvm system 15 system
2442026-02-28T23:47:41.410Zllvm system 14 system
2452026-02-28T23:47:41.410Zmariadb system 10.6 system
2462026-02-28T23:47:41.410Zmta vendor vendor dma
2472026-02-28T23:47:41.410Zopenjdk system 17 system
2482026-02-28T23:47:41.410Zopenjdk system 11 system
2492026-02-28T23:47:41.410Zopenjdk system 1.8 system
2502026-02-28T23:47:41.410Zopenssl vendor 3 vendor
2512026-02-28T23:47:41.410Zperl system 5.36 system
2522026-02-28T23:47:41.410Zpostgresql system 15 system
2532026-02-28T23:47:41.410Zpostgresql system 13 system
2542026-02-28T23:47:41.410Zpython vendor 3 vendor
2552026-02-28T23:47:41.410Zpython system 2 system
2562026-02-28T23:47:41.410Zpython3 system 3.11 system
2572026-02-28T23:47:41.410Zruby system 3.0 system
2582026-02-28T23:47:41.410Zwords vendor vendor american-english
2592026-02-28T23:47:41.410Zwords system system australian-english
2602026-02-28T23:47:41.410Zwords system system british-english
2612026-02-28T23:47:41.410Zwords system system canadian-english
2622026-02-28T23:47:41.410Zwords system system french
2632026-02-28T23:47:41.410Zwords system system italian
2642026-02-28T23:47:41.410Zwords system system ngerman
2652026-02-28T23:47:41.410Zwords system system ogerman
2662026-02-28T23:47:41.410Zwords system system spanish
2672026-02-28T23:47:41.826ZPUBLISHER TYPE STATUS P LOCATION
2682026-02-28T23:47:41.826Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2692026-02-28T23:47:49.983ZFMRI IFO
2702026-02-28T23:47:49.983Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2712026-02-28T23:47:49.983Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2722026-02-28T23:47:49.983Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2732026-02-28T23:47:49.983Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2742026-02-28T23:47:49.983Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2752026-02-28T23:47:49.983Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2762026-02-28T23:47:49.983Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2772026-02-28T23:47:49.983Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2782026-02-28T23:47:49.984Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2792026-02-28T23:47:49.984Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2802026-02-28T23:47:49.984Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2812026-02-28T23:47:49.984Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2822026-02-28T23:47:49.984Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2832026-02-28T23:47:49.984Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2842026-02-28T23:47:49.984Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2852026-02-28T23:47:49.984Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2862026-02-28T23:47:51.219Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2872026-02-28T23:47:51.590Z Updating crates.io index
2882026-02-28T23:47:51.668Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2892026-02-28T23:47:52.047Z Updating git repository `https://github.com/oxidecomputer/lldp`
2902026-02-28T23:47:52.496Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2912026-02-28T23:47:52.834Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2922026-02-28T23:47:53.225Z Updating git repository `https://github.com/oxidecomputer/propolis`
2932026-02-28T23:47:54.867Z Updating git repository `https://github.com/oxidecomputer/crucible`
2942026-02-28T23:47:57.332Z Updating git repository `https://github.com/oxidecomputer/opte`
2952026-02-28T23:47:58.274Z Updating git repository `https://github.com/oxidecomputer/tofino`
2962026-02-28T23:47:58.716Z Updating git repository `https://github.com/oxidecomputer/falcon`
2972026-02-28T23:47:59.555Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2982026-02-28T23:48:00.180Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2992026-02-28T23:48:01.360Z Updating git repository `https://github.com/oxidecomputer/clickward`
3002026-02-28T23:48:01.731Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3012026-02-28T23:48:02.229Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3022026-02-28T23:48:02.625Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3032026-02-28T23:48:03.555Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3042026-02-28T23:48:04.169Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3052026-02-28T23:48:04.517Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3062026-02-28T23:48:04.911Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3072026-02-28T23:48:05.376Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3082026-02-28T23:48:05.714Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3092026-02-28T23:48:06.031Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3102026-02-28T23:48:06.380Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3112026-02-28T23:48:06.950Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3122026-02-28T23:48:07.445Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3132026-02-28T23:48:08.096Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3142026-02-28T23:48:08.434Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3152026-02-28T23:48:08.860Z Updating git repository `https://github.com/oxidecomputer/ispf`
3162026-02-28T23:48:09.385Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3172026-02-28T23:48:10.009Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3182026-02-28T23:48:10.492Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3192026-02-28T23:48:10.837Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3202026-02-28T23:48:11.266Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3212026-02-28T23:48:11.632Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3222026-02-28T23:48:12.133Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3232026-02-28T23:48:12.428Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3242026-02-28T23:48:12.781Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3252026-02-28T23:48:13.139Z Updating git repository `https://github.com/illumos/smf-rs`
3262026-02-28T23:48:13.614Z Updating git repository `https://github.com/oxidecomputer/omicron`
3272026-02-28T23:48:26.929Z Downloading crates ...
3282026-02-28T23:48:27.002Z Downloaded anstyle v1.0.11
3292026-02-28T23:48:27.027Z Downloaded memmap v0.7.0
3302026-02-28T23:48:27.027Z Downloaded tempfile v3.24.0
3312026-02-28T23:48:27.027Z Downloaded thiserror-impl v1.0.69
3322026-02-28T23:48:27.027Z Downloaded equivalent v1.0.2
3332026-02-28T23:48:27.027Z Downloaded utf8parse v0.2.2
3342026-02-28T23:48:27.027Z Downloaded dtrace-parser v0.2.0
3352026-02-28T23:48:27.027Z Downloaded erased-serde v0.4.6
3362026-02-28T23:48:27.027Z Downloaded tabled_derive v0.7.0
3372026-02-28T23:48:27.052Z Downloaded displaydoc v0.2.5
3382026-02-28T23:48:27.053Z Downloaded crypto-common v0.1.6
3392026-02-28T23:48:27.053Z Downloaded unicode-linebreak v0.1.5
3402026-02-28T23:48:27.053Z Downloaded yoke-derive v0.7.4
3412026-02-28T23:48:27.053Z Downloaded zmij v1.0.15
3422026-02-28T23:48:27.078Z Downloaded zerofrom-derive v0.1.4
3432026-02-28T23:48:27.078Z Downloaded writeable v0.5.5
3442026-02-28T23:48:27.078Z Downloaded yoke v0.7.4
3452026-02-28T23:48:27.103Z Downloaded thread-id v4.2.2
3462026-02-28T23:48:27.103Z Downloaded zerovec v0.10.4
3472026-02-28T23:48:27.128Z Downloaded zerocopy v0.7.35
3482026-02-28T23:48:27.129Z Downloaded icu_collections v1.5.0
3492026-02-28T23:48:27.154Z Downloaded winnow v0.7.14
3502026-02-28T23:48:27.154Z Downloaded unicode-width v0.2.0
3512026-02-28T23:48:27.179Z Downloaded unicode-width v0.1.14
3522026-02-28T23:48:27.179Z Downloaded indexmap v2.13.0
3532026-02-28T23:48:27.179Z Downloaded serde_json v1.0.149
3542026-02-28T23:48:27.204Z Downloaded toml_edit v0.22.27
3552026-02-28T23:48:27.204Z Downloaded hashbrown v0.16.1
3562026-02-28T23:48:27.204Z Downloaded goblin v0.8.2
3572026-02-28T23:48:27.204Z Downloaded serde v1.0.228
3582026-02-28T23:48:27.204Z Downloaded tabled v0.15.0
3592026-02-28T23:48:27.229Z Downloaded syn v1.0.109
3602026-02-28T23:48:27.254Z Downloaded icu_properties_data v1.5.0
3612026-02-28T23:48:27.254Z Downloaded syn v2.0.117
3622026-02-28T23:48:27.279Z Downloaded rustix v0.38.37
3632026-02-28T23:48:27.304Z Downloaded pest v2.8.2
3642026-02-28T23:48:27.304Z Downloaded memchr v2.7.4
3652026-02-28T23:48:27.304Z Downloaded idna v1.0.3
3662026-02-28T23:48:27.304Z Downloaded serde_derive v1.0.228
3672026-02-28T23:48:27.305Z Downloaded rustix v1.1.3
3682026-02-28T23:48:27.330Z Downloaded icu_normalizer_data v1.5.0
3692026-02-28T23:48:27.355Z Downloaded cargo-util-schemas v0.8.2
3702026-02-28T23:48:27.355Z Downloaded serde_core v1.0.228
3712026-02-28T23:48:27.355Z Downloaded thiserror-impl v2.0.18
3722026-02-28T23:48:27.355Z Downloaded thiserror v1.0.69
3732026-02-28T23:48:27.355Z Downloaded textwrap v0.16.2
3742026-02-28T23:48:27.355Z Downloaded smallvec v1.15.1
3752026-02-28T23:48:27.355Z Downloaded scroll v0.12.0
3762026-02-28T23:48:27.355Z Downloaded pest_meta v2.8.2
3772026-02-28T23:48:27.355Z Downloaded papergrid v0.11.0
3782026-02-28T23:48:27.355Z Downloaded cargo_toml v0.21.0
3792026-02-28T23:48:27.381Z Downloaded cargo_metadata v0.21.0
3802026-02-28T23:48:27.381Z Downloaded cargo-platform v0.2.0
3812026-02-28T23:48:27.381Z Downloaded byteorder v1.5.0
3822026-02-28T23:48:27.381Z Downloaded bitflags v2.9.4
3832026-02-28T23:48:27.381Z Downloaded autocfg v1.4.0
3842026-02-28T23:48:27.381Z Downloaded anyhow v1.0.99
3852026-02-28T23:48:27.381Z Downloaded thiserror v2.0.18
3862026-02-28T23:48:27.381Z Downloaded terminal_size v0.4.0
3872026-02-28T23:48:27.381Z Downloaded swrite v0.1.0
3882026-02-28T23:48:27.381Z Downloaded strsim v0.11.1
3892026-02-28T23:48:27.381Z Downloaded sha2 v0.10.9
3902026-02-28T23:48:27.406Z Downloaded libc v0.2.180
3912026-02-28T23:48:27.431Z Downloaded serde_tokenstream v0.2.3
3922026-02-28T23:48:27.431Z Downloaded quote v1.0.44
3932026-02-28T23:48:27.431Z Downloaded pest_generator v2.8.2
3942026-02-28T23:48:27.431Z Downloaded num-traits v0.2.19
3952026-02-28T23:48:27.431Z Downloaded is_terminal_polyfill v1.70.1
3962026-02-28T23:48:27.431Z Downloaded idna_adapter v1.2.0
3972026-02-28T23:48:27.431Z Downloaded heck v0.5.0
3982026-02-28T23:48:27.431Z Downloaded camino-tempfile v1.4.1
3992026-02-28T23:48:27.431Z Downloaded camino v1.2.2
4002026-02-28T23:48:27.431Z Downloaded bytecount v0.6.8
4012026-02-28T23:48:27.431Z Downloaded anstyle-query v1.1.1
4022026-02-28T23:48:27.457Z Downloaded synstructure v0.13.1
4032026-02-28T23:48:27.457Z Downloaded stable_deref_trait v1.2.0
4042026-02-28T23:48:27.457Z Downloaded smawk v0.3.2
4052026-02-28T23:48:27.457Z Downloaded serde_spanned v0.6.9
4062026-02-28T23:48:27.457Z Downloaded serde-value v0.7.0
4072026-02-28T23:48:27.457Z Downloaded scroll_derive v0.12.0
4082026-02-28T23:48:27.457Z Downloaded proc-macro-error-attr v1.0.4
4092026-02-28T23:48:27.457Z Downloaded proc-macro-error v1.0.4
4102026-02-28T23:48:27.457Z Downloaded pretty-hex v0.4.1
4112026-02-28T23:48:27.457Z Downloaded plain v0.2.3
4122026-02-28T23:48:27.457Z Downloaded percent-encoding v2.3.2
4132026-02-28T23:48:27.457Z Downloaded ordered-float v2.10.1
4142026-02-28T23:48:27.457Z Downloaded once_cell v1.21.3
4152026-02-28T23:48:27.457Z Downloaded macaddr v1.0.1
4162026-02-28T23:48:27.457Z Downloaded itoa v1.0.11
4172026-02-28T23:48:27.457Z Downloaded icu_provider_macros v1.5.0
4182026-02-28T23:48:27.457Z Downloaded icu_properties v1.5.1
4192026-02-28T23:48:27.457Z Downloaded icu_locid_transform_data v1.5.0
4202026-02-28T23:48:27.457Z Downloaded icu_locid v1.5.0
4212026-02-28T23:48:27.482Z Downloaded getrandom v0.3.4
4222026-02-28T23:48:27.483Z Downloaded form_urlencoded v1.2.2
4232026-02-28T23:48:27.483Z Downloaded errno v0.3.12
4242026-02-28T23:48:27.483Z Downloaded url v2.5.4
4252026-02-28T23:48:27.483Z Downloaded serde-untagged v0.1.7
4262026-02-28T23:48:27.483Z Downloaded semver v1.0.27
4272026-02-28T23:48:27.483Z Downloaded proc-macro2 v1.0.106
4282026-02-28T23:48:27.483Z Downloaded pest_derive v2.8.2
4292026-02-28T23:48:27.483Z Downloaded log v0.4.29
4302026-02-28T23:48:27.483Z Downloaded litemap v0.7.3
4312026-02-28T23:48:27.483Z Downloaded icu_provider v1.5.0
4322026-02-28T23:48:27.508Z Downloaded icu_normalizer v1.5.0
4332026-02-28T23:48:27.508Z Downloaded heck v0.4.1
4342026-02-28T23:48:27.508Z Downloaded generic-array v0.14.7
4352026-02-28T23:48:27.508Z Downloaded fs-err v3.1.1
4362026-02-28T23:48:27.508Z Downloaded fnv v1.0.7
4372026-02-28T23:48:27.508Z Downloaded fastrand v2.1.1
4382026-02-28T23:48:27.508Z Downloaded usdt-impl v0.5.0
4392026-02-28T23:48:27.508Z Downloaded icu_locid_transform v1.5.0
4402026-02-28T23:48:27.508Z Downloaded zerovec-derive v0.10.3
4412026-02-28T23:48:27.508Z Downloaded zerofrom v0.1.4
4422026-02-28T23:48:27.508Z Downloaded zerocopy-derive v0.7.35
4432026-02-28T23:48:27.508Z Downloaded version_check v0.9.5
4442026-02-28T23:48:27.508Z Downloaded utf16_iter v1.0.5
4452026-02-28T23:48:27.508Z Downloaded usdt-macro v0.5.0
4462026-02-28T23:48:27.508Z Downloaded usdt v0.5.0
4472026-02-28T23:48:27.533Z Downloaded toml_datetime v0.6.11
4482026-02-28T23:48:27.533Z Downloaded write16 v1.0.0
4492026-02-28T23:48:27.533Z Downloaded utf8_iter v1.0.4
4502026-02-28T23:48:27.534Z Downloaded usdt-attr-macro v0.5.0
4512026-02-28T23:48:27.534Z Downloaded unicode-xid v0.2.6
4522026-02-28T23:48:27.534Z Downloaded typenum v1.17.0
4532026-02-28T23:48:27.534Z Downloaded typeid v1.0.3
4542026-02-28T23:48:27.534Z Downloaded toml_write v0.1.2
4552026-02-28T23:48:27.534Z Downloaded tinystr v0.7.6
4562026-02-28T23:48:27.534Z Downloaded unicode-ident v1.0.24
4572026-02-28T23:48:27.534Z Downloaded ucd-trie v0.1.7
4582026-02-28T23:48:27.534Z Downloaded toml v0.8.23
4592026-02-28T23:48:27.534Z Downloaded colorchoice v1.0.2
4602026-02-28T23:48:27.534Z Downloaded clap_derive v4.5.47
4612026-02-28T23:48:27.534Z Downloaded clap_builder v4.5.48
4622026-02-28T23:48:27.559Z Downloaded clap v4.5.48
4632026-02-28T23:48:27.559Z Downloaded anstyle-parse v0.2.5
4642026-02-28T23:48:27.559Z Downloaded anstream v0.6.18
4652026-02-28T23:48:27.559Z Downloaded dof v0.3.0
4662026-02-28T23:48:27.559Z Downloaded digest v0.10.7
4672026-02-28T23:48:27.559Z Downloaded cpufeatures v0.2.14
4682026-02-28T23:48:27.559Z Downloaded clap_lex v0.7.4
4692026-02-28T23:48:27.559Z Downloaded cfg-if v1.0.4
4702026-02-28T23:48:27.559Z Downloaded block-buffer v0.10.4
4712026-02-28T23:48:27.642Z Compiling proc-macro2 v1.0.106
4722026-02-28T23:48:27.667Z Compiling quote v1.0.44
4732026-02-28T23:48:27.667Z Compiling unicode-ident v1.0.24
4742026-02-28T23:48:27.667Z Compiling serde_core v1.0.228
4752026-02-28T23:48:27.668Z Compiling version_check v0.9.5
4762026-02-28T23:48:27.668Z Compiling serde v1.0.228
4772026-02-28T23:48:27.698Z Compiling libc v0.2.180
4782026-02-28T23:48:27.722Z Compiling memchr v2.7.4
4792026-02-28T23:48:27.984Z Compiling thiserror v2.0.18
4802026-02-28T23:48:28.347Z Compiling stable_deref_trait v1.2.0
4812026-02-28T23:48:28.407Z Compiling zmij v1.0.15
4822026-02-28T23:48:28.517Z Compiling ucd-trie v0.1.7
4832026-02-28T23:48:28.546Z Compiling thiserror v1.0.69
4842026-02-28T23:48:29.017Z Compiling itoa v1.0.11
4852026-02-28T23:48:29.109Z Compiling litemap v0.7.3
4862026-02-28T23:48:29.136Z Compiling autocfg v1.4.0
4872026-02-28T23:48:29.248Z Compiling writeable v0.5.5
4882026-02-28T23:48:29.508Z Compiling bitflags v2.9.4
4892026-02-28T23:48:29.796Z Compiling errno v0.3.12
4902026-02-28T23:48:29.826Z Compiling byteorder v1.5.0
4912026-02-28T23:48:29.984Z Compiling icu_locid_transform_data v1.5.0
4922026-02-28T23:48:30.054Z Compiling syn v2.0.117
4932026-02-28T23:48:30.120Z Compiling serde_json v1.0.149
4942026-02-28T23:48:30.190Z Compiling icu_properties_data v1.5.0
4952026-02-28T23:48:30.302Z Compiling num-traits v0.2.19
4962026-02-28T23:48:30.458Z Compiling hashbrown v0.16.1
4972026-02-28T23:48:30.555Z Compiling smallvec v1.15.1
4982026-02-28T23:48:30.603Z Compiling rustix v0.38.37
4992026-02-28T23:48:30.631Z Compiling utf16_iter v1.0.5
5002026-02-28T23:48:31.041Z Compiling equivalent v1.0.2
5012026-02-28T23:48:31.230Z Compiling utf8_iter v1.0.4
5022026-02-28T23:48:31.290Z Compiling typeid v1.0.3
5032026-02-28T23:48:31.487Z Compiling write16 v1.0.0
5042026-02-28T23:48:31.563Z Compiling icu_normalizer_data v1.5.0
5052026-02-28T23:48:31.949Z Compiling indexmap v2.13.0
5062026-02-28T23:48:32.023Z Compiling proc-macro-error-attr v1.0.4
5072026-02-28T23:48:32.076Z Compiling usdt-impl v0.5.0
5082026-02-28T23:48:32.104Z Compiling syn v1.0.109
5092026-02-28T23:48:32.344Z Compiling toml_write v0.1.2
5102026-02-28T23:48:32.433Z Compiling winnow v0.7.14
5112026-02-28T23:48:32.761Z Compiling thread-id v4.2.2
5122026-02-28T23:48:33.227Z Compiling proc-macro-error v1.0.4
5132026-02-28T23:48:33.288Z Compiling getrandom v0.3.4
5142026-02-28T23:48:33.608Z Compiling plain v0.2.3
5152026-02-28T23:48:33.813Z Compiling rustix v1.1.3
5162026-02-28T23:48:34.598Z Compiling utf8parse v0.2.2
5172026-02-28T23:48:34.644Z Compiling percent-encoding v2.3.2
5182026-02-28T23:48:34.669Z Compiling camino v1.2.2
5192026-02-28T23:48:34.765Z Compiling log v0.4.29
5202026-02-28T23:48:34.835Z Compiling anstyle-parse v0.2.5
5212026-02-28T23:48:35.041Z Compiling form_urlencoded v1.2.2
5222026-02-28T23:48:35.249Z Compiling ordered-float v2.10.1
5232026-02-28T23:48:35.412Z Compiling terminal_size v0.4.0
5242026-02-28T23:48:35.665Z Compiling colorchoice v1.0.2
5252026-02-28T23:48:35.869Z Compiling cfg-if v1.0.4
5262026-02-28T23:48:35.899Z Compiling is_terminal_polyfill v1.70.1
5272026-02-28T23:48:35.929Z Compiling pretty-hex v0.4.1
5282026-02-28T23:48:35.993Z Compiling anstyle-query v1.1.1
5292026-02-28T23:48:36.067Z Compiling anstyle v1.0.11
5302026-02-28T23:48:36.297Z Compiling semver v1.0.27
5312026-02-28T23:48:36.492Z Compiling anstream v0.6.18
5322026-02-28T23:48:37.009Z Compiling synstructure v0.13.1
5332026-02-28T23:48:37.037Z Compiling fs-err v3.1.1
5342026-02-28T23:48:37.138Z Compiling strsim v0.11.1
5352026-02-28T23:48:37.237Z Compiling bytecount v0.6.8
5362026-02-28T23:48:37.356Z Compiling unicode-width v0.1.14
5372026-02-28T23:48:37.464Z Compiling fastrand v2.1.1
5382026-02-28T23:48:37.822Z Compiling clap_lex v0.7.4
5392026-02-28T23:48:37.935Z Compiling unicode-xid v0.2.6
5402026-02-28T23:48:37.966Z Compiling heck v0.5.0
5412026-02-28T23:48:38.178Z Compiling once_cell v1.21.3
5422026-02-28T23:48:38.300Z Compiling heck v0.4.1
5432026-02-28T23:48:38.378Z Compiling anyhow v1.0.99
5442026-02-28T23:48:38.471Z Compiling fnv v1.0.7
5452026-02-28T23:48:38.592Z Compiling tempfile v3.24.0
5462026-02-28T23:48:38.642Z Compiling papergrid v0.11.0
5472026-02-28T23:48:38.735Z Compiling clap_builder v4.5.48
5482026-02-28T23:48:38.963Z Compiling memmap v0.7.0
5492026-02-28T23:48:39.298Z Compiling unicode-linebreak v0.1.5
5502026-02-28T23:48:39.349Z Compiling unicode-width v0.2.0
5512026-02-28T23:48:39.374Z Compiling smawk v0.3.2
5522026-02-28T23:48:39.780Z Compiling textwrap v0.16.2
5532026-02-28T23:48:39.855Z Compiling camino-tempfile v1.4.1
5542026-02-28T23:48:40.314Z Compiling swrite v0.1.0
5552026-02-28T23:48:40.443Z Compiling tabled_derive v0.7.0
5562026-02-28T23:48:40.473Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5572026-02-28T23:48:40.989Z Compiling serde_derive v1.0.228
5582026-02-28T23:48:41.014Z Compiling zerofrom-derive v0.1.4
5592026-02-28T23:48:41.061Z Compiling yoke-derive v0.7.4
5602026-02-28T23:48:41.087Z Compiling thiserror-impl v2.0.18
5612026-02-28T23:48:41.197Z Compiling zerovec-derive v0.10.3
5622026-02-28T23:48:42.248Z Compiling displaydoc v0.2.5
5632026-02-28T23:48:43.239Z Compiling thiserror-impl v1.0.69
5642026-02-28T23:48:43.371Z Compiling icu_provider_macros v1.5.0
5652026-02-28T23:48:43.636Z Compiling zerocopy-derive v0.7.35
5662026-02-28T23:48:43.858Z Compiling zerofrom v0.1.4
5672026-02-28T23:48:44.038Z Compiling pest v2.8.2
5682026-02-28T23:48:44.106Z Compiling yoke v0.7.4
5692026-02-28T23:48:44.270Z Compiling scroll_derive v0.12.0
5702026-02-28T23:48:44.460Z Compiling zerovec v0.10.4
5712026-02-28T23:48:45.274Z Compiling zerocopy v0.7.35
5722026-02-28T23:48:45.358Z Compiling scroll v0.12.0
5732026-02-28T23:48:45.589Z Compiling clap_derive v4.5.47
5742026-02-28T23:48:45.940Z Compiling goblin v0.8.2
5752026-02-28T23:48:45.969Z Compiling tabled v0.15.0
5762026-02-28T23:48:46.041Z Compiling tinystr v0.7.6
5772026-02-28T23:48:46.308Z Compiling pest_meta v2.8.2
5782026-02-28T23:48:46.421Z Compiling icu_locid v1.5.0
5792026-02-28T23:48:46.583Z Compiling icu_collections v1.5.0
5802026-02-28T23:48:47.715Z Compiling icu_provider v1.5.0
5812026-02-28T23:48:48.138Z Compiling pest_generator v2.8.2
5822026-02-28T23:48:48.199Z Compiling toml_datetime v0.6.11
5832026-02-28T23:48:48.230Z Compiling serde_spanned v0.6.9
5842026-02-28T23:48:48.484Z Compiling icu_locid_transform v1.5.0
5852026-02-28T23:48:48.602Z Compiling toml_edit v0.22.27
5862026-02-28T23:48:48.697Z Compiling dof v0.3.0
5872026-02-28T23:48:49.166Z Compiling serde_tokenstream v0.2.3
5882026-02-28T23:48:49.481Z Compiling erased-serde v0.4.6
5892026-02-28T23:48:49.582Z Compiling serde-value v0.7.0
5902026-02-28T23:48:49.732Z Compiling icu_properties v1.5.1
5912026-02-28T23:48:50.156Z Compiling pest_derive v2.8.2
5922026-02-28T23:48:50.297Z Compiling cargo-platform v0.2.0
5932026-02-28T23:48:50.474Z Compiling serde-untagged v0.1.7
5942026-02-28T23:48:50.502Z Compiling clap v4.5.48
5952026-02-28T23:48:50.636Z Compiling macaddr v1.0.1
5962026-02-28T23:48:50.880Z Compiling dtrace-parser v0.2.0
5972026-02-28T23:48:51.655Z Compiling toml v0.8.23
5982026-02-28T23:48:52.459Z Compiling cargo_toml v0.21.0
5992026-02-28T23:48:52.602Z Compiling usdt-attr-macro v0.5.0
6002026-02-28T23:48:52.675Z Compiling usdt-macro v0.5.0
6012026-02-28T23:48:52.968Z Compiling icu_normalizer v1.5.0
6022026-02-28T23:48:53.717Z Compiling usdt v0.5.0
6032026-02-28T23:48:53.777Z Compiling idna_adapter v1.2.0
6042026-02-28T23:48:53.958Z Compiling idna v1.0.3
6052026-02-28T23:48:54.445Z Compiling url v2.5.4
6062026-02-28T23:48:55.270Z Compiling cargo-util-schemas v0.8.2
6072026-02-28T23:48:57.166Z Compiling cargo_metadata v0.21.0
6082026-02-28T23:48:59.366Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
6092026-02-28T23:49:03.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s
6102026-02-28T23:49:03.757Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
6112026-02-28T23:49:04.762Z Downloading crates ...
6122026-02-28T23:49:04.922Z Downloaded cargo-platform v0.1.8
6132026-02-28T23:49:04.948Z Downloaded curve25519-dalek-derive v0.1.1
6142026-02-28T23:49:04.973Z Downloaded foldhash v0.1.5
6152026-02-28T23:49:04.973Z Downloaded darling_macro v0.20.10
6162026-02-28T23:49:04.973Z Downloaded darling_core v0.20.10
6172026-02-28T23:49:04.998Z Downloaded display-error-chain v0.2.2
6182026-02-28T23:49:04.998Z Downloaded enum-as-inner v0.6.1
6192026-02-28T23:49:05.024Z Downloaded ed25519 v2.2.3
6202026-02-28T23:49:05.024Z Downloaded dsl_auto_type v0.1.2
6212026-02-28T23:49:05.024Z Downloaded futures-core v0.3.32
6222026-02-28T23:49:05.049Z Downloaded git-stub-vcs v0.1.0
6232026-02-28T23:49:05.049Z Downloaded globset v0.4.15
6242026-02-28T23:49:05.074Z Downloaded hostname v0.4.2
6252026-02-28T23:49:05.074Z Downloaded indoc v1.0.9
6262026-02-28T23:49:05.074Z Downloaded is_ci v1.2.0
6272026-02-28T23:49:05.100Z Downloaded new_debug_unreachable v1.0.6
6282026-02-28T23:49:05.100Z Downloaded native-tls v0.2.12
6292026-02-28T23:49:05.100Z Downloaded num-derive v0.4.2
6302026-02-28T23:49:05.125Z Downloaded predicates v3.1.3
6312026-02-28T23:49:05.125Z Downloaded nonempty v0.12.0
6322026-02-28T23:49:05.125Z Downloaded pbkdf2 v0.12.2
6332026-02-28T23:49:05.150Z Downloaded number_prefix v0.4.0
6342026-02-28T23:49:05.150Z Downloaded pbkdf2 v0.11.0
6352026-02-28T23:49:05.150Z Downloaded pretty-hex v0.2.1
6362026-02-28T23:49:05.150Z Downloaded predicates-core v1.0.8
6372026-02-28T23:49:05.176Z Downloaded quick-error v1.2.3
6382026-02-28T23:49:05.176Z Downloaded quinn-udp v0.5.5
6392026-02-28T23:49:05.176Z Downloaded progenitor-impl v0.8.0
6402026-02-28T23:49:05.176Z Downloaded serde-hex v0.1.0
6412026-02-28T23:49:05.203Z Downloaded rustc_version v0.1.7
6422026-02-28T23:49:05.203Z Downloaded sapling-renderdag v0.1.0
6432026-02-28T23:49:05.203Z Downloaded slab v0.4.9
6442026-02-28T23:49:05.203Z Downloaded signal-hook v0.3.18
6452026-02-28T23:49:05.229Z Downloaded semver v0.1.20
6462026-02-28T23:49:05.229Z Downloaded structmeta v0.3.0
6472026-02-28T23:49:05.229Z Downloaded signal-hook-tokio v0.3.1
6482026-02-28T23:49:05.229Z Downloaded static_assertions v1.1.0
6492026-02-28T23:49:05.229Z Downloaded signature v2.2.0
6502026-02-28T23:49:05.229Z Downloaded futures-util v0.3.31
6512026-02-28T23:49:05.255Z Downloaded thiserror-impl-no-std v2.0.2
6522026-02-28T23:49:05.255Z Downloaded toml_writer v1.0.6+spec-1.1.0
6532026-02-28T23:49:05.282Z Downloaded tinyvec v1.8.0
6542026-02-28T23:49:05.282Z Downloaded tokio-rustls v0.26.0
6552026-02-28T23:49:05.282Z Downloaded tower-layer v0.3.3
6562026-02-28T23:49:05.282Z Downloaded thread_local v1.1.8
6572026-02-28T23:49:05.308Z Downloaded want v0.3.1
6582026-02-28T23:49:05.308Z Downloaded tungstenite v0.23.0
6592026-02-28T23:49:05.308Z Downloaded unsafe-libyaml v0.2.11
6602026-02-28T23:49:05.308Z Downloaded zone_cfg_derive v0.3.0
6612026-02-28T23:49:05.308Z Downloaded salsa20 v0.10.2
6622026-02-28T23:49:05.308Z Downloaded tui-tree-widget v0.23.1
6632026-02-28T23:49:05.337Z Downloaded waitgroup v0.1.2
6642026-02-28T23:49:05.337Z Downloaded unicode-truncate v1.1.0
6652026-02-28T23:49:05.337Z Downloaded xshell-macros v0.2.7
6662026-02-28T23:49:05.337Z Downloaded yansi v1.0.1
6672026-02-28T23:49:05.337Z Downloaded zeroize v1.8.1
6682026-02-28T23:49:05.337Z Downloaded unicode_categories v0.1.1
6692026-02-28T23:49:05.337Z Downloaded zone_cfg_derive v0.1.2
6702026-02-28T23:49:05.337Z Downloaded xattr v1.3.1
6712026-02-28T23:49:05.363Z Downloaded yasna v0.5.2
6722026-02-28T23:49:05.363Z Downloaded zone v0.1.8
6732026-02-28T23:49:05.363Z Downloaded zstd v0.13.3
6742026-02-28T23:49:05.363Z Downloaded zopfli v0.8.1
6752026-02-28T23:49:05.363Z Downloaded xshell v0.2.7
6762026-02-28T23:49:05.363Z Downloaded wyz v0.5.1
6772026-02-28T23:49:05.363Z Downloaded vergen-lib v0.1.6
6782026-02-28T23:49:05.363Z Downloaded diesel v2.2.12
6792026-02-28T23:49:05.388Z Downloaded vergen v9.0.6
6802026-02-28T23:49:05.413Z Downloaded zerocopy v0.8.27
6812026-02-28T23:49:05.438Z Downloaded zeroize_derive v1.4.2
6822026-02-28T23:49:05.439Z Downloaded zstd-safe v7.2.3
6832026-02-28T23:49:05.439Z Downloaded zip v4.2.0
6842026-02-28T23:49:05.439Z Downloaded typify v0.4.3
6852026-02-28T23:49:05.465Z Downloaded tokio-postgres v0.7.13
6862026-02-28T23:49:05.465Z Downloaded zerocopy v0.6.6
6872026-02-28T23:49:05.465Z Downloaded polar-core v0.27.3
6882026-02-28T23:49:05.465Z Downloaded tough v0.20.0
6892026-02-28T23:49:05.490Z Downloaded winnow v0.6.26
6902026-02-28T23:49:05.490Z Downloaded zerocopy-derive v0.6.6
6912026-02-28T23:49:05.514Z Downloaded zlib-rs v0.5.1
6922026-02-28T23:49:05.515Z Downloaded vcpkg v0.2.15
6932026-02-28T23:49:05.548Z Downloaded tower v0.5.2
6942026-02-28T23:49:05.574Z Downloaded time v0.3.47
6952026-02-28T23:49:05.599Z Downloaded object v0.36.5
6962026-02-28T23:49:05.599Z Downloaded sled v0.34.7
6972026-02-28T23:49:05.599Z Downloaded tabled v0.20.0
6982026-02-28T23:49:05.624Z Downloaded tabled v0.18.0
6992026-02-28T23:49:05.649Z Downloaded openapiv3 v2.2.0
7002026-02-28T23:49:05.674Z Downloaded sqlparser v0.61.0
7012026-02-28T23:49:05.674Z Downloaded object v0.37.3
7022026-02-28T23:49:05.699Z Downloaded ratatui v0.29.0
7032026-02-28T23:49:05.699Z Downloaded winnow v0.5.40
7042026-02-28T23:49:05.724Z Downloaded x509-cert v0.2.5
7052026-02-28T23:49:05.724Z Downloaded typify-impl v0.6.1
7062026-02-28T23:49:05.750Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
7072026-02-28T23:49:05.776Z Downloaded typify-impl v0.4.3
7082026-02-28T23:49:05.803Z Downloaded lzma-sys v0.1.20
7092026-02-28T23:49:05.829Z Downloaded typify-impl v0.2.0
7102026-02-28T23:49:05.854Z Downloaded jiff v0.2.15
7112026-02-28T23:49:05.878Z Downloaded usdt-macro v0.6.0
7122026-02-28T23:49:05.878Z Downloaded tokio-util v0.7.15
7132026-02-28T23:49:05.878Z Downloaded test-strategy v0.4.3
7142026-02-28T23:49:05.903Z Downloaded subprocess v0.2.9
7152026-02-28T23:49:05.903Z Downloaded serde_with v3.16.1
7162026-02-28T23:49:05.904Z Downloaded openssl v0.10.73
7172026-02-28T23:49:05.928Z Downloaded sha3 v0.10.8
7182026-02-28T23:49:05.928Z Downloaded csv v1.3.1
7192026-02-28T23:49:05.953Z Downloaded zone v0.3.1
7202026-02-28T23:49:05.953Z Downloaded zip v0.6.6
7212026-02-28T23:49:05.953Z Downloaded untrusted v0.9.0
7222026-02-28T23:49:05.953Z Downloaded time-macros v0.2.27
7232026-02-28T23:49:05.953Z Downloaded tar v0.4.44
7242026-02-28T23:49:05.978Z Downloaded ssh-key v0.6.6
7252026-02-28T23:49:05.978Z Downloaded nix v0.27.1
7262026-02-28T23:49:05.978Z Downloaded dropshot v0.16.7
7272026-02-28T23:49:06.003Z Downloaded tokio v1.49.0
7282026-02-28T23:49:06.045Z Downloaded vte_generate_state_changes v0.1.2
7292026-02-28T23:49:06.070Z Downloaded void v1.0.2
7302026-02-28T23:49:06.070Z Downloaded uuid v1.19.0
7312026-02-28T23:49:06.070Z Downloaded unit-prefix v0.5.1
7322026-02-28T23:49:06.070Z Downloaded libgit2-sys v0.18.2+1.9.1
7332026-02-28T23:49:06.113Z Downloaded toml_edit v0.19.15
7342026-02-28T23:49:06.141Z Downloaded strip-ansi-escapes v0.2.0
7352026-02-28T23:49:06.141Z Downloaded salty v0.3.0
7362026-02-28T23:49:06.141Z Downloaded proptest v1.7.0
7372026-02-28T23:49:06.167Z Downloaded ring v0.17.14
7382026-02-28T23:49:06.195Z Downloaded petgraph v0.8.2
7392026-02-28T23:49:06.231Z Downloaded webpki-roots v1.0.1
7402026-02-28T23:49:06.256Z Downloaded unicode-bidi v0.3.17
7412026-02-28T23:49:06.256Z Downloaded regex-automata v0.4.14
7422026-02-28T23:49:06.256Z Downloaded encoding_rs v0.8.34
7432026-02-28T23:49:06.281Z Downloaded rayon v1.10.0
7442026-02-28T23:49:06.306Z Downloaded gimli v0.31.1
7452026-02-28T23:49:06.306Z Downloaded value-bag v1.12.0
7462026-02-28T23:49:06.306Z Downloaded tracing-core v0.1.32
7472026-02-28T23:49:06.331Z Downloaded tracing v0.1.40
7482026-02-28T23:49:06.331Z Downloaded toml v0.7.8
7492026-02-28T23:49:06.331Z Downloaded stacker v0.1.23
7502026-02-28T23:49:06.331Z Downloaded snafu v0.8.5
7512026-02-28T23:49:06.331Z Downloaded petgraph v0.6.5
7522026-02-28T23:49:06.356Z Downloaded lalrpop v0.19.12
7532026-02-28T23:49:06.381Z Downloaded toml v0.9.11+spec-1.1.0
7542026-02-28T23:49:06.381Z Downloaded rustls v0.23.37
7552026-02-28T23:49:06.381Z Downloaded libz-sys v1.1.20
7562026-02-28T23:49:06.405Z Downloaded whoami v1.5.2
7572026-02-28T23:49:06.406Z Downloaded smoltcp v0.11.0
7582026-02-28T23:49:06.430Z Downloaded rustls v0.22.4
7592026-02-28T23:49:06.455Z Downloaded vergen-gitcl v1.0.8
7602026-02-28T23:49:06.455Z Downloaded vergen-git2 v1.0.7
7612026-02-28T23:49:06.455Z Downloaded uzers v0.12.1
7622026-02-28T23:49:06.455Z Downloaded unicase v2.8.1
7632026-02-28T23:49:06.455Z Downloaded slog-term v2.9.2
7642026-02-28T23:49:06.455Z Downloaded similar v2.7.0
7652026-02-28T23:49:06.455Z Downloaded socket2 v0.5.10
7662026-02-28T23:49:06.455Z Downloaded unicode-normalization v0.1.24
7672026-02-28T23:49:06.455Z Downloaded socket2 v0.6.1
7682026-02-28T23:49:06.482Z Downloaded signal-hook-mio v0.2.4
7692026-02-28T23:49:06.482Z Downloaded term v1.1.0
7702026-02-28T23:49:06.482Z Downloaded serde_repr v0.1.19
7712026-02-28T23:49:06.482Z Downloaded serde_plain v1.0.2
7722026-02-28T23:49:06.482Z Downloaded typify-macro v0.4.3
7732026-02-28T23:49:06.483Z Downloaded rustyline v14.0.0
7742026-02-28T23:49:06.483Z Downloaded reedline v0.40.0
7752026-02-28T23:49:06.515Z Downloaded toml_parser v1.0.6+spec-1.1.0
7762026-02-28T23:49:06.515Z Downloaded serde_bytes v0.11.19
7772026-02-28T23:49:06.515Z Downloaded sct v0.7.1
7782026-02-28T23:49:06.515Z Downloaded goblin v0.10.2
7792026-02-28T23:49:06.515Z Downloaded zerocopy-derive v0.8.27
7802026-02-28T23:49:06.540Z Downloaded xz2 v0.1.7
7812026-02-28T23:49:06.540Z Downloaded typed-path v0.9.3
7822026-02-28T23:49:06.540Z Downloaded walkdir v2.5.0
7832026-02-28T23:49:06.540Z Downloaded vsss-rs v3.3.4
7842026-02-28T23:49:06.540Z Downloaded rustls v0.21.12
7852026-02-28T23:49:06.566Z Downloaded utf-8 v0.7.6
7862026-02-28T23:49:06.566Z Downloaded unicode-properties v0.1.3
7872026-02-28T23:49:06.566Z Downloaded unarray v0.1.4
7882026-02-28T23:49:06.566Z Downloaded tungstenite v0.21.0
7892026-02-28T23:49:06.566Z Downloaded tokio-tungstenite v0.21.0
7902026-02-28T23:49:06.566Z Downloaded schemars v0.9.0
7912026-02-28T23:49:06.592Z Downloaded regress v0.10.5
7922026-02-28T23:49:06.592Z Downloaded try-lock v0.2.5
7932026-02-28T23:49:06.592Z Downloaded tokio-macros v2.6.0
7942026-02-28T23:49:06.592Z Downloaded scheduled-thread-pool v0.2.7
7952026-02-28T23:49:06.619Z Downloaded regex-syntax v0.8.5
7962026-02-28T23:49:06.619Z Downloaded quinn-proto v0.11.13
7972026-02-28T23:49:06.619Z Downloaded p384 v0.13.1
7982026-02-28T23:49:06.619Z Downloaded wait-timeout v0.2.0
7992026-02-28T23:49:06.619Z Downloaded usdt-attr-macro v0.6.0
8002026-02-28T23:49:06.619Z Downloaded usdt v0.6.0
8012026-02-28T23:49:06.620Z Downloaded untrusted v0.7.1
8022026-02-28T23:49:06.620Z Downloaded universal-hash v0.5.1
8032026-02-28T23:49:06.645Z Downloaded unicode-segmentation v1.12.0
8042026-02-28T23:49:06.645Z Downloaded typify-macro v0.6.1
8052026-02-28T23:49:06.645Z Downloaded toml_datetime v0.7.5+spec-1.1.0
8062026-02-28T23:49:06.645Z Downloaded tokio-dtrace v0.1.0
8072026-02-28T23:49:06.645Z Downloaded tls_codec_derive v0.4.1
8082026-02-28T23:49:06.645Z Downloaded termios v0.3.3
8092026-02-28T23:49:06.645Z Downloaded spin v0.9.8
8102026-02-28T23:49:06.645Z Downloaded smoltcp v0.9.1
8112026-02-28T23:49:06.679Z Downloaded ryu v1.0.18
8122026-02-28T23:49:06.679Z Downloaded tower-http v0.6.8
8132026-02-28T23:49:06.679Z Downloaded rustls-webpki v0.101.7
8142026-02-28T23:49:06.679Z Downloaded reqwest v0.13.2
8152026-02-28T23:49:06.715Z Downloaded vte v0.11.1
8162026-02-28T23:49:06.715Z Downloaded typify-macro v0.2.0
8172026-02-28T23:49:06.715Z Downloaded typify v0.2.0
8182026-02-28T23:49:06.715Z Downloaded twox-hash v2.1.0
8192026-02-28T23:49:06.715Z Downloaded trait-variant v0.1.2
8202026-02-28T23:49:06.715Z Downloaded tower-service v0.3.3
8212026-02-28T23:49:06.715Z Downloaded tls_codec v0.4.1
8222026-02-28T23:49:06.715Z Downloaded sqlformat v0.3.5
8232026-02-28T23:49:06.715Z Downloaded rustls-webpki v0.102.8
8242026-02-28T23:49:06.745Z Downloaded rustls-pki-types v1.14.0
8252026-02-28T23:49:06.745Z Downloaded rpassword v7.4.0
8262026-02-28T23:49:06.746Z Downloaded typify v0.6.1
8272026-02-28T23:49:06.746Z Downloaded topological-sort v0.2.2
8282026-02-28T23:49:06.746Z Downloaded tokio-tungstenite v0.23.1
8292026-02-28T23:49:06.746Z Downloaded tinyvec_macros v0.1.1
8302026-02-28T23:49:06.746Z Downloaded thiserror-no-std v2.0.2
8312026-02-28T23:49:06.746Z Downloaded strum_macros v0.26.4
8322026-02-28T23:49:06.746Z Downloaded spki v0.7.3
8332026-02-28T23:49:06.772Z Downloaded usdt-impl v0.6.0
8342026-02-28T23:49:06.772Z Downloaded tracing-attributes v0.1.27
8352026-02-28T23:49:06.772Z Downloaded tokio-stream v0.1.17
8362026-02-28T23:49:06.772Z Downloaded tokio-native-tls v0.3.1
8372026-02-28T23:49:06.772Z Downloaded strum_macros v0.24.3
8382026-02-28T23:49:06.772Z Downloaded steno v0.4.1
8392026-02-28T23:49:06.772Z Downloaded petname v2.0.2
8402026-02-28T23:49:06.772Z Downloaded tagptr v0.2.0
8412026-02-28T23:49:06.772Z Downloaded sync_wrapper v1.0.1
8422026-02-28T23:49:06.772Z Downloaded snafu-derive v0.8.5
8432026-02-28T23:49:06.772Z Downloaded regex-syntax v0.6.29
8442026-02-28T23:49:06.798Z Downloaded tokio-rustls v0.25.0
8452026-02-28T23:49:06.798Z Downloaded tokio-rustls v0.24.1
8462026-02-28T23:49:06.798Z Downloaded time-core v0.1.8
8472026-02-28T23:49:06.798Z Downloaded thread-id v5.0.0
8482026-02-28T23:49:06.798Z Downloaded testing_table v0.3.0
8492026-02-28T23:49:06.798Z Downloaded tabled_derive v0.11.0
8502026-02-28T23:49:06.798Z Downloaded sync-ptr v0.1.4
8512026-02-28T23:49:06.798Z Downloaded strum_macros v0.27.2
8522026-02-28T23:49:06.798Z Downloaded strum v0.27.2
8532026-02-28T23:49:06.798Z Downloaded strum v0.26.3
8542026-02-28T23:49:06.798Z Downloaded structmeta-derive v0.3.0
8552026-02-28T23:49:06.829Z Downloaded stringprep v0.1.5
8562026-02-28T23:49:06.829Z Downloaded ssh-cipher v0.2.0
8572026-02-28T23:49:06.829Z Downloaded slog v2.8.2
8582026-02-28T23:49:06.829Z Downloaded schemars v1.0.4
8592026-02-28T23:49:06.829Z Downloaded rustls-platform-verifier v0.6.2
8602026-02-28T23:49:06.855Z Downloaded rand v0.8.5
8612026-02-28T23:49:06.855Z Downloaded tiny-keccak v2.0.2
8622026-02-28T23:49:06.855Z Downloaded term v0.7.0
8632026-02-28T23:49:06.855Z Downloaded tabwriter v1.4.0
8642026-02-28T23:49:06.855Z Downloaded supports-color v3.0.2
8652026-02-28T23:49:06.855Z Downloaded ssh-encoding v0.2.0
8662026-02-28T23:49:06.855Z Downloaded slog-stdlog v4.1.1
8672026-02-28T23:49:06.855Z Downloaded siphasher v1.0.1
8682026-02-28T23:49:06.855Z Downloaded schemars v0.8.22
8692026-02-28T23:49:06.881Z Downloaded samael v0.0.19
8702026-02-28T23:49:06.881Z Downloaded rustls-webpki v0.103.9
8712026-02-28T23:49:06.881Z Downloaded russh v0.45.0
8722026-02-28T23:49:06.912Z Downloaded radix_trie v0.2.1
8732026-02-28T23:49:06.912Z Downloaded h2 v0.4.6
8742026-02-28T23:49:06.912Z Downloaded termtree v0.5.1
8752026-02-28T23:49:06.912Z Downloaded tabled_derive v0.10.0
8762026-02-28T23:49:06.912Z Downloaded subtle v2.6.1
8772026-02-28T23:49:06.912Z Downloaded string_cache v0.8.9
8782026-02-28T23:49:06.912Z Downloaded sqlparser_derive v0.5.0
8792026-02-28T23:49:06.912Z Downloaded smf v0.2.3
8802026-02-28T23:49:06.912Z Downloaded smallvec v0.6.14
8812026-02-28T23:49:06.912Z Downloaded slog-async v2.8.0
8822026-02-28T23:49:06.937Z Downloaded shell-words v1.1.0
8832026-02-28T23:49:06.937Z Downloaded serde_spanned v1.0.4
8842026-02-28T23:49:06.937Z Downloaded serde-big-array v0.5.1
8852026-02-28T23:49:06.937Z Downloaded scrypt v0.11.0
8862026-02-28T23:49:06.937Z Downloaded rustversion v1.0.22
8872026-02-28T23:49:06.937Z Downloaded reqwest v0.12.28
8882026-02-28T23:49:06.937Z Downloaded num-bigint-dig v0.8.6
8892026-02-28T23:49:06.937Z Downloaded take_mut v0.2.2
8902026-02-28T23:49:06.937Z Downloaded slog-scope v4.4.0
8912026-02-28T23:49:06.937Z Downloaded slog-json v2.6.1
8922026-02-28T23:49:06.962Z Downloaded slog-dtrace v0.3.0
8932026-02-28T23:49:06.962Z Downloaded slog-bunyan v2.5.0
8942026-02-28T23:49:06.962Z Downloaded shlex v1.3.0
8952026-02-28T23:49:06.962Z Downloaded serde_yaml v0.9.34+deprecated
8962026-02-28T23:49:06.962Z Downloaded serde_with_macros v3.16.1
8972026-02-28T23:49:06.962Z Downloaded serde_path_to_error v0.1.20
8982026-02-28T23:49:06.962Z Downloaded rusty-fork v0.3.0
8992026-02-28T23:49:06.963Z Downloaded ron v0.7.1
9002026-02-28T23:49:06.963Z Downloaded regex v1.12.3
9012026-02-28T23:49:06.988Z Downloaded ref-cast-impl v1.0.25
9022026-02-28T23:49:06.988Z Downloaded rayon-core v1.12.1
9032026-02-28T23:49:06.988Z Downloaded rand_chacha v0.3.1
9042026-02-28T23:49:06.988Z Downloaded quick-xml v0.37.2
9052026-02-28T23:49:06.988Z Downloaded progenitor-client v0.13.0
9062026-02-28T23:49:06.988Z Downloaded progenitor-client v0.11.2
9072026-02-28T23:49:06.988Z Downloaded prettyplease v0.2.36
9082026-02-28T23:49:06.988Z Downloaded prefix-trie v0.7.0
9092026-02-28T23:49:07.013Z Downloaded precomputed-hash v0.1.1
9102026-02-28T23:49:07.013Z Downloaded hyper v1.8.1
9112026-02-28T23:49:07.013Z Downloaded tap v1.0.1
9122026-02-28T23:49:07.013Z Downloaded support-bundle-viewer v0.1.2
9132026-02-28T23:49:07.013Z Downloaded slog-envlogger v2.2.0
9142026-02-28T23:49:07.013Z Downloaded siphasher v0.3.11
9152026-02-28T23:49:07.014Z Downloaded simd-adler32 v0.3.7
9162026-02-28T23:49:07.014Z Downloaded sigpipe v0.1.3
9172026-02-28T23:49:07.014Z Downloaded signal-hook-registry v1.4.2
9182026-02-28T23:49:07.014Z Downloaded serde_urlencoded v0.7.1
9192026-02-28T23:49:07.014Z Downloaded serde_derive_internals v0.29.1
9202026-02-28T23:49:07.038Z Downloaded serde_cbor v0.11.2
9212026-02-28T23:49:07.038Z Downloaded seq-macro v0.3.6
9222026-02-28T23:49:07.038Z Downloaded scroll_derive v0.13.1
9232026-02-28T23:49:07.038Z Downloaded rcgen v0.12.1
9242026-02-28T23:49:07.038Z Downloaded radium v0.7.0
9252026-02-28T23:49:07.038Z Downloaded progenitor-impl v0.13.0
9262026-02-28T23:49:07.038Z Downloaded pretty_assertions v1.4.1
9272026-02-28T23:49:07.038Z Downloaded postgres-types v0.2.9
9282026-02-28T23:49:07.039Z Downloaded num-bigint v0.4.6
9292026-02-28T23:49:07.039Z Downloaded secrecy v0.10.3
9302026-02-28T23:49:07.064Z Downloaded russh-keys v0.45.0
9312026-02-28T23:49:07.064Z Downloaded progenitor-impl v0.11.2
9322026-02-28T23:49:07.064Z Downloaded poly1305 v0.8.0
9332026-02-28T23:49:07.064Z Downloaded sec1 v0.7.3
9342026-02-28T23:49:07.064Z Downloaded scroll v0.13.0
9352026-02-28T23:49:07.064Z Downloaded rustls-pemfile v1.0.4
9362026-02-28T23:49:07.064Z Downloaded psm v0.1.30
9372026-02-28T23:49:07.064Z Downloaded progenitor v0.11.2
9382026-02-28T23:49:07.064Z Downloaded sha1 v0.10.6
9392026-02-28T23:49:07.064Z Downloaded schemars_derive v0.8.22
9402026-02-28T23:49:07.064Z Downloaded rustls-pemfile v2.2.0
9412026-02-28T23:49:07.089Z Downloaded rustc-demangle v0.1.24
9422026-02-28T23:49:07.089Z Downloaded progenitor-client v0.8.0
9432026-02-28T23:49:07.089Z Downloaded predicates-tree v1.0.12
9442026-02-28T23:49:07.089Z Downloaded portable-atomic v1.11.0
9452026-02-28T23:49:07.089Z Downloaded pin-project v1.1.6
9462026-02-28T23:49:07.114Z Downloaded object v0.30.4
9472026-02-28T23:49:07.114Z Downloaded chrono-tz v0.10.4
9482026-02-28T23:49:07.142Z Downloaded secrecy v0.8.0
9492026-02-28T23:49:07.142Z Downloaded rustls-native-certs v0.8.1
9502026-02-28T23:49:07.142Z Downloaded rand_core v0.6.4
9512026-02-28T23:49:07.142Z Downloaded aws-lc-sys v0.37.1
9522026-02-28T23:49:07.445Z Downloaded rand v0.9.2
9532026-02-28T23:49:07.470Z Downloaded pkcs5 v0.7.1
9542026-02-28T23:49:07.470Z Downloaded pkcs1 v0.7.5
9552026-02-28T23:49:07.470Z Downloaded p256 v0.13.2
9562026-02-28T23:49:07.470Z Downloaded nix v0.30.1
9572026-02-28T23:49:07.495Z Downloaded nix v0.29.0
9582026-02-28T23:49:07.495Z Downloaded scopeguard v1.2.0
9592026-02-28T23:49:07.495Z Downloaded rand_seeder v0.4.0
9602026-02-28T23:49:07.495Z Downloaded rand_chacha v0.9.0
9612026-02-28T23:49:07.495Z Downloaded progenitor-macro v0.10.0
9622026-02-28T23:49:07.520Z Downloaded papergrid v0.14.0
9632026-02-28T23:49:07.520Z Downloaded packed_struct v0.10.1
9642026-02-28T23:49:07.520Z Downloaded rustc_version v0.4.1
9652026-02-28T23:49:07.520Z Downloaded rsa v0.9.8
9662026-02-28T23:49:07.520Z Downloaded resolv-conf v0.7.0
9672026-02-28T23:49:07.520Z Downloaded rand_core v0.9.3
9682026-02-28T23:49:07.520Z Downloaded publicsuffix v2.3.0
9692026-02-28T23:49:07.520Z Downloaded oso v0.27.3
9702026-02-28T23:49:07.547Z Downloaded openssl-sys v0.9.109
9712026-02-28T23:49:07.547Z Downloaded nix v0.28.0
9722026-02-28T23:49:07.547Z Downloaded same-file v1.0.6
9732026-02-28T23:49:07.547Z Downloaded rustc-hash v2.1.1
9742026-02-28T23:49:07.547Z Downloaded russh-cryptovec v0.7.3
9752026-02-28T23:49:07.573Z Downloaded rtoolbox v0.0.2
9762026-02-28T23:49:07.573Z Downloaded qorb v0.4.1
9772026-02-28T23:49:07.573Z Downloaded progenitor v0.10.0
9782026-02-28T23:49:07.573Z Downloaded primeorder v0.13.6
9792026-02-28T23:49:07.573Z Downloaded p521 v0.13.3
9802026-02-28T23:49:07.573Z Downloaded hickory-proto v0.24.4
9812026-02-28T23:49:07.598Z Downloaded bzip2-sys v0.1.13+1.0.8
9822026-02-28T23:49:07.598Z Downloaded ron v0.8.1
9832026-02-28T23:49:07.623Z Downloaded rfc6979 v0.4.0
9842026-02-28T23:49:07.623Z Downloaded rand_xorshift v0.4.0
9852026-02-28T23:49:07.623Z Downloaded r2d2 v0.8.10
9862026-02-28T23:49:07.623Z Downloaded quinn v0.11.9
9872026-02-28T23:49:07.623Z Downloaded proc-macro-error2 v2.0.1
9882026-02-28T23:49:07.623Z Downloaded pkg-config v0.3.31
9892026-02-28T23:49:07.623Z Downloaded pin-project-lite v0.2.14
9902026-02-28T23:49:07.648Z Downloaded parse-display-derive v0.10.0
9912026-02-28T23:49:07.648Z Downloaded parking_lot v0.12.3
9922026-02-28T23:49:07.648Z Downloaded hickory-proto v0.25.2
9932026-02-28T23:49:07.673Z Downloaded ref-cast v1.0.25
9942026-02-28T23:49:07.673Z Downloaded recursive-proc-macro-impl v0.1.1
9952026-02-28T23:49:07.673Z Downloaded recursive v0.1.1
9962026-02-28T23:49:07.673Z Downloaded psl-types v2.0.11
9972026-02-28T23:49:07.673Z Downloaded progenitor-macro v0.11.2
9982026-02-28T23:49:07.673Z Downloaded progenitor-macro v0.8.0
9992026-02-28T23:49:07.673Z Downloaded progenitor-impl v0.10.0
10002026-02-28T23:49:07.673Z Downloaded proc-macro-crate v1.3.1
10012026-02-28T23:49:07.673Z Downloaded pkcs8 v0.10.2
10022026-02-28T23:49:07.673Z Downloaded pin-project-internal v1.1.6
10032026-02-28T23:49:07.673Z Downloaded phf v0.12.1
10042026-02-28T23:49:07.673Z Downloaded pem v3.0.5
10052026-02-28T23:49:07.698Z Downloaded omicron-zone-package v0.12.2
10062026-02-28T23:49:07.698Z Downloaded progenitor v0.13.0
10072026-02-28T23:49:07.698Z Downloaded progenitor v0.8.0
10082026-02-28T23:49:07.698Z Downloaded owo-colors v4.2.3
10092026-02-28T23:49:07.699Z Downloaded num_threads v0.1.7
10102026-02-28T23:49:07.699Z Downloaded progenitor-macro v0.13.0
10112026-02-28T23:49:07.699Z Downloaded progenitor-extras v0.1.0
10122026-02-28T23:49:07.699Z Downloaded postcard v1.0.10
10132026-02-28T23:49:07.699Z Downloaded phf_shared v0.11.2
10142026-02-28T23:49:07.699Z Downloaded pem-rfc7468 v0.7.0
10152026-02-28T23:49:07.699Z Downloaded password-hash v0.5.0
10162026-02-28T23:49:07.699Z Downloaded password-hash v0.4.2
10172026-02-28T23:49:07.699Z Downloaded papergrid v0.17.0
10182026-02-28T23:49:07.724Z Downloaded moka v0.12.10
10192026-02-28T23:49:07.724Z Downloaded http v1.4.0
10202026-02-28T23:49:07.724Z Downloaded progenitor-client v0.10.0
10212026-02-28T23:49:07.724Z Downloaded proc-macro-error-attr2 v2.0.0
10222026-02-28T23:49:07.724Z Downloaded ppv-lite86 v0.2.20
10232026-02-28T23:49:07.724Z Downloaded postgres-protocol v0.6.8
10242026-02-28T23:49:07.749Z Downloaded polyval v0.6.2
10252026-02-28T23:49:07.749Z Downloaded phf_shared v0.12.1
10262026-02-28T23:49:07.749Z Downloaded paste v1.0.15
10272026-02-28T23:49:07.749Z Downloaded jiff-static v0.2.15
10282026-02-28T23:49:07.749Z Downloaded hashbrown v0.12.3
10292026-02-28T23:49:07.749Z Downloaded powerfmt v0.2.0
10302026-02-28T23:49:07.749Z Downloaded pin-utils v0.1.0
10312026-02-28T23:49:07.749Z Downloaded phf v0.11.2
10322026-02-28T23:49:07.749Z Downloaded peg-macros v0.8.5
10332026-02-28T23:49:07.749Z Downloaded peg v0.8.5
10342026-02-28T23:49:07.749Z Downloaded path-slash v0.1.5
10352026-02-28T23:49:07.774Z Downloaded parking_lot_core v0.9.10
10362026-02-28T23:49:07.774Z Downloaded parking_lot_core v0.8.6
10372026-02-28T23:49:07.774Z Downloaded peg-runtime v0.8.5
10382026-02-28T23:49:07.774Z Downloaded parse-size v1.1.0
10392026-02-28T23:49:07.774Z Downloaded parse-display v0.10.0
10402026-02-28T23:49:07.774Z Downloaded parking_lot v0.11.2
10412026-02-28T23:49:07.774Z Downloaded oxide-tokio-rt v0.1.2
10422026-02-28T23:49:07.774Z Downloaded packed_struct_codegen v0.10.1
10432026-02-28T23:49:07.774Z Downloaded oxnet v0.1.4
10442026-02-28T23:49:07.774Z Downloaded oso-derive v0.27.3
10452026-02-28T23:49:07.774Z Downloaded opaque-debug v0.3.1
10462026-02-28T23:49:07.774Z Downloaded num_enum v0.5.11
10472026-02-28T23:49:07.774Z Downloaded nom v7.1.3
10482026-02-28T23:49:07.799Z Downloaded num-rational v0.4.2
10492026-02-28T23:49:07.799Z Downloaded litrs v0.4.1
10502026-02-28T23:49:07.799Z Downloaded itertools v0.14.0
10512026-02-28T23:49:07.799Z Downloaded itertools v0.12.1
10522026-02-28T23:49:07.824Z Downloaded half v2.4.1
10532026-02-28T23:49:07.824Z Downloaded expectorate v1.2.0
10542026-02-28T23:49:07.824Z Downloaded num_enum_derive v0.5.11
10552026-02-28T23:49:07.824Z Downloaded num-integer v0.1.46
10562026-02-28T23:49:07.824Z Downloaded num-complex v0.4.6
10572026-02-28T23:49:07.824Z Downloaded mio v1.0.2
10582026-02-28T23:49:07.824Z Downloaded minimal-lexical v0.2.1
10592026-02-28T23:49:07.824Z Downloaded libxml v0.3.3
10602026-02-28T23:49:07.849Z Downloaded itertools v0.13.0
10612026-02-28T23:49:07.849Z Downloaded itertools v0.10.5
10622026-02-28T23:49:07.849Z Downloaded iri-string v0.7.8
10632026-02-28T23:49:07.874Z Downloaded iddqd v0.3.16
10642026-02-28T23:49:07.874Z Downloaded hkdf v0.12.4
10652026-02-28T23:49:07.874Z Downloaded hashbrown v0.15.4
10662026-02-28T23:49:07.874Z Downloaded flate2 v1.1.2
10672026-02-28T23:49:07.874Z Downloaded lock_api v0.4.12
10682026-02-28T23:49:07.899Z Downloaded libm v0.2.8
10692026-02-28T23:49:07.899Z Downloaded hyper-util v0.1.19
10702026-02-28T23:49:07.899Z Downloaded httparse v1.9.5
10712026-02-28T23:49:07.899Z Downloaded hickory-server v0.25.2
10722026-02-28T23:49:07.899Z Downloaded hashbrown v0.13.2
10732026-02-28T23:49:07.923Z Downloaded openssl-probe v0.1.5
10742026-02-28T23:49:07.924Z Downloaded openssl-macros v0.1.1
10752026-02-28T23:49:07.924Z Downloaded olpc-cjson v0.1.4
10762026-02-28T23:49:07.924Z Downloaded num-iter v0.1.45
10772026-02-28T23:49:07.924Z Downloaded num-derive v0.3.3
10782026-02-28T23:49:07.924Z Downloaded nu-ansi-term v0.50.1
10792026-02-28T23:49:07.924Z Downloaded normalize-line-endings v0.3.0
10802026-02-28T23:49:07.924Z Downloaded newtype-uuid v1.3.2
10812026-02-28T23:49:07.924Z Downloaded newline-converter v0.3.0
10822026-02-28T23:49:07.924Z Downloaded nanorand v0.7.0
10832026-02-28T23:49:07.924Z Downloaded multer v3.1.0
10842026-02-28T23:49:07.924Z Downloaded miniz_oxide v0.8.5
10852026-02-28T23:49:07.924Z Downloaded memoffset v0.9.1
10862026-02-28T23:49:07.949Z Downloaded match_cfg v0.1.0
10872026-02-28T23:49:07.949Z Downloaded managed v0.8.0
10882026-02-28T23:49:07.949Z Downloaded lru v0.12.5
10892026-02-28T23:49:07.949Z Downloaded indicatif v0.18.0
10902026-02-28T23:49:07.949Z Downloaded indicatif v0.17.11
10912026-02-28T23:49:07.949Z Downloaded hickory-resolver v0.25.2
10922026-02-28T23:49:07.949Z Downloaded hickory-resolver v0.24.4
10932026-02-28T23:49:07.949Z Downloaded heapless v0.8.0
10942026-02-28T23:49:07.974Z Downloaded num-conv v0.2.0
10952026-02-28T23:49:07.975Z Downloaded num v0.4.3
10962026-02-28T23:49:07.975Z Downloaded nodrop v0.1.14
10972026-02-28T23:49:07.975Z Downloaded nibble_vec v0.1.0
10982026-02-28T23:49:07.975Z Downloaded newtype_derive v0.1.6
10992026-02-28T23:49:07.975Z Downloaded newtype-uuid-macros v0.1.0
11002026-02-28T23:49:07.975Z Downloaded multimap v0.10.1
11012026-02-28T23:49:07.975Z Downloaded mime_guess v2.0.5
11022026-02-28T23:49:07.975Z Downloaded memmap2 v0.9.8
11032026-02-28T23:49:07.975Z Downloaded maybe-uninit v2.0.0
11042026-02-28T23:49:07.975Z Downloaded lru-slab v0.1.2
11052026-02-28T23:49:07.975Z Downloaded lockfree-object-pool v0.1.6
11062026-02-28T23:49:07.975Z Downloaded linear-map v1.2.0
11072026-02-28T23:49:07.975Z Downloaded ingot-macros v0.1.1
11082026-02-28T23:49:07.975Z Downloaded indexmap v1.9.3
11092026-02-28T23:49:07.975Z Downloaded ignore v0.4.23
11102026-02-28T23:49:08.001Z Downloaded iana-time-zone v0.1.63
11112026-02-28T23:49:08.001Z Downloaded http-body-util v0.1.3
11122026-02-28T23:49:08.001Z Downloaded hickory-client v0.25.2
11132026-02-28T23:49:08.001Z Downloaded group v0.13.0
11142026-02-28T23:49:08.002Z Downloaded futures-channel v0.3.31
11152026-02-28T23:49:08.002Z Downloaded flume v0.11.1
11162026-02-28T23:49:08.003Z Downloaded dropshot-api-manager v0.5.2
11172026-02-28T23:49:08.003Z Downloaded crypto-bigint v0.5.5
11182026-02-28T23:49:08.028Z Downloaded bstr v1.10.0
11192026-02-28T23:49:08.028Z Downloaded mime v0.3.17
11202026-02-28T23:49:08.028Z Downloaded linked-hash-map v0.5.6
11212026-02-28T23:49:08.028Z Downloaded libz-rs-sys v0.5.1
11222026-02-28T23:49:08.028Z Downloaded libsw v3.5.0
11232026-02-28T23:49:08.028Z Downloaded jobserver v0.1.32
11242026-02-28T23:49:08.028Z Downloaded ipnetwork v0.21.1
11252026-02-28T23:49:08.028Z Downloaded ipnet v2.11.0
11262026-02-28T23:49:08.028Z Downloaded hyper-staticfile v0.10.1
11272026-02-28T23:49:08.028Z Downloaded hyper-rustls v0.27.7
11282026-02-28T23:49:08.053Z Downloaded hubpack v0.1.2
11292026-02-28T23:49:08.053Z Downloaded highway v1.3.0
11302026-02-28T23:49:08.053Z Downloaded half v1.8.3
11312026-02-28T23:49:08.053Z Downloaded find-msvc-tools v0.1.9
11322026-02-28T23:49:08.053Z Downloaded fatfs v0.3.6
11332026-02-28T23:49:08.053Z Downloaded elliptic-curve v0.13.8
11342026-02-28T23:49:08.053Z Downloaded der v0.7.10
11352026-02-28T23:49:08.053Z Downloaded md5 v0.7.0
11362026-02-28T23:49:08.105Z Downloaded md-5 v0.10.6
11372026-02-28T23:49:08.105Z Downloaded maplit v1.0.2
11382026-02-28T23:49:08.105Z Downloaded lzss v0.8.2
11392026-02-28T23:49:08.105Z Downloaded lru-cache v0.1.2
11402026-02-28T23:49:08.105Z Downloaded libsw-core v0.3.1
11412026-02-28T23:49:08.105Z Downloaded libscf-sys v1.1.0
11422026-02-28T23:49:08.105Z Downloaded libloading v0.8.5
11432026-02-28T23:49:08.106Z Downloaded libefi-sys v0.1.0
11442026-02-28T23:49:08.106Z Downloaded lazy_static v1.5.0
11452026-02-28T23:49:08.106Z Downloaded lalrpop-util v0.19.12
11462026-02-28T23:49:08.106Z Downloaded kstat-rs v0.2.4
11472026-02-28T23:49:08.106Z Downloaded keccak v0.1.5
11482026-02-28T23:49:08.106Z Downloaded instant v0.1.13
11492026-02-28T23:49:08.106Z Downloaded ingot-types v0.1.2
11502026-02-28T23:49:08.106Z Downloaded ingot v0.1.1
11512026-02-28T23:49:08.106Z Downloaded humantime v2.2.0
11522026-02-28T23:49:08.131Z Downloaded hmac v0.12.1
11532026-02-28T23:49:08.131Z Downloaded heapless v0.7.17
11542026-02-28T23:49:08.131Z Downloaded headers v0.4.1
11552026-02-28T23:49:08.131Z Downloaded getrandom v0.2.15
11562026-02-28T23:49:08.131Z Downloaded diff v0.1.13
11572026-02-28T23:49:08.131Z Downloaded is-terminal v0.4.13
11582026-02-28T23:49:08.131Z Downloaded internet-checksum v0.2.1
11592026-02-28T23:49:08.131Z Downloaded instability v0.3.2
11602026-02-28T23:49:08.131Z Downloaded inout v0.1.3
11612026-02-28T23:49:08.131Z Downloaded indoc v2.0.6
11622026-02-28T23:49:08.131Z Downloaded indent_write v2.2.0
11632026-02-28T23:49:08.131Z Downloaded httpdate v1.0.3
11642026-02-28T23:49:08.131Z Downloaded git-stub v1.0.0
11652026-02-28T23:49:08.131Z Downloaded fxhash v0.2.1
11662026-02-28T23:49:08.131Z Downloaded futures-io v0.3.31
11672026-02-28T23:49:08.131Z Downloaded futures v0.3.31
11682026-02-28T23:49:08.131Z Downloaded foreign-types-macros v0.2.3
11692026-02-28T23:49:08.131Z Downloaded fallible-iterator v0.2.0
11702026-02-28T23:49:08.131Z Downloaded dropshot_endpoint v0.16.7
11712026-02-28T23:49:08.131Z Downloaded diesel_derives v2.2.3
11722026-02-28T23:49:08.131Z Downloaded impl-trait-for-tuples v0.2.2
11732026-02-28T23:49:08.131Z Downloaded ident_case v1.0.1
11742026-02-28T23:49:08.156Z Downloaded hyper-tls v0.6.0
11752026-02-28T23:49:08.156Z Downloaded hubpack_derive v0.1.1
11762026-02-28T23:49:08.156Z Downloaded http-range v0.1.5
11772026-02-28T23:49:08.156Z Downloaded http-body v1.0.1
11782026-02-28T23:49:08.157Z Downloaded hostname v0.3.1
11792026-02-28T23:49:08.157Z Downloaded home v0.5.9
11802026-02-28T23:49:08.157Z Downloaded hex-literal v0.4.1
11812026-02-28T23:49:08.157Z Downloaded hex v0.4.3
11822026-02-28T23:49:08.157Z Downloaded heck v0.3.3
11832026-02-28T23:49:08.157Z Downloaded hash32 v0.3.1
11842026-02-28T23:49:08.157Z Downloaded globwalk v0.9.1
11852026-02-28T23:49:08.157Z Downloaded git2 v0.20.2
11862026-02-28T23:49:08.157Z Downloaded gethostname v0.5.0
11872026-02-28T23:49:08.157Z Downloaded funty v2.0.0
11882026-02-28T23:49:08.157Z Downloaded foreign-types-shared v0.1.1
11892026-02-28T23:49:08.157Z Downloaded float-cmp v0.10.0
11902026-02-28T23:49:08.182Z Downloaded env_logger v0.11.8
11912026-02-28T23:49:08.182Z Downloaded derive-where v1.5.0
11922026-02-28T23:49:08.182Z Downloaded chrono v0.4.43
11932026-02-28T23:49:08.182Z Downloaded bindgen v0.71.1
11942026-02-28T23:49:08.182Z Downloaded headers-core v0.3.0
11952026-02-28T23:49:08.182Z Downloaded hash32 v0.2.1
11962026-02-28T23:49:08.207Z Downloaded ghash v0.5.1
11972026-02-28T23:49:08.207Z Downloaded futures-task v0.3.31
11982026-02-28T23:49:08.207Z Downloaded futures-sink v0.3.31
11992026-02-28T23:49:08.207Z Downloaded futures-macro v0.3.31
12002026-02-28T23:49:08.207Z Downloaded futures-executor v0.3.31
12012026-02-28T23:49:08.207Z Downloaded fs-err v2.11.0
12022026-02-28T23:49:08.207Z Downloaded flagset v0.4.6
12032026-02-28T23:49:08.207Z Downloaded fixedbitset v0.5.7
12042026-02-28T23:49:08.207Z Downloaded filetime v0.2.26
12052026-02-28T23:49:08.207Z Downloaded ff v0.13.0
12062026-02-28T23:49:08.207Z Downloaded fd-lock v4.0.2
12072026-02-28T23:49:08.207Z Downloaded ena v0.14.3
12082026-02-28T23:49:08.207Z Downloaded either v1.15.0
12092026-02-28T23:49:08.207Z Downloaded diesel-dtrace v0.4.2
12102026-02-28T23:49:08.207Z Downloaded derive_more v2.0.1
12112026-02-28T23:49:08.233Z Downloaded ctr v0.9.2
12122026-02-28T23:49:08.233Z Downloaded cc v1.2.56
12132026-02-28T23:49:08.233Z Downloaded blake3 v1.5.4
12142026-02-28T23:49:08.233Z Downloaded bitvec v1.0.1
12152026-02-28T23:49:08.259Z Downloaded aws-lc-rs v1.16.0
12162026-02-28T23:49:08.259Z Downloaded glob v0.3.2
12172026-02-28T23:49:08.284Z Downloaded fs_extra v1.3.0
12182026-02-28T23:49:08.284Z Downloaded foreign-types v0.5.0
12192026-02-28T23:49:08.284Z Downloaded foldhash v0.2.0
12202026-02-28T23:49:08.284Z Downloaded fixedbitset v0.4.2
12212026-02-28T23:49:08.284Z Downloaded ed25519-dalek v2.1.1
12222026-02-28T23:49:08.284Z Downloaded ecdsa v0.16.9
12232026-02-28T23:49:08.284Z Downloaded derive_builder v0.20.2
12242026-02-28T23:49:08.284Z Downloaded csv-core v0.1.11
12252026-02-28T23:49:08.284Z Downloaded const_format v0.2.34
12262026-02-28T23:49:08.284Z Downloaded console v0.16.0
12272026-02-28T23:49:08.309Z Downloaded bumpalo v3.16.0
12282026-02-28T23:49:08.309Z Downloaded async-trait v0.1.89
12292026-02-28T23:49:08.309Z Downloaded async-bb8-diesel v0.2.1
12302026-02-28T23:49:08.309Z Downloaded arrayvec v0.7.6
12312026-02-28T23:49:08.309Z Downloaded ar_archive_writer v0.5.1
12322026-02-28T23:49:08.309Z Downloaded foreign-types-shared v0.3.1
12332026-02-28T23:49:08.309Z Downloaded defmt v0.3.8
12342026-02-28T23:49:08.309Z Downloaded crunchy v0.2.2
12352026-02-28T23:49:08.309Z Downloaded critical-section v1.1.3
12362026-02-28T23:49:08.309Z Downloaded crc-any v2.5.0
12372026-02-28T23:49:08.334Z Downloaded corncobs v0.1.4
12382026-02-28T23:49:08.334Z Downloaded convert_case v0.7.1
12392026-02-28T23:49:08.334Z Downloaded const_format_proc_macros v0.2.34
12402026-02-28T23:49:08.334Z Downloaded compact_str v0.8.0
12412026-02-28T23:49:08.334Z Downloaded cobs v0.2.3
12422026-02-28T23:49:08.334Z Downloaded cmake v0.1.57
12432026-02-28T23:49:08.334Z Downloaded cipher v0.4.4
12442026-02-28T23:49:08.334Z Downloaded chacha20poly1305 v0.10.1
12452026-02-28T23:49:08.335Z Downloaded cfg_aliases v0.2.1
12462026-02-28T23:49:08.335Z Downloaded cexpr v0.6.0
12472026-02-28T23:49:08.335Z Downloaded camino-tempfile-ext v0.3.2
12482026-02-28T23:49:08.335Z Downloaded bytes v1.11.1
12492026-02-28T23:49:08.360Z Downloaded blowfish v0.9.1
12502026-02-28T23:49:08.360Z Downloaded block-padding v0.3.3
12512026-02-28T23:49:08.360Z Downloaded blake2 v0.10.6
12522026-02-28T23:49:08.360Z Downloaded bitflags v1.3.2
12532026-02-28T23:49:08.360Z Downloaded bit-set v0.8.0
12542026-02-28T23:49:08.360Z Downloaded base64 v0.21.7
12552026-02-28T23:49:08.361Z Downloaded aes-gcm v0.10.3
12562026-02-28T23:49:08.361Z Downloaded foreign-types v0.3.2
12572026-02-28T23:49:08.361Z Downloaded float-ord v0.3.2
12582026-02-28T23:49:08.361Z Downloaded env_filter v0.1.2
12592026-02-28T23:49:08.361Z Downloaded endian-type v0.1.2
12602026-02-28T23:49:08.361Z Downloaded embedded-io v0.6.1
12612026-02-28T23:49:08.361Z Downloaded dyn-clone v1.0.20
12622026-02-28T23:49:08.361Z Downloaded dunce v1.0.5
12632026-02-28T23:49:08.386Z Downloaded dirs-sys-next v0.1.2
12642026-02-28T23:49:08.386Z Downloaded der_derive v0.7.3
12652026-02-28T23:49:08.386Z Downloaded crossbeam-deque v0.8.5
12662026-02-28T23:49:08.386Z Downloaded cookie_store v0.22.1
12672026-02-28T23:49:08.386Z Downloaded cookie v0.18.1
12682026-02-28T23:49:08.386Z Downloaded constant_time_eq v0.3.1
12692026-02-28T23:49:08.386Z Downloaded console v0.15.10
12702026-02-28T23:49:08.386Z Downloaded colored v2.2.0
12712026-02-28T23:49:08.386Z Downloaded ciborium v0.2.2
12722026-02-28T23:49:08.386Z Downloaded cbc v0.1.2
12732026-02-28T23:49:08.386Z Downloaded bzip2 v0.5.2
12742026-02-28T23:49:08.386Z Downloaded ahash v0.8.12
12752026-02-28T23:49:08.411Z Downloaded aes v0.8.4
12762026-02-28T23:49:08.411Z Downloaded dof v0.4.0
12772026-02-28T23:49:08.411Z Downloaded document-features v0.2.11
12782026-02-28T23:49:08.411Z Downloaded dirs-next v2.0.0
12792026-02-28T23:49:08.411Z Downloaded derive_builder_macro v0.20.2
12802026-02-28T23:49:08.411Z Downloaded deranged v0.5.3
12812026-02-28T23:49:08.411Z Downloaded defmt-parser v0.3.4
12822026-02-28T23:49:08.411Z Downloaded crc32fast v1.4.2
12832026-02-28T23:49:08.411Z Downloaded colored v3.0.0
12842026-02-28T23:49:08.411Z Downloaded clang-sys v1.8.1
12852026-02-28T23:49:08.411Z Downloaded cancel-safe-futures v0.1.5
12862026-02-28T23:49:08.411Z Downloaded bzip2 v0.4.4
12872026-02-28T23:49:08.411Z Downloaded base16ct v0.2.0
12882026-02-28T23:49:08.411Z Downloaded backtrace v0.3.74
12892026-02-28T23:49:08.436Z Downloaded atomic-waker v1.1.2
12902026-02-28T23:49:08.436Z Downloaded drift v0.1.3
12912026-02-28T23:49:08.436Z Downloaded des v0.8.1
12922026-02-28T23:49:08.436Z Downloaded darling_macro v0.21.0
12932026-02-28T23:49:08.436Z Downloaded cstr-argument v0.1.2
12942026-02-28T23:49:08.436Z Downloaded crc-catalog v2.4.0
12952026-02-28T23:49:08.436Z Downloaded chacha20 v0.9.1
12962026-02-28T23:49:08.436Z Downloaded cfg_aliases v0.1.1
12972026-02-28T23:49:08.437Z Downloaded castaway v0.2.3
12982026-02-28T23:49:08.437Z Downloaded cassowary v0.3.0
12992026-02-28T23:49:08.437Z Downloaded cargo_metadata v0.19.2
13002026-02-28T23:49:08.437Z Downloaded bitfield-struct v0.6.2
13012026-02-28T23:49:08.462Z Downloaded bitfield-macros v0.19.2
13022026-02-28T23:49:08.462Z Downloaded bit-vec v0.8.0
13032026-02-28T23:49:08.462Z Downloaded bit-vec v0.6.3
13042026-02-28T23:49:08.462Z Downloaded bit-set v0.5.3
13052026-02-28T23:49:08.462Z Downloaded bcs v0.1.6
13062026-02-28T23:49:08.462Z Downloaded bb8 v0.8.5
13072026-02-28T23:49:08.462Z Downloaded base64 v0.22.1
13082026-02-28T23:49:08.462Z Downloaded async-stream v0.3.6
13092026-02-28T23:49:08.462Z Downloaded assert_matches v1.5.0
13102026-02-28T23:49:08.462Z Downloaded aho-corasick v1.1.3
13112026-02-28T23:49:08.462Z Downloaded aead v0.5.2
13122026-02-28T23:49:08.462Z Downloaded embedded-io v0.4.0
13132026-02-28T23:49:08.487Z Downloaded dtrace-parser v0.3.0
13142026-02-28T23:49:08.487Z Downloaded dropshot-api-manager-types v0.5.2
13152026-02-28T23:49:08.487Z Downloaded derive_more v0.99.20
13162026-02-28T23:49:08.487Z Downloaded derive_builder_core v0.20.2
13172026-02-28T23:49:08.487Z Downloaded derive-ex v0.1.8
13182026-02-28T23:49:08.487Z Downloaded defmt-macros v0.3.9
13192026-02-28T23:49:08.487Z Downloaded data-encoding v2.9.0
13202026-02-28T23:49:08.487Z Downloaded curve25519-dalek v4.1.3
13212026-02-28T23:49:08.512Z Downloaded crc8 v0.1.1
13222026-02-28T23:49:08.512Z Downloaded crc v3.2.1
13232026-02-28T23:49:08.512Z Downloaded convert_case v0.4.0
13242026-02-28T23:49:08.512Z Downloaded const-oid v0.9.6
13252026-02-28T23:49:08.512Z Downloaded ciborium-ll v0.2.2
13262026-02-28T23:49:08.512Z Downloaded ciborium-io v0.2.2
13272026-02-28T23:49:08.512Z Downloaded buf-list v1.0.3
13282026-02-28T23:49:08.512Z Downloaded bitfield v0.19.2
13292026-02-28T23:49:08.512Z Downloaded bcrypt-pbkdf v0.10.0
13302026-02-28T23:49:08.512Z Downloaded base64ct v1.6.0
13312026-02-28T23:49:08.512Z Downloaded base64 v0.13.1
13322026-02-28T23:49:08.512Z Downloaded backoff v0.4.0
13332026-02-28T23:49:08.512Z Downloaded atty v0.2.14
13342026-02-28T23:49:08.512Z Downloaded atomicwrites v0.4.4
13352026-02-28T23:49:08.512Z Downloaded async-stream-impl v0.3.6
13362026-02-28T23:49:08.537Z Downloaded ascii-canvas v3.0.0
13372026-02-28T23:49:08.537Z Downloaded array-init v0.0.4
13382026-02-28T23:49:08.537Z Downloaded argon2 v0.5.3
13392026-02-28T23:49:08.537Z Downloaded arc-swap v1.7.1
13402026-02-28T23:49:08.537Z Downloaded adler2 v2.0.0
13412026-02-28T23:49:08.537Z Downloaded addr2line v0.24.2
13422026-02-28T23:49:08.537Z Downloaded difflib v0.4.0
13432026-02-28T23:49:08.537Z Downloaded diesel_table_macro_syntax v0.2.0
13442026-02-28T23:49:08.537Z Downloaded debug-ignore v1.0.5
13452026-02-28T23:49:08.537Z Downloaded darling_core v0.21.0
13462026-02-28T23:49:08.537Z Downloaded darling v0.21.0
13472026-02-28T23:49:08.563Z Downloaded crossterm v0.28.1
13482026-02-28T23:49:08.563Z Downloaded crossbeam-utils v0.8.21
13492026-02-28T23:49:08.563Z Downloaded crossbeam-channel v0.5.15
13502026-02-28T23:49:08.563Z Downloaded backon v1.6.0
13512026-02-28T23:49:08.563Z Downloaded async-recursion v1.1.1
13522026-02-28T23:49:08.563Z Downloaded arrayref v0.3.9
13532026-02-28T23:49:08.563Z Downloaded allocator-api2 v0.2.21
13542026-02-28T23:49:08.588Z Downloaded crossterm v0.29.0
13552026-02-28T23:49:08.588Z Downloaded crossbeam-epoch v0.9.18
13562026-02-28T23:49:08.588Z Downloaded daft-derive v0.1.4
13572026-02-28T23:49:08.588Z Downloaded erased-serde v0.3.31
13582026-02-28T23:49:08.588Z Downloaded derive_more-impl v2.0.1
13592026-02-28T23:49:08.588Z Downloaded darling v0.20.10
13602026-02-28T23:49:08.613Z Downloaded daft v0.1.4
13612026-02-28T23:49:08.613Z Downloaded crucible-workspace-hack v0.1.0
13622026-02-28T23:49:08.775Z Compiling find-msvc-tools v0.1.9
13632026-02-28T23:49:08.775Z Compiling value-bag v1.12.0
13642026-02-28T23:49:08.775Z Compiling shlex v1.3.0
13652026-02-28T23:49:08.800Z Compiling smallvec v1.15.1
13662026-02-28T23:49:08.800Z Compiling syn v2.0.117
13672026-02-28T23:49:08.800Z Compiling getrandom v0.2.15
13682026-02-28T23:49:08.800Z Compiling jobserver v0.1.32
13692026-02-28T23:49:08.800Z Compiling typenum v1.17.0
13702026-02-28T23:49:09.157Z Compiling rand_core v0.6.4
13712026-02-28T23:49:09.228Z Compiling generic-array v0.14.7
13722026-02-28T23:49:09.277Z Compiling lock_api v0.4.12
13732026-02-28T23:49:09.338Z Compiling log v0.4.29
13742026-02-28T23:49:09.408Z Compiling cc v1.2.56
13752026-02-28T23:49:09.643Z Compiling subtle v2.6.1
13762026-02-28T23:49:09.673Z Compiling scopeguard v1.2.0
13772026-02-28T23:49:09.708Z Compiling portable-atomic v1.11.0
13782026-02-28T23:49:09.761Z Compiling critical-section v1.1.3
13792026-02-28T23:49:09.941Z Compiling const-oid v0.9.6
13802026-02-28T23:49:09.998Z Compiling serde_json v1.0.149
13812026-02-28T23:49:10.027Z Compiling parking_lot_core v0.9.10
13822026-02-28T23:49:10.270Z Compiling pin-project-lite v0.2.14
13832026-02-28T23:49:10.359Z Compiling getrandom v0.3.4
13842026-02-28T23:49:10.432Z Compiling pkg-config v0.3.31
13852026-02-28T23:49:12.095Z Compiling signal-hook-registry v1.4.2
13862026-02-28T23:49:12.126Z Compiling allocator-api2 v0.2.21
13872026-02-28T23:49:12.174Z Compiling libm v0.2.8
13882026-02-28T23:49:12.200Z Compiling once_cell v1.21.3
13892026-02-28T23:49:12.617Z Compiling parking_lot v0.12.3
13902026-02-28T23:49:12.645Z Compiling mio v1.0.2
13912026-02-28T23:49:12.826Z Compiling num-traits v0.2.19
13922026-02-28T23:49:12.851Z Compiling futures-core v0.3.32
13932026-02-28T23:49:13.150Z Compiling percent-encoding v2.3.2
13942026-02-28T23:49:13.321Z Compiling socket2 v0.6.1
13952026-02-28T23:49:13.468Z Compiling slab v0.4.9
13962026-02-28T23:49:13.524Z Compiling futures-sink v0.3.31
13972026-02-28T23:49:13.550Z Compiling foldhash v0.2.0
13982026-02-28T23:49:13.646Z Compiling cpufeatures v0.2.14
13992026-02-28T23:49:13.711Z Compiling futures-channel v0.3.31
14002026-02-28T23:49:13.773Z Compiling futures-task v0.3.31
14012026-02-28T23:49:13.798Z Compiling futures-io v0.3.31
14022026-02-28T23:49:14.088Z Compiling hashbrown v0.16.1
14032026-02-28T23:49:14.113Z Compiling pin-utils v0.1.0
14042026-02-28T23:49:14.140Z Compiling rustversion v1.0.22
14052026-02-28T23:49:14.224Z Compiling form_urlencoded v1.2.2
14062026-02-28T23:49:14.249Z Compiling cmake v0.1.57
14072026-02-28T23:49:14.274Z Compiling fs_extra v1.3.0
14082026-02-28T23:49:14.338Z Compiling base64ct v1.6.0
14092026-02-28T23:49:14.533Z Compiling ident_case v1.0.1
14102026-02-28T23:49:14.729Z Compiling dunce v1.0.5
14112026-02-28T23:49:14.796Z Compiling pem-rfc7468 v0.7.0
14122026-02-28T23:49:14.883Z Compiling flagset v0.4.6
14132026-02-28T23:49:14.908Z Compiling foldhash v0.1.5
14142026-02-28T23:49:15.060Z Compiling aws-lc-sys v0.37.1
14152026-02-28T23:49:15.121Z Compiling rand_core v0.9.3
14162026-02-28T23:49:15.223Z Compiling indexmap v2.13.0
14172026-02-28T23:49:15.309Z Compiling hashbrown v0.15.4
14182026-02-28T23:49:15.396Z Compiling iana-time-zone v0.1.63
14192026-02-28T23:49:15.575Z Compiling ring v0.17.14
14202026-02-28T23:49:15.660Z Compiling rustc_version v0.4.1
14212026-02-28T23:49:15.743Z Compiling uuid v1.19.0
14222026-02-28T23:49:15.959Z Compiling spin v0.9.8
14232026-02-28T23:49:16.314Z Compiling synstructure v0.13.1
14242026-02-28T23:49:16.361Z Compiling regex-syntax v0.8.5
14252026-02-28T23:49:16.457Z Compiling aws-lc-rs v1.16.0
14262026-02-28T23:49:16.561Z Compiling zerocopy v0.8.27
14272026-02-28T23:49:16.633Z Compiling vcpkg v0.2.15
14282026-02-28T23:49:17.192Z Compiling tracing-core v0.1.32
14292026-02-28T23:49:17.332Z Compiling serde_derive_internals v0.29.1
14302026-02-28T23:49:17.616Z Compiling httparse v1.9.5
14312026-02-28T23:49:18.174Z Compiling openssl-sys v0.9.109
14322026-02-28T23:49:18.231Z Compiling schemars v0.8.22
14332026-02-28T23:49:18.376Z Compiling untrusted v0.9.0
14342026-02-28T23:49:18.567Z Compiling rustix v0.38.37
14352026-02-28T23:49:18.598Z Compiling untrusted v0.7.1
14362026-02-28T23:49:18.800Z Compiling base64 v0.22.1
14372026-02-28T23:49:19.183Z Compiling openssl-probe v0.1.5
14382026-02-28T23:49:19.209Z Compiling rustix v1.1.3
14392026-02-28T23:49:19.357Z Compiling adler2 v2.0.0
14402026-02-28T23:49:19.525Z Compiling miniz_oxide v0.8.5
14412026-02-28T23:49:19.589Z Compiling darling_core v0.20.10
14422026-02-28T23:49:19.640Z Compiling tower-layer v0.3.3
14432026-02-28T23:49:19.910Z Compiling dyn-clone v1.0.20
14442026-02-28T23:49:20.142Z Compiling tower-service v0.3.3
14452026-02-28T23:49:20.228Z Compiling try-lock v0.2.5
14462026-02-28T23:49:20.300Z Compiling tinyvec_macros v0.1.1
14472026-02-28T23:49:20.424Z Compiling atomic-waker v1.1.2
14482026-02-28T23:49:20.448Z Compiling rustls v0.23.37
14492026-02-28T23:49:20.474Z Compiling serde_derive v1.0.228
14502026-02-28T23:49:20.621Z Compiling zeroize_derive v1.4.2
14512026-02-28T23:49:20.735Z Compiling zerofrom-derive v0.1.4
14522026-02-28T23:49:20.810Z Compiling yoke-derive v0.7.4
14532026-02-28T23:49:21.651Z Compiling zerovec-derive v0.10.3
14542026-02-28T23:49:21.938Z Compiling zeroize v1.8.1
14552026-02-28T23:49:22.318Z Compiling displaydoc v0.2.5
14562026-02-28T23:49:23.183Z Compiling icu_provider_macros v1.5.0
14572026-02-28T23:49:23.621Z Compiling crypto-common v0.1.6
14582026-02-28T23:49:23.751Z Compiling zerofrom v0.1.4
14592026-02-28T23:49:23.787Z Compiling block-buffer v0.10.4
14602026-02-28T23:49:23.822Z Compiling tokio-macros v2.6.0
14612026-02-28T23:49:23.861Z Compiling zerocopy-derive v0.7.35
14622026-02-28T23:49:23.995Z Compiling yoke v0.7.4
14632026-02-28T23:49:24.074Z Compiling digest v0.10.7
14642026-02-28T23:49:24.098Z Compiling futures-macro v0.3.31
14652026-02-28T23:49:24.348Z Compiling zerovec v0.10.4
14662026-02-28T23:49:24.558Z Compiling hmac v0.12.1
14672026-02-28T23:49:24.596Z Compiling thiserror-impl v2.0.18
14682026-02-28T23:49:24.846Z Compiling block-padding v0.3.3
14692026-02-28T23:49:24.998Z Compiling sha2 v0.10.9
14702026-02-28T23:49:25.160Z Compiling inout v0.1.3
14712026-02-28T23:49:25.185Z Compiling der_derive v0.7.3
14722026-02-28T23:49:25.450Z Compiling cipher v0.4.4
14732026-02-28T23:49:25.593Z Compiling zerocopy v0.7.35
14742026-02-28T23:49:25.680Z Compiling futures-util v0.3.31
14752026-02-28T23:49:26.034Z Compiling tinystr v0.7.6
14762026-02-28T23:49:26.348Z Compiling icu_locid v1.5.0
14772026-02-28T23:49:26.429Z Compiling icu_collections v1.5.0
14782026-02-28T23:49:26.927Z Compiling serde v1.0.228
14792026-02-28T23:49:27.011Z Compiling ppv-lite86 v0.2.20
14802026-02-28T23:49:27.217Z Compiling der v0.7.10
14812026-02-28T23:49:27.491Z Compiling icu_provider v1.5.0
14822026-02-28T23:49:27.659Z Compiling thiserror v2.0.18
14832026-02-28T23:49:27.820Z Compiling pest v2.8.2
14842026-02-28T23:49:28.030Z Compiling bytes v1.11.1
14852026-02-28T23:49:28.181Z Compiling bitflags v2.9.4
14862026-02-28T23:49:28.209Z Compiling icu_locid_transform v1.5.0
14872026-02-28T23:49:28.389Z Compiling chrono v0.4.43
14882026-02-28T23:49:28.597Z Compiling salsa20 v0.10.2
14892026-02-28T23:49:28.833Z Compiling pbkdf2 v0.12.2
14902026-02-28T23:49:29.013Z Compiling scrypt v0.11.0
14912026-02-28T23:49:29.352Z Compiling tokio v1.49.0
14922026-02-28T23:49:29.487Z Compiling icu_properties v1.5.1
14932026-02-28T23:49:29.950Z Compiling spki v0.7.3
14942026-02-28T23:49:30.272Z Compiling http v1.4.0
14952026-02-28T23:49:30.343Z Compiling pest_meta v2.8.2
14962026-02-28T23:49:30.682Z Compiling rand_chacha v0.9.0
14972026-02-28T23:49:30.794Z Compiling cbc v0.1.2
14982026-02-28T23:49:31.054Z Compiling aes v0.8.4
14992026-02-28T23:49:31.501Z Compiling rustls-pki-types v1.14.0
15002026-02-28T23:49:32.082Z Compiling zerocopy-derive v0.8.27
15012026-02-28T23:49:32.331Z Compiling tracing-attributes v0.1.27
15022026-02-28T23:49:32.414Z Compiling pkcs5 v0.7.1
15032026-02-28T23:49:33.206Z Compiling icu_normalizer v1.5.0
15042026-02-28T23:49:33.393Z Compiling http-body v1.0.1
15052026-02-28T23:49:33.615Z Compiling pest_generator v2.8.2
15062026-02-28T23:49:33.651Z Compiling rand v0.9.2
15072026-02-28T23:49:34.026Z Compiling idna_adapter v1.2.0
15082026-02-28T23:49:34.272Z Compiling idna v1.0.3
15092026-02-28T23:49:34.623Z Compiling pkcs8 v0.10.2
15102026-02-28T23:49:35.026Z Compiling url v2.5.4
15112026-02-28T23:49:35.147Z Compiling tracing v0.1.40
15122026-02-28T23:49:35.212Z Compiling pest_derive v2.8.2
15132026-02-28T23:49:35.611Z Compiling scroll_derive v0.13.1
15142026-02-28T23:49:35.636Z Compiling schemars_derive v0.8.22
15152026-02-28T23:49:37.228Z Compiling scroll v0.13.0
15162026-02-28T23:49:37.732Z Compiling tokio-util v0.7.15
15172026-02-28T23:49:37.902Z Compiling ipnet v2.11.0
15182026-02-28T23:49:38.921Z Compiling darling_macro v0.20.10
15192026-02-28T23:49:39.117Z Compiling h2 v0.4.6
15202026-02-28T23:49:39.180Z Compiling tinyvec v1.8.0
15212026-02-28T23:49:39.839Z Compiling want v0.3.1
15222026-02-28T23:49:40.035Z Compiling lazy_static v1.5.0
15232026-02-28T23:49:40.180Z Compiling bzip2-sys v0.1.13+1.0.8
15242026-02-28T23:49:40.213Z Compiling zstd-sys v2.0.14+zstd.1.5.7
15252026-02-28T23:49:40.617Z Compiling aho-corasick v1.1.3
15262026-02-28T23:49:40.693Z Compiling powerfmt v0.2.0
15272026-02-28T23:49:40.822Z Compiling openssl v0.10.73
15282026-02-28T23:49:41.055Z Compiling foreign-types-shared v0.1.1
15292026-02-28T23:49:41.157Z Compiling num-conv v0.2.0
15302026-02-28T23:49:41.211Z Compiling httpdate v1.0.3
15312026-02-28T23:49:41.238Z Compiling time-core v0.1.8
15322026-02-28T23:49:41.295Z Compiling foreign-types v0.3.2
15332026-02-28T23:49:41.415Z Compiling tempfile v3.24.0
15342026-02-28T23:49:41.544Z Compiling time-macros v0.2.27
15352026-02-28T23:49:41.615Z Compiling deranged v0.5.3
15362026-02-28T23:49:42.150Z Compiling darling v0.20.10
15372026-02-28T23:49:42.277Z Compiling goblin v0.10.2
15382026-02-28T23:49:43.346Z Compiling regex-automata v0.4.14
15392026-02-28T23:49:43.709Z Compiling openssl-macros v0.1.1
15402026-02-28T23:49:44.354Z Compiling wait-timeout v0.2.0
15412026-02-28T23:49:44.414Z Compiling usdt-impl v0.6.0
15422026-02-28T23:49:44.774Z Compiling quick-error v1.2.3
15432026-02-28T23:49:44.814Z Compiling gimli v0.31.1
15442026-02-28T23:49:44.945Z Compiling num_threads v0.1.7
15452026-02-28T23:49:45.067Z Compiling crossbeam-utils v0.8.21
15462026-02-28T23:49:45.098Z Compiling syn v1.0.109
15472026-02-28T23:49:45.606Z Compiling hyper v1.8.1
15482026-02-28T23:49:45.705Z Compiling bit-vec v0.8.0
15492026-02-28T23:49:46.184Z Compiling native-tls v0.2.12
15502026-02-28T23:49:46.536Z Compiling bit-set v0.8.0
15512026-02-28T23:49:46.916Z Compiling time v0.3.47
15522026-02-28T23:49:47.779Z Compiling rusty-fork v0.3.0
15532026-02-28T23:49:48.387Z Compiling hyper-util v0.1.19
15542026-02-28T23:49:48.849Z Compiling dof v0.4.0
15552026-02-28T23:49:48.941Z Compiling addr2line v0.24.2
15562026-02-28T23:49:50.511Z Compiling derive_builder_core v0.20.2
15572026-02-28T23:49:50.902Z Compiling unicode-normalization v0.1.24
15582026-02-28T23:49:51.805Z Compiling dtrace-parser v0.3.0
15592026-02-28T23:49:52.013Z Compiling rustls-native-certs v0.8.1
15602026-02-28T23:49:52.109Z Compiling signature v2.2.0
15612026-02-28T23:49:52.342Z Compiling thiserror-impl v1.0.69
15622026-02-28T23:49:52.439Z Compiling scroll_derive v0.12.0
15632026-02-28T23:49:52.477Z Compiling heapless v0.7.17
15642026-02-28T23:49:52.555Z Compiling darling_core v0.21.0
15652026-02-28T23:49:52.884Z Compiling slog v2.8.2
15662026-02-28T23:49:52.964Z Compiling rand_xorshift v0.4.0
15672026-02-28T23:49:53.181Z Compiling sync_wrapper v1.0.1
15682026-02-28T23:49:53.266Z Compiling thread-id v5.0.0
15692026-02-28T23:49:53.357Z Compiling object v0.36.5
15702026-02-28T23:49:53.401Z Compiling cookie v0.18.1
15712026-02-28T23:49:53.496Z Compiling crc32fast v1.4.2
15722026-02-28T23:49:53.596Z Compiling signal-hook v0.3.18
15732026-02-28T23:49:53.705Z Compiling zstd-safe v7.2.3
15742026-02-28T23:49:53.831Z Compiling anyhow v1.0.99
15752026-02-28T23:49:53.877Z Compiling unicode-bidi v0.3.17
15762026-02-28T23:49:54.021Z Compiling paste v1.0.15
15772026-02-28T23:49:54.405Z Compiling unarray v0.1.4
15782026-02-28T23:49:54.486Z Compiling unicode-properties v0.1.3
15792026-02-28T23:49:54.589Z Compiling siphasher v0.3.11
15802026-02-28T23:49:54.864Z Compiling rustc-demangle v0.1.24
15812026-02-28T23:49:54.891Z Compiling zlib-rs v0.5.1
15822026-02-28T23:49:54.968Z Compiling phf_shared v0.11.2
15832026-02-28T23:49:54.994Z Compiling thiserror v1.0.69
15842026-02-28T23:49:55.174Z Compiling stringprep v0.1.5
15852026-02-28T23:49:55.331Z Compiling proptest v1.7.0
15862026-02-28T23:49:56.378Z Compiling scroll v0.12.0
15872026-02-28T23:49:56.550Z Compiling tower v0.5.2
15882026-02-28T23:49:57.207Z Compiling derive_builder_macro v0.20.2
15892026-02-28T23:49:57.765Z Compiling darling_macro v0.21.0
15902026-02-28T23:49:57.910Z Compiling ipnetwork v0.21.1
15912026-02-28T23:49:58.449Z Compiling http-body-util v0.1.3
15922026-02-28T23:49:58.527Z Compiling webpki-roots v1.0.1
15932026-02-28T23:49:58.661Z Compiling toml_datetime v0.6.11
15942026-02-28T23:49:58.745Z Compiling serde_spanned v0.6.9
15952026-02-28T23:49:58.915Z Compiling erased-serde v0.3.31
15962026-02-28T23:49:58.971Z Compiling serde_tokenstream v0.2.3
15972026-02-28T23:49:59.169Z Compiling rand_chacha v0.3.1
15982026-02-28T23:49:59.522Z Compiling backtrace v0.3.74
15992026-02-28T23:49:59.828Z Compiling md-5 v0.10.6
16002026-02-28T23:50:00.101Z Compiling curve25519-dalek v4.1.3
16012026-02-28T23:50:00.132Z Compiling vergen-lib v0.1.6
16022026-02-28T23:50:00.414Z Compiling num-integer v0.1.46
16032026-02-28T23:50:00.712Z Compiling hash32 v0.2.1
16042026-02-28T23:50:00.786Z Compiling ff v0.13.0
16052026-02-28T23:50:01.038Z Compiling libz-rs-sys v0.5.1
16062026-02-28T23:50:01.120Z Compiling memoffset v0.9.1
16072026-02-28T23:50:01.145Z Compiling ryu v1.0.18
16082026-02-28T23:50:01.326Z Compiling litrs v0.4.1
16092026-02-28T23:50:01.425Z Compiling base16ct v0.2.0
16102026-02-28T23:50:01.485Z Compiling psl-types v2.0.11
16112026-02-28T23:50:01.629Z Compiling cfg_aliases v0.2.1
16122026-02-28T23:50:01.702Z Compiling fallible-iterator v0.2.0
16132026-02-28T23:50:01.731Z Compiling smoltcp v0.9.1
16142026-02-28T23:50:01.756Z Compiling ref-cast v1.0.25
16152026-02-28T23:50:02.167Z Compiling num-bigint-dig v0.8.6
16162026-02-28T23:50:02.287Z Compiling iri-string v0.7.8
16172026-02-28T23:50:02.343Z Compiling document-features v0.2.11
16182026-02-28T23:50:02.401Z Compiling postgres-protocol v0.6.8
16192026-02-28T23:50:02.426Z Compiling nix v0.29.0
16202026-02-28T23:50:02.518Z Compiling publicsuffix v2.3.0
16212026-02-28T23:50:02.804Z Compiling sec1 v0.7.3
16222026-02-28T23:50:03.293Z Compiling serde_urlencoded v0.7.1
16232026-02-28T23:50:03.322Z Compiling flate2 v1.1.2
16242026-02-28T23:50:03.519Z Compiling group v0.13.0
16252026-02-28T23:50:03.775Z Compiling num-iter v0.1.45
16262026-02-28T23:50:03.961Z Compiling newtype-uuid v1.3.2
16272026-02-28T23:50:04.362Z Compiling rand v0.8.5
16282026-02-28T23:50:04.557Z Compiling darling v0.21.0
16292026-02-28T23:50:04.686Z Compiling oxnet v0.1.4
16302026-02-28T23:50:04.712Z Compiling derive_builder v0.20.2
16312026-02-28T23:50:04.927Z Compiling tower-http v0.6.8
16322026-02-28T23:50:05.352Z Compiling goblin v0.8.2
16332026-02-28T23:50:05.751Z Compiling tokio-native-tls v0.3.1
16342026-02-28T23:50:06.224Z Compiling regex v1.12.3
16352026-02-28T23:50:06.488Z Compiling terminal_size v0.4.0
16362026-02-28T23:50:06.606Z Compiling cargo-platform v0.1.8
16372026-02-28T23:50:06.716Z Compiling hkdf v0.12.4
16382026-02-28T23:50:06.997Z Compiling crypto-bigint v0.5.5
16392026-02-28T23:50:07.027Z Compiling strum_macros v0.27.2
16402026-02-28T23:50:07.091Z Compiling daft-derive v0.1.4
16412026-02-28T23:50:07.116Z Compiling curve25519-dalek-derive v0.1.1
16422026-02-28T23:50:07.857Z Compiling hubpack_derive v0.1.1
16432026-02-28T23:50:08.316Z Compiling async-trait v0.1.89
16442026-02-28T23:50:08.435Z Compiling ref-cast-impl v1.0.25
16452026-02-28T23:50:08.638Z Compiling vergen v9.0.6
16462026-02-28T23:50:08.922Z Compiling ahash v0.8.12
16472026-02-28T23:50:09.233Z Compiling fs-err v3.1.1
16482026-02-28T23:50:09.376Z Compiling winnow v0.5.40
16492026-02-28T23:50:09.521Z Compiling buf-list v1.0.3
16502026-02-28T23:50:10.103Z Compiling unicode-segmentation v1.12.0
16512026-02-28T23:50:10.399Z Compiling bitflags v1.3.2
16522026-02-28T23:50:10.527Z Compiling bumpalo v3.16.0
16532026-02-28T23:50:10.971Z Compiling simd-adler32 v0.3.7
16542026-02-28T23:50:11.037Z Compiling either v1.15.0
16552026-02-28T23:50:11.165Z Compiling lockfree-object-pool v0.1.6
16562026-02-28T23:50:11.423Z Compiling managed v0.8.0
16572026-02-28T23:50:11.476Z Compiling clap_builder v4.5.48
16582026-02-28T23:50:11.502Z Compiling zopfli v0.8.1
16592026-02-28T23:50:12.083Z Compiling strum v0.27.2
16602026-02-28T23:50:12.299Z Compiling toml_edit v0.19.15
16612026-02-28T23:50:12.468Z Compiling dof v0.3.0
16622026-02-28T23:50:12.975Z Compiling elliptic-curve v0.13.8
16632026-02-28T23:50:13.629Z Compiling hubpack v0.1.2
16642026-02-28T23:50:13.655Z Compiling daft v0.1.4
16652026-02-28T23:50:14.035Z Compiling cargo_metadata v0.19.2
16662026-02-28T23:50:14.060Z Compiling signal-hook-mio v0.2.4
16672026-02-28T23:50:14.166Z Compiling cookie_store v0.22.1
16682026-02-28T23:50:14.243Z Compiling hyper-tls v0.6.0
16692026-02-28T23:50:15.435Z Compiling zstd v0.13.3
16702026-02-28T23:50:16.718Z Compiling serde_with_macros v3.16.1
16712026-02-28T23:50:17.305Z Compiling postgres-types v0.2.9
16722026-02-28T23:50:17.945Z Compiling usdt-macro v0.6.0
16732026-02-28T23:50:18.087Z Compiling usdt-attr-macro v0.6.0
16742026-02-28T23:50:18.291Z Compiling phf v0.11.2
16752026-02-28T23:50:18.492Z Compiling dtrace-parser v0.2.0
16762026-02-28T23:50:18.621Z Compiling ed25519 v2.2.3
16772026-02-28T23:50:18.976Z Compiling bzip2 v0.5.2
16782026-02-28T23:50:19.388Z Compiling bzip2 v0.4.4
16792026-02-28T23:50:19.413Z Compiling bstr v1.10.0
16802026-02-28T23:50:19.570Z Compiling pkcs1 v0.7.5
16812026-02-28T23:50:19.772Z Compiling serde-big-array v0.5.1
16822026-02-28T23:50:20.031Z Compiling hex v0.4.3
16832026-02-28T23:50:20.055Z Compiling rfc6979 v0.4.0
16842026-02-28T23:50:20.208Z Compiling strum_macros v0.26.4
16852026-02-28T23:50:20.266Z Compiling enum-as-inner v0.6.1
16862026-02-28T23:50:20.390Z Compiling serde_repr v0.1.19
16872026-02-28T23:50:20.472Z Compiling clap_derive v4.5.47
16882026-02-28T23:50:20.644Z Compiling float-cmp v0.10.0
16892026-02-28T23:50:20.779Z Compiling env_filter v0.1.2
16902026-02-28T23:50:20.927Z Compiling memmap2 v0.9.8
16912026-02-28T23:50:21.154Z Compiling socket2 v0.5.10
16922026-02-28T23:50:21.325Z Compiling encoding_rs v0.8.34
16932026-02-28T23:50:21.363Z Compiling keccak v0.1.5
16942026-02-28T23:50:21.387Z Compiling fixedbitset v0.4.2
16952026-02-28T23:50:21.795Z Compiling new_debug_unreachable v1.0.6
16962026-02-28T23:50:21.905Z Compiling difflib v0.4.0
16972026-02-28T23:50:21.970Z Compiling rustc-hash v2.1.1
16982026-02-28T23:50:22.163Z Compiling predicates-core v1.0.8
16992026-02-28T23:50:22.474Z Compiling static_assertions v1.1.0
17002026-02-28T23:50:22.586Z Compiling precomputed-hash v0.1.1
17012026-02-28T23:50:22.717Z Compiling normalize-line-endings v0.3.0
17022026-02-28T23:50:22.855Z Compiling jiff v0.2.15
17032026-02-28T23:50:22.990Z Compiling data-encoding v2.9.0
17042026-02-28T23:50:23.031Z Compiling mime v0.3.17
17052026-02-28T23:50:23.512Z Compiling whoami v1.5.2
17062026-02-28T23:50:23.883Z Compiling fixedbitset v0.5.7
17072026-02-28T23:50:24.047Z Compiling toml_edit v0.22.27
17082026-02-28T23:50:24.081Z Compiling clap v4.5.48
17092026-02-28T23:50:24.210Z Compiling strum v0.26.3
17102026-02-28T23:50:24.300Z Compiling petgraph v0.8.2
17112026-02-28T23:50:24.409Z Compiling tokio-postgres v0.7.13
17122026-02-28T23:50:24.459Z Compiling hickory-proto v0.25.2
17132026-02-28T23:50:24.486Z Compiling predicates v3.1.3
17142026-02-28T23:50:25.732Z Compiling string_cache v0.8.9
17152026-02-28T23:50:25.974Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17162026-02-28T23:50:26.167Z Compiling iddqd v0.3.16
17172026-02-28T23:50:28.370Z Compiling petgraph v0.6.5
17182026-02-28T23:50:28.395Z Compiling sha3 v0.10.8
17192026-02-28T23:50:28.904Z Compiling usdt v0.6.0
17202026-02-28T23:50:29.285Z Compiling zip v4.2.0
17212026-02-28T23:50:29.351Z Compiling env_logger v0.11.8
17222026-02-28T23:50:29.989Z Compiling usdt-impl v0.5.0
17232026-02-28T23:50:30.014Z Compiling serde_with v3.16.1
17242026-02-28T23:50:31.138Z Compiling similar v2.7.0
17252026-02-28T23:50:31.239Z Compiling ecdsa v0.16.9
17262026-02-28T23:50:31.615Z Compiling rsa v0.9.8
17272026-02-28T23:50:31.649Z Compiling zip v0.6.6
17282026-02-28T23:50:31.982Z Compiling ed25519-dalek v2.1.1
17292026-02-28T23:50:32.949Z Compiling toml v0.7.8
17302026-02-28T23:50:33.146Z Compiling crossterm v0.28.1
17312026-02-28T23:50:34.207Z Compiling itertools v0.13.0
17322026-02-28T23:50:34.460Z Compiling itertools v0.10.5
17332026-02-28T23:50:34.496Z Compiling heck v0.4.1
17342026-02-28T23:50:34.531Z Compiling crossbeam-epoch v0.9.18
17352026-02-28T23:50:34.642Z Compiling tokio-stream v0.1.17
17362026-02-28T23:50:34.908Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17372026-02-28T23:50:35.171Z Compiling x509-cert v0.2.5
17382026-02-28T23:50:35.293Z Compiling openapiv3 v2.2.0
17392026-02-28T23:50:35.519Z Compiling sha1 v0.10.6
17402026-02-28T23:50:35.857Z Compiling winnow v0.6.26
17412026-02-28T23:50:35.950Z Compiling peg-runtime v0.8.5
17422026-02-28T23:50:36.436Z Compiling lalrpop-util v0.19.12
17432026-02-28T23:50:36.750Z Compiling thread_local v1.1.8
17442026-02-28T23:50:36.775Z Compiling slog-async v2.8.0
17452026-02-28T23:50:36.800Z Compiling crossbeam-channel v0.5.15
17462026-02-28T23:50:37.192Z Compiling xattr v1.3.1
17472026-02-28T23:50:37.312Z Compiling futures-executor v0.3.31
17482026-02-28T23:50:37.434Z Compiling filetime v0.2.26
17492026-02-28T23:50:37.652Z Compiling is-terminal v0.4.13
17502026-02-28T23:50:37.726Z Compiling term v1.1.0
17512026-02-28T23:50:37.767Z Compiling take_mut v0.2.2
17522026-02-28T23:50:37.799Z Compiling tar v0.4.44
17532026-02-28T23:50:37.876Z Compiling futures v0.3.31
17542026-02-28T23:50:38.445Z Compiling slog-term v2.9.2
17552026-02-28T23:50:47.506Z Compiling rustls-webpki v0.103.9
17562026-02-28T23:50:53.711Z Compiling tokio-rustls v0.26.0
17572026-02-28T23:50:53.711Z Compiling rustls-platform-verifier v0.6.2
17582026-02-28T23:50:54.030Z Compiling hyper-rustls v0.27.7
17592026-02-28T23:50:54.382Z Compiling reqwest v0.12.28
17602026-02-28T23:50:54.382Z Compiling reqwest v0.13.2
17612026-02-28T23:50:59.104Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17622026-02-28T23:50:59.510Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17632026-02-28T23:51:05.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 01s
17642026-02-28T23:51:05.633Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17652026-02-28T23:51:05.709ZFeb 28 23:51:05.195 INFO Starting download, target: Clickhouse
17662026-02-28T23:51:05.734ZFeb 28 23:51:05.196 INFO Starting download, target: Cockroach
17672026-02-28T23:51:05.734ZFeb 28 23:51:05.197 INFO Starting download, target: Console
17682026-02-28T23:51:05.734ZFeb 28 23:51:05.197 INFO Starting download, target: DendriteStub
17692026-02-28T23:51:05.734ZFeb 28 23:51:05.197 INFO Starting download, target: MaghemiteMgd
17702026-02-28T23:51:05.734ZFeb 28 23:51:05.197 INFO Starting download, target: TransceiverControl
17712026-02-28T23:51:05.734ZFeb 28 23:51:05.197 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17722026-02-28T23:51:05.734ZFeb 28 23:51:05.197 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17732026-02-28T23:51:05.734ZFeb 28 23:51:05.198 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17742026-02-28T23:51:05.734ZFeb 28 23:51:05.198 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17752026-02-28T23:51:05.734ZFeb 28 23:51:05.198 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17762026-02-28T23:51:05.734ZFeb 28 23:51:05.198 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17772026-02-28T23:51:06.163ZFeb 28 23:51:05.645 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17782026-02-28T23:51:06.599ZFeb 28 23:51:06.075 INFO Download complete, target: Console
17792026-02-28T23:51:08.718ZFeb 28 23:51:08.205 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17802026-02-28T23:51:09.171ZFeb 28 23:51:08.658 INFO Download complete, target: TransceiverControl
17812026-02-28T23:51:13.993ZFeb 28 23:51:13.482 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17822026-02-28T23:51:14.344ZFeb 28 23:51:13.828 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17832026-02-28T23:51:16.748ZFeb 28 23:51:16.237 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17842026-02-28T23:51:16.748ZFeb 28 23:51:16.237 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17852026-02-28T23:51:18.683ZFeb 28 23:51:18.171 INFO Download complete, target: MaghemiteMgd
17862026-02-28T23:51:18.942ZFeb 28 23:51:18.431 INFO Download complete, target: DendriteStub
17872026-02-28T23:51:25.695ZFeb 28 23:51:25.185 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17882026-02-28T23:51:26.185ZFeb 28 23:51:25.675 INFO Checking that binary works, target: Cockroach
17892026-02-28T23:51:26.367ZFeb 28 23:51:25.857 INFO Download complete, target: Cockroach
17902026-02-28T23:51:38.085ZFeb 28 23:51:37.577 INFO Checking that binary works, target: Clickhouse
17912026-02-28T23:51:38.290ZFeb 28 23:51:37.781 INFO Download complete, target: Clickhouse
17922026-02-28T23:51:38.315ZAll builder prerequisites installed successfully, and PATH looks valid
17932026-02-28T23:51:38.341Z
17942026-02-28T23:51:38.341Zreal 5:51.037779289
17952026-02-28T23:51:38.341Zuser 15:51.383008853
17962026-02-28T23:51:38.341Zsys 2:42.856797303
17972026-02-28T23:51:38.341Ztrap 0.559410339
17982026-02-28T23:51:38.341Ztflt 0.383377497
17992026-02-28T23:51:38.341Zdflt 0.880276225
18002026-02-28T23:51:38.341Zkflt 0.007510617
18012026-02-28T23:51:38.341Zlock 40:52.430196811
18022026-02-28T23:51:38.341Zslp 59:02.227301023
18032026-02-28T23:51:38.341Zlat 1:14.376882631
18042026-02-28T23:51:38.341Zstop 2:56.814341275
18052026-02-28T23:51:38.341Z+ banner hack-check
18062026-02-28T23:51:38.341Z
18072026-02-28T23:51:38.341Z # # ## #### # # #### # # ###### #### # #
18082026-02-28T23:51:38.341Z # # # # # # # # # # # # # # # # #
18092026-02-28T23:51:38.341Z ###### # # # #### ##### # ###### ##### # ####
18102026-02-28T23:51:38.341Z # # ###### # # # # # # # # # #
18112026-02-28T23:51:38.341Z # # # # # # # # # # # # # # # # #
18122026-02-28T23:51:38.341Z # # # # #### # # #### # # ###### #### # #
18132026-02-28T23:51:38.341Z
18142026-02-28T23:51:38.341Z+ export CARGO_INCREMENTAL=0
18152026-02-28T23:51:38.341Z+ CARGO_INCREMENTAL=0
18162026-02-28T23:51:38.341Z+ ptime -m timeout 2h cargo xtask check-features --ci
18172026-02-28T23:51:39.545Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18182026-02-28T23:51:39.845Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18192026-02-28T23:51:43.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.25s
18202026-02-28T23:51:43.753Z Running `target/debug/xtask check-features --ci`
18212026-02-28T23:51:43.790Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18222026-02-28T23:51:43.790Zrunning: "/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18232026-02-28T23:51:44.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
18242026-02-28T23:51:44.664Z Running `target/debug/xtask download cargo-hack`
18252026-02-28T23:51:46.066Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18262026-02-28T23:51:46.419Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18272026-02-28T23:51:51.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.46s
18282026-02-28T23:51:51.318Z Running `target/debug/xtask-downloader cargo-hack`
18292026-02-28T23:51:51.376ZFeb 28 23:51:50.869 INFO Starting download, target: CargoHack
18302026-02-28T23:51:51.401ZFeb 28 23:51:50.870 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18312026-02-28T23:51:51.834ZFeb 28 23:51:51.327 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18322026-02-28T23:51:51.929ZFeb 28 23:51:51.422 INFO Download complete, target: CargoHack
18332026-02-28T23:51:51.953Zrunning: "/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
18342026-02-28T23:51:51.979Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18352026-02-28T23:51:52.234Zinfo: running `cargo check --bins` on api_identity (1/252)
18362026-02-28T23:51:53.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18372026-02-28T23:51:53.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18382026-02-28T23:51:53.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18392026-02-28T23:51:53.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
18402026-02-28T23:51:53.278Z
18412026-02-28T23:51:53.278Zinfo: running `cargo check --bins` on bootstore (2/252)
18422026-02-28T23:51:54.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18432026-02-28T23:51:54.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18442026-02-28T23:51:54.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18452026-02-28T23:51:54.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
18462026-02-28T23:51:54.380Z
18472026-02-28T23:51:54.380Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/252)
18482026-02-28T23:51:55.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18492026-02-28T23:51:55.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18502026-02-28T23:51:55.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18512026-02-28T23:51:55.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s
18522026-02-28T23:51:55.461Z
18532026-02-28T23:51:55.461Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/252)
18542026-02-28T23:51:56.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18552026-02-28T23:51:56.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18562026-02-28T23:51:56.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18572026-02-28T23:51:56.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
18582026-02-28T23:51:56.547Z
18592026-02-28T23:51:56.547Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/252)
18602026-02-28T23:51:57.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18612026-02-28T23:51:57.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18622026-02-28T23:51:57.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18632026-02-28T23:51:57.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
18642026-02-28T23:51:57.395Z
18652026-02-28T23:51:57.395Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/252)
18662026-02-28T23:51:58.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18672026-02-28T23:51:58.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18682026-02-28T23:51:58.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18692026-02-28T23:51:58.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
18702026-02-28T23:51:58.276Z
18712026-02-28T23:51:58.276Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/252)
18722026-02-28T23:51:59.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18732026-02-28T23:51:59.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18742026-02-28T23:51:59.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18752026-02-28T23:51:59.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
18762026-02-28T23:51:59.090Z
18772026-02-28T23:51:59.090Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/252)
18782026-02-28T23:51:59.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18792026-02-28T23:51:59.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18802026-02-28T23:51:59.878Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18812026-02-28T23:51:59.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
18822026-02-28T23:51:59.931Z
18832026-02-28T23:51:59.931Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/252)
18842026-02-28T23:52:00.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18852026-02-28T23:52:00.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18862026-02-28T23:52:00.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18872026-02-28T23:52:00.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
18882026-02-28T23:52:00.799Z
18892026-02-28T23:52:00.799Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/252)
18902026-02-28T23:52:01.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18912026-02-28T23:52:01.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18922026-02-28T23:52:01.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18932026-02-28T23:52:01.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
18942026-02-28T23:52:01.673Z
18952026-02-28T23:52:01.673Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/252)
18962026-02-28T23:52:02.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18972026-02-28T23:52:02.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18982026-02-28T23:52:02.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18992026-02-28T23:52:02.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
19002026-02-28T23:52:02.518Z
19012026-02-28T23:52:02.518Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/252)
19022026-02-28T23:52:03.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19032026-02-28T23:52:03.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19042026-02-28T23:52:03.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19052026-02-28T23:52:03.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
19062026-02-28T23:52:03.343Z
19072026-02-28T23:52:03.343Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/252)
19082026-02-28T23:52:04.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19092026-02-28T23:52:04.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19102026-02-28T23:52:04.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19112026-02-28T23:52:04.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
19122026-02-28T23:52:04.173Z
19132026-02-28T23:52:04.173Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/252)
19142026-02-28T23:52:04.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19152026-02-28T23:52:05.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19162026-02-28T23:52:05.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19172026-02-28T23:52:05.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
19182026-02-28T23:52:05.071Z
19192026-02-28T23:52:05.071Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/252)
19202026-02-28T23:52:05.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19212026-02-28T23:52:05.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19222026-02-28T23:52:05.878Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19232026-02-28T23:52:05.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
19242026-02-28T23:52:05.928Z
19252026-02-28T23:52:05.928Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/252)
19262026-02-28T23:52:06.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19272026-02-28T23:52:06.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19282026-02-28T23:52:06.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19292026-02-28T23:52:06.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
19302026-02-28T23:52:06.808Z
19312026-02-28T23:52:06.808Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/252)
19322026-02-28T23:52:07.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19332026-02-28T23:52:07.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19342026-02-28T23:52:07.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19352026-02-28T23:52:07.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
19362026-02-28T23:52:07.628Z
19372026-02-28T23:52:07.628Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/252)
19382026-02-28T23:52:08.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19392026-02-28T23:52:08.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19402026-02-28T23:52:08.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19412026-02-28T23:52:08.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
19422026-02-28T23:52:08.457Z
19432026-02-28T23:52:08.457Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/252)
19442026-02-28T23:52:09.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19452026-02-28T23:52:09.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19462026-02-28T23:52:09.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19472026-02-28T23:52:09.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
19482026-02-28T23:52:09.284Z
19492026-02-28T23:52:09.284Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/252)
19502026-02-28T23:52:10.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19512026-02-28T23:52:10.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19522026-02-28T23:52:10.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19532026-02-28T23:52:10.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
19542026-02-28T23:52:10.126Z
19552026-02-28T23:52:10.126Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/252)
19562026-02-28T23:52:10.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19572026-02-28T23:52:10.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19582026-02-28T23:52:10.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19592026-02-28T23:52:10.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
19602026-02-28T23:52:10.996Z
19612026-02-28T23:52:10.996Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/252)
19622026-02-28T23:52:11.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19632026-02-28T23:52:11.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19642026-02-28T23:52:11.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19652026-02-28T23:52:11.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
19662026-02-28T23:52:11.834Z
19672026-02-28T23:52:11.834Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/252)
19682026-02-28T23:52:12.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19692026-02-28T23:52:12.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19702026-02-28T23:52:12.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19712026-02-28T23:52:12.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
19722026-02-28T23:52:12.669Z
19732026-02-28T23:52:12.670Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/252)
19742026-02-28T23:52:13.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19752026-02-28T23:52:13.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19762026-02-28T23:52:13.457Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19772026-02-28T23:52:13.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
19782026-02-28T23:52:13.509Z
19792026-02-28T23:52:13.509Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/252)
19802026-02-28T23:52:14.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19812026-02-28T23:52:14.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19822026-02-28T23:52:14.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19832026-02-28T23:52:14.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
19842026-02-28T23:52:14.382Z
19852026-02-28T23:52:14.382Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/252)
19862026-02-28T23:52:15.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19872026-02-28T23:52:15.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19882026-02-28T23:52:15.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19892026-02-28T23:52:15.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
19902026-02-28T23:52:15.226Z
19912026-02-28T23:52:15.226Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/252)
19922026-02-28T23:52:15.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19932026-02-28T23:52:15.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19942026-02-28T23:52:15.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19952026-02-28T23:52:15.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
19962026-02-28T23:52:16.031Z
19972026-02-28T23:52:16.031Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/252)
19982026-02-28T23:52:16.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19992026-02-28T23:52:16.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20002026-02-28T23:52:16.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20012026-02-28T23:52:16.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
20022026-02-28T23:52:16.853Z
20032026-02-28T23:52:16.854Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/252)
20042026-02-28T23:52:17.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20052026-02-28T23:52:17.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20062026-02-28T23:52:17.627Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20072026-02-28T23:52:17.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
20082026-02-28T23:52:17.680Z
20092026-02-28T23:52:17.680Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/252)
20102026-02-28T23:52:18.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20112026-02-28T23:52:18.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20122026-02-28T23:52:18.440Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20132026-02-28T23:52:18.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
20142026-02-28T23:52:18.497Z
20152026-02-28T23:52:18.497Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/252)
20162026-02-28T23:52:19.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20172026-02-28T23:52:19.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20182026-02-28T23:52:19.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20192026-02-28T23:52:19.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
20202026-02-28T23:52:19.332Z
20212026-02-28T23:52:19.332Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/252)
20222026-02-28T23:52:20.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20232026-02-28T23:52:20.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20242026-02-28T23:52:20.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20252026-02-28T23:52:20.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
20262026-02-28T23:52:20.155Z
20272026-02-28T23:52:20.155Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/252)
20282026-02-28T23:52:20.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20292026-02-28T23:52:20.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20302026-02-28T23:52:20.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20312026-02-28T23:52:20.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
20322026-02-28T23:52:20.979Z
20332026-02-28T23:52:20.979Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/252)
20342026-02-28T23:52:21.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20352026-02-28T23:52:21.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20362026-02-28T23:52:21.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20372026-02-28T23:52:21.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
20382026-02-28T23:52:21.784Z
20392026-02-28T23:52:21.784Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/252)
20402026-02-28T23:52:22.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20412026-02-28T23:52:22.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20422026-02-28T23:52:22.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20432026-02-28T23:52:22.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
20442026-02-28T23:52:22.598Z
20452026-02-28T23:52:22.598Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/252)
20462026-02-28T23:52:23.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20472026-02-28T23:52:23.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20482026-02-28T23:52:23.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20492026-02-28T23:52:23.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
20502026-02-28T23:52:23.424Z
20512026-02-28T23:52:23.424Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/252)
20522026-02-28T23:52:24.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20532026-02-28T23:52:24.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20542026-02-28T23:52:24.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20552026-02-28T23:52:24.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
20562026-02-28T23:52:24.279Z
20572026-02-28T23:52:24.279Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/252)
20582026-02-28T23:52:25.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20592026-02-28T23:52:25.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20602026-02-28T23:52:25.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20612026-02-28T23:52:25.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
20622026-02-28T23:52:25.149Z
20632026-02-28T23:52:25.149Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/252)
20642026-02-28T23:52:25.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20652026-02-28T23:52:25.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20662026-02-28T23:52:25.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20672026-02-28T23:52:25.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
20682026-02-28T23:52:25.995Z
20692026-02-28T23:52:25.995Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/252)
20702026-02-28T23:52:26.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20712026-02-28T23:52:26.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20722026-02-28T23:52:26.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20732026-02-28T23:52:26.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
20742026-02-28T23:52:26.830Z
20752026-02-28T23:52:26.830Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/252)
20762026-02-28T23:52:27.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20772026-02-28T23:52:27.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20782026-02-28T23:52:27.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20792026-02-28T23:52:27.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
20802026-02-28T23:52:27.675Z
20812026-02-28T23:52:27.675Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/252)
20822026-02-28T23:52:28.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20832026-02-28T23:52:28.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20842026-02-28T23:52:28.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20852026-02-28T23:52:28.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
20862026-02-28T23:52:28.513Z
20872026-02-28T23:52:28.513Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/252)
20882026-02-28T23:52:29.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20892026-02-28T23:52:29.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20902026-02-28T23:52:29.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20912026-02-28T23:52:29.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
20922026-02-28T23:52:29.335Z
20932026-02-28T23:52:29.335Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/252)
20942026-02-28T23:52:30.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20952026-02-28T23:52:30.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20962026-02-28T23:52:30.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20972026-02-28T23:52:30.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
20982026-02-28T23:52:30.180Z
20992026-02-28T23:52:30.180Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (45/252)
21002026-02-28T23:52:31.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21012026-02-28T23:52:31.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21022026-02-28T23:52:31.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21032026-02-28T23:52:31.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
21042026-02-28T23:52:31.291Z
21052026-02-28T23:52:31.291Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (46/252)
21062026-02-28T23:52:32.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21072026-02-28T23:52:32.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21082026-02-28T23:52:32.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21092026-02-28T23:52:32.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
21102026-02-28T23:52:32.436Z
21112026-02-28T23:52:32.436Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (47/252)
21122026-02-28T23:52:33.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21132026-02-28T23:52:33.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21142026-02-28T23:52:33.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21152026-02-28T23:52:33.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
21162026-02-28T23:52:33.534Z
21172026-02-28T23:52:33.534Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (48/252)
21182026-02-28T23:52:34.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21192026-02-28T23:52:34.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21202026-02-28T23:52:34.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21212026-02-28T23:52:34.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
21222026-02-28T23:52:34.646Z
21232026-02-28T23:52:34.647Zinfo: running `cargo check --bins` on key-manager-types (49/252)
21242026-02-28T23:52:35.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21252026-02-28T23:52:35.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21262026-02-28T23:52:35.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21272026-02-28T23:52:35.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
21282026-02-28T23:52:35.757Z
21292026-02-28T23:52:35.758Zinfo: running `cargo check --bins` on oxlog (50/252)
21302026-02-28T23:52:36.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21312026-02-28T23:52:36.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21322026-02-28T23:52:36.922Z Checking cfg-if v1.0.4
21332026-02-28T23:52:36.922Z Checking libc v0.2.180
21342026-02-28T23:52:36.948Z Checking serde_core v1.0.228
21352026-02-28T23:52:36.987Z Checking zeroize v1.8.1
21362026-02-28T23:52:37.012Z Checking memchr v2.7.4
21372026-02-28T23:52:37.037Z Checking value-bag v1.12.0
21382026-02-28T23:52:37.037Z Checking smallvec v1.15.1
21392026-02-28T23:52:37.069Z Checking typenum v1.17.0
21402026-02-28T23:52:37.094Z Checking subtle v2.6.1
21412026-02-28T23:52:37.261Z Checking scopeguard v1.2.0
21422026-02-28T23:52:37.350Z Checking itoa v1.0.11
21432026-02-28T23:52:37.387Z Checking const-oid v0.9.6
21442026-02-28T23:52:37.418Z Checking lock_api v0.4.12
21452026-02-28T23:52:37.443Z Checking log v0.4.29
21462026-02-28T23:52:37.569Z Checking portable-atomic v1.11.0
21472026-02-28T23:52:37.782Z Checking stable_deref_trait v1.2.0
21482026-02-28T23:52:37.807Z Checking critical-section v1.1.3
21492026-02-28T23:52:37.894Z Checking byteorder v1.5.0
21502026-02-28T23:52:37.919Z Checking zerofrom v0.1.4
21512026-02-28T23:52:37.944Z Checking getrandom v0.2.15
21522026-02-28T23:52:37.969Z Checking parking_lot_core v0.9.10
21532026-02-28T23:52:38.019Z Checking generic-array v0.14.7
21542026-02-28T23:52:38.117Z Checking yoke v0.7.4
21552026-02-28T23:52:38.175Z Checking rand_core v0.6.4
21562026-02-28T23:52:38.269Z Checking getrandom v0.3.4
21572026-02-28T23:52:38.298Z Checking signal-hook-registry v1.4.2
21582026-02-28T23:52:38.435Z Checking zerovec v0.10.4
21592026-02-28T23:52:38.468Z Checking once_cell v1.21.3
21602026-02-28T23:52:38.493Z Checking allocator-api2 v0.2.21
21612026-02-28T23:52:38.518Z Checking equivalent v1.0.2
21622026-02-28T23:52:38.552Z Checking pin-project-lite v0.2.14
21632026-02-28T23:52:38.668Z Checking parking_lot v0.12.3
21642026-02-28T23:52:38.693Z Checking mio v1.0.2
21652026-02-28T23:52:38.796Z Checking litemap v0.7.3
21662026-02-28T23:52:38.853Z Checking writeable v0.5.5
21672026-02-28T23:52:38.996Z Checking socket2 v0.6.1
21682026-02-28T23:52:39.060Z Checking libm v0.2.8
21692026-02-28T23:52:39.097Z Checking crypto-common v0.1.6
21702026-02-28T23:52:39.138Z Checking block-buffer v0.10.4
21712026-02-28T23:52:39.169Z Checking zmij v1.0.15
21722026-02-28T23:52:39.228Z Checking futures-core v0.3.32
21732026-02-28T23:52:39.314Z Checking percent-encoding v2.3.2
21742026-02-28T23:52:39.363Z Checking digest v0.10.7
21752026-02-28T23:52:39.424Z Checking zerocopy v0.7.35
21762026-02-28T23:52:39.464Z Checking icu_locid_transform_data v1.5.0
21772026-02-28T23:52:39.528Z Checking foldhash v0.2.0
21782026-02-28T23:52:39.528Z Checking cpufeatures v0.2.14
21792026-02-28T23:52:39.572Z Checking icu_properties_data v1.5.0
21802026-02-28T23:52:39.651Z Checking block-padding v0.3.3
21812026-02-28T23:52:39.719Z Checking hmac v0.12.1
21822026-02-28T23:52:39.799Z Checking icu_normalizer_data v1.5.0
21832026-02-28T23:52:39.824Z Checking hashbrown v0.16.1
21842026-02-28T23:52:39.865Z Checking num-traits v0.2.19
21852026-02-28T23:52:39.889Z Checking write16 v1.0.0
21862026-02-28T23:52:39.914Z Checking tinystr v0.7.6
21872026-02-28T23:52:39.939Z Checking icu_collections v1.5.0
21882026-02-28T23:52:39.964Z Checking futures-sink v0.3.31
21892026-02-28T23:52:40.039Z Checking utf8_iter v1.0.4
21902026-02-28T23:52:40.119Z Checking utf16_iter v1.0.5
21912026-02-28T23:52:40.232Z Checking serde v1.0.228
21922026-02-28T23:52:40.257Z Checking serde_json v1.0.149
21932026-02-28T23:52:40.282Z Checking icu_locid v1.5.0
21942026-02-28T23:52:40.307Z Checking futures-channel v0.3.31
21952026-02-28T23:52:40.563Z Checking inout v0.1.3
21962026-02-28T23:52:40.588Z Checking ppv-lite86 v0.2.20
21972026-02-28T23:52:40.654Z Checking slab v0.4.9
21982026-02-28T23:52:40.789Z Checking pin-utils v0.1.0
21992026-02-28T23:52:40.863Z Checking indexmap v2.13.0
22002026-02-28T23:52:40.897Z Checking futures-task v0.3.31
22012026-02-28T23:52:40.922Z Checking futures-io v0.3.31
22022026-02-28T23:52:41.104Z Checking cipher v0.4.4
22032026-02-28T23:52:41.129Z Checking bytes v1.11.1
22042026-02-28T23:52:41.156Z Checking bitflags v2.9.4
22052026-02-28T23:52:41.181Z Checking icu_provider v1.5.0
22062026-02-28T23:52:41.206Z Checking futures-util v0.3.31
22072026-02-28T23:52:41.231Z Checking sha2 v0.10.9
22082026-02-28T23:52:41.452Z Checking base64ct v1.6.0
22092026-02-28T23:52:41.494Z Checking form_urlencoded v1.2.2
22102026-02-28T23:52:41.669Z Checking errno v0.3.12
22112026-02-28T23:52:41.711Z Checking foldhash v0.1.5
22122026-02-28T23:52:41.737Z Checking flagset v0.4.6
22132026-02-28T23:52:41.762Z Checking icu_locid_transform v1.5.0
22142026-02-28T23:52:41.864Z Checking fnv v1.0.7
22152026-02-28T23:52:41.893Z Checking pem-rfc7468 v0.7.0
22162026-02-28T23:52:41.938Z Checking hashbrown v0.15.4
22172026-02-28T23:52:41.963Z Checking rand_core v0.9.3
22182026-02-28T23:52:42.016Z Checking salsa20 v0.10.2
22192026-02-28T23:52:42.041Z Checking uuid v1.19.0
22202026-02-28T23:52:42.092Z Checking tokio v1.49.0
22212026-02-28T23:52:42.158Z Checking der v0.7.10
22222026-02-28T23:52:42.238Z Checking http v1.4.0
22232026-02-28T23:52:42.283Z Checking pbkdf2 v0.12.2
22242026-02-28T23:52:42.451Z Checking spin v0.9.8
22252026-02-28T23:52:42.634Z Checking scrypt v0.11.0
22262026-02-28T23:52:42.659Z Checking icu_properties v1.5.1
22272026-02-28T23:52:42.777Z Checking rand_chacha v0.9.0
22282026-02-28T23:52:42.848Z Checking aes v0.8.4
22292026-02-28T23:52:42.906Z Checking cbc v0.1.2
22302026-02-28T23:52:43.145Z Checking tracing-core v0.1.32
22312026-02-28T23:52:43.170Z Checking rustls-pki-types v1.14.0
22322026-02-28T23:52:43.433Z Checking iana-time-zone v0.1.63
22332026-02-28T23:52:43.629Z Checking regex-syntax v0.8.5
22342026-02-28T23:52:43.705Z Checking chrono v0.4.43
22352026-02-28T23:52:43.779Z Checking tracing v0.1.40
22362026-02-28T23:52:43.804Z Checking spki v0.7.3
22372026-02-28T23:52:43.804Z Checking http-body v1.0.1
22382026-02-28T23:52:44.057Z Checking rand v0.9.2
22392026-02-28T23:52:44.116Z Checking pkcs5 v0.7.1
22402026-02-28T23:52:44.160Z Checking aws-lc-sys v0.37.1
22412026-02-28T23:52:44.654Z Checking thiserror v2.0.18
22422026-02-28T23:52:44.821Z Checking base64 v0.22.1
22432026-02-28T23:52:45.043Z Checking openssl-probe v0.1.5
22442026-02-28T23:52:45.234Z Checking untrusted v0.7.1
22452026-02-28T23:52:45.259Z Checking untrusted v0.9.0
22462026-02-28T23:52:45.327Z Checking pkcs8 v0.10.2
22472026-02-28T23:52:45.417Z Checking plain v0.2.3
22482026-02-28T23:52:45.442Z Checking ring v0.17.14
22492026-02-28T23:52:45.553Z Checking tower-service v0.3.3
22502026-02-28T23:52:45.581Z Checking atomic-waker v1.1.2
22512026-02-28T23:52:45.626Z Checking tower-layer v0.3.3
22522026-02-28T23:52:45.682Z Checking aws-lc-rs v1.16.0
22532026-02-28T23:52:45.707Z Checking tinyvec_macros v0.1.1
22542026-02-28T23:52:45.731Z Checking icu_normalizer v1.5.0
22552026-02-28T23:52:45.757Z Checking try-lock v0.2.5
22562026-02-28T23:52:45.804Z Checking tinyvec v1.8.0
22572026-02-28T23:52:45.894Z Checking lazy_static v1.5.0
22582026-02-28T23:52:45.919Z Checking want v0.3.1
22592026-02-28T23:52:46.034Z Checking rustix v1.1.3
22602026-02-28T23:52:46.121Z Checking ipnet v2.11.0
22612026-02-28T23:52:46.391Z Checking semver v1.0.27
22622026-02-28T23:52:46.456Z Checking idna_adapter v1.2.0
22632026-02-28T23:52:46.618Z Checking httparse v1.9.5
22642026-02-28T23:52:46.660Z Checking idna v1.0.3
22652026-02-28T23:52:46.764Z Checking zerocopy v0.8.27
22662026-02-28T23:52:46.931Z Checking fastrand v2.1.1
22672026-02-28T23:52:47.034Z Checking dyn-clone v1.0.20
22682026-02-28T23:52:47.097Z Checking url v2.5.4
22692026-02-28T23:52:47.186Z Checking ucd-trie v0.1.7
22702026-02-28T23:52:47.225Z Checking foreign-types-shared v0.1.1
22712026-02-28T23:52:47.356Z Checking unicode-ident v1.0.24
22722026-02-28T23:52:47.395Z Checking adler2 v2.0.0
22732026-02-28T23:52:47.420Z Checking httpdate v1.0.3
22742026-02-28T23:52:47.445Z Checking rustls-webpki v0.103.9
22752026-02-28T23:52:47.543Z Checking proc-macro2 v1.0.106
22762026-02-28T23:52:47.567Z Checking miniz_oxide v0.8.5
22772026-02-28T23:52:47.667Z Checking pest v2.8.2
22782026-02-28T23:52:47.841Z Checking tempfile v3.24.0
22792026-02-28T23:52:47.913Z Checking schemars v0.8.22
22802026-02-28T23:52:48.138Z Checking foreign-types v0.3.2
22812026-02-28T23:52:48.196Z Checking openssl-sys v0.9.109
22822026-02-28T23:52:48.230Z Checking rustls v0.23.37
22832026-02-28T23:52:48.255Z Checking wait-timeout v0.2.0
22842026-02-28T23:52:48.282Z Checking aho-corasick v1.1.3
22852026-02-28T23:52:48.446Z Checking anstyle v1.0.11
22862026-02-28T23:52:48.779Z Checking quick-error v1.2.3
22872026-02-28T23:52:48.804Z Checking tokio-util v0.7.15
22882026-02-28T23:52:48.936Z Checking powerfmt v0.2.0
22892026-02-28T23:52:49.197Z Checking utf8parse v0.2.2
22902026-02-28T23:52:49.222Z Checking bit-vec v0.8.0
22912026-02-28T23:52:49.272Z Checking pretty-hex v0.4.1
22922026-02-28T23:52:49.372Z Checking anstyle-parse v0.2.5
22932026-02-28T23:52:49.455Z Checking openssl v0.10.73
22942026-02-28T23:52:49.579Z Checking bit-set v0.8.0
22952026-02-28T23:52:49.638Z Checking deranged v0.5.3
22962026-02-28T23:52:49.663Z Checking rusty-fork v0.3.0
22972026-02-28T23:52:49.737Z Checking regex-automata v0.4.14
22982026-02-28T23:52:49.845Z Checking quote v1.0.44
22992026-02-28T23:52:49.870Z Compiling newtype-uuid v1.3.2
23002026-02-28T23:52:49.969Z Checking h2 v0.4.6
23012026-02-28T23:52:49.994Z Checking unicode-normalization v0.1.24
23022026-02-28T23:52:50.178Z Checking rustls-native-certs v0.8.1
23032026-02-28T23:52:50.203Z Checking crossbeam-utils v0.8.21
23042026-02-28T23:52:50.388Z Checking rand_xorshift v0.4.0
23052026-02-28T23:52:50.569Z Checking rustix v0.38.37
23062026-02-28T23:52:50.725Z Checking bzip2-sys v0.1.13+1.0.8
23072026-02-28T23:52:50.851Z Checking scroll v0.13.0
23082026-02-28T23:52:50.882Z Checking signature v2.2.0
23092026-02-28T23:52:51.078Z Checking sync_wrapper v1.0.1
23102026-02-28T23:52:51.231Z Checking crc32fast v1.4.2
23112026-02-28T23:52:51.275Z Checking colorchoice v1.0.2
23122026-02-28T23:52:51.419Z Checking num-conv v0.2.0
23132026-02-28T23:52:51.472Z Checking unarray v0.1.4
23142026-02-28T23:52:51.623Z Checking num_threads v0.1.7
23152026-02-28T23:52:51.648Z Checking zlib-rs v0.5.1
23162026-02-28T23:52:51.743Z Checking unicode-bidi v0.3.17
23172026-02-28T23:52:51.819Z Checking time-core v0.1.8
23182026-02-28T23:52:52.083Z Checking siphasher v0.3.11
23192026-02-28T23:52:52.254Z Checking unicode-properties v0.1.3
23202026-02-28T23:52:52.357Z Checking anstyle-query v1.1.1
23212026-02-28T23:52:52.480Z Checking is_terminal_polyfill v1.70.1
23222026-02-28T23:52:52.569Z Checking stringprep v0.1.5
23232026-02-28T23:52:52.599Z Checking anstream v0.6.18
23242026-02-28T23:52:52.823Z Checking phf_shared v0.11.2
23252026-02-28T23:52:52.963Z Checking time v0.3.47
23262026-02-28T23:52:53.030Z Checking tokio-rustls v0.26.0
23272026-02-28T23:52:53.080Z Checking proptest v1.7.0
23282026-02-28T23:52:53.208Z Checking libz-rs-sys v0.5.1
23292026-02-28T23:52:53.342Z Checking goblin v0.10.2
23302026-02-28T23:52:53.382Z Checking tower v0.5.2
23312026-02-28T23:52:53.407Z Checking crossbeam-epoch v0.9.18
23322026-02-28T23:52:53.540Z Checking syn v2.0.117
23332026-02-28T23:52:53.792Z Checking native-tls v0.2.12
23342026-02-28T23:52:53.847Z Compiling daft v0.1.4
23352026-02-28T23:52:54.076Z Checking ipnetwork v0.21.1
23362026-02-28T23:52:54.133Z Checking http-body-util v0.1.3
23372026-02-28T23:52:54.341Z Checking webpki-roots v1.0.1
23382026-02-28T23:52:54.444Z Checking scroll v0.12.0
23392026-02-28T23:52:54.525Z Checking thiserror v1.0.69
23402026-02-28T23:52:54.550Z Checking zstd-sys v2.0.14+zstd.1.5.7
23412026-02-28T23:52:54.666Z Checking rand_chacha v0.3.1
23422026-02-28T23:52:54.725Z Checking num-integer v0.1.46
23432026-02-28T23:52:54.868Z Checking serde_spanned v0.6.9
23442026-02-28T23:52:55.050Z Checking toml_datetime v0.6.11
23452026-02-28T23:52:55.076Z Checking md-5 v0.10.6
23462026-02-28T23:52:55.159Z Checking ff v0.13.0
23472026-02-28T23:52:55.295Z Checking hyper v1.8.1
23482026-02-28T23:52:55.320Z Checking hash32 v0.2.1
23492026-02-28T23:52:55.345Z Checking either v1.15.0
23502026-02-28T23:52:55.385Z Checking fallible-iterator v0.2.0
23512026-02-28T23:52:55.410Z Checking iri-string v0.7.8
23522026-02-28T23:52:55.600Z Checking base16ct v0.2.0
23532026-02-28T23:52:55.667Z Checking gimli v0.31.1
23542026-02-28T23:52:55.790Z Checking psl-types v2.0.11
23552026-02-28T23:52:55.931Z Checking ryu v1.0.18
23562026-02-28T23:52:55.989Z Checking publicsuffix v2.3.0
23572026-02-28T23:52:56.161Z Checking serde_urlencoded v0.7.1
23582026-02-28T23:52:56.249Z Checking postgres-protocol v0.6.8
23592026-02-28T23:52:56.550Z Checking sec1 v0.7.3
23602026-02-28T23:52:56.819Z Compiling iddqd v0.3.16
23612026-02-28T23:52:56.906Z Checking heapless v0.7.17
23622026-02-28T23:52:57.103Z Checking hyper-util v0.1.19
23632026-02-28T23:52:57.304Z Checking group v0.13.0
23642026-02-28T23:52:57.549Z Checking cookie v0.18.1
23652026-02-28T23:52:57.618Z Checking tower-http v0.6.8
23662026-02-28T23:52:57.706Z Checking num-iter v0.1.45
23672026-02-28T23:52:57.876Z Checking rand v0.8.5
23682026-02-28T23:52:57.949Z Checking goblin v0.8.2
23692026-02-28T23:52:58.104Z Checking zstd-safe v7.2.3
23702026-02-28T23:52:58.390Z Checking oxnet v0.1.4
23712026-02-28T23:52:58.507Z Checking dof v0.4.0
23722026-02-28T23:52:58.618Z Checking tokio-native-tls v0.3.1
23732026-02-28T23:52:58.846Z Checking flate2 v1.1.2
23742026-02-28T23:52:58.878Z Checking terminal_size v0.4.0
23752026-02-28T23:52:59.015Z Checking addr2line v0.24.2
23762026-02-28T23:52:59.040Z Checking dtrace-parser v0.3.0
23772026-02-28T23:52:59.065Z Checking signal-hook v0.3.18
23782026-02-28T23:52:59.133Z Checking hkdf v0.12.4
23792026-02-28T23:52:59.328Z Checking crypto-bigint v0.5.5
23802026-02-28T23:52:59.386Z Checking thread-id v5.0.0
23812026-02-28T23:52:59.411Z Checking object v0.36.5
23822026-02-28T23:52:59.450Z Checking rustc-demangle v0.1.24
23832026-02-28T23:52:59.491Z Checking winnow v0.5.40
23842026-02-28T23:52:59.516Z Checking bumpalo v3.16.0
23852026-02-28T23:52:59.540Z Checking simd-adler32 v0.3.7
23862026-02-28T23:52:59.667Z Checking hyper-rustls v0.27.7
23872026-02-28T23:52:59.838Z Checking lockfree-object-pool v0.1.6
23882026-02-28T23:52:59.863Z Checking managed v0.8.0
23892026-02-28T23:52:59.897Z Checking bitflags v1.3.2
23902026-02-28T23:53:00.010Z Compiling rayon-core v1.12.1
23912026-02-28T23:53:00.037Z Checking clap_lex v0.7.4
23922026-02-28T23:53:00.084Z Checking strsim v0.11.1
23932026-02-28T23:53:00.271Z Checking smoltcp v0.9.1
23942026-02-28T23:53:00.308Z Checking zopfli v0.8.1
23952026-02-28T23:53:00.352Z Checking hyper-tls v0.6.0
23962026-02-28T23:53:00.379Z Checking clap_builder v4.5.48
23972026-02-28T23:53:00.654Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23982026-02-28T23:53:00.934Z Checking usdt-impl v0.6.0
23992026-02-28T23:53:00.994Z Checking signal-hook-mio v0.2.4
24002026-02-28T23:53:01.169Z Checking num-bigint-dig v0.8.6
24012026-02-28T23:53:01.605Z Checking zstd v0.13.3
24022026-02-28T23:53:01.816Z Checking elliptic-curve v0.13.8
24032026-02-28T23:53:01.907Z Checking cookie_store v0.22.1
24042026-02-28T23:53:01.932Z Checking toml_edit v0.19.15
24052026-02-28T23:53:01.964Z Checking postgres-types v0.2.9
24062026-02-28T23:53:02.158Z Checking dof v0.3.0
24072026-02-28T23:53:02.425Z Checking dtrace-parser v0.2.0
24082026-02-28T23:53:02.536Z Checking crossbeam-deque v0.8.5
24092026-02-28T23:53:02.568Z Checking bstr v1.10.0
24102026-02-28T23:53:02.690Z Checking regex v1.12.3
24112026-02-28T23:53:02.856Z Checking phf v0.11.2
24122026-02-28T23:53:02.882Z Checking rustls-platform-verifier v0.6.2
24132026-02-28T23:53:02.978Z Checking ed25519 v2.2.3
24142026-02-28T23:53:03.004Z Checking bzip2 v0.5.2
24152026-02-28T23:53:03.110Z Checking bzip2 v0.4.4
24162026-02-28T23:53:03.135Z Checking ref-cast v1.0.25
24172026-02-28T23:53:03.261Z Checking curve25519-dalek v4.1.3
24182026-02-28T23:53:03.285Z Checking strum v0.27.2
24192026-02-28T23:53:03.310Z Checking hubpack v0.1.2
24202026-02-28T23:53:03.310Z Checking memoffset v0.9.1
24212026-02-28T23:53:03.340Z Checking pkcs1 v0.7.5
24222026-02-28T23:53:03.388Z Checking float-cmp v0.10.0
24232026-02-28T23:53:03.450Z Checking hex v0.4.3
24242026-02-28T23:53:03.474Z Checking erased-serde v0.3.31
24252026-02-28T23:53:03.620Z Checking serde-big-array v0.5.1
24262026-02-28T23:53:03.645Z Checking rfc6979 v0.4.0
24272026-02-28T23:53:03.745Z Checking socket2 v0.5.10
24282026-02-28T23:53:03.826Z Checking memmap2 v0.9.8
24292026-02-28T23:53:03.851Z Checking thread-id v4.2.2
24302026-02-28T23:53:03.943Z Checking env_filter v0.1.2
24312026-02-28T23:53:03.975Z Checking encoding_rs v0.8.34
24322026-02-28T23:53:04.123Z Checking data-encoding v2.9.0
24332026-02-28T23:53:04.150Z Checking precomputed-hash v0.1.1
24342026-02-28T23:53:04.191Z Checking unicode-segmentation v1.12.0
24352026-02-28T23:53:04.216Z Checking fixedbitset v0.5.7
24362026-02-28T23:53:04.281Z Checking mime v0.3.17
24372026-02-28T23:53:04.404Z Checking toml_write v0.1.2
24382026-02-28T23:53:04.555Z Checking jiff v0.2.15
24392026-02-28T23:53:04.591Z Checking predicates-core v1.0.8
24402026-02-28T23:53:04.633Z Checking whoami v1.5.2
24412026-02-28T23:53:04.709Z Checking winnow v0.7.14
24422026-02-28T23:53:04.780Z Checking backtrace v0.3.74
24432026-02-28T23:53:04.817Z Checking rustc-hash v2.1.1
24442026-02-28T23:53:04.842Z Checking static_assertions v1.1.0
24452026-02-28T23:53:04.905Z Checking keccak v0.1.5
24462026-02-28T23:53:04.945Z Checking new_debug_unreachable v1.0.6
24472026-02-28T23:53:04.970Z Checking fixedbitset v0.4.2
24482026-02-28T23:53:05.018Z Checking difflib v0.4.0
24492026-02-28T23:53:05.064Z Checking normalize-line-endings v0.3.0
24502026-02-28T23:53:05.226Z Checking string_cache v0.8.9
24512026-02-28T23:53:05.251Z Checking sha3 v0.10.8
24522026-02-28T23:53:05.251Z Checking petgraph v0.6.5
24532026-02-28T23:53:05.352Z Checking anyhow v1.0.99
24542026-02-28T23:53:05.376Z Checking predicates v3.1.3
24552026-02-28T23:53:05.672Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24562026-02-28T23:53:05.708Z Checking tokio-postgres v0.7.13
24572026-02-28T23:53:05.835Z Checking reqwest v0.12.28
24582026-02-28T23:53:05.967Z Checking ed25519-dalek v2.1.1
24592026-02-28T23:53:06.385Z Checking similar v2.7.0
24602026-02-28T23:53:07.183Z Checking hickory-proto v0.25.2
24612026-02-28T23:53:07.235Z Checking toml_edit v0.22.27
24622026-02-28T23:53:07.260Z Checking petgraph v0.8.2
24632026-02-28T23:53:07.522Z Checking slog v2.8.2
24642026-02-28T23:53:07.990Z Checking env_logger v0.11.8
24652026-02-28T23:53:08.043Z Checking toml v0.7.8
24662026-02-28T23:53:08.165Z Checking usdt v0.6.0
24672026-02-28T23:53:08.335Z Checking usdt-impl v0.5.0
24682026-02-28T23:53:08.429Z Checking serde_with v3.16.1
24692026-02-28T23:53:08.724Z Checking ecdsa v0.16.9
24702026-02-28T23:53:08.871Z Checking rsa v0.9.8
24712026-02-28T23:53:09.388Z Checking nix v0.29.0
24722026-02-28T23:53:09.551Z Checking zip v0.6.6
24732026-02-28T23:53:09.772Z Checking reqwest v0.13.2
24742026-02-28T23:53:09.800Z Checking zip v4.2.0
24752026-02-28T23:53:10.218Z Checking clap v4.5.48
24762026-02-28T23:53:10.436Z Checking crossterm v0.28.1
24772026-02-28T23:53:10.566Z Checking itertools v0.10.5
24782026-02-28T23:53:10.679Z Checking itertools v0.13.0
24792026-02-28T23:53:10.995Z Checking strum v0.26.3
24802026-02-28T23:53:11.020Z Checking tokio-stream v0.1.17
24812026-02-28T23:53:11.171Z Checking ahash v0.8.12
24822026-02-28T23:53:11.556Z Checking fs-err v3.1.1
24832026-02-28T23:53:11.587Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24842026-02-28T23:53:11.657Z Checking buf-list v1.0.3
24852026-02-28T23:53:11.777Z Checking camino v1.2.2
24862026-02-28T23:53:11.960Z Checking x509-cert v0.2.5
24872026-02-28T23:53:11.985Z Checking openapiv3 v2.2.0
24882026-02-28T23:53:12.010Z Checking sha1 v0.10.6
24892026-02-28T23:53:12.098Z Checking winnow v0.6.26
24902026-02-28T23:53:12.288Z Checking lalrpop-util v0.19.12
24912026-02-28T23:53:12.322Z Checking peg-runtime v0.8.5
24922026-02-28T23:53:12.492Z Checking rayon v1.10.0
24932026-02-28T23:53:12.559Z Checking sigpipe v0.1.3
24942026-02-28T23:53:12.584Z Checking glob v0.3.2
24952026-02-28T23:53:15.572Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24962026-02-28T23:53:16.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.37s
24972026-02-28T23:53:16.309Z
24982026-02-28T23:53:16.309Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (51/252)
24992026-02-28T23:53:17.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25002026-02-28T23:53:17.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25012026-02-28T23:53:17.896Z Checking newtype-uuid v1.3.2
25022026-02-28T23:53:17.896Z Checking regress v0.10.5
25032026-02-28T23:53:17.921Z Compiling structmeta-derive v0.3.0
25042026-02-28T23:53:17.921Z Compiling rustls v0.22.4
25052026-02-28T23:53:18.027Z Compiling multer v3.1.0
25062026-02-28T23:53:18.058Z Compiling newtype-uuid-macros v0.1.0
25072026-02-28T23:53:18.083Z Compiling async-stream-impl v0.3.6
25082026-02-28T23:53:18.338Z Checking futures-executor v0.3.31
25092026-02-28T23:53:18.363Z Checking daft v0.1.4
25102026-02-28T23:53:18.443Z Compiling dropshot v0.16.7
25112026-02-28T23:53:18.617Z Checking futures v0.3.31
25122026-02-28T23:53:18.741Z Compiling dropshot_endpoint v0.16.7
25132026-02-28T23:53:18.845Z Checking match_cfg v0.1.0
25142026-02-28T23:53:18.870Z Checking iddqd v0.3.16
25152026-02-28T23:53:18.959Z Checking hostname v0.3.1
25162026-02-28T23:53:19.111Z Checking thread_local v1.1.8
25172026-02-28T23:53:19.192Z Checking crossbeam-channel v0.5.15
25182026-02-28T23:53:19.393Z Checking is-terminal v0.4.13
25192026-02-28T23:53:19.531Z Checking term v1.1.0
25202026-02-28T23:53:19.556Z Checking take_mut v0.2.2
25212026-02-28T23:53:19.716Z Checking rustls-webpki v0.102.8
25222026-02-28T23:53:19.877Z Checking slog-async v2.8.0
25232026-02-28T23:53:19.946Z Checking slog-term v2.9.2
25242026-02-28T23:53:20.131Z Compiling structmeta v0.3.0
25252026-02-28T23:53:20.180Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25262026-02-28T23:53:20.469Z Checking debug-ignore v1.0.5
25272026-02-28T23:53:20.523Z Compiling derive-ex v0.1.8
25282026-02-28T23:53:20.650Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25292026-02-28T23:53:20.675Z Compiling parse-display-derive v0.10.0
25302026-02-28T23:53:20.789Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25312026-02-28T23:53:20.847Z Checking toml_parser v1.0.6+spec-1.1.0
25322026-02-28T23:53:20.894Z Checking slog-json v2.6.1
25332026-02-28T23:53:21.159Z Checking macaddr v1.0.1
25342026-02-28T23:53:21.492Z Checking toml_datetime v0.7.5+spec-1.1.0
25352026-02-28T23:53:21.519Z Checking serde_spanned v1.0.4
25362026-02-28T23:53:21.550Z Checking toml_writer v1.0.6+spec-1.1.0
25372026-02-28T23:53:21.745Z Checking slog-bunyan v2.5.0
25382026-02-28T23:53:21.894Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25392026-02-28T23:53:21.919Z Checking toml v0.9.11+spec-1.1.0
25402026-02-28T23:53:21.944Z Checking async-stream v0.3.6
25412026-02-28T23:53:22.357Z Checking waitgroup v0.1.2
25422026-02-28T23:53:22.512Z Checking rustls-pemfile v2.2.0
25432026-02-28T23:53:22.568Z Checking serde_path_to_error v0.1.20
25442026-02-28T23:53:22.595Z Checking hostname v0.4.2
25452026-02-28T23:53:22.751Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
25462026-02-28T23:53:22.776Z Compiling itertools v0.14.0
25472026-02-28T23:53:22.936Z Checking progenitor-client v0.13.0
25482026-02-28T23:53:23.125Z Checking instant v0.1.13
25492026-02-28T23:53:23.240Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25502026-02-28T23:53:23.265Z Checking backoff v0.4.0
25512026-02-28T23:53:23.420Z Checking progenitor-client v0.10.0
25522026-02-28T23:53:23.594Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
25532026-02-28T23:53:23.644Z Checking tokio-rustls v0.25.0
25542026-02-28T23:53:23.879Z Checking backon v1.6.0
25552026-02-28T23:53:24.023Z Checking parse-display v0.10.0
25562026-02-28T23:53:24.047Z Compiling test-strategy v0.4.3
25572026-02-28T23:53:24.200Z Checking heck v0.5.0
25582026-02-28T23:53:24.267Z Checking unicode-width v0.1.14
25592026-02-28T23:53:24.390Z Compiling proc-macro-crate v1.3.1
25602026-02-28T23:53:24.419Z Compiling proc-macro-error v1.0.4
25612026-02-28T23:53:24.547Z Compiling heapless v0.8.0
25622026-02-28T23:53:24.735Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25632026-02-28T23:53:24.996Z Checking hash32 v0.3.1
25642026-02-28T23:53:25.133Z Compiling smoltcp v0.11.0
25652026-02-28T23:53:25.169Z Compiling num_enum_derive v0.5.11
25662026-02-28T23:53:25.225Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25672026-02-28T23:53:25.491Z Compiling ingot-macros v0.1.1
25682026-02-28T23:53:25.558Z Checking tabwriter v1.4.0
25692026-02-28T23:53:25.654Z Compiling foreign-types-macros v0.2.3
25702026-02-28T23:53:25.764Z Checking foreign-types-shared v0.3.1
25712026-02-28T23:53:25.820Z Compiling crucible-workspace-hack v0.1.0
25722026-02-28T23:53:25.915Z Checking cobs v0.2.3
25732026-02-28T23:53:26.136Z Checking postcard v1.0.10
25742026-02-28T23:53:26.515Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25752026-02-28T23:53:26.648Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25762026-02-28T23:53:26.744Z Checking foreign-types v0.5.0
25772026-02-28T23:53:26.872Z Checking cstr-argument v0.1.2
25782026-02-28T23:53:27.081Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25792026-02-28T23:53:27.106Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25802026-02-28T23:53:27.106Z Checking pretty-hex v0.2.1
25812026-02-28T23:53:27.209Z Checking num_enum v0.5.11
25822026-02-28T23:53:27.277Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
25832026-02-28T23:53:27.334Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25842026-02-28T23:53:27.400Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25852026-02-28T23:53:27.509Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25862026-02-28T23:53:27.622Z Checking colored v2.2.0
25872026-02-28T23:53:27.653Z Checking secrecy v0.10.3
25882026-02-28T23:53:27.693Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25892026-02-28T23:53:27.828Z Compiling convert_case v0.4.0
25902026-02-28T23:53:27.853Z Compiling unsafe-libyaml v0.2.11
25912026-02-28T23:53:27.881Z Checking camino-tempfile v1.4.1
25922026-02-28T23:53:27.906Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25932026-02-28T23:53:28.182Z Compiling nix v0.30.1
25942026-02-28T23:53:28.447Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25952026-02-28T23:53:28.592Z Compiling derive_more v0.99.20
25962026-02-28T23:53:28.904Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25972026-02-28T23:53:29.004Z Compiling serde_yaml v0.9.34+deprecated
25982026-02-28T23:53:29.084Z Compiling zone_cfg_derive v0.3.0
25992026-02-28T23:53:29.217Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26002026-02-28T23:53:29.407Z Checking itertools v0.12.1
26012026-02-28T23:53:29.760Z Checking smf v0.2.3
26022026-02-28T23:53:30.219Z Compiling num-derive v0.4.2
26032026-02-28T23:53:30.371Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26042026-02-28T23:53:31.254Z Checking ingot-types v0.1.2
26052026-02-28T23:53:31.618Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26062026-02-28T23:53:31.739Z Checking zone v0.3.1
26072026-02-28T23:53:31.945Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26082026-02-28T23:53:32.027Z Checking ingot v0.1.1
26092026-02-28T23:53:32.185Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
26102026-02-28T23:53:32.500Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26112026-02-28T23:53:32.539Z Compiling typify-impl v0.4.3
26122026-02-28T23:53:34.176Z Compiling typify-impl v0.6.1
26132026-02-28T23:53:35.111Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26142026-02-28T23:53:36.068Z Compiling prettyplease v0.2.36
26152026-02-28T23:53:37.219Z Compiling typify-impl v0.2.0
26162026-02-28T23:53:37.336Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26172026-02-28T23:53:37.990Z Checking num-rational v0.4.2
26182026-02-28T23:53:39.119Z Compiling thiserror-impl-no-std v2.0.2
26192026-02-28T23:53:39.364Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26202026-02-28T23:53:39.462Z Checking universal-hash v0.5.1
26212026-02-28T23:53:39.657Z Checking num-complex v0.4.6
26222026-02-28T23:53:40.758Z Checking half v2.4.1
26232026-02-28T23:53:40.878Z Checking opaque-debug v0.3.1
26242026-02-28T23:53:40.988Z Checking ciborium-io v0.2.2
26252026-02-28T23:53:41.135Z Checking unicode-width v0.2.0
26262026-02-28T23:53:41.220Z Checking ciborium-ll v0.2.2
26272026-02-28T23:53:41.529Z Checking thiserror-no-std v2.0.2
26282026-02-28T23:53:41.554Z Checking poly1305 v0.8.0
26292026-02-28T23:53:41.583Z Checking num v0.4.3
26302026-02-28T23:53:41.676Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
26312026-02-28T23:53:41.708Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
26322026-02-28T23:53:42.231Z Checking toml v0.8.23
26332026-02-28T23:53:42.623Z Compiling typify-macro v0.4.3
26342026-02-28T23:53:42.920Z Checking password-hash v0.5.0
26352026-02-28T23:53:43.302Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26362026-02-28T23:53:43.375Z Checking chacha20 v0.9.1
26372026-02-28T23:53:43.663Z Compiling usdt-attr-macro v0.5.0
26382026-02-28T23:53:43.775Z Compiling usdt-macro v0.5.0
26392026-02-28T23:53:44.116Z Checking blake2 v0.10.6
26402026-02-28T23:53:44.167Z Compiling typify-macro v0.6.1
26412026-02-28T23:53:44.580Z Checking aead v0.5.2
26422026-02-28T23:53:45.081Z Checking memmap v0.7.0
26432026-02-28T23:53:45.106Z Checking float-ord v0.3.2
26442026-02-28T23:53:45.286Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26452026-02-28T23:53:45.319Z Checking usdt v0.5.0
26462026-02-28T23:53:45.610Z Checking chacha20poly1305 v0.10.1
26472026-02-28T23:53:45.815Z Checking argon2 v0.5.3
26482026-02-28T23:53:45.888Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26492026-02-28T23:53:46.038Z Compiling typify v0.4.3
26502026-02-28T23:53:46.220Z Checking vsss-rs v3.3.4
26512026-02-28T23:53:46.477Z Checking console v0.15.10
26522026-02-28T23:53:47.019Z Checking ciborium v0.2.2
26532026-02-28T23:53:47.148Z Compiling typify-macro v0.2.0
26542026-02-28T23:53:47.364Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
26552026-02-28T23:53:47.713Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26562026-02-28T23:53:47.894Z Checking indent_write v2.2.0
26572026-02-28T23:53:48.112Z Compiling semver v0.1.20
26582026-02-28T23:53:48.137Z Compiling typify v0.6.1
26592026-02-28T23:53:48.137Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26602026-02-28T23:53:48.184Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26612026-02-28T23:53:48.320Z Compiling progenitor-impl v0.11.2
26622026-02-28T23:53:48.528Z Compiling rustc_version v0.1.7
26632026-02-28T23:53:49.043Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26642026-02-28T23:53:50.573Z Compiling pin-project-internal v1.1.6
26652026-02-28T23:53:50.905Z Checking siphasher v1.0.1
26662026-02-28T23:53:51.206Z Checking linked-hash-map v0.5.6
26672026-02-28T23:53:51.306Z Checking swrite v0.1.0
26682026-02-28T23:53:51.354Z Compiling minimal-lexical v0.2.1
26692026-02-28T23:53:51.457Z Checking phf_shared v0.12.1
26702026-02-28T23:53:51.516Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26712026-02-28T23:53:51.541Z Checking lru-cache v0.1.2
26722026-02-28T23:53:51.566Z Compiling typify v0.2.0
26732026-02-28T23:53:51.750Z Compiling nom v7.1.3
26742026-02-28T23:53:51.775Z Compiling newtype_derive v0.1.6
26752026-02-28T23:53:51.833Z Compiling progenitor-impl v0.13.0
26762026-02-28T23:53:53.120Z Checking pin-project v1.1.6
26772026-02-28T23:53:53.467Z Checking resolv-conf v0.7.0
26782026-02-28T23:53:53.877Z Checking newline-converter v0.3.0
26792026-02-28T23:53:54.062Z Checking hickory-proto v0.24.4
26802026-02-28T23:53:54.180Z Compiling progenitor-macro v0.11.2
26812026-02-28T23:53:54.720Z Checking progenitor-client v0.11.2
26822026-02-28T23:53:55.161Z Checking atomicwrites v0.4.4
26832026-02-28T23:53:55.407Z Checking pem v3.0.5
26842026-02-28T23:53:55.508Z Compiling snafu-derive v0.8.5
26852026-02-28T23:53:55.724Z Compiling async-recursion v1.1.1
26862026-02-28T23:53:57.004Z Checking csv-core v0.1.11
26872026-02-28T23:53:57.348Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26882026-02-28T23:53:57.442Z Compiling derive-where v1.5.0
26892026-02-28T23:53:57.582Z Compiling slog-dtrace v0.3.0
26902026-02-28T23:53:57.894Z Compiling chrono-tz v0.10.4
26912026-02-28T23:53:57.919Z Compiling cancel-safe-futures v0.1.5
26922026-02-28T23:53:58.180Z Compiling owo-colors v4.2.3
26932026-02-28T23:53:58.271Z Checking same-file v1.0.6
26942026-02-28T23:53:58.467Z Checking highway v1.3.0
26952026-02-28T23:53:58.853Z Compiling const_format_proc_macros v0.2.34
26962026-02-28T23:53:58.975Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26972026-02-28T23:53:59.432Z Checking walkdir v2.5.0
26982026-02-28T23:53:59.503Z Checking snafu v0.8.5
26992026-02-28T23:53:59.794Z Checking hickory-resolver v0.24.4
27002026-02-28T23:54:00.057Z Compiling progenitor-macro v0.13.0
27012026-02-28T23:54:00.083Z Checking csv v1.3.1
27022026-02-28T23:54:00.335Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27032026-02-28T23:54:00.517Z Checking expectorate v1.2.0
27042026-02-28T23:54:00.630Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27052026-02-28T23:54:00.992Z Checking phf v0.12.1
27062026-02-28T23:54:01.255Z Compiling progenitor-impl v0.8.0
27072026-02-28T23:54:01.527Z Checking tokio-dtrace v0.1.0
27082026-02-28T23:54:01.704Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
27092026-02-28T23:54:01.826Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27102026-02-28T23:54:02.831Z Checking globset v0.4.15
27112026-02-28T23:54:03.098Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27122026-02-28T23:54:03.132Z Checking olpc-cjson v0.1.4
27132026-02-28T23:54:03.310Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
27142026-02-28T23:54:03.396Z Checking libsw-core v0.3.1
27152026-02-28T23:54:03.698Z Compiling lzma-sys v0.1.20
27162026-02-28T23:54:03.833Z Checking serde_plain v1.0.2
27172026-02-28T23:54:04.466Z Checking utf-8 v0.7.6
27182026-02-28T23:54:04.575Z Checking colored v3.0.0
27192026-02-28T23:54:04.681Z Checking bytecount v0.6.8
27202026-02-28T23:54:04.729Z Checking arc-swap v1.7.1
27212026-02-28T23:54:04.885Z Checking typed-path v0.9.3
27222026-02-28T23:54:04.964Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27232026-02-28T23:54:04.997Z Checking papergrid v0.11.0
27242026-02-28T23:54:05.142Z Checking progenitor v0.11.2
27252026-02-28T23:54:05.215Z Checking slog-scope v4.4.0
27262026-02-28T23:54:05.318Z Checking tungstenite v0.21.0
27272026-02-28T23:54:05.404Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
27282026-02-28T23:54:05.761Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27292026-02-28T23:54:06.173Z Checking libsw v3.5.0
27302026-02-28T23:54:06.227Z Checking oxide-tokio-rt v0.1.2
27312026-02-28T23:54:06.389Z Checking qorb v0.4.1
27322026-02-28T23:54:06.581Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
27332026-02-28T23:54:06.687Z Checking tough v0.20.0
27342026-02-28T23:54:07.010Z Compiling progenitor-macro v0.8.0
27352026-02-28T23:54:07.392Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27362026-02-28T23:54:08.947Z Checking const_format v0.2.34
27372026-02-28T23:54:09.768Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
27382026-02-28T23:54:10.077Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
27392026-02-28T23:54:10.148Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27402026-02-28T23:54:10.856Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
27412026-02-28T23:54:10.889Z Checking progenitor v0.13.0
27422026-02-28T23:54:11.065Z Compiling tabled_derive v0.7.0
27432026-02-28T23:54:11.115Z Checking progenitor-client v0.8.0
27442026-02-28T23:54:11.154Z Checking gethostname v0.5.0
27452026-02-28T23:54:11.198Z Compiling heck v0.3.3
27462026-02-28T23:54:11.312Z Checking bcs v0.1.6
27472026-02-28T23:54:11.460Z Checking unicode-linebreak v0.1.5
27482026-02-28T23:54:11.485Z Checking linear-map v1.2.0
27492026-02-28T23:54:11.549Z Checking termtree v0.5.1
27502026-02-28T23:54:11.764Z Checking smawk v0.3.2
27512026-02-28T23:54:11.794Z Compiling zone_cfg_derive v0.1.2
27522026-02-28T23:54:11.825Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27532026-02-28T23:54:11.850Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27542026-02-28T23:54:11.992Z Checking textwrap v0.16.2
27552026-02-28T23:54:12.382Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27562026-02-28T23:54:12.869Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27572026-02-28T23:54:12.924Z Checking tabled v0.15.0
27582026-02-28T23:54:12.984Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
27592026-02-28T23:54:13.089Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27602026-02-28T23:54:13.424Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27612026-02-28T23:54:13.780Z Checking steno v0.4.1
27622026-02-28T23:54:14.473Z Checking tokio-tungstenite v0.21.0
27632026-02-28T23:54:14.971Z Checking slog-stdlog v4.1.1
27642026-02-28T23:54:15.045Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27652026-02-28T23:54:15.193Z Checking base64 v0.13.1
27662026-02-28T23:54:15.352Z Checking humantime v2.2.0
27672026-02-28T23:54:15.588Z Checking base64 v0.21.7
27682026-02-28T23:54:15.616Z Checking number_prefix v0.4.0
27692026-02-28T23:54:15.690Z Checking ron v0.7.1
27702026-02-28T23:54:15.813Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27712026-02-28T23:54:15.843Z Checking indicatif v0.17.11
27722026-02-28T23:54:16.091Z Checking slog-envlogger v2.2.0
27732026-02-28T23:54:16.275Z Checking xz2 v0.1.7
27742026-02-28T23:54:16.351Z Checking zone v0.1.8
27752026-02-28T23:54:16.537Z Checking xattr v1.3.1
27762026-02-28T23:54:16.564Z Checking yasna v0.5.2
27772026-02-28T23:54:16.589Z Checking headers-core v0.3.0
27782026-02-28T23:54:16.730Z Checking filetime v0.2.26
27792026-02-28T23:54:16.769Z Checking subprocess v0.2.9
27802026-02-28T23:54:16.794Z Checking headers v0.4.1
27812026-02-28T23:54:16.955Z Checking tar v0.4.44
27822026-02-28T23:54:17.382Z Checking rcgen v0.12.1
27832026-02-28T23:54:17.616Z Checking progenitor v0.8.0
27842026-02-28T23:54:17.826Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27852026-02-28T23:54:21.528Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
27862026-02-28T23:54:30.144Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27872026-02-28T23:54:44.459Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27882026-02-28T23:54:47.609Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27892026-02-28T23:54:50.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 33s
27902026-02-28T23:54:50.293Z
27912026-02-28T23:54:50.293Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (52/252)
27922026-02-28T23:54:51.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27932026-02-28T23:54:51.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27942026-02-28T23:54:51.657Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27952026-02-28T23:54:54.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.92s
27962026-02-28T23:54:54.435Z
27972026-02-28T23:54:54.435Zinfo: running `cargo check --bins` on nexus-config (53/252)
27982026-02-28T23:54:55.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27992026-02-28T23:54:55.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28002026-02-28T23:54:55.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28012026-02-28T23:54:55.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
28022026-02-28T23:54:55.699Z
28032026-02-28T23:54:55.699Zinfo: running `cargo check --bins` on nexus-types (54/252)
28042026-02-28T23:54:56.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28052026-02-28T23:54:56.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28062026-02-28T23:54:56.839Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28072026-02-28T23:54:56.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
28082026-02-28T23:54:56.943Z
28092026-02-28T23:54:56.943Zinfo: running `cargo check --bins` on clickhouse-admin-types (55/252)
28102026-02-28T23:54:57.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28112026-02-28T23:54:57.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28122026-02-28T23:54:57.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28132026-02-28T23:54:57.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
28142026-02-28T23:54:58.069Z
28152026-02-28T23:54:58.070Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (56/252)
28162026-02-28T23:54:59.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28172026-02-28T23:54:59.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28182026-02-28T23:54:59.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28192026-02-28T23:54:59.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s
28202026-02-28T23:54:59.203Z
28212026-02-28T23:54:59.203Zinfo: running `cargo check --bins` on cockroach-admin-types (57/252)
28222026-02-28T23:55:00.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28232026-02-28T23:55:00.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28242026-02-28T23:55:00.261Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28252026-02-28T23:55:00.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
28262026-02-28T23:55:00.353Z
28272026-02-28T23:55:00.353Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (58/252)
28282026-02-28T23:55:01.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28292026-02-28T23:55:01.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28302026-02-28T23:55:01.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28312026-02-28T23:55:01.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
28322026-02-28T23:55:01.450Z
28332026-02-28T23:55:01.450Zinfo: running `cargo check --bins` on ereport-types (59/252)
28342026-02-28T23:55:02.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28352026-02-28T23:55:02.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28362026-02-28T23:55:02.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28372026-02-28T23:55:02.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
28382026-02-28T23:55:02.566Z
28392026-02-28T23:55:02.566Zinfo: running `cargo check --bins` on gateway-client (60/252)
28402026-02-28T23:55:03.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28412026-02-28T23:55:03.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28422026-02-28T23:55:03.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28432026-02-28T23:55:03.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
28442026-02-28T23:55:03.675Z
28452026-02-28T23:55:03.675Zinfo: running `cargo check --bins --no-default-features` on gateway-types (61/252)
28462026-02-28T23:55:04.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28472026-02-28T23:55:04.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28482026-02-28T23:55:04.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28492026-02-28T23:55:04.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
28502026-02-28T23:55:04.784Z
28512026-02-28T23:55:04.784Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (62/252)
28522026-02-28T23:55:05.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28532026-02-28T23:55:05.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28542026-02-28T23:55:05.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28552026-02-28T23:55:05.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
28562026-02-28T23:55:05.943Z
28572026-02-28T23:55:05.944Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (63/252)
28582026-02-28T23:55:06.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28592026-02-28T23:55:07.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28602026-02-28T23:55:07.021Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28612026-02-28T23:55:07.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
28622026-02-28T23:55:07.113Z
28632026-02-28T23:55:07.114Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (64/252)
28642026-02-28T23:55:08.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28652026-02-28T23:55:08.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28662026-02-28T23:55:08.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28672026-02-28T23:55:08.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
28682026-02-28T23:55:08.229Z
28692026-02-28T23:55:08.229Zinfo: running `cargo check --bins` on internal-dns-types (65/252)
28702026-02-28T23:55:09.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28712026-02-28T23:55:09.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28722026-02-28T23:55:09.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28732026-02-28T23:55:09.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
28742026-02-28T23:55:09.345Z
28752026-02-28T23:55:09.345Zinfo: running `cargo check --bins` on internal-dns-types-versions (66/252)
28762026-02-28T23:55:10.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28772026-02-28T23:55:10.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28782026-02-28T23:55:10.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28792026-02-28T23:55:10.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
28802026-02-28T23:55:10.474Z
28812026-02-28T23:55:10.474Zinfo: running `cargo check --bins` on nexus-types-versions (67/252)
28822026-02-28T23:55:11.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28832026-02-28T23:55:11.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28842026-02-28T23:55:11.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28852026-02-28T23:55:11.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
28862026-02-28T23:55:11.649Z
28872026-02-28T23:55:11.649Zinfo: running `cargo check --bins` on omicron-passwords (68/252)
28882026-02-28T23:55:12.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28892026-02-28T23:55:12.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28902026-02-28T23:55:12.655Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28912026-02-28T23:55:12.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
28922026-02-28T23:55:12.768Z
28932026-02-28T23:55:12.768Zinfo: running `cargo check --bins` on oxql-types (69/252)
28942026-02-28T23:55:13.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28952026-02-28T23:55:13.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28962026-02-28T23:55:13.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28972026-02-28T23:55:13.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
28982026-02-28T23:55:13.928Z
28992026-02-28T23:55:13.928Zinfo: running `cargo check --bins` on oximeter-types (70/252)
29002026-02-28T23:55:14.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29012026-02-28T23:55:14.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29022026-02-28T23:55:14.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29032026-02-28T23:55:14.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
29042026-02-28T23:55:15.050Z
29052026-02-28T23:55:15.051Zinfo: running `cargo check --bins` on oximeter-types-versions (71/252)
29062026-02-28T23:55:16.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29072026-02-28T23:55:16.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29082026-02-28T23:55:16.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29092026-02-28T23:55:16.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
29102026-02-28T23:55:16.182Z
29112026-02-28T23:55:16.182Zinfo: running `cargo check --bins` on oximeter-macro-impl (72/252)
29122026-02-28T23:55:17.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29132026-02-28T23:55:17.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29142026-02-28T23:55:17.173Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29152026-02-28T23:55:17.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
29162026-02-28T23:55:17.274Z
29172026-02-28T23:55:17.274Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (73/252)
29182026-02-28T23:55:18.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29192026-02-28T23:55:18.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29202026-02-28T23:55:18.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29212026-02-28T23:55:18.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
29222026-02-28T23:55:18.459Z
29232026-02-28T23:55:18.459Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (74/252)
29242026-02-28T23:55:19.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29252026-02-28T23:55:19.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29262026-02-28T23:55:19.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29272026-02-28T23:55:19.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
29282026-02-28T23:55:19.660Z
29292026-02-28T23:55:19.660Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (75/252)
29302026-02-28T23:55:20.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29312026-02-28T23:55:20.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29322026-02-28T23:55:20.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29332026-02-28T23:55:20.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
29342026-02-28T23:55:20.820Z
29352026-02-28T23:55:20.820Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (76/252)
29362026-02-28T23:55:21.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29372026-02-28T23:55:21.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29382026-02-28T23:55:21.876Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29392026-02-28T23:55:21.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
29402026-02-28T23:55:21.973Z
29412026-02-28T23:55:21.973Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (77/252)
29422026-02-28T23:55:23.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29432026-02-28T23:55:23.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29442026-02-28T23:55:23.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29452026-02-28T23:55:23.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
29462026-02-28T23:55:23.162Z
29472026-02-28T23:55:23.162Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (78/252)
29482026-02-28T23:55:24.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29492026-02-28T23:55:24.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29502026-02-28T23:55:24.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29512026-02-28T23:55:24.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
29522026-02-28T23:55:24.396Z
29532026-02-28T23:55:24.396Zinfo: running `cargo check --bins --no-default-features` on gfss (79/252)
29542026-02-28T23:55:25.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29552026-02-28T23:55:25.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29562026-02-28T23:55:25.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29572026-02-28T23:55:25.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
29582026-02-28T23:55:25.581Z
29592026-02-28T23:55:25.581Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (80/252)
29602026-02-28T23:55:26.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29612026-02-28T23:55:26.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29622026-02-28T23:55:26.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29632026-02-28T23:55:26.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s
29642026-02-28T23:55:26.716Z
29652026-02-28T23:55:26.716Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (81/252)
29662026-02-28T23:55:27.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29672026-02-28T23:55:27.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29682026-02-28T23:55:27.941Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29692026-02-28T23:55:28.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.00s
29702026-02-28T23:55:28.917Z
29712026-02-28T23:55:28.917Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (82/252)
29722026-02-28T23:55:29.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29732026-02-28T23:55:30.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29742026-02-28T23:55:30.189Z Compiling object v0.37.3
29752026-02-28T23:55:30.227Z Compiling stacker v0.1.23
29762026-02-28T23:55:30.252Z Compiling cfg_aliases v0.1.1
29772026-02-28T23:55:30.252Z Compiling convert_case v0.7.1
29782026-02-28T23:55:30.252Z Compiling vte_generate_state_changes v0.1.2
29792026-02-28T23:55:30.306Z Checking fd-lock v4.0.2
29802026-02-28T23:55:30.306Z Checking nibble_vec v0.1.0
29812026-02-28T23:55:30.331Z Compiling recursive-proc-macro-impl v0.1.1
29822026-02-28T23:55:30.377Z Compiling nix v0.28.0
29832026-02-28T23:55:30.520Z Checking endian-type v0.1.2
29842026-02-28T23:55:30.558Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29852026-02-28T23:55:30.688Z Compiling peg-macros v0.8.5
29862026-02-28T23:55:30.741Z Checking radix_trie v0.2.1
29872026-02-28T23:55:30.870Z Checking vte v0.11.1
29882026-02-28T23:55:31.002Z Compiling sqlparser_derive v0.5.0
29892026-02-28T23:55:31.035Z Compiling derive_more-impl v2.0.1
29902026-02-28T23:55:31.130Z Checking nu-ansi-term v0.50.1
29912026-02-28T23:55:31.437Z Checking home v0.5.9
29922026-02-28T23:55:31.529Z Checking unicode_categories v0.1.1
29932026-02-28T23:55:31.638Z Checking display-error-chain v0.2.2
29942026-02-28T23:55:31.814Z Checking sqlformat v0.3.5
29952026-02-28T23:55:32.034Z Checking strip-ansi-escapes v0.2.0
29962026-02-28T23:55:32.210Z Checking reedline v0.40.0
29972026-02-28T23:55:32.464Z Checking derive_more v2.0.1
29982026-02-28T23:55:32.611Z Checking crossterm v0.29.0
29992026-02-28T23:55:32.819Z Checking peg v0.8.5
30002026-02-28T23:55:33.132Z Checking rustyline v14.0.0
30012026-02-28T23:55:36.951Z Compiling ar_archive_writer v0.5.1
30022026-02-28T23:55:38.053Z Compiling psm v0.1.30
30032026-02-28T23:55:39.121Z Checking recursive v0.1.1
30042026-02-28T23:55:39.247Z Checking sqlparser v0.61.0
30052026-02-28T23:56:05.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.05s
30062026-02-28T23:56:06.175Z
30072026-02-28T23:56:06.176Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (83/252)
30082026-02-28T23:56:07.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30092026-02-28T23:56:07.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30102026-02-28T23:56:07.445Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30112026-02-28T23:56:15.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.88s
30122026-02-28T23:56:15.267Z
30132026-02-28T23:56:15.267Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (84/252)
30142026-02-28T23:56:16.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30152026-02-28T23:56:16.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30162026-02-28T23:56:16.512Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30172026-02-28T23:56:21.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.14s
30182026-02-28T23:56:21.616Z
30192026-02-28T23:56:21.616Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (85/252)
30202026-02-28T23:56:22.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30212026-02-28T23:56:22.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30222026-02-28T23:56:22.841Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30232026-02-28T23:56:29.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.11s
30242026-02-28T23:56:29.938Z
30252026-02-28T23:56:29.938Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (86/252)
30262026-02-28T23:56:31.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30272026-02-28T23:56:31.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30282026-02-28T23:56:31.195Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30292026-02-28T23:56:38.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.23s
30302026-02-28T23:56:38.383Z
30312026-02-28T23:56:38.383Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (87/252)
30322026-02-28T23:56:39.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30332026-02-28T23:56:39.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30342026-02-28T23:56:39.641Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30352026-02-28T23:56:45.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.72s
30362026-02-28T23:56:45.314Z
30372026-02-28T23:56:45.314Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (88/252)
30382026-02-28T23:56:46.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30392026-02-28T23:56:46.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30402026-02-28T23:56:46.528Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30412026-02-28T23:56:52.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.79s
30422026-02-28T23:56:52.317Z
30432026-02-28T23:56:52.317Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (89/252)
30442026-02-28T23:56:53.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30452026-02-28T23:56:53.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30462026-02-28T23:56:53.603Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30472026-02-28T23:57:00.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.61s
30482026-02-28T23:57:01.142Z
30492026-02-28T23:57:01.142Zinfo: running `cargo check --bins` on oximeter (90/252)
30502026-02-28T23:57:02.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30512026-02-28T23:57:02.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30522026-02-28T23:57:02.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30532026-02-28T23:57:02.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
30542026-02-28T23:57:02.323Z
30552026-02-28T23:57:02.323Zinfo: running `cargo check --bins` on oximeter-schema (91/252)
30562026-02-28T23:57:03.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30572026-02-28T23:57:03.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30582026-02-28T23:57:03.540Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30592026-02-28T23:57:03.678Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30602026-02-28T23:57:04.279Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30612026-02-28T23:57:12.644Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30622026-02-28T23:57:13.277Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30632026-02-28T23:57:15.742Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30642026-02-28T23:57:17.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.69s
30652026-02-28T23:57:17.193Z
30662026-02-28T23:57:17.193Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (92/252)
30672026-02-28T23:57:18.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30682026-02-28T23:57:18.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30692026-02-28T23:57:18.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30702026-02-28T23:57:18.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
30712026-02-28T23:57:18.302Z
30722026-02-28T23:57:18.302Zinfo: running `cargo check --bins` on oximeter-test-utils (93/252)
30732026-02-28T23:57:19.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30742026-02-28T23:57:19.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30752026-02-28T23:57:19.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30762026-02-28T23:57:19.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
30772026-02-28T23:57:19.528Z
30782026-02-28T23:57:19.529Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (94/252)
30792026-02-28T23:57:20.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30802026-02-28T23:57:20.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30812026-02-28T23:57:20.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30822026-02-28T23:57:20.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
30832026-02-28T23:57:20.741Z
30842026-02-28T23:57:20.741Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (95/252)
30852026-02-28T23:57:21.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30862026-02-28T23:57:21.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30872026-02-28T23:57:21.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30882026-02-28T23:57:21.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
30892026-02-28T23:57:21.955Z
30902026-02-28T23:57:21.955Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (96/252)
30912026-02-28T23:57:23.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30922026-02-28T23:57:23.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30932026-02-28T23:57:23.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30942026-02-28T23:57:23.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
30952026-02-28T23:57:23.171Z
30962026-02-28T23:57:23.171Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (97/252)
30972026-02-28T23:57:24.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30982026-02-28T23:57:24.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30992026-02-28T23:57:24.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31002026-02-28T23:57:24.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
31012026-02-28T23:57:24.429Z
31022026-02-28T23:57:24.429Zinfo: running `cargo check --bins` on trust-quorum-types (98/252)
31032026-02-28T23:57:25.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31042026-02-28T23:57:25.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31052026-02-28T23:57:25.529Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31062026-02-28T23:57:25.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
31072026-02-28T23:57:25.624Z
31082026-02-28T23:57:25.624Zinfo: running `cargo check --bins` on trust-quorum-test-utils (99/252)
31092026-02-28T23:57:26.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31102026-02-28T23:57:26.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31112026-02-28T23:57:26.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31122026-02-28T23:57:26.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s
31132026-02-28T23:57:26.764Z
31142026-02-28T23:57:26.764Zinfo: running `cargo check --bins` on update-engine (100/252)
31152026-02-28T23:57:27.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31162026-02-28T23:57:27.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31172026-02-28T23:57:27.753Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31182026-02-28T23:57:27.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
31192026-02-28T23:57:27.861Z
31202026-02-28T23:57:27.861Zinfo: running `cargo check --bins` on omicron-certificates (101/252)
31212026-02-28T23:57:28.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31222026-02-28T23:57:28.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31232026-02-28T23:57:28.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31242026-02-28T23:57:28.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
31252026-02-28T23:57:28.961Z
31262026-02-28T23:57:28.961Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (102/252)
31272026-02-28T23:57:29.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31282026-02-28T23:57:29.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31292026-02-28T23:57:30.187Z Checking dropshot-api-manager-types v0.5.2
31302026-02-28T23:57:30.187Z Checking nanorand v0.7.0
31312026-02-28T23:57:30.466Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31322026-02-28T23:57:30.539Z Checking flume v0.11.1
31332026-02-28T23:57:30.961Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31342026-02-28T23:57:32.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.79s
31352026-02-28T23:57:32.958Z
31362026-02-28T23:57:32.958Zinfo: running `cargo check --bins` on clickhouse-admin-api (103/252)
31372026-02-28T23:57:33.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31382026-02-28T23:57:33.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31392026-02-28T23:57:33.967Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31402026-02-28T23:57:33.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
31412026-02-28T23:57:34.073Z
31422026-02-28T23:57:34.073Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (104/252)
31432026-02-28T23:57:35.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31442026-02-28T23:57:35.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31452026-02-28T23:57:35.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31462026-02-28T23:57:35.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
31472026-02-28T23:57:35.188Z
31482026-02-28T23:57:35.188Zinfo: running `cargo check --bins` on bootstrap-agent-client (105/252)
31492026-02-28T23:57:36.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31502026-02-28T23:57:36.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31512026-02-28T23:57:36.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31522026-02-28T23:57:36.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
31532026-02-28T23:57:36.350Z
31542026-02-28T23:57:36.350Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (106/252)
31552026-02-28T23:57:37.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31562026-02-28T23:57:37.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31572026-02-28T23:57:37.448Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31582026-02-28T23:57:37.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
31592026-02-28T23:57:37.549Z
31602026-02-28T23:57:37.550Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (107/252)
31612026-02-28T23:57:38.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31622026-02-28T23:57:38.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31632026-02-28T23:57:38.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31642026-02-28T23:57:38.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
31652026-02-28T23:57:38.728Z
31662026-02-28T23:57:38.728Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (108/252)
31672026-02-28T23:57:39.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31682026-02-28T23:57:39.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31692026-02-28T23:57:39.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31702026-02-28T23:57:39.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
31712026-02-28T23:57:39.890Z
31722026-02-28T23:57:39.890Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (109/252)
31732026-02-28T23:57:40.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31742026-02-28T23:57:40.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31752026-02-28T23:57:40.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31762026-02-28T23:57:40.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
31772026-02-28T23:57:41.057Z
31782026-02-28T23:57:41.057Zinfo: running `cargo check --bins` on cockroach-admin-client (110/252)
31792026-02-28T23:57:42.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31802026-02-28T23:57:42.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31812026-02-28T23:57:42.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31822026-02-28T23:57:42.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
31832026-02-28T23:57:42.152Z
31842026-02-28T23:57:42.152Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (111/252)
31852026-02-28T23:57:43.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31862026-02-28T23:57:43.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31872026-02-28T23:57:43.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31882026-02-28T23:57:43.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
31892026-02-28T23:57:43.301Z
31902026-02-28T23:57:43.301Zinfo: running `cargo check --bins` on dns-service-client (112/252)
31912026-02-28T23:57:44.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31922026-02-28T23:57:44.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31932026-02-28T23:57:44.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31942026-02-28T23:57:44.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s
31952026-02-28T23:57:44.437Z
31962026-02-28T23:57:44.437Zinfo: running `cargo check --bins` on installinator-client (113/252)
31972026-02-28T23:57:45.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31982026-02-28T23:57:45.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31992026-02-28T23:57:45.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32002026-02-28T23:57:45.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
32012026-02-28T23:57:45.583Z
32022026-02-28T23:57:45.583Zinfo: running `cargo check --bins` on nexus-client (114/252)
32032026-02-28T23:57:46.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32042026-02-28T23:57:46.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32052026-02-28T23:57:46.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32062026-02-28T23:57:46.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
32072026-02-28T23:57:46.789Z
32082026-02-28T23:57:46.789Zinfo: running `cargo check --bins` on nexus-lockstep-client (115/252)
32092026-02-28T23:57:47.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32102026-02-28T23:57:47.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32112026-02-28T23:57:47.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32122026-02-28T23:57:47.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
32132026-02-28T23:57:47.955Z
32142026-02-28T23:57:47.955Zinfo: running `cargo check --bins` on ntp-admin-client (116/252)
32152026-02-28T23:57:48.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32162026-02-28T23:57:48.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32172026-02-28T23:57:48.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32182026-02-28T23:57:48.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s
32192026-02-28T23:57:49.026Z
32202026-02-28T23:57:49.026Zinfo: running `cargo check --bins` on oxide-client (117/252)
32212026-02-28T23:57:49.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32222026-02-28T23:57:50.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32232026-02-28T23:57:50.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32242026-02-28T23:57:50.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s
32252026-02-28T23:57:50.113Z
32262026-02-28T23:57:50.113Zinfo: running `cargo check --bins` on oximeter-client (118/252)
32272026-02-28T23:57:51.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32282026-02-28T23:57:51.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32292026-02-28T23:57:51.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32302026-02-28T23:57:51.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s
32312026-02-28T23:57:51.247Z
32322026-02-28T23:57:51.247Zinfo: running `cargo check --bins` on repo-depot-client (119/252)
32332026-02-28T23:57:52.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32342026-02-28T23:57:52.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32352026-02-28T23:57:52.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32362026-02-28T23:57:52.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
32372026-02-28T23:57:52.354Z
32382026-02-28T23:57:52.354Zinfo: running `cargo check --bins` on sled-agent-client (120/252)
32392026-02-28T23:57:53.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32402026-02-28T23:57:53.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32412026-02-28T23:57:53.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32422026-02-28T23:57:53.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
32432026-02-28T23:57:54.505Z
32442026-02-28T23:57:54.505Zinfo: running `cargo check --bins` on wicketd-client (121/252)
32452026-02-28T23:57:54.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32462026-02-28T23:57:54.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32472026-02-28T23:57:54.571Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32482026-02-28T23:57:54.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
32492026-02-28T23:57:54.684Z
32502026-02-28T23:57:54.684Zinfo: running `cargo check --bins` on installinator-common (122/252)
32512026-02-28T23:57:55.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32522026-02-28T23:57:55.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32532026-02-28T23:57:55.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32542026-02-28T23:57:55.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
32552026-02-28T23:57:55.876Z
32562026-02-28T23:57:55.876Zinfo: running `cargo check --bins` on installinator-common-versions (123/252)
32572026-02-28T23:57:56.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32582026-02-28T23:57:56.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32592026-02-28T23:57:56.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32602026-02-28T23:57:56.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s
32612026-02-28T23:57:57.012Z
32622026-02-28T23:57:57.012Zinfo: running `cargo check --bins` on wicket-common (124/252)
32632026-02-28T23:57:58.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32642026-02-28T23:57:58.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32652026-02-28T23:57:58.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32662026-02-28T23:57:58.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
32672026-02-28T23:57:58.226Z
32682026-02-28T23:57:58.226Zinfo: running `cargo check --bins` on omicron-cockroach-admin (125/252)
32692026-02-28T23:57:59.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32702026-02-28T23:57:59.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32712026-02-28T23:57:59.453Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32722026-02-28T23:57:59.453Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32732026-02-28T23:57:59.478Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32742026-02-28T23:57:59.478Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32752026-02-28T23:57:59.478Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32762026-02-28T23:57:59.812Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32772026-02-28T23:57:59.837Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32782026-02-28T23:58:00.268Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32792026-02-28T23:58:00.268Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32802026-02-28T23:58:04.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.61s
32812026-02-28T23:58:05.065Z
32822026-02-28T23:58:05.065Zinfo: running `cargo check --bins` on cockroach-admin-api (126/252)
32832026-02-28T23:58:06.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32842026-02-28T23:58:06.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32852026-02-28T23:58:06.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32862026-02-28T23:58:06.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
32872026-02-28T23:58:06.267Z
32882026-02-28T23:58:06.267Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (127/252)
32892026-02-28T23:58:07.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32902026-02-28T23:58:07.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32912026-02-28T23:58:07.529Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32922026-02-28T23:58:07.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s
32932026-02-28T23:58:07.649Z
32942026-02-28T23:58:07.649Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (128/252)
32952026-02-28T23:58:08.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32962026-02-28T23:58:08.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32972026-02-28T23:58:08.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32982026-02-28T23:58:08.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s
32992026-02-28T23:58:09.058Z
33002026-02-28T23:58:09.058Zinfo: running `cargo check --bins` on dns-server (129/252)
33012026-02-28T23:58:10.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33022026-02-28T23:58:10.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33032026-02-28T23:58:10.345Z Compiling parking_lot_core v0.8.6
33042026-02-28T23:58:10.345Z Compiling git-stub v1.0.0
33052026-02-28T23:58:10.370Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33062026-02-28T23:58:10.370Z Compiling atomicwrites v0.4.4
33072026-02-28T23:58:10.370Z Compiling moka v0.12.10
33082026-02-28T23:58:10.370Z Checking tagptr v0.2.0
33092026-02-28T23:58:10.417Z Checking prefix-trie v0.7.0
33102026-02-28T23:58:10.442Z Checking fxhash v0.2.1
33112026-02-28T23:58:10.645Z Compiling git-stub-vcs v0.1.0
33122026-02-28T23:58:10.692Z Checking hickory-client v0.25.2
33132026-02-28T23:58:11.088Z Checking hickory-server v0.25.2
33142026-02-28T23:58:11.153Z Checking parking_lot v0.11.2
33152026-02-28T23:58:11.202Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33162026-02-28T23:58:11.393Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33172026-02-28T23:58:11.418Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33182026-02-28T23:58:11.418Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33192026-02-28T23:58:11.498Z Checking sled v0.34.7
33202026-02-28T23:58:12.062Z Checking hickory-resolver v0.25.2
33212026-02-28T23:58:15.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.82s
33222026-02-28T23:58:16.075Z
33232026-02-28T23:58:16.075Zinfo: running `cargo check --bins` on dns-server-api (130/252)
33242026-02-28T23:58:17.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33252026-02-28T23:58:17.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33262026-02-28T23:58:17.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33272026-02-28T23:58:17.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
33282026-02-28T23:58:17.204Z
33292026-02-28T23:58:17.204Zinfo: running `cargo check --bins` on gateway-test-utils (131/252)
33302026-02-28T23:58:18.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33312026-02-28T23:58:18.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33322026-02-28T23:58:18.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33332026-02-28T23:58:18.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
33342026-02-28T23:58:18.447Z
33352026-02-28T23:58:18.447Zinfo: running `cargo check --bins` on omicron-gateway (132/252)
33362026-02-28T23:58:19.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33372026-02-28T23:58:19.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33382026-02-28T23:58:19.837Z Compiling radium v0.7.0
33392026-02-28T23:58:19.862Z Compiling maybe-uninit v2.0.0
33402026-02-28T23:58:19.862Z Checking tap v1.0.1
33412026-02-28T23:58:19.862Z Compiling zerocopy-derive v0.6.6
33422026-02-28T23:58:19.901Z Checking crc-catalog v2.4.0
33432026-02-28T23:58:19.926Z Checking funty v2.0.0
33442026-02-28T23:58:19.926Z Compiling packed_struct v0.10.1
33452026-02-28T23:58:20.012Z Compiling packed_struct_codegen v0.10.1
33462026-02-28T23:58:20.077Z Checking wyz v0.5.1
33472026-02-28T23:58:20.114Z Checking crc v3.2.1
33482026-02-28T23:58:20.452Z Compiling bitfield-macros v0.19.2
33492026-02-28T23:58:20.499Z Compiling indexmap v1.9.3
33502026-02-28T23:58:20.565Z Checking nodrop v0.1.14
33512026-02-28T23:58:20.592Z Checking smallvec v0.6.14
33522026-02-28T23:58:20.664Z Checking hashbrown v0.12.3
33532026-02-28T23:58:20.719Z Checking array-init v0.0.4
33542026-02-28T23:58:20.744Z Checking bitvec v1.0.1
33552026-02-28T23:58:20.843Z Checking ron v0.8.1
33562026-02-28T23:58:20.950Z Checking hashbrown v0.13.2
33572026-02-28T23:58:21.557Z Checking serde-hex v0.1.0
33582026-02-28T23:58:21.620Z Checking zerocopy v0.6.6
33592026-02-28T23:58:21.730Z Checking bitfield v0.19.2
33602026-02-28T23:58:21.806Z Checking crc-any v2.5.0
33612026-02-28T23:58:21.960Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33622026-02-28T23:58:22.069Z Checking path-slash v0.1.5
33632026-02-28T23:58:22.122Z Checking object v0.30.4
33642026-02-28T23:58:22.147Z Checking void v1.0.2
33652026-02-28T23:58:22.172Z Checking half v1.8.3
33662026-02-28T23:58:22.266Z Checking tungstenite v0.23.0
33672026-02-28T23:58:22.291Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33682026-02-28T23:58:22.333Z Checking lzss v0.8.2
33692026-02-28T23:58:22.554Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33702026-02-28T23:58:22.578Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33712026-02-28T23:58:22.578Z Checking serde_cbor v0.11.2
33722026-02-28T23:58:22.659Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33732026-02-28T23:58:22.824Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33742026-02-28T23:58:22.858Z Checking nix v0.27.1
33752026-02-28T23:58:23.044Z Checking kstat-rs v0.2.4
33762026-02-28T23:58:23.351Z Checking serde_bytes v0.11.19
33772026-02-28T23:58:23.376Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33782026-02-28T23:58:23.401Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33792026-02-28T23:58:23.701Z Checking tokio-tungstenite v0.23.1
33802026-02-28T23:58:23.987Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33812026-02-28T23:58:24.012Z Checking signal-hook-tokio v0.3.1
33822026-02-28T23:58:26.014Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33832026-02-28T23:58:26.068Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
33842026-02-28T23:58:31.891Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
33852026-02-28T23:58:33.683Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33862026-02-28T23:58:34.268Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33872026-02-28T23:58:36.598Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33882026-02-28T23:58:40.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.34s
33892026-02-28T23:58:41.001Z
33902026-02-28T23:58:41.001Zinfo: running `cargo check --bins` on gateway-api (133/252)
33912026-02-28T23:58:42.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33922026-02-28T23:58:42.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33932026-02-28T23:58:42.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33942026-02-28T23:58:42.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
33952026-02-28T23:58:42.172Z
33962026-02-28T23:58:42.172Zinfo: running `cargo check --bins` on ipcc (134/252)
33972026-02-28T23:58:43.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33982026-02-28T23:58:43.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33992026-02-28T23:58:43.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34002026-02-28T23:58:43.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
34012026-02-28T23:58:43.303Z
34022026-02-28T23:58:43.303Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (135/252)
34032026-02-28T23:58:44.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34042026-02-28T23:58:44.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34052026-02-28T23:58:44.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34062026-02-28T23:58:44.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
34072026-02-28T23:58:44.408Z
34082026-02-28T23:58:44.408Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (136/252)
34092026-02-28T23:58:45.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34102026-02-28T23:58:45.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34112026-02-28T23:58:45.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34122026-02-28T23:58:45.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
34132026-02-28T23:58:45.566Z
34142026-02-28T23:58:45.566Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (137/252)
34152026-02-28T23:58:46.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34162026-02-28T23:58:46.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34172026-02-28T23:58:46.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34182026-02-28T23:58:46.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
34192026-02-28T23:58:46.740Z
34202026-02-28T23:58:46.740Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (138/252)
34212026-02-28T23:58:47.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34222026-02-28T23:58:47.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34232026-02-28T23:58:47.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34242026-02-28T23:58:47.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
34252026-02-28T23:58:47.918Z
34262026-02-28T23:58:47.918Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (139/252)
34272026-02-28T23:58:48.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34282026-02-28T23:58:48.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34292026-02-28T23:58:48.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34302026-02-28T23:58:48.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
34312026-02-28T23:58:49.082Z
34322026-02-28T23:58:49.082Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (140/252)
34332026-02-28T23:58:50.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34342026-02-28T23:58:50.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34352026-02-28T23:58:50.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34362026-02-28T23:58:50.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
34372026-02-28T23:58:50.268Z
34382026-02-28T23:58:50.268Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (141/252)
34392026-02-28T23:58:51.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34402026-02-28T23:58:51.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34412026-02-28T23:58:51.338Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34422026-02-28T23:58:51.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
34432026-02-28T23:58:51.433Z
34442026-02-28T23:58:51.433Zinfo: running `cargo check --bins` on oximeter-producer (142/252)
34452026-02-28T23:58:52.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34462026-02-28T23:58:52.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34472026-02-28T23:58:52.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34482026-02-28T23:58:52.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s
34492026-02-28T23:58:52.665Z
34502026-02-28T23:58:52.665Zinfo: running `cargo check --bins` on internal-dns-resolver (143/252)
34512026-02-28T23:58:53.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34522026-02-28T23:58:53.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34532026-02-28T23:58:53.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34542026-02-28T23:58:53.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
34552026-02-28T23:58:53.847Z
34562026-02-28T23:58:53.847Zinfo: running `cargo check --bins` on sp-sim (144/252)
34572026-02-28T23:58:54.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34582026-02-28T23:58:54.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34592026-02-28T23:58:55.181Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34602026-02-28T23:58:58.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.82s
34612026-02-28T23:58:58.887Z
34622026-02-28T23:58:58.887Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (145/252)
34632026-02-28T23:58:59.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34642026-02-28T23:58:59.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34652026-02-28T23:58:59.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34662026-02-28T23:58:59.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
34672026-02-28T23:59:00.119Z
34682026-02-28T23:59:00.119Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (146/252)
34692026-02-28T23:59:01.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34702026-02-28T23:59:01.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34712026-02-28T23:59:01.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34722026-02-28T23:59:01.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s
34732026-02-28T23:59:01.398Z
34742026-02-28T23:59:01.398Zinfo: running `cargo check --bins` on db-macros (147/252)
34752026-02-28T23:59:02.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34762026-02-28T23:59:02.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34772026-02-28T23:59:02.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34782026-02-28T23:59:02.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s
34792026-02-28T23:59:02.531Z
34802026-02-28T23:59:02.531Zinfo: running `cargo check --bins` on nexus-macros-common (148/252)
34812026-02-28T23:59:03.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34822026-02-28T23:59:03.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34832026-02-28T23:59:03.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34842026-02-28T23:59:03.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
34852026-02-28T23:59:03.644Z
34862026-02-28T23:59:03.644Zinfo: running `cargo check --bins` on nexus-auth (149/252)
34872026-02-28T23:59:04.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34882026-02-28T23:59:04.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34892026-02-28T23:59:04.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34902026-02-28T23:59:04.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s
34912026-02-28T23:59:04.880Z
34922026-02-28T23:59:04.880Zinfo: running `cargo check --bins` on authz-macros (150/252)
34932026-02-28T23:59:05.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34942026-02-28T23:59:05.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34952026-02-28T23:59:05.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34962026-02-28T23:59:05.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
34972026-02-28T23:59:05.970Z
34982026-02-28T23:59:05.970Zinfo: running `cargo check --bins` on nexus-db-fixed-data (151/252)
34992026-02-28T23:59:07.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35002026-02-28T23:59:07.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35012026-02-28T23:59:07.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35022026-02-28T23:59:07.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
35032026-02-28T23:59:07.170Z
35042026-02-28T23:59:07.170Zinfo: running `cargo check --bins` on nexus-db-model (152/252)
35052026-02-28T23:59:08.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35062026-02-28T23:59:08.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35072026-02-28T23:59:08.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35082026-02-28T23:59:08.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
35092026-02-28T23:59:08.359Z
35102026-02-28T23:59:08.359Zinfo: running `cargo check --bins` on nexus-db-schema (153/252)
35112026-02-28T23:59:09.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35122026-02-28T23:59:09.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35132026-02-28T23:59:09.350Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35142026-02-28T23:59:09.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
35152026-02-28T23:59:09.458Z
35162026-02-28T23:59:09.458Zinfo: running `cargo check --bins` on omicron-rpaths (154/252)
35172026-02-28T23:59:10.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35182026-02-28T23:59:10.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35192026-02-28T23:59:10.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35202026-02-28T23:59:10.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
35212026-02-28T23:59:10.602Z
35222026-02-28T23:59:10.602Zinfo: running `cargo check --bins` on nexus-defaults (155/252)
35232026-02-28T23:59:11.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35242026-02-28T23:59:11.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35252026-02-28T23:59:11.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35262026-02-28T23:59:11.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
35272026-02-28T23:59:11.761Z
35282026-02-28T23:59:11.761Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (156/252)
35292026-02-28T23:59:12.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35302026-02-28T23:59:12.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35312026-02-28T23:59:12.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35322026-02-28T23:59:12.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
35332026-02-28T23:59:12.868Z
35342026-02-28T23:59:12.868Zinfo: running `cargo check --bins` on parallel-task-set (157/252)
35352026-02-28T23:59:13.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35362026-02-28T23:59:13.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35372026-02-28T23:59:13.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35382026-02-28T23:59:13.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s
35392026-02-28T23:59:13.954Z
35402026-02-28T23:59:13.954Zinfo: running `cargo check --bins` on nexus-db-errors (158/252)
35412026-02-28T23:59:15.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35422026-02-28T23:59:15.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35432026-02-28T23:59:15.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35442026-02-28T23:59:15.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
35452026-02-28T23:59:15.236Z
35462026-02-28T23:59:15.236Zinfo: running `cargo check --bins` on nexus-db-lookup (159/252)
35472026-02-28T23:59:16.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35482026-02-28T23:59:16.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35492026-02-28T23:59:16.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35502026-02-28T23:59:16.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
35512026-02-28T23:59:16.484Z
35522026-02-28T23:59:16.484Zinfo: running `cargo check --bins` on nexus-inventory (160/252)
35532026-02-28T23:59:17.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35542026-02-28T23:59:17.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35552026-02-28T23:59:17.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35562026-02-28T23:59:17.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
35572026-02-28T23:59:17.747Z
35582026-02-28T23:59:17.747Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (161/252)
35592026-02-28T23:59:18.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35602026-02-28T23:59:18.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35612026-02-28T23:59:18.815Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35622026-02-28T23:59:18.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
35632026-02-28T23:59:18.916Z
35642026-02-28T23:59:18.916Zinfo: running `cargo check --bins --no-default-features` on sled-storage (162/252)
35652026-02-28T23:59:19.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35662026-02-28T23:59:19.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35672026-02-28T23:59:19.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35682026-02-28T23:59:19.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
35692026-02-28T23:59:20.081Z
35702026-02-28T23:59:20.081Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (163/252)
35712026-02-28T23:59:21.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35722026-02-28T23:59:21.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35732026-02-28T23:59:21.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35742026-02-28T23:59:21.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
35752026-02-28T23:59:21.267Z
35762026-02-28T23:59:21.267Zinfo: running `cargo check --bins` on key-manager (164/252)
35772026-02-28T23:59:22.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35782026-02-28T23:59:22.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35792026-02-28T23:59:22.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35802026-02-28T23:59:22.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
35812026-02-28T23:59:22.427Z
35822026-02-28T23:59:22.427Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (165/252)
35832026-02-28T23:59:23.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35842026-02-28T23:59:23.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35852026-02-28T23:59:23.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35862026-02-28T23:59:23.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
35872026-02-28T23:59:23.625Z
35882026-02-28T23:59:23.625Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (166/252)
35892026-02-28T23:59:24.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35902026-02-28T23:59:24.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35912026-02-28T23:59:24.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35922026-02-28T23:59:24.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
35932026-02-28T23:59:24.847Z
35942026-02-28T23:59:24.847Zinfo: running `cargo check --bins` on typed-rng (167/252)
35952026-02-28T23:59:25.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35962026-02-28T23:59:25.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35972026-02-28T23:59:25.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35982026-02-28T23:59:25.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
35992026-02-28T23:59:25.959Z
36002026-02-28T23:59:25.959Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (168/252)
36012026-02-28T23:59:27.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36022026-02-28T23:59:27.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36032026-02-28T23:59:27.454Z Compiling libefi-sys v0.1.0
36042026-02-28T23:59:27.454Z Compiling bitfield-struct v0.6.2
36052026-02-28T23:59:27.479Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36062026-02-28T23:59:27.504Z Compiling xshell-macros v0.2.7
36072026-02-28T23:59:27.558Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36082026-02-28T23:59:27.583Z Compiling salty v0.3.0
36092026-02-28T23:59:27.608Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36102026-02-28T23:59:27.641Z Compiling progenitor-impl v0.10.0
36112026-02-28T23:59:27.672Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36122026-02-28T23:59:27.837Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
36132026-02-28T23:59:28.158Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36142026-02-28T23:59:28.188Z Checking xshell v0.2.7
36152026-02-28T23:59:28.430Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36162026-02-28T23:59:28.533Z Checking primeorder v0.13.6
36172026-02-28T23:59:28.569Z Compiling proc-macro-error-attr2 v2.0.0
36182026-02-28T23:59:28.624Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36192026-02-28T23:59:28.711Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36202026-02-28T23:59:29.027Z Checking p384 v0.13.1
36212026-02-28T23:59:29.052Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36222026-02-28T23:59:29.129Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36232026-02-28T23:59:29.294Z Compiling proc-macro-error2 v2.0.1
36242026-02-28T23:59:29.537Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36252026-02-28T23:59:29.770Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36262026-02-28T23:59:29.817Z Compiling num-derive v0.3.3
36272026-02-28T23:59:29.845Z Compiling unicase v2.8.1
36282026-02-28T23:59:30.147Z Compiling tabled_derive v0.11.0
36292026-02-28T23:59:30.221Z Compiling mime_guess v2.0.5
36302026-02-28T23:59:30.583Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36312026-02-28T23:59:30.999Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36322026-02-28T23:59:31.192Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
36332026-02-28T23:59:31.273Z Checking papergrid v0.17.0
36342026-02-28T23:59:31.499Z Checking libscf-sys v1.1.0
36352026-02-28T23:59:31.703Z Checking testing_table v0.3.0
36362026-02-28T23:59:31.874Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
36372026-02-28T23:59:32.177Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36382026-02-28T23:59:32.505Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
36392026-02-28T23:59:32.800Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36402026-02-28T23:59:32.825Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36412026-02-28T23:59:32.881Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36422026-02-28T23:59:32.975Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
36432026-02-28T23:59:33.126Z Checking corncobs v0.1.4
36442026-02-28T23:59:33.194Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36452026-02-28T23:59:33.334Z Compiling progenitor-macro v0.10.0
36462026-02-28T23:59:33.367Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36472026-02-28T23:59:33.430Z Checking tabled v0.20.0
36482026-02-28T23:59:33.482Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36492026-02-28T23:59:33.615Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36502026-02-28T23:59:33.913Z Checking secrecy v0.8.0
36512026-02-28T23:59:34.146Z Checking http-range v0.1.5
36522026-02-28T23:59:34.175Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
36532026-02-28T23:59:34.207Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
36542026-02-28T23:59:34.232Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36552026-02-28T23:59:34.597Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
36562026-02-28T23:59:34.887Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36572026-02-28T23:59:35.317Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36582026-02-28T23:59:35.344Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
36592026-02-28T23:59:35.368Z Checking atty v0.2.14
36602026-02-28T23:59:35.500Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36612026-02-28T23:59:35.530Z Checking crc8 v0.1.1
36622026-02-28T23:59:35.693Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
36632026-02-28T23:59:35.992Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
36642026-02-28T23:59:36.100Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36652026-02-28T23:59:36.262Z Checking hyper-staticfile v0.10.1
36662026-02-28T23:59:36.489Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36672026-02-28T23:59:36.605Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
36682026-02-28T23:59:36.763Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
36692026-02-28T23:59:36.970Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36702026-02-28T23:59:37.117Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
36712026-02-28T23:59:37.168Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
36722026-02-28T23:59:37.376Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
36732026-02-28T23:59:37.564Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
36742026-02-28T23:59:37.709Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
36752026-02-28T23:59:37.820Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
36762026-02-28T23:59:39.020Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
36772026-02-28T23:59:39.408Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36782026-02-28T23:59:39.600Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
36792026-02-28T23:59:40.556Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
36802026-02-28T23:59:41.239Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36812026-02-28T23:59:41.293Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
36822026-02-28T23:59:41.579Z Checking progenitor v0.10.0
36832026-02-28T23:59:41.788Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
36842026-02-28T23:59:41.788Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
36852026-02-28T23:59:41.812Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
36862026-02-28T23:59:44.659Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36872026-02-28T23:59:56.447Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36882026-03-01T00:00:21.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.17s
36892026-03-01T00:00:21.375Z
36902026-03-01T00:00:21.375Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (169/252)
36912026-03-01T00:00:22.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36922026-03-01T00:00:22.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36932026-03-01T00:00:22.869Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36942026-03-01T00:00:47.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.00s
36952026-03-01T00:00:47.618Z
36962026-03-01T00:00:47.618Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (170/252)
36972026-03-01T00:00:48.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36982026-03-01T00:00:48.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36992026-03-01T00:00:49.047Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37002026-03-01T00:01:13.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.05s
37012026-03-01T00:01:13.900Z
37022026-03-01T00:01:13.900Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (171/252)
37032026-03-01T00:01:15.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37042026-03-01T00:01:15.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37052026-03-01T00:01:15.336Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37062026-03-01T00:01:40.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.82s
37072026-03-01T00:01:40.990Z
37082026-03-01T00:01:40.990Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (172/252)
37092026-03-01T00:01:42.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37102026-03-01T00:01:42.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37112026-03-01T00:01:42.441Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37122026-03-01T00:02:07.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.80s
37132026-03-01T00:02:08.027Z
37142026-03-01T00:02:08.027Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (173/252)
37152026-03-01T00:02:09.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37162026-03-01T00:02:09.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37172026-03-01T00:02:09.573Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37182026-03-01T00:02:34.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.12s
37192026-03-01T00:02:34.379Z
37202026-03-01T00:02:34.379Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (174/252)
37212026-03-01T00:02:35.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37222026-03-01T00:02:35.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37232026-03-01T00:02:36.020Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37242026-03-01T00:03:00.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.84s
37252026-03-01T00:03:00.473Z
37262026-03-01T00:03:00.473Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (175/252)
37272026-03-01T00:03:01.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37282026-03-01T00:03:01.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37292026-03-01T00:03:01.946Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37302026-03-01T00:03:25.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.45s
37312026-03-01T00:03:26.171Z
37322026-03-01T00:03:26.171Zinfo: running `cargo check --bins` on bootstrap-agent-api (176/252)
37332026-03-01T00:03:27.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37342026-03-01T00:03:27.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37352026-03-01T00:03:27.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37362026-03-01T00:03:27.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
37372026-03-01T00:03:27.427Z
37382026-03-01T00:03:27.427Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (177/252)
37392026-03-01T00:03:28.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37402026-03-01T00:03:28.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37412026-03-01T00:03:28.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37422026-03-01T00:03:28.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
37432026-03-01T00:03:28.660Z
37442026-03-01T00:03:28.660Zinfo: running `cargo check --bins` on range-requests (178/252)
37452026-03-01T00:03:29.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37462026-03-01T00:03:29.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37472026-03-01T00:03:29.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37482026-03-01T00:03:29.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
37492026-03-01T00:03:29.829Z
37502026-03-01T00:03:29.829Zinfo: running `cargo check --bins` on repo-depot-api (179/252)
37512026-03-01T00:03:30.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37522026-03-01T00:03:31.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37532026-03-01T00:03:31.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37542026-03-01T00:03:31.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s
37552026-03-01T00:03:31.117Z
37562026-03-01T00:03:31.117Zinfo: running `cargo check --bins` on sled-agent-api (180/252)
37572026-03-01T00:03:32.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37582026-03-01T00:03:32.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37592026-03-01T00:03:32.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37602026-03-01T00:03:32.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s
37612026-03-01T00:03:32.384Z
37622026-03-01T00:03:32.385Zinfo: running `cargo check --bins` on sled-diagnostics (181/252)
37632026-03-01T00:03:33.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37642026-03-01T00:03:33.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37652026-03-01T00:03:33.529Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37662026-03-01T00:03:33.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
37672026-03-01T00:03:33.634Z
37682026-03-01T00:03:33.634Zinfo: running `cargo check --bins` on zfs-test-harness (182/252)
37692026-03-01T00:03:34.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37702026-03-01T00:03:34.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37712026-03-01T00:03:34.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37722026-03-01T00:03:34.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
37732026-03-01T00:03:34.890Z
37742026-03-01T00:03:34.890Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (183/252)
37752026-03-01T00:03:36.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37762026-03-01T00:03:36.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37772026-03-01T00:03:36.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37782026-03-01T00:03:36.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
37792026-03-01T00:03:36.143Z
37802026-03-01T00:03:36.143Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (184/252)
37812026-03-01T00:03:37.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37822026-03-01T00:03:37.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37832026-03-01T00:03:37.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37842026-03-01T00:03:37.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s
37852026-03-01T00:03:37.445Z
37862026-03-01T00:03:37.445Zinfo: running `cargo check --bins` on sled-agent-health-monitor (185/252)
37872026-03-01T00:03:38.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37882026-03-01T00:03:38.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37892026-03-01T00:03:38.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37902026-03-01T00:03:38.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s
37912026-03-01T00:03:38.679Z
37922026-03-01T00:03:38.679Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (186/252)
37932026-03-01T00:03:39.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37942026-03-01T00:03:39.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37952026-03-01T00:03:39.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37962026-03-01T00:03:39.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
37972026-03-01T00:03:39.923Z
37982026-03-01T00:03:39.923Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (187/252)
37992026-03-01T00:03:41.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38002026-03-01T00:03:41.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38012026-03-01T00:03:41.111Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38022026-03-01T00:03:41.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s
38032026-03-01T00:03:41.227Z
38042026-03-01T00:03:41.227Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (188/252)
38052026-03-01T00:03:42.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38062026-03-01T00:03:42.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38072026-03-01T00:03:42.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38082026-03-01T00:03:42.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.17s
38092026-03-01T00:03:42.532Z
38102026-03-01T00:03:42.532Zinfo: running `cargo check --bins` on trust-quorum (189/252)
38112026-03-01T00:03:43.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38122026-03-01T00:03:43.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38132026-03-01T00:03:43.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38142026-03-01T00:03:43.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s
38152026-03-01T00:03:43.822Z
38162026-03-01T00:03:43.822Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (190/252)
38172026-03-01T00:03:45.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38182026-03-01T00:03:45.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38192026-03-01T00:03:45.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38202026-03-01T00:03:45.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s
38212026-03-01T00:03:45.153Z
38222026-03-01T00:03:45.153Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (191/252)
38232026-03-01T00:03:46.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38242026-03-01T00:03:46.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38252026-03-01T00:03:46.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38262026-03-01T00:03:46.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s
38272026-03-01T00:03:46.548Z
38282026-03-01T00:03:46.548Zinfo: running `cargo check --bins` on update-common (192/252)
38292026-03-01T00:03:47.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38302026-03-01T00:03:47.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38312026-03-01T00:03:47.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38322026-03-01T00:03:47.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
38332026-03-01T00:03:47.791Z
38342026-03-01T00:03:47.791Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (193/252)
38352026-03-01T00:03:48.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38362026-03-01T00:03:49.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38372026-03-01T00:03:49.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38382026-03-01T00:03:49.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s
38392026-03-01T00:03:49.136Z
38402026-03-01T00:03:49.136Zinfo: running `cargo check --bins` on reconfigurator-cli (194/252)
38412026-03-01T00:03:50.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38422026-03-01T00:03:50.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38432026-03-01T00:03:50.740Z Compiling fs-err v2.11.0
38442026-03-01T00:03:50.764Z Checking ignore v0.4.23
38452026-03-01T00:03:50.764Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
38462026-03-01T00:03:50.764Z Checking predicates-tree v1.0.12
38472026-03-01T00:03:50.764Z Checking parse-size v1.1.0
38482026-03-01T00:03:50.868Z Checking rand_seeder v0.4.0
38492026-03-01T00:03:50.893Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
38502026-03-01T00:03:50.893Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
38512026-03-01T00:03:50.992Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
38522026-03-01T00:03:51.053Z Compiling petname v2.0.2
38532026-03-01T00:03:51.150Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
38542026-03-01T00:03:51.402Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
38552026-03-01T00:03:51.505Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38562026-03-01T00:03:51.600Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38572026-03-01T00:03:51.628Z Checking globwalk v0.9.1
38582026-03-01T00:03:51.790Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
38592026-03-01T00:03:51.919Z Checking sapling-renderdag v0.1.0
38602026-03-01T00:03:51.974Z Checking camino-tempfile-ext v0.3.2
38612026-03-01T00:03:52.120Z Checking sync-ptr v0.1.4
38622026-03-01T00:03:52.340Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
38632026-03-01T00:03:52.370Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
38642026-03-01T00:03:52.467Z Checking assert_matches v1.5.0
38652026-03-01T00:03:52.971Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
38662026-03-01T00:03:53.256Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
38672026-03-01T00:03:53.281Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38682026-03-01T00:03:54.420Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
38692026-03-01T00:03:57.396Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
38702026-03-01T00:04:02.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.03s
38712026-03-01T00:04:02.405Z
38722026-03-01T00:04:02.405Zinfo: running `cargo check --bins` on omicron-repl-utils (195/252)
38732026-03-01T00:04:03.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38742026-03-01T00:04:03.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38752026-03-01T00:04:03.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38762026-03-01T00:04:03.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
38772026-03-01T00:04:03.554Z
38782026-03-01T00:04:03.554Zinfo: running `cargo check --bins` on nexus-test-interface (196/252)
38792026-03-01T00:04:04.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38802026-03-01T00:04:04.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38812026-03-01T00:04:04.688Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38822026-03-01T00:04:04.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
38832026-03-01T00:04:04.798Z
38842026-03-01T00:04:04.798Zinfo: running `cargo check --bins` on oximeter-collector (197/252)
38852026-03-01T00:04:06.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38862026-03-01T00:04:06.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38872026-03-01T00:04:06.287Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
38882026-03-01T00:04:06.287Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
38892026-03-01T00:04:07.472Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38902026-03-01T00:04:10.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.88s
38912026-03-01T00:04:10.908Z
38922026-03-01T00:04:10.908Zinfo: running `cargo check --bins` on oximeter-api (198/252)
38932026-03-01T00:04:11.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38942026-03-01T00:04:12.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38952026-03-01T00:04:12.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38962026-03-01T00:04:12.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
38972026-03-01T00:04:12.105Z
38982026-03-01T00:04:12.105Zinfo: running `cargo check --bins` on cert-dev (199/252)
38992026-03-01T00:04:13.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39002026-03-01T00:04:13.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39012026-03-01T00:04:13.258Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39022026-03-01T00:04:13.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
39032026-03-01T00:04:13.775Z
39042026-03-01T00:04:13.775Zinfo: running `cargo check --bins` on clickana (200/252)
39052026-03-01T00:04:14.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39062026-03-01T00:04:14.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39072026-03-01T00:04:15.027Z Checking castaway v0.2.3
39082026-03-01T00:04:15.027Z Checking lru v0.12.5
39092026-03-01T00:04:15.051Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39102026-03-01T00:04:15.051Z Checking unicode-truncate v1.1.0
39112026-03-01T00:04:15.051Z Compiling instability v0.3.2
39122026-03-01T00:04:15.051Z Compiling indoc v2.0.6
39132026-03-01T00:04:15.103Z Checking cassowary v0.3.0
39142026-03-01T00:04:15.238Z Checking compact_str v0.8.0
39152026-03-01T00:04:16.012Z Checking ratatui v0.29.0
39162026-03-01T00:04:17.216Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39172026-03-01T00:04:17.525Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39182026-03-01T00:04:19.148Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39192026-03-01T00:04:20.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.57s
39202026-03-01T00:04:20.557Z
39212026-03-01T00:04:20.557Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (201/252)
39222026-03-01T00:04:21.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39232026-03-01T00:04:21.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39242026-03-01T00:04:21.915Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39252026-03-01T00:04:21.915Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39262026-03-01T00:04:22.848Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39272026-03-01T00:04:23.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.98s
39282026-03-01T00:04:23.752Z
39292026-03-01T00:04:23.752Zinfo: running `cargo check --bins` on ch-dev (202/252)
39302026-03-01T00:04:24.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39312026-03-01T00:04:24.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39322026-03-01T00:04:25.141Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
39332026-03-01T00:04:26.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.61s
39342026-03-01T00:04:26.589Z
39352026-03-01T00:04:26.589Zinfo: running `cargo check --bins` on dev-tools-common (203/252)
39362026-03-01T00:04:27.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39372026-03-01T00:04:27.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39382026-03-01T00:04:27.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39392026-03-01T00:04:27.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
39402026-03-01T00:04:27.488Z
39412026-03-01T00:04:27.488Zinfo: running `cargo check --bins` on crdb-seed (204/252)
39422026-03-01T00:04:28.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39432026-03-01T00:04:28.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39442026-03-01T00:04:28.857Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
39452026-03-01T00:04:29.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.95s
39462026-03-01T00:04:29.663Z
39472026-03-01T00:04:29.663Zinfo: running `cargo check --bins` on db-dev (205/252)
39482026-03-01T00:04:30.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39492026-03-01T00:04:30.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39502026-03-01T00:04:31.148Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
39512026-03-01T00:04:32.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.66s
39522026-03-01T00:04:32.542Z
39532026-03-01T00:04:32.542Zinfo: running `cargo check --bins` on omicron-dev-lib (206/252)
39542026-03-01T00:04:33.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39552026-03-01T00:04:33.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39562026-03-01T00:04:33.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39572026-03-01T00:04:33.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
39582026-03-01T00:04:33.810Z
39592026-03-01T00:04:33.810Zinfo: running `cargo check --bins` on xtask-downloader (207/252)
39602026-03-01T00:04:34.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39612026-03-01T00:04:34.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39622026-03-01T00:04:34.984Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
39632026-03-01T00:04:36.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.42s
39642026-03-01T00:04:36.424Z
39652026-03-01T00:04:36.424Zinfo: running `cargo check --bins` on omicron-dropshot-apis (208/252)
39662026-03-01T00:04:37.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39672026-03-01T00:04:37.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39682026-03-01T00:04:37.863Z Compiling tabled_derive v0.10.0
39692026-03-01T00:04:37.863Z Checking papergrid v0.14.0
39702026-03-01T00:04:37.863Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
39712026-03-01T00:04:37.863Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
39722026-03-01T00:04:37.888Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
39732026-03-01T00:04:37.888Z Checking git-stub v1.0.0
39742026-03-01T00:04:37.888Z Compiling trait-variant v0.1.2
39752026-03-01T00:04:37.888Z Checking maplit v1.0.2
39762026-03-01T00:04:38.111Z Checking is_ci v1.2.0
39772026-03-01T00:04:38.279Z Checking supports-color v3.0.2
39782026-03-01T00:04:38.303Z Checking git-stub-vcs v0.1.0
39792026-03-01T00:04:38.422Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
39802026-03-01T00:04:38.482Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
39812026-03-01T00:04:38.677Z Checking drift v0.1.3
39822026-03-01T00:04:38.780Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
39832026-03-01T00:04:38.899Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
39842026-03-01T00:04:39.087Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
39852026-03-01T00:04:39.263Z Checking dropshot-api-manager v0.5.2
39862026-03-01T00:04:39.287Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
39872026-03-01T00:04:39.489Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
39882026-03-01T00:04:39.527Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
39892026-03-01T00:04:39.761Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
39902026-03-01T00:04:40.129Z Checking tabled v0.18.0
39912026-03-01T00:04:40.440Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
39922026-03-01T00:04:40.541Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
39932026-03-01T00:04:40.699Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
39942026-03-01T00:04:51.360Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
39952026-03-01T00:04:53.713Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
39962026-03-01T00:04:54.995Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
39972026-03-01T00:04:55.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.37s
39982026-03-01T00:04:56.026Z
39992026-03-01T00:04:56.026Zinfo: running `cargo check --bins` on installinator-api (209/252)
40002026-03-01T00:04:57.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40012026-03-01T00:04:57.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40022026-03-01T00:04:57.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40032026-03-01T00:04:57.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
40042026-03-01T00:04:57.298Z
40052026-03-01T00:04:57.298Zinfo: running `cargo check --bins` on nexus-external-api (210/252)
40062026-03-01T00:04:58.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40072026-03-01T00:04:58.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40082026-03-01T00:04:58.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40092026-03-01T00:04:58.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s
40102026-03-01T00:04:58.605Z
40112026-03-01T00:04:58.605Zinfo: running `cargo check --bins` on nexus-internal-api (211/252)
40122026-03-01T00:04:59.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40132026-03-01T00:04:59.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40142026-03-01T00:04:59.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40152026-03-01T00:04:59.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
40162026-03-01T00:04:59.854Z
40172026-03-01T00:04:59.854Zinfo: running `cargo check --bins` on nexus-lockstep-api (212/252)
40182026-03-01T00:05:01.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40192026-03-01T00:05:01.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40202026-03-01T00:05:01.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40212026-03-01T00:05:01.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s
40222026-03-01T00:05:01.225Z
40232026-03-01T00:05:01.225Zinfo: running `cargo check --bins` on ntp-admin-api (213/252)
40242026-03-01T00:05:02.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40252026-03-01T00:05:02.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40262026-03-01T00:05:02.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40272026-03-01T00:05:02.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
40282026-03-01T00:05:02.398Z
40292026-03-01T00:05:02.398Zinfo: running `cargo check --bins` on ntp-admin-types-versions (214/252)
40302026-03-01T00:05:03.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40312026-03-01T00:05:03.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40322026-03-01T00:05:03.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40332026-03-01T00:05:03.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
40342026-03-01T00:05:03.537Z
40352026-03-01T00:05:03.538Zinfo: running `cargo check --bins` on wicketd-api (215/252)
40362026-03-01T00:05:04.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40372026-03-01T00:05:04.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40382026-03-01T00:05:04.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40392026-03-01T00:05:04.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
40402026-03-01T00:05:04.732Z
40412026-03-01T00:05:04.732Zinfo: running `cargo check --bins` on omicron-ls-apis (216/252)
40422026-03-01T00:05:05.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40432026-03-01T00:05:05.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40442026-03-01T00:05:06.004Z Checking typeid v1.0.3
40452026-03-01T00:05:06.040Z Checking ordered-float v2.10.1
40462026-03-01T00:05:06.065Z Checking unicode-xid v0.2.6
40472026-03-01T00:05:06.089Z Checking cargo-platform v0.2.0
40482026-03-01T00:05:06.193Z Checking erased-serde v0.4.6
40492026-03-01T00:05:06.535Z Checking serde-value v0.7.0
40502026-03-01T00:05:07.023Z Checking serde-untagged v0.1.7
40512026-03-01T00:05:07.357Z Checking cargo-util-schemas v0.8.2
40522026-03-01T00:05:09.022Z Checking cargo_metadata v0.21.0
40532026-03-01T00:05:10.571Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
40542026-03-01T00:05:12.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.26s
40552026-03-01T00:05:12.189Z
40562026-03-01T00:05:12.189Zinfo: running `cargo check --bins` on mgs-dev (217/252)
40572026-03-01T00:05:13.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40582026-03-01T00:05:13.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40592026-03-01T00:05:13.624Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
40602026-03-01T00:05:14.574Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
40612026-03-01T00:05:15.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.31s
40622026-03-01T00:05:15.746Z
40632026-03-01T00:05:15.746Zinfo: running `cargo check --bins` on omicron-omdb (218/252)
40642026-03-01T00:05:16.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40652026-03-01T00:05:16.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40662026-03-01T00:05:17.414Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
40672026-03-01T00:05:17.414Z Compiling vergen-gitcl v1.0.8
40682026-03-01T00:05:17.438Z Compiling dirs-sys-next v0.1.2
40692026-03-01T00:05:17.438Z Compiling crunchy v0.2.2
40702026-03-01T00:05:17.438Z Compiling glob v0.3.2
40712026-03-01T00:05:17.438Z Compiling dsl_auto_type v0.1.2
40722026-03-01T00:05:17.438Z Checking scheduled-thread-pool v0.2.7
40732026-03-01T00:05:17.481Z Compiling diesel_table_macro_syntax v0.2.0
40742026-03-01T00:05:17.721Z Compiling tiny-keccak v2.0.2
40752026-03-01T00:05:17.921Z Compiling dirs-next v2.0.0
40762026-03-01T00:05:18.070Z Compiling term v0.7.0
40772026-03-01T00:05:18.094Z Checking r2d2 v0.8.10
40782026-03-01T00:05:18.120Z Compiling bit-vec v0.6.3
40792026-03-01T00:05:18.291Z Compiling clang-sys v1.8.1
40802026-03-01T00:05:18.431Z Compiling ena v0.14.3
40812026-03-01T00:05:18.551Z Compiling bit-set v0.5.3
40822026-03-01T00:05:18.832Z Compiling ascii-canvas v3.0.0
40832026-03-01T00:05:18.856Z Compiling libloading v0.8.5
40842026-03-01T00:05:18.892Z Compiling diesel_derives v2.2.3
40852026-03-01T00:05:18.944Z Compiling bindgen v0.71.1
40862026-03-01T00:05:18.971Z Compiling diff v0.1.13
40872026-03-01T00:05:18.996Z Compiling regex-syntax v0.6.29
40882026-03-01T00:05:19.249Z Compiling cexpr v0.6.0
40892026-03-01T00:05:19.314Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
40902026-03-01T00:05:19.479Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
40912026-03-01T00:05:19.648Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
40922026-03-01T00:05:19.728Z Compiling libxml v0.3.3
40932026-03-01T00:05:19.855Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
40942026-03-01T00:05:20.145Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
40952026-03-01T00:05:20.390Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
40962026-03-01T00:05:20.608Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
40972026-03-01T00:05:20.633Z Compiling strum_macros v0.24.3
40982026-03-01T00:05:20.697Z Compiling indoc v1.0.9
40992026-03-01T00:05:21.465Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41002026-03-01T00:05:21.757Z Compiling lalrpop v0.19.12
41012026-03-01T00:05:22.445Z Checking derive_builder v0.20.2
41022026-03-01T00:05:22.631Z Compiling oso-derive v0.27.3
41032026-03-01T00:05:23.222Z Compiling impl-trait-for-tuples v0.2.2
41042026-03-01T00:05:23.363Z Checking quick-xml v0.37.2
41052026-03-01T00:05:23.581Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41062026-03-01T00:05:24.854Z Compiling diesel-dtrace v0.4.2
41072026-03-01T00:05:25.240Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41082026-03-01T00:05:25.362Z Checking bb8 v0.8.5
41092026-03-01T00:05:25.567Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41102026-03-01T00:05:25.844Z Checking nonempty v0.12.0
41112026-03-01T00:05:25.910Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41122026-03-01T00:05:26.146Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41132026-03-01T00:05:26.268Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41142026-03-01T00:05:26.499Z Checking console v0.16.0
41152026-03-01T00:05:27.041Z Checking unit-prefix v0.5.1
41162026-03-01T00:05:27.177Z Checking support-bundle-viewer v0.1.2
41172026-03-01T00:05:27.250Z Checking indicatif v0.18.0
41182026-03-01T00:05:27.644Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41192026-03-01T00:05:27.669Z Checking diesel v2.2.12
41202026-03-01T00:05:28.030Z Checking multimap v0.10.1
41212026-03-01T00:05:32.409Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41222026-03-01T00:05:34.859Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41232026-03-01T00:05:35.301Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41242026-03-01T00:05:35.532Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41252026-03-01T00:05:35.837Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41262026-03-01T00:05:37.126Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41272026-03-01T00:05:38.148Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41282026-03-01T00:05:39.281Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41292026-03-01T00:05:43.017Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41302026-03-01T00:05:52.928Z Compiling samael v0.0.19
41312026-03-01T00:06:00.352Z Checking async-bb8-diesel v0.2.1
41322026-03-01T00:06:02.826Z Compiling polar-core v0.27.3
41332026-03-01T00:06:12.253Z Checking oso v0.27.3
41342026-03-01T00:07:19.794Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
41352026-03-01T00:08:37.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 21s
41362026-03-01T00:08:37.797Z
41372026-03-01T00:08:37.797Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (219/252)
41382026-03-01T00:08:38.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41392026-03-01T00:08:38.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41402026-03-01T00:08:38.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41412026-03-01T00:08:38.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
41422026-03-01T00:08:39.064Z
41432026-03-01T00:08:39.064Zinfo: running `cargo check --bins` on nexus-saga-recovery (220/252)
41442026-03-01T00:08:40.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41452026-03-01T00:08:40.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41462026-03-01T00:08:40.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41472026-03-01T00:08:40.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s
41482026-03-01T00:08:40.364Z
41492026-03-01T00:08:40.365Zinfo: running `cargo check --bins` on nexus-test-utils-macros (221/252)
41502026-03-01T00:08:41.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41512026-03-01T00:08:41.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41522026-03-01T00:08:41.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41532026-03-01T00:08:41.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
41542026-03-01T00:08:41.515Z
41552026-03-01T00:08:41.515Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (222/252)
41562026-03-01T00:08:42.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41572026-03-01T00:08:42.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41582026-03-01T00:08:43.204Z Compiling libz-sys v1.1.20
41592026-03-01T00:08:43.228Z Compiling libgit2-sys v0.18.2+1.9.1
41602026-03-01T00:08:43.265Z Compiling vergen-git2 v1.0.7
41612026-03-01T00:08:43.290Z Compiling rustls v0.21.12
41622026-03-01T00:08:43.290Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
41632026-03-01T00:08:43.314Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
41642026-03-01T00:08:43.314Z Checking sct v0.7.1
41652026-03-01T00:08:43.314Z Checking rustls-webpki v0.101.7
41662026-03-01T00:08:43.651Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
41672026-03-01T00:08:43.680Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
41682026-03-01T00:08:43.730Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
41692026-03-01T00:08:43.755Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
41702026-03-01T00:08:44.191Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
41712026-03-01T00:08:44.216Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
41722026-03-01T00:08:44.242Z Checking rustls-pemfile v1.0.4
41732026-03-01T00:08:44.267Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
41742026-03-01T00:08:44.476Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
41752026-03-01T00:08:44.794Z Checking twox-hash v2.1.0
41762026-03-01T00:08:45.175Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
41772026-03-01T00:08:45.291Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
41782026-03-01T00:08:46.130Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41792026-03-01T00:08:46.180Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41802026-03-01T00:08:46.482Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41812026-03-01T00:08:46.759Z Checking tokio-rustls v0.24.1
41822026-03-01T00:08:47.115Z Checking progenitor-extras v0.1.0
41832026-03-01T00:08:47.357Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
41842026-03-01T00:08:47.456Z Checking fatfs v0.3.6
41852026-03-01T00:08:47.581Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
41862026-03-01T00:08:47.620Z Compiling seq-macro v0.3.6
41872026-03-01T00:08:55.139Z Compiling git2 v0.20.2
41882026-03-01T00:08:56.598Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
41892026-03-01T00:08:56.810Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
41902026-03-01T00:09:00.528Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41912026-03-01T00:10:54.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 13s
41922026-03-01T00:10:54.839Z
41932026-03-01T00:10:54.839Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (223/252)
41942026-03-01T00:10:56.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41952026-03-01T00:10:56.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41962026-03-01T00:10:56.512Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
41972026-03-01T00:12:38.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 43s
41982026-03-01T00:12:38.799Z
41992026-03-01T00:12:38.799Zinfo: running `cargo check --bins` on nexus-background-task-interface (224/252)
42002026-03-01T00:12:39.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42012026-03-01T00:12:39.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42022026-03-01T00:12:39.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42032026-03-01T00:12:39.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
42042026-03-01T00:12:40.013Z
42052026-03-01T00:12:40.014Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (225/252)
42062026-03-01T00:12:41.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42072026-03-01T00:12:41.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42082026-03-01T00:12:41.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42092026-03-01T00:12:41.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s
42102026-03-01T00:12:41.314Z
42112026-03-01T00:12:41.314Zinfo: running `cargo check --bins` on nexus-mgs-updates (226/252)
42122026-03-01T00:12:42.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42132026-03-01T00:12:42.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42142026-03-01T00:12:42.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42152026-03-01T00:12:42.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
42162026-03-01T00:12:42.528Z
42172026-03-01T00:12:42.528Zinfo: running `cargo check --bins` on nexus-networking (227/252)
42182026-03-01T00:12:43.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42192026-03-01T00:12:43.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42202026-03-01T00:12:43.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42212026-03-01T00:12:43.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
42222026-03-01T00:12:43.777Z
42232026-03-01T00:12:43.777Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (228/252)
42242026-03-01T00:12:44.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42252026-03-01T00:12:44.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42262026-03-01T00:12:44.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42272026-03-01T00:12:44.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
42282026-03-01T00:12:45.019Z
42292026-03-01T00:12:45.019Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (229/252)
42302026-03-01T00:12:46.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42312026-03-01T00:12:46.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42322026-03-01T00:12:46.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42332026-03-01T00:12:46.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
42342026-03-01T00:12:46.259Z
42352026-03-01T00:12:46.259Zinfo: running `cargo check --bins` on omicron-dev (230/252)
42362026-03-01T00:12:47.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42372026-03-01T00:12:47.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42382026-03-01T00:12:47.937Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42392026-03-01T00:12:47.937Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42402026-03-01T00:12:48.004Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
42412026-03-01T00:12:48.029Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
42422026-03-01T00:12:48.054Z Checking yansi v1.0.1
42432026-03-01T00:12:48.054Z Checking diff v0.1.13
42442026-03-01T00:12:48.054Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42452026-03-01T00:12:48.054Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
42462026-03-01T00:12:48.318Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
42472026-03-01T00:12:48.560Z Checking pretty_assertions v1.4.1
42482026-03-01T00:12:49.869Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42492026-03-01T00:13:43.375Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42502026-03-01T00:13:43.400Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42512026-03-01T00:13:43.400Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42522026-03-01T00:13:43.400Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42532026-03-01T00:13:43.400Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42542026-03-01T00:13:43.400Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42552026-03-01T00:13:44.720Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42562026-03-01T00:13:46.707Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42572026-03-01T00:15:21.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 35s
42582026-03-01T00:15:21.953Z
42592026-03-01T00:15:21.953Zinfo: running `cargo check --bins` on omicron-pins (231/252)
42602026-03-01T00:15:22.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42612026-03-01T00:15:22.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42622026-03-01T00:15:22.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42632026-03-01T00:15:22.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
42642026-03-01T00:15:23.080Z
42652026-03-01T00:15:23.080Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (232/252)
42662026-03-01T00:15:24.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42672026-03-01T00:15:24.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42682026-03-01T00:15:24.442Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42692026-03-01T00:15:24.467Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42702026-03-01T00:15:24.491Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
42712026-03-01T00:16:05.322Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42722026-03-01T00:16:05.982Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42732026-03-01T00:16:09.864Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42742026-03-01T00:16:10.674Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42752026-03-01T00:16:17.443Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42762026-03-01T00:17:10.621Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42772026-03-01T00:17:11.777Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42782026-03-01T00:17:14.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 51s
42792026-03-01T00:17:15.193Z
42802026-03-01T00:17:15.193Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (233/252)
42812026-03-01T00:17:16.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42822026-03-01T00:17:16.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42832026-03-01T00:17:16.507Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
42842026-03-01T00:17:17.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.47s
42852026-03-01T00:17:17.892Z
42862026-03-01T00:17:17.892Zinfo: running `cargo check --bins` on omicron-releng (234/252)
42872026-03-01T00:17:18.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42882026-03-01T00:17:19.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42892026-03-01T00:17:19.135Z Compiling blake3 v1.5.4
42902026-03-01T00:17:19.160Z Checking arrayvec v0.7.6
42912026-03-01T00:17:19.160Z Checking constant_time_eq v0.3.1
42922026-03-01T00:17:19.160Z Checking arrayref v0.3.9
42932026-03-01T00:17:19.190Z Checking topological-sort v0.2.2
42942026-03-01T00:17:19.214Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
42952026-03-01T00:17:19.214Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
42962026-03-01T00:17:19.239Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
42972026-03-01T00:17:19.331Z Checking shell-words v1.1.0
42982026-03-01T00:17:20.692Z Checking omicron-zone-package v0.12.2
42992026-03-01T00:17:22.280Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43002026-03-01T00:17:23.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.04s
43012026-03-01T00:17:24.135Z
43022026-03-01T00:17:24.135Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (235/252)
43032026-03-01T00:17:25.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43042026-03-01T00:17:25.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43052026-03-01T00:17:25.318Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43062026-03-01T00:17:25.732Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43072026-03-01T00:17:26.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.27s
43082026-03-01T00:17:26.604Z
43092026-03-01T00:17:26.604Zinfo: running `cargo check --bins` on xtask (236/252)
43102026-03-01T00:17:27.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43112026-03-01T00:17:27.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43122026-03-01T00:17:27.520Z Checking bitflags v2.9.4
43132026-03-01T00:17:27.520Z Checking serde v1.0.228
43142026-03-01T00:17:27.546Z Checking zerofrom v0.1.4
43152026-03-01T00:17:27.582Z Checking thiserror v2.0.18
43162026-03-01T00:17:27.606Z Checking smallvec v1.15.1
43172026-03-01T00:17:27.631Z Checking hashbrown v0.16.1
43182026-03-01T00:17:27.656Z Checking serde_json v1.0.149
43192026-03-01T00:17:27.656Z Checking scroll v0.12.0
43202026-03-01T00:17:27.757Z Checking num-traits v0.2.19
43212026-03-01T00:17:27.809Z Checking yoke v0.7.4
43222026-03-01T00:17:27.850Z Checking rustix v0.38.37
43232026-03-01T00:17:27.971Z Checking thiserror v1.0.69
43242026-03-01T00:17:28.117Z Checking log v0.4.29
43252026-03-01T00:17:28.142Z Checking percent-encoding v2.3.2
43262026-03-01T00:17:28.167Z Checking zerovec v0.10.4
43272026-03-01T00:17:28.390Z Checking zerocopy v0.7.35
43282026-03-01T00:17:28.415Z Checking form_urlencoded v1.2.2
43292026-03-01T00:17:28.453Z Checking serde_spanned v0.6.9
43302026-03-01T00:17:28.622Z Checking indexmap v2.13.0
43312026-03-01T00:17:28.646Z Checking toml_datetime v0.6.11
43322026-03-01T00:17:28.671Z Checking erased-serde v0.4.6
43332026-03-01T00:17:28.782Z Checking terminal_size v0.4.0
43342026-03-01T00:17:28.965Z Checking goblin v0.8.2
43352026-03-01T00:17:28.990Z Checking pest v2.8.2
43362026-03-01T00:17:29.014Z Checking getrandom v0.3.4
43372026-03-01T00:17:29.069Z Checking ordered-float v2.10.1
43382026-03-01T00:17:29.225Z Checking syn v2.0.117
43392026-03-01T00:17:29.430Z Checking rustix v1.1.3
43402026-03-01T00:17:29.483Z Checking serde-untagged v0.1.7
43412026-03-01T00:17:29.554Z Checking serde-value v0.7.0
43422026-03-01T00:17:29.592Z Checking tinystr v0.7.6
43432026-03-01T00:17:29.802Z Checking icu_collections v1.5.0
43442026-03-01T00:17:29.835Z Checking toml_edit v0.22.27
43452026-03-01T00:17:29.939Z Checking icu_locid v1.5.0
43462026-03-01T00:17:29.980Z Checking once_cell v1.21.3
43472026-03-01T00:17:30.302Z Checking clap_builder v4.5.48
43482026-03-01T00:17:30.436Z Checking cargo-platform v0.2.0
43492026-03-01T00:17:30.743Z Checking tempfile v3.24.0
43502026-03-01T00:17:30.769Z Checking textwrap v0.16.2
43512026-03-01T00:17:30.878Z Checking icu_provider v1.5.0
43522026-03-01T00:17:31.088Z Checking camino-tempfile v1.4.1
43532026-03-01T00:17:31.159Z Checking fs-err v3.1.1
43542026-03-01T00:17:31.204Z Checking dtrace-parser v0.2.0
43552026-03-01T00:17:31.372Z Checking tabled v0.15.0
43562026-03-01T00:17:31.464Z Checking icu_locid_transform v1.5.0
43572026-03-01T00:17:31.488Z Checking anyhow v1.0.99
43582026-03-01T00:17:31.668Z Checking macaddr v1.0.1
43592026-03-01T00:17:31.844Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
43602026-03-01T00:17:32.123Z Checking toml v0.8.23
43612026-03-01T00:17:32.348Z Checking icu_properties v1.5.1
43622026-03-01T00:17:32.833Z Checking cargo_toml v0.21.0
43632026-03-01T00:17:32.950Z Checking clap v4.5.48
43642026-03-01T00:17:33.209Z Checking dof v0.3.0
43652026-03-01T00:17:33.754Z Checking usdt-impl v0.5.0
43662026-03-01T00:17:34.260Z Checking usdt v0.5.0
43672026-03-01T00:17:35.346Z Checking icu_normalizer v1.5.0
43682026-03-01T00:17:36.027Z Checking idna_adapter v1.2.0
43692026-03-01T00:17:36.213Z Checking idna v1.0.3
43702026-03-01T00:17:36.633Z Checking url v2.5.4
43712026-03-01T00:17:37.290Z Checking cargo-util-schemas v0.8.2
43722026-03-01T00:17:38.956Z Checking cargo_metadata v0.21.0
43732026-03-01T00:17:40.380Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
43742026-03-01T00:17:41.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.66s
43752026-03-01T00:17:41.414Z
43762026-03-01T00:17:41.414Zinfo: running `cargo check --bins` on end-to-end-tests (237/252)
43772026-03-01T00:17:42.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43782026-03-01T00:17:42.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43792026-03-01T00:17:42.933Z Checking polyval v0.6.2
43802026-03-01T00:17:42.958Z Checking ctr v0.9.2
43812026-03-01T00:17:42.992Z Checking ssh-encoding v0.2.0
43822026-03-01T00:17:42.992Z Checking blowfish v0.9.1
43832026-03-01T00:17:43.042Z Checking password-hash v0.4.2
43842026-03-01T00:17:43.067Z Checking p256 v0.13.2
43852026-03-01T00:17:43.067Z Checking p521 v0.13.3
43862026-03-01T00:17:43.067Z Checking russh-cryptovec v0.7.3
43872026-03-01T00:17:43.250Z Checking ghash v0.5.1
43882026-03-01T00:17:43.297Z Checking bcrypt-pbkdf v0.10.0
43892026-03-01T00:17:43.321Z Checking md5 v0.7.0
43902026-03-01T00:17:43.356Z Checking num-bigint v0.4.6
43912026-03-01T00:17:43.380Z Checking des v0.8.1
43922026-03-01T00:17:43.443Z Checking aes-gcm v0.10.3
43932026-03-01T00:17:43.474Z Checking pbkdf2 v0.11.0
43942026-03-01T00:17:43.527Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
43952026-03-01T00:17:43.588Z Checking hex-literal v0.4.1
43962026-03-01T00:17:43.612Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
43972026-03-01T00:17:43.654Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
43982026-03-01T00:17:43.684Z Checking ssh-cipher v0.2.0
43992026-03-01T00:17:43.751Z Checking internet-checksum v0.2.1
44002026-03-01T00:17:43.971Z Checking ssh-key v0.6.6
44012026-03-01T00:17:44.195Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44022026-03-01T00:17:45.401Z Checking russh-keys v0.45.0
44032026-03-01T00:17:46.497Z Checking russh v0.45.0
44042026-03-01T00:18:22.843Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
44052026-03-01T00:18:25.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.58s
44062026-03-01T00:18:25.226Z
44072026-03-01T00:18:25.226Zinfo: running `cargo check --bins` on gateway-cli (238/252)
44082026-03-01T00:18:26.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44092026-03-01T00:18:26.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44102026-03-01T00:18:26.331Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
44112026-03-01T00:18:26.355Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
44122026-03-01T00:18:26.355Z Checking termios v0.3.3
44132026-03-01T00:18:29.147Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
44142026-03-01T00:18:29.388Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44152026-03-01T00:18:33.645Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
44162026-03-01T00:18:34.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.54s
44172026-03-01T00:18:34.967Z
44182026-03-01T00:18:34.967Zinfo: running `cargo check --bins --no-default-features` on installinator (239/252)
44192026-03-01T00:18:36.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44202026-03-01T00:18:36.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44212026-03-01T00:18:36.283Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
44222026-03-01T00:18:36.307Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
44232026-03-01T00:18:36.340Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
44242026-03-01T00:18:36.340Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44252026-03-01T00:18:36.364Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
44262026-03-01T00:18:37.016Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
44272026-03-01T00:18:37.041Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
44282026-03-01T00:18:38.384Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
44292026-03-01T00:18:38.768Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
44302026-03-01T00:18:38.792Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
44312026-03-01T00:18:40.065Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
44322026-03-01T00:18:43.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.35s
44332026-03-01T00:18:43.542Z
44342026-03-01T00:18:43.542Zinfo: running `cargo check --bins` on internal-dns-cli (240/252)
44352026-03-01T00:18:44.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44362026-03-01T00:18:44.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44372026-03-01T00:18:44.714Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44382026-03-01T00:18:45.385Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
44392026-03-01T00:18:45.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.35s
44402026-03-01T00:18:46.096Z
44412026-03-01T00:18:46.096Zinfo: running `cargo check --bins` on omicron-live-tests (241/252)
44422026-03-01T00:18:47.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44432026-03-01T00:18:47.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44442026-03-01T00:18:47.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44452026-03-01T00:18:47.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s
44462026-03-01T00:18:47.173Z
44472026-03-01T00:18:47.173Zinfo: running `cargo check --bins` on live-tests-macros (242/252)
44482026-03-01T00:18:48.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44492026-03-01T00:18:48.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44502026-03-01T00:18:48.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44512026-03-01T00:18:48.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
44522026-03-01T00:18:48.271Z
44532026-03-01T00:18:48.271Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (243/252)
44542026-03-01T00:18:49.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44552026-03-01T00:18:49.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44562026-03-01T00:18:49.683Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
44572026-03-01T00:18:50.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.26s
44582026-03-01T00:18:50.763Z
44592026-03-01T00:18:50.763Zinfo: running `cargo check --bins` on omicron-ntp-admin (244/252)
44602026-03-01T00:18:51.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44612026-03-01T00:18:51.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44622026-03-01T00:18:51.909Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
44632026-03-01T00:18:51.934Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
44642026-03-01T00:18:52.205Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
44652026-03-01T00:18:52.230Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
44662026-03-01T00:18:53.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.86s
44672026-03-01T00:18:53.837Z
44682026-03-01T00:18:53.837Zinfo: running `cargo check --bins` on ntp-admin-types (245/252)
44692026-03-01T00:18:54.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44702026-03-01T00:18:54.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44712026-03-01T00:18:54.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44722026-03-01T00:18:54.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
44732026-03-01T00:18:54.998Z
44742026-03-01T00:18:54.998Zinfo: running `cargo check --bins` on omicron-package (246/252)
44752026-03-01T00:18:56.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44762026-03-01T00:18:56.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44772026-03-01T00:18:56.166Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
44782026-03-01T00:18:58.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.06s
44792026-03-01T00:18:58.268Z
44802026-03-01T00:18:58.269Zinfo: running `cargo check --bins` on tqdb (247/252)
44812026-03-01T00:18:59.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44822026-03-01T00:18:59.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44832026-03-01T00:18:59.605Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
44842026-03-01T00:19:00.090Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
44852026-03-01T00:19:01.439Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
44862026-03-01T00:19:01.439Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
44872026-03-01T00:19:11.502Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
44882026-03-01T00:19:12.789Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
44892026-03-01T00:19:12.814Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
44902026-03-01T00:19:12.814Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
44912026-03-01T00:19:12.814Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
44922026-03-01T00:19:14.506Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
44932026-03-01T00:19:28.548Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
44942026-03-01T00:19:41.147Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
44952026-03-01T00:19:41.171Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
44962026-03-01T00:19:41.171Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
44972026-03-01T00:19:41.171Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
44982026-03-01T00:19:44.111Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
44992026-03-01T00:19:46.702Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
45002026-03-01T00:19:48.011Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
45012026-03-01T00:19:50.731Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
45022026-03-01T00:19:51.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.47s
45032026-03-01T00:19:51.959Z
45042026-03-01T00:19:51.959Zinfo: running `cargo check --bins` on wicket-dbg (248/252)
45052026-03-01T00:19:53.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45062026-03-01T00:19:53.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45072026-03-01T00:19:53.317Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45082026-03-01T00:19:53.342Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
45092026-03-01T00:19:53.342Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
45102026-03-01T00:19:53.404Z Checking rtoolbox v0.0.2
45112026-03-01T00:19:53.428Z Checking tui-tree-widget v0.23.1
45122026-03-01T00:19:53.627Z Checking rpassword v7.4.0
45132026-03-01T00:19:53.846Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45142026-03-01T00:19:55.696Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45152026-03-01T00:20:05.893Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45162026-03-01T00:20:07.212Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
45172026-03-01T00:20:09.383Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
45182026-03-01T00:20:16.150Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45192026-03-01T00:20:20.335Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
45202026-03-01T00:20:22.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.12s
45212026-03-01T00:20:22.296Z
45222026-03-01T00:20:22.296Zinfo: running `cargo check --bins` on wicket (249/252)
45232026-03-01T00:20:23.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45242026-03-01T00:20:23.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45252026-03-01T00:20:23.593Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45262026-03-01T00:20:24.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.79s
45272026-03-01T00:20:24.305Z
45282026-03-01T00:20:24.305Zinfo: running `cargo check --bins` on wicketd (250/252)
45292026-03-01T00:20:25.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45302026-03-01T00:20:25.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45312026-03-01T00:20:25.566Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
45322026-03-01T00:20:25.590Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
45332026-03-01T00:20:25.590Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45342026-03-01T00:20:25.590Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
45352026-03-01T00:20:27.829Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
45362026-03-01T00:20:29.076Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
45372026-03-01T00:20:35.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.01s
45382026-03-01T00:20:35.538Z
45392026-03-01T00:20:35.538Zinfo: running `cargo check --bins` on omicron-workspace-hack (251/252)
45402026-03-01T00:20:36.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45412026-03-01T00:20:36.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45422026-03-01T00:20:36.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45432026-03-01T00:20:36.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s
45442026-03-01T00:20:36.606Z
45452026-03-01T00:20:36.606Zinfo: running `cargo check --bins` on zone-setup (252/252)
45462026-03-01T00:20:37.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45472026-03-01T00:20:37.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45482026-03-01T00:20:37.790Z Checking uzers v0.12.1
45492026-03-01T00:20:38.157Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
45502026-03-01T00:20:39.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.82s
45512026-03-01T00:20:39.667Z
45522026-03-01T00:20:39.667Zreal 29:01.559033317
45532026-03-01T00:20:39.667Zuser 44:23.082834686
45542026-03-01T00:20:39.667Zsys 7:28.924346346
45552026-03-01T00:20:39.667Ztrap 1.098852722
45562026-03-01T00:20:39.667Ztflt 0.465888146
45572026-03-01T00:20:39.667Zdflt 1.123869909
45582026-03-01T00:20:39.667Zkflt 0.001596262
45592026-03-01T00:20:39.668Zlock 2:02:28.889598936
45602026-03-01T00:20:39.668Zslp 4:10:40.587335559
45612026-03-01T00:20:39.668Zlat 1:44.821311255
45622026-03-01T00:20:39.668Zstop 5:04.625086474
45632026-03-01T00:20:39.693Zprocess exited: duration 2092810 ms, exit code 0
 
45642026-03-01T00:20:39.744Zfound 0 output files