01KJ6QNESXMPVGQWRDQXCHYR0Z: 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: 01KJ6QNZKQSJZM0MGMA1DCER76

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-02-24T02:30:31.823Zjob assigned to worker 01KJ6QP9QQNRA65KC00MWA193A [factory aws, i-0d5a59d0e750f151e] (queued for 57 s)
 
22026-02-24T02:30:40.404Zstarting task 0: "setup"
32026-02-24T02:30:40.411Z++ uname -s
42026-02-24T02:30:40.414Z+ kern=SunOS
52026-02-24T02:30:40.414Z+ build_user=build
62026-02-24T02:30:40.414Z+ build_uid=12345
72026-02-24T02:30:40.414Z+ work_dir=/work
82026-02-24T02:30:40.414Z+ input_dir=/input
92026-02-24T02:30:40.414Z+ [[ 0 == 12345 ]]
102026-02-24T02:30:40.414Z+ case "$kern" in
112026-02-24T02:30:40.414Z+ groupadd -g 12345 build
122026-02-24T02:30:40.417Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-02-24T02:30:42.424Z+ zfs create -o mountpoint=/work rpool/work
142026-02-24T02:30:42.542Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-02-24T02:30:42.545Z+ home_fs=zfs
162026-02-24T02:30:42.545Z+ [[ zfs == autofs ]]
172026-02-24T02:30:42.545Z+ mkdir -p /home/build
182026-02-24T02:30:42.548Z+ chown build:build /home/build /work
192026-02-24T02:30:44.549Z+ chmod 0700 /home/build /work
202026-02-24T02:30:44.552Zprocess exited: duration 4149 ms, exit code 0
 
