|
|
|
| 1 | 2026-08-21T16:06:47.913Z | job assigned to worker 01M0JH528113DJ143A4H33CETA [factory aws, i-0c4189c4eae34d999] (queued for 45 s) |
| |
| 2 | 2026-08-21T16:06:54.575Z | starting task 0: "setup" |
| 3 | 2026-08-21T16:06:54.579Z | ++ uname -s |
| 4 | 2026-08-21T16:06:54.583Z | + kern=SunOS |
| 5 | 2026-08-21T16:06:54.583Z | + build_user=build |
| 6 | 2026-08-21T16:06:54.583Z | + build_uid=12345 |
| 7 | 2026-08-21T16:06:54.583Z | + work_dir=/work |
| 8 | 2026-08-21T16:06:54.583Z | + input_dir=/input |
| 9 | 2026-08-21T16:06:54.583Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-21T16:06:54.584Z | + case "$kern" in |
| 11 | 2026-08-21T16:06:54.584Z | + groupadd -g 12345 build |
| 12 | 2026-08-21T16:06:54.584Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-21T16:06:56.589Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-21T16:06:56.714Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-21T16:06:56.718Z | + home_fs=zfs |
| 16 | 2026-08-21T16:06:56.718Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-21T16:06:56.718Z | + mkdir -p /home/build |
| 18 | 2026-08-21T16:06:56.718Z | + chown build:build /home/build /work |
| 19 | 2026-08-21T16:06:58.719Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-21T16:06:58.722Z | process exited: duration 4148 ms, exit code 0 |
| |
| 21 | 2026-08-21T16:06:58.729Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-21T16:06:58.734Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-21T16:06:58.734Z | * rust toolchain channel = "1.97.1" |
| 24 | 2026-08-21T16:06:58.734Z | * rust toolchain profile = "default" |
| 25 | 2026-08-21T16:06:58.734Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-08-21T16:06:58.734Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-21T16:06:58.734Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-21T16:06:58.738Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-21T16:06:58.738Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-21T16:06:58.842Z | info: downloading installer |
| 31 | 2026-08-21T16:07:00.292Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-21T16:07:00.292Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-21T16:07:00.292Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-21T16:07:00.292Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-21T16:07:00.304Z | info: profile set to default |
| 36 | 2026-08-21T16:07:00.304Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-21T16:07:00.307Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-21T16:07:00.443Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-21T16:07:00.443Z | info: downloading 6 components |
| 40 | 2026-08-21T16:07:15.576Z | |
| 41 | 2026-08-21T16:07:15.577Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 42 | 2026-08-21T16:07:15.608Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-21T16:07:15.608Z | |
| 44 | 2026-08-21T16:07:15.608Z | |
| 45 | 2026-08-21T16:07:15.608Z | Rust is installed now. Great! |
| 46 | 2026-08-21T16:07:15.608Z | |
| 47 | 2026-08-21T16:07:15.613Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-21T16:07:15.613Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-21T16:07:15.613Z | |
| 50 | 2026-08-21T16:07:15.613Z | To configure your current shell, you need to source |
| 51 | 2026-08-21T16:07:15.613Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-21T16:07:15.613Z | |
| 53 | 2026-08-21T16:07:15.613Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-21T16:07:15.613Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-21T16:07:15.613Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-21T16:07:15.613Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-21T16:07:15.613Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-21T16:07:15.613Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-21T16:07:15.613Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-21T16:07:15.613Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-21T16:07:15.613Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-21T16:07:15.697Z | + rustup --version |
| 63 | 2026-08-21T16:07:15.706Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-21T16:07:15.709Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-21T16:07:15.726Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-21T16:07:15.731Z | + cargo --version |
| 67 | 2026-08-21T16:07:15.744Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-21T16:07:15.749Z | + rustc --version |
| 69 | 2026-08-21T16:07:15.766Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-21T16:07:15.771Z | process exited: duration 17038 ms, exit code 0 |
| |
| 71 | 2026-08-21T16:07:15.781Z | starting task 2: "authentication" |
| 72 | 2026-08-21T16:07:15.798Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-08-21T16:07:15.806Z | starting task 3: "clone repository" |
| 74 | 2026-08-21T16:07:15.810Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-08-21T16:07:15.814Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-08-21T16:07:15.838Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-08-21T16:07:34.456Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-08-21T16:07:34.456Z | + git fetch origin 0430d3da4650be4937f7b68fcb43d42239d32e7f |
| 79 | 2026-08-21T16:07:34.828Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-08-21T16:07:34.828Z | * branch 0430d3da4650be4937f7b68fcb43d42239d32e7f -> FETCH_HEAD |
| 81 | 2026-08-21T16:07:34.838Z | + [[ -n ben/add-external-ip-pool-service-association-table ]] |
| 82 | 2026-08-21T16:07:34.843Z | ++ git branch --show-current |
| 83 | 2026-08-21T16:07:34.843Z | + current=main |
| 84 | 2026-08-21T16:07:34.843Z | + [[ main != ben/add-external-ip-pool-service-association-table ]] |
| 85 | 2026-08-21T16:07:34.843Z | + git branch -f ben/add-external-ip-pool-service-association-table 0430d3da4650be4937f7b68fcb43d42239d32e7f |
| 86 | 2026-08-21T16:07:34.847Z | + git checkout -f ben/add-external-ip-pool-service-association-table |
| 87 | 2026-08-21T16:07:35.125Z | Switched to branch 'ben/add-external-ip-pool-service-association-table' |
| 88 | 2026-08-21T16:07:35.129Z | + git reset --hard 0430d3da4650be4937f7b68fcb43d42239d32e7f |
| 89 | 2026-08-21T16:07:35.129Z | HEAD is now at 0430d3da4 Merge branch 'main' into ben/add-external-ip-pool-service-association-table |
| 90 | 2026-08-21T16:07:35.129Z | process exited: duration 19311 ms, exit code 0 |
| |
| 91 | 2026-08-21T16:07:35.137Z | starting task 4: "build" |
| 92 | 2026-08-21T16:07:35.142Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-08-21T16:07:35.145Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-08-21T16:07:35.146Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-08-21T16:07:35.146Z | +++ uname -s |
| 96 | 2026-08-21T16:07:35.146Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 97 | 2026-08-21T16:07:35.146Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 98 | 2026-08-21T16:07:35.146Z | + cargo --version |
| 99 | 2026-08-21T16:07:35.156Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 100 | 2026-08-21T16:07:35.160Z | + rustc --version |
| 101 | 2026-08-21T16:07:35.177Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 102 | 2026-08-21T16:07:35.181Z | + source ./env.sh |
| 103 | 2026-08-21T16:07:35.181Z | ++ OLD_SHELL_OPTS=ehxB |
| 104 | 2026-08-21T16:07:35.181Z | ++ set -o xtrace |
| 105 | 2026-08-21T16:07:35.186Z | ++++ dirname ./env.sh |
| 106 | 2026-08-21T16:07:35.186Z | +++ readlink -f . |
| 107 | 2026-08-21T16:07:35.186Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 108 | 2026-08-21T16:07:35.189Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 109 | 2026-08-21T16:07:35.189Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 110 | 2026-08-21T16:07:35.189Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 111 | 2026-08-21T16:07:35.190Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 112 | 2026-08-21T16:07:35.190Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 113 | 2026-08-21T16:07:35.190Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 114 | 2026-08-21T16:07:35.190Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 115 | 2026-08-21T16:07:35.190Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 116 | 2026-08-21T16:07:35.190Z | ++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 117 | 2026-08-21T16:07:35.190Z | ++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 118 | 2026-08-21T16:07:35.190Z | ++ case $OLD_SHELL_OPTS in |
| 119 | 2026-08-21T16:07:35.190Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 120 | 2026-08-21T16:07:35.190Z | + export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
| 121 | 2026-08-21T16:07:35.190Z | + PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
| 122 | 2026-08-21T16:07:35.190Z | + banner prerequisites |
| 123 | 2026-08-21T16:07:35.190Z | |
| 124 | 2026-08-21T16:07:35.190Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 125 | 2026-08-21T16:07:35.190Z | # # # # # # # # # # # # # # # |
| 126 | 2026-08-21T16:07:35.190Z | # # # # ##### # # ##### # # # # # #### # |
| 127 | 2026-08-21T16:07:35.190Z | ##### ##### # ##### # # # # # # # # # |
| 128 | 2026-08-21T16:07:35.190Z | # # # # # # # # # # # # # # # |
| 129 | 2026-08-21T16:07:35.190Z | # # # ###### # # ###### ### # #### # #### # |
| 130 | 2026-08-21T16:07:35.190Z | |
| 131 | 2026-08-21T16:07:35.190Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 132 | 2026-08-21T16:07:37.067Z | Startup: Refreshing catalog 'helios' ... Done |
| 133 | 2026-08-21T16:07:37.407Z | Startup: Caching catalogs ... Done |
| 134 | 2026-08-21T16:07:39.284Z | Planning: Solver setup ... Done (1.769s) |
| 135 | 2026-08-21T16:07:39.344Z | Planning: Running solver ... Done (0.058s) |
| 136 | 2026-08-21T16:07:39.383Z | Planning: Finding local manifests ... Done (0.003s) |
| 137 | 2026-08-21T16:07:39.396Z | Planning: Fetching manifests: 0/2 0% complete |
| 138 | 2026-08-21T16:07:39.416Z | Planning: Fetching manifests: 2/2 100% complete |
| 139 | 2026-08-21T16:07:39.430Z | Planning: Package planning ... Done (0.014s) |
| 140 | 2026-08-21T16:07:39.434Z | Planning: Merging actions ... Done (0.001s) |
| 141 | 2026-08-21T16:07:39.592Z | Planning: Checking for conflicting actions ... Done (0.159s) |
| 142 | 2026-08-21T16:07:39.595Z | Planning: Consolidating action changes ... Done (0.001s) |
| 143 | 2026-08-21T16:07:40.469Z | Planning: Evaluating mediators ... Done (0.877s) |
| 144 | 2026-08-21T16:07:40.473Z | Planning: Planning completed in 3.03 seconds |
| 145 | 2026-08-21T16:07:40.478Z | Packages to install: 2 |
| 146 | 2026-08-21T16:07:40.478Z | Estimated space available: 156.01 GB |
| 147 | 2026-08-21T16:07:40.482Z | Estimated space to be consumed: 73.56 MB |
| 148 | 2026-08-21T16:07:40.482Z | Create boot environment: No |
| 149 | 2026-08-21T16:07:40.482Z | Create backup boot environment: No |
| 150 | 2026-08-21T16:07:40.482Z | Rebuild boot archive: No |
| 151 | 2026-08-21T16:07:40.482Z | |
| 152 | 2026-08-21T16:07:40.482Z | Changed packages: |
| 153 | 2026-08-21T16:07:40.482Z | helios |
| 154 | 2026-08-21T16:07:40.482Z | developer/build-essential |
| 155 | 2026-08-21T16:07:40.482Z | None -> 11-3.0 |
| 156 | 2026-08-21T16:07:40.482Z | library/libxmlsec1 |
| 157 | 2026-08-21T16:07:40.482Z | None -> 1.2.35-3.0 |
| 158 | 2026-08-21T16:07:40.503Z | |
| 159 | 2026-08-21T16:07:40.503Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 160 | 2026-08-21T16:07:40.571Z | Download: Completed 1.28 MB in 0.07 seconds (18.9M/s) |
| 161 | 2026-08-21T16:07:40.645Z | Actions: 1/268 actions (Installing new actions) |
| 162 | 2026-08-21T16:07:40.682Z | Actions: Completed 268 actions in 0.04 seconds. |
| 163 | 2026-08-21T16:07:40.712Z | Finalize: Updating package state database ... Done (0.030s) |
| 164 | 2026-08-21T16:07:40.713Z | Finalize: Updating package cache ... Done (0.000s) |
| 165 | 2026-08-21T16:07:40.793Z | Finalize: Updating image state ... Done (0.080s) |
| 166 | 2026-08-21T16:07:43.194Z | Finalize: Creating fast lookup database ... Done (2.354s) |
| 167 | 2026-08-21T16:07:43.260Z | Finalize: Reading search index ... Done (0.012s) |
| 168 | 2026-08-21T16:07:43.264Z | Finalize: Updating search index ... Done (0.000s) |
| 169 | 2026-08-21T16:07:43.340Z | Finalize: Updating package cache ... Done (0.000s) |
| 170 | 2026-08-21T16:07:43.702Z | Planning: Evaluating mediator changes ... Done |
| 171 | 2026-08-21T16:07:43.804Z | Planning: Checking for conflicting actions ... Done |
| 172 | 2026-08-21T16:07:43.807Z | Planning: Consolidating action changes ... Done |
| 173 | 2026-08-21T16:07:43.960Z | Planning: Evaluating mediators ... Done |
| 174 | 2026-08-21T16:07:43.964Z | Planning: Planning completed in 0.26 seconds |
| 175 | 2026-08-21T16:07:43.983Z | Mediators to change: 2 |
| 176 | 2026-08-21T16:07:43.983Z | Create boot environment: No |
| 177 | 2026-08-21T16:07:43.983Z | Create backup boot environment: No |
| 178 | 2026-08-21T16:07:44.027Z | Finalize: Updating package state database ... Done |
| 179 | 2026-08-21T16:07:44.027Z | Finalize: Updating package cache ... Done |
| 180 | 2026-08-21T16:07:44.077Z | Finalize: Updating image state ... Done |
| 181 | 2026-08-21T16:07:46.010Z | Finalize: Creating fast lookup database ... Done |
| 182 | 2026-08-21T16:07:46.069Z | Finalize: Reading search index ... Done |
| 183 | 2026-08-21T16:07:46.069Z | Finalize: Updating search index ... Done |
| 184 | 2026-08-21T16:07:46.149Z | Finalize: Updating package cache ... Done |
| 185 | 2026-08-21T16:07:46.432Z | Planning: Evaluating mediator changes ... Done |
| 186 | 2026-08-21T16:07:46.537Z | Planning: Checking for conflicting actions ... Done |
| 187 | 2026-08-21T16:07:46.541Z | Planning: Consolidating action changes ... Done |
| 188 | 2026-08-21T16:07:46.692Z | Planning: Evaluating mediators ... Done |
| 189 | 2026-08-21T16:07:46.696Z | Planning: Planning completed in 0.26 seconds |
| 190 | 2026-08-21T16:07:46.715Z | Mediators to change: 1 |
| 191 | 2026-08-21T16:07:46.715Z | Create boot environment: No |
| 192 | 2026-08-21T16:07:46.715Z | Create backup boot environment: No |
| 193 | 2026-08-21T16:07:46.770Z | Finalize: Updating package state database ... Done |
| 194 | 2026-08-21T16:07:46.770Z | Finalize: Updating package cache ... Done |
| 195 | 2026-08-21T16:07:46.819Z | Finalize: Updating image state ... Done |
| 196 | 2026-08-21T16:07:48.746Z | Finalize: Creating fast lookup database ... Done |
| 197 | 2026-08-21T16:07:48.806Z | Finalize: Reading search index ... Done |
| 198 | 2026-08-21T16:07:48.809Z | Finalize: Updating search index ... Done |
| 199 | 2026-08-21T16:07:48.892Z | Finalize: Updating package cache ... Done |
| 200 | 2026-08-21T16:07:49.203Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 201 | 2026-08-21T16:07:49.203Z | apache system 2.4 system |
| 202 | 2026-08-21T16:07:49.203Z | clang system 15 system |
| 203 | 2026-08-21T16:07:49.203Z | csh system system illumos |
| 204 | 2026-08-21T16:07:49.203Z | ctags system system illumos |
| 205 | 2026-08-21T16:07:49.203Z | file vendor vendor darwinsys |
| 206 | 2026-08-21T16:07:49.203Z | file system system illumos |
| 207 | 2026-08-21T16:07:49.203Z | gcc vendor 14 vendor |
| 208 | 2026-08-21T16:07:49.203Z | gcc system 13 system |
| 209 | 2026-08-21T16:07:49.203Z | gcc system 10 system |
| 210 | 2026-08-21T16:07:49.203Z | go system 1.25 system |
| 211 | 2026-08-21T16:07:49.203Z | llvm system 15 system |
| 212 | 2026-08-21T16:07:49.203Z | mariadb system 11.4 system |
| 213 | 2026-08-21T16:07:49.203Z | mta vendor vendor dma |
| 214 | 2026-08-21T16:07:49.203Z | openjdk system 17 system |
| 215 | 2026-08-21T16:07:49.203Z | openjdk system 11 system |
| 216 | 2026-08-21T16:07:49.203Z | openssl vendor 3 vendor |
| 217 | 2026-08-21T16:07:49.203Z | perl system 5.40 system |
| 218 | 2026-08-21T16:07:49.203Z | postgresql system 18 system |
| 219 | 2026-08-21T16:07:49.203Z | postgresql system 17 system |
| 220 | 2026-08-21T16:07:49.203Z | python vendor 3 vendor |
| 221 | 2026-08-21T16:07:49.203Z | python system 2 system |
| 222 | 2026-08-21T16:07:49.203Z | python3 vendor 3.13 vendor |
| 223 | 2026-08-21T16:07:49.203Z | ruby system 3.4 system |
| 224 | 2026-08-21T16:07:49.203Z | ruby system 3.0 system |
| 225 | 2026-08-21T16:07:49.203Z | words vendor vendor american-english |
| 226 | 2026-08-21T16:07:49.203Z | words system system australian-english |
| 227 | 2026-08-21T16:07:49.204Z | words system system british-english |
| 228 | 2026-08-21T16:07:49.204Z | words system system canadian-english |
| 229 | 2026-08-21T16:07:49.204Z | words system system french |
| 230 | 2026-08-21T16:07:49.204Z | words system system italian |
| 231 | 2026-08-21T16:07:49.204Z | words system system ngerman |
| 232 | 2026-08-21T16:07:49.204Z | words system system ogerman |
| 233 | 2026-08-21T16:07:49.204Z | words system system spanish |
| 234 | 2026-08-21T16:07:49.455Z | PUBLISHER TYPE STATUS P LOCATION |
| 235 | 2026-08-21T16:07:49.455Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 236 | 2026-08-21T16:07:49.911Z | FMRI IFO |
| 237 | 2026-08-21T16:07:49.911Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 238 | 2026-08-21T16:07:49.911Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 239 | 2026-08-21T16:07:49.911Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 240 | 2026-08-21T16:07:49.911Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 241 | 2026-08-21T16:07:49.911Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 242 | 2026-08-21T16:07:49.911Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 243 | 2026-08-21T16:07:49.911Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 244 | 2026-08-21T16:07:49.912Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 245 | 2026-08-21T16:07:49.912Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 246 | 2026-08-21T16:07:50.234Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 247 | 2026-08-21T16:07:50.553Z | Updating crates.io index |
| 248 | 2026-08-21T16:07:50.556Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 249 | 2026-08-21T16:07:50.866Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 250 | 2026-08-21T16:07:51.295Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 251 | 2026-08-21T16:07:52.607Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 252 | 2026-08-21T16:07:53.281Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 253 | 2026-08-21T16:07:55.283Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 254 | 2026-08-21T16:07:56.400Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 255 | 2026-08-21T16:07:56.680Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 256 | 2026-08-21T16:07:57.057Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 257 | 2026-08-21T16:07:58.376Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 258 | 2026-08-21T16:07:58.648Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 259 | 2026-08-21T16:07:59.073Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 260 | 2026-08-21T16:07:59.337Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 261 | 2026-08-21T16:07:59.585Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 262 | 2026-08-21T16:07:59.843Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 263 | 2026-08-21T16:08:00.120Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 264 | 2026-08-21T16:08:00.378Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 265 | 2026-08-21T16:08:00.722Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 266 | 2026-08-21T16:08:01.296Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 267 | 2026-08-21T16:08:01.751Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 268 | 2026-08-21T16:08:02.241Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 269 | 2026-08-21T16:08:02.520Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 270 | 2026-08-21T16:08:03.113Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 271 | 2026-08-21T16:08:03.496Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 272 | 2026-08-21T16:08:03.775Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 273 | 2026-08-21T16:08:04.300Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 274 | 2026-08-21T16:08:04.622Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 275 | 2026-08-21T16:08:04.934Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 276 | 2026-08-21T16:08:05.310Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 277 | 2026-08-21T16:08:05.579Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 278 | 2026-08-21T16:08:05.922Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 279 | 2026-08-21T16:08:06.297Z | Updating git repository `https://github.com/oxidecomputer/tough` |
| 280 | 2026-08-21T16:08:06.837Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 281 | 2026-08-21T16:08:07.158Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 282 | 2026-08-21T16:08:07.465Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 283 | 2026-08-21T16:08:07.809Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 284 | 2026-08-21T16:08:08.493Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 285 | 2026-08-21T16:08:08.773Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 286 | 2026-08-21T16:08:09.253Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 287 | 2026-08-21T16:08:09.634Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 288 | 2026-08-21T16:08:09.906Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 289 | 2026-08-21T16:08:10.203Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 290 | 2026-08-21T16:08:12.708Z | Downloading crates ... |
| 291 | 2026-08-21T16:08:12.747Z | Downloaded bytecount v0.6.9 |
| 292 | 2026-08-21T16:08:12.753Z | Downloaded memmap v0.7.0 |
| 293 | 2026-08-21T16:08:12.757Z | Downloaded errno v0.3.14 |
| 294 | 2026-08-21T16:08:12.760Z | Downloaded anstream v1.0.0 |
| 295 | 2026-08-21T16:08:12.764Z | Downloaded bitflags v2.11.0 |
| 296 | 2026-08-21T16:08:12.768Z | Downloaded anyhow v1.0.104 |
| 297 | 2026-08-21T16:08:12.772Z | Downloaded unicode-linebreak v0.1.5 |
| 298 | 2026-08-21T16:08:12.772Z | Downloaded sha2 v0.10.9 |
| 299 | 2026-08-21T16:08:12.777Z | Downloaded itoa v1.0.17 |
| 300 | 2026-08-21T16:08:12.780Z | Downloaded dof v0.3.0 |
| 301 | 2026-08-21T16:08:12.785Z | Downloaded serde_core v1.0.228 |
| 302 | 2026-08-21T16:08:12.788Z | Downloaded zerocopy v0.7.35 |
| 303 | 2026-08-21T16:08:12.794Z | Downloaded pest v2.8.6 |
| 304 | 2026-08-21T16:08:12.799Z | Downloaded anstyle-query v1.1.5 |
| 305 | 2026-08-21T16:08:12.799Z | Downloaded colorchoice v1.0.4 |
| 306 | 2026-08-21T16:08:12.799Z | Downloaded fastrand v2.3.0 |
| 307 | 2026-08-21T16:08:12.799Z | Downloaded cargo_toml v0.21.0 |
| 308 | 2026-08-21T16:08:12.805Z | Downloaded crypto-common v0.1.7 |
| 309 | 2026-08-21T16:08:12.805Z | Downloaded swrite v0.1.0 |
| 310 | 2026-08-21T16:08:12.805Z | Downloaded cargo_metadata v0.23.1 |
| 311 | 2026-08-21T16:08:12.809Z | Downloaded getrandom v0.3.4 |
| 312 | 2026-08-21T16:08:12.813Z | Downloaded heck v0.4.1 |
| 313 | 2026-08-21T16:08:12.813Z | Downloaded is_terminal_polyfill v1.70.2 |
| 314 | 2026-08-21T16:08:12.817Z | Downloaded fnv v1.0.7 |
| 315 | 2026-08-21T16:08:12.817Z | Downloaded block-buffer v0.10.4 |
| 316 | 2026-08-21T16:08:12.821Z | Downloaded scroll_derive v0.12.1 |
| 317 | 2026-08-21T16:08:12.821Z | Downloaded cpufeatures v0.2.17 |
| 318 | 2026-08-21T16:08:12.824Z | Downloaded dtrace-parser v0.2.0 |
| 319 | 2026-08-21T16:08:12.828Z | Downloaded anstyle v1.0.14 |
| 320 | 2026-08-21T16:08:12.828Z | Downloaded byteorder v1.5.0 |
| 321 | 2026-08-21T16:08:12.828Z | Downloaded clap_derive v4.6.1 |
| 322 | 2026-08-21T16:08:12.831Z | Downloaded once_cell v1.21.3 |
| 323 | 2026-08-21T16:08:12.831Z | Downloaded toml_write v0.1.2 |
| 324 | 2026-08-21T16:08:12.831Z | Downloaded strsim v0.11.1 |
| 325 | 2026-08-21T16:08:12.835Z | Downloaded thread-id v4.2.2 |
| 326 | 2026-08-21T16:08:12.839Z | Downloaded smawk v0.3.2 |
| 327 | 2026-08-21T16:08:12.839Z | Downloaded tabled_derive v0.7.0 |
| 328 | 2026-08-21T16:08:12.839Z | Downloaded equivalent v1.0.2 |
| 329 | 2026-08-21T16:08:12.842Z | Downloaded macaddr v1.0.1 |
| 330 | 2026-08-21T16:08:12.848Z | Downloaded cargo-platform v0.3.2 |
| 331 | 2026-08-21T16:08:12.848Z | Downloaded usdt v0.5.0 |
| 332 | 2026-08-21T16:08:12.848Z | Downloaded clap_lex v1.0.0 |
| 333 | 2026-08-21T16:08:12.852Z | Downloaded cfg-if v1.0.4 |
| 334 | 2026-08-21T16:08:12.852Z | Downloaded usdt-attr-macro v0.5.0 |
| 335 | 2026-08-21T16:08:12.852Z | Downloaded serde_spanned v0.6.9 |
| 336 | 2026-08-21T16:08:12.856Z | Downloaded plain v0.2.3 |
| 337 | 2026-08-21T16:08:12.862Z | Downloaded proc-macro-error-attr v1.0.4 |
| 338 | 2026-08-21T16:08:12.865Z | Downloaded utf8parse v0.2.2 |
| 339 | 2026-08-21T16:08:12.865Z | Downloaded pretty-hex v0.4.1 |
| 340 | 2026-08-21T16:08:12.866Z | Downloaded terminal_size v0.4.3 |
| 341 | 2026-08-21T16:08:12.866Z | Downloaded usdt-macro v0.5.0 |
| 342 | 2026-08-21T16:08:12.866Z | Downloaded heck v0.5.0 |
| 343 | 2026-08-21T16:08:12.872Z | Downloaded generic-array v0.14.7 |
| 344 | 2026-08-21T16:08:12.875Z | Downloaded camino-tempfile v1.4.1 |
| 345 | 2026-08-21T16:08:12.875Z | Downloaded digest v0.10.7 |
| 346 | 2026-08-21T16:08:12.880Z | Downloaded autocfg v1.5.0 |
| 347 | 2026-08-21T16:08:12.883Z | Downloaded thiserror v2.0.18 |
| 348 | 2026-08-21T16:08:12.888Z | Downloaded serde_derive v1.0.228 |
| 349 | 2026-08-21T16:08:12.891Z | Downloaded fs-err v3.3.0 |
| 350 | 2026-08-21T16:08:12.891Z | Downloaded toml_datetime v0.6.11 |
| 351 | 2026-08-21T16:08:12.895Z | Downloaded scroll v0.12.0 |
| 352 | 2026-08-21T16:08:12.895Z | Downloaded thiserror v1.0.69 |
| 353 | 2026-08-21T16:08:12.900Z | Downloaded thiserror-impl v2.0.18 |
| 354 | 2026-08-21T16:08:12.903Z | Downloaded version_check v0.9.5 |
| 355 | 2026-08-21T16:08:12.903Z | Downloaded zmij v1.0.21 |
| 356 | 2026-08-21T16:08:12.903Z | Downloaded usdt-impl v0.5.0 |
| 357 | 2026-08-21T16:08:12.907Z | Downloaded quote v1.0.45 |
| 358 | 2026-08-21T16:08:12.907Z | Downloaded thiserror-impl v1.0.69 |
| 359 | 2026-08-21T16:08:12.907Z | Downloaded proc-macro-error v1.0.4 |
| 360 | 2026-08-21T16:08:12.910Z | Downloaded anstyle-parse v1.0.0 |
| 361 | 2026-08-21T16:08:12.916Z | Downloaded camino v1.2.5 |
| 362 | 2026-08-21T16:08:12.920Z | Downloaded serde_tokenstream v0.2.3 |
| 363 | 2026-08-21T16:08:12.920Z | Downloaded tempfile v3.27.0 |
| 364 | 2026-08-21T16:08:12.934Z | Downloaded zerocopy-derive v0.7.35 |
| 365 | 2026-08-21T16:08:12.937Z | Downloaded ucd-trie v0.1.7 |
| 366 | 2026-08-21T16:08:12.938Z | Downloaded papergrid v0.11.0 |
| 367 | 2026-08-21T16:08:12.941Z | Downloaded toml v0.8.23 |
| 368 | 2026-08-21T16:08:12.941Z | Downloaded pest_generator v2.8.6 |
| 369 | 2026-08-21T16:08:12.946Z | Downloaded clap v4.6.1 |
| 370 | 2026-08-21T16:08:12.975Z | Downloaded log v0.4.33 |
| 371 | 2026-08-21T16:08:12.981Z | Downloaded textwrap v0.16.2 |
| 372 | 2026-08-21T16:08:12.982Z | Downloaded pest_derive v2.8.6 |
| 373 | 2026-08-21T16:08:12.982Z | Downloaded unicode-ident v1.0.24 |
| 374 | 2026-08-21T16:08:12.982Z | Downloaded pest_meta v2.8.6 |
| 375 | 2026-08-21T16:08:12.982Z | Downloaded semver v1.0.28 |
| 376 | 2026-08-21T16:08:12.982Z | Downloaded proc-macro2 v1.0.106 |
| 377 | 2026-08-21T16:08:12.992Z | Downloaded serde v1.0.228 |
| 378 | 2026-08-21T16:08:12.997Z | Downloaded toml_edit v0.22.27 |
| 379 | 2026-08-21T16:08:13.000Z | Downloaded typenum v1.20.1 |
| 380 | 2026-08-21T16:08:13.000Z | Downloaded memchr v2.8.0 |
| 381 | 2026-08-21T16:08:13.009Z | Downloaded indexmap v2.14.0 |
| 382 | 2026-08-21T16:08:13.013Z | Downloaded hashbrown v0.17.0 |
| 383 | 2026-08-21T16:08:13.018Z | Downloaded clap_builder v4.6.0 |
| 384 | 2026-08-21T16:08:13.040Z | Downloaded serde_json v1.0.151 |
| 385 | 2026-08-21T16:08:13.056Z | Downloaded winnow v0.7.14 |
| 386 | 2026-08-21T16:08:13.061Z | Downloaded goblin v0.8.2 |
| 387 | 2026-08-21T16:08:13.066Z | Downloaded tabled v0.15.0 |
| 388 | 2026-08-21T16:08:13.084Z | Downloaded syn v1.0.109 |
| 389 | 2026-08-21T16:08:13.090Z | Downloaded unicode-width v0.1.14 |
| 390 | 2026-08-21T16:08:13.093Z | Downloaded unicode-width v0.2.0 |
| 391 | 2026-08-21T16:08:13.099Z | Downloaded syn v2.0.117 |
| 392 | 2026-08-21T16:08:13.109Z | Downloaded rustix v1.1.4 |
| 393 | 2026-08-21T16:08:13.132Z | Downloaded libc v0.2.185 |
| 394 | 2026-08-21T16:08:13.195Z | Compiling proc-macro2 v1.0.106 |
| 395 | 2026-08-21T16:08:13.195Z | Compiling quote v1.0.45 |
| 396 | 2026-08-21T16:08:13.195Z | Compiling unicode-ident v1.0.24 |
| 397 | 2026-08-21T16:08:13.195Z | Compiling serde_core v1.0.228 |
| 398 | 2026-08-21T16:08:13.195Z | Compiling libc v0.2.185 |
| 399 | 2026-08-21T16:08:13.198Z | Compiling version_check v0.9.5 |
| 400 | 2026-08-21T16:08:13.198Z | Compiling memchr v2.8.0 |
| 401 | 2026-08-21T16:08:13.198Z | Compiling serde v1.0.228 |
| 402 | 2026-08-21T16:08:13.507Z | Compiling zmij v1.0.21 |
| 403 | 2026-08-21T16:08:13.681Z | Compiling itoa v1.0.17 |
| 404 | 2026-08-21T16:08:13.761Z | Compiling ucd-trie v0.1.7 |
| 405 | 2026-08-21T16:08:13.864Z | Compiling thiserror v1.0.69 |
| 406 | 2026-08-21T16:08:14.055Z | Compiling pest v2.8.6 |
| 407 | 2026-08-21T16:08:14.174Z | Compiling rustix v1.1.4 |
| 408 | 2026-08-21T16:08:14.244Z | Compiling byteorder v1.5.0 |
| 409 | 2026-08-21T16:08:14.376Z | Compiling errno v0.3.14 |
| 410 | 2026-08-21T16:08:14.490Z | Compiling bitflags v2.11.0 |
| 411 | 2026-08-21T16:08:14.540Z | Compiling serde_json v1.0.151 |
| 412 | 2026-08-21T16:08:14.694Z | Compiling syn v2.0.117 |
| 413 | 2026-08-21T16:08:14.731Z | Compiling thread-id v4.2.2 |
| 414 | 2026-08-21T16:08:14.781Z | Compiling usdt-impl v0.5.0 |
| 415 | 2026-08-21T16:08:14.814Z | Compiling proc-macro-error-attr v1.0.4 |
| 416 | 2026-08-21T16:08:14.926Z | Compiling camino v1.2.5 |
| 417 | 2026-08-21T16:08:14.992Z | Compiling syn v1.0.109 |
| 418 | 2026-08-21T16:08:15.165Z | Compiling pest_meta v2.8.6 |
| 419 | 2026-08-21T16:08:15.284Z | Compiling proc-macro-error v1.0.4 |
| 420 | 2026-08-21T16:08:15.317Z | Compiling plain v0.2.3 |
| 421 | 2026-08-21T16:08:15.373Z | Compiling getrandom v0.3.4 |
| 422 | 2026-08-21T16:08:15.500Z | Compiling log v0.4.33 |
| 423 | 2026-08-21T16:08:15.623Z | Compiling utf8parse v0.2.2 |
| 424 | 2026-08-21T16:08:15.730Z | Compiling equivalent v1.0.2 |
| 425 | 2026-08-21T16:08:15.850Z | Compiling hashbrown v0.17.0 |
| 426 | 2026-08-21T16:08:15.850Z | Compiling terminal_size v0.4.3 |
| 427 | 2026-08-21T16:08:15.927Z | Compiling anstyle-parse v1.0.0 |
| 428 | 2026-08-21T16:08:16.211Z | Compiling indexmap v2.14.0 |
| 429 | 2026-08-21T16:08:16.515Z | Compiling thiserror v2.0.18 |
| 430 | 2026-08-21T16:08:16.618Z | Compiling is_terminal_polyfill v1.70.2 |
| 431 | 2026-08-21T16:08:16.652Z | Compiling toml_write v0.1.2 |
| 432 | 2026-08-21T16:08:16.725Z | Compiling anstyle v1.0.14 |
| 433 | 2026-08-21T16:08:16.760Z | Compiling pretty-hex v0.4.1 |
| 434 | 2026-08-21T16:08:16.785Z | Compiling winnow v0.7.14 |
| 435 | 2026-08-21T16:08:16.806Z | Compiling autocfg v1.5.0 |
| 436 | 2026-08-21T16:08:16.824Z | Compiling anstyle-query v1.1.5 |
| 437 | 2026-08-21T16:08:16.888Z | Compiling cfg-if v1.0.4 |
| 438 | 2026-08-21T16:08:16.915Z | Compiling pest_generator v2.8.6 |
| 439 | 2026-08-21T16:08:16.935Z | Compiling colorchoice v1.0.4 |
| 440 | 2026-08-21T16:08:17.053Z | Compiling anstream v1.0.0 |
| 441 | 2026-08-21T16:08:17.226Z | Compiling fs-err v3.3.0 |
| 442 | 2026-08-21T16:08:17.243Z | Compiling strsim v0.11.1 |
| 443 | 2026-08-21T16:08:17.372Z | Compiling once_cell v1.21.3 |
| 444 | 2026-08-21T16:08:17.408Z | Compiling fnv v1.0.7 |
| 445 | 2026-08-21T16:08:17.497Z | Compiling anyhow v1.0.104 |
| 446 | 2026-08-21T16:08:17.516Z | Compiling unicode-width v0.1.14 |
| 447 | 2026-08-21T16:08:17.583Z | Compiling heck v0.4.1 |
| 448 | 2026-08-21T16:08:17.600Z | Compiling heck v0.5.0 |
| 449 | 2026-08-21T16:08:17.605Z | Compiling bytecount v0.6.9 |
| 450 | 2026-08-21T16:08:17.736Z | Compiling clap_lex v1.0.0 |
| 451 | 2026-08-21T16:08:17.778Z | Compiling fastrand v2.3.0 |
| 452 | 2026-08-21T16:08:17.796Z | Compiling papergrid v0.11.0 |
| 453 | 2026-08-21T16:08:17.961Z | Compiling tempfile v3.27.0 |
| 454 | 2026-08-21T16:08:17.966Z | Compiling clap_builder v4.6.0 |
| 455 | 2026-08-21T16:08:18.025Z | Compiling cargo-platform v0.3.2 |
| 456 | 2026-08-21T16:08:18.040Z | Compiling semver v1.0.28 |
| 457 | 2026-08-21T16:08:18.080Z | Compiling tabled_derive v0.7.0 |
| 458 | 2026-08-21T16:08:18.255Z | Compiling memmap v0.7.0 |
| 459 | 2026-08-21T16:08:18.295Z | Compiling unicode-linebreak v0.1.5 |
| 460 | 2026-08-21T16:08:18.311Z | Compiling unicode-width v0.2.0 |
| 461 | 2026-08-21T16:08:18.358Z | Compiling smawk v0.3.2 |
| 462 | 2026-08-21T16:08:18.431Z | Compiling camino-tempfile v1.4.1 |
| 463 | 2026-08-21T16:08:18.529Z | Compiling textwrap v0.16.2 |
| 464 | 2026-08-21T16:08:18.554Z | Compiling serde_derive v1.0.228 |
| 465 | 2026-08-21T16:08:18.580Z | Compiling thiserror-impl v1.0.69 |
| 466 | 2026-08-21T16:08:18.655Z | Compiling zerocopy-derive v0.7.35 |
| 467 | 2026-08-21T16:08:18.846Z | Compiling pest_derive v2.8.6 |
| 468 | 2026-08-21T16:08:19.010Z | Compiling scroll_derive v0.12.1 |
| 469 | 2026-08-21T16:08:19.050Z | Compiling thiserror-impl v2.0.18 |
| 470 | 2026-08-21T16:08:19.248Z | Compiling clap_derive v4.6.1 |
| 471 | 2026-08-21T16:08:19.323Z | Compiling tabled v0.15.0 |
| 472 | 2026-08-21T16:08:19.567Z | Compiling zerocopy v0.7.35 |
| 473 | 2026-08-21T16:08:19.657Z | Compiling scroll v0.12.0 |
| 474 | 2026-08-21T16:08:19.934Z | Compiling goblin v0.8.2 |
| 475 | 2026-08-21T16:08:19.971Z | Compiling dtrace-parser v0.2.0 |
| 476 | 2026-08-21T16:08:20.418Z | Compiling swrite v0.1.0 |
| 477 | 2026-08-21T16:08:20.933Z | Compiling clap v4.6.1 |
| 478 | 2026-08-21T16:08:21.560Z | Compiling serde_spanned v0.6.9 |
| 479 | 2026-08-21T16:08:21.560Z | Compiling toml_datetime v0.6.11 |
| 480 | 2026-08-21T16:08:21.560Z | Compiling cargo_metadata v0.23.1 |
| 481 | 2026-08-21T16:08:21.565Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 482 | 2026-08-21T16:08:21.565Z | Compiling macaddr v1.0.1 |
| 483 | 2026-08-21T16:08:21.646Z | Compiling dof v0.3.0 |
| 484 | 2026-08-21T16:08:21.663Z | Compiling serde_tokenstream v0.2.3 |
| 485 | 2026-08-21T16:08:21.730Z | Compiling toml_edit v0.22.27 |
| 486 | 2026-08-21T16:08:22.371Z | Compiling usdt-attr-macro v0.5.0 |
| 487 | 2026-08-21T16:08:22.393Z | Compiling usdt-macro v0.5.0 |
| 488 | 2026-08-21T16:08:22.965Z | Compiling usdt v0.5.0 |
| 489 | 2026-08-21T16:08:23.057Z | Compiling toml v0.8.23 |
| 490 | 2026-08-21T16:08:23.398Z | Compiling cargo_toml v0.21.0 |
| 491 | 2026-08-21T16:08:24.671Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 492 | 2026-08-21T16:08:26.657Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.59s |
| 493 | 2026-08-21T16:08:26.870Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 494 | 2026-08-21T16:08:27.381Z | Downloading crates ... |
| 495 | 2026-08-21T16:08:27.436Z | Downloaded async-recursion v1.1.1 |
| 496 | 2026-08-21T16:08:27.439Z | Downloaded arrayref v0.3.9 |
| 497 | 2026-08-21T16:08:27.439Z | Downloaded array-init v0.0.4 |
| 498 | 2026-08-21T16:08:27.443Z | Downloaded adler2 v2.0.1 |
| 499 | 2026-08-21T16:08:27.448Z | Downloaded aead v0.5.2 |
| 500 | 2026-08-21T16:08:27.452Z | Downloaded embedded-io v0.4.0 |
| 501 | 2026-08-21T16:08:27.452Z | Downloaded cfg_aliases v0.1.1 |
| 502 | 2026-08-21T16:08:27.452Z | Downloaded foreign-types v0.5.0 |
| 503 | 2026-08-21T16:08:27.455Z | Downloaded futures-task v0.3.32 |
| 504 | 2026-08-21T16:08:27.455Z | Downloaded atomic-waker v1.1.2 |
| 505 | 2026-08-21T16:08:27.455Z | Downloaded atty v0.2.14 |
| 506 | 2026-08-21T16:08:27.456Z | Downloaded async-stream v0.3.6 |
| 507 | 2026-08-21T16:08:27.456Z | Downloaded bit-set v0.8.0 |
| 508 | 2026-08-21T16:08:27.456Z | Downloaded bit-vec v0.8.0 |
| 509 | 2026-08-21T16:08:27.460Z | Downloaded fixedbitset v0.5.7 |
| 510 | 2026-08-21T16:08:27.460Z | Downloaded bcs v0.1.6 |
| 511 | 2026-08-21T16:08:27.460Z | Downloaded group v0.13.0 |
| 512 | 2026-08-21T16:08:27.460Z | Downloaded hostname v0.3.1 |
| 513 | 2026-08-21T16:08:27.460Z | Downloaded async-stream-impl v0.3.6 |
| 514 | 2026-08-21T16:08:27.464Z | Downloaded bit-set v0.5.3 |
| 515 | 2026-08-21T16:08:27.464Z | Downloaded backtrace-ext v0.2.1 |
| 516 | 2026-08-21T16:08:27.464Z | Downloaded base16ct v1.0.0 |
| 517 | 2026-08-21T16:08:27.464Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 518 | 2026-08-21T16:08:27.464Z | Downloaded bitfield-macros v0.19.4 |
| 519 | 2026-08-21T16:08:27.464Z | Downloaded ghash v0.6.0 |
| 520 | 2026-08-21T16:08:27.464Z | Downloaded http v1.4.2 |
| 521 | 2026-08-21T16:08:27.467Z | Downloaded bb8 v0.8.6 |
| 522 | 2026-08-21T16:08:27.468Z | Downloaded git-stub-vcs v0.1.0 |
| 523 | 2026-08-21T16:08:27.471Z | Downloaded futures-channel v0.3.32 |
| 524 | 2026-08-21T16:08:27.471Z | Downloaded futures-io v0.3.32 |
| 525 | 2026-08-21T16:08:27.471Z | Downloaded enum-as-inner v0.6.1 |
| 526 | 2026-08-21T16:08:27.475Z | Downloaded erased-serde v0.3.31 |
| 527 | 2026-08-21T16:08:27.475Z | Downloaded fxhash v0.2.1 |
| 528 | 2026-08-21T16:08:27.475Z | Downloaded assert_matches v1.5.0 |
| 529 | 2026-08-21T16:08:27.475Z | Downloaded bitfield-struct v0.6.2 |
| 530 | 2026-08-21T16:08:27.475Z | Downloaded futures-core v0.3.32 |
| 531 | 2026-08-21T16:08:27.478Z | Downloaded foreign-types v0.3.2 |
| 532 | 2026-08-21T16:08:27.479Z | Downloaded base16ct v0.2.0 |
| 533 | 2026-08-21T16:08:27.482Z | Downloaded cipher v0.5.2 |
| 534 | 2026-08-21T16:08:27.482Z | Downloaded endian-type v0.1.2 |
| 535 | 2026-08-21T16:08:27.482Z | Downloaded form_urlencoded v1.2.2 |
| 536 | 2026-08-21T16:08:27.485Z | Downloaded argon2 v0.5.3 |
| 537 | 2026-08-21T16:08:27.485Z | Downloaded async-trait v0.1.89 |
| 538 | 2026-08-21T16:08:27.490Z | Downloaded fallible-iterator v0.2.0 |
| 539 | 2026-08-21T16:08:27.490Z | Downloaded flume v0.11.1 |
| 540 | 2026-08-21T16:08:27.494Z | Downloaded fs-err v2.11.0 |
| 541 | 2026-08-21T16:08:27.494Z | Downloaded flagset v0.4.7 |
| 542 | 2026-08-21T16:08:27.494Z | Downloaded filetime v0.2.27 |
| 543 | 2026-08-21T16:08:27.494Z | Downloaded enum_dispatch v0.3.13 |
| 544 | 2026-08-21T16:08:27.497Z | Downloaded anstyle-parse v0.2.7 |
| 545 | 2026-08-21T16:08:27.497Z | Downloaded anstream v0.6.21 |
| 546 | 2026-08-21T16:08:27.501Z | Downloaded elliptic-curve v0.14.1 |
| 547 | 2026-08-21T16:08:27.501Z | Downloaded ena v0.14.4 |
| 548 | 2026-08-21T16:08:27.501Z | Downloaded ff v0.14.0 |
| 549 | 2026-08-21T16:08:27.501Z | Downloaded generic-array v1.4.3 |
| 550 | 2026-08-21T16:08:27.504Z | Downloaded flate2 v1.1.9 |
| 551 | 2026-08-21T16:08:27.504Z | Downloaded embedded-io v0.6.1 |
| 552 | 2026-08-21T16:08:27.509Z | Downloaded ciborium-io v0.2.2 |
| 553 | 2026-08-21T16:08:27.509Z | Downloaded find-msvc-tools v0.1.9 |
| 554 | 2026-08-21T16:08:27.509Z | Downloaded env_filter v2.0.0 |
| 555 | 2026-08-21T16:08:27.509Z | Downloaded funty v2.0.0 |
| 556 | 2026-08-21T16:08:27.509Z | Downloaded ahash v0.8.12 |
| 557 | 2026-08-21T16:08:27.512Z | Downloaded argon2 v0.6.0-rc.8 |
| 558 | 2026-08-21T16:08:27.512Z | Downloaded glob v0.3.3 |
| 559 | 2026-08-21T16:08:27.512Z | Downloaded base64ct v1.8.3 |
| 560 | 2026-08-21T16:08:27.516Z | Downloaded const-oid v0.10.2 |
| 561 | 2026-08-21T16:08:27.516Z | Downloaded foreign-types-macros v0.2.3 |
| 562 | 2026-08-21T16:08:27.516Z | Downloaded fd-lock v4.0.4 |
| 563 | 2026-08-21T16:08:27.519Z | Downloaded bzip2 v0.6.1 |
| 564 | 2026-08-21T16:08:27.519Z | Downloaded futures-sink v0.3.32 |
| 565 | 2026-08-21T16:08:27.523Z | Downloaded block-buffer v0.12.1 |
| 566 | 2026-08-21T16:08:27.523Z | Downloaded float-cmp v0.10.0 |
| 567 | 2026-08-21T16:08:27.527Z | Downloaded fixedbitset v0.4.2 |
| 568 | 2026-08-21T16:08:27.527Z | Downloaded headers-core v0.3.0 |
| 569 | 2026-08-21T16:08:27.530Z | Downloaded hubpack_derive v0.1.1 |
| 570 | 2026-08-21T16:08:27.530Z | Downloaded block-padding v0.4.2 |
| 571 | 2026-08-21T16:08:27.530Z | Downloaded hex-literal v1.1.0 |
| 572 | 2026-08-21T16:08:27.530Z | Downloaded cobs v0.3.0 |
| 573 | 2026-08-21T16:08:27.534Z | Downloaded foreign-types-shared v0.1.1 |
| 574 | 2026-08-21T16:08:27.534Z | Downloaded atomicwrites v0.4.4 |
| 575 | 2026-08-21T16:08:27.534Z | Downloaded http-body v1.0.1 |
| 576 | 2026-08-21T16:08:27.534Z | Downloaded float-ord v0.3.2 |
| 577 | 2026-08-21T16:08:27.537Z | Downloaded foreign-types-shared v0.3.1 |
| 578 | 2026-08-21T16:08:27.537Z | Downloaded gethostname v0.5.0 |
| 579 | 2026-08-21T16:08:27.537Z | Downloaded nibble_vec v0.1.0 |
| 580 | 2026-08-21T16:08:27.541Z | Downloaded ascii-canvas v3.0.0 |
| 581 | 2026-08-21T16:08:27.541Z | Downloaded hash32 v0.3.1 |
| 582 | 2026-08-21T16:08:27.547Z | Downloaded http-range v0.1.5 |
| 583 | 2026-08-21T16:08:27.550Z | Downloaded num_threads v0.1.7 |
| 584 | 2026-08-21T16:08:27.551Z | Downloaded openssl-macros v0.1.1 |
| 585 | 2026-08-21T16:08:27.551Z | Downloaded cfg_aliases v0.2.1 |
| 586 | 2026-08-21T16:08:27.551Z | Downloaded hostname v0.4.2 |
| 587 | 2026-08-21T16:08:27.555Z | Downloaded castaway v0.2.4 |
| 588 | 2026-08-21T16:08:27.555Z | Downloaded newline-converter v0.3.0 |
| 589 | 2026-08-21T16:08:27.555Z | Downloaded compression-core v0.4.31 |
| 590 | 2026-08-21T16:08:27.555Z | Downloaded normalize-line-endings v0.3.0 |
| 591 | 2026-08-21T16:08:27.559Z | Downloaded backoff v0.4.0 |
| 592 | 2026-08-21T16:08:27.559Z | Downloaded cexpr v0.6.0 |
| 593 | 2026-08-21T16:08:27.559Z | Downloaded blowfish v0.10.0 |
| 594 | 2026-08-21T16:08:27.559Z | Downloaded cassowary v0.3.0 |
| 595 | 2026-08-21T16:08:27.559Z | Downloaded home v0.5.12 |
| 596 | 2026-08-21T16:08:27.559Z | Downloaded async-bb8-diesel v0.2.1 |
| 597 | 2026-08-21T16:08:27.563Z | Downloaded httpdate v1.0.3 |
| 598 | 2026-08-21T16:08:27.563Z | Downloaded hash32 v0.2.1 |
| 599 | 2026-08-21T16:08:27.563Z | Downloaded hex v0.4.3 |
| 600 | 2026-08-21T16:08:27.563Z | Downloaded cmov v0.5.4 |
| 601 | 2026-08-21T16:08:27.566Z | Downloaded globwalk v0.9.1 |
| 602 | 2026-08-21T16:08:27.566Z | Downloaded cipher v0.4.4 |
| 603 | 2026-08-21T16:08:27.570Z | Downloaded parse-display v0.10.0 |
| 604 | 2026-08-21T16:08:27.570Z | Downloaded hubpack v0.1.2 |
| 605 | 2026-08-21T16:08:27.570Z | Downloaded git-stub v1.0.0 |
| 606 | 2026-08-21T16:08:27.570Z | Downloaded percent-encoding v2.3.2 |
| 607 | 2026-08-21T16:08:27.570Z | Downloaded precomputed-hash v0.1.1 |
| 608 | 2026-08-21T16:08:27.602Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 609 | 2026-08-21T16:08:27.602Z | Downloaded progenitor-client v0.14.0 |
| 610 | 2026-08-21T16:08:27.602Z | Downloaded bs58 v0.5.1 |
| 611 | 2026-08-21T16:08:27.602Z | Downloaded addr2line v0.25.1 |
| 612 | 2026-08-21T16:08:27.602Z | Downloaded recursive v0.1.1 |
| 613 | 2026-08-21T16:08:27.602Z | Downloaded aead v0.6.1 |
| 614 | 2026-08-21T16:08:27.602Z | Downloaded camino-tempfile-ext v0.3.3 |
| 615 | 2026-08-21T16:08:27.602Z | Downloaded console v0.16.2 |
| 616 | 2026-08-21T16:08:27.602Z | Downloaded backon v1.6.0 |
| 617 | 2026-08-21T16:08:27.602Z | Downloaded env_logger v0.11.11 |
| 618 | 2026-08-21T16:08:27.602Z | Downloaded foldhash v0.2.0 |
| 619 | 2026-08-21T16:08:27.602Z | Downloaded ff v0.13.1 |
| 620 | 2026-08-21T16:08:27.602Z | Downloaded quick-error v1.2.3 |
| 621 | 2026-08-21T16:08:27.602Z | Downloaded futures-executor v0.3.32 |
| 622 | 2026-08-21T16:08:27.602Z | Downloaded chacha20 v0.9.1 |
| 623 | 2026-08-21T16:08:27.602Z | Downloaded http-body-util v0.1.3 |
| 624 | 2026-08-21T16:08:27.606Z | Downloaded scopeguard v1.2.0 |
| 625 | 2026-08-21T16:08:27.606Z | Downloaded signal-hook-tokio v0.3.1 |
| 626 | 2026-08-21T16:08:27.606Z | Downloaded blake2 v0.11.0-rc.6 |
| 627 | 2026-08-21T16:08:27.606Z | Downloaded clang-sys v1.8.1 |
| 628 | 2026-08-21T16:08:27.606Z | Downloaded serde_repr v0.1.20 |
| 629 | 2026-08-21T16:08:27.606Z | Downloaded ciborium-ll v0.2.2 |
| 630 | 2026-08-21T16:08:27.606Z | Downloaded compression-codecs v0.4.37 |
| 631 | 2026-08-21T16:08:27.606Z | Downloaded bit-vec v0.6.3 |
| 632 | 2026-08-21T16:08:27.611Z | Downloaded arrayvec v0.7.6 |
| 633 | 2026-08-21T16:08:27.611Z | Downloaded strsim v0.10.0 |
| 634 | 2026-08-21T16:08:27.616Z | Downloaded structmeta v0.3.0 |
| 635 | 2026-08-21T16:08:27.616Z | Downloaded supports-hyperlinks v3.2.0 |
| 636 | 2026-08-21T16:08:27.616Z | Downloaded buf-list v1.1.2 |
| 637 | 2026-08-21T16:08:27.616Z | Downloaded cmake v0.1.57 |
| 638 | 2026-08-21T16:08:27.616Z | Downloaded bitflags v1.3.2 |
| 639 | 2026-08-21T16:08:27.621Z | Downloaded cbc v0.2.1 |
| 640 | 2026-08-21T16:08:27.621Z | Downloaded futures-macro v0.3.32 |
| 641 | 2026-08-21T16:08:27.621Z | Downloaded num-integer v0.1.46 |
| 642 | 2026-08-21T16:08:27.621Z | Downloaded foldhash v0.1.5 |
| 643 | 2026-08-21T16:08:27.624Z | Downloaded take_mut v0.2.2 |
| 644 | 2026-08-21T16:08:27.624Z | Downloaded oxide-tokio-rt v0.1.4 |
| 645 | 2026-08-21T16:08:27.624Z | Downloaded fs_extra v1.3.0 |
| 646 | 2026-08-21T16:08:27.624Z | Downloaded console v0.15.11 |
| 647 | 2026-08-21T16:08:27.628Z | Downloaded group v0.14.0 |
| 648 | 2026-08-21T16:08:27.632Z | Downloaded num_enum v0.5.11 |
| 649 | 2026-08-21T16:08:27.639Z | Downloaded pin-project-internal v1.1.11 |
| 650 | 2026-08-21T16:08:27.639Z | Downloaded owo-colors v4.3.0 |
| 651 | 2026-08-21T16:08:27.639Z | Downloaded pem-rfc7468 v1.0.0 |
| 652 | 2026-08-21T16:08:27.639Z | Downloaded peg-macros v0.8.5 |
| 653 | 2026-08-21T16:08:27.639Z | Downloaded paste v1.0.15 |
| 654 | 2026-08-21T16:08:27.644Z | Downloaded phf v0.12.1 |
| 655 | 2026-08-21T16:08:27.644Z | Downloaded pin-project-lite v0.2.17 |
| 656 | 2026-08-21T16:08:27.644Z | Downloaded testing_table v0.3.0 |
| 657 | 2026-08-21T16:08:27.644Z | Downloaded allocator-api2 v0.2.21 |
| 658 | 2026-08-21T16:08:27.644Z | Downloaded ciborium v0.2.2 |
| 659 | 2026-08-21T16:08:27.648Z | Downloaded colored v2.2.0 |
| 660 | 2026-08-21T16:08:27.648Z | Downloaded port-file v0.1.0 |
| 661 | 2026-08-21T16:08:27.648Z | Downloaded primeorder v0.13.6 |
| 662 | 2026-08-21T16:08:27.648Z | Downloaded rand_core v0.10.0 |
| 663 | 2026-08-21T16:08:27.648Z | Downloaded progenitor-client v0.13.0 |
| 664 | 2026-08-21T16:08:27.648Z | Downloaded progenitor-extras v0.2.0 |
| 665 | 2026-08-21T16:08:27.653Z | Downloaded rand_chacha v0.9.0 |
| 666 | 2026-08-21T16:08:27.653Z | Downloaded rustc_version v0.4.1 |
| 667 | 2026-08-21T16:08:27.653Z | Downloaded unit-prefix v0.5.2 |
| 668 | 2026-08-21T16:08:27.653Z | Downloaded rpassword v7.5.4 |
| 669 | 2026-08-21T16:08:27.653Z | Downloaded topological-sort v0.2.2 |
| 670 | 2026-08-21T16:08:27.656Z | Downloaded usdt v0.6.0 |
| 671 | 2026-08-21T16:08:27.656Z | Downloaded ar_archive_writer v0.5.1 |
| 672 | 2026-08-21T16:08:27.656Z | Downloaded sapling-renderdag v0.1.0 |
| 673 | 2026-08-21T16:08:27.661Z | Downloaded rustls-pemfile v2.2.0 |
| 674 | 2026-08-21T16:08:27.661Z | Downloaded try-lock v0.2.5 |
| 675 | 2026-08-21T16:08:27.661Z | Downloaded unarray v0.1.4 |
| 676 | 2026-08-21T16:08:27.664Z | Downloaded want v0.3.1 |
| 677 | 2026-08-21T16:08:27.669Z | Downloaded zeroize_derive v1.5.0 |
| 678 | 2026-08-21T16:08:27.669Z | Downloaded bzip2 v0.4.4 |
| 679 | 2026-08-21T16:08:27.673Z | Downloaded convert_case v0.4.0 |
| 680 | 2026-08-21T16:08:27.673Z | Downloaded bitfield v0.19.4 |
| 681 | 2026-08-21T16:08:27.678Z | Downloaded blake2 v0.10.6 |
| 682 | 2026-08-21T16:08:27.682Z | Downloaded spki v0.7.3 |
| 683 | 2026-08-21T16:08:27.682Z | Downloaded crucible-workspace-hack v0.1.0 |
| 684 | 2026-08-21T16:08:27.682Z | Downloaded cstr-argument v0.1.2 |
| 685 | 2026-08-21T16:08:27.685Z | Downloaded schemars_derive v0.8.22 |
| 686 | 2026-08-21T16:08:27.689Z | Downloaded slog-stdlog v4.1.1 |
| 687 | 2026-08-21T16:08:27.689Z | Downloaded simd-adler32 v0.3.8 |
| 688 | 2026-08-21T16:08:27.689Z | Downloaded slog-dtrace v0.3.0 |
| 689 | 2026-08-21T16:08:27.689Z | Downloaded chacha20 v0.10.0 |
| 690 | 2026-08-21T16:08:27.692Z | Downloaded snafu-derive v0.8.9 |
| 691 | 2026-08-21T16:08:27.696Z | Downloaded thread_local v1.1.9 |
| 692 | 2026-08-21T16:08:27.696Z | Downloaded zone v0.3.1 |
| 693 | 2026-08-21T16:08:27.696Z | Downloaded darling_macro v0.21.3 |
| 694 | 2026-08-21T16:08:27.696Z | Downloaded defmt-parser v1.0.0 |
| 695 | 2026-08-21T16:08:27.696Z | Downloaded darling_macro v0.20.11 |
| 696 | 2026-08-21T16:08:27.696Z | Downloaded dtrace-parser v0.3.0 |
| 697 | 2026-08-21T16:08:27.696Z | Downloaded oxide-update-engine v0.1.2 |
| 698 | 2026-08-21T16:08:27.700Z | Downloaded colored v3.1.1 |
| 699 | 2026-08-21T16:08:27.700Z | Downloaded supports-color v3.0.2 |
| 700 | 2026-08-21T16:08:27.703Z | Downloaded dirs-sys-next v0.1.2 |
| 701 | 2026-08-21T16:08:27.703Z | Downloaded tiny-keccak v2.0.2 |
| 702 | 2026-08-21T16:08:27.703Z | Downloaded tinystr v0.8.2 |
| 703 | 2026-08-21T16:08:27.707Z | Downloaded hmac v0.12.1 |
| 704 | 2026-08-21T16:08:27.710Z | Downloaded display-error-chain v0.2.2 |
| 705 | 2026-08-21T16:08:27.710Z | Downloaded globset v0.4.18 |
| 706 | 2026-08-21T16:08:27.710Z | Downloaded highway v1.3.0 |
| 707 | 2026-08-21T16:08:27.714Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 708 | 2026-08-21T16:08:27.714Z | Downloaded hyper-tls v0.6.0 |
| 709 | 2026-08-21T16:08:27.718Z | Downloaded instability v0.3.11 |
| 710 | 2026-08-21T16:08:27.718Z | Downloaded const-oid v0.9.6 |
| 711 | 2026-08-21T16:08:27.722Z | Downloaded primeorder v0.14.0 |
| 712 | 2026-08-21T16:08:27.725Z | Downloaded salsa20 v0.11.0 |
| 713 | 2026-08-21T16:08:27.725Z | Downloaded unicase v2.9.0 |
| 714 | 2026-08-21T16:08:27.729Z | Downloaded usdt-attr-macro v0.6.0 |
| 715 | 2026-08-21T16:08:27.729Z | Downloaded cancel-safe-futures v0.1.5 |
| 716 | 2026-08-21T16:08:27.729Z | Downloaded difflib v0.4.0 |
| 717 | 2026-08-21T16:08:27.729Z | Downloaded kem v0.3.0 |
| 718 | 2026-08-21T16:08:27.729Z | Downloaded fatfs v0.3.6 |
| 719 | 2026-08-21T16:08:27.732Z | Downloaded getrandom v0.4.3 |
| 720 | 2026-08-21T16:08:27.732Z | Downloaded lru-slab v0.1.2 |
| 721 | 2026-08-21T16:08:27.732Z | Downloaded lzss v0.8.2 |
| 722 | 2026-08-21T16:08:27.736Z | Downloaded futures v0.3.32 |
| 723 | 2026-08-21T16:08:27.736Z | Downloaded convert_case v0.10.0 |
| 724 | 2026-08-21T16:08:27.741Z | Downloaded is-terminal v0.4.17 |
| 725 | 2026-08-21T16:08:27.747Z | Downloaded der_derive v0.7.3 |
| 726 | 2026-08-21T16:08:27.750Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 727 | 2026-08-21T16:08:27.750Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 728 | 2026-08-21T16:08:27.750Z | Downloaded zstd-safe v7.2.4 |
| 729 | 2026-08-21T16:08:27.750Z | Downloaded multimap v0.10.1 |
| 730 | 2026-08-21T16:08:27.750Z | Downloaded nodrop v0.1.14 |
| 731 | 2026-08-21T16:08:27.754Z | Downloaded wyz v0.5.1 |
| 732 | 2026-08-21T16:08:27.754Z | Downloaded yoke v0.8.1 |
| 733 | 2026-08-21T16:08:27.757Z | Downloaded libscf-sys v1.2.0 |
| 734 | 2026-08-21T16:08:27.757Z | Downloaded mime v0.3.17 |
| 735 | 2026-08-21T16:08:27.757Z | Downloaded num-iter v0.1.45 |
| 736 | 2026-08-21T16:08:27.757Z | Downloaded openssl-probe v0.2.1 |
| 737 | 2026-08-21T16:08:27.760Z | Downloaded getrandom v0.2.17 |
| 738 | 2026-08-21T16:08:27.761Z | Downloaded chacha20poly1305 v0.10.1 |
| 739 | 2026-08-21T16:08:27.764Z | Downloaded scroll v0.13.0 |
| 740 | 2026-08-21T16:08:27.764Z | Downloaded smf v0.2.3 |
| 741 | 2026-08-21T16:08:27.769Z | Downloaded olpc-cjson v0.1.4 |
| 742 | 2026-08-21T16:08:27.769Z | Downloaded pin-project v1.1.11 |
| 743 | 2026-08-21T16:08:27.773Z | Downloaded peg-runtime v0.8.5 |
| 744 | 2026-08-21T16:08:27.776Z | Downloaded password-hash v0.6.1 |
| 745 | 2026-08-21T16:08:27.777Z | Downloaded arc-swap v1.8.2 |
| 746 | 2026-08-21T16:08:27.781Z | Downloaded bytes v1.11.1 |
| 747 | 2026-08-21T16:08:27.785Z | Downloaded ed25519 v2.2.3 |
| 748 | 2026-08-21T16:08:27.789Z | Downloaded half v1.8.3 |
| 749 | 2026-08-21T16:08:27.789Z | Downloaded predicates-core v1.0.10 |
| 750 | 2026-08-21T16:08:27.789Z | Downloaded proc-macro-crate v1.3.1 |
| 751 | 2026-08-21T16:08:27.789Z | Downloaded proc-macro-crate v3.4.0 |
| 752 | 2026-08-21T16:08:27.793Z | Downloaded psl-types v2.0.11 |
| 753 | 2026-08-21T16:08:27.793Z | Downloaded rand_chacha v0.3.1 |
| 754 | 2026-08-21T16:08:27.793Z | Downloaded tracing-attributes v0.1.31 |
| 755 | 2026-08-21T16:08:27.793Z | Downloaded omicron-zone-package v0.12.3 |
| 756 | 2026-08-21T16:08:27.796Z | Downloaded parking_lot v0.12.5 |
| 757 | 2026-08-21T16:08:27.796Z | Downloaded ingot v0.2.1 |
| 758 | 2026-08-21T16:08:27.796Z | Downloaded httparse v1.10.1 |
| 759 | 2026-08-21T16:08:27.799Z | Downloaded prefix-trie v0.7.0 |
| 760 | 2026-08-21T16:08:27.799Z | Downloaded ron v0.8.1 |
| 761 | 2026-08-21T16:08:27.803Z | Downloaded jiff-static v0.2.34 |
| 762 | 2026-08-21T16:08:27.803Z | Downloaded libefi-sys v0.1.0 |
| 763 | 2026-08-21T16:08:27.803Z | Downloaded vergen v9.1.0 |
| 764 | 2026-08-21T16:08:27.803Z | Downloaded radium v0.7.0 |
| 765 | 2026-08-21T16:08:27.803Z | Downloaded diesel-dtrace v0.5.0 |
| 766 | 2026-08-21T16:08:27.806Z | Downloaded rtoolbox v0.0.3 |
| 767 | 2026-08-21T16:08:27.806Z | Downloaded serde_bytes v0.11.19 |
| 768 | 2026-08-21T16:08:27.806Z | Downloaded sha1 v0.11.0 |
| 769 | 2026-08-21T16:08:27.810Z | Downloaded half v2.7.1 |
| 770 | 2026-08-21T16:08:27.810Z | Downloaded hmac v0.13.0 |
| 771 | 2026-08-21T16:08:27.813Z | Downloaded yasna v0.5.2 |
| 772 | 2026-08-21T16:08:27.813Z | Downloaded base64 v0.22.1 |
| 773 | 2026-08-21T16:08:27.819Z | Downloaded compact_str v0.8.1 |
| 774 | 2026-08-21T16:08:27.822Z | Downloaded linear-map v1.2.0 |
| 775 | 2026-08-21T16:08:27.826Z | Downloaded siphasher v1.0.2 |
| 776 | 2026-08-21T16:08:27.826Z | Downloaded slog-bunyan v2.5.0 |
| 777 | 2026-08-21T16:08:27.829Z | Downloaded ipnet v2.12.0 |
| 778 | 2026-08-21T16:08:27.829Z | Downloaded sqlparser_derive v0.5.0 |
| 779 | 2026-08-21T16:08:27.829Z | Downloaded oso-derive v0.27.3 |
| 780 | 2026-08-21T16:08:27.829Z | Downloaded critical-section v1.2.0 |
| 781 | 2026-08-21T16:08:27.833Z | Downloaded crossbeam-utils v0.8.21 |
| 782 | 2026-08-21T16:08:27.838Z | Downloaded darling v0.20.11 |
| 783 | 2026-08-21T16:08:27.838Z | Downloaded slog-envlogger v2.2.0 |
| 784 | 2026-08-21T16:08:27.841Z | Downloaded thread-id v5.1.0 |
| 785 | 2026-08-21T16:08:27.841Z | Downloaded byte-wrapper v0.1.0 |
| 786 | 2026-08-21T16:08:27.841Z | Downloaded chumsky v0.9.3 |
| 787 | 2026-08-21T16:08:27.847Z | Downloaded serde_cbor v0.11.2 |
| 788 | 2026-08-21T16:08:27.847Z | Downloaded phf_shared v0.11.3 |
| 789 | 2026-08-21T16:08:27.847Z | Downloaded subprocess v0.2.15 |
| 790 | 2026-08-21T16:08:27.850Z | Downloaded term v1.2.1 |
| 791 | 2026-08-21T16:08:27.850Z | Downloaded num-rational v0.4.2 |
| 792 | 2026-08-21T16:08:27.850Z | Downloaded sync_wrapper v1.0.2 |
| 793 | 2026-08-21T16:08:27.850Z | Downloaded tinyvec_macros v0.1.1 |
| 794 | 2026-08-21T16:08:27.850Z | Downloaded unicode-truncate v1.1.0 |
| 795 | 2026-08-21T16:08:27.851Z | Downloaded bumpalo v3.20.2 |
| 796 | 2026-08-21T16:08:27.854Z | Downloaded tokio-stream v0.1.18 |
| 797 | 2026-08-21T16:08:27.854Z | Downloaded polyval v0.7.1 |
| 798 | 2026-08-21T16:08:27.857Z | Downloaded async-compression v0.4.41 |
| 799 | 2026-08-21T16:08:27.861Z | Downloaded pem v3.0.6 |
| 800 | 2026-08-21T16:08:27.861Z | Downloaded pkg-config v0.3.32 |
| 801 | 2026-08-21T16:08:27.861Z | Downloaded derive_builder v0.20.2 |
| 802 | 2026-08-21T16:08:27.865Z | Downloaded primefield v0.14.0 |
| 803 | 2026-08-21T16:08:27.865Z | Downloaded typify-macro v0.6.2 |
| 804 | 2026-08-21T16:08:27.865Z | Downloaded headers v0.4.1 |
| 805 | 2026-08-21T16:08:27.868Z | Downloaded utf8_iter v1.0.4 |
| 806 | 2026-08-21T16:08:27.871Z | Downloaded postgres-types v0.2.12 |
| 807 | 2026-08-21T16:08:27.871Z | Downloaded tinyvec v1.10.0 |
| 808 | 2026-08-21T16:08:27.877Z | Downloaded wait-timeout v0.2.1 |
| 809 | 2026-08-21T16:08:27.877Z | Downloaded waitgroup v0.1.2 |
| 810 | 2026-08-21T16:08:27.877Z | Downloaded rand_core v0.6.4 |
| 811 | 2026-08-21T16:08:27.888Z | Downloaded crc-catalog v2.4.0 |
| 812 | 2026-08-21T16:08:27.888Z | Downloaded crunchy v0.2.4 |
| 813 | 2026-08-21T16:08:27.892Z | Downloaded backtrace v0.3.76 |
| 814 | 2026-08-21T16:08:27.892Z | Downloaded rustc-demangle v0.1.27 |
| 815 | 2026-08-21T16:08:27.892Z | Downloaded base64 v0.21.7 |
| 816 | 2026-08-21T16:08:27.892Z | Downloaded heapless v0.8.0 |
| 817 | 2026-08-21T16:08:27.897Z | Downloaded multer v3.1.0 |
| 818 | 2026-08-21T16:08:27.900Z | Downloaded rustls-native-certs v0.8.3 |
| 819 | 2026-08-21T16:08:27.900Z | Downloaded debug-ignore v1.0.5 |
| 820 | 2026-08-21T16:08:27.900Z | Downloaded memmap2 v0.9.10 |
| 821 | 2026-08-21T16:08:27.900Z | Downloaded sec1 v0.7.3 |
| 822 | 2026-08-21T16:08:27.900Z | Downloaded sec1 v0.8.1 |
| 823 | 2026-08-21T16:08:27.900Z | Downloaded vte v0.14.1 |
| 824 | 2026-08-21T16:08:27.903Z | Downloaded slog-json v2.6.1 |
| 825 | 2026-08-21T16:08:27.904Z | Downloaded dropshot-api-manager-types v0.8.0 |
| 826 | 2026-08-21T16:08:27.908Z | Downloaded idna_adapter v1.2.1 |
| 827 | 2026-08-21T16:08:27.909Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 828 | 2026-08-21T16:08:27.909Z | Downloaded stacker v0.1.23 |
| 829 | 2026-08-21T16:08:27.912Z | Downloaded stringprep v0.1.5 |
| 830 | 2026-08-21T16:08:27.912Z | Downloaded cc v1.2.56 |
| 831 | 2026-08-21T16:08:27.916Z | Downloaded parking_lot_core v0.9.12 |
| 832 | 2026-08-21T16:08:27.916Z | Downloaded support-bundle-viewer v0.1.2 |
| 833 | 2026-08-21T16:08:27.919Z | Downloaded synstructure v0.13.2 |
| 834 | 2026-08-21T16:08:27.920Z | Downloaded crc-any v2.5.0 |
| 835 | 2026-08-21T16:08:27.920Z | Downloaded tokio-dtrace v0.1.1 |
| 836 | 2026-08-21T16:08:27.920Z | Downloaded tokio-macros v2.7.0 |
| 837 | 2026-08-21T16:08:27.924Z | Downloaded inout v0.2.2 |
| 838 | 2026-08-21T16:08:27.925Z | Downloaded heapless v0.7.17 |
| 839 | 2026-08-21T16:08:27.925Z | Downloaded hickory-resolver v0.24.4 |
| 840 | 2026-08-21T16:08:27.929Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 841 | 2026-08-21T16:08:27.932Z | Downloaded hickory-resolver v0.25.2 |
| 842 | 2026-08-21T16:08:27.932Z | Downloaded ecdsa v0.17.0 |
| 843 | 2026-08-21T16:08:27.933Z | Downloaded elliptic-curve v0.13.8 |
| 844 | 2026-08-21T16:08:27.936Z | Downloaded linked-hash-map v0.5.6 |
| 845 | 2026-08-21T16:08:27.936Z | Downloaded lru v0.12.5 |
| 846 | 2026-08-21T16:08:27.941Z | Downloaded match_cfg v0.1.0 |
| 847 | 2026-08-21T16:08:27.946Z | Downloaded memoffset v0.9.1 |
| 848 | 2026-08-21T16:08:27.949Z | Downloaded zerovec-derive v0.11.2 |
| 849 | 2026-08-21T16:08:27.949Z | Downloaded const_format_proc_macros v0.2.34 |
| 850 | 2026-08-21T16:08:27.952Z | Downloaded constant_time_eq v0.4.2 |
| 851 | 2026-08-21T16:08:27.952Z | Downloaded rand v0.8.6 |
| 852 | 2026-08-21T16:08:27.956Z | Downloaded rustls-webpki v0.103.13 |
| 853 | 2026-08-21T16:08:27.956Z | Downloaded serde_with_macros v3.21.0 |
| 854 | 2026-08-21T16:08:27.956Z | Downloaded walkdir v2.5.0 |
| 855 | 2026-08-21T16:08:27.959Z | Downloaded csv-core v0.1.13 |
| 856 | 2026-08-21T16:08:27.959Z | Downloaded icu_provider v2.1.1 |
| 857 | 2026-08-21T16:08:27.959Z | Downloaded hickory-server v0.25.2 |
| 858 | 2026-08-21T16:08:27.962Z | Downloaded predicates-tree v1.0.13 |
| 859 | 2026-08-21T16:08:27.962Z | Downloaded rustls-pki-types v1.14.0 |
| 860 | 2026-08-21T16:08:27.966Z | Downloaded shlex v1.3.0 |
| 861 | 2026-08-21T16:08:27.966Z | Downloaded zip v0.6.6 |
| 862 | 2026-08-21T16:08:27.969Z | Downloaded ref-cast v1.0.25 |
| 863 | 2026-08-21T16:08:27.969Z | Downloaded ref-cast-impl v1.0.25 |
| 864 | 2026-08-21T16:08:27.973Z | Downloaded strum_macros v0.24.3 |
| 865 | 2026-08-21T16:08:27.973Z | Downloaded data-encoding v2.10.0 |
| 866 | 2026-08-21T16:08:27.973Z | Downloaded hyper-staticfile v0.10.1 |
| 867 | 2026-08-21T16:08:27.976Z | Downloaded deranged v0.5.8 |
| 868 | 2026-08-21T16:08:27.976Z | Downloaded derive-ex v0.1.8 |
| 869 | 2026-08-21T16:08:27.977Z | Downloaded semver v0.1.20 |
| 870 | 2026-08-21T16:08:27.980Z | Downloaded serde_plain v1.0.2 |
| 871 | 2026-08-21T16:08:27.980Z | Downloaded schemars v1.2.1 |
| 872 | 2026-08-21T16:08:27.985Z | Downloaded scheduled-thread-pool v0.2.7 |
| 873 | 2026-08-21T16:08:27.988Z | Downloaded ipnetwork v0.21.1 |
| 874 | 2026-08-21T16:08:27.988Z | Downloaded russh-cryptovec v0.62.0 |
| 875 | 2026-08-21T16:08:27.988Z | Downloaded darling_core v0.20.11 |
| 876 | 2026-08-21T16:08:27.992Z | Downloaded lazy_static v1.5.0 |
| 877 | 2026-08-21T16:08:27.995Z | Downloaded tagptr v0.2.0 |
| 878 | 2026-08-21T16:08:27.995Z | Downloaded supports-unicode v3.0.0 |
| 879 | 2026-08-21T16:08:27.995Z | Downloaded expectorate v1.2.0 |
| 880 | 2026-08-21T16:08:28.001Z | Downloaded aes v0.9.1 |
| 881 | 2026-08-21T16:08:28.006Z | Downloaded hashbrown v0.12.3 |
| 882 | 2026-08-21T16:08:28.009Z | Downloaded hashbrown v0.13.2 |
| 883 | 2026-08-21T16:08:28.009Z | Downloaded signature v2.2.0 |
| 884 | 2026-08-21T16:08:28.013Z | Downloaded newtype-uuid v1.3.2 |
| 885 | 2026-08-21T16:08:28.013Z | Downloaded num-complex v0.4.6 |
| 886 | 2026-08-21T16:08:28.013Z | Downloaded vsss-rs v3.3.4 |
| 887 | 2026-08-21T16:08:28.017Z | Downloaded indicatif v0.18.4 |
| 888 | 2026-08-21T16:08:28.020Z | Downloaded pkcs8 v0.10.2 |
| 889 | 2026-08-21T16:08:28.020Z | Downloaded sync-ptr v0.1.4 |
| 890 | 2026-08-21T16:08:28.020Z | Downloaded tabwriter v1.4.1 |
| 891 | 2026-08-21T16:08:28.024Z | Downloaded xshell-macros v0.2.7 |
| 892 | 2026-08-21T16:08:28.028Z | Downloaded rustls-platform-verifier v0.6.2 |
| 893 | 2026-08-21T16:08:28.028Z | Downloaded parse-display-derive v0.10.0 |
| 894 | 2026-08-21T16:08:28.031Z | Downloaded tower-service v0.3.3 |
| 895 | 2026-08-21T16:08:28.031Z | Downloaded icu_locale_core v2.1.1 |
| 896 | 2026-08-21T16:08:28.036Z | Downloaded universal-hash v0.6.1 |
| 897 | 2026-08-21T16:08:28.040Z | Downloaded zone_cfg_derive v0.3.1 |
| 898 | 2026-08-21T16:08:28.040Z | Downloaded cpubits v0.1.1 |
| 899 | 2026-08-21T16:08:28.040Z | Downloaded resolv-conf v0.7.6 |
| 900 | 2026-08-21T16:08:28.043Z | Downloaded crc32fast v1.5.0 |
| 901 | 2026-08-21T16:08:28.043Z | Downloaded daft-derive v0.1.7 |
| 902 | 2026-08-21T16:08:28.046Z | Downloaded hybrid-array v0.4.13 |
| 903 | 2026-08-21T16:08:28.046Z | Downloaded parking_lot_core v0.8.6 |
| 904 | 2026-08-21T16:08:28.050Z | Downloaded phf v0.13.1 |
| 905 | 2026-08-21T16:08:28.050Z | Downloaded proc-macro-error2 v2.0.1 |
| 906 | 2026-08-21T16:08:28.050Z | Downloaded downcast-rs v2.0.2 |
| 907 | 2026-08-21T16:08:28.050Z | Downloaded dof v0.4.0 |
| 908 | 2026-08-21T16:08:28.053Z | Downloaded spin v0.9.8 |
| 909 | 2026-08-21T16:08:28.053Z | Downloaded steno v0.4.1 |
| 910 | 2026-08-21T16:08:28.053Z | Downloaded scrypt v0.12.0 |
| 911 | 2026-08-21T16:08:28.057Z | Downloaded ssh-cipher v0.3.0 |
| 912 | 2026-08-21T16:08:28.057Z | Downloaded strum v0.27.2 |
| 913 | 2026-08-21T16:08:28.057Z | Downloaded derive_builder_macro v0.20.2 |
| 914 | 2026-08-21T16:08:28.057Z | Downloaded psm v0.1.30 |
| 915 | 2026-08-21T16:08:28.061Z | Downloaded is_ci v1.2.0 |
| 916 | 2026-08-21T16:08:28.064Z | Downloaded darling_macro v0.13.4 |
| 917 | 2026-08-21T16:08:28.068Z | Downloaded tungstenite v0.23.0 |
| 918 | 2026-08-21T16:08:28.072Z | Downloaded derive_more v2.1.1 |
| 919 | 2026-08-21T16:08:28.075Z | Downloaded toml v0.7.8 |
| 920 | 2026-08-21T16:08:28.080Z | Downloaded instant v0.1.13 |
| 921 | 2026-08-21T16:08:28.083Z | Downloaded tls_codec_derive v0.4.2 |
| 922 | 2026-08-21T16:08:28.083Z | Downloaded pkcs8 v0.11.0 |
| 923 | 2026-08-21T16:08:28.086Z | Downloaded tracing-core v0.1.36 |
| 924 | 2026-08-21T16:08:28.086Z | Downloaded lru-cache v0.1.2 |
| 925 | 2026-08-21T16:08:28.086Z | Downloaded num v0.4.3 |
| 926 | 2026-08-21T16:08:28.086Z | Downloaded num-conv v0.2.0 |
| 927 | 2026-08-21T16:08:28.086Z | Downloaded opaque-debug v0.3.1 |
| 928 | 2026-08-21T16:08:28.090Z | Downloaded signal-hook-registry v1.4.8 |
| 929 | 2026-08-21T16:08:28.090Z | Downloaded slog-scope v4.4.1 |
| 930 | 2026-08-21T16:08:28.090Z | Downloaded packed_struct_codegen v0.10.1 |
| 931 | 2026-08-21T16:08:28.090Z | Downloaded rayon-core v1.13.0 |
| 932 | 2026-08-21T16:08:28.090Z | Downloaded rcgen v0.12.1 |
| 933 | 2026-08-21T16:08:28.094Z | Downloaded xshell v0.2.7 |
| 934 | 2026-08-21T16:08:28.094Z | Downloaded md-5 v0.10.6 |
| 935 | 2026-08-21T16:08:28.094Z | Downloaded unicode_categories v0.1.1 |
| 936 | 2026-08-21T16:08:28.097Z | Downloaded string_cache v0.8.9 |
| 937 | 2026-08-21T16:08:28.097Z | Downloaded uuid v1.23.4 |
| 938 | 2026-08-21T16:08:28.100Z | Downloaded aes-gcm v0.11.0 |
| 939 | 2026-08-21T16:08:28.100Z | Downloaded whoami v2.1.0 |
| 940 | 2026-08-21T16:08:28.100Z | Downloaded phf_shared v0.12.1 |
| 941 | 2026-08-21T16:08:28.105Z | Downloaded potential_utf v0.1.4 |
| 942 | 2026-08-21T16:08:28.105Z | Downloaded powerfmt v0.2.0 |
| 943 | 2026-08-21T16:08:28.105Z | Downloaded zopfli v0.8.3 |
| 944 | 2026-08-21T16:08:28.105Z | Downloaded x509-cert v0.2.5 |
| 945 | 2026-08-21T16:08:28.117Z | Downloaded signal-hook v0.3.18 |
| 946 | 2026-08-21T16:08:28.117Z | Downloaded oso v0.27.3 |
| 947 | 2026-08-21T16:08:28.117Z | Downloaded serde_path_to_error v0.1.20 |
| 948 | 2026-08-21T16:08:28.126Z | Downloaded vergen-gitcl v1.0.8 |
| 949 | 2026-08-21T16:08:28.127Z | Downloaded zeroize v1.9.0 |
| 950 | 2026-08-21T16:08:28.127Z | Downloaded rand_pcg v0.10.2 |
| 951 | 2026-08-21T16:08:28.127Z | Downloaded libbz2-rs-sys v0.2.2 |
| 952 | 2026-08-21T16:08:28.129Z | Downloaded indoc v2.0.7 |
| 953 | 2026-08-21T16:08:28.129Z | Downloaded vergen-git2 v9.1.0 |
| 954 | 2026-08-21T16:08:28.129Z | Downloaded daft v0.1.7 |
| 955 | 2026-08-21T16:08:28.129Z | Downloaded quinn-udp v0.5.14 |
| 956 | 2026-08-21T16:08:28.134Z | Downloaded serde_with v1.14.0 |
| 957 | 2026-08-21T16:08:28.134Z | Downloaded serde_spanned v1.1.1 |
| 958 | 2026-08-21T16:08:28.134Z | Downloaded scroll_derive v0.13.1 |
| 959 | 2026-08-21T16:08:28.134Z | Downloaded num-bigint-dig v0.8.6 |
| 960 | 2026-08-21T16:08:28.138Z | Downloaded libloading v0.8.9 |
| 961 | 2026-08-21T16:08:28.138Z | Downloaded openssl-sys v0.9.117 |
| 962 | 2026-08-21T16:08:28.141Z | Downloaded mime_guess v2.0.5 |
| 963 | 2026-08-21T16:08:28.141Z | Downloaded rustc_version v0.1.7 |
| 964 | 2026-08-21T16:08:28.145Z | Downloaded rand_seeder v0.4.0 |
| 965 | 2026-08-21T16:08:28.145Z | Downloaded either v1.15.0 |
| 966 | 2026-08-21T16:08:28.151Z | Downloaded stable_deref_trait v1.2.1 |
| 967 | 2026-08-21T16:08:28.154Z | Downloaded tokio-rustls v0.26.4 |
| 968 | 2026-08-21T16:08:28.154Z | Downloaded ignore v0.4.25 |
| 969 | 2026-08-21T16:08:28.154Z | Downloaded pkcs5 v0.8.1 |
| 970 | 2026-08-21T16:08:28.158Z | Downloaded subtle v2.6.1 |
| 971 | 2026-08-21T16:08:28.158Z | Downloaded unicode-xid v0.2.6 |
| 972 | 2026-08-21T16:08:28.158Z | Downloaded xattr v1.6.1 |
| 973 | 2026-08-21T16:08:28.161Z | Downloaded sha2 v0.11.0 |
| 974 | 2026-08-21T16:08:28.161Z | Downloaded signal-hook-mio v0.2.5 |
| 975 | 2026-08-21T16:08:28.161Z | Downloaded zerofrom-derive v0.1.6 |
| 976 | 2026-08-21T16:08:28.165Z | Downloaded progenitor-impl v0.14.0 |
| 977 | 2026-08-21T16:08:28.168Z | Downloaded knus-derive v3.4.0 |
| 978 | 2026-08-21T16:08:28.171Z | Downloaded nanorand v0.7.0 |
| 979 | 2026-08-21T16:08:28.171Z | Downloaded untrusted v0.9.0 |
| 980 | 2026-08-21T16:08:28.175Z | Downloaded cpufeatures v0.3.0 |
| 981 | 2026-08-21T16:08:28.175Z | Downloaded twox-hash v2.1.2 |
| 982 | 2026-08-21T16:08:28.175Z | Downloaded ryu v1.0.23 |
| 983 | 2026-08-21T16:08:28.178Z | Downloaded scuffle v0.1.0 |
| 984 | 2026-08-21T16:08:28.182Z | Downloaded poly1305 v0.8.0 |
| 985 | 2026-08-21T16:08:28.188Z | Downloaded oxnet v0.1.6 |
| 986 | 2026-08-21T16:08:28.191Z | Downloaded usdt-impl v0.6.0 |
| 987 | 2026-08-21T16:08:28.191Z | Downloaded password-hash v0.5.0 |
| 988 | 2026-08-21T16:08:28.195Z | Downloaded pem-rfc7468 v0.7.0 |
| 989 | 2026-08-21T16:08:28.195Z | Downloaded progenitor v0.14.0 |
| 990 | 2026-08-21T16:08:28.195Z | Downloaded defmt v0.3.100 |
| 991 | 2026-08-21T16:08:28.195Z | Downloaded dirs-next v2.0.0 |
| 992 | 2026-08-21T16:08:28.198Z | Downloaded iana-time-zone v0.1.65 |
| 993 | 2026-08-21T16:08:28.203Z | Downloaded mio v1.2.0 |
| 994 | 2026-08-21T16:08:28.209Z | Downloaded darling_core v0.21.3 |
| 995 | 2026-08-21T16:08:28.212Z | Downloaded smallvec v0.6.14 |
| 996 | 2026-08-21T16:08:28.212Z | Downloaded keccak v0.1.6 |
| 997 | 2026-08-21T16:08:28.215Z | Downloaded managed v0.8.0 |
| 998 | 2026-08-21T16:08:28.216Z | Downloaded parse-size v1.1.0 |
| 999 | 2026-08-21T16:08:28.216Z | Downloaded inout v0.1.4 |
| 1000 | 2026-08-21T16:08:28.216Z | Downloaded path-slash v0.1.5 |
| 1001 | 2026-08-21T16:08:28.222Z | Downloaded hashbrown v0.14.5 |
| 1002 | 2026-08-21T16:08:28.227Z | Downloaded serdect v0.4.3 |
| 1003 | 2026-08-21T16:08:28.227Z | Downloaded url v2.5.8 |
| 1004 | 2026-08-21T16:08:28.227Z | Downloaded toml_edit v0.19.15 |
| 1005 | 2026-08-21T16:08:28.242Z | Downloaded hashbrown v0.16.1 |
| 1006 | 2026-08-21T16:08:28.246Z | Downloaded hashbrown v0.15.5 |
| 1007 | 2026-08-21T16:08:28.246Z | Downloaded p256 v0.14.0 |
| 1008 | 2026-08-21T16:08:28.246Z | Downloaded ssh-encoding v0.3.0 |
| 1009 | 2026-08-21T16:08:28.247Z | Downloaded termios v0.3.3 |
| 1010 | 2026-08-21T16:08:28.247Z | Downloaded thiserror-no-std v2.0.2 |
| 1011 | 2026-08-21T16:08:28.247Z | Downloaded time-core v0.1.8 |
| 1012 | 2026-08-21T16:08:28.250Z | Downloaded secrecy v0.10.3 |
| 1013 | 2026-08-21T16:08:28.250Z | Downloaded rustc-hash v2.1.1 |
| 1014 | 2026-08-21T16:08:28.250Z | Downloaded sha1 v0.10.6 |
| 1015 | 2026-08-21T16:08:28.250Z | Downloaded shell-words v1.1.1 |
| 1016 | 2026-08-21T16:08:28.250Z | Downloaded aho-corasick v1.1.4 |
| 1017 | 2026-08-21T16:08:28.254Z | Downloaded vergen-lib v0.1.6 |
| 1018 | 2026-08-21T16:08:28.254Z | Downloaded knus v3.4.0 |
| 1019 | 2026-08-21T16:08:28.254Z | Downloaded socket2 v0.6.3 |
| 1020 | 2026-08-21T16:08:28.257Z | Downloaded native-tls v0.2.18 |
| 1021 | 2026-08-21T16:08:28.257Z | Downloaded time-macros v0.2.27 |
| 1022 | 2026-08-21T16:08:28.257Z | Downloaded typed-path v0.9.3 |
| 1023 | 2026-08-21T16:08:28.260Z | Downloaded ctr v0.10.1 |
| 1024 | 2026-08-21T16:08:28.264Z | Downloaded displaydoc v0.2.5 |
| 1025 | 2026-08-21T16:08:28.264Z | Downloaded darling v0.13.4 |
| 1026 | 2026-08-21T16:08:28.264Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1027 | 2026-08-21T16:08:28.267Z | Downloaded termtree v0.5.1 |
| 1028 | 2026-08-21T16:08:28.267Z | Downloaded usdt-macro v0.6.0 |
| 1029 | 2026-08-21T16:08:28.267Z | Downloaded utf-8 v0.7.6 |
| 1030 | 2026-08-21T16:08:28.267Z | Downloaded wnaf v0.14.0 |
| 1031 | 2026-08-21T16:08:28.267Z | Downloaded derive_more v0.99.20 |
| 1032 | 2026-08-21T16:08:28.271Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 1033 | 2026-08-21T16:08:28.274Z | Downloaded keccak v0.2.0 |
| 1034 | 2026-08-21T16:08:28.274Z | Downloaded ed25519 v3.0.0 |
| 1035 | 2026-08-21T16:08:28.274Z | Downloaded jobserver v0.1.34 |
| 1036 | 2026-08-21T16:08:28.274Z | Downloaded darling_core v0.13.4 |
| 1037 | 2026-08-21T16:08:28.279Z | Downloaded icu_properties v2.1.2 |
| 1038 | 2026-08-21T16:08:28.288Z | Downloaded humantime v2.3.0 |
| 1039 | 2026-08-21T16:08:28.291Z | Downloaded ingot-types v0.2.0 |
| 1040 | 2026-08-21T16:08:28.291Z | Downloaded num_enum v0.7.6 |
| 1041 | 2026-08-21T16:08:28.294Z | Downloaded indent_write v2.2.0 |
| 1042 | 2026-08-21T16:08:28.298Z | Downloaded unicode-segmentation v1.12.0 |
| 1043 | 2026-08-21T16:08:28.298Z | Downloaded maybe-uninit v2.0.0 |
| 1044 | 2026-08-21T16:08:28.298Z | Downloaded md5 v0.8.0 |
| 1045 | 2026-08-21T16:08:28.298Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 1046 | 2026-08-21T16:08:28.301Z | Downloaded num-derive v0.4.2 |
| 1047 | 2026-08-21T16:08:28.301Z | Downloaded num_enum_derive v0.5.11 |
| 1048 | 2026-08-21T16:08:28.304Z | Downloaded ssh-key v0.7.0-rc.11 |
| 1049 | 2026-08-21T16:08:28.312Z | Downloaded tls_codec v0.4.2 |
| 1050 | 2026-08-21T16:08:28.316Z | Downloaded futures-util v0.3.32 |
| 1051 | 2026-08-21T16:08:28.319Z | Downloaded nonempty v0.12.0 |
| 1052 | 2026-08-21T16:08:28.319Z | Downloaded spki v0.8.0 |
| 1053 | 2026-08-21T16:08:28.322Z | Downloaded crossbeam-epoch v0.9.18 |
| 1054 | 2026-08-21T16:08:28.325Z | Downloaded strum_macros v0.27.2 |
| 1055 | 2026-08-21T16:08:28.328Z | Downloaded progenitor-macro v0.14.0 |
| 1056 | 2026-08-21T16:08:28.331Z | Downloaded tui-tree-widget v0.23.1 |
| 1057 | 2026-08-21T16:08:28.331Z | Downloaded russh-util v0.52.0 |
| 1058 | 2026-08-21T16:08:28.331Z | Downloaded sponge-cursor v0.1.0 |
| 1059 | 2026-08-21T16:08:28.338Z | Downloaded zstd v0.13.3 |
| 1060 | 2026-08-21T16:08:28.341Z | Downloaded typify v0.6.2 |
| 1061 | 2026-08-21T16:08:28.345Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1062 | 2026-08-21T16:08:28.349Z | Downloaded untrusted v0.7.1 |
| 1063 | 2026-08-21T16:08:28.349Z | Downloaded des v0.9.0 |
| 1064 | 2026-08-21T16:08:28.353Z | Downloaded dunce v1.0.5 |
| 1065 | 2026-08-21T16:08:28.356Z | Downloaded dyn-clone v1.0.20 |
| 1066 | 2026-08-21T16:08:28.359Z | Downloaded indoc v1.0.9 |
| 1067 | 2026-08-21T16:08:28.369Z | Downloaded ecdsa v0.16.9 |
| 1068 | 2026-08-21T16:08:28.372Z | Downloaded ml-kem v0.3.2 |
| 1069 | 2026-08-21T16:08:28.375Z | Downloaded digest-io v0.1.0 |
| 1070 | 2026-08-21T16:08:28.378Z | Downloaded lalrpop-util v0.19.12 |
| 1071 | 2026-08-21T16:08:28.378Z | Downloaded darling_core v0.23.0 |
| 1072 | 2026-08-21T16:08:28.382Z | Downloaded h2 v0.4.15 |
| 1073 | 2026-08-21T16:08:28.385Z | Downloaded hkdf v0.13.0 |
| 1074 | 2026-08-21T16:08:28.385Z | Downloaded newtype_derive v0.1.6 |
| 1075 | 2026-08-21T16:08:28.386Z | Downloaded minimal-lexical v0.2.1 |
| 1076 | 2026-08-21T16:08:28.393Z | Downloaded socket2 v0.5.10 |
| 1077 | 2026-08-21T16:08:28.396Z | Downloaded phf_shared v0.13.1 |
| 1078 | 2026-08-21T16:08:28.396Z | Downloaded nu-ansi-term v0.50.3 |
| 1079 | 2026-08-21T16:08:28.396Z | Downloaded tokio-util v0.7.18 |
| 1080 | 2026-08-21T16:08:28.400Z | Downloaded serde_derive_internals v0.29.1 |
| 1081 | 2026-08-21T16:08:28.403Z | Downloaded dropshot-api-manager v0.8.0 |
| 1082 | 2026-08-21T16:08:28.403Z | Downloaded secrecy v0.8.0 |
| 1083 | 2026-08-21T16:08:28.407Z | Downloaded hkdf v0.12.4 |
| 1084 | 2026-08-21T16:08:28.407Z | Downloaded phc v0.6.1 |
| 1085 | 2026-08-21T16:08:28.407Z | Downloaded darling_macro v0.23.0 |
| 1086 | 2026-08-21T16:08:28.413Z | Downloaded seq-macro v0.3.6 |
| 1087 | 2026-08-21T16:08:28.416Z | Downloaded rawzip v0.4.4 |
| 1088 | 2026-08-21T16:08:28.419Z | Downloaded tap v1.0.1 |
| 1089 | 2026-08-21T16:08:28.422Z | Downloaded rand_core v0.9.5 |
| 1090 | 2026-08-21T16:08:28.422Z | Downloaded tokio-tungstenite v0.23.1 |
| 1091 | 2026-08-21T16:08:28.422Z | Downloaded serde_with_macros v1.5.2 |
| 1092 | 2026-08-21T16:08:28.426Z | Downloaded hyper-util v0.1.20 |
| 1093 | 2026-08-21T16:08:28.429Z | Downloaded strum_macros v0.26.4 |
| 1094 | 2026-08-21T16:08:28.429Z | Downloaded slab v0.4.12 |
| 1095 | 2026-08-21T16:08:28.432Z | Downloaded uzers v0.12.2 |
| 1096 | 2026-08-21T16:08:28.432Z | Downloaded crypto-common v0.2.2 |
| 1097 | 2026-08-21T16:08:28.432Z | Downloaded tokio-test v0.4.5 |
| 1098 | 2026-08-21T16:08:28.436Z | Downloaded void v1.0.2 |
| 1099 | 2026-08-21T16:08:28.436Z | Downloaded crc8 v0.1.1 |
| 1100 | 2026-08-21T16:08:28.436Z | Downloaded delegate v0.13.5 |
| 1101 | 2026-08-21T16:08:28.439Z | Downloaded crypto-bigint v0.5.5 |
| 1102 | 2026-08-21T16:08:28.443Z | Downloaded digest v0.11.3 |
| 1103 | 2026-08-21T16:08:28.447Z | Downloaded diesel_derives v2.3.7 |
| 1104 | 2026-08-21T16:08:28.450Z | Downloaded postcard v1.1.3 |
| 1105 | 2026-08-21T16:08:28.454Z | Downloaded num-traits v0.2.19 |
| 1106 | 2026-08-21T16:08:28.454Z | Downloaded schemars v0.9.0 |
| 1107 | 2026-08-21T16:08:28.461Z | Downloaded litemap v0.8.1 |
| 1108 | 2026-08-21T16:08:28.466Z | Downloaded same-file v1.0.6 |
| 1109 | 2026-08-21T16:08:28.466Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 1110 | 2026-08-21T16:08:28.466Z | Downloaded rfc6979 v0.6.0 |
| 1111 | 2026-08-21T16:08:28.466Z | Downloaded strum v0.26.3 |
| 1112 | 2026-08-21T16:08:28.466Z | Downloaded similar v2.7.0 |
| 1113 | 2026-08-21T16:08:28.469Z | Downloaded num-bigint v0.4.6 |
| 1114 | 2026-08-21T16:08:28.472Z | Downloaded rfc6979 v0.4.0 |
| 1115 | 2026-08-21T16:08:28.476Z | Downloaded libsw v3.5.0 |
| 1116 | 2026-08-21T16:08:28.476Z | Downloaded slog-async v2.8.0 |
| 1117 | 2026-08-21T16:08:28.476Z | Downloaded structmeta-derive v0.3.0 |
| 1118 | 2026-08-21T16:08:28.479Z | Downloaded progenitor v0.13.0 |
| 1119 | 2026-08-21T16:08:28.522Z | Downloaded yoke-derive v0.8.1 |
| 1120 | 2026-08-21T16:08:28.522Z | Downloaded const_format v0.2.35 |
| 1121 | 2026-08-21T16:08:28.522Z | Downloaded rusty-fork v0.3.1 |
| 1122 | 2026-08-21T16:08:28.522Z | Downloaded tower-layer v0.3.3 |
| 1123 | 2026-08-21T16:08:28.522Z | Downloaded tokio-native-tls v0.3.1 |
| 1124 | 2026-08-21T16:08:28.522Z | Downloaded yansi v1.0.1 |
| 1125 | 2026-08-21T16:08:28.522Z | Downloaded crossbeam-channel v0.5.15 |
| 1126 | 2026-08-21T16:08:28.522Z | Downloaded sqlformat v0.3.5 |
| 1127 | 2026-08-21T16:08:28.522Z | Downloaded smallvec v1.15.1 |
| 1128 | 2026-08-21T16:08:28.522Z | Downloaded test-strategy v0.4.5 |
| 1129 | 2026-08-21T16:08:28.522Z | Downloaded winnow v0.6.26 |
| 1130 | 2026-08-21T16:08:28.523Z | Downloaded corncobs v0.1.4 |
| 1131 | 2026-08-21T16:08:28.523Z | Downloaded maplit v1.0.2 |
| 1132 | 2026-08-21T16:08:28.523Z | Downloaded module-lattice v0.2.3 |
| 1133 | 2026-08-21T16:08:28.523Z | Downloaded illumos-nvpair v0.3.0 |
| 1134 | 2026-08-21T16:08:28.523Z | Downloaded serde-big-array v0.5.1 |
| 1135 | 2026-08-21T16:08:28.523Z | Downloaded derive_more-impl v2.1.1 |
| 1136 | 2026-08-21T16:08:28.523Z | Downloaded dsl_auto_type v0.2.0 |
| 1137 | 2026-08-21T16:08:28.526Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 1138 | 2026-08-21T16:08:28.526Z | Downloaded quinn v0.11.11 |
| 1139 | 2026-08-21T16:08:28.527Z | Downloaded tower-http v0.6.8 |
| 1140 | 2026-08-21T16:08:28.530Z | Downloaded rand v0.10.1 |
| 1141 | 2026-08-21T16:08:28.530Z | Downloaded blake3 v1.8.5 |
| 1142 | 2026-08-21T16:08:28.533Z | Downloaded ed25519-dalek v2.2.0 |
| 1143 | 2026-08-21T16:08:28.536Z | Downloaded dropshot_endpoint v0.17.1 |
| 1144 | 2026-08-21T16:08:28.539Z | Downloaded p384 v0.14.0 |
| 1145 | 2026-08-21T16:08:28.539Z | Downloaded pretty_assertions v1.4.1 |
| 1146 | 2026-08-21T16:08:28.539Z | Downloaded progenitor-impl v0.13.0 |
| 1147 | 2026-08-21T16:08:28.543Z | Downloaded pbkdf2 v0.13.0 |
| 1148 | 2026-08-21T16:08:28.543Z | Downloaded new_debug_unreachable v1.0.6 |
| 1149 | 2026-08-21T16:08:28.543Z | Downloaded document-features v0.2.12 |
| 1150 | 2026-08-21T16:08:28.543Z | Downloaded internet-checksum v0.2.1 |
| 1151 | 2026-08-21T16:08:28.543Z | Downloaded lock_api v0.4.14 |
| 1152 | 2026-08-21T16:08:28.546Z | Downloaded signature v3.0.0 |
| 1153 | 2026-08-21T16:08:28.546Z | Downloaded parking_lot v0.11.2 |
| 1154 | 2026-08-21T16:08:28.546Z | Downloaded predicates v3.1.4 |
| 1155 | 2026-08-21T16:08:28.550Z | Downloaded slog-term v2.9.2 |
| 1156 | 2026-08-21T16:08:28.554Z | Downloaded oxide-update-engine-display v0.1.2 |
| 1157 | 2026-08-21T16:08:28.554Z | Downloaded serde_urlencoded v0.7.1 |
| 1158 | 2026-08-21T16:08:28.562Z | Downloaded kstat-rs v0.2.5 |
| 1159 | 2026-08-21T16:08:28.565Z | Downloaded icu_properties_data v2.1.2 |
| 1160 | 2026-08-21T16:08:28.570Z | Downloaded itertools v0.14.0 |
| 1161 | 2026-08-21T16:08:28.574Z | Downloaded trait-variant v0.1.2 |
| 1162 | 2026-08-21T16:08:28.577Z | Downloaded poly1305 v0.9.0 |
| 1163 | 2026-08-21T16:08:28.577Z | Downloaded zerocopy v0.6.6 |
| 1164 | 2026-08-21T16:08:28.577Z | Downloaded ctutils v0.4.2 |
| 1165 | 2026-08-21T16:08:28.582Z | Downloaded reqwest v0.12.28 |
| 1166 | 2026-08-21T16:08:28.585Z | Downloaded ingot-macros v0.2.0 |
| 1167 | 2026-08-21T16:08:28.585Z | Downloaded newtype-uuid-macros v0.1.0 |
| 1168 | 2026-08-21T16:08:28.585Z | Downloaded unsafe-libyaml v0.2.11 |
| 1169 | 2026-08-21T16:08:28.590Z | Downloaded tungstenite v0.21.0 |
| 1170 | 2026-08-21T16:08:28.593Z | Downloaded serde-hex v0.1.0 |
| 1171 | 2026-08-21T16:08:28.593Z | Downloaded ident_case v1.0.1 |
| 1172 | 2026-08-21T16:08:28.593Z | Downloaded openssl-probe v0.1.6 |
| 1173 | 2026-08-21T16:08:28.597Z | Downloaded static_assertions v1.1.0 |
| 1174 | 2026-08-21T16:08:28.597Z | Downloaded universal-hash v0.5.1 |
| 1175 | 2026-08-21T16:08:28.597Z | Downloaded packed_struct v0.10.1 |
| 1176 | 2026-08-21T16:08:28.600Z | Downloaded crypto-primes v0.7.2 |
| 1177 | 2026-08-21T16:08:28.603Z | Downloaded itertools v0.10.5 |
| 1178 | 2026-08-21T16:08:28.607Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 1179 | 2026-08-21T16:08:28.607Z | Downloaded num_enum_derive v0.7.6 |
| 1180 | 2026-08-21T16:08:28.613Z | Downloaded git2 v0.20.4 |
| 1181 | 2026-08-21T16:08:28.618Z | Downloaded writeable v0.6.2 |
| 1182 | 2026-08-21T16:08:28.621Z | Downloaded defmt-macros v1.0.1 |
| 1183 | 2026-08-21T16:08:28.621Z | Downloaded qorb v0.4.1 |
| 1184 | 2026-08-21T16:08:28.624Z | Downloaded oxide-update-engine-types v0.1.2 |
| 1185 | 2026-08-21T16:08:28.628Z | Downloaded tokio-tungstenite v0.21.0 |
| 1186 | 2026-08-21T16:08:28.628Z | Downloaded progenitor-macro v0.13.0 |
| 1187 | 2026-08-21T16:08:28.631Z | Downloaded zerofrom v0.1.6 |
| 1188 | 2026-08-21T16:08:28.631Z | Downloaded idna v1.1.0 |
| 1189 | 2026-08-21T16:08:28.635Z | Downloaded itertools v0.12.1 |
| 1190 | 2026-08-21T16:08:28.638Z | Downloaded jiff-core v0.1.0 |
| 1191 | 2026-08-21T16:08:28.642Z | Downloaded sigpipe v0.1.3 |
| 1192 | 2026-08-21T16:08:28.642Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1193 | 2026-08-21T16:08:28.642Z | Downloaded prettyplease v0.2.37 |
| 1194 | 2026-08-21T16:08:28.646Z | Downloaded schemars v0.8.22 |
| 1195 | 2026-08-21T16:08:28.649Z | Downloaded darling v0.21.3 |
| 1196 | 2026-08-21T16:08:28.653Z | Downloaded cookie v0.18.1 |
| 1197 | 2026-08-21T16:08:28.657Z | Downloaded defmt v1.0.1 |
| 1198 | 2026-08-21T16:08:28.657Z | Downloaded unicode-bidi v0.3.18 |
| 1199 | 2026-08-21T16:08:28.660Z | Downloaded rand_xorshift v0.4.0 |
| 1200 | 2026-08-21T16:08:28.660Z | Downloaded drift v0.2.0 |
| 1201 | 2026-08-21T16:08:28.664Z | Downloaded der v0.7.10 |
| 1202 | 2026-08-21T16:08:28.667Z | Downloaded nom v8.0.0 |
| 1203 | 2026-08-21T16:08:28.670Z | Downloaded derive_builder_core v0.20.2 |
| 1204 | 2026-08-21T16:08:28.674Z | Downloaded postgres-protocol v0.6.10 |
| 1205 | 2026-08-21T16:08:28.674Z | Downloaded serde_with v3.21.0 |
| 1206 | 2026-08-21T16:08:28.681Z | Downloaded vergen-lib v9.1.0 |
| 1207 | 2026-08-21T16:08:28.685Z | Downloaded miette-derive v7.6.0 |
| 1208 | 2026-08-21T16:08:28.685Z | Downloaded r2d2 v0.8.10 |
| 1209 | 2026-08-21T16:08:28.685Z | Downloaded unicode-properties v0.1.4 |
| 1210 | 2026-08-21T16:08:28.685Z | Downloaded libxml v0.3.3 |
| 1211 | 2026-08-21T16:08:28.688Z | Downloaded rand v0.9.2 |
| 1212 | 2026-08-21T16:08:28.691Z | Downloaded icu_normalizer_data v2.1.1 |
| 1213 | 2026-08-21T16:08:28.691Z | Downloaded crossbeam-deque v0.8.6 |
| 1214 | 2026-08-21T16:08:28.691Z | Downloaded papergrid v0.18.0 |
| 1215 | 2026-08-21T16:08:28.694Z | Downloaded whoami v1.6.1 |
| 1216 | 2026-08-21T16:08:28.697Z | Downloaded indexmap v1.9.3 |
| 1217 | 2026-08-21T16:08:28.697Z | Downloaded bitvec v1.0.1 |
| 1218 | 2026-08-21T16:08:28.705Z | Downloaded chrono v0.4.45 |
| 1219 | 2026-08-21T16:08:28.710Z | Downloaded crc v3.4.0 |
| 1220 | 2026-08-21T16:08:28.713Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1221 | 2026-08-21T16:08:28.713Z | Downloaded libsw-core v0.3.2 |
| 1222 | 2026-08-21T16:08:28.717Z | Downloaded ppv-lite86 v0.2.21 |
| 1223 | 2026-08-21T16:08:28.717Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1224 | 2026-08-21T16:08:28.717Z | Downloaded darling v0.23.0 |
| 1225 | 2026-08-21T16:08:28.720Z | Downloaded peg v0.8.5 |
| 1226 | 2026-08-21T16:08:28.724Z | Downloaded hyper-rustls v0.27.7 |
| 1227 | 2026-08-21T16:08:28.724Z | Downloaded rustversion v1.0.22 |
| 1228 | 2026-08-21T16:08:28.727Z | Downloaded pkcs1 v0.7.5 |
| 1229 | 2026-08-21T16:08:28.727Z | Downloaded icu_normalizer v2.1.1 |
| 1230 | 2026-08-21T16:08:28.731Z | Downloaded tough v0.22.0 |
| 1231 | 2026-08-21T16:08:28.734Z | Downloaded cookie_store v0.22.1 |
| 1232 | 2026-08-21T16:08:28.735Z | Downloaded rsa v0.10.0-rc.18 |
| 1233 | 2026-08-21T16:08:28.738Z | Downloaded bindgen v0.71.1 |
| 1234 | 2026-08-21T16:08:28.741Z | Downloaded term v0.7.0 |
| 1235 | 2026-08-21T16:08:28.746Z | Downloaded crossterm v0.29.0 |
| 1236 | 2026-08-21T16:08:28.750Z | Downloaded ed25519-dalek v3.0.0 |
| 1237 | 2026-08-21T16:08:28.750Z | Downloaded diff v0.1.13 |
| 1238 | 2026-08-21T16:08:28.753Z | Downloaded portable-atomic v1.13.1 |
| 1239 | 2026-08-21T16:08:28.756Z | Downloaded goblin v0.10.5 |
| 1240 | 2026-08-21T16:08:28.760Z | Downloaded samael v0.0.19 |
| 1241 | 2026-08-21T16:08:28.763Z | Downloaded vcpkg v0.2.15 |
| 1242 | 2026-08-21T16:08:28.787Z | Downloaded miette v7.6.0 |
| 1243 | 2026-08-21T16:08:28.791Z | Downloaded der v0.8.0 |
| 1244 | 2026-08-21T16:08:28.794Z | Downloaded aws-lc-rs v1.16.3 |
| 1245 | 2026-08-21T16:08:28.799Z | Downloaded nom v7.1.3 |
| 1246 | 2026-08-21T16:08:28.804Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 1247 | 2026-08-21T16:08:28.808Z | Downloaded quinn-proto v0.11.16 |
| 1248 | 2026-08-21T16:08:28.811Z | Downloaded litrs v1.0.0 |
| 1249 | 2026-08-21T16:08:28.811Z | Downloaded miniz_oxide v0.8.9 |
| 1250 | 2026-08-21T16:08:28.815Z | Downloaded p384 v0.13.1 |
| 1251 | 2026-08-21T16:08:28.818Z | Downloaded quick-xml v0.37.5 |
| 1252 | 2026-08-21T16:08:28.822Z | Downloaded unicode-normalization v0.1.25 |
| 1253 | 2026-08-21T16:08:28.822Z | Downloaded tower v0.5.3 |
| 1254 | 2026-08-21T16:08:28.826Z | Downloaded publicsuffix v2.3.0 |
| 1255 | 2026-08-21T16:08:28.830Z | Downloaded lalrpop v0.19.12 |
| 1256 | 2026-08-21T16:08:28.835Z | Downloaded derive-where v1.6.0 |
| 1257 | 2026-08-21T16:08:28.852Z | Downloaded snafu v0.8.9 |
| 1258 | 2026-08-21T16:08:28.856Z | Downloaded tokio-postgres v0.7.16 |
| 1259 | 2026-08-21T16:08:28.860Z | Downloaded zerotrie v0.2.3 |
| 1260 | 2026-08-21T16:08:28.863Z | Downloaded reedline v0.40.0 |
| 1261 | 2026-08-21T16:08:28.867Z | Downloaded regex v1.12.3 |
| 1262 | 2026-08-21T16:08:28.870Z | Downloaded slog v2.8.2 |
| 1263 | 2026-08-21T16:08:28.874Z | Downloaded zerocopy-derive v0.8.55 |
| 1264 | 2026-08-21T16:08:28.877Z | Downloaded rsa v0.9.10 |
| 1265 | 2026-08-21T16:08:28.880Z | Downloaded tar v0.4.46 |
| 1266 | 2026-08-21T16:08:28.880Z | Downloaded tabled v0.21.0 |
| 1267 | 2026-08-21T16:08:28.889Z | Downloaded winnow v0.5.40 |
| 1268 | 2026-08-21T16:08:28.894Z | Downloaded iddqd v0.4.2 |
| 1269 | 2026-08-21T16:08:28.898Z | Downloaded icu_collections v2.1.1 |
| 1270 | 2026-08-21T16:08:28.902Z | Downloaded salty v0.3.0 |
| 1271 | 2026-08-21T16:08:28.905Z | Downloaded crossterm v0.28.1 |
| 1272 | 2026-08-21T16:08:28.909Z | Downloaded zerovec v0.11.5 |
| 1273 | 2026-08-21T16:08:28.912Z | Downloaded hyper v1.10.1 |
| 1274 | 2026-08-21T16:08:28.916Z | Downloaded openssl v0.10.80 |
| 1275 | 2026-08-21T16:08:28.924Z | Downloaded gimli v0.32.3 |
| 1276 | 2026-08-21T16:08:28.927Z | Downloaded rustyline v14.0.0 |
| 1277 | 2026-08-21T16:08:28.930Z | Downloaded reqwest v0.13.2 |
| 1278 | 2026-08-21T16:08:28.934Z | Downloaded itertools v0.15.0 |
| 1279 | 2026-08-21T16:08:28.938Z | Downloaded libm v0.2.16 |
| 1280 | 2026-08-21T16:08:28.942Z | Downloaded sha3 v0.12.0 |
| 1281 | 2026-08-21T16:08:28.946Z | Downloaded zip v4.6.1 |
| 1282 | 2026-08-21T16:08:28.946Z | Downloaded iri-string v0.7.10 |
| 1283 | 2026-08-21T16:08:28.949Z | Downloaded proptest v1.11.0 |
| 1284 | 2026-08-21T16:08:28.954Z | Downloaded zlib-rs v0.6.2 |
| 1285 | 2026-08-21T16:08:28.957Z | Downloaded moka v0.12.13 |
| 1286 | 2026-08-21T16:08:28.961Z | Downloaded zerocopy v0.8.55 |
| 1287 | 2026-08-21T16:08:28.971Z | Downloaded p521 v0.14.0 |
| 1288 | 2026-08-21T16:08:28.974Z | Downloaded winnow v1.0.3 |
| 1289 | 2026-08-21T16:08:28.978Z | Downloaded nix v0.31.2 |
| 1290 | 2026-08-21T16:08:28.984Z | Downloaded nix v0.27.1 |
| 1291 | 2026-08-21T16:08:28.989Z | Downloaded time v0.3.47 |
| 1292 | 2026-08-21T16:08:28.996Z | Downloaded regress v0.10.5 |
| 1293 | 2026-08-21T16:08:29.000Z | Downloaded nix v0.28.0 |
| 1294 | 2026-08-21T16:08:29.005Z | Downloaded itertools v0.13.0 |
| 1295 | 2026-08-21T16:08:29.010Z | Downloaded bstr v1.12.1 |
| 1296 | 2026-08-21T16:08:29.014Z | Downloaded regex-syntax v0.8.10 |
| 1297 | 2026-08-21T16:08:29.017Z | Downloaded object v0.30.4 |
| 1298 | 2026-08-21T16:08:29.023Z | Downloaded smoltcp v0.9.1 |
| 1299 | 2026-08-21T16:08:29.027Z | Downloaded rayon v1.11.0 |
| 1300 | 2026-08-21T16:08:29.031Z | Downloaded russh v0.62.4 |
| 1301 | 2026-08-21T16:08:29.036Z | Downloaded regress v0.11.1 |
| 1302 | 2026-08-21T16:08:29.040Z | Downloaded hickory-proto v0.24.4 |
| 1303 | 2026-08-21T16:08:29.048Z | Downloaded petname v2.0.2 |
| 1304 | 2026-08-21T16:08:29.051Z | Downloaded curve25519-dalek v5.0.0 |
| 1305 | 2026-08-21T16:08:29.056Z | Downloaded regex-syntax v0.6.29 |
| 1306 | 2026-08-21T16:08:29.060Z | Downloaded hickory-proto v0.25.2 |
| 1307 | 2026-08-21T16:08:29.067Z | Downloaded crypto-bigint v0.7.5 |
| 1308 | 2026-08-21T16:08:29.076Z | Downloaded rustix v0.38.44 |
| 1309 | 2026-08-21T16:08:29.088Z | Downloaded radix_trie v0.2.1 |
| 1310 | 2026-08-21T16:08:29.092Z | Downloaded rustls v0.23.41 |
| 1311 | 2026-08-21T16:08:29.098Z | Downloaded sqlparser v0.61.0 |
| 1312 | 2026-08-21T16:08:29.103Z | Downloaded dropshot v0.17.1 |
| 1313 | 2026-08-21T16:08:29.116Z | Downloaded curve25519-dalek v4.1.3 |
| 1314 | 2026-08-21T16:08:29.121Z | Downloaded openapiv3 v2.2.0 |
| 1315 | 2026-08-21T16:08:29.127Z | Downloaded diesel v2.3.7 |
| 1316 | 2026-08-21T16:08:29.141Z | Downloaded object v0.37.3 |
| 1317 | 2026-08-21T16:08:29.147Z | Downloaded polar-core v0.27.3 |
| 1318 | 2026-08-21T16:08:29.150Z | Downloaded sled v0.34.7 |
| 1319 | 2026-08-21T16:08:29.156Z | Downloaded smoltcp v0.11.0 |
| 1320 | 2026-08-21T16:08:29.164Z | Downloaded sha3 v0.11.0 |
| 1321 | 2026-08-21T16:08:29.178Z | Downloaded typify-impl v0.6.2 |
| 1322 | 2026-08-21T16:08:29.185Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1323 | 2026-08-21T16:08:29.193Z | Downloaded zerocopy-derive v0.6.6 |
| 1324 | 2026-08-21T16:08:29.198Z | Downloaded tracing v0.1.44 |
| 1325 | 2026-08-21T16:08:29.229Z | Downloaded ratatui v0.29.0 |
| 1326 | 2026-08-21T16:08:29.240Z | Downloaded regex-automata v0.4.14 |
| 1327 | 2026-08-21T16:08:29.253Z | Downloaded chrono-tz v0.10.4 |
| 1328 | 2026-08-21T16:08:29.262Z | Downloaded jiff v0.2.34 |
| 1329 | 2026-08-21T16:08:29.279Z | Downloaded petgraph v0.6.5 |
| 1330 | 2026-08-21T16:08:29.289Z | Downloaded libz-sys v1.1.24 |
| 1331 | 2026-08-21T16:08:29.301Z | Downloaded petgraph v0.8.3 |
| 1332 | 2026-08-21T16:08:29.314Z | Downloaded sha3 v0.10.8 |
| 1333 | 2026-08-21T16:08:29.317Z | Downloaded csv v1.4.0 |
| 1334 | 2026-08-21T16:08:29.328Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1335 | 2026-08-21T16:08:29.350Z | Downloaded tokio v1.52.1 |
| 1336 | 2026-08-21T16:08:29.386Z | Downloaded encoding_rs v0.8.35 |
| 1337 | 2026-08-21T16:08:29.399Z | Downloaded ring v0.17.14 |
| 1338 | 2026-08-21T16:08:29.433Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1339 | 2026-08-21T16:08:29.911Z | Downloaded aws-lc-sys v0.40.0 |
| 1340 | 2026-08-21T16:08:30.178Z | Compiling serde_core v1.0.228 |
| 1341 | 2026-08-21T16:08:30.178Z | Compiling libc v0.2.185 |
| 1342 | 2026-08-21T16:08:30.178Z | Compiling serde v1.0.228 |
| 1343 | 2026-08-21T16:08:30.182Z | Compiling log v0.4.33 |
| 1344 | 2026-08-21T16:08:30.182Z | Compiling smallvec v1.15.1 |
| 1345 | 2026-08-21T16:08:30.332Z | Compiling shlex v1.3.0 |
| 1346 | 2026-08-21T16:08:30.340Z | Compiling find-msvc-tools v0.1.9 |
| 1347 | 2026-08-21T16:08:30.344Z | Compiling syn v2.0.117 |
| 1348 | 2026-08-21T16:08:30.541Z | Compiling subtle v2.6.1 |
| 1349 | 2026-08-21T16:08:30.555Z | Compiling scopeguard v1.2.0 |
| 1350 | 2026-08-21T16:08:30.559Z | Compiling typenum v1.20.1 |
| 1351 | 2026-08-21T16:08:30.665Z | Compiling lock_api v0.4.14 |
| 1352 | 2026-08-21T16:08:30.670Z | Compiling stable_deref_trait v1.2.1 |
| 1353 | 2026-08-21T16:08:30.677Z | Compiling zerocopy v0.8.55 |
| 1354 | 2026-08-21T16:08:30.717Z | Compiling portable-atomic v1.13.1 |
| 1355 | 2026-08-21T16:08:30.747Z | Compiling serde_json v1.0.151 |
| 1356 | 2026-08-21T16:08:30.898Z | Compiling critical-section v1.2.0 |
| 1357 | 2026-08-21T16:08:30.954Z | Compiling libm v0.2.16 |
| 1358 | 2026-08-21T16:08:31.003Z | Compiling num-traits v0.2.19 |
| 1359 | 2026-08-21T16:08:31.115Z | Compiling pkg-config v0.3.32 |
| 1360 | 2026-08-21T16:08:31.186Z | Compiling errno v0.3.14 |
| 1361 | 2026-08-21T16:08:31.217Z | Compiling jobserver v0.1.34 |
| 1362 | 2026-08-21T16:08:31.260Z | Compiling getrandom v0.2.17 |
| 1363 | 2026-08-21T16:08:31.479Z | Compiling cc v1.2.56 |
| 1364 | 2026-08-21T16:08:31.534Z | Compiling rand_core v0.6.4 |
| 1365 | 2026-08-21T16:08:31.573Z | Compiling generic-array v0.14.7 |
| 1366 | 2026-08-21T16:08:31.645Z | Compiling pin-project-lite v0.2.17 |
| 1367 | 2026-08-21T16:08:31.736Z | Compiling once_cell v1.21.3 |
| 1368 | 2026-08-21T16:08:31.751Z | Compiling parking_lot_core v0.9.12 |
| 1369 | 2026-08-21T16:08:31.764Z | Compiling const-oid v0.9.6 |
| 1370 | 2026-08-21T16:08:31.846Z | Compiling getrandom v0.3.4 |
| 1371 | 2026-08-21T16:08:31.942Z | Compiling signal-hook-registry v1.4.8 |
| 1372 | 2026-08-21T16:08:32.280Z | Compiling futures-core v0.3.32 |
| 1373 | 2026-08-21T16:08:32.413Z | Compiling bitflags v2.11.0 |
| 1374 | 2026-08-21T16:08:32.478Z | Compiling percent-encoding v2.3.2 |
| 1375 | 2026-08-21T16:08:32.482Z | Compiling writeable v0.6.2 |
| 1376 | 2026-08-21T16:08:32.506Z | Compiling litemap v0.8.1 |
| 1377 | 2026-08-21T16:08:32.667Z | Compiling semver v1.0.28 |
| 1378 | 2026-08-21T16:08:32.682Z | Compiling parking_lot v0.12.5 |
| 1379 | 2026-08-21T16:08:32.695Z | Compiling mio v1.2.0 |
| 1380 | 2026-08-21T16:08:32.826Z | Compiling icu_normalizer_data v2.1.1 |
| 1381 | 2026-08-21T16:08:32.848Z | Compiling icu_properties_data v2.1.2 |
| 1382 | 2026-08-21T16:08:32.970Z | Compiling socket2 v0.6.3 |
| 1383 | 2026-08-21T16:08:32.985Z | Compiling rustix v1.1.4 |
| 1384 | 2026-08-21T16:08:33.051Z | Compiling getrandom v0.4.3 |
| 1385 | 2026-08-21T16:08:33.098Z | Compiling synstructure v0.13.2 |
| 1386 | 2026-08-21T16:08:33.140Z | Compiling futures-sink v0.3.32 |
| 1387 | 2026-08-21T16:08:33.198Z | Compiling rand_core v0.10.0 |
| 1388 | 2026-08-21T16:08:33.244Z | Compiling futures-channel v0.3.32 |
| 1389 | 2026-08-21T16:08:33.375Z | Compiling indexmap v2.14.0 |
| 1390 | 2026-08-21T16:08:33.380Z | Compiling futures-task v0.3.32 |
| 1391 | 2026-08-21T16:08:33.464Z | Compiling utf8_iter v1.0.4 |
| 1392 | 2026-08-21T16:08:33.524Z | Compiling futures-io v0.3.32 |
| 1393 | 2026-08-21T16:08:33.537Z | Compiling slab v0.4.12 |
| 1394 | 2026-08-21T16:08:33.607Z | Compiling form_urlencoded v1.2.2 |
| 1395 | 2026-08-21T16:08:33.623Z | Compiling rustversion v1.0.22 |
| 1396 | 2026-08-21T16:08:33.665Z | Compiling base64ct v1.8.3 |
| 1397 | 2026-08-21T16:08:33.668Z | Compiling iana-time-zone v0.1.65 |
| 1398 | 2026-08-21T16:08:33.711Z | Compiling cmake v0.1.57 |
| 1399 | 2026-08-21T16:08:33.776Z | Compiling ident_case v1.0.1 |
| 1400 | 2026-08-21T16:08:33.965Z | Compiling pem-rfc7468 v0.7.0 |
| 1401 | 2026-08-21T16:08:33.981Z | Compiling dunce v1.0.5 |
| 1402 | 2026-08-21T16:08:34.003Z | Compiling regex-syntax v0.8.10 |
| 1403 | 2026-08-21T16:08:34.074Z | Compiling fs_extra v1.3.0 |
| 1404 | 2026-08-21T16:08:34.089Z | Compiling flagset v0.4.7 |
| 1405 | 2026-08-21T16:08:34.161Z | Compiling uuid v1.23.4 |
| 1406 | 2026-08-21T16:08:34.218Z | Compiling rand_core v0.9.5 |
| 1407 | 2026-08-21T16:08:34.271Z | Compiling base64 v0.22.1 |
| 1408 | 2026-08-21T16:08:34.344Z | Compiling aws-lc-sys v0.40.0 |
| 1409 | 2026-08-21T16:08:34.492Z | Compiling syn v1.0.109 |
| 1410 | 2026-08-21T16:08:34.601Z | Compiling vcpkg v0.2.15 |
| 1411 | 2026-08-21T16:08:34.641Z | Compiling serde_derive_internals v0.29.1 |
| 1412 | 2026-08-21T16:08:34.735Z | Compiling rustc_version v0.4.1 |
| 1413 | 2026-08-21T16:08:34.844Z | Compiling tracing-core v0.1.36 |
| 1414 | 2026-08-21T16:08:34.860Z | Compiling serde_derive v1.0.228 |
| 1415 | 2026-08-21T16:08:34.875Z | Compiling zeroize_derive v1.5.0 |
| 1416 | 2026-08-21T16:08:35.062Z | Compiling zerocopy-derive v0.8.55 |
| 1417 | 2026-08-21T16:08:35.325Z | Compiling zerofrom-derive v0.1.6 |
| 1418 | 2026-08-21T16:08:35.407Z | Compiling yoke-derive v0.8.1 |
| 1419 | 2026-08-21T16:08:35.535Z | Compiling zerovec-derive v0.11.2 |
| 1420 | 2026-08-21T16:08:35.556Z | Compiling displaydoc v0.2.5 |
| 1421 | 2026-08-21T16:08:36.303Z | Compiling tokio-macros v2.7.0 |
| 1422 | 2026-08-21T16:08:36.351Z | Compiling futures-macro v0.3.32 |
| 1423 | 2026-08-21T16:08:36.587Z | Compiling der_derive v0.7.3 |
| 1424 | 2026-08-21T16:08:36.680Z | Compiling thiserror-impl v2.0.18 |
| 1425 | 2026-08-21T16:08:36.746Z | Compiling zerofrom v0.1.6 |
| 1426 | 2026-08-21T16:08:36.886Z | Compiling yoke v0.8.1 |
| 1427 | 2026-08-21T16:08:37.049Z | Compiling zerovec v0.11.5 |
| 1428 | 2026-08-21T16:08:37.078Z | Compiling zerotrie v0.2.3 |
| 1429 | 2026-08-21T16:08:37.169Z | Compiling futures-util v0.3.32 |
| 1430 | 2026-08-21T16:08:37.387Z | Compiling openssl-sys v0.9.117 |
| 1431 | 2026-08-21T16:08:37.558Z | Compiling tinystr v0.8.2 |
| 1432 | 2026-08-21T16:08:37.570Z | Compiling potential_utf v0.1.4 |
| 1433 | 2026-08-21T16:08:37.728Z | Compiling icu_locale_core v2.1.1 |
| 1434 | 2026-08-21T16:08:37.757Z | Compiling icu_collections v2.1.1 |
| 1435 | 2026-08-21T16:08:37.906Z | Compiling tracing-attributes v0.1.31 |
| 1436 | 2026-08-21T16:08:38.009Z | Compiling thiserror v2.0.18 |
| 1437 | 2026-08-21T16:08:38.120Z | Compiling cpufeatures v0.2.17 |
| 1438 | 2026-08-21T16:08:38.200Z | Compiling aws-lc-rs v1.16.3 |
| 1439 | 2026-08-21T16:08:38.225Z | Compiling schemars v0.8.22 |
| 1440 | 2026-08-21T16:08:38.344Z | Compiling zeroize v1.9.0 |
| 1441 | 2026-08-21T16:08:38.426Z | Compiling bytes v1.11.1 |
| 1442 | 2026-08-21T16:08:38.486Z | Compiling icu_provider v2.1.1 |
| 1443 | 2026-08-21T16:08:38.586Z | Compiling chrono v0.4.45 |
| 1444 | 2026-08-21T16:08:38.774Z | Compiling icu_properties v2.1.2 |
| 1445 | 2026-08-21T16:08:39.107Z | Compiling tokio v1.52.1 |
| 1446 | 2026-08-21T16:08:39.179Z | Compiling block-buffer v0.10.4 |
| 1447 | 2026-08-21T16:08:39.217Z | Compiling crypto-common v0.1.7 |
| 1448 | 2026-08-21T16:08:39.354Z | Compiling icu_normalizer v2.1.1 |
| 1449 | 2026-08-21T16:08:39.368Z | Compiling digest v0.10.7 |
| 1450 | 2026-08-21T16:08:39.502Z | Compiling ppv-lite86 v0.2.21 |
| 1451 | 2026-08-21T16:08:39.629Z | Compiling der v0.7.10 |
| 1452 | 2026-08-21T16:08:39.645Z | Compiling http v1.4.2 |
| 1453 | 2026-08-21T16:08:39.836Z | Compiling idna_adapter v1.2.1 |
| 1454 | 2026-08-21T16:08:39.895Z | Compiling rand_chacha v0.9.0 |
| 1455 | 2026-08-21T16:08:39.932Z | Compiling simd-adler32 v0.3.8 |
| 1456 | 2026-08-21T16:08:39.976Z | Compiling idna v1.1.0 |
| 1457 | 2026-08-21T16:08:40.044Z | Compiling dyn-clone v1.0.20 |
| 1458 | 2026-08-21T16:08:40.176Z | Compiling rand v0.9.2 |
| 1459 | 2026-08-21T16:08:40.189Z | Compiling tracing v0.1.44 |
| 1460 | 2026-08-21T16:08:40.453Z | Compiling url v2.5.8 |
| 1461 | 2026-08-21T16:08:40.545Z | Compiling spki v0.7.3 |
| 1462 | 2026-08-21T16:08:40.595Z | Compiling http-body v1.0.1 |
| 1463 | 2026-08-21T16:08:40.622Z | Compiling rustls-pki-types v1.14.0 |
| 1464 | 2026-08-21T16:08:40.744Z | Compiling pkcs8 v0.10.2 |
| 1465 | 2026-08-21T16:08:40.823Z | Compiling schemars_derive v0.8.22 |
| 1466 | 2026-08-21T16:08:40.913Z | Compiling spin v0.9.8 |
| 1467 | 2026-08-21T16:08:40.997Z | Compiling crc32fast v1.5.0 |
| 1468 | 2026-08-21T16:08:41.059Z | Compiling httparse v1.10.1 |
| 1469 | 2026-08-21T16:08:41.115Z | Compiling tinyvec_macros v0.1.1 |
| 1470 | 2026-08-21T16:08:41.184Z | Compiling openssl-probe v0.2.1 |
| 1471 | 2026-08-21T16:08:41.219Z | Compiling adler2 v2.0.1 |
| 1472 | 2026-08-21T16:08:41.250Z | Compiling cmov v0.5.4 |
| 1473 | 2026-08-21T16:08:41.346Z | Compiling miniz_oxide v0.8.9 |
| 1474 | 2026-08-21T16:08:41.406Z | Compiling tempfile v3.27.0 |
| 1475 | 2026-08-21T16:08:41.430Z | Compiling ctutils v0.4.2 |
| 1476 | 2026-08-21T16:08:41.452Z | Compiling tinyvec v1.10.0 |
| 1477 | 2026-08-21T16:08:41.659Z | Compiling pest_generator v2.8.6 |
| 1478 | 2026-08-21T16:08:41.758Z | Compiling sha2 v0.10.9 |
| 1479 | 2026-08-21T16:08:41.786Z | Compiling terminal_size v0.4.3 |
| 1480 | 2026-08-21T16:08:41.919Z | Compiling aho-corasick v1.1.4 |
| 1481 | 2026-08-21T16:08:41.935Z | Compiling atomic-waker v1.1.2 |
| 1482 | 2026-08-21T16:08:42.055Z | Compiling try-lock v0.2.5 |
| 1483 | 2026-08-21T16:08:42.163Z | Compiling radium v0.7.0 |
| 1484 | 2026-08-21T16:08:42.320Z | Compiling untrusted v0.7.1 |
| 1485 | 2026-08-21T16:08:42.404Z | Compiling tower-service v0.3.3 |
| 1486 | 2026-08-21T16:08:42.439Z | Compiling tower-layer v0.3.3 |
| 1487 | 2026-08-21T16:08:42.517Z | Compiling pest_derive v2.8.6 |
| 1488 | 2026-08-21T16:08:42.595Z | Compiling want v0.3.1 |
| 1489 | 2026-08-21T16:08:42.756Z | Compiling regex-automata v0.4.14 |
| 1490 | 2026-08-21T16:08:42.952Z | Compiling tokio-util v0.7.18 |
| 1491 | 2026-08-21T16:08:43.040Z | Compiling hybrid-array v0.4.13 |
| 1492 | 2026-08-21T16:08:43.555Z | Compiling ipnet v2.12.0 |
| 1493 | 2026-08-21T16:08:43.704Z | Compiling h2 v0.4.15 |
| 1494 | 2026-08-21T16:08:43.796Z | Compiling scroll_derive v0.13.1 |
| 1495 | 2026-08-21T16:08:43.980Z | Compiling darling_core v0.20.11 |
| 1496 | 2026-08-21T16:08:44.097Z | Compiling foreign-types-shared v0.1.1 |
| 1497 | 2026-08-21T16:08:44.187Z | Compiling httpdate v1.0.3 |
| 1498 | 2026-08-21T16:08:44.413Z | Compiling maybe-uninit v2.0.0 |
| 1499 | 2026-08-21T16:08:44.579Z | Compiling openssl v0.10.80 |
| 1500 | 2026-08-21T16:08:44.609Z | Compiling untrusted v0.9.0 |
| 1501 | 2026-08-21T16:08:44.675Z | Compiling rustls v0.23.41 |
| 1502 | 2026-08-21T16:08:44.729Z | Compiling tap v1.0.1 |
| 1503 | 2026-08-21T16:08:44.800Z | Compiling scroll v0.13.0 |
| 1504 | 2026-08-21T16:08:44.835Z | Compiling wyz v0.5.1 |
| 1505 | 2026-08-21T16:08:44.849Z | Compiling foreign-types v0.3.2 |
| 1506 | 2026-08-21T16:08:44.920Z | Compiling unicode-normalization v0.1.25 |
| 1507 | 2026-08-21T16:08:45.058Z | Compiling rand_chacha v0.3.1 |
| 1508 | 2026-08-21T16:08:45.061Z | Compiling signature v2.2.0 |
| 1509 | 2026-08-21T16:08:45.254Z | Compiling hex v0.4.3 |
| 1510 | 2026-08-21T16:08:45.365Z | Compiling thiserror-impl v1.0.69 |
| 1511 | 2026-08-21T16:08:45.412Z | Compiling openssl-macros v0.1.1 |
| 1512 | 2026-08-21T16:08:45.521Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1513 | 2026-08-21T16:08:45.794Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1514 | 2026-08-21T16:08:45.794Z | Compiling num-integer v0.1.46 |
| 1515 | 2026-08-21T16:08:45.822Z | Compiling wait-timeout v0.2.1 |
| 1516 | 2026-08-21T16:08:46.075Z | Compiling ahash v0.8.12 |
| 1517 | 2026-08-21T16:08:46.119Z | Compiling num-conv v0.2.0 |
| 1518 | 2026-08-21T16:08:46.169Z | Compiling time-core v0.1.8 |
| 1519 | 2026-08-21T16:08:46.203Z | Compiling darling_macro v0.20.11 |
| 1520 | 2026-08-21T16:08:46.244Z | Compiling funty v2.0.0 |
| 1521 | 2026-08-21T16:08:46.273Z | Compiling native-tls v0.2.18 |
| 1522 | 2026-08-21T16:08:46.310Z | Compiling packed_struct v0.10.1 |
| 1523 | 2026-08-21T16:08:46.468Z | Compiling quick-error v1.2.3 |
| 1524 | 2026-08-21T16:08:46.545Z | Compiling powerfmt v0.2.0 |
| 1525 | 2026-08-21T16:08:46.574Z | Compiling bit-vec v0.8.0 |
| 1526 | 2026-08-21T16:08:46.578Z | Compiling num-bigint-dig v0.8.6 |
| 1527 | 2026-08-21T16:08:46.674Z | Compiling darling v0.20.11 |
| 1528 | 2026-08-21T16:08:46.744Z | Compiling deranged v0.5.8 |
| 1529 | 2026-08-21T16:08:46.762Z | Compiling thiserror v1.0.69 |
| 1530 | 2026-08-21T16:08:46.790Z | Compiling hyper v1.10.1 |
| 1531 | 2026-08-21T16:08:46.804Z | Compiling bit-set v0.8.0 |
| 1532 | 2026-08-21T16:08:46.819Z | Compiling bitvec v1.0.1 |
| 1533 | 2026-08-21T16:08:46.831Z | Compiling rusty-fork v0.3.1 |
| 1534 | 2026-08-21T16:08:46.907Z | Compiling time-macros v0.2.27 |
| 1535 | 2026-08-21T16:08:46.959Z | Compiling clap_builder v4.6.0 |
| 1536 | 2026-08-21T16:08:47.710Z | Compiling num-iter v0.1.45 |
| 1537 | 2026-08-21T16:08:47.819Z | Compiling hyper-util v0.1.20 |
| 1538 | 2026-08-21T16:08:48.201Z | Compiling rand v0.8.6 |
| 1539 | 2026-08-21T16:08:48.306Z | Compiling goblin v0.10.5 |
| 1540 | 2026-08-21T16:08:48.609Z | Compiling packed_struct_codegen v0.10.1 |
| 1541 | 2026-08-21T16:08:49.030Z | Compiling lazy_static v1.5.0 |
| 1542 | 2026-08-21T16:08:49.124Z | Compiling hmac v0.12.1 |
| 1543 | 2026-08-21T16:08:49.286Z | Compiling toml_datetime v0.6.11 |
| 1544 | 2026-08-21T16:08:49.549Z | Compiling serde_spanned v0.6.9 |
| 1545 | 2026-08-21T16:08:49.564Z | Compiling zerocopy-derive v0.6.6 |
| 1546 | 2026-08-21T16:08:49.693Z | Compiling clap_derive v4.6.1 |
| 1547 | 2026-08-21T16:08:49.720Z | Compiling bitfield-macros v0.19.4 |
| 1548 | 2026-08-21T16:08:49.884Z | Compiling rand_xorshift v0.4.0 |
| 1549 | 2026-08-21T16:08:50.043Z | Compiling sync_wrapper v1.0.2 |
| 1550 | 2026-08-21T16:08:50.154Z | Compiling indexmap v1.9.3 |
| 1551 | 2026-08-21T16:08:50.343Z | Compiling object v0.37.3 |
| 1552 | 2026-08-21T16:08:50.380Z | Compiling crc-catalog v2.4.0 |
| 1553 | 2026-08-21T16:08:50.422Z | Compiling usdt-impl v0.6.0 |
| 1554 | 2026-08-21T16:08:50.473Z | Compiling nodrop v0.1.14 |
| 1555 | 2026-08-21T16:08:50.565Z | Compiling num_threads v0.1.7 |
| 1556 | 2026-08-21T16:08:50.604Z | Compiling paste v1.0.15 |
| 1557 | 2026-08-21T16:08:50.618Z | Compiling unarray v0.1.4 |
| 1558 | 2026-08-21T16:08:50.659Z | Compiling crossbeam-utils v0.8.21 |
| 1559 | 2026-08-21T16:08:50.727Z | Compiling siphasher v1.0.2 |
| 1560 | 2026-08-21T16:08:50.861Z | Compiling zlib-rs v0.6.2 |
| 1561 | 2026-08-21T16:08:50.914Z | Compiling proptest v1.11.0 |
| 1562 | 2026-08-21T16:08:50.961Z | Compiling time v0.3.47 |
| 1563 | 2026-08-21T16:08:51.039Z | Compiling dof v0.4.0 |
| 1564 | 2026-08-21T16:08:51.422Z | Compiling clap v4.6.1 |
| 1565 | 2026-08-21T16:08:51.503Z | Compiling array-init v0.0.4 |
| 1566 | 2026-08-21T16:08:51.840Z | Compiling crc v3.4.0 |
| 1567 | 2026-08-21T16:08:52.031Z | Compiling bitfield v0.19.4 |
| 1568 | 2026-08-21T16:08:52.162Z | Compiling zerocopy v0.6.6 |
| 1569 | 2026-08-21T16:08:52.455Z | Compiling tower v0.5.3 |
| 1570 | 2026-08-21T16:08:52.631Z | Compiling smallvec v0.6.14 |
| 1571 | 2026-08-21T16:08:52.918Z | Compiling derive_builder_core v0.20.2 |
| 1572 | 2026-08-21T16:08:53.122Z | Compiling dtrace-parser v0.3.0 |
| 1573 | 2026-08-21T16:08:53.667Z | Compiling flate2 v1.1.9 |
| 1574 | 2026-08-21T16:08:53.700Z | Compiling ipnetwork v0.21.1 |
| 1575 | 2026-08-21T16:08:53.731Z | Compiling pkcs1 v0.7.5 |
| 1576 | 2026-08-21T16:08:53.838Z | Compiling http-body-util v0.1.3 |
| 1577 | 2026-08-21T16:08:54.048Z | Compiling heapless v0.7.17 |
| 1578 | 2026-08-21T16:08:54.108Z | Compiling scroll_derive v0.12.1 |
| 1579 | 2026-08-21T16:08:54.123Z | Compiling structmeta-derive v0.3.0 |
| 1580 | 2026-08-21T16:08:54.127Z | Compiling slog v2.8.2 |
| 1581 | 2026-08-21T16:08:54.160Z | Compiling darling_core v0.23.0 |
| 1582 | 2026-08-21T16:08:54.284Z | Compiling thread-id v5.1.0 |
| 1583 | 2026-08-21T16:08:54.304Z | Compiling cookie v0.18.1 |
| 1584 | 2026-08-21T16:08:54.371Z | Compiling env_filter v2.0.0 |
| 1585 | 2026-08-21T16:08:54.484Z | Compiling signal-hook v0.3.18 |
| 1586 | 2026-08-21T16:08:54.654Z | Compiling unicode-properties v0.1.4 |
| 1587 | 2026-08-21T16:08:54.669Z | Compiling gimli v0.32.3 |
| 1588 | 2026-08-21T16:08:54.768Z | Compiling zstd-safe v7.2.4 |
| 1589 | 2026-08-21T16:08:54.867Z | Compiling allocator-api2 v0.2.21 |
| 1590 | 2026-08-21T16:08:54.965Z | Compiling hashbrown v0.12.3 |
| 1591 | 2026-08-21T16:08:55.209Z | Compiling ryu v1.0.23 |
| 1592 | 2026-08-21T16:08:55.224Z | Compiling anyhow v1.0.104 |
| 1593 | 2026-08-21T16:08:55.387Z | Compiling base64 v0.21.7 |
| 1594 | 2026-08-21T16:08:55.435Z | Compiling iri-string v0.7.10 |
| 1595 | 2026-08-21T16:08:55.537Z | Compiling winnow v0.5.40 |
| 1596 | 2026-08-21T16:08:55.704Z | Compiling unicode-bidi v0.3.18 |
| 1597 | 2026-08-21T16:08:56.216Z | Compiling stringprep v0.1.5 |
| 1598 | 2026-08-21T16:08:56.590Z | Compiling tower-http v0.6.8 |
| 1599 | 2026-08-21T16:08:56.644Z | Compiling darling_macro v0.23.0 |
| 1600 | 2026-08-21T16:08:56.659Z | Compiling addr2line v0.25.1 |
| 1601 | 2026-08-21T16:08:56.928Z | Compiling toml_edit v0.19.15 |
| 1602 | 2026-08-21T16:08:56.943Z | Compiling ron v0.8.1 |
| 1603 | 2026-08-21T16:08:57.125Z | Compiling serde_urlencoded v0.7.1 |
| 1604 | 2026-08-21T16:08:57.182Z | Compiling structmeta v0.3.0 |
| 1605 | 2026-08-21T16:08:57.370Z | Compiling scroll v0.12.0 |
| 1606 | 2026-08-21T16:08:57.402Z | Compiling env_logger v0.11.11 |
| 1607 | 2026-08-21T16:08:57.704Z | Compiling rsa v0.9.10 |
| 1608 | 2026-08-21T16:08:57.747Z | Compiling oxnet v0.1.6 |
| 1609 | 2026-08-21T16:08:57.849Z | Compiling derive_builder_macro v0.20.2 |
| 1610 | 2026-08-21T16:08:58.033Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1611 | 2026-08-21T16:08:58.049Z | Compiling newtype-uuid v1.3.2 |
| 1612 | 2026-08-21T16:08:58.171Z | Compiling hashbrown v0.13.2 |
| 1613 | 2026-08-21T16:08:58.315Z | Compiling bzip2 v0.4.4 |
| 1614 | 2026-08-21T16:08:58.365Z | Compiling serde-hex v0.1.0 |
| 1615 | 2026-08-21T16:08:58.519Z | Compiling tokio-native-tls v0.3.1 |
| 1616 | 2026-08-21T16:08:58.654Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1617 | 2026-08-21T16:08:58.695Z | Compiling camino v1.2.5 |
| 1618 | 2026-08-21T16:08:59.617Z | Compiling bstr v1.12.1 |
| 1619 | 2026-08-21T16:09:00.055Z | Compiling crypto-common v0.2.2 |
| 1620 | 2026-08-21T16:09:00.143Z | Compiling block-padding v0.4.2 |
| 1621 | 2026-08-21T16:09:00.252Z | Compiling block-buffer v0.12.1 |
| 1622 | 2026-08-21T16:09:00.312Z | Compiling rustls-native-certs v0.8.3 |
| 1623 | 2026-08-21T16:09:00.453Z | Compiling x509-cert v0.2.5 |
| 1624 | 2026-08-21T16:09:00.605Z | Compiling md-5 v0.10.6 |
| 1625 | 2026-08-21T16:09:00.746Z | Compiling erased-serde v0.3.31 |
| 1626 | 2026-08-21T16:09:00.774Z | Compiling serde_tokenstream v0.2.3 |
| 1627 | 2026-08-21T16:09:01.081Z | Compiling curve25519-dalek v4.1.3 |
| 1628 | 2026-08-21T16:09:01.250Z | Compiling async-trait v0.1.89 |
| 1629 | 2026-08-21T16:09:01.411Z | Compiling daft-derive v0.1.7 |
| 1630 | 2026-08-21T16:09:01.637Z | Compiling pin-project-internal v1.1.11 |
| 1631 | 2026-08-21T16:09:01.755Z | Compiling zerocopy-derive v0.7.35 |
| 1632 | 2026-08-21T16:09:01.778Z | Compiling vergen-lib v9.1.0 |
| 1633 | 2026-08-21T16:09:01.952Z | Compiling hash32 v0.2.1 |
| 1634 | 2026-08-21T16:09:02.050Z | Compiling memoffset v0.9.1 |
| 1635 | 2026-08-21T16:09:02.122Z | Compiling encoding_rs v0.8.35 |
| 1636 | 2026-08-21T16:09:02.148Z | Compiling mime v0.3.17 |
| 1637 | 2026-08-21T16:09:02.242Z | Compiling cfg_aliases v0.2.1 |
| 1638 | 2026-08-21T16:09:02.257Z | Compiling crc-any v2.5.0 |
| 1639 | 2026-08-21T16:09:02.322Z | Compiling psl-types v2.0.11 |
| 1640 | 2026-08-21T16:09:02.397Z | Compiling smoltcp v0.9.1 |
| 1641 | 2026-08-21T16:09:02.438Z | Compiling ref-cast v1.0.25 |
| 1642 | 2026-08-21T16:09:02.482Z | Compiling rustix v0.38.44 |
| 1643 | 2026-08-21T16:09:02.624Z | Compiling fallible-iterator v0.2.0 |
| 1644 | 2026-08-21T16:09:02.631Z | Compiling owo-colors v4.3.0 |
| 1645 | 2026-08-21T16:09:02.713Z | Compiling litrs v1.0.0 |
| 1646 | 2026-08-21T16:09:02.713Z | Compiling rustc-demangle v0.1.27 |
| 1647 | 2026-08-21T16:09:02.812Z | Compiling pin-project v1.1.11 |
| 1648 | 2026-08-21T16:09:02.899Z | Compiling postgres-protocol v0.6.10 |
| 1649 | 2026-08-21T16:09:02.902Z | Compiling zerocopy v0.7.35 |
| 1650 | 2026-08-21T16:09:02.902Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1651 | 2026-08-21T16:09:02.988Z | Compiling backtrace v0.3.76 |
| 1652 | 2026-08-21T16:09:03.101Z | Compiling publicsuffix v2.3.0 |
| 1653 | 2026-08-21T16:09:03.201Z | Compiling document-features v0.2.12 |
| 1654 | 2026-08-21T16:09:03.269Z | Compiling nix v0.31.2 |
| 1655 | 2026-08-21T16:09:03.456Z | Compiling daft v0.1.7 |
| 1656 | 2026-08-21T16:09:03.675Z | Compiling inout v0.2.2 |
| 1657 | 2026-08-21T16:09:03.725Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1658 | 2026-08-21T16:09:03.756Z | Compiling hyper-tls v0.6.0 |
| 1659 | 2026-08-21T16:09:03.893Z | Compiling object v0.30.4 |
| 1660 | 2026-08-21T16:09:03.998Z | Compiling zip v0.6.6 |
| 1661 | 2026-08-21T16:09:04.017Z | Compiling derive_builder v0.20.2 |
| 1662 | 2026-08-21T16:09:04.029Z | Compiling toml v0.7.8 |
| 1663 | 2026-08-21T16:09:04.140Z | Compiling goblin v0.8.2 |
| 1664 | 2026-08-21T16:09:04.548Z | Compiling derive-ex v0.1.8 |
| 1665 | 2026-08-21T16:09:04.618Z | Compiling darling v0.23.0 |
| 1666 | 2026-08-21T16:09:04.694Z | Compiling phf_shared v0.13.1 |
| 1667 | 2026-08-21T16:09:04.713Z | Compiling regex v1.12.3 |
| 1668 | 2026-08-21T16:09:04.903Z | Compiling hubpack_derive v0.1.1 |
| 1669 | 2026-08-21T16:09:04.938Z | Compiling futures-executor v0.3.32 |
| 1670 | 2026-08-21T16:09:05.127Z | Compiling snafu-derive v0.8.9 |
| 1671 | 2026-08-21T16:09:05.192Z | Compiling strum_macros v0.27.2 |
| 1672 | 2026-08-21T16:09:05.343Z | Compiling ref-cast-impl v1.0.25 |
| 1673 | 2026-08-21T16:09:05.886Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1674 | 2026-08-21T16:09:06.185Z | Compiling vergen v9.1.0 |
| 1675 | 2026-08-21T16:09:06.366Z | Compiling cargo-platform v0.3.2 |
| 1676 | 2026-08-21T16:09:06.520Z | Compiling ff v0.13.1 |
| 1677 | 2026-08-21T16:09:06.638Z | Compiling fs-err v3.3.0 |
| 1678 | 2026-08-21T16:09:06.661Z | Compiling jiff-core v0.1.0 |
| 1679 | 2026-08-21T16:09:06.713Z | Compiling either v1.15.0 |
| 1680 | 2026-08-21T16:09:06.815Z | Compiling foldhash v0.2.0 |
| 1681 | 2026-08-21T16:09:06.918Z | Compiling path-slash v0.1.5 |
| 1682 | 2026-08-21T16:09:06.999Z | Compiling libbz2-rs-sys v0.2.2 |
| 1683 | 2026-08-21T16:09:07.033Z | Compiling same-file v1.0.6 |
| 1684 | 2026-08-21T16:09:07.048Z | Compiling bitflags v1.3.2 |
| 1685 | 2026-08-21T16:09:07.121Z | Compiling base16ct v0.2.0 |
| 1686 | 2026-08-21T16:09:07.137Z | Compiling managed v0.8.0 |
| 1687 | 2026-08-21T16:09:07.198Z | Compiling bumpalo v3.20.2 |
| 1688 | 2026-08-21T16:09:07.298Z | Compiling is_ci v1.2.0 |
| 1689 | 2026-08-21T16:09:07.349Z | Compiling unicode-segmentation v1.12.0 |
| 1690 | 2026-08-21T16:09:07.428Z | Compiling foldhash v0.1.5 |
| 1691 | 2026-08-21T16:09:07.459Z | Compiling textwrap v0.16.2 |
| 1692 | 2026-08-21T16:09:07.539Z | Compiling bzip2 v0.6.1 |
| 1693 | 2026-08-21T16:09:07.609Z | Compiling hashbrown v0.15.5 |
| 1694 | 2026-08-21T16:09:07.670Z | Compiling zopfli v0.8.3 |
| 1695 | 2026-08-21T16:09:07.727Z | Compiling jiff v0.2.34 |
| 1696 | 2026-08-21T16:09:07.754Z | Compiling supports-color v3.0.2 |
| 1697 | 2026-08-21T16:09:07.910Z | Compiling sec1 v0.7.3 |
| 1698 | 2026-08-21T16:09:07.910Z | Compiling strum v0.27.2 |
| 1699 | 2026-08-21T16:09:08.045Z | Compiling walkdir v2.5.0 |
| 1700 | 2026-08-21T16:09:08.150Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 1701 | 2026-08-21T16:09:08.172Z | Compiling snafu v0.8.9 |
| 1702 | 2026-08-21T16:09:08.325Z | Compiling hashbrown v0.16.1 |
| 1703 | 2026-08-21T16:09:08.449Z | Compiling group v0.13.0 |
| 1704 | 2026-08-21T16:09:08.517Z | Compiling cargo_metadata v0.23.1 |
| 1705 | 2026-08-21T16:09:08.645Z | Compiling dof v0.3.0 |
| 1706 | 2026-08-21T16:09:08.902Z | Compiling test-strategy v0.4.5 |
| 1707 | 2026-08-21T16:09:09.492Z | Compiling hubpack v0.1.2 |
| 1708 | 2026-08-21T16:09:09.567Z | Compiling futures v0.3.32 |
| 1709 | 2026-08-21T16:09:09.657Z | Compiling phf v0.13.1 |
| 1710 | 2026-08-21T16:09:09.818Z | Compiling serde_with_macros v3.21.0 |
| 1711 | 2026-08-21T16:09:09.950Z | Compiling cookie_store v0.22.1 |
| 1712 | 2026-08-21T16:09:10.075Z | Compiling signal-hook-mio v0.2.5 |
| 1713 | 2026-08-21T16:09:10.210Z | Compiling zstd v0.13.3 |
| 1714 | 2026-08-21T16:09:10.372Z | Compiling reqwest v0.12.28 |
| 1715 | 2026-08-21T16:09:10.462Z | Compiling cipher v0.5.2 |
| 1716 | 2026-08-21T16:09:10.695Z | Compiling backtrace-ext v0.2.1 |
| 1717 | 2026-08-21T16:09:10.776Z | Compiling postgres-types v0.2.12 |
| 1718 | 2026-08-21T16:09:11.291Z | Compiling usdt-macro v0.6.0 |
| 1719 | 2026-08-21T16:09:11.337Z | Compiling usdt-attr-macro v0.6.0 |
| 1720 | 2026-08-21T16:09:11.635Z | Compiling globset v0.4.18 |
| 1721 | 2026-08-21T16:09:11.640Z | Compiling phf_shared v0.11.3 |
| 1722 | 2026-08-21T16:09:11.756Z | Compiling hkdf v0.12.4 |
| 1723 | 2026-08-21T16:09:11.931Z | Compiling dtrace-parser v0.2.0 |
| 1724 | 2026-08-21T16:09:12.036Z | Compiling byte-wrapper v0.1.0 |
| 1725 | 2026-08-21T16:09:12.053Z | Compiling olpc-cjson v0.1.4 |
| 1726 | 2026-08-21T16:09:12.065Z | Compiling ed25519 v2.2.3 |
| 1727 | 2026-08-21T16:09:12.145Z | Compiling crypto-bigint v0.5.5 |
| 1728 | 2026-08-21T16:09:12.205Z | Compiling serde-big-array v0.5.1 |
| 1729 | 2026-08-21T16:09:12.241Z | Compiling serde_plain v1.0.2 |
| 1730 | 2026-08-21T16:09:12.359Z | Compiling serde_repr v0.1.20 |
| 1731 | 2026-08-21T16:09:12.376Z | Compiling enum-as-inner v0.6.1 |
| 1732 | 2026-08-21T16:09:12.438Z | Compiling miette-derive v7.6.0 |
| 1733 | 2026-08-21T16:09:12.665Z | Compiling async-recursion v1.1.1 |
| 1734 | 2026-08-21T16:09:12.868Z | Compiling strum_macros v0.26.4 |
| 1735 | 2026-08-21T16:09:12.883Z | Compiling pem v3.0.6 |
| 1736 | 2026-08-21T16:09:12.959Z | Compiling float-cmp v0.10.0 |
| 1737 | 2026-08-21T16:09:13.108Z | Compiling thread-id v4.2.2 |
| 1738 | 2026-08-21T16:09:13.198Z | Compiling memmap2 v0.9.10 |
| 1739 | 2026-08-21T16:09:13.210Z | Compiling difflib v0.4.0 |
| 1740 | 2026-08-21T16:09:13.311Z | Compiling data-encoding v2.10.0 |
| 1741 | 2026-08-21T16:09:13.409Z | Compiling fixedbitset v0.4.2 |
| 1742 | 2026-08-21T16:09:13.587Z | Compiling supports-unicode v3.0.0 |
| 1743 | 2026-08-21T16:09:13.625Z | Compiling typed-path v0.9.3 |
| 1744 | 2026-08-21T16:09:13.733Z | Compiling new_debug_unreachable v1.0.6 |
| 1745 | 2026-08-21T16:09:13.755Z | Compiling predicates-core v1.0.10 |
| 1746 | 2026-08-21T16:09:13.806Z | Compiling whoami v2.1.0 |
| 1747 | 2026-08-21T16:09:13.969Z | Compiling cpufeatures v0.3.0 |
| 1748 | 2026-08-21T16:09:14.036Z | Compiling supports-hyperlinks v3.2.0 |
| 1749 | 2026-08-21T16:09:14.053Z | Compiling static_assertions v1.1.0 |
| 1750 | 2026-08-21T16:09:14.115Z | Compiling winnow v1.0.3 |
| 1751 | 2026-08-21T16:09:14.129Z | Compiling keccak v0.1.6 |
| 1752 | 2026-08-21T16:09:14.189Z | Compiling fixedbitset v0.5.7 |
| 1753 | 2026-08-21T16:09:14.235Z | Compiling normalize-line-endings v0.3.0 |
| 1754 | 2026-08-21T16:09:14.287Z | Compiling const-oid v0.10.2 |
| 1755 | 2026-08-21T16:09:14.329Z | Compiling precomputed-hash v0.1.1 |
| 1756 | 2026-08-21T16:09:14.418Z | Compiling string_cache v0.8.9 |
| 1757 | 2026-08-21T16:09:14.489Z | Compiling digest v0.11.3 |
| 1758 | 2026-08-21T16:09:14.503Z | Compiling petgraph v0.8.3 |
| 1759 | 2026-08-21T16:09:14.650Z | Compiling predicates v3.1.4 |
| 1760 | 2026-08-21T16:09:14.665Z | Compiling strum v0.26.3 |
| 1761 | 2026-08-21T16:09:14.719Z | Compiling sha3 v0.10.8 |
| 1762 | 2026-08-21T16:09:14.791Z | Compiling miette v7.6.0 |
| 1763 | 2026-08-21T16:09:14.876Z | Compiling toml_edit v0.22.27 |
| 1764 | 2026-08-21T16:09:14.887Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1765 | 2026-08-21T16:09:15.185Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1766 | 2026-08-21T16:09:15.241Z | Compiling tokio-postgres v0.7.16 |
| 1767 | 2026-08-21T16:09:15.295Z | Compiling chacha20 v0.10.0 |
| 1768 | 2026-08-21T16:09:15.668Z | Compiling hickory-proto v0.25.2 |
| 1769 | 2026-08-21T16:09:15.808Z | Compiling petgraph v0.6.5 |
| 1770 | 2026-08-21T16:09:15.921Z | Compiling usdt v0.6.0 |
| 1771 | 2026-08-21T16:09:16.179Z | Compiling usdt-impl v0.5.0 |
| 1772 | 2026-08-21T16:09:16.432Z | Compiling elliptic-curve v0.13.8 |
| 1773 | 2026-08-21T16:09:16.751Z | Compiling ed25519-dalek v2.2.0 |
| 1774 | 2026-08-21T16:09:16.829Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 1775 | 2026-08-21T16:09:17.283Z | Compiling crossterm v0.28.1 |
| 1776 | 2026-08-21T16:09:17.298Z | Compiling serde_with v3.21.0 |
| 1777 | 2026-08-21T16:09:17.559Z | Compiling zip v4.6.1 |
| 1778 | 2026-08-21T16:09:18.063Z | Compiling iddqd v0.4.2 |
| 1779 | 2026-08-21T16:09:18.490Z | Compiling heck v0.4.1 |
| 1780 | 2026-08-21T16:09:18.568Z | Compiling similar v2.7.0 |
| 1781 | 2026-08-21T16:09:18.709Z | Compiling itertools v0.15.0 |
| 1782 | 2026-08-21T16:09:18.712Z | Compiling itertools v0.13.0 |
| 1783 | 2026-08-21T16:09:19.063Z | Compiling crossbeam-epoch v0.9.18 |
| 1784 | 2026-08-21T16:09:19.079Z | Compiling tokio-stream v0.1.18 |
| 1785 | 2026-08-21T16:09:19.357Z | Compiling buf-list v1.1.2 |
| 1786 | 2026-08-21T16:09:19.386Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1787 | 2026-08-21T16:09:19.400Z | Compiling openapiv3 v2.2.0 |
| 1788 | 2026-08-21T16:09:19.533Z | Compiling lalrpop-util v0.19.12 |
| 1789 | 2026-08-21T16:09:19.630Z | Compiling peg-runtime v0.8.5 |
| 1790 | 2026-08-21T16:09:19.685Z | Compiling thread_local v1.1.9 |
| 1791 | 2026-08-21T16:09:19.728Z | Compiling slog-async v2.8.0 |
| 1792 | 2026-08-21T16:09:19.902Z | Compiling crossbeam-channel v0.5.15 |
| 1793 | 2026-08-21T16:09:19.936Z | Compiling filetime v0.2.27 |
| 1794 | 2026-08-21T16:09:19.990Z | Compiling is-terminal v0.4.17 |
| 1795 | 2026-08-21T16:09:20.035Z | Compiling xattr v1.6.1 |
| 1796 | 2026-08-21T16:09:20.049Z | Compiling term v1.2.1 |
| 1797 | 2026-08-21T16:09:20.100Z | Compiling take_mut v0.2.2 |
| 1798 | 2026-08-21T16:09:20.118Z | Compiling camino-tempfile v1.4.1 |
| 1799 | 2026-08-21T16:09:20.198Z | Compiling tar v0.4.46 |
| 1800 | 2026-08-21T16:09:20.347Z | Compiling slog-term v2.9.2 |
| 1801 | 2026-08-21T16:09:26.362Z | Compiling rustls-webpki v0.103.13 |
| 1802 | 2026-08-21T16:09:29.071Z | Compiling tokio-rustls v0.26.4 |
| 1803 | 2026-08-21T16:09:29.071Z | Compiling rustls-platform-verifier v0.6.2 |
| 1804 | 2026-08-21T16:09:29.071Z | Compiling tough v0.22.0 |
| 1805 | 2026-08-21T16:09:29.293Z | Compiling hyper-rustls v0.27.7 |
| 1806 | 2026-08-21T16:09:29.495Z | Compiling reqwest v0.13.2 |
| 1807 | 2026-08-21T16:09:31.713Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1808 | 2026-08-21T16:09:31.922Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1809 | 2026-08-21T16:09:34.829Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s |
| 1810 | 2026-08-21T16:09:34.959Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1811 | 2026-08-21T16:09:35.013Z | Aug 21 16:09:34.044 INFO Starting download, target: Clickhouse |
| 1812 | 2026-08-21T16:09:35.013Z | Aug 21 16:09:34.044 INFO Starting download, target: Cockroach |
| 1813 | 2026-08-21T16:09:35.013Z | Aug 21 16:09:34.044 INFO Starting download, target: Console |
| 1814 | 2026-08-21T16:09:35.013Z | Aug 21 16:09:34.044 INFO Starting download, target: DendriteStub |
| 1815 | 2026-08-21T16:09:35.013Z | Aug 21 16:09:34.044 INFO Starting download, target: MaghemiteMgd |
| 1816 | 2026-08-21T16:09:35.013Z | Aug 21 16:09:34.044 INFO Starting download, target: MaghemiteDdmd |
| 1817 | 2026-08-21T16:09:35.013Z | Aug 21 16:09:34.044 INFO Starting download, target: TransceiverControl |
| 1818 | 2026-08-21T16:09:35.017Z | Aug 21 16:09:34.044 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1819 | 2026-08-21T16:09:35.017Z | Aug 21 16:09:34.044 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1820 | 2026-08-21T16:09:35.017Z | Aug 21 16:09:34.044 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1821 | 2026-08-21T16:09:35.017Z | Aug 21 16:09:34.044 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1822 | 2026-08-21T16:09:35.017Z | Aug 21 16:09:34.044 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1823 | 2026-08-21T16:09:35.017Z | Aug 21 16:09:34.044 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1824 | 2026-08-21T16:09:35.017Z | Aug 21 16:09:34.044 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1825 | 2026-08-21T16:09:35.523Z | Aug 21 16:09:34.550 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1826 | 2026-08-21T16:09:35.745Z | Aug 21 16:09:34.767 INFO Download complete, target: TransceiverControl |
| 1827 | 2026-08-21T16:09:36.772Z | Aug 21 16:09:35.791 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1828 | 2026-08-21T16:09:37.009Z | Aug 21 16:09:36.036 INFO Download complete, target: Console |
| 1829 | 2026-08-21T16:09:37.134Z | Aug 21 16:09:36.157 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1830 | 2026-08-21T16:09:37.392Z | Aug 21 16:09:36.408 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1831 | 2026-08-21T16:09:37.466Z | Aug 21 16:09:36.492 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1832 | 2026-08-21T16:09:39.185Z | Aug 21 16:09:38.214 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1833 | 2026-08-21T16:09:39.242Z | Aug 21 16:09:38.273 INFO Download complete, target: MaghemiteDdmd |
| 1834 | 2026-08-21T16:09:39.785Z | Aug 21 16:09:38.816 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1835 | 2026-08-21T16:09:39.785Z | Aug 21 16:09:38.816 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1836 | 2026-08-21T16:09:39.870Z | Aug 21 16:09:38.901 INFO Download complete, target: DendriteStub |
| 1837 | 2026-08-21T16:09:41.753Z | Aug 21 16:09:40.784 INFO Download complete, target: MaghemiteMgd |
| 1838 | 2026-08-21T16:09:43.941Z | Aug 21 16:09:42.969 INFO Checking that binary works, target: Clickhouse |
| 1839 | 2026-08-21T16:09:44.050Z | Aug 21 16:09:43.081 INFO Download complete, target: Clickhouse |
| 1840 | 2026-08-21T16:09:44.524Z | Aug 21 16:09:43.553 INFO Checking that binary works, target: Cockroach |
| 1841 | 2026-08-21T16:09:44.644Z | Aug 21 16:09:43.675 INFO Download complete, target: Cockroach |
| 1842 | 2026-08-21T16:09:44.667Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1843 | 2026-08-21T16:09:44.673Z | |
| 1844 | 2026-08-21T16:09:44.673Z | real 2:09.472035401 |
| 1845 | 2026-08-21T16:09:44.673Z | user 7:16.882491384 |
| 1846 | 2026-08-21T16:09:44.673Z | sys 1:25.880951991 |
| 1847 | 2026-08-21T16:09:44.673Z | trap 0.248581655 |
| 1848 | 2026-08-21T16:09:44.673Z | tflt 0.500862119 |
| 1849 | 2026-08-21T16:09:44.673Z | dflt 0.934377243 |
| 1850 | 2026-08-21T16:09:44.673Z | kflt 0.023237777 |
| 1851 | 2026-08-21T16:09:44.673Z | lock 27:53.699371266 |
| 1852 | 2026-08-21T16:09:44.673Z | slp 21:46.871113398 |
| 1853 | 2026-08-21T16:09:44.673Z | lat 48.468052904 |
| 1854 | 2026-08-21T16:09:44.674Z | stop 2:45.503047103 |
| 1855 | 2026-08-21T16:09:44.674Z | + banner hack-check |
| 1856 | 2026-08-21T16:09:44.674Z | |
| 1857 | 2026-08-21T16:09:44.674Z | # # ## #### # # #### # # ###### #### # # |
| 1858 | 2026-08-21T16:09:44.674Z | # # # # # # # # # # # # # # # # # |
| 1859 | 2026-08-21T16:09:44.674Z | ###### # # # #### ##### # ###### ##### # #### |
| 1860 | 2026-08-21T16:09:44.674Z | # # ###### # # # # # # # # # # |
| 1861 | 2026-08-21T16:09:44.674Z | # # # # # # # # # # # # # # # # # |
| 1862 | 2026-08-21T16:09:44.674Z | # # # # #### # # #### # # ###### #### # # |
| 1863 | 2026-08-21T16:09:44.674Z | |
| 1864 | 2026-08-21T16:09:44.674Z | + export CARGO_INCREMENTAL=0 |
| 1865 | 2026-08-21T16:09:44.674Z | + CARGO_INCREMENTAL=0 |
| 1866 | 2026-08-21T16:09:44.674Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1867 | 2026-08-21T16:09:45.148Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1868 | 2026-08-21T16:09:45.417Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1869 | 2026-08-21T16:09:47.203Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.52s |
| 1870 | 2026-08-21T16:09:47.266Z | Running `target/debug/xtask check-features --ci` |
| 1871 | 2026-08-21T16:09:47.292Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1872 | 2026-08-21T16:09:47.292Z | running: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1873 | 2026-08-21T16:09:47.732Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1874 | 2026-08-21T16:09:47.742Z | Running `target/debug/xtask download cargo-hack` |
| 1875 | 2026-08-21T16:09:48.528Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1876 | 2026-08-21T16:09:48.832Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1877 | 2026-08-21T16:09:51.777Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.00s |
| 1878 | 2026-08-21T16:09:51.940Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1879 | 2026-08-21T16:09:51.987Z | Aug 21 16:09:51.018 INFO Starting download, target: CargoHack |
| 1880 | 2026-08-21T16:09:51.990Z | Aug 21 16:09:51.018 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1881 | 2026-08-21T16:09:52.329Z | Aug 21 16:09:51.354 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1882 | 2026-08-21T16:09:52.373Z | Aug 21 16:09:51.404 INFO Download complete, target: CargoHack |
| 1883 | 2026-08-21T16:09:52.376Z | running: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
| 1884 | 2026-08-21T16:09:52.389Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1885 | 2026-08-21T16:09:52.553Z | info: running `cargo check --bins` on api_identity (1/337) |
| 1886 | 2026-08-21T16:09:53.014Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1887 | 2026-08-21T16:09:53.017Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1888 | 2026-08-21T16:09:53.017Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1889 | 2026-08-21T16:09:53.022Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1890 | 2026-08-21T16:09:53.099Z | |
| 1891 | 2026-08-21T16:09:53.099Z | info: running `cargo check --bins` on bootstore (2/337) |
| 1892 | 2026-08-21T16:09:53.567Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1893 | 2026-08-21T16:09:53.578Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1894 | 2026-08-21T16:09:53.579Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1895 | 2026-08-21T16:09:53.582Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1896 | 2026-08-21T16:09:53.648Z | |
| 1897 | 2026-08-21T16:09:53.648Z | info: running `cargo check --bins` on omicron-ledger (3/337) |
| 1898 | 2026-08-21T16:09:54.115Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1899 | 2026-08-21T16:09:54.119Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1900 | 2026-08-21T16:09:54.119Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1901 | 2026-08-21T16:09:54.123Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1902 | 2026-08-21T16:09:54.196Z | |
| 1903 | 2026-08-21T16:09:54.196Z | info: running `cargo check --bins --no-default-features` on sled-hardware-types (4/337) |
| 1904 | 2026-08-21T16:09:54.666Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1905 | 2026-08-21T16:09:54.670Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1906 | 2026-08-21T16:09:54.670Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1907 | 2026-08-21T16:09:54.674Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1908 | 2026-08-21T16:09:54.749Z | |
| 1909 | 2026-08-21T16:09:54.749Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/337) |
| 1910 | 2026-08-21T16:09:55.226Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1911 | 2026-08-21T16:09:55.230Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1912 | 2026-08-21T16:09:55.230Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1913 | 2026-08-21T16:09:55.230Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1914 | 2026-08-21T16:09:55.304Z | |
| 1915 | 2026-08-21T16:09:55.305Z | info: running `cargo check --bins` on omicron-certificates (6/337) |
| 1916 | 2026-08-21T16:09:55.782Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1917 | 2026-08-21T16:09:55.785Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1918 | 2026-08-21T16:09:55.786Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1919 | 2026-08-21T16:09:55.789Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1920 | 2026-08-21T16:09:55.870Z | |
| 1921 | 2026-08-21T16:09:55.870Z | info: running `cargo check --bins --no-default-features` on omicron-common (7/337) |
| 1922 | 2026-08-21T16:09:56.347Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1923 | 2026-08-21T16:09:56.350Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1924 | 2026-08-21T16:09:56.350Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1925 | 2026-08-21T16:09:56.354Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1926 | 2026-08-21T16:09:56.436Z | |
| 1927 | 2026-08-21T16:09:56.436Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/337) |
| 1928 | 2026-08-21T16:09:56.914Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1929 | 2026-08-21T16:09:56.917Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1930 | 2026-08-21T16:09:56.917Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1931 | 2026-08-21T16:09:56.921Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1932 | 2026-08-21T16:09:57.002Z | |
| 1933 | 2026-08-21T16:09:57.002Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/337) |
| 1934 | 2026-08-21T16:09:57.365Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1935 | 2026-08-21T16:09:57.368Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1936 | 2026-08-21T16:09:57.368Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1937 | 2026-08-21T16:09:57.371Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1938 | 2026-08-21T16:09:57.422Z | |
| 1939 | 2026-08-21T16:09:57.422Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/337) |
| 1940 | 2026-08-21T16:09:57.784Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1941 | 2026-08-21T16:09:57.788Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1942 | 2026-08-21T16:09:57.788Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1943 | 2026-08-21T16:09:57.791Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1944 | 2026-08-21T16:09:57.838Z | |
| 1945 | 2026-08-21T16:09:57.838Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/337) |
| 1946 | 2026-08-21T16:09:58.203Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1947 | 2026-08-21T16:09:58.206Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1948 | 2026-08-21T16:09:58.206Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1949 | 2026-08-21T16:09:58.209Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1950 | 2026-08-21T16:09:58.257Z | |
| 1951 | 2026-08-21T16:09:58.258Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/337) |
| 1952 | 2026-08-21T16:09:58.619Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1953 | 2026-08-21T16:09:58.623Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1954 | 2026-08-21T16:09:58.623Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1955 | 2026-08-21T16:09:58.627Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1956 | 2026-08-21T16:09:58.671Z | |
| 1957 | 2026-08-21T16:09:58.671Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/337) |
| 1958 | 2026-08-21T16:09:59.036Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1959 | 2026-08-21T16:09:59.039Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1960 | 2026-08-21T16:09:59.039Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1961 | 2026-08-21T16:09:59.042Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1962 | 2026-08-21T16:09:59.088Z | |
| 1963 | 2026-08-21T16:09:59.088Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/337) |
| 1964 | 2026-08-21T16:09:59.451Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1965 | 2026-08-21T16:09:59.455Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1966 | 2026-08-21T16:09:59.455Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1967 | 2026-08-21T16:09:59.458Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1968 | 2026-08-21T16:09:59.505Z | |
| 1969 | 2026-08-21T16:09:59.505Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/337) |
| 1970 | 2026-08-21T16:09:59.869Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1971 | 2026-08-21T16:09:59.873Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1972 | 2026-08-21T16:09:59.874Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1973 | 2026-08-21T16:09:59.877Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1974 | 2026-08-21T16:09:59.922Z | |
| 1975 | 2026-08-21T16:09:59.922Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/337) |
| 1976 | 2026-08-21T16:10:00.289Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1977 | 2026-08-21T16:10:00.293Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1978 | 2026-08-21T16:10:00.293Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1979 | 2026-08-21T16:10:00.298Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1980 | 2026-08-21T16:10:00.341Z | |
| 1981 | 2026-08-21T16:10:00.341Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/337) |
| 1982 | 2026-08-21T16:10:00.707Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1983 | 2026-08-21T16:10:00.712Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1984 | 2026-08-21T16:10:00.712Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1985 | 2026-08-21T16:10:00.715Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1986 | 2026-08-21T16:10:00.760Z | |
| 1987 | 2026-08-21T16:10:00.760Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/337) |
| 1988 | 2026-08-21T16:10:01.126Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1989 | 2026-08-21T16:10:01.130Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1990 | 2026-08-21T16:10:01.130Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1991 | 2026-08-21T16:10:01.136Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1992 | 2026-08-21T16:10:01.179Z | |
| 1993 | 2026-08-21T16:10:01.179Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/337) |
| 1994 | 2026-08-21T16:10:01.543Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1995 | 2026-08-21T16:10:01.546Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1996 | 2026-08-21T16:10:01.546Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1997 | 2026-08-21T16:10:01.550Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1998 | 2026-08-21T16:10:01.595Z | |
| 1999 | 2026-08-21T16:10:01.595Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/337) |
| 2000 | 2026-08-21T16:10:01.962Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2001 | 2026-08-21T16:10:01.966Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2002 | 2026-08-21T16:10:01.966Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2003 | 2026-08-21T16:10:01.969Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2004 | 2026-08-21T16:10:02.016Z | |
| 2005 | 2026-08-21T16:10:02.016Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/337) |
| 2006 | 2026-08-21T16:10:02.382Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2007 | 2026-08-21T16:10:02.386Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2008 | 2026-08-21T16:10:02.386Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2009 | 2026-08-21T16:10:02.390Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2010 | 2026-08-21T16:10:02.435Z | |
| 2011 | 2026-08-21T16:10:02.435Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/337) |
| 2012 | 2026-08-21T16:10:02.802Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2013 | 2026-08-21T16:10:02.805Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2014 | 2026-08-21T16:10:02.805Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2015 | 2026-08-21T16:10:02.808Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2016 | 2026-08-21T16:10:02.855Z | |
| 2017 | 2026-08-21T16:10:02.855Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/337) |
| 2018 | 2026-08-21T16:10:03.221Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2019 | 2026-08-21T16:10:03.225Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2020 | 2026-08-21T16:10:03.225Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2021 | 2026-08-21T16:10:03.228Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2022 | 2026-08-21T16:10:03.336Z | |
| 2023 | 2026-08-21T16:10:03.336Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/337) |
| 2024 | 2026-08-21T16:10:03.642Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2025 | 2026-08-21T16:10:03.647Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2026 | 2026-08-21T16:10:03.649Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2027 | 2026-08-21T16:10:03.649Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2028 | 2026-08-21T16:10:03.692Z | |
| 2029 | 2026-08-21T16:10:03.692Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/337) |
| 2030 | 2026-08-21T16:10:04.059Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2031 | 2026-08-21T16:10:04.063Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2032 | 2026-08-21T16:10:04.063Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2033 | 2026-08-21T16:10:04.066Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2034 | 2026-08-21T16:10:04.112Z | |
| 2035 | 2026-08-21T16:10:04.112Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/337) |
| 2036 | 2026-08-21T16:10:04.478Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2037 | 2026-08-21T16:10:04.481Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2038 | 2026-08-21T16:10:04.481Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2039 | 2026-08-21T16:10:04.484Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2040 | 2026-08-21T16:10:04.530Z | |
| 2041 | 2026-08-21T16:10:04.530Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/337) |
| 2042 | 2026-08-21T16:10:04.895Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2043 | 2026-08-21T16:10:04.899Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2044 | 2026-08-21T16:10:04.899Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2045 | 2026-08-21T16:10:04.902Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2046 | 2026-08-21T16:10:04.949Z | |
| 2047 | 2026-08-21T16:10:04.949Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/337) |
| 2048 | 2026-08-21T16:10:05.317Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2049 | 2026-08-21T16:10:05.320Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2050 | 2026-08-21T16:10:05.320Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2051 | 2026-08-21T16:10:05.323Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2052 | 2026-08-21T16:10:05.372Z | |
| 2053 | 2026-08-21T16:10:05.372Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/337) |
| 2054 | 2026-08-21T16:10:05.737Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2055 | 2026-08-21T16:10:05.740Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2056 | 2026-08-21T16:10:05.740Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2057 | 2026-08-21T16:10:05.743Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2058 | 2026-08-21T16:10:05.790Z | |
| 2059 | 2026-08-21T16:10:05.790Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/337) |
| 2060 | 2026-08-21T16:10:06.153Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2061 | 2026-08-21T16:10:06.156Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2062 | 2026-08-21T16:10:06.156Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2063 | 2026-08-21T16:10:06.159Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2064 | 2026-08-21T16:10:06.205Z | |
| 2065 | 2026-08-21T16:10:06.205Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/337) |
| 2066 | 2026-08-21T16:10:06.569Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2067 | 2026-08-21T16:10:06.572Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2068 | 2026-08-21T16:10:06.572Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2069 | 2026-08-21T16:10:06.576Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2070 | 2026-08-21T16:10:06.622Z | |
| 2071 | 2026-08-21T16:10:06.622Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/337) |
| 2072 | 2026-08-21T16:10:06.985Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2073 | 2026-08-21T16:10:06.988Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2074 | 2026-08-21T16:10:06.989Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2075 | 2026-08-21T16:10:06.992Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2076 | 2026-08-21T16:10:07.038Z | |
| 2077 | 2026-08-21T16:10:07.038Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/337) |
| 2078 | 2026-08-21T16:10:07.402Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2079 | 2026-08-21T16:10:07.405Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2080 | 2026-08-21T16:10:07.405Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2081 | 2026-08-21T16:10:07.405Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2082 | 2026-08-21T16:10:07.452Z | |
| 2083 | 2026-08-21T16:10:07.452Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/337) |
| 2084 | 2026-08-21T16:10:07.815Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2085 | 2026-08-21T16:10:07.818Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2086 | 2026-08-21T16:10:07.818Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2087 | 2026-08-21T16:10:07.821Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2088 | 2026-08-21T16:10:07.870Z | |
| 2089 | 2026-08-21T16:10:07.870Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/337) |
| 2090 | 2026-08-21T16:10:08.238Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2091 | 2026-08-21T16:10:08.242Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2092 | 2026-08-21T16:10:08.242Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2093 | 2026-08-21T16:10:08.242Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2094 | 2026-08-21T16:10:08.288Z | |
| 2095 | 2026-08-21T16:10:08.288Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/337) |
| 2096 | 2026-08-21T16:10:08.652Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2097 | 2026-08-21T16:10:08.656Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2098 | 2026-08-21T16:10:08.656Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2099 | 2026-08-21T16:10:08.659Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2100 | 2026-08-21T16:10:08.706Z | |
| 2101 | 2026-08-21T16:10:08.706Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/337) |
| 2102 | 2026-08-21T16:10:09.071Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2103 | 2026-08-21T16:10:09.076Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2104 | 2026-08-21T16:10:09.076Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2105 | 2026-08-21T16:10:09.079Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2106 | 2026-08-21T16:10:09.123Z | |
| 2107 | 2026-08-21T16:10:09.123Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/337) |
| 2108 | 2026-08-21T16:10:09.487Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2109 | 2026-08-21T16:10:09.490Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2110 | 2026-08-21T16:10:09.490Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2111 | 2026-08-21T16:10:09.494Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2112 | 2026-08-21T16:10:09.545Z | |
| 2113 | 2026-08-21T16:10:09.545Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/337) |
| 2114 | 2026-08-21T16:10:09.902Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2115 | 2026-08-21T16:10:09.905Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2116 | 2026-08-21T16:10:09.905Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2117 | 2026-08-21T16:10:09.909Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2118 | 2026-08-21T16:10:09.954Z | |
| 2119 | 2026-08-21T16:10:09.954Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/337) |
| 2120 | 2026-08-21T16:10:10.320Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2121 | 2026-08-21T16:10:10.324Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2122 | 2026-08-21T16:10:10.324Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2123 | 2026-08-21T16:10:10.327Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2124 | 2026-08-21T16:10:10.373Z | |
| 2125 | 2026-08-21T16:10:10.373Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/337) |
| 2126 | 2026-08-21T16:10:10.739Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2127 | 2026-08-21T16:10:10.742Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2128 | 2026-08-21T16:10:10.743Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2129 | 2026-08-21T16:10:10.746Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2130 | 2026-08-21T16:10:10.793Z | |
| 2131 | 2026-08-21T16:10:10.793Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/337) |
| 2132 | 2026-08-21T16:10:11.162Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2133 | 2026-08-21T16:10:11.166Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2134 | 2026-08-21T16:10:11.166Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2135 | 2026-08-21T16:10:11.166Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2136 | 2026-08-21T16:10:11.214Z | |
| 2137 | 2026-08-21T16:10:11.214Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/337) |
| 2138 | 2026-08-21T16:10:11.583Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2139 | 2026-08-21T16:10:11.588Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2140 | 2026-08-21T16:10:11.588Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2141 | 2026-08-21T16:10:11.588Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2142 | 2026-08-21T16:10:11.634Z | |
| 2143 | 2026-08-21T16:10:11.634Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/337) |
| 2144 | 2026-08-21T16:10:11.999Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2145 | 2026-08-21T16:10:12.002Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2146 | 2026-08-21T16:10:12.002Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2147 | 2026-08-21T16:10:12.006Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2148 | 2026-08-21T16:10:12.053Z | |
| 2149 | 2026-08-21T16:10:12.053Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/337) |
| 2150 | 2026-08-21T16:10:12.420Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2151 | 2026-08-21T16:10:12.424Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2152 | 2026-08-21T16:10:12.424Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2153 | 2026-08-21T16:10:12.428Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2154 | 2026-08-21T16:10:12.473Z | |
| 2155 | 2026-08-21T16:10:12.473Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/337) |
| 2156 | 2026-08-21T16:10:12.840Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2157 | 2026-08-21T16:10:12.844Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2158 | 2026-08-21T16:10:12.844Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2159 | 2026-08-21T16:10:12.847Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2160 | 2026-08-21T16:10:12.896Z | |
| 2161 | 2026-08-21T16:10:12.896Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/337) |
| 2162 | 2026-08-21T16:10:13.261Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2163 | 2026-08-21T16:10:13.265Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2164 | 2026-08-21T16:10:13.265Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2165 | 2026-08-21T16:10:13.269Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2166 | 2026-08-21T16:10:13.315Z | |
| 2167 | 2026-08-21T16:10:13.315Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/337) |
| 2168 | 2026-08-21T16:10:13.682Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2169 | 2026-08-21T16:10:13.685Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2170 | 2026-08-21T16:10:13.685Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2171 | 2026-08-21T16:10:13.688Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2172 | 2026-08-21T16:10:13.736Z | |
| 2173 | 2026-08-21T16:10:13.736Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/337) |
| 2174 | 2026-08-21T16:10:14.246Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2175 | 2026-08-21T16:10:14.249Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2176 | 2026-08-21T16:10:14.249Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2177 | 2026-08-21T16:10:14.253Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2178 | 2026-08-21T16:10:14.343Z | |
| 2179 | 2026-08-21T16:10:14.343Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/337) |
| 2180 | 2026-08-21T16:10:14.859Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2181 | 2026-08-21T16:10:14.862Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2182 | 2026-08-21T16:10:14.862Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2183 | 2026-08-21T16:10:14.868Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2184 | 2026-08-21T16:10:14.959Z | |
| 2185 | 2026-08-21T16:10:14.960Z | info: running `cargo check --bins` on nexus-config (51/337) |
| 2186 | 2026-08-21T16:10:15.469Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2187 | 2026-08-21T16:10:15.472Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2188 | 2026-08-21T16:10:15.472Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2189 | 2026-08-21T16:10:15.477Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2190 | 2026-08-21T16:10:15.560Z | |
| 2191 | 2026-08-21T16:10:15.560Z | info: running `cargo check --bins` on nexus-types (52/337) |
| 2192 | 2026-08-21T16:10:16.072Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2193 | 2026-08-21T16:10:16.075Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2194 | 2026-08-21T16:10:16.075Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2195 | 2026-08-21T16:10:16.080Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2196 | 2026-08-21T16:10:16.169Z | |
| 2197 | 2026-08-21T16:10:16.169Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/337) |
| 2198 | 2026-08-21T16:10:16.655Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2199 | 2026-08-21T16:10:16.659Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2200 | 2026-08-21T16:10:16.659Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2201 | 2026-08-21T16:10:16.662Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2202 | 2026-08-21T16:10:16.743Z | |
| 2203 | 2026-08-21T16:10:16.743Z | info: running `cargo check --bins` on omicron-passwords (54/337) |
| 2204 | 2026-08-21T16:10:17.213Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2205 | 2026-08-21T16:10:17.216Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2206 | 2026-08-21T16:10:17.216Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2207 | 2026-08-21T16:10:17.220Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2208 | 2026-08-21T16:10:17.297Z | |
| 2209 | 2026-08-21T16:10:17.298Z | info: running `cargo check --bins --no-default-features` on sled-agent-types (55/337) |
| 2210 | 2026-08-21T16:10:17.780Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2211 | 2026-08-21T16:10:17.785Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2212 | 2026-08-21T16:10:17.785Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2213 | 2026-08-21T16:10:17.788Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2214 | 2026-08-21T16:10:17.869Z | |
| 2215 | 2026-08-21T16:10:17.869Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/337) |
| 2216 | 2026-08-21T16:10:18.356Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2217 | 2026-08-21T16:10:18.360Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2218 | 2026-08-21T16:10:18.360Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2219 | 2026-08-21T16:10:18.364Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2220 | 2026-08-21T16:10:18.448Z | |
| 2221 | 2026-08-21T16:10:18.448Z | info: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/337) |
| 2222 | 2026-08-21T16:10:18.934Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2223 | 2026-08-21T16:10:18.937Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2224 | 2026-08-21T16:10:18.937Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2225 | 2026-08-21T16:10:18.941Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2226 | 2026-08-21T16:10:19.027Z | |
| 2227 | 2026-08-21T16:10:19.028Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/337) |
| 2228 | 2026-08-21T16:10:19.515Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2229 | 2026-08-21T16:10:19.518Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2230 | 2026-08-21T16:10:19.518Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2231 | 2026-08-21T16:10:19.522Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2232 | 2026-08-21T16:10:19.606Z | |
| 2233 | 2026-08-21T16:10:19.606Z | info: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/337) |
| 2234 | 2026-08-21T16:10:20.083Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2235 | 2026-08-21T16:10:20.086Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2236 | 2026-08-21T16:10:20.086Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2237 | 2026-08-21T16:10:20.090Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2238 | 2026-08-21T16:10:20.171Z | |
| 2239 | 2026-08-21T16:10:20.171Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/337) |
| 2240 | 2026-08-21T16:10:20.644Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2241 | 2026-08-21T16:10:20.647Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2242 | 2026-08-21T16:10:20.647Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2243 | 2026-08-21T16:10:20.652Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2244 | 2026-08-21T16:10:20.728Z | |
| 2245 | 2026-08-21T16:10:20.728Z | info: running `cargo check --bins --no-default-features` on gfss (61/337) |
| 2246 | 2026-08-21T16:10:21.202Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2247 | 2026-08-21T16:10:21.205Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2248 | 2026-08-21T16:10:21.205Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2249 | 2026-08-21T16:10:21.208Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2250 | 2026-08-21T16:10:21.287Z | |
| 2251 | 2026-08-21T16:10:21.287Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/337) |
| 2252 | 2026-08-21T16:10:21.756Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2253 | 2026-08-21T16:10:21.761Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2254 | 2026-08-21T16:10:21.761Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2255 | 2026-08-21T16:10:21.764Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2256 | 2026-08-21T16:10:21.843Z | |
| 2257 | 2026-08-21T16:10:21.843Z | info: running `cargo check --bins` on trust-quorum-types (63/337) |
| 2258 | 2026-08-21T16:10:22.316Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2259 | 2026-08-21T16:10:22.319Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2260 | 2026-08-21T16:10:22.319Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2261 | 2026-08-21T16:10:22.323Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2262 | 2026-08-21T16:10:22.403Z | |
| 2263 | 2026-08-21T16:10:22.403Z | info: running `cargo check --bins` on wicketd-commission-types (64/337) |
| 2264 | 2026-08-21T16:10:22.886Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2265 | 2026-08-21T16:10:22.889Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2266 | 2026-08-21T16:10:22.889Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2267 | 2026-08-21T16:10:22.892Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2268 | 2026-08-21T16:10:22.971Z | |
| 2269 | 2026-08-21T16:10:22.972Z | info: running `cargo check --bins` on wicketd-commission-types-versions (65/337) |
| 2270 | 2026-08-21T16:10:23.457Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2271 | 2026-08-21T16:10:23.461Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2272 | 2026-08-21T16:10:23.461Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2273 | 2026-08-21T16:10:23.465Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2274 | 2026-08-21T16:10:23.547Z | |
| 2275 | 2026-08-21T16:10:23.547Z | info: running `cargo check --bins --no-default-features` on gateway-types-versions (66/337) |
| 2276 | 2026-08-21T16:10:24.024Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2277 | 2026-08-21T16:10:24.028Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2278 | 2026-08-21T16:10:24.028Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2279 | 2026-08-21T16:10:24.032Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2280 | 2026-08-21T16:10:24.115Z | |
| 2281 | 2026-08-21T16:10:24.115Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (67/337) |
| 2282 | 2026-08-21T16:10:24.591Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2283 | 2026-08-21T16:10:24.595Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2284 | 2026-08-21T16:10:24.595Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2285 | 2026-08-21T16:10:24.598Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2286 | 2026-08-21T16:10:24.681Z | |
| 2287 | 2026-08-21T16:10:24.681Z | info: running `cargo check --bins` on clickhouse-admin-types (68/337) |
| 2288 | 2026-08-21T16:10:25.162Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2289 | 2026-08-21T16:10:25.165Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2290 | 2026-08-21T16:10:25.165Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2291 | 2026-08-21T16:10:25.169Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2292 | 2026-08-21T16:10:25.250Z | |
| 2293 | 2026-08-21T16:10:25.250Z | info: running `cargo check --bins` on clickhouse-admin-types-versions (69/337) |
| 2294 | 2026-08-21T16:10:25.731Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2295 | 2026-08-21T16:10:25.734Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2296 | 2026-08-21T16:10:25.734Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2297 | 2026-08-21T16:10:25.738Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2298 | 2026-08-21T16:10:25.818Z | |
| 2299 | 2026-08-21T16:10:25.818Z | info: running `cargo check --bins` on cockroach-admin-types (70/337) |
| 2300 | 2026-08-21T16:10:26.292Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2301 | 2026-08-21T16:10:26.296Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2302 | 2026-08-21T16:10:26.296Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2303 | 2026-08-21T16:10:26.299Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2304 | 2026-08-21T16:10:26.379Z | |
| 2305 | 2026-08-21T16:10:26.379Z | info: running `cargo check --bins` on cockroach-admin-types-versions (71/337) |
| 2306 | 2026-08-21T16:10:26.849Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2307 | 2026-08-21T16:10:26.853Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2308 | 2026-08-21T16:10:26.853Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2309 | 2026-08-21T16:10:26.857Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2310 | 2026-08-21T16:10:26.938Z | |
| 2311 | 2026-08-21T16:10:26.938Z | info: running `cargo check --bins` on ereport-types (72/337) |
| 2312 | 2026-08-21T16:10:27.416Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2313 | 2026-08-21T16:10:27.419Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2314 | 2026-08-21T16:10:27.420Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2315 | 2026-08-21T16:10:27.423Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2316 | 2026-08-21T16:10:27.500Z | |
| 2317 | 2026-08-21T16:10:27.501Z | info: running `cargo check --bins` on gateway-client (73/337) |
| 2318 | 2026-08-21T16:10:27.977Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2319 | 2026-08-21T16:10:27.980Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2320 | 2026-08-21T16:10:27.980Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2321 | 2026-08-21T16:10:27.984Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2322 | 2026-08-21T16:10:28.064Z | |
| 2323 | 2026-08-21T16:10:28.064Z | info: running `cargo check --bins --no-default-features` on gateway-types (74/337) |
| 2324 | 2026-08-21T16:10:28.532Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2325 | 2026-08-21T16:10:28.535Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2326 | 2026-08-21T16:10:28.536Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2327 | 2026-08-21T16:10:28.540Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2328 | 2026-08-21T16:10:28.615Z | |
| 2329 | 2026-08-21T16:10:28.615Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types (75/337) |
| 2330 | 2026-08-21T16:10:29.089Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2331 | 2026-08-21T16:10:29.092Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2332 | 2026-08-21T16:10:29.092Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2333 | 2026-08-21T16:10:29.095Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2334 | 2026-08-21T16:10:29.174Z | |
| 2335 | 2026-08-21T16:10:29.174Z | info: running `cargo check --bins --no-default-features` on illumos-utils (76/337) |
| 2336 | 2026-08-21T16:10:29.662Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2337 | 2026-08-21T16:10:29.666Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2338 | 2026-08-21T16:10:29.666Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2339 | 2026-08-21T16:10:29.670Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2340 | 2026-08-21T16:10:29.755Z | |
| 2341 | 2026-08-21T16:10:29.755Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (77/337) |
| 2342 | 2026-08-21T16:10:30.248Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2343 | 2026-08-21T16:10:30.251Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2344 | 2026-08-21T16:10:30.251Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2345 | 2026-08-21T16:10:30.256Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2346 | 2026-08-21T16:10:30.342Z | |
| 2347 | 2026-08-21T16:10:30.343Z | info: running `cargo check --bins` on key-manager-types (78/337) |
| 2348 | 2026-08-21T16:10:30.809Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2349 | 2026-08-21T16:10:30.812Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2350 | 2026-08-21T16:10:30.812Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2351 | 2026-08-21T16:10:30.817Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2352 | 2026-08-21T16:10:30.898Z | |
| 2353 | 2026-08-21T16:10:30.898Z | info: running `cargo check --bins` on oxlog (79/337) |
| 2354 | 2026-08-21T16:10:31.367Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2355 | 2026-08-21T16:10:31.370Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2356 | 2026-08-21T16:10:31.502Z | Checking cfg-if v1.0.4 |
| 2357 | 2026-08-21T16:10:31.505Z | Checking serde_core v1.0.228 |
| 2358 | 2026-08-21T16:10:31.505Z | Checking libc v0.2.185 |
| 2359 | 2026-08-21T16:10:31.618Z | Checking memchr v2.8.0 |
| 2360 | 2026-08-21T16:10:31.627Z | Checking smallvec v1.15.1 |
| 2361 | 2026-08-21T16:10:31.630Z | Checking log v0.4.33 |
| 2362 | 2026-08-21T16:10:31.647Z | Checking subtle v2.6.1 |
| 2363 | 2026-08-21T16:10:31.657Z | Checking itoa v1.0.17 |
| 2364 | 2026-08-21T16:10:31.661Z | Checking scopeguard v1.2.0 |
| 2365 | 2026-08-21T16:10:31.760Z | Checking lock_api v0.4.14 |
| 2366 | 2026-08-21T16:10:31.786Z | Checking stable_deref_trait v1.2.1 |
| 2367 | 2026-08-21T16:10:31.789Z | Checking typenum v1.20.1 |
| 2368 | 2026-08-21T16:10:31.809Z | Checking zerofrom v0.1.6 |
| 2369 | 2026-08-21T16:10:31.823Z | Checking zerocopy v0.8.55 |
| 2370 | 2026-08-21T16:10:31.854Z | Checking portable-atomic v1.13.1 |
| 2371 | 2026-08-21T16:10:31.917Z | Checking yoke v0.8.1 |
| 2372 | 2026-08-21T16:10:31.953Z | Checking critical-section v1.2.0 |
| 2373 | 2026-08-21T16:10:31.973Z | Checking pin-project-lite v0.2.17 |
| 2374 | 2026-08-21T16:10:31.993Z | Checking errno v0.3.14 |
| 2375 | 2026-08-21T16:10:32.042Z | Checking getrandom v0.2.17 |
| 2376 | 2026-08-21T16:10:32.056Z | Checking const-oid v0.9.6 |
| 2377 | 2026-08-21T16:10:32.077Z | Checking zerovec v0.11.5 |
| 2378 | 2026-08-21T16:10:32.108Z | Checking libm v0.2.16 |
| 2379 | 2026-08-21T16:10:32.182Z | Checking rand_core v0.6.4 |
| 2380 | 2026-08-21T16:10:32.249Z | Checking once_cell v1.21.3 |
| 2381 | 2026-08-21T16:10:32.359Z | Checking zmij v1.0.21 |
| 2382 | 2026-08-21T16:10:32.426Z | Checking signal-hook-registry v1.4.8 |
| 2383 | 2026-08-21T16:10:32.514Z | Checking tinystr v0.8.2 |
| 2384 | 2026-08-21T16:10:32.526Z | Checking parking_lot_core v0.9.12 |
| 2385 | 2026-08-21T16:10:32.559Z | Checking percent-encoding v2.3.2 |
| 2386 | 2026-08-21T16:10:32.579Z | Checking litemap v0.8.1 |
| 2387 | 2026-08-21T16:10:32.686Z | Checking writeable v0.6.2 |
| 2388 | 2026-08-21T16:10:32.698Z | Checking futures-core v0.3.32 |
| 2389 | 2026-08-21T16:10:32.708Z | Checking parking_lot v0.12.5 |
| 2390 | 2026-08-21T16:10:32.725Z | Checking potential_utf v0.1.4 |
| 2391 | 2026-08-21T16:10:32.746Z | Checking zerotrie v0.2.3 |
| 2392 | 2026-08-21T16:10:32.791Z | Checking num-traits v0.2.19 |
| 2393 | 2026-08-21T16:10:32.808Z | Checking mio v1.2.0 |
| 2394 | 2026-08-21T16:10:32.847Z | Checking icu_locale_core v2.1.1 |
| 2395 | 2026-08-21T16:10:32.860Z | Checking equivalent v1.0.2 |
| 2396 | 2026-08-21T16:10:32.884Z | Checking icu_collections v2.1.1 |
| 2397 | 2026-08-21T16:10:32.938Z | Checking getrandom v0.3.4 |
| 2398 | 2026-08-21T16:10:32.976Z | Checking socket2 v0.6.3 |
| 2399 | 2026-08-21T16:10:33.074Z | Checking icu_normalizer_data v2.1.1 |
| 2400 | 2026-08-21T16:10:33.096Z | Checking serde v1.0.228 |
| 2401 | 2026-08-21T16:10:33.111Z | Checking bitflags v2.11.0 |
| 2402 | 2026-08-21T16:10:33.140Z | Checking serde_json v1.0.151 |
| 2403 | 2026-08-21T16:10:33.180Z | Checking icu_properties_data v2.1.2 |
| 2404 | 2026-08-21T16:10:33.210Z | Checking byteorder v1.5.0 |
| 2405 | 2026-08-21T16:10:33.270Z | Checking rand_core v0.10.0 |
| 2406 | 2026-08-21T16:10:33.300Z | Checking futures-sink v0.3.32 |
| 2407 | 2026-08-21T16:10:33.348Z | Checking hashbrown v0.17.0 |
| 2408 | 2026-08-21T16:10:33.377Z | Checking icu_provider v2.1.1 |
| 2409 | 2026-08-21T16:10:33.393Z | Checking futures-channel v0.3.32 |
| 2410 | 2026-08-21T16:10:33.405Z | Checking getrandom v0.4.3 |
| 2411 | 2026-08-21T16:10:33.405Z | Checking utf8_iter v1.0.4 |
| 2412 | 2026-08-21T16:10:33.496Z | Checking zeroize v1.9.0 |
| 2413 | 2026-08-21T16:10:33.517Z | Checking bytes v1.11.1 |
| 2414 | 2026-08-21T16:10:33.554Z | Checking slab v0.4.12 |
| 2415 | 2026-08-21T16:10:33.576Z | Checking futures-task v0.3.32 |
| 2416 | 2026-08-21T16:10:33.599Z | Checking icu_properties v2.1.2 |
| 2417 | 2026-08-21T16:10:33.662Z | Checking generic-array v0.14.7 |
| 2418 | 2026-08-21T16:10:33.704Z | Checking icu_normalizer v2.1.1 |
| 2419 | 2026-08-21T16:10:33.707Z | Checking futures-io v0.3.32 |
| 2420 | 2026-08-21T16:10:33.803Z | Checking rustix v1.1.4 |
| 2421 | 2026-08-21T16:10:33.803Z | Checking indexmap v2.14.0 |
| 2422 | 2026-08-21T16:10:33.826Z | Checking futures-util v0.3.32 |
| 2423 | 2026-08-21T16:10:33.949Z | Checking tokio v1.52.1 |
| 2424 | 2026-08-21T16:10:33.999Z | Checking form_urlencoded v1.2.2 |
| 2425 | 2026-08-21T16:10:34.114Z | Checking crypto-common v0.1.7 |
| 2426 | 2026-08-21T16:10:34.124Z | Checking block-buffer v0.10.4 |
| 2427 | 2026-08-21T16:10:34.236Z | Checking fnv v1.0.7 |
| 2428 | 2026-08-21T16:10:34.260Z | Checking digest v0.10.7 |
| 2429 | 2026-08-21T16:10:34.326Z | Checking base64ct v1.8.3 |
| 2430 | 2026-08-21T16:10:34.356Z | Checking iana-time-zone v0.1.65 |
| 2431 | 2026-08-21T16:10:34.419Z | Checking idna_adapter v1.2.1 |
| 2432 | 2026-08-21T16:10:34.457Z | Checking flagset v0.4.7 |
| 2433 | 2026-08-21T16:10:34.470Z | Checking chrono v0.4.45 |
| 2434 | 2026-08-21T16:10:34.533Z | Checking idna v1.1.0 |
| 2435 | 2026-08-21T16:10:34.555Z | Checking pem-rfc7468 v0.7.0 |
| 2436 | 2026-08-21T16:10:34.572Z | Checking uuid v1.23.4 |
| 2437 | 2026-08-21T16:10:34.584Z | Checking ppv-lite86 v0.2.21 |
| 2438 | 2026-08-21T16:10:34.624Z | Checking rand_core v0.9.5 |
| 2439 | 2026-08-21T16:10:34.719Z | Checking der v0.7.10 |
| 2440 | 2026-08-21T16:10:34.770Z | Checking url v2.5.8 |
| 2441 | 2026-08-21T16:10:34.798Z | Checking regex-syntax v0.8.10 |
| 2442 | 2026-08-21T16:10:34.879Z | Checking base64 v0.22.1 |
| 2443 | 2026-08-21T16:10:34.895Z | Checking http v1.4.2 |
| 2444 | 2026-08-21T16:10:35.120Z | Checking rand_chacha v0.9.0 |
| 2445 | 2026-08-21T16:10:35.209Z | Checking tracing-core v0.1.36 |
| 2446 | 2026-08-21T16:10:35.318Z | Checking dyn-clone v1.0.20 |
| 2447 | 2026-08-21T16:10:35.330Z | Checking cpufeatures v0.2.17 |
| 2448 | 2026-08-21T16:10:35.396Z | Checking simd-adler32 v0.3.8 |
| 2449 | 2026-08-21T16:10:35.419Z | Checking rand v0.9.2 |
| 2450 | 2026-08-21T16:10:35.452Z | Checking http-body v1.0.1 |
| 2451 | 2026-08-21T16:10:35.465Z | Checking spki v0.7.3 |
| 2452 | 2026-08-21T16:10:35.512Z | Checking tracing v0.1.44 |
| 2453 | 2026-08-21T16:10:35.556Z | Checking rustls-pki-types v1.14.0 |
| 2454 | 2026-08-21T16:10:35.578Z | Checking semver v1.0.28 |
| 2455 | 2026-08-21T16:10:35.622Z | Checking pkcs8 v0.10.2 |
| 2456 | 2026-08-21T16:10:35.709Z | Checking spin v0.9.8 |
| 2457 | 2026-08-21T16:10:35.749Z | Checking adler2 v2.0.1 |
| 2458 | 2026-08-21T16:10:35.774Z | Checking openssl-probe v0.2.1 |
| 2459 | 2026-08-21T16:10:35.774Z | Checking utf8parse v0.2.2 |
| 2460 | 2026-08-21T16:10:35.835Z | Checking anstyle v1.0.14 |
| 2461 | 2026-08-21T16:10:35.849Z | Checking cmov v0.5.4 |
| 2462 | 2026-08-21T16:10:35.874Z | Checking tinyvec_macros v0.1.1 |
| 2463 | 2026-08-21T16:10:35.877Z | Checking anstyle-parse v1.0.0 |
| 2464 | 2026-08-21T16:10:35.899Z | Checking miniz_oxide v0.8.9 |
| 2465 | 2026-08-21T16:10:35.902Z | Checking schemars v0.8.22 |
| 2466 | 2026-08-21T16:10:35.936Z | Checking tinyvec v1.10.0 |
| 2467 | 2026-08-21T16:10:36.012Z | Checking sha2 v0.10.9 |
| 2468 | 2026-08-21T16:10:36.027Z | Checking ctutils v0.4.2 |
| 2469 | 2026-08-21T16:10:36.039Z | Checking terminal_size v0.4.3 |
| 2470 | 2026-08-21T16:10:36.093Z | Checking aws-lc-sys v0.40.0 |
| 2471 | 2026-08-21T16:10:36.144Z | Checking thiserror v2.0.18 |
| 2472 | 2026-08-21T16:10:36.231Z | Checking is_terminal_polyfill v1.70.2 |
| 2473 | 2026-08-21T16:10:36.241Z | Checking try-lock v0.2.5 |
| 2474 | 2026-08-21T16:10:36.253Z | Checking fastrand v2.3.0 |
| 2475 | 2026-08-21T16:10:36.253Z | Checking atomic-waker v1.1.2 |
| 2476 | 2026-08-21T16:10:36.278Z | Checking anstyle-query v1.1.5 |
| 2477 | 2026-08-21T16:10:36.310Z | Checking untrusted v0.7.1 |
| 2478 | 2026-08-21T16:10:36.332Z | Checking tower-layer v0.3.3 |
| 2479 | 2026-08-21T16:10:36.355Z | Checking colorchoice v1.0.4 |
| 2480 | 2026-08-21T16:10:36.366Z | Checking tower-service v0.3.3 |
| 2481 | 2026-08-21T16:10:36.413Z | Checking want v0.3.1 |
| 2482 | 2026-08-21T16:10:36.426Z | Checking tempfile v3.27.0 |
| 2483 | 2026-08-21T16:10:36.446Z | Checking anstream v1.0.0 |
| 2484 | 2026-08-21T16:10:36.458Z | Checking hybrid-array v0.4.13 |
| 2485 | 2026-08-21T16:10:36.473Z | Checking ipnet v2.12.0 |
| 2486 | 2026-08-21T16:10:36.529Z | Checking crc32fast v1.5.0 |
| 2487 | 2026-08-21T16:10:36.565Z | Checking httparse v1.10.1 |
| 2488 | 2026-08-21T16:10:36.587Z | Checking aws-lc-rs v1.16.3 |
| 2489 | 2026-08-21T16:10:36.610Z | Checking aho-corasick v1.1.4 |
| 2490 | 2026-08-21T16:10:36.639Z | Checking tap v1.0.1 |
| 2491 | 2026-08-21T16:10:36.660Z | Checking untrusted v0.9.0 |
| 2492 | 2026-08-21T16:10:36.729Z | Checking foreign-types-shared v0.1.1 |
| 2493 | 2026-08-21T16:10:36.742Z | Checking plain v0.2.3 |
| 2494 | 2026-08-21T16:10:36.763Z | Checking httpdate v1.0.3 |
| 2495 | 2026-08-21T16:10:36.777Z | Checking wyz v0.5.1 |
| 2496 | 2026-08-21T16:10:36.805Z | Checking foreign-types v0.3.2 |
| 2497 | 2026-08-21T16:10:36.835Z | Checking unicode-normalization v0.1.25 |
| 2498 | 2026-08-21T16:10:36.868Z | Checking rand_chacha v0.3.1 |
| 2499 | 2026-08-21T16:10:36.905Z | Checking signature v2.2.0 |
| 2500 | 2026-08-21T16:10:36.937Z | Checking radium v0.7.0 |
| 2501 | 2026-08-21T16:10:37.032Z | Checking hex v0.4.3 |
| 2502 | 2026-08-21T16:10:37.073Z | Checking num-integer v0.1.46 |
| 2503 | 2026-08-21T16:10:37.105Z | Checking openssl-sys v0.9.117 |
| 2504 | 2026-08-21T16:10:37.201Z | Checking wait-timeout v0.2.1 |
| 2505 | 2026-08-21T16:10:37.229Z | Checking bit-vec v0.8.0 |
| 2506 | 2026-08-21T16:10:37.232Z | Checking tokio-util v0.7.18 |
| 2507 | 2026-08-21T16:10:37.253Z | Checking clap_lex v1.0.0 |
| 2508 | 2026-08-21T16:10:37.269Z | Checking regex-automata v0.4.14 |
| 2509 | 2026-08-21T16:10:37.289Z | Checking unicode-ident v1.0.24 |
| 2510 | 2026-08-21T16:10:37.317Z | Checking quick-error v1.2.3 |
| 2511 | 2026-08-21T16:10:37.393Z | Checking ucd-trie v0.1.7 |
| 2512 | 2026-08-21T16:10:37.396Z | Checking strsim v0.11.1 |
| 2513 | 2026-08-21T16:10:37.417Z | Checking rustls-webpki v0.103.13 |
| 2514 | 2026-08-21T16:10:37.431Z | Checking funty v2.0.0 |
| 2515 | 2026-08-21T16:10:37.444Z | Checking bit-set v0.8.0 |
| 2516 | 2026-08-21T16:10:37.464Z | Checking openssl v0.10.80 |
| 2517 | 2026-08-21T16:10:37.516Z | Checking pest v2.8.6 |
| 2518 | 2026-08-21T16:10:37.556Z | Checking clap_builder v4.6.0 |
| 2519 | 2026-08-21T16:10:37.581Z | Checking rusty-fork v0.3.1 |
| 2520 | 2026-08-21T16:10:37.736Z | Checking bitvec v1.0.1 |
| 2521 | 2026-08-21T16:10:37.749Z | Checking proc-macro2 v1.0.106 |
| 2522 | 2026-08-21T16:10:37.827Z | Checking rustls v0.23.41 |
| 2523 | 2026-08-21T16:10:37.848Z | Checking h2 v0.4.15 |
| 2524 | 2026-08-21T16:10:38.048Z | Checking num-iter v0.1.45 |
| 2525 | 2026-08-21T16:10:38.155Z | Checking rand v0.8.6 |
| 2526 | 2026-08-21T16:10:38.564Z | Checking lazy_static v1.5.0 |
| 2527 | 2026-08-21T16:10:38.652Z | Checking rand_xorshift v0.4.0 |
| 2528 | 2026-08-21T16:10:38.665Z | Checking hmac v0.12.1 |
| 2529 | 2026-08-21T16:10:38.768Z | Checking thiserror v1.0.69 |
| 2530 | 2026-08-21T16:10:38.771Z | Checking maybe-uninit v2.0.0 |
| 2531 | 2026-08-21T16:10:38.796Z | Checking serde_spanned v0.6.9 |
| 2532 | 2026-08-21T16:10:38.840Z | Checking toml_datetime v0.6.11 |
| 2533 | 2026-08-21T16:10:38.862Z | Checking sync_wrapper v1.0.2 |
| 2534 | 2026-08-21T16:10:38.915Z | Checking unarray v0.1.4 |
| 2535 | 2026-08-21T16:10:38.962Z | Checking pretty-hex v0.4.1 |
| 2536 | 2026-08-21T16:10:39.014Z | Checking zlib-rs v0.6.2 |
| 2537 | 2026-08-21T16:10:39.017Z | Checking nodrop v0.1.14 |
| 2538 | 2026-08-21T16:10:39.037Z | Checking powerfmt v0.2.0 |
| 2539 | 2026-08-21T16:10:39.071Z | Checking siphasher v1.0.2 |
| 2540 | 2026-08-21T16:10:39.084Z | Checking crc-catalog v2.4.0 |
| 2541 | 2026-08-21T16:10:39.103Z | Checking array-init v0.0.4 |
| 2542 | 2026-08-21T16:10:39.166Z | Checking crc v3.4.0 |
| 2543 | 2026-08-21T16:10:39.177Z | Checking deranged v0.5.8 |
| 2544 | 2026-08-21T16:10:39.221Z | Checking packed_struct v0.10.1 |
| 2545 | 2026-08-21T16:10:39.333Z | Checking proptest v1.11.0 |
| 2546 | 2026-08-21T16:10:39.398Z | Checking tower v0.5.3 |
| 2547 | 2026-08-21T16:10:39.442Z | Checking native-tls v0.2.18 |
| 2548 | 2026-08-21T16:10:39.619Z | Checking smallvec v0.6.14 |
| 2549 | 2026-08-21T16:10:39.788Z | Checking clap v4.6.1 |
| 2550 | 2026-08-21T16:10:39.803Z | Checking num-bigint-dig v0.8.6 |
| 2551 | 2026-08-21T16:10:39.866Z | Checking quote v1.0.45 |
| 2552 | 2026-08-21T16:10:39.900Z | Checking flate2 v1.1.9 |
| 2553 | 2026-08-21T16:10:40.032Z | Checking ipnetwork v0.21.1 |
| 2554 | 2026-08-21T16:10:40.096Z | Checking pkcs1 v0.7.5 |
| 2555 | 2026-08-21T16:10:40.110Z | Checking http-body-util v0.1.3 |
| 2556 | 2026-08-21T16:10:40.198Z | Checking crossbeam-utils v0.8.21 |
| 2557 | 2026-08-21T16:10:40.243Z | Checking bitfield v0.19.4 |
| 2558 | 2026-08-21T16:10:40.277Z | Checking zerocopy v0.6.6 |
| 2559 | 2026-08-21T16:10:40.300Z | Checking ahash v0.8.12 |
| 2560 | 2026-08-21T16:10:40.317Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2561 | 2026-08-21T16:10:40.399Z | Checking scroll v0.13.0 |
| 2562 | 2026-08-21T16:10:40.489Z | Checking env_filter v2.0.0 |
| 2563 | 2026-08-21T16:10:40.502Z | Checking base64 v0.21.7 |
| 2564 | 2026-08-21T16:10:40.533Z | Checking winnow v0.5.40 |
| 2565 | 2026-08-21T16:10:40.564Z | Checking allocator-api2 v0.2.21 |
| 2566 | 2026-08-21T16:10:40.616Z | Checking iri-string v0.7.10 |
| 2567 | 2026-08-21T16:10:40.628Z | Checking ryu v1.0.23 |
| 2568 | 2026-08-21T16:10:40.631Z | Checking hashbrown v0.12.3 |
| 2569 | 2026-08-21T16:10:40.654Z | Checking hyper v1.10.1 |
| 2570 | 2026-08-21T16:10:40.730Z | Checking unicode-bidi v0.3.18 |
| 2571 | 2026-08-21T16:10:40.754Z | Checking num_threads v0.1.7 |
| 2572 | 2026-08-21T16:10:40.837Z | Checking time-core v0.1.8 |
| 2573 | 2026-08-21T16:10:40.850Z | Checking num-conv v0.2.0 |
| 2574 | 2026-08-21T16:10:40.962Z | Checking gimli v0.32.3 |
| 2575 | 2026-08-21T16:10:40.977Z | Checking unicode-properties v0.1.4 |
| 2576 | 2026-08-21T16:10:41.015Z | Checking time v0.3.47 |
| 2577 | 2026-08-21T16:10:41.033Z | Checking indexmap v1.9.3 |
| 2578 | 2026-08-21T16:10:41.143Z | Checking newtype-uuid v1.3.2 |
| 2579 | 2026-08-21T16:10:41.156Z | Checking stringprep v0.1.5 |
| 2580 | 2026-08-21T16:10:41.304Z | Checking serde_urlencoded v0.7.1 |
| 2581 | 2026-08-21T16:10:41.339Z | Checking ron v0.8.1 |
| 2582 | 2026-08-21T16:10:41.351Z | Checking goblin v0.10.5 |
| 2583 | 2026-08-21T16:10:41.504Z | Checking env_logger v0.11.11 |
| 2584 | 2026-08-21T16:10:41.582Z | Checking hyper-util v0.1.20 |
| 2585 | 2026-08-21T16:10:41.615Z | Checking tower-http v0.6.8 |
| 2586 | 2026-08-21T16:10:41.672Z | Checking toml_edit v0.19.15 |
| 2587 | 2026-08-21T16:10:41.686Z | Checking rsa v0.9.10 |
| 2588 | 2026-08-21T16:10:41.848Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2589 | 2026-08-21T16:10:41.883Z | Checking crossbeam-epoch v0.9.18 |
| 2590 | 2026-08-21T16:10:41.997Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2591 | 2026-08-21T16:10:42.100Z | Checking hashbrown v0.13.2 |
| 2592 | 2026-08-21T16:10:42.132Z | Checking bzip2 v0.4.4 |
| 2593 | 2026-08-21T16:10:42.150Z | Checking oxnet v0.1.6 |
| 2594 | 2026-08-21T16:10:42.291Z | Checking syn v2.0.117 |
| 2595 | 2026-08-21T16:10:42.395Z | Checking serde-hex v0.1.0 |
| 2596 | 2026-08-21T16:10:42.490Z | Checking addr2line v0.25.1 |
| 2597 | 2026-08-21T16:10:42.507Z | Checking tokio-native-tls v0.3.1 |
| 2598 | 2026-08-21T16:10:42.667Z | Checking bstr v1.12.1 |
| 2599 | 2026-08-21T16:10:42.684Z | Checking crypto-common v0.2.2 |
| 2600 | 2026-08-21T16:10:42.748Z | Checking block-padding v0.4.2 |
| 2601 | 2026-08-21T16:10:42.821Z | Checking block-buffer v0.12.1 |
| 2602 | 2026-08-21T16:10:42.889Z | Checking rustls-native-certs v0.8.3 |
| 2603 | 2026-08-21T16:10:42.994Z | Checking x509-cert v0.2.5 |
| 2604 | 2026-08-21T16:10:43.033Z | Checking scroll v0.12.0 |
| 2605 | 2026-08-21T16:10:43.048Z | Checking object v0.37.3 |
| 2606 | 2026-08-21T16:10:43.250Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2607 | 2026-08-21T16:10:43.280Z | Checking md-5 v0.10.6 |
| 2608 | 2026-08-21T16:10:43.357Z | Checking hash32 v0.2.1 |
| 2609 | 2026-08-21T16:10:43.420Z | Checking encoding_rs v0.8.35 |
| 2610 | 2026-08-21T16:10:43.512Z | Checking fallible-iterator v0.2.0 |
| 2611 | 2026-08-21T16:10:43.641Z | Checking rustc-demangle v0.1.27 |
| 2612 | 2026-08-21T16:10:43.654Z | Checking psl-types v2.0.11 |
| 2613 | 2026-08-21T16:10:43.765Z | Checking mime v0.3.17 |
| 2614 | 2026-08-21T16:10:43.777Z | Checking either v1.15.0 |
| 2615 | 2026-08-21T16:10:43.856Z | Checking crc-any v2.5.0 |
| 2616 | 2026-08-21T16:10:43.877Z | Checking postgres-protocol v0.6.10 |
| 2617 | 2026-08-21T16:10:43.929Z | Checking publicsuffix v2.3.0 |
| 2618 | 2026-08-21T16:10:43.958Z | Checking dof v0.4.0 |
| 2619 | 2026-08-21T16:10:44.026Z | Checking heapless v0.7.17 |
| 2620 | 2026-08-21T16:10:44.084Z | Checking zstd-safe v7.2.4 |
| 2621 | 2026-08-21T16:10:44.184Z | Checking goblin v0.8.2 |
| 2622 | 2026-08-21T16:10:44.245Z | Checking inout v0.2.2 |
| 2623 | 2026-08-21T16:10:44.350Z | Checking hyper-tls v0.6.0 |
| 2624 | 2026-08-21T16:10:44.392Z | Checking toml v0.7.8 |
| 2625 | 2026-08-21T16:10:44.440Z | Checking object v0.30.4 |
| 2626 | 2026-08-21T16:10:44.514Z | Checking daft v0.1.7 |
| 2627 | 2026-08-21T16:10:44.529Z | Checking zip v0.6.6 |
| 2628 | 2026-08-21T16:10:44.587Z | Checking cookie v0.18.1 |
| 2629 | 2026-08-21T16:10:44.696Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2630 | 2026-08-21T16:10:44.774Z | Checking tokio-rustls v0.26.4 |
| 2631 | 2026-08-21T16:10:44.832Z | Checking phf_shared v0.13.1 |
| 2632 | 2026-08-21T16:10:44.855Z | Checking dtrace-parser v0.3.0 |
| 2633 | 2026-08-21T16:10:44.866Z | Checking pin-project v1.1.11 |
| 2634 | 2026-08-21T16:10:44.955Z | Checking zerocopy v0.7.35 |
| 2635 | 2026-08-21T16:10:45.001Z | Checking signal-hook v0.3.18 |
| 2636 | 2026-08-21T16:10:45.012Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2637 | 2026-08-21T16:10:45.025Z | Checking futures-executor v0.3.32 |
| 2638 | 2026-08-21T16:10:45.093Z | Checking ff v0.13.1 |
| 2639 | 2026-08-21T16:10:45.165Z | Checking thread-id v5.1.0 |
| 2640 | 2026-08-21T16:10:45.183Z | Checking managed v0.8.0 |
| 2641 | 2026-08-21T16:10:45.218Z | Checking unicode-linebreak v0.1.5 |
| 2642 | 2026-08-21T16:10:45.239Z | Checking foldhash v0.2.0 |
| 2643 | 2026-08-21T16:10:45.362Z | Checking libbz2-rs-sys v0.2.2 |
| 2644 | 2026-08-21T16:10:45.362Z | Checking backtrace v0.3.76 |
| 2645 | 2026-08-21T16:10:45.389Z | Checking unicode-width v0.2.0 |
| 2646 | 2026-08-21T16:10:45.418Z | Checking smawk v0.3.2 |
| 2647 | 2026-08-21T16:10:45.437Z | Checking bumpalo v3.20.2 |
| 2648 | 2026-08-21T16:10:45.539Z | Checking foldhash v0.1.5 |
| 2649 | 2026-08-21T16:10:45.626Z | Checking path-slash v0.1.5 |
| 2650 | 2026-08-21T16:10:45.626Z | Checking is_ci v1.2.0 |
| 2651 | 2026-08-21T16:10:45.649Z | Checking jiff-core v0.1.0 |
| 2652 | 2026-08-21T16:10:45.666Z | Checking base16ct v0.2.0 |
| 2653 | 2026-08-21T16:10:45.717Z | Checking bitflags v1.3.2 |
| 2654 | 2026-08-21T16:10:45.729Z | Compiling rayon-core v1.13.0 |
| 2655 | 2026-08-21T16:10:45.746Z | Checking same-file v1.0.6 |
| 2656 | 2026-08-21T16:10:45.783Z | Checking sec1 v0.7.3 |
| 2657 | 2026-08-21T16:10:45.783Z | Checking smoltcp v0.9.1 |
| 2658 | 2026-08-21T16:10:45.857Z | Checking walkdir v2.5.0 |
| 2659 | 2026-08-21T16:10:45.908Z | Checking bzip2 v0.6.1 |
| 2660 | 2026-08-21T16:10:45.966Z | Checking supports-color v3.0.2 |
| 2661 | 2026-08-21T16:10:45.985Z | Checking hashbrown v0.15.5 |
| 2662 | 2026-08-21T16:10:46.013Z | Checking backtrace-ext v0.2.1 |
| 2663 | 2026-08-21T16:10:46.065Z | Checking textwrap v0.16.2 |
| 2664 | 2026-08-21T16:10:46.084Z | Checking zopfli v0.8.3 |
| 2665 | 2026-08-21T16:10:46.111Z | Checking hashbrown v0.16.1 |
| 2666 | 2026-08-21T16:10:46.114Z | Checking dof v0.3.0 |
| 2667 | 2026-08-21T16:10:46.267Z | Checking usdt-impl v0.6.0 |
| 2668 | 2026-08-21T16:10:46.316Z | Checking jiff v0.2.34 |
| 2669 | 2026-08-21T16:10:46.379Z | Checking group v0.13.0 |
| 2670 | 2026-08-21T16:10:46.394Z | Checking signal-hook-mio v0.2.5 |
| 2671 | 2026-08-21T16:10:46.406Z | Checking futures v0.3.32 |
| 2672 | 2026-08-21T16:10:46.439Z | Checking phf v0.13.1 |
| 2673 | 2026-08-21T16:10:46.475Z | Checking hyper-rustls v0.27.7 |
| 2674 | 2026-08-21T16:10:46.491Z | Checking snafu v0.8.9 |
| 2675 | 2026-08-21T16:10:46.520Z | Checking cookie_store v0.22.1 |
| 2676 | 2026-08-21T16:10:46.544Z | Checking reqwest v0.12.28 |
| 2677 | 2026-08-21T16:10:46.559Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2678 | 2026-08-21T16:10:46.579Z | Checking cipher v0.5.2 |
| 2679 | 2026-08-21T16:10:46.606Z | Checking zstd v0.13.3 |
| 2680 | 2026-08-21T16:10:46.672Z | Checking postgres-types v0.2.12 |
| 2681 | 2026-08-21T16:10:46.721Z | Checking globset v0.4.18 |
| 2682 | 2026-08-21T16:10:46.783Z | Checking rustls-platform-verifier v0.6.2 |
| 2683 | 2026-08-21T16:10:46.808Z | Checking crossbeam-deque v0.8.6 |
| 2684 | 2026-08-21T16:10:46.839Z | Checking phf_shared v0.11.3 |
| 2685 | 2026-08-21T16:10:46.880Z | Checking regex v1.12.3 |
| 2686 | 2026-08-21T16:10:46.915Z | Checking dtrace-parser v0.2.0 |
| 2687 | 2026-08-21T16:10:46.963Z | Checking hkdf v0.12.4 |
| 2688 | 2026-08-21T16:10:46.975Z | Checking byte-wrapper v0.1.0 |
| 2689 | 2026-08-21T16:10:46.979Z | Checking ref-cast v1.0.25 |
| 2690 | 2026-08-21T16:10:46.979Z | Checking curve25519-dalek v4.1.3 |
| 2691 | 2026-08-21T16:10:47.075Z | Checking strum v0.27.2 |
| 2692 | 2026-08-21T16:10:47.093Z | Checking olpc-cjson v0.1.4 |
| 2693 | 2026-08-21T16:10:47.141Z | Checking hubpack v0.1.2 |
| 2694 | 2026-08-21T16:10:47.154Z | Checking ed25519 v2.2.3 |
| 2695 | 2026-08-21T16:10:47.169Z | Checking memoffset v0.9.1 |
| 2696 | 2026-08-21T16:10:47.181Z | Checking rustix v0.38.44 |
| 2697 | 2026-08-21T16:10:47.219Z | Checking owo-colors v4.3.0 |
| 2698 | 2026-08-21T16:10:47.241Z | Checking pem v3.0.6 |
| 2699 | 2026-08-21T16:10:47.285Z | Checking crypto-bigint v0.5.5 |
| 2700 | 2026-08-21T16:10:47.298Z | Checking serde_plain v1.0.2 |
| 2701 | 2026-08-21T16:10:47.328Z | Checking serde-big-array v0.5.1 |
| 2702 | 2026-08-21T16:10:47.389Z | Checking erased-serde v0.3.31 |
| 2703 | 2026-08-21T16:10:47.435Z | Checking float-cmp v0.10.0 |
| 2704 | 2026-08-21T16:10:47.457Z | Checking thread-id v4.2.2 |
| 2705 | 2026-08-21T16:10:47.532Z | Checking memmap2 v0.9.10 |
| 2706 | 2026-08-21T16:10:47.554Z | Checking difflib v0.4.0 |
| 2707 | 2026-08-21T16:10:47.686Z | Checking static_assertions v1.1.0 |
| 2708 | 2026-08-21T16:10:47.728Z | Checking unicode-segmentation v1.12.0 |
| 2709 | 2026-08-21T16:10:47.753Z | Checking winnow v0.7.14 |
| 2710 | 2026-08-21T16:10:47.766Z | Checking precomputed-hash v0.1.1 |
| 2711 | 2026-08-21T16:10:47.769Z | Checking const-oid v0.10.2 |
| 2712 | 2026-08-21T16:10:47.769Z | Checking fixedbitset v0.4.2 |
| 2713 | 2026-08-21T16:10:47.864Z | Checking keccak v0.1.6 |
| 2714 | 2026-08-21T16:10:47.907Z | Checking data-encoding v2.10.0 |
| 2715 | 2026-08-21T16:10:47.924Z | Checking cpufeatures v0.3.0 |
| 2716 | 2026-08-21T16:10:47.965Z | Checking unicode-width v0.1.14 |
| 2717 | 2026-08-21T16:10:47.991Z | Checking whoami v2.1.0 |
| 2718 | 2026-08-21T16:10:48.024Z | Checking fixedbitset v0.5.7 |
| 2719 | 2026-08-21T16:10:48.036Z | Checking typed-path v0.9.3 |
| 2720 | 2026-08-21T16:10:48.171Z | Checking predicates-core v1.0.10 |
| 2721 | 2026-08-21T16:10:48.183Z | Checking supports-unicode v3.0.0 |
| 2722 | 2026-08-21T16:10:48.194Z | Checking toml_write v0.1.2 |
| 2723 | 2026-08-21T16:10:48.205Z | Checking winnow v1.0.3 |
| 2724 | 2026-08-21T16:10:48.216Z | Checking normalize-line-endings v0.3.0 |
| 2725 | 2026-08-21T16:10:48.216Z | Checking new_debug_unreachable v1.0.6 |
| 2726 | 2026-08-21T16:10:48.277Z | Checking supports-hyperlinks v3.2.0 |
| 2727 | 2026-08-21T16:10:48.289Z | Checking zip v4.6.1 |
| 2728 | 2026-08-21T16:10:48.292Z | Checking string_cache v0.8.9 |
| 2729 | 2026-08-21T16:10:48.311Z | Checking predicates v3.1.4 |
| 2730 | 2026-08-21T16:10:48.349Z | Checking petgraph v0.8.3 |
| 2731 | 2026-08-21T16:10:48.376Z | Checking miette v7.6.0 |
| 2732 | 2026-08-21T16:10:48.458Z | Checking elliptic-curve v0.13.8 |
| 2733 | 2026-08-21T16:10:48.602Z | Checking tokio-postgres v0.7.16 |
| 2734 | 2026-08-21T16:10:48.763Z | Checking hickory-proto v0.25.2 |
| 2735 | 2026-08-21T16:10:48.789Z | Checking tough v0.22.0 |
| 2736 | 2026-08-21T16:10:48.842Z | Checking similar v2.7.0 |
| 2737 | 2026-08-21T16:10:48.881Z | Checking sha3 v0.10.8 |
| 2738 | 2026-08-21T16:10:48.925Z | Checking toml_edit v0.22.27 |
| 2739 | 2026-08-21T16:10:49.032Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 2740 | 2026-08-21T16:10:49.079Z | Checking chacha20 v0.10.0 |
| 2741 | 2026-08-21T16:10:49.220Z | Checking crossterm v0.28.1 |
| 2742 | 2026-08-21T16:10:49.334Z | Checking digest v0.11.3 |
| 2743 | 2026-08-21T16:10:49.353Z | Checking petgraph v0.6.5 |
| 2744 | 2026-08-21T16:10:49.514Z | Checking ed25519-dalek v2.2.0 |
| 2745 | 2026-08-21T16:10:49.744Z | Checking slog v2.8.2 |
| 2746 | 2026-08-21T16:10:49.890Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2747 | 2026-08-21T16:10:49.913Z | Checking usdt v0.6.0 |
| 2748 | 2026-08-21T16:10:49.941Z | Checking usdt-impl v0.5.0 |
| 2749 | 2026-08-21T16:10:50.009Z | Checking nix v0.31.2 |
| 2750 | 2026-08-21T16:10:50.039Z | Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2751 | 2026-08-21T16:10:50.082Z | Checking iddqd v0.4.2 |
| 2752 | 2026-08-21T16:10:50.533Z | Checking reqwest v0.13.2 |
| 2753 | 2026-08-21T16:10:50.592Z | Checking itertools v0.15.0 |
| 2754 | 2026-08-21T16:10:50.610Z | Checking itertools v0.13.0 |
| 2755 | 2026-08-21T16:10:50.805Z | Checking strum v0.26.3 |
| 2756 | 2026-08-21T16:10:50.915Z | Checking serde_with v3.21.0 |
| 2757 | 2026-08-21T16:10:50.971Z | Checking fs-err v3.3.0 |
| 2758 | 2026-08-21T16:10:51.196Z | Checking tokio-stream v0.1.18 |
| 2759 | 2026-08-21T16:10:51.267Z | Checking buf-list v1.1.2 |
| 2760 | 2026-08-21T16:10:51.381Z | Checking camino v1.2.5 |
| 2761 | 2026-08-21T16:10:51.444Z | Checking anyhow v1.0.104 |
| 2762 | 2026-08-21T16:10:51.543Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2763 | 2026-08-21T16:10:51.565Z | Checking openapiv3 v2.2.0 |
| 2764 | 2026-08-21T16:10:51.612Z | Checking lalrpop-util v0.19.12 |
| 2765 | 2026-08-21T16:10:51.624Z | Checking peg-runtime v0.8.5 |
| 2766 | 2026-08-21T16:10:51.757Z | Checking rayon v1.11.0 |
| 2767 | 2026-08-21T16:10:51.757Z | Checking sigpipe v0.1.3 |
| 2768 | 2026-08-21T16:10:51.757Z | Checking glob v0.3.3 |
| 2769 | 2026-08-21T16:10:52.705Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2770 | 2026-08-21T16:10:52.975Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2771 | 2026-08-21T16:10:53.252Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.35s |
| 2772 | 2026-08-21T16:10:53.405Z | |
| 2773 | 2026-08-21T16:10:53.405Z | info: running `cargo check --bins` on internal-dns-types (80/337) |
| 2774 | 2026-08-21T16:10:53.888Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2775 | 2026-08-21T16:10:53.892Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2776 | 2026-08-21T16:10:53.892Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2777 | 2026-08-21T16:10:53.896Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2778 | 2026-08-21T16:10:53.971Z | |
| 2779 | 2026-08-21T16:10:53.971Z | info: running `cargo check --bins` on internal-dns-types-versions (81/337) |
| 2780 | 2026-08-21T16:10:54.449Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2781 | 2026-08-21T16:10:54.452Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2782 | 2026-08-21T16:10:54.453Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2783 | 2026-08-21T16:10:54.457Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2784 | 2026-08-21T16:10:54.541Z | |
| 2785 | 2026-08-21T16:10:54.541Z | info: running `cargo check --bins` on nexus-types-versions (82/337) |
| 2786 | 2026-08-21T16:10:55.037Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2787 | 2026-08-21T16:10:55.040Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2788 | 2026-08-21T16:10:55.040Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2789 | 2026-08-21T16:10:55.044Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2790 | 2026-08-21T16:10:55.129Z | |
| 2791 | 2026-08-21T16:10:55.129Z | info: running `cargo check --bins` on oxql-types (83/337) |
| 2792 | 2026-08-21T16:10:55.606Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2793 | 2026-08-21T16:10:55.609Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2794 | 2026-08-21T16:10:55.609Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2795 | 2026-08-21T16:10:55.612Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2796 | 2026-08-21T16:10:55.696Z | |
| 2797 | 2026-08-21T16:10:55.696Z | info: running `cargo check --bins` on oximeter-types (84/337) |
| 2798 | 2026-08-21T16:10:56.179Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2799 | 2026-08-21T16:10:56.182Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2800 | 2026-08-21T16:10:56.182Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2801 | 2026-08-21T16:10:56.185Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2802 | 2026-08-21T16:10:56.272Z | |
| 2803 | 2026-08-21T16:10:56.272Z | info: running `cargo check --bins` on oximeter-types-versions (85/337) |
| 2804 | 2026-08-21T16:10:56.752Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2805 | 2026-08-21T16:10:56.755Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2806 | 2026-08-21T16:10:56.756Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2807 | 2026-08-21T16:10:56.759Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2808 | 2026-08-21T16:10:56.844Z | |
| 2809 | 2026-08-21T16:10:56.844Z | info: running `cargo check --bins` on oximeter-macro-impl (86/337) |
| 2810 | 2026-08-21T16:10:57.309Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2811 | 2026-08-21T16:10:57.313Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2812 | 2026-08-21T16:10:57.313Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2813 | 2026-08-21T16:10:57.316Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2814 | 2026-08-21T16:10:57.397Z | |
| 2815 | 2026-08-21T16:10:57.397Z | info: running `cargo check --bins --no-default-features` on oximeter-db (87/337) |
| 2816 | 2026-08-21T16:10:57.884Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2817 | 2026-08-21T16:10:57.887Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2818 | 2026-08-21T16:10:58.077Z | Compiling multer v3.1.0 |
| 2819 | 2026-08-21T16:10:58.080Z | Compiling async-stream-impl v0.3.6 |
| 2820 | 2026-08-21T16:10:58.080Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2821 | 2026-08-21T16:10:58.206Z | Compiling dropshot v0.17.1 |
| 2822 | 2026-08-21T16:10:58.221Z | Compiling parse-display-derive v0.10.0 |
| 2823 | 2026-08-21T16:10:58.231Z | Compiling dropshot_endpoint v0.17.1 |
| 2824 | 2026-08-21T16:10:58.234Z | Compiling newtype-uuid-macros v0.1.0 |
| 2825 | 2026-08-21T16:10:58.261Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2826 | 2026-08-21T16:10:58.400Z | Checking thread_local v1.1.9 |
| 2827 | 2026-08-21T16:10:58.421Z | Checking compression-core v0.4.31 |
| 2828 | 2026-08-21T16:10:58.540Z | Checking match_cfg v0.1.0 |
| 2829 | 2026-08-21T16:10:58.584Z | Checking compression-codecs v0.4.37 |
| 2830 | 2026-08-21T16:10:58.589Z | Checking crossbeam-channel v0.5.15 |
| 2831 | 2026-08-21T16:10:58.611Z | Checking hostname v0.3.1 |
| 2832 | 2026-08-21T16:10:58.643Z | Checking atomicwrites v0.4.4 |
| 2833 | 2026-08-21T16:10:58.714Z | Checking slog-json v2.6.1 |
| 2834 | 2026-08-21T16:10:58.749Z | Checking is-terminal v0.4.17 |
| 2835 | 2026-08-21T16:10:58.763Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 2836 | 2026-08-21T16:10:58.774Z | Checking serde_spanned v1.1.1 |
| 2837 | 2026-08-21T16:10:58.834Z | Checking take_mut v0.2.2 |
| 2838 | 2026-08-21T16:10:58.862Z | Checking debug-ignore v1.0.5 |
| 2839 | 2026-08-21T16:10:58.897Z | Checking term v1.2.1 |
| 2840 | 2026-08-21T16:10:58.933Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 2841 | 2026-08-21T16:10:58.945Z | Checking slog-async v2.8.0 |
| 2842 | 2026-08-21T16:10:58.958Z | Checking slog-bunyan v2.5.0 |
| 2843 | 2026-08-21T16:10:58.958Z | Checking async-compression v0.4.41 |
| 2844 | 2026-08-21T16:10:58.983Z | Checking async-stream v0.3.6 |
| 2845 | 2026-08-21T16:10:59.077Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2846 | 2026-08-21T16:10:59.100Z | Checking toml v1.1.2+spec-1.1.0 |
| 2847 | 2026-08-21T16:10:59.100Z | Checking progenitor-client v0.14.0 |
| 2848 | 2026-08-21T16:10:59.103Z | Checking sha1 v0.11.0 |
| 2849 | 2026-08-21T16:10:59.136Z | Checking slog-term v2.9.2 |
| 2850 | 2026-08-21T16:10:59.196Z | Checking waitgroup v0.1.2 |
| 2851 | 2026-08-21T16:10:59.286Z | Checking rustls-pemfile v2.2.0 |
| 2852 | 2026-08-21T16:10:59.299Z | Checking backon v1.6.0 |
| 2853 | 2026-08-21T16:10:59.348Z | Checking serde_path_to_error v0.1.20 |
| 2854 | 2026-08-21T16:10:59.381Z | Checking hostname v0.4.2 |
| 2855 | 2026-08-21T16:10:59.394Z | Checking instant v0.1.13 |
| 2856 | 2026-08-21T16:10:59.472Z | Checking progenitor-extras v0.2.0 |
| 2857 | 2026-08-21T16:10:59.475Z | Checking backoff v0.4.0 |
| 2858 | 2026-08-21T16:10:59.614Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2859 | 2026-08-21T16:10:59.647Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2860 | 2026-08-21T16:10:59.652Z | Checking regress v0.10.5 |
| 2861 | 2026-08-21T16:10:59.678Z | Checking itertools v0.14.0 |
| 2862 | 2026-08-21T16:10:59.827Z | Checking macaddr v1.0.1 |
| 2863 | 2026-08-21T16:10:59.866Z | Checking parse-display v0.10.0 |
| 2864 | 2026-08-21T16:11:00.016Z | Checking humantime v2.3.0 |
| 2865 | 2026-08-21T16:11:00.788Z | Compiling prettyplease v0.2.37 |
| 2866 | 2026-08-21T16:11:01.062Z | Checking num-rational v0.4.2 |
| 2867 | 2026-08-21T16:11:01.328Z | Checking num-complex v0.4.6 |
| 2868 | 2026-08-21T16:11:01.790Z | Compiling num v0.4.3 |
| 2869 | 2026-08-21T16:11:01.870Z | Compiling usdt-macro v0.5.0 |
| 2870 | 2026-08-21T16:11:01.883Z | Compiling usdt-attr-macro v0.5.0 |
| 2871 | 2026-08-21T16:11:01.918Z | Checking memmap v0.7.0 |
| 2872 | 2026-08-21T16:11:01.939Z | Compiling float-ord v0.3.2 |
| 2873 | 2026-08-21T16:11:01.946Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2874 | 2026-08-21T16:11:02.052Z | Compiling convert_case v0.4.0 |
| 2875 | 2026-08-21T16:11:02.335Z | Checking newline-converter v0.3.0 |
| 2876 | 2026-08-21T16:11:02.409Z | Compiling derive_more v0.99.20 |
| 2877 | 2026-08-21T16:11:02.442Z | Checking console v0.15.11 |
| 2878 | 2026-08-21T16:11:02.594Z | Compiling toml v0.8.23 |
| 2879 | 2026-08-21T16:11:02.653Z | Checking usdt v0.5.0 |
| 2880 | 2026-08-21T16:11:02.715Z | Compiling minimal-lexical v0.2.1 |
| 2881 | 2026-08-21T16:11:02.823Z | Checking linked-hash-map v0.5.6 |
| 2882 | 2026-08-21T16:11:02.964Z | Compiling nom v7.1.3 |
| 2883 | 2026-08-21T16:11:02.995Z | Checking lru-cache v0.1.2 |
| 2884 | 2026-08-21T16:11:03.110Z | Checking expectorate v1.2.0 |
| 2885 | 2026-08-21T16:11:03.272Z | Checking camino-tempfile v1.4.1 |
| 2886 | 2026-08-21T16:11:03.431Z | Checking hickory-proto v0.24.4 |
| 2887 | 2026-08-21T16:11:03.557Z | Checking phf_shared v0.12.1 |
| 2888 | 2026-08-21T16:11:03.695Z | Compiling slog-dtrace v0.3.0 |
| 2889 | 2026-08-21T16:11:03.711Z | Compiling unicode-xid v0.2.6 |
| 2890 | 2026-08-21T16:11:03.831Z | Checking heck v0.5.0 |
| 2891 | 2026-08-21T16:11:03.962Z | Checking resolv-conf v0.7.6 |
| 2892 | 2026-08-21T16:11:04.125Z | Compiling chrono-tz v0.10.4 |
| 2893 | 2026-08-21T16:11:04.187Z | Compiling const_format_proc_macros v0.2.34 |
| 2894 | 2026-08-21T16:11:04.297Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2895 | 2026-08-21T16:11:04.329Z | Checking phf v0.12.1 |
| 2896 | 2026-08-21T16:11:04.469Z | Checking tokio-dtrace v0.1.1 |
| 2897 | 2026-08-21T16:11:04.656Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2898 | 2026-08-21T16:11:04.675Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2899 | 2026-08-21T16:11:04.820Z | Compiling derive-where v1.6.0 |
| 2900 | 2026-08-21T16:11:05.006Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2901 | 2026-08-21T16:11:05.180Z | Checking highway v1.3.0 |
| 2902 | 2026-08-21T16:11:05.302Z | Checking hickory-resolver v0.24.4 |
| 2903 | 2026-08-21T16:11:05.411Z | Checking const_format v0.2.35 |
| 2904 | 2026-08-21T16:11:05.641Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2905 | 2026-08-21T16:11:06.067Z | Checking oxide-tokio-rt v0.1.4 |
| 2906 | 2026-08-21T16:11:06.135Z | Checking qorb v0.4.1 |
| 2907 | 2026-08-21T16:11:06.298Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2908 | 2026-08-21T16:11:06.312Z | Checking gethostname v0.5.0 |
| 2909 | 2026-08-21T16:11:06.397Z | Checking bcs v0.1.6 |
| 2910 | 2026-08-21T16:11:06.460Z | Checking termtree v0.5.1 |
| 2911 | 2026-08-21T16:11:06.548Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2912 | 2026-08-21T16:11:06.567Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2913 | 2026-08-21T16:11:06.567Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2914 | 2026-08-21T16:11:09.559Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2915 | 2026-08-21T16:11:12.720Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2916 | 2026-08-21T16:11:14.936Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.53s |
| 2917 | 2026-08-21T16:11:15.104Z | |
| 2918 | 2026-08-21T16:11:15.104Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (88/337) |
| 2919 | 2026-08-21T16:11:15.610Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2920 | 2026-08-21T16:11:15.613Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2921 | 2026-08-21T16:11:15.784Z | Compiling ar_archive_writer v0.5.1 |
| 2922 | 2026-08-21T16:11:15.893Z | Compiling stacker v0.1.23 |
| 2923 | 2026-08-21T16:11:15.896Z | Compiling cfg_aliases v0.1.1 |
| 2924 | 2026-08-21T16:11:15.905Z | Compiling convert_case v0.10.0 |
| 2925 | 2026-08-21T16:11:15.913Z | Compiling proc-macro-error v1.0.4 |
| 2926 | 2026-08-21T16:11:15.920Z | Checking fd-lock v4.0.4 |
| 2927 | 2026-08-21T16:11:15.926Z | Checking nibble_vec v0.1.0 |
| 2928 | 2026-08-21T16:11:15.926Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2929 | 2026-08-21T16:11:15.952Z | Compiling nix v0.28.0 |
| 2930 | 2026-08-21T16:11:16.031Z | Checking vte v0.14.1 |
| 2931 | 2026-08-21T16:11:16.049Z | Checking bytecount v0.6.9 |
| 2932 | 2026-08-21T16:11:16.136Z | Checking endian-type v0.1.2 |
| 2933 | 2026-08-21T16:11:16.143Z | Checking papergrid v0.11.0 |
| 2934 | 2026-08-21T16:11:16.191Z | Checking strip-ansi-escapes v0.2.1 |
| 2935 | 2026-08-21T16:11:16.194Z | Compiling derive_more-impl v2.1.1 |
| 2936 | 2026-08-21T16:11:16.194Z | Compiling tabled_derive v0.7.0 |
| 2937 | 2026-08-21T16:11:16.375Z | Checking radix_trie v0.2.1 |
| 2938 | 2026-08-21T16:11:16.379Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2939 | 2026-08-21T16:11:16.379Z | Compiling peg-macros v0.8.5 |
| 2940 | 2026-08-21T16:11:16.481Z | Compiling sqlparser_derive v0.5.0 |
| 2941 | 2026-08-21T16:11:16.695Z | Compiling psm v0.1.30 |
| 2942 | 2026-08-21T16:11:16.746Z | Checking winnow v0.6.26 |
| 2943 | 2026-08-21T16:11:16.768Z | Checking home v0.5.12 |
| 2944 | 2026-08-21T16:11:16.868Z | Checking unicode_categories v0.1.1 |
| 2945 | 2026-08-21T16:11:16.994Z | Checking derive_more v2.1.1 |
| 2946 | 2026-08-21T16:11:17.020Z | Checking nu-ansi-term v0.50.3 |
| 2947 | 2026-08-21T16:11:17.069Z | Checking crossterm v0.29.0 |
| 2948 | 2026-08-21T16:11:17.156Z | Checking tabled v0.15.0 |
| 2949 | 2026-08-21T16:11:17.219Z | Checking rustyline v14.0.0 |
| 2950 | 2026-08-21T16:11:17.231Z | Checking reedline v0.40.0 |
| 2951 | 2026-08-21T16:11:17.254Z | Checking display-error-chain v0.2.2 |
| 2952 | 2026-08-21T16:11:17.439Z | Checking recursive v0.1.1 |
| 2953 | 2026-08-21T16:11:17.527Z | Checking sqlparser v0.61.0 |
| 2954 | 2026-08-21T16:11:17.640Z | Checking peg v0.8.5 |
| 2955 | 2026-08-21T16:11:17.863Z | Checking sqlformat v0.3.5 |
| 2956 | 2026-08-21T16:11:28.701Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.59s |
| 2957 | 2026-08-21T16:11:28.871Z | |
| 2958 | 2026-08-21T16:11:28.871Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (89/337) |
| 2959 | 2026-08-21T16:11:29.369Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2960 | 2026-08-21T16:11:29.372Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2961 | 2026-08-21T16:11:29.545Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2962 | 2026-08-21T16:11:33.069Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.19s |
| 2963 | 2026-08-21T16:11:33.247Z | |
| 2964 | 2026-08-21T16:11:33.247Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (90/337) |
| 2965 | 2026-08-21T16:11:33.743Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2966 | 2026-08-21T16:11:33.746Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2967 | 2026-08-21T16:11:33.918Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2968 | 2026-08-21T16:11:36.432Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.18s |
| 2969 | 2026-08-21T16:11:36.612Z | |
| 2970 | 2026-08-21T16:11:36.612Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (91/337) |
| 2971 | 2026-08-21T16:11:37.106Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2972 | 2026-08-21T16:11:37.110Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2973 | 2026-08-21T16:11:37.278Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2974 | 2026-08-21T16:11:40.571Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.95s |
| 2975 | 2026-08-21T16:11:40.750Z | |
| 2976 | 2026-08-21T16:11:40.750Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (92/337) |
| 2977 | 2026-08-21T16:11:41.249Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2978 | 2026-08-21T16:11:41.252Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2979 | 2026-08-21T16:11:41.426Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2980 | 2026-08-21T16:11:44.748Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.99s |
| 2981 | 2026-08-21T16:11:44.923Z | |
| 2982 | 2026-08-21T16:11:44.923Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (93/337) |
| 2983 | 2026-08-21T16:11:45.418Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2984 | 2026-08-21T16:11:45.422Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2985 | 2026-08-21T16:11:45.592Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2986 | 2026-08-21T16:11:48.228Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.30s |
| 2987 | 2026-08-21T16:11:48.406Z | |
| 2988 | 2026-08-21T16:11:48.406Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (94/337) |
| 2989 | 2026-08-21T16:11:48.903Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2990 | 2026-08-21T16:11:48.906Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2991 | 2026-08-21T16:11:49.078Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2992 | 2026-08-21T16:11:51.771Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.36s |
| 2993 | 2026-08-21T16:11:51.943Z | |
| 2994 | 2026-08-21T16:11:51.943Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (95/337) |
| 2995 | 2026-08-21T16:11:52.440Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2996 | 2026-08-21T16:11:52.443Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2997 | 2026-08-21T16:11:52.614Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2998 | 2026-08-21T16:11:56.084Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.13s |
| 2999 | 2026-08-21T16:11:56.264Z | |
| 3000 | 2026-08-21T16:11:56.264Z | info: running `cargo check --bins` on oximeter (96/337) |
| 3001 | 2026-08-21T16:11:56.745Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3002 | 2026-08-21T16:11:56.749Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3003 | 2026-08-21T16:11:56.749Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3004 | 2026-08-21T16:11:56.753Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3005 | 2026-08-21T16:11:56.838Z | |
| 3006 | 2026-08-21T16:11:56.838Z | info: running `cargo check --bins` on oximeter-schema (97/337) |
| 3007 | 2026-08-21T16:11:57.314Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3008 | 2026-08-21T16:11:57.318Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3009 | 2026-08-21T16:11:57.457Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3010 | 2026-08-21T16:11:57.829Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
| 3011 | 2026-08-21T16:11:57.991Z | |
| 3012 | 2026-08-21T16:11:57.991Z | info: running `cargo check --bins` on oximeter-timeseries-macro (98/337) |
| 3013 | 2026-08-21T16:11:58.471Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3014 | 2026-08-21T16:11:58.475Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3015 | 2026-08-21T16:11:58.475Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3016 | 2026-08-21T16:11:58.480Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3017 | 2026-08-21T16:11:58.565Z | |
| 3018 | 2026-08-21T16:11:58.565Z | info: running `cargo check --bins` on oximeter-test-utils (99/337) |
| 3019 | 2026-08-21T16:11:59.079Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3020 | 2026-08-21T16:11:59.083Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3021 | 2026-08-21T16:11:59.083Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3022 | 2026-08-21T16:11:59.087Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3023 | 2026-08-21T16:11:59.179Z | |
| 3024 | 2026-08-21T16:11:59.180Z | info: running `cargo check --bins --no-default-features` on trust-quorum-protocol (100/337) |
| 3025 | 2026-08-21T16:11:59.667Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3026 | 2026-08-21T16:11:59.671Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3027 | 2026-08-21T16:11:59.671Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3028 | 2026-08-21T16:11:59.675Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3029 | 2026-08-21T16:11:59.754Z | |
| 3030 | 2026-08-21T16:11:59.754Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (101/337) |
| 3031 | 2026-08-21T16:12:00.240Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3032 | 2026-08-21T16:12:00.244Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3033 | 2026-08-21T16:12:00.245Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3034 | 2026-08-21T16:12:00.248Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3035 | 2026-08-21T16:12:00.333Z | |
| 3036 | 2026-08-21T16:12:00.333Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (102/337) |
| 3037 | 2026-08-21T16:12:00.824Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3038 | 2026-08-21T16:12:00.827Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3039 | 2026-08-21T16:12:00.827Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3040 | 2026-08-21T16:12:00.831Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3041 | 2026-08-21T16:12:00.918Z | |
| 3042 | 2026-08-21T16:12:00.918Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (103/337) |
| 3043 | 2026-08-21T16:12:01.399Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3044 | 2026-08-21T16:12:01.402Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3045 | 2026-08-21T16:12:01.403Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3046 | 2026-08-21T16:12:01.406Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3047 | 2026-08-21T16:12:01.487Z | |
| 3048 | 2026-08-21T16:12:01.487Z | info: running `cargo check --bins` on trust-quorum-test-utils (104/337) |
| 3049 | 2026-08-21T16:12:01.970Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3050 | 2026-08-21T16:12:01.973Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3051 | 2026-08-21T16:12:01.973Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3052 | 2026-08-21T16:12:01.978Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3053 | 2026-08-21T16:12:02.060Z | |
| 3054 | 2026-08-21T16:12:02.060Z | info: running `cargo check --bins` on reconfigurator-cli (105/337) |
| 3055 | 2026-08-21T16:12:02.580Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3056 | 2026-08-21T16:12:02.583Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3057 | 2026-08-21T16:12:02.882Z | Compiling crucible-workspace-hack v0.1.0 |
| 3058 | 2026-08-21T16:12:02.882Z | Compiling regress v0.11.1 |
| 3059 | 2026-08-21T16:12:02.885Z | Checking secrecy v0.10.3 |
| 3060 | 2026-08-21T16:12:02.885Z | Checking half v2.7.1 |
| 3061 | 2026-08-21T16:12:02.886Z | Checking ciborium-io v0.2.2 |
| 3062 | 2026-08-21T16:12:02.886Z | Checking inout v0.1.4 |
| 3063 | 2026-08-21T16:12:02.886Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3064 | 2026-08-21T16:12:02.886Z | Checking universal-hash v0.5.1 |
| 3065 | 2026-08-21T16:12:03.118Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3066 | 2026-08-21T16:12:03.161Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3067 | 2026-08-21T16:12:03.176Z | Checking opaque-debug v0.3.1 |
| 3068 | 2026-08-21T16:12:03.193Z | Checking cipher v0.4.4 |
| 3069 | 2026-08-21T16:12:03.241Z | Checking poly1305 v0.8.0 |
| 3070 | 2026-08-21T16:12:03.259Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3071 | 2026-08-21T16:12:03.274Z | Checking ciborium-ll v0.2.2 |
| 3072 | 2026-08-21T16:12:03.292Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3073 | 2026-08-21T16:12:03.387Z | Checking chacha20 v0.9.1 |
| 3074 | 2026-08-21T16:12:03.440Z | Checking ciborium v0.2.2 |
| 3075 | 2026-08-21T16:12:03.495Z | Checking password-hash v0.5.0 |
| 3076 | 2026-08-21T16:12:03.532Z | Checking blake2 v0.10.6 |
| 3077 | 2026-08-21T16:12:03.582Z | Checking aead v0.5.2 |
| 3078 | 2026-08-21T16:12:03.694Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3079 | 2026-08-21T16:12:03.717Z | Checking indent_write v2.2.0 |
| 3080 | 2026-08-21T16:12:03.730Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3081 | 2026-08-21T16:12:03.771Z | Checking argon2 v0.5.3 |
| 3082 | 2026-08-21T16:12:03.841Z | Checking chacha20poly1305 v0.10.1 |
| 3083 | 2026-08-21T16:12:03.858Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3084 | 2026-08-21T16:12:03.972Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3085 | 2026-08-21T16:12:03.976Z | Compiling unsafe-libyaml v0.2.11 |
| 3086 | 2026-08-21T16:12:04.117Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3087 | 2026-08-21T16:12:04.309Z | Checking thiserror-no-std v2.0.2 |
| 3088 | 2026-08-21T16:12:04.325Z | Compiling heapless v0.8.0 |
| 3089 | 2026-08-21T16:12:04.395Z | Checking vsss-rs v3.3.4 |
| 3090 | 2026-08-21T16:12:04.473Z | Compiling ingot-macros v0.2.0 |
| 3091 | 2026-08-21T16:12:04.605Z | Compiling typify-impl v0.6.2 |
| 3092 | 2026-08-21T16:12:04.728Z | Compiling serde_yaml v0.9.34+deprecated |
| 3093 | 2026-08-21T16:12:05.011Z | Compiling proc-macro-crate v3.4.0 |
| 3094 | 2026-08-21T16:12:05.386Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3095 | 2026-08-21T16:12:05.520Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3096 | 2026-08-21T16:12:05.552Z | Compiling num_enum_derive v0.7.6 |
| 3097 | 2026-08-21T16:12:05.667Z | Checking hash32 v0.3.1 |
| 3098 | 2026-08-21T16:12:05.796Z | Compiling smoltcp v0.11.0 |
| 3099 | 2026-08-21T16:12:05.987Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3100 | 2026-08-21T16:12:06.170Z | Checking tabwriter v1.4.1 |
| 3101 | 2026-08-21T16:12:06.184Z | Checking cobs v0.3.0 |
| 3102 | 2026-08-21T16:12:06.218Z | Checking swrite v0.1.0 |
| 3103 | 2026-08-21T16:12:06.309Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 3104 | 2026-08-21T16:12:06.324Z | Checking postcard v1.1.3 |
| 3105 | 2026-08-21T16:12:06.339Z | Compiling proc-macro-crate v1.3.1 |
| 3106 | 2026-08-21T16:12:06.510Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3107 | 2026-08-21T16:12:06.588Z | Checking num_enum v0.7.6 |
| 3108 | 2026-08-21T16:12:06.612Z | Compiling foreign-types-macros v0.2.3 |
| 3109 | 2026-08-21T16:12:06.630Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3110 | 2026-08-21T16:12:06.699Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3111 | 2026-08-21T16:12:06.714Z | Checking colored v3.1.1 |
| 3112 | 2026-08-21T16:12:06.746Z | Checking foreign-types-shared v0.3.1 |
| 3113 | 2026-08-21T16:12:06.834Z | Compiling num_enum_derive v0.5.11 |
| 3114 | 2026-08-21T16:12:07.014Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3115 | 2026-08-21T16:12:07.040Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3116 | 2026-08-21T16:12:07.199Z | Checking foreign-types v0.5.0 |
| 3117 | 2026-08-21T16:12:07.241Z | Checking ingot-types v0.2.0 |
| 3118 | 2026-08-21T16:12:07.276Z | Checking cstr-argument v0.1.2 |
| 3119 | 2026-08-21T16:12:07.401Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 3120 | 2026-08-21T16:12:07.440Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3121 | 2026-08-21T16:12:07.486Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3122 | 2026-08-21T16:12:07.546Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 3123 | 2026-08-21T16:12:07.599Z | Checking rand v0.10.1 |
| 3124 | 2026-08-21T16:12:07.614Z | Checking ingot v0.2.1 |
| 3125 | 2026-08-21T16:12:07.652Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3126 | 2026-08-21T16:12:07.686Z | Compiling zone_cfg_derive v0.3.1 |
| 3127 | 2026-08-21T16:12:07.708Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3128 | 2026-08-21T16:12:07.821Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3129 | 2026-08-21T16:12:07.861Z | Checking num_enum v0.5.11 |
| 3130 | 2026-08-21T16:12:07.962Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3131 | 2026-08-21T16:12:07.977Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3132 | 2026-08-21T16:12:08.134Z | Checking itertools v0.12.1 |
| 3133 | 2026-08-21T16:12:08.150Z | Compiling num-derive v0.4.2 |
| 3134 | 2026-08-21T16:12:08.332Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3135 | 2026-08-21T16:12:08.516Z | Compiling semver v0.1.20 |
| 3136 | 2026-08-21T16:12:08.810Z | Compiling rustc_version v0.1.7 |
| 3137 | 2026-08-21T16:12:09.045Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3138 | 2026-08-21T16:12:09.059Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3139 | 2026-08-21T16:12:09.078Z | Checking smf v0.2.3 |
| 3140 | 2026-08-21T16:12:09.101Z | Compiling typify-macro v0.6.2 |
| 3141 | 2026-08-21T16:12:09.171Z | Checking zone v0.3.1 |
| 3142 | 2026-08-21T16:12:09.198Z | Checking nom v8.0.0 |
| 3143 | 2026-08-21T16:12:09.218Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3144 | 2026-08-21T16:12:09.270Z | Checking csv-core v0.1.13 |
| 3145 | 2026-08-21T16:12:09.305Z | Checking whoami v1.6.1 |
| 3146 | 2026-08-21T16:12:09.349Z | Compiling newtype_derive v0.1.6 |
| 3147 | 2026-08-21T16:12:09.442Z | Checking csv v1.4.0 |
| 3148 | 2026-08-21T16:12:09.476Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3149 | 2026-08-21T16:12:09.520Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3150 | 2026-08-21T16:12:09.537Z | Compiling cancel-safe-futures v0.1.5 |
| 3151 | 2026-08-21T16:12:09.657Z | Compiling libefi-sys v0.1.0 |
| 3152 | 2026-08-21T16:12:09.781Z | Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3153 | 2026-08-21T16:12:09.864Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3154 | 2026-08-21T16:12:09.970Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3155 | 2026-08-21T16:12:10.125Z | Checking oxide-update-engine-types v0.1.2 |
| 3156 | 2026-08-21T16:12:10.149Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3157 | 2026-08-21T16:12:10.175Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3158 | 2026-08-21T16:12:10.288Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3159 | 2026-08-21T16:12:10.342Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3160 | 2026-08-21T16:12:10.465Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3161 | 2026-08-21T16:12:10.524Z | Compiling bitfield-struct v0.6.2 |
| 3162 | 2026-08-21T16:12:10.577Z | Checking linear-map v1.2.0 |
| 3163 | 2026-08-21T16:12:10.755Z | Checking steno v0.4.1 |
| 3164 | 2026-08-21T16:12:10.910Z | Compiling typify v0.6.2 |
| 3165 | 2026-08-21T16:12:11.015Z | Compiling progenitor-impl v0.14.0 |
| 3166 | 2026-08-21T16:12:11.030Z | Checking oxide-update-engine v0.1.2 |
| 3167 | 2026-08-21T16:12:11.151Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3168 | 2026-08-21T16:12:11.207Z | Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3169 | 2026-08-21T16:12:11.382Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3170 | 2026-08-21T16:12:11.449Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3171 | 2026-08-21T16:12:11.573Z | Checking sha1 v0.10.6 |
| 3172 | 2026-08-21T16:12:11.600Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3173 | 2026-08-21T16:12:11.615Z | Checking utf-8 v0.7.6 |
| 3174 | 2026-08-21T16:12:11.677Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3175 | 2026-08-21T16:12:11.742Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3176 | 2026-08-21T16:12:11.758Z | Checking tungstenite v0.21.0 |
| 3177 | 2026-08-21T16:12:11.761Z | Checking ignore v0.4.25 |
| 3178 | 2026-08-21T16:12:11.892Z | Checking anstyle-parse v0.2.7 |
| 3179 | 2026-08-21T16:12:11.907Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3180 | 2026-08-21T16:12:11.940Z | Compiling xshell-macros v0.2.7 |
| 3181 | 2026-08-21T16:12:12.047Z | Checking anstream v0.6.21 |
| 3182 | 2026-08-21T16:12:12.106Z | Checking predicates-tree v1.0.13 |
| 3183 | 2026-08-21T16:12:12.172Z | Checking tokio-tungstenite v0.21.0 |
| 3184 | 2026-08-21T16:12:12.188Z | Checking globwalk v0.9.1 |
| 3185 | 2026-08-21T16:12:12.215Z | Checking filetime v0.2.27 |
| 3186 | 2026-08-21T16:12:12.250Z | Checking xattr v1.6.1 |
| 3187 | 2026-08-21T16:12:12.312Z | Checking xshell v0.2.7 |
| 3188 | 2026-08-21T16:12:12.348Z | Checking tagptr v0.2.0 |
| 3189 | 2026-08-21T16:12:12.363Z | Checking camino-tempfile-ext v0.3.3 |
| 3190 | 2026-08-21T16:12:12.381Z | Checking tar v0.4.46 |
| 3191 | 2026-08-21T16:12:12.450Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3192 | 2026-08-21T16:12:12.487Z | Checking moka v0.12.13 |
| 3193 | 2026-08-21T16:12:12.502Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3194 | 2026-08-21T16:12:12.555Z | Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 3195 | 2026-08-21T16:12:12.627Z | Checking rand_seeder v0.4.0 |
| 3196 | 2026-08-21T16:12:12.630Z | Checking half v1.8.3 |
| 3197 | 2026-08-21T16:12:12.694Z | Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 3198 | 2026-08-21T16:12:12.760Z | Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 3199 | 2026-08-21T16:12:12.774Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3200 | 2026-08-21T16:12:12.830Z | Checking serde_cbor v0.11.2 |
| 3201 | 2026-08-21T16:12:13.003Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 3202 | 2026-08-21T16:12:13.069Z | Checking sha2 v0.11.0 |
| 3203 | 2026-08-21T16:12:13.117Z | Checking hickory-resolver v0.25.2 |
| 3204 | 2026-08-21T16:12:13.211Z | Checking digest-io v0.1.0 |
| 3205 | 2026-08-21T16:12:13.342Z | Compiling petname v2.0.2 |
| 3206 | 2026-08-21T16:12:13.599Z | Compiling progenitor-macro v0.14.0 |
| 3207 | 2026-08-21T16:12:13.624Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3208 | 2026-08-21T16:12:13.728Z | Checking rawzip v0.4.4 |
| 3209 | 2026-08-21T16:12:13.827Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3210 | 2026-08-21T16:12:14.021Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3211 | 2026-08-21T16:12:14.168Z | Checking sapling-renderdag v0.1.0 |
| 3212 | 2026-08-21T16:12:14.203Z | Checking subprocess v0.2.15 |
| 3213 | 2026-08-21T16:12:14.283Z | Checking sync-ptr v0.1.4 |
| 3214 | 2026-08-21T16:12:14.399Z | Checking colored v2.2.0 |
| 3215 | 2026-08-21T16:12:14.399Z | Checking assert_matches v1.5.0 |
| 3216 | 2026-08-21T16:12:14.484Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3217 | 2026-08-21T16:12:14.609Z | Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 3218 | 2026-08-21T16:12:14.798Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3219 | 2026-08-21T16:12:15.029Z | Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3220 | 2026-08-21T16:12:15.237Z | Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3221 | 2026-08-21T16:12:15.501Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3222 | 2026-08-21T16:12:15.501Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3223 | 2026-08-21T16:12:16.448Z | Checking progenitor v0.14.0 |
| 3224 | 2026-08-21T16:12:16.582Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3225 | 2026-08-21T16:12:16.585Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3226 | 2026-08-21T16:12:16.585Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3227 | 2026-08-21T16:12:16.585Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3228 | 2026-08-21T16:12:16.585Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3229 | 2026-08-21T16:12:16.585Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3230 | 2026-08-21T16:12:17.086Z | Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3231 | 2026-08-21T16:12:17.155Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3232 | 2026-08-21T16:12:17.327Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3233 | 2026-08-21T16:12:17.343Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3234 | 2026-08-21T16:12:17.662Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3235 | 2026-08-21T16:12:17.701Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3236 | 2026-08-21T16:12:18.252Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3237 | 2026-08-21T16:12:18.282Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3238 | 2026-08-21T16:12:18.899Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3239 | 2026-08-21T16:12:19.642Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3240 | 2026-08-21T16:12:28.215Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3241 | 2026-08-21T16:12:35.426Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3242 | 2026-08-21T16:12:35.430Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3243 | 2026-08-21T16:12:35.430Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3244 | 2026-08-21T16:12:36.894Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3245 | 2026-08-21T16:12:38.141Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3246 | 2026-08-21T16:12:40.348Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.28s |
| 3247 | 2026-08-21T16:12:40.553Z | |
| 3248 | 2026-08-21T16:12:40.553Z | info: running `cargo check --bins` on nexus-inventory (106/337) |
| 3249 | 2026-08-21T16:12:41.073Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3250 | 2026-08-21T16:12:41.077Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3251 | 2026-08-21T16:12:41.077Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3252 | 2026-08-21T16:12:41.081Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3253 | 2026-08-21T16:12:41.175Z | |
| 3254 | 2026-08-21T16:12:41.175Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (107/337) |
| 3255 | 2026-08-21T16:12:41.663Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3256 | 2026-08-21T16:12:41.667Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3257 | 2026-08-21T16:12:41.667Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3258 | 2026-08-21T16:12:41.670Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3259 | 2026-08-21T16:12:41.751Z | |
| 3260 | 2026-08-21T16:12:41.751Z | info: running `cargo check --bins` on clickhouse-admin-server-client (108/337) |
| 3261 | 2026-08-21T16:12:42.237Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3262 | 2026-08-21T16:12:42.241Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3263 | 2026-08-21T16:12:42.241Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3264 | 2026-08-21T16:12:42.245Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3265 | 2026-08-21T16:12:42.329Z | |
| 3266 | 2026-08-21T16:12:42.329Z | info: running `cargo check --bins` on dns-service-client (109/337) |
| 3267 | 2026-08-21T16:12:42.810Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3268 | 2026-08-21T16:12:42.815Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3269 | 2026-08-21T16:12:42.815Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3270 | 2026-08-21T16:12:42.818Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3271 | 2026-08-21T16:12:43.904Z | |
| 3272 | 2026-08-21T16:12:43.904Z | info: running `cargo check --bins` on ntp-admin-client (110/337) |
| 3273 | 2026-08-21T16:12:43.907Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3274 | 2026-08-21T16:12:43.907Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3275 | 2026-08-21T16:12:43.907Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3276 | 2026-08-21T16:12:43.907Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3277 | 2026-08-21T16:12:43.907Z | |
| 3278 | 2026-08-21T16:12:43.907Z | info: running `cargo check --bins` on omicron-cockroach-metrics (111/337) |
| 3279 | 2026-08-21T16:12:43.932Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3280 | 2026-08-21T16:12:43.936Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3281 | 2026-08-21T16:12:43.936Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3282 | 2026-08-21T16:12:43.939Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3283 | 2026-08-21T16:12:44.019Z | |
| 3284 | 2026-08-21T16:12:44.019Z | info: running `cargo check --bins` on cockroach-admin-client (112/337) |
| 3285 | 2026-08-21T16:12:44.486Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3286 | 2026-08-21T16:12:44.489Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3287 | 2026-08-21T16:12:44.489Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3288 | 2026-08-21T16:12:44.493Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3289 | 2026-08-21T16:12:44.575Z | |
| 3290 | 2026-08-21T16:12:44.575Z | info: running `cargo check --bins` on parallel-task-set (113/337) |
| 3291 | 2026-08-21T16:12:45.040Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3292 | 2026-08-21T16:12:45.044Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3293 | 2026-08-21T16:12:45.044Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3294 | 2026-08-21T16:12:45.047Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3295 | 2026-08-21T16:12:45.124Z | |
| 3296 | 2026-08-21T16:12:45.125Z | info: running `cargo check --bins` on sled-agent-client (114/337) |
| 3297 | 2026-08-21T16:12:45.606Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3298 | 2026-08-21T16:12:45.609Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3299 | 2026-08-21T16:12:45.609Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3300 | 2026-08-21T16:12:45.613Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3301 | 2026-08-21T16:12:45.698Z | |
| 3302 | 2026-08-21T16:12:45.698Z | info: running `cargo check --bins` on sled-agent-resolvable-files-examples (115/337) |
| 3303 | 2026-08-21T16:12:46.192Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3304 | 2026-08-21T16:12:46.195Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3305 | 2026-08-21T16:12:46.195Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3306 | 2026-08-21T16:12:46.199Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3307 | 2026-08-21T16:12:46.285Z | |
| 3308 | 2026-08-21T16:12:46.285Z | info: running `cargo check --bins --no-default-features` on sled-storage (116/337) |
| 3309 | 2026-08-21T16:12:46.777Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3310 | 2026-08-21T16:12:46.780Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3311 | 2026-08-21T16:12:46.781Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3312 | 2026-08-21T16:12:46.785Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3313 | 2026-08-21T16:12:46.872Z | |
| 3314 | 2026-08-21T16:12:46.872Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (117/337) |
| 3315 | 2026-08-21T16:12:47.364Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3316 | 2026-08-21T16:12:47.368Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3317 | 2026-08-21T16:12:47.368Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3318 | 2026-08-21T16:12:47.372Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3319 | 2026-08-21T16:12:47.456Z | |
| 3320 | 2026-08-21T16:12:47.457Z | info: running `cargo check --bins` on key-manager (118/337) |
| 3321 | 2026-08-21T16:12:47.936Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3322 | 2026-08-21T16:12:47.939Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3323 | 2026-08-21T16:12:47.939Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3324 | 2026-08-21T16:12:47.942Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3325 | 2026-08-21T16:12:48.029Z | |
| 3326 | 2026-08-21T16:12:48.029Z | info: running `cargo check --bins --no-default-features` on sled-hardware (119/337) |
| 3327 | 2026-08-21T16:12:48.520Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3328 | 2026-08-21T16:12:48.523Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3329 | 2026-08-21T16:12:48.523Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3330 | 2026-08-21T16:12:48.527Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3331 | 2026-08-21T16:12:48.613Z | |
| 3332 | 2026-08-21T16:12:48.613Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (120/337) |
| 3333 | 2026-08-21T16:12:49.106Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3334 | 2026-08-21T16:12:49.109Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3335 | 2026-08-21T16:12:49.110Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3336 | 2026-08-21T16:12:49.113Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3337 | 2026-08-21T16:12:49.199Z | |
| 3338 | 2026-08-21T16:12:49.199Z | info: running `cargo check --bins` on typed-rng (121/337) |
| 3339 | 2026-08-21T16:12:49.667Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3340 | 2026-08-21T16:12:49.670Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3341 | 2026-08-21T16:12:49.670Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3342 | 2026-08-21T16:12:49.673Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3343 | 2026-08-21T16:12:49.753Z | |
| 3344 | 2026-08-21T16:12:49.753Z | info: running `cargo check --bins` on gateway-test-utils (122/337) |
| 3345 | 2026-08-21T16:12:50.261Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3346 | 2026-08-21T16:12:50.265Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3347 | 2026-08-21T16:12:50.265Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3348 | 2026-08-21T16:12:50.269Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3349 | 2026-08-21T16:12:50.359Z | |
| 3350 | 2026-08-21T16:12:50.359Z | info: running `cargo check --bins` on omicron-gateway (123/337) |
| 3351 | 2026-08-21T16:12:50.868Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3352 | 2026-08-21T16:12:50.871Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3353 | 2026-08-21T16:12:51.080Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3354 | 2026-08-21T16:12:51.080Z | Checking void v1.0.2 |
| 3355 | 2026-08-21T16:12:51.083Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3356 | 2026-08-21T16:12:51.083Z | Checking nix v0.27.1 |
| 3357 | 2026-08-21T16:12:51.083Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3358 | 2026-08-21T16:12:51.083Z | Checking tungstenite v0.23.0 |
| 3359 | 2026-08-21T16:12:51.083Z | Checking dropshot-api-manager-types v0.8.0 |
| 3360 | 2026-08-21T16:12:51.196Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3361 | 2026-08-21T16:12:51.330Z | Checking lzss v0.8.2 |
| 3362 | 2026-08-21T16:12:51.343Z | Checking kstat-rs v0.2.5 |
| 3363 | 2026-08-21T16:12:51.354Z | Checking fxhash v0.2.1 |
| 3364 | 2026-08-21T16:12:51.459Z | Checking serde_bytes v0.11.19 |
| 3365 | 2026-08-21T16:12:51.473Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3366 | 2026-08-21T16:12:51.498Z | Checking signal-hook-tokio v0.3.1 |
| 3367 | 2026-08-21T16:12:51.511Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3368 | 2026-08-21T16:12:51.524Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3369 | 2026-08-21T16:12:51.592Z | Checking tokio-tungstenite v0.23.1 |
| 3370 | 2026-08-21T16:12:51.731Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 3371 | 2026-08-21T16:12:52.774Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3372 | 2026-08-21T16:12:53.307Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3373 | 2026-08-21T16:12:55.437Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.07s |
| 3374 | 2026-08-21T16:12:55.623Z | |
| 3375 | 2026-08-21T16:12:55.624Z | info: running `cargo check --bins` on gateway-api (124/337) |
| 3376 | 2026-08-21T16:12:56.099Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3377 | 2026-08-21T16:12:56.103Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3378 | 2026-08-21T16:12:56.103Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3379 | 2026-08-21T16:12:56.107Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3380 | 2026-08-21T16:12:56.187Z | |
| 3381 | 2026-08-21T16:12:56.187Z | info: running `cargo check --bins` on ipcc (125/337) |
| 3382 | 2026-08-21T16:12:56.663Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3383 | 2026-08-21T16:12:56.666Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3384 | 2026-08-21T16:12:56.667Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3385 | 2026-08-21T16:12:56.670Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3386 | 2026-08-21T16:12:56.752Z | |
| 3387 | 2026-08-21T16:12:56.753Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (126/337) |
| 3388 | 2026-08-21T16:12:57.220Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3389 | 2026-08-21T16:12:57.226Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3390 | 2026-08-21T16:12:57.227Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3391 | 2026-08-21T16:12:57.231Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3392 | 2026-08-21T16:12:57.307Z | |
| 3393 | 2026-08-21T16:12:57.307Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (127/337) |
| 3394 | 2026-08-21T16:12:57.799Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3395 | 2026-08-21T16:12:57.803Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3396 | 2026-08-21T16:12:57.803Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3397 | 2026-08-21T16:12:57.807Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3398 | 2026-08-21T16:12:57.893Z | |
| 3399 | 2026-08-21T16:12:57.893Z | info: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (128/337) |
| 3400 | 2026-08-21T16:12:58.373Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3401 | 2026-08-21T16:12:58.377Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3402 | 2026-08-21T16:12:58.377Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3403 | 2026-08-21T16:12:58.381Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3404 | 2026-08-21T16:12:58.463Z | |
| 3405 | 2026-08-21T16:12:58.463Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (129/337) |
| 3406 | 2026-08-21T16:12:58.944Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3407 | 2026-08-21T16:12:58.947Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3408 | 2026-08-21T16:12:58.947Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3409 | 2026-08-21T16:12:58.951Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3410 | 2026-08-21T16:12:59.037Z | |
| 3411 | 2026-08-21T16:12:59.037Z | info: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (130/337) |
| 3412 | 2026-08-21T16:12:59.521Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3413 | 2026-08-21T16:12:59.525Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3414 | 2026-08-21T16:12:59.525Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3415 | 2026-08-21T16:12:59.528Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3416 | 2026-08-21T16:12:59.610Z | |
| 3417 | 2026-08-21T16:12:59.611Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (131/337) |
| 3418 | 2026-08-21T16:13:00.106Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3419 | 2026-08-21T16:13:00.109Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3420 | 2026-08-21T16:13:00.109Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3421 | 2026-08-21T16:13:00.114Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3422 | 2026-08-21T16:13:00.200Z | |
| 3423 | 2026-08-21T16:13:00.200Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (132/337) |
| 3424 | 2026-08-21T16:13:00.682Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3425 | 2026-08-21T16:13:00.685Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3426 | 2026-08-21T16:13:00.685Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3427 | 2026-08-21T16:13:00.689Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3428 | 2026-08-21T16:13:00.773Z | |
| 3429 | 2026-08-21T16:13:00.773Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (133/337) |
| 3430 | 2026-08-21T16:13:01.253Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3431 | 2026-08-21T16:13:01.256Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3432 | 2026-08-21T16:13:01.256Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3433 | 2026-08-21T16:13:01.260Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3434 | 2026-08-21T16:13:01.346Z | |
| 3435 | 2026-08-21T16:13:01.346Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (134/337) |
| 3436 | 2026-08-21T16:13:01.826Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3437 | 2026-08-21T16:13:01.830Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3438 | 2026-08-21T16:13:01.830Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3439 | 2026-08-21T16:13:01.834Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3440 | 2026-08-21T16:13:01.917Z | |
| 3441 | 2026-08-21T16:13:01.917Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (135/337) |
| 3442 | 2026-08-21T16:13:02.396Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3443 | 2026-08-21T16:13:02.400Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3444 | 2026-08-21T16:13:02.400Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3445 | 2026-08-21T16:13:02.403Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3446 | 2026-08-21T16:13:02.488Z | |
| 3447 | 2026-08-21T16:13:02.488Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (136/337) |
| 3448 | 2026-08-21T16:13:02.966Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3449 | 2026-08-21T16:13:02.972Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3450 | 2026-08-21T16:13:02.972Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3451 | 2026-08-21T16:13:02.977Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3452 | 2026-08-21T16:13:03.058Z | |
| 3453 | 2026-08-21T16:13:03.059Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (137/337) |
| 3454 | 2026-08-21T16:13:03.541Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3455 | 2026-08-21T16:13:03.544Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3456 | 2026-08-21T16:13:03.545Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3457 | 2026-08-21T16:13:03.548Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3458 | 2026-08-21T16:13:03.631Z | |
| 3459 | 2026-08-21T16:13:03.631Z | info: running `cargo check --bins --no-default-features --features opte_port` on oximeter-instruments (138/337) |
| 3460 | 2026-08-21T16:13:04.110Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3461 | 2026-08-21T16:13:04.114Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3462 | 2026-08-21T16:13:04.114Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3463 | 2026-08-21T16:13:04.117Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3464 | 2026-08-21T16:13:04.198Z | |
| 3465 | 2026-08-21T16:13:04.198Z | info: running `cargo check --bins --no-default-features --features cpu,opte_port` on oximeter-instruments (139/337) |
| 3466 | 2026-08-21T16:13:04.680Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3467 | 2026-08-21T16:13:04.684Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3468 | 2026-08-21T16:13:04.685Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3469 | 2026-08-21T16:13:04.691Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3470 | 2026-08-21T16:13:04.768Z | |
| 3471 | 2026-08-21T16:13:04.769Z | info: running `cargo check --bins --no-default-features --features datalink,opte_port` on oximeter-instruments (140/337) |
| 3472 | 2026-08-21T16:13:05.245Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3473 | 2026-08-21T16:13:05.249Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3474 | 2026-08-21T16:13:05.250Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3475 | 2026-08-21T16:13:05.253Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3476 | 2026-08-21T16:13:05.333Z | |
| 3477 | 2026-08-21T16:13:05.333Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port` on oximeter-instruments (141/337) |
| 3478 | 2026-08-21T16:13:05.810Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3479 | 2026-08-21T16:13:05.813Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3480 | 2026-08-21T16:13:05.813Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3481 | 2026-08-21T16:13:05.818Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3482 | 2026-08-21T16:13:05.900Z | |
| 3483 | 2026-08-21T16:13:05.901Z | info: running `cargo check --bins --no-default-features --features http-instruments,opte_port` on oximeter-instruments (142/337) |
| 3484 | 2026-08-21T16:13:06.380Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3485 | 2026-08-21T16:13:06.384Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3486 | 2026-08-21T16:13:06.384Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3487 | 2026-08-21T16:13:06.388Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3488 | 2026-08-21T16:13:06.471Z | |
| 3489 | 2026-08-21T16:13:06.471Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port` on oximeter-instruments (143/337) |
| 3490 | 2026-08-21T16:13:06.953Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3491 | 2026-08-21T16:13:06.957Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3492 | 2026-08-21T16:13:06.957Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3493 | 2026-08-21T16:13:06.961Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3494 | 2026-08-21T16:13:07.042Z | |
| 3495 | 2026-08-21T16:13:07.043Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port` on oximeter-instruments (144/337) |
| 3496 | 2026-08-21T16:13:07.525Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3497 | 2026-08-21T16:13:07.529Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3498 | 2026-08-21T16:13:07.529Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3499 | 2026-08-21T16:13:07.533Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3500 | 2026-08-21T16:13:07.617Z | |
| 3501 | 2026-08-21T16:13:07.617Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port` on oximeter-instruments (145/337) |
| 3502 | 2026-08-21T16:13:08.101Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3503 | 2026-08-21T16:13:08.105Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3504 | 2026-08-21T16:13:08.105Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3505 | 2026-08-21T16:13:08.108Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3506 | 2026-08-21T16:13:08.192Z | |
| 3507 | 2026-08-21T16:13:08.192Z | info: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (146/337) |
| 3508 | 2026-08-21T16:13:08.689Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3509 | 2026-08-21T16:13:08.692Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3510 | 2026-08-21T16:13:08.692Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3511 | 2026-08-21T16:13:08.696Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3512 | 2026-08-21T16:13:08.780Z | |
| 3513 | 2026-08-21T16:13:08.780Z | info: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (147/337) |
| 3514 | 2026-08-21T16:13:09.277Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3515 | 2026-08-21T16:13:09.281Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3516 | 2026-08-21T16:13:09.281Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3517 | 2026-08-21T16:13:09.285Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3518 | 2026-08-21T16:13:09.369Z | |
| 3519 | 2026-08-21T16:13:09.370Z | info: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (148/337) |
| 3520 | 2026-08-21T16:13:09.865Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3521 | 2026-08-21T16:13:09.869Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3522 | 2026-08-21T16:13:09.869Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3523 | 2026-08-21T16:13:09.872Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3524 | 2026-08-21T16:13:09.959Z | |
| 3525 | 2026-08-21T16:13:09.959Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (149/337) |
| 3526 | 2026-08-21T16:13:10.448Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3527 | 2026-08-21T16:13:10.452Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3528 | 2026-08-21T16:13:10.452Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3529 | 2026-08-21T16:13:10.456Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3530 | 2026-08-21T16:13:10.540Z | |
| 3531 | 2026-08-21T16:13:10.540Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (150/337) |
| 3532 | 2026-08-21T16:13:11.032Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3533 | 2026-08-21T16:13:11.036Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3534 | 2026-08-21T16:13:11.036Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3535 | 2026-08-21T16:13:11.040Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3536 | 2026-08-21T16:13:11.126Z | |
| 3537 | 2026-08-21T16:13:11.126Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (151/337) |
| 3538 | 2026-08-21T16:13:11.619Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3539 | 2026-08-21T16:13:11.622Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3540 | 2026-08-21T16:13:11.623Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3541 | 2026-08-21T16:13:11.628Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3542 | 2026-08-21T16:13:11.706Z | |
| 3543 | 2026-08-21T16:13:11.706Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (152/337) |
| 3544 | 2026-08-21T16:13:12.200Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3545 | 2026-08-21T16:13:12.203Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3546 | 2026-08-21T16:13:12.203Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3547 | 2026-08-21T16:13:12.207Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3548 | 2026-08-21T16:13:12.292Z | |
| 3549 | 2026-08-21T16:13:12.292Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (153/337) |
| 3550 | 2026-08-21T16:13:12.782Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3551 | 2026-08-21T16:13:12.786Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3552 | 2026-08-21T16:13:12.786Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3553 | 2026-08-21T16:13:12.790Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3554 | 2026-08-21T16:13:12.876Z | |
| 3555 | 2026-08-21T16:13:12.876Z | info: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (154/337) |
| 3556 | 2026-08-21T16:13:13.368Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3557 | 2026-08-21T16:13:13.372Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3558 | 2026-08-21T16:13:13.372Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3559 | 2026-08-21T16:13:13.376Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3560 | 2026-08-21T16:13:13.461Z | |
| 3561 | 2026-08-21T16:13:13.461Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (155/337) |
| 3562 | 2026-08-21T16:13:13.957Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3563 | 2026-08-21T16:13:13.961Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3564 | 2026-08-21T16:13:13.961Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3565 | 2026-08-21T16:13:13.964Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3566 | 2026-08-21T16:13:14.052Z | |
| 3567 | 2026-08-21T16:13:14.052Z | info: running `cargo check --bins --no-default-features --features opte_port,zfs` on oximeter-instruments (156/337) |
| 3568 | 2026-08-21T16:13:14.545Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3569 | 2026-08-21T16:13:14.548Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3570 | 2026-08-21T16:13:14.548Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3571 | 2026-08-21T16:13:14.552Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3572 | 2026-08-21T16:13:14.636Z | |
| 3573 | 2026-08-21T16:13:14.636Z | info: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs` on oximeter-instruments (157/337) |
| 3574 | 2026-08-21T16:13:15.129Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3575 | 2026-08-21T16:13:15.133Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3576 | 2026-08-21T16:13:15.133Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3577 | 2026-08-21T16:13:15.137Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3578 | 2026-08-21T16:13:15.224Z | |
| 3579 | 2026-08-21T16:13:15.224Z | info: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs` on oximeter-instruments (158/337) |
| 3580 | 2026-08-21T16:13:15.714Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3581 | 2026-08-21T16:13:15.718Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3582 | 2026-08-21T16:13:15.718Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3583 | 2026-08-21T16:13:15.721Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3584 | 2026-08-21T16:13:15.809Z | |
| 3585 | 2026-08-21T16:13:15.809Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs` on oximeter-instruments (159/337) |
| 3586 | 2026-08-21T16:13:16.305Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3587 | 2026-08-21T16:13:16.309Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3588 | 2026-08-21T16:13:16.309Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3589 | 2026-08-21T16:13:16.313Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3590 | 2026-08-21T16:13:16.396Z | |
| 3591 | 2026-08-21T16:13:16.396Z | info: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs` on oximeter-instruments (160/337) |
| 3592 | 2026-08-21T16:13:16.891Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3593 | 2026-08-21T16:13:16.895Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3594 | 2026-08-21T16:13:16.895Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3595 | 2026-08-21T16:13:16.970Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3596 | 2026-08-21T16:13:16.986Z | |
| 3597 | 2026-08-21T16:13:16.986Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs` on oximeter-instruments (161/337) |
| 3598 | 2026-08-21T16:13:17.477Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3599 | 2026-08-21T16:13:17.480Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3600 | 2026-08-21T16:13:17.481Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3601 | 2026-08-21T16:13:17.484Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3602 | 2026-08-21T16:13:17.568Z | |
| 3603 | 2026-08-21T16:13:17.568Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs` on oximeter-instruments (162/337) |
| 3604 | 2026-08-21T16:13:18.062Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3605 | 2026-08-21T16:13:18.066Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3606 | 2026-08-21T16:13:18.066Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3607 | 2026-08-21T16:13:18.070Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3608 | 2026-08-21T16:13:18.156Z | |
| 3609 | 2026-08-21T16:13:18.156Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs` on oximeter-instruments (163/337) |
| 3610 | 2026-08-21T16:13:18.647Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3611 | 2026-08-21T16:13:18.651Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3612 | 2026-08-21T16:13:18.651Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3613 | 2026-08-21T16:13:18.654Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3614 | 2026-08-21T16:13:18.738Z | |
| 3615 | 2026-08-21T16:13:18.738Z | info: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (164/337) |
| 3616 | 2026-08-21T16:13:19.218Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3617 | 2026-08-21T16:13:19.222Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3618 | 2026-08-21T16:13:19.222Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3619 | 2026-08-21T16:13:19.225Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3620 | 2026-08-21T16:13:19.309Z | |
| 3621 | 2026-08-21T16:13:19.309Z | info: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (165/337) |
| 3622 | 2026-08-21T16:13:19.788Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3623 | 2026-08-21T16:13:19.791Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3624 | 2026-08-21T16:13:19.791Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3625 | 2026-08-21T16:13:19.795Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3626 | 2026-08-21T16:13:19.878Z | |
| 3627 | 2026-08-21T16:13:19.878Z | info: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (166/337) |
| 3628 | 2026-08-21T16:13:20.354Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3629 | 2026-08-21T16:13:20.357Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3630 | 2026-08-21T16:13:20.357Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3631 | 2026-08-21T16:13:20.361Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3632 | 2026-08-21T16:13:20.446Z | |
| 3633 | 2026-08-21T16:13:20.446Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (167/337) |
| 3634 | 2026-08-21T16:13:20.931Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3635 | 2026-08-21T16:13:20.934Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3636 | 2026-08-21T16:13:20.934Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3637 | 2026-08-21T16:13:20.938Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3638 | 2026-08-21T16:13:21.024Z | |
| 3639 | 2026-08-21T16:13:21.024Z | info: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (168/337) |
| 3640 | 2026-08-21T16:13:21.508Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3641 | 2026-08-21T16:13:21.511Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3642 | 2026-08-21T16:13:21.511Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3643 | 2026-08-21T16:13:21.515Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3644 | 2026-08-21T16:13:21.596Z | |
| 3645 | 2026-08-21T16:13:21.596Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (169/337) |
| 3646 | 2026-08-21T16:13:22.079Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3647 | 2026-08-21T16:13:22.082Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3648 | 2026-08-21T16:13:22.082Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3649 | 2026-08-21T16:13:22.086Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3650 | 2026-08-21T16:13:22.169Z | |
| 3651 | 2026-08-21T16:13:22.169Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (170/337) |
| 3652 | 2026-08-21T16:13:22.649Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3653 | 2026-08-21T16:13:22.653Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3654 | 2026-08-21T16:13:22.653Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3655 | 2026-08-21T16:13:22.656Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3656 | 2026-08-21T16:13:22.736Z | |
| 3657 | 2026-08-21T16:13:22.736Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (171/337) |
| 3658 | 2026-08-21T16:13:23.219Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3659 | 2026-08-21T16:13:23.222Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3660 | 2026-08-21T16:13:23.222Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3661 | 2026-08-21T16:13:23.226Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3662 | 2026-08-21T16:13:23.306Z | |
| 3663 | 2026-08-21T16:13:23.307Z | info: running `cargo check --bins --no-default-features --features opte_port,zone` on oximeter-instruments (172/337) |
| 3664 | 2026-08-21T16:13:23.785Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3665 | 2026-08-21T16:13:23.789Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3666 | 2026-08-21T16:13:23.789Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3667 | 2026-08-21T16:13:23.793Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3668 | 2026-08-21T16:13:23.873Z | |
| 3669 | 2026-08-21T16:13:23.873Z | info: running `cargo check --bins --no-default-features --features cpu,opte_port,zone` on oximeter-instruments (173/337) |
| 3670 | 2026-08-21T16:13:24.352Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3671 | 2026-08-21T16:13:24.356Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3672 | 2026-08-21T16:13:24.356Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3673 | 2026-08-21T16:13:24.360Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3674 | 2026-08-21T16:13:24.442Z | |
| 3675 | 2026-08-21T16:13:24.443Z | info: running `cargo check --bins --no-default-features --features datalink,opte_port,zone` on oximeter-instruments (174/337) |
| 3676 | 2026-08-21T16:13:24.923Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3677 | 2026-08-21T16:13:24.928Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3678 | 2026-08-21T16:13:24.928Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3679 | 2026-08-21T16:13:24.931Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3680 | 2026-08-21T16:13:25.014Z | |
| 3681 | 2026-08-21T16:13:25.014Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zone` on oximeter-instruments (175/337) |
| 3682 | 2026-08-21T16:13:25.491Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3683 | 2026-08-21T16:13:25.495Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3684 | 2026-08-21T16:13:25.496Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3685 | 2026-08-21T16:13:25.499Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3686 | 2026-08-21T16:13:25.582Z | |
| 3687 | 2026-08-21T16:13:25.582Z | info: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zone` on oximeter-instruments (176/337) |
| 3688 | 2026-08-21T16:13:26.065Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3689 | 2026-08-21T16:13:26.071Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3690 | 2026-08-21T16:13:26.071Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3691 | 2026-08-21T16:13:26.075Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3692 | 2026-08-21T16:13:26.153Z | |
| 3693 | 2026-08-21T16:13:26.153Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zone` on oximeter-instruments (177/337) |
| 3694 | 2026-08-21T16:13:26.634Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3695 | 2026-08-21T16:13:26.637Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3696 | 2026-08-21T16:13:26.638Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3697 | 2026-08-21T16:13:26.641Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3698 | 2026-08-21T16:13:26.724Z | |
| 3699 | 2026-08-21T16:13:26.725Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zone` on oximeter-instruments (178/337) |
| 3700 | 2026-08-21T16:13:27.203Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3701 | 2026-08-21T16:13:27.207Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3702 | 2026-08-21T16:13:27.207Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3703 | 2026-08-21T16:13:27.210Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3704 | 2026-08-21T16:13:27.292Z | |
| 3705 | 2026-08-21T16:13:27.293Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zone` on oximeter-instruments (179/337) |
| 3706 | 2026-08-21T16:13:27.774Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3707 | 2026-08-21T16:13:27.777Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3708 | 2026-08-21T16:13:27.777Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3709 | 2026-08-21T16:13:27.781Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3710 | 2026-08-21T16:13:27.865Z | |
| 3711 | 2026-08-21T16:13:27.865Z | info: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (180/337) |
| 3712 | 2026-08-21T16:13:28.356Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3713 | 2026-08-21T16:13:28.360Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3714 | 2026-08-21T16:13:28.360Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3715 | 2026-08-21T16:13:28.363Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3716 | 2026-08-21T16:13:28.451Z | |
| 3717 | 2026-08-21T16:13:28.451Z | info: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (181/337) |
| 3718 | 2026-08-21T16:13:28.947Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3719 | 2026-08-21T16:13:28.950Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3720 | 2026-08-21T16:13:28.950Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3721 | 2026-08-21T16:13:28.955Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3722 | 2026-08-21T16:13:29.035Z | |
| 3723 | 2026-08-21T16:13:29.035Z | info: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (182/337) |
| 3724 | 2026-08-21T16:13:29.528Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3725 | 2026-08-21T16:13:29.532Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3726 | 2026-08-21T16:13:29.532Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3727 | 2026-08-21T16:13:29.536Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3728 | 2026-08-21T16:13:29.619Z | |
| 3729 | 2026-08-21T16:13:29.619Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (183/337) |
| 3730 | 2026-08-21T16:13:30.111Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3731 | 2026-08-21T16:13:30.114Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3732 | 2026-08-21T16:13:30.114Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3733 | 2026-08-21T16:13:30.118Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3734 | 2026-08-21T16:13:30.202Z | |
| 3735 | 2026-08-21T16:13:30.202Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (184/337) |
| 3736 | 2026-08-21T16:13:30.693Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3737 | 2026-08-21T16:13:30.697Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3738 | 2026-08-21T16:13:30.697Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3739 | 2026-08-21T16:13:30.700Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3740 | 2026-08-21T16:13:30.787Z | |
| 3741 | 2026-08-21T16:13:30.787Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (185/337) |
| 3742 | 2026-08-21T16:13:31.282Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3743 | 2026-08-21T16:13:31.285Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3744 | 2026-08-21T16:13:31.285Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3745 | 2026-08-21T16:13:31.289Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3746 | 2026-08-21T16:13:31.375Z | |
| 3747 | 2026-08-21T16:13:31.375Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (186/337) |
| 3748 | 2026-08-21T16:13:31.870Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3749 | 2026-08-21T16:13:31.874Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3750 | 2026-08-21T16:13:31.874Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3751 | 2026-08-21T16:13:31.877Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3752 | 2026-08-21T16:13:31.964Z | |
| 3753 | 2026-08-21T16:13:31.964Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (187/337) |
| 3754 | 2026-08-21T16:13:32.452Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3755 | 2026-08-21T16:13:32.455Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3756 | 2026-08-21T16:13:32.456Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3757 | 2026-08-21T16:13:32.460Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3758 | 2026-08-21T16:13:32.547Z | |
| 3759 | 2026-08-21T16:13:32.547Z | info: running `cargo check --bins --no-default-features --features opte_port,zfs,zone` on oximeter-instruments (188/337) |
| 3760 | 2026-08-21T16:13:33.039Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3761 | 2026-08-21T16:13:33.042Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3762 | 2026-08-21T16:13:33.042Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3763 | 2026-08-21T16:13:33.046Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3764 | 2026-08-21T16:13:33.133Z | |
| 3765 | 2026-08-21T16:13:33.134Z | info: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs,zone` on oximeter-instruments (189/337) |
| 3766 | 2026-08-21T16:13:33.626Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3767 | 2026-08-21T16:13:33.631Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3768 | 2026-08-21T16:13:33.631Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3769 | 2026-08-21T16:13:33.635Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3770 | 2026-08-21T16:13:33.720Z | |
| 3771 | 2026-08-21T16:13:33.721Z | info: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs,zone` on oximeter-instruments (190/337) |
| 3772 | 2026-08-21T16:13:34.209Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3773 | 2026-08-21T16:13:34.213Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3774 | 2026-08-21T16:13:34.213Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3775 | 2026-08-21T16:13:34.216Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3776 | 2026-08-21T16:13:34.301Z | |
| 3777 | 2026-08-21T16:13:34.301Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs,zone` on oximeter-instruments (191/337) |
| 3778 | 2026-08-21T16:13:34.793Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3779 | 2026-08-21T16:13:34.797Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3780 | 2026-08-21T16:13:34.797Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3781 | 2026-08-21T16:13:34.800Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3782 | 2026-08-21T16:13:34.886Z | |
| 3783 | 2026-08-21T16:13:34.886Z | info: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs,zone` on oximeter-instruments (192/337) |
| 3784 | 2026-08-21T16:13:35.374Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3785 | 2026-08-21T16:13:35.378Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3786 | 2026-08-21T16:13:35.378Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3787 | 2026-08-21T16:13:35.382Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3788 | 2026-08-21T16:13:35.469Z | |
| 3789 | 2026-08-21T16:13:35.470Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs,zone` on oximeter-instruments (193/337) |
| 3790 | 2026-08-21T16:13:35.961Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3791 | 2026-08-21T16:13:35.964Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3792 | 2026-08-21T16:13:35.964Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3793 | 2026-08-21T16:13:35.968Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3794 | 2026-08-21T16:13:36.054Z | |
| 3795 | 2026-08-21T16:13:36.054Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (194/337) |
| 3796 | 2026-08-21T16:13:36.543Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3797 | 2026-08-21T16:13:36.547Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3798 | 2026-08-21T16:13:36.547Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3799 | 2026-08-21T16:13:36.551Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3800 | 2026-08-21T16:13:36.632Z | |
| 3801 | 2026-08-21T16:13:36.632Z | info: running `cargo check --bins` on oximeter-producer (195/337) |
| 3802 | 2026-08-21T16:13:37.143Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3803 | 2026-08-21T16:13:37.147Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3804 | 2026-08-21T16:13:37.147Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3805 | 2026-08-21T16:13:37.151Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3806 | 2026-08-21T16:13:37.242Z | |
| 3807 | 2026-08-21T16:13:37.242Z | info: running `cargo check --bins` on internal-dns-resolver (196/337) |
| 3808 | 2026-08-21T16:13:37.723Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3809 | 2026-08-21T16:13:37.727Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3810 | 2026-08-21T16:13:37.727Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3811 | 2026-08-21T16:13:37.731Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3812 | 2026-08-21T16:13:37.809Z | |
| 3813 | 2026-08-21T16:13:37.809Z | info: running `cargo check --bins` on dns-server (197/337) |
| 3814 | 2026-08-21T16:13:38.294Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3815 | 2026-08-21T16:13:38.297Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3816 | 2026-08-21T16:13:38.451Z | Compiling parking_lot_core v0.8.6 |
| 3817 | 2026-08-21T16:13:38.451Z | Compiling git-stub v1.0.0 |
| 3818 | 2026-08-21T16:13:38.455Z | Checking prefix-trie v0.7.0 |
| 3819 | 2026-08-21T16:13:38.571Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3820 | 2026-08-21T16:13:38.680Z | Compiling git-stub-vcs v0.1.0 |
| 3821 | 2026-08-21T16:13:38.840Z | Checking hickory-server v0.25.2 |
| 3822 | 2026-08-21T16:13:38.937Z | Checking parking_lot v0.11.2 |
| 3823 | 2026-08-21T16:13:38.974Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3824 | 2026-08-21T16:13:39.099Z | Checking sled v0.34.7 |
| 3825 | 2026-08-21T16:13:41.008Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s |
| 3826 | 2026-08-21T16:13:41.179Z | |
| 3827 | 2026-08-21T16:13:41.179Z | info: running `cargo check --bins` on dns-server-api (198/337) |
| 3828 | 2026-08-21T16:13:41.656Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3829 | 2026-08-21T16:13:41.660Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3830 | 2026-08-21T16:13:41.660Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3831 | 2026-08-21T16:13:41.663Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3832 | 2026-08-21T16:13:41.743Z | |
| 3833 | 2026-08-21T16:13:41.743Z | info: running `cargo check --bins` on nexus-client (199/337) |
| 3834 | 2026-08-21T16:13:42.249Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3835 | 2026-08-21T16:13:42.252Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3836 | 2026-08-21T16:13:42.252Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3837 | 2026-08-21T16:13:42.256Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3838 | 2026-08-21T16:13:42.347Z | |
| 3839 | 2026-08-21T16:13:42.347Z | info: running `cargo check --bins` on oximeter-producer-api (200/337) |
| 3840 | 2026-08-21T16:13:42.824Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3841 | 2026-08-21T16:13:42.828Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3842 | 2026-08-21T16:13:42.828Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3843 | 2026-08-21T16:13:42.832Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3844 | 2026-08-21T16:13:42.916Z | |
| 3845 | 2026-08-21T16:13:42.916Z | info: running `cargo check --bins` on sp-sim (201/337) |
| 3846 | 2026-08-21T16:13:43.424Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3847 | 2026-08-21T16:13:43.428Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3848 | 2026-08-21T16:13:43.619Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3849 | 2026-08-21T16:13:44.125Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s |
| 3850 | 2026-08-21T16:13:44.307Z | |
| 3851 | 2026-08-21T16:13:44.307Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/337) |
| 3852 | 2026-08-21T16:13:44.833Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3853 | 2026-08-21T16:13:44.837Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3854 | 2026-08-21T16:13:45.128Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3855 | 2026-08-21T16:13:45.255Z | Compiling hashbrown v0.14.5 |
| 3856 | 2026-08-21T16:13:45.255Z | Compiling rfc6979 v0.4.0 |
| 3857 | 2026-08-21T16:13:45.270Z | Compiling salty v0.3.0 |
| 3858 | 2026-08-21T16:13:45.280Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3859 | 2026-08-21T16:13:45.290Z | Compiling primeorder v0.13.6 |
| 3860 | 2026-08-21T16:13:45.304Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3861 | 2026-08-21T16:13:45.372Z | Compiling ecdsa v0.16.9 |
| 3862 | 2026-08-21T16:13:45.415Z | Compiling sha1 v0.10.6 |
| 3863 | 2026-08-21T16:13:45.555Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3864 | 2026-08-21T16:13:45.615Z | Compiling proc-macro-error2 v2.0.1 |
| 3865 | 2026-08-21T16:13:45.727Z | Compiling chumsky v0.9.3 |
| 3866 | 2026-08-21T16:13:45.742Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3867 | 2026-08-21T16:13:45.755Z | Compiling p384 v0.13.1 |
| 3868 | 2026-08-21T16:13:45.795Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3869 | 2026-08-21T16:13:45.909Z | Compiling knus-derive v3.4.0 |
| 3870 | 2026-08-21T16:13:45.958Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3871 | 2026-08-21T16:13:45.975Z | Checking libscf-sys v1.2.0 |
| 3872 | 2026-08-21T16:13:46.060Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3873 | 2026-08-21T16:13:46.098Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e) |
| 3874 | 2026-08-21T16:13:46.286Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3875 | 2026-08-21T16:13:46.300Z | Checking corncobs v0.1.4 |
| 3876 | 2026-08-21T16:13:46.442Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3877 | 2026-08-21T16:13:46.453Z | Checking papergrid v0.18.0 |
| 3878 | 2026-08-21T16:13:46.466Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3879 | 2026-08-21T16:13:46.481Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3880 | 2026-08-21T16:13:46.486Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3881 | 2026-08-21T16:13:46.634Z | Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3882 | 2026-08-21T16:13:46.651Z | Checking secrecy v0.8.0 |
| 3883 | 2026-08-21T16:13:46.741Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3884 | 2026-08-21T16:13:46.775Z | Compiling unicase v2.9.0 |
| 3885 | 2026-08-21T16:13:46.944Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3886 | 2026-08-21T16:13:46.972Z | Compiling mime_guess v2.0.5 |
| 3887 | 2026-08-21T16:13:46.988Z | Compiling progenitor-impl v0.13.0 |
| 3888 | 2026-08-21T16:13:47.004Z | Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3889 | 2026-08-21T16:13:47.141Z | Checking crc8 v0.1.1 |
| 3890 | 2026-08-21T16:13:47.209Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3891 | 2026-08-21T16:13:47.237Z | Checking tabled v0.21.0 |
| 3892 | 2026-08-21T16:13:47.283Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3893 | 2026-08-21T16:13:47.299Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3894 | 2026-08-21T16:13:47.349Z | Compiling knus v3.4.0 |
| 3895 | 2026-08-21T16:13:47.367Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 3896 | 2026-08-21T16:13:47.843Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3897 | 2026-08-21T16:13:48.077Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d) |
| 3898 | 2026-08-21T16:13:48.223Z | Checking progenitor-client v0.13.0 |
| 3899 | 2026-08-21T16:13:48.242Z | Checking http-range v0.1.5 |
| 3900 | 2026-08-21T16:13:48.366Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3901 | 2026-08-21T16:13:48.410Z | Checking illumos-nvpair v0.3.0 |
| 3902 | 2026-08-21T16:13:48.452Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3903 | 2026-08-21T16:13:48.545Z | Checking scuffle v0.1.0 |
| 3904 | 2026-08-21T16:13:48.562Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3905 | 2026-08-21T16:13:48.793Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3906 | 2026-08-21T16:13:49.103Z | Checking nanorand v0.7.0 |
| 3907 | 2026-08-21T16:13:49.190Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3908 | 2026-08-21T16:13:49.302Z | Checking flume v0.11.1 |
| 3909 | 2026-08-21T16:13:49.365Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 3910 | 2026-08-21T16:13:49.395Z | Checking hyper-staticfile v0.10.1 |
| 3911 | 2026-08-21T16:13:49.470Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3912 | 2026-08-21T16:13:49.522Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3913 | 2026-08-21T16:13:49.564Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3914 | 2026-08-21T16:13:49.579Z | Compiling progenitor-macro v0.13.0 |
| 3915 | 2026-08-21T16:13:49.682Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3916 | 2026-08-21T16:13:49.724Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3917 | 2026-08-21T16:13:49.924Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3918 | 2026-08-21T16:13:49.965Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3919 | 2026-08-21T16:13:50.038Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3920 | 2026-08-21T16:13:50.103Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3921 | 2026-08-21T16:13:50.339Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3922 | 2026-08-21T16:13:50.411Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3923 | 2026-08-21T16:13:50.521Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3924 | 2026-08-21T16:13:51.872Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3925 | 2026-08-21T16:13:52.883Z | Checking progenitor v0.13.0 |
| 3926 | 2026-08-21T16:13:53.018Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3927 | 2026-08-21T16:13:53.878Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3928 | 2026-08-21T16:13:54.948Z | Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common) |
| 3929 | 2026-08-21T16:13:55.304Z | Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 3930 | 2026-08-21T16:13:55.525Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3931 | 2026-08-21T16:13:55.525Z | Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 3932 | 2026-08-21T16:14:08.766Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.45s |
| 3933 | 2026-08-21T16:14:08.770Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3934 | 2026-08-21T16:14:08.770Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3935 | 2026-08-21T16:14:08.959Z | |
| 3936 | 2026-08-21T16:14:08.959Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/337) |
| 3937 | 2026-08-21T16:14:09.487Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3938 | 2026-08-21T16:14:09.491Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3939 | 2026-08-21T16:14:09.735Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3940 | 2026-08-21T16:14:20.270Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.30s |
| 3941 | 2026-08-21T16:14:20.273Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3942 | 2026-08-21T16:14:20.273Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3943 | 2026-08-21T16:14:20.465Z | |
| 3944 | 2026-08-21T16:14:20.465Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/337) |
| 3945 | 2026-08-21T16:14:20.988Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3946 | 2026-08-21T16:14:20.992Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3947 | 2026-08-21T16:14:21.234Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3948 | 2026-08-21T16:14:31.706Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.23s |
| 3949 | 2026-08-21T16:14:31.709Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3950 | 2026-08-21T16:14:31.709Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3951 | 2026-08-21T16:14:31.913Z | |
| 3952 | 2026-08-21T16:14:31.913Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/337) |
| 3953 | 2026-08-21T16:14:32.441Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3954 | 2026-08-21T16:14:32.444Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3955 | 2026-08-21T16:14:32.685Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3956 | 2026-08-21T16:14:43.206Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.28s |
| 3957 | 2026-08-21T16:14:43.209Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3958 | 2026-08-21T16:14:43.209Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3959 | 2026-08-21T16:14:43.406Z | |
| 3960 | 2026-08-21T16:14:43.406Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/337) |
| 3961 | 2026-08-21T16:14:43.932Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3962 | 2026-08-21T16:14:43.936Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3963 | 2026-08-21T16:14:44.179Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3964 | 2026-08-21T16:14:54.652Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.24s |
| 3965 | 2026-08-21T16:14:54.655Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3966 | 2026-08-21T16:14:54.655Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3967 | 2026-08-21T16:14:54.853Z | |
| 3968 | 2026-08-21T16:14:54.853Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/337) |
| 3969 | 2026-08-21T16:14:55.378Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3970 | 2026-08-21T16:14:55.381Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3971 | 2026-08-21T16:14:55.621Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3972 | 2026-08-21T16:15:06.142Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.28s |
| 3973 | 2026-08-21T16:15:06.145Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3974 | 2026-08-21T16:15:06.145Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3975 | 2026-08-21T16:15:06.339Z | |
| 3976 | 2026-08-21T16:15:06.339Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/337) |
| 3977 | 2026-08-21T16:15:06.865Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3978 | 2026-08-21T16:15:06.868Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3979 | 2026-08-21T16:15:07.111Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3980 | 2026-08-21T16:15:17.655Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.31s |
| 3981 | 2026-08-21T16:15:17.659Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3982 | 2026-08-21T16:15:17.659Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3983 | 2026-08-21T16:15:17.859Z | |
| 3984 | 2026-08-21T16:15:17.859Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/337) |
| 3985 | 2026-08-21T16:15:18.379Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3986 | 2026-08-21T16:15:18.382Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3987 | 2026-08-21T16:15:18.627Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3988 | 2026-08-21T16:15:29.099Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.23s |
| 3989 | 2026-08-21T16:15:29.104Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3990 | 2026-08-21T16:15:29.104Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3991 | 2026-08-21T16:15:29.299Z | |
| 3992 | 2026-08-21T16:15:29.299Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-api (210/337) |
| 3993 | 2026-08-21T16:15:29.784Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3994 | 2026-08-21T16:15:29.788Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3995 | 2026-08-21T16:15:29.788Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3996 | 2026-08-21T16:15:29.792Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3997 | 2026-08-21T16:15:29.874Z | |
| 3998 | 2026-08-21T16:15:29.874Z | info: running `cargo check --bins` on installinator-common (211/337) |
| 3999 | 2026-08-21T16:15:30.364Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4000 | 2026-08-21T16:15:30.368Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4001 | 2026-08-21T16:15:30.368Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4002 | 2026-08-21T16:15:30.372Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4003 | 2026-08-21T16:15:30.458Z | |
| 4004 | 2026-08-21T16:15:30.458Z | info: running `cargo check --bins` on installinator-common-versions (212/337) |
| 4005 | 2026-08-21T16:15:30.921Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4006 | 2026-08-21T16:15:30.925Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4007 | 2026-08-21T16:15:30.925Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4008 | 2026-08-21T16:15:30.928Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4009 | 2026-08-21T16:15:31.007Z | |
| 4010 | 2026-08-21T16:15:31.007Z | info: running `cargo check --bins` on nexus-lockstep-client (213/337) |
| 4011 | 2026-08-21T16:15:31.511Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4012 | 2026-08-21T16:15:31.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4013 | 2026-08-21T16:15:31.515Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4014 | 2026-08-21T16:15:31.519Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4015 | 2026-08-21T16:15:31.610Z | |
| 4016 | 2026-08-21T16:15:31.611Z | info: running `cargo check --bins` on omicron-ddm-admin-client (214/337) |
| 4017 | 2026-08-21T16:15:32.093Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4018 | 2026-08-21T16:15:32.097Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4019 | 2026-08-21T16:15:32.097Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4020 | 2026-08-21T16:15:32.100Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4021 | 2026-08-21T16:15:32.183Z | |
| 4022 | 2026-08-21T16:15:32.183Z | info: running `cargo check --bins` on range-requests (215/337) |
| 4023 | 2026-08-21T16:15:32.658Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4024 | 2026-08-21T16:15:32.662Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4025 | 2026-08-21T16:15:32.662Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4026 | 2026-08-21T16:15:32.665Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4027 | 2026-08-21T16:15:32.748Z | |
| 4028 | 2026-08-21T16:15:32.748Z | info: running `cargo check --bins` on repo-depot-api (216/337) |
| 4029 | 2026-08-21T16:15:33.223Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4030 | 2026-08-21T16:15:33.227Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4031 | 2026-08-21T16:15:33.227Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4032 | 2026-08-21T16:15:33.230Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4033 | 2026-08-21T16:15:33.313Z | |
| 4034 | 2026-08-21T16:15:33.313Z | info: running `cargo check --bins` on repo-depot-client (217/337) |
| 4035 | 2026-08-21T16:15:33.784Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4036 | 2026-08-21T16:15:33.788Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4037 | 2026-08-21T16:15:33.788Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4038 | 2026-08-21T16:15:33.791Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4039 | 2026-08-21T16:15:33.872Z | |
| 4040 | 2026-08-21T16:15:33.872Z | info: running `cargo check --bins` on sled-agent-api (218/337) |
| 4041 | 2026-08-21T16:15:34.369Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4042 | 2026-08-21T16:15:34.375Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4043 | 2026-08-21T16:15:34.375Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4044 | 2026-08-21T16:15:34.379Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4045 | 2026-08-21T16:15:34.461Z | |
| 4046 | 2026-08-21T16:15:34.461Z | info: running `cargo check --bins` on sled-diagnostics (219/337) |
| 4047 | 2026-08-21T16:15:34.955Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4048 | 2026-08-21T16:15:34.959Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4049 | 2026-08-21T16:15:34.959Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4050 | 2026-08-21T16:15:34.962Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4051 | 2026-08-21T16:15:35.047Z | |
| 4052 | 2026-08-21T16:15:35.047Z | info: running `cargo check --bins` on zfs-test-harness (220/337) |
| 4053 | 2026-08-21T16:15:35.543Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4054 | 2026-08-21T16:15:35.549Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4055 | 2026-08-21T16:15:35.549Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4056 | 2026-08-21T16:15:35.552Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4057 | 2026-08-21T16:15:35.638Z | |
| 4058 | 2026-08-21T16:15:35.638Z | info: running `cargo check --bins` on sled-agent-bootstrap-common (221/337) |
| 4059 | 2026-08-21T16:15:36.141Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4060 | 2026-08-21T16:15:36.145Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4061 | 2026-08-21T16:15:36.145Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4062 | 2026-08-21T16:15:36.149Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4063 | 2026-08-21T16:15:36.237Z | |
| 4064 | 2026-08-21T16:15:36.237Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (222/337) |
| 4065 | 2026-08-21T16:15:36.732Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4066 | 2026-08-21T16:15:36.736Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4067 | 2026-08-21T16:15:36.736Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4068 | 2026-08-21T16:15:36.740Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4069 | 2026-08-21T16:15:36.830Z | |
| 4070 | 2026-08-21T16:15:36.830Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (223/337) |
| 4071 | 2026-08-21T16:15:37.324Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4072 | 2026-08-21T16:15:37.327Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4073 | 2026-08-21T16:15:37.327Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4074 | 2026-08-21T16:15:37.331Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4075 | 2026-08-21T16:15:37.418Z | |
| 4076 | 2026-08-21T16:15:37.419Z | info: running `cargo check --bins --no-default-features` on sled-agent-measurements (224/337) |
| 4077 | 2026-08-21T16:15:37.911Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4078 | 2026-08-21T16:15:37.915Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4079 | 2026-08-21T16:15:37.915Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4080 | 2026-08-21T16:15:37.918Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4081 | 2026-08-21T16:15:38.005Z | |
| 4082 | 2026-08-21T16:15:38.005Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (225/337) |
| 4083 | 2026-08-21T16:15:38.501Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4084 | 2026-08-21T16:15:38.505Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4085 | 2026-08-21T16:15:38.505Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4086 | 2026-08-21T16:15:38.509Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4087 | 2026-08-21T16:15:38.594Z | |
| 4088 | 2026-08-21T16:15:38.594Z | info: running `cargo check --bins` on sled-agent-resolvable-files (226/337) |
| 4089 | 2026-08-21T16:15:39.090Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4090 | 2026-08-21T16:15:39.094Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4091 | 2026-08-21T16:15:39.094Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4092 | 2026-08-21T16:15:39.098Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4093 | 2026-08-21T16:15:39.187Z | |
| 4094 | 2026-08-21T16:15:39.187Z | info: running `cargo check --bins` on trust-quorum (227/337) |
| 4095 | 2026-08-21T16:15:39.686Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4096 | 2026-08-21T16:15:39.689Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4097 | 2026-08-21T16:15:39.689Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4098 | 2026-08-21T16:15:39.694Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4099 | 2026-08-21T16:15:39.782Z | |
| 4100 | 2026-08-21T16:15:39.782Z | info: running `cargo check --bins` on sled-agent-early-networking (228/337) |
| 4101 | 2026-08-21T16:15:40.271Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4102 | 2026-08-21T16:15:40.274Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4103 | 2026-08-21T16:15:40.274Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4104 | 2026-08-21T16:15:40.277Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4105 | 2026-08-21T16:15:40.363Z | |
| 4106 | 2026-08-21T16:15:40.363Z | info: running `cargo check --bins` on sled-agent-health-monitor (229/337) |
| 4107 | 2026-08-21T16:15:40.855Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4108 | 2026-08-21T16:15:40.858Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4109 | 2026-08-21T16:15:40.858Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4110 | 2026-08-21T16:15:40.862Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4111 | 2026-08-21T16:15:40.949Z | |
| 4112 | 2026-08-21T16:15:40.950Z | info: running `cargo check --bins` on sled-agent-multirack-join (230/337) |
| 4113 | 2026-08-21T16:15:41.462Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4114 | 2026-08-21T16:15:41.466Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4115 | 2026-08-21T16:15:41.466Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4116 | 2026-08-21T16:15:41.470Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4117 | 2026-08-21T16:15:41.561Z | |
| 4118 | 2026-08-21T16:15:41.561Z | info: running `cargo check --bins` on sled-agent-rack-setup (231/337) |
| 4119 | 2026-08-21T16:15:42.080Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4120 | 2026-08-21T16:15:42.084Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4121 | 2026-08-21T16:15:42.084Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4122 | 2026-08-21T16:15:42.088Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4123 | 2026-08-21T16:15:42.181Z | |
| 4124 | 2026-08-21T16:15:42.181Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (232/337) |
| 4125 | 2026-08-21T16:15:42.689Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4126 | 2026-08-21T16:15:42.693Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4127 | 2026-08-21T16:15:42.693Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4128 | 2026-08-21T16:15:42.697Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4129 | 2026-08-21T16:15:42.788Z | |
| 4130 | 2026-08-21T16:15:42.788Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (233/337) |
| 4131 | 2026-08-21T16:15:43.303Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4132 | 2026-08-21T16:15:43.307Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4133 | 2026-08-21T16:15:43.307Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4134 | 2026-08-21T16:15:43.311Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4135 | 2026-08-21T16:15:43.403Z | |
| 4136 | 2026-08-21T16:15:43.403Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (234/337) |
| 4137 | 2026-08-21T16:15:43.923Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4138 | 2026-08-21T16:15:43.935Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4139 | 2026-08-21T16:15:43.935Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4140 | 2026-08-21T16:15:43.935Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4141 | 2026-08-21T16:15:44.035Z | |
| 4142 | 2026-08-21T16:15:44.036Z | info: running `cargo check --bins` on omicron-deployment-graph (235/337) |
| 4143 | 2026-08-21T16:15:44.492Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4144 | 2026-08-21T16:15:44.497Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4145 | 2026-08-21T16:15:44.497Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4146 | 2026-08-21T16:15:44.506Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4147 | 2026-08-21T16:15:44.575Z | |
| 4148 | 2026-08-21T16:15:44.575Z | info: running `cargo check --bins` on transient-dns-server (236/337) |
| 4149 | 2026-08-21T16:15:45.064Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4150 | 2026-08-21T16:15:45.074Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4151 | 2026-08-21T16:15:45.074Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4152 | 2026-08-21T16:15:45.074Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4153 | 2026-08-21T16:15:45.153Z | |
| 4154 | 2026-08-21T16:15:45.153Z | info: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (237/337) |
| 4155 | 2026-08-21T16:15:45.643Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4156 | 2026-08-21T16:15:45.652Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4157 | 2026-08-21T16:15:45.653Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4158 | 2026-08-21T16:15:45.653Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4159 | 2026-08-21T16:15:45.735Z | |
| 4160 | 2026-08-21T16:15:45.735Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (238/337) |
| 4161 | 2026-08-21T16:15:46.231Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4162 | 2026-08-21T16:15:46.236Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4163 | 2026-08-21T16:15:46.237Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4164 | 2026-08-21T16:15:46.237Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4165 | 2026-08-21T16:15:46.325Z | |
| 4166 | 2026-08-21T16:15:46.325Z | info: running `cargo check --bins` on omicron-rpaths (239/337) |
| 4167 | 2026-08-21T16:15:46.785Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4168 | 2026-08-21T16:15:46.791Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4169 | 2026-08-21T16:15:46.791Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4170 | 2026-08-21T16:15:46.798Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4171 | 2026-08-21T16:15:46.875Z | |
| 4172 | 2026-08-21T16:15:46.875Z | info: running `cargo check --bins` on omicron-repl-utils (240/337) |
| 4173 | 2026-08-21T16:15:47.342Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4174 | 2026-08-21T16:15:47.350Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4175 | 2026-08-21T16:15:47.350Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4176 | 2026-08-21T16:15:47.350Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4177 | 2026-08-21T16:15:47.431Z | |
| 4178 | 2026-08-21T16:15:47.432Z | info: running `cargo check --bins` on omicron-clickhouse-admin (241/337) |
| 4179 | 2026-08-21T16:15:47.932Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4180 | 2026-08-21T16:15:47.936Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4181 | 2026-08-21T16:15:48.129Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 4182 | 2026-08-21T16:15:48.538Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 4183 | 2026-08-21T16:15:49.715Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.28s |
| 4184 | 2026-08-21T16:15:49.901Z | |
| 4185 | 2026-08-21T16:15:49.901Z | info: running `cargo check --bins` on clickhouse-admin-api (242/337) |
| 4186 | 2026-08-21T16:15:50.378Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4187 | 2026-08-21T16:15:50.381Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4188 | 2026-08-21T16:15:50.382Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4189 | 2026-08-21T16:15:50.385Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4190 | 2026-08-21T16:15:50.470Z | |
| 4191 | 2026-08-21T16:15:50.470Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (243/337) |
| 4192 | 2026-08-21T16:15:50.947Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4193 | 2026-08-21T16:15:50.949Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4194 | 2026-08-21T16:15:50.949Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4195 | 2026-08-21T16:15:50.954Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4196 | 2026-08-21T16:15:51.036Z | |
| 4197 | 2026-08-21T16:15:51.036Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-client (244/337) |
| 4198 | 2026-08-21T16:15:51.518Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4199 | 2026-08-21T16:15:51.520Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4200 | 2026-08-21T16:15:51.520Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4201 | 2026-08-21T16:15:51.525Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4202 | 2026-08-21T16:15:51.608Z | |
| 4203 | 2026-08-21T16:15:51.608Z | info: running `cargo check --bins` on clickhouse-admin-single-client (245/337) |
| 4204 | 2026-08-21T16:15:52.090Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4205 | 2026-08-21T16:15:52.093Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4206 | 2026-08-21T16:15:52.093Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4207 | 2026-08-21T16:15:52.097Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4208 | 2026-08-21T16:15:52.179Z | |
| 4209 | 2026-08-21T16:15:52.179Z | info: running `cargo check --bins` on installinator-client (246/337) |
| 4210 | 2026-08-21T16:15:52.655Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4211 | 2026-08-21T16:15:52.658Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4212 | 2026-08-21T16:15:52.658Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4213 | 2026-08-21T16:15:52.662Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4214 | 2026-08-21T16:15:52.743Z | |
| 4215 | 2026-08-21T16:15:52.743Z | info: running `cargo check --bins` on oxide-client (247/337) |
| 4216 | 2026-08-21T16:15:53.214Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4217 | 2026-08-21T16:15:53.217Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4218 | 2026-08-21T16:15:53.217Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4219 | 2026-08-21T16:15:53.220Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4220 | 2026-08-21T16:15:53.297Z | |
| 4221 | 2026-08-21T16:15:53.297Z | info: running `cargo check --bins` on oximeter-client (248/337) |
| 4222 | 2026-08-21T16:15:53.775Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4223 | 2026-08-21T16:15:53.778Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4224 | 2026-08-21T16:15:53.778Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4225 | 2026-08-21T16:15:53.782Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4226 | 2026-08-21T16:15:53.865Z | |
| 4227 | 2026-08-21T16:15:53.865Z | info: running `cargo check --bins` on wicketd-client (249/337) |
| 4228 | 2026-08-21T16:15:54.362Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4229 | 2026-08-21T16:15:54.365Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4230 | 2026-08-21T16:15:54.365Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4231 | 2026-08-21T16:15:54.370Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4232 | 2026-08-21T16:15:54.454Z | |
| 4233 | 2026-08-21T16:15:54.454Z | info: running `cargo check --bins` on wicket-common (250/337) |
| 4234 | 2026-08-21T16:15:54.944Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4235 | 2026-08-21T16:15:54.948Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4236 | 2026-08-21T16:15:54.948Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4237 | 2026-08-21T16:15:54.952Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4238 | 2026-08-21T16:15:55.039Z | |
| 4239 | 2026-08-21T16:15:55.040Z | info: running `cargo check --bins` on wicketd-commission-client (251/337) |
| 4240 | 2026-08-21T16:15:55.528Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4241 | 2026-08-21T16:15:55.533Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4242 | 2026-08-21T16:15:55.533Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4243 | 2026-08-21T16:15:55.536Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4244 | 2026-08-21T16:15:55.619Z | |
| 4245 | 2026-08-21T16:15:55.619Z | info: running `cargo check --bins` on omicron-cockroach-admin (252/337) |
| 4246 | 2026-08-21T16:15:56.114Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4247 | 2026-08-21T16:15:56.117Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4248 | 2026-08-21T16:15:56.287Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 4249 | 2026-08-21T16:15:56.290Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 4250 | 2026-08-21T16:15:57.457Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.83s |
| 4251 | 2026-08-21T16:15:57.634Z | |
| 4252 | 2026-08-21T16:15:57.634Z | info: running `cargo check --bins` on cockroach-admin-api (253/337) |
| 4253 | 2026-08-21T16:15:58.112Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4254 | 2026-08-21T16:15:58.115Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4255 | 2026-08-21T16:15:58.115Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4256 | 2026-08-21T16:15:58.119Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4257 | 2026-08-21T16:15:58.201Z | |
| 4258 | 2026-08-21T16:15:58.201Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (254/337) |
| 4259 | 2026-08-21T16:15:58.743Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4260 | 2026-08-21T16:15:58.747Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4261 | 2026-08-21T16:15:58.747Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4262 | 2026-08-21T16:15:58.752Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4263 | 2026-08-21T16:15:58.850Z | |
| 4264 | 2026-08-21T16:15:58.850Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (255/337) |
| 4265 | 2026-08-21T16:15:59.394Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4266 | 2026-08-21T16:15:59.398Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4267 | 2026-08-21T16:15:59.398Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4268 | 2026-08-21T16:15:59.403Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4269 | 2026-08-21T16:15:59.499Z | |
| 4270 | 2026-08-21T16:15:59.499Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (256/337) |
| 4271 | 2026-08-21T16:16:00.018Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4272 | 2026-08-21T16:16:00.021Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4273 | 2026-08-21T16:16:00.021Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4274 | 2026-08-21T16:16:00.025Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4275 | 2026-08-21T16:16:00.119Z | |
| 4276 | 2026-08-21T16:16:00.119Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (257/337) |
| 4277 | 2026-08-21T16:16:00.646Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4278 | 2026-08-21T16:16:00.649Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4279 | 2026-08-21T16:16:00.650Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4280 | 2026-08-21T16:16:00.654Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4281 | 2026-08-21T16:16:00.750Z | |
| 4282 | 2026-08-21T16:16:00.750Z | info: running `cargo check --bins` on db-macros (258/337) |
| 4283 | 2026-08-21T16:16:01.224Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4284 | 2026-08-21T16:16:01.228Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4285 | 2026-08-21T16:16:01.228Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4286 | 2026-08-21T16:16:01.231Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4287 | 2026-08-21T16:16:01.313Z | |
| 4288 | 2026-08-21T16:16:01.313Z | info: running `cargo check --bins` on nexus-macros-common (259/337) |
| 4289 | 2026-08-21T16:16:01.784Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4290 | 2026-08-21T16:16:01.787Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4291 | 2026-08-21T16:16:01.787Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4292 | 2026-08-21T16:16:01.791Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4293 | 2026-08-21T16:16:01.874Z | |
| 4294 | 2026-08-21T16:16:01.874Z | info: running `cargo check --bins` on nexus-auth (260/337) |
| 4295 | 2026-08-21T16:16:02.388Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4296 | 2026-08-21T16:16:02.391Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4297 | 2026-08-21T16:16:02.391Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4298 | 2026-08-21T16:16:02.396Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4299 | 2026-08-21T16:16:02.488Z | |
| 4300 | 2026-08-21T16:16:02.489Z | info: running `cargo check --bins` on authz-macros (261/337) |
| 4301 | 2026-08-21T16:16:02.954Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4302 | 2026-08-21T16:16:02.958Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4303 | 2026-08-21T16:16:02.958Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4304 | 2026-08-21T16:16:02.961Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4305 | 2026-08-21T16:16:03.044Z | |
| 4306 | 2026-08-21T16:16:03.044Z | info: running `cargo check --bins` on nexus-db-fixed-data (262/337) |
| 4307 | 2026-08-21T16:16:03.556Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4308 | 2026-08-21T16:16:03.559Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4309 | 2026-08-21T16:16:03.559Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4310 | 2026-08-21T16:16:03.564Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4311 | 2026-08-21T16:16:03.656Z | |
| 4312 | 2026-08-21T16:16:03.657Z | info: running `cargo check --bins` on nexus-db-model (263/337) |
| 4313 | 2026-08-21T16:16:04.172Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4314 | 2026-08-21T16:16:04.209Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4315 | 2026-08-21T16:16:04.209Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4316 | 2026-08-21T16:16:04.209Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4317 | 2026-08-21T16:16:04.272Z | |
| 4318 | 2026-08-21T16:16:04.272Z | info: running `cargo check --bins` on nexus-db-schema (264/337) |
| 4319 | 2026-08-21T16:16:04.748Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4320 | 2026-08-21T16:16:04.751Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4321 | 2026-08-21T16:16:04.751Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4322 | 2026-08-21T16:16:04.756Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4323 | 2026-08-21T16:16:04.837Z | |
| 4324 | 2026-08-21T16:16:04.837Z | info: running `cargo check --bins` on nexus-defaults (265/337) |
| 4325 | 2026-08-21T16:16:05.319Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4326 | 2026-08-21T16:16:05.322Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4327 | 2026-08-21T16:16:05.322Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4328 | 2026-08-21T16:16:05.326Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4329 | 2026-08-21T16:16:05.411Z | |
| 4330 | 2026-08-21T16:16:05.411Z | info: running `cargo check --bins` on omicron-git-version (266/337) |
| 4331 | 2026-08-21T16:16:05.883Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4332 | 2026-08-21T16:16:05.886Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4333 | 2026-08-21T16:16:05.886Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4334 | 2026-08-21T16:16:05.890Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4335 | 2026-08-21T16:16:05.972Z | |
| 4336 | 2026-08-21T16:16:05.972Z | info: running `cargo check --bins` on nexus-db-errors (267/337) |
| 4337 | 2026-08-21T16:16:06.495Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4338 | 2026-08-21T16:16:06.498Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4339 | 2026-08-21T16:16:06.498Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4340 | 2026-08-21T16:16:06.503Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4341 | 2026-08-21T16:16:06.597Z | |
| 4342 | 2026-08-21T16:16:06.597Z | info: running `cargo check --bins` on nexus-db-lookup (268/337) |
| 4343 | 2026-08-21T16:16:07.120Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4344 | 2026-08-21T16:16:07.123Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4345 | 2026-08-21T16:16:07.123Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4346 | 2026-08-21T16:16:07.128Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4347 | 2026-08-21T16:16:07.224Z | |
| 4348 | 2026-08-21T16:16:07.224Z | info: running `cargo check --bins` on nexus-test-interface (269/337) |
| 4349 | 2026-08-21T16:16:07.749Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4350 | 2026-08-21T16:16:07.752Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4351 | 2026-08-21T16:16:07.752Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4352 | 2026-08-21T16:16:07.757Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4353 | 2026-08-21T16:16:07.853Z | |
| 4354 | 2026-08-21T16:16:07.853Z | info: running `cargo check --bins` on oximeter-collector (270/337) |
| 4355 | 2026-08-21T16:16:08.365Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4356 | 2026-08-21T16:16:08.368Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4357 | 2026-08-21T16:16:08.573Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 4358 | 2026-08-21T16:16:08.573Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 4359 | 2026-08-21T16:16:09.240Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4360 | 2026-08-21T16:16:10.936Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.07s |
| 4361 | 2026-08-21T16:16:11.128Z | |
| 4362 | 2026-08-21T16:16:11.128Z | info: running `cargo check --bins` on oximeter-api (271/337) |
| 4363 | 2026-08-21T16:16:11.608Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4364 | 2026-08-21T16:16:11.611Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4365 | 2026-08-21T16:16:11.611Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4366 | 2026-08-21T16:16:11.615Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4367 | 2026-08-21T16:16:11.700Z | |
| 4368 | 2026-08-21T16:16:11.700Z | info: running `cargo check --bins` on cert-dev (272/337) |
| 4369 | 2026-08-21T16:16:12.173Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4370 | 2026-08-21T16:16:12.176Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4371 | 2026-08-21T16:16:12.307Z | Checking yasna v0.5.2 |
| 4372 | 2026-08-21T16:16:12.702Z | Checking rcgen v0.12.1 |
| 4373 | 2026-08-21T16:16:12.951Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 4374 | 2026-08-21T16:16:13.130Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s |
| 4375 | 2026-08-21T16:16:13.303Z | |
| 4376 | 2026-08-21T16:16:13.304Z | info: running `cargo check --bins` on clickana (273/337) |
| 4377 | 2026-08-21T16:16:13.789Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4378 | 2026-08-21T16:16:13.792Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4379 | 2026-08-21T16:16:13.940Z | Compiling instability v0.3.11 |
| 4380 | 2026-08-21T16:16:13.940Z | Checking castaway v0.2.4 |
| 4381 | 2026-08-21T16:16:13.941Z | Compiling indoc v2.0.7 |
| 4382 | 2026-08-21T16:16:13.944Z | Checking unicode-truncate v1.1.0 |
| 4383 | 2026-08-21T16:16:13.944Z | Checking lru v0.12.5 |
| 4384 | 2026-08-21T16:16:13.944Z | Checking cassowary v0.3.0 |
| 4385 | 2026-08-21T16:16:14.136Z | Checking compact_str v0.8.1 |
| 4386 | 2026-08-21T16:16:14.908Z | Checking ratatui v0.29.0 |
| 4387 | 2026-08-21T16:16:15.955Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 4388 | 2026-08-21T16:16:16.706Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.39s |
| 4389 | 2026-08-21T16:16:16.868Z | |
| 4390 | 2026-08-21T16:16:16.868Z | info: running `cargo check --bins` on clickhouse-cluster-dev (274/337) |
| 4391 | 2026-08-21T16:16:17.381Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4392 | 2026-08-21T16:16:17.385Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4393 | 2026-08-21T16:16:17.587Z | Checking headers-core v0.3.0 |
| 4394 | 2026-08-21T16:16:17.587Z | Checking port-file v0.1.0 |
| 4395 | 2026-08-21T16:16:17.590Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 4396 | 2026-08-21T16:16:17.778Z | Checking headers v0.4.1 |
| 4397 | 2026-08-21T16:16:18.142Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4398 | 2026-08-21T16:16:19.090Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 4399 | 2026-08-21T16:16:19.609Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 4400 | 2026-08-21T16:16:20.050Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.17s |
| 4401 | 2026-08-21T16:16:20.235Z | |
| 4402 | 2026-08-21T16:16:20.235Z | info: running `cargo check --bins` on ch-dev (275/337) |
| 4403 | 2026-08-21T16:16:20.832Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4404 | 2026-08-21T16:16:20.835Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4405 | 2026-08-21T16:16:20.943Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 4406 | 2026-08-21T16:16:21.692Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s |
| 4407 | 2026-08-21T16:16:21.879Z | |
| 4408 | 2026-08-21T16:16:21.879Z | info: running `cargo check --bins` on dev-tools-common (276/337) |
| 4409 | 2026-08-21T16:16:22.240Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4410 | 2026-08-21T16:16:22.243Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4411 | 2026-08-21T16:16:22.243Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4412 | 2026-08-21T16:16:22.246Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 4413 | 2026-08-21T16:16:22.293Z | |
| 4414 | 2026-08-21T16:16:22.293Z | info: running `cargo check --bins` on corpus-adjust (277/337) |
| 4415 | 2026-08-21T16:16:22.767Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4416 | 2026-08-21T16:16:22.771Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4417 | 2026-08-21T16:16:22.909Z | Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust) |
| 4418 | 2026-08-21T16:16:23.282Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
| 4419 | 2026-08-21T16:16:23.444Z | |
| 4420 | 2026-08-21T16:16:23.444Z | info: running `cargo check --bins` on crdb-seed (278/337) |
| 4421 | 2026-08-21T16:16:23.948Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4422 | 2026-08-21T16:16:23.951Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4423 | 2026-08-21T16:16:24.147Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4424 | 2026-08-21T16:16:25.235Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 4425 | 2026-08-21T16:16:25.584Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.13s |
| 4426 | 2026-08-21T16:16:25.771Z | |
| 4427 | 2026-08-21T16:16:25.771Z | info: running `cargo check --bins` on db-dev (279/337) |
| 4428 | 2026-08-21T16:16:26.276Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4429 | 2026-08-21T16:16:26.279Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4430 | 2026-08-21T16:16:26.474Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 4431 | 2026-08-21T16:16:27.232Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s |
| 4432 | 2026-08-21T16:16:27.417Z | |
| 4433 | 2026-08-21T16:16:27.417Z | info: running `cargo check --bins` on omicron-dev-lib (280/337) |
| 4434 | 2026-08-21T16:16:27.921Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4435 | 2026-08-21T16:16:27.925Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4436 | 2026-08-21T16:16:27.925Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4437 | 2026-08-21T16:16:27.929Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4438 | 2026-08-21T16:16:28.018Z | |
| 4439 | 2026-08-21T16:16:28.018Z | info: running `cargo check --bins` on xtask-downloader (281/337) |
| 4440 | 2026-08-21T16:16:28.483Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4441 | 2026-08-21T16:16:28.487Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4442 | 2026-08-21T16:16:28.620Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 4443 | 2026-08-21T16:16:29.305Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s |
| 4444 | 2026-08-21T16:16:29.468Z | |
| 4445 | 2026-08-21T16:16:29.468Z | info: running `cargo check --bins` on omicron-dropshot-apis (282/337) |
| 4446 | 2026-08-21T16:16:29.982Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4447 | 2026-08-21T16:16:29.985Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4448 | 2026-08-21T16:16:30.205Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 4449 | 2026-08-21T16:16:30.205Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 4450 | 2026-08-21T16:16:30.208Z | Checking git-stub v1.0.0 |
| 4451 | 2026-08-21T16:16:30.208Z | Compiling trait-variant v0.1.2 |
| 4452 | 2026-08-21T16:16:30.208Z | Checking maplit v1.0.2 |
| 4453 | 2026-08-21T16:16:30.208Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4454 | 2026-08-21T16:16:30.322Z | Checking drift v0.2.0 |
| 4455 | 2026-08-21T16:16:30.329Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4456 | 2026-08-21T16:16:30.437Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4457 | 2026-08-21T16:16:30.461Z | Checking git-stub-vcs v0.1.0 |
| 4458 | 2026-08-21T16:16:30.550Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4459 | 2026-08-21T16:16:30.565Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4460 | 2026-08-21T16:16:30.655Z | Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 4461 | 2026-08-21T16:16:30.668Z | Checking dropshot-api-manager v0.8.0 |
| 4462 | 2026-08-21T16:16:30.683Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 4463 | 2026-08-21T16:16:30.884Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 4464 | 2026-08-21T16:16:31.045Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 4465 | 2026-08-21T16:16:31.573Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4466 | 2026-08-21T16:16:32.478Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4467 | 2026-08-21T16:16:33.474Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4468 | 2026-08-21T16:16:34.297Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 4469 | 2026-08-21T16:16:34.740Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.26s |
| 4470 | 2026-08-21T16:16:34.920Z | |
| 4471 | 2026-08-21T16:16:34.920Z | info: running `cargo check --bins` on installinator-api (283/337) |
| 4472 | 2026-08-21T16:16:35.404Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4473 | 2026-08-21T16:16:35.407Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4474 | 2026-08-21T16:16:35.407Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4475 | 2026-08-21T16:16:35.411Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4476 | 2026-08-21T16:16:35.495Z | |
| 4477 | 2026-08-21T16:16:35.495Z | info: running `cargo check --bins` on nexus-external-api (284/337) |
| 4478 | 2026-08-21T16:16:36.006Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4479 | 2026-08-21T16:16:36.009Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4480 | 2026-08-21T16:16:36.009Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4481 | 2026-08-21T16:16:36.013Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4482 | 2026-08-21T16:16:36.105Z | |
| 4483 | 2026-08-21T16:16:36.105Z | info: running `cargo check --bins` on nexus-internal-api (285/337) |
| 4484 | 2026-08-21T16:16:36.617Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4485 | 2026-08-21T16:16:36.620Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4486 | 2026-08-21T16:16:36.620Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4487 | 2026-08-21T16:16:36.625Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4488 | 2026-08-21T16:16:36.718Z | |
| 4489 | 2026-08-21T16:16:36.718Z | info: running `cargo check --bins` on nexus-lockstep-api (286/337) |
| 4490 | 2026-08-21T16:16:37.229Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4491 | 2026-08-21T16:16:37.232Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4492 | 2026-08-21T16:16:37.232Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4493 | 2026-08-21T16:16:37.237Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4494 | 2026-08-21T16:16:37.329Z | |
| 4495 | 2026-08-21T16:16:37.329Z | info: running `cargo check --bins` on ntp-admin-api (287/337) |
| 4496 | 2026-08-21T16:16:37.814Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4497 | 2026-08-21T16:16:37.817Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4498 | 2026-08-21T16:16:37.817Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4499 | 2026-08-21T16:16:37.821Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4500 | 2026-08-21T16:16:37.905Z | |
| 4501 | 2026-08-21T16:16:37.905Z | info: running `cargo check --bins` on ntp-admin-types-versions (288/337) |
| 4502 | 2026-08-21T16:16:38.377Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4503 | 2026-08-21T16:16:38.381Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4504 | 2026-08-21T16:16:38.381Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4505 | 2026-08-21T16:16:38.384Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4506 | 2026-08-21T16:16:38.467Z | |
| 4507 | 2026-08-21T16:16:38.467Z | info: running `cargo check --bins` on wicketd-api (289/337) |
| 4508 | 2026-08-21T16:16:38.957Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4509 | 2026-08-21T16:16:38.962Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4510 | 2026-08-21T16:16:38.963Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4511 | 2026-08-21T16:16:38.966Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4512 | 2026-08-21T16:16:39.056Z | |
| 4513 | 2026-08-21T16:16:39.056Z | info: running `cargo check --bins` on wicketd-commission-api (290/337) |
| 4514 | 2026-08-21T16:16:39.536Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4515 | 2026-08-21T16:16:39.539Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4516 | 2026-08-21T16:16:39.539Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4517 | 2026-08-21T16:16:39.542Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4518 | 2026-08-21T16:16:39.627Z | |
| 4519 | 2026-08-21T16:16:39.627Z | info: running `cargo check --bins` on omicron-ls-apis (291/337) |
| 4520 | 2026-08-21T16:16:40.097Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4521 | 2026-08-21T16:16:40.100Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4522 | 2026-08-21T16:16:40.236Z | Compiling blake3 v1.8.5 |
| 4523 | 2026-08-21T16:16:40.344Z | Checking constant_time_eq v0.4.2 |
| 4524 | 2026-08-21T16:16:40.347Z | Checking arrayvec v0.7.6 |
| 4525 | 2026-08-21T16:16:40.347Z | Checking arrayref v0.3.9 |
| 4526 | 2026-08-21T16:16:40.366Z | Checking cargo-platform v0.3.2 |
| 4527 | 2026-08-21T16:16:40.366Z | Checking topological-sort v0.2.2 |
| 4528 | 2026-08-21T16:16:40.369Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 4529 | 2026-08-21T16:16:40.519Z | Checking cargo_metadata v0.23.1 |
| 4530 | 2026-08-21T16:16:41.098Z | Checking omicron-zone-package v0.12.3 |
| 4531 | 2026-08-21T16:16:41.800Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 4532 | 2026-08-21T16:16:42.621Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.99s |
| 4533 | 2026-08-21T16:16:42.780Z | |
| 4534 | 2026-08-21T16:16:42.780Z | info: running `cargo check --bins` on mgs-dev (292/337) |
| 4535 | 2026-08-21T16:16:43.295Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4536 | 2026-08-21T16:16:43.299Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4537 | 2026-08-21T16:16:43.503Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4538 | 2026-08-21T16:16:44.125Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 4539 | 2026-08-21T16:16:44.627Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s |
| 4540 | 2026-08-21T16:16:44.821Z | |
| 4541 | 2026-08-21T16:16:44.821Z | info: running `cargo check --bins` on omicron-omdb (293/337) |
| 4542 | 2026-08-21T16:16:45.376Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4543 | 2026-08-21T16:16:45.379Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4544 | 2026-08-21T16:16:45.781Z | Compiling darling_core v0.21.3 |
| 4545 | 2026-08-21T16:16:45.781Z | Compiling vergen-lib v0.1.6 |
| 4546 | 2026-08-21T16:16:45.782Z | Compiling diesel_derives v2.3.7 |
| 4547 | 2026-08-21T16:16:45.782Z | Checking scheduled-thread-pool v0.2.7 |
| 4548 | 2026-08-21T16:16:45.785Z | Compiling vergen-gitcl v1.0.8 |
| 4549 | 2026-08-21T16:16:45.785Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4550 | 2026-08-21T16:16:45.785Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 4551 | 2026-08-21T16:16:45.927Z | Compiling dirs-sys-next v0.1.2 |
| 4552 | 2026-08-21T16:16:46.047Z | Compiling crunchy v0.2.4 |
| 4553 | 2026-08-21T16:16:46.134Z | Compiling glob v0.3.3 |
| 4554 | 2026-08-21T16:16:46.196Z | Compiling dirs-next v2.0.0 |
| 4555 | 2026-08-21T16:16:46.211Z | Checking r2d2 v0.8.10 |
| 4556 | 2026-08-21T16:16:46.241Z | Checking downcast-rs v2.0.2 |
| 4557 | 2026-08-21T16:16:46.311Z | Compiling tiny-keccak v2.0.2 |
| 4558 | 2026-08-21T16:16:46.343Z | Compiling term v0.7.0 |
| 4559 | 2026-08-21T16:16:46.379Z | Compiling bit-vec v0.6.3 |
| 4560 | 2026-08-21T16:16:46.512Z | Compiling clang-sys v1.8.1 |
| 4561 | 2026-08-21T16:16:46.580Z | Compiling bit-set v0.5.3 |
| 4562 | 2026-08-21T16:16:46.596Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 4563 | 2026-08-21T16:16:46.736Z | Compiling ascii-canvas v3.0.0 |
| 4564 | 2026-08-21T16:16:46.775Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 4565 | 2026-08-21T16:16:46.870Z | Compiling itertools v0.10.5 |
| 4566 | 2026-08-21T16:16:46.890Z | Compiling ena v0.14.4 |
| 4567 | 2026-08-21T16:16:46.921Z | Compiling libloading v0.8.9 |
| 4568 | 2026-08-21T16:16:46.939Z | Compiling bindgen v0.71.1 |
| 4569 | 2026-08-21T16:16:46.962Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 4570 | 2026-08-21T16:16:46.979Z | Compiling regex-syntax v0.6.29 |
| 4571 | 2026-08-21T16:16:47.092Z | Compiling diff v0.1.13 |
| 4572 | 2026-08-21T16:16:47.346Z | Compiling cexpr v0.6.0 |
| 4573 | 2026-08-21T16:16:47.361Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4574 | 2026-08-21T16:16:47.541Z | Compiling rustc-hash v2.1.1 |
| 4575 | 2026-08-21T16:16:47.675Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4576 | 2026-08-21T16:16:47.753Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 4577 | 2026-08-21T16:16:47.925Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 4578 | 2026-08-21T16:16:48.001Z | Compiling libxml v0.3.3 |
| 4579 | 2026-08-21T16:16:48.019Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4580 | 2026-08-21T16:16:48.204Z | Compiling strum_macros v0.24.3 |
| 4581 | 2026-08-21T16:16:48.237Z | Compiling indoc v1.0.9 |
| 4582 | 2026-08-21T16:16:48.387Z | Compiling darling_macro v0.21.3 |
| 4583 | 2026-08-21T16:16:48.665Z | Compiling lalrpop v0.19.12 |
| 4584 | 2026-08-21T16:16:48.889Z | Compiling darling v0.21.3 |
| 4585 | 2026-08-21T16:16:48.980Z | Compiling dsl_auto_type v0.2.0 |
| 4586 | 2026-08-21T16:16:49.018Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4587 | 2026-08-21T16:16:49.038Z | Checking derive_builder v0.20.2 |
| 4588 | 2026-08-21T16:16:49.151Z | Compiling oso-derive v0.27.3 |
| 4589 | 2026-08-21T16:16:49.196Z | Checking quick-xml v0.37.5 |
| 4590 | 2026-08-21T16:16:49.523Z | Compiling impl-trait-for-tuples v0.2.3 |
| 4591 | 2026-08-21T16:16:49.654Z | Checking openssl-probe v0.1.6 |
| 4592 | 2026-08-21T16:16:49.829Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 4593 | 2026-08-21T16:16:50.092Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4594 | 2026-08-21T16:16:50.281Z | Checking bb8 v0.8.6 |
| 4595 | 2026-08-21T16:16:50.572Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4596 | 2026-08-21T16:16:50.593Z | Checking nonempty v0.12.0 |
| 4597 | 2026-08-21T16:16:50.701Z | Compiling libz-sys v1.1.24 |
| 4598 | 2026-08-21T16:16:50.757Z | Compiling strsim v0.10.0 |
| 4599 | 2026-08-21T16:16:50.795Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 4600 | 2026-08-21T16:16:51.085Z | Compiling darling_core v0.13.4 |
| 4601 | 2026-08-21T16:16:51.110Z | Compiling vergen-git2 v9.1.0 |
| 4602 | 2026-08-21T16:16:51.258Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4603 | 2026-08-21T16:16:51.321Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4604 | 2026-08-21T16:16:51.465Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4605 | 2026-08-21T16:16:51.674Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4606 | 2026-08-21T16:16:51.855Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4607 | 2026-08-21T16:16:52.040Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4608 | 2026-08-21T16:16:52.221Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4609 | 2026-08-21T16:16:52.287Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4610 | 2026-08-21T16:16:52.401Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 4611 | 2026-08-21T16:16:52.586Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 4612 | 2026-08-21T16:16:52.765Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4613 | 2026-08-21T16:16:52.933Z | Compiling darling_macro v0.13.4 |
| 4614 | 2026-08-21T16:16:52.947Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 4615 | 2026-08-21T16:16:53.322Z | Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 4616 | 2026-08-21T16:16:53.407Z | Compiling darling v0.13.4 |
| 4617 | 2026-08-21T16:16:53.498Z | Compiling serde_with_macros v1.5.2 |
| 4618 | 2026-08-21T16:16:53.695Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 4619 | 2026-08-21T16:16:54.272Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4620 | 2026-08-21T16:16:54.321Z | Compiling serde_with v1.14.0 |
| 4621 | 2026-08-21T16:16:54.458Z | Checking twox-hash v2.1.2 |
| 4622 | 2026-08-21T16:16:54.754Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4623 | 2026-08-21T16:16:54.815Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 4624 | 2026-08-21T16:16:54.870Z | Checking diesel v2.3.7 |
| 4625 | 2026-08-21T16:16:55.483Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 4626 | 2026-08-21T16:16:56.476Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4627 | 2026-08-21T16:16:56.626Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 4628 | 2026-08-21T16:16:57.087Z | Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 4629 | 2026-08-21T16:16:57.315Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4630 | 2026-08-21T16:16:57.603Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4631 | 2026-08-21T16:16:58.060Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4632 | 2026-08-21T16:16:58.251Z | Checking libsw-core v0.3.2 |
| 4633 | 2026-08-21T16:16:58.407Z | Checking atty v0.2.14 |
| 4634 | 2026-08-21T16:16:58.450Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4635 | 2026-08-21T16:16:58.507Z | Checking libsw v3.5.0 |
| 4636 | 2026-08-21T16:16:58.667Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 4637 | 2026-08-21T16:16:58.806Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 4638 | 2026-08-21T16:16:58.897Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4639 | 2026-08-21T16:16:58.952Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 4640 | 2026-08-21T16:17:00.229Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4641 | 2026-08-21T16:17:00.523Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4642 | 2026-08-21T16:17:00.731Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4643 | 2026-08-21T16:17:00.979Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 4644 | 2026-08-21T16:17:01.421Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4645 | 2026-08-21T16:17:01.607Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 4646 | 2026-08-21T16:17:01.755Z | Checking fatfs v0.3.6 |
| 4647 | 2026-08-21T16:17:01.950Z | Checking console v0.16.2 |
| 4648 | 2026-08-21T16:17:02.217Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 4649 | 2026-08-21T16:17:02.258Z | Compiling seq-macro v0.3.6 |
| 4650 | 2026-08-21T16:17:02.749Z | Checking unit-prefix v0.5.2 |
| 4651 | 2026-08-21T16:17:02.885Z | Checking indicatif v0.18.4 |
| 4652 | 2026-08-21T16:17:03.294Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4653 | 2026-08-21T16:17:03.509Z | Checking oxide-update-engine-display v0.1.2 |
| 4654 | 2026-08-21T16:17:03.749Z | Checking support-bundle-viewer v0.1.2 |
| 4655 | 2026-08-21T16:17:03.811Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4656 | 2026-08-21T16:17:03.939Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4657 | 2026-08-21T16:17:03.997Z | Checking multimap v0.10.1 |
| 4658 | 2026-08-21T16:17:09.905Z | Checking diesel-dtrace v0.5.0 |
| 4659 | 2026-08-21T16:17:10.156Z | Checking async-bb8-diesel v0.2.1 |
| 4660 | 2026-08-21T16:17:12.853Z | Compiling samael v0.0.19 |
| 4661 | 2026-08-21T16:17:15.503Z | Compiling git2 v0.20.4 |
| 4662 | 2026-08-21T16:17:18.811Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 4663 | 2026-08-21T16:17:19.187Z | Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 4664 | 2026-08-21T16:17:21.166Z | Compiling polar-core v0.27.3 |
| 4665 | 2026-08-21T16:17:25.648Z | Checking oso v0.27.3 |
| 4666 | 2026-08-21T16:17:57.295Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4667 | 2026-08-21T16:19:13.239Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 27s |
| 4668 | 2026-08-21T16:19:13.256Z | |
| 4669 | 2026-08-21T16:19:13.256Z | info: running `cargo check --bins` on nexus-networking (294/337) |
| 4670 | 2026-08-21T16:19:13.256Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4671 | 2026-08-21T16:19:13.256Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4672 | 2026-08-21T16:19:13.256Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4673 | 2026-08-21T16:19:13.256Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 4674 | 2026-08-21T16:19:13.256Z | |
| 4675 | 2026-08-21T16:19:13.256Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (295/337) |
| 4676 | 2026-08-21T16:19:13.763Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4677 | 2026-08-21T16:19:13.766Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4678 | 2026-08-21T16:19:13.766Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4679 | 2026-08-21T16:19:13.772Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4680 | 2026-08-21T16:19:14.079Z | |
| 4681 | 2026-08-21T16:19:14.079Z | info: running `cargo check --bins` on nexus-saga-recovery (296/337) |
| 4682 | 2026-08-21T16:19:14.383Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4683 | 2026-08-21T16:19:14.387Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4684 | 2026-08-21T16:19:14.387Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4685 | 2026-08-21T16:19:14.392Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4686 | 2026-08-21T16:19:14.484Z | |
| 4687 | 2026-08-21T16:19:14.484Z | info: running `cargo check --bins` on nexus-test-utils-macros (297/337) |
| 4688 | 2026-08-21T16:19:14.951Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4689 | 2026-08-21T16:19:14.956Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4690 | 2026-08-21T16:19:14.956Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4691 | 2026-08-21T16:19:14.959Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4692 | 2026-08-21T16:19:15.038Z | |
| 4693 | 2026-08-21T16:19:15.038Z | info: running `cargo check --bins --no-default-features` on omicron-nexus (298/337) |
| 4694 | 2026-08-21T16:19:15.581Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4695 | 2026-08-21T16:19:15.585Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4696 | 2026-08-21T16:19:15.864Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4697 | 2026-08-21T16:19:16.610Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.56s |
| 4698 | 2026-08-21T16:19:16.823Z | |
| 4699 | 2026-08-21T16:19:16.823Z | info: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (299/337) |
| 4700 | 2026-08-21T16:19:17.359Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4701 | 2026-08-21T16:19:17.362Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4702 | 2026-08-21T16:19:17.636Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4703 | 2026-08-21T16:19:56.230Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.40s |
| 4704 | 2026-08-21T16:19:56.442Z | |
| 4705 | 2026-08-21T16:19:56.442Z | info: running `cargo check --bins --no-default-features` on nexus-background-task-interface (300/337) |
| 4706 | 2026-08-21T16:19:56.917Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4707 | 2026-08-21T16:19:56.932Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4708 | 2026-08-21T16:19:56.932Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4709 | 2026-08-21T16:19:56.932Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4710 | 2026-08-21T16:19:57.003Z | |
| 4711 | 2026-08-21T16:19:57.003Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (301/337) |
| 4712 | 2026-08-21T16:19:57.476Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4713 | 2026-08-21T16:19:57.489Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4714 | 2026-08-21T16:19:57.489Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4715 | 2026-08-21T16:19:57.489Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4716 | 2026-08-21T16:19:57.560Z | |
| 4717 | 2026-08-21T16:19:57.560Z | info: running `cargo check --bins --no-default-features` on nexus-fm (302/337) |
| 4718 | 2026-08-21T16:19:58.137Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4719 | 2026-08-21T16:19:58.149Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4720 | 2026-08-21T16:19:58.149Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4721 | 2026-08-21T16:19:58.149Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4722 | 2026-08-21T16:19:58.174Z | |
| 4723 | 2026-08-21T16:19:58.174Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-fm (303/337) |
| 4724 | 2026-08-21T16:19:58.698Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4725 | 2026-08-21T16:19:58.703Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4726 | 2026-08-21T16:19:58.703Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4727 | 2026-08-21T16:19:58.703Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4728 | 2026-08-21T16:19:58.794Z | |
| 4729 | 2026-08-21T16:19:58.795Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (304/337) |
| 4730 | 2026-08-21T16:19:59.326Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4731 | 2026-08-21T16:19:59.332Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4732 | 2026-08-21T16:19:59.332Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4733 | 2026-08-21T16:19:59.332Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4734 | 2026-08-21T16:19:59.435Z | |
| 4735 | 2026-08-21T16:19:59.435Z | info: running `cargo check --bins` on nexus-mgs-updates (305/337) |
| 4736 | 2026-08-21T16:19:59.937Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4737 | 2026-08-21T16:19:59.943Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4738 | 2026-08-21T16:19:59.943Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4739 | 2026-08-21T16:19:59.943Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4740 | 2026-08-21T16:20:00.035Z | |
| 4741 | 2026-08-21T16:20:00.035Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (306/337) |
| 4742 | 2026-08-21T16:20:00.564Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4743 | 2026-08-21T16:20:00.567Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4744 | 2026-08-21T16:20:00.567Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4745 | 2026-08-21T16:20:00.572Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4746 | 2026-08-21T16:20:00.665Z | |
| 4747 | 2026-08-21T16:20:00.665Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (307/337) |
| 4748 | 2026-08-21T16:20:01.196Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4749 | 2026-08-21T16:20:01.209Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4750 | 2026-08-21T16:20:01.209Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4751 | 2026-08-21T16:20:01.209Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4752 | 2026-08-21T16:20:01.298Z | |
| 4753 | 2026-08-21T16:20:01.299Z | info: running `cargo check --bins` on nexus-switch-config (308/337) |
| 4754 | 2026-08-21T16:20:01.810Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4755 | 2026-08-21T16:20:01.813Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4756 | 2026-08-21T16:20:01.813Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4757 | 2026-08-21T16:20:01.816Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4758 | 2026-08-21T16:20:01.907Z | |
| 4759 | 2026-08-21T16:20:01.907Z | info: running `cargo check --bins` on nexus-switch-config-preparation (309/337) |
| 4760 | 2026-08-21T16:20:02.435Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4761 | 2026-08-21T16:20:02.440Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4762 | 2026-08-21T16:20:02.440Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4763 | 2026-08-21T16:20:02.447Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4764 | 2026-08-21T16:20:02.540Z | |
| 4765 | 2026-08-21T16:20:02.540Z | info: running `cargo check --bins` on support-bundle-collection (310/337) |
| 4766 | 2026-08-21T16:20:03.064Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4767 | 2026-08-21T16:20:03.069Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4768 | 2026-08-21T16:20:03.069Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4769 | 2026-08-21T16:20:03.069Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4770 | 2026-08-21T16:20:03.166Z | |
| 4771 | 2026-08-21T16:20:03.166Z | info: running `cargo check --bins` on omicron-dev (311/337) |
| 4772 | 2026-08-21T16:20:03.727Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4773 | 2026-08-21T16:20:03.730Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4774 | 2026-08-21T16:20:04.054Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4775 | 2026-08-21T16:20:04.058Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4776 | 2026-08-21T16:20:04.246Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 4777 | 2026-08-21T16:20:04.284Z | Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 4778 | 2026-08-21T16:20:04.292Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 4779 | 2026-08-21T16:20:04.298Z | Checking diff v0.1.13 |
| 4780 | 2026-08-21T16:20:04.298Z | Checking yansi v1.0.1 |
| 4781 | 2026-08-21T16:20:04.336Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4782 | 2026-08-21T16:20:04.383Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 4783 | 2026-08-21T16:20:04.567Z | Checking pretty_assertions v1.4.1 |
| 4784 | 2026-08-21T16:20:05.301Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4785 | 2026-08-21T16:20:05.333Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4786 | 2026-08-21T16:20:30.717Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4787 | 2026-08-21T16:20:30.720Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4788 | 2026-08-21T16:20:30.720Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4789 | 2026-08-21T16:20:30.720Z | Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 4790 | 2026-08-21T16:20:30.720Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4791 | 2026-08-21T16:20:30.720Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4792 | 2026-08-21T16:20:30.720Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4793 | 2026-08-21T16:20:31.589Z | Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 4794 | 2026-08-21T16:20:31.593Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4795 | 2026-08-21T16:20:32.858Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4796 | 2026-08-21T16:21:11.376Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s |
| 4797 | 2026-08-21T16:21:11.379Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4798 | 2026-08-21T16:21:11.379Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4799 | 2026-08-21T16:21:11.587Z | |
| 4800 | 2026-08-21T16:21:11.587Z | info: running `cargo check --bins` on oximeter-load-test (312/337) |
| 4801 | 2026-08-21T16:21:12.100Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4802 | 2026-08-21T16:21:12.104Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4803 | 2026-08-21T16:21:12.299Z | Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test) |
| 4804 | 2026-08-21T16:21:12.936Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s |
| 4805 | 2026-08-21T16:21:13.122Z | |
| 4806 | 2026-08-21T16:21:13.122Z | info: running `cargo check --bins` on omicron-pins (313/337) |
| 4807 | 2026-08-21T16:21:13.593Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4808 | 2026-08-21T16:21:13.596Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4809 | 2026-08-21T16:21:13.596Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4810 | 2026-08-21T16:21:13.600Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4811 | 2026-08-21T16:21:13.681Z | |
| 4812 | 2026-08-21T16:21:13.681Z | info: running `cargo check --bins` on rack-init-config (314/337) |
| 4813 | 2026-08-21T16:21:14.170Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4814 | 2026-08-21T16:21:14.173Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4815 | 2026-08-21T16:21:14.173Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4816 | 2026-08-21T16:21:14.177Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4817 | 2026-08-21T16:21:14.260Z | |
| 4818 | 2026-08-21T16:21:14.260Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (315/337) |
| 4819 | 2026-08-21T16:21:14.785Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4820 | 2026-08-21T16:21:14.788Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4821 | 2026-08-21T16:21:15.031Z | Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4822 | 2026-08-21T16:21:15.154Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4823 | 2026-08-21T16:21:15.161Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 4824 | 2026-08-21T16:21:42.219Z | Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4825 | 2026-08-21T16:21:42.626Z | Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4826 | 2026-08-21T16:21:44.375Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4827 | 2026-08-21T16:21:44.853Z | Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4828 | 2026-08-21T16:21:47.991Z | Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4829 | 2026-08-21T16:22:12.043Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4830 | 2026-08-21T16:22:12.789Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4831 | 2026-08-21T16:22:14.500Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s |
| 4832 | 2026-08-21T16:22:14.698Z | |
| 4833 | 2026-08-21T16:22:14.698Z | info: running `cargo check --bins` on reconfigurator-sp-updater (316/337) |
| 4834 | 2026-08-21T16:22:15.212Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4835 | 2026-08-21T16:22:15.215Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4836 | 2026-08-21T16:22:15.408Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 4837 | 2026-08-21T16:22:16.107Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s |
| 4838 | 2026-08-21T16:22:16.294Z | |
| 4839 | 2026-08-21T16:22:16.294Z | info: running `cargo check --bins` on omicron-releng (317/337) |
| 4840 | 2026-08-21T16:22:16.771Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4841 | 2026-08-21T16:22:16.774Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4842 | 2026-08-21T16:22:16.914Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 4843 | 2026-08-21T16:22:16.917Z | Compiling fs-err v2.11.0 |
| 4844 | 2026-08-21T16:22:17.034Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 4845 | 2026-08-21T16:22:17.043Z | Checking parse-size v1.1.0 |
| 4846 | 2026-08-21T16:22:17.051Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 4847 | 2026-08-21T16:22:17.054Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4848 | 2026-08-21T16:22:17.054Z | Checking shell-words v1.1.1 |
| 4849 | 2026-08-21T16:22:17.139Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 4850 | 2026-08-21T16:22:17.470Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 4851 | 2026-08-21T16:22:17.649Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 4852 | 2026-08-21T16:22:18.315Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 4853 | 2026-08-21T16:22:19.280Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.98s |
| 4854 | 2026-08-21T16:22:19.445Z | |
| 4855 | 2026-08-21T16:22:19.445Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (318/337) |
| 4856 | 2026-08-21T16:22:19.931Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4857 | 2026-08-21T16:22:19.934Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4858 | 2026-08-21T16:22:20.081Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 4859 | 2026-08-21T16:22:20.579Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s |
| 4860 | 2026-08-21T16:22:20.748Z | |
| 4861 | 2026-08-21T16:22:20.748Z | info: running `cargo check --bins` on schema (319/337) |
| 4862 | 2026-08-21T16:22:21.267Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4863 | 2026-08-21T16:22:21.270Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4864 | 2026-08-21T16:22:21.474Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 4865 | 2026-08-21T16:22:22.178Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s |
| 4866 | 2026-08-21T16:22:22.369Z | |
| 4867 | 2026-08-21T16:22:22.369Z | info: running `cargo check --bins` on xtask (320/337) |
| 4868 | 2026-08-21T16:22:22.748Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4869 | 2026-08-21T16:22:22.751Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4870 | 2026-08-21T16:22:22.768Z | Checking serde_core v1.0.228 |
| 4871 | 2026-08-21T16:22:22.768Z | Checking libc v0.2.185 |
| 4872 | 2026-08-21T16:22:22.771Z | Checking bitflags v2.11.0 |
| 4873 | 2026-08-21T16:22:22.853Z | Checking scroll v0.12.0 |
| 4874 | 2026-08-21T16:22:22.856Z | Checking thiserror v1.0.69 |
| 4875 | 2026-08-21T16:22:22.865Z | Checking log v0.4.33 |
| 4876 | 2026-08-21T16:22:22.865Z | Checking indexmap v2.14.0 |
| 4877 | 2026-08-21T16:22:22.879Z | Checking zerocopy v0.7.35 |
| 4878 | 2026-08-21T16:22:22.942Z | Checking syn v2.0.117 |
| 4879 | 2026-08-21T16:22:22.988Z | Checking dtrace-parser v0.2.0 |
| 4880 | 2026-08-21T16:22:23.002Z | Checking once_cell v1.21.3 |
| 4881 | 2026-08-21T16:22:23.062Z | Checking goblin v0.8.2 |
| 4882 | 2026-08-21T16:22:23.125Z | Checking errno v0.3.14 |
| 4883 | 2026-08-21T16:22:23.171Z | Checking getrandom v0.3.4 |
| 4884 | 2026-08-21T16:22:23.218Z | Checking thread-id v4.2.2 |
| 4885 | 2026-08-21T16:22:23.239Z | Checking rustix v1.1.4 |
| 4886 | 2026-08-21T16:22:23.292Z | Checking memmap v0.7.0 |
| 4887 | 2026-08-21T16:22:23.304Z | Checking thiserror v2.0.18 |
| 4888 | 2026-08-21T16:22:23.359Z | Checking fs-err v3.3.0 |
| 4889 | 2026-08-21T16:22:23.397Z | Checking tabled v0.15.0 |
| 4890 | 2026-08-21T16:22:23.400Z | Checking anyhow v1.0.104 |
| 4891 | 2026-08-21T16:22:24.007Z | Checking terminal_size v0.4.3 |
| 4892 | 2026-08-21T16:22:24.007Z | Checking tempfile v3.27.0 |
| 4893 | 2026-08-21T16:22:24.112Z | Checking clap_builder v4.6.0 |
| 4894 | 2026-08-21T16:22:24.115Z | Checking textwrap v0.16.2 |
| 4895 | 2026-08-21T16:22:24.290Z | Checking serde v1.0.228 |
| 4896 | 2026-08-21T16:22:24.293Z | Checking serde_json v1.0.151 |
| 4897 | 2026-08-21T16:22:24.293Z | Checking camino v1.2.5 |
| 4898 | 2026-08-21T16:22:24.317Z | Checking semver v1.0.28 |
| 4899 | 2026-08-21T16:22:24.476Z | Checking cargo-platform v0.3.2 |
| 4900 | 2026-08-21T16:22:24.549Z | Checking camino-tempfile v1.4.1 |
| 4901 | 2026-08-21T16:22:24.691Z | Checking toml_datetime v0.6.11 |
| 4902 | 2026-08-21T16:22:24.694Z | Checking serde_spanned v0.6.9 |
| 4903 | 2026-08-21T16:22:24.694Z | Checking macaddr v1.0.1 |
| 4904 | 2026-08-21T16:22:24.719Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4905 | 2026-08-21T16:22:24.872Z | Checking cargo_metadata v0.23.1 |
| 4906 | 2026-08-21T16:22:24.882Z | Checking toml_edit v0.22.27 |
| 4907 | 2026-08-21T16:22:24.885Z | Checking dof v0.3.0 |
| 4908 | 2026-08-21T16:22:25.140Z | Checking usdt-impl v0.5.0 |
| 4909 | 2026-08-21T16:22:25.285Z | Checking clap v4.6.1 |
| 4910 | 2026-08-21T16:22:25.396Z | Checking usdt v0.5.0 |
| 4911 | 2026-08-21T16:22:25.836Z | Checking toml v0.8.23 |
| 4912 | 2026-08-21T16:22:26.103Z | Checking cargo_toml v0.21.0 |
| 4913 | 2026-08-21T16:22:26.734Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 4914 | 2026-08-21T16:22:27.138Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.76s |
| 4915 | 2026-08-21T16:22:27.233Z | |
| 4916 | 2026-08-21T16:22:27.233Z | info: running `cargo check --bins` on dnsadm (321/337) |
| 4917 | 2026-08-21T16:22:27.727Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4918 | 2026-08-21T16:22:27.730Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4919 | 2026-08-21T16:22:27.875Z | Checking arc-swap v1.8.2 |
| 4920 | 2026-08-21T16:22:28.155Z | Checking slog-scope v4.4.1 |
| 4921 | 2026-08-21T16:22:28.265Z | Checking slog-stdlog v4.1.1 |
| 4922 | 2026-08-21T16:22:28.360Z | Checking slog-envlogger v2.2.0 |
| 4923 | 2026-08-21T16:22:28.477Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 4924 | 2026-08-21T16:22:28.895Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s |
| 4925 | 2026-08-21T16:22:29.062Z | |
| 4926 | 2026-08-21T16:22:29.063Z | info: running `cargo check --bins` on end-to-end-tests (322/337) |
| 4927 | 2026-08-21T16:22:29.616Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4928 | 2026-08-21T16:22:29.619Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4929 | 2026-08-21T16:22:29.869Z | Checking cpubits v0.1.1 |
| 4930 | 2026-08-21T16:22:29.994Z | Checking pem-rfc7468 v1.0.0 |
| 4931 | 2026-08-21T16:22:30.008Z | Checking hmac v0.13.0 |
| 4932 | 2026-08-21T16:22:30.011Z | Checking universal-hash v0.6.1 |
| 4933 | 2026-08-21T16:22:30.033Z | Checking ctr v0.10.1 |
| 4934 | 2026-08-21T16:22:30.034Z | Checking aead v0.6.1 |
| 4935 | 2026-08-21T16:22:30.062Z | Checking crypto-bigint v0.7.5 |
| 4936 | 2026-08-21T16:22:30.062Z | Checking aes v0.9.1 |
| 4937 | 2026-08-21T16:22:30.089Z | Checking salsa20 v0.11.0 |
| 4938 | 2026-08-21T16:22:30.135Z | Checking der v0.8.0 |
| 4939 | 2026-08-21T16:22:30.138Z | Checking polyval v0.7.1 |
| 4940 | 2026-08-21T16:22:30.153Z | Checking pbkdf2 v0.13.0 |
| 4941 | 2026-08-21T16:22:30.217Z | Checking cbc v0.2.1 |
| 4942 | 2026-08-21T16:22:30.243Z | Checking ff v0.14.0 |
| 4943 | 2026-08-21T16:22:30.263Z | Checking signature v3.0.0 |
| 4944 | 2026-08-21T16:22:30.298Z | Checking scrypt v0.12.0 |
| 4945 | 2026-08-21T16:22:30.354Z | Checking base16ct v1.0.0 |
| 4946 | 2026-08-21T16:22:30.368Z | Checking ghash v0.6.0 |
| 4947 | 2026-08-21T16:22:30.383Z | Checking group v0.14.0 |
| 4948 | 2026-08-21T16:22:30.414Z | Checking hkdf v0.13.0 |
| 4949 | 2026-08-21T16:22:30.454Z | Compiling curve25519-dalek v5.0.0 |
| 4950 | 2026-08-21T16:22:30.472Z | Checking keccak v0.2.0 |
| 4951 | 2026-08-21T16:22:30.487Z | Checking aes-gcm v0.11.0 |
| 4952 | 2026-08-21T16:22:30.503Z | Checking poly1305 v0.9.0 |
| 4953 | 2026-08-21T16:22:30.524Z | Checking wnaf v0.14.0 |
| 4954 | 2026-08-21T16:22:30.545Z | Checking blowfish v0.10.0 |
| 4955 | 2026-08-21T16:22:30.625Z | Checking blake2 v0.11.0-rc.6 |
| 4956 | 2026-08-21T16:22:30.649Z | Checking sha3 v0.11.0 |
| 4957 | 2026-08-21T16:22:30.689Z | Checking kem v0.3.0 |
| 4958 | 2026-08-21T16:22:30.704Z | Checking bcrypt-pbkdf v0.11.0 |
| 4959 | 2026-08-21T16:22:30.764Z | Checking module-lattice v0.2.3 |
| 4960 | 2026-08-21T16:22:30.806Z | Checking sponge-cursor v0.1.0 |
| 4961 | 2026-08-21T16:22:30.865Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4962 | 2026-08-21T16:22:30.880Z | Checking argon2 v0.6.0-rc.8 |
| 4963 | 2026-08-21T16:22:30.931Z | Checking sha3 v0.12.0 |
| 4964 | 2026-08-21T16:22:30.961Z | Checking spki v0.8.0 |
| 4965 | 2026-08-21T16:22:30.979Z | Checking sec1 v0.8.1 |
| 4966 | 2026-08-21T16:22:30.982Z | Checking ml-kem v0.3.2 |
| 4967 | 2026-08-21T16:22:31.043Z | Checking internal-russh-num-bigint v0.5.0 |
| 4968 | 2026-08-21T16:22:31.127Z | Checking num-bigint v0.4.6 |
| 4969 | 2026-08-21T16:22:31.142Z | Checking pkcs5 v0.8.1 |
| 4970 | 2026-08-21T16:22:31.182Z | Checking pkcs1 v0.8.0-rc.4 |
| 4971 | 2026-08-21T16:22:31.196Z | Checking generic-array v1.4.3 |
| 4972 | 2026-08-21T16:22:31.392Z | Checking russh-util v0.52.0 |
| 4973 | 2026-08-21T16:22:31.432Z | Checking pkcs8 v0.11.0 |
| 4974 | 2026-08-21T16:22:31.512Z | Compiling enum_dispatch v0.3.13 |
| 4975 | 2026-08-21T16:22:31.594Z | Compiling delegate v0.13.5 |
| 4976 | 2026-08-21T16:22:31.629Z | Checking ed25519 v3.0.0 |
| 4977 | 2026-08-21T16:22:31.716Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4978 | 2026-08-21T16:22:31.760Z | Checking hex-literal v1.1.0 |
| 4979 | 2026-08-21T16:22:31.829Z | Checking ed25519-dalek v3.0.0 |
| 4980 | 2026-08-21T16:22:31.858Z | Checking md5 v0.8.0 |
| 4981 | 2026-08-21T16:22:31.904Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 4982 | 2026-08-21T16:22:32.025Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 4983 | 2026-08-21T16:22:32.040Z | Checking socket2 v0.5.10 |
| 4984 | 2026-08-21T16:22:32.055Z | Checking internet-checksum v0.2.1 |
| 4985 | 2026-08-21T16:22:32.116Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4986 | 2026-08-21T16:22:32.260Z | Checking elliptic-curve v0.14.1 |
| 4987 | 2026-08-21T16:22:32.260Z | Checking primefield v0.14.0 |
| 4988 | 2026-08-21T16:22:32.260Z | Checking rfc6979 v0.6.0 |
| 4989 | 2026-08-21T16:22:32.302Z | Checking ssh-encoding v0.3.0 |
| 4990 | 2026-08-21T16:22:32.416Z | Checking crypto-primes v0.7.2 |
| 4991 | 2026-08-21T16:22:32.535Z | Checking ssh-cipher v0.3.0 |
| 4992 | 2026-08-21T16:22:32.535Z | Checking russh-cryptovec v0.62.0 |
| 4993 | 2026-08-21T16:22:32.672Z | Checking ecdsa v0.17.0 |
| 4994 | 2026-08-21T16:22:32.672Z | Checking primeorder v0.14.0 |
| 4995 | 2026-08-21T16:22:33.042Z | Checking p521 v0.14.0 |
| 4996 | 2026-08-21T16:22:33.043Z | Checking p384 v0.14.0 |
| 4997 | 2026-08-21T16:22:33.046Z | Checking p256 v0.14.0 |
| 4998 | 2026-08-21T16:22:33.358Z | Checking rsa v0.10.0-rc.18 |
| 4999 | 2026-08-21T16:22:35.889Z | Checking ssh-key v0.7.0-rc.11 |
| 5000 | 2026-08-21T16:22:36.648Z | Checking russh v0.62.4 |
| 5001 | 2026-08-21T16:22:50.011Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.93s |
| 5002 | 2026-08-21T16:22:50.015Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 5003 | 2026-08-21T16:22:50.016Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 5004 | 2026-08-21T16:22:50.204Z | |
| 5005 | 2026-08-21T16:22:50.204Z | info: running `cargo check --bins` on gateway-cli (323/337) |
| 5006 | 2026-08-21T16:22:50.692Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5007 | 2026-08-21T16:22:50.695Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5008 | 2026-08-21T16:22:50.856Z | Checking termios v0.3.3 |
| 5009 | 2026-08-21T16:22:51.037Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 5010 | 2026-08-21T16:22:51.633Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s |
| 5011 | 2026-08-21T16:22:51.798Z | |
| 5012 | 2026-08-21T16:22:51.798Z | info: running `cargo check --bins --no-default-features` on installinator (324/337) |
| 5013 | 2026-08-21T16:22:52.299Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5014 | 2026-08-21T16:22:52.303Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5015 | 2026-08-21T16:22:52.480Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 5016 | 2026-08-21T16:22:53.176Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 5017 | 2026-08-21T16:22:54.791Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.98s |
| 5018 | 2026-08-21T16:22:54.969Z | |
| 5019 | 2026-08-21T16:22:54.970Z | info: running `cargo check --bins` on internal-dns-cli (325/337) |
| 5020 | 2026-08-21T16:22:55.458Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5021 | 2026-08-21T16:22:55.461Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5022 | 2026-08-21T16:22:55.608Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 5023 | 2026-08-21T16:22:56.045Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s |
| 5024 | 2026-08-21T16:22:56.214Z | |
| 5025 | 2026-08-21T16:22:56.214Z | info: running `cargo check --bins` on omicron-live-tests (326/337) |
| 5026 | 2026-08-21T16:22:56.683Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5027 | 2026-08-21T16:22:56.687Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5028 | 2026-08-21T16:22:56.687Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5029 | 2026-08-21T16:22:56.690Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 5030 | 2026-08-21T16:22:56.766Z | |
| 5031 | 2026-08-21T16:22:56.766Z | info: running `cargo check --bins` on live-tests-macros (327/337) |
| 5032 | 2026-08-21T16:22:57.236Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5033 | 2026-08-21T16:22:57.240Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5034 | 2026-08-21T16:22:57.240Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5035 | 2026-08-21T16:22:57.243Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 5036 | 2026-08-21T16:22:57.324Z | |
| 5037 | 2026-08-21T16:22:57.324Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (328/337) |
| 5038 | 2026-08-21T16:22:57.849Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5039 | 2026-08-21T16:22:57.852Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5040 | 2026-08-21T16:22:58.065Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 5041 | 2026-08-21T16:22:58.643Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s |
| 5042 | 2026-08-21T16:22:58.836Z | |
| 5043 | 2026-08-21T16:22:58.836Z | info: running `cargo check --bins` on omicron-ntp-admin (329/337) |
| 5044 | 2026-08-21T16:22:59.317Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5045 | 2026-08-21T16:22:59.320Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5046 | 2026-08-21T16:22:59.474Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 5047 | 2026-08-21T16:22:59.474Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 5048 | 2026-08-21T16:23:00.388Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.54s |
| 5049 | 2026-08-21T16:23:00.560Z | |
| 5050 | 2026-08-21T16:23:00.560Z | info: running `cargo check --bins` on ntp-admin-types (330/337) |
| 5051 | 2026-08-21T16:23:01.035Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5052 | 2026-08-21T16:23:01.038Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5053 | 2026-08-21T16:23:01.038Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5054 | 2026-08-21T16:23:01.041Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 5055 | 2026-08-21T16:23:01.125Z | |
| 5056 | 2026-08-21T16:23:01.125Z | info: running `cargo check --bins` on omicron-package (331/337) |
| 5057 | 2026-08-21T16:23:01.628Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5058 | 2026-08-21T16:23:01.631Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5059 | 2026-08-21T16:23:01.797Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 5060 | 2026-08-21T16:23:02.884Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s |
| 5061 | 2026-08-21T16:23:03.064Z | |
| 5062 | 2026-08-21T16:23:03.064Z | info: running `cargo check --bins` on tqdb (332/337) |
| 5063 | 2026-08-21T16:23:03.584Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5064 | 2026-08-21T16:23:03.587Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5065 | 2026-08-21T16:23:03.837Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 5066 | 2026-08-21T16:23:04.186Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 5067 | 2026-08-21T16:23:04.699Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 5068 | 2026-08-21T16:23:04.703Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 5069 | 2026-08-21T16:23:11.435Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 5070 | 2026-08-21T16:23:11.439Z | Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 5071 | 2026-08-21T16:23:11.439Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 5072 | 2026-08-21T16:23:12.072Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 5073 | 2026-08-21T16:23:12.072Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 5074 | 2026-08-21T16:23:12.075Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 5075 | 2026-08-21T16:23:12.075Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 5076 | 2026-08-21T16:23:12.874Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 5077 | 2026-08-21T16:23:13.465Z | Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 5078 | 2026-08-21T16:23:13.696Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 5079 | 2026-08-21T16:23:13.897Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 5080 | 2026-08-21T16:23:14.758Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 5081 | 2026-08-21T16:23:15.413Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 5082 | 2026-08-21T16:23:20.399Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 5083 | 2026-08-21T16:23:27.718Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 5084 | 2026-08-21T16:23:27.721Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 5085 | 2026-08-21T16:23:27.722Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 5086 | 2026-08-21T16:23:27.722Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 5087 | 2026-08-21T16:23:29.264Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 5088 | 2026-08-21T16:23:30.535Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 5089 | 2026-08-21T16:23:31.204Z | Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 5090 | 2026-08-21T16:23:32.484Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 5091 | 2026-08-21T16:23:33.028Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.95s |
| 5092 | 2026-08-21T16:23:33.227Z | |
| 5093 | 2026-08-21T16:23:33.227Z | info: running `cargo check --bins` on wicket-dbg (333/337) |
| 5094 | 2026-08-21T16:23:33.736Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5095 | 2026-08-21T16:23:33.739Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5096 | 2026-08-21T16:23:33.926Z | Checking rtoolbox v0.0.3 |
| 5097 | 2026-08-21T16:23:33.929Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 5098 | 2026-08-21T16:23:33.930Z | Checking tui-tree-widget v0.23.1 |
| 5099 | 2026-08-21T16:23:33.930Z | Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client) |
| 5100 | 2026-08-21T16:23:34.142Z | Checking rpassword v7.5.4 |
| 5101 | 2026-08-21T16:23:36.935Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 5102 | 2026-08-21T16:23:38.785Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 5103 | 2026-08-21T16:23:39.716Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.48s |
| 5104 | 2026-08-21T16:23:39.909Z | |
| 5105 | 2026-08-21T16:23:39.909Z | info: running `cargo check --bins` on wicket (334/337) |
| 5106 | 2026-08-21T16:23:40.415Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5107 | 2026-08-21T16:23:40.418Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5108 | 2026-08-21T16:23:40.593Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 5109 | 2026-08-21T16:23:40.952Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
| 5110 | 2026-08-21T16:23:41.136Z | |
| 5111 | 2026-08-21T16:23:41.136Z | info: running `cargo check --bins` on wicketd (335/337) |
| 5112 | 2026-08-21T16:23:41.646Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5113 | 2026-08-21T16:23:41.649Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5114 | 2026-08-21T16:23:41.830Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 5115 | 2026-08-21T16:23:45.377Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.23s |
| 5116 | 2026-08-21T16:23:45.561Z | |
| 5117 | 2026-08-21T16:23:45.561Z | info: running `cargo check --bins` on omicron-workspace-hack (336/337) |
| 5118 | 2026-08-21T16:23:46.031Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5119 | 2026-08-21T16:23:46.036Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5120 | 2026-08-21T16:23:46.037Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5121 | 2026-08-21T16:23:46.040Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 5122 | 2026-08-21T16:23:46.119Z | |
| 5123 | 2026-08-21T16:23:46.119Z | info: running `cargo check --bins` on zone-setup (337/337) |
| 5124 | 2026-08-21T16:23:46.613Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5125 | 2026-08-21T16:23:46.616Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5126 | 2026-08-21T16:23:46.777Z | Checking uzers v0.12.2 |
| 5127 | 2026-08-21T16:23:47.052Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 5128 | 2026-08-21T16:23:47.829Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s |
| 5129 | 2026-08-21T16:23:48.032Z | |
| 5130 | 2026-08-21T16:23:48.032Z | real 14:03.358868793 |
| 5131 | 2026-08-21T16:23:48.032Z | user 21:25.047135708 |
| 5132 | 2026-08-21T16:23:48.032Z | sys 4:17.974894100 |
| 5133 | 2026-08-21T16:23:48.032Z | trap 0.338638258 |
| 5134 | 2026-08-21T16:23:48.032Z | tflt 0.564153056 |
| 5135 | 2026-08-21T16:23:48.033Z | dflt 0.851071807 |
| 5136 | 2026-08-21T16:23:48.033Z | kflt 0.005767500 |
| 5137 | 2026-08-21T16:23:48.033Z | lock 1:27:24.408639016 |
| 5138 | 2026-08-21T16:23:48.033Z | slp 1:41:03.470500117 |
| 5139 | 2026-08-21T16:23:48.033Z | lat 56.044348044 |
| 5140 | 2026-08-21T16:23:48.033Z | stop 4:04.851515133 |
| 5141 | 2026-08-21T16:23:48.036Z | process exited: duration 972889 ms, exit code 0 |
| |
| 5142 | 2026-08-21T16:23:48.045Z | found 0 output files |