|
|
|
| 1 | 2026-08-07T21:23:46.296Z | job assigned to worker 01KZF1QA9GNF13EVB5QK0W31JD [factory aws, i-0fcfdb9e5baba5f87] (queued for 52 s) |
| |
| 2 | 2026-08-07T21:23:52.700Z | starting task 0: "setup" |
| 3 | 2026-08-07T21:23:52.703Z | ++ uname -s |
| 4 | 2026-08-07T21:23:52.707Z | + kern=SunOS |
| 5 | 2026-08-07T21:23:52.707Z | + build_user=build |
| 6 | 2026-08-07T21:23:52.707Z | + build_uid=12345 |
| 7 | 2026-08-07T21:23:52.707Z | + work_dir=/work |
| 8 | 2026-08-07T21:23:52.707Z | + input_dir=/input |
| 9 | 2026-08-07T21:23:52.707Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-07T21:23:52.707Z | + case "$kern" in |
| 11 | 2026-08-07T21:23:52.707Z | + groupadd -g 12345 build |
| 12 | 2026-08-07T21:23:52.711Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-07T21:23:54.712Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-07T21:23:54.809Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-07T21:23:54.812Z | + home_fs=zfs |
| 16 | 2026-08-07T21:23:54.812Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-07T21:23:54.812Z | + mkdir -p /home/build |
| 18 | 2026-08-07T21:23:54.812Z | + chown build:build /home/build /work |
| 19 | 2026-08-07T21:23:56.813Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-07T21:23:56.815Z | process exited: duration 4116 ms, exit code 0 |
| |
| 21 | 2026-08-07T21:23:56.821Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-07T21:23:56.824Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-07T21:23:56.824Z | * rust toolchain channel = "1.97.1" |
| 24 | 2026-08-07T21:23:56.824Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-08-07T21:23:56.825Z | * rust toolchain profile = "default" |
| 26 | 2026-08-07T21:23:56.825Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-07T21:23:56.825Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-07T21:23:56.827Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-07T21:23:56.827Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-07T21:23:56.884Z | info: downloading installer |
| 31 | 2026-08-07T21:23:58.278Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-07T21:23:58.278Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-07T21:23:58.278Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-07T21:23:58.278Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-07T21:23:58.290Z | info: profile set to default |
| 36 | 2026-08-07T21:23:58.290Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-07T21:23:58.293Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-07T21:23:58.450Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-07T21:23:58.453Z | info: downloading 6 components |
| 40 | 2026-08-07T21:24:13.335Z | |
| 41 | 2026-08-07T21:24:13.335Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 42 | 2026-08-07T21:24:13.363Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-07T21:24:13.363Z | |
| 44 | 2026-08-07T21:24:13.363Z | |
| 45 | 2026-08-07T21:24:13.363Z | Rust is installed now. Great! |
| 46 | 2026-08-07T21:24:13.363Z | |
| 47 | 2026-08-07T21:24:13.363Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-07T21:24:13.363Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-07T21:24:13.363Z | |
| 50 | 2026-08-07T21:24:13.363Z | To configure your current shell, you need to source |
| 51 | 2026-08-07T21:24:13.363Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-07T21:24:13.363Z | |
| 53 | 2026-08-07T21:24:13.363Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-07T21:24:13.363Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-07T21:24:13.363Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-07T21:24:13.363Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-07T21:24:13.363Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-07T21:24:13.363Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-07T21:24:13.363Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-07T21:24:13.367Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-07T21:24:13.367Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-07T21:24:13.458Z | + rustup --version |
| 63 | 2026-08-07T21:24:13.465Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-07T21:24:13.468Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-07T21:24:13.486Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-07T21:24:13.489Z | + cargo --version |
| 67 | 2026-08-07T21:24:13.504Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-07T21:24:13.507Z | + rustc --version |
| 69 | 2026-08-07T21:24:13.526Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-07T21:24:13.529Z | process exited: duration 16707 ms, exit code 0 |
| |
| 71 | 2026-08-07T21:24:13.536Z | starting task 2: "authentication" |
| 72 | 2026-08-07T21:24:13.550Z | process exited: duration 15 ms, exit code 0 |
| |
| 73 | 2026-08-07T21:24:13.556Z | starting task 3: "clone repository" |
| 74 | 2026-08-07T21:24:13.559Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-08-07T21:24:13.562Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-08-07T21:24:13.591Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-08-07T21:24:24.380Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-08-07T21:24:24.381Z | + git fetch origin 661d513a778443b1e21b881c8f8df99a2f60db0b |
| 79 | 2026-08-07T21:24:24.742Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-08-07T21:24:24.742Z | * branch 661d513a778443b1e21b881c8f8df99a2f60db0b -> FETCH_HEAD |
| 81 | 2026-08-07T21:24:24.752Z | + [[ -n oliver/polar-patch ]] |
| 82 | 2026-08-07T21:24:24.755Z | ++ git branch --show-current |
| 83 | 2026-08-07T21:24:24.755Z | + current=main |
| 84 | 2026-08-07T21:24:24.755Z | + [[ main != oliver/polar-patch ]] |
| 85 | 2026-08-07T21:24:24.755Z | + git branch -f oliver/polar-patch 661d513a778443b1e21b881c8f8df99a2f60db0b |
| 86 | 2026-08-07T21:24:24.758Z | + git checkout -f oliver/polar-patch |
| 87 | 2026-08-07T21:24:25.007Z | Switched to branch 'oliver/polar-patch' |
| 88 | 2026-08-07T21:24:25.010Z | + git reset --hard 661d513a778443b1e21b881c8f8df99a2f60db0b |
| 89 | 2026-08-07T21:24:25.023Z | HEAD is now at 661d513a7 Implemented feedback |
| 90 | 2026-08-07T21:24:25.026Z | process exited: duration 11467 ms, exit code 0 |
| |
| 91 | 2026-08-07T21:24:25.032Z | starting task 4: "build" |
| 92 | 2026-08-07T21:24:25.035Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-08-07T21:24:25.038Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-08-07T21:24:25.038Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-08-07T21:24:25.038Z | +++ uname -s |
| 96 | 2026-08-07T21:24:25.038Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 97 | 2026-08-07T21:24:25.038Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 98 | 2026-08-07T21:24:25.041Z | + cargo --version |
| 99 | 2026-08-07T21:24:25.048Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 100 | 2026-08-07T21:24:25.051Z | + rustc --version |
| 101 | 2026-08-07T21:24:25.070Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 102 | 2026-08-07T21:24:25.073Z | + source ./env.sh |
| 103 | 2026-08-07T21:24:25.073Z | ++ OLD_SHELL_OPTS=ehxB |
| 104 | 2026-08-07T21:24:25.073Z | ++ set -o xtrace |
| 105 | 2026-08-07T21:24:25.075Z | ++++ dirname ./env.sh |
| 106 | 2026-08-07T21:24:25.075Z | +++ readlink -f . |
| 107 | 2026-08-07T21:24:25.078Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 108 | 2026-08-07T21:24:25.078Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 109 | 2026-08-07T21:24:25.078Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 110 | 2026-08-07T21:24:25.078Z | ++ 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 |
| 111 | 2026-08-07T21:24:25.078Z | ++ 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 |
| 112 | 2026-08-07T21:24:25.078Z | ++ 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 |
| 113 | 2026-08-07T21:24:25.078Z | ++ 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 |
| 114 | 2026-08-07T21:24:25.078Z | ++ 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 |
| 115 | 2026-08-07T21:24:25.078Z | ++ 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 |
| 116 | 2026-08-07T21:24:25.078Z | ++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/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 |
| 117 | 2026-08-07T21:24:25.078Z | ++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/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 |
| 118 | 2026-08-07T21:24:25.078Z | ++ case $OLD_SHELL_OPTS in |
| 119 | 2026-08-07T21:24:25.078Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 120 | 2026-08-07T21:24:25.078Z | + export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/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 |
| 121 | 2026-08-07T21:24:25.079Z | + PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/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 |
| 122 | 2026-08-07T21:24:25.079Z | + banner prerequisites |
| 123 | 2026-08-07T21:24:25.082Z | |
| 124 | 2026-08-07T21:24:25.082Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 125 | 2026-08-07T21:24:25.082Z | # # # # # # # # # # # # # # # |
| 126 | 2026-08-07T21:24:25.082Z | # # # # ##### # # ##### # # # # # #### # |
| 127 | 2026-08-07T21:24:25.082Z | ##### ##### # ##### # # # # # # # # # |
| 128 | 2026-08-07T21:24:25.082Z | # # # # # # # # # # # # # # # |
| 129 | 2026-08-07T21:24:25.082Z | # # # ###### # # ###### ### # #### # #### # |
| 130 | 2026-08-07T21:24:25.082Z | |
| 131 | 2026-08-07T21:24:25.082Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 132 | 2026-08-07T21:24:26.873Z | Startup: Refreshing catalog 'helios' ... Done |
| 133 | 2026-08-07T21:24:27.128Z | Startup: Caching catalogs ... Done |
| 134 | 2026-08-07T21:24:28.524Z | Planning: Solver setup ... Done (1.290s) |
| 135 | 2026-08-07T21:24:28.547Z | Planning: Running solver ... Done (0.045s) |
| 136 | 2026-08-07T21:24:28.577Z | Planning: Finding local manifests ... Done (0.003s) |
| 137 | 2026-08-07T21:24:28.588Z | Planning: Fetching manifests: 0/2 0% complete |
| 138 | 2026-08-07T21:24:28.608Z | Planning: Fetching manifests: 2/2 100% complete |
| 139 | 2026-08-07T21:24:28.622Z | Planning: Package planning ... Done (0.013s) |
| 140 | 2026-08-07T21:24:28.641Z | Planning: Merging actions ... Done (0.002s) |
| 141 | 2026-08-07T21:24:28.783Z | Planning: Checking for conflicting actions ... Done (0.160s) |
| 142 | 2026-08-07T21:24:28.786Z | Planning: Consolidating action changes ... Done (0.001s) |
| 143 | 2026-08-07T21:24:29.481Z | Planning: Evaluating mediators ... Done (0.695s) |
| 144 | 2026-08-07T21:24:29.484Z | Planning: Planning completed in 2.33 seconds |
| 145 | 2026-08-07T21:24:29.488Z | Packages to install: 2 |
| 146 | 2026-08-07T21:24:29.491Z | Estimated space available: 156.02 GB |
| 147 | 2026-08-07T21:24:29.491Z | Estimated space to be consumed: 57.87 MB |
| 148 | 2026-08-07T21:24:29.491Z | Create boot environment: No |
| 149 | 2026-08-07T21:24:29.491Z | Create backup boot environment: No |
| 150 | 2026-08-07T21:24:29.491Z | Rebuild boot archive: No |
| 151 | 2026-08-07T21:24:29.491Z | |
| 152 | 2026-08-07T21:24:29.491Z | Changed packages: |
| 153 | 2026-08-07T21:24:29.491Z | helios |
| 154 | 2026-08-07T21:24:29.491Z | developer/build-essential |
| 155 | 2026-08-07T21:24:29.491Z | None -> 11-3.0 |
| 156 | 2026-08-07T21:24:29.491Z | library/libxmlsec1 |
| 157 | 2026-08-07T21:24:29.491Z | None -> 1.2.35-3.0 |
| 158 | 2026-08-07T21:24:29.515Z | |
| 159 | 2026-08-07T21:24:29.516Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 160 | 2026-08-07T21:24:29.595Z | Download: Completed 1.28 MB in 0.08 seconds (15.8M/s) |
| 161 | 2026-08-07T21:24:29.657Z | Actions: 1/268 actions (Installing new actions) |
| 162 | 2026-08-07T21:24:29.696Z | Actions: Completed 268 actions in 0.04 seconds. |
| 163 | 2026-08-07T21:24:29.719Z | Finalize: Updating package state database ... Done (0.024s) |
| 164 | 2026-08-07T21:24:29.722Z | Finalize: Updating package cache ... Done (0.000s) |
| 165 | 2026-08-07T21:24:29.780Z | Finalize: Updating image state ... Done (0.060s) |
| 166 | 2026-08-07T21:24:32.193Z | Finalize: Creating fast lookup database ... Done (2.374s) |
| 167 | 2026-08-07T21:24:32.258Z | Finalize: Reading search index ... Done (0.013s) |
| 168 | 2026-08-07T21:24:32.262Z | Finalize: Updating search index ... Done (0.000s) |
| 169 | 2026-08-07T21:24:32.329Z | Finalize: Updating package cache ... Done (0.000s) |
| 170 | 2026-08-07T21:24:32.671Z | Planning: Evaluating mediator changes ... Done |
| 171 | 2026-08-07T21:24:32.773Z | Planning: Checking for conflicting actions ... Done |
| 172 | 2026-08-07T21:24:32.778Z | Planning: Consolidating action changes ... Done |
| 173 | 2026-08-07T21:24:32.929Z | Planning: Evaluating mediators ... Done |
| 174 | 2026-08-07T21:24:32.932Z | Planning: Planning completed in 0.26 seconds |
| 175 | 2026-08-07T21:24:32.952Z | Mediators to change: 2 |
| 176 | 2026-08-07T21:24:32.952Z | Create boot environment: No |
| 177 | 2026-08-07T21:24:32.952Z | Create backup boot environment: No |
| 178 | 2026-08-07T21:24:33.061Z | Finalize: Updating package state database ... Done |
| 179 | 2026-08-07T21:24:33.061Z | Finalize: Updating package cache ... Done |
| 180 | 2026-08-07T21:24:33.096Z | Finalize: Updating image state ... Done |
| 181 | 2026-08-07T21:24:35.013Z | Finalize: Creating fast lookup database ... Done |
| 182 | 2026-08-07T21:24:35.073Z | Finalize: Reading search index ... Done |
| 183 | 2026-08-07T21:24:35.078Z | Finalize: Updating search index ... Done |
| 184 | 2026-08-07T21:24:35.164Z | Finalize: Updating package cache ... Done |
| 185 | 2026-08-07T21:24:35.445Z | Planning: Evaluating mediator changes ... Done |
| 186 | 2026-08-07T21:24:35.551Z | Planning: Checking for conflicting actions ... Done |
| 187 | 2026-08-07T21:24:35.553Z | Planning: Consolidating action changes ... Done |
| 188 | 2026-08-07T21:24:35.710Z | Planning: Evaluating mediators ... Done |
| 189 | 2026-08-07T21:24:35.713Z | Planning: Planning completed in 0.26 seconds |
| 190 | 2026-08-07T21:24:35.730Z | Mediators to change: 1 |
| 191 | 2026-08-07T21:24:35.730Z | Create boot environment: No |
| 192 | 2026-08-07T21:24:35.733Z | Create backup boot environment: No |
| 193 | 2026-08-07T21:24:35.781Z | Finalize: Updating package state database ... Done |
| 194 | 2026-08-07T21:24:35.781Z | Finalize: Updating package cache ... Done |
| 195 | 2026-08-07T21:24:35.814Z | Finalize: Updating image state ... Done |
| 196 | 2026-08-07T21:24:37.730Z | Finalize: Creating fast lookup database ... Done |
| 197 | 2026-08-07T21:24:37.792Z | Finalize: Reading search index ... Done |
| 198 | 2026-08-07T21:24:37.795Z | Finalize: Updating search index ... Done |
| 199 | 2026-08-07T21:24:37.865Z | Finalize: Updating package cache ... Done |
| 200 | 2026-08-07T21:24:38.176Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 201 | 2026-08-07T21:24:38.176Z | apache system 2.4 system |
| 202 | 2026-08-07T21:24:38.176Z | clang system 15 system |
| 203 | 2026-08-07T21:24:38.176Z | csh system system illumos |
| 204 | 2026-08-07T21:24:38.176Z | ctags system system illumos |
| 205 | 2026-08-07T21:24:38.176Z | file vendor vendor darwinsys |
| 206 | 2026-08-07T21:24:38.176Z | file system system illumos |
| 207 | 2026-08-07T21:24:38.176Z | gcc vendor 14 vendor |
| 208 | 2026-08-07T21:24:38.176Z | gcc system 13 system |
| 209 | 2026-08-07T21:24:38.176Z | gcc system 10 system |
| 210 | 2026-08-07T21:24:38.176Z | go system 1.25 system |
| 211 | 2026-08-07T21:24:38.176Z | llvm system 15 system |
| 212 | 2026-08-07T21:24:38.176Z | mariadb system 11.4 system |
| 213 | 2026-08-07T21:24:38.176Z | mta vendor vendor dma |
| 214 | 2026-08-07T21:24:38.176Z | openjdk system 17 system |
| 215 | 2026-08-07T21:24:38.176Z | openjdk system 11 system |
| 216 | 2026-08-07T21:24:38.176Z | openssl vendor 3 vendor |
| 217 | 2026-08-07T21:24:38.177Z | perl system 5.40 system |
| 218 | 2026-08-07T21:24:38.177Z | postgresql system 18 system |
| 219 | 2026-08-07T21:24:38.177Z | postgresql system 17 system |
| 220 | 2026-08-07T21:24:38.177Z | python vendor 3 vendor |
| 221 | 2026-08-07T21:24:38.177Z | python system 2 system |
| 222 | 2026-08-07T21:24:38.177Z | python3 vendor 3.13 vendor |
| 223 | 2026-08-07T21:24:38.177Z | ruby system 3.4 system |
| 224 | 2026-08-07T21:24:38.177Z | ruby system 3.0 system |
| 225 | 2026-08-07T21:24:38.177Z | words vendor vendor american-english |
| 226 | 2026-08-07T21:24:38.177Z | words system system australian-english |
| 227 | 2026-08-07T21:24:38.177Z | words system system british-english |
| 228 | 2026-08-07T21:24:38.177Z | words system system canadian-english |
| 229 | 2026-08-07T21:24:38.177Z | words system system french |
| 230 | 2026-08-07T21:24:38.177Z | words system system italian |
| 231 | 2026-08-07T21:24:38.177Z | words system system ngerman |
| 232 | 2026-08-07T21:24:38.177Z | words system system ogerman |
| 233 | 2026-08-07T21:24:38.177Z | words system system spanish |
| 234 | 2026-08-07T21:24:38.426Z | PUBLISHER TYPE STATUS P LOCATION |
| 235 | 2026-08-07T21:24:38.427Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 236 | 2026-08-07T21:24:38.832Z | FMRI IFO |
| 237 | 2026-08-07T21:24:38.832Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 238 | 2026-08-07T21:24:38.832Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 239 | 2026-08-07T21:24:38.832Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 240 | 2026-08-07T21:24:38.832Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 241 | 2026-08-07T21:24:38.832Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 242 | 2026-08-07T21:24:38.832Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 243 | 2026-08-07T21:24:38.832Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 244 | 2026-08-07T21:24:38.832Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 245 | 2026-08-07T21:24:38.832Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 246 | 2026-08-07T21:24:39.139Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 247 | 2026-08-07T21:24:39.475Z | Updating crates.io index |
| 248 | 2026-08-07T21:24:39.479Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 249 | 2026-08-07T21:24:39.738Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 250 | 2026-08-07T21:24:40.101Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 251 | 2026-08-07T21:24:41.101Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 252 | 2026-08-07T21:24:41.629Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 253 | 2026-08-07T21:24:43.192Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 254 | 2026-08-07T21:24:44.030Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 255 | 2026-08-07T21:24:44.371Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 256 | 2026-08-07T21:24:44.755Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 257 | 2026-08-07T21:24:46.253Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 258 | 2026-08-07T21:24:46.571Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 259 | 2026-08-07T21:24:47.034Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 260 | 2026-08-07T21:24:47.647Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 261 | 2026-08-07T21:24:47.929Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 262 | 2026-08-07T21:24:48.242Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 263 | 2026-08-07T21:24:48.583Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 264 | 2026-08-07T21:24:48.906Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 265 | 2026-08-07T21:24:49.199Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 266 | 2026-08-07T21:24:49.707Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 267 | 2026-08-07T21:24:50.209Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 268 | 2026-08-07T21:24:50.579Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 269 | 2026-08-07T21:24:51.116Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 270 | 2026-08-07T21:24:51.420Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 271 | 2026-08-07T21:24:52.127Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 272 | 2026-08-07T21:24:52.459Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 273 | 2026-08-07T21:24:52.738Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 274 | 2026-08-07T21:24:53.213Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 275 | 2026-08-07T21:24:53.512Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 276 | 2026-08-07T21:24:53.950Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 277 | 2026-08-07T21:24:54.331Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 278 | 2026-08-07T21:24:54.588Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 279 | 2026-08-07T21:24:54.926Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 280 | 2026-08-07T21:24:55.313Z | Updating git repository `https://github.com/oxidecomputer/tough` |
| 281 | 2026-08-07T21:24:55.926Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 282 | 2026-08-07T21:24:56.495Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 283 | 2026-08-07T21:24:56.805Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 284 | 2026-08-07T21:24:57.337Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 285 | 2026-08-07T21:24:57.702Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 286 | 2026-08-07T21:24:58.359Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 287 | 2026-08-07T21:24:58.652Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 288 | 2026-08-07T21:24:58.917Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 289 | 2026-08-07T21:24:59.251Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 290 | 2026-08-07T21:24:59.549Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 291 | 2026-08-07T21:25:02.426Z | Downloading crates ... |
| 292 | 2026-08-07T21:25:02.476Z | Downloaded cfg-if v1.0.4 |
| 293 | 2026-08-07T21:25:02.484Z | Downloaded clap_lex v1.0.0 |
| 294 | 2026-08-07T21:25:02.488Z | Downloaded anstyle-query v1.1.5 |
| 295 | 2026-08-07T21:25:02.490Z | Downloaded autocfg v1.5.0 |
| 296 | 2026-08-07T21:25:02.491Z | Downloaded camino-tempfile v1.4.1 |
| 297 | 2026-08-07T21:25:02.493Z | Downloaded cargo-platform v0.3.2 |
| 298 | 2026-08-07T21:25:02.496Z | Downloaded anstyle-parse v1.0.0 |
| 299 | 2026-08-07T21:25:02.496Z | Downloaded byteorder v1.5.0 |
| 300 | 2026-08-07T21:25:02.500Z | Downloaded block-buffer v0.10.4 |
| 301 | 2026-08-07T21:25:02.503Z | Downloaded fnv v1.0.7 |
| 302 | 2026-08-07T21:25:02.503Z | Downloaded zerocopy v0.7.35 |
| 303 | 2026-08-07T21:25:02.509Z | Downloaded zmij v1.0.21 |
| 304 | 2026-08-07T21:25:02.512Z | Downloaded zerocopy-derive v0.7.35 |
| 305 | 2026-08-07T21:25:02.515Z | Downloaded cargo_toml v0.21.0 |
| 306 | 2026-08-07T21:25:02.515Z | Downloaded dof v0.3.0 |
| 307 | 2026-08-07T21:25:02.515Z | Downloaded fastrand v2.3.0 |
| 308 | 2026-08-07T21:25:02.517Z | Downloaded errno v0.3.14 |
| 309 | 2026-08-07T21:25:02.517Z | Downloaded is_terminal_polyfill v1.70.2 |
| 310 | 2026-08-07T21:25:02.520Z | Downloaded equivalent v1.0.2 |
| 311 | 2026-08-07T21:25:02.520Z | Downloaded heck v0.5.0 |
| 312 | 2026-08-07T21:25:02.527Z | Downloaded cpufeatures v0.2.17 |
| 313 | 2026-08-07T21:25:02.530Z | Downloaded macaddr v1.0.1 |
| 314 | 2026-08-07T21:25:02.534Z | Downloaded crypto-common v0.1.7 |
| 315 | 2026-08-07T21:25:02.537Z | Downloaded clap_derive v4.6.1 |
| 316 | 2026-08-07T21:25:02.537Z | Downloaded dtrace-parser v0.2.0 |
| 317 | 2026-08-07T21:25:02.537Z | Downloaded heck v0.4.1 |
| 318 | 2026-08-07T21:25:02.537Z | Downloaded bytecount v0.6.9 |
| 319 | 2026-08-07T21:25:02.543Z | Downloaded generic-array v0.14.7 |
| 320 | 2026-08-07T21:25:02.549Z | Downloaded memmap v0.7.0 |
| 321 | 2026-08-07T21:25:02.551Z | Downloaded colorchoice v1.0.4 |
| 322 | 2026-08-07T21:25:02.556Z | Downloaded toml_write v0.1.2 |
| 323 | 2026-08-07T21:25:02.559Z | Downloaded pretty-hex v0.4.1 |
| 324 | 2026-08-07T21:25:02.559Z | Downloaded swrite v0.1.0 |
| 325 | 2026-08-07T21:25:02.562Z | Downloaded terminal_size v0.4.3 |
| 326 | 2026-08-07T21:25:02.564Z | Downloaded plain v0.2.3 |
| 327 | 2026-08-07T21:25:02.567Z | Downloaded toml_datetime v0.6.11 |
| 328 | 2026-08-07T21:25:02.570Z | Downloaded itoa v1.0.17 |
| 329 | 2026-08-07T21:25:02.573Z | Downloaded fs-err v3.3.0 |
| 330 | 2026-08-07T21:25:02.580Z | Downloaded anstyle v1.0.14 |
| 331 | 2026-08-07T21:25:02.590Z | Downloaded version_check v0.9.5 |
| 332 | 2026-08-07T21:25:02.593Z | Downloaded proc-macro-error-attr v1.0.4 |
| 333 | 2026-08-07T21:25:02.595Z | Downloaded scroll_derive v0.12.1 |
| 334 | 2026-08-07T21:25:02.601Z | Downloaded smawk v0.3.2 |
| 335 | 2026-08-07T21:25:02.604Z | Downloaded strsim v0.11.1 |
| 336 | 2026-08-07T21:25:02.604Z | Downloaded unicode-linebreak v0.1.5 |
| 337 | 2026-08-07T21:25:02.604Z | Downloaded thread-id v4.2.2 |
| 338 | 2026-08-07T21:25:02.611Z | Downloaded usdt-attr-macro v0.5.0 |
| 339 | 2026-08-07T21:25:02.614Z | Downloaded usdt-macro v0.5.0 |
| 340 | 2026-08-07T21:25:02.617Z | Downloaded serde_spanned v0.6.9 |
| 341 | 2026-08-07T21:25:02.619Z | Downloaded tabled_derive v0.7.0 |
| 342 | 2026-08-07T21:25:02.622Z | Downloaded utf8parse v0.2.2 |
| 343 | 2026-08-07T21:25:02.622Z | Downloaded sha2 v0.10.9 |
| 344 | 2026-08-07T21:25:02.625Z | Downloaded thiserror-impl v2.0.18 |
| 345 | 2026-08-07T21:25:02.627Z | Downloaded digest v0.10.7 |
| 346 | 2026-08-07T21:25:02.627Z | Downloaded usdt v0.5.0 |
| 347 | 2026-08-07T21:25:02.632Z | Downloaded thiserror-impl v1.0.69 |
| 348 | 2026-08-07T21:25:02.636Z | Downloaded anyhow v1.0.102 |
| 349 | 2026-08-07T21:25:02.636Z | Downloaded proc-macro-error v1.0.4 |
| 350 | 2026-08-07T21:25:02.639Z | Downloaded clap v4.6.1 |
| 351 | 2026-08-07T21:25:02.642Z | Downloaded pest_derive v2.8.6 |
| 352 | 2026-08-07T21:25:02.645Z | Downloaded pest_generator v2.8.6 |
| 353 | 2026-08-07T21:25:02.648Z | Downloaded cargo_metadata v0.23.1 |
| 354 | 2026-08-07T21:25:02.656Z | Downloaded anstream v1.0.0 |
| 355 | 2026-08-07T21:25:02.659Z | Downloaded quote v1.0.45 |
| 356 | 2026-08-07T21:25:02.661Z | Downloaded serde_tokenstream v0.2.3 |
| 357 | 2026-08-07T21:25:02.661Z | Downloaded pest_meta v2.8.6 |
| 358 | 2026-08-07T21:25:02.661Z | Downloaded thiserror v2.0.18 |
| 359 | 2026-08-07T21:25:02.666Z | Downloaded usdt-impl v0.5.0 |
| 360 | 2026-08-07T21:25:02.668Z | Downloaded scroll v0.12.0 |
| 361 | 2026-08-07T21:25:02.672Z | Downloaded camino v1.2.2 |
| 362 | 2026-08-07T21:25:02.675Z | Downloaded toml v0.8.23 |
| 363 | 2026-08-07T21:25:02.675Z | Downloaded bitflags v2.11.0 |
| 364 | 2026-08-07T21:25:02.684Z | Downloaded papergrid v0.11.0 |
| 365 | 2026-08-07T21:25:02.686Z | Downloaded getrandom v0.4.1 |
| 366 | 2026-08-07T21:25:02.689Z | Downloaded once_cell v1.21.3 |
| 367 | 2026-08-07T21:25:02.692Z | Downloaded semver v1.0.28 |
| 368 | 2026-08-07T21:25:02.692Z | Downloaded thiserror v1.0.69 |
| 369 | 2026-08-07T21:25:02.699Z | Downloaded unicode-ident v1.0.24 |
| 370 | 2026-08-07T21:25:02.708Z | Downloaded proc-macro2 v1.0.106 |
| 371 | 2026-08-07T21:25:02.709Z | Downloaded log v0.4.29 |
| 372 | 2026-08-07T21:25:02.715Z | Downloaded ucd-trie v0.1.7 |
| 373 | 2026-08-07T21:25:02.717Z | Downloaded tempfile v3.25.0 |
| 374 | 2026-08-07T21:25:02.723Z | Downloaded textwrap v0.16.2 |
| 375 | 2026-08-07T21:25:02.738Z | Downloaded serde_core v1.0.228 |
| 376 | 2026-08-07T21:25:02.741Z | Downloaded toml_edit v0.22.27 |
| 377 | 2026-08-07T21:25:02.747Z | Downloaded serde v1.0.228 |
| 378 | 2026-08-07T21:25:02.749Z | Downloaded serde_derive v1.0.228 |
| 379 | 2026-08-07T21:25:02.754Z | Downloaded indexmap v2.14.0 |
| 380 | 2026-08-07T21:25:02.781Z | Downloaded memchr v2.8.0 |
| 381 | 2026-08-07T21:25:02.785Z | Downloaded typenum v1.20.1 |
| 382 | 2026-08-07T21:25:02.788Z | Downloaded pest v2.8.6 |
| 383 | 2026-08-07T21:25:02.802Z | Downloaded clap_builder v4.6.0 |
| 384 | 2026-08-07T21:25:02.805Z | Downloaded hashbrown v0.17.0 |
| 385 | 2026-08-07T21:25:02.836Z | Downloaded serde_json v1.0.151 |
| 386 | 2026-08-07T21:25:02.841Z | Downloaded goblin v0.8.2 |
| 387 | 2026-08-07T21:25:02.851Z | Downloaded winnow v0.7.14 |
| 388 | 2026-08-07T21:25:02.860Z | Downloaded tabled v0.15.0 |
| 389 | 2026-08-07T21:25:02.876Z | Downloaded syn v1.0.109 |
| 390 | 2026-08-07T21:25:02.883Z | Downloaded unicode-width v0.1.14 |
| 391 | 2026-08-07T21:25:02.894Z | Downloaded syn v2.0.117 |
| 392 | 2026-08-07T21:25:02.900Z | Downloaded unicode-width v0.2.0 |
| 393 | 2026-08-07T21:25:02.910Z | Downloaded rustix v1.1.3 |
| 394 | 2026-08-07T21:25:02.941Z | Downloaded libc v0.2.185 |
| 395 | 2026-08-07T21:25:03.003Z | Compiling proc-macro2 v1.0.106 |
| 396 | 2026-08-07T21:25:03.003Z | Compiling unicode-ident v1.0.24 |
| 397 | 2026-08-07T21:25:03.003Z | Compiling quote v1.0.45 |
| 398 | 2026-08-07T21:25:03.003Z | Compiling serde_core v1.0.228 |
| 399 | 2026-08-07T21:25:03.006Z | Compiling libc v0.2.185 |
| 400 | 2026-08-07T21:25:03.006Z | Compiling version_check v0.9.5 |
| 401 | 2026-08-07T21:25:03.006Z | Compiling memchr v2.8.0 |
| 402 | 2026-08-07T21:25:03.006Z | Compiling serde v1.0.228 |
| 403 | 2026-08-07T21:25:03.375Z | Compiling zmij v1.0.21 |
| 404 | 2026-08-07T21:25:03.507Z | Compiling ucd-trie v0.1.7 |
| 405 | 2026-08-07T21:25:03.579Z | Compiling thiserror v1.0.69 |
| 406 | 2026-08-07T21:25:03.767Z | Compiling itoa v1.0.17 |
| 407 | 2026-08-07T21:25:03.803Z | Compiling pest v2.8.6 |
| 408 | 2026-08-07T21:25:03.951Z | Compiling rustix v1.1.3 |
| 409 | 2026-08-07T21:25:03.998Z | Compiling byteorder v1.5.0 |
| 410 | 2026-08-07T21:25:04.042Z | Compiling errno v0.3.14 |
| 411 | 2026-08-07T21:25:04.188Z | Compiling bitflags v2.11.0 |
| 412 | 2026-08-07T21:25:04.302Z | Compiling serde_json v1.0.151 |
| 413 | 2026-08-07T21:25:04.406Z | Compiling syn v2.0.117 |
| 414 | 2026-08-07T21:25:04.498Z | Compiling thread-id v4.2.2 |
| 415 | 2026-08-07T21:25:04.560Z | Compiling proc-macro-error-attr v1.0.4 |
| 416 | 2026-08-07T21:25:04.600Z | Compiling usdt-impl v0.5.0 |
| 417 | 2026-08-07T21:25:04.726Z | Compiling camino v1.2.2 |
| 418 | 2026-08-07T21:25:04.742Z | Compiling syn v1.0.109 |
| 419 | 2026-08-07T21:25:04.909Z | Compiling pest_meta v2.8.6 |
| 420 | 2026-08-07T21:25:05.076Z | Compiling proc-macro-error v1.0.4 |
| 421 | 2026-08-07T21:25:05.092Z | Compiling equivalent v1.0.2 |
| 422 | 2026-08-07T21:25:05.110Z | Compiling log v0.4.29 |
| 423 | 2026-08-07T21:25:05.181Z | Compiling plain v0.2.3 |
| 424 | 2026-08-07T21:25:05.256Z | Compiling hashbrown v0.17.0 |
| 425 | 2026-08-07T21:25:05.293Z | Compiling utf8parse v0.2.2 |
| 426 | 2026-08-07T21:25:05.294Z | Compiling getrandom v0.4.1 |
| 427 | 2026-08-07T21:25:05.469Z | Compiling anstyle-parse v1.0.0 |
| 428 | 2026-08-07T21:25:05.611Z | Compiling terminal_size v0.4.3 |
| 429 | 2026-08-07T21:25:05.795Z | Compiling indexmap v2.14.0 |
| 430 | 2026-08-07T21:25:06.242Z | Compiling autocfg v1.5.0 |
| 431 | 2026-08-07T21:25:06.259Z | Compiling toml_write v0.1.2 |
| 432 | 2026-08-07T21:25:06.408Z | Compiling anstyle-query v1.1.5 |
| 433 | 2026-08-07T21:25:06.411Z | Compiling is_terminal_polyfill v1.70.2 |
| 434 | 2026-08-07T21:25:06.456Z | Compiling thiserror v2.0.18 |
| 435 | 2026-08-07T21:25:06.511Z | Compiling winnow v0.7.14 |
| 436 | 2026-08-07T21:25:06.529Z | Compiling cfg-if v1.0.4 |
| 437 | 2026-08-07T21:25:06.529Z | Compiling pretty-hex v0.4.1 |
| 438 | 2026-08-07T21:25:06.604Z | Compiling colorchoice v1.0.4 |
| 439 | 2026-08-07T21:25:06.665Z | Compiling pest_generator v2.8.6 |
| 440 | 2026-08-07T21:25:06.682Z | Compiling anstyle v1.0.14 |
| 441 | 2026-08-07T21:25:06.721Z | Compiling fs-err v3.3.0 |
| 442 | 2026-08-07T21:25:06.913Z | Compiling anstream v1.0.0 |
| 443 | 2026-08-07T21:25:06.978Z | Compiling heck v0.5.0 |
| 444 | 2026-08-07T21:25:07.030Z | Compiling once_cell v1.21.3 |
| 445 | 2026-08-07T21:25:07.199Z | Compiling fastrand v2.3.0 |
| 446 | 2026-08-07T21:25:07.216Z | Compiling bytecount v0.6.9 |
| 447 | 2026-08-07T21:25:07.232Z | Compiling anyhow v1.0.102 |
| 448 | 2026-08-07T21:25:07.247Z | Compiling strsim v0.11.1 |
| 449 | 2026-08-07T21:25:07.341Z | Compiling unicode-width v0.1.14 |
| 450 | 2026-08-07T21:25:07.358Z | Compiling fnv v1.0.7 |
| 451 | 2026-08-07T21:25:07.459Z | Compiling clap_lex v1.0.0 |
| 452 | 2026-08-07T21:25:07.462Z | Compiling heck v0.4.1 |
| 453 | 2026-08-07T21:25:07.589Z | Compiling papergrid v0.11.0 |
| 454 | 2026-08-07T21:25:07.635Z | Compiling clap_builder v4.6.0 |
| 455 | 2026-08-07T21:25:07.698Z | Compiling tempfile v3.25.0 |
| 456 | 2026-08-07T21:25:07.749Z | Compiling cargo-platform v0.3.2 |
| 457 | 2026-08-07T21:25:07.794Z | Compiling tabled_derive v0.7.0 |
| 458 | 2026-08-07T21:25:07.813Z | Compiling semver v1.0.28 |
| 459 | 2026-08-07T21:25:08.018Z | Compiling memmap v0.7.0 |
| 460 | 2026-08-07T21:25:08.082Z | Compiling unicode-linebreak v0.1.5 |
| 461 | 2026-08-07T21:25:08.100Z | Compiling unicode-width v0.2.0 |
| 462 | 2026-08-07T21:25:08.201Z | Compiling smawk v0.3.2 |
| 463 | 2026-08-07T21:25:08.219Z | Compiling camino-tempfile v1.4.1 |
| 464 | 2026-08-07T21:25:08.300Z | Compiling serde_derive v1.0.228 |
| 465 | 2026-08-07T21:25:08.325Z | Compiling thiserror-impl v1.0.69 |
| 466 | 2026-08-07T21:25:08.344Z | Compiling zerocopy-derive v0.7.35 |
| 467 | 2026-08-07T21:25:08.375Z | Compiling pest_derive v2.8.6 |
| 468 | 2026-08-07T21:25:08.451Z | Compiling scroll_derive v0.12.1 |
| 469 | 2026-08-07T21:25:08.760Z | Compiling thiserror-impl v2.0.18 |
| 470 | 2026-08-07T21:25:08.823Z | Compiling clap_derive v4.6.1 |
| 471 | 2026-08-07T21:25:09.072Z | Compiling tabled v0.15.0 |
| 472 | 2026-08-07T21:25:09.128Z | Compiling scroll v0.12.0 |
| 473 | 2026-08-07T21:25:09.223Z | Compiling zerocopy v0.7.35 |
| 474 | 2026-08-07T21:25:09.403Z | Compiling goblin v0.8.2 |
| 475 | 2026-08-07T21:25:09.690Z | Compiling dtrace-parser v0.2.0 |
| 476 | 2026-08-07T21:25:09.790Z | Compiling textwrap v0.16.2 |
| 477 | 2026-08-07T21:25:10.429Z | Compiling swrite v0.1.0 |
| 478 | 2026-08-07T21:25:10.574Z | Compiling clap v4.6.1 |
| 479 | 2026-08-07T21:25:11.409Z | Compiling dof v0.3.0 |
| 480 | 2026-08-07T21:25:11.409Z | Compiling serde_tokenstream v0.2.3 |
| 481 | 2026-08-07T21:25:11.429Z | Compiling serde_spanned v0.6.9 |
| 482 | 2026-08-07T21:25:11.429Z | Compiling toml_datetime v0.6.11 |
| 483 | 2026-08-07T21:25:11.429Z | Compiling macaddr v1.0.1 |
| 484 | 2026-08-07T21:25:11.489Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 485 | 2026-08-07T21:25:11.489Z | Compiling cargo_metadata v0.23.1 |
| 486 | 2026-08-07T21:25:11.711Z | Compiling toml_edit v0.22.27 |
| 487 | 2026-08-07T21:25:12.204Z | Compiling usdt-attr-macro v0.5.0 |
| 488 | 2026-08-07T21:25:12.207Z | Compiling usdt-macro v0.5.0 |
| 489 | 2026-08-07T21:25:12.800Z | Compiling usdt v0.5.0 |
| 490 | 2026-08-07T21:25:13.020Z | Compiling toml v0.8.23 |
| 491 | 2026-08-07T21:25:13.434Z | Compiling cargo_toml v0.21.0 |
| 492 | 2026-08-07T21:25:14.628Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 493 | 2026-08-07T21:25:16.655Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.70s |
| 494 | 2026-08-07T21:25:16.880Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 495 | 2026-08-07T21:25:17.390Z | Downloading crates ... |
| 496 | 2026-08-07T21:25:17.445Z | Downloaded aead v0.5.2 |
| 497 | 2026-08-07T21:25:17.449Z | Downloaded adler2 v2.0.1 |
| 498 | 2026-08-07T21:25:17.459Z | Downloaded ascii-canvas v3.0.0 |
| 499 | 2026-08-07T21:25:17.463Z | Downloaded assert_matches v1.5.0 |
| 500 | 2026-08-07T21:25:17.463Z | Downloaded atomicwrites v0.4.4 |
| 501 | 2026-08-07T21:25:17.463Z | Downloaded convert_case v0.4.0 |
| 502 | 2026-08-07T21:25:17.466Z | Downloaded base16ct v0.2.0 |
| 503 | 2026-08-07T21:25:17.466Z | Downloaded bb8 v0.8.6 |
| 504 | 2026-08-07T21:25:17.466Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 505 | 2026-08-07T21:25:17.466Z | Downloaded bitfield-macros v0.19.4 |
| 506 | 2026-08-07T21:25:17.466Z | Downloaded async-recursion v1.1.1 |
| 507 | 2026-08-07T21:25:17.469Z | Downloaded argon2 v0.5.3 |
| 508 | 2026-08-07T21:25:17.473Z | Downloaded aead v0.6.1 |
| 509 | 2026-08-07T21:25:17.473Z | Downloaded anstyle-parse v0.2.7 |
| 510 | 2026-08-07T21:25:17.473Z | Downloaded arrayref v0.3.9 |
| 511 | 2026-08-07T21:25:17.476Z | Downloaded bitfield-struct v0.6.2 |
| 512 | 2026-08-07T21:25:17.476Z | Downloaded env_filter v1.0.0 |
| 513 | 2026-08-07T21:25:17.476Z | Downloaded array-init v0.0.4 |
| 514 | 2026-08-07T21:25:17.476Z | Downloaded atty v0.2.14 |
| 515 | 2026-08-07T21:25:17.480Z | Downloaded git-stub v1.0.0 |
| 516 | 2026-08-07T21:25:17.484Z | Downloaded arrayvec v0.7.6 |
| 517 | 2026-08-07T21:25:17.486Z | Downloaded constant_time_eq v0.4.2 |
| 518 | 2026-08-07T21:25:17.489Z | Downloaded cipher v0.5.2 |
| 519 | 2026-08-07T21:25:17.489Z | Downloaded endian-type v0.1.2 |
| 520 | 2026-08-07T21:25:17.489Z | Downloaded atomic-waker v1.1.2 |
| 521 | 2026-08-07T21:25:17.492Z | Downloaded bit-set v0.8.0 |
| 522 | 2026-08-07T21:25:17.495Z | Downloaded fixedbitset v0.4.2 |
| 523 | 2026-08-07T21:25:17.495Z | Downloaded cobs v0.3.0 |
| 524 | 2026-08-07T21:25:17.498Z | Downloaded enum-as-inner v0.6.1 |
| 525 | 2026-08-07T21:25:17.498Z | Downloaded find-msvc-tools v0.1.9 |
| 526 | 2026-08-07T21:25:17.498Z | Downloaded bit-vec v0.8.0 |
| 527 | 2026-08-07T21:25:17.498Z | Downloaded gethostname v0.5.0 |
| 528 | 2026-08-07T21:25:17.501Z | Downloaded ahash v0.8.12 |
| 529 | 2026-08-07T21:25:17.501Z | Downloaded argon2 v0.6.0-rc.8 |
| 530 | 2026-08-07T21:25:17.501Z | Downloaded bit-set v0.5.3 |
| 531 | 2026-08-07T21:25:17.505Z | Downloaded async-stream-impl v0.3.6 |
| 532 | 2026-08-07T21:25:17.505Z | Downloaded getrandom v0.3.4 |
| 533 | 2026-08-07T21:25:17.508Z | Downloaded foreign-types-macros v0.2.3 |
| 534 | 2026-08-07T21:25:17.508Z | Downloaded futures-sink v0.3.32 |
| 535 | 2026-08-07T21:25:17.508Z | Downloaded ghash v0.6.0 |
| 536 | 2026-08-07T21:25:17.508Z | Downloaded foreign-types v0.5.0 |
| 537 | 2026-08-07T21:25:17.508Z | Downloaded cfg_aliases v0.2.1 |
| 538 | 2026-08-07T21:25:17.511Z | Downloaded fs_extra v1.3.0 |
| 539 | 2026-08-07T21:25:17.515Z | Downloaded foldhash v0.1.5 |
| 540 | 2026-08-07T21:25:17.515Z | Downloaded async-stream v0.3.6 |
| 541 | 2026-08-07T21:25:17.518Z | Downloaded base16ct v1.0.0 |
| 542 | 2026-08-07T21:25:17.521Z | Downloaded foreign-types-shared v0.1.1 |
| 543 | 2026-08-07T21:25:17.521Z | Downloaded futures-macro v0.3.32 |
| 544 | 2026-08-07T21:25:17.521Z | Downloaded fxhash v0.2.1 |
| 545 | 2026-08-07T21:25:17.524Z | Downloaded compression-core v0.4.31 |
| 546 | 2026-08-07T21:25:17.527Z | Downloaded bitfield v0.19.4 |
| 547 | 2026-08-07T21:25:17.527Z | Downloaded colored v3.1.1 |
| 548 | 2026-08-07T21:25:17.527Z | Downloaded console v0.16.2 |
| 549 | 2026-08-07T21:25:17.530Z | Downloaded byte-wrapper v0.1.0 |
| 550 | 2026-08-07T21:25:17.530Z | Downloaded ff v0.14.0 |
| 551 | 2026-08-07T21:25:17.530Z | Downloaded float-cmp v0.10.0 |
| 552 | 2026-08-07T21:25:17.533Z | Downloaded foreign-types v0.3.2 |
| 553 | 2026-08-07T21:25:17.536Z | Downloaded globwalk v0.9.1 |
| 554 | 2026-08-07T21:25:17.536Z | Downloaded foreign-types-shared v0.3.1 |
| 555 | 2026-08-07T21:25:17.536Z | Downloaded home v0.5.12 |
| 556 | 2026-08-07T21:25:17.536Z | Downloaded ciborium-io v0.2.2 |
| 557 | 2026-08-07T21:25:17.539Z | Downloaded float-ord v0.3.2 |
| 558 | 2026-08-07T21:25:17.541Z | Downloaded cfg_aliases v0.1.1 |
| 559 | 2026-08-07T21:25:17.541Z | Downloaded ciborium-ll v0.2.2 |
| 560 | 2026-08-07T21:25:17.541Z | Downloaded block-buffer v0.12.1 |
| 561 | 2026-08-07T21:25:17.544Z | Downloaded headers-core v0.3.0 |
| 562 | 2026-08-07T21:25:17.550Z | Downloaded httpdate v1.0.3 |
| 563 | 2026-08-07T21:25:17.553Z | Downloaded base64ct v1.8.3 |
| 564 | 2026-08-07T21:25:17.553Z | Downloaded bitflags v1.3.2 |
| 565 | 2026-08-07T21:25:17.553Z | Downloaded flagset v0.4.7 |
| 566 | 2026-08-07T21:25:17.554Z | Downloaded flate2 v1.1.9 |
| 567 | 2026-08-07T21:25:17.556Z | Downloaded erased-serde v0.3.31 |
| 568 | 2026-08-07T21:25:17.559Z | Downloaded fs-err v2.11.0 |
| 569 | 2026-08-07T21:25:17.559Z | Downloaded futures-io v0.3.32 |
| 570 | 2026-08-07T21:25:17.559Z | Downloaded num-conv v0.2.0 |
| 571 | 2026-08-07T21:25:17.562Z | Downloaded bit-vec v0.6.3 |
| 572 | 2026-08-07T21:25:17.562Z | Downloaded cipher v0.4.4 |
| 573 | 2026-08-07T21:25:17.565Z | Downloaded http-range v0.1.5 |
| 574 | 2026-08-07T21:25:17.565Z | Downloaded fd-lock v4.0.4 |
| 575 | 2026-08-07T21:25:17.568Z | Downloaded block-padding v0.4.2 |
| 576 | 2026-08-07T21:25:17.568Z | Downloaded hash32 v0.2.1 |
| 577 | 2026-08-07T21:25:17.568Z | Downloaded hostname v0.3.1 |
| 578 | 2026-08-07T21:25:17.571Z | Downloaded potential_utf v0.1.4 |
| 579 | 2026-08-07T21:25:17.575Z | Downloaded openssl-macros v0.1.1 |
| 580 | 2026-08-07T21:25:17.578Z | Downloaded openssl-probe v0.1.6 |
| 581 | 2026-08-07T21:25:17.578Z | Downloaded funty v2.0.0 |
| 582 | 2026-08-07T21:25:17.581Z | Downloaded async-bb8-diesel v0.2.1 |
| 583 | 2026-08-07T21:25:17.586Z | Downloaded hubpack_derive v0.1.1 |
| 584 | 2026-08-07T21:25:17.586Z | Downloaded anstream v0.6.21 |
| 585 | 2026-08-07T21:25:17.589Z | Downloaded hex v0.4.3 |
| 586 | 2026-08-07T21:25:17.589Z | Downloaded backoff v0.4.0 |
| 587 | 2026-08-07T21:25:17.589Z | Downloaded enum_dispatch v0.3.13 |
| 588 | 2026-08-07T21:25:17.606Z | Downloaded bcs v0.1.6 |
| 589 | 2026-08-07T21:25:17.606Z | Downloaded cmake v0.1.57 |
| 590 | 2026-08-07T21:25:17.610Z | Downloaded http-body-util v0.1.3 |
| 591 | 2026-08-07T21:25:17.610Z | Downloaded form_urlencoded v1.2.2 |
| 592 | 2026-08-07T21:25:17.610Z | Downloaded filetime v0.2.27 |
| 593 | 2026-08-07T21:25:17.610Z | Downloaded git-stub-vcs v0.1.0 |
| 594 | 2026-08-07T21:25:17.610Z | Downloaded predicates-tree v1.0.13 |
| 595 | 2026-08-07T21:25:17.610Z | Downloaded futures-channel v0.3.32 |
| 596 | 2026-08-07T21:25:17.610Z | Downloaded http-body v1.0.1 |
| 597 | 2026-08-07T21:25:17.610Z | Downloaded futures-core v0.3.32 |
| 598 | 2026-08-07T21:25:17.613Z | Downloaded blowfish v0.10.0 |
| 599 | 2026-08-07T21:25:17.613Z | Downloaded bs58 v0.5.1 |
| 600 | 2026-08-07T21:25:17.613Z | Downloaded cassowary v0.3.0 |
| 601 | 2026-08-07T21:25:17.616Z | Downloaded castaway v0.2.4 |
| 602 | 2026-08-07T21:25:17.616Z | Downloaded cexpr v0.6.0 |
| 603 | 2026-08-07T21:25:17.616Z | Downloaded const_format_proc_macros v0.2.34 |
| 604 | 2026-08-07T21:25:17.621Z | Downloaded chacha20 v0.9.1 |
| 605 | 2026-08-07T21:25:17.622Z | Downloaded hyper-tls v0.6.0 |
| 606 | 2026-08-07T21:25:17.622Z | Downloaded ref-cast v1.0.25 |
| 607 | 2026-08-07T21:25:17.622Z | Downloaded nu-ansi-term v0.50.3 |
| 608 | 2026-08-07T21:25:17.626Z | Downloaded psl-types v2.0.11 |
| 609 | 2026-08-07T21:25:17.626Z | Downloaded ref-cast-impl v1.0.25 |
| 610 | 2026-08-07T21:25:17.626Z | Downloaded fixedbitset v0.5.7 |
| 611 | 2026-08-07T21:25:17.626Z | Downloaded env_logger v0.11.9 |
| 612 | 2026-08-07T21:25:17.636Z | Downloaded humantime v2.3.0 |
| 613 | 2026-08-07T21:25:17.636Z | Downloaded futures-executor v0.3.32 |
| 614 | 2026-08-07T21:25:17.636Z | Downloaded radium v0.7.0 |
| 615 | 2026-08-07T21:25:17.636Z | Downloaded rand_xorshift v0.4.0 |
| 616 | 2026-08-07T21:25:17.636Z | Downloaded group v0.13.0 |
| 617 | 2026-08-07T21:25:17.636Z | Downloaded rustc_version v0.1.7 |
| 618 | 2026-08-07T21:25:17.636Z | Downloaded blake2 v0.10.6 |
| 619 | 2026-08-07T21:25:17.639Z | Downloaded console v0.15.11 |
| 620 | 2026-08-07T21:25:17.639Z | Downloaded cbc v0.2.1 |
| 621 | 2026-08-07T21:25:17.639Z | Downloaded async-trait v0.1.89 |
| 622 | 2026-08-07T21:25:17.643Z | Downloaded hash32 v0.3.1 |
| 623 | 2026-08-07T21:25:17.643Z | Downloaded camino-tempfile-ext v0.3.3 |
| 624 | 2026-08-07T21:25:17.643Z | Downloaded hostname v0.4.2 |
| 625 | 2026-08-07T21:25:17.646Z | Downloaded hex-literal v1.1.0 |
| 626 | 2026-08-07T21:25:17.649Z | Downloaded num-rational v0.4.2 |
| 627 | 2026-08-07T21:25:17.649Z | Downloaded hubpack v0.1.2 |
| 628 | 2026-08-07T21:25:17.653Z | Downloaded proc-macro-crate v1.3.1 |
| 629 | 2026-08-07T21:25:17.657Z | Downloaded shell-words v1.1.1 |
| 630 | 2026-08-07T21:25:17.657Z | Downloaded clang-sys v1.8.1 |
| 631 | 2026-08-07T21:25:17.660Z | Downloaded hyper-staticfile v0.10.1 |
| 632 | 2026-08-07T21:25:17.664Z | Downloaded backon v1.6.0 |
| 633 | 2026-08-07T21:25:17.668Z | Downloaded cmov v0.5.4 |
| 634 | 2026-08-07T21:25:17.668Z | Downloaded pbkdf2 v0.13.0 |
| 635 | 2026-08-07T21:25:17.668Z | Downloaded peg v0.8.5 |
| 636 | 2026-08-07T21:25:17.671Z | Downloaded phf v0.12.1 |
| 637 | 2026-08-07T21:25:17.671Z | Downloaded phf v0.13.1 |
| 638 | 2026-08-07T21:25:17.671Z | Downloaded half v1.8.3 |
| 639 | 2026-08-07T21:25:17.674Z | Downloaded ff v0.13.1 |
| 640 | 2026-08-07T21:25:17.674Z | Downloaded secrecy v0.8.0 |
| 641 | 2026-08-07T21:25:17.677Z | Downloaded slog-bunyan v2.5.0 |
| 642 | 2026-08-07T21:25:17.680Z | Downloaded strip-ansi-escapes v0.2.1 |
| 643 | 2026-08-07T21:25:17.680Z | Downloaded strum v0.26.3 |
| 644 | 2026-08-07T21:25:17.683Z | Downloaded futures-task v0.3.32 |
| 645 | 2026-08-07T21:25:17.683Z | Downloaded globset v0.4.18 |
| 646 | 2026-08-07T21:25:17.686Z | Downloaded psm v0.1.30 |
| 647 | 2026-08-07T21:25:17.686Z | Downloaded buf-list v1.1.2 |
| 648 | 2026-08-07T21:25:17.689Z | Downloaded compression-codecs v0.4.37 |
| 649 | 2026-08-07T21:25:17.692Z | Downloaded foldhash v0.2.0 |
| 650 | 2026-08-07T21:25:17.692Z | Downloaded bzip2 v0.6.1 |
| 651 | 2026-08-07T21:25:17.692Z | Downloaded fallible-iterator v0.2.0 |
| 652 | 2026-08-07T21:25:17.695Z | Downloaded predicates-core v1.0.10 |
| 653 | 2026-08-07T21:25:17.695Z | Downloaded take_mut v0.2.2 |
| 654 | 2026-08-07T21:25:17.695Z | Downloaded testing_table v0.3.0 |
| 655 | 2026-08-07T21:25:17.699Z | Downloaded colored v2.2.0 |
| 656 | 2026-08-07T21:25:17.703Z | Downloaded const-oid v0.9.6 |
| 657 | 2026-08-07T21:25:17.708Z | Downloaded unarray v0.1.4 |
| 658 | 2026-08-07T21:25:17.708Z | Downloaded progenitor v0.13.0 |
| 659 | 2026-08-07T21:25:17.712Z | Downloaded utf-8 v0.7.6 |
| 660 | 2026-08-07T21:25:17.712Z | Downloaded rand_core v0.9.5 |
| 661 | 2026-08-07T21:25:17.715Z | Downloaded rpassword v7.5.4 |
| 662 | 2026-08-07T21:25:17.715Z | Downloaded blake2 v0.11.0-rc.6 |
| 663 | 2026-08-07T21:25:17.715Z | Downloaded bzip2 v0.4.4 |
| 664 | 2026-08-07T21:25:17.715Z | Downloaded getrandom v0.2.17 |
| 665 | 2026-08-07T21:25:17.718Z | Downloaded hybrid-array v0.4.13 |
| 666 | 2026-08-07T21:25:17.718Z | Downloaded cancel-safe-futures v0.1.5 |
| 667 | 2026-08-07T21:25:17.725Z | Downloaded pkcs1 v0.7.5 |
| 668 | 2026-08-07T21:25:17.725Z | Downloaded scroll v0.13.0 |
| 669 | 2026-08-07T21:25:17.725Z | Downloaded glob v0.3.3 |
| 670 | 2026-08-07T21:25:17.725Z | Downloaded untrusted v0.7.1 |
| 671 | 2026-08-07T21:25:17.730Z | Downloaded want v0.3.1 |
| 672 | 2026-08-07T21:25:17.730Z | Downloaded arc-swap v1.8.2 |
| 673 | 2026-08-07T21:25:17.747Z | Downloaded highway v1.3.0 |
| 674 | 2026-08-07T21:25:17.747Z | Downloaded parking_lot_core v0.9.12 |
| 675 | 2026-08-07T21:25:17.748Z | Downloaded sec1 v0.8.1 |
| 676 | 2026-08-07T21:25:17.748Z | Downloaded signal-hook-mio v0.2.5 |
| 677 | 2026-08-07T21:25:17.748Z | Downloaded xshell-macros v0.2.7 |
| 678 | 2026-08-07T21:25:17.748Z | Downloaded pkcs8 v0.11.0 |
| 679 | 2026-08-07T21:25:17.751Z | Downloaded sec1 v0.7.3 |
| 680 | 2026-08-07T21:25:17.751Z | Downloaded slog-scope v4.4.1 |
| 681 | 2026-08-07T21:25:17.751Z | Downloaded ssh-encoding v0.3.0 |
| 682 | 2026-08-07T21:25:17.751Z | Downloaded yoke-derive v0.8.1 |
| 683 | 2026-08-07T21:25:17.751Z | Downloaded hmac v0.12.1 |
| 684 | 2026-08-07T21:25:17.751Z | Downloaded signal-hook-registry v1.4.8 |
| 685 | 2026-08-07T21:25:17.751Z | Downloaded zerofrom v0.1.6 |
| 686 | 2026-08-07T21:25:17.752Z | Downloaded fatfs v0.3.6 |
| 687 | 2026-08-07T21:25:17.752Z | Downloaded allocator-api2 v0.2.21 |
| 688 | 2026-08-07T21:25:17.752Z | Downloaded generic-array v1.4.3 |
| 689 | 2026-08-07T21:25:17.752Z | Downloaded postcard v1.1.3 |
| 690 | 2026-08-07T21:25:17.752Z | Downloaded slog-stdlog v4.1.1 |
| 691 | 2026-08-07T21:25:17.752Z | Downloaded ssh-cipher v0.3.0 |
| 692 | 2026-08-07T21:25:17.752Z | Downloaded const-oid v0.10.2 |
| 693 | 2026-08-07T21:25:17.752Z | Downloaded progenitor-extras v0.2.0 |
| 694 | 2026-08-07T21:25:17.755Z | Downloaded chacha20 v0.10.0 |
| 695 | 2026-08-07T21:25:17.755Z | Downloaded sqlformat v0.3.5 |
| 696 | 2026-08-07T21:25:17.755Z | Downloaded poly1305 v0.9.0 |
| 697 | 2026-08-07T21:25:17.759Z | Downloaded crunchy v0.2.4 |
| 698 | 2026-08-07T21:25:17.759Z | Downloaded darling_macro v0.20.11 |
| 699 | 2026-08-07T21:25:17.759Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 700 | 2026-08-07T21:25:17.762Z | Downloaded debug-ignore v1.0.5 |
| 701 | 2026-08-07T21:25:17.762Z | Downloaded dof v0.4.0 |
| 702 | 2026-08-07T21:25:17.768Z | Downloaded defmt-parser v1.0.0 |
| 703 | 2026-08-07T21:25:17.768Z | Downloaded dirs-sys-next v0.1.2 |
| 704 | 2026-08-07T21:25:17.774Z | Downloaded dtrace-parser v0.3.0 |
| 705 | 2026-08-07T21:25:17.774Z | Downloaded embedded-io v0.4.0 |
| 706 | 2026-08-07T21:25:17.774Z | Downloaded ciborium v0.2.2 |
| 707 | 2026-08-07T21:25:17.774Z | Downloaded tls_codec v0.4.2 |
| 708 | 2026-08-07T21:25:17.774Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 709 | 2026-08-07T21:25:17.780Z | Downloaded num-traits v0.2.19 |
| 710 | 2026-08-07T21:25:17.783Z | Downloaded strum_macros v0.27.2 |
| 711 | 2026-08-07T21:25:17.786Z | Downloaded thread_local v1.1.9 |
| 712 | 2026-08-07T21:25:17.789Z | Downloaded tokio-dtrace v0.1.1 |
| 713 | 2026-08-07T21:25:17.789Z | Downloaded tokio-macros v2.7.0 |
| 714 | 2026-08-07T21:25:17.789Z | Downloaded tokio-native-tls v0.3.1 |
| 715 | 2026-08-07T21:25:17.793Z | Downloaded tiny-keccak v2.0.2 |
| 716 | 2026-08-07T21:25:17.793Z | Downloaded tui-tree-widget v0.23.1 |
| 717 | 2026-08-07T21:25:17.793Z | Downloaded vergen-lib v0.1.6 |
| 718 | 2026-08-07T21:25:17.796Z | Downloaded keccak v0.1.6 |
| 719 | 2026-08-07T21:25:17.798Z | Downloaded base64 v0.22.1 |
| 720 | 2026-08-07T21:25:17.801Z | Downloaded parking_lot_core v0.8.6 |
| 721 | 2026-08-07T21:25:17.804Z | Downloaded serde_cbor v0.11.2 |
| 722 | 2026-08-07T21:25:17.807Z | Downloaded slab v0.4.12 |
| 723 | 2026-08-07T21:25:17.807Z | Downloaded group v0.14.0 |
| 724 | 2026-08-07T21:25:17.810Z | Downloaded match_cfg v0.1.0 |
| 725 | 2026-08-07T21:25:17.819Z | Downloaded sha2 v0.11.0 |
| 726 | 2026-08-07T21:25:17.819Z | Downloaded hmac v0.13.0 |
| 727 | 2026-08-07T21:25:17.819Z | Downloaded httparse v1.10.1 |
| 728 | 2026-08-07T21:25:17.819Z | Downloaded chacha20poly1305 v0.10.1 |
| 729 | 2026-08-07T21:25:17.819Z | Downloaded compact_str v0.8.1 |
| 730 | 2026-08-07T21:25:17.822Z | Downloaded corncobs v0.1.4 |
| 731 | 2026-08-07T21:25:17.822Z | Downloaded uzers v0.12.2 |
| 732 | 2026-08-07T21:25:17.828Z | Downloaded derive_builder_core v0.20.2 |
| 733 | 2026-08-07T21:25:17.828Z | Downloaded libscf-sys v1.2.0 |
| 734 | 2026-08-07T21:25:17.828Z | Downloaded lru v0.12.5 |
| 735 | 2026-08-07T21:25:17.828Z | Downloaded newtype-uuid-macros v0.1.0 |
| 736 | 2026-08-07T21:25:17.828Z | Downloaded olpc-cjson v0.1.4 |
| 737 | 2026-08-07T21:25:17.828Z | Downloaded num_enum_derive v0.5.11 |
| 738 | 2026-08-07T21:25:17.829Z | Downloaded term v1.2.1 |
| 739 | 2026-08-07T21:25:17.832Z | Downloaded progenitor-impl v0.13.0 |
| 740 | 2026-08-07T21:25:17.842Z | Downloaded salsa20 v0.11.0 |
| 741 | 2026-08-07T21:25:17.842Z | Downloaded newtype_derive v0.1.6 |
| 742 | 2026-08-07T21:25:17.842Z | Downloaded diesel-dtrace v0.5.0 |
| 743 | 2026-08-07T21:25:17.842Z | Downloaded const_format v0.2.35 |
| 744 | 2026-08-07T21:25:17.842Z | Downloaded wyz v0.5.1 |
| 745 | 2026-08-07T21:25:17.842Z | Downloaded password-hash v0.6.1 |
| 746 | 2026-08-07T21:25:17.862Z | Downloaded p384 v0.14.0 |
| 747 | 2026-08-07T21:25:17.862Z | Downloaded critical-section v1.2.0 |
| 748 | 2026-08-07T21:25:17.862Z | Downloaded daft v0.1.7 |
| 749 | 2026-08-07T21:25:17.862Z | Downloaded delegate v0.13.5 |
| 750 | 2026-08-07T21:25:17.862Z | Downloaded indoc v2.0.7 |
| 751 | 2026-08-07T21:25:17.862Z | Downloaded ingot-types v0.2.0 |
| 752 | 2026-08-07T21:25:17.862Z | Downloaded unicode-properties v0.1.4 |
| 753 | 2026-08-07T21:25:17.862Z | Downloaded percent-encoding v2.3.2 |
| 754 | 2026-08-07T21:25:17.862Z | Downloaded phf_shared v0.11.3 |
| 755 | 2026-08-07T21:25:17.862Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 756 | 2026-08-07T21:25:17.862Z | Downloaded ingot v0.2.1 |
| 757 | 2026-08-07T21:25:17.862Z | Downloaded half v2.7.1 |
| 758 | 2026-08-07T21:25:17.867Z | Downloaded zerocopy v0.6.6 |
| 759 | 2026-08-07T21:25:17.874Z | Downloaded rfc6979 v0.4.0 |
| 760 | 2026-08-07T21:25:17.877Z | Downloaded russh-util v0.52.0 |
| 761 | 2026-08-07T21:25:17.877Z | Downloaded serde_repr v0.1.20 |
| 762 | 2026-08-07T21:25:17.880Z | Downloaded same-file v1.0.6 |
| 763 | 2026-08-07T21:25:17.880Z | Downloaded serde_bytes v0.11.19 |
| 764 | 2026-08-07T21:25:17.880Z | Downloaded sha1 v0.11.0 |
| 765 | 2026-08-07T21:25:17.883Z | Downloaded siphasher v1.0.2 |
| 766 | 2026-08-07T21:25:17.886Z | Downloaded vergen-lib v9.1.0 |
| 767 | 2026-08-07T21:25:17.886Z | Downloaded base64 v0.21.7 |
| 768 | 2026-08-07T21:25:17.886Z | Downloaded futures v0.3.32 |
| 769 | 2026-08-07T21:25:17.889Z | Downloaded libefi-sys v0.1.0 |
| 770 | 2026-08-07T21:25:17.891Z | Downloaded module-lattice v0.2.3 |
| 771 | 2026-08-07T21:25:17.892Z | Downloaded newtype-uuid v1.3.2 |
| 772 | 2026-08-07T21:25:17.892Z | Downloaded heapless v0.7.17 |
| 773 | 2026-08-07T21:25:17.896Z | Downloaded derive_builder v0.20.2 |
| 774 | 2026-08-07T21:25:17.896Z | Downloaded hyper-rustls v0.27.7 |
| 775 | 2026-08-07T21:25:17.896Z | Downloaded linear-map v1.2.0 |
| 776 | 2026-08-07T21:25:17.899Z | Downloaded bytes v1.11.1 |
| 777 | 2026-08-07T21:25:17.899Z | Downloaded num-integer v0.1.46 |
| 778 | 2026-08-07T21:25:17.902Z | Downloaded ecdsa v0.17.0 |
| 779 | 2026-08-07T21:25:17.902Z | Downloaded strsim v0.10.0 |
| 780 | 2026-08-07T21:25:17.902Z | Downloaded flume v0.11.1 |
| 781 | 2026-08-07T21:25:17.905Z | Downloaded tower-layer v0.3.3 |
| 782 | 2026-08-07T21:25:17.905Z | Downloaded iana-time-zone v0.1.65 |
| 783 | 2026-08-07T21:25:17.908Z | Downloaded tracing-attributes v0.1.31 |
| 784 | 2026-08-07T21:25:17.908Z | Downloaded nanorand v0.7.0 |
| 785 | 2026-08-07T21:25:17.910Z | Downloaded thread-id v5.1.0 |
| 786 | 2026-08-07T21:25:17.913Z | Downloaded oxide-tokio-rt v0.1.4 |
| 787 | 2026-08-07T21:25:17.916Z | Downloaded pin-project-internal v1.1.11 |
| 788 | 2026-08-07T21:25:17.916Z | Downloaded expectorate v1.2.0 |
| 789 | 2026-08-07T21:25:17.916Z | Downloaded socket2 v0.6.3 |
| 790 | 2026-08-07T21:25:17.919Z | Downloaded ctr v0.10.1 |
| 791 | 2026-08-07T21:25:17.919Z | Downloaded paste v1.0.15 |
| 792 | 2026-08-07T21:25:17.922Z | Downloaded pkcs8 v0.10.2 |
| 793 | 2026-08-07T21:25:17.922Z | Downloaded polyval v0.7.1 |
| 794 | 2026-08-07T21:25:17.922Z | Downloaded trait-variant v0.1.2 |
| 795 | 2026-08-07T21:25:17.925Z | Downloaded usdt-attr-macro v0.6.0 |
| 796 | 2026-08-07T21:25:17.925Z | Downloaded ingot-macros v0.2.0 |
| 797 | 2026-08-07T21:25:17.925Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 798 | 2026-08-07T21:25:17.925Z | Downloaded universal-hash v0.6.1 |
| 799 | 2026-08-07T21:25:17.925Z | Downloaded oxide-update-engine-display v0.1.2 |
| 800 | 2026-08-07T21:25:17.925Z | Downloaded papergrid v0.17.0 |
| 801 | 2026-08-07T21:25:17.930Z | Downloaded predicates v3.1.4 |
| 802 | 2026-08-07T21:25:17.933Z | Downloaded ar_archive_writer v0.5.1 |
| 803 | 2026-08-07T21:25:17.933Z | Downloaded oxide-update-engine v0.1.2 |
| 804 | 2026-08-07T21:25:17.933Z | Downloaded rand_pcg v0.10.2 |
| 805 | 2026-08-07T21:25:17.933Z | Downloaded rustls-native-certs v0.8.3 |
| 806 | 2026-08-07T21:25:17.936Z | Downloaded r2d2 v0.8.10 |
| 807 | 2026-08-07T21:25:17.939Z | Downloaded rand_seeder v0.4.0 |
| 808 | 2026-08-07T21:25:17.941Z | Downloaded subprocess v0.2.15 |
| 809 | 2026-08-07T21:25:17.948Z | Downloaded memmap2 v0.9.10 |
| 810 | 2026-08-07T21:25:17.953Z | Downloaded cc v1.2.56 |
| 811 | 2026-08-07T21:25:17.956Z | Downloaded crc-catalog v2.4.0 |
| 812 | 2026-08-07T21:25:17.956Z | Downloaded aes v0.9.1 |
| 813 | 2026-08-07T21:25:17.959Z | Downloaded slog-dtrace v0.3.0 |
| 814 | 2026-08-07T21:25:17.959Z | Downloaded diff v0.1.13 |
| 815 | 2026-08-07T21:25:17.961Z | Downloaded async-compression v0.4.41 |
| 816 | 2026-08-07T21:25:17.967Z | Downloaded crucible-workspace-hack v0.1.0 |
| 817 | 2026-08-07T21:25:17.967Z | Downloaded darling_macro v0.23.0 |
| 818 | 2026-08-07T21:25:17.967Z | Downloaded cstr-argument v0.1.2 |
| 819 | 2026-08-07T21:25:17.967Z | Downloaded shlex v1.3.0 |
| 820 | 2026-08-07T21:25:17.967Z | Downloaded difflib v0.4.0 |
| 821 | 2026-08-07T21:25:17.967Z | Downloaded smallvec v0.6.14 |
| 822 | 2026-08-07T21:25:17.967Z | Downloaded strum_macros v0.24.3 |
| 823 | 2026-08-07T21:25:17.967Z | Downloaded strum_macros v0.26.4 |
| 824 | 2026-08-07T21:25:17.971Z | Downloaded tabled_derive v0.11.0 |
| 825 | 2026-08-07T21:25:17.971Z | Downloaded hickory-resolver v0.24.4 |
| 826 | 2026-08-07T21:25:17.974Z | Downloaded rustversion v1.0.22 |
| 827 | 2026-08-07T21:25:17.974Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 828 | 2026-08-07T21:25:17.974Z | Downloaded ryu v1.0.23 |
| 829 | 2026-08-07T21:25:17.974Z | Downloaded bumpalo v3.20.2 |
| 830 | 2026-08-07T21:25:17.977Z | Downloaded rustls-webpki v0.103.13 |
| 831 | 2026-08-07T21:25:17.977Z | Downloaded spki v0.7.3 |
| 832 | 2026-08-07T21:25:17.980Z | Downloaded static_assertions v1.1.0 |
| 833 | 2026-08-07T21:25:17.980Z | Downloaded ignore v0.4.25 |
| 834 | 2026-08-07T21:25:17.980Z | Downloaded postgres-types v0.2.12 |
| 835 | 2026-08-07T21:25:17.983Z | Downloaded unicase v2.9.0 |
| 836 | 2026-08-07T21:25:17.983Z | Downloaded hickory-resolver v0.25.2 |
| 837 | 2026-08-07T21:25:17.986Z | Downloaded inout v0.2.2 |
| 838 | 2026-08-07T21:25:17.987Z | Downloaded proc-macro-error2 v2.0.1 |
| 839 | 2026-08-07T21:25:17.989Z | Downloaded headers v0.4.1 |
| 840 | 2026-08-07T21:25:17.989Z | Downloaded crossbeam-utils v0.8.21 |
| 841 | 2026-08-07T21:25:17.994Z | Downloaded hashbrown v0.12.3 |
| 842 | 2026-08-07T21:25:17.996Z | Downloaded http v1.4.2 |
| 843 | 2026-08-07T21:25:17.996Z | Downloaded internet-checksum v0.2.1 |
| 844 | 2026-08-07T21:25:17.996Z | Downloaded kem v0.3.0 |
| 845 | 2026-08-07T21:25:17.996Z | Downloaded whoami v2.1.0 |
| 846 | 2026-08-07T21:25:18.003Z | Downloaded writeable v0.6.2 |
| 847 | 2026-08-07T21:25:18.003Z | Downloaded crc-any v2.5.0 |
| 848 | 2026-08-07T21:25:18.003Z | Downloaded thiserror-no-std v2.0.2 |
| 849 | 2026-08-07T21:25:18.008Z | Downloaded zerovec-derive v0.11.2 |
| 850 | 2026-08-07T21:25:18.008Z | Downloaded tokio-tungstenite v0.21.0 |
| 851 | 2026-08-07T21:25:18.008Z | Downloaded lru-slab v0.1.2 |
| 852 | 2026-08-07T21:25:18.008Z | Downloaded lru-cache v0.1.2 |
| 853 | 2026-08-07T21:25:18.008Z | Downloaded lzss v0.8.2 |
| 854 | 2026-08-07T21:25:18.014Z | Downloaded num-derive v0.4.2 |
| 855 | 2026-08-07T21:25:18.014Z | Downloaded normalize-line-endings v0.3.0 |
| 856 | 2026-08-07T21:25:18.014Z | Downloaded opaque-debug v0.3.1 |
| 857 | 2026-08-07T21:25:18.014Z | Downloaded progenitor-macro v0.13.0 |
| 858 | 2026-08-07T21:25:18.017Z | Downloaded toml_edit v0.19.15 |
| 859 | 2026-08-07T21:25:18.025Z | Downloaded vergen-gitcl v1.0.8 |
| 860 | 2026-08-07T21:25:18.028Z | Downloaded phf_shared v0.13.1 |
| 861 | 2026-08-07T21:25:18.028Z | Downloaded precomputed-hash v0.1.1 |
| 862 | 2026-08-07T21:25:18.028Z | Downloaded recursive v0.1.1 |
| 863 | 2026-08-07T21:25:18.037Z | Downloaded unsafe-libyaml v0.2.11 |
| 864 | 2026-08-07T21:25:18.043Z | Downloaded serde_with_macros v3.21.0 |
| 865 | 2026-08-07T21:25:18.052Z | Downloaded twox-hash v2.1.2 |
| 866 | 2026-08-07T21:25:18.052Z | Downloaded crossbeam-deque v0.8.6 |
| 867 | 2026-08-07T21:25:18.052Z | Downloaded defmt-macros v1.0.1 |
| 868 | 2026-08-07T21:25:18.052Z | Downloaded deranged v0.5.8 |
| 869 | 2026-08-07T21:25:18.052Z | Downloaded zerocopy-derive v0.8.40 |
| 870 | 2026-08-07T21:25:18.056Z | Downloaded rustc_version v0.4.1 |
| 871 | 2026-08-07T21:25:18.059Z | Downloaded keccak v0.2.0 |
| 872 | 2026-08-07T21:25:18.059Z | Downloaded heapless v0.8.0 |
| 873 | 2026-08-07T21:25:18.062Z | Downloaded hickory-server v0.25.2 |
| 874 | 2026-08-07T21:25:18.062Z | Downloaded jobserver v0.1.34 |
| 875 | 2026-08-07T21:25:18.065Z | Downloaded lock_api v0.4.14 |
| 876 | 2026-08-07T21:25:18.065Z | Downloaded semver v0.1.20 |
| 877 | 2026-08-07T21:25:18.074Z | Downloaded spki v0.8.0 |
| 878 | 2026-08-07T21:25:18.083Z | Downloaded digest v0.11.3 |
| 879 | 2026-08-07T21:25:18.084Z | Downloaded owo-colors v4.3.0 |
| 880 | 2026-08-07T21:25:18.084Z | Downloaded serde_urlencoded v0.7.1 |
| 881 | 2026-08-07T21:25:18.084Z | Downloaded structmeta v0.3.0 |
| 882 | 2026-08-07T21:25:18.084Z | Downloaded hashbrown v0.13.2 |
| 883 | 2026-08-07T21:25:18.088Z | Downloaded sqlparser_derive v0.5.0 |
| 884 | 2026-08-07T21:25:18.088Z | Downloaded topological-sort v0.2.2 |
| 885 | 2026-08-07T21:25:18.088Z | Downloaded pem v3.0.6 |
| 886 | 2026-08-07T21:25:18.088Z | Downloaded sync_wrapper v1.0.2 |
| 887 | 2026-08-07T21:25:18.088Z | Downloaded aes-gcm v0.11.0 |
| 888 | 2026-08-07T21:25:18.088Z | Downloaded darling v0.20.11 |
| 889 | 2026-08-07T21:25:18.088Z | Downloaded oxide-update-engine-types v0.1.2 |
| 890 | 2026-08-07T21:25:18.092Z | Downloaded darling_core v0.20.11 |
| 891 | 2026-08-07T21:25:18.095Z | Downloaded termtree v0.5.1 |
| 892 | 2026-08-07T21:25:18.098Z | Downloaded num_enum_derive v0.7.6 |
| 893 | 2026-08-07T21:25:18.098Z | Downloaded password-hash v0.5.0 |
| 894 | 2026-08-07T21:25:18.101Z | Downloaded usdt v0.6.0 |
| 895 | 2026-08-07T21:25:18.101Z | Downloaded pkg-config v0.3.32 |
| 896 | 2026-08-07T21:25:18.104Z | Downloaded zerofrom-derive v0.1.6 |
| 897 | 2026-08-07T21:25:18.104Z | Downloaded zone v0.3.1 |
| 898 | 2026-08-07T21:25:18.104Z | Downloaded darling_macro v0.13.4 |
| 899 | 2026-08-07T21:25:18.107Z | Downloaded prefix-trie v0.7.0 |
| 900 | 2026-08-07T21:25:18.110Z | Downloaded primeorder v0.14.0 |
| 901 | 2026-08-07T21:25:18.110Z | Downloaded digest-io v0.1.0 |
| 902 | 2026-08-07T21:25:18.110Z | Downloaded dirs-next v2.0.0 |
| 903 | 2026-08-07T21:25:18.112Z | Downloaded embedded-io v0.6.1 |
| 904 | 2026-08-07T21:25:18.112Z | Downloaded instant v0.1.13 |
| 905 | 2026-08-07T21:25:18.115Z | Downloaded vergen-git2 v9.1.0 |
| 906 | 2026-08-07T21:25:18.118Z | Downloaded rand_core v0.6.4 |
| 907 | 2026-08-07T21:25:18.118Z | Downloaded resolv-conf v0.7.6 |
| 908 | 2026-08-07T21:25:18.118Z | Downloaded rusty-fork v0.3.1 |
| 909 | 2026-08-07T21:25:18.121Z | Downloaded dunce v1.0.5 |
| 910 | 2026-08-07T21:25:18.122Z | Downloaded dyn-clone v1.0.20 |
| 911 | 2026-08-07T21:25:18.122Z | Downloaded idna_adapter v1.2.1 |
| 912 | 2026-08-07T21:25:18.124Z | Downloaded unicode_categories v0.1.1 |
| 913 | 2026-08-07T21:25:18.127Z | Downloaded schemars v0.9.0 |
| 914 | 2026-08-07T21:25:18.133Z | Downloaded ml-kem v0.3.2 |
| 915 | 2026-08-07T21:25:18.135Z | Downloaded serde-hex v0.1.0 |
| 916 | 2026-08-07T21:25:18.135Z | Downloaded signal-hook-tokio v0.3.1 |
| 917 | 2026-08-07T21:25:18.140Z | Downloaded memoffset v0.9.1 |
| 918 | 2026-08-07T21:25:18.140Z | Downloaded yasna v0.5.2 |
| 919 | 2026-08-07T21:25:18.140Z | Downloaded schemars v0.8.22 |
| 920 | 2026-08-07T21:25:18.144Z | Downloaded progenitor-client v0.13.0 |
| 921 | 2026-08-07T21:25:18.151Z | Downloaded simd-adler32 v0.3.8 |
| 922 | 2026-08-07T21:25:18.151Z | Downloaded is-terminal v0.4.17 |
| 923 | 2026-08-07T21:25:18.151Z | Downloaded is_ci v1.2.0 |
| 924 | 2026-08-07T21:25:18.151Z | Downloaded nibble_vec v0.1.0 |
| 925 | 2026-08-07T21:25:18.151Z | Downloaded maplit v1.0.2 |
| 926 | 2026-08-07T21:25:18.151Z | Downloaded new_debug_unreachable v1.0.6 |
| 927 | 2026-08-07T21:25:18.151Z | Downloaded newline-converter v0.3.0 |
| 928 | 2026-08-07T21:25:18.155Z | Downloaded derive_more v0.99.20 |
| 929 | 2026-08-07T21:25:18.158Z | Downloaded dropshot_endpoint v0.17.1 |
| 930 | 2026-08-07T21:25:18.159Z | Downloaded elliptic-curve v0.14.1 |
| 931 | 2026-08-07T21:25:18.163Z | Downloaded parking_lot v0.12.5 |
| 932 | 2026-08-07T21:25:18.163Z | Downloaded stringprep v0.1.5 |
| 933 | 2026-08-07T21:25:18.163Z | Downloaded termios v0.3.3 |
| 934 | 2026-08-07T21:25:18.165Z | Downloaded crypto-common v0.2.2 |
| 935 | 2026-08-07T21:25:18.168Z | Downloaded packed_struct_codegen v0.10.1 |
| 936 | 2026-08-07T21:25:18.173Z | Downloaded parse-size v1.1.0 |
| 937 | 2026-08-07T21:25:18.173Z | Downloaded peg-runtime v0.8.5 |
| 938 | 2026-08-07T21:25:18.176Z | Downloaded icu_provider v2.1.1 |
| 939 | 2026-08-07T21:25:18.177Z | Downloaded nom v8.0.0 |
| 940 | 2026-08-07T21:25:18.177Z | Downloaded defmt v1.0.1 |
| 941 | 2026-08-07T21:25:18.184Z | Downloaded toml v0.7.8 |
| 942 | 2026-08-07T21:25:18.184Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 943 | 2026-08-07T21:25:18.187Z | Downloaded typed-path v0.9.3 |
| 944 | 2026-08-07T21:25:18.187Z | Downloaded test-strategy v0.4.5 |
| 945 | 2026-08-07T21:25:18.187Z | Downloaded ipnet v2.11.0 |
| 946 | 2026-08-07T21:25:18.187Z | Downloaded uuid v1.23.4 |
| 947 | 2026-08-07T21:25:18.190Z | Downloaded port-file v0.1.0 |
| 948 | 2026-08-07T21:25:18.190Z | Downloaded serde_with_macros v1.5.2 |
| 949 | 2026-08-07T21:25:18.193Z | Downloaded csv-core v0.1.13 |
| 950 | 2026-08-07T21:25:18.193Z | Downloaded derive-ex v0.1.8 |
| 951 | 2026-08-07T21:25:18.193Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 952 | 2026-08-07T21:25:18.193Z | Downloaded scroll_derive v0.13.1 |
| 953 | 2026-08-07T21:25:18.193Z | Downloaded serde_plain v1.0.2 |
| 954 | 2026-08-07T21:25:18.193Z | Downloaded rustc-hash v2.1.1 |
| 955 | 2026-08-07T21:25:18.196Z | Downloaded sapling-renderdag v0.1.0 |
| 956 | 2026-08-07T21:25:18.202Z | Downloaded libloading v0.8.9 |
| 957 | 2026-08-07T21:25:18.205Z | Downloaded signature v2.2.0 |
| 958 | 2026-08-07T21:25:18.208Z | Downloaded sha1 v0.10.6 |
| 959 | 2026-08-07T21:25:18.208Z | Downloaded seq-macro v0.3.6 |
| 960 | 2026-08-07T21:25:18.208Z | Downloaded icu_collections v2.1.1 |
| 961 | 2026-08-07T21:25:18.211Z | Downloaded zip v0.6.6 |
| 962 | 2026-08-07T21:25:18.214Z | Downloaded schemars v1.2.1 |
| 963 | 2026-08-07T21:25:18.221Z | Downloaded darling_core v0.21.3 |
| 964 | 2026-08-07T21:25:18.224Z | Downloaded strum v0.27.2 |
| 965 | 2026-08-07T21:25:18.226Z | Downloaded num-bigint v0.4.6 |
| 966 | 2026-08-07T21:25:18.229Z | Downloaded time-core v0.1.8 |
| 967 | 2026-08-07T21:25:18.235Z | Downloaded cookie_store v0.22.1 |
| 968 | 2026-08-07T21:25:18.238Z | Downloaded num_enum v0.5.11 |
| 969 | 2026-08-07T21:25:18.242Z | Downloaded oxnet v0.1.6 |
| 970 | 2026-08-07T21:25:18.245Z | Downloaded sync-ptr v0.1.4 |
| 971 | 2026-08-07T21:25:18.245Z | Downloaded cpufeatures v0.3.0 |
| 972 | 2026-08-07T21:25:18.245Z | Downloaded usdt-macro v0.6.0 |
| 973 | 2026-08-07T21:25:18.245Z | Downloaded utf8_iter v1.0.4 |
| 974 | 2026-08-07T21:25:18.245Z | Downloaded phc v0.6.1 |
| 975 | 2026-08-07T21:25:18.248Z | Downloaded indexmap v1.9.3 |
| 976 | 2026-08-07T21:25:18.251Z | Downloaded openssl-sys v0.9.117 |
| 977 | 2026-08-07T21:25:18.253Z | Downloaded smallvec v1.15.1 |
| 978 | 2026-08-07T21:25:18.253Z | Downloaded zeroize_derive v1.5.0 |
| 979 | 2026-08-07T21:25:18.253Z | Downloaded defmt v0.3.100 |
| 980 | 2026-08-07T21:25:18.256Z | Downloaded rustls-platform-verifier v0.6.2 |
| 981 | 2026-08-07T21:25:18.257Z | Downloaded cpubits v0.1.1 |
| 982 | 2026-08-07T21:25:18.259Z | Downloaded tar v0.4.46 |
| 983 | 2026-08-07T21:25:18.260Z | Downloaded usdt-impl v0.6.0 |
| 984 | 2026-08-07T21:25:18.260Z | Downloaded whoami v1.6.1 |
| 985 | 2026-08-07T21:25:18.262Z | Downloaded derive_builder_macro v0.20.2 |
| 986 | 2026-08-07T21:25:18.262Z | Downloaded downcast-rs v2.0.2 |
| 987 | 2026-08-07T21:25:18.262Z | Downloaded document-features v0.2.12 |
| 988 | 2026-08-07T21:25:18.266Z | Downloaded progenitor v0.14.0 |
| 989 | 2026-08-07T21:25:18.269Z | Downloaded inout v0.1.4 |
| 990 | 2026-08-07T21:25:18.272Z | Downloaded jiff-static v0.2.34 |
| 991 | 2026-08-07T21:25:18.272Z | Downloaded kstat-rs v0.2.5 |
| 992 | 2026-08-07T21:25:18.272Z | Downloaded maybe-uninit v2.0.0 |
| 993 | 2026-08-07T21:25:18.272Z | Downloaded powerfmt v0.2.0 |
| 994 | 2026-08-07T21:25:18.272Z | Downloaded rsa v0.9.10 |
| 995 | 2026-08-07T21:25:18.276Z | Downloaded pretty_assertions v1.4.1 |
| 996 | 2026-08-07T21:25:18.280Z | Downloaded stacker v0.1.23 |
| 997 | 2026-08-07T21:25:18.280Z | Downloaded reedline v0.40.0 |
| 998 | 2026-08-07T21:25:18.283Z | Downloaded illumos-nvpair v0.3.0 |
| 999 | 2026-08-07T21:25:18.283Z | Downloaded linked-hash-map v0.5.6 |
| 1000 | 2026-08-07T21:25:18.289Z | Downloaded smf v0.2.3 |
| 1001 | 2026-08-07T21:25:18.291Z | Downloaded similar v2.7.0 |
| 1002 | 2026-08-07T21:25:18.294Z | Downloaded yansi v1.0.1 |
| 1003 | 2026-08-07T21:25:18.297Z | Downloaded socket2 v0.5.10 |
| 1004 | 2026-08-07T21:25:18.300Z | Downloaded slog-term v2.9.2 |
| 1005 | 2026-08-07T21:25:18.300Z | Downloaded tokio-tungstenite v0.23.1 |
| 1006 | 2026-08-07T21:25:18.303Z | Downloaded oso-derive v0.27.3 |
| 1007 | 2026-08-07T21:25:18.303Z | Downloaded rfc6979 v0.6.0 |
| 1008 | 2026-08-07T21:25:18.305Z | Downloaded aho-corasick v1.1.4 |
| 1009 | 2026-08-07T21:25:18.308Z | Downloaded vte v0.14.1 |
| 1010 | 2026-08-07T21:25:18.312Z | Downloaded synstructure v0.13.2 |
| 1011 | 2026-08-07T21:25:18.312Z | Downloaded typify v0.6.2 |
| 1012 | 2026-08-07T21:25:18.312Z | Downloaded icu_locale_core v2.1.1 |
| 1013 | 2026-08-07T21:25:18.315Z | Downloaded snafu v0.8.9 |
| 1014 | 2026-08-07T21:25:18.317Z | Downloaded cookie v0.18.1 |
| 1015 | 2026-08-07T21:25:18.320Z | Downloaded sponge-cursor v0.1.0 |
| 1016 | 2026-08-07T21:25:18.320Z | Downloaded time-macros v0.2.27 |
| 1017 | 2026-08-07T21:25:18.320Z | Downloaded supports-color v3.0.2 |
| 1018 | 2026-08-07T21:25:18.323Z | Downloaded tabwriter v1.4.1 |
| 1019 | 2026-08-07T21:25:18.323Z | Downloaded tagptr v0.2.0 |
| 1020 | 2026-08-07T21:25:18.323Z | Downloaded rand v0.10.1 |
| 1021 | 2026-08-07T21:25:18.326Z | Downloaded postgres-protocol v0.6.10 |
| 1022 | 2026-08-07T21:25:18.326Z | Downloaded minimal-lexical v0.2.1 |
| 1023 | 2026-08-07T21:25:18.329Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1024 | 2026-08-07T21:25:18.329Z | Downloaded walkdir v2.5.0 |
| 1025 | 2026-08-07T21:25:18.329Z | Downloaded crossbeam-epoch v0.9.18 |
| 1026 | 2026-08-07T21:25:18.332Z | Downloaded xattr v1.6.1 |
| 1027 | 2026-08-07T21:25:18.332Z | Downloaded ctutils v0.4.2 |
| 1028 | 2026-08-07T21:25:18.335Z | Downloaded serde_with v1.14.0 |
| 1029 | 2026-08-07T21:25:18.338Z | Downloaded tokio-test v0.4.5 |
| 1030 | 2026-08-07T21:25:18.341Z | Downloaded unit-prefix v0.5.2 |
| 1031 | 2026-08-07T21:25:18.341Z | Downloaded wait-timeout v0.2.1 |
| 1032 | 2026-08-07T21:25:18.347Z | Downloaded primefield v0.14.0 |
| 1033 | 2026-08-07T21:25:18.347Z | Downloaded crc8 v0.1.1 |
| 1034 | 2026-08-07T21:25:18.354Z | Downloaded ed25519-dalek v3.0.0 |
| 1035 | 2026-08-07T21:25:18.354Z | Downloaded rand_core v0.10.0 |
| 1036 | 2026-08-07T21:25:18.354Z | Downloaded indoc v1.0.9 |
| 1037 | 2026-08-07T21:25:18.354Z | Downloaded instability v0.3.11 |
| 1038 | 2026-08-07T21:25:18.355Z | Downloaded multimap v0.10.1 |
| 1039 | 2026-08-07T21:25:18.355Z | Downloaded nodrop v0.1.14 |
| 1040 | 2026-08-07T21:25:18.355Z | Downloaded nonempty v0.12.0 |
| 1041 | 2026-08-07T21:25:18.362Z | Downloaded derive-where v1.6.0 |
| 1042 | 2026-08-07T21:25:18.362Z | Downloaded either v1.15.0 |
| 1043 | 2026-08-07T21:25:18.362Z | Downloaded mime v0.3.17 |
| 1044 | 2026-08-07T21:25:18.362Z | Downloaded hashbrown v0.15.5 |
| 1045 | 2026-08-07T21:25:18.365Z | Downloaded mime_guess v2.0.5 |
| 1046 | 2026-08-07T21:25:18.365Z | Downloaded num-complex v0.4.6 |
| 1047 | 2026-08-07T21:25:18.373Z | Downloaded ident_case v1.0.1 |
| 1048 | 2026-08-07T21:25:18.381Z | Downloaded display-error-chain v0.2.2 |
| 1049 | 2026-08-07T21:25:18.385Z | Downloaded lazy_static v1.5.0 |
| 1050 | 2026-08-07T21:25:18.385Z | Downloaded tungstenite v0.23.0 |
| 1051 | 2026-08-07T21:25:18.405Z | Downloaded poly1305 v0.8.0 |
| 1052 | 2026-08-07T21:25:18.405Z | Downloaded serde_path_to_error v0.1.20 |
| 1053 | 2026-08-07T21:25:18.405Z | Downloaded rand_chacha v0.9.0 |
| 1054 | 2026-08-07T21:25:18.405Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1055 | 2026-08-07T21:25:18.405Z | Downloaded managed v0.8.0 |
| 1056 | 2026-08-07T21:25:18.405Z | Downloaded parse-display v0.10.0 |
| 1057 | 2026-08-07T21:25:18.405Z | Downloaded rtoolbox v0.0.3 |
| 1058 | 2026-08-07T21:25:18.405Z | Downloaded serde-big-array v0.5.1 |
| 1059 | 2026-08-07T21:25:18.408Z | Downloaded subtle v2.6.1 |
| 1060 | 2026-08-07T21:25:18.408Z | Downloaded slog-json v2.6.1 |
| 1061 | 2026-08-07T21:25:18.408Z | Downloaded serdect v0.4.3 |
| 1062 | 2026-08-07T21:25:18.411Z | Downloaded unicode-segmentation v1.12.0 |
| 1063 | 2026-08-07T21:25:18.415Z | Downloaded zeroize v1.9.0 |
| 1064 | 2026-08-07T21:25:18.415Z | Downloaded universal-hash v0.5.1 |
| 1065 | 2026-08-07T21:25:18.418Z | Downloaded void v1.0.2 |
| 1066 | 2026-08-07T21:25:18.418Z | Downloaded tokio-stream v0.1.18 |
| 1067 | 2026-08-07T21:25:18.421Z | Downloaded hkdf v0.12.4 |
| 1068 | 2026-08-07T21:25:18.421Z | Downloaded crc v3.4.0 |
| 1069 | 2026-08-07T21:25:18.424Z | Downloaded ron v0.8.1 |
| 1070 | 2026-08-07T21:25:18.429Z | Downloaded omicron-zone-package v0.12.3 |
| 1071 | 2026-08-07T21:25:18.431Z | Downloaded pkcs5 v0.8.1 |
| 1072 | 2026-08-07T21:25:18.432Z | Downloaded data-encoding v2.10.0 |
| 1073 | 2026-08-07T21:25:18.435Z | Downloaded openssl-probe v0.2.1 |
| 1074 | 2026-08-07T21:25:18.440Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 1075 | 2026-08-07T21:25:18.442Z | Downloaded russh-cryptovec v0.62.0 |
| 1076 | 2026-08-07T21:25:18.442Z | Downloaded signature v3.0.0 |
| 1077 | 2026-08-07T21:25:18.442Z | Downloaded unicode-xid v0.2.6 |
| 1078 | 2026-08-07T21:25:18.446Z | Downloaded quinn v0.11.11 |
| 1079 | 2026-08-07T21:25:18.451Z | Downloaded signal-hook v0.3.18 |
| 1080 | 2026-08-07T21:25:18.454Z | Downloaded pem-rfc7468 v0.7.0 |
| 1081 | 2026-08-07T21:25:18.454Z | Downloaded displaydoc v0.2.5 |
| 1082 | 2026-08-07T21:25:18.456Z | Downloaded tough v0.22.0 |
| 1083 | 2026-08-07T21:25:18.459Z | Downloaded rand v0.8.6 |
| 1084 | 2026-08-07T21:25:18.462Z | Downloaded md-5 v0.10.6 |
| 1085 | 2026-08-07T21:25:18.462Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 1086 | 2026-08-07T21:25:18.464Z | Downloaded quick-error v1.2.3 |
| 1087 | 2026-08-07T21:25:18.465Z | Downloaded unicode-bidi v0.3.18 |
| 1088 | 2026-08-07T21:25:18.465Z | Downloaded indicatif v0.18.4 |
| 1089 | 2026-08-07T21:25:18.467Z | Downloaded icu_normalizer_data v2.1.1 |
| 1090 | 2026-08-07T21:25:18.467Z | Downloaded libsw-core v0.3.2 |
| 1091 | 2026-08-07T21:25:18.470Z | Downloaded serde_spanned v1.1.1 |
| 1092 | 2026-08-07T21:25:18.470Z | Downloaded pem-rfc7468 v1.0.0 |
| 1093 | 2026-08-07T21:25:18.473Z | Downloaded darling_macro v0.21.3 |
| 1094 | 2026-08-07T21:25:18.476Z | Downloaded futures-util v0.3.32 |
| 1095 | 2026-08-07T21:25:18.479Z | Downloaded tower-service v0.3.3 |
| 1096 | 2026-08-07T21:25:18.484Z | Downloaded support-bundle-viewer v0.1.2 |
| 1097 | 2026-08-07T21:25:18.485Z | Downloaded hyper v1.10.1 |
| 1098 | 2026-08-07T21:25:18.488Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 1099 | 2026-08-07T21:25:18.492Z | Downloaded stable_deref_trait v1.2.1 |
| 1100 | 2026-08-07T21:25:18.495Z | Downloaded serde_derive_internals v0.29.1 |
| 1101 | 2026-08-07T21:25:18.498Z | Downloaded num-iter v0.1.45 |
| 1102 | 2026-08-07T21:25:18.498Z | Downloaded zopfli v0.8.3 |
| 1103 | 2026-08-07T21:25:18.501Z | Downloaded zstd v0.13.3 |
| 1104 | 2026-08-07T21:25:18.515Z | Downloaded ed25519 v2.2.3 |
| 1105 | 2026-08-07T21:25:18.521Z | Downloaded proc-macro-crate v3.4.0 |
| 1106 | 2026-08-07T21:25:18.521Z | Downloaded bitvec v1.0.1 |
| 1107 | 2026-08-07T21:25:18.529Z | Downloaded oso v0.27.3 |
| 1108 | 2026-08-07T21:25:18.537Z | Downloaded native-tls v0.2.18 |
| 1109 | 2026-08-07T21:25:18.537Z | Downloaded packed_struct v0.10.1 |
| 1110 | 2026-08-07T21:25:18.537Z | Downloaded structmeta-derive v0.3.0 |
| 1111 | 2026-08-07T21:25:18.537Z | Downloaded aws-lc-rs v1.16.3 |
| 1112 | 2026-08-07T21:25:18.537Z | Downloaded string_cache v0.8.9 |
| 1113 | 2026-08-07T21:25:18.537Z | Downloaded waitgroup v0.1.2 |
| 1114 | 2026-08-07T21:25:18.541Z | Downloaded dsl_auto_type v0.2.0 |
| 1115 | 2026-08-07T21:25:18.541Z | Downloaded indent_write v2.2.0 |
| 1116 | 2026-08-07T21:25:18.541Z | Downloaded rayon v1.11.0 |
| 1117 | 2026-08-07T21:25:18.544Z | Downloaded hashbrown v0.16.1 |
| 1118 | 2026-08-07T21:25:18.547Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 1119 | 2026-08-07T21:25:18.549Z | Downloaded rcgen v0.12.1 |
| 1120 | 2026-08-07T21:25:18.549Z | Downloaded hkdf v0.13.0 |
| 1121 | 2026-08-07T21:25:18.552Z | Downloaded itertools v0.12.1 |
| 1122 | 2026-08-07T21:25:18.557Z | Downloaded tinystr v0.8.2 |
| 1123 | 2026-08-07T21:25:18.558Z | Downloaded zip v4.6.1 |
| 1124 | 2026-08-07T21:25:18.560Z | Downloaded vsss-rs v3.3.4 |
| 1125 | 2026-08-07T21:25:18.560Z | Downloaded convert_case v0.10.0 |
| 1126 | 2026-08-07T21:25:18.561Z | Downloaded md5 v0.8.0 |
| 1127 | 2026-08-07T21:25:18.561Z | Downloaded progenitor-macro v0.14.0 |
| 1128 | 2026-08-07T21:25:18.561Z | Downloaded blake3 v1.8.5 |
| 1129 | 2026-08-07T21:25:18.565Z | Downloaded ppv-lite86 v0.2.21 |
| 1130 | 2026-08-07T21:25:18.567Z | Downloaded rustls-pki-types v1.14.0 |
| 1131 | 2026-08-07T21:25:18.567Z | Downloaded tungstenite v0.21.0 |
| 1132 | 2026-08-07T21:25:18.570Z | Downloaded rsa v0.10.0-rc.18 |
| 1133 | 2026-08-07T21:25:18.573Z | Downloaded libsw v3.5.0 |
| 1134 | 2026-08-07T21:25:18.573Z | Downloaded secrecy v0.10.3 |
| 1135 | 2026-08-07T21:25:18.576Z | Downloaded yoke v0.8.1 |
| 1136 | 2026-08-07T21:25:18.576Z | Downloaded daft-derive v0.1.7 |
| 1137 | 2026-08-07T21:25:18.578Z | Downloaded ed25519 v3.0.0 |
| 1138 | 2026-08-07T21:25:18.579Z | Downloaded salty v0.3.0 |
| 1139 | 2026-08-07T21:25:18.581Z | Downloaded typify-macro v0.6.2 |
| 1140 | 2026-08-07T21:25:18.584Z | Downloaded h2 v0.4.15 |
| 1141 | 2026-08-07T21:25:18.587Z | Downloaded publicsuffix v2.3.0 |
| 1142 | 2026-08-07T21:25:18.587Z | Downloaded mio v1.2.0 |
| 1143 | 2026-08-07T21:25:18.593Z | Downloaded crc32fast v1.5.0 |
| 1144 | 2026-08-07T21:25:18.593Z | Downloaded untrusted v0.9.0 |
| 1145 | 2026-08-07T21:25:18.593Z | Downloaded darling v0.23.0 |
| 1146 | 2026-08-07T21:25:18.599Z | Downloaded scopeguard v1.2.0 |
| 1147 | 2026-08-07T21:25:18.599Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1148 | 2026-08-07T21:25:18.599Z | Downloaded schemars_derive v0.8.22 |
| 1149 | 2026-08-07T21:25:18.599Z | Downloaded unicode-truncate v1.1.0 |
| 1150 | 2026-08-07T21:25:18.603Z | Downloaded wnaf v0.14.0 |
| 1151 | 2026-08-07T21:25:18.603Z | Downloaded der_derive v0.7.3 |
| 1152 | 2026-08-07T21:25:18.603Z | Downloaded num_threads v0.1.7 |
| 1153 | 2026-08-07T21:25:18.603Z | Downloaded icu_normalizer v2.1.1 |
| 1154 | 2026-08-07T21:25:18.603Z | Downloaded x509-cert v0.2.5 |
| 1155 | 2026-08-07T21:25:18.608Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 1156 | 2026-08-07T21:25:18.608Z | Downloaded pin-project v1.1.11 |
| 1157 | 2026-08-07T21:25:18.620Z | Downloaded crypto-bigint v0.5.5 |
| 1158 | 2026-08-07T21:25:18.627Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 1159 | 2026-08-07T21:25:18.631Z | Downloaded slog-envlogger v2.2.0 |
| 1160 | 2026-08-07T21:25:18.631Z | Downloaded lalrpop-util v0.19.12 |
| 1161 | 2026-08-07T21:25:18.631Z | Downloaded tracing-core v0.1.36 |
| 1162 | 2026-08-07T21:25:18.637Z | Downloaded dropshot-api-manager v0.7.2 |
| 1163 | 2026-08-07T21:25:18.637Z | Downloaded pin-project-lite v0.2.17 |
| 1164 | 2026-08-07T21:25:18.640Z | Downloaded bindgen v0.71.1 |
| 1165 | 2026-08-07T21:25:18.640Z | Downloaded itertools v0.15.0 |
| 1166 | 2026-08-07T21:25:18.645Z | Downloaded zerotrie v0.2.3 |
| 1167 | 2026-08-07T21:25:18.648Z | Downloaded zone_cfg_derive v0.3.1 |
| 1168 | 2026-08-07T21:25:18.648Z | Downloaded qorb v0.4.1 |
| 1169 | 2026-08-07T21:25:18.648Z | Downloaded quinn-udp v0.5.14 |
| 1170 | 2026-08-07T21:25:18.651Z | Downloaded scuffle v0.1.0 |
| 1171 | 2026-08-07T21:25:18.652Z | Downloaded parse-display-derive v0.10.0 |
| 1172 | 2026-08-07T21:25:18.652Z | Downloaded rustyline v14.0.0 |
| 1173 | 2026-08-07T21:25:18.655Z | Downloaded scrypt v0.12.0 |
| 1174 | 2026-08-07T21:25:18.655Z | Downloaded snafu-derive v0.8.9 |
| 1175 | 2026-08-07T21:25:18.660Z | Downloaded path-slash v0.1.5 |
| 1176 | 2026-08-07T21:25:18.660Z | Downloaded progenitor-client v0.14.0 |
| 1177 | 2026-08-07T21:25:18.660Z | Downloaded reqwest v0.12.28 |
| 1178 | 2026-08-07T21:25:18.660Z | Downloaded ipnetwork v0.21.1 |
| 1179 | 2026-08-07T21:25:18.661Z | Downloaded multer v3.1.0 |
| 1180 | 2026-08-07T21:25:18.666Z | Downloaded rustls-pemfile v2.2.0 |
| 1181 | 2026-08-07T21:25:18.666Z | Downloaded winnow v0.6.26 |
| 1182 | 2026-08-07T21:25:18.675Z | Downloaded tls_codec_derive v0.4.2 |
| 1183 | 2026-08-07T21:25:18.675Z | Downloaded num v0.4.3 |
| 1184 | 2026-08-07T21:25:18.675Z | Downloaded sigpipe v0.1.3 |
| 1185 | 2026-08-07T21:25:18.675Z | Downloaded tap v1.0.1 |
| 1186 | 2026-08-07T21:25:18.675Z | Downloaded phf_shared v0.12.1 |
| 1187 | 2026-08-07T21:25:18.679Z | Downloaded try-lock v0.2.5 |
| 1188 | 2026-08-07T21:25:18.679Z | Downloaded ecdsa v0.16.9 |
| 1189 | 2026-08-07T21:25:18.682Z | Downloaded peg-macros v0.8.5 |
| 1190 | 2026-08-07T21:25:18.690Z | Downloaded litrs v1.0.0 |
| 1191 | 2026-08-07T21:25:18.695Z | Downloaded elliptic-curve v0.13.8 |
| 1192 | 2026-08-07T21:25:18.698Z | Downloaded libxml v0.3.3 |
| 1193 | 2026-08-07T21:25:18.701Z | Downloaded icu_properties_data v2.1.2 |
| 1194 | 2026-08-07T21:25:18.704Z | Downloaded icu_properties v2.1.2 |
| 1195 | 2026-08-07T21:25:18.707Z | Downloaded url v2.5.8 |
| 1196 | 2026-08-07T21:25:18.710Z | Downloaded zstd-safe v7.2.4 |
| 1197 | 2026-08-07T21:25:18.710Z | Downloaded rand_chacha v0.3.1 |
| 1198 | 2026-08-07T21:25:18.714Z | Downloaded chrono v0.4.45 |
| 1199 | 2026-08-07T21:25:18.718Z | Downloaded darling_core v0.13.4 |
| 1200 | 2026-08-07T21:25:18.725Z | Downloaded prettyplease v0.2.37 |
| 1201 | 2026-08-07T21:25:18.733Z | Downloaded derive_more v2.1.1 |
| 1202 | 2026-08-07T21:25:18.738Z | Downloaded tokio-rustls v0.26.4 |
| 1203 | 2026-08-07T21:25:18.741Z | Downloaded tinyvec_macros v0.1.1 |
| 1204 | 2026-08-07T21:25:18.744Z | Downloaded tokio-util v0.7.18 |
| 1205 | 2026-08-07T21:25:18.749Z | Downloaded darling v0.13.4 |
| 1206 | 2026-08-07T21:25:19.754Z | Downloaded slog v2.8.2 |
| 1207 | 2026-08-07T21:25:19.760Z | Downloaded ena v0.14.4 |
| 1208 | 2026-08-07T21:25:19.760Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1209 | 2026-08-07T21:25:19.760Z | Downloaded vergen v9.1.0 |
| 1210 | 2026-08-07T21:25:19.760Z | Downloaded xshell v0.2.7 |
| 1211 | 2026-08-07T21:25:19.761Z | Downloaded crypto-primes v0.7.2 |
| 1212 | 2026-08-07T21:25:19.761Z | Downloaded radix_trie v0.2.1 |
| 1213 | 2026-08-07T21:25:19.761Z | Downloaded zerovec v0.11.5 |
| 1214 | 2026-08-07T21:25:19.761Z | Downloaded miniz_oxide v0.8.9 |
| 1215 | 2026-08-07T21:25:19.761Z | Downloaded slog-async v2.8.0 |
| 1216 | 2026-08-07T21:25:19.761Z | Downloaded spin v0.9.8 |
| 1217 | 2026-08-07T21:25:19.761Z | Downloaded iddqd v0.4.2 |
| 1218 | 2026-08-07T21:25:19.761Z | Downloaded itertools v0.14.0 |
| 1219 | 2026-08-07T21:25:19.761Z | Downloaded nom v7.1.3 |
| 1220 | 2026-08-07T21:25:19.761Z | Downloaded itertools v0.10.5 |
| 1221 | 2026-08-07T21:25:19.761Z | Downloaded sha3 v0.12.0 |
| 1222 | 2026-08-07T21:25:19.761Z | Downloaded litemap v0.8.1 |
| 1223 | 2026-08-07T21:25:19.761Z | Downloaded darling v0.21.3 |
| 1224 | 2026-08-07T21:25:19.761Z | Downloaded des v0.9.0 |
| 1225 | 2026-08-07T21:25:19.761Z | Downloaded p256 v0.14.0 |
| 1226 | 2026-08-07T21:25:19.761Z | Downloaded libbz2-rs-sys v0.2.2 |
| 1227 | 2026-08-07T21:25:19.761Z | Downloaded parking_lot v0.11.2 |
| 1228 | 2026-08-07T21:25:19.761Z | Downloaded primeorder v0.13.6 |
| 1229 | 2026-08-07T21:25:19.761Z | Downloaded progenitor-impl v0.14.0 |
| 1230 | 2026-08-07T21:25:19.761Z | Downloaded tokio-postgres v0.7.16 |
| 1231 | 2026-08-07T21:25:19.761Z | Downloaded unicode-normalization v0.1.25 |
| 1232 | 2026-08-07T21:25:19.761Z | Downloaded diesel_derives v2.3.7 |
| 1233 | 2026-08-07T21:25:19.761Z | Downloaded smoltcp v0.9.1 |
| 1234 | 2026-08-07T21:25:19.761Z | Downloaded tinyvec v1.10.0 |
| 1235 | 2026-08-07T21:25:19.761Z | Downloaded git2 v0.20.4 |
| 1236 | 2026-08-07T21:25:19.761Z | Downloaded quick-xml v0.37.5 |
| 1237 | 2026-08-07T21:25:19.761Z | Downloaded steno v0.4.1 |
| 1238 | 2026-08-07T21:25:19.761Z | Downloaded samael v0.0.19 |
| 1239 | 2026-08-07T21:25:19.761Z | Downloaded der v0.7.10 |
| 1240 | 2026-08-07T21:25:19.761Z | Downloaded ed25519-dalek v2.2.0 |
| 1241 | 2026-08-07T21:25:19.761Z | Downloaded p384 v0.13.1 |
| 1242 | 2026-08-07T21:25:19.761Z | Downloaded num_enum v0.7.6 |
| 1243 | 2026-08-07T21:25:19.761Z | Downloaded darling_core v0.23.0 |
| 1244 | 2026-08-07T21:25:19.761Z | Downloaded tower v0.5.3 |
| 1245 | 2026-08-07T21:25:19.761Z | Downloaded zerocopy v0.8.40 |
| 1246 | 2026-08-07T21:25:19.761Z | Downloaded libm v0.2.16 |
| 1247 | 2026-08-07T21:25:19.761Z | Downloaded rand v0.9.2 |
| 1248 | 2026-08-07T21:25:19.762Z | Downloaded drift v0.2.0 |
| 1249 | 2026-08-07T21:25:19.762Z | Downloaded hyper-util v0.1.20 |
| 1250 | 2026-08-07T21:25:19.762Z | Downloaded num-bigint-dig v0.8.6 |
| 1251 | 2026-08-07T21:25:19.762Z | Downloaded rayon-core v1.13.0 |
| 1252 | 2026-08-07T21:25:19.762Z | Downloaded term v0.7.0 |
| 1253 | 2026-08-07T21:25:19.762Z | Downloaded goblin v0.10.5 |
| 1254 | 2026-08-07T21:25:19.762Z | Downloaded russh v0.62.4 |
| 1255 | 2026-08-07T21:25:19.762Z | Downloaded crossbeam-channel v0.5.15 |
| 1256 | 2026-08-07T21:25:19.762Z | Downloaded p521 v0.14.0 |
| 1257 | 2026-08-07T21:25:19.762Z | Downloaded iri-string v0.7.10 |
| 1258 | 2026-08-07T21:25:19.762Z | Downloaded tabled v0.20.0 |
| 1259 | 2026-08-07T21:25:19.762Z | Downloaded proptest v1.11.0 |
| 1260 | 2026-08-07T21:25:19.762Z | Downloaded serde_with v3.21.0 |
| 1261 | 2026-08-07T21:25:19.762Z | Downloaded openssl v0.10.80 |
| 1262 | 2026-08-07T21:25:19.762Z | Downloaded ssh-key v0.7.0-rc.11 |
| 1263 | 2026-08-07T21:25:19.762Z | Downloaded derive_more-impl v2.1.1 |
| 1264 | 2026-08-07T21:25:19.762Z | Downloaded winnow v0.5.40 |
| 1265 | 2026-08-07T21:25:19.762Z | Downloaded der v0.8.0 |
| 1266 | 2026-08-07T21:25:19.762Z | Downloaded regex v1.12.3 |
| 1267 | 2026-08-07T21:25:19.762Z | Downloaded lalrpop v0.19.12 |
| 1268 | 2026-08-07T21:25:19.762Z | Downloaded zlib-rs v0.6.2 |
| 1269 | 2026-08-07T21:25:19.762Z | Downloaded jiff-core v0.1.0 |
| 1270 | 2026-08-07T21:25:19.762Z | Downloaded petname v2.0.2 |
| 1271 | 2026-08-07T21:25:19.762Z | Downloaded bstr v1.12.1 |
| 1272 | 2026-08-07T21:25:19.762Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 1273 | 2026-08-07T21:25:19.762Z | Downloaded crossterm v0.29.0 |
| 1274 | 2026-08-07T21:25:19.762Z | Downloaded reqwest v0.13.2 |
| 1275 | 2026-08-07T21:25:19.762Z | Downloaded crossterm v0.28.1 |
| 1276 | 2026-08-07T21:25:19.762Z | Downloaded idna v1.1.0 |
| 1277 | 2026-08-07T21:25:19.762Z | Downloaded rawzip v0.4.4 |
| 1278 | 2026-08-07T21:25:19.762Z | Downloaded winnow v1.0.3 |
| 1279 | 2026-08-07T21:25:19.762Z | Downloaded time v0.3.47 |
| 1280 | 2026-08-07T21:25:19.762Z | Downloaded tower-http v0.6.8 |
| 1281 | 2026-08-07T21:25:19.762Z | Downloaded itertools v0.13.0 |
| 1282 | 2026-08-07T21:25:19.762Z | Downloaded portable-atomic v1.13.1 |
| 1283 | 2026-08-07T21:25:19.762Z | Downloaded moka v0.12.13 |
| 1284 | 2026-08-07T21:25:19.762Z | Downloaded rustls v0.23.41 |
| 1285 | 2026-08-07T21:25:19.762Z | Downloaded regex-syntax v0.6.29 |
| 1286 | 2026-08-07T21:25:19.762Z | Downloaded hickory-proto v0.24.4 |
| 1287 | 2026-08-07T21:25:19.763Z | Downloaded quinn-proto v0.11.16 |
| 1288 | 2026-08-07T21:25:19.763Z | Downloaded openapiv3 v2.2.0 |
| 1289 | 2026-08-07T21:25:19.763Z | Downloaded crypto-bigint v0.7.5 |
| 1290 | 2026-08-07T21:25:19.763Z | Downloaded object v0.37.3 |
| 1291 | 2026-08-07T21:25:19.763Z | Downloaded regress v0.10.5 |
| 1292 | 2026-08-07T21:25:19.763Z | Downloaded dropshot v0.17.1 |
| 1293 | 2026-08-07T21:25:19.763Z | Downloaded vcpkg v0.2.15 |
| 1294 | 2026-08-07T21:25:19.763Z | Downloaded curve25519-dalek v4.1.3 |
| 1295 | 2026-08-07T21:25:19.763Z | Downloaded nix v0.31.2 |
| 1296 | 2026-08-07T21:25:19.763Z | Downloaded polar-core v0.27.3 |
| 1297 | 2026-08-07T21:25:19.763Z | Downloaded nix v0.27.1 |
| 1298 | 2026-08-07T21:25:19.763Z | Downloaded object v0.30.4 |
| 1299 | 2026-08-07T21:25:19.763Z | Downloaded hickory-proto v0.25.2 |
| 1300 | 2026-08-07T21:25:19.763Z | Downloaded curve25519-dalek v5.0.0 |
| 1301 | 2026-08-07T21:25:19.763Z | Downloaded smoltcp v0.11.0 |
| 1302 | 2026-08-07T21:25:19.763Z | Downloaded nix v0.28.0 |
| 1303 | 2026-08-07T21:25:19.763Z | Downloaded sqlparser v0.61.0 |
| 1304 | 2026-08-07T21:25:19.763Z | Downloaded diesel v2.3.7 |
| 1305 | 2026-08-07T21:25:19.763Z | Downloaded regress v0.11.1 |
| 1306 | 2026-08-07T21:25:19.763Z | Downloaded regex-syntax v0.8.10 |
| 1307 | 2026-08-07T21:25:19.766Z | Downloaded tracing v0.1.44 |
| 1308 | 2026-08-07T21:25:19.766Z | Downloaded zerocopy-derive v0.6.6 |
| 1309 | 2026-08-07T21:25:19.767Z | Downloaded typify-impl v0.6.2 |
| 1310 | 2026-08-07T21:25:19.767Z | Downloaded rustix v0.38.44 |
| 1311 | 2026-08-07T21:25:19.767Z | Downloaded ratatui v0.29.0 |
| 1312 | 2026-08-07T21:25:19.767Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1313 | 2026-08-07T21:25:19.767Z | Downloaded sled v0.34.7 |
| 1314 | 2026-08-07T21:25:19.767Z | Downloaded sha3 v0.11.0 |
| 1315 | 2026-08-07T21:25:19.767Z | Downloaded chrono-tz v0.10.4 |
| 1316 | 2026-08-07T21:25:19.767Z | Downloaded regex-automata v0.4.14 |
| 1317 | 2026-08-07T21:25:19.767Z | Downloaded petgraph v0.8.3 |
| 1318 | 2026-08-07T21:25:19.767Z | Downloaded petgraph v0.6.5 |
| 1319 | 2026-08-07T21:25:19.767Z | Downloaded jiff v0.2.34 |
| 1320 | 2026-08-07T21:25:19.767Z | Downloaded encoding_rs v0.8.35 |
| 1321 | 2026-08-07T21:25:19.767Z | Downloaded libz-sys v1.1.24 |
| 1322 | 2026-08-07T21:25:19.767Z | Downloaded csv v1.4.0 |
| 1323 | 2026-08-07T21:25:19.767Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1324 | 2026-08-07T21:25:19.767Z | Downloaded tokio v1.52.1 |
| 1325 | 2026-08-07T21:25:19.767Z | Downloaded sha3 v0.10.8 |
| 1326 | 2026-08-07T21:25:19.767Z | Downloaded ring v0.17.14 |
| 1327 | 2026-08-07T21:25:19.767Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1328 | 2026-08-07T21:25:19.925Z | Downloaded aws-lc-sys v0.40.0 |
| 1329 | 2026-08-07T21:25:20.184Z | Compiling libc v0.2.185 |
| 1330 | 2026-08-07T21:25:20.184Z | Compiling serde_core v1.0.228 |
| 1331 | 2026-08-07T21:25:20.196Z | Compiling serde v1.0.228 |
| 1332 | 2026-08-07T21:25:20.196Z | Compiling log v0.4.29 |
| 1333 | 2026-08-07T21:25:20.196Z | Compiling smallvec v1.15.1 |
| 1334 | 2026-08-07T21:25:20.328Z | Compiling find-msvc-tools v0.1.9 |
| 1335 | 2026-08-07T21:25:20.334Z | Compiling shlex v1.3.0 |
| 1336 | 2026-08-07T21:25:20.342Z | Compiling syn v2.0.117 |
| 1337 | 2026-08-07T21:25:20.526Z | Compiling subtle v2.6.1 |
| 1338 | 2026-08-07T21:25:20.529Z | Compiling scopeguard v1.2.0 |
| 1339 | 2026-08-07T21:25:20.569Z | Compiling typenum v1.20.1 |
| 1340 | 2026-08-07T21:25:20.616Z | Compiling stable_deref_trait v1.2.1 |
| 1341 | 2026-08-07T21:25:20.634Z | Compiling lock_api v0.4.14 |
| 1342 | 2026-08-07T21:25:20.647Z | Compiling zerocopy v0.8.40 |
| 1343 | 2026-08-07T21:25:20.690Z | Compiling portable-atomic v1.13.1 |
| 1344 | 2026-08-07T21:25:20.702Z | Compiling serde_json v1.0.151 |
| 1345 | 2026-08-07T21:25:20.857Z | Compiling critical-section v1.2.0 |
| 1346 | 2026-08-07T21:25:20.899Z | Compiling libm v0.2.16 |
| 1347 | 2026-08-07T21:25:20.961Z | Compiling num-traits v0.2.19 |
| 1348 | 2026-08-07T21:25:21.066Z | Compiling pkg-config v0.3.32 |
| 1349 | 2026-08-07T21:25:21.141Z | Compiling jobserver v0.1.34 |
| 1350 | 2026-08-07T21:25:21.156Z | Compiling errno v0.3.14 |
| 1351 | 2026-08-07T21:25:21.204Z | Compiling getrandom v0.2.17 |
| 1352 | 2026-08-07T21:25:21.351Z | Compiling cc v1.2.56 |
| 1353 | 2026-08-07T21:25:21.424Z | Compiling rand_core v0.6.4 |
| 1354 | 2026-08-07T21:25:21.602Z | Compiling generic-array v0.14.7 |
| 1355 | 2026-08-07T21:25:21.661Z | Compiling once_cell v1.21.3 |
| 1356 | 2026-08-07T21:25:21.691Z | Compiling getrandom v0.4.1 |
| 1357 | 2026-08-07T21:25:21.741Z | Compiling parking_lot_core v0.9.12 |
| 1358 | 2026-08-07T21:25:21.785Z | Compiling const-oid v0.9.6 |
| 1359 | 2026-08-07T21:25:21.868Z | Compiling pin-project-lite v0.2.17 |
| 1360 | 2026-08-07T21:25:21.999Z | Compiling rand_core v0.10.0 |
| 1361 | 2026-08-07T21:25:22.341Z | Compiling bitflags v2.11.0 |
| 1362 | 2026-08-07T21:25:22.382Z | Compiling signal-hook-registry v1.4.8 |
| 1363 | 2026-08-07T21:25:22.495Z | Compiling litemap v0.8.1 |
| 1364 | 2026-08-07T21:25:22.625Z | Compiling percent-encoding v2.3.2 |
| 1365 | 2026-08-07T21:25:22.659Z | Compiling futures-core v0.3.32 |
| 1366 | 2026-08-07T21:25:22.733Z | Compiling writeable v0.6.2 |
| 1367 | 2026-08-07T21:25:22.760Z | Compiling semver v1.0.28 |
| 1368 | 2026-08-07T21:25:22.775Z | Compiling parking_lot v0.12.5 |
| 1369 | 2026-08-07T21:25:22.814Z | Compiling mio v1.2.0 |
| 1370 | 2026-08-07T21:25:22.817Z | Compiling icu_normalizer_data v2.1.1 |
| 1371 | 2026-08-07T21:25:22.931Z | Compiling icu_properties_data v2.1.2 |
| 1372 | 2026-08-07T21:25:22.963Z | Compiling socket2 v0.6.3 |
| 1373 | 2026-08-07T21:25:23.088Z | Compiling getrandom v0.3.4 |
| 1374 | 2026-08-07T21:25:23.112Z | Compiling futures-sink v0.3.32 |
| 1375 | 2026-08-07T21:25:23.158Z | Compiling indexmap v2.14.0 |
| 1376 | 2026-08-07T21:25:23.218Z | Compiling futures-channel v0.3.32 |
| 1377 | 2026-08-07T21:25:23.278Z | Compiling synstructure v0.13.2 |
| 1378 | 2026-08-07T21:25:23.294Z | Compiling futures-io v0.3.32 |
| 1379 | 2026-08-07T21:25:23.371Z | Compiling slab v0.4.12 |
| 1380 | 2026-08-07T21:25:23.452Z | Compiling futures-task v0.3.32 |
| 1381 | 2026-08-07T21:25:23.452Z | Compiling rustix v1.1.3 |
| 1382 | 2026-08-07T21:25:23.555Z | Compiling utf8_iter v1.0.4 |
| 1383 | 2026-08-07T21:25:23.584Z | Compiling form_urlencoded v1.2.2 |
| 1384 | 2026-08-07T21:25:23.623Z | Compiling rustversion v1.0.22 |
| 1385 | 2026-08-07T21:25:23.706Z | Compiling base64ct v1.8.3 |
| 1386 | 2026-08-07T21:25:23.768Z | Compiling iana-time-zone v0.1.65 |
| 1387 | 2026-08-07T21:25:23.834Z | Compiling cmake v0.1.57 |
| 1388 | 2026-08-07T21:25:23.889Z | Compiling ident_case v1.0.1 |
| 1389 | 2026-08-07T21:25:23.976Z | Compiling pem-rfc7468 v0.7.0 |
| 1390 | 2026-08-07T21:25:23.980Z | Compiling dunce v1.0.5 |
| 1391 | 2026-08-07T21:25:24.008Z | Compiling fs_extra v1.3.0 |
| 1392 | 2026-08-07T21:25:24.018Z | Compiling regex-syntax v0.8.10 |
| 1393 | 2026-08-07T21:25:24.072Z | Compiling flagset v0.4.7 |
| 1394 | 2026-08-07T21:25:24.220Z | Compiling rand_core v0.9.5 |
| 1395 | 2026-08-07T21:25:24.248Z | Compiling uuid v1.23.4 |
| 1396 | 2026-08-07T21:25:24.285Z | Compiling aws-lc-sys v0.40.0 |
| 1397 | 2026-08-07T21:25:24.306Z | Compiling base64 v0.22.1 |
| 1398 | 2026-08-07T21:25:24.504Z | Compiling vcpkg v0.2.15 |
| 1399 | 2026-08-07T21:25:24.616Z | Compiling syn v1.0.109 |
| 1400 | 2026-08-07T21:25:24.638Z | Compiling serde_derive_internals v0.29.1 |
| 1401 | 2026-08-07T21:25:24.966Z | Compiling rustc_version v0.4.1 |
| 1402 | 2026-08-07T21:25:24.986Z | Compiling tracing-core v0.1.36 |
| 1403 | 2026-08-07T21:25:25.006Z | Compiling serde_derive v1.0.228 |
| 1404 | 2026-08-07T21:25:25.258Z | Compiling zeroize_derive v1.5.0 |
| 1405 | 2026-08-07T21:25:25.274Z | Compiling zerofrom-derive v0.1.6 |
| 1406 | 2026-08-07T21:25:25.289Z | Compiling zerocopy-derive v0.8.40 |
| 1407 | 2026-08-07T21:25:25.541Z | Compiling yoke-derive v0.8.1 |
| 1408 | 2026-08-07T21:25:25.557Z | Compiling zerovec-derive v0.11.2 |
| 1409 | 2026-08-07T21:25:25.919Z | Compiling zeroize v1.9.0 |
| 1410 | 2026-08-07T21:25:26.135Z | Compiling displaydoc v0.2.5 |
| 1411 | 2026-08-07T21:25:26.691Z | Compiling zerofrom v0.1.6 |
| 1412 | 2026-08-07T21:25:26.705Z | Compiling tokio-macros v2.7.0 |
| 1413 | 2026-08-07T21:25:26.745Z | Compiling futures-macro v0.3.32 |
| 1414 | 2026-08-07T21:25:26.828Z | Compiling yoke v0.8.1 |
| 1415 | 2026-08-07T21:25:26.905Z | Compiling der_derive v0.7.3 |
| 1416 | 2026-08-07T21:25:27.005Z | Compiling crypto-common v0.1.7 |
| 1417 | 2026-08-07T21:25:27.021Z | Compiling zerovec v0.11.5 |
| 1418 | 2026-08-07T21:25:27.143Z | Compiling zerotrie v0.2.3 |
| 1419 | 2026-08-07T21:25:27.441Z | Compiling block-buffer v0.10.4 |
| 1420 | 2026-08-07T21:25:27.478Z | Compiling thiserror-impl v2.0.18 |
| 1421 | 2026-08-07T21:25:27.586Z | Compiling tinystr v0.8.2 |
| 1422 | 2026-08-07T21:25:27.606Z | Compiling potential_utf v0.1.4 |
| 1423 | 2026-08-07T21:25:27.633Z | Compiling digest v0.10.7 |
| 1424 | 2026-08-07T21:25:27.766Z | Compiling icu_locale_core v2.1.1 |
| 1425 | 2026-08-07T21:25:27.792Z | Compiling icu_collections v2.1.1 |
| 1426 | 2026-08-07T21:25:27.882Z | Compiling futures-util v0.3.32 |
| 1427 | 2026-08-07T21:25:27.922Z | Compiling der v0.7.10 |
| 1428 | 2026-08-07T21:25:28.275Z | Compiling openssl-sys v0.9.117 |
| 1429 | 2026-08-07T21:25:28.566Z | Compiling bytes v1.11.1 |
| 1430 | 2026-08-07T21:25:28.646Z | Compiling icu_provider v2.1.1 |
| 1431 | 2026-08-07T21:25:28.801Z | Compiling chrono v0.4.45 |
| 1432 | 2026-08-07T21:25:28.832Z | Compiling thiserror v2.0.18 |
| 1433 | 2026-08-07T21:25:28.937Z | Compiling icu_normalizer v2.1.1 |
| 1434 | 2026-08-07T21:25:28.951Z | Compiling icu_properties v2.1.2 |
| 1435 | 2026-08-07T21:25:29.148Z | Compiling tokio v1.52.1 |
| 1436 | 2026-08-07T21:25:29.184Z | Compiling http v1.4.2 |
| 1437 | 2026-08-07T21:25:29.468Z | Compiling spki v0.7.3 |
| 1438 | 2026-08-07T21:25:29.675Z | Compiling ppv-lite86 v0.2.21 |
| 1439 | 2026-08-07T21:25:29.796Z | Compiling idna_adapter v1.2.1 |
| 1440 | 2026-08-07T21:25:29.938Z | Compiling idna v1.1.0 |
| 1441 | 2026-08-07T21:25:29.995Z | Compiling rand_chacha v0.9.0 |
| 1442 | 2026-08-07T21:25:30.013Z | Compiling tracing-attributes v0.1.31 |
| 1443 | 2026-08-07T21:25:30.092Z | Compiling schemars v0.8.22 |
| 1444 | 2026-08-07T21:25:30.145Z | Compiling cpufeatures v0.2.17 |
| 1445 | 2026-08-07T21:25:30.161Z | Compiling dyn-clone v1.0.20 |
| 1446 | 2026-08-07T21:25:30.217Z | Compiling url v2.5.8 |
| 1447 | 2026-08-07T21:25:30.285Z | Compiling aws-lc-rs v1.16.3 |
| 1448 | 2026-08-07T21:25:30.319Z | Compiling rand v0.9.2 |
| 1449 | 2026-08-07T21:25:30.566Z | Compiling http-body v1.0.1 |
| 1450 | 2026-08-07T21:25:30.580Z | Compiling pkcs8 v0.10.2 |
| 1451 | 2026-08-07T21:25:30.716Z | Compiling rustls-pki-types v1.14.0 |
| 1452 | 2026-08-07T21:25:30.751Z | Compiling schemars_derive v0.8.22 |
| 1453 | 2026-08-07T21:25:30.992Z | Compiling spin v0.9.8 |
| 1454 | 2026-08-07T21:25:31.070Z | Compiling cmov v0.5.4 |
| 1455 | 2026-08-07T21:25:31.154Z | Compiling tinyvec_macros v0.1.1 |
| 1456 | 2026-08-07T21:25:31.195Z | Compiling httparse v1.10.1 |
| 1457 | 2026-08-07T21:25:31.224Z | Compiling crc32fast v1.5.0 |
| 1458 | 2026-08-07T21:25:31.271Z | Compiling openssl-probe v0.2.1 |
| 1459 | 2026-08-07T21:25:31.301Z | Compiling tracing v0.1.44 |
| 1460 | 2026-08-07T21:25:31.440Z | Compiling ctutils v0.4.2 |
| 1461 | 2026-08-07T21:25:31.520Z | Compiling tempfile v3.25.0 |
| 1462 | 2026-08-07T21:25:31.559Z | Compiling tinyvec v1.10.0 |
| 1463 | 2026-08-07T21:25:31.574Z | Compiling pest_generator v2.8.6 |
| 1464 | 2026-08-07T21:25:31.669Z | Compiling sha2 v0.10.9 |
| 1465 | 2026-08-07T21:25:31.889Z | Compiling aho-corasick v1.1.4 |
| 1466 | 2026-08-07T21:25:31.906Z | Compiling radium v0.7.0 |
| 1467 | 2026-08-07T21:25:32.143Z | Compiling untrusted v0.7.1 |
| 1468 | 2026-08-07T21:25:32.238Z | Compiling try-lock v0.2.5 |
| 1469 | 2026-08-07T21:25:32.263Z | Compiling atomic-waker v1.1.2 |
| 1470 | 2026-08-07T21:25:32.345Z | Compiling tower-service v0.3.3 |
| 1471 | 2026-08-07T21:25:32.384Z | Compiling tower-layer v0.3.3 |
| 1472 | 2026-08-07T21:25:32.488Z | Compiling want v0.3.1 |
| 1473 | 2026-08-07T21:25:32.591Z | Compiling pest_derive v2.8.6 |
| 1474 | 2026-08-07T21:25:32.670Z | Compiling hybrid-array v0.4.13 |
| 1475 | 2026-08-07T21:25:33.000Z | Compiling tokio-util v0.7.18 |
| 1476 | 2026-08-07T21:25:33.027Z | Compiling regex-automata v0.4.14 |
| 1477 | 2026-08-07T21:25:33.556Z | Compiling ipnet v2.11.0 |
| 1478 | 2026-08-07T21:25:33.574Z | Compiling scroll_derive v0.13.1 |
| 1479 | 2026-08-07T21:25:33.619Z | Compiling darling_core v0.20.11 |
| 1480 | 2026-08-07T21:25:34.024Z | Compiling h2 v0.4.15 |
| 1481 | 2026-08-07T21:25:34.044Z | Compiling maybe-uninit v2.0.0 |
| 1482 | 2026-08-07T21:25:34.305Z | Compiling foreign-types-shared v0.1.1 |
| 1483 | 2026-08-07T21:25:34.358Z | Compiling httpdate v1.0.3 |
| 1484 | 2026-08-07T21:25:34.388Z | Compiling tap v1.0.1 |
| 1485 | 2026-08-07T21:25:34.500Z | Compiling openssl v0.10.80 |
| 1486 | 2026-08-07T21:25:34.583Z | Compiling rustls v0.23.41 |
| 1487 | 2026-08-07T21:25:34.638Z | Compiling simd-adler32 v0.3.8 |
| 1488 | 2026-08-07T21:25:34.725Z | Compiling untrusted v0.9.0 |
| 1489 | 2026-08-07T21:25:34.771Z | Compiling wyz v0.5.1 |
| 1490 | 2026-08-07T21:25:34.816Z | Compiling foreign-types v0.3.2 |
| 1491 | 2026-08-07T21:25:34.842Z | Compiling scroll v0.13.0 |
| 1492 | 2026-08-07T21:25:34.921Z | Compiling unicode-normalization v0.1.25 |
| 1493 | 2026-08-07T21:25:35.088Z | Compiling rand_chacha v0.3.1 |
| 1494 | 2026-08-07T21:25:35.105Z | Compiling hex v0.4.3 |
| 1495 | 2026-08-07T21:25:35.355Z | Compiling signature v2.2.0 |
| 1496 | 2026-08-07T21:25:35.373Z | Compiling thiserror-impl v1.0.69 |
| 1497 | 2026-08-07T21:25:35.376Z | Compiling openssl-macros v0.1.1 |
| 1498 | 2026-08-07T21:25:35.532Z | Compiling terminal_size v0.4.3 |
| 1499 | 2026-08-07T21:25:35.671Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1500 | 2026-08-07T21:25:35.774Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1501 | 2026-08-07T21:25:35.856Z | Compiling num-integer v0.1.46 |
| 1502 | 2026-08-07T21:25:35.870Z | Compiling darling_macro v0.20.11 |
| 1503 | 2026-08-07T21:25:35.945Z | Compiling wait-timeout v0.2.1 |
| 1504 | 2026-08-07T21:25:36.154Z | Compiling ahash v0.8.12 |
| 1505 | 2026-08-07T21:25:36.171Z | Compiling funty v2.0.0 |
| 1506 | 2026-08-07T21:25:36.202Z | Compiling quick-error v1.2.3 |
| 1507 | 2026-08-07T21:25:36.310Z | Compiling adler2 v2.0.1 |
| 1508 | 2026-08-07T21:25:36.341Z | Compiling num-bigint-dig v0.8.6 |
| 1509 | 2026-08-07T21:25:36.355Z | Compiling packed_struct v0.10.1 |
| 1510 | 2026-08-07T21:25:36.437Z | Compiling time-core v0.1.8 |
| 1511 | 2026-08-07T21:25:36.524Z | Compiling bit-vec v0.8.0 |
| 1512 | 2026-08-07T21:25:36.582Z | Compiling powerfmt v0.2.0 |
| 1513 | 2026-08-07T21:25:36.596Z | Compiling num-conv v0.2.0 |
| 1514 | 2026-08-07T21:25:36.599Z | Compiling native-tls v0.2.18 |
| 1515 | 2026-08-07T21:25:36.724Z | Compiling time-macros v0.2.27 |
| 1516 | 2026-08-07T21:25:36.738Z | Compiling deranged v0.5.8 |
| 1517 | 2026-08-07T21:25:36.755Z | Compiling bit-set v0.8.0 |
| 1518 | 2026-08-07T21:25:36.781Z | Compiling thiserror v1.0.69 |
| 1519 | 2026-08-07T21:25:36.862Z | Compiling bitvec v1.0.1 |
| 1520 | 2026-08-07T21:25:36.888Z | Compiling miniz_oxide v0.8.9 |
| 1521 | 2026-08-07T21:25:36.961Z | Compiling darling v0.20.11 |
| 1522 | 2026-08-07T21:25:37.044Z | Compiling clap_builder v4.6.0 |
| 1523 | 2026-08-07T21:25:37.068Z | Compiling rusty-fork v0.3.1 |
| 1524 | 2026-08-07T21:25:37.374Z | Compiling hyper v1.10.1 |
| 1525 | 2026-08-07T21:25:37.759Z | Compiling num-iter v0.1.45 |
| 1526 | 2026-08-07T21:25:38.136Z | Compiling rand v0.8.6 |
| 1527 | 2026-08-07T21:25:38.348Z | Compiling goblin v0.10.5 |
| 1528 | 2026-08-07T21:25:38.575Z | Compiling hyper-util v0.1.20 |
| 1529 | 2026-08-07T21:25:38.986Z | Compiling packed_struct_codegen v0.10.1 |
| 1530 | 2026-08-07T21:25:39.009Z | Compiling lazy_static v1.5.0 |
| 1531 | 2026-08-07T21:25:39.101Z | Compiling toml_datetime v0.6.11 |
| 1532 | 2026-08-07T21:25:39.352Z | Compiling serde_spanned v0.6.9 |
| 1533 | 2026-08-07T21:25:39.495Z | Compiling hmac v0.12.1 |
| 1534 | 2026-08-07T21:25:39.652Z | Compiling zerocopy-derive v0.6.6 |
| 1535 | 2026-08-07T21:25:40.023Z | Compiling bitfield-macros v0.19.4 |
| 1536 | 2026-08-07T21:25:40.071Z | Compiling clap_derive v4.6.1 |
| 1537 | 2026-08-07T21:25:40.285Z | Compiling anstyle-parse v0.2.7 |
| 1538 | 2026-08-07T21:25:40.458Z | Compiling rand_xorshift v0.4.0 |
| 1539 | 2026-08-07T21:25:40.473Z | Compiling sync_wrapper v1.0.2 |
| 1540 | 2026-08-07T21:25:40.578Z | Compiling indexmap v1.9.3 |
| 1541 | 2026-08-07T21:25:40.621Z | Compiling num_threads v0.1.7 |
| 1542 | 2026-08-07T21:25:40.716Z | Compiling zlib-rs v0.6.2 |
| 1543 | 2026-08-07T21:25:40.731Z | Compiling paste v1.0.15 |
| 1544 | 2026-08-07T21:25:40.761Z | Compiling usdt-impl v0.6.0 |
| 1545 | 2026-08-07T21:25:40.822Z | Compiling crossbeam-utils v0.8.21 |
| 1546 | 2026-08-07T21:25:40.958Z | Compiling siphasher v1.0.2 |
| 1547 | 2026-08-07T21:25:40.984Z | Compiling crc-catalog v2.4.0 |
| 1548 | 2026-08-07T21:25:41.077Z | Compiling nodrop v0.1.14 |
| 1549 | 2026-08-07T21:25:41.104Z | Compiling unarray v0.1.4 |
| 1550 | 2026-08-07T21:25:41.163Z | Compiling array-init v0.0.4 |
| 1551 | 2026-08-07T21:25:41.176Z | Compiling crc v3.4.0 |
| 1552 | 2026-08-07T21:25:41.210Z | Compiling proptest v1.11.0 |
| 1553 | 2026-08-07T21:25:41.365Z | Compiling dof v0.4.0 |
| 1554 | 2026-08-07T21:25:41.581Z | Compiling bitfield v0.19.4 |
| 1555 | 2026-08-07T21:25:41.799Z | Compiling clap v4.6.1 |
| 1556 | 2026-08-07T21:25:41.869Z | Compiling time v0.3.47 |
| 1557 | 2026-08-07T21:25:41.884Z | Compiling tower v0.5.3 |
| 1558 | 2026-08-07T21:25:42.348Z | Compiling zerocopy v0.6.6 |
| 1559 | 2026-08-07T21:25:42.512Z | Compiling anstream v0.6.21 |
| 1560 | 2026-08-07T21:25:42.832Z | Compiling smallvec v0.6.14 |
| 1561 | 2026-08-07T21:25:43.130Z | Compiling derive_builder_core v0.20.2 |
| 1562 | 2026-08-07T21:25:43.644Z | Compiling flate2 v1.1.9 |
| 1563 | 2026-08-07T21:25:43.943Z | Compiling dtrace-parser v0.3.0 |
| 1564 | 2026-08-07T21:25:43.961Z | Compiling ipnetwork v0.21.1 |
| 1565 | 2026-08-07T21:25:43.961Z | Compiling pkcs1 v0.7.5 |
| 1566 | 2026-08-07T21:25:44.008Z | Compiling http-body-util v0.1.3 |
| 1567 | 2026-08-07T21:25:44.051Z | Compiling heapless v0.7.17 |
| 1568 | 2026-08-07T21:25:44.245Z | Compiling structmeta-derive v0.3.0 |
| 1569 | 2026-08-07T21:25:44.288Z | Compiling scroll_derive v0.12.1 |
| 1570 | 2026-08-07T21:25:44.332Z | Compiling slog v2.8.2 |
| 1571 | 2026-08-07T21:25:44.354Z | Compiling darling_core v0.23.0 |
| 1572 | 2026-08-07T21:25:44.516Z | Compiling thread-id v5.1.0 |
| 1573 | 2026-08-07T21:25:44.602Z | Compiling cookie v0.18.1 |
| 1574 | 2026-08-07T21:25:44.658Z | Compiling env_filter v1.0.0 |
| 1575 | 2026-08-07T21:25:44.781Z | Compiling signal-hook v0.3.18 |
| 1576 | 2026-08-07T21:25:44.944Z | Compiling zstd-safe v7.2.4 |
| 1577 | 2026-08-07T21:25:44.958Z | Compiling winnow v0.5.40 |
| 1578 | 2026-08-07T21:25:44.962Z | Compiling unicode-properties v0.1.4 |
| 1579 | 2026-08-07T21:25:45.136Z | Compiling allocator-api2 v0.2.21 |
| 1580 | 2026-08-07T21:25:45.180Z | Compiling unicode-bidi v0.3.18 |
| 1581 | 2026-08-07T21:25:45.313Z | Compiling base64 v0.21.7 |
| 1582 | 2026-08-07T21:25:45.457Z | Compiling iri-string v0.7.10 |
| 1583 | 2026-08-07T21:25:45.623Z | Compiling hashbrown v0.12.3 |
| 1584 | 2026-08-07T21:25:45.717Z | Compiling anyhow v1.0.102 |
| 1585 | 2026-08-07T21:25:46.019Z | Compiling ryu v1.0.23 |
| 1586 | 2026-08-07T21:25:46.198Z | Compiling serde_urlencoded v0.7.1 |
| 1587 | 2026-08-07T21:25:46.376Z | Compiling toml_edit v0.19.15 |
| 1588 | 2026-08-07T21:25:46.469Z | Compiling ron v0.8.1 |
| 1589 | 2026-08-07T21:25:46.660Z | Compiling tower-http v0.6.8 |
| 1590 | 2026-08-07T21:25:46.850Z | Compiling darling_macro v0.23.0 |
| 1591 | 2026-08-07T21:25:46.962Z | Compiling stringprep v0.1.5 |
| 1592 | 2026-08-07T21:25:47.053Z | Compiling structmeta v0.3.0 |
| 1593 | 2026-08-07T21:25:47.307Z | Compiling scroll v0.12.0 |
| 1594 | 2026-08-07T21:25:47.346Z | Compiling env_logger v0.11.9 |
| 1595 | 2026-08-07T21:25:47.546Z | Compiling rsa v0.9.10 |
| 1596 | 2026-08-07T21:25:47.590Z | Compiling oxnet v0.1.6 |
| 1597 | 2026-08-07T21:25:47.733Z | Compiling derive_builder_macro v0.20.2 |
| 1598 | 2026-08-07T21:25:48.022Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1599 | 2026-08-07T21:25:48.150Z | Compiling hashbrown v0.13.2 |
| 1600 | 2026-08-07T21:25:48.204Z | Compiling newtype-uuid v1.3.2 |
| 1601 | 2026-08-07T21:25:48.220Z | Compiling bzip2 v0.4.4 |
| 1602 | 2026-08-07T21:25:48.425Z | Compiling serde-hex v0.1.0 |
| 1603 | 2026-08-07T21:25:48.535Z | Compiling tokio-native-tls v0.3.1 |
| 1604 | 2026-08-07T21:25:48.642Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1605 | 2026-08-07T21:25:49.084Z | Compiling camino v1.2.2 |
| 1606 | 2026-08-07T21:25:49.223Z | Compiling bstr v1.12.1 |
| 1607 | 2026-08-07T21:25:49.317Z | Compiling block-padding v0.4.2 |
| 1608 | 2026-08-07T21:25:49.453Z | Compiling crypto-common v0.2.2 |
| 1609 | 2026-08-07T21:25:49.482Z | Compiling block-buffer v0.12.1 |
| 1610 | 2026-08-07T21:25:49.678Z | Compiling rustls-native-certs v0.8.3 |
| 1611 | 2026-08-07T21:25:49.853Z | Compiling x509-cert v0.2.5 |
| 1612 | 2026-08-07T21:25:49.964Z | Compiling serde_tokenstream v0.2.3 |
| 1613 | 2026-08-07T21:25:50.138Z | Compiling erased-serde v0.3.31 |
| 1614 | 2026-08-07T21:25:50.282Z | Compiling md-5 v0.10.6 |
| 1615 | 2026-08-07T21:25:50.448Z | Compiling curve25519-dalek v4.1.3 |
| 1616 | 2026-08-07T21:25:50.572Z | Compiling zerocopy-derive v0.7.35 |
| 1617 | 2026-08-07T21:25:50.631Z | Compiling daft-derive v0.1.7 |
| 1618 | 2026-08-07T21:25:50.775Z | Compiling pin-project-internal v1.1.11 |
| 1619 | 2026-08-07T21:25:51.158Z | Compiling async-trait v0.1.89 |
| 1620 | 2026-08-07T21:25:51.353Z | Compiling vergen-lib v9.1.0 |
| 1621 | 2026-08-07T21:25:51.434Z | Compiling hash32 v0.2.1 |
| 1622 | 2026-08-07T21:25:51.449Z | Compiling memoffset v0.9.1 |
| 1623 | 2026-08-07T21:25:51.530Z | Compiling encoding_rs v0.8.35 |
| 1624 | 2026-08-07T21:25:51.626Z | Compiling mime v0.3.17 |
| 1625 | 2026-08-07T21:25:51.640Z | Compiling cfg_aliases v0.2.1 |
| 1626 | 2026-08-07T21:25:51.716Z | Compiling litrs v1.0.0 |
| 1627 | 2026-08-07T21:25:51.871Z | Compiling crc-any v2.5.0 |
| 1628 | 2026-08-07T21:25:51.885Z | Compiling fallible-iterator v0.2.0 |
| 1629 | 2026-08-07T21:25:52.096Z | Compiling psl-types v2.0.11 |
| 1630 | 2026-08-07T21:25:52.126Z | Compiling smoltcp v0.9.1 |
| 1631 | 2026-08-07T21:25:52.164Z | Compiling rustix v0.38.44 |
| 1632 | 2026-08-07T21:25:52.193Z | Compiling ref-cast v1.0.25 |
| 1633 | 2026-08-07T21:25:52.216Z | Compiling document-features v0.2.12 |
| 1634 | 2026-08-07T21:25:52.230Z | Compiling publicsuffix v2.3.0 |
| 1635 | 2026-08-07T21:25:52.401Z | Compiling postgres-protocol v0.6.10 |
| 1636 | 2026-08-07T21:25:52.518Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1637 | 2026-08-07T21:25:52.578Z | Compiling pin-project v1.1.11 |
| 1638 | 2026-08-07T21:25:52.596Z | Compiling nix v0.31.2 |
| 1639 | 2026-08-07T21:25:52.730Z | Compiling zerocopy v0.7.35 |
| 1640 | 2026-08-07T21:25:52.848Z | Compiling daft v0.1.7 |
| 1641 | 2026-08-07T21:25:53.025Z | Compiling inout v0.2.2 |
| 1642 | 2026-08-07T21:25:53.045Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1643 | 2026-08-07T21:25:53.117Z | Compiling hyper-tls v0.6.0 |
| 1644 | 2026-08-07T21:25:53.156Z | Compiling object v0.30.4 |
| 1645 | 2026-08-07T21:25:53.197Z | Compiling zip v0.6.6 |
| 1646 | 2026-08-07T21:25:53.272Z | Compiling derive_builder v0.20.2 |
| 1647 | 2026-08-07T21:25:53.340Z | Compiling toml v0.7.8 |
| 1648 | 2026-08-07T21:25:53.355Z | Compiling goblin v0.8.2 |
| 1649 | 2026-08-07T21:25:53.531Z | Compiling darling v0.23.0 |
| 1650 | 2026-08-07T21:25:53.772Z | Compiling derive-ex v0.1.8 |
| 1651 | 2026-08-07T21:25:53.918Z | Compiling phf_shared v0.13.1 |
| 1652 | 2026-08-07T21:25:53.933Z | Compiling regex v1.12.3 |
| 1653 | 2026-08-07T21:25:54.151Z | Compiling hubpack_derive v0.1.1 |
| 1654 | 2026-08-07T21:25:54.241Z | Compiling futures-executor v0.3.32 |
| 1655 | 2026-08-07T21:25:54.352Z | Compiling snafu-derive v0.8.9 |
| 1656 | 2026-08-07T21:25:54.497Z | Compiling strum_macros v0.27.2 |
| 1657 | 2026-08-07T21:25:54.599Z | Compiling ref-cast-impl v1.0.25 |
| 1658 | 2026-08-07T21:25:55.137Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1659 | 2026-08-07T21:25:55.410Z | Compiling vergen v9.1.0 |
| 1660 | 2026-08-07T21:25:55.590Z | Compiling cargo-platform v0.3.2 |
| 1661 | 2026-08-07T21:25:55.784Z | Compiling ff v0.13.1 |
| 1662 | 2026-08-07T21:25:55.860Z | Compiling fs-err v3.3.0 |
| 1663 | 2026-08-07T21:25:55.920Z | Compiling managed v0.8.0 |
| 1664 | 2026-08-07T21:25:55.965Z | Compiling base16ct v0.2.0 |
| 1665 | 2026-08-07T21:25:56.041Z | Compiling jiff-core v0.1.0 |
| 1666 | 2026-08-07T21:25:56.131Z | Compiling bumpalo v3.20.2 |
| 1667 | 2026-08-07T21:25:56.144Z | Compiling bitflags v1.3.2 |
| 1668 | 2026-08-07T21:25:56.217Z | Compiling same-file v1.0.6 |
| 1669 | 2026-08-07T21:25:56.231Z | Compiling libbz2-rs-sys v0.2.2 |
| 1670 | 2026-08-07T21:25:56.381Z | Compiling object v0.37.3 |
| 1671 | 2026-08-07T21:25:56.385Z | Compiling foldhash v0.1.5 |
| 1672 | 2026-08-07T21:25:56.418Z | Compiling foldhash v0.2.0 |
| 1673 | 2026-08-07T21:25:56.569Z | Compiling unicode-segmentation v1.12.0 |
| 1674 | 2026-08-07T21:25:56.638Z | Compiling path-slash v0.1.5 |
| 1675 | 2026-08-07T21:25:56.652Z | Compiling either v1.15.0 |
| 1676 | 2026-08-07T21:25:56.767Z | Compiling jiff v0.2.34 |
| 1677 | 2026-08-07T21:25:56.784Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 1678 | 2026-08-07T21:25:56.901Z | Compiling bzip2 v0.6.1 |
| 1679 | 2026-08-07T21:25:56.915Z | Compiling hashbrown v0.16.1 |
| 1680 | 2026-08-07T21:25:56.944Z | Compiling hashbrown v0.15.5 |
| 1681 | 2026-08-07T21:25:57.102Z | Compiling strum v0.27.2 |
| 1682 | 2026-08-07T21:25:57.116Z | Compiling walkdir v2.5.0 |
| 1683 | 2026-08-07T21:25:57.229Z | Compiling zopfli v0.8.3 |
| 1684 | 2026-08-07T21:25:57.433Z | Compiling snafu v0.8.9 |
| 1685 | 2026-08-07T21:25:57.551Z | Compiling sec1 v0.7.3 |
| 1686 | 2026-08-07T21:25:57.846Z | Compiling group v0.13.0 |
| 1687 | 2026-08-07T21:25:57.927Z | Compiling cargo_metadata v0.23.1 |
| 1688 | 2026-08-07T21:25:58.045Z | Compiling dof v0.3.0 |
| 1689 | 2026-08-07T21:25:58.199Z | Compiling test-strategy v0.4.5 |
| 1690 | 2026-08-07T21:25:58.449Z | Compiling hubpack v0.1.2 |
| 1691 | 2026-08-07T21:25:58.674Z | Compiling futures v0.3.32 |
| 1692 | 2026-08-07T21:25:58.770Z | Compiling phf v0.13.1 |
| 1693 | 2026-08-07T21:25:58.929Z | Compiling signal-hook-mio v0.2.5 |
| 1694 | 2026-08-07T21:25:59.053Z | Compiling cookie_store v0.22.1 |
| 1695 | 2026-08-07T21:25:59.120Z | Compiling serde_with_macros v3.21.0 |
| 1696 | 2026-08-07T21:25:59.300Z | Compiling zstd v0.13.3 |
| 1697 | 2026-08-07T21:25:59.568Z | Compiling reqwest v0.12.28 |
| 1698 | 2026-08-07T21:25:59.669Z | Compiling cipher v0.5.2 |
| 1699 | 2026-08-07T21:25:59.717Z | Compiling postgres-types v0.2.12 |
| 1700 | 2026-08-07T21:26:00.242Z | Compiling usdt-macro v0.6.0 |
| 1701 | 2026-08-07T21:26:00.261Z | Compiling usdt-attr-macro v0.6.0 |
| 1702 | 2026-08-07T21:26:00.319Z | Compiling globset v0.4.18 |
| 1703 | 2026-08-07T21:26:00.886Z | Compiling phf_shared v0.11.3 |
| 1704 | 2026-08-07T21:26:00.994Z | Compiling hkdf v0.12.4 |
| 1705 | 2026-08-07T21:26:00.994Z | Compiling dtrace-parser v0.2.0 |
| 1706 | 2026-08-07T21:26:01.065Z | Compiling ed25519 v2.2.3 |
| 1707 | 2026-08-07T21:26:01.081Z | Compiling byte-wrapper v0.1.0 |
| 1708 | 2026-08-07T21:26:01.156Z | Compiling olpc-cjson v0.1.4 |
| 1709 | 2026-08-07T21:26:01.160Z | Compiling serde_plain v1.0.2 |
| 1710 | 2026-08-07T21:26:01.315Z | Compiling serde-big-array v0.5.1 |
| 1711 | 2026-08-07T21:26:01.364Z | Compiling crypto-bigint v0.5.5 |
| 1712 | 2026-08-07T21:26:01.405Z | Compiling serde_repr v0.1.20 |
| 1713 | 2026-08-07T21:26:01.457Z | Compiling async-recursion v1.1.1 |
| 1714 | 2026-08-07T21:26:01.594Z | Compiling strum_macros v0.26.4 |
| 1715 | 2026-08-07T21:26:01.741Z | Compiling enum-as-inner v0.6.1 |
| 1716 | 2026-08-07T21:26:01.933Z | Compiling pem v3.0.6 |
| 1717 | 2026-08-07T21:26:01.953Z | Compiling float-cmp v0.10.0 |
| 1718 | 2026-08-07T21:26:02.101Z | Compiling thread-id v4.2.2 |
| 1719 | 2026-08-07T21:26:02.115Z | Compiling memmap2 v0.9.10 |
| 1720 | 2026-08-07T21:26:02.186Z | Compiling winnow v1.0.3 |
| 1721 | 2026-08-07T21:26:02.246Z | Compiling normalize-line-endings v0.3.0 |
| 1722 | 2026-08-07T21:26:02.250Z | Compiling fixedbitset v0.5.7 |
| 1723 | 2026-08-07T21:26:02.326Z | Compiling fixedbitset v0.4.2 |
| 1724 | 2026-08-07T21:26:02.344Z | Compiling whoami v2.1.0 |
| 1725 | 2026-08-07T21:26:02.566Z | Compiling static_assertions v1.1.0 |
| 1726 | 2026-08-07T21:26:02.582Z | Compiling typed-path v0.9.3 |
| 1727 | 2026-08-07T21:26:02.616Z | Compiling precomputed-hash v0.1.1 |
| 1728 | 2026-08-07T21:26:02.643Z | Compiling keccak v0.1.6 |
| 1729 | 2026-08-07T21:26:02.707Z | Compiling data-encoding v2.10.0 |
| 1730 | 2026-08-07T21:26:02.788Z | Compiling difflib v0.4.0 |
| 1731 | 2026-08-07T21:26:03.311Z | Compiling new_debug_unreachable v1.0.6 |
| 1732 | 2026-08-07T21:26:03.339Z | Compiling const-oid v0.10.2 |
| 1733 | 2026-08-07T21:26:03.382Z | Compiling predicates-core v1.0.10 |
| 1734 | 2026-08-07T21:26:03.397Z | Compiling cpufeatures v0.3.0 |
| 1735 | 2026-08-07T21:26:03.400Z | Compiling strum v0.26.3 |
| 1736 | 2026-08-07T21:26:03.427Z | Compiling toml_edit v0.22.27 |
| 1737 | 2026-08-07T21:26:03.474Z | Compiling chacha20 v0.10.0 |
| 1738 | 2026-08-07T21:26:03.536Z | Compiling digest v0.11.3 |
| 1739 | 2026-08-07T21:26:03.552Z | Compiling predicates v3.1.4 |
| 1740 | 2026-08-07T21:26:03.555Z | Compiling string_cache v0.8.9 |
| 1741 | 2026-08-07T21:26:03.581Z | Compiling hickory-proto v0.25.2 |
| 1742 | 2026-08-07T21:26:03.757Z | Compiling sha3 v0.10.8 |
| 1743 | 2026-08-07T21:26:03.786Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1744 | 2026-08-07T21:26:03.804Z | Compiling tokio-postgres v0.7.16 |
| 1745 | 2026-08-07T21:26:03.849Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1746 | 2026-08-07T21:26:04.180Z | Compiling petgraph v0.8.3 |
| 1747 | 2026-08-07T21:26:04.206Z | Compiling petgraph v0.6.5 |
| 1748 | 2026-08-07T21:26:04.482Z | Compiling elliptic-curve v0.13.8 |
| 1749 | 2026-08-07T21:26:04.896Z | Compiling usdt v0.6.0 |
| 1750 | 2026-08-07T21:26:05.154Z | Compiling usdt-impl v0.5.0 |
| 1751 | 2026-08-07T21:26:05.697Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 1752 | 2026-08-07T21:26:05.718Z | Compiling ed25519-dalek v2.2.0 |
| 1753 | 2026-08-07T21:26:06.014Z | Compiling crossterm v0.28.1 |
| 1754 | 2026-08-07T21:26:06.099Z | Compiling serde_with v3.21.0 |
| 1755 | 2026-08-07T21:26:06.232Z | Compiling zip v4.6.1 |
| 1756 | 2026-08-07T21:26:06.942Z | Compiling iddqd v0.4.2 |
| 1757 | 2026-08-07T21:26:07.259Z | Compiling similar v2.7.0 |
| 1758 | 2026-08-07T21:26:07.611Z | Compiling heck v0.4.1 |
| 1759 | 2026-08-07T21:26:07.837Z | Compiling itertools v0.15.0 |
| 1760 | 2026-08-07T21:26:07.854Z | Compiling itertools v0.13.0 |
| 1761 | 2026-08-07T21:26:07.898Z | Compiling crossbeam-epoch v0.9.18 |
| 1762 | 2026-08-07T21:26:08.145Z | Compiling tokio-stream v0.1.18 |
| 1763 | 2026-08-07T21:26:08.185Z | Compiling buf-list v1.1.2 |
| 1764 | 2026-08-07T21:26:08.230Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1765 | 2026-08-07T21:26:08.249Z | Compiling openapiv3 v2.2.0 |
| 1766 | 2026-08-07T21:26:08.453Z | Compiling peg-runtime v0.8.5 |
| 1767 | 2026-08-07T21:26:08.520Z | Compiling lalrpop-util v0.19.12 |
| 1768 | 2026-08-07T21:26:08.588Z | Compiling thread_local v1.1.9 |
| 1769 | 2026-08-07T21:26:08.707Z | Compiling slog-async v2.8.0 |
| 1770 | 2026-08-07T21:26:08.724Z | Compiling crossbeam-channel v0.5.15 |
| 1771 | 2026-08-07T21:26:08.835Z | Compiling is-terminal v0.4.17 |
| 1772 | 2026-08-07T21:26:08.933Z | Compiling filetime v0.2.27 |
| 1773 | 2026-08-07T21:26:09.040Z | Compiling take_mut v0.2.2 |
| 1774 | 2026-08-07T21:26:09.068Z | Compiling xattr v1.6.1 |
| 1775 | 2026-08-07T21:26:09.102Z | Compiling term v1.2.1 |
| 1776 | 2026-08-07T21:26:09.145Z | Compiling camino-tempfile v1.4.1 |
| 1777 | 2026-08-07T21:26:09.175Z | Compiling tar v0.4.46 |
| 1778 | 2026-08-07T21:26:09.366Z | Compiling slog-term v2.9.2 |
| 1779 | 2026-08-07T21:26:15.633Z | Compiling rustls-webpki v0.103.13 |
| 1780 | 2026-08-07T21:26:18.320Z | Compiling tokio-rustls v0.26.4 |
| 1781 | 2026-08-07T21:26:18.320Z | Compiling rustls-platform-verifier v0.6.2 |
| 1782 | 2026-08-07T21:26:18.325Z | Compiling tough v0.22.0 |
| 1783 | 2026-08-07T21:26:18.510Z | Compiling hyper-rustls v0.27.7 |
| 1784 | 2026-08-07T21:26:18.706Z | Compiling reqwest v0.13.2 |
| 1785 | 2026-08-07T21:26:20.919Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1786 | 2026-08-07T21:26:21.129Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1787 | 2026-08-07T21:26:24.058Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s |
| 1788 | 2026-08-07T21:26:24.195Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1789 | 2026-08-07T21:26:24.250Z | Aug 07 21:26:22.876 INFO Starting download, target: Cockroach |
| 1790 | 2026-08-07T21:26:24.250Z | Aug 07 21:26:22.877 INFO Starting download, target: Console |
| 1791 | 2026-08-07T21:26:24.253Z | Aug 07 21:26:22.877 INFO Starting download, target: Clickhouse |
| 1792 | 2026-08-07T21:26:24.253Z | Aug 07 21:26:22.877 INFO Starting download, target: DendriteStub |
| 1793 | 2026-08-07T21:26:24.253Z | Aug 07 21:26:22.877 INFO Starting download, target: MaghemiteMgd |
| 1794 | 2026-08-07T21:26:24.253Z | Aug 07 21:26:22.877 INFO Starting download, target: MaghemiteDdmd |
| 1795 | 2026-08-07T21:26:24.253Z | Aug 07 21:26:22.877 INFO Starting download, target: TransceiverControl |
| 1796 | 2026-08-07T21:26:24.253Z | Aug 07 21:26:22.877 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1797 | 2026-08-07T21:26:24.253Z | Aug 07 21:26:22.877 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1798 | 2026-08-07T21:26:24.253Z | Aug 07 21:26:22.877 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1799 | 2026-08-07T21:26:24.253Z | Aug 07 21:26:22.877 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1800 | 2026-08-07T21:26:24.253Z | Aug 07 21:26:22.877 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1801 | 2026-08-07T21:26:24.253Z | Aug 07 21:26:22.877 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1802 | 2026-08-07T21:26:24.253Z | Aug 07 21:26:22.877 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1803 | 2026-08-07T21:26:24.879Z | Aug 07 21:26:23.502 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1804 | 2026-08-07T21:26:25.097Z | Aug 07 21:26:23.713 INFO Download complete, target: TransceiverControl |
| 1805 | 2026-08-07T21:26:26.161Z | Aug 07 21:26:24.741 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1806 | 2026-08-07T21:26:26.409Z | Aug 07 21:26:24.985 INFO Download complete, target: Console |
| 1807 | 2026-08-07T21:26:26.728Z | Aug 07 21:26:25.306 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1808 | 2026-08-07T21:26:26.977Z | Aug 07 21:26:25.538 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1809 | 2026-08-07T21:26:27.030Z | Aug 07 21:26:25.585 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1810 | 2026-08-07T21:26:27.533Z | Aug 07 21:26:26.109 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1811 | 2026-08-07T21:26:28.659Z | Aug 07 21:26:27.278 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1812 | 2026-08-07T21:26:28.659Z | Aug 07 21:26:27.279 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1813 | 2026-08-07T21:26:28.965Z | Aug 07 21:26:27.591 INFO Download complete, target: MaghemiteDdmd |
| 1814 | 2026-08-07T21:26:29.391Z | Aug 07 21:26:28.017 INFO Download complete, target: DendriteStub |
| 1815 | 2026-08-07T21:26:30.030Z | Aug 07 21:26:28.656 INFO Download complete, target: MaghemiteMgd |
| 1816 | 2026-08-07T21:26:33.395Z | Aug 07 21:26:32.020 INFO Checking that binary works, target: Cockroach |
| 1817 | 2026-08-07T21:26:33.570Z | Aug 07 21:26:32.193 INFO Checking that binary works, target: Clickhouse |
| 1818 | 2026-08-07T21:26:33.606Z | Aug 07 21:26:32.232 INFO Download complete, target: Cockroach |
| 1819 | 2026-08-07T21:26:33.698Z | Aug 07 21:26:32.319 INFO Download complete, target: Clickhouse |
| 1820 | 2026-08-07T21:26:33.711Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1821 | 2026-08-07T21:26:33.720Z | |
| 1822 | 2026-08-07T21:26:33.720Z | real 2:08.627987381 |
| 1823 | 2026-08-07T21:26:33.720Z | user 7:10.299551793 |
| 1824 | 2026-08-07T21:26:33.720Z | sys 1:25.295392291 |
| 1825 | 2026-08-07T21:26:33.720Z | trap 0.251008980 |
| 1826 | 2026-08-07T21:26:33.720Z | tflt 0.536274390 |
| 1827 | 2026-08-07T21:26:33.721Z | dflt 0.789960529 |
| 1828 | 2026-08-07T21:26:33.721Z | kflt 0.022937310 |
| 1829 | 2026-08-07T21:26:33.721Z | lock 27:08.118357908 |
| 1830 | 2026-08-07T21:26:33.721Z | slp 21:40.508613827 |
| 1831 | 2026-08-07T21:26:33.721Z | lat 47.777690497 |
| 1832 | 2026-08-07T21:26:33.721Z | stop 2:39.342360094 |
| 1833 | 2026-08-07T21:26:33.721Z | + banner hack-check |
| 1834 | 2026-08-07T21:26:33.721Z | |
| 1835 | 2026-08-07T21:26:33.721Z | # # ## #### # # #### # # ###### #### # # |
| 1836 | 2026-08-07T21:26:33.721Z | # # # # # # # # # # # # # # # # # |
| 1837 | 2026-08-07T21:26:33.722Z | ###### # # # #### ##### # ###### ##### # #### |
| 1838 | 2026-08-07T21:26:33.722Z | # # ###### # # # # # # # # # # |
| 1839 | 2026-08-07T21:26:33.722Z | # # # # # # # # # # # # # # # # # |
| 1840 | 2026-08-07T21:26:33.722Z | # # # # #### # # #### # # ###### #### # # |
| 1841 | 2026-08-07T21:26:33.722Z | |
| 1842 | 2026-08-07T21:26:33.722Z | + export CARGO_INCREMENTAL=0 |
| 1843 | 2026-08-07T21:26:33.722Z | + CARGO_INCREMENTAL=0 |
| 1844 | 2026-08-07T21:26:33.722Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1845 | 2026-08-07T21:26:34.195Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1846 | 2026-08-07T21:26:34.484Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1847 | 2026-08-07T21:26:36.309Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s |
| 1848 | 2026-08-07T21:26:36.371Z | Running `target/debug/xtask check-features --ci` |
| 1849 | 2026-08-07T21:26:36.398Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1850 | 2026-08-07T21:26:36.402Z | running: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1851 | 2026-08-07T21:26:36.829Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1852 | 2026-08-07T21:26:36.847Z | Running `target/debug/xtask download cargo-hack` |
| 1853 | 2026-08-07T21:26:37.626Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1854 | 2026-08-07T21:26:37.931Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1855 | 2026-08-07T21:26:40.525Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.64s |
| 1856 | 2026-08-07T21:26:40.684Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1857 | 2026-08-07T21:26:40.724Z | Aug 07 21:26:39.350 INFO Starting download, target: CargoHack |
| 1858 | 2026-08-07T21:26:40.728Z | Aug 07 21:26:39.350 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1859 | 2026-08-07T21:26:41.187Z | Aug 07 21:26:39.812 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1860 | 2026-08-07T21:26:41.236Z | Aug 07 21:26:39.863 INFO Download complete, target: CargoHack |
| 1861 | 2026-08-07T21:26:41.240Z | running: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
| 1862 | 2026-08-07T21:26:41.253Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1863 | 2026-08-07T21:26:41.410Z | info: running `cargo check --bins` on api_identity (1/335) |
| 1864 | 2026-08-07T21:26:41.873Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1865 | 2026-08-07T21:26:41.877Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1866 | 2026-08-07T21:26:41.877Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1867 | 2026-08-07T21:26:41.880Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 1868 | 2026-08-07T21:26:41.952Z | |
| 1869 | 2026-08-07T21:26:41.952Z | info: running `cargo check --bins` on bootstore (2/335) |
| 1870 | 2026-08-07T21:26:42.416Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1871 | 2026-08-07T21:26:42.420Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1872 | 2026-08-07T21:26:42.420Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1873 | 2026-08-07T21:26:42.423Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 1874 | 2026-08-07T21:26:42.498Z | |
| 1875 | 2026-08-07T21:26:42.499Z | info: running `cargo check --bins` on omicron-ledger (3/335) |
| 1876 | 2026-08-07T21:26:42.960Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1877 | 2026-08-07T21:26:42.963Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1878 | 2026-08-07T21:26:42.963Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1879 | 2026-08-07T21:26:42.967Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 1880 | 2026-08-07T21:26:43.037Z | |
| 1881 | 2026-08-07T21:26:43.037Z | info: running `cargo check --bins --no-default-features` on sled-hardware-types (4/335) |
| 1882 | 2026-08-07T21:26:43.500Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1883 | 2026-08-07T21:26:43.506Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1884 | 2026-08-07T21:26:43.506Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1885 | 2026-08-07T21:26:43.510Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 1886 | 2026-08-07T21:26:43.581Z | |
| 1887 | 2026-08-07T21:26:43.581Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/335) |
| 1888 | 2026-08-07T21:26:44.053Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1889 | 2026-08-07T21:26:44.056Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1890 | 2026-08-07T21:26:44.056Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1891 | 2026-08-07T21:26:44.059Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1892 | 2026-08-07T21:26:44.140Z | |
| 1893 | 2026-08-07T21:26:44.140Z | info: running `cargo check --bins` on omicron-certificates (6/335) |
| 1894 | 2026-08-07T21:26:44.609Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1895 | 2026-08-07T21:26:44.614Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1896 | 2026-08-07T21:26:44.614Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1897 | 2026-08-07T21:26:44.617Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1898 | 2026-08-07T21:26:44.695Z | |
| 1899 | 2026-08-07T21:26:44.695Z | info: running `cargo check --bins --no-default-features` on omicron-common (7/335) |
| 1900 | 2026-08-07T21:26:45.165Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1901 | 2026-08-07T21:26:45.172Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1902 | 2026-08-07T21:26:45.173Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1903 | 2026-08-07T21:26:45.179Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1904 | 2026-08-07T21:26:45.250Z | |
| 1905 | 2026-08-07T21:26:45.250Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/335) |
| 1906 | 2026-08-07T21:26:45.722Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1907 | 2026-08-07T21:26:45.725Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1908 | 2026-08-07T21:26:45.725Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1909 | 2026-08-07T21:26:45.730Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1910 | 2026-08-07T21:26:45.801Z | |
| 1911 | 2026-08-07T21:26:45.801Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/335) |
| 1912 | 2026-08-07T21:26:46.162Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1913 | 2026-08-07T21:26:46.166Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1914 | 2026-08-07T21:26:46.166Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1915 | 2026-08-07T21:26:46.169Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1916 | 2026-08-07T21:26:46.212Z | |
| 1917 | 2026-08-07T21:26:46.212Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/335) |
| 1918 | 2026-08-07T21:26:46.575Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1919 | 2026-08-07T21:26:46.581Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1920 | 2026-08-07T21:26:46.581Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1921 | 2026-08-07T21:26:46.581Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1922 | 2026-08-07T21:26:46.627Z | |
| 1923 | 2026-08-07T21:26:46.627Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/335) |
| 1924 | 2026-08-07T21:26:46.989Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1925 | 2026-08-07T21:26:46.993Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1926 | 2026-08-07T21:26:46.993Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1927 | 2026-08-07T21:26:46.993Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1928 | 2026-08-07T21:26:47.040Z | |
| 1929 | 2026-08-07T21:26:47.040Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/335) |
| 1930 | 2026-08-07T21:26:47.404Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1931 | 2026-08-07T21:26:47.406Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1932 | 2026-08-07T21:26:47.406Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1933 | 2026-08-07T21:26:47.409Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1934 | 2026-08-07T21:26:47.456Z | |
| 1935 | 2026-08-07T21:26:47.456Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/335) |
| 1936 | 2026-08-07T21:26:47.820Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1937 | 2026-08-07T21:26:47.823Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1938 | 2026-08-07T21:26:47.823Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1939 | 2026-08-07T21:26:47.823Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1940 | 2026-08-07T21:26:47.869Z | |
| 1941 | 2026-08-07T21:26:47.869Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/335) |
| 1942 | 2026-08-07T21:26:48.229Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1943 | 2026-08-07T21:26:48.231Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1944 | 2026-08-07T21:26:48.231Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1945 | 2026-08-07T21:26:48.234Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1946 | 2026-08-07T21:26:48.280Z | |
| 1947 | 2026-08-07T21:26:48.280Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/335) |
| 1948 | 2026-08-07T21:26:48.641Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1949 | 2026-08-07T21:26:48.644Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1950 | 2026-08-07T21:26:48.644Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1951 | 2026-08-07T21:26:48.647Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1952 | 2026-08-07T21:26:48.692Z | |
| 1953 | 2026-08-07T21:26:48.692Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/335) |
| 1954 | 2026-08-07T21:26:49.052Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1955 | 2026-08-07T21:26:49.055Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1956 | 2026-08-07T21:26:49.055Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1957 | 2026-08-07T21:26:49.058Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1958 | 2026-08-07T21:26:49.103Z | |
| 1959 | 2026-08-07T21:26:49.103Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/335) |
| 1960 | 2026-08-07T21:26:49.467Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1961 | 2026-08-07T21:26:49.471Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1962 | 2026-08-07T21:26:49.471Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1963 | 2026-08-07T21:26:49.474Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1964 | 2026-08-07T21:26:49.518Z | |
| 1965 | 2026-08-07T21:26:49.518Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/335) |
| 1966 | 2026-08-07T21:26:49.879Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1967 | 2026-08-07T21:26:49.882Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1968 | 2026-08-07T21:26:49.882Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1969 | 2026-08-07T21:26:49.885Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1970 | 2026-08-07T21:26:49.931Z | |
| 1971 | 2026-08-07T21:26:49.931Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/335) |
| 1972 | 2026-08-07T21:26:50.294Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1973 | 2026-08-07T21:26:50.297Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1974 | 2026-08-07T21:26:50.297Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1975 | 2026-08-07T21:26:50.302Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1976 | 2026-08-07T21:26:50.345Z | |
| 1977 | 2026-08-07T21:26:50.345Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/335) |
| 1978 | 2026-08-07T21:26:50.708Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1979 | 2026-08-07T21:26:50.712Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1980 | 2026-08-07T21:26:50.712Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1981 | 2026-08-07T21:26:50.715Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1982 | 2026-08-07T21:26:50.759Z | |
| 1983 | 2026-08-07T21:26:50.759Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/335) |
| 1984 | 2026-08-07T21:26:51.120Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1985 | 2026-08-07T21:26:51.123Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1986 | 2026-08-07T21:26:51.123Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1987 | 2026-08-07T21:26:51.127Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1988 | 2026-08-07T21:26:51.172Z | |
| 1989 | 2026-08-07T21:26:51.172Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/335) |
| 1990 | 2026-08-07T21:26:51.536Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1991 | 2026-08-07T21:26:51.558Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1992 | 2026-08-07T21:26:51.558Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1993 | 2026-08-07T21:26:51.559Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1994 | 2026-08-07T21:26:51.586Z | |
| 1995 | 2026-08-07T21:26:51.586Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/335) |
| 1996 | 2026-08-07T21:26:51.946Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1997 | 2026-08-07T21:26:51.949Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1998 | 2026-08-07T21:26:51.949Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1999 | 2026-08-07T21:26:51.952Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2000 | 2026-08-07T21:26:51.999Z | |
| 2001 | 2026-08-07T21:26:51.999Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/335) |
| 2002 | 2026-08-07T21:26:52.360Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2003 | 2026-08-07T21:26:52.364Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2004 | 2026-08-07T21:26:52.364Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2005 | 2026-08-07T21:26:52.367Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2006 | 2026-08-07T21:26:52.415Z | |
| 2007 | 2026-08-07T21:26:52.415Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/335) |
| 2008 | 2026-08-07T21:26:52.777Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2009 | 2026-08-07T21:26:52.780Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2010 | 2026-08-07T21:26:52.780Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2011 | 2026-08-07T21:26:52.783Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2012 | 2026-08-07T21:26:52.830Z | |
| 2013 | 2026-08-07T21:26:52.830Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/335) |
| 2014 | 2026-08-07T21:26:53.192Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2015 | 2026-08-07T21:26:53.196Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2016 | 2026-08-07T21:26:53.196Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2017 | 2026-08-07T21:26:53.200Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2018 | 2026-08-07T21:26:53.244Z | |
| 2019 | 2026-08-07T21:26:53.245Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/335) |
| 2020 | 2026-08-07T21:26:53.614Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2021 | 2026-08-07T21:26:53.617Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2022 | 2026-08-07T21:26:53.617Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2023 | 2026-08-07T21:26:53.620Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2024 | 2026-08-07T21:26:53.665Z | |
| 2025 | 2026-08-07T21:26:53.665Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/335) |
| 2026 | 2026-08-07T21:26:54.027Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2027 | 2026-08-07T21:26:54.033Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2028 | 2026-08-07T21:26:54.033Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2029 | 2026-08-07T21:26:54.037Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2030 | 2026-08-07T21:26:54.080Z | |
| 2031 | 2026-08-07T21:26:54.080Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/335) |
| 2032 | 2026-08-07T21:26:54.444Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2033 | 2026-08-07T21:26:54.447Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2034 | 2026-08-07T21:26:54.447Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2035 | 2026-08-07T21:26:54.450Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2036 | 2026-08-07T21:26:54.497Z | |
| 2037 | 2026-08-07T21:26:54.497Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/335) |
| 2038 | 2026-08-07T21:26:54.860Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2039 | 2026-08-07T21:26:54.863Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2040 | 2026-08-07T21:26:54.863Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2041 | 2026-08-07T21:26:54.868Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2042 | 2026-08-07T21:26:54.914Z | |
| 2043 | 2026-08-07T21:26:54.915Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/335) |
| 2044 | 2026-08-07T21:26:55.282Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2045 | 2026-08-07T21:26:55.288Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2046 | 2026-08-07T21:26:55.288Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2047 | 2026-08-07T21:26:55.289Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2048 | 2026-08-07T21:26:55.327Z | |
| 2049 | 2026-08-07T21:26:55.328Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/335) |
| 2050 | 2026-08-07T21:26:55.686Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2051 | 2026-08-07T21:26:55.688Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2052 | 2026-08-07T21:26:55.688Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2053 | 2026-08-07T21:26:55.692Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2054 | 2026-08-07T21:26:55.736Z | |
| 2055 | 2026-08-07T21:26:55.736Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/335) |
| 2056 | 2026-08-07T21:26:56.097Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2057 | 2026-08-07T21:26:56.101Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2058 | 2026-08-07T21:26:56.101Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2059 | 2026-08-07T21:26:56.101Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2060 | 2026-08-07T21:26:56.151Z | |
| 2061 | 2026-08-07T21:26:56.151Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/335) |
| 2062 | 2026-08-07T21:26:56.510Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2063 | 2026-08-07T21:26:56.521Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2064 | 2026-08-07T21:26:56.521Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2065 | 2026-08-07T21:26:56.524Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2066 | 2026-08-07T21:26:56.562Z | |
| 2067 | 2026-08-07T21:26:56.562Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/335) |
| 2068 | 2026-08-07T21:26:56.922Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2069 | 2026-08-07T21:26:56.925Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2070 | 2026-08-07T21:26:56.925Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2071 | 2026-08-07T21:26:56.928Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2072 | 2026-08-07T21:26:56.978Z | |
| 2073 | 2026-08-07T21:26:56.978Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/335) |
| 2074 | 2026-08-07T21:26:57.334Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2075 | 2026-08-07T21:26:57.337Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2076 | 2026-08-07T21:26:57.337Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2077 | 2026-08-07T21:26:57.343Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2078 | 2026-08-07T21:26:57.386Z | |
| 2079 | 2026-08-07T21:26:57.386Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/335) |
| 2080 | 2026-08-07T21:26:57.747Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2081 | 2026-08-07T21:26:57.750Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2082 | 2026-08-07T21:26:57.750Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2083 | 2026-08-07T21:26:57.753Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2084 | 2026-08-07T21:26:57.798Z | |
| 2085 | 2026-08-07T21:26:57.798Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/335) |
| 2086 | 2026-08-07T21:26:58.162Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2087 | 2026-08-07T21:26:58.165Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2088 | 2026-08-07T21:26:58.165Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2089 | 2026-08-07T21:26:58.168Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2090 | 2026-08-07T21:26:58.212Z | |
| 2091 | 2026-08-07T21:26:58.212Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/335) |
| 2092 | 2026-08-07T21:26:58.574Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2093 | 2026-08-07T21:26:58.578Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2094 | 2026-08-07T21:26:58.578Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2095 | 2026-08-07T21:26:58.582Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2096 | 2026-08-07T21:26:58.625Z | |
| 2097 | 2026-08-07T21:26:58.626Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/335) |
| 2098 | 2026-08-07T21:26:58.988Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2099 | 2026-08-07T21:26:58.992Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2100 | 2026-08-07T21:26:58.992Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2101 | 2026-08-07T21:26:58.995Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2102 | 2026-08-07T21:26:59.040Z | |
| 2103 | 2026-08-07T21:26:59.041Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/335) |
| 2104 | 2026-08-07T21:26:59.404Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2105 | 2026-08-07T21:26:59.408Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2106 | 2026-08-07T21:26:59.408Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2107 | 2026-08-07T21:26:59.411Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2108 | 2026-08-07T21:26:59.460Z | |
| 2109 | 2026-08-07T21:26:59.460Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/335) |
| 2110 | 2026-08-07T21:26:59.824Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2111 | 2026-08-07T21:26:59.828Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2112 | 2026-08-07T21:26:59.828Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2113 | 2026-08-07T21:26:59.828Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2114 | 2026-08-07T21:26:59.876Z | |
| 2115 | 2026-08-07T21:26:59.876Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/335) |
| 2116 | 2026-08-07T21:27:00.239Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2117 | 2026-08-07T21:27:00.242Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2118 | 2026-08-07T21:27:00.242Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2119 | 2026-08-07T21:27:00.245Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2120 | 2026-08-07T21:27:00.292Z | |
| 2121 | 2026-08-07T21:27:00.292Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/335) |
| 2122 | 2026-08-07T21:27:00.655Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2123 | 2026-08-07T21:27:00.659Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2124 | 2026-08-07T21:27:00.659Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2125 | 2026-08-07T21:27:00.662Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2126 | 2026-08-07T21:27:00.707Z | |
| 2127 | 2026-08-07T21:27:00.707Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/335) |
| 2128 | 2026-08-07T21:27:01.068Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2129 | 2026-08-07T21:27:01.071Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2130 | 2026-08-07T21:27:01.071Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2131 | 2026-08-07T21:27:01.074Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2132 | 2026-08-07T21:27:01.121Z | |
| 2133 | 2026-08-07T21:27:01.121Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/335) |
| 2134 | 2026-08-07T21:27:01.482Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2135 | 2026-08-07T21:27:01.486Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2136 | 2026-08-07T21:27:01.486Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2137 | 2026-08-07T21:27:01.499Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2138 | 2026-08-07T21:27:01.535Z | |
| 2139 | 2026-08-07T21:27:01.535Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/335) |
| 2140 | 2026-08-07T21:27:01.897Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2141 | 2026-08-07T21:27:01.900Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2142 | 2026-08-07T21:27:01.900Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2143 | 2026-08-07T21:27:01.903Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2144 | 2026-08-07T21:27:01.949Z | |
| 2145 | 2026-08-07T21:27:01.949Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/335) |
| 2146 | 2026-08-07T21:27:02.311Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2147 | 2026-08-07T21:27:02.315Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2148 | 2026-08-07T21:27:02.315Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2149 | 2026-08-07T21:27:02.315Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2150 | 2026-08-07T21:27:02.360Z | |
| 2151 | 2026-08-07T21:27:02.360Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/335) |
| 2152 | 2026-08-07T21:27:02.857Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2153 | 2026-08-07T21:27:02.861Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2154 | 2026-08-07T21:27:02.861Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2155 | 2026-08-07T21:27:02.865Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2156 | 2026-08-07T21:27:02.948Z | |
| 2157 | 2026-08-07T21:27:02.948Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/335) |
| 2158 | 2026-08-07T21:27:03.446Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2159 | 2026-08-07T21:27:03.449Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2160 | 2026-08-07T21:27:03.449Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2161 | 2026-08-07T21:27:03.453Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2162 | 2026-08-07T21:27:03.538Z | |
| 2163 | 2026-08-07T21:27:03.539Z | info: running `cargo check --bins` on nexus-config (51/335) |
| 2164 | 2026-08-07T21:27:04.043Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2165 | 2026-08-07T21:27:04.054Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2166 | 2026-08-07T21:27:04.054Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2167 | 2026-08-07T21:27:04.054Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2168 | 2026-08-07T21:27:04.127Z | |
| 2169 | 2026-08-07T21:27:04.127Z | info: running `cargo check --bins` on nexus-types (52/335) |
| 2170 | 2026-08-07T21:27:04.624Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2171 | 2026-08-07T21:27:04.631Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2172 | 2026-08-07T21:27:04.631Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2173 | 2026-08-07T21:27:04.634Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2174 | 2026-08-07T21:27:04.717Z | |
| 2175 | 2026-08-07T21:27:04.717Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/335) |
| 2176 | 2026-08-07T21:27:05.194Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2177 | 2026-08-07T21:27:05.198Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2178 | 2026-08-07T21:27:05.198Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2179 | 2026-08-07T21:27:05.202Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2180 | 2026-08-07T21:27:05.279Z | |
| 2181 | 2026-08-07T21:27:05.279Z | info: running `cargo check --bins` on omicron-passwords (54/335) |
| 2182 | 2026-08-07T21:27:05.738Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2183 | 2026-08-07T21:27:05.741Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2184 | 2026-08-07T21:27:05.741Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2185 | 2026-08-07T21:27:05.745Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2186 | 2026-08-07T21:27:05.820Z | |
| 2187 | 2026-08-07T21:27:05.820Z | info: running `cargo check --bins --no-default-features` on sled-agent-types (55/335) |
| 2188 | 2026-08-07T21:27:06.297Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2189 | 2026-08-07T21:27:06.301Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2190 | 2026-08-07T21:27:06.301Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2191 | 2026-08-07T21:27:06.305Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2192 | 2026-08-07T21:27:06.381Z | |
| 2193 | 2026-08-07T21:27:06.381Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/335) |
| 2194 | 2026-08-07T21:27:06.852Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2195 | 2026-08-07T21:27:06.855Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2196 | 2026-08-07T21:27:06.855Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2197 | 2026-08-07T21:27:06.860Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2198 | 2026-08-07T21:27:06.939Z | |
| 2199 | 2026-08-07T21:27:06.939Z | info: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/335) |
| 2200 | 2026-08-07T21:27:07.418Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2201 | 2026-08-07T21:27:07.422Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2202 | 2026-08-07T21:27:07.423Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2203 | 2026-08-07T21:27:07.426Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2204 | 2026-08-07T21:27:07.496Z | |
| 2205 | 2026-08-07T21:27:07.496Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/335) |
| 2206 | 2026-08-07T21:27:07.969Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2207 | 2026-08-07T21:27:07.972Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2208 | 2026-08-07T21:27:07.972Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2209 | 2026-08-07T21:27:07.976Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2210 | 2026-08-07T21:27:08.052Z | |
| 2211 | 2026-08-07T21:27:08.052Z | info: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/335) |
| 2212 | 2026-08-07T21:27:08.516Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2213 | 2026-08-07T21:27:08.520Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2214 | 2026-08-07T21:27:08.520Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2215 | 2026-08-07T21:27:08.524Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2216 | 2026-08-07T21:27:08.595Z | |
| 2217 | 2026-08-07T21:27:08.595Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/335) |
| 2218 | 2026-08-07T21:27:09.059Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2219 | 2026-08-07T21:27:09.062Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2220 | 2026-08-07T21:27:09.062Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2221 | 2026-08-07T21:27:09.066Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2222 | 2026-08-07T21:27:09.139Z | |
| 2223 | 2026-08-07T21:27:09.139Z | info: running `cargo check --bins --no-default-features` on gfss (61/335) |
| 2224 | 2026-08-07T21:27:09.600Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2225 | 2026-08-07T21:27:09.604Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2226 | 2026-08-07T21:27:09.604Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2227 | 2026-08-07T21:27:09.607Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2228 | 2026-08-07T21:27:09.680Z | |
| 2229 | 2026-08-07T21:27:09.680Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/335) |
| 2230 | 2026-08-07T21:27:10.139Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2231 | 2026-08-07T21:27:10.143Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2232 | 2026-08-07T21:27:10.143Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2233 | 2026-08-07T21:27:10.146Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2234 | 2026-08-07T21:27:10.223Z | |
| 2235 | 2026-08-07T21:27:10.223Z | info: running `cargo check --bins` on wicketd-commission-types (63/335) |
| 2236 | 2026-08-07T21:27:10.698Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2237 | 2026-08-07T21:27:10.701Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2238 | 2026-08-07T21:27:10.701Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2239 | 2026-08-07T21:27:10.706Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2240 | 2026-08-07T21:27:10.783Z | |
| 2241 | 2026-08-07T21:27:10.783Z | info: running `cargo check --bins` on wicketd-commission-types-versions (64/335) |
| 2242 | 2026-08-07T21:27:11.261Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2243 | 2026-08-07T21:27:11.265Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2244 | 2026-08-07T21:27:11.265Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2245 | 2026-08-07T21:27:11.269Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2246 | 2026-08-07T21:27:11.345Z | |
| 2247 | 2026-08-07T21:27:11.345Z | info: running `cargo check --bins --no-default-features` on gateway-types-versions (65/335) |
| 2248 | 2026-08-07T21:27:11.813Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2249 | 2026-08-07T21:27:11.816Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2250 | 2026-08-07T21:27:11.816Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2251 | 2026-08-07T21:27:11.820Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2252 | 2026-08-07T21:27:11.897Z | |
| 2253 | 2026-08-07T21:27:11.898Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (66/335) |
| 2254 | 2026-08-07T21:27:12.365Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2255 | 2026-08-07T21:27:12.368Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2256 | 2026-08-07T21:27:12.368Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2257 | 2026-08-07T21:27:12.372Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2258 | 2026-08-07T21:27:12.446Z | |
| 2259 | 2026-08-07T21:27:12.446Z | info: running `cargo check --bins` on clickhouse-admin-types (67/335) |
| 2260 | 2026-08-07T21:27:12.920Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2261 | 2026-08-07T21:27:12.923Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2262 | 2026-08-07T21:27:12.923Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2263 | 2026-08-07T21:27:12.926Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2264 | 2026-08-07T21:27:13.005Z | |
| 2265 | 2026-08-07T21:27:13.005Z | info: running `cargo check --bins` on clickhouse-admin-types-versions (68/335) |
| 2266 | 2026-08-07T21:27:13.479Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2267 | 2026-08-07T21:27:13.482Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2268 | 2026-08-07T21:27:13.482Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2269 | 2026-08-07T21:27:13.485Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2270 | 2026-08-07T21:27:13.559Z | |
| 2271 | 2026-08-07T21:27:13.560Z | info: running `cargo check --bins` on cockroach-admin-types (69/335) |
| 2272 | 2026-08-07T21:27:14.017Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2273 | 2026-08-07T21:27:14.020Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2274 | 2026-08-07T21:27:14.020Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2275 | 2026-08-07T21:27:14.024Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2276 | 2026-08-07T21:27:14.103Z | |
| 2277 | 2026-08-07T21:27:14.103Z | info: running `cargo check --bins` on cockroach-admin-types-versions (70/335) |
| 2278 | 2026-08-07T21:27:14.564Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2279 | 2026-08-07T21:27:14.568Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2280 | 2026-08-07T21:27:14.568Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2281 | 2026-08-07T21:27:14.572Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2282 | 2026-08-07T21:27:14.642Z | |
| 2283 | 2026-08-07T21:27:14.642Z | info: running `cargo check --bins` on ereport-types (71/335) |
| 2284 | 2026-08-07T21:27:15.105Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2285 | 2026-08-07T21:27:15.108Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2286 | 2026-08-07T21:27:15.108Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2287 | 2026-08-07T21:27:15.111Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2288 | 2026-08-07T21:27:15.184Z | |
| 2289 | 2026-08-07T21:27:15.184Z | info: running `cargo check --bins` on gateway-client (72/335) |
| 2290 | 2026-08-07T21:27:15.652Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2291 | 2026-08-07T21:27:15.655Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2292 | 2026-08-07T21:27:15.655Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2293 | 2026-08-07T21:27:15.659Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2294 | 2026-08-07T21:27:15.736Z | |
| 2295 | 2026-08-07T21:27:15.736Z | info: running `cargo check --bins --no-default-features` on gateway-types (73/335) |
| 2296 | 2026-08-07T21:27:16.198Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2297 | 2026-08-07T21:27:16.202Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2298 | 2026-08-07T21:27:16.202Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2299 | 2026-08-07T21:27:16.205Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2300 | 2026-08-07T21:27:16.279Z | |
| 2301 | 2026-08-07T21:27:16.279Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types (74/335) |
| 2302 | 2026-08-07T21:27:16.744Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2303 | 2026-08-07T21:27:16.772Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2304 | 2026-08-07T21:27:16.773Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2305 | 2026-08-07T21:27:16.773Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2306 | 2026-08-07T21:27:16.827Z | |
| 2307 | 2026-08-07T21:27:16.828Z | info: running `cargo check --bins --no-default-features` on illumos-utils (75/335) |
| 2308 | 2026-08-07T21:27:17.308Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2309 | 2026-08-07T21:27:17.312Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2310 | 2026-08-07T21:27:17.312Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2311 | 2026-08-07T21:27:17.315Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2312 | 2026-08-07T21:27:17.398Z | |
| 2313 | 2026-08-07T21:27:17.398Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (76/335) |
| 2314 | 2026-08-07T21:27:17.883Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2315 | 2026-08-07T21:27:17.887Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2316 | 2026-08-07T21:27:17.887Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2317 | 2026-08-07T21:27:17.891Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2318 | 2026-08-07T21:27:17.972Z | |
| 2319 | 2026-08-07T21:27:17.972Z | info: running `cargo check --bins` on key-manager-types (77/335) |
| 2320 | 2026-08-07T21:27:18.438Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2321 | 2026-08-07T21:27:18.450Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2322 | 2026-08-07T21:27:18.450Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2323 | 2026-08-07T21:27:18.450Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2324 | 2026-08-07T21:27:18.517Z | |
| 2325 | 2026-08-07T21:27:18.518Z | info: running `cargo check --bins` on oxlog (78/335) |
| 2326 | 2026-08-07T21:27:18.978Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2327 | 2026-08-07T21:27:18.981Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2328 | 2026-08-07T21:27:19.107Z | Checking cfg-if v1.0.4 |
| 2329 | 2026-08-07T21:27:19.110Z | Checking libc v0.2.185 |
| 2330 | 2026-08-07T21:27:19.110Z | Checking serde_core v1.0.228 |
| 2331 | 2026-08-07T21:27:19.225Z | Checking memchr v2.8.0 |
| 2332 | 2026-08-07T21:27:19.234Z | Checking zeroize v1.9.0 |
| 2333 | 2026-08-07T21:27:19.243Z | Checking log v0.4.29 |
| 2334 | 2026-08-07T21:27:19.246Z | Checking smallvec v1.15.1 |
| 2335 | 2026-08-07T21:27:19.266Z | Checking subtle v2.6.1 |
| 2336 | 2026-08-07T21:27:19.277Z | Checking itoa v1.0.17 |
| 2337 | 2026-08-07T21:27:19.382Z | Checking scopeguard v1.2.0 |
| 2338 | 2026-08-07T21:27:19.410Z | Checking stable_deref_trait v1.2.1 |
| 2339 | 2026-08-07T21:27:19.413Z | Checking typenum v1.20.1 |
| 2340 | 2026-08-07T21:27:19.435Z | Checking zerofrom v0.1.6 |
| 2341 | 2026-08-07T21:27:19.447Z | Checking portable-atomic v1.13.1 |
| 2342 | 2026-08-07T21:27:19.476Z | Checking lock_api v0.4.14 |
| 2343 | 2026-08-07T21:27:19.489Z | Checking zerocopy v0.8.40 |
| 2344 | 2026-08-07T21:27:19.542Z | Checking yoke v0.8.1 |
| 2345 | 2026-08-07T21:27:19.590Z | Checking critical-section v1.2.0 |
| 2346 | 2026-08-07T21:27:19.605Z | Checking errno v0.3.14 |
| 2347 | 2026-08-07T21:27:19.675Z | Checking getrandom v0.2.17 |
| 2348 | 2026-08-07T21:27:19.689Z | Checking pin-project-lite v0.2.17 |
| 2349 | 2026-08-07T21:27:19.704Z | Checking zerovec v0.11.5 |
| 2350 | 2026-08-07T21:27:19.717Z | Checking const-oid v0.9.6 |
| 2351 | 2026-08-07T21:27:19.775Z | Checking libm v0.2.16 |
| 2352 | 2026-08-07T21:27:19.817Z | Checking rand_core v0.6.4 |
| 2353 | 2026-08-07T21:27:19.852Z | Checking once_cell v1.21.3 |
| 2354 | 2026-08-07T21:27:19.993Z | Checking zmij v1.0.21 |
| 2355 | 2026-08-07T21:27:20.022Z | Checking signal-hook-registry v1.4.8 |
| 2356 | 2026-08-07T21:27:20.129Z | Checking tinystr v0.8.2 |
| 2357 | 2026-08-07T21:27:20.164Z | Checking generic-array v0.14.7 |
| 2358 | 2026-08-07T21:27:20.180Z | Checking parking_lot_core v0.9.12 |
| 2359 | 2026-08-07T21:27:20.199Z | Checking rand_core v0.10.0 |
| 2360 | 2026-08-07T21:27:20.301Z | Checking percent-encoding v2.3.2 |
| 2361 | 2026-08-07T21:27:20.336Z | Checking writeable v0.6.2 |
| 2362 | 2026-08-07T21:27:20.365Z | Checking litemap v0.8.1 |
| 2363 | 2026-08-07T21:27:20.390Z | Checking futures-core v0.3.32 |
| 2364 | 2026-08-07T21:27:20.437Z | Checking parking_lot v0.12.5 |
| 2365 | 2026-08-07T21:27:20.474Z | Checking num-traits v0.2.19 |
| 2366 | 2026-08-07T21:27:20.497Z | Checking getrandom v0.4.1 |
| 2367 | 2026-08-07T21:27:20.512Z | Checking potential_utf v0.1.4 |
| 2368 | 2026-08-07T21:27:20.532Z | Checking icu_locale_core v2.1.1 |
| 2369 | 2026-08-07T21:27:20.617Z | Checking zerotrie v0.2.3 |
| 2370 | 2026-08-07T21:27:20.617Z | Checking mio v1.2.0 |
| 2371 | 2026-08-07T21:27:20.643Z | Checking equivalent v1.0.2 |
| 2372 | 2026-08-07T21:27:20.654Z | Checking icu_collections v2.1.1 |
| 2373 | 2026-08-07T21:27:20.704Z | Checking serde v1.0.228 |
| 2374 | 2026-08-07T21:27:20.719Z | Checking bitflags v2.11.0 |
| 2375 | 2026-08-07T21:27:20.859Z | Checking serde_json v1.0.151 |
| 2376 | 2026-08-07T21:27:20.882Z | Checking socket2 v0.6.3 |
| 2377 | 2026-08-07T21:27:20.896Z | Checking icu_properties_data v2.1.2 |
| 2378 | 2026-08-07T21:27:20.953Z | Checking icu_normalizer_data v2.1.1 |
| 2379 | 2026-08-07T21:27:21.003Z | Checking byteorder v1.5.0 |
| 2380 | 2026-08-07T21:27:21.018Z | Checking crypto-common v0.1.7 |
| 2381 | 2026-08-07T21:27:21.030Z | Checking block-buffer v0.10.4 |
| 2382 | 2026-08-07T21:27:21.073Z | Checking icu_provider v2.1.1 |
| 2383 | 2026-08-07T21:27:21.106Z | Checking bytes v1.11.1 |
| 2384 | 2026-08-07T21:27:21.120Z | Checking futures-sink v0.3.32 |
| 2385 | 2026-08-07T21:27:21.132Z | Checking hashbrown v0.17.0 |
| 2386 | 2026-08-07T21:27:21.161Z | Checking digest v0.10.7 |
| 2387 | 2026-08-07T21:27:21.200Z | Checking getrandom v0.3.4 |
| 2388 | 2026-08-07T21:27:21.213Z | Checking futures-channel v0.3.32 |
| 2389 | 2026-08-07T21:27:21.302Z | Checking icu_normalizer v2.1.1 |
| 2390 | 2026-08-07T21:27:21.339Z | Checking icu_properties v2.1.2 |
| 2391 | 2026-08-07T21:27:21.353Z | Checking slab v0.4.12 |
| 2392 | 2026-08-07T21:27:21.399Z | Checking utf8_iter v1.0.4 |
| 2393 | 2026-08-07T21:27:21.507Z | Checking futures-task v0.3.32 |
| 2394 | 2026-08-07T21:27:21.520Z | Checking futures-io v0.3.32 |
| 2395 | 2026-08-07T21:27:21.532Z | Checking form_urlencoded v1.2.2 |
| 2396 | 2026-08-07T21:27:21.548Z | Checking tokio v1.52.1 |
| 2397 | 2026-08-07T21:27:21.591Z | Checking indexmap v2.14.0 |
| 2398 | 2026-08-07T21:27:21.607Z | Checking rustix v1.1.3 |
| 2399 | 2026-08-07T21:27:21.626Z | Checking base64ct v1.8.3 |
| 2400 | 2026-08-07T21:27:21.639Z | Checking futures-util v0.3.32 |
| 2401 | 2026-08-07T21:27:21.651Z | Checking fnv v1.0.7 |
| 2402 | 2026-08-07T21:27:21.739Z | Checking flagset v0.4.7 |
| 2403 | 2026-08-07T21:27:21.850Z | Checking pem-rfc7468 v0.7.0 |
| 2404 | 2026-08-07T21:27:21.864Z | Checking iana-time-zone v0.1.65 |
| 2405 | 2026-08-07T21:27:21.967Z | Checking chrono v0.4.45 |
| 2406 | 2026-08-07T21:27:22.008Z | Checking der v0.7.10 |
| 2407 | 2026-08-07T21:27:22.143Z | Checking rand_core v0.9.5 |
| 2408 | 2026-08-07T21:27:22.163Z | Checking idna_adapter v1.2.1 |
| 2409 | 2026-08-07T21:27:22.263Z | Checking ppv-lite86 v0.2.21 |
| 2410 | 2026-08-07T21:27:22.277Z | Checking idna v1.1.0 |
| 2411 | 2026-08-07T21:27:22.317Z | Checking uuid v1.23.4 |
| 2412 | 2026-08-07T21:27:22.426Z | Checking regex-syntax v0.8.10 |
| 2413 | 2026-08-07T21:27:22.515Z | Checking url v2.5.8 |
| 2414 | 2026-08-07T21:27:22.550Z | Checking base64 v0.22.1 |
| 2415 | 2026-08-07T21:27:22.631Z | Checking http v1.4.2 |
| 2416 | 2026-08-07T21:27:22.728Z | Checking spki v0.7.3 |
| 2417 | 2026-08-07T21:27:22.791Z | Checking utf8parse v0.2.2 |
| 2418 | 2026-08-07T21:27:22.809Z | Checking rand_chacha v0.9.0 |
| 2419 | 2026-08-07T21:27:22.890Z | Checking tracing-core v0.1.36 |
| 2420 | 2026-08-07T21:27:22.903Z | Checking cpufeatures v0.2.17 |
| 2421 | 2026-08-07T21:27:22.950Z | Checking anstyle v1.0.14 |
| 2422 | 2026-08-07T21:27:22.968Z | Checking dyn-clone v1.0.20 |
| 2423 | 2026-08-07T21:27:23.007Z | Checking rand v0.9.2 |
| 2424 | 2026-08-07T21:27:23.069Z | Checking pkcs8 v0.10.2 |
| 2425 | 2026-08-07T21:27:23.129Z | Checking semver v1.0.28 |
| 2426 | 2026-08-07T21:27:23.191Z | Checking http-body v1.0.1 |
| 2427 | 2026-08-07T21:27:23.204Z | Checking tracing v0.1.44 |
| 2428 | 2026-08-07T21:27:23.220Z | Checking spin v0.9.8 |
| 2429 | 2026-08-07T21:27:23.320Z | Checking rustls-pki-types v1.14.0 |
| 2430 | 2026-08-07T21:27:23.338Z | Checking is_terminal_polyfill v1.70.2 |
| 2431 | 2026-08-07T21:27:23.395Z | Checking cmov v0.5.4 |
| 2432 | 2026-08-07T21:27:23.407Z | Checking colorchoice v1.0.4 |
| 2433 | 2026-08-07T21:27:23.426Z | Checking anstyle-query v1.1.5 |
| 2434 | 2026-08-07T21:27:23.472Z | Checking openssl-probe v0.2.1 |
| 2435 | 2026-08-07T21:27:23.502Z | Checking tinyvec_macros v0.1.1 |
| 2436 | 2026-08-07T21:27:23.516Z | Checking schemars v0.8.22 |
| 2437 | 2026-08-07T21:27:23.545Z | Checking sha2 v0.10.9 |
| 2438 | 2026-08-07T21:27:23.565Z | Checking tinyvec v1.10.0 |
| 2439 | 2026-08-07T21:27:23.578Z | Checking aws-lc-sys v0.40.0 |
| 2440 | 2026-08-07T21:27:23.590Z | Checking ctutils v0.4.2 |
| 2441 | 2026-08-07T21:27:23.605Z | Checking thiserror v2.0.18 |
| 2442 | 2026-08-07T21:27:23.706Z | Checking tower-service v0.3.3 |
| 2443 | 2026-08-07T21:27:23.729Z | Checking atomic-waker v1.1.2 |
| 2444 | 2026-08-07T21:27:23.795Z | Checking fastrand v2.3.0 |
| 2445 | 2026-08-07T21:27:23.807Z | Checking tower-layer v0.3.3 |
| 2446 | 2026-08-07T21:27:23.819Z | Checking untrusted v0.7.1 |
| 2447 | 2026-08-07T21:27:23.831Z | Checking try-lock v0.2.5 |
| 2448 | 2026-08-07T21:27:23.865Z | Checking hybrid-array v0.4.13 |
| 2449 | 2026-08-07T21:27:23.930Z | Checking want v0.3.1 |
| 2450 | 2026-08-07T21:27:23.942Z | Checking anstyle-parse v1.0.0 |
| 2451 | 2026-08-07T21:27:23.960Z | Checking ipnet v2.11.0 |
| 2452 | 2026-08-07T21:27:23.987Z | Checking tempfile v3.25.0 |
| 2453 | 2026-08-07T21:27:24.053Z | Checking crc32fast v1.5.0 |
| 2454 | 2026-08-07T21:27:24.088Z | Checking aws-lc-rs v1.16.3 |
| 2455 | 2026-08-07T21:27:24.091Z | Checking httparse v1.10.1 |
| 2456 | 2026-08-07T21:27:24.182Z | Checking aho-corasick v1.1.4 |
| 2457 | 2026-08-07T21:27:24.197Z | Checking tap v1.0.1 |
| 2458 | 2026-08-07T21:27:24.197Z | Checking simd-adler32 v0.3.8 |
| 2459 | 2026-08-07T21:27:24.221Z | Checking plain v0.2.3 |
| 2460 | 2026-08-07T21:27:24.299Z | Checking foreign-types-shared v0.1.1 |
| 2461 | 2026-08-07T21:27:24.324Z | Checking httpdate v1.0.3 |
| 2462 | 2026-08-07T21:27:24.328Z | Checking untrusted v0.9.0 |
| 2463 | 2026-08-07T21:27:24.367Z | Checking wyz v0.5.1 |
| 2464 | 2026-08-07T21:27:24.391Z | Checking foreign-types v0.3.2 |
| 2465 | 2026-08-07T21:27:24.432Z | Checking anstream v1.0.0 |
| 2466 | 2026-08-07T21:27:24.446Z | Checking unicode-normalization v0.1.25 |
| 2467 | 2026-08-07T21:27:24.460Z | Checking rand_chacha v0.3.1 |
| 2468 | 2026-08-07T21:27:24.537Z | Checking terminal_size v0.4.3 |
| 2469 | 2026-08-07T21:27:24.627Z | Checking radium v0.7.0 |
| 2470 | 2026-08-07T21:27:24.641Z | Checking signature v2.2.0 |
| 2471 | 2026-08-07T21:27:24.651Z | Checking hex v0.4.3 |
| 2472 | 2026-08-07T21:27:24.665Z | Checking openssl-sys v0.9.117 |
| 2473 | 2026-08-07T21:27:24.764Z | Checking num-integer v0.1.46 |
| 2474 | 2026-08-07T21:27:24.795Z | Checking wait-timeout v0.2.1 |
| 2475 | 2026-08-07T21:27:24.813Z | Checking tokio-util v0.7.18 |
| 2476 | 2026-08-07T21:27:24.844Z | Checking ucd-trie v0.1.7 |
| 2477 | 2026-08-07T21:27:24.860Z | Checking regex-automata v0.4.14 |
| 2478 | 2026-08-07T21:27:24.873Z | Checking funty v2.0.0 |
| 2479 | 2026-08-07T21:27:24.915Z | Checking quick-error v1.2.3 |
| 2480 | 2026-08-07T21:27:24.952Z | Checking rustls-webpki v0.103.13 |
| 2481 | 2026-08-07T21:27:24.971Z | Checking clap_lex v1.0.0 |
| 2482 | 2026-08-07T21:27:24.987Z | Checking adler2 v2.0.1 |
| 2483 | 2026-08-07T21:27:25.009Z | Checking bit-vec v0.8.0 |
| 2484 | 2026-08-07T21:27:25.034Z | Checking unicode-ident v1.0.24 |
| 2485 | 2026-08-07T21:27:25.087Z | Checking strsim v0.11.1 |
| 2486 | 2026-08-07T21:27:25.114Z | Checking miniz_oxide v0.8.9 |
| 2487 | 2026-08-07T21:27:25.135Z | Checking proc-macro2 v1.0.106 |
| 2488 | 2026-08-07T21:27:25.184Z | Checking bitvec v1.0.1 |
| 2489 | 2026-08-07T21:27:25.196Z | Checking bit-set v0.8.0 |
| 2490 | 2026-08-07T21:27:25.247Z | Checking clap_builder v4.6.0 |
| 2491 | 2026-08-07T21:27:25.340Z | Checking openssl v0.10.80 |
| 2492 | 2026-08-07T21:27:25.360Z | Checking rustls v0.23.41 |
| 2493 | 2026-08-07T21:27:25.426Z | Checking h2 v0.4.15 |
| 2494 | 2026-08-07T21:27:25.440Z | Checking rusty-fork v0.3.1 |
| 2495 | 2026-08-07T21:27:25.460Z | Checking num-iter v0.1.45 |
| 2496 | 2026-08-07T21:27:25.568Z | Checking pest v2.8.6 |
| 2497 | 2026-08-07T21:27:25.601Z | Checking rand v0.8.6 |
| 2498 | 2026-08-07T21:27:26.127Z | Checking lazy_static v1.5.0 |
| 2499 | 2026-08-07T21:27:26.217Z | Checking anstyle-parse v0.2.7 |
| 2500 | 2026-08-07T21:27:26.367Z | Checking rand_xorshift v0.4.0 |
| 2501 | 2026-08-07T21:27:26.461Z | Checking thiserror v1.0.69 |
| 2502 | 2026-08-07T21:27:26.483Z | Checking maybe-uninit v2.0.0 |
| 2503 | 2026-08-07T21:27:26.497Z | Checking hmac v0.12.1 |
| 2504 | 2026-08-07T21:27:26.549Z | Checking toml_datetime v0.6.11 |
| 2505 | 2026-08-07T21:27:26.561Z | Checking serde_spanned v0.6.9 |
| 2506 | 2026-08-07T21:27:26.618Z | Checking sync_wrapper v1.0.2 |
| 2507 | 2026-08-07T21:27:26.631Z | Checking siphasher v1.0.2 |
| 2508 | 2026-08-07T21:27:26.671Z | Checking powerfmt v0.2.0 |
| 2509 | 2026-08-07T21:27:26.683Z | Checking unarray v0.1.4 |
| 2510 | 2026-08-07T21:27:26.715Z | Checking nodrop v0.1.14 |
| 2511 | 2026-08-07T21:27:26.728Z | Checking crc-catalog v2.4.0 |
| 2512 | 2026-08-07T21:27:26.778Z | Checking zlib-rs v0.6.2 |
| 2513 | 2026-08-07T21:27:26.791Z | Checking pretty-hex v0.4.1 |
| 2514 | 2026-08-07T21:27:26.802Z | Checking array-init v0.0.4 |
| 2515 | 2026-08-07T21:27:26.814Z | Checking crc v3.4.0 |
| 2516 | 2026-08-07T21:27:26.818Z | Checking deranged v0.5.8 |
| 2517 | 2026-08-07T21:27:26.903Z | Checking proptest v1.11.0 |
| 2518 | 2026-08-07T21:27:26.984Z | Checking tower v0.5.3 |
| 2519 | 2026-08-07T21:27:27.090Z | Checking smallvec v0.6.14 |
| 2520 | 2026-08-07T21:27:27.281Z | Checking packed_struct v0.10.1 |
| 2521 | 2026-08-07T21:27:27.345Z | Checking native-tls v0.2.18 |
| 2522 | 2026-08-07T21:27:27.368Z | Checking clap v4.6.1 |
| 2523 | 2026-08-07T21:27:27.446Z | Checking anstream v0.6.21 |
| 2524 | 2026-08-07T21:27:27.521Z | Checking num-bigint-dig v0.8.6 |
| 2525 | 2026-08-07T21:27:27.605Z | Checking quote v1.0.45 |
| 2526 | 2026-08-07T21:27:27.643Z | Checking ipnetwork v0.21.1 |
| 2527 | 2026-08-07T21:27:27.646Z | Checking flate2 v1.1.9 |
| 2528 | 2026-08-07T21:27:27.732Z | Checking http-body-util v0.1.3 |
| 2529 | 2026-08-07T21:27:27.770Z | Checking pkcs1 v0.7.5 |
| 2530 | 2026-08-07T21:27:27.861Z | Checking crossbeam-utils v0.8.21 |
| 2531 | 2026-08-07T21:27:27.945Z | Checking zerocopy v0.6.6 |
| 2532 | 2026-08-07T21:27:27.957Z | Checking bitfield v0.19.4 |
| 2533 | 2026-08-07T21:27:27.975Z | Checking ahash v0.8.12 |
| 2534 | 2026-08-07T21:27:28.163Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2535 | 2026-08-07T21:27:28.192Z | Checking scroll v0.13.0 |
| 2536 | 2026-08-07T21:27:28.215Z | Checking hyper v1.10.1 |
| 2537 | 2026-08-07T21:27:28.230Z | Checking env_filter v1.0.0 |
| 2538 | 2026-08-07T21:27:28.243Z | Checking num-conv v0.2.0 |
| 2539 | 2026-08-07T21:27:28.255Z | Checking base64 v0.21.7 |
| 2540 | 2026-08-07T21:27:28.316Z | Checking iri-string v0.7.10 |
| 2541 | 2026-08-07T21:27:28.330Z | Checking time-core v0.1.8 |
| 2542 | 2026-08-07T21:27:28.354Z | Checking allocator-api2 v0.2.21 |
| 2543 | 2026-08-07T21:27:28.367Z | Checking winnow v0.5.40 |
| 2544 | 2026-08-07T21:27:28.419Z | Checking unicode-bidi v0.3.18 |
| 2545 | 2026-08-07T21:27:28.468Z | Checking unicode-properties v0.1.4 |
| 2546 | 2026-08-07T21:27:28.488Z | Checking hashbrown v0.12.3 |
| 2547 | 2026-08-07T21:27:28.637Z | Checking ryu v1.0.23 |
| 2548 | 2026-08-07T21:27:28.650Z | Checking num_threads v0.1.7 |
| 2549 | 2026-08-07T21:27:28.687Z | Checking newtype-uuid v1.3.2 |
| 2550 | 2026-08-07T21:27:28.710Z | Checking stringprep v0.1.5 |
| 2551 | 2026-08-07T21:27:28.728Z | Checking time v0.3.47 |
| 2552 | 2026-08-07T21:27:28.770Z | Checking serde_urlencoded v0.7.1 |
| 2553 | 2026-08-07T21:27:28.858Z | Checking ron v0.8.1 |
| 2554 | 2026-08-07T21:27:28.882Z | Checking goblin v0.10.5 |
| 2555 | 2026-08-07T21:27:28.909Z | Checking indexmap v1.9.3 |
| 2556 | 2026-08-07T21:27:28.991Z | Checking env_logger v0.11.9 |
| 2557 | 2026-08-07T21:27:29.174Z | Checking hyper-util v0.1.20 |
| 2558 | 2026-08-07T21:27:29.188Z | Checking rsa v0.9.10 |
| 2559 | 2026-08-07T21:27:29.220Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2560 | 2026-08-07T21:27:29.361Z | Checking tower-http v0.6.8 |
| 2561 | 2026-08-07T21:27:29.387Z | Checking bzip2 v0.4.4 |
| 2562 | 2026-08-07T21:27:29.543Z | Checking toml_edit v0.19.15 |
| 2563 | 2026-08-07T21:27:29.543Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2564 | 2026-08-07T21:27:29.634Z | Checking crossbeam-epoch v0.9.18 |
| 2565 | 2026-08-07T21:27:29.657Z | Checking hashbrown v0.13.2 |
| 2566 | 2026-08-07T21:27:29.708Z | Checking oxnet v0.1.6 |
| 2567 | 2026-08-07T21:27:29.854Z | Checking syn v2.0.117 |
| 2568 | 2026-08-07T21:27:29.880Z | Checking tokio-native-tls v0.3.1 |
| 2569 | 2026-08-07T21:27:29.966Z | Checking serde-hex v0.1.0 |
| 2570 | 2026-08-07T21:27:30.038Z | Checking bstr v1.12.1 |
| 2571 | 2026-08-07T21:27:30.079Z | Checking block-buffer v0.12.1 |
| 2572 | 2026-08-07T21:27:30.240Z | Checking crypto-common v0.2.2 |
| 2573 | 2026-08-07T21:27:30.422Z | Checking block-padding v0.4.2 |
| 2574 | 2026-08-07T21:27:30.437Z | Checking rustls-native-certs v0.8.3 |
| 2575 | 2026-08-07T21:27:30.547Z | Checking scroll v0.12.0 |
| 2576 | 2026-08-07T21:27:30.562Z | Checking x509-cert v0.2.5 |
| 2577 | 2026-08-07T21:27:30.563Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2578 | 2026-08-07T21:27:30.678Z | Checking md-5 v0.10.6 |
| 2579 | 2026-08-07T21:27:30.772Z | Checking hash32 v0.2.1 |
| 2580 | 2026-08-07T21:27:30.815Z | Checking encoding_rs v0.8.35 |
| 2581 | 2026-08-07T21:27:30.836Z | Checking crc-any v2.5.0 |
| 2582 | 2026-08-07T21:27:30.926Z | Checking fallible-iterator v0.2.0 |
| 2583 | 2026-08-07T21:27:31.005Z | Checking mime v0.3.17 |
| 2584 | 2026-08-07T21:27:31.177Z | Checking either v1.15.0 |
| 2585 | 2026-08-07T21:27:31.195Z | Checking psl-types v2.0.11 |
| 2586 | 2026-08-07T21:27:31.208Z | Checking postgres-protocol v0.6.10 |
| 2587 | 2026-08-07T21:27:31.211Z | Checking dof v0.4.0 |
| 2588 | 2026-08-07T21:27:31.310Z | Checking publicsuffix v2.3.0 |
| 2589 | 2026-08-07T21:27:31.357Z | Checking heapless v0.7.17 |
| 2590 | 2026-08-07T21:27:31.451Z | Checking goblin v0.8.2 |
| 2591 | 2026-08-07T21:27:31.467Z | Checking zstd-safe v7.2.4 |
| 2592 | 2026-08-07T21:27:31.524Z | Checking inout v0.2.2 |
| 2593 | 2026-08-07T21:27:31.632Z | Checking toml v0.7.8 |
| 2594 | 2026-08-07T21:27:31.668Z | Checking hyper-tls v0.6.0 |
| 2595 | 2026-08-07T21:27:31.750Z | Checking object v0.30.4 |
| 2596 | 2026-08-07T21:27:31.771Z | Checking daft v0.1.7 |
| 2597 | 2026-08-07T21:27:31.840Z | Checking cookie v0.18.1 |
| 2598 | 2026-08-07T21:27:31.852Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2599 | 2026-08-07T21:27:31.945Z | Checking zip v0.6.6 |
| 2600 | 2026-08-07T21:27:32.007Z | Checking tokio-rustls v0.26.4 |
| 2601 | 2026-08-07T21:27:32.021Z | Checking phf_shared v0.13.1 |
| 2602 | 2026-08-07T21:27:32.070Z | Checking dtrace-parser v0.3.0 |
| 2603 | 2026-08-07T21:27:32.139Z | Checking zerocopy v0.7.35 |
| 2604 | 2026-08-07T21:27:32.213Z | Checking pin-project v1.1.11 |
| 2605 | 2026-08-07T21:27:32.234Z | Checking futures-executor v0.3.32 |
| 2606 | 2026-08-07T21:27:32.252Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2607 | 2026-08-07T21:27:32.272Z | Checking signal-hook v0.3.18 |
| 2608 | 2026-08-07T21:27:32.302Z | Checking ff v0.13.1 |
| 2609 | 2026-08-07T21:27:32.303Z | Checking thread-id v5.1.0 |
| 2610 | 2026-08-07T21:27:32.375Z | Checking managed v0.8.0 |
| 2611 | 2026-08-07T21:27:32.389Z | Compiling rayon-core v1.13.0 |
| 2612 | 2026-08-07T21:27:32.426Z | Checking jiff-core v0.1.0 |
| 2613 | 2026-08-07T21:27:32.456Z | Checking same-file v1.0.6 |
| 2614 | 2026-08-07T21:27:32.559Z | Checking libbz2-rs-sys v0.2.2 |
| 2615 | 2026-08-07T21:27:32.563Z | Checking foldhash v0.2.0 |
| 2616 | 2026-08-07T21:27:32.584Z | Checking bitflags v1.3.2 |
| 2617 | 2026-08-07T21:27:32.626Z | Checking bumpalo v3.20.2 |
| 2618 | 2026-08-07T21:27:32.650Z | Checking path-slash v0.1.5 |
| 2619 | 2026-08-07T21:27:32.723Z | Checking base16ct v0.2.0 |
| 2620 | 2026-08-07T21:27:32.749Z | Checking foldhash v0.1.5 |
| 2621 | 2026-08-07T21:27:32.820Z | Checking zopfli v0.8.3 |
| 2622 | 2026-08-07T21:27:32.846Z | Checking sec1 v0.7.3 |
| 2623 | 2026-08-07T21:27:32.881Z | Checking hashbrown v0.15.5 |
| 2624 | 2026-08-07T21:27:32.944Z | Checking bzip2 v0.6.1 |
| 2625 | 2026-08-07T21:27:33.052Z | Checking hashbrown v0.16.1 |
| 2626 | 2026-08-07T21:27:33.099Z | Checking jiff v0.2.34 |
| 2627 | 2026-08-07T21:27:33.111Z | Checking smoltcp v0.9.1 |
| 2628 | 2026-08-07T21:27:33.136Z | Checking walkdir v2.5.0 |
| 2629 | 2026-08-07T21:27:33.238Z | Checking signal-hook-mio v0.2.5 |
| 2630 | 2026-08-07T21:27:33.300Z | Checking group v0.13.0 |
| 2631 | 2026-08-07T21:27:33.345Z | Checking usdt-impl v0.6.0 |
| 2632 | 2026-08-07T21:27:33.349Z | Checking futures v0.3.32 |
| 2633 | 2026-08-07T21:27:33.349Z | Checking dof v0.3.0 |
| 2634 | 2026-08-07T21:27:33.428Z | Checking snafu v0.8.9 |
| 2635 | 2026-08-07T21:27:33.450Z | Checking hyper-rustls v0.27.7 |
| 2636 | 2026-08-07T21:27:33.556Z | Checking phf v0.13.1 |
| 2637 | 2026-08-07T21:27:33.630Z | Checking cookie_store v0.22.1 |
| 2638 | 2026-08-07T21:27:33.649Z | Checking reqwest v0.12.28 |
| 2639 | 2026-08-07T21:27:33.654Z | Checking cipher v0.5.2 |
| 2640 | 2026-08-07T21:27:33.669Z | Checking zstd v0.13.3 |
| 2641 | 2026-08-07T21:27:33.704Z | Checking postgres-types v0.2.12 |
| 2642 | 2026-08-07T21:27:33.719Z | Checking rustls-platform-verifier v0.6.2 |
| 2643 | 2026-08-07T21:27:33.828Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2644 | 2026-08-07T21:27:33.848Z | Checking globset v0.4.18 |
| 2645 | 2026-08-07T21:27:33.852Z | Checking crossbeam-deque v0.8.6 |
| 2646 | 2026-08-07T21:27:33.882Z | Checking phf_shared v0.11.3 |
| 2647 | 2026-08-07T21:27:33.971Z | Checking regex v1.12.3 |
| 2648 | 2026-08-07T21:27:34.034Z | Checking hkdf v0.12.4 |
| 2649 | 2026-08-07T21:27:34.039Z | Checking dtrace-parser v0.2.0 |
| 2650 | 2026-08-07T21:27:34.049Z | Checking byte-wrapper v0.1.0 |
| 2651 | 2026-08-07T21:27:34.113Z | Checking curve25519-dalek v4.1.3 |
| 2652 | 2026-08-07T21:27:34.172Z | Checking ref-cast v1.0.25 |
| 2653 | 2026-08-07T21:27:34.181Z | Checking strum v0.27.2 |
| 2654 | 2026-08-07T21:27:34.252Z | Checking olpc-cjson v0.1.4 |
| 2655 | 2026-08-07T21:27:34.262Z | Checking ed25519 v2.2.3 |
| 2656 | 2026-08-07T21:27:34.275Z | Checking hubpack v0.1.2 |
| 2657 | 2026-08-07T21:27:34.275Z | Checking memoffset v0.9.1 |
| 2658 | 2026-08-07T21:27:34.305Z | Checking rustix v0.38.44 |
| 2659 | 2026-08-07T21:27:34.355Z | Checking pem v3.0.6 |
| 2660 | 2026-08-07T21:27:34.387Z | Checking erased-serde v0.3.31 |
| 2661 | 2026-08-07T21:27:34.446Z | Checking serde-big-array v0.5.1 |
| 2662 | 2026-08-07T21:27:34.463Z | Checking serde_plain v1.0.2 |
| 2663 | 2026-08-07T21:27:34.463Z | Checking float-cmp v0.10.0 |
| 2664 | 2026-08-07T21:27:34.507Z | Checking crypto-bigint v0.5.5 |
| 2665 | 2026-08-07T21:27:34.578Z | Checking memmap2 v0.9.10 |
| 2666 | 2026-08-07T21:27:34.588Z | Checking thread-id v4.2.2 |
| 2667 | 2026-08-07T21:27:34.603Z | Checking fixedbitset v0.4.2 |
| 2668 | 2026-08-07T21:27:34.669Z | Checking difflib v0.4.0 |
| 2669 | 2026-08-07T21:27:34.729Z | Checking precomputed-hash v0.1.1 |
| 2670 | 2026-08-07T21:27:34.751Z | Checking typed-path v0.9.3 |
| 2671 | 2026-08-07T21:27:34.765Z | Checking predicates-core v1.0.10 |
| 2672 | 2026-08-07T21:27:34.818Z | Checking data-encoding v2.10.0 |
| 2673 | 2026-08-07T21:27:34.841Z | Checking fixedbitset v0.5.7 |
| 2674 | 2026-08-07T21:27:34.882Z | Checking winnow v0.7.14 |
| 2675 | 2026-08-07T21:27:34.896Z | Checking unicode-segmentation v1.12.0 |
| 2676 | 2026-08-07T21:27:35.016Z | Checking new_debug_unreachable v1.0.6 |
| 2677 | 2026-08-07T21:27:35.039Z | Checking normalize-line-endings v0.3.0 |
| 2678 | 2026-08-07T21:27:35.074Z | Checking toml_write v0.1.2 |
| 2679 | 2026-08-07T21:27:35.078Z | Checking whoami v2.1.0 |
| 2680 | 2026-08-07T21:27:35.104Z | Checking const-oid v0.10.2 |
| 2681 | 2026-08-07T21:27:35.123Z | Checking winnow v1.0.3 |
| 2682 | 2026-08-07T21:27:35.209Z | Checking keccak v0.1.6 |
| 2683 | 2026-08-07T21:27:35.239Z | Checking cpufeatures v0.3.0 |
| 2684 | 2026-08-07T21:27:35.255Z | Checking static_assertions v1.1.0 |
| 2685 | 2026-08-07T21:27:35.281Z | Checking tokio-postgres v0.7.16 |
| 2686 | 2026-08-07T21:27:35.310Z | Checking chacha20 v0.10.0 |
| 2687 | 2026-08-07T21:27:35.323Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2688 | 2026-08-07T21:27:35.363Z | Checking sha3 v0.10.8 |
| 2689 | 2026-08-07T21:27:35.415Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 2690 | 2026-08-07T21:27:35.436Z | Checking elliptic-curve v0.13.8 |
| 2691 | 2026-08-07T21:27:35.522Z | Checking tough v0.22.0 |
| 2692 | 2026-08-07T21:27:35.561Z | Checking digest v0.11.3 |
| 2693 | 2026-08-07T21:27:35.583Z | Checking similar v2.7.0 |
| 2694 | 2026-08-07T21:27:35.733Z | Checking predicates v3.1.4 |
| 2695 | 2026-08-07T21:27:35.733Z | Checking crossterm v0.28.1 |
| 2696 | 2026-08-07T21:27:35.751Z | Checking string_cache v0.8.9 |
| 2697 | 2026-08-07T21:27:35.921Z | Checking hickory-proto v0.25.2 |
| 2698 | 2026-08-07T21:27:35.955Z | Checking petgraph v0.8.3 |
| 2699 | 2026-08-07T21:27:36.040Z | Checking zip v4.6.1 |
| 2700 | 2026-08-07T21:27:36.092Z | Checking toml_edit v0.22.27 |
| 2701 | 2026-08-07T21:27:36.432Z | Checking ed25519-dalek v2.2.0 |
| 2702 | 2026-08-07T21:27:36.565Z | Checking slog v2.8.2 |
| 2703 | 2026-08-07T21:27:36.602Z | Checking petgraph v0.6.5 |
| 2704 | 2026-08-07T21:27:36.659Z | Checking usdt v0.6.0 |
| 2705 | 2026-08-07T21:27:36.820Z | Checking usdt-impl v0.5.0 |
| 2706 | 2026-08-07T21:27:36.830Z | Checking nix v0.31.2 |
| 2707 | 2026-08-07T21:27:37.114Z | Checking iddqd v0.4.2 |
| 2708 | 2026-08-07T21:27:37.161Z | Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2709 | 2026-08-07T21:27:37.545Z | Checking reqwest v0.13.2 |
| 2710 | 2026-08-07T21:27:37.596Z | Checking itertools v0.13.0 |
| 2711 | 2026-08-07T21:27:37.742Z | Checking itertools v0.15.0 |
| 2712 | 2026-08-07T21:27:37.822Z | Checking strum v0.26.3 |
| 2713 | 2026-08-07T21:27:37.835Z | Checking serde_with v3.21.0 |
| 2714 | 2026-08-07T21:27:37.933Z | Checking fs-err v3.3.0 |
| 2715 | 2026-08-07T21:27:37.995Z | Checking object v0.37.3 |
| 2716 | 2026-08-07T21:27:38.028Z | Checking tokio-stream v0.1.18 |
| 2717 | 2026-08-07T21:27:38.231Z | Checking buf-list v1.1.2 |
| 2718 | 2026-08-07T21:27:38.377Z | Checking camino v1.2.2 |
| 2719 | 2026-08-07T21:27:38.405Z | Checking anyhow v1.0.102 |
| 2720 | 2026-08-07T21:27:38.417Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2721 | 2026-08-07T21:27:38.600Z | Checking openapiv3 v2.2.0 |
| 2722 | 2026-08-07T21:27:38.613Z | Checking peg-runtime v0.8.5 |
| 2723 | 2026-08-07T21:27:38.626Z | Checking lalrpop-util v0.19.12 |
| 2724 | 2026-08-07T21:27:38.673Z | Checking rayon v1.11.0 |
| 2725 | 2026-08-07T21:27:38.691Z | Checking sigpipe v0.1.3 |
| 2726 | 2026-08-07T21:27:38.745Z | Checking glob v0.3.3 |
| 2727 | 2026-08-07T21:27:40.170Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2728 | 2026-08-07T21:27:40.227Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2729 | 2026-08-07T21:27:40.506Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.98s |
| 2730 | 2026-08-07T21:27:40.678Z | |
| 2731 | 2026-08-07T21:27:40.678Z | info: running `cargo check --bins` on internal-dns-types (79/335) |
| 2732 | 2026-08-07T21:27:41.148Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2733 | 2026-08-07T21:27:41.153Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2734 | 2026-08-07T21:27:41.153Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2735 | 2026-08-07T21:27:41.156Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2736 | 2026-08-07T21:27:41.233Z | |
| 2737 | 2026-08-07T21:27:41.233Z | info: running `cargo check --bins` on internal-dns-types-versions (80/335) |
| 2738 | 2026-08-07T21:27:41.705Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2739 | 2026-08-07T21:27:41.708Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2740 | 2026-08-07T21:27:41.708Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2741 | 2026-08-07T21:27:41.711Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2742 | 2026-08-07T21:27:41.788Z | |
| 2743 | 2026-08-07T21:27:41.788Z | info: running `cargo check --bins` on nexus-types-versions (81/335) |
| 2744 | 2026-08-07T21:27:42.271Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2745 | 2026-08-07T21:27:42.274Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2746 | 2026-08-07T21:27:42.274Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2747 | 2026-08-07T21:27:42.278Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2748 | 2026-08-07T21:27:42.359Z | |
| 2749 | 2026-08-07T21:27:42.359Z | info: running `cargo check --bins` on oxql-types (82/335) |
| 2750 | 2026-08-07T21:27:42.830Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2751 | 2026-08-07T21:27:42.833Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2752 | 2026-08-07T21:27:42.833Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2753 | 2026-08-07T21:27:42.836Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2754 | 2026-08-07T21:27:42.914Z | |
| 2755 | 2026-08-07T21:27:42.914Z | info: running `cargo check --bins` on oximeter-types (83/335) |
| 2756 | 2026-08-07T21:27:43.382Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2757 | 2026-08-07T21:27:43.385Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2758 | 2026-08-07T21:27:43.385Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2759 | 2026-08-07T21:27:43.389Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2760 | 2026-08-07T21:27:43.467Z | |
| 2761 | 2026-08-07T21:27:43.467Z | info: running `cargo check --bins` on oximeter-types-versions (84/335) |
| 2762 | 2026-08-07T21:27:43.940Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2763 | 2026-08-07T21:27:43.943Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2764 | 2026-08-07T21:27:43.943Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2765 | 2026-08-07T21:27:43.947Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2766 | 2026-08-07T21:27:44.029Z | |
| 2767 | 2026-08-07T21:27:44.029Z | info: running `cargo check --bins` on oximeter-macro-impl (85/335) |
| 2768 | 2026-08-07T21:27:44.493Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2769 | 2026-08-07T21:27:44.495Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2770 | 2026-08-07T21:27:44.496Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2771 | 2026-08-07T21:27:44.499Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2772 | 2026-08-07T21:27:44.576Z | |
| 2773 | 2026-08-07T21:27:44.576Z | info: running `cargo check --bins --no-default-features` on oximeter-db (86/335) |
| 2774 | 2026-08-07T21:27:45.053Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2775 | 2026-08-07T21:27:45.056Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2776 | 2026-08-07T21:27:45.237Z | Compiling multer v3.1.0 |
| 2777 | 2026-08-07T21:27:45.351Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2778 | 2026-08-07T21:27:45.351Z | Compiling async-stream-impl v0.3.6 |
| 2779 | 2026-08-07T21:27:45.366Z | Compiling dropshot v0.17.1 |
| 2780 | 2026-08-07T21:27:45.377Z | Compiling parse-display-derive v0.10.0 |
| 2781 | 2026-08-07T21:27:45.395Z | Compiling newtype-uuid-macros v0.1.0 |
| 2782 | 2026-08-07T21:27:45.399Z | Compiling dropshot_endpoint v0.17.1 |
| 2783 | 2026-08-07T21:27:45.419Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2784 | 2026-08-07T21:27:45.567Z | Checking thread_local v1.1.9 |
| 2785 | 2026-08-07T21:27:45.587Z | Checking compression-core v0.4.31 |
| 2786 | 2026-08-07T21:27:45.709Z | Checking match_cfg v0.1.0 |
| 2787 | 2026-08-07T21:27:45.724Z | Checking compression-codecs v0.4.37 |
| 2788 | 2026-08-07T21:27:45.739Z | Checking crossbeam-channel v0.5.15 |
| 2789 | 2026-08-07T21:27:45.786Z | Checking hostname v0.3.1 |
| 2790 | 2026-08-07T21:27:45.816Z | Checking atomicwrites v0.4.4 |
| 2791 | 2026-08-07T21:27:45.881Z | Checking slog-json v2.6.1 |
| 2792 | 2026-08-07T21:27:45.894Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 2793 | 2026-08-07T21:27:45.920Z | Checking is-terminal v0.4.17 |
| 2794 | 2026-08-07T21:27:45.938Z | Checking serde_spanned v1.1.1 |
| 2795 | 2026-08-07T21:27:46.006Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 2796 | 2026-08-07T21:27:46.033Z | Checking term v1.2.1 |
| 2797 | 2026-08-07T21:27:46.069Z | Checking debug-ignore v1.0.5 |
| 2798 | 2026-08-07T21:27:46.085Z | Checking take_mut v0.2.2 |
| 2799 | 2026-08-07T21:27:46.110Z | Checking slog-bunyan v2.5.0 |
| 2800 | 2026-08-07T21:27:46.151Z | Checking async-stream v0.3.6 |
| 2801 | 2026-08-07T21:27:46.164Z | Checking async-compression v0.4.41 |
| 2802 | 2026-08-07T21:27:46.186Z | Checking slog-async v2.8.0 |
| 2803 | 2026-08-07T21:27:46.190Z | Checking toml v1.1.2+spec-1.1.0 |
| 2804 | 2026-08-07T21:27:46.219Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2805 | 2026-08-07T21:27:46.254Z | Checking slog-term v2.9.2 |
| 2806 | 2026-08-07T21:27:46.277Z | Checking progenitor-client v0.14.0 |
| 2807 | 2026-08-07T21:27:46.322Z | Checking sha1 v0.11.0 |
| 2808 | 2026-08-07T21:27:46.405Z | Checking waitgroup v0.1.2 |
| 2809 | 2026-08-07T21:27:46.502Z | Checking rustls-pemfile v2.2.0 |
| 2810 | 2026-08-07T21:27:46.517Z | Checking backon v1.6.0 |
| 2811 | 2026-08-07T21:27:46.517Z | Checking serde_path_to_error v0.1.20 |
| 2812 | 2026-08-07T21:27:46.528Z | Checking hostname v0.4.2 |
| 2813 | 2026-08-07T21:27:46.573Z | Checking instant v0.1.13 |
| 2814 | 2026-08-07T21:27:46.659Z | Checking backoff v0.4.0 |
| 2815 | 2026-08-07T21:27:46.673Z | Checking progenitor-extras v0.2.0 |
| 2816 | 2026-08-07T21:27:46.796Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2817 | 2026-08-07T21:27:46.796Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2818 | 2026-08-07T21:27:46.830Z | Checking regress v0.10.5 |
| 2819 | 2026-08-07T21:27:46.844Z | Checking itertools v0.14.0 |
| 2820 | 2026-08-07T21:27:46.993Z | Checking macaddr v1.0.1 |
| 2821 | 2026-08-07T21:27:47.042Z | Checking parse-display v0.10.0 |
| 2822 | 2026-08-07T21:27:47.166Z | Checking humantime v2.3.0 |
| 2823 | 2026-08-07T21:27:47.967Z | Compiling prettyplease v0.2.37 |
| 2824 | 2026-08-07T21:27:48.234Z | Checking num-rational v0.4.2 |
| 2825 | 2026-08-07T21:27:48.510Z | Checking num-complex v0.4.6 |
| 2826 | 2026-08-07T21:27:49.014Z | Compiling num v0.4.3 |
| 2827 | 2026-08-07T21:27:49.079Z | Compiling usdt-attr-macro v0.5.0 |
| 2828 | 2026-08-07T21:27:49.092Z | Compiling usdt-macro v0.5.0 |
| 2829 | 2026-08-07T21:27:49.114Z | Checking memmap v0.7.0 |
| 2830 | 2026-08-07T21:27:49.134Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2831 | 2026-08-07T21:27:49.146Z | Checking float-ord v0.3.2 |
| 2832 | 2026-08-07T21:27:49.257Z | Checking unicode-width v0.2.0 |
| 2833 | 2026-08-07T21:27:49.364Z | Compiling convert_case v0.4.0 |
| 2834 | 2026-08-07T21:27:49.507Z | Checking console v0.15.11 |
| 2835 | 2026-08-07T21:27:49.741Z | Compiling derive_more v0.99.20 |
| 2836 | 2026-08-07T21:27:49.790Z | Checking newline-converter v0.3.0 |
| 2837 | 2026-08-07T21:27:49.826Z | Compiling toml v0.8.23 |
| 2838 | 2026-08-07T21:27:49.875Z | Checking usdt v0.5.0 |
| 2839 | 2026-08-07T21:27:49.897Z | Compiling minimal-lexical v0.2.1 |
| 2840 | 2026-08-07T21:27:50.041Z | Checking linked-hash-map v0.5.6 |
| 2841 | 2026-08-07T21:27:50.156Z | Compiling nom v7.1.3 |
| 2842 | 2026-08-07T21:27:50.210Z | Checking lru-cache v0.1.2 |
| 2843 | 2026-08-07T21:27:50.330Z | Checking expectorate v1.2.0 |
| 2844 | 2026-08-07T21:27:50.787Z | Checking camino-tempfile v1.4.1 |
| 2845 | 2026-08-07T21:27:50.790Z | Checking hickory-proto v0.24.4 |
| 2846 | 2026-08-07T21:27:50.936Z | Checking phf_shared v0.12.1 |
| 2847 | 2026-08-07T21:27:50.951Z | Compiling slog-dtrace v0.3.0 |
| 2848 | 2026-08-07T21:27:51.077Z | Checking resolv-conf v0.7.6 |
| 2849 | 2026-08-07T21:27:51.263Z | Checking heck v0.5.0 |
| 2850 | 2026-08-07T21:27:51.364Z | Compiling chrono-tz v0.10.4 |
| 2851 | 2026-08-07T21:27:51.388Z | Compiling unicode-xid v0.2.6 |
| 2852 | 2026-08-07T21:27:51.483Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2853 | 2026-08-07T21:27:51.516Z | Compiling const_format_proc_macros v0.2.34 |
| 2854 | 2026-08-07T21:27:51.610Z | Checking phf v0.12.1 |
| 2855 | 2026-08-07T21:27:51.752Z | Checking tokio-dtrace v0.1.1 |
| 2856 | 2026-08-07T21:27:51.944Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2857 | 2026-08-07T21:27:51.957Z | Compiling derive-where v1.6.0 |
| 2858 | 2026-08-07T21:27:52.149Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2859 | 2026-08-07T21:27:52.291Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2860 | 2026-08-07T21:27:52.325Z | Checking highway v1.3.0 |
| 2861 | 2026-08-07T21:27:52.553Z | Checking const_format v0.2.35 |
| 2862 | 2026-08-07T21:27:52.622Z | Checking hickory-resolver v0.24.4 |
| 2863 | 2026-08-07T21:27:52.783Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2864 | 2026-08-07T21:27:53.263Z | Checking oxide-tokio-rt v0.1.4 |
| 2865 | 2026-08-07T21:27:53.360Z | Checking qorb v0.4.1 |
| 2866 | 2026-08-07T21:27:53.672Z | Checking gethostname v0.5.0 |
| 2867 | 2026-08-07T21:27:53.708Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2868 | 2026-08-07T21:27:53.721Z | Checking bcs v0.1.6 |
| 2869 | 2026-08-07T21:27:53.752Z | Checking termtree v0.5.1 |
| 2870 | 2026-08-07T21:27:53.819Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2871 | 2026-08-07T21:27:53.975Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2872 | 2026-08-07T21:27:53.975Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2873 | 2026-08-07T21:27:57.104Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2874 | 2026-08-07T21:28:00.183Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2875 | 2026-08-07T21:28:02.399Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.81s |
| 2876 | 2026-08-07T21:28:02.566Z | |
| 2877 | 2026-08-07T21:28:02.566Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (87/335) |
| 2878 | 2026-08-07T21:28:03.058Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2879 | 2026-08-07T21:28:03.060Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2880 | 2026-08-07T21:28:03.225Z | Compiling ar_archive_writer v0.5.1 |
| 2881 | 2026-08-07T21:28:03.338Z | Compiling stacker v0.1.23 |
| 2882 | 2026-08-07T21:28:03.344Z | Compiling cfg_aliases v0.1.1 |
| 2883 | 2026-08-07T21:28:03.351Z | Compiling convert_case v0.10.0 |
| 2884 | 2026-08-07T21:28:03.354Z | Checking unicode-width v0.1.14 |
| 2885 | 2026-08-07T21:28:03.366Z | Compiling proc-macro-error v1.0.4 |
| 2886 | 2026-08-07T21:28:03.377Z | Checking fd-lock v4.0.4 |
| 2887 | 2026-08-07T21:28:03.380Z | Checking nibble_vec v0.1.0 |
| 2888 | 2026-08-07T21:28:03.398Z | Compiling nix v0.28.0 |
| 2889 | 2026-08-07T21:28:03.489Z | Checking vte v0.14.1 |
| 2890 | 2026-08-07T21:28:03.502Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2891 | 2026-08-07T21:28:03.590Z | Checking bytecount v0.6.9 |
| 2892 | 2026-08-07T21:28:03.602Z | Checking endian-type v0.1.2 |
| 2893 | 2026-08-07T21:28:03.638Z | Checking strip-ansi-escapes v0.2.1 |
| 2894 | 2026-08-07T21:28:03.650Z | Compiling derive_more-impl v2.1.1 |
| 2895 | 2026-08-07T21:28:03.661Z | Compiling tabled_derive v0.7.0 |
| 2896 | 2026-08-07T21:28:03.685Z | Checking papergrid v0.11.0 |
| 2897 | 2026-08-07T21:28:03.719Z | Checking radix_trie v0.2.1 |
| 2898 | 2026-08-07T21:28:03.749Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2899 | 2026-08-07T21:28:03.902Z | Compiling peg-macros v0.8.5 |
| 2900 | 2026-08-07T21:28:03.963Z | Checking winnow v0.6.26 |
| 2901 | 2026-08-07T21:28:04.203Z | Compiling psm v0.1.30 |
| 2902 | 2026-08-07T21:28:04.272Z | Compiling sqlparser_derive v0.5.0 |
| 2903 | 2026-08-07T21:28:04.369Z | Checking unicode_categories v0.1.1 |
| 2904 | 2026-08-07T21:28:04.483Z | Checking derive_more v2.1.1 |
| 2905 | 2026-08-07T21:28:04.522Z | Checking nu-ansi-term v0.50.3 |
| 2906 | 2026-08-07T21:28:04.560Z | Checking home v0.5.12 |
| 2907 | 2026-08-07T21:28:04.669Z | Checking crossterm v0.29.0 |
| 2908 | 2026-08-07T21:28:04.720Z | Checking tabled v0.15.0 |
| 2909 | 2026-08-07T21:28:04.734Z | Checking rustyline v14.0.0 |
| 2910 | 2026-08-07T21:28:04.748Z | Checking reedline v0.40.0 |
| 2911 | 2026-08-07T21:28:04.971Z | Checking recursive v0.1.1 |
| 2912 | 2026-08-07T21:28:05.054Z | Checking display-error-chain v0.2.2 |
| 2913 | 2026-08-07T21:28:05.067Z | Checking sqlparser v0.61.0 |
| 2914 | 2026-08-07T21:28:05.136Z | Checking sqlformat v0.3.5 |
| 2915 | 2026-08-07T21:28:05.327Z | Checking peg v0.8.5 |
| 2916 | 2026-08-07T21:28:16.428Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.85s |
| 2917 | 2026-08-07T21:28:16.595Z | |
| 2918 | 2026-08-07T21:28:16.595Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (88/335) |
| 2919 | 2026-08-07T21:28:17.090Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2920 | 2026-08-07T21:28:17.093Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2921 | 2026-08-07T21:28:17.262Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2922 | 2026-08-07T21:28:20.822Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.22s |
| 2923 | 2026-08-07T21:28:20.996Z | |
| 2924 | 2026-08-07T21:28:20.996Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (89/335) |
| 2925 | 2026-08-07T21:28:21.493Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2926 | 2026-08-07T21:28:21.498Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2927 | 2026-08-07T21:28:21.664Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2928 | 2026-08-07T21:28:24.239Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s |
| 2929 | 2026-08-07T21:28:24.418Z | |
| 2930 | 2026-08-07T21:28:24.418Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (90/335) |
| 2931 | 2026-08-07T21:28:24.911Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2932 | 2026-08-07T21:28:24.915Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2933 | 2026-08-07T21:28:25.082Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2934 | 2026-08-07T21:28:28.472Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s |
| 2935 | 2026-08-07T21:28:28.650Z | |
| 2936 | 2026-08-07T21:28:28.650Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (91/335) |
| 2937 | 2026-08-07T21:28:29.151Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2938 | 2026-08-07T21:28:29.155Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2939 | 2026-08-07T21:28:29.323Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2940 | 2026-08-07T21:28:32.725Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s |
| 2941 | 2026-08-07T21:28:32.905Z | |
| 2942 | 2026-08-07T21:28:32.905Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (92/335) |
| 2943 | 2026-08-07T21:28:33.400Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2944 | 2026-08-07T21:28:33.404Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2945 | 2026-08-07T21:28:33.570Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2946 | 2026-08-07T21:28:36.323Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.41s |
| 2947 | 2026-08-07T21:28:36.487Z | |
| 2948 | 2026-08-07T21:28:36.487Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (93/335) |
| 2949 | 2026-08-07T21:28:36.982Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2950 | 2026-08-07T21:28:36.985Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2951 | 2026-08-07T21:28:37.154Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2952 | 2026-08-07T21:28:39.892Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.40s |
| 2953 | 2026-08-07T21:28:40.072Z | |
| 2954 | 2026-08-07T21:28:40.072Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (94/335) |
| 2955 | 2026-08-07T21:28:40.575Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2956 | 2026-08-07T21:28:40.579Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2957 | 2026-08-07T21:28:40.748Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2958 | 2026-08-07T21:28:44.291Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.21s |
| 2959 | 2026-08-07T21:28:44.510Z | |
| 2960 | 2026-08-07T21:28:44.510Z | info: running `cargo check --bins` on oximeter (95/335) |
| 2961 | 2026-08-07T21:28:44.955Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2962 | 2026-08-07T21:28:44.958Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2963 | 2026-08-07T21:28:44.958Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2964 | 2026-08-07T21:28:44.961Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2965 | 2026-08-07T21:28:45.044Z | |
| 2966 | 2026-08-07T21:28:45.044Z | info: running `cargo check --bins` on oximeter-schema (96/335) |
| 2967 | 2026-08-07T21:28:45.524Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2968 | 2026-08-07T21:28:45.528Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2969 | 2026-08-07T21:28:45.668Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2970 | 2026-08-07T21:28:46.051Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s |
| 2971 | 2026-08-07T21:28:46.233Z | |
| 2972 | 2026-08-07T21:28:46.233Z | info: running `cargo check --bins` on oximeter-timeseries-macro (97/335) |
| 2973 | 2026-08-07T21:28:46.715Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2974 | 2026-08-07T21:28:46.718Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2975 | 2026-08-07T21:28:46.718Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2976 | 2026-08-07T21:28:46.721Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2977 | 2026-08-07T21:28:46.804Z | |
| 2978 | 2026-08-07T21:28:46.804Z | info: running `cargo check --bins` on oximeter-test-utils (98/335) |
| 2979 | 2026-08-07T21:28:47.318Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2980 | 2026-08-07T21:28:47.321Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2981 | 2026-08-07T21:28:47.321Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2982 | 2026-08-07T21:28:47.325Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2983 | 2026-08-07T21:28:47.412Z | |
| 2984 | 2026-08-07T21:28:47.413Z | info: running `cargo check --bins --no-default-features` on trust-quorum-protocol (99/335) |
| 2985 | 2026-08-07T21:28:47.897Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2986 | 2026-08-07T21:28:47.901Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2987 | 2026-08-07T21:28:47.901Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2988 | 2026-08-07T21:28:47.905Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2989 | 2026-08-07T21:28:47.991Z | |
| 2990 | 2026-08-07T21:28:47.991Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (100/335) |
| 2991 | 2026-08-07T21:28:48.477Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2992 | 2026-08-07T21:28:48.480Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2993 | 2026-08-07T21:28:48.480Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2994 | 2026-08-07T21:28:48.484Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2995 | 2026-08-07T21:28:48.569Z | |
| 2996 | 2026-08-07T21:28:48.569Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (101/335) |
| 2997 | 2026-08-07T21:28:49.060Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2998 | 2026-08-07T21:28:49.063Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2999 | 2026-08-07T21:28:49.064Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3000 | 2026-08-07T21:28:49.064Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3001 | 2026-08-07T21:28:49.144Z | |
| 3002 | 2026-08-07T21:28:49.144Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (102/335) |
| 3003 | 2026-08-07T21:28:49.628Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3004 | 2026-08-07T21:28:49.631Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3005 | 2026-08-07T21:28:49.631Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3006 | 2026-08-07T21:28:49.635Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3007 | 2026-08-07T21:28:49.720Z | |
| 3008 | 2026-08-07T21:28:49.720Z | info: running `cargo check --bins` on trust-quorum-types (103/335) |
| 3009 | 2026-08-07T21:28:50.191Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3010 | 2026-08-07T21:28:50.194Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3011 | 2026-08-07T21:28:50.194Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3012 | 2026-08-07T21:28:50.198Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3013 | 2026-08-07T21:28:50.280Z | |
| 3014 | 2026-08-07T21:28:50.280Z | info: running `cargo check --bins` on trust-quorum-test-utils (104/335) |
| 3015 | 2026-08-07T21:28:50.763Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3016 | 2026-08-07T21:28:50.766Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3017 | 2026-08-07T21:28:50.766Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3018 | 2026-08-07T21:28:50.770Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3019 | 2026-08-07T21:28:50.854Z | |
| 3020 | 2026-08-07T21:28:50.854Z | info: running `cargo check --bins` on reconfigurator-cli (105/335) |
| 3021 | 2026-08-07T21:28:51.371Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3022 | 2026-08-07T21:28:51.374Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3023 | 2026-08-07T21:28:51.673Z | Compiling regress v0.11.1 |
| 3024 | 2026-08-07T21:28:51.673Z | Checking secrecy v0.10.3 |
| 3025 | 2026-08-07T21:28:51.673Z | Compiling crucible-workspace-hack v0.1.0 |
| 3026 | 2026-08-07T21:28:51.677Z | Checking half v2.7.1 |
| 3027 | 2026-08-07T21:28:51.677Z | Checking ciborium-io v0.2.2 |
| 3028 | 2026-08-07T21:28:51.677Z | Checking inout v0.1.4 |
| 3029 | 2026-08-07T21:28:51.677Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3030 | 2026-08-07T21:28:51.890Z | Checking universal-hash v0.5.1 |
| 3031 | 2026-08-07T21:28:51.927Z | Checking cipher v0.4.4 |
| 3032 | 2026-08-07T21:28:51.994Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3033 | 2026-08-07T21:28:52.008Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3034 | 2026-08-07T21:28:52.047Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3035 | 2026-08-07T21:28:52.063Z | Checking ciborium-ll v0.2.2 |
| 3036 | 2026-08-07T21:28:52.079Z | Checking opaque-debug v0.3.1 |
| 3037 | 2026-08-07T21:28:52.120Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3038 | 2026-08-07T21:28:52.147Z | Checking poly1305 v0.8.0 |
| 3039 | 2026-08-07T21:28:52.222Z | Checking chacha20 v0.9.1 |
| 3040 | 2026-08-07T21:28:52.242Z | Checking ciborium v0.2.2 |
| 3041 | 2026-08-07T21:28:52.360Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3042 | 2026-08-07T21:28:52.409Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3043 | 2026-08-07T21:28:52.424Z | Checking password-hash v0.5.0 |
| 3044 | 2026-08-07T21:28:52.443Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3045 | 2026-08-07T21:28:52.649Z | Checking blake2 v0.10.6 |
| 3046 | 2026-08-07T21:28:52.664Z | Checking aead v0.5.2 |
| 3047 | 2026-08-07T21:28:52.691Z | Compiling unsafe-libyaml v0.2.11 |
| 3048 | 2026-08-07T21:28:52.806Z | Checking indent_write v2.2.0 |
| 3049 | 2026-08-07T21:28:52.889Z | Checking argon2 v0.5.3 |
| 3050 | 2026-08-07T21:28:52.937Z | Compiling proc-macro-crate v3.4.0 |
| 3051 | 2026-08-07T21:28:53.181Z | Checking thiserror-no-std v2.0.2 |
| 3052 | 2026-08-07T21:28:53.232Z | Compiling serde_yaml v0.9.34+deprecated |
| 3053 | 2026-08-07T21:28:53.271Z | Checking vsss-rs v3.3.4 |
| 3054 | 2026-08-07T21:28:53.341Z | Checking typify-impl v0.6.2 |
| 3055 | 2026-08-07T21:28:53.449Z | Checking chacha20poly1305 v0.10.1 |
| 3056 | 2026-08-07T21:28:53.488Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3057 | 2026-08-07T21:28:53.574Z | Compiling num_enum_derive v0.7.6 |
| 3058 | 2026-08-07T21:28:54.102Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3059 | 2026-08-07T21:28:54.131Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3060 | 2026-08-07T21:28:54.234Z | Compiling heapless v0.8.0 |
| 3061 | 2026-08-07T21:28:54.313Z | Compiling ingot-macros v0.2.0 |
| 3062 | 2026-08-07T21:28:54.389Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3063 | 2026-08-07T21:28:54.509Z | Checking hash32 v0.3.1 |
| 3064 | 2026-08-07T21:28:54.640Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3065 | 2026-08-07T21:28:54.655Z | Checking num_enum v0.7.6 |
| 3066 | 2026-08-07T21:28:54.680Z | Compiling smoltcp v0.11.0 |
| 3067 | 2026-08-07T21:28:54.769Z | Checking tabwriter v1.4.1 |
| 3068 | 2026-08-07T21:28:54.868Z | Checking cobs v0.3.0 |
| 3069 | 2026-08-07T21:28:54.920Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3070 | 2026-08-07T21:28:55.015Z | Checking postcard v1.1.3 |
| 3071 | 2026-08-07T21:28:55.052Z | Compiling proc-macro-crate v1.3.1 |
| 3072 | 2026-08-07T21:28:55.069Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 3073 | 2026-08-07T21:28:55.129Z | Compiling foreign-types-macros v0.2.3 |
| 3074 | 2026-08-07T21:28:55.276Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 3075 | 2026-08-07T21:28:55.310Z | Checking foreign-types-shared v0.3.1 |
| 3076 | 2026-08-07T21:28:55.407Z | Checking colored v3.1.1 |
| 3077 | 2026-08-07T21:28:55.463Z | Checking swrite v0.1.0 |
| 3078 | 2026-08-07T21:28:55.519Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3079 | 2026-08-07T21:28:55.535Z | Compiling num_enum_derive v0.5.11 |
| 3080 | 2026-08-07T21:28:55.665Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3081 | 2026-08-07T21:28:55.719Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 3082 | 2026-08-07T21:28:55.734Z | Checking foreign-types v0.5.0 |
| 3083 | 2026-08-07T21:28:55.813Z | Checking cstr-argument v0.1.2 |
| 3084 | 2026-08-07T21:28:55.941Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3085 | 2026-08-07T21:28:56.097Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3086 | 2026-08-07T21:28:56.153Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3087 | 2026-08-07T21:28:56.168Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3088 | 2026-08-07T21:28:56.206Z | Checking rand v0.10.1 |
| 3089 | 2026-08-07T21:28:56.272Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3090 | 2026-08-07T21:28:56.326Z | Compiling zone_cfg_derive v0.3.1 |
| 3091 | 2026-08-07T21:28:56.342Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3092 | 2026-08-07T21:28:56.455Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3093 | 2026-08-07T21:28:56.567Z | Checking num_enum v0.5.11 |
| 3094 | 2026-08-07T21:28:56.592Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3095 | 2026-08-07T21:28:56.682Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3096 | 2026-08-07T21:28:56.768Z | Checking itertools v0.12.1 |
| 3097 | 2026-08-07T21:28:56.861Z | Compiling num-derive v0.4.2 |
| 3098 | 2026-08-07T21:28:56.983Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3099 | 2026-08-07T21:28:57.147Z | Checking ingot-types v0.2.0 |
| 3100 | 2026-08-07T21:28:57.180Z | Compiling semver v0.1.20 |
| 3101 | 2026-08-07T21:28:57.471Z | Compiling rustc_version v0.1.7 |
| 3102 | 2026-08-07T21:28:57.514Z | Checking ingot v0.2.1 |
| 3103 | 2026-08-07T21:28:57.696Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3104 | 2026-08-07T21:28:57.732Z | Checking smf v0.2.3 |
| 3105 | 2026-08-07T21:28:57.794Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3106 | 2026-08-07T21:28:57.810Z | Checking zone v0.3.1 |
| 3107 | 2026-08-07T21:28:57.854Z | Checking csv-core v0.1.13 |
| 3108 | 2026-08-07T21:28:57.965Z | Compiling typify-macro v0.6.2 |
| 3109 | 2026-08-07T21:28:57.978Z | Checking nom v8.0.0 |
| 3110 | 2026-08-07T21:28:58.024Z | Checking whoami v1.6.1 |
| 3111 | 2026-08-07T21:28:58.041Z | Checking csv v1.4.0 |
| 3112 | 2026-08-07T21:28:58.045Z | Compiling newtype_derive v0.1.6 |
| 3113 | 2026-08-07T21:28:58.169Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3114 | 2026-08-07T21:28:58.189Z | Compiling cancel-safe-futures v0.1.5 |
| 3115 | 2026-08-07T21:28:58.286Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3116 | 2026-08-07T21:28:58.412Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3117 | 2026-08-07T21:28:58.423Z | Compiling owo-colors v4.3.0 |
| 3118 | 2026-08-07T21:28:58.440Z | Compiling libefi-sys v0.1.0 |
| 3119 | 2026-08-07T21:28:58.628Z | Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3120 | 2026-08-07T21:28:58.740Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3121 | 2026-08-07T21:28:58.830Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3122 | 2026-08-07T21:28:58.883Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3123 | 2026-08-07T21:28:58.993Z | Checking oxide-update-engine-types v0.1.2 |
| 3124 | 2026-08-07T21:28:59.052Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3125 | 2026-08-07T21:28:59.134Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3126 | 2026-08-07T21:28:59.150Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 3127 | 2026-08-07T21:28:59.236Z | Compiling bitfield-struct v0.6.2 |
| 3128 | 2026-08-07T21:28:59.394Z | Checking linear-map v1.2.0 |
| 3129 | 2026-08-07T21:28:59.571Z | Checking smawk v0.3.2 |
| 3130 | 2026-08-07T21:28:59.614Z | Checking unicode-linebreak v0.1.5 |
| 3131 | 2026-08-07T21:28:59.705Z | Checking steno v0.4.1 |
| 3132 | 2026-08-07T21:28:59.766Z | Compiling typify v0.6.2 |
| 3133 | 2026-08-07T21:28:59.883Z | Compiling progenitor-impl v0.14.0 |
| 3134 | 2026-08-07T21:28:59.893Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3135 | 2026-08-07T21:28:59.907Z | Checking oxide-update-engine v0.1.2 |
| 3136 | 2026-08-07T21:29:00.017Z | Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3137 | 2026-08-07T21:29:00.129Z | Checking textwrap v0.16.2 |
| 3138 | 2026-08-07T21:29:00.252Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 3139 | 2026-08-07T21:29:00.538Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3140 | 2026-08-07T21:29:00.701Z | Checking sha1 v0.10.6 |
| 3141 | 2026-08-07T21:29:00.726Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3142 | 2026-08-07T21:29:00.806Z | Checking utf-8 v0.7.6 |
| 3143 | 2026-08-07T21:29:00.855Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3144 | 2026-08-07T21:29:00.874Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3145 | 2026-08-07T21:29:00.906Z | Checking ignore v0.4.25 |
| 3146 | 2026-08-07T21:29:00.950Z | Checking tungstenite v0.21.0 |
| 3147 | 2026-08-07T21:29:01.030Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3148 | 2026-08-07T21:29:01.076Z | Compiling xshell-macros v0.2.7 |
| 3149 | 2026-08-07T21:29:01.236Z | Checking predicates-tree v1.0.13 |
| 3150 | 2026-08-07T21:29:01.296Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 3151 | 2026-08-07T21:29:01.308Z | Checking globwalk v0.9.1 |
| 3152 | 2026-08-07T21:29:01.340Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3153 | 2026-08-07T21:29:01.371Z | Checking tokio-tungstenite v0.21.0 |
| 3154 | 2026-08-07T21:29:01.456Z | Checking xshell v0.2.7 |
| 3155 | 2026-08-07T21:29:01.499Z | Checking filetime v0.2.27 |
| 3156 | 2026-08-07T21:29:01.509Z | Checking xattr v1.6.1 |
| 3157 | 2026-08-07T21:29:01.628Z | Checking tagptr v0.2.0 |
| 3158 | 2026-08-07T21:29:01.650Z | Checking camino-tempfile-ext v0.3.3 |
| 3159 | 2026-08-07T21:29:01.651Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3160 | 2026-08-07T21:29:01.656Z | Checking tar v0.4.46 |
| 3161 | 2026-08-07T21:29:01.706Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3162 | 2026-08-07T21:29:01.778Z | Checking moka v0.12.13 |
| 3163 | 2026-08-07T21:29:01.835Z | Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 3164 | 2026-08-07T21:29:01.847Z | Checking rand_seeder v0.4.0 |
| 3165 | 2026-08-07T21:29:01.866Z | Checking half v1.8.3 |
| 3166 | 2026-08-07T21:29:01.986Z | Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 3167 | 2026-08-07T21:29:01.998Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3168 | 2026-08-07T21:29:02.058Z | Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 3169 | 2026-08-07T21:29:02.067Z | Checking serde_cbor v0.11.2 |
| 3170 | 2026-08-07T21:29:02.297Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 3171 | 2026-08-07T21:29:02.312Z | Checking sha2 v0.11.0 |
| 3172 | 2026-08-07T21:29:02.404Z | Checking hickory-resolver v0.25.2 |
| 3173 | 2026-08-07T21:29:02.454Z | Checking digest-io v0.1.0 |
| 3174 | 2026-08-07T21:29:02.486Z | Compiling progenitor-macro v0.14.0 |
| 3175 | 2026-08-07T21:29:02.579Z | Compiling petname v2.0.2 |
| 3176 | 2026-08-07T21:29:02.928Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3177 | 2026-08-07T21:29:02.969Z | Checking rawzip v0.4.4 |
| 3178 | 2026-08-07T21:29:03.078Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3179 | 2026-08-07T21:29:03.108Z | Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3180 | 2026-08-07T21:29:03.195Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3181 | 2026-08-07T21:29:03.410Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3182 | 2026-08-07T21:29:03.594Z | Checking sapling-renderdag v0.1.0 |
| 3183 | 2026-08-07T21:29:03.651Z | Checking subprocess v0.2.15 |
| 3184 | 2026-08-07T21:29:03.716Z | Checking sync-ptr v0.1.4 |
| 3185 | 2026-08-07T21:29:03.833Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3186 | 2026-08-07T21:29:03.907Z | Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 3187 | 2026-08-07T21:29:03.965Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3188 | 2026-08-07T21:29:04.008Z | Checking colored v2.2.0 |
| 3189 | 2026-08-07T21:29:04.095Z | Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3190 | 2026-08-07T21:29:04.115Z | Checking assert_matches v1.5.0 |
| 3191 | 2026-08-07T21:29:05.164Z | Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3192 | 2026-08-07T21:29:05.385Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3193 | 2026-08-07T21:29:05.676Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3194 | 2026-08-07T21:29:06.024Z | Checking progenitor v0.14.0 |
| 3195 | 2026-08-07T21:29:06.112Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3196 | 2026-08-07T21:29:06.112Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3197 | 2026-08-07T21:29:06.115Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3198 | 2026-08-07T21:29:06.116Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3199 | 2026-08-07T21:29:06.116Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3200 | 2026-08-07T21:29:06.116Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3201 | 2026-08-07T21:29:06.116Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3202 | 2026-08-07T21:29:06.487Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3203 | 2026-08-07T21:29:06.529Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3204 | 2026-08-07T21:29:06.758Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3205 | 2026-08-07T21:29:07.242Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3206 | 2026-08-07T21:29:07.841Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3207 | 2026-08-07T21:29:09.007Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3208 | 2026-08-07T21:29:17.401Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3209 | 2026-08-07T21:29:24.382Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3210 | 2026-08-07T21:29:24.382Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3211 | 2026-08-07T21:29:24.385Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3212 | 2026-08-07T21:29:25.892Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3213 | 2026-08-07T21:29:27.157Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3214 | 2026-08-07T21:29:29.376Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.51s |
| 3215 | 2026-08-07T21:29:29.576Z | |
| 3216 | 2026-08-07T21:29:29.576Z | info: running `cargo check --bins` on nexus-inventory (106/335) |
| 3217 | 2026-08-07T21:29:30.090Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3218 | 2026-08-07T21:29:30.093Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3219 | 2026-08-07T21:29:30.093Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3220 | 2026-08-07T21:29:30.097Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3221 | 2026-08-07T21:29:30.186Z | |
| 3222 | 2026-08-07T21:29:30.186Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (107/335) |
| 3223 | 2026-08-07T21:29:30.665Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3224 | 2026-08-07T21:29:30.668Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3225 | 2026-08-07T21:29:30.668Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3226 | 2026-08-07T21:29:30.672Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3227 | 2026-08-07T21:29:30.758Z | |
| 3228 | 2026-08-07T21:29:30.758Z | info: running `cargo check --bins` on clickhouse-admin-server-client (108/335) |
| 3229 | 2026-08-07T21:29:31.234Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3230 | 2026-08-07T21:29:31.238Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3231 | 2026-08-07T21:29:31.238Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3232 | 2026-08-07T21:29:31.241Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3233 | 2026-08-07T21:29:31.326Z | |
| 3234 | 2026-08-07T21:29:31.326Z | info: running `cargo check --bins` on dns-service-client (109/335) |
| 3235 | 2026-08-07T21:29:31.802Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3236 | 2026-08-07T21:29:31.805Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3237 | 2026-08-07T21:29:31.805Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3238 | 2026-08-07T21:29:31.810Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3239 | 2026-08-07T21:29:31.894Z | |
| 3240 | 2026-08-07T21:29:31.894Z | info: running `cargo check --bins` on ntp-admin-client (110/335) |
| 3241 | 2026-08-07T21:29:32.359Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3242 | 2026-08-07T21:29:32.362Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3243 | 2026-08-07T21:29:32.362Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3244 | 2026-08-07T21:29:32.366Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3245 | 2026-08-07T21:29:32.444Z | |
| 3246 | 2026-08-07T21:29:32.444Z | info: running `cargo check --bins` on omicron-cockroach-metrics (111/335) |
| 3247 | 2026-08-07T21:29:32.911Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3248 | 2026-08-07T21:29:32.915Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3249 | 2026-08-07T21:29:32.915Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3250 | 2026-08-07T21:29:32.918Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3251 | 2026-08-07T21:29:32.996Z | |
| 3252 | 2026-08-07T21:29:32.996Z | info: running `cargo check --bins` on cockroach-admin-client (112/335) |
| 3253 | 2026-08-07T21:29:33.463Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3254 | 2026-08-07T21:29:33.467Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3255 | 2026-08-07T21:29:33.467Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3256 | 2026-08-07T21:29:33.470Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3257 | 2026-08-07T21:29:33.548Z | |
| 3258 | 2026-08-07T21:29:33.548Z | info: running `cargo check --bins` on parallel-task-set (113/335) |
| 3259 | 2026-08-07T21:29:34.010Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3260 | 2026-08-07T21:29:34.013Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3261 | 2026-08-07T21:29:34.013Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3262 | 2026-08-07T21:29:34.016Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3263 | 2026-08-07T21:29:34.091Z | |
| 3264 | 2026-08-07T21:29:34.091Z | info: running `cargo check --bins` on sled-agent-client (114/335) |
| 3265 | 2026-08-07T21:29:34.573Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3266 | 2026-08-07T21:29:34.576Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3267 | 2026-08-07T21:29:34.576Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3268 | 2026-08-07T21:29:34.580Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3269 | 2026-08-07T21:29:34.667Z | |
| 3270 | 2026-08-07T21:29:34.667Z | info: running `cargo check --bins` on sled-agent-resolvable-files-examples (115/335) |
| 3271 | 2026-08-07T21:29:35.161Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3272 | 2026-08-07T21:29:35.166Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3273 | 2026-08-07T21:29:35.166Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3274 | 2026-08-07T21:29:35.169Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3275 | 2026-08-07T21:29:35.253Z | |
| 3276 | 2026-08-07T21:29:35.253Z | info: running `cargo check --bins --no-default-features` on sled-storage (116/335) |
| 3277 | 2026-08-07T21:29:35.738Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3278 | 2026-08-07T21:29:35.741Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3279 | 2026-08-07T21:29:35.741Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3280 | 2026-08-07T21:29:35.745Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3281 | 2026-08-07T21:29:35.829Z | |
| 3282 | 2026-08-07T21:29:35.829Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (117/335) |
| 3283 | 2026-08-07T21:29:36.312Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3284 | 2026-08-07T21:29:36.316Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3285 | 2026-08-07T21:29:36.316Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3286 | 2026-08-07T21:29:36.319Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3287 | 2026-08-07T21:29:36.403Z | |
| 3288 | 2026-08-07T21:29:36.404Z | info: running `cargo check --bins` on key-manager (118/335) |
| 3289 | 2026-08-07T21:29:36.884Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3290 | 2026-08-07T21:29:36.887Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3291 | 2026-08-07T21:29:36.887Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3292 | 2026-08-07T21:29:36.891Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3293 | 2026-08-07T21:29:36.969Z | |
| 3294 | 2026-08-07T21:29:36.969Z | info: running `cargo check --bins --no-default-features` on sled-hardware (119/335) |
| 3295 | 2026-08-07T21:29:37.460Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3296 | 2026-08-07T21:29:37.464Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3297 | 2026-08-07T21:29:37.464Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3298 | 2026-08-07T21:29:37.468Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3299 | 2026-08-07T21:29:37.551Z | |
| 3300 | 2026-08-07T21:29:37.551Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (120/335) |
| 3301 | 2026-08-07T21:29:38.037Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3302 | 2026-08-07T21:29:38.040Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3303 | 2026-08-07T21:29:38.040Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3304 | 2026-08-07T21:29:38.044Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3305 | 2026-08-07T21:29:38.131Z | |
| 3306 | 2026-08-07T21:29:38.131Z | info: running `cargo check --bins` on typed-rng (121/335) |
| 3307 | 2026-08-07T21:29:38.600Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3308 | 2026-08-07T21:29:38.603Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3309 | 2026-08-07T21:29:38.603Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3310 | 2026-08-07T21:29:38.608Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3311 | 2026-08-07T21:29:38.686Z | |
| 3312 | 2026-08-07T21:29:38.686Z | info: running `cargo check --bins` on gateway-test-utils (122/335) |
| 3313 | 2026-08-07T21:29:39.204Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3314 | 2026-08-07T21:29:39.207Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3315 | 2026-08-07T21:29:39.207Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3316 | 2026-08-07T21:29:39.212Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3317 | 2026-08-07T21:29:39.303Z | |
| 3318 | 2026-08-07T21:29:39.303Z | info: running `cargo check --bins` on omicron-gateway (123/335) |
| 3319 | 2026-08-07T21:29:39.814Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3320 | 2026-08-07T21:29:39.817Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3321 | 2026-08-07T21:29:40.024Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3322 | 2026-08-07T21:29:40.028Z | Checking void v1.0.2 |
| 3323 | 2026-08-07T21:29:40.028Z | Checking tungstenite v0.23.0 |
| 3324 | 2026-08-07T21:29:40.028Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3325 | 2026-08-07T21:29:40.028Z | Checking dropshot-api-manager-types v0.7.2 |
| 3326 | 2026-08-07T21:29:40.028Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3327 | 2026-08-07T21:29:40.154Z | Checking nix v0.27.1 |
| 3328 | 2026-08-07T21:29:40.158Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3329 | 2026-08-07T21:29:40.288Z | Checking lzss v0.8.2 |
| 3330 | 2026-08-07T21:29:40.300Z | Checking kstat-rs v0.2.5 |
| 3331 | 2026-08-07T21:29:40.325Z | Checking fxhash v0.2.1 |
| 3332 | 2026-08-07T21:29:40.408Z | Checking serde_bytes v0.11.19 |
| 3333 | 2026-08-07T21:29:40.437Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3334 | 2026-08-07T21:29:40.463Z | Checking signal-hook-tokio v0.3.1 |
| 3335 | 2026-08-07T21:29:40.467Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3336 | 2026-08-07T21:29:40.490Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3337 | 2026-08-07T21:29:40.537Z | Checking tokio-tungstenite v0.23.1 |
| 3338 | 2026-08-07T21:29:40.671Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 3339 | 2026-08-07T21:29:41.708Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3340 | 2026-08-07T21:29:42.246Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3341 | 2026-08-07T21:29:44.356Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.04s |
| 3342 | 2026-08-07T21:29:44.546Z | |
| 3343 | 2026-08-07T21:29:44.546Z | info: running `cargo check --bins` on gateway-api (124/335) |
| 3344 | 2026-08-07T21:29:45.022Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3345 | 2026-08-07T21:29:45.025Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3346 | 2026-08-07T21:29:45.025Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3347 | 2026-08-07T21:29:45.029Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3348 | 2026-08-07T21:29:45.114Z | |
| 3349 | 2026-08-07T21:29:45.114Z | info: running `cargo check --bins` on ipcc (125/335) |
| 3350 | 2026-08-07T21:29:45.592Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3351 | 2026-08-07T21:29:45.595Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3352 | 2026-08-07T21:29:45.596Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3353 | 2026-08-07T21:29:45.599Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3354 | 2026-08-07T21:29:45.683Z | |
| 3355 | 2026-08-07T21:29:45.683Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (126/335) |
| 3356 | 2026-08-07T21:29:46.146Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3357 | 2026-08-07T21:29:46.150Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3358 | 2026-08-07T21:29:46.150Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3359 | 2026-08-07T21:29:46.153Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3360 | 2026-08-07T21:29:46.234Z | |
| 3361 | 2026-08-07T21:29:46.234Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (127/335) |
| 3362 | 2026-08-07T21:29:46.727Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3363 | 2026-08-07T21:29:46.731Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3364 | 2026-08-07T21:29:46.731Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3365 | 2026-08-07T21:29:46.734Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3366 | 2026-08-07T21:29:46.818Z | |
| 3367 | 2026-08-07T21:29:46.818Z | info: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (128/335) |
| 3368 | 2026-08-07T21:29:47.294Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3369 | 2026-08-07T21:29:47.298Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3370 | 2026-08-07T21:29:47.298Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3371 | 2026-08-07T21:29:47.301Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3372 | 2026-08-07T21:29:47.377Z | |
| 3373 | 2026-08-07T21:29:47.377Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (129/335) |
| 3374 | 2026-08-07T21:29:47.855Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3375 | 2026-08-07T21:29:47.858Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3376 | 2026-08-07T21:29:47.858Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3377 | 2026-08-07T21:29:47.863Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3378 | 2026-08-07T21:29:47.947Z | |
| 3379 | 2026-08-07T21:29:47.947Z | info: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (130/335) |
| 3380 | 2026-08-07T21:29:48.427Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3381 | 2026-08-07T21:29:48.432Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3382 | 2026-08-07T21:29:48.432Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3383 | 2026-08-07T21:29:48.437Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3384 | 2026-08-07T21:29:48.526Z | |
| 3385 | 2026-08-07T21:29:48.526Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (131/335) |
| 3386 | 2026-08-07T21:29:49.008Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3387 | 2026-08-07T21:29:49.013Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3388 | 2026-08-07T21:29:49.013Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3389 | 2026-08-07T21:29:49.018Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3390 | 2026-08-07T21:29:49.102Z | |
| 3391 | 2026-08-07T21:29:49.103Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (132/335) |
| 3392 | 2026-08-07T21:29:49.578Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3393 | 2026-08-07T21:29:49.588Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3394 | 2026-08-07T21:29:49.588Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3395 | 2026-08-07T21:29:49.588Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3396 | 2026-08-07T21:29:49.656Z | |
| 3397 | 2026-08-07T21:29:49.656Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (133/335) |
| 3398 | 2026-08-07T21:29:50.127Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3399 | 2026-08-07T21:29:50.130Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3400 | 2026-08-07T21:29:50.130Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3401 | 2026-08-07T21:29:50.134Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3402 | 2026-08-07T21:29:50.216Z | |
| 3403 | 2026-08-07T21:29:50.217Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (134/335) |
| 3404 | 2026-08-07T21:29:50.688Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3405 | 2026-08-07T21:29:50.691Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3406 | 2026-08-07T21:29:50.691Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3407 | 2026-08-07T21:29:50.695Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3408 | 2026-08-07T21:29:50.777Z | |
| 3409 | 2026-08-07T21:29:50.777Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (135/335) |
| 3410 | 2026-08-07T21:29:51.252Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3411 | 2026-08-07T21:29:51.274Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3412 | 2026-08-07T21:29:51.274Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3413 | 2026-08-07T21:29:51.274Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3414 | 2026-08-07T21:29:51.342Z | |
| 3415 | 2026-08-07T21:29:51.342Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (136/335) |
| 3416 | 2026-08-07T21:29:51.816Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3417 | 2026-08-07T21:29:51.819Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3418 | 2026-08-07T21:29:51.819Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3419 | 2026-08-07T21:29:51.823Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3420 | 2026-08-07T21:29:51.904Z | |
| 3421 | 2026-08-07T21:29:51.904Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (137/335) |
| 3422 | 2026-08-07T21:29:52.383Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3423 | 2026-08-07T21:29:52.386Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3424 | 2026-08-07T21:29:52.387Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3425 | 2026-08-07T21:29:52.391Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3426 | 2026-08-07T21:29:52.475Z | |
| 3427 | 2026-08-07T21:29:52.475Z | info: running `cargo check --bins --no-default-features --features opte_port` on oximeter-instruments (138/335) |
| 3428 | 2026-08-07T21:29:52.947Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3429 | 2026-08-07T21:29:52.951Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3430 | 2026-08-07T21:29:52.951Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3431 | 2026-08-07T21:29:52.954Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3432 | 2026-08-07T21:29:53.036Z | |
| 3433 | 2026-08-07T21:29:53.036Z | info: running `cargo check --bins --no-default-features --features cpu,opte_port` on oximeter-instruments (139/335) |
| 3434 | 2026-08-07T21:29:53.511Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3435 | 2026-08-07T21:29:53.514Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3436 | 2026-08-07T21:29:53.514Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3437 | 2026-08-07T21:29:53.517Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3438 | 2026-08-07T21:29:53.598Z | |
| 3439 | 2026-08-07T21:29:53.598Z | info: running `cargo check --bins --no-default-features --features datalink,opte_port` on oximeter-instruments (140/335) |
| 3440 | 2026-08-07T21:29:54.071Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3441 | 2026-08-07T21:29:54.074Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3442 | 2026-08-07T21:29:54.074Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3443 | 2026-08-07T21:29:54.078Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3444 | 2026-08-07T21:29:54.160Z | |
| 3445 | 2026-08-07T21:29:54.160Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port` on oximeter-instruments (141/335) |
| 3446 | 2026-08-07T21:29:54.634Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3447 | 2026-08-07T21:29:54.637Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3448 | 2026-08-07T21:29:54.637Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3449 | 2026-08-07T21:29:54.641Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3450 | 2026-08-07T21:29:54.724Z | |
| 3451 | 2026-08-07T21:29:54.724Z | info: running `cargo check --bins --no-default-features --features http-instruments,opte_port` on oximeter-instruments (142/335) |
| 3452 | 2026-08-07T21:29:55.194Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3453 | 2026-08-07T21:29:55.198Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3454 | 2026-08-07T21:29:55.198Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3455 | 2026-08-07T21:29:55.201Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3456 | 2026-08-07T21:29:55.281Z | |
| 3457 | 2026-08-07T21:29:55.281Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port` on oximeter-instruments (143/335) |
| 3458 | 2026-08-07T21:29:55.753Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3459 | 2026-08-07T21:29:55.756Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3460 | 2026-08-07T21:29:55.756Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3461 | 2026-08-07T21:29:55.760Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3462 | 2026-08-07T21:29:55.841Z | |
| 3463 | 2026-08-07T21:29:55.841Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port` on oximeter-instruments (144/335) |
| 3464 | 2026-08-07T21:29:56.317Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3465 | 2026-08-07T21:29:56.320Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3466 | 2026-08-07T21:29:56.320Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3467 | 2026-08-07T21:29:56.323Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3468 | 2026-08-07T21:29:56.406Z | |
| 3469 | 2026-08-07T21:29:56.406Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port` on oximeter-instruments (145/335) |
| 3470 | 2026-08-07T21:29:56.881Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3471 | 2026-08-07T21:29:56.885Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3472 | 2026-08-07T21:29:56.885Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3473 | 2026-08-07T21:29:56.888Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3474 | 2026-08-07T21:29:56.969Z | |
| 3475 | 2026-08-07T21:29:56.969Z | info: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (146/335) |
| 3476 | 2026-08-07T21:29:57.455Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3477 | 2026-08-07T21:29:57.459Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3478 | 2026-08-07T21:29:57.459Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3479 | 2026-08-07T21:29:57.462Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3480 | 2026-08-07T21:29:57.548Z | |
| 3481 | 2026-08-07T21:29:57.548Z | info: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (147/335) |
| 3482 | 2026-08-07T21:29:58.034Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3483 | 2026-08-07T21:29:58.038Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3484 | 2026-08-07T21:29:58.038Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3485 | 2026-08-07T21:29:58.041Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3486 | 2026-08-07T21:29:58.125Z | |
| 3487 | 2026-08-07T21:29:58.125Z | info: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (148/335) |
| 3488 | 2026-08-07T21:29:58.613Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3489 | 2026-08-07T21:29:58.616Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3490 | 2026-08-07T21:29:58.616Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3491 | 2026-08-07T21:29:58.620Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3492 | 2026-08-07T21:29:58.704Z | |
| 3493 | 2026-08-07T21:29:58.704Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (149/335) |
| 3494 | 2026-08-07T21:29:59.188Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3495 | 2026-08-07T21:29:59.192Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3496 | 2026-08-07T21:29:59.192Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3497 | 2026-08-07T21:29:59.196Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3498 | 2026-08-07T21:29:59.276Z | |
| 3499 | 2026-08-07T21:29:59.276Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (150/335) |
| 3500 | 2026-08-07T21:29:59.761Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3501 | 2026-08-07T21:29:59.764Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3502 | 2026-08-07T21:29:59.764Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3503 | 2026-08-07T21:29:59.769Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3504 | 2026-08-07T21:29:59.854Z | |
| 3505 | 2026-08-07T21:29:59.854Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (151/335) |
| 3506 | 2026-08-07T21:30:00.338Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3507 | 2026-08-07T21:30:00.341Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3508 | 2026-08-07T21:30:00.341Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3509 | 2026-08-07T21:30:00.345Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3510 | 2026-08-07T21:30:00.430Z | |
| 3511 | 2026-08-07T21:30:00.430Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (152/335) |
| 3512 | 2026-08-07T21:30:00.914Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3513 | 2026-08-07T21:30:00.917Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3514 | 2026-08-07T21:30:00.917Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3515 | 2026-08-07T21:30:00.921Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3516 | 2026-08-07T21:30:01.003Z | |
| 3517 | 2026-08-07T21:30:01.003Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (153/335) |
| 3518 | 2026-08-07T21:30:01.491Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3519 | 2026-08-07T21:30:01.494Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3520 | 2026-08-07T21:30:01.494Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3521 | 2026-08-07T21:30:01.498Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3522 | 2026-08-07T21:30:01.583Z | |
| 3523 | 2026-08-07T21:30:01.583Z | info: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (154/335) |
| 3524 | 2026-08-07T21:30:02.073Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3525 | 2026-08-07T21:30:02.076Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3526 | 2026-08-07T21:30:02.076Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3527 | 2026-08-07T21:30:02.080Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3528 | 2026-08-07T21:30:02.164Z | |
| 3529 | 2026-08-07T21:30:02.164Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (155/335) |
| 3530 | 2026-08-07T21:30:02.651Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3531 | 2026-08-07T21:30:02.655Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3532 | 2026-08-07T21:30:02.655Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3533 | 2026-08-07T21:30:02.659Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3534 | 2026-08-07T21:30:02.743Z | |
| 3535 | 2026-08-07T21:30:02.743Z | info: running `cargo check --bins --no-default-features --features opte_port,zfs` on oximeter-instruments (156/335) |
| 3536 | 2026-08-07T21:30:03.229Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3537 | 2026-08-07T21:30:03.233Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3538 | 2026-08-07T21:30:03.233Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3539 | 2026-08-07T21:30:03.237Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3540 | 2026-08-07T21:30:03.321Z | |
| 3541 | 2026-08-07T21:30:03.322Z | info: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs` on oximeter-instruments (157/335) |
| 3542 | 2026-08-07T21:30:03.807Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3543 | 2026-08-07T21:30:03.810Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3544 | 2026-08-07T21:30:03.810Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3545 | 2026-08-07T21:30:03.816Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3546 | 2026-08-07T21:30:03.899Z | |
| 3547 | 2026-08-07T21:30:03.899Z | info: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs` on oximeter-instruments (158/335) |
| 3548 | 2026-08-07T21:30:04.384Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3549 | 2026-08-07T21:30:04.388Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3550 | 2026-08-07T21:30:04.388Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3551 | 2026-08-07T21:30:04.391Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3552 | 2026-08-07T21:30:04.476Z | |
| 3553 | 2026-08-07T21:30:04.476Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs` on oximeter-instruments (159/335) |
| 3554 | 2026-08-07T21:30:04.961Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3555 | 2026-08-07T21:30:04.964Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3556 | 2026-08-07T21:30:04.964Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3557 | 2026-08-07T21:30:04.969Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3558 | 2026-08-07T21:30:05.053Z | |
| 3559 | 2026-08-07T21:30:05.053Z | info: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs` on oximeter-instruments (160/335) |
| 3560 | 2026-08-07T21:30:05.535Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3561 | 2026-08-07T21:30:05.538Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3562 | 2026-08-07T21:30:05.538Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3563 | 2026-08-07T21:30:05.542Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3564 | 2026-08-07T21:30:05.625Z | |
| 3565 | 2026-08-07T21:30:05.625Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs` on oximeter-instruments (161/335) |
| 3566 | 2026-08-07T21:30:06.110Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3567 | 2026-08-07T21:30:06.113Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3568 | 2026-08-07T21:30:06.114Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3569 | 2026-08-07T21:30:06.119Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3570 | 2026-08-07T21:30:06.200Z | |
| 3571 | 2026-08-07T21:30:06.201Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs` on oximeter-instruments (162/335) |
| 3572 | 2026-08-07T21:30:06.690Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3573 | 2026-08-07T21:30:06.693Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3574 | 2026-08-07T21:30:06.693Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3575 | 2026-08-07T21:30:06.697Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3576 | 2026-08-07T21:30:06.779Z | |
| 3577 | 2026-08-07T21:30:06.779Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs` on oximeter-instruments (163/335) |
| 3578 | 2026-08-07T21:30:07.269Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3579 | 2026-08-07T21:30:07.272Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3580 | 2026-08-07T21:30:07.272Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3581 | 2026-08-07T21:30:07.276Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3582 | 2026-08-07T21:30:07.359Z | |
| 3583 | 2026-08-07T21:30:07.359Z | info: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (164/335) |
| 3584 | 2026-08-07T21:30:07.835Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3585 | 2026-08-07T21:30:07.838Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3586 | 2026-08-07T21:30:07.838Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3587 | 2026-08-07T21:30:07.842Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3588 | 2026-08-07T21:30:07.920Z | |
| 3589 | 2026-08-07T21:30:07.920Z | info: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (165/335) |
| 3590 | 2026-08-07T21:30:08.392Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3591 | 2026-08-07T21:30:08.395Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3592 | 2026-08-07T21:30:08.395Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3593 | 2026-08-07T21:30:08.399Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3594 | 2026-08-07T21:30:08.478Z | |
| 3595 | 2026-08-07T21:30:08.478Z | info: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (166/335) |
| 3596 | 2026-08-07T21:30:08.951Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3597 | 2026-08-07T21:30:08.955Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3598 | 2026-08-07T21:30:08.955Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3599 | 2026-08-07T21:30:08.958Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3600 | 2026-08-07T21:30:09.038Z | |
| 3601 | 2026-08-07T21:30:09.038Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (167/335) |
| 3602 | 2026-08-07T21:30:09.508Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3603 | 2026-08-07T21:30:09.511Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3604 | 2026-08-07T21:30:09.511Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3605 | 2026-08-07T21:30:09.515Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3606 | 2026-08-07T21:30:09.592Z | |
| 3607 | 2026-08-07T21:30:09.592Z | info: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (168/335) |
| 3608 | 2026-08-07T21:30:10.062Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3609 | 2026-08-07T21:30:10.065Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3610 | 2026-08-07T21:30:10.065Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3611 | 2026-08-07T21:30:10.069Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3612 | 2026-08-07T21:30:10.152Z | |
| 3613 | 2026-08-07T21:30:10.152Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (169/335) |
| 3614 | 2026-08-07T21:30:10.625Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3615 | 2026-08-07T21:30:10.628Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3616 | 2026-08-07T21:30:10.628Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3617 | 2026-08-07T21:30:10.632Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3618 | 2026-08-07T21:30:10.710Z | |
| 3619 | 2026-08-07T21:30:10.710Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (170/335) |
| 3620 | 2026-08-07T21:30:11.180Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3621 | 2026-08-07T21:30:11.183Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3622 | 2026-08-07T21:30:11.183Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3623 | 2026-08-07T21:30:11.187Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3624 | 2026-08-07T21:30:11.269Z | |
| 3625 | 2026-08-07T21:30:11.269Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (171/335) |
| 3626 | 2026-08-07T21:30:11.742Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3627 | 2026-08-07T21:30:11.746Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3628 | 2026-08-07T21:30:11.746Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3629 | 2026-08-07T21:30:11.749Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3630 | 2026-08-07T21:30:11.828Z | |
| 3631 | 2026-08-07T21:30:11.828Z | info: running `cargo check --bins --no-default-features --features opte_port,zone` on oximeter-instruments (172/335) |
| 3632 | 2026-08-07T21:30:12.299Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3633 | 2026-08-07T21:30:12.302Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3634 | 2026-08-07T21:30:12.302Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3635 | 2026-08-07T21:30:12.306Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3636 | 2026-08-07T21:30:12.386Z | |
| 3637 | 2026-08-07T21:30:12.386Z | info: running `cargo check --bins --no-default-features --features cpu,opte_port,zone` on oximeter-instruments (173/335) |
| 3638 | 2026-08-07T21:30:12.858Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3639 | 2026-08-07T21:30:12.861Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3640 | 2026-08-07T21:30:12.861Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3641 | 2026-08-07T21:30:12.864Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3642 | 2026-08-07T21:30:12.942Z | |
| 3643 | 2026-08-07T21:30:12.942Z | info: running `cargo check --bins --no-default-features --features datalink,opte_port,zone` on oximeter-instruments (174/335) |
| 3644 | 2026-08-07T21:30:13.414Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3645 | 2026-08-07T21:30:13.417Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3646 | 2026-08-07T21:30:13.417Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3647 | 2026-08-07T21:30:13.421Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3648 | 2026-08-07T21:30:13.501Z | |
| 3649 | 2026-08-07T21:30:13.501Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zone` on oximeter-instruments (175/335) |
| 3650 | 2026-08-07T21:30:13.973Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3651 | 2026-08-07T21:30:13.977Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3652 | 2026-08-07T21:30:13.977Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3653 | 2026-08-07T21:30:13.980Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3654 | 2026-08-07T21:30:14.058Z | |
| 3655 | 2026-08-07T21:30:14.058Z | info: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zone` on oximeter-instruments (176/335) |
| 3656 | 2026-08-07T21:30:14.532Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3657 | 2026-08-07T21:30:14.535Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3658 | 2026-08-07T21:30:14.535Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3659 | 2026-08-07T21:30:14.539Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3660 | 2026-08-07T21:30:14.618Z | |
| 3661 | 2026-08-07T21:30:14.618Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zone` on oximeter-instruments (177/335) |
| 3662 | 2026-08-07T21:30:15.090Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3663 | 2026-08-07T21:30:15.093Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3664 | 2026-08-07T21:30:15.093Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3665 | 2026-08-07T21:30:15.097Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3666 | 2026-08-07T21:30:15.180Z | |
| 3667 | 2026-08-07T21:30:15.180Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zone` on oximeter-instruments (178/335) |
| 3668 | 2026-08-07T21:30:15.653Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3669 | 2026-08-07T21:30:15.656Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3670 | 2026-08-07T21:30:15.656Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3671 | 2026-08-07T21:30:15.660Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3672 | 2026-08-07T21:30:15.740Z | |
| 3673 | 2026-08-07T21:30:15.740Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zone` on oximeter-instruments (179/335) |
| 3674 | 2026-08-07T21:30:16.209Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3675 | 2026-08-07T21:30:16.212Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3676 | 2026-08-07T21:30:16.212Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3677 | 2026-08-07T21:30:16.216Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3678 | 2026-08-07T21:30:16.299Z | |
| 3679 | 2026-08-07T21:30:16.299Z | info: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (180/335) |
| 3680 | 2026-08-07T21:30:16.787Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3681 | 2026-08-07T21:30:16.790Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3682 | 2026-08-07T21:30:16.791Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3683 | 2026-08-07T21:30:16.795Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3684 | 2026-08-07T21:30:16.877Z | |
| 3685 | 2026-08-07T21:30:16.877Z | info: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (181/335) |
| 3686 | 2026-08-07T21:30:17.367Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3687 | 2026-08-07T21:30:17.370Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3688 | 2026-08-07T21:30:17.370Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3689 | 2026-08-07T21:30:17.375Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3690 | 2026-08-07T21:30:17.464Z | |
| 3691 | 2026-08-07T21:30:17.464Z | info: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (182/335) |
| 3692 | 2026-08-07T21:30:17.956Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3693 | 2026-08-07T21:30:17.959Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3694 | 2026-08-07T21:30:17.959Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3695 | 2026-08-07T21:30:17.964Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3696 | 2026-08-07T21:30:18.048Z | |
| 3697 | 2026-08-07T21:30:18.048Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (183/335) |
| 3698 | 2026-08-07T21:30:18.542Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3699 | 2026-08-07T21:30:18.546Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3700 | 2026-08-07T21:30:18.546Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3701 | 2026-08-07T21:30:18.549Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3702 | 2026-08-07T21:30:18.634Z | |
| 3703 | 2026-08-07T21:30:18.634Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (184/335) |
| 3704 | 2026-08-07T21:30:19.123Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3705 | 2026-08-07T21:30:19.127Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3706 | 2026-08-07T21:30:19.127Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3707 | 2026-08-07T21:30:19.130Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3708 | 2026-08-07T21:30:19.215Z | |
| 3709 | 2026-08-07T21:30:19.215Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (185/335) |
| 3710 | 2026-08-07T21:30:19.705Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3711 | 2026-08-07T21:30:19.709Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3712 | 2026-08-07T21:30:19.709Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3713 | 2026-08-07T21:30:19.712Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3714 | 2026-08-07T21:30:19.801Z | |
| 3715 | 2026-08-07T21:30:19.801Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (186/335) |
| 3716 | 2026-08-07T21:30:20.292Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3717 | 2026-08-07T21:30:20.295Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3718 | 2026-08-07T21:30:20.295Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3719 | 2026-08-07T21:30:20.299Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3720 | 2026-08-07T21:30:20.387Z | |
| 3721 | 2026-08-07T21:30:20.387Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (187/335) |
| 3722 | 2026-08-07T21:30:20.882Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3723 | 2026-08-07T21:30:20.886Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3724 | 2026-08-07T21:30:20.886Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3725 | 2026-08-07T21:30:20.889Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3726 | 2026-08-07T21:30:20.980Z | |
| 3727 | 2026-08-07T21:30:20.980Z | info: running `cargo check --bins --no-default-features --features opte_port,zfs,zone` on oximeter-instruments (188/335) |
| 3728 | 2026-08-07T21:30:21.480Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3729 | 2026-08-07T21:30:21.483Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3730 | 2026-08-07T21:30:21.483Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3731 | 2026-08-07T21:30:21.507Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3732 | 2026-08-07T21:30:21.573Z | |
| 3733 | 2026-08-07T21:30:21.573Z | info: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs,zone` on oximeter-instruments (189/335) |
| 3734 | 2026-08-07T21:30:22.067Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3735 | 2026-08-07T21:30:22.070Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3736 | 2026-08-07T21:30:22.070Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3737 | 2026-08-07T21:30:22.074Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3738 | 2026-08-07T21:30:22.162Z | |
| 3739 | 2026-08-07T21:30:22.162Z | info: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs,zone` on oximeter-instruments (190/335) |
| 3740 | 2026-08-07T21:30:22.655Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3741 | 2026-08-07T21:30:22.658Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3742 | 2026-08-07T21:30:22.658Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3743 | 2026-08-07T21:30:22.663Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3744 | 2026-08-07T21:30:22.747Z | |
| 3745 | 2026-08-07T21:30:22.747Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs,zone` on oximeter-instruments (191/335) |
| 3746 | 2026-08-07T21:30:23.238Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3747 | 2026-08-07T21:30:23.241Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3748 | 2026-08-07T21:30:23.241Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3749 | 2026-08-07T21:30:23.245Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3750 | 2026-08-07T21:30:23.329Z | |
| 3751 | 2026-08-07T21:30:23.329Z | info: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs,zone` on oximeter-instruments (192/335) |
| 3752 | 2026-08-07T21:30:23.818Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3753 | 2026-08-07T21:30:23.821Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3754 | 2026-08-07T21:30:23.821Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3755 | 2026-08-07T21:30:23.826Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3756 | 2026-08-07T21:30:23.911Z | |
| 3757 | 2026-08-07T21:30:23.911Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs,zone` on oximeter-instruments (193/335) |
| 3758 | 2026-08-07T21:30:24.403Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3759 | 2026-08-07T21:30:24.406Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3760 | 2026-08-07T21:30:24.406Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3761 | 2026-08-07T21:30:24.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3762 | 2026-08-07T21:30:24.497Z | |
| 3763 | 2026-08-07T21:30:24.498Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (194/335) |
| 3764 | 2026-08-07T21:30:24.989Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3765 | 2026-08-07T21:30:24.992Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3766 | 2026-08-07T21:30:24.992Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3767 | 2026-08-07T21:30:24.997Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3768 | 2026-08-07T21:30:25.082Z | |
| 3769 | 2026-08-07T21:30:25.082Z | info: running `cargo check --bins` on oximeter-producer (195/335) |
| 3770 | 2026-08-07T21:30:25.593Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3771 | 2026-08-07T21:30:25.596Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3772 | 2026-08-07T21:30:25.596Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3773 | 2026-08-07T21:30:25.601Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3774 | 2026-08-07T21:30:25.685Z | |
| 3775 | 2026-08-07T21:30:25.685Z | info: running `cargo check --bins` on internal-dns-resolver (196/335) |
| 3776 | 2026-08-07T21:30:26.165Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3777 | 2026-08-07T21:30:26.168Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3778 | 2026-08-07T21:30:26.168Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3779 | 2026-08-07T21:30:26.172Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3780 | 2026-08-07T21:30:26.251Z | |
| 3781 | 2026-08-07T21:30:26.251Z | info: running `cargo check --bins` on dns-server (197/335) |
| 3782 | 2026-08-07T21:30:26.733Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3783 | 2026-08-07T21:30:26.736Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3784 | 2026-08-07T21:30:26.887Z | Compiling parking_lot_core v0.8.6 |
| 3785 | 2026-08-07T21:30:26.891Z | Compiling git-stub v1.0.0 |
| 3786 | 2026-08-07T21:30:27.002Z | Checking prefix-trie v0.7.0 |
| 3787 | 2026-08-07T21:30:27.008Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3788 | 2026-08-07T21:30:27.118Z | Compiling git-stub-vcs v0.1.0 |
| 3789 | 2026-08-07T21:30:27.283Z | Checking hickory-server v0.25.2 |
| 3790 | 2026-08-07T21:30:27.383Z | Checking parking_lot v0.11.2 |
| 3791 | 2026-08-07T21:30:27.419Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3792 | 2026-08-07T21:30:27.549Z | Checking sled v0.34.7 |
| 3793 | 2026-08-07T21:30:29.485Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s |
| 3794 | 2026-08-07T21:30:29.653Z | |
| 3795 | 2026-08-07T21:30:29.653Z | info: running `cargo check --bins` on dns-server-api (198/335) |
| 3796 | 2026-08-07T21:30:30.130Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3797 | 2026-08-07T21:30:30.134Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3798 | 2026-08-07T21:30:30.134Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3799 | 2026-08-07T21:30:30.137Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3800 | 2026-08-07T21:30:30.221Z | |
| 3801 | 2026-08-07T21:30:30.221Z | info: running `cargo check --bins` on nexus-client (199/335) |
| 3802 | 2026-08-07T21:30:30.729Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3803 | 2026-08-07T21:30:30.732Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3804 | 2026-08-07T21:30:30.732Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3805 | 2026-08-07T21:30:30.737Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3806 | 2026-08-07T21:30:30.824Z | |
| 3807 | 2026-08-07T21:30:30.824Z | info: running `cargo check --bins` on oximeter-producer-api (200/335) |
| 3808 | 2026-08-07T21:30:31.303Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3809 | 2026-08-07T21:30:31.306Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3810 | 2026-08-07T21:30:31.306Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3811 | 2026-08-07T21:30:31.310Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3812 | 2026-08-07T21:30:31.396Z | |
| 3813 | 2026-08-07T21:30:31.396Z | info: running `cargo check --bins` on sp-sim (201/335) |
| 3814 | 2026-08-07T21:30:31.907Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3815 | 2026-08-07T21:30:31.910Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3816 | 2026-08-07T21:30:32.099Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3817 | 2026-08-07T21:30:32.612Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s |
| 3818 | 2026-08-07T21:30:32.793Z | |
| 3819 | 2026-08-07T21:30:32.793Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/335) |
| 3820 | 2026-08-07T21:30:33.316Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3821 | 2026-08-07T21:30:33.319Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3822 | 2026-08-07T21:30:33.598Z | Compiling salty v0.3.0 |
| 3823 | 2026-08-07T21:30:33.725Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3824 | 2026-08-07T21:30:33.736Z | Checking libscf-sys v1.2.0 |
| 3825 | 2026-08-07T21:30:33.739Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3826 | 2026-08-07T21:30:33.739Z | Checking rfc6979 v0.4.0 |
| 3827 | 2026-08-07T21:30:33.739Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3828 | 2026-08-07T21:30:33.777Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3829 | 2026-08-07T21:30:33.780Z | Checking primeorder v0.13.6 |
| 3830 | 2026-08-07T21:30:33.848Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3831 | 2026-08-07T21:30:33.862Z | Checking ecdsa v0.16.9 |
| 3832 | 2026-08-07T21:30:33.970Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3833 | 2026-08-07T21:30:34.015Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3834 | 2026-08-07T21:30:34.048Z | Checking papergrid v0.17.0 |
| 3835 | 2026-08-07T21:30:34.127Z | Compiling proc-macro-error2 v2.0.1 |
| 3836 | 2026-08-07T21:30:34.189Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3837 | 2026-08-07T21:30:34.204Z | Checking p384 v0.13.1 |
| 3838 | 2026-08-07T21:30:34.207Z | Checking testing_table v0.3.0 |
| 3839 | 2026-08-07T21:30:34.232Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3840 | 2026-08-07T21:30:34.295Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3841 | 2026-08-07T21:30:34.389Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3842 | 2026-08-07T21:30:34.432Z | Compiling tabled_derive v0.11.0 |
| 3843 | 2026-08-07T21:30:34.624Z | Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3844 | 2026-08-07T21:30:34.652Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 3845 | 2026-08-07T21:30:34.669Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3846 | 2026-08-07T21:30:34.764Z | Checking corncobs v0.1.4 |
| 3847 | 2026-08-07T21:30:34.827Z | Compiling unicase v2.9.0 |
| 3848 | 2026-08-07T21:30:34.852Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3849 | 2026-08-07T21:30:34.886Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3850 | 2026-08-07T21:30:34.900Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3851 | 2026-08-07T21:30:34.914Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3852 | 2026-08-07T21:30:34.983Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3853 | 2026-08-07T21:30:34.997Z | Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3854 | 2026-08-07T21:30:35.021Z | Compiling mime_guess v2.0.5 |
| 3855 | 2026-08-07T21:30:35.054Z | Compiling progenitor-impl v0.13.0 |
| 3856 | 2026-08-07T21:30:35.151Z | Checking secrecy v0.8.0 |
| 3857 | 2026-08-07T21:30:35.210Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3858 | 2026-08-07T21:30:35.271Z | Checking crc8 v0.1.1 |
| 3859 | 2026-08-07T21:30:35.286Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3860 | 2026-08-07T21:30:35.542Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 3861 | 2026-08-07T21:30:35.575Z | Checking tabled v0.20.0 |
| 3862 | 2026-08-07T21:30:35.710Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3863 | 2026-08-07T21:30:35.833Z | Checking progenitor-client v0.13.0 |
| 3864 | 2026-08-07T21:30:35.866Z | Checking http-range v0.1.5 |
| 3865 | 2026-08-07T21:30:35.990Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3866 | 2026-08-07T21:30:36.063Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3867 | 2026-08-07T21:30:36.246Z | Checking illumos-nvpair v0.3.0 |
| 3868 | 2026-08-07T21:30:36.408Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3869 | 2026-08-07T21:30:36.422Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3870 | 2026-08-07T21:30:36.462Z | Checking scuffle v0.1.0 |
| 3871 | 2026-08-07T21:30:36.504Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3872 | 2026-08-07T21:30:36.523Z | Checking nanorand v0.7.0 |
| 3873 | 2026-08-07T21:30:36.720Z | Checking flume v0.11.1 |
| 3874 | 2026-08-07T21:30:36.791Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3875 | 2026-08-07T21:30:36.963Z | Checking hyper-staticfile v0.10.1 |
| 3876 | 2026-08-07T21:30:37.021Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3877 | 2026-08-07T21:30:37.128Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3878 | 2026-08-07T21:30:37.213Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3879 | 2026-08-07T21:30:37.251Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3880 | 2026-08-07T21:30:37.377Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3881 | 2026-08-07T21:30:37.471Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3882 | 2026-08-07T21:30:37.491Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3883 | 2026-08-07T21:30:37.611Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 3884 | 2026-08-07T21:30:37.644Z | Compiling progenitor-macro v0.13.0 |
| 3885 | 2026-08-07T21:30:37.660Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3886 | 2026-08-07T21:30:37.785Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3887 | 2026-08-07T21:30:37.800Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3888 | 2026-08-07T21:30:37.893Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3889 | 2026-08-07T21:30:38.427Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3890 | 2026-08-07T21:30:38.918Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3891 | 2026-08-07T21:30:40.464Z | Checking progenitor v0.13.0 |
| 3892 | 2026-08-07T21:30:40.599Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3893 | 2026-08-07T21:30:42.263Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3894 | 2026-08-07T21:30:43.261Z | Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 3895 | 2026-08-07T21:30:56.286Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.48s |
| 3896 | 2026-08-07T21:30:56.289Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3897 | 2026-08-07T21:30:56.289Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3898 | 2026-08-07T21:30:56.492Z | |
| 3899 | 2026-08-07T21:30:56.492Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/335) |
| 3900 | 2026-08-07T21:30:57.015Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3901 | 2026-08-07T21:30:57.018Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3902 | 2026-08-07T21:30:57.256Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3903 | 2026-08-07T21:31:07.748Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.25s |
| 3904 | 2026-08-07T21:31:07.752Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3905 | 2026-08-07T21:31:07.752Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3906 | 2026-08-07T21:31:07.947Z | |
| 3907 | 2026-08-07T21:31:07.947Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/335) |
| 3908 | 2026-08-07T21:31:08.472Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3909 | 2026-08-07T21:31:08.475Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3910 | 2026-08-07T21:31:08.712Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3911 | 2026-08-07T21:31:19.270Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.31s |
| 3912 | 2026-08-07T21:31:19.273Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3913 | 2026-08-07T21:31:19.273Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3914 | 2026-08-07T21:31:19.469Z | |
| 3915 | 2026-08-07T21:31:19.469Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/335) |
| 3916 | 2026-08-07T21:31:19.987Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3917 | 2026-08-07T21:31:19.991Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3918 | 2026-08-07T21:31:20.223Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3919 | 2026-08-07T21:31:30.652Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.17s |
| 3920 | 2026-08-07T21:31:30.655Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3921 | 2026-08-07T21:31:30.656Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3922 | 2026-08-07T21:31:30.846Z | |
| 3923 | 2026-08-07T21:31:30.846Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/335) |
| 3924 | 2026-08-07T21:31:31.365Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3925 | 2026-08-07T21:31:31.368Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3926 | 2026-08-07T21:31:31.601Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3927 | 2026-08-07T21:31:42.087Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.23s |
| 3928 | 2026-08-07T21:31:42.090Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3929 | 2026-08-07T21:31:42.090Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3930 | 2026-08-07T21:31:42.287Z | |
| 3931 | 2026-08-07T21:31:42.287Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/335) |
| 3932 | 2026-08-07T21:31:42.813Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3933 | 2026-08-07T21:31:42.824Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3934 | 2026-08-07T21:31:43.043Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3935 | 2026-08-07T21:31:53.518Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.22s |
| 3936 | 2026-08-07T21:31:53.525Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3937 | 2026-08-07T21:31:53.526Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3938 | 2026-08-07T21:31:53.721Z | |
| 3939 | 2026-08-07T21:31:53.721Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/335) |
| 3940 | 2026-08-07T21:31:54.244Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3941 | 2026-08-07T21:31:54.250Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3942 | 2026-08-07T21:31:54.481Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3943 | 2026-08-07T21:32:04.963Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.23s |
| 3944 | 2026-08-07T21:32:04.966Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3945 | 2026-08-07T21:32:04.966Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3946 | 2026-08-07T21:32:05.516Z | |
| 3947 | 2026-08-07T21:32:05.516Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/335) |
| 3948 | 2026-08-07T21:32:05.790Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3949 | 2026-08-07T21:32:05.839Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3950 | 2026-08-07T21:32:05.928Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3951 | 2026-08-07T21:32:18.029Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.29s |
| 3952 | 2026-08-07T21:32:18.035Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3953 | 2026-08-07T21:32:18.035Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3954 | 2026-08-07T21:32:18.036Z | |
| 3955 | 2026-08-07T21:32:18.036Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-api (210/335) |
| 3956 | 2026-08-07T21:32:18.036Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3957 | 2026-08-07T21:32:18.036Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3958 | 2026-08-07T21:32:18.036Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3959 | 2026-08-07T21:32:18.036Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3960 | 2026-08-07T21:32:18.036Z | |
| 3961 | 2026-08-07T21:32:18.036Z | info: running `cargo check --bins` on installinator-common (211/335) |
| 3962 | 2026-08-07T21:32:18.036Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3963 | 2026-08-07T21:32:18.036Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3964 | 2026-08-07T21:32:18.036Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3965 | 2026-08-07T21:32:18.036Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3966 | 2026-08-07T21:32:18.036Z | |
| 3967 | 2026-08-07T21:32:18.036Z | info: running `cargo check --bins` on installinator-common-versions (212/335) |
| 3968 | 2026-08-07T21:32:18.272Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3969 | 2026-08-07T21:32:18.276Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3970 | 2026-08-07T21:32:18.276Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3971 | 2026-08-07T21:32:18.280Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3972 | 2026-08-07T21:32:18.359Z | |
| 3973 | 2026-08-07T21:32:18.359Z | info: running `cargo check --bins` on nexus-lockstep-client (213/335) |
| 3974 | 2026-08-07T21:32:18.866Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3975 | 2026-08-07T21:32:18.869Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3976 | 2026-08-07T21:32:18.869Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3977 | 2026-08-07T21:32:18.873Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3978 | 2026-08-07T21:32:18.958Z | |
| 3979 | 2026-08-07T21:32:18.958Z | info: running `cargo check --bins` on omicron-ddm-admin-client (214/335) |
| 3980 | 2026-08-07T21:32:19.430Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3981 | 2026-08-07T21:32:19.434Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3982 | 2026-08-07T21:32:19.434Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3983 | 2026-08-07T21:32:19.437Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3984 | 2026-08-07T21:32:19.518Z | |
| 3985 | 2026-08-07T21:32:19.518Z | info: running `cargo check --bins` on range-requests (215/335) |
| 3986 | 2026-08-07T21:32:19.991Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3987 | 2026-08-07T21:32:19.994Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3988 | 2026-08-07T21:32:19.994Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3989 | 2026-08-07T21:32:19.998Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3990 | 2026-08-07T21:32:20.079Z | |
| 3991 | 2026-08-07T21:32:20.079Z | info: running `cargo check --bins` on repo-depot-api (216/335) |
| 3992 | 2026-08-07T21:32:20.555Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3993 | 2026-08-07T21:32:20.558Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3994 | 2026-08-07T21:32:20.558Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3995 | 2026-08-07T21:32:20.561Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3996 | 2026-08-07T21:32:20.638Z | |
| 3997 | 2026-08-07T21:32:20.638Z | info: running `cargo check --bins` on repo-depot-client (217/335) |
| 3998 | 2026-08-07T21:32:21.105Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3999 | 2026-08-07T21:32:21.108Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4000 | 2026-08-07T21:32:21.109Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4001 | 2026-08-07T21:32:21.112Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4002 | 2026-08-07T21:32:21.188Z | |
| 4003 | 2026-08-07T21:32:21.188Z | info: running `cargo check --bins` on sled-agent-api (218/335) |
| 4004 | 2026-08-07T21:32:21.677Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4005 | 2026-08-07T21:32:21.681Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4006 | 2026-08-07T21:32:21.681Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4007 | 2026-08-07T21:32:21.685Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4008 | 2026-08-07T21:32:21.768Z | |
| 4009 | 2026-08-07T21:32:21.768Z | info: running `cargo check --bins` on sled-diagnostics (219/335) |
| 4010 | 2026-08-07T21:32:22.260Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4011 | 2026-08-07T21:32:22.267Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4012 | 2026-08-07T21:32:22.267Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4013 | 2026-08-07T21:32:22.270Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4014 | 2026-08-07T21:32:22.346Z | |
| 4015 | 2026-08-07T21:32:22.346Z | info: running `cargo check --bins` on zfs-test-harness (220/335) |
| 4016 | 2026-08-07T21:32:22.834Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4017 | 2026-08-07T21:32:22.838Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4018 | 2026-08-07T21:32:22.838Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4019 | 2026-08-07T21:32:22.842Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4020 | 2026-08-07T21:32:22.926Z | |
| 4021 | 2026-08-07T21:32:22.926Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (221/335) |
| 4022 | 2026-08-07T21:32:23.424Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4023 | 2026-08-07T21:32:23.428Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4024 | 2026-08-07T21:32:23.428Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4025 | 2026-08-07T21:32:23.431Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4026 | 2026-08-07T21:32:23.517Z | |
| 4027 | 2026-08-07T21:32:23.517Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (222/335) |
| 4028 | 2026-08-07T21:32:24.013Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4029 | 2026-08-07T21:32:24.016Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4030 | 2026-08-07T21:32:24.016Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4031 | 2026-08-07T21:32:24.022Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4032 | 2026-08-07T21:32:24.107Z | |
| 4033 | 2026-08-07T21:32:24.107Z | info: running `cargo check --bins` on sled-agent-early-networking (223/335) |
| 4034 | 2026-08-07T21:32:24.597Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4035 | 2026-08-07T21:32:24.603Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4036 | 2026-08-07T21:32:24.603Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4037 | 2026-08-07T21:32:24.615Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4038 | 2026-08-07T21:32:24.688Z | |
| 4039 | 2026-08-07T21:32:24.688Z | info: running `cargo check --bins` on sled-agent-health-monitor (224/335) |
| 4040 | 2026-08-07T21:32:25.181Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4041 | 2026-08-07T21:32:25.185Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4042 | 2026-08-07T21:32:25.185Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4043 | 2026-08-07T21:32:25.189Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4044 | 2026-08-07T21:32:25.270Z | |
| 4045 | 2026-08-07T21:32:25.270Z | info: running `cargo check --bins --no-default-features` on sled-agent-measurements (225/335) |
| 4046 | 2026-08-07T21:32:25.768Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4047 | 2026-08-07T21:32:25.772Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4048 | 2026-08-07T21:32:25.772Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4049 | 2026-08-07T21:32:25.775Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4050 | 2026-08-07T21:32:25.861Z | |
| 4051 | 2026-08-07T21:32:25.861Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (226/335) |
| 4052 | 2026-08-07T21:32:26.358Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4053 | 2026-08-07T21:32:26.362Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4054 | 2026-08-07T21:32:26.362Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4055 | 2026-08-07T21:32:26.366Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4056 | 2026-08-07T21:32:26.454Z | |
| 4057 | 2026-08-07T21:32:26.454Z | info: running `cargo check --bins` on sled-agent-resolvable-files (227/335) |
| 4058 | 2026-08-07T21:32:26.949Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4059 | 2026-08-07T21:32:26.953Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4060 | 2026-08-07T21:32:26.953Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4061 | 2026-08-07T21:32:26.957Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4062 | 2026-08-07T21:32:27.043Z | |
| 4063 | 2026-08-07T21:32:27.043Z | info: running `cargo check --bins` on sled-agent-rack-setup (228/335) |
| 4064 | 2026-08-07T21:32:27.562Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4065 | 2026-08-07T21:32:27.566Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4066 | 2026-08-07T21:32:27.566Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4067 | 2026-08-07T21:32:27.570Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4068 | 2026-08-07T21:32:27.659Z | |
| 4069 | 2026-08-07T21:32:27.659Z | info: running `cargo check --bins` on trust-quorum (229/335) |
| 4070 | 2026-08-07T21:32:28.153Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4071 | 2026-08-07T21:32:28.157Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4072 | 2026-08-07T21:32:28.157Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4073 | 2026-08-07T21:32:28.162Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4074 | 2026-08-07T21:32:28.248Z | |
| 4075 | 2026-08-07T21:32:28.248Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (230/335) |
| 4076 | 2026-08-07T21:32:28.757Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4077 | 2026-08-07T21:32:28.761Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4078 | 2026-08-07T21:32:28.761Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4079 | 2026-08-07T21:32:28.764Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4080 | 2026-08-07T21:32:28.849Z | |
| 4081 | 2026-08-07T21:32:28.850Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (231/335) |
| 4082 | 2026-08-07T21:32:29.366Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4083 | 2026-08-07T21:32:29.370Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4084 | 2026-08-07T21:32:29.370Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4085 | 2026-08-07T21:32:29.374Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4086 | 2026-08-07T21:32:29.467Z | |
| 4087 | 2026-08-07T21:32:29.467Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (232/335) |
| 4088 | 2026-08-07T21:32:29.987Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4089 | 2026-08-07T21:32:29.991Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4090 | 2026-08-07T21:32:29.991Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4091 | 2026-08-07T21:32:29.994Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4092 | 2026-08-07T21:32:30.085Z | |
| 4093 | 2026-08-07T21:32:30.085Z | info: running `cargo check --bins` on omicron-deployment-graph (233/335) |
| 4094 | 2026-08-07T21:32:30.555Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4095 | 2026-08-07T21:32:30.559Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4096 | 2026-08-07T21:32:30.559Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4097 | 2026-08-07T21:32:30.563Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4098 | 2026-08-07T21:32:30.638Z | |
| 4099 | 2026-08-07T21:32:30.638Z | info: running `cargo check --bins` on transient-dns-server (234/335) |
| 4100 | 2026-08-07T21:32:31.124Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4101 | 2026-08-07T21:32:31.128Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4102 | 2026-08-07T21:32:31.128Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4103 | 2026-08-07T21:32:31.131Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4104 | 2026-08-07T21:32:31.215Z | |
| 4105 | 2026-08-07T21:32:31.215Z | info: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (235/335) |
| 4106 | 2026-08-07T21:32:31.705Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4107 | 2026-08-07T21:32:31.709Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4108 | 2026-08-07T21:32:31.709Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4109 | 2026-08-07T21:32:31.712Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4110 | 2026-08-07T21:32:31.797Z | |
| 4111 | 2026-08-07T21:32:31.797Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (236/335) |
| 4112 | 2026-08-07T21:32:32.287Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4113 | 2026-08-07T21:32:32.290Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4114 | 2026-08-07T21:32:32.291Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4115 | 2026-08-07T21:32:32.294Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4116 | 2026-08-07T21:32:32.378Z | |
| 4117 | 2026-08-07T21:32:32.378Z | info: running `cargo check --bins` on omicron-rpaths (237/335) |
| 4118 | 2026-08-07T21:32:32.840Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4119 | 2026-08-07T21:32:32.844Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4120 | 2026-08-07T21:32:32.844Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4121 | 2026-08-07T21:32:32.847Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4122 | 2026-08-07T21:32:32.926Z | |
| 4123 | 2026-08-07T21:32:32.926Z | info: running `cargo check --bins` on omicron-repl-utils (238/335) |
| 4124 | 2026-08-07T21:32:33.386Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4125 | 2026-08-07T21:32:33.390Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4126 | 2026-08-07T21:32:33.390Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4127 | 2026-08-07T21:32:33.394Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4128 | 2026-08-07T21:32:33.467Z | |
| 4129 | 2026-08-07T21:32:33.467Z | info: running `cargo check --bins` on omicron-clickhouse-admin (239/335) |
| 4130 | 2026-08-07T21:32:33.960Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4131 | 2026-08-07T21:32:33.969Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4132 | 2026-08-07T21:32:34.146Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 4133 | 2026-08-07T21:32:34.559Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 4134 | 2026-08-07T21:32:35.748Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.27s |
| 4135 | 2026-08-07T21:32:35.934Z | |
| 4136 | 2026-08-07T21:32:35.935Z | info: running `cargo check --bins` on clickhouse-admin-api (240/335) |
| 4137 | 2026-08-07T21:32:36.406Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4138 | 2026-08-07T21:32:36.409Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4139 | 2026-08-07T21:32:36.409Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4140 | 2026-08-07T21:32:36.413Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4141 | 2026-08-07T21:32:36.491Z | |
| 4142 | 2026-08-07T21:32:36.492Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (241/335) |
| 4143 | 2026-08-07T21:32:36.962Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4144 | 2026-08-07T21:32:36.966Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4145 | 2026-08-07T21:32:36.966Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4146 | 2026-08-07T21:32:36.971Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4147 | 2026-08-07T21:32:37.046Z | |
| 4148 | 2026-08-07T21:32:37.047Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-client (242/335) |
| 4149 | 2026-08-07T21:32:37.522Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4150 | 2026-08-07T21:32:37.526Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4151 | 2026-08-07T21:32:37.526Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4152 | 2026-08-07T21:32:37.529Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4153 | 2026-08-07T21:32:37.610Z | |
| 4154 | 2026-08-07T21:32:37.610Z | info: running `cargo check --bins` on clickhouse-admin-single-client (243/335) |
| 4155 | 2026-08-07T21:32:38.083Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4156 | 2026-08-07T21:32:38.087Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4157 | 2026-08-07T21:32:38.087Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4158 | 2026-08-07T21:32:38.091Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4159 | 2026-08-07T21:32:38.171Z | |
| 4160 | 2026-08-07T21:32:38.172Z | info: running `cargo check --bins` on installinator-client (244/335) |
| 4161 | 2026-08-07T21:32:38.641Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4162 | 2026-08-07T21:32:38.644Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4163 | 2026-08-07T21:32:38.644Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4164 | 2026-08-07T21:32:38.648Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4165 | 2026-08-07T21:32:38.727Z | |
| 4166 | 2026-08-07T21:32:38.727Z | info: running `cargo check --bins` on oxide-client (245/335) |
| 4167 | 2026-08-07T21:32:39.203Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4168 | 2026-08-07T21:32:39.209Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4169 | 2026-08-07T21:32:39.209Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4170 | 2026-08-07T21:32:39.209Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4171 | 2026-08-07T21:32:39.273Z | |
| 4172 | 2026-08-07T21:32:39.273Z | info: running `cargo check --bins` on oximeter-client (246/335) |
| 4173 | 2026-08-07T21:32:39.743Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4174 | 2026-08-07T21:32:39.747Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4175 | 2026-08-07T21:32:39.747Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4176 | 2026-08-07T21:32:39.750Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4177 | 2026-08-07T21:32:39.830Z | |
| 4178 | 2026-08-07T21:32:39.830Z | info: running `cargo check --bins` on wicketd-client (247/335) |
| 4179 | 2026-08-07T21:32:40.318Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4180 | 2026-08-07T21:32:40.322Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4181 | 2026-08-07T21:32:40.322Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4182 | 2026-08-07T21:32:40.325Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4183 | 2026-08-07T21:32:40.409Z | |
| 4184 | 2026-08-07T21:32:40.409Z | info: running `cargo check --bins` on wicket-common (248/335) |
| 4185 | 2026-08-07T21:32:40.888Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4186 | 2026-08-07T21:32:40.892Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4187 | 2026-08-07T21:32:40.892Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4188 | 2026-08-07T21:32:40.895Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4189 | 2026-08-07T21:32:40.974Z | |
| 4190 | 2026-08-07T21:32:40.974Z | info: running `cargo check --bins` on wicketd-commission-client (249/335) |
| 4191 | 2026-08-07T21:32:41.447Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4192 | 2026-08-07T21:32:41.450Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4193 | 2026-08-07T21:32:41.450Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4194 | 2026-08-07T21:32:41.454Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4195 | 2026-08-07T21:32:41.534Z | |
| 4196 | 2026-08-07T21:32:41.534Z | info: running `cargo check --bins` on omicron-cockroach-admin (250/335) |
| 4197 | 2026-08-07T21:32:42.019Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4198 | 2026-08-07T21:32:42.023Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4199 | 2026-08-07T21:32:42.185Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 4200 | 2026-08-07T21:32:42.189Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 4201 | 2026-08-07T21:32:43.361Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.82s |
| 4202 | 2026-08-07T21:32:43.531Z | |
| 4203 | 2026-08-07T21:32:43.531Z | info: running `cargo check --bins` on cockroach-admin-api (251/335) |
| 4204 | 2026-08-07T21:32:44.005Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4205 | 2026-08-07T21:32:44.008Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4206 | 2026-08-07T21:32:44.008Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4207 | 2026-08-07T21:32:44.012Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4208 | 2026-08-07T21:32:44.089Z | |
| 4209 | 2026-08-07T21:32:44.089Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (252/335) |
| 4210 | 2026-08-07T21:32:44.624Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4211 | 2026-08-07T21:32:44.628Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4212 | 2026-08-07T21:32:44.628Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4213 | 2026-08-07T21:32:44.632Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4214 | 2026-08-07T21:32:44.725Z | |
| 4215 | 2026-08-07T21:32:44.725Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (253/335) |
| 4216 | 2026-08-07T21:32:45.257Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4217 | 2026-08-07T21:32:45.261Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4218 | 2026-08-07T21:32:45.261Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4219 | 2026-08-07T21:32:45.265Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4220 | 2026-08-07T21:32:45.360Z | |
| 4221 | 2026-08-07T21:32:45.360Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (254/335) |
| 4222 | 2026-08-07T21:32:45.872Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4223 | 2026-08-07T21:32:45.876Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4224 | 2026-08-07T21:32:45.876Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4225 | 2026-08-07T21:32:45.880Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4226 | 2026-08-07T21:32:45.968Z | |
| 4227 | 2026-08-07T21:32:45.968Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (255/335) |
| 4228 | 2026-08-07T21:32:46.482Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4229 | 2026-08-07T21:32:46.486Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4230 | 2026-08-07T21:32:46.486Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4231 | 2026-08-07T21:32:46.490Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4232 | 2026-08-07T21:32:46.575Z | |
| 4233 | 2026-08-07T21:32:46.575Z | info: running `cargo check --bins` on db-macros (256/335) |
| 4234 | 2026-08-07T21:32:47.034Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4235 | 2026-08-07T21:32:47.038Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4236 | 2026-08-07T21:32:47.038Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4237 | 2026-08-07T21:32:47.041Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4238 | 2026-08-07T21:32:47.114Z | |
| 4239 | 2026-08-07T21:32:47.114Z | info: running `cargo check --bins` on nexus-macros-common (257/335) |
| 4240 | 2026-08-07T21:32:47.577Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4241 | 2026-08-07T21:32:47.581Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4242 | 2026-08-07T21:32:47.581Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4243 | 2026-08-07T21:32:47.586Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4244 | 2026-08-07T21:32:47.659Z | |
| 4245 | 2026-08-07T21:32:47.659Z | info: running `cargo check --bins` on nexus-auth (258/335) |
| 4246 | 2026-08-07T21:32:48.171Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4247 | 2026-08-07T21:32:48.174Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4248 | 2026-08-07T21:32:48.174Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4249 | 2026-08-07T21:32:48.178Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4250 | 2026-08-07T21:32:48.268Z | |
| 4251 | 2026-08-07T21:32:48.268Z | info: running `cargo check --bins` on authz-macros (259/335) |
| 4252 | 2026-08-07T21:32:48.730Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4253 | 2026-08-07T21:32:48.734Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4254 | 2026-08-07T21:32:48.734Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4255 | 2026-08-07T21:32:48.737Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4256 | 2026-08-07T21:32:48.812Z | |
| 4257 | 2026-08-07T21:32:48.812Z | info: running `cargo check --bins` on nexus-db-fixed-data (260/335) |
| 4258 | 2026-08-07T21:32:49.317Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4259 | 2026-08-07T21:32:49.321Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4260 | 2026-08-07T21:32:49.321Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4261 | 2026-08-07T21:32:49.325Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4262 | 2026-08-07T21:32:49.409Z | |
| 4263 | 2026-08-07T21:32:49.409Z | info: running `cargo check --bins` on nexus-db-model (261/335) |
| 4264 | 2026-08-07T21:32:49.915Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4265 | 2026-08-07T21:32:49.919Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4266 | 2026-08-07T21:32:49.919Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4267 | 2026-08-07T21:32:49.922Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4268 | 2026-08-07T21:32:50.011Z | |
| 4269 | 2026-08-07T21:32:50.011Z | info: running `cargo check --bins` on nexus-db-schema (262/335) |
| 4270 | 2026-08-07T21:32:50.476Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4271 | 2026-08-07T21:32:50.480Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4272 | 2026-08-07T21:32:50.480Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4273 | 2026-08-07T21:32:50.483Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4274 | 2026-08-07T21:32:50.557Z | |
| 4275 | 2026-08-07T21:32:50.558Z | info: running `cargo check --bins` on nexus-defaults (263/335) |
| 4276 | 2026-08-07T21:32:51.026Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4277 | 2026-08-07T21:32:51.030Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4278 | 2026-08-07T21:32:51.030Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4279 | 2026-08-07T21:32:51.034Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4280 | 2026-08-07T21:32:51.112Z | |
| 4281 | 2026-08-07T21:32:51.112Z | info: running `cargo check --bins` on omicron-git-version (264/335) |
| 4282 | 2026-08-07T21:32:51.574Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4283 | 2026-08-07T21:32:51.577Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4284 | 2026-08-07T21:32:51.577Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4285 | 2026-08-07T21:32:51.581Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4286 | 2026-08-07T21:32:51.658Z | |
| 4287 | 2026-08-07T21:32:51.658Z | info: running `cargo check --bins` on nexus-db-errors (265/335) |
| 4288 | 2026-08-07T21:32:52.167Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4289 | 2026-08-07T21:32:52.170Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4290 | 2026-08-07T21:32:52.170Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4291 | 2026-08-07T21:32:52.174Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4292 | 2026-08-07T21:32:52.261Z | |
| 4293 | 2026-08-07T21:32:52.261Z | info: running `cargo check --bins` on nexus-db-lookup (266/335) |
| 4294 | 2026-08-07T21:32:52.773Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4295 | 2026-08-07T21:32:52.776Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4296 | 2026-08-07T21:32:52.776Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4297 | 2026-08-07T21:32:52.780Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4298 | 2026-08-07T21:32:52.871Z | |
| 4299 | 2026-08-07T21:32:52.871Z | info: running `cargo check --bins` on nexus-test-interface (267/335) |
| 4300 | 2026-08-07T21:32:53.384Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4301 | 2026-08-07T21:32:53.387Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4302 | 2026-08-07T21:32:53.388Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4303 | 2026-08-07T21:32:53.392Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4304 | 2026-08-07T21:32:53.477Z | |
| 4305 | 2026-08-07T21:32:53.477Z | info: running `cargo check --bins` on oximeter-collector (268/335) |
| 4306 | 2026-08-07T21:32:53.978Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4307 | 2026-08-07T21:32:53.981Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4308 | 2026-08-07T21:32:54.177Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 4309 | 2026-08-07T21:32:54.181Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 4310 | 2026-08-07T21:32:54.852Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4311 | 2026-08-07T21:32:56.546Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.06s |
| 4312 | 2026-08-07T21:32:56.734Z | |
| 4313 | 2026-08-07T21:32:56.734Z | info: running `cargo check --bins` on oximeter-api (269/335) |
| 4314 | 2026-08-07T21:32:57.205Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4315 | 2026-08-07T21:32:57.208Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4316 | 2026-08-07T21:32:57.208Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4317 | 2026-08-07T21:32:57.212Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4318 | 2026-08-07T21:32:57.288Z | |
| 4319 | 2026-08-07T21:32:57.288Z | info: running `cargo check --bins` on cert-dev (270/335) |
| 4320 | 2026-08-07T21:32:57.749Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4321 | 2026-08-07T21:32:57.752Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4322 | 2026-08-07T21:32:57.876Z | Checking yasna v0.5.2 |
| 4323 | 2026-08-07T21:32:58.276Z | Checking rcgen v0.12.1 |
| 4324 | 2026-08-07T21:32:58.527Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 4325 | 2026-08-07T21:32:58.737Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s |
| 4326 | 2026-08-07T21:32:58.884Z | |
| 4327 | 2026-08-07T21:32:58.885Z | info: running `cargo check --bins` on clickana (271/335) |
| 4328 | 2026-08-07T21:32:59.370Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4329 | 2026-08-07T21:32:59.373Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4330 | 2026-08-07T21:32:59.521Z | Compiling instability v0.3.11 |
| 4331 | 2026-08-07T21:32:59.521Z | Checking castaway v0.2.4 |
| 4332 | 2026-08-07T21:32:59.525Z | Compiling indoc v2.0.7 |
| 4333 | 2026-08-07T21:32:59.525Z | Checking unicode-truncate v1.1.0 |
| 4334 | 2026-08-07T21:32:59.629Z | Checking lru v0.12.5 |
| 4335 | 2026-08-07T21:32:59.636Z | Checking cassowary v0.3.0 |
| 4336 | 2026-08-07T21:32:59.717Z | Checking compact_str v0.8.1 |
| 4337 | 2026-08-07T21:33:00.524Z | Checking ratatui v0.29.0 |
| 4338 | 2026-08-07T21:33:01.568Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 4339 | 2026-08-07T21:33:02.287Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.39s |
| 4340 | 2026-08-07T21:33:02.458Z | |
| 4341 | 2026-08-07T21:33:02.458Z | info: running `cargo check --bins` on clickhouse-cluster-dev (272/335) |
| 4342 | 2026-08-07T21:33:02.960Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4343 | 2026-08-07T21:33:02.964Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4344 | 2026-08-07T21:33:03.156Z | Checking headers-core v0.3.0 |
| 4345 | 2026-08-07T21:33:03.160Z | Checking port-file v0.1.0 |
| 4346 | 2026-08-07T21:33:03.160Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 4347 | 2026-08-07T21:33:03.352Z | Checking headers v0.4.1 |
| 4348 | 2026-08-07T21:33:03.715Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4349 | 2026-08-07T21:33:04.662Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 4350 | 2026-08-07T21:33:05.176Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 4351 | 2026-08-07T21:33:05.611Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.14s |
| 4352 | 2026-08-07T21:33:05.799Z | |
| 4353 | 2026-08-07T21:33:05.799Z | info: running `cargo check --bins` on ch-dev (273/335) |
| 4354 | 2026-08-07T21:33:06.299Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4355 | 2026-08-07T21:33:06.302Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4356 | 2026-08-07T21:33:06.491Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 4357 | 2026-08-07T21:33:07.245Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s |
| 4358 | 2026-08-07T21:33:07.428Z | |
| 4359 | 2026-08-07T21:33:07.428Z | info: running `cargo check --bins` on dev-tools-common (274/335) |
| 4360 | 2026-08-07T21:33:07.790Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4361 | 2026-08-07T21:33:07.793Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4362 | 2026-08-07T21:33:07.793Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4363 | 2026-08-07T21:33:07.796Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 4364 | 2026-08-07T21:33:07.844Z | |
| 4365 | 2026-08-07T21:33:07.844Z | info: running `cargo check --bins` on corpus-adjust (275/335) |
| 4366 | 2026-08-07T21:33:08.318Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4367 | 2026-08-07T21:33:08.321Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4368 | 2026-08-07T21:33:08.457Z | Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust) |
| 4369 | 2026-08-07T21:33:08.833Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
| 4370 | 2026-08-07T21:33:08.997Z | |
| 4371 | 2026-08-07T21:33:08.997Z | info: running `cargo check --bins` on crdb-seed (276/335) |
| 4372 | 2026-08-07T21:33:09.504Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4373 | 2026-08-07T21:33:09.507Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4374 | 2026-08-07T21:33:09.696Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4375 | 2026-08-07T21:33:10.798Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 4376 | 2026-08-07T21:33:11.149Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.14s |
| 4377 | 2026-08-07T21:33:11.332Z | |
| 4378 | 2026-08-07T21:33:11.332Z | info: running `cargo check --bins` on db-dev (277/335) |
| 4379 | 2026-08-07T21:33:11.839Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4380 | 2026-08-07T21:33:11.842Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4381 | 2026-08-07T21:33:12.033Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 4382 | 2026-08-07T21:33:12.800Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s |
| 4383 | 2026-08-07T21:33:12.982Z | |
| 4384 | 2026-08-07T21:33:12.982Z | info: running `cargo check --bins` on omicron-dev-lib (278/335) |
| 4385 | 2026-08-07T21:33:13.490Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4386 | 2026-08-07T21:33:13.493Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4387 | 2026-08-07T21:33:13.493Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4388 | 2026-08-07T21:33:13.497Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4389 | 2026-08-07T21:33:13.587Z | |
| 4390 | 2026-08-07T21:33:13.587Z | info: running `cargo check --bins` on xtask-downloader (279/335) |
| 4391 | 2026-08-07T21:33:14.052Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4392 | 2026-08-07T21:33:14.066Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4393 | 2026-08-07T21:33:14.187Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 4394 | 2026-08-07T21:33:14.878Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s |
| 4395 | 2026-08-07T21:33:15.038Z | |
| 4396 | 2026-08-07T21:33:15.038Z | info: running `cargo check --bins` on omicron-dropshot-apis (280/335) |
| 4397 | 2026-08-07T21:33:15.549Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4398 | 2026-08-07T21:33:15.553Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4399 | 2026-08-07T21:33:15.767Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4400 | 2026-08-07T21:33:15.767Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4401 | 2026-08-07T21:33:15.770Z | Checking git-stub v1.0.0 |
| 4402 | 2026-08-07T21:33:15.771Z | Compiling trait-variant v0.1.2 |
| 4403 | 2026-08-07T21:33:15.771Z | Checking is_ci v1.2.0 |
| 4404 | 2026-08-07T21:33:15.885Z | Checking maplit v1.0.2 |
| 4405 | 2026-08-07T21:33:15.907Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4406 | 2026-08-07T21:33:15.918Z | Checking drift v0.2.0 |
| 4407 | 2026-08-07T21:33:15.967Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4408 | 2026-08-07T21:33:15.980Z | Checking supports-color v3.0.2 |
| 4409 | 2026-08-07T21:33:16.020Z | Checking git-stub-vcs v0.1.0 |
| 4410 | 2026-08-07T21:33:16.093Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4411 | 2026-08-07T21:33:16.107Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4412 | 2026-08-07T21:33:16.136Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4413 | 2026-08-07T21:33:16.215Z | Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 4414 | 2026-08-07T21:33:16.270Z | Checking dropshot-api-manager v0.7.2 |
| 4415 | 2026-08-07T21:33:16.310Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 4416 | 2026-08-07T21:33:16.429Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 4417 | 2026-08-07T21:33:16.669Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4418 | 2026-08-07T21:33:17.137Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4419 | 2026-08-07T21:33:18.102Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4420 | 2026-08-07T21:33:19.109Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4421 | 2026-08-07T21:33:19.783Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 4422 | 2026-08-07T21:33:20.233Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.19s |
| 4423 | 2026-08-07T21:33:20.236Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4424 | 2026-08-07T21:33:20.236Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4425 | 2026-08-07T21:33:20.426Z | |
| 4426 | 2026-08-07T21:33:20.426Z | info: running `cargo check --bins` on installinator-api (281/335) |
| 4427 | 2026-08-07T21:33:20.896Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4428 | 2026-08-07T21:33:20.899Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4429 | 2026-08-07T21:33:20.899Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4430 | 2026-08-07T21:33:20.902Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4431 | 2026-08-07T21:33:20.982Z | |
| 4432 | 2026-08-07T21:33:20.982Z | info: running `cargo check --bins` on nexus-external-api (282/335) |
| 4433 | 2026-08-07T21:33:21.485Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4434 | 2026-08-07T21:33:21.489Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4435 | 2026-08-07T21:33:21.489Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4436 | 2026-08-07T21:33:21.493Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4437 | 2026-08-07T21:33:21.581Z | |
| 4438 | 2026-08-07T21:33:21.581Z | info: running `cargo check --bins` on nexus-internal-api (283/335) |
| 4439 | 2026-08-07T21:33:22.083Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4440 | 2026-08-07T21:33:22.086Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4441 | 2026-08-07T21:33:22.086Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4442 | 2026-08-07T21:33:22.089Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4443 | 2026-08-07T21:33:22.176Z | |
| 4444 | 2026-08-07T21:33:22.176Z | info: running `cargo check --bins` on nexus-lockstep-api (284/335) |
| 4445 | 2026-08-07T21:33:22.677Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4446 | 2026-08-07T21:33:22.680Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4447 | 2026-08-07T21:33:22.680Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4448 | 2026-08-07T21:33:22.685Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4449 | 2026-08-07T21:33:22.772Z | |
| 4450 | 2026-08-07T21:33:22.772Z | info: running `cargo check --bins` on ntp-admin-api (285/335) |
| 4451 | 2026-08-07T21:33:23.242Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4452 | 2026-08-07T21:33:23.245Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4453 | 2026-08-07T21:33:23.245Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4454 | 2026-08-07T21:33:23.249Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4455 | 2026-08-07T21:33:23.329Z | |
| 4456 | 2026-08-07T21:33:23.329Z | info: running `cargo check --bins` on ntp-admin-types-versions (286/335) |
| 4457 | 2026-08-07T21:33:23.791Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4458 | 2026-08-07T21:33:23.794Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4459 | 2026-08-07T21:33:23.794Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4460 | 2026-08-07T21:33:23.798Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4461 | 2026-08-07T21:33:23.874Z | |
| 4462 | 2026-08-07T21:33:23.874Z | info: running `cargo check --bins` on wicketd-api (287/335) |
| 4463 | 2026-08-07T21:33:24.359Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4464 | 2026-08-07T21:33:24.362Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4465 | 2026-08-07T21:33:24.362Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4466 | 2026-08-07T21:33:24.366Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4467 | 2026-08-07T21:33:24.450Z | |
| 4468 | 2026-08-07T21:33:24.450Z | info: running `cargo check --bins` on wicketd-commission-api (288/335) |
| 4469 | 2026-08-07T21:33:24.929Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4470 | 2026-08-07T21:33:24.932Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4471 | 2026-08-07T21:33:24.932Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4472 | 2026-08-07T21:33:24.936Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4473 | 2026-08-07T21:33:25.019Z | |
| 4474 | 2026-08-07T21:33:25.019Z | info: running `cargo check --bins` on omicron-ls-apis (289/335) |
| 4475 | 2026-08-07T21:33:25.489Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4476 | 2026-08-07T21:33:25.493Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4477 | 2026-08-07T21:33:25.626Z | Compiling blake3 v1.8.5 |
| 4478 | 2026-08-07T21:33:25.734Z | Checking constant_time_eq v0.4.2 |
| 4479 | 2026-08-07T21:33:25.737Z | Checking arrayvec v0.7.6 |
| 4480 | 2026-08-07T21:33:25.737Z | Checking arrayref v0.3.9 |
| 4481 | 2026-08-07T21:33:25.755Z | Checking cargo-platform v0.3.2 |
| 4482 | 2026-08-07T21:33:25.758Z | Checking topological-sort v0.2.2 |
| 4483 | 2026-08-07T21:33:25.758Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 4484 | 2026-08-07T21:33:25.908Z | Checking cargo_metadata v0.23.1 |
| 4485 | 2026-08-07T21:33:26.608Z | Checking omicron-zone-package v0.12.3 |
| 4486 | 2026-08-07T21:33:27.326Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 4487 | 2026-08-07T21:33:28.163Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.13s |
| 4488 | 2026-08-07T21:33:28.329Z | |
| 4489 | 2026-08-07T21:33:28.329Z | info: running `cargo check --bins` on mgs-dev (290/335) |
| 4490 | 2026-08-07T21:33:28.840Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4491 | 2026-08-07T21:33:28.843Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4492 | 2026-08-07T21:33:29.044Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4493 | 2026-08-07T21:33:29.670Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 4494 | 2026-08-07T21:33:30.179Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s |
| 4495 | 2026-08-07T21:33:30.375Z | |
| 4496 | 2026-08-07T21:33:30.375Z | info: running `cargo check --bins` on omicron-omdb (291/335) |
| 4497 | 2026-08-07T21:33:30.920Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4498 | 2026-08-07T21:33:30.924Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4499 | 2026-08-07T21:33:31.328Z | Compiling darling_core v0.21.3 |
| 4500 | 2026-08-07T21:33:31.328Z | Compiling vergen-lib v0.1.6 |
| 4501 | 2026-08-07T21:33:31.328Z | Compiling diesel_derives v2.3.7 |
| 4502 | 2026-08-07T21:33:31.331Z | Checking scheduled-thread-pool v0.2.7 |
| 4503 | 2026-08-07T21:33:31.331Z | Compiling vergen-gitcl v1.0.8 |
| 4504 | 2026-08-07T21:33:31.331Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4505 | 2026-08-07T21:33:31.331Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 4506 | 2026-08-07T21:33:31.519Z | Compiling dirs-sys-next v0.1.2 |
| 4507 | 2026-08-07T21:33:31.603Z | Compiling crunchy v0.2.4 |
| 4508 | 2026-08-07T21:33:31.651Z | Compiling glob v0.3.3 |
| 4509 | 2026-08-07T21:33:31.682Z | Checking r2d2 v0.8.10 |
| 4510 | 2026-08-07T21:33:31.733Z | Compiling dirs-next v2.0.0 |
| 4511 | 2026-08-07T21:33:31.824Z | Checking downcast-rs v2.0.2 |
| 4512 | 2026-08-07T21:33:31.849Z | Compiling tiny-keccak v2.0.2 |
| 4513 | 2026-08-07T21:33:31.880Z | Compiling term v0.7.0 |
| 4514 | 2026-08-07T21:33:31.982Z | Compiling bit-vec v0.6.3 |
| 4515 | 2026-08-07T21:33:32.024Z | Compiling clang-sys v1.8.1 |
| 4516 | 2026-08-07T21:33:32.102Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 4517 | 2026-08-07T21:33:32.200Z | Compiling bit-set v0.5.3 |
| 4518 | 2026-08-07T21:33:32.287Z | Compiling ascii-canvas v3.0.0 |
| 4519 | 2026-08-07T21:33:32.366Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 4520 | 2026-08-07T21:33:32.405Z | Compiling itertools v0.10.5 |
| 4521 | 2026-08-07T21:33:32.421Z | Compiling ena v0.14.4 |
| 4522 | 2026-08-07T21:33:32.471Z | Compiling libloading v0.8.9 |
| 4523 | 2026-08-07T21:33:32.475Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 4524 | 2026-08-07T21:33:32.516Z | Compiling regex-syntax v0.6.29 |
| 4525 | 2026-08-07T21:33:32.533Z | Compiling bindgen v0.71.1 |
| 4526 | 2026-08-07T21:33:32.628Z | Compiling diff v0.1.13 |
| 4527 | 2026-08-07T21:33:32.929Z | Compiling cexpr v0.6.0 |
| 4528 | 2026-08-07T21:33:32.946Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4529 | 2026-08-07T21:33:33.098Z | Compiling rustc-hash v2.1.1 |
| 4530 | 2026-08-07T21:33:33.131Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4531 | 2026-08-07T21:33:33.420Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 4532 | 2026-08-07T21:33:33.464Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 4533 | 2026-08-07T21:33:33.482Z | Compiling libxml v0.3.3 |
| 4534 | 2026-08-07T21:33:33.601Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4535 | 2026-08-07T21:33:33.734Z | Compiling strum_macros v0.24.3 |
| 4536 | 2026-08-07T21:33:33.757Z | Compiling indoc v1.0.9 |
| 4537 | 2026-08-07T21:33:33.812Z | Compiling lalrpop v0.19.12 |
| 4538 | 2026-08-07T21:33:34.053Z | Compiling darling_macro v0.21.3 |
| 4539 | 2026-08-07T21:33:34.574Z | Compiling darling v0.21.3 |
| 4540 | 2026-08-07T21:33:34.672Z | Compiling dsl_auto_type v0.2.0 |
| 4541 | 2026-08-07T21:33:34.724Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4542 | 2026-08-07T21:33:34.913Z | Checking derive_builder v0.20.2 |
| 4543 | 2026-08-07T21:33:35.037Z | Compiling oso-derive v0.27.3 |
| 4544 | 2026-08-07T21:33:35.116Z | Checking quick-xml v0.37.5 |
| 4545 | 2026-08-07T21:33:35.186Z | Compiling impl-trait-for-tuples v0.2.3 |
| 4546 | 2026-08-07T21:33:35.544Z | Checking openssl-probe v0.1.6 |
| 4547 | 2026-08-07T21:33:35.683Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 4548 | 2026-08-07T21:33:35.985Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4549 | 2026-08-07T21:33:36.173Z | Checking bb8 v0.8.6 |
| 4550 | 2026-08-07T21:33:36.284Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4551 | 2026-08-07T21:33:36.416Z | Checking nonempty v0.12.0 |
| 4552 | 2026-08-07T21:33:36.454Z | Compiling libz-sys v1.1.24 |
| 4553 | 2026-08-07T21:33:36.499Z | Compiling strsim v0.10.0 |
| 4554 | 2026-08-07T21:33:36.579Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 4555 | 2026-08-07T21:33:36.728Z | Compiling darling_core v0.13.4 |
| 4556 | 2026-08-07T21:33:36.842Z | Compiling vergen-git2 v9.1.0 |
| 4557 | 2026-08-07T21:33:37.016Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4558 | 2026-08-07T21:33:37.062Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4559 | 2026-08-07T21:33:37.228Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4560 | 2026-08-07T21:33:37.440Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 4561 | 2026-08-07T21:33:37.624Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 4562 | 2026-08-07T21:33:37.812Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4563 | 2026-08-07T21:33:38.000Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4564 | 2026-08-07T21:33:38.040Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4565 | 2026-08-07T21:33:38.186Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 4566 | 2026-08-07T21:33:38.374Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4567 | 2026-08-07T21:33:38.559Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4568 | 2026-08-07T21:33:38.582Z | Compiling darling_macro v0.13.4 |
| 4569 | 2026-08-07T21:33:38.744Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4570 | 2026-08-07T21:33:39.092Z | Compiling darling v0.13.4 |
| 4571 | 2026-08-07T21:33:39.182Z | Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 4572 | 2026-08-07T21:33:39.199Z | Compiling serde_with_macros v1.5.2 |
| 4573 | 2026-08-07T21:33:39.578Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 4574 | 2026-08-07T21:33:40.056Z | Compiling serde_with v1.14.0 |
| 4575 | 2026-08-07T21:33:40.172Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4576 | 2026-08-07T21:33:40.192Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 4577 | 2026-08-07T21:33:40.525Z | Checking diesel v2.3.7 |
| 4578 | 2026-08-07T21:33:41.198Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 4579 | 2026-08-07T21:33:41.880Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4580 | 2026-08-07T21:33:41.982Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 4581 | 2026-08-07T21:33:42.693Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4582 | 2026-08-07T21:33:42.785Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4583 | 2026-08-07T21:33:43.439Z | Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 4584 | 2026-08-07T21:33:43.460Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4585 | 2026-08-07T21:33:43.531Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4586 | 2026-08-07T21:33:43.719Z | Checking twox-hash v2.1.2 |
| 4587 | 2026-08-07T21:33:43.938Z | Checking libsw-core v0.3.2 |
| 4588 | 2026-08-07T21:33:44.050Z | Checking atty v0.2.14 |
| 4589 | 2026-08-07T21:33:44.098Z | Checking libsw v3.5.0 |
| 4590 | 2026-08-07T21:33:44.155Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4591 | 2026-08-07T21:33:44.260Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 4592 | 2026-08-07T21:33:44.662Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4593 | 2026-08-07T21:33:44.690Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 4594 | 2026-08-07T21:33:44.845Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 4595 | 2026-08-07T21:33:46.156Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4596 | 2026-08-07T21:33:46.259Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4597 | 2026-08-07T21:33:46.316Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4598 | 2026-08-07T21:33:46.861Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 4599 | 2026-08-07T21:33:47.013Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4600 | 2026-08-07T21:33:47.201Z | Checking console v0.16.2 |
| 4601 | 2026-08-07T21:33:47.515Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 4602 | 2026-08-07T21:33:47.663Z | Checking fatfs v0.3.6 |
| 4603 | 2026-08-07T21:33:47.831Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 4604 | 2026-08-07T21:33:48.118Z | Compiling seq-macro v0.3.6 |
| 4605 | 2026-08-07T21:33:48.618Z | Checking unit-prefix v0.5.2 |
| 4606 | 2026-08-07T21:33:48.759Z | Checking indicatif v0.18.4 |
| 4607 | 2026-08-07T21:33:49.163Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4608 | 2026-08-07T21:33:49.179Z | Checking oxide-update-engine-display v0.1.2 |
| 4609 | 2026-08-07T21:33:49.382Z | Checking support-bundle-viewer v0.1.2 |
| 4610 | 2026-08-07T21:33:49.484Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4611 | 2026-08-07T21:33:49.628Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4612 | 2026-08-07T21:33:49.804Z | Checking multimap v0.10.1 |
| 4613 | 2026-08-07T21:33:55.617Z | Checking async-bb8-diesel v0.2.1 |
| 4614 | 2026-08-07T21:33:55.968Z | Checking diesel-dtrace v0.5.0 |
| 4615 | 2026-08-07T21:34:00.175Z | Compiling samael v0.0.19 |
| 4616 | 2026-08-07T21:34:03.528Z | Compiling git2 v0.20.4 |
| 4617 | 2026-08-07T21:34:05.017Z | Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 4618 | 2026-08-07T21:34:06.063Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 4619 | 2026-08-07T21:34:06.170Z | Compiling polar-core v0.27.3 |
| 4620 | 2026-08-07T21:34:10.740Z | Checking oso v0.27.3 |
| 4621 | 2026-08-07T21:34:42.556Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4622 | 2026-08-07T21:35:56.946Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 26s |
| 4623 | 2026-08-07T21:35:56.950Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4624 | 2026-08-07T21:35:56.950Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4625 | 2026-08-07T21:35:57.175Z | |
| 4626 | 2026-08-07T21:35:57.175Z | info: running `cargo check --bins` on nexus-networking (292/335) |
| 4627 | 2026-08-07T21:35:57.741Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4628 | 2026-08-07T21:35:57.744Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4629 | 2026-08-07T21:35:57.744Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4630 | 2026-08-07T21:35:57.749Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 4631 | 2026-08-07T21:35:57.846Z | |
| 4632 | 2026-08-07T21:35:57.846Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (293/335) |
| 4633 | 2026-08-07T21:35:58.367Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4634 | 2026-08-07T21:35:58.370Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4635 | 2026-08-07T21:35:58.370Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4636 | 2026-08-07T21:35:58.375Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4637 | 2026-08-07T21:35:58.469Z | |
| 4638 | 2026-08-07T21:35:58.469Z | info: running `cargo check --bins` on nexus-saga-recovery (294/335) |
| 4639 | 2026-08-07T21:35:58.997Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4640 | 2026-08-07T21:35:59.000Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4641 | 2026-08-07T21:35:59.000Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4642 | 2026-08-07T21:35:59.004Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4643 | 2026-08-07T21:35:59.093Z | |
| 4644 | 2026-08-07T21:35:59.093Z | info: running `cargo check --bins` on nexus-test-utils-macros (295/335) |
| 4645 | 2026-08-07T21:35:59.569Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4646 | 2026-08-07T21:35:59.572Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4647 | 2026-08-07T21:35:59.572Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4648 | 2026-08-07T21:35:59.576Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4649 | 2026-08-07T21:35:59.657Z | |
| 4650 | 2026-08-07T21:35:59.657Z | info: running `cargo check --bins --no-default-features` on omicron-nexus (296/335) |
| 4651 | 2026-08-07T21:36:00.202Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4652 | 2026-08-07T21:36:00.206Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4653 | 2026-08-07T21:36:00.484Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4654 | 2026-08-07T21:36:01.240Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s |
| 4655 | 2026-08-07T21:36:01.243Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4656 | 2026-08-07T21:36:01.243Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4657 | 2026-08-07T21:36:01.450Z | |
| 4658 | 2026-08-07T21:36:01.450Z | info: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (297/335) |
| 4659 | 2026-08-07T21:36:01.993Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4660 | 2026-08-07T21:36:01.996Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4661 | 2026-08-07T21:36:02.264Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4662 | 2026-08-07T21:36:41.112Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.65s |
| 4663 | 2026-08-07T21:36:41.115Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4664 | 2026-08-07T21:36:41.115Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4665 | 2026-08-07T21:36:41.319Z | |
| 4666 | 2026-08-07T21:36:41.319Z | info: running `cargo check --bins --no-default-features` on nexus-background-task-interface (298/335) |
| 4667 | 2026-08-07T21:36:41.786Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4668 | 2026-08-07T21:36:41.789Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4669 | 2026-08-07T21:36:41.789Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4670 | 2026-08-07T21:36:41.793Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4671 | 2026-08-07T21:36:41.874Z | |
| 4672 | 2026-08-07T21:36:41.874Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (299/335) |
| 4673 | 2026-08-07T21:36:42.339Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4674 | 2026-08-07T21:36:42.342Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4675 | 2026-08-07T21:36:42.342Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4676 | 2026-08-07T21:36:42.346Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4677 | 2026-08-07T21:36:42.427Z | |
| 4678 | 2026-08-07T21:36:42.427Z | info: running `cargo check --bins --no-default-features` on nexus-fm (300/335) |
| 4679 | 2026-08-07T21:36:42.942Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4680 | 2026-08-07T21:36:42.945Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4681 | 2026-08-07T21:36:42.945Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4682 | 2026-08-07T21:36:42.950Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4683 | 2026-08-07T21:36:43.039Z | |
| 4684 | 2026-08-07T21:36:43.039Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-fm (301/335) |
| 4685 | 2026-08-07T21:36:43.560Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4686 | 2026-08-07T21:36:43.563Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4687 | 2026-08-07T21:36:43.563Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4688 | 2026-08-07T21:36:43.568Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4689 | 2026-08-07T21:36:43.659Z | |
| 4690 | 2026-08-07T21:36:43.659Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (302/335) |
| 4691 | 2026-08-07T21:36:44.186Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4692 | 2026-08-07T21:36:44.189Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4693 | 2026-08-07T21:36:44.189Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4694 | 2026-08-07T21:36:44.194Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4695 | 2026-08-07T21:36:44.282Z | |
| 4696 | 2026-08-07T21:36:44.282Z | info: running `cargo check --bins` on nexus-mgs-updates (303/335) |
| 4697 | 2026-08-07T21:36:44.793Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4698 | 2026-08-07T21:36:44.796Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4699 | 2026-08-07T21:36:44.796Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4700 | 2026-08-07T21:36:44.801Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4701 | 2026-08-07T21:36:44.893Z | |
| 4702 | 2026-08-07T21:36:44.893Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (304/335) |
| 4703 | 2026-08-07T21:36:45.418Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4704 | 2026-08-07T21:36:45.421Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4705 | 2026-08-07T21:36:45.421Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4706 | 2026-08-07T21:36:45.427Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4707 | 2026-08-07T21:36:45.521Z | |
| 4708 | 2026-08-07T21:36:45.521Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (305/335) |
| 4709 | 2026-08-07T21:36:46.042Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4710 | 2026-08-07T21:36:46.045Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4711 | 2026-08-07T21:36:46.045Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4712 | 2026-08-07T21:36:46.049Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4713 | 2026-08-07T21:36:46.138Z | |
| 4714 | 2026-08-07T21:36:46.138Z | info: running `cargo check --bins` on nexus-switch-config (306/335) |
| 4715 | 2026-08-07T21:36:46.644Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4716 | 2026-08-07T21:36:46.647Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4717 | 2026-08-07T21:36:46.647Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4718 | 2026-08-07T21:36:46.651Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4719 | 2026-08-07T21:36:46.737Z | |
| 4720 | 2026-08-07T21:36:46.737Z | info: running `cargo check --bins` on nexus-switch-config-preparation (307/335) |
| 4721 | 2026-08-07T21:36:47.258Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4722 | 2026-08-07T21:36:47.261Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4723 | 2026-08-07T21:36:47.261Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4724 | 2026-08-07T21:36:47.266Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4725 | 2026-08-07T21:36:47.361Z | |
| 4726 | 2026-08-07T21:36:47.361Z | info: running `cargo check --bins` on support-bundle-collection (308/335) |
| 4727 | 2026-08-07T21:36:47.884Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4728 | 2026-08-07T21:36:47.887Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4729 | 2026-08-07T21:36:47.887Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4730 | 2026-08-07T21:36:47.892Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4731 | 2026-08-07T21:36:47.986Z | |
| 4732 | 2026-08-07T21:36:47.986Z | info: running `cargo check --bins` on omicron-dev (309/335) |
| 4733 | 2026-08-07T21:36:48.544Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4734 | 2026-08-07T21:36:48.547Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4735 | 2026-08-07T21:36:48.869Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4736 | 2026-08-07T21:36:48.873Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4737 | 2026-08-07T21:36:49.056Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 4738 | 2026-08-07T21:36:49.086Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 4739 | 2026-08-07T21:36:49.102Z | Checking diff v0.1.13 |
| 4740 | 2026-08-07T21:36:49.106Z | Checking yansi v1.0.1 |
| 4741 | 2026-08-07T21:36:49.132Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4742 | 2026-08-07T21:36:49.149Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 4743 | 2026-08-07T21:36:49.357Z | Checking pretty_assertions v1.4.1 |
| 4744 | 2026-08-07T21:36:50.117Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4745 | 2026-08-07T21:36:50.147Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4746 | 2026-08-07T21:37:14.854Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4747 | 2026-08-07T21:37:14.870Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4748 | 2026-08-07T21:37:14.871Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4749 | 2026-08-07T21:37:14.871Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4750 | 2026-08-07T21:37:14.871Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4751 | 2026-08-07T21:37:14.871Z | Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 4752 | 2026-08-07T21:37:14.871Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4753 | 2026-08-07T21:37:15.723Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4754 | 2026-08-07T21:37:15.728Z | Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 4755 | 2026-08-07T21:37:16.999Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4756 | 2026-08-07T21:37:55.388Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s |
| 4757 | 2026-08-07T21:37:55.392Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4758 | 2026-08-07T21:37:55.392Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4759 | 2026-08-07T21:37:55.596Z | |
| 4760 | 2026-08-07T21:37:55.596Z | info: running `cargo check --bins` on oximeter-load-test (310/335) |
| 4761 | 2026-08-07T21:37:56.106Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4762 | 2026-08-07T21:37:56.113Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4763 | 2026-08-07T21:37:56.296Z | Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test) |
| 4764 | 2026-08-07T21:37:56.937Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s |
| 4765 | 2026-08-07T21:37:57.122Z | |
| 4766 | 2026-08-07T21:37:57.122Z | info: running `cargo check --bins` on omicron-pins (311/335) |
| 4767 | 2026-08-07T21:37:57.591Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4768 | 2026-08-07T21:37:57.594Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4769 | 2026-08-07T21:37:57.594Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4770 | 2026-08-07T21:37:57.598Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4771 | 2026-08-07T21:37:57.679Z | |
| 4772 | 2026-08-07T21:37:57.679Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (312/335) |
| 4773 | 2026-08-07T21:37:58.202Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4774 | 2026-08-07T21:37:58.207Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4775 | 2026-08-07T21:37:58.446Z | Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4776 | 2026-08-07T21:37:58.567Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4777 | 2026-08-07T21:37:58.575Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 4778 | 2026-08-07T21:38:25.226Z | Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4779 | 2026-08-07T21:38:25.630Z | Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4780 | 2026-08-07T21:38:27.420Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4781 | 2026-08-07T21:38:27.895Z | Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4782 | 2026-08-07T21:38:31.002Z | Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4783 | 2026-08-07T21:38:54.834Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4784 | 2026-08-07T21:38:55.561Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4785 | 2026-08-07T21:38:57.248Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.56s |
| 4786 | 2026-08-07T21:38:57.448Z | |
| 4787 | 2026-08-07T21:38:57.448Z | info: running `cargo check --bins` on reconfigurator-sp-updater (313/335) |
| 4788 | 2026-08-07T21:38:57.958Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4789 | 2026-08-07T21:38:57.961Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4790 | 2026-08-07T21:38:58.150Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 4791 | 2026-08-07T21:38:58.845Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s |
| 4792 | 2026-08-07T21:38:59.035Z | |
| 4793 | 2026-08-07T21:38:59.035Z | info: running `cargo check --bins` on omicron-releng (314/335) |
| 4794 | 2026-08-07T21:38:59.523Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4795 | 2026-08-07T21:38:59.526Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4796 | 2026-08-07T21:38:59.672Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 4797 | 2026-08-07T21:38:59.778Z | Compiling fs-err v2.11.0 |
| 4798 | 2026-08-07T21:38:59.787Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 4799 | 2026-08-07T21:38:59.797Z | Checking parse-size v1.1.0 |
| 4800 | 2026-08-07T21:38:59.805Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 4801 | 2026-08-07T21:38:59.808Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4802 | 2026-08-07T21:38:59.808Z | Checking shell-words v1.1.1 |
| 4803 | 2026-08-07T21:38:59.897Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 4804 | 2026-08-07T21:39:00.224Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 4805 | 2026-08-07T21:39:00.408Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 4806 | 2026-08-07T21:39:01.078Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 4807 | 2026-08-07T21:39:01.685Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 4808 | 2026-08-07T21:39:02.712Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.66s |
| 4809 | 2026-08-07T21:39:02.875Z | |
| 4810 | 2026-08-07T21:39:02.875Z | info: running `cargo check --bins` on update-common (315/335) |
| 4811 | 2026-08-07T21:39:03.361Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4812 | 2026-08-07T21:39:03.365Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4813 | 2026-08-07T21:39:03.365Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4814 | 2026-08-07T21:39:03.365Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4815 | 2026-08-07T21:39:03.451Z | |
| 4816 | 2026-08-07T21:39:03.451Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (316/335) |
| 4817 | 2026-08-07T21:39:03.926Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4818 | 2026-08-07T21:39:03.930Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4819 | 2026-08-07T21:39:04.072Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 4820 | 2026-08-07T21:39:04.572Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s |
| 4821 | 2026-08-07T21:39:04.766Z | |
| 4822 | 2026-08-07T21:39:04.766Z | info: running `cargo check --bins` on schema (317/335) |
| 4823 | 2026-08-07T21:39:05.265Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4824 | 2026-08-07T21:39:05.270Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4825 | 2026-08-07T21:39:05.468Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 4826 | 2026-08-07T21:39:06.178Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s |
| 4827 | 2026-08-07T21:39:06.368Z | |
| 4828 | 2026-08-07T21:39:06.368Z | info: running `cargo check --bins` on xtask (318/335) |
| 4829 | 2026-08-07T21:39:06.753Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4830 | 2026-08-07T21:39:06.756Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4831 | 2026-08-07T21:39:06.774Z | Checking serde_core v1.0.228 |
| 4832 | 2026-08-07T21:39:06.774Z | Checking libc v0.2.185 |
| 4833 | 2026-08-07T21:39:06.777Z | Checking bitflags v2.11.0 |
| 4834 | 2026-08-07T21:39:06.860Z | Checking scroll v0.12.0 |
| 4835 | 2026-08-07T21:39:06.863Z | Checking thiserror v1.0.69 |
| 4836 | 2026-08-07T21:39:06.875Z | Checking log v0.4.29 |
| 4837 | 2026-08-07T21:39:06.882Z | Checking zerocopy v0.7.35 |
| 4838 | 2026-08-07T21:39:06.890Z | Checking indexmap v2.14.0 |
| 4839 | 2026-08-07T21:39:06.955Z | Checking syn v2.0.117 |
| 4840 | 2026-08-07T21:39:06.995Z | Checking dtrace-parser v0.2.0 |
| 4841 | 2026-08-07T21:39:07.019Z | Checking once_cell v1.21.3 |
| 4842 | 2026-08-07T21:39:07.081Z | Checking goblin v0.8.2 |
| 4843 | 2026-08-07T21:39:07.133Z | Checking errno v0.3.14 |
| 4844 | 2026-08-07T21:39:07.193Z | Checking thread-id v4.2.2 |
| 4845 | 2026-08-07T21:39:07.229Z | Checking getrandom v0.4.1 |
| 4846 | 2026-08-07T21:39:07.251Z | Checking rustix v1.1.3 |
| 4847 | 2026-08-07T21:39:07.272Z | Checking memmap v0.7.0 |
| 4848 | 2026-08-07T21:39:07.360Z | Checking thiserror v2.0.18 |
| 4849 | 2026-08-07T21:39:07.372Z | Checking fs-err v3.3.0 |
| 4850 | 2026-08-07T21:39:07.394Z | Checking tabled v0.15.0 |
| 4851 | 2026-08-07T21:39:07.426Z | Checking anyhow v1.0.102 |
| 4852 | 2026-08-07T21:39:08.029Z | Checking terminal_size v0.4.3 |
| 4853 | 2026-08-07T21:39:08.029Z | Checking tempfile v3.25.0 |
| 4854 | 2026-08-07T21:39:08.138Z | Checking clap_builder v4.6.0 |
| 4855 | 2026-08-07T21:39:08.141Z | Checking textwrap v0.16.2 |
| 4856 | 2026-08-07T21:39:08.301Z | Checking serde v1.0.228 |
| 4857 | 2026-08-07T21:39:08.304Z | Checking serde_json v1.0.151 |
| 4858 | 2026-08-07T21:39:08.304Z | Checking camino v1.2.2 |
| 4859 | 2026-08-07T21:39:08.335Z | Checking semver v1.0.28 |
| 4860 | 2026-08-07T21:39:08.483Z | Checking cargo-platform v0.3.2 |
| 4861 | 2026-08-07T21:39:08.544Z | Checking camino-tempfile v1.4.1 |
| 4862 | 2026-08-07T21:39:08.718Z | Checking serde_spanned v0.6.9 |
| 4863 | 2026-08-07T21:39:08.718Z | Checking toml_datetime v0.6.11 |
| 4864 | 2026-08-07T21:39:08.722Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4865 | 2026-08-07T21:39:08.722Z | Checking macaddr v1.0.1 |
| 4866 | 2026-08-07T21:39:08.894Z | Checking toml_edit v0.22.27 |
| 4867 | 2026-08-07T21:39:08.907Z | Checking dof v0.3.0 |
| 4868 | 2026-08-07T21:39:08.911Z | Checking cargo_metadata v0.23.1 |
| 4869 | 2026-08-07T21:39:09.178Z | Checking usdt-impl v0.5.0 |
| 4870 | 2026-08-07T21:39:09.353Z | Checking clap v4.6.1 |
| 4871 | 2026-08-07T21:39:09.446Z | Checking usdt v0.5.0 |
| 4872 | 2026-08-07T21:39:09.871Z | Checking toml v0.8.23 |
| 4873 | 2026-08-07T21:39:10.131Z | Checking cargo_toml v0.21.0 |
| 4874 | 2026-08-07T21:39:10.783Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 4875 | 2026-08-07T21:39:11.185Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.81s |
| 4876 | 2026-08-07T21:39:11.280Z | |
| 4877 | 2026-08-07T21:39:11.280Z | info: running `cargo check --bins` on dnsadm (319/335) |
| 4878 | 2026-08-07T21:39:11.768Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4879 | 2026-08-07T21:39:11.772Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4880 | 2026-08-07T21:39:11.914Z | Checking arc-swap v1.8.2 |
| 4881 | 2026-08-07T21:39:12.193Z | Checking slog-scope v4.4.1 |
| 4882 | 2026-08-07T21:39:12.307Z | Checking slog-stdlog v4.1.1 |
| 4883 | 2026-08-07T21:39:12.405Z | Checking slog-envlogger v2.2.0 |
| 4884 | 2026-08-07T21:39:12.527Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 4885 | 2026-08-07T21:39:12.942Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s |
| 4886 | 2026-08-07T21:39:13.126Z | |
| 4887 | 2026-08-07T21:39:13.126Z | info: running `cargo check --bins` on end-to-end-tests (320/335) |
| 4888 | 2026-08-07T21:39:13.683Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4889 | 2026-08-07T21:39:13.687Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4890 | 2026-08-07T21:39:13.935Z | Checking cpubits v0.1.1 |
| 4891 | 2026-08-07T21:39:14.057Z | Checking pem-rfc7468 v1.0.0 |
| 4892 | 2026-08-07T21:39:14.073Z | Checking hmac v0.13.0 |
| 4893 | 2026-08-07T21:39:14.078Z | Checking universal-hash v0.6.1 |
| 4894 | 2026-08-07T21:39:14.096Z | Checking ctr v0.10.1 |
| 4895 | 2026-08-07T21:39:14.096Z | Checking aead v0.6.1 |
| 4896 | 2026-08-07T21:39:14.128Z | Checking crypto-bigint v0.7.5 |
| 4897 | 2026-08-07T21:39:14.128Z | Checking aes v0.9.1 |
| 4898 | 2026-08-07T21:39:14.159Z | Checking salsa20 v0.11.0 |
| 4899 | 2026-08-07T21:39:14.184Z | Checking polyval v0.7.1 |
| 4900 | 2026-08-07T21:39:14.233Z | Checking der v0.8.0 |
| 4901 | 2026-08-07T21:39:14.233Z | Checking pbkdf2 v0.13.0 |
| 4902 | 2026-08-07T21:39:14.263Z | Checking cbc v0.2.1 |
| 4903 | 2026-08-07T21:39:14.302Z | Checking ff v0.14.0 |
| 4904 | 2026-08-07T21:39:14.325Z | Checking signature v3.0.0 |
| 4905 | 2026-08-07T21:39:14.340Z | Checking scrypt v0.12.0 |
| 4906 | 2026-08-07T21:39:14.344Z | Checking ghash v0.6.0 |
| 4907 | 2026-08-07T21:39:14.411Z | Checking base16ct v1.0.0 |
| 4908 | 2026-08-07T21:39:14.434Z | Checking group v0.14.0 |
| 4909 | 2026-08-07T21:39:14.474Z | Checking hkdf v0.13.0 |
| 4910 | 2026-08-07T21:39:14.494Z | Compiling curve25519-dalek v5.0.0 |
| 4911 | 2026-08-07T21:39:14.513Z | Checking keccak v0.2.0 |
| 4912 | 2026-08-07T21:39:14.527Z | Checking aes-gcm v0.11.0 |
| 4913 | 2026-08-07T21:39:14.546Z | Checking poly1305 v0.9.0 |
| 4914 | 2026-08-07T21:39:14.581Z | Checking wnaf v0.14.0 |
| 4915 | 2026-08-07T21:39:14.608Z | Checking blowfish v0.10.0 |
| 4916 | 2026-08-07T21:39:14.668Z | Checking blake2 v0.11.0-rc.6 |
| 4917 | 2026-08-07T21:39:14.688Z | Checking sha3 v0.11.0 |
| 4918 | 2026-08-07T21:39:14.753Z | Checking kem v0.3.0 |
| 4919 | 2026-08-07T21:39:14.767Z | Checking bcrypt-pbkdf v0.11.0 |
| 4920 | 2026-08-07T21:39:14.812Z | Checking module-lattice v0.2.3 |
| 4921 | 2026-08-07T21:39:14.864Z | Checking sponge-cursor v0.1.0 |
| 4922 | 2026-08-07T21:39:14.918Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4923 | 2026-08-07T21:39:14.938Z | Checking argon2 v0.6.0-rc.8 |
| 4924 | 2026-08-07T21:39:14.993Z | Checking sha3 v0.12.0 |
| 4925 | 2026-08-07T21:39:14.996Z | Checking spki v0.8.0 |
| 4926 | 2026-08-07T21:39:15.027Z | Checking sec1 v0.8.1 |
| 4927 | 2026-08-07T21:39:15.040Z | Checking ml-kem v0.3.2 |
| 4928 | 2026-08-07T21:39:15.097Z | Checking internal-russh-num-bigint v0.5.0 |
| 4929 | 2026-08-07T21:39:15.173Z | Checking pkcs5 v0.8.1 |
| 4930 | 2026-08-07T21:39:15.187Z | Checking pkcs1 v0.8.0-rc.4 |
| 4931 | 2026-08-07T21:39:15.224Z | Checking num-bigint v0.4.6 |
| 4932 | 2026-08-07T21:39:15.245Z | Checking generic-array v1.4.3 |
| 4933 | 2026-08-07T21:39:15.391Z | Compiling enum_dispatch v0.3.13 |
| 4934 | 2026-08-07T21:39:15.464Z | Checking pkcs8 v0.11.0 |
| 4935 | 2026-08-07T21:39:15.639Z | Checking russh-util v0.52.0 |
| 4936 | 2026-08-07T21:39:15.664Z | Checking ed25519 v3.0.0 |
| 4937 | 2026-08-07T21:39:15.764Z | Compiling delegate v0.13.5 |
| 4938 | 2026-08-07T21:39:15.788Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4939 | 2026-08-07T21:39:15.803Z | Checking hex-literal v1.1.0 |
| 4940 | 2026-08-07T21:39:15.862Z | Checking ed25519-dalek v3.0.0 |
| 4941 | 2026-08-07T21:39:15.903Z | Checking md5 v0.8.0 |
| 4942 | 2026-08-07T21:39:15.962Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 4943 | 2026-08-07T21:39:16.071Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 4944 | 2026-08-07T21:39:16.087Z | Checking socket2 v0.5.10 |
| 4945 | 2026-08-07T21:39:16.148Z | Checking internet-checksum v0.2.1 |
| 4946 | 2026-08-07T21:39:16.194Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4947 | 2026-08-07T21:39:16.365Z | Checking elliptic-curve v0.14.1 |
| 4948 | 2026-08-07T21:39:16.365Z | Checking primefield v0.14.0 |
| 4949 | 2026-08-07T21:39:16.365Z | Checking rfc6979 v0.6.0 |
| 4950 | 2026-08-07T21:39:16.369Z | Checking ssh-encoding v0.3.0 |
| 4951 | 2026-08-07T21:39:16.369Z | Checking crypto-primes v0.7.2 |
| 4952 | 2026-08-07T21:39:16.599Z | Checking ssh-cipher v0.3.0 |
| 4953 | 2026-08-07T21:39:16.604Z | Checking russh-cryptovec v0.62.0 |
| 4954 | 2026-08-07T21:39:16.795Z | Checking primeorder v0.14.0 |
| 4955 | 2026-08-07T21:39:16.795Z | Checking ecdsa v0.17.0 |
| 4956 | 2026-08-07T21:39:17.161Z | Checking p384 v0.14.0 |
| 4957 | 2026-08-07T21:39:17.161Z | Checking p521 v0.14.0 |
| 4958 | 2026-08-07T21:39:17.165Z | Checking p256 v0.14.0 |
| 4959 | 2026-08-07T21:39:17.329Z | Checking rsa v0.10.0-rc.18 |
| 4960 | 2026-08-07T21:39:20.004Z | Checking ssh-key v0.7.0-rc.11 |
| 4961 | 2026-08-07T21:39:20.741Z | Checking russh v0.62.4 |
| 4962 | 2026-08-07T21:39:33.923Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.79s |
| 4963 | 2026-08-07T21:39:33.926Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4964 | 2026-08-07T21:39:33.926Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4965 | 2026-08-07T21:39:34.123Z | |
| 4966 | 2026-08-07T21:39:34.123Z | info: running `cargo check --bins` on gateway-cli (321/335) |
| 4967 | 2026-08-07T21:39:34.605Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4968 | 2026-08-07T21:39:34.609Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4969 | 2026-08-07T21:39:34.750Z | Checking termios v0.3.3 |
| 4970 | 2026-08-07T21:39:34.948Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 4971 | 2026-08-07T21:39:35.543Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s |
| 4972 | 2026-08-07T21:39:35.724Z | |
| 4973 | 2026-08-07T21:39:35.724Z | info: running `cargo check --bins --no-default-features` on installinator (322/335) |
| 4974 | 2026-08-07T21:39:36.224Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4975 | 2026-08-07T21:39:36.227Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4976 | 2026-08-07T21:39:36.399Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 4977 | 2026-08-07T21:39:37.092Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 4978 | 2026-08-07T21:39:38.677Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.94s |
| 4979 | 2026-08-07T21:39:38.860Z | |
| 4980 | 2026-08-07T21:39:38.861Z | info: running `cargo check --bins` on internal-dns-cli (323/335) |
| 4981 | 2026-08-07T21:39:39.338Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4982 | 2026-08-07T21:39:39.347Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4983 | 2026-08-07T21:39:39.481Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 4984 | 2026-08-07T21:39:39.918Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
| 4985 | 2026-08-07T21:39:40.085Z | |
| 4986 | 2026-08-07T21:39:40.085Z | info: running `cargo check --bins` on omicron-live-tests (324/335) |
| 4987 | 2026-08-07T21:39:40.548Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4988 | 2026-08-07T21:39:40.553Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4989 | 2026-08-07T21:39:40.553Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4990 | 2026-08-07T21:39:40.556Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4991 | 2026-08-07T21:39:40.635Z | |
| 4992 | 2026-08-07T21:39:40.635Z | info: running `cargo check --bins` on live-tests-macros (325/335) |
| 4993 | 2026-08-07T21:39:41.104Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4994 | 2026-08-07T21:39:41.107Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4995 | 2026-08-07T21:39:41.107Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4996 | 2026-08-07T21:39:41.112Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4997 | 2026-08-07T21:39:41.190Z | |
| 4998 | 2026-08-07T21:39:41.190Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (326/335) |
| 4999 | 2026-08-07T21:39:41.709Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5000 | 2026-08-07T21:39:41.712Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5001 | 2026-08-07T21:39:41.919Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 5002 | 2026-08-07T21:39:42.503Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s |
| 5003 | 2026-08-07T21:39:42.694Z | |
| 5004 | 2026-08-07T21:39:42.694Z | info: running `cargo check --bins` on omicron-ntp-admin (327/335) |
| 5005 | 2026-08-07T21:39:43.175Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5006 | 2026-08-07T21:39:43.178Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5007 | 2026-08-07T21:39:43.328Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 5008 | 2026-08-07T21:39:43.331Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 5009 | 2026-08-07T21:39:44.266Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.56s |
| 5010 | 2026-08-07T21:39:44.433Z | |
| 5011 | 2026-08-07T21:39:44.433Z | info: running `cargo check --bins` on ntp-admin-types (328/335) |
| 5012 | 2026-08-07T21:39:44.898Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5013 | 2026-08-07T21:39:44.901Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5014 | 2026-08-07T21:39:44.901Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5015 | 2026-08-07T21:39:44.906Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 5016 | 2026-08-07T21:39:44.984Z | |
| 5017 | 2026-08-07T21:39:44.984Z | info: running `cargo check --bins` on omicron-package (329/335) |
| 5018 | 2026-08-07T21:39:45.485Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5019 | 2026-08-07T21:39:45.488Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5020 | 2026-08-07T21:39:45.648Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 5021 | 2026-08-07T21:39:46.736Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s |
| 5022 | 2026-08-07T21:39:46.915Z | |
| 5023 | 2026-08-07T21:39:46.915Z | info: running `cargo check --bins` on tqdb (330/335) |
| 5024 | 2026-08-07T21:39:47.438Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5025 | 2026-08-07T21:39:47.441Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5026 | 2026-08-07T21:39:47.684Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 5027 | 2026-08-07T21:39:48.036Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 5028 | 2026-08-07T21:39:48.550Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 5029 | 2026-08-07T21:39:48.555Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 5030 | 2026-08-07T21:39:54.676Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 5031 | 2026-08-07T21:39:54.680Z | Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 5032 | 2026-08-07T21:39:54.680Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 5033 | 2026-08-07T21:39:55.308Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 5034 | 2026-08-07T21:39:55.308Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 5035 | 2026-08-07T21:39:55.311Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 5036 | 2026-08-07T21:39:56.086Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 5037 | 2026-08-07T21:39:56.523Z | Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 5038 | 2026-08-07T21:39:56.757Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 5039 | 2026-08-07T21:39:57.185Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 5040 | 2026-08-07T21:39:58.029Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 5041 | 2026-08-07T21:39:58.695Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 5042 | 2026-08-07T21:40:03.348Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 5043 | 2026-08-07T21:40:10.321Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 5044 | 2026-08-07T21:40:10.321Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 5045 | 2026-08-07T21:40:10.324Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 5046 | 2026-08-07T21:40:10.324Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 5047 | 2026-08-07T21:40:11.833Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 5048 | 2026-08-07T21:40:13.130Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 5049 | 2026-08-07T21:40:13.813Z | Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 5050 | 2026-08-07T21:40:15.074Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 5051 | 2026-08-07T21:40:15.627Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.70s |
| 5052 | 2026-08-07T21:40:15.822Z | |
| 5053 | 2026-08-07T21:40:15.822Z | info: running `cargo check --bins` on wicket-dbg (331/335) |
| 5054 | 2026-08-07T21:40:16.334Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5055 | 2026-08-07T21:40:16.337Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5056 | 2026-08-07T21:40:16.525Z | Checking rtoolbox v0.0.3 |
| 5057 | 2026-08-07T21:40:16.527Z | Checking tui-tree-widget v0.23.1 |
| 5058 | 2026-08-07T21:40:16.646Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 5059 | 2026-08-07T21:40:16.653Z | Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client) |
| 5060 | 2026-08-07T21:40:16.744Z | Checking rpassword v7.5.4 |
| 5061 | 2026-08-07T21:40:19.629Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 5062 | 2026-08-07T21:40:21.485Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 5063 | 2026-08-07T21:40:22.404Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.57s |
| 5064 | 2026-08-07T21:40:22.407Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 5065 | 2026-08-07T21:40:22.407Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 5066 | 2026-08-07T21:40:22.587Z | |
| 5067 | 2026-08-07T21:40:22.587Z | info: running `cargo check --bins` on wicket (332/335) |
| 5068 | 2026-08-07T21:40:23.099Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5069 | 2026-08-07T21:40:23.102Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5070 | 2026-08-07T21:40:23.277Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 5071 | 2026-08-07T21:40:23.636Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s |
| 5072 | 2026-08-07T21:40:23.640Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 5073 | 2026-08-07T21:40:23.640Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 5074 | 2026-08-07T21:40:23.821Z | |
| 5075 | 2026-08-07T21:40:23.821Z | info: running `cargo check --bins` on wicketd (333/335) |
| 5076 | 2026-08-07T21:40:24.329Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5077 | 2026-08-07T21:40:24.332Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5078 | 2026-08-07T21:40:24.511Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 5079 | 2026-08-07T21:40:28.182Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.35s |
| 5080 | 2026-08-07T21:40:28.185Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 5081 | 2026-08-07T21:40:28.185Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 5082 | 2026-08-07T21:40:28.364Z | |
| 5083 | 2026-08-07T21:40:28.364Z | info: running `cargo check --bins` on omicron-workspace-hack (334/335) |
| 5084 | 2026-08-07T21:40:28.836Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5085 | 2026-08-07T21:40:28.839Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5086 | 2026-08-07T21:40:28.839Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5087 | 2026-08-07T21:40:28.843Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 5088 | 2026-08-07T21:40:28.926Z | |
| 5089 | 2026-08-07T21:40:28.927Z | info: running `cargo check --bins` on zone-setup (335/335) |
| 5090 | 2026-08-07T21:40:29.467Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5091 | 2026-08-07T21:40:29.474Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5092 | 2026-08-07T21:40:29.589Z | Checking uzers v0.12.2 |
| 5093 | 2026-08-07T21:40:29.858Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 5094 | 2026-08-07T21:40:30.629Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s |
| 5095 | 2026-08-07T21:40:30.828Z | |
| 5096 | 2026-08-07T21:40:30.828Z | real 13:57.108502840 |
| 5097 | 2026-08-07T21:40:30.828Z | user 21:04.331643464 |
| 5098 | 2026-08-07T21:40:30.828Z | sys 4:18.080007177 |
| 5099 | 2026-08-07T21:40:30.828Z | trap 0.330020378 |
| 5100 | 2026-08-07T21:40:30.828Z | tflt 0.598192994 |
| 5101 | 2026-08-07T21:40:30.828Z | dflt 0.872858901 |
| 5102 | 2026-08-07T21:40:30.828Z | kflt 0.005380979 |
| 5103 | 2026-08-07T21:40:30.828Z | lock 1:26:12.598578335 |
| 5104 | 2026-08-07T21:40:30.828Z | slp 1:40:11.979312283 |
| 5105 | 2026-08-07T21:40:30.828Z | lat 56.463456275 |
| 5106 | 2026-08-07T21:40:30.828Z | stop 3:59.896106973 |
| 5107 | 2026-08-07T21:40:30.831Z | process exited: duration 965791 ms, exit code 0 |
| |
| 5108 | 2026-08-07T21:40:30.837Z | found 0 output files |