|
|
|
| 1 | 2026-05-28T17:00:15.531Z | job assigned to worker 01KSQRDVGPKSH5Q4ZBAMDD4C1E [factory aws, i-003cb7681fa5539f3] (queued for 50 s) |
| |
| 2 | 2026-05-28T17:00:22.599Z | starting task 0: "setup" |
| 3 | 2026-05-28T17:00:22.603Z | ++ uname -s |
| 4 | 2026-05-28T17:00:22.606Z | + kern=SunOS |
| 5 | 2026-05-28T17:00:22.607Z | + build_user=build |
| 6 | 2026-05-28T17:00:22.607Z | + build_uid=12345 |
| 7 | 2026-05-28T17:00:22.607Z | + work_dir=/work |
| 8 | 2026-05-28T17:00:22.607Z | + input_dir=/input |
| 9 | 2026-05-28T17:00:22.607Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-28T17:00:22.607Z | + case "$kern" in |
| 11 | 2026-05-28T17:00:22.607Z | + groupadd -g 12345 build |
| 12 | 2026-05-28T17:00:22.618Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-28T17:00:24.625Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-28T17:00:24.707Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-28T17:00:24.710Z | + home_fs=zfs |
| 16 | 2026-05-28T17:00:24.710Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-28T17:00:24.710Z | + mkdir -p /home/build |
| 18 | 2026-05-28T17:00:24.710Z | + chown build:build /home/build /work |
| 19 | 2026-05-28T17:00:26.711Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-28T17:00:26.714Z | process exited: duration 4117 ms, exit code 0 |
| |
| 21 | 2026-05-28T17:00:26.720Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-28T17:00:26.725Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-28T17:00:26.725Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-05-28T17:00:26.725Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-05-28T17:00:26.725Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-05-28T17:00:26.728Z | * rust toolchain channel = "1.94.0" |
| 27 | 2026-05-28T17:00:26.728Z | * rust toolchain profile = "default" |
| 28 | 2026-05-28T17:00:26.728Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-28T17:00:26.728Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-28T17:00:26.822Z | info: downloading installer |
| 31 | 2026-05-28T17:00:28.207Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-28T17:00:28.207Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-28T17:00:28.207Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-28T17:00:28.207Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-28T17:00:28.222Z | info: profile set to default |
| 36 | 2026-05-28T17:00:28.222Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-28T17:00:28.228Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-28T17:00:28.357Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-28T17:00:28.360Z | info: downloading 6 components |
| 40 | 2026-05-28T17:00:42.848Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-28T17:00:42.848Z | |
| 42 | 2026-05-28T17:00:42.878Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-28T17:00:42.878Z | |
| 44 | 2026-05-28T17:00:42.878Z | |
| 45 | 2026-05-28T17:00:42.878Z | Rust is installed now. Great! |
| 46 | 2026-05-28T17:00:42.878Z | |
| 47 | 2026-05-28T17:00:42.878Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-28T17:00:42.878Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-28T17:00:42.881Z | |
| 50 | 2026-05-28T17:00:42.881Z | To configure your current shell, you need to source |
| 51 | 2026-05-28T17:00:42.881Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-28T17:00:42.881Z | |
| 53 | 2026-05-28T17:00:42.881Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-28T17:00:42.881Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-28T17:00:42.881Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-28T17:00:42.881Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-28T17:00:42.881Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-28T17:00:42.881Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-28T17:00:42.881Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-28T17:00:42.881Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-28T17:00:42.881Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-28T17:00:42.962Z | + rustup --version |
| 63 | 2026-05-28T17:00:42.970Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-28T17:00:42.973Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-28T17:00:42.994Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-28T17:00:42.997Z | + cargo --version |
| 67 | 2026-05-28T17:00:43.008Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-28T17:00:43.011Z | + rustc --version |
| 69 | 2026-05-28T17:00:43.030Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-28T17:00:43.033Z | process exited: duration 16312 ms, exit code 0 |
| |
| 71 | 2026-05-28T17:00:43.039Z | starting task 2: "authentication" |
| 72 | 2026-05-28T17:00:43.056Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-05-28T17:00:43.062Z | starting task 3: "clone repository" |
| 74 | 2026-05-28T17:00:43.065Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-28T17:00:43.069Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-28T17:00:43.112Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-28T17:01:08.440Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-28T17:01:08.440Z | + git fetch origin 89a9b87616af621c742a9c408d57c06517223b9f |
| 79 | 2026-05-28T17:01:08.790Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-28T17:01:08.790Z | * branch 89a9b87616af621c742a9c408d57c06517223b9f -> FETCH_HEAD |
| 81 | 2026-05-28T17:01:08.800Z | + [[ -n fix-sp-task-dumps-location ]] |
| 82 | 2026-05-28T17:01:08.803Z | ++ git branch --show-current |
| 83 | 2026-05-28T17:01:08.803Z | + current=main |
| 84 | 2026-05-28T17:01:08.803Z | + [[ main != fix-sp-task-dumps-location ]] |
| 85 | 2026-05-28T17:01:08.803Z | + git branch -f fix-sp-task-dumps-location 89a9b87616af621c742a9c408d57c06517223b9f |
| 86 | 2026-05-28T17:01:08.806Z | + git checkout -f fix-sp-task-dumps-location |
| 87 | 2026-05-28T17:01:08.992Z | Switched to branch 'fix-sp-task-dumps-location' |
| 88 | 2026-05-28T17:01:08.996Z | + git reset --hard 89a9b87616af621c742a9c408d57c06517223b9f |
| 89 | 2026-05-28T17:01:09.180Z | HEAD is now at 89a9b8761 merge |
| 90 | 2026-05-28T17:01:09.183Z | process exited: duration 26119 ms, exit code 0 |
| |
| 91 | 2026-05-28T17:01:09.189Z | starting task 4: "build" |
| 92 | 2026-05-28T17:01:09.194Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-05-28T17:01:09.194Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-05-28T17:01:09.194Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-05-28T17:01:09.194Z | + cargo --version |
| 96 | 2026-05-28T17:01:09.205Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-05-28T17:01:09.208Z | + rustc --version |
| 98 | 2026-05-28T17:01:09.228Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-05-28T17:01:09.232Z | + source ./env.sh |
| 100 | 2026-05-28T17:01:09.232Z | ++ OLD_SHELL_OPTS=ehxB |
| 101 | 2026-05-28T17:01:09.232Z | ++ set -o xtrace |
| 102 | 2026-05-28T17:01:09.235Z | ++++ dirname ./env.sh |
| 103 | 2026-05-28T17:01:09.247Z | +++ readlink -f . |
| 104 | 2026-05-28T17:01:09.251Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 105 | 2026-05-28T17:01:09.254Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 106 | 2026-05-28T17:01:09.254Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 107 | 2026-05-28T17:01:09.254Z | ++ 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 |
| 108 | 2026-05-28T17:01:09.254Z | ++ 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 |
| 109 | 2026-05-28T17:01:09.254Z | ++ 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 |
| 110 | 2026-05-28T17:01:09.254Z | ++ 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 |
| 111 | 2026-05-28T17:01:09.254Z | ++ 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 |
| 112 | 2026-05-28T17:01:09.254Z | ++ 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 |
| 113 | 2026-05-28T17:01:09.254Z | ++ case $OLD_SHELL_OPTS in |
| 114 | 2026-05-28T17:01:09.255Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 115 | 2026-05-28T17:01:09.255Z | + export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
| 116 | 2026-05-28T17:01:09.255Z | + PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
| 117 | 2026-05-28T17:01:09.255Z | + banner prerequisites |
| 118 | 2026-05-28T17:01:09.255Z | |
| 119 | 2026-05-28T17:01:09.255Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 120 | 2026-05-28T17:01:09.255Z | # # # # # # # # # # # # # # # |
| 121 | 2026-05-28T17:01:09.255Z | # # # # ##### # # ##### # # # # # #### # |
| 122 | 2026-05-28T17:01:09.255Z | ##### ##### # ##### # # # # # # # # # |
| 123 | 2026-05-28T17:01:09.255Z | # # # # # # # # # # # # # # # |
| 124 | 2026-05-28T17:01:09.255Z | # # # ###### # # ###### ### # #### # #### # |
| 125 | 2026-05-28T17:01:09.255Z | |
| 126 | 2026-05-28T17:01:09.255Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 127 | 2026-05-28T17:01:11.102Z | Startup: Refreshing catalog 'helios' ... Done |
| 128 | 2026-05-28T17:01:11.171Z | Startup: Caching catalogs ... Done |
| 129 | 2026-05-28T17:01:11.441Z | Planning: Solver setup ... Done (0.230s) |
| 130 | 2026-05-28T17:01:11.459Z | Planning: Running solver ... Done (0.018s) |
| 131 | 2026-05-28T17:01:11.466Z | Planning: Finding local manifests ... Done (0.003s) |
| 132 | 2026-05-28T17:01:11.477Z | Planning: Fetching manifests: 0/2 0% complete |
| 133 | 2026-05-28T17:01:11.496Z | Planning: Fetching manifests: 2/2 100% complete |
| 134 | 2026-05-28T17:01:11.509Z | Planning: Package planning ... Done (0.013s) |
| 135 | 2026-05-28T17:01:11.512Z | Planning: Merging actions ... Done (0.001s) |
| 136 | 2026-05-28T17:01:11.700Z | Planning: Checking for conflicting actions ... Done (0.189s) |
| 137 | 2026-05-28T17:01:11.707Z | Planning: Consolidating action changes ... Done (0.001s) |
| 138 | 2026-05-28T17:01:12.517Z | Planning: Evaluating mediators ... Done (0.816s) |
| 139 | 2026-05-28T17:01:12.520Z | Planning: Planning completed in 1.32 seconds |
| 140 | 2026-05-28T17:01:12.526Z | Packages to install: 2 |
| 141 | 2026-05-28T17:01:12.526Z | Estimated space available: 156.07 GB |
| 142 | 2026-05-28T17:01:12.529Z | Estimated space to be consumed: 22.53 MB |
| 143 | 2026-05-28T17:01:12.529Z | Create boot environment: No |
| 144 | 2026-05-28T17:01:12.529Z | Create backup boot environment: No |
| 145 | 2026-05-28T17:01:12.529Z | Rebuild boot archive: No |
| 146 | 2026-05-28T17:01:12.529Z | |
| 147 | 2026-05-28T17:01:12.529Z | Changed packages: |
| 148 | 2026-05-28T17:01:12.529Z | helios |
| 149 | 2026-05-28T17:01:12.529Z | developer/build-essential |
| 150 | 2026-05-28T17:01:12.529Z | None -> 11-3.0 |
| 151 | 2026-05-28T17:01:12.530Z | library/libxmlsec1 |
| 152 | 2026-05-28T17:01:12.530Z | None -> 1.2.35-3.0 |
| 153 | 2026-05-28T17:01:12.551Z | |
| 154 | 2026-05-28T17:01:12.551Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 155 | 2026-05-28T17:01:13.733Z | Download: Completed 1.28 MB in 1.18 seconds (1.1M/s) |
| 156 | 2026-05-28T17:01:13.816Z | Actions: 1/268 actions (Installing new actions) |
| 157 | 2026-05-28T17:01:13.865Z | Actions: Completed 268 actions in 0.05 seconds. |
| 158 | 2026-05-28T17:01:13.898Z | Finalize: Updating package state database ... Done (0.032s) |
| 159 | 2026-05-28T17:01:13.898Z | Finalize: Updating package cache ... Done (0.000s) |
| 160 | 2026-05-28T17:01:13.918Z | Finalize: Updating image state ... Done (0.020s) |
| 161 | 2026-05-28T17:01:16.340Z | Finalize: Creating fast lookup database ... Done (2.400s) |
| 162 | 2026-05-28T17:01:16.411Z | Finalize: Reading search index ... Done (0.013s) |
| 163 | 2026-05-28T17:01:16.414Z | Finalize: Updating search index ... Done (0.000s) |
| 164 | 2026-05-28T17:01:16.485Z | Finalize: Updating package cache ... Done (0.000s) |
| 165 | 2026-05-28T17:01:16.784Z | Planning: Evaluating mediator changes ... Done |
| 166 | 2026-05-28T17:01:16.889Z | Planning: Checking for conflicting actions ... Done |
| 167 | 2026-05-28T17:01:16.892Z | Planning: Consolidating action changes ... Done |
| 168 | 2026-05-28T17:01:17.047Z | Planning: Evaluating mediators ... Done |
| 169 | 2026-05-28T17:01:17.050Z | Planning: Planning completed in 0.26 seconds |
| 170 | 2026-05-28T17:01:17.070Z | Mediators to change: 2 |
| 171 | 2026-05-28T17:01:17.070Z | Create boot environment: No |
| 172 | 2026-05-28T17:01:17.070Z | Create backup boot environment: No |
| 173 | 2026-05-28T17:01:17.121Z | Finalize: Updating package state database ... Done |
| 174 | 2026-05-28T17:01:17.121Z | Finalize: Updating package cache ... Done |
| 175 | 2026-05-28T17:01:17.132Z | Finalize: Updating image state ... Done |
| 176 | 2026-05-28T17:01:19.097Z | Finalize: Creating fast lookup database ... Done |
| 177 | 2026-05-28T17:01:19.163Z | Finalize: Reading search index ... Done |
| 178 | 2026-05-28T17:01:19.166Z | Finalize: Updating search index ... Done |
| 179 | 2026-05-28T17:01:19.223Z | Finalize: Updating package cache ... Done |
| 180 | 2026-05-28T17:01:19.508Z | Planning: Evaluating mediator changes ... Done |
| 181 | 2026-05-28T17:01:19.612Z | Planning: Checking for conflicting actions ... Done |
| 182 | 2026-05-28T17:01:19.615Z | Planning: Consolidating action changes ... Done |
| 183 | 2026-05-28T17:01:19.769Z | Planning: Evaluating mediators ... Done |
| 184 | 2026-05-28T17:01:19.772Z | Planning: Planning completed in 0.26 seconds |
| 185 | 2026-05-28T17:01:19.793Z | Mediators to change: 1 |
| 186 | 2026-05-28T17:01:19.793Z | Create boot environment: No |
| 187 | 2026-05-28T17:01:19.793Z | Create backup boot environment: No |
| 188 | 2026-05-28T17:01:19.836Z | Finalize: Updating package state database ... Done |
| 189 | 2026-05-28T17:01:19.836Z | Finalize: Updating package cache ... Done |
| 190 | 2026-05-28T17:01:19.846Z | Finalize: Updating image state ... Done |
| 191 | 2026-05-28T17:01:21.823Z | Finalize: Creating fast lookup database ... Done |
| 192 | 2026-05-28T17:01:21.886Z | Finalize: Reading search index ... Done |
| 193 | 2026-05-28T17:01:21.886Z | Finalize: Updating search index ... Done |
| 194 | 2026-05-28T17:01:21.938Z | Finalize: Updating package cache ... Done |
| 195 | 2026-05-28T17:01:22.251Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 196 | 2026-05-28T17:01:22.251Z | apache system 2.4 system |
| 197 | 2026-05-28T17:01:22.251Z | clang system 15 system |
| 198 | 2026-05-28T17:01:22.251Z | csh system system illumos |
| 199 | 2026-05-28T17:01:22.251Z | ctags system system illumos |
| 200 | 2026-05-28T17:01:22.251Z | file vendor vendor darwinsys |
| 201 | 2026-05-28T17:01:22.251Z | file system system illumos |
| 202 | 2026-05-28T17:01:22.251Z | gcc vendor 14 vendor |
| 203 | 2026-05-28T17:01:22.251Z | gcc system 13 system |
| 204 | 2026-05-28T17:01:22.251Z | gcc system 10 system |
| 205 | 2026-05-28T17:01:22.251Z | go system 1.25 system |
| 206 | 2026-05-28T17:01:22.252Z | llvm system 15 system |
| 207 | 2026-05-28T17:01:22.252Z | mariadb system 11.4 system |
| 208 | 2026-05-28T17:01:22.252Z | mta vendor vendor dma |
| 209 | 2026-05-28T17:01:22.252Z | openjdk system 17 system |
| 210 | 2026-05-28T17:01:22.252Z | openjdk system 11 system |
| 211 | 2026-05-28T17:01:22.252Z | openssl vendor 3 vendor |
| 212 | 2026-05-28T17:01:22.252Z | perl system 5.40 system |
| 213 | 2026-05-28T17:01:22.252Z | postgresql system 18 system |
| 214 | 2026-05-28T17:01:22.252Z | postgresql system 17 system |
| 215 | 2026-05-28T17:01:22.252Z | python vendor 3 vendor |
| 216 | 2026-05-28T17:01:22.252Z | python system 2 system |
| 217 | 2026-05-28T17:01:22.252Z | python3 vendor 3.13 vendor |
| 218 | 2026-05-28T17:01:22.252Z | ruby system 3.4 system |
| 219 | 2026-05-28T17:01:22.252Z | ruby system 3.0 system |
| 220 | 2026-05-28T17:01:22.252Z | words vendor vendor american-english |
| 221 | 2026-05-28T17:01:22.252Z | words system system australian-english |
| 222 | 2026-05-28T17:01:22.252Z | words system system british-english |
| 223 | 2026-05-28T17:01:22.252Z | words system system canadian-english |
| 224 | 2026-05-28T17:01:22.252Z | words system system french |
| 225 | 2026-05-28T17:01:22.252Z | words system system italian |
| 226 | 2026-05-28T17:01:22.252Z | words system system ngerman |
| 227 | 2026-05-28T17:01:22.252Z | words system system ogerman |
| 228 | 2026-05-28T17:01:22.252Z | words system system spanish |
| 229 | 2026-05-28T17:01:22.504Z | PUBLISHER TYPE STATUS P LOCATION |
| 230 | 2026-05-28T17:01:22.504Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 231 | 2026-05-28T17:01:22.783Z | FMRI IFO |
| 232 | 2026-05-28T17:01:22.784Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 233 | 2026-05-28T17:01:22.784Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 234 | 2026-05-28T17:01:22.784Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 235 | 2026-05-28T17:01:22.784Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 236 | 2026-05-28T17:01:22.784Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 237 | 2026-05-28T17:01:22.784Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 238 | 2026-05-28T17:01:22.784Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 239 | 2026-05-28T17:01:22.784Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 240 | 2026-05-28T17:01:22.784Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 241 | 2026-05-28T17:01:23.054Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 242 | 2026-05-28T17:01:23.350Z | Updating crates.io index |
| 243 | 2026-05-28T17:01:23.353Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 244 | 2026-05-28T17:01:23.611Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 245 | 2026-05-28T17:01:24.648Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 246 | 2026-05-28T17:01:25.003Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 247 | 2026-05-28T17:01:26.303Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 248 | 2026-05-28T17:01:26.911Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 249 | 2026-05-28T17:01:29.890Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 250 | 2026-05-28T17:01:30.612Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 251 | 2026-05-28T17:01:31.033Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 252 | 2026-05-28T17:01:31.891Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 253 | 2026-05-28T17:01:32.361Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 254 | 2026-05-28T17:01:32.698Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 255 | 2026-05-28T17:01:33.129Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 256 | 2026-05-28T17:01:34.181Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 257 | 2026-05-28T17:01:34.700Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 258 | 2026-05-28T17:01:35.105Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 259 | 2026-05-28T17:01:35.369Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 260 | 2026-05-28T17:01:35.820Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 261 | 2026-05-28T17:01:36.284Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 262 | 2026-05-28T17:01:36.622Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 263 | 2026-05-28T17:01:36.871Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 264 | 2026-05-28T17:01:37.135Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 265 | 2026-05-28T17:01:37.712Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 266 | 2026-05-28T17:01:38.302Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 267 | 2026-05-28T17:01:38.567Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 268 | 2026-05-28T17:01:39.125Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 269 | 2026-05-28T17:01:39.463Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 270 | 2026-05-28T17:01:39.788Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 271 | 2026-05-28T17:01:40.134Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 272 | 2026-05-28T17:01:41.887Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 273 | 2026-05-28T17:01:42.368Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 274 | 2026-05-28T17:01:42.696Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 275 | 2026-05-28T17:01:43.331Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 276 | 2026-05-28T17:01:43.660Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 277 | 2026-05-28T17:01:44.019Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 278 | 2026-05-28T17:01:44.622Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 279 | 2026-05-28T17:01:44.915Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 280 | 2026-05-28T17:01:45.186Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 281 | 2026-05-28T17:01:45.464Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 282 | 2026-05-28T17:01:45.846Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 283 | 2026-05-28T17:01:57.748Z | Downloading crates ... |
| 284 | 2026-05-28T17:01:57.796Z | Downloaded cfg-if v1.0.4 |
| 285 | 2026-05-28T17:01:57.803Z | Downloaded cargo_toml v0.21.0 |
| 286 | 2026-05-28T17:01:57.806Z | Downloaded clap v4.5.60 |
| 287 | 2026-05-28T17:01:57.816Z | Downloaded anstream v0.6.21 |
| 288 | 2026-05-28T17:01:57.819Z | Downloaded errno v0.3.14 |
| 289 | 2026-05-28T17:01:57.822Z | Downloaded displaydoc v0.2.5 |
| 290 | 2026-05-28T17:01:57.822Z | Downloaded anstyle v1.0.13 |
| 291 | 2026-05-28T17:01:57.822Z | Downloaded bitflags v2.11.0 |
| 292 | 2026-05-28T17:01:57.825Z | Downloaded clap_builder v4.5.60 |
| 293 | 2026-05-28T17:01:57.829Z | Downloaded unicode-linebreak v0.1.5 |
| 294 | 2026-05-28T17:01:57.831Z | Downloaded smawk v0.3.2 |
| 295 | 2026-05-28T17:01:57.839Z | Downloaded toml_write v0.1.2 |
| 296 | 2026-05-28T17:01:57.841Z | Downloaded num-traits v0.2.19 |
| 297 | 2026-05-28T17:01:57.841Z | Downloaded zerofrom-derive v0.1.6 |
| 298 | 2026-05-28T17:01:57.844Z | Downloaded unicode-xid v0.2.6 |
| 299 | 2026-05-28T17:01:57.844Z | Downloaded memmap v0.7.0 |
| 300 | 2026-05-28T17:01:57.847Z | Downloaded stable_deref_trait v1.2.1 |
| 301 | 2026-05-28T17:01:57.847Z | Downloaded generic-array v0.14.7 |
| 302 | 2026-05-28T17:01:57.847Z | Downloaded percent-encoding v2.3.2 |
| 303 | 2026-05-28T17:01:57.850Z | Downloaded usdt-attr-macro v0.5.0 |
| 304 | 2026-05-28T17:01:57.850Z | Downloaded zerofrom v0.1.6 |
| 305 | 2026-05-28T17:01:57.850Z | Downloaded typeid v1.0.3 |
| 306 | 2026-05-28T17:01:57.850Z | Downloaded usdt v0.5.0 |
| 307 | 2026-05-28T17:01:57.850Z | Downloaded heck v0.5.0 |
| 308 | 2026-05-28T17:01:57.850Z | Downloaded equivalent v1.0.2 |
| 309 | 2026-05-28T17:01:57.854Z | Downloaded crypto-common v0.1.7 |
| 310 | 2026-05-28T17:01:57.854Z | Downloaded itoa v1.0.17 |
| 311 | 2026-05-28T17:01:57.857Z | Downloaded serde_tokenstream v0.2.3 |
| 312 | 2026-05-28T17:01:57.857Z | Downloaded zmij v1.0.21 |
| 313 | 2026-05-28T17:01:57.857Z | Downloaded yoke-derive v0.8.1 |
| 314 | 2026-05-28T17:01:57.857Z | Downloaded utf8_iter v1.0.4 |
| 315 | 2026-05-28T17:01:57.857Z | Downloaded thread-id v4.2.2 |
| 316 | 2026-05-28T17:01:57.857Z | Downloaded clap_derive v4.5.55 |
| 317 | 2026-05-28T17:01:57.876Z | Downloaded thiserror v2.0.18 |
| 318 | 2026-05-28T17:01:57.876Z | Downloaded usdt-macro v0.5.0 |
| 319 | 2026-05-28T17:01:57.876Z | Downloaded block-buffer v0.10.4 |
| 320 | 2026-05-28T17:01:57.876Z | Downloaded serde-value v0.7.0 |
| 321 | 2026-05-28T17:01:57.876Z | Downloaded is_terminal_polyfill v1.70.2 |
| 322 | 2026-05-28T17:01:57.876Z | Downloaded fnv v1.0.7 |
| 323 | 2026-05-28T17:01:57.876Z | Downloaded cargo-platform v0.2.0 |
| 324 | 2026-05-28T17:01:57.876Z | Downloaded form_urlencoded v1.2.2 |
| 325 | 2026-05-28T17:01:57.876Z | Downloaded dof v0.3.0 |
| 326 | 2026-05-28T17:01:57.876Z | Downloaded potential_utf v0.1.4 |
| 327 | 2026-05-28T17:01:57.876Z | Downloaded writeable v0.6.2 |
| 328 | 2026-05-28T17:01:57.876Z | Downloaded zerocopy-derive v0.7.35 |
| 329 | 2026-05-28T17:01:57.877Z | Downloaded cpufeatures v0.2.17 |
| 330 | 2026-05-28T17:01:57.877Z | Downloaded zerovec-derive v0.11.2 |
| 331 | 2026-05-28T17:01:57.877Z | Downloaded version_check v0.9.5 |
| 332 | 2026-05-28T17:01:57.880Z | Downloaded dtrace-parser v0.2.0 |
| 333 | 2026-05-28T17:01:57.880Z | Downloaded thiserror-impl v1.0.69 |
| 334 | 2026-05-28T17:01:57.880Z | Downloaded unicode-ident v1.0.24 |
| 335 | 2026-05-28T17:01:57.880Z | Downloaded tinystr v0.8.2 |
| 336 | 2026-05-28T17:01:57.880Z | Downloaded toml v0.8.23 |
| 337 | 2026-05-28T17:01:57.880Z | Downloaded textwrap v0.16.2 |
| 338 | 2026-05-28T17:01:57.883Z | Downloaded plain v0.2.3 |
| 339 | 2026-05-28T17:01:57.883Z | Downloaded zerotrie v0.2.3 |
| 340 | 2026-05-28T17:01:57.886Z | Downloaded macaddr v1.0.1 |
| 341 | 2026-05-28T17:01:57.889Z | Downloaded anstyle-query v1.1.5 |
| 342 | 2026-05-28T17:01:57.889Z | Downloaded idna_adapter v1.2.1 |
| 343 | 2026-05-28T17:01:57.892Z | Downloaded toml_edit v0.22.27 |
| 344 | 2026-05-28T17:01:57.895Z | Downloaded tabled_derive v0.7.0 |
| 345 | 2026-05-28T17:01:57.895Z | Downloaded swrite v0.1.0 |
| 346 | 2026-05-28T17:01:57.898Z | Downloaded scroll_derive v0.12.1 |
| 347 | 2026-05-28T17:01:57.898Z | Downloaded colorchoice v1.0.4 |
| 348 | 2026-05-28T17:01:57.898Z | Downloaded url v2.5.8 |
| 349 | 2026-05-28T17:01:57.901Z | Downloaded fastrand v2.3.0 |
| 350 | 2026-05-28T17:01:57.901Z | Downloaded utf8parse v0.2.2 |
| 351 | 2026-05-28T17:01:57.901Z | Downloaded proc-macro-error-attr v1.0.4 |
| 352 | 2026-05-28T17:01:57.904Z | Downloaded ordered-float v2.10.1 |
| 353 | 2026-05-28T17:01:57.904Z | Downloaded yoke v0.8.1 |
| 354 | 2026-05-28T17:01:57.904Z | Downloaded clap_lex v1.0.0 |
| 355 | 2026-05-28T17:01:57.904Z | Downloaded thiserror v1.0.69 |
| 356 | 2026-05-28T17:01:57.907Z | Downloaded pretty-hex v0.4.1 |
| 357 | 2026-05-28T17:01:57.910Z | Downloaded toml_datetime v0.6.11 |
| 358 | 2026-05-28T17:01:57.910Z | Downloaded thiserror-impl v2.0.18 |
| 359 | 2026-05-28T17:01:57.910Z | Downloaded strsim v0.11.1 |
| 360 | 2026-05-28T17:01:57.914Z | Downloaded heck v0.4.1 |
| 361 | 2026-05-28T17:01:57.917Z | Downloaded synstructure v0.13.2 |
| 362 | 2026-05-28T17:01:57.917Z | Downloaded icu_normalizer v2.1.1 |
| 363 | 2026-05-28T17:01:57.923Z | Downloaded usdt-impl v0.5.0 |
| 364 | 2026-05-28T17:01:57.926Z | Downloaded winnow v0.7.14 |
| 365 | 2026-05-28T17:01:57.928Z | Downloaded ucd-trie v0.1.7 |
| 366 | 2026-05-28T17:01:57.931Z | Downloaded byteorder v1.5.0 |
| 367 | 2026-05-28T17:01:57.931Z | Downloaded zerocopy v0.7.35 |
| 368 | 2026-05-28T17:01:57.945Z | Downloaded terminal_size v0.4.3 |
| 369 | 2026-05-28T17:01:57.948Z | Downloaded typenum v1.19.0 |
| 370 | 2026-05-28T17:01:57.948Z | Downloaded bytecount v0.6.9 |
| 371 | 2026-05-28T17:01:57.948Z | Downloaded zerovec v0.11.5 |
| 372 | 2026-05-28T17:01:57.951Z | Downloaded unicode-width v0.1.14 |
| 373 | 2026-05-28T17:01:57.954Z | Downloaded erased-serde v0.4.9 |
| 374 | 2026-05-28T17:01:57.956Z | Downloaded anstyle-parse v0.2.7 |
| 375 | 2026-05-28T17:01:57.956Z | Downloaded fs-err v3.3.0 |
| 376 | 2026-05-28T17:01:57.956Z | Downloaded digest v0.10.7 |
| 377 | 2026-05-28T17:01:57.959Z | Downloaded camino-tempfile v1.4.1 |
| 378 | 2026-05-28T17:01:57.959Z | Downloaded autocfg v1.5.0 |
| 379 | 2026-05-28T17:01:57.959Z | Downloaded serde_spanned v0.6.9 |
| 380 | 2026-05-28T17:01:57.962Z | Downloaded sha2 v0.10.9 |
| 381 | 2026-05-28T17:01:57.962Z | Downloaded unicode-width v0.2.0 |
| 382 | 2026-05-28T17:01:57.965Z | Downloaded getrandom v0.4.1 |
| 383 | 2026-05-28T17:01:57.968Z | Downloaded serde v1.0.228 |
| 384 | 2026-05-28T17:01:57.968Z | Downloaded smallvec v1.15.1 |
| 385 | 2026-05-28T17:01:57.971Z | Downloaded serde-untagged v0.1.9 |
| 386 | 2026-05-28T17:01:57.971Z | Downloaded proc-macro-error v1.0.4 |
| 387 | 2026-05-28T17:01:57.971Z | Downloaded semver v1.0.28 |
| 388 | 2026-05-28T17:01:57.974Z | Downloaded anyhow v1.0.102 |
| 389 | 2026-05-28T17:01:57.974Z | Downloaded quote v1.0.45 |
| 390 | 2026-05-28T17:01:57.977Z | Downloaded cargo_metadata v0.21.0 |
| 391 | 2026-05-28T17:01:57.977Z | Downloaded once_cell v1.21.3 |
| 392 | 2026-05-28T17:01:57.980Z | Downloaded camino v1.2.2 |
| 393 | 2026-05-28T17:01:57.980Z | Downloaded scroll v0.12.0 |
| 394 | 2026-05-28T17:01:57.980Z | Downloaded pest_derive v2.8.6 |
| 395 | 2026-05-28T17:01:57.982Z | Downloaded litemap v0.8.1 |
| 396 | 2026-05-28T17:01:57.982Z | Downloaded cargo-util-schemas v0.8.2 |
| 397 | 2026-05-28T17:01:57.985Z | Downloaded icu_provider v2.1.1 |
| 398 | 2026-05-28T17:01:57.990Z | Downloaded icu_collections v2.1.1 |
| 399 | 2026-05-28T17:01:57.993Z | Downloaded tempfile v3.25.0 |
| 400 | 2026-05-28T17:01:58.000Z | Downloaded proc-macro2 v1.0.106 |
| 401 | 2026-05-28T17:01:58.003Z | Downloaded log v0.4.29 |
| 402 | 2026-05-28T17:01:58.006Z | Downloaded icu_locale_core v2.1.1 |
| 403 | 2026-05-28T17:01:58.009Z | Downloaded serde_core v1.0.228 |
| 404 | 2026-05-28T17:01:58.012Z | Downloaded papergrid v0.11.0 |
| 405 | 2026-05-28T17:01:58.017Z | Downloaded pest_generator v2.8.6 |
| 406 | 2026-05-28T17:01:58.020Z | Downloaded icu_properties v2.1.2 |
| 407 | 2026-05-28T17:01:58.023Z | Downloaded serde_derive v1.0.228 |
| 408 | 2026-05-28T17:01:58.028Z | Downloaded icu_normalizer_data v2.1.1 |
| 409 | 2026-05-28T17:01:58.038Z | Downloaded pest_meta v2.8.6 |
| 410 | 2026-05-28T17:01:58.045Z | Downloaded indexmap v2.14.0 |
| 411 | 2026-05-28T17:01:58.047Z | Downloaded memchr v2.8.0 |
| 412 | 2026-05-28T17:01:58.050Z | Downloaded hashbrown v0.17.0 |
| 413 | 2026-05-28T17:01:58.071Z | Downloaded idna v1.1.0 |
| 414 | 2026-05-28T17:01:58.074Z | Downloaded serde_json v1.0.149 |
| 415 | 2026-05-28T17:01:58.076Z | Downloaded goblin v0.8.2 |
| 416 | 2026-05-28T17:01:58.079Z | Downloaded pest v2.8.6 |
| 417 | 2026-05-28T17:01:58.085Z | Downloaded icu_properties_data v2.1.2 |
| 418 | 2026-05-28T17:01:58.092Z | Downloaded tabled v0.15.0 |
| 419 | 2026-05-28T17:01:58.111Z | Downloaded syn v1.0.109 |
| 420 | 2026-05-28T17:01:58.117Z | Downloaded syn v2.0.117 |
| 421 | 2026-05-28T17:01:58.140Z | Downloaded rustix v1.1.3 |
| 422 | 2026-05-28T17:01:58.164Z | Downloaded libc v0.2.185 |
| 423 | 2026-05-28T17:01:58.232Z | Compiling proc-macro2 v1.0.106 |
| 424 | 2026-05-28T17:01:58.232Z | Compiling quote v1.0.45 |
| 425 | 2026-05-28T17:01:58.232Z | Compiling unicode-ident v1.0.24 |
| 426 | 2026-05-28T17:01:58.235Z | Compiling serde_core v1.0.228 |
| 427 | 2026-05-28T17:01:58.235Z | Compiling libc v0.2.185 |
| 428 | 2026-05-28T17:01:58.235Z | Compiling version_check v0.9.5 |
| 429 | 2026-05-28T17:01:58.235Z | Compiling serde v1.0.228 |
| 430 | 2026-05-28T17:01:58.235Z | Compiling memchr v2.8.0 |
| 431 | 2026-05-28T17:01:58.595Z | Compiling stable_deref_trait v1.2.1 |
| 432 | 2026-05-28T17:01:58.670Z | Compiling zmij v1.0.21 |
| 433 | 2026-05-28T17:01:59.085Z | Compiling autocfg v1.5.0 |
| 434 | 2026-05-28T17:01:59.098Z | Compiling ucd-trie v0.1.7 |
| 435 | 2026-05-28T17:01:59.101Z | Compiling itoa v1.0.17 |
| 436 | 2026-05-28T17:01:59.101Z | Compiling thiserror v1.0.69 |
| 437 | 2026-05-28T17:01:59.304Z | Compiling pest v2.8.6 |
| 438 | 2026-05-28T17:01:59.387Z | Compiling litemap v0.8.1 |
| 439 | 2026-05-28T17:01:59.419Z | Compiling writeable v0.6.2 |
| 440 | 2026-05-28T17:01:59.516Z | Compiling icu_normalizer_data v2.1.1 |
| 441 | 2026-05-28T17:01:59.570Z | Compiling icu_properties_data v2.1.2 |
| 442 | 2026-05-28T17:01:59.618Z | Compiling rustix v1.1.3 |
| 443 | 2026-05-28T17:01:59.692Z | Compiling byteorder v1.5.0 |
| 444 | 2026-05-28T17:01:59.933Z | Compiling syn v2.0.117 |
| 445 | 2026-05-28T17:01:59.981Z | Compiling errno v0.3.14 |
| 446 | 2026-05-28T17:01:59.996Z | Compiling serde_json v1.0.149 |
| 447 | 2026-05-28T17:02:00.014Z | Compiling bitflags v2.11.0 |
| 448 | 2026-05-28T17:02:00.216Z | Compiling num-traits v0.2.19 |
| 449 | 2026-05-28T17:02:00.229Z | Compiling typeid v1.0.3 |
| 450 | 2026-05-28T17:02:00.340Z | Compiling pest_meta v2.8.6 |
| 451 | 2026-05-28T17:02:00.402Z | Compiling smallvec v1.15.1 |
| 452 | 2026-05-28T17:02:00.493Z | Compiling equivalent v1.0.2 |
| 453 | 2026-05-28T17:02:00.535Z | Compiling hashbrown v0.17.0 |
| 454 | 2026-05-28T17:02:00.784Z | Compiling thread-id v4.2.2 |
| 455 | 2026-05-28T17:02:00.822Z | Compiling proc-macro-error-attr v1.0.4 |
| 456 | 2026-05-28T17:02:00.867Z | Compiling usdt-impl v0.5.0 |
| 457 | 2026-05-28T17:02:00.981Z | Compiling erased-serde v0.4.9 |
| 458 | 2026-05-28T17:02:01.000Z | Compiling winnow v0.7.14 |
| 459 | 2026-05-28T17:02:01.072Z | Compiling indexmap v2.14.0 |
| 460 | 2026-05-28T17:02:01.086Z | Compiling toml_write v0.1.2 |
| 461 | 2026-05-28T17:02:01.269Z | Compiling syn v1.0.109 |
| 462 | 2026-05-28T17:02:01.685Z | Compiling proc-macro-error v1.0.4 |
| 463 | 2026-05-28T17:02:01.726Z | Compiling thiserror v2.0.18 |
| 464 | 2026-05-28T17:02:01.879Z | Compiling percent-encoding v2.3.2 |
| 465 | 2026-05-28T17:02:01.969Z | Compiling log v0.4.29 |
| 466 | 2026-05-28T17:02:02.074Z | Compiling plain v0.2.3 |
| 467 | 2026-05-28T17:02:02.077Z | Compiling getrandom v0.4.1 |
| 468 | 2026-05-28T17:02:02.105Z | Compiling camino v1.2.2 |
| 469 | 2026-05-28T17:02:02.163Z | Compiling utf8parse v0.2.2 |
| 470 | 2026-05-28T17:02:02.188Z | Compiling utf8_iter v1.0.4 |
| 471 | 2026-05-28T17:02:02.279Z | Compiling anstyle-parse v0.2.7 |
| 472 | 2026-05-28T17:02:02.338Z | Compiling form_urlencoded v1.2.2 |
| 473 | 2026-05-28T17:02:02.460Z | Compiling ordered-float v2.10.1 |
| 474 | 2026-05-28T17:02:02.524Z | Compiling terminal_size v0.4.3 |
| 475 | 2026-05-28T17:02:02.558Z | Compiling synstructure v0.13.2 |
| 476 | 2026-05-28T17:02:02.570Z | Compiling pest_generator v2.8.6 |
| 477 | 2026-05-28T17:02:02.723Z | Compiling anstyle-query v1.1.5 |
| 478 | 2026-05-28T17:02:02.830Z | Compiling anstyle v1.0.13 |
| 479 | 2026-05-28T17:02:02.884Z | Compiling cfg-if v1.0.4 |
| 480 | 2026-05-28T17:02:02.943Z | Compiling pretty-hex v0.4.1 |
| 481 | 2026-05-28T17:02:02.962Z | Compiling colorchoice v1.0.4 |
| 482 | 2026-05-28T17:02:02.979Z | Compiling is_terminal_polyfill v1.70.2 |
| 483 | 2026-05-28T17:02:03.062Z | Compiling anstream v0.6.21 |
| 484 | 2026-05-28T17:02:03.080Z | Compiling serde-untagged v0.1.9 |
| 485 | 2026-05-28T17:02:03.199Z | Compiling semver v1.0.28 |
| 486 | 2026-05-28T17:02:03.287Z | Compiling fs-err v3.3.0 |
| 487 | 2026-05-28T17:02:03.352Z | Compiling unicode-xid v0.2.6 |
| 488 | 2026-05-28T17:02:03.368Z | Compiling anyhow v1.0.102 |
| 489 | 2026-05-28T17:02:03.470Z | Compiling strsim v0.11.1 |
| 490 | 2026-05-28T17:02:03.487Z | Compiling fastrand v2.3.0 |
| 491 | 2026-05-28T17:02:03.513Z | Compiling bytecount v0.6.9 |
| 492 | 2026-05-28T17:02:03.547Z | Compiling clap_lex v1.0.0 |
| 493 | 2026-05-28T17:02:03.665Z | Compiling once_cell v1.21.3 |
| 494 | 2026-05-28T17:02:03.736Z | Compiling heck v0.4.1 |
| 495 | 2026-05-28T17:02:03.770Z | Compiling heck v0.5.0 |
| 496 | 2026-05-28T17:02:03.815Z | Compiling unicode-width v0.1.14 |
| 497 | 2026-05-28T17:02:03.877Z | Compiling fnv v1.0.7 |
| 498 | 2026-05-28T17:02:03.943Z | Compiling tempfile v3.25.0 |
| 499 | 2026-05-28T17:02:03.959Z | Compiling clap_builder v4.5.60 |
| 500 | 2026-05-28T17:02:04.081Z | Compiling papergrid v0.11.0 |
| 501 | 2026-05-28T17:02:04.107Z | Compiling memmap v0.7.0 |
| 502 | 2026-05-28T17:02:04.186Z | Compiling unicode-linebreak v0.1.5 |
| 503 | 2026-05-28T17:02:04.252Z | Compiling serde_derive v1.0.228 |
| 504 | 2026-05-28T17:02:04.283Z | Compiling zerofrom-derive v0.1.6 |
| 505 | 2026-05-28T17:02:04.309Z | Compiling yoke-derive v0.8.1 |
| 506 | 2026-05-28T17:02:04.421Z | Compiling zerovec-derive v0.11.2 |
| 507 | 2026-05-28T17:02:04.532Z | Compiling displaydoc v0.2.5 |
| 508 | 2026-05-28T17:02:05.253Z | Compiling thiserror-impl v1.0.69 |
| 509 | 2026-05-28T17:02:05.446Z | Compiling zerocopy-derive v0.7.35 |
| 510 | 2026-05-28T17:02:05.495Z | Compiling pest_derive v2.8.6 |
| 511 | 2026-05-28T17:02:05.511Z | Compiling scroll_derive v0.12.1 |
| 512 | 2026-05-28T17:02:05.654Z | Compiling zerofrom v0.1.6 |
| 513 | 2026-05-28T17:02:05.781Z | Compiling yoke v0.8.1 |
| 514 | 2026-05-28T17:02:05.915Z | Compiling thiserror-impl v2.0.18 |
| 515 | 2026-05-28T17:02:05.972Z | Compiling zerovec v0.11.5 |
| 516 | 2026-05-28T17:02:06.157Z | Compiling zerotrie v0.2.3 |
| 517 | 2026-05-28T17:02:06.290Z | Compiling zerocopy v0.7.35 |
| 518 | 2026-05-28T17:02:06.458Z | Compiling tinystr v0.8.2 |
| 519 | 2026-05-28T17:02:06.474Z | Compiling potential_utf v0.1.4 |
| 520 | 2026-05-28T17:02:06.604Z | Compiling icu_collections v2.1.1 |
| 521 | 2026-05-28T17:02:06.632Z | Compiling icu_locale_core v2.1.1 |
| 522 | 2026-05-28T17:02:06.654Z | Compiling dtrace-parser v0.2.0 |
| 523 | 2026-05-28T17:02:06.839Z | Compiling scroll v0.12.0 |
| 524 | 2026-05-28T17:02:06.938Z | Compiling tabled_derive v0.7.0 |
| 525 | 2026-05-28T17:02:07.146Z | Compiling goblin v0.8.2 |
| 526 | 2026-05-28T17:02:07.159Z | Compiling clap_derive v4.5.55 |
| 527 | 2026-05-28T17:02:07.162Z | Compiling unicode-width v0.2.0 |
| 528 | 2026-05-28T17:02:07.315Z | Compiling icu_provider v2.1.1 |
| 529 | 2026-05-28T17:02:07.560Z | Compiling icu_normalizer v2.1.1 |
| 530 | 2026-05-28T17:02:07.579Z | Compiling icu_properties v2.1.2 |
| 531 | 2026-05-28T17:02:07.618Z | Compiling smawk v0.3.2 |
| 532 | 2026-05-28T17:02:07.706Z | Compiling toml_datetime v0.6.11 |
| 533 | 2026-05-28T17:02:07.754Z | Compiling serde_spanned v0.6.9 |
| 534 | 2026-05-28T17:02:07.910Z | Compiling dof v0.3.0 |
| 535 | 2026-05-28T17:02:07.928Z | Compiling toml_edit v0.22.27 |
| 536 | 2026-05-28T17:02:07.946Z | Compiling serde_tokenstream v0.2.3 |
| 537 | 2026-05-28T17:02:07.987Z | Compiling serde-value v0.7.0 |
| 538 | 2026-05-28T17:02:08.113Z | Compiling cargo-platform v0.2.0 |
| 539 | 2026-05-28T17:02:08.303Z | Compiling tabled v0.15.0 |
| 540 | 2026-05-28T17:02:08.352Z | Compiling textwrap v0.16.2 |
| 541 | 2026-05-28T17:02:08.392Z | Compiling macaddr v1.0.1 |
| 542 | 2026-05-28T17:02:08.616Z | Compiling idna_adapter v1.2.1 |
| 543 | 2026-05-28T17:02:08.753Z | Compiling idna v1.1.0 |
| 544 | 2026-05-28T17:02:08.820Z | Compiling camino-tempfile v1.4.1 |
| 545 | 2026-05-28T17:02:08.874Z | Compiling usdt-macro v0.5.0 |
| 546 | 2026-05-28T17:02:08.926Z | Compiling usdt-attr-macro v0.5.0 |
| 547 | 2026-05-28T17:02:09.034Z | Compiling url v2.5.8 |
| 548 | 2026-05-28T17:02:09.050Z | Compiling clap v4.5.60 |
| 549 | 2026-05-28T17:02:09.396Z | Compiling toml v0.8.23 |
| 550 | 2026-05-28T17:02:09.483Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 551 | 2026-05-28T17:02:09.589Z | Compiling swrite v0.1.0 |
| 552 | 2026-05-28T17:02:09.769Z | Compiling cargo-util-schemas v0.8.2 |
| 553 | 2026-05-28T17:02:09.827Z | Compiling cargo_toml v0.21.0 |
| 554 | 2026-05-28T17:02:10.101Z | Compiling usdt v0.5.0 |
| 555 | 2026-05-28T17:02:10.662Z | Compiling cargo_metadata v0.21.0 |
| 556 | 2026-05-28T17:02:11.578Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 557 | 2026-05-28T17:02:13.664Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.81s |
| 558 | 2026-05-28T17:02:13.921Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 559 | 2026-05-28T17:02:14.487Z | Downloading crates ... |
| 560 | 2026-05-28T17:02:14.591Z | Downloaded ahash v0.8.12 |
| 561 | 2026-05-28T17:02:14.594Z | Downloaded arrayvec v0.7.6 |
| 562 | 2026-05-28T17:02:14.597Z | Downloaded arrayref v0.3.9 |
| 563 | 2026-05-28T17:02:14.600Z | Downloaded adler2 v2.0.1 |
| 564 | 2026-05-28T17:02:14.603Z | Downloaded cstr-argument v0.1.2 |
| 565 | 2026-05-28T17:02:14.603Z | Downloaded critical-section v1.2.0 |
| 566 | 2026-05-28T17:02:14.603Z | Downloaded atomic-waker v1.1.2 |
| 567 | 2026-05-28T17:02:14.606Z | Downloaded async-trait v0.1.89 |
| 568 | 2026-05-28T17:02:14.609Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 569 | 2026-05-28T17:02:14.611Z | Downloaded defmt-parser v1.0.0 |
| 570 | 2026-05-28T17:02:14.611Z | Downloaded atomicwrites v0.4.4 |
| 571 | 2026-05-28T17:02:14.616Z | Downloaded dsl_auto_type v0.2.0 |
| 572 | 2026-05-28T17:02:14.619Z | Downloaded derive_builder_macro v0.20.2 |
| 573 | 2026-05-28T17:02:14.619Z | Downloaded backoff v0.4.0 |
| 574 | 2026-05-28T17:02:14.622Z | Downloaded base64 v0.21.7 |
| 575 | 2026-05-28T17:02:14.625Z | Downloaded atty v0.2.14 |
| 576 | 2026-05-28T17:02:14.625Z | Downloaded assert_matches v1.5.0 |
| 577 | 2026-05-28T17:02:14.625Z | Downloaded argon2 v0.5.3 |
| 578 | 2026-05-28T17:02:14.628Z | Downloaded crc8 v0.1.1 |
| 579 | 2026-05-28T17:02:14.628Z | Downloaded diesel-dtrace v0.5.0 |
| 580 | 2026-05-28T17:02:14.630Z | Downloaded fixedbitset v0.5.7 |
| 581 | 2026-05-28T17:02:14.630Z | Downloaded erased-serde v0.3.31 |
| 582 | 2026-05-28T17:02:14.633Z | Downloaded bit-vec v0.6.3 |
| 583 | 2026-05-28T17:02:14.633Z | Downloaded base16ct v0.2.0 |
| 584 | 2026-05-28T17:02:14.633Z | Downloaded float-cmp v0.10.0 |
| 585 | 2026-05-28T17:02:14.636Z | Downloaded derive_builder v0.20.2 |
| 586 | 2026-05-28T17:02:14.639Z | Downloaded ena v0.14.4 |
| 587 | 2026-05-28T17:02:14.639Z | Downloaded data-encoding v2.10.0 |
| 588 | 2026-05-28T17:02:14.642Z | Downloaded darling_macro v0.13.4 |
| 589 | 2026-05-28T17:02:14.642Z | Downloaded ascii-canvas v3.0.0 |
| 590 | 2026-05-28T17:02:14.642Z | Downloaded daft-derive v0.1.7 |
| 591 | 2026-05-28T17:02:14.645Z | Downloaded const-oid v0.9.6 |
| 592 | 2026-05-28T17:02:14.647Z | Downloaded endian-type v0.1.2 |
| 593 | 2026-05-28T17:02:14.647Z | Downloaded chacha20 v0.9.1 |
| 594 | 2026-05-28T17:02:14.650Z | Downloaded bcs v0.1.6 |
| 595 | 2026-05-28T17:02:14.650Z | Downloaded async-stream-impl v0.3.6 |
| 596 | 2026-05-28T17:02:14.650Z | Downloaded crc32fast v1.5.0 |
| 597 | 2026-05-28T17:02:14.653Z | Downloaded bit-set v0.8.0 |
| 598 | 2026-05-28T17:02:14.653Z | Downloaded darling v0.13.4 |
| 599 | 2026-05-28T17:02:14.656Z | Downloaded cobs v0.3.0 |
| 600 | 2026-05-28T17:02:14.660Z | Downloaded embedded-io v0.4.0 |
| 601 | 2026-05-28T17:02:14.663Z | Downloaded arc-swap v1.8.2 |
| 602 | 2026-05-28T17:02:14.666Z | Downloaded crossbeam-deque v0.8.6 |
| 603 | 2026-05-28T17:02:14.666Z | Downloaded darling_macro v0.20.11 |
| 604 | 2026-05-28T17:02:14.669Z | Downloaded darling v0.21.3 |
| 605 | 2026-05-28T17:02:14.672Z | Downloaded flume v0.11.1 |
| 606 | 2026-05-28T17:02:14.675Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 607 | 2026-05-28T17:02:14.675Z | Downloaded cargo-platform v0.3.2 |
| 608 | 2026-05-28T17:02:14.677Z | Downloaded dirs-sys-next v0.1.2 |
| 609 | 2026-05-28T17:02:14.677Z | Downloaded darling_macro v0.23.0 |
| 610 | 2026-05-28T17:02:14.677Z | Downloaded bit-set v0.5.3 |
| 611 | 2026-05-28T17:02:14.678Z | Downloaded embedded-io v0.6.1 |
| 612 | 2026-05-28T17:02:14.681Z | Downloaded convert_case v0.4.0 |
| 613 | 2026-05-28T17:02:14.681Z | Downloaded display-error-chain v0.2.2 |
| 614 | 2026-05-28T17:02:14.681Z | Downloaded darling_macro v0.21.3 |
| 615 | 2026-05-28T17:02:14.683Z | Downloaded defmt v0.3.100 |
| 616 | 2026-05-28T17:02:14.683Z | Downloaded crunchy v0.2.4 |
| 617 | 2026-05-28T17:02:14.683Z | Downloaded crucible-workspace-hack v0.1.0 |
| 618 | 2026-05-28T17:02:14.683Z | Downloaded array-init v0.0.4 |
| 619 | 2026-05-28T17:02:14.686Z | Downloaded darling_core v0.20.11 |
| 620 | 2026-05-28T17:02:14.689Z | Downloaded either v1.15.0 |
| 621 | 2026-05-28T17:02:14.689Z | Downloaded const_format_proc_macros v0.2.34 |
| 622 | 2026-05-28T17:02:14.692Z | Downloaded cmake v0.1.57 |
| 623 | 2026-05-28T17:02:14.692Z | Downloaded foreign-types v0.3.2 |
| 624 | 2026-05-28T17:02:14.692Z | Downloaded castaway v0.2.4 |
| 625 | 2026-05-28T17:02:14.695Z | Downloaded buf-list v1.1.2 |
| 626 | 2026-05-28T17:02:14.695Z | Downloaded enum-as-inner v0.6.1 |
| 627 | 2026-05-28T17:02:14.698Z | Downloaded debug-ignore v1.0.5 |
| 628 | 2026-05-28T17:02:14.698Z | Downloaded bitfield v0.19.4 |
| 629 | 2026-05-28T17:02:14.701Z | Downloaded crypto-bigint v0.5.5 |
| 630 | 2026-05-28T17:02:14.704Z | Downloaded futures-macro v0.3.32 |
| 631 | 2026-05-28T17:02:14.704Z | Downloaded flagset v0.4.7 |
| 632 | 2026-05-28T17:02:14.707Z | Downloaded aead v0.5.2 |
| 633 | 2026-05-28T17:02:14.707Z | Downloaded float-ord v0.3.2 |
| 634 | 2026-05-28T17:02:14.710Z | Downloaded dtrace-parser v0.3.0 |
| 635 | 2026-05-28T17:02:14.710Z | Downloaded block-padding v0.3.3 |
| 636 | 2026-05-28T17:02:14.710Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 637 | 2026-05-28T17:02:14.710Z | Downloaded dirs-next v2.0.0 |
| 638 | 2026-05-28T17:02:14.712Z | Downloaded env_filter v1.0.0 |
| 639 | 2026-05-28T17:02:14.712Z | Downloaded cpufeatures v0.3.0 |
| 640 | 2026-05-28T17:02:14.712Z | Downloaded fd-lock v4.0.4 |
| 641 | 2026-05-28T17:02:14.715Z | Downloaded dunce v1.0.5 |
| 642 | 2026-05-28T17:02:14.715Z | Downloaded downcast-rs v2.0.2 |
| 643 | 2026-05-28T17:02:14.718Z | Downloaded cargo_metadata v0.23.1 |
| 644 | 2026-05-28T17:02:14.718Z | Downloaded difflib v0.4.0 |
| 645 | 2026-05-28T17:02:14.718Z | Downloaded foreign-types-shared v0.1.1 |
| 646 | 2026-05-28T17:02:14.721Z | Downloaded dyn-clone v1.0.20 |
| 647 | 2026-05-28T17:02:14.721Z | Downloaded futures-io v0.3.32 |
| 648 | 2026-05-28T17:02:14.721Z | Downloaded fxhash v0.2.1 |
| 649 | 2026-05-28T17:02:14.721Z | Downloaded foreign-types v0.5.0 |
| 650 | 2026-05-28T17:02:14.724Z | Downloaded funty v2.0.0 |
| 651 | 2026-05-28T17:02:14.724Z | Downloaded async-recursion v1.1.1 |
| 652 | 2026-05-28T17:02:14.727Z | Downloaded async-stream v0.3.6 |
| 653 | 2026-05-28T17:02:14.727Z | Downloaded foreign-types-shared v0.3.1 |
| 654 | 2026-05-28T17:02:14.727Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 655 | 2026-05-28T17:02:14.729Z | Downloaded des v0.8.1 |
| 656 | 2026-05-28T17:02:14.729Z | Downloaded ciborium-io v0.2.2 |
| 657 | 2026-05-28T17:02:14.729Z | Downloaded cfg_aliases v0.1.1 |
| 658 | 2026-05-28T17:02:14.729Z | Downloaded bb8 v0.8.6 |
| 659 | 2026-05-28T17:02:14.733Z | Downloaded gethostname v0.5.0 |
| 660 | 2026-05-28T17:02:14.736Z | Downloaded bitfield-macros v0.19.4 |
| 661 | 2026-05-28T17:02:14.736Z | Downloaded compression-core v0.4.31 |
| 662 | 2026-05-28T17:02:14.740Z | Downloaded ed25519-dalek v2.2.0 |
| 663 | 2026-05-28T17:02:14.743Z | Downloaded dof v0.4.0 |
| 664 | 2026-05-28T17:02:14.743Z | Downloaded csv-core v0.1.13 |
| 665 | 2026-05-28T17:02:14.745Z | Downloaded crc v3.4.0 |
| 666 | 2026-05-28T17:02:14.745Z | Downloaded constant_time_eq v0.4.2 |
| 667 | 2026-05-28T17:02:14.748Z | Downloaded daft v0.1.7 |
| 668 | 2026-05-28T17:02:14.749Z | Downloaded globwalk v0.9.1 |
| 669 | 2026-05-28T17:02:14.749Z | Downloaded document-features v0.2.12 |
| 670 | 2026-05-28T17:02:14.752Z | Downloaded derive-ex v0.1.8 |
| 671 | 2026-05-28T17:02:14.752Z | Downloaded compression-codecs v0.4.37 |
| 672 | 2026-05-28T17:02:14.754Z | Downloaded bitfield-struct v0.6.2 |
| 673 | 2026-05-28T17:02:14.755Z | Downloaded find-msvc-tools v0.1.9 |
| 674 | 2026-05-28T17:02:14.758Z | Downloaded foldhash v0.1.5 |
| 675 | 2026-05-28T17:02:14.758Z | Downloaded derive_builder_core v0.20.2 |
| 676 | 2026-05-28T17:02:14.761Z | Downloaded deranged v0.5.8 |
| 677 | 2026-05-28T17:02:14.764Z | Downloaded ciborium-ll v0.2.2 |
| 678 | 2026-05-28T17:02:14.767Z | Downloaded ed25519 v2.2.3 |
| 679 | 2026-05-28T17:02:14.767Z | Downloaded der_derive v0.7.3 |
| 680 | 2026-05-28T17:02:14.769Z | Downloaded filetime v0.2.27 |
| 681 | 2026-05-28T17:02:14.769Z | Downloaded defmt v1.0.1 |
| 682 | 2026-05-28T17:02:14.772Z | Downloaded futures-sink v0.3.32 |
| 683 | 2026-05-28T17:02:14.772Z | Downloaded ff v0.13.1 |
| 684 | 2026-05-28T17:02:14.775Z | Downloaded hash32 v0.2.1 |
| 685 | 2026-05-28T17:02:14.775Z | Downloaded diff v0.1.13 |
| 686 | 2026-05-28T17:02:14.775Z | Downloaded futures-core v0.3.32 |
| 687 | 2026-05-28T17:02:14.778Z | Downloaded ecdsa v0.16.9 |
| 688 | 2026-05-28T17:02:14.778Z | Downloaded futures-task v0.3.32 |
| 689 | 2026-05-28T17:02:14.781Z | Downloaded foldhash v0.2.0 |
| 690 | 2026-05-28T17:02:14.781Z | Downloaded cfg_aliases v0.2.1 |
| 691 | 2026-05-28T17:02:14.781Z | Downloaded darling v0.23.0 |
| 692 | 2026-05-28T17:02:14.784Z | Downloaded hostname v0.4.2 |
| 693 | 2026-05-28T17:02:14.784Z | Downloaded home v0.5.12 |
| 694 | 2026-05-28T17:02:14.787Z | Downloaded headers-core v0.3.0 |
| 695 | 2026-05-28T17:02:14.787Z | Downloaded fs_extra v1.3.0 |
| 696 | 2026-05-28T17:02:14.787Z | Downloaded hash32 v0.3.1 |
| 697 | 2026-05-28T17:02:14.790Z | Downloaded byte-wrapper v0.1.0 |
| 698 | 2026-05-28T17:02:14.790Z | Downloaded foreign-types-macros v0.2.3 |
| 699 | 2026-05-28T17:02:14.790Z | Downloaded http-range v0.1.5 |
| 700 | 2026-05-28T17:02:14.793Z | Downloaded futures-executor v0.3.32 |
| 701 | 2026-05-28T17:02:14.794Z | Downloaded fallible-iterator v0.2.0 |
| 702 | 2026-05-28T17:02:14.794Z | Downloaded globset v0.4.18 |
| 703 | 2026-05-28T17:02:14.796Z | Downloaded git-stub-vcs v0.1.0 |
| 704 | 2026-05-28T17:02:14.796Z | Downloaded ghash v0.5.1 |
| 705 | 2026-05-28T17:02:14.796Z | Downloaded cancel-safe-futures v0.1.5 |
| 706 | 2026-05-28T17:02:14.799Z | Downloaded ctr v0.9.2 |
| 707 | 2026-05-28T17:02:14.799Z | Downloaded git-stub v1.0.0 |
| 708 | 2026-05-28T17:02:14.802Z | Downloaded hex-literal v0.4.1 |
| 709 | 2026-05-28T17:02:14.802Z | Downloaded blake2 v0.10.6 |
| 710 | 2026-05-28T17:02:14.805Z | Downloaded async-bb8-diesel v0.2.1 |
| 711 | 2026-05-28T17:02:14.805Z | Downloaded colored v3.1.1 |
| 712 | 2026-05-28T17:02:14.808Z | Downloaded hyper-tls v0.6.0 |
| 713 | 2026-05-28T17:02:14.808Z | Downloaded derive_more v0.99.20 |
| 714 | 2026-05-28T17:02:14.811Z | Downloaded env_logger v0.11.9 |
| 715 | 2026-05-28T17:02:14.814Z | Downloaded hostname v0.3.1 |
| 716 | 2026-05-28T17:02:14.814Z | Downloaded hubpack_derive v0.1.1 |
| 717 | 2026-05-28T17:02:14.814Z | Downloaded crossterm v0.28.1 |
| 718 | 2026-05-28T17:02:14.817Z | Downloaded crc-catalog v2.4.0 |
| 719 | 2026-05-28T17:02:14.820Z | Downloaded cipher v0.4.4 |
| 720 | 2026-05-28T17:02:14.820Z | Downloaded fixedbitset v0.4.2 |
| 721 | 2026-05-28T17:02:14.820Z | Downloaded darling v0.20.11 |
| 722 | 2026-05-28T17:02:14.823Z | Downloaded instant v0.1.13 |
| 723 | 2026-05-28T17:02:14.826Z | Downloaded inout v0.1.4 |
| 724 | 2026-05-28T17:02:14.826Z | Downloaded defmt-macros v1.0.1 |
| 725 | 2026-05-28T17:02:14.829Z | Downloaded internet-checksum v0.2.1 |
| 726 | 2026-05-28T17:02:14.829Z | Downloaded instability v0.3.11 |
| 727 | 2026-05-28T17:02:14.829Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 728 | 2026-05-28T17:02:14.829Z | Downloaded httpdate v1.0.3 |
| 729 | 2026-05-28T17:02:14.832Z | Downloaded ident_case v1.0.1 |
| 730 | 2026-05-28T17:02:14.832Z | Downloaded cexpr v0.6.0 |
| 731 | 2026-05-28T17:02:14.832Z | Downloaded cbc v0.1.2 |
| 732 | 2026-05-28T17:02:14.835Z | Downloaded indoc v1.0.9 |
| 733 | 2026-05-28T17:02:14.835Z | Downloaded indent_write v2.2.0 |
| 734 | 2026-05-28T17:02:14.838Z | Downloaded illumos-nvpair v0.3.0 |
| 735 | 2026-05-28T17:02:14.838Z | Downloaded aes v0.8.4 |
| 736 | 2026-05-28T17:02:14.841Z | Downloaded camino-tempfile-ext v0.3.3 |
| 737 | 2026-05-28T17:02:14.841Z | Downloaded crossbeam-utils v0.8.21 |
| 738 | 2026-05-28T17:02:14.844Z | Downloaded crossbeam-epoch v0.9.18 |
| 739 | 2026-05-28T17:02:14.844Z | Downloaded bytes v1.11.1 |
| 740 | 2026-05-28T17:02:14.846Z | Downloaded http-body-util v0.1.3 |
| 741 | 2026-05-28T17:02:14.846Z | Downloaded highway v1.3.0 |
| 742 | 2026-05-28T17:02:14.849Z | Downloaded hex v0.4.3 |
| 743 | 2026-05-28T17:02:14.849Z | Downloaded lazy_static v1.5.0 |
| 744 | 2026-05-28T17:02:14.852Z | Downloaded libscf-sys v1.1.0 |
| 745 | 2026-05-28T17:02:14.852Z | Downloaded lalrpop-util v0.19.12 |
| 746 | 2026-05-28T17:02:14.852Z | Downloaded convert_case v0.10.0 |
| 747 | 2026-05-28T17:02:14.855Z | Downloaded is_ci v1.2.0 |
| 748 | 2026-05-28T17:02:14.855Z | Downloaded cassowary v0.3.0 |
| 749 | 2026-05-28T17:02:14.855Z | Downloaded bitflags v1.3.2 |
| 750 | 2026-05-28T17:02:14.858Z | Downloaded is-terminal v0.4.17 |
| 751 | 2026-05-28T17:02:14.858Z | Downloaded glob v0.3.3 |
| 752 | 2026-05-28T17:02:14.858Z | Downloaded getrandom v0.2.17 |
| 753 | 2026-05-28T17:02:14.861Z | Downloaded fatfs v0.3.6 |
| 754 | 2026-05-28T17:02:14.864Z | Downloaded colored v2.2.0 |
| 755 | 2026-05-28T17:02:14.864Z | Downloaded dropshot_endpoint v0.17.0 |
| 756 | 2026-05-28T17:02:14.867Z | Downloaded corncobs v0.1.4 |
| 757 | 2026-05-28T17:02:14.867Z | Downloaded drift v0.2.0 |
| 758 | 2026-05-28T17:02:14.872Z | Downloaded lru-slab v0.1.2 |
| 759 | 2026-05-28T17:02:14.875Z | Downloaded keccak v0.1.6 |
| 760 | 2026-05-28T17:02:14.875Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 761 | 2026-05-28T17:02:14.878Z | Downloaded blowfish v0.9.1 |
| 762 | 2026-05-28T17:02:14.878Z | Downloaded http-body v1.0.1 |
| 763 | 2026-05-28T17:02:14.878Z | Downloaded linked-hash-map v0.5.6 |
| 764 | 2026-05-28T17:02:14.881Z | Downloaded lru-cache v0.1.2 |
| 765 | 2026-05-28T17:02:14.881Z | Downloaded lru v0.12.5 |
| 766 | 2026-05-28T17:02:14.884Z | Downloaded md5 v0.7.0 |
| 767 | 2026-05-28T17:02:14.886Z | Downloaded md-5 v0.10.6 |
| 768 | 2026-05-28T17:02:14.886Z | Downloaded maybe-uninit v2.0.0 |
| 769 | 2026-05-28T17:02:14.886Z | Downloaded console v0.16.2 |
| 770 | 2026-05-28T17:02:14.889Z | Downloaded hubpack v0.1.2 |
| 771 | 2026-05-28T17:02:14.889Z | Downloaded cookie_store v0.22.1 |
| 772 | 2026-05-28T17:02:14.893Z | Downloaded backon v1.6.0 |
| 773 | 2026-05-28T17:02:14.893Z | Downloaded ingot-types v0.1.2 |
| 774 | 2026-05-28T17:02:14.895Z | Downloaded managed v0.8.0 |
| 775 | 2026-05-28T17:02:14.895Z | Downloaded humantime v2.3.0 |
| 776 | 2026-05-28T17:02:14.896Z | Downloaded maplit v1.0.2 |
| 777 | 2026-05-28T17:02:14.896Z | Downloaded memoffset v0.9.1 |
| 778 | 2026-05-28T17:02:14.898Z | Downloaded ipnet v2.11.0 |
| 779 | 2026-05-28T17:02:14.898Z | Downloaded newline-converter v0.3.0 |
| 780 | 2026-05-28T17:02:14.898Z | Downloaded newtype_derive v0.1.6 |
| 781 | 2026-05-28T17:02:14.901Z | Downloaded cookie v0.18.1 |
| 782 | 2026-05-28T17:02:14.901Z | Downloaded bit-vec v0.8.0 |
| 783 | 2026-05-28T17:02:14.904Z | Downloaded darling_core v0.13.4 |
| 784 | 2026-05-28T17:02:14.907Z | Downloaded ciborium v0.2.2 |
| 785 | 2026-05-28T17:02:14.910Z | Downloaded libloading v0.8.9 |
| 786 | 2026-05-28T17:02:14.910Z | Downloaded match_cfg v0.1.0 |
| 787 | 2026-05-28T17:02:14.910Z | Downloaded hyper-staticfile v0.10.1 |
| 788 | 2026-05-28T17:02:14.912Z | Downloaded nodrop v0.1.14 |
| 789 | 2026-05-28T17:02:14.912Z | Downloaded mime v0.3.17 |
| 790 | 2026-05-28T17:02:14.915Z | Downloaded multimap v0.10.1 |
| 791 | 2026-05-28T17:02:14.915Z | Downloaded num-derive v0.4.2 |
| 792 | 2026-05-28T17:02:14.915Z | Downloaded nonempty v0.12.0 |
| 793 | 2026-05-28T17:02:14.918Z | Downloaded newtype-uuid-macros v0.1.0 |
| 794 | 2026-05-28T17:02:14.918Z | Downloaded num-iter v0.1.45 |
| 795 | 2026-05-28T17:02:14.918Z | Downloaded base64ct v1.8.3 |
| 796 | 2026-05-28T17:02:14.921Z | Downloaded httparse v1.10.1 |
| 797 | 2026-05-28T17:02:14.924Z | Downloaded fs-err v2.11.0 |
| 798 | 2026-05-28T17:02:14.924Z | Downloaded darling_core v0.21.3 |
| 799 | 2026-05-28T17:02:14.927Z | Downloaded ingot-macros v0.1.1 |
| 800 | 2026-05-28T17:02:14.927Z | Downloaded chacha20 v0.10.0 |
| 801 | 2026-05-28T17:02:14.930Z | Downloaded futures-channel v0.3.32 |
| 802 | 2026-05-28T17:02:14.930Z | Downloaded indoc v2.0.7 |
| 803 | 2026-05-28T17:02:14.932Z | Downloaded num_threads v0.1.7 |
| 804 | 2026-05-28T17:02:14.932Z | Downloaded opaque-debug v0.3.1 |
| 805 | 2026-05-28T17:02:14.935Z | Downloaded num v0.4.3 |
| 806 | 2026-05-28T17:02:14.935Z | Downloaded nibble_vec v0.1.0 |
| 807 | 2026-05-28T17:02:14.935Z | Downloaded ipnetwork v0.21.1 |
| 808 | 2026-05-28T17:02:14.938Z | Downloaded group v0.13.0 |
| 809 | 2026-05-28T17:02:14.938Z | Downloaded bzip2 v0.4.4 |
| 810 | 2026-05-28T17:02:14.938Z | Downloaded elliptic-curve v0.13.8 |
| 811 | 2026-05-28T17:02:14.941Z | Downloaded bzip2 v0.6.1 |
| 812 | 2026-05-28T17:02:14.941Z | Downloaded allocator-api2 v0.2.21 |
| 813 | 2026-05-28T17:02:14.944Z | Downloaded new_debug_unreachable v1.0.6 |
| 814 | 2026-05-28T17:02:14.944Z | Downloaded half v1.8.3 |
| 815 | 2026-05-28T17:02:14.947Z | Downloaded openssl-probe v0.2.1 |
| 816 | 2026-05-28T17:02:14.947Z | Downloaded openssl-probe v0.1.6 |
| 817 | 2026-05-28T17:02:14.947Z | Downloaded lzss v0.8.2 |
| 818 | 2026-05-28T17:02:14.950Z | Downloaded oso-derive v0.27.3 |
| 819 | 2026-05-28T17:02:14.950Z | Downloaded jobserver v0.1.34 |
| 820 | 2026-05-28T17:02:14.950Z | Downloaded derive_more-impl v2.1.1 |
| 821 | 2026-05-28T17:02:14.954Z | Downloaded newtype-uuid v1.3.2 |
| 822 | 2026-05-28T17:02:14.957Z | Downloaded nanorand v0.7.0 |
| 823 | 2026-05-28T17:02:14.957Z | Downloaded ingot v0.1.1 |
| 824 | 2026-05-28T17:02:14.959Z | Downloaded libefi-sys v0.1.0 |
| 825 | 2026-05-28T17:02:14.959Z | Downloaded kstat-rs v0.2.4 |
| 826 | 2026-05-28T17:02:14.959Z | Downloaded derive-where v1.6.0 |
| 827 | 2026-05-28T17:02:14.962Z | Downloaded num_enum_derive v0.5.11 |
| 828 | 2026-05-28T17:02:14.965Z | Downloaded num-derive v0.3.3 |
| 829 | 2026-05-28T17:02:14.965Z | Downloaded num-conv v0.2.0 |
| 830 | 2026-05-28T17:02:14.965Z | Downloaded darling_core v0.23.0 |
| 831 | 2026-05-28T17:02:14.968Z | Downloaded openssl-macros v0.1.1 |
| 832 | 2026-05-28T17:02:14.971Z | Downloaded parse-display v0.10.0 |
| 833 | 2026-05-28T17:02:14.971Z | Downloaded olpc-cjson v0.1.4 |
| 834 | 2026-05-28T17:02:14.974Z | Downloaded futures v0.3.32 |
| 835 | 2026-05-28T17:02:14.977Z | Downloaded hmac v0.12.1 |
| 836 | 2026-05-28T17:02:14.980Z | Downloaded parse-size v1.1.0 |
| 837 | 2026-05-28T17:02:14.980Z | Downloaded normalize-line-endings v0.3.0 |
| 838 | 2026-05-28T17:02:14.983Z | Downloaded pbkdf2 v0.11.0 |
| 839 | 2026-05-28T17:02:14.983Z | Downloaded libsw-core v0.3.2 |
| 840 | 2026-05-28T17:02:14.985Z | Downloaded path-slash v0.1.5 |
| 841 | 2026-05-28T17:02:15.003Z | Downloaded pin-utils v0.1.0 |
| 842 | 2026-05-28T17:02:15.006Z | Downloaded peg-runtime v0.8.5 |
| 843 | 2026-05-28T17:02:15.006Z | Downloaded packed_struct_codegen v0.10.1 |
| 844 | 2026-05-28T17:02:15.006Z | Downloaded num_enum v0.7.5 |
| 845 | 2026-05-28T17:02:15.009Z | Downloaded num_enum v0.5.11 |
| 846 | 2026-05-28T17:02:15.012Z | Downloaded lock_api v0.4.14 |
| 847 | 2026-05-28T17:02:15.015Z | Downloaded half v2.7.1 |
| 848 | 2026-05-28T17:02:15.015Z | Downloaded crossbeam-channel v0.5.15 |
| 849 | 2026-05-28T17:02:15.018Z | Downloaded oxide-tokio-rt v0.1.4 |
| 850 | 2026-05-28T17:02:15.020Z | Downloaded litrs v1.0.0 |
| 851 | 2026-05-28T17:02:15.023Z | Downloaded pbkdf2 v0.12.2 |
| 852 | 2026-05-28T17:02:15.023Z | Downloaded nu-ansi-term v0.50.3 |
| 853 | 2026-05-28T17:02:15.026Z | Downloaded owo-colors v4.3.0 |
| 854 | 2026-05-28T17:02:15.026Z | Downloaded memmap2 v0.9.10 |
| 855 | 2026-05-28T17:02:15.026Z | Downloaded console v0.15.11 |
| 856 | 2026-05-28T17:02:15.029Z | Downloaded phf_shared v0.12.1 |
| 857 | 2026-05-28T17:02:15.029Z | Downloaded phf_shared v0.13.1 |
| 858 | 2026-05-28T17:02:15.032Z | Downloaded native-tls v0.2.18 |
| 859 | 2026-05-28T17:02:15.032Z | Downloaded oxnet v0.1.4 |
| 860 | 2026-05-28T17:02:15.035Z | Downloaded phf_shared v0.11.3 |
| 861 | 2026-05-28T17:02:15.035Z | Downloaded linear-map v1.2.0 |
| 862 | 2026-05-28T17:02:15.035Z | Downloaded getrandom v0.3.4 |
| 863 | 2026-05-28T17:02:15.038Z | Downloaded derive_more v2.1.1 |
| 864 | 2026-05-28T17:02:15.044Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 865 | 2026-05-28T17:02:15.047Z | Downloaded num-complex v0.4.6 |
| 866 | 2026-05-28T17:02:15.047Z | Downloaded proc-macro-crate v3.4.0 |
| 867 | 2026-05-28T17:02:15.050Z | Downloaded heapless v0.7.17 |
| 868 | 2026-05-28T17:02:15.050Z | Downloaded num-rational v0.4.2 |
| 869 | 2026-05-28T17:02:15.053Z | Downloaded progenitor-client v0.10.0 |
| 870 | 2026-05-28T17:02:15.053Z | Downloaded progenitor-macro v0.11.2 |
| 871 | 2026-05-28T17:02:15.058Z | Downloaded progenitor-client v0.14.0 |
| 872 | 2026-05-28T17:02:15.058Z | Downloaded precomputed-hash v0.1.1 |
| 873 | 2026-05-28T17:02:15.058Z | Downloaded num_enum_derive v0.7.5 |
| 874 | 2026-05-28T17:02:15.058Z | Downloaded paste v1.0.15 |
| 875 | 2026-05-28T17:02:15.060Z | Downloaded peg-macros v0.8.5 |
| 876 | 2026-05-28T17:02:15.061Z | Downloaded password-hash v0.4.2 |
| 877 | 2026-05-28T17:02:15.061Z | Downloaded num-integer v0.1.46 |
| 878 | 2026-05-28T17:02:15.063Z | Downloaded psl-types v2.0.11 |
| 879 | 2026-05-28T17:02:15.063Z | Downloaded phf v0.12.1 |
| 880 | 2026-05-28T17:02:15.066Z | Downloaded libsw v3.5.0 |
| 881 | 2026-05-28T17:02:15.066Z | Downloaded ignore v0.4.25 |
| 882 | 2026-05-28T17:02:15.069Z | Downloaded iana-time-zone v0.1.65 |
| 883 | 2026-05-28T17:02:15.069Z | Downloaded predicates-tree v1.0.13 |
| 884 | 2026-05-28T17:02:15.072Z | Downloaded packed_struct v0.10.1 |
| 885 | 2026-05-28T17:02:15.072Z | Downloaded flate2 v1.1.9 |
| 886 | 2026-05-28T17:02:15.075Z | Downloaded proc-macro-crate v1.3.1 |
| 887 | 2026-05-28T17:02:15.077Z | Downloaded predicates-core v1.0.10 |
| 888 | 2026-05-28T17:02:15.078Z | Downloaded progenitor-client v0.11.2 |
| 889 | 2026-05-28T17:02:15.078Z | Downloaded mime_guess v2.0.5 |
| 890 | 2026-05-28T17:02:15.081Z | Downloaded rand_chacha v0.3.1 |
| 891 | 2026-05-28T17:02:15.081Z | Downloaded radium v0.7.0 |
| 892 | 2026-05-28T17:02:15.084Z | Downloaded ppv-lite86 v0.2.21 |
| 893 | 2026-05-28T17:02:15.085Z | Downloaded parking_lot_core v0.8.6 |
| 894 | 2026-05-28T17:02:15.085Z | Downloaded hyper-rustls v0.27.7 |
| 895 | 2026-05-28T17:02:15.087Z | Downloaded async-compression v0.4.41 |
| 896 | 2026-05-28T17:02:15.090Z | Downloaded password-hash v0.5.0 |
| 897 | 2026-05-28T17:02:15.093Z | Downloaded parse-display-derive v0.10.0 |
| 898 | 2026-05-28T17:02:15.093Z | Downloaded progenitor-macro v0.14.0 |
| 899 | 2026-05-28T17:02:15.093Z | Downloaded progenitor-macro v0.13.0 |
| 900 | 2026-05-28T17:02:15.096Z | Downloaded multer v3.1.0 |
| 901 | 2026-05-28T17:02:15.096Z | Downloaded indexmap v1.9.3 |
| 902 | 2026-05-28T17:02:15.100Z | Downloaded poly1305 v0.8.0 |
| 903 | 2026-05-28T17:02:15.100Z | Downloaded parking_lot v0.12.5 |
| 904 | 2026-05-28T17:02:15.103Z | Downloaded parking_lot v0.11.2 |
| 905 | 2026-05-28T17:02:15.103Z | Downloaded compact_str v0.8.1 |
| 906 | 2026-05-28T17:02:15.106Z | Downloaded pin-project-lite v0.2.17 |
| 907 | 2026-05-28T17:02:15.109Z | Downloaded ref-cast v1.0.25 |
| 908 | 2026-05-28T17:02:15.112Z | Downloaded proc-macro-error2 v2.0.1 |
| 909 | 2026-05-28T17:02:15.115Z | Downloaded recursive v0.1.1 |
| 910 | 2026-05-28T17:02:15.115Z | Downloaded rand_xorshift v0.4.0 |
| 911 | 2026-05-28T17:02:15.115Z | Downloaded quick-error v1.2.3 |
| 912 | 2026-05-28T17:02:15.115Z | Downloaded pem-rfc7468 v0.7.0 |
| 913 | 2026-05-28T17:02:15.118Z | Downloaded expectorate v1.2.0 |
| 914 | 2026-05-28T17:02:15.118Z | Downloaded phf v0.13.1 |
| 915 | 2026-05-28T17:02:15.121Z | Downloaded peg v0.8.5 |
| 916 | 2026-05-28T17:02:15.124Z | Downloaded crc-any v2.5.0 |
| 917 | 2026-05-28T17:02:15.124Z | Downloaded headers v0.4.1 |
| 918 | 2026-05-28T17:02:15.127Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 919 | 2026-05-28T17:02:15.129Z | Downloaded hickory-resolver v0.24.4 |
| 920 | 2026-05-28T17:02:15.132Z | Downloaded omicron-zone-package v0.12.2 |
| 921 | 2026-05-28T17:02:15.132Z | Downloaded pkg-config v0.3.32 |
| 922 | 2026-05-28T17:02:15.135Z | Downloaded pin-project-internal v1.1.11 |
| 923 | 2026-05-28T17:02:15.135Z | Downloaded libbz2-rs-sys v0.2.2 |
| 924 | 2026-05-28T17:02:15.138Z | Downloaded chacha20poly1305 v0.10.1 |
| 925 | 2026-05-28T17:02:15.138Z | Downloaded russh-cryptovec v0.7.3 |
| 926 | 2026-05-28T17:02:15.141Z | Downloaded heapless v0.8.0 |
| 927 | 2026-05-28T17:02:15.144Z | Downloaded postcard v1.1.3 |
| 928 | 2026-05-28T17:02:15.148Z | Downloaded pkcs8 v0.10.2 |
| 929 | 2026-05-28T17:02:15.148Z | Downloaded polyval v0.6.2 |
| 930 | 2026-05-28T17:02:15.150Z | Downloaded rand_chacha v0.9.0 |
| 931 | 2026-05-28T17:02:15.150Z | Downloaded ar_archive_writer v0.5.1 |
| 932 | 2026-05-28T17:02:15.153Z | Downloaded rustc_version v0.1.7 |
| 933 | 2026-05-28T17:02:15.153Z | Downloaded rustc-hash v2.1.1 |
| 934 | 2026-05-28T17:02:15.153Z | Downloaded r2d2 v0.8.10 |
| 935 | 2026-05-28T17:02:15.157Z | Downloaded powerfmt v0.2.0 |
| 936 | 2026-05-28T17:02:15.157Z | Downloaded primeorder v0.13.6 |
| 937 | 2026-05-28T17:02:15.157Z | Downloaded pkcs5 v0.7.1 |
| 938 | 2026-05-28T17:02:15.160Z | Downloaded ref-cast-impl v1.0.25 |
| 939 | 2026-05-28T17:02:15.160Z | Downloaded rfc6979 v0.4.0 |
| 940 | 2026-05-28T17:02:15.160Z | Downloaded der v0.7.10 |
| 941 | 2026-05-28T17:02:15.163Z | Downloaded progenitor v0.14.0 |
| 942 | 2026-05-28T17:02:15.166Z | Downloaded progenitor v0.11.2 |
| 943 | 2026-05-28T17:02:15.166Z | Downloaded miniz_oxide v0.8.9 |
| 944 | 2026-05-28T17:02:15.169Z | Downloaded predicates v3.1.4 |
| 945 | 2026-05-28T17:02:15.172Z | Downloaded parking_lot_core v0.9.12 |
| 946 | 2026-05-28T17:02:15.172Z | Downloaded progenitor-client v0.13.0 |
| 947 | 2026-05-28T17:02:15.172Z | Downloaded rustc_version v0.4.1 |
| 948 | 2026-05-28T17:02:15.175Z | Downloaded rtoolbox v0.0.3 |
| 949 | 2026-05-28T17:02:15.175Z | Downloaded progenitor v0.13.0 |
| 950 | 2026-05-28T17:02:15.178Z | Downloaded papergrid v0.17.0 |
| 951 | 2026-05-28T17:02:15.181Z | Downloaded const_format v0.2.35 |
| 952 | 2026-05-28T17:02:15.183Z | Downloaded bumpalo v3.20.2 |
| 953 | 2026-05-28T17:02:15.183Z | Downloaded base64 v0.22.1 |
| 954 | 2026-05-28T17:02:15.186Z | Downloaded pem v3.0.6 |
| 955 | 2026-05-28T17:02:15.189Z | Downloaded p256 v0.13.2 |
| 956 | 2026-05-28T17:02:15.189Z | Downloaded indicatif v0.18.4 |
| 957 | 2026-05-28T17:02:15.192Z | Downloaded progenitor-extras v0.2.0 |
| 958 | 2026-05-28T17:02:15.192Z | Downloaded postgres-protocol v0.6.10 |
| 959 | 2026-05-28T17:02:15.195Z | Downloaded diesel_derives v2.3.7 |
| 960 | 2026-05-28T17:02:15.199Z | Downloaded sapling-renderdag v0.1.0 |
| 961 | 2026-05-28T17:02:15.201Z | Downloaded http v1.4.0 |
| 962 | 2026-05-28T17:02:15.205Z | Downloaded same-file v1.0.6 |
| 963 | 2026-05-28T17:02:15.205Z | Downloaded clang-sys v1.8.1 |
| 964 | 2026-05-28T17:02:15.208Z | Downloaded psm v0.1.30 |
| 965 | 2026-05-28T17:02:15.212Z | Downloaded secrecy v0.8.0 |
| 966 | 2026-05-28T17:02:15.215Z | Downloaded rand_seeder v0.4.0 |
| 967 | 2026-05-28T17:02:15.215Z | Downloaded rand_core v0.9.5 |
| 968 | 2026-05-28T17:02:15.218Z | Downloaded salsa20 v0.10.2 |
| 969 | 2026-05-28T17:02:15.218Z | Downloaded hyper-util v0.1.20 |
| 970 | 2026-05-28T17:02:15.220Z | Downloaded scopeguard v1.2.0 |
| 971 | 2026-05-28T17:02:15.223Z | Downloaded scheduled-thread-pool v0.2.7 |
| 972 | 2026-05-28T17:02:15.223Z | Downloaded rand_core v0.6.4 |
| 973 | 2026-05-28T17:02:15.226Z | Downloaded scroll_derive v0.13.1 |
| 974 | 2026-05-28T17:02:15.226Z | Downloaded scrypt v0.11.0 |
| 975 | 2026-05-28T17:02:15.231Z | Downloaded hickory-resolver v0.25.2 |
| 976 | 2026-05-28T17:02:15.234Z | Downloaded serde_bytes v0.11.19 |
| 977 | 2026-05-28T17:02:15.234Z | Downloaded seq-macro v0.3.6 |
| 978 | 2026-05-28T17:02:15.234Z | Downloaded serde-big-array v0.5.1 |
| 979 | 2026-05-28T17:02:15.244Z | Downloaded oso v0.27.3 |
| 980 | 2026-05-28T17:02:15.247Z | Downloaded resolv-conf v0.7.6 |
| 981 | 2026-05-28T17:02:15.249Z | Downloaded semver v0.1.20 |
| 982 | 2026-05-28T17:02:15.249Z | Downloaded rustls-native-certs v0.8.3 |
| 983 | 2026-05-28T17:02:15.252Z | Downloaded secrecy v0.10.3 |
| 984 | 2026-05-28T17:02:15.252Z | Downloaded cc v1.2.56 |
| 985 | 2026-05-28T17:02:15.255Z | Downloaded serde_plain v1.0.2 |
| 986 | 2026-05-28T17:02:15.255Z | Downloaded serde_spanned v1.0.4 |
| 987 | 2026-05-28T17:02:15.258Z | Downloaded serde_repr v0.1.20 |
| 988 | 2026-05-28T17:02:15.266Z | Downloaded quinn-udp v0.5.14 |
| 989 | 2026-05-28T17:02:15.269Z | Downloaded rustls-pemfile v2.2.0 |
| 990 | 2026-05-28T17:02:15.272Z | Downloaded rustls-pemfile v1.0.4 |
| 991 | 2026-05-28T17:02:15.274Z | Downloaded serde_urlencoded v0.7.1 |
| 992 | 2026-05-28T17:02:15.277Z | Downloaded signal-hook-tokio v0.3.1 |
| 993 | 2026-05-28T17:02:15.277Z | Downloaded signature v2.2.0 |
| 994 | 2026-05-28T17:02:15.280Z | Downloaded signal-hook-mio v0.2.5 |
| 995 | 2026-05-28T17:02:15.280Z | Downloaded sigpipe v0.1.3 |
| 996 | 2026-05-28T17:02:15.280Z | Downloaded siphasher v1.0.2 |
| 997 | 2026-05-28T17:02:15.283Z | Downloaded shell-words v1.1.1 |
| 998 | 2026-05-28T17:02:15.286Z | Downloaded slog-bunyan v2.5.0 |
| 999 | 2026-05-28T17:02:15.286Z | Downloaded rusty-fork v0.3.1 |
| 1000 | 2026-05-28T17:02:15.289Z | Downloaded progenitor-impl v0.14.0 |
| 1001 | 2026-05-28T17:02:15.292Z | Downloaded progenitor-impl v0.13.0 |
| 1002 | 2026-05-28T17:02:15.295Z | Downloaded progenitor-impl v0.11.2 |
| 1003 | 2026-05-28T17:02:15.295Z | Downloaded sec1 v0.7.3 |
| 1004 | 2026-05-28T17:02:15.297Z | Downloaded jiff-static v0.2.21 |
| 1005 | 2026-05-28T17:02:15.297Z | Downloaded rustversion v1.0.22 |
| 1006 | 2026-05-28T17:02:15.300Z | Downloaded rand_core v0.10.0 |
| 1007 | 2026-05-28T17:02:15.303Z | Downloaded serde-hex v0.1.0 |
| 1008 | 2026-05-28T17:02:15.303Z | Downloaded pkcs1 v0.7.5 |
| 1009 | 2026-05-28T17:02:15.306Z | Downloaded pin-project v1.1.11 |
| 1010 | 2026-05-28T17:02:15.310Z | Downloaded slog-envlogger v2.2.0 |
| 1011 | 2026-05-28T17:02:15.313Z | Downloaded dropshot-api-manager v0.7.2 |
| 1012 | 2026-05-28T17:02:15.316Z | Downloaded schemars_derive v0.8.22 |
| 1013 | 2026-05-28T17:02:15.319Z | Downloaded scroll v0.13.0 |
| 1014 | 2026-05-28T17:02:15.319Z | Downloaded postgres-types v0.2.12 |
| 1015 | 2026-05-28T17:02:15.322Z | Downloaded crossterm v0.29.0 |
| 1016 | 2026-05-28T17:02:15.325Z | Downloaded serde_path_to_error v0.1.20 |
| 1017 | 2026-05-28T17:02:15.328Z | Downloaded prefix-trie v0.7.0 |
| 1018 | 2026-05-28T17:02:15.328Z | Downloaded openssl-sys v0.9.115 |
| 1019 | 2026-05-28T17:02:15.331Z | Downloaded sct v0.7.1 |
| 1020 | 2026-05-28T17:02:15.333Z | Downloaded rustls-pki-types v1.14.0 |
| 1021 | 2026-05-28T17:02:15.336Z | Downloaded ssh-encoding v0.2.0 |
| 1022 | 2026-05-28T17:02:15.336Z | Downloaded ssh-cipher v0.2.0 |
| 1023 | 2026-05-28T17:02:15.339Z | Downloaded strum v0.27.2 |
| 1024 | 2026-05-28T17:02:15.339Z | Downloaded strum v0.26.3 |
| 1025 | 2026-05-28T17:02:15.339Z | Downloaded rcgen v0.12.1 |
| 1026 | 2026-05-28T17:02:15.342Z | Downloaded hashbrown v0.12.3 |
| 1027 | 2026-05-28T17:02:15.345Z | Downloaded serde_with_macros v1.5.2 |
| 1028 | 2026-05-28T17:02:15.345Z | Downloaded sqlparser_derive v0.5.0 |
| 1029 | 2026-05-28T17:02:15.348Z | Downloaded serde_derive_internals v0.29.1 |
| 1030 | 2026-05-28T17:02:15.348Z | Downloaded russh-keys v0.45.0 |
| 1031 | 2026-05-28T17:02:15.350Z | Downloaded prettyplease v0.2.37 |
| 1032 | 2026-05-28T17:02:15.355Z | Downloaded pretty_assertions v1.4.1 |
| 1033 | 2026-05-28T17:02:15.355Z | Downloaded itertools v0.10.5 |
| 1034 | 2026-05-28T17:02:15.359Z | Downloaded simd-adler32 v0.3.8 |
| 1035 | 2026-05-28T17:02:15.362Z | Downloaded signal-hook-registry v1.4.8 |
| 1036 | 2026-05-28T17:02:15.362Z | Downloaded shlex v1.3.0 |
| 1037 | 2026-05-28T17:02:15.365Z | Downloaded sha1 v0.10.6 |
| 1038 | 2026-05-28T17:02:15.365Z | Downloaded slog-term v2.9.2 |
| 1039 | 2026-05-28T17:02:15.368Z | Downloaded structmeta-derive v0.3.0 |
| 1040 | 2026-05-28T17:02:15.368Z | Downloaded structmeta v0.3.0 |
| 1041 | 2026-05-28T17:02:15.368Z | Downloaded sync_wrapper v1.0.2 |
| 1042 | 2026-05-28T17:02:15.371Z | Downloaded strsim v0.10.0 |
| 1043 | 2026-05-28T17:02:15.371Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1044 | 2026-05-28T17:02:15.371Z | Downloaded sync-ptr v0.1.4 |
| 1045 | 2026-05-28T17:02:15.374Z | Downloaded subtle v2.6.1 |
| 1046 | 2026-05-28T17:02:15.374Z | Downloaded slog-stdlog v4.1.1 |
| 1047 | 2026-05-28T17:02:15.374Z | Downloaded slog-scope v4.4.1 |
| 1048 | 2026-05-28T17:02:15.376Z | Downloaded slog-json v2.6.1 |
| 1049 | 2026-05-28T17:02:15.377Z | Downloaded slog-async v2.8.0 |
| 1050 | 2026-05-28T17:02:15.379Z | Downloaded slog-dtrace v0.3.0 |
| 1051 | 2026-05-28T17:02:15.379Z | Downloaded slab v0.4.12 |
| 1052 | 2026-05-28T17:02:15.382Z | Downloaded tap v1.0.1 |
| 1053 | 2026-05-28T17:02:15.385Z | Downloaded termtree v0.5.1 |
| 1054 | 2026-05-28T17:02:15.388Z | Downloaded hashbrown v0.13.2 |
| 1055 | 2026-05-28T17:02:15.390Z | Downloaded mio v1.2.0 |
| 1056 | 2026-05-28T17:02:15.393Z | Downloaded smf v0.2.3 |
| 1057 | 2026-05-28T17:02:15.396Z | Downloaded smallvec v0.6.14 |
| 1058 | 2026-05-28T17:02:15.399Z | Downloaded string_cache v0.8.9 |
| 1059 | 2026-05-28T17:02:15.400Z | Downloaded snafu-derive v0.8.9 |
| 1060 | 2026-05-28T17:02:15.400Z | Downloaded sqlformat v0.3.5 |
| 1061 | 2026-05-28T17:02:15.403Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1062 | 2026-05-28T17:02:15.403Z | Downloaded take_mut v0.2.2 |
| 1063 | 2026-05-28T17:02:15.403Z | Downloaded tagptr v0.2.0 |
| 1064 | 2026-05-28T17:02:15.406Z | Downloaded tinyvec_macros v0.1.1 |
| 1065 | 2026-05-28T17:02:15.406Z | Downloaded thread-id v5.1.0 |
| 1066 | 2026-05-28T17:02:15.406Z | Downloaded tabwriter v1.4.1 |
| 1067 | 2026-05-28T17:02:15.409Z | Downloaded aho-corasick v1.1.4 |
| 1068 | 2026-05-28T17:02:15.416Z | Downloaded ryu v1.0.23 |
| 1069 | 2026-05-28T17:02:15.419Z | Downloaded testing_table v0.3.0 |
| 1070 | 2026-05-28T17:02:15.422Z | Downloaded nom v7.1.3 |
| 1071 | 2026-05-28T17:02:15.425Z | Downloaded minimal-lexical v0.2.1 |
| 1072 | 2026-05-28T17:02:15.428Z | Downloaded strum_macros v0.24.3 |
| 1073 | 2026-05-28T17:02:15.428Z | Downloaded static_assertions v1.1.0 |
| 1074 | 2026-05-28T17:02:15.431Z | Downloaded spki v0.7.3 |
| 1075 | 2026-05-28T17:02:15.431Z | Downloaded supports-color v3.0.2 |
| 1076 | 2026-05-28T17:02:15.433Z | Downloaded libxml v0.3.3 |
| 1077 | 2026-05-28T17:02:15.436Z | Downloaded time-core v0.1.8 |
| 1078 | 2026-05-28T17:02:15.436Z | Downloaded hickory-server v0.25.2 |
| 1079 | 2026-05-28T17:02:15.445Z | Downloaded qorb v0.4.1 |
| 1080 | 2026-05-28T17:02:15.448Z | Downloaded rand v0.8.6 |
| 1081 | 2026-05-28T17:02:15.451Z | Downloaded serde_cbor v0.11.2 |
| 1082 | 2026-05-28T17:02:15.455Z | Downloaded topological-sort v0.2.2 |
| 1083 | 2026-05-28T17:02:15.457Z | Downloaded stringprep v0.1.5 |
| 1084 | 2026-05-28T17:02:15.458Z | Downloaded support-bundle-viewer v0.1.2 |
| 1085 | 2026-05-28T17:02:15.460Z | Downloaded strum_macros v0.26.4 |
| 1086 | 2026-05-28T17:02:15.469Z | Downloaded tokio-macros v2.7.0 |
| 1087 | 2026-05-28T17:02:15.469Z | Downloaded itertools v0.12.1 |
| 1088 | 2026-05-28T17:02:15.473Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1089 | 2026-05-28T17:02:15.473Z | Downloaded try-lock v0.2.5 |
| 1090 | 2026-05-28T17:02:15.476Z | Downloaded trait-variant v0.1.2 |
| 1091 | 2026-05-28T17:02:15.476Z | Downloaded thiserror-no-std v2.0.2 |
| 1092 | 2026-05-28T17:02:15.480Z | Downloaded rayon-core v1.13.0 |
| 1093 | 2026-05-28T17:02:15.480Z | Downloaded thread_local v1.1.9 |
| 1094 | 2026-05-28T17:02:15.484Z | Downloaded serde_with_macros v3.17.0 |
| 1095 | 2026-05-28T17:02:15.484Z | Downloaded schemars v0.8.22 |
| 1096 | 2026-05-28T17:02:15.488Z | Downloaded aes-gcm v0.10.3 |
| 1097 | 2026-05-28T17:02:15.491Z | Downloaded iri-string v0.7.10 |
| 1098 | 2026-05-28T17:02:15.494Z | Downloaded typify-macro v0.4.3 |
| 1099 | 2026-05-28T17:02:15.497Z | Downloaded tls_codec_derive v0.4.2 |
| 1100 | 2026-05-28T17:02:15.498Z | Downloaded typify-macro v0.6.2 |
| 1101 | 2026-05-28T17:02:15.498Z | Downloaded tabled_derive v0.11.0 |
| 1102 | 2026-05-28T17:02:15.500Z | Downloaded hashbrown v0.16.1 |
| 1103 | 2026-05-28T17:02:15.503Z | Downloaded signal-hook v0.3.18 |
| 1104 | 2026-05-28T17:02:15.506Z | Downloaded publicsuffix v2.3.0 |
| 1105 | 2026-05-28T17:02:15.509Z | Downloaded tokio-rustls v0.25.0 |
| 1106 | 2026-05-28T17:02:15.512Z | Downloaded tower-service v0.3.3 |
| 1107 | 2026-05-28T17:02:15.512Z | Downloaded tower-layer v0.3.3 |
| 1108 | 2026-05-28T17:02:15.512Z | Downloaded termios v0.3.3 |
| 1109 | 2026-05-28T17:02:15.512Z | Downloaded tokio-tungstenite v0.21.0 |
| 1110 | 2026-05-28T17:02:15.521Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1111 | 2026-05-28T17:02:15.525Z | Downloaded stacker v0.1.23 |
| 1112 | 2026-05-28T17:02:15.528Z | Downloaded rand v0.9.2 |
| 1113 | 2026-05-28T17:02:15.528Z | Downloaded tiny-keccak v2.0.2 |
| 1114 | 2026-05-28T17:02:15.530Z | Downloaded tls_codec v0.4.2 |
| 1115 | 2026-05-28T17:02:15.530Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1116 | 2026-05-28T17:02:15.533Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1117 | 2026-05-28T17:02:15.533Z | Downloaded time-macros v0.2.27 |
| 1118 | 2026-05-28T17:02:15.533Z | Downloaded unarray v0.1.4 |
| 1119 | 2026-05-28T17:02:15.536Z | Downloaded usdt-attr-macro v0.6.0 |
| 1120 | 2026-05-28T17:02:15.536Z | Downloaded untrusted v0.9.0 |
| 1121 | 2026-05-28T17:02:15.536Z | Downloaded usdt v0.6.0 |
| 1122 | 2026-05-28T17:02:15.539Z | Downloaded unicode-truncate v1.1.0 |
| 1123 | 2026-05-28T17:02:15.539Z | Downloaded term v1.2.1 |
| 1124 | 2026-05-28T17:02:15.542Z | Downloaded term v0.7.0 |
| 1125 | 2026-05-28T17:02:15.542Z | Downloaded spin v0.9.8 |
| 1126 | 2026-05-28T17:02:15.546Z | Downloaded untrusted v0.7.1 |
| 1127 | 2026-05-28T17:02:15.549Z | Downloaded quinn v0.11.9 |
| 1128 | 2026-05-28T17:02:15.553Z | Downloaded similar v2.7.0 |
| 1129 | 2026-05-28T17:02:15.556Z | Downloaded tokio-dtrace v0.1.1 |
| 1130 | 2026-05-28T17:02:15.558Z | Downloaded strum_macros v0.27.2 |
| 1131 | 2026-05-28T17:02:15.558Z | Downloaded universal-hash v0.5.1 |
| 1132 | 2026-05-28T17:02:15.561Z | Downloaded tokio-tungstenite v0.23.1 |
| 1133 | 2026-05-28T17:02:15.561Z | Downloaded tokio-native-tls v0.3.1 |
| 1134 | 2026-05-28T17:02:15.564Z | Downloaded usdt-macro v0.6.0 |
| 1135 | 2026-05-28T17:02:15.564Z | Downloaded unit-prefix v0.5.2 |
| 1136 | 2026-05-28T17:02:15.564Z | Downloaded num-bigint v0.4.6 |
| 1137 | 2026-05-28T17:02:15.567Z | Downloaded samael v0.0.19 |
| 1138 | 2026-05-28T17:02:15.570Z | Downloaded void v1.0.2 |
| 1139 | 2026-05-28T17:02:15.570Z | Downloaded hashbrown v0.15.5 |
| 1140 | 2026-05-28T17:02:15.577Z | Downloaded tokio-stream v0.1.18 |
| 1141 | 2026-05-28T17:02:15.580Z | Downloaded tokio-rustls v0.24.1 |
| 1142 | 2026-05-28T17:02:15.582Z | Downloaded socket2 v0.5.10 |
| 1143 | 2026-05-28T17:02:15.582Z | Downloaded utf-8 v0.7.6 |
| 1144 | 2026-05-28T17:02:15.585Z | Downloaded unicase v2.9.0 |
| 1145 | 2026-05-28T17:02:15.585Z | Downloaded tokio-rustls v0.26.4 |
| 1146 | 2026-05-28T17:02:15.588Z | Downloaded xshell-macros v0.2.7 |
| 1147 | 2026-05-28T17:02:15.588Z | Downloaded socket2 v0.6.3 |
| 1148 | 2026-05-28T17:02:15.591Z | Downloaded xattr v1.6.1 |
| 1149 | 2026-05-28T17:02:15.599Z | Downloaded rsa v0.9.10 |
| 1150 | 2026-05-28T17:02:15.602Z | Downloaded ron v0.8.1 |
| 1151 | 2026-05-28T17:02:15.606Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1152 | 2026-05-28T17:02:15.606Z | Downloaded rand v0.10.0 |
| 1153 | 2026-05-28T17:02:15.609Z | Downloaded waitgroup v0.1.2 |
| 1154 | 2026-05-28T17:02:15.609Z | Downloaded want v0.3.1 |
| 1155 | 2026-05-28T17:02:15.609Z | Downloaded wait-timeout v0.2.1 |
| 1156 | 2026-05-28T17:02:15.612Z | Downloaded zeroize_derive v1.4.3 |
| 1157 | 2026-05-28T17:02:15.616Z | Downloaded hyper v1.8.1 |
| 1158 | 2026-05-28T17:02:15.619Z | Downloaded usdt-impl v0.6.0 |
| 1159 | 2026-05-28T17:02:15.627Z | Downloaded vergen-gitcl v1.0.8 |
| 1160 | 2026-05-28T17:02:15.632Z | Downloaded tui-tree-widget v0.23.1 |
| 1161 | 2026-05-28T17:02:15.632Z | Downloaded zone_cfg_derive v0.3.1 |
| 1162 | 2026-05-28T17:02:15.632Z | Downloaded libm v0.2.16 |
| 1163 | 2026-05-28T17:02:15.639Z | Downloaded rustls-webpki v0.103.9 |
| 1164 | 2026-05-28T17:02:15.641Z | Downloaded tinyvec v1.10.0 |
| 1165 | 2026-05-28T17:02:15.644Z | Downloaded vergen-lib v9.1.0 |
| 1166 | 2026-05-28T17:02:15.645Z | Downloaded subprocess v0.2.15 |
| 1167 | 2026-05-28T17:02:15.645Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1168 | 2026-05-28T17:02:15.650Z | Downloaded zone v0.3.1 |
| 1169 | 2026-05-28T17:02:15.657Z | Downloaded num-bigint-dig v0.8.6 |
| 1170 | 2026-05-28T17:02:15.661Z | Downloaded slog v2.8.2 |
| 1171 | 2026-05-28T17:02:15.664Z | Downloaded wyz v0.5.1 |
| 1172 | 2026-05-28T17:02:15.664Z | Downloaded whoami v1.6.1 |
| 1173 | 2026-05-28T17:02:15.664Z | Downloaded schemars v0.9.0 |
| 1174 | 2026-05-28T17:02:15.670Z | Downloaded xshell v0.2.7 |
| 1175 | 2026-05-28T17:02:15.673Z | Downloaded vergen-lib v0.1.6 |
| 1176 | 2026-05-28T17:02:15.673Z | Downloaded uzers v0.12.2 |
| 1177 | 2026-05-28T17:02:15.676Z | Downloaded bindgen v0.71.1 |
| 1178 | 2026-05-28T17:02:15.680Z | Downloaded vergen-git2 v9.1.0 |
| 1179 | 2026-05-28T17:02:15.680Z | Downloaded zeroize v1.8.2 |
| 1180 | 2026-05-28T17:02:15.684Z | Downloaded futures-util v0.3.32 |
| 1181 | 2026-05-28T17:02:15.687Z | Downloaded tracing-attributes v0.1.31 |
| 1182 | 2026-05-28T17:02:15.690Z | Downloaded p521 v0.13.3 |
| 1183 | 2026-05-28T17:02:15.690Z | Downloaded walkdir v2.5.0 |
| 1184 | 2026-05-28T17:02:15.694Z | Downloaded vergen v9.1.0 |
| 1185 | 2026-05-28T17:02:15.694Z | Downloaded tracing-core v0.1.36 |
| 1186 | 2026-05-28T17:02:15.698Z | Downloaded schemars v1.2.1 |
| 1187 | 2026-05-28T17:02:15.702Z | Downloaded whoami v2.1.0 |
| 1188 | 2026-05-28T17:02:15.705Z | Downloaded vsss-rs v3.3.4 |
| 1189 | 2026-05-28T17:02:15.705Z | Downloaded test-strategy v0.4.5 |
| 1190 | 2026-05-28T17:02:15.708Z | Downloaded zstd-safe v7.2.4 |
| 1191 | 2026-05-28T17:02:15.708Z | Downloaded unicode-properties v0.1.4 |
| 1192 | 2026-05-28T17:02:15.712Z | Downloaded h2 v0.4.13 |
| 1193 | 2026-05-28T17:02:15.714Z | Downloaded tar v0.4.45 |
| 1194 | 2026-05-28T17:02:15.718Z | Downloaded russh v0.45.0 |
| 1195 | 2026-05-28T17:02:15.721Z | Downloaded snafu v0.8.9 |
| 1196 | 2026-05-28T17:02:15.724Z | Downloaded itertools v0.13.0 |
| 1197 | 2026-05-28T17:02:15.728Z | Downloaded toml v0.7.8 |
| 1198 | 2026-05-28T17:02:15.728Z | Downloaded unsafe-libyaml v0.2.11 |
| 1199 | 2026-05-28T17:02:15.731Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1200 | 2026-05-28T17:02:15.734Z | Downloaded zerocopy v0.6.6 |
| 1201 | 2026-05-28T17:02:15.737Z | Downloaded itertools v0.14.0 |
| 1202 | 2026-05-28T17:02:15.742Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1203 | 2026-05-28T17:02:15.745Z | Downloaded typify v0.4.3 |
| 1204 | 2026-05-28T17:02:15.748Z | Downloaded reedline v0.40.0 |
| 1205 | 2026-05-28T17:02:15.754Z | Downloaded twox-hash v2.1.2 |
| 1206 | 2026-05-28T17:02:15.757Z | Downloaded tungstenite v0.23.0 |
| 1207 | 2026-05-28T17:02:15.757Z | Downloaded tungstenite v0.21.0 |
| 1208 | 2026-05-28T17:02:15.759Z | Downloaded bitvec v1.0.1 |
| 1209 | 2026-05-28T17:02:15.766Z | Downloaded vte v0.14.1 |
| 1210 | 2026-05-28T17:02:15.770Z | Downloaded steno v0.4.1 |
| 1211 | 2026-05-28T17:02:15.773Z | Downloaded yasna v0.5.2 |
| 1212 | 2026-05-28T17:02:15.773Z | Downloaded unicode-bidi v0.3.18 |
| 1213 | 2026-05-28T17:02:15.773Z | Downloaded rustyline v14.0.0 |
| 1214 | 2026-05-28T17:02:15.782Z | Downloaded toml_edit v0.19.15 |
| 1215 | 2026-05-28T17:02:15.791Z | Downloaded p384 v0.13.1 |
| 1216 | 2026-05-28T17:02:15.796Z | Downloaded uuid v1.23.0 |
| 1217 | 2026-05-28T17:02:15.802Z | Downloaded zstd v0.13.3 |
| 1218 | 2026-05-28T17:02:15.806Z | Downloaded hkdf v0.12.4 |
| 1219 | 2026-05-28T17:02:15.809Z | Downloaded blake3 v1.8.3 |
| 1220 | 2026-05-28T17:02:15.812Z | Downloaded zopfli v0.8.3 |
| 1221 | 2026-05-28T17:02:15.812Z | Downloaded regex v1.12.3 |
| 1222 | 2026-05-28T17:02:15.815Z | Downloaded typify v0.6.2 |
| 1223 | 2026-05-28T17:02:15.818Z | Downloaded serde_with v1.14.0 |
| 1224 | 2026-05-28T17:02:15.821Z | Downloaded tokio-postgres v0.7.16 |
| 1225 | 2026-05-28T17:02:15.824Z | Downloaded iddqd v0.4.2 |
| 1226 | 2026-05-28T17:02:15.828Z | Downloaded git2 v0.20.4 |
| 1227 | 2026-05-28T17:02:15.835Z | Downloaded portable-atomic v1.13.1 |
| 1228 | 2026-05-28T17:02:15.839Z | Downloaded rpassword v7.4.0 |
| 1229 | 2026-05-28T17:02:15.842Z | Downloaded zip v0.6.6 |
| 1230 | 2026-05-28T17:02:15.842Z | Downloaded aws-lc-rs v1.16.3 |
| 1231 | 2026-05-28T17:02:15.847Z | Downloaded reqwest v0.12.28 |
| 1232 | 2026-05-28T17:02:15.850Z | Downloaded lalrpop v0.19.12 |
| 1233 | 2026-05-28T17:02:15.868Z | Downloaded ssh-key v0.6.7 |
| 1234 | 2026-05-28T17:02:15.872Z | Downloaded yansi v1.0.1 |
| 1235 | 2026-05-28T17:02:15.875Z | Downloaded rustls-webpki v0.101.7 |
| 1236 | 2026-05-28T17:02:15.881Z | Downloaded zerocopy-derive v0.8.40 |
| 1237 | 2026-05-28T17:02:15.887Z | Downloaded goblin v0.10.5 |
| 1238 | 2026-05-28T17:02:15.890Z | Downloaded unicode_categories v0.1.1 |
| 1239 | 2026-05-28T17:02:15.894Z | Downloaded rayon v1.11.0 |
| 1240 | 2026-05-28T17:02:15.897Z | Downloaded x509-cert v0.2.5 |
| 1241 | 2026-05-28T17:02:15.900Z | Downloaded unicode-segmentation v1.12.0 |
| 1242 | 2026-05-28T17:02:15.903Z | Downloaded chrono v0.4.44 |
| 1243 | 2026-05-28T17:02:15.906Z | Downloaded moka v0.12.13 |
| 1244 | 2026-05-28T17:02:15.924Z | Downloaded curve25519-dalek v4.1.3 |
| 1245 | 2026-05-28T17:02:15.938Z | Downloaded petname v2.0.2 |
| 1246 | 2026-05-28T17:02:15.942Z | Downloaded object v0.30.4 |
| 1247 | 2026-05-28T17:02:15.946Z | Downloaded reqwest v0.13.2 |
| 1248 | 2026-05-28T17:02:15.953Z | Downloaded typed-path v0.9.3 |
| 1249 | 2026-05-28T17:02:15.956Z | Downloaded tower v0.5.3 |
| 1250 | 2026-05-28T17:02:15.963Z | Downloaded quick-xml v0.37.5 |
| 1251 | 2026-05-28T17:02:15.985Z | Downloaded unicode-normalization v0.1.25 |
| 1252 | 2026-05-28T17:02:15.989Z | Downloaded nix v0.27.1 |
| 1253 | 2026-05-28T17:02:15.995Z | Downloaded zip v4.6.1 |
| 1254 | 2026-05-28T17:02:16.017Z | Downloaded tower-http v0.6.8 |
| 1255 | 2026-05-28T17:02:16.022Z | Downloaded rustls-webpki v0.102.8 |
| 1256 | 2026-05-28T17:02:16.032Z | Downloaded tough v0.22.0 |
| 1257 | 2026-05-28T17:02:16.038Z | Downloaded winnow v0.6.26 |
| 1258 | 2026-05-28T17:02:16.042Z | Downloaded winnow v0.5.40 |
| 1259 | 2026-05-28T17:02:16.047Z | Downloaded radix_trie v0.2.1 |
| 1260 | 2026-05-28T17:02:16.051Z | Downloaded proptest v1.10.0 |
| 1261 | 2026-05-28T17:02:16.056Z | Downloaded tokio-util v0.7.18 |
| 1262 | 2026-05-28T17:02:16.062Z | Downloaded serde_with v3.17.0 |
| 1263 | 2026-05-28T17:02:16.066Z | Downloaded tabled v0.20.0 |
| 1264 | 2026-05-28T17:02:16.076Z | Downloaded regex-syntax v0.6.29 |
| 1265 | 2026-05-28T17:02:16.080Z | Downloaded dropshot v0.17.0 |
| 1266 | 2026-05-28T17:02:16.092Z | Downloaded quinn-proto v0.11.13 |
| 1267 | 2026-05-28T17:02:16.097Z | Downloaded rustls v0.21.12 |
| 1268 | 2026-05-28T17:02:16.103Z | Downloaded hickory-proto v0.24.4 |
| 1269 | 2026-05-28T17:02:16.112Z | Downloaded salty v0.3.0 |
| 1270 | 2026-05-28T17:02:16.137Z | Downloaded webpki-roots v1.0.6 |
| 1271 | 2026-05-28T17:02:16.140Z | Downloaded openapiv3 v2.2.0 |
| 1272 | 2026-05-28T17:02:16.146Z | Downloaded rustls v0.22.4 |
| 1273 | 2026-05-28T17:02:16.154Z | Downloaded openssl v0.10.79 |
| 1274 | 2026-05-28T17:02:16.161Z | Downloaded nix v0.28.0 |
| 1275 | 2026-05-28T17:02:16.164Z | Downloaded zerocopy v0.8.40 |
| 1276 | 2026-05-28T17:02:16.170Z | Downloaded regress v0.11.1 |
| 1277 | 2026-05-28T17:02:16.176Z | Downloaded time v0.3.47 |
| 1278 | 2026-05-28T17:02:16.182Z | Downloaded zlib-rs v0.6.2 |
| 1279 | 2026-05-28T17:02:16.185Z | Downloaded rustix v0.38.44 |
| 1280 | 2026-05-28T17:02:16.198Z | Downloaded diesel v2.3.7 |
| 1281 | 2026-05-28T17:02:16.208Z | Downloaded regex-syntax v0.8.10 |
| 1282 | 2026-05-28T17:02:16.214Z | Downloaded vcpkg v0.2.15 |
| 1283 | 2026-05-28T17:02:16.236Z | Downloaded object v0.37.3 |
| 1284 | 2026-05-28T17:02:16.241Z | Downloaded nix v0.31.2 |
| 1285 | 2026-05-28T17:02:16.248Z | Downloaded rustls v0.23.37 |
| 1286 | 2026-05-28T17:02:16.254Z | Downloaded bstr v1.12.1 |
| 1287 | 2026-05-28T17:02:16.260Z | Downloaded smoltcp v0.11.0 |
| 1288 | 2026-05-28T17:02:16.267Z | Downloaded smoltcp v0.9.1 |
| 1289 | 2026-05-28T17:02:16.273Z | Downloaded sqlparser v0.61.0 |
| 1290 | 2026-05-28T17:02:16.278Z | Downloaded polar-core v0.27.3 |
| 1291 | 2026-05-28T17:02:16.282Z | Downloaded hickory-proto v0.25.2 |
| 1292 | 2026-05-28T17:02:16.292Z | Downloaded regress v0.10.5 |
| 1293 | 2026-05-28T17:02:16.311Z | Downloaded tracing v0.1.44 |
| 1294 | 2026-05-28T17:02:16.328Z | Downloaded ratatui v0.29.0 |
| 1295 | 2026-05-28T17:02:16.366Z | Downloaded zerocopy-derive v0.6.6 |
| 1296 | 2026-05-28T17:02:16.373Z | Downloaded regex-automata v0.4.14 |
| 1297 | 2026-05-28T17:02:16.382Z | Downloaded csv v1.4.0 |
| 1298 | 2026-05-28T17:02:16.396Z | Downloaded typify-impl v0.6.2 |
| 1299 | 2026-05-28T17:02:16.405Z | Downloaded jiff v0.2.21 |
| 1300 | 2026-05-28T17:02:16.417Z | Downloaded typify-impl v0.4.3 |
| 1301 | 2026-05-28T17:02:16.426Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1302 | 2026-05-28T17:02:16.435Z | Downloaded sled v0.34.7 |
| 1303 | 2026-05-28T17:02:16.473Z | Downloaded sha3 v0.10.8 |
| 1304 | 2026-05-28T17:02:16.476Z | Downloaded petgraph v0.6.5 |
| 1305 | 2026-05-28T17:02:16.488Z | Downloaded chrono-tz v0.10.4 |
| 1306 | 2026-05-28T17:02:16.499Z | Downloaded tokio v1.52.1 |
| 1307 | 2026-05-28T17:02:16.523Z | Downloaded petgraph v0.8.3 |
| 1308 | 2026-05-28T17:02:16.534Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1309 | 2026-05-28T17:02:16.544Z | Downloaded libz-sys v1.1.24 |
| 1310 | 2026-05-28T17:02:16.597Z | Downloaded encoding_rs v0.8.35 |
| 1311 | 2026-05-28T17:02:16.614Z | Downloaded ring v0.17.14 |
| 1312 | 2026-05-28T17:02:16.665Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1313 | 2026-05-28T17:02:17.218Z | Downloaded aws-lc-sys v0.40.0 |
| 1314 | 2026-05-28T17:02:17.458Z | Compiling libc v0.2.185 |
| 1315 | 2026-05-28T17:02:17.458Z | Compiling serde v1.0.228 |
| 1316 | 2026-05-28T17:02:17.461Z | Compiling log v0.4.29 |
| 1317 | 2026-05-28T17:02:17.461Z | Compiling find-msvc-tools v0.1.9 |
| 1318 | 2026-05-28T17:02:17.605Z | Compiling shlex v1.3.0 |
| 1319 | 2026-05-28T17:02:17.612Z | Compiling smallvec v1.15.1 |
| 1320 | 2026-05-28T17:02:17.620Z | Compiling syn v2.0.117 |
| 1321 | 2026-05-28T17:02:17.641Z | Compiling typenum v1.19.0 |
| 1322 | 2026-05-28T17:02:17.802Z | Compiling generic-array v0.14.7 |
| 1323 | 2026-05-28T17:02:17.830Z | Compiling subtle v2.6.1 |
| 1324 | 2026-05-28T17:02:17.831Z | Compiling scopeguard v1.2.0 |
| 1325 | 2026-05-28T17:02:17.883Z | Compiling const-oid v0.9.6 |
| 1326 | 2026-05-28T17:02:17.940Z | Compiling lock_api v0.4.14 |
| 1327 | 2026-05-28T17:02:17.952Z | Compiling serde_json v1.0.149 |
| 1328 | 2026-05-28T17:02:18.007Z | Compiling zerocopy v0.8.40 |
| 1329 | 2026-05-28T17:02:18.044Z | Compiling portable-atomic v1.13.1 |
| 1330 | 2026-05-28T17:02:18.168Z | Compiling pin-project-lite v0.2.17 |
| 1331 | 2026-05-28T17:02:18.264Z | Compiling parking_lot_core v0.9.12 |
| 1332 | 2026-05-28T17:02:18.466Z | Compiling getrandom v0.2.17 |
| 1333 | 2026-05-28T17:02:18.505Z | Compiling jobserver v0.1.34 |
| 1334 | 2026-05-28T17:02:18.536Z | Compiling errno v0.3.14 |
| 1335 | 2026-05-28T17:02:18.612Z | Compiling rand_core v0.6.4 |
| 1336 | 2026-05-28T17:02:18.636Z | Compiling pkg-config v0.3.32 |
| 1337 | 2026-05-28T17:02:18.651Z | Compiling signal-hook-registry v1.4.8 |
| 1338 | 2026-05-28T17:02:18.893Z | Compiling cc v1.2.56 |
| 1339 | 2026-05-28T17:02:18.898Z | Compiling bitflags v2.11.0 |
| 1340 | 2026-05-28T17:02:18.926Z | Compiling libm v0.2.16 |
| 1341 | 2026-05-28T17:02:19.008Z | Compiling critical-section v1.2.0 |
| 1342 | 2026-05-28T17:02:19.122Z | Compiling futures-core v0.3.32 |
| 1343 | 2026-05-28T17:02:19.157Z | Compiling once_cell v1.21.3 |
| 1344 | 2026-05-28T17:02:19.229Z | Compiling parking_lot v0.12.5 |
| 1345 | 2026-05-28T17:02:19.254Z | Compiling mio v1.2.0 |
| 1346 | 2026-05-28T17:02:19.282Z | Compiling num-traits v0.2.19 |
| 1347 | 2026-05-28T17:02:19.342Z | Compiling percent-encoding v2.3.2 |
| 1348 | 2026-05-28T17:02:19.383Z | Compiling socket2 v0.6.3 |
| 1349 | 2026-05-28T17:02:19.524Z | Compiling futures-sink v0.3.32 |
| 1350 | 2026-05-28T17:02:19.595Z | Compiling cpufeatures v0.2.17 |
| 1351 | 2026-05-28T17:02:19.618Z | Compiling futures-channel v0.3.32 |
| 1352 | 2026-05-28T17:02:19.624Z | Compiling futures-io v0.3.32 |
| 1353 | 2026-05-28T17:02:19.677Z | Compiling slab v0.4.12 |
| 1354 | 2026-05-28T17:02:19.720Z | Compiling getrandom v0.4.1 |
| 1355 | 2026-05-28T17:02:19.776Z | Compiling futures-task v0.3.32 |
| 1356 | 2026-05-28T17:02:19.818Z | Compiling rand_core v0.10.0 |
| 1357 | 2026-05-28T17:02:19.851Z | Compiling indexmap v2.14.0 |
| 1358 | 2026-05-28T17:02:19.889Z | Compiling getrandom v0.3.4 |
| 1359 | 2026-05-28T17:02:19.983Z | Compiling rustversion v1.0.22 |
| 1360 | 2026-05-28T17:02:20.020Z | Compiling cmake v0.1.57 |
| 1361 | 2026-05-28T17:02:20.415Z | Compiling form_urlencoded v1.2.2 |
| 1362 | 2026-05-28T17:02:20.439Z | Compiling fs_extra v1.3.0 |
| 1363 | 2026-05-28T17:02:20.483Z | Compiling dunce v1.0.5 |
| 1364 | 2026-05-28T17:02:20.516Z | Compiling synstructure v0.13.2 |
| 1365 | 2026-05-28T17:02:20.575Z | Compiling ident_case v1.0.1 |
| 1366 | 2026-05-28T17:02:20.587Z | Compiling base64ct v1.8.3 |
| 1367 | 2026-05-28T17:02:20.694Z | Compiling regex-syntax v0.8.10 |
| 1368 | 2026-05-28T17:02:20.706Z | Compiling aws-lc-sys v0.40.0 |
| 1369 | 2026-05-28T17:02:20.709Z | Compiling rustix v1.1.3 |
| 1370 | 2026-05-28T17:02:20.832Z | Compiling pem-rfc7468 v0.7.0 |
| 1371 | 2026-05-28T17:02:20.869Z | Compiling flagset v0.4.7 |
| 1372 | 2026-05-28T17:02:21.000Z | Compiling iana-time-zone v0.1.65 |
| 1373 | 2026-05-28T17:02:21.102Z | Compiling rand_core v0.9.5 |
| 1374 | 2026-05-28T17:02:21.105Z | Compiling ring v0.17.14 |
| 1375 | 2026-05-28T17:02:21.136Z | Compiling aws-lc-rs v1.16.3 |
| 1376 | 2026-05-28T17:02:21.195Z | Compiling vcpkg v0.2.15 |
| 1377 | 2026-05-28T17:02:21.374Z | Compiling uuid v1.23.0 |
| 1378 | 2026-05-28T17:02:21.410Z | Compiling rustc_version v0.4.1 |
| 1379 | 2026-05-28T17:02:21.735Z | Compiling tracing-core v0.1.36 |
| 1380 | 2026-05-28T17:02:21.917Z | Compiling openssl-sys v0.9.115 |
| 1381 | 2026-05-28T17:02:22.128Z | Compiling base64 v0.22.1 |
| 1382 | 2026-05-28T17:02:22.296Z | Compiling serde_derive v1.0.228 |
| 1383 | 2026-05-28T17:02:22.338Z | Compiling zeroize_derive v1.4.3 |
| 1384 | 2026-05-28T17:02:22.454Z | Compiling zerofrom-derive v0.1.6 |
| 1385 | 2026-05-28T17:02:22.466Z | Compiling yoke-derive v0.8.1 |
| 1386 | 2026-05-28T17:02:22.479Z | Compiling zerocopy-derive v0.8.40 |
| 1387 | 2026-05-28T17:02:22.978Z | Compiling zeroize v1.8.2 |
| 1388 | 2026-05-28T17:02:23.060Z | Compiling zerovec-derive v0.11.2 |
| 1389 | 2026-05-28T17:02:23.623Z | Compiling displaydoc v0.2.5 |
| 1390 | 2026-05-28T17:02:23.722Z | Compiling crypto-common v0.1.7 |
| 1391 | 2026-05-28T17:02:23.835Z | Compiling zerofrom v0.1.6 |
| 1392 | 2026-05-28T17:02:23.868Z | Compiling block-buffer v0.10.4 |
| 1393 | 2026-05-28T17:02:23.947Z | Compiling yoke v0.8.1 |
| 1394 | 2026-05-28T17:02:24.034Z | Compiling digest v0.10.7 |
| 1395 | 2026-05-28T17:02:24.128Z | Compiling tokio-macros v2.7.0 |
| 1396 | 2026-05-28T17:02:24.155Z | Compiling zerovec v0.11.5 |
| 1397 | 2026-05-28T17:02:24.278Z | Compiling futures-macro v0.3.32 |
| 1398 | 2026-05-28T17:02:24.358Z | Compiling zerotrie v0.2.3 |
| 1399 | 2026-05-28T17:02:24.651Z | Compiling tinystr v0.8.2 |
| 1400 | 2026-05-28T17:02:24.651Z | Compiling potential_utf v0.1.4 |
| 1401 | 2026-05-28T17:02:24.820Z | Compiling icu_locale_core v2.1.1 |
| 1402 | 2026-05-28T17:02:24.847Z | Compiling icu_collections v2.1.1 |
| 1403 | 2026-05-28T17:02:24.865Z | Compiling hmac v0.12.1 |
| 1404 | 2026-05-28T17:02:25.014Z | Compiling block-padding v0.3.3 |
| 1405 | 2026-05-28T17:02:25.073Z | Compiling futures-util v0.3.32 |
| 1406 | 2026-05-28T17:02:25.175Z | Compiling inout v0.1.4 |
| 1407 | 2026-05-28T17:02:25.312Z | Compiling cipher v0.4.4 |
| 1408 | 2026-05-28T17:02:25.338Z | Compiling sha2 v0.10.9 |
| 1409 | 2026-05-28T17:02:25.575Z | Compiling bytes v1.11.1 |
| 1410 | 2026-05-28T17:02:25.658Z | Compiling icu_provider v2.1.1 |
| 1411 | 2026-05-28T17:02:25.686Z | Compiling der_derive v0.7.3 |
| 1412 | 2026-05-28T17:02:25.944Z | Compiling icu_normalizer v2.1.1 |
| 1413 | 2026-05-28T17:02:26.182Z | Compiling tokio v1.52.1 |
| 1414 | 2026-05-28T17:02:26.480Z | Compiling icu_properties v2.1.2 |
| 1415 | 2026-05-28T17:02:26.619Z | Compiling der v0.7.10 |
| 1416 | 2026-05-28T17:02:26.709Z | Compiling ppv-lite86 v0.2.21 |
| 1417 | 2026-05-28T17:02:26.886Z | Compiling http v1.4.0 |
| 1418 | 2026-05-28T17:02:27.044Z | Compiling chrono v0.4.44 |
| 1419 | 2026-05-28T17:02:27.058Z | Compiling salsa20 v0.10.2 |
| 1420 | 2026-05-28T17:02:27.199Z | Compiling pbkdf2 v0.12.2 |
| 1421 | 2026-05-28T17:02:27.329Z | Compiling rustls-pki-types v1.14.0 |
| 1422 | 2026-05-28T17:02:27.388Z | Compiling idna_adapter v1.2.1 |
| 1423 | 2026-05-28T17:02:27.539Z | Compiling idna v1.1.0 |
| 1424 | 2026-05-28T17:02:27.622Z | Compiling spki v0.7.3 |
| 1425 | 2026-05-28T17:02:27.769Z | Compiling thiserror-impl v2.0.18 |
| 1426 | 2026-05-28T17:02:27.822Z | Compiling url v2.5.8 |
| 1427 | 2026-05-28T17:02:27.825Z | Compiling tracing-attributes v0.1.31 |
| 1428 | 2026-05-28T17:02:27.867Z | Compiling http-body v1.0.1 |
| 1429 | 2026-05-28T17:02:28.015Z | Compiling scrypt v0.11.0 |
| 1430 | 2026-05-28T17:02:28.189Z | Compiling rand_chacha v0.9.0 |
| 1431 | 2026-05-28T17:02:28.268Z | Compiling aes v0.8.4 |
| 1432 | 2026-05-28T17:02:28.417Z | Compiling cbc v0.1.2 |
| 1433 | 2026-05-28T17:02:28.616Z | Compiling tinyvec_macros v0.1.1 |
| 1434 | 2026-05-28T17:02:28.669Z | Compiling httparse v1.10.1 |
| 1435 | 2026-05-28T17:02:28.687Z | Compiling untrusted v0.9.0 |
| 1436 | 2026-05-28T17:02:28.808Z | Compiling untrusted v0.7.1 |
| 1437 | 2026-05-28T17:02:28.868Z | Compiling openssl-probe v0.2.1 |
| 1438 | 2026-05-28T17:02:29.042Z | Compiling tinyvec v1.10.0 |
| 1439 | 2026-05-28T17:02:29.057Z | Compiling pkcs5 v0.7.1 |
| 1440 | 2026-05-28T17:02:29.074Z | Compiling thiserror v2.0.18 |
| 1441 | 2026-05-28T17:02:29.089Z | Compiling tracing v0.1.44 |
| 1442 | 2026-05-28T17:02:29.170Z | Compiling pest_generator v2.8.6 |
| 1443 | 2026-05-28T17:02:29.310Z | Compiling rand v0.9.2 |
| 1444 | 2026-05-28T17:02:29.345Z | Compiling serde_derive_internals v0.29.1 |
| 1445 | 2026-05-28T17:02:29.376Z | Compiling aho-corasick v1.1.4 |
| 1446 | 2026-05-28T17:02:29.521Z | Compiling tower-service v0.3.3 |
| 1447 | 2026-05-28T17:02:29.617Z | Compiling dyn-clone v1.0.20 |
| 1448 | 2026-05-28T17:02:29.759Z | Compiling atomic-waker v1.1.2 |
| 1449 | 2026-05-28T17:02:29.863Z | Compiling tokio-util v0.7.18 |
| 1450 | 2026-05-28T17:02:29.884Z | Compiling try-lock v0.2.5 |
| 1451 | 2026-05-28T17:02:29.990Z | Compiling tower-layer v0.3.3 |
| 1452 | 2026-05-28T17:02:30.096Z | Compiling rustls v0.23.37 |
| 1453 | 2026-05-28T17:02:30.148Z | Compiling schemars v0.8.22 |
| 1454 | 2026-05-28T17:02:30.224Z | Compiling schemars_derive v0.8.22 |
| 1455 | 2026-05-28T17:02:30.262Z | Compiling regex-automata v0.4.14 |
| 1456 | 2026-05-28T17:02:30.370Z | Compiling want v0.3.1 |
| 1457 | 2026-05-28T17:02:30.529Z | Compiling h2 v0.4.13 |
| 1458 | 2026-05-28T17:02:30.670Z | Compiling pest_derive v2.8.6 |
| 1459 | 2026-05-28T17:02:30.876Z | Compiling pkcs8 v0.10.2 |
| 1460 | 2026-05-28T17:02:31.089Z | Compiling ipnet v2.11.0 |
| 1461 | 2026-05-28T17:02:31.187Z | Compiling scroll_derive v0.13.1 |
| 1462 | 2026-05-28T17:02:31.326Z | Compiling darling_core v0.20.11 |
| 1463 | 2026-05-28T17:02:31.455Z | Compiling openssl v0.10.79 |
| 1464 | 2026-05-28T17:02:31.603Z | Compiling foreign-types-shared v0.1.1 |
| 1465 | 2026-05-28T17:02:31.669Z | Compiling httpdate v1.0.3 |
| 1466 | 2026-05-28T17:02:31.687Z | Compiling pin-utils v0.1.0 |
| 1467 | 2026-05-28T17:02:31.777Z | Compiling foreign-types v0.3.2 |
| 1468 | 2026-05-28T17:02:31.800Z | Compiling tempfile v3.25.0 |
| 1469 | 2026-05-28T17:02:31.880Z | Compiling unicode-normalization v0.1.25 |
| 1470 | 2026-05-28T17:02:32.001Z | Compiling scroll v0.13.0 |
| 1471 | 2026-05-28T17:02:32.267Z | Compiling openssl-macros v0.1.1 |
| 1472 | 2026-05-28T17:02:32.384Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1473 | 2026-05-28T17:02:32.607Z | Compiling spin v0.9.8 |
| 1474 | 2026-05-28T17:02:32.656Z | Compiling num-conv v0.2.0 |
| 1475 | 2026-05-28T17:02:32.773Z | Compiling native-tls v0.2.18 |
| 1476 | 2026-05-28T17:02:32.788Z | Compiling time-core v0.1.8 |
| 1477 | 2026-05-28T17:02:32.827Z | Compiling powerfmt v0.2.0 |
| 1478 | 2026-05-28T17:02:32.942Z | Compiling crc32fast v1.5.0 |
| 1479 | 2026-05-28T17:02:32.993Z | Compiling deranged v0.5.8 |
| 1480 | 2026-05-28T17:02:33.022Z | Compiling time-macros v0.2.27 |
| 1481 | 2026-05-28T17:02:33.662Z | Compiling darling_macro v0.20.11 |
| 1482 | 2026-05-28T17:02:33.943Z | Compiling hyper v1.8.1 |
| 1483 | 2026-05-28T17:02:34.060Z | Compiling goblin v0.10.5 |
| 1484 | 2026-05-28T17:02:34.115Z | Compiling darling v0.20.11 |
| 1485 | 2026-05-28T17:02:34.198Z | Compiling rustls-native-certs v0.8.3 |
| 1486 | 2026-05-28T17:02:34.336Z | Compiling sync_wrapper v1.0.2 |
| 1487 | 2026-05-28T17:02:34.444Z | Compiling wait-timeout v0.2.1 |
| 1488 | 2026-05-28T17:02:34.461Z | Compiling bit-vec v0.8.0 |
| 1489 | 2026-05-28T17:02:34.480Z | Compiling num_threads v0.1.7 |
| 1490 | 2026-05-28T17:02:34.574Z | Compiling usdt-impl v0.6.0 |
| 1491 | 2026-05-28T17:02:34.680Z | Compiling crossbeam-utils v0.8.21 |
| 1492 | 2026-05-28T17:02:34.698Z | Compiling siphasher v1.0.2 |
| 1493 | 2026-05-28T17:02:34.778Z | Compiling syn v1.0.109 |
| 1494 | 2026-05-28T17:02:34.886Z | Compiling quick-error v1.2.3 |
| 1495 | 2026-05-28T17:02:34.958Z | Compiling simd-adler32 v0.3.8 |
| 1496 | 2026-05-28T17:02:34.989Z | Compiling hyper-util v0.1.20 |
| 1497 | 2026-05-28T17:02:35.123Z | Compiling rusty-fork v0.3.1 |
| 1498 | 2026-05-28T17:02:35.234Z | Compiling bit-set v0.8.0 |
| 1499 | 2026-05-28T17:02:35.398Z | Compiling time v0.3.47 |
| 1500 | 2026-05-28T17:02:35.485Z | Compiling tower v0.5.3 |
| 1501 | 2026-05-28T17:02:35.750Z | Compiling derive_builder_core v0.20.2 |
| 1502 | 2026-05-28T17:02:36.133Z | Compiling dtrace-parser v0.3.0 |
| 1503 | 2026-05-28T17:02:36.203Z | Compiling http-body-util v0.1.3 |
| 1504 | 2026-05-28T17:02:36.444Z | Compiling webpki-roots v1.0.6 |
| 1505 | 2026-05-28T17:02:36.567Z | Compiling signature v2.2.0 |
| 1506 | 2026-05-28T17:02:36.611Z | Compiling scroll_derive v0.12.1 |
| 1507 | 2026-05-28T17:02:36.690Z | Compiling thiserror-impl v1.0.69 |
| 1508 | 2026-05-28T17:02:36.746Z | Compiling dof v0.4.0 |
| 1509 | 2026-05-28T17:02:36.877Z | Compiling heapless v0.7.17 |
| 1510 | 2026-05-28T17:02:36.960Z | Compiling rand_xorshift v0.4.0 |
| 1511 | 2026-05-28T17:02:37.110Z | Compiling slog v2.8.2 |
| 1512 | 2026-05-28T17:02:37.127Z | Compiling darling_core v0.21.3 |
| 1513 | 2026-05-28T17:02:37.302Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1514 | 2026-05-28T17:02:37.322Z | Compiling thread-id v5.1.0 |
| 1515 | 2026-05-28T17:02:37.405Z | Compiling cookie v0.18.1 |
| 1516 | 2026-05-28T17:02:37.568Z | Compiling anyhow v1.0.102 |
| 1517 | 2026-05-28T17:02:37.586Z | Compiling unicode-properties v0.1.4 |
| 1518 | 2026-05-28T17:02:37.791Z | Compiling unarray v0.1.4 |
| 1519 | 2026-05-28T17:02:37.868Z | Compiling allocator-api2 v0.2.21 |
| 1520 | 2026-05-28T17:02:37.903Z | Compiling iri-string v0.7.10 |
| 1521 | 2026-05-28T17:02:37.987Z | Compiling ryu v1.0.23 |
| 1522 | 2026-05-28T17:02:37.993Z | Compiling adler2 v2.0.1 |
| 1523 | 2026-05-28T17:02:38.133Z | Compiling paste v1.0.15 |
| 1524 | 2026-05-28T17:02:38.177Z | Compiling unicode-bidi v0.3.18 |
| 1525 | 2026-05-28T17:02:38.200Z | Compiling zstd-safe v7.2.4 |
| 1526 | 2026-05-28T17:02:38.333Z | Compiling signal-hook v0.3.18 |
| 1527 | 2026-05-28T17:02:38.396Z | Compiling serde_urlencoded v0.7.1 |
| 1528 | 2026-05-28T17:02:38.442Z | Compiling miniz_oxide v0.8.9 |
| 1529 | 2026-05-28T17:02:38.513Z | Compiling stringprep v0.1.5 |
| 1530 | 2026-05-28T17:02:38.644Z | Compiling thiserror v1.0.69 |
| 1531 | 2026-05-28T17:02:38.703Z | Compiling proptest v1.10.0 |
| 1532 | 2026-05-28T17:02:39.046Z | Compiling tower-http v0.6.8 |
| 1533 | 2026-05-28T17:02:39.384Z | Compiling scroll v0.12.0 |
| 1534 | 2026-05-28T17:02:39.494Z | Compiling derive_builder_macro v0.20.2 |
| 1535 | 2026-05-28T17:02:39.553Z | Compiling tokio-native-tls v0.3.1 |
| 1536 | 2026-05-28T17:02:39.621Z | Compiling darling_macro v0.21.3 |
| 1537 | 2026-05-28T17:02:39.721Z | Compiling ipnetwork v0.21.1 |
| 1538 | 2026-05-28T17:02:39.802Z | Compiling bstr v1.12.1 |
| 1539 | 2026-05-28T17:02:39.937Z | Compiling rand_chacha v0.3.1 |
| 1540 | 2026-05-28T17:02:40.089Z | Compiling serde_spanned v0.6.9 |
| 1541 | 2026-05-28T17:02:40.106Z | Compiling serde_tokenstream v0.2.3 |
| 1542 | 2026-05-28T17:02:40.120Z | Compiling toml_datetime v0.6.11 |
| 1543 | 2026-05-28T17:02:40.230Z | Compiling erased-serde v0.3.31 |
| 1544 | 2026-05-28T17:02:40.369Z | Compiling md-5 v0.10.6 |
| 1545 | 2026-05-28T17:02:40.415Z | Compiling zerocopy-derive v0.7.35 |
| 1546 | 2026-05-28T17:02:40.439Z | Compiling async-trait v0.1.89 |
| 1547 | 2026-05-28T17:02:40.529Z | Compiling pin-project-internal v1.1.11 |
| 1548 | 2026-05-28T17:02:40.714Z | Compiling curve25519-dalek v4.1.3 |
| 1549 | 2026-05-28T17:02:40.735Z | Compiling vergen-lib v9.1.0 |
| 1550 | 2026-05-28T17:02:40.916Z | Compiling num-integer v0.1.46 |
| 1551 | 2026-05-28T17:02:41.048Z | Compiling hash32 v0.2.1 |
| 1552 | 2026-05-28T17:02:41.238Z | Compiling ff v0.13.1 |
| 1553 | 2026-05-28T17:02:41.238Z | Compiling memoffset v0.9.1 |
| 1554 | 2026-05-28T17:02:41.282Z | Compiling encoding_rs v0.8.35 |
| 1555 | 2026-05-28T17:02:41.376Z | Compiling rustix v0.38.44 |
| 1556 | 2026-05-28T17:02:41.439Z | Compiling fallible-iterator v0.2.0 |
| 1557 | 2026-05-28T17:02:41.451Z | Compiling cfg_aliases v0.2.1 |
| 1558 | 2026-05-28T17:02:41.526Z | Compiling zlib-rs v0.6.2 |
| 1559 | 2026-05-28T17:02:41.623Z | Compiling base16ct v0.2.0 |
| 1560 | 2026-05-28T17:02:41.728Z | Compiling psl-types v2.0.11 |
| 1561 | 2026-05-28T17:02:41.752Z | Compiling mime v0.3.17 |
| 1562 | 2026-05-28T17:02:41.804Z | Compiling litrs v1.0.0 |
| 1563 | 2026-05-28T17:02:41.853Z | Compiling ref-cast v1.0.25 |
| 1564 | 2026-05-28T17:02:42.061Z | Compiling num-bigint-dig v0.8.6 |
| 1565 | 2026-05-28T17:02:42.192Z | Compiling smoltcp v0.9.1 |
| 1566 | 2026-05-28T17:02:42.321Z | Compiling publicsuffix v2.3.0 |
| 1567 | 2026-05-28T17:02:42.355Z | Compiling document-features v0.2.12 |
| 1568 | 2026-05-28T17:02:42.496Z | Compiling sec1 v0.7.3 |
| 1569 | 2026-05-28T17:02:42.647Z | Compiling postgres-protocol v0.6.10 |
| 1570 | 2026-05-28T17:02:42.771Z | Compiling pin-project v1.1.11 |
| 1571 | 2026-05-28T17:02:42.827Z | Compiling nix v0.31.2 |
| 1572 | 2026-05-28T17:02:42.944Z | Compiling group v0.13.0 |
| 1573 | 2026-05-28T17:02:42.974Z | Compiling zerocopy v0.7.35 |
| 1574 | 2026-05-28T17:02:43.189Z | Compiling num-iter v0.1.45 |
| 1575 | 2026-05-28T17:02:43.274Z | Compiling newtype-uuid v1.3.2 |
| 1576 | 2026-05-28T17:02:43.527Z | Compiling rand v0.8.6 |
| 1577 | 2026-05-28T17:02:43.583Z | Compiling darling v0.21.3 |
| 1578 | 2026-05-28T17:02:43.589Z | Compiling hubpack_derive v0.1.1 |
| 1579 | 2026-05-28T17:02:43.610Z | Compiling derive_builder v0.20.2 |
| 1580 | 2026-05-28T17:02:43.681Z | Compiling oxnet v0.1.4 |
| 1581 | 2026-05-28T17:02:43.829Z | Compiling hyper-tls v0.6.0 |
| 1582 | 2026-05-28T17:02:43.907Z | Compiling goblin v0.8.2 |
| 1583 | 2026-05-28T17:02:44.352Z | Compiling phf_shared v0.13.1 |
| 1584 | 2026-05-28T17:02:44.389Z | Compiling lazy_static v1.5.0 |
| 1585 | 2026-05-28T17:02:44.483Z | Compiling flate2 v1.1.9 |
| 1586 | 2026-05-28T17:02:44.557Z | Compiling regex v1.12.3 |
| 1587 | 2026-05-28T17:02:44.587Z | Compiling futures-executor v0.3.32 |
| 1588 | 2026-05-28T17:02:44.802Z | Compiling hex v0.4.3 |
| 1589 | 2026-05-28T17:02:44.834Z | Compiling hkdf v0.12.4 |
| 1590 | 2026-05-28T17:02:44.847Z | Compiling crypto-bigint v0.5.5 |
| 1591 | 2026-05-28T17:02:44.883Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1592 | 2026-05-28T17:02:44.986Z | Compiling strum_macros v0.27.2 |
| 1593 | 2026-05-28T17:02:44.999Z | Compiling snafu-derive v0.8.9 |
| 1594 | 2026-05-28T17:02:45.065Z | Compiling ref-cast-impl v1.0.25 |
| 1595 | 2026-05-28T17:02:45.519Z | Compiling daft-derive v0.1.7 |
| 1596 | 2026-05-28T17:02:45.612Z | Compiling terminal_size v0.4.3 |
| 1597 | 2026-05-28T17:02:45.748Z | Compiling vergen v9.1.0 |
| 1598 | 2026-05-28T17:02:45.933Z | Compiling fs-err v3.3.0 |
| 1599 | 2026-05-28T17:02:46.124Z | Compiling cargo-platform v0.3.2 |
| 1600 | 2026-05-28T17:02:46.235Z | Compiling ahash v0.8.12 |
| 1601 | 2026-05-28T17:02:46.406Z | Compiling bitflags v1.3.2 |
| 1602 | 2026-05-28T17:02:46.439Z | Compiling libbz2-rs-sys v0.2.2 |
| 1603 | 2026-05-28T17:02:46.483Z | Compiling same-file v1.0.6 |
| 1604 | 2026-05-28T17:02:46.652Z | Compiling winnow v0.5.40 |
| 1605 | 2026-05-28T17:02:46.882Z | Compiling bumpalo v3.20.2 |
| 1606 | 2026-05-28T17:02:46.936Z | Compiling foldhash v0.1.5 |
| 1607 | 2026-05-28T17:02:46.977Z | Compiling foldhash v0.2.0 |
| 1608 | 2026-05-28T17:02:47.138Z | Compiling managed v0.8.0 |
| 1609 | 2026-05-28T17:02:47.167Z | Compiling object v0.37.3 |
| 1610 | 2026-05-28T17:02:47.181Z | Compiling unicode-segmentation v1.12.0 |
| 1611 | 2026-05-28T17:02:47.199Z | Compiling clap_builder v4.5.60 |
| 1612 | 2026-05-28T17:02:47.429Z | Compiling hashbrown v0.16.1 |
| 1613 | 2026-05-28T17:02:47.494Z | Compiling zopfli v0.8.3 |
| 1614 | 2026-05-28T17:02:47.569Z | Compiling hashbrown v0.15.5 |
| 1615 | 2026-05-28T17:02:48.030Z | Compiling toml_edit v0.19.15 |
| 1616 | 2026-05-28T17:02:48.116Z | Compiling strum v0.27.2 |
| 1617 | 2026-05-28T17:02:48.131Z | Compiling snafu v0.8.9 |
| 1618 | 2026-05-28T17:02:48.154Z | Compiling bzip2 v0.6.1 |
| 1619 | 2026-05-28T17:02:48.176Z | Compiling walkdir v2.5.0 |
| 1620 | 2026-05-28T17:02:48.292Z | Compiling cargo_metadata v0.23.1 |
| 1621 | 2026-05-28T17:02:48.360Z | Compiling daft v0.1.7 |
| 1622 | 2026-05-28T17:02:48.476Z | Compiling dof v0.3.0 |
| 1623 | 2026-05-28T17:02:48.608Z | Compiling elliptic-curve v0.13.8 |
| 1624 | 2026-05-28T17:02:49.004Z | Compiling futures v0.3.32 |
| 1625 | 2026-05-28T17:02:49.089Z | Compiling phf v0.13.1 |
| 1626 | 2026-05-28T17:02:49.252Z | Compiling cookie_store v0.22.1 |
| 1627 | 2026-05-28T17:02:49.727Z | Compiling signal-hook-mio v0.2.5 |
| 1628 | 2026-05-28T17:02:49.847Z | Compiling hubpack v0.1.2 |
| 1629 | 2026-05-28T17:02:49.898Z | Compiling zstd v0.13.3 |
| 1630 | 2026-05-28T17:02:49.991Z | Compiling bzip2 v0.4.4 |
| 1631 | 2026-05-28T17:02:50.067Z | Compiling serde_with_macros v3.17.0 |
| 1632 | 2026-05-28T17:02:50.177Z | Compiling postgres-types v0.2.12 |
| 1633 | 2026-05-28T17:02:50.290Z | Compiling usdt-macro v0.6.0 |
| 1634 | 2026-05-28T17:02:50.651Z | Compiling usdt-attr-macro v0.6.0 |
| 1635 | 2026-05-28T17:02:50.723Z | Compiling globset v0.4.18 |
| 1636 | 2026-05-28T17:02:51.028Z | Compiling dtrace-parser v0.2.0 |
| 1637 | 2026-05-28T17:02:51.179Z | Compiling ed25519 v2.2.3 |
| 1638 | 2026-05-28T17:02:51.311Z | Compiling phf_shared v0.11.3 |
| 1639 | 2026-05-28T17:02:51.403Z | Compiling olpc-cjson v0.1.4 |
| 1640 | 2026-05-28T17:02:51.427Z | Compiling pkcs1 v0.7.5 |
| 1641 | 2026-05-28T17:02:51.500Z | Compiling serde_plain v1.0.2 |
| 1642 | 2026-05-28T17:02:51.562Z | Compiling serde-big-array v0.5.1 |
| 1643 | 2026-05-28T17:02:51.697Z | Compiling rfc6979 v0.4.0 |
| 1644 | 2026-05-28T17:02:51.713Z | Compiling pem v3.0.6 |
| 1645 | 2026-05-28T17:02:51.713Z | Compiling clap_derive v4.5.55 |
| 1646 | 2026-05-28T17:02:51.772Z | Compiling serde_repr v0.1.20 |
| 1647 | 2026-05-28T17:02:51.820Z | Compiling enum-as-inner v0.6.1 |
| 1648 | 2026-05-28T17:02:51.835Z | Compiling strum_macros v0.26.4 |
| 1649 | 2026-05-28T17:02:52.085Z | Compiling async-recursion v1.1.1 |
| 1650 | 2026-05-28T17:02:52.117Z | Compiling float-cmp v0.10.0 |
| 1651 | 2026-05-28T17:02:52.272Z | Compiling thread-id v4.2.2 |
| 1652 | 2026-05-28T17:02:52.314Z | Compiling memmap2 v0.9.10 |
| 1653 | 2026-05-28T17:02:52.356Z | Compiling env_filter v1.0.0 |
| 1654 | 2026-05-28T17:02:52.377Z | Compiling fixedbitset v0.5.7 |
| 1655 | 2026-05-28T17:02:52.523Z | Compiling new_debug_unreachable v1.0.6 |
| 1656 | 2026-05-28T17:02:52.605Z | Compiling precomputed-hash v0.1.1 |
| 1657 | 2026-05-28T17:02:52.660Z | Compiling data-encoding v2.10.0 |
| 1658 | 2026-05-28T17:02:52.687Z | Compiling normalize-line-endings v0.3.0 |
| 1659 | 2026-05-28T17:02:52.699Z | Compiling fixedbitset v0.4.2 |
| 1660 | 2026-05-28T17:02:52.740Z | Compiling jiff v0.2.21 |
| 1661 | 2026-05-28T17:02:52.780Z | Compiling difflib v0.4.0 |
| 1662 | 2026-05-28T17:02:52.914Z | Compiling keccak v0.1.6 |
| 1663 | 2026-05-28T17:02:53.337Z | Compiling predicates-core v1.0.10 |
| 1664 | 2026-05-28T17:02:53.349Z | Compiling typed-path v0.9.3 |
| 1665 | 2026-05-28T17:02:53.521Z | Compiling static_assertions v1.1.0 |
| 1666 | 2026-05-28T17:02:53.526Z | Compiling either v1.15.0 |
| 1667 | 2026-05-28T17:02:53.588Z | Compiling whoami v2.1.0 |
| 1668 | 2026-05-28T17:02:53.609Z | Compiling strum v0.26.3 |
| 1669 | 2026-05-28T17:02:53.723Z | Compiling itertools v0.13.0 |
| 1670 | 2026-05-28T17:02:53.733Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1671 | 2026-05-28T17:02:53.746Z | Compiling clap v4.5.60 |
| 1672 | 2026-05-28T17:02:53.827Z | Compiling tokio-postgres v0.7.16 |
| 1673 | 2026-05-28T17:02:53.965Z | Compiling predicates v3.1.4 |
| 1674 | 2026-05-28T17:02:54.554Z | Compiling sha3 v0.10.8 |
| 1675 | 2026-05-28T17:02:54.616Z | Compiling hickory-proto v0.25.2 |
| 1676 | 2026-05-28T17:02:54.784Z | Compiling petgraph v0.6.5 |
| 1677 | 2026-05-28T17:02:54.963Z | Compiling string_cache v0.8.9 |
| 1678 | 2026-05-28T17:02:55.007Z | Compiling petgraph v0.8.3 |
| 1679 | 2026-05-28T17:02:55.188Z | Compiling env_logger v0.11.9 |
| 1680 | 2026-05-28T17:02:55.551Z | Compiling zip v4.6.1 |
| 1681 | 2026-05-28T17:02:56.013Z | Compiling usdt v0.6.0 |
| 1682 | 2026-05-28T17:02:56.244Z | Compiling toml_edit v0.22.27 |
| 1683 | 2026-05-28T17:02:56.271Z | Compiling usdt-impl v0.5.0 |
| 1684 | 2026-05-28T17:02:56.502Z | Compiling ecdsa v0.16.9 |
| 1685 | 2026-05-28T17:02:56.502Z | Compiling rsa v0.9.10 |
| 1686 | 2026-05-28T17:02:56.851Z | Compiling ed25519-dalek v2.2.0 |
| 1687 | 2026-05-28T17:02:56.855Z | Compiling serde_with v3.17.0 |
| 1688 | 2026-05-28T17:02:56.891Z | Compiling crossterm v0.28.1 |
| 1689 | 2026-05-28T17:02:57.542Z | Compiling zip v0.6.6 |
| 1690 | 2026-05-28T17:02:58.224Z | Compiling toml v0.7.8 |
| 1691 | 2026-05-28T17:02:58.474Z | Compiling iddqd v0.4.2 |
| 1692 | 2026-05-28T17:02:58.872Z | Compiling similar v2.7.0 |
| 1693 | 2026-05-28T17:02:58.956Z | Compiling heck v0.4.1 |
| 1694 | 2026-05-28T17:02:59.018Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1695 | 2026-05-28T17:02:59.185Z | Compiling crossbeam-epoch v0.9.18 |
| 1696 | 2026-05-28T17:02:59.298Z | Compiling tokio-stream v0.1.18 |
| 1697 | 2026-05-28T17:02:59.511Z | Compiling buf-list v1.1.2 |
| 1698 | 2026-05-28T17:02:59.647Z | Compiling x509-cert v0.2.5 |
| 1699 | 2026-05-28T17:02:59.735Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1700 | 2026-05-28T17:02:59.756Z | Compiling openapiv3 v2.2.0 |
| 1701 | 2026-05-28T17:02:59.770Z | Compiling sha1 v0.10.6 |
| 1702 | 2026-05-28T17:02:59.789Z | Compiling peg-runtime v0.8.5 |
| 1703 | 2026-05-28T17:02:59.849Z | Compiling lalrpop-util v0.19.12 |
| 1704 | 2026-05-28T17:02:59.985Z | Compiling thread_local v1.1.9 |
| 1705 | 2026-05-28T17:03:00.026Z | Compiling slog-async v2.8.0 |
| 1706 | 2026-05-28T17:03:00.041Z | Compiling crossbeam-channel v0.5.15 |
| 1707 | 2026-05-28T17:03:00.066Z | Compiling filetime v0.2.27 |
| 1708 | 2026-05-28T17:03:00.232Z | Compiling is-terminal v0.4.17 |
| 1709 | 2026-05-28T17:03:00.245Z | Compiling take_mut v0.2.2 |
| 1710 | 2026-05-28T17:03:00.328Z | Compiling term v1.2.1 |
| 1711 | 2026-05-28T17:03:00.343Z | Compiling xattr v1.6.1 |
| 1712 | 2026-05-28T17:03:00.486Z | Compiling tar v0.4.45 |
| 1713 | 2026-05-28T17:03:00.902Z | Compiling slog-term v2.9.2 |
| 1714 | 2026-05-28T17:03:11.509Z | Compiling rustls-webpki v0.103.9 |
| 1715 | 2026-05-28T17:03:14.333Z | Compiling tokio-rustls v0.26.4 |
| 1716 | 2026-05-28T17:03:14.333Z | Compiling rustls-platform-verifier v0.6.2 |
| 1717 | 2026-05-28T17:03:14.530Z | Compiling hyper-rustls v0.27.7 |
| 1718 | 2026-05-28T17:03:14.733Z | Compiling reqwest v0.12.28 |
| 1719 | 2026-05-28T17:03:14.747Z | Compiling reqwest v0.13.2 |
| 1720 | 2026-05-28T17:03:15.992Z | Compiling tough v0.22.0 |
| 1721 | 2026-05-28T17:03:18.546Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1722 | 2026-05-28T17:03:18.767Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1723 | 2026-05-28T17:03:21.682Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s |
| 1724 | 2026-05-28T17:03:21.829Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1725 | 2026-05-28T17:03:21.884Z | May 28 17:03:20.651 INFO Starting download, target: Cockroach |
| 1726 | 2026-05-28T17:03:21.885Z | May 28 17:03:20.652 INFO Starting download, target: Clickhouse |
| 1727 | 2026-05-28T17:03:21.885Z | May 28 17:03:20.652 INFO Starting download, target: Console |
| 1728 | 2026-05-28T17:03:21.887Z | May 28 17:03:20.652 INFO Starting download, target: DendriteStub |
| 1729 | 2026-05-28T17:03:21.887Z | May 28 17:03:20.652 INFO Starting download, target: MaghemiteMgd |
| 1730 | 2026-05-28T17:03:21.887Z | May 28 17:03:20.652 INFO Starting download, target: TransceiverControl |
| 1731 | 2026-05-28T17:03:21.887Z | May 28 17:03:20.652 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1732 | 2026-05-28T17:03:21.888Z | May 28 17:03:20.652 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1733 | 2026-05-28T17:03:21.888Z | May 28 17:03:20.652 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1734 | 2026-05-28T17:03:21.888Z | May 28 17:03:20.652 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1735 | 2026-05-28T17:03:21.888Z | May 28 17:03:20.652 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1736 | 2026-05-28T17:03:21.888Z | May 28 17:03:20.652 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1737 | 2026-05-28T17:03:22.411Z | May 28 17:03:21.177 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1738 | 2026-05-28T17:03:22.650Z | May 28 17:03:21.415 INFO Download complete, target: TransceiverControl |
| 1739 | 2026-05-28T17:03:22.907Z | May 28 17:03:21.645 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1740 | 2026-05-28T17:03:23.136Z | May 28 17:03:21.879 INFO Download complete, target: Console |
| 1741 | 2026-05-28T17:03:23.699Z | May 28 17:03:22.453 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1742 | 2026-05-28T17:03:23.823Z | May 28 17:03:22.576 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1743 | 2026-05-28T17:03:24.173Z | May 28 17:03:22.939 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1744 | 2026-05-28T17:03:24.173Z | May 28 17:03:22.939 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1745 | 2026-05-28T17:03:24.551Z | May 28 17:03:23.318 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1746 | 2026-05-28T17:03:26.104Z | May 28 17:03:24.871 INFO Download complete, target: DendriteStub |
| 1747 | 2026-05-28T17:03:26.273Z | May 28 17:03:25.040 INFO Download complete, target: MaghemiteMgd |
| 1748 | 2026-05-28T17:03:28.944Z | May 28 17:03:27.712 INFO Checking that binary works, target: Cockroach |
| 1749 | 2026-05-28T17:03:29.148Z | May 28 17:03:27.915 INFO Download complete, target: Cockroach |
| 1750 | 2026-05-28T17:03:31.375Z | May 28 17:03:30.142 INFO Checking that binary works, target: Clickhouse |
| 1751 | 2026-05-28T17:03:31.512Z | May 28 17:03:30.280 INFO Download complete, target: Clickhouse |
| 1752 | 2026-05-28T17:03:31.550Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1753 | 2026-05-28T17:03:31.554Z | |
| 1754 | 2026-05-28T17:03:31.554Z | real 2:22.281185233 |
| 1755 | 2026-05-28T17:03:31.554Z | user 6:56.459412486 |
| 1756 | 2026-05-28T17:03:31.555Z | sys 1:22.003255424 |
| 1757 | 2026-05-28T17:03:31.555Z | trap 0.205913474 |
| 1758 | 2026-05-28T17:03:31.555Z | tflt 1.346689450 |
| 1759 | 2026-05-28T17:03:31.555Z | dflt 1.685358290 |
| 1760 | 2026-05-28T17:03:31.555Z | kflt 0.053805658 |
| 1761 | 2026-05-28T17:03:31.555Z | lock 21:48.333536836 |
| 1762 | 2026-05-28T17:03:31.555Z | slp 21:42.088569333 |
| 1763 | 2026-05-28T17:03:31.555Z | lat 42.067230638 |
| 1764 | 2026-05-28T17:03:31.555Z | stop 1:52.710718311 |
| 1765 | 2026-05-28T17:03:31.555Z | + banner hack-check |
| 1766 | 2026-05-28T17:03:31.555Z | |
| 1767 | 2026-05-28T17:03:31.555Z | # # ## #### # # #### # # ###### #### # # |
| 1768 | 2026-05-28T17:03:31.555Z | # # # # # # # # # # # # # # # # # |
| 1769 | 2026-05-28T17:03:31.555Z | ###### # # # #### ##### # ###### ##### # #### |
| 1770 | 2026-05-28T17:03:31.555Z | # # ###### # # # # # # # # # # |
| 1771 | 2026-05-28T17:03:31.555Z | # # # # # # # # # # # # # # # # # |
| 1772 | 2026-05-28T17:03:31.555Z | # # # # #### # # #### # # ###### #### # # |
| 1773 | 2026-05-28T17:03:31.555Z | |
| 1774 | 2026-05-28T17:03:31.555Z | + export CARGO_INCREMENTAL=0 |
| 1775 | 2026-05-28T17:03:31.555Z | + CARGO_INCREMENTAL=0 |
| 1776 | 2026-05-28T17:03:31.555Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1777 | 2026-05-28T17:03:32.086Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1778 | 2026-05-28T17:03:32.310Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1779 | 2026-05-28T17:03:34.175Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.61s |
| 1780 | 2026-05-28T17:03:34.259Z | Running `target/debug/xtask check-features --ci` |
| 1781 | 2026-05-28T17:03:34.286Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1782 | 2026-05-28T17:03:34.289Z | running: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1783 | 2026-05-28T17:03:34.765Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1784 | 2026-05-28T17:03:34.794Z | Running `target/debug/xtask download cargo-hack` |
| 1785 | 2026-05-28T17:03:35.575Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1786 | 2026-05-28T17:03:35.896Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1787 | 2026-05-28T17:03:38.400Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.57s |
| 1788 | 2026-05-28T17:03:38.570Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1789 | 2026-05-28T17:03:38.611Z | May 28 17:03:37.378 INFO Starting download, target: CargoHack |
| 1790 | 2026-05-28T17:03:38.614Z | May 28 17:03:37.379 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1791 | 2026-05-28T17:03:39.115Z | May 28 17:03:37.882 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1792 | 2026-05-28T17:03:39.165Z | May 28 17:03:37.932 INFO Download complete, target: CargoHack |
| 1793 | 2026-05-28T17:03:39.168Z | running: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
| 1794 | 2026-05-28T17:03:39.181Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1795 | 2026-05-28T17:03:39.341Z | info: running `cargo check --bins` on api_identity (1/295) |
| 1796 | 2026-05-28T17:03:39.843Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1797 | 2026-05-28T17:03:39.846Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1798 | 2026-05-28T17:03:39.847Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1799 | 2026-05-28T17:03:39.850Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1800 | 2026-05-28T17:03:39.930Z | |
| 1801 | 2026-05-28T17:03:39.930Z | info: running `cargo check --bins` on bootstore (2/295) |
| 1802 | 2026-05-28T17:03:40.425Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1803 | 2026-05-28T17:03:40.429Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1804 | 2026-05-28T17:03:40.429Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1805 | 2026-05-28T17:03:40.432Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1806 | 2026-05-28T17:03:40.511Z | |
| 1807 | 2026-05-28T17:03:40.511Z | info: running `cargo check --bins` on omicron-ledger (3/295) |
| 1808 | 2026-05-28T17:03:41.006Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1809 | 2026-05-28T17:03:41.009Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1810 | 2026-05-28T17:03:41.009Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1811 | 2026-05-28T17:03:41.012Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1812 | 2026-05-28T17:03:41.090Z | |
| 1813 | 2026-05-28T17:03:41.090Z | info: running `cargo check --bins --no-default-features` on sled-hardware-types (4/295) |
| 1814 | 2026-05-28T17:03:41.589Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1815 | 2026-05-28T17:03:41.592Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1816 | 2026-05-28T17:03:41.592Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1817 | 2026-05-28T17:03:41.596Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1818 | 2026-05-28T17:03:41.681Z | |
| 1819 | 2026-05-28T17:03:41.681Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/295) |
| 1820 | 2026-05-28T17:03:42.181Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1821 | 2026-05-28T17:03:42.184Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1822 | 2026-05-28T17:03:42.184Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1823 | 2026-05-28T17:03:42.187Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1824 | 2026-05-28T17:03:42.266Z | |
| 1825 | 2026-05-28T17:03:42.266Z | info: running `cargo check --bins` on omicron-certificates (6/295) |
| 1826 | 2026-05-28T17:03:42.772Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1827 | 2026-05-28T17:03:42.775Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1828 | 2026-05-28T17:03:42.775Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1829 | 2026-05-28T17:03:42.778Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1830 | 2026-05-28T17:03:42.863Z | |
| 1831 | 2026-05-28T17:03:42.863Z | info: running `cargo check --bins --no-default-features` on omicron-common (7/295) |
| 1832 | 2026-05-28T17:03:43.372Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1833 | 2026-05-28T17:03:43.375Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1834 | 2026-05-28T17:03:43.375Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1835 | 2026-05-28T17:03:43.380Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1836 | 2026-05-28T17:03:43.461Z | |
| 1837 | 2026-05-28T17:03:43.461Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/295) |
| 1838 | 2026-05-28T17:03:43.968Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1839 | 2026-05-28T17:03:43.971Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1840 | 2026-05-28T17:03:43.971Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1841 | 2026-05-28T17:03:43.974Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1842 | 2026-05-28T17:03:44.058Z | |
| 1843 | 2026-05-28T17:03:44.058Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/295) |
| 1844 | 2026-05-28T17:03:44.474Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1845 | 2026-05-28T17:03:44.478Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1846 | 2026-05-28T17:03:44.478Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1847 | 2026-05-28T17:03:44.482Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1848 | 2026-05-28T17:03:44.536Z | |
| 1849 | 2026-05-28T17:03:44.536Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/295) |
| 1850 | 2026-05-28T17:03:44.949Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1851 | 2026-05-28T17:03:44.952Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1852 | 2026-05-28T17:03:44.953Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1853 | 2026-05-28T17:03:44.957Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1854 | 2026-05-28T17:03:45.009Z | |
| 1855 | 2026-05-28T17:03:45.009Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/295) |
| 1856 | 2026-05-28T17:03:45.418Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1857 | 2026-05-28T17:03:45.421Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1858 | 2026-05-28T17:03:45.421Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1859 | 2026-05-28T17:03:45.424Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1860 | 2026-05-28T17:03:45.476Z | |
| 1861 | 2026-05-28T17:03:45.476Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/295) |
| 1862 | 2026-05-28T17:03:45.886Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1863 | 2026-05-28T17:03:45.889Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1864 | 2026-05-28T17:03:45.890Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1865 | 2026-05-28T17:03:45.892Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1866 | 2026-05-28T17:03:45.947Z | |
| 1867 | 2026-05-28T17:03:45.947Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/295) |
| 1868 | 2026-05-28T17:03:46.361Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1869 | 2026-05-28T17:03:46.364Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1870 | 2026-05-28T17:03:46.364Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1871 | 2026-05-28T17:03:46.367Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1872 | 2026-05-28T17:03:46.422Z | |
| 1873 | 2026-05-28T17:03:46.422Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/295) |
| 1874 | 2026-05-28T17:03:46.833Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1875 | 2026-05-28T17:03:46.836Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1876 | 2026-05-28T17:03:46.836Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1877 | 2026-05-28T17:03:46.839Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1878 | 2026-05-28T17:03:46.893Z | |
| 1879 | 2026-05-28T17:03:46.893Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/295) |
| 1880 | 2026-05-28T17:03:47.307Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1881 | 2026-05-28T17:03:47.310Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1882 | 2026-05-28T17:03:47.310Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1883 | 2026-05-28T17:03:47.313Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1884 | 2026-05-28T17:03:47.369Z | |
| 1885 | 2026-05-28T17:03:47.369Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/295) |
| 1886 | 2026-05-28T17:03:47.781Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1887 | 2026-05-28T17:03:47.784Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1888 | 2026-05-28T17:03:47.784Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1889 | 2026-05-28T17:03:47.787Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1890 | 2026-05-28T17:03:47.842Z | |
| 1891 | 2026-05-28T17:03:47.842Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/295) |
| 1892 | 2026-05-28T17:03:48.254Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1893 | 2026-05-28T17:03:48.257Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1894 | 2026-05-28T17:03:48.257Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1895 | 2026-05-28T17:03:48.260Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1896 | 2026-05-28T17:03:48.313Z | |
| 1897 | 2026-05-28T17:03:48.313Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/295) |
| 1898 | 2026-05-28T17:03:48.723Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1899 | 2026-05-28T17:03:48.726Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1900 | 2026-05-28T17:03:48.726Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1901 | 2026-05-28T17:03:48.729Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1902 | 2026-05-28T17:03:48.782Z | |
| 1903 | 2026-05-28T17:03:48.782Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/295) |
| 1904 | 2026-05-28T17:03:49.192Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1905 | 2026-05-28T17:03:49.195Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1906 | 2026-05-28T17:03:49.195Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1907 | 2026-05-28T17:03:49.198Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1908 | 2026-05-28T17:03:49.255Z | |
| 1909 | 2026-05-28T17:03:49.255Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/295) |
| 1910 | 2026-05-28T17:03:49.668Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1911 | 2026-05-28T17:03:49.671Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1912 | 2026-05-28T17:03:49.671Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1913 | 2026-05-28T17:03:49.674Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1914 | 2026-05-28T17:03:49.730Z | |
| 1915 | 2026-05-28T17:03:49.730Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/295) |
| 1916 | 2026-05-28T17:03:50.144Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1917 | 2026-05-28T17:03:50.146Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1918 | 2026-05-28T17:03:50.146Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1919 | 2026-05-28T17:03:50.149Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1920 | 2026-05-28T17:03:50.206Z | |
| 1921 | 2026-05-28T17:03:50.206Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/295) |
| 1922 | 2026-05-28T17:03:50.621Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1923 | 2026-05-28T17:03:50.623Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1924 | 2026-05-28T17:03:50.623Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1925 | 2026-05-28T17:03:50.624Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1926 | 2026-05-28T17:03:50.681Z | |
| 1927 | 2026-05-28T17:03:50.681Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/295) |
| 1928 | 2026-05-28T17:03:51.094Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1929 | 2026-05-28T17:03:51.098Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1930 | 2026-05-28T17:03:51.098Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1931 | 2026-05-28T17:03:51.101Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1932 | 2026-05-28T17:03:51.156Z | |
| 1933 | 2026-05-28T17:03:51.156Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/295) |
| 1934 | 2026-05-28T17:03:51.570Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1935 | 2026-05-28T17:03:51.573Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1936 | 2026-05-28T17:03:51.573Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1937 | 2026-05-28T17:03:51.576Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1938 | 2026-05-28T17:03:51.634Z | |
| 1939 | 2026-05-28T17:03:51.634Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/295) |
| 1940 | 2026-05-28T17:03:52.047Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1941 | 2026-05-28T17:03:52.051Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1942 | 2026-05-28T17:03:52.051Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1943 | 2026-05-28T17:03:52.054Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1944 | 2026-05-28T17:03:52.110Z | |
| 1945 | 2026-05-28T17:03:52.111Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/295) |
| 1946 | 2026-05-28T17:03:52.526Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1947 | 2026-05-28T17:03:52.529Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1948 | 2026-05-28T17:03:52.529Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1949 | 2026-05-28T17:03:52.532Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1950 | 2026-05-28T17:03:52.588Z | |
| 1951 | 2026-05-28T17:03:52.588Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/295) |
| 1952 | 2026-05-28T17:03:53.004Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1953 | 2026-05-28T17:03:53.009Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1954 | 2026-05-28T17:03:53.009Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1955 | 2026-05-28T17:03:53.009Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1956 | 2026-05-28T17:03:53.062Z | |
| 1957 | 2026-05-28T17:03:53.062Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/295) |
| 1958 | 2026-05-28T17:03:53.479Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1959 | 2026-05-28T17:03:53.482Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1960 | 2026-05-28T17:03:53.482Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1961 | 2026-05-28T17:03:53.482Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1962 | 2026-05-28T17:03:53.542Z | |
| 1963 | 2026-05-28T17:03:53.542Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/295) |
| 1964 | 2026-05-28T17:03:53.958Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1965 | 2026-05-28T17:03:53.961Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1966 | 2026-05-28T17:03:53.961Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1967 | 2026-05-28T17:03:53.965Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1968 | 2026-05-28T17:03:54.020Z | |
| 1969 | 2026-05-28T17:03:54.020Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/295) |
| 1970 | 2026-05-28T17:03:54.433Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1971 | 2026-05-28T17:03:54.436Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1972 | 2026-05-28T17:03:54.436Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1973 | 2026-05-28T17:03:54.438Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1974 | 2026-05-28T17:03:54.493Z | |
| 1975 | 2026-05-28T17:03:54.493Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/295) |
| 1976 | 2026-05-28T17:03:54.906Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1977 | 2026-05-28T17:03:54.909Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1978 | 2026-05-28T17:03:54.909Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1979 | 2026-05-28T17:03:54.911Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1980 | 2026-05-28T17:03:54.966Z | |
| 1981 | 2026-05-28T17:03:54.966Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/295) |
| 1982 | 2026-05-28T17:03:55.380Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1983 | 2026-05-28T17:03:55.382Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1984 | 2026-05-28T17:03:55.382Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1985 | 2026-05-28T17:03:55.385Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1986 | 2026-05-28T17:03:55.441Z | |
| 1987 | 2026-05-28T17:03:55.441Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/295) |
| 1988 | 2026-05-28T17:03:55.853Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1989 | 2026-05-28T17:03:55.856Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1990 | 2026-05-28T17:03:55.856Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1991 | 2026-05-28T17:03:55.859Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1992 | 2026-05-28T17:03:55.912Z | |
| 1993 | 2026-05-28T17:03:55.912Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/295) |
| 1994 | 2026-05-28T17:03:56.324Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1995 | 2026-05-28T17:03:56.327Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1996 | 2026-05-28T17:03:56.327Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1997 | 2026-05-28T17:03:56.333Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1998 | 2026-05-28T17:03:56.386Z | |
| 1999 | 2026-05-28T17:03:56.386Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/295) |
| 2000 | 2026-05-28T17:03:56.801Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2001 | 2026-05-28T17:03:56.805Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2002 | 2026-05-28T17:03:56.805Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2003 | 2026-05-28T17:03:56.805Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2004 | 2026-05-28T17:03:56.860Z | |
| 2005 | 2026-05-28T17:03:56.860Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/295) |
| 2006 | 2026-05-28T17:03:57.274Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2007 | 2026-05-28T17:03:57.277Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2008 | 2026-05-28T17:03:57.277Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2009 | 2026-05-28T17:03:57.280Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2010 | 2026-05-28T17:03:57.336Z | |
| 2011 | 2026-05-28T17:03:57.336Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/295) |
| 2012 | 2026-05-28T17:03:57.750Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2013 | 2026-05-28T17:03:57.753Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2014 | 2026-05-28T17:03:57.753Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2015 | 2026-05-28T17:03:57.756Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2016 | 2026-05-28T17:03:57.811Z | |
| 2017 | 2026-05-28T17:03:57.811Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/295) |
| 2018 | 2026-05-28T17:03:58.224Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2019 | 2026-05-28T17:03:58.227Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2020 | 2026-05-28T17:03:58.227Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2021 | 2026-05-28T17:03:58.230Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2022 | 2026-05-28T17:03:58.286Z | |
| 2023 | 2026-05-28T17:03:58.287Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/295) |
| 2024 | 2026-05-28T17:03:58.700Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2025 | 2026-05-28T17:03:58.703Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2026 | 2026-05-28T17:03:58.703Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2027 | 2026-05-28T17:03:58.706Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2028 | 2026-05-28T17:03:58.762Z | |
| 2029 | 2026-05-28T17:03:58.762Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/295) |
| 2030 | 2026-05-28T17:03:59.175Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2031 | 2026-05-28T17:03:59.178Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2032 | 2026-05-28T17:03:59.178Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2033 | 2026-05-28T17:03:59.180Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2034 | 2026-05-28T17:03:59.238Z | |
| 2035 | 2026-05-28T17:03:59.238Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/295) |
| 2036 | 2026-05-28T17:03:59.652Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2037 | 2026-05-28T17:03:59.655Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2038 | 2026-05-28T17:03:59.655Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2039 | 2026-05-28T17:03:59.657Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2040 | 2026-05-28T17:03:59.715Z | |
| 2041 | 2026-05-28T17:03:59.715Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/295) |
| 2042 | 2026-05-28T17:04:00.129Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2043 | 2026-05-28T17:04:00.131Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2044 | 2026-05-28T17:04:00.132Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2045 | 2026-05-28T17:04:00.134Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2046 | 2026-05-28T17:04:00.191Z | |
| 2047 | 2026-05-28T17:04:00.191Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/295) |
| 2048 | 2026-05-28T17:04:00.605Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2049 | 2026-05-28T17:04:00.607Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2050 | 2026-05-28T17:04:00.607Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2051 | 2026-05-28T17:04:00.610Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2052 | 2026-05-28T17:04:00.668Z | |
| 2053 | 2026-05-28T17:04:00.668Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/295) |
| 2054 | 2026-05-28T17:04:01.082Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2055 | 2026-05-28T17:04:01.084Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2056 | 2026-05-28T17:04:01.084Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2057 | 2026-05-28T17:04:01.087Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2058 | 2026-05-28T17:04:01.145Z | |
| 2059 | 2026-05-28T17:04:01.145Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/295) |
| 2060 | 2026-05-28T17:04:01.560Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2061 | 2026-05-28T17:04:01.563Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2062 | 2026-05-28T17:04:01.563Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2063 | 2026-05-28T17:04:01.566Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2064 | 2026-05-28T17:04:01.623Z | |
| 2065 | 2026-05-28T17:04:01.624Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/295) |
| 2066 | 2026-05-28T17:04:02.037Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2067 | 2026-05-28T17:04:02.040Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2068 | 2026-05-28T17:04:02.040Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2069 | 2026-05-28T17:04:02.043Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2070 | 2026-05-28T17:04:02.101Z | |
| 2071 | 2026-05-28T17:04:02.101Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/295) |
| 2072 | 2026-05-28T17:04:02.517Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2073 | 2026-05-28T17:04:02.520Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2074 | 2026-05-28T17:04:02.520Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2075 | 2026-05-28T17:04:02.523Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2076 | 2026-05-28T17:04:02.581Z | |
| 2077 | 2026-05-28T17:04:02.581Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/295) |
| 2078 | 2026-05-28T17:04:02.993Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2079 | 2026-05-28T17:04:03.002Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2080 | 2026-05-28T17:04:03.002Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2081 | 2026-05-28T17:04:03.003Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2082 | 2026-05-28T17:04:03.052Z | |
| 2083 | 2026-05-28T17:04:03.052Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/295) |
| 2084 | 2026-05-28T17:04:03.606Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2085 | 2026-05-28T17:04:03.610Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2086 | 2026-05-28T17:04:03.610Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2087 | 2026-05-28T17:04:03.610Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2088 | 2026-05-28T17:04:03.698Z | |
| 2089 | 2026-05-28T17:04:03.698Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/295) |
| 2090 | 2026-05-28T17:04:04.356Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2091 | 2026-05-28T17:04:04.366Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2092 | 2026-05-28T17:04:04.366Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2093 | 2026-05-28T17:04:04.366Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2094 | 2026-05-28T17:04:04.366Z | |
| 2095 | 2026-05-28T17:04:04.366Z | info: running `cargo check --bins` on nexus-config (51/295) |
| 2096 | 2026-05-28T17:04:04.887Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2097 | 2026-05-28T17:04:04.889Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2098 | 2026-05-28T17:04:04.889Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2099 | 2026-05-28T17:04:04.894Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2100 | 2026-05-28T17:04:04.988Z | |
| 2101 | 2026-05-28T17:04:04.989Z | info: running `cargo check --bins` on nexus-types (52/295) |
| 2102 | 2026-05-28T17:04:05.530Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2103 | 2026-05-28T17:04:05.533Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2104 | 2026-05-28T17:04:05.533Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2105 | 2026-05-28T17:04:05.536Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2106 | 2026-05-28T17:04:05.634Z | |
| 2107 | 2026-05-28T17:04:05.634Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/295) |
| 2108 | 2026-05-28T17:04:06.153Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2109 | 2026-05-28T17:04:06.155Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2110 | 2026-05-28T17:04:06.155Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2111 | 2026-05-28T17:04:06.159Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2112 | 2026-05-28T17:04:06.251Z | |
| 2113 | 2026-05-28T17:04:06.252Z | info: running `cargo check --bins` on omicron-passwords (54/295) |
| 2114 | 2026-05-28T17:04:06.754Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2115 | 2026-05-28T17:04:06.758Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2116 | 2026-05-28T17:04:06.758Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2117 | 2026-05-28T17:04:06.761Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2118 | 2026-05-28T17:04:06.844Z | |
| 2119 | 2026-05-28T17:04:06.844Z | info: running `cargo check --bins --no-default-features` on sled-agent-types (55/295) |
| 2120 | 2026-05-28T17:04:07.374Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2121 | 2026-05-28T17:04:07.379Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2122 | 2026-05-28T17:04:07.379Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2123 | 2026-05-28T17:04:07.379Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2124 | 2026-05-28T17:04:07.459Z | |
| 2125 | 2026-05-28T17:04:07.459Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/295) |
| 2126 | 2026-05-28T17:04:07.970Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2127 | 2026-05-28T17:04:07.974Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2128 | 2026-05-28T17:04:07.974Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2129 | 2026-05-28T17:04:07.977Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2130 | 2026-05-28T17:04:08.066Z | |
| 2131 | 2026-05-28T17:04:08.066Z | info: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/295) |
| 2132 | 2026-05-28T17:04:08.586Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2133 | 2026-05-28T17:04:08.589Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2134 | 2026-05-28T17:04:08.589Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2135 | 2026-05-28T17:04:08.593Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2136 | 2026-05-28T17:04:08.683Z | |
| 2137 | 2026-05-28T17:04:08.683Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/295) |
| 2138 | 2026-05-28T17:04:09.199Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2139 | 2026-05-28T17:04:09.203Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2140 | 2026-05-28T17:04:09.203Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2141 | 2026-05-28T17:04:09.206Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2142 | 2026-05-28T17:04:09.295Z | |
| 2143 | 2026-05-28T17:04:09.295Z | info: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/295) |
| 2144 | 2026-05-28T17:04:09.801Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2145 | 2026-05-28T17:04:09.807Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2146 | 2026-05-28T17:04:09.807Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2147 | 2026-05-28T17:04:09.808Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2148 | 2026-05-28T17:04:09.890Z | |
| 2149 | 2026-05-28T17:04:09.890Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/295) |
| 2150 | 2026-05-28T17:04:10.392Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2151 | 2026-05-28T17:04:10.397Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2152 | 2026-05-28T17:04:10.397Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2153 | 2026-05-28T17:04:10.400Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2154 | 2026-05-28T17:04:10.482Z | |
| 2155 | 2026-05-28T17:04:10.482Z | info: running `cargo check --bins --no-default-features` on gfss (61/295) |
| 2156 | 2026-05-28T17:04:10.983Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2157 | 2026-05-28T17:04:10.988Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2158 | 2026-05-28T17:04:10.989Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2159 | 2026-05-28T17:04:10.993Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2160 | 2026-05-28T17:04:11.075Z | |
| 2161 | 2026-05-28T17:04:11.075Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/295) |
| 2162 | 2026-05-28T17:04:11.575Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2163 | 2026-05-28T17:04:11.581Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2164 | 2026-05-28T17:04:11.581Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2165 | 2026-05-28T17:04:11.587Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2166 | 2026-05-28T17:04:11.665Z | |
| 2167 | 2026-05-28T17:04:11.665Z | info: running `cargo check --bins` on clickhouse-admin-types (63/295) |
| 2168 | 2026-05-28T17:04:12.177Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2169 | 2026-05-28T17:04:12.180Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2170 | 2026-05-28T17:04:12.180Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2171 | 2026-05-28T17:04:12.183Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2172 | 2026-05-28T17:04:12.266Z | |
| 2173 | 2026-05-28T17:04:12.266Z | info: running `cargo check --bins` on clickhouse-admin-types-versions (64/295) |
| 2174 | 2026-05-28T17:04:12.826Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2175 | 2026-05-28T17:04:12.948Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2176 | 2026-05-28T17:04:12.948Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2177 | 2026-05-28T17:04:12.948Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2178 | 2026-05-28T17:04:12.949Z | |
| 2179 | 2026-05-28T17:04:12.949Z | info: running `cargo check --bins` on cockroach-admin-types (65/295) |
| 2180 | 2026-05-28T17:04:13.378Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2181 | 2026-05-28T17:04:13.381Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2182 | 2026-05-28T17:04:13.381Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2183 | 2026-05-28T17:04:13.384Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2184 | 2026-05-28T17:04:13.467Z | |
| 2185 | 2026-05-28T17:04:13.467Z | info: running `cargo check --bins` on cockroach-admin-types-versions (66/295) |
| 2186 | 2026-05-28T17:04:13.971Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2187 | 2026-05-28T17:04:13.984Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2188 | 2026-05-28T17:04:13.984Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2189 | 2026-05-28T17:04:13.984Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2190 | 2026-05-28T17:04:14.062Z | |
| 2191 | 2026-05-28T17:04:14.062Z | info: running `cargo check --bins` on ereport-types (67/295) |
| 2192 | 2026-05-28T17:04:14.562Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2193 | 2026-05-28T17:04:14.565Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2194 | 2026-05-28T17:04:14.565Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2195 | 2026-05-28T17:04:14.570Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2196 | 2026-05-28T17:04:14.656Z | |
| 2197 | 2026-05-28T17:04:14.656Z | info: running `cargo check --bins` on gateway-client (68/295) |
| 2198 | 2026-05-28T17:04:15.153Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2199 | 2026-05-28T17:04:15.166Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2200 | 2026-05-28T17:04:15.166Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2201 | 2026-05-28T17:04:15.166Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2202 | 2026-05-28T17:04:15.247Z | |
| 2203 | 2026-05-28T17:04:15.247Z | info: running `cargo check --bins --no-default-features` on gateway-types (69/295) |
| 2204 | 2026-05-28T17:04:15.748Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2205 | 2026-05-28T17:04:15.753Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2206 | 2026-05-28T17:04:15.753Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2207 | 2026-05-28T17:04:15.757Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2208 | 2026-05-28T17:04:15.836Z | |
| 2209 | 2026-05-28T17:04:15.836Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/295) |
| 2210 | 2026-05-28T17:04:16.337Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2211 | 2026-05-28T17:04:16.341Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2212 | 2026-05-28T17:04:16.341Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2213 | 2026-05-28T17:04:16.344Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2214 | 2026-05-28T17:04:16.427Z | |
| 2215 | 2026-05-28T17:04:16.427Z | info: running `cargo check --bins --no-default-features` on gateway-types-versions (71/295) |
| 2216 | 2026-05-28T17:04:16.928Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2217 | 2026-05-28T17:04:16.932Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2218 | 2026-05-28T17:04:16.932Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2219 | 2026-05-28T17:04:16.936Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2220 | 2026-05-28T17:04:17.132Z | |
| 2221 | 2026-05-28T17:04:17.132Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/295) |
| 2222 | 2026-05-28T17:04:17.520Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2223 | 2026-05-28T17:04:17.523Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2224 | 2026-05-28T17:04:17.523Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2225 | 2026-05-28T17:04:17.527Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2226 | 2026-05-28T17:04:17.614Z | |
| 2227 | 2026-05-28T17:04:17.614Z | info: running `cargo check --bins --no-default-features` on illumos-utils (73/295) |
| 2228 | 2026-05-28T17:04:18.132Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2229 | 2026-05-28T17:04:18.137Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2230 | 2026-05-28T17:04:18.137Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2231 | 2026-05-28T17:04:18.137Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2232 | 2026-05-28T17:04:18.226Z | |
| 2233 | 2026-05-28T17:04:18.226Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/295) |
| 2234 | 2026-05-28T17:04:18.739Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2235 | 2026-05-28T17:04:18.742Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2236 | 2026-05-28T17:04:18.742Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2237 | 2026-05-28T17:04:18.746Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2238 | 2026-05-28T17:04:18.835Z | |
| 2239 | 2026-05-28T17:04:18.835Z | info: running `cargo check --bins` on key-manager-types (75/295) |
| 2240 | 2026-05-28T17:04:19.329Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2241 | 2026-05-28T17:04:19.332Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2242 | 2026-05-28T17:04:19.332Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2243 | 2026-05-28T17:04:19.335Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2244 | 2026-05-28T17:04:19.419Z | |
| 2245 | 2026-05-28T17:04:19.419Z | info: running `cargo check --bins` on oxlog (76/295) |
| 2246 | 2026-05-28T17:04:19.912Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2247 | 2026-05-28T17:04:19.915Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2248 | 2026-05-28T17:04:20.034Z | Checking cfg-if v1.0.4 |
| 2249 | 2026-05-28T17:04:20.037Z | Checking libc v0.2.185 |
| 2250 | 2026-05-28T17:04:20.037Z | Checking serde_core v1.0.228 |
| 2251 | 2026-05-28T17:04:20.152Z | Checking zeroize v1.8.2 |
| 2252 | 2026-05-28T17:04:20.162Z | Checking memchr v2.8.0 |
| 2253 | 2026-05-28T17:04:20.171Z | Checking log v0.4.29 |
| 2254 | 2026-05-28T17:04:20.182Z | Checking smallvec v1.15.1 |
| 2255 | 2026-05-28T17:04:20.193Z | Checking typenum v1.19.0 |
| 2256 | 2026-05-28T17:04:20.196Z | Checking subtle v2.6.1 |
| 2257 | 2026-05-28T17:04:20.298Z | Checking itoa v1.0.17 |
| 2258 | 2026-05-28T17:04:20.330Z | Checking scopeguard v1.2.0 |
| 2259 | 2026-05-28T17:04:20.351Z | Checking stable_deref_trait v1.2.1 |
| 2260 | 2026-05-28T17:04:20.364Z | Checking const-oid v0.9.6 |
| 2261 | 2026-05-28T17:04:20.426Z | Checking zerofrom v0.1.6 |
| 2262 | 2026-05-28T17:04:20.438Z | Checking lock_api v0.4.14 |
| 2263 | 2026-05-28T17:04:20.460Z | Checking pin-project-lite v0.2.17 |
| 2264 | 2026-05-28T17:04:20.536Z | Checking portable-atomic v1.13.1 |
| 2265 | 2026-05-28T17:04:20.550Z | Checking yoke v0.8.1 |
| 2266 | 2026-05-28T17:04:20.561Z | Checking getrandom v0.2.17 |
| 2267 | 2026-05-28T17:04:20.586Z | Checking errno v0.3.14 |
| 2268 | 2026-05-28T17:04:20.638Z | Checking parking_lot_core v0.9.12 |
| 2269 | 2026-05-28T17:04:20.692Z | Checking signal-hook-registry v1.4.8 |
| 2270 | 2026-05-28T17:04:20.707Z | Checking rand_core v0.6.4 |
| 2271 | 2026-05-28T17:04:20.713Z | Checking zerovec v0.11.5 |
| 2272 | 2026-05-28T17:04:20.728Z | Checking generic-array v0.14.7 |
| 2273 | 2026-05-28T17:04:20.824Z | Checking critical-section v1.2.0 |
| 2274 | 2026-05-28T17:04:20.850Z | Checking futures-core v0.3.32 |
| 2275 | 2026-05-28T17:04:20.872Z | Checking parking_lot v0.12.5 |
| 2276 | 2026-05-28T17:04:20.924Z | Checking mio v1.2.0 |
| 2277 | 2026-05-28T17:04:20.941Z | Checking once_cell v1.21.3 |
| 2278 | 2026-05-28T17:04:20.972Z | Checking zerocopy v0.8.40 |
| 2279 | 2026-05-28T17:04:21.039Z | Checking zmij v1.0.21 |
| 2280 | 2026-05-28T17:04:21.058Z | Checking socket2 v0.6.3 |
| 2281 | 2026-05-28T17:04:21.113Z | Checking libm v0.2.16 |
| 2282 | 2026-05-28T17:04:21.143Z | Checking tinystr v0.8.2 |
| 2283 | 2026-05-28T17:04:21.162Z | Checking crypto-common v0.1.7 |
| 2284 | 2026-05-28T17:04:21.202Z | Checking block-buffer v0.10.4 |
| 2285 | 2026-05-28T17:04:21.247Z | Checking equivalent v1.0.2 |
| 2286 | 2026-05-28T17:04:21.285Z | Checking writeable v0.6.2 |
| 2287 | 2026-05-28T17:04:21.300Z | Checking percent-encoding v2.3.2 |
| 2288 | 2026-05-28T17:04:21.321Z | Checking litemap v0.8.1 |
| 2289 | 2026-05-28T17:04:21.334Z | Checking potential_utf v0.1.4 |
| 2290 | 2026-05-28T17:04:21.348Z | Checking digest v0.10.7 |
| 2291 | 2026-05-28T17:04:21.439Z | Checking zerotrie v0.2.3 |
| 2292 | 2026-05-28T17:04:21.450Z | Checking futures-sink v0.3.32 |
| 2293 | 2026-05-28T17:04:21.463Z | Checking icu_collections v2.1.1 |
| 2294 | 2026-05-28T17:04:21.491Z | Checking icu_locale_core v2.1.1 |
| 2295 | 2026-05-28T17:04:21.542Z | Checking futures-io v0.3.32 |
| 2296 | 2026-05-28T17:04:21.554Z | Checking futures-channel v0.3.32 |
| 2297 | 2026-05-28T17:04:21.633Z | Checking serde v1.0.228 |
| 2298 | 2026-05-28T17:04:21.660Z | Checking bitflags v2.11.0 |
| 2299 | 2026-05-28T17:04:21.688Z | Checking serde_json v1.0.149 |
| 2300 | 2026-05-28T17:04:21.752Z | Checking slab v0.4.12 |
| 2301 | 2026-05-28T17:04:21.784Z | Checking futures-task v0.3.32 |
| 2302 | 2026-05-28T17:04:21.831Z | Checking cpufeatures v0.2.17 |
| 2303 | 2026-05-28T17:04:21.843Z | Checking num-traits v0.2.19 |
| 2304 | 2026-05-28T17:04:21.902Z | Checking hmac v0.12.1 |
| 2305 | 2026-05-28T17:04:21.913Z | Checking icu_normalizer_data v2.1.1 |
| 2306 | 2026-05-28T17:04:21.923Z | Checking futures-util v0.3.32 |
| 2307 | 2026-05-28T17:04:21.983Z | Checking icu_properties_data v2.1.2 |
| 2308 | 2026-05-28T17:04:22.033Z | Checking hashbrown v0.17.0 |
| 2309 | 2026-05-28T17:04:22.044Z | Checking bytes v1.11.1 |
| 2310 | 2026-05-28T17:04:22.065Z | Checking icu_provider v2.1.1 |
| 2311 | 2026-05-28T17:04:22.112Z | Checking rand_core v0.10.0 |
| 2312 | 2026-05-28T17:04:22.267Z | Checking getrandom v0.4.1 |
| 2313 | 2026-05-28T17:04:22.296Z | Checking icu_properties v2.1.2 |
| 2314 | 2026-05-28T17:04:22.353Z | Checking icu_normalizer v2.1.1 |
| 2315 | 2026-05-28T17:04:22.374Z | Checking block-padding v0.3.3 |
| 2316 | 2026-05-28T17:04:22.403Z | Checking utf8_iter v1.0.4 |
| 2317 | 2026-05-28T17:04:22.470Z | Checking tokio v1.52.1 |
| 2318 | 2026-05-28T17:04:22.490Z | Checking indexmap v2.14.0 |
| 2319 | 2026-05-28T17:04:22.503Z | Checking inout v0.1.4 |
| 2320 | 2026-05-28T17:04:22.524Z | Checking sha2 v0.10.9 |
| 2321 | 2026-05-28T17:04:22.642Z | Checking cipher v0.4.4 |
| 2322 | 2026-05-28T17:04:22.655Z | Checking form_urlencoded v1.2.2 |
| 2323 | 2026-05-28T17:04:22.781Z | Checking getrandom v0.3.4 |
| 2324 | 2026-05-28T17:04:22.798Z | Checking base64ct v1.8.3 |
| 2325 | 2026-05-28T17:04:22.847Z | Checking byteorder v1.5.0 |
| 2326 | 2026-05-28T17:04:22.927Z | Checking fnv v1.0.7 |
| 2327 | 2026-05-28T17:04:23.024Z | Checking flagset v0.4.7 |
| 2328 | 2026-05-28T17:04:23.036Z | Checking pem-rfc7468 v0.7.0 |
| 2329 | 2026-05-28T17:04:23.049Z | Checking rand_core v0.9.5 |
| 2330 | 2026-05-28T17:04:23.061Z | Checking http v1.4.0 |
| 2331 | 2026-05-28T17:04:23.116Z | Checking idna_adapter v1.2.1 |
| 2332 | 2026-05-28T17:04:23.146Z | Checking regex-syntax v0.8.10 |
| 2333 | 2026-05-28T17:04:23.191Z | Checking der v0.7.10 |
| 2334 | 2026-05-28T17:04:23.223Z | Checking salsa20 v0.10.2 |
| 2335 | 2026-05-28T17:04:23.241Z | Checking idna v1.1.0 |
| 2336 | 2026-05-28T17:04:23.357Z | Checking uuid v1.23.0 |
| 2337 | 2026-05-28T17:04:23.490Z | Checking url v2.5.8 |
| 2338 | 2026-05-28T17:04:23.612Z | Checking pbkdf2 v0.12.2 |
| 2339 | 2026-05-28T17:04:23.664Z | Checking rustix v1.1.3 |
| 2340 | 2026-05-28T17:04:23.724Z | Checking tracing-core v0.1.36 |
| 2341 | 2026-05-28T17:04:23.755Z | Checking ppv-lite86 v0.2.21 |
| 2342 | 2026-05-28T17:04:23.823Z | Checking rustls-pki-types v1.14.0 |
| 2343 | 2026-05-28T17:04:23.927Z | Checking spki v0.7.3 |
| 2344 | 2026-05-28T17:04:23.941Z | Checking base64 v0.22.1 |
| 2345 | 2026-05-28T17:04:24.033Z | Checking iana-time-zone v0.1.65 |
| 2346 | 2026-05-28T17:04:24.046Z | Checking rand_chacha v0.9.0 |
| 2347 | 2026-05-28T17:04:24.094Z | Checking tracing v0.1.44 |
| 2348 | 2026-05-28T17:04:24.107Z | Checking scrypt v0.11.0 |
| 2349 | 2026-05-28T17:04:24.140Z | Checking chrono v0.4.44 |
| 2350 | 2026-05-28T17:04:24.177Z | Checking http-body v1.0.1 |
| 2351 | 2026-05-28T17:04:24.243Z | Checking aes v0.8.4 |
| 2352 | 2026-05-28T17:04:24.244Z | Checking cbc v0.1.2 |
| 2353 | 2026-05-28T17:04:24.292Z | Checking aws-lc-sys v0.40.0 |
| 2354 | 2026-05-28T17:04:24.308Z | Checking openssl-probe v0.2.1 |
| 2355 | 2026-05-28T17:04:24.377Z | Checking tinyvec_macros v0.1.1 |
| 2356 | 2026-05-28T17:04:24.414Z | Checking untrusted v0.7.1 |
| 2357 | 2026-05-28T17:04:24.438Z | Checking untrusted v0.9.0 |
| 2358 | 2026-05-28T17:04:24.454Z | Checking tinyvec v1.10.0 |
| 2359 | 2026-05-28T17:04:24.509Z | Checking rand v0.9.2 |
| 2360 | 2026-05-28T17:04:24.528Z | Checking tower-layer v0.3.3 |
| 2361 | 2026-05-28T17:04:24.547Z | Checking ring v0.17.14 |
| 2362 | 2026-05-28T17:04:24.646Z | Checking pkcs5 v0.7.1 |
| 2363 | 2026-05-28T17:04:24.674Z | Checking try-lock v0.2.5 |
| 2364 | 2026-05-28T17:04:24.761Z | Checking atomic-waker v1.1.2 |
| 2365 | 2026-05-28T17:04:24.775Z | Checking tower-service v0.3.3 |
| 2366 | 2026-05-28T17:04:24.804Z | Checking aws-lc-rs v1.16.3 |
| 2367 | 2026-05-28T17:04:24.859Z | Checking want v0.3.1 |
| 2368 | 2026-05-28T17:04:24.875Z | Checking ipnet v2.11.0 |
| 2369 | 2026-05-28T17:04:24.901Z | Checking pkcs8 v0.10.2 |
| 2370 | 2026-05-28T17:04:24.980Z | Checking httparse v1.10.1 |
| 2371 | 2026-05-28T17:04:24.992Z | Checking aho-corasick v1.1.4 |
| 2372 | 2026-05-28T17:04:25.004Z | Checking httpdate v1.0.3 |
| 2373 | 2026-05-28T17:04:25.076Z | Checking plain v0.2.3 |
| 2374 | 2026-05-28T17:04:25.129Z | Checking dyn-clone v1.0.20 |
| 2375 | 2026-05-28T17:04:25.150Z | Checking fastrand v2.3.0 |
| 2376 | 2026-05-28T17:04:25.179Z | Checking pin-utils v0.1.0 |
| 2377 | 2026-05-28T17:04:25.191Z | Checking foreign-types-shared v0.1.1 |
| 2378 | 2026-05-28T17:04:25.233Z | Checking unicode-normalization v0.1.25 |
| 2379 | 2026-05-28T17:04:25.249Z | Checking semver v1.0.28 |
| 2380 | 2026-05-28T17:04:25.270Z | Checking foreign-types v0.3.2 |
| 2381 | 2026-05-28T17:04:25.327Z | Checking tempfile v3.25.0 |
| 2382 | 2026-05-28T17:04:25.346Z | Checking openssl-sys v0.9.115 |
| 2383 | 2026-05-28T17:04:25.461Z | Checking spin v0.9.8 |
| 2384 | 2026-05-28T17:04:25.523Z | Checking unicode-ident v1.0.24 |
| 2385 | 2026-05-28T17:04:25.553Z | Checking ucd-trie v0.1.7 |
| 2386 | 2026-05-28T17:04:25.636Z | Checking proc-macro2 v1.0.106 |
| 2387 | 2026-05-28T17:04:25.650Z | Checking rustls-webpki v0.103.9 |
| 2388 | 2026-05-28T17:04:25.650Z | Checking schemars v0.8.22 |
| 2389 | 2026-05-28T17:04:25.672Z | Checking regex-automata v0.4.14 |
| 2390 | 2026-05-28T17:04:25.675Z | Checking rustls-native-certs v0.8.3 |
| 2391 | 2026-05-28T17:04:25.695Z | Checking pest v2.8.6 |
| 2392 | 2026-05-28T17:04:25.707Z | Checking tokio-util v0.7.18 |
| 2393 | 2026-05-28T17:04:25.720Z | Checking openssl v0.10.79 |
| 2394 | 2026-05-28T17:04:25.805Z | Checking thiserror v2.0.18 |
| 2395 | 2026-05-28T17:04:25.907Z | Checking sync_wrapper v1.0.2 |
| 2396 | 2026-05-28T17:04:25.942Z | Checking wait-timeout v0.2.1 |
| 2397 | 2026-05-28T17:04:26.012Z | Checking bit-vec v0.8.0 |
| 2398 | 2026-05-28T17:04:26.065Z | Checking utf8parse v0.2.2 |
| 2399 | 2026-05-28T17:04:26.077Z | Checking rustls v0.23.37 |
| 2400 | 2026-05-28T17:04:26.167Z | Checking siphasher v1.0.2 |
| 2401 | 2026-05-28T17:04:26.204Z | Checking quick-error v1.2.3 |
| 2402 | 2026-05-28T17:04:26.303Z | Checking pretty-hex v0.4.1 |
| 2403 | 2026-05-28T17:04:26.314Z | Checking anstyle v1.0.13 |
| 2404 | 2026-05-28T17:04:26.323Z | Checking h2 v0.4.13 |
| 2405 | 2026-05-28T17:04:26.323Z | Checking simd-adler32 v0.3.8 |
| 2406 | 2026-05-28T17:04:26.415Z | Checking powerfmt v0.2.0 |
| 2407 | 2026-05-28T17:04:26.489Z | Checking rusty-fork v0.3.1 |
| 2408 | 2026-05-28T17:04:26.501Z | Checking bit-set v0.8.0 |
| 2409 | 2026-05-28T17:04:26.564Z | Checking deranged v0.5.8 |
| 2410 | 2026-05-28T17:04:26.662Z | Checking anstyle-parse v0.2.7 |
| 2411 | 2026-05-28T17:04:26.675Z | Checking tower v0.5.3 |
| 2412 | 2026-05-28T17:04:26.778Z | Checking quote v1.0.45 |
| 2413 | 2026-05-28T17:04:26.815Z | Compiling newtype-uuid v1.3.2 |
| 2414 | 2026-05-28T17:04:26.950Z | Checking http-body-util v0.1.3 |
| 2415 | 2026-05-28T17:04:26.998Z | Checking webpki-roots v1.0.6 |
| 2416 | 2026-05-28T17:04:27.069Z | Checking crossbeam-utils v0.8.21 |
| 2417 | 2026-05-28T17:04:27.114Z | Checking rand_xorshift v0.4.0 |
| 2418 | 2026-05-28T17:04:27.173Z | Checking crc32fast v1.5.0 |
| 2419 | 2026-05-28T17:04:27.236Z | Checking scroll v0.13.0 |
| 2420 | 2026-05-28T17:04:27.314Z | Checking signature v2.2.0 |
| 2421 | 2026-05-28T17:04:27.407Z | Checking colorchoice v1.0.4 |
| 2422 | 2026-05-28T17:04:27.446Z | Checking num-conv v0.2.0 |
| 2423 | 2026-05-28T17:04:27.466Z | Checking time-core v0.1.8 |
| 2424 | 2026-05-28T17:04:27.502Z | Checking unarray v0.1.4 |
| 2425 | 2026-05-28T17:04:27.514Z | Checking adler2 v2.0.1 |
| 2426 | 2026-05-28T17:04:27.518Z | Checking unicode-properties v0.1.4 |
| 2427 | 2026-05-28T17:04:27.560Z | Checking is_terminal_polyfill v1.70.2 |
| 2428 | 2026-05-28T17:04:27.605Z | Checking anstyle-query v1.1.5 |
| 2429 | 2026-05-28T17:04:27.605Z | Checking ryu v1.0.23 |
| 2430 | 2026-05-28T17:04:27.627Z | Checking iri-string v0.7.10 |
| 2431 | 2026-05-28T17:04:27.648Z | Checking num_threads v0.1.7 |
| 2432 | 2026-05-28T17:04:27.708Z | Checking allocator-api2 v0.2.21 |
| 2433 | 2026-05-28T17:04:27.721Z | Checking unicode-bidi v0.3.18 |
| 2434 | 2026-05-28T17:04:27.733Z | Checking time v0.3.47 |
| 2435 | 2026-05-28T17:04:27.744Z | Checking serde_urlencoded v0.7.1 |
| 2436 | 2026-05-28T17:04:27.776Z | Checking native-tls v0.2.18 |
| 2437 | 2026-05-28T17:04:27.944Z | Checking anstream v0.6.21 |
| 2438 | 2026-05-28T17:04:27.957Z | Checking tokio-native-tls v0.3.1 |
| 2439 | 2026-05-28T17:04:27.984Z | Checking miniz_oxide v0.8.9 |
| 2440 | 2026-05-28T17:04:28.010Z | Checking stringprep v0.1.5 |
| 2441 | 2026-05-28T17:04:28.109Z | Checking proptest v1.10.0 |
| 2442 | 2026-05-28T17:04:28.141Z | Checking bstr v1.12.1 |
| 2443 | 2026-05-28T17:04:28.163Z | Checking goblin v0.10.5 |
| 2444 | 2026-05-28T17:04:28.337Z | Checking crossbeam-epoch v0.9.18 |
| 2445 | 2026-05-28T17:04:28.480Z | Checking tokio-rustls v0.26.4 |
| 2446 | 2026-05-28T17:04:28.536Z | Checking syn v2.0.117 |
| 2447 | 2026-05-28T17:04:28.561Z | Compiling daft v0.1.7 |
| 2448 | 2026-05-28T17:04:28.645Z | Checking tower-http v0.6.8 |
| 2449 | 2026-05-28T17:04:28.714Z | Checking ipnetwork v0.21.1 |
| 2450 | 2026-05-28T17:04:28.841Z | Checking rand_chacha v0.3.1 |
| 2451 | 2026-05-28T17:04:28.866Z | Checking thiserror v1.0.69 |
| 2452 | 2026-05-28T17:04:28.922Z | Checking scroll v0.12.0 |
| 2453 | 2026-05-28T17:04:28.940Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2454 | 2026-05-28T17:04:28.966Z | Checking hash32 v0.2.1 |
| 2455 | 2026-05-28T17:04:29.042Z | Checking num-integer v0.1.46 |
| 2456 | 2026-05-28T17:04:29.054Z | Checking serde_spanned v0.6.9 |
| 2457 | 2026-05-28T17:04:29.057Z | Checking hyper v1.8.1 |
| 2458 | 2026-05-28T17:04:29.122Z | Checking toml_datetime v0.6.11 |
| 2459 | 2026-05-28T17:04:29.147Z | Checking md-5 v0.10.6 |
| 2460 | 2026-05-28T17:04:29.186Z | Checking ff v0.13.1 |
| 2461 | 2026-05-28T17:04:29.264Z | Checking encoding_rs v0.8.35 |
| 2462 | 2026-05-28T17:04:29.285Z | Checking psl-types v2.0.11 |
| 2463 | 2026-05-28T17:04:29.302Z | Checking mime v0.3.17 |
| 2464 | 2026-05-28T17:04:29.313Z | Checking base16ct v0.2.0 |
| 2465 | 2026-05-28T17:04:29.400Z | Checking zlib-rs v0.6.2 |
| 2466 | 2026-05-28T17:04:29.437Z | Checking fallible-iterator v0.2.0 |
| 2467 | 2026-05-28T17:04:29.473Z | Checking sec1 v0.7.3 |
| 2468 | 2026-05-28T17:04:29.685Z | Checking publicsuffix v2.3.0 |
| 2469 | 2026-05-28T17:04:29.712Z | Checking postgres-protocol v0.6.10 |
| 2470 | 2026-05-28T17:04:29.847Z | Checking group v0.13.0 |
| 2471 | 2026-05-28T17:04:29.964Z | Checking hyper-util v0.1.20 |
| 2472 | 2026-05-28T17:04:29.994Z | Checking num-iter v0.1.45 |
| 2473 | 2026-05-28T17:04:30.022Z | Checking goblin v0.8.2 |
| 2474 | 2026-05-28T17:04:30.064Z | Checking heapless v0.7.17 |
| 2475 | 2026-05-28T17:04:30.107Z | Checking rand v0.8.6 |
| 2476 | 2026-05-28T17:04:30.196Z | Checking zstd-safe v7.2.4 |
| 2477 | 2026-05-28T17:04:30.275Z | Checking flate2 v1.1.9 |
| 2478 | 2026-05-28T17:04:30.362Z | Checking oxnet v0.1.4 |
| 2479 | 2026-05-28T17:04:30.477Z | Checking cookie v0.18.1 |
| 2480 | 2026-05-28T17:04:30.510Z | Checking dof v0.4.0 |
| 2481 | 2026-05-28T17:04:30.574Z | Compiling iddqd v0.4.2 |
| 2482 | 2026-05-28T17:04:30.603Z | Checking dtrace-parser v0.3.0 |
| 2483 | 2026-05-28T17:04:30.620Z | Checking phf_shared v0.13.1 |
| 2484 | 2026-05-28T17:04:30.706Z | Checking lazy_static v1.5.0 |
| 2485 | 2026-05-28T17:04:30.798Z | Checking pin-project v1.1.11 |
| 2486 | 2026-05-28T17:04:30.817Z | Checking zerocopy v0.7.35 |
| 2487 | 2026-05-28T17:04:30.834Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2488 | 2026-05-28T17:04:30.846Z | Checking signal-hook v0.3.18 |
| 2489 | 2026-05-28T17:04:30.892Z | Checking terminal_size v0.4.3 |
| 2490 | 2026-05-28T17:04:30.918Z | Checking futures-executor v0.3.32 |
| 2491 | 2026-05-28T17:04:31.010Z | Checking hex v0.4.3 |
| 2492 | 2026-05-28T17:04:31.033Z | Checking hkdf v0.12.4 |
| 2493 | 2026-05-28T17:04:31.067Z | Checking crypto-bigint v0.5.5 |
| 2494 | 2026-05-28T17:04:31.143Z | Checking thread-id v5.1.0 |
| 2495 | 2026-05-28T17:04:31.166Z | Checking bitflags v1.3.2 |
| 2496 | 2026-05-28T17:04:31.223Z | Checking libbz2-rs-sys v0.2.2 |
| 2497 | 2026-05-28T17:04:31.235Z | Checking clap_lex v1.0.0 |
| 2498 | 2026-05-28T17:04:31.238Z | Compiling rayon-core v1.13.0 |
| 2499 | 2026-05-28T17:04:31.255Z | Checking hyper-rustls v0.27.7 |
| 2500 | 2026-05-28T17:04:31.302Z | Checking hyper-tls v0.6.0 |
| 2501 | 2026-05-28T17:04:31.387Z | Checking managed v0.8.0 |
| 2502 | 2026-05-28T17:04:31.422Z | Checking winnow v0.5.40 |
| 2503 | 2026-05-28T17:04:31.462Z | Checking either v1.15.0 |
| 2504 | 2026-05-28T17:04:31.474Z | Checking same-file v1.0.6 |
| 2505 | 2026-05-28T17:04:31.572Z | Checking foldhash v0.1.5 |
| 2506 | 2026-05-28T17:04:31.590Z | Checking bumpalo v3.20.2 |
| 2507 | 2026-05-28T17:04:31.626Z | Checking winnow v0.7.14 |
| 2508 | 2026-05-28T17:04:31.661Z | Checking foldhash v0.2.0 |
| 2509 | 2026-05-28T17:04:31.709Z | Checking strsim v0.11.1 |
| 2510 | 2026-05-28T17:04:31.800Z | Checking zopfli v0.8.3 |
| 2511 | 2026-05-28T17:04:31.820Z | Checking hashbrown v0.16.1 |
| 2512 | 2026-05-28T17:04:31.862Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2513 | 2026-05-28T17:04:31.875Z | Checking clap_builder v4.5.60 |
| 2514 | 2026-05-28T17:04:31.973Z | Checking dof v0.3.0 |
| 2515 | 2026-05-28T17:04:31.990Z | Checking elliptic-curve v0.13.8 |
| 2516 | 2026-05-28T17:04:32.056Z | Checking hashbrown v0.15.5 |
| 2517 | 2026-05-28T17:04:32.138Z | Checking bzip2 v0.6.1 |
| 2518 | 2026-05-28T17:04:32.259Z | Checking walkdir v2.5.0 |
| 2519 | 2026-05-28T17:04:32.299Z | Checking smoltcp v0.9.1 |
| 2520 | 2026-05-28T17:04:32.311Z | Checking reqwest v0.12.28 |
| 2521 | 2026-05-28T17:04:32.349Z | Checking usdt-impl v0.6.0 |
| 2522 | 2026-05-28T17:04:32.421Z | Checking futures v0.3.32 |
| 2523 | 2026-05-28T17:04:32.502Z | Checking signal-hook-mio v0.2.5 |
| 2524 | 2026-05-28T17:04:32.539Z | Checking bzip2 v0.4.4 |
| 2525 | 2026-05-28T17:04:32.592Z | Checking toml_edit v0.19.15 |
| 2526 | 2026-05-28T17:04:32.605Z | Checking snafu v0.8.9 |
| 2527 | 2026-05-28T17:04:32.629Z | Checking phf v0.13.1 |
| 2528 | 2026-05-28T17:04:32.703Z | Checking num-bigint-dig v0.8.6 |
| 2529 | 2026-05-28T17:04:32.780Z | Checking cookie_store v0.22.1 |
| 2530 | 2026-05-28T17:04:32.846Z | Checking zstd v0.13.3 |
| 2531 | 2026-05-28T17:04:32.894Z | Checking postgres-types v0.2.12 |
| 2532 | 2026-05-28T17:04:33.032Z | Checking dtrace-parser v0.2.0 |
| 2533 | 2026-05-28T17:04:33.075Z | Checking crossbeam-deque v0.8.6 |
| 2534 | 2026-05-28T17:04:33.116Z | Checking globset v0.4.18 |
| 2535 | 2026-05-28T17:04:33.119Z | Checking rustls-platform-verifier v0.6.2 |
| 2536 | 2026-05-28T17:04:33.161Z | Checking regex v1.12.3 |
| 2537 | 2026-05-28T17:04:33.207Z | Checking ed25519 v2.2.3 |
| 2538 | 2026-05-28T17:04:33.250Z | Checking phf_shared v0.11.3 |
| 2539 | 2026-05-28T17:04:33.262Z | Checking olpc-cjson v0.1.4 |
| 2540 | 2026-05-28T17:04:33.274Z | Checking ref-cast v1.0.25 |
| 2541 | 2026-05-28T17:04:33.369Z | Checking curve25519-dalek v4.1.3 |
| 2542 | 2026-05-28T17:04:33.381Z | Checking strum v0.27.2 |
| 2543 | 2026-05-28T17:04:33.392Z | Checking hubpack v0.1.2 |
| 2544 | 2026-05-28T17:04:33.395Z | Checking memoffset v0.9.1 |
| 2545 | 2026-05-28T17:04:33.415Z | Checking rustix v0.38.44 |
| 2546 | 2026-05-28T17:04:33.440Z | Checking pkcs1 v0.7.5 |
| 2547 | 2026-05-28T17:04:33.471Z | Checking pem v3.0.6 |
| 2548 | 2026-05-28T17:04:33.488Z | Checking float-cmp v0.10.0 |
| 2549 | 2026-05-28T17:04:33.515Z | Checking serde-big-array v0.5.1 |
| 2550 | 2026-05-28T17:04:33.570Z | Checking serde_plain v1.0.2 |
| 2551 | 2026-05-28T17:04:33.611Z | Checking erased-serde v0.3.31 |
| 2552 | 2026-05-28T17:04:33.614Z | Checking rfc6979 v0.4.0 |
| 2553 | 2026-05-28T17:04:33.635Z | Checking thread-id v4.2.2 |
| 2554 | 2026-05-28T17:04:33.647Z | Checking memmap2 v0.9.10 |
| 2555 | 2026-05-28T17:04:33.650Z | Checking env_filter v1.0.0 |
| 2556 | 2026-05-28T17:04:33.713Z | Checking data-encoding v2.10.0 |
| 2557 | 2026-05-28T17:04:33.717Z | Checking typed-path v0.9.3 |
| 2558 | 2026-05-28T17:04:33.736Z | Checking whoami v2.1.0 |
| 2559 | 2026-05-28T17:04:33.798Z | Checking precomputed-hash v0.1.1 |
| 2560 | 2026-05-28T17:04:33.810Z | Checking predicates-core v1.0.10 |
| 2561 | 2026-05-28T17:04:33.882Z | Checking toml_write v0.1.2 |
| 2562 | 2026-05-28T17:04:33.927Z | Checking new_debug_unreachable v1.0.6 |
| 2563 | 2026-05-28T17:04:33.930Z | Checking unicode-segmentation v1.12.0 |
| 2564 | 2026-05-28T17:04:33.978Z | Checking jiff v0.2.21 |
| 2565 | 2026-05-28T17:04:33.990Z | Checking difflib v0.4.0 |
| 2566 | 2026-05-28T17:04:34.004Z | Checking fixedbitset v0.5.7 |
| 2567 | 2026-05-28T17:04:34.051Z | Checking fixedbitset v0.4.2 |
| 2568 | 2026-05-28T17:04:34.155Z | Checking static_assertions v1.1.0 |
| 2569 | 2026-05-28T17:04:34.167Z | Checking keccak v0.1.6 |
| 2570 | 2026-05-28T17:04:34.199Z | Checking normalize-line-endings v0.3.0 |
| 2571 | 2026-05-28T17:04:34.210Z | Checking petgraph v0.6.5 |
| 2572 | 2026-05-28T17:04:34.223Z | Checking crossterm v0.28.1 |
| 2573 | 2026-05-28T17:04:34.233Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2574 | 2026-05-28T17:04:34.246Z | Checking similar v2.7.0 |
| 2575 | 2026-05-28T17:04:34.288Z | Checking predicates v3.1.4 |
| 2576 | 2026-05-28T17:04:34.328Z | Checking sha3 v0.10.8 |
| 2577 | 2026-05-28T17:04:34.504Z | Checking tough v0.22.0 |
| 2578 | 2026-05-28T17:04:34.532Z | Checking petgraph v0.8.3 |
| 2579 | 2026-05-28T17:04:34.587Z | Checking ed25519-dalek v2.2.0 |
| 2580 | 2026-05-28T17:04:34.623Z | Checking toml_edit v0.22.27 |
| 2581 | 2026-05-28T17:04:34.820Z | Checking string_cache v0.8.9 |
| 2582 | 2026-05-28T17:04:34.939Z | Checking slog v2.8.2 |
| 2583 | 2026-05-28T17:04:34.988Z | Checking hickory-proto v0.25.2 |
| 2584 | 2026-05-28T17:04:35.203Z | Checking tokio-postgres v0.7.16 |
| 2585 | 2026-05-28T17:04:35.467Z | Checking usdt v0.6.0 |
| 2586 | 2026-05-28T17:04:35.640Z | Checking env_logger v0.11.9 |
| 2587 | 2026-05-28T17:04:35.710Z | Checking ecdsa v0.16.9 |
| 2588 | 2026-05-28T17:04:35.835Z | Checking usdt-impl v0.5.0 |
| 2589 | 2026-05-28T17:04:36.046Z | Checking rsa v0.9.10 |
| 2590 | 2026-05-28T17:04:36.110Z | Checking toml v0.7.8 |
| 2591 | 2026-05-28T17:04:36.118Z | Checking nix v0.31.2 |
| 2592 | 2026-05-28T17:04:36.212Z | Checking zip v4.6.1 |
| 2593 | 2026-05-28T17:04:36.455Z | Checking reqwest v0.13.2 |
| 2594 | 2026-05-28T17:04:36.512Z | Checking clap v4.5.60 |
| 2595 | 2026-05-28T17:04:36.516Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2596 | 2026-05-28T17:04:36.608Z | Checking zip v0.6.6 |
| 2597 | 2026-05-28T17:04:36.818Z | Checking itertools v0.13.0 |
| 2598 | 2026-05-28T17:04:36.835Z | Checking serde_with v3.17.0 |
| 2599 | 2026-05-28T17:04:36.848Z | Checking strum v0.26.3 |
| 2600 | 2026-05-28T17:04:36.929Z | Checking fs-err v3.3.0 |
| 2601 | 2026-05-28T17:04:36.959Z | Checking ahash v0.8.12 |
| 2602 | 2026-05-28T17:04:37.157Z | Checking object v0.37.3 |
| 2603 | 2026-05-28T17:04:37.179Z | Checking tokio-stream v0.1.18 |
| 2604 | 2026-05-28T17:04:37.238Z | Checking buf-list v1.1.2 |
| 2605 | 2026-05-28T17:04:37.336Z | Checking camino v1.2.2 |
| 2606 | 2026-05-28T17:04:37.341Z | Checking anyhow v1.0.102 |
| 2607 | 2026-05-28T17:04:37.423Z | Checking x509-cert v0.2.5 |
| 2608 | 2026-05-28T17:04:37.540Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2609 | 2026-05-28T17:04:37.570Z | Checking openapiv3 v2.2.0 |
| 2610 | 2026-05-28T17:04:37.605Z | Checking sha1 v0.10.6 |
| 2611 | 2026-05-28T17:04:37.771Z | Checking lalrpop-util v0.19.12 |
| 2612 | 2026-05-28T17:04:37.805Z | Checking peg-runtime v0.8.5 |
| 2613 | 2026-05-28T17:04:37.837Z | Checking rayon v1.11.0 |
| 2614 | 2026-05-28T17:04:37.862Z | Checking sigpipe v0.1.3 |
| 2615 | 2026-05-28T17:04:37.929Z | Checking glob v0.3.3 |
| 2616 | 2026-05-28T17:04:39.391Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2617 | 2026-05-28T17:04:39.679Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.25s |
| 2618 | 2026-05-28T17:04:39.845Z | |
| 2619 | 2026-05-28T17:04:39.845Z | info: running `cargo check --bins` on internal-dns-types (77/295) |
| 2620 | 2026-05-28T17:04:40.351Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2621 | 2026-05-28T17:04:40.356Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2622 | 2026-05-28T17:04:40.356Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2623 | 2026-05-28T17:04:40.360Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2624 | 2026-05-28T17:04:40.448Z | |
| 2625 | 2026-05-28T17:04:40.448Z | info: running `cargo check --bins` on internal-dns-types-versions (78/295) |
| 2626 | 2026-05-28T17:04:40.959Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2627 | 2026-05-28T17:04:40.962Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2628 | 2026-05-28T17:04:40.962Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2629 | 2026-05-28T17:04:40.965Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2630 | 2026-05-28T17:04:41.055Z | |
| 2631 | 2026-05-28T17:04:41.055Z | info: running `cargo check --bins` on nexus-types-versions (79/295) |
| 2632 | 2026-05-28T17:04:41.574Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2633 | 2026-05-28T17:04:41.576Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2634 | 2026-05-28T17:04:41.577Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2635 | 2026-05-28T17:04:41.580Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2636 | 2026-05-28T17:04:41.671Z | |
| 2637 | 2026-05-28T17:04:41.671Z | info: running `cargo check --bins` on oxql-types (80/295) |
| 2638 | 2026-05-28T17:04:42.179Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2639 | 2026-05-28T17:04:42.182Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2640 | 2026-05-28T17:04:42.182Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2641 | 2026-05-28T17:04:42.186Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2642 | 2026-05-28T17:04:42.267Z | |
| 2643 | 2026-05-28T17:04:42.267Z | info: running `cargo check --bins` on oximeter-types (81/295) |
| 2644 | 2026-05-28T17:04:42.770Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2645 | 2026-05-28T17:04:42.773Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2646 | 2026-05-28T17:04:42.773Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2647 | 2026-05-28T17:04:42.776Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2648 | 2026-05-28T17:04:42.864Z | |
| 2649 | 2026-05-28T17:04:42.864Z | info: running `cargo check --bins` on oximeter-types-versions (82/295) |
| 2650 | 2026-05-28T17:04:43.371Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2651 | 2026-05-28T17:04:43.374Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2652 | 2026-05-28T17:04:43.374Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2653 | 2026-05-28T17:04:43.377Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2654 | 2026-05-28T17:04:43.465Z | |
| 2655 | 2026-05-28T17:04:43.465Z | info: running `cargo check --bins` on oximeter-macro-impl (83/295) |
| 2656 | 2026-05-28T17:04:43.957Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2657 | 2026-05-28T17:04:43.960Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2658 | 2026-05-28T17:04:43.960Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2659 | 2026-05-28T17:04:43.995Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2660 | 2026-05-28T17:04:44.047Z | |
| 2661 | 2026-05-28T17:04:44.047Z | info: running `cargo check --bins --no-default-features` on oximeter-db (84/295) |
| 2662 | 2026-05-28T17:04:44.560Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2663 | 2026-05-28T17:04:44.564Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2664 | 2026-05-28T17:04:44.737Z | Compiling structmeta-derive v0.3.0 |
| 2665 | 2026-05-28T17:04:44.854Z | Compiling rustls v0.22.4 |
| 2666 | 2026-05-28T17:04:44.863Z | Compiling multer v3.1.0 |
| 2667 | 2026-05-28T17:04:44.872Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2668 | 2026-05-28T17:04:44.873Z | Compiling async-stream-impl v0.3.6 |
| 2669 | 2026-05-28T17:04:44.894Z | Compiling dropshot v0.17.0 |
| 2670 | 2026-05-28T17:04:44.908Z | Compiling dropshot_endpoint v0.17.0 |
| 2671 | 2026-05-28T17:04:44.908Z | Compiling newtype-uuid-macros v0.1.0 |
| 2672 | 2026-05-28T17:04:45.050Z | Checking newtype-uuid v1.3.2 |
| 2673 | 2026-05-28T17:04:45.090Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2674 | 2026-05-28T17:04:45.145Z | Checking rustls-webpki v0.102.8 |
| 2675 | 2026-05-28T17:04:45.250Z | Checking daft v0.1.7 |
| 2676 | 2026-05-28T17:04:45.265Z | Checking thread_local v1.1.9 |
| 2677 | 2026-05-28T17:04:45.430Z | Checking compression-core v0.4.31 |
| 2678 | 2026-05-28T17:04:45.466Z | Checking match_cfg v0.1.0 |
| 2679 | 2026-05-28T17:04:45.494Z | Checking iddqd v0.4.2 |
| 2680 | 2026-05-28T17:04:45.510Z | Checking crossbeam-channel v0.5.15 |
| 2681 | 2026-05-28T17:04:45.536Z | Checking hostname v0.3.1 |
| 2682 | 2026-05-28T17:04:45.554Z | Checking compression-codecs v0.4.37 |
| 2683 | 2026-05-28T17:04:45.632Z | Checking slog-json v2.6.1 |
| 2684 | 2026-05-28T17:04:45.668Z | Checking is-terminal v0.4.17 |
| 2685 | 2026-05-28T17:04:45.721Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 2686 | 2026-05-28T17:04:45.759Z | Checking serde_spanned v1.0.4 |
| 2687 | 2026-05-28T17:04:45.789Z | Checking term v1.2.1 |
| 2688 | 2026-05-28T17:04:45.842Z | Checking take_mut v0.2.2 |
| 2689 | 2026-05-28T17:04:45.892Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2690 | 2026-05-28T17:04:45.910Z | Compiling structmeta v0.3.0 |
| 2691 | 2026-05-28T17:04:45.923Z | Checking debug-ignore v1.0.5 |
| 2692 | 2026-05-28T17:04:45.943Z | Checking slog-async v2.8.0 |
| 2693 | 2026-05-28T17:04:46.014Z | Checking slog-term v2.9.2 |
| 2694 | 2026-05-28T17:04:46.027Z | Checking slog-bunyan v2.5.0 |
| 2695 | 2026-05-28T17:04:46.070Z | Checking toml v1.0.6+spec-1.1.0 |
| 2696 | 2026-05-28T17:04:46.117Z | Checking async-compression v0.4.41 |
| 2697 | 2026-05-28T17:04:46.130Z | Compiling derive-ex v0.1.8 |
| 2698 | 2026-05-28T17:04:46.141Z | Compiling parse-display-derive v0.10.0 |
| 2699 | 2026-05-28T17:04:46.273Z | Checking async-stream v0.3.6 |
| 2700 | 2026-05-28T17:04:46.362Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2701 | 2026-05-28T17:04:46.403Z | Checking progenitor-client v0.14.0 |
| 2702 | 2026-05-28T17:04:46.418Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2703 | 2026-05-28T17:04:46.472Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2704 | 2026-05-28T17:04:46.628Z | Checking waitgroup v0.1.2 |
| 2705 | 2026-05-28T17:04:46.657Z | Checking backon v1.6.0 |
| 2706 | 2026-05-28T17:04:47.673Z | Checking rustls-pemfile v2.2.0 |
| 2707 | 2026-05-28T17:04:47.676Z | Checking serde_path_to_error v0.1.20 |
| 2708 | 2026-05-28T17:04:47.676Z | Checking hostname v0.4.2 |
| 2709 | 2026-05-28T17:04:47.676Z | Checking instant v0.1.13 |
| 2710 | 2026-05-28T17:04:47.676Z | Checking backoff v0.4.0 |
| 2711 | 2026-05-28T17:04:47.676Z | Checking progenitor-extras v0.2.0 |
| 2712 | 2026-05-28T17:04:47.677Z | Checking tokio-rustls v0.25.0 |
| 2713 | 2026-05-28T17:04:47.677Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2714 | 2026-05-28T17:04:47.677Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2715 | 2026-05-28T17:04:47.677Z | Checking itertools v0.14.0 |
| 2716 | 2026-05-28T17:04:47.677Z | Checking progenitor-client v0.10.0 |
| 2717 | 2026-05-28T17:04:47.677Z | Checking regress v0.10.5 |
| 2718 | 2026-05-28T17:04:47.677Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2719 | 2026-05-28T17:04:47.819Z | Checking macaddr v1.0.1 |
| 2720 | 2026-05-28T17:04:47.843Z | Compiling test-strategy v0.4.5 |
| 2721 | 2026-05-28T17:04:47.873Z | Checking parse-display v0.10.0 |
| 2722 | 2026-05-28T17:04:48.021Z | Checking humantime v2.3.0 |
| 2723 | 2026-05-28T17:04:49.143Z | Compiling prettyplease v0.2.37 |
| 2724 | 2026-05-28T17:04:49.322Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2725 | 2026-05-28T17:04:49.482Z | Checking num-rational v0.4.2 |
| 2726 | 2026-05-28T17:04:49.697Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2727 | 2026-05-28T17:04:50.043Z | Checking num-complex v0.4.6 |
| 2728 | 2026-05-28T17:04:50.663Z | Checking num v0.4.3 |
| 2729 | 2026-05-28T17:04:50.765Z | Compiling usdt-attr-macro v0.5.0 |
| 2730 | 2026-05-28T17:04:50.778Z | Compiling usdt-macro v0.5.0 |
| 2731 | 2026-05-28T17:04:50.821Z | Checking memmap v0.7.0 |
| 2732 | 2026-05-28T17:04:50.835Z | Compiling float-ord v0.3.2 |
| 2733 | 2026-05-28T17:04:50.951Z | Checking unicode-width v0.2.0 |
| 2734 | 2026-05-28T17:04:50.954Z | Compiling convert_case v0.4.0 |
| 2735 | 2026-05-28T17:04:51.223Z | Checking console v0.15.11 |
| 2736 | 2026-05-28T17:04:51.335Z | Compiling derive_more v0.99.20 |
| 2737 | 2026-05-28T17:04:51.499Z | Checking newline-converter v0.3.0 |
| 2738 | 2026-05-28T17:04:51.513Z | Checking atomicwrites v0.4.4 |
| 2739 | 2026-05-28T17:04:51.546Z | Checking usdt v0.5.0 |
| 2740 | 2026-05-28T17:04:51.649Z | Compiling toml v0.8.23 |
| 2741 | 2026-05-28T17:04:51.662Z | Checking linked-hash-map v0.5.6 |
| 2742 | 2026-05-28T17:04:51.767Z | Compiling minimal-lexical v0.2.1 |
| 2743 | 2026-05-28T17:04:51.841Z | Checking lru-cache v0.1.2 |
| 2744 | 2026-05-28T17:04:51.969Z | Compiling nom v7.1.3 |
| 2745 | 2026-05-28T17:04:52.040Z | Checking expectorate v1.2.0 |
| 2746 | 2026-05-28T17:04:52.618Z | Checking camino-tempfile v1.4.1 |
| 2747 | 2026-05-28T17:04:52.715Z | Checking hickory-proto v0.24.4 |
| 2748 | 2026-05-28T17:04:52.785Z | Checking phf_shared v0.12.1 |
| 2749 | 2026-05-28T17:04:52.923Z | Compiling slog-dtrace v0.3.0 |
| 2750 | 2026-05-28T17:04:52.937Z | Checking resolv-conf v0.7.6 |
| 2751 | 2026-05-28T17:04:53.120Z | Checking heck v0.5.0 |
| 2752 | 2026-05-28T17:04:53.123Z | Compiling chrono-tz v0.10.4 |
| 2753 | 2026-05-28T17:04:53.301Z | Compiling const_format_proc_macros v0.2.34 |
| 2754 | 2026-05-28T17:04:53.314Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2755 | 2026-05-28T17:04:53.344Z | Checking phf v0.12.1 |
| 2756 | 2026-05-28T17:04:53.359Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2757 | 2026-05-28T17:04:53.489Z | Checking tokio-dtrace v0.1.1 |
| 2758 | 2026-05-28T17:04:53.682Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2759 | 2026-05-28T17:04:53.787Z | Compiling derive-where v1.6.0 |
| 2760 | 2026-05-28T17:04:53.951Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2761 | 2026-05-28T17:04:54.217Z | Checking highway v1.3.0 |
| 2762 | 2026-05-28T17:04:54.453Z | Checking const_format v0.2.35 |
| 2763 | 2026-05-28T17:04:54.511Z | Checking hickory-resolver v0.24.4 |
| 2764 | 2026-05-28T17:04:54.692Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2765 | 2026-05-28T17:04:54.765Z | Checking oxide-tokio-rt v0.1.4 |
| 2766 | 2026-05-28T17:04:54.890Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2767 | 2026-05-28T17:04:55.156Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2768 | 2026-05-28T17:04:55.174Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2769 | 2026-05-28T17:04:55.250Z | Checking qorb v0.4.1 |
| 2770 | 2026-05-28T17:04:55.337Z | Checking gethostname v0.5.0 |
| 2771 | 2026-05-28T17:04:55.408Z | Checking bcs v0.1.6 |
| 2772 | 2026-05-28T17:04:55.429Z | Checking termtree v0.5.1 |
| 2773 | 2026-05-28T17:04:55.463Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2774 | 2026-05-28T17:04:58.697Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2775 | 2026-05-28T17:05:01.507Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2776 | 2026-05-28T17:05:03.681Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.63s |
| 2777 | 2026-05-28T17:05:03.858Z | |
| 2778 | 2026-05-28T17:05:03.858Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/295) |
| 2779 | 2026-05-28T17:05:04.387Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2780 | 2026-05-28T17:05:04.390Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2781 | 2026-05-28T17:05:04.548Z | Compiling ar_archive_writer v0.5.1 |
| 2782 | 2026-05-28T17:05:04.659Z | Compiling stacker v0.1.23 |
| 2783 | 2026-05-28T17:05:04.666Z | Compiling cfg_aliases v0.1.1 |
| 2784 | 2026-05-28T17:05:04.673Z | Compiling convert_case v0.10.0 |
| 2785 | 2026-05-28T17:05:04.673Z | Checking unicode-width v0.1.14 |
| 2786 | 2026-05-28T17:05:04.689Z | Compiling proc-macro-error v1.0.4 |
| 2787 | 2026-05-28T17:05:04.701Z | Checking fd-lock v4.0.4 |
| 2788 | 2026-05-28T17:05:04.703Z | Checking nibble_vec v0.1.0 |
| 2789 | 2026-05-28T17:05:04.724Z | Compiling nix v0.28.0 |
| 2790 | 2026-05-28T17:05:04.813Z | Checking vte v0.14.1 |
| 2791 | 2026-05-28T17:05:04.830Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2792 | 2026-05-28T17:05:04.914Z | Checking bytecount v0.6.9 |
| 2793 | 2026-05-28T17:05:04.928Z | Checking endian-type v0.1.2 |
| 2794 | 2026-05-28T17:05:04.962Z | Checking strip-ansi-escapes v0.2.1 |
| 2795 | 2026-05-28T17:05:04.974Z | Compiling derive_more-impl v2.1.1 |
| 2796 | 2026-05-28T17:05:04.987Z | Compiling tabled_derive v0.7.0 |
| 2797 | 2026-05-28T17:05:05.031Z | Checking papergrid v0.11.0 |
| 2798 | 2026-05-28T17:05:05.064Z | Checking radix_trie v0.2.1 |
| 2799 | 2026-05-28T17:05:05.078Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2800 | 2026-05-28T17:05:05.228Z | Compiling peg-macros v0.8.5 |
| 2801 | 2026-05-28T17:05:05.273Z | Checking winnow v0.6.26 |
| 2802 | 2026-05-28T17:05:05.481Z | Compiling psm v0.1.30 |
| 2803 | 2026-05-28T17:05:05.559Z | Compiling sqlparser_derive v0.5.0 |
| 2804 | 2026-05-28T17:05:05.663Z | Checking unicode_categories v0.1.1 |
| 2805 | 2026-05-28T17:05:05.780Z | Checking derive_more v2.1.1 |
| 2806 | 2026-05-28T17:05:05.821Z | Checking home v0.5.12 |
| 2807 | 2026-05-28T17:05:05.860Z | Checking nu-ansi-term v0.50.3 |
| 2808 | 2026-05-28T17:05:05.930Z | Checking crossterm v0.29.0 |
| 2809 | 2026-05-28T17:05:05.946Z | Checking tabled v0.15.0 |
| 2810 | 2026-05-28T17:05:06.035Z | Checking rustyline v14.0.0 |
| 2811 | 2026-05-28T17:05:06.067Z | Checking reedline v0.40.0 |
| 2812 | 2026-05-28T17:05:06.253Z | Checking recursive v0.1.1 |
| 2813 | 2026-05-28T17:05:06.339Z | Checking display-error-chain v0.2.2 |
| 2814 | 2026-05-28T17:05:06.352Z | Checking sqlparser v0.61.0 |
| 2815 | 2026-05-28T17:05:06.417Z | Checking sqlformat v0.3.5 |
| 2816 | 2026-05-28T17:05:06.585Z | Checking peg v0.8.5 |
| 2817 | 2026-05-28T17:05:17.576Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.71s |
| 2818 | 2026-05-28T17:05:17.753Z | |
| 2819 | 2026-05-28T17:05:17.753Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/295) |
| 2820 | 2026-05-28T17:05:18.274Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2821 | 2026-05-28T17:05:18.278Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2822 | 2026-05-28T17:05:18.432Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2823 | 2026-05-28T17:05:21.929Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.17s |
| 2824 | 2026-05-28T17:05:22.118Z | |
| 2825 | 2026-05-28T17:05:22.118Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/295) |
| 2826 | 2026-05-28T17:05:22.644Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2827 | 2026-05-28T17:05:22.648Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2828 | 2026-05-28T17:05:22.803Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2829 | 2026-05-28T17:05:25.266Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.14s |
| 2830 | 2026-05-28T17:05:25.452Z | |
| 2831 | 2026-05-28T17:05:25.452Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/295) |
| 2832 | 2026-05-28T17:05:25.972Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2833 | 2026-05-28T17:05:25.975Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2834 | 2026-05-28T17:05:26.129Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2835 | 2026-05-28T17:05:29.402Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.94s |
| 2836 | 2026-05-28T17:05:29.593Z | |
| 2837 | 2026-05-28T17:05:29.593Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/295) |
| 2838 | 2026-05-28T17:05:30.111Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2839 | 2026-05-28T17:05:30.114Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2840 | 2026-05-28T17:05:30.269Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2841 | 2026-05-28T17:05:33.587Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.98s |
| 2842 | 2026-05-28T17:05:33.774Z | |
| 2843 | 2026-05-28T17:05:33.774Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/295) |
| 2844 | 2026-05-28T17:05:34.297Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2845 | 2026-05-28T17:05:34.304Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2846 | 2026-05-28T17:05:34.454Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2847 | 2026-05-28T17:05:37.102Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.32s |
| 2848 | 2026-05-28T17:05:37.279Z | |
| 2849 | 2026-05-28T17:05:37.279Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/295) |
| 2850 | 2026-05-28T17:05:37.796Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2851 | 2026-05-28T17:05:37.799Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2852 | 2026-05-28T17:05:37.953Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2853 | 2026-05-28T17:05:40.590Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.30s |
| 2854 | 2026-05-28T17:05:40.778Z | |
| 2855 | 2026-05-28T17:05:40.778Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/295) |
| 2856 | 2026-05-28T17:05:41.303Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2857 | 2026-05-28T17:05:41.306Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2858 | 2026-05-28T17:05:41.460Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2859 | 2026-05-28T17:05:44.945Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.16s |
| 2860 | 2026-05-28T17:05:45.130Z | |
| 2861 | 2026-05-28T17:05:45.130Z | info: running `cargo check --bins` on oximeter (93/295) |
| 2862 | 2026-05-28T17:05:45.637Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2863 | 2026-05-28T17:05:45.640Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2864 | 2026-05-28T17:05:45.640Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2865 | 2026-05-28T17:05:45.643Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2866 | 2026-05-28T17:05:45.731Z | |
| 2867 | 2026-05-28T17:05:45.731Z | info: running `cargo check --bins` on oximeter-schema (94/295) |
| 2868 | 2026-05-28T17:05:46.240Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2869 | 2026-05-28T17:05:46.244Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2870 | 2026-05-28T17:05:46.376Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2871 | 2026-05-28T17:05:46.544Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2872 | 2026-05-28T17:05:46.547Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2873 | 2026-05-28T17:05:46.891Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2874 | 2026-05-28T17:05:49.809Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2875 | 2026-05-28T17:05:51.040Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2876 | 2026-05-28T17:05:51.262Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2877 | 2026-05-28T17:05:51.956Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.22s |
| 2878 | 2026-05-28T17:05:52.143Z | |
| 2879 | 2026-05-28T17:05:52.143Z | info: running `cargo check --bins` on oximeter-timeseries-macro (95/295) |
| 2880 | 2026-05-28T17:05:52.650Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2881 | 2026-05-28T17:05:52.653Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2882 | 2026-05-28T17:05:52.653Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2883 | 2026-05-28T17:05:52.656Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2884 | 2026-05-28T17:05:52.745Z | |
| 2885 | 2026-05-28T17:05:52.745Z | info: running `cargo check --bins` on oximeter-test-utils (96/295) |
| 2886 | 2026-05-28T17:05:53.285Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2887 | 2026-05-28T17:05:53.290Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2888 | 2026-05-28T17:05:53.290Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2889 | 2026-05-28T17:05:53.293Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2890 | 2026-05-28T17:05:53.388Z | |
| 2891 | 2026-05-28T17:05:53.388Z | info: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/295) |
| 2892 | 2026-05-28T17:05:53.902Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2893 | 2026-05-28T17:05:53.905Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2894 | 2026-05-28T17:05:53.905Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2895 | 2026-05-28T17:05:53.908Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2896 | 2026-05-28T17:05:53.999Z | |
| 2897 | 2026-05-28T17:05:53.999Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/295) |
| 2898 | 2026-05-28T17:05:54.514Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2899 | 2026-05-28T17:05:54.517Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2900 | 2026-05-28T17:05:54.517Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2901 | 2026-05-28T17:05:54.520Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2902 | 2026-05-28T17:05:54.610Z | |
| 2903 | 2026-05-28T17:05:54.610Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/295) |
| 2904 | 2026-05-28T17:05:55.123Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2905 | 2026-05-28T17:05:55.126Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2906 | 2026-05-28T17:05:55.126Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2907 | 2026-05-28T17:05:55.129Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2908 | 2026-05-28T17:05:55.218Z | |
| 2909 | 2026-05-28T17:05:55.218Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/295) |
| 2910 | 2026-05-28T17:05:55.737Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2911 | 2026-05-28T17:05:55.739Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2912 | 2026-05-28T17:05:55.739Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2913 | 2026-05-28T17:05:55.743Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2914 | 2026-05-28T17:05:55.834Z | |
| 2915 | 2026-05-28T17:05:55.834Z | info: running `cargo check --bins` on trust-quorum-types (101/295) |
| 2916 | 2026-05-28T17:05:56.337Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2917 | 2026-05-28T17:05:56.341Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2918 | 2026-05-28T17:05:56.341Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2919 | 2026-05-28T17:05:56.344Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2920 | 2026-05-28T17:05:56.429Z | |
| 2921 | 2026-05-28T17:05:56.429Z | info: running `cargo check --bins` on trust-quorum-test-utils (102/295) |
| 2922 | 2026-05-28T17:05:56.945Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2923 | 2026-05-28T17:05:56.948Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2924 | 2026-05-28T17:05:56.948Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2925 | 2026-05-28T17:05:56.951Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2926 | 2026-05-28T17:05:57.043Z | |
| 2927 | 2026-05-28T17:05:57.043Z | info: running `cargo check --bins` on update-engine (103/295) |
| 2928 | 2026-05-28T17:05:57.541Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2929 | 2026-05-28T17:05:57.544Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2930 | 2026-05-28T17:05:57.544Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2931 | 2026-05-28T17:05:57.547Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2932 | 2026-05-28T17:05:57.631Z | |
| 2933 | 2026-05-28T17:05:57.631Z | info: running `cargo check --bins` on omicron-clickhouse-admin (104/295) |
| 2934 | 2026-05-28T17:05:58.166Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2935 | 2026-05-28T17:05:58.170Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2936 | 2026-05-28T17:05:58.356Z | Compiling crucible-workspace-hack v0.1.0 |
| 2937 | 2026-05-28T17:05:58.475Z | Checking secrecy v0.10.3 |
| 2938 | 2026-05-28T17:05:58.482Z | Compiling heapless v0.8.0 |
| 2939 | 2026-05-28T17:05:58.485Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2940 | 2026-05-28T17:05:58.495Z | Compiling ingot-macros v0.1.1 |
| 2941 | 2026-05-28T17:05:58.530Z | Checking hash32 v0.3.1 |
| 2942 | 2026-05-28T17:05:58.536Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2943 | 2026-05-28T17:05:58.536Z | Compiling smoltcp v0.11.0 |
| 2944 | 2026-05-28T17:05:58.578Z | Checking cobs v0.3.0 |
| 2945 | 2026-05-28T17:05:58.624Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2946 | 2026-05-28T17:05:58.715Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2947 | 2026-05-28T17:05:58.728Z | Checking universal-hash v0.5.1 |
| 2948 | 2026-05-28T17:05:58.728Z | Checking half v2.7.1 |
| 2949 | 2026-05-28T17:05:58.764Z | Checking opaque-debug v0.3.1 |
| 2950 | 2026-05-28T17:05:58.847Z | Checking ciborium-io v0.2.2 |
| 2951 | 2026-05-28T17:05:58.876Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2952 | 2026-05-28T17:05:58.893Z | Checking poly1305 v0.8.0 |
| 2953 | 2026-05-28T17:05:58.946Z | Checking postcard v1.1.3 |
| 2954 | 2026-05-28T17:05:58.996Z | Checking ciborium-ll v0.2.2 |
| 2955 | 2026-05-28T17:05:59.077Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2956 | 2026-05-28T17:05:59.161Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2957 | 2026-05-28T17:05:59.174Z | Checking password-hash v0.5.0 |
| 2958 | 2026-05-28T17:05:59.231Z | Checking chacha20 v0.9.1 |
| 2959 | 2026-05-28T17:05:59.316Z | Compiling proc-macro-crate v3.4.0 |
| 2960 | 2026-05-28T17:05:59.446Z | Compiling proc-macro-crate v1.3.1 |
| 2961 | 2026-05-28T17:05:59.467Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2962 | 2026-05-28T17:05:59.494Z | Checking blake2 v0.10.6 |
| 2963 | 2026-05-28T17:05:59.710Z | Checking aead v0.5.2 |
| 2964 | 2026-05-28T17:05:59.733Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2965 | 2026-05-28T17:05:59.802Z | Checking thiserror-no-std v2.0.2 |
| 2966 | 2026-05-28T17:05:59.805Z | Compiling foreign-types-macros v0.2.3 |
| 2967 | 2026-05-28T17:05:59.853Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2968 | 2026-05-28T17:05:59.868Z | Checking foreign-types-shared v0.3.1 |
| 2969 | 2026-05-28T17:05:59.883Z | Compiling num_enum_derive v0.7.5 |
| 2970 | 2026-05-28T17:05:59.904Z | Checking cpufeatures v0.3.0 |
| 2971 | 2026-05-28T17:05:59.942Z | Checking vsss-rs v3.3.4 |
| 2972 | 2026-05-28T17:05:59.959Z | Compiling num_enum_derive v0.5.11 |
| 2973 | 2026-05-28T17:05:59.979Z | Checking chacha20 v0.10.0 |
| 2974 | 2026-05-28T17:06:00.102Z | Checking chacha20poly1305 v0.10.1 |
| 2975 | 2026-05-28T17:06:00.197Z | Checking argon2 v0.5.3 |
| 2976 | 2026-05-28T17:06:00.234Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2977 | 2026-05-28T17:06:00.396Z | Checking foreign-types v0.5.0 |
| 2978 | 2026-05-28T17:06:00.479Z | Checking ciborium v0.2.2 |
| 2979 | 2026-05-28T17:06:00.653Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2980 | 2026-05-28T17:06:00.739Z | Checking tabwriter v1.4.1 |
| 2981 | 2026-05-28T17:06:00.893Z | Checking byte-wrapper v0.1.0 |
| 2982 | 2026-05-28T17:06:00.907Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2983 | 2026-05-28T17:06:00.929Z | Checking num_enum v0.7.5 |
| 2984 | 2026-05-28T17:06:00.944Z | Checking cstr-argument v0.1.2 |
| 2985 | 2026-05-28T17:06:00.996Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2986 | 2026-05-28T17:06:01.048Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2987 | 2026-05-28T17:06:01.061Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2988 | 2026-05-28T17:06:01.075Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2989 | 2026-05-28T17:06:01.121Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2990 | 2026-05-28T17:06:01.252Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2991 | 2026-05-28T17:06:01.268Z | Checking num_enum v0.5.11 |
| 2992 | 2026-05-28T17:06:01.336Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2993 | 2026-05-28T17:06:01.339Z | Checking ingot-types v0.1.2 |
| 2994 | 2026-05-28T17:06:01.383Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2995 | 2026-05-28T17:06:01.422Z | Checking rand v0.10.0 |
| 2996 | 2026-05-28T17:06:01.444Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2997 | 2026-05-28T17:06:01.459Z | Checking colored v3.1.1 |
| 2998 | 2026-05-28T17:06:01.640Z | Checking indent_write v2.2.0 |
| 2999 | 2026-05-28T17:06:01.711Z | Compiling zone_cfg_derive v0.3.1 |
| 3000 | 2026-05-28T17:06:01.738Z | Checking ingot v0.1.1 |
| 3001 | 2026-05-28T17:06:01.760Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3002 | 2026-05-28T17:06:01.774Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 3003 | 2026-05-28T17:06:01.788Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 3004 | 2026-05-28T17:06:01.800Z | Checking itertools v0.12.1 |
| 3005 | 2026-05-28T17:06:01.875Z | Compiling num-derive v0.4.2 |
| 3006 | 2026-05-28T17:06:01.943Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3007 | 2026-05-28T17:06:01.971Z | Checking swrite v0.1.0 |
| 3008 | 2026-05-28T17:06:02.068Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 3009 | 2026-05-28T17:06:02.153Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3010 | 2026-05-28T17:06:02.217Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3011 | 2026-05-28T17:06:02.328Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3012 | 2026-05-28T17:06:02.368Z | Checking dropshot-api-manager-types v0.7.2 |
| 3013 | 2026-05-28T17:06:02.388Z | Checking smf v0.2.3 |
| 3014 | 2026-05-28T17:06:02.444Z | Checking nanorand v0.7.0 |
| 3015 | 2026-05-28T17:06:02.550Z | Checking whoami v1.6.1 |
| 3016 | 2026-05-28T17:06:02.634Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3017 | 2026-05-28T17:06:02.655Z | Checking flume v0.11.1 |
| 3018 | 2026-05-28T17:06:02.830Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3019 | 2026-05-28T17:06:02.848Z | Checking zone v0.3.1 |
| 3020 | 2026-05-28T17:06:03.363Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3021 | 2026-05-28T17:06:04.353Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3022 | 2026-05-28T17:06:05.247Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3023 | 2026-05-28T17:06:08.388Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3024 | 2026-05-28T17:06:10.498Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3025 | 2026-05-28T17:06:11.636Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.00s |
| 3026 | 2026-05-28T17:06:11.831Z | |
| 3027 | 2026-05-28T17:06:11.831Z | info: running `cargo check --bins` on clickhouse-admin-api (105/295) |
| 3028 | 2026-05-28T17:06:12.346Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3029 | 2026-05-28T17:06:12.349Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3030 | 2026-05-28T17:06:12.349Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3031 | 2026-05-28T17:06:12.352Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3032 | 2026-05-28T17:06:12.440Z | |
| 3033 | 2026-05-28T17:06:12.440Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (106/295) |
| 3034 | 2026-05-28T17:06:12.959Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3035 | 2026-05-28T17:06:12.962Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3036 | 2026-05-28T17:06:12.962Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3037 | 2026-05-28T17:06:12.965Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3038 | 2026-05-28T17:06:13.058Z | |
| 3039 | 2026-05-28T17:06:13.058Z | info: running `cargo check --bins` on bootstrap-agent-client (107/295) |
| 3040 | 2026-05-28T17:06:13.573Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3041 | 2026-05-28T17:06:13.576Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3042 | 2026-05-28T17:06:13.576Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3043 | 2026-05-28T17:06:13.579Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3044 | 2026-05-28T17:06:13.670Z | |
| 3045 | 2026-05-28T17:06:13.670Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/295) |
| 3046 | 2026-05-28T17:06:14.190Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3047 | 2026-05-28T17:06:14.194Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3048 | 2026-05-28T17:06:14.194Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3049 | 2026-05-28T17:06:14.197Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3050 | 2026-05-28T17:06:14.287Z | |
| 3051 | 2026-05-28T17:06:14.287Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (109/295) |
| 3052 | 2026-05-28T17:06:14.797Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3053 | 2026-05-28T17:06:14.800Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3054 | 2026-05-28T17:06:14.800Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3055 | 2026-05-28T17:06:14.803Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3056 | 2026-05-28T17:06:14.894Z | |
| 3057 | 2026-05-28T17:06:14.894Z | info: running `cargo check --bins` on clickhouse-admin-server-client (110/295) |
| 3058 | 2026-05-28T17:06:15.406Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3059 | 2026-05-28T17:06:15.409Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3060 | 2026-05-28T17:06:15.409Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3061 | 2026-05-28T17:06:15.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3062 | 2026-05-28T17:06:15.501Z | |
| 3063 | 2026-05-28T17:06:15.501Z | info: running `cargo check --bins` on clickhouse-admin-single-client (111/295) |
| 3064 | 2026-05-28T17:06:16.013Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3065 | 2026-05-28T17:06:16.016Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3066 | 2026-05-28T17:06:16.016Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3067 | 2026-05-28T17:06:16.019Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3068 | 2026-05-28T17:06:16.109Z | |
| 3069 | 2026-05-28T17:06:16.109Z | info: running `cargo check --bins` on cockroach-admin-client (112/295) |
| 3070 | 2026-05-28T17:06:16.612Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3071 | 2026-05-28T17:06:16.615Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3072 | 2026-05-28T17:06:16.615Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3073 | 2026-05-28T17:06:16.618Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3074 | 2026-05-28T17:06:16.705Z | |
| 3075 | 2026-05-28T17:06:16.705Z | info: running `cargo check --bins` on omicron-ddm-admin-client (113/295) |
| 3076 | 2026-05-28T17:06:17.214Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3077 | 2026-05-28T17:06:17.217Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3078 | 2026-05-28T17:06:17.217Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3079 | 2026-05-28T17:06:17.220Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3080 | 2026-05-28T17:06:17.311Z | |
| 3081 | 2026-05-28T17:06:17.311Z | info: running `cargo check --bins` on dns-service-client (114/295) |
| 3082 | 2026-05-28T17:06:17.820Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3083 | 2026-05-28T17:06:17.823Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3084 | 2026-05-28T17:06:17.823Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3085 | 2026-05-28T17:06:17.826Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3086 | 2026-05-28T17:06:17.915Z | |
| 3087 | 2026-05-28T17:06:17.915Z | info: running `cargo check --bins` on installinator-client (115/295) |
| 3088 | 2026-05-28T17:06:18.428Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3089 | 2026-05-28T17:06:18.431Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3090 | 2026-05-28T17:06:18.431Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3091 | 2026-05-28T17:06:18.434Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3092 | 2026-05-28T17:06:18.525Z | |
| 3093 | 2026-05-28T17:06:18.525Z | info: running `cargo check --bins` on nexus-client (116/295) |
| 3094 | 2026-05-28T17:06:19.062Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3095 | 2026-05-28T17:06:19.066Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3096 | 2026-05-28T17:06:19.066Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3097 | 2026-05-28T17:06:19.069Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3098 | 2026-05-28T17:06:19.165Z | |
| 3099 | 2026-05-28T17:06:19.165Z | info: running `cargo check --bins` on nexus-lockstep-client (117/295) |
| 3100 | 2026-05-28T17:06:19.701Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3101 | 2026-05-28T17:06:19.704Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3102 | 2026-05-28T17:06:19.704Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3103 | 2026-05-28T17:06:19.707Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3104 | 2026-05-28T17:06:19.802Z | |
| 3105 | 2026-05-28T17:06:19.802Z | info: running `cargo check --bins` on ntp-admin-client (118/295) |
| 3106 | 2026-05-28T17:06:20.308Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3107 | 2026-05-28T17:06:20.311Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3108 | 2026-05-28T17:06:20.311Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3109 | 2026-05-28T17:06:20.314Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3110 | 2026-05-28T17:06:20.402Z | |
| 3111 | 2026-05-28T17:06:20.402Z | info: running `cargo check --bins` on ntp-admin-v1-client (119/295) |
| 3112 | 2026-05-28T17:06:20.911Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3113 | 2026-05-28T17:06:20.914Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3114 | 2026-05-28T17:06:20.914Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3115 | 2026-05-28T17:06:20.917Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3116 | 2026-05-28T17:06:21.005Z | |
| 3117 | 2026-05-28T17:06:21.005Z | info: running `cargo check --bins` on oxide-client (120/295) |
| 3118 | 2026-05-28T17:06:21.512Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3119 | 2026-05-28T17:06:21.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3120 | 2026-05-28T17:06:21.515Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3121 | 2026-05-28T17:06:21.518Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3122 | 2026-05-28T17:06:21.607Z | |
| 3123 | 2026-05-28T17:06:21.607Z | info: running `cargo check --bins` on oximeter-client (121/295) |
| 3124 | 2026-05-28T17:06:22.124Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3125 | 2026-05-28T17:06:22.127Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3126 | 2026-05-28T17:06:22.127Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3127 | 2026-05-28T17:06:22.130Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3128 | 2026-05-28T17:06:22.222Z | |
| 3129 | 2026-05-28T17:06:22.222Z | info: running `cargo check --bins` on repo-depot-client (122/295) |
| 3130 | 2026-05-28T17:06:22.728Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3131 | 2026-05-28T17:06:22.731Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3132 | 2026-05-28T17:06:22.731Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3133 | 2026-05-28T17:06:22.734Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3134 | 2026-05-28T17:06:22.823Z | |
| 3135 | 2026-05-28T17:06:22.823Z | info: running `cargo check --bins` on sled-agent-client (123/295) |
| 3136 | 2026-05-28T17:06:23.343Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3137 | 2026-05-28T17:06:23.347Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3138 | 2026-05-28T17:06:23.347Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3139 | 2026-05-28T17:06:23.350Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3140 | 2026-05-28T17:06:23.443Z | |
| 3141 | 2026-05-28T17:06:23.443Z | info: running `cargo check --bins` on wicketd-client (124/295) |
| 3142 | 2026-05-28T17:06:23.979Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3143 | 2026-05-28T17:06:23.982Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3144 | 2026-05-28T17:06:23.982Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3145 | 2026-05-28T17:06:23.986Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3146 | 2026-05-28T17:06:24.083Z | |
| 3147 | 2026-05-28T17:06:24.083Z | info: running `cargo check --bins` on installinator-common (125/295) |
| 3148 | 2026-05-28T17:06:24.614Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3149 | 2026-05-28T17:06:24.618Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3150 | 2026-05-28T17:06:24.618Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3151 | 2026-05-28T17:06:24.621Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3152 | 2026-05-28T17:06:24.716Z | |
| 3153 | 2026-05-28T17:06:24.716Z | info: running `cargo check --bins` on installinator-common-versions (126/295) |
| 3154 | 2026-05-28T17:06:25.221Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3155 | 2026-05-28T17:06:25.224Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3156 | 2026-05-28T17:06:25.224Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3157 | 2026-05-28T17:06:25.227Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3158 | 2026-05-28T17:06:25.314Z | |
| 3159 | 2026-05-28T17:06:25.314Z | info: running `cargo check --bins` on wicket-common (127/295) |
| 3160 | 2026-05-28T17:06:25.840Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3161 | 2026-05-28T17:06:25.843Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3162 | 2026-05-28T17:06:25.843Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3163 | 2026-05-28T17:06:25.847Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3164 | 2026-05-28T17:06:25.941Z | |
| 3165 | 2026-05-28T17:06:25.941Z | info: running `cargo check --bins` on omicron-cockroach-admin (128/295) |
| 3166 | 2026-05-28T17:06:26.471Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3167 | 2026-05-28T17:06:26.474Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3168 | 2026-05-28T17:06:26.647Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3169 | 2026-05-28T17:06:26.764Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3170 | 2026-05-28T17:06:26.771Z | Checking csv-core v0.1.13 |
| 3171 | 2026-05-28T17:06:26.778Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3172 | 2026-05-28T17:06:26.786Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3173 | 2026-05-28T17:06:26.789Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3174 | 2026-05-28T17:06:26.807Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3175 | 2026-05-28T17:06:26.819Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3176 | 2026-05-28T17:06:26.928Z | Checking csv v1.4.0 |
| 3177 | 2026-05-28T17:06:26.974Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3178 | 2026-05-28T17:06:26.988Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3179 | 2026-05-28T17:06:27.013Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3180 | 2026-05-28T17:06:27.026Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3181 | 2026-05-28T17:06:27.267Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3182 | 2026-05-28T17:06:27.633Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3183 | 2026-05-28T17:06:27.636Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3184 | 2026-05-28T17:06:27.979Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3185 | 2026-05-28T17:06:33.887Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3186 | 2026-05-28T17:06:34.427Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3187 | 2026-05-28T17:06:36.793Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.84s |
| 3188 | 2026-05-28T17:06:36.989Z | |
| 3189 | 2026-05-28T17:06:36.989Z | info: running `cargo check --bins` on cockroach-admin-api (129/295) |
| 3190 | 2026-05-28T17:06:37.495Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3191 | 2026-05-28T17:06:37.498Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3192 | 2026-05-28T17:06:37.498Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3193 | 2026-05-28T17:06:37.501Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3194 | 2026-05-28T17:06:37.589Z | |
| 3195 | 2026-05-28T17:06:37.589Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (130/295) |
| 3196 | 2026-05-28T17:06:38.163Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3197 | 2026-05-28T17:06:38.166Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3198 | 2026-05-28T17:06:38.166Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3199 | 2026-05-28T17:06:38.171Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3200 | 2026-05-28T17:06:38.276Z | |
| 3201 | 2026-05-28T17:06:38.276Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/295) |
| 3202 | 2026-05-28T17:06:38.849Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3203 | 2026-05-28T17:06:38.853Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3204 | 2026-05-28T17:06:38.853Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3205 | 2026-05-28T17:06:38.857Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3206 | 2026-05-28T17:06:38.962Z | |
| 3207 | 2026-05-28T17:06:38.962Z | info: running `cargo check --bins` on gateway-test-utils (132/295) |
| 3208 | 2026-05-28T17:06:39.513Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3209 | 2026-05-28T17:06:39.516Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3210 | 2026-05-28T17:06:39.517Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3211 | 2026-05-28T17:06:39.519Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3212 | 2026-05-28T17:06:39.616Z | |
| 3213 | 2026-05-28T17:06:39.616Z | info: running `cargo check --bins` on omicron-gateway (133/295) |
| 3214 | 2026-05-28T17:06:40.161Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3215 | 2026-05-28T17:06:40.164Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3216 | 2026-05-28T17:06:40.385Z | Compiling regress v0.11.1 |
| 3217 | 2026-05-28T17:06:40.525Z | Compiling unsafe-libyaml v0.2.11 |
| 3218 | 2026-05-28T17:06:40.539Z | Compiling semver v0.1.20 |
| 3219 | 2026-05-28T17:06:40.542Z | Compiling radium v0.7.0 |
| 3220 | 2026-05-28T17:06:40.565Z | Compiling maybe-uninit v2.0.0 |
| 3221 | 2026-05-28T17:06:40.565Z | Checking tap v1.0.1 |
| 3222 | 2026-05-28T17:06:40.592Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3223 | 2026-05-28T17:06:40.678Z | Checking wyz v0.5.1 |
| 3224 | 2026-05-28T17:06:40.815Z | Compiling rustc_version v0.1.7 |
| 3225 | 2026-05-28T17:06:40.856Z | Checking progenitor-client v0.13.0 |
| 3226 | 2026-05-28T17:06:40.908Z | Compiling zerocopy-derive v0.6.6 |
| 3227 | 2026-05-28T17:06:41.001Z | Checking crc-catalog v2.4.0 |
| 3228 | 2026-05-28T17:06:41.035Z | Compiling newtype_derive v0.1.6 |
| 3229 | 2026-05-28T17:06:41.095Z | Compiling serde_yaml v0.9.34+deprecated |
| 3230 | 2026-05-28T17:06:41.110Z | Compiling owo-colors v4.3.0 |
| 3231 | 2026-05-28T17:06:41.226Z | Compiling packed_struct v0.10.1 |
| 3232 | 2026-05-28T17:06:41.270Z | Checking funty v2.0.0 |
| 3233 | 2026-05-28T17:06:41.432Z | Compiling cancel-safe-futures v0.1.5 |
| 3234 | 2026-05-28T17:06:41.621Z | Checking bitvec v1.0.1 |
| 3235 | 2026-05-28T17:06:41.635Z | Checking crc v3.4.0 |
| 3236 | 2026-05-28T17:06:41.757Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3237 | 2026-05-28T17:06:41.772Z | Checking zerocopy v0.6.6 |
| 3238 | 2026-05-28T17:06:41.812Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3239 | 2026-05-28T17:06:41.972Z | Checking typify-impl v0.6.2 |
| 3240 | 2026-05-28T17:06:42.096Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3241 | 2026-05-28T17:06:42.154Z | Compiling packed_struct_codegen v0.10.1 |
| 3242 | 2026-05-28T17:06:42.296Z | Checking libsw-core v0.3.2 |
| 3243 | 2026-05-28T17:06:42.358Z | Compiling bitfield-macros v0.19.4 |
| 3244 | 2026-05-28T17:06:42.448Z | Compiling indexmap v1.9.3 |
| 3245 | 2026-05-28T17:06:42.584Z | Checking nodrop v0.1.14 |
| 3246 | 2026-05-28T17:06:42.674Z | Checking libsw v3.5.0 |
| 3247 | 2026-05-28T17:06:42.689Z | Checking array-init v0.0.4 |
| 3248 | 2026-05-28T17:06:42.834Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3249 | 2026-05-28T17:06:42.932Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3250 | 2026-05-28T17:06:43.000Z | Checking smallvec v0.6.14 |
| 3251 | 2026-05-28T17:06:43.074Z | Checking bitfield v0.19.4 |
| 3252 | 2026-05-28T17:06:43.113Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3253 | 2026-05-28T17:06:43.273Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3254 | 2026-05-28T17:06:43.348Z | Checking base64 v0.21.7 |
| 3255 | 2026-05-28T17:06:43.367Z | Checking linear-map v1.2.0 |
| 3256 | 2026-05-28T17:06:43.402Z | Checking smawk v0.3.2 |
| 3257 | 2026-05-28T17:06:43.536Z | Checking hashbrown v0.12.3 |
| 3258 | 2026-05-28T17:06:43.536Z | Checking tagptr v0.2.0 |
| 3259 | 2026-05-28T17:06:43.564Z | Checking unicode-linebreak v0.1.5 |
| 3260 | 2026-05-28T17:06:43.587Z | Checking ron v0.8.1 |
| 3261 | 2026-05-28T17:06:43.692Z | Checking moka v0.12.13 |
| 3262 | 2026-05-28T17:06:43.758Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3263 | 2026-05-28T17:06:43.776Z | Checking textwrap v0.16.2 |
| 3264 | 2026-05-28T17:06:43.816Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3265 | 2026-05-28T17:06:43.929Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3266 | 2026-05-28T17:06:43.995Z | Checking steno v0.4.1 |
| 3267 | 2026-05-28T17:06:44.120Z | Checking serde-hex v0.1.0 |
| 3268 | 2026-05-28T17:06:44.271Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3269 | 2026-05-28T17:06:44.286Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3270 | 2026-05-28T17:06:44.315Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3271 | 2026-05-28T17:06:44.433Z | Checking hashbrown v0.13.2 |
| 3272 | 2026-05-28T17:06:44.742Z | Checking crc-any v2.5.0 |
| 3273 | 2026-05-28T17:06:44.859Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3274 | 2026-05-28T17:06:44.897Z | Checking object v0.30.4 |
| 3275 | 2026-05-28T17:06:44.929Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3276 | 2026-05-28T17:06:44.986Z | Checking hickory-resolver v0.25.2 |
| 3277 | 2026-05-28T17:06:45.075Z | Checking void v1.0.2 |
| 3278 | 2026-05-28T17:06:45.090Z | Checking path-slash v0.1.5 |
| 3279 | 2026-05-28T17:06:45.104Z | Checking half v1.8.3 |
| 3280 | 2026-05-28T17:06:45.184Z | Checking utf-8 v0.7.6 |
| 3281 | 2026-05-28T17:06:45.199Z | Checking lzss v0.8.2 |
| 3282 | 2026-05-28T17:06:45.304Z | Checking serde_cbor v0.11.2 |
| 3283 | 2026-05-28T17:06:45.323Z | Checking tungstenite v0.23.0 |
| 3284 | 2026-05-28T17:06:45.526Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3285 | 2026-05-28T17:06:45.611Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3286 | 2026-05-28T17:06:45.690Z | Checking nix v0.27.1 |
| 3287 | 2026-05-28T17:06:45.704Z | Checking kstat-rs v0.2.4 |
| 3288 | 2026-05-28T17:06:45.707Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3289 | 2026-05-28T17:06:45.736Z | Checking fxhash v0.2.1 |
| 3290 | 2026-05-28T17:06:45.851Z | Checking serde_bytes v0.11.19 |
| 3291 | 2026-05-28T17:06:45.865Z | Checking tokio-tungstenite v0.23.1 |
| 3292 | 2026-05-28T17:06:45.890Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3293 | 2026-05-28T17:06:46.030Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3294 | 2026-05-28T17:06:46.124Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3295 | 2026-05-28T17:06:46.140Z | Checking signal-hook-tokio v0.3.1 |
| 3296 | 2026-05-28T17:06:46.470Z | Compiling typify-macro v0.6.2 |
| 3297 | 2026-05-28T17:06:47.265Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3298 | 2026-05-28T17:06:47.637Z | Compiling typify v0.6.2 |
| 3299 | 2026-05-28T17:06:47.723Z | Compiling progenitor-impl v0.13.0 |
| 3300 | 2026-05-28T17:06:47.723Z | Compiling progenitor-impl v0.14.0 |
| 3301 | 2026-05-28T17:06:48.169Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3302 | 2026-05-28T17:06:48.507Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 3303 | 2026-05-28T17:06:49.332Z | Compiling progenitor-macro v0.14.0 |
| 3304 | 2026-05-28T17:06:49.347Z | Compiling progenitor-macro v0.13.0 |
| 3305 | 2026-05-28T17:06:51.944Z | Checking progenitor v0.13.0 |
| 3306 | 2026-05-28T17:06:51.947Z | Checking progenitor v0.14.0 |
| 3307 | 2026-05-28T17:06:52.090Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3308 | 2026-05-28T17:06:52.093Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3309 | 2026-05-28T17:06:55.141Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3310 | 2026-05-28T17:07:03.027Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3311 | 2026-05-28T17:07:09.493Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3312 | 2026-05-28T17:07:10.871Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3313 | 2026-05-28T17:07:11.389Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3314 | 2026-05-28T17:07:13.508Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.88s |
| 3315 | 2026-05-28T17:07:13.709Z | |
| 3316 | 2026-05-28T17:07:13.709Z | info: running `cargo check --bins` on gateway-api (134/295) |
| 3317 | 2026-05-28T17:07:14.216Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3318 | 2026-05-28T17:07:14.221Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3319 | 2026-05-28T17:07:14.221Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3320 | 2026-05-28T17:07:14.224Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3321 | 2026-05-28T17:07:14.307Z | |
| 3322 | 2026-05-28T17:07:14.307Z | info: running `cargo check --bins` on ipcc (135/295) |
| 3323 | 2026-05-28T17:07:14.814Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3324 | 2026-05-28T17:07:14.817Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3325 | 2026-05-28T17:07:14.817Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3326 | 2026-05-28T17:07:14.839Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3327 | 2026-05-28T17:07:14.907Z | |
| 3328 | 2026-05-28T17:07:14.907Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (136/295) |
| 3329 | 2026-05-28T17:07:15.401Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3330 | 2026-05-28T17:07:15.405Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3331 | 2026-05-28T17:07:15.405Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3332 | 2026-05-28T17:07:15.407Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3333 | 2026-05-28T17:07:15.493Z | |
| 3334 | 2026-05-28T17:07:15.493Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/295) |
| 3335 | 2026-05-28T17:07:16.016Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3336 | 2026-05-28T17:07:16.019Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3337 | 2026-05-28T17:07:16.019Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3338 | 2026-05-28T17:07:16.022Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3339 | 2026-05-28T17:07:16.116Z | |
| 3340 | 2026-05-28T17:07:16.116Z | info: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/295) |
| 3341 | 2026-05-28T17:07:16.627Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3342 | 2026-05-28T17:07:16.630Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3343 | 2026-05-28T17:07:16.630Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3344 | 2026-05-28T17:07:16.633Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3345 | 2026-05-28T17:07:16.722Z | |
| 3346 | 2026-05-28T17:07:16.722Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/295) |
| 3347 | 2026-05-28T17:07:17.234Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3348 | 2026-05-28T17:07:17.237Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3349 | 2026-05-28T17:07:17.237Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3350 | 2026-05-28T17:07:17.240Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3351 | 2026-05-28T17:07:17.330Z | |
| 3352 | 2026-05-28T17:07:17.330Z | info: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/295) |
| 3353 | 2026-05-28T17:07:17.839Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3354 | 2026-05-28T17:07:17.843Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3355 | 2026-05-28T17:07:17.843Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3356 | 2026-05-28T17:07:17.847Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3357 | 2026-05-28T17:07:17.935Z | |
| 3358 | 2026-05-28T17:07:17.935Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/295) |
| 3359 | 2026-05-28T17:07:18.464Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3360 | 2026-05-28T17:07:18.467Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3361 | 2026-05-28T17:07:18.467Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3362 | 2026-05-28T17:07:18.470Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3363 | 2026-05-28T17:07:18.565Z | |
| 3364 | 2026-05-28T17:07:18.565Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/295) |
| 3365 | 2026-05-28T17:07:19.073Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3366 | 2026-05-28T17:07:19.076Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3367 | 2026-05-28T17:07:19.076Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3368 | 2026-05-28T17:07:19.080Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3369 | 2026-05-28T17:07:19.170Z | |
| 3370 | 2026-05-28T17:07:19.170Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/295) |
| 3371 | 2026-05-28T17:07:19.680Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3372 | 2026-05-28T17:07:19.683Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3373 | 2026-05-28T17:07:19.683Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3374 | 2026-05-28T17:07:19.686Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3375 | 2026-05-28T17:07:19.774Z | |
| 3376 | 2026-05-28T17:07:19.774Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/295) |
| 3377 | 2026-05-28T17:07:20.286Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3378 | 2026-05-28T17:07:20.289Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3379 | 2026-05-28T17:07:20.289Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3380 | 2026-05-28T17:07:20.292Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3381 | 2026-05-28T17:07:20.382Z | |
| 3382 | 2026-05-28T17:07:20.382Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/295) |
| 3383 | 2026-05-28T17:07:20.891Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3384 | 2026-05-28T17:07:20.894Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3385 | 2026-05-28T17:07:20.894Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3386 | 2026-05-28T17:07:20.897Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3387 | 2026-05-28T17:07:20.987Z | |
| 3388 | 2026-05-28T17:07:20.987Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/295) |
| 3389 | 2026-05-28T17:07:21.500Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3390 | 2026-05-28T17:07:21.504Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3391 | 2026-05-28T17:07:21.504Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3392 | 2026-05-28T17:07:21.507Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3393 | 2026-05-28T17:07:21.595Z | |
| 3394 | 2026-05-28T17:07:21.595Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/295) |
| 3395 | 2026-05-28T17:07:22.107Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3396 | 2026-05-28T17:07:22.110Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3397 | 2026-05-28T17:07:22.110Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3398 | 2026-05-28T17:07:22.113Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3399 | 2026-05-28T17:07:22.202Z | |
| 3400 | 2026-05-28T17:07:22.202Z | info: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/295) |
| 3401 | 2026-05-28T17:07:22.725Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3402 | 2026-05-28T17:07:22.728Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3403 | 2026-05-28T17:07:22.728Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3404 | 2026-05-28T17:07:22.731Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3405 | 2026-05-28T17:07:22.828Z | |
| 3406 | 2026-05-28T17:07:22.828Z | info: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/295) |
| 3407 | 2026-05-28T17:07:23.351Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3408 | 2026-05-28T17:07:23.355Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3409 | 2026-05-28T17:07:23.355Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3410 | 2026-05-28T17:07:23.358Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3411 | 2026-05-28T17:07:23.450Z | |
| 3412 | 2026-05-28T17:07:23.450Z | info: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/295) |
| 3413 | 2026-05-28T17:07:23.970Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3414 | 2026-05-28T17:07:23.973Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3415 | 2026-05-28T17:07:23.973Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3416 | 2026-05-28T17:07:23.976Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3417 | 2026-05-28T17:07:24.069Z | |
| 3418 | 2026-05-28T17:07:24.069Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/295) |
| 3419 | 2026-05-28T17:07:24.592Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3420 | 2026-05-28T17:07:24.596Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3421 | 2026-05-28T17:07:24.596Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3422 | 2026-05-28T17:07:24.599Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3423 | 2026-05-28T17:07:24.690Z | |
| 3424 | 2026-05-28T17:07:24.690Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/295) |
| 3425 | 2026-05-28T17:07:25.212Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3426 | 2026-05-28T17:07:25.216Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3427 | 2026-05-28T17:07:25.216Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3428 | 2026-05-28T17:07:25.219Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3429 | 2026-05-28T17:07:25.312Z | |
| 3430 | 2026-05-28T17:07:25.312Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/295) |
| 3431 | 2026-05-28T17:07:25.835Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3432 | 2026-05-28T17:07:25.838Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3433 | 2026-05-28T17:07:25.838Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3434 | 2026-05-28T17:07:25.841Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3435 | 2026-05-28T17:07:25.934Z | |
| 3436 | 2026-05-28T17:07:25.934Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/295) |
| 3437 | 2026-05-28T17:07:26.460Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3438 | 2026-05-28T17:07:26.464Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3439 | 2026-05-28T17:07:26.464Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3440 | 2026-05-28T17:07:26.467Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3441 | 2026-05-28T17:07:26.560Z | |
| 3442 | 2026-05-28T17:07:26.560Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/295) |
| 3443 | 2026-05-28T17:07:27.083Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3444 | 2026-05-28T17:07:27.086Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3445 | 2026-05-28T17:07:27.086Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3446 | 2026-05-28T17:07:27.090Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3447 | 2026-05-28T17:07:27.183Z | |
| 3448 | 2026-05-28T17:07:27.183Z | info: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/295) |
| 3449 | 2026-05-28T17:07:27.709Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3450 | 2026-05-28T17:07:27.712Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3451 | 2026-05-28T17:07:27.712Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3452 | 2026-05-28T17:07:27.715Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3453 | 2026-05-28T17:07:27.808Z | |
| 3454 | 2026-05-28T17:07:27.808Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/295) |
| 3455 | 2026-05-28T17:07:28.331Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3456 | 2026-05-28T17:07:28.334Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3457 | 2026-05-28T17:07:28.334Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3458 | 2026-05-28T17:07:28.337Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3459 | 2026-05-28T17:07:28.430Z | |
| 3460 | 2026-05-28T17:07:28.430Z | info: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/295) |
| 3461 | 2026-05-28T17:07:28.936Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3462 | 2026-05-28T17:07:28.939Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3463 | 2026-05-28T17:07:28.939Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3464 | 2026-05-28T17:07:28.942Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3465 | 2026-05-28T17:07:29.027Z | |
| 3466 | 2026-05-28T17:07:29.027Z | info: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/295) |
| 3467 | 2026-05-28T17:07:29.535Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3468 | 2026-05-28T17:07:29.538Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3469 | 2026-05-28T17:07:29.539Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3470 | 2026-05-28T17:07:29.541Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3471 | 2026-05-28T17:07:29.631Z | |
| 3472 | 2026-05-28T17:07:29.631Z | info: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/295) |
| 3473 | 2026-05-28T17:07:30.141Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3474 | 2026-05-28T17:07:30.144Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3475 | 2026-05-28T17:07:30.144Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3476 | 2026-05-28T17:07:30.147Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3477 | 2026-05-28T17:07:30.236Z | |
| 3478 | 2026-05-28T17:07:30.236Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/295) |
| 3479 | 2026-05-28T17:07:30.747Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3480 | 2026-05-28T17:07:30.750Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3481 | 2026-05-28T17:07:30.750Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3482 | 2026-05-28T17:07:30.754Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3483 | 2026-05-28T17:07:30.844Z | |
| 3484 | 2026-05-28T17:07:30.844Z | info: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/295) |
| 3485 | 2026-05-28T17:07:31.353Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3486 | 2026-05-28T17:07:31.356Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3487 | 2026-05-28T17:07:31.356Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3488 | 2026-05-28T17:07:31.359Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3489 | 2026-05-28T17:07:31.447Z | |
| 3490 | 2026-05-28T17:07:31.447Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/295) |
| 3491 | 2026-05-28T17:07:31.957Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3492 | 2026-05-28T17:07:31.961Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3493 | 2026-05-28T17:07:31.961Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3494 | 2026-05-28T17:07:31.964Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3495 | 2026-05-28T17:07:32.052Z | |
| 3496 | 2026-05-28T17:07:32.052Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/295) |
| 3497 | 2026-05-28T17:07:32.565Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3498 | 2026-05-28T17:07:32.568Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3499 | 2026-05-28T17:07:32.568Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3500 | 2026-05-28T17:07:32.571Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3501 | 2026-05-28T17:07:32.660Z | |
| 3502 | 2026-05-28T17:07:32.660Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/295) |
| 3503 | 2026-05-28T17:07:33.172Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3504 | 2026-05-28T17:07:33.175Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3505 | 2026-05-28T17:07:33.175Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3506 | 2026-05-28T17:07:33.179Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3507 | 2026-05-28T17:07:33.269Z | |
| 3508 | 2026-05-28T17:07:33.269Z | info: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/295) |
| 3509 | 2026-05-28T17:07:33.791Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3510 | 2026-05-28T17:07:33.795Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3511 | 2026-05-28T17:07:33.795Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3512 | 2026-05-28T17:07:33.798Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3513 | 2026-05-28T17:07:33.892Z | |
| 3514 | 2026-05-28T17:07:33.892Z | info: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/295) |
| 3515 | 2026-05-28T17:07:34.420Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3516 | 2026-05-28T17:07:34.423Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3517 | 2026-05-28T17:07:34.423Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3518 | 2026-05-28T17:07:34.426Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3519 | 2026-05-28T17:07:34.519Z | |
| 3520 | 2026-05-28T17:07:34.519Z | info: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/295) |
| 3521 | 2026-05-28T17:07:35.043Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3522 | 2026-05-28T17:07:35.046Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3523 | 2026-05-28T17:07:35.046Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3524 | 2026-05-28T17:07:35.049Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3525 | 2026-05-28T17:07:35.143Z | |
| 3526 | 2026-05-28T17:07:35.143Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/295) |
| 3527 | 2026-05-28T17:07:35.666Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3528 | 2026-05-28T17:07:35.670Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3529 | 2026-05-28T17:07:35.670Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3530 | 2026-05-28T17:07:35.673Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3531 | 2026-05-28T17:07:35.766Z | |
| 3532 | 2026-05-28T17:07:35.766Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/295) |
| 3533 | 2026-05-28T17:07:36.288Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3534 | 2026-05-28T17:07:36.291Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3535 | 2026-05-28T17:07:36.291Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3536 | 2026-05-28T17:07:36.294Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3537 | 2026-05-28T17:07:36.388Z | |
| 3538 | 2026-05-28T17:07:36.388Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/295) |
| 3539 | 2026-05-28T17:07:36.914Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3540 | 2026-05-28T17:07:36.918Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3541 | 2026-05-28T17:07:36.918Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3542 | 2026-05-28T17:07:36.921Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3543 | 2026-05-28T17:07:37.015Z | |
| 3544 | 2026-05-28T17:07:37.015Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/295) |
| 3545 | 2026-05-28T17:07:37.537Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3546 | 2026-05-28T17:07:37.541Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3547 | 2026-05-28T17:07:37.541Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3548 | 2026-05-28T17:07:37.544Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3549 | 2026-05-28T17:07:37.636Z | |
| 3550 | 2026-05-28T17:07:37.636Z | info: running `cargo check --bins` on oximeter-producer (173/295) |
| 3551 | 2026-05-28T17:07:38.175Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3552 | 2026-05-28T17:07:38.178Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3553 | 2026-05-28T17:07:38.178Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3554 | 2026-05-28T17:07:38.182Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3555 | 2026-05-28T17:07:38.277Z | |
| 3556 | 2026-05-28T17:07:38.277Z | info: running `cargo check --bins` on internal-dns-resolver (174/295) |
| 3557 | 2026-05-28T17:07:38.791Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3558 | 2026-05-28T17:07:38.794Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3559 | 2026-05-28T17:07:38.794Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3560 | 2026-05-28T17:07:38.797Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3561 | 2026-05-28T17:07:38.887Z | |
| 3562 | 2026-05-28T17:07:38.887Z | info: running `cargo check --bins` on dns-server (175/295) |
| 3563 | 2026-05-28T17:07:39.403Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3564 | 2026-05-28T17:07:39.406Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3565 | 2026-05-28T17:07:39.549Z | Compiling parking_lot_core v0.8.6 |
| 3566 | 2026-05-28T17:07:39.549Z | Compiling atomicwrites v0.4.4 |
| 3567 | 2026-05-28T17:07:39.552Z | Compiling git-stub v1.0.0 |
| 3568 | 2026-05-28T17:07:39.552Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3569 | 2026-05-28T17:07:39.552Z | Checking prefix-trie v0.7.0 |
| 3570 | 2026-05-28T17:07:39.785Z | Compiling git-stub-vcs v0.1.0 |
| 3571 | 2026-05-28T17:07:39.961Z | Checking hickory-server v0.25.2 |
| 3572 | 2026-05-28T17:07:40.066Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3573 | 2026-05-28T17:07:40.079Z | Checking parking_lot v0.11.2 |
| 3574 | 2026-05-28T17:07:40.151Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3575 | 2026-05-28T17:07:40.151Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3576 | 2026-05-28T17:07:40.249Z | Checking sled v0.34.7 |
| 3577 | 2026-05-28T17:07:42.204Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.31s |
| 3578 | 2026-05-28T17:07:42.385Z | |
| 3579 | 2026-05-28T17:07:42.385Z | info: running `cargo check --bins` on dns-server-api (176/295) |
| 3580 | 2026-05-28T17:07:42.888Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3581 | 2026-05-28T17:07:42.891Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3582 | 2026-05-28T17:07:42.891Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3583 | 2026-05-28T17:07:42.894Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3584 | 2026-05-28T17:07:42.982Z | |
| 3585 | 2026-05-28T17:07:42.982Z | info: running `cargo check --bins` on oximeter-producer-api (177/295) |
| 3586 | 2026-05-28T17:07:43.487Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3587 | 2026-05-28T17:07:43.490Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3588 | 2026-05-28T17:07:43.490Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3589 | 2026-05-28T17:07:43.493Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3590 | 2026-05-28T17:07:43.578Z | |
| 3591 | 2026-05-28T17:07:43.578Z | info: running `cargo check --bins` on sp-sim (178/295) |
| 3592 | 2026-05-28T17:07:44.118Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3593 | 2026-05-28T17:07:44.121Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3594 | 2026-05-28T17:07:44.303Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3595 | 2026-05-28T17:07:46.093Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.51s |
| 3596 | 2026-05-28T17:07:46.295Z | |
| 3597 | 2026-05-28T17:07:46.295Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (179/295) |
| 3598 | 2026-05-28T17:07:46.847Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3599 | 2026-05-28T17:07:46.850Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3600 | 2026-05-28T17:07:46.850Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3601 | 2026-05-28T17:07:46.854Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3602 | 2026-05-28T17:07:46.954Z | |
| 3603 | 2026-05-28T17:07:46.954Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/295) |
| 3604 | 2026-05-28T17:07:47.507Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3605 | 2026-05-28T17:07:47.511Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3606 | 2026-05-28T17:07:47.511Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3607 | 2026-05-28T17:07:47.514Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3608 | 2026-05-28T17:07:47.614Z | |
| 3609 | 2026-05-28T17:07:47.614Z | info: running `cargo check --bins` on db-macros (181/295) |
| 3610 | 2026-05-28T17:07:48.114Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3611 | 2026-05-28T17:07:48.117Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3612 | 2026-05-28T17:07:48.117Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3613 | 2026-05-28T17:07:48.120Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3614 | 2026-05-28T17:07:48.205Z | |
| 3615 | 2026-05-28T17:07:48.205Z | info: running `cargo check --bins` on nexus-macros-common (182/295) |
| 3616 | 2026-05-28T17:07:48.704Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3617 | 2026-05-28T17:07:48.707Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3618 | 2026-05-28T17:07:48.707Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3619 | 2026-05-28T17:07:48.709Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3620 | 2026-05-28T17:07:48.797Z | |
| 3621 | 2026-05-28T17:07:48.797Z | info: running `cargo check --bins` on nexus-auth (183/295) |
| 3622 | 2026-05-28T17:07:49.347Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3623 | 2026-05-28T17:07:49.350Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3624 | 2026-05-28T17:07:49.351Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3625 | 2026-05-28T17:07:49.354Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3626 | 2026-05-28T17:07:49.455Z | |
| 3627 | 2026-05-28T17:07:49.455Z | info: running `cargo check --bins` on authz-macros (184/295) |
| 3628 | 2026-05-28T17:07:49.954Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3629 | 2026-05-28T17:07:49.957Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3630 | 2026-05-28T17:07:49.957Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3631 | 2026-05-28T17:07:49.960Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3632 | 2026-05-28T17:07:50.046Z | |
| 3633 | 2026-05-28T17:07:50.046Z | info: running `cargo check --bins` on nexus-db-fixed-data (185/295) |
| 3634 | 2026-05-28T17:07:50.592Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3635 | 2026-05-28T17:07:50.596Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3636 | 2026-05-28T17:07:50.596Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3637 | 2026-05-28T17:07:50.599Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3638 | 2026-05-28T17:07:50.698Z | |
| 3639 | 2026-05-28T17:07:50.698Z | info: running `cargo check --bins` on nexus-db-model (186/295) |
| 3640 | 2026-05-28T17:07:51.237Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3641 | 2026-05-28T17:07:51.240Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3642 | 2026-05-28T17:07:51.240Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3643 | 2026-05-28T17:07:51.244Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3644 | 2026-05-28T17:07:51.337Z | |
| 3645 | 2026-05-28T17:07:51.337Z | info: running `cargo check --bins` on nexus-db-schema (187/295) |
| 3646 | 2026-05-28T17:07:51.834Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3647 | 2026-05-28T17:07:51.837Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3648 | 2026-05-28T17:07:51.837Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3649 | 2026-05-28T17:07:51.840Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3650 | 2026-05-28T17:07:51.927Z | |
| 3651 | 2026-05-28T17:07:51.927Z | info: running `cargo check --bins` on omicron-rpaths (188/295) |
| 3652 | 2026-05-28T17:07:52.425Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3653 | 2026-05-28T17:07:52.428Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3654 | 2026-05-28T17:07:52.428Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3655 | 2026-05-28T17:07:52.431Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3656 | 2026-05-28T17:07:52.517Z | |
| 3657 | 2026-05-28T17:07:52.517Z | info: running `cargo check --bins` on nexus-defaults (189/295) |
| 3658 | 2026-05-28T17:07:53.027Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3659 | 2026-05-28T17:07:53.031Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3660 | 2026-05-28T17:07:53.031Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3661 | 2026-05-28T17:07:53.034Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3662 | 2026-05-28T17:07:53.121Z | |
| 3663 | 2026-05-28T17:07:53.121Z | info: running `cargo check --bins` on omicron-cockroach-metrics (190/295) |
| 3664 | 2026-05-28T17:07:53.625Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3665 | 2026-05-28T17:07:53.628Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3666 | 2026-05-28T17:07:53.628Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3667 | 2026-05-28T17:07:53.631Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3668 | 2026-05-28T17:07:53.717Z | |
| 3669 | 2026-05-28T17:07:53.717Z | info: running `cargo check --bins` on parallel-task-set (191/295) |
| 3670 | 2026-05-28T17:07:54.216Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3671 | 2026-05-28T17:07:54.219Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3672 | 2026-05-28T17:07:54.219Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3673 | 2026-05-28T17:07:54.222Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3674 | 2026-05-28T17:07:54.307Z | |
| 3675 | 2026-05-28T17:07:54.307Z | info: running `cargo check --bins` on nexus-db-errors (192/295) |
| 3676 | 2026-05-28T17:07:54.855Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3677 | 2026-05-28T17:07:54.858Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3678 | 2026-05-28T17:07:54.858Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3679 | 2026-05-28T17:07:54.862Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3680 | 2026-05-28T17:07:54.961Z | |
| 3681 | 2026-05-28T17:07:54.961Z | info: running `cargo check --bins` on nexus-db-lookup (193/295) |
| 3682 | 2026-05-28T17:07:55.512Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3683 | 2026-05-28T17:07:55.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3684 | 2026-05-28T17:07:55.515Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3685 | 2026-05-28T17:07:55.519Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3686 | 2026-05-28T17:07:55.616Z | |
| 3687 | 2026-05-28T17:07:55.616Z | info: running `cargo check --bins` on nexus-inventory (194/295) |
| 3688 | 2026-05-28T17:07:56.156Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3689 | 2026-05-28T17:07:56.159Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3690 | 2026-05-28T17:07:56.159Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3691 | 2026-05-28T17:07:56.162Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3692 | 2026-05-28T17:07:56.262Z | |
| 3693 | 2026-05-28T17:07:56.262Z | info: running `cargo check --bins` on sled-agent-resolvable-files-examples (195/295) |
| 3694 | 2026-05-28T17:07:56.788Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3695 | 2026-05-28T17:07:56.791Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3696 | 2026-05-28T17:07:56.791Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3697 | 2026-05-28T17:07:56.794Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3698 | 2026-05-28T17:07:56.888Z | |
| 3699 | 2026-05-28T17:07:56.889Z | info: running `cargo check --bins --no-default-features` on sled-storage (196/295) |
| 3700 | 2026-05-28T17:07:57.415Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3701 | 2026-05-28T17:07:57.418Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3702 | 2026-05-28T17:07:57.418Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3703 | 2026-05-28T17:07:57.422Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3704 | 2026-05-28T17:07:57.515Z | |
| 3705 | 2026-05-28T17:07:57.515Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (197/295) |
| 3706 | 2026-05-28T17:07:58.038Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3707 | 2026-05-28T17:07:58.041Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3708 | 2026-05-28T17:07:58.041Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3709 | 2026-05-28T17:07:58.044Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3710 | 2026-05-28T17:07:58.139Z | |
| 3711 | 2026-05-28T17:07:58.139Z | info: running `cargo check --bins` on key-manager (198/295) |
| 3712 | 2026-05-28T17:07:58.646Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3713 | 2026-05-28T17:07:58.649Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3714 | 2026-05-28T17:07:58.649Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3715 | 2026-05-28T17:07:58.652Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3716 | 2026-05-28T17:07:58.740Z | |
| 3717 | 2026-05-28T17:07:58.741Z | info: running `cargo check --bins --no-default-features` on sled-hardware (199/295) |
| 3718 | 2026-05-28T17:07:59.264Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3719 | 2026-05-28T17:07:59.267Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3720 | 2026-05-28T17:07:59.267Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3721 | 2026-05-28T17:07:59.271Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3722 | 2026-05-28T17:07:59.363Z | |
| 3723 | 2026-05-28T17:07:59.363Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (200/295) |
| 3724 | 2026-05-28T17:07:59.887Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3725 | 2026-05-28T17:07:59.890Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3726 | 2026-05-28T17:07:59.890Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3727 | 2026-05-28T17:07:59.893Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3728 | 2026-05-28T17:07:59.987Z | |
| 3729 | 2026-05-28T17:07:59.987Z | info: running `cargo check --bins` on typed-rng (201/295) |
| 3730 | 2026-05-28T17:08:00.485Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3731 | 2026-05-28T17:08:00.488Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3732 | 2026-05-28T17:08:00.489Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3733 | 2026-05-28T17:08:00.492Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3734 | 2026-05-28T17:08:00.576Z | |
| 3735 | 2026-05-28T17:08:00.576Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/295) |
| 3736 | 2026-05-28T17:08:01.137Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3737 | 2026-05-28T17:08:01.141Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3738 | 2026-05-28T17:08:01.443Z | Compiling libefi-sys v0.1.0 |
| 3739 | 2026-05-28T17:08:01.446Z | Compiling bitfield-struct v0.6.2 |
| 3740 | 2026-05-28T17:08:01.591Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3741 | 2026-05-28T17:08:01.599Z | Compiling xshell-macros v0.2.7 |
| 3742 | 2026-05-28T17:08:01.610Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3743 | 2026-05-28T17:08:01.623Z | Compiling typify-impl v0.4.3 |
| 3744 | 2026-05-28T17:08:01.626Z | Compiling salty v0.3.0 |
| 3745 | 2026-05-28T17:08:01.653Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3746 | 2026-05-28T17:08:01.679Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3747 | 2026-05-28T17:08:01.829Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3748 | 2026-05-28T17:08:01.939Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3749 | 2026-05-28T17:08:01.954Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3750 | 2026-05-28T17:08:01.968Z | Checking xshell v0.2.7 |
| 3751 | 2026-05-28T17:08:02.155Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3752 | 2026-05-28T17:08:02.168Z | Checking primeorder v0.13.6 |
| 3753 | 2026-05-28T17:08:02.183Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3754 | 2026-05-28T17:08:02.206Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3755 | 2026-05-28T17:08:02.326Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3756 | 2026-05-28T17:08:02.360Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3757 | 2026-05-28T17:08:02.410Z | Checking p384 v0.13.1 |
| 3758 | 2026-05-28T17:08:02.452Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3759 | 2026-05-28T17:08:02.570Z | Compiling proc-macro-error2 v2.0.1 |
| 3760 | 2026-05-28T17:08:02.585Z | Checking tungstenite v0.21.0 |
| 3761 | 2026-05-28T17:08:02.599Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3762 | 2026-05-28T17:08:02.690Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3763 | 2026-05-28T17:08:03.020Z | Compiling num-derive v0.3.3 |
| 3764 | 2026-05-28T17:08:03.169Z | Checking tokio-tungstenite v0.21.0 |
| 3765 | 2026-05-28T17:08:03.252Z | Compiling tabled_derive v0.11.0 |
| 3766 | 2026-05-28T17:08:03.575Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3767 | 2026-05-28T17:08:03.599Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3768 | 2026-05-28T17:08:03.889Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3769 | 2026-05-28T17:08:03.916Z | Checking libscf-sys v1.1.0 |
| 3770 | 2026-05-28T17:08:04.038Z | Checking papergrid v0.17.0 |
| 3771 | 2026-05-28T17:08:04.053Z | Checking testing_table v0.3.0 |
| 3772 | 2026-05-28T17:08:04.154Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3773 | 2026-05-28T17:08:04.278Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3774 | 2026-05-28T17:08:04.419Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3775 | 2026-05-28T17:08:04.499Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3776 | 2026-05-28T17:08:04.698Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3777 | 2026-05-28T17:08:04.720Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3778 | 2026-05-28T17:08:04.754Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3779 | 2026-05-28T17:08:04.831Z | Compiling unicase v2.9.0 |
| 3780 | 2026-05-28T17:08:04.896Z | Checking corncobs v0.1.4 |
| 3781 | 2026-05-28T17:08:04.912Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3782 | 2026-05-28T17:08:04.979Z | Checking tabled v0.20.0 |
| 3783 | 2026-05-28T17:08:05.030Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3784 | 2026-05-28T17:08:05.045Z | Compiling mime_guess v2.0.5 |
| 3785 | 2026-05-28T17:08:05.148Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3786 | 2026-05-28T17:08:05.202Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3787 | 2026-05-28T17:08:05.296Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3788 | 2026-05-28T17:08:05.316Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3789 | 2026-05-28T17:08:05.364Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3790 | 2026-05-28T17:08:05.467Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3791 | 2026-05-28T17:08:05.591Z | Checking progenitor-client v0.11.2 |
| 3792 | 2026-05-28T17:08:05.631Z | Checking secrecy v0.8.0 |
| 3793 | 2026-05-28T17:08:05.763Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3794 | 2026-05-28T17:08:05.985Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3795 | 2026-05-28T17:08:06.085Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 3796 | 2026-05-28T17:08:06.103Z | Compiling typify-macro v0.4.3 |
| 3797 | 2026-05-28T17:08:06.160Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3798 | 2026-05-28T17:08:06.193Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3799 | 2026-05-28T17:08:06.261Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3800 | 2026-05-28T17:08:06.406Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3801 | 2026-05-28T17:08:06.436Z | Checking filetime v0.2.27 |
| 3802 | 2026-05-28T17:08:06.579Z | Checking crc8 v0.1.1 |
| 3803 | 2026-05-28T17:08:06.618Z | Checking xattr v1.6.1 |
| 3804 | 2026-05-28T17:08:06.747Z | Checking http-range v0.1.5 |
| 3805 | 2026-05-28T17:08:06.780Z | Checking tar v0.4.45 |
| 3806 | 2026-05-28T17:08:06.883Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3807 | 2026-05-28T17:08:07.071Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3808 | 2026-05-28T17:08:07.088Z | Checking illumos-nvpair v0.3.0 |
| 3809 | 2026-05-28T17:08:07.241Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3810 | 2026-05-28T17:08:07.259Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3811 | 2026-05-28T17:08:07.326Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3812 | 2026-05-28T17:08:07.643Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3813 | 2026-05-28T17:08:07.687Z | Checking atty v0.2.14 |
| 3814 | 2026-05-28T17:08:07.773Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3815 | 2026-05-28T17:08:07.795Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 3816 | 2026-05-28T17:08:07.858Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3817 | 2026-05-28T17:08:07.880Z | Compiling typify v0.4.3 |
| 3818 | 2026-05-28T17:08:08.002Z | Compiling progenitor-impl v0.11.2 |
| 3819 | 2026-05-28T17:08:08.252Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3820 | 2026-05-28T17:08:08.407Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3821 | 2026-05-28T17:08:08.429Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3822 | 2026-05-28T17:08:08.586Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3823 | 2026-05-28T17:08:08.682Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3824 | 2026-05-28T17:08:08.769Z | Checking hyper-staticfile v0.10.1 |
| 3825 | 2026-05-28T17:08:08.936Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3826 | 2026-05-28T17:08:09.068Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3827 | 2026-05-28T17:08:09.177Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3828 | 2026-05-28T17:08:09.294Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3829 | 2026-05-28T17:08:09.384Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3830 | 2026-05-28T17:08:09.441Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3831 | 2026-05-28T17:08:09.572Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3832 | 2026-05-28T17:08:09.662Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3833 | 2026-05-28T17:08:09.825Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3834 | 2026-05-28T17:08:09.851Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3835 | 2026-05-28T17:08:09.954Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3836 | 2026-05-28T17:08:10.107Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3837 | 2026-05-28T17:08:10.580Z | Compiling progenitor-macro v0.11.2 |
| 3838 | 2026-05-28T17:08:13.102Z | Checking progenitor v0.11.2 |
| 3839 | 2026-05-28T17:08:13.239Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3840 | 2026-05-28T17:08:13.452Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3841 | 2026-05-28T17:08:17.969Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3842 | 2026-05-28T17:08:29.035Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.45s |
| 3843 | 2026-05-28T17:08:29.244Z | |
| 3844 | 2026-05-28T17:08:29.244Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/295) |
| 3845 | 2026-05-28T17:08:29.800Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3846 | 2026-05-28T17:08:29.804Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3847 | 2026-05-28T17:08:30.029Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3848 | 2026-05-28T17:08:40.754Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.50s |
| 3849 | 2026-05-28T17:08:40.967Z | |
| 3850 | 2026-05-28T17:08:40.967Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/295) |
| 3851 | 2026-05-28T17:08:41.522Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3852 | 2026-05-28T17:08:41.525Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3853 | 2026-05-28T17:08:41.754Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3854 | 2026-05-28T17:08:52.526Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.55s |
| 3855 | 2026-05-28T17:08:52.748Z | |
| 3856 | 2026-05-28T17:08:52.748Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/295) |
| 3857 | 2026-05-28T17:08:53.309Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3858 | 2026-05-28T17:08:53.313Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3859 | 2026-05-28T17:08:53.539Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3860 | 2026-05-28T17:09:04.251Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.49s |
| 3861 | 2026-05-28T17:09:04.462Z | |
| 3862 | 2026-05-28T17:09:04.462Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/295) |
| 3863 | 2026-05-28T17:09:05.018Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3864 | 2026-05-28T17:09:05.022Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3865 | 2026-05-28T17:09:05.249Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3866 | 2026-05-28T17:09:15.971Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.50s |
| 3867 | 2026-05-28T17:09:16.186Z | |
| 3868 | 2026-05-28T17:09:16.186Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/295) |
| 3869 | 2026-05-28T17:09:16.744Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3870 | 2026-05-28T17:09:16.748Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3871 | 2026-05-28T17:09:16.977Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3872 | 2026-05-28T17:09:27.653Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.46s |
| 3873 | 2026-05-28T17:09:27.875Z | |
| 3874 | 2026-05-28T17:09:27.875Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/295) |
| 3875 | 2026-05-28T17:09:28.432Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3876 | 2026-05-28T17:09:28.435Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3877 | 2026-05-28T17:09:28.659Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3878 | 2026-05-28T17:09:39.415Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.53s |
| 3879 | 2026-05-28T17:09:39.631Z | |
| 3880 | 2026-05-28T17:09:39.631Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/295) |
| 3881 | 2026-05-28T17:09:40.188Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3882 | 2026-05-28T17:09:40.191Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3883 | 2026-05-28T17:09:40.421Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3884 | 2026-05-28T17:09:51.118Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.48s |
| 3885 | 2026-05-28T17:09:51.336Z | |
| 3886 | 2026-05-28T17:09:51.336Z | info: running `cargo check --bins` on bootstrap-agent-api (210/295) |
| 3887 | 2026-05-28T17:09:51.849Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3888 | 2026-05-28T17:09:51.853Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3889 | 2026-05-28T17:09:51.853Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3890 | 2026-05-28T17:09:51.856Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3891 | 2026-05-28T17:09:51.943Z | |
| 3892 | 2026-05-28T17:09:51.943Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-api (211/295) |
| 3893 | 2026-05-28T17:09:52.461Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3894 | 2026-05-28T17:09:52.477Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3895 | 2026-05-28T17:09:52.477Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3896 | 2026-05-28T17:09:52.477Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3897 | 2026-05-28T17:09:52.549Z | |
| 3898 | 2026-05-28T17:09:52.549Z | info: running `cargo check --bins` on range-requests (212/295) |
| 3899 | 2026-05-28T17:09:53.053Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3900 | 2026-05-28T17:09:53.056Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3901 | 2026-05-28T17:09:53.056Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3902 | 2026-05-28T17:09:53.059Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3903 | 2026-05-28T17:09:53.148Z | |
| 3904 | 2026-05-28T17:09:53.148Z | info: running `cargo check --bins` on repo-depot-api (213/295) |
| 3905 | 2026-05-28T17:09:53.657Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3906 | 2026-05-28T17:09:53.661Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3907 | 2026-05-28T17:09:53.661Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3908 | 2026-05-28T17:09:53.664Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3909 | 2026-05-28T17:09:53.753Z | |
| 3910 | 2026-05-28T17:09:53.753Z | info: running `cargo check --bins` on sled-agent-api (214/295) |
| 3911 | 2026-05-28T17:09:54.280Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3912 | 2026-05-28T17:09:54.284Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3913 | 2026-05-28T17:09:54.284Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3914 | 2026-05-28T17:09:54.287Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3915 | 2026-05-28T17:09:54.380Z | |
| 3916 | 2026-05-28T17:09:54.380Z | info: running `cargo check --bins` on sled-diagnostics (215/295) |
| 3917 | 2026-05-28T17:09:54.901Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3918 | 2026-05-28T17:09:54.904Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3919 | 2026-05-28T17:09:54.904Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3920 | 2026-05-28T17:09:54.907Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3921 | 2026-05-28T17:09:55.002Z | |
| 3922 | 2026-05-28T17:09:55.002Z | info: running `cargo check --bins` on zfs-test-harness (216/295) |
| 3923 | 2026-05-28T17:09:55.526Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3924 | 2026-05-28T17:09:55.529Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3925 | 2026-05-28T17:09:55.529Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3926 | 2026-05-28T17:09:55.532Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3927 | 2026-05-28T17:09:55.621Z | |
| 3928 | 2026-05-28T17:09:55.621Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (217/295) |
| 3929 | 2026-05-28T17:09:56.149Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3930 | 2026-05-28T17:09:56.153Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3931 | 2026-05-28T17:09:56.153Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3932 | 2026-05-28T17:09:56.156Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3933 | 2026-05-28T17:09:56.251Z | |
| 3934 | 2026-05-28T17:09:56.251Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (218/295) |
| 3935 | 2026-05-28T17:09:56.777Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3936 | 2026-05-28T17:09:56.780Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3937 | 2026-05-28T17:09:56.780Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3938 | 2026-05-28T17:09:56.783Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3939 | 2026-05-28T17:09:56.876Z | |
| 3940 | 2026-05-28T17:09:56.876Z | info: running `cargo check --bins` on sled-agent-early-networking (219/295) |
| 3941 | 2026-05-28T17:09:57.401Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3942 | 2026-05-28T17:09:57.404Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3943 | 2026-05-28T17:09:57.404Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3944 | 2026-05-28T17:09:57.407Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3945 | 2026-05-28T17:09:57.501Z | |
| 3946 | 2026-05-28T17:09:57.501Z | info: running `cargo check --bins` on sled-agent-health-monitor (220/295) |
| 3947 | 2026-05-28T17:09:58.023Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3948 | 2026-05-28T17:09:58.026Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3949 | 2026-05-28T17:09:58.026Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3950 | 2026-05-28T17:09:58.030Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3951 | 2026-05-28T17:09:58.121Z | |
| 3952 | 2026-05-28T17:09:58.121Z | info: running `cargo check --bins --no-default-features` on sled-agent-measurements (221/295) |
| 3953 | 2026-05-28T17:09:58.650Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3954 | 2026-05-28T17:09:58.654Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3955 | 2026-05-28T17:09:58.654Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3956 | 2026-05-28T17:09:58.657Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3957 | 2026-05-28T17:09:58.752Z | |
| 3958 | 2026-05-28T17:09:58.752Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (222/295) |
| 3959 | 2026-05-28T17:09:59.278Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3960 | 2026-05-28T17:09:59.282Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3961 | 2026-05-28T17:09:59.282Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3962 | 2026-05-28T17:09:59.286Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3963 | 2026-05-28T17:09:59.379Z | |
| 3964 | 2026-05-28T17:09:59.379Z | info: running `cargo check --bins` on sled-agent-resolvable-files (223/295) |
| 3965 | 2026-05-28T17:09:59.906Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3966 | 2026-05-28T17:09:59.909Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3967 | 2026-05-28T17:09:59.909Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3968 | 2026-05-28T17:09:59.913Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3969 | 2026-05-28T17:10:00.002Z | |
| 3970 | 2026-05-28T17:10:00.002Z | info: running `cargo check --bins` on sled-agent-rack-setup (224/295) |
| 3971 | 2026-05-28T17:10:00.544Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3972 | 2026-05-28T17:10:00.547Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3973 | 2026-05-28T17:10:00.547Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3974 | 2026-05-28T17:10:00.551Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3975 | 2026-05-28T17:10:00.649Z | |
| 3976 | 2026-05-28T17:10:00.649Z | info: running `cargo check --bins` on trust-quorum (225/295) |
| 3977 | 2026-05-28T17:10:01.179Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3978 | 2026-05-28T17:10:01.189Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3979 | 2026-05-28T17:10:01.189Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3980 | 2026-05-28T17:10:01.189Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3981 | 2026-05-28T17:10:01.291Z | |
| 3982 | 2026-05-28T17:10:01.291Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (226/295) |
| 3983 | 2026-05-28T17:10:01.844Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3984 | 2026-05-28T17:10:01.864Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3985 | 2026-05-28T17:10:01.864Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3986 | 2026-05-28T17:10:01.864Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3987 | 2026-05-28T17:10:01.927Z | |
| 3988 | 2026-05-28T17:10:01.927Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (227/295) |
| 3989 | 2026-05-28T17:10:02.483Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3990 | 2026-05-28T17:10:02.491Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3991 | 2026-05-28T17:10:02.491Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3992 | 2026-05-28T17:10:02.491Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3993 | 2026-05-28T17:10:02.588Z | |
| 3994 | 2026-05-28T17:10:02.588Z | info: running `cargo check --bins` on update-common (228/295) |
| 3995 | 2026-05-28T17:10:03.104Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3996 | 2026-05-28T17:10:03.122Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3997 | 2026-05-28T17:10:03.122Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3998 | 2026-05-28T17:10:03.122Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3999 | 2026-05-28T17:10:03.202Z | |
| 4000 | 2026-05-28T17:10:03.202Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (229/295) |
| 4001 | 2026-05-28T17:10:03.744Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4002 | 2026-05-28T17:10:03.751Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4003 | 2026-05-28T17:10:03.751Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4004 | 2026-05-28T17:10:03.752Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4005 | 2026-05-28T17:10:03.857Z | |
| 4006 | 2026-05-28T17:10:03.857Z | info: running `cargo check --bins` on omicron-deployment-graph (230/295) |
| 4007 | 2026-05-28T17:10:04.341Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4008 | 2026-05-28T17:10:04.346Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4009 | 2026-05-28T17:10:04.346Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4010 | 2026-05-28T17:10:04.365Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4011 | 2026-05-28T17:10:04.429Z | |
| 4012 | 2026-05-28T17:10:04.429Z | info: running `cargo check --bins` on reconfigurator-cli (231/295) |
| 4013 | 2026-05-28T17:10:04.978Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4014 | 2026-05-28T17:10:04.981Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4015 | 2026-05-28T17:10:05.207Z | Compiling fs-err v2.11.0 |
| 4016 | 2026-05-28T17:10:05.210Z | Checking ignore v0.4.25 |
| 4017 | 2026-05-28T17:10:05.210Z | Checking arc-swap v1.8.2 |
| 4018 | 2026-05-28T17:10:05.345Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 4019 | 2026-05-28T17:10:05.345Z | Checking predicates-tree v1.0.13 |
| 4020 | 2026-05-28T17:10:05.351Z | Checking parse-size v1.1.0 |
| 4021 | 2026-05-28T17:10:05.375Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4022 | 2026-05-28T17:10:05.378Z | Checking rand_seeder v0.4.0 |
| 4023 | 2026-05-28T17:10:05.441Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 4024 | 2026-05-28T17:10:05.476Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 4025 | 2026-05-28T17:10:05.527Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 4026 | 2026-05-28T17:10:05.540Z | Checking slog-scope v4.4.1 |
| 4027 | 2026-05-28T17:10:05.575Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 4028 | 2026-05-28T17:10:05.668Z | Checking slog-stdlog v4.1.1 |
| 4029 | 2026-05-28T17:10:05.684Z | Compiling petname v2.0.2 |
| 4030 | 2026-05-28T17:10:05.700Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4031 | 2026-05-28T17:10:05.728Z | Checking globwalk v0.9.1 |
| 4032 | 2026-05-28T17:10:05.790Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 4033 | 2026-05-28T17:10:05.794Z | Checking slog-envlogger v2.2.0 |
| 4034 | 2026-05-28T17:10:05.909Z | Checking camino-tempfile-ext v0.3.3 |
| 4035 | 2026-05-28T17:10:05.944Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4036 | 2026-05-28T17:10:05.968Z | Checking sapling-renderdag v0.1.0 |
| 4037 | 2026-05-28T17:10:06.107Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4038 | 2026-05-28T17:10:06.137Z | Checking subprocess v0.2.15 |
| 4039 | 2026-05-28T17:10:06.208Z | Checking sync-ptr v0.1.4 |
| 4040 | 2026-05-28T17:10:06.325Z | Checking colored v2.2.0 |
| 4041 | 2026-05-28T17:10:06.328Z | Checking assert_matches v1.5.0 |
| 4042 | 2026-05-28T17:10:06.418Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 4043 | 2026-05-28T17:10:06.571Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 4044 | 2026-05-28T17:10:06.574Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 4045 | 2026-05-28T17:10:07.313Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4046 | 2026-05-28T17:10:08.655Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4047 | 2026-05-28T17:10:10.887Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.45s |
| 4048 | 2026-05-28T17:10:11.098Z | |
| 4049 | 2026-05-28T17:10:11.098Z | info: running `cargo check --bins` on omicron-repl-utils (232/295) |
| 4050 | 2026-05-28T17:10:11.595Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4051 | 2026-05-28T17:10:11.599Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4052 | 2026-05-28T17:10:11.599Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4053 | 2026-05-28T17:10:11.602Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4054 | 2026-05-28T17:10:11.688Z | |
| 4055 | 2026-05-28T17:10:11.688Z | info: running `cargo check --bins` on transient-dns-server (233/295) |
| 4056 | 2026-05-28T17:10:12.202Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4057 | 2026-05-28T17:10:12.205Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4058 | 2026-05-28T17:10:12.205Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4059 | 2026-05-28T17:10:12.209Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4060 | 2026-05-28T17:10:12.295Z | |
| 4061 | 2026-05-28T17:10:12.296Z | info: running `cargo check --bins` on nexus-test-interface (234/295) |
| 4062 | 2026-05-28T17:10:12.844Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4063 | 2026-05-28T17:10:12.847Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4064 | 2026-05-28T17:10:12.847Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4065 | 2026-05-28T17:10:12.851Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4066 | 2026-05-28T17:10:12.945Z | |
| 4067 | 2026-05-28T17:10:12.945Z | info: running `cargo check --bins` on oximeter-collector (235/295) |
| 4068 | 2026-05-28T17:10:13.481Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4069 | 2026-05-28T17:10:13.485Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4070 | 2026-05-28T17:10:13.671Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 4071 | 2026-05-28T17:10:13.671Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 4072 | 2026-05-28T17:10:14.330Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4073 | 2026-05-28T17:10:15.925Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.97s |
| 4074 | 2026-05-28T17:10:16.133Z | |
| 4075 | 2026-05-28T17:10:16.133Z | info: running `cargo check --bins` on oximeter-api (236/295) |
| 4076 | 2026-05-28T17:10:16.662Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4077 | 2026-05-28T17:10:16.665Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4078 | 2026-05-28T17:10:16.665Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4079 | 2026-05-28T17:10:16.668Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4080 | 2026-05-28T17:10:16.759Z | |
| 4081 | 2026-05-28T17:10:16.759Z | info: running `cargo check --bins` on cert-dev (237/295) |
| 4082 | 2026-05-28T17:10:17.253Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4083 | 2026-05-28T17:10:17.256Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4084 | 2026-05-28T17:10:17.367Z | Checking yasna v0.5.2 |
| 4085 | 2026-05-28T17:10:17.773Z | Checking rcgen v0.12.1 |
| 4086 | 2026-05-28T17:10:18.027Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 4087 | 2026-05-28T17:10:18.209Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s |
| 4088 | 2026-05-28T17:10:18.395Z | |
| 4089 | 2026-05-28T17:10:18.395Z | info: running `cargo check --bins` on clickana (238/295) |
| 4090 | 2026-05-28T17:10:18.912Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4091 | 2026-05-28T17:10:18.915Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4092 | 2026-05-28T17:10:19.050Z | Compiling darling_core v0.23.0 |
| 4093 | 2026-05-28T17:10:19.160Z | Compiling instability v0.3.11 |
| 4094 | 2026-05-28T17:10:19.160Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 4095 | 2026-05-28T17:10:19.177Z | Checking castaway v0.2.4 |
| 4096 | 2026-05-28T17:10:19.180Z | Compiling indoc v2.0.7 |
| 4097 | 2026-05-28T17:10:19.195Z | Checking unicode-truncate v1.1.0 |
| 4098 | 2026-05-28T17:10:19.198Z | Checking lru v0.12.5 |
| 4099 | 2026-05-28T17:10:19.198Z | Checking cassowary v0.3.0 |
| 4100 | 2026-05-28T17:10:19.276Z | Checking compact_str v0.8.1 |
| 4101 | 2026-05-28T17:10:20.487Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 4102 | 2026-05-28T17:10:20.613Z | Compiling darling_macro v0.23.0 |
| 4103 | 2026-05-28T17:10:20.668Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 4104 | 2026-05-28T17:10:21.025Z | Compiling darling v0.23.0 |
| 4105 | 2026-05-28T17:10:21.651Z | Checking ratatui v0.29.0 |
| 4106 | 2026-05-28T17:10:22.717Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 4107 | 2026-05-28T17:10:23.396Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.99s |
| 4108 | 2026-05-28T17:10:23.582Z | |
| 4109 | 2026-05-28T17:10:23.582Z | info: running `cargo check --bins` on clickhouse-cluster-dev (239/295) |
| 4110 | 2026-05-28T17:10:24.127Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4111 | 2026-05-28T17:10:24.130Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4112 | 2026-05-28T17:10:24.319Z | Checking headers-core v0.3.0 |
| 4113 | 2026-05-28T17:10:24.319Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 4114 | 2026-05-28T17:10:24.520Z | Checking headers v0.4.1 |
| 4115 | 2026-05-28T17:10:24.889Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4116 | 2026-05-28T17:10:25.738Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 4117 | 2026-05-28T17:10:26.239Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 4118 | 2026-05-28T17:10:26.669Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.08s |
| 4119 | 2026-05-28T17:10:26.869Z | |
| 4120 | 2026-05-28T17:10:26.869Z | info: running `cargo check --bins` on ch-dev (240/295) |
| 4121 | 2026-05-28T17:10:27.417Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4122 | 2026-05-28T17:10:27.420Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4123 | 2026-05-28T17:10:27.605Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 4124 | 2026-05-28T17:10:28.361Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s |
| 4125 | 2026-05-28T17:10:28.563Z | |
| 4126 | 2026-05-28T17:10:28.563Z | info: running `cargo check --bins` on dev-tools-common (241/295) |
| 4127 | 2026-05-28T17:10:28.973Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4128 | 2026-05-28T17:10:28.977Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4129 | 2026-05-28T17:10:28.977Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4130 | 2026-05-28T17:10:28.980Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 4131 | 2026-05-28T17:10:29.037Z | |
| 4132 | 2026-05-28T17:10:29.037Z | info: running `cargo check --bins` on crdb-seed (242/295) |
| 4133 | 2026-05-28T17:10:29.574Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4134 | 2026-05-28T17:10:29.578Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4135 | 2026-05-28T17:10:29.757Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4136 | 2026-05-28T17:10:30.749Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 4137 | 2026-05-28T17:10:31.096Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.05s |
| 4138 | 2026-05-28T17:10:31.301Z | |
| 4139 | 2026-05-28T17:10:31.301Z | info: running `cargo check --bins` on db-dev (243/295) |
| 4140 | 2026-05-28T17:10:31.843Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4141 | 2026-05-28T17:10:31.846Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4142 | 2026-05-28T17:10:32.029Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 4143 | 2026-05-28T17:10:32.795Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s |
| 4144 | 2026-05-28T17:10:33.000Z | |
| 4145 | 2026-05-28T17:10:33.000Z | info: running `cargo check --bins` on omicron-dev-lib (244/295) |
| 4146 | 2026-05-28T17:10:33.539Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4147 | 2026-05-28T17:10:33.542Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4148 | 2026-05-28T17:10:33.543Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4149 | 2026-05-28T17:10:33.546Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4150 | 2026-05-28T17:10:33.646Z | |
| 4151 | 2026-05-28T17:10:33.646Z | info: running `cargo check --bins` on xtask-downloader (245/295) |
| 4152 | 2026-05-28T17:10:34.145Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4153 | 2026-05-28T17:10:34.149Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4154 | 2026-05-28T17:10:34.263Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 4155 | 2026-05-28T17:10:34.972Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s |
| 4156 | 2026-05-28T17:10:35.136Z | |
| 4157 | 2026-05-28T17:10:35.136Z | info: running `cargo check --bins` on omicron-dropshot-apis (246/295) |
| 4158 | 2026-05-28T17:10:35.681Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4159 | 2026-05-28T17:10:35.684Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4160 | 2026-05-28T17:10:35.891Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4161 | 2026-05-28T17:10:35.891Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4162 | 2026-05-28T17:10:35.891Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 4163 | 2026-05-28T17:10:35.894Z | Checking git-stub v1.0.0 |
| 4164 | 2026-05-28T17:10:35.894Z | Compiling trait-variant v0.1.2 |
| 4165 | 2026-05-28T17:10:35.894Z | Checking maplit v1.0.2 |
| 4166 | 2026-05-28T17:10:35.894Z | Checking is_ci v1.2.0 |
| 4167 | 2026-05-28T17:10:36.032Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4168 | 2026-05-28T17:10:36.084Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4169 | 2026-05-28T17:10:36.121Z | Checking supports-color v3.0.2 |
| 4170 | 2026-05-28T17:10:36.164Z | Checking git-stub-vcs v0.1.0 |
| 4171 | 2026-05-28T17:10:36.252Z | Checking drift v0.2.0 |
| 4172 | 2026-05-28T17:10:36.286Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4173 | 2026-05-28T17:10:36.300Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4174 | 2026-05-28T17:10:36.363Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4175 | 2026-05-28T17:10:36.502Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4176 | 2026-05-28T17:10:36.568Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 4177 | 2026-05-28T17:10:36.585Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 4178 | 2026-05-28T17:10:36.613Z | Checking dropshot-api-manager v0.7.2 |
| 4179 | 2026-05-28T17:10:36.760Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4180 | 2026-05-28T17:10:36.819Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 4181 | 2026-05-28T17:10:36.966Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 4182 | 2026-05-28T17:10:37.325Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4183 | 2026-05-28T17:10:42.220Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4184 | 2026-05-28T17:10:43.311Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4185 | 2026-05-28T17:10:43.876Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 4186 | 2026-05-28T17:10:44.309Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.16s |
| 4187 | 2026-05-28T17:10:44.520Z | |
| 4188 | 2026-05-28T17:10:44.520Z | info: running `cargo check --bins` on installinator-api (247/295) |
| 4189 | 2026-05-28T17:10:45.028Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4190 | 2026-05-28T17:10:45.032Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4191 | 2026-05-28T17:10:45.032Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4192 | 2026-05-28T17:10:45.035Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4193 | 2026-05-28T17:10:45.126Z | |
| 4194 | 2026-05-28T17:10:45.126Z | info: running `cargo check --bins` on nexus-external-api (248/295) |
| 4195 | 2026-05-28T17:10:45.670Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4196 | 2026-05-28T17:10:45.673Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4197 | 2026-05-28T17:10:45.673Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4198 | 2026-05-28T17:10:45.677Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4199 | 2026-05-28T17:10:45.775Z | |
| 4200 | 2026-05-28T17:10:45.775Z | info: running `cargo check --bins` on nexus-internal-api (249/295) |
| 4201 | 2026-05-28T17:10:46.316Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4202 | 2026-05-28T17:10:46.320Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4203 | 2026-05-28T17:10:46.320Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4204 | 2026-05-28T17:10:46.323Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4205 | 2026-05-28T17:10:46.419Z | |
| 4206 | 2026-05-28T17:10:46.419Z | info: running `cargo check --bins` on nexus-lockstep-api (250/295) |
| 4207 | 2026-05-28T17:10:46.958Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4208 | 2026-05-28T17:10:46.962Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4209 | 2026-05-28T17:10:46.962Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4210 | 2026-05-28T17:10:46.965Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4211 | 2026-05-28T17:10:47.064Z | |
| 4212 | 2026-05-28T17:10:47.064Z | info: running `cargo check --bins` on ntp-admin-api (251/295) |
| 4213 | 2026-05-28T17:10:47.574Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4214 | 2026-05-28T17:10:47.577Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4215 | 2026-05-28T17:10:47.577Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4216 | 2026-05-28T17:10:47.580Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4217 | 2026-05-28T17:10:47.672Z | |
| 4218 | 2026-05-28T17:10:47.672Z | info: running `cargo check --bins` on ntp-admin-types-versions (252/295) |
| 4219 | 2026-05-28T17:10:48.173Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4220 | 2026-05-28T17:10:48.176Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4221 | 2026-05-28T17:10:48.176Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4222 | 2026-05-28T17:10:48.179Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4223 | 2026-05-28T17:10:48.268Z | |
| 4224 | 2026-05-28T17:10:48.268Z | info: running `cargo check --bins` on wicketd-api (253/295) |
| 4225 | 2026-05-28T17:10:48.790Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4226 | 2026-05-28T17:10:48.793Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4227 | 2026-05-28T17:10:48.793Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4228 | 2026-05-28T17:10:48.796Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4229 | 2026-05-28T17:10:48.892Z | |
| 4230 | 2026-05-28T17:10:48.892Z | info: running `cargo check --bins` on omicron-ls-apis (254/295) |
| 4231 | 2026-05-28T17:10:49.397Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4232 | 2026-05-28T17:10:49.400Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4233 | 2026-05-28T17:10:49.512Z | Checking typeid v1.0.3 |
| 4234 | 2026-05-28T17:10:49.624Z | Checking ordered-float v2.10.1 |
| 4235 | 2026-05-28T17:10:49.642Z | Checking unicode-xid v0.2.6 |
| 4236 | 2026-05-28T17:10:49.653Z | Checking cargo-platform v0.2.0 |
| 4237 | 2026-05-28T17:10:49.664Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 4238 | 2026-05-28T17:10:49.694Z | Checking erased-serde v0.4.9 |
| 4239 | 2026-05-28T17:10:49.830Z | Checking serde-value v0.7.0 |
| 4240 | 2026-05-28T17:10:50.005Z | Checking serde-untagged v0.1.9 |
| 4241 | 2026-05-28T17:10:50.162Z | Checking cargo-util-schemas v0.8.2 |
| 4242 | 2026-05-28T17:10:50.850Z | Checking cargo_metadata v0.21.0 |
| 4243 | 2026-05-28T17:10:51.461Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 4244 | 2026-05-28T17:10:52.166Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s |
| 4245 | 2026-05-28T17:10:52.340Z | |
| 4246 | 2026-05-28T17:10:52.340Z | info: running `cargo check --bins` on mgs-dev (255/295) |
| 4247 | 2026-05-28T17:10:52.888Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4248 | 2026-05-28T17:10:52.891Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4249 | 2026-05-28T17:10:53.080Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4250 | 2026-05-28T17:10:53.716Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 4251 | 2026-05-28T17:10:54.231Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.88s |
| 4252 | 2026-05-28T17:10:54.432Z | |
| 4253 | 2026-05-28T17:10:54.432Z | info: running `cargo check --bins` on omicron-omdb (256/295) |
| 4254 | 2026-05-28T17:10:55.010Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4255 | 2026-05-28T17:10:55.013Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4256 | 2026-05-28T17:10:55.384Z | Compiling vergen-lib v0.1.6 |
| 4257 | 2026-05-28T17:10:55.384Z | Compiling vergen-gitcl v1.0.8 |
| 4258 | 2026-05-28T17:10:55.384Z | Compiling dirs-sys-next v0.1.2 |
| 4259 | 2026-05-28T17:10:55.388Z | Compiling crunchy v0.2.4 |
| 4260 | 2026-05-28T17:10:55.388Z | Compiling diesel_derives v2.3.7 |
| 4261 | 2026-05-28T17:10:55.388Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4262 | 2026-05-28T17:10:55.388Z | Compiling glob v0.3.3 |
| 4263 | 2026-05-28T17:10:55.388Z | Compiling dsl_auto_type v0.2.0 |
| 4264 | 2026-05-28T17:10:55.801Z | Compiling dirs-next v2.0.0 |
| 4265 | 2026-05-28T17:10:55.831Z | Checking scheduled-thread-pool v0.2.7 |
| 4266 | 2026-05-28T17:10:55.834Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 4267 | 2026-05-28T17:10:55.846Z | Compiling tiny-keccak v2.0.2 |
| 4268 | 2026-05-28T17:10:55.934Z | Compiling clang-sys v1.8.1 |
| 4269 | 2026-05-28T17:10:55.949Z | Compiling term v0.7.0 |
| 4270 | 2026-05-28T17:10:55.973Z | Checking r2d2 v0.8.10 |
| 4271 | 2026-05-28T17:10:56.165Z | Compiling bit-vec v0.6.3 |
| 4272 | 2026-05-28T17:10:56.192Z | Checking downcast-rs v2.0.2 |
| 4273 | 2026-05-28T17:10:56.214Z | Compiling ascii-canvas v3.0.0 |
| 4274 | 2026-05-28T17:10:56.324Z | Compiling itertools v0.10.5 |
| 4275 | 2026-05-28T17:10:56.395Z | Compiling bit-set v0.5.3 |
| 4276 | 2026-05-28T17:10:56.457Z | Compiling ena v0.14.4 |
| 4277 | 2026-05-28T17:10:56.504Z | Compiling libloading v0.8.9 |
| 4278 | 2026-05-28T17:10:56.561Z | Compiling bindgen v0.71.1 |
| 4279 | 2026-05-28T17:10:56.648Z | Compiling regex-syntax v0.6.29 |
| 4280 | 2026-05-28T17:10:56.686Z | Compiling diff v0.1.13 |
| 4281 | 2026-05-28T17:10:56.725Z | Compiling cexpr v0.6.0 |
| 4282 | 2026-05-28T17:10:56.971Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 4283 | 2026-05-28T17:10:57.032Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 4284 | 2026-05-28T17:10:57.163Z | Compiling rustc-hash v2.1.1 |
| 4285 | 2026-05-28T17:10:57.214Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4286 | 2026-05-28T17:10:57.303Z | Compiling libxml v0.3.3 |
| 4287 | 2026-05-28T17:10:57.429Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 4288 | 2026-05-28T17:10:57.444Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4289 | 2026-05-28T17:10:57.574Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 4290 | 2026-05-28T17:10:57.767Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4291 | 2026-05-28T17:10:57.841Z | Compiling strum_macros v0.24.3 |
| 4292 | 2026-05-28T17:10:57.925Z | Compiling indoc v1.0.9 |
| 4293 | 2026-05-28T17:10:57.983Z | Compiling lalrpop v0.19.12 |
| 4294 | 2026-05-28T17:10:58.757Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4295 | 2026-05-28T17:10:58.950Z | Checking derive_builder v0.20.2 |
| 4296 | 2026-05-28T17:10:59.074Z | Compiling oso-derive v0.27.3 |
| 4297 | 2026-05-28T17:10:59.197Z | Checking quick-xml v0.37.5 |
| 4298 | 2026-05-28T17:10:59.302Z | Compiling impl-trait-for-tuples v0.2.3 |
| 4299 | 2026-05-28T17:10:59.578Z | Checking openssl-probe v0.1.6 |
| 4300 | 2026-05-28T17:10:59.727Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 4301 | 2026-05-28T17:11:00.079Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4302 | 2026-05-28T17:11:00.280Z | Checking bb8 v0.8.6 |
| 4303 | 2026-05-28T17:11:00.420Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4304 | 2026-05-28T17:11:00.465Z | Compiling libz-sys v1.1.24 |
| 4305 | 2026-05-28T17:11:00.563Z | Checking nonempty v0.12.0 |
| 4306 | 2026-05-28T17:11:00.638Z | Compiling strsim v0.10.0 |
| 4307 | 2026-05-28T17:11:00.736Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 4308 | 2026-05-28T17:11:00.851Z | Compiling darling_core v0.13.4 |
| 4309 | 2026-05-28T17:11:00.978Z | Compiling vergen-git2 v9.1.0 |
| 4310 | 2026-05-28T17:11:01.048Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4311 | 2026-05-28T17:11:01.204Z | Compiling rustls v0.21.12 |
| 4312 | 2026-05-28T17:11:01.251Z | Compiling base64 v0.21.7 |
| 4313 | 2026-05-28T17:11:01.445Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 4314 | 2026-05-28T17:11:01.472Z | Checking diesel v2.3.7 |
| 4315 | 2026-05-28T17:11:01.582Z | Compiling ron v0.8.1 |
| 4316 | 2026-05-28T17:11:02.449Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4317 | 2026-05-28T17:11:02.593Z | Checking rustls-webpki v0.101.7 |
| 4318 | 2026-05-28T17:11:02.646Z | Checking sct v0.7.1 |
| 4319 | 2026-05-28T17:11:02.816Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 4320 | 2026-05-28T17:11:02.836Z | Compiling darling_macro v0.13.4 |
| 4321 | 2026-05-28T17:11:03.314Z | Compiling darling v0.13.4 |
| 4322 | 2026-05-28T17:11:03.378Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4323 | 2026-05-28T17:11:03.408Z | Compiling serde_with_macros v1.5.2 |
| 4324 | 2026-05-28T17:11:04.248Z | Compiling serde_with v1.14.0 |
| 4325 | 2026-05-28T17:11:04.264Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 4326 | 2026-05-28T17:11:05.081Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4327 | 2026-05-28T17:11:05.385Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 4328 | 2026-05-28T17:11:06.016Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 4329 | 2026-05-28T17:11:06.673Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4330 | 2026-05-28T17:11:06.708Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 4331 | 2026-05-28T17:11:06.876Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4332 | 2026-05-28T17:11:06.908Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4333 | 2026-05-28T17:11:06.960Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4334 | 2026-05-28T17:11:07.074Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4335 | 2026-05-28T17:11:07.237Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4336 | 2026-05-28T17:11:07.257Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4337 | 2026-05-28T17:11:07.299Z | Checking tokio-rustls v0.24.1 |
| 4338 | 2026-05-28T17:11:07.506Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4339 | 2026-05-28T17:11:08.062Z | Checking rustls-pemfile v1.0.4 |
| 4340 | 2026-05-28T17:11:08.138Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 4341 | 2026-05-28T17:11:08.214Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4342 | 2026-05-28T17:11:08.324Z | Checking twox-hash v2.1.2 |
| 4343 | 2026-05-28T17:11:08.412Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4344 | 2026-05-28T17:11:08.665Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 4345 | 2026-05-28T17:11:08.724Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4346 | 2026-05-28T17:11:09.069Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 4347 | 2026-05-28T17:11:09.232Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 4348 | 2026-05-28T17:11:10.416Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 4349 | 2026-05-28T17:11:10.534Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4350 | 2026-05-28T17:11:10.688Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4351 | 2026-05-28T17:11:10.969Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4352 | 2026-05-28T17:11:11.218Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4353 | 2026-05-28T17:11:11.390Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 4354 | 2026-05-28T17:11:11.765Z | Checking console v0.16.2 |
| 4355 | 2026-05-28T17:11:12.089Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 4356 | 2026-05-28T17:11:12.244Z | Checking fatfs v0.3.6 |
| 4357 | 2026-05-28T17:11:12.422Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 4358 | 2026-05-28T17:11:12.701Z | Checking unit-prefix v0.5.2 |
| 4359 | 2026-05-28T17:11:12.844Z | Compiling seq-macro v0.3.6 |
| 4360 | 2026-05-28T17:11:13.370Z | Checking indicatif v0.18.4 |
| 4361 | 2026-05-28T17:11:13.776Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4362 | 2026-05-28T17:11:13.793Z | Checking support-bundle-viewer v0.1.2 |
| 4363 | 2026-05-28T17:11:13.923Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4364 | 2026-05-28T17:11:14.042Z | Checking multimap v0.10.1 |
| 4365 | 2026-05-28T17:11:19.950Z | Checking diesel-dtrace v0.5.0 |
| 4366 | 2026-05-28T17:11:20.202Z | Checking async-bb8-diesel v0.2.1 |
| 4367 | 2026-05-28T17:11:23.408Z | Compiling samael v0.0.19 |
| 4368 | 2026-05-28T17:11:28.932Z | Compiling git2 v0.20.4 |
| 4369 | 2026-05-28T17:11:29.318Z | Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 4370 | 2026-05-28T17:11:30.110Z | Compiling polar-core v0.27.3 |
| 4371 | 2026-05-28T17:11:31.346Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 4372 | 2026-05-28T17:11:34.629Z | Checking oso v0.27.3 |
| 4373 | 2026-05-28T17:12:02.310Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4374 | 2026-05-28T17:13:13.581Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 19s |
| 4375 | 2026-05-28T17:13:13.816Z | |
| 4376 | 2026-05-28T17:13:13.816Z | info: running `cargo check --bins` on nexus-networking (257/295) |
| 4377 | 2026-05-28T17:13:14.418Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4378 | 2026-05-28T17:13:14.421Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4379 | 2026-05-28T17:13:14.421Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4380 | 2026-05-28T17:13:14.425Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 4381 | 2026-05-28T17:13:14.527Z | |
| 4382 | 2026-05-28T17:13:14.527Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (258/295) |
| 4383 | 2026-05-28T17:13:15.083Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4384 | 2026-05-28T17:13:15.086Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4385 | 2026-05-28T17:13:15.086Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4386 | 2026-05-28T17:13:15.090Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4387 | 2026-05-28T17:13:15.191Z | |
| 4388 | 2026-05-28T17:13:15.191Z | info: running `cargo check --bins` on nexus-saga-recovery (259/295) |
| 4389 | 2026-05-28T17:13:15.743Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4390 | 2026-05-28T17:13:15.747Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4391 | 2026-05-28T17:13:15.747Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4392 | 2026-05-28T17:13:15.750Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4393 | 2026-05-28T17:13:15.851Z | |
| 4394 | 2026-05-28T17:13:15.851Z | info: running `cargo check --bins` on nexus-test-utils-macros (260/295) |
| 4395 | 2026-05-28T17:13:16.354Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4396 | 2026-05-28T17:13:16.357Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4397 | 2026-05-28T17:13:16.357Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4398 | 2026-05-28T17:13:16.361Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4399 | 2026-05-28T17:13:16.447Z | |
| 4400 | 2026-05-28T17:13:16.447Z | info: running `cargo check --bins --no-default-features` on omicron-nexus (261/295) |
| 4401 | 2026-05-28T17:13:17.027Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4402 | 2026-05-28T17:13:17.032Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4403 | 2026-05-28T17:13:17.293Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4404 | 2026-05-28T17:13:18.079Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s |
| 4405 | 2026-05-28T17:13:18.325Z | |
| 4406 | 2026-05-28T17:13:18.325Z | info: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (262/295) |
| 4407 | 2026-05-28T17:13:18.906Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4408 | 2026-05-28T17:13:18.909Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4409 | 2026-05-28T17:13:19.160Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4410 | 2026-05-28T17:13:55.800Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.46s |
| 4411 | 2026-05-28T17:13:56.023Z | |
| 4412 | 2026-05-28T17:13:56.023Z | info: running `cargo check --bins` on nexus-background-task-interface (263/295) |
| 4413 | 2026-05-28T17:13:56.538Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4414 | 2026-05-28T17:13:56.547Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4415 | 2026-05-28T17:13:56.547Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4416 | 2026-05-28T17:13:56.547Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4417 | 2026-05-28T17:13:56.609Z | |
| 4418 | 2026-05-28T17:13:56.609Z | info: running `cargo check --bins --no-default-features` on nexus-fm (264/295) |
| 4419 | 2026-05-28T17:13:57.151Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4420 | 2026-05-28T17:13:57.158Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4421 | 2026-05-28T17:13:57.158Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4422 | 2026-05-28T17:13:57.158Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4423 | 2026-05-28T17:13:57.252Z | |
| 4424 | 2026-05-28T17:13:57.253Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-fm (265/295) |
| 4425 | 2026-05-28T17:13:57.819Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4426 | 2026-05-28T17:13:57.839Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4427 | 2026-05-28T17:13:57.840Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4428 | 2026-05-28T17:13:57.840Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4429 | 2026-05-28T17:13:57.926Z | |
| 4430 | 2026-05-28T17:13:57.926Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (266/295) |
| 4431 | 2026-05-28T17:13:58.474Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4432 | 2026-05-28T17:13:58.485Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4433 | 2026-05-28T17:13:58.485Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4434 | 2026-05-28T17:13:58.485Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4435 | 2026-05-28T17:13:58.589Z | |
| 4436 | 2026-05-28T17:13:58.589Z | info: running `cargo check --bins` on nexus-mgs-updates (267/295) |
| 4437 | 2026-05-28T17:13:59.137Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4438 | 2026-05-28T17:13:59.141Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4439 | 2026-05-28T17:13:59.141Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4440 | 2026-05-28T17:13:59.141Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4441 | 2026-05-28T17:13:59.237Z | |
| 4442 | 2026-05-28T17:13:59.237Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (268/295) |
| 4443 | 2026-05-28T17:13:59.787Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4444 | 2026-05-28T17:13:59.791Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4445 | 2026-05-28T17:13:59.791Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4446 | 2026-05-28T17:13:59.795Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4447 | 2026-05-28T17:13:59.891Z | |
| 4448 | 2026-05-28T17:13:59.891Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (269/295) |
| 4449 | 2026-05-28T17:14:00.447Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4450 | 2026-05-28T17:14:00.456Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4451 | 2026-05-28T17:14:00.456Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4452 | 2026-05-28T17:14:00.456Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4453 | 2026-05-28T17:14:00.564Z | |
| 4454 | 2026-05-28T17:14:00.564Z | info: running `cargo check --bins` on support-bundle-collection (270/295) |
| 4455 | 2026-05-28T17:14:01.125Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4456 | 2026-05-28T17:14:01.245Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4457 | 2026-05-28T17:14:01.246Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4458 | 2026-05-28T17:14:01.246Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4459 | 2026-05-28T17:14:01.261Z | |
| 4460 | 2026-05-28T17:14:01.261Z | info: running `cargo check --bins` on omicron-dev (271/295) |
| 4461 | 2026-05-28T17:14:01.806Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4462 | 2026-05-28T17:14:01.815Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4463 | 2026-05-28T17:14:02.124Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4464 | 2026-05-28T17:14:02.137Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4465 | 2026-05-28T17:14:02.319Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 4466 | 2026-05-28T17:14:02.350Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 4467 | 2026-05-28T17:14:02.371Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 4468 | 2026-05-28T17:14:02.379Z | Checking yansi v1.0.1 |
| 4469 | 2026-05-28T17:14:02.379Z | Checking diff v0.1.13 |
| 4470 | 2026-05-28T17:14:02.416Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4471 | 2026-05-28T17:14:02.459Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 4472 | 2026-05-28T17:14:02.659Z | Checking pretty_assertions v1.4.1 |
| 4473 | 2026-05-28T17:14:03.287Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4474 | 2026-05-28T17:14:03.470Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4475 | 2026-05-28T17:14:27.424Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4476 | 2026-05-28T17:14:27.437Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4477 | 2026-05-28T17:14:27.437Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4478 | 2026-05-28T17:14:27.437Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4479 | 2026-05-28T17:14:27.437Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4480 | 2026-05-28T17:14:27.437Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4481 | 2026-05-28T17:14:28.246Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4482 | 2026-05-28T17:14:28.246Z | Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 4483 | 2026-05-28T17:14:29.474Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4484 | 2026-05-28T17:15:05.891Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s |
| 4485 | 2026-05-28T17:15:06.155Z | |
| 4486 | 2026-05-28T17:15:06.155Z | info: running `cargo check --bins` on omicron-pins (272/295) |
| 4487 | 2026-05-28T17:15:06.613Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4488 | 2026-05-28T17:15:06.646Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4489 | 2026-05-28T17:15:06.646Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4490 | 2026-05-28T17:15:06.646Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4491 | 2026-05-28T17:15:06.705Z | |
| 4492 | 2026-05-28T17:15:06.705Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (273/295) |
| 4493 | 2026-05-28T17:15:07.257Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4494 | 2026-05-28T17:15:07.261Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4495 | 2026-05-28T17:15:07.485Z | Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4496 | 2026-05-28T17:15:07.610Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4497 | 2026-05-28T17:15:07.613Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 4498 | 2026-05-28T17:15:33.435Z | Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4499 | 2026-05-28T17:15:33.835Z | Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4500 | 2026-05-28T17:15:35.548Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4501 | 2026-05-28T17:15:36.006Z | Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4502 | 2026-05-28T17:15:38.945Z | Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4503 | 2026-05-28T17:16:01.757Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4504 | 2026-05-28T17:16:02.479Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4505 | 2026-05-28T17:16:04.155Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.44s |
| 4506 | 2026-05-28T17:16:04.372Z | |
| 4507 | 2026-05-28T17:16:04.372Z | info: running `cargo check --bins` on reconfigurator-sp-updater (274/295) |
| 4508 | 2026-05-28T17:16:04.920Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4509 | 2026-05-28T17:16:04.923Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4510 | 2026-05-28T17:16:05.104Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 4511 | 2026-05-28T17:16:05.804Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s |
| 4512 | 2026-05-28T17:16:06.008Z | |
| 4513 | 2026-05-28T17:16:06.008Z | info: running `cargo check --bins` on omicron-releng (275/295) |
| 4514 | 2026-05-28T17:16:06.537Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4515 | 2026-05-28T17:16:06.541Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4516 | 2026-05-28T17:16:06.675Z | Compiling blake3 v1.8.3 |
| 4517 | 2026-05-28T17:16:06.788Z | Checking arrayref v0.3.9 |
| 4518 | 2026-05-28T17:16:06.793Z | Checking arrayvec v0.7.6 |
| 4519 | 2026-05-28T17:16:06.797Z | Checking constant_time_eq v0.4.2 |
| 4520 | 2026-05-28T17:16:06.810Z | Checking topological-sort v0.2.2 |
| 4521 | 2026-05-28T17:16:06.813Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 4522 | 2026-05-28T17:16:06.813Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 4523 | 2026-05-28T17:16:06.813Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 4524 | 2026-05-28T17:16:06.851Z | Checking shell-words v1.1.1 |
| 4525 | 2026-05-28T17:16:07.594Z | Checking omicron-zone-package v0.12.2 |
| 4526 | 2026-05-28T17:16:08.315Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 4527 | 2026-05-28T17:16:09.201Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.18s |
| 4528 | 2026-05-28T17:16:09.379Z | |
| 4529 | 2026-05-28T17:16:09.380Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (276/295) |
| 4530 | 2026-05-28T17:16:09.900Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4531 | 2026-05-28T17:16:09.903Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4532 | 2026-05-28T17:16:10.036Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 4533 | 2026-05-28T17:16:10.366Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 4534 | 2026-05-28T17:16:10.774Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s |
| 4535 | 2026-05-28T17:16:10.975Z | |
| 4536 | 2026-05-28T17:16:10.975Z | info: running `cargo check --bins` on schema (277/295) |
| 4537 | 2026-05-28T17:16:11.523Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4538 | 2026-05-28T17:16:11.526Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4539 | 2026-05-28T17:16:11.715Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 4540 | 2026-05-28T17:16:12.426Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s |
| 4541 | 2026-05-28T17:16:12.630Z | |
| 4542 | 2026-05-28T17:16:12.630Z | info: running `cargo check --bins` on xtask (278/295) |
| 4543 | 2026-05-28T17:16:13.066Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4544 | 2026-05-28T17:16:13.069Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4545 | 2026-05-28T17:16:13.095Z | Checking libc v0.2.185 |
| 4546 | 2026-05-28T17:16:13.100Z | Checking serde v1.0.228 |
| 4547 | 2026-05-28T17:16:13.179Z | Checking zerofrom v0.1.6 |
| 4548 | 2026-05-28T17:16:13.183Z | Checking bitflags v2.11.0 |
| 4549 | 2026-05-28T17:16:13.188Z | Checking smallvec v1.15.1 |
| 4550 | 2026-05-28T17:16:13.194Z | Checking indexmap v2.14.0 |
| 4551 | 2026-05-28T17:16:13.205Z | Checking serde_json v1.0.149 |
| 4552 | 2026-05-28T17:16:13.214Z | Checking scroll v0.12.0 |
| 4553 | 2026-05-28T17:16:13.275Z | Checking yoke v0.8.1 |
| 4554 | 2026-05-28T17:16:13.332Z | Checking num-traits v0.2.19 |
| 4555 | 2026-05-28T17:16:13.365Z | Checking thiserror v1.0.69 |
| 4556 | 2026-05-28T17:16:13.441Z | Checking log v0.4.29 |
| 4557 | 2026-05-28T17:16:13.451Z | Checking zerovec v0.11.5 |
| 4558 | 2026-05-28T17:16:13.462Z | Checking zerotrie v0.2.3 |
| 4559 | 2026-05-28T17:16:13.473Z | Checking errno v0.3.14 |
| 4560 | 2026-05-28T17:16:13.564Z | Checking toml_datetime v0.6.11 |
| 4561 | 2026-05-28T17:16:13.591Z | Checking serde_spanned v0.6.9 |
| 4562 | 2026-05-28T17:16:13.596Z | Checking rustix v1.1.3 |
| 4563 | 2026-05-28T17:16:13.704Z | Checking percent-encoding v2.3.2 |
| 4564 | 2026-05-28T17:16:13.744Z | Checking goblin v0.8.2 |
| 4565 | 2026-05-28T17:16:13.752Z | Checking zerocopy v0.7.35 |
| 4566 | 2026-05-28T17:16:13.757Z | Checking toml_edit v0.22.27 |
| 4567 | 2026-05-28T17:16:13.818Z | Checking getrandom v0.4.1 |
| 4568 | 2026-05-28T17:16:13.868Z | Checking ordered-float v2.10.1 |
| 4569 | 2026-05-28T17:16:13.876Z | Checking form_urlencoded v1.2.2 |
| 4570 | 2026-05-28T17:16:13.888Z | Checking tinystr v0.8.2 |
| 4571 | 2026-05-28T17:16:13.954Z | Checking potential_utf v0.1.4 |
| 4572 | 2026-05-28T17:16:14.003Z | Checking thiserror v2.0.18 |
| 4573 | 2026-05-28T17:16:14.066Z | Checking icu_locale_core v2.1.1 |
| 4574 | 2026-05-28T17:16:14.086Z | Checking serde-value v0.7.0 |
| 4575 | 2026-05-28T17:16:14.086Z | Checking icu_collections v2.1.1 |
| 4576 | 2026-05-28T17:16:14.106Z | Checking syn v2.0.117 |
| 4577 | 2026-05-28T17:16:14.250Z | Checking dtrace-parser v0.2.0 |
| 4578 | 2026-05-28T17:16:14.289Z | Checking thread-id v4.2.2 |
| 4579 | 2026-05-28T17:16:14.373Z | Checking once_cell v1.21.3 |
| 4580 | 2026-05-28T17:16:14.404Z | Checking cargo-platform v0.2.0 |
| 4581 | 2026-05-28T17:16:14.417Z | Checking terminal_size v0.4.3 |
| 4582 | 2026-05-28T17:16:14.488Z | Checking memmap v0.7.0 |
| 4583 | 2026-05-28T17:16:14.534Z | Checking clap_builder v4.5.60 |
| 4584 | 2026-05-28T17:16:14.549Z | Checking tempfile v3.25.0 |
| 4585 | 2026-05-28T17:16:14.580Z | Checking textwrap v0.16.2 |
| 4586 | 2026-05-28T17:16:14.619Z | Checking fs-err v3.3.0 |
| 4587 | 2026-05-28T17:16:14.633Z | Checking icu_provider v2.1.1 |
| 4588 | 2026-05-28T17:16:14.741Z | Checking camino-tempfile v1.4.1 |
| 4589 | 2026-05-28T17:16:14.791Z | Checking tabled v0.15.0 |
| 4590 | 2026-05-28T17:16:14.802Z | Checking anyhow v1.0.102 |
| 4591 | 2026-05-28T17:16:14.866Z | Checking icu_properties v2.1.2 |
| 4592 | 2026-05-28T17:16:14.878Z | Checking icu_normalizer v2.1.1 |
| 4593 | 2026-05-28T17:16:14.900Z | Checking toml v0.8.23 |
| 4594 | 2026-05-28T17:16:15.003Z | Checking macaddr v1.0.1 |
| 4595 | 2026-05-28T17:16:15.180Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4596 | 2026-05-28T17:16:15.226Z | Checking cargo_toml v0.21.0 |
| 4597 | 2026-05-28T17:16:15.645Z | Checking dof v0.3.0 |
| 4598 | 2026-05-28T17:16:15.680Z | Checking idna_adapter v1.2.1 |
| 4599 | 2026-05-28T17:16:15.732Z | Checking clap v4.5.60 |
| 4600 | 2026-05-28T17:16:15.801Z | Checking idna v1.1.0 |
| 4601 | 2026-05-28T17:16:15.919Z | Checking usdt-impl v0.5.0 |
| 4602 | 2026-05-28T17:16:16.030Z | Checking url v2.5.8 |
| 4603 | 2026-05-28T17:16:16.172Z | Checking usdt v0.5.0 |
| 4604 | 2026-05-28T17:16:16.373Z | Checking cargo-util-schemas v0.8.2 |
| 4605 | 2026-05-28T17:16:17.063Z | Checking cargo_metadata v0.21.0 |
| 4606 | 2026-05-28T17:16:17.670Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 4607 | 2026-05-28T17:16:18.093Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.45s |
| 4608 | 2026-05-28T17:16:18.215Z | |
| 4609 | 2026-05-28T17:16:18.215Z | info: running `cargo check --bins` on dnsadm (279/295) |
| 4610 | 2026-05-28T17:16:18.733Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4611 | 2026-05-28T17:16:18.736Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4612 | 2026-05-28T17:16:18.871Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 4613 | 2026-05-28T17:16:19.357Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 4614 | 2026-05-28T17:16:19.760Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.54s |
| 4615 | 2026-05-28T17:16:19.943Z | |
| 4616 | 2026-05-28T17:16:19.943Z | info: running `cargo check --bins` on end-to-end-tests (280/295) |
| 4617 | 2026-05-28T17:16:20.520Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4618 | 2026-05-28T17:16:20.523Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4619 | 2026-05-28T17:16:20.754Z | Checking polyval v0.6.2 |
| 4620 | 2026-05-28T17:16:20.880Z | Checking ctr v0.9.2 |
| 4621 | 2026-05-28T17:16:20.892Z | Checking ssh-encoding v0.2.0 |
| 4622 | 2026-05-28T17:16:20.895Z | Checking blowfish v0.9.1 |
| 4623 | 2026-05-28T17:16:20.912Z | Checking password-hash v0.4.2 |
| 4624 | 2026-05-28T17:16:20.926Z | Checking p521 v0.13.3 |
| 4625 | 2026-05-28T17:16:20.926Z | Checking p256 v0.13.2 |
| 4626 | 2026-05-28T17:16:20.953Z | Checking russh-cryptovec v0.7.3 |
| 4627 | 2026-05-28T17:16:21.024Z | Checking ghash v0.5.1 |
| 4628 | 2026-05-28T17:16:21.038Z | Checking md5 v0.7.0 |
| 4629 | 2026-05-28T17:16:21.051Z | Checking bcrypt-pbkdf v0.10.0 |
| 4630 | 2026-05-28T17:16:21.066Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4631 | 2026-05-28T17:16:21.082Z | Checking num-bigint v0.4.6 |
| 4632 | 2026-05-28T17:16:21.140Z | Checking aes-gcm v0.10.3 |
| 4633 | 2026-05-28T17:16:21.140Z | Checking pbkdf2 v0.11.0 |
| 4634 | 2026-05-28T17:16:21.177Z | Checking des v0.8.1 |
| 4635 | 2026-05-28T17:16:21.204Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4636 | 2026-05-28T17:16:21.218Z | Checking hex-literal v0.4.1 |
| 4637 | 2026-05-28T17:16:21.273Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 4638 | 2026-05-28T17:16:21.304Z | Checking ssh-cipher v0.2.0 |
| 4639 | 2026-05-28T17:16:21.319Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 4640 | 2026-05-28T17:16:21.333Z | Checking socket2 v0.5.10 |
| 4641 | 2026-05-28T17:16:21.336Z | Checking internet-checksum v0.2.1 |
| 4642 | 2026-05-28T17:16:21.470Z | Checking ssh-key v0.6.7 |
| 4643 | 2026-05-28T17:16:21.606Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4644 | 2026-05-28T17:16:22.102Z | Checking russh-keys v0.45.0 |
| 4645 | 2026-05-28T17:16:22.659Z | Checking russh v0.45.0 |
| 4646 | 2026-05-28T17:16:38.981Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.03s |
| 4647 | 2026-05-28T17:16:39.187Z | |
| 4648 | 2026-05-28T17:16:39.187Z | info: running `cargo check --bins` on gateway-cli (281/295) |
| 4649 | 2026-05-28T17:16:39.701Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4650 | 2026-05-28T17:16:39.705Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4651 | 2026-05-28T17:16:39.835Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 4652 | 2026-05-28T17:16:39.945Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 4653 | 2026-05-28T17:16:39.953Z | Checking termios v0.3.3 |
| 4654 | 2026-05-28T17:16:41.153Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 4655 | 2026-05-28T17:16:41.307Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 4656 | 2026-05-28T17:16:43.091Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 4657 | 2026-05-28T17:16:43.663Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.47s |
| 4658 | 2026-05-28T17:16:43.849Z | |
| 4659 | 2026-05-28T17:16:43.849Z | info: running `cargo check --bins --no-default-features` on installinator (282/295) |
| 4660 | 2026-05-28T17:16:44.387Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4661 | 2026-05-28T17:16:44.390Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4662 | 2026-05-28T17:16:44.565Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 4663 | 2026-05-28T17:16:44.568Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4664 | 2026-05-28T17:16:44.692Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 4665 | 2026-05-28T17:16:44.696Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 4666 | 2026-05-28T17:16:44.706Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 4667 | 2026-05-28T17:16:44.716Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 4668 | 2026-05-28T17:16:45.441Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4669 | 2026-05-28T17:16:45.772Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 4670 | 2026-05-28T17:16:45.776Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 4671 | 2026-05-28T17:16:46.425Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 4672 | 2026-05-28T17:16:48.073Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.22s |
| 4673 | 2026-05-28T17:16:48.278Z | |
| 4674 | 2026-05-28T17:16:48.278Z | info: running `cargo check --bins` on internal-dns-cli (283/295) |
| 4675 | 2026-05-28T17:16:48.792Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4676 | 2026-05-28T17:16:48.796Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4677 | 2026-05-28T17:16:48.923Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 4678 | 2026-05-28T17:16:49.384Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 4679 | 2026-05-28T17:16:49.712Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s |
| 4680 | 2026-05-28T17:16:49.915Z | |
| 4681 | 2026-05-28T17:16:49.915Z | info: running `cargo check --bins` on omicron-live-tests (284/295) |
| 4682 | 2026-05-28T17:16:50.417Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4683 | 2026-05-28T17:16:50.420Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4684 | 2026-05-28T17:16:50.420Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4685 | 2026-05-28T17:16:50.424Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4686 | 2026-05-28T17:16:50.508Z | |
| 4687 | 2026-05-28T17:16:50.508Z | info: running `cargo check --bins` on live-tests-macros (285/295) |
| 4688 | 2026-05-28T17:16:51.010Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4689 | 2026-05-28T17:16:51.014Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4690 | 2026-05-28T17:16:51.014Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4691 | 2026-05-28T17:16:51.017Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4692 | 2026-05-28T17:16:51.100Z | |
| 4693 | 2026-05-28T17:16:51.100Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (286/295) |
| 4694 | 2026-05-28T17:16:51.659Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4695 | 2026-05-28T17:16:51.662Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4696 | 2026-05-28T17:16:51.863Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 4697 | 2026-05-28T17:16:52.476Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s |
| 4698 | 2026-05-28T17:16:52.686Z | |
| 4699 | 2026-05-28T17:16:52.686Z | info: running `cargo check --bins` on omicron-ntp-admin (287/295) |
| 4700 | 2026-05-28T17:16:53.201Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4701 | 2026-05-28T17:16:53.206Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4702 | 2026-05-28T17:16:53.344Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4703 | 2026-05-28T17:16:53.347Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 4704 | 2026-05-28T17:16:53.629Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4705 | 2026-05-28T17:16:53.632Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 4706 | 2026-05-28T17:16:54.461Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s |
| 4707 | 2026-05-28T17:16:54.642Z | |
| 4708 | 2026-05-28T17:16:54.642Z | info: running `cargo check --bins` on ntp-admin-types (288/295) |
| 4709 | 2026-05-28T17:16:55.143Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4710 | 2026-05-28T17:16:55.146Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4711 | 2026-05-28T17:16:55.146Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4712 | 2026-05-28T17:16:55.149Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4713 | 2026-05-28T17:16:55.236Z | |
| 4714 | 2026-05-28T17:16:55.236Z | info: running `cargo check --bins` on omicron-package (289/295) |
| 4715 | 2026-05-28T17:16:55.770Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4716 | 2026-05-28T17:16:55.772Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4717 | 2026-05-28T17:16:55.925Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 4718 | 2026-05-28T17:16:57.024Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.78s |
| 4719 | 2026-05-28T17:16:57.221Z | |
| 4720 | 2026-05-28T17:16:57.221Z | info: running `cargo check --bins` on tqdb (290/295) |
| 4721 | 2026-05-28T17:16:57.773Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4722 | 2026-05-28T17:16:57.775Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4723 | 2026-05-28T17:16:58.005Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4724 | 2026-05-28T17:16:58.366Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 4725 | 2026-05-28T17:16:58.887Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 4726 | 2026-05-28T17:16:58.890Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 4727 | 2026-05-28T17:17:04.837Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 4728 | 2026-05-28T17:17:04.841Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 4729 | 2026-05-28T17:17:05.423Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 4730 | 2026-05-28T17:17:05.427Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 4731 | 2026-05-28T17:17:05.427Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4732 | 2026-05-28T17:17:05.427Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 4733 | 2026-05-28T17:17:06.196Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 4734 | 2026-05-28T17:17:07.176Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4735 | 2026-05-28T17:17:07.964Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4736 | 2026-05-28T17:17:08.595Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4737 | 2026-05-28T17:17:12.863Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4738 | 2026-05-28T17:17:19.304Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4739 | 2026-05-28T17:17:19.367Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4740 | 2026-05-28T17:17:19.368Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4741 | 2026-05-28T17:17:19.368Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4742 | 2026-05-28T17:17:20.812Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4743 | 2026-05-28T17:17:22.156Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4744 | 2026-05-28T17:17:22.848Z | Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4745 | 2026-05-28T17:17:24.099Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 4746 | 2026-05-28T17:17:24.659Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.43s |
| 4747 | 2026-05-28T17:17:24.873Z | |
| 4748 | 2026-05-28T17:17:24.873Z | info: running `cargo check --bins` on wicket-dbg (291/295) |
| 4749 | 2026-05-28T17:17:25.417Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4750 | 2026-05-28T17:17:25.421Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4751 | 2026-05-28T17:17:25.603Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4752 | 2026-05-28T17:17:25.611Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4753 | 2026-05-28T17:17:25.611Z | Checking rtoolbox v0.0.3 |
| 4754 | 2026-05-28T17:17:25.729Z | Checking tui-tree-widget v0.23.1 |
| 4755 | 2026-05-28T17:17:25.832Z | Checking rpassword v7.4.0 |
| 4756 | 2026-05-28T17:17:26.852Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 4757 | 2026-05-28T17:17:29.854Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4758 | 2026-05-28T17:17:31.711Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 4759 | 2026-05-28T17:17:32.629Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.75s |
| 4760 | 2026-05-28T17:17:32.816Z | |
| 4761 | 2026-05-28T17:17:32.816Z | info: running `cargo check --bins` on wicket (292/295) |
| 4762 | 2026-05-28T17:17:33.359Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4763 | 2026-05-28T17:17:33.372Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4764 | 2026-05-28T17:17:33.563Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4765 | 2026-05-28T17:17:33.887Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s |
| 4766 | 2026-05-28T17:17:34.118Z | |
| 4767 | 2026-05-28T17:17:34.119Z | info: running `cargo check --bins` on wicketd (293/295) |
| 4768 | 2026-05-28T17:17:34.650Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4769 | 2026-05-28T17:17:34.675Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4770 | 2026-05-28T17:17:34.831Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4771 | 2026-05-28T17:17:34.834Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4772 | 2026-05-28T17:17:34.834Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4773 | 2026-05-28T17:17:34.834Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 4774 | 2026-05-28T17:17:35.836Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4775 | 2026-05-28T17:17:36.415Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 4776 | 2026-05-28T17:17:41.196Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.27s |
| 4777 | 2026-05-28T17:17:41.196Z | |
| 4778 | 2026-05-28T17:17:41.196Z | info: running `cargo check --bins` on omicron-workspace-hack (294/295) |
| 4779 | 2026-05-28T17:17:41.196Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4780 | 2026-05-28T17:17:41.196Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4781 | 2026-05-28T17:17:41.196Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4782 | 2026-05-28T17:17:41.196Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4783 | 2026-05-28T17:17:41.196Z | |
| 4784 | 2026-05-28T17:17:41.196Z | info: running `cargo check --bins` on zone-setup (295/295) |
| 4785 | 2026-05-28T17:17:41.196Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4786 | 2026-05-28T17:17:41.196Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4787 | 2026-05-28T17:17:41.196Z | Checking uzers v0.12.2 |
| 4788 | 2026-05-28T17:17:41.196Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 4789 | 2026-05-28T17:17:41.913Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s |
| 4790 | 2026-05-28T17:17:42.128Z | |
| 4791 | 2026-05-28T17:17:42.128Z | real 14:10.568108908 |
| 4792 | 2026-05-28T17:17:42.128Z | user 21:10.319390861 |
| 4793 | 2026-05-28T17:17:42.131Z | sys 4:26.978430358 |
| 4794 | 2026-05-28T17:17:42.131Z | trap 0.339538350 |
| 4795 | 2026-05-28T17:17:42.132Z | tflt 1.809852747 |
| 4796 | 2026-05-28T17:17:42.132Z | dflt 1.695268233 |
| 4797 | 2026-05-28T17:17:42.132Z | kflt 0.025762456 |
| 4798 | 2026-05-28T17:17:42.132Z | lock 1:19:00.151531554 |
| 4799 | 2026-05-28T17:17:42.132Z | slp 1:42:03.751070241 |
| 4800 | 2026-05-28T17:17:42.132Z | lat 58.011292851 |
| 4801 | 2026-05-28T17:17:42.132Z | stop 3:41.582665219 |
| 4802 | 2026-05-28T17:17:42.132Z | process exited: duration 992932 ms, exit code 0 |
| |
| 4803 | 2026-05-28T17:17:42.142Z | found 0 output files |