212026-02-24T02:30:44.558Zstarting task 1: "rust-toolchain"
222026-02-24T02:30:44.563Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
232026-02-24T02:30:44.563Z * rust toolchain channel = "1.91.1"
242026-02-24T02:30:44.563Z * rust toolchain profile = "default"
252026-02-24T02:30:44.563Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-02-24T02:30:44.563Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-02-24T02:30:44.563Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-02-24T02:30:44.567Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-02-24T02:30:44.567Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-02-24T02:30:44.706Zinfo: downloading installer
312026-02-24T02:30:46.676Zwarn: It looks like you have an existing installation of Rust at:
322026-02-24T02:30:46.676Zwarn: /opt/ooce/bin
332026-02-24T02:30:46.676Zwarn: It is recommended that rustup be the primary Rust installation.
342026-02-24T02:30:46.676Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-02-24T02:30:46.676Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-02-24T02:30:46.676Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-02-24T02:30:46.676Zwarn: or pass `-y' to ignore all ignorable checks.
382026-02-24T02:30:46.676Zerror: cannot install while Rust is installed
392026-02-24T02:30:46.676Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-02-24T02:30:46.693Zinfo: profile set to 'default'
412026-02-24T02:30:46.694Zinfo: default host triple is x86_64-unknown-illumos
422026-02-24T02:30:46.697Zinfo: syncing channel updates for '1.91.1-x86_64-unknown-illumos'
432026-02-24T02:30:46.877Zinfo: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07)
442026-02-24T02:30:46.877Zinfo: downloading component 'cargo'
452026-02-24T02:30:48.084Zinfo: downloading component 'clippy'
462026-02-24T02:30:48.475Zinfo: downloading component 'rust-docs'
472026-02-24T02:30:50.043Zinfo: downloading component 'rust-std'
482026-02-24T02:30:51.918Zinfo: downloading component 'rustc'
492026-02-24T02:31:01.023Zinfo: downloading component 'rustfmt'
502026-02-24T02:31:01.306Zinfo: installing component 'cargo'
512026-02-24T02:31:02.227Zinfo: installing component 'clippy'
522026-02-24T02:31:02.631Zinfo: installing component 'rust-docs'
532026-02-24T02:31:04.629Zinfo: installing component 'rust-std'
542026-02-24T02:31:06.468Zinfo: installing component 'rustc'
552026-02-24T02:31:13.176Zinfo: installing component 'rustfmt'
562026-02-24T02:31:13.519Zinfo: default toolchain set to '1.91.1-x86_64-unknown-illumos'
572026-02-24T02:31:13.519Z
582026-02-24T02:31:13.973Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
592026-02-24T02:31:13.973Z
602026-02-24T02:31:13.976Z
612026-02-24T02:31:13.976ZRust is installed now. Great!
622026-02-24T02:31:13.976Z
632026-02-24T02:31:13.976ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-02-24T02:31:13.976Zenvironment variable. This has not been done automatically.
652026-02-24T02:31:13.976Z
662026-02-24T02:31:13.976ZTo configure your current shell, you need to source
672026-02-24T02:31:13.976Zthe corresponding env file under $HOME/.cargo.
682026-02-24T02:31:13.976Z
692026-02-24T02:31:13.977ZThis is usually done by running one of the following (note the leading DOT):
702026-02-24T02:31:13.977Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-02-24T02:31:13.977Zsource "$HOME/.cargo/env.fish" # For fish
722026-02-24T02:31:13.977Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-02-24T02:31:14.081Z+ rustup --version
742026-02-24T02:31:14.095Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-02-24T02:31:14.098Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-02-24T02:31:14.225Zinfo: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
772026-02-24T02:31:14.230Z+ cargo --version
782026-02-24T02:31:14.302Zcargo 1.91.1 (ea2d97820 2025-10-10)
792026-02-24T02:31:14.306Z+ rustc --version
802026-02-24T02:31:14.382Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
812026-02-24T02:31:14.385Zprocess exited: duration 29821 ms, exit code 0
 
822026-02-24T02:31:14.391Zstarting task 2: "authentication"
832026-02-24T02:31:14.414Zprocess exited: duration 21 ms, exit code 0
 
842026-02-24T02:31:14.422Zstarting task 3: "clone repository"
852026-02-24T02:31:14.425Z+ mkdir -p /work/oxidecomputer/omicron
862026-02-24T02:31:14.428Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872026-02-24T02:31:14.463ZCloning into '/work/oxidecomputer/omicron'...
882026-02-24T02:32:10.235Z+ cd /work/oxidecomputer/omicron
892026-02-24T02:32:10.235Z+ git fetch origin 726b27d712b45a2c74e8d60323dfcefb38d3fbc6
902026-02-24T02:32:10.980ZFrom https://github.com/oxidecomputer/omicron
912026-02-24T02:32:10.980Z * branch 726b27d712b45a2c74e8d60323dfcefb38d3fbc6 -> FETCH_HEAD
922026-02-24T02:32:10.992Z+ [[ -n john/move-external-port-discovery ]]
932026-02-24T02:32:10.995Z++ git branch --show-current
942026-02-24T02:32:10.998Z+ current=main
952026-02-24T02:32:10.998Z+ [[ main != john/move-external-port-discovery ]]
962026-02-24T02:32:10.998Z+ git branch -f john/move-external-port-discovery 726b27d712b45a2c74e8d60323dfcefb38d3fbc6
972026-02-24T02:32:11.001Z+ git checkout -f john/move-external-port-discovery
982026-02-24T02:32:11.530ZSwitched to branch 'john/move-external-port-discovery'
992026-02-24T02:32:11.533Z+ git reset --hard 726b27d712b45a2c74e8d60323dfcefb38d3fbc6
1002026-02-24T02:32:11.551ZHEAD is now at 726b27d71 Merge branch 'main' into john/move-external-port-discovery
1012026-02-24T02:32:11.555Zprocess exited: duration 57121 ms, exit code 0
 
1022026-02-24T02:32:11.561Zstarting task 4: "build"
1032026-02-24T02:32:11.567Z+ source .github/buildomat/ci-env.sh
1042026-02-24T02:32:11.570Z++ export CARGO_TERM_COLOR=always
1052026-02-24T02:32:11.570Z++ CARGO_TERM_COLOR=always
1062026-02-24T02:32:11.570Z+ cargo --version
1072026-02-24T02:32:11.628Zcargo 1.91.1 (ea2d97820 2025-10-10)
1082026-02-24T02:32:11.632Z+ rustc --version
1092026-02-24T02:32:11.705Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1102026-02-24T02:32:11.708Z+ source ./env.sh
1112026-02-24T02:32:11.708Z++ OLD_SHELL_OPTS=ehxB
1122026-02-24T02:32:11.708Z++ set -o xtrace
1132026-02-24T02:32:11.711Z++++ dirname ./env.sh
1142026-02-24T02:32:11.714Z+++ readlink -f .
1152026-02-24T02:32:11.717Z++ OMICRON_WS=/work/oxidecomputer/omicron
1162026-02-24T02:32:11.717Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1172026-02-24T02:32:11.717Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1182026-02-24T02:32:11.717Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1192026-02-24T02:32:11.717Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1202026-02-24T02:32:11.717Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1212026-02-24T02:32:11.717Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1222026-02-24T02:32:11.717Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1232026-02-24T02:32:11.717Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1242026-02-24T02:32:11.717Z++ case $OLD_SHELL_OPTS in
1252026-02-24T02:32:11.717Z++ unset OLD_SHELL_OPTS OMICRON_WS
1262026-02-24T02:32:11.717Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1272026-02-24T02:32:11.717Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1282026-02-24T02:32:11.717Z+ banner prerequisites
1292026-02-24T02:32:11.721Z
1302026-02-24T02:32:11.721Z ##### ##### ###### ##### ###### #### # # # #### #
1312026-02-24T02:32:11.721Z # # # # # # # # # # # # # # #
1322026-02-24T02:32:11.721Z # # # # ##### # # ##### # # # # # #### #
1332026-02-24T02:32:11.721Z ##### ##### # ##### # # # # # # # # #
1342026-02-24T02:32:11.721Z # # # # # # # # # # # # # # #
1352026-02-24T02:32:11.721Z # # # ###### # # ###### ### # #### # #### #
1362026-02-24T02:32:11.721Z
1372026-02-24T02:32:11.721Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1382026-02-24T02:32:22.728Z Startup: Refreshing catalog 'helios-dev' ... Done
1392026-02-24T02:32:33.302Z Startup: Caching catalogs ... Done
1402026-02-24T02:32:56.875ZPlanning: Solver setup ... Done (21.905s)
1412026-02-24T02:32:57.041ZPlanning: Running solver ... Done (0.161s)
1422026-02-24T02:32:57.207ZPlanning: Finding local manifests ... Done (0.003s)
1432026-02-24T02:32:57.221ZPlanning: Fetching manifests: 0/4 0% complete
1442026-02-24T02:32:57.368ZPlanning: Fetching manifests: 4/4 100% complete
1452026-02-24T02:32:57.414ZPlanning: Package planning ... Done (0.048s)
1462026-02-24T02:32:57.468ZPlanning: Merging actions ... Done (0.050s)
1472026-02-24T02:32:57.753ZPlanning: Checking for conflicting actions ... Done (0.286s)
1482026-02-24T02:32:57.763ZPlanning: Consolidating action changes ... Done (0.011s)
1492026-02-24T02:32:58.781ZPlanning: Evaluating mediators ... Done (1.015s)
1502026-02-24T02:32:58.784ZPlanning: Planning completed in 25.33 seconds
1512026-02-24T02:32:58.799Z Packages to install: 4
1522026-02-24T02:32:58.799Z Mediators to change: 2
1532026-02-24T02:32:58.803Z Services to change: 1
1542026-02-24T02:32:58.804Z Estimated space available: 155.43 GB
1552026-02-24T02:32:58.804ZEstimated space to be consumed: 1.81 GB
1562026-02-24T02:32:58.804Z Create boot environment: No
1572026-02-24T02:32:58.804ZCreate backup boot environment: No
1582026-02-24T02:32:58.804Z Rebuild boot archive: No
1592026-02-24T02:32:58.804Z
1602026-02-24T02:32:58.804ZChanged mediators:
1612026-02-24T02:32:58.804Z mediator clang:
1622026-02-24T02:32:58.804Z version: None -> 15 (system default)
1632026-02-24T02:32:58.804Z
1642026-02-24T02:32:58.804Z mediator llvm:
1652026-02-24T02:32:58.804Z version: 14 (system default) -> 15 (system default)
1662026-02-24T02:32:58.804Z
1672026-02-24T02:32:58.804ZChanged packages:
1682026-02-24T02:32:58.804Zhelios-dev
1692026-02-24T02:32:58.804Z developer/build-essential
1702026-02-24T02:32:58.804Z None -> 11-2.0
1712026-02-24T02:32:58.804Z library/libxmlsec1
1722026-02-24T02:32:58.804Z None -> 1.2.35-2.0
1732026-02-24T02:32:58.804Z ooce/developer/clang-15
1742026-02-24T02:32:58.804Z None -> 15.0.7-2.0
1752026-02-24T02:32:58.804Z ooce/developer/llvm-15
1762026-02-24T02:32:58.804Z None -> 15.0.7-2.0
1772026-02-24T02:32:58.804Z
1782026-02-24T02:32:58.804ZServices:
1792026-02-24T02:32:58.804Z restart_fmri:
1802026-02-24T02:32:58.805Z svc:/system/update-man-index:default
1812026-02-24T02:32:58.855Z
1822026-02-24T02:32:58.855ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1832026-02-24T02:33:08.037ZDownload: 1197/3290 items 83.4/212.6MB 39% complete (17.3M/s)
1842026-02-24T02:33:17.047ZDownload: 1198/3290 items 83.4/212.6MB 39% complete
1852026-02-24T02:33:22.058ZDownload: 2225/3290 items 119.2/212.6MB 56% complete (7.2M/s)
1862026-02-24T02:33:27.049ZDownload: 3290/3290 items 212.6/212.6MB 100% complete (12.9M/s)
1872026-02-24T02:33:27.063ZDownload: Completed 212.60 MB in 28.20 seconds (7.5M/s)
1882026-02-24T02:33:27.314Z Actions: 1/3689 actions (Installing new actions)
1892026-02-24T02:33:31.890Z Actions: Completed 3689 actions in 4.58 seconds.
1902026-02-24T02:33:32.317Z Done (0.422s)
1912026-02-24T02:33:32.317Z Done (0.000s)
1922026-02-24T02:33:33.427Z Done (1.110s)
1932026-02-24T02:33:37.814Z Done (4.011s)
1942026-02-24T02:33:37.903Z Done (0.019s)
1952026-02-24T02:33:37.921Z Done (0.000s)
1962026-02-24T02:33:38.074Z Done (0.000s)
1972026-02-24T02:33:39.017ZPlanning: Evaluating mediator changes ... Done
1982026-02-24T02:33:39.178ZPlanning: Checking for conflicting actions ... Done
1992026-02-24T02:33:39.182ZPlanning: Consolidating action changes ... Done
2002026-02-24T02:33:39.453ZPlanning: Evaluating mediators ... Done
2012026-02-24T02:33:39.456ZPlanning: Planning completed in 0.44 seconds
2022026-02-24T02:33:39.486Z Mediators to change: 2
2032026-02-24T02:33:39.489Z Create boot environment: No
2042026-02-24T02:33:39.489ZCreate backup boot environment: No
2052026-02-24T02:33:39.562Z Done
2062026-02-24T02:33:39.562Z Done
2072026-02-24T02:33:40.357Z Done
2082026-02-24T02:33:44.038Z Done
2092026-02-24T02:33:44.112Z Done
2102026-02-24T02:33:44.115Z Done
2112026-02-24T02:33:44.260Z Done
2122026-02-24T02:33:44.896ZPlanning: Evaluating mediator changes ... Done
2132026-02-24T02:33:44.899ZPlanning: Merging actions ... Done
2142026-02-24T02:33:45.082ZPlanning: Checking for conflicting actions ... Done
2152026-02-24T02:33:45.086ZPlanning: Consolidating action changes ... Done
2162026-02-24T02:33:45.353ZPlanning: Evaluating mediators ... Done
2172026-02-24T02:33:45.411ZPlanning: Planning completed in 0.77 seconds
2182026-02-24T02:33:45.449Z Packages to change: 1
2192026-02-24T02:33:45.453Z Mediators to change: 1
2202026-02-24T02:33:45.453Z Services to change: 1
2212026-02-24T02:33:45.454Z Create boot environment: No
2222026-02-24T02:33:45.454ZCreate backup boot environment: Yes
2232026-02-24T02:33:47.846Z Actions: 1/6 actions (Updating modified actions)
2242026-02-24T02:33:47.851Z Actions: Completed 6 actions in 0.00 seconds.
2252026-02-24T02:33:47.851Z Done
2262026-02-24T02:33:47.851Z Done
2272026-02-24T02:33:48.068Z Done
2282026-02-24T02:33:51.742Z Done
2292026-02-24T02:33:51.830Z Done
2302026-02-24T02:33:51.833Z Done
2312026-02-24T02:33:52.003Z Done
2322026-02-24T02:33:52.453ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2332026-02-24T02:33:52.453Zclang system 15 system
2342026-02-24T02:33:52.453Zcsh system system illumos
2352026-02-24T02:33:52.453Zctags system system illumos
2362026-02-24T02:33:52.453Zfile system system illumos
2372026-02-24T02:33:52.453Zgcc vendor 12 vendor
2382026-02-24T02:33:52.453Zgcc system 10 system
2392026-02-24T02:33:52.453Zgcc system 7 system
2402026-02-24T02:33:52.454Zgo system 1.20 system
2412026-02-24T02:33:52.454Zgo system 1.19 system
2422026-02-24T02:33:52.454Zllvm system 15 system
2432026-02-24T02:33:52.454Zllvm system 14 system
2442026-02-24T02:33:52.454Zmariadb system 10.6 system
2452026-02-24T02:33:52.454Zmta vendor vendor dma
2462026-02-24T02:33:52.454Zopenjdk system 17 system
2472026-02-24T02:33:52.454Zopenjdk system 11 system
2482026-02-24T02:33:52.454Zopenjdk system 1.8 system
2492026-02-24T02:33:52.454Zopenssl vendor 3 vendor
2502026-02-24T02:33:52.454Zperl system 5.36 system
2512026-02-24T02:33:52.454Zpostgresql system 15 system
2522026-02-24T02:33:52.454Zpostgresql system 13 system
2532026-02-24T02:33:52.454Zpython vendor 3 vendor
2542026-02-24T02:33:52.454Zpython system 2 system
2552026-02-24T02:33:52.454Zpython3 system 3.11 system
2562026-02-24T02:33:52.454Zruby system 3.0 system
2572026-02-24T02:33:52.454Zwords vendor vendor american-english
2582026-02-24T02:33:52.454Zwords system system australian-english
2592026-02-24T02:33:52.454Zwords system system british-english
2602026-02-24T02:33:52.454Zwords system system canadian-english
2612026-02-24T02:33:52.454Zwords system system french
2622026-02-24T02:33:52.454Zwords system system italian
2632026-02-24T02:33:52.454Zwords system system ngerman
2642026-02-24T02:33:52.454Zwords system system ogerman
2652026-02-24T02:33:52.454Zwords system system spanish
2662026-02-24T02:33:52.792ZPUBLISHER TYPE STATUS P LOCATION
2672026-02-24T02:33:52.792Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2682026-02-24T02:33:59.440ZFMRI IFO
2692026-02-24T02:33:59.440Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2702026-02-24T02:33:59.440Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2712026-02-24T02:33:59.440Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2722026-02-24T02:33:59.441Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2732026-02-24T02:33:59.441Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2742026-02-24T02:33:59.441Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2752026-02-24T02:33:59.441Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2762026-02-24T02:33:59.441Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2772026-02-24T02:33:59.441Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2782026-02-24T02:33:59.441Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2792026-02-24T02:33:59.441Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2802026-02-24T02:33:59.441Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2812026-02-24T02:33:59.441Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2822026-02-24T02:33:59.441Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2832026-02-24T02:33:59.441Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2842026-02-24T02:33:59.441Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2852026-02-24T02:34:00.667Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2862026-02-24T02:34:01.338Z Updating crates.io index
2872026-02-24T02:34:01.375Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2882026-02-24T02:34:02.303Z Updating git repository `https://github.com/oxidecomputer/lldp`
2892026-02-24T02:34:03.015Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2902026-02-24T02:34:05.581Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2912026-02-24T02:34:06.238Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2922026-02-24T02:34:06.938Z Updating git repository `https://github.com/oxidecomputer/propolis`
2932026-02-24T02:34:10.989Z Updating git repository `https://github.com/oxidecomputer/crucible`
2942026-02-24T02:34:17.021Z Updating git repository `https://github.com/oxidecomputer/opte`
2952026-02-24T02:34:20.083Z Updating git repository `https://github.com/oxidecomputer/tofino`
2962026-02-24T02:34:21.007Z Updating git repository `https://github.com/oxidecomputer/falcon`
2972026-02-24T02:34:24.903Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2982026-02-24T02:34:26.599Z Updating git repository `https://github.com/oxidecomputer/clickward`
2992026-02-24T02:34:27.244Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3002026-02-24T02:34:28.114Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3012026-02-24T02:34:28.740Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3022026-02-24T02:34:30.740Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3032026-02-24T02:34:31.853Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3042026-02-24T02:34:32.412Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3052026-02-24T02:34:33.201Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3062026-02-24T02:34:34.119Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3072026-02-24T02:34:34.691Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3082026-02-24T02:34:35.245Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3092026-02-24T02:34:35.852Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3102026-02-24T02:34:36.688Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3112026-02-24T02:34:37.596Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3122026-02-24T02:34:40.242Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3132026-02-24T02:34:40.749Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3142026-02-24T02:34:41.560Z Updating git repository `https://github.com/oxidecomputer/ispf`
3152026-02-24T02:34:42.784Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3162026-02-24T02:34:43.990Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3172026-02-24T02:34:44.784Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3182026-02-24T02:34:45.311Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3192026-02-24T02:34:46.153Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3202026-02-24T02:34:46.702Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3212026-02-24T02:34:47.534Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3222026-02-24T02:34:48.075Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3232026-02-24T02:34:48.728Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3242026-02-24T02:34:49.338Z Updating git repository `https://github.com/illumos/smf-rs`
3252026-02-24T02:34:49.965Z Updating git repository `https://github.com/oxidecomputer/omicron`
3262026-02-24T02:35:24.786Z Downloading crates ...
3272026-02-24T02:35:24.878Z Downloaded anstyle v1.0.11
3282026-02-24T02:35:24.882Z Downloaded bytecount v0.6.8
3292026-02-24T02:35:24.887Z Downloaded serde_spanned v0.6.9
3302026-02-24T02:35:24.890Z Downloaded block-buffer v0.10.4
3312026-02-24T02:35:24.890Z Downloaded anstyle-query v1.1.1
3322026-02-24T02:35:24.893Z Downloaded autocfg v1.4.0
3332026-02-24T02:35:24.896Z Downloaded zerofrom-derive v0.1.4
3342026-02-24T02:35:24.896Z Downloaded version_check v0.9.5
3352026-02-24T02:35:24.899Z Downloaded tabled_derive v0.7.0
3362026-02-24T02:35:24.899Z Downloaded camino v1.2.2
3372026-02-24T02:35:24.902Z Downloaded anyhow v1.0.99
3382026-02-24T02:35:24.905Z Downloaded toml v0.8.23
3392026-02-24T02:35:24.908Z Downloaded thiserror v2.0.18
3402026-02-24T02:35:24.912Z Downloaded pest_meta v2.8.2
3412026-02-24T02:35:24.915Z Downloaded thiserror v1.0.69
3422026-02-24T02:35:24.919Z Downloaded zerofrom v0.1.4
3432026-02-24T02:35:24.923Z Downloaded camino-tempfile v1.4.1
3442026-02-24T02:35:24.923Z Downloaded typenum v1.17.0
3452026-02-24T02:35:24.926Z Downloaded fs-err v3.1.1
3462026-02-24T02:35:24.929Z Downloaded equivalent v1.0.2
3472026-02-24T02:35:24.929Z Downloaded terminal_size v0.4.0
3482026-02-24T02:35:24.953Z Downloaded unicode-xid v0.2.6
3492026-02-24T02:35:24.953Z Downloaded toml_write v0.1.2
3502026-02-24T02:35:24.953Z Downloaded errno v0.3.12
3512026-02-24T02:35:24.953Z Downloaded sha2 v0.10.9
3522026-02-24T02:35:24.953Z Downloaded utf8parse v0.2.2
3532026-02-24T02:35:24.953Z Downloaded unicode-linebreak v0.1.5
3542026-02-24T02:35:24.953Z Downloaded serde_tokenstream v0.2.2
3552026-02-24T02:35:24.953Z Downloaded yoke-derive v0.7.4
3562026-02-24T02:35:24.953Z Downloaded textwrap v0.16.2
3572026-02-24T02:35:24.953Z Downloaded pretty-hex v0.4.1
3582026-02-24T02:35:24.953Z Downloaded strsim v0.11.1
3592026-02-24T02:35:24.953Z Downloaded write16 v1.0.0
3602026-02-24T02:35:24.953Z Downloaded utf8_iter v1.0.4
3612026-02-24T02:35:24.953Z Downloaded scroll v0.12.0
3622026-02-24T02:35:24.953Z Downloaded proc-macro-error-attr v1.0.4
3632026-02-24T02:35:24.953Z Downloaded idna_adapter v1.2.0
3642026-02-24T02:35:24.957Z Downloaded usdt v0.5.0
3652026-02-24T02:35:24.957Z Downloaded dtrace-parser v0.2.0
3662026-02-24T02:35:24.957Z Downloaded stable_deref_trait v1.2.0
3672026-02-24T02:35:24.957Z Downloaded utf16_iter v1.0.5
3682026-02-24T02:35:24.957Z Downloaded crypto-common v0.1.6
3692026-02-24T02:35:24.957Z Downloaded typeid v1.0.3
3702026-02-24T02:35:24.960Z Downloaded thiserror-impl v2.0.18
3712026-02-24T02:35:24.960Z Downloaded smawk v0.3.2
3722026-02-24T02:35:24.963Z Downloaded once_cell v1.21.3
3732026-02-24T02:35:24.963Z Downloaded usdt-macro v0.5.0
3742026-02-24T02:35:24.966Z Downloaded usdt-attr-macro v0.5.0
3752026-02-24T02:35:24.966Z Downloaded toml_datetime v0.6.11
3762026-02-24T02:35:24.966Z Downloaded fastrand v2.1.1
3772026-02-24T02:35:24.969Z Downloaded serde-untagged v0.1.7
3782026-02-24T02:35:24.969Z Downloaded writeable v0.5.5
3792026-02-24T02:35:24.972Z Downloaded zerocopy-derive v0.7.35
3802026-02-24T02:35:24.975Z Downloaded zerovec-derive v0.10.3
3812026-02-24T02:35:24.978Z Downloaded colorchoice v1.0.2
3822026-02-24T02:35:24.978Z Downloaded usdt-impl v0.5.0
3832026-02-24T02:35:24.978Z Downloaded unicode-ident v1.0.19
3842026-02-24T02:35:24.982Z Downloaded zmij v1.0.15
3852026-02-24T02:35:24.985Z Downloaded serde-value v0.7.0
3862026-02-24T02:35:24.985Z Downloaded cargo-platform v0.2.0
3872026-02-24T02:35:24.985Z Downloaded generic-array v0.14.7
3882026-02-24T02:35:24.988Z Downloaded toml_edit v0.22.27
3892026-02-24T02:35:24.991Z Downloaded plain v0.2.3
3902026-02-24T02:35:24.991Z Downloaded tempfile v3.24.0
3912026-02-24T02:35:24.994Z Downloaded percent-encoding v2.3.2
3922026-02-24T02:35:24.994Z Downloaded ordered-float v2.10.1
3932026-02-24T02:35:24.997Z Downloaded thiserror-impl v1.0.69
3942026-02-24T02:35:24.997Z Downloaded heck v0.5.0
3952026-02-24T02:35:25.000Z Downloaded heck v0.4.1
3962026-02-24T02:35:25.000Z Downloaded fnv v1.0.7
3972026-02-24T02:35:25.000Z Downloaded yoke v0.7.4
3982026-02-24T02:35:25.003Z Downloaded erased-serde v0.4.6
3992026-02-24T02:35:25.006Z Downloaded scroll_derive v0.12.0
4002026-02-24T02:35:25.006Z Downloaded ucd-trie v0.1.7
4012026-02-24T02:35:25.006Z Downloaded tinystr v0.7.6
4022026-02-24T02:35:25.010Z Downloaded icu_provider_macros v1.5.0
4032026-02-24T02:35:25.011Z Downloaded cpufeatures v0.2.14
4042026-02-24T02:35:25.011Z Downloaded swrite v0.1.0
4052026-02-24T02:35:25.013Z Downloaded pest_generator v2.8.2
4062026-02-24T02:35:25.014Z Downloaded url v2.5.4
4072026-02-24T02:35:25.016Z Downloaded cargo_toml v0.21.0
4082026-02-24T02:35:25.016Z Downloaded macaddr v1.0.1
4092026-02-24T02:35:25.017Z Downloaded dof v0.3.0
4102026-02-24T02:35:25.020Z Downloaded clap_lex v0.7.4
4112026-02-24T02:35:25.020Z Downloaded semver v1.0.27
4122026-02-24T02:35:25.023Z Downloaded displaydoc v0.2.5
4132026-02-24T02:35:25.026Z Downloaded thread-id v4.2.2
4142026-02-24T02:35:25.026Z Downloaded proc-macro-error v1.0.4
4152026-02-24T02:35:25.029Z Downloaded digest v0.10.7
4162026-02-24T02:35:25.032Z Downloaded is_terminal_polyfill v1.70.1
4172026-02-24T02:35:25.032Z Downloaded itoa v1.0.11
4182026-02-24T02:35:25.032Z Downloaded zerocopy v0.7.35
4192026-02-24T02:35:25.048Z Downloaded icu_locid_transform_data v1.5.0
4202026-02-24T02:35:25.051Z Downloaded zerovec v0.10.4
4212026-02-24T02:35:25.054Z Downloaded unicode-width v0.2.0
4222026-02-24T02:35:25.057Z Downloaded icu_locid_transform v1.5.0
4232026-02-24T02:35:25.060Z Downloaded winnow v0.7.14
4242026-02-24T02:35:25.067Z Downloaded unicode-width v0.1.14
4252026-02-24T02:35:25.071Z Downloaded proc-macro2 v1.0.101
4262026-02-24T02:35:25.074Z Downloaded serde_core v1.0.228
4272026-02-24T02:35:25.077Z Downloaded cargo-util-schemas v0.8.2
4282026-02-24T02:35:25.080Z Downloaded icu_normalizer v1.5.0
4292026-02-24T02:35:25.083Z Downloaded icu_collections v1.5.0
4302026-02-24T02:35:25.086Z Downloaded smallvec v1.15.1
4312026-02-24T02:35:25.089Z Downloaded icu_normalizer_data v1.5.0
4322026-02-24T02:35:25.092Z Downloaded getrandom v0.3.4
4332026-02-24T02:35:25.096Z Downloaded clap v4.5.48
4342026-02-24T02:35:25.100Z Downloaded serde_derive v1.0.228
4352026-02-24T02:35:25.103Z Downloaded num-traits v0.2.19
4362026-02-24T02:35:25.106Z Downloaded icu_properties v1.5.1
4372026-02-24T02:35:25.108Z Downloaded log v0.4.29
4382026-02-24T02:35:25.111Z Downloaded indexmap v2.13.0
4392026-02-24T02:35:25.114Z Downloaded idna v1.0.3
4402026-02-24T02:35:25.117Z Downloaded serde v1.0.228
4412026-02-24T02:35:25.121Z Downloaded papergrid v0.11.0
4422026-02-24T02:35:25.123Z Downloaded litemap v0.7.3
4432026-02-24T02:35:25.126Z Downloaded clap_derive v4.5.47
4442026-02-24T02:35:25.126Z Downloaded quote v1.0.40
4452026-02-24T02:35:25.129Z Downloaded cfg-if v1.0.4
4462026-02-24T02:35:25.129Z Downloaded pest v2.8.2
4472026-02-24T02:35:25.134Z Downloaded icu_provider v1.5.0
4482026-02-24T02:35:25.137Z Downloaded form_urlencoded v1.2.2
4492026-02-24T02:35:25.137Z Downloaded memmap v0.7.0
4502026-02-24T02:35:25.141Z Downloaded anstream v0.6.18
4512026-02-24T02:35:25.141Z Downloaded synstructure v0.13.1
4522026-02-24T02:35:25.141Z Downloaded pest_derive v2.8.2
4532026-02-24T02:35:25.143Z Downloaded memchr v2.7.4
4542026-02-24T02:35:25.147Z Downloaded icu_locid v1.5.0
4552026-02-24T02:35:25.151Z Downloaded cargo_metadata v0.21.0
4562026-02-24T02:35:25.154Z Downloaded byteorder v1.5.0
4572026-02-24T02:35:25.154Z Downloaded bitflags v2.9.4
4582026-02-24T02:35:25.157Z Downloaded hashbrown v0.16.1
4592026-02-24T02:35:25.161Z Downloaded anstyle-parse v0.2.5
4602026-02-24T02:35:25.185Z Downloaded serde_json v1.0.149
4612026-02-24T02:35:25.191Z Downloaded goblin v0.8.2
4622026-02-24T02:35:25.196Z Downloaded clap_builder v4.5.48
4632026-02-24T02:35:25.201Z Downloaded tabled v0.15.0
4642026-02-24T02:35:25.214Z Downloaded icu_properties_data v1.5.0
4652026-02-24T02:35:25.223Z Downloaded syn v1.0.109
4662026-02-24T02:35:25.239Z Downloaded syn v2.0.114
4672026-02-24T02:35:25.249Z Downloaded rustix v0.38.37
4682026-02-24T02:35:25.267Z Downloaded rustix v1.1.3
4692026-02-24T02:35:25.308Z Downloaded libc v0.2.180
4702026-02-24T02:35:25.396Z Compiling proc-macro2 v1.0.101
4712026-02-24T02:35:25.399Z Compiling unicode-ident v1.0.19
4722026-02-24T02:35:25.399Z Compiling serde_core v1.0.228
4732026-02-24T02:35:25.400Z Compiling serde v1.0.228
4742026-02-24T02:35:25.400Z Compiling version_check v0.9.5
4752026-02-24T02:35:25.400Z Compiling libc v0.2.180
4762026-02-24T02:35:25.400Z Compiling memchr v2.7.4
4772026-02-24T02:35:25.400Z Compiling thiserror v2.0.18
4782026-02-24T02:35:25.920Z Compiling stable_deref_trait v1.2.0
4792026-02-24T02:35:26.060Z Compiling zmij v1.0.15
4802026-02-24T02:35:26.440Z Compiling writeable v0.5.5
4812026-02-24T02:35:26.492Z Compiling autocfg v1.4.0
4822026-02-24T02:35:26.730Z Compiling itoa v1.0.11
4832026-02-24T02:35:26.984Z Compiling litemap v0.7.3
4842026-02-24T02:35:27.048Z Compiling ucd-trie v0.1.7
4852026-02-24T02:35:27.162Z Compiling thiserror v1.0.69
4862026-02-24T02:35:27.498Z Compiling icu_locid_transform_data v1.5.0
4872026-02-24T02:35:27.611Z Compiling byteorder v1.5.0
4882026-02-24T02:35:27.640Z Compiling bitflags v2.9.4
4892026-02-24T02:35:27.936Z Compiling quote v1.0.40
4902026-02-24T02:35:28.139Z Compiling errno v0.3.12
4912026-02-24T02:35:28.361Z Compiling icu_properties_data v1.5.0
4922026-02-24T02:35:28.391Z Compiling serde_json v1.0.149
4932026-02-24T02:35:28.460Z Compiling syn v2.0.114
4942026-02-24T02:35:28.644Z Compiling num-traits v0.2.19
4952026-02-24T02:35:28.706Z Compiling rustix v0.38.37
4962026-02-24T02:35:28.734Z Compiling icu_normalizer_data v1.5.0
4972026-02-24T02:35:28.808Z Compiling utf8_iter v1.0.4
4982026-02-24T02:35:28.857Z Compiling typeid v1.0.3
4992026-02-24T02:35:28.981Z Compiling equivalent v1.0.2
5002026-02-24T02:35:29.117Z Compiling hashbrown v0.16.1
5012026-02-24T02:35:29.144Z Compiling write16 v1.0.0
5022026-02-24T02:35:29.301Z Compiling utf16_iter v1.0.5
5032026-02-24T02:35:29.359Z Compiling smallvec v1.15.1
5042026-02-24T02:35:29.554Z Compiling usdt-impl v0.5.0
5052026-02-24T02:35:29.764Z Compiling proc-macro-error-attr v1.0.4
5062026-02-24T02:35:29.830Z Compiling toml_write v0.1.2
5072026-02-24T02:35:29.971Z Compiling syn v1.0.109
5082026-02-24T02:35:30.121Z Compiling winnow v0.7.14
5092026-02-24T02:35:30.341Z Compiling indexmap v2.13.0
5102026-02-24T02:35:30.385Z Compiling thread-id v4.2.2
5112026-02-24T02:35:30.841Z Compiling proc-macro-error v1.0.4
5122026-02-24T02:35:31.358Z Compiling rustix v1.1.3
5132026-02-24T02:35:31.830Z Compiling plain v0.2.3
5142026-02-24T02:35:32.074Z Compiling percent-encoding v2.3.2
5152026-02-24T02:35:32.103Z Compiling getrandom v0.3.4
5162026-02-24T02:35:32.133Z Compiling log v0.4.29
5172026-02-24T02:35:32.376Z Compiling utf8parse v0.2.2
5182026-02-24T02:35:32.423Z Compiling camino v1.2.2
5192026-02-24T02:35:32.488Z Compiling form_urlencoded v1.2.2
5202026-02-24T02:35:32.564Z Compiling anstyle-parse v0.2.5
5212026-02-24T02:35:32.924Z Compiling ordered-float v2.10.1
5222026-02-24T02:35:33.171Z Compiling terminal_size v0.4.0
5232026-02-24T02:35:33.627Z Compiling cfg-if v1.0.4
5242026-02-24T02:35:33.675Z Compiling pretty-hex v0.4.1
5252026-02-24T02:35:33.753Z Compiling anstyle v1.0.11
5262026-02-24T02:35:33.805Z Compiling is_terminal_polyfill v1.70.1
5272026-02-24T02:35:33.913Z Compiling colorchoice v1.0.2
5282026-02-24T02:35:33.968Z Compiling anstyle-query v1.1.1
5292026-02-24T02:35:34.116Z Compiling anstream v0.6.18
5302026-02-24T02:35:34.292Z Compiling semver v1.0.27
5312026-02-24T02:35:34.908Z Compiling fs-err v3.1.1
5322026-02-24T02:35:34.990Z Compiling unicode-xid v0.2.6
5332026-02-24T02:35:35.108Z Compiling synstructure v0.13.1
5342026-02-24T02:35:35.208Z Compiling heck v0.5.0
5352026-02-24T02:35:35.236Z Compiling heck v0.4.1
5362026-02-24T02:35:35.271Z Compiling fnv v1.0.7
5372026-02-24T02:35:35.440Z Compiling clap_lex v0.7.4
5382026-02-24T02:35:35.673Z Compiling fastrand v2.1.1
5392026-02-24T02:35:35.707Z Compiling anyhow v1.0.99
5402026-02-24T02:35:35.905Z Compiling bytecount v0.6.8
5412026-02-24T02:35:36.198Z Compiling once_cell v1.21.3
5422026-02-24T02:35:36.228Z Compiling strsim v0.11.1
5432026-02-24T02:35:36.318Z Compiling unicode-width v0.1.14
5442026-02-24T02:35:36.616Z Compiling clap_builder v4.5.48
5452026-02-24T02:35:36.767Z Compiling papergrid v0.11.0
5462026-02-24T02:35:36.844Z Compiling tempfile v3.24.0
5472026-02-24T02:35:36.964Z Compiling memmap v0.7.0
5482026-02-24T02:35:37.100Z Compiling unicode-width v0.2.0
5492026-02-24T02:35:37.324Z Compiling smawk v0.3.2
5502026-02-24T02:35:37.587Z Compiling unicode-linebreak v0.1.5
5512026-02-24T02:35:37.653Z Compiling camino-tempfile v1.4.1
5522026-02-24T02:35:38.089Z Compiling textwrap v0.16.2
5532026-02-24T02:35:38.258Z Compiling swrite v0.1.0
5542026-02-24T02:35:38.423Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5552026-02-24T02:35:38.683Z Compiling tabled_derive v0.7.0
5562026-02-24T02:35:39.498Z Compiling serde_derive v1.0.228
5572026-02-24T02:35:39.498Z Compiling zerofrom-derive v0.1.4
5582026-02-24T02:35:39.569Z Compiling yoke-derive v0.7.4
5592026-02-24T02:35:39.597Z Compiling thiserror-impl v2.0.18
5602026-02-24T02:35:39.679Z Compiling zerovec-derive v0.10.3
5612026-02-24T02:35:40.234Z Compiling displaydoc v0.2.5
5622026-02-24T02:35:41.809Z Compiling icu_provider_macros v1.5.0
5632026-02-24T02:35:42.126Z Compiling thiserror-impl v1.0.69
5642026-02-24T02:35:42.274Z Compiling zerocopy-derive v0.7.35
5652026-02-24T02:35:42.767Z Compiling zerofrom v0.1.4
5662026-02-24T02:35:42.905Z Compiling pest v2.8.2
5672026-02-24T02:35:42.933Z Compiling scroll_derive v0.12.0
5682026-02-24T02:35:43.024Z Compiling yoke v0.7.4
5692026-02-24T02:35:43.434Z Compiling zerovec v0.10.4
5702026-02-24T02:35:44.165Z Compiling zerocopy v0.7.35
5712026-02-24T02:35:44.258Z Compiling clap_derive v4.5.47
5722026-02-24T02:35:44.288Z Compiling scroll v0.12.0
5732026-02-24T02:35:44.825Z Compiling goblin v0.8.2
5742026-02-24T02:35:45.050Z Compiling tabled v0.15.0
5752026-02-24T02:35:45.262Z Compiling tinystr v0.7.6
5762026-02-24T02:35:45.467Z Compiling icu_collections v1.5.0
5772026-02-24T02:35:45.510Z Compiling pest_meta v2.8.2
5782026-02-24T02:35:45.679Z Compiling icu_locid v1.5.0
5792026-02-24T02:35:46.741Z Compiling pest_generator v2.8.2
5802026-02-24T02:35:47.835Z Compiling icu_provider v1.5.0
5812026-02-24T02:35:48.056Z Compiling toml_datetime v0.6.11
5822026-02-24T02:35:48.087Z Compiling serde_spanned v0.6.9
5832026-02-24T02:35:48.090Z Compiling dof v0.3.0
5842026-02-24T02:35:48.361Z Compiling serde_tokenstream v0.2.2
5852026-02-24T02:35:48.573Z Compiling icu_locid_transform v1.5.0
5862026-02-24T02:35:48.606Z Compiling toml_edit v0.22.27
5872026-02-24T02:35:48.773Z Compiling erased-serde v0.4.6
5882026-02-24T02:35:48.955Z Compiling serde-value v0.7.0
5892026-02-24T02:35:49.015Z Compiling cargo-platform v0.2.0
5902026-02-24T02:35:49.583Z Compiling clap v4.5.48
5912026-02-24T02:35:49.684Z Compiling pest_derive v2.8.2
5922026-02-24T02:35:49.727Z Compiling macaddr v1.0.1
5932026-02-24T02:35:49.950Z Compiling icu_properties v1.5.1
5942026-02-24T02:35:50.028Z Compiling serde-untagged v0.1.7
5952026-02-24T02:35:50.489Z Compiling dtrace-parser v0.2.0
5962026-02-24T02:35:52.061Z Compiling toml v0.8.23
5972026-02-24T02:35:52.243Z Compiling usdt-macro v0.5.0
5982026-02-24T02:35:52.322Z Compiling usdt-attr-macro v0.5.0
5992026-02-24T02:35:52.956Z Compiling cargo_toml v0.21.0
6002026-02-24T02:35:53.490Z Compiling usdt v0.5.0
6012026-02-24T02:35:53.539Z Compiling icu_normalizer v1.5.0
6022026-02-24T02:35:54.179Z Compiling idna_adapter v1.2.0
6032026-02-24T02:35:54.333Z Compiling idna v1.0.3
6042026-02-24T02:35:54.727Z Compiling url v2.5.4
6052026-02-24T02:35:55.548Z Compiling cargo-util-schemas v0.8.2
6062026-02-24T02:35:56.969Z Compiling cargo_metadata v0.21.0
6072026-02-24T02:35:58.541Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
6082026-02-24T02:36:02.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 01s
6092026-02-24T02:36:02.360Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
6102026-02-24T02:36:03.146Z Downloading crates ...
6112026-02-24T02:36:03.287Z Downloaded base64 v0.13.1
6122026-02-24T02:36:03.292Z Downloaded cfg_aliases v0.2.1
6132026-02-24T02:36:03.296Z Downloaded block-padding v0.3.3
6142026-02-24T02:36:03.299Z Downloaded bitfield-struct v0.6.2
6152026-02-24T02:36:03.303Z Downloaded bcrypt-pbkdf v0.10.0
6162026-02-24T02:36:03.307Z Downloaded bumpalo v3.16.0
6172026-02-24T02:36:03.312Z Downloaded ctr v0.9.2
6182026-02-24T02:36:03.316Z Downloaded crunchy v0.2.2
6192026-02-24T02:36:03.319Z Downloaded fixedbitset v0.4.2
6202026-02-24T02:36:03.323Z Downloaded foreign-types v0.5.0
6212026-02-24T02:36:03.327Z Downloaded drift v0.1.3
6222026-02-24T02:36:03.334Z Downloaded csv-core v0.1.11
6232026-02-24T02:36:03.339Z Downloaded critical-section v1.1.3
6242026-02-24T02:36:03.343Z Downloaded cmake v0.1.51
6252026-02-24T02:36:03.346Z Downloaded ciborium-ll v0.2.2
6262026-02-24T02:36:03.351Z Downloaded crossbeam-channel v0.5.15
6272026-02-24T02:36:03.356Z Downloaded crc v3.2.1
6282026-02-24T02:36:03.361Z Downloaded constant_time_eq v0.3.1
6292026-02-24T02:36:03.365Z Downloaded crc-any v2.5.0
6302026-02-24T02:36:03.369Z Downloaded assert_matches v1.5.0
6312026-02-24T02:36:03.373Z Downloaded crc32fast v1.4.2
6322026-02-24T02:36:03.377Z Downloaded colored v2.2.0
6332026-02-24T02:36:03.382Z Downloaded castaway v0.2.3
6342026-02-24T02:36:03.388Z Downloaded cstr-argument v0.1.2
6352026-02-24T02:36:03.391Z Downloaded blowfish v0.9.1
6362026-02-24T02:36:03.394Z Downloaded futures-sink v0.3.31
6372026-02-24T02:36:03.398Z Downloaded fd-lock v4.0.2
6382026-02-24T02:36:03.402Z Downloaded env_filter v0.1.2
6392026-02-24T02:36:03.405Z Downloaded darling_macro v0.20.10
6402026-02-24T02:36:03.411Z Downloaded foreign-types v0.3.2
6412026-02-24T02:36:03.418Z Downloaded foreign-types-shared v0.3.1
6422026-02-24T02:36:03.424Z Downloaded headers-core v0.3.0
6432026-02-24T02:36:03.424Z Downloaded crypto-bigint v0.5.5
6442026-02-24T02:36:03.428Z Downloaded futures-task v0.3.31
6452026-02-24T02:36:03.432Z Downloaded hash32 v0.3.1
6462026-02-24T02:36:03.448Z Downloaded heck v0.3.3
6472026-02-24T02:36:03.451Z Downloaded crucible-workspace-hack v0.1.0
6482026-02-24T02:36:03.454Z Downloaded foreign-types-shared v0.1.1
6492026-02-24T02:36:03.458Z Downloaded hex v0.4.3
6502026-02-24T02:36:03.462Z Downloaded futures-macro v0.3.31
6512026-02-24T02:36:03.466Z Downloaded hash32 v0.2.1
6522026-02-24T02:36:03.470Z Downloaded dtrace-parser v0.3.0
6532026-02-24T02:36:03.472Z Downloaded gethostname v0.5.0
6542026-02-24T02:36:03.494Z Downloaded dunce v1.0.5
6552026-02-24T02:36:03.494Z Downloaded defmt-parser v0.3.4
6562026-02-24T02:36:03.494Z Downloaded cipher v0.4.4
6572026-02-24T02:36:03.494Z Downloaded hostname v0.4.2
6582026-02-24T02:36:03.500Z Downloaded hostname v0.3.1
6592026-02-24T02:36:03.500Z Downloaded http-range v0.1.5
6602026-02-24T02:36:03.500Z Downloaded find-msvc-tools v0.1.9
6612026-02-24T02:36:03.504Z Downloaded fallible-iterator v0.2.0
6622026-02-24T02:36:03.504Z Downloaded dirs-sys-next v0.1.2
6632026-02-24T02:36:03.507Z Downloaded cassowary v0.3.0
6642026-02-24T02:36:03.511Z Downloaded globwalk v0.9.1
6652026-02-24T02:36:03.514Z Downloaded http-body v1.0.1
6662026-02-24T02:36:03.514Z Downloaded indoc v1.0.9
6672026-02-24T02:36:03.518Z Downloaded hyper-tls v0.6.0
6682026-02-24T02:36:03.522Z Downloaded indent_write v2.2.0
6692026-02-24T02:36:03.525Z Downloaded daft v0.1.4
6702026-02-24T02:36:03.529Z Downloaded fixedbitset v0.5.7
6712026-02-24T02:36:03.532Z Downloaded futures-channel v0.3.31
6722026-02-24T02:36:03.539Z Downloaded inout v0.1.3
6732026-02-24T02:36:03.542Z Downloaded is_ci v1.2.0
6742026-02-24T02:36:03.546Z Downloaded internet-checksum v0.2.1
6752026-02-24T02:36:03.550Z Downloaded is-terminal v0.4.13
6762026-02-24T02:36:03.550Z Downloaded glob v0.3.2
6772026-02-24T02:36:03.553Z Downloaded highway v1.3.0
6782026-02-24T02:36:03.556Z Downloaded lalrpop-util v0.19.12
6792026-02-24T02:36:03.560Z Downloaded lazy_static v1.5.0
6802026-02-24T02:36:03.563Z Downloaded libsw-core v0.3.1
6812026-02-24T02:36:03.567Z Downloaded cookie v0.18.1
6822026-02-24T02:36:03.570Z Downloaded http-body-util v0.1.3
6832026-02-24T02:36:03.573Z Downloaded daft-derive v0.1.4
6842026-02-24T02:36:03.580Z Downloaded lru-cache v0.1.2
6852026-02-24T02:36:03.584Z Downloaded maybe-uninit v2.0.0
6862026-02-24T02:36:03.588Z Downloaded md-5 v0.10.6
6872026-02-24T02:36:03.591Z Downloaded managed v0.8.0
6882026-02-24T02:36:03.591Z Downloaded indoc v2.0.6
6892026-02-24T02:36:03.596Z Downloaded lru v0.12.5
6902026-02-24T02:36:03.600Z Downloaded memoffset v0.9.1
6912026-02-24T02:36:03.603Z Downloaded match_cfg v0.1.0
6922026-02-24T02:36:03.606Z Downloaded nibble_vec v0.1.0
6932026-02-24T02:36:03.609Z Downloaded crossbeam-utils v0.8.21
6942026-02-24T02:36:03.612Z Downloaded newtype-uuid-macros v0.1.0
6952026-02-24T02:36:03.616Z Downloaded newline-converter v0.3.0
6962026-02-24T02:36:03.619Z Downloaded new_debug_unreachable v1.0.6
6972026-02-24T02:36:03.622Z Downloaded newtype_derive v0.1.6
6982026-02-24T02:36:03.625Z Downloaded hmac v0.12.1
6992026-02-24T02:36:03.628Z Downloaded globset v0.4.15
7002026-02-24T02:36:03.631Z Downloaded num-derive v0.4.2
7012026-02-24T02:36:03.635Z Downloaded normalize-line-endings v0.3.0
7022026-02-24T02:36:03.638Z Downloaded ena v0.14.3
7032026-02-24T02:36:03.638Z Downloaded ipnet v2.11.0
7042026-02-24T02:36:03.641Z Downloaded darling v0.21.0
7052026-02-24T02:36:03.647Z Downloaded linear-map v1.2.0
7062026-02-24T02:36:03.650Z Downloaded openssl-probe v0.1.5
7072026-02-24T02:36:03.654Z Downloaded num-iter v0.1.45
7082026-02-24T02:36:03.658Z Downloaded num-derive v0.3.3
7092026-02-24T02:36:03.662Z Downloaded libefi-sys v0.1.0
7102026-02-24T02:36:03.665Z Downloaded ingot-macros v0.1.1
7112026-02-24T02:36:03.665Z Downloaded backtrace v0.3.74
7122026-02-24T02:36:03.671Z Downloaded multimap v0.10.1
7132026-02-24T02:36:03.675Z Downloaded mime_guess v2.0.5
7142026-02-24T02:36:03.678Z Downloaded lockfree-object-pool v0.1.6
7152026-02-24T02:36:03.681Z Downloaded parse-size v1.1.0
7162026-02-24T02:36:03.684Z Downloaded parse-display v0.10.0
7172026-02-24T02:36:03.687Z Downloaded olpc-cjson v0.1.4
7182026-02-24T02:36:03.690Z Downloaded oso-derive v0.27.3
7192026-02-24T02:36:03.690Z Downloaded hyper-rustls v0.27.7
7202026-02-24T02:36:03.693Z Downloaded pbkdf2 v0.12.2
7212026-02-24T02:36:03.696Z Downloaded peg-runtime v0.8.5
7222026-02-24T02:36:03.699Z Downloaded derive-where v1.5.0
7232026-02-24T02:36:03.703Z Downloaded heapless v0.7.17
7242026-02-24T02:36:03.707Z Downloaded libz-rs-sys v0.5.1
7252026-02-24T02:36:03.711Z Downloaded packed_struct_codegen v0.10.1
7262026-02-24T02:36:03.714Z Downloaded num_enum v0.5.11
7272026-02-24T02:36:03.718Z Downloaded diesel_derives v2.2.3
7282026-02-24T02:36:03.724Z Downloaded phf_shared v0.11.2
7292026-02-24T02:36:03.727Z Downloaded path-slash v0.1.5
7302026-02-24T02:36:03.730Z Downloaded cc v1.2.56
7312026-02-24T02:36:03.733Z Downloaded oxide-tokio-rt v0.1.2
7322026-02-24T02:36:03.738Z Downloaded ar_archive_writer v0.5.1
7332026-02-24T02:36:03.742Z Downloaded heapless v0.8.0
7342026-02-24T02:36:03.747Z Downloaded powerfmt v0.2.0
7352026-02-24T02:36:03.750Z Downloaded pin-utils v0.1.0
7362026-02-24T02:36:03.750Z Downloaded parse-display-derive v0.10.0
7372026-02-24T02:36:03.753Z Downloaded phf_shared v0.12.1
7382026-02-24T02:36:03.756Z Downloaded predicates-tree v1.0.12
7392026-02-24T02:36:03.759Z Downloaded password-hash v0.5.0
7402026-02-24T02:36:03.762Z Downloaded progenitor v0.8.0
7412026-02-24T02:36:03.762Z Downloaded proc-macro-crate v1.3.1
7422026-02-24T02:36:03.765Z Downloaded proc-macro-error-attr2 v2.0.0
7432026-02-24T02:36:03.768Z Downloaded base64 v0.21.7
7442026-02-24T02:36:03.771Z Downloaded packed_struct v0.10.1
7452026-02-24T02:36:03.774Z Downloaded omicron-zone-package v0.12.2
7462026-02-24T02:36:03.778Z Downloaded pretty-hex v0.2.1
7472026-02-24T02:36:03.782Z Downloaded pem v3.0.5
7482026-02-24T02:36:03.785Z Downloaded progenitor-client v0.11.2
7492026-02-24T02:36:03.788Z Downloaded progenitor-macro v0.10.0
7502026-02-24T02:36:03.788Z Downloaded oxnet v0.1.4
7512026-02-24T02:36:03.792Z Downloaded lock_api v0.4.12
7522026-02-24T02:36:03.795Z Downloaded dropshot-api-manager v0.3.0
7532026-02-24T02:36:03.798Z Downloaded progenitor-macro v0.11.2
7542026-02-24T02:36:03.803Z Downloaded progenitor-client v0.10.0
7552026-02-24T02:36:03.804Z Downloaded indicatif v0.18.0
7562026-02-24T02:36:03.807Z Downloaded psl-types v2.0.11
7572026-02-24T02:36:03.810Z Downloaded quick-error v1.2.3
7582026-02-24T02:36:03.810Z Downloaded progenitor-macro v0.8.0
7592026-02-24T02:36:03.813Z Downloaded progenitor-client v0.8.0
7602026-02-24T02:36:03.816Z Downloaded radium v0.7.0
7612026-02-24T02:36:03.816Z Downloaded memmap2 v0.9.8
7622026-02-24T02:36:03.819Z Downloaded polyval v0.6.2
7632026-02-24T02:36:03.822Z Downloaded nu-ansi-term v0.50.1
7642026-02-24T02:36:03.825Z Downloaded phf v0.12.1
7652026-02-24T02:36:03.828Z Downloaded postgres-protocol v0.6.8
7662026-02-24T02:36:03.831Z Downloaded recursive v0.1.1
7672026-02-24T02:36:03.834Z Downloaded pkg-config v0.3.31
7682026-02-24T02:36:03.837Z Downloaded rand_chacha v0.3.1
7692026-02-24T02:36:03.837Z Downloaded primeorder v0.13.6
7702026-02-24T02:36:03.840Z Downloaded ref-cast-impl v1.0.25
7712026-02-24T02:36:03.843Z Downloaded ref-cast v1.0.25
7722026-02-24T02:36:03.845Z Downloaded flate2 v1.1.2
7732026-02-24T02:36:03.852Z Downloaded rfc6979 v0.4.0
7742026-02-24T02:36:03.855Z Downloaded owo-colors v4.2.3
7752026-02-24T02:36:03.858Z Downloaded proc-macro-error2 v2.0.1
7762026-02-24T02:36:03.861Z Downloaded recursive-proc-macro-impl v0.1.1
7772026-02-24T02:36:03.864Z Downloaded papergrid v0.17.0
7782026-02-24T02:36:03.867Z Downloaded rtoolbox v0.0.2
7792026-02-24T02:36:03.870Z Downloaded hickory-server v0.25.2
7802026-02-24T02:36:03.874Z Downloaded hickory-resolver v0.25.2
7812026-02-24T02:36:03.879Z Downloaded rustc-hash v1.1.0
7822026-02-24T02:36:03.882Z Downloaded expectorate v1.2.0
7832026-02-24T02:36:03.885Z Downloaded parking_lot v0.12.3
7842026-02-24T02:36:03.888Z Downloaded rand_chacha v0.9.0
7852026-02-24T02:36:03.892Z Downloaded progenitor v0.11.2
7862026-02-24T02:36:03.895Z Downloaded rustc-hash v2.1.1
7872026-02-24T02:36:03.895Z Downloaded rustc_version v0.1.7
7882026-02-24T02:36:03.898Z Downloaded rand_core v0.6.4
7892026-02-24T02:36:03.898Z Downloaded r2d2 v0.8.10
7902026-02-24T02:36:03.901Z Downloaded psm v0.1.30
7912026-02-24T02:36:03.904Z Downloaded scheduled-thread-pool v0.2.7
7922026-02-24T02:36:03.907Z Downloaded postcard v1.0.10
7932026-02-24T02:36:03.910Z Downloaded postgres-types v0.2.9
7942026-02-24T02:36:03.913Z Downloaded ppv-lite86 v0.2.20
7952026-02-24T02:36:03.917Z Downloaded same-file v1.0.6
7962026-02-24T02:36:03.921Z Downloaded pkcs5 v0.7.1
7972026-02-24T02:36:03.925Z Downloaded progenitor-impl v0.8.0
7982026-02-24T02:36:03.925Z Downloaded resolv-conf v0.7.0
7992026-02-24T02:36:03.929Z Downloaded phf v0.11.2
8002026-02-24T02:36:03.929Z Downloaded scrypt v0.11.0
8012026-02-24T02:36:03.932Z Downloaded scopeguard v1.2.0
8022026-02-24T02:36:03.932Z Downloaded openssl-sys v0.9.109
8032026-02-24T02:36:03.939Z Downloaded rand_seeder v0.4.0
8042026-02-24T02:36:03.942Z Downloaded secrecy v0.10.3
8052026-02-24T02:36:03.942Z Downloaded serde-big-array v0.5.1
8062026-02-24T02:36:03.945Z Downloaded semver v0.1.20
8072026-02-24T02:36:03.945Z Downloaded serde_bytes v0.11.19
8082026-02-24T02:36:03.948Z Downloaded seq-macro v0.3.6
8092026-02-24T02:36:03.951Z Downloaded secrecy v0.8.0
8102026-02-24T02:36:03.956Z Downloaded scroll_derive v0.13.1
8112026-02-24T02:36:03.956Z Downloaded p256 v0.13.2
8122026-02-24T02:36:03.959Z Downloaded signal-hook-mio v0.2.4
8132026-02-24T02:36:03.962Z Downloaded minimal-lexical v0.2.1
8142026-02-24T02:36:03.965Z Downloaded rand_core v0.9.3
8152026-02-24T02:36:03.967Z Downloaded serde_spanned v1.0.4
8162026-02-24T02:36:03.970Z Downloaded sha1 v0.10.6
8172026-02-24T02:36:03.973Z Downloaded simd-adler32 v0.3.7
8182026-02-24T02:36:03.973Z Downloaded rustls-pemfile v2.2.0
8192026-02-24T02:36:03.976Z Downloaded siphasher v1.0.1
8202026-02-24T02:36:03.979Z Downloaded serde_urlencoded v0.7.1
8212026-02-24T02:36:03.982Z Downloaded signal-hook-tokio v0.3.1
8222026-02-24T02:36:03.982Z Downloaded signature v2.2.0
8232026-02-24T02:36:03.985Z Downloaded schemars_derive v0.8.22
8242026-02-24T02:36:03.988Z Downloaded siphasher v0.3.11
8252026-02-24T02:36:03.988Z Downloaded sapling-renderdag v0.1.0
8262026-02-24T02:36:03.991Z Downloaded rustls-pemfile v1.0.4
8272026-02-24T02:36:03.995Z Downloaded pin-project v1.1.6
8282026-02-24T02:36:04.004Z Downloaded slog-envlogger v2.2.0
8292026-02-24T02:36:04.007Z Downloaded progenitor-impl v0.10.0
8302026-02-24T02:36:04.010Z Downloaded serde_derive_internals v0.29.1
8312026-02-24T02:36:04.013Z Downloaded sec1 v0.7.3
8322026-02-24T02:36:04.016Z Downloaded scroll v0.13.0
8332026-02-24T02:36:04.016Z Downloaded rustc-demangle v0.1.24
8342026-02-24T02:36:04.019Z Downloaded hashbrown v0.13.2
8352026-02-24T02:36:04.022Z Downloaded itertools v0.10.5
8362026-02-24T02:36:04.028Z Downloaded ssh-encoding v0.2.0
8372026-02-24T02:36:04.031Z Downloaded slog-bunyan v2.5.0
8382026-02-24T02:36:04.034Z Downloaded sigpipe v0.1.3
8392026-02-24T02:36:04.034Z Downloaded signal-hook-registry v1.4.2
8402026-02-24T02:36:04.038Z Downloaded rusty-fork v0.3.0
8412026-02-24T02:36:04.038Z Downloaded http v1.4.0
8422026-02-24T02:36:04.041Z Downloaded ssh-cipher v0.2.0
8432026-02-24T02:36:04.044Z Downloaded ed25519-dalek v2.1.1
8442026-02-24T02:36:04.047Z Downloaded shell-words v1.1.0
8452026-02-24T02:36:04.050Z Downloaded hashbrown v0.12.3
8462026-02-24T02:36:04.054Z Downloaded strum v0.27.2
8472026-02-24T02:36:04.055Z Downloaded strum v0.26.3
8482026-02-24T02:36:04.058Z Downloaded structmeta v0.3.0
8492026-02-24T02:36:04.058Z Downloaded sqlparser_derive v0.5.0
8502026-02-24T02:36:04.058Z Downloaded serde_repr v0.1.19
8512026-02-24T02:36:04.061Z Downloaded oso v0.27.3
8522026-02-24T02:36:04.064Z Downloaded futures-util v0.3.31
8532026-02-24T02:36:04.075Z Downloaded supports-color v3.0.2
8542026-02-24T02:36:04.078Z Downloaded slab v0.4.9
8552026-02-24T02:36:04.081Z Downloaded sct v0.7.1
8562026-02-24T02:36:04.084Z Downloaded ryu v1.0.18
8572026-02-24T02:36:04.087Z Downloaded crossterm v0.28.1
8582026-02-24T02:36:04.093Z Downloaded tabled_derive v0.11.0
8592026-02-24T02:36:04.095Z Downloaded tabled_derive v0.10.0
8602026-02-24T02:36:04.095Z Downloaded take_mut v0.2.2
8612026-02-24T02:36:04.098Z Downloaded tagptr v0.2.0
8622026-02-24T02:36:04.098Z Downloaded tap v1.0.1
8632026-02-24T02:36:04.101Z Downloaded smallvec v0.6.14
8642026-02-24T02:36:04.101Z Downloaded thread_local v1.1.8
8652026-02-24T02:36:04.104Z Downloaded smf v0.2.3
8662026-02-24T02:36:04.107Z Downloaded thread-id v5.0.0
8672026-02-24T02:36:04.107Z Downloaded thiserror-impl-no-std v2.0.2
8682026-02-24T02:36:04.110Z Downloaded testing_table v0.3.0
8692026-02-24T02:36:04.111Z Downloaded slog-stdlog v4.1.1
8702026-02-24T02:36:04.114Z Downloaded serde_with_macros v3.16.1
8712026-02-24T02:36:04.114Z Downloaded sqlformat v0.3.5
8722026-02-24T02:36:04.118Z Downloaded spki v0.7.3
8732026-02-24T02:36:04.121Z Downloaded hyper-util v0.1.19
8742026-02-24T02:36:04.124Z Downloaded serde_cbor v0.11.2
8752026-02-24T02:36:04.140Z Downloaded rcgen v0.12.1
8762026-02-24T02:36:04.140Z Downloaded slog-async v2.8.0
8772026-02-24T02:36:04.140Z Downloaded iddqd v0.3.16
8782026-02-24T02:36:04.140Z Downloaded time-core v0.1.6
8792026-02-24T02:36:04.145Z Downloaded slog-term v2.9.2
8802026-02-24T02:36:04.145Z Downloaded serde-hex v0.1.0
8812026-02-24T02:36:04.148Z Downloaded prefix-trie v0.7.0
8822026-02-24T02:36:04.148Z Downloaded prettyplease v0.2.36
8832026-02-24T02:36:04.151Z Downloaded strum_macros v0.27.2
8842026-02-24T02:36:04.154Z Downloaded strum_macros v0.24.3
8852026-02-24T02:36:04.157Z Downloaded pretty_assertions v1.4.1
8862026-02-24T02:36:04.157Z Downloaded libxml v0.3.3
8872026-02-24T02:36:04.163Z Downloaded static_assertions v1.1.0
8882026-02-24T02:36:04.166Z Downloaded tinyvec_macros v0.1.1
8892026-02-24T02:36:04.166Z Downloaded slog-json v2.6.1
8902026-02-24T02:36:04.169Z Downloaded progenitor-impl v0.11.2
8912026-02-24T02:36:04.169Z Downloaded mio v1.0.2
8922026-02-24T02:36:04.176Z Downloaded termios v0.3.3
8932026-02-24T02:36:04.179Z Downloaded snafu-derive v0.8.5
8942026-02-24T02:36:04.179Z Downloaded support-bundle-viewer v0.1.2
8952026-02-24T02:36:04.182Z Downloaded rustversion v1.0.22
8962026-02-24T02:36:04.185Z Downloaded itertools v0.13.0
8972026-02-24T02:36:04.188Z Downloaded signal-hook v0.3.18
8982026-02-24T02:36:04.191Z Downloaded topological-sort v0.2.2
8992026-02-24T02:36:04.194Z Downloaded iri-string v0.7.8
9002026-02-24T02:36:04.200Z Downloaded rayon-core v1.12.1
9012026-02-24T02:36:04.205Z Downloaded tower-layer v0.3.3
9022026-02-24T02:36:04.208Z Downloaded trait-variant v0.1.2
9032026-02-24T02:36:04.208Z Downloaded tiny-keccak v2.0.2
9042026-02-24T02:36:04.208Z Downloaded schemars v0.8.22
9052026-02-24T02:36:04.221Z Downloaded try-lock v0.2.5
9062026-02-24T02:36:04.224Z Downloaded tls_codec_derive v0.4.1
9072026-02-24T02:36:04.224Z Downloaded strum_macros v0.26.4
9082026-02-24T02:36:04.227Z Downloaded tokio-macros v2.6.0
9092026-02-24T02:36:04.227Z Downloaded tokio-rustls v0.25.0
9102026-02-24T02:36:04.230Z Downloaded tower-service v0.3.3
9112026-02-24T02:36:04.230Z Downloaded time-macros v0.2.24
9122026-02-24T02:36:04.233Z Downloaded unarray v0.1.4
9132026-02-24T02:36:04.233Z Downloaded typify-macro v0.2.0
9142026-02-24T02:36:04.237Z Downloaded rsa v0.9.8
9152026-02-24T02:36:04.240Z Downloaded untrusted v0.7.1
9162026-02-24T02:36:04.243Z Downloaded universal-hash v0.5.1
9172026-02-24T02:36:04.243Z Downloaded h2 v0.4.6
9182026-02-24T02:36:04.248Z Downloaded unicode-truncate v1.1.0
9192026-02-24T02:36:04.251Z Downloaded tokio-tungstenite v0.23.1
9202026-02-24T02:36:04.252Z Downloaded usdt-macro v0.6.0
9212026-02-24T02:36:04.254Z Downloaded string_cache v0.8.9
9222026-02-24T02:36:04.254Z Downloaded usdt-attr-macro v0.6.0
9232026-02-24T02:36:04.258Z Downloaded serde_yaml v0.9.34+deprecated
9242026-02-24T02:36:04.260Z Downloaded typify-macro v0.4.3
9252026-02-24T02:36:04.260Z Downloaded term v1.1.0
9262026-02-24T02:36:04.264Z Downloaded similar v2.7.0
9272026-02-24T02:36:04.271Z Downloaded rand v0.9.2
9282026-02-24T02:36:04.276Z Downloaded utf-8 v0.7.6
9292026-02-24T02:36:04.276Z Downloaded toml_writer v1.0.6+spec-1.1.0
9302026-02-24T02:36:04.276Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9312026-02-24T02:36:04.283Z Downloaded thiserror-no-std v2.0.2
9322026-02-24T02:36:04.289Z Downloaded blake3 v1.5.4
9332026-02-24T02:36:04.292Z Downloaded tinyvec v1.8.0
9342026-02-24T02:36:04.292Z Downloaded schemars v1.0.4
9352026-02-24T02:36:04.303Z Downloaded waitgroup v0.1.2
9362026-02-24T02:36:04.307Z Downloaded untrusted v0.9.0
9372026-02-24T02:36:04.307Z Downloaded tracing-attributes v0.1.27
9382026-02-24T02:36:04.310Z Downloaded wait-timeout v0.2.0
9392026-02-24T02:36:04.310Z Downloaded aws-lc-rs v1.12.4
9402026-02-24T02:36:04.317Z Downloaded tokio-tungstenite v0.21.0
9412026-02-24T02:36:04.321Z Downloaded socket2 v0.6.1
9422026-02-24T02:36:04.323Z Downloaded vte_generate_state_changes v0.1.2
9432026-02-24T02:36:04.324Z Downloaded which v4.4.2
9442026-02-24T02:36:04.324Z Downloaded tui-tree-widget v0.23.1
9452026-02-24T02:36:04.327Z Downloaded crossterm v0.29.0
9462026-02-24T02:36:04.334Z Downloaded typify v0.2.0
9472026-02-24T02:36:04.338Z Downloaded usdt v0.6.0
9482026-02-24T02:36:04.338Z Downloaded xshell-macros v0.2.7
9492026-02-24T02:36:04.338Z Downloaded xattr v1.3.1
9502026-02-24T02:36:04.342Z Downloaded void v1.0.2
9512026-02-24T02:36:04.342Z Downloaded test-strategy v0.4.3
9522026-02-24T02:36:04.345Z Downloaded vergen-lib v0.1.6
9532026-02-24T02:36:04.345Z Downloaded tokio-stream v0.1.17
9542026-02-24T02:36:04.349Z Downloaded publicsuffix v2.3.0
9552026-02-24T02:36:04.353Z Downloaded want v0.3.1
9562026-02-24T02:36:04.353Z Downloaded subprocess v0.2.9
9572026-02-24T02:36:04.355Z Downloaded num-bigint v0.4.6
9582026-02-24T02:36:04.358Z Downloaded zone v0.1.8
9592026-02-24T02:36:04.361Z Downloaded zeroize_derive v1.4.2
9602026-02-24T02:36:04.361Z Downloaded vsss-rs v3.3.4
9612026-02-24T02:36:04.364Z Downloaded zone_cfg_derive v0.3.0
9622026-02-24T02:36:04.364Z Downloaded vergen-gitcl v1.0.8
9632026-02-24T02:36:04.368Z Downloaded twox-hash v2.1.0
9642026-02-24T02:36:04.368Z Downloaded uzers v0.12.1
9652026-02-24T02:36:04.371Z Downloaded unicase v2.8.1
9662026-02-24T02:36:04.371Z Downloaded samael v0.0.19
9672026-02-24T02:36:04.377Z Downloaded zone_cfg_derive v0.1.2
9682026-02-24T02:36:04.381Z Downloaded zone v0.3.1
9692026-02-24T02:36:04.381Z Downloaded walkdir v2.5.0
9702026-02-24T02:36:04.381Z Downloaded toml v0.7.8
9712026-02-24T02:36:04.384Z Downloaded wyz v0.5.1
9722026-02-24T02:36:04.384Z Downloaded vergen-git2 v1.0.7
9732026-02-24T02:36:04.387Z Downloaded tokio-rustls v0.26.0
9742026-02-24T02:36:04.390Z Downloaded hashbrown v0.15.4
9752026-02-24T02:36:04.393Z Downloaded xz2 v0.1.7
9762026-02-24T02:36:04.395Z Downloaded russh v0.45.0
9772026-02-24T02:36:04.401Z Downloaded usdt-impl v0.6.0
9782026-02-24T02:36:04.406Z Downloaded tar v0.4.44
9792026-02-24T02:36:04.406Z Downloaded aho-corasick v1.1.3
9802026-02-24T02:36:04.409Z Downloaded zeroize v1.8.1
9812026-02-24T02:36:04.413Z Downloaded xshell v0.2.7
9822026-02-24T02:36:04.413Z Downloaded unicode-properties v0.1.3
9832026-02-24T02:36:04.417Z Downloaded git2 v0.20.2
9842026-02-24T02:36:04.420Z Downloaded bindgen v0.69.5
9852026-02-24T02:36:04.429Z Downloaded value-bag v1.12.0
9862026-02-24T02:36:04.433Z Downloaded unicode-bidi v0.3.17
9872026-02-24T02:36:04.433Z Downloaded vergen v9.0.6
9882026-02-24T02:36:04.435Z Downloaded unsafe-libyaml v0.2.11
9892026-02-24T02:36:04.438Z Downloaded zstd-safe v7.2.3
9902026-02-24T02:36:04.438Z Downloaded toml_parser v1.0.6+spec-1.1.0
9912026-02-24T02:36:04.441Z Downloaded tungstenite v0.23.0
9922026-02-24T02:36:04.444Z Downloaded toml v0.9.11+spec-1.1.0
9932026-02-24T02:36:04.447Z Downloaded rpassword v7.4.0
9942026-02-24T02:36:04.451Z Downloaded bindgen v0.71.1
9952026-02-24T02:36:04.455Z Downloaded zstd v0.13.3
9962026-02-24T02:36:04.458Z Downloaded bitvec v1.0.1
9972026-02-24T02:36:04.471Z Downloaded tungstenite v0.21.0
9982026-02-24T02:36:04.474Z Downloaded typify v0.4.3
9992026-02-24T02:36:04.477Z Downloaded itertools v0.14.0
10002026-02-24T02:36:04.485Z Downloaded yasna v0.5.2
10012026-02-24T02:36:04.491Z Downloaded steno v0.4.1
10022026-02-24T02:36:04.493Z Downloaded snafu v0.8.5
10032026-02-24T02:36:04.496Z Downloaded toml_edit v0.19.15
10042026-02-24T02:36:04.510Z Downloaded zerocopy v0.6.6
10052026-02-24T02:36:04.513Z Downloaded uuid v1.19.0
10062026-02-24T02:36:04.516Z Downloaded portable-atomic v1.11.0
10072026-02-24T02:36:04.522Z Downloaded reqwest v0.12.24
10082026-02-24T02:36:04.527Z Downloaded whoami v1.5.2
10092026-02-24T02:36:04.530Z Downloaded tokio-rustls v0.24.1
10102026-02-24T02:36:04.534Z Downloaded tokio-postgres v0.7.13
10112026-02-24T02:36:04.537Z Downloaded spin v0.9.8
10122026-02-24T02:36:04.537Z Downloaded rustyline v14.0.0
10132026-02-24T02:36:04.542Z Downloaded zopfli v0.8.1
10142026-02-24T02:36:04.544Z Downloaded socket2 v0.5.10
10152026-02-24T02:36:04.547Z Downloaded reedline v0.40.0
10162026-02-24T02:36:04.553Z Downloaded tower v0.5.2
10172026-02-24T02:36:04.561Z Downloaded tracing-core v0.1.32
10182026-02-24T02:36:04.564Z Downloaded vte v0.11.1
10192026-02-24T02:36:04.567Z Downloaded ssh-key v0.6.6
10202026-02-24T02:36:04.571Z Downloaded unicode_categories v0.1.1
10212026-02-24T02:36:04.574Z Downloaded zip v0.6.6
10222026-02-24T02:36:04.577Z Downloaded yansi v1.0.1
10232026-02-24T02:36:04.580Z Downloaded quick-xml v0.37.2
10242026-02-24T02:36:04.584Z Downloaded curve25519-dalek v4.1.3
10252026-02-24T02:36:04.593Z Downloaded rustls-webpki v0.101.7
10262026-02-24T02:36:04.605Z Downloaded zerocopy-derive v0.8.27
10272026-02-24T02:36:04.611Z Downloaded unicode-segmentation v1.12.0
10282026-02-24T02:36:04.614Z Downloaded quinn-proto v0.11.8
10292026-02-24T02:36:04.619Z Downloaded gimli v0.31.1
10302026-02-24T02:36:04.626Z Downloaded regex v1.11.3
10312026-02-24T02:36:04.632Z Downloaded tower-http v0.6.6
10322026-02-24T02:36:04.639Z Downloaded typed-path v0.9.3
10332026-02-24T02:36:04.645Z Downloaded x509-cert v0.2.5
10342026-02-24T02:36:04.651Z Downloaded tough v0.20.0
10352026-02-24T02:36:04.658Z Downloaded salty v0.3.0
10362026-02-24T02:36:04.664Z Downloaded tokio-util v0.7.15
10372026-02-24T02:36:04.670Z Downloaded time v0.3.43
10382026-02-24T02:36:04.677Z Downloaded serde_with v3.16.1
10392026-02-24T02:36:04.690Z Downloaded goblin v0.10.2
10402026-02-24T02:36:04.695Z Downloaded moka v0.12.10
10412026-02-24T02:36:04.704Z Downloaded rustls-webpki v0.102.8
10422026-02-24T02:36:04.721Z Downloaded unicode-normalization v0.1.24
10432026-02-24T02:36:04.724Z Downloaded proptest v1.7.0
10442026-02-24T02:36:04.732Z Downloaded winnow v0.5.40
10452026-02-24T02:36:04.739Z Downloaded polar-core v0.27.3
10462026-02-24T02:36:04.746Z Downloaded petname v2.0.2
10472026-02-24T02:36:04.751Z Downloaded object v0.30.4
10482026-02-24T02:36:04.760Z Downloaded p384 v0.13.1
10492026-02-24T02:36:04.764Z Downloaded rayon v1.10.0
10502026-02-24T02:36:04.772Z Downloaded winnow v0.6.26
10512026-02-24T02:36:04.780Z Downloaded zip v4.2.0
10522026-02-24T02:36:04.785Z Downloaded bstr v1.10.0
10532026-02-24T02:36:04.792Z Downloaded nix v0.27.1
10542026-02-24T02:36:04.801Z Downloaded radix_trie v0.2.1
10552026-02-24T02:36:04.807Z Downloaded object v0.37.3
10562026-02-24T02:36:04.816Z Downloaded zlib-rs v0.5.1
10572026-02-24T02:36:04.821Z Downloaded openssl v0.10.73
10582026-02-24T02:36:04.829Z Downloaded tabled v0.20.0
10592026-02-24T02:36:04.845Z Downloaded rustls v0.21.12
10602026-02-24T02:36:04.854Z Downloaded webpki-roots v1.0.1
10612026-02-24T02:36:04.857Z Downloaded diesel v2.2.12
10622026-02-24T02:36:04.874Z Downloaded zerocopy v0.8.27
10632026-02-24T02:36:04.895Z Downloaded rustls v0.23.19
10642026-02-24T02:36:04.904Z Downloaded nix v0.30.1
10652026-02-24T02:36:04.914Z Downloaded dropshot v0.16.7
10662026-02-24T02:36:04.934Z Downloaded regress v0.10.4
10672026-02-24T02:36:04.941Z Downloaded rustls v0.22.4
10682026-02-24T02:36:04.952Z Downloaded smoltcp v0.11.0
10692026-02-24T02:36:04.963Z Downloaded regex-syntax v0.8.5
10702026-02-24T02:36:04.969Z Downloaded object v0.36.5
10712026-02-24T02:36:04.979Z Downloaded hickory-proto v0.24.4
10722026-02-24T02:36:04.992Z Downloaded smoltcp v0.9.1
10732026-02-24T02:36:05.003Z Downloaded nix v0.29.0
10742026-02-24T02:36:05.014Z Downloaded nix v0.28.0
10752026-02-24T02:36:05.033Z Downloaded vcpkg v0.2.15
10762026-02-24T02:36:05.056Z Downloaded sqlparser v0.61.0
10772026-02-24T02:36:05.065Z Downloaded sled v0.34.7
10782026-02-24T02:36:05.074Z Downloaded openapiv3 v2.2.0
10792026-02-24T02:36:05.084Z Downloaded typify-impl v0.2.0
10802026-02-24T02:36:05.096Z Downloaded typify-impl v0.4.3
10812026-02-24T02:36:05.108Z Downloaded bzip2-sys v0.1.13+1.0.8
10822026-02-24T02:36:05.119Z Downloaded ratatui v0.29.0
10832026-02-24T02:36:05.136Z Downloaded hickory-proto v0.25.2
10842026-02-24T02:36:05.149Z Downloaded zerocopy-derive v0.6.6
10852026-02-24T02:36:05.157Z Downloaded regex-automata v0.4.11
10862026-02-24T02:36:05.171Z Downloaded jiff v0.2.15
10872026-02-24T02:36:05.186Z Downloaded csv v1.3.1
10882026-02-24T02:36:05.203Z Downloaded tabled v0.18.0
10892026-02-24T02:36:05.218Z Downloaded lzma-sys v0.1.20
10902026-02-24T02:36:05.243Z Downloaded regex-syntax v0.6.29
10912026-02-24T02:36:05.249Z Downloaded tracing v0.1.40
10922026-02-24T02:36:05.253Z Downloaded petgraph v0.6.5
10932026-02-24T02:36:05.268Z Downloaded chrono-tz v0.10.4
10942026-02-24T02:36:05.283Z Downloaded p521 v0.13.3
10952026-02-24T02:36:05.286Z Downloaded libz-sys v1.1.20
10962026-02-24T02:36:05.303Z Downloaded petgraph v0.8.2
10972026-02-24T02:36:05.321Z Downloaded lalrpop v0.19.12
10982026-02-24T02:36:05.330Z Downloaded chrono v0.4.43
10992026-02-24T02:36:05.336Z Downloaded hkdf v0.12.4
11002026-02-24T02:36:05.339Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
11012026-02-24T02:36:05.353Z Downloaded schemars v0.9.0
11022026-02-24T02:36:05.364Z Downloaded term v0.7.0
11032026-02-24T02:36:05.366Z Downloaded nom v7.1.3
11042026-02-24T02:36:05.371Z Downloaded rand v0.8.5
11052026-02-24T02:36:05.374Z Downloaded unit-prefix v0.5.1
11062026-02-24T02:36:05.377Z Downloaded tokio v1.49.0
11072026-02-24T02:36:05.409Z Downloaded tokio-native-tls v0.3.1
11082026-02-24T02:36:05.413Z Downloaded sha3 v0.10.8
11092026-02-24T02:36:05.416Z Downloaded tls_codec v0.4.1
11102026-02-24T02:36:05.420Z Downloaded stacker v0.1.23
11112026-02-24T02:36:05.420Z Downloaded qorb v0.4.1
11122026-02-24T02:36:05.422Z Downloaded tokio-dtrace v0.1.0
11132026-02-24T02:36:05.425Z Downloaded termtree v0.5.1
11142026-02-24T02:36:05.425Z Downloaded stringprep v0.1.5
11152026-02-24T02:36:05.425Z Downloaded slog v2.8.2
11162026-02-24T02:36:05.430Z Downloaded hyper v1.8.1
11172026-02-24T02:36:05.434Z Downloaded libm v0.2.8
11182026-02-24T02:36:05.441Z Downloaded num-bigint-dig v0.8.6
11192026-02-24T02:36:05.444Z Downloaded itertools v0.12.1
11202026-02-24T02:36:05.450Z Downloaded rustls-pki-types v1.10.0
11212026-02-24T02:36:05.453Z Downloaded tabwriter v1.4.0
11222026-02-24T02:36:05.456Z Downloaded slog-scope v4.4.0
11232026-02-24T02:36:05.456Z Downloaded quinn v0.11.5
11242026-02-24T02:36:05.459Z Downloaded sync_wrapper v1.0.1
11252026-02-24T02:36:05.459Z Downloaded sync-ptr v0.1.4
11262026-02-24T02:36:05.462Z Downloaded slog-dtrace v0.3.0
11272026-02-24T02:36:05.462Z Downloaded subtle v2.6.1
11282026-02-24T02:36:05.462Z Downloaded structmeta-derive v0.3.0
11292026-02-24T02:36:05.465Z Downloaded shlex v1.3.0
11302026-02-24T02:36:05.465Z Downloaded rustls-native-certs v0.8.1
11312026-02-24T02:36:05.471Z Downloaded russh-keys v0.45.0
11322026-02-24T02:36:05.474Z Downloaded ron v0.8.1
11332026-02-24T02:36:05.474Z Downloaded ron v0.7.1
11342026-02-24T02:36:05.478Z Downloaded strip-ansi-escapes v0.2.0
11352026-02-24T02:36:05.481Z Downloaded serde_path_to_error v0.1.20
11362026-02-24T02:36:05.481Z Downloaded papergrid v0.14.0
11372026-02-24T02:36:05.486Z Downloaded serde_plain v1.0.2
11382026-02-24T02:36:05.486Z Downloaded encoding_rs v0.8.34
11392026-02-24T02:36:05.501Z Downloaded derive_more-impl v2.0.1
11402026-02-24T02:36:05.505Z Downloaded pin-project-lite v0.2.14
11412026-02-24T02:36:05.511Z Downloaded salsa20 v0.10.2
11422026-02-24T02:36:05.515Z Downloaded rustc_version v0.4.1
11432026-02-24T02:36:05.515Z Downloaded pkcs1 v0.7.5
11442026-02-24T02:36:05.515Z Downloaded miniz_oxide v0.8.5
11452026-02-24T02:36:05.518Z Downloaded russh-cryptovec v0.7.3
11462026-02-24T02:36:05.518Z Downloaded progenitor v0.10.0
11472026-02-24T02:36:05.518Z Downloaded quinn-udp v0.5.5
11482026-02-24T02:36:05.521Z Downloaded indicatif v0.17.11
11492026-02-24T02:36:05.525Z Downloaded rand_xorshift v0.4.0
11502026-02-24T02:36:05.525Z Downloaded predicates v3.1.3
11512026-02-24T02:36:05.528Z Downloaded jiff-static v0.2.15
11522026-02-24T02:36:05.528Z Downloaded pkcs8 v0.10.2
11532026-02-24T02:36:05.531Z Downloaded pin-project-internal v1.1.6
11542026-02-24T02:36:05.531Z Downloaded pem-rfc7468 v0.7.0
11552026-02-24T02:36:05.535Z Downloaded num-complex v0.4.6
11562026-02-24T02:36:05.535Z Downloaded num-rational v0.4.2
11572026-02-24T02:36:05.535Z Downloaded poly1305 v0.8.0
11582026-02-24T02:36:05.537Z Downloaded ring v0.17.14
11592026-02-24T02:36:05.573Z Downloaded peg v0.8.5
11602026-02-24T02:36:05.576Z Downloaded parking_lot v0.11.2
11612026-02-24T02:36:05.579Z Downloaded der v0.7.10
11622026-02-24T02:36:05.583Z Downloaded hickory-resolver v0.24.4
11632026-02-24T02:36:05.586Z Downloaded elliptic-curve v0.13.8
11642026-02-24T02:36:05.589Z Downloaded derive_more v2.0.1
11652026-02-24T02:36:05.596Z Downloaded parking_lot_core v0.8.6
11662026-02-24T02:36:05.599Z Downloaded flume v0.11.1
11672026-02-24T02:36:05.602Z Downloaded num_enum_derive v0.5.11
11682026-02-24T02:36:05.602Z Downloaded litrs v0.4.1
11692026-02-24T02:36:05.605Z Downloaded indexmap v1.9.3
11702026-02-24T02:36:05.608Z Downloaded peg-macros v0.8.5
11712026-02-24T02:36:05.608Z Downloaded paste v1.0.15
11722026-02-24T02:36:05.611Z Downloaded predicates-core v1.0.8
11732026-02-24T02:36:05.611Z Downloaded precomputed-hash v0.1.1
11742026-02-24T02:36:05.612Z Downloaded half v2.4.1
11752026-02-24T02:36:05.614Z Downloaded crossbeam-epoch v0.9.18
11762026-02-24T02:36:05.618Z Downloaded password-hash v0.4.2
11772026-02-24T02:36:05.618Z Downloaded parking_lot_core v0.9.10
11782026-02-24T02:36:05.621Z Downloaded num-integer v0.1.46
11792026-02-24T02:36:05.621Z Downloaded compact_str v0.8.0
11802026-02-24T02:36:05.623Z Downloaded darling_core v0.21.0
11812026-02-24T02:36:05.627Z Downloaded libloading v0.8.5
11822026-02-24T02:36:05.630Z Downloaded libgit2-sys v0.18.2+1.9.1
11832026-02-24T02:36:05.678Z Downloaded ignore v0.4.23
11842026-02-24T02:36:05.681Z Downloaded futures v0.3.31
11852026-02-24T02:36:05.685Z Downloaded fatfs v0.3.6
11862026-02-24T02:36:05.687Z Downloaded dropshot_endpoint v0.16.7
11872026-02-24T02:36:05.690Z Downloaded darling_core v0.20.10
11882026-02-24T02:36:05.693Z Downloaded des v0.8.1
11892026-02-24T02:36:05.696Z Downloaded pbkdf2 v0.11.0
11902026-02-24T02:36:05.696Z Downloaded newtype-uuid v1.3.2
11912026-02-24T02:36:05.699Z Downloaded derive_builder v0.20.2
11922026-02-24T02:36:05.702Z Downloaded headers v0.4.1
11932026-02-24T02:36:05.706Z Downloaded number_prefix v0.4.0
11942026-02-24T02:36:05.709Z Downloaded num_threads v0.1.7
11952026-02-24T02:36:05.709Z Downloaded native-tls v0.2.12
11962026-02-24T02:36:05.709Z Downloaded nanorand v0.7.0
11972026-02-24T02:36:05.712Z Downloaded multer v3.1.0
11982026-02-24T02:36:05.715Z Downloaded libsw v3.5.0
11992026-02-24T02:36:05.715Z Downloaded ingot-types v0.1.2
12002026-02-24T02:36:05.718Z Downloaded httparse v1.9.5
12012026-02-24T02:36:05.718Z Downloaded iana-time-zone v0.1.63
12022026-02-24T02:36:05.721Z Downloaded hickory-client v0.25.2
12032026-02-24T02:36:05.721Z Downloaded chacha20poly1305 v0.10.1
12042026-02-24T02:36:05.724Z Downloaded num-conv v0.1.0
12052026-02-24T02:36:05.724Z Downloaded num v0.4.3
12062026-02-24T02:36:05.724Z Downloaded openssl-macros v0.1.1
12072026-02-24T02:36:05.727Z Downloaded opaque-debug v0.3.1
12082026-02-24T02:36:05.727Z Downloaded jobserver v0.1.32
12092026-02-24T02:36:05.727Z Downloaded nonempty v0.12.0
12102026-02-24T02:36:05.730Z Downloaded nodrop v0.1.14
12112026-02-24T02:36:05.730Z Downloaded mime v0.3.17
12122026-02-24T02:36:05.730Z Downloaded ipnetwork v0.21.1
12132026-02-24T02:36:05.733Z Downloaded ingot v0.1.1
12142026-02-24T02:36:05.733Z Downloaded defmt-macros v0.3.9
12152026-02-24T02:36:05.736Z Downloaded diff v0.1.13
12162026-02-24T02:36:05.739Z Downloaded maplit v1.0.2
12172026-02-24T02:36:05.739Z Downloaded libscf-sys v1.1.0
12182026-02-24T02:36:05.739Z Downloaded md5 v0.7.0
12192026-02-24T02:36:05.739Z Downloaded lazycell v1.3.0
12202026-02-24T02:36:05.742Z Downloaded half v1.8.3
12212026-02-24T02:36:05.742Z Downloaded hyper-staticfile v0.10.1
12222026-02-24T02:36:05.745Z Downloaded humantime v2.2.0
12232026-02-24T02:36:05.745Z Downloaded erased-serde v0.3.31
12242026-02-24T02:36:05.750Z Downloaded lzss v0.8.2
12252026-02-24T02:36:05.750Z Downloaded linked-hash-map v0.5.6
12262026-02-24T02:36:05.754Z Downloaded derive_builder_core v0.20.2
12272026-02-24T02:36:05.754Z Downloaded console v0.16.0
12282026-02-24T02:36:05.754Z Downloaded kstat-rs v0.2.4
12292026-02-24T02:36:05.757Z Downloaded keccak v0.1.5
12302026-02-24T02:36:05.757Z Downloaded instability v0.3.2
12312026-02-24T02:36:05.757Z Downloaded fs_extra v1.3.0
12322026-02-24T02:36:05.757Z Downloaded fs-err v2.11.0
12332026-02-24T02:36:05.760Z Downloaded foldhash v0.2.0
12342026-02-24T02:36:05.760Z Downloaded foldhash v0.1.5
12352026-02-24T02:36:05.763Z Downloaded env_logger v0.11.8
12362026-02-24T02:36:05.763Z Downloaded cancel-safe-futures v0.1.5
12372026-02-24T02:36:05.766Z Downloaded aes v0.8.4
12382026-02-24T02:36:05.769Z Downloaded instant v0.1.13
12392026-02-24T02:36:05.769Z Downloaded filetime v0.2.26
12402026-02-24T02:36:05.772Z Downloaded either v1.15.0
12412026-02-24T02:36:05.772Z Downloaded ed25519 v2.2.3
12422026-02-24T02:36:05.775Z Downloaded ident_case v1.0.1
12432026-02-24T02:36:05.775Z Downloaded hubpack_derive v0.1.1
12442026-02-24T02:36:05.775Z Downloaded derive-ex v0.1.8
12452026-02-24T02:36:05.775Z Downloaded arrayvec v0.7.6
12462026-02-24T02:36:05.778Z Downloaded difflib v0.4.0
12472026-02-24T02:36:05.778Z Downloaded diesel-dtrace v0.4.2
12482026-02-24T02:36:05.782Z Downloaded der_derive v0.7.3
12492026-02-24T02:36:05.782Z Downloaded data-encoding v2.9.0
12502026-02-24T02:36:05.782Z Downloaded ciborium v0.2.2
12512026-02-24T02:36:05.785Z Downloaded impl-trait-for-tuples v0.2.2
12522026-02-24T02:36:05.788Z Downloaded cexpr v0.6.0
12532026-02-24T02:36:05.788Z Downloaded hubpack v0.1.2
12542026-02-24T02:36:05.788Z Downloaded httpdate v1.0.3
12552026-02-24T02:36:05.791Z Downloaded embedded-io v0.4.0
12562026-02-24T02:36:05.791Z Downloaded colored v3.0.0
12572026-02-24T02:36:05.794Z Downloaded defmt v0.3.8
12582026-02-24T02:36:05.797Z Downloaded darling v0.20.10
12592026-02-24T02:36:05.800Z Downloaded ff v0.13.0
12602026-02-24T02:36:05.800Z Downloaded deranged v0.5.3
12612026-02-24T02:36:05.803Z Downloaded const_format_proc_macros v0.2.34
12622026-02-24T02:36:05.803Z Downloaded home v0.5.9
12632026-02-24T02:36:05.807Z Downloaded hex-literal v0.4.1
12642026-02-24T02:36:05.807Z Downloaded getrandom v0.2.15
12652026-02-24T02:36:05.810Z Downloaded funty v2.0.0
12662026-02-24T02:36:05.810Z Downloaded cookie_store v0.21.1
12672026-02-24T02:36:05.810Z Downloaded bzip2 v0.5.2
12682026-02-24T02:36:05.810Z Downloaded bzip2 v0.4.4
12692026-02-24T02:36:05.816Z Downloaded bit-vec v0.6.3
12702026-02-24T02:36:05.816Z Downloaded display-error-chain v0.2.2
12712026-02-24T02:36:05.816Z Downloaded diesel_table_macro_syntax v0.2.0
12722026-02-24T02:36:05.824Z Downloaded derive_builder_macro v0.20.2
12732026-02-24T02:36:05.824Z Downloaded fxhash v0.2.1
12742026-02-24T02:36:05.824Z Downloaded group v0.13.0
12752026-02-24T02:36:05.824Z Downloaded futures-executor v0.3.31
12762026-02-24T02:36:05.824Z Downloaded flagset v0.4.6
12772026-02-24T02:36:05.824Z Downloaded bit-vec v0.8.0
12782026-02-24T02:36:05.827Z Downloaded dyn-clone v1.0.20
12792026-02-24T02:36:05.827Z Downloaded dropshot-api-manager-types v0.3.0
12802026-02-24T02:36:05.827Z Downloaded dof v0.4.0
12812026-02-24T02:36:05.827Z Downloaded document-features v0.2.11
12822026-02-24T02:36:05.827Z Downloaded crc8 v0.1.1
12832026-02-24T02:36:05.827Z Downloaded cargo-platform v0.1.8
12842026-02-24T02:36:05.827Z Downloaded bb8 v0.8.5
12852026-02-24T02:36:05.827Z Downloaded base16ct v0.2.0
12862026-02-24T02:36:05.830Z Downloaded enum-as-inner v0.6.1
12872026-02-24T02:36:05.830Z Downloaded embedded-io v0.6.1
12882026-02-24T02:36:05.830Z Downloaded dsl_auto_type v0.1.2
12892026-02-24T02:36:05.833Z Downloaded dirs-next v2.0.0
12902026-02-24T02:36:05.833Z Downloaded debug-ignore v1.0.5
12912026-02-24T02:36:05.833Z Downloaded const-oid v0.9.6
12922026-02-24T02:36:05.836Z Downloaded console v0.15.10
12932026-02-24T02:36:05.839Z Downloaded cobs v0.2.3
12942026-02-24T02:36:05.839Z Downloaded cfg_aliases v0.1.1
12952026-02-24T02:36:05.839Z Downloaded blake2 v0.10.6
12962026-02-24T02:36:05.842Z Downloaded argon2 v0.5.3
12972026-02-24T02:36:05.842Z Downloaded float-cmp v0.10.0
12982026-02-24T02:36:05.845Z Downloaded endian-type v0.1.2
12992026-02-24T02:36:05.845Z Downloaded corncobs v0.1.4
13002026-02-24T02:36:05.845Z Downloaded const_format v0.2.34
13012026-02-24T02:36:05.850Z Downloaded cargo_metadata v0.19.2
13022026-02-24T02:36:05.853Z Downloaded buf-list v1.0.3
13032026-02-24T02:36:05.853Z Downloaded bcs v0.1.6
13042026-02-24T02:36:05.853Z Downloaded base64ct v1.6.0
13052026-02-24T02:36:05.856Z Downloaded float-ord v0.3.2
13062026-02-24T02:36:05.856Z Downloaded bytes v1.11.1
13072026-02-24T02:36:05.862Z Downloaded adler2 v2.0.0
13082026-02-24T02:36:05.866Z Downloaded ghash v0.5.1
13092026-02-24T02:36:05.866Z Downloaded futures-io v0.3.31
13102026-02-24T02:36:05.866Z Downloaded darling_macro v0.21.0
13112026-02-24T02:36:05.866Z Downloaded ciborium-io v0.2.2
13122026-02-24T02:36:05.866Z Downloaded atomicwrites v0.4.4
13132026-02-24T02:36:05.867Z Downloaded foreign-types-macros v0.2.3
13142026-02-24T02:36:05.867Z Downloaded curve25519-dalek-derive v0.1.1
13152026-02-24T02:36:05.867Z Downloaded bit-set v0.5.3
13162026-02-24T02:36:05.870Z Downloaded base64 v0.22.1
13172026-02-24T02:36:05.872Z Downloaded async-stream-impl v0.3.6
13182026-02-24T02:36:05.873Z Downloaded async-bb8-diesel v0.2.1
13192026-02-24T02:36:05.875Z Downloaded convert_case v0.7.1
13202026-02-24T02:36:05.875Z Downloaded convert_case v0.4.0
13212026-02-24T02:36:05.878Z Downloaded backoff v0.4.0
13222026-02-24T02:36:05.878Z Downloaded async-recursion v1.1.1
13232026-02-24T02:36:05.882Z Downloaded array-init v0.0.4
13242026-02-24T02:36:05.882Z Downloaded arrayref v0.3.9
13252026-02-24T02:36:05.885Z Downloaded futures-core v0.3.31
13262026-02-24T02:36:05.885Z Downloaded ecdsa v0.16.9
13272026-02-24T02:36:05.885Z Downloaded async-trait v0.1.89
13282026-02-24T02:36:05.889Z Downloaded clang-sys v1.8.1
13292026-02-24T02:36:05.892Z Downloaded chacha20 v0.9.1
13302026-02-24T02:36:05.892Z Downloaded bitfield-macros v0.19.2
13312026-02-24T02:36:05.892Z Downloaded async-stream v0.3.6
13322026-02-24T02:36:05.896Z Downloaded atomic-waker v1.1.2
13332026-02-24T02:36:05.896Z Downloaded allocator-api2 v0.2.21
13342026-02-24T02:36:05.899Z Downloaded addr2line v0.24.2
13352026-02-24T02:36:05.899Z Downloaded crossbeam-deque v0.8.5
13362026-02-24T02:36:05.899Z Downloaded cbc v0.1.2
13372026-02-24T02:36:05.902Z Downloaded bitfield v0.19.2
13382026-02-24T02:36:05.903Z Downloaded crc-catalog v2.4.0
13392026-02-24T02:36:05.903Z Downloaded camino-tempfile-ext v0.3.2
13402026-02-24T02:36:05.909Z Downloaded ahash v0.8.12
13412026-02-24T02:36:05.909Z Downloaded derive_more v0.99.20
13422026-02-24T02:36:05.912Z Downloaded bitflags v1.3.2
13432026-02-24T02:36:05.915Z Downloaded aes-gcm v0.10.3
13442026-02-24T02:36:05.915Z Downloaded atty v0.2.14
13452026-02-24T02:36:05.918Z Downloaded ascii-canvas v3.0.0
13462026-02-24T02:36:05.918Z Downloaded aead v0.5.2
13472026-02-24T02:36:05.918Z Downloaded bit-set v0.8.0
13482026-02-24T02:36:05.921Z Downloaded arc-swap v1.7.1
13492026-02-24T02:36:06.147Z Downloaded aws-lc-sys v0.26.0
13502026-02-24T02:36:06.458Z Compiling value-bag v1.12.0
13512026-02-24T02:36:06.458Z Compiling lock_api v0.4.12
13522026-02-24T02:36:06.458Z Compiling scopeguard v1.2.0
13532026-02-24T02:36:06.461Z Compiling shlex v1.3.0
13542026-02-24T02:36:06.461Z Compiling find-msvc-tools v0.1.9
13552026-02-24T02:36:06.461Z Compiling syn v2.0.114
13562026-02-24T02:36:06.461Z Compiling getrandom v0.2.15
13572026-02-24T02:36:06.461Z Compiling jobserver v0.1.32
13582026-02-24T02:36:06.773Z Compiling typenum v1.17.0
13592026-02-24T02:36:07.178Z Compiling log v0.4.29
13602026-02-24T02:36:07.239Z Compiling smallvec v1.15.1
13612026-02-24T02:36:07.268Z Compiling cc v1.2.56
13622026-02-24T02:36:07.311Z Compiling rand_core v0.6.4
13632026-02-24T02:36:07.668Z Compiling generic-array v0.14.7
13642026-02-24T02:36:07.689Z Compiling subtle v2.6.1
13652026-02-24T02:36:07.708Z Compiling portable-atomic v1.11.0
13662026-02-24T02:36:07.871Z Compiling const-oid v0.9.6
13672026-02-24T02:36:07.962Z Compiling critical-section v1.1.3
13682026-02-24T02:36:08.077Z Compiling serde_json v1.0.149
13692026-02-24T02:36:08.117Z Compiling getrandom v0.3.4
13702026-02-24T02:36:08.142Z Compiling pkg-config v0.3.31
13712026-02-24T02:36:08.488Z Compiling spin v0.9.8
13722026-02-24T02:36:08.901Z Compiling parking_lot_core v0.9.10
13732026-02-24T02:36:09.380Z Compiling regex-syntax v0.8.5
13742026-02-24T02:36:09.404Z Compiling pin-project-lite v0.2.14
13752026-02-24T02:36:09.563Z Compiling rustix v0.38.37
13762026-02-24T02:36:09.957Z Compiling once_cell v1.21.3
13772026-02-24T02:36:09.987Z Compiling libm v0.2.8
13782026-02-24T02:36:10.384Z Compiling signal-hook-registry v1.4.2
13792026-02-24T02:36:10.404Z Compiling num-traits v0.2.19
13802026-02-24T02:36:10.452Z Compiling allocator-api2 v0.2.21
13812026-02-24T02:36:10.678Z Compiling parking_lot v0.12.3
13822026-02-24T02:36:11.106Z Compiling mio v1.0.2
13832026-02-24T02:36:11.132Z Compiling futures-core v0.3.31
13842026-02-24T02:36:11.191Z Compiling lazy_static v1.5.0
13852026-02-24T02:36:11.346Z Compiling aho-corasick v1.1.3
13862026-02-24T02:36:11.399Z Compiling percent-encoding v2.3.2
13872026-02-24T02:36:11.467Z Compiling socket2 v0.6.1
13882026-02-24T02:36:11.743Z Compiling slab v0.4.9
13892026-02-24T02:36:12.171Z Compiling cpufeatures v0.2.14
13902026-02-24T02:36:12.298Z Compiling either v1.15.0
13912026-02-24T02:36:12.319Z Compiling glob v0.3.2
13922026-02-24T02:36:12.344Z Compiling futures-sink v0.3.31
13932026-02-24T02:36:12.516Z Compiling futures-channel v0.3.31
13942026-02-24T02:36:12.714Z Compiling hashbrown v0.16.1
13952026-02-24T02:36:12.746Z Compiling pin-utils v0.1.0
13962026-02-24T02:36:12.863Z Compiling futures-task v0.3.31
13972026-02-24T02:36:12.934Z Compiling prettyplease v0.2.36
13982026-02-24T02:36:13.166Z Compiling clang-sys v1.8.1
13992026-02-24T02:36:13.169Z Compiling rustversion v1.0.22
14002026-02-24T02:36:13.302Z Compiling regex-automata v0.4.11
14012026-02-24T02:36:13.821Z Compiling futures-io v0.3.31
14022026-02-24T02:36:13.945Z Compiling minimal-lexical v0.2.1
14032026-02-24T02:36:14.001Z Compiling indexmap v2.13.0
14042026-02-24T02:36:14.097Z Compiling libloading v0.8.5
14052026-02-24T02:36:14.448Z Compiling synstructure v0.13.1
14062026-02-24T02:36:14.491Z Compiling nom v7.1.3
14072026-02-24T02:36:15.211Z Compiling bindgen v0.69.5
14082026-02-24T02:36:15.260Z Compiling ident_case v1.0.1
14092026-02-24T02:36:15.463Z Compiling base64ct v1.6.0
14102026-02-24T02:36:15.499Z Compiling home v0.5.9
14112026-02-24T02:36:15.827Z Compiling itertools v0.12.1
14122026-02-24T02:36:16.073Z Compiling pem-rfc7468 v0.7.0
14132026-02-24T02:36:16.253Z Compiling form_urlencoded v1.2.2
14142026-02-24T02:36:16.564Z Compiling rustc-hash v1.1.0
14152026-02-24T02:36:16.729Z Compiling flagset v0.4.6
14162026-02-24T02:36:16.750Z Compiling lazycell v1.3.0
14172026-02-24T02:36:16.974Z Compiling rand_core v0.9.3
14182026-02-24T02:36:17.010Z Compiling cmake v0.1.51
14192026-02-24T02:36:17.576Z Compiling cexpr v0.6.0
14202026-02-24T02:36:17.813Z Compiling dunce v1.0.5
14212026-02-24T02:36:17.840Z Compiling paste v1.0.15
14222026-02-24T02:36:17.963Z Compiling fs_extra v1.3.0
14232026-02-24T02:36:18.359Z Compiling foldhash v0.1.5
14242026-02-24T02:36:18.523Z Compiling iana-time-zone v0.1.63
14252026-02-24T02:36:18.643Z Compiling hashbrown v0.15.4
14262026-02-24T02:36:18.703Z Compiling rustc_version v0.4.1
14272026-02-24T02:36:18.761Z Compiling uuid v1.19.0
14282026-02-24T02:36:18.902Z Compiling regex v1.11.3
14292026-02-24T02:36:19.118Z Compiling vcpkg v0.2.15
14302026-02-24T02:36:19.146Z Compiling serde_derive v1.0.228
14312026-02-24T02:36:19.384Z Compiling zeroize_derive v1.4.2
14322026-02-24T02:36:19.866Z Compiling zerofrom-derive v0.1.4
14332026-02-24T02:36:19.890Z Compiling yoke-derive v0.7.4
14342026-02-24T02:36:20.286Z Compiling zerovec-derive v0.10.3
14352026-02-24T02:36:20.787Z Compiling displaydoc v0.2.5
14362026-02-24T02:36:20.808Z Compiling zeroize v1.8.1
14372026-02-24T02:36:22.434Z Compiling zerocopy-derive v0.7.35
14382026-02-24T02:36:22.648Z Compiling crypto-common v0.1.6
14392026-02-24T02:36:22.669Z Compiling block-buffer v0.10.4
14402026-02-24T02:36:22.754Z Compiling icu_provider_macros v1.5.0
14412026-02-24T02:36:22.889Z Compiling digest v0.10.7
14422026-02-24T02:36:22.951Z Compiling tokio-macros v2.6.0
14432026-02-24T02:36:23.200Z Compiling zerofrom v0.1.4
14442026-02-24T02:36:23.412Z Compiling hmac v0.12.1
14452026-02-24T02:36:23.457Z Compiling yoke v0.7.4
14462026-02-24T02:36:23.709Z Compiling thiserror-impl v2.0.18
14472026-02-24T02:36:23.799Z Compiling block-padding v0.3.3
14482026-02-24T02:36:23.822Z Compiling zerovec v0.10.4
14492026-02-24T02:36:23.825Z Compiling futures-macro v0.3.31
14502026-02-24T02:36:24.106Z Compiling inout v0.1.3
14512026-02-24T02:36:24.404Z Compiling zerocopy v0.7.35
14522026-02-24T02:36:24.426Z Compiling cipher v0.4.4
14532026-02-24T02:36:24.530Z Compiling sha2 v0.10.9
14542026-02-24T02:36:24.993Z Compiling der_derive v0.7.3
14552026-02-24T02:36:25.674Z Compiling tinystr v0.7.6
14562026-02-24T02:36:25.790Z Compiling icu_collections v1.5.0
14572026-02-24T02:36:25.812Z Compiling ppv-lite86 v0.2.20
14582026-02-24T02:36:25.900Z Compiling futures-util v0.3.31
14592026-02-24T02:36:26.087Z Compiling icu_locid v1.5.0
14602026-02-24T02:36:26.396Z Compiling serde v1.0.228
14612026-02-24T02:36:26.584Z Compiling salsa20 v0.10.2
14622026-02-24T02:36:26.822Z Compiling pbkdf2 v0.12.2
14632026-02-24T02:36:26.826Z Compiling thiserror v2.0.18
14642026-02-24T02:36:26.998Z Compiling zerocopy v0.8.27
14652026-02-24T02:36:27.054Z Compiling pest v2.8.2
14662026-02-24T02:36:27.110Z Compiling scrypt v0.11.0
14672026-02-24T02:36:27.190Z Compiling der v0.7.10
14682026-02-24T02:36:27.581Z Compiling bitflags v2.9.4
14692026-02-24T02:36:27.683Z Compiling bytes v1.11.1
14702026-02-24T02:36:27.828Z Compiling icu_provider v1.5.0
14712026-02-24T02:36:28.139Z Compiling chrono v0.4.43
14722026-02-24T02:36:28.279Z Compiling rand_chacha v0.9.0
14732026-02-24T02:36:28.774Z Compiling icu_locid_transform v1.5.0
14742026-02-24T02:36:29.128Z Compiling tokio v1.49.0
14752026-02-24T02:36:29.980Z Compiling spki v0.7.3
14762026-02-24T02:36:30.083Z Compiling pest_meta v2.8.2
14772026-02-24T02:36:30.155Z Compiling icu_properties v1.5.1
14782026-02-24T02:36:30.348Z Compiling http v1.4.0
14792026-02-24T02:36:31.123Z Compiling aes v0.8.4
14802026-02-24T02:36:31.380Z Compiling cbc v0.1.2
14812026-02-24T02:36:31.526Z Compiling openssl-sys v0.9.109
14822026-02-24T02:36:31.659Z Compiling which v4.4.2
14832026-02-24T02:36:32.512Z Compiling zerocopy-derive v0.8.27
14842026-02-24T02:36:32.962Z Compiling pkcs5 v0.7.1
14852026-02-24T02:36:33.748Z Compiling pest_generator v2.8.2
14862026-02-24T02:36:33.846Z Compiling rand v0.9.2
14872026-02-24T02:36:34.050Z Compiling icu_normalizer v1.5.0
14882026-02-24T02:36:34.539Z Compiling tracing-attributes v0.1.27
14892026-02-24T02:36:34.796Z Compiling serde_derive_internals v0.29.1
14902026-02-24T02:36:35.521Z Compiling idna_adapter v1.2.0
14912026-02-24T02:36:35.630Z Compiling ring v0.17.14
14922026-02-24T02:36:35.756Z Compiling idna v1.0.3
14932026-02-24T02:36:35.778Z Compiling tracing-core v0.1.32
14942026-02-24T02:36:36.743Z Compiling url v2.5.4
14952026-02-24T02:36:36.992Z Compiling rustix v1.1.3
14962026-02-24T02:36:37.048Z Compiling adler2 v2.0.0
14972026-02-24T02:36:37.270Z Compiling aws-lc-rs v1.12.4
14982026-02-24T02:36:37.299Z Compiling schemars v0.8.22
14992026-02-24T02:36:37.737Z Compiling miniz_oxide v0.8.5
15002026-02-24T02:36:37.761Z Compiling tracing v0.1.40
15012026-02-24T02:36:37.784Z Compiling schemars_derive v0.8.22
15022026-02-24T02:36:38.065Z Compiling tokio-util v0.7.15
15032026-02-24T02:36:38.498Z Compiling pest_derive v2.8.2
15042026-02-24T02:36:39.148Z Compiling pkcs8 v0.10.2
15052026-02-24T02:36:39.341Z Compiling http-body v1.0.1
15062026-02-24T02:36:39.500Z Compiling scroll_derive v0.13.1
15072026-02-24T02:36:39.609Z Compiling darling_core v0.20.10
15082026-02-24T02:36:39.776Z Compiling httparse v1.9.5
15092026-02-24T02:36:40.338Z Compiling rustls-pki-types v1.10.0
15102026-02-24T02:36:40.438Z Compiling tinyvec_macros v0.1.1
15112026-02-24T02:36:40.549Z Compiling dyn-clone v1.0.20
15122026-02-24T02:36:40.608Z Compiling base64 v0.22.1
15132026-02-24T02:36:41.274Z Compiling tinyvec v1.8.0
15142026-02-24T02:36:41.332Z Compiling scroll v0.13.0
15152026-02-24T02:36:41.840Z Compiling bzip2-sys v0.1.13+1.0.8
15162026-02-24T02:36:42.396Z Compiling zstd-sys v2.0.14+zstd.1.5.7
15172026-02-24T02:36:42.678Z Compiling openssl v0.10.73
15182026-02-24T02:36:43.020Z Compiling powerfmt v0.2.0
15192026-02-24T02:36:43.078Z Compiling time-core v0.1.6
15202026-02-24T02:36:43.181Z Compiling untrusted v0.7.1
15212026-02-24T02:36:43.374Z Compiling untrusted v0.9.0
15222026-02-24T02:36:43.405Z Compiling openssl-probe v0.1.5
15232026-02-24T02:36:43.425Z Compiling atomic-waker v1.1.2
15242026-02-24T02:36:43.586Z Compiling num-conv v0.1.0
15252026-02-24T02:36:43.621Z Compiling tower-service v0.3.3
15262026-02-24T02:36:43.713Z Compiling tower-layer v0.3.3
15272026-02-24T02:36:43.769Z Compiling foreign-types-shared v0.1.1
15282026-02-24T02:36:43.790Z Compiling try-lock v0.2.5
15292026-02-24T02:36:43.894Z Compiling time-macros v0.2.24
15302026-02-24T02:36:43.916Z Compiling foreign-types v0.3.2
15312026-02-24T02:36:43.972Z Compiling want v0.3.1
15322026-02-24T02:36:44.018Z Compiling tempfile v3.24.0
15332026-02-24T02:36:44.040Z Compiling h2 v0.4.6
15342026-02-24T02:36:44.232Z Compiling deranged v0.5.3
15352026-02-24T02:36:45.443Z Compiling darling_macro v0.20.10
15362026-02-24T02:36:46.263Z Compiling goblin v0.10.2
15372026-02-24T02:36:46.289Z Compiling darling v0.20.10
15382026-02-24T02:36:46.797Z Compiling ipnet v2.11.0
15392026-02-24T02:36:47.131Z Compiling openssl-macros v0.1.1
15402026-02-24T02:36:48.883Z Compiling wait-timeout v0.2.0
15412026-02-24T02:36:48.886Z Compiling num_threads v0.1.7
15422026-02-24T02:36:48.886Z Compiling rustls v0.23.19
15432026-02-24T02:36:48.886Z Compiling native-tls v0.2.12
15442026-02-24T02:36:48.886Z Compiling gimli v0.31.1
15452026-02-24T02:36:48.886Z Compiling httpdate v1.0.3
15462026-02-24T02:36:48.886Z Compiling usdt-impl v0.6.0
15472026-02-24T02:36:48.886Z Compiling crossbeam-utils v0.8.21
15482026-02-24T02:36:48.886Z Compiling quick-error v1.2.3
15492026-02-24T02:36:48.886Z Compiling bit-vec v0.8.0
15502026-02-24T02:36:48.912Z Compiling syn v1.0.109
15512026-02-24T02:36:49.024Z Compiling rusty-fork v0.3.0
15522026-02-24T02:36:49.245Z Compiling bit-set v0.8.0
15532026-02-24T02:36:49.629Z Compiling time v0.3.43
15542026-02-24T02:36:49.690Z Compiling derive_builder_core v0.20.2
15552026-02-24T02:36:51.801Z Compiling hyper v1.8.1
15562026-02-24T02:36:52.756Z Compiling addr2line v0.24.2
15572026-02-24T02:36:53.315Z Compiling dof v0.4.0
15582026-02-24T02:36:53.542Z Compiling unicode-normalization v0.1.24
15592026-02-24T02:36:53.640Z Compiling dtrace-parser v0.3.0
15602026-02-24T02:36:54.526Z Compiling signature v2.2.0
15612026-02-24T02:36:54.843Z Compiling heapless v0.7.17
15622026-02-24T02:36:55.329Z Compiling scroll_derive v0.12.0
15632026-02-24T02:36:55.403Z Compiling thiserror-impl v1.0.69
15642026-02-24T02:36:55.516Z Compiling rand_xorshift v0.4.0
15652026-02-24T02:36:55.634Z Compiling darling_core v0.21.0
15662026-02-24T02:36:55.796Z Compiling slog v2.8.2
15672026-02-24T02:36:56.154Z Compiling thread-id v5.0.0
15682026-02-24T02:36:56.294Z Compiling cookie v0.18.1
15692026-02-24T02:36:56.611Z Compiling crc32fast v1.4.2
15702026-02-24T02:36:56.647Z Compiling object v0.36.5
15712026-02-24T02:36:56.981Z Compiling rustc-demangle v0.1.24
15722026-02-24T02:36:57.051Z Compiling signal-hook v0.3.18
15732026-02-24T02:36:57.328Z Compiling unicode-properties v0.1.3
15742026-02-24T02:36:57.383Z Compiling zlib-rs v0.5.1
15752026-02-24T02:36:57.704Z Compiling anyhow v1.0.99
15762026-02-24T02:36:57.838Z Compiling unicode-bidi v0.3.17
15772026-02-24T02:36:57.914Z Compiling siphasher v0.3.11
15782026-02-24T02:36:58.278Z Compiling unarray v0.1.4
15792026-02-24T02:36:58.301Z Compiling zstd-safe v7.2.3
15802026-02-24T02:36:58.304Z Compiling thiserror v1.0.69
15812026-02-24T02:36:58.476Z Compiling proptest v1.7.0
15822026-02-24T02:36:58.712Z Compiling stringprep v0.1.5
15832026-02-24T02:36:58.933Z Compiling phf_shared v0.11.2
15842026-02-24T02:36:59.349Z Compiling scroll v0.12.0
15852026-02-24T02:36:59.909Z Compiling hyper-util v0.1.19
15862026-02-24T02:37:00.470Z Compiling derive_builder_macro v0.20.2
15872026-02-24T02:37:01.714Z Compiling darling_macro v0.21.0
15882026-02-24T02:37:02.558Z Compiling ipnetwork v0.21.1
15892026-02-24T02:37:02.674Z Compiling serde_spanned v0.6.9
15902026-02-24T02:37:02.935Z Compiling erased-serde v0.3.31
15912026-02-24T02:37:03.361Z Compiling backtrace v0.3.74
15922026-02-24T02:37:03.849Z Compiling libz-rs-sys v0.5.1
15932026-02-24T02:37:03.882Z Compiling serde_tokenstream v0.2.2
15942026-02-24T02:37:04.150Z Compiling toml_datetime v0.6.11
15952026-02-24T02:37:04.203Z Compiling rand_chacha v0.3.1
15962026-02-24T02:37:04.467Z Compiling md-5 v0.10.6
15972026-02-24T02:37:04.521Z Compiling curve25519-dalek v4.1.3
15982026-02-24T02:37:04.673Z Compiling vergen-lib v0.1.6
15992026-02-24T02:37:04.762Z Compiling num-integer v0.1.46
16002026-02-24T02:37:05.019Z Compiling sync_wrapper v1.0.1
16012026-02-24T02:37:05.204Z Compiling ff v0.13.0
16022026-02-24T02:37:05.226Z Compiling hash32 v0.2.1
16032026-02-24T02:37:05.461Z Compiling memoffset v0.9.1
16042026-02-24T02:37:05.483Z Compiling num-bigint-dig v0.8.6
16052026-02-24T02:37:05.622Z Compiling psl-types v2.0.11
16062026-02-24T02:37:05.819Z Compiling cfg_aliases v0.2.1
16072026-02-24T02:37:05.841Z Compiling smoltcp v0.9.1
16082026-02-24T02:37:05.865Z Compiling base16ct v0.2.0
16092026-02-24T02:37:05.932Z Compiling fallible-iterator v0.2.0
16102026-02-24T02:37:06.138Z Compiling ref-cast v1.0.25
16112026-02-24T02:37:06.172Z Compiling litrs v0.4.1
16122026-02-24T02:37:06.205Z Compiling sec1 v0.7.3
16132026-02-24T02:37:06.521Z Compiling nix v0.29.0
16142026-02-24T02:37:06.632Z Compiling postgres-protocol v0.6.8
16152026-02-24T02:37:06.868Z Compiling publicsuffix v2.3.0
16162026-02-24T02:37:07.259Z Compiling group v0.13.0
16172026-02-24T02:37:07.370Z Compiling document-features v0.2.11
16182026-02-24T02:37:07.428Z Compiling num-iter v0.1.45
16192026-02-24T02:37:07.646Z Compiling tower v0.5.2
16202026-02-24T02:37:07.773Z Compiling rand v0.8.5
16212026-02-24T02:37:07.890Z Compiling newtype-uuid v1.3.2
16222026-02-24T02:37:08.590Z Compiling flate2 v1.1.2
16232026-02-24T02:37:08.681Z Compiling oxnet v0.1.4
16242026-02-24T02:37:08.758Z Compiling darling v0.21.0
16252026-02-24T02:37:08.900Z Compiling derive_builder v0.20.2
16262026-02-24T02:37:09.108Z Compiling tokio-native-tls v0.3.1
16272026-02-24T02:37:09.424Z Compiling goblin v0.8.2
16282026-02-24T02:37:09.745Z Compiling rustls-native-certs v0.8.1
16292026-02-24T02:37:09.977Z Compiling webpki-roots v1.0.1
16302026-02-24T02:37:10.211Z Compiling http-body-util v0.1.3
16312026-02-24T02:37:10.301Z Compiling strum_macros v0.27.2
16322026-02-24T02:37:10.375Z Compiling terminal_size v0.4.0
16332026-02-24T02:37:10.626Z Compiling cargo-platform v0.1.8
16342026-02-24T02:37:10.664Z Compiling hkdf v0.12.4
16352026-02-24T02:37:10.719Z Compiling crypto-bigint v0.5.5
16362026-02-24T02:37:10.962Z Compiling ref-cast-impl v1.0.25
16372026-02-24T02:37:11.124Z Compiling daft-derive v0.1.4
16382026-02-24T02:37:12.141Z Compiling curve25519-dalek-derive v0.1.1
16392026-02-24T02:37:12.653Z Compiling hubpack_derive v0.1.1
16402026-02-24T02:37:12.701Z Compiling async-trait v0.1.89
16412026-02-24T02:37:13.506Z Compiling vergen v9.0.6
16422026-02-24T02:37:13.611Z Compiling ahash v0.8.12
16432026-02-24T02:37:13.849Z Compiling fs-err v3.1.1
16442026-02-24T02:37:14.005Z Compiling buf-list v1.0.3
16452026-02-24T02:37:14.205Z Compiling winnow v0.5.40
16462026-02-24T02:37:14.643Z Compiling simd-adler32 v0.3.7
16472026-02-24T02:37:15.202Z Compiling lockfree-object-pool v0.1.6
16482026-02-24T02:37:15.242Z Compiling bumpalo v3.16.0
16492026-02-24T02:37:15.307Z Compiling ryu v1.0.18
16502026-02-24T02:37:15.525Z Compiling unicode-segmentation v1.12.0
16512026-02-24T02:37:15.673Z Compiling bitflags v1.3.2
16522026-02-24T02:37:15.697Z Compiling iri-string v0.7.8
16532026-02-24T02:37:15.802Z Compiling managed v0.8.0
16542026-02-24T02:37:16.403Z Compiling serde_urlencoded v0.7.1
16552026-02-24T02:37:16.536Z Compiling zopfli v0.8.1
16562026-02-24T02:37:16.935Z Compiling clap_builder v4.5.48
16572026-02-24T02:37:17.714Z Compiling toml_edit v0.19.15
16582026-02-24T02:37:18.213Z Compiling strum v0.27.2
16592026-02-24T02:37:18.268Z Compiling dof v0.3.0
16602026-02-24T02:37:18.594Z Compiling elliptic-curve v0.13.8
16612026-02-24T02:37:18.617Z Compiling hubpack v0.1.2
16622026-02-24T02:37:19.075Z Compiling tower-http v0.6.6
16632026-02-24T02:37:19.597Z Compiling daft v0.1.4
16642026-02-24T02:37:20.049Z Compiling cargo_metadata v0.19.2
16652026-02-24T02:37:20.119Z Compiling hyper-tls v0.6.0
16662026-02-24T02:37:20.166Z Compiling cookie_store v0.21.1
16672026-02-24T02:37:20.533Z Compiling signal-hook-mio v0.2.4
16682026-02-24T02:37:20.729Z Compiling zstd v0.13.3
16692026-02-24T02:37:22.507Z Compiling serde_with_macros v3.16.1
16702026-02-24T02:37:23.505Z Compiling postgres-types v0.2.9
16712026-02-24T02:37:24.652Z Compiling usdt-macro v0.6.0
16722026-02-24T02:37:24.681Z Compiling usdt-attr-macro v0.6.0
16732026-02-24T02:37:24.744Z Compiling phf v0.11.2
16742026-02-24T02:37:24.815Z Compiling dtrace-parser v0.2.0
16752026-02-24T02:37:25.056Z Compiling ed25519 v2.2.3
16762026-02-24T02:37:25.077Z Compiling bzip2 v0.4.4
16772026-02-24T02:37:25.486Z Compiling bzip2 v0.5.2
16782026-02-24T02:37:25.861Z Compiling pkcs1 v0.7.5
16792026-02-24T02:37:26.141Z Compiling clap_derive v4.5.47
16802026-02-24T02:37:26.232Z Compiling strum_macros v0.26.4
16812026-02-24T02:37:26.702Z Compiling enum-as-inner v0.6.1
16822026-02-24T02:37:26.758Z Compiling hex v0.4.3
16832026-02-24T02:37:27.076Z Compiling serde-big-array v0.5.1
16842026-02-24T02:37:27.343Z Compiling rfc6979 v0.4.0
16852026-02-24T02:37:27.414Z Compiling serde_repr v0.1.19
16862026-02-24T02:37:27.543Z Compiling bstr v1.10.0
16872026-02-24T02:37:27.565Z Compiling float-cmp v0.10.0
16882026-02-24T02:37:27.816Z Compiling env_filter v0.1.2
16892026-02-24T02:37:27.862Z Compiling socket2 v0.5.10
16902026-02-24T02:37:28.476Z Compiling memmap2 v0.9.8
16912026-02-24T02:37:28.499Z Compiling encoding_rs v0.8.34
16922026-02-24T02:37:28.720Z Compiling data-encoding v2.9.0
16932026-02-24T02:37:28.906Z Compiling fixedbitset v0.4.2
16942026-02-24T02:37:29.026Z Compiling static_assertions v1.1.0
16952026-02-24T02:37:29.156Z Compiling foldhash v0.2.0
16962026-02-24T02:37:29.336Z Compiling new_debug_unreachable v1.0.6
16972026-02-24T02:37:29.461Z Compiling difflib v0.4.0
16982026-02-24T02:37:29.547Z Compiling predicates-core v1.0.8
16992026-02-24T02:37:29.894Z Compiling whoami v1.5.2
17002026-02-24T02:37:30.442Z Compiling keccak v0.1.5
17012026-02-24T02:37:30.464Z Compiling mime v0.3.17
17022026-02-24T02:37:30.522Z Compiling rustc-hash v2.1.1
17032026-02-24T02:37:30.585Z Compiling normalize-line-endings v0.3.0
17042026-02-24T02:37:30.726Z Compiling jiff v0.2.15
17052026-02-24T02:37:30.746Z Compiling fixedbitset v0.5.7
17062026-02-24T02:37:30.749Z Compiling precomputed-hash v0.1.1
17072026-02-24T02:37:30.911Z Compiling string_cache v0.8.9
17082026-02-24T02:37:30.994Z Compiling sha3 v0.10.8
17092026-02-24T02:37:31.362Z Compiling petgraph v0.8.2
17102026-02-24T02:37:31.388Z Compiling predicates v3.1.3
17112026-02-24T02:37:32.107Z Compiling iddqd v0.3.16
17122026-02-24T02:37:32.188Z Compiling strum v0.26.3
17132026-02-24T02:37:32.412Z Compiling clap v4.5.48
17142026-02-24T02:37:32.554Z Compiling toml_edit v0.22.27
17152026-02-24T02:37:32.691Z Compiling tokio-postgres v0.7.13
17162026-02-24T02:37:32.967Z Compiling hickory-proto v0.25.2
17172026-02-24T02:37:34.734Z Compiling petgraph v0.6.5
17182026-02-24T02:37:34.757Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17192026-02-24T02:37:35.885Z Compiling usdt v0.6.0
17202026-02-24T02:37:36.387Z Compiling similar v2.7.0
17212026-02-24T02:37:37.990Z Compiling zip v4.2.0
17222026-02-24T02:37:38.392Z Compiling usdt-impl v0.5.0
17232026-02-24T02:37:38.441Z Compiling env_logger v0.11.8
17242026-02-24T02:37:39.190Z Compiling ecdsa v0.16.9
17252026-02-24T02:37:39.454Z Compiling serde_with v3.16.1
17262026-02-24T02:37:39.726Z Compiling rsa v0.9.8
17272026-02-24T02:37:40.035Z Compiling ed25519-dalek v2.1.1
17282026-02-24T02:37:40.187Z Compiling zip v0.6.6
17292026-02-24T02:37:41.544Z Compiling toml v0.7.8
17302026-02-24T02:37:42.348Z Compiling crossterm v0.28.1
17312026-02-24T02:37:43.466Z Compiling heck v0.4.1
17322026-02-24T02:37:43.513Z Compiling crossbeam-epoch v0.9.18
17332026-02-24T02:37:43.803Z Compiling tokio-stream v0.1.17
17342026-02-24T02:37:43.921Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17352026-02-24T02:37:43.993Z Compiling x509-cert v0.2.5
17362026-02-24T02:37:44.207Z Compiling openapiv3 v2.2.0
17372026-02-24T02:37:44.341Z Compiling sha1 v0.10.6
17382026-02-24T02:37:44.497Z Compiling itertools v0.13.0
17392026-02-24T02:37:44.783Z Compiling itertools v0.10.5
17402026-02-24T02:37:44.786Z Compiling winnow v0.6.26
17412026-02-24T02:37:45.536Z Compiling lalrpop-util v0.19.12
17422026-02-24T02:37:45.927Z Compiling peg-runtime v0.8.5
17432026-02-24T02:37:46.529Z Compiling thread_local v1.1.8
17442026-02-24T02:37:47.038Z Compiling slog-async v2.8.0
17452026-02-24T02:37:47.405Z Compiling crossbeam-channel v0.5.15
17462026-02-24T02:37:47.544Z Compiling xattr v1.3.1
17472026-02-24T02:37:47.567Z Compiling futures-executor v0.3.31
17482026-02-24T02:37:47.664Z Compiling filetime v0.2.26
17492026-02-24T02:37:47.823Z Compiling is-terminal v0.4.13
17502026-02-24T02:37:47.978Z Compiling term v1.1.0
17512026-02-24T02:37:47.978Z Compiling take_mut v0.2.2
17522026-02-24T02:37:48.047Z Compiling tar v0.4.44
17532026-02-24T02:37:48.176Z Compiling futures v0.3.31
17542026-02-24T02:37:49.299Z Compiling slog-term v2.9.2
17552026-02-24T02:37:51.607Z Compiling aws-lc-sys v0.26.0
17562026-02-24T02:38:20.966Z Compiling rustls-webpki v0.102.8
17572026-02-24T02:38:25.517Z Compiling tokio-rustls v0.26.0
17582026-02-24T02:38:25.824Z Compiling hyper-rustls v0.27.7
17592026-02-24T02:38:26.191Z Compiling reqwest v0.12.24
17602026-02-24T02:38:30.060Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17612026-02-24T02:38:30.340Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17622026-02-24T02:38:34.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 32s
17632026-02-24T02:38:35.176Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17642026-02-24T02:38:35.215ZFeb 24 02:38:34.460 INFO Starting download, target: Clickhouse
17652026-02-24T02:38:35.215ZFeb 24 02:38:34.461 INFO Starting download, target: Console
17662026-02-24T02:38:35.215ZFeb 24 02:38:34.461 INFO Starting download, target: DendriteStub
17672026-02-24T02:38:35.215ZFeb 24 02:38:34.461 INFO Starting download, target: Cockroach
17682026-02-24T02:38:35.216ZFeb 24 02:38:34.461 INFO Starting download, target: MaghemiteMgd
17692026-02-24T02:38:35.228ZFeb 24 02:38:34.461 INFO Starting download, target: TransceiverControl
17702026-02-24T02:38:35.228ZFeb 24 02:38:34.461 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17712026-02-24T02:38:35.228ZFeb 24 02:38:34.461 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17722026-02-24T02:38:35.228ZFeb 24 02:38:34.461 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17732026-02-24T02:38:35.229ZFeb 24 02:38:34.461 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17742026-02-24T02:38:35.229ZFeb 24 02:38:34.461 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17752026-02-24T02:38:35.229ZFeb 24 02:38:34.462 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17762026-02-24T02:38:35.735ZFeb 24 02:38:34.981 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17772026-02-24T02:38:35.744ZFeb 24 02:38:34.987 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17782026-02-24T02:38:36.193ZFeb 24 02:38:35.422 INFO Download complete, target: TransceiverControl
17792026-02-24T02:38:36.240ZFeb 24 02:38:35.444 INFO Download complete, target: Console
17802026-02-24T02:38:37.053ZFeb 24 02:38:36.265 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17812026-02-24T02:38:37.932ZFeb 24 02:38:37.162 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17822026-02-24T02:38:38.118ZFeb 24 02:38:37.365 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17832026-02-24T02:38:39.121ZFeb 24 02:38:38.373 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17842026-02-24T02:38:39.121ZFeb 24 02:38:38.373 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17852026-02-24T02:38:41.921ZFeb 24 02:38:41.172 INFO Download complete, target: MaghemiteMgd
17862026-02-24T02:38:42.228ZFeb 24 02:38:41.480 INFO Download complete, target: DendriteStub
17872026-02-24T02:38:46.865ZFeb 24 02:38:46.114 INFO Checking that binary works, target: Cockroach
17882026-02-24T02:38:47.000ZFeb 24 02:38:46.245 INFO Download complete, target: Cockroach
17892026-02-24T02:38:48.400ZFeb 24 02:38:47.650 INFO Checking that binary works, target: Clickhouse
17902026-02-24T02:38:48.551ZFeb 24 02:38:47.802 INFO Download complete, target: Clickhouse
17912026-02-24T02:38:48.572ZAll builder prerequisites installed successfully, and PATH looks valid
17922026-02-24T02:38:48.575Z
17932026-02-24T02:38:48.576Zreal 6:36.773954945
17942026-02-24T02:38:48.576Zuser 18:49.620364560
17952026-02-24T02:38:48.576Zsys 2:34.281936526
17962026-02-24T02:38:48.576Ztrap 0.709870137
17972026-02-24T02:38:48.576Ztflt 1.033920389
17982026-02-24T02:38:48.576Zdflt 1.102347315
17992026-02-24T02:38:48.576Zkflt 0.027615499
18002026-02-24T02:38:48.576Zlock 45:13.629804766
18012026-02-24T02:38:48.576Zslp 1:11:09.921835526
18022026-02-24T02:38:48.576Zlat 1:22.398817011
18032026-02-24T02:38:48.576Zstop 3:15.448015013
18042026-02-24T02:38:48.576Z+ banner hack-check
18052026-02-24T02:38:48.579Z
18062026-02-24T02:38:48.579Z # # ## #### # # #### # # ###### #### # #
18072026-02-24T02:38:48.579Z # # # # # # # # # # # # # # # # #
18082026-02-24T02:38:48.579Z ###### # # # #### ##### # ###### ##### # ####
18092026-02-24T02:38:48.579Z # # ###### # # # # # # # # # #
18102026-02-24T02:38:48.579Z # # # # # # # # # # # # # # # # #
18112026-02-24T02:38:48.579Z # # # # #### # # #### # # ###### #### # #
18122026-02-24T02:38:48.579Z
18132026-02-24T02:38:48.579Z+ export CARGO_INCREMENTAL=0
18142026-02-24T02:38:48.579Z+ CARGO_INCREMENTAL=0
18152026-02-24T02:38:48.579Z+ ptime -m timeout 2h cargo xtask check-features --ci
18162026-02-24T02:38:49.437Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18172026-02-24T02:38:49.736Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18182026-02-24T02:38:52.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.24s
18192026-02-24T02:38:52.987Z Running `target/debug/xtask check-features --ci`
18202026-02-24T02:38:53.016Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18212026-02-24T02:38:53.016Zrunning: "/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18222026-02-24T02:38:53.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
18232026-02-24T02:38:53.702Z Running `target/debug/xtask download cargo-hack`
18242026-02-24T02:38:54.786Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18252026-02-24T02:38:55.202Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18262026-02-24T02:38:59.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.41s
18272026-02-24T02:38:59.323Z Running `target/debug/xtask-downloader cargo-hack`
18282026-02-24T02:38:59.366ZFeb 24 02:38:58.614 INFO Starting download, target: CargoHack
18292026-02-24T02:38:59.371ZFeb 24 02:38:58.615 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18302026-02-24T02:38:59.824ZFeb 24 02:38:59.072 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18312026-02-24T02:38:59.900ZFeb 24 02:38:59.148 INFO Download complete, target: CargoHack
18322026-02-24T02:38:59.905Zrunning: "/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"
18332026-02-24T02:38:59.926Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18342026-02-24T02:39:00.145Zinfo: running `cargo check --bins` on api_identity (1/252)
18352026-02-24T02:39:00.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18362026-02-24T02:39:00.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18372026-02-24T02:39:00.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18382026-02-24T02:39:00.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
18392026-02-24T02:39:00.934Z
18402026-02-24T02:39:00.934Zinfo: running `cargo check --bins` on bootstore (2/252)
18412026-02-24T02:39:01.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18422026-02-24T02:39:01.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18432026-02-24T02:39:01.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18442026-02-24T02:39:01.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
18452026-02-24T02:39:01.750Z
18462026-02-24T02:39:01.750Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/252)
18472026-02-24T02:39:02.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18482026-02-24T02:39:02.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18492026-02-24T02:39:02.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18502026-02-24T02:39:02.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
18512026-02-24T02:39:02.548Z
18522026-02-24T02:39:02.548Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/252)
18532026-02-24T02:39:03.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18542026-02-24T02:39:03.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18552026-02-24T02:39:03.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18562026-02-24T02:39:03.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
18572026-02-24T02:39:03.370Z
18582026-02-24T02:39:03.370Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/252)
18592026-02-24T02:39:03.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18602026-02-24T02:39:03.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18612026-02-24T02:39:03.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18622026-02-24T02:39:03.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
18632026-02-24T02:39:04.003Z
18642026-02-24T02:39:04.003Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/252)
18652026-02-24T02:39:04.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18662026-02-24T02:39:04.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18672026-02-24T02:39:04.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18682026-02-24T02:39:04.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
18692026-02-24T02:39:04.633Z
18702026-02-24T02:39:04.633Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/252)
18712026-02-24T02:39:05.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18722026-02-24T02:39:05.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18732026-02-24T02:39:05.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18742026-02-24T02:39:05.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
18752026-02-24T02:39:05.254Z
18762026-02-24T02:39:05.254Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/252)
18772026-02-24T02:39:05.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18782026-02-24T02:39:05.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18792026-02-24T02:39:05.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18802026-02-24T02:39:05.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
18812026-02-24T02:39:05.881Z
18822026-02-24T02:39:05.881Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/252)
18832026-02-24T02:39:06.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18842026-02-24T02:39:06.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18852026-02-24T02:39:06.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18862026-02-24T02:39:06.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
18872026-02-24T02:39:06.512Z
18882026-02-24T02:39:06.512Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/252)
18892026-02-24T02:39:07.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18902026-02-24T02:39:07.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18912026-02-24T02:39:07.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18922026-02-24T02:39:07.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
18932026-02-24T02:39:07.151Z
18942026-02-24T02:39:07.151Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/252)
18952026-02-24T02:39:07.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18962026-02-24T02:39:07.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18972026-02-24T02:39:07.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18982026-02-24T02:39:07.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
18992026-02-24T02:39:07.781Z
19002026-02-24T02:39:07.781Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/252)
19012026-02-24T02:39:08.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19022026-02-24T02:39:08.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19032026-02-24T02:39:08.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19042026-02-24T02:39:08.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
19052026-02-24T02:39:08.411Z
19062026-02-24T02:39:08.412Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/252)
19072026-02-24T02:39:08.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19082026-02-24T02:39:08.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19092026-02-24T02:39:08.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19102026-02-24T02:39:08.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19112026-02-24T02:39:09.039Z
19122026-02-24T02:39:09.039Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/252)
19132026-02-24T02:39:09.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19142026-02-24T02:39:09.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19152026-02-24T02:39:09.606Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19162026-02-24T02:39:09.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19172026-02-24T02:39:09.667Z
19182026-02-24T02:39:09.667Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/252)
19192026-02-24T02:39:10.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19202026-02-24T02:39:10.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19212026-02-24T02:39:10.240Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19222026-02-24T02:39:10.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19232026-02-24T02:39:10.299Z
19242026-02-24T02:39:10.299Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/252)
19252026-02-24T02:39:10.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19262026-02-24T02:39:10.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19272026-02-24T02:39:10.876Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19282026-02-24T02:39:10.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
19292026-02-24T02:39:10.935Z
19302026-02-24T02:39:10.935Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/252)
19312026-02-24T02:39:11.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19322026-02-24T02:39:11.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19332026-02-24T02:39:11.506Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19342026-02-24T02:39:11.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19352026-02-24T02:39:11.564Z
19362026-02-24T02:39:11.564Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/252)
19372026-02-24T02:39:12.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19382026-02-24T02:39:12.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19392026-02-24T02:39:12.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19402026-02-24T02:39:12.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19412026-02-24T02:39:12.198Z
19422026-02-24T02:39:12.199Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/252)
19432026-02-24T02:39:12.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19442026-02-24T02:39:12.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19452026-02-24T02:39:12.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19462026-02-24T02:39:12.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
19472026-02-24T02:39:12.838Z
19482026-02-24T02:39:12.838Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/252)
19492026-02-24T02:39:13.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19502026-02-24T02:39:13.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19512026-02-24T02:39:13.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19522026-02-24T02:39:13.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19532026-02-24T02:39:13.463Z
19542026-02-24T02:39:13.463Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/252)
19552026-02-24T02:39:14.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19562026-02-24T02:39:14.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19572026-02-24T02:39:14.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19582026-02-24T02:39:14.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
19592026-02-24T02:39:14.099Z
19602026-02-24T02:39:14.099Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/252)
19612026-02-24T02:39:14.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19622026-02-24T02:39:14.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19632026-02-24T02:39:14.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19642026-02-24T02:39:14.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
19652026-02-24T02:39:14.740Z
19662026-02-24T02:39:14.740Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/252)
19672026-02-24T02:39:15.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19682026-02-24T02:39:15.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19692026-02-24T02:39:15.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19702026-02-24T02:39:15.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
19712026-02-24T02:39:15.380Z
19722026-02-24T02:39:15.380Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/252)
19732026-02-24T02:39:15.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19742026-02-24T02:39:15.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19752026-02-24T02:39:15.953Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19762026-02-24T02:39:15.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19772026-02-24T02:39:16.015Z
19782026-02-24T02:39:16.015Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/252)
19792026-02-24T02:39:16.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19802026-02-24T02:39:16.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19812026-02-24T02:39:16.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19822026-02-24T02:39:16.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19832026-02-24T02:39:16.648Z
19842026-02-24T02:39:16.648Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/252)
19852026-02-24T02:39:17.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19862026-02-24T02:39:17.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19872026-02-24T02:39:17.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19882026-02-24T02:39:17.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
19892026-02-24T02:39:17.292Z
19902026-02-24T02:39:17.292Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/252)
19912026-02-24T02:39:17.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19922026-02-24T02:39:17.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19932026-02-24T02:39:17.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19942026-02-24T02:39:17.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
19952026-02-24T02:39:17.932Z
19962026-02-24T02:39:17.932Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/252)
19972026-02-24T02:39:18.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19982026-02-24T02:39:18.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19992026-02-24T02:39:18.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20002026-02-24T02:39:18.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20012026-02-24T02:39:18.557Z
20022026-02-24T02:39:18.557Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/252)
20032026-02-24T02:39:19.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20042026-02-24T02:39:19.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20052026-02-24T02:39:19.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20062026-02-24T02:39:19.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20072026-02-24T02:39:19.180Z
20082026-02-24T02:39:19.180Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/252)
20092026-02-24T02:39:19.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20102026-02-24T02:39:19.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20112026-02-24T02:39:19.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20122026-02-24T02:39:19.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20132026-02-24T02:39:19.804Z
20142026-02-24T02:39:19.804Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/252)
20152026-02-24T02:39:20.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20162026-02-24T02:39:20.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20172026-02-24T02:39:20.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20182026-02-24T02:39:20.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20192026-02-24T02:39:20.434Z
20202026-02-24T02:39:20.435Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/252)
20212026-02-24T02:39:20.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20222026-02-24T02:39:20.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20232026-02-24T02:39:20.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20242026-02-24T02:39:21.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20252026-02-24T02:39:21.055Z
20262026-02-24T02:39:21.055Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/252)
20272026-02-24T02:39:21.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20282026-02-24T02:39:21.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20292026-02-24T02:39:21.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20302026-02-24T02:39:21.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20312026-02-24T02:39:21.682Z
20322026-02-24T02:39:21.682Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/252)
20332026-02-24T02:39:22.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20342026-02-24T02:39:22.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20352026-02-24T02:39:22.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20362026-02-24T02:39:22.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20372026-02-24T02:39:22.311Z
20382026-02-24T02:39:22.311Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/252)
20392026-02-24T02:39:22.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20402026-02-24T02:39:22.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20412026-02-24T02:39:22.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20422026-02-24T02:39:22.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20432026-02-24T02:39:22.946Z
20442026-02-24T02:39:22.946Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/252)
20452026-02-24T02:39:23.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20462026-02-24T02:39:23.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20472026-02-24T02:39:23.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20482026-02-24T02:39:23.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20492026-02-24T02:39:23.576Z
20502026-02-24T02:39:23.576Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/252)
20512026-02-24T02:39:24.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20522026-02-24T02:39:24.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20532026-02-24T02:39:24.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20542026-02-24T02:39:24.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20552026-02-24T02:39:24.198Z
20562026-02-24T02:39:24.198Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/252)
20572026-02-24T02:39:24.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20582026-02-24T02:39:24.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20592026-02-24T02:39:24.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20602026-02-24T02:39:24.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20612026-02-24T02:39:24.824Z
20622026-02-24T02:39:24.824Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/252)
20632026-02-24T02:39:25.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20642026-02-24T02:39:25.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20652026-02-24T02:39:25.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20662026-02-24T02:39:25.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
20672026-02-24T02:39:25.462Z
20682026-02-24T02:39:25.462Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/252)
20692026-02-24T02:39:26.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20702026-02-24T02:39:26.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20712026-02-24T02:39:26.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20722026-02-24T02:39:26.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20732026-02-24T02:39:26.090Z
20742026-02-24T02:39:26.090Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/252)
20752026-02-24T02:39:26.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20762026-02-24T02:39:26.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20772026-02-24T02:39:26.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20782026-02-24T02:39:26.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20792026-02-24T02:39:26.718Z
20802026-02-24T02:39:26.718Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/252)
20812026-02-24T02:39:27.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20822026-02-24T02:39:27.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20832026-02-24T02:39:27.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20842026-02-24T02:39:27.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20852026-02-24T02:39:27.345Z
20862026-02-24T02:39:27.346Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/252)
20872026-02-24T02:39:27.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20882026-02-24T02:39:27.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20892026-02-24T02:39:27.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20902026-02-24T02:39:27.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
20912026-02-24T02:39:27.983Z
20922026-02-24T02:39:27.983Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/252)
20932026-02-24T02:39:28.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20942026-02-24T02:39:28.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20952026-02-24T02:39:28.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20962026-02-24T02:39:28.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
20972026-02-24T02:39:28.615Z
20982026-02-24T02:39:28.615Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (45/252)
20992026-02-24T02:39:29.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21002026-02-24T02:39:29.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21012026-02-24T02:39:29.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21022026-02-24T02:39:29.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
21032026-02-24T02:39:29.455Z
21042026-02-24T02:39:29.456Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (46/252)
21052026-02-24T02:39:30.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21062026-02-24T02:39:30.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21072026-02-24T02:39:30.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21082026-02-24T02:39:30.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
21092026-02-24T02:39:30.290Z
21102026-02-24T02:39:30.290Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (47/252)
21112026-02-24T02:39:31.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21122026-02-24T02:39:31.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21132026-02-24T02:39:31.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21142026-02-24T02:39:31.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
21152026-02-24T02:39:31.111Z
21162026-02-24T02:39:31.111Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (48/252)
21172026-02-24T02:39:31.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21182026-02-24T02:39:31.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21192026-02-24T02:39:31.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21202026-02-24T02:39:31.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
21212026-02-24T02:39:31.945Z
21222026-02-24T02:39:31.945Zinfo: running `cargo check --bins` on key-manager-types (49/252)
21232026-02-24T02:39:32.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21242026-02-24T02:39:32.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21252026-02-24T02:39:32.646Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21262026-02-24T02:39:32.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
21272026-02-24T02:39:32.731Z
21282026-02-24T02:39:32.731Zinfo: running `cargo check --bins` on oxlog (50/252)
21292026-02-24T02:39:33.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21302026-02-24T02:39:33.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21312026-02-24T02:39:33.556Z Checking cfg-if v1.0.4
21322026-02-24T02:39:33.560Z Checking libc v0.2.180
21332026-02-24T02:39:33.674Z Checking serde_core v1.0.228
21342026-02-24T02:39:33.701Z Checking zeroize v1.8.1
21352026-02-24T02:39:33.704Z Checking memchr v2.7.4
21362026-02-24T02:39:33.728Z Checking value-bag v1.12.0
21372026-02-24T02:39:33.731Z Checking smallvec v1.15.1
21382026-02-24T02:39:33.731Z Checking typenum v1.17.0
21392026-02-24T02:39:33.772Z Checking scopeguard v1.2.0
21402026-02-24T02:39:33.938Z Checking lock_api v0.4.12
21412026-02-24T02:39:33.961Z Checking subtle v2.6.1
21422026-02-24T02:39:34.085Z Checking itoa v1.0.11
21432026-02-24T02:39:34.137Z Checking log v0.4.29
21442026-02-24T02:39:34.284Z Checking const-oid v0.9.6
21452026-02-24T02:39:34.330Z Checking stable_deref_trait v1.2.0
21462026-02-24T02:39:34.330Z Checking byteorder v1.5.0
21472026-02-24T02:39:34.454Z Checking portable-atomic v1.11.0
21482026-02-24T02:39:34.553Z Checking critical-section v1.1.3
21492026-02-24T02:39:34.647Z Checking zerofrom v0.1.4
21502026-02-24T02:39:34.710Z Checking allocator-api2 v0.2.21
21512026-02-24T02:39:34.778Z Checking pin-project-lite v0.2.14
21522026-02-24T02:39:34.797Z Checking getrandom v0.2.15
21532026-02-24T02:39:34.860Z Checking yoke v0.7.4
21542026-02-24T02:39:34.878Z Checking generic-array v0.14.7
21552026-02-24T02:39:34.916Z Checking getrandom v0.3.4
21562026-02-24T02:39:35.047Z Checking rand_core v0.6.4
21572026-02-24T02:39:35.173Z Checking parking_lot_core v0.9.10
21582026-02-24T02:39:35.195Z Checking zerovec v0.10.4
21592026-02-24T02:39:35.311Z Checking signal-hook-registry v1.4.2
21602026-02-24T02:39:35.375Z Checking mio v1.0.2
21612026-02-24T02:39:35.420Z Checking once_cell v1.21.3
21622026-02-24T02:39:35.531Z Checking parking_lot v0.12.3
21632026-02-24T02:39:35.580Z Checking equivalent v1.0.2
21642026-02-24T02:39:35.712Z Checking libm v0.2.8
21652026-02-24T02:39:35.742Z Checking writeable v0.5.5
21662026-02-24T02:39:35.895Z Checking litemap v0.7.3
21672026-02-24T02:39:35.952Z Checking socket2 v0.6.1
21682026-02-24T02:39:36.060Z Checking crypto-common v0.1.6
21692026-02-24T02:39:36.079Z Checking block-buffer v0.10.4
21702026-02-24T02:39:36.117Z Checking zerocopy v0.7.35
21712026-02-24T02:39:36.238Z Checking zmij v1.0.15
21722026-02-24T02:39:36.268Z Checking futures-core v0.3.31
21732026-02-24T02:39:36.311Z Checking digest v0.10.7
21742026-02-24T02:39:36.450Z Checking cpufeatures v0.2.14
21752026-02-24T02:39:36.470Z Checking percent-encoding v2.3.2
21762026-02-24T02:39:36.558Z Checking icu_locid_transform_data v1.5.0
21772026-02-24T02:39:36.626Z Checking num-traits v0.2.19
21782026-02-24T02:39:36.647Z Checking block-padding v0.3.3
21792026-02-24T02:39:36.666Z Checking hmac v0.12.1
21802026-02-24T02:39:36.683Z Checking hashbrown v0.16.1
21812026-02-24T02:39:36.728Z Checking icu_properties_data v1.5.0
21822026-02-24T02:39:36.768Z Checking tinystr v0.7.6
21832026-02-24T02:39:36.869Z Checking icu_collections v1.5.0
21842026-02-24T02:39:36.896Z Checking inout v0.1.3
21852026-02-24T02:39:36.981Z Checking utf16_iter v1.0.5
21862026-02-24T02:39:37.108Z Checking icu_locid v1.5.0
21872026-02-24T02:39:37.134Z Checking write16 v1.0.0
21882026-02-24T02:39:37.166Z Checking futures-sink v0.3.31
21892026-02-24T02:39:37.277Z Checking icu_normalizer_data v1.5.0
21902026-02-24T02:39:37.329Z Checking ppv-lite86 v0.2.20
21912026-02-24T02:39:37.348Z Checking utf8_iter v1.0.4
21922026-02-24T02:39:37.394Z Checking futures-channel v0.3.31
21932026-02-24T02:39:37.542Z Checking cipher v0.4.4
21942026-02-24T02:39:37.560Z Checking sha2 v0.10.9
21952026-02-24T02:39:37.689Z Checking serde v1.0.228
21962026-02-24T02:39:37.709Z Checking serde_json v1.0.149
21972026-02-24T02:39:37.768Z Checking indexmap v2.13.0
21982026-02-24T02:39:37.947Z Checking slab v0.4.9
21992026-02-24T02:39:38.054Z Checking icu_provider v1.5.0
22002026-02-24T02:39:38.072Z Checking futures-task v0.3.31
22012026-02-24T02:39:38.087Z Checking futures-io v0.3.31
22022026-02-24T02:39:38.150Z Checking pin-utils v0.1.0
22032026-02-24T02:39:38.213Z Checking base64ct v1.6.0
22042026-02-24T02:39:38.262Z Checking errno v0.3.12
22052026-02-24T02:39:38.279Z Checking flagset v0.4.6
22062026-02-24T02:39:38.306Z Checking futures-util v0.3.31
22072026-02-24T02:39:38.466Z Checking form_urlencoded v1.2.2
22082026-02-24T02:39:38.495Z Checking rand_core v0.9.3
22092026-02-24T02:39:38.674Z Checking pem-rfc7468 v0.7.0
22102026-02-24T02:39:38.695Z Checking icu_locid_transform v1.5.0
22112026-02-24T02:39:38.695Z Checking foldhash v0.1.5
22122026-02-24T02:39:38.724Z Checking bytes v1.11.1
22132026-02-24T02:39:38.821Z Checking bitflags v2.9.4
22142026-02-24T02:39:38.922Z Checking fnv v1.0.7
22152026-02-24T02:39:38.958Z Checking der v0.7.10
22162026-02-24T02:39:39.073Z Checking hashbrown v0.15.4
22172026-02-24T02:39:39.093Z Checking salsa20 v0.10.2
22182026-02-24T02:39:39.151Z Checking uuid v1.19.0
22192026-02-24T02:39:39.329Z Checking pbkdf2 v0.12.2
22202026-02-24T02:39:39.366Z Checking spin v0.9.8
22212026-02-24T02:39:39.511Z Checking scrypt v0.11.0
22222026-02-24T02:39:39.693Z Checking rand_chacha v0.9.0
22232026-02-24T02:39:39.735Z Checking icu_properties v1.5.1
22242026-02-24T02:39:39.755Z Checking tokio v1.49.0
22252026-02-24T02:39:39.770Z Checking http v1.4.0
22262026-02-24T02:39:39.788Z Checking aes v0.8.4
22272026-02-24T02:39:40.106Z Checking cbc v0.1.2
22282026-02-24T02:39:40.127Z Checking iana-time-zone v0.1.63
22292026-02-24T02:39:40.301Z Checking regex-syntax v0.8.5
22302026-02-24T02:39:40.330Z Checking chrono v0.4.43
22312026-02-24T02:39:40.668Z Checking rand v0.9.2
22322026-02-24T02:39:40.732Z Checking spki v0.7.3
22332026-02-24T02:39:41.039Z Checking pkcs5 v0.7.1
22342026-02-24T02:39:41.122Z Checking tracing-core v0.1.32
22352026-02-24T02:39:41.577Z Checking thiserror v2.0.18
22362026-02-24T02:39:41.664Z Checking pkcs8 v0.10.2
22372026-02-24T02:39:41.739Z Checking http-body v1.0.1
22382026-02-24T02:39:41.784Z Checking tracing v0.1.40
22392026-02-24T02:39:41.980Z Checking plain v0.2.3
22402026-02-24T02:39:41.999Z Checking rustls-pki-types v1.10.0
22412026-02-24T02:39:42.156Z Checking tinyvec_macros v0.1.1
22422026-02-24T02:39:42.171Z Checking base64 v0.22.1
22432026-02-24T02:39:42.252Z Checking tinyvec v1.8.0
22442026-02-24T02:39:42.284Z Checking lazy_static v1.5.0
22452026-02-24T02:39:42.420Z Checking rustix v1.1.3
22462026-02-24T02:39:42.558Z Checking semver v1.0.27
22472026-02-24T02:39:42.643Z Checking zerocopy v0.8.27
22482026-02-24T02:39:42.970Z Checking aws-lc-sys v0.26.0
22492026-02-24T02:39:42.993Z Checking openssl-probe v0.1.5
22502026-02-24T02:39:43.058Z Checking icu_normalizer v1.5.0
22512026-02-24T02:39:43.171Z Checking unicode-ident v1.0.19
22522026-02-24T02:39:43.371Z Checking fastrand v2.1.1
22532026-02-24T02:39:43.448Z Checking adler2 v2.0.0
22542026-02-24T02:39:43.509Z Checking tower-service v0.3.3
22552026-02-24T02:39:43.617Z Checking atomic-waker v1.1.2
22562026-02-24T02:39:43.662Z Checking tower-layer v0.3.3
22572026-02-24T02:39:43.706Z Checking untrusted v0.7.1
22582026-02-24T02:39:43.783Z Checking untrusted v0.9.0
22592026-02-24T02:39:43.819Z Checking idna_adapter v1.2.0
22602026-02-24T02:39:43.908Z Checking ucd-trie v0.1.7
22612026-02-24T02:39:43.963Z Checking foreign-types-shared v0.1.1
22622026-02-24T02:39:43.981Z Checking try-lock v0.2.5
22632026-02-24T02:39:44.027Z Checking idna v1.0.3
22642026-02-24T02:39:44.108Z Checking dyn-clone v1.0.20
22652026-02-24T02:39:44.135Z Checking want v0.3.1
22662026-02-24T02:39:44.151Z Checking pest v2.8.2
22672026-02-24T02:39:44.274Z Checking foreign-types v0.3.2
22682026-02-24T02:39:44.335Z Checking ring v0.17.14
22692026-02-24T02:39:44.383Z Checking miniz_oxide v0.8.5
22702026-02-24T02:39:44.441Z Checking tempfile v3.24.0
22712026-02-24T02:39:44.536Z Checking url v2.5.4
22722026-02-24T02:39:44.824Z Checking proc-macro2 v1.0.101
22732026-02-24T02:39:45.169Z Checking ipnet v2.11.0
22742026-02-24T02:39:45.255Z Checking aws-lc-rs v1.12.4
22752026-02-24T02:39:45.455Z Checking schemars v0.8.22
22762026-02-24T02:39:45.475Z Checking httparse v1.9.5
22772026-02-24T02:39:45.705Z Checking openssl-sys v0.9.109
22782026-02-24T02:39:45.915Z Checking wait-timeout v0.2.0
22792026-02-24T02:39:46.119Z Checking aho-corasick v1.1.3
22802026-02-24T02:39:46.189Z Checking bit-vec v0.8.0
22812026-02-24T02:39:46.551Z Checking powerfmt v0.2.0
22822026-02-24T02:39:46.667Z Checking utf8parse v0.2.2
22832026-02-24T02:39:46.737Z Checking quick-error v1.2.3
22842026-02-24T02:39:46.832Z Checking pretty-hex v0.4.1
22852026-02-24T02:39:46.869Z Checking anstyle v1.0.11
22862026-02-24T02:39:46.890Z Checking httpdate v1.0.3
22872026-02-24T02:39:46.906Z Checking rusty-fork v0.3.0
22882026-02-24T02:39:46.996Z Checking openssl v0.10.73
22892026-02-24T02:39:47.032Z Checking anstyle-parse v0.2.5
22902026-02-24T02:39:47.054Z Checking rustls-webpki v0.102.8
22912026-02-24T02:39:47.076Z Checking tokio-util v0.7.15
22922026-02-24T02:39:47.141Z Checking deranged v0.5.3
22932026-02-24T02:39:47.184Z Checking bit-set v0.8.0
22942026-02-24T02:39:47.222Z Checking quote v1.0.40
22952026-02-24T02:39:47.304Z Compiling newtype-uuid v1.3.2
22962026-02-24T02:39:47.468Z Checking unicode-normalization v0.1.24
22972026-02-24T02:39:47.578Z Checking crossbeam-utils v0.8.21
22982026-02-24T02:39:47.630Z Checking rustix v0.38.37
22992026-02-24T02:39:47.744Z Checking regex-automata v0.4.11
23002026-02-24T02:39:47.832Z Checking rand_xorshift v0.4.0
23012026-02-24T02:39:48.040Z Checking bzip2-sys v0.1.13+1.0.8
23022026-02-24T02:39:48.180Z Checking scroll v0.13.0
23032026-02-24T02:39:48.326Z Checking signature v2.2.0
23042026-02-24T02:39:48.358Z Checking crc32fast v1.4.2
23052026-02-24T02:39:48.393Z Checking h2 v0.4.6
23062026-02-24T02:39:48.555Z Checking num-conv v0.1.0
23072026-02-24T02:39:48.613Z Checking num_threads v0.1.7
23082026-02-24T02:39:48.647Z Checking time-core v0.1.6
23092026-02-24T02:39:48.755Z Checking colorchoice v1.0.2
23102026-02-24T02:39:48.816Z Checking unarray v0.1.4
23112026-02-24T02:39:48.923Z Checking is_terminal_polyfill v1.70.1
23122026-02-24T02:39:48.979Z Checking siphasher v0.3.11
23132026-02-24T02:39:48.998Z Checking either v1.15.0
23142026-02-24T02:39:49.081Z Checking unicode-properties v0.1.3
23152026-02-24T02:39:49.321Z Checking anstyle-query v1.1.1
23162026-02-24T02:39:49.411Z Checking zlib-rs v0.5.1
23172026-02-24T02:39:49.456Z Checking unicode-bidi v0.3.17
23182026-02-24T02:39:49.475Z Checking anstream v0.6.18
23192026-02-24T02:39:49.667Z Checking time v0.3.43
23202026-02-24T02:39:49.835Z Checking phf_shared v0.11.2
23212026-02-24T02:39:50.102Z Checking stringprep v0.1.5
23222026-02-24T02:39:50.122Z Checking proptest v1.7.0
23232026-02-24T02:39:50.381Z Checking goblin v0.10.2
23242026-02-24T02:39:50.824Z Checking crossbeam-epoch v0.9.18
23252026-02-24T02:39:51.211Z Checking libz-rs-sys v0.5.1
23262026-02-24T02:39:51.307Z Checking rustls v0.23.19
23272026-02-24T02:39:51.435Z Checking syn v2.0.114
23282026-02-24T02:39:51.868Z Checking native-tls v0.2.12
23292026-02-24T02:39:51.963Z Compiling daft v0.1.4
23302026-02-24T02:39:52.203Z Checking ipnetwork v0.21.1
23312026-02-24T02:39:52.302Z Checking scroll v0.12.0
23322026-02-24T02:39:52.516Z Checking thiserror v1.0.69
23332026-02-24T02:39:52.626Z Checking toml_datetime v0.6.11
23342026-02-24T02:39:52.675Z Checking serde_spanned v0.6.9
23352026-02-24T02:39:52.766Z Checking zstd-sys v2.0.14+zstd.1.5.7
23362026-02-24T02:39:52.888Z Checking num-integer v0.1.46
23372026-02-24T02:39:52.987Z Checking rand_chacha v0.3.1
23382026-02-24T02:39:52.990Z Checking md-5 v0.10.6
23392026-02-24T02:39:53.231Z Checking sync_wrapper v1.0.1
23402026-02-24T02:39:53.363Z Checking ff v0.13.0
23412026-02-24T02:39:53.401Z Checking hash32 v0.2.1
23422026-02-24T02:39:53.419Z Checking psl-types v2.0.11
23432026-02-24T02:39:53.594Z Checking base16ct v0.2.0
23442026-02-24T02:39:53.625Z Checking fallible-iterator v0.2.0
23452026-02-24T02:39:53.714Z Checking gimli v0.31.1
23462026-02-24T02:39:53.831Z Compiling iddqd v0.3.16
23472026-02-24T02:39:54.238Z Checking postgres-protocol v0.6.8
23482026-02-24T02:39:54.681Z Checking hyper v1.8.1
23492026-02-24T02:39:54.853Z Checking sec1 v0.7.3
23502026-02-24T02:39:54.974Z Checking heapless v0.7.17
23512026-02-24T02:39:55.253Z Checking publicsuffix v2.3.0
23522026-02-24T02:39:55.545Z Checking group v0.13.0
23532026-02-24T02:39:55.822Z Checking rand v0.8.5
23542026-02-24T02:39:55.953Z Checking tower v0.5.2
23552026-02-24T02:39:56.261Z Checking tokio-rustls v0.26.0
23562026-02-24T02:39:56.354Z Checking num-iter v0.1.45
23572026-02-24T02:39:56.384Z Checking dof v0.4.0
23582026-02-24T02:39:56.533Z Checking zstd-safe v7.2.3
23592026-02-24T02:39:56.683Z Checking goblin v0.8.2
23602026-02-24T02:39:56.731Z Checking hyper-util v0.1.19
23612026-02-24T02:39:56.778Z Checking oxnet v0.1.4
23622026-02-24T02:39:56.841Z Checking cookie v0.18.1
23632026-02-24T02:39:57.024Z Checking tokio-native-tls v0.3.1
23642026-02-24T02:39:57.254Z Checking flate2 v1.1.2
23652026-02-24T02:39:57.257Z Checking terminal_size v0.4.0
23662026-02-24T02:39:57.298Z Checking dtrace-parser v0.3.0
23672026-02-24T02:39:57.298Z Checking rustls-native-certs v0.8.1
23682026-02-24T02:39:57.416Z Checking webpki-roots v1.0.1
23692026-02-24T02:39:57.451Z Checking http-body-util v0.1.3
23702026-02-24T02:39:57.475Z Checking addr2line v0.24.2
23712026-02-24T02:39:57.520Z Checking signal-hook v0.3.18
23722026-02-24T02:39:57.621Z Checking hkdf v0.12.4
23732026-02-24T02:39:57.792Z Checking crypto-bigint v0.5.5
23742026-02-24T02:39:57.853Z Checking thread-id v5.0.0
23752026-02-24T02:39:57.874Z Checking object v0.36.5
23762026-02-24T02:39:57.904Z Checking lockfree-object-pool v0.1.6
23772026-02-24T02:39:57.904Z Checking rustc-demangle v0.1.24
23782026-02-24T02:39:57.965Z Checking managed v0.8.0
23792026-02-24T02:39:57.984Z Checking iri-string v0.7.8
23802026-02-24T02:39:58.169Z Checking bitflags v1.3.2
23812026-02-24T02:39:58.290Z Checking strsim v0.11.1
23822026-02-24T02:39:58.335Z Checking simd-adler32 v0.3.7
23832026-02-24T02:39:58.367Z Checking winnow v0.5.40
23842026-02-24T02:39:58.602Z Checking clap_lex v0.7.4
23852026-02-24T02:39:58.702Z Checking ryu v1.0.18
23862026-02-24T02:39:58.877Z Checking bumpalo v3.16.0
23872026-02-24T02:39:58.958Z Compiling rayon-core v1.12.1
23882026-02-24T02:39:59.267Z Checking zopfli v0.8.1
23892026-02-24T02:39:59.344Z Checking serde_urlencoded v0.7.1
23902026-02-24T02:39:59.585Z Checking hyper-tls v0.6.0
23912026-02-24T02:39:59.783Z Checking hyper-rustls v0.27.7
23922026-02-24T02:39:59.893Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23932026-02-24T02:39:59.967Z Checking clap_builder v4.5.48
23942026-02-24T02:40:00.165Z Checking smoltcp v0.9.1
23952026-02-24T02:40:00.241Z Checking usdt-impl v0.6.0
23962026-02-24T02:40:00.507Z Checking elliptic-curve v0.13.8
23972026-02-24T02:40:00.553Z Checking tower-http v0.6.6
23982026-02-24T02:40:00.779Z Checking signal-hook-mio v0.2.4
23992026-02-24T02:40:00.948Z Checking cookie_store v0.21.1
24002026-02-24T02:40:01.153Z Checking num-bigint-dig v0.8.6
24012026-02-24T02:40:01.173Z Checking toml_edit v0.19.15
24022026-02-24T02:40:01.544Z Checking zstd v0.13.3
24032026-02-24T02:40:01.565Z Checking dof v0.3.0
24042026-02-24T02:40:01.623Z Checking postgres-types v0.2.9
24052026-02-24T02:40:01.678Z Checking dtrace-parser v0.2.0
24062026-02-24T02:40:01.938Z Checking regex v1.11.3
24072026-02-24T02:40:02.186Z Checking bstr v1.10.0
24082026-02-24T02:40:02.205Z Checking crossbeam-deque v0.8.5
24092026-02-24T02:40:02.314Z Checking phf v0.11.2
24102026-02-24T02:40:02.547Z Checking ed25519 v2.2.3
24112026-02-24T02:40:02.551Z Checking bzip2 v0.5.2
24122026-02-24T02:40:02.596Z Checking bzip2 v0.4.4
24132026-02-24T02:40:02.870Z Checking ref-cast v1.0.25
24142026-02-24T02:40:02.894Z Checking curve25519-dalek v4.1.3
24152026-02-24T02:40:02.898Z Checking strum v0.27.2
24162026-02-24T02:40:02.941Z Checking hubpack v0.1.2
24172026-02-24T02:40:03.019Z Checking memoffset v0.9.1
24182026-02-24T02:40:03.067Z Checking pkcs1 v0.7.5
24192026-02-24T02:40:03.086Z Checking serde-big-array v0.5.1
24202026-02-24T02:40:03.109Z Checking erased-serde v0.3.31
24212026-02-24T02:40:03.149Z Checking hex v0.4.3
24222026-02-24T02:40:03.234Z Checking float-cmp v0.10.0
24232026-02-24T02:40:03.298Z Checking rfc6979 v0.4.0
24242026-02-24T02:40:03.444Z Checking socket2 v0.5.10
24252026-02-24T02:40:03.477Z Checking thread-id v4.2.2
24262026-02-24T02:40:03.492Z Checking memmap2 v0.9.8
24272026-02-24T02:40:03.589Z Checking env_filter v0.1.2
24282026-02-24T02:40:03.609Z Checking encoding_rs v0.8.34
24292026-02-24T02:40:03.659Z Checking precomputed-hash v0.1.1
24302026-02-24T02:40:03.779Z Checking new_debug_unreachable v1.0.6
24312026-02-24T02:40:03.796Z Checking winnow v0.7.14
24322026-02-24T02:40:03.846Z Checking rustc-hash v2.1.1
24332026-02-24T02:40:03.885Z Checking mime v0.3.17
24342026-02-24T02:40:03.904Z Checking backtrace v0.3.74
24352026-02-24T02:40:03.940Z Checking fixedbitset v0.5.7
24362026-02-24T02:40:04.054Z Checking difflib v0.4.0
24372026-02-24T02:40:04.100Z Checking foldhash v0.2.0
24382026-02-24T02:40:04.242Z Checking minimal-lexical v0.2.1
24392026-02-24T02:40:04.347Z Checking toml_write v0.1.2
24402026-02-24T02:40:04.376Z Checking normalize-line-endings v0.3.0
24412026-02-24T02:40:04.421Z Checking predicates-core v1.0.8
24422026-02-24T02:40:04.479Z Checking keccak v0.1.5
24432026-02-24T02:40:04.514Z Checking static_assertions v1.1.0
24442026-02-24T02:40:04.633Z Checking data-encoding v2.9.0
24452026-02-24T02:40:04.652Z Checking whoami v1.5.2
24462026-02-24T02:40:04.656Z Checking jiff v0.2.15
24472026-02-24T02:40:04.682Z Checking fixedbitset v0.4.2
24482026-02-24T02:40:04.727Z Checking unicode-segmentation v1.12.0
24492026-02-24T02:40:04.807Z Checking sha3 v0.10.8
24502026-02-24T02:40:04.960Z Checking petgraph v0.6.5
24512026-02-24T02:40:04.978Z Checking tokio-postgres v0.7.13
24522026-02-24T02:40:05.211Z Checking hickory-proto v0.25.2
24532026-02-24T02:40:05.229Z Checking ed25519-dalek v2.1.1
24542026-02-24T02:40:05.413Z Checking similar v2.7.0
24552026-02-24T02:40:05.647Z Checking nom v7.1.3
24562026-02-24T02:40:05.796Z Checking reqwest v0.12.24
24572026-02-24T02:40:06.253Z Checking predicates v3.1.3
24582026-02-24T02:40:06.690Z Checking toml_edit v0.22.27
24592026-02-24T02:40:06.946Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24602026-02-24T02:40:07.742Z Checking anyhow v1.0.99
24612026-02-24T02:40:07.918Z Checking petgraph v0.8.2
24622026-02-24T02:40:08.155Z Checking slog v2.8.2
24632026-02-24T02:40:08.399Z Checking string_cache v0.8.9
24642026-02-24T02:40:08.708Z Checking env_logger v0.11.8
24652026-02-24T02:40:08.747Z Checking usdt v0.6.0
24662026-02-24T02:40:09.043Z Checking serde_with v3.16.1
24672026-02-24T02:40:09.095Z Checking usdt-impl v0.5.0
24682026-02-24T02:40:09.396Z Checking toml v0.7.8
24692026-02-24T02:40:09.670Z Checking ecdsa v0.16.9
24702026-02-24T02:40:09.831Z Checking rsa v0.9.8
24712026-02-24T02:40:10.108Z Checking nix v0.29.0
24722026-02-24T02:40:10.417Z Checking clap v4.5.48
24732026-02-24T02:40:10.555Z Checking zip v0.6.6
24742026-02-24T02:40:10.623Z Checking zip v4.2.0
24752026-02-24T02:40:11.264Z Checking crossterm v0.28.1
24762026-02-24T02:40:11.500Z Checking itertools v0.12.1
24772026-02-24T02:40:11.549Z Checking itertools v0.13.0
24782026-02-24T02:40:11.573Z Checking itertools v0.10.5
24792026-02-24T02:40:11.866Z Checking tokio-stream v0.1.17
24802026-02-24T02:40:11.923Z Checking strum v0.26.3
24812026-02-24T02:40:12.108Z Checking ahash v0.8.12
24822026-02-24T02:40:12.452Z Checking fs-err v3.1.1
24832026-02-24T02:40:12.480Z Checking buf-list v1.0.3
24842026-02-24T02:40:12.703Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24852026-02-24T02:40:12.706Z Checking x509-cert v0.2.5
24862026-02-24T02:40:12.791Z Checking openapiv3 v2.2.0
24872026-02-24T02:40:12.962Z Checking sha1 v0.10.6
24882026-02-24T02:40:13.008Z Checking winnow v0.6.26
24892026-02-24T02:40:13.101Z Checking lalrpop-util v0.19.12
24902026-02-24T02:40:13.267Z Checking peg-runtime v0.8.5
24912026-02-24T02:40:13.403Z Checking rayon v1.10.0
24922026-02-24T02:40:13.539Z Checking camino v1.2.2
24932026-02-24T02:40:13.749Z Checking sigpipe v0.1.3
24942026-02-24T02:40:13.865Z Checking glob v0.3.2
24952026-02-24T02:40:15.989Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24962026-02-24T02:40:16.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.63s
24972026-02-24T02:40:16.563Z
24982026-02-24T02:40:16.563Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (51/252)
24992026-02-24T02:40:17.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25002026-02-24T02:40:17.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25012026-02-24T02:40:17.676Z Compiling regress v0.10.4
25022026-02-24T02:40:17.830Z Compiling unsafe-libyaml v0.2.11
25032026-02-24T02:40:17.847Z Checking newtype-uuid v1.3.2
25042026-02-24T02:40:17.850Z Compiling structmeta-derive v0.3.0
25052026-02-24T02:40:17.877Z Compiling rustls v0.22.4
25062026-02-24T02:40:17.897Z Compiling multer v3.1.0
25072026-02-24T02:40:17.900Z Checking heck v0.5.0
25082026-02-24T02:40:18.101Z Compiling newtype-uuid-macros v0.1.0
25092026-02-24T02:40:18.172Z Checking daft v0.1.4
25102026-02-24T02:40:18.233Z Compiling async-stream-impl v0.3.6
25112026-02-24T02:40:18.357Z Checking futures-executor v0.3.31
25122026-02-24T02:40:18.618Z Compiling dropshot v0.16.7
25132026-02-24T02:40:18.646Z Checking iddqd v0.3.16
25142026-02-24T02:40:19.066Z Compiling serde_yaml v0.9.34+deprecated
25152026-02-24T02:40:19.523Z Checking futures v0.3.31
25162026-02-24T02:40:19.589Z Compiling dropshot_endpoint v0.16.7
25172026-02-24T02:40:19.661Z Checking match_cfg v0.1.0
25182026-02-24T02:40:19.775Z Checking hostname v0.3.1
25192026-02-24T02:40:19.802Z Checking thread_local v1.1.8
25202026-02-24T02:40:19.941Z Checking unicode-width v0.1.14
25212026-02-24T02:40:20.112Z Checking crossbeam-channel v0.5.15
25222026-02-24T02:40:20.279Z Compiling structmeta v0.3.0
25232026-02-24T02:40:20.421Z Checking is-terminal v0.4.13
25242026-02-24T02:40:20.572Z Checking take_mut v0.2.2
25252026-02-24T02:40:20.615Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25262026-02-24T02:40:20.658Z Compiling derive-ex v0.1.8
25272026-02-24T02:40:20.741Z Checking term v1.1.0
25282026-02-24T02:40:20.764Z Compiling parse-display-derive v0.10.0
25292026-02-24T02:40:20.844Z Checking slog-async v2.8.0
25302026-02-24T02:40:21.153Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25312026-02-24T02:40:21.191Z Checking slog-term v2.9.2
25322026-02-24T02:40:21.217Z Checking typify-impl v0.4.3
25332026-02-24T02:40:21.938Z Checking debug-ignore v1.0.5
25342026-02-24T02:40:22.114Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25352026-02-24T02:40:22.914Z Checking toml_parser v1.0.6+spec-1.1.0
25362026-02-24T02:40:23.687Z Checking slog-json v2.6.1
25372026-02-24T02:40:23.710Z Checking macaddr v1.0.1
25382026-02-24T02:40:23.952Z Checking toml_datetime v0.7.5+spec-1.1.0
25392026-02-24T02:40:23.975Z Checking serde_spanned v1.0.4
25402026-02-24T02:40:24.090Z Checking toml_writer v1.0.6+spec-1.1.0
25412026-02-24T02:40:24.244Z Checking slog-bunyan v2.5.0
25422026-02-24T02:40:24.363Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25432026-02-24T02:40:24.450Z Checking tabwriter v1.4.0
25442026-02-24T02:40:24.474Z Checking toml v0.9.11+spec-1.1.0
25452026-02-24T02:40:24.604Z Checking async-stream v0.3.6
25462026-02-24T02:40:24.672Z Compiling test-strategy v0.4.3
25472026-02-24T02:40:24.824Z Checking waitgroup v0.1.2
25482026-02-24T02:40:25.002Z Checking rustls-pemfile v2.2.0
25492026-02-24T02:40:25.130Z Checking serde_path_to_error v0.1.20
25502026-02-24T02:40:25.154Z Checking hostname v0.4.2
25512026-02-24T02:40:25.241Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
25522026-02-24T02:40:25.325Z Compiling itertools v0.14.0
25532026-02-24T02:40:25.453Z Checking progenitor-client v0.11.2
25542026-02-24T02:40:25.558Z Checking progenitor-client v0.10.0
25552026-02-24T02:40:25.773Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
25562026-02-24T02:40:25.853Z Checking instant v0.1.13
25572026-02-24T02:40:25.901Z Checking colored v3.0.0
25582026-02-24T02:40:25.995Z Checking parse-display v0.10.0
25592026-02-24T02:40:26.019Z Checking tokio-rustls v0.25.0
25602026-02-24T02:40:26.022Z Checking backoff v0.4.0
25612026-02-24T02:40:26.256Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25622026-02-24T02:40:26.301Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
25632026-02-24T02:40:26.359Z Compiling proc-macro-crate v1.3.1
25642026-02-24T02:40:26.448Z Compiling proc-macro-error v1.0.4
25652026-02-24T02:40:27.040Z Compiling heapless v0.8.0
25662026-02-24T02:40:27.257Z Compiling num_enum_derive v0.5.11
25672026-02-24T02:40:27.331Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25682026-02-24T02:40:27.769Z Checking hash32 v0.3.1
25692026-02-24T02:40:27.979Z Compiling smoltcp v0.11.0
25702026-02-24T02:40:28.013Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25712026-02-24T02:40:28.119Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25722026-02-24T02:40:28.350Z Compiling ingot-macros v0.1.1
25732026-02-24T02:40:28.664Z Compiling foreign-types-macros v0.2.3
25742026-02-24T02:40:28.808Z Compiling crucible-workspace-hack v0.1.0
25752026-02-24T02:40:28.906Z Checking cobs v0.2.3
25762026-02-24T02:40:29.134Z Checking foreign-types-shared v0.3.1
25772026-02-24T02:40:29.178Z Checking postcard v1.0.10
25782026-02-24T02:40:29.567Z Checking num_enum v0.5.11
25792026-02-24T02:40:29.689Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25802026-02-24T02:40:29.738Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25812026-02-24T02:40:29.760Z Checking cstr-argument v0.1.2
25822026-02-24T02:40:29.920Z Checking foreign-types v0.5.0
25832026-02-24T02:40:29.968Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25842026-02-24T02:40:30.052Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
25852026-02-24T02:40:30.190Z Checking pretty-hex v0.2.1
25862026-02-24T02:40:30.433Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25872026-02-24T02:40:30.436Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25882026-02-24T02:40:30.508Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25892026-02-24T02:40:30.601Z Checking colored v2.2.0
25902026-02-24T02:40:30.700Z Checking secrecy v0.10.3
25912026-02-24T02:40:30.704Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25922026-02-24T02:40:30.761Z Checking camino-tempfile v1.4.1
25932026-02-24T02:40:30.786Z Compiling nix v0.30.1
25942026-02-24T02:40:30.912Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25952026-02-24T02:40:31.072Z Compiling convert_case v0.4.0
25962026-02-24T02:40:31.484Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25972026-02-24T02:40:31.598Z Compiling zone_cfg_derive v0.3.0
25982026-02-24T02:40:31.660Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25992026-02-24T02:40:31.811Z Checking smf v0.2.3
26002026-02-24T02:40:31.890Z Compiling derive_more v0.99.20
26012026-02-24T02:40:32.033Z Compiling num-derive v0.4.2
26022026-02-24T02:40:32.148Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26032026-02-24T02:40:32.430Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26042026-02-24T02:40:32.719Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26052026-02-24T02:40:32.945Z Checking zone v0.3.1
26062026-02-24T02:40:32.989Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26072026-02-24T02:40:33.217Z Compiling typify-macro v0.4.3
26082026-02-24T02:40:34.218Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
26092026-02-24T02:40:35.110Z Checking ingot-types v0.1.2
26102026-02-24T02:40:35.890Z Checking ingot v0.1.1
26112026-02-24T02:40:37.228Z Compiling typify v0.4.3
26122026-02-24T02:40:37.416Z Compiling progenitor-impl v0.11.2
26132026-02-24T02:40:38.224Z Compiling typify-impl v0.2.0
26142026-02-24T02:40:38.384Z Checking num-rational v0.4.2
26152026-02-24T02:40:39.339Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26162026-02-24T02:40:39.662Z Checking num-complex v0.4.6
26172026-02-24T02:40:40.298Z Checking unicode-width v0.2.0
26182026-02-24T02:40:40.564Z Checking num v0.4.3
26192026-02-24T02:40:40.825Z Checking password-hash v0.5.0
26202026-02-24T02:40:41.290Z Compiling usdt-attr-macro v0.5.0
26212026-02-24T02:40:41.372Z Compiling usdt-macro v0.5.0
26222026-02-24T02:40:41.681Z Checking blake2 v0.10.6
26232026-02-24T02:40:41.799Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26242026-02-24T02:40:42.159Z Compiling thiserror-impl-no-std v2.0.2
26252026-02-24T02:40:42.182Z Checking universal-hash v0.5.1
26262026-02-24T02:40:42.807Z Checking memmap v0.7.0
26272026-02-24T02:40:42.867Z Checking half v2.4.1
26282026-02-24T02:40:43.044Z Checking ciborium-io v0.2.2
26292026-02-24T02:40:43.205Z Checking float-ord v0.3.2
26302026-02-24T02:40:43.382Z Checking opaque-debug v0.3.1
26312026-02-24T02:40:43.385Z Checking ciborium-ll v0.2.2
26322026-02-24T02:40:43.508Z Checking poly1305 v0.8.0
26332026-02-24T02:40:43.562Z Checking usdt v0.5.0
26342026-02-24T02:40:43.747Z Checking argon2 v0.5.3
26352026-02-24T02:40:43.870Z Checking console v0.15.10
26362026-02-24T02:40:44.098Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
26372026-02-24T02:40:44.102Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26382026-02-24T02:40:44.169Z Compiling progenitor-macro v0.11.2
26392026-02-24T02:40:44.461Z Checking toml v0.8.23
26402026-02-24T02:40:44.507Z Checking chacha20 v0.9.1
26412026-02-24T02:40:44.528Z Checking aead v0.5.2
26422026-02-24T02:40:44.775Z Compiling semver v0.1.20
26432026-02-24T02:40:44.850Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26442026-02-24T02:40:44.873Z Checking thiserror-no-std v2.0.2
26452026-02-24T02:40:44.895Z Checking chacha20poly1305 v0.10.1
26462026-02-24T02:40:45.019Z Checking vsss-rs v3.3.4
26472026-02-24T02:40:45.113Z Compiling rustc_version v0.1.7
26482026-02-24T02:40:45.231Z Checking ciborium v0.2.2
26492026-02-24T02:40:45.234Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
26502026-02-24T02:40:45.568Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26512026-02-24T02:40:45.861Z Compiling pin-project-internal v1.1.6
26522026-02-24T02:40:46.046Z Checking linked-hash-map v0.5.6
26532026-02-24T02:40:46.261Z Checking indent_write v2.2.0
26542026-02-24T02:40:46.386Z Checking siphasher v1.0.1
26552026-02-24T02:40:46.486Z Checking lru-cache v0.1.2
26562026-02-24T02:40:46.697Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26572026-02-24T02:40:46.728Z Checking phf_shared v0.12.1
26582026-02-24T02:40:46.819Z Compiling newtype_derive v0.1.6
26592026-02-24T02:40:47.002Z Compiling progenitor-impl v0.10.0
26602026-02-24T02:40:48.248Z Checking resolv-conf v0.7.0
26612026-02-24T02:40:48.589Z Checking pin-project v1.1.6
26622026-02-24T02:40:48.611Z Checking newline-converter v0.3.0
26632026-02-24T02:40:48.741Z Checking hickory-proto v0.24.4
26642026-02-24T02:40:48.790Z Checking atomicwrites v0.4.4
26652026-02-24T02:40:49.044Z Checking prettyplease v0.2.36
26662026-02-24T02:40:49.729Z Compiling typify-macro v0.2.0
26672026-02-24T02:40:49.778Z Checking pem v3.0.5
26682026-02-24T02:40:49.810Z Compiling snafu-derive v0.8.5
26692026-02-24T02:40:50.072Z Compiling async-recursion v1.1.1
26702026-02-24T02:40:50.263Z Checking csv-core v0.1.11
26712026-02-24T02:40:50.636Z Compiling derive-where v1.5.0
26722026-02-24T02:40:51.447Z Compiling slog-dtrace v0.3.0
26732026-02-24T02:40:51.587Z Compiling owo-colors v4.2.3
26742026-02-24T02:40:51.818Z Compiling cancel-safe-futures v0.1.5
26752026-02-24T02:40:52.218Z Checking same-file v1.0.6
26762026-02-24T02:40:52.241Z Compiling chrono-tz v0.10.4
26772026-02-24T02:40:52.436Z Checking swrite v0.1.0
26782026-02-24T02:40:52.583Z Checking highway v1.3.0
26792026-02-24T02:40:52.637Z Checking walkdir v2.5.0
26802026-02-24T02:40:52.962Z Compiling const_format_proc_macros v0.2.34
26812026-02-24T02:40:53.118Z Checking hickory-resolver v0.24.4
26822026-02-24T02:40:53.269Z Checking csv v1.3.1
26832026-02-24T02:40:53.602Z Compiling progenitor-macro v0.10.0
26842026-02-24T02:40:53.628Z Compiling typify v0.2.0
26852026-02-24T02:40:53.814Z Compiling progenitor-impl v0.8.0
26862026-02-24T02:40:53.880Z Checking expectorate v1.2.0
26872026-02-24T02:40:54.177Z Checking phf v0.12.1
26882026-02-24T02:40:54.240Z Checking tokio-dtrace v0.1.0
26892026-02-24T02:40:54.411Z Checking snafu v0.8.5
26902026-02-24T02:40:54.549Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
26912026-02-24T02:40:54.812Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26922026-02-24T02:40:54.874Z Checking globset v0.4.15
26932026-02-24T02:40:54.896Z Checking olpc-cjson v0.1.4
26942026-02-24T02:40:55.125Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26952026-02-24T02:40:55.363Z Checking libsw-core v0.3.1
26962026-02-24T02:40:55.644Z Compiling lzma-sys v0.1.20
26972026-02-24T02:40:55.945Z Checking serde_plain v1.0.2
26982026-02-24T02:40:56.154Z Checking bytecount v0.6.8
26992026-02-24T02:40:56.223Z Checking typed-path v0.9.3
27002026-02-24T02:40:56.330Z Checking arc-swap v1.7.1
27012026-02-24T02:40:56.399Z Checking utf-8 v0.7.6
27022026-02-24T02:40:56.464Z Checking papergrid v0.11.0
27032026-02-24T02:40:56.621Z Checking tungstenite v0.21.0
27042026-02-24T02:40:56.644Z Checking progenitor v0.11.2
27052026-02-24T02:40:56.891Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
27062026-02-24T02:40:57.489Z Checking slog-scope v4.4.0
27072026-02-24T02:40:57.772Z Checking libsw v3.5.0
27082026-02-24T02:40:57.904Z Checking const_format v0.2.34
27092026-02-24T02:40:58.045Z Checking qorb v0.4.1
27102026-02-24T02:40:58.083Z Checking tough v0.20.0
27112026-02-24T02:40:58.105Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27122026-02-24T02:40:58.393Z Checking oxide-tokio-rt v0.1.2
27132026-02-24T02:40:58.790Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
27142026-02-24T02:41:00.352Z Compiling progenitor-macro v0.8.0
27152026-02-24T02:41:01.793Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27162026-02-24T02:41:02.791Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
27172026-02-24T02:41:02.842Z Compiling tabled_derive v0.7.0
27182026-02-24T02:41:03.453Z Checking progenitor-client v0.8.0
27192026-02-24T02:41:03.476Z Checking gethostname v0.5.0
27202026-02-24T02:41:03.639Z Compiling heck v0.3.3
27212026-02-24T02:41:03.847Z Checking bcs v0.1.6
27222026-02-24T02:41:04.027Z Checking linear-map v1.2.0
27232026-02-24T02:41:04.344Z Checking termtree v0.5.1
27242026-02-24T02:41:04.400Z Checking smawk v0.3.2
27252026-02-24T02:41:04.614Z Checking unicode-linebreak v0.1.5
27262026-02-24T02:41:04.644Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27272026-02-24T02:41:05.040Z Checking tabled v0.15.0
27282026-02-24T02:41:05.095Z Checking textwrap v0.16.2
27292026-02-24T02:41:05.454Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27302026-02-24T02:41:05.518Z Compiling zone_cfg_derive v0.1.2
27312026-02-24T02:41:06.224Z Checking progenitor v0.10.0
27322026-02-24T02:41:06.479Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27332026-02-24T02:41:07.622Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27342026-02-24T02:41:07.779Z Checking steno v0.4.1
27352026-02-24T02:41:07.944Z Checking slog-stdlog v4.1.1
27362026-02-24T02:41:08.154Z Checking tokio-tungstenite v0.21.0
27372026-02-24T02:41:08.888Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27382026-02-24T02:41:09.279Z Checking number_prefix v0.4.0
27392026-02-24T02:41:09.518Z Checking base64 v0.13.1
27402026-02-24T02:41:09.884Z Checking base64 v0.21.7
27412026-02-24T02:41:09.946Z Checking humantime v2.2.0
27422026-02-24T02:41:10.039Z Checking ron v0.7.1
27432026-02-24T02:41:10.063Z Checking indicatif v0.17.11
27442026-02-24T02:41:10.303Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27452026-02-24T02:41:10.375Z Checking xz2 v0.1.7
27462026-02-24T02:41:10.711Z Checking slog-envlogger v2.2.0
27472026-02-24T02:41:10.785Z Checking zone v0.1.8
27482026-02-24T02:41:10.807Z Checking xattr v1.3.1
27492026-02-24T02:41:10.988Z Checking yasna v0.5.2
27502026-02-24T02:41:11.037Z Checking headers-core v0.3.0
27512026-02-24T02:41:11.155Z Checking filetime v0.2.26
27522026-02-24T02:41:11.209Z Checking headers v0.4.1
27532026-02-24T02:41:11.397Z Checking tar v0.4.44
27542026-02-24T02:41:11.419Z Checking subprocess v0.2.9
27552026-02-24T02:41:11.868Z Checking rcgen v0.12.1
27562026-02-24T02:41:12.787Z Checking progenitor v0.8.0
27572026-02-24T02:41:12.955Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27582026-02-24T02:41:15.524Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27592026-02-24T02:41:15.531Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27602026-02-24T02:41:15.531Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
27612026-02-24T02:41:15.792Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
27622026-02-24T02:41:16.321Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27632026-02-24T02:41:16.586Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27642026-02-24T02:41:17.356Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27652026-02-24T02:41:18.517Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27662026-02-24T02:41:19.183Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27672026-02-24T02:41:19.271Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27682026-02-24T02:41:19.471Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
27692026-02-24T02:41:19.474Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27702026-02-24T02:41:20.421Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27712026-02-24T02:41:20.814Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
27722026-02-24T02:41:21.382Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
27732026-02-24T02:41:23.394Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27742026-02-24T02:41:27.340Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27752026-02-24T02:41:28.952Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27762026-02-24T02:41:30.178Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
27772026-02-24T02:41:33.048Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27782026-02-24T02:41:42.580Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27792026-02-24T02:41:44.657Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27802026-02-24T02:41:46.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 29s
27812026-02-24T02:41:46.642Z
27822026-02-24T02:41:46.642Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (52/252)
27832026-02-24T02:41:47.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27842026-02-24T02:41:47.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27852026-02-24T02:41:47.617Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27862026-02-24T02:41:49.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.87s
27872026-02-24T02:41:49.745Z
27882026-02-24T02:41:49.745Zinfo: running `cargo check --bins` on nexus-config (53/252)
27892026-02-24T02:41:50.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27902026-02-24T02:41:50.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27912026-02-24T02:41:50.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27922026-02-24T02:41:50.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
27932026-02-24T02:41:50.611Z
27942026-02-24T02:41:50.611Zinfo: running `cargo check --bins` on nexus-types (54/252)
27952026-02-24T02:41:51.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27962026-02-24T02:41:51.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27972026-02-24T02:41:51.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27982026-02-24T02:41:51.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
27992026-02-24T02:41:51.492Z
28002026-02-24T02:41:51.492Zinfo: running `cargo check --bins` on clickhouse-admin-types (55/252)
28012026-02-24T02:41:52.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28022026-02-24T02:41:52.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28032026-02-24T02:41:52.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28042026-02-24T02:41:52.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
28052026-02-24T02:41:52.315Z
28062026-02-24T02:41:52.315Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (56/252)
28072026-02-24T02:41:53.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28082026-02-24T02:41:53.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28092026-02-24T02:41:53.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28102026-02-24T02:41:53.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
28112026-02-24T02:41:53.130Z
28122026-02-24T02:41:53.130Zinfo: running `cargo check --bins` on cockroach-admin-types (57/252)
28132026-02-24T02:41:53.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28142026-02-24T02:41:53.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28152026-02-24T02:41:53.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28162026-02-24T02:41:53.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28172026-02-24T02:41:53.930Z
28182026-02-24T02:41:53.930Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (58/252)
28192026-02-24T02:41:54.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28202026-02-24T02:41:54.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28212026-02-24T02:41:54.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28222026-02-24T02:41:54.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28232026-02-24T02:41:54.728Z
28242026-02-24T02:41:54.728Zinfo: running `cargo check --bins` on ereport-types (59/252)
28252026-02-24T02:41:55.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28262026-02-24T02:41:55.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28272026-02-24T02:41:55.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28282026-02-24T02:41:55.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
28292026-02-24T02:41:55.540Z
28302026-02-24T02:41:55.540Zinfo: running `cargo check --bins` on gateway-client (60/252)
28312026-02-24T02:41:56.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28322026-02-24T02:41:56.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28332026-02-24T02:41:56.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28342026-02-24T02:41:56.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
28352026-02-24T02:41:56.364Z
28362026-02-24T02:41:56.364Zinfo: running `cargo check --bins --no-default-features` on gateway-types (61/252)
28372026-02-24T02:41:57.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28382026-02-24T02:41:57.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28392026-02-24T02:41:57.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28402026-02-24T02:41:57.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
28412026-02-24T02:41:57.174Z
28422026-02-24T02:41:57.174Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (62/252)
28432026-02-24T02:41:57.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28442026-02-24T02:41:57.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28452026-02-24T02:41:57.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28462026-02-24T02:41:57.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
28472026-02-24T02:41:57.987Z
28482026-02-24T02:41:57.987Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (63/252)
28492026-02-24T02:41:58.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28502026-02-24T02:41:58.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28512026-02-24T02:41:58.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28522026-02-24T02:41:58.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
28532026-02-24T02:41:58.816Z
28542026-02-24T02:41:58.816Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (64/252)
28552026-02-24T02:41:59.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28562026-02-24T02:41:59.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28572026-02-24T02:41:59.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28582026-02-24T02:41:59.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
28592026-02-24T02:41:59.645Z
28602026-02-24T02:41:59.645Zinfo: running `cargo check --bins` on internal-dns-types (65/252)
28612026-02-24T02:42:00.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28622026-02-24T02:42:00.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28632026-02-24T02:42:00.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28642026-02-24T02:42:00.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
28652026-02-24T02:42:00.482Z
28662026-02-24T02:42:00.482Zinfo: running `cargo check --bins` on internal-dns-types-versions (66/252)
28672026-02-24T02:42:01.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28682026-02-24T02:42:01.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28692026-02-24T02:42:01.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28702026-02-24T02:42:01.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
28712026-02-24T02:42:01.312Z
28722026-02-24T02:42:01.313Zinfo: running `cargo check --bins` on nexus-types-versions (67/252)
28732026-02-24T02:42:02.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28742026-02-24T02:42:02.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28752026-02-24T02:42:02.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28762026-02-24T02:42:02.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
28772026-02-24T02:42:02.166Z
28782026-02-24T02:42:02.166Zinfo: running `cargo check --bins` on omicron-passwords (68/252)
28792026-02-24T02:42:02.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28802026-02-24T02:42:02.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28812026-02-24T02:42:02.888Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28822026-02-24T02:42:02.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
28832026-02-24T02:42:02.982Z
28842026-02-24T02:42:02.983Zinfo: running `cargo check --bins` on oxql-types (69/252)
28852026-02-24T02:42:03.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28862026-02-24T02:42:03.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28872026-02-24T02:42:03.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28882026-02-24T02:42:03.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
28892026-02-24T02:42:03.827Z
28902026-02-24T02:42:03.827Zinfo: running `cargo check --bins` on oximeter-types (70/252)
28912026-02-24T02:42:04.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28922026-02-24T02:42:04.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28932026-02-24T02:42:04.570Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28942026-02-24T02:42:04.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
28952026-02-24T02:42:04.666Z
28962026-02-24T02:42:04.666Zinfo: running `cargo check --bins` on oximeter-types-versions (71/252)
28972026-02-24T02:42:05.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28982026-02-24T02:42:05.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28992026-02-24T02:42:05.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29002026-02-24T02:42:05.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
29012026-02-24T02:42:05.515Z
29022026-02-24T02:42:05.515Zinfo: running `cargo check --bins` on oximeter-macro-impl (72/252)
29032026-02-24T02:42:06.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29042026-02-24T02:42:06.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29052026-02-24T02:42:06.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29062026-02-24T02:42:06.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
29072026-02-24T02:42:06.346Z
29082026-02-24T02:42:06.346Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (73/252)
29092026-02-24T02:42:07.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29102026-02-24T02:42:07.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29112026-02-24T02:42:07.185Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29122026-02-24T02:42:07.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.58s
29132026-02-24T02:42:08.120Z
29142026-02-24T02:42:08.120Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (74/252)
29152026-02-24T02:42:08.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29162026-02-24T02:42:08.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29172026-02-24T02:42:08.998Z Compiling object v0.37.3
29182026-02-24T02:42:09.123Z Compiling stacker v0.1.23
29192026-02-24T02:42:09.126Z Compiling cfg_aliases v0.1.1
29202026-02-24T02:42:09.137Z Compiling convert_case v0.7.1
29212026-02-24T02:42:09.140Z Compiling vte_generate_state_changes v0.1.2
29222026-02-24T02:42:09.154Z Checking fd-lock v4.0.2
29232026-02-24T02:42:09.157Z Checking nibble_vec v0.1.0
29242026-02-24T02:42:09.157Z Compiling recursive-proc-macro-impl v0.1.1
29252026-02-24T02:42:09.265Z Compiling nix v0.28.0
29262026-02-24T02:42:09.367Z Checking endian-type v0.1.2
29272026-02-24T02:42:09.415Z Compiling peg-macros v0.8.5
29282026-02-24T02:42:09.612Z Checking radix_trie v0.2.1
29292026-02-24T02:42:09.635Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29302026-02-24T02:42:09.832Z Checking vte v0.11.1
29312026-02-24T02:42:09.946Z Compiling sqlparser_derive v0.5.0
29322026-02-24T02:42:10.008Z Compiling derive_more-impl v2.0.1
29332026-02-24T02:42:10.013Z Checking home v0.5.9
29342026-02-24T02:42:10.202Z Checking nu-ansi-term v0.50.1
29352026-02-24T02:42:10.614Z Checking unicode_categories v0.1.1
29362026-02-24T02:42:10.667Z Checking display-error-chain v0.2.2
29372026-02-24T02:42:10.918Z Checking sqlformat v0.3.5
29382026-02-24T02:42:11.206Z Checking strip-ansi-escapes v0.2.0
29392026-02-24T02:42:11.372Z Checking reedline v0.40.0
29402026-02-24T02:42:11.712Z Checking derive_more v2.0.1
29412026-02-24T02:42:11.829Z Checking crossterm v0.29.0
29422026-02-24T02:42:11.946Z Checking peg v0.8.5
29432026-02-24T02:42:12.257Z Checking rustyline v14.0.0
29442026-02-24T02:42:14.773Z Compiling ar_archive_writer v0.5.1
29452026-02-24T02:42:15.623Z Compiling psm v0.1.30
29462026-02-24T02:42:16.437Z Checking recursive v0.1.1
29472026-02-24T02:42:16.525Z Checking sqlparser v0.61.0
29482026-02-24T02:42:35.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.23s
29492026-02-24T02:42:35.566Z
29502026-02-24T02:42:35.566Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (75/252)
29512026-02-24T02:42:36.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29522026-02-24T02:42:36.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29532026-02-24T02:42:36.440Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29542026-02-24T02:42:41.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.32s
29552026-02-24T02:42:42.106Z
29562026-02-24T02:42:42.106Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (76/252)
29572026-02-24T02:42:42.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29582026-02-24T02:42:42.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29592026-02-24T02:42:42.973Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29602026-02-24T02:42:46.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.72s
29612026-02-24T02:42:47.050Z
29622026-02-24T02:42:47.050Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (77/252)
29632026-02-24T02:42:47.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29642026-02-24T02:42:47.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29652026-02-24T02:42:47.925Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29662026-02-24T02:42:53.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.01s
29672026-02-24T02:42:53.277Z
29682026-02-24T02:42:53.277Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (78/252)
29692026-02-24T02:42:54.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29702026-02-24T02:42:54.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29712026-02-24T02:42:54.153Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29722026-02-24T02:42:59.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.06s
29732026-02-24T02:42:59.566Z
29742026-02-24T02:42:59.566Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (79/252)
29752026-02-24T02:43:00.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29762026-02-24T02:43:00.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29772026-02-24T02:43:00.440Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29782026-02-24T02:43:04.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.01s
29792026-02-24T02:43:04.788Z
29802026-02-24T02:43:04.788Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (80/252)
29812026-02-24T02:43:05.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29822026-02-24T02:43:05.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29832026-02-24T02:43:05.673Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29842026-02-24T02:43:09.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.96s
29852026-02-24T02:43:09.966Z
29862026-02-24T02:43:09.966Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (81/252)
29872026-02-24T02:43:10.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29882026-02-24T02:43:10.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29892026-02-24T02:43:10.849Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29902026-02-24T02:43:16.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.29s
29912026-02-24T02:43:16.487Z
29922026-02-24T02:43:16.487Zinfo: running `cargo check --bins` on oximeter (82/252)
29932026-02-24T02:43:17.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29942026-02-24T02:43:17.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29952026-02-24T02:43:17.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29962026-02-24T02:43:17.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
29972026-02-24T02:43:17.309Z
29982026-02-24T02:43:17.309Zinfo: running `cargo check --bins` on oximeter-schema (83/252)
29992026-02-24T02:43:18.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30002026-02-24T02:43:18.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30012026-02-24T02:43:18.145Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30022026-02-24T02:43:18.338Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30032026-02-24T02:43:18.823Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30042026-02-24T02:43:26.215Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30052026-02-24T02:43:26.701Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30062026-02-24T02:43:28.570Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30072026-02-24T02:43:29.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.30s
30082026-02-24T02:43:29.822Z
30092026-02-24T02:43:29.822Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (84/252)
30102026-02-24T02:43:30.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30112026-02-24T02:43:30.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30122026-02-24T02:43:30.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30132026-02-24T02:43:30.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
30142026-02-24T02:43:30.652Z
30152026-02-24T02:43:30.652Zinfo: running `cargo check --bins` on oximeter-test-utils (85/252)
30162026-02-24T02:43:31.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30172026-02-24T02:43:31.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30182026-02-24T02:43:31.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30192026-02-24T02:43:31.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
30202026-02-24T02:43:31.536Z
30212026-02-24T02:43:31.536Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (86/252)
30222026-02-24T02:43:32.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30232026-02-24T02:43:32.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30242026-02-24T02:43:32.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30252026-02-24T02:43:32.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
30262026-02-24T02:43:32.374Z
30272026-02-24T02:43:32.374Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (87/252)
30282026-02-24T02:43:33.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30292026-02-24T02:43:33.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30302026-02-24T02:43:33.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30312026-02-24T02:43:33.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
30322026-02-24T02:43:33.215Z
30332026-02-24T02:43:33.215Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (88/252)
30342026-02-24T02:43:33.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30352026-02-24T02:43:33.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30362026-02-24T02:43:33.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30372026-02-24T02:43:33.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
30382026-02-24T02:43:34.081Z
30392026-02-24T02:43:34.081Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (89/252)
30402026-02-24T02:43:34.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412026-02-24T02:43:34.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422026-02-24T02:43:34.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30432026-02-24T02:43:34.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
30442026-02-24T02:43:34.935Z
30452026-02-24T02:43:34.935Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (90/252)
30462026-02-24T02:43:35.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472026-02-24T02:43:35.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482026-02-24T02:43:35.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30492026-02-24T02:43:35.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
30502026-02-24T02:43:35.781Z
30512026-02-24T02:43:35.782Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (91/252)
30522026-02-24T02:43:36.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532026-02-24T02:43:36.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542026-02-24T02:43:36.540Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30552026-02-24T02:43:36.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
30562026-02-24T02:43:36.637Z
30572026-02-24T02:43:36.637Zinfo: running `cargo check --bins --no-default-features` on gfss (92/252)
30582026-02-24T02:43:37.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592026-02-24T02:43:37.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602026-02-24T02:43:37.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612026-02-24T02:43:37.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
30622026-02-24T02:43:37.447Z
30632026-02-24T02:43:37.447Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (93/252)
30642026-02-24T02:43:38.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652026-02-24T02:43:38.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662026-02-24T02:43:38.173Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672026-02-24T02:43:38.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
30682026-02-24T02:43:38.264Z
30692026-02-24T02:43:38.264Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (94/252)
30702026-02-24T02:43:39.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712026-02-24T02:43:39.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722026-02-24T02:43:39.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732026-02-24T02:43:39.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
30742026-02-24T02:43:39.127Z
30752026-02-24T02:43:39.127Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (95/252)
30762026-02-24T02:43:39.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772026-02-24T02:43:39.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782026-02-24T02:43:39.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792026-02-24T02:43:39.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
30802026-02-24T02:43:39.990Z
30812026-02-24T02:43:39.990Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (96/252)
30822026-02-24T02:43:40.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832026-02-24T02:43:40.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842026-02-24T02:43:40.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852026-02-24T02:43:40.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
30862026-02-24T02:43:40.846Z
30872026-02-24T02:43:40.846Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (97/252)
30882026-02-24T02:43:41.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892026-02-24T02:43:41.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902026-02-24T02:43:41.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912026-02-24T02:43:41.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
30922026-02-24T02:43:41.722Z
30932026-02-24T02:43:41.722Zinfo: running `cargo check --bins` on trust-quorum-types (98/252)
30942026-02-24T02:43:42.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952026-02-24T02:43:42.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962026-02-24T02:43:42.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30972026-02-24T02:43:42.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
30982026-02-24T02:43:42.575Z
30992026-02-24T02:43:42.576Zinfo: running `cargo check --bins` on trust-quorum-test-utils (99/252)
31002026-02-24T02:43:43.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012026-02-24T02:43:43.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022026-02-24T02:43:43.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31032026-02-24T02:43:43.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
31042026-02-24T02:43:43.428Z
31052026-02-24T02:43:43.428Zinfo: running `cargo check --bins` on update-engine (100/252)
31062026-02-24T02:43:44.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072026-02-24T02:43:44.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082026-02-24T02:43:44.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31092026-02-24T02:43:44.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
31102026-02-24T02:43:44.241Z
31112026-02-24T02:43:44.241Zinfo: running `cargo check --bins` on omicron-certificates (101/252)
31122026-02-24T02:43:44.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132026-02-24T02:43:44.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142026-02-24T02:43:44.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31152026-02-24T02:43:44.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
31162026-02-24T02:43:45.076Z
31172026-02-24T02:43:45.076Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (102/252)
31182026-02-24T02:43:45.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31192026-02-24T02:43:45.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31202026-02-24T02:43:45.979Z Checking dropshot-api-manager-types v0.3.0
31212026-02-24T02:43:45.979Z Checking nanorand v0.7.0
31222026-02-24T02:43:46.266Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31232026-02-24T02:43:46.337Z Checking flume v0.11.1
31242026-02-24T02:43:46.676Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31252026-02-24T02:43:48.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.03s
31262026-02-24T02:43:48.320Z
31272026-02-24T02:43:48.320Zinfo: running `cargo check --bins` on clickhouse-admin-api (103/252)
31282026-02-24T02:43:49.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31292026-02-24T02:43:49.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31302026-02-24T02:43:49.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31312026-02-24T02:43:49.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
31322026-02-24T02:43:49.161Z
31332026-02-24T02:43:49.161Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (104/252)
31342026-02-24T02:43:49.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31352026-02-24T02:43:49.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31362026-02-24T02:43:49.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31372026-02-24T02:43:49.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
31382026-02-24T02:43:49.982Z
31392026-02-24T02:43:49.982Zinfo: running `cargo check --bins` on bootstrap-agent-client (105/252)
31402026-02-24T02:43:50.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31412026-02-24T02:43:50.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31422026-02-24T02:43:50.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31432026-02-24T02:43:50.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
31442026-02-24T02:43:50.822Z
31452026-02-24T02:43:50.822Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (106/252)
31462026-02-24T02:43:51.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31472026-02-24T02:43:51.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31482026-02-24T02:43:51.571Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31492026-02-24T02:43:51.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
31502026-02-24T02:43:51.664Z
31512026-02-24T02:43:51.664Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (107/252)
31522026-02-24T02:43:52.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31532026-02-24T02:43:52.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31542026-02-24T02:43:52.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31552026-02-24T02:43:52.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
31562026-02-24T02:43:52.491Z
31572026-02-24T02:43:52.491Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (108/252)
31582026-02-24T02:43:53.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31592026-02-24T02:43:53.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31602026-02-24T02:43:53.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31612026-02-24T02:43:53.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
31622026-02-24T02:43:53.319Z
31632026-02-24T02:43:53.319Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (109/252)
31642026-02-24T02:43:54.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31652026-02-24T02:43:54.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31662026-02-24T02:43:54.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31672026-02-24T02:43:54.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
31682026-02-24T02:43:54.148Z
31692026-02-24T02:43:54.148Zinfo: running `cargo check --bins` on cockroach-admin-client (110/252)
31702026-02-24T02:43:54.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31712026-02-24T02:43:54.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31722026-02-24T02:43:54.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31732026-02-24T02:43:54.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
31742026-02-24T02:43:54.946Z
31752026-02-24T02:43:54.946Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (111/252)
31762026-02-24T02:43:55.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31772026-02-24T02:43:55.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31782026-02-24T02:43:55.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31792026-02-24T02:43:55.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
31802026-02-24T02:43:55.782Z
31812026-02-24T02:43:55.782Zinfo: running `cargo check --bins` on dns-service-client (112/252)
31822026-02-24T02:43:56.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31832026-02-24T02:43:56.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31842026-02-24T02:43:56.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31852026-02-24T02:43:56.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
31862026-02-24T02:43:56.618Z
31872026-02-24T02:43:56.618Zinfo: running `cargo check --bins` on installinator-client (113/252)
31882026-02-24T02:43:57.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31892026-02-24T02:43:57.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31902026-02-24T02:43:57.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31912026-02-24T02:43:57.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
31922026-02-24T02:43:57.459Z
31932026-02-24T02:43:57.459Zinfo: running `cargo check --bins` on nexus-client (114/252)
31942026-02-24T02:43:58.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31952026-02-24T02:43:58.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31962026-02-24T02:43:58.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31972026-02-24T02:43:58.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
31982026-02-24T02:43:58.352Z
31992026-02-24T02:43:58.352Zinfo: running `cargo check --bins` on nexus-lockstep-client (115/252)
32002026-02-24T02:43:59.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32012026-02-24T02:43:59.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32022026-02-24T02:43:59.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32032026-02-24T02:43:59.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
32042026-02-24T02:43:59.256Z
32052026-02-24T02:43:59.256Zinfo: running `cargo check --bins` on ntp-admin-client (116/252)
32062026-02-24T02:43:59.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32072026-02-24T02:43:59.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32082026-02-24T02:43:59.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32092026-02-24T02:43:59.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
32102026-02-24T02:44:00.062Z
32112026-02-24T02:44:00.062Zinfo: running `cargo check --bins` on oxide-client (117/252)
32122026-02-24T02:44:00.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32132026-02-24T02:44:00.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32142026-02-24T02:44:00.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32152026-02-24T02:44:00.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
32162026-02-24T02:44:00.883Z
32172026-02-24T02:44:00.883Zinfo: running `cargo check --bins` on oximeter-client (118/252)
32182026-02-24T02:44:01.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32192026-02-24T02:44:01.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32202026-02-24T02:44:01.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32212026-02-24T02:44:01.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
32222026-02-24T02:44:01.717Z
32232026-02-24T02:44:01.717Zinfo: running `cargo check --bins` on repo-depot-client (119/252)
32242026-02-24T02:44:02.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32252026-02-24T02:44:02.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32262026-02-24T02:44:02.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32272026-02-24T02:44:02.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
32282026-02-24T02:44:02.518Z
32292026-02-24T02:44:02.518Zinfo: running `cargo check --bins` on sled-agent-client (120/252)
32302026-02-24T02:44:03.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32312026-02-24T02:44:03.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32322026-02-24T02:44:03.292Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32332026-02-24T02:44:03.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
32342026-02-24T02:44:03.394Z
32352026-02-24T02:44:03.394Zinfo: running `cargo check --bins` on wicketd-client (121/252)
32362026-02-24T02:44:04.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32372026-02-24T02:44:04.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32382026-02-24T02:44:04.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32392026-02-24T02:44:04.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
32402026-02-24T02:44:04.253Z
32412026-02-24T02:44:04.253Zinfo: running `cargo check --bins` on installinator-common (122/252)
32422026-02-24T02:44:04.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32432026-02-24T02:44:04.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32442026-02-24T02:44:04.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32452026-02-24T02:44:04.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
32462026-02-24T02:44:05.092Z
32472026-02-24T02:44:05.092Zinfo: running `cargo check --bins` on installinator-common-versions (123/252)
32482026-02-24T02:44:05.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32492026-02-24T02:44:05.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32502026-02-24T02:44:05.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32512026-02-24T02:44:05.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
32522026-02-24T02:44:05.889Z
32532026-02-24T02:44:05.889Zinfo: running `cargo check --bins` on wicket-common (124/252)
32542026-02-24T02:44:06.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32552026-02-24T02:44:06.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32562026-02-24T02:44:06.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32572026-02-24T02:44:06.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
32582026-02-24T02:44:06.735Z
32592026-02-24T02:44:06.735Zinfo: running `cargo check --bins` on omicron-cockroach-admin (125/252)
32602026-02-24T02:44:07.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32612026-02-24T02:44:07.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32622026-02-24T02:44:07.609Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32632026-02-24T02:44:07.612Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32642026-02-24T02:44:07.612Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32652026-02-24T02:44:07.728Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32662026-02-24T02:44:07.750Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32672026-02-24T02:44:07.935Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32682026-02-24T02:44:07.958Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32692026-02-24T02:44:08.388Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32702026-02-24T02:44:08.392Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32712026-02-24T02:44:11.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.87s
32722026-02-24T02:44:11.827Z
32732026-02-24T02:44:11.827Zinfo: running `cargo check --bins` on cockroach-admin-api (126/252)
32742026-02-24T02:44:12.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32752026-02-24T02:44:12.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32762026-02-24T02:44:12.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32772026-02-24T02:44:12.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
32782026-02-24T02:44:12.659Z
32792026-02-24T02:44:12.659Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (127/252)
32802026-02-24T02:44:13.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32812026-02-24T02:44:13.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32822026-02-24T02:44:13.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32832026-02-24T02:44:13.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
32842026-02-24T02:44:13.607Z
32852026-02-24T02:44:13.607Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (128/252)
32862026-02-24T02:44:14.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32872026-02-24T02:44:14.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32882026-02-24T02:44:14.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32892026-02-24T02:44:14.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
32902026-02-24T02:44:14.569Z
32912026-02-24T02:44:14.569Zinfo: running `cargo check --bins` on dns-server (129/252)
32922026-02-24T02:44:15.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32932026-02-24T02:44:15.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32942026-02-24T02:44:15.435Z Compiling parking_lot_core v0.8.6
32952026-02-24T02:44:15.438Z Compiling moka v0.12.10
32962026-02-24T02:44:15.438Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32972026-02-24T02:44:15.439Z Checking tagptr v0.2.0
32982026-02-24T02:44:15.579Z Checking prefix-trie v0.7.0
32992026-02-24T02:44:15.592Z Checking fxhash v0.2.1
33002026-02-24T02:44:15.595Z Checking hickory-client v0.25.2
33012026-02-24T02:44:16.225Z Checking hickory-server v0.25.2
33022026-02-24T02:44:16.253Z Checking parking_lot v0.11.2
33032026-02-24T02:44:16.460Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33042026-02-24T02:44:16.463Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33052026-02-24T02:44:16.463Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33062026-02-24T02:44:16.506Z Checking sled v0.34.7
33072026-02-24T02:44:16.997Z Checking hickory-resolver v0.25.2
33082026-02-24T02:44:18.341Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33092026-02-24T02:44:19.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.27s
33102026-02-24T02:44:20.047Z
33112026-02-24T02:44:20.047Zinfo: running `cargo check --bins` on dns-server-api (130/252)
33122026-02-24T02:44:20.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33132026-02-24T02:44:20.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33142026-02-24T02:44:20.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33152026-02-24T02:44:20.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
33162026-02-24T02:44:20.875Z
33172026-02-24T02:44:20.875Zinfo: running `cargo check --bins` on gateway-test-utils (131/252)
33182026-02-24T02:44:21.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33192026-02-24T02:44:21.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33202026-02-24T02:44:21.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33212026-02-24T02:44:21.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
33222026-02-24T02:44:21.780Z
33232026-02-24T02:44:21.780Zinfo: running `cargo check --bins` on omicron-gateway (132/252)
33242026-02-24T02:44:22.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33252026-02-24T02:44:22.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33262026-02-24T02:44:22.747Z Compiling radium v0.7.0
33272026-02-24T02:44:22.750Z Compiling maybe-uninit v2.0.0
33282026-02-24T02:44:22.750Z Checking tap v1.0.1
33292026-02-24T02:44:22.896Z Compiling zerocopy-derive v0.6.6
33302026-02-24T02:44:22.908Z Checking crc-catalog v2.4.0
33312026-02-24T02:44:22.912Z Checking funty v2.0.0
33322026-02-24T02:44:22.912Z Compiling packed_struct v0.10.1
33332026-02-24T02:44:22.965Z Compiling packed_struct_codegen v0.10.1
33342026-02-24T02:44:23.039Z Checking wyz v0.5.1
33352026-02-24T02:44:23.109Z Checking crc v3.2.1
33362026-02-24T02:44:23.423Z Compiling bitfield-macros v0.19.2
33372026-02-24T02:44:23.459Z Compiling indexmap v1.9.3
33382026-02-24T02:44:23.528Z Checking nodrop v0.1.14
33392026-02-24T02:44:23.553Z Checking smallvec v0.6.14
33402026-02-24T02:44:23.691Z Checking array-init v0.0.4
33412026-02-24T02:44:23.713Z Checking hashbrown v0.12.3
33422026-02-24T02:44:23.748Z Checking bitvec v1.0.1
33432026-02-24T02:44:23.855Z Checking ron v0.8.1
33442026-02-24T02:44:23.964Z Checking hashbrown v0.13.2
33452026-02-24T02:44:24.615Z Checking serde-hex v0.1.0
33462026-02-24T02:44:24.802Z Checking zerocopy v0.6.6
33472026-02-24T02:44:24.986Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33482026-02-24T02:44:25.006Z Checking bitfield v0.19.2
33492026-02-24T02:44:25.058Z Checking crc-any v2.5.0
33502026-02-24T02:44:25.353Z Checking half v1.8.3
33512026-02-24T02:44:25.398Z Checking path-slash v0.1.5
33522026-02-24T02:44:25.434Z Checking void v1.0.2
33532026-02-24T02:44:25.455Z Checking object v0.30.4
33542026-02-24T02:44:25.473Z Checking tungstenite v0.23.0
33552026-02-24T02:44:25.517Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33562026-02-24T02:44:25.560Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33572026-02-24T02:44:25.601Z Checking lzss v0.8.2
33582026-02-24T02:44:25.760Z Checking serde_cbor v0.11.2
33592026-02-24T02:44:25.798Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33602026-02-24T02:44:25.839Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33612026-02-24T02:44:25.966Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33622026-02-24T02:44:26.292Z Checking nix v0.27.1
33632026-02-24T02:44:26.369Z Checking kstat-rs v0.2.4
33642026-02-24T02:44:26.626Z Checking serde_bytes v0.11.19
33652026-02-24T02:44:26.655Z Checking tokio-tungstenite v0.23.1
33662026-02-24T02:44:26.723Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33672026-02-24T02:44:26.959Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33682026-02-24T02:44:27.153Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33692026-02-24T02:44:27.541Z Checking signal-hook-tokio v0.3.1
33702026-02-24T02:44:29.018Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33712026-02-24T02:44:29.205Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
33722026-02-24T02:44:33.576Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
33732026-02-24T02:44:34.986Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33742026-02-24T02:44:35.403Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33752026-02-24T02:44:37.139Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33762026-02-24T02:44:40.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.48s
33772026-02-24T02:44:40.489Z
33782026-02-24T02:44:40.489Zinfo: running `cargo check --bins` on gateway-api (133/252)
33792026-02-24T02:44:41.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33802026-02-24T02:44:41.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33812026-02-24T02:44:41.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33822026-02-24T02:44:41.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
33832026-02-24T02:44:41.311Z
33842026-02-24T02:44:41.311Zinfo: running `cargo check --bins` on ipcc (134/252)
33852026-02-24T02:44:42.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33862026-02-24T02:44:42.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33872026-02-24T02:44:42.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33882026-02-24T02:44:42.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
33892026-02-24T02:44:42.137Z
33902026-02-24T02:44:42.137Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (135/252)
33912026-02-24T02:44:42.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33922026-02-24T02:44:42.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33932026-02-24T02:44:42.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33942026-02-24T02:44:42.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
33952026-02-24T02:44:42.951Z
33962026-02-24T02:44:42.952Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (136/252)
33972026-02-24T02:44:43.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33982026-02-24T02:44:43.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33992026-02-24T02:44:43.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34002026-02-24T02:44:43.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
34012026-02-24T02:44:43.787Z
34022026-02-24T02:44:43.787Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (137/252)
34032026-02-24T02:44:44.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34042026-02-24T02:44:44.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34052026-02-24T02:44:44.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34062026-02-24T02:44:44.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
34072026-02-24T02:44:44.624Z
34082026-02-24T02:44:44.624Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (138/252)
34092026-02-24T02:44:45.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34102026-02-24T02:44:45.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34112026-02-24T02:44:45.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34122026-02-24T02:44:45.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
34132026-02-24T02:44:45.480Z
34142026-02-24T02:44:45.480Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (139/252)
34152026-02-24T02:44:46.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34162026-02-24T02:44:46.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34172026-02-24T02:44:46.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34182026-02-24T02:44:46.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
34192026-02-24T02:44:46.298Z
34202026-02-24T02:44:46.298Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (140/252)
34212026-02-24T02:44:47.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34222026-02-24T02:44:47.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34232026-02-24T02:44:47.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34242026-02-24T02:44:47.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
34252026-02-24T02:44:47.124Z
34262026-02-24T02:44:47.124Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (141/252)
34272026-02-24T02:44:47.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34282026-02-24T02:44:47.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34292026-02-24T02:44:47.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34302026-02-24T02:44:47.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
34312026-02-24T02:44:47.948Z
34322026-02-24T02:44:47.948Zinfo: running `cargo check --bins` on oximeter-producer (142/252)
34332026-02-24T02:44:48.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34342026-02-24T02:44:48.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34352026-02-24T02:44:48.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34362026-02-24T02:44:48.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
34372026-02-24T02:44:48.830Z
34382026-02-24T02:44:48.830Zinfo: running `cargo check --bins` on internal-dns-resolver (143/252)
34392026-02-24T02:44:49.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34402026-02-24T02:44:49.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34412026-02-24T02:44:49.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34422026-02-24T02:44:49.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
34432026-02-24T02:44:49.655Z
34442026-02-24T02:44:49.655Zinfo: running `cargo check --bins` on sp-sim (144/252)
34452026-02-24T02:44:50.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34462026-02-24T02:44:50.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34472026-02-24T02:44:50.575Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34482026-02-24T02:44:53.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.54s
34492026-02-24T02:44:53.429Z
34502026-02-24T02:44:53.429Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (145/252)
34512026-02-24T02:44:54.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34522026-02-24T02:44:54.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34532026-02-24T02:44:54.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34542026-02-24T02:44:54.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
34552026-02-24T02:44:54.328Z
34562026-02-24T02:44:54.328Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (146/252)
34572026-02-24T02:44:55.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34582026-02-24T02:44:55.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34592026-02-24T02:44:55.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34602026-02-24T02:44:55.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
34612026-02-24T02:44:55.232Z
34622026-02-24T02:44:55.232Zinfo: running `cargo check --bins` on db-macros (147/252)
34632026-02-24T02:44:55.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34642026-02-24T02:44:55.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34652026-02-24T02:44:55.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34662026-02-24T02:44:55.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
34672026-02-24T02:44:56.032Z
34682026-02-24T02:44:56.032Zinfo: running `cargo check --bins` on nexus-macros-common (148/252)
34692026-02-24T02:44:56.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34702026-02-24T02:44:56.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34712026-02-24T02:44:56.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34722026-02-24T02:44:56.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
34732026-02-24T02:44:56.827Z
34742026-02-24T02:44:56.828Zinfo: running `cargo check --bins` on nexus-auth (149/252)
34752026-02-24T02:44:57.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34762026-02-24T02:44:57.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34772026-02-24T02:44:57.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34782026-02-24T02:44:57.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
34792026-02-24T02:44:57.715Z
34802026-02-24T02:44:57.715Zinfo: running `cargo check --bins` on authz-macros (150/252)
34812026-02-24T02:44:58.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34822026-02-24T02:44:58.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34832026-02-24T02:44:58.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34842026-02-24T02:44:58.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
34852026-02-24T02:44:58.535Z
34862026-02-24T02:44:58.535Zinfo: running `cargo check --bins` on nexus-db-fixed-data (151/252)
34872026-02-24T02:44:59.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34882026-02-24T02:44:59.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34892026-02-24T02:44:59.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34902026-02-24T02:44:59.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
34912026-02-24T02:44:59.425Z
34922026-02-24T02:44:59.425Zinfo: running `cargo check --bins` on nexus-db-model (152/252)
34932026-02-24T02:45:00.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34942026-02-24T02:45:00.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34952026-02-24T02:45:00.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34962026-02-24T02:45:00.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
34972026-02-24T02:45:00.312Z
34982026-02-24T02:45:00.312Zinfo: running `cargo check --bins` on nexus-db-schema (153/252)
34992026-02-24T02:45:01.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35002026-02-24T02:45:01.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35012026-02-24T02:45:01.021Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35022026-02-24T02:45:01.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
35032026-02-24T02:45:01.109Z
35042026-02-24T02:45:01.109Zinfo: running `cargo check --bins` on omicron-rpaths (154/252)
35052026-02-24T02:45:01.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35062026-02-24T02:45:01.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35072026-02-24T02:45:01.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35082026-02-24T02:45:01.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
35092026-02-24T02:45:01.927Z
35102026-02-24T02:45:01.927Zinfo: running `cargo check --bins` on nexus-defaults (155/252)
35112026-02-24T02:45:02.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35122026-02-24T02:45:02.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35132026-02-24T02:45:02.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35142026-02-24T02:45:02.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
35152026-02-24T02:45:02.763Z
35162026-02-24T02:45:02.763Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (156/252)
35172026-02-24T02:45:03.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35182026-02-24T02:45:03.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35192026-02-24T02:45:03.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35202026-02-24T02:45:03.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
35212026-02-24T02:45:03.569Z
35222026-02-24T02:45:03.569Zinfo: running `cargo check --bins` on parallel-task-set (157/252)
35232026-02-24T02:45:04.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35242026-02-24T02:45:04.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35252026-02-24T02:45:04.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35262026-02-24T02:45:04.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
35272026-02-24T02:45:04.377Z
35282026-02-24T02:45:04.377Zinfo: running `cargo check --bins` on nexus-db-errors (158/252)
35292026-02-24T02:45:05.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35302026-02-24T02:45:05.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35312026-02-24T02:45:05.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35322026-02-24T02:45:05.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
35332026-02-24T02:45:05.260Z
35342026-02-24T02:45:05.261Zinfo: running `cargo check --bins` on nexus-db-lookup (159/252)
35352026-02-24T02:45:06.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35362026-02-24T02:45:06.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35372026-02-24T02:45:06.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35382026-02-24T02:45:06.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
35392026-02-24T02:45:06.148Z
35402026-02-24T02:45:06.148Zinfo: running `cargo check --bins` on nexus-inventory (160/252)
35412026-02-24T02:45:06.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35422026-02-24T02:45:06.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35432026-02-24T02:45:06.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35442026-02-24T02:45:06.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
35452026-02-24T02:45:07.046Z
35462026-02-24T02:45:07.046Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (161/252)
35472026-02-24T02:45:07.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35482026-02-24T02:45:07.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35492026-02-24T02:45:07.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35502026-02-24T02:45:07.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
35512026-02-24T02:45:07.895Z
35522026-02-24T02:45:07.895Zinfo: running `cargo check --bins --no-default-features` on sled-storage (162/252)
35532026-02-24T02:45:08.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35542026-02-24T02:45:08.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35552026-02-24T02:45:08.635Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35562026-02-24T02:45:08.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
35572026-02-24T02:45:08.735Z
35582026-02-24T02:45:08.735Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (163/252)
35592026-02-24T02:45:09.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35602026-02-24T02:45:09.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35612026-02-24T02:45:09.477Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35622026-02-24T02:45:09.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
35632026-02-24T02:45:09.570Z
35642026-02-24T02:45:09.570Zinfo: running `cargo check --bins` on key-manager (164/252)
35652026-02-24T02:45:10.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35662026-02-24T02:45:10.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35672026-02-24T02:45:10.311Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35682026-02-24T02:45:10.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
35692026-02-24T02:45:10.408Z
35702026-02-24T02:45:10.408Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (165/252)
35712026-02-24T02:45:11.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35722026-02-24T02:45:11.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35732026-02-24T02:45:11.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35742026-02-24T02:45:11.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
35752026-02-24T02:45:11.238Z
35762026-02-24T02:45:11.238Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (166/252)
35772026-02-24T02:45:11.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35782026-02-24T02:45:11.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35792026-02-24T02:45:11.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35802026-02-24T02:45:11.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
35812026-02-24T02:45:12.085Z
35822026-02-24T02:45:12.085Zinfo: running `cargo check --bins` on typed-rng (167/252)
35832026-02-24T02:45:12.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35842026-02-24T02:45:12.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35852026-02-24T02:45:12.805Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35862026-02-24T02:45:12.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
35872026-02-24T02:45:12.894Z
35882026-02-24T02:45:12.894Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (168/252)
35892026-02-24T02:45:13.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35902026-02-24T02:45:13.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35912026-02-24T02:45:14.011Z Compiling libefi-sys v0.1.0
35922026-02-24T02:45:14.014Z Compiling bitfield-struct v0.6.2
35932026-02-24T02:45:14.014Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
35942026-02-24T02:45:14.184Z Compiling xshell-macros v0.2.7
35952026-02-24T02:45:14.198Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
35962026-02-24T02:45:14.219Z Compiling salty v0.3.0
35972026-02-24T02:45:14.242Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
35982026-02-24T02:45:14.262Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
35992026-02-24T02:45:14.286Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
36002026-02-24T02:45:14.467Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36012026-02-24T02:45:14.765Z Checking primeorder v0.13.6
36022026-02-24T02:45:14.853Z Compiling proc-macro-error-attr2 v2.0.0
36032026-02-24T02:45:14.877Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36042026-02-24T02:45:14.912Z Checking xshell v0.2.7
36052026-02-24T02:45:15.157Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36062026-02-24T02:45:15.224Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36072026-02-24T02:45:15.255Z Checking p384 v0.13.1
36082026-02-24T02:45:15.472Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36092026-02-24T02:45:15.549Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36102026-02-24T02:45:15.604Z Compiling num-derive v0.3.3
36112026-02-24T02:45:15.628Z Compiling proc-macro-error2 v2.0.1
36122026-02-24T02:45:16.023Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36132026-02-24T02:45:16.191Z Compiling unicase v2.8.1
36142026-02-24T02:45:16.218Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36152026-02-24T02:45:16.244Z Compiling tabled_derive v0.11.0
36162026-02-24T02:45:16.485Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36172026-02-24T02:45:16.601Z Compiling mime_guess v2.0.5
36182026-02-24T02:45:16.700Z Checking papergrid v0.17.0
36192026-02-24T02:45:16.938Z Checking testing_table v0.3.0
36202026-02-24T02:45:17.099Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
36212026-02-24T02:45:17.753Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
36222026-02-24T02:45:17.798Z Checking libscf-sys v1.1.0
36232026-02-24T02:45:18.038Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
36242026-02-24T02:45:18.151Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36252026-02-24T02:45:18.205Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36262026-02-24T02:45:18.546Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36272026-02-24T02:45:18.593Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
36282026-02-24T02:45:18.952Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36292026-02-24T02:45:18.975Z Checking corncobs v0.1.4
36302026-02-24T02:45:19.003Z Checking tabled v0.20.0
36312026-02-24T02:45:19.219Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36322026-02-24T02:45:19.516Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36332026-02-24T02:45:19.583Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36342026-02-24T02:45:19.608Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36352026-02-24T02:45:19.611Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
36362026-02-24T02:45:19.711Z Checking secrecy v0.8.0
36372026-02-24T02:45:19.936Z Checking http-range v0.1.5
36382026-02-24T02:45:20.379Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36392026-02-24T02:45:20.400Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
36402026-02-24T02:45:20.541Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
36412026-02-24T02:45:20.969Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36422026-02-24T02:45:21.337Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36432026-02-24T02:45:21.383Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
36442026-02-24T02:45:21.412Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
36452026-02-24T02:45:21.485Z Checking atty v0.2.14
36462026-02-24T02:45:21.654Z Checking crc8 v0.1.1
36472026-02-24T02:45:21.740Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
36482026-02-24T02:45:21.767Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36492026-02-24T02:45:21.812Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
36502026-02-24T02:45:22.176Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36512026-02-24T02:45:22.451Z Checking hyper-staticfile v0.10.1
36522026-02-24T02:45:22.728Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36532026-02-24T02:45:22.984Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
36542026-02-24T02:45:23.229Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36552026-02-24T02:45:23.394Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
36562026-02-24T02:45:23.420Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
36572026-02-24T02:45:23.581Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36582026-02-24T02:45:23.680Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
36592026-02-24T02:45:23.868Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
36602026-02-24T02:45:23.892Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36612026-02-24T02:45:24.045Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
36622026-02-24T02:45:24.339Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
36632026-02-24T02:45:24.443Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
36642026-02-24T02:45:24.636Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
36652026-02-24T02:45:24.860Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
36662026-02-24T02:45:26.645Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
36672026-02-24T02:45:26.994Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36682026-02-24T02:45:27.171Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
36692026-02-24T02:45:27.859Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
36702026-02-24T02:45:28.386Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36712026-02-24T02:45:28.449Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
36722026-02-24T02:45:36.748Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36732026-02-24T02:45:53.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.36s
36742026-02-24T02:45:53.505Z
36752026-02-24T02:45:53.505Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (169/252)
36762026-02-24T02:45:54.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36772026-02-24T02:45:54.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36782026-02-24T02:45:54.517Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36792026-02-24T02:46:11.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.03s
36802026-02-24T02:46:11.768Z
36812026-02-24T02:46:11.768Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (170/252)
36822026-02-24T02:46:12.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36832026-02-24T02:46:12.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36842026-02-24T02:46:12.769Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36852026-02-24T02:46:29.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.63s
36862026-02-24T02:46:29.646Z
36872026-02-24T02:46:29.646Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (171/252)
36882026-02-24T02:46:30.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36892026-02-24T02:46:30.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36902026-02-24T02:46:30.658Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36912026-02-24T02:46:47.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.62s
36922026-02-24T02:46:47.506Z
36932026-02-24T02:46:47.506Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (172/252)
36942026-02-24T02:46:48.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36952026-02-24T02:46:48.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36962026-02-24T02:46:48.509Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36972026-02-24T02:47:05.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.63s
36982026-02-24T02:47:05.386Z
36992026-02-24T02:47:05.386Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (173/252)
37002026-02-24T02:47:06.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37012026-02-24T02:47:06.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37022026-02-24T02:47:06.391Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37032026-02-24T02:47:23.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.74s
37042026-02-24T02:47:23.376Z
37052026-02-24T02:47:23.377Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (174/252)
37062026-02-24T02:47:24.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37072026-02-24T02:47:24.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37082026-02-24T02:47:24.387Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37092026-02-24T02:47:41.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.89s
37102026-02-24T02:47:41.526Z
37112026-02-24T02:47:41.526Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (175/252)
37122026-02-24T02:47:42.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37132026-02-24T02:47:42.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37142026-02-24T02:47:42.519Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37152026-02-24T02:47:59.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.80s
37162026-02-24T02:47:59.583Z
37172026-02-24T02:47:59.583Zinfo: running `cargo check --bins` on bootstrap-agent-api (176/252)
37182026-02-24T02:48:00.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37192026-02-24T02:48:00.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37202026-02-24T02:48:00.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37212026-02-24T02:48:00.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
37222026-02-24T02:48:00.445Z
37232026-02-24T02:48:00.445Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (177/252)
37242026-02-24T02:48:01.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37252026-02-24T02:48:01.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37262026-02-24T02:48:01.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37272026-02-24T02:48:01.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
37282026-02-24T02:48:01.298Z
37292026-02-24T02:48:01.298Zinfo: running `cargo check --bins` on range-requests (178/252)
37302026-02-24T02:48:02.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37312026-02-24T02:48:02.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37322026-02-24T02:48:02.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37332026-02-24T02:48:02.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
37342026-02-24T02:48:02.118Z
37352026-02-24T02:48:02.118Zinfo: running `cargo check --bins` on repo-depot-api (179/252)
37362026-02-24T02:48:02.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37372026-02-24T02:48:02.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37382026-02-24T02:48:02.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37392026-02-24T02:48:02.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
37402026-02-24T02:48:02.952Z
37412026-02-24T02:48:02.952Zinfo: running `cargo check --bins` on sled-agent-api (180/252)
37422026-02-24T02:48:03.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37432026-02-24T02:48:03.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37442026-02-24T02:48:03.715Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37452026-02-24T02:48:03.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
37462026-02-24T02:48:03.814Z
37472026-02-24T02:48:03.814Zinfo: running `cargo check --bins` on sled-diagnostics (181/252)
37482026-02-24T02:48:04.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37492026-02-24T02:48:04.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37502026-02-24T02:48:04.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37512026-02-24T02:48:04.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
37522026-02-24T02:48:04.660Z
37532026-02-24T02:48:04.660Zinfo: running `cargo check --bins` on zfs-test-harness (182/252)
37542026-02-24T02:48:05.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37552026-02-24T02:48:05.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37562026-02-24T02:48:05.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37572026-02-24T02:48:05.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
37582026-02-24T02:48:05.500Z
37592026-02-24T02:48:05.500Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (183/252)
37602026-02-24T02:48:06.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37612026-02-24T02:48:06.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37622026-02-24T02:48:06.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37632026-02-24T02:48:06.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
37642026-02-24T02:48:06.366Z
37652026-02-24T02:48:06.366Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (184/252)
37662026-02-24T02:48:07.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37672026-02-24T02:48:07.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37682026-02-24T02:48:07.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37692026-02-24T02:48:07.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
37702026-02-24T02:48:07.232Z
37712026-02-24T02:48:07.232Zinfo: running `cargo check --bins` on sled-agent-health-monitor (185/252)
37722026-02-24T02:48:07.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37732026-02-24T02:48:07.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37742026-02-24T02:48:07.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37752026-02-24T02:48:07.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
37762026-02-24T02:48:08.089Z
37772026-02-24T02:48:08.089Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (186/252)
37782026-02-24T02:48:08.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37792026-02-24T02:48:08.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37802026-02-24T02:48:08.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37812026-02-24T02:48:08.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
37822026-02-24T02:48:08.946Z
37832026-02-24T02:48:08.946Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (187/252)
37842026-02-24T02:48:09.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37852026-02-24T02:48:09.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37862026-02-24T02:48:09.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37872026-02-24T02:48:09.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
37882026-02-24T02:48:09.815Z
37892026-02-24T02:48:09.815Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (188/252)
37902026-02-24T02:48:10.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37912026-02-24T02:48:10.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37922026-02-24T02:48:10.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37932026-02-24T02:48:10.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
37942026-02-24T02:48:10.678Z
37952026-02-24T02:48:10.678Zinfo: running `cargo check --bins` on trust-quorum (189/252)
37962026-02-24T02:48:11.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37972026-02-24T02:48:11.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37982026-02-24T02:48:11.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37992026-02-24T02:48:11.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
38002026-02-24T02:48:11.554Z
38012026-02-24T02:48:11.554Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (190/252)
38022026-02-24T02:48:12.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38032026-02-24T02:48:12.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38042026-02-24T02:48:12.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38052026-02-24T02:48:12.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
38062026-02-24T02:48:12.429Z
38072026-02-24T02:48:12.429Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (191/252)
38082026-02-24T02:48:13.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38092026-02-24T02:48:13.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38102026-02-24T02:48:13.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38112026-02-24T02:48:13.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
38122026-02-24T02:48:13.334Z
38132026-02-24T02:48:13.334Zinfo: running `cargo check --bins` on update-common (192/252)
38142026-02-24T02:48:14.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38152026-02-24T02:48:14.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38162026-02-24T02:48:14.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38172026-02-24T02:48:14.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
38182026-02-24T02:48:14.178Z
38192026-02-24T02:48:14.178Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (193/252)
38202026-02-24T02:48:14.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38212026-02-24T02:48:14.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38222026-02-24T02:48:14.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38232026-02-24T02:48:15.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
38242026-02-24T02:48:15.090Z
38252026-02-24T02:48:15.090Zinfo: running `cargo check --bins` on reconfigurator-cli (194/252)
38262026-02-24T02:48:15.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38272026-02-24T02:48:15.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38282026-02-24T02:48:16.110Z Compiling fs-err v2.11.0
38292026-02-24T02:48:16.110Z Checking ignore v0.4.23
38302026-02-24T02:48:16.114Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
38312026-02-24T02:48:16.241Z Checking predicates-tree v1.0.12
38322026-02-24T02:48:16.246Z Checking parse-size v1.1.0
38332026-02-24T02:48:16.246Z Checking rand_seeder v0.4.0
38342026-02-24T02:48:16.246Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
38352026-02-24T02:48:16.246Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
38362026-02-24T02:48:16.526Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
38372026-02-24T02:48:16.549Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
38382026-02-24T02:48:16.553Z Compiling petname v2.0.2
38392026-02-24T02:48:16.821Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
38402026-02-24T02:48:17.003Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38412026-02-24T02:48:17.025Z Checking globwalk v0.9.1
38422026-02-24T02:48:17.103Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38432026-02-24T02:48:17.282Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
38442026-02-24T02:48:17.285Z Checking sapling-renderdag v0.1.0
38452026-02-24T02:48:17.368Z Checking camino-tempfile-ext v0.3.2
38462026-02-24T02:48:17.639Z Checking sync-ptr v0.1.4
38472026-02-24T02:48:17.726Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
38482026-02-24T02:48:17.797Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
38492026-02-24T02:48:17.898Z Checking assert_matches v1.5.0
38502026-02-24T02:48:18.472Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
38512026-02-24T02:48:18.547Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38522026-02-24T02:48:18.550Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
38532026-02-24T02:48:19.459Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
38542026-02-24T02:48:21.467Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
38552026-02-24T02:48:24.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.67s
38562026-02-24T02:48:24.997Z
38572026-02-24T02:48:24.997Zinfo: running `cargo check --bins` on omicron-repl-utils (195/252)
38582026-02-24T02:48:25.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38592026-02-24T02:48:25.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38602026-02-24T02:48:25.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38612026-02-24T02:48:25.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
38622026-02-24T02:48:25.800Z
38632026-02-24T02:48:25.800Zinfo: running `cargo check --bins` on nexus-test-interface (196/252)
38642026-02-24T02:48:27.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38652026-02-24T02:48:27.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38662026-02-24T02:48:27.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38672026-02-24T02:48:27.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
38682026-02-24T02:48:27.352Z
38692026-02-24T02:48:27.352Zinfo: running `cargo check --bins` on oximeter-collector (197/252)
38702026-02-24T02:48:27.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38712026-02-24T02:48:27.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38722026-02-24T02:48:27.652Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
38732026-02-24T02:48:27.652Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
38742026-02-24T02:48:28.580Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38752026-02-24T02:48:30.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.14s
38762026-02-24T02:48:34.756Z
38772026-02-24T02:48:34.756Zinfo: running `cargo check --bins` on oximeter-api (198/252)
38782026-02-24T02:48:34.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38792026-02-24T02:48:34.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38802026-02-24T02:48:34.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38812026-02-24T02:48:34.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
38822026-02-24T02:48:34.757Z
38832026-02-24T02:48:34.757Zinfo: running `cargo check --bins` on cert-dev (199/252)
38842026-02-24T02:48:34.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38852026-02-24T02:48:34.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38862026-02-24T02:48:34.757Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
38872026-02-24T02:48:34.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
38882026-02-24T02:48:34.757Z
38892026-02-24T02:48:34.757Zinfo: running `cargo check --bins` on clickana (200/252)
38902026-02-24T02:48:34.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38912026-02-24T02:48:34.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38922026-02-24T02:48:34.757Z Checking castaway v0.2.3
38932026-02-24T02:48:34.757Z Checking unicode-truncate v1.1.0
38942026-02-24T02:48:34.757Z Checking lru v0.12.5
38952026-02-24T02:48:34.757Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
38962026-02-24T02:48:34.757Z Compiling instability v0.3.2
38972026-02-24T02:48:34.757Z Compiling indoc v2.0.6
38982026-02-24T02:48:34.757Z Checking cassowary v0.3.0
38992026-02-24T02:48:34.757Z Checking compact_str v0.8.0
39002026-02-24T02:48:35.006Z Checking ratatui v0.29.0
39012026-02-24T02:48:35.901Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39022026-02-24T02:48:36.157Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39032026-02-24T02:48:37.392Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39042026-02-24T02:48:38.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.08s
39052026-02-24T02:48:38.539Z
39062026-02-24T02:48:38.539Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (201/252)
39072026-02-24T02:48:39.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39082026-02-24T02:48:39.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39092026-02-24T02:48:39.487Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39102026-02-24T02:48:39.487Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39112026-02-24T02:48:40.262Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39122026-02-24T02:48:40.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.26s
39132026-02-24T02:48:41.036Z
39142026-02-24T02:48:41.036Zinfo: running `cargo check --bins` on ch-dev (202/252)
39152026-02-24T02:48:41.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39162026-02-24T02:48:41.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39172026-02-24T02:48:42.005Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
39182026-02-24T02:48:43.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.96s
39192026-02-24T02:48:43.234Z
39202026-02-24T02:48:43.234Zinfo: running `cargo check --bins` on dev-tools-common (203/252)
39212026-02-24T02:48:43.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39222026-02-24T02:48:43.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39232026-02-24T02:48:43.813Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39242026-02-24T02:48:43.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
39252026-02-24T02:48:43.876Z
39262026-02-24T02:48:43.876Zinfo: running `cargo check --bins` on crdb-seed (204/252)
39272026-02-24T02:48:44.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39282026-02-24T02:48:44.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39292026-02-24T02:48:44.832Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
39302026-02-24T02:48:45.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s
39312026-02-24T02:48:45.609Z
39322026-02-24T02:48:45.609Zinfo: running `cargo check --bins` on db-dev (205/252)
39332026-02-24T02:48:46.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39342026-02-24T02:48:46.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39352026-02-24T02:48:46.572Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
39362026-02-24T02:48:47.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.96s
39372026-02-24T02:48:47.808Z
39382026-02-24T02:48:47.808Zinfo: running `cargo check --bins` on omicron-dev-lib (206/252)
39392026-02-24T02:48:48.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39402026-02-24T02:48:48.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39412026-02-24T02:48:48.609Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39422026-02-24T02:48:48.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
39432026-02-24T02:48:48.714Z
39442026-02-24T02:48:48.714Zinfo: running `cargo check --bins` on xtask-downloader (207/252)
39452026-02-24T02:48:49.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39462026-02-24T02:48:49.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39472026-02-24T02:48:49.527Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
39482026-02-24T02:48:50.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s
39492026-02-24T02:48:50.703Z
39502026-02-24T02:48:50.703Zinfo: running `cargo check --bins` on omicron-dropshot-apis (208/252)
39512026-02-24T02:48:51.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39522026-02-24T02:48:51.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39532026-02-24T02:48:51.667Z Compiling tabled_derive v0.10.0
39542026-02-24T02:48:51.667Z Checking papergrid v0.14.0
39552026-02-24T02:48:51.667Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
39562026-02-24T02:48:51.670Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
39572026-02-24T02:48:51.670Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
39582026-02-24T02:48:51.833Z Compiling trait-variant v0.1.2
39592026-02-24T02:48:51.838Z Checking maplit v1.0.2
39602026-02-24T02:48:51.849Z Checking is_ci v1.2.0
39612026-02-24T02:48:52.016Z Checking supports-color v3.0.2
39622026-02-24T02:48:52.020Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
39632026-02-24T02:48:52.194Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
39642026-02-24T02:48:52.264Z Checking drift v0.1.3
39652026-02-24T02:48:52.508Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
39662026-02-24T02:48:52.785Z Checking dropshot-api-manager v0.3.0
39672026-02-24T02:48:52.844Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
39682026-02-24T02:48:52.931Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
39692026-02-24T02:48:53.180Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
39702026-02-24T02:48:53.367Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
39712026-02-24T02:48:53.559Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
39722026-02-24T02:48:53.940Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
39732026-02-24T02:48:54.351Z Checking tabled v0.18.0
39742026-02-24T02:48:54.374Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
39752026-02-24T02:48:54.507Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
39762026-02-24T02:48:54.595Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
39772026-02-24T02:49:02.590Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
39782026-02-24T02:49:04.204Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
39792026-02-24T02:49:05.105Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
39802026-02-24T02:49:05.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.98s
39812026-02-24T02:49:05.908Z
39822026-02-24T02:49:05.908Zinfo: running `cargo check --bins` on installinator-api (209/252)
39832026-02-24T02:49:06.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39842026-02-24T02:49:06.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39852026-02-24T02:49:06.649Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39862026-02-24T02:49:06.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
39872026-02-24T02:49:06.745Z
39882026-02-24T02:49:06.745Zinfo: running `cargo check --bins` on nexus-external-api (210/252)
39892026-02-24T02:49:07.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39902026-02-24T02:49:07.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39912026-02-24T02:49:07.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39922026-02-24T02:49:07.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
39932026-02-24T02:49:07.620Z
39942026-02-24T02:49:07.620Zinfo: running `cargo check --bins` on nexus-internal-api (211/252)
39952026-02-24T02:49:08.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39962026-02-24T02:49:08.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39972026-02-24T02:49:08.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39982026-02-24T02:49:08.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
39992026-02-24T02:49:08.491Z
40002026-02-24T02:49:08.491Zinfo: running `cargo check --bins` on nexus-lockstep-api (212/252)
40012026-02-24T02:49:09.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40022026-02-24T02:49:09.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40032026-02-24T02:49:09.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40042026-02-24T02:49:09.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
40052026-02-24T02:49:09.370Z
40062026-02-24T02:49:09.370Zinfo: running `cargo check --bins` on ntp-admin-api (213/252)
40072026-02-24T02:49:10.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40082026-02-24T02:49:10.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40092026-02-24T02:49:10.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40102026-02-24T02:49:10.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
40112026-02-24T02:49:10.205Z
40122026-02-24T02:49:10.205Zinfo: running `cargo check --bins` on ntp-admin-types-versions (214/252)
40132026-02-24T02:49:10.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40142026-02-24T02:49:10.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40152026-02-24T02:49:10.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40162026-02-24T02:49:10.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
40172026-02-24T02:49:11.019Z
40182026-02-24T02:49:11.019Zinfo: running `cargo check --bins` on wicketd-api (215/252)
40192026-02-24T02:49:11.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40202026-02-24T02:49:11.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40212026-02-24T02:49:11.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40222026-02-24T02:49:11.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
40232026-02-24T02:49:11.883Z
40242026-02-24T02:49:11.883Zinfo: running `cargo check --bins` on omicron-ls-apis (216/252)
40252026-02-24T02:49:12.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40262026-02-24T02:49:12.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40272026-02-24T02:49:12.696Z Checking typeid v1.0.3
40282026-02-24T02:49:12.814Z Checking ordered-float v2.10.1
40292026-02-24T02:49:12.830Z Checking unicode-xid v0.2.6
40302026-02-24T02:49:12.847Z Checking cargo-platform v0.2.0
40312026-02-24T02:49:12.910Z Checking erased-serde v0.4.6
40322026-02-24T02:49:13.167Z Checking serde-value v0.7.0
40332026-02-24T02:49:13.505Z Checking serde-untagged v0.1.7
40342026-02-24T02:49:13.739Z Checking cargo-util-schemas v0.8.2
40352026-02-24T02:49:14.963Z Checking cargo_metadata v0.21.0
40362026-02-24T02:49:16.016Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
40372026-02-24T02:49:17.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.16s
40382026-02-24T02:49:17.245Z
40392026-02-24T02:49:17.245Zinfo: running `cargo check --bins` on mgs-dev (217/252)
40402026-02-24T02:49:18.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40412026-02-24T02:49:18.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40422026-02-24T02:49:18.221Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
40432026-02-24T02:49:19.027Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
40442026-02-24T02:49:19.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.46s
40452026-02-24T02:49:19.948Z
40462026-02-24T02:49:19.948Zinfo: running `cargo check --bins` on omicron-omdb (218/252)
40472026-02-24T02:49:20.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40482026-02-24T02:49:20.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40492026-02-24T02:49:21.098Z Compiling vergen-gitcl v1.0.8
40502026-02-24T02:49:21.098Z Compiling dirs-sys-next v0.1.2
40512026-02-24T02:49:21.098Z Compiling crunchy v0.2.2
40522026-02-24T02:49:21.102Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
40532026-02-24T02:49:21.102Z Compiling dsl_auto_type v0.1.2
40542026-02-24T02:49:21.102Z Checking scheduled-thread-pool v0.2.7
40552026-02-24T02:49:21.102Z Compiling diesel_table_macro_syntax v0.2.0
40562026-02-24T02:49:21.241Z Compiling tiny-keccak v2.0.2
40572026-02-24T02:49:21.575Z Compiling dirs-next v2.0.0
40582026-02-24T02:49:21.600Z Checking r2d2 v0.8.10
40592026-02-24T02:49:21.710Z Compiling bit-vec v0.6.3
40602026-02-24T02:49:21.769Z Compiling term v0.7.0
40612026-02-24T02:49:21.793Z Compiling ena v0.14.3
40622026-02-24T02:49:21.947Z Compiling bindgen v0.71.1
40632026-02-24T02:49:22.159Z Compiling bit-set v0.5.3
40642026-02-24T02:49:22.234Z Compiling diff v0.1.13
40652026-02-24T02:49:22.470Z Compiling ascii-canvas v3.0.0
40662026-02-24T02:49:22.682Z Compiling diesel_derives v2.2.3
40672026-02-24T02:49:22.810Z Compiling regex-syntax v0.6.29
40682026-02-24T02:49:22.858Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
40692026-02-24T02:49:22.973Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
40702026-02-24T02:49:22.995Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
40712026-02-24T02:49:23.001Z Compiling libxml v0.3.3
40722026-02-24T02:49:23.219Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
40732026-02-24T02:49:23.246Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
40742026-02-24T02:49:23.457Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
40752026-02-24T02:49:23.817Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
40762026-02-24T02:49:23.844Z Compiling strum_macros v0.24.3
40772026-02-24T02:49:24.055Z Compiling indoc v1.0.9
40782026-02-24T02:49:25.009Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
40792026-02-24T02:49:25.379Z Checking derive_builder v0.20.2
40802026-02-24T02:49:25.575Z Compiling oso-derive v0.27.3
40812026-02-24T02:49:25.950Z Compiling lalrpop v0.19.12
40822026-02-24T02:49:26.325Z Compiling impl-trait-for-tuples v0.2.2
40832026-02-24T02:49:26.617Z Checking quick-xml v0.37.2
40842026-02-24T02:49:27.157Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
40852026-02-24T02:49:27.947Z Compiling diesel-dtrace v0.4.2
40862026-02-24T02:49:28.415Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
40872026-02-24T02:49:28.713Z Checking bb8 v0.8.5
40882026-02-24T02:49:28.748Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
40892026-02-24T02:49:28.821Z Checking nonempty v0.12.0
40902026-02-24T02:49:29.138Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
40912026-02-24T02:49:29.193Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
40922026-02-24T02:49:29.304Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
40932026-02-24T02:49:29.567Z Checking console v0.16.0
40942026-02-24T02:49:29.631Z Checking unit-prefix v0.5.1
40952026-02-24T02:49:29.890Z Checking support-bundle-viewer v0.1.2
40962026-02-24T02:49:30.184Z Checking indicatif v0.18.0
40972026-02-24T02:49:30.362Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
40982026-02-24T02:49:30.399Z Checking multimap v0.10.1
40992026-02-24T02:49:32.718Z Checking diesel v2.2.12
41002026-02-24T02:49:37.393Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41012026-02-24T02:49:37.397Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41022026-02-24T02:49:37.397Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41032026-02-24T02:49:37.480Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41042026-02-24T02:49:37.710Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41052026-02-24T02:49:40.932Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41062026-02-24T02:49:40.972Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41072026-02-24T02:49:42.334Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41082026-02-24T02:49:46.622Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41092026-02-24T02:49:56.595Z Compiling samael v0.0.19
41102026-02-24T02:50:07.576Z Checking async-bb8-diesel v0.2.1
41112026-02-24T02:50:11.103Z Compiling polar-core v0.27.3
41122026-02-24T02:50:18.304Z Checking oso v0.27.3
41132026-02-24T02:51:07.104Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
41142026-02-24T02:52:00.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 40s
41152026-02-24T02:52:00.405Z
41162026-02-24T02:52:00.405Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (219/252)
41172026-02-24T02:52:01.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41182026-02-24T02:52:01.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41192026-02-24T02:52:01.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41202026-02-24T02:52:01.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
41212026-02-24T02:52:01.321Z
41222026-02-24T02:52:01.321Zinfo: running `cargo check --bins` on nexus-saga-recovery (220/252)
41232026-02-24T02:52:02.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41242026-02-24T02:52:02.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41252026-02-24T02:52:02.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41262026-02-24T02:52:02.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
41272026-02-24T02:52:02.220Z
41282026-02-24T02:52:02.220Zinfo: running `cargo check --bins` on nexus-test-utils-macros (221/252)
41292026-02-24T02:52:02.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41302026-02-24T02:52:02.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41312026-02-24T02:52:02.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41322026-02-24T02:52:02.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
41332026-02-24T02:52:03.027Z
41342026-02-24T02:52:03.027Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (222/252)
41352026-02-24T02:52:03.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41362026-02-24T02:52:03.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41372026-02-24T02:52:04.167Z Compiling libz-sys v1.1.20
41382026-02-24T02:52:04.170Z Compiling libgit2-sys v0.18.2+1.9.1
41392026-02-24T02:52:04.324Z Compiling vergen-git2 v1.0.7
41402026-02-24T02:52:04.339Z Compiling rustls v0.21.12
41412026-02-24T02:52:04.342Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
41422026-02-24T02:52:04.359Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
41432026-02-24T02:52:04.374Z Checking rustls-webpki v0.101.7
41442026-02-24T02:52:04.377Z Checking sct v0.7.1
41452026-02-24T02:52:04.630Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
41462026-02-24T02:52:04.725Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
41472026-02-24T02:52:04.747Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
41482026-02-24T02:52:04.769Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
41492026-02-24T02:52:05.163Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
41502026-02-24T02:52:05.184Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
41512026-02-24T02:52:05.208Z Checking rustls-pemfile v1.0.4
41522026-02-24T02:52:05.232Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
41532026-02-24T02:52:05.432Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
41542026-02-24T02:52:05.780Z Checking twox-hash v2.1.0
41552026-02-24T02:52:06.245Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
41562026-02-24T02:52:06.361Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
41572026-02-24T02:52:07.112Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41582026-02-24T02:52:07.178Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41592026-02-24T02:52:07.338Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41602026-02-24T02:52:07.924Z Checking tokio-rustls v0.24.1
41612026-02-24T02:52:08.313Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
41622026-02-24T02:52:08.414Z Checking fatfs v0.3.6
41632026-02-24T02:52:08.553Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
41642026-02-24T02:52:08.623Z Compiling seq-macro v0.3.6
41652026-02-24T02:52:15.598Z Compiling git2 v0.20.2
41662026-02-24T02:52:17.619Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
41672026-02-24T02:52:17.784Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
41682026-02-24T02:52:19.807Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41692026-02-24T02:53:34.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 31s
41702026-02-24T02:53:35.042Z
41712026-02-24T02:53:35.042Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (223/252)
41722026-02-24T02:53:35.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41732026-02-24T02:53:35.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41742026-02-24T02:53:36.201Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
41752026-02-24T02:54:39.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
41762026-02-24T02:54:39.756Z
41772026-02-24T02:54:39.756Zinfo: running `cargo check --bins` on nexus-background-task-interface (224/252)
41782026-02-24T02:54:40.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41792026-02-24T02:54:40.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41802026-02-24T02:54:40.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41812026-02-24T02:54:40.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
41822026-02-24T02:54:40.559Z
41832026-02-24T02:54:40.559Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (225/252)
41842026-02-24T02:54:41.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41852026-02-24T02:54:41.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41862026-02-24T02:54:41.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41872026-02-24T02:54:41.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
41882026-02-24T02:54:41.462Z
41892026-02-24T02:54:41.462Zinfo: running `cargo check --bins` on nexus-mgs-updates (226/252)
41902026-02-24T02:54:42.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41912026-02-24T02:54:42.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41922026-02-24T02:54:42.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41932026-02-24T02:54:42.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
41942026-02-24T02:54:42.347Z
41952026-02-24T02:54:42.347Zinfo: running `cargo check --bins` on nexus-networking (227/252)
41962026-02-24T02:54:43.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41972026-02-24T02:54:43.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41982026-02-24T02:54:43.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41992026-02-24T02:54:43.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
42002026-02-24T02:54:43.259Z
42012026-02-24T02:54:43.259Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (228/252)
42022026-02-24T02:54:44.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42032026-02-24T02:54:44.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42042026-02-24T02:54:44.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42052026-02-24T02:54:44.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
42062026-02-24T02:54:44.155Z
42072026-02-24T02:54:44.155Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (229/252)
42082026-02-24T02:54:44.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42092026-02-24T02:54:44.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42102026-02-24T02:54:44.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42112026-02-24T02:54:44.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
42122026-02-24T02:54:45.066Z
42132026-02-24T02:54:45.066Zinfo: running `cargo check --bins` on omicron-dev (230/252)
42142026-02-24T02:54:45.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42152026-02-24T02:54:45.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42162026-02-24T02:54:46.248Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42172026-02-24T02:54:46.248Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42182026-02-24T02:54:46.410Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
42192026-02-24T02:54:46.428Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
42202026-02-24T02:54:46.432Z Checking diff v0.1.13
42212026-02-24T02:54:46.432Z Checking yansi v1.0.1
42222026-02-24T02:54:46.432Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42232026-02-24T02:54:46.432Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
42242026-02-24T02:54:46.659Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
42252026-02-24T02:54:46.923Z Checking pretty_assertions v1.4.1
42262026-02-24T02:54:48.007Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42272026-02-24T02:55:25.404Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42282026-02-24T02:55:25.407Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42292026-02-24T02:55:25.407Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42302026-02-24T02:55:25.407Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42312026-02-24T02:55:25.407Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42322026-02-24T02:55:25.407Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42332026-02-24T02:55:26.646Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42342026-02-24T02:55:28.231Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42352026-02-24T02:56:31.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 45s
42362026-02-24T02:56:31.329Z
42372026-02-24T02:56:31.329Zinfo: running `cargo check --bins` on omicron-pins (231/252)
42382026-02-24T02:56:32.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42392026-02-24T02:56:32.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42402026-02-24T02:56:32.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42412026-02-24T02:56:32.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
42422026-02-24T02:56:32.145Z
42432026-02-24T02:56:32.145Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (232/252)
42442026-02-24T02:56:32.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42452026-02-24T02:56:32.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42462026-02-24T02:56:33.163Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42472026-02-24T02:56:33.292Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42482026-02-24T02:56:33.296Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
42492026-02-24T02:57:02.783Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42502026-02-24T02:57:03.290Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42512026-02-24T02:57:06.134Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42522026-02-24T02:57:06.709Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42532026-02-24T02:57:11.439Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42542026-02-24T02:57:48.297Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42552026-02-24T02:57:49.173Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42562026-02-24T02:57:51.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 19s
42572026-02-24T02:57:51.739Z
42582026-02-24T02:57:51.739Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (233/252)
42592026-02-24T02:57:52.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42602026-02-24T02:57:52.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42612026-02-24T02:57:52.673Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
42622026-02-24T02:57:53.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s
42632026-02-24T02:57:53.830Z
42642026-02-24T02:57:53.830Zinfo: running `cargo check --bins` on omicron-releng (234/252)
42652026-02-24T02:57:54.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42662026-02-24T02:57:54.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42672026-02-24T02:57:54.692Z Compiling blake3 v1.5.4
42682026-02-24T02:57:54.696Z Checking arrayvec v0.7.6
42692026-02-24T02:57:54.812Z Checking constant_time_eq v0.3.1
42702026-02-24T02:57:54.815Z Checking arrayref v0.3.9
42712026-02-24T02:57:54.840Z Checking topological-sort v0.2.2
42722026-02-24T02:57:54.852Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
42732026-02-24T02:57:54.855Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
42742026-02-24T02:57:54.866Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
42752026-02-24T02:57:54.941Z Checking shell-words v1.1.0
42762026-02-24T02:57:56.054Z Checking omicron-zone-package v0.12.2
42772026-02-24T02:57:57.239Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
42782026-02-24T02:57:58.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.67s
42792026-02-24T02:57:58.709Z
42802026-02-24T02:57:58.709Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (235/252)
42812026-02-24T02:57:59.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42822026-02-24T02:57:59.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42832026-02-24T02:57:59.569Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
42842026-02-24T02:57:59.969Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
42852026-02-24T02:58:00.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.81s
42862026-02-24T02:58:00.740Z
42872026-02-24T02:58:00.741Zinfo: running `cargo check --bins` on xtask (236/252)
42882026-02-24T02:58:01.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42892026-02-24T02:58:01.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42902026-02-24T02:58:01.374Z Checking bitflags v2.9.4
42912026-02-24T02:58:01.377Z Checking serde v1.0.228
42922026-02-24T02:58:01.377Z Checking zerofrom v0.1.4
42932026-02-24T02:58:01.491Z Checking thiserror v2.0.18
42942026-02-24T02:58:01.503Z Checking smallvec v1.15.1
42952026-02-24T02:58:01.506Z Checking hashbrown v0.16.1
42962026-02-24T02:58:01.528Z Checking serde_json v1.0.149
42972026-02-24T02:58:01.528Z Checking scroll v0.12.0
42982026-02-24T02:58:01.637Z Checking num-traits v0.2.19
42992026-02-24T02:58:01.670Z Checking yoke v0.7.4
43002026-02-24T02:58:01.728Z Checking rustix v0.38.37
43012026-02-24T02:58:01.846Z Checking thiserror v1.0.69
43022026-02-24T02:58:01.986Z Checking log v0.4.29
43032026-02-24T02:58:02.013Z Checking zerovec v0.10.4
43042026-02-24T02:58:02.013Z Checking percent-encoding v2.3.2
43052026-02-24T02:58:02.284Z Checking goblin v0.8.2
43062026-02-24T02:58:02.313Z Checking form_urlencoded v1.2.2
43072026-02-24T02:58:02.467Z Checking serde_spanned v0.6.9
43082026-02-24T02:58:02.533Z Checking indexmap v2.13.0
43092026-02-24T02:58:02.549Z Checking toml_datetime v0.6.11
43102026-02-24T02:58:02.701Z Checking erased-serde v0.4.6
43112026-02-24T02:58:02.721Z Checking terminal_size v0.4.0
43122026-02-24T02:58:02.923Z Checking zerocopy v0.7.35
43132026-02-24T02:58:02.927Z Checking pest v2.8.2
43142026-02-24T02:58:03.056Z Checking getrandom v0.3.4
43152026-02-24T02:58:03.096Z Checking ordered-float v2.10.1
43162026-02-24T02:58:03.279Z Checking syn v2.0.114
43172026-02-24T02:58:03.605Z Checking serde-untagged v0.1.7
43182026-02-24T02:58:03.624Z Checking serde-value v0.7.0
43192026-02-24T02:58:03.642Z Checking tinystr v0.7.6
43202026-02-24T02:58:03.859Z Checking icu_collections v1.5.0
43212026-02-24T02:58:03.999Z Checking toml_edit v0.22.27
43222026-02-24T02:58:04.016Z Checking icu_locid v1.5.0
43232026-02-24T02:58:04.054Z Checking rustix v1.1.3
43242026-02-24T02:58:04.185Z Checking once_cell v1.21.3
43252026-02-24T02:58:04.511Z Checking clap_builder v4.5.48
43262026-02-24T02:58:04.545Z Checking cargo-platform v0.2.0
43272026-02-24T02:58:04.902Z Checking textwrap v0.16.2
43282026-02-24T02:58:05.035Z Checking icu_provider v1.5.0
43292026-02-24T02:58:05.325Z Checking fs-err v3.1.1
43302026-02-24T02:58:05.465Z Checking dtrace-parser v0.2.0
43312026-02-24T02:58:05.625Z Checking tempfile v3.24.0
43322026-02-24T02:58:05.657Z Checking icu_locid_transform v1.5.0
43332026-02-24T02:58:05.676Z Checking tabled v0.15.0
43342026-02-24T02:58:05.954Z Checking anyhow v1.0.99
43352026-02-24T02:58:06.010Z Checking camino-tempfile v1.4.1
43362026-02-24T02:58:06.311Z Checking macaddr v1.0.1
43372026-02-24T02:58:06.339Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
43382026-02-24T02:58:06.613Z Checking toml v0.8.23
43392026-02-24T02:58:06.726Z Checking icu_properties v1.5.1
43402026-02-24T02:58:06.930Z Checking dof v0.3.0
43412026-02-24T02:58:07.212Z Checking clap v4.5.48
43422026-02-24T02:58:07.357Z Checking cargo_toml v0.21.0
43432026-02-24T02:58:07.925Z Checking usdt-impl v0.5.0
43442026-02-24T02:58:08.305Z Checking usdt v0.5.0
43452026-02-24T02:58:09.107Z Checking icu_normalizer v1.5.0
43462026-02-24T02:58:09.596Z Checking idna_adapter v1.2.0
43472026-02-24T02:58:09.729Z Checking idna v1.0.3
43482026-02-24T02:58:10.042Z Checking url v2.5.4
43492026-02-24T02:58:10.541Z Checking cargo-util-schemas v0.8.2
43502026-02-24T02:58:11.747Z Checking cargo_metadata v0.21.0
43512026-02-24T02:58:12.813Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
43522026-02-24T02:58:13.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.72s
43532026-02-24T02:58:13.597Z
43542026-02-24T02:58:13.597Zinfo: running `cargo check --bins` on end-to-end-tests (237/252)
43552026-02-24T02:58:14.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43562026-02-24T02:58:14.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43572026-02-24T02:58:14.648Z Checking polyval v0.6.2
43582026-02-24T02:58:14.779Z Checking ctr v0.9.2
43592026-02-24T02:58:14.794Z Checking ssh-encoding v0.2.0
43602026-02-24T02:58:14.797Z Checking blowfish v0.9.1
43612026-02-24T02:58:14.822Z Checking password-hash v0.4.2
43622026-02-24T02:58:14.843Z Checking p256 v0.13.2
43632026-02-24T02:58:14.846Z Checking p521 v0.13.3
43642026-02-24T02:58:14.862Z Checking russh-cryptovec v0.7.3
43652026-02-24T02:58:15.015Z Checking ghash v0.5.1
43662026-02-24T02:58:15.038Z Checking bcrypt-pbkdf v0.10.0
43672026-02-24T02:58:15.064Z Checking md5 v0.7.0
43682026-02-24T02:58:15.113Z Checking num-bigint v0.4.6
43692026-02-24T02:58:15.136Z Checking des v0.8.1
43702026-02-24T02:58:15.210Z Checking aes-gcm v0.10.3
43712026-02-24T02:58:15.232Z Checking pbkdf2 v0.11.0
43722026-02-24T02:58:15.311Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
43732026-02-24T02:58:15.333Z Checking hex-literal v0.4.1
43742026-02-24T02:58:15.358Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
43752026-02-24T02:58:15.415Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
43762026-02-24T02:58:15.460Z Checking ssh-cipher v0.2.0
43772026-02-24T02:58:15.492Z Checking internet-checksum v0.2.1
43782026-02-24T02:58:15.759Z Checking ssh-key v0.6.6
43792026-02-24T02:58:15.986Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
43802026-02-24T02:58:16.866Z Checking russh-keys v0.45.0
43812026-02-24T02:58:17.731Z Checking russh v0.45.0
43822026-02-24T02:58:42.876Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
43832026-02-24T02:58:44.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.97s
43842026-02-24T02:58:44.822Z
43852026-02-24T02:58:44.822Zinfo: running `cargo check --bins` on gateway-cli (238/252)
43862026-02-24T02:58:45.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43872026-02-24T02:58:45.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43882026-02-24T02:58:45.673Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
43892026-02-24T02:58:45.676Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
43902026-02-24T02:58:45.676Z Checking termios v0.3.3
43912026-02-24T02:58:47.897Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
43922026-02-24T02:58:48.090Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
43932026-02-24T02:58:50.954Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
43942026-02-24T02:58:51.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.98s
43952026-02-24T02:58:52.021Z
43962026-02-24T02:58:52.021Zinfo: running `cargo check --bins --no-default-features` on installinator (239/252)
43972026-02-24T02:58:52.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43982026-02-24T02:58:52.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43992026-02-24T02:58:52.940Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
44002026-02-24T02:58:52.943Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
44012026-02-24T02:58:53.077Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
44022026-02-24T02:58:53.080Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44032026-02-24T02:58:53.080Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
44042026-02-24T02:58:53.710Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
44052026-02-24T02:58:53.713Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
44062026-02-24T02:58:54.832Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
44072026-02-24T02:58:54.921Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
44082026-02-24T02:58:54.924Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
44092026-02-24T02:58:55.964Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
44102026-02-24T02:58:58.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.32s
44112026-02-24T02:58:58.568Z
44122026-02-24T02:58:58.568Zinfo: running `cargo check --bins` on internal-dns-cli (240/252)
44132026-02-24T02:58:59.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44142026-02-24T02:58:59.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44152026-02-24T02:58:59.422Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44162026-02-24T02:59:00.046Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
44172026-02-24T02:59:00.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.92s
44182026-02-24T02:59:00.698Z
44192026-02-24T02:59:00.698Zinfo: running `cargo check --bins` on omicron-live-tests (241/252)
44202026-02-24T02:59:01.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44212026-02-24T02:59:01.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44222026-02-24T02:59:01.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44232026-02-24T02:59:01.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
44242026-02-24T02:59:01.507Z
44252026-02-24T02:59:01.507Zinfo: running `cargo check --bins` on live-tests-macros (242/252)
44262026-02-24T02:59:02.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44272026-02-24T02:59:02.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44282026-02-24T02:59:02.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44292026-02-24T02:59:02.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
44302026-02-24T02:59:02.310Z
44312026-02-24T02:59:02.310Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (243/252)
44322026-02-24T02:59:03.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44332026-02-24T02:59:03.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44342026-02-24T02:59:03.272Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
44352026-02-24T02:59:04.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s
44362026-02-24T02:59:04.286Z
44372026-02-24T02:59:04.286Zinfo: running `cargo check --bins` on omicron-ntp-admin (244/252)
44382026-02-24T02:59:05.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44392026-02-24T02:59:05.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44402026-02-24T02:59:05.133Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
44412026-02-24T02:59:05.136Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
44422026-02-24T02:59:05.444Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
44432026-02-24T02:59:05.447Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
44442026-02-24T02:59:06.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.25s
44452026-02-24T02:59:06.749Z
44462026-02-24T02:59:06.749Zinfo: running `cargo check --bins` on ntp-admin-types (245/252)
44472026-02-24T02:59:07.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44482026-02-24T02:59:07.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44492026-02-24T02:59:07.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44502026-02-24T02:59:07.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
44512026-02-24T02:59:07.558Z
44522026-02-24T02:59:07.558Zinfo: running `cargo check --bins` on omicron-package (246/252)
44532026-02-24T02:59:08.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44542026-02-24T02:59:08.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44552026-02-24T02:59:08.442Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
44562026-02-24T02:59:09.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.41s
44572026-02-24T02:59:10.190Z
44582026-02-24T02:59:10.190Zinfo: running `cargo check --bins` on tqdb (247/252)
44592026-02-24T02:59:10.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44602026-02-24T02:59:10.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44612026-02-24T02:59:11.191Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
44622026-02-24T02:59:11.657Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
44632026-02-24T02:59:12.682Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
44642026-02-24T02:59:12.685Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
44652026-02-24T02:59:19.631Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
44662026-02-24T02:59:20.662Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
44672026-02-24T02:59:20.665Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
44682026-02-24T02:59:20.665Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
44692026-02-24T02:59:22.009Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
44702026-02-24T02:59:22.013Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
44712026-02-24T02:59:31.953Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
44722026-02-24T02:59:31.956Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
44732026-02-24T02:59:31.956Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
44742026-02-24T02:59:31.956Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
44752026-02-24T02:59:34.202Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
44762026-02-24T02:59:36.199Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
44772026-02-24T02:59:37.177Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
44782026-02-24T02:59:39.141Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
44792026-02-24T02:59:39.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.68s
44802026-02-24T02:59:40.129Z
44812026-02-24T02:59:40.129Zinfo: running `cargo check --bins` on wicket-dbg (248/252)
44822026-02-24T02:59:40.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44832026-02-24T02:59:40.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44842026-02-24T02:59:41.068Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
44852026-02-24T02:59:41.071Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
44862026-02-24T02:59:41.071Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
44872026-02-24T02:59:41.222Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
44882026-02-24T02:59:41.225Z Checking rtoolbox v0.0.2
44892026-02-24T02:59:41.226Z Checking tui-tree-widget v0.23.1
44902026-02-24T02:59:41.406Z Checking rpassword v7.4.0
44912026-02-24T02:59:41.597Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
44922026-02-24T02:59:43.044Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
44932026-02-24T02:59:49.716Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
44942026-02-24T02:59:50.755Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
44952026-02-24T02:59:55.621Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
44962026-02-24T02:59:58.619Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
44972026-02-24T02:59:59.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.81s
44982026-02-24T03:00:00.174Z
44992026-02-24T03:00:00.174Zinfo: running `cargo check --bins` on wicket (249/252)
45002026-02-24T03:00:00.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45012026-02-24T03:00:00.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45022026-02-24T03:00:01.077Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45032026-02-24T03:00:01.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
45042026-02-24T03:00:01.773Z
45052026-02-24T03:00:01.773Zinfo: running `cargo check --bins` on wicketd (250/252)
45062026-02-24T03:00:02.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45072026-02-24T03:00:02.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45082026-02-24T03:00:02.710Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
45092026-02-24T03:00:02.713Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
45102026-02-24T03:00:02.713Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45112026-02-24T03:00:02.713Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
45122026-02-24T03:00:04.522Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
45132026-02-24T03:00:05.408Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
45142026-02-24T03:00:10.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.26s
45152026-02-24T03:00:10.259Z
45162026-02-24T03:00:10.259Zinfo: running `cargo check --bins` on omicron-workspace-hack (251/252)
45172026-02-24T03:00:10.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45182026-02-24T03:00:10.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45192026-02-24T03:00:10.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45202026-02-24T03:00:10.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
45212026-02-24T03:00:11.065Z
45222026-02-24T03:00:11.065Zinfo: running `cargo check --bins` on zone-setup (252/252)
45232026-02-24T03:00:11.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45242026-02-24T03:00:11.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45252026-02-24T03:00:11.928Z Checking uzers v0.12.1
45262026-02-24T03:00:12.289Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
45272026-02-24T03:00:13.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.29s
45282026-02-24T03:00:13.599Z
45292026-02-24T03:00:13.603Zreal 21:24.768482550
45302026-02-24T03:00:13.603Zuser 38:49.308034015
45312026-02-24T03:00:13.603Zsys 6:12.755304192
45322026-02-24T03:00:13.603Ztrap 0.764810508
45332026-02-24T03:00:13.603Ztflt 0.857802564
45342026-02-24T03:00:13.603Zdflt 1.004357597
45352026-02-24T03:00:13.603Zkflt 0.001090780
45362026-02-24T03:00:13.603Zlock 1:40:21.089258812
45372026-02-24T03:00:13.603Zslp 3:22:17.788502044
45382026-02-24T03:00:13.603Zlat 1:42.323742156
45392026-02-24T03:00:13.603Zstop 5:37.615465269
45402026-02-24T03:00:13.603Zprocess exited: duration 1681709 ms, exit code 0
 
45412026-02-24T03:00:13.610Zfound 0 output files