01KJXTF77X9WBBMCKZ2B4Z2QCT: 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: 01KJXTH8WVJD5ARSDMQ5Y6FXN1

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-05T02:10:36.549Zjob assigned to worker 01KJXW4THN2CGJEJVWKC6MV1H2 [factory gimlet-EVT22200007-propolis, EVT22200007/60287] (queued for 28 m 39 s)
 
22026-03-05T02:10:45.683Zstarting task 0: "setup"
32026-03-05T02:10:45.715Z++ uname -s
42026-03-05T02:10:45.715Z+ kern=SunOS
52026-03-05T02:10:45.715Z+ build_user=build
62026-03-05T02:10:45.715Z+ build_uid=12345
72026-03-05T02:10:45.715Z+ work_dir=/work
82026-03-05T02:10:45.715Z+ input_dir=/input
92026-03-05T02:10:45.715Z+ [[ 0 == 12345 ]]
102026-03-05T02:10:45.715Z+ case "$kern" in
112026-03-05T02:10:45.715Z+ groupadd -g 12345 build
122026-03-05T02:10:45.715Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-05T02:10:47.701Z+ zfs create -o mountpoint=/work rpool/work
142026-03-05T02:10:47.738Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-05T02:10:47.763Z+ home_fs=zfs
162026-03-05T02:10:47.763Z+ [[ zfs == autofs ]]
172026-03-05T02:10:47.763Z+ mkdir -p /home/build
182026-03-05T02:10:47.763Z+ chown build:build /home/build /work
192026-03-05T02:10:49.747Z+ chmod 0700 /home/build /work
202026-03-05T02:10:49.771Zprocess exited: duration 4076 ms, exit code 0
 
212026-03-05T02:10:49.823Zstarting task 1: "rust-toolchain"
222026-03-05T02:10:49.847Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
232026-03-05T02:10:49.847Z * rust toolchain channel = "1.91.1"
242026-03-05T02:10:49.847Z * rust toolchain profile = "default"
252026-03-05T02:10:49.848Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-05T02:10:49.848Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-05T02:10:49.848Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-05T02:10:49.848Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-05T02:10:49.848Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-03-05T02:10:49.987Zinfo: downloading installer
312026-03-05T02:10:50.472Zwarn: It looks like you have an existing installation of Rust at:
322026-03-05T02:10:50.472Zwarn: /opt/ooce/bin
332026-03-05T02:10:50.472Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-05T02:10:50.472Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-05T02:10:50.472Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-05T02:10:50.472Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-05T02:10:50.472Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-05T02:10:50.472Zerror: cannot install while Rust is installed
392026-03-05T02:10:50.472Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-05T02:10:50.498Zinfo: profile set to 'default'
412026-03-05T02:10:50.498Zinfo: default host triple is x86_64-unknown-illumos
422026-03-05T02:10:50.498Zinfo: syncing channel updates for '1.91.1-x86_64-unknown-illumos'
432026-03-05T02:10:50.651Zinfo: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07)
442026-03-05T02:10:50.651Zinfo: downloading component 'cargo'
452026-03-05T02:10:51.229Zinfo: downloading component 'clippy'
462026-03-05T02:10:51.229Zinfo: downloading component 'rust-docs'
472026-03-05T02:10:51.274Zinfo: downloading component 'rust-std'
482026-03-05T02:10:52.272Zinfo: downloading component 'rustc'
492026-03-05T02:10:54.771Zinfo: downloading component 'rustfmt'
502026-03-05T02:10:54.844Zinfo: installing component 'cargo'
512026-03-05T02:10:56.159Zinfo: installing component 'clippy'
522026-03-05T02:10:56.641Zinfo: installing component 'rust-docs'
532026-03-05T02:11:00.060Zinfo: installing component 'rust-std'
542026-03-05T02:11:02.579Zinfo: installing component 'rustc'
552026-03-05T02:11:11.396Zinfo: installing component 'rustfmt'
562026-03-05T02:11:11.824Zinfo: default toolchain set to '1.91.1-x86_64-unknown-illumos'
572026-03-05T02:11:11.825Z
582026-03-05T02:11:12.021Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
592026-03-05T02:11:12.021Z
602026-03-05T02:11:12.021Z
612026-03-05T02:11:12.021ZRust is installed now. Great!
622026-03-05T02:11:12.021Z
632026-03-05T02:11:12.021ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-03-05T02:11:12.021Zenvironment variable. This has not been done automatically.
652026-03-05T02:11:12.021Z
662026-03-05T02:11:12.021ZTo configure your current shell, you need to source
672026-03-05T02:11:12.021Zthe corresponding env file under $HOME/.cargo.
682026-03-05T02:11:12.021Z
692026-03-05T02:11:12.021ZThis is usually done by running one of the following (note the leading DOT):
702026-03-05T02:11:12.021Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-03-05T02:11:12.021Zsource "$HOME/.cargo/env.fish" # For fish
722026-03-05T02:11:12.021Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-03-05T02:11:12.169Z+ rustup --version
742026-03-05T02:11:12.195Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-03-05T02:11:12.195Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-03-05T02:11:12.335Zinfo: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
772026-03-05T02:11:12.362Z+ cargo --version
782026-03-05T02:11:12.479Zcargo 1.91.1 (ea2d97820 2025-10-10)
792026-03-05T02:11:12.503Z+ rustc --version
802026-03-05T02:11:12.600Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
812026-03-05T02:11:12.625Zprocess exited: duration 22784 ms, exit code 0
 
822026-03-05T02:11:12.692Zstarting task 2: "authentication"
832026-03-05T02:11:12.740Zprocess exited: duration 59 ms, exit code 0
 
842026-03-05T02:11:12.801Zstarting task 3: "clone repository"
852026-03-05T02:11:12.830Z+ mkdir -p /work/oxidecomputer/omicron
862026-03-05T02:11:12.830Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872026-03-05T02:11:12.861ZCloning into '/work/oxidecomputer/omicron'...
882026-03-05T02:11:33.156Z+ cd /work/oxidecomputer/omicron
892026-03-05T02:11:33.156Z+ git fetch origin 1f27a9468800a60ca45d15cff9020e77ecbf2c62
902026-03-05T02:11:33.803ZFrom https://github.com/oxidecomputer/omicron
912026-03-05T02:11:33.804Z * branch 1f27a9468800a60ca45d15cff9020e77ecbf2c62 -> FETCH_HEAD
922026-03-05T02:11:33.828Z+ [[ -n '' ]]
932026-03-05T02:11:33.828Z+ git reset --hard 1f27a9468800a60ca45d15cff9020e77ecbf2c62
942026-03-05T02:11:34.370ZHEAD is now at 1f27a9468 whoopsie
952026-03-05T02:11:34.398Zprocess exited: duration 21583 ms, exit code 0
 
