|
|
|
| 1 | 2026-02-24T14:08:26.825Z | job assigned to worker 01KJ7ZM5RHKEAJ6AGD7XDP6PWF [factory aws, i-0feb8749048a3c074] (queued for 56 s) |
| |
| 2 | 2026-02-24T14:08:35.179Z | starting task 0: "setup" |
| 3 | 2026-02-24T14:08:35.184Z | ++ uname -s |
| 4 | 2026-02-24T14:08:35.187Z | + kern=SunOS |
| 5 | 2026-02-24T14:08:35.187Z | + build_user=build |
| 6 | 2026-02-24T14:08:35.187Z | + build_uid=12345 |
| 7 | 2026-02-24T14:08:35.187Z | + work_dir=/work |
| 8 | 2026-02-24T14:08:35.187Z | + input_dir=/input |
| 9 | 2026-02-24T14:08:35.187Z | + [[ 0 == 12345 ]] |
| 10 | 2026-02-24T14:08:35.187Z | + case "$kern" in |
| 11 | 2026-02-24T14:08:35.187Z | + groupadd -g 12345 build |
| 12 | 2026-02-24T14:08:35.190Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-02-24T14:08:37.199Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-02-24T14:08:37.339Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-02-24T14:08:37.355Z | + home_fs=zfs |
| 16 | 2026-02-24T14:08:37.356Z | + [[ zfs == autofs ]] |
| 17 | 2026-02-24T14:08:37.356Z | + mkdir -p /home/build |
| 18 | 2026-02-24T14:08:37.356Z | + chown build:build /home/build /work |
| 19 | 2026-02-24T14:08:39.327Z | + chmod 0700 /home/build /work |
| 20 | 2026-02-24T14:08:39.330Z | process exited: duration 4153 ms, exit code 0 |
| |
| 21 | 2026-02-24T14:08:39.337Z | starting task 1: "rust-toolchain" |
| 22 | 2026-02-24T14:08:39.342Z | + printf ' * rust toolchain channel = "%s"\n' 1.91.1 |
| 23 | 2026-02-24T14:08:39.342Z | * rust toolchain channel = "1.91.1" |
| 24 | 2026-02-24T14:08:39.342Z | * rust toolchain profile = "default" |
| 25 | 2026-02-24T14:08:39.342Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-02-24T14:08:39.342Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-02-24T14:08:39.342Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-02-24T14:08:39.345Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-02-24T14:08:39.345Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default |
| 30 | 2026-02-24T14:08:39.483Z | info: downloading installer |
| 31 | 2026-02-24T14:08:41.168Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-02-24T14:08:41.169Z | warn: /opt/ooce/bin |
| 33 | 2026-02-24T14:08:41.169Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-02-24T14:08:41.170Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-02-24T14:08:41.170Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-02-24T14:08:41.170Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-02-24T14:08:41.171Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-02-24T14:08:41.171Z | error: cannot install while Rust is installed |
| 39 | 2026-02-24T14:08:41.171Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-02-24T14:08:41.185Z | info: profile set to 'default' |
| 41 | 2026-02-24T14:08:41.186Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-02-24T14:08:41.187Z | info: syncing channel updates for '1.91.1-x86_64-unknown-illumos' |
| 43 | 2026-02-24T14:08:41.350Z | info: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07) |
| 44 | 2026-02-24T14:08:41.351Z | info: downloading component 'cargo' |
| 45 | 2026-02-24T14:08:42.565Z | info: downloading component 'clippy' |
| 46 | 2026-02-24T14:08:42.933Z | info: downloading component 'rust-docs' |
| 47 | 2026-02-24T14:08:44.696Z | info: downloading component 'rust-std' |
| 48 | 2026-02-24T14:08:46.500Z | info: downloading component 'rustc' |
| 49 | 2026-02-24T14:08:55.445Z | info: downloading component 'rustfmt' |
| 50 | 2026-02-24T14:08:55.726Z | info: installing component 'cargo' |
| 51 | 2026-02-24T14:08:56.648Z | info: installing component 'clippy' |
| 52 | 2026-02-24T14:08:57.044Z | info: installing component 'rust-docs' |
| 53 | 2026-02-24T14:08:59.035Z | info: installing component 'rust-std' |
| 54 | 2026-02-24T14:09:00.862Z | info: installing component 'rustc' |
| 55 | 2026-02-24T14:09:07.617Z | info: installing component 'rustfmt' |
| 56 | 2026-02-24T14:09:07.959Z | info: default toolchain set to '1.91.1-x86_64-unknown-illumos' |
| 57 | 2026-02-24T14:09:07.959Z | |
| 58 | 2026-02-24T14:09:08.416Z | 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 59 | 2026-02-24T14:09:08.416Z | |
| 60 | 2026-02-24T14:09:08.442Z | |
| 61 | 2026-02-24T14:09:08.442Z | Rust is installed now. Great! |
| 62 | 2026-02-24T14:09:08.443Z | |
| 63 | 2026-02-24T14:09:08.443Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-02-24T14:09:08.443Z | environment variable. This has not been done automatically. |
| 65 | 2026-02-24T14:09:08.444Z | |
| 66 | 2026-02-24T14:09:08.444Z | To configure your current shell, you need to source |
| 67 | 2026-02-24T14:09:08.444Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-02-24T14:09:08.445Z | |
| 69 | 2026-02-24T14:09:08.446Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-02-24T14:09:08.446Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-02-24T14:09:08.446Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-02-24T14:09:08.446Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-02-24T14:09:08.518Z | + rustup --version |
| 74 | 2026-02-24T14:09:08.536Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-02-24T14:09:08.537Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-02-24T14:09:08.609Z | info: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)` |
| 77 | 2026-02-24T14:09:08.614Z | + cargo --version |
| 78 | 2026-02-24T14:09:08.684Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 79 | 2026-02-24T14:09:08.695Z | + rustc --version |
| 80 | 2026-02-24T14:09:08.769Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 81 | 2026-02-24T14:09:08.800Z | process exited: duration 29422 ms, exit code 0 |
| |
| 82 | 2026-02-24T14:09:08.857Z | starting task 2: "authentication" |
| 83 | 2026-02-24T14:09:08.887Z | process exited: duration 51 ms, exit code 0 |
| |
| 84 | 2026-02-24T14:09:08.915Z | starting task 3: "clone repository" |
| 85 | 2026-02-24T14:09:08.939Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2026-02-24T14:09:08.939Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2026-02-24T14:09:08.954Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2026-02-24T14:10:16.562Z | + cd /work/oxidecomputer/omicron |
| 89 | 2026-02-24T14:10:16.569Z | + git fetch origin 7a071b0c898a9067220d0256bd3c5fe65c531c2a |
| 90 | 2026-02-24T14:10:17.293Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2026-02-24T14:10:17.293Z | * branch 7a071b0c898a9067220d0256bd3c5fe65c531c2a -> FETCH_HEAD |
| 92 | 2026-02-24T14:10:17.306Z | + [[ -n john/shadow-external-types-1 ]] |
| 93 | 2026-02-24T14:10:17.309Z | ++ git branch --show-current |
| 94 | 2026-02-24T14:10:17.311Z | + current=main |
| 95 | 2026-02-24T14:10:17.312Z | + [[ main != john/shadow-external-types-1 ]] |
| 96 | 2026-02-24T14:10:17.312Z | + git branch -f john/shadow-external-types-1 7a071b0c898a9067220d0256bd3c5fe65c531c2a |
| 97 | 2026-02-24T14:10:17.315Z | + git checkout -f john/shadow-external-types-1 |
| 98 | 2026-02-24T14:10:17.352Z | Switched to branch 'john/shadow-external-types-1' |
| 99 | 2026-02-24T14:10:17.355Z | + git reset --hard 7a071b0c898a9067220d0256bd3c5fe65c531c2a |
| 100 | 2026-02-24T14:10:17.400Z | HEAD is now at 7a071b0c8 Merge branch 'main' into john/shadow-external-types-1 |
| 101 | 2026-02-24T14:10:17.402Z | process exited: duration 68482 ms, exit code 0 |
| |
| 102 | 2026-02-24T14:10:17.409Z | starting task 4: "build" |
| 103 | 2026-02-24T14:10:17.414Z | + source .github/buildomat/ci-env.sh |
| 104 | 2026-02-24T14:10:17.414Z | ++ export CARGO_TERM_COLOR=always |
| 105 | 2026-02-24T14:10:17.414Z | ++ CARGO_TERM_COLOR=always |
| 106 | 2026-02-24T14:10:17.414Z | + cargo --version |
| 107 | 2026-02-24T14:10:17.478Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 108 | 2026-02-24T14:10:17.482Z | + rustc --version |
| 109 | 2026-02-24T14:10:17.560Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 110 | 2026-02-24T14:10:17.566Z | + source ./env.sh |
| 111 | 2026-02-24T14:10:17.569Z | ++ OLD_SHELL_OPTS=ehxB |
| 112 | 2026-02-24T14:10:17.569Z | ++ set -o xtrace |
| 113 | 2026-02-24T14:10:17.569Z | ++++ dirname ./env.sh |
| 114 | 2026-02-24T14:10:17.573Z | +++ readlink -f . |
| 115 | 2026-02-24T14:10:17.573Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 116 | 2026-02-24T14:10:17.573Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 117 | 2026-02-24T14:10:17.573Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 118 | 2026-02-24T14:10:17.573Z | ++ 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 |
| 119 | 2026-02-24T14:10:17.573Z | ++ 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 |
| 120 | 2026-02-24T14:10:17.573Z | ++ 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 |
| 121 | 2026-02-24T14:10:17.573Z | ++ 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 |
| 122 | 2026-02-24T14:10:17.573Z | ++ 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 |
| 123 | 2026-02-24T14:10:17.573Z | ++ 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 |
| 124 | 2026-02-24T14:10:17.573Z | ++ case $OLD_SHELL_OPTS in |
| 125 | 2026-02-24T14:10:17.573Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 126 | 2026-02-24T14:10:17.577Z | + export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
| 127 | 2026-02-24T14:10:17.577Z | + PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
| 128 | 2026-02-24T14:10:17.577Z | + banner prerequisites |
| 129 | 2026-02-24T14:10:17.577Z | |
| 130 | 2026-02-24T14:10:17.577Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 131 | 2026-02-24T14:10:17.577Z | # # # # # # # # # # # # # # # |
| 132 | 2026-02-24T14:10:17.577Z | # # # # ##### # # ##### # # # # # #### # |
| 133 | 2026-02-24T14:10:17.577Z | ##### ##### # ##### # # # # # # # # # |
| 134 | 2026-02-24T14:10:17.577Z | # # # # # # # # # # # # # # # |
| 135 | 2026-02-24T14:10:17.577Z | # # # ###### # # ###### ### # #### # #### # |
| 136 | 2026-02-24T14:10:17.578Z | |
| 137 | 2026-02-24T14:10:17.578Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 138 | 2026-02-24T14:10:29.500Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 139 | 2026-02-24T14:10:39.994Z | Startup: Caching catalogs ... Done |
| 140 | 2026-02-24T14:11:04.147Z | Planning: Solver setup ... Done (22.501s) |
| 141 | 2026-02-24T14:11:04.310Z | Planning: Running solver ... Done (0.164s) |
| 142 | 2026-02-24T14:11:04.483Z | Planning: Finding local manifests ... Done (0.003s) |
| 143 | 2026-02-24T14:11:04.495Z | Planning: Fetching manifests: 0/4 0% complete |
| 144 | 2026-02-24T14:11:04.636Z | Planning: Fetching manifests: 4/4 100% complete |
| 145 | 2026-02-24T14:11:04.694Z | Planning: Package planning ... Done (0.057s) |
| 146 | 2026-02-24T14:11:04.746Z | Planning: Merging actions ... Done (0.052s) |
| 147 | 2026-02-24T14:11:05.032Z | Planning: Checking for conflicting actions ... Done (0.286s) |
| 148 | 2026-02-24T14:11:05.044Z | Planning: Consolidating action changes ... Done (0.011s) |
| 149 | 2026-02-24T14:11:06.051Z | Planning: Evaluating mediators ... Done (1.007s) |
| 150 | 2026-02-24T14:11:06.061Z | Planning: Planning completed in 25.91 seconds |
| 151 | 2026-02-24T14:11:06.076Z | Packages to install: 4 |
| 152 | 2026-02-24T14:11:06.076Z | Mediators to change: 2 |
| 153 | 2026-02-24T14:11:06.080Z | Services to change: 1 |
| 154 | 2026-02-24T14:11:06.080Z | Estimated space available: 155.43 GB |
| 155 | 2026-02-24T14:11:06.080Z | Estimated space to be consumed: 1.81 GB |
| 156 | 2026-02-24T14:11:06.080Z | Create boot environment: No |
| 157 | 2026-02-24T14:11:06.080Z | Create backup boot environment: No |
| 158 | 2026-02-24T14:11:06.080Z | Rebuild boot archive: No |
| 159 | 2026-02-24T14:11:06.080Z | |
| 160 | 2026-02-24T14:11:06.080Z | Changed mediators: |
| 161 | 2026-02-24T14:11:06.080Z | mediator clang: |
| 162 | 2026-02-24T14:11:06.080Z | version: None -> 15 (system default) |
| 163 | 2026-02-24T14:11:06.080Z | |
| 164 | 2026-02-24T14:11:06.080Z | mediator llvm: |
| 165 | 2026-02-24T14:11:06.080Z | version: 14 (system default) -> 15 (system default) |
| 166 | 2026-02-24T14:11:06.080Z | |
| 167 | 2026-02-24T14:11:06.080Z | Changed packages: |
| 168 | 2026-02-24T14:11:06.080Z | helios-dev |
| 169 | 2026-02-24T14:11:06.080Z | developer/build-essential |
| 170 | 2026-02-24T14:11:06.080Z | None -> 11-2.0 |
| 171 | 2026-02-24T14:11:06.080Z | library/libxmlsec1 |
| 172 | 2026-02-24T14:11:06.080Z | None -> 1.2.35-2.0 |
| 173 | 2026-02-24T14:11:06.080Z | ooce/developer/clang-15 |
| 174 | 2026-02-24T14:11:06.080Z | None -> 15.0.7-2.0 |
| 175 | 2026-02-24T14:11:06.080Z | ooce/developer/llvm-15 |
| 176 | 2026-02-24T14:11:06.080Z | None -> 15.0.7-2.0 |
| 177 | 2026-02-24T14:11:06.080Z | |
| 178 | 2026-02-24T14:11:06.080Z | Services: |
| 179 | 2026-02-24T14:11:06.080Z | restart_fmri: |
| 180 | 2026-02-24T14:11:06.080Z | svc:/system/update-man-index:default |
| 181 | 2026-02-24T14:11:06.131Z | |
| 182 | 2026-02-24T14:11:06.131Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 183 | 2026-02-24T14:11:11.133Z | Download: 1872/3290 items 103.3/212.6MB 48% complete (21.0M/s) |
| 184 | 2026-02-24T14:11:16.332Z | Download: 3244/3290 items 203.0/212.6MB 95% complete (22.5M/s) |
| 185 | 2026-02-24T14:11:20.043Z | Download: Completed 212.60 MB in 13.91 seconds (15.3M/s) |
| 186 | 2026-02-24T14:11:20.217Z | Actions: 1/3689 actions (Installing new actions) |
| 187 | 2026-02-24T14:11:24.857Z | Actions: Completed 3689 actions in 4.64 seconds. |
| 188 | 2026-02-24T14:11:25.286Z | Done (0.424s) |
| 189 | 2026-02-24T14:11:25.286Z | Done (0.000s) |
| 190 | 2026-02-24T14:11:26.399Z | Done (1.112s) |
| 191 | 2026-02-24T14:11:30.890Z | Done (4.123s) |
| 192 | 2026-02-24T14:11:30.980Z | Done (0.021s) |
| 193 | 2026-02-24T14:11:30.983Z | Done (0.000s) |
| 194 | 2026-02-24T14:11:31.139Z | Done (0.000s) |
| 195 | 2026-02-24T14:11:32.153Z | Planning: Evaluating mediator changes ... Done |
| 196 | 2026-02-24T14:11:32.322Z | Planning: Checking for conflicting actions ... Done |
| 197 | 2026-02-24T14:11:32.325Z | Planning: Consolidating action changes ... Done |
| 198 | 2026-02-24T14:11:32.612Z | Planning: Evaluating mediators ... Done |
| 199 | 2026-02-24T14:11:32.615Z | Planning: Planning completed in 0.46 seconds |
| 200 | 2026-02-24T14:11:32.649Z | Mediators to change: 2 |
| 201 | 2026-02-24T14:11:32.649Z | Create boot environment: No |
| 202 | 2026-02-24T14:11:32.652Z | Create backup boot environment: No |
| 203 | 2026-02-24T14:11:32.727Z | Done |
| 204 | 2026-02-24T14:11:32.727Z | Done |
| 205 | 2026-02-24T14:11:33.530Z | Done |
| 206 | 2026-02-24T14:11:37.569Z | Done |
| 207 | 2026-02-24T14:11:37.662Z | Done |
| 208 | 2026-02-24T14:11:37.665Z | Done |
| 209 | 2026-02-24T14:11:37.878Z | Done |
| 210 | 2026-02-24T14:11:38.527Z | Planning: Evaluating mediator changes ... Done |
| 211 | 2026-02-24T14:11:38.530Z | Planning: Merging actions ... Done |
| 212 | 2026-02-24T14:11:38.723Z | Planning: Checking for conflicting actions ... Done |
| 213 | 2026-02-24T14:11:38.727Z | Planning: Consolidating action changes ... Done |
| 214 | 2026-02-24T14:11:39.001Z | Planning: Evaluating mediators ... Done |
| 215 | 2026-02-24T14:11:39.060Z | Planning: Planning completed in 0.79 seconds |
| 216 | 2026-02-24T14:11:39.098Z | Packages to change: 1 |
| 217 | 2026-02-24T14:11:39.098Z | Mediators to change: 1 |
| 218 | 2026-02-24T14:11:39.098Z | Services to change: 1 |
| 219 | 2026-02-24T14:11:39.098Z | Create boot environment: No |
| 220 | 2026-02-24T14:11:39.101Z | Create backup boot environment: Yes |
| 221 | 2026-02-24T14:11:41.735Z | Actions: 1/6 actions (Updating modified actions) |
| 222 | 2026-02-24T14:11:41.738Z | Actions: Completed 6 actions in 0.00 seconds. |
| 223 | 2026-02-24T14:11:41.738Z | Done |
| 224 | 2026-02-24T14:11:41.738Z | Done |
| 225 | 2026-02-24T14:11:41.960Z | Done |
| 226 | 2026-02-24T14:11:45.817Z | Done |
| 227 | 2026-02-24T14:11:45.912Z | Done |
| 228 | 2026-02-24T14:11:45.915Z | Done |
| 229 | 2026-02-24T14:11:46.082Z | Done |
| 230 | 2026-02-24T14:11:46.530Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 231 | 2026-02-24T14:11:46.530Z | clang system 15 system |
| 232 | 2026-02-24T14:11:46.530Z | csh system system illumos |
| 233 | 2026-02-24T14:11:46.530Z | ctags system system illumos |
| 234 | 2026-02-24T14:11:46.530Z | file system system illumos |
| 235 | 2026-02-24T14:11:46.530Z | gcc vendor 12 vendor |
| 236 | 2026-02-24T14:11:46.530Z | gcc system 10 system |
| 237 | 2026-02-24T14:11:46.530Z | gcc system 7 system |
| 238 | 2026-02-24T14:11:46.530Z | go system 1.20 system |
| 239 | 2026-02-24T14:11:46.530Z | go system 1.19 system |
| 240 | 2026-02-24T14:11:46.530Z | llvm system 15 system |
| 241 | 2026-02-24T14:11:46.530Z | llvm system 14 system |
| 242 | 2026-02-24T14:11:46.530Z | mariadb system 10.6 system |
| 243 | 2026-02-24T14:11:46.530Z | mta vendor vendor dma |
| 244 | 2026-02-24T14:11:46.530Z | openjdk system 17 system |
| 245 | 2026-02-24T14:11:46.530Z | openjdk system 11 system |
| 246 | 2026-02-24T14:11:46.530Z | openjdk system 1.8 system |
| 247 | 2026-02-24T14:11:46.530Z | openssl vendor 3 vendor |
| 248 | 2026-02-24T14:11:46.530Z | perl system 5.36 system |
| 249 | 2026-02-24T14:11:46.530Z | postgresql system 15 system |
| 250 | 2026-02-24T14:11:46.534Z | postgresql system 13 system |
| 251 | 2026-02-24T14:11:46.534Z | python vendor 3 vendor |
| 252 | 2026-02-24T14:11:46.534Z | python system 2 system |
| 253 | 2026-02-24T14:11:46.534Z | python3 system 3.11 system |
| 254 | 2026-02-24T14:11:46.534Z | ruby system 3.0 system |
| 255 | 2026-02-24T14:11:46.534Z | words vendor vendor american-english |
| 256 | 2026-02-24T14:11:46.534Z | words system system australian-english |
| 257 | 2026-02-24T14:11:46.534Z | words system system british-english |
| 258 | 2026-02-24T14:11:46.534Z | words system system canadian-english |
| 259 | 2026-02-24T14:11:46.534Z | words system system french |
| 260 | 2026-02-24T14:11:46.534Z | words system system italian |
| 261 | 2026-02-24T14:11:46.534Z | words system system ngerman |
| 262 | 2026-02-24T14:11:46.534Z | words system system ogerman |
| 263 | 2026-02-24T14:11:46.534Z | words system system spanish |
| 264 | 2026-02-24T14:11:46.877Z | PUBLISHER TYPE STATUS P LOCATION |
| 265 | 2026-02-24T14:11:46.877Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 266 | 2026-02-24T14:11:53.460Z | FMRI IFO |
| 267 | 2026-02-24T14:11:53.460Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 268 | 2026-02-24T14:11:53.460Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 269 | 2026-02-24T14:11:53.460Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 270 | 2026-02-24T14:11:53.460Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 271 | 2026-02-24T14:11:53.460Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 272 | 2026-02-24T14:11:53.460Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 273 | 2026-02-24T14:11:53.460Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 274 | 2026-02-24T14:11:53.460Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 275 | 2026-02-24T14:11:53.460Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 276 | 2026-02-24T14:11:53.461Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 277 | 2026-02-24T14:11:53.461Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 278 | 2026-02-24T14:11:53.461Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 279 | 2026-02-24T14:11:53.461Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 280 | 2026-02-24T14:11:53.461Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 281 | 2026-02-24T14:11:53.461Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 282 | 2026-02-24T14:11:53.461Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 283 | 2026-02-24T14:11:54.681Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 284 | 2026-02-24T14:11:55.417Z | Updating crates.io index |
| 285 | 2026-02-24T14:11:55.421Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 286 | 2026-02-24T14:11:55.960Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 287 | 2026-02-24T14:11:57.031Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 288 | 2026-02-24T14:11:59.607Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 289 | 2026-02-24T14:12:00.264Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 290 | 2026-02-24T14:12:01.136Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 291 | 2026-02-24T14:12:05.634Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 292 | 2026-02-24T14:12:11.308Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 293 | 2026-02-24T14:12:14.597Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 294 | 2026-02-24T14:12:15.188Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 295 | 2026-02-24T14:12:18.992Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 296 | 2026-02-24T14:12:20.497Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 297 | 2026-02-24T14:12:21.341Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 298 | 2026-02-24T14:12:22.563Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 299 | 2026-02-24T14:12:23.306Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 300 | 2026-02-24T14:12:25.158Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 301 | 2026-02-24T14:12:26.384Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 302 | 2026-02-24T14:12:27.208Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 303 | 2026-02-24T14:12:28.068Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 304 | 2026-02-24T14:12:28.811Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 305 | 2026-02-24T14:12:29.390Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 306 | 2026-02-24T14:12:29.918Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 307 | 2026-02-24T14:12:30.527Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 308 | 2026-02-24T14:12:31.394Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 309 | 2026-02-24T14:12:32.126Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 310 | 2026-02-24T14:12:33.563Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 311 | 2026-02-24T14:12:34.227Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 312 | 2026-02-24T14:12:35.138Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 313 | 2026-02-24T14:12:35.655Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 314 | 2026-02-24T14:12:37.495Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 315 | 2026-02-24T14:12:38.408Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 316 | 2026-02-24T14:12:38.982Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 317 | 2026-02-24T14:12:39.804Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 318 | 2026-02-24T14:12:40.350Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 319 | 2026-02-24T14:12:41.197Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 320 | 2026-02-24T14:12:41.646Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 321 | 2026-02-24T14:12:42.245Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 322 | 2026-02-24T14:12:42.862Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 323 | 2026-02-24T14:12:43.553Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 324 | 2026-02-24T14:13:24.181Z | Downloading crates ... |
| 325 | 2026-02-24T14:13:24.233Z | Downloaded autocfg v1.4.0 |
| 326 | 2026-02-24T14:13:24.237Z | Downloaded anstyle v1.0.11 |
| 327 | 2026-02-24T14:13:24.240Z | Downloaded anstyle-parse v0.2.5 |
| 328 | 2026-02-24T14:13:24.244Z | Downloaded anstream v0.6.18 |
| 329 | 2026-02-24T14:13:24.248Z | Downloaded byteorder v1.5.0 |
| 330 | 2026-02-24T14:13:24.251Z | Downloaded icu_normalizer_data v1.5.0 |
| 331 | 2026-02-24T14:13:24.256Z | Downloaded heck v0.5.0 |
| 332 | 2026-02-24T14:13:24.260Z | Downloaded anstyle-query v1.1.1 |
| 333 | 2026-02-24T14:13:24.267Z | Downloaded ucd-trie v0.1.7 |
| 334 | 2026-02-24T14:13:24.271Z | Downloaded zerocopy-derive v0.7.35 |
| 335 | 2026-02-24T14:13:24.271Z | Downloaded typeid v1.0.3 |
| 336 | 2026-02-24T14:13:24.271Z | Downloaded tabled_derive v0.7.0 |
| 337 | 2026-02-24T14:13:24.271Z | Downloaded version_check v0.9.5 |
| 338 | 2026-02-24T14:13:24.276Z | Downloaded thread-id v4.2.2 |
| 339 | 2026-02-24T14:13:24.276Z | Downloaded thiserror-impl v2.0.18 |
| 340 | 2026-02-24T14:13:24.276Z | Downloaded fastrand v2.1.1 |
| 341 | 2026-02-24T14:13:24.281Z | Downloaded icu_properties v1.5.1 |
| 342 | 2026-02-24T14:13:24.281Z | Downloaded utf8parse v0.2.2 |
| 343 | 2026-02-24T14:13:24.281Z | Downloaded zerofrom-derive v0.1.4 |
| 344 | 2026-02-24T14:13:24.287Z | Downloaded usdt-attr-macro v0.5.0 |
| 345 | 2026-02-24T14:13:24.288Z | Downloaded icu_locid_transform v1.5.0 |
| 346 | 2026-02-24T14:13:24.288Z | Downloaded write16 v1.0.0 |
| 347 | 2026-02-24T14:13:24.288Z | Downloaded serde-untagged v0.1.7 |
| 348 | 2026-02-24T14:13:24.296Z | Downloaded zerofrom v0.1.4 |
| 349 | 2026-02-24T14:13:24.296Z | Downloaded digest v0.10.7 |
| 350 | 2026-02-24T14:13:24.296Z | Downloaded usdt v0.5.0 |
| 351 | 2026-02-24T14:13:24.296Z | Downloaded utf8_iter v1.0.4 |
| 352 | 2026-02-24T14:13:24.296Z | Downloaded toml_datetime v0.6.11 |
| 353 | 2026-02-24T14:13:24.300Z | Downloaded strsim v0.11.1 |
| 354 | 2026-02-24T14:13:24.300Z | Downloaded writeable v0.5.5 |
| 355 | 2026-02-24T14:13:24.300Z | Downloaded usdt-macro v0.5.0 |
| 356 | 2026-02-24T14:13:24.300Z | Downloaded toml_write v0.1.2 |
| 357 | 2026-02-24T14:13:24.300Z | Downloaded itoa v1.0.11 |
| 358 | 2026-02-24T14:13:24.300Z | Downloaded utf16_iter v1.0.5 |
| 359 | 2026-02-24T14:13:24.303Z | Downloaded swrite v0.1.0 |
| 360 | 2026-02-24T14:13:24.303Z | Downloaded memmap v0.7.0 |
| 361 | 2026-02-24T14:13:24.303Z | Downloaded unicode-linebreak v0.1.5 |
| 362 | 2026-02-24T14:13:24.303Z | Downloaded zerovec-derive v0.10.3 |
| 363 | 2026-02-24T14:13:24.306Z | Downloaded yoke-derive v0.7.4 |
| 364 | 2026-02-24T14:13:24.306Z | Downloaded tinystr v0.7.6 |
| 365 | 2026-02-24T14:13:24.310Z | Downloaded unicode-xid v0.2.6 |
| 366 | 2026-02-24T14:13:24.310Z | Downloaded thiserror v1.0.69 |
| 367 | 2026-02-24T14:13:24.314Z | Downloaded zmij v1.0.15 |
| 368 | 2026-02-24T14:13:24.318Z | Downloaded stable_deref_trait v1.2.0 |
| 369 | 2026-02-24T14:13:24.318Z | Downloaded yoke v0.7.4 |
| 370 | 2026-02-24T14:13:24.318Z | Downloaded toml v0.8.23 |
| 371 | 2026-02-24T14:13:24.322Z | Downloaded macaddr v1.0.1 |
| 372 | 2026-02-24T14:13:24.322Z | Downloaded typenum v1.17.0 |
| 373 | 2026-02-24T14:13:24.323Z | Downloaded unicode-ident v1.0.19 |
| 374 | 2026-02-24T14:13:24.326Z | Downloaded percent-encoding v2.3.2 |
| 375 | 2026-02-24T14:13:24.326Z | Downloaded fnv v1.0.7 |
| 376 | 2026-02-24T14:13:24.329Z | Downloaded textwrap v0.16.2 |
| 377 | 2026-02-24T14:13:24.329Z | Downloaded usdt-impl v0.5.0 |
| 378 | 2026-02-24T14:13:24.332Z | Downloaded scroll_derive v0.12.0 |
| 379 | 2026-02-24T14:13:24.332Z | Downloaded icu_provider_macros v1.5.0 |
| 380 | 2026-02-24T14:13:24.332Z | Downloaded is_terminal_polyfill v1.70.1 |
| 381 | 2026-02-24T14:13:24.335Z | Downloaded serde_spanned v0.6.9 |
| 382 | 2026-02-24T14:13:24.335Z | Downloaded dof v0.3.0 |
| 383 | 2026-02-24T14:13:24.335Z | Downloaded cpufeatures v0.2.14 |
| 384 | 2026-02-24T14:13:24.339Z | Downloaded crypto-common v0.1.6 |
| 385 | 2026-02-24T14:13:24.339Z | Downloaded colorchoice v1.0.2 |
| 386 | 2026-02-24T14:13:24.339Z | Downloaded clap_lex v0.7.4 |
| 387 | 2026-02-24T14:13:24.339Z | Downloaded form_urlencoded v1.2.2 |
| 388 | 2026-02-24T14:13:24.344Z | Downloaded cfg-if v1.0.4 |
| 389 | 2026-02-24T14:13:24.344Z | Downloaded bitflags v2.9.4 |
| 390 | 2026-02-24T14:13:24.348Z | Downloaded url v2.5.4 |
| 391 | 2026-02-24T14:13:24.348Z | Downloaded thiserror-impl v1.0.69 |
| 392 | 2026-02-24T14:13:24.351Z | Downloaded serde-value v0.7.0 |
| 393 | 2026-02-24T14:13:24.351Z | Downloaded plain v0.2.3 |
| 394 | 2026-02-24T14:13:24.351Z | Downloaded toml_edit v0.22.27 |
| 395 | 2026-02-24T14:13:24.356Z | Downloaded block-buffer v0.10.4 |
| 396 | 2026-02-24T14:13:24.356Z | Downloaded proc-macro-error-attr v1.0.4 |
| 397 | 2026-02-24T14:13:24.356Z | Downloaded dtrace-parser v0.2.0 |
| 398 | 2026-02-24T14:13:24.360Z | Downloaded cargo-platform v0.2.0 |
| 399 | 2026-02-24T14:13:24.360Z | Downloaded zerovec v0.10.4 |
| 400 | 2026-02-24T14:13:24.363Z | Downloaded terminal_size v0.4.0 |
| 401 | 2026-02-24T14:13:24.368Z | Downloaded erased-serde v0.4.6 |
| 402 | 2026-02-24T14:13:24.368Z | Downloaded icu_locid v1.5.0 |
| 403 | 2026-02-24T14:13:24.372Z | Downloaded pretty-hex v0.4.1 |
| 404 | 2026-02-24T14:13:24.372Z | Downloaded cargo-util-schemas v0.8.2 |
| 405 | 2026-02-24T14:13:24.375Z | Downloaded errno v0.3.12 |
| 406 | 2026-02-24T14:13:24.375Z | Downloaded equivalent v1.0.2 |
| 407 | 2026-02-24T14:13:24.375Z | Downloaded thiserror v2.0.18 |
| 408 | 2026-02-24T14:13:24.380Z | Downloaded zerocopy v0.7.35 |
| 409 | 2026-02-24T14:13:24.393Z | Downloaded sha2 v0.10.9 |
| 410 | 2026-02-24T14:13:24.396Z | Downloaded cargo_toml v0.21.0 |
| 411 | 2026-02-24T14:13:24.396Z | Downloaded cargo_metadata v0.21.0 |
| 412 | 2026-02-24T14:13:24.400Z | Downloaded unicode-width v0.2.0 |
| 413 | 2026-02-24T14:13:24.403Z | Downloaded unicode-width v0.1.14 |
| 414 | 2026-02-24T14:13:24.408Z | Downloaded camino-tempfile v1.4.1 |
| 415 | 2026-02-24T14:13:24.412Z | Downloaded serde_tokenstream v0.2.2 |
| 416 | 2026-02-24T14:13:24.412Z | Downloaded proc-macro-error v1.0.4 |
| 417 | 2026-02-24T14:13:24.417Z | Downloaded num-traits v0.2.19 |
| 418 | 2026-02-24T14:13:24.417Z | Downloaded anyhow v1.0.99 |
| 419 | 2026-02-24T14:13:24.420Z | Downloaded synstructure v0.13.1 |
| 420 | 2026-02-24T14:13:24.420Z | Downloaded semver v1.0.27 |
| 421 | 2026-02-24T14:13:24.420Z | Downloaded once_cell v1.21.3 |
| 422 | 2026-02-24T14:13:24.423Z | Downloaded smallvec v1.15.1 |
| 423 | 2026-02-24T14:13:24.426Z | Downloaded pest_meta v2.8.2 |
| 424 | 2026-02-24T14:13:24.426Z | Downloaded tempfile v3.24.0 |
| 425 | 2026-02-24T14:13:24.433Z | Downloaded scroll v0.12.0 |
| 426 | 2026-02-24T14:13:24.433Z | Downloaded clap_derive v4.5.47 |
| 427 | 2026-02-24T14:13:24.436Z | Downloaded camino v1.2.2 |
| 428 | 2026-02-24T14:13:24.436Z | Downloaded log v0.4.29 |
| 429 | 2026-02-24T14:13:24.436Z | Downloaded pest_derive v2.8.2 |
| 430 | 2026-02-24T14:13:24.436Z | Downloaded fs-err v3.1.1 |
| 431 | 2026-02-24T14:13:24.439Z | Downloaded winnow v0.7.14 |
| 432 | 2026-02-24T14:13:24.446Z | Downloaded serde_core v1.0.228 |
| 433 | 2026-02-24T14:13:24.452Z | Downloaded proc-macro2 v1.0.101 |
| 434 | 2026-02-24T14:13:24.452Z | Downloaded papergrid v0.11.0 |
| 435 | 2026-02-24T14:13:24.457Z | Downloaded serde_derive v1.0.228 |
| 436 | 2026-02-24T14:13:24.460Z | Downloaded hashbrown v0.16.1 |
| 437 | 2026-02-24T14:13:24.460Z | Downloaded icu_provider v1.5.0 |
| 438 | 2026-02-24T14:13:24.463Z | Downloaded icu_normalizer v1.5.0 |
| 439 | 2026-02-24T14:13:24.466Z | Downloaded serde v1.0.228 |
| 440 | 2026-02-24T14:13:24.469Z | Downloaded icu_collections v1.5.0 |
| 441 | 2026-02-24T14:13:24.473Z | Downloaded quote v1.0.40 |
| 442 | 2026-02-24T14:13:24.481Z | Downloaded clap v4.5.48 |
| 443 | 2026-02-24T14:13:24.485Z | Downloaded pest_generator v2.8.2 |
| 444 | 2026-02-24T14:13:24.485Z | Downloaded memchr v2.7.4 |
| 445 | 2026-02-24T14:13:24.490Z | Downloaded goblin v0.8.2 |
| 446 | 2026-02-24T14:13:24.493Z | Downloaded ordered-float v2.10.1 |
| 447 | 2026-02-24T14:13:24.493Z | Downloaded litemap v0.7.3 |
| 448 | 2026-02-24T14:13:24.496Z | Downloaded displaydoc v0.2.5 |
| 449 | 2026-02-24T14:13:24.501Z | Downloaded smawk v0.3.2 |
| 450 | 2026-02-24T14:13:24.501Z | Downloaded pest v2.8.2 |
| 451 | 2026-02-24T14:13:24.505Z | Downloaded indexmap v2.13.0 |
| 452 | 2026-02-24T14:13:24.508Z | Downloaded generic-array v0.14.7 |
| 453 | 2026-02-24T14:13:24.508Z | Downloaded bytecount v0.6.8 |
| 454 | 2026-02-24T14:13:24.511Z | Downloaded idna_adapter v1.2.0 |
| 455 | 2026-02-24T14:13:24.511Z | Downloaded icu_locid_transform_data v1.5.0 |
| 456 | 2026-02-24T14:13:24.511Z | Downloaded heck v0.4.1 |
| 457 | 2026-02-24T14:13:24.514Z | Downloaded getrandom v0.3.4 |
| 458 | 2026-02-24T14:13:24.526Z | Downloaded idna v1.0.3 |
| 459 | 2026-02-24T14:13:24.532Z | Downloaded clap_builder v4.5.48 |
| 460 | 2026-02-24T14:13:24.537Z | Downloaded serde_json v1.0.149 |
| 461 | 2026-02-24T14:13:24.551Z | Downloaded icu_properties_data v1.5.0 |
| 462 | 2026-02-24T14:13:24.559Z | Downloaded tabled v0.15.0 |
| 463 | 2026-02-24T14:13:24.572Z | Downloaded syn v1.0.109 |
| 464 | 2026-02-24T14:13:24.580Z | Downloaded syn v2.0.114 |
| 465 | 2026-02-24T14:13:24.597Z | Downloaded rustix v0.38.37 |
| 466 | 2026-02-24T14:13:24.615Z | Downloaded rustix v1.1.3 |
| 467 | 2026-02-24T14:13:24.649Z | Downloaded libc v0.2.180 |
| 468 | 2026-02-24T14:13:24.737Z | Compiling proc-macro2 v1.0.101 |
| 469 | 2026-02-24T14:13:24.741Z | Compiling unicode-ident v1.0.19 |
| 470 | 2026-02-24T14:13:24.741Z | Compiling serde_core v1.0.228 |
| 471 | 2026-02-24T14:13:24.741Z | Compiling version_check v0.9.5 |
| 472 | 2026-02-24T14:13:24.741Z | Compiling serde v1.0.228 |
| 473 | 2026-02-24T14:13:24.741Z | Compiling libc v0.2.180 |
| 474 | 2026-02-24T14:13:24.741Z | Compiling memchr v2.7.4 |
| 475 | 2026-02-24T14:13:24.741Z | Compiling thiserror v2.0.18 |
| 476 | 2026-02-24T14:13:25.260Z | Compiling stable_deref_trait v1.2.0 |
| 477 | 2026-02-24T14:13:25.390Z | Compiling zmij v1.0.15 |
| 478 | 2026-02-24T14:13:25.670Z | Compiling writeable v0.5.5 |
| 479 | 2026-02-24T14:13:25.821Z | Compiling ucd-trie v0.1.7 |
| 480 | 2026-02-24T14:13:26.172Z | Compiling litemap v0.7.3 |
| 481 | 2026-02-24T14:13:26.210Z | Compiling autocfg v1.4.0 |
| 482 | 2026-02-24T14:13:26.385Z | Compiling thiserror v1.0.69 |
| 483 | 2026-02-24T14:13:26.513Z | Compiling itoa v1.0.11 |
| 484 | 2026-02-24T14:13:26.636Z | Compiling bitflags v2.9.4 |
| 485 | 2026-02-24T14:13:26.766Z | Compiling byteorder v1.5.0 |
| 486 | 2026-02-24T14:13:27.096Z | Compiling icu_locid_transform_data v1.5.0 |
| 487 | 2026-02-24T14:13:27.229Z | Compiling quote v1.0.40 |
| 488 | 2026-02-24T14:13:27.287Z | Compiling errno v0.3.12 |
| 489 | 2026-02-24T14:13:27.313Z | Compiling icu_properties_data v1.5.0 |
| 490 | 2026-02-24T14:13:27.373Z | Compiling serde_json v1.0.149 |
| 491 | 2026-02-24T14:13:27.588Z | Compiling syn v2.0.114 |
| 492 | 2026-02-24T14:13:27.799Z | Compiling num-traits v0.2.19 |
| 493 | 2026-02-24T14:13:27.827Z | Compiling equivalent v1.0.2 |
| 494 | 2026-02-24T14:13:27.877Z | Compiling typeid v1.0.3 |
| 495 | 2026-02-24T14:13:27.987Z | Compiling utf8_iter v1.0.4 |
| 496 | 2026-02-24T14:13:28.124Z | Compiling smallvec v1.15.1 |
| 497 | 2026-02-24T14:13:28.189Z | Compiling rustix v0.38.37 |
| 498 | 2026-02-24T14:13:28.234Z | Compiling hashbrown v0.16.1 |
| 499 | 2026-02-24T14:13:28.368Z | Compiling icu_normalizer_data v1.5.0 |
| 500 | 2026-02-24T14:13:28.396Z | Compiling utf16_iter v1.0.5 |
| 501 | 2026-02-24T14:13:28.499Z | Compiling write16 v1.0.0 |
| 502 | 2026-02-24T14:13:28.699Z | Compiling proc-macro-error-attr v1.0.4 |
| 503 | 2026-02-24T14:13:28.923Z | Compiling usdt-impl v0.5.0 |
| 504 | 2026-02-24T14:13:28.991Z | Compiling winnow v0.7.14 |
| 505 | 2026-02-24T14:13:29.043Z | Compiling syn v1.0.109 |
| 506 | 2026-02-24T14:13:29.311Z | Compiling toml_write v0.1.2 |
| 507 | 2026-02-24T14:13:29.454Z | Compiling indexmap v2.13.0 |
| 508 | 2026-02-24T14:13:29.486Z | Compiling thread-id v4.2.2 |
| 509 | 2026-02-24T14:13:30.008Z | Compiling proc-macro-error v1.0.4 |
| 510 | 2026-02-24T14:13:30.360Z | Compiling getrandom v0.3.4 |
| 511 | 2026-02-24T14:13:30.904Z | Compiling rustix v1.1.3 |
| 512 | 2026-02-24T14:13:31.087Z | Compiling plain v0.2.3 |
| 513 | 2026-02-24T14:13:31.282Z | Compiling percent-encoding v2.3.2 |
| 514 | 2026-02-24T14:13:31.565Z | Compiling utf8parse v0.2.2 |
| 515 | 2026-02-24T14:13:31.659Z | Compiling log v0.4.29 |
| 516 | 2026-02-24T14:13:31.714Z | Compiling camino v1.2.2 |
| 517 | 2026-02-24T14:13:31.759Z | Compiling anstyle-parse v0.2.5 |
| 518 | 2026-02-24T14:13:32.109Z | Compiling form_urlencoded v1.2.2 |
| 519 | 2026-02-24T14:13:32.139Z | Compiling ordered-float v2.10.1 |
| 520 | 2026-02-24T14:13:32.425Z | Compiling terminal_size v0.4.0 |
| 521 | 2026-02-24T14:13:32.642Z | Compiling anstyle-query v1.1.1 |
| 522 | 2026-02-24T14:13:32.725Z | Compiling pretty-hex v0.4.1 |
| 523 | 2026-02-24T14:13:32.850Z | Compiling colorchoice v1.0.2 |
| 524 | 2026-02-24T14:13:32.956Z | Compiling anstyle v1.0.11 |
| 525 | 2026-02-24T14:13:33.037Z | Compiling cfg-if v1.0.4 |
| 526 | 2026-02-24T14:13:33.040Z | Compiling is_terminal_polyfill v1.70.1 |
| 527 | 2026-02-24T14:13:33.334Z | Compiling anstream v0.6.18 |
| 528 | 2026-02-24T14:13:33.398Z | Compiling semver v1.0.27 |
| 529 | 2026-02-24T14:13:34.094Z | Compiling fs-err v3.1.1 |
| 530 | 2026-02-24T14:13:34.122Z | Compiling anyhow v1.0.99 |
| 531 | 2026-02-24T14:13:34.173Z | Compiling synstructure v0.13.1 |
| 532 | 2026-02-24T14:13:34.333Z | Compiling unicode-width v0.1.14 |
| 533 | 2026-02-24T14:13:34.433Z | Compiling strsim v0.11.1 |
| 534 | 2026-02-24T14:13:34.695Z | Compiling once_cell v1.21.3 |
| 535 | 2026-02-24T14:13:34.869Z | Compiling heck v0.5.0 |
| 536 | 2026-02-24T14:13:35.113Z | Compiling fastrand v2.1.1 |
| 537 | 2026-02-24T14:13:35.172Z | Compiling unicode-xid v0.2.6 |
| 538 | 2026-02-24T14:13:35.390Z | Compiling heck v0.4.1 |
| 539 | 2026-02-24T14:13:35.448Z | Compiling clap_lex v0.7.4 |
| 540 | 2026-02-24T14:13:35.540Z | Compiling bytecount v0.6.8 |
| 541 | 2026-02-24T14:13:35.615Z | Compiling fnv v1.0.7 |
| 542 | 2026-02-24T14:13:35.767Z | Compiling papergrid v0.11.0 |
| 543 | 2026-02-24T14:13:35.793Z | Compiling clap_builder v4.5.48 |
| 544 | 2026-02-24T14:13:35.834Z | Compiling tempfile v3.24.0 |
| 545 | 2026-02-24T14:13:36.182Z | Compiling memmap v0.7.0 |
| 546 | 2026-02-24T14:13:36.346Z | Compiling unicode-linebreak v0.1.5 |
| 547 | 2026-02-24T14:13:36.555Z | Compiling unicode-width v0.2.0 |
| 548 | 2026-02-24T14:13:36.734Z | Compiling smawk v0.3.2 |
| 549 | 2026-02-24T14:13:36.997Z | Compiling camino-tempfile v1.4.1 |
| 550 | 2026-02-24T14:13:37.133Z | Compiling textwrap v0.16.2 |
| 551 | 2026-02-24T14:13:37.697Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 552 | 2026-02-24T14:13:37.962Z | Compiling tabled_derive v0.7.0 |
| 553 | 2026-02-24T14:13:38.028Z | Compiling swrite v0.1.0 |
| 554 | 2026-02-24T14:13:38.623Z | Compiling serde_derive v1.0.228 |
| 555 | 2026-02-24T14:13:38.624Z | Compiling zerofrom-derive v0.1.4 |
| 556 | 2026-02-24T14:13:38.624Z | Compiling yoke-derive v0.7.4 |
| 557 | 2026-02-24T14:13:38.627Z | Compiling zerovec-derive v0.10.3 |
| 558 | 2026-02-24T14:13:38.627Z | Compiling thiserror-impl v2.0.18 |
| 559 | 2026-02-24T14:13:40.029Z | Compiling displaydoc v0.2.5 |
| 560 | 2026-02-24T14:13:41.256Z | Compiling thiserror-impl v1.0.69 |
| 561 | 2026-02-24T14:13:41.415Z | Compiling icu_provider_macros v1.5.0 |
| 562 | 2026-02-24T14:13:41.661Z | Compiling zerocopy-derive v0.7.35 |
| 563 | 2026-02-24T14:13:42.015Z | Compiling zerofrom v0.1.4 |
| 564 | 2026-02-24T14:13:42.048Z | Compiling pest v2.8.2 |
| 565 | 2026-02-24T14:13:42.281Z | Compiling yoke v0.7.4 |
| 566 | 2026-02-24T14:13:42.463Z | Compiling scroll_derive v0.12.0 |
| 567 | 2026-02-24T14:13:42.700Z | Compiling zerovec v0.10.4 |
| 568 | 2026-02-24T14:13:43.362Z | Compiling clap_derive v4.5.47 |
| 569 | 2026-02-24T14:13:43.563Z | Compiling zerocopy v0.7.35 |
| 570 | 2026-02-24T14:13:43.857Z | Compiling scroll v0.12.0 |
| 571 | 2026-02-24T14:13:43.975Z | Compiling tabled v0.15.0 |
| 572 | 2026-02-24T14:13:44.350Z | Compiling goblin v0.8.2 |
| 573 | 2026-02-24T14:13:44.578Z | Compiling tinystr v0.7.6 |
| 574 | 2026-02-24T14:13:44.772Z | Compiling pest_meta v2.8.2 |
| 575 | 2026-02-24T14:13:44.973Z | Compiling icu_locid v1.5.0 |
| 576 | 2026-02-24T14:13:45.002Z | Compiling icu_collections v1.5.0 |
| 577 | 2026-02-24T14:13:46.300Z | Compiling icu_provider v1.5.0 |
| 578 | 2026-02-24T14:13:47.049Z | Compiling icu_locid_transform v1.5.0 |
| 579 | 2026-02-24T14:13:47.089Z | Compiling pest_generator v2.8.2 |
| 580 | 2026-02-24T14:13:47.241Z | Compiling serde_spanned v0.6.9 |
| 581 | 2026-02-24T14:13:47.304Z | Compiling toml_datetime v0.6.11 |
| 582 | 2026-02-24T14:13:47.479Z | Compiling dof v0.3.0 |
| 583 | 2026-02-24T14:13:47.508Z | Compiling serde_tokenstream v0.2.2 |
| 584 | 2026-02-24T14:13:47.856Z | Compiling toml_edit v0.22.27 |
| 585 | 2026-02-24T14:13:48.138Z | Compiling erased-serde v0.4.6 |
| 586 | 2026-02-24T14:13:48.408Z | Compiling icu_properties v1.5.1 |
| 587 | 2026-02-24T14:13:48.882Z | Compiling serde-value v0.7.0 |
| 588 | 2026-02-24T14:13:49.268Z | Compiling pest_derive v2.8.2 |
| 589 | 2026-02-24T14:13:49.295Z | Compiling serde-untagged v0.1.7 |
| 590 | 2026-02-24T14:13:49.377Z | Compiling cargo-platform v0.2.0 |
| 591 | 2026-02-24T14:13:49.666Z | Compiling clap v4.5.48 |
| 592 | 2026-02-24T14:13:49.697Z | Compiling macaddr v1.0.1 |
| 593 | 2026-02-24T14:13:50.030Z | Compiling dtrace-parser v0.2.0 |
| 594 | 2026-02-24T14:13:51.194Z | Compiling toml v0.8.23 |
| 595 | 2026-02-24T14:13:52.009Z | Compiling usdt-macro v0.5.0 |
| 596 | 2026-02-24T14:13:52.010Z | Compiling usdt-attr-macro v0.5.0 |
| 597 | 2026-02-24T14:13:52.196Z | Compiling icu_normalizer v1.5.0 |
| 598 | 2026-02-24T14:13:52.224Z | Compiling cargo_toml v0.21.0 |
| 599 | 2026-02-24T14:13:53.047Z | Compiling idna_adapter v1.2.0 |
| 600 | 2026-02-24T14:13:53.236Z | Compiling idna v1.0.3 |
| 601 | 2026-02-24T14:13:53.349Z | Compiling usdt v0.5.0 |
| 602 | 2026-02-24T14:13:53.681Z | Compiling url v2.5.4 |
| 603 | 2026-02-24T14:13:54.342Z | Compiling cargo-util-schemas v0.8.2 |
| 604 | 2026-02-24T14:13:56.150Z | Compiling cargo_metadata v0.21.0 |
| 605 | 2026-02-24T14:13:57.812Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 606 | 2026-02-24T14:14:01.310Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 06s |
| 607 | 2026-02-24T14:14:01.659Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 608 | 2026-02-24T14:14:02.466Z | Downloading crates ... |
| 609 | 2026-02-24T14:14:02.597Z | Downloaded async-recursion v1.1.1 |
| 610 | 2026-02-24T14:14:02.610Z | Downloaded adler2 v2.0.0 |
| 611 | 2026-02-24T14:14:02.613Z | Downloaded atomicwrites v0.4.4 |
| 612 | 2026-02-24T14:14:02.616Z | Downloaded ahash v0.8.12 |
| 613 | 2026-02-24T14:14:02.623Z | Downloaded atty v0.2.14 |
| 614 | 2026-02-24T14:14:02.629Z | Downloaded async-stream-impl v0.3.6 |
| 615 | 2026-02-24T14:14:02.631Z | Downloaded dirs-next v2.0.0 |
| 616 | 2026-02-24T14:14:02.634Z | Downloaded addr2line v0.24.2 |
| 617 | 2026-02-24T14:14:02.639Z | Downloaded deranged v0.5.3 |
| 618 | 2026-02-24T14:14:02.645Z | Downloaded darling_macro v0.20.10 |
| 619 | 2026-02-24T14:14:02.650Z | Downloaded cfg_aliases v0.2.1 |
| 620 | 2026-02-24T14:14:02.654Z | Downloaded crossbeam-channel v0.5.15 |
| 621 | 2026-02-24T14:14:02.660Z | Downloaded fs_extra v1.3.0 |
| 622 | 2026-02-24T14:14:02.664Z | Downloaded debug-ignore v1.0.5 |
| 623 | 2026-02-24T14:14:02.671Z | Downloaded dof v0.4.0 |
| 624 | 2026-02-24T14:14:02.674Z | Downloaded endian-type v0.1.2 |
| 625 | 2026-02-24T14:14:02.679Z | Downloaded defmt v0.3.8 |
| 626 | 2026-02-24T14:14:02.685Z | Downloaded foreign-types v0.3.2 |
| 627 | 2026-02-24T14:14:02.688Z | Downloaded env_logger v0.11.8 |
| 628 | 2026-02-24T14:14:02.694Z | Downloaded foreign-types-shared v0.1.1 |
| 629 | 2026-02-24T14:14:02.697Z | Downloaded fd-lock v4.0.2 |
| 630 | 2026-02-24T14:14:02.703Z | Downloaded dtrace-parser v0.3.0 |
| 631 | 2026-02-24T14:14:02.708Z | Downloaded futures-core v0.3.31 |
| 632 | 2026-02-24T14:14:02.711Z | Downloaded ff v0.13.0 |
| 633 | 2026-02-24T14:14:02.715Z | Downloaded foreign-types-macros v0.2.3 |
| 634 | 2026-02-24T14:14:02.719Z | Downloaded futures-io v0.3.31 |
| 635 | 2026-02-24T14:14:02.722Z | Downloaded dirs-sys-next v0.1.2 |
| 636 | 2026-02-24T14:14:02.726Z | Downloaded funty v2.0.0 |
| 637 | 2026-02-24T14:14:02.730Z | Downloaded dyn-clone v1.0.20 |
| 638 | 2026-02-24T14:14:02.749Z | Downloaded gethostname v0.5.0 |
| 639 | 2026-02-24T14:14:02.756Z | Downloaded fxhash v0.2.1 |
| 640 | 2026-02-24T14:14:02.760Z | Downloaded globwalk v0.9.1 |
| 641 | 2026-02-24T14:14:02.760Z | Downloaded ghash v0.5.1 |
| 642 | 2026-02-24T14:14:02.763Z | Downloaded hash32 v0.3.1 |
| 643 | 2026-02-24T14:14:02.767Z | Downloaded bcs v0.1.6 |
| 644 | 2026-02-24T14:14:02.772Z | Downloaded hash32 v0.2.1 |
| 645 | 2026-02-24T14:14:02.776Z | Downloaded http-body v1.0.1 |
| 646 | 2026-02-24T14:14:02.779Z | Downloaded bit-vec v0.8.0 |
| 647 | 2026-02-24T14:14:02.785Z | Downloaded hex v0.4.3 |
| 648 | 2026-02-24T14:14:02.788Z | Downloaded foldhash v0.2.0 |
| 649 | 2026-02-24T14:14:02.792Z | Downloaded fallible-iterator v0.2.0 |
| 650 | 2026-02-24T14:14:02.795Z | Downloaded async-trait v0.1.89 |
| 651 | 2026-02-24T14:14:02.801Z | Downloaded hex-literal v0.4.1 |
| 652 | 2026-02-24T14:14:02.807Z | Downloaded ident_case v1.0.1 |
| 653 | 2026-02-24T14:14:02.810Z | Downloaded hostname v0.3.1 |
| 654 | 2026-02-24T14:14:02.813Z | Downloaded instability v0.3.2 |
| 655 | 2026-02-24T14:14:02.818Z | Downloaded indent_write v2.2.0 |
| 656 | 2026-02-24T14:14:02.822Z | Downloaded is-terminal v0.4.13 |
| 657 | 2026-02-24T14:14:02.829Z | Downloaded keccak v0.1.5 |
| 658 | 2026-02-24T14:14:02.832Z | Downloaded heck v0.3.3 |
| 659 | 2026-02-24T14:14:02.832Z | Downloaded hyper-tls v0.6.0 |
| 660 | 2026-02-24T14:14:02.835Z | Downloaded http-body-util v0.1.3 |
| 661 | 2026-02-24T14:14:02.840Z | Downloaded is_ci v1.2.0 |
| 662 | 2026-02-24T14:14:02.844Z | Downloaded lazy_static v1.5.0 |
| 663 | 2026-02-24T14:14:02.848Z | Downloaded blowfish v0.9.1 |
| 664 | 2026-02-24T14:14:02.851Z | Downloaded humantime v2.2.0 |
| 665 | 2026-02-24T14:14:02.854Z | Downloaded futures-channel v0.3.31 |
| 666 | 2026-02-24T14:14:02.857Z | Downloaded libsw-core v0.3.1 |
| 667 | 2026-02-24T14:14:02.861Z | Downloaded des v0.8.1 |
| 668 | 2026-02-24T14:14:02.864Z | Downloaded libscf-sys v1.1.0 |
| 669 | 2026-02-24T14:14:02.868Z | Downloaded managed v0.8.0 |
| 670 | 2026-02-24T14:14:02.871Z | Downloaded lzss v0.8.2 |
| 671 | 2026-02-24T14:14:02.875Z | Downloaded lru-cache v0.1.2 |
| 672 | 2026-02-24T14:14:02.878Z | Downloaded lru v0.12.5 |
| 673 | 2026-02-24T14:14:02.881Z | Downloaded maybe-uninit v2.0.0 |
| 674 | 2026-02-24T14:14:02.885Z | Downloaded match_cfg v0.1.0 |
| 675 | 2026-02-24T14:14:02.888Z | Downloaded newline-converter v0.3.0 |
| 676 | 2026-02-24T14:14:02.892Z | Downloaded bytes v1.11.1 |
| 677 | 2026-02-24T14:14:02.897Z | Downloaded mime v0.3.17 |
| 678 | 2026-02-24T14:14:02.901Z | Downloaded hubpack v0.1.2 |
| 679 | 2026-02-24T14:14:02.904Z | Downloaded normalize-line-endings v0.3.0 |
| 680 | 2026-02-24T14:14:02.907Z | Downloaded nodrop v0.1.14 |
| 681 | 2026-02-24T14:14:02.910Z | Downloaded hyper-staticfile v0.10.1 |
| 682 | 2026-02-24T14:14:02.913Z | Downloaded multimap v0.10.1 |
| 683 | 2026-02-24T14:14:02.916Z | Downloaded num_threads v0.1.7 |
| 684 | 2026-02-24T14:14:02.922Z | Downloaded num-derive v0.3.3 |
| 685 | 2026-02-24T14:14:02.926Z | Downloaded maplit v1.0.2 |
| 686 | 2026-02-24T14:14:02.926Z | Downloaded lock_api v0.4.12 |
| 687 | 2026-02-24T14:14:02.929Z | Downloaded oso-derive v0.27.3 |
| 688 | 2026-02-24T14:14:02.933Z | Downloaded num v0.4.3 |
| 689 | 2026-02-24T14:14:02.936Z | Downloaded olpc-cjson v0.1.4 |
| 690 | 2026-02-24T14:14:02.940Z | Downloaded ingot-macros v0.1.1 |
| 691 | 2026-02-24T14:14:02.947Z | Downloaded num-derive v0.4.2 |
| 692 | 2026-02-24T14:14:02.950Z | Downloaded nibble_vec v0.1.0 |
| 693 | 2026-02-24T14:14:02.950Z | Downloaded parse-size v1.1.0 |
| 694 | 2026-02-24T14:14:02.953Z | Downloaded linear-map v1.2.0 |
| 695 | 2026-02-24T14:14:02.955Z | Downloaded libloading v0.8.5 |
| 696 | 2026-02-24T14:14:02.959Z | Downloaded path-slash v0.1.5 |
| 697 | 2026-02-24T14:14:02.962Z | Downloaded pbkdf2 v0.11.0 |
| 698 | 2026-02-24T14:14:02.965Z | Downloaded elliptic-curve v0.13.8 |
| 699 | 2026-02-24T14:14:02.971Z | Downloaded num-complex v0.4.6 |
| 700 | 2026-02-24T14:14:02.974Z | Downloaded peg-runtime v0.8.5 |
| 701 | 2026-02-24T14:14:02.977Z | Downloaded phf_shared v0.11.2 |
| 702 | 2026-02-24T14:14:02.980Z | Downloaded phf_shared v0.12.1 |
| 703 | 2026-02-24T14:14:02.983Z | Downloaded pbkdf2 v0.12.2 |
| 704 | 2026-02-24T14:14:02.986Z | Downloaded openssl-probe v0.1.5 |
| 705 | 2026-02-24T14:14:02.989Z | Downloaded crossterm v0.28.1 |
| 706 | 2026-02-24T14:14:02.995Z | Downloaded packed_struct_codegen v0.10.1 |
| 707 | 2026-02-24T14:14:03.000Z | Downloaded indexmap v1.9.3 |
| 708 | 2026-02-24T14:14:03.005Z | Downloaded ignore v0.4.23 |
| 709 | 2026-02-24T14:14:03.010Z | Downloaded powerfmt v0.2.0 |
| 710 | 2026-02-24T14:14:03.014Z | Downloaded parse-display v0.10.0 |
| 711 | 2026-02-24T14:14:03.014Z | Downloaded base64 v0.13.1 |
| 712 | 2026-02-24T14:14:03.019Z | Downloaded heapless v0.8.0 |
| 713 | 2026-02-24T14:14:03.022Z | Downloaded hickory-client v0.25.2 |
| 714 | 2026-02-24T14:14:03.025Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 715 | 2026-02-24T14:14:03.030Z | Downloaded proc-macro-crate v1.3.1 |
| 716 | 2026-02-24T14:14:03.033Z | Downloaded progenitor-macro v0.8.0 |
| 717 | 2026-02-24T14:14:03.036Z | Downloaded progenitor-client v0.11.2 |
| 718 | 2026-02-24T14:14:03.036Z | Downloaded pin-utils v0.1.0 |
| 719 | 2026-02-24T14:14:03.040Z | Downloaded phf v0.12.1 |
| 720 | 2026-02-24T14:14:03.043Z | Downloaded ar_archive_writer v0.5.1 |
| 721 | 2026-02-24T14:14:03.046Z | Downloaded owo-colors v4.2.3 |
| 722 | 2026-02-24T14:14:03.051Z | Downloaded quick-error v1.2.3 |
| 723 | 2026-02-24T14:14:03.054Z | Downloaded progenitor-macro v0.11.2 |
| 724 | 2026-02-24T14:14:03.057Z | Downloaded num_enum v0.5.11 |
| 725 | 2026-02-24T14:14:03.063Z | Downloaded num-integer v0.1.46 |
| 726 | 2026-02-24T14:14:03.066Z | Downloaded pretty-hex v0.2.1 |
| 727 | 2026-02-24T14:14:03.070Z | Downloaded litrs v0.4.1 |
| 728 | 2026-02-24T14:14:03.073Z | Downloaded base64 v0.22.1 |
| 729 | 2026-02-24T14:14:03.079Z | Downloaded ref-cast-impl v1.0.25 |
| 730 | 2026-02-24T14:14:03.082Z | Downloaded ref-cast v1.0.25 |
| 731 | 2026-02-24T14:14:03.085Z | Downloaded psl-types v2.0.11 |
| 732 | 2026-02-24T14:14:03.088Z | Downloaded radium v0.7.0 |
| 733 | 2026-02-24T14:14:03.091Z | Downloaded progenitor v0.11.2 |
| 734 | 2026-02-24T14:14:03.094Z | Downloaded progenitor v0.10.0 |
| 735 | 2026-02-24T14:14:03.097Z | Downloaded memmap2 v0.9.8 |
| 736 | 2026-02-24T14:14:03.097Z | Downloaded proc-macro-error2 v2.0.1 |
| 737 | 2026-02-24T14:14:03.103Z | Downloaded parking_lot_core v0.9.10 |
| 738 | 2026-02-24T14:14:03.106Z | Downloaded rfc6979 v0.4.0 |
| 739 | 2026-02-24T14:14:03.109Z | Downloaded papergrid v0.17.0 |
| 740 | 2026-02-24T14:14:03.114Z | Downloaded quinn-udp v0.5.5 |
| 741 | 2026-02-24T14:14:03.118Z | Downloaded cc v1.2.56 |
| 742 | 2026-02-24T14:14:03.121Z | Downloaded rustc_version v0.4.1 |
| 743 | 2026-02-24T14:14:03.125Z | Downloaded peg v0.8.5 |
| 744 | 2026-02-24T14:14:03.129Z | Downloaded rand_xorshift v0.4.0 |
| 745 | 2026-02-24T14:14:03.132Z | Downloaded rustc-hash v1.1.0 |
| 746 | 2026-02-24T14:14:03.136Z | Downloaded rustc_version v0.1.7 |
| 747 | 2026-02-24T14:14:03.140Z | Downloaded bumpalo v3.16.0 |
| 748 | 2026-02-24T14:14:03.144Z | Downloaded headers v0.4.1 |
| 749 | 2026-02-24T14:14:03.149Z | Downloaded parking_lot v0.11.2 |
| 750 | 2026-02-24T14:14:03.152Z | Downloaded pkcs8 v0.10.2 |
| 751 | 2026-02-24T14:14:03.154Z | Downloaded primeorder v0.13.6 |
| 752 | 2026-02-24T14:14:03.157Z | Downloaded scheduled-thread-pool v0.2.7 |
| 753 | 2026-02-24T14:14:03.160Z | Downloaded sapling-renderdag v0.1.0 |
| 754 | 2026-02-24T14:14:03.161Z | Downloaded rtoolbox v0.0.2 |
| 755 | 2026-02-24T14:14:03.164Z | Downloaded aes-gcm v0.10.3 |
| 756 | 2026-02-24T14:14:03.167Z | Downloaded salsa20 v0.10.2 |
| 757 | 2026-02-24T14:14:03.170Z | Downloaded scopeguard v1.2.0 |
| 758 | 2026-02-24T14:14:03.175Z | Downloaded scroll_derive v0.13.1 |
| 759 | 2026-02-24T14:14:03.178Z | Downloaded polyval v0.6.2 |
| 760 | 2026-02-24T14:14:03.178Z | Downloaded secrecy v0.10.3 |
| 761 | 2026-02-24T14:14:03.181Z | Downloaded pin-project v1.1.6 |
| 762 | 2026-02-24T14:14:03.191Z | Downloaded serde_spanned v1.0.4 |
| 763 | 2026-02-24T14:14:03.195Z | Downloaded serde_repr v0.1.19 |
| 764 | 2026-02-24T14:14:03.198Z | Downloaded rustc-demangle v0.1.24 |
| 765 | 2026-02-24T14:14:03.201Z | Downloaded rand_chacha v0.3.1 |
| 766 | 2026-02-24T14:14:03.202Z | Downloaded serde_plain v1.0.2 |
| 767 | 2026-02-24T14:14:03.205Z | Downloaded scrypt v0.11.0 |
| 768 | 2026-02-24T14:14:03.236Z | Downloaded rustls-native-certs v0.8.1 |
| 769 | 2026-02-24T14:14:03.236Z | Downloaded rustc-hash v2.1.1 |
| 770 | 2026-02-24T14:14:03.236Z | Downloaded sha1 v0.10.6 |
| 771 | 2026-02-24T14:14:03.236Z | Downloaded rustls-pemfile v2.2.0 |
| 772 | 2026-02-24T14:14:03.236Z | Downloaded pin-project-internal v1.1.6 |
| 773 | 2026-02-24T14:14:03.236Z | Downloaded same-file v1.0.6 |
| 774 | 2026-02-24T14:14:03.236Z | Downloaded seq-macro v0.3.6 |
| 775 | 2026-02-24T14:14:03.236Z | Downloaded simd-adler32 v0.3.7 |
| 776 | 2026-02-24T14:14:03.236Z | Downloaded signature v2.2.0 |
| 777 | 2026-02-24T14:14:03.236Z | Downloaded poly1305 v0.8.0 |
| 778 | 2026-02-24T14:14:03.242Z | Downloaded progenitor-impl v0.11.2 |
| 779 | 2026-02-24T14:14:03.242Z | Downloaded scroll v0.13.0 |
| 780 | 2026-02-24T14:14:03.242Z | Downloaded siphasher v1.0.1 |
| 781 | 2026-02-24T14:14:03.246Z | Downloaded siphasher v0.3.11 |
| 782 | 2026-02-24T14:14:03.246Z | Downloaded resolv-conf v0.7.0 |
| 783 | 2026-02-24T14:14:03.250Z | Downloaded serde_urlencoded v0.7.1 |
| 784 | 2026-02-24T14:14:03.254Z | Downloaded pkcs5 v0.7.1 |
| 785 | 2026-02-24T14:14:03.259Z | Downloaded progenitor-impl v0.10.0 |
| 786 | 2026-02-24T14:14:03.259Z | Downloaded pkg-config v0.3.31 |
| 787 | 2026-02-24T14:14:03.262Z | Downloaded aes v0.8.4 |
| 788 | 2026-02-24T14:14:03.265Z | Downloaded serde_path_to_error v0.1.20 |
| 789 | 2026-02-24T14:14:03.268Z | Downloaded progenitor-impl v0.8.0 |
| 790 | 2026-02-24T14:14:03.271Z | Downloaded rusty-fork v0.3.0 |
| 791 | 2026-02-24T14:14:03.275Z | Downloaded sigpipe v0.1.3 |
| 792 | 2026-02-24T14:14:03.275Z | Downloaded slog-envlogger v2.2.0 |
| 793 | 2026-02-24T14:14:03.278Z | Downloaded slog-bunyan v2.5.0 |
| 794 | 2026-02-24T14:14:03.278Z | Downloaded russh-keys v0.45.0 |
| 795 | 2026-02-24T14:14:03.281Z | Downloaded ssh-encoding v0.2.0 |
| 796 | 2026-02-24T14:14:03.285Z | Downloaded miniz_oxide v0.8.5 |
| 797 | 2026-02-24T14:14:03.288Z | Downloaded rustversion v1.0.22 |
| 798 | 2026-02-24T14:14:03.291Z | Downloaded sqlparser_derive v0.5.0 |
| 799 | 2026-02-24T14:14:03.294Z | Downloaded schemars_derive v0.8.22 |
| 800 | 2026-02-24T14:14:03.295Z | Downloaded prettyplease v0.2.36 |
| 801 | 2026-02-24T14:14:03.299Z | Downloaded strum v0.27.2 |
| 802 | 2026-02-24T14:14:03.302Z | Downloaded sec1 v0.7.3 |
| 803 | 2026-02-24T14:14:03.306Z | Downloaded structmeta-derive v0.3.0 |
| 804 | 2026-02-24T14:14:03.306Z | Downloaded structmeta v0.3.0 |
| 805 | 2026-02-24T14:14:03.311Z | Downloaded slab v0.4.9 |
| 806 | 2026-02-24T14:14:03.311Z | Downloaded signal-hook-registry v1.4.2 |
| 807 | 2026-02-24T14:14:03.314Z | Downloaded slog-scope v4.4.0 |
| 808 | 2026-02-24T14:14:03.314Z | Downloaded slog-async v2.8.0 |
| 809 | 2026-02-24T14:14:03.317Z | Downloaded slog-term v2.9.2 |
| 810 | 2026-02-24T14:14:03.321Z | Downloaded tabled_derive v0.11.0 |
| 811 | 2026-02-24T14:14:03.323Z | Downloaded hickory-resolver v0.24.4 |
| 812 | 2026-02-24T14:14:03.327Z | Downloaded quinn v0.11.5 |
| 813 | 2026-02-24T14:14:03.330Z | Downloaded ssh-cipher v0.2.0 |
| 814 | 2026-02-24T14:14:03.333Z | Downloaded serde_derive_internals v0.29.1 |
| 815 | 2026-02-24T14:14:03.337Z | Downloaded sync_wrapper v1.0.1 |
| 816 | 2026-02-24T14:14:03.337Z | Downloaded sync-ptr v0.1.4 |
| 817 | 2026-02-24T14:14:03.340Z | Downloaded tap v1.0.1 |
| 818 | 2026-02-24T14:14:03.340Z | Downloaded strum v0.26.3 |
| 819 | 2026-02-24T14:14:03.343Z | Downloaded tabled_derive v0.10.0 |
| 820 | 2026-02-24T14:14:03.343Z | Downloaded shlex v1.3.0 |
| 821 | 2026-02-24T14:14:03.347Z | Downloaded snafu-derive v0.8.5 |
| 822 | 2026-02-24T14:14:03.347Z | Downloaded smf v0.2.3 |
| 823 | 2026-02-24T14:14:03.350Z | Downloaded itertools v0.10.5 |
| 824 | 2026-02-24T14:14:03.354Z | Downloaded thread-id v5.0.0 |
| 825 | 2026-02-24T14:14:03.357Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 826 | 2026-02-24T14:14:03.360Z | Downloaded testing_table v0.3.0 |
| 827 | 2026-02-24T14:14:03.360Z | Downloaded tagptr v0.2.0 |
| 828 | 2026-02-24T14:14:03.363Z | Downloaded slog-json v2.6.1 |
| 829 | 2026-02-24T14:14:03.367Z | Downloaded take_mut v0.2.2 |
| 830 | 2026-02-24T14:14:03.367Z | Downloaded tabwriter v1.4.0 |
| 831 | 2026-02-24T14:14:03.371Z | Downloaded minimal-lexical v0.2.1 |
| 832 | 2026-02-24T14:14:03.375Z | Downloaded slog-dtrace v0.3.0 |
| 833 | 2026-02-24T14:14:03.375Z | Downloaded stringprep v0.1.5 |
| 834 | 2026-02-24T14:14:03.382Z | Downloaded static_assertions v1.1.0 |
| 835 | 2026-02-24T14:14:03.382Z | Downloaded stacker v0.1.23 |
| 836 | 2026-02-24T14:14:03.386Z | Downloaded ryu v1.0.18 |
| 837 | 2026-02-24T14:14:03.386Z | Downloaded time-core v0.1.6 |
| 838 | 2026-02-24T14:14:03.386Z | Downloaded sct v0.7.1 |
| 839 | 2026-02-24T14:14:03.390Z | Downloaded strum_macros v0.27.2 |
| 840 | 2026-02-24T14:14:03.394Z | Downloaded schemars v0.8.22 |
| 841 | 2026-02-24T14:14:03.405Z | Downloaded support-bundle-viewer v0.1.2 |
| 842 | 2026-02-24T14:14:03.408Z | Downloaded subtle v2.6.1 |
| 843 | 2026-02-24T14:14:03.413Z | Downloaded tinyvec_macros v0.1.1 |
| 844 | 2026-02-24T14:14:03.413Z | Downloaded sqlformat v0.3.5 |
| 845 | 2026-02-24T14:14:03.415Z | Downloaded serde_cbor v0.11.2 |
| 846 | 2026-02-24T14:14:03.415Z | Downloaded iri-string v0.7.8 |
| 847 | 2026-02-24T14:14:03.423Z | Downloaded hashbrown v0.12.3 |
| 848 | 2026-02-24T14:14:03.427Z | Downloaded ron v0.8.1 |
| 849 | 2026-02-24T14:14:03.433Z | Downloaded tower-layer v0.3.3 |
| 850 | 2026-02-24T14:14:03.436Z | Downloaded topological-sort v0.2.2 |
| 851 | 2026-02-24T14:14:03.436Z | Downloaded thiserror-no-std v2.0.2 |
| 852 | 2026-02-24T14:14:03.441Z | Downloaded itertools v0.13.0 |
| 853 | 2026-02-24T14:14:03.450Z | Downloaded nom v7.1.3 |
| 854 | 2026-02-24T14:14:03.454Z | Downloaded slog v2.8.2 |
| 855 | 2026-02-24T14:14:03.458Z | Downloaded try-lock v0.2.5 |
| 856 | 2026-02-24T14:14:03.461Z | Downloaded tokio-macros v2.6.0 |
| 857 | 2026-02-24T14:14:03.461Z | Downloaded tokio-dtrace v0.1.0 |
| 858 | 2026-02-24T14:14:03.464Z | Downloaded unarray v0.1.4 |
| 859 | 2026-02-24T14:14:03.464Z | Downloaded termtree v0.5.1 |
| 860 | 2026-02-24T14:14:03.467Z | Downloaded smallvec v0.6.14 |
| 861 | 2026-02-24T14:14:03.470Z | Downloaded rayon-core v1.12.1 |
| 862 | 2026-02-24T14:14:03.473Z | Downloaded rand v0.9.2 |
| 863 | 2026-02-24T14:14:03.477Z | Downloaded typify-macro v0.2.0 |
| 864 | 2026-02-24T14:14:03.480Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 865 | 2026-02-24T14:14:03.480Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 866 | 2026-02-24T14:14:03.483Z | Downloaded tokio-tungstenite v0.23.1 |
| 867 | 2026-02-24T14:14:03.486Z | Downloaded unicode-truncate v1.1.0 |
| 868 | 2026-02-24T14:14:03.486Z | Downloaded untrusted v0.7.1 |
| 869 | 2026-02-24T14:14:03.489Z | Downloaded term v0.7.0 |
| 870 | 2026-02-24T14:14:03.493Z | Downloaded h2 v0.4.6 |
| 871 | 2026-02-24T14:14:03.496Z | Downloaded term v1.1.0 |
| 872 | 2026-02-24T14:14:03.500Z | Downloaded utf-8 v0.7.6 |
| 873 | 2026-02-24T14:14:03.503Z | Downloaded usdt-attr-macro v0.6.0 |
| 874 | 2026-02-24T14:14:03.503Z | Downloaded untrusted v0.9.0 |
| 875 | 2026-02-24T14:14:03.506Z | Downloaded universal-hash v0.5.1 |
| 876 | 2026-02-24T14:14:03.506Z | Downloaded usdt-macro v0.6.0 |
| 877 | 2026-02-24T14:14:03.509Z | Downloaded unit-prefix v0.5.1 |
| 878 | 2026-02-24T14:14:03.509Z | Downloaded usdt v0.6.0 |
| 879 | 2026-02-24T14:14:03.509Z | Downloaded tokio-tungstenite v0.21.0 |
| 880 | 2026-02-24T14:14:03.512Z | Downloaded samael v0.0.19 |
| 881 | 2026-02-24T14:14:03.518Z | Downloaded trait-variant v0.1.2 |
| 882 | 2026-02-24T14:14:03.521Z | Downloaded signal-hook v0.3.18 |
| 883 | 2026-02-24T14:14:03.524Z | Downloaded tui-tree-widget v0.23.1 |
| 884 | 2026-02-24T14:14:03.524Z | Downloaded tokio-stream v0.1.17 |
| 885 | 2026-02-24T14:14:03.528Z | Downloaded void v1.0.2 |
| 886 | 2026-02-24T14:14:03.531Z | Downloaded tinyvec v1.8.0 |
| 887 | 2026-02-24T14:14:03.534Z | Downloaded libm v0.2.8 |
| 888 | 2026-02-24T14:14:03.541Z | Downloaded unicase v2.8.1 |
| 889 | 2026-02-24T14:14:03.544Z | Downloaded tracing-attributes v0.1.27 |
| 890 | 2026-02-24T14:14:03.547Z | Downloaded tower-service v0.3.3 |
| 891 | 2026-02-24T14:14:03.547Z | Downloaded toml_parser v1.0.6+spec-1.1.0 |
| 892 | 2026-02-24T14:14:03.550Z | Downloaded tar v0.4.44 |
| 893 | 2026-02-24T14:14:03.553Z | Downloaded openssl-sys v0.9.109 |
| 894 | 2026-02-24T14:14:03.556Z | Downloaded test-strategy v0.4.3 |
| 895 | 2026-02-24T14:14:03.560Z | Downloaded typify v0.2.0 |
| 896 | 2026-02-24T14:14:03.564Z | Downloaded itertools v0.14.0 |
| 897 | 2026-02-24T14:14:03.570Z | Downloaded which v4.4.2 |
| 898 | 2026-02-24T14:14:03.574Z | Downloaded want v0.3.1 |
| 899 | 2026-02-24T14:14:03.575Z | Downloaded xattr v1.3.1 |
| 900 | 2026-02-24T14:14:03.578Z | Downloaded xshell-macros v0.2.7 |
| 901 | 2026-02-24T14:14:03.578Z | Downloaded waitgroup v0.1.2 |
| 902 | 2026-02-24T14:14:03.578Z | Downloaded wait-timeout v0.2.0 |
| 903 | 2026-02-24T14:14:03.581Z | Downloaded vte_generate_state_changes v0.1.2 |
| 904 | 2026-02-24T14:14:03.581Z | Downloaded hkdf v0.12.4 |
| 905 | 2026-02-24T14:14:03.584Z | Downloaded zeroize_derive v1.4.2 |
| 906 | 2026-02-24T14:14:03.584Z | Downloaded schemars v0.9.0 |
| 907 | 2026-02-24T14:14:03.597Z | Downloaded vergen-lib v0.1.6 |
| 908 | 2026-02-24T14:14:03.600Z | Downloaded twox-hash v2.1.0 |
| 909 | 2026-02-24T14:14:03.600Z | Downloaded serde_yaml v0.9.34+deprecated |
| 910 | 2026-02-24T14:14:03.604Z | Downloaded libxml v0.3.3 |
| 911 | 2026-02-24T14:14:03.609Z | Downloaded uzers v0.12.1 |
| 912 | 2026-02-24T14:14:03.612Z | Downloaded wyz v0.5.1 |
| 913 | 2026-02-24T14:14:03.612Z | Downloaded whoami v1.5.2 |
| 914 | 2026-02-24T14:14:03.616Z | Downloaded zone_cfg_derive v0.3.0 |
| 915 | 2026-02-24T14:14:03.616Z | Downloaded unicode-properties v0.1.3 |
| 916 | 2026-02-24T14:14:03.621Z | Downloaded zone_cfg_derive v0.1.2 |
| 917 | 2026-02-24T14:14:03.621Z | Downloaded zone v0.3.1 |
| 918 | 2026-02-24T14:14:03.621Z | Downloaded zone v0.1.8 |
| 919 | 2026-02-24T14:14:03.621Z | Downloaded tokio-rustls v0.26.0 |
| 920 | 2026-02-24T14:14:03.626Z | Downloaded tokio-rustls v0.24.1 |
| 921 | 2026-02-24T14:14:03.629Z | Downloaded num-bigint v0.4.6 |
| 922 | 2026-02-24T14:14:03.632Z | Downloaded vergen-git2 v1.0.7 |
| 923 | 2026-02-24T14:14:03.632Z | Downloaded usdt-impl v0.6.0 |
| 924 | 2026-02-24T14:14:03.637Z | Downloaded futures-util v0.3.31 |
| 925 | 2026-02-24T14:14:03.647Z | Downloaded zeroize v1.8.1 |
| 926 | 2026-02-24T14:14:03.651Z | Downloaded xz2 v0.1.7 |
| 927 | 2026-02-24T14:14:03.651Z | Downloaded xshell v0.2.7 |
| 928 | 2026-02-24T14:14:03.651Z | Downloaded walkdir v2.5.0 |
| 929 | 2026-02-24T14:14:03.656Z | Downloaded tracing-core v0.1.32 |
| 930 | 2026-02-24T14:14:03.656Z | Downloaded zstd v0.13.3 |
| 931 | 2026-02-24T14:14:03.659Z | Downloaded vte v0.11.1 |
| 932 | 2026-02-24T14:14:03.659Z | Downloaded vergen-gitcl v1.0.8 |
| 933 | 2026-02-24T14:14:03.662Z | Downloaded zstd-safe v7.2.3 |
| 934 | 2026-02-24T14:14:03.663Z | Downloaded hashbrown v0.15.4 |
| 935 | 2026-02-24T14:14:03.667Z | Downloaded unicode-bidi v0.3.17 |
| 936 | 2026-02-24T14:14:03.671Z | Downloaded blake3 v1.5.4 |
| 937 | 2026-02-24T14:14:03.677Z | Downloaded toml v0.9.11+spec-1.1.0 |
| 938 | 2026-02-24T14:14:03.682Z | Downloaded value-bag v1.12.0 |
| 939 | 2026-02-24T14:14:03.686Z | Downloaded aho-corasick v1.1.3 |
| 940 | 2026-02-24T14:14:03.690Z | Downloaded vsss-rs v3.3.4 |
| 941 | 2026-02-24T14:14:03.693Z | Downloaded vergen v9.0.6 |
| 942 | 2026-02-24T14:14:03.699Z | Downloaded tracing v0.1.40 |
| 943 | 2026-02-24T14:14:03.704Z | Downloaded typify v0.4.3 |
| 944 | 2026-02-24T14:14:03.704Z | Downloaded tungstenite v0.23.0 |
| 945 | 2026-02-24T14:14:03.708Z | Downloaded tungstenite v0.21.0 |
| 946 | 2026-02-24T14:14:03.712Z | Downloaded toml_edit v0.19.15 |
| 947 | 2026-02-24T14:14:03.727Z | Downloaded yasna v0.5.2 |
| 948 | 2026-02-24T14:14:03.730Z | Downloaded unsafe-libyaml v0.2.11 |
| 949 | 2026-02-24T14:14:03.734Z | Downloaded steno v0.4.1 |
| 950 | 2026-02-24T14:14:03.737Z | Downloaded zerocopy v0.6.6 |
| 951 | 2026-02-24T14:14:03.740Z | Downloaded uuid v1.19.0 |
| 952 | 2026-02-24T14:14:03.744Z | Downloaded regex v1.11.3 |
| 953 | 2026-02-24T14:14:03.747Z | Downloaded ssh-key v0.6.6 |
| 954 | 2026-02-24T14:14:03.754Z | Downloaded rustyline v14.0.0 |
| 955 | 2026-02-24T14:14:03.764Z | Downloaded zopfli v0.8.1 |
| 956 | 2026-02-24T14:14:03.767Z | Downloaded goblin v0.10.2 |
| 957 | 2026-02-24T14:14:03.770Z | Downloaded git2 v0.20.2 |
| 958 | 2026-02-24T14:14:03.777Z | Downloaded reqwest v0.12.24 |
| 959 | 2026-02-24T14:14:03.782Z | Downloaded p521 v0.13.3 |
| 960 | 2026-02-24T14:14:03.788Z | Downloaded rpassword v7.4.0 |
| 961 | 2026-02-24T14:14:03.792Z | Downloaded toml v0.7.8 |
| 962 | 2026-02-24T14:14:03.792Z | Downloaded unicode-segmentation v1.12.0 |
| 963 | 2026-02-24T14:14:03.795Z | Downloaded russh v0.45.0 |
| 964 | 2026-02-24T14:14:03.800Z | Downloaded rayon v1.10.0 |
| 965 | 2026-02-24T14:14:03.809Z | Downloaded bindgen v0.69.5 |
| 966 | 2026-02-24T14:14:03.815Z | Downloaded unicode_categories v0.1.1 |
| 967 | 2026-02-24T14:14:03.820Z | Downloaded salty v0.3.0 |
| 968 | 2026-02-24T14:14:03.824Z | Downloaded yansi v1.0.1 |
| 969 | 2026-02-24T14:14:03.828Z | Downloaded quick-xml v0.37.2 |
| 970 | 2026-02-24T14:14:03.832Z | Downloaded zip v0.6.6 |
| 971 | 2026-02-24T14:14:03.837Z | Downloaded gimli v0.31.1 |
| 972 | 2026-02-24T14:14:03.843Z | Downloaded x509-cert v0.2.5 |
| 973 | 2026-02-24T14:14:03.849Z | Downloaded zerocopy-derive v0.8.27 |
| 974 | 2026-02-24T14:14:03.856Z | Downloaded quinn-proto v0.11.8 |
| 975 | 2026-02-24T14:14:03.861Z | Downloaded lalrpop v0.19.12 |
| 976 | 2026-02-24T14:14:03.872Z | Downloaded rustls-webpki v0.102.8 |
| 977 | 2026-02-24T14:14:03.890Z | Downloaded reedline v0.40.0 |
| 978 | 2026-02-24T14:14:03.897Z | Downloaded bitvec v1.0.1 |
| 979 | 2026-02-24T14:14:03.912Z | Downloaded tough v0.20.0 |
| 980 | 2026-02-24T14:14:03.920Z | Downloaded curve25519-dalek v4.1.3 |
| 981 | 2026-02-24T14:14:03.928Z | Downloaded unicode-normalization v0.1.24 |
| 982 | 2026-02-24T14:14:03.931Z | Downloaded tokio-util v0.7.15 |
| 983 | 2026-02-24T14:14:03.937Z | Downloaded time v0.3.43 |
| 984 | 2026-02-24T14:14:03.945Z | Downloaded object v0.30.4 |
| 985 | 2026-02-24T14:14:03.955Z | Downloaded zip v4.2.0 |
| 986 | 2026-02-24T14:14:03.959Z | Downloaded dropshot v0.16.7 |
| 987 | 2026-02-24T14:14:03.979Z | Downloaded radix_trie v0.2.1 |
| 988 | 2026-02-24T14:14:03.983Z | Downloaded bindgen v0.71.1 |
| 989 | 2026-02-24T14:14:03.990Z | Downloaded p384 v0.13.1 |
| 990 | 2026-02-24T14:14:03.996Z | Downloaded tabled v0.18.0 |
| 991 | 2026-02-24T14:14:04.012Z | Downloaded tabled v0.20.0 |
| 992 | 2026-02-24T14:14:04.031Z | Downloaded winnow v0.6.26 |
| 993 | 2026-02-24T14:14:04.038Z | Downloaded zlib-rs v0.5.1 |
| 994 | 2026-02-24T14:14:04.044Z | Downloaded winnow v0.5.40 |
| 995 | 2026-02-24T14:14:04.053Z | Downloaded vcpkg v0.2.15 |
| 996 | 2026-02-24T14:14:04.089Z | Downloaded moka v0.12.10 |
| 997 | 2026-02-24T14:14:04.099Z | Downloaded nix v0.27.1 |
| 998 | 2026-02-24T14:14:04.108Z | Downloaded openssl v0.10.73 |
| 999 | 2026-02-24T14:14:04.117Z | Downloaded rustls v0.22.4 |
| 1000 | 2026-02-24T14:14:04.129Z | Downloaded serde_with v3.16.1 |
| 1001 | 2026-02-24T14:14:04.141Z | Downloaded regress v0.10.4 |
| 1002 | 2026-02-24T14:14:04.149Z | Downloaded polar-core v0.27.3 |
| 1003 | 2026-02-24T14:14:04.183Z | Downloaded regex-syntax v0.8.5 |
| 1004 | 2026-02-24T14:14:04.194Z | Downloaded regex-syntax v0.6.29 |
| 1005 | 2026-02-24T14:14:04.194Z | Downloaded diesel v2.2.12 |
| 1006 | 2026-02-24T14:14:04.198Z | Downloaded smoltcp v0.9.1 |
| 1007 | 2026-02-24T14:14:04.201Z | Downloaded object v0.36.5 |
| 1008 | 2026-02-24T14:14:04.212Z | Downloaded nix v0.29.0 |
| 1009 | 2026-02-24T14:14:04.220Z | Downloaded zerocopy v0.8.27 |
| 1010 | 2026-02-24T14:14:04.241Z | Downloaded webpki-roots v1.0.1 |
| 1011 | 2026-02-24T14:14:04.244Z | Downloaded nix v0.30.1 |
| 1012 | 2026-02-24T14:14:04.255Z | Downloaded bstr v1.10.0 |
| 1013 | 2026-02-24T14:14:04.264Z | Downloaded rustls v0.23.19 |
| 1014 | 2026-02-24T14:14:04.275Z | Downloaded sled v0.34.7 |
| 1015 | 2026-02-24T14:14:04.284Z | Downloaded ratatui v0.29.0 |
| 1016 | 2026-02-24T14:14:04.305Z | Downloaded typify-impl v0.2.0 |
| 1017 | 2026-02-24T14:14:04.315Z | Downloaded openapiv3 v2.2.0 |
| 1018 | 2026-02-24T14:14:04.325Z | Downloaded hickory-proto v0.25.2 |
| 1019 | 2026-02-24T14:14:04.341Z | Downloaded sqlparser v0.61.0 |
| 1020 | 2026-02-24T14:14:04.349Z | Downloaded zerocopy-derive v0.6.6 |
| 1021 | 2026-02-24T14:14:04.358Z | Downloaded smoltcp v0.11.0 |
| 1022 | 2026-02-24T14:14:04.370Z | Downloaded regex-automata v0.4.11 |
| 1023 | 2026-02-24T14:14:04.385Z | Downloaded typify-impl v0.4.3 |
| 1024 | 2026-02-24T14:14:04.397Z | Downloaded jiff v0.2.15 |
| 1025 | 2026-02-24T14:14:04.413Z | Downloaded object v0.37.3 |
| 1026 | 2026-02-24T14:14:04.425Z | Downloaded hickory-proto v0.24.4 |
| 1027 | 2026-02-24T14:14:04.437Z | Downloaded nix v0.28.0 |
| 1028 | 2026-02-24T14:14:04.446Z | Downloaded lzma-sys v0.1.20 |
| 1029 | 2026-02-24T14:14:04.473Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1030 | 2026-02-24T14:14:04.482Z | Downloaded rustls v0.21.12 |
| 1031 | 2026-02-24T14:14:04.492Z | Downloaded petname v2.0.2 |
| 1032 | 2026-02-24T14:14:04.496Z | Downloaded proptest v1.7.0 |
| 1033 | 2026-02-24T14:14:04.505Z | Downloaded chrono v0.4.43 |
| 1034 | 2026-02-24T14:14:04.514Z | Downloaded portable-atomic v1.11.0 |
| 1035 | 2026-02-24T14:14:04.518Z | Downloaded petgraph v0.6.5 |
| 1036 | 2026-02-24T14:14:04.535Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
| 1037 | 2026-02-24T14:14:04.550Z | Downloaded csv v1.3.1 |
| 1038 | 2026-02-24T14:14:04.567Z | Downloaded tower-http v0.6.6 |
| 1039 | 2026-02-24T14:14:04.574Z | Downloaded sha3 v0.10.8 |
| 1040 | 2026-02-24T14:14:04.579Z | Downloaded petgraph v0.8.2 |
| 1041 | 2026-02-24T14:14:04.598Z | Downloaded chrono-tz v0.10.4 |
| 1042 | 2026-02-24T14:14:04.613Z | Downloaded libz-sys v1.1.20 |
| 1043 | 2026-02-24T14:14:04.630Z | Downloaded tower v0.5.2 |
| 1044 | 2026-02-24T14:14:04.638Z | Downloaded rustls-webpki v0.101.7 |
| 1045 | 2026-02-24T14:14:04.650Z | Downloaded typed-path v0.9.3 |
| 1046 | 2026-02-24T14:14:04.656Z | Downloaded tokio-postgres v0.7.13 |
| 1047 | 2026-02-24T14:14:04.660Z | Downloaded aws-lc-rs v1.12.4 |
| 1048 | 2026-02-24T14:14:04.668Z | Downloaded snafu v0.8.5 |
| 1049 | 2026-02-24T14:14:04.674Z | Downloaded schemars v1.0.4 |
| 1050 | 2026-02-24T14:14:04.687Z | Downloaded qorb v0.4.1 |
| 1051 | 2026-02-24T14:14:04.691Z | Downloaded tokio v1.49.0 |
| 1052 | 2026-02-24T14:14:04.727Z | Downloaded publicsuffix v2.3.0 |
| 1053 | 2026-02-24T14:14:04.730Z | Downloaded mio v1.0.2 |
| 1054 | 2026-02-24T14:14:04.733Z | Downloaded tokio-native-tls v0.3.1 |
| 1055 | 2026-02-24T14:14:04.737Z | Downloaded tls_codec_derive v0.4.1 |
| 1056 | 2026-02-24T14:14:04.737Z | Downloaded tls_codec v0.4.1 |
| 1057 | 2026-02-24T14:14:04.742Z | Downloaded tiny-keccak v2.0.2 |
| 1058 | 2026-02-24T14:14:04.742Z | Downloaded time-macros v0.2.24 |
| 1059 | 2026-02-24T14:14:04.745Z | Downloaded socket2 v0.6.1 |
| 1060 | 2026-02-24T14:14:04.745Z | Downloaded socket2 v0.5.10 |
| 1061 | 2026-02-24T14:14:04.748Z | Downloaded itertools v0.12.1 |
| 1062 | 2026-02-24T14:14:04.751Z | Downloaded typify-macro v0.4.3 |
| 1063 | 2026-02-24T14:14:04.754Z | Downloaded tokio-rustls v0.25.0 |
| 1064 | 2026-02-24T14:14:04.754Z | Downloaded thread_local v1.1.8 |
| 1065 | 2026-02-24T14:14:04.757Z | Downloaded spin v0.9.8 |
| 1066 | 2026-02-24T14:14:04.757Z | Downloaded rsa v0.9.8 |
| 1067 | 2026-02-24T14:14:04.761Z | Downloaded termios v0.3.3 |
| 1068 | 2026-02-24T14:14:04.764Z | Downloaded subprocess v0.2.9 |
| 1069 | 2026-02-24T14:14:04.767Z | Downloaded slog-stdlog v4.1.1 |
| 1070 | 2026-02-24T14:14:04.767Z | Downloaded similar v2.7.0 |
| 1071 | 2026-02-24T14:14:04.771Z | Downloaded num-bigint-dig v0.8.6 |
| 1072 | 2026-02-24T14:14:04.775Z | Downloaded hyper v1.8.1 |
| 1073 | 2026-02-24T14:14:04.781Z | Downloaded encoding_rs v0.8.34 |
| 1074 | 2026-02-24T14:14:04.799Z | Downloaded strum_macros v0.26.4 |
| 1075 | 2026-02-24T14:14:04.802Z | Downloaded strum_macros v0.24.3 |
| 1076 | 2026-02-24T14:14:04.805Z | Downloaded string_cache v0.8.9 |
| 1077 | 2026-02-24T14:14:04.805Z | Downloaded serde_with_macros v3.16.1 |
| 1078 | 2026-02-24T14:14:04.808Z | Downloaded ron v0.7.1 |
| 1079 | 2026-02-24T14:14:04.811Z | Downloaded rand v0.8.5 |
| 1080 | 2026-02-24T14:14:04.814Z | Downloaded pretty_assertions v1.4.1 |
| 1081 | 2026-02-24T14:14:04.817Z | Downloaded spki v0.7.3 |
| 1082 | 2026-02-24T14:14:04.817Z | Downloaded rustls-pki-types v1.10.0 |
| 1083 | 2026-02-24T14:14:04.820Z | Downloaded shell-words v1.1.0 |
| 1084 | 2026-02-24T14:14:04.820Z | Downloaded supports-color v3.0.2 |
| 1085 | 2026-02-24T14:14:04.823Z | Downloaded iddqd v0.3.16 |
| 1086 | 2026-02-24T14:14:04.826Z | Downloaded serde-hex v0.1.0 |
| 1087 | 2026-02-24T14:14:04.829Z | Downloaded strip-ansi-escapes v0.2.0 |
| 1088 | 2026-02-24T14:14:04.829Z | Downloaded jiff-static v0.2.15 |
| 1089 | 2026-02-24T14:14:04.832Z | Downloaded ring v0.17.14 |
| 1090 | 2026-02-24T14:14:04.869Z | Downloaded hashbrown v0.13.2 |
| 1091 | 2026-02-24T14:14:04.872Z | Downloaded rcgen v0.12.1 |
| 1092 | 2026-02-24T14:14:04.875Z | Downloaded r2d2 v0.8.10 |
| 1093 | 2026-02-24T14:14:04.878Z | Downloaded p256 v0.13.2 |
| 1094 | 2026-02-24T14:14:04.881Z | Downloaded oso v0.27.3 |
| 1095 | 2026-02-24T14:14:04.881Z | Downloaded signal-hook-tokio v0.3.1 |
| 1096 | 2026-02-24T14:14:04.884Z | Downloaded signal-hook-mio v0.2.4 |
| 1097 | 2026-02-24T14:14:04.884Z | Downloaded serde_bytes v0.11.19 |
| 1098 | 2026-02-24T14:14:04.884Z | Downloaded serde-big-array v0.5.1 |
| 1099 | 2026-02-24T14:14:04.887Z | Downloaded rustls-pemfile v1.0.4 |
| 1100 | 2026-02-24T14:14:04.887Z | Downloaded prefix-trie v0.7.0 |
| 1101 | 2026-02-24T14:14:04.890Z | Downloaded http v1.4.0 |
| 1102 | 2026-02-24T14:14:04.893Z | Downloaded hickory-server v0.25.2 |
| 1103 | 2026-02-24T14:14:04.897Z | Downloaded libgit2-sys v0.18.2+1.9.1 |
| 1104 | 2026-02-24T14:14:04.947Z | Downloaded hickory-resolver v0.25.2 |
| 1105 | 2026-02-24T14:14:04.954Z | Downloaded rand_core v0.9.3 |
| 1106 | 2026-02-24T14:14:04.958Z | Downloaded semver v0.1.20 |
| 1107 | 2026-02-24T14:14:04.958Z | Downloaded indicatif v0.18.0 |
| 1108 | 2026-02-24T14:14:04.958Z | Downloaded indicatif v0.17.11 |
| 1109 | 2026-02-24T14:14:04.961Z | Downloaded hyper-util v0.1.19 |
| 1110 | 2026-02-24T14:14:04.966Z | Downloaded secrecy v0.8.0 |
| 1111 | 2026-02-24T14:14:04.970Z | Downloaded psm v0.1.30 |
| 1112 | 2026-02-24T14:14:04.970Z | Downloaded num-rational v0.4.2 |
| 1113 | 2026-02-24T14:14:04.973Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 1114 | 2026-02-24T14:14:04.973Z | Downloaded recursive v0.1.1 |
| 1115 | 2026-02-24T14:14:04.973Z | Downloaded pin-project-lite v0.2.14 |
| 1116 | 2026-02-24T14:14:04.976Z | Downloaded phf v0.11.2 |
| 1117 | 2026-02-24T14:14:04.976Z | Downloaded rand_seeder v0.4.0 |
| 1118 | 2026-02-24T14:14:04.979Z | Downloaded rand_core v0.6.4 |
| 1119 | 2026-02-24T14:14:04.979Z | Downloaded rand_chacha v0.9.0 |
| 1120 | 2026-02-24T14:14:04.979Z | Downloaded postgres-types v0.2.9 |
| 1121 | 2026-02-24T14:14:04.982Z | Downloaded postcard v1.0.10 |
| 1122 | 2026-02-24T14:14:04.986Z | Downloaded papergrid v0.14.0 |
| 1123 | 2026-02-24T14:14:04.988Z | Downloaded darling_core v0.21.0 |
| 1124 | 2026-02-24T14:14:04.992Z | Downloaded russh-cryptovec v0.7.3 |
| 1125 | 2026-02-24T14:14:04.995Z | Downloaded pkcs1 v0.7.5 |
| 1126 | 2026-02-24T14:14:04.995Z | Downloaded base64 v0.21.7 |
| 1127 | 2026-02-24T14:14:04.998Z | Downloaded backtrace v0.3.74 |
| 1128 | 2026-02-24T14:14:05.002Z | Downloaded parking_lot_core v0.8.6 |
| 1129 | 2026-02-24T14:14:05.005Z | Downloaded multer v3.1.0 |
| 1130 | 2026-02-24T14:14:05.008Z | Downloaded predicates v3.1.3 |
| 1131 | 2026-02-24T14:14:05.008Z | Downloaded progenitor-macro v0.10.0 |
| 1132 | 2026-02-24T14:14:05.012Z | Downloaded progenitor v0.8.0 |
| 1133 | 2026-02-24T14:14:05.012Z | Downloaded packed_struct v0.10.1 |
| 1134 | 2026-02-24T14:14:05.012Z | Downloaded oxnet v0.1.4 |
| 1135 | 2026-02-24T14:14:05.014Z | Downloaded oxide-tokio-rt v0.1.2 |
| 1136 | 2026-02-24T14:14:05.014Z | Downloaded ed25519-dalek v2.1.1 |
| 1137 | 2026-02-24T14:14:05.017Z | Downloaded ppv-lite86 v0.2.20 |
| 1138 | 2026-02-24T14:14:05.017Z | Downloaded postgres-protocol v0.6.8 |
| 1139 | 2026-02-24T14:14:05.021Z | Downloaded parking_lot v0.12.3 |
| 1140 | 2026-02-24T14:14:05.023Z | Downloaded omicron-zone-package v0.12.2 |
| 1141 | 2026-02-24T14:14:05.023Z | Downloaded nu-ansi-term v0.50.1 |
| 1142 | 2026-02-24T14:14:05.027Z | Downloaded fatfs v0.3.6 |
| 1143 | 2026-02-24T14:14:05.030Z | Downloaded expectorate v1.2.0 |
| 1144 | 2026-02-24T14:14:05.030Z | Downloaded crossterm v0.29.0 |
| 1145 | 2026-02-24T14:14:05.035Z | Downloaded chacha20poly1305 v0.10.1 |
| 1146 | 2026-02-24T14:14:05.038Z | Downloaded pem-rfc7468 v0.7.0 |
| 1147 | 2026-02-24T14:14:05.045Z | Downloaded pem v3.0.5 |
| 1148 | 2026-02-24T14:14:05.045Z | Downloaded peg-macros v0.8.5 |
| 1149 | 2026-02-24T14:14:05.045Z | Downloaded paste v1.0.15 |
| 1150 | 2026-02-24T14:14:05.049Z | Downloaded password-hash v0.5.0 |
| 1151 | 2026-02-24T14:14:05.049Z | Downloaded crypto-bigint v0.5.5 |
| 1152 | 2026-02-24T14:14:05.052Z | Downloaded progenitor-client v0.10.0 |
| 1153 | 2026-02-24T14:14:05.052Z | Downloaded progenitor-client v0.8.0 |
| 1154 | 2026-02-24T14:14:05.055Z | Downloaded predicates-tree v1.0.12 |
| 1155 | 2026-02-24T14:14:05.055Z | Downloaded predicates-core v1.0.8 |
| 1156 | 2026-02-24T14:14:05.055Z | Downloaded precomputed-hash v0.1.1 |
| 1157 | 2026-02-24T14:14:05.055Z | Downloaded password-hash v0.4.2 |
| 1158 | 2026-02-24T14:14:05.058Z | Downloaded heapless v0.7.17 |
| 1159 | 2026-02-24T14:14:05.061Z | Downloaded parse-display-derive v0.10.0 |
| 1160 | 2026-02-24T14:14:05.061Z | Downloaded newtype-uuid v1.3.2 |
| 1161 | 2026-02-24T14:14:05.062Z | Downloaded openssl-macros v0.1.1 |
| 1162 | 2026-02-24T14:14:05.065Z | Downloaded opaque-debug v0.3.1 |
| 1163 | 2026-02-24T14:14:05.065Z | Downloaded crossbeam-epoch v0.9.18 |
| 1164 | 2026-02-24T14:14:05.068Z | Downloaded diesel_derives v2.2.3 |
| 1165 | 2026-02-24T14:14:05.071Z | Downloaded derive_more v2.0.1 |
| 1166 | 2026-02-24T14:14:05.078Z | Downloaded num-iter v0.1.45 |
| 1167 | 2026-02-24T14:14:05.081Z | Downloaded num_enum_derive v0.5.11 |
| 1168 | 2026-02-24T14:14:05.081Z | Downloaded httparse v1.9.5 |
| 1169 | 2026-02-24T14:14:05.084Z | Downloaded half v2.4.1 |
| 1170 | 2026-02-24T14:14:05.087Z | Downloaded flume v0.11.1 |
| 1171 | 2026-02-24T14:14:05.091Z | Downloaded flate2 v1.1.2 |
| 1172 | 2026-02-24T14:14:05.094Z | Downloaded native-tls v0.2.12 |
| 1173 | 2026-02-24T14:14:05.097Z | Downloaded nanorand v0.7.0 |
| 1174 | 2026-02-24T14:14:05.097Z | Downloaded mime_guess v2.0.5 |
| 1175 | 2026-02-24T14:14:05.100Z | Downloaded libsw v3.5.0 |
| 1176 | 2026-02-24T14:14:05.100Z | Downloaded crc-any v2.5.0 |
| 1177 | 2026-02-24T14:14:05.103Z | Downloaded const_format v0.2.34 |
| 1178 | 2026-02-24T14:14:05.106Z | Downloaded arc-swap v1.7.1 |
| 1179 | 2026-02-24T14:14:05.110Z | Downloaded number_prefix v0.4.0 |
| 1180 | 2026-02-24T14:14:05.110Z | Downloaded newtype-uuid-macros v0.1.0 |
| 1181 | 2026-02-24T14:14:05.110Z | Downloaded iana-time-zone v0.1.63 |
| 1182 | 2026-02-24T14:14:05.113Z | Downloaded dropshot-api-manager v0.3.0 |
| 1183 | 2026-02-24T14:14:05.116Z | Downloaded derive_builder v0.20.2 |
| 1184 | 2026-02-24T14:14:05.119Z | Downloaded allocator-api2 v0.2.21 |
| 1185 | 2026-02-24T14:14:05.123Z | Downloaded num-conv v0.1.0 |
| 1186 | 2026-02-24T14:14:05.123Z | Downloaded nonempty v0.12.0 |
| 1187 | 2026-02-24T14:14:05.123Z | Downloaded libz-rs-sys v0.5.1 |
| 1188 | 2026-02-24T14:14:05.126Z | Downloaded libefi-sys v0.1.0 |
| 1189 | 2026-02-24T14:14:05.126Z | Downloaded hyper-rustls v0.27.7 |
| 1190 | 2026-02-24T14:14:05.129Z | Downloaded futures v0.3.31 |
| 1191 | 2026-02-24T14:14:05.132Z | Downloaded diesel-dtrace v0.4.2 |
| 1192 | 2026-02-24T14:14:05.132Z | Downloaded derive_more v0.99.20 |
| 1193 | 2026-02-24T14:14:05.136Z | Downloaded newtype_derive v0.1.6 |
| 1194 | 2026-02-24T14:14:05.139Z | Downloaded memoffset v0.9.1 |
| 1195 | 2026-02-24T14:14:05.139Z | Downloaded md5 v0.7.0 |
| 1196 | 2026-02-24T14:14:05.142Z | Downloaded md-5 v0.10.6 |
| 1197 | 2026-02-24T14:14:05.142Z | Downloaded jobserver v0.1.32 |
| 1198 | 2026-02-24T14:14:05.142Z | Downloaded ipnet v2.11.0 |
| 1199 | 2026-02-24T14:14:05.145Z | Downloaded ingot-types v0.1.2 |
| 1200 | 2026-02-24T14:14:05.145Z | Downloaded indoc v1.0.9 |
| 1201 | 2026-02-24T14:14:05.148Z | Downloaded getrandom v0.2.15 |
| 1202 | 2026-02-24T14:14:05.151Z | Downloaded derive_more-impl v2.0.1 |
| 1203 | 2026-02-24T14:14:05.155Z | Downloaded hmac v0.12.1 |
| 1204 | 2026-02-24T14:14:05.158Z | Downloaded new_debug_unreachable v1.0.6 |
| 1205 | 2026-02-24T14:14:05.158Z | Downloaded half v1.8.3 |
| 1206 | 2026-02-24T14:14:05.161Z | Downloaded dropshot_endpoint v0.16.7 |
| 1207 | 2026-02-24T14:14:05.163Z | Downloaded crossbeam-utils v0.8.21 |
| 1208 | 2026-02-24T14:14:05.167Z | Downloaded console v0.16.0 |
| 1209 | 2026-02-24T14:14:05.167Z | Downloaded clang-sys v1.8.1 |
| 1210 | 2026-02-24T14:14:05.170Z | Downloaded linked-hash-map v0.5.6 |
| 1211 | 2026-02-24T14:14:05.170Z | Downloaded ipnetwork v0.21.1 |
| 1212 | 2026-02-24T14:14:05.173Z | Downloaded ingot v0.1.1 |
| 1213 | 2026-02-24T14:14:05.173Z | Downloaded indoc v2.0.6 |
| 1214 | 2026-02-24T14:14:05.176Z | Downloaded lockfree-object-pool v0.1.6 |
| 1215 | 2026-02-24T14:14:05.179Z | Downloaded lazycell v1.3.0 |
| 1216 | 2026-02-24T14:14:05.179Z | Downloaded kstat-rs v0.2.4 |
| 1217 | 2026-02-24T14:14:05.179Z | Downloaded colored v2.2.0 |
| 1218 | 2026-02-24T14:14:05.182Z | Downloaded drift v0.1.3 |
| 1219 | 2026-02-24T14:14:05.185Z | Downloaded group v0.13.0 |
| 1220 | 2026-02-24T14:14:05.188Z | Downloaded diff v0.1.13 |
| 1221 | 2026-02-24T14:14:05.191Z | Downloaded csv-core v0.1.11 |
| 1222 | 2026-02-24T14:14:05.191Z | Downloaded critical-section v1.1.3 |
| 1223 | 2026-02-24T14:14:05.194Z | Downloaded crc32fast v1.4.2 |
| 1224 | 2026-02-24T14:14:05.194Z | Downloaded cookie_store v0.21.1 |
| 1225 | 2026-02-24T14:14:05.197Z | Downloaded bitfield v0.19.2 |
| 1226 | 2026-02-24T14:14:05.197Z | Downloaded lalrpop-util v0.19.12 |
| 1227 | 2026-02-24T14:14:05.200Z | Downloaded cancel-safe-futures v0.1.5 |
| 1228 | 2026-02-24T14:14:05.200Z | Downloaded internet-checksum v0.2.1 |
| 1229 | 2026-02-24T14:14:05.203Z | Downloaded instant v0.1.13 |
| 1230 | 2026-02-24T14:14:05.203Z | Downloaded inout v0.1.3 |
| 1231 | 2026-02-24T14:14:05.203Z | Downloaded const-oid v0.9.6 |
| 1232 | 2026-02-24T14:14:05.206Z | Downloaded bzip2 v0.5.2 |
| 1233 | 2026-02-24T14:14:05.206Z | Downloaded highway v1.3.0 |
| 1234 | 2026-02-24T14:14:05.209Z | Downloaded glob v0.3.2 |
| 1235 | 2026-02-24T14:14:05.212Z | Downloaded httpdate v1.0.3 |
| 1236 | 2026-02-24T14:14:05.212Z | Downloaded http-range v0.1.5 |
| 1237 | 2026-02-24T14:14:05.212Z | Downloaded hostname v0.4.2 |
| 1238 | 2026-02-24T14:14:05.215Z | Downloaded compact_str v0.8.0 |
| 1239 | 2026-02-24T14:14:05.218Z | Downloaded colored v3.0.0 |
| 1240 | 2026-02-24T14:14:05.218Z | Downloaded bzip2 v0.4.4 |
| 1241 | 2026-02-24T14:14:05.221Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 1242 | 2026-02-24T14:14:05.224Z | Downloaded globset v0.4.15 |
| 1243 | 2026-02-24T14:14:05.224Z | Downloaded crossbeam-deque v0.8.5 |
| 1244 | 2026-02-24T14:14:05.227Z | Downloaded home v0.5.9 |
| 1245 | 2026-02-24T14:14:05.228Z | Downloaded hubpack_derive v0.1.1 |
| 1246 | 2026-02-24T14:14:05.228Z | Downloaded headers-core v0.3.0 |
| 1247 | 2026-02-24T14:14:05.228Z | Downloaded fs-err v2.11.0 |
| 1248 | 2026-02-24T14:14:05.230Z | Downloaded either v1.15.0 |
| 1249 | 2026-02-24T14:14:05.230Z | Downloaded ascii-canvas v3.0.0 |
| 1250 | 2026-02-24T14:14:05.233Z | Downloaded ecdsa v0.16.9 |
| 1251 | 2026-02-24T14:14:05.233Z | Downloaded console v0.15.10 |
| 1252 | 2026-02-24T14:14:05.238Z | Downloaded ciborium v0.2.2 |
| 1253 | 2026-02-24T14:14:05.238Z | Downloaded foldhash v0.1.5 |
| 1254 | 2026-02-24T14:14:05.241Z | Downloaded erased-serde v0.3.31 |
| 1255 | 2026-02-24T14:14:05.241Z | Downloaded ena v0.14.3 |
| 1256 | 2026-02-24T14:14:05.247Z | Downloaded buf-list v1.0.3 |
| 1257 | 2026-02-24T14:14:05.250Z | Downloaded backoff v0.4.0 |
| 1258 | 2026-02-24T14:14:05.250Z | Downloaded arrayvec v0.7.6 |
| 1259 | 2026-02-24T14:14:05.250Z | Downloaded bit-vec v0.6.3 |
| 1260 | 2026-02-24T14:14:05.250Z | Downloaded convert_case v0.7.1 |
| 1261 | 2026-02-24T14:14:05.253Z | Downloaded chacha20 v0.9.1 |
| 1262 | 2026-02-24T14:14:05.254Z | Downloaded cbc v0.1.2 |
| 1263 | 2026-02-24T14:14:05.257Z | Downloaded camino-tempfile-ext v0.3.2 |
| 1264 | 2026-02-24T14:14:05.257Z | Downloaded base64ct v1.6.0 |
| 1265 | 2026-02-24T14:14:05.257Z | Downloaded futures-executor v0.3.31 |
| 1266 | 2026-02-24T14:14:05.261Z | Downloaded float-ord v0.3.2 |
| 1267 | 2026-02-24T14:14:05.261Z | Downloaded fixedbitset v0.5.7 |
| 1268 | 2026-02-24T14:14:05.264Z | Downloaded filetime v0.2.26 |
| 1269 | 2026-02-24T14:14:05.264Z | Downloaded document-features v0.2.11 |
| 1270 | 2026-02-24T14:14:05.264Z | Downloaded darling v0.20.10 |
| 1271 | 2026-02-24T14:14:05.270Z | Downloaded daft v0.1.4 |
| 1272 | 2026-02-24T14:14:05.270Z | Downloaded cargo_metadata v0.19.2 |
| 1273 | 2026-02-24T14:14:05.273Z | Downloaded cargo-platform v0.1.8 |
| 1274 | 2026-02-24T14:14:05.273Z | Downloaded bitflags v1.3.2 |
| 1275 | 2026-02-24T14:14:05.313Z | Downloaded futures-task v0.3.31 |
| 1276 | 2026-02-24T14:14:05.313Z | Downloaded futures-sink v0.3.31 |
| 1277 | 2026-02-24T14:14:05.318Z | Downloaded futures-macro v0.3.31 |
| 1278 | 2026-02-24T14:14:05.318Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1279 | 2026-02-24T14:14:05.318Z | Downloaded async-bb8-diesel v0.2.1 |
| 1280 | 2026-02-24T14:14:05.318Z | Downloaded flagset v0.4.6 |
| 1281 | 2026-02-24T14:14:05.318Z | Downloaded find-msvc-tools v0.1.9 |
| 1282 | 2026-02-24T14:14:05.318Z | Downloaded embedded-io v0.6.1 |
| 1283 | 2026-02-24T14:14:05.318Z | Downloaded ed25519 v2.2.3 |
| 1284 | 2026-02-24T14:14:05.318Z | Downloaded dropshot-api-manager-types v0.3.0 |
| 1285 | 2026-02-24T14:14:05.318Z | Downloaded derive_builder_core v0.20.2 |
| 1286 | 2026-02-24T14:14:05.318Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 1287 | 2026-02-24T14:14:05.318Z | Downloaded bitfield-macros v0.19.2 |
| 1288 | 2026-02-24T14:14:05.318Z | Downloaded fixedbitset v0.4.2 |
| 1289 | 2026-02-24T14:14:05.318Z | Downloaded dsl_auto_type v0.1.2 |
| 1290 | 2026-02-24T14:14:05.318Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 1291 | 2026-02-24T14:14:05.318Z | Downloaded cipher v0.4.4 |
| 1292 | 2026-02-24T14:14:05.318Z | Downloaded foreign-types-shared v0.3.1 |
| 1293 | 2026-02-24T14:14:05.318Z | Downloaded dunce v1.0.5 |
| 1294 | 2026-02-24T14:14:05.318Z | Downloaded corncobs v0.1.4 |
| 1295 | 2026-02-24T14:14:05.318Z | Downloaded const_format_proc_macros v0.2.34 |
| 1296 | 2026-02-24T14:14:05.318Z | Downloaded cexpr v0.6.0 |
| 1297 | 2026-02-24T14:14:05.318Z | Downloaded cmake v0.1.51 |
| 1298 | 2026-02-24T14:14:05.318Z | Downloaded argon2 v0.5.3 |
| 1299 | 2026-02-24T14:14:05.319Z | Downloaded display-error-chain v0.2.2 |
| 1300 | 2026-02-24T14:14:05.319Z | Downloaded ctr v0.9.2 |
| 1301 | 2026-02-24T14:14:05.319Z | Downloaded crc v3.2.1 |
| 1302 | 2026-02-24T14:14:05.319Z | Downloaded cookie v0.18.1 |
| 1303 | 2026-02-24T14:14:05.319Z | Downloaded blake2 v0.10.6 |
| 1304 | 2026-02-24T14:14:05.319Z | Downloaded float-cmp v0.10.0 |
| 1305 | 2026-02-24T14:14:05.319Z | Downloaded enum-as-inner v0.6.1 |
| 1306 | 2026-02-24T14:14:05.319Z | Downloaded difflib v0.4.0 |
| 1307 | 2026-02-24T14:14:05.319Z | Downloaded derive_builder_macro v0.20.2 |
| 1308 | 2026-02-24T14:14:05.319Z | Downloaded cstr-argument v0.1.2 |
| 1309 | 2026-02-24T14:14:05.319Z | Downloaded bit-set v0.5.3 |
| 1310 | 2026-02-24T14:14:05.322Z | Downloaded foreign-types v0.5.0 |
| 1311 | 2026-02-24T14:14:05.323Z | Downloaded embedded-io v0.4.0 |
| 1312 | 2026-02-24T14:14:05.323Z | Downloaded der v0.7.10 |
| 1313 | 2026-02-24T14:14:05.326Z | Downloaded darling_core v0.20.10 |
| 1314 | 2026-02-24T14:14:05.329Z | Downloaded constant_time_eq v0.3.1 |
| 1315 | 2026-02-24T14:14:05.332Z | Downloaded bit-set v0.8.0 |
| 1316 | 2026-02-24T14:14:05.332Z | Downloaded block-padding v0.3.3 |
| 1317 | 2026-02-24T14:14:05.336Z | Downloaded env_filter v0.1.2 |
| 1318 | 2026-02-24T14:14:05.336Z | Downloaded derive-where v1.5.0 |
| 1319 | 2026-02-24T14:14:05.339Z | Downloaded crc8 v0.1.1 |
| 1320 | 2026-02-24T14:14:05.339Z | Downloaded assert_matches v1.5.0 |
| 1321 | 2026-02-24T14:14:05.339Z | Downloaded array-init v0.0.4 |
| 1322 | 2026-02-24T14:14:05.342Z | Downloaded darling_macro v0.21.0 |
| 1323 | 2026-02-24T14:14:05.342Z | Downloaded darling v0.21.0 |
| 1324 | 2026-02-24T14:14:05.346Z | Downloaded der_derive v0.7.3 |
| 1325 | 2026-02-24T14:14:05.346Z | Downloaded crc-catalog v2.4.0 |
| 1326 | 2026-02-24T14:14:05.349Z | Downloaded cfg_aliases v0.1.1 |
| 1327 | 2026-02-24T14:14:05.349Z | Downloaded bb8 v0.8.5 |
| 1328 | 2026-02-24T14:14:05.349Z | Downloaded base16ct v0.2.0 |
| 1329 | 2026-02-24T14:14:05.349Z | Downloaded async-stream v0.3.6 |
| 1330 | 2026-02-24T14:14:05.352Z | Downloaded arrayref v0.3.9 |
| 1331 | 2026-02-24T14:14:05.352Z | Downloaded defmt-parser v0.3.4 |
| 1332 | 2026-02-24T14:14:05.355Z | Downloaded ciborium-ll v0.2.2 |
| 1333 | 2026-02-24T14:14:05.355Z | Downloaded ciborium-io v0.2.2 |
| 1334 | 2026-02-24T14:14:05.355Z | Downloaded castaway v0.2.3 |
| 1335 | 2026-02-24T14:14:05.355Z | Downloaded cassowary v0.3.0 |
| 1336 | 2026-02-24T14:14:05.359Z | Downloaded bitfield-struct v0.6.2 |
| 1337 | 2026-02-24T14:14:05.359Z | Downloaded derive-ex v0.1.8 |
| 1338 | 2026-02-24T14:14:05.359Z | Downloaded defmt-macros v0.3.9 |
| 1339 | 2026-02-24T14:14:05.363Z | Downloaded data-encoding v2.9.0 |
| 1340 | 2026-02-24T14:14:05.363Z | Downloaded crunchy v0.2.2 |
| 1341 | 2026-02-24T14:14:05.366Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1342 | 2026-02-24T14:14:05.366Z | Downloaded cobs v0.2.3 |
| 1343 | 2026-02-24T14:14:05.366Z | Downloaded daft-derive v0.1.4 |
| 1344 | 2026-02-24T14:14:05.371Z | Downloaded convert_case v0.4.0 |
| 1345 | 2026-02-24T14:14:05.371Z | Downloaded atomic-waker v1.1.2 |
| 1346 | 2026-02-24T14:14:05.371Z | Downloaded aead v0.5.2 |
| 1347 | 2026-02-24T14:14:05.562Z | Downloaded aws-lc-sys v0.26.0 |
| 1348 | 2026-02-24T14:14:05.881Z | Compiling value-bag v1.12.0 |
| 1349 | 2026-02-24T14:14:05.881Z | Compiling lock_api v0.4.12 |
| 1350 | 2026-02-24T14:14:05.881Z | Compiling scopeguard v1.2.0 |
| 1351 | 2026-02-24T14:14:05.884Z | Compiling shlex v1.3.0 |
| 1352 | 2026-02-24T14:14:05.884Z | Compiling find-msvc-tools v0.1.9 |
| 1353 | 2026-02-24T14:14:05.884Z | Compiling syn v2.0.114 |
| 1354 | 2026-02-24T14:14:05.884Z | Compiling getrandom v0.2.15 |
| 1355 | 2026-02-24T14:14:05.884Z | Compiling jobserver v0.1.32 |
| 1356 | 2026-02-24T14:14:06.233Z | Compiling smallvec v1.15.1 |
| 1357 | 2026-02-24T14:14:06.490Z | Compiling typenum v1.17.0 |
| 1358 | 2026-02-24T14:14:06.545Z | Compiling rand_core v0.6.4 |
| 1359 | 2026-02-24T14:14:06.633Z | Compiling log v0.4.29 |
| 1360 | 2026-02-24T14:14:06.725Z | Compiling cc v1.2.56 |
| 1361 | 2026-02-24T14:14:06.747Z | Compiling generic-array v0.14.7 |
| 1362 | 2026-02-24T14:14:07.012Z | Compiling subtle v2.6.1 |
| 1363 | 2026-02-24T14:14:07.106Z | Compiling portable-atomic v1.11.0 |
| 1364 | 2026-02-24T14:14:07.149Z | Compiling critical-section v1.1.3 |
| 1365 | 2026-02-24T14:14:07.199Z | Compiling const-oid v0.9.6 |
| 1366 | 2026-02-24T14:14:07.319Z | Compiling getrandom v0.3.4 |
| 1367 | 2026-02-24T14:14:07.402Z | Compiling pkg-config v0.3.31 |
| 1368 | 2026-02-24T14:14:07.422Z | Compiling serde_json v1.0.149 |
| 1369 | 2026-02-24T14:14:07.821Z | Compiling spin v0.9.8 |
| 1370 | 2026-02-24T14:14:08.240Z | Compiling pin-project-lite v0.2.14 |
| 1371 | 2026-02-24T14:14:08.413Z | Compiling parking_lot_core v0.9.10 |
| 1372 | 2026-02-24T14:14:08.757Z | Compiling regex-syntax v0.8.5 |
| 1373 | 2026-02-24T14:14:08.929Z | Compiling rustix v0.38.37 |
| 1374 | 2026-02-24T14:14:09.223Z | Compiling libm v0.2.8 |
| 1375 | 2026-02-24T14:14:09.500Z | Compiling once_cell v1.21.3 |
| 1376 | 2026-02-24T14:14:09.673Z | Compiling signal-hook-registry v1.4.2 |
| 1377 | 2026-02-24T14:14:09.780Z | Compiling num-traits v0.2.19 |
| 1378 | 2026-02-24T14:14:09.844Z | Compiling allocator-api2 v0.2.21 |
| 1379 | 2026-02-24T14:14:10.377Z | Compiling parking_lot v0.12.3 |
| 1380 | 2026-02-24T14:14:10.399Z | Compiling mio v1.0.2 |
| 1381 | 2026-02-24T14:14:10.507Z | Compiling futures-core v0.3.31 |
| 1382 | 2026-02-24T14:14:10.530Z | Compiling lazy_static v1.5.0 |
| 1383 | 2026-02-24T14:14:10.663Z | Compiling aho-corasick v1.1.3 |
| 1384 | 2026-02-24T14:14:10.747Z | Compiling percent-encoding v2.3.2 |
| 1385 | 2026-02-24T14:14:11.193Z | Compiling socket2 v0.6.1 |
| 1386 | 2026-02-24T14:14:11.230Z | Compiling slab v0.4.9 |
| 1387 | 2026-02-24T14:14:11.409Z | Compiling cpufeatures v0.2.14 |
| 1388 | 2026-02-24T14:14:11.538Z | Compiling either v1.15.0 |
| 1389 | 2026-02-24T14:14:11.644Z | Compiling glob v0.3.2 |
| 1390 | 2026-02-24T14:14:11.745Z | Compiling futures-sink v0.3.31 |
| 1391 | 2026-02-24T14:14:11.927Z | Compiling futures-channel v0.3.31 |
| 1392 | 2026-02-24T14:14:12.078Z | Compiling hashbrown v0.16.1 |
| 1393 | 2026-02-24T14:14:12.283Z | Compiling pin-utils v0.1.0 |
| 1394 | 2026-02-24T14:14:12.346Z | Compiling rustversion v1.0.22 |
| 1395 | 2026-02-24T14:14:12.399Z | Compiling prettyplease v0.2.36 |
| 1396 | 2026-02-24T14:14:12.507Z | Compiling clang-sys v1.8.1 |
| 1397 | 2026-02-24T14:14:12.772Z | Compiling regex-automata v0.4.11 |
| 1398 | 2026-02-24T14:14:12.807Z | Compiling futures-task v0.3.31 |
| 1399 | 2026-02-24T14:14:13.062Z | Compiling futures-io v0.3.31 |
| 1400 | 2026-02-24T14:14:13.253Z | Compiling minimal-lexical v0.2.1 |
| 1401 | 2026-02-24T14:14:13.277Z | Compiling indexmap v2.13.0 |
| 1402 | 2026-02-24T14:14:13.325Z | Compiling libloading v0.8.5 |
| 1403 | 2026-02-24T14:14:13.718Z | Compiling synstructure v0.13.1 |
| 1404 | 2026-02-24T14:14:13.753Z | Compiling nom v7.1.3 |
| 1405 | 2026-02-24T14:14:14.519Z | Compiling home v0.5.9 |
| 1406 | 2026-02-24T14:14:14.542Z | Compiling bindgen v0.69.5 |
| 1407 | 2026-02-24T14:14:14.748Z | Compiling ident_case v1.0.1 |
| 1408 | 2026-02-24T14:14:14.768Z | Compiling base64ct v1.6.0 |
| 1409 | 2026-02-24T14:14:15.109Z | Compiling itertools v0.12.1 |
| 1410 | 2026-02-24T14:14:15.354Z | Compiling pem-rfc7468 v0.7.0 |
| 1411 | 2026-02-24T14:14:15.551Z | Compiling form_urlencoded v1.2.2 |
| 1412 | 2026-02-24T14:14:15.883Z | Compiling flagset v0.4.6 |
| 1413 | 2026-02-24T14:14:16.004Z | Compiling lazycell v1.3.0 |
| 1414 | 2026-02-24T14:14:16.146Z | Compiling rustc-hash v1.1.0 |
| 1415 | 2026-02-24T14:14:16.206Z | Compiling rand_core v0.9.3 |
| 1416 | 2026-02-24T14:14:16.329Z | Compiling cmake v0.1.51 |
| 1417 | 2026-02-24T14:14:16.799Z | Compiling iana-time-zone v0.1.63 |
| 1418 | 2026-02-24T14:14:17.149Z | Compiling cexpr v0.6.0 |
| 1419 | 2026-02-24T14:14:17.181Z | Compiling foldhash v0.1.5 |
| 1420 | 2026-02-24T14:14:17.200Z | Compiling paste v1.0.15 |
| 1421 | 2026-02-24T14:14:17.497Z | Compiling fs_extra v1.3.0 |
| 1422 | 2026-02-24T14:14:17.747Z | Compiling dunce v1.0.5 |
| 1423 | 2026-02-24T14:14:17.926Z | Compiling hashbrown v0.15.4 |
| 1424 | 2026-02-24T14:14:17.978Z | Compiling rustc_version v0.4.1 |
| 1425 | 2026-02-24T14:14:18.035Z | Compiling uuid v1.19.0 |
| 1426 | 2026-02-24T14:14:18.059Z | Compiling vcpkg v0.2.15 |
| 1427 | 2026-02-24T14:14:18.252Z | Compiling serde_derive v1.0.228 |
| 1428 | 2026-02-24T14:14:18.648Z | Compiling zeroize_derive v1.4.2 |
| 1429 | 2026-02-24T14:14:18.670Z | Compiling zerofrom-derive v0.1.4 |
| 1430 | 2026-02-24T14:14:19.191Z | Compiling yoke-derive v0.7.4 |
| 1431 | 2026-02-24T14:14:19.571Z | Compiling zerovec-derive v0.10.3 |
| 1432 | 2026-02-24T14:14:19.750Z | Compiling displaydoc v0.2.5 |
| 1433 | 2026-02-24T14:14:20.050Z | Compiling zeroize v1.8.1 |
| 1434 | 2026-02-24T14:14:21.358Z | Compiling zerocopy-derive v0.7.35 |
| 1435 | 2026-02-24T14:14:21.878Z | Compiling crypto-common v0.1.6 |
| 1436 | 2026-02-24T14:14:21.902Z | Compiling block-buffer v0.10.4 |
| 1437 | 2026-02-24T14:14:22.036Z | Compiling zerofrom v0.1.4 |
| 1438 | 2026-02-24T14:14:22.061Z | Compiling icu_provider_macros v1.5.0 |
| 1439 | 2026-02-24T14:14:22.126Z | Compiling tokio-macros v2.6.0 |
| 1440 | 2026-02-24T14:14:22.195Z | Compiling digest v0.10.7 |
| 1441 | 2026-02-24T14:14:22.282Z | Compiling yoke v0.7.4 |
| 1442 | 2026-02-24T14:14:22.663Z | Compiling zerovec v0.10.4 |
| 1443 | 2026-02-24T14:14:22.714Z | Compiling hmac v0.12.1 |
| 1444 | 2026-02-24T14:14:22.983Z | Compiling thiserror-impl v2.0.18 |
| 1445 | 2026-02-24T14:14:23.006Z | Compiling block-padding v0.3.3 |
| 1446 | 2026-02-24T14:14:23.101Z | Compiling futures-macro v0.3.31 |
| 1447 | 2026-02-24T14:14:23.289Z | Compiling inout v0.1.3 |
| 1448 | 2026-02-24T14:14:23.318Z | Compiling zerocopy v0.7.35 |
| 1449 | 2026-02-24T14:14:23.602Z | Compiling regex v1.11.3 |
| 1450 | 2026-02-24T14:14:23.656Z | Compiling cipher v0.4.4 |
| 1451 | 2026-02-24T14:14:24.205Z | Compiling sha2 v0.10.9 |
| 1452 | 2026-02-24T14:14:24.598Z | Compiling tinystr v0.7.6 |
| 1453 | 2026-02-24T14:14:24.709Z | Compiling icu_collections v1.5.0 |
| 1454 | 2026-02-24T14:14:24.730Z | Compiling ppv-lite86 v0.2.20 |
| 1455 | 2026-02-24T14:14:24.938Z | Compiling icu_locid v1.5.0 |
| 1456 | 2026-02-24T14:14:24.972Z | Compiling futures-util v0.3.31 |
| 1457 | 2026-02-24T14:14:25.175Z | Compiling der_derive v0.7.3 |
| 1458 | 2026-02-24T14:14:25.506Z | Compiling serde v1.0.228 |
| 1459 | 2026-02-24T14:14:25.527Z | Compiling salsa20 v0.10.2 |
| 1460 | 2026-02-24T14:14:25.776Z | Compiling pbkdf2 v0.12.2 |
| 1461 | 2026-02-24T14:14:25.908Z | Compiling zerocopy v0.8.27 |
| 1462 | 2026-02-24T14:14:25.967Z | Compiling scrypt v0.11.0 |
| 1463 | 2026-02-24T14:14:26.156Z | Compiling icu_provider v1.5.0 |
| 1464 | 2026-02-24T14:14:26.525Z | Compiling thiserror v2.0.18 |
| 1465 | 2026-02-24T14:14:26.703Z | Compiling bitflags v2.9.4 |
| 1466 | 2026-02-24T14:14:26.765Z | Compiling bytes v1.11.1 |
| 1467 | 2026-02-24T14:14:26.811Z | Compiling pest v2.8.2 |
| 1468 | 2026-02-24T14:14:26.899Z | Compiling icu_locid_transform v1.5.0 |
| 1469 | 2026-02-24T14:14:27.163Z | Compiling chrono v0.4.43 |
| 1470 | 2026-02-24T14:14:27.429Z | Compiling der v0.7.10 |
| 1471 | 2026-02-24T14:14:27.832Z | Compiling tokio v1.49.0 |
| 1472 | 2026-02-24T14:14:28.170Z | Compiling icu_properties v1.5.1 |
| 1473 | 2026-02-24T14:14:29.171Z | Compiling http v1.4.0 |
| 1474 | 2026-02-24T14:14:29.861Z | Compiling spki v0.7.3 |
| 1475 | 2026-02-24T14:14:30.260Z | Compiling pest_meta v2.8.2 |
| 1476 | 2026-02-24T14:14:30.399Z | Compiling rand_chacha v0.9.0 |
| 1477 | 2026-02-24T14:14:30.426Z | Compiling cbc v0.1.2 |
| 1478 | 2026-02-24T14:14:30.485Z | Compiling aes v0.8.4 |
| 1479 | 2026-02-24T14:14:30.692Z | Compiling openssl-sys v0.9.109 |
| 1480 | 2026-02-24T14:14:31.358Z | Compiling which v4.4.2 |
| 1481 | 2026-02-24T14:14:31.824Z | Compiling zerocopy-derive v0.8.27 |
| 1482 | 2026-02-24T14:14:31.929Z | Compiling icu_normalizer v1.5.0 |
| 1483 | 2026-02-24T14:14:32.849Z | Compiling idna_adapter v1.2.0 |
| 1484 | 2026-02-24T14:14:33.103Z | Compiling idna v1.0.3 |
| 1485 | 2026-02-24T14:14:33.185Z | Compiling pest_generator v2.8.2 |
| 1486 | 2026-02-24T14:14:33.424Z | Compiling pkcs5 v0.7.1 |
| 1487 | 2026-02-24T14:14:33.653Z | Compiling rand v0.9.2 |
| 1488 | 2026-02-24T14:14:34.517Z | Compiling url v2.5.4 |
| 1489 | 2026-02-24T14:14:34.598Z | Compiling tracing-attributes v0.1.27 |
| 1490 | 2026-02-24T14:14:34.685Z | Compiling serde_derive_internals v0.29.1 |
| 1491 | 2026-02-24T14:14:34.929Z | Compiling ring v0.17.14 |
| 1492 | 2026-02-24T14:14:35.431Z | Compiling tracing-core v0.1.32 |
| 1493 | 2026-02-24T14:14:36.073Z | Compiling schemars v0.8.22 |
| 1494 | 2026-02-24T14:14:36.240Z | Compiling rustix v1.1.3 |
| 1495 | 2026-02-24T14:14:36.454Z | Compiling adler2 v2.0.0 |
| 1496 | 2026-02-24T14:14:36.695Z | Compiling aws-lc-rs v1.12.4 |
| 1497 | 2026-02-24T14:14:36.717Z | Compiling miniz_oxide v0.8.5 |
| 1498 | 2026-02-24T14:14:36.921Z | Compiling tokio-util v0.7.15 |
| 1499 | 2026-02-24T14:14:37.146Z | Compiling schemars_derive v0.8.22 |
| 1500 | 2026-02-24T14:14:37.700Z | Compiling tracing v0.1.40 |
| 1501 | 2026-02-24T14:14:38.058Z | Compiling pest_derive v2.8.2 |
| 1502 | 2026-02-24T14:14:38.227Z | Compiling pkcs8 v0.10.2 |
| 1503 | 2026-02-24T14:14:38.674Z | Compiling http-body v1.0.1 |
| 1504 | 2026-02-24T14:14:38.832Z | Compiling scroll_derive v0.13.1 |
| 1505 | 2026-02-24T14:14:38.855Z | Compiling darling_core v0.20.10 |
| 1506 | 2026-02-24T14:14:38.950Z | Compiling dyn-clone v1.0.20 |
| 1507 | 2026-02-24T14:14:39.160Z | Compiling httparse v1.9.5 |
| 1508 | 2026-02-24T14:14:39.196Z | Compiling tinyvec_macros v0.1.1 |
| 1509 | 2026-02-24T14:14:39.306Z | Compiling rustls-pki-types v1.10.0 |
| 1510 | 2026-02-24T14:14:39.803Z | Compiling base64 v0.22.1 |
| 1511 | 2026-02-24T14:14:40.382Z | Compiling tinyvec v1.8.0 |
| 1512 | 2026-02-24T14:14:40.662Z | Compiling scroll v0.13.0 |
| 1513 | 2026-02-24T14:14:41.265Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1514 | 2026-02-24T14:14:41.942Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1515 | 2026-02-24T14:14:41.964Z | Compiling powerfmt v0.2.0 |
| 1516 | 2026-02-24T14:14:42.042Z | Compiling untrusted v0.9.0 |
| 1517 | 2026-02-24T14:14:42.260Z | Compiling openssl v0.10.73 |
| 1518 | 2026-02-24T14:14:42.327Z | Compiling time-core v0.1.6 |
| 1519 | 2026-02-24T14:14:42.465Z | Compiling tower-service v0.3.3 |
| 1520 | 2026-02-24T14:14:42.610Z | Compiling foreign-types-shared v0.1.1 |
| 1521 | 2026-02-24T14:14:42.632Z | Compiling atomic-waker v1.1.2 |
| 1522 | 2026-02-24T14:14:42.665Z | Compiling num-conv v0.1.0 |
| 1523 | 2026-02-24T14:14:42.703Z | Compiling tower-layer v0.3.3 |
| 1524 | 2026-02-24T14:14:42.753Z | Compiling openssl-probe v0.1.5 |
| 1525 | 2026-02-24T14:14:42.838Z | Compiling try-lock v0.2.5 |
| 1526 | 2026-02-24T14:14:42.975Z | Compiling untrusted v0.7.1 |
| 1527 | 2026-02-24T14:14:43.017Z | Compiling want v0.3.1 |
| 1528 | 2026-02-24T14:14:43.039Z | Compiling time-macros v0.2.24 |
| 1529 | 2026-02-24T14:14:43.076Z | Compiling h2 v0.4.6 |
| 1530 | 2026-02-24T14:14:43.185Z | Compiling foreign-types v0.3.2 |
| 1531 | 2026-02-24T14:14:43.254Z | Compiling tempfile v3.24.0 |
| 1532 | 2026-02-24T14:14:43.329Z | Compiling deranged v0.5.3 |
| 1533 | 2026-02-24T14:14:44.401Z | Compiling darling_macro v0.20.10 |
| 1534 | 2026-02-24T14:14:44.711Z | Compiling goblin v0.10.2 |
| 1535 | 2026-02-24T14:14:45.278Z | Compiling darling v0.20.10 |
| 1536 | 2026-02-24T14:14:45.840Z | Compiling ipnet v2.11.0 |
| 1537 | 2026-02-24T14:14:46.119Z | Compiling openssl-macros v0.1.1 |
| 1538 | 2026-02-24T14:14:46.913Z | Compiling wait-timeout v0.2.0 |
| 1539 | 2026-02-24T14:14:46.995Z | Compiling bit-vec v0.8.0 |
| 1540 | 2026-02-24T14:14:47.070Z | Compiling httpdate v1.0.3 |
| 1541 | 2026-02-24T14:14:47.451Z | Compiling syn v1.0.109 |
| 1542 | 2026-02-24T14:14:47.472Z | Compiling num_threads v0.1.7 |
| 1543 | 2026-02-24T14:14:47.502Z | Compiling usdt-impl v0.6.0 |
| 1544 | 2026-02-24T14:14:47.524Z | Compiling rustls v0.23.19 |
| 1545 | 2026-02-24T14:14:47.604Z | Compiling gimli v0.31.1 |
| 1546 | 2026-02-24T14:14:47.830Z | Compiling quick-error v1.2.3 |
| 1547 | 2026-02-24T14:14:47.883Z | Compiling native-tls v0.2.12 |
| 1548 | 2026-02-24T14:14:47.998Z | Compiling crossbeam-utils v0.8.21 |
| 1549 | 2026-02-24T14:14:48.112Z | Compiling rusty-fork v0.3.0 |
| 1550 | 2026-02-24T14:14:48.310Z | Compiling time v0.3.43 |
| 1551 | 2026-02-24T14:14:48.600Z | Compiling bit-set v0.8.0 |
| 1552 | 2026-02-24T14:14:48.894Z | Compiling derive_builder_core v0.20.2 |
| 1553 | 2026-02-24T14:14:51.110Z | Compiling hyper v1.8.1 |
| 1554 | 2026-02-24T14:14:52.080Z | Compiling dof v0.4.0 |
| 1555 | 2026-02-24T14:14:52.307Z | Compiling addr2line v0.24.2 |
| 1556 | 2026-02-24T14:14:52.963Z | Compiling unicode-normalization v0.1.24 |
| 1557 | 2026-02-24T14:14:52.997Z | Compiling dtrace-parser v0.3.0 |
| 1558 | 2026-02-24T14:14:53.998Z | Compiling signature v2.2.0 |
| 1559 | 2026-02-24T14:14:54.208Z | Compiling heapless v0.7.17 |
| 1560 | 2026-02-24T14:14:54.320Z | Compiling thiserror-impl v1.0.69 |
| 1561 | 2026-02-24T14:14:54.670Z | Compiling scroll_derive v0.12.0 |
| 1562 | 2026-02-24T14:14:54.693Z | Compiling rand_xorshift v0.4.0 |
| 1563 | 2026-02-24T14:14:54.836Z | Compiling darling_core v0.21.0 |
| 1564 | 2026-02-24T14:14:54.984Z | Compiling slog v2.8.2 |
| 1565 | 2026-02-24T14:14:55.332Z | Compiling thread-id v5.0.0 |
| 1566 | 2026-02-24T14:14:55.466Z | Compiling cookie v0.18.1 |
| 1567 | 2026-02-24T14:14:55.773Z | Compiling object v0.36.5 |
| 1568 | 2026-02-24T14:14:55.817Z | Compiling crc32fast v1.4.2 |
| 1569 | 2026-02-24T14:14:55.984Z | Compiling siphasher v0.3.11 |
| 1570 | 2026-02-24T14:14:56.054Z | Compiling anyhow v1.0.99 |
| 1571 | 2026-02-24T14:14:56.176Z | Compiling unicode-properties v0.1.3 |
| 1572 | 2026-02-24T14:14:56.404Z | Compiling unicode-bidi v0.3.17 |
| 1573 | 2026-02-24T14:14:56.591Z | Compiling signal-hook v0.3.18 |
| 1574 | 2026-02-24T14:14:56.658Z | Compiling rustc-demangle v0.1.24 |
| 1575 | 2026-02-24T14:14:56.907Z | Compiling zstd-safe v7.2.3 |
| 1576 | 2026-02-24T14:14:57.232Z | Compiling zlib-rs v0.5.1 |
| 1577 | 2026-02-24T14:14:57.273Z | Compiling unarray v0.1.4 |
| 1578 | 2026-02-24T14:14:57.451Z | Compiling proptest v1.7.0 |
| 1579 | 2026-02-24T14:14:57.486Z | Compiling thiserror v1.0.69 |
| 1580 | 2026-02-24T14:14:57.598Z | Compiling stringprep v0.1.5 |
| 1581 | 2026-02-24T14:14:58.111Z | Compiling phf_shared v0.11.2 |
| 1582 | 2026-02-24T14:14:58.157Z | Compiling scroll v0.12.0 |
| 1583 | 2026-02-24T14:14:58.722Z | Compiling hyper-util v0.1.19 |
| 1584 | 2026-02-24T14:14:59.325Z | Compiling derive_builder_macro v0.20.2 |
| 1585 | 2026-02-24T14:15:00.864Z | Compiling darling_macro v0.21.0 |
| 1586 | 2026-02-24T14:15:00.970Z | Compiling ipnetwork v0.21.1 |
| 1587 | 2026-02-24T14:15:01.827Z | Compiling serde_tokenstream v0.2.2 |
| 1588 | 2026-02-24T14:15:01.850Z | Compiling toml_datetime v0.6.11 |
| 1589 | 2026-02-24T14:15:02.373Z | Compiling backtrace v0.3.74 |
| 1590 | 2026-02-24T14:15:02.429Z | Compiling erased-serde v0.3.31 |
| 1591 | 2026-02-24T14:15:02.721Z | Compiling serde_spanned v0.6.9 |
| 1592 | 2026-02-24T14:15:02.744Z | Compiling rand_chacha v0.3.1 |
| 1593 | 2026-02-24T14:15:02.987Z | Compiling md-5 v0.10.6 |
| 1594 | 2026-02-24T14:15:03.264Z | Compiling curve25519-dalek v4.1.3 |
| 1595 | 2026-02-24T14:15:03.736Z | Compiling libz-rs-sys v0.5.1 |
| 1596 | 2026-02-24T14:15:03.957Z | Compiling vergen-lib v0.1.6 |
| 1597 | 2026-02-24T14:15:04.043Z | Compiling num-integer v0.1.46 |
| 1598 | 2026-02-24T14:15:04.291Z | Compiling sync_wrapper v1.0.1 |
| 1599 | 2026-02-24T14:15:04.312Z | Compiling ff v0.13.0 |
| 1600 | 2026-02-24T14:15:04.473Z | Compiling hash32 v0.2.1 |
| 1601 | 2026-02-24T14:15:04.544Z | Compiling memoffset v0.9.1 |
| 1602 | 2026-02-24T14:15:04.628Z | Compiling litrs v0.4.1 |
| 1603 | 2026-02-24T14:15:04.722Z | Compiling psl-types v2.0.11 |
| 1604 | 2026-02-24T14:15:04.841Z | Compiling smoltcp v0.9.1 |
| 1605 | 2026-02-24T14:15:04.900Z | Compiling fallible-iterator v0.2.0 |
| 1606 | 2026-02-24T14:15:04.932Z | Compiling base16ct v0.2.0 |
| 1607 | 2026-02-24T14:15:05.153Z | Compiling ref-cast v1.0.25 |
| 1608 | 2026-02-24T14:15:05.277Z | Compiling num-bigint-dig v0.8.6 |
| 1609 | 2026-02-24T14:15:05.519Z | Compiling cfg_aliases v0.2.1 |
| 1610 | 2026-02-24T14:15:05.586Z | Compiling postgres-protocol v0.6.8 |
| 1611 | 2026-02-24T14:15:05.640Z | Compiling nix v0.29.0 |
| 1612 | 2026-02-24T14:15:05.696Z | Compiling document-features v0.2.11 |
| 1613 | 2026-02-24T14:15:05.726Z | Compiling sec1 v0.7.3 |
| 1614 | 2026-02-24T14:15:06.002Z | Compiling publicsuffix v2.3.0 |
| 1615 | 2026-02-24T14:15:06.339Z | Compiling num-iter v0.1.45 |
| 1616 | 2026-02-24T14:15:06.532Z | Compiling group v0.13.0 |
| 1617 | 2026-02-24T14:15:06.554Z | Compiling tower v0.5.2 |
| 1618 | 2026-02-24T14:15:06.910Z | Compiling flate2 v1.1.2 |
| 1619 | 2026-02-24T14:15:07.002Z | Compiling newtype-uuid v1.3.2 |
| 1620 | 2026-02-24T14:15:07.590Z | Compiling rand v0.8.5 |
| 1621 | 2026-02-24T14:15:07.695Z | Compiling darling v0.21.0 |
| 1622 | 2026-02-24T14:15:07.760Z | Compiling oxnet v0.1.4 |
| 1623 | 2026-02-24T14:15:07.795Z | Compiling derive_builder v0.20.2 |
| 1624 | 2026-02-24T14:15:07.832Z | Compiling tokio-native-tls v0.3.1 |
| 1625 | 2026-02-24T14:15:07.994Z | Compiling goblin v0.8.2 |
| 1626 | 2026-02-24T14:15:08.573Z | Compiling rustls-native-certs v0.8.1 |
| 1627 | 2026-02-24T14:15:09.126Z | Compiling webpki-roots v1.0.1 |
| 1628 | 2026-02-24T14:15:09.285Z | Compiling http-body-util v0.1.3 |
| 1629 | 2026-02-24T14:15:09.357Z | Compiling strum_macros v0.27.2 |
| 1630 | 2026-02-24T14:15:09.389Z | Compiling terminal_size v0.4.0 |
| 1631 | 2026-02-24T14:15:09.550Z | Compiling cargo-platform v0.1.8 |
| 1632 | 2026-02-24T14:15:09.637Z | Compiling hkdf v0.12.4 |
| 1633 | 2026-02-24T14:15:09.767Z | Compiling crypto-bigint v0.5.5 |
| 1634 | 2026-02-24T14:15:09.932Z | Compiling async-trait v0.1.89 |
| 1635 | 2026-02-24T14:15:10.051Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1636 | 2026-02-24T14:15:11.516Z | Compiling ref-cast-impl v1.0.25 |
| 1637 | 2026-02-24T14:15:12.107Z | Compiling hubpack_derive v0.1.1 |
| 1638 | 2026-02-24T14:15:12.461Z | Compiling daft-derive v0.1.4 |
| 1639 | 2026-02-24T14:15:12.651Z | Compiling vergen v9.0.6 |
| 1640 | 2026-02-24T14:15:12.964Z | Compiling ahash v0.8.12 |
| 1641 | 2026-02-24T14:15:13.013Z | Compiling fs-err v3.1.1 |
| 1642 | 2026-02-24T14:15:13.317Z | Compiling winnow v0.5.40 |
| 1643 | 2026-02-24T14:15:13.336Z | Compiling bumpalo v3.16.0 |
| 1644 | 2026-02-24T14:15:13.809Z | Compiling unicode-segmentation v1.12.0 |
| 1645 | 2026-02-24T14:15:14.012Z | Compiling lockfree-object-pool v0.1.6 |
| 1646 | 2026-02-24T14:15:14.290Z | Compiling bitflags v1.3.2 |
| 1647 | 2026-02-24T14:15:14.372Z | Compiling simd-adler32 v0.3.7 |
| 1648 | 2026-02-24T14:15:14.424Z | Compiling buf-list v1.0.3 |
| 1649 | 2026-02-24T14:15:14.721Z | Compiling ryu v1.0.18 |
| 1650 | 2026-02-24T14:15:14.929Z | Compiling iri-string v0.7.8 |
| 1651 | 2026-02-24T14:15:15.070Z | Compiling managed v0.8.0 |
| 1652 | 2026-02-24T14:15:15.167Z | Compiling serde_urlencoded v0.7.1 |
| 1653 | 2026-02-24T14:15:15.673Z | Compiling zopfli v0.8.1 |
| 1654 | 2026-02-24T14:15:15.714Z | Compiling strum v0.27.2 |
| 1655 | 2026-02-24T14:15:15.926Z | Compiling clap_builder v4.5.48 |
| 1656 | 2026-02-24T14:15:16.845Z | Compiling toml_edit v0.19.15 |
| 1657 | 2026-02-24T14:15:17.033Z | Compiling daft v0.1.4 |
| 1658 | 2026-02-24T14:15:17.299Z | Compiling dof v0.3.0 |
| 1659 | 2026-02-24T14:15:17.701Z | Compiling hubpack v0.1.2 |
| 1660 | 2026-02-24T14:15:17.728Z | Compiling elliptic-curve v0.13.8 |
| 1661 | 2026-02-24T14:15:18.139Z | Compiling tower-http v0.6.6 |
| 1662 | 2026-02-24T14:15:18.833Z | Compiling cargo_metadata v0.19.2 |
| 1663 | 2026-02-24T14:15:19.029Z | Compiling hyper-tls v0.6.0 |
| 1664 | 2026-02-24T14:15:19.453Z | Compiling signal-hook-mio v0.2.4 |
| 1665 | 2026-02-24T14:15:19.654Z | Compiling cookie_store v0.21.1 |
| 1666 | 2026-02-24T14:15:21.193Z | Compiling zstd v0.13.3 |
| 1667 | 2026-02-24T14:15:22.259Z | Compiling serde_with_macros v3.16.1 |
| 1668 | 2026-02-24T14:15:22.564Z | Compiling postgres-types v0.2.9 |
| 1669 | 2026-02-24T14:15:23.733Z | Compiling usdt-macro v0.6.0 |
| 1670 | 2026-02-24T14:15:23.758Z | Compiling usdt-attr-macro v0.6.0 |
| 1671 | 2026-02-24T14:15:23.859Z | Compiling phf v0.11.2 |
| 1672 | 2026-02-24T14:15:23.883Z | Compiling dtrace-parser v0.2.0 |
| 1673 | 2026-02-24T14:15:24.174Z | Compiling ed25519 v2.2.3 |
| 1674 | 2026-02-24T14:15:24.814Z | Compiling bzip2 v0.5.2 |
| 1675 | 2026-02-24T14:15:25.213Z | Compiling bzip2 v0.4.4 |
| 1676 | 2026-02-24T14:15:25.256Z | Compiling pkcs1 v0.7.5 |
| 1677 | 2026-02-24T14:15:25.348Z | Compiling enum-as-inner v0.6.1 |
| 1678 | 2026-02-24T14:15:25.628Z | Compiling clap_derive v4.5.47 |
| 1679 | 2026-02-24T14:15:25.795Z | Compiling strum_macros v0.26.4 |
| 1680 | 2026-02-24T14:15:26.224Z | Compiling serde-big-array v0.5.1 |
| 1681 | 2026-02-24T14:15:26.258Z | Compiling hex v0.4.3 |
| 1682 | 2026-02-24T14:15:26.406Z | Compiling rfc6979 v0.4.0 |
| 1683 | 2026-02-24T14:15:26.473Z | Compiling serde_repr v0.1.19 |
| 1684 | 2026-02-24T14:15:26.610Z | Compiling bstr v1.10.0 |
| 1685 | 2026-02-24T14:15:26.662Z | Compiling float-cmp v0.10.0 |
| 1686 | 2026-02-24T14:15:26.862Z | Compiling env_filter v0.1.2 |
| 1687 | 2026-02-24T14:15:26.923Z | Compiling memmap2 v0.9.8 |
| 1688 | 2026-02-24T14:15:27.346Z | Compiling socket2 v0.5.10 |
| 1689 | 2026-02-24T14:15:27.523Z | Compiling encoding_rs v0.8.34 |
| 1690 | 2026-02-24T14:15:27.559Z | Compiling new_debug_unreachable v1.0.6 |
| 1691 | 2026-02-24T14:15:27.677Z | Compiling rustc-hash v2.1.1 |
| 1692 | 2026-02-24T14:15:27.890Z | Compiling difflib v0.4.0 |
| 1693 | 2026-02-24T14:15:28.067Z | Compiling fixedbitset v0.4.2 |
| 1694 | 2026-02-24T14:15:28.248Z | Compiling normalize-line-endings v0.3.0 |
| 1695 | 2026-02-24T14:15:28.407Z | Compiling fixedbitset v0.5.7 |
| 1696 | 2026-02-24T14:15:28.508Z | Compiling mime v0.3.17 |
| 1697 | 2026-02-24T14:15:29.032Z | Compiling static_assertions v1.1.0 |
| 1698 | 2026-02-24T14:15:29.054Z | Compiling data-encoding v2.9.0 |
| 1699 | 2026-02-24T14:15:29.152Z | Compiling predicates-core v1.0.8 |
| 1700 | 2026-02-24T14:15:29.174Z | Compiling whoami v1.5.2 |
| 1701 | 2026-02-24T14:15:29.476Z | Compiling jiff v0.2.15 |
| 1702 | 2026-02-24T14:15:29.705Z | Compiling precomputed-hash v0.1.1 |
| 1703 | 2026-02-24T14:15:29.879Z | Compiling keccak v0.1.5 |
| 1704 | 2026-02-24T14:15:29.997Z | Compiling foldhash v0.2.0 |
| 1705 | 2026-02-24T14:15:30.051Z | Compiling strum v0.26.3 |
| 1706 | 2026-02-24T14:15:30.259Z | Compiling sha3 v0.10.8 |
| 1707 | 2026-02-24T14:15:30.399Z | Compiling iddqd v0.3.16 |
| 1708 | 2026-02-24T14:15:30.746Z | Compiling clap v4.5.48 |
| 1709 | 2026-02-24T14:15:30.891Z | Compiling string_cache v0.8.9 |
| 1710 | 2026-02-24T14:15:31.169Z | Compiling hickory-proto v0.25.2 |
| 1711 | 2026-02-24T14:15:31.340Z | Compiling tokio-postgres v0.7.13 |
| 1712 | 2026-02-24T14:15:31.343Z | Compiling predicates v3.1.3 |
| 1713 | 2026-02-24T14:15:32.115Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1714 | 2026-02-24T14:15:32.176Z | Compiling toml_edit v0.22.27 |
| 1715 | 2026-02-24T14:15:32.885Z | Compiling petgraph v0.8.2 |
| 1716 | 2026-02-24T14:15:33.022Z | Compiling petgraph v0.6.5 |
| 1717 | 2026-02-24T14:15:36.612Z | Compiling similar v2.7.0 |
| 1718 | 2026-02-24T14:15:36.652Z | Compiling usdt-impl v0.5.0 |
| 1719 | 2026-02-24T14:15:37.448Z | Compiling zip v4.2.0 |
| 1720 | 2026-02-24T14:15:37.947Z | Compiling usdt v0.6.0 |
| 1721 | 2026-02-24T14:15:38.503Z | Compiling env_logger v0.11.8 |
| 1722 | 2026-02-24T14:15:38.695Z | Compiling serde_with v3.16.1 |
| 1723 | 2026-02-24T14:15:39.004Z | Compiling ecdsa v0.16.9 |
| 1724 | 2026-02-24T14:15:39.227Z | Compiling rsa v0.9.8 |
| 1725 | 2026-02-24T14:15:39.249Z | Compiling zip v0.6.6 |
| 1726 | 2026-02-24T14:15:39.648Z | Compiling ed25519-dalek v2.1.1 |
| 1727 | 2026-02-24T14:15:41.072Z | Compiling toml v0.7.8 |
| 1728 | 2026-02-24T14:15:41.270Z | Compiling crossterm v0.28.1 |
| 1729 | 2026-02-24T14:15:42.416Z | Compiling heck v0.4.1 |
| 1730 | 2026-02-24T14:15:42.506Z | Compiling crossbeam-epoch v0.9.18 |
| 1731 | 2026-02-24T14:15:42.702Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1732 | 2026-02-24T14:15:42.870Z | Compiling tokio-stream v0.1.17 |
| 1733 | 2026-02-24T14:15:42.995Z | Compiling x509-cert v0.2.5 |
| 1734 | 2026-02-24T14:15:43.126Z | Compiling openapiv3 v2.2.0 |
| 1735 | 2026-02-24T14:15:43.180Z | Compiling sha1 v0.10.6 |
| 1736 | 2026-02-24T14:15:43.210Z | Compiling itertools v0.10.5 |
| 1737 | 2026-02-24T14:15:43.652Z | Compiling itertools v0.13.0 |
| 1738 | 2026-02-24T14:15:43.843Z | Compiling winnow v0.6.26 |
| 1739 | 2026-02-24T14:15:44.412Z | Compiling peg-runtime v0.8.5 |
| 1740 | 2026-02-24T14:15:45.015Z | Compiling lalrpop-util v0.19.12 |
| 1741 | 2026-02-24T14:15:45.398Z | Compiling thread_local v1.1.8 |
| 1742 | 2026-02-24T14:15:45.841Z | Compiling slog-async v2.8.0 |
| 1743 | 2026-02-24T14:15:45.895Z | Compiling crossbeam-channel v0.5.15 |
| 1744 | 2026-02-24T14:15:46.476Z | Compiling xattr v1.3.1 |
| 1745 | 2026-02-24T14:15:46.711Z | Compiling futures-executor v0.3.31 |
| 1746 | 2026-02-24T14:15:46.759Z | Compiling filetime v0.2.26 |
| 1747 | 2026-02-24T14:15:46.938Z | Compiling is-terminal v0.4.13 |
| 1748 | 2026-02-24T14:15:47.072Z | Compiling take_mut v0.2.2 |
| 1749 | 2026-02-24T14:15:47.093Z | Compiling term v1.1.0 |
| 1750 | 2026-02-24T14:15:47.117Z | Compiling futures v0.3.31 |
| 1751 | 2026-02-24T14:15:47.145Z | Compiling tar v0.4.44 |
| 1752 | 2026-02-24T14:15:48.232Z | Compiling slog-term v2.9.2 |
| 1753 | 2026-02-24T14:15:50.535Z | Compiling aws-lc-sys v0.26.0 |
| 1754 | 2026-02-24T14:16:20.994Z | Compiling rustls-webpki v0.102.8 |
| 1755 | 2026-02-24T14:16:25.755Z | Compiling tokio-rustls v0.26.0 |
| 1756 | 2026-02-24T14:16:26.032Z | Compiling hyper-rustls v0.27.7 |
| 1757 | 2026-02-24T14:16:26.389Z | Compiling reqwest v0.12.24 |
| 1758 | 2026-02-24T14:16:30.482Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1759 | 2026-02-24T14:16:30.799Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1760 | 2026-02-24T14:16:35.684Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 33s |
| 1761 | 2026-02-24T14:16:35.870Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1762 | 2026-02-24T14:16:35.931Z | Feb 24 14:16:35.330 INFO Starting download, target: Clickhouse |
| 1763 | 2026-02-24T14:16:35.931Z | Feb 24 14:16:35.330 INFO Starting download, target: Cockroach |
| 1764 | 2026-02-24T14:16:35.931Z | Feb 24 14:16:35.330 INFO Starting download, target: MaghemiteMgd |
| 1765 | 2026-02-24T14:16:35.931Z | Feb 24 14:16:35.330 INFO Starting download, target: DendriteStub |
| 1766 | 2026-02-24T14:16:35.931Z | Feb 24 14:16:35.330 INFO Starting download, target: Console |
| 1767 | 2026-02-24T14:16:35.935Z | Feb 24 14:16:35.330 INFO Starting download, target: TransceiverControl |
| 1768 | 2026-02-24T14:16:35.935Z | Feb 24 14:16:35.331 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1769 | 2026-02-24T14:16:35.935Z | Feb 24 14:16:35.331 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1770 | 2026-02-24T14:16:35.935Z | Feb 24 14:16:35.331 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1771 | 2026-02-24T14:16:35.935Z | Feb 24 14:16:35.331 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1772 | 2026-02-24T14:16:35.935Z | Feb 24 14:16:35.331 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1773 | 2026-02-24T14:16:35.935Z | Feb 24 14:16:35.331 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1774 | 2026-02-24T14:16:36.209Z | Feb 24 14:16:35.604 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1775 | 2026-02-24T14:16:36.469Z | Feb 24 14:16:35.845 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1776 | 2026-02-24T14:16:36.668Z | Feb 24 14:16:36.051 INFO Download complete, target: TransceiverControl |
| 1777 | 2026-02-24T14:16:36.914Z | Feb 24 14:16:36.297 INFO Download complete, target: Console |
| 1778 | 2026-02-24T14:16:37.278Z | Feb 24 14:16:36.676 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1779 | 2026-02-24T14:16:37.471Z | Feb 24 14:16:36.867 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1780 | 2026-02-24T14:16:37.915Z | Feb 24 14:16:37.313 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1781 | 2026-02-24T14:16:37.915Z | Feb 24 14:16:37.313 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1782 | 2026-02-24T14:16:38.072Z | Feb 24 14:16:37.470 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1783 | 2026-02-24T14:16:41.413Z | Feb 24 14:16:40.811 INFO Download complete, target: DendriteStub |
| 1784 | 2026-02-24T14:16:41.537Z | Feb 24 14:16:40.935 INFO Download complete, target: MaghemiteMgd |
| 1785 | 2026-02-24T14:16:45.698Z | Feb 24 14:16:45.093 INFO Checking that binary works, target: Cockroach |
| 1786 | 2026-02-24T14:16:45.833Z | Feb 24 14:16:45.229 INFO Download complete, target: Cockroach |
| 1787 | 2026-02-24T14:16:49.187Z | Feb 24 14:16:48.582 INFO Checking that binary works, target: Clickhouse |
| 1788 | 2026-02-24T14:16:49.353Z | Feb 24 14:16:48.749 INFO Download complete, target: Clickhouse |
| 1789 | 2026-02-24T14:16:49.375Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1790 | 2026-02-24T14:16:49.379Z | |
| 1791 | 2026-02-24T14:16:49.379Z | real 6:31.717677790 |
| 1792 | 2026-02-24T14:16:49.379Z | user 18:51.737205223 |
| 1793 | 2026-02-24T14:16:49.379Z | sys 2:34.373012659 |
| 1794 | 2026-02-24T14:16:49.379Z | trap 0.707827782 |
| 1795 | 2026-02-24T14:16:49.379Z | tflt 0.976248628 |
| 1796 | 2026-02-24T14:16:49.379Z | dflt 0.959685571 |
| 1797 | 2026-02-24T14:16:49.379Z | kflt 0.025422960 |
| 1798 | 2026-02-24T14:16:49.379Z | lock 46:03.387375361 |
| 1799 | 2026-02-24T14:16:49.379Z | slp 1:11:12.676672884 |
| 1800 | 2026-02-24T14:16:49.379Z | lat 1:21.171186930 |
| 1801 | 2026-02-24T14:16:49.379Z | stop 3:14.303222203 |
| 1802 | 2026-02-24T14:16:49.379Z | + banner hack-check |
| 1803 | 2026-02-24T14:16:49.379Z | |
| 1804 | 2026-02-24T14:16:49.379Z | # # ## #### # # #### # # ###### #### # # |
| 1805 | 2026-02-24T14:16:49.379Z | # # # # # # # # # # # # # # # # # |
| 1806 | 2026-02-24T14:16:49.379Z | ###### # # # #### ##### # ###### ##### # #### |
| 1807 | 2026-02-24T14:16:49.379Z | # # ###### # # # # # # # # # # |
| 1808 | 2026-02-24T14:16:49.379Z | # # # # # # # # # # # # # # # # # |
| 1809 | 2026-02-24T14:16:49.379Z | # # # # #### # # #### # # ###### #### # # |
| 1810 | 2026-02-24T14:16:49.379Z | |
| 1811 | 2026-02-24T14:16:49.379Z | + export CARGO_INCREMENTAL=0 |
| 1812 | 2026-02-24T14:16:49.380Z | + CARGO_INCREMENTAL=0 |
| 1813 | 2026-02-24T14:16:49.380Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1814 | 2026-02-24T14:16:50.228Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1815 | 2026-02-24T14:16:50.530Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1816 | 2026-02-24T14:16:53.775Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.32s |
| 1817 | 2026-02-24T14:16:53.868Z | Running `target/debug/xtask check-features --ci` |
| 1818 | 2026-02-24T14:16:53.897Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1819 | 2026-02-24T14:16:53.897Z | running: "/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1820 | 2026-02-24T14:16:54.592Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 1821 | 2026-02-24T14:16:54.628Z | Running `target/debug/xtask download cargo-hack` |
| 1822 | 2026-02-24T14:16:55.763Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1823 | 2026-02-24T14:16:56.195Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1824 | 2026-02-24T14:17:00.219Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.55s |
| 1825 | 2026-02-24T14:17:00.395Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1826 | 2026-02-24T14:17:00.439Z | Feb 24 14:16:59.833 INFO Starting download, target: CargoHack |
| 1827 | 2026-02-24T14:17:00.442Z | Feb 24 14:16:59.834 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1828 | 2026-02-24T14:17:00.865Z | Feb 24 14:17:00.258 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1829 | 2026-02-24T14:17:00.941Z | Feb 24 14:17:00.334 INFO Download complete, target: CargoHack |
| 1830 | 2026-02-24T14:17:00.945Z | running: "/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
| 1831 | 2026-02-24T14:17:00.966Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1832 | 2026-02-24T14:17:01.189Z | info: running `cargo check --bins` on api_identity (1/252) |
| 1833 | 2026-02-24T14:17:01.935Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1834 | 2026-02-24T14:17:01.938Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1835 | 2026-02-24T14:17:01.938Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1836 | 2026-02-24T14:17:01.942Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 1837 | 2026-02-24T14:17:02.028Z | |
| 1838 | 2026-02-24T14:17:02.029Z | info: running `cargo check --bins` on bootstore (2/252) |
| 1839 | 2026-02-24T14:17:02.816Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1840 | 2026-02-24T14:17:02.820Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1841 | 2026-02-24T14:17:02.820Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1842 | 2026-02-24T14:17:02.824Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 1843 | 2026-02-24T14:17:02.920Z | |
| 1844 | 2026-02-24T14:17:02.920Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/252) |
| 1845 | 2026-02-24T14:17:03.667Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1846 | 2026-02-24T14:17:03.672Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1847 | 2026-02-24T14:17:03.672Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1848 | 2026-02-24T14:17:03.675Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 1849 | 2026-02-24T14:17:03.766Z | |
| 1850 | 2026-02-24T14:17:03.766Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/252) |
| 1851 | 2026-02-24T14:17:04.513Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1852 | 2026-02-24T14:17:04.516Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1853 | 2026-02-24T14:17:04.516Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1854 | 2026-02-24T14:17:04.521Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 1855 | 2026-02-24T14:17:04.611Z | |
| 1856 | 2026-02-24T14:17:04.611Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/252) |
| 1857 | 2026-02-24T14:17:05.190Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1858 | 2026-02-24T14:17:05.193Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1859 | 2026-02-24T14:17:05.193Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1860 | 2026-02-24T14:17:05.196Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 1861 | 2026-02-24T14:17:05.250Z | |
| 1862 | 2026-02-24T14:17:05.250Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/252) |
| 1863 | 2026-02-24T14:17:05.839Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1864 | 2026-02-24T14:17:05.842Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1865 | 2026-02-24T14:17:05.842Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1866 | 2026-02-24T14:17:05.844Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 1867 | 2026-02-24T14:17:05.903Z | |
| 1868 | 2026-02-24T14:17:05.903Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/252) |
| 1869 | 2026-02-24T14:17:06.502Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1870 | 2026-02-24T14:17:06.506Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1871 | 2026-02-24T14:17:06.506Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1872 | 2026-02-24T14:17:06.510Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 1873 | 2026-02-24T14:17:06.568Z | |
| 1874 | 2026-02-24T14:17:06.568Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/252) |
| 1875 | 2026-02-24T14:17:07.158Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1876 | 2026-02-24T14:17:07.161Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1877 | 2026-02-24T14:17:07.161Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1878 | 2026-02-24T14:17:07.164Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 1879 | 2026-02-24T14:17:07.243Z | |
| 1880 | 2026-02-24T14:17:07.243Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/252) |
| 1881 | 2026-02-24T14:17:07.811Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1882 | 2026-02-24T14:17:07.814Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1883 | 2026-02-24T14:17:07.814Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1884 | 2026-02-24T14:17:07.817Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 1885 | 2026-02-24T14:17:07.880Z | |
| 1886 | 2026-02-24T14:17:07.880Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/252) |
| 1887 | 2026-02-24T14:17:08.470Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1888 | 2026-02-24T14:17:08.473Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1889 | 2026-02-24T14:17:08.473Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1890 | 2026-02-24T14:17:08.476Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 1891 | 2026-02-24T14:17:08.533Z | |
| 1892 | 2026-02-24T14:17:08.533Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/252) |
| 1893 | 2026-02-24T14:17:09.136Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1894 | 2026-02-24T14:17:09.140Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1895 | 2026-02-24T14:17:09.140Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1896 | 2026-02-24T14:17:09.143Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 1897 | 2026-02-24T14:17:09.203Z | |
| 1898 | 2026-02-24T14:17:09.203Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/252) |
| 1899 | 2026-02-24T14:17:09.820Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1900 | 2026-02-24T14:17:09.823Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1901 | 2026-02-24T14:17:09.823Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1902 | 2026-02-24T14:17:09.826Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 1903 | 2026-02-24T14:17:09.887Z | |
| 1904 | 2026-02-24T14:17:09.887Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/252) |
| 1905 | 2026-02-24T14:17:10.493Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1906 | 2026-02-24T14:17:10.496Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1907 | 2026-02-24T14:17:10.496Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1908 | 2026-02-24T14:17:10.499Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 1909 | 2026-02-24T14:17:10.560Z | |
| 1910 | 2026-02-24T14:17:10.560Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/252) |
| 1911 | 2026-02-24T14:17:11.150Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1912 | 2026-02-24T14:17:11.153Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1913 | 2026-02-24T14:17:11.153Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1914 | 2026-02-24T14:17:11.156Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 1915 | 2026-02-24T14:17:11.216Z | |
| 1916 | 2026-02-24T14:17:11.216Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/252) |
| 1917 | 2026-02-24T14:17:11.806Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1918 | 2026-02-24T14:17:11.808Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1919 | 2026-02-24T14:17:11.808Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1920 | 2026-02-24T14:17:11.811Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 1921 | 2026-02-24T14:17:11.872Z | |
| 1922 | 2026-02-24T14:17:11.872Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/252) |
| 1923 | 2026-02-24T14:17:12.470Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1924 | 2026-02-24T14:17:12.473Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1925 | 2026-02-24T14:17:12.473Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1926 | 2026-02-24T14:17:12.476Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 1927 | 2026-02-24T14:17:12.535Z | |
| 1928 | 2026-02-24T14:17:12.535Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/252) |
| 1929 | 2026-02-24T14:17:13.138Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1930 | 2026-02-24T14:17:13.141Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1931 | 2026-02-24T14:17:13.141Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1932 | 2026-02-24T14:17:13.145Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 1933 | 2026-02-24T14:17:13.205Z | |
| 1934 | 2026-02-24T14:17:13.205Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/252) |
| 1935 | 2026-02-24T14:17:13.813Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1936 | 2026-02-24T14:17:13.816Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1937 | 2026-02-24T14:17:13.816Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1938 | 2026-02-24T14:17:13.820Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 1939 | 2026-02-24T14:17:13.881Z | |
| 1940 | 2026-02-24T14:17:13.881Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/252) |
| 1941 | 2026-02-24T14:17:14.487Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1942 | 2026-02-24T14:17:14.490Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1943 | 2026-02-24T14:17:14.490Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1944 | 2026-02-24T14:17:14.493Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 1945 | 2026-02-24T14:17:14.556Z | |
| 1946 | 2026-02-24T14:17:14.556Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/252) |
| 1947 | 2026-02-24T14:17:15.161Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1948 | 2026-02-24T14:17:15.164Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1949 | 2026-02-24T14:17:15.164Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1950 | 2026-02-24T14:17:15.167Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 1951 | 2026-02-24T14:17:15.227Z | |
| 1952 | 2026-02-24T14:17:15.227Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/252) |
| 1953 | 2026-02-24T14:17:15.827Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1954 | 2026-02-24T14:17:15.831Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1955 | 2026-02-24T14:17:15.831Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1956 | 2026-02-24T14:17:15.834Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 1957 | 2026-02-24T14:17:15.893Z | |
| 1958 | 2026-02-24T14:17:15.893Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/252) |
| 1959 | 2026-02-24T14:17:16.498Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1960 | 2026-02-24T14:17:16.501Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1961 | 2026-02-24T14:17:16.501Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1962 | 2026-02-24T14:17:16.503Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 1963 | 2026-02-24T14:17:16.565Z | |
| 1964 | 2026-02-24T14:17:16.565Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/252) |
| 1965 | 2026-02-24T14:17:17.157Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1966 | 2026-02-24T14:17:17.160Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1967 | 2026-02-24T14:17:17.160Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1968 | 2026-02-24T14:17:17.163Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 1969 | 2026-02-24T14:17:17.222Z | |
| 1970 | 2026-02-24T14:17:17.222Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/252) |
| 1971 | 2026-02-24T14:17:17.820Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1972 | 2026-02-24T14:17:17.823Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1973 | 2026-02-24T14:17:17.824Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1974 | 2026-02-24T14:17:17.827Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 1975 | 2026-02-24T14:17:17.887Z | |
| 1976 | 2026-02-24T14:17:17.887Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/252) |
| 1977 | 2026-02-24T14:17:18.489Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1978 | 2026-02-24T14:17:18.493Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1979 | 2026-02-24T14:17:18.493Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1980 | 2026-02-24T14:17:18.497Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 1981 | 2026-02-24T14:17:18.554Z | |
| 1982 | 2026-02-24T14:17:18.554Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/252) |
| 1983 | 2026-02-24T14:17:19.151Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1984 | 2026-02-24T14:17:19.154Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1985 | 2026-02-24T14:17:19.154Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1986 | 2026-02-24T14:17:19.158Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 1987 | 2026-02-24T14:17:19.223Z | |
| 1988 | 2026-02-24T14:17:19.223Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/252) |
| 1989 | 2026-02-24T14:17:19.833Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1990 | 2026-02-24T14:17:19.836Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1991 | 2026-02-24T14:17:19.837Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1992 | 2026-02-24T14:17:19.839Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 1993 | 2026-02-24T14:17:19.961Z | |
| 1994 | 2026-02-24T14:17:19.961Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/252) |
| 1995 | 2026-02-24T14:17:20.532Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1996 | 2026-02-24T14:17:20.535Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1997 | 2026-02-24T14:17:20.535Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1998 | 2026-02-24T14:17:20.538Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 1999 | 2026-02-24T14:17:20.601Z | |
| 2000 | 2026-02-24T14:17:20.601Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/252) |
| 2001 | 2026-02-24T14:17:21.224Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2002 | 2026-02-24T14:17:21.227Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2003 | 2026-02-24T14:17:21.227Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2004 | 2026-02-24T14:17:21.233Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 2005 | 2026-02-24T14:17:21.292Z | |
| 2006 | 2026-02-24T14:17:21.292Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/252) |
| 2007 | 2026-02-24T14:17:21.901Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2008 | 2026-02-24T14:17:21.905Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2009 | 2026-02-24T14:17:21.905Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2010 | 2026-02-24T14:17:21.908Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 2011 | 2026-02-24T14:17:21.968Z | |
| 2012 | 2026-02-24T14:17:21.968Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/252) |
| 2013 | 2026-02-24T14:17:22.559Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2014 | 2026-02-24T14:17:22.562Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2015 | 2026-02-24T14:17:22.562Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2016 | 2026-02-24T14:17:22.566Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 2017 | 2026-02-24T14:17:22.621Z | |
| 2018 | 2026-02-24T14:17:22.621Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/252) |
| 2019 | 2026-02-24T14:17:23.202Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2020 | 2026-02-24T14:17:23.205Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2021 | 2026-02-24T14:17:23.205Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2022 | 2026-02-24T14:17:23.209Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2023 | 2026-02-24T14:17:23.270Z | |
| 2024 | 2026-02-24T14:17:23.270Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/252) |
| 2025 | 2026-02-24T14:17:23.868Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2026 | 2026-02-24T14:17:23.871Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2027 | 2026-02-24T14:17:23.871Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2028 | 2026-02-24T14:17:23.874Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 2029 | 2026-02-24T14:17:23.934Z | |
| 2030 | 2026-02-24T14:17:23.934Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/252) |
| 2031 | 2026-02-24T14:17:24.534Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2032 | 2026-02-24T14:17:24.537Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2033 | 2026-02-24T14:17:24.537Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2034 | 2026-02-24T14:17:24.540Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 2035 | 2026-02-24T14:17:24.602Z | |
| 2036 | 2026-02-24T14:17:24.602Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/252) |
| 2037 | 2026-02-24T14:17:25.201Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2038 | 2026-02-24T14:17:25.204Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2039 | 2026-02-24T14:17:25.204Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2040 | 2026-02-24T14:17:25.207Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 2041 | 2026-02-24T14:17:25.270Z | |
| 2042 | 2026-02-24T14:17:25.270Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/252) |
| 2043 | 2026-02-24T14:17:25.856Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2044 | 2026-02-24T14:17:25.859Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2045 | 2026-02-24T14:17:25.859Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2046 | 2026-02-24T14:17:25.862Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2047 | 2026-02-24T14:17:25.968Z | |
| 2048 | 2026-02-24T14:17:25.968Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/252) |
| 2049 | 2026-02-24T14:17:26.517Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2050 | 2026-02-24T14:17:26.520Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2051 | 2026-02-24T14:17:26.520Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2052 | 2026-02-24T14:17:26.523Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 2053 | 2026-02-24T14:17:26.580Z | |
| 2054 | 2026-02-24T14:17:26.580Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/252) |
| 2055 | 2026-02-24T14:17:27.205Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2056 | 2026-02-24T14:17:27.208Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2057 | 2026-02-24T14:17:27.208Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2058 | 2026-02-24T14:17:27.211Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 2059 | 2026-02-24T14:17:27.273Z | |
| 2060 | 2026-02-24T14:17:27.273Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/252) |
| 2061 | 2026-02-24T14:17:27.867Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2062 | 2026-02-24T14:17:27.872Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2063 | 2026-02-24T14:17:27.872Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2064 | 2026-02-24T14:17:27.875Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 2065 | 2026-02-24T14:17:27.932Z | |
| 2066 | 2026-02-24T14:17:27.932Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/252) |
| 2067 | 2026-02-24T14:17:28.532Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2068 | 2026-02-24T14:17:28.535Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2069 | 2026-02-24T14:17:28.535Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2070 | 2026-02-24T14:17:28.538Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 2071 | 2026-02-24T14:17:28.600Z | |
| 2072 | 2026-02-24T14:17:28.600Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/252) |
| 2073 | 2026-02-24T14:17:29.187Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2074 | 2026-02-24T14:17:29.190Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2075 | 2026-02-24T14:17:29.190Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2076 | 2026-02-24T14:17:29.193Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2077 | 2026-02-24T14:17:29.252Z | |
| 2078 | 2026-02-24T14:17:29.252Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/252) |
| 2079 | 2026-02-24T14:17:29.833Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2080 | 2026-02-24T14:17:29.836Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2081 | 2026-02-24T14:17:29.836Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2082 | 2026-02-24T14:17:29.839Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2083 | 2026-02-24T14:17:29.905Z | |
| 2084 | 2026-02-24T14:17:29.905Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/252) |
| 2085 | 2026-02-24T14:17:30.513Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2086 | 2026-02-24T14:17:30.518Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2087 | 2026-02-24T14:17:30.518Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2088 | 2026-02-24T14:17:30.521Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 2089 | 2026-02-24T14:17:30.584Z | |
| 2090 | 2026-02-24T14:17:30.584Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/252) |
| 2091 | 2026-02-24T14:17:31.225Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2092 | 2026-02-24T14:17:31.227Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2093 | 2026-02-24T14:17:31.228Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2094 | 2026-02-24T14:17:31.232Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 2095 | 2026-02-24T14:17:31.300Z | |
| 2096 | 2026-02-24T14:17:31.300Z | info: running `cargo check --bins --no-default-features` on sled-hardware-types (45/252) |
| 2097 | 2026-02-24T14:17:32.088Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2098 | 2026-02-24T14:17:32.091Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2099 | 2026-02-24T14:17:32.091Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2100 | 2026-02-24T14:17:32.099Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 2101 | 2026-02-24T14:17:32.218Z | |
| 2102 | 2026-02-24T14:17:32.218Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (46/252) |
| 2103 | 2026-02-24T14:17:33.070Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2104 | 2026-02-24T14:17:33.073Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2105 | 2026-02-24T14:17:33.073Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2106 | 2026-02-24T14:17:33.078Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
| 2107 | 2026-02-24T14:17:33.186Z | |
| 2108 | 2026-02-24T14:17:33.186Z | info: running `cargo check --bins --no-default-features` on illumos-utils (47/252) |
| 2109 | 2026-02-24T14:17:34.039Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2110 | 2026-02-24T14:17:34.043Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2111 | 2026-02-24T14:17:34.043Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2112 | 2026-02-24T14:17:34.048Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
| 2113 | 2026-02-24T14:17:34.153Z | |
| 2114 | 2026-02-24T14:17:34.153Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (48/252) |
| 2115 | 2026-02-24T14:17:35.006Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2116 | 2026-02-24T14:17:35.009Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2117 | 2026-02-24T14:17:35.009Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2118 | 2026-02-24T14:17:35.015Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
| 2119 | 2026-02-24T14:17:35.136Z | |
| 2120 | 2026-02-24T14:17:35.136Z | info: running `cargo check --bins` on key-manager-types (49/252) |
| 2121 | 2026-02-24T14:17:35.938Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2122 | 2026-02-24T14:17:35.941Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2123 | 2026-02-24T14:17:35.941Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2124 | 2026-02-24T14:17:35.946Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 2125 | 2026-02-24T14:17:36.044Z | |
| 2126 | 2026-02-24T14:17:36.044Z | info: running `cargo check --bins` on oxlog (50/252) |
| 2127 | 2026-02-24T14:17:36.844Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2128 | 2026-02-24T14:17:36.847Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2129 | 2026-02-24T14:17:36.971Z | Checking cfg-if v1.0.4 |
| 2130 | 2026-02-24T14:17:36.973Z | Checking libc v0.2.180 |
| 2131 | 2026-02-24T14:17:36.974Z | Checking serde_core v1.0.228 |
| 2132 | 2026-02-24T14:17:37.123Z | Checking zeroize v1.8.1 |
| 2133 | 2026-02-24T14:17:37.126Z | Checking memchr v2.7.4 |
| 2134 | 2026-02-24T14:17:37.129Z | Checking value-bag v1.12.0 |
| 2135 | 2026-02-24T14:17:37.132Z | Checking smallvec v1.15.1 |
| 2136 | 2026-02-24T14:17:37.132Z | Checking typenum v1.17.0 |
| 2137 | 2026-02-24T14:17:37.241Z | Checking scopeguard v1.2.0 |
| 2138 | 2026-02-24T14:17:37.423Z | Checking lock_api v0.4.12 |
| 2139 | 2026-02-24T14:17:37.478Z | Checking subtle v2.6.1 |
| 2140 | 2026-02-24T14:17:37.634Z | Checking log v0.4.29 |
| 2141 | 2026-02-24T14:17:37.669Z | Checking const-oid v0.9.6 |
| 2142 | 2026-02-24T14:17:37.855Z | Checking itoa v1.0.11 |
| 2143 | 2026-02-24T14:17:37.889Z | Checking byteorder v1.5.0 |
| 2144 | 2026-02-24T14:17:38.072Z | Checking stable_deref_trait v1.2.0 |
| 2145 | 2026-02-24T14:17:38.134Z | Checking portable-atomic v1.11.0 |
| 2146 | 2026-02-24T14:17:38.221Z | Checking critical-section v1.1.3 |
| 2147 | 2026-02-24T14:17:38.246Z | Checking zerofrom v0.1.4 |
| 2148 | 2026-02-24T14:17:38.359Z | Checking pin-project-lite v0.2.14 |
| 2149 | 2026-02-24T14:17:38.404Z | Checking getrandom v0.2.15 |
| 2150 | 2026-02-24T14:17:38.432Z | Checking getrandom v0.3.4 |
| 2151 | 2026-02-24T14:17:38.518Z | Checking parking_lot_core v0.9.10 |
| 2152 | 2026-02-24T14:17:38.521Z | Checking yoke v0.7.4 |
| 2153 | 2026-02-24T14:17:38.562Z | Checking generic-array v0.14.7 |
| 2154 | 2026-02-24T14:17:38.727Z | Checking rand_core v0.6.4 |
| 2155 | 2026-02-24T14:17:38.758Z | Checking signal-hook-registry v1.4.2 |
| 2156 | 2026-02-24T14:17:38.922Z | Checking allocator-api2 v0.2.21 |
| 2157 | 2026-02-24T14:17:38.965Z | Checking zerovec v0.10.4 |
| 2158 | 2026-02-24T14:17:39.079Z | Checking parking_lot v0.12.3 |
| 2159 | 2026-02-24T14:17:39.115Z | Checking mio v1.0.2 |
| 2160 | 2026-02-24T14:17:39.247Z | Checking once_cell v1.21.3 |
| 2161 | 2026-02-24T14:17:39.515Z | Checking equivalent v1.0.2 |
| 2162 | 2026-02-24T14:17:39.541Z | Checking libm v0.2.8 |
| 2163 | 2026-02-24T14:17:39.568Z | Checking writeable v0.5.5 |
| 2164 | 2026-02-24T14:17:39.621Z | Checking litemap v0.7.3 |
| 2165 | 2026-02-24T14:17:39.677Z | Checking socket2 v0.6.1 |
| 2166 | 2026-02-24T14:17:39.801Z | Checking zerocopy v0.7.35 |
| 2167 | 2026-02-24T14:17:39.823Z | Checking crypto-common v0.1.6 |
| 2168 | 2026-02-24T14:17:39.935Z | Checking block-buffer v0.10.4 |
| 2169 | 2026-02-24T14:17:39.991Z | Checking zmij v1.0.15 |
| 2170 | 2026-02-24T14:17:40.035Z | Checking cpufeatures v0.2.14 |
| 2171 | 2026-02-24T14:17:40.154Z | Checking futures-core v0.3.31 |
| 2172 | 2026-02-24T14:17:40.178Z | Checking digest v0.10.7 |
| 2173 | 2026-02-24T14:17:40.200Z | Checking percent-encoding v2.3.2 |
| 2174 | 2026-02-24T14:17:40.371Z | Checking icu_locid_transform_data v1.5.0 |
| 2175 | 2026-02-24T14:17:40.398Z | Checking block-padding v0.3.3 |
| 2176 | 2026-02-24T14:17:40.447Z | Checking hashbrown v0.16.1 |
| 2177 | 2026-02-24T14:17:40.480Z | Checking num-traits v0.2.19 |
| 2178 | 2026-02-24T14:17:40.501Z | Checking icu_properties_data v1.5.0 |
| 2179 | 2026-02-24T14:17:40.575Z | Checking hmac v0.12.1 |
| 2180 | 2026-02-24T14:17:40.618Z | Checking tinystr v0.7.6 |
| 2181 | 2026-02-24T14:17:40.636Z | Checking icu_collections v1.5.0 |
| 2182 | 2026-02-24T14:17:40.740Z | Checking inout v0.1.3 |
| 2183 | 2026-02-24T14:17:40.801Z | Checking icu_normalizer_data v1.5.0 |
| 2184 | 2026-02-24T14:17:40.916Z | Checking futures-sink v0.3.31 |
| 2185 | 2026-02-24T14:17:40.955Z | Checking icu_locid v1.5.0 |
| 2186 | 2026-02-24T14:17:40.974Z | Checking utf8_iter v1.0.4 |
| 2187 | 2026-02-24T14:17:41.036Z | Checking ppv-lite86 v0.2.20 |
| 2188 | 2026-02-24T14:17:41.071Z | Checking utf16_iter v1.0.5 |
| 2189 | 2026-02-24T14:17:41.181Z | Checking write16 v1.0.0 |
| 2190 | 2026-02-24T14:17:41.249Z | Checking futures-channel v0.3.31 |
| 2191 | 2026-02-24T14:17:41.310Z | Checking serde v1.0.228 |
| 2192 | 2026-02-24T14:17:41.329Z | Checking serde_json v1.0.149 |
| 2193 | 2026-02-24T14:17:41.347Z | Checking cipher v0.4.4 |
| 2194 | 2026-02-24T14:17:41.478Z | Checking indexmap v2.13.0 |
| 2195 | 2026-02-24T14:17:41.607Z | Checking sha2 v0.10.9 |
| 2196 | 2026-02-24T14:17:41.759Z | Checking slab v0.4.9 |
| 2197 | 2026-02-24T14:17:41.785Z | Checking pin-utils v0.1.0 |
| 2198 | 2026-02-24T14:17:41.915Z | Checking futures-io v0.3.31 |
| 2199 | 2026-02-24T14:17:41.941Z | Checking icu_provider v1.5.0 |
| 2200 | 2026-02-24T14:17:41.985Z | Checking base64ct v1.6.0 |
| 2201 | 2026-02-24T14:17:42.058Z | Checking futures-task v0.3.31 |
| 2202 | 2026-02-24T14:17:42.116Z | Checking errno v0.3.12 |
| 2203 | 2026-02-24T14:17:42.177Z | Checking flagset v0.4.6 |
| 2204 | 2026-02-24T14:17:42.307Z | Checking futures-util v0.3.31 |
| 2205 | 2026-02-24T14:17:42.323Z | Checking form_urlencoded v1.2.2 |
| 2206 | 2026-02-24T14:17:42.342Z | Checking bytes v1.11.1 |
| 2207 | 2026-02-24T14:17:42.399Z | Checking bitflags v2.9.4 |
| 2208 | 2026-02-24T14:17:42.415Z | Checking pem-rfc7468 v0.7.0 |
| 2209 | 2026-02-24T14:17:42.532Z | Checking rand_core v0.9.3 |
| 2210 | 2026-02-24T14:17:42.562Z | Checking icu_locid_transform v1.5.0 |
| 2211 | 2026-02-24T14:17:42.721Z | Checking der v0.7.10 |
| 2212 | 2026-02-24T14:17:42.743Z | Checking fnv v1.0.7 |
| 2213 | 2026-02-24T14:17:42.799Z | Checking foldhash v0.1.5 |
| 2214 | 2026-02-24T14:17:42.892Z | Checking salsa20 v0.10.2 |
| 2215 | 2026-02-24T14:17:42.912Z | Checking uuid v1.19.0 |
| 2216 | 2026-02-24T14:17:43.019Z | Checking pbkdf2 v0.12.2 |
| 2217 | 2026-02-24T14:17:43.037Z | Checking hashbrown v0.15.4 |
| 2218 | 2026-02-24T14:17:43.122Z | Checking spin v0.9.8 |
| 2219 | 2026-02-24T14:17:43.209Z | Checking scrypt v0.11.0 |
| 2220 | 2026-02-24T14:17:43.392Z | Checking tokio v1.49.0 |
| 2221 | 2026-02-24T14:17:43.495Z | Checking http v1.4.0 |
| 2222 | 2026-02-24T14:17:43.538Z | Checking rand_chacha v0.9.0 |
| 2223 | 2026-02-24T14:17:43.585Z | Checking cbc v0.1.2 |
| 2224 | 2026-02-24T14:17:43.623Z | Checking icu_properties v1.5.1 |
| 2225 | 2026-02-24T14:17:43.872Z | Checking aes v0.8.4 |
| 2226 | 2026-02-24T14:17:44.055Z | Checking iana-time-zone v0.1.63 |
| 2227 | 2026-02-24T14:17:44.152Z | Checking regex-syntax v0.8.5 |
| 2228 | 2026-02-24T14:17:44.308Z | Checking chrono v0.4.43 |
| 2229 | 2026-02-24T14:17:44.638Z | Checking spki v0.7.3 |
| 2230 | 2026-02-24T14:17:44.990Z | Checking rand v0.9.2 |
| 2231 | 2026-02-24T14:17:45.016Z | Checking pkcs5 v0.7.1 |
| 2232 | 2026-02-24T14:17:45.019Z | Checking tracing-core v0.1.32 |
| 2233 | 2026-02-24T14:17:45.609Z | Checking thiserror v2.0.18 |
| 2234 | 2026-02-24T14:17:45.818Z | Checking tracing v0.1.40 |
| 2235 | 2026-02-24T14:17:45.821Z | Checking pkcs8 v0.10.2 |
| 2236 | 2026-02-24T14:17:46.157Z | Checking http-body v1.0.1 |
| 2237 | 2026-02-24T14:17:46.188Z | Checking plain v0.2.3 |
| 2238 | 2026-02-24T14:17:46.220Z | Checking base64 v0.22.1 |
| 2239 | 2026-02-24T14:17:46.420Z | Checking rustls-pki-types v1.10.0 |
| 2240 | 2026-02-24T14:17:46.442Z | Checking tinyvec_macros v0.1.1 |
| 2241 | 2026-02-24T14:17:46.563Z | Checking tinyvec v1.8.0 |
| 2242 | 2026-02-24T14:17:46.600Z | Checking lazy_static v1.5.0 |
| 2243 | 2026-02-24T14:17:46.751Z | Checking rustix v1.1.3 |
| 2244 | 2026-02-24T14:17:46.773Z | Checking semver v1.0.27 |
| 2245 | 2026-02-24T14:17:47.040Z | Checking zerocopy v0.8.27 |
| 2246 | 2026-02-24T14:17:47.270Z | Checking aws-lc-sys v0.26.0 |
| 2247 | 2026-02-24T14:17:47.303Z | Checking tower-service v0.3.3 |
| 2248 | 2026-02-24T14:17:47.491Z | Checking untrusted v0.7.1 |
| 2249 | 2026-02-24T14:17:47.494Z | Checking icu_normalizer v1.5.0 |
| 2250 | 2026-02-24T14:17:47.721Z | Checking dyn-clone v1.0.20 |
| 2251 | 2026-02-24T14:17:47.824Z | Checking foreign-types-shared v0.1.1 |
| 2252 | 2026-02-24T14:17:47.910Z | Checking try-lock v0.2.5 |
| 2253 | 2026-02-24T14:17:47.913Z | Checking untrusted v0.9.0 |
| 2254 | 2026-02-24T14:17:47.958Z | Checking fastrand v2.1.1 |
| 2255 | 2026-02-24T14:17:48.112Z | Checking atomic-waker v1.1.2 |
| 2256 | 2026-02-24T14:17:48.156Z | Checking tower-layer v0.3.3 |
| 2257 | 2026-02-24T14:17:48.297Z | Checking openssl-probe v0.1.5 |
| 2258 | 2026-02-24T14:17:48.345Z | Checking idna_adapter v1.2.0 |
| 2259 | 2026-02-24T14:17:48.349Z | Checking adler2 v2.0.0 |
| 2260 | 2026-02-24T14:17:48.461Z | Checking unicode-ident v1.0.19 |
| 2261 | 2026-02-24T14:17:48.508Z | Checking ucd-trie v0.1.7 |
| 2262 | 2026-02-24T14:17:48.564Z | Checking idna v1.0.3 |
| 2263 | 2026-02-24T14:17:48.584Z | Checking miniz_oxide v0.8.5 |
| 2264 | 2026-02-24T14:17:48.662Z | Checking proc-macro2 v1.0.101 |
| 2265 | 2026-02-24T14:17:48.753Z | Checking pest v2.8.2 |
| 2266 | 2026-02-24T14:17:49.037Z | Checking tempfile v3.24.0 |
| 2267 | 2026-02-24T14:17:49.064Z | Checking url v2.5.4 |
| 2268 | 2026-02-24T14:17:49.369Z | Checking ring v0.17.14 |
| 2269 | 2026-02-24T14:17:49.408Z | Checking want v0.3.1 |
| 2270 | 2026-02-24T14:17:49.448Z | Checking foreign-types v0.3.2 |
| 2271 | 2026-02-24T14:17:49.579Z | Checking ipnet v2.11.0 |
| 2272 | 2026-02-24T14:17:49.633Z | Checking httparse v1.9.5 |
| 2273 | 2026-02-24T14:17:49.656Z | Checking aws-lc-rs v1.12.4 |
| 2274 | 2026-02-24T14:17:49.986Z | Checking schemars v0.8.22 |
| 2275 | 2026-02-24T14:17:50.091Z | Checking openssl-sys v0.9.109 |
| 2276 | 2026-02-24T14:17:50.117Z | Checking wait-timeout v0.2.0 |
| 2277 | 2026-02-24T14:17:50.337Z | Checking aho-corasick v1.1.3 |
| 2278 | 2026-02-24T14:17:50.802Z | Checking httpdate v1.0.3 |
| 2279 | 2026-02-24T14:17:51.116Z | Checking powerfmt v0.2.0 |
| 2280 | 2026-02-24T14:17:51.491Z | Checking bit-vec v0.8.0 |
| 2281 | 2026-02-24T14:17:51.512Z | Checking pretty-hex v0.4.1 |
| 2282 | 2026-02-24T14:17:51.515Z | Checking utf8parse v0.2.2 |
| 2283 | 2026-02-24T14:17:51.593Z | Checking anstyle v1.0.11 |
| 2284 | 2026-02-24T14:17:51.692Z | Checking quick-error v1.2.3 |
| 2285 | 2026-02-24T14:17:51.753Z | Checking anstyle-parse v0.2.5 |
| 2286 | 2026-02-24T14:17:51.785Z | Checking deranged v0.5.3 |
| 2287 | 2026-02-24T14:17:51.853Z | Checking tokio-util v0.7.15 |
| 2288 | 2026-02-24T14:17:51.881Z | Checking rustls-webpki v0.102.8 |
| 2289 | 2026-02-24T14:17:51.915Z | Checking rusty-fork v0.3.0 |
| 2290 | 2026-02-24T14:17:51.937Z | Checking bit-set v0.8.0 |
| 2291 | 2026-02-24T14:17:51.998Z | Checking openssl v0.10.73 |
| 2292 | 2026-02-24T14:17:52.136Z | Compiling newtype-uuid v1.3.2 |
| 2293 | 2026-02-24T14:17:52.162Z | Checking regex-automata v0.4.11 |
| 2294 | 2026-02-24T14:17:52.251Z | Checking quote v1.0.40 |
| 2295 | 2026-02-24T14:17:52.299Z | Checking unicode-normalization v0.1.24 |
| 2296 | 2026-02-24T14:17:52.511Z | Checking crossbeam-utils v0.8.21 |
| 2297 | 2026-02-24T14:17:52.725Z | Checking rand_xorshift v0.4.0 |
| 2298 | 2026-02-24T14:17:52.803Z | Checking rustix v0.38.37 |
| 2299 | 2026-02-24T14:17:53.044Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2300 | 2026-02-24T14:17:53.231Z | Checking scroll v0.13.0 |
| 2301 | 2026-02-24T14:17:53.380Z | Checking signature v2.2.0 |
| 2302 | 2026-02-24T14:17:53.408Z | Checking h2 v0.4.6 |
| 2303 | 2026-02-24T14:17:53.455Z | Checking crc32fast v1.4.2 |
| 2304 | 2026-02-24T14:17:53.703Z | Checking is_terminal_polyfill v1.70.1 |
| 2305 | 2026-02-24T14:17:53.784Z | Checking colorchoice v1.0.2 |
| 2306 | 2026-02-24T14:17:53.819Z | Checking anstyle-query v1.1.1 |
| 2307 | 2026-02-24T14:17:53.919Z | Checking unarray v0.1.4 |
| 2308 | 2026-02-24T14:17:53.995Z | Checking zlib-rs v0.5.1 |
| 2309 | 2026-02-24T14:17:54.018Z | Checking unicode-bidi v0.3.17 |
| 2310 | 2026-02-24T14:17:54.114Z | Checking num_threads v0.1.7 |
| 2311 | 2026-02-24T14:17:54.332Z | Checking siphasher v0.3.11 |
| 2312 | 2026-02-24T14:17:54.691Z | Checking time-core v0.1.6 |
| 2313 | 2026-02-24T14:17:54.723Z | Checking unicode-properties v0.1.3 |
| 2314 | 2026-02-24T14:17:54.744Z | Checking num-conv v0.1.0 |
| 2315 | 2026-02-24T14:17:55.056Z | Checking either v1.15.0 |
| 2316 | 2026-02-24T14:17:55.077Z | Checking time v0.3.43 |
| 2317 | 2026-02-24T14:17:55.116Z | Checking stringprep v0.1.5 |
| 2318 | 2026-02-24T14:17:55.468Z | Checking phf_shared v0.11.2 |
| 2319 | 2026-02-24T14:17:55.471Z | Checking proptest v1.7.0 |
| 2320 | 2026-02-24T14:17:55.810Z | Checking anstream v0.6.18 |
| 2321 | 2026-02-24T14:17:56.079Z | Checking libz-rs-sys v0.5.1 |
| 2322 | 2026-02-24T14:17:56.294Z | Checking goblin v0.10.2 |
| 2323 | 2026-02-24T14:17:56.343Z | Checking crossbeam-epoch v0.9.18 |
| 2324 | 2026-02-24T14:17:56.585Z | Checking rustls v0.23.19 |
| 2325 | 2026-02-24T14:17:56.873Z | Checking syn v2.0.114 |
| 2326 | 2026-02-24T14:17:57.155Z | Compiling daft v0.1.4 |
| 2327 | 2026-02-24T14:17:57.499Z | Checking native-tls v0.2.12 |
| 2328 | 2026-02-24T14:17:57.817Z | Checking ipnetwork v0.21.1 |
| 2329 | 2026-02-24T14:17:57.926Z | Checking scroll v0.12.0 |
| 2330 | 2026-02-24T14:17:58.079Z | Checking thiserror v1.0.69 |
| 2331 | 2026-02-24T14:17:58.276Z | Checking serde_spanned v0.6.9 |
| 2332 | 2026-02-24T14:17:58.318Z | Checking toml_datetime v0.6.11 |
| 2333 | 2026-02-24T14:17:58.485Z | Checking zstd-sys v2.0.14+zstd.1.5.7 |
| 2334 | 2026-02-24T14:17:58.555Z | Checking num-integer v0.1.46 |
| 2335 | 2026-02-24T14:17:58.740Z | Checking rand_chacha v0.3.1 |
| 2336 | 2026-02-24T14:17:58.774Z | Checking md-5 v0.10.6 |
| 2337 | 2026-02-24T14:17:59.073Z | Checking sync_wrapper v1.0.1 |
| 2338 | 2026-02-24T14:17:59.181Z | Checking ff v0.13.0 |
| 2339 | 2026-02-24T14:17:59.240Z | Checking hash32 v0.2.1 |
| 2340 | 2026-02-24T14:17:59.272Z | Checking psl-types v2.0.11 |
| 2341 | 2026-02-24T14:17:59.418Z | Checking base16ct v0.2.0 |
| 2342 | 2026-02-24T14:17:59.484Z | Checking gimli v0.31.1 |
| 2343 | 2026-02-24T14:17:59.562Z | Checking fallible-iterator v0.2.0 |
| 2344 | 2026-02-24T14:17:59.651Z | Checking sec1 v0.7.3 |
| 2345 | 2026-02-24T14:18:00.057Z | Checking heapless v0.7.17 |
| 2346 | 2026-02-24T14:18:00.168Z | Checking postgres-protocol v0.6.8 |
| 2347 | 2026-02-24T14:18:00.390Z | Checking hyper v1.8.1 |
| 2348 | 2026-02-24T14:18:00.775Z | Compiling iddqd v0.3.16 |
| 2349 | 2026-02-24T14:18:00.837Z | Checking publicsuffix v2.3.0 |
| 2350 | 2026-02-24T14:18:01.001Z | Checking group v0.13.0 |
| 2351 | 2026-02-24T14:18:01.161Z | Checking tower v0.5.2 |
| 2352 | 2026-02-24T14:18:01.282Z | Checking rand v0.8.5 |
| 2353 | 2026-02-24T14:18:02.032Z | Checking tokio-rustls v0.26.0 |
| 2354 | 2026-02-24T14:18:02.071Z | Checking num-iter v0.1.45 |
| 2355 | 2026-02-24T14:18:02.342Z | Checking zstd-safe v7.2.3 |
| 2356 | 2026-02-24T14:18:02.511Z | Checking goblin v0.8.2 |
| 2357 | 2026-02-24T14:18:02.540Z | Checking hyper-util v0.1.19 |
| 2358 | 2026-02-24T14:18:02.694Z | Checking oxnet v0.1.4 |
| 2359 | 2026-02-24T14:18:02.699Z | Checking cookie v0.18.1 |
| 2360 | 2026-02-24T14:18:02.928Z | Checking dof v0.4.0 |
| 2361 | 2026-02-24T14:18:03.308Z | Checking tokio-native-tls v0.3.1 |
| 2362 | 2026-02-24T14:18:03.342Z | Checking terminal_size v0.4.0 |
| 2363 | 2026-02-24T14:18:03.596Z | Checking flate2 v1.1.2 |
| 2364 | 2026-02-24T14:18:03.630Z | Checking dtrace-parser v0.3.0 |
| 2365 | 2026-02-24T14:18:03.653Z | Checking addr2line v0.24.2 |
| 2366 | 2026-02-24T14:18:03.656Z | Checking rustls-native-certs v0.8.1 |
| 2367 | 2026-02-24T14:18:03.705Z | Checking webpki-roots v1.0.1 |
| 2368 | 2026-02-24T14:18:03.973Z | Checking http-body-util v0.1.3 |
| 2369 | 2026-02-24T14:18:03.995Z | Checking signal-hook v0.3.18 |
| 2370 | 2026-02-24T14:18:04.013Z | Checking hkdf v0.12.4 |
| 2371 | 2026-02-24T14:18:04.256Z | Checking crypto-bigint v0.5.5 |
| 2372 | 2026-02-24T14:18:04.283Z | Checking thread-id v5.0.0 |
| 2373 | 2026-02-24T14:18:04.306Z | Checking object v0.36.5 |
| 2374 | 2026-02-24T14:18:04.381Z | Checking bitflags v1.3.2 |
| 2375 | 2026-02-24T14:18:04.405Z | Checking iri-string v0.7.8 |
| 2376 | 2026-02-24T14:18:04.426Z | Checking managed v0.8.0 |
| 2377 | 2026-02-24T14:18:04.447Z | Checking lockfree-object-pool v0.1.6 |
| 2378 | 2026-02-24T14:18:04.523Z | Checking winnow v0.5.40 |
| 2379 | 2026-02-24T14:18:04.737Z | Checking rustc-demangle v0.1.24 |
| 2380 | 2026-02-24T14:18:04.875Z | Checking bumpalo v3.16.0 |
| 2381 | 2026-02-24T14:18:05.241Z | Checking clap_lex v0.7.4 |
| 2382 | 2026-02-24T14:18:05.241Z | Checking strsim v0.11.1 |
| 2383 | 2026-02-24T14:18:05.600Z | Checking simd-adler32 v0.3.7 |
| 2384 | 2026-02-24T14:18:05.661Z | Compiling rayon-core v1.12.1 |
| 2385 | 2026-02-24T14:18:05.987Z | Checking ryu v1.0.18 |
| 2386 | 2026-02-24T14:18:06.030Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2387 | 2026-02-24T14:18:06.113Z | Checking zopfli v0.8.1 |
| 2388 | 2026-02-24T14:18:06.308Z | Checking serde_urlencoded v0.7.1 |
| 2389 | 2026-02-24T14:18:06.463Z | Checking hyper-tls v0.6.0 |
| 2390 | 2026-02-24T14:18:06.826Z | Checking hyper-rustls v0.27.7 |
| 2391 | 2026-02-24T14:18:06.848Z | Checking clap_builder v4.5.48 |
| 2392 | 2026-02-24T14:18:06.947Z | Checking smoltcp v0.9.1 |
| 2393 | 2026-02-24T14:18:07.174Z | Checking tower-http v0.6.6 |
| 2394 | 2026-02-24T14:18:07.197Z | Checking elliptic-curve v0.13.8 |
| 2395 | 2026-02-24T14:18:07.285Z | Checking usdt-impl v0.6.0 |
| 2396 | 2026-02-24T14:18:07.616Z | Checking toml_edit v0.19.15 |
| 2397 | 2026-02-24T14:18:07.809Z | Checking signal-hook-mio v0.2.4 |
| 2398 | 2026-02-24T14:18:08.009Z | Checking cookie_store v0.21.1 |
| 2399 | 2026-02-24T14:18:08.028Z | Checking num-bigint-dig v0.8.6 |
| 2400 | 2026-02-24T14:18:08.093Z | Checking dof v0.3.0 |
| 2401 | 2026-02-24T14:18:08.517Z | Checking zstd v0.13.3 |
| 2402 | 2026-02-24T14:18:08.602Z | Checking postgres-types v0.2.9 |
| 2403 | 2026-02-24T14:18:08.757Z | Checking dtrace-parser v0.2.0 |
| 2404 | 2026-02-24T14:18:08.819Z | Checking regex v1.11.3 |
| 2405 | 2026-02-24T14:18:08.947Z | Checking bstr v1.10.0 |
| 2406 | 2026-02-24T14:18:09.391Z | Checking crossbeam-deque v0.8.5 |
| 2407 | 2026-02-24T14:18:09.394Z | Checking phf v0.11.2 |
| 2408 | 2026-02-24T14:18:09.570Z | Checking ed25519 v2.2.3 |
| 2409 | 2026-02-24T14:18:09.769Z | Checking bzip2 v0.4.4 |
| 2410 | 2026-02-24T14:18:09.834Z | Checking bzip2 v0.5.2 |
| 2411 | 2026-02-24T14:18:09.999Z | Checking ref-cast v1.0.25 |
| 2412 | 2026-02-24T14:18:10.003Z | Checking curve25519-dalek v4.1.3 |
| 2413 | 2026-02-24T14:18:10.134Z | Checking strum v0.27.2 |
| 2414 | 2026-02-24T14:18:10.169Z | Checking hubpack v0.1.2 |
| 2415 | 2026-02-24T14:18:10.200Z | Checking memoffset v0.9.1 |
| 2416 | 2026-02-24T14:18:10.203Z | Checking pkcs1 v0.7.5 |
| 2417 | 2026-02-24T14:18:10.367Z | Checking serde-big-array v0.5.1 |
| 2418 | 2026-02-24T14:18:10.392Z | Checking erased-serde v0.3.31 |
| 2419 | 2026-02-24T14:18:10.396Z | Checking hex v0.4.3 |
| 2420 | 2026-02-24T14:18:10.442Z | Checking float-cmp v0.10.0 |
| 2421 | 2026-02-24T14:18:10.525Z | Checking rfc6979 v0.4.0 |
| 2422 | 2026-02-24T14:18:10.643Z | Checking memmap2 v0.9.8 |
| 2423 | 2026-02-24T14:18:10.731Z | Checking socket2 v0.5.10 |
| 2424 | 2026-02-24T14:18:10.763Z | Checking thread-id v4.2.2 |
| 2425 | 2026-02-24T14:18:10.795Z | Checking env_filter v0.1.2 |
| 2426 | 2026-02-24T14:18:10.988Z | Checking encoding_rs v0.8.34 |
| 2427 | 2026-02-24T14:18:11.050Z | Checking unicode-segmentation v1.12.0 |
| 2428 | 2026-02-24T14:18:11.089Z | Checking mime v0.3.17 |
| 2429 | 2026-02-24T14:18:11.203Z | Checking difflib v0.4.0 |
| 2430 | 2026-02-24T14:18:11.240Z | Checking backtrace v0.3.74 |
| 2431 | 2026-02-24T14:18:11.436Z | Checking data-encoding v2.9.0 |
| 2432 | 2026-02-24T14:18:11.577Z | Checking rustc-hash v2.1.1 |
| 2433 | 2026-02-24T14:18:11.644Z | Checking winnow v0.7.14 |
| 2434 | 2026-02-24T14:18:11.647Z | Checking fixedbitset v0.5.7 |
| 2435 | 2026-02-24T14:18:11.861Z | Checking jiff v0.2.15 |
| 2436 | 2026-02-24T14:18:11.937Z | Checking keccak v0.1.5 |
| 2437 | 2026-02-24T14:18:11.993Z | Checking toml_write v0.1.2 |
| 2438 | 2026-02-24T14:18:12.217Z | Checking new_debug_unreachable v1.0.6 |
| 2439 | 2026-02-24T14:18:12.220Z | Checking whoami v1.5.2 |
| 2440 | 2026-02-24T14:18:12.297Z | Checking predicates-core v1.0.8 |
| 2441 | 2026-02-24T14:18:12.377Z | Checking minimal-lexical v0.2.1 |
| 2442 | 2026-02-24T14:18:12.406Z | Checking precomputed-hash v0.1.1 |
| 2443 | 2026-02-24T14:18:12.428Z | Checking foldhash v0.2.0 |
| 2444 | 2026-02-24T14:18:12.546Z | Checking normalize-line-endings v0.3.0 |
| 2445 | 2026-02-24T14:18:12.577Z | Checking static_assertions v1.1.0 |
| 2446 | 2026-02-24T14:18:12.626Z | Checking fixedbitset v0.4.2 |
| 2447 | 2026-02-24T14:18:12.741Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2448 | 2026-02-24T14:18:12.771Z | Checking predicates v3.1.3 |
| 2449 | 2026-02-24T14:18:12.914Z | Checking nom v7.1.3 |
| 2450 | 2026-02-24T14:18:13.007Z | Checking petgraph v0.6.5 |
| 2451 | 2026-02-24T14:18:13.653Z | Checking tokio-postgres v0.7.13 |
| 2452 | 2026-02-24T14:18:13.830Z | Checking reqwest v0.12.24 |
| 2453 | 2026-02-24T14:18:15.049Z | Checking string_cache v0.8.9 |
| 2454 | 2026-02-24T14:18:15.245Z | Checking toml_edit v0.22.27 |
| 2455 | 2026-02-24T14:18:15.449Z | Checking sha3 v0.10.8 |
| 2456 | 2026-02-24T14:18:15.963Z | Checking ed25519-dalek v2.1.1 |
| 2457 | 2026-02-24T14:18:16.181Z | Checking hickory-proto v0.25.2 |
| 2458 | 2026-02-24T14:18:16.205Z | Checking petgraph v0.8.2 |
| 2459 | 2026-02-24T14:18:16.512Z | Checking anyhow v1.0.99 |
| 2460 | 2026-02-24T14:18:16.687Z | Checking similar v2.7.0 |
| 2461 | 2026-02-24T14:18:17.014Z | Checking slog v2.8.2 |
| 2462 | 2026-02-24T14:18:17.041Z | Checking env_logger v0.11.8 |
| 2463 | 2026-02-24T14:18:17.489Z | Checking usdt v0.6.0 |
| 2464 | 2026-02-24T14:18:17.751Z | Checking serde_with v3.16.1 |
| 2465 | 2026-02-24T14:18:17.779Z | Checking usdt-impl v0.5.0 |
| 2466 | 2026-02-24T14:18:17.881Z | Checking ecdsa v0.16.9 |
| 2467 | 2026-02-24T14:18:18.350Z | Checking rsa v0.9.8 |
| 2468 | 2026-02-24T14:18:18.468Z | Checking toml v0.7.8 |
| 2469 | 2026-02-24T14:18:18.675Z | Checking nix v0.29.0 |
| 2470 | 2026-02-24T14:18:18.970Z | Checking clap v4.5.48 |
| 2471 | 2026-02-24T14:18:19.082Z | Checking zip v4.2.0 |
| 2472 | 2026-02-24T14:18:19.179Z | Checking zip v0.6.6 |
| 2473 | 2026-02-24T14:18:19.516Z | Checking crossterm v0.28.1 |
| 2474 | 2026-02-24T14:18:20.069Z | Checking itertools v0.13.0 |
| 2475 | 2026-02-24T14:18:20.143Z | Checking itertools v0.10.5 |
| 2476 | 2026-02-24T14:18:20.422Z | Checking itertools v0.12.1 |
| 2477 | 2026-02-24T14:18:20.570Z | Checking strum v0.26.3 |
| 2478 | 2026-02-24T14:18:20.634Z | Checking tokio-stream v0.1.17 |
| 2479 | 2026-02-24T14:18:20.799Z | Checking ahash v0.8.12 |
| 2480 | 2026-02-24T14:18:21.274Z | Checking fs-err v3.1.1 |
| 2481 | 2026-02-24T14:18:21.590Z | Checking buf-list v1.0.3 |
| 2482 | 2026-02-24T14:18:21.629Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2483 | 2026-02-24T14:18:21.962Z | Checking x509-cert v0.2.5 |
| 2484 | 2026-02-24T14:18:21.998Z | Checking openapiv3 v2.2.0 |
| 2485 | 2026-02-24T14:18:22.039Z | Checking sha1 v0.10.6 |
| 2486 | 2026-02-24T14:18:22.101Z | Checking winnow v0.6.26 |
| 2487 | 2026-02-24T14:18:22.411Z | Checking lalrpop-util v0.19.12 |
| 2488 | 2026-02-24T14:18:22.767Z | Checking peg-runtime v0.8.5 |
| 2489 | 2026-02-24T14:18:22.836Z | Checking rayon v1.10.0 |
| 2490 | 2026-02-24T14:18:22.989Z | Checking camino v1.2.2 |
| 2491 | 2026-02-24T14:18:23.083Z | Checking sigpipe v0.1.3 |
| 2492 | 2026-02-24T14:18:23.123Z | Checking glob v0.3.2 |
| 2493 | 2026-02-24T14:18:25.703Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2494 | 2026-02-24T14:18:26.191Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.13s |
| 2495 | 2026-02-24T14:18:26.464Z | |
| 2496 | 2026-02-24T14:18:26.464Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (51/252) |
| 2497 | 2026-02-24T14:18:27.416Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2498 | 2026-02-24T14:18:27.419Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2499 | 2026-02-24T14:18:27.797Z | Compiling regress v0.10.4 |
| 2500 | 2026-02-24T14:18:27.964Z | Compiling unsafe-libyaml v0.2.11 |
| 2501 | 2026-02-24T14:18:27.968Z | Checking newtype-uuid v1.3.2 |
| 2502 | 2026-02-24T14:18:28.008Z | Compiling structmeta-derive v0.3.0 |
| 2503 | 2026-02-24T14:18:28.037Z | Compiling rustls v0.22.4 |
| 2504 | 2026-02-24T14:18:28.076Z | Compiling multer v3.1.0 |
| 2505 | 2026-02-24T14:18:28.079Z | Checking heck v0.5.0 |
| 2506 | 2026-02-24T14:18:28.434Z | Compiling newtype-uuid-macros v0.1.0 |
| 2507 | 2026-02-24T14:18:28.470Z | Checking daft v0.1.4 |
| 2508 | 2026-02-24T14:18:28.560Z | Compiling async-stream-impl v0.3.6 |
| 2509 | 2026-02-24T14:18:28.710Z | Checking futures-executor v0.3.31 |
| 2510 | 2026-02-24T14:18:29.042Z | Compiling dropshot v0.16.7 |
| 2511 | 2026-02-24T14:18:29.103Z | Checking iddqd v0.3.16 |
| 2512 | 2026-02-24T14:18:29.616Z | Compiling serde_yaml v0.9.34+deprecated |
| 2513 | 2026-02-24T14:18:30.118Z | Checking futures v0.3.31 |
| 2514 | 2026-02-24T14:18:30.154Z | Compiling dropshot_endpoint v0.16.7 |
| 2515 | 2026-02-24T14:18:30.305Z | Checking match_cfg v0.1.0 |
| 2516 | 2026-02-24T14:18:30.414Z | Checking thread_local v1.1.8 |
| 2517 | 2026-02-24T14:18:30.459Z | Checking hostname v0.3.1 |
| 2518 | 2026-02-24T14:18:30.713Z | Checking unicode-width v0.1.14 |
| 2519 | 2026-02-24T14:18:30.819Z | Checking crossbeam-channel v0.5.15 |
| 2520 | 2026-02-24T14:18:30.917Z | Compiling structmeta v0.3.0 |
| 2521 | 2026-02-24T14:18:31.356Z | Checking is-terminal v0.4.13 |
| 2522 | 2026-02-24T14:18:31.392Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2523 | 2026-02-24T14:18:31.453Z | Compiling derive-ex v0.1.8 |
| 2524 | 2026-02-24T14:18:31.561Z | Checking take_mut v0.2.2 |
| 2525 | 2026-02-24T14:18:31.601Z | Checking term v1.1.0 |
| 2526 | 2026-02-24T14:18:31.717Z | Compiling parse-display-derive v0.10.0 |
| 2527 | 2026-02-24T14:18:31.792Z | Checking slog-async v2.8.0 |
| 2528 | 2026-02-24T14:18:32.153Z | Compiling typify-impl v0.4.3 |
| 2529 | 2026-02-24T14:18:32.238Z | Checking slog-term v2.9.2 |
| 2530 | 2026-02-24T14:18:32.902Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2531 | 2026-02-24T14:18:33.527Z | Checking debug-ignore v1.0.5 |
| 2532 | 2026-02-24T14:18:33.739Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2533 | 2026-02-24T14:18:34.630Z | Checking toml_parser v1.0.6+spec-1.1.0 |
| 2534 | 2026-02-24T14:18:34.927Z | Checking slog-json v2.6.1 |
| 2535 | 2026-02-24T14:18:35.330Z | Checking macaddr v1.0.1 |
| 2536 | 2026-02-24T14:18:35.365Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 2537 | 2026-02-24T14:18:35.488Z | Checking serde_spanned v1.0.4 |
| 2538 | 2026-02-24T14:18:35.724Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2539 | 2026-02-24T14:18:35.818Z | Checking slog-bunyan v2.5.0 |
| 2540 | 2026-02-24T14:18:35.896Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2541 | 2026-02-24T14:18:35.979Z | Compiling test-strategy v0.4.3 |
| 2542 | 2026-02-24T14:18:36.086Z | Checking tabwriter v1.4.0 |
| 2543 | 2026-02-24T14:18:36.127Z | Checking async-stream v0.3.6 |
| 2544 | 2026-02-24T14:18:36.182Z | Checking toml v0.9.11+spec-1.1.0 |
| 2545 | 2026-02-24T14:18:36.437Z | Checking waitgroup v0.1.2 |
| 2546 | 2026-02-24T14:18:36.699Z | Checking rustls-pemfile v2.2.0 |
| 2547 | 2026-02-24T14:18:36.908Z | Checking serde_path_to_error v0.1.20 |
| 2548 | 2026-02-24T14:18:36.982Z | Checking hostname v0.4.2 |
| 2549 | 2026-02-24T14:18:37.046Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a) |
| 2550 | 2026-02-24T14:18:37.081Z | Compiling itertools v0.14.0 |
| 2551 | 2026-02-24T14:18:37.245Z | Checking progenitor-client v0.10.0 |
| 2552 | 2026-02-24T14:18:37.344Z | Checking progenitor-client v0.11.2 |
| 2553 | 2026-02-24T14:18:37.608Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2554 | 2026-02-24T14:18:37.750Z | Checking tokio-rustls v0.25.0 |
| 2555 | 2026-02-24T14:18:37.851Z | Checking instant v0.1.13 |
| 2556 | 2026-02-24T14:18:37.873Z | Checking colored v3.0.0 |
| 2557 | 2026-02-24T14:18:38.001Z | Checking parse-display v0.10.0 |
| 2558 | 2026-02-24T14:18:38.056Z | Checking backoff v0.4.0 |
| 2559 | 2026-02-24T14:18:38.239Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2560 | 2026-02-24T14:18:38.399Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 2561 | 2026-02-24T14:18:38.467Z | Compiling proc-macro-crate v1.3.1 |
| 2562 | 2026-02-24T14:18:38.467Z | Compiling proc-macro-error v1.0.4 |
| 2563 | 2026-02-24T14:18:39.202Z | Compiling heapless v0.8.0 |
| 2564 | 2026-02-24T14:18:39.480Z | Compiling num_enum_derive v0.5.11 |
| 2565 | 2026-02-24T14:18:39.645Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2566 | 2026-02-24T14:18:40.144Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2567 | 2026-02-24T14:18:40.190Z | Checking hash32 v0.3.1 |
| 2568 | 2026-02-24T14:18:40.349Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2569 | 2026-02-24T14:18:40.521Z | Compiling smoltcp v0.11.0 |
| 2570 | 2026-02-24T14:18:40.558Z | Compiling ingot-macros v0.1.1 |
| 2571 | 2026-02-24T14:18:41.091Z | Compiling foreign-types-macros v0.2.3 |
| 2572 | 2026-02-24T14:18:41.269Z | Compiling crucible-workspace-hack v0.1.0 |
| 2573 | 2026-02-24T14:18:41.425Z | Checking foreign-types-shared v0.3.1 |
| 2574 | 2026-02-24T14:18:41.664Z | Checking cobs v0.2.3 |
| 2575 | 2026-02-24T14:18:42.023Z | Checking postcard v1.0.10 |
| 2576 | 2026-02-24T14:18:42.246Z | Checking num_enum v0.5.11 |
| 2577 | 2026-02-24T14:18:42.457Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2578 | 2026-02-24T14:18:42.572Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2579 | 2026-02-24T14:18:42.783Z | Checking foreign-types v0.5.0 |
| 2580 | 2026-02-24T14:18:42.835Z | Checking cstr-argument v0.1.2 |
| 2581 | 2026-02-24T14:18:43.029Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2582 | 2026-02-24T14:18:43.158Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2583 | 2026-02-24T14:18:43.227Z | Checking pretty-hex v0.2.1 |
| 2584 | 2026-02-24T14:18:43.477Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2585 | 2026-02-24T14:18:43.548Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2586 | 2026-02-24T14:18:43.629Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2587 | 2026-02-24T14:18:43.686Z | Checking colored v2.2.0 |
| 2588 | 2026-02-24T14:18:43.785Z | Checking secrecy v0.10.3 |
| 2589 | 2026-02-24T14:18:43.878Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2590 | 2026-02-24T14:18:43.925Z | Checking camino-tempfile v1.4.1 |
| 2591 | 2026-02-24T14:18:43.956Z | Compiling nix v0.30.1 |
| 2592 | 2026-02-24T14:18:44.084Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2593 | 2026-02-24T14:18:44.322Z | Compiling convert_case v0.4.0 |
| 2594 | 2026-02-24T14:18:44.887Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2595 | 2026-02-24T14:18:45.087Z | Compiling zone_cfg_derive v0.3.0 |
| 2596 | 2026-02-24T14:18:45.124Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2597 | 2026-02-24T14:18:45.315Z | Compiling typify-macro v0.4.3 |
| 2598 | 2026-02-24T14:18:45.339Z | Compiling derive_more v0.99.20 |
| 2599 | 2026-02-24T14:18:45.342Z | Checking smf v0.2.3 |
| 2600 | 2026-02-24T14:18:45.585Z | Compiling num-derive v0.4.2 |
| 2601 | 2026-02-24T14:18:45.684Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2602 | 2026-02-24T14:18:46.188Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2603 | 2026-02-24T14:18:46.457Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2604 | 2026-02-24T14:18:46.700Z | Checking zone v0.3.1 |
| 2605 | 2026-02-24T14:18:46.798Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2606 | 2026-02-24T14:18:48.266Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2607 | 2026-02-24T14:18:49.255Z | Checking ingot-types v0.1.2 |
| 2608 | 2026-02-24T14:18:50.140Z | Compiling typify v0.4.3 |
| 2609 | 2026-02-24T14:18:50.305Z | Checking ingot v0.1.1 |
| 2610 | 2026-02-24T14:18:50.426Z | Compiling progenitor-impl v0.11.2 |
| 2611 | 2026-02-24T14:18:53.305Z | Compiling typify-impl v0.2.0 |
| 2612 | 2026-02-24T14:18:53.905Z | Checking num-rational v0.4.2 |
| 2613 | 2026-02-24T14:18:54.441Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2614 | 2026-02-24T14:18:55.066Z | Checking num-complex v0.4.6 |
| 2615 | 2026-02-24T14:18:55.818Z | Checking unicode-width v0.2.0 |
| 2616 | 2026-02-24T14:18:56.120Z | Checking num v0.4.3 |
| 2617 | 2026-02-24T14:18:56.466Z | Checking password-hash v0.5.0 |
| 2618 | 2026-02-24T14:18:56.554Z | Compiling usdt-attr-macro v0.5.0 |
| 2619 | 2026-02-24T14:18:57.061Z | Compiling usdt-macro v0.5.0 |
| 2620 | 2026-02-24T14:18:57.104Z | Checking blake2 v0.10.6 |
| 2621 | 2026-02-24T14:18:57.379Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2622 | 2026-02-24T14:18:57.763Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2623 | 2026-02-24T14:18:57.970Z | Checking universal-hash v0.5.1 |
| 2624 | 2026-02-24T14:18:58.309Z | Compiling progenitor-macro v0.11.2 |
| 2625 | 2026-02-24T14:18:58.665Z | Checking memmap v0.7.0 |
| 2626 | 2026-02-24T14:18:58.944Z | Checking half v2.4.1 |
| 2627 | 2026-02-24T14:18:59.029Z | Checking float-ord v0.3.2 |
| 2628 | 2026-02-24T14:18:59.299Z | Checking ciborium-io v0.2.2 |
| 2629 | 2026-02-24T14:18:59.457Z | Checking opaque-debug v0.3.1 |
| 2630 | 2026-02-24T14:18:59.628Z | Checking poly1305 v0.8.0 |
| 2631 | 2026-02-24T14:18:59.666Z | Checking ciborium-ll v0.2.2 |
| 2632 | 2026-02-24T14:18:59.699Z | Checking usdt v0.5.0 |
| 2633 | 2026-02-24T14:19:00.095Z | Checking argon2 v0.5.3 |
| 2634 | 2026-02-24T14:19:00.145Z | Checking console v0.15.10 |
| 2635 | 2026-02-24T14:19:00.326Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2636 | 2026-02-24T14:19:00.362Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2637 | 2026-02-24T14:19:00.860Z | Checking toml v0.8.23 |
| 2638 | 2026-02-24T14:19:00.903Z | Checking chacha20 v0.9.1 |
| 2639 | 2026-02-24T14:19:01.043Z | Checking aead v0.5.2 |
| 2640 | 2026-02-24T14:19:01.181Z | Checking thiserror-no-std v2.0.2 |
| 2641 | 2026-02-24T14:19:01.381Z | Compiling semver v0.1.20 |
| 2642 | 2026-02-24T14:19:01.381Z | Checking vsss-rs v3.3.4 |
| 2643 | 2026-02-24T14:19:01.381Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2644 | 2026-02-24T14:19:01.493Z | Checking chacha20poly1305 v0.10.1 |
| 2645 | 2026-02-24T14:19:01.769Z | Checking ciborium v0.2.2 |
| 2646 | 2026-02-24T14:19:01.797Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2647 | 2026-02-24T14:19:01.895Z | Compiling rustc_version v0.1.7 |
| 2648 | 2026-02-24T14:19:02.489Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2649 | 2026-02-24T14:19:02.634Z | Compiling pin-project-internal v1.1.6 |
| 2650 | 2026-02-24T14:19:03.067Z | Checking indent_write v2.2.0 |
| 2651 | 2026-02-24T14:19:03.158Z | Checking siphasher v1.0.1 |
| 2652 | 2026-02-24T14:19:03.417Z | Checking linked-hash-map v0.5.6 |
| 2653 | 2026-02-24T14:19:03.620Z | Checking phf_shared v0.12.1 |
| 2654 | 2026-02-24T14:19:03.913Z | Checking lru-cache v0.1.2 |
| 2655 | 2026-02-24T14:19:04.016Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2656 | 2026-02-24T14:19:04.051Z | Compiling newtype_derive v0.1.6 |
| 2657 | 2026-02-24T14:19:04.186Z | Compiling progenitor-impl v0.10.0 |
| 2658 | 2026-02-24T14:19:05.074Z | Checking resolv-conf v0.7.0 |
| 2659 | 2026-02-24T14:19:05.573Z | Checking newline-converter v0.3.0 |
| 2660 | 2026-02-24T14:19:05.803Z | Checking hickory-proto v0.24.4 |
| 2661 | 2026-02-24T14:19:05.855Z | Checking pin-project v1.1.6 |
| 2662 | 2026-02-24T14:19:06.075Z | Checking atomicwrites v0.4.4 |
| 2663 | 2026-02-24T14:19:06.156Z | Compiling typify-macro v0.2.0 |
| 2664 | 2026-02-24T14:19:06.335Z | Checking prettyplease v0.2.36 |
| 2665 | 2026-02-24T14:19:07.596Z | Checking pem v3.0.5 |
| 2666 | 2026-02-24T14:19:07.624Z | Compiling snafu-derive v0.8.5 |
| 2667 | 2026-02-24T14:19:07.707Z | Checking csv-core v0.1.11 |
| 2668 | 2026-02-24T14:19:07.866Z | Compiling derive-where v1.5.0 |
| 2669 | 2026-02-24T14:19:08.048Z | Compiling async-recursion v1.1.1 |
| 2670 | 2026-02-24T14:19:08.259Z | Compiling slog-dtrace v0.3.0 |
| 2671 | 2026-02-24T14:19:08.722Z | Compiling owo-colors v4.2.3 |
| 2672 | 2026-02-24T14:19:09.548Z | Checking same-file v1.0.6 |
| 2673 | 2026-02-24T14:19:09.795Z | Checking highway v1.3.0 |
| 2674 | 2026-02-24T14:19:09.854Z | Compiling chrono-tz v0.10.4 |
| 2675 | 2026-02-24T14:19:10.346Z | Checking swrite v0.1.0 |
| 2676 | 2026-02-24T14:19:10.427Z | Compiling cancel-safe-futures v0.1.5 |
| 2677 | 2026-02-24T14:19:10.615Z | Checking walkdir v2.5.0 |
| 2678 | 2026-02-24T14:19:10.923Z | Compiling typify v0.2.0 |
| 2679 | 2026-02-24T14:19:11.085Z | Compiling const_format_proc_macros v0.2.34 |
| 2680 | 2026-02-24T14:19:11.210Z | Compiling progenitor-impl v0.8.0 |
| 2681 | 2026-02-24T14:19:11.263Z | Checking hickory-resolver v0.24.4 |
| 2682 | 2026-02-24T14:19:11.443Z | Checking csv v1.3.1 |
| 2683 | 2026-02-24T14:19:11.524Z | Checking expectorate v1.2.0 |
| 2684 | 2026-02-24T14:19:11.821Z | Compiling progenitor-macro v0.10.0 |
| 2685 | 2026-02-24T14:19:11.995Z | Checking phf v0.12.1 |
| 2686 | 2026-02-24T14:19:12.370Z | Checking tokio-dtrace v0.1.0 |
| 2687 | 2026-02-24T14:19:12.854Z | Checking progenitor v0.11.2 |
| 2688 | 2026-02-24T14:19:13.080Z | Checking snafu v0.8.5 |
| 2689 | 2026-02-24T14:19:13.258Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2690 | 2026-02-24T14:19:13.405Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2691 | 2026-02-24T14:19:13.434Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2692 | 2026-02-24T14:19:13.723Z | Checking globset v0.4.15 |
| 2693 | 2026-02-24T14:19:14.395Z | Checking olpc-cjson v0.1.4 |
| 2694 | 2026-02-24T14:19:14.774Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2695 | 2026-02-24T14:19:14.855Z | Checking libsw-core v0.3.1 |
| 2696 | 2026-02-24T14:19:15.155Z | Compiling lzma-sys v0.1.20 |
| 2697 | 2026-02-24T14:19:15.200Z | Checking serde_plain v1.0.2 |
| 2698 | 2026-02-24T14:19:15.586Z | Checking typed-path v0.9.3 |
| 2699 | 2026-02-24T14:19:16.025Z | Checking arc-swap v1.7.1 |
| 2700 | 2026-02-24T14:19:16.129Z | Checking utf-8 v0.7.6 |
| 2701 | 2026-02-24T14:19:16.474Z | Checking bytecount v0.6.8 |
| 2702 | 2026-02-24T14:19:16.611Z | Checking slog-scope v4.4.0 |
| 2703 | 2026-02-24T14:19:16.732Z | Checking papergrid v0.11.0 |
| 2704 | 2026-02-24T14:19:16.924Z | Checking tungstenite v0.21.0 |
| 2705 | 2026-02-24T14:19:17.786Z | Checking tough v0.20.0 |
| 2706 | 2026-02-24T14:19:17.827Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2707 | 2026-02-24T14:19:18.266Z | Checking libsw v3.5.0 |
| 2708 | 2026-02-24T14:19:18.317Z | Checking const_format v0.2.34 |
| 2709 | 2026-02-24T14:19:18.540Z | Checking qorb v0.4.1 |
| 2710 | 2026-02-24T14:19:18.655Z | Checking oxide-tokio-rt v0.1.2 |
| 2711 | 2026-02-24T14:19:18.925Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2712 | 2026-02-24T14:19:19.041Z | Compiling progenitor-macro v0.8.0 |
| 2713 | 2026-02-24T14:19:23.266Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2714 | 2026-02-24T14:19:23.429Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2715 | 2026-02-24T14:19:23.537Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2716 | 2026-02-24T14:19:24.246Z | Compiling tabled_derive v0.7.0 |
| 2717 | 2026-02-24T14:19:24.531Z | Checking progenitor-client v0.8.0 |
| 2718 | 2026-02-24T14:19:25.104Z | Checking gethostname v0.5.0 |
| 2719 | 2026-02-24T14:19:25.351Z | Compiling heck v0.3.3 |
| 2720 | 2026-02-24T14:19:25.843Z | Checking bcs v0.1.6 |
| 2721 | 2026-02-24T14:19:26.466Z | Checking smawk v0.3.2 |
| 2722 | 2026-02-24T14:19:26.499Z | Checking progenitor v0.10.0 |
| 2723 | 2026-02-24T14:19:26.842Z | Checking unicode-linebreak v0.1.5 |
| 2724 | 2026-02-24T14:19:26.875Z | Checking termtree v0.5.1 |
| 2725 | 2026-02-24T14:19:26.909Z | Checking linear-map v1.2.0 |
| 2726 | 2026-02-24T14:19:27.221Z | Checking tabled v0.15.0 |
| 2727 | 2026-02-24T14:19:27.354Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2728 | 2026-02-24T14:19:27.431Z | Checking textwrap v0.16.2 |
| 2729 | 2026-02-24T14:19:28.013Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2730 | 2026-02-24T14:19:28.054Z | Compiling zone_cfg_derive v0.1.2 |
| 2731 | 2026-02-24T14:19:29.733Z | Checking steno v0.4.1 |
| 2732 | 2026-02-24T14:19:30.480Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2733 | 2026-02-24T14:19:31.029Z | Checking tokio-tungstenite v0.21.0 |
| 2734 | 2026-02-24T14:19:31.184Z | Checking slog-stdlog v4.1.1 |
| 2735 | 2026-02-24T14:19:31.507Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2736 | 2026-02-24T14:19:31.762Z | Checking humantime v2.2.0 |
| 2737 | 2026-02-24T14:19:31.936Z | Checking base64 v0.21.7 |
| 2738 | 2026-02-24T14:19:32.210Z | Checking base64 v0.13.1 |
| 2739 | 2026-02-24T14:19:32.262Z | Checking number_prefix v0.4.0 |
| 2740 | 2026-02-24T14:19:32.516Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2741 | 2026-02-24T14:19:32.566Z | Checking indicatif v0.17.11 |
| 2742 | 2026-02-24T14:19:32.685Z | Checking ron v0.7.1 |
| 2743 | 2026-02-24T14:19:33.151Z | Checking slog-envlogger v2.2.0 |
| 2744 | 2026-02-24T14:19:33.187Z | Checking progenitor v0.8.0 |
| 2745 | 2026-02-24T14:19:33.467Z | Checking xz2 v0.1.7 |
| 2746 | 2026-02-24T14:19:33.499Z | Checking zone v0.1.8 |
| 2747 | 2026-02-24T14:19:33.523Z | Checking xattr v1.3.1 |
| 2748 | 2026-02-24T14:19:33.526Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2749 | 2026-02-24T14:19:33.849Z | Checking yasna v0.5.2 |
| 2750 | 2026-02-24T14:19:33.853Z | Checking headers-core v0.3.0 |
| 2751 | 2026-02-24T14:19:33.921Z | Checking filetime v0.2.26 |
| 2752 | 2026-02-24T14:19:33.951Z | Checking subprocess v0.2.9 |
| 2753 | 2026-02-24T14:19:34.137Z | Checking headers v0.4.1 |
| 2754 | 2026-02-24T14:19:34.246Z | Checking tar v0.4.44 |
| 2755 | 2026-02-24T14:19:34.833Z | Checking rcgen v0.12.1 |
| 2756 | 2026-02-24T14:19:36.809Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2757 | 2026-02-24T14:19:36.809Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2758 | 2026-02-24T14:19:36.812Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2759 | 2026-02-24T14:19:37.416Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 2760 | 2026-02-24T14:19:37.811Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2761 | 2026-02-24T14:19:38.190Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2762 | 2026-02-24T14:19:39.188Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2763 | 2026-02-24T14:19:41.212Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2764 | 2026-02-24T14:19:41.215Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2765 | 2026-02-24T14:19:41.458Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2766 | 2026-02-24T14:19:42.286Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2767 | 2026-02-24T14:19:42.289Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2768 | 2026-02-24T14:19:42.607Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2769 | 2026-02-24T14:19:43.748Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2770 | 2026-02-24T14:19:44.803Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2771 | 2026-02-24T14:19:45.913Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2772 | 2026-02-24T14:19:51.414Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2773 | 2026-02-24T14:19:53.779Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2774 | 2026-02-24T14:19:55.132Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2775 | 2026-02-24T14:19:57.740Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2776 | 2026-02-24T14:20:08.745Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2777 | 2026-02-24T14:20:11.238Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2778 | 2026-02-24T14:20:13.372Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 46s |
| 2779 | 2026-02-24T14:20:13.658Z | |
| 2780 | 2026-02-24T14:20:13.658Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (52/252) |
| 2781 | 2026-02-24T14:20:14.664Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2782 | 2026-02-24T14:20:14.667Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2783 | 2026-02-24T14:20:14.880Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2784 | 2026-02-24T14:20:17.080Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.41s |
| 2785 | 2026-02-24T14:20:17.351Z | |
| 2786 | 2026-02-24T14:20:17.351Z | info: running `cargo check --bins` on nexus-config (53/252) |
| 2787 | 2026-02-24T14:20:18.253Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2788 | 2026-02-24T14:20:18.257Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2789 | 2026-02-24T14:20:18.257Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2790 | 2026-02-24T14:20:18.262Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
| 2791 | 2026-02-24T14:20:18.395Z | |
| 2792 | 2026-02-24T14:20:18.395Z | info: running `cargo check --bins` on nexus-types (54/252) |
| 2793 | 2026-02-24T14:20:19.293Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2794 | 2026-02-24T14:20:19.324Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2795 | 2026-02-24T14:20:19.324Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2796 | 2026-02-24T14:20:19.327Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
| 2797 | 2026-02-24T14:20:19.435Z | |
| 2798 | 2026-02-24T14:20:19.435Z | info: running `cargo check --bins` on clickhouse-admin-types (55/252) |
| 2799 | 2026-02-24T14:20:20.336Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2800 | 2026-02-24T14:20:20.339Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2801 | 2026-02-24T14:20:20.339Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2802 | 2026-02-24T14:20:20.349Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
| 2803 | 2026-02-24T14:20:20.458Z | |
| 2804 | 2026-02-24T14:20:20.458Z | info: running `cargo check --bins` on clickhouse-admin-types-versions (56/252) |
| 2805 | 2026-02-24T14:20:21.311Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2806 | 2026-02-24T14:20:21.314Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2807 | 2026-02-24T14:20:21.314Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2808 | 2026-02-24T14:20:21.321Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
| 2809 | 2026-02-24T14:20:21.469Z | |
| 2810 | 2026-02-24T14:20:21.469Z | info: running `cargo check --bins` on cockroach-admin-types (57/252) |
| 2811 | 2026-02-24T14:20:22.256Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2812 | 2026-02-24T14:20:22.259Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2813 | 2026-02-24T14:20:22.259Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2814 | 2026-02-24T14:20:22.270Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 2815 | 2026-02-24T14:20:22.425Z | |
| 2816 | 2026-02-24T14:20:22.425Z | info: running `cargo check --bins` on cockroach-admin-types-versions (58/252) |
| 2817 | 2026-02-24T14:20:23.246Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2818 | 2026-02-24T14:20:23.248Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2819 | 2026-02-24T14:20:23.248Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2820 | 2026-02-24T14:20:23.259Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
| 2821 | 2026-02-24T14:20:23.393Z | |
| 2822 | 2026-02-24T14:20:23.393Z | info: running `cargo check --bins` on ereport-types (59/252) |
| 2823 | 2026-02-24T14:20:24.213Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2824 | 2026-02-24T14:20:24.216Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2825 | 2026-02-24T14:20:24.216Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2826 | 2026-02-24T14:20:24.223Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
| 2827 | 2026-02-24T14:20:24.329Z | |
| 2828 | 2026-02-24T14:20:24.329Z | info: running `cargo check --bins` on gateway-client (60/252) |
| 2829 | 2026-02-24T14:20:25.164Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2830 | 2026-02-24T14:20:25.167Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2831 | 2026-02-24T14:20:25.167Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2832 | 2026-02-24T14:20:25.175Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
| 2833 | 2026-02-24T14:20:25.302Z | |
| 2834 | 2026-02-24T14:20:25.302Z | info: running `cargo check --bins --no-default-features` on gateway-types (61/252) |
| 2835 | 2026-02-24T14:20:26.114Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2836 | 2026-02-24T14:20:26.116Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2837 | 2026-02-24T14:20:26.116Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2838 | 2026-02-24T14:20:26.122Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
| 2839 | 2026-02-24T14:20:26.227Z | |
| 2840 | 2026-02-24T14:20:26.227Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types (62/252) |
| 2841 | 2026-02-24T14:20:27.009Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2842 | 2026-02-24T14:20:27.011Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2843 | 2026-02-24T14:20:27.012Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2844 | 2026-02-24T14:20:27.018Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 2845 | 2026-02-24T14:20:27.127Z | |
| 2846 | 2026-02-24T14:20:27.128Z | info: running `cargo check --bins --no-default-features` on gateway-types-versions (63/252) |
| 2847 | 2026-02-24T14:20:27.933Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2848 | 2026-02-24T14:20:27.936Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2849 | 2026-02-24T14:20:27.936Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2850 | 2026-02-24T14:20:27.942Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 2851 | 2026-02-24T14:20:28.048Z | |
| 2852 | 2026-02-24T14:20:28.048Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (64/252) |
| 2853 | 2026-02-24T14:20:28.813Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2854 | 2026-02-24T14:20:28.816Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2855 | 2026-02-24T14:20:28.816Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2856 | 2026-02-24T14:20:28.820Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 2857 | 2026-02-24T14:20:28.921Z | |
| 2858 | 2026-02-24T14:20:28.921Z | info: running `cargo check --bins` on internal-dns-types (65/252) |
| 2859 | 2026-02-24T14:20:29.716Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2860 | 2026-02-24T14:20:29.719Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2861 | 2026-02-24T14:20:29.719Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2862 | 2026-02-24T14:20:29.722Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 2863 | 2026-02-24T14:20:29.838Z | |
| 2864 | 2026-02-24T14:20:29.838Z | info: running `cargo check --bins` on internal-dns-types-versions (66/252) |
| 2865 | 2026-02-24T14:20:30.640Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2866 | 2026-02-24T14:20:30.643Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2867 | 2026-02-24T14:20:30.643Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2868 | 2026-02-24T14:20:30.652Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 2869 | 2026-02-24T14:20:30.774Z | |
| 2870 | 2026-02-24T14:20:30.774Z | info: running `cargo check --bins` on nexus-types-versions (67/252) |
| 2871 | 2026-02-24T14:20:31.604Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2872 | 2026-02-24T14:20:31.608Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2873 | 2026-02-24T14:20:31.608Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2874 | 2026-02-24T14:20:31.608Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
| 2875 | 2026-02-24T14:20:31.736Z | |
| 2876 | 2026-02-24T14:20:31.736Z | info: running `cargo check --bins` on omicron-passwords (68/252) |
| 2877 | 2026-02-24T14:20:32.521Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2878 | 2026-02-24T14:20:32.524Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2879 | 2026-02-24T14:20:32.524Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2880 | 2026-02-24T14:20:32.528Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 2881 | 2026-02-24T14:20:32.617Z | |
| 2882 | 2026-02-24T14:20:32.617Z | info: running `cargo check --bins` on oxql-types (69/252) |
| 2883 | 2026-02-24T14:20:33.455Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2884 | 2026-02-24T14:20:33.458Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2885 | 2026-02-24T14:20:33.458Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2886 | 2026-02-24T14:20:33.463Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
| 2887 | 2026-02-24T14:20:33.567Z | |
| 2888 | 2026-02-24T14:20:33.567Z | info: running `cargo check --bins` on oximeter-types (70/252) |
| 2889 | 2026-02-24T14:20:34.413Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2890 | 2026-02-24T14:20:34.417Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2891 | 2026-02-24T14:20:34.417Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2892 | 2026-02-24T14:20:34.422Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
| 2893 | 2026-02-24T14:20:34.532Z | |
| 2894 | 2026-02-24T14:20:34.532Z | info: running `cargo check --bins` on oximeter-types-versions (71/252) |
| 2895 | 2026-02-24T14:20:35.345Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2896 | 2026-02-24T14:20:35.349Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2897 | 2026-02-24T14:20:35.349Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2898 | 2026-02-24T14:20:35.354Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
| 2899 | 2026-02-24T14:20:35.508Z | |
| 2900 | 2026-02-24T14:20:35.508Z | info: running `cargo check --bins` on oximeter-macro-impl (72/252) |
| 2901 | 2026-02-24T14:20:36.273Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2902 | 2026-02-24T14:20:36.276Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2903 | 2026-02-24T14:20:36.276Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2904 | 2026-02-24T14:20:36.281Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 2905 | 2026-02-24T14:20:36.386Z | |
| 2906 | 2026-02-24T14:20:36.386Z | info: running `cargo check --bins --no-default-features` on oximeter-db (73/252) |
| 2907 | 2026-02-24T14:20:37.220Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2908 | 2026-02-24T14:20:37.223Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2909 | 2026-02-24T14:20:37.354Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2910 | 2026-02-24T14:20:38.178Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.78s |
| 2911 | 2026-02-24T14:20:38.414Z | |
| 2912 | 2026-02-24T14:20:38.414Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (74/252) |
| 2913 | 2026-02-24T14:20:39.255Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2914 | 2026-02-24T14:20:39.259Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2915 | 2026-02-24T14:20:39.403Z | Compiling object v0.37.3 |
| 2916 | 2026-02-24T14:20:39.531Z | Compiling stacker v0.1.23 |
| 2917 | 2026-02-24T14:20:39.586Z | Compiling cfg_aliases v0.1.1 |
| 2918 | 2026-02-24T14:20:39.586Z | Compiling convert_case v0.7.1 |
| 2919 | 2026-02-24T14:20:39.586Z | Compiling vte_generate_state_changes v0.1.2 |
| 2920 | 2026-02-24T14:20:39.586Z | Checking fd-lock v4.0.2 |
| 2921 | 2026-02-24T14:20:39.586Z | Checking nibble_vec v0.1.0 |
| 2922 | 2026-02-24T14:20:39.586Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2923 | 2026-02-24T14:20:39.697Z | Compiling nix v0.28.0 |
| 2924 | 2026-02-24T14:20:39.836Z | Checking endian-type v0.1.2 |
| 2925 | 2026-02-24T14:20:39.859Z | Compiling peg-macros v0.8.5 |
| 2926 | 2026-02-24T14:20:40.076Z | Checking radix_trie v0.2.1 |
| 2927 | 2026-02-24T14:20:40.102Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2928 | 2026-02-24T14:20:40.313Z | Checking vte v0.11.1 |
| 2929 | 2026-02-24T14:20:40.414Z | Compiling sqlparser_derive v0.5.0 |
| 2930 | 2026-02-24T14:20:40.465Z | Compiling derive_more-impl v2.0.1 |
| 2931 | 2026-02-24T14:20:40.519Z | Checking home v0.5.9 |
| 2932 | 2026-02-24T14:20:40.764Z | Checking unicode_categories v0.1.1 |
| 2933 | 2026-02-24T14:20:41.105Z | Checking nu-ansi-term v0.50.1 |
| 2934 | 2026-02-24T14:20:41.243Z | Checking sqlformat v0.3.5 |
| 2935 | 2026-02-24T14:20:41.584Z | Checking display-error-chain v0.2.2 |
| 2936 | 2026-02-24T14:20:42.165Z | Checking strip-ansi-escapes v0.2.0 |
| 2937 | 2026-02-24T14:20:42.348Z | Checking reedline v0.40.0 |
| 2938 | 2026-02-24T14:20:42.369Z | Checking derive_more v2.0.1 |
| 2939 | 2026-02-24T14:20:42.486Z | Checking crossterm v0.29.0 |
| 2940 | 2026-02-24T14:20:42.827Z | Checking peg v0.8.5 |
| 2941 | 2026-02-24T14:20:43.066Z | Checking rustyline v14.0.0 |
| 2942 | 2026-02-24T14:20:45.913Z | Compiling ar_archive_writer v0.5.1 |
| 2943 | 2026-02-24T14:20:46.792Z | Compiling psm v0.1.30 |
| 2944 | 2026-02-24T14:20:47.718Z | Checking recursive v0.1.1 |
| 2945 | 2026-02-24T14:20:47.837Z | Checking sqlparser v0.61.0 |
| 2946 | 2026-02-24T14:21:09.146Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.72s |
| 2947 | 2026-02-24T14:21:09.370Z | |
| 2948 | 2026-02-24T14:21:09.370Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (75/252) |
| 2949 | 2026-02-24T14:21:10.230Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2950 | 2026-02-24T14:21:10.233Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2951 | 2026-02-24T14:21:10.366Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2952 | 2026-02-24T14:21:16.864Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.48s |
| 2953 | 2026-02-24T14:21:17.127Z | |
| 2954 | 2026-02-24T14:21:17.127Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (76/252) |
| 2955 | 2026-02-24T14:21:18.017Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2956 | 2026-02-24T14:21:18.020Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2957 | 2026-02-24T14:21:18.189Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2958 | 2026-02-24T14:21:22.591Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.45s |
| 2959 | 2026-02-24T14:21:22.816Z | |
| 2960 | 2026-02-24T14:21:22.816Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (77/252) |
| 2961 | 2026-02-24T14:21:23.644Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2962 | 2026-02-24T14:21:23.693Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2963 | 2026-02-24T14:21:23.799Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2964 | 2026-02-24T14:21:29.402Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.57s |
| 2965 | 2026-02-24T14:21:29.638Z | |
| 2966 | 2026-02-24T14:21:29.638Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (78/252) |
| 2967 | 2026-02-24T14:21:30.438Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2968 | 2026-02-24T14:21:30.441Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2969 | 2026-02-24T14:21:30.568Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2970 | 2026-02-24T14:21:36.173Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.52s |
| 2971 | 2026-02-24T14:21:36.410Z | |
| 2972 | 2026-02-24T14:21:36.410Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (79/252) |
| 2973 | 2026-02-24T14:21:37.246Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2974 | 2026-02-24T14:21:37.249Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2975 | 2026-02-24T14:21:37.387Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2976 | 2026-02-24T14:21:41.839Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.42s |
| 2977 | 2026-02-24T14:21:42.087Z | |
| 2978 | 2026-02-24T14:21:42.087Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (80/252) |
| 2979 | 2026-02-24T14:21:42.914Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2980 | 2026-02-24T14:21:42.917Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2981 | 2026-02-24T14:21:43.055Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2982 | 2026-02-24T14:21:47.838Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.72s |
| 2983 | 2026-02-24T14:21:48.068Z | |
| 2984 | 2026-02-24T14:21:48.068Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (81/252) |
| 2985 | 2026-02-24T14:21:48.950Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2986 | 2026-02-24T14:21:48.953Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2987 | 2026-02-24T14:21:49.142Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2988 | 2026-02-24T14:21:55.162Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.08s |
| 2989 | 2026-02-24T14:21:55.407Z | |
| 2990 | 2026-02-24T14:21:55.407Z | info: running `cargo check --bins` on oximeter (82/252) |
| 2991 | 2026-02-24T14:21:56.226Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2992 | 2026-02-24T14:21:56.229Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2993 | 2026-02-24T14:21:56.229Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2994 | 2026-02-24T14:21:56.234Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
| 2995 | 2026-02-24T14:21:56.332Z | |
| 2996 | 2026-02-24T14:21:56.333Z | info: running `cargo check --bins` on oximeter-schema (83/252) |
| 2997 | 2026-02-24T14:21:57.158Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2998 | 2026-02-24T14:21:57.161Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2999 | 2026-02-24T14:21:57.279Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3000 | 2026-02-24T14:21:57.480Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3001 | 2026-02-24T14:21:58.025Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3002 | 2026-02-24T14:22:05.953Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3003 | 2026-02-24T14:22:06.507Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3004 | 2026-02-24T14:22:08.570Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3005 | 2026-02-24T14:22:09.759Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.41s |
| 3006 | 2026-02-24T14:22:09.992Z | |
| 3007 | 2026-02-24T14:22:09.992Z | info: running `cargo check --bins` on oximeter-timeseries-macro (84/252) |
| 3008 | 2026-02-24T14:22:10.803Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3009 | 2026-02-24T14:22:10.806Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3010 | 2026-02-24T14:22:10.806Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3011 | 2026-02-24T14:22:10.810Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
| 3012 | 2026-02-24T14:22:10.923Z | |
| 3013 | 2026-02-24T14:22:10.923Z | info: running `cargo check --bins` on oximeter-test-utils (85/252) |
| 3014 | 2026-02-24T14:22:11.817Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3015 | 2026-02-24T14:22:11.820Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3016 | 2026-02-24T14:22:11.820Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3017 | 2026-02-24T14:22:11.826Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
| 3018 | 2026-02-24T14:22:11.944Z | |
| 3019 | 2026-02-24T14:22:11.944Z | info: running `cargo check --bins --no-default-features` on sled-agent-types (86/252) |
| 3020 | 2026-02-24T14:22:12.821Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3021 | 2026-02-24T14:22:12.824Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3022 | 2026-02-24T14:22:12.824Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3023 | 2026-02-24T14:22:12.831Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
| 3024 | 2026-02-24T14:22:12.941Z | |
| 3025 | 2026-02-24T14:22:12.941Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (87/252) |
| 3026 | 2026-02-24T14:22:13.851Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3027 | 2026-02-24T14:22:13.854Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3028 | 2026-02-24T14:22:13.854Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3029 | 2026-02-24T14:22:13.863Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
| 3030 | 2026-02-24T14:22:13.984Z | |
| 3031 | 2026-02-24T14:22:13.984Z | info: running `cargo check --bins --no-default-features` on sled-agent-types-versions (88/252) |
| 3032 | 2026-02-24T14:22:14.834Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3033 | 2026-02-24T14:22:14.836Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3034 | 2026-02-24T14:22:14.836Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3035 | 2026-02-24T14:22:14.846Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
| 3036 | 2026-02-24T14:22:14.969Z | |
| 3037 | 2026-02-24T14:22:14.969Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (89/252) |
| 3038 | 2026-02-24T14:22:15.797Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3039 | 2026-02-24T14:22:15.800Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3040 | 2026-02-24T14:22:15.800Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3041 | 2026-02-24T14:22:15.806Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
| 3042 | 2026-02-24T14:22:15.922Z | |
| 3043 | 2026-02-24T14:22:15.922Z | info: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (90/252) |
| 3044 | 2026-02-24T14:22:16.766Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3045 | 2026-02-24T14:22:16.769Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3046 | 2026-02-24T14:22:16.769Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3047 | 2026-02-24T14:22:16.774Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
| 3048 | 2026-02-24T14:22:16.883Z | |
| 3049 | 2026-02-24T14:22:16.883Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (91/252) |
| 3050 | 2026-02-24T14:22:17.745Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3051 | 2026-02-24T14:22:17.748Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3052 | 2026-02-24T14:22:17.748Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3053 | 2026-02-24T14:22:17.754Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
| 3054 | 2026-02-24T14:22:17.876Z | |
| 3055 | 2026-02-24T14:22:17.876Z | info: running `cargo check --bins --no-default-features` on gfss (92/252) |
| 3056 | 2026-02-24T14:22:18.686Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3057 | 2026-02-24T14:22:18.689Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3058 | 2026-02-24T14:22:18.689Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3059 | 2026-02-24T14:22:18.699Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
| 3060 | 2026-02-24T14:22:18.866Z | |
| 3061 | 2026-02-24T14:22:18.866Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (93/252) |
| 3062 | 2026-02-24T14:22:19.663Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3063 | 2026-02-24T14:22:19.666Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3064 | 2026-02-24T14:22:19.666Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3065 | 2026-02-24T14:22:19.675Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 3066 | 2026-02-24T14:22:19.791Z | |
| 3067 | 2026-02-24T14:22:19.791Z | info: running `cargo check --bins --no-default-features` on trust-quorum-protocol (94/252) |
| 3068 | 2026-02-24T14:22:20.654Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3069 | 2026-02-24T14:22:20.657Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3070 | 2026-02-24T14:22:20.657Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3071 | 2026-02-24T14:22:20.663Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
| 3072 | 2026-02-24T14:22:20.779Z | |
| 3073 | 2026-02-24T14:22:20.779Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (95/252) |
| 3074 | 2026-02-24T14:22:21.673Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3075 | 2026-02-24T14:22:21.677Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3076 | 2026-02-24T14:22:21.677Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3077 | 2026-02-24T14:22:21.683Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
| 3078 | 2026-02-24T14:22:21.792Z | |
| 3079 | 2026-02-24T14:22:21.792Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (96/252) |
| 3080 | 2026-02-24T14:22:22.621Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3081 | 2026-02-24T14:22:22.624Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3082 | 2026-02-24T14:22:22.624Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3083 | 2026-02-24T14:22:22.631Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
| 3084 | 2026-02-24T14:22:22.741Z | |
| 3085 | 2026-02-24T14:22:22.742Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (97/252) |
| 3086 | 2026-02-24T14:22:23.575Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3087 | 2026-02-24T14:22:23.578Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3088 | 2026-02-24T14:22:23.578Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3089 | 2026-02-24T14:22:23.583Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
| 3090 | 2026-02-24T14:22:23.691Z | |
| 3091 | 2026-02-24T14:22:23.691Z | info: running `cargo check --bins` on trust-quorum-types (98/252) |
| 3092 | 2026-02-24T14:22:24.512Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3093 | 2026-02-24T14:22:24.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3094 | 2026-02-24T14:22:24.515Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3095 | 2026-02-24T14:22:24.520Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
| 3096 | 2026-02-24T14:22:24.630Z | |
| 3097 | 2026-02-24T14:22:24.630Z | info: running `cargo check --bins` on trust-quorum-test-utils (99/252) |
| 3098 | 2026-02-24T14:22:25.446Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3099 | 2026-02-24T14:22:25.449Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3100 | 2026-02-24T14:22:25.449Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3101 | 2026-02-24T14:22:25.454Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
| 3102 | 2026-02-24T14:22:25.577Z | |
| 3103 | 2026-02-24T14:22:25.577Z | info: running `cargo check --bins` on update-engine (100/252) |
| 3104 | 2026-02-24T14:22:26.372Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3105 | 2026-02-24T14:22:26.374Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3106 | 2026-02-24T14:22:26.375Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3107 | 2026-02-24T14:22:26.379Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 3108 | 2026-02-24T14:22:26.488Z | |
| 3109 | 2026-02-24T14:22:26.488Z | info: running `cargo check --bins` on omicron-certificates (101/252) |
| 3110 | 2026-02-24T14:22:27.273Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3111 | 2026-02-24T14:22:27.277Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3112 | 2026-02-24T14:22:27.277Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3113 | 2026-02-24T14:22:27.279Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 3114 | 2026-02-24T14:22:27.380Z | |
| 3115 | 2026-02-24T14:22:27.380Z | info: running `cargo check --bins` on omicron-clickhouse-admin (102/252) |
| 3116 | 2026-02-24T14:22:28.228Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3117 | 2026-02-24T14:22:28.231Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3118 | 2026-02-24T14:22:28.386Z | Checking dropshot-api-manager-types v0.3.0 |
| 3119 | 2026-02-24T14:22:28.387Z | Checking nanorand v0.7.0 |
| 3120 | 2026-02-24T14:22:28.696Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3121 | 2026-02-24T14:22:28.756Z | Checking flume v0.11.1 |
| 3122 | 2026-02-24T14:22:29.122Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3123 | 2026-02-24T14:22:30.695Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.30s |
| 3124 | 2026-02-24T14:22:30.924Z | |
| 3125 | 2026-02-24T14:22:30.924Z | info: running `cargo check --bins` on clickhouse-admin-api (103/252) |
| 3126 | 2026-02-24T14:22:31.709Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3127 | 2026-02-24T14:22:31.712Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3128 | 2026-02-24T14:22:31.712Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3129 | 2026-02-24T14:22:31.717Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 3130 | 2026-02-24T14:22:31.841Z | |
| 3131 | 2026-02-24T14:22:31.841Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (104/252) |
| 3132 | 2026-02-24T14:22:32.631Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3133 | 2026-02-24T14:22:32.633Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3134 | 2026-02-24T14:22:32.634Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3135 | 2026-02-24T14:22:32.638Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 3136 | 2026-02-24T14:22:32.750Z | |
| 3137 | 2026-02-24T14:22:32.750Z | info: running `cargo check --bins` on bootstrap-agent-client (105/252) |
| 3138 | 2026-02-24T14:22:33.570Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3139 | 2026-02-24T14:22:33.573Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3140 | 2026-02-24T14:22:33.573Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3141 | 2026-02-24T14:22:33.577Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
| 3142 | 2026-02-24T14:22:33.690Z | |
| 3143 | 2026-02-24T14:22:33.690Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-client (106/252) |
| 3144 | 2026-02-24T14:22:34.527Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3145 | 2026-02-24T14:22:34.529Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3146 | 2026-02-24T14:22:34.530Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3147 | 2026-02-24T14:22:34.535Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
| 3148 | 2026-02-24T14:22:34.640Z | |
| 3149 | 2026-02-24T14:22:34.640Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (107/252) |
| 3150 | 2026-02-24T14:22:35.423Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3151 | 2026-02-24T14:22:35.426Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3152 | 2026-02-24T14:22:35.426Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3153 | 2026-02-24T14:22:35.433Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 3154 | 2026-02-24T14:22:35.557Z | |
| 3155 | 2026-02-24T14:22:35.557Z | info: running `cargo check --bins` on clickhouse-admin-server-client (108/252) |
| 3156 | 2026-02-24T14:22:36.370Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3157 | 2026-02-24T14:22:36.373Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3158 | 2026-02-24T14:22:36.373Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3159 | 2026-02-24T14:22:36.378Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
| 3160 | 2026-02-24T14:22:36.485Z | |
| 3161 | 2026-02-24T14:22:36.485Z | info: running `cargo check --bins` on clickhouse-admin-single-client (109/252) |
| 3162 | 2026-02-24T14:22:37.306Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3163 | 2026-02-24T14:22:37.309Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3164 | 2026-02-24T14:22:37.309Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3165 | 2026-02-24T14:22:37.318Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
| 3166 | 2026-02-24T14:22:37.433Z | |
| 3167 | 2026-02-24T14:22:37.433Z | info: running `cargo check --bins` on cockroach-admin-client (110/252) |
| 3168 | 2026-02-24T14:22:38.207Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3169 | 2026-02-24T14:22:38.211Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3170 | 2026-02-24T14:22:38.211Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3171 | 2026-02-24T14:22:38.218Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 3172 | 2026-02-24T14:22:38.329Z | |
| 3173 | 2026-02-24T14:22:38.330Z | info: running `cargo check --bins` on omicron-ddm-admin-client (111/252) |
| 3174 | 2026-02-24T14:22:39.144Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3175 | 2026-02-24T14:22:39.147Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3176 | 2026-02-24T14:22:39.147Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3177 | 2026-02-24T14:22:39.152Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
| 3178 | 2026-02-24T14:22:39.261Z | |
| 3179 | 2026-02-24T14:22:39.261Z | info: running `cargo check --bins` on dns-service-client (112/252) |
| 3180 | 2026-02-24T14:22:40.094Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3181 | 2026-02-24T14:22:40.096Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3182 | 2026-02-24T14:22:40.096Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3183 | 2026-02-24T14:22:40.101Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
| 3184 | 2026-02-24T14:22:40.202Z | |
| 3185 | 2026-02-24T14:22:40.202Z | info: running `cargo check --bins` on installinator-client (113/252) |
| 3186 | 2026-02-24T14:22:41.022Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3187 | 2026-02-24T14:22:41.025Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3188 | 2026-02-24T14:22:41.025Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3189 | 2026-02-24T14:22:41.033Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
| 3190 | 2026-02-24T14:22:41.172Z | |
| 3191 | 2026-02-24T14:22:41.172Z | info: running `cargo check --bins` on nexus-client (114/252) |
| 3192 | 2026-02-24T14:22:42.006Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3193 | 2026-02-24T14:22:42.009Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3194 | 2026-02-24T14:22:42.009Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3195 | 2026-02-24T14:22:42.014Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
| 3196 | 2026-02-24T14:22:42.130Z | |
| 3197 | 2026-02-24T14:22:42.130Z | info: running `cargo check --bins` on nexus-lockstep-client (115/252) |
| 3198 | 2026-02-24T14:22:42.988Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3199 | 2026-02-24T14:22:42.991Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3200 | 2026-02-24T14:22:42.991Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3201 | 2026-02-24T14:22:42.996Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
| 3202 | 2026-02-24T14:22:43.119Z | |
| 3203 | 2026-02-24T14:22:43.119Z | info: running `cargo check --bins` on ntp-admin-client (116/252) |
| 3204 | 2026-02-24T14:22:43.970Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3205 | 2026-02-24T14:22:43.973Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3206 | 2026-02-24T14:22:43.973Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3207 | 2026-02-24T14:22:43.977Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
| 3208 | 2026-02-24T14:22:44.070Z | |
| 3209 | 2026-02-24T14:22:44.070Z | info: running `cargo check --bins` on oxide-client (117/252) |
| 3210 | 2026-02-24T14:22:44.864Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3211 | 2026-02-24T14:22:44.867Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3212 | 2026-02-24T14:22:44.867Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3213 | 2026-02-24T14:22:44.876Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 3214 | 2026-02-24T14:22:45.020Z | |
| 3215 | 2026-02-24T14:22:45.020Z | info: running `cargo check --bins` on oximeter-client (118/252) |
| 3216 | 2026-02-24T14:22:45.829Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3217 | 2026-02-24T14:22:45.832Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3218 | 2026-02-24T14:22:45.833Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3219 | 2026-02-24T14:22:45.838Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
| 3220 | 2026-02-24T14:22:45.962Z | |
| 3221 | 2026-02-24T14:22:45.962Z | info: running `cargo check --bins` on repo-depot-client (119/252) |
| 3222 | 2026-02-24T14:22:46.762Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3223 | 2026-02-24T14:22:46.766Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3224 | 2026-02-24T14:22:46.766Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3225 | 2026-02-24T14:22:46.771Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 3226 | 2026-02-24T14:22:46.876Z | |
| 3227 | 2026-02-24T14:22:46.876Z | info: running `cargo check --bins` on sled-agent-client (120/252) |
| 3228 | 2026-02-24T14:22:47.730Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3229 | 2026-02-24T14:22:47.733Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3230 | 2026-02-24T14:22:47.733Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3231 | 2026-02-24T14:22:47.738Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
| 3232 | 2026-02-24T14:22:47.850Z | |
| 3233 | 2026-02-24T14:22:47.850Z | info: running `cargo check --bins` on wicketd-client (121/252) |
| 3234 | 2026-02-24T14:22:48.697Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3235 | 2026-02-24T14:22:48.699Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3236 | 2026-02-24T14:22:48.700Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3237 | 2026-02-24T14:22:48.705Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
| 3238 | 2026-02-24T14:22:48.838Z | |
| 3239 | 2026-02-24T14:22:48.838Z | info: running `cargo check --bins` on installinator-common (122/252) |
| 3240 | 2026-02-24T14:22:49.699Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3241 | 2026-02-24T14:22:49.702Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3242 | 2026-02-24T14:22:49.702Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3243 | 2026-02-24T14:22:49.714Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
| 3244 | 2026-02-24T14:22:49.858Z | |
| 3245 | 2026-02-24T14:22:49.858Z | info: running `cargo check --bins` on installinator-common-versions (123/252) |
| 3246 | 2026-02-24T14:22:50.645Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3247 | 2026-02-24T14:22:50.648Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3248 | 2026-02-24T14:22:50.648Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3249 | 2026-02-24T14:22:50.653Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 3250 | 2026-02-24T14:22:50.770Z | |
| 3251 | 2026-02-24T14:22:50.770Z | info: running `cargo check --bins` on wicket-common (124/252) |
| 3252 | 2026-02-24T14:22:51.650Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3253 | 2026-02-24T14:22:51.653Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3254 | 2026-02-24T14:22:51.653Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3255 | 2026-02-24T14:22:51.658Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
| 3256 | 2026-02-24T14:22:51.766Z | |
| 3257 | 2026-02-24T14:22:51.766Z | info: running `cargo check --bins` on omicron-cockroach-admin (125/252) |
| 3258 | 2026-02-24T14:22:52.613Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3259 | 2026-02-24T14:22:52.616Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3260 | 2026-02-24T14:22:52.783Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3261 | 2026-02-24T14:22:52.783Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3262 | 2026-02-24T14:22:52.786Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3263 | 2026-02-24T14:22:52.786Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3264 | 2026-02-24T14:22:52.920Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3265 | 2026-02-24T14:22:53.185Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3266 | 2026-02-24T14:22:53.203Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3267 | 2026-02-24T14:22:53.610Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3268 | 2026-02-24T14:22:53.613Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3269 | 2026-02-24T14:22:57.256Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.48s |
| 3270 | 2026-02-24T14:22:57.481Z | |
| 3271 | 2026-02-24T14:22:57.481Z | info: running `cargo check --bins` on cockroach-admin-api (126/252) |
| 3272 | 2026-02-24T14:22:58.319Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3273 | 2026-02-24T14:22:58.321Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3274 | 2026-02-24T14:22:58.321Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3275 | 2026-02-24T14:22:58.326Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
| 3276 | 2026-02-24T14:22:58.426Z | |
| 3277 | 2026-02-24T14:22:58.426Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (127/252) |
| 3278 | 2026-02-24T14:22:59.358Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3279 | 2026-02-24T14:22:59.361Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3280 | 2026-02-24T14:22:59.361Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3281 | 2026-02-24T14:22:59.374Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s |
| 3282 | 2026-02-24T14:22:59.539Z | |
| 3283 | 2026-02-24T14:22:59.539Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (128/252) |
| 3284 | 2026-02-24T14:23:00.452Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3285 | 2026-02-24T14:23:00.455Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3286 | 2026-02-24T14:23:00.455Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3287 | 2026-02-24T14:23:00.462Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
| 3288 | 2026-02-24T14:23:00.592Z | |
| 3289 | 2026-02-24T14:23:00.592Z | info: running `cargo check --bins` on dns-server (129/252) |
| 3290 | 2026-02-24T14:23:01.465Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3291 | 2026-02-24T14:23:01.468Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3292 | 2026-02-24T14:23:01.609Z | Compiling parking_lot_core v0.8.6 |
| 3293 | 2026-02-24T14:23:01.610Z | Compiling moka v0.12.10 |
| 3294 | 2026-02-24T14:23:01.615Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3295 | 2026-02-24T14:23:01.615Z | Checking tagptr v0.2.0 |
| 3296 | 2026-02-24T14:23:01.778Z | Checking prefix-trie v0.7.0 |
| 3297 | 2026-02-24T14:23:01.782Z | Checking fxhash v0.2.1 |
| 3298 | 2026-02-24T14:23:01.782Z | Checking hickory-client v0.25.2 |
| 3299 | 2026-02-24T14:23:02.465Z | Checking hickory-server v0.25.2 |
| 3300 | 2026-02-24T14:23:02.517Z | Checking parking_lot v0.11.2 |
| 3301 | 2026-02-24T14:23:02.741Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3302 | 2026-02-24T14:23:02.742Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3303 | 2026-02-24T14:23:02.745Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3304 | 2026-02-24T14:23:02.854Z | Checking sled v0.34.7 |
| 3305 | 2026-02-24T14:23:03.398Z | Checking hickory-resolver v0.25.2 |
| 3306 | 2026-02-24T14:23:05.097Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3307 | 2026-02-24T14:23:06.794Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.19s |
| 3308 | 2026-02-24T14:23:07.005Z | |
| 3309 | 2026-02-24T14:23:07.005Z | info: running `cargo check --bins` on dns-server-api (130/252) |
| 3310 | 2026-02-24T14:23:07.859Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3311 | 2026-02-24T14:23:07.862Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3312 | 2026-02-24T14:23:07.862Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3313 | 2026-02-24T14:23:07.869Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
| 3314 | 2026-02-24T14:23:07.993Z | |
| 3315 | 2026-02-24T14:23:07.993Z | info: running `cargo check --bins` on gateway-test-utils (131/252) |
| 3316 | 2026-02-24T14:23:08.924Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3317 | 2026-02-24T14:23:08.927Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3318 | 2026-02-24T14:23:08.927Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3319 | 2026-02-24T14:23:08.938Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s |
| 3320 | 2026-02-24T14:23:09.100Z | |
| 3321 | 2026-02-24T14:23:09.100Z | info: running `cargo check --bins` on omicron-gateway (132/252) |
| 3322 | 2026-02-24T14:23:10.040Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3323 | 2026-02-24T14:23:10.043Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3324 | 2026-02-24T14:23:10.373Z | Compiling radium v0.7.0 |
| 3325 | 2026-02-24T14:23:10.376Z | Compiling maybe-uninit v2.0.0 |
| 3326 | 2026-02-24T14:23:10.377Z | Checking tap v1.0.1 |
| 3327 | 2026-02-24T14:23:10.536Z | Compiling zerocopy-derive v0.6.6 |
| 3328 | 2026-02-24T14:23:10.540Z | Checking funty v2.0.0 |
| 3329 | 2026-02-24T14:23:10.540Z | Compiling packed_struct v0.10.1 |
| 3330 | 2026-02-24T14:23:10.540Z | Checking crc-catalog v2.4.0 |
| 3331 | 2026-02-24T14:23:10.625Z | Compiling packed_struct_codegen v0.10.1 |
| 3332 | 2026-02-24T14:23:10.681Z | Checking wyz v0.5.1 |
| 3333 | 2026-02-24T14:23:10.777Z | Checking crc v3.2.1 |
| 3334 | 2026-02-24T14:23:11.108Z | Compiling bitfield-macros v0.19.2 |
| 3335 | 2026-02-24T14:23:11.145Z | Compiling indexmap v1.9.3 |
| 3336 | 2026-02-24T14:23:11.260Z | Checking nodrop v0.1.14 |
| 3337 | 2026-02-24T14:23:11.317Z | Checking smallvec v0.6.14 |
| 3338 | 2026-02-24T14:23:11.423Z | Checking array-init v0.0.4 |
| 3339 | 2026-02-24T14:23:11.426Z | Checking bitvec v1.0.1 |
| 3340 | 2026-02-24T14:23:11.473Z | Checking hashbrown v0.12.3 |
| 3341 | 2026-02-24T14:23:11.608Z | Checking ron v0.8.1 |
| 3342 | 2026-02-24T14:23:11.765Z | Checking hashbrown v0.13.2 |
| 3343 | 2026-02-24T14:23:12.399Z | Checking serde-hex v0.1.0 |
| 3344 | 2026-02-24T14:23:12.515Z | Checking zerocopy v0.6.6 |
| 3345 | 2026-02-24T14:23:12.656Z | Checking bitfield v0.19.2 |
| 3346 | 2026-02-24T14:23:12.823Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3347 | 2026-02-24T14:23:12.943Z | Checking crc-any v2.5.0 |
| 3348 | 2026-02-24T14:23:13.187Z | Checking void v1.0.2 |
| 3349 | 2026-02-24T14:23:13.305Z | Checking half v1.8.3 |
| 3350 | 2026-02-24T14:23:13.308Z | Checking path-slash v0.1.5 |
| 3351 | 2026-02-24T14:23:13.346Z | Checking object v0.30.4 |
| 3352 | 2026-02-24T14:23:13.368Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3353 | 2026-02-24T14:23:13.372Z | Checking lzss v0.8.2 |
| 3354 | 2026-02-24T14:23:13.408Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3355 | 2026-02-24T14:23:13.491Z | Checking tungstenite v0.23.0 |
| 3356 | 2026-02-24T14:23:13.660Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3357 | 2026-02-24T14:23:13.741Z | Checking serde_cbor v0.11.2 |
| 3358 | 2026-02-24T14:23:13.772Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3359 | 2026-02-24T14:23:13.983Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3360 | 2026-02-24T14:23:14.013Z | Checking nix v0.27.1 |
| 3361 | 2026-02-24T14:23:14.430Z | Checking kstat-rs v0.2.4 |
| 3362 | 2026-02-24T14:23:14.697Z | Checking serde_bytes v0.11.19 |
| 3363 | 2026-02-24T14:23:14.725Z | Checking tokio-tungstenite v0.23.1 |
| 3364 | 2026-02-24T14:23:14.810Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3365 | 2026-02-24T14:23:15.100Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3366 | 2026-02-24T14:23:15.292Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3367 | 2026-02-24T14:23:15.378Z | Checking signal-hook-tokio v0.3.1 |
| 3368 | 2026-02-24T14:23:17.332Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3369 | 2026-02-24T14:23:17.577Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4) |
| 3370 | 2026-02-24T14:23:22.560Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4) |
| 3371 | 2026-02-24T14:23:24.048Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3372 | 2026-02-24T14:23:24.498Z | Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 3373 | 2026-02-24T14:23:26.454Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3374 | 2026-02-24T14:23:29.970Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.85s |
| 3375 | 2026-02-24T14:23:30.208Z | |
| 3376 | 2026-02-24T14:23:30.208Z | info: running `cargo check --bins` on gateway-api (133/252) |
| 3377 | 2026-02-24T14:23:31.035Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3378 | 2026-02-24T14:23:31.038Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3379 | 2026-02-24T14:23:31.038Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3380 | 2026-02-24T14:23:31.047Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
| 3381 | 2026-02-24T14:23:31.182Z | |
| 3382 | 2026-02-24T14:23:31.182Z | info: running `cargo check --bins` on ipcc (134/252) |
| 3383 | 2026-02-24T14:23:31.979Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3384 | 2026-02-24T14:23:31.982Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3385 | 2026-02-24T14:23:31.982Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3386 | 2026-02-24T14:23:31.989Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 3387 | 2026-02-24T14:23:32.104Z | |
| 3388 | 2026-02-24T14:23:32.104Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (135/252) |
| 3389 | 2026-02-24T14:23:32.915Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3390 | 2026-02-24T14:23:32.918Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3391 | 2026-02-24T14:23:32.918Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3392 | 2026-02-24T14:23:32.923Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
| 3393 | 2026-02-24T14:23:33.029Z | |
| 3394 | 2026-02-24T14:23:33.029Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (136/252) |
| 3395 | 2026-02-24T14:23:33.862Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3396 | 2026-02-24T14:23:33.866Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3397 | 2026-02-24T14:23:33.866Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3398 | 2026-02-24T14:23:33.870Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
| 3399 | 2026-02-24T14:23:33.978Z | |
| 3400 | 2026-02-24T14:23:33.978Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (137/252) |
| 3401 | 2026-02-24T14:23:34.780Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3402 | 2026-02-24T14:23:34.783Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3403 | 2026-02-24T14:23:34.783Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3404 | 2026-02-24T14:23:34.788Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 3405 | 2026-02-24T14:23:34.914Z | |
| 3406 | 2026-02-24T14:23:34.914Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (138/252) |
| 3407 | 2026-02-24T14:23:35.726Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3408 | 2026-02-24T14:23:35.729Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3409 | 2026-02-24T14:23:35.729Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3410 | 2026-02-24T14:23:35.733Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
| 3411 | 2026-02-24T14:23:35.837Z | |
| 3412 | 2026-02-24T14:23:35.837Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (139/252) |
| 3413 | 2026-02-24T14:23:36.643Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3414 | 2026-02-24T14:23:36.646Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3415 | 2026-02-24T14:23:36.646Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3416 | 2026-02-24T14:23:36.651Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 3417 | 2026-02-24T14:23:36.761Z | |
| 3418 | 2026-02-24T14:23:36.761Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (140/252) |
| 3419 | 2026-02-24T14:23:37.556Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3420 | 2026-02-24T14:23:37.558Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3421 | 2026-02-24T14:23:37.558Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3422 | 2026-02-24T14:23:37.564Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 3423 | 2026-02-24T14:23:37.680Z | |
| 3424 | 2026-02-24T14:23:37.680Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (141/252) |
| 3425 | 2026-02-24T14:23:38.468Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3426 | 2026-02-24T14:23:38.471Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3427 | 2026-02-24T14:23:38.471Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3428 | 2026-02-24T14:23:38.476Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 3429 | 2026-02-24T14:23:38.591Z | |
| 3430 | 2026-02-24T14:23:38.591Z | info: running `cargo check --bins` on oximeter-producer (142/252) |
| 3431 | 2026-02-24T14:23:39.458Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3432 | 2026-02-24T14:23:39.464Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3433 | 2026-02-24T14:23:39.464Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3434 | 2026-02-24T14:23:39.468Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
| 3435 | 2026-02-24T14:23:39.586Z | |
| 3436 | 2026-02-24T14:23:39.586Z | info: running `cargo check --bins` on internal-dns-resolver (143/252) |
| 3437 | 2026-02-24T14:23:40.393Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3438 | 2026-02-24T14:23:40.397Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3439 | 2026-02-24T14:23:40.397Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3440 | 2026-02-24T14:23:40.408Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
| 3441 | 2026-02-24T14:23:40.542Z | |
| 3442 | 2026-02-24T14:23:40.542Z | info: running `cargo check --bins` on sp-sim (144/252) |
| 3443 | 2026-02-24T14:23:41.410Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3444 | 2026-02-24T14:23:41.412Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3445 | 2026-02-24T14:23:41.603Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3446 | 2026-02-24T14:23:44.547Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.00s |
| 3447 | 2026-02-24T14:23:44.776Z | |
| 3448 | 2026-02-24T14:23:44.776Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (145/252) |
| 3449 | 2026-02-24T14:23:45.674Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3450 | 2026-02-24T14:23:45.677Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3451 | 2026-02-24T14:23:45.677Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3452 | 2026-02-24T14:23:45.684Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
| 3453 | 2026-02-24T14:23:45.823Z | |
| 3454 | 2026-02-24T14:23:45.823Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (146/252) |
| 3455 | 2026-02-24T14:23:46.707Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3456 | 2026-02-24T14:23:46.710Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3457 | 2026-02-24T14:23:46.711Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3458 | 2026-02-24T14:23:46.723Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
| 3459 | 2026-02-24T14:23:46.870Z | |
| 3460 | 2026-02-24T14:23:46.870Z | info: running `cargo check --bins` on db-macros (147/252) |
| 3461 | 2026-02-24T14:23:47.639Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3462 | 2026-02-24T14:23:47.642Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3463 | 2026-02-24T14:23:47.642Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3464 | 2026-02-24T14:23:47.647Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 3465 | 2026-02-24T14:23:47.751Z | |
| 3466 | 2026-02-24T14:23:47.752Z | info: running `cargo check --bins` on nexus-macros-common (148/252) |
| 3467 | 2026-02-24T14:23:48.565Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3468 | 2026-02-24T14:23:48.570Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3469 | 2026-02-24T14:23:48.570Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3470 | 2026-02-24T14:23:48.574Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
| 3471 | 2026-02-24T14:23:48.686Z | |
| 3472 | 2026-02-24T14:23:48.686Z | info: running `cargo check --bins` on nexus-auth (149/252) |
| 3473 | 2026-02-24T14:23:49.572Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3474 | 2026-02-24T14:23:49.575Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3475 | 2026-02-24T14:23:49.575Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3476 | 2026-02-24T14:23:49.582Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
| 3477 | 2026-02-24T14:23:49.708Z | |
| 3478 | 2026-02-24T14:23:49.708Z | info: running `cargo check --bins` on authz-macros (150/252) |
| 3479 | 2026-02-24T14:23:50.486Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3480 | 2026-02-24T14:23:50.489Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3481 | 2026-02-24T14:23:50.489Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3482 | 2026-02-24T14:23:50.494Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 3483 | 2026-02-24T14:23:50.610Z | |
| 3484 | 2026-02-24T14:23:50.610Z | info: running `cargo check --bins` on nexus-db-fixed-data (151/252) |
| 3485 | 2026-02-24T14:23:51.469Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3486 | 2026-02-24T14:23:51.482Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3487 | 2026-02-24T14:23:51.482Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3488 | 2026-02-24T14:23:51.488Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
| 3489 | 2026-02-24T14:23:51.636Z | |
| 3490 | 2026-02-24T14:23:51.637Z | info: running `cargo check --bins` on nexus-db-model (152/252) |
| 3491 | 2026-02-24T14:23:52.484Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3492 | 2026-02-24T14:23:52.487Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3493 | 2026-02-24T14:23:52.487Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3494 | 2026-02-24T14:23:52.494Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
| 3495 | 2026-02-24T14:23:52.602Z | |
| 3496 | 2026-02-24T14:23:52.602Z | info: running `cargo check --bins` on nexus-db-schema (153/252) |
| 3497 | 2026-02-24T14:23:53.406Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3498 | 2026-02-24T14:23:53.409Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3499 | 2026-02-24T14:23:53.409Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3500 | 2026-02-24T14:23:53.414Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 3501 | 2026-02-24T14:23:53.518Z | |
| 3502 | 2026-02-24T14:23:53.518Z | info: running `cargo check --bins` on omicron-rpaths (154/252) |
| 3503 | 2026-02-24T14:23:54.289Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3504 | 2026-02-24T14:23:54.292Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3505 | 2026-02-24T14:23:54.292Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3506 | 2026-02-24T14:23:54.297Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 3507 | 2026-02-24T14:23:54.414Z | |
| 3508 | 2026-02-24T14:23:54.415Z | info: running `cargo check --bins` on nexus-defaults (155/252) |
| 3509 | 2026-02-24T14:23:55.205Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3510 | 2026-02-24T14:23:55.208Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3511 | 2026-02-24T14:23:55.208Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3512 | 2026-02-24T14:23:55.213Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 3513 | 2026-02-24T14:23:55.316Z | |
| 3514 | 2026-02-24T14:23:55.319Z | info: running `cargo check --bins` on omicron-cockroach-metrics (156/252) |
| 3515 | 2026-02-24T14:23:56.110Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3516 | 2026-02-24T14:23:56.113Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3517 | 2026-02-24T14:23:56.113Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3518 | 2026-02-24T14:23:56.118Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 3519 | 2026-02-24T14:23:56.216Z | |
| 3520 | 2026-02-24T14:23:56.216Z | info: running `cargo check --bins` on parallel-task-set (157/252) |
| 3521 | 2026-02-24T14:23:57.008Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3522 | 2026-02-24T14:23:57.011Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3523 | 2026-02-24T14:23:57.012Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3524 | 2026-02-24T14:23:57.015Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 3525 | 2026-02-24T14:23:57.121Z | |
| 3526 | 2026-02-24T14:23:57.121Z | info: running `cargo check --bins` on nexus-db-errors (158/252) |
| 3527 | 2026-02-24T14:23:57.961Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3528 | 2026-02-24T14:23:57.964Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3529 | 2026-02-24T14:23:57.964Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3530 | 2026-02-24T14:23:57.970Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
| 3531 | 2026-02-24T14:23:58.091Z | |
| 3532 | 2026-02-24T14:23:58.091Z | info: running `cargo check --bins` on nexus-db-lookup (159/252) |
| 3533 | 2026-02-24T14:23:58.958Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3534 | 2026-02-24T14:23:58.961Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3535 | 2026-02-24T14:23:58.961Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3536 | 2026-02-24T14:23:58.966Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
| 3537 | 2026-02-24T14:23:59.081Z | |
| 3538 | 2026-02-24T14:23:59.081Z | info: running `cargo check --bins` on nexus-inventory (160/252) |
| 3539 | 2026-02-24T14:23:59.988Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3540 | 2026-02-24T14:23:59.992Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3541 | 2026-02-24T14:23:59.992Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3542 | 2026-02-24T14:24:00.001Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
| 3543 | 2026-02-24T14:24:00.157Z | |
| 3544 | 2026-02-24T14:24:00.157Z | info: running `cargo check --bins` on sled-agent-resolvable-files-examples (161/252) |
| 3545 | 2026-02-24T14:24:01.048Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3546 | 2026-02-24T14:24:01.051Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3547 | 2026-02-24T14:24:01.051Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3548 | 2026-02-24T14:24:01.057Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
| 3549 | 2026-02-24T14:24:01.184Z | |
| 3550 | 2026-02-24T14:24:01.184Z | info: running `cargo check --bins --no-default-features` on sled-storage (162/252) |
| 3551 | 2026-02-24T14:24:02.006Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3552 | 2026-02-24T14:24:02.009Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3553 | 2026-02-24T14:24:02.009Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3554 | 2026-02-24T14:24:02.015Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
| 3555 | 2026-02-24T14:24:02.169Z | |
| 3556 | 2026-02-24T14:24:02.169Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (163/252) |
| 3557 | 2026-02-24T14:24:03.010Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3558 | 2026-02-24T14:24:03.013Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3559 | 2026-02-24T14:24:03.013Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3560 | 2026-02-24T14:24:03.018Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
| 3561 | 2026-02-24T14:24:03.123Z | |
| 3562 | 2026-02-24T14:24:03.123Z | info: running `cargo check --bins` on key-manager (164/252) |
| 3563 | 2026-02-24T14:24:03.959Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3564 | 2026-02-24T14:24:03.962Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3565 | 2026-02-24T14:24:03.962Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3566 | 2026-02-24T14:24:03.966Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
| 3567 | 2026-02-24T14:24:04.084Z | |
| 3568 | 2026-02-24T14:24:04.084Z | info: running `cargo check --bins --no-default-features` on sled-hardware (165/252) |
| 3569 | 2026-02-24T14:24:04.922Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3570 | 2026-02-24T14:24:04.929Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3571 | 2026-02-24T14:24:04.929Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3572 | 2026-02-24T14:24:04.934Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
| 3573 | 2026-02-24T14:24:05.056Z | |
| 3574 | 2026-02-24T14:24:05.056Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (166/252) |
| 3575 | 2026-02-24T14:24:05.871Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3576 | 2026-02-24T14:24:05.874Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3577 | 2026-02-24T14:24:05.874Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3578 | 2026-02-24T14:24:05.882Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
| 3579 | 2026-02-24T14:24:06.005Z | |
| 3580 | 2026-02-24T14:24:06.005Z | info: running `cargo check --bins` on typed-rng (167/252) |
| 3581 | 2026-02-24T14:24:06.801Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3582 | 2026-02-24T14:24:06.804Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3583 | 2026-02-24T14:24:06.805Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3584 | 2026-02-24T14:24:06.817Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 3585 | 2026-02-24T14:24:06.948Z | |
| 3586 | 2026-02-24T14:24:06.948Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (168/252) |
| 3587 | 2026-02-24T14:24:07.794Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3588 | 2026-02-24T14:24:07.796Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3589 | 2026-02-24T14:24:08.128Z | Compiling libefi-sys v0.1.0 |
| 3590 | 2026-02-24T14:24:08.131Z | Compiling bitfield-struct v0.6.2 |
| 3591 | 2026-02-24T14:24:08.131Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3592 | 2026-02-24T14:24:08.307Z | Compiling xshell-macros v0.2.7 |
| 3593 | 2026-02-24T14:24:08.310Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3594 | 2026-02-24T14:24:08.349Z | Compiling salty v0.3.0 |
| 3595 | 2026-02-24T14:24:08.352Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3596 | 2026-02-24T14:24:08.394Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3597 | 2026-02-24T14:24:08.418Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3598 | 2026-02-24T14:24:08.628Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3599 | 2026-02-24T14:24:08.961Z | Checking primeorder v0.13.6 |
| 3600 | 2026-02-24T14:24:08.991Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3601 | 2026-02-24T14:24:09.032Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3602 | 2026-02-24T14:24:09.035Z | Checking xshell v0.2.7 |
| 3603 | 2026-02-24T14:24:09.348Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3604 | 2026-02-24T14:24:09.446Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3605 | 2026-02-24T14:24:09.498Z | Checking p384 v0.13.1 |
| 3606 | 2026-02-24T14:24:09.680Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3607 | 2026-02-24T14:24:09.787Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3608 | 2026-02-24T14:24:09.815Z | Compiling proc-macro-error2 v2.0.1 |
| 3609 | 2026-02-24T14:24:09.914Z | Compiling num-derive v0.3.3 |
| 3610 | 2026-02-24T14:24:10.329Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3611 | 2026-02-24T14:24:10.447Z | Compiling unicase v2.8.1 |
| 3612 | 2026-02-24T14:24:10.479Z | Compiling tabled_derive v0.11.0 |
| 3613 | 2026-02-24T14:24:10.521Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3614 | 2026-02-24T14:24:10.842Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3615 | 2026-02-24T14:24:10.901Z | Compiling mime_guess v2.0.5 |
| 3616 | 2026-02-24T14:24:11.192Z | Checking papergrid v0.17.0 |
| 3617 | 2026-02-24T14:24:11.326Z | Checking testing_table v0.3.0 |
| 3618 | 2026-02-24T14:24:11.524Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3619 | 2026-02-24T14:24:12.120Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 3620 | 2026-02-24T14:24:12.203Z | Checking libscf-sys v1.1.0 |
| 3621 | 2026-02-24T14:24:12.474Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3622 | 2026-02-24T14:24:12.766Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3623 | 2026-02-24T14:24:12.803Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3624 | 2026-02-24T14:24:13.191Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3625 | 2026-02-24T14:24:13.230Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 3626 | 2026-02-24T14:24:13.464Z | Checking corncobs v0.1.4 |
| 3627 | 2026-02-24T14:24:13.662Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3628 | 2026-02-24T14:24:13.726Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3629 | 2026-02-24T14:24:13.772Z | Checking tabled v0.20.0 |
| 3630 | 2026-02-24T14:24:14.142Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 3631 | 2026-02-24T14:24:14.178Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3632 | 2026-02-24T14:24:14.249Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3633 | 2026-02-24T14:24:14.277Z | Checking secrecy v0.8.0 |
| 3634 | 2026-02-24T14:24:14.348Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3635 | 2026-02-24T14:24:14.612Z | Checking http-range v0.1.5 |
| 3636 | 2026-02-24T14:24:15.175Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3637 | 2026-02-24T14:24:15.218Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d) |
| 3638 | 2026-02-24T14:24:15.257Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3639 | 2026-02-24T14:24:15.654Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3640 | 2026-02-24T14:24:16.066Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3641 | 2026-02-24T14:24:16.171Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3642 | 2026-02-24T14:24:16.233Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 3643 | 2026-02-24T14:24:16.265Z | Checking atty v0.2.14 |
| 3644 | 2026-02-24T14:24:16.354Z | Checking crc8 v0.1.1 |
| 3645 | 2026-02-24T14:24:16.467Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3646 | 2026-02-24T14:24:16.560Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d) |
| 3647 | 2026-02-24T14:24:16.781Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3648 | 2026-02-24T14:24:17.016Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3649 | 2026-02-24T14:24:17.305Z | Checking hyper-staticfile v0.10.1 |
| 3650 | 2026-02-24T14:24:17.714Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3651 | 2026-02-24T14:24:17.909Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3652 | 2026-02-24T14:24:18.364Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3653 | 2026-02-24T14:24:18.401Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3654 | 2026-02-24T14:24:18.564Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3655 | 2026-02-24T14:24:18.707Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3656 | 2026-02-24T14:24:18.782Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3657 | 2026-02-24T14:24:18.926Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3658 | 2026-02-24T14:24:19.088Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3659 | 2026-02-24T14:24:19.322Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3660 | 2026-02-24T14:24:19.368Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3661 | 2026-02-24T14:24:19.906Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3662 | 2026-02-24T14:24:19.991Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3663 | 2026-02-24T14:24:20.024Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3664 | 2026-02-24T14:24:22.380Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3665 | 2026-02-24T14:24:22.804Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3666 | 2026-02-24T14:24:22.852Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3667 | 2026-02-24T14:24:23.679Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3668 | 2026-02-24T14:24:24.355Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3669 | 2026-02-24T14:24:24.407Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3670 | 2026-02-24T14:24:33.790Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3671 | 2026-02-24T14:24:51.840Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.87s |
| 3672 | 2026-02-24T14:24:52.142Z | |
| 3673 | 2026-02-24T14:24:52.142Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (169/252) |
| 3674 | 2026-02-24T14:24:53.056Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3675 | 2026-02-24T14:24:53.059Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3676 | 2026-02-24T14:24:53.298Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3677 | 2026-02-24T14:25:11.524Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.37s |
| 3678 | 2026-02-24T14:25:11.779Z | |
| 3679 | 2026-02-24T14:25:11.780Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (170/252) |
| 3680 | 2026-02-24T14:25:12.669Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3681 | 2026-02-24T14:25:12.672Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3682 | 2026-02-24T14:25:12.906Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3683 | 2026-02-24T14:25:31.181Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.39s |
| 3684 | 2026-02-24T14:25:31.420Z | |
| 3685 | 2026-02-24T14:25:31.420Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (171/252) |
| 3686 | 2026-02-24T14:25:32.309Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3687 | 2026-02-24T14:25:32.312Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3688 | 2026-02-24T14:25:32.532Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3689 | 2026-02-24T14:25:51.012Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.58s |
| 3690 | 2026-02-24T14:25:51.260Z | |
| 3691 | 2026-02-24T14:25:51.260Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (172/252) |
| 3692 | 2026-02-24T14:25:52.135Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3693 | 2026-02-24T14:25:52.138Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3694 | 2026-02-24T14:25:52.369Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3695 | 2026-02-24T14:26:11.107Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.83s |
| 3696 | 2026-02-24T14:26:11.379Z | |
| 3697 | 2026-02-24T14:26:11.380Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (173/252) |
| 3698 | 2026-02-24T14:26:12.272Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3699 | 2026-02-24T14:26:12.275Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3700 | 2026-02-24T14:26:12.512Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3701 | 2026-02-24T14:26:30.762Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.37s |
| 3702 | 2026-02-24T14:26:30.997Z | |
| 3703 | 2026-02-24T14:26:30.997Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (174/252) |
| 3704 | 2026-02-24T14:26:31.912Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3705 | 2026-02-24T14:26:31.915Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3706 | 2026-02-24T14:26:32.141Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3707 | 2026-02-24T14:26:50.682Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.67s |
| 3708 | 2026-02-24T14:26:50.925Z | |
| 3709 | 2026-02-24T14:26:50.925Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (175/252) |
| 3710 | 2026-02-24T14:26:51.789Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3711 | 2026-02-24T14:26:51.792Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3712 | 2026-02-24T14:26:52.017Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3713 | 2026-02-24T14:27:10.285Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.35s |
| 3714 | 2026-02-24T14:27:10.548Z | |
| 3715 | 2026-02-24T14:27:10.548Z | info: running `cargo check --bins` on bootstrap-agent-api (176/252) |
| 3716 | 2026-02-24T14:27:11.367Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3717 | 2026-02-24T14:27:11.370Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3718 | 2026-02-24T14:27:11.370Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3719 | 2026-02-24T14:27:11.375Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
| 3720 | 2026-02-24T14:27:11.485Z | |
| 3721 | 2026-02-24T14:27:11.485Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-api (177/252) |
| 3722 | 2026-02-24T14:27:12.338Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3723 | 2026-02-24T14:27:12.341Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3724 | 2026-02-24T14:27:12.341Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3725 | 2026-02-24T14:27:12.347Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
| 3726 | 2026-02-24T14:27:12.457Z | |
| 3727 | 2026-02-24T14:27:12.457Z | info: running `cargo check --bins` on range-requests (178/252) |
| 3728 | 2026-02-24T14:27:13.261Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3729 | 2026-02-24T14:27:13.265Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3730 | 2026-02-24T14:27:13.265Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3731 | 2026-02-24T14:27:13.277Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
| 3732 | 2026-02-24T14:27:13.392Z | |
| 3733 | 2026-02-24T14:27:13.392Z | info: running `cargo check --bins` on repo-depot-api (179/252) |
| 3734 | 2026-02-24T14:27:14.165Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3735 | 2026-02-24T14:27:14.168Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3736 | 2026-02-24T14:27:14.168Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3737 | 2026-02-24T14:27:14.173Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 3738 | 2026-02-24T14:27:14.280Z | |
| 3739 | 2026-02-24T14:27:14.280Z | info: running `cargo check --bins` on sled-agent-api (180/252) |
| 3740 | 2026-02-24T14:27:15.098Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3741 | 2026-02-24T14:27:15.100Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3742 | 2026-02-24T14:27:15.100Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3743 | 2026-02-24T14:27:15.105Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
| 3744 | 2026-02-24T14:27:15.218Z | |
| 3745 | 2026-02-24T14:27:15.218Z | info: running `cargo check --bins` on sled-diagnostics (181/252) |
| 3746 | 2026-02-24T14:27:16.008Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3747 | 2026-02-24T14:27:16.011Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3748 | 2026-02-24T14:27:16.011Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3749 | 2026-02-24T14:27:16.015Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 3750 | 2026-02-24T14:27:16.136Z | |
| 3751 | 2026-02-24T14:27:16.136Z | info: running `cargo check --bins` on zfs-test-harness (182/252) |
| 3752 | 2026-02-24T14:27:16.937Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3753 | 2026-02-24T14:27:16.940Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3754 | 2026-02-24T14:27:16.940Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3755 | 2026-02-24T14:27:16.945Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 3756 | 2026-02-24T14:27:17.059Z | |
| 3757 | 2026-02-24T14:27:17.059Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (183/252) |
| 3758 | 2026-02-24T14:27:17.881Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3759 | 2026-02-24T14:27:17.883Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3760 | 2026-02-24T14:27:17.883Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3761 | 2026-02-24T14:27:17.889Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
| 3762 | 2026-02-24T14:27:17.999Z | |
| 3763 | 2026-02-24T14:27:17.999Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (184/252) |
| 3764 | 2026-02-24T14:27:18.803Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3765 | 2026-02-24T14:27:18.806Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3766 | 2026-02-24T14:27:18.806Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3767 | 2026-02-24T14:27:18.811Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 3768 | 2026-02-24T14:27:18.926Z | |
| 3769 | 2026-02-24T14:27:18.926Z | info: running `cargo check --bins` on sled-agent-health-monitor (185/252) |
| 3770 | 2026-02-24T14:27:19.746Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3771 | 2026-02-24T14:27:19.749Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3772 | 2026-02-24T14:27:19.749Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3773 | 2026-02-24T14:27:19.757Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
| 3774 | 2026-02-24T14:27:19.870Z | |
| 3775 | 2026-02-24T14:27:19.870Z | info: running `cargo check --bins --no-default-features` on sled-agent-measurements (186/252) |
| 3776 | 2026-02-24T14:27:20.681Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3777 | 2026-02-24T14:27:20.684Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3778 | 2026-02-24T14:27:20.684Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3779 | 2026-02-24T14:27:20.690Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
| 3780 | 2026-02-24T14:27:20.796Z | |
| 3781 | 2026-02-24T14:27:20.796Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (187/252) |
| 3782 | 2026-02-24T14:27:21.604Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3783 | 2026-02-24T14:27:21.607Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3784 | 2026-02-24T14:27:21.607Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3785 | 2026-02-24T14:27:21.611Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 3786 | 2026-02-24T14:27:21.716Z | |
| 3787 | 2026-02-24T14:27:21.716Z | info: running `cargo check --bins` on sled-agent-resolvable-files (188/252) |
| 3788 | 2026-02-24T14:27:22.537Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3789 | 2026-02-24T14:27:22.540Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3790 | 2026-02-24T14:27:22.540Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3791 | 2026-02-24T14:27:22.544Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
| 3792 | 2026-02-24T14:27:22.653Z | |
| 3793 | 2026-02-24T14:27:22.653Z | info: running `cargo check --bins` on trust-quorum (189/252) |
| 3794 | 2026-02-24T14:27:23.462Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3795 | 2026-02-24T14:27:23.465Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3796 | 2026-02-24T14:27:23.466Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3797 | 2026-02-24T14:27:23.471Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
| 3798 | 2026-02-24T14:27:23.594Z | |
| 3799 | 2026-02-24T14:27:23.594Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (190/252) |
| 3800 | 2026-02-24T14:27:24.500Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3801 | 2026-02-24T14:27:24.503Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3802 | 2026-02-24T14:27:24.503Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3803 | 2026-02-24T14:27:24.509Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
| 3804 | 2026-02-24T14:27:24.617Z | |
| 3805 | 2026-02-24T14:27:24.617Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (191/252) |
| 3806 | 2026-02-24T14:27:25.541Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3807 | 2026-02-24T14:27:25.544Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3808 | 2026-02-24T14:27:25.545Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3809 | 2026-02-24T14:27:25.551Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
| 3810 | 2026-02-24T14:27:25.673Z | |
| 3811 | 2026-02-24T14:27:25.673Z | info: running `cargo check --bins` on update-common (192/252) |
| 3812 | 2026-02-24T14:27:26.535Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3813 | 2026-02-24T14:27:26.538Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3814 | 2026-02-24T14:27:26.538Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3815 | 2026-02-24T14:27:26.544Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
| 3816 | 2026-02-24T14:27:26.679Z | |
| 3817 | 2026-02-24T14:27:26.680Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (193/252) |
| 3818 | 2026-02-24T14:27:27.608Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3819 | 2026-02-24T14:27:27.611Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3820 | 2026-02-24T14:27:27.611Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3821 | 2026-02-24T14:27:27.623Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s |
| 3822 | 2026-02-24T14:27:27.780Z | |
| 3823 | 2026-02-24T14:27:27.780Z | info: running `cargo check --bins` on reconfigurator-cli (194/252) |
| 3824 | 2026-02-24T14:27:28.688Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3825 | 2026-02-24T14:27:28.691Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3826 | 2026-02-24T14:27:28.929Z | Compiling fs-err v2.11.0 |
| 3827 | 2026-02-24T14:27:28.932Z | Checking ignore v0.4.23 |
| 3828 | 2026-02-24T14:27:28.932Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 3829 | 2026-02-24T14:27:28.932Z | Checking predicates-tree v1.0.12 |
| 3830 | 2026-02-24T14:27:29.077Z | Checking parse-size v1.1.0 |
| 3831 | 2026-02-24T14:27:29.136Z | Checking rand_seeder v0.4.0 |
| 3832 | 2026-02-24T14:27:29.139Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3833 | 2026-02-24T14:27:29.139Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3834 | 2026-02-24T14:27:29.266Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3835 | 2026-02-24T14:27:29.344Z | Compiling petname v2.0.2 |
| 3836 | 2026-02-24T14:27:29.430Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3837 | 2026-02-24T14:27:29.769Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3838 | 2026-02-24T14:27:29.848Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3839 | 2026-02-24T14:27:29.994Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3840 | 2026-02-24T14:27:30.040Z | Checking globwalk v0.9.1 |
| 3841 | 2026-02-24T14:27:30.143Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3842 | 2026-02-24T14:27:30.336Z | Checking sapling-renderdag v0.1.0 |
| 3843 | 2026-02-24T14:27:30.360Z | Checking camino-tempfile-ext v0.3.2 |
| 3844 | 2026-02-24T14:27:30.507Z | Checking sync-ptr v0.1.4 |
| 3845 | 2026-02-24T14:27:30.718Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3846 | 2026-02-24T14:27:30.775Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3847 | 2026-02-24T14:27:30.907Z | Checking assert_matches v1.5.0 |
| 3848 | 2026-02-24T14:27:31.494Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3849 | 2026-02-24T14:27:31.602Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3850 | 2026-02-24T14:27:31.605Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3851 | 2026-02-24T14:27:32.539Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3852 | 2026-02-24T14:27:34.752Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3853 | 2026-02-24T14:27:38.325Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.53s |
| 3854 | 2026-02-24T14:27:38.595Z | |
| 3855 | 2026-02-24T14:27:38.595Z | info: running `cargo check --bins` on omicron-repl-utils (195/252) |
| 3856 | 2026-02-24T14:27:39.367Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3857 | 2026-02-24T14:27:39.371Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3858 | 2026-02-24T14:27:39.371Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3859 | 2026-02-24T14:27:39.375Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 3860 | 2026-02-24T14:27:39.485Z | |
| 3861 | 2026-02-24T14:27:39.485Z | info: running `cargo check --bins` on nexus-test-interface (196/252) |
| 3862 | 2026-02-24T14:27:40.363Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3863 | 2026-02-24T14:27:40.366Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3864 | 2026-02-24T14:27:40.366Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3865 | 2026-02-24T14:27:40.371Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
| 3866 | 2026-02-24T14:27:40.482Z | |
| 3867 | 2026-02-24T14:27:40.482Z | info: running `cargo check --bins` on oximeter-collector (197/252) |
| 3868 | 2026-02-24T14:27:41.359Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3869 | 2026-02-24T14:27:41.363Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3870 | 2026-02-24T14:27:41.562Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3871 | 2026-02-24T14:27:41.562Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3872 | 2026-02-24T14:27:42.614Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3873 | 2026-02-24T14:27:45.111Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.62s |
| 3874 | 2026-02-24T14:27:45.333Z | |
| 3875 | 2026-02-24T14:27:45.333Z | info: running `cargo check --bins` on oximeter-api (198/252) |
| 3876 | 2026-02-24T14:27:46.154Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3877 | 2026-02-24T14:27:46.157Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3878 | 2026-02-24T14:27:46.157Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3879 | 2026-02-24T14:27:46.161Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
| 3880 | 2026-02-24T14:27:46.261Z | |
| 3881 | 2026-02-24T14:27:46.261Z | info: running `cargo check --bins` on cert-dev (199/252) |
| 3882 | 2026-02-24T14:27:47.022Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3883 | 2026-02-24T14:27:47.025Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3884 | 2026-02-24T14:27:47.127Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3885 | 2026-02-24T14:27:47.483Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s |
| 3886 | 2026-02-24T14:27:47.682Z | |
| 3887 | 2026-02-24T14:27:47.682Z | info: running `cargo check --bins` on clickana (200/252) |
| 3888 | 2026-02-24T14:27:48.491Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3889 | 2026-02-24T14:27:48.493Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3890 | 2026-02-24T14:27:48.622Z | Checking castaway v0.2.3 |
| 3891 | 2026-02-24T14:27:48.625Z | Checking unicode-truncate v1.1.0 |
| 3892 | 2026-02-24T14:27:48.625Z | Checking lru v0.12.5 |
| 3893 | 2026-02-24T14:27:48.625Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3894 | 2026-02-24T14:27:48.625Z | Compiling instability v0.3.2 |
| 3895 | 2026-02-24T14:27:48.625Z | Checking cassowary v0.3.0 |
| 3896 | 2026-02-24T14:27:48.625Z | Compiling indoc v2.0.6 |
| 3897 | 2026-02-24T14:27:48.884Z | Checking compact_str v0.8.0 |
| 3898 | 2026-02-24T14:27:49.573Z | Checking ratatui v0.29.0 |
| 3899 | 2026-02-24T14:27:50.601Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3900 | 2026-02-24T14:27:50.895Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3901 | 2026-02-24T14:27:52.187Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3902 | 2026-02-24T14:27:53.221Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.53s |
| 3903 | 2026-02-24T14:27:53.429Z | |
| 3904 | 2026-02-24T14:27:53.429Z | info: running `cargo check --bins` on clickhouse-cluster-dev (201/252) |
| 3905 | 2026-02-24T14:27:54.288Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3906 | 2026-02-24T14:27:54.291Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3907 | 2026-02-24T14:27:54.478Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3908 | 2026-02-24T14:27:54.478Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3909 | 2026-02-24T14:27:55.291Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3910 | 2026-02-24T14:27:55.893Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.45s |
| 3911 | 2026-02-24T14:27:56.149Z | |
| 3912 | 2026-02-24T14:27:56.149Z | info: running `cargo check --bins` on ch-dev (202/252) |
| 3913 | 2026-02-24T14:27:56.995Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3914 | 2026-02-24T14:27:56.998Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3915 | 2026-02-24T14:27:57.169Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3916 | 2026-02-24T14:27:58.249Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.09s |
| 3917 | 2026-02-24T14:27:58.505Z | |
| 3918 | 2026-02-24T14:27:58.505Z | info: running `cargo check --bins` on dev-tools-common (203/252) |
| 3919 | 2026-02-24T14:27:59.112Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3920 | 2026-02-24T14:27:59.115Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3921 | 2026-02-24T14:27:59.115Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3922 | 2026-02-24T14:27:59.118Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 3923 | 2026-02-24T14:27:59.182Z | |
| 3924 | 2026-02-24T14:27:59.183Z | info: running `cargo check --bins` on crdb-seed (204/252) |
| 3925 | 2026-02-24T14:28:00.014Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3926 | 2026-02-24T14:28:00.017Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3927 | 2026-02-24T14:28:00.178Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3928 | 2026-02-24T14:28:00.768Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s |
| 3929 | 2026-02-24T14:28:01.019Z | |
| 3930 | 2026-02-24T14:28:01.019Z | info: running `cargo check --bins` on db-dev (205/252) |
| 3931 | 2026-02-24T14:28:01.877Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3932 | 2026-02-24T14:28:01.880Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3933 | 2026-02-24T14:28:02.070Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3934 | 2026-02-24T14:28:03.186Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.16s |
| 3935 | 2026-02-24T14:28:03.411Z | |
| 3936 | 2026-02-24T14:28:03.412Z | info: running `cargo check --bins` on omicron-dev-lib (206/252) |
| 3937 | 2026-02-24T14:28:04.282Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3938 | 2026-02-24T14:28:04.285Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3939 | 2026-02-24T14:28:04.285Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3940 | 2026-02-24T14:28:04.290Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
| 3941 | 2026-02-24T14:28:04.406Z | |
| 3942 | 2026-02-24T14:28:04.406Z | info: running `cargo check --bins` on xtask-downloader (207/252) |
| 3943 | 2026-02-24T14:28:05.164Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3944 | 2026-02-24T14:28:05.167Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3945 | 2026-02-24T14:28:05.261Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3946 | 2026-02-24T14:28:06.311Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.89s |
| 3947 | 2026-02-24T14:28:06.537Z | |
| 3948 | 2026-02-24T14:28:06.537Z | info: running `cargo check --bins` on omicron-dropshot-apis (208/252) |
| 3949 | 2026-02-24T14:28:07.368Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3950 | 2026-02-24T14:28:07.371Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3951 | 2026-02-24T14:28:07.580Z | Compiling tabled_derive v0.10.0 |
| 3952 | 2026-02-24T14:28:07.580Z | Checking papergrid v0.14.0 |
| 3953 | 2026-02-24T14:28:07.583Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3954 | 2026-02-24T14:28:07.583Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3955 | 2026-02-24T14:28:07.583Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295) |
| 3956 | 2026-02-24T14:28:07.725Z | Compiling trait-variant v0.1.2 |
| 3957 | 2026-02-24T14:28:07.739Z | Checking is_ci v1.2.0 |
| 3958 | 2026-02-24T14:28:07.776Z | Checking maplit v1.0.2 |
| 3959 | 2026-02-24T14:28:07.957Z | Checking supports-color v3.0.2 |
| 3960 | 2026-02-24T14:28:07.980Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3961 | 2026-02-24T14:28:08.597Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3962 | 2026-02-24T14:28:08.600Z | Checking drift v0.1.3 |
| 3963 | 2026-02-24T14:28:08.600Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3964 | 2026-02-24T14:28:08.773Z | Checking dropshot-api-manager v0.3.0 |
| 3965 | 2026-02-24T14:28:08.902Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3966 | 2026-02-24T14:28:08.979Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 3967 | 2026-02-24T14:28:09.256Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3968 | 2026-02-24T14:28:09.442Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3969 | 2026-02-24T14:28:09.629Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3970 | 2026-02-24T14:28:09.950Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295) |
| 3971 | 2026-02-24T14:28:10.405Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3972 | 2026-02-24T14:28:10.466Z | Checking tabled v0.18.0 |
| 3973 | 2026-02-24T14:28:10.667Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 3974 | 2026-02-24T14:28:10.707Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3975 | 2026-02-24T14:28:19.514Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3976 | 2026-02-24T14:28:21.244Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3977 | 2026-02-24T14:28:22.178Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3978 | 2026-02-24T14:28:22.825Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.28s |
| 3979 | 2026-02-24T14:28:23.066Z | |
| 3980 | 2026-02-24T14:28:23.066Z | info: running `cargo check --bins` on installinator-api (209/252) |
| 3981 | 2026-02-24T14:28:23.835Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3982 | 2026-02-24T14:28:23.838Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3983 | 2026-02-24T14:28:23.838Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3984 | 2026-02-24T14:28:23.843Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 3985 | 2026-02-24T14:28:23.964Z | |
| 3986 | 2026-02-24T14:28:23.964Z | info: running `cargo check --bins` on nexus-external-api (210/252) |
| 3987 | 2026-02-24T14:28:24.812Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3988 | 2026-02-24T14:28:24.815Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3989 | 2026-02-24T14:28:24.815Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3990 | 2026-02-24T14:28:24.822Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
| 3991 | 2026-02-24T14:28:24.935Z | |
| 3992 | 2026-02-24T14:28:24.935Z | info: running `cargo check --bins` on nexus-internal-api (211/252) |
| 3993 | 2026-02-24T14:28:25.777Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3994 | 2026-02-24T14:28:25.780Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3995 | 2026-02-24T14:28:25.780Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3996 | 2026-02-24T14:28:25.787Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
| 3997 | 2026-02-24T14:28:25.911Z | |
| 3998 | 2026-02-24T14:28:25.911Z | info: running `cargo check --bins` on nexus-lockstep-api (212/252) |
| 3999 | 2026-02-24T14:28:26.732Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4000 | 2026-02-24T14:28:26.735Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4001 | 2026-02-24T14:28:26.735Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4002 | 2026-02-24T14:28:26.740Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
| 4003 | 2026-02-24T14:28:26.866Z | |
| 4004 | 2026-02-24T14:28:26.866Z | info: running `cargo check --bins` on ntp-admin-api (213/252) |
| 4005 | 2026-02-24T14:28:27.650Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4006 | 2026-02-24T14:28:27.653Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4007 | 2026-02-24T14:28:27.653Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4008 | 2026-02-24T14:28:27.659Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 4009 | 2026-02-24T14:28:27.767Z | |
| 4010 | 2026-02-24T14:28:27.768Z | info: running `cargo check --bins` on ntp-admin-types-versions (214/252) |
| 4011 | 2026-02-24T14:28:28.537Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4012 | 2026-02-24T14:28:28.540Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4013 | 2026-02-24T14:28:28.540Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4014 | 2026-02-24T14:28:28.547Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 4015 | 2026-02-24T14:28:28.689Z | |
| 4016 | 2026-02-24T14:28:28.689Z | info: running `cargo check --bins` on wicketd-api (215/252) |
| 4017 | 2026-02-24T14:28:29.459Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4018 | 2026-02-24T14:28:29.462Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4019 | 2026-02-24T14:28:29.462Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4020 | 2026-02-24T14:28:29.467Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 4021 | 2026-02-24T14:28:29.574Z | |
| 4022 | 2026-02-24T14:28:29.574Z | info: running `cargo check --bins` on omicron-ls-apis (216/252) |
| 4023 | 2026-02-24T14:28:30.358Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4024 | 2026-02-24T14:28:30.361Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4025 | 2026-02-24T14:28:30.455Z | Checking typeid v1.0.3 |
| 4026 | 2026-02-24T14:28:30.573Z | Checking ordered-float v2.10.1 |
| 4027 | 2026-02-24T14:28:30.590Z | Checking unicode-xid v0.2.6 |
| 4028 | 2026-02-24T14:28:30.608Z | Checking cargo-platform v0.2.0 |
| 4029 | 2026-02-24T14:28:30.678Z | Checking erased-serde v0.4.6 |
| 4030 | 2026-02-24T14:28:30.955Z | Checking serde-value v0.7.0 |
| 4031 | 2026-02-24T14:28:31.302Z | Checking serde-untagged v0.1.7 |
| 4032 | 2026-02-24T14:28:31.556Z | Checking cargo-util-schemas v0.8.2 |
| 4033 | 2026-02-24T14:28:32.833Z | Checking cargo_metadata v0.21.0 |
| 4034 | 2026-02-24T14:28:33.954Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 4035 | 2026-02-24T14:28:35.033Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.45s |
| 4036 | 2026-02-24T14:28:35.227Z | |
| 4037 | 2026-02-24T14:28:35.227Z | info: running `cargo check --bins` on mgs-dev (217/252) |
| 4038 | 2026-02-24T14:28:36.102Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4039 | 2026-02-24T14:28:36.105Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4040 | 2026-02-24T14:28:36.294Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4041 | 2026-02-24T14:28:37.171Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 4042 | 2026-02-24T14:28:37.895Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.66s |
| 4043 | 2026-02-24T14:28:38.130Z | |
| 4044 | 2026-02-24T14:28:38.130Z | info: running `cargo check --bins` on omicron-omdb (218/252) |
| 4045 | 2026-02-24T14:28:39.052Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4046 | 2026-02-24T14:28:39.055Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4047 | 2026-02-24T14:28:39.380Z | Compiling vergen-gitcl v1.0.8 |
| 4048 | 2026-02-24T14:28:39.380Z | Compiling dirs-sys-next v0.1.2 |
| 4049 | 2026-02-24T14:28:39.380Z | Compiling crunchy v0.2.2 |
| 4050 | 2026-02-24T14:28:39.383Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4051 | 2026-02-24T14:28:39.383Z | Compiling dsl_auto_type v0.1.2 |
| 4052 | 2026-02-24T14:28:39.383Z | Checking scheduled-thread-pool v0.2.7 |
| 4053 | 2026-02-24T14:28:39.383Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 4054 | 2026-02-24T14:28:39.383Z | Compiling tiny-keccak v2.0.2 |
| 4055 | 2026-02-24T14:28:39.876Z | Compiling dirs-next v2.0.0 |
| 4056 | 2026-02-24T14:28:39.993Z | Checking r2d2 v0.8.10 |
| 4057 | 2026-02-24T14:28:39.993Z | Compiling bit-vec v0.6.3 |
| 4058 | 2026-02-24T14:28:40.042Z | Compiling term v0.7.0 |
| 4059 | 2026-02-24T14:28:40.094Z | Compiling ena v0.14.3 |
| 4060 | 2026-02-24T14:28:40.374Z | Compiling regex-syntax v0.6.29 |
| 4061 | 2026-02-24T14:28:40.472Z | Compiling bit-set v0.5.3 |
| 4062 | 2026-02-24T14:28:40.552Z | Compiling bindgen v0.71.1 |
| 4063 | 2026-02-24T14:28:40.801Z | Compiling ascii-canvas v3.0.0 |
| 4064 | 2026-02-24T14:28:41.095Z | Compiling diesel_derives v2.2.3 |
| 4065 | 2026-02-24T14:28:42.282Z | Compiling diff v0.1.13 |
| 4066 | 2026-02-24T14:28:42.285Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 4067 | 2026-02-24T14:28:42.285Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 4068 | 2026-02-24T14:28:42.285Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4069 | 2026-02-24T14:28:42.285Z | Compiling libxml v0.3.3 |
| 4070 | 2026-02-24T14:28:42.285Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4071 | 2026-02-24T14:28:42.285Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 4072 | 2026-02-24T14:28:42.285Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4073 | 2026-02-24T14:28:42.392Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 4074 | 2026-02-24T14:28:42.469Z | Compiling strum_macros v0.24.3 |
| 4075 | 2026-02-24T14:28:42.497Z | Compiling indoc v1.0.9 |
| 4076 | 2026-02-24T14:28:43.433Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4077 | 2026-02-24T14:28:43.812Z | Compiling lalrpop v0.19.12 |
| 4078 | 2026-02-24T14:28:44.659Z | Checking derive_builder v0.20.2 |
| 4079 | 2026-02-24T14:28:44.869Z | Compiling impl-trait-for-tuples v0.2.2 |
| 4080 | 2026-02-24T14:28:44.948Z | Compiling oso-derive v0.27.3 |
| 4081 | 2026-02-24T14:28:45.692Z | Checking quick-xml v0.37.2 |
| 4082 | 2026-02-24T14:28:45.783Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 4083 | 2026-02-24T14:28:46.038Z | Compiling diesel-dtrace v0.4.2 |
| 4084 | 2026-02-24T14:28:46.551Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4085 | 2026-02-24T14:28:46.924Z | Checking bb8 v0.8.5 |
| 4086 | 2026-02-24T14:28:47.536Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4087 | 2026-02-24T14:28:47.577Z | Checking nonempty v0.12.0 |
| 4088 | 2026-02-24T14:28:47.961Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4089 | 2026-02-24T14:28:47.998Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4090 | 2026-02-24T14:28:48.134Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4091 | 2026-02-24T14:28:48.406Z | Checking console v0.16.0 |
| 4092 | 2026-02-24T14:28:48.482Z | Checking unit-prefix v0.5.1 |
| 4093 | 2026-02-24T14:28:48.744Z | Checking support-bundle-viewer v0.1.2 |
| 4094 | 2026-02-24T14:28:49.066Z | Checking indicatif v0.18.0 |
| 4095 | 2026-02-24T14:28:49.237Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 4096 | 2026-02-24T14:28:49.378Z | Checking multimap v0.10.1 |
| 4097 | 2026-02-24T14:28:51.752Z | Checking diesel v2.2.12 |
| 4098 | 2026-02-24T14:28:56.430Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4099 | 2026-02-24T14:28:56.432Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 4100 | 2026-02-24T14:28:56.432Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4101 | 2026-02-24T14:28:56.767Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4102 | 2026-02-24T14:28:56.900Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4103 | 2026-02-24T14:29:00.125Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4104 | 2026-02-24T14:29:00.242Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 4105 | 2026-02-24T14:29:01.637Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 4106 | 2026-02-24T14:29:06.340Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4107 | 2026-02-24T14:29:16.464Z | Compiling samael v0.0.19 |
| 4108 | 2026-02-24T14:29:28.280Z | Checking async-bb8-diesel v0.2.1 |
| 4109 | 2026-02-24T14:29:31.453Z | Compiling polar-core v0.27.3 |
| 4110 | 2026-02-24T14:29:39.177Z | Checking oso v0.27.3 |
| 4111 | 2026-02-24T14:30:33.015Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4112 | 2026-02-24T14:31:38.582Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 00s |
| 4113 | 2026-02-24T14:31:38.853Z | |
| 4114 | 2026-02-24T14:31:38.853Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (219/252) |
| 4115 | 2026-02-24T14:31:39.754Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4116 | 2026-02-24T14:31:39.757Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4117 | 2026-02-24T14:31:39.757Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4118 | 2026-02-24T14:31:39.764Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
| 4119 | 2026-02-24T14:31:39.899Z | |
| 4120 | 2026-02-24T14:31:39.899Z | info: running `cargo check --bins` on nexus-saga-recovery (220/252) |
| 4121 | 2026-02-24T14:31:40.795Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4122 | 2026-02-24T14:31:40.798Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4123 | 2026-02-24T14:31:40.798Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4124 | 2026-02-24T14:31:40.803Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
| 4125 | 2026-02-24T14:31:40.941Z | |
| 4126 | 2026-02-24T14:31:40.942Z | info: running `cargo check --bins` on nexus-test-utils-macros (221/252) |
| 4127 | 2026-02-24T14:31:41.749Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4128 | 2026-02-24T14:31:41.752Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4129 | 2026-02-24T14:31:41.752Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4130 | 2026-02-24T14:31:41.759Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
| 4131 | 2026-02-24T14:31:41.860Z | |
| 4132 | 2026-02-24T14:31:41.860Z | info: running `cargo check --bins --no-default-features` on omicron-nexus (222/252) |
| 4133 | 2026-02-24T14:31:42.866Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4134 | 2026-02-24T14:31:42.869Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4135 | 2026-02-24T14:31:43.247Z | Compiling libz-sys v1.1.20 |
| 4136 | 2026-02-24T14:31:43.250Z | Compiling libgit2-sys v0.18.2+1.9.1 |
| 4137 | 2026-02-24T14:31:43.409Z | Compiling vergen-git2 v1.0.7 |
| 4138 | 2026-02-24T14:31:43.432Z | Compiling rustls v0.21.12 |
| 4139 | 2026-02-24T14:31:43.435Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 4140 | 2026-02-24T14:31:43.457Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4141 | 2026-02-24T14:31:43.460Z | Checking rustls-webpki v0.101.7 |
| 4142 | 2026-02-24T14:31:43.460Z | Checking sct v0.7.1 |
| 4143 | 2026-02-24T14:31:43.804Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4144 | 2026-02-24T14:31:43.846Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4145 | 2026-02-24T14:31:43.897Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4146 | 2026-02-24T14:31:43.935Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4147 | 2026-02-24T14:31:44.221Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4148 | 2026-02-24T14:31:44.393Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4149 | 2026-02-24T14:31:44.428Z | Checking rustls-pemfile v1.0.4 |
| 4150 | 2026-02-24T14:31:44.491Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 4151 | 2026-02-24T14:31:44.661Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4152 | 2026-02-24T14:31:45.042Z | Checking twox-hash v2.1.0 |
| 4153 | 2026-02-24T14:31:45.482Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 4154 | 2026-02-24T14:31:45.485Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4155 | 2026-02-24T14:31:46.440Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4156 | 2026-02-24T14:31:46.488Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4157 | 2026-02-24T14:31:46.798Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4158 | 2026-02-24T14:31:47.130Z | Checking tokio-rustls v0.24.1 |
| 4159 | 2026-02-24T14:31:47.486Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 4160 | 2026-02-24T14:31:47.745Z | Checking fatfs v0.3.6 |
| 4161 | 2026-02-24T14:31:47.789Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 4162 | 2026-02-24T14:31:48.221Z | Compiling seq-macro v0.3.6 |
| 4163 | 2026-02-24T14:31:55.534Z | Compiling git2 v0.20.2 |
| 4164 | 2026-02-24T14:31:57.169Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 4165 | 2026-02-24T14:31:57.345Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 4166 | 2026-02-24T14:31:59.987Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 4167 | 2026-02-24T14:33:28.295Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 46s |
| 4168 | 2026-02-24T14:33:28.600Z | |
| 4169 | 2026-02-24T14:33:28.600Z | info: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (223/252) |
| 4170 | 2026-02-24T14:33:29.676Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4171 | 2026-02-24T14:33:29.681Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4172 | 2026-02-24T14:33:29.966Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4173 | 2026-02-24T14:34:46.388Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 17s |
| 4174 | 2026-02-24T14:34:46.649Z | |
| 4175 | 2026-02-24T14:34:46.649Z | info: running `cargo check --bins` on nexus-background-task-interface (224/252) |
| 4176 | 2026-02-24T14:34:47.501Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4177 | 2026-02-24T14:34:47.505Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4178 | 2026-02-24T14:34:47.505Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4179 | 2026-02-24T14:34:47.515Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
| 4180 | 2026-02-24T14:34:47.639Z | |
| 4181 | 2026-02-24T14:34:47.639Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (225/252) |
| 4182 | 2026-02-24T14:34:48.636Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4183 | 2026-02-24T14:34:48.640Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4184 | 2026-02-24T14:34:48.640Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4185 | 2026-02-24T14:34:48.647Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s |
| 4186 | 2026-02-24T14:34:48.779Z | |
| 4187 | 2026-02-24T14:34:48.779Z | info: running `cargo check --bins` on nexus-mgs-updates (226/252) |
| 4188 | 2026-02-24T14:34:49.751Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4189 | 2026-02-24T14:34:49.755Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4190 | 2026-02-24T14:34:49.755Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4191 | 2026-02-24T14:34:49.761Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
| 4192 | 2026-02-24T14:34:49.889Z | |
| 4193 | 2026-02-24T14:34:49.889Z | info: running `cargo check --bins` on nexus-networking (227/252) |
| 4194 | 2026-02-24T14:34:50.818Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4195 | 2026-02-24T14:34:50.821Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4196 | 2026-02-24T14:34:50.821Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4197 | 2026-02-24T14:34:50.826Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s |
| 4198 | 2026-02-24T14:34:50.947Z | |
| 4199 | 2026-02-24T14:34:50.947Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (228/252) |
| 4200 | 2026-02-24T14:34:51.814Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4201 | 2026-02-24T14:34:51.817Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4202 | 2026-02-24T14:34:51.817Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4203 | 2026-02-24T14:34:51.823Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
| 4204 | 2026-02-24T14:34:51.947Z | |
| 4205 | 2026-02-24T14:34:51.947Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (229/252) |
| 4206 | 2026-02-24T14:34:52.893Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4207 | 2026-02-24T14:34:52.896Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4208 | 2026-02-24T14:34:52.897Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4209 | 2026-02-24T14:34:52.900Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s |
| 4210 | 2026-02-24T14:34:53.034Z | |
| 4211 | 2026-02-24T14:34:53.034Z | info: running `cargo check --bins` on omicron-dev (230/252) |
| 4212 | 2026-02-24T14:34:54.077Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4213 | 2026-02-24T14:34:54.080Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4214 | 2026-02-24T14:34:54.433Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4215 | 2026-02-24T14:34:54.436Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4216 | 2026-02-24T14:34:54.602Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 4217 | 2026-02-24T14:34:54.622Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 4218 | 2026-02-24T14:34:54.626Z | Checking diff v0.1.13 |
| 4219 | 2026-02-24T14:34:54.626Z | Checking yansi v1.0.1 |
| 4220 | 2026-02-24T14:34:54.626Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4221 | 2026-02-24T14:34:54.667Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4222 | 2026-02-24T14:34:54.890Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 4223 | 2026-02-24T14:34:55.273Z | Checking pretty_assertions v1.4.1 |
| 4224 | 2026-02-24T14:34:56.419Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4225 | 2026-02-24T14:35:39.812Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4226 | 2026-02-24T14:35:39.816Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4227 | 2026-02-24T14:35:39.816Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4228 | 2026-02-24T14:35:39.816Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4229 | 2026-02-24T14:35:39.816Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4230 | 2026-02-24T14:35:39.816Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4231 | 2026-02-24T14:35:41.247Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4232 | 2026-02-24T14:35:43.204Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4233 | 2026-02-24T14:36:52.294Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 59s |
| 4234 | 2026-02-24T14:36:52.560Z | |
| 4235 | 2026-02-24T14:36:52.560Z | info: running `cargo check --bins` on omicron-pins (231/252) |
| 4236 | 2026-02-24T14:36:53.340Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4237 | 2026-02-24T14:36:53.343Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4238 | 2026-02-24T14:36:53.343Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4239 | 2026-02-24T14:36:53.347Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 4240 | 2026-02-24T14:36:53.441Z | |
| 4241 | 2026-02-24T14:36:53.441Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (232/252) |
| 4242 | 2026-02-24T14:36:54.274Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4243 | 2026-02-24T14:36:54.324Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4244 | 2026-02-24T14:36:54.525Z | Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4245 | 2026-02-24T14:36:54.658Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4246 | 2026-02-24T14:36:54.660Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 4247 | 2026-02-24T14:37:25.153Z | Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4248 | 2026-02-24T14:37:25.711Z | Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4249 | 2026-02-24T14:37:28.727Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4250 | 2026-02-24T14:37:29.335Z | Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4251 | 2026-02-24T14:37:34.261Z | Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4252 | 2026-02-24T14:38:13.047Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4253 | 2026-02-24T14:38:14.006Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4254 | 2026-02-24T14:38:16.570Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 23s |
| 4255 | 2026-02-24T14:38:16.827Z | |
| 4256 | 2026-02-24T14:38:16.827Z | info: running `cargo check --bins` on reconfigurator-sp-updater (233/252) |
| 4257 | 2026-02-24T14:38:17.687Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4258 | 2026-02-24T14:38:17.689Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4259 | 2026-02-24T14:38:17.848Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 4260 | 2026-02-24T14:38:18.870Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s |
| 4261 | 2026-02-24T14:38:19.111Z | |
| 4262 | 2026-02-24T14:38:19.111Z | info: running `cargo check --bins` on omicron-releng (234/252) |
| 4263 | 2026-02-24T14:38:19.986Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4264 | 2026-02-24T14:38:19.990Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4265 | 2026-02-24T14:38:20.127Z | Compiling blake3 v1.5.4 |
| 4266 | 2026-02-24T14:38:20.130Z | Checking constant_time_eq v0.3.1 |
| 4267 | 2026-02-24T14:38:20.251Z | Checking arrayvec v0.7.6 |
| 4268 | 2026-02-24T14:38:20.254Z | Checking arrayref v0.3.9 |
| 4269 | 2026-02-24T14:38:20.270Z | Checking topological-sort v0.2.2 |
| 4270 | 2026-02-24T14:38:20.274Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 4271 | 2026-02-24T14:38:20.274Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 4272 | 2026-02-24T14:38:20.274Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 4273 | 2026-02-24T14:38:20.415Z | Checking shell-words v1.1.0 |
| 4274 | 2026-02-24T14:38:21.690Z | Checking omicron-zone-package v0.12.2 |
| 4275 | 2026-02-24T14:38:23.056Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 4276 | 2026-02-24T14:38:24.485Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.36s |
| 4277 | 2026-02-24T14:38:24.711Z | |
| 4278 | 2026-02-24T14:38:24.712Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (235/252) |
| 4279 | 2026-02-24T14:38:25.556Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4280 | 2026-02-24T14:38:25.559Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4281 | 2026-02-24T14:38:25.670Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 4282 | 2026-02-24T14:38:26.103Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 4283 | 2026-02-24T14:38:26.696Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.97s |
| 4284 | 2026-02-24T14:38:26.955Z | |
| 4285 | 2026-02-24T14:38:26.955Z | info: running `cargo check --bins` on xtask (236/252) |
| 4286 | 2026-02-24T14:38:27.602Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4287 | 2026-02-24T14:38:27.605Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4288 | 2026-02-24T14:38:27.630Z | Checking bitflags v2.9.4 |
| 4289 | 2026-02-24T14:38:27.632Z | Checking serde v1.0.228 |
| 4290 | 2026-02-24T14:38:27.731Z | Checking zerofrom v0.1.4 |
| 4291 | 2026-02-24T14:38:27.749Z | Checking thiserror v2.0.18 |
| 4292 | 2026-02-24T14:38:27.752Z | Checking hashbrown v0.16.1 |
| 4293 | 2026-02-24T14:38:27.767Z | Checking smallvec v1.15.1 |
| 4294 | 2026-02-24T14:38:27.784Z | Checking serde_json v1.0.149 |
| 4295 | 2026-02-24T14:38:27.786Z | Checking scroll v0.12.0 |
| 4296 | 2026-02-24T14:38:27.897Z | Checking num-traits v0.2.19 |
| 4297 | 2026-02-24T14:38:27.964Z | Checking yoke v0.7.4 |
| 4298 | 2026-02-24T14:38:27.994Z | Checking rustix v0.38.37 |
| 4299 | 2026-02-24T14:38:28.137Z | Checking thiserror v1.0.69 |
| 4300 | 2026-02-24T14:38:28.275Z | Checking log v0.4.29 |
| 4301 | 2026-02-24T14:38:28.306Z | Checking percent-encoding v2.3.2 |
| 4302 | 2026-02-24T14:38:28.332Z | Checking zerovec v0.10.4 |
| 4303 | 2026-02-24T14:38:28.577Z | Checking form_urlencoded v1.2.2 |
| 4304 | 2026-02-24T14:38:28.599Z | Checking goblin v0.8.2 |
| 4305 | 2026-02-24T14:38:28.760Z | Checking serde_spanned v0.6.9 |
| 4306 | 2026-02-24T14:38:28.823Z | Checking indexmap v2.13.0 |
| 4307 | 2026-02-24T14:38:28.841Z | Checking toml_datetime v0.6.11 |
| 4308 | 2026-02-24T14:38:28.998Z | Checking erased-serde v0.4.6 |
| 4309 | 2026-02-24T14:38:29.049Z | Checking terminal_size v0.4.0 |
| 4310 | 2026-02-24T14:38:29.212Z | Checking zerocopy v0.7.35 |
| 4311 | 2026-02-24T14:38:29.252Z | Checking pest v2.8.2 |
| 4312 | 2026-02-24T14:38:29.348Z | Checking getrandom v0.3.4 |
| 4313 | 2026-02-24T14:38:29.446Z | Checking ordered-float v2.10.1 |
| 4314 | 2026-02-24T14:38:29.785Z | Checking syn v2.0.114 |
| 4315 | 2026-02-24T14:38:29.942Z | Checking serde-untagged v0.1.7 |
| 4316 | 2026-02-24T14:38:30.049Z | Checking serde-value v0.7.0 |
| 4317 | 2026-02-24T14:38:30.089Z | Checking tinystr v0.7.6 |
| 4318 | 2026-02-24T14:38:30.167Z | Checking icu_collections v1.5.0 |
| 4319 | 2026-02-24T14:38:30.391Z | Checking toml_edit v0.22.27 |
| 4320 | 2026-02-24T14:38:30.482Z | Checking icu_locid v1.5.0 |
| 4321 | 2026-02-24T14:38:30.506Z | Checking rustix v1.1.3 |
| 4322 | 2026-02-24T14:38:30.524Z | Checking once_cell v1.21.3 |
| 4323 | 2026-02-24T14:38:30.873Z | Checking clap_builder v4.5.48 |
| 4324 | 2026-02-24T14:38:30.892Z | Checking cargo-platform v0.2.0 |
| 4325 | 2026-02-24T14:38:31.276Z | Checking textwrap v0.16.2 |
| 4326 | 2026-02-24T14:38:31.508Z | Checking icu_provider v1.5.0 |
| 4327 | 2026-02-24T14:38:31.718Z | Checking fs-err v3.1.1 |
| 4328 | 2026-02-24T14:38:31.867Z | Checking dtrace-parser v0.2.0 |
| 4329 | 2026-02-24T14:38:32.092Z | Checking tabled v0.15.0 |
| 4330 | 2026-02-24T14:38:32.114Z | Checking tempfile v3.24.0 |
| 4331 | 2026-02-24T14:38:32.206Z | Checking icu_locid_transform v1.5.0 |
| 4332 | 2026-02-24T14:38:32.385Z | Checking anyhow v1.0.99 |
| 4333 | 2026-02-24T14:38:32.545Z | Checking camino-tempfile v1.4.1 |
| 4334 | 2026-02-24T14:38:32.805Z | Checking macaddr v1.0.1 |
| 4335 | 2026-02-24T14:38:32.871Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4336 | 2026-02-24T14:38:33.175Z | Checking toml v0.8.23 |
| 4337 | 2026-02-24T14:38:33.241Z | Checking icu_properties v1.5.1 |
| 4338 | 2026-02-24T14:38:33.532Z | Checking dof v0.3.0 |
| 4339 | 2026-02-24T14:38:33.857Z | Checking cargo_toml v0.21.0 |
| 4340 | 2026-02-24T14:38:33.945Z | Checking clap v4.5.48 |
| 4341 | 2026-02-24T14:38:34.443Z | Checking usdt-impl v0.5.0 |
| 4342 | 2026-02-24T14:38:34.867Z | Checking usdt v0.5.0 |
| 4343 | 2026-02-24T14:38:35.531Z | Checking icu_normalizer v1.5.0 |
| 4344 | 2026-02-24T14:38:36.058Z | Checking idna_adapter v1.2.0 |
| 4345 | 2026-02-24T14:38:36.218Z | Checking idna v1.0.3 |
| 4346 | 2026-02-24T14:38:36.569Z | Checking url v2.5.4 |
| 4347 | 2026-02-24T14:38:37.086Z | Checking cargo-util-schemas v0.8.2 |
| 4348 | 2026-02-24T14:38:38.320Z | Checking cargo_metadata v0.21.0 |
| 4349 | 2026-02-24T14:38:39.409Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 4350 | 2026-02-24T14:38:40.132Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.16s |
| 4351 | 2026-02-24T14:38:40.308Z | |
| 4352 | 2026-02-24T14:38:40.308Z | info: running `cargo check --bins` on end-to-end-tests (237/252) |
| 4353 | 2026-02-24T14:38:41.255Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4354 | 2026-02-24T14:38:41.258Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4355 | 2026-02-24T14:38:41.484Z | Checking polyval v0.6.2 |
| 4356 | 2026-02-24T14:38:41.616Z | Checking ctr v0.9.2 |
| 4357 | 2026-02-24T14:38:41.633Z | Checking ssh-encoding v0.2.0 |
| 4358 | 2026-02-24T14:38:41.633Z | Checking blowfish v0.9.1 |
| 4359 | 2026-02-24T14:38:41.664Z | Checking password-hash v0.4.2 |
| 4360 | 2026-02-24T14:38:41.690Z | Checking p256 v0.13.2 |
| 4361 | 2026-02-24T14:38:41.692Z | Checking p521 v0.13.3 |
| 4362 | 2026-02-24T14:38:41.713Z | Checking russh-cryptovec v0.7.3 |
| 4363 | 2026-02-24T14:38:41.880Z | Checking ghash v0.5.1 |
| 4364 | 2026-02-24T14:38:41.913Z | Checking md5 v0.7.0 |
| 4365 | 2026-02-24T14:38:41.937Z | Checking bcrypt-pbkdf v0.10.0 |
| 4366 | 2026-02-24T14:38:41.979Z | Checking num-bigint v0.4.6 |
| 4367 | 2026-02-24T14:38:42.006Z | Checking des v0.8.1 |
| 4368 | 2026-02-24T14:38:42.092Z | Checking aes-gcm v0.10.3 |
| 4369 | 2026-02-24T14:38:42.137Z | Checking pbkdf2 v0.11.0 |
| 4370 | 2026-02-24T14:38:42.234Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4371 | 2026-02-24T14:38:42.237Z | Checking hex-literal v0.4.1 |
| 4372 | 2026-02-24T14:38:42.259Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 4373 | 2026-02-24T14:38:42.301Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 4374 | 2026-02-24T14:38:42.338Z | Checking ssh-cipher v0.2.0 |
| 4375 | 2026-02-24T14:38:42.411Z | Checking internet-checksum v0.2.1 |
| 4376 | 2026-02-24T14:38:42.656Z | Checking ssh-key v0.6.6 |
| 4377 | 2026-02-24T14:38:42.952Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4378 | 2026-02-24T14:38:43.828Z | Checking russh-keys v0.45.0 |
| 4379 | 2026-02-24T14:38:44.782Z | Checking russh v0.45.0 |
| 4380 | 2026-02-24T14:39:10.590Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4381 | 2026-02-24T14:39:12.396Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.07s |
| 4382 | 2026-02-24T14:39:12.652Z | |
| 4383 | 2026-02-24T14:39:12.652Z | info: running `cargo check --bins` on gateway-cli (238/252) |
| 4384 | 2026-02-24T14:39:13.440Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4385 | 2026-02-24T14:39:13.443Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4386 | 2026-02-24T14:39:13.556Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 4387 | 2026-02-24T14:39:13.559Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 4388 | 2026-02-24T14:39:13.559Z | Checking termios v0.3.3 |
| 4389 | 2026-02-24T14:39:15.914Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 4390 | 2026-02-24T14:39:16.117Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 4391 | 2026-02-24T14:39:19.220Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 4392 | 2026-02-24T14:39:20.154Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.49s |
| 4393 | 2026-02-24T14:39:20.363Z | |
| 4394 | 2026-02-24T14:39:20.363Z | info: running `cargo check --bins --no-default-features` on installinator (239/252) |
| 4395 | 2026-02-24T14:39:21.213Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4396 | 2026-02-24T14:39:21.216Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4397 | 2026-02-24T14:39:21.369Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 4398 | 2026-02-24T14:39:21.372Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 4399 | 2026-02-24T14:39:21.510Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 4400 | 2026-02-24T14:39:21.510Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 4401 | 2026-02-24T14:39:21.513Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 4402 | 2026-02-24T14:39:22.129Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4403 | 2026-02-24T14:39:22.132Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 4404 | 2026-02-24T14:39:23.298Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4405 | 2026-02-24T14:39:23.520Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 4406 | 2026-02-24T14:39:23.523Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 4407 | 2026-02-24T14:39:24.618Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 4408 | 2026-02-24T14:39:27.226Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.85s |
| 4409 | 2026-02-24T14:39:27.449Z | |
| 4410 | 2026-02-24T14:39:27.450Z | info: running `cargo check --bins` on internal-dns-cli (240/252) |
| 4411 | 2026-02-24T14:39:28.275Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4412 | 2026-02-24T14:39:28.278Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4413 | 2026-02-24T14:39:28.394Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 4414 | 2026-02-24T14:39:29.053Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 4415 | 2026-02-24T14:39:29.521Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.06s |
| 4416 | 2026-02-24T14:39:29.764Z | |
| 4417 | 2026-02-24T14:39:29.764Z | info: running `cargo check --bins` on omicron-live-tests (241/252) |
| 4418 | 2026-02-24T14:39:30.523Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4419 | 2026-02-24T14:39:30.526Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4420 | 2026-02-24T14:39:30.526Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4421 | 2026-02-24T14:39:30.531Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 4422 | 2026-02-24T14:39:30.632Z | |
| 4423 | 2026-02-24T14:39:30.632Z | info: running `cargo check --bins` on live-tests-macros (242/252) |
| 4424 | 2026-02-24T14:39:31.399Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4425 | 2026-02-24T14:39:31.402Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4426 | 2026-02-24T14:39:31.402Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4427 | 2026-02-24T14:39:31.409Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 4428 | 2026-02-24T14:39:31.520Z | |
| 4429 | 2026-02-24T14:39:31.520Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (243/252) |
| 4430 | 2026-02-24T14:39:32.374Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4431 | 2026-02-24T14:39:32.376Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4432 | 2026-02-24T14:39:32.585Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 4433 | 2026-02-24T14:39:33.416Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.88s |
| 4434 | 2026-02-24T14:39:33.665Z | |
| 4435 | 2026-02-24T14:39:33.665Z | info: running `cargo check --bins` on omicron-ntp-admin (244/252) |
| 4436 | 2026-02-24T14:39:34.463Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4437 | 2026-02-24T14:39:34.466Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4438 | 2026-02-24T14:39:34.588Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4439 | 2026-02-24T14:39:34.592Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 4440 | 2026-02-24T14:39:34.944Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4441 | 2026-02-24T14:39:34.944Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 4442 | 2026-02-24T14:39:36.186Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.51s |
| 4443 | 2026-02-24T14:39:36.404Z | |
| 4444 | 2026-02-24T14:39:36.404Z | info: running `cargo check --bins` on ntp-admin-types (245/252) |
| 4445 | 2026-02-24T14:39:37.190Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4446 | 2026-02-24T14:39:37.193Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4447 | 2026-02-24T14:39:37.193Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4448 | 2026-02-24T14:39:37.198Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 4449 | 2026-02-24T14:39:37.295Z | |
| 4450 | 2026-02-24T14:39:37.295Z | info: running `cargo check --bins` on omicron-package (246/252) |
| 4451 | 2026-02-24T14:39:38.084Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4452 | 2026-02-24T14:39:38.087Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4453 | 2026-02-24T14:39:38.211Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 4454 | 2026-02-24T14:39:39.864Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.56s |
| 4455 | 2026-02-24T14:39:40.101Z | |
| 4456 | 2026-02-24T14:39:40.101Z | info: running `cargo check --bins` on tqdb (247/252) |
| 4457 | 2026-02-24T14:39:40.956Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4458 | 2026-02-24T14:39:40.959Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4459 | 2026-02-24T14:39:41.206Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4460 | 2026-02-24T14:39:41.706Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 4461 | 2026-02-24T14:39:42.811Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 4462 | 2026-02-24T14:39:42.814Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 4463 | 2026-02-24T14:39:50.096Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 4464 | 2026-02-24T14:39:51.257Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 4465 | 2026-02-24T14:39:51.259Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4466 | 2026-02-24T14:39:51.261Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 4467 | 2026-02-24T14:39:52.711Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4468 | 2026-02-24T14:39:52.715Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 4469 | 2026-02-24T14:40:03.255Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4470 | 2026-02-24T14:40:03.258Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4471 | 2026-02-24T14:40:03.258Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4472 | 2026-02-24T14:40:03.258Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4473 | 2026-02-24T14:40:05.663Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4474 | 2026-02-24T14:40:07.811Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4475 | 2026-02-24T14:40:08.847Z | Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4476 | 2026-02-24T14:40:10.986Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 4477 | 2026-02-24T14:40:11.829Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.71s |
| 4478 | 2026-02-24T14:40:12.075Z | |
| 4479 | 2026-02-24T14:40:12.075Z | info: running `cargo check --bins` on wicket-dbg (248/252) |
| 4480 | 2026-02-24T14:40:12.931Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4481 | 2026-02-24T14:40:12.936Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4482 | 2026-02-24T14:40:13.119Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4483 | 2026-02-24T14:40:13.123Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 4484 | 2026-02-24T14:40:13.123Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 4485 | 2026-02-24T14:40:13.275Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4486 | 2026-02-24T14:40:13.278Z | Checking rtoolbox v0.0.2 |
| 4487 | 2026-02-24T14:40:13.289Z | Checking tui-tree-widget v0.23.1 |
| 4488 | 2026-02-24T14:40:13.504Z | Checking rpassword v7.4.0 |
| 4489 | 2026-02-24T14:40:13.669Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 4490 | 2026-02-24T14:40:15.141Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 4491 | 2026-02-24T14:40:22.185Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 4492 | 2026-02-24T14:40:23.276Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 4493 | 2026-02-24T14:40:28.463Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4494 | 2026-02-24T14:40:31.828Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 4495 | 2026-02-24T14:40:33.308Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.22s |
| 4496 | 2026-02-24T14:40:33.531Z | |
| 4497 | 2026-02-24T14:40:33.532Z | info: running `cargo check --bins` on wicket (249/252) |
| 4498 | 2026-02-24T14:40:34.366Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4499 | 2026-02-24T14:40:34.369Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4500 | 2026-02-24T14:40:34.510Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4501 | 2026-02-24T14:40:35.027Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s |
| 4502 | 2026-02-24T14:40:35.274Z | |
| 4503 | 2026-02-24T14:40:35.274Z | info: running `cargo check --bins` on wicketd (250/252) |
| 4504 | 2026-02-24T14:40:36.162Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4505 | 2026-02-24T14:40:36.195Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4506 | 2026-02-24T14:40:36.386Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4507 | 2026-02-24T14:40:36.447Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4508 | 2026-02-24T14:40:36.447Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4509 | 2026-02-24T14:40:36.448Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 4510 | 2026-02-24T14:40:38.277Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4511 | 2026-02-24T14:40:39.255Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 4512 | 2026-02-24T14:40:44.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.85s |
| 4513 | 2026-02-24T14:40:44.381Z | |
| 4514 | 2026-02-24T14:40:44.381Z | info: running `cargo check --bins` on omicron-workspace-hack (251/252) |
| 4515 | 2026-02-24T14:40:45.140Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4516 | 2026-02-24T14:40:45.143Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4517 | 2026-02-24T14:40:45.143Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4518 | 2026-02-24T14:40:45.148Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 4519 | 2026-02-24T14:40:45.249Z | |
| 4520 | 2026-02-24T14:40:45.249Z | info: running `cargo check --bins` on zone-setup (252/252) |
| 4521 | 2026-02-24T14:40:46.094Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4522 | 2026-02-24T14:40:46.097Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4523 | 2026-02-24T14:40:46.228Z | Checking uzers v0.12.1 |
| 4524 | 2026-02-24T14:40:46.625Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 4525 | 2026-02-24T14:40:47.821Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.56s |
| 4526 | 2026-02-24T14:40:48.081Z | |
| 4527 | 2026-02-24T14:40:48.081Z | real 23:58.410438622 |
| 4528 | 2026-02-24T14:40:48.081Z | user 43:08.291518009 |
| 4529 | 2026-02-24T14:40:48.082Z | sys 7:17.771688616 |
| 4530 | 2026-02-24T14:40:48.082Z | trap 0.953800833 |
| 4531 | 2026-02-24T14:40:48.085Z | tflt 0.678447208 |
| 4532 | 2026-02-24T14:40:48.085Z | dflt 0.817651248 |
| 4533 | 2026-02-24T14:40:48.085Z | kflt 0.001110275 |
| 4534 | 2026-02-24T14:40:48.085Z | lock 1:54:56.825404876 |
| 4535 | 2026-02-24T14:40:48.085Z | slp 3:47:14.231376822 |
| 4536 | 2026-02-24T14:40:48.086Z | lat 1:48.252076891 |
| 4537 | 2026-02-24T14:40:48.086Z | stop 6:45.660800047 |
| 4538 | 2026-02-24T14:40:48.086Z | process exited: duration 1830305 ms, exit code 0 |
| |
| 4539 | 2026-02-24T14:40:48.093Z | found 0 output files |