962026-03-05T02:11:34.451Zstarting task 4: "build"
972026-03-05T02:11:34.477Z+ source .github/buildomat/ci-env.sh
982026-03-05T02:11:34.477Z++ export CARGO_TERM_COLOR=always
992026-03-05T02:11:34.477Z++ CARGO_TERM_COLOR=always
1002026-03-05T02:11:34.477Z+ cargo --version
1012026-03-05T02:11:34.557Zcargo 1.91.1 (ea2d97820 2025-10-10)
1022026-03-05T02:11:34.582Z+ rustc --version
1032026-03-05T02:11:34.695Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1042026-03-05T02:11:34.722Z+ source ./env.sh
1052026-03-05T02:11:34.722Z++ OLD_SHELL_OPTS=ehxB
1062026-03-05T02:11:34.722Z++ set -o xtrace
1072026-03-05T02:11:34.722Z++++ dirname ./env.sh
1082026-03-05T02:11:34.722Z+++ readlink -f .
1092026-03-05T02:11:34.722Z++ OMICRON_WS=/work/oxidecomputer/omicron
1102026-03-05T02:11:34.722Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-03-05T02:11:34.722Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-03-05T02:11:34.722Z++ 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
1132026-03-05T02:11:34.722Z++ 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
1142026-03-05T02:11:34.722Z++ 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
1152026-03-05T02:11:34.722Z++ 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
1162026-03-05T02:11:34.722Z++ 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
1172026-03-05T02:11:34.722Z++ 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
1182026-03-05T02:11:34.722Z++ case $OLD_SHELL_OPTS in
1192026-03-05T02:11:34.722Z++ unset OLD_SHELL_OPTS OMICRON_WS
1202026-03-05T02:11:34.722Z+ 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
1212026-03-05T02:11:34.722Z+ 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
1222026-03-05T02:11:34.722Z+ banner prerequisites
1232026-03-05T02:11:34.722Z
1242026-03-05T02:11:34.723Z ##### ##### ###### ##### ###### #### # # # #### #
1252026-03-05T02:11:34.723Z # # # # # # # # # # # # # # #
1262026-03-05T02:11:34.723Z # # # # ##### # # ##### # # # # # #### #
1272026-03-05T02:11:34.723Z ##### ##### # ##### # # # # # # # # #
1282026-03-05T02:11:34.723Z # # # # # # # # # # # # # # #
1292026-03-05T02:11:34.723Z # # # ###### # # ###### ### # #### # #### #
1302026-03-05T02:11:34.723Z
1312026-03-05T02:11:34.723Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1322026-03-05T02:11:54.210Z Startup: Refreshing catalog 'helios-dev' ... Done
1332026-03-05T02:12:10.600Z Startup: Caching catalogs ... Done
1342026-03-05T02:12:47.194ZPlanning: Solver setup ... Done (33.656s)
1352026-03-05T02:12:47.401ZPlanning: Running solver ... Done (0.211s)
1362026-03-05T02:12:47.581ZPlanning: Finding local manifests ... Done (0.002s)
1372026-03-05T02:12:47.660ZPlanning: Fetching manifests: 0/4 0% complete
1382026-03-05T02:12:48.175ZPlanning: Fetching manifests: 4/4 100% complete
1392026-03-05T02:12:48.252ZPlanning: Package planning ... Done (0.078s)
1402026-03-05T02:12:48.327ZPlanning: Merging actions ... Done (0.075s)
1412026-03-05T02:12:48.793ZPlanning: Checking for conflicting actions ... Done (0.466s)
1422026-03-05T02:12:48.819ZPlanning: Consolidating action changes ... Done (0.017s)
1432026-03-05T02:12:50.086ZPlanning: Evaluating mediators ... Done (1.274s)
1442026-03-05T02:12:50.112ZPlanning: Planning completed in 39.35 seconds
1452026-03-05T02:12:50.138Z Packages to install: 4
1462026-03-05T02:12:50.138Z Mediators to change: 2
1472026-03-05T02:12:50.138Z Services to change: 1
1482026-03-05T02:12:50.138Z Estimated space available: 154.94 GB
1492026-03-05T02:12:50.138ZEstimated space to be consumed: 1.82 GB
1502026-03-05T02:12:50.138Z Create boot environment: No
1512026-03-05T02:12:50.138ZCreate backup boot environment: No
1522026-03-05T02:12:50.138Z Rebuild boot archive: No
1532026-03-05T02:12:50.138Z
1542026-03-05T02:12:50.138ZChanged mediators:
1552026-03-05T02:12:50.138Z mediator clang:
1562026-03-05T02:12:50.138Z version: None -> 15 (system default)
1572026-03-05T02:12:50.138Z
1582026-03-05T02:12:50.138Z mediator llvm:
1592026-03-05T02:12:50.139Z version: 14 (system default) -> 15 (system default)
1602026-03-05T02:12:50.139Z
1612026-03-05T02:12:50.139ZChanged packages:
1622026-03-05T02:12:50.139Zhelios-dev
1632026-03-05T02:12:50.139Z developer/build-essential
1642026-03-05T02:12:50.139Z None -> 11-2.0
1652026-03-05T02:12:50.139Z library/libxmlsec1
1662026-03-05T02:12:50.139Z None -> 1.2.35-2.0
1672026-03-05T02:12:50.139Z ooce/developer/clang-15
1682026-03-05T02:12:50.139Z None -> 15.0.7-2.0
1692026-03-05T02:12:50.139Z ooce/developer/llvm-15
1702026-03-05T02:12:50.139Z None -> 15.0.7-2.0
1712026-03-05T02:12:50.139Z
1722026-03-05T02:12:50.139ZServices:
1732026-03-05T02:12:50.139Z restart_fmri:
1742026-03-05T02:12:50.139Z svc:/system/update-man-index:default
1752026-03-05T02:12:50.209Z
1762026-03-05T02:12:50.209ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1772026-03-05T02:12:55.215ZDownload: 1198/3290 items 76.9/212.6MB 36% complete (15.6M/s)
1782026-03-05T02:13:00.216ZDownload: 2791/3290 items 120.7/212.6MB 56% complete (12.2M/s)
1792026-03-05T02:13:05.216ZDownload: 3256/3290 items 204.5/212.6MB 96% complete (12.9M/s)
1802026-03-05T02:13:12.850ZDownload: 3280/3290 items 209.0/212.6MB 98% complete (12.2M/s)
1812026-03-05T02:13:21.878ZDownload: 3288/3290 items 211.2/212.6MB 99% complete (1.6M/s)
1822026-03-05T02:13:22.580ZDownload: Completed 212.60 MB in 32.37 seconds (6.6M/s)
1832026-03-05T02:13:22.780Z Actions: 1/3689 actions (Installing new actions)
1842026-03-05T02:13:27.782Z Actions: 3167/3689 actions (Installing new actions)
1852026-03-05T02:13:29.121Z Actions: Completed 3689 actions in 6.34 seconds.
1862026-03-05T02:13:30.020Z Done (0.897s)
1872026-03-05T02:13:30.020Z Done (0.000s)
1882026-03-05T02:13:31.715Z Done (1.695s)
1892026-03-05T02:13:38.346Z Done (6.347s)
1902026-03-05T02:13:38.476Z Done (0.024s)
1912026-03-05T02:13:38.502Z Done (0.000s)
1922026-03-05T02:13:38.637Z Done (0.000s)
1932026-03-05T02:13:39.832ZPlanning: Evaluating mediator changes ... Done
1942026-03-05T02:13:40.087ZPlanning: Checking for conflicting actions ... Done
1952026-03-05T02:13:40.112ZPlanning: Consolidating action changes ... Done
1962026-03-05T02:13:40.518ZPlanning: Evaluating mediators ... Done
1972026-03-05T02:13:40.543ZPlanning: Planning completed in 0.69 seconds
1982026-03-05T02:13:40.572Z Mediators to change: 2
1992026-03-05T02:13:40.572Z Create boot environment: No
2002026-03-05T02:13:40.597ZCreate backup boot environment: No
2012026-03-05T02:13:40.653Z Done
2022026-03-05T02:13:40.653Z Done
2032026-03-05T02:13:41.821Z Done
2042026-03-05T02:13:47.540Z Done
2052026-03-05T02:13:47.651Z Done
2062026-03-05T02:13:47.651Z Done
2072026-03-05T02:13:47.730Z Done
2082026-03-05T02:13:48.655ZPlanning: Evaluating mediator changes ... Done
2092026-03-05T02:13:48.680ZPlanning: Merging actions ... Done
2102026-03-05T02:13:48.973ZPlanning: Checking for conflicting actions ... Done
2112026-03-05T02:13:49.002ZPlanning: Consolidating action changes ... Done
2122026-03-05T02:13:49.411ZPlanning: Evaluating mediators ... Done
2132026-03-05T02:13:49.507ZPlanning: Planning completed in 1.23 seconds
2142026-03-05T02:13:49.562Z Packages to change: 1
2152026-03-05T02:13:49.562Z Mediators to change: 1
2162026-03-05T02:13:49.562Z Services to change: 1
2172026-03-05T02:13:49.562Z Create boot environment: No
2182026-03-05T02:13:49.562ZCreate backup boot environment: Yes
2192026-03-05T02:13:51.852Z Actions: 1/6 actions (Updating modified actions)
2202026-03-05T02:13:51.877Z Actions: Completed 6 actions in 0.00 seconds.
2212026-03-05T02:13:51.877Z Done
2222026-03-05T02:13:51.877Z Done
2232026-03-05T02:13:52.169Z Done
2242026-03-05T02:13:58.321Z Done
2252026-03-05T02:13:58.437Z Done
2262026-03-05T02:13:58.462Z Done
2272026-03-05T02:13:58.514Z Done
2282026-03-05T02:13:59.219ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2292026-03-05T02:13:59.219Zclang system 15 system
2302026-03-05T02:13:59.219Zcsh system system illumos
2312026-03-05T02:13:59.219Zctags system system illumos
2322026-03-05T02:13:59.219Zfile system system illumos
2332026-03-05T02:13:59.219Zgcc vendor 12 vendor
2342026-03-05T02:13:59.219Zgcc system 10 system
2352026-03-05T02:13:59.219Zgcc system 7 system
2362026-03-05T02:13:59.219Zgo system 1.20 system
2372026-03-05T02:13:59.219Zgo system 1.19 system
2382026-03-05T02:13:59.219Zllvm system 15 system
2392026-03-05T02:13:59.219Zllvm system 14 system
2402026-03-05T02:13:59.219Zmariadb system 10.6 system
2412026-03-05T02:13:59.219Zmta vendor vendor dma
2422026-03-05T02:13:59.219Zopenjdk system 17 system
2432026-03-05T02:13:59.219Zopenjdk system 11 system
2442026-03-05T02:13:59.219Zopenjdk system 1.8 system
2452026-03-05T02:13:59.219Zopenssl vendor 3 vendor
2462026-03-05T02:13:59.219Zperl system 5.36 system
2472026-03-05T02:13:59.219Zpostgresql system 15 system
2482026-03-05T02:13:59.219Zpostgresql system 13 system
2492026-03-05T02:13:59.219Zpython vendor 3 vendor
2502026-03-05T02:13:59.219Zpython system 2 system
2512026-03-05T02:13:59.219Zpython3 system 3.11 system
2522026-03-05T02:13:59.219Zruby system 3.0 system
2532026-03-05T02:13:59.219Zwords vendor vendor american-english
2542026-03-05T02:13:59.219Zwords system system australian-english
2552026-03-05T02:13:59.219Zwords system system british-english
2562026-03-05T02:13:59.219Zwords system system canadian-english
2572026-03-05T02:13:59.219Zwords system system french
2582026-03-05T02:13:59.219Zwords system system italian
2592026-03-05T02:13:59.220Zwords system system ngerman
2602026-03-05T02:13:59.220Zwords system system ogerman
2612026-03-05T02:13:59.220Zwords system system spanish
2622026-03-05T02:13:59.689ZPUBLISHER TYPE STATUS P LOCATION
2632026-03-05T02:13:59.689Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2642026-03-05T02:14:11.824ZFMRI IFO
2652026-03-05T02:14:11.824Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2662026-03-05T02:14:11.824Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2672026-03-05T02:14:11.824Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2682026-03-05T02:14:11.825Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2692026-03-05T02:14:11.825Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2702026-03-05T02:14:11.825Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2712026-03-05T02:14:11.825Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2722026-03-05T02:14:11.825Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2732026-03-05T02:14:11.825Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2742026-03-05T02:14:11.825Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2752026-03-05T02:14:11.825Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2762026-03-05T02:14:11.825Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2772026-03-05T02:14:11.825Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2782026-03-05T02:14:11.825Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2792026-03-05T02:14:11.825Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2802026-03-05T02:14:11.825Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2812026-03-05T02:14:13.327Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2822026-03-05T02:14:14.004Z Updating crates.io index
2832026-03-05T02:14:14.061Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2842026-03-05T02:14:14.661Z Updating git repository `https://github.com/oxidecomputer/lldp`
2852026-03-05T02:14:15.439Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2862026-03-05T02:14:17.163Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2872026-03-05T02:14:17.776Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2882026-03-05T02:14:18.552Z Updating git repository `https://github.com/oxidecomputer/propolis`
2892026-03-05T02:14:20.927Z Updating git repository `https://github.com/oxidecomputer/crucible`
2902026-03-05T02:14:24.768Z Updating git repository `https://github.com/oxidecomputer/opte`
2912026-03-05T02:14:26.428Z Updating git repository `https://github.com/oxidecomputer/tofino`
2922026-03-05T02:14:27.132Z Updating git repository `https://github.com/oxidecomputer/falcon`
2932026-03-05T02:14:28.631Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2942026-03-05T02:14:29.807Z Updating git repository `https://github.com/oxidecomputer/clickward`
2952026-03-05T02:14:30.454Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2962026-03-05T02:14:31.356Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2972026-03-05T02:14:31.992Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2982026-03-05T02:14:33.425Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2992026-03-05T02:14:34.550Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3002026-03-05T02:14:35.136Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3012026-03-05T02:14:35.849Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3022026-03-05T02:14:36.630Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3032026-03-05T02:14:37.159Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3042026-03-05T02:14:37.681Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3052026-03-05T02:14:38.330Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3062026-03-05T02:14:39.166Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3072026-03-05T02:14:39.942Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3082026-03-05T02:14:40.966Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3092026-03-05T02:14:41.574Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3102026-03-05T02:14:42.308Z Updating git repository `https://github.com/oxidecomputer/ispf`
3112026-03-05T02:14:42.913Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3122026-03-05T02:14:44.083Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3132026-03-05T02:14:44.910Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3142026-03-05T02:14:45.473Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3152026-03-05T02:14:46.303Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3162026-03-05T02:14:46.880Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3172026-03-05T02:14:47.605Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3182026-03-05T02:14:48.176Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3192026-03-05T02:14:48.868Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3202026-03-05T02:14:49.445Z Updating git repository `https://github.com/illumos/smf-rs`
3212026-03-05T02:14:50.199Z Updating git repository `https://github.com/oxidecomputer/omicron`
3222026-03-05T02:15:13.364Z Downloading crates ...
3232026-03-05T02:15:13.437Z Downloaded proc-macro-error v1.0.4
3242026-03-05T02:15:13.462Z Downloaded anstyle v1.0.11
3252026-03-05T02:15:13.462Z Downloaded clap_derive v4.5.47
3262026-03-05T02:15:13.462Z Downloaded typeid v1.0.3
3272026-03-05T02:15:13.462Z Downloaded utf8parse v0.2.2
3282026-03-05T02:15:13.462Z Downloaded usdt-attr-macro v0.5.0
3292026-03-05T02:15:13.491Z Downloaded zerofrom-derive v0.1.4
3302026-03-05T02:15:13.492Z Downloaded thiserror v2.0.18
3312026-03-05T02:15:13.492Z Downloaded utf8_iter v1.0.4
3322026-03-05T02:15:13.492Z Downloaded yoke-derive v0.7.4
3332026-03-05T02:15:13.492Z Downloaded utf16_iter v1.0.5
3342026-03-05T02:15:13.492Z Downloaded zerofrom v0.1.4
3352026-03-05T02:15:13.492Z Downloaded write16 v1.0.0
3362026-03-05T02:15:13.517Z Downloaded zerovec-derive v0.10.3
3372026-03-05T02:15:13.517Z Downloaded zmij v1.0.15
3382026-03-05T02:15:13.542Z Downloaded url v2.5.4
3392026-03-05T02:15:13.542Z Downloaded terminal_size v0.4.0
3402026-03-05T02:15:13.542Z Downloaded toml_edit v0.22.27
3412026-03-05T02:15:13.568Z Downloaded synstructure v0.13.1
3422026-03-05T02:15:13.568Z Downloaded tempfile v3.24.0
3432026-03-05T02:15:13.568Z Downloaded zerovec v0.10.4
3442026-03-05T02:15:13.593Z Downloaded zerocopy v0.7.35
3452026-03-05T02:15:13.617Z Downloaded winnow v0.7.14
3462026-03-05T02:15:13.617Z Downloaded serde_json v1.0.149
3472026-03-05T02:15:13.642Z Downloaded serde v1.0.228
3482026-03-05T02:15:13.642Z Downloaded unicode-width v0.2.0
3492026-03-05T02:15:13.642Z Downloaded goblin v0.8.2
3502026-03-05T02:15:13.668Z Downloaded memchr v2.7.4
3512026-03-05T02:15:13.668Z Downloaded idna v1.0.3
3522026-03-05T02:15:13.668Z Downloaded clap v4.5.48
3532026-03-05T02:15:13.668Z Downloaded unicode-width v0.1.14
3542026-03-05T02:15:13.693Z Downloaded tabled v0.15.0
3552026-03-05T02:15:13.718Z Downloaded syn v2.0.114
3562026-03-05T02:15:13.718Z Downloaded icu_properties_data v1.5.0
3572026-03-05T02:15:13.743Z Downloaded syn v1.0.109
3582026-03-05T02:15:13.743Z Downloaded pest_meta v2.8.2
3592026-03-05T02:15:13.743Z Downloaded rustix v1.1.3
3602026-03-05T02:15:13.768Z Downloaded rustix v0.38.37
3612026-03-05T02:15:13.802Z Downloaded papergrid v0.11.0
3622026-03-05T02:15:13.828Z Downloaded indexmap v2.13.0
3632026-03-05T02:15:13.828Z Downloaded icu_locid v1.5.0
3642026-03-05T02:15:13.853Z Downloaded num-traits v0.2.19
3652026-03-05T02:15:13.853Z Downloaded icu_normalizer v1.5.0
3662026-03-05T02:15:13.853Z Downloaded hashbrown v0.16.1
3672026-03-05T02:15:13.853Z Downloaded serde_derive v1.0.228
3682026-03-05T02:15:13.853Z Downloaded pest_generator v2.8.2
3692026-03-05T02:15:13.853Z Downloaded pest v2.8.2
3702026-03-05T02:15:13.914Z Downloaded idna_adapter v1.2.0
3712026-03-05T02:15:13.914Z Downloaded fnv v1.0.7
3722026-03-05T02:15:13.914Z Downloaded serde_core v1.0.228
3732026-03-05T02:15:13.914Z Downloaded serde-untagged v0.1.7
3742026-03-05T02:15:13.914Z Downloaded litemap v0.7.3
3752026-03-05T02:15:13.914Z Downloaded dof v0.3.0
3762026-03-05T02:15:13.914Z Downloaded swrite v0.1.0
3772026-03-05T02:15:13.914Z Downloaded smawk v0.3.2
3782026-03-05T02:15:13.914Z Downloaded sha2 v0.10.9
3792026-03-05T02:15:13.914Z Downloaded once_cell v1.21.3
3802026-03-05T02:15:13.914Z Downloaded log v0.4.29
3812026-03-05T02:15:13.915Z Downloaded is_terminal_polyfill v1.70.1
3822026-03-05T02:15:13.915Z Downloaded icu_collections v1.5.0
3832026-03-05T02:15:13.915Z Downloaded libc v0.2.180
3842026-03-05T02:15:13.963Z Downloaded heck v0.4.1
3852026-03-05T02:15:13.988Z Downloaded errno v0.3.12
3862026-03-05T02:15:13.988Z Downloaded equivalent v1.0.2
3872026-03-05T02:15:13.988Z Downloaded stable_deref_trait v1.2.0
3882026-03-05T02:15:13.988Z Downloaded smallvec v1.15.1
3892026-03-05T02:15:13.989Z Downloaded serde_tokenstream v0.2.2
3902026-03-05T02:15:13.989Z Downloaded serde_spanned v0.6.9
3912026-03-05T02:15:13.989Z Downloaded semver v1.0.27
3922026-03-05T02:15:13.989Z Downloaded scroll_derive v0.12.0
3932026-03-05T02:15:13.989Z Downloaded scroll v0.12.0
3942026-03-05T02:15:13.989Z Downloaded proc-macro-error-attr v1.0.4
3952026-03-05T02:15:13.989Z Downloaded pretty-hex v0.4.1
3962026-03-05T02:15:13.989Z Downloaded plain v0.2.3
3972026-03-05T02:15:13.989Z Downloaded pest_derive v2.8.2
3982026-03-05T02:15:13.989Z Downloaded ordered-float v2.10.1
3992026-03-05T02:15:13.989Z Downloaded memmap v0.7.0
4002026-03-05T02:15:13.989Z Downloaded macaddr v1.0.1
4012026-03-05T02:15:14.014Z Downloaded itoa v1.0.11
4022026-03-05T02:15:14.014Z Downloaded icu_provider_macros v1.5.0
4032026-03-05T02:15:14.014Z Downloaded icu_provider v1.5.0
4042026-03-05T02:15:14.014Z Downloaded icu_normalizer_data v1.5.0
4052026-03-05T02:15:14.014Z Downloaded icu_locid_transform_data v1.5.0
4062026-03-05T02:15:14.015Z Downloaded heck v0.5.0
4072026-03-05T02:15:14.015Z Downloaded generic-array v0.14.7
4082026-03-05T02:15:14.015Z Downloaded fs-err v3.1.1
4092026-03-05T02:15:14.015Z Downloaded form_urlencoded v1.2.2
4102026-03-05T02:15:14.015Z Downloaded fastrand v2.1.1
4112026-03-05T02:15:14.015Z Downloaded erased-serde v0.4.6
4122026-03-05T02:15:14.015Z Downloaded displaydoc v0.2.5
4132026-03-05T02:15:14.040Z Downloaded cpufeatures v0.2.14
4142026-03-05T02:15:14.040Z Downloaded clap_lex v0.7.4
4152026-03-05T02:15:14.040Z Downloaded cfg-if v1.0.4
4162026-03-05T02:15:14.040Z Downloaded camino v1.2.2
4172026-03-05T02:15:14.040Z Downloaded typenum v1.17.0
4182026-03-05T02:15:14.040Z Downloaded toml v0.8.23
4192026-03-05T02:15:14.040Z Downloaded textwrap v0.16.2
4202026-03-05T02:15:14.040Z Downloaded strsim v0.11.1
4212026-03-05T02:15:14.040Z Downloaded serde-value v0.7.0
4222026-03-05T02:15:14.065Z Downloaded quote v1.0.40
4232026-03-05T02:15:14.065Z Downloaded proc-macro2 v1.0.101
4242026-03-05T02:15:14.065Z Downloaded percent-encoding v2.3.2
4252026-03-05T02:15:14.065Z Downloaded icu_properties v1.5.1
4262026-03-05T02:15:14.065Z Downloaded icu_locid_transform v1.5.0
4272026-03-05T02:15:14.065Z Downloaded getrandom v0.3.4
4282026-03-05T02:15:14.065Z Downloaded dtrace-parser v0.2.0
4292026-03-05T02:15:14.065Z Downloaded autocfg v1.4.0
4302026-03-05T02:15:14.090Z Downloaded writeable v0.5.5
4312026-03-05T02:15:14.090Z Downloaded usdt-impl v0.5.0
4322026-03-05T02:15:14.090Z Downloaded toml_write v0.1.2
4332026-03-05T02:15:14.090Z Downloaded thiserror-impl v2.0.18
4342026-03-05T02:15:14.090Z Downloaded anstyle-query v1.1.1
4352026-03-05T02:15:14.090Z Downloaded zerocopy-derive v0.7.35
4362026-03-05T02:15:14.090Z Downloaded usdt-macro v0.5.0
4372026-03-05T02:15:14.090Z Downloaded unicode-ident v1.0.19
4382026-03-05T02:15:14.090Z Downloaded toml_datetime v0.6.11
4392026-03-05T02:15:14.090Z Downloaded thread-id v4.2.2
4402026-03-05T02:15:14.090Z Downloaded cargo-util-schemas v0.8.2
4412026-03-05T02:15:14.115Z Downloaded version_check v0.9.5
4422026-03-05T02:15:14.115Z Downloaded cargo_toml v0.21.0
4432026-03-05T02:15:14.115Z Downloaded tabled_derive v0.7.0
4442026-03-05T02:15:14.115Z Downloaded clap_builder v4.5.48
4452026-03-05T02:15:14.115Z Downloaded camino-tempfile v1.4.1
4462026-03-05T02:15:14.115Z Downloaded anstyle-parse v0.2.5
4472026-03-05T02:15:14.115Z Downloaded unicode-xid v0.2.6
4482026-03-05T02:15:14.115Z Downloaded unicode-linebreak v0.1.5
4492026-03-05T02:15:14.115Z Downloaded ucd-trie v0.1.7
4502026-03-05T02:15:14.115Z Downloaded crypto-common v0.1.6
4512026-03-05T02:15:14.115Z Downloaded colorchoice v1.0.2
4522026-03-05T02:15:14.115Z Downloaded block-buffer v0.10.4
4532026-03-05T02:15:14.115Z Downloaded anstream v0.6.18
4542026-03-05T02:15:14.146Z Downloaded cargo-platform v0.2.0
4552026-03-05T02:15:14.146Z Downloaded bitflags v2.9.4
4562026-03-05T02:15:14.146Z Downloaded anyhow v1.0.99
4572026-03-05T02:15:14.146Z Downloaded yoke v0.7.4
4582026-03-05T02:15:14.146Z Downloaded usdt v0.5.0
4592026-03-05T02:15:14.146Z Downloaded tinystr v0.7.6
4602026-03-05T02:15:14.146Z Downloaded thiserror-impl v1.0.69
4612026-03-05T02:15:14.146Z Downloaded digest v0.10.7
4622026-03-05T02:15:14.146Z Downloaded cargo_metadata v0.21.0
4632026-03-05T02:15:14.146Z Downloaded byteorder v1.5.0
4642026-03-05T02:15:14.171Z Downloaded bytecount v0.6.8
4652026-03-05T02:15:14.171Z Downloaded thiserror v1.0.69
4662026-03-05T02:15:14.255Z Compiling proc-macro2 v1.0.101
4672026-03-05T02:15:14.255Z Compiling unicode-ident v1.0.19
4682026-03-05T02:15:14.279Z Compiling serde_core v1.0.228
4692026-03-05T02:15:14.279Z Compiling version_check v0.9.5
4702026-03-05T02:15:14.279Z Compiling serde v1.0.228
4712026-03-05T02:15:14.279Z Compiling libc v0.2.180
4722026-03-05T02:15:14.279Z Compiling memchr v2.7.4
4732026-03-05T02:15:14.279Z Compiling thiserror v2.0.18
4742026-03-05T02:15:14.616Z Compiling stable_deref_trait v1.2.0
4752026-03-05T02:15:14.752Z Compiling zmij v1.0.15
4762026-03-05T02:15:15.092Z Compiling writeable v0.5.5
4772026-03-05T02:15:15.667Z Compiling itoa v1.0.11
4782026-03-05T02:15:15.721Z Compiling autocfg v1.4.0
4792026-03-05T02:15:15.800Z Compiling ucd-trie v0.1.7
4802026-03-05T02:15:15.865Z Compiling thiserror v1.0.69
4812026-03-05T02:15:15.906Z Compiling litemap v0.7.3
4822026-03-05T02:15:16.303Z Compiling icu_locid_transform_data v1.5.0
4832026-03-05T02:15:16.332Z Compiling byteorder v1.5.0
4842026-03-05T02:15:16.433Z Compiling quote v1.0.40
4852026-03-05T02:15:16.605Z Compiling errno v0.3.12
4862026-03-05T02:15:16.664Z Compiling bitflags v2.9.4
4872026-03-05T02:15:16.875Z Compiling syn v2.0.114
4882026-03-05T02:15:17.027Z Compiling icu_properties_data v1.5.0
4892026-03-05T02:15:17.062Z Compiling serde_json v1.0.149
4902026-03-05T02:15:17.102Z Compiling num-traits v0.2.19
4912026-03-05T02:15:17.305Z Compiling typeid v1.0.3
4922026-03-05T02:15:17.441Z Compiling rustix v0.38.37
4932026-03-05T02:15:17.474Z Compiling smallvec v1.15.1
4942026-03-05T02:15:17.509Z Compiling equivalent v1.0.2
4952026-03-05T02:15:17.633Z Compiling hashbrown v0.16.1
4962026-03-05T02:15:17.679Z Compiling utf16_iter v1.0.5
4972026-03-05T02:15:17.784Z Compiling utf8_iter v1.0.4
4982026-03-05T02:15:17.895Z Compiling icu_normalizer_data v1.5.0
4992026-03-05T02:15:17.926Z Compiling write16 v1.0.0
5002026-03-05T02:15:18.353Z Compiling proc-macro-error-attr v1.0.4
5012026-03-05T02:15:18.502Z Compiling usdt-impl v0.5.0
5022026-03-05T02:15:18.534Z Compiling winnow v0.7.14
5032026-03-05T02:15:18.836Z Compiling indexmap v2.13.0
5042026-03-05T02:15:18.922Z Compiling toml_write v0.1.2
5052026-03-05T02:15:19.044Z Compiling syn v1.0.109
5062026-03-05T02:15:19.266Z Compiling thread-id v4.2.2
5072026-03-05T02:15:20.187Z Compiling proc-macro-error v1.0.4
5082026-03-05T02:15:20.346Z Compiling rustix v1.1.3
5092026-03-05T02:15:20.557Z Compiling percent-encoding v2.3.2
5102026-03-05T02:15:20.965Z Compiling getrandom v0.3.4
5112026-03-05T02:15:21.024Z Compiling plain v0.2.3
5122026-03-05T02:15:21.061Z Compiling utf8parse v0.2.2
5132026-03-05T02:15:21.255Z Compiling camino v1.2.2
5142026-03-05T02:15:21.255Z Compiling log v0.4.29
5152026-03-05T02:15:21.317Z Compiling anstyle-parse v0.2.5
5162026-03-05T02:15:21.682Z Compiling ordered-float v2.10.1
5172026-03-05T02:15:22.021Z Compiling form_urlencoded v1.2.2
5182026-03-05T02:15:22.160Z Compiling terminal_size v0.4.0
5192026-03-05T02:15:22.416Z Compiling pretty-hex v0.4.1
5202026-03-05T02:15:22.514Z Compiling anstyle-query v1.1.1
5212026-03-05T02:15:22.551Z Compiling cfg-if v1.0.4
5222026-03-05T02:15:22.690Z Compiling anstyle v1.0.11
5232026-03-05T02:15:22.721Z Compiling is_terminal_polyfill v1.70.1
5242026-03-05T02:15:22.751Z Compiling colorchoice v1.0.2
5252026-03-05T02:15:23.129Z Compiling anstream v0.6.18
5262026-03-05T02:15:23.182Z Compiling semver v1.0.27
5272026-03-05T02:15:23.551Z Compiling fs-err v3.1.1
5282026-03-05T02:15:23.845Z Compiling synstructure v0.13.1
5292026-03-05T02:15:24.005Z Compiling unicode-xid v0.2.6
5302026-03-05T02:15:24.035Z Compiling fnv v1.0.7
5312026-03-05T02:15:24.068Z Compiling clap_lex v0.7.4
5322026-03-05T02:15:24.235Z Compiling anyhow v1.0.99
5332026-03-05T02:15:24.259Z Compiling once_cell v1.21.3
5342026-03-05T02:15:24.537Z Compiling heck v0.4.1
5352026-03-05T02:15:24.682Z Compiling strsim v0.11.1
5362026-03-05T02:15:24.875Z Compiling heck v0.5.0
5372026-03-05T02:15:25.033Z Compiling fastrand v2.1.1
5382026-03-05T02:15:25.117Z Compiling bytecount v0.6.8
5392026-03-05T02:15:25.379Z Compiling unicode-width v0.1.14
5402026-03-05T02:15:25.412Z Compiling tempfile v3.24.0
5412026-03-05T02:15:25.449Z Compiling clap_builder v4.5.48
5422026-03-05T02:15:25.924Z Compiling papergrid v0.11.0
5432026-03-05T02:15:25.952Z Compiling memmap v0.7.0
5442026-03-05T02:15:25.985Z Compiling unicode-width v0.2.0
5452026-03-05T02:15:26.170Z Compiling smawk v0.3.2
5462026-03-05T02:15:26.285Z Compiling unicode-linebreak v0.1.5
5472026-03-05T02:15:26.751Z Compiling textwrap v0.16.2
5482026-03-05T02:15:27.025Z Compiling camino-tempfile v1.4.1
5492026-03-05T02:15:27.079Z Compiling swrite v0.1.0
5502026-03-05T02:15:27.220Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5512026-03-05T02:15:27.457Z Compiling tabled_derive v0.7.0
5522026-03-05T02:15:27.834Z Compiling serde_derive v1.0.228
5532026-03-05T02:15:27.861Z Compiling zerofrom-derive v0.1.4
5542026-03-05T02:15:27.996Z Compiling yoke-derive v0.7.4
5552026-03-05T02:15:28.069Z Compiling zerovec-derive v0.10.3
5562026-03-05T02:15:28.537Z Compiling thiserror-impl v2.0.18
5572026-03-05T02:15:29.434Z Compiling displaydoc v0.2.5
5582026-03-05T02:15:30.373Z Compiling thiserror-impl v1.0.69
5592026-03-05T02:15:30.608Z Compiling icu_provider_macros v1.5.0
5602026-03-05T02:15:30.782Z Compiling zerocopy-derive v0.7.35
5612026-03-05T02:15:31.014Z Compiling zerofrom v0.1.4
5622026-03-05T02:15:31.262Z Compiling yoke v0.7.4
5632026-03-05T02:15:31.477Z Compiling pest v2.8.2
5642026-03-05T02:15:31.544Z Compiling scroll_derive v0.12.0
5652026-03-05T02:15:31.645Z Compiling zerovec v0.10.4
5662026-03-05T02:15:32.478Z Compiling zerocopy v0.7.35
5672026-03-05T02:15:32.585Z Compiling clap_derive v4.5.47
5682026-03-05T02:15:32.706Z Compiling scroll v0.12.0
5692026-03-05T02:15:33.068Z Compiling tabled v0.15.0
5702026-03-05T02:15:33.225Z Compiling tinystr v0.7.6
5712026-03-05T02:15:33.310Z Compiling icu_collections v1.5.0
5722026-03-05T02:15:33.485Z Compiling goblin v0.8.2
5732026-03-05T02:15:33.740Z Compiling icu_locid v1.5.0
5742026-03-05T02:15:34.488Z Compiling pest_meta v2.8.2
5752026-03-05T02:15:35.008Z Compiling icu_provider v1.5.0
5762026-03-05T02:15:35.153Z Compiling serde_spanned v0.6.9
5772026-03-05T02:15:35.247Z Compiling toml_datetime v0.6.11
5782026-03-05T02:15:35.404Z Compiling dof v0.3.0
5792026-03-05T02:15:35.597Z Compiling toml_edit v0.22.27
5802026-03-05T02:15:35.744Z Compiling pest_generator v2.8.2
5812026-03-05T02:15:35.918Z Compiling icu_locid_transform v1.5.0
5822026-03-05T02:15:36.223Z Compiling erased-serde v0.4.6
5832026-03-05T02:15:36.272Z Compiling serde_tokenstream v0.2.2
5842026-03-05T02:15:36.815Z Compiling serde-value v0.7.0
5852026-03-05T02:15:37.225Z Compiling icu_properties v1.5.1
5862026-03-05T02:15:37.225Z Compiling serde-untagged v0.1.7
5872026-03-05T02:15:37.536Z Compiling cargo-platform v0.2.0
5882026-03-05T02:15:37.683Z Compiling clap v4.5.48
5892026-03-05T02:15:37.834Z Compiling macaddr v1.0.1
5902026-03-05T02:15:38.223Z Compiling pest_derive v2.8.2
5912026-03-05T02:15:38.772Z Compiling toml v0.8.23
5922026-03-05T02:15:39.025Z Compiling dtrace-parser v0.2.0
5932026-03-05T02:15:40.016Z Compiling cargo_toml v0.21.0
5942026-03-05T02:15:40.826Z Compiling icu_normalizer v1.5.0
5952026-03-05T02:15:40.996Z Compiling usdt-macro v0.5.0
5962026-03-05T02:15:41.024Z Compiling usdt-attr-macro v0.5.0
5972026-03-05T02:15:41.712Z Compiling idna_adapter v1.2.0
5982026-03-05T02:15:41.896Z Compiling idna v1.0.3
5992026-03-05T02:15:42.085Z Compiling usdt v0.5.0
6002026-03-05T02:15:42.489Z Compiling url v2.5.4
6012026-03-05T02:15:43.381Z Compiling cargo-util-schemas v0.8.2
6022026-03-05T02:15:45.555Z Compiling cargo_metadata v0.21.0
6032026-03-05T02:15:47.842Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
6042026-03-05T02:15:52.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 39s
6052026-03-05T02:15:52.842Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
6062026-03-05T02:15:54.087Z Downloading crates ...
6072026-03-05T02:15:54.271Z Downloaded atty v0.2.14
6082026-03-05T02:15:54.296Z Downloaded castaway v0.2.3
6092026-03-05T02:15:54.296Z Downloaded bumpalo v3.16.0
6102026-03-05T02:15:54.321Z Downloaded argon2 v0.5.3
6112026-03-05T02:15:54.321Z Downloaded ff v0.13.0
6122026-03-05T02:15:54.321Z Downloaded darling v0.20.10
6132026-03-05T02:15:54.345Z Downloaded crunchy v0.2.2
6142026-03-05T02:15:54.346Z Downloaded curve25519-dalek v4.1.3
6152026-03-05T02:15:54.371Z Downloaded daft-derive v0.1.4
6162026-03-05T02:15:54.371Z Downloaded endian-type v0.1.2
6172026-03-05T02:15:54.371Z Downloaded crossterm v0.28.1
6182026-03-05T02:15:54.396Z Downloaded foreign-types-shared v0.3.1
6192026-03-05T02:15:54.396Z Downloaded foreign-types v0.3.2
6202026-03-05T02:15:54.421Z Downloaded hubpack_derive v0.1.1
6212026-03-05T02:15:54.422Z Downloaded hyper-rustls v0.27.7
6222026-03-05T02:15:54.422Z Downloaded headers-core v0.3.0
6232026-03-05T02:15:54.447Z Downloaded is_ci v1.2.0
6242026-03-05T02:15:54.447Z Downloaded libscf-sys v1.1.0
6252026-03-05T02:15:54.447Z Downloaded nibble_vec v0.1.0
6262026-03-05T02:15:54.472Z Downloaded olpc-cjson v0.1.4
6272026-03-05T02:15:54.472Z Downloaded ipnet v2.11.0
6282026-03-05T02:15:54.473Z Downloaded lazy_static v1.5.0
6292026-03-05T02:15:54.473Z Downloaded derive_builder v0.20.2
6302026-03-05T02:15:54.497Z Downloaded lru-cache v0.1.2
6312026-03-05T02:15:54.497Z Downloaded hostname v0.3.1
6322026-03-05T02:15:54.497Z Downloaded new_debug_unreachable v1.0.6
6332026-03-05T02:15:54.522Z Downloaded parse-display-derive v0.10.0
6342026-03-05T02:15:54.522Z Downloaded native-tls v0.2.12
6352026-03-05T02:15:54.522Z Downloaded mime v0.3.17
6362026-03-05T02:15:54.522Z Downloaded pem-rfc7468 v0.7.0
6372026-03-05T02:15:54.546Z Downloaded oso-derive v0.27.3
6382026-03-05T02:15:54.546Z Downloaded num_enum_derive v0.5.11
6392026-03-05T02:15:54.546Z Downloaded progenitor-client v0.11.2
6402026-03-05T02:15:54.546Z Downloaded quick-error v1.2.3
6412026-03-05T02:15:54.547Z Downloaded ena v0.14.3
6422026-03-05T02:15:54.571Z Downloaded predicates-core v1.0.8
6432026-03-05T02:15:54.571Z Downloaded proc-macro-error-attr2 v2.0.0
6442026-03-05T02:15:54.571Z Downloaded oxide-tokio-rt v0.1.2
6452026-03-05T02:15:54.571Z Downloaded pin-utils v0.1.0
6462026-03-05T02:15:54.571Z Downloaded rand_core v0.9.3
6472026-03-05T02:15:54.597Z Downloaded peg-runtime v0.8.5
6482026-03-05T02:15:54.597Z Downloaded parking_lot v0.11.2
6492026-03-05T02:15:54.597Z Downloaded num_enum v0.5.11
6502026-03-05T02:15:54.597Z Downloaded rustc-hash v2.1.1
6512026-03-05T02:15:54.621Z Downloaded openssl-sys v0.9.109
6522026-03-05T02:15:54.621Z Downloaded radium v0.7.0
6532026-03-05T02:15:54.622Z Downloaded peg-macros v0.8.5
6542026-03-05T02:15:54.622Z Downloaded ref-cast v1.0.25
6552026-03-05T02:15:54.647Z Downloaded russh-cryptovec v0.7.3
6562026-03-05T02:15:54.647Z Downloaded inout v0.1.3
6572026-03-05T02:15:54.647Z Downloaded rfc6979 v0.4.0
6582026-03-05T02:15:54.647Z Downloaded rustc_version v0.1.7
6592026-03-05T02:15:54.647Z Downloaded progenitor-impl v0.8.0
6602026-03-05T02:15:54.647Z Downloaded pretty-hex v0.2.1
6612026-03-05T02:15:54.647Z Downloaded pin-project-internal v1.1.6
6622026-03-05T02:15:54.671Z Downloaded postgres-protocol v0.6.8
6632026-03-05T02:15:54.671Z Downloaded path-slash v0.1.5
6642026-03-05T02:15:54.671Z Downloaded scheduled-thread-pool v0.2.7
6652026-03-05T02:15:54.671Z Downloaded proc-macro-crate v1.3.1
6662026-03-05T02:15:54.671Z Downloaded progenitor v0.11.2
6672026-03-05T02:15:54.671Z Downloaded same-file v1.0.6
6682026-03-05T02:15:54.696Z Downloaded secrecy v0.10.3
6692026-03-05T02:15:54.696Z Downloaded serde_bytes v0.11.19
6702026-03-05T02:15:54.696Z Downloaded sapling-renderdag v0.1.0
6712026-03-05T02:15:54.696Z Downloaded num-bigint v0.4.6
6722026-03-05T02:15:54.696Z Downloaded shell-words v1.1.0
6732026-03-05T02:15:54.696Z Downloaded itertools v0.14.0
6742026-03-05T02:15:54.721Z Downloaded simd-adler32 v0.3.7
6752026-03-05T02:15:54.721Z Downloaded signature v2.2.0
6762026-03-05T02:15:54.721Z Downloaded proc-macro-error2 v2.0.1
6772026-03-05T02:15:54.721Z Downloaded rustls-pemfile v1.0.4
6782026-03-05T02:15:54.746Z Downloaded slog-bunyan v2.5.0
6792026-03-05T02:15:54.746Z Downloaded slog-envlogger v2.2.0
6802026-03-05T02:15:54.746Z Downloaded rusty-fork v0.3.0
6812026-03-05T02:15:54.746Z Downloaded scroll v0.13.0
6822026-03-05T02:15:54.746Z Downloaded seq-macro v0.3.6
6832026-03-05T02:15:54.746Z Downloaded sigpipe v0.1.3
6842026-03-05T02:15:54.746Z Downloaded sec1 v0.7.3
6852026-03-05T02:15:54.773Z Downloaded r2d2 v0.8.10
6862026-03-05T02:15:54.773Z Downloaded rustversion v1.0.22
6872026-03-05T02:15:54.773Z Downloaded num-bigint-dig v0.8.6
6882026-03-05T02:15:54.773Z Downloaded ssh-encoding v0.2.0
6892026-03-05T02:15:54.773Z Downloaded sqlparser_derive v0.5.0
6902026-03-05T02:15:54.773Z Downloaded serde_path_to_error v0.1.20
6912026-03-05T02:15:54.798Z Downloaded structmeta-derive v0.3.0
6922026-03-05T02:15:54.798Z Downloaded supports-color v3.0.2
6932026-03-05T02:15:54.798Z Downloaded structmeta v0.3.0
6942026-03-05T02:15:54.798Z Downloaded tabwriter v1.4.0
6952026-03-05T02:15:54.798Z Downloaded sync_wrapper v1.0.1
6962026-03-05T02:15:54.798Z Downloaded termtree v0.5.1
6972026-03-05T02:15:54.798Z Downloaded tinyvec_macros v0.1.1
6982026-03-05T02:15:54.798Z Downloaded rustls-pemfile v2.2.0
6992026-03-05T02:15:54.798Z Downloaded tagptr v0.2.0
7002026-03-05T02:15:54.823Z Downloaded thiserror-impl-no-std v2.0.2
7012026-03-05T02:15:54.823Z Downloaded slog-json v2.6.1
7022026-03-05T02:15:54.823Z Downloaded time-core v0.1.6
7032026-03-05T02:15:54.823Z Downloaded thread_local v1.1.8
7042026-03-05T02:15:54.823Z Downloaded snafu-derive v0.8.5
7052026-03-05T02:15:54.823Z Downloaded sqlformat v0.3.5
7062026-03-05T02:15:54.823Z Downloaded rcgen v0.12.1
7072026-03-05T02:15:54.849Z Downloaded tower-layer v0.3.3
7082026-03-05T02:15:54.850Z Downloaded strum_macros v0.27.2
7092026-03-05T02:15:54.850Z Downloaded tiny-keccak v2.0.2
7102026-03-05T02:15:54.850Z Downloaded tls_codec_derive v0.4.1
7112026-03-05T02:15:54.850Z Downloaded rayon-core v1.12.1
7122026-03-05T02:15:54.875Z Downloaded support-bundle-viewer v0.1.2
7132026-03-05T02:15:54.875Z Downloaded topological-sort v0.2.2
7142026-03-05T02:15:54.875Z Downloaded trait-variant v0.1.2
7152026-03-05T02:15:54.875Z Downloaded thiserror-no-std v2.0.2
7162026-03-05T02:15:54.875Z Downloaded unarray v0.1.4
7172026-03-05T02:15:54.875Z Downloaded universal-hash v0.5.1
7182026-03-05T02:15:54.875Z Downloaded typify-macro v0.4.3
7192026-03-05T02:15:54.875Z Downloaded typify-macro v0.2.0
7202026-03-05T02:15:54.875Z Downloaded quinn v0.11.5
7212026-03-05T02:15:54.903Z Downloaded unit-prefix v0.5.1
7222026-03-05T02:15:54.903Z Downloaded usdt-macro v0.6.0
7232026-03-05T02:15:54.903Z Downloaded usdt v0.6.0
7242026-03-05T02:15:54.903Z Downloaded tokio-tungstenite v0.23.1
7252026-03-05T02:15:54.903Z Downloaded waitgroup v0.1.2
7262026-03-05T02:15:54.903Z Downloaded utf-8 v0.7.6
7272026-03-05T02:15:54.903Z Downloaded wait-timeout v0.2.0
7282026-03-05T02:15:54.903Z Downloaded tinyvec v1.8.0
7292026-03-05T02:15:54.903Z Downloaded void v1.0.2
7302026-03-05T02:15:54.903Z Downloaded which v4.4.2
7312026-03-05T02:15:54.928Z Downloaded tui-tree-widget v0.23.1
7322026-03-05T02:15:54.929Z Downloaded publicsuffix v2.3.0
7332026-03-05T02:15:54.929Z Downloaded want v0.3.1
7342026-03-05T02:15:54.929Z Downloaded tokio-macros v2.6.0
7352026-03-05T02:15:54.929Z Downloaded socket2 v0.5.10
7362026-03-05T02:15:54.929Z Downloaded slog v2.8.2
7372026-03-05T02:15:54.929Z Downloaded zone v0.3.1
7382026-03-05T02:15:54.929Z Downloaded zone_cfg_derive v0.1.2
7392026-03-05T02:15:54.929Z Downloaded usdt-impl v0.6.0
7402026-03-05T02:15:54.929Z Downloaded zeroize_derive v1.4.2
7412026-03-05T02:15:54.953Z Downloaded unicase v2.8.1
7422026-03-05T02:15:54.954Z Downloaded tokio-stream v0.1.17
7432026-03-05T02:15:54.954Z Downloaded zone_cfg_derive v0.3.0
7442026-03-05T02:15:54.954Z Downloaded xshell-macros v0.2.7
7452026-03-05T02:15:54.954Z Downloaded toml_parser v1.0.6+spec-1.1.0
7462026-03-05T02:15:54.954Z Downloaded zone v0.1.8
7472026-03-05T02:15:54.954Z Downloaded walkdir v2.5.0
7482026-03-05T02:15:54.954Z Downloaded vergen-lib v0.1.6
7492026-03-05T02:15:54.954Z Downloaded xattr v1.3.1
7502026-03-05T02:15:54.978Z Downloaded zeroize v1.8.1
7512026-03-05T02:15:54.978Z Downloaded uzers v0.12.1
7522026-03-05T02:15:54.978Z Downloaded vergen-git2 v1.0.7
7532026-03-05T02:15:54.978Z Downloaded tokio-rustls v0.26.0
7542026-03-05T02:15:54.978Z Downloaded test-strategy v0.4.3
7552026-03-05T02:15:54.978Z Downloaded vsss-rs v3.3.4
7562026-03-05T02:15:54.979Z Downloaded zstd v0.13.3
7572026-03-05T02:15:55.004Z Downloaded samael v0.0.19
7582026-03-05T02:15:55.004Z Downloaded typify v0.2.0
7592026-03-05T02:15:55.004Z Downloaded whoami v1.5.2
7602026-03-05T02:15:55.004Z Downloaded tungstenite v0.21.0
7612026-03-05T02:15:55.004Z Downloaded nom v7.1.3
7622026-03-05T02:15:55.030Z Downloaded zstd-safe v7.2.3
7632026-03-05T02:15:55.030Z Downloaded xshell v0.2.7
7642026-03-05T02:15:55.030Z Downloaded uuid v1.19.0
7652026-03-05T02:15:55.030Z Downloaded xz2 v0.1.7
7662026-03-05T02:15:55.031Z Downloaded vte v0.11.1
7672026-03-05T02:15:55.031Z Downloaded tokio-postgres v0.7.13
7682026-03-05T02:15:55.057Z Downloaded vergen v9.0.6
7692026-03-05T02:15:55.057Z Downloaded value-bag v1.12.0
7702026-03-05T02:15:55.057Z Downloaded typify v0.4.3
7712026-03-05T02:15:55.057Z Downloaded zopfli v0.8.1
7722026-03-05T02:15:55.057Z Downloaded zip v0.6.6
7732026-03-05T02:15:55.085Z Downloaded unicode_categories v0.1.1
7742026-03-05T02:15:55.085Z Downloaded unsafe-libyaml v0.2.11
7752026-03-05T02:15:55.085Z Downloaded tungstenite v0.23.0
7762026-03-05T02:15:55.085Z Downloaded tracing v0.1.40
7772026-03-05T02:15:55.085Z Downloaded unicode-bidi v0.3.17
7782026-03-05T02:15:55.085Z Downloaded tower v0.5.2
7792026-03-05T02:15:55.110Z Downloaded steno v0.4.1
7802026-03-05T02:15:55.110Z Downloaded yansi v1.0.1
7812026-03-05T02:15:55.136Z Downloaded x509-cert v0.2.5
7822026-03-05T02:15:55.136Z Downloaded zip v4.2.0
7832026-03-05T02:15:55.136Z Downloaded unicode-segmentation v1.12.0
7842026-03-05T02:15:55.136Z Downloaded typed-path v0.9.3
7852026-03-05T02:15:55.160Z Downloaded zerocopy-derive v0.8.27
7862026-03-05T02:15:55.160Z Downloaded quinn-proto v0.11.8
7872026-03-05T02:15:55.185Z Downloaded unicode-normalization v0.1.24
7882026-03-05T02:15:55.185Z Downloaded salty v0.3.0
7892026-03-05T02:15:55.210Z Downloaded zlib-rs v0.5.1
7902026-03-05T02:15:55.210Z Downloaded vcpkg v0.2.15
7912026-03-05T02:15:55.257Z Downloaded zerocopy v0.8.27
7922026-03-05T02:15:55.289Z Downloaded nix v0.28.0
7932026-03-05T02:15:55.314Z Downloaded tabled v0.20.0
7942026-03-05T02:15:55.338Z Downloaded rustls v0.21.12
7952026-03-05T02:15:55.363Z Downloaded object v0.37.3
7962026-03-05T02:15:55.363Z Downloaded webpki-roots v1.0.1
7972026-03-05T02:15:55.388Z Downloaded object v0.36.5
7982026-03-05T02:15:55.388Z Downloaded rustls v0.23.19
7992026-03-05T02:15:55.413Z Downloaded nix v0.29.0
8002026-03-05T02:15:55.437Z Downloaded rustls v0.22.4
8012026-03-05T02:15:55.437Z Downloaded smoltcp v0.11.0
8022026-03-05T02:15:55.462Z Downloaded regress v0.10.4
8032026-03-05T02:15:55.487Z Downloaded regex-syntax v0.8.5
8042026-03-05T02:15:55.487Z Downloaded typify-impl v0.4.3
8052026-03-05T02:15:55.513Z Downloaded typify-impl v0.2.0
8062026-03-05T02:15:55.539Z Downloaded chrono-tz v0.10.4
8072026-03-05T02:15:55.564Z Downloaded sqlparser v0.61.0
8082026-03-05T02:15:55.610Z Downloaded sled v0.34.7
8092026-03-05T02:15:55.635Z Downloaded ratatui v0.29.0
8102026-03-05T02:15:55.635Z Downloaded openapiv3 v2.2.0
8112026-03-05T02:15:55.635Z Downloaded moka v0.12.10
8122026-03-05T02:15:55.660Z Downloaded zerocopy-derive v0.6.6
8132026-03-05T02:15:55.685Z Downloaded jiff v0.2.15
8142026-03-05T02:15:55.716Z Downloaded petgraph v0.6.5
8152026-03-05T02:15:55.716Z Downloaded lzma-sys v0.1.20
8162026-03-05T02:15:55.760Z Downloaded regex-automata v0.4.11
8172026-03-05T02:15:55.785Z Downloaded bzip2-sys v0.1.13+1.0.8
8182026-03-05T02:15:55.810Z Downloaded hickory-proto v0.24.4
8192026-03-05T02:15:55.834Z Downloaded winnow v0.6.26
8202026-03-05T02:15:55.858Z Downloaded petgraph v0.8.2
8212026-03-05T02:15:55.883Z Downloaded libz-sys v1.1.20
8222026-03-05T02:15:55.908Z Downloaded winnow v0.5.40
8232026-03-05T02:15:55.933Z Downloaded rustls-webpki v0.102.8
8242026-03-05T02:15:55.957Z Downloaded regex-syntax v0.6.29
8252026-03-05T02:15:55.981Z Downloaded polar-core v0.27.3
8262026-03-05T02:15:55.981Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
8272026-03-05T02:15:56.006Z Downloaded csv v1.3.1
8282026-03-05T02:15:56.031Z Downloaded sha3 v0.10.8
8292026-03-05T02:15:56.031Z Downloaded nix v0.30.1
8302026-03-05T02:15:56.055Z Downloaded tokio v1.49.0
8312026-03-05T02:15:56.093Z Downloaded smoltcp v0.9.1
8322026-03-05T02:15:56.118Z Downloaded quick-xml v0.37.2
8332026-03-05T02:15:56.118Z Downloaded nix v0.27.1
8342026-03-05T02:15:56.142Z Downloaded tabled v0.18.0
8352026-03-05T02:15:56.166Z Downloaded serde_with v3.16.1
8362026-03-05T02:15:56.191Z Downloaded petname v2.0.2
8372026-03-05T02:15:56.191Z Downloaded openssl v0.10.73
8382026-03-05T02:15:56.191Z Downloaded object v0.30.4
8392026-03-05T02:15:56.216Z Downloaded portable-atomic v1.11.0
8402026-03-05T02:15:56.216Z Downloaded hickory-proto v0.25.2
8412026-03-05T02:15:56.241Z Downloaded radix_trie v0.2.1
8422026-03-05T02:15:56.241Z Downloaded proptest v1.7.0
8432026-03-05T02:15:56.265Z Downloaded tough v0.20.0
8442026-03-05T02:15:56.265Z Downloaded encoding_rs v0.8.34
8452026-03-05T02:15:56.289Z Downloaded time v0.3.43
8462026-03-05T02:15:56.313Z Downloaded tower-http v0.6.6
8472026-03-05T02:15:56.313Z Downloaded ssh-key v0.6.6
8482026-03-05T02:15:56.314Z Downloaded lalrpop v0.19.12
8492026-03-05T02:15:56.338Z Downloaded toml_edit v0.19.15
8502026-03-05T02:15:56.362Z Downloaded tokio-util v0.7.15
8512026-03-05T02:15:56.362Z Downloaded rustls-webpki v0.101.7
8522026-03-05T02:15:56.386Z Downloaded reqwest v0.12.24
8532026-03-05T02:15:56.387Z Downloaded rayon v1.10.0
8542026-03-05T02:15:56.387Z Downloaded iri-string v0.7.8
8552026-03-05T02:15:56.411Z Downloaded rustyline v14.0.0
8562026-03-05T02:15:56.411Z Downloaded p384 v0.13.1
8572026-03-05T02:15:56.411Z Downloaded tar v0.4.44
8582026-03-05T02:15:56.411Z Downloaded regex v1.11.3
8592026-03-05T02:15:56.436Z Downloaded toml v0.9.11+spec-1.1.0
8602026-03-05T02:15:56.436Z Downloaded reedline v0.40.0
8612026-03-05T02:15:56.436Z Downloaded goblin v0.10.2
8622026-03-05T02:15:56.436Z Downloaded bstr v1.10.0
8632026-03-05T02:15:56.461Z Downloaded zerocopy v0.6.6
8642026-03-05T02:15:56.461Z Downloaded p521 v0.13.3
8652026-03-05T02:15:56.461Z Downloaded yasna v0.5.2
8662026-03-05T02:15:56.461Z Downloaded ring v0.17.14
8672026-03-05T02:15:56.505Z Downloaded rpassword v7.4.0
8682026-03-05T02:15:56.530Z Downloaded tracing-core v0.1.32
8692026-03-05T02:15:56.530Z Downloaded schemars v1.0.4
8702026-03-05T02:15:56.530Z Downloaded toml v0.7.8
8712026-03-05T02:15:56.530Z Downloaded snafu v0.8.5
8722026-03-05T02:15:56.555Z Downloaded git2 v0.20.2
8732026-03-05T02:15:56.555Z Downloaded hyper v1.8.1
8742026-03-05T02:15:56.555Z Downloaded vergen-gitcl v1.0.8
8752026-03-05T02:15:56.580Z Downloaded libgit2-sys v0.18.2+1.9.1
8762026-03-05T02:15:56.619Z Downloaded hkdf v0.12.4
8772026-03-05T02:15:56.644Z Downloaded term v0.7.0
8782026-03-05T02:15:56.644Z Downloaded unicode-properties v0.1.3
8792026-03-05T02:15:56.644Z Downloaded serde_yaml v0.9.34+deprecated
8802026-03-05T02:15:56.644Z Downloaded russh v0.45.0
8812026-03-05T02:15:56.644Z Downloaded rand v0.9.2
8822026-03-05T02:15:56.644Z Downloaded wyz v0.5.1
8832026-03-05T02:15:56.668Z Downloaded twox-hash v2.1.0
8842026-03-05T02:15:56.668Z Downloaded libxml v0.3.3
8852026-03-05T02:15:56.668Z Downloaded tokio-rustls v0.24.1
8862026-03-05T02:15:56.668Z Downloaded term v1.1.0
8872026-03-05T02:15:56.669Z Downloaded socket2 v0.6.1
8882026-03-05T02:15:56.669Z Downloaded rsa v0.9.8
8892026-03-05T02:15:56.669Z Downloaded schemars v0.9.0
8902026-03-05T02:15:56.693Z Downloaded rand v0.8.5
8912026-03-05T02:15:56.693Z Downloaded prettyplease v0.2.36
8922026-03-05T02:15:56.693Z Downloaded ron v0.8.1
8932026-03-05T02:15:56.718Z Downloaded pretty_assertions v1.4.1
8942026-03-05T02:15:56.719Z Downloaded indicatif v0.18.0
8952026-03-05T02:15:56.719Z Downloaded hyper-util v0.1.19
8962026-03-05T02:15:56.719Z Downloaded tracing-attributes v0.1.27
8972026-03-05T02:15:56.719Z Downloaded gimli v0.31.1
8982026-03-05T02:15:56.744Z Downloaded subprocess v0.2.9
8992026-03-05T02:15:56.744Z Downloaded vte_generate_state_changes v0.1.2
9002026-03-05T02:15:56.744Z Downloaded similar v2.7.0
9012026-03-05T02:15:56.744Z Downloaded serde_with_macros v3.16.1
9022026-03-05T02:15:56.744Z Downloaded signal-hook v0.3.18
9032026-03-05T02:15:56.744Z Downloaded untrusted v0.9.0
9042026-03-05T02:15:56.744Z Downloaded tokio-rustls v0.25.0
9052026-03-05T02:15:56.744Z Downloaded usdt-attr-macro v0.6.0
9062026-03-05T02:15:56.744Z Downloaded untrusted v0.7.1
9072026-03-05T02:15:56.769Z Downloaded unicode-truncate v1.1.0
9082026-03-05T02:15:56.769Z Downloaded toml_writer v1.0.6+spec-1.1.0
9092026-03-05T02:15:56.769Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9102026-03-05T02:15:56.769Z Downloaded tokio-tungstenite v0.21.0
9112026-03-05T02:15:56.769Z Downloaded tokio-native-tls v0.3.1
9122026-03-05T02:15:56.769Z Downloaded tokio-dtrace v0.1.0
9132026-03-05T02:15:56.769Z Downloaded sct v0.7.1
9142026-03-05T02:15:56.769Z Downloaded oso v0.27.3
9152026-03-05T02:15:56.769Z Downloaded miniz_oxide v0.8.5
9162026-03-05T02:15:56.769Z Downloaded try-lock v0.2.5
9172026-03-05T02:15:56.769Z Downloaded spin v0.9.8
9182026-03-05T02:15:56.769Z Downloaded slog-dtrace v0.3.0
9192026-03-05T02:15:56.796Z Downloaded tower-service v0.3.3
9202026-03-05T02:15:56.796Z Downloaded schemars v0.8.22
9212026-03-05T02:15:56.796Z Downloaded rustls-pki-types v1.10.0
9222026-03-05T02:15:56.796Z Downloaded itertools v0.10.5
9232026-03-05T02:15:56.796Z Downloaded tls_codec v0.4.1
9242026-03-05T02:15:56.820Z Downloaded stringprep v0.1.5
9252026-03-05T02:15:56.820Z Downloaded shlex v1.3.0
9262026-03-05T02:15:56.821Z Downloaded time-macros v0.2.24
9272026-03-05T02:15:56.821Z Downloaded termios v0.3.3
9282026-03-05T02:15:56.821Z Downloaded tabled_derive v0.11.0
9292026-03-05T02:15:56.821Z Downloaded strum_macros v0.26.4
9302026-03-05T02:15:56.821Z Downloaded static_assertions v1.1.0
9312026-03-05T02:15:56.821Z Downloaded stacker v0.1.23
9322026-03-05T02:15:56.821Z Downloaded libm v0.2.8
9332026-03-05T02:15:56.846Z Downloaded strum_macros v0.24.3
9342026-03-05T02:15:56.846Z Downloaded string_cache v0.8.9
9352026-03-05T02:15:56.846Z Downloaded ssh-cipher v0.2.0
9362026-03-05T02:15:56.846Z Downloaded dropshot v0.16.7
9372026-03-05T02:15:56.872Z Downloaded spki v0.7.3
9382026-03-05T02:15:56.873Z Downloaded serde_cbor v0.11.2
9392026-03-05T02:15:56.873Z Downloaded slog-term v2.9.2
9402026-03-05T02:15:56.873Z Downloaded slog-stdlog v4.1.1
9412026-03-05T02:15:56.873Z Downloaded ron v0.7.1
9422026-03-05T02:15:56.897Z Downloaded smf v0.2.3
9432026-03-05T02:15:56.897Z Downloaded smallvec v0.6.14
9442026-03-05T02:15:56.897Z Downloaded slab v0.4.9
9452026-03-05T02:15:56.897Z Downloaded thread-id v5.0.0
9462026-03-05T02:15:56.897Z Downloaded slog-scope v4.4.0
9472026-03-05T02:15:56.897Z Downloaded siphasher v1.0.1
9482026-03-05T02:15:56.897Z Downloaded slog-async v2.8.0
9492026-03-05T02:15:56.897Z Downloaded ryu v1.0.18
9502026-03-05T02:15:56.897Z Downloaded testing_table v0.3.0
9512026-03-05T02:15:56.897Z Downloaded rand_chacha v0.9.0
9522026-03-05T02:15:56.897Z Downloaded pkcs1 v0.7.5
9532026-03-05T02:15:56.897Z Downloaded paste v1.0.15
9542026-03-05T02:15:56.898Z Downloaded parking_lot v0.12.3
9552026-03-05T02:15:56.924Z Downloaded strum v0.27.2
9562026-03-05T02:15:56.924Z Downloaded qorb v0.4.1
9572026-03-05T02:15:56.924Z Downloaded tap v1.0.1
9582026-03-05T02:15:56.924Z Downloaded take_mut v0.2.2
9592026-03-05T02:15:56.924Z Downloaded signal-hook-registry v1.4.2
9602026-03-05T02:15:56.924Z Downloaded subtle v2.6.1
9612026-03-05T02:15:56.924Z Downloaded strum v0.26.3
9622026-03-05T02:15:56.924Z Downloaded tabled_derive v0.10.0
9632026-03-05T02:15:56.924Z Downloaded sync-ptr v0.1.4
9642026-03-05T02:15:56.924Z Downloaded strip-ansi-escapes v0.2.0
9652026-03-05T02:15:56.924Z Downloaded prefix-trie v0.7.0
9662026-03-05T02:15:56.924Z Downloaded pin-project v1.1.6
9672026-03-05T02:15:56.948Z Downloaded postgres-types v0.2.9
9682026-03-05T02:15:56.948Z Downloaded serde_derive_internals v0.29.1
9692026-03-05T02:15:56.948Z Downloaded russh-keys v0.45.0
9702026-03-05T02:15:56.948Z Downloaded minimal-lexical v0.2.1
9712026-03-05T02:15:56.948Z Downloaded serde-hex v0.1.0
9722026-03-05T02:15:56.948Z Downloaded resolv-conf v0.7.0
9732026-03-05T02:15:56.975Z Downloaded schemars_derive v0.8.22
9742026-03-05T02:15:56.976Z Downloaded papergrid v0.17.0
9752026-03-05T02:15:56.976Z Downloaded papergrid v0.14.0
9762026-03-05T02:15:56.976Z Downloaded p256 v0.13.2
9772026-03-05T02:15:56.976Z Downloaded siphasher v0.3.11
9782026-03-05T02:15:56.976Z Downloaded primeorder v0.13.6
9792026-03-05T02:15:56.976Z Downloaded poly1305 v0.8.0
9802026-03-05T02:15:57.002Z Downloaded parking_lot_core v0.8.6
9812026-03-05T02:15:57.002Z Downloaded signal-hook-tokio v0.3.1
9822026-03-05T02:15:57.002Z Downloaded signal-hook-mio v0.2.4
9832026-03-05T02:15:57.002Z Downloaded serde_urlencoded v0.7.1
9842026-03-05T02:15:57.002Z Downloaded serde_repr v0.1.19
9852026-03-05T02:15:57.002Z Downloaded serde_plain v1.0.2
9862026-03-05T02:15:57.002Z Downloaded rustls-native-certs v0.8.1
9872026-03-05T02:15:57.002Z Downloaded itertools v0.13.0
9882026-03-05T02:15:57.002Z Downloaded itertools v0.12.1
9892026-03-05T02:15:57.028Z Downloaded sha1 v0.10.6
9902026-03-05T02:15:57.028Z Downloaded serde_spanned v1.0.4
9912026-03-05T02:15:57.028Z Downloaded serde-big-array v0.5.1
9922026-03-05T02:15:57.028Z Downloaded secrecy v0.8.0
9932026-03-05T02:15:57.028Z Downloaded rustc-demangle v0.1.24
9942026-03-05T02:15:57.028Z Downloaded progenitor-impl v0.11.2
9952026-03-05T02:15:57.028Z Downloaded phf v0.11.2
9962026-03-05T02:15:57.028Z Downloaded num-complex v0.4.6
9972026-03-05T02:15:57.028Z Downloaded quinn-udp v0.5.5
9982026-03-05T02:15:57.028Z Downloaded psm v0.1.30
9992026-03-05T02:15:57.052Z Downloaded progenitor-impl v0.10.0
10002026-03-05T02:15:57.053Z Downloaded nanorand v0.7.0
10012026-03-05T02:15:57.053Z Downloaded semver v0.1.20
10022026-03-05T02:15:57.053Z Downloaded scrypt v0.11.0
10032026-03-05T02:15:57.053Z Downloaded rustc_version v0.4.1
10042026-03-05T02:15:57.053Z Downloaded scroll_derive v0.13.1
10052026-03-05T02:15:57.053Z Downloaded scopeguard v1.2.0
10062026-03-05T02:15:57.053Z Downloaded rustc-hash v1.1.0
10072026-03-05T02:15:57.053Z Downloaded ref-cast-impl v1.0.25
10082026-03-05T02:15:57.053Z Downloaded precomputed-hash v0.1.1
10092026-03-05T02:15:57.053Z Downloaded progenitor-macro v0.10.0
10102026-03-05T02:15:57.053Z Downloaded peg v0.8.5
10112026-03-05T02:15:57.078Z Downloaded powerfmt v0.2.0
10122026-03-05T02:15:57.078Z Downloaded salsa20 v0.10.2
10132026-03-05T02:15:57.078Z Downloaded indicatif v0.17.11
10142026-03-05T02:15:57.078Z Downloaded chrono v0.4.43
10152026-03-05T02:15:57.078Z Downloaded pbkdf2 v0.11.0
10162026-03-05T02:15:57.078Z Downloaded bitvec v1.0.1
10172026-03-05T02:15:57.102Z Downloaded pbkdf2 v0.12.2
10182026-03-05T02:15:57.102Z Downloaded ignore v0.4.23
10192026-03-05T02:15:57.102Z Downloaded iddqd v0.3.16
10202026-03-05T02:15:57.127Z Downloaded rtoolbox v0.0.2
10212026-03-05T02:15:57.127Z Downloaded recursive-proc-macro-impl v0.1.1
10222026-03-05T02:15:57.127Z Downloaded recursive v0.1.1
10232026-03-05T02:15:57.127Z Downloaded rand_xorshift v0.4.0
10242026-03-05T02:15:57.127Z Downloaded rand_core v0.6.4
10252026-03-05T02:15:57.127Z Downloaded progenitor v0.10.0
10262026-03-05T02:15:57.128Z Downloaded postcard v1.0.10
10272026-03-05T02:15:57.128Z Downloaded mio v1.0.2
10282026-03-05T02:15:57.128Z Downloaded progenitor-client v0.10.0
10292026-03-05T02:15:57.128Z Downloaded password-hash v0.5.0
10302026-03-05T02:15:57.153Z Downloaded packed_struct v0.10.1
10312026-03-05T02:15:57.154Z Downloaded num-conv v0.1.0
10322026-03-05T02:15:57.154Z Downloaded keccak v0.1.5
10332026-03-05T02:15:57.154Z Downloaded instant v0.1.13
10342026-03-05T02:15:57.154Z Downloaded password-hash v0.4.2
10352026-03-05T02:15:57.154Z Downloaded memmap2 v0.9.8
10362026-03-05T02:15:57.154Z Downloaded instability v0.3.2
10372026-03-05T02:15:57.154Z Downloaded psl-types v2.0.11
10382026-03-05T02:15:57.154Z Downloaded progenitor-macro v0.11.2
10392026-03-05T02:15:57.154Z Downloaded progenitor-client v0.8.0
10402026-03-05T02:15:57.154Z Downloaded pem v3.0.5
10412026-03-05T02:15:57.154Z Downloaded home v0.5.9
10422026-03-05T02:15:57.154Z Downloaded expectorate v1.2.0
10432026-03-05T02:15:57.154Z Downloaded rand_seeder v0.4.0
10442026-03-05T02:15:57.154Z Downloaded progenitor-macro v0.8.0
10452026-03-05T02:15:57.154Z Downloaded predicates-tree v1.0.12
10462026-03-05T02:15:57.154Z Downloaded predicates v3.1.3
10472026-03-05T02:15:57.179Z Downloaded pkcs8 v0.10.2
10482026-03-05T02:15:57.179Z Downloaded pkcs5 v0.7.1
10492026-03-05T02:15:57.179Z Downloaded phf_shared v0.12.1
10502026-03-05T02:15:57.179Z Downloaded owo-colors v4.2.3
10512026-03-05T02:15:57.179Z Downloaded num-rational v0.4.2
10522026-03-05T02:15:57.179Z Downloaded num-integer v0.1.46
10532026-03-05T02:15:57.179Z Downloaded rand_chacha v0.3.1
10542026-03-05T02:15:57.179Z Downloaded progenitor v0.8.0
10552026-03-05T02:15:57.179Z Downloaded ppv-lite86 v0.2.20
10562026-03-05T02:15:57.179Z Downloaded polyval v0.6.2
10572026-03-05T02:15:57.206Z Downloaded parse-display v0.10.0
10582026-03-05T02:15:57.206Z Downloaded number_prefix v0.4.0
10592026-03-05T02:15:57.206Z Downloaded mime_guess v2.0.5
10602026-03-05T02:15:57.206Z Downloaded pin-project-lite v0.2.14
10612026-03-05T02:15:57.206Z Downloaded parse-size v1.1.0
10622026-03-05T02:15:57.206Z Downloaded packed_struct_codegen v0.10.1
10632026-03-05T02:15:57.206Z Downloaded parking_lot_core v0.9.10
10642026-03-05T02:15:57.206Z Downloaded omicron-zone-package v0.12.2
10652026-03-05T02:15:57.206Z Downloaded newtype-uuid v1.3.2
10662026-03-05T02:15:57.207Z Downloaded phf_shared v0.11.2
10672026-03-05T02:15:57.207Z Downloaded phf v0.12.1
10682026-03-05T02:15:57.207Z Downloaded openssl-probe v0.1.5
10692026-03-05T02:15:57.207Z Downloaded openssl-macros v0.1.1
10702026-03-05T02:15:57.207Z Downloaded opaque-debug v0.3.1
10712026-03-05T02:15:57.231Z Downloaded num-derive v0.4.2
10722026-03-05T02:15:57.232Z Downloaded foldhash v0.1.5
10732026-03-05T02:15:57.232Z Downloaded find-msvc-tools v0.1.9
10742026-03-05T02:15:57.232Z Downloaded darling_core v0.20.10
10752026-03-05T02:15:57.232Z Downloaded pkg-config v0.3.31
10762026-03-05T02:15:57.232Z Downloaded oxnet v0.1.4
10772026-03-05T02:15:57.232Z Downloaded futures-util v0.3.31
10782026-03-05T02:15:57.257Z Downloaded num_threads v0.1.7
10792026-03-05T02:15:57.257Z Downloaded num-iter v0.1.45
10802026-03-05T02:15:57.257Z Downloaded normalize-line-endings v0.3.0
10812026-03-05T02:15:57.257Z Downloaded newtype_derive v0.1.6
10822026-03-05T02:15:57.257Z Downloaded jobserver v0.1.32
10832026-03-05T02:15:57.257Z Downloaded hmac v0.12.1
10842026-03-05T02:15:57.257Z Downloaded des v0.8.1
10852026-03-05T02:15:57.257Z Downloaded num-derive v0.3.3
10862026-03-05T02:15:57.257Z Downloaded nu-ansi-term v0.50.1
10872026-03-05T02:15:57.257Z Downloaded libz-rs-sys v0.5.1
10882026-03-05T02:15:57.257Z Downloaded libsw-core v0.3.1
10892026-03-05T02:15:57.257Z Downloaded libloading v0.8.5
10902026-03-05T02:15:57.257Z Downloaded libefi-sys v0.1.0
10912026-03-05T02:15:57.257Z Downloaded http-body-util v0.1.3
10922026-03-05T02:15:57.282Z Downloaded derive_builder_core v0.20.2
10932026-03-05T02:15:57.282Z Downloaded crucible-workspace-hack v0.1.0
10942026-03-05T02:15:57.282Z Downloaded nonempty v0.12.0
10952026-03-05T02:15:57.282Z Downloaded nodrop v0.1.14
10962026-03-05T02:15:57.282Z Downloaded newtype-uuid-macros v0.1.0
10972026-03-05T02:15:57.282Z Downloaded memoffset v0.9.1
10982026-03-05T02:15:57.282Z Downloaded maplit v1.0.2
10992026-03-05T02:15:57.282Z Downloaded linear-map v1.2.0
11002026-03-05T02:15:57.282Z Downloaded hyper-staticfile v0.10.1
11012026-03-05T02:15:57.282Z Downloaded hashbrown v0.15.4
11022026-03-05T02:15:57.282Z Downloaded futures-core v0.3.31
11032026-03-05T02:15:57.282Z Downloaded env_filter v0.1.2
11042026-03-05T02:15:57.282Z Downloaded darling_macro v0.20.10
11052026-03-05T02:15:57.282Z Downloaded num v0.4.3
11062026-03-05T02:15:57.310Z Downloaded newline-converter v0.3.0
11072026-03-05T02:15:57.310Z Downloaded multer v3.1.0
11082026-03-05T02:15:57.310Z Downloaded match_cfg v0.1.0
11092026-03-05T02:15:57.310Z Downloaded managed v0.8.0
11102026-03-05T02:15:57.310Z Downloaded lzss v0.8.2
11112026-03-05T02:15:57.310Z Downloaded lockfree-object-pool v0.1.6
11122026-03-05T02:15:57.310Z Downloaded lazycell v1.3.0
11132026-03-05T02:15:57.310Z Downloaded jiff-static v0.2.15
11142026-03-05T02:15:57.310Z Downloaded indoc v1.0.9
11152026-03-05T02:15:57.310Z Downloaded heapless v0.7.17
11162026-03-05T02:15:57.310Z Downloaded h2 v0.4.6
11172026-03-05T02:15:57.336Z Downloaded md5 v0.7.0
11182026-03-05T02:15:57.336Z Downloaded md-5 v0.10.6
11192026-03-05T02:15:57.336Z Downloaded maybe-uninit v2.0.0
11202026-03-05T02:15:57.336Z Downloaded lalrpop-util v0.19.12
11212026-03-05T02:15:57.336Z Downloaded indoc v2.0.6
11222026-03-05T02:15:57.336Z Downloaded elliptic-curve v0.13.8
11232026-03-05T02:15:57.336Z Downloaded display-error-chain v0.2.2
11242026-03-05T02:15:57.336Z Downloaded multimap v0.10.1
11252026-03-05T02:15:57.336Z Downloaded lock_api v0.4.12
11262026-03-05T02:15:57.336Z Downloaded litrs v0.4.1
11272026-03-05T02:15:57.336Z Downloaded libsw v3.5.0
11282026-03-05T02:15:57.336Z Downloaded internet-checksum v0.2.1
11292026-03-05T02:15:57.336Z Downloaded hyper-tls v0.6.0
11302026-03-05T02:15:57.361Z Downloaded hex-literal v0.4.1
11312026-03-05T02:15:57.361Z Downloaded aws-lc-rs v1.12.4
11322026-03-05T02:15:57.361Z Downloaded lru v0.12.5
11332026-03-05T02:15:57.361Z Downloaded linked-hash-map v0.5.6
11342026-03-05T02:15:57.361Z Downloaded fs_extra v1.3.0
11352026-03-05T02:15:57.361Z Downloaded der v0.7.10
11362026-03-05T02:15:57.361Z Downloaded data-encoding v2.9.0
11372026-03-05T02:15:57.386Z Downloaded is-terminal v0.4.13
11382026-03-05T02:15:57.386Z Downloaded http v1.4.0
11392026-03-05T02:15:57.386Z Downloaded hickory-server v0.25.2
11402026-03-05T02:15:57.386Z Downloaded ecdsa v0.16.9
11412026-03-05T02:15:57.386Z Downloaded hickory-resolver v0.25.2
11422026-03-05T02:15:57.386Z Downloaded half v2.4.1
11432026-03-05T02:15:57.386Z Downloaded float-ord v0.3.2
11442026-03-05T02:15:57.386Z Downloaded diesel v2.2.12
11452026-03-05T02:15:57.413Z Downloaded ctr v0.9.2
11462026-03-05T02:15:57.413Z Downloaded cstr-argument v0.1.2
11472026-03-05T02:15:57.413Z Downloaded kstat-rs v0.2.4
11482026-03-05T02:15:57.413Z Downloaded indexmap v1.9.3
11492026-03-05T02:15:57.437Z Downloaded hickory-resolver v0.24.4
11502026-03-05T02:15:57.437Z Downloaded hash32 v0.2.1
11512026-03-05T02:15:57.438Z Downloaded getrandom v0.2.15
11522026-03-05T02:15:57.438Z Downloaded funty v2.0.0
11532026-03-05T02:15:57.438Z Downloaded foreign-types-macros v0.2.3
11542026-03-05T02:15:57.438Z Downloaded flagset v0.4.6
11552026-03-05T02:15:57.438Z Downloaded fd-lock v4.0.2
11562026-03-05T02:15:57.438Z Downloaded enum-as-inner v0.6.1
11572026-03-05T02:15:57.438Z Downloaded dropshot-api-manager v0.3.0
11582026-03-05T02:15:57.438Z Downloaded dirs-sys-next v0.1.2
11592026-03-05T02:15:57.438Z Downloaded cc v1.2.56
11602026-03-05T02:15:57.462Z Downloaded ipnetwork v0.21.1
11612026-03-05T02:15:57.462Z Downloaded ingot-macros v0.1.1
11622026-03-05T02:15:57.462Z Downloaded ingot v0.1.1
11632026-03-05T02:15:57.462Z Downloaded iana-time-zone v0.1.63
11642026-03-05T02:15:57.462Z Downloaded headers v0.4.1
11652026-03-05T02:15:57.462Z Downloaded hashbrown v0.13.2
11662026-03-05T02:15:57.462Z Downloaded der_derive v0.7.3
11672026-03-05T02:15:57.463Z Downloaded crossbeam-utils v0.8.21
11682026-03-05T02:15:57.487Z Downloaded base64 v0.21.7
11692026-03-05T02:15:57.487Z Downloaded ingot-types v0.1.2
11702026-03-05T02:15:57.487Z Downloaded httparse v1.9.5
11712026-03-05T02:15:57.487Z Downloaded highway v1.3.0
11722026-03-05T02:15:57.487Z Downloaded hickory-client v0.25.2
11732026-03-05T02:15:57.487Z Downloaded heapless v0.8.0
11742026-03-05T02:15:57.487Z Downloaded document-features v0.2.11
11752026-03-05T02:15:57.487Z Downloaded crypto-bigint v0.5.5
11762026-03-05T02:15:57.512Z Downloaded cookie v0.18.1
11772026-03-05T02:15:57.512Z Downloaded indent_write v2.2.0
11782026-03-05T02:15:57.512Z Downloaded impl-trait-for-tuples v0.2.2
11792026-03-05T02:15:57.512Z Downloaded ident_case v1.0.1
11802026-03-05T02:15:57.512Z Downloaded humantime v2.2.0
11812026-03-05T02:15:57.512Z Downloaded http-body v1.0.1
11822026-03-05T02:15:57.512Z Downloaded half v1.8.3
11832026-03-05T02:15:57.512Z Downloaded flume v0.11.1
11842026-03-05T02:15:57.512Z Downloaded drift v0.1.3
11852026-03-05T02:15:57.539Z Downloaded derive-where v1.5.0
11862026-03-05T02:15:57.539Z Downloaded chacha20 v0.9.1
11872026-03-05T02:15:57.539Z Downloaded httpdate v1.0.3
11882026-03-05T02:15:57.539Z Downloaded hex v0.4.3
11892026-03-05T02:15:57.539Z Downloaded futures-task v0.3.31
11902026-03-05T02:15:57.539Z Downloaded flate2 v1.1.2
11912026-03-05T02:15:57.539Z Downloaded fatfs v0.3.6
11922026-03-05T02:15:57.539Z Downloaded ed25519-dalek v2.1.1
11932026-03-05T02:15:57.539Z Downloaded dunce v1.0.5
11942026-03-05T02:15:57.564Z Downloaded const_format v0.2.34
11952026-03-05T02:15:57.564Z Downloaded bytes v1.11.1
11962026-03-05T02:15:57.564Z Downloaded bitfield v0.19.2
11972026-03-05T02:15:57.564Z Downloaded hubpack v0.1.2
11982026-03-05T02:15:57.564Z Downloaded http-range v0.1.5
11992026-03-05T02:15:57.564Z Downloaded hostname v0.4.2
12002026-03-05T02:15:57.564Z Downloaded hash32 v0.3.1
12012026-03-05T02:15:57.564Z Downloaded globset v0.4.15
12022026-03-05T02:15:57.564Z Downloaded futures-executor v0.3.31
12032026-03-05T02:15:57.564Z Downloaded futures-channel v0.3.31
12042026-03-05T02:15:57.564Z Downloaded fs-err v2.11.0
12052026-03-05T02:15:57.564Z Downloaded crossbeam-epoch v0.9.18
12062026-03-05T02:15:57.589Z Downloaded clang-sys v1.8.1
12072026-03-05T02:15:57.589Z Downloaded bindgen v0.71.1
12082026-03-05T02:15:57.589Z Downloaded backtrace v0.3.74
12092026-03-05T02:15:57.589Z Downloaded globwalk v0.9.1
12102026-03-05T02:15:57.589Z Downloaded futures v0.3.31
12112026-03-05T02:15:57.589Z Downloaded foreign-types-shared v0.1.1
12122026-03-05T02:15:57.589Z Downloaded foldhash v0.2.0
12132026-03-05T02:15:57.614Z Downloaded dropshot_endpoint v0.16.7
12142026-03-05T02:15:57.614Z Downloaded diesel_derives v2.2.3
12152026-03-05T02:15:57.614Z Downloaded derive_more-impl v2.0.1
12162026-03-05T02:15:57.614Z Downloaded crc-any v2.5.0
12172026-03-05T02:15:57.614Z Downloaded convert_case v0.4.0
12182026-03-05T02:15:57.614Z Downloaded cargo_metadata v0.19.2
12192026-03-05T02:15:57.614Z Downloaded bzip2 v0.5.2
12202026-03-05T02:15:57.614Z Downloaded ghash v0.5.1
12212026-03-05T02:15:57.614Z Downloaded futures-io v0.3.31
12222026-03-05T02:15:57.614Z Downloaded filetime v0.2.26
12232026-03-05T02:15:57.639Z Downloaded ed25519 v2.2.3
12242026-03-05T02:15:57.639Z Downloaded colored v3.0.0
12252026-03-05T02:15:57.639Z Downloaded colored v2.2.0
12262026-03-05T02:15:57.639Z Downloaded async-trait v0.1.89
12272026-03-05T02:15:57.639Z Downloaded heck v0.3.3
12282026-03-05T02:15:57.640Z Downloaded group v0.13.0
12292026-03-05T02:15:57.640Z Downloaded glob v0.3.2
12302026-03-05T02:15:57.640Z Downloaded fixedbitset v0.5.7
12312026-03-05T02:15:57.640Z Downloaded fixedbitset v0.4.2
12322026-03-05T02:15:57.640Z Downloaded erased-serde v0.3.31
12332026-03-05T02:15:57.640Z Downloaded embedded-io v0.6.1
12342026-03-05T02:15:57.640Z Downloaded derive_more v2.0.1
12352026-03-05T02:15:57.664Z Downloaded defmt v0.3.8
12362026-03-05T02:15:57.664Z Downloaded darling_macro v0.21.0
12372026-03-05T02:15:57.664Z Downloaded crossbeam-deque v0.8.5
12382026-03-05T02:15:57.665Z Downloaded crc32fast v1.4.2
12392026-03-05T02:15:57.665Z Downloaded const_format_proc_macros v0.2.34
12402026-03-05T02:15:57.665Z Downloaded const-oid v0.9.6
12412026-03-05T02:15:57.665Z Downloaded ciborium v0.2.2
12422026-03-05T02:15:57.665Z Downloaded cancel-safe-futures v0.1.5
12432026-03-05T02:15:57.690Z Downloaded blowfish v0.9.1
12442026-03-05T02:15:57.690Z Downloaded bitfield-macros v0.19.2
12452026-03-05T02:15:57.690Z Downloaded bit-vec v0.8.0
12462026-03-05T02:15:57.690Z Downloaded atomicwrites v0.4.4
12472026-03-05T02:15:57.690Z Downloaded hashbrown v0.12.3
12482026-03-05T02:15:57.690Z Downloaded gethostname v0.5.0
12492026-03-05T02:15:57.690Z Downloaded fxhash v0.2.1
12502026-03-05T02:15:57.690Z Downloaded futures-sink v0.3.31
12512026-03-05T02:15:57.690Z Downloaded futures-macro v0.3.31
12522026-03-05T02:15:57.691Z Downloaded foreign-types v0.5.0
12532026-03-05T02:15:57.691Z Downloaded aws-lc-sys v0.26.0
12542026-03-05T02:15:57.918Z Downloaded fallible-iterator v0.2.0
12552026-03-05T02:15:57.944Z Downloaded env_logger v0.11.8
12562026-03-05T02:15:57.944Z Downloaded embedded-io v0.4.0
12572026-03-05T02:15:57.944Z Downloaded dsl_auto_type v0.1.2
12582026-03-05T02:15:57.944Z Downloaded derive-ex v0.1.8
12592026-03-05T02:15:57.944Z Downloaded debug-ignore v1.0.5
12602026-03-05T02:15:57.944Z Downloaded darling v0.21.0
12612026-03-05T02:15:57.944Z Downloaded crc-catalog v2.4.0
12622026-03-05T02:15:57.944Z Downloaded console v0.15.10
12632026-03-05T02:15:57.944Z Downloaded blake2 v0.10.6
12642026-03-05T02:15:57.944Z Downloaded bitflags v1.3.2
12652026-03-05T02:15:57.969Z Downloaded bitfield-struct v0.6.2
12662026-03-05T02:15:57.969Z Downloaded difflib v0.4.0
12672026-03-05T02:15:57.969Z Downloaded derive_builder_macro v0.20.2
12682026-03-05T02:15:57.969Z Downloaded defmt-macros v0.3.9
12692026-03-05T02:15:57.969Z Downloaded crc v3.2.1
12702026-03-05T02:15:57.969Z Downloaded convert_case v0.7.1
12712026-03-05T02:15:57.969Z Downloaded constant_time_eq v0.3.1
12722026-03-05T02:15:57.969Z Downloaded console v0.16.0
12732026-03-05T02:15:57.969Z Downloaded cipher v0.4.4
12742026-03-05T02:15:57.969Z Downloaded cfg_aliases v0.2.1
12752026-03-05T02:15:57.969Z Downloaded block-padding v0.3.3
12762026-03-05T02:15:57.969Z Downloaded bit-vec v0.6.3
12772026-03-05T02:15:57.969Z Downloaded float-cmp v0.10.0
12782026-03-05T02:15:57.969Z Downloaded dyn-clone v1.0.20
12792026-03-05T02:15:57.969Z Downloaded dtrace-parser v0.3.0
12802026-03-05T02:15:57.995Z Downloaded dropshot-api-manager-types v0.3.0
12812026-03-05T02:15:57.995Z Downloaded dof v0.4.0
12822026-03-05T02:15:57.995Z Downloaded dirs-next v2.0.0
12832026-03-05T02:15:57.995Z Downloaded diesel_table_macro_syntax v0.2.0
12842026-03-05T02:15:57.995Z Downloaded derive_more v0.99.20
12852026-03-05T02:15:57.995Z Downloaded deranged v0.5.3
12862026-03-05T02:15:57.995Z Downloaded defmt-parser v0.3.4
12872026-03-05T02:15:57.995Z Downloaded darling_core v0.21.0
12882026-03-05T02:15:57.995Z Downloaded daft v0.1.4
12892026-03-05T02:15:57.995Z Downloaded crossterm v0.29.0
12902026-03-05T02:15:58.020Z Downloaded critical-section v1.1.3
12912026-03-05T02:15:58.020Z Downloaded crc8 v0.1.1
12922026-03-05T02:15:58.020Z Downloaded compact_str v0.8.0
12932026-03-05T02:15:58.020Z Downloaded cmake v0.1.51
12942026-03-05T02:15:58.020Z Downloaded ciborium-ll v0.2.2
12952026-03-05T02:15:58.020Z Downloaded ciborium-io v0.2.2
12962026-03-05T02:15:58.020Z Downloaded cexpr v0.6.0
12972026-03-05T02:15:58.020Z Downloaded cbc v0.1.2
12982026-03-05T02:15:58.020Z Downloaded bzip2 v0.4.4
12992026-03-05T02:15:58.020Z Downloaded buf-list v1.0.3
13002026-03-05T02:15:58.020Z Downloaded aho-corasick v1.1.3
13012026-03-05T02:15:58.045Z Downloaded corncobs v0.1.4
13022026-03-05T02:15:58.045Z Downloaded cobs v0.2.3
13032026-03-05T02:15:58.045Z Downloaded chacha20poly1305 v0.10.1
13042026-03-05T02:15:58.045Z Downloaded cfg_aliases v0.1.1
13052026-03-05T02:15:58.045Z Downloaded cassowary v0.3.0
13062026-03-05T02:15:58.045Z Downloaded bit-set v0.5.3
13072026-03-05T02:15:58.045Z Downloaded base64 v0.22.1
13082026-03-05T02:15:58.045Z Downloaded atomic-waker v1.1.2
13092026-03-05T02:15:58.046Z Downloaded async-recursion v1.1.1
13102026-03-05T02:15:58.046Z Downloaded arc-swap v1.7.1
13112026-03-05T02:15:58.046Z Downloaded aes-gcm v0.10.3
13122026-03-05T02:15:58.046Z Downloaded diff v0.1.13
13132026-03-05T02:15:58.074Z Downloaded diesel-dtrace v0.4.2
13142026-03-05T02:15:58.074Z Downloaded cookie_store v0.21.1
13152026-03-05T02:15:58.074Z Downloaded cargo-platform v0.1.8
13162026-03-05T02:15:58.074Z Downloaded bcrypt-pbkdf v0.10.0
13172026-03-05T02:15:58.074Z Downloaded base64 v0.13.1
13182026-03-05T02:15:58.074Z Downloaded async-stream v0.3.6
13192026-03-05T02:15:58.074Z Downloaded arrayvec v0.7.6
13202026-03-05T02:15:58.074Z Downloaded aead v0.5.2
13212026-03-05T02:15:58.074Z Downloaded addr2line v0.24.2
13222026-03-05T02:15:58.074Z Downloaded csv-core v0.1.11
13232026-03-05T02:15:58.074Z Downloaded bit-set v0.8.0
13242026-03-05T02:15:58.074Z Downloaded bindgen v0.69.5
13252026-03-05T02:15:58.099Z Downloaded bb8 v0.8.5
13262026-03-05T02:15:58.099Z Downloaded backoff v0.4.0
13272026-03-05T02:15:58.099Z Downloaded ascii-canvas v3.0.0
13282026-03-05T02:15:58.099Z Downloaded arrayref v0.3.9
13292026-03-05T02:15:58.099Z Downloaded array-init v0.0.4
13302026-03-05T02:15:58.099Z Downloaded ahash v0.8.12
13312026-03-05T02:15:58.099Z Downloaded crossbeam-channel v0.5.15
13322026-03-05T02:15:58.099Z Downloaded base64ct v1.6.0
13332026-03-05T02:15:58.099Z Downloaded base16ct v0.2.0
13342026-03-05T02:15:58.099Z Downloaded ar_archive_writer v0.5.1
13352026-03-05T02:15:58.099Z Downloaded allocator-api2 v0.2.21
13362026-03-05T02:15:58.124Z Downloaded curve25519-dalek-derive v0.1.1
13372026-03-05T02:15:58.124Z Downloaded bcs v0.1.6
13382026-03-05T02:15:58.124Z Downloaded async-stream-impl v0.3.6
13392026-03-05T02:15:58.124Z Downloaded assert_matches v1.5.0
13402026-03-05T02:15:58.124Z Downloaded either v1.15.0
13412026-03-05T02:15:58.124Z Downloaded aes v0.8.4
13422026-03-05T02:15:58.124Z Downloaded adler2 v2.0.0
13432026-03-05T02:15:58.124Z Downloaded blake3 v1.5.4
13442026-03-05T02:15:58.124Z Downloaded async-bb8-diesel v0.2.1
13452026-03-05T02:15:58.150Z Downloaded camino-tempfile-ext v0.3.2
13462026-03-05T02:15:58.319Z Compiling value-bag v1.12.0
13472026-03-05T02:15:58.319Z Compiling lock_api v0.4.12
13482026-03-05T02:15:58.319Z Compiling scopeguard v1.2.0
13492026-03-05T02:15:58.345Z Compiling shlex v1.3.0
13502026-03-05T02:15:58.345Z Compiling find-msvc-tools v0.1.9
13512026-03-05T02:15:58.345Z Compiling syn v2.0.114
13522026-03-05T02:15:58.345Z Compiling getrandom v0.2.15
13532026-03-05T02:15:58.345Z Compiling jobserver v0.1.32
13542026-03-05T02:15:58.869Z Compiling typenum v1.17.0
13552026-03-05T02:15:59.269Z Compiling log v0.4.29
13562026-03-05T02:15:59.295Z Compiling smallvec v1.15.1
13572026-03-05T02:15:59.443Z Compiling rand_core v0.6.4
13582026-03-05T02:15:59.773Z Compiling cc v1.2.56
13592026-03-05T02:15:59.848Z Compiling generic-array v0.14.7
13602026-03-05T02:15:59.972Z Compiling subtle v2.6.1
13612026-03-05T02:15:59.972Z Compiling portable-atomic v1.11.0
13622026-03-05T02:16:00.186Z Compiling const-oid v0.9.6
13632026-03-05T02:16:00.239Z Compiling critical-section v1.1.3
13642026-03-05T02:16:00.482Z Compiling pkg-config v0.3.31
13652026-03-05T02:16:00.482Z Compiling getrandom v0.3.4
13662026-03-05T02:16:00.537Z Compiling serde_json v1.0.149
13672026-03-05T02:16:00.895Z Compiling spin v0.9.8
13682026-03-05T02:16:01.293Z Compiling pin-project-lite v0.2.14
13692026-03-05T02:16:01.470Z Compiling parking_lot_core v0.9.10
13702026-03-05T02:16:01.579Z Compiling regex-syntax v0.8.5
13712026-03-05T02:16:01.971Z Compiling libm v0.2.8
13722026-03-05T02:16:02.125Z Compiling once_cell v1.21.3
13732026-03-05T02:16:02.293Z Compiling rustix v0.38.37
13742026-03-05T02:16:02.428Z Compiling signal-hook-registry v1.4.2
13752026-03-05T02:16:02.561Z Compiling num-traits v0.2.19
13762026-03-05T02:16:02.873Z Compiling allocator-api2 v0.2.21
13772026-03-05T02:16:03.139Z Compiling parking_lot v0.12.3
13782026-03-05T02:16:03.258Z Compiling mio v1.0.2
13792026-03-05T02:16:03.601Z Compiling futures-core v0.3.31
13802026-03-05T02:16:03.638Z Compiling lazy_static v1.5.0
13812026-03-05T02:16:03.798Z Compiling aho-corasick v1.1.3
13822026-03-05T02:16:03.873Z Compiling percent-encoding v2.3.2
13832026-03-05T02:16:03.939Z Compiling socket2 v0.6.1
13842026-03-05T02:16:04.338Z Compiling slab v0.4.9
13852026-03-05T02:16:04.388Z Compiling cpufeatures v0.2.14
13862026-03-05T02:16:04.461Z Compiling futures-sink v0.3.31
13872026-03-05T02:16:04.536Z Compiling either v1.15.0
13882026-03-05T02:16:04.702Z Compiling glob v0.3.2
13892026-03-05T02:16:04.906Z Compiling futures-channel v0.3.31
13902026-03-05T02:16:04.968Z Compiling hashbrown v0.16.1
13912026-03-05T02:16:05.154Z Compiling futures-io v0.3.31
13922026-03-05T02:16:05.291Z Compiling pin-utils v0.1.0
13932026-03-05T02:16:05.405Z Compiling prettyplease v0.2.36
13942026-03-05T02:16:05.442Z Compiling rustversion v1.0.22
13952026-03-05T02:16:05.508Z Compiling clang-sys v1.8.1
13962026-03-05T02:16:05.793Z Compiling regex-automata v0.4.11
13972026-03-05T02:16:05.883Z Compiling futures-task v0.3.31
13982026-03-05T02:16:06.218Z Compiling minimal-lexical v0.2.1
13992026-03-05T02:16:06.292Z Compiling indexmap v2.13.0
14002026-03-05T02:16:06.330Z Compiling libloading v0.8.5
14012026-03-05T02:16:06.720Z Compiling synstructure v0.13.1
14022026-03-05T02:16:06.744Z Compiling nom v7.1.3
14032026-03-05T02:16:07.456Z Compiling bindgen v0.69.5
14042026-03-05T02:16:07.501Z Compiling home v0.5.9
14052026-03-05T02:16:07.729Z Compiling base64ct v1.6.0
14062026-03-05T02:16:07.806Z Compiling ident_case v1.0.1
14072026-03-05T02:16:08.085Z Compiling itertools v0.12.1
14082026-03-05T02:16:08.375Z Compiling pem-rfc7468 v0.7.0
14092026-03-05T02:16:08.426Z Compiling form_urlencoded v1.2.2
14102026-03-05T02:16:08.834Z Compiling flagset v0.4.6
14112026-03-05T02:16:09.011Z Compiling rustc-hash v1.1.0
14122026-03-05T02:16:09.042Z Compiling lazycell v1.3.0
14132026-03-05T02:16:09.185Z Compiling rand_core v0.9.3
14142026-03-05T02:16:09.244Z Compiling cmake v0.1.51
14152026-03-05T02:16:09.726Z Compiling foldhash v0.1.5
14162026-03-05T02:16:10.010Z Compiling cexpr v0.6.0
14172026-03-05T02:16:10.053Z Compiling dunce v1.0.5
14182026-03-05T02:16:10.092Z Compiling paste v1.0.15
14192026-03-05T02:16:10.212Z Compiling iana-time-zone v0.1.63
14202026-03-05T02:16:10.518Z Compiling fs_extra v1.3.0
14212026-03-05T02:16:10.669Z Compiling hashbrown v0.15.4
14222026-03-05T02:16:10.972Z Compiling rustc_version v0.4.1
14232026-03-05T02:16:11.014Z Compiling uuid v1.19.0
14242026-03-05T02:16:11.120Z Compiling zerocopy v0.8.27
14252026-03-05T02:16:11.164Z Compiling serde_derive v1.0.228
14262026-03-05T02:16:11.423Z Compiling zeroize_derive v1.4.2
14272026-03-05T02:16:11.615Z Compiling zerofrom-derive v0.1.4
14282026-03-05T02:16:11.729Z Compiling yoke-derive v0.7.4
14292026-03-05T02:16:11.904Z Compiling zerovec-derive v0.10.3
14302026-03-05T02:16:12.386Z Compiling displaydoc v0.2.5
14312026-03-05T02:16:12.671Z Compiling zeroize v1.8.1
14322026-03-05T02:16:14.029Z Compiling zerocopy-derive v0.7.35
14332026-03-05T02:16:14.241Z Compiling icu_provider_macros v1.5.0
14342026-03-05T02:16:14.266Z Compiling tokio-macros v2.6.0
14352026-03-05T02:16:14.595Z Compiling crypto-common v0.1.6
14362026-03-05T02:16:14.824Z Compiling block-buffer v0.10.4
14372026-03-05T02:16:14.923Z Compiling zerofrom v0.1.4
14382026-03-05T02:16:15.143Z Compiling digest v0.10.7
14392026-03-05T02:16:15.174Z Compiling yoke v0.7.4
14402026-03-05T02:16:15.318Z Compiling thiserror-impl v2.0.18
14412026-03-05T02:16:15.569Z Compiling zerovec v0.10.4
14422026-03-05T02:16:15.649Z Compiling hmac v0.12.1
14432026-03-05T02:16:15.763Z Compiling block-padding v0.3.3
14442026-03-05T02:16:15.855Z Compiling zerocopy v0.7.35
14452026-03-05T02:16:15.920Z Compiling futures-macro v0.3.31
14462026-03-05T02:16:15.986Z Compiling regex v1.11.3
14472026-03-05T02:16:16.065Z Compiling inout v0.1.3
14482026-03-05T02:16:16.334Z Compiling cipher v0.4.4
14492026-03-05T02:16:16.871Z Compiling sha2 v0.10.9
14502026-03-05T02:16:16.900Z Compiling der_derive v0.7.3
14512026-03-05T02:16:17.187Z Compiling ppv-lite86 v0.2.20
14522026-03-05T02:16:17.651Z Compiling tinystr v0.7.6
14532026-03-05T02:16:17.723Z Compiling icu_collections v1.5.0
14542026-03-05T02:16:17.759Z Compiling futures-util v0.3.31
14552026-03-05T02:16:19.033Z Compiling salsa20 v0.10.2
14562026-03-05T02:16:19.088Z Compiling icu_locid v1.5.0
14572026-03-05T02:16:19.088Z Compiling serde v1.0.228
14582026-03-05T02:16:19.088Z Compiling pbkdf2 v0.12.2
14592026-03-05T02:16:19.088Z Compiling thiserror v2.0.18
14602026-03-05T02:16:19.088Z Compiling pest v2.8.2
14612026-03-05T02:16:19.088Z Compiling vcpkg v0.2.15
14622026-03-05T02:16:19.227Z Compiling scrypt v0.11.0
14632026-03-05T02:16:19.251Z Compiling der v0.7.10
14642026-03-05T02:16:19.584Z Compiling bitflags v2.9.4
14652026-03-05T02:16:19.761Z Compiling bytes v1.11.1
14662026-03-05T02:16:20.282Z Compiling icu_provider v1.5.0
14672026-03-05T02:16:20.382Z Compiling chrono v0.4.43
14682026-03-05T02:16:20.498Z Compiling openssl-sys v0.9.109
14692026-03-05T02:16:21.224Z Compiling icu_locid_transform v1.5.0
14702026-03-05T02:16:21.255Z Compiling tokio v1.49.0
14712026-03-05T02:16:21.519Z Compiling spki v0.7.3
14722026-03-05T02:16:21.891Z Compiling pest_meta v2.8.2
14732026-03-05T02:16:21.919Z Compiling http v1.4.0
14742026-03-05T02:16:22.204Z Compiling rand_chacha v0.9.0
14752026-03-05T02:16:23.461Z Compiling icu_properties v1.5.1
14762026-03-05T02:16:23.502Z Compiling cbc v0.1.2
14772026-03-05T02:16:23.799Z Compiling which v4.4.2
14782026-03-05T02:16:23.887Z Compiling aes v0.8.4
14792026-03-05T02:16:24.012Z Compiling zerocopy-derive v0.8.27
14802026-03-05T02:16:24.739Z Compiling pest_generator v2.8.2
14812026-03-05T02:16:25.381Z Compiling pkcs5 v0.7.1
14822026-03-05T02:16:26.102Z Compiling rand v0.9.2
14832026-03-05T02:16:26.409Z Compiling tracing-attributes v0.1.27
14842026-03-05T02:16:26.442Z Compiling serde_derive_internals v0.29.1
14852026-03-05T02:16:26.531Z Compiling ring v0.17.14
14862026-03-05T02:16:27.536Z Compiling icu_normalizer v1.5.0
14872026-03-05T02:16:27.967Z Compiling tracing-core v0.1.32
14882026-03-05T02:16:28.275Z Compiling adler2 v2.0.0
14892026-03-05T02:16:28.669Z Compiling schemars v0.8.22
14902026-03-05T02:16:28.847Z Compiling idna_adapter v1.2.0
14912026-03-05T02:16:29.056Z Compiling idna v1.0.3
14922026-03-05T02:16:29.096Z Compiling rustix v1.1.3
14932026-03-05T02:16:29.619Z Compiling aws-lc-rs v1.12.4
14942026-03-05T02:16:29.924Z Compiling tracing v0.1.40
14952026-03-05T02:16:29.924Z Compiling schemars_derive v0.8.22
14962026-03-05T02:16:29.981Z Compiling url v2.5.4
14972026-03-05T02:16:30.188Z Compiling miniz_oxide v0.8.5
14982026-03-05T02:16:30.647Z Compiling pest_derive v2.8.2
14992026-03-05T02:16:30.987Z Compiling tokio-util v0.7.15
15002026-03-05T02:16:31.569Z Compiling pkcs8 v0.10.2
15012026-03-05T02:16:33.053Z Compiling http-body v1.0.1
15022026-03-05T02:16:33.120Z Compiling scroll_derive v0.13.1
15032026-03-05T02:16:33.120Z Compiling darling_core v0.20.10
15042026-03-05T02:16:33.120Z Compiling base64 v0.22.1
15052026-03-05T02:16:33.120Z Compiling tinyvec_macros v0.1.1
15062026-03-05T02:16:33.120Z Compiling rustls-pki-types v1.10.0
15072026-03-05T02:16:33.120Z Compiling dyn-clone v1.0.20
15082026-03-05T02:16:33.318Z Compiling httparse v1.9.5
15092026-03-05T02:16:33.558Z Compiling scroll v0.13.0
15102026-03-05T02:16:33.878Z Compiling tinyvec v1.8.0
15112026-03-05T02:16:34.281Z Compiling zstd-sys v2.0.14+zstd.1.5.7
15122026-03-05T02:16:35.108Z Compiling bzip2-sys v0.1.13+1.0.8
15132026-03-05T02:16:35.422Z Compiling time-core v0.1.6
15142026-03-05T02:16:35.616Z Compiling foreign-types-shared v0.1.1
15152026-03-05T02:16:35.718Z Compiling untrusted v0.7.1
15162026-03-05T02:16:35.793Z Compiling try-lock v0.2.5
15172026-03-05T02:16:35.896Z Compiling tower-service v0.3.3
15182026-03-05T02:16:35.939Z Compiling powerfmt v0.2.0
15192026-03-05T02:16:35.978Z Compiling num-conv v0.1.0
15202026-03-05T02:16:36.004Z Compiling tower-layer v0.3.3
15212026-03-05T02:16:36.069Z Compiling openssl v0.10.73
15222026-03-05T02:16:36.278Z Compiling untrusted v0.9.0
15232026-03-05T02:16:36.332Z Compiling atomic-waker v1.1.2
15242026-03-05T02:16:36.372Z Compiling openssl-probe v0.1.5
15252026-03-05T02:16:36.516Z Compiling h2 v0.4.6
15262026-03-05T02:16:36.583Z Compiling tempfile v3.24.0
15272026-03-05T02:16:36.686Z Compiling time-macros v0.2.24
15282026-03-05T02:16:36.745Z Compiling deranged v0.5.3
15292026-03-05T02:16:37.165Z Compiling want v0.3.1
15302026-03-05T02:16:37.423Z Compiling foreign-types v0.3.2
15312026-03-05T02:16:37.567Z Compiling darling_macro v0.20.10
15322026-03-05T02:16:38.427Z Compiling darling v0.20.10
15332026-03-05T02:16:38.973Z Compiling goblin v0.10.2
15342026-03-05T02:16:39.359Z Compiling ipnet v2.11.0
15352026-03-05T02:16:39.402Z Compiling openssl-macros v0.1.1
15362026-03-05T02:16:40.118Z Compiling wait-timeout v0.2.0
15372026-03-05T02:16:40.501Z Compiling bit-vec v0.8.0
15382026-03-05T02:16:40.538Z Compiling syn v1.0.109
15392026-03-05T02:16:40.611Z Compiling crossbeam-utils v0.8.21
15402026-03-05T02:16:40.937Z Compiling httpdate v1.0.3
15412026-03-05T02:16:40.967Z Compiling gimli v0.31.1
15422026-03-05T02:16:41.122Z Compiling rustls v0.23.19
15432026-03-05T02:16:41.162Z Compiling usdt-impl v0.6.0
15442026-03-05T02:16:41.391Z Compiling native-tls v0.2.12
15452026-03-05T02:16:41.466Z Compiling quick-error v1.2.3
15462026-03-05T02:16:41.572Z Compiling num_threads v0.1.7
15472026-03-05T02:16:41.661Z Compiling rusty-fork v0.3.0
15482026-03-05T02:16:41.726Z Compiling time v0.3.43
15492026-03-05T02:16:41.941Z Compiling bit-set v0.8.0
15502026-03-05T02:16:42.494Z Compiling derive_builder_core v0.20.2
15512026-03-05T02:16:44.682Z Compiling hyper v1.8.1
15522026-03-05T02:16:45.242Z Compiling addr2line v0.24.2
15532026-03-05T02:16:45.337Z Compiling unicode-normalization v0.1.24
15542026-03-05T02:16:46.925Z Compiling dof v0.4.0
15552026-03-05T02:16:46.992Z Compiling dtrace-parser v0.3.0
15562026-03-05T02:16:46.992Z Compiling signature v2.2.0
15572026-03-05T02:16:46.992Z Compiling heapless v0.7.17
15582026-03-05T02:16:47.105Z Compiling scroll_derive v0.12.0
15592026-03-05T02:16:47.724Z Compiling thiserror-impl v1.0.69
15602026-03-05T02:16:48.074Z Compiling rand_xorshift v0.4.0
15612026-03-05T02:16:48.126Z Compiling darling_core v0.21.0
15622026-03-05T02:16:48.331Z Compiling slog v2.8.2
15632026-03-05T02:16:48.409Z Compiling thread-id v5.0.0
15642026-03-05T02:16:48.600Z Compiling cookie v0.18.1
15652026-03-05T02:16:48.718Z Compiling crc32fast v1.4.2
15662026-03-05T02:16:48.925Z Compiling object v0.36.5
15672026-03-05T02:16:49.113Z Compiling zlib-rs v0.5.1
15682026-03-05T02:16:49.476Z Compiling unarray v0.1.4
15692026-03-05T02:16:49.503Z Compiling unicode-properties v0.1.3
15702026-03-05T02:16:49.683Z Compiling unicode-bidi v0.3.17
15712026-03-05T02:16:49.954Z Compiling anyhow v1.0.99
15722026-03-05T02:16:50.411Z Compiling rustc-demangle v0.1.24
15732026-03-05T02:16:50.570Z Compiling signal-hook v0.3.18
15742026-03-05T02:16:50.667Z Compiling zstd-safe v7.2.3
15752026-03-05T02:16:50.873Z Compiling siphasher v0.3.11
15762026-03-05T02:16:50.963Z Compiling thiserror v1.0.69
15772026-03-05T02:16:51.176Z Compiling stringprep v0.1.5
15782026-03-05T02:16:51.283Z Compiling phf_shared v0.11.2
15792026-03-05T02:16:51.516Z Compiling proptest v1.7.0
15802026-03-05T02:16:51.702Z Compiling scroll v0.12.0
15812026-03-05T02:16:52.396Z Compiling hyper-util v0.1.19
15822026-03-05T02:16:52.819Z Compiling derive_builder_macro v0.20.2
15832026-03-05T02:16:54.245Z Compiling darling_macro v0.21.0
15842026-03-05T02:16:54.835Z Compiling ipnetwork v0.21.1
15852026-03-05T02:16:55.096Z Compiling serde_tokenstream v0.2.2
15862026-03-05T02:16:55.658Z Compiling toml_datetime v0.6.11
15872026-03-05T02:16:55.731Z Compiling erased-serde v0.3.31
15882026-03-05T02:16:56.457Z Compiling backtrace v0.3.74
15892026-03-05T02:16:56.553Z Compiling libz-rs-sys v0.5.1
15902026-03-05T02:16:56.679Z Compiling serde_spanned v0.6.9
15912026-03-05T02:16:56.940Z Compiling rand_chacha v0.3.1
15922026-03-05T02:16:56.989Z Compiling md-5 v0.10.6
15932026-03-05T02:16:56.990Z Compiling curve25519-dalek v4.1.3
15942026-03-05T02:16:57.251Z Compiling vergen-lib v0.1.6
15952026-03-05T02:16:57.346Z Compiling num-integer v0.1.46
15962026-03-05T02:16:57.511Z Compiling sync_wrapper v1.0.1
15972026-03-05T02:16:57.607Z Compiling ff v0.13.0
15982026-03-05T02:16:57.689Z Compiling hash32 v0.2.1
15992026-03-05T02:16:57.827Z Compiling memoffset v0.9.1
16002026-03-05T02:16:57.955Z Compiling num-bigint-dig v0.8.6
16012026-03-05T02:16:58.976Z Compiling psl-types v2.0.11
16022026-03-05T02:16:59.042Z Compiling ref-cast v1.0.25
16032026-03-05T02:16:59.042Z Compiling fallible-iterator v0.2.0
16042026-03-05T02:16:59.042Z Compiling litrs v0.4.1
16052026-03-05T02:16:59.042Z Compiling base16ct v0.2.0
16062026-03-05T02:16:59.042Z Compiling smoltcp v0.9.1
16072026-03-05T02:16:59.042Z Compiling cfg_aliases v0.2.1
16082026-03-05T02:16:59.042Z Compiling sec1 v0.7.3
16092026-03-05T02:16:59.074Z Compiling postgres-protocol v0.6.8
16102026-03-05T02:16:59.074Z Compiling nix v0.29.0
16112026-03-05T02:16:59.459Z Compiling document-features v0.2.11
16122026-03-05T02:16:59.585Z Compiling publicsuffix v2.3.0
16132026-03-05T02:16:59.862Z Compiling group v0.13.0
16142026-03-05T02:16:59.913Z Compiling num-iter v0.1.45
16152026-03-05T02:17:00.142Z Compiling tower v0.5.2
16162026-03-05T02:17:00.339Z Compiling newtype-uuid v1.3.2
16172026-03-05T02:17:00.394Z Compiling rand v0.8.5
16182026-03-05T02:17:00.997Z Compiling flate2 v1.1.2
16192026-03-05T02:17:01.159Z Compiling oxnet v0.1.4
16202026-03-05T02:17:01.427Z Compiling darling v0.21.0
16212026-03-05T02:17:01.567Z Compiling derive_builder v0.20.2
16222026-03-05T02:17:01.697Z Compiling tokio-native-tls v0.3.1
16232026-03-05T02:17:01.764Z Compiling goblin v0.8.2
16242026-03-05T02:17:02.296Z Compiling rustls-native-certs v0.8.1
16252026-03-05T02:17:02.346Z Compiling webpki-roots v1.0.1
16262026-03-05T02:17:02.599Z Compiling http-body-util v0.1.3
16272026-03-05T02:17:02.814Z Compiling strum_macros v0.27.2
16282026-03-05T02:17:02.838Z Compiling terminal_size v0.4.0
16292026-03-05T02:17:03.026Z Compiling cargo-platform v0.1.8
16302026-03-05T02:17:03.083Z Compiling hkdf v0.12.4
16312026-03-05T02:17:03.108Z Compiling crypto-bigint v0.5.5
16322026-03-05T02:17:03.385Z Compiling curve25519-dalek-derive v0.1.1
16332026-03-05T02:17:03.622Z Compiling async-trait v0.1.89
16342026-03-05T02:17:04.826Z Compiling ref-cast-impl v1.0.25
16352026-03-05T02:17:04.913Z Compiling hubpack_derive v0.1.1
16362026-03-05T02:17:05.895Z Compiling daft-derive v0.1.4
16372026-03-05T02:17:06.055Z Compiling vergen v9.0.6
16382026-03-05T02:17:06.119Z Compiling ahash v0.8.12
16392026-03-05T02:17:06.449Z Compiling fs-err v3.1.1
16402026-03-05T02:17:06.544Z Compiling unicode-segmentation v1.12.0
16412026-03-05T02:17:06.815Z Compiling buf-list v1.0.3
16422026-03-05T02:17:07.222Z Compiling winnow v0.5.40
16432026-03-05T02:17:07.431Z Compiling bumpalo v3.16.0
16442026-03-05T02:17:07.485Z Compiling managed v0.8.0
16452026-03-05T02:17:07.533Z Compiling lockfree-object-pool v0.1.6
16462026-03-05T02:17:07.748Z Compiling simd-adler32 v0.3.7
16472026-03-05T02:17:07.902Z Compiling bitflags v1.3.2
16482026-03-05T02:17:07.928Z Compiling ryu v1.0.18
16492026-03-05T02:17:08.015Z Compiling iri-string v0.7.8
16502026-03-05T02:17:08.358Z Compiling serde_urlencoded v0.7.1
16512026-03-05T02:17:08.383Z Compiling zopfli v0.8.1
16522026-03-05T02:17:08.923Z Compiling clap_builder v4.5.48
16532026-03-05T02:17:10.033Z Compiling dof v0.3.0
16542026-03-05T02:17:10.393Z Compiling toml_edit v0.19.15
16552026-03-05T02:17:10.633Z Compiling daft v0.1.4
16562026-03-05T02:17:10.737Z Compiling strum v0.27.2
16572026-03-05T02:17:10.942Z Compiling tower-http v0.6.6
16582026-03-05T02:17:11.623Z Compiling elliptic-curve v0.13.8
16592026-03-05T02:17:11.732Z Compiling hubpack v0.1.2
16602026-03-05T02:17:11.759Z Compiling cargo_metadata v0.19.2
16612026-03-05T02:17:12.183Z Compiling hyper-tls v0.6.0
16622026-03-05T02:17:12.453Z Compiling cookie_store v0.21.1
16632026-03-05T02:17:12.613Z Compiling signal-hook-mio v0.2.4
16642026-03-05T02:17:12.747Z Compiling zstd v0.13.3
16652026-03-05T02:17:14.682Z Compiling serde_with_macros v3.16.1
16662026-03-05T02:17:14.991Z Compiling postgres-types v0.2.9
16672026-03-05T02:17:16.333Z Compiling usdt-macro v0.6.0
16682026-03-05T02:17:16.359Z Compiling usdt-attr-macro v0.6.0
16692026-03-05T02:17:16.387Z Compiling phf v0.11.2
16702026-03-05T02:17:16.695Z Compiling dtrace-parser v0.2.0
16712026-03-05T02:17:16.782Z Compiling ed25519 v2.2.3
16722026-03-05T02:17:17.022Z Compiling bzip2 v0.5.2
16732026-03-05T02:17:17.422Z Compiling bzip2 v0.4.4
16742026-03-05T02:17:17.718Z Compiling pkcs1 v0.7.5
16752026-03-05T02:17:17.806Z Compiling clap_derive v4.5.47
16762026-03-05T02:17:17.864Z Compiling enum-as-inner v0.6.1
16772026-03-05T02:17:18.350Z Compiling strum_macros v0.26.4
16782026-03-05T02:17:18.637Z Compiling serde-big-array v0.5.1
16792026-03-05T02:17:18.782Z Compiling hex v0.4.3
16802026-03-05T02:17:18.898Z Compiling rfc6979 v0.4.0
16812026-03-05T02:17:18.923Z Compiling bstr v1.10.0
16822026-03-05T02:17:19.102Z Compiling serde_repr v0.1.19
16832026-03-05T02:17:19.210Z Compiling float-cmp v0.10.0
16842026-03-05T02:17:19.434Z Compiling env_filter v0.1.2
16852026-03-05T02:17:19.481Z Compiling socket2 v0.5.10
16862026-03-05T02:17:20.053Z Compiling memmap2 v0.9.8
16872026-03-05T02:17:20.232Z Compiling encoding_rs v0.8.34
16882026-03-05T02:17:20.390Z Compiling new_debug_unreachable v1.0.6
16892026-03-05T02:17:20.416Z Compiling data-encoding v2.9.0
16902026-03-05T02:17:20.516Z Compiling fixedbitset v0.4.2
16912026-03-05T02:17:20.540Z Compiling rustc-hash v2.1.1
16922026-03-05T02:17:20.764Z Compiling fixedbitset v0.5.7
16932026-03-05T02:17:20.951Z Compiling jiff v0.2.15
16942026-03-05T02:17:21.376Z Compiling whoami v1.5.2
16952026-03-05T02:17:21.890Z Compiling precomputed-hash v0.1.1
16962026-03-05T02:17:21.935Z Compiling static_assertions v1.1.0
16972026-03-05T02:17:21.981Z Compiling keccak v0.1.5
16982026-03-05T02:17:22.043Z Compiling foldhash v0.2.0
16992026-03-05T02:17:22.069Z Compiling normalize-line-endings v0.3.0
17002026-03-05T02:17:22.238Z Compiling predicates-core v1.0.8
17012026-03-05T02:17:22.366Z Compiling mime v0.3.17
17022026-03-05T02:17:22.498Z Compiling difflib v0.4.0
17032026-03-05T02:17:22.568Z Compiling toml_edit v0.22.27
17042026-03-05T02:17:22.900Z Compiling strum v0.26.3
17052026-03-05T02:17:23.106Z Compiling predicates v3.1.3
17062026-03-05T02:17:23.792Z Compiling iddqd v0.3.16
17072026-03-05T02:17:23.818Z Compiling sha3 v0.10.8
17082026-03-05T02:17:23.870Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17092026-03-05T02:17:24.660Z Compiling string_cache v0.8.9
17102026-03-05T02:17:24.860Z Compiling clap v4.5.48
17112026-03-05T02:17:24.999Z Compiling tokio-postgres v0.7.13
17122026-03-05T02:17:25.079Z Compiling petgraph v0.8.2
17132026-03-05T02:17:26.013Z Compiling hickory-proto v0.25.2
17142026-03-05T02:17:26.302Z Compiling petgraph v0.6.5
17152026-03-05T02:17:29.260Z Compiling zip v4.2.0
17162026-03-05T02:17:29.594Z Compiling usdt v0.6.0
17172026-03-05T02:17:29.809Z Compiling similar v2.7.0
17182026-03-05T02:17:30.085Z Compiling env_logger v0.11.8
17192026-03-05T02:17:30.188Z Compiling usdt-impl v0.5.0
17202026-03-05T02:17:30.440Z Compiling serde_with v3.16.1
17212026-03-05T02:17:30.798Z Compiling ecdsa v0.16.9
17222026-03-05T02:17:31.350Z Compiling rsa v0.9.8
17232026-03-05T02:17:31.433Z Compiling zip v0.6.6
17242026-03-05T02:17:31.606Z Compiling ed25519-dalek v2.1.1
17252026-03-05T02:17:32.776Z Compiling toml v0.7.8
17262026-03-05T02:17:32.801Z Compiling crossterm v0.28.1
17272026-03-05T02:17:34.152Z Compiling heck v0.4.1
17282026-03-05T02:17:34.178Z Compiling crossbeam-epoch v0.9.18
17292026-03-05T02:17:34.441Z Compiling tokio-stream v0.1.17
17302026-03-05T02:17:34.607Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17312026-03-05T02:17:34.719Z Compiling x509-cert v0.2.5
17322026-03-05T02:17:34.853Z Compiling openapiv3 v2.2.0
17332026-03-05T02:17:35.076Z Compiling sha1 v0.10.6
17342026-03-05T02:17:35.409Z Compiling itertools v0.10.5
17352026-03-05T02:17:35.514Z Compiling itertools v0.13.0
17362026-03-05T02:17:35.859Z Compiling winnow v0.6.26
17372026-03-05T02:17:37.309Z Compiling peg-runtime v0.8.5
17382026-03-05T02:17:37.856Z Compiling lalrpop-util v0.19.12
17392026-03-05T02:17:37.890Z Compiling thread_local v1.1.8
17402026-03-05T02:17:38.267Z Compiling slog-async v2.8.0
17412026-03-05T02:17:38.300Z Compiling crossbeam-channel v0.5.15
17422026-03-05T02:17:38.441Z Compiling xattr v1.3.1
17432026-03-05T02:17:38.589Z Compiling futures-executor v0.3.31
17442026-03-05T02:17:38.743Z Compiling filetime v0.2.26
17452026-03-05T02:17:38.859Z Compiling is-terminal v0.4.13
17462026-03-05T02:17:38.920Z Compiling take_mut v0.2.2
17472026-03-05T02:17:38.950Z Compiling term v1.1.0
17482026-03-05T02:17:39.042Z Compiling tar v0.4.44
17492026-03-05T02:17:39.132Z Compiling futures v0.3.31
17502026-03-05T02:17:40.158Z Compiling slog-term v2.9.2
17512026-03-05T02:17:42.023Z Compiling aws-lc-sys v0.26.0
17522026-03-05T02:18:24.019Z Compiling rustls-webpki v0.102.8
17532026-03-05T02:18:31.821Z Compiling tokio-rustls v0.26.0
17542026-03-05T02:18:32.211Z Compiling hyper-rustls v0.27.7
17552026-03-05T02:18:32.626Z Compiling reqwest v0.12.24
17562026-03-05T02:18:39.102Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17572026-03-05T02:18:39.617Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17582026-03-05T02:18:47.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 54s
17592026-03-05T02:18:47.604Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17602026-03-05T02:18:47.685ZMar 05 02:18:47.272 INFO Starting download, target: Clickhouse
17612026-03-05T02:18:47.685ZMar 05 02:18:47.274 INFO Starting download, target: Cockroach
17622026-03-05T02:18:47.724ZMar 05 02:18:47.274 INFO Starting download, target: Console
17632026-03-05T02:18:47.724ZMar 05 02:18:47.274 INFO Starting download, target: DendriteStub
17642026-03-05T02:18:47.724ZMar 05 02:18:47.274 INFO Starting download, target: MaghemiteMgd
17652026-03-05T02:18:47.724ZMar 05 02:18:47.274 INFO Starting download, target: TransceiverControl
17662026-03-05T02:18:47.724ZMar 05 02:18:47.274 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17672026-03-05T02:18:47.725ZMar 05 02:18:47.274 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17682026-03-05T02:18:47.725ZMar 05 02:18:47.274 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17692026-03-05T02:18:47.725ZMar 05 02:18:47.274 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17702026-03-05T02:18:47.725ZMar 05 02:18:47.274 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17712026-03-05T02:18:47.725ZMar 05 02:18:47.275 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17722026-03-05T02:18:48.270ZMar 05 02:18:47.765 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17732026-03-05T02:18:48.718ZMar 05 02:18:48.262 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17742026-03-05T02:18:49.138ZMar 05 02:18:48.723 INFO Download complete, target: Console
17752026-03-05T02:18:49.462ZMar 05 02:18:48.903 INFO Download complete, target: TransceiverControl
17762026-03-05T02:18:51.509ZMar 05 02:18:51.043 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17772026-03-05T02:18:52.548ZMar 05 02:18:52.149 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17782026-03-05T02:18:53.871ZMar 05 02:18:53.473 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17792026-03-05T02:18:53.871ZMar 05 02:18:53.473 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17802026-03-05T02:18:58.779ZMar 05 02:18:58.375 INFO Download complete, target: DendriteStub
17812026-03-05T02:18:59.998ZMar 05 02:18:59.600 INFO Download complete, target: MaghemiteMgd
17822026-03-05T02:19:03.309ZMar 05 02:19:02.853 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17832026-03-05T02:19:08.926ZMar 05 02:19:08.528 INFO Checking that binary works, target: Cockroach
17842026-03-05T02:19:09.222ZMar 05 02:19:08.825 INFO Download complete, target: Cockroach
17852026-03-05T02:19:24.600ZMar 05 02:19:24.203 INFO Checking that binary works, target: Clickhouse
17862026-03-05T02:19:24.883ZMar 05 02:19:24.486 INFO Download complete, target: Clickhouse
17872026-03-05T02:19:24.922ZAll builder prerequisites installed successfully, and PATH looks valid
17882026-03-05T02:19:24.947Z
17892026-03-05T02:19:24.947Zreal 7:50.212580397
17902026-03-05T02:19:24.947Zuser 19:57.382349999
17912026-03-05T02:19:24.947Zsys 3:04.859867632
17922026-03-05T02:19:24.947Ztrap 0.835677954
17932026-03-05T02:19:24.947Ztflt 0.480809295
17942026-03-05T02:19:24.947Zdflt 1.228538649
17952026-03-05T02:19:24.947Zkflt 0.009992730
17962026-03-05T02:19:24.947Zlock 50:24.705248183
17972026-03-05T02:19:24.947Zslp 1:12:52.035343122
17982026-03-05T02:19:24.947Zlat 1:28.920305873
17992026-03-05T02:19:24.947Zstop 3:23.582221594
18002026-03-05T02:19:24.947Z+ banner hack-check
18012026-03-05T02:19:24.948Z
18022026-03-05T02:19:24.948Z # # ## #### # # #### # # ###### #### # #
18032026-03-05T02:19:24.948Z # # # # # # # # # # # # # # # # #
18042026-03-05T02:19:24.948Z ###### # # # #### ##### # ###### ##### # ####
18052026-03-05T02:19:24.948Z # # ###### # # # # # # # # # #
18062026-03-05T02:19:24.948Z # # # # # # # # # # # # # # # # #
18072026-03-05T02:19:24.948Z # # # # #### # # #### # # ###### #### # #
18082026-03-05T02:19:24.948Z
18092026-03-05T02:19:24.948Z+ export CARGO_INCREMENTAL=0
18102026-03-05T02:19:24.948Z+ CARGO_INCREMENTAL=0
18112026-03-05T02:19:24.948Z+ ptime -m timeout 2h cargo xtask check-features --ci
18122026-03-05T02:19:26.559Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18132026-03-05T02:19:27.010Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18142026-03-05T02:19:31.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.81s
18152026-03-05T02:19:32.014Z Running `target/debug/xtask check-features --ci`
18162026-03-05T02:19:32.055Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18172026-03-05T02:19:32.056Zrunning: "/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18182026-03-05T02:19:33.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
18192026-03-05T02:19:33.228Z Running `target/debug/xtask download cargo-hack`
18202026-03-05T02:19:35.116Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18212026-03-05T02:19:35.598Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18222026-03-05T02:19:41.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.32s
18232026-03-05T02:19:41.843Z Running `target/debug/xtask-downloader cargo-hack`
18242026-03-05T02:19:41.978ZMar 05 02:19:41.458 INFO Starting download, target: CargoHack
18252026-03-05T02:19:41.978ZMar 05 02:19:41.460 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18262026-03-05T02:19:42.340ZMar 05 02:19:41.887 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18272026-03-05T02:19:42.520ZMar 05 02:19:42.075 INFO Download complete, target: CargoHack
18282026-03-05T02:19:42.618Zrunning: "/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"
18292026-03-05T02:19:42.618Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18302026-03-05T02:19:43.057Zinfo: running `cargo check --bins` on api_identity (1/252)
18312026-03-05T02:19:44.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18322026-03-05T02:19:44.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18332026-03-05T02:19:44.609Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18342026-03-05T02:19:44.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.55s
18352026-03-05T02:19:44.710Z
18362026-03-05T02:19:44.710Zinfo: running `cargo check --bins` on bootstore (2/252)
18372026-03-05T02:19:46.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18382026-03-05T02:19:46.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18392026-03-05T02:19:46.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18402026-03-05T02:19:46.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.56s
18412026-03-05T02:19:46.667Z
18422026-03-05T02:19:46.667Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/252)
18432026-03-05T02:19:47.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18442026-03-05T02:19:47.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18452026-03-05T02:19:47.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18462026-03-05T02:19:47.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
18472026-03-05T02:19:47.985Z
18482026-03-05T02:19:47.985Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/252)
18492026-03-05T02:19:49.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18502026-03-05T02:19:49.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18512026-03-05T02:19:49.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18522026-03-05T02:19:49.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.61s
18532026-03-05T02:19:49.730Z
18542026-03-05T02:19:49.730Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/252)
18552026-03-05T02:19:50.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18562026-03-05T02:19:50.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18572026-03-05T02:19:50.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18582026-03-05T02:19:50.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s
18592026-03-05T02:19:50.981Z
18602026-03-05T02:19:50.981Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/252)
18612026-03-05T02:19:52.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18622026-03-05T02:19:52.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18632026-03-05T02:19:52.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18642026-03-05T02:19:52.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
18652026-03-05T02:19:52.190Z
18662026-03-05T02:19:52.190Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/252)
18672026-03-05T02:19:53.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18682026-03-05T02:19:53.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18692026-03-05T02:19:53.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18702026-03-05T02:19:53.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
18712026-03-05T02:19:53.204Z
18722026-03-05T02:19:53.204Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/252)
18732026-03-05T02:19:54.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18742026-03-05T02:19:54.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18752026-03-05T02:19:54.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18762026-03-05T02:19:54.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
18772026-03-05T02:19:54.428Z
18782026-03-05T02:19:54.428Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/252)
18792026-03-05T02:19:55.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18802026-03-05T02:19:55.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18812026-03-05T02:19:55.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18822026-03-05T02:19:55.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
18832026-03-05T02:19:55.645Z
18842026-03-05T02:19:55.645Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/252)
18852026-03-05T02:19:56.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18862026-03-05T02:19:56.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18872026-03-05T02:19:56.695Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18882026-03-05T02:19:56.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
18892026-03-05T02:19:56.695Z
18902026-03-05T02:19:56.695Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/252)
18912026-03-05T02:19:57.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18922026-03-05T02:19:57.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18932026-03-05T02:19:57.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18942026-03-05T02:19:57.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
18952026-03-05T02:19:57.634Z
18962026-03-05T02:19:57.634Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/252)
18972026-03-05T02:19:58.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18982026-03-05T02:19:58.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18992026-03-05T02:19:58.695Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19002026-03-05T02:19:58.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
19012026-03-05T02:19:58.781Z
19022026-03-05T02:19:58.781Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/252)
19032026-03-05T02:19:59.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19042026-03-05T02:19:59.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19052026-03-05T02:19:59.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19062026-03-05T02:19:59.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
19072026-03-05T02:19:59.888Z
19082026-03-05T02:19:59.889Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/252)
19092026-03-05T02:20:00.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19102026-03-05T02:20:00.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19112026-03-05T02:20:00.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19122026-03-05T02:20:00.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
19132026-03-05T02:20:00.965Z
19142026-03-05T02:20:00.965Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/252)
19152026-03-05T02:20:01.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19162026-03-05T02:20:01.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19172026-03-05T02:20:01.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19182026-03-05T02:20:01.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
19192026-03-05T02:20:02.025Z
19202026-03-05T02:20:02.025Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/252)
19212026-03-05T02:20:02.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19222026-03-05T02:20:02.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19232026-03-05T02:20:02.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19242026-03-05T02:20:02.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
19252026-03-05T02:20:03.015Z
19262026-03-05T02:20:03.015Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/252)
19272026-03-05T02:20:03.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19282026-03-05T02:20:04.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19292026-03-05T02:20:04.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19302026-03-05T02:20:04.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
19312026-03-05T02:20:04.091Z
19322026-03-05T02:20:04.091Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/252)
19332026-03-05T02:20:05.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19342026-03-05T02:20:05.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19352026-03-05T02:20:05.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19362026-03-05T02:20:05.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
19372026-03-05T02:20:05.191Z
19382026-03-05T02:20:05.191Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/252)
19392026-03-05T02:20:06.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19402026-03-05T02:20:06.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19412026-03-05T02:20:06.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19422026-03-05T02:20:06.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
19432026-03-05T02:20:06.274Z
19442026-03-05T02:20:06.274Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/252)
19452026-03-05T02:20:07.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19462026-03-05T02:20:07.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19472026-03-05T02:20:07.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19482026-03-05T02:20:07.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s
19492026-03-05T02:20:07.313Z
19502026-03-05T02:20:07.313Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/252)
19512026-03-05T02:20:08.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19522026-03-05T02:20:08.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19532026-03-05T02:20:08.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19542026-03-05T02:20:08.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
19552026-03-05T02:20:08.321Z
19562026-03-05T02:20:08.321Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/252)
19572026-03-05T02:20:09.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19582026-03-05T02:20:09.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19592026-03-05T02:20:09.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19602026-03-05T02:20:09.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
19612026-03-05T02:20:09.446Z
19622026-03-05T02:20:09.446Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/252)
19632026-03-05T02:20:10.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19642026-03-05T02:20:10.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19652026-03-05T02:20:10.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19662026-03-05T02:20:10.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
19672026-03-05T02:20:10.443Z
19682026-03-05T02:20:10.443Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/252)
19692026-03-05T02:20:11.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19702026-03-05T02:20:11.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19712026-03-05T02:20:11.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19722026-03-05T02:20:11.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
19732026-03-05T02:20:11.512Z
19742026-03-05T02:20:11.512Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/252)
19752026-03-05T02:20:12.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19762026-03-05T02:20:12.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19772026-03-05T02:20:12.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19782026-03-05T02:20:12.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
19792026-03-05T02:20:12.542Z
19802026-03-05T02:20:12.542Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/252)
19812026-03-05T02:20:13.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19822026-03-05T02:20:13.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19832026-03-05T02:20:13.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19842026-03-05T02:20:13.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
19852026-03-05T02:20:13.538Z
19862026-03-05T02:20:13.539Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/252)
19872026-03-05T02:20:14.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19882026-03-05T02:20:14.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19892026-03-05T02:20:14.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19902026-03-05T02:20:14.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s
19912026-03-05T02:20:14.577Z
19922026-03-05T02:20:14.577Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/252)
19932026-03-05T02:20:15.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19942026-03-05T02:20:15.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19952026-03-05T02:20:15.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19962026-03-05T02:20:15.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s
19972026-03-05T02:20:15.610Z
19982026-03-05T02:20:15.610Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/252)
19992026-03-05T02:20:16.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20002026-03-05T02:20:16.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20012026-03-05T02:20:16.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20022026-03-05T02:20:16.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
20032026-03-05T02:20:16.742Z
20042026-03-05T02:20:16.743Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/252)
20052026-03-05T02:20:17.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20062026-03-05T02:20:17.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20072026-03-05T02:20:17.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20082026-03-05T02:20:17.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
20092026-03-05T02:20:17.859Z
20102026-03-05T02:20:17.859Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/252)
20112026-03-05T02:20:18.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20122026-03-05T02:20:18.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20132026-03-05T02:20:18.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20142026-03-05T02:20:18.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
20152026-03-05T02:20:18.932Z
20162026-03-05T02:20:18.932Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/252)
20172026-03-05T02:20:19.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20182026-03-05T02:20:19.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20192026-03-05T02:20:19.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20202026-03-05T02:20:19.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
20212026-03-05T02:20:20.014Z
20222026-03-05T02:20:20.014Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/252)
20232026-03-05T02:20:20.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20242026-03-05T02:20:21.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20252026-03-05T02:20:21.021Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20262026-03-05T02:20:21.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
20272026-03-05T02:20:21.094Z
20282026-03-05T02:20:21.094Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/252)
20292026-03-05T02:20:22.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20302026-03-05T02:20:22.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20312026-03-05T02:20:22.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20322026-03-05T02:20:22.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
20332026-03-05T02:20:22.097Z
20342026-03-05T02:20:22.098Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/252)
20352026-03-05T02:20:23.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20362026-03-05T02:20:23.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20372026-03-05T02:20:23.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20382026-03-05T02:20:23.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
20392026-03-05T02:20:23.100Z
20402026-03-05T02:20:23.100Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/252)
20412026-03-05T02:20:24.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20422026-03-05T02:20:24.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20432026-03-05T02:20:24.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20442026-03-05T02:20:24.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
20452026-03-05T02:20:24.130Z
20462026-03-05T02:20:24.130Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/252)
20472026-03-05T02:20:25.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20482026-03-05T02:20:25.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20492026-03-05T02:20:25.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20502026-03-05T02:20:25.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
20512026-03-05T02:20:25.160Z
20522026-03-05T02:20:25.160Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/252)
20532026-03-05T02:20:26.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20542026-03-05T02:20:26.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20552026-03-05T02:20:26.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20562026-03-05T02:20:26.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
20572026-03-05T02:20:26.171Z
20582026-03-05T02:20:26.171Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/252)
20592026-03-05T02:20:27.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20602026-03-05T02:20:27.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20612026-03-05T02:20:27.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20622026-03-05T02:20:27.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
20632026-03-05T02:20:27.200Z
20642026-03-05T02:20:27.200Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/252)
20652026-03-05T02:20:28.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20662026-03-05T02:20:28.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20672026-03-05T02:20:28.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20682026-03-05T02:20:28.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
20692026-03-05T02:20:28.139Z
20702026-03-05T02:20:28.139Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/252)
20712026-03-05T02:20:28.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20722026-03-05T02:20:29.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20732026-03-05T02:20:29.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20742026-03-05T02:20:29.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
20752026-03-05T02:20:29.086Z
20762026-03-05T02:20:29.086Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/252)
20772026-03-05T02:20:30.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20782026-03-05T02:20:30.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20792026-03-05T02:20:30.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20802026-03-05T02:20:30.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
20812026-03-05T02:20:30.142Z
20822026-03-05T02:20:30.142Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/252)
20832026-03-05T02:20:31.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20842026-03-05T02:20:31.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20852026-03-05T02:20:31.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20862026-03-05T02:20:31.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
20872026-03-05T02:20:31.203Z
20882026-03-05T02:20:31.203Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/252)
20892026-03-05T02:20:32.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20902026-03-05T02:20:32.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20912026-03-05T02:20:32.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20922026-03-05T02:20:32.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s
20932026-03-05T02:20:32.241Z
20942026-03-05T02:20:32.241Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (45/252)
20952026-03-05T02:20:33.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20962026-03-05T02:20:33.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20972026-03-05T02:20:33.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20982026-03-05T02:20:33.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s
20992026-03-05T02:20:33.514Z
21002026-03-05T02:20:33.514Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (46/252)
21012026-03-05T02:20:34.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21022026-03-05T02:20:34.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21032026-03-05T02:20:34.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21042026-03-05T02:20:34.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s
21052026-03-05T02:20:34.858Z
21062026-03-05T02:20:34.858Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (47/252)
21072026-03-05T02:20:35.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21082026-03-05T02:20:36.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21092026-03-05T02:20:36.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21102026-03-05T02:20:36.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s
21112026-03-05T02:20:36.127Z
21122026-03-05T02:20:36.127Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (48/252)
21132026-03-05T02:20:37.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21142026-03-05T02:20:37.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21152026-03-05T02:20:37.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21162026-03-05T02:20:37.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s
21172026-03-05T02:20:37.401Z
21182026-03-05T02:20:37.401Zinfo: running `cargo check --bins` on key-manager-types (49/252)
21192026-03-05T02:20:38.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21202026-03-05T02:20:38.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21212026-03-05T02:20:38.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21222026-03-05T02:20:38.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
21232026-03-05T02:20:38.663Z
21242026-03-05T02:20:38.663Zinfo: running `cargo check --bins` on oxlog (50/252)
21252026-03-05T02:20:39.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21262026-03-05T02:20:39.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21272026-03-05T02:20:40.003Z Checking cfg-if v1.0.4
21282026-03-05T02:20:40.029Z Checking libc v0.2.180
21292026-03-05T02:20:40.053Z Checking serde_core v1.0.228
21302026-03-05T02:20:40.079Z Checking zeroize v1.8.1
21312026-03-05T02:20:40.103Z Checking memchr v2.7.4
21322026-03-05T02:20:40.128Z Checking value-bag v1.12.0
21332026-03-05T02:20:40.128Z Checking smallvec v1.15.1
21342026-03-05T02:20:40.128Z Checking typenum v1.17.0
21352026-03-05T02:20:40.184Z Checking scopeguard v1.2.0
21362026-03-05T02:20:40.362Z Checking lock_api v0.4.12
21372026-03-05T02:20:40.387Z Checking subtle v2.6.1
21382026-03-05T02:20:40.508Z Checking const-oid v0.9.6
21392026-03-05T02:20:40.547Z Checking log v0.4.29
21402026-03-05T02:20:40.686Z Checking itoa v1.0.11
21412026-03-05T02:20:40.791Z Checking stable_deref_trait v1.2.0
21422026-03-05T02:20:40.907Z Checking byteorder v1.5.0
21432026-03-05T02:20:40.932Z Checking portable-atomic v1.11.0
21442026-03-05T02:20:40.981Z Checking critical-section v1.1.3
21452026-03-05T02:20:41.121Z Checking zerofrom v0.1.4
21462026-03-05T02:20:41.146Z Checking getrandom v0.2.15
21472026-03-05T02:20:41.146Z Checking getrandom v0.3.4
21482026-03-05T02:20:41.195Z Checking generic-array v0.14.7
21492026-03-05T02:20:41.327Z Checking signal-hook-registry v1.4.2
21502026-03-05T02:20:41.351Z Checking yoke v0.7.4
21512026-03-05T02:20:41.418Z Checking rand_core v0.6.4
21522026-03-05T02:20:41.442Z Checking parking_lot_core v0.9.10
21532026-03-05T02:20:41.590Z Checking allocator-api2 v0.2.21
21542026-03-05T02:20:41.693Z Checking zerovec v0.10.4
21552026-03-05T02:20:41.735Z Checking pin-project-lite v0.2.14
21562026-03-05T02:20:41.783Z Checking parking_lot v0.12.3
21572026-03-05T02:20:41.894Z Checking mio v1.0.2
21582026-03-05T02:20:41.929Z Checking once_cell v1.21.3
21592026-03-05T02:20:42.142Z Checking equivalent v1.0.2
21602026-03-05T02:20:42.166Z Checking libm v0.2.8
21612026-03-05T02:20:42.200Z Checking writeable v0.5.5
21622026-03-05T02:20:42.262Z Checking litemap v0.7.3
21632026-03-05T02:20:42.287Z Checking zerocopy v0.7.35
21642026-03-05T02:20:42.315Z Checking crypto-common v0.1.6
21652026-03-05T02:20:42.532Z Checking block-buffer v0.10.4
21662026-03-05T02:20:42.556Z Checking socket2 v0.6.1
21672026-03-05T02:20:42.615Z Checking zmij v1.0.15
21682026-03-05T02:20:42.615Z Checking futures-core v0.3.31
21692026-03-05T02:20:42.802Z Checking digest v0.10.7
21702026-03-05T02:20:42.834Z Checking percent-encoding v2.3.2
21712026-03-05T02:20:43.035Z Checking cpufeatures v0.2.14
21722026-03-05T02:20:43.059Z Checking num-traits v0.2.19
21732026-03-05T02:20:43.084Z Checking icu_locid_transform_data v1.5.0
21742026-03-05T02:20:43.113Z Checking block-padding v0.3.3
21752026-03-05T02:20:43.153Z Checking hashbrown v0.16.1
21762026-03-05T02:20:43.218Z Checking icu_properties_data v1.5.0
21772026-03-05T02:20:43.243Z Checking hmac v0.12.1
21782026-03-05T02:20:43.268Z Checking tinystr v0.7.6
21792026-03-05T02:20:43.361Z Checking icu_collections v1.5.0
21802026-03-05T02:20:43.470Z Checking ppv-lite86 v0.2.20
21812026-03-05T02:20:43.517Z Checking inout v0.1.3
21822026-03-05T02:20:43.561Z Checking icu_normalizer_data v1.5.0
21832026-03-05T02:20:43.669Z Checking icu_locid v1.5.0
21842026-03-05T02:20:43.701Z Checking write16 v1.0.0
21852026-03-05T02:20:43.806Z Checking utf8_iter v1.0.4
21862026-03-05T02:20:43.855Z Checking futures-sink v0.3.31
21872026-03-05T02:20:43.966Z Checking serde v1.0.228
21882026-03-05T02:20:44.034Z Checking serde_json v1.0.149
21892026-03-05T02:20:44.061Z Checking utf16_iter v1.0.5
21902026-03-05T02:20:44.110Z Checking futures-channel v0.3.31
21912026-03-05T02:20:44.163Z Checking indexmap v2.13.0
21922026-03-05T02:20:44.265Z Checking cipher v0.4.4
21932026-03-05T02:20:44.297Z Checking sha2 v0.10.9
21942026-03-05T02:20:44.486Z Checking slab v0.4.9
21952026-03-05T02:20:44.514Z Checking futures-task v0.3.31
21962026-03-05T02:20:44.714Z Checking icu_provider v1.5.0
21972026-03-05T02:20:44.745Z Checking pin-utils v0.1.0
21982026-03-05T02:20:44.775Z Checking futures-io v0.3.31
21992026-03-05T02:20:44.850Z Checking base64ct v1.6.0
22002026-03-05T02:20:44.875Z Checking errno v0.3.12
22012026-03-05T02:20:44.900Z Checking flagset v0.4.6
22022026-03-05T02:20:44.999Z Checking futures-util v0.3.31
22032026-03-05T02:20:45.117Z Checking form_urlencoded v1.2.2
22042026-03-05T02:20:45.141Z Checking bytes v1.11.1
22052026-03-05T02:20:45.141Z Checking bitflags v2.9.4
22062026-03-05T02:20:45.341Z Checking pem-rfc7468 v0.7.0
22072026-03-05T02:20:45.372Z Checking rand_core v0.9.3
22082026-03-05T02:20:45.402Z Checking icu_locid_transform v1.5.0
22092026-03-05T02:20:45.427Z Checking fnv v1.0.7
22102026-03-05T02:20:45.506Z Checking foldhash v0.1.5
22112026-03-05T02:20:45.588Z Checking salsa20 v0.10.2
22122026-03-05T02:20:45.640Z Checking der v0.7.10
22132026-03-05T02:20:45.708Z Checking uuid v1.19.0
22142026-03-05T02:20:45.733Z Checking pbkdf2 v0.12.2
22152026-03-05T02:20:45.759Z Checking hashbrown v0.15.4
22162026-03-05T02:20:45.843Z Checking spin v0.9.8
22172026-03-05T02:20:45.923Z Checking scrypt v0.11.0
22182026-03-05T02:20:46.061Z Checking tokio v1.49.0
22192026-03-05T02:20:46.153Z Checking http v1.4.0
22202026-03-05T02:20:46.189Z Checking rand_chacha v0.9.0
22212026-03-05T02:20:46.343Z Checking aes v0.8.4
22222026-03-05T02:20:46.372Z Checking icu_properties v1.5.1
22232026-03-05T02:20:46.570Z Checking cbc v0.1.2
22242026-03-05T02:20:46.769Z Checking iana-time-zone v0.1.63
22252026-03-05T02:20:46.794Z Checking regex-syntax v0.8.5
22262026-03-05T02:20:46.940Z Checking chrono v0.4.43
22272026-03-05T02:20:47.189Z Checking rand v0.9.2
22282026-03-05T02:20:47.310Z Checking spki v0.7.3
22292026-03-05T02:20:47.439Z Checking tracing-core v0.1.32
22302026-03-05T02:20:47.620Z Checking pkcs5 v0.7.1
22312026-03-05T02:20:48.054Z Checking thiserror v2.0.18
22322026-03-05T02:20:48.144Z Checking pkcs8 v0.10.2
22332026-03-05T02:20:48.184Z Checking tracing v0.1.40
22342026-03-05T02:20:48.226Z Checking http-body v1.0.1
22352026-03-05T02:20:48.469Z Checking rustls-pki-types v1.10.0
22362026-03-05T02:20:48.499Z Checking base64 v0.22.1
22372026-03-05T02:20:48.638Z Checking tinyvec_macros v0.1.1
22382026-03-05T02:20:48.743Z Checking plain v0.2.3
22392026-03-05T02:20:48.849Z Checking tinyvec v1.8.0
22402026-03-05T02:20:48.916Z Checking lazy_static v1.5.0
22412026-03-05T02:20:48.983Z Checking rustix v1.1.3
22422026-03-05T02:20:49.052Z Checking semver v1.0.27
22432026-03-05T02:20:49.080Z Checking zerocopy v0.8.27
22442026-03-05T02:20:49.419Z Checking aws-lc-sys v0.26.0
22452026-03-05T02:20:49.479Z Checking ucd-trie v0.1.7
22462026-03-05T02:20:49.505Z Checking icu_normalizer v1.5.0
22472026-03-05T02:20:49.706Z Checking untrusted v0.9.0
22482026-03-05T02:20:49.731Z Checking try-lock v0.2.5
22492026-03-05T02:20:49.894Z Checking tower-layer v0.3.3
22502026-03-05T02:20:49.920Z Checking adler2 v2.0.0
22512026-03-05T02:20:50.097Z Checking dyn-clone v1.0.20
22522026-03-05T02:20:50.124Z Checking tower-service v0.3.3
22532026-03-05T02:20:50.180Z Checking openssl-probe v0.1.5
22542026-03-05T02:20:50.264Z Checking idna_adapter v1.2.0
22552026-03-05T02:20:50.298Z Checking foreign-types-shared v0.1.1
22562026-03-05T02:20:50.298Z Checking unicode-ident v1.0.19
22572026-03-05T02:20:50.362Z Checking fastrand v2.1.1
22582026-03-05T02:20:50.428Z Checking untrusted v0.7.1
22592026-03-05T02:20:50.469Z Checking idna v1.0.3
22602026-03-05T02:20:50.528Z Checking atomic-waker v1.1.2
22612026-03-05T02:20:50.608Z Checking proc-macro2 v1.0.101
22622026-03-05T02:20:50.691Z Checking foreign-types v0.3.2
22632026-03-05T02:20:50.719Z Checking miniz_oxide v0.8.5
22642026-03-05T02:20:50.795Z Checking ring v0.17.14
22652026-03-05T02:20:50.935Z Checking url v2.5.4
22662026-03-05T02:20:50.967Z Checking tempfile v3.24.0
22672026-03-05T02:20:51.236Z Checking want v0.3.1
22682026-03-05T02:20:51.380Z Checking pest v2.8.2
22692026-03-05T02:20:51.441Z Checking ipnet v2.11.0
22702026-03-05T02:20:51.477Z Checking httparse v1.9.5
22712026-03-05T02:20:51.526Z Checking aws-lc-rs v1.12.4
22722026-03-05T02:20:51.912Z Checking schemars v0.8.22
22732026-03-05T02:20:52.010Z Checking openssl-sys v0.9.109
22742026-03-05T02:20:52.065Z Checking wait-timeout v0.2.0
22752026-03-05T02:20:52.299Z Checking aho-corasick v1.1.3
22762026-03-05T02:20:52.354Z Checking bit-vec v0.8.0
22772026-03-05T02:20:52.757Z Checking utf8parse v0.2.2
22782026-03-05T02:20:52.994Z Checking quick-error v1.2.3
22792026-03-05T02:20:53.070Z Checking pretty-hex v0.4.1
22802026-03-05T02:20:53.139Z Checking powerfmt v0.2.0
22812026-03-05T02:20:53.216Z Checking anstyle v1.0.11
22822026-03-05T02:20:53.324Z Checking httpdate v1.0.3
22832026-03-05T02:20:53.410Z Checking rustls-webpki v0.102.8
22842026-03-05T02:20:53.449Z Checking openssl v0.10.73
22852026-03-05T02:20:53.449Z Checking tokio-util v0.7.15
22862026-03-05T02:20:53.483Z Checking deranged v0.5.3
22872026-03-05T02:20:53.652Z Checking rusty-fork v0.3.0
22882026-03-05T02:20:53.676Z Checking anstyle-parse v0.2.5
22892026-03-05T02:20:53.947Z Checking regex-automata v0.4.11
22902026-03-05T02:20:53.985Z Checking bit-set v0.8.0
22912026-03-05T02:20:54.039Z Compiling newtype-uuid v1.3.2
22922026-03-05T02:20:54.109Z Checking quote v1.0.40
22932026-03-05T02:20:54.281Z Checking unicode-normalization v0.1.24
22942026-03-05T02:20:54.307Z Checking crossbeam-utils v0.8.21
22952026-03-05T02:20:54.393Z Checking rand_xorshift v0.4.0
22962026-03-05T02:20:54.436Z Checking rustix v0.38.37
22972026-03-05T02:20:54.598Z Checking bzip2-sys v0.1.13+1.0.8
22982026-03-05T02:20:54.739Z Checking scroll v0.13.0
22992026-03-05T02:20:54.845Z Checking h2 v0.4.6
23002026-03-05T02:20:55.014Z Checking signature v2.2.0
23012026-03-05T02:20:55.183Z Checking crc32fast v1.4.2
23022026-03-05T02:20:55.244Z Checking time-core v0.1.6
23032026-03-05T02:20:55.286Z Checking is_terminal_polyfill v1.70.1
23042026-03-05T02:20:55.435Z Checking anstyle-query v1.1.1
23052026-03-05T02:20:55.460Z Checking unarray v0.1.4
23062026-03-05T02:20:55.549Z Checking unicode-bidi v0.3.17
23072026-03-05T02:20:55.591Z Checking zlib-rs v0.5.1
23082026-03-05T02:20:55.634Z Checking either v1.15.0
23092026-03-05T02:20:55.948Z Checking colorchoice v1.0.2
23102026-03-05T02:20:56.003Z Checking num-conv v0.1.0
23112026-03-05T02:20:56.128Z Checking siphasher v0.3.11
23122026-03-05T02:20:56.221Z Checking unicode-properties v0.1.3
23132026-03-05T02:20:56.270Z Checking num_threads v0.1.7
23142026-03-05T02:20:56.415Z Checking time v0.3.43
23152026-03-05T02:20:56.449Z Checking phf_shared v0.11.2
23162026-03-05T02:20:56.633Z Checking stringprep v0.1.5
23172026-03-05T02:20:56.730Z Checking anstream v0.6.18
23182026-03-05T02:20:56.939Z Checking proptest v1.7.0
23192026-03-05T02:20:57.179Z Checking goblin v0.10.2
23202026-03-05T02:20:57.495Z Checking crossbeam-epoch v0.9.18
23212026-03-05T02:20:57.590Z Checking libz-rs-sys v0.5.1
23222026-03-05T02:20:57.793Z Checking syn v2.0.114
23232026-03-05T02:20:57.964Z Compiling daft v0.1.4
23242026-03-05T02:20:58.119Z Checking rustls v0.23.19
23252026-03-05T02:20:58.316Z Checking native-tls v0.2.12
23262026-03-05T02:20:58.591Z Checking ipnetwork v0.21.1
23272026-03-05T02:20:58.709Z Checking scroll v0.12.0
23282026-03-05T02:20:58.985Z Checking thiserror v1.0.69
23292026-03-05T02:20:59.095Z Checking toml_datetime v0.6.11
23302026-03-05T02:20:59.161Z Checking serde_spanned v0.6.9
23312026-03-05T02:20:59.258Z Checking zstd-sys v2.0.14+zstd.1.5.7
23322026-03-05T02:20:59.387Z Checking num-integer v0.1.46
23332026-03-05T02:20:59.485Z Checking rand_chacha v0.3.1
23342026-03-05T02:20:59.514Z Checking md-5 v0.10.6
23352026-03-05T02:20:59.743Z Checking sync_wrapper v1.0.1
23362026-03-05T02:20:59.877Z Checking ff v0.13.0
23372026-03-05T02:20:59.910Z Checking hash32 v0.2.1
23382026-03-05T02:20:59.941Z Checking base16ct v0.2.0
23392026-03-05T02:21:00.125Z Checking gimli v0.31.1
23402026-03-05T02:21:00.209Z Checking fallible-iterator v0.2.0
23412026-03-05T02:21:00.233Z Checking psl-types v2.0.11
23422026-03-05T02:21:00.471Z Checking publicsuffix v2.3.0
23432026-03-05T02:21:00.785Z Checking heapless v0.7.17
23442026-03-05T02:21:00.810Z Checking postgres-protocol v0.6.8
23452026-03-05T02:21:01.461Z Checking hyper v1.8.1
23462026-03-05T02:21:01.499Z Checking sec1 v0.7.3
23472026-03-05T02:21:01.709Z Checking group v0.13.0
23482026-03-05T02:21:01.744Z Compiling iddqd v0.3.16
23492026-03-05T02:21:02.006Z Checking tower v0.5.2
23502026-03-05T02:21:02.045Z Checking rand v0.8.5
23512026-03-05T02:21:02.825Z Checking num-iter v0.1.45
23522026-03-05T02:21:02.959Z Checking zstd-safe v7.2.3
23532026-03-05T02:21:03.124Z Checking goblin v0.8.2
23542026-03-05T02:21:03.267Z Checking oxnet v0.1.4
23552026-03-05T02:21:03.293Z Checking dof v0.4.0
23562026-03-05T02:21:03.373Z Checking tokio-rustls v0.26.0
23572026-03-05T02:21:03.408Z Checking hyper-util v0.1.19
23582026-03-05T02:21:03.735Z Checking cookie v0.18.1
23592026-03-05T02:21:03.772Z Checking tokio-native-tls v0.3.1
23602026-03-05T02:21:03.797Z Checking flate2 v1.1.2
23612026-03-05T02:21:03.822Z Checking addr2line v0.24.2
23622026-03-05T02:21:04.050Z Checking terminal_size v0.4.0
23632026-03-05T02:21:04.194Z Checking dtrace-parser v0.3.0
23642026-03-05T02:21:04.228Z Checking rustls-native-certs v0.8.1
23652026-03-05T02:21:04.311Z Checking webpki-roots v1.0.1
23662026-03-05T02:21:04.336Z Checking http-body-util v0.1.3
23672026-03-05T02:21:04.385Z Checking signal-hook v0.3.18
23682026-03-05T02:21:04.486Z Checking hkdf v0.12.4
23692026-03-05T02:21:04.510Z Checking crypto-bigint v0.5.5
23702026-03-05T02:21:04.535Z Checking thread-id v5.0.0
23712026-03-05T02:21:04.665Z Checking object v0.36.5
23722026-03-05T02:21:04.710Z Checking simd-adler32 v0.3.7
23732026-03-05T02:21:04.738Z Compiling rayon-core v1.12.1
23742026-03-05T02:21:04.763Z Checking managed v0.8.0
23752026-03-05T02:21:04.814Z Checking iri-string v0.7.8
23762026-03-05T02:21:05.087Z Checking clap_lex v0.7.4
23772026-03-05T02:21:05.112Z Checking strsim v0.11.1
23782026-03-05T02:21:05.174Z Checking bumpalo v3.16.0
23792026-03-05T02:21:05.451Z Checking ryu v1.0.18
23802026-03-05T02:21:05.506Z Checking rustc-demangle v0.1.24
23812026-03-05T02:21:05.551Z Checking winnow v0.5.40
23822026-03-05T02:21:05.723Z Checking bitflags v1.3.2
23832026-03-05T02:21:05.843Z Checking lockfree-object-pool v0.1.6
23842026-03-05T02:21:05.977Z Checking smoltcp v0.9.1
23852026-03-05T02:21:06.131Z Checking zopfli v0.8.1
23862026-03-05T02:21:06.479Z Checking hyper-rustls v0.27.7
23872026-03-05T02:21:06.812Z Checking hyper-tls v0.6.0
23882026-03-05T02:21:06.937Z Checking serde_urlencoded v0.7.1
23892026-03-05T02:21:07.126Z Checking clap_builder v4.5.48
23902026-03-05T02:21:07.152Z Checking elliptic-curve v0.13.8
23912026-03-05T02:21:07.363Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23922026-03-05T02:21:07.445Z Checking tower-http v0.6.6
23932026-03-05T02:21:07.573Z Checking signal-hook-mio v0.2.4
23942026-03-05T02:21:07.697Z Checking usdt-impl v0.6.0
23952026-03-05T02:21:07.731Z Checking cookie_store v0.21.1
23962026-03-05T02:21:08.026Z Checking zstd v0.13.3
23972026-03-05T02:21:08.295Z Checking num-bigint-dig v0.8.6
23982026-03-05T02:21:08.326Z Checking dof v0.3.0
23992026-03-05T02:21:08.326Z Checking toml_edit v0.19.15
24002026-03-05T02:21:08.358Z Checking postgres-types v0.2.9
24012026-03-05T02:21:08.399Z Checking dtrace-parser v0.2.0
24022026-03-05T02:21:08.500Z Checking bstr v1.10.0
24032026-03-05T02:21:09.003Z Checking regex v1.11.3
24042026-03-05T02:21:09.160Z Checking crossbeam-deque v0.8.5
24052026-03-05T02:21:11.278Z Checking phf v0.11.2
24062026-03-05T02:21:11.410Z Checking ed25519 v2.2.3
24072026-03-05T02:21:11.410Z Checking bzip2 v0.5.2
24082026-03-05T02:21:11.411Z Checking bzip2 v0.4.4
24092026-03-05T02:21:11.411Z Checking curve25519-dalek v4.1.3
24102026-03-05T02:21:11.411Z Checking ref-cast v1.0.25
24112026-03-05T02:21:11.411Z Checking strum v0.27.2
24122026-03-05T02:21:11.411Z Checking hubpack v0.1.2
24132026-03-05T02:21:11.411Z Checking memoffset v0.9.1
24142026-03-05T02:21:11.411Z Checking pkcs1 v0.7.5
24152026-03-05T02:21:11.411Z Checking serde-big-array v0.5.1
24162026-03-05T02:21:11.411Z Checking hex v0.4.3
24172026-03-05T02:21:11.411Z Checking erased-serde v0.3.31
24182026-03-05T02:21:11.412Z Checking float-cmp v0.10.0
24192026-03-05T02:21:11.412Z Checking rfc6979 v0.4.0
24202026-03-05T02:21:11.412Z Checking socket2 v0.5.10
24212026-03-05T02:21:11.412Z Checking memmap2 v0.9.8
24222026-03-05T02:21:11.412Z Checking thread-id v4.2.2
24232026-03-05T02:21:11.412Z Checking env_filter v0.1.2
24242026-03-05T02:21:11.657Z Checking backtrace v0.3.74
24252026-03-05T02:21:11.657Z Checking encoding_rs v0.8.34
24262026-03-05T02:21:11.657Z Checking predicates-core v1.0.8
24272026-03-05T02:21:11.657Z Checking normalize-line-endings v0.3.0
24282026-03-05T02:21:11.658Z Checking fixedbitset v0.5.7
24292026-03-05T02:21:11.658Z Checking difflib v0.4.0
24302026-03-05T02:21:11.658Z Checking whoami v1.5.2
24312026-03-05T02:21:11.658Z Checking minimal-lexical v0.2.1
24322026-03-05T02:21:11.658Z Checking winnow v0.7.14
24332026-03-05T02:21:11.658Z Checking toml_write v0.1.2
24342026-03-05T02:21:11.658Z Checking foldhash v0.2.0
24352026-03-05T02:21:11.658Z Checking fixedbitset v0.4.2
24362026-03-05T02:21:11.658Z Checking keccak v0.1.5
24372026-03-05T02:21:11.658Z Checking jiff v0.2.15
24382026-03-05T02:21:11.715Z Checking static_assertions v1.1.0
24392026-03-05T02:21:11.716Z Checking data-encoding v2.9.0
24402026-03-05T02:21:11.716Z Checking rustc-hash v2.1.1
24412026-03-05T02:21:11.716Z Checking precomputed-hash v0.1.1
24422026-03-05T02:21:11.716Z Checking unicode-segmentation v1.12.0
24432026-03-05T02:21:12.438Z Checking new_debug_unreachable v1.0.6
24442026-03-05T02:21:12.764Z Checking mime v0.3.17
24452026-03-05T02:21:12.764Z Checking string_cache v0.8.9
24462026-03-05T02:21:12.764Z Checking hickory-proto v0.25.2
24472026-03-05T02:21:12.764Z Checking sha3 v0.10.8
24482026-03-05T02:21:12.764Z Checking petgraph v0.6.5
24492026-03-05T02:21:12.764Z Checking similar v2.7.0
24502026-03-05T02:21:12.764Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24512026-03-05T02:21:13.095Z Checking reqwest v0.12.24
24522026-03-05T02:21:13.483Z Checking nom v7.1.3
24532026-03-05T02:21:16.200Z Checking ed25519-dalek v2.1.1
24542026-03-05T02:21:16.511Z Checking toml_edit v0.22.27
24552026-03-05T02:21:16.511Z Checking tokio-postgres v0.7.13
24562026-03-05T02:21:16.512Z Checking predicates v3.1.3
24572026-03-05T02:21:16.512Z Checking petgraph v0.8.2
24582026-03-05T02:21:16.512Z Checking anyhow v1.0.99
24592026-03-05T02:21:16.824Z Checking slog v2.8.2
24602026-03-05T02:21:16.824Z Checking toml v0.7.8
24612026-03-05T02:21:16.824Z Checking env_logger v0.11.8
24622026-03-05T02:21:16.824Z Checking usdt v0.6.0
24632026-03-05T02:21:16.824Z Checking usdt-impl v0.5.0
24642026-03-05T02:21:16.824Z Checking serde_with v3.16.1
24652026-03-05T02:21:17.291Z Checking ecdsa v0.16.9
24662026-03-05T02:21:17.293Z Checking rsa v0.9.8
24672026-03-05T02:21:19.858Z Checking clap v4.5.48
24682026-03-05T02:21:19.858Z Checking nix v0.29.0
24692026-03-05T02:21:19.858Z Checking zip v4.2.0
24702026-03-05T02:21:20.011Z Checking zip v0.6.6
24712026-03-05T02:21:20.011Z Checking crossterm v0.28.1
24722026-03-05T02:21:20.011Z Checking itertools v0.12.1
24732026-03-05T02:21:20.011Z Checking itertools v0.13.0
24742026-03-05T02:21:20.011Z Checking itertools v0.10.5
24752026-03-05T02:21:20.011Z Checking strum v0.26.3
24762026-03-05T02:21:20.011Z Checking tokio-stream v0.1.17
24772026-03-05T02:21:20.011Z Checking ahash v0.8.12
24782026-03-05T02:21:20.011Z Checking fs-err v3.1.1
24792026-03-05T02:21:20.011Z Checking buf-list v1.0.3
24802026-03-05T02:21:20.011Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24812026-03-05T02:21:20.011Z Checking x509-cert v0.2.5
24822026-03-05T02:21:20.011Z Checking openapiv3 v2.2.0
24832026-03-05T02:21:20.011Z Checking sha1 v0.10.6
24842026-03-05T02:21:20.012Z Checking winnow v0.6.26
24852026-03-05T02:21:20.012Z Checking peg-runtime v0.8.5
24862026-03-05T02:21:20.142Z Checking lalrpop-util v0.19.12
24872026-03-05T02:21:20.333Z Checking rayon v1.10.0
24882026-03-05T02:21:23.034Z Checking camino v1.2.2
24892026-03-05T02:21:23.034Z Checking sigpipe v0.1.3
24902026-03-05T02:21:23.035Z Checking glob v0.3.2
24912026-03-05T02:21:23.663Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24922026-03-05T02:21:26.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.39s
24932026-03-05T02:21:26.597Z
24942026-03-05T02:21:26.597Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (51/252)
24952026-03-05T02:21:26.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24962026-03-05T02:21:26.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24972026-03-05T02:21:28.843Z Compiling regress v0.10.4
24982026-03-05T02:21:28.843Z Compiling unsafe-libyaml v0.2.11
24992026-03-05T02:21:28.844Z Checking newtype-uuid v1.3.2
25002026-03-05T02:21:28.844Z Compiling structmeta-derive v0.3.0
25012026-03-05T02:21:28.844Z Compiling rustls v0.22.4
25022026-03-05T02:21:28.844Z Compiling multer v3.1.0
25032026-03-05T02:21:28.844Z Checking heck v0.5.0
25042026-03-05T02:21:28.844Z Compiling newtype-uuid-macros v0.1.0
25052026-03-05T02:21:28.844Z Checking daft v0.1.4
25062026-03-05T02:21:28.844Z Compiling async-stream-impl v0.3.6
25072026-03-05T02:21:28.844Z Checking futures-executor v0.3.31
25082026-03-05T02:21:29.199Z Compiling dropshot v0.16.7
25092026-03-05T02:21:29.199Z Checking iddqd v0.3.16
25102026-03-05T02:21:29.199Z Compiling serde_yaml v0.9.34+deprecated
25112026-03-05T02:21:29.199Z Checking futures v0.3.31
25122026-03-05T02:21:29.200Z Compiling dropshot_endpoint v0.16.7
25132026-03-05T02:21:29.200Z Checking match_cfg v0.1.0
25142026-03-05T02:21:29.200Z Checking hostname v0.3.1
25152026-03-05T02:21:29.200Z Checking thread_local v1.1.8
25162026-03-05T02:21:29.200Z Checking unicode-width v0.1.14
25172026-03-05T02:21:29.200Z Checking crossbeam-channel v0.5.15
25182026-03-05T02:21:29.200Z Compiling structmeta v0.3.0
25192026-03-05T02:21:29.200Z Checking is-terminal v0.4.13
25202026-03-05T02:21:29.200Z Checking term v1.1.0
25212026-03-05T02:21:29.200Z Compiling derive-ex v0.1.8
25222026-03-05T02:21:29.201Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25232026-03-05T02:21:29.201Z Checking take_mut v0.2.2
25242026-03-05T02:21:29.201Z Compiling parse-display-derive v0.10.0
25252026-03-05T02:21:29.368Z Checking slog-async v2.8.0
25262026-03-05T02:21:29.368Z Checking slog-term v2.9.2
25272026-03-05T02:21:29.507Z Checking typify-impl v0.4.3
25282026-03-05T02:21:29.507Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25292026-03-05T02:21:31.478Z Checking debug-ignore v1.0.5
25302026-03-05T02:21:31.478Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25312026-03-05T02:21:31.629Z Checking toml_parser v1.0.6+spec-1.1.0
25322026-03-05T02:21:31.629Z Checking slog-json v2.6.1
25332026-03-05T02:21:31.828Z Checking macaddr v1.0.1
25342026-03-05T02:21:31.943Z Checking toml_datetime v0.7.5+spec-1.1.0
25352026-03-05T02:21:31.943Z Checking serde_spanned v1.0.4
25362026-03-05T02:21:32.039Z Checking toml_writer v1.0.6+spec-1.1.0
25372026-03-05T02:21:32.109Z Checking slog-bunyan v2.5.0
25382026-03-05T02:21:32.160Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25392026-03-05T02:21:32.278Z Checking tabwriter v1.4.0
25402026-03-05T02:21:32.376Z Checking toml v0.9.11+spec-1.1.0
25412026-03-05T02:21:32.508Z Compiling test-strategy v0.4.3
25422026-03-05T02:21:32.586Z Checking async-stream v0.3.6
25432026-03-05T02:21:32.821Z Checking waitgroup v0.1.2
25442026-03-05T02:21:32.946Z Checking rustls-pemfile v2.2.0
25452026-03-05T02:21:33.029Z Checking serde_path_to_error v0.1.20
25462026-03-05T02:21:33.135Z Checking hostname v0.4.2
25472026-03-05T02:21:33.228Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
25482026-03-05T02:21:33.260Z Compiling itertools v0.14.0
25492026-03-05T02:21:33.260Z Checking progenitor-client v0.11.2
25502026-03-05T02:21:33.415Z Checking progenitor-client v0.10.0
25512026-03-05T02:21:33.772Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
25522026-03-05T02:21:33.844Z Checking instant v0.1.13
25532026-03-05T02:21:33.931Z Checking colored v3.0.0
25542026-03-05T02:21:33.969Z Checking parse-display v0.10.0
25552026-03-05T02:21:34.009Z Checking backoff v0.4.0
25562026-03-05T02:21:34.061Z Checking tokio-rustls v0.25.0
25572026-03-05T02:21:34.260Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25582026-03-05T02:21:34.319Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
25592026-03-05T02:21:34.365Z Compiling proc-macro-crate v1.3.1
25602026-03-05T02:21:34.453Z Compiling proc-macro-error v1.0.4
25612026-03-05T02:21:35.054Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25622026-03-05T02:21:35.204Z Compiling num_enum_derive v0.5.11
25632026-03-05T02:21:35.313Z Compiling heapless v0.8.0
25642026-03-05T02:21:35.442Z Checking hash32 v0.3.1
25652026-03-05T02:21:35.751Z Compiling smoltcp v0.11.0
25662026-03-05T02:21:35.871Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25672026-03-05T02:21:36.249Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25682026-03-05T02:21:36.319Z Compiling ingot-macros v0.1.1
25692026-03-05T02:21:36.568Z Compiling foreign-types-macros v0.2.3
25702026-03-05T02:21:36.603Z Compiling crucible-workspace-hack v0.1.0
25712026-03-05T02:21:36.805Z Checking cobs v0.2.3
25722026-03-05T02:21:36.893Z Checking foreign-types-shared v0.3.1
25732026-03-05T02:21:37.008Z Checking postcard v1.0.10
25742026-03-05T02:21:37.192Z Checking num_enum v0.5.11
25752026-03-05T02:21:37.391Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25762026-03-05T02:21:37.449Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25772026-03-05T02:21:37.519Z Checking cstr-argument v0.1.2
25782026-03-05T02:21:37.729Z Checking foreign-types v0.5.0
25792026-03-05T02:21:37.759Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25802026-03-05T02:21:37.865Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
25812026-03-05T02:21:37.972Z Checking pretty-hex v0.2.1
25822026-03-05T02:21:38.212Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25832026-03-05T02:21:38.335Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25842026-03-05T02:21:38.335Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25852026-03-05T02:21:38.447Z Checking colored v2.2.0
25862026-03-05T02:21:38.527Z Checking secrecy v0.10.3
25872026-03-05T02:21:38.590Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25882026-03-05T02:21:38.655Z Checking camino-tempfile v1.4.1
25892026-03-05T02:21:38.656Z Compiling nix v0.30.1
25902026-03-05T02:21:38.730Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25912026-03-05T02:21:38.919Z Compiling convert_case v0.4.0
25922026-03-05T02:21:39.323Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25932026-03-05T02:21:39.494Z Compiling zone_cfg_derive v0.3.0
25942026-03-05T02:21:39.562Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25952026-03-05T02:21:39.630Z Checking smf v0.2.3
25962026-03-05T02:21:39.795Z Compiling derive_more v0.99.20
25972026-03-05T02:21:39.898Z Compiling num-derive v0.4.2
25982026-03-05T02:21:40.058Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25992026-03-05T02:21:40.419Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26002026-03-05T02:21:40.474Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26012026-03-05T02:21:40.746Z Checking zone v0.3.1
26022026-03-05T02:21:40.874Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26032026-03-05T02:21:40.946Z Compiling typify-macro v0.4.3
26042026-03-05T02:21:41.775Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
26052026-03-05T02:21:42.444Z Checking ingot-types v0.1.2
26062026-03-05T02:21:43.191Z Checking ingot v0.1.1
26072026-03-05T02:21:44.703Z Compiling typify v0.4.3
26082026-03-05T02:21:44.943Z Compiling progenitor-impl v0.11.2
26092026-03-05T02:21:46.201Z Compiling typify-impl v0.2.0
26102026-03-05T02:21:46.573Z Checking num-rational v0.4.2
26112026-03-05T02:21:46.804Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26122026-03-05T02:21:47.556Z Checking num-complex v0.4.6
26132026-03-05T02:21:48.105Z Checking unicode-width v0.2.0
26142026-03-05T02:21:48.357Z Checking num v0.4.3
26152026-03-05T02:21:48.711Z Checking password-hash v0.5.0
26162026-03-05T02:21:49.189Z Compiling usdt-attr-macro v0.5.0
26172026-03-05T02:21:49.307Z Compiling usdt-macro v0.5.0
26182026-03-05T02:21:49.382Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26192026-03-05T02:21:49.477Z Checking blake2 v0.10.6
26202026-03-05T02:21:49.971Z Compiling thiserror-impl-no-std v2.0.2
26212026-03-05T02:21:49.996Z Checking universal-hash v0.5.1
26222026-03-05T02:21:50.706Z Checking memmap v0.7.0
26232026-03-05T02:21:50.730Z Checking half v2.4.1
26242026-03-05T02:21:50.937Z Checking opaque-debug v0.3.1
26252026-03-05T02:21:51.049Z Checking float-ord v0.3.2
26262026-03-05T02:21:51.204Z Checking ciborium-io v0.2.2
26272026-03-05T02:21:51.261Z Checking poly1305 v0.8.0
26282026-03-05T02:21:51.361Z Checking ciborium-ll v0.2.2
26292026-03-05T02:21:51.385Z Checking usdt v0.5.0
26302026-03-05T02:21:51.466Z Compiling progenitor-macro v0.11.2
26312026-03-05T02:21:51.694Z Checking argon2 v0.5.3
26322026-03-05T02:21:51.723Z Checking console v0.15.10
26332026-03-05T02:21:51.757Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26342026-03-05T02:21:51.809Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
26352026-03-05T02:21:52.194Z Checking toml v0.8.23
26362026-03-05T02:21:52.334Z Checking chacha20 v0.9.1
26372026-03-05T02:21:52.396Z Checking aead v0.5.2
26382026-03-05T02:21:52.479Z Compiling semver v0.1.20
26392026-03-05T02:21:52.505Z Checking thiserror-no-std v2.0.2
26402026-03-05T02:21:52.674Z Checking vsss-rs v3.3.4
26412026-03-05T02:21:52.720Z Checking chacha20poly1305 v0.10.1
26422026-03-05T02:21:52.871Z Compiling rustc_version v0.1.7
26432026-03-05T02:21:52.951Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26442026-03-05T02:21:52.987Z Checking ciborium v0.2.2
26452026-03-05T02:21:53.083Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
26462026-03-05T02:21:53.363Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26472026-03-05T02:21:53.847Z Compiling pin-project-internal v1.1.6
26482026-03-05T02:21:53.952Z Checking linked-hash-map v0.5.6
26492026-03-05T02:21:53.992Z Checking indent_write v2.2.0
26502026-03-05T02:21:54.218Z Checking siphasher v1.0.1
26512026-03-05T02:21:54.289Z Checking lru-cache v0.1.2
26522026-03-05T02:21:54.499Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26532026-03-05T02:21:54.545Z Checking phf_shared v0.12.1
26542026-03-05T02:21:54.813Z Compiling newtype_derive v0.1.6
26552026-03-05T02:21:54.837Z Compiling progenitor-impl v0.10.0
26562026-03-05T02:21:55.901Z Checking resolv-conf v0.7.0
26572026-03-05T02:21:56.234Z Checking newline-converter v0.3.0
26582026-03-05T02:21:56.365Z Checking pin-project v1.1.6
26592026-03-05T02:21:56.429Z Checking hickory-proto v0.24.4
26602026-03-05T02:21:56.512Z Checking atomicwrites v0.4.4
26612026-03-05T02:21:56.734Z Checking prettyplease v0.2.36
26622026-03-05T02:21:57.073Z Compiling typify-macro v0.2.0
26632026-03-05T02:21:57.337Z Checking pem v3.0.5
26642026-03-05T02:21:57.427Z Compiling snafu-derive v0.8.5
26652026-03-05T02:21:57.633Z Checking csv-core v0.1.11
26662026-03-05T02:21:57.858Z Compiling derive-where v1.5.0
26672026-03-05T02:21:57.977Z Compiling async-recursion v1.1.1
26682026-03-05T02:21:58.827Z Compiling slog-dtrace v0.3.0
26692026-03-05T02:21:59.159Z Compiling cancel-safe-futures v0.1.5
26702026-03-05T02:21:59.419Z Compiling owo-colors v4.2.3
26712026-03-05T02:21:59.518Z Checking swrite v0.1.0
26722026-03-05T02:21:59.676Z Compiling chrono-tz v0.10.4
26732026-03-05T02:22:00.000Z Checking same-file v1.0.6
26742026-03-05T02:22:00.072Z Checking highway v1.3.0
26752026-03-05T02:22:00.263Z Checking walkdir v2.5.0
26762026-03-05T02:22:00.597Z Compiling const_format_proc_macros v0.2.34
26772026-03-05T02:22:00.680Z Checking hickory-resolver v0.24.4
26782026-03-05T02:22:00.777Z Compiling typify v0.2.0
26792026-03-05T02:22:00.883Z Compiling progenitor-impl v0.8.0
26802026-03-05T02:22:00.956Z Checking csv v1.3.1
26812026-03-05T02:22:01.016Z Compiling progenitor-macro v0.10.0
26822026-03-05T02:22:01.116Z Checking expectorate v1.2.0
26832026-03-05T02:22:01.394Z Checking phf v0.12.1
26842026-03-05T02:22:01.701Z Checking tokio-dtrace v0.1.0
26852026-03-05T02:22:01.880Z Checking snafu v0.8.5
26862026-03-05T02:22:02.044Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
26872026-03-05T02:22:02.290Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26882026-03-05T02:22:02.322Z Checking globset v0.4.15
26892026-03-05T02:22:02.388Z Checking olpc-cjson v0.1.4
26902026-03-05T02:22:02.628Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26912026-03-05T02:22:02.851Z Checking libsw-core v0.3.1
26922026-03-05T02:22:03.104Z Compiling lzma-sys v0.1.20
26932026-03-05T02:22:03.221Z Checking progenitor v0.11.2
26942026-03-05T02:22:03.522Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
26952026-03-05T02:22:03.673Z Checking serde_plain v1.0.2
26962026-03-05T02:22:03.904Z Checking typed-path v0.9.3
26972026-03-05T02:22:03.960Z Checking utf-8 v0.7.6
26982026-03-05T02:22:03.986Z Checking bytecount v0.6.8
26992026-03-05T02:22:04.178Z Checking arc-swap v1.7.1
27002026-03-05T02:22:04.210Z Checking tungstenite v0.21.0
27012026-03-05T02:22:04.625Z Checking slog-scope v4.4.0
27022026-03-05T02:22:04.892Z Checking papergrid v0.11.0
27032026-03-05T02:22:06.347Z Checking libsw v3.5.0
27042026-03-05T02:22:07.197Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27052026-03-05T02:22:07.197Z Checking const_format v0.2.34
27062026-03-05T02:22:07.197Z Checking tough v0.20.0
27072026-03-05T02:22:07.197Z Checking qorb v0.4.1
27082026-03-05T02:22:07.197Z Checking oxide-tokio-rt v0.1.2
27092026-03-05T02:22:07.197Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
27102026-03-05T02:22:07.295Z Compiling progenitor-macro v0.8.0
27112026-03-05T02:22:09.920Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27122026-03-05T02:22:10.582Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
27132026-03-05T02:22:10.609Z Compiling tabled_derive v0.7.0
27142026-03-05T02:22:10.878Z Checking progenitor-client v0.8.0
27152026-03-05T02:22:11.204Z Checking gethostname v0.5.0
27162026-03-05T02:22:11.292Z Compiling heck v0.3.3
27172026-03-05T02:22:11.381Z Checking bcs v0.1.6
27182026-03-05T02:22:11.634Z Checking unicode-linebreak v0.1.5
27192026-03-05T02:22:11.837Z Checking smawk v0.3.2
27202026-03-05T02:22:12.111Z Checking linear-map v1.2.0
27212026-03-05T02:22:12.143Z Checking termtree v0.5.1
27222026-03-05T02:22:12.422Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27232026-03-05T02:22:12.470Z Checking textwrap v0.16.2
27242026-03-05T02:22:12.566Z Checking progenitor v0.10.0
27252026-03-05T02:22:12.594Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27262026-03-05T02:22:12.663Z Checking tabled v0.15.0
27272026-03-05T02:22:12.859Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27282026-03-05T02:22:12.964Z Compiling zone_cfg_derive v0.1.2
27292026-03-05T02:22:15.628Z Checking steno v0.4.1
27302026-03-05T02:22:15.929Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27312026-03-05T02:22:16.486Z Checking tokio-tungstenite v0.21.0
27322026-03-05T02:22:16.514Z Checking slog-stdlog v4.1.1
27332026-03-05T02:22:16.727Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27342026-03-05T02:22:17.002Z Checking number_prefix v0.4.0
27352026-03-05T02:22:17.042Z Checking base64 v0.13.1
27362026-03-05T02:22:17.124Z Checking humantime v2.2.0
27372026-03-05T02:22:17.263Z Checking base64 v0.21.7
27382026-03-05T02:22:17.461Z Checking indicatif v0.17.11
27392026-03-05T02:22:17.520Z Checking ron v0.7.1
27402026-03-05T02:22:17.707Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27412026-03-05T02:22:17.797Z Checking slog-envlogger v2.2.0
27422026-03-05T02:22:17.900Z Checking xz2 v0.1.7
27432026-03-05T02:22:18.109Z Checking zone v0.1.8
27442026-03-05T02:22:18.278Z Checking xattr v1.3.1
27452026-03-05T02:22:18.400Z Checking yasna v0.5.2
27462026-03-05T02:22:18.400Z Checking headers-core v0.3.0
27472026-03-05T02:22:18.556Z Checking filetime v0.2.26
27482026-03-05T02:22:18.556Z Checking headers v0.4.1
27492026-03-05T02:22:18.782Z Checking subprocess v0.2.9
27502026-03-05T02:22:18.941Z Checking progenitor v0.8.0
27512026-03-05T02:22:18.941Z Checking tar v0.4.44
27522026-03-05T02:22:19.060Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27532026-03-05T02:22:19.209Z Checking rcgen v0.12.1
27542026-03-05T02:22:22.791Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
27552026-03-05T02:22:24.259Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27562026-03-05T02:22:24.259Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27572026-03-05T02:22:24.286Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
27582026-03-05T02:22:25.123Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27592026-03-05T02:22:25.470Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27602026-03-05T02:22:26.719Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27612026-03-05T02:22:28.233Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27622026-03-05T02:22:28.285Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27632026-03-05T02:22:29.079Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27642026-03-05T02:22:29.191Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
27652026-03-05T02:22:29.225Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27662026-03-05T02:22:30.130Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27672026-03-05T02:22:30.952Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
27682026-03-05T02:22:32.062Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
27692026-03-05T02:22:34.567Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27702026-03-05T02:22:39.914Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27712026-03-05T02:22:43.447Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27722026-03-05T02:22:45.258Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
27732026-03-05T02:22:51.586Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27742026-03-05T02:23:05.827Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27752026-03-05T02:23:09.079Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27762026-03-05T02:23:11.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 47s
27772026-03-05T02:23:12.153Z
27782026-03-05T02:23:12.154Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (52/252)
27792026-03-05T02:23:13.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27802026-03-05T02:23:13.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27812026-03-05T02:23:13.764Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27822026-03-05T02:23:16.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.61s
27832026-03-05T02:23:17.012Z
27842026-03-05T02:23:17.012Zinfo: running `cargo check --bins` on nexus-config (53/252)
27852026-03-05T02:23:18.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27862026-03-05T02:23:18.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27872026-03-05T02:23:18.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27882026-03-05T02:23:18.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
27892026-03-05T02:23:18.426Z
27902026-03-05T02:23:18.426Zinfo: running `cargo check --bins` on nexus-types (54/252)
27912026-03-05T02:23:19.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27922026-03-05T02:23:19.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27932026-03-05T02:23:19.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27942026-03-05T02:23:19.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
27952026-03-05T02:23:19.993Z
27962026-03-05T02:23:19.993Zinfo: running `cargo check --bins` on clickhouse-admin-types (55/252)
27972026-03-05T02:23:21.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27982026-03-05T02:23:21.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27992026-03-05T02:23:21.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28002026-03-05T02:23:21.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
28012026-03-05T02:23:21.420Z
28022026-03-05T02:23:21.420Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (56/252)
28032026-03-05T02:23:22.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28042026-03-05T02:23:22.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28052026-03-05T02:23:22.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28062026-03-05T02:23:22.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s
28072026-03-05T02:23:22.822Z
28082026-03-05T02:23:22.823Zinfo: running `cargo check --bins` on cockroach-admin-types (57/252)
28092026-03-05T02:23:24.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28102026-03-05T02:23:24.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28112026-03-05T02:23:24.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28122026-03-05T02:23:24.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
28132026-03-05T02:23:24.236Z
28142026-03-05T02:23:24.236Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (58/252)
28152026-03-05T02:23:25.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28162026-03-05T02:23:25.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28172026-03-05T02:23:25.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28182026-03-05T02:23:25.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s
28192026-03-05T02:23:25.562Z
28202026-03-05T02:23:25.562Zinfo: running `cargo check --bins` on ereport-types (59/252)
28212026-03-05T02:23:26.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28222026-03-05T02:23:26.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28232026-03-05T02:23:26.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28242026-03-05T02:23:26.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s
28252026-03-05T02:23:26.959Z
28262026-03-05T02:23:26.959Zinfo: running `cargo check --bins` on gateway-client (60/252)
28272026-03-05T02:23:28.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28282026-03-05T02:23:28.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28292026-03-05T02:23:28.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28302026-03-05T02:23:28.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
28312026-03-05T02:23:28.448Z
28322026-03-05T02:23:28.448Zinfo: running `cargo check --bins --no-default-features` on gateway-types (61/252)
28332026-03-05T02:23:29.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28342026-03-05T02:23:29.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28352026-03-05T02:23:29.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28362026-03-05T02:23:29.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s
28372026-03-05T02:23:29.757Z
28382026-03-05T02:23:29.757Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (62/252)
28392026-03-05T02:23:30.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28402026-03-05T02:23:30.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28412026-03-05T02:23:30.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28422026-03-05T02:23:30.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s
28432026-03-05T02:23:31.052Z
28442026-03-05T02:23:31.052Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (63/252)
28452026-03-05T02:23:32.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28462026-03-05T02:23:32.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28472026-03-05T02:23:32.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28482026-03-05T02:23:32.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
28492026-03-05T02:23:32.473Z
28502026-03-05T02:23:32.473Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (64/252)
28512026-03-05T02:23:34.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28522026-03-05T02:23:34.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28532026-03-05T02:23:34.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28542026-03-05T02:23:34.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s
28552026-03-05T02:23:34.494Z
28562026-03-05T02:23:34.494Zinfo: running `cargo check --bins` on internal-dns-types (65/252)
28572026-03-05T02:23:35.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28582026-03-05T02:23:35.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28592026-03-05T02:23:35.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28602026-03-05T02:23:35.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
28612026-03-05T02:23:35.376Z
28622026-03-05T02:23:35.376Zinfo: running `cargo check --bins` on internal-dns-types-versions (66/252)
28632026-03-05T02:23:36.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28642026-03-05T02:23:36.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28652026-03-05T02:23:36.723Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28662026-03-05T02:23:36.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
28672026-03-05T02:23:36.850Z
28682026-03-05T02:23:36.850Zinfo: running `cargo check --bins` on nexus-types-versions (67/252)
28692026-03-05T02:23:38.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28702026-03-05T02:23:38.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28712026-03-05T02:23:38.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28722026-03-05T02:23:38.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.58s
28732026-03-05T02:23:38.584Z
28742026-03-05T02:23:38.584Zinfo: running `cargo check --bins` on omicron-passwords (68/252)
28752026-03-05T02:23:39.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28762026-03-05T02:23:39.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28772026-03-05T02:23:39.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28782026-03-05T02:23:39.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s
28792026-03-05T02:23:39.948Z
28802026-03-05T02:23:39.948Zinfo: running `cargo check --bins` on oxql-types (69/252)
28812026-03-05T02:23:41.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28822026-03-05T02:23:41.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28832026-03-05T02:23:41.352Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28842026-03-05T02:23:41.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
28852026-03-05T02:23:41.492Z
28862026-03-05T02:23:41.492Zinfo: running `cargo check --bins` on oximeter-types (70/252)
28872026-03-05T02:23:42.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28882026-03-05T02:23:42.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28892026-03-05T02:23:42.759Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28902026-03-05T02:23:42.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s
28912026-03-05T02:23:42.874Z
28922026-03-05T02:23:42.874Zinfo: running `cargo check --bins` on oximeter-types-versions (71/252)
28932026-03-05T02:23:44.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28942026-03-05T02:23:44.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28952026-03-05T02:23:44.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28962026-03-05T02:23:44.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
28972026-03-05T02:23:44.304Z
28982026-03-05T02:23:44.304Zinfo: running `cargo check --bins` on oximeter-macro-impl (72/252)
28992026-03-05T02:23:45.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29002026-03-05T02:23:45.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29012026-03-05T02:23:45.609Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29022026-03-05T02:23:45.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s
29032026-03-05T02:23:45.782Z
29042026-03-05T02:23:45.782Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (73/252)
29052026-03-05T02:23:47.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29062026-03-05T02:23:47.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29072026-03-05T02:23:47.548Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29082026-03-05T02:23:48.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.85s
29092026-03-05T02:23:48.918Z
29102026-03-05T02:23:48.918Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (74/252)
29112026-03-05T02:23:50.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29122026-03-05T02:23:50.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29132026-03-05T02:23:50.494Z Compiling object v0.37.3
29142026-03-05T02:23:50.540Z Compiling stacker v0.1.23
29152026-03-05T02:23:50.565Z Compiling cfg_aliases v0.1.1
29162026-03-05T02:23:50.565Z Compiling convert_case v0.7.1
29172026-03-05T02:23:50.565Z Compiling vte_generate_state_changes v0.1.2
29182026-03-05T02:23:50.647Z Checking fd-lock v4.0.2
29192026-03-05T02:23:50.672Z Checking nibble_vec v0.1.0
29202026-03-05T02:23:50.672Z Compiling recursive-proc-macro-impl v0.1.1
29212026-03-05T02:23:50.734Z Compiling nix v0.28.0
29222026-03-05T02:23:50.900Z Checking endian-type v0.1.2
29232026-03-05T02:23:50.946Z Compiling peg-macros v0.8.5
29242026-03-05T02:23:51.152Z Checking radix_trie v0.2.1
29252026-03-05T02:23:51.193Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29262026-03-05T02:23:51.339Z Checking vte v0.11.1
29272026-03-05T02:23:51.533Z Compiling derive_more-impl v2.0.1
29282026-03-05T02:23:51.594Z Compiling sqlparser_derive v0.5.0
29292026-03-05T02:23:51.626Z Checking unicode_categories v0.1.1
29302026-03-05T02:23:51.982Z Checking home v0.5.9
29312026-03-05T02:23:52.194Z Checking nu-ansi-term v0.50.1
29322026-03-05T02:23:52.516Z Checking sqlformat v0.3.5
29332026-03-05T02:23:52.659Z Checking display-error-chain v0.2.2
29342026-03-05T02:23:53.084Z Checking strip-ansi-escapes v0.2.0
29352026-03-05T02:23:53.293Z Checking reedline v0.40.0
29362026-03-05T02:23:53.443Z Checking derive_more v2.0.1
29372026-03-05T02:23:53.632Z Checking crossterm v0.29.0
29382026-03-05T02:23:53.924Z Checking peg v0.8.5
29392026-03-05T02:23:54.404Z Checking rustyline v14.0.0
29402026-03-05T02:23:58.462Z Compiling ar_archive_writer v0.5.1
29412026-03-05T02:24:00.373Z Compiling psm v0.1.30
29422026-03-05T02:24:01.346Z Checking recursive v0.1.1
29432026-03-05T02:24:01.506Z Checking sqlparser v0.61.0
29442026-03-05T02:24:35.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.80s
29452026-03-05T02:24:36.059Z
29462026-03-05T02:24:36.059Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (75/252)
29472026-03-05T02:24:37.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29482026-03-05T02:24:37.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29492026-03-05T02:24:37.682Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29502026-03-05T02:24:46.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.56s
29512026-03-05T02:24:46.897Z
29522026-03-05T02:24:46.897Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (76/252)
29532026-03-05T02:24:48.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29542026-03-05T02:24:48.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29552026-03-05T02:24:48.469Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29562026-03-05T02:24:54.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.79s
29572026-03-05T02:24:54.925Z
29582026-03-05T02:24:54.925Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (77/252)
29592026-03-05T02:24:56.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29602026-03-05T02:24:56.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29612026-03-05T02:24:56.440Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29622026-03-05T02:25:04.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.55s
29632026-03-05T02:25:04.713Z
29642026-03-05T02:25:04.713Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (78/252)
29652026-03-05T02:25:05.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29662026-03-05T02:25:05.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29672026-03-05T02:25:06.116Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29682026-03-05T02:25:14.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.59s
29692026-03-05T02:25:14.519Z
29702026-03-05T02:25:14.519Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (79/252)
29712026-03-05T02:25:15.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29722026-03-05T02:25:15.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29732026-03-05T02:25:15.958Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29742026-03-05T02:25:25.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.70s
29752026-03-05T02:25:26.003Z
29762026-03-05T02:25:26.003Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (80/252)
29772026-03-05T02:25:26.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29782026-03-05T02:25:26.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29792026-03-05T02:25:26.003Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29802026-03-05T02:25:33.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.05s
29812026-03-05T02:25:34.025Z
29822026-03-05T02:25:34.025Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (81/252)
29832026-03-05T02:25:34.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29842026-03-05T02:25:34.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29852026-03-05T02:25:34.026Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29862026-03-05T02:25:40.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.88s
29872026-03-05T02:25:40.839Z
29882026-03-05T02:25:40.839Zinfo: running `cargo check --bins` on oximeter (82/252)
29892026-03-05T02:25:42.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29902026-03-05T02:25:42.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29912026-03-05T02:25:42.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29922026-03-05T02:25:42.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s
29932026-03-05T02:25:42.203Z
29942026-03-05T02:25:42.203Zinfo: running `cargo check --bins` on oximeter-schema (83/252)
29952026-03-05T02:25:43.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29962026-03-05T02:25:43.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29972026-03-05T02:25:43.644Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
29982026-03-05T02:25:43.797Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
29992026-03-05T02:25:44.467Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30002026-03-05T02:25:55.960Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30012026-03-05T02:25:56.712Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30022026-03-05T02:25:59.880Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30032026-03-05T02:26:01.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.29s
30042026-03-05T02:26:01.706Z
30052026-03-05T02:26:01.706Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (84/252)
30062026-03-05T02:26:02.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30072026-03-05T02:26:02.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30082026-03-05T02:26:02.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30092026-03-05T02:26:02.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s
30102026-03-05T02:26:03.056Z
30112026-03-05T02:26:03.056Zinfo: running `cargo check --bins` on oximeter-test-utils (85/252)
30122026-03-05T02:26:04.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30132026-03-05T02:26:04.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30142026-03-05T02:26:04.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30152026-03-05T02:26:04.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
30162026-03-05T02:26:04.479Z
30172026-03-05T02:26:04.479Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (86/252)
30182026-03-05T02:26:05.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30192026-03-05T02:26:05.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30202026-03-05T02:26:05.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30212026-03-05T02:26:05.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s
30222026-03-05T02:26:05.842Z
30232026-03-05T02:26:05.842Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (87/252)
30242026-03-05T02:26:07.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30252026-03-05T02:26:07.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30262026-03-05T02:26:07.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30272026-03-05T02:26:07.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s
30282026-03-05T02:26:07.173Z
30292026-03-05T02:26:07.173Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (88/252)
30302026-03-05T02:26:08.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30312026-03-05T02:26:08.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30322026-03-05T02:26:08.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30332026-03-05T02:26:08.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s
30342026-03-05T02:26:08.524Z
30352026-03-05T02:26:08.524Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (89/252)
30362026-03-05T02:26:09.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30372026-03-05T02:26:09.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30382026-03-05T02:26:09.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30392026-03-05T02:26:09.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s
30402026-03-05T02:26:09.867Z
30412026-03-05T02:26:09.867Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (90/252)
30422026-03-05T02:26:11.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30432026-03-05T02:26:11.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30442026-03-05T02:26:11.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30452026-03-05T02:26:11.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s
30462026-03-05T02:26:11.199Z
30472026-03-05T02:26:11.199Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (91/252)
30482026-03-05T02:26:12.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30492026-03-05T02:26:12.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30502026-03-05T02:26:12.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30512026-03-05T02:26:12.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s
30522026-03-05T02:26:12.515Z
30532026-03-05T02:26:12.515Zinfo: running `cargo check --bins --no-default-features` on gfss (92/252)
30542026-03-05T02:26:13.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30552026-03-05T02:26:13.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30562026-03-05T02:26:13.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30572026-03-05T02:26:13.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s
30582026-03-05T02:26:13.824Z
30592026-03-05T02:26:13.824Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (93/252)
30602026-03-05T02:26:14.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30612026-03-05T02:26:14.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30622026-03-05T02:26:14.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30632026-03-05T02:26:14.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
30642026-03-05T02:26:15.082Z
30652026-03-05T02:26:15.082Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (94/252)
30662026-03-05T02:26:16.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30672026-03-05T02:26:16.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30682026-03-05T02:26:16.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30692026-03-05T02:26:16.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s
30702026-03-05T02:26:16.433Z
30712026-03-05T02:26:16.433Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (95/252)
30722026-03-05T02:26:17.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30732026-03-05T02:26:17.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30742026-03-05T02:26:17.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30752026-03-05T02:26:17.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s
30762026-03-05T02:26:17.796Z
30772026-03-05T02:26:17.796Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (96/252)
30782026-03-05T02:26:19.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30792026-03-05T02:26:19.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30802026-03-05T02:26:19.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30812026-03-05T02:26:19.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s
30822026-03-05T02:26:19.180Z
30832026-03-05T02:26:19.180Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (97/252)
30842026-03-05T02:26:20.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30852026-03-05T02:26:20.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30862026-03-05T02:26:20.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30872026-03-05T02:26:20.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
30882026-03-05T02:26:20.627Z
30892026-03-05T02:26:20.627Zinfo: running `cargo check --bins` on trust-quorum-types (98/252)
30902026-03-05T02:26:21.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30912026-03-05T02:26:21.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30922026-03-05T02:26:21.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30932026-03-05T02:26:21.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s
30942026-03-05T02:26:21.954Z
30952026-03-05T02:26:21.954Zinfo: running `cargo check --bins` on trust-quorum-test-utils (99/252)
30962026-03-05T02:26:23.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30972026-03-05T02:26:23.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30982026-03-05T02:26:23.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30992026-03-05T02:26:23.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s
31002026-03-05T02:26:23.324Z
31012026-03-05T02:26:23.324Zinfo: running `cargo check --bins` on update-engine (100/252)
31022026-03-05T02:26:24.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31032026-03-05T02:26:24.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31042026-03-05T02:26:24.569Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31052026-03-05T02:26:24.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s
31062026-03-05T02:26:24.676Z
31072026-03-05T02:26:24.677Zinfo: running `cargo check --bins` on omicron-certificates (101/252)
31082026-03-05T02:26:25.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31092026-03-05T02:26:25.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31102026-03-05T02:26:25.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31112026-03-05T02:26:25.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s
31122026-03-05T02:26:25.995Z
31132026-03-05T02:26:25.995Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (102/252)
31142026-03-05T02:26:27.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31152026-03-05T02:26:27.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31162026-03-05T02:26:27.513Z Checking dropshot-api-manager-types v0.3.0
31172026-03-05T02:26:27.513Z Checking nanorand v0.7.0
31182026-03-05T02:26:27.840Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31192026-03-05T02:26:27.941Z Checking flume v0.11.1
31202026-03-05T02:26:28.452Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31212026-03-05T02:26:30.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.76s
31222026-03-05T02:26:31.009Z
31232026-03-05T02:26:31.009Zinfo: running `cargo check --bins` on clickhouse-admin-api (103/252)
31242026-03-05T02:26:32.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31252026-03-05T02:26:32.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31262026-03-05T02:26:32.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31272026-03-05T02:26:32.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s
31282026-03-05T02:26:32.260Z
31292026-03-05T02:26:32.260Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (104/252)
31302026-03-05T02:26:33.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31312026-03-05T02:26:33.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31322026-03-05T02:26:33.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31332026-03-05T02:26:33.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s
31342026-03-05T02:26:33.659Z
31352026-03-05T02:26:33.659Zinfo: running `cargo check --bins` on bootstrap-agent-client (105/252)
31362026-03-05T02:26:34.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31372026-03-05T02:26:34.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31382026-03-05T02:26:34.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31392026-03-05T02:26:34.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s
31402026-03-05T02:26:35.113Z
31412026-03-05T02:26:35.113Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (106/252)
31422026-03-05T02:26:36.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31432026-03-05T02:26:36.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31442026-03-05T02:26:36.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31452026-03-05T02:26:36.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s
31462026-03-05T02:26:36.462Z
31472026-03-05T02:26:36.462Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (107/252)
31482026-03-05T02:26:37.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31492026-03-05T02:26:37.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31502026-03-05T02:26:37.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31512026-03-05T02:26:37.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s
31522026-03-05T02:26:37.727Z
31532026-03-05T02:26:37.727Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (108/252)
31542026-03-05T02:26:38.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31552026-03-05T02:26:38.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31562026-03-05T02:26:38.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31572026-03-05T02:26:38.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s
31582026-03-05T02:26:39.062Z
31592026-03-05T02:26:39.062Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (109/252)
31602026-03-05T02:26:40.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31612026-03-05T02:26:40.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31622026-03-05T02:26:40.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31632026-03-05T02:26:40.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s
31642026-03-05T02:26:40.396Z
31652026-03-05T02:26:40.396Zinfo: running `cargo check --bins` on cockroach-admin-client (110/252)
31662026-03-05T02:26:41.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31672026-03-05T02:26:41.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31682026-03-05T02:26:41.540Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31692026-03-05T02:26:41.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
31702026-03-05T02:26:41.652Z
31712026-03-05T02:26:41.652Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (111/252)
31722026-03-05T02:26:42.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31732026-03-05T02:26:42.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31742026-03-05T02:26:42.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31752026-03-05T02:26:42.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.17s
31762026-03-05T02:26:42.952Z
31772026-03-05T02:26:42.952Zinfo: running `cargo check --bins` on dns-service-client (112/252)
31782026-03-05T02:26:44.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31792026-03-05T02:26:44.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31802026-03-05T02:26:44.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31812026-03-05T02:26:44.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
31822026-03-05T02:26:44.152Z
31832026-03-05T02:26:44.152Zinfo: running `cargo check --bins` on installinator-client (113/252)
31842026-03-05T02:26:45.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31852026-03-05T02:26:45.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31862026-03-05T02:26:45.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31872026-03-05T02:26:45.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
31882026-03-05T02:26:45.411Z
31892026-03-05T02:26:45.411Zinfo: running `cargo check --bins` on nexus-client (114/252)
31902026-03-05T02:26:46.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31912026-03-05T02:26:46.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31922026-03-05T02:26:46.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31932026-03-05T02:26:46.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s
31942026-03-05T02:26:46.746Z
31952026-03-05T02:26:46.746Zinfo: running `cargo check --bins` on nexus-lockstep-client (115/252)
31962026-03-05T02:26:47.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31972026-03-05T02:26:47.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31982026-03-05T02:26:47.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31992026-03-05T02:26:47.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s
32002026-03-05T02:26:48.047Z
32012026-03-05T02:26:48.047Zinfo: running `cargo check --bins` on ntp-admin-client (116/252)
32022026-03-05T02:26:49.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32032026-03-05T02:26:49.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32042026-03-05T02:26:49.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32052026-03-05T02:26:49.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
32062026-03-05T02:26:49.302Z
32072026-03-05T02:26:49.303Zinfo: running `cargo check --bins` on oxide-client (117/252)
32082026-03-05T02:26:50.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32092026-03-05T02:26:50.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32102026-03-05T02:26:50.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32112026-03-05T02:26:50.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s
32122026-03-05T02:26:50.585Z
32132026-03-05T02:26:50.585Zinfo: running `cargo check --bins` on oximeter-client (118/252)
32142026-03-05T02:26:51.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32152026-03-05T02:26:51.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32162026-03-05T02:26:51.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32172026-03-05T02:26:51.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
32182026-03-05T02:26:51.828Z
32192026-03-05T02:26:51.829Zinfo: running `cargo check --bins` on repo-depot-client (119/252)
32202026-03-05T02:26:52.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32212026-03-05T02:26:52.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32222026-03-05T02:26:52.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32232026-03-05T02:26:52.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s
32242026-03-05T02:26:53.097Z
32252026-03-05T02:26:53.097Zinfo: running `cargo check --bins` on sled-agent-client (120/252)
32262026-03-05T02:26:54.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32272026-03-05T02:26:54.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32282026-03-05T02:26:54.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32292026-03-05T02:26:54.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s
32302026-03-05T02:26:54.433Z
32312026-03-05T02:26:54.433Zinfo: running `cargo check --bins` on wicketd-client (121/252)
32322026-03-05T02:26:55.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32332026-03-05T02:26:55.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32342026-03-05T02:26:55.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32352026-03-05T02:26:55.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
32362026-03-05T02:26:55.920Z
32372026-03-05T02:26:55.920Zinfo: running `cargo check --bins` on installinator-common (122/252)
32382026-03-05T02:26:57.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32392026-03-05T02:26:57.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32402026-03-05T02:26:57.059Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32412026-03-05T02:26:57.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
32422026-03-05T02:26:57.167Z
32432026-03-05T02:26:57.167Zinfo: running `cargo check --bins` on installinator-common-versions (123/252)
32442026-03-05T02:26:58.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32452026-03-05T02:26:58.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32462026-03-05T02:26:58.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32472026-03-05T02:26:58.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
32482026-03-05T02:26:58.388Z
32492026-03-05T02:26:58.388Zinfo: running `cargo check --bins` on wicket-common (124/252)
32502026-03-05T02:26:59.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32512026-03-05T02:26:59.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32522026-03-05T02:26:59.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32532026-03-05T02:26:59.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
32542026-03-05T02:26:59.656Z
32552026-03-05T02:26:59.656Zinfo: running `cargo check --bins` on omicron-cockroach-admin (125/252)
32562026-03-05T02:27:00.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32572026-03-05T02:27:00.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32582026-03-05T02:27:01.065Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32592026-03-05T02:27:01.065Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32602026-03-05T02:27:01.091Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32612026-03-05T02:27:01.091Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32622026-03-05T02:27:01.121Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32632026-03-05T02:27:01.418Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32642026-03-05T02:27:01.443Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32652026-03-05T02:27:01.995Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32662026-03-05T02:27:02.022Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32672026-03-05T02:27:07.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.53s
32682026-03-05T02:27:07.422Z
32692026-03-05T02:27:07.422Zinfo: running `cargo check --bins` on cockroach-admin-api (126/252)
32702026-03-05T02:27:08.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32712026-03-05T02:27:08.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32722026-03-05T02:27:08.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32732026-03-05T02:27:08.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s
32742026-03-05T02:27:08.748Z
32752026-03-05T02:27:08.748Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (127/252)
32762026-03-05T02:27:10.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32772026-03-05T02:27:10.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32782026-03-05T02:27:10.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32792026-03-05T02:27:10.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
32802026-03-05T02:27:10.343Z
32812026-03-05T02:27:10.343Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (128/252)
32822026-03-05T02:27:11.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32832026-03-05T02:27:11.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32842026-03-05T02:27:11.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32852026-03-05T02:27:11.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
32862026-03-05T02:27:11.884Z
32872026-03-05T02:27:11.884Zinfo: running `cargo check --bins` on dns-server (129/252)
32882026-03-05T02:27:13.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32892026-03-05T02:27:13.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32902026-03-05T02:27:13.376Z Compiling parking_lot_core v0.8.6
32912026-03-05T02:27:13.376Z Compiling moka v0.12.10
32922026-03-05T02:27:13.401Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32932026-03-05T02:27:13.401Z Checking tagptr v0.2.0
32942026-03-05T02:27:13.401Z Checking prefix-trie v0.7.0
32952026-03-05T02:27:13.401Z Checking fxhash v0.2.1
32962026-03-05T02:27:13.401Z Checking hickory-client v0.25.2
32972026-03-05T02:27:14.242Z Checking hickory-server v0.25.2
32982026-03-05T02:27:14.309Z Checking parking_lot v0.11.2
32992026-03-05T02:27:14.649Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33002026-03-05T02:27:14.649Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33012026-03-05T02:27:14.677Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33022026-03-05T02:27:14.711Z Checking sled v0.34.7
33032026-03-05T02:27:15.199Z Checking hickory-resolver v0.25.2
33042026-03-05T02:27:17.493Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33052026-03-05T02:27:19.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.94s
33062026-03-05T02:27:20.071Z
33072026-03-05T02:27:20.071Zinfo: running `cargo check --bins` on dns-server-api (130/252)
33082026-03-05T02:27:21.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33092026-03-05T02:27:21.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33102026-03-05T02:27:21.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33112026-03-05T02:27:21.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
33122026-03-05T02:27:21.483Z
33132026-03-05T02:27:21.483Zinfo: running `cargo check --bins` on gateway-test-utils (131/252)
33142026-03-05T02:27:22.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33152026-03-05T02:27:22.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33162026-03-05T02:27:22.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33172026-03-05T02:27:22.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
33182026-03-05T02:27:23.118Z
33192026-03-05T02:27:23.118Zinfo: running `cargo check --bins` on omicron-gateway (132/252)
33202026-03-05T02:27:24.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33212026-03-05T02:27:24.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33222026-03-05T02:27:24.942Z Compiling radium v0.7.0
33232026-03-05T02:27:24.967Z Checking tap v1.0.1
33242026-03-05T02:27:24.967Z Compiling maybe-uninit v2.0.0
33252026-03-05T02:27:25.020Z Compiling zerocopy-derive v0.6.6
33262026-03-05T02:27:25.045Z Checking crc-catalog v2.4.0
33272026-03-05T02:27:25.045Z Compiling packed_struct v0.10.1
33282026-03-05T02:27:25.045Z Checking funty v2.0.0
33292026-03-05T02:27:25.115Z Compiling packed_struct_codegen v0.10.1
33302026-03-05T02:27:25.204Z Checking wyz v0.5.1
33312026-03-05T02:27:25.285Z Checking crc v3.2.1
33322026-03-05T02:27:25.558Z Compiling bitfield-macros v0.19.2
33332026-03-05T02:27:25.599Z Compiling indexmap v1.9.3
33342026-03-05T02:27:25.727Z Checking nodrop v0.1.14
33352026-03-05T02:27:25.771Z Checking smallvec v0.6.14
33362026-03-05T02:27:25.919Z Checking hashbrown v0.12.3
33372026-03-05T02:27:25.944Z Checking bitvec v1.0.1
33382026-03-05T02:27:25.944Z Checking array-init v0.0.4
33392026-03-05T02:27:26.019Z Checking ron v0.8.1
33402026-03-05T02:27:26.152Z Checking hashbrown v0.13.2
33412026-03-05T02:27:26.722Z Checking zerocopy v0.6.6
33422026-03-05T02:27:26.792Z Checking serde-hex v0.1.0
33432026-03-05T02:27:26.967Z Checking bitfield v0.19.2
33442026-03-05T02:27:27.146Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33452026-03-05T02:27:27.189Z Checking crc-any v2.5.0
33462026-03-05T02:27:27.419Z Checking path-slash v0.1.5
33472026-03-05T02:27:27.445Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33482026-03-05T02:27:27.445Z Checking half v1.8.3
33492026-03-05T02:27:27.535Z Checking void v1.0.2
33502026-03-05T02:27:27.607Z Checking tungstenite v0.23.0
33512026-03-05T02:27:27.653Z Checking object v0.30.4
33522026-03-05T02:27:27.737Z Checking lzss v0.8.2
33532026-03-05T02:27:27.761Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33542026-03-05T02:27:27.883Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33552026-03-05T02:27:27.910Z Checking serde_cbor v0.11.2
33562026-03-05T02:27:28.071Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33572026-03-05T02:27:28.133Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33582026-03-05T02:27:28.182Z Checking nix v0.27.1
33592026-03-05T02:27:28.537Z Checking kstat-rs v0.2.4
33602026-03-05T02:27:28.891Z Checking serde_bytes v0.11.19
33612026-03-05T02:27:28.916Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33622026-03-05T02:27:29.030Z Checking tokio-tungstenite v0.23.1
33632026-03-05T02:27:29.261Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33642026-03-05T02:27:29.507Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33652026-03-05T02:27:29.537Z Checking signal-hook-tokio v0.3.1
33662026-03-05T02:27:31.601Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33672026-03-05T02:27:32.209Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
33682026-03-05T02:27:38.945Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
33692026-03-05T02:27:40.972Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33702026-03-05T02:27:41.575Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33712026-03-05T02:27:44.373Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33722026-03-05T02:27:49.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.12s
33732026-03-05T02:27:49.505Z
33742026-03-05T02:27:49.505Zinfo: running `cargo check --bins` on gateway-api (133/252)
33752026-03-05T02:27:50.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33762026-03-05T02:27:50.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33772026-03-05T02:27:50.715Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33782026-03-05T02:27:50.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s
33792026-03-05T02:27:50.822Z
33802026-03-05T02:27:50.822Zinfo: running `cargo check --bins` on ipcc (134/252)
33812026-03-05T02:27:52.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33822026-03-05T02:27:52.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33832026-03-05T02:27:52.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33842026-03-05T02:27:52.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s
33852026-03-05T02:27:52.197Z
33862026-03-05T02:27:52.197Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (135/252)
33872026-03-05T02:27:53.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33882026-03-05T02:27:53.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33892026-03-05T02:27:53.570Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33902026-03-05T02:27:53.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
33912026-03-05T02:27:53.693Z
33922026-03-05T02:27:53.693Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (136/252)
33932026-03-05T02:27:54.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33942026-03-05T02:27:54.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33952026-03-05T02:27:54.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33962026-03-05T02:27:54.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s
33972026-03-05T02:27:55.053Z
33982026-03-05T02:27:55.053Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (137/252)
33992026-03-05T02:27:56.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34002026-03-05T02:27:56.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34012026-03-05T02:27:56.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34022026-03-05T02:27:56.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
34032026-03-05T02:27:56.556Z
34042026-03-05T02:27:56.556Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (138/252)
34052026-03-05T02:27:57.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34062026-03-05T02:27:57.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34072026-03-05T02:27:57.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34082026-03-05T02:27:57.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
34092026-03-05T02:27:57.978Z
34102026-03-05T02:27:57.978Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (139/252)
34112026-03-05T02:27:59.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34122026-03-05T02:27:59.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34132026-03-05T02:27:59.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34142026-03-05T02:27:59.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
34152026-03-05T02:27:59.445Z
34162026-03-05T02:27:59.445Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (140/252)
34172026-03-05T02:28:00.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34182026-03-05T02:28:00.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34192026-03-05T02:28:00.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34202026-03-05T02:28:00.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s
34212026-03-05T02:28:00.854Z
34222026-03-05T02:28:00.854Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (141/252)
34232026-03-05T02:28:02.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34242026-03-05T02:28:02.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34252026-03-05T02:28:02.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34262026-03-05T02:28:02.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
34272026-03-05T02:28:02.230Z
34282026-03-05T02:28:02.230Zinfo: running `cargo check --bins` on oximeter-producer (142/252)
34292026-03-05T02:28:03.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34302026-03-05T02:28:03.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34312026-03-05T02:28:03.559Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34322026-03-05T02:28:03.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
34332026-03-05T02:28:03.683Z
34342026-03-05T02:28:03.683Zinfo: running `cargo check --bins` on internal-dns-resolver (143/252)
34352026-03-05T02:28:04.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34362026-03-05T02:28:04.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34372026-03-05T02:28:04.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34382026-03-05T02:28:04.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s
34392026-03-05T02:28:05.051Z
34402026-03-05T02:28:05.051Zinfo: running `cargo check --bins` on sp-sim (144/252)
34412026-03-05T02:28:06.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34422026-03-05T02:28:06.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34432026-03-05T02:28:06.591Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34442026-03-05T02:28:10.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.50s
34452026-03-05T02:28:10.784Z
34462026-03-05T02:28:10.784Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (145/252)
34472026-03-05T02:28:12.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34482026-03-05T02:28:12.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34492026-03-05T02:28:12.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34502026-03-05T02:28:12.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s
34512026-03-05T02:28:12.187Z
34522026-03-05T02:28:12.187Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (146/252)
34532026-03-05T02:28:13.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34542026-03-05T02:28:13.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34552026-03-05T02:28:13.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34562026-03-05T02:28:13.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
34572026-03-05T02:28:13.739Z
34582026-03-05T02:28:13.739Zinfo: running `cargo check --bins` on db-macros (147/252)
34592026-03-05T02:28:14.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34602026-03-05T02:28:14.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34612026-03-05T02:28:14.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34622026-03-05T02:28:14.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s
34632026-03-05T02:28:15.071Z
34642026-03-05T02:28:15.071Zinfo: running `cargo check --bins` on nexus-macros-common (148/252)
34652026-03-05T02:28:16.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34662026-03-05T02:28:16.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34672026-03-05T02:28:16.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34682026-03-05T02:28:16.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
34692026-03-05T02:28:16.287Z
34702026-03-05T02:28:16.287Zinfo: running `cargo check --bins` on nexus-auth (149/252)
34712026-03-05T02:28:17.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34722026-03-05T02:28:17.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34732026-03-05T02:28:17.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34742026-03-05T02:28:17.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
34752026-03-05T02:28:17.732Z
34762026-03-05T02:28:17.732Zinfo: running `cargo check --bins` on authz-macros (150/252)
34772026-03-05T02:28:18.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34782026-03-05T02:28:19.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34792026-03-05T02:28:19.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34802026-03-05T02:28:19.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s
34812026-03-05T02:28:19.158Z
34822026-03-05T02:28:19.158Zinfo: running `cargo check --bins` on nexus-db-fixed-data (151/252)
34832026-03-05T02:28:20.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34842026-03-05T02:28:20.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34852026-03-05T02:28:20.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34862026-03-05T02:28:20.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
34872026-03-05T02:28:20.594Z
34882026-03-05T02:28:20.594Zinfo: running `cargo check --bins` on nexus-db-model (152/252)
34892026-03-05T02:28:21.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34902026-03-05T02:28:21.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34912026-03-05T02:28:21.878Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34922026-03-05T02:28:21.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s
34932026-03-05T02:28:21.994Z
34942026-03-05T02:28:21.995Zinfo: running `cargo check --bins` on nexus-db-schema (153/252)
34952026-03-05T02:28:23.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34962026-03-05T02:28:23.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34972026-03-05T02:28:23.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34982026-03-05T02:28:23.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s
34992026-03-05T02:28:23.388Z
35002026-03-05T02:28:23.388Zinfo: running `cargo check --bins` on omicron-rpaths (154/252)
35012026-03-05T02:28:24.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35022026-03-05T02:28:24.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35032026-03-05T02:28:24.606Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35042026-03-05T02:28:24.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s
35052026-03-05T02:28:24.709Z
35062026-03-05T02:28:24.709Zinfo: running `cargo check --bins` on nexus-defaults (155/252)
35072026-03-05T02:28:25.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35082026-03-05T02:28:25.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35092026-03-05T02:28:25.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35102026-03-05T02:28:25.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s
35112026-03-05T02:28:25.984Z
35122026-03-05T02:28:25.984Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (156/252)
35132026-03-05T02:28:27.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35142026-03-05T02:28:27.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35152026-03-05T02:28:27.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35162026-03-05T02:28:27.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s
35172026-03-05T02:28:27.347Z
35182026-03-05T02:28:27.347Zinfo: running `cargo check --bins` on parallel-task-set (157/252)
35192026-03-05T02:28:28.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35202026-03-05T02:28:28.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35212026-03-05T02:28:28.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35222026-03-05T02:28:28.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
35232026-03-05T02:28:28.605Z
35242026-03-05T02:28:28.605Zinfo: running `cargo check --bins` on nexus-db-errors (158/252)
35252026-03-05T02:28:29.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35262026-03-05T02:28:29.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35272026-03-05T02:28:29.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35282026-03-05T02:28:29.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s
35292026-03-05T02:28:29.960Z
35302026-03-05T02:28:29.960Zinfo: running `cargo check --bins` on nexus-db-lookup (159/252)
35312026-03-05T02:28:31.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35322026-03-05T02:28:31.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35332026-03-05T02:28:31.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35342026-03-05T02:28:31.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s
35352026-03-05T02:28:31.318Z
35362026-03-05T02:28:31.319Zinfo: running `cargo check --bins` on nexus-inventory (160/252)
35372026-03-05T02:28:32.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35382026-03-05T02:28:32.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35392026-03-05T02:28:32.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35402026-03-05T02:28:32.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
35412026-03-05T02:28:32.785Z
35422026-03-05T02:28:32.785Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (161/252)
35432026-03-05T02:28:33.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35442026-03-05T02:28:33.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35452026-03-05T02:28:33.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35462026-03-05T02:28:33.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s
35472026-03-05T02:28:34.066Z
35482026-03-05T02:28:34.066Zinfo: running `cargo check --bins --no-default-features` on sled-storage (162/252)
35492026-03-05T02:28:35.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35502026-03-05T02:28:35.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35512026-03-05T02:28:35.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35522026-03-05T02:28:35.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s
35532026-03-05T02:28:35.337Z
35542026-03-05T02:28:35.337Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (163/252)
35552026-03-05T02:28:36.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35562026-03-05T02:28:36.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35572026-03-05T02:28:36.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35582026-03-05T02:28:36.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s
35592026-03-05T02:28:36.623Z
35602026-03-05T02:28:36.623Zinfo: running `cargo check --bins` on key-manager (164/252)
35612026-03-05T02:28:37.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35622026-03-05T02:28:37.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35632026-03-05T02:28:37.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35642026-03-05T02:28:37.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s
35652026-03-05T02:28:37.849Z
35662026-03-05T02:28:37.849Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (165/252)
35672026-03-05T02:28:39.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35682026-03-05T02:28:39.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35692026-03-05T02:28:39.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35702026-03-05T02:28:39.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s
35712026-03-05T02:28:39.180Z
35722026-03-05T02:28:39.180Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (166/252)
35732026-03-05T02:28:40.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35742026-03-05T02:28:40.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35752026-03-05T02:28:40.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35762026-03-05T02:28:40.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
35772026-03-05T02:28:40.448Z
35782026-03-05T02:28:40.448Zinfo: running `cargo check --bins` on typed-rng (167/252)
35792026-03-05T02:28:41.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35802026-03-05T02:28:41.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35812026-03-05T02:28:41.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35822026-03-05T02:28:41.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s
35832026-03-05T02:28:41.787Z
35842026-03-05T02:28:41.787Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (168/252)
35852026-03-05T02:28:43.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35862026-03-05T02:28:43.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35872026-03-05T02:28:43.593Z Compiling libefi-sys v0.1.0
35882026-03-05T02:28:43.593Z Compiling bitfield-struct v0.6.2
35892026-03-05T02:28:43.619Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
35902026-03-05T02:28:43.619Z Compiling xshell-macros v0.2.7
35912026-03-05T02:28:43.682Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
35922026-03-05T02:28:43.744Z Compiling salty v0.3.0
35932026-03-05T02:28:43.770Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
35942026-03-05T02:28:43.800Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
35952026-03-05T02:28:43.827Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
35962026-03-05T02:28:44.043Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
35972026-03-05T02:28:44.393Z Checking primeorder v0.13.6
35982026-03-05T02:28:44.422Z Checking xshell v0.2.7
35992026-03-05T02:28:44.446Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36002026-03-05T02:28:44.473Z Compiling proc-macro-error-attr2 v2.0.0
36012026-03-05T02:28:44.739Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36022026-03-05T02:28:44.801Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36032026-03-05T02:28:44.898Z Checking p384 v0.13.1
36042026-03-05T02:28:44.939Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36052026-03-05T02:28:45.111Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36062026-03-05T02:28:45.205Z Compiling proc-macro-error2 v2.0.1
36072026-03-05T02:28:45.356Z Compiling num-derive v0.3.3
36082026-03-05T02:28:45.498Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36092026-03-05T02:28:45.727Z Compiling unicase v2.8.1
36102026-03-05T02:28:45.805Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36112026-03-05T02:28:45.854Z Compiling tabled_derive v0.11.0
36122026-03-05T02:28:45.986Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36132026-03-05T02:28:46.137Z Compiling mime_guess v2.0.5
36142026-03-05T02:28:46.356Z Checking papergrid v0.17.0
36152026-03-05T02:28:46.656Z Checking testing_table v0.3.0
36162026-03-05T02:28:46.817Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
36172026-03-05T02:28:47.169Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
36182026-03-05T02:28:47.293Z Checking libscf-sys v1.1.0
36192026-03-05T02:28:47.540Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
36202026-03-05T02:28:47.733Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36212026-03-05T02:28:47.811Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36222026-03-05T02:28:48.194Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36232026-03-05T02:28:48.331Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
36242026-03-05T02:28:48.413Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36252026-03-05T02:28:48.661Z Checking corncobs v0.1.4
36262026-03-05T02:28:48.829Z Checking tabled v0.20.0
36272026-03-05T02:28:48.896Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36282026-03-05T02:28:48.932Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36292026-03-05T02:28:49.048Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
36302026-03-05T02:28:49.213Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36312026-03-05T02:28:49.310Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36322026-03-05T02:28:49.335Z Checking secrecy v0.8.0
36332026-03-05T02:28:49.443Z Checking http-range v0.1.5
36342026-03-05T02:28:49.928Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
36352026-03-05T02:28:49.957Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
36362026-03-05T02:28:50.056Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36372026-03-05T02:28:50.638Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36382026-03-05T02:28:50.763Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36392026-03-05T02:28:50.820Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
36402026-03-05T02:28:51.153Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
36412026-03-05T02:28:51.191Z Checking atty v0.2.14
36422026-03-05T02:28:51.216Z Checking crc8 v0.1.1
36432026-03-05T02:28:51.371Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
36442026-03-05T02:28:51.407Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
36452026-03-05T02:28:51.529Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36462026-03-05T02:28:51.671Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36472026-03-05T02:28:52.115Z Checking hyper-staticfile v0.10.1
36482026-03-05T02:28:56.053Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36492026-03-05T02:28:56.154Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
36502026-03-05T02:28:56.154Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36512026-03-05T02:28:56.154Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
36522026-03-05T02:28:56.154Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
36532026-03-05T02:28:56.154Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36542026-03-05T02:28:56.154Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36552026-03-05T02:28:56.155Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
36562026-03-05T02:28:56.155Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
36572026-03-05T02:28:56.155Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
36582026-03-05T02:28:56.155Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
36592026-03-05T02:28:56.155Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
36602026-03-05T02:28:56.155Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
36612026-03-05T02:28:56.155Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
36622026-03-05T02:28:56.351Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
36632026-03-05T02:28:56.952Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36642026-03-05T02:28:57.777Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
36652026-03-05T02:28:58.812Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
36662026-03-05T02:28:58.897Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36672026-03-05T02:28:59.633Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
36682026-03-05T02:29:12.322Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36692026-03-05T02:29:40.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.14s
36702026-03-05T02:29:41.188Z
36712026-03-05T02:29:41.188Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (169/252)
36722026-03-05T02:29:42.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36732026-03-05T02:29:42.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36742026-03-05T02:29:42.825Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36752026-03-05T02:30:08.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.62s
36762026-03-05T02:30:09.066Z
36772026-03-05T02:30:09.066Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (170/252)
36782026-03-05T02:30:10.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36792026-03-05T02:30:10.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36802026-03-05T02:30:10.673Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36812026-03-05T02:30:37.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.77s
36822026-03-05T02:30:38.124Z
36832026-03-05T02:30:38.124Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (171/252)
36842026-03-05T02:30:39.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36852026-03-05T02:30:39.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36862026-03-05T02:30:39.826Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36872026-03-05T02:31:06.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.26s
36882026-03-05T02:31:06.638Z
36892026-03-05T02:31:06.638Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (172/252)
36902026-03-05T02:31:07.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36912026-03-05T02:31:07.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36922026-03-05T02:31:08.142Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36932026-03-05T02:31:33.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.74s
36942026-03-05T02:31:33.639Z
36952026-03-05T02:31:33.639Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (173/252)
36962026-03-05T02:31:34.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36972026-03-05T02:31:34.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36982026-03-05T02:31:35.190Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36992026-03-05T02:32:01.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.17s
37002026-03-05T02:32:02.061Z
37012026-03-05T02:32:02.061Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (174/252)
37022026-03-05T02:32:03.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37032026-03-05T02:32:03.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37042026-03-05T02:32:03.585Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37052026-03-05T02:32:29.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.07s
37062026-03-05T02:32:29.391Z
37072026-03-05T02:32:29.391Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (175/252)
37082026-03-05T02:32:30.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37092026-03-05T02:32:30.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37102026-03-05T02:32:30.929Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37112026-03-05T02:32:56.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.49s
37122026-03-05T02:32:57.170Z
37132026-03-05T02:32:57.170Zinfo: running `cargo check --bins` on bootstrap-agent-api (176/252)
37142026-03-05T02:32:58.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37152026-03-05T02:32:58.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37162026-03-05T02:32:58.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37172026-03-05T02:32:58.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s
37182026-03-05T02:32:58.456Z
37192026-03-05T02:32:58.456Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (177/252)
37202026-03-05T02:32:59.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37212026-03-05T02:32:59.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37222026-03-05T02:32:59.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37232026-03-05T02:32:59.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s
37242026-03-05T02:32:59.864Z
37252026-03-05T02:32:59.864Zinfo: running `cargo check --bins` on range-requests (178/252)
37262026-03-05T02:33:01.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37272026-03-05T02:33:01.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37282026-03-05T02:33:01.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37292026-03-05T02:33:01.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s
37302026-03-05T02:33:01.252Z
37312026-03-05T02:33:01.253Zinfo: running `cargo check --bins` on repo-depot-api (179/252)
37322026-03-05T02:33:02.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37332026-03-05T02:33:02.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37342026-03-05T02:33:02.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37352026-03-05T02:33:02.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s
37362026-03-05T02:33:02.499Z
37372026-03-05T02:33:02.499Zinfo: running `cargo check --bins` on sled-agent-api (180/252)
37382026-03-05T02:33:03.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37392026-03-05T02:33:03.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37402026-03-05T02:33:03.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37412026-03-05T02:33:03.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.17s
37422026-03-05T02:33:03.812Z
37432026-03-05T02:33:03.812Zinfo: running `cargo check --bins` on sled-diagnostics (181/252)
37442026-03-05T02:33:05.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37452026-03-05T02:33:05.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37462026-03-05T02:33:05.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37472026-03-05T02:33:05.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
37482026-03-05T02:33:05.243Z
37492026-03-05T02:33:05.243Zinfo: running `cargo check --bins` on zfs-test-harness (182/252)
37502026-03-05T02:33:06.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37512026-03-05T02:33:06.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37522026-03-05T02:33:06.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37532026-03-05T02:33:06.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s
37542026-03-05T02:33:06.628Z
37552026-03-05T02:33:06.628Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (183/252)
37562026-03-05T02:33:11.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37572026-03-05T02:33:11.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37582026-03-05T02:33:11.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37592026-03-05T02:33:11.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s
37602026-03-05T02:33:11.886Z
37612026-03-05T02:33:11.886Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (184/252)
37622026-03-05T02:33:11.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37632026-03-05T02:33:11.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37642026-03-05T02:33:11.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37652026-03-05T02:33:11.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.17s
37662026-03-05T02:33:11.886Z
37672026-03-05T02:33:11.886Zinfo: running `cargo check --bins` on sled-agent-health-monitor (185/252)
37682026-03-05T02:33:11.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37692026-03-05T02:33:11.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37702026-03-05T02:33:11.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37712026-03-05T02:33:11.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s
37722026-03-05T02:33:11.887Z
37732026-03-05T02:33:11.887Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (186/252)
37742026-03-05T02:33:11.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37752026-03-05T02:33:11.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37762026-03-05T02:33:11.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37772026-03-05T02:33:11.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s
37782026-03-05T02:33:11.975Z
37792026-03-05T02:33:11.975Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (187/252)
37802026-03-05T02:33:13.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37812026-03-05T02:33:13.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37822026-03-05T02:33:13.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37832026-03-05T02:33:13.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s
37842026-03-05T02:33:13.293Z
37852026-03-05T02:33:13.293Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (188/252)
37862026-03-05T02:33:14.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37872026-03-05T02:33:14.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37882026-03-05T02:33:14.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37892026-03-05T02:33:14.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s
37902026-03-05T02:33:14.633Z
37912026-03-05T02:33:14.633Zinfo: running `cargo check --bins` on trust-quorum (189/252)
37922026-03-05T02:33:15.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37932026-03-05T02:33:15.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37942026-03-05T02:33:15.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37952026-03-05T02:33:15.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
37962026-03-05T02:33:16.086Z
37972026-03-05T02:33:16.086Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (190/252)
37982026-03-05T02:33:17.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37992026-03-05T02:33:17.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38002026-03-05T02:33:17.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38012026-03-05T02:33:17.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
38022026-03-05T02:33:17.512Z
38032026-03-05T02:33:17.512Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (191/252)
38042026-03-05T02:33:18.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38052026-03-05T02:33:18.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38062026-03-05T02:33:18.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38072026-03-05T02:33:18.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.17s
38082026-03-05T02:33:18.828Z
38092026-03-05T02:33:18.828Zinfo: running `cargo check --bins` on update-common (192/252)
38102026-03-05T02:33:20.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38112026-03-05T02:33:20.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38122026-03-05T02:33:20.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38132026-03-05T02:33:20.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s
38142026-03-05T02:33:20.146Z
38152026-03-05T02:33:20.146Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (193/252)
38162026-03-05T02:33:21.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38172026-03-05T02:33:21.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38182026-03-05T02:33:21.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38192026-03-05T02:33:21.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s
38202026-03-05T02:33:21.499Z
38212026-03-05T02:33:21.499Zinfo: running `cargo check --bins` on reconfigurator-cli (194/252)
38222026-03-05T02:33:22.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38232026-03-05T02:33:22.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38242026-03-05T02:33:23.164Z Compiling fs-err v2.11.0
38252026-03-05T02:33:23.165Z Checking ignore v0.4.23
38262026-03-05T02:33:23.192Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
38272026-03-05T02:33:23.192Z Checking predicates-tree v1.0.12
38282026-03-05T02:33:23.192Z Checking parse-size v1.1.0
38292026-03-05T02:33:23.250Z Checking rand_seeder v0.4.0
38302026-03-05T02:33:23.294Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
38312026-03-05T02:33:23.320Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
38322026-03-05T02:33:23.447Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
38332026-03-05T02:33:23.500Z Compiling petname v2.0.2
38342026-03-05T02:33:23.629Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
38352026-03-05T02:33:23.907Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
38362026-03-05T02:33:23.945Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38372026-03-05T02:33:24.014Z Checking globwalk v0.9.1
38382026-03-05T02:33:24.157Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38392026-03-05T02:33:24.274Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
38402026-03-05T02:33:24.389Z Checking camino-tempfile-ext v0.3.2
38412026-03-05T02:33:24.480Z Checking sapling-renderdag v0.1.0
38422026-03-05T02:33:24.620Z Checking sync-ptr v0.1.4
38432026-03-05T02:33:24.823Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
38442026-03-05T02:33:24.872Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
38452026-03-05T02:33:25.067Z Checking assert_matches v1.5.0
38462026-03-05T02:33:25.740Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
38472026-03-05T02:33:25.956Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
38482026-03-05T02:33:25.956Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38492026-03-05T02:33:27.326Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
38502026-03-05T02:33:30.475Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
38512026-03-05T02:33:35.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.87s
38522026-03-05T02:33:35.647Z
38532026-03-05T02:33:35.647Zinfo: running `cargo check --bins` on omicron-repl-utils (195/252)
38542026-03-05T02:33:36.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38552026-03-05T02:33:36.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38562026-03-05T02:33:36.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38572026-03-05T02:33:36.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.17s
38582026-03-05T02:33:36.922Z
38592026-03-05T02:33:36.923Zinfo: running `cargo check --bins` on nexus-test-interface (196/252)
38602026-03-05T02:33:38.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38612026-03-05T02:33:38.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38622026-03-05T02:33:38.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38632026-03-05T02:33:38.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s
38642026-03-05T02:33:38.253Z
38652026-03-05T02:33:38.253Zinfo: running `cargo check --bins` on oximeter-collector (197/252)
38662026-03-05T02:33:39.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38672026-03-05T02:33:39.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38682026-03-05T02:33:39.790Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
38692026-03-05T02:33:39.790Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
38702026-03-05T02:33:41.034Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38712026-03-05T02:33:44.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.98s
38722026-03-05T02:33:44.476Z
38732026-03-05T02:33:44.476Zinfo: running `cargo check --bins` on oximeter-api (198/252)
38742026-03-05T02:33:45.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38752026-03-05T02:33:45.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38762026-03-05T02:33:45.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38772026-03-05T02:33:45.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
38782026-03-05T02:33:45.675Z
38792026-03-05T02:33:45.675Zinfo: running `cargo check --bins` on cert-dev (199/252)
38802026-03-05T02:33:46.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38812026-03-05T02:33:46.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38822026-03-05T02:33:46.901Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
38832026-03-05T02:33:47.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.59s
38842026-03-05T02:33:47.557Z
38852026-03-05T02:33:47.557Zinfo: running `cargo check --bins` on clickana (200/252)
38862026-03-05T02:33:48.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38872026-03-05T02:33:48.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38882026-03-05T02:33:48.780Z Checking castaway v0.2.3
38892026-03-05T02:33:48.780Z Checking unicode-truncate v1.1.0
38902026-03-05T02:33:48.805Z Checking lru v0.12.5
38912026-03-05T02:33:48.805Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
38922026-03-05T02:33:48.805Z Compiling instability v0.3.2
38932026-03-05T02:33:48.805Z Checking cassowary v0.3.0
38942026-03-05T02:33:48.805Z Compiling indoc v2.0.6
38952026-03-05T02:33:49.008Z Checking compact_str v0.8.0
38962026-03-05T02:33:49.772Z Checking ratatui v0.29.0
38972026-03-05T02:33:51.224Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
38982026-03-05T02:33:51.557Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
38992026-03-05T02:33:53.349Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39002026-03-05T02:33:54.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.28s
39012026-03-05T02:33:54.952Z
39022026-03-05T02:33:54.953Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (201/252)
39032026-03-05T02:33:56.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39042026-03-05T02:33:56.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39052026-03-05T02:33:56.484Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39062026-03-05T02:33:56.484Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39072026-03-05T02:33:57.459Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39082026-03-05T02:33:58.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
39092026-03-05T02:33:58.422Z
39102026-03-05T02:33:58.422Zinfo: running `cargo check --bins` on ch-dev (202/252)
39112026-03-05T02:33:59.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39122026-03-05T02:33:59.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39132026-03-05T02:33:59.825Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
39142026-03-05T02:34:01.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.67s
39152026-03-05T02:34:01.344Z
39162026-03-05T02:34:01.344Zinfo: running `cargo check --bins` on dev-tools-common (203/252)
39172026-03-05T02:34:02.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39182026-03-05T02:34:02.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39192026-03-05T02:34:02.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39202026-03-05T02:34:02.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
39212026-03-05T02:34:02.443Z
39222026-03-05T02:34:02.443Zinfo: running `cargo check --bins` on crdb-seed (204/252)
39232026-03-05T02:34:03.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39242026-03-05T02:34:03.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39252026-03-05T02:34:03.831Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
39262026-03-05T02:34:04.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s
39272026-03-05T02:34:04.691Z
39282026-03-05T02:34:04.691Zinfo: running `cargo check --bins` on db-dev (205/252)
39292026-03-05T02:34:05.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39302026-03-05T02:34:05.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39312026-03-05T02:34:06.211Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
39322026-03-05T02:34:07.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.81s
39332026-03-05T02:34:07.759Z
39342026-03-05T02:34:07.759Zinfo: running `cargo check --bins` on omicron-dev-lib (206/252)
39352026-03-05T02:34:08.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39362026-03-05T02:34:08.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39372026-03-05T02:34:08.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39382026-03-05T02:34:08.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s
39392026-03-05T02:34:09.041Z
39402026-03-05T02:34:09.041Zinfo: running `cargo check --bins` on xtask-downloader (207/252)
39412026-03-05T02:34:10.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39422026-03-05T02:34:10.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39432026-03-05T02:34:10.256Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
39442026-03-05T02:34:11.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s
39452026-03-05T02:34:11.827Z
39462026-03-05T02:34:11.827Zinfo: running `cargo check --bins` on omicron-dropshot-apis (208/252)
39472026-03-05T02:34:12.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39482026-03-05T02:34:12.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39492026-03-05T02:34:13.258Z Compiling tabled_derive v0.10.0
39502026-03-05T02:34:13.258Z Checking papergrid v0.14.0
39512026-03-05T02:34:13.258Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
39522026-03-05T02:34:13.285Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
39532026-03-05T02:34:13.285Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
39542026-03-05T02:34:13.285Z Compiling trait-variant v0.1.2
39552026-03-05T02:34:13.285Z Checking maplit v1.0.2
39562026-03-05T02:34:13.311Z Checking is_ci v1.2.0
39572026-03-05T02:34:13.567Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
39582026-03-05T02:34:13.593Z Checking supports-color v3.0.2
39592026-03-05T02:34:13.769Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
39602026-03-05T02:34:13.809Z Checking drift v0.1.3
39612026-03-05T02:34:14.066Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
39622026-03-05T02:34:14.366Z Checking dropshot-api-manager v0.3.0
39632026-03-05T02:34:14.418Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
39642026-03-05T02:34:14.487Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
39652026-03-05T02:34:14.778Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
39662026-03-05T02:34:14.921Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
39672026-03-05T02:34:15.025Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
39682026-03-05T02:34:15.376Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
39692026-03-05T02:34:15.676Z Checking tabled v0.18.0
39702026-03-05T02:34:15.931Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
39712026-03-05T02:34:16.130Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
39722026-03-05T02:34:16.206Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
39732026-03-05T02:34:28.298Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
39742026-03-05T02:34:30.733Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
39752026-03-05T02:34:32.140Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
39762026-03-05T02:34:32.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.12s
39772026-03-05T02:34:33.183Z
39782026-03-05T02:34:33.183Zinfo: running `cargo check --bins` on installinator-api (209/252)
39792026-03-05T02:34:34.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39802026-03-05T02:34:34.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39812026-03-05T02:34:34.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39822026-03-05T02:34:34.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
39832026-03-05T02:34:34.887Z
39842026-03-05T02:34:34.887Zinfo: running `cargo check --bins` on nexus-external-api (210/252)
39852026-03-05T02:34:35.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39862026-03-05T02:34:35.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39872026-03-05T02:34:35.688Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39882026-03-05T02:34:35.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s
39892026-03-05T02:34:35.819Z
39902026-03-05T02:34:35.819Zinfo: running `cargo check --bins` on nexus-internal-api (211/252)
39912026-03-05T02:34:38.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39922026-03-05T02:34:38.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39932026-03-05T02:34:38.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39942026-03-05T02:34:38.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
39952026-03-05T02:34:38.155Z
39962026-03-05T02:34:38.155Zinfo: running `cargo check --bins` on nexus-lockstep-api (212/252)
39972026-03-05T02:34:38.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39982026-03-05T02:34:38.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39992026-03-05T02:34:38.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40002026-03-05T02:34:38.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s
40012026-03-05T02:34:38.425Z
40022026-03-05T02:34:38.425Zinfo: running `cargo check --bins` on ntp-admin-api (213/252)
40032026-03-05T02:34:39.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40042026-03-05T02:34:39.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40052026-03-05T02:34:39.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40062026-03-05T02:34:39.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
40072026-03-05T02:34:39.576Z
40082026-03-05T02:34:39.576Zinfo: running `cargo check --bins` on ntp-admin-types-versions (214/252)
40092026-03-05T02:34:40.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40102026-03-05T02:34:40.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40112026-03-05T02:34:40.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40122026-03-05T02:34:40.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
40132026-03-05T02:34:40.729Z
40142026-03-05T02:34:40.730Zinfo: running `cargo check --bins` on wicketd-api (215/252)
40152026-03-05T02:34:41.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40162026-03-05T02:34:41.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40172026-03-05T02:34:41.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40182026-03-05T02:34:41.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s
40192026-03-05T02:34:42.021Z
40202026-03-05T02:34:42.021Zinfo: running `cargo check --bins` on omicron-ls-apis (216/252)
40212026-03-05T02:34:43.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40222026-03-05T02:34:43.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40232026-03-05T02:34:43.216Z Checking typeid v1.0.3
40242026-03-05T02:34:43.254Z Checking ordered-float v2.10.1
40252026-03-05T02:34:43.278Z Checking unicode-xid v0.2.6
40262026-03-05T02:34:43.302Z Checking cargo-platform v0.2.0
40272026-03-05T02:34:43.394Z Checking erased-serde v0.4.6
40282026-03-05T02:34:43.757Z Checking serde-value v0.7.0
40292026-03-05T02:34:44.233Z Checking serde-untagged v0.1.7
40302026-03-05T02:34:44.595Z Checking cargo-util-schemas v0.8.2
40312026-03-05T02:34:46.499Z Checking cargo_metadata v0.21.0
40322026-03-05T02:34:48.071Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
40332026-03-05T02:34:49.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.54s
40342026-03-05T02:34:49.768Z
40352026-03-05T02:34:49.768Zinfo: running `cargo check --bins` on mgs-dev (217/252)
40362026-03-05T02:34:51.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40372026-03-05T02:34:51.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40382026-03-05T02:34:51.287Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
40392026-03-05T02:34:52.356Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
40402026-03-05T02:34:53.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.53s
40412026-03-05T02:34:53.526Z
40422026-03-05T02:34:53.526Zinfo: running `cargo check --bins` on omicron-omdb (218/252)
40432026-03-05T02:34:54.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40442026-03-05T02:34:54.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40452026-03-05T02:34:55.246Z Compiling vergen-gitcl v1.0.8
40462026-03-05T02:34:55.246Z Compiling dirs-sys-next v0.1.2
40472026-03-05T02:34:55.246Z Compiling crunchy v0.2.2
40482026-03-05T02:34:55.246Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
40492026-03-05T02:34:55.270Z Compiling dsl_auto_type v0.1.2
40502026-03-05T02:34:55.270Z Checking scheduled-thread-pool v0.2.7
40512026-03-05T02:34:55.270Z Compiling diesel_table_macro_syntax v0.2.0
40522026-03-05T02:34:55.295Z Compiling tiny-keccak v2.0.2
40532026-03-05T02:34:55.726Z Compiling dirs-next v2.0.0
40542026-03-05T02:34:55.757Z Checking r2d2 v0.8.10
40552026-03-05T02:34:55.862Z Compiling bit-vec v0.6.3
40562026-03-05T02:34:55.886Z Compiling term v0.7.0
40572026-03-05T02:34:55.962Z Compiling ena v0.14.3
40582026-03-05T02:34:56.174Z Compiling regex-syntax v0.6.29
40592026-03-05T02:34:56.385Z Compiling bit-set v0.5.3
40602026-03-05T02:34:56.411Z Compiling diff v0.1.13
40612026-03-05T02:34:56.724Z Compiling ascii-canvas v3.0.0
40622026-03-05T02:34:56.813Z Compiling diesel_derives v2.2.3
40632026-03-05T02:34:56.893Z Compiling bindgen v0.71.1
40642026-03-05T02:34:56.949Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
40652026-03-05T02:34:57.102Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
40662026-03-05T02:34:57.159Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
40672026-03-05T02:34:57.221Z Compiling libxml v0.3.3
40682026-03-05T02:34:57.314Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
40692026-03-05T02:34:57.376Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
40702026-03-05T02:34:57.646Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
40712026-03-05T02:34:57.913Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
40722026-03-05T02:34:57.991Z Compiling strum_macros v0.24.3
40732026-03-05T02:34:58.410Z Compiling indoc v1.0.9
40742026-03-05T02:34:59.277Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
40752026-03-05T02:34:59.590Z Compiling lalrpop v0.19.12
40762026-03-05T02:34:59.951Z Checking derive_builder v0.20.2
40772026-03-05T02:35:00.023Z Compiling impl-trait-for-tuples v0.2.2
40782026-03-05T02:35:00.147Z Compiling oso-derive v0.27.3
40792026-03-05T02:35:00.811Z Checking quick-xml v0.37.2
40802026-03-05T02:35:01.119Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
40812026-03-05T02:35:01.227Z Compiling diesel-dtrace v0.4.2
40822026-03-05T02:35:01.649Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
40832026-03-05T02:35:01.968Z Checking bb8 v0.8.5
40842026-03-05T02:35:02.491Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
40852026-03-05T02:35:02.532Z Checking nonempty v0.12.0
40862026-03-05T02:35:02.729Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
40872026-03-05T02:35:02.827Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
40882026-03-05T02:35:02.851Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
40892026-03-05T02:35:03.091Z Checking console v0.16.0
40902026-03-05T02:35:03.196Z Checking unit-prefix v0.5.1
40912026-03-05T02:35:03.438Z Checking support-bundle-viewer v0.1.2
40922026-03-05T02:35:03.767Z Checking indicatif v0.18.0
40932026-03-05T02:35:03.926Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
40942026-03-05T02:35:04.094Z Checking multimap v0.10.1
40952026-03-05T02:35:05.966Z Checking diesel v2.2.12
40962026-03-05T02:35:10.457Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
40972026-03-05T02:35:10.799Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
40982026-03-05T02:35:11.102Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
40992026-03-05T02:35:11.677Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41002026-03-05T02:35:11.888Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41012026-03-05T02:35:13.883Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41022026-03-05T02:35:14.105Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41032026-03-05T02:35:15.327Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41042026-03-05T02:35:19.186Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41052026-03-05T02:35:28.247Z Compiling samael v0.0.19
41062026-03-05T02:35:38.089Z Checking async-bb8-diesel v0.2.1
41072026-03-05T02:35:43.433Z Compiling polar-core v0.27.3
41082026-03-05T02:35:52.934Z Checking oso v0.27.3
41092026-03-05T02:37:07.420Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
41102026-03-05T02:38:34.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 40s
41112026-03-05T02:38:34.481Z
41122026-03-05T02:38:34.481Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (219/252)
41132026-03-05T02:38:35.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41142026-03-05T02:38:35.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41152026-03-05T02:38:35.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41162026-03-05T02:38:35.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s
41172026-03-05T02:38:35.919Z
41182026-03-05T02:38:35.919Zinfo: running `cargo check --bins` on nexus-saga-recovery (220/252)
41192026-03-05T02:38:37.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41202026-03-05T02:38:37.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41212026-03-05T02:38:37.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41222026-03-05T02:38:37.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
41232026-03-05T02:38:37.342Z
41242026-03-05T02:38:37.342Zinfo: running `cargo check --bins` on nexus-test-utils-macros (221/252)
41252026-03-05T02:38:38.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41262026-03-05T02:38:38.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41272026-03-05T02:38:38.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41282026-03-05T02:38:38.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
41292026-03-05T02:38:38.597Z
41302026-03-05T02:38:38.597Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (222/252)
41312026-03-05T02:38:39.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41322026-03-05T02:38:39.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41332026-03-05T02:38:40.547Z Compiling libz-sys v1.1.20
41342026-03-05T02:38:40.572Z Compiling libgit2-sys v0.18.2+1.9.1
41352026-03-05T02:38:40.620Z Compiling vergen-git2 v1.0.7
41362026-03-05T02:38:40.672Z Compiling rustls v0.21.12
41372026-03-05T02:38:40.697Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
41382026-03-05T02:38:40.697Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
41392026-03-05T02:38:40.697Z Checking rustls-webpki v0.101.7
41402026-03-05T02:38:40.697Z Checking sct v0.7.1
41412026-03-05T02:38:40.995Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
41422026-03-05T02:38:41.048Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
41432026-03-05T02:38:41.078Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
41442026-03-05T02:38:41.155Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
41452026-03-05T02:38:41.571Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
41462026-03-05T02:38:41.650Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
41472026-03-05T02:38:41.690Z Checking rustls-pemfile v1.0.4
41482026-03-05T02:38:41.716Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
41492026-03-05T02:38:41.947Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
41502026-03-05T02:38:42.295Z Checking twox-hash v2.1.0
41512026-03-05T02:38:42.730Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
41522026-03-05T02:38:42.781Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
41532026-03-05T02:38:43.705Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41542026-03-05T02:38:43.737Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41552026-03-05T02:38:44.105Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41562026-03-05T02:38:44.620Z Checking tokio-rustls v0.24.1
41572026-03-05T02:38:45.030Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
41582026-03-05T02:38:45.072Z Checking fatfs v0.3.6
41592026-03-05T02:38:45.276Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
41602026-03-05T02:38:45.365Z Compiling seq-macro v0.3.6
41612026-03-05T02:38:54.056Z Compiling git2 v0.20.2
41622026-03-05T02:38:56.163Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
41632026-03-05T02:38:56.418Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
41642026-03-05T02:39:00.054Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41652026-03-05T02:41:00.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 21s
41662026-03-05T02:41:00.372Z
41672026-03-05T02:41:00.372Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (223/252)
41682026-03-05T02:41:01.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41692026-03-05T02:41:01.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41702026-03-05T02:41:02.271Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
41712026-03-05T02:42:55.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 55s
41722026-03-05T02:42:56.125Z
41732026-03-05T02:42:56.125Zinfo: running `cargo check --bins` on nexus-background-task-interface (224/252)
41742026-03-05T02:42:57.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41752026-03-05T02:42:57.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41762026-03-05T02:42:57.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41772026-03-05T02:42:57.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s
41782026-03-05T02:42:57.458Z
41792026-03-05T02:42:57.458Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (225/252)
41802026-03-05T02:42:58.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41812026-03-05T02:42:58.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41822026-03-05T02:42:58.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41832026-03-05T02:42:58.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
41842026-03-05T02:42:58.873Z
41852026-03-05T02:42:58.873Zinfo: running `cargo check --bins` on nexus-mgs-updates (226/252)
41862026-03-05T02:43:00.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41872026-03-05T02:43:00.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41882026-03-05T02:43:00.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41892026-03-05T02:43:00.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s
41902026-03-05T02:43:00.162Z
41912026-03-05T02:43:00.162Zinfo: running `cargo check --bins` on nexus-networking (227/252)
41922026-03-05T02:43:01.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41932026-03-05T02:43:01.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41942026-03-05T02:43:01.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41952026-03-05T02:43:01.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s
41962026-03-05T02:43:01.498Z
41972026-03-05T02:43:01.498Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (228/252)
41982026-03-05T02:43:02.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41992026-03-05T02:43:02.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42002026-03-05T02:43:02.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42012026-03-05T02:43:02.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s
42022026-03-05T02:43:02.851Z
42032026-03-05T02:43:02.851Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (229/252)
42042026-03-05T02:43:04.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42052026-03-05T02:43:04.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42062026-03-05T02:43:04.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42072026-03-05T02:43:04.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s
42082026-03-05T02:43:04.253Z
42092026-03-05T02:43:04.253Zinfo: running `cargo check --bins` on omicron-dev (230/252)
42102026-03-05T02:43:05.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42112026-03-05T02:43:05.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42122026-03-05T02:43:06.039Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42132026-03-05T02:43:06.039Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42142026-03-05T02:43:06.107Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
42152026-03-05T02:43:06.135Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
42162026-03-05T02:43:06.160Z Checking diff v0.1.13
42172026-03-05T02:43:06.160Z Checking yansi v1.0.1
42182026-03-05T02:43:06.160Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42192026-03-05T02:43:06.160Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
42202026-03-05T02:43:06.434Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
42212026-03-05T02:43:06.703Z Checking pretty_assertions v1.4.1
42222026-03-05T02:43:08.314Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42232026-03-05T02:44:07.600Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42242026-03-05T02:44:07.600Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42252026-03-05T02:44:07.625Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42262026-03-05T02:44:07.625Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42272026-03-05T02:44:07.625Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42282026-03-05T02:44:07.625Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42292026-03-05T02:44:08.942Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42302026-03-05T02:44:11.148Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42312026-03-05T02:45:49.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 45s
42322026-03-05T02:45:50.035Z
42332026-03-05T02:45:50.035Zinfo: running `cargo check --bins` on omicron-pins (231/252)
42342026-03-05T02:45:51.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42352026-03-05T02:45:51.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42362026-03-05T02:45:51.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42372026-03-05T02:45:51.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
42382026-03-05T02:45:51.185Z
42392026-03-05T02:45:51.185Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (232/252)
42402026-03-05T02:45:52.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42412026-03-05T02:45:52.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42422026-03-05T02:45:52.695Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42432026-03-05T02:45:52.720Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42442026-03-05T02:45:52.720Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
42452026-03-05T02:46:35.120Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42462026-03-05T02:46:35.815Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42472026-03-05T02:46:39.667Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42482026-03-05T02:46:40.443Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42492026-03-05T02:46:47.304Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42502026-03-05T02:47:43.445Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42512026-03-05T02:47:44.603Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42522026-03-05T02:47:47.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 56s
42532026-03-05T02:47:47.995Z
42542026-03-05T02:47:47.995Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (233/252)
42552026-03-05T02:47:49.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42562026-03-05T02:47:49.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42572026-03-05T02:47:49.360Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
42582026-03-05T02:47:50.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.48s
42592026-03-05T02:47:50.714Z
42602026-03-05T02:47:50.714Zinfo: running `cargo check --bins` on omicron-releng (234/252)
42612026-03-05T02:47:51.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42622026-03-05T02:47:51.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42632026-03-05T02:47:51.985Z Compiling blake3 v1.5.4
42642026-03-05T02:47:52.010Z Checking arrayvec v0.7.6
42652026-03-05T02:47:52.010Z Checking constant_time_eq v0.3.1
42662026-03-05T02:47:52.034Z Checking arrayref v0.3.9
42672026-03-05T02:47:52.059Z Checking topological-sort v0.2.2
42682026-03-05T02:47:52.084Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
42692026-03-05T02:47:52.084Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
42702026-03-05T02:47:52.084Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
42712026-03-05T02:47:52.177Z Checking shell-words v1.1.0
42722026-03-05T02:47:53.646Z Checking omicron-zone-package v0.12.2
42732026-03-05T02:47:55.294Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
42742026-03-05T02:47:57.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.42s
42752026-03-05T02:47:57.362Z
42762026-03-05T02:47:57.362Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (235/252)
42772026-03-05T02:47:58.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42782026-03-05T02:47:58.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42792026-03-05T02:47:58.633Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
42802026-03-05T02:47:59.053Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
42812026-03-05T02:47:59.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.43s
42822026-03-05T02:48:00.000Z
42832026-03-05T02:48:00.001Zinfo: running `cargo check --bins` on xtask (236/252)
42842026-03-05T02:48:00.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42852026-03-05T02:48:00.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42862026-03-05T02:48:00.986Z Checking bitflags v2.9.4
42872026-03-05T02:48:00.986Z Checking serde v1.0.228
42882026-03-05T02:48:00.986Z Checking zerofrom v0.1.4
42892026-03-05T02:48:00.986Z Checking thiserror v2.0.18
42902026-03-05T02:48:01.031Z Checking hashbrown v0.16.1
42912026-03-05T02:48:01.056Z Checking smallvec v1.15.1
42922026-03-05T02:48:01.081Z Checking serde_json v1.0.149
42932026-03-05T02:48:01.081Z Checking scroll v0.12.0
42942026-03-05T02:48:01.193Z Checking num-traits v0.2.19
42952026-03-05T02:48:01.291Z Checking yoke v0.7.4
42962026-03-05T02:48:01.316Z Checking rustix v0.38.37
42972026-03-05T02:48:01.464Z Checking thiserror v1.0.69
42982026-03-05T02:48:01.594Z Checking log v0.4.29
42992026-03-05T02:48:01.638Z Checking zerovec v0.10.4
43002026-03-05T02:48:01.662Z Checking percent-encoding v2.3.2
43012026-03-05T02:48:01.898Z Checking goblin v0.8.2
43022026-03-05T02:48:01.924Z Checking form_urlencoded v1.2.2
43032026-03-05T02:48:02.032Z Checking serde_spanned v0.6.9
43042026-03-05T02:48:02.144Z Checking indexmap v2.13.0
43052026-03-05T02:48:02.181Z Checking toml_datetime v0.6.11
43062026-03-05T02:48:02.263Z Checking erased-serde v0.4.6
43072026-03-05T02:48:02.309Z Checking terminal_size v0.4.0
43082026-03-05T02:48:02.493Z Checking pest v2.8.2
43092026-03-05T02:48:02.536Z Checking zerocopy v0.7.35
43102026-03-05T02:48:02.567Z Checking getrandom v0.3.4
43112026-03-05T02:48:02.592Z Checking ordered-float v2.10.1
43122026-03-05T02:48:02.792Z Checking syn v2.0.114
43132026-03-05T02:48:03.098Z Checking serde-value v0.7.0
43142026-03-05T02:48:03.141Z Checking serde-untagged v0.1.7
43152026-03-05T02:48:03.215Z Checking tinystr v0.7.6
43162026-03-05T02:48:03.392Z Checking icu_collections v1.5.0
43172026-03-05T02:48:03.524Z Checking toml_edit v0.22.27
43182026-03-05T02:48:03.550Z Checking rustix v1.1.3
43192026-03-05T02:48:03.596Z Checking icu_locid v1.5.0
43202026-03-05T02:48:03.709Z Checking once_cell v1.21.3
43212026-03-05T02:48:04.012Z Checking clap_builder v4.5.48
43222026-03-05T02:48:04.037Z Checking cargo-platform v0.2.0
43232026-03-05T02:48:04.383Z Checking textwrap v0.16.2
43242026-03-05T02:48:04.514Z Checking icu_provider v1.5.0
43252026-03-05T02:48:04.762Z Checking fs-err v3.1.1
43262026-03-05T02:48:04.914Z Checking dtrace-parser v0.2.0
43272026-03-05T02:48:04.939Z Checking tempfile v3.24.0
43282026-03-05T02:48:05.092Z Checking tabled v0.15.0
43292026-03-05T02:48:05.170Z Checking icu_locid_transform v1.5.0
43302026-03-05T02:48:05.318Z Checking camino-tempfile v1.4.1
43312026-03-05T02:48:05.402Z Checking anyhow v1.0.99
43322026-03-05T02:48:05.603Z Checking macaddr v1.0.1
43332026-03-05T02:48:05.780Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
43342026-03-05T02:48:05.977Z Checking toml v0.8.23
43352026-03-05T02:48:06.177Z Checking icu_properties v1.5.1
43362026-03-05T02:48:06.527Z Checking dof v0.3.0
43372026-03-05T02:48:06.682Z Checking cargo_toml v0.21.0
43382026-03-05T02:48:06.896Z Checking clap v4.5.48
43392026-03-05T02:48:07.250Z Checking usdt-impl v0.5.0
43402026-03-05T02:48:07.771Z Checking usdt v0.5.0
43412026-03-05T02:48:09.154Z Checking icu_normalizer v1.5.0
43422026-03-05T02:48:09.845Z Checking idna_adapter v1.2.0
43432026-03-05T02:48:10.047Z Checking idna v1.0.3
43442026-03-05T02:48:10.532Z Checking url v2.5.4
43452026-03-05T02:48:11.322Z Checking cargo-util-schemas v0.8.2
43462026-03-05T02:48:13.039Z Checking cargo_metadata v0.21.0
43472026-03-05T02:48:14.567Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
43482026-03-05T02:48:15.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.48s
43492026-03-05T02:48:15.645Z
43502026-03-05T02:48:15.645Zinfo: running `cargo check --bins` on end-to-end-tests (237/252)
43512026-03-05T02:48:16.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43522026-03-05T02:48:16.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43532026-03-05T02:48:17.263Z Checking polyval v0.6.2
43542026-03-05T02:48:17.288Z Checking ctr v0.9.2
43552026-03-05T02:48:17.323Z Checking ssh-encoding v0.2.0
43562026-03-05T02:48:17.323Z Checking blowfish v0.9.1
43572026-03-05T02:48:17.370Z Checking password-hash v0.4.2
43582026-03-05T02:48:17.395Z Checking p521 v0.13.3
43592026-03-05T02:48:17.395Z Checking p256 v0.13.2
43602026-03-05T02:48:17.396Z Checking russh-cryptovec v0.7.3
43612026-03-05T02:48:17.580Z Checking ghash v0.5.1
43622026-03-05T02:48:17.612Z Checking md5 v0.7.0
43632026-03-05T02:48:17.649Z Checking bcrypt-pbkdf v0.10.0
43642026-03-05T02:48:17.675Z Checking num-bigint v0.4.6
43652026-03-05T02:48:17.719Z Checking des v0.8.1
43662026-03-05T02:48:17.780Z Checking aes-gcm v0.10.3
43672026-03-05T02:48:17.816Z Checking pbkdf2 v0.11.0
43682026-03-05T02:48:17.916Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
43692026-03-05T02:48:17.941Z Checking hex-literal v0.4.1
43702026-03-05T02:48:17.968Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
43712026-03-05T02:48:18.005Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
43722026-03-05T02:48:18.041Z Checking ssh-cipher v0.2.0
43732026-03-05T02:48:18.125Z Checking internet-checksum v0.2.1
43742026-03-05T02:48:18.334Z Checking ssh-key v0.6.6
43752026-03-05T02:48:18.635Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
43762026-03-05T02:48:19.830Z Checking russh-keys v0.45.0
43772026-03-05T02:48:21.155Z Checking russh v0.45.0
43782026-03-05T02:48:57.801Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
43792026-03-05T02:49:00.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.44s
43802026-03-05T02:49:00.329Z
43812026-03-05T02:49:00.329Zinfo: running `cargo check --bins` on gateway-cli (238/252)
43822026-03-05T02:49:01.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43832026-03-05T02:49:01.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43842026-03-05T02:49:01.665Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
43852026-03-05T02:49:01.692Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
43862026-03-05T02:49:01.692Z Checking termios v0.3.3
43872026-03-05T02:49:04.671Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
43882026-03-05T02:49:04.922Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
43892026-03-05T02:49:09.179Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
43902026-03-05T02:49:10.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.04s
43912026-03-05T02:49:10.587Z
43922026-03-05T02:49:10.587Zinfo: running `cargo check --bins --no-default-features` on installinator (239/252)
43932026-03-05T02:49:11.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43942026-03-05T02:49:11.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43952026-03-05T02:49:11.962Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
43962026-03-05T02:49:11.986Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
43972026-03-05T02:49:12.020Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
43982026-03-05T02:49:12.020Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
43992026-03-05T02:49:12.045Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
44002026-03-05T02:49:12.821Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
44012026-03-05T02:49:12.821Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
44022026-03-05T02:49:14.333Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
44032026-03-05T02:49:14.589Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
44042026-03-05T02:49:14.614Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
44052026-03-05T02:49:15.929Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
44062026-03-05T02:49:19.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.55s
44072026-03-05T02:49:19.336Z
44082026-03-05T02:49:19.336Zinfo: running `cargo check --bins` on internal-dns-cli (240/252)
44092026-03-05T02:49:20.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44102026-03-05T02:49:20.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44112026-03-05T02:49:20.599Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44122026-03-05T02:49:21.288Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
44132026-03-05T02:49:21.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.53s
44142026-03-05T02:49:22.071Z
44152026-03-05T02:49:22.072Zinfo: running `cargo check --bins` on omicron-live-tests (241/252)
44162026-03-05T02:49:23.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44172026-03-05T02:49:23.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44182026-03-05T02:49:23.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44192026-03-05T02:49:23.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
44202026-03-05T02:49:23.235Z
44212026-03-05T02:49:23.235Zinfo: running `cargo check --bins` on live-tests-macros (242/252)
44222026-03-05T02:49:24.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44232026-03-05T02:49:24.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44242026-03-05T02:49:24.255Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44252026-03-05T02:49:24.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
44262026-03-05T02:49:24.360Z
44272026-03-05T02:49:24.361Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (243/252)
44282026-03-05T02:49:25.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44292026-03-05T02:49:25.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44302026-03-05T02:49:25.747Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
44312026-03-05T02:49:26.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.27s
44322026-03-05T02:49:26.847Z
44332026-03-05T02:49:26.847Zinfo: running `cargo check --bins` on omicron-ntp-admin (244/252)
44342026-03-05T02:49:27.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44352026-03-05T02:49:27.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44362026-03-05T02:49:28.087Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
44372026-03-05T02:49:28.112Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
44382026-03-05T02:49:28.412Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
44392026-03-05T02:49:28.437Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
44402026-03-05T02:49:29.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.01s
44412026-03-05T02:49:30.063Z
44422026-03-05T02:49:30.063Zinfo: running `cargo check --bins` on ntp-admin-types (245/252)
44432026-03-05T02:49:31.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44442026-03-05T02:49:31.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44452026-03-05T02:49:31.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44462026-03-05T02:49:31.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
44472026-03-05T02:49:31.309Z
44482026-03-05T02:49:31.309Zinfo: running `cargo check --bins` on omicron-package (246/252)
44492026-03-05T02:49:32.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44502026-03-05T02:49:32.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44512026-03-05T02:49:32.524Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
44522026-03-05T02:49:34.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.11s
44532026-03-05T02:49:34.630Z
44542026-03-05T02:49:34.630Zinfo: running `cargo check --bins` on tqdb (247/252)
44552026-03-05T02:49:35.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44562026-03-05T02:49:35.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44572026-03-05T02:49:36.027Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
44582026-03-05T02:49:36.523Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
44592026-03-05T02:49:37.867Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
44602026-03-05T02:49:37.867Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
44612026-03-05T02:49:47.248Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
44622026-03-05T02:49:48.680Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
44632026-03-05T02:49:48.705Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
44642026-03-05T02:49:48.705Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
44652026-03-05T02:49:50.596Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
44662026-03-05T02:49:50.620Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
44672026-03-05T02:50:04.106Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
44682026-03-05T02:50:04.106Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
44692026-03-05T02:50:04.131Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
44702026-03-05T02:50:04.131Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
44712026-03-05T02:50:07.255Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
44722026-03-05T02:50:09.907Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
44732026-03-05T02:50:11.256Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
44742026-03-05T02:50:13.923Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
44752026-03-05T02:50:14.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.31s
44762026-03-05T02:50:15.161Z
44772026-03-05T02:50:15.161Zinfo: running `cargo check --bins` on wicket-dbg (248/252)
44782026-03-05T02:50:16.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44792026-03-05T02:50:16.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44802026-03-05T02:50:16.596Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
44812026-03-05T02:50:16.623Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
44822026-03-05T02:50:16.623Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
44832026-03-05T02:50:16.675Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
44842026-03-05T02:50:16.701Z Checking rtoolbox v0.0.2
44852026-03-05T02:50:16.726Z Checking tui-tree-widget v0.23.1
44862026-03-05T02:50:16.912Z Checking rpassword v7.4.0
44872026-03-05T02:50:17.108Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
44882026-03-05T02:50:19.009Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
44892026-03-05T02:50:28.664Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
44902026-03-05T02:50:30.033Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
44912026-03-05T02:50:37.085Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
44922026-03-05T02:50:41.380Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
44932026-03-05T02:50:43.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.04s
44942026-03-05T02:50:43.423Z
44952026-03-05T02:50:43.423Zinfo: running `cargo check --bins` on wicket (249/252)
44962026-03-05T02:50:44.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44972026-03-05T02:50:44.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44982026-03-05T02:50:44.753Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
44992026-03-05T02:50:45.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.80s
45002026-03-05T02:50:45.442Z
45012026-03-05T02:50:45.442Zinfo: running `cargo check --bins` on wicketd (250/252)
45022026-03-05T02:50:46.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45032026-03-05T02:50:46.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45042026-03-05T02:50:46.904Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
45052026-03-05T02:50:46.904Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
45062026-03-05T02:50:46.929Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45072026-03-05T02:50:46.929Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
45082026-03-05T02:50:49.254Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
45092026-03-05T02:50:50.494Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
45102026-03-05T02:50:56.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.33s
45112026-03-05T02:50:56.981Z
45122026-03-05T02:50:56.982Zinfo: running `cargo check --bins` on omicron-workspace-hack (251/252)
45132026-03-05T02:50:58.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45142026-03-05T02:50:58.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45152026-03-05T02:50:58.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45162026-03-05T02:50:58.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
45172026-03-05T02:50:58.148Z
45182026-03-05T02:50:58.148Zinfo: running `cargo check --bins` on zone-setup (252/252)
45192026-03-05T02:50:59.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45202026-03-05T02:50:59.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45212026-03-05T02:50:59.418Z Checking uzers v0.12.1
45222026-03-05T02:50:59.789Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
45232026-03-05T02:51:01.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.12s
45242026-03-05T02:51:01.504Z
45252026-03-05T02:51:01.530Zreal 31:36.621852640
45262026-03-05T02:51:01.530Zuser 48:02.538741817
45272026-03-05T02:51:01.530Zsys 8:02.968022888
45282026-03-05T02:51:01.530Ztrap 1.225384475
45292026-03-05T02:51:01.530Ztflt 0.518792279
45302026-03-05T02:51:01.530Zdflt 1.014724404
45312026-03-05T02:51:01.530Zkflt 0.005888306
45322026-03-05T02:51:01.530Zlock 2:11:15.618526122
45332026-03-05T02:51:01.530Zslp 4:29:32.212032365
45342026-03-05T02:51:01.530Zlat 1:44.977271947
45352026-03-05T02:51:01.530Zstop 5:18.535596282
45362026-03-05T02:51:01.530Zprocess exited: duration 2367117 ms, exit code 0
 
45372026-03-05T02:51:01.581Zfound 0 output files