|
|
|
| 1 | 2026-02-27T02:03:06.139Z | job assigned to worker 01KJEDA7DKJYZW86EDPQEPP2N3 [factory aws, i-05fa8dd298b18a916] (queued for 49 s) |
| |
| 2 | 2026-02-27T02:03:14.550Z | starting task 0: "setup" |
| 3 | 2026-02-27T02:03:14.557Z | ++ uname -s |
| 4 | 2026-02-27T02:03:14.560Z | + kern=SunOS |
| 5 | 2026-02-27T02:03:14.560Z | + build_user=build |
| 6 | 2026-02-27T02:03:14.560Z | + build_uid=12345 |
| 7 | 2026-02-27T02:03:14.560Z | + work_dir=/work |
| 8 | 2026-02-27T02:03:14.560Z | + input_dir=/input |
| 9 | 2026-02-27T02:03:14.560Z | + [[ 0 == 12345 ]] |
| 10 | 2026-02-27T02:03:14.560Z | + case "$kern" in |
| 11 | 2026-02-27T02:03:14.560Z | + groupadd -g 12345 build |
| 12 | 2026-02-27T02:03:14.564Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-02-27T02:03:16.568Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-02-27T02:03:16.628Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-02-27T02:03:16.632Z | + home_fs=zfs |
| 16 | 2026-02-27T02:03:16.632Z | + [[ zfs == autofs ]] |
| 17 | 2026-02-27T02:03:16.632Z | + mkdir -p /home/build |
| 18 | 2026-02-27T02:03:16.635Z | + chown build:build /home/build /work |
| 19 | 2026-02-27T02:03:18.636Z | + chmod 0700 /home/build /work |
| 20 | 2026-02-27T02:03:18.639Z | process exited: duration 4091 ms, exit code 0 |
| |
| 21 | 2026-02-27T02:03:18.645Z | starting task 1: "rust-toolchain" |
| 22 | 2026-02-27T02:03:18.651Z | + printf ' * rust toolchain channel = "%s"\n' 1.91.1 |
| 23 | 2026-02-27T02:03:18.651Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-02-27T02:03:18.651Z | * rust toolchain channel = "1.91.1" |
| 25 | 2026-02-27T02:03:18.651Z | * rust toolchain profile = "default" |
| 26 | 2026-02-27T02:03:18.651Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-02-27T02:03:18.651Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-02-27T02:03:18.654Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-02-27T02:03:18.654Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default |
| 30 | 2026-02-27T02:03:18.782Z | info: downloading installer |
| 31 | 2026-02-27T02:03:20.625Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-02-27T02:03:20.625Z | warn: /opt/ooce/bin |
| 33 | 2026-02-27T02:03:20.625Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-02-27T02:03:20.625Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-02-27T02:03:20.625Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-02-27T02:03:20.625Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-02-27T02:03:20.625Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-02-27T02:03:20.625Z | error: cannot install while Rust is installed |
| 39 | 2026-02-27T02:03:20.625Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-02-27T02:03:20.657Z | info: profile set to 'default' |
| 41 | 2026-02-27T02:03:20.657Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-02-27T02:03:20.660Z | info: syncing channel updates for '1.91.1-x86_64-unknown-illumos' |
| 43 | 2026-02-27T02:03:20.871Z | info: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07) |
| 44 | 2026-02-27T02:03:20.871Z | info: downloading component 'cargo' |
| 45 | 2026-02-27T02:03:22.127Z | info: downloading component 'clippy' |
| 46 | 2026-02-27T02:03:22.644Z | info: downloading component 'rust-docs' |
| 47 | 2026-02-27T02:03:24.596Z | info: downloading component 'rust-std' |
| 48 | 2026-02-27T02:03:26.721Z | info: downloading component 'rustc' |
| 49 | 2026-02-27T02:03:35.352Z | info: downloading component 'rustfmt' |
| 50 | 2026-02-27T02:03:35.699Z | info: installing component 'cargo' |
| 51 | 2026-02-27T02:03:36.630Z | info: installing component 'clippy' |
| 52 | 2026-02-27T02:03:37.038Z | info: installing component 'rust-docs' |
| 53 | 2026-02-27T02:03:39.000Z | info: installing component 'rust-std' |
| 54 | 2026-02-27T02:03:40.845Z | info: installing component 'rustc' |
| 55 | 2026-02-27T02:03:47.726Z | info: installing component 'rustfmt' |
| 56 | 2026-02-27T02:03:48.076Z | info: default toolchain set to '1.91.1-x86_64-unknown-illumos' |
| 57 | 2026-02-27T02:03:48.076Z | |
| 58 | 2026-02-27T02:03:48.578Z | 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 59 | 2026-02-27T02:03:48.578Z | |
| 60 | 2026-02-27T02:03:48.581Z | |
| 61 | 2026-02-27T02:03:48.581Z | Rust is installed now. Great! |
| 62 | 2026-02-27T02:03:48.581Z | |
| 63 | 2026-02-27T02:03:48.581Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-02-27T02:03:48.581Z | environment variable. This has not been done automatically. |
| 65 | 2026-02-27T02:03:48.581Z | |
| 66 | 2026-02-27T02:03:48.581Z | To configure your current shell, you need to source |
| 67 | 2026-02-27T02:03:48.581Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-02-27T02:03:48.581Z | |
| 69 | 2026-02-27T02:03:48.581Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-02-27T02:03:48.581Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-02-27T02:03:48.581Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-02-27T02:03:48.581Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-02-27T02:03:48.677Z | + rustup --version |
| 74 | 2026-02-27T02:03:48.689Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-02-27T02:03:48.692Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-02-27T02:03:48.780Z | info: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)` |
| 77 | 2026-02-27T02:03:48.785Z | + cargo --version |
| 78 | 2026-02-27T02:03:48.862Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 79 | 2026-02-27T02:03:48.865Z | + rustc --version |
| 80 | 2026-02-27T02:03:48.945Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 81 | 2026-02-27T02:03:48.951Z | process exited: duration 30302 ms, exit code 0 |
| |
| 82 | 2026-02-27T02:03:48.957Z | starting task 2: "authentication" |
| 83 | 2026-02-27T02:03:48.981Z | process exited: duration 23 ms, exit code 0 |
| |
| 84 | 2026-02-27T02:03:48.988Z | starting task 3: "clone repository" |
| 85 | 2026-02-27T02:03:48.993Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2026-02-27T02:03:48.998Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2026-02-27T02:03:49.064Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2026-02-27T02:04:53.650Z | + cd /work/oxidecomputer/omicron |
| 89 | 2026-02-27T02:04:53.653Z | + git fetch origin 0c68818c355c7ac10a6f294956c525726c53275e |
| 90 | 2026-02-27T02:04:54.317Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2026-02-27T02:04:54.317Z | * branch 0c68818c355c7ac10a6f294956c525726c53275e -> FETCH_HEAD |
| 92 | 2026-02-27T02:04:54.330Z | + [[ -n sunshowers/spr/meta-use-oxide-update-engine-from-cratesio ]] |
| 93 | 2026-02-27T02:04:54.333Z | ++ git branch --show-current |
| 94 | 2026-02-27T02:04:54.336Z | + current=main |
| 95 | 2026-02-27T02:04:54.336Z | + [[ main != sunshowers/spr/meta-use-oxide-update-engine-from-cratesio ]] |
| 96 | 2026-02-27T02:04:54.336Z | + git branch -f sunshowers/spr/meta-use-oxide-update-engine-from-cratesio 0c68818c355c7ac10a6f294956c525726c53275e |
| 97 | 2026-02-27T02:04:54.339Z | + git checkout -f sunshowers/spr/meta-use-oxide-update-engine-from-cratesio |
| 98 | 2026-02-27T02:04:54.887Z | Switched to branch 'sunshowers/spr/meta-use-oxide-update-engine-from-cratesio' |
| 99 | 2026-02-27T02:04:54.890Z | + git reset --hard 0c68818c355c7ac10a6f294956c525726c53275e |
| 100 | 2026-02-27T02:04:54.910Z | HEAD is now at 0c68818c3 remove patches |
| 101 | 2026-02-27T02:04:54.913Z | process exited: duration 65918 ms, exit code 0 |
| |
| 102 | 2026-02-27T02:04:54.922Z | starting task 4: "build" |
| 103 | 2026-02-27T02:04:54.926Z | + source .github/buildomat/ci-env.sh |
| 104 | 2026-02-27T02:04:54.926Z | ++ export CARGO_TERM_COLOR=always |
| 105 | 2026-02-27T02:04:54.926Z | ++ CARGO_TERM_COLOR=always |
| 106 | 2026-02-27T02:04:54.930Z | + cargo --version |
| 107 | 2026-02-27T02:04:54.991Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 108 | 2026-02-27T02:04:54.994Z | + rustc --version |
| 109 | 2026-02-27T02:04:55.074Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 110 | 2026-02-27T02:04:55.078Z | + source ./env.sh |
| 111 | 2026-02-27T02:04:55.081Z | ++ OLD_SHELL_OPTS=ehxB |
| 112 | 2026-02-27T02:04:55.081Z | ++ set -o xtrace |
| 113 | 2026-02-27T02:04:55.081Z | ++++ dirname ./env.sh |
| 114 | 2026-02-27T02:04:55.084Z | +++ readlink -f . |
| 115 | 2026-02-27T02:04:55.088Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 116 | 2026-02-27T02:04:55.088Z | ++ 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-27T02:04:55.088Z | ++ 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-27T02:04:55.088Z | ++ 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-27T02:04:55.088Z | ++ 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-27T02:04:55.088Z | ++ 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-27T02:04:55.088Z | ++ 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-27T02:04:55.088Z | ++ 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-27T02:04:55.088Z | ++ 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-27T02:04:55.088Z | ++ case $OLD_SHELL_OPTS in |
| 125 | 2026-02-27T02:04:55.088Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 126 | 2026-02-27T02:04:55.088Z | + 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-27T02:04:55.088Z | + 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-27T02:04:55.088Z | + banner prerequisites |
| 129 | 2026-02-27T02:04:55.092Z | |
| 130 | 2026-02-27T02:04:55.092Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 131 | 2026-02-27T02:04:55.092Z | # # # # # # # # # # # # # # # |
| 132 | 2026-02-27T02:04:55.092Z | # # # # ##### # # ##### # # # # # #### # |
| 133 | 2026-02-27T02:04:55.092Z | ##### ##### # ##### # # # # # # # # # |
| 134 | 2026-02-27T02:04:55.092Z | # # # # # # # # # # # # # # # |
| 135 | 2026-02-27T02:04:55.092Z | # # # ###### # # ###### ### # #### # #### # |
| 136 | 2026-02-27T02:04:55.092Z | |
| 137 | 2026-02-27T02:04:55.092Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 138 | 2026-02-27T02:05:06.586Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 139 | 2026-02-27T02:05:17.274Z | Startup: Caching catalogs ... Done |
| 140 | 2026-02-27T02:05:41.606Z | Planning: Solver setup ... Done (22.646s) |
| 141 | 2026-02-27T02:05:41.771Z | Planning: Running solver ... Done (0.165s) |
| 142 | 2026-02-27T02:05:41.946Z | Planning: Finding local manifests ... Done (0.002s) |
| 143 | 2026-02-27T02:05:41.967Z | Planning: Fetching manifests: 0/4 0% complete |
| 144 | 2026-02-27T02:05:43.233Z | Planning: Fetching manifests: 4/4 100% complete |
| 145 | 2026-02-27T02:05:43.285Z | Planning: Package planning ... Done (0.052s) |
| 146 | 2026-02-27T02:05:43.336Z | Planning: Merging actions ... Done (0.051s) |
| 147 | 2026-02-27T02:05:43.732Z | Planning: Checking for conflicting actions ... Done (0.396s) |
| 148 | 2026-02-27T02:05:43.744Z | Planning: Consolidating action changes ... Done (0.012s) |
| 149 | 2026-02-27T02:05:44.628Z | Planning: Evaluating mediators ... Done (0.884s) |
| 150 | 2026-02-27T02:05:44.640Z | Planning: Planning completed in 27.21 seconds |
| 151 | 2026-02-27T02:05:44.816Z | Packages to install: 4 |
| 152 | 2026-02-27T02:05:44.816Z | Mediators to change: 2 |
| 153 | 2026-02-27T02:05:44.816Z | Services to change: 1 |
| 154 | 2026-02-27T02:05:44.819Z | Estimated space available: 155.43 GB |
| 155 | 2026-02-27T02:05:44.819Z | Estimated space to be consumed: 1.81 GB |
| 156 | 2026-02-27T02:05:44.819Z | Create boot environment: No |
| 157 | 2026-02-27T02:05:44.819Z | Create backup boot environment: No |
| 158 | 2026-02-27T02:05:44.820Z | Rebuild boot archive: No |
| 159 | 2026-02-27T02:05:44.820Z | |
| 160 | 2026-02-27T02:05:44.820Z | Changed mediators: |
| 161 | 2026-02-27T02:05:44.820Z | mediator clang: |
| 162 | 2026-02-27T02:05:44.820Z | version: None -> 15 (system default) |
| 163 | 2026-02-27T02:05:44.820Z | |
| 164 | 2026-02-27T02:05:44.820Z | mediator llvm: |
| 165 | 2026-02-27T02:05:44.820Z | version: 14 (system default) -> 15 (system default) |
| 166 | 2026-02-27T02:05:44.820Z | |
| 167 | 2026-02-27T02:05:44.820Z | Changed packages: |
| 168 | 2026-02-27T02:05:44.820Z | helios-dev |
| 169 | 2026-02-27T02:05:44.820Z | developer/build-essential |
| 170 | 2026-02-27T02:05:44.820Z | None -> 11-2.0 |
| 171 | 2026-02-27T02:05:44.820Z | library/libxmlsec1 |
| 172 | 2026-02-27T02:05:44.820Z | None -> 1.2.35-2.0 |
| 173 | 2026-02-27T02:05:44.820Z | ooce/developer/clang-15 |
| 174 | 2026-02-27T02:05:44.820Z | None -> 15.0.7-2.0 |
| 175 | 2026-02-27T02:05:44.820Z | ooce/developer/llvm-15 |
| 176 | 2026-02-27T02:05:44.820Z | None -> 15.0.7-2.0 |
| 177 | 2026-02-27T02:05:44.820Z | |
| 178 | 2026-02-27T02:05:44.820Z | Services: |
| 179 | 2026-02-27T02:05:44.820Z | restart_fmri: |
| 180 | 2026-02-27T02:05:44.820Z | svc:/system/update-man-index:default |
| 181 | 2026-02-27T02:05:44.866Z | |
| 182 | 2026-02-27T02:05:44.866Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 183 | 2026-02-27T02:05:49.885Z | Download: 1201/3290 items 83.6/212.6MB 39% complete (17.0M/s) |
| 184 | 2026-02-27T02:05:55.869Z | Download: 3248/3290 items 203.1/212.6MB 95% complete (20.5M/s) |
| 185 | 2026-02-27T02:05:59.572Z | Download: Completed 212.60 MB in 14.70 seconds (14.5M/s) |
| 186 | 2026-02-27T02:05:59.763Z | Actions: 1/3689 actions (Installing new actions) |
| 187 | 2026-02-27T02:06:04.401Z | Actions: Completed 3689 actions in 4.64 seconds. |
| 188 | 2026-02-27T02:06:04.835Z | Done (0.430s) |
| 189 | 2026-02-27T02:06:04.835Z | Done (0.000s) |
| 190 | 2026-02-27T02:06:05.965Z | Done (1.098s) |
| 191 | 2026-02-27T02:06:11.060Z | Done (4.755s) |
| 192 | 2026-02-27T02:06:11.144Z | Done (0.017s) |
| 193 | 2026-02-27T02:06:11.150Z | Done (0.000s) |
| 194 | 2026-02-27T02:06:11.357Z | Done (0.000s) |
| 195 | 2026-02-27T02:06:12.379Z | Planning: Evaluating mediator changes ... Done |
| 196 | 2026-02-27T02:06:12.545Z | Planning: Checking for conflicting actions ... Done |
| 197 | 2026-02-27T02:06:12.549Z | Planning: Consolidating action changes ... Done |
| 198 | 2026-02-27T02:06:12.832Z | Planning: Evaluating mediators ... Done |
| 199 | 2026-02-27T02:06:12.835Z | Planning: Planning completed in 0.45 seconds |
| 200 | 2026-02-27T02:06:12.867Z | Mediators to change: 2 |
| 201 | 2026-02-27T02:06:12.867Z | Create boot environment: No |
| 202 | 2026-02-27T02:06:12.870Z | Create backup boot environment: No |
| 203 | 2026-02-27T02:06:12.939Z | Done |
| 204 | 2026-02-27T02:06:12.939Z | Done |
| 205 | 2026-02-27T02:06:13.756Z | Done |
| 206 | 2026-02-27T02:06:17.748Z | Done |
| 207 | 2026-02-27T02:06:17.843Z | Done |
| 208 | 2026-02-27T02:06:17.847Z | Done |
| 209 | 2026-02-27T02:06:17.995Z | Done |
| 210 | 2026-02-27T02:06:18.656Z | Planning: Evaluating mediator changes ... Done |
| 211 | 2026-02-27T02:06:18.659Z | Planning: Merging actions ... Done |
| 212 | 2026-02-27T02:06:18.857Z | Planning: Checking for conflicting actions ... Done |
| 213 | 2026-02-27T02:06:18.861Z | Planning: Consolidating action changes ... Done |
| 214 | 2026-02-27T02:06:19.141Z | Planning: Evaluating mediators ... Done |
| 215 | 2026-02-27T02:06:19.201Z | Planning: Planning completed in 0.80 seconds |
| 216 | 2026-02-27T02:06:19.236Z | Packages to change: 1 |
| 217 | 2026-02-27T02:06:19.236Z | Mediators to change: 1 |
| 218 | 2026-02-27T02:06:19.240Z | Services to change: 1 |
| 219 | 2026-02-27T02:06:19.240Z | Create boot environment: No |
| 220 | 2026-02-27T02:06:19.240Z | Create backup boot environment: Yes |
| 221 | 2026-02-27T02:06:21.984Z | Actions: 1/6 actions (Updating modified actions) |
| 222 | 2026-02-27T02:06:21.987Z | Actions: Completed 6 actions in 0.00 seconds. |
| 223 | 2026-02-27T02:06:21.988Z | Done |
| 224 | 2026-02-27T02:06:21.988Z | Done |
| 225 | 2026-02-27T02:06:22.209Z | Done |
| 226 | 2026-02-27T02:06:26.122Z | Done |
| 227 | 2026-02-27T02:06:26.213Z | Done |
| 228 | 2026-02-27T02:06:26.217Z | Done |
| 229 | 2026-02-27T02:06:26.386Z | Done |
| 230 | 2026-02-27T02:06:26.858Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 231 | 2026-02-27T02:06:26.858Z | clang system 15 system |
| 232 | 2026-02-27T02:06:26.858Z | csh system system illumos |
| 233 | 2026-02-27T02:06:26.858Z | ctags system system illumos |
| 234 | 2026-02-27T02:06:26.858Z | file system system illumos |
| 235 | 2026-02-27T02:06:26.858Z | gcc vendor 12 vendor |
| 236 | 2026-02-27T02:06:26.858Z | gcc system 10 system |
| 237 | 2026-02-27T02:06:26.858Z | gcc system 7 system |
| 238 | 2026-02-27T02:06:26.858Z | go system 1.20 system |
| 239 | 2026-02-27T02:06:26.858Z | go system 1.19 system |
| 240 | 2026-02-27T02:06:26.858Z | llvm system 15 system |
| 241 | 2026-02-27T02:06:26.858Z | llvm system 14 system |
| 242 | 2026-02-27T02:06:26.858Z | mariadb system 10.6 system |
| 243 | 2026-02-27T02:06:26.858Z | mta vendor vendor dma |
| 244 | 2026-02-27T02:06:26.858Z | openjdk system 17 system |
| 245 | 2026-02-27T02:06:26.858Z | openjdk system 11 system |
| 246 | 2026-02-27T02:06:26.858Z | openjdk system 1.8 system |
| 247 | 2026-02-27T02:06:26.858Z | openssl vendor 3 vendor |
| 248 | 2026-02-27T02:06:26.858Z | perl system 5.36 system |
| 249 | 2026-02-27T02:06:26.858Z | postgresql system 15 system |
| 250 | 2026-02-27T02:06:26.858Z | postgresql system 13 system |
| 251 | 2026-02-27T02:06:26.858Z | python vendor 3 vendor |
| 252 | 2026-02-27T02:06:26.858Z | python system 2 system |
| 253 | 2026-02-27T02:06:26.858Z | python3 system 3.11 system |
| 254 | 2026-02-27T02:06:26.858Z | ruby system 3.0 system |
| 255 | 2026-02-27T02:06:26.858Z | words vendor vendor american-english |
| 256 | 2026-02-27T02:06:26.858Z | words system system australian-english |
| 257 | 2026-02-27T02:06:26.858Z | words system system british-english |
| 258 | 2026-02-27T02:06:26.858Z | words system system canadian-english |
| 259 | 2026-02-27T02:06:26.858Z | words system system french |
| 260 | 2026-02-27T02:06:26.858Z | words system system italian |
| 261 | 2026-02-27T02:06:26.858Z | words system system ngerman |
| 262 | 2026-02-27T02:06:26.858Z | words system system ogerman |
| 263 | 2026-02-27T02:06:26.859Z | words system system spanish |
| 264 | 2026-02-27T02:06:27.211Z | PUBLISHER TYPE STATUS P LOCATION |
| 265 | 2026-02-27T02:06:27.211Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 266 | 2026-02-27T02:06:33.843Z | FMRI IFO |
| 267 | 2026-02-27T02:06:33.843Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 268 | 2026-02-27T02:06:33.843Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 269 | 2026-02-27T02:06:33.844Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 270 | 2026-02-27T02:06:33.844Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 271 | 2026-02-27T02:06:33.844Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 272 | 2026-02-27T02:06:33.844Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 273 | 2026-02-27T02:06:33.844Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 274 | 2026-02-27T02:06:33.844Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 275 | 2026-02-27T02:06:33.844Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 276 | 2026-02-27T02:06:33.844Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 277 | 2026-02-27T02:06:33.844Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 278 | 2026-02-27T02:06:33.844Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 279 | 2026-02-27T02:06:33.844Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 280 | 2026-02-27T02:06:33.844Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 281 | 2026-02-27T02:06:33.844Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 282 | 2026-02-27T02:06:33.844Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 283 | 2026-02-27T02:06:35.108Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 284 | 2026-02-27T02:06:35.765Z | Updating crates.io index |
| 285 | 2026-02-27T02:06:35.839Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 286 | 2026-02-27T02:06:36.929Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 287 | 2026-02-27T02:06:37.652Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 288 | 2026-02-27T02:06:38.506Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 289 | 2026-02-27T02:06:39.167Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 290 | 2026-02-27T02:06:44.773Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 291 | 2026-02-27T02:06:50.448Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 292 | 2026-02-27T02:06:53.587Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 293 | 2026-02-27T02:06:54.554Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 294 | 2026-02-27T02:06:57.629Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 295 | 2026-02-27T02:06:59.255Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 296 | 2026-02-27T02:07:01.909Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 297 | 2026-02-27T02:07:03.125Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 298 | 2026-02-27T02:07:04.296Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 299 | 2026-02-27T02:07:05.186Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 300 | 2026-02-27T02:07:07.130Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 301 | 2026-02-27T02:07:08.577Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 302 | 2026-02-27T02:07:09.074Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 303 | 2026-02-27T02:07:09.702Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 304 | 2026-02-27T02:07:10.657Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 305 | 2026-02-27T02:07:11.322Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 306 | 2026-02-27T02:07:11.901Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 307 | 2026-02-27T02:07:12.555Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 308 | 2026-02-27T02:07:13.425Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 309 | 2026-02-27T02:07:14.287Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 310 | 2026-02-27T02:07:15.732Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 311 | 2026-02-27T02:07:16.360Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 312 | 2026-02-27T02:07:17.213Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 313 | 2026-02-27T02:07:18.662Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 314 | 2026-02-27T02:07:19.922Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 315 | 2026-02-27T02:07:20.743Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 316 | 2026-02-27T02:07:21.343Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 317 | 2026-02-27T02:07:22.217Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 318 | 2026-02-27T02:07:22.926Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 319 | 2026-02-27T02:07:23.954Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 320 | 2026-02-27T02:07:24.498Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 321 | 2026-02-27T02:07:25.213Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 322 | 2026-02-27T02:07:25.711Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 323 | 2026-02-27T02:07:26.480Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 324 | 2026-02-27T02:08:04.321Z | Downloading crates ... |
| 325 | 2026-02-27T02:08:04.390Z | Downloaded equivalent v1.0.2 |
| 326 | 2026-02-27T02:08:04.394Z | Downloaded anyhow v1.0.99 |
| 327 | 2026-02-27T02:08:04.402Z | Downloaded cpufeatures v0.2.14 |
| 328 | 2026-02-27T02:08:04.405Z | Downloaded bytecount v0.6.8 |
| 329 | 2026-02-27T02:08:04.408Z | Downloaded crypto-common v0.1.6 |
| 330 | 2026-02-27T02:08:04.411Z | Downloaded colorchoice v1.0.2 |
| 331 | 2026-02-27T02:08:04.411Z | Downloaded block-buffer v0.10.4 |
| 332 | 2026-02-27T02:08:04.415Z | Downloaded clap_lex v0.7.4 |
| 333 | 2026-02-27T02:08:04.415Z | Downloaded cfg-if v1.0.4 |
| 334 | 2026-02-27T02:08:04.415Z | Downloaded utf16_iter v1.0.5 |
| 335 | 2026-02-27T02:08:04.418Z | Downloaded tabled_derive v0.7.0 |
| 336 | 2026-02-27T02:08:04.418Z | Downloaded terminal_size v0.4.0 |
| 337 | 2026-02-27T02:08:04.422Z | Downloaded clap_derive v4.5.47 |
| 338 | 2026-02-27T02:08:04.422Z | Downloaded camino-tempfile v1.4.1 |
| 339 | 2026-02-27T02:08:04.425Z | Downloaded cargo_metadata v0.21.0 |
| 340 | 2026-02-27T02:08:04.428Z | Downloaded cargo_toml v0.21.0 |
| 341 | 2026-02-27T02:08:04.428Z | Downloaded byteorder v1.5.0 |
| 342 | 2026-02-27T02:08:04.431Z | Downloaded cargo-platform v0.2.0 |
| 343 | 2026-02-27T02:08:04.434Z | Downloaded displaydoc v0.2.5 |
| 344 | 2026-02-27T02:08:04.434Z | Downloaded cargo-util-schemas v0.8.2 |
| 345 | 2026-02-27T02:08:04.437Z | Downloaded toml_write v0.1.2 |
| 346 | 2026-02-27T02:08:04.440Z | Downloaded toml_edit v0.22.27 |
| 347 | 2026-02-27T02:08:04.443Z | Downloaded unicode-xid v0.2.6 |
| 348 | 2026-02-27T02:08:04.443Z | Downloaded anstyle v1.0.11 |
| 349 | 2026-02-27T02:08:04.446Z | Downloaded yoke-derive v0.7.4 |
| 350 | 2026-02-27T02:08:04.446Z | Downloaded typeid v1.0.3 |
| 351 | 2026-02-27T02:08:04.446Z | Downloaded unicode-linebreak v0.1.5 |
| 352 | 2026-02-27T02:08:04.449Z | Downloaded is_terminal_polyfill v1.70.1 |
| 353 | 2026-02-27T02:08:04.449Z | Downloaded tempfile v3.24.0 |
| 354 | 2026-02-27T02:08:04.453Z | Downloaded digest v0.10.7 |
| 355 | 2026-02-27T02:08:04.453Z | Downloaded toml_datetime v0.6.11 |
| 356 | 2026-02-27T02:08:04.456Z | Downloaded itoa v1.0.11 |
| 357 | 2026-02-27T02:08:04.456Z | Downloaded typenum v1.17.0 |
| 358 | 2026-02-27T02:08:04.459Z | Downloaded thiserror-impl v2.0.18 |
| 359 | 2026-02-27T02:08:04.459Z | Downloaded scroll_derive v0.12.0 |
| 360 | 2026-02-27T02:08:04.459Z | Downloaded thread-id v4.2.2 |
| 361 | 2026-02-27T02:08:04.462Z | Downloaded anstream v0.6.18 |
| 362 | 2026-02-27T02:08:04.465Z | Downloaded dtrace-parser v0.2.0 |
| 363 | 2026-02-27T02:08:04.465Z | Downloaded synstructure v0.13.1 |
| 364 | 2026-02-27T02:08:04.465Z | Downloaded semver v1.0.27 |
| 365 | 2026-02-27T02:08:04.468Z | Downloaded zerovec-derive v0.10.3 |
| 366 | 2026-02-27T02:08:04.468Z | Downloaded usdt-attr-macro v0.5.0 |
| 367 | 2026-02-27T02:08:04.471Z | Downloaded url v2.5.4 |
| 368 | 2026-02-27T02:08:04.471Z | Downloaded zerofrom-derive v0.1.4 |
| 369 | 2026-02-27T02:08:04.475Z | Downloaded thiserror v1.0.69 |
| 370 | 2026-02-27T02:08:04.478Z | Downloaded writeable v0.5.5 |
| 371 | 2026-02-27T02:08:04.482Z | Downloaded yoke v0.7.4 |
| 372 | 2026-02-27T02:08:04.482Z | Downloaded tinystr v0.7.6 |
| 373 | 2026-02-27T02:08:04.485Z | Downloaded anstyle-parse v0.2.5 |
| 374 | 2026-02-27T02:08:04.485Z | Downloaded percent-encoding v2.3.2 |
| 375 | 2026-02-27T02:08:04.485Z | Downloaded serde_tokenstream v0.2.3 |
| 376 | 2026-02-27T02:08:04.488Z | Downloaded generic-array v0.14.7 |
| 377 | 2026-02-27T02:08:04.488Z | Downloaded pest_generator v2.8.2 |
| 378 | 2026-02-27T02:08:04.488Z | Downloaded idna_adapter v1.2.0 |
| 379 | 2026-02-27T02:08:04.491Z | Downloaded fastrand v2.1.1 |
| 380 | 2026-02-27T02:08:04.491Z | Downloaded toml v0.8.23 |
| 381 | 2026-02-27T02:08:04.496Z | Downloaded zerocopy-derive v0.7.35 |
| 382 | 2026-02-27T02:08:04.499Z | Downloaded plain v0.2.3 |
| 383 | 2026-02-27T02:08:04.499Z | Downloaded unicode-ident v1.0.24 |
| 384 | 2026-02-27T02:08:04.502Z | Downloaded swrite v0.1.0 |
| 385 | 2026-02-27T02:08:04.502Z | Downloaded write16 v1.0.0 |
| 386 | 2026-02-27T02:08:04.502Z | Downloaded textwrap v0.16.2 |
| 387 | 2026-02-27T02:08:04.505Z | Downloaded utf8parse v0.2.2 |
| 388 | 2026-02-27T02:08:04.506Z | Downloaded getrandom v0.3.4 |
| 389 | 2026-02-27T02:08:04.509Z | Downloaded zerofrom v0.1.4 |
| 390 | 2026-02-27T02:08:04.511Z | Downloaded autocfg v1.4.0 |
| 391 | 2026-02-27T02:08:04.512Z | Downloaded icu_locid_transform_data v1.5.0 |
| 392 | 2026-02-27T02:08:04.515Z | Downloaded clap v4.5.48 |
| 393 | 2026-02-27T02:08:04.520Z | Downloaded zmij v1.0.15 |
| 394 | 2026-02-27T02:08:04.523Z | Downloaded thiserror v2.0.18 |
| 395 | 2026-02-27T02:08:04.527Z | Downloaded usdt-macro v0.5.0 |
| 396 | 2026-02-27T02:08:04.530Z | Downloaded dof v0.3.0 |
| 397 | 2026-02-27T02:08:04.530Z | Downloaded usdt v0.5.0 |
| 398 | 2026-02-27T02:08:04.530Z | Downloaded stable_deref_trait v1.2.0 |
| 399 | 2026-02-27T02:08:04.533Z | Downloaded thiserror-impl v1.0.69 |
| 400 | 2026-02-27T02:08:04.533Z | Downloaded smawk v0.3.2 |
| 401 | 2026-02-27T02:08:04.533Z | Downloaded pretty-hex v0.4.1 |
| 402 | 2026-02-27T02:08:04.536Z | Downloaded icu_provider_macros v1.5.0 |
| 403 | 2026-02-27T02:08:04.536Z | Downloaded serde_spanned v0.6.9 |
| 404 | 2026-02-27T02:08:04.536Z | Downloaded anstyle-query v1.1.1 |
| 405 | 2026-02-27T02:08:04.539Z | Downloaded serde-value v0.7.0 |
| 406 | 2026-02-27T02:08:04.539Z | Downloaded ucd-trie v0.1.7 |
| 407 | 2026-02-27T02:08:04.540Z | Downloaded proc-macro-error v1.0.4 |
| 408 | 2026-02-27T02:08:04.543Z | Downloaded zerovec v0.10.4 |
| 409 | 2026-02-27T02:08:04.546Z | Downloaded usdt-impl v0.5.0 |
| 410 | 2026-02-27T02:08:04.549Z | Downloaded proc-macro-error-attr v1.0.4 |
| 411 | 2026-02-27T02:08:04.549Z | Downloaded form_urlencoded v1.2.2 |
| 412 | 2026-02-27T02:08:04.549Z | Downloaded version_check v0.9.5 |
| 413 | 2026-02-27T02:08:04.553Z | Downloaded bitflags v2.9.4 |
| 414 | 2026-02-27T02:08:04.555Z | Downloaded icu_locid_transform v1.5.0 |
| 415 | 2026-02-27T02:08:04.555Z | Downloaded fnv v1.0.7 |
| 416 | 2026-02-27T02:08:04.559Z | Downloaded memmap v0.7.0 |
| 417 | 2026-02-27T02:08:04.559Z | Downloaded zerocopy v0.7.35 |
| 418 | 2026-02-27T02:08:04.575Z | Downloaded sha2 v0.10.9 |
| 419 | 2026-02-27T02:08:04.578Z | Downloaded serde-untagged v0.1.7 |
| 420 | 2026-02-27T02:08:04.578Z | Downloaded quote v1.0.44 |
| 421 | 2026-02-27T02:08:04.578Z | Downloaded litemap v0.7.3 |
| 422 | 2026-02-27T02:08:04.583Z | Downloaded winnow v0.7.14 |
| 423 | 2026-02-27T02:08:04.587Z | Downloaded unicode-width v0.2.0 |
| 424 | 2026-02-27T02:08:04.592Z | Downloaded scroll v0.12.0 |
| 425 | 2026-02-27T02:08:04.595Z | Downloaded pest_meta v2.8.2 |
| 426 | 2026-02-27T02:08:04.595Z | Downloaded fs-err v3.1.1 |
| 427 | 2026-02-27T02:08:04.600Z | Downloaded erased-serde v0.4.6 |
| 428 | 2026-02-27T02:08:04.600Z | Downloaded heck v0.5.0 |
| 429 | 2026-02-27T02:08:04.600Z | Downloaded heck v0.4.1 |
| 430 | 2026-02-27T02:08:04.600Z | Downloaded camino v1.2.2 |
| 431 | 2026-02-27T02:08:04.604Z | Downloaded utf8_iter v1.0.4 |
| 432 | 2026-02-27T02:08:04.604Z | Downloaded unicode-width v0.1.14 |
| 433 | 2026-02-27T02:08:04.608Z | Downloaded strsim v0.11.1 |
| 434 | 2026-02-27T02:08:04.611Z | Downloaded macaddr v1.0.1 |
| 435 | 2026-02-27T02:08:04.611Z | Downloaded ordered-float v2.10.1 |
| 436 | 2026-02-27T02:08:04.614Z | Downloaded smallvec v1.15.1 |
| 437 | 2026-02-27T02:08:04.614Z | Downloaded papergrid v0.11.0 |
| 438 | 2026-02-27T02:08:04.617Z | Downloaded proc-macro2 v1.0.106 |
| 439 | 2026-02-27T02:08:04.620Z | Downloaded once_cell v1.21.3 |
| 440 | 2026-02-27T02:08:04.623Z | Downloaded pest_derive v2.8.2 |
| 441 | 2026-02-27T02:08:04.623Z | Downloaded errno v0.3.12 |
| 442 | 2026-02-27T02:08:04.641Z | Downloaded serde_derive v1.0.228 |
| 443 | 2026-02-27T02:08:04.644Z | Downloaded num-traits v0.2.19 |
| 444 | 2026-02-27T02:08:04.647Z | Downloaded icu_provider v1.5.0 |
| 445 | 2026-02-27T02:08:04.653Z | Downloaded icu_normalizer v1.5.0 |
| 446 | 2026-02-27T02:08:04.656Z | Downloaded icu_normalizer_data v1.5.0 |
| 447 | 2026-02-27T02:08:04.663Z | Downloaded icu_properties v1.5.1 |
| 448 | 2026-02-27T02:08:04.668Z | Downloaded log v0.4.29 |
| 449 | 2026-02-27T02:08:04.668Z | Downloaded icu_locid v1.5.0 |
| 450 | 2026-02-27T02:08:04.677Z | Downloaded serde_core v1.0.228 |
| 451 | 2026-02-27T02:08:04.680Z | Downloaded clap_builder v4.5.48 |
| 452 | 2026-02-27T02:08:04.689Z | Downloaded serde v1.0.228 |
| 453 | 2026-02-27T02:08:04.700Z | Downloaded icu_collections v1.5.0 |
| 454 | 2026-02-27T02:08:04.709Z | Downloaded memchr v2.7.4 |
| 455 | 2026-02-27T02:08:04.718Z | Downloaded hashbrown v0.16.1 |
| 456 | 2026-02-27T02:08:04.728Z | Downloaded indexmap v2.13.0 |
| 457 | 2026-02-27T02:08:04.743Z | Downloaded pest v2.8.2 |
| 458 | 2026-02-27T02:08:04.769Z | Downloaded serde_json v1.0.149 |
| 459 | 2026-02-27T02:08:04.774Z | Downloaded idna v1.0.3 |
| 460 | 2026-02-27T02:08:04.779Z | Downloaded goblin v0.8.2 |
| 461 | 2026-02-27T02:08:04.800Z | Downloaded tabled v0.15.0 |
| 462 | 2026-02-27T02:08:04.826Z | Downloaded icu_properties_data v1.5.0 |
| 463 | 2026-02-27T02:08:04.835Z | Downloaded syn v1.0.109 |
| 464 | 2026-02-27T02:08:04.843Z | Downloaded syn v2.0.117 |
| 465 | 2026-02-27T02:08:04.862Z | Downloaded rustix v0.38.37 |
| 466 | 2026-02-27T02:08:04.881Z | Downloaded rustix v1.1.3 |
| 467 | 2026-02-27T02:08:04.911Z | Downloaded libc v0.2.180 |
| 468 | 2026-02-27T02:08:05.004Z | Compiling proc-macro2 v1.0.106 |
| 469 | 2026-02-27T02:08:05.007Z | Compiling quote v1.0.44 |
| 470 | 2026-02-27T02:08:05.007Z | Compiling unicode-ident v1.0.24 |
| 471 | 2026-02-27T02:08:05.007Z | Compiling serde_core v1.0.228 |
| 472 | 2026-02-27T02:08:05.007Z | Compiling serde v1.0.228 |
| 473 | 2026-02-27T02:08:05.008Z | Compiling version_check v0.9.5 |
| 474 | 2026-02-27T02:08:05.008Z | Compiling libc v0.2.180 |
| 475 | 2026-02-27T02:08:05.008Z | Compiling memchr v2.7.4 |
| 476 | 2026-02-27T02:08:05.491Z | Compiling thiserror v2.0.18 |
| 477 | 2026-02-27T02:08:05.930Z | Compiling stable_deref_trait v1.2.0 |
| 478 | 2026-02-27T02:08:06.059Z | Compiling zmij v1.0.15 |
| 479 | 2026-02-27T02:08:06.351Z | Compiling writeable v0.5.5 |
| 480 | 2026-02-27T02:08:06.379Z | Compiling thiserror v1.0.69 |
| 481 | 2026-02-27T02:08:06.635Z | Compiling itoa v1.0.11 |
| 482 | 2026-02-27T02:08:06.757Z | Compiling ucd-trie v0.1.7 |
| 483 | 2026-02-27T02:08:06.939Z | Compiling autocfg v1.4.0 |
| 484 | 2026-02-27T02:08:06.983Z | Compiling litemap v0.7.3 |
| 485 | 2026-02-27T02:08:07.392Z | Compiling icu_locid_transform_data v1.5.0 |
| 486 | 2026-02-27T02:08:07.512Z | Compiling byteorder v1.5.0 |
| 487 | 2026-02-27T02:08:07.588Z | Compiling bitflags v2.9.4 |
| 488 | 2026-02-27T02:08:07.926Z | Compiling errno v0.3.12 |
| 489 | 2026-02-27T02:08:08.056Z | Compiling icu_properties_data v1.5.0 |
| 490 | 2026-02-27T02:08:08.141Z | Compiling serde_json v1.0.149 |
| 491 | 2026-02-27T02:08:08.222Z | Compiling num-traits v0.2.19 |
| 492 | 2026-02-27T02:08:08.332Z | Compiling syn v2.0.117 |
| 493 | 2026-02-27T02:08:08.394Z | Compiling hashbrown v0.16.1 |
| 494 | 2026-02-27T02:08:08.459Z | Compiling write16 v1.0.0 |
| 495 | 2026-02-27T02:08:08.535Z | Compiling icu_normalizer_data v1.5.0 |
| 496 | 2026-02-27T02:08:08.565Z | Compiling rustix v0.38.37 |
| 497 | 2026-02-27T02:08:08.632Z | Compiling typeid v1.0.3 |
| 498 | 2026-02-27T02:08:08.669Z | Compiling utf16_iter v1.0.5 |
| 499 | 2026-02-27T02:08:08.901Z | Compiling utf8_iter v1.0.4 |
| 500 | 2026-02-27T02:08:08.945Z | Compiling smallvec v1.15.1 |
| 501 | 2026-02-27T02:08:09.157Z | Compiling equivalent v1.0.2 |
| 502 | 2026-02-27T02:08:09.434Z | Compiling usdt-impl v0.5.0 |
| 503 | 2026-02-27T02:08:09.586Z | Compiling indexmap v2.13.0 |
| 504 | 2026-02-27T02:08:09.621Z | Compiling proc-macro-error-attr v1.0.4 |
| 505 | 2026-02-27T02:08:09.669Z | Compiling winnow v0.7.14 |
| 506 | 2026-02-27T02:08:09.834Z | Compiling syn v1.0.109 |
| 507 | 2026-02-27T02:08:09.993Z | Compiling toml_write v0.1.2 |
| 508 | 2026-02-27T02:08:10.247Z | Compiling thread-id v4.2.2 |
| 509 | 2026-02-27T02:08:10.778Z | Compiling proc-macro-error v1.0.4 |
| 510 | 2026-02-27T02:08:11.134Z | Compiling plain v0.2.3 |
| 511 | 2026-02-27T02:08:11.309Z | Compiling percent-encoding v2.3.2 |
| 512 | 2026-02-27T02:08:11.371Z | Compiling getrandom v0.3.4 |
| 513 | 2026-02-27T02:08:11.660Z | Compiling utf8parse v0.2.2 |
| 514 | 2026-02-27T02:08:11.871Z | Compiling rustix v1.1.3 |
| 515 | 2026-02-27T02:08:12.001Z | Compiling log v0.4.29 |
| 516 | 2026-02-27T02:08:12.380Z | Compiling camino v1.2.2 |
| 517 | 2026-02-27T02:08:12.504Z | Compiling ordered-float v2.10.1 |
| 518 | 2026-02-27T02:08:12.833Z | Compiling anstyle-parse v0.2.5 |
| 519 | 2026-02-27T02:08:12.978Z | Compiling terminal_size v0.4.0 |
| 520 | 2026-02-27T02:08:13.095Z | Compiling form_urlencoded v1.2.2 |
| 521 | 2026-02-27T02:08:13.304Z | Compiling anstyle-query v1.1.1 |
| 522 | 2026-02-27T02:08:13.443Z | Compiling colorchoice v1.0.2 |
| 523 | 2026-02-27T02:08:13.493Z | Compiling pretty-hex v0.4.1 |
| 524 | 2026-02-27T02:08:13.659Z | Compiling cfg-if v1.0.4 |
| 525 | 2026-02-27T02:08:13.662Z | Compiling anstyle v1.0.11 |
| 526 | 2026-02-27T02:08:13.730Z | Compiling is_terminal_polyfill v1.70.1 |
| 527 | 2026-02-27T02:08:14.033Z | Compiling anstream v0.6.18 |
| 528 | 2026-02-27T02:08:14.080Z | Compiling semver v1.0.27 |
| 529 | 2026-02-27T02:08:14.679Z | Compiling fs-err v3.1.1 |
| 530 | 2026-02-27T02:08:14.766Z | Compiling unicode-width v0.1.14 |
| 531 | 2026-02-27T02:08:14.796Z | Compiling anyhow v1.0.99 |
| 532 | 2026-02-27T02:08:14.866Z | Compiling clap_lex v0.7.4 |
| 533 | 2026-02-27T02:08:15.030Z | Compiling heck v0.4.1 |
| 534 | 2026-02-27T02:08:15.298Z | Compiling synstructure v0.13.1 |
| 535 | 2026-02-27T02:08:15.341Z | Compiling fastrand v2.1.1 |
| 536 | 2026-02-27T02:08:15.400Z | Compiling strsim v0.11.1 |
| 537 | 2026-02-27T02:08:15.458Z | Compiling heck v0.5.0 |
| 538 | 2026-02-27T02:08:15.967Z | Compiling unicode-xid v0.2.6 |
| 539 | 2026-02-27T02:08:16.132Z | Compiling bytecount v0.6.8 |
| 540 | 2026-02-27T02:08:16.159Z | Compiling once_cell v1.21.3 |
| 541 | 2026-02-27T02:08:16.186Z | Compiling fnv v1.0.7 |
| 542 | 2026-02-27T02:08:16.382Z | Compiling papergrid v0.11.0 |
| 543 | 2026-02-27T02:08:16.413Z | Compiling clap_builder v4.5.48 |
| 544 | 2026-02-27T02:08:16.516Z | Compiling tempfile v3.24.0 |
| 545 | 2026-02-27T02:08:16.885Z | Compiling memmap v0.7.0 |
| 546 | 2026-02-27T02:08:17.032Z | Compiling smawk v0.3.2 |
| 547 | 2026-02-27T02:08:17.215Z | Compiling unicode-width v0.2.0 |
| 548 | 2026-02-27T02:08:17.289Z | Compiling unicode-linebreak v0.1.5 |
| 549 | 2026-02-27T02:08:17.769Z | Compiling textwrap v0.16.2 |
| 550 | 2026-02-27T02:08:17.807Z | Compiling camino-tempfile v1.4.1 |
| 551 | 2026-02-27T02:08:18.285Z | Compiling swrite v0.1.0 |
| 552 | 2026-02-27T02:08:18.441Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 553 | 2026-02-27T02:08:18.464Z | Compiling tabled_derive v0.7.0 |
| 554 | 2026-02-27T02:08:19.357Z | Compiling serde_derive v1.0.228 |
| 555 | 2026-02-27T02:08:19.400Z | Compiling zerofrom-derive v0.1.4 |
| 556 | 2026-02-27T02:08:19.426Z | Compiling yoke-derive v0.7.4 |
| 557 | 2026-02-27T02:08:19.501Z | Compiling thiserror-impl v2.0.18 |
| 558 | 2026-02-27T02:08:19.529Z | Compiling zerovec-derive v0.10.3 |
| 559 | 2026-02-27T02:08:20.023Z | Compiling displaydoc v0.2.5 |
| 560 | 2026-02-27T02:08:21.663Z | Compiling icu_provider_macros v1.5.0 |
| 561 | 2026-02-27T02:08:22.078Z | Compiling thiserror-impl v1.0.69 |
| 562 | 2026-02-27T02:08:22.282Z | Compiling zerocopy-derive v0.7.35 |
| 563 | 2026-02-27T02:08:22.699Z | Compiling scroll_derive v0.12.0 |
| 564 | 2026-02-27T02:08:22.758Z | Compiling zerofrom v0.1.4 |
| 565 | 2026-02-27T02:08:22.919Z | Compiling pest v2.8.2 |
| 566 | 2026-02-27T02:08:23.032Z | Compiling yoke v0.7.4 |
| 567 | 2026-02-27T02:08:23.444Z | Compiling zerovec v0.10.4 |
| 568 | 2026-02-27T02:08:24.127Z | Compiling scroll v0.12.0 |
| 569 | 2026-02-27T02:08:24.214Z | Compiling zerocopy v0.7.35 |
| 570 | 2026-02-27T02:08:24.241Z | Compiling clap_derive v4.5.47 |
| 571 | 2026-02-27T02:08:24.703Z | Compiling goblin v0.8.2 |
| 572 | 2026-02-27T02:08:24.734Z | Compiling tabled v0.15.0 |
| 573 | 2026-02-27T02:08:25.540Z | Compiling tinystr v0.7.6 |
| 574 | 2026-02-27T02:08:25.641Z | Compiling pest_meta v2.8.2 |
| 575 | 2026-02-27T02:08:25.645Z | Compiling icu_collections v1.5.0 |
| 576 | 2026-02-27T02:08:25.866Z | Compiling icu_locid v1.5.0 |
| 577 | 2026-02-27T02:08:27.417Z | Compiling icu_provider v1.5.0 |
| 578 | 2026-02-27T02:08:27.664Z | Compiling pest_generator v2.8.2 |
| 579 | 2026-02-27T02:08:27.695Z | Compiling serde_spanned v0.6.9 |
| 580 | 2026-02-27T02:08:27.946Z | Compiling toml_datetime v0.6.11 |
| 581 | 2026-02-27T02:08:27.987Z | Compiling dof v0.3.0 |
| 582 | 2026-02-27T02:08:28.405Z | Compiling icu_locid_transform v1.5.0 |
| 583 | 2026-02-27T02:08:28.409Z | Compiling toml_edit v0.22.27 |
| 584 | 2026-02-27T02:08:28.516Z | Compiling serde_tokenstream v0.2.3 |
| 585 | 2026-02-27T02:08:28.893Z | Compiling erased-serde v0.4.6 |
| 586 | 2026-02-27T02:08:29.176Z | Compiling serde-value v0.7.0 |
| 587 | 2026-02-27T02:08:29.482Z | Compiling cargo-platform v0.2.0 |
| 588 | 2026-02-27T02:08:29.968Z | Compiling icu_properties v1.5.1 |
| 589 | 2026-02-27T02:08:30.051Z | Compiling serde-untagged v0.1.7 |
| 590 | 2026-02-27T02:08:30.081Z | Compiling clap v4.5.48 |
| 591 | 2026-02-27T02:08:30.138Z | Compiling pest_derive v2.8.2 |
| 592 | 2026-02-27T02:08:30.215Z | Compiling macaddr v1.0.1 |
| 593 | 2026-02-27T02:08:30.961Z | Compiling dtrace-parser v0.2.0 |
| 594 | 2026-02-27T02:08:31.934Z | Compiling toml v0.8.23 |
| 595 | 2026-02-27T02:08:32.819Z | Compiling cargo_toml v0.21.0 |
| 596 | 2026-02-27T02:08:32.846Z | Compiling usdt-macro v0.5.0 |
| 597 | 2026-02-27T02:08:32.849Z | Compiling usdt-attr-macro v0.5.0 |
| 598 | 2026-02-27T02:08:33.514Z | Compiling icu_normalizer v1.5.0 |
| 599 | 2026-02-27T02:08:33.933Z | Compiling usdt v0.5.0 |
| 600 | 2026-02-27T02:08:34.202Z | Compiling idna_adapter v1.2.0 |
| 601 | 2026-02-27T02:08:34.377Z | Compiling idna v1.0.3 |
| 602 | 2026-02-27T02:08:34.791Z | Compiling url v2.5.4 |
| 603 | 2026-02-27T02:08:35.573Z | Compiling cargo-util-schemas v0.8.2 |
| 604 | 2026-02-27T02:08:37.087Z | Compiling cargo_metadata v0.21.0 |
| 605 | 2026-02-27T02:08:38.699Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 606 | 2026-02-27T02:08:42.342Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 07s |
| 607 | 2026-02-27T02:08:42.680Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 608 | 2026-02-27T02:08:43.504Z | Downloading crates ... |
| 609 | 2026-02-27T02:08:43.651Z | Downloaded adler2 v2.0.0 |
| 610 | 2026-02-27T02:08:43.656Z | Downloaded aead v0.5.2 |
| 611 | 2026-02-27T02:08:43.659Z | Downloaded addr2line v0.24.2 |
| 612 | 2026-02-27T02:08:43.669Z | Downloaded bzip2 v0.5.2 |
| 613 | 2026-02-27T02:08:43.681Z | Downloaded crunchy v0.2.2 |
| 614 | 2026-02-27T02:08:43.687Z | Downloaded derive_builder_macro v0.20.2 |
| 615 | 2026-02-27T02:08:43.690Z | Downloaded dof v0.4.0 |
| 616 | 2026-02-27T02:08:43.694Z | Downloaded cstr-argument v0.1.2 |
| 617 | 2026-02-27T02:08:43.698Z | Downloaded foreign-types-macros v0.2.3 |
| 618 | 2026-02-27T02:08:43.701Z | Downloaded crossbeam-deque v0.8.5 |
| 619 | 2026-02-27T02:08:43.705Z | Downloaded deranged v0.5.3 |
| 620 | 2026-02-27T02:08:43.710Z | Downloaded cobs v0.2.3 |
| 621 | 2026-02-27T02:08:43.713Z | Downloaded find-msvc-tools v0.1.9 |
| 622 | 2026-02-27T02:08:43.718Z | Downloaded dropshot_endpoint v0.16.7 |
| 623 | 2026-02-27T02:08:43.724Z | Downloaded crypto-bigint v0.5.5 |
| 624 | 2026-02-27T02:08:43.733Z | Downloaded dirs-sys-next v0.1.2 |
| 625 | 2026-02-27T02:08:43.737Z | Downloaded embedded-io v0.6.1 |
| 626 | 2026-02-27T02:08:43.742Z | Downloaded diesel-dtrace v0.4.2 |
| 627 | 2026-02-27T02:08:43.745Z | Downloaded crossterm v0.28.1 |
| 628 | 2026-02-27T02:08:43.755Z | Downloaded dyn-clone v1.0.20 |
| 629 | 2026-02-27T02:08:43.774Z | Downloaded fs_extra v1.3.0 |
| 630 | 2026-02-27T02:08:43.779Z | Downloaded csv-core v0.1.11 |
| 631 | 2026-02-27T02:08:43.783Z | Downloaded enum-as-inner v0.6.1 |
| 632 | 2026-02-27T02:08:43.787Z | Downloaded crucible-workspace-hack v0.1.0 |
| 633 | 2026-02-27T02:08:43.791Z | Downloaded base16ct v0.2.0 |
| 634 | 2026-02-27T02:08:43.795Z | Downloaded funty v2.0.0 |
| 635 | 2026-02-27T02:08:43.798Z | Downloaded constant_time_eq v0.3.1 |
| 636 | 2026-02-27T02:08:43.802Z | Downloaded display-error-chain v0.2.2 |
| 637 | 2026-02-27T02:08:43.806Z | Downloaded ff v0.13.0 |
| 638 | 2026-02-27T02:08:43.809Z | Downloaded atomicwrites v0.4.4 |
| 639 | 2026-02-27T02:08:43.813Z | Downloaded erased-serde v0.3.31 |
| 640 | 2026-02-27T02:08:43.818Z | Downloaded castaway v0.2.3 |
| 641 | 2026-02-27T02:08:43.821Z | Downloaded foreign-types v0.3.2 |
| 642 | 2026-02-27T02:08:43.824Z | Downloaded foreign-types-shared v0.3.1 |
| 643 | 2026-02-27T02:08:43.828Z | Downloaded fd-lock v4.0.2 |
| 644 | 2026-02-27T02:08:43.833Z | Downloaded foreign-types-shared v0.1.1 |
| 645 | 2026-02-27T02:08:43.836Z | Downloaded float-ord v0.3.2 |
| 646 | 2026-02-27T02:08:43.839Z | Downloaded dropshot-api-manager-types v0.3.0 |
| 647 | 2026-02-27T02:08:43.843Z | Downloaded futures-core v0.3.32 |
| 648 | 2026-02-27T02:08:43.846Z | Downloaded foreign-types v0.5.0 |
| 649 | 2026-02-27T02:08:43.850Z | Downloaded futures-task v0.3.31 |
| 650 | 2026-02-27T02:08:43.853Z | Downloaded ghash v0.5.1 |
| 651 | 2026-02-27T02:08:43.857Z | Downloaded const-oid v0.9.6 |
| 652 | 2026-02-27T02:08:43.861Z | Downloaded hash32 v0.2.1 |
| 653 | 2026-02-27T02:08:43.865Z | Downloaded futures-io v0.3.31 |
| 654 | 2026-02-27T02:08:43.869Z | Downloaded fxhash v0.2.1 |
| 655 | 2026-02-27T02:08:43.872Z | Downloaded fs-err v2.11.0 |
| 656 | 2026-02-27T02:08:43.876Z | Downloaded globwalk v0.9.1 |
| 657 | 2026-02-27T02:08:43.879Z | Downloaded headers-core v0.3.0 |
| 658 | 2026-02-27T02:08:43.884Z | Downloaded hex-literal v0.4.1 |
| 659 | 2026-02-27T02:08:43.890Z | Downloaded hex v0.4.3 |
| 660 | 2026-02-27T02:08:43.894Z | Downloaded data-encoding v2.9.0 |
| 661 | 2026-02-27T02:08:43.894Z | Downloaded cassowary v0.3.0 |
| 662 | 2026-02-27T02:08:43.897Z | Downloaded bit-vec v0.8.0 |
| 663 | 2026-02-27T02:08:43.901Z | Downloaded hostname v0.4.2 |
| 664 | 2026-02-27T02:08:43.904Z | Downloaded critical-section v1.1.3 |
| 665 | 2026-02-27T02:08:43.909Z | Downloaded hubpack_derive v0.1.1 |
| 666 | 2026-02-27T02:08:43.912Z | Downloaded futures-sink v0.3.31 |
| 667 | 2026-02-27T02:08:43.915Z | Downloaded const_format_proc_macros v0.2.34 |
| 668 | 2026-02-27T02:08:43.918Z | Downloaded foldhash v0.2.0 |
| 669 | 2026-02-27T02:08:43.921Z | Downloaded bcs v0.1.6 |
| 670 | 2026-02-27T02:08:43.926Z | Downloaded ecdsa v0.16.9 |
| 671 | 2026-02-27T02:08:43.929Z | Downloaded http-body v1.0.1 |
| 672 | 2026-02-27T02:08:43.932Z | Downloaded hyper-tls v0.6.0 |
| 673 | 2026-02-27T02:08:43.936Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 674 | 2026-02-27T02:08:43.940Z | Downloaded indent_write v2.2.0 |
| 675 | 2026-02-27T02:08:43.944Z | Downloaded group v0.13.0 |
| 676 | 2026-02-27T02:08:43.948Z | Downloaded des v0.8.1 |
| 677 | 2026-02-27T02:08:43.951Z | Downloaded ident_case v1.0.1 |
| 678 | 2026-02-27T02:08:43.954Z | Downloaded hash32 v0.3.1 |
| 679 | 2026-02-27T02:08:43.958Z | Downloaded instant v0.1.13 |
| 680 | 2026-02-27T02:08:43.962Z | Downloaded instability v0.3.2 |
| 681 | 2026-02-27T02:08:43.965Z | Downloaded inout v0.1.3 |
| 682 | 2026-02-27T02:08:43.968Z | Downloaded indoc v1.0.9 |
| 683 | 2026-02-27T02:08:43.973Z | Downloaded internet-checksum v0.2.1 |
| 684 | 2026-02-27T02:08:43.977Z | Downloaded globset v0.4.15 |
| 685 | 2026-02-27T02:08:43.980Z | Downloaded highway v1.3.0 |
| 686 | 2026-02-27T02:08:43.983Z | Downloaded corncobs v0.1.4 |
| 687 | 2026-02-27T02:08:43.986Z | Downloaded is_ci v1.2.0 |
| 688 | 2026-02-27T02:08:43.989Z | Downloaded lazy_static v1.5.0 |
| 689 | 2026-02-27T02:08:43.992Z | Downloaded bitfield v0.19.2 |
| 690 | 2026-02-27T02:08:43.995Z | Downloaded lru-cache v0.1.2 |
| 691 | 2026-02-27T02:08:43.998Z | Downloaded http-body-util v0.1.3 |
| 692 | 2026-02-27T02:08:44.002Z | Downloaded backon v1.6.0 |
| 693 | 2026-02-27T02:08:44.007Z | Downloaded libscf-sys v1.1.0 |
| 694 | 2026-02-27T02:08:44.010Z | Downloaded humantime v2.2.0 |
| 695 | 2026-02-27T02:08:44.014Z | Downloaded glob v0.3.2 |
| 696 | 2026-02-27T02:08:44.017Z | Downloaded getrandom v0.2.15 |
| 697 | 2026-02-27T02:08:44.021Z | Downloaded md-5 v0.10.6 |
| 698 | 2026-02-27T02:08:44.025Z | Downloaded mime v0.3.17 |
| 699 | 2026-02-27T02:08:44.028Z | Downloaded lockfree-object-pool v0.1.6 |
| 700 | 2026-02-27T02:08:44.032Z | Downloaded lru-slab v0.1.2 |
| 701 | 2026-02-27T02:08:44.035Z | Downloaded fatfs v0.3.6 |
| 702 | 2026-02-27T02:08:44.039Z | Downloaded hyper-staticfile v0.10.1 |
| 703 | 2026-02-27T02:08:44.043Z | Downloaded memoffset v0.9.1 |
| 704 | 2026-02-27T02:08:44.046Z | Downloaded md5 v0.7.0 |
| 705 | 2026-02-27T02:08:44.049Z | Downloaded newline-converter v0.3.0 |
| 706 | 2026-02-27T02:08:44.052Z | Downloaded newtype_derive v0.1.6 |
| 707 | 2026-02-27T02:08:44.055Z | Downloaded multimap v0.10.1 |
| 708 | 2026-02-27T02:08:44.059Z | Downloaded ingot-types v0.1.2 |
| 709 | 2026-02-27T02:08:44.062Z | Downloaded ingot v0.1.1 |
| 710 | 2026-02-27T02:08:44.065Z | Downloaded ipnet v2.11.0 |
| 711 | 2026-02-27T02:08:44.068Z | Downloaded newtype-uuid-macros v0.1.0 |
| 712 | 2026-02-27T02:08:44.070Z | Downloaded nodrop v0.1.14 |
| 713 | 2026-02-27T02:08:44.074Z | Downloaded libloading v0.8.5 |
| 714 | 2026-02-27T02:08:44.077Z | Downloaded num-derive v0.3.3 |
| 715 | 2026-02-27T02:08:44.080Z | Downloaded number_prefix v0.4.0 |
| 716 | 2026-02-27T02:08:44.083Z | Downloaded num v0.4.3 |
| 717 | 2026-02-27T02:08:44.086Z | Downloaded num-iter v0.1.45 |
| 718 | 2026-02-27T02:08:44.089Z | Downloaded cookie v0.18.1 |
| 719 | 2026-02-27T02:08:44.092Z | Downloaded blake2 v0.10.6 |
| 720 | 2026-02-27T02:08:44.096Z | Downloaded crc-any v2.5.0 |
| 721 | 2026-02-27T02:08:44.100Z | Downloaded hickory-client v0.25.2 |
| 722 | 2026-02-27T02:08:44.104Z | Downloaded futures v0.3.31 |
| 723 | 2026-02-27T02:08:44.110Z | Downloaded openssl-probe v0.1.5 |
| 724 | 2026-02-27T02:08:44.113Z | Downloaded libefi-sys v0.1.0 |
| 725 | 2026-02-27T02:08:44.116Z | Downloaded iana-time-zone v0.1.63 |
| 726 | 2026-02-27T02:08:44.120Z | Downloaded libz-rs-sys v0.5.1 |
| 727 | 2026-02-27T02:08:44.123Z | Downloaded flume v0.11.1 |
| 728 | 2026-02-27T02:08:44.128Z | Downloaded oso-derive v0.27.3 |
| 729 | 2026-02-27T02:08:44.131Z | Downloaded half v2.4.1 |
| 730 | 2026-02-27T02:08:44.134Z | Downloaded dropshot-api-manager v0.3.0 |
| 731 | 2026-02-27T02:08:44.138Z | Downloaded mime_guess v2.0.5 |
| 732 | 2026-02-27T02:08:44.141Z | Downloaded parse-display v0.10.0 |
| 733 | 2026-02-27T02:08:44.145Z | Downloaded lock_api v0.4.12 |
| 734 | 2026-02-27T02:08:44.147Z | Downloaded native-tls v0.2.12 |
| 735 | 2026-02-27T02:08:44.151Z | Downloaded ingot-macros v0.1.1 |
| 736 | 2026-02-27T02:08:44.154Z | Downloaded der v0.7.10 |
| 737 | 2026-02-27T02:08:44.160Z | Downloaded peg-runtime v0.8.5 |
| 738 | 2026-02-27T02:08:44.163Z | Downloaded parse-size v1.1.0 |
| 739 | 2026-02-27T02:08:44.166Z | Downloaded num-integer v0.1.46 |
| 740 | 2026-02-27T02:08:44.169Z | Downloaded pbkdf2 v0.12.2 |
| 741 | 2026-02-27T02:08:44.172Z | Downloaded diesel_derives v2.2.3 |
| 742 | 2026-02-27T02:08:44.177Z | Downloaded num_enum v0.5.11 |
| 743 | 2026-02-27T02:08:44.184Z | Downloaded path-slash v0.1.5 |
| 744 | 2026-02-27T02:08:44.188Z | Downloaded num-rational v0.4.2 |
| 745 | 2026-02-27T02:08:44.193Z | Downloaded flate2 v1.1.2 |
| 746 | 2026-02-27T02:08:44.197Z | Downloaded phf_shared v0.12.1 |
| 747 | 2026-02-27T02:08:44.200Z | Downloaded pin-utils v0.1.0 |
| 748 | 2026-02-27T02:08:44.203Z | Downloaded ed25519-dalek v2.1.1 |
| 749 | 2026-02-27T02:08:44.207Z | Downloaded memmap2 v0.9.8 |
| 750 | 2026-02-27T02:08:44.211Z | Downloaded phf_shared v0.11.2 |
| 751 | 2026-02-27T02:08:44.214Z | Downloaded bytes v1.11.1 |
| 752 | 2026-02-27T02:08:44.219Z | Downloaded oxide-tokio-rt v0.1.2 |
| 753 | 2026-02-27T02:08:44.222Z | Downloaded arc-swap v1.7.1 |
| 754 | 2026-02-27T02:08:44.228Z | Downloaded predicates-core v1.0.8 |
| 755 | 2026-02-27T02:08:44.231Z | Downloaded parking_lot_core v0.9.10 |
| 756 | 2026-02-27T02:08:44.234Z | Downloaded pretty-hex v0.2.1 |
| 757 | 2026-02-27T02:08:44.237Z | Downloaded oxide-update-engine v0.1.0 |
| 758 | 2026-02-27T02:08:44.240Z | Downloaded predicates-tree v1.0.12 |
| 759 | 2026-02-27T02:08:44.243Z | Downloaded indexmap v1.9.3 |
| 760 | 2026-02-27T02:08:44.248Z | Downloaded ignore v0.4.23 |
| 761 | 2026-02-27T02:08:44.251Z | Downloaded heapless v0.8.0 |
| 762 | 2026-02-27T02:08:44.257Z | Downloaded progenitor v0.8.0 |
| 763 | 2026-02-27T02:08:44.261Z | Downloaded proc-macro-crate v1.3.1 |
| 764 | 2026-02-27T02:08:44.264Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 765 | 2026-02-27T02:08:44.267Z | Downloaded progenitor-client v0.10.0 |
| 766 | 2026-02-27T02:08:44.270Z | Downloaded progenitor-client v0.8.0 |
| 767 | 2026-02-27T02:08:44.270Z | Downloaded progenitor-macro v0.8.0 |
| 768 | 2026-02-27T02:08:44.273Z | Downloaded progenitor-macro v0.11.2 |
| 769 | 2026-02-27T02:08:44.276Z | Downloaded phf v0.12.1 |
| 770 | 2026-02-27T02:08:44.279Z | Downloaded phf v0.11.2 |
| 771 | 2026-02-27T02:08:44.282Z | Downloaded peg-macros v0.8.5 |
| 772 | 2026-02-27T02:08:44.285Z | Downloaded const_format v0.2.34 |
| 773 | 2026-02-27T02:08:44.289Z | Downloaded indicatif v0.17.11 |
| 774 | 2026-02-27T02:08:44.294Z | Downloaded num-derive v0.4.2 |
| 775 | 2026-02-27T02:08:44.298Z | Downloaded psl-types v2.0.11 |
| 776 | 2026-02-27T02:08:44.302Z | Downloaded poly1305 v0.8.0 |
| 777 | 2026-02-27T02:08:44.306Z | Downloaded backtrace v0.3.74 |
| 778 | 2026-02-27T02:08:44.309Z | Downloaded password-hash v0.5.0 |
| 779 | 2026-02-27T02:08:44.313Z | Downloaded quick-error v1.2.3 |
| 780 | 2026-02-27T02:08:44.316Z | Downloaded radium v0.7.0 |
| 781 | 2026-02-27T02:08:44.319Z | Downloaded postgres-protocol v0.6.8 |
| 782 | 2026-02-27T02:08:44.322Z | Downloaded predicates v3.1.3 |
| 783 | 2026-02-27T02:08:44.326Z | Downloaded oxide-update-engine-display v0.1.0 |
| 784 | 2026-02-27T02:08:44.330Z | Downloaded pkg-config v0.3.31 |
| 785 | 2026-02-27T02:08:44.333Z | Downloaded progenitor-macro v0.13.0 |
| 786 | 2026-02-27T02:08:44.333Z | Downloaded ppv-lite86 v0.2.20 |
| 787 | 2026-02-27T02:08:44.336Z | Downloaded owo-colors v4.2.3 |
| 788 | 2026-02-27T02:08:44.339Z | Downloaded ref-cast-impl v1.0.25 |
| 789 | 2026-02-27T02:08:44.342Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 790 | 2026-02-27T02:08:44.345Z | Downloaded headers v0.4.1 |
| 791 | 2026-02-27T02:08:44.349Z | Downloaded rand_xorshift v0.4.0 |
| 792 | 2026-02-27T02:08:44.352Z | Downloaded progenitor-client v0.11.2 |
| 793 | 2026-02-27T02:08:44.355Z | Downloaded recursive v0.1.1 |
| 794 | 2026-02-27T02:08:44.358Z | Downloaded progenitor-extras v0.1.0 |
| 795 | 2026-02-27T02:08:44.361Z | Downloaded rfc6979 v0.4.0 |
| 796 | 2026-02-27T02:08:44.362Z | Downloaded ref-cast v1.0.25 |
| 797 | 2026-02-27T02:08:44.365Z | Downloaded progenitor-client v0.13.0 |
| 798 | 2026-02-27T02:08:44.368Z | Downloaded progenitor v0.13.0 |
| 799 | 2026-02-27T02:08:44.371Z | Downloaded jiff-static v0.2.15 |
| 800 | 2026-02-27T02:08:44.374Z | Downloaded progenitor v0.11.2 |
| 801 | 2026-02-27T02:08:44.377Z | Downloaded hashbrown v0.12.3 |
| 802 | 2026-02-27T02:08:44.380Z | Downloaded psm v0.1.30 |
| 803 | 2026-02-27T02:08:44.384Z | Downloaded rtoolbox v0.0.2 |
| 804 | 2026-02-27T02:08:44.388Z | Downloaded progenitor-macro v0.10.0 |
| 805 | 2026-02-27T02:08:44.391Z | Downloaded progenitor v0.10.0 |
| 806 | 2026-02-27T02:08:44.394Z | Downloaded rustc_version v0.1.7 |
| 807 | 2026-02-27T02:08:44.394Z | Downloaded oso v0.27.3 |
| 808 | 2026-02-27T02:08:44.398Z | Downloaded pkcs1 v0.7.5 |
| 809 | 2026-02-27T02:08:44.401Z | Downloaded rustc_version v0.4.1 |
| 810 | 2026-02-27T02:08:44.404Z | Downloaded rustc-hash v2.1.1 |
| 811 | 2026-02-27T02:08:44.408Z | Downloaded postcard v1.0.10 |
| 812 | 2026-02-27T02:08:44.411Z | Downloaded russh-cryptovec v0.7.3 |
| 813 | 2026-02-27T02:08:44.414Z | Downloaded r2d2 v0.8.10 |
| 814 | 2026-02-27T02:08:44.414Z | Downloaded rand_core v0.6.4 |
| 815 | 2026-02-27T02:08:44.418Z | Downloaded quinn-udp v0.5.5 |
| 816 | 2026-02-27T02:08:44.421Z | Downloaded oxide-update-engine-types v0.1.0 |
| 817 | 2026-02-27T02:08:44.424Z | Downloaded rand_core v0.9.3 |
| 818 | 2026-02-27T02:08:44.427Z | Downloaded salsa20 v0.10.2 |
| 819 | 2026-02-27T02:08:44.427Z | Downloaded hickory-server v0.25.2 |
| 820 | 2026-02-27T02:08:44.432Z | Downloaded rand_chacha v0.9.0 |
| 821 | 2026-02-27T02:08:44.438Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 822 | 2026-02-27T02:08:44.447Z | Downloaded parking_lot v0.12.3 |
| 823 | 2026-02-27T02:08:44.450Z | Downloaded rand_chacha v0.3.1 |
| 824 | 2026-02-27T02:08:44.453Z | Downloaded indicatif v0.18.0 |
| 825 | 2026-02-27T02:08:44.456Z | Downloaded secrecy v0.8.0 |
| 826 | 2026-02-27T02:08:44.459Z | Downloaded seq-macro v0.3.6 |
| 827 | 2026-02-27T02:08:44.464Z | Downloaded scroll_derive v0.13.1 |
| 828 | 2026-02-27T02:08:44.467Z | Downloaded secrecy v0.10.3 |
| 829 | 2026-02-27T02:08:44.467Z | Downloaded rand_seeder v0.4.0 |
| 830 | 2026-02-27T02:08:44.470Z | Downloaded openssl-sys v0.9.109 |
| 831 | 2026-02-27T02:08:44.474Z | Downloaded serde-big-array v0.5.1 |
| 832 | 2026-02-27T02:08:44.477Z | Downloaded resolv-conf v0.7.0 |
| 833 | 2026-02-27T02:08:44.480Z | Downloaded scheduled-thread-pool v0.2.7 |
| 834 | 2026-02-27T02:08:44.483Z | Downloaded serde_bytes v0.11.19 |
| 835 | 2026-02-27T02:08:44.486Z | Downloaded rustc-demangle v0.1.24 |
| 836 | 2026-02-27T02:08:44.486Z | Downloaded serde_spanned v1.0.4 |
| 837 | 2026-02-27T02:08:44.489Z | Downloaded serde_plain v1.0.2 |
| 838 | 2026-02-27T02:08:44.492Z | Downloaded serde_urlencoded v0.7.1 |
| 839 | 2026-02-27T02:08:44.495Z | Downloaded serde_repr v0.1.19 |
| 840 | 2026-02-27T02:08:44.498Z | Downloaded semver v0.1.20 |
| 841 | 2026-02-27T02:08:44.498Z | Downloaded pin-project v1.1.6 |
| 842 | 2026-02-27T02:08:44.511Z | Downloaded rustls-pemfile v2.2.0 |
| 843 | 2026-02-27T02:08:44.514Z | Downloaded simd-adler32 v0.3.7 |
| 844 | 2026-02-27T02:08:44.517Z | Downloaded signature v2.2.0 |
| 845 | 2026-02-27T02:08:44.520Z | Downloaded minimal-lexical v0.2.1 |
| 846 | 2026-02-27T02:08:44.524Z | Downloaded siphasher v1.0.1 |
| 847 | 2026-02-27T02:08:44.528Z | Downloaded rustversion v1.0.22 |
| 848 | 2026-02-27T02:08:44.531Z | Downloaded rusty-fork v0.3.0 |
| 849 | 2026-02-27T02:08:44.534Z | Downloaded sigpipe v0.1.3 |
| 850 | 2026-02-27T02:08:44.537Z | Downloaded rustls-pemfile v1.0.4 |
| 851 | 2026-02-27T02:08:44.540Z | Downloaded primeorder v0.13.6 |
| 852 | 2026-02-27T02:08:44.540Z | Downloaded scopeguard v1.2.0 |
| 853 | 2026-02-27T02:08:44.543Z | Downloaded papergrid v0.14.0 |
| 854 | 2026-02-27T02:08:44.547Z | Downloaded slog-bunyan v2.5.0 |
| 855 | 2026-02-27T02:08:44.550Z | Downloaded hyper-util v0.1.19 |
| 856 | 2026-02-27T02:08:44.556Z | Downloaded sct v0.7.1 |
| 857 | 2026-02-27T02:08:44.560Z | Downloaded progenitor-impl v0.11.2 |
| 858 | 2026-02-27T02:08:44.562Z | Downloaded progenitor-impl v0.13.0 |
| 859 | 2026-02-27T02:08:44.566Z | Downloaded scrypt v0.11.0 |
| 860 | 2026-02-27T02:08:44.569Z | Downloaded aes v0.8.4 |
| 861 | 2026-02-27T02:08:44.572Z | Downloaded sec1 v0.7.3 |
| 862 | 2026-02-27T02:08:44.575Z | Downloaded http v1.4.0 |
| 863 | 2026-02-27T02:08:44.582Z | Downloaded ssh-cipher v0.2.0 |
| 864 | 2026-02-27T02:08:44.585Z | Downloaded sha1 v0.10.6 |
| 865 | 2026-02-27T02:08:44.585Z | Downloaded prefix-trie v0.7.0 |
| 866 | 2026-02-27T02:08:44.587Z | Downloaded serde_path_to_error v0.1.20 |
| 867 | 2026-02-27T02:08:44.590Z | Downloaded russh-keys v0.45.0 |
| 868 | 2026-02-27T02:08:44.618Z | Downloaded sqlparser_derive v0.5.0 |
| 869 | 2026-02-27T02:08:44.621Z | Downloaded serde_derive_internals v0.29.1 |
| 870 | 2026-02-27T02:08:44.621Z | Downloaded serde-hex v0.1.0 |
| 871 | 2026-02-27T02:08:44.621Z | Downloaded scroll v0.13.0 |
| 872 | 2026-02-27T02:08:44.621Z | Downloaded itertools v0.10.5 |
| 873 | 2026-02-27T02:08:44.622Z | Downloaded shlex v1.3.0 |
| 874 | 2026-02-27T02:08:44.622Z | Downloaded shell-words v1.1.0 |
| 875 | 2026-02-27T02:08:44.622Z | Downloaded rustls-pki-types v1.14.0 |
| 876 | 2026-02-27T02:08:44.622Z | Downloaded strum v0.26.3 |
| 877 | 2026-02-27T02:08:44.622Z | Downloaded strip-ansi-escapes v0.2.0 |
| 878 | 2026-02-27T02:08:44.622Z | Downloaded schemars_derive v0.8.22 |
| 879 | 2026-02-27T02:08:44.622Z | Downloaded hashbrown v0.13.2 |
| 880 | 2026-02-27T02:08:44.625Z | Downloaded slab v0.4.9 |
| 881 | 2026-02-27T02:08:44.628Z | Downloaded ryu v1.0.18 |
| 882 | 2026-02-27T02:08:44.631Z | Downloaded sync_wrapper v1.0.1 |
| 883 | 2026-02-27T02:08:44.634Z | Downloaded structmeta-derive v0.3.0 |
| 884 | 2026-02-27T02:08:44.637Z | Downloaded subtle v2.6.1 |
| 885 | 2026-02-27T02:08:44.637Z | Downloaded slog-json v2.6.1 |
| 886 | 2026-02-27T02:08:44.640Z | Downloaded supports-color v3.0.2 |
| 887 | 2026-02-27T02:08:44.643Z | Downloaded structmeta v0.3.0 |
| 888 | 2026-02-27T02:08:44.643Z | Downloaded slog-envlogger v2.2.0 |
| 889 | 2026-02-27T02:08:44.646Z | Downloaded smallvec v0.6.14 |
| 890 | 2026-02-27T02:08:44.649Z | Downloaded slog-scope v4.4.0 |
| 891 | 2026-02-27T02:08:44.649Z | Downloaded tabwriter v1.4.0 |
| 892 | 2026-02-27T02:08:44.652Z | Downloaded slog-dtrace v0.3.0 |
| 893 | 2026-02-27T02:08:44.654Z | Downloaded take_mut v0.2.2 |
| 894 | 2026-02-27T02:08:44.654Z | Downloaded testing_table v0.3.0 |
| 895 | 2026-02-27T02:08:44.658Z | Downloaded num-bigint v0.4.6 |
| 896 | 2026-02-27T02:08:44.661Z | Downloaded tabled_derive v0.11.0 |
| 897 | 2026-02-27T02:08:44.663Z | Downloaded snafu-derive v0.8.5 |
| 898 | 2026-02-27T02:08:44.666Z | Downloaded smf v0.2.3 |
| 899 | 2026-02-27T02:08:44.666Z | Downloaded slog-term v2.9.2 |
| 900 | 2026-02-27T02:08:44.669Z | Downloaded sync-ptr v0.1.4 |
| 901 | 2026-02-27T02:08:44.674Z | Downloaded tap v1.0.1 |
| 902 | 2026-02-27T02:08:44.674Z | Downloaded tabled_derive v0.10.0 |
| 903 | 2026-02-27T02:08:44.677Z | Downloaded static_assertions v1.1.0 |
| 904 | 2026-02-27T02:08:44.677Z | Downloaded ron v0.7.1 |
| 905 | 2026-02-27T02:08:44.681Z | Downloaded serde_cbor v0.11.2 |
| 906 | 2026-02-27T02:08:44.684Z | Downloaded rustls-platform-verifier v0.6.2 |
| 907 | 2026-02-27T02:08:44.688Z | Downloaded ssh-encoding v0.2.0 |
| 908 | 2026-02-27T02:08:44.691Z | Downloaded spki v0.7.3 |
| 909 | 2026-02-27T02:08:44.694Z | Downloaded stacker v0.1.23 |
| 910 | 2026-02-27T02:08:44.697Z | Downloaded signal-hook-registry v1.4.2 |
| 911 | 2026-02-27T02:08:44.697Z | Downloaded thread-id v5.0.0 |
| 912 | 2026-02-27T02:08:44.700Z | Downloaded libm v0.2.8 |
| 913 | 2026-02-27T02:08:44.707Z | Downloaded tinyvec_macros v0.1.1 |
| 914 | 2026-02-27T02:08:44.710Z | Downloaded string_cache v0.8.9 |
| 915 | 2026-02-27T02:08:44.713Z | Downloaded thread_local v1.1.8 |
| 916 | 2026-02-27T02:08:44.713Z | Downloaded futures-util v0.3.31 |
| 917 | 2026-02-27T02:08:44.725Z | Downloaded strum_macros v0.27.2 |
| 918 | 2026-02-27T02:08:44.728Z | Downloaded crossterm v0.29.0 |
| 919 | 2026-02-27T02:08:44.734Z | Downloaded support-bundle-viewer v0.1.2 |
| 920 | 2026-02-27T02:08:44.737Z | Downloaded strum_macros v0.26.4 |
| 921 | 2026-02-27T02:08:44.740Z | Downloaded stringprep v0.1.5 |
| 922 | 2026-02-27T02:08:44.740Z | Downloaded schemars v0.8.22 |
| 923 | 2026-02-27T02:08:44.752Z | Downloaded progenitor-impl v0.10.0 |
| 924 | 2026-02-27T02:08:44.755Z | Downloaded strum_macros v0.24.3 |
| 925 | 2026-02-27T02:08:44.759Z | Downloaded iddqd v0.3.16 |
| 926 | 2026-02-27T02:08:44.765Z | Downloaded topological-sort v0.2.2 |
| 927 | 2026-02-27T02:08:44.768Z | Downloaded spin v0.9.8 |
| 928 | 2026-02-27T02:08:44.771Z | Downloaded signal-hook v0.3.18 |
| 929 | 2026-02-27T02:08:44.774Z | Downloaded num-bigint-dig v0.8.6 |
| 930 | 2026-02-27T02:08:44.778Z | Downloaded thiserror-no-std v2.0.2 |
| 931 | 2026-02-27T02:08:44.782Z | Downloaded try-lock v0.2.5 |
| 932 | 2026-02-27T02:08:44.785Z | Downloaded serde_with_macros v3.16.1 |
| 933 | 2026-02-27T02:08:44.788Z | Downloaded trait-variant v0.1.2 |
| 934 | 2026-02-27T02:08:44.788Z | Downloaded tower-layer v0.3.3 |
| 935 | 2026-02-27T02:08:44.792Z | Downloaded termios v0.3.3 |
| 936 | 2026-02-27T02:08:44.792Z | Downloaded rayon-core v1.12.1 |
| 937 | 2026-02-27T02:08:44.795Z | Downloaded tls_codec_derive v0.4.1 |
| 938 | 2026-02-27T02:08:44.798Z | Downloaded tls_codec v0.4.1 |
| 939 | 2026-02-27T02:08:44.802Z | Downloaded tower-service v0.3.3 |
| 940 | 2026-02-27T02:08:44.802Z | Downloaded slog v2.8.2 |
| 941 | 2026-02-27T02:08:44.805Z | Downloaded nom v7.1.3 |
| 942 | 2026-02-27T02:08:44.811Z | Downloaded serde_yaml v0.9.34+deprecated |
| 943 | 2026-02-27T02:08:44.814Z | Downloaded tiny-keccak v2.0.2 |
| 944 | 2026-02-27T02:08:44.817Z | Downloaded unarray v0.1.4 |
| 945 | 2026-02-27T02:08:44.820Z | Downloaded time-macros v0.2.27 |
| 946 | 2026-02-27T02:08:44.823Z | Downloaded typify-macro v0.2.0 |
| 947 | 2026-02-27T02:08:44.823Z | Downloaded rand v0.8.5 |
| 948 | 2026-02-27T02:08:44.826Z | Downloaded tokio-tungstenite v0.23.1 |
| 949 | 2026-02-27T02:08:44.829Z | Downloaded tokio-rustls v0.25.0 |
| 950 | 2026-02-27T02:08:44.832Z | Downloaded mio v1.0.2 |
| 951 | 2026-02-27T02:08:44.837Z | Downloaded unit-prefix v0.5.1 |
| 952 | 2026-02-27T02:08:44.841Z | Downloaded untrusted v0.9.0 |
| 953 | 2026-02-27T02:08:44.841Z | Downloaded usdt-macro v0.6.0 |
| 954 | 2026-02-27T02:08:44.844Z | Downloaded typify-macro v0.4.3 |
| 955 | 2026-02-27T02:08:44.844Z | Downloaded typify-macro v0.6.1 |
| 956 | 2026-02-27T02:08:44.844Z | Downloaded socket2 v0.5.10 |
| 957 | 2026-02-27T02:08:44.847Z | Downloaded hashbrown v0.15.4 |
| 958 | 2026-02-27T02:08:44.852Z | Downloaded quinn v0.11.9 |
| 959 | 2026-02-27T02:08:44.856Z | Downloaded itertools v0.13.0 |
| 960 | 2026-02-27T02:08:44.863Z | Downloaded usdt v0.6.0 |
| 961 | 2026-02-27T02:08:44.866Z | Downloaded utf-8 v0.7.6 |
| 962 | 2026-02-27T02:08:44.866Z | Downloaded void v1.0.2 |
| 963 | 2026-02-27T02:08:44.869Z | Downloaded schemars v0.9.0 |
| 964 | 2026-02-27T02:08:44.880Z | Downloaded usdt-attr-macro v0.6.0 |
| 965 | 2026-02-27T02:08:44.883Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 966 | 2026-02-27T02:08:44.886Z | Downloaded qorb v0.4.1 |
| 967 | 2026-02-27T02:08:44.888Z | Downloaded want v0.3.1 |
| 968 | 2026-02-27T02:08:44.891Z | Downloaded aho-corasick v1.1.3 |
| 969 | 2026-02-27T02:08:44.895Z | Downloaded term v1.1.0 |
| 970 | 2026-02-27T02:08:44.898Z | Downloaded term v0.7.0 |
| 971 | 2026-02-27T02:08:44.902Z | Downloaded waitgroup v0.1.2 |
| 972 | 2026-02-27T02:08:44.905Z | Downloaded tokio-stream v0.1.17 |
| 973 | 2026-02-27T02:08:44.908Z | Downloaded rsa v0.9.8 |
| 974 | 2026-02-27T02:08:44.914Z | Downloaded universal-hash v0.5.1 |
| 975 | 2026-02-27T02:08:44.917Z | Downloaded p521 v0.13.3 |
| 976 | 2026-02-27T02:08:44.919Z | Downloaded xattr v1.3.1 |
| 977 | 2026-02-27T02:08:44.922Z | Downloaded hyper v1.8.1 |
| 978 | 2026-02-27T02:08:44.928Z | Downloaded typify v0.2.0 |
| 979 | 2026-02-27T02:08:44.932Z | Downloaded rand v0.9.2 |
| 980 | 2026-02-27T02:08:44.935Z | Downloaded uzers v0.12.1 |
| 981 | 2026-02-27T02:08:44.938Z | Downloaded xshell-macros v0.2.7 |
| 982 | 2026-02-27T02:08:44.941Z | Downloaded similar v2.7.0 |
| 983 | 2026-02-27T02:08:44.944Z | Downloaded samael v0.0.19 |
| 984 | 2026-02-27T02:08:44.950Z | Downloaded untrusted v0.7.1 |
| 985 | 2026-02-27T02:08:44.953Z | Downloaded rustls-webpki v0.103.9 |
| 986 | 2026-02-27T02:08:44.956Z | Downloaded tinyvec v1.8.0 |
| 987 | 2026-02-27T02:08:44.959Z | Downloaded schemars v1.0.4 |
| 988 | 2026-02-27T02:08:44.972Z | Downloaded zone_cfg_derive v0.3.0 |
| 989 | 2026-02-27T02:08:44.975Z | Downloaded zone_cfg_derive v0.1.2 |
| 990 | 2026-02-27T02:08:44.975Z | Downloaded vergen-gitcl v1.0.8 |
| 991 | 2026-02-27T02:08:44.978Z | Downloaded zone v0.1.8 |
| 992 | 2026-02-27T02:08:44.978Z | Downloaded vergen-git2 v1.0.7 |
| 993 | 2026-02-27T02:08:44.983Z | Downloaded zone v0.3.1 |
| 994 | 2026-02-27T02:08:44.983Z | Downloaded test-strategy v0.4.3 |
| 995 | 2026-02-27T02:08:44.986Z | Downloaded unicode-properties v0.1.3 |
| 996 | 2026-02-27T02:08:44.986Z | Downloaded unicase v2.8.1 |
| 997 | 2026-02-27T02:08:44.989Z | Downloaded usdt-impl v0.6.0 |
| 998 | 2026-02-27T02:08:44.989Z | Downloaded tar v0.4.44 |
| 999 | 2026-02-27T02:08:44.992Z | Downloaded blake3 v1.5.4 |
| 1000 | 2026-02-27T02:08:44.999Z | Downloaded toml_parser v1.0.6+spec-1.1.0 |
| 1001 | 2026-02-27T02:08:45.002Z | Downloaded wyz v0.5.1 |
| 1002 | 2026-02-27T02:08:45.005Z | Downloaded itertools v0.14.0 |
| 1003 | 2026-02-27T02:08:45.011Z | Downloaded vsss-rs v3.3.4 |
| 1004 | 2026-02-27T02:08:45.014Z | Downloaded vergen-lib v0.1.6 |
| 1005 | 2026-02-27T02:08:45.017Z | Downloaded russh v0.45.0 |
| 1006 | 2026-02-27T02:08:45.020Z | Downloaded zeroize_derive v1.4.2 |
| 1007 | 2026-02-27T02:08:45.023Z | Downloaded zeroize v1.8.1 |
| 1008 | 2026-02-27T02:08:45.026Z | Downloaded xz2 v0.1.7 |
| 1009 | 2026-02-27T02:08:45.026Z | Downloaded xshell v0.2.7 |
| 1010 | 2026-02-27T02:08:45.029Z | Downloaded tracing-attributes v0.1.27 |
| 1011 | 2026-02-27T02:08:45.032Z | Downloaded vergen v9.0.6 |
| 1012 | 2026-02-27T02:08:45.032Z | Downloaded twox-hash v2.1.0 |
| 1013 | 2026-02-27T02:08:45.035Z | Downloaded whoami v1.5.2 |
| 1014 | 2026-02-27T02:08:45.038Z | Downloaded tungstenite v0.21.0 |
| 1015 | 2026-02-27T02:08:45.041Z | Downloaded value-bag v1.12.0 |
| 1016 | 2026-02-27T02:08:45.043Z | Downloaded tokio-rustls v0.24.1 |
| 1017 | 2026-02-27T02:08:45.046Z | Downloaded tokio-macros v2.6.0 |
| 1018 | 2026-02-27T02:08:45.046Z | Downloaded libxml v0.3.3 |
| 1019 | 2026-02-27T02:08:45.051Z | Downloaded hkdf v0.12.4 |
| 1020 | 2026-02-27T02:08:45.054Z | Downloaded tokio-rustls v0.26.0 |
| 1021 | 2026-02-27T02:08:45.057Z | Downloaded vte_generate_state_changes v0.1.2 |
| 1022 | 2026-02-27T02:08:45.057Z | Downloaded socket2 v0.6.1 |
| 1023 | 2026-02-27T02:08:45.060Z | Downloaded wait-timeout v0.2.0 |
| 1024 | 2026-02-27T02:08:45.060Z | Downloaded tui-tree-widget v0.23.1 |
| 1025 | 2026-02-27T02:08:45.063Z | Downloaded subprocess v0.2.9 |
| 1026 | 2026-02-27T02:08:45.066Z | Downloaded walkdir v2.5.0 |
| 1027 | 2026-02-27T02:08:45.066Z | Downloaded toml v0.9.11+spec-1.1.0 |
| 1028 | 2026-02-27T02:08:45.069Z | Downloaded toml v0.7.8 |
| 1029 | 2026-02-27T02:08:45.072Z | Downloaded zstd-safe v7.2.3 |
| 1030 | 2026-02-27T02:08:45.075Z | Downloaded ron v0.8.1 |
| 1031 | 2026-02-27T02:08:45.079Z | Downloaded publicsuffix v2.3.0 |
| 1032 | 2026-02-27T02:08:45.082Z | Downloaded rpassword v7.4.0 |
| 1033 | 2026-02-27T02:08:45.085Z | Downloaded unicode-truncate v1.1.0 |
| 1034 | 2026-02-27T02:08:45.088Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1035 | 2026-02-27T02:08:45.088Z | Downloaded tokio-tungstenite v0.21.0 |
| 1036 | 2026-02-27T02:08:45.091Z | Downloaded tokio-native-tls v0.3.1 |
| 1037 | 2026-02-27T02:08:45.091Z | Downloaded yasna v0.5.2 |
| 1038 | 2026-02-27T02:08:45.094Z | Downloaded zstd v0.13.3 |
| 1039 | 2026-02-27T02:08:45.098Z | Downloaded uuid v1.19.0 |
| 1040 | 2026-02-27T02:08:45.101Z | Downloaded vte v0.11.1 |
| 1041 | 2026-02-27T02:08:45.104Z | Downloaded tokio-dtrace v0.1.0 |
| 1042 | 2026-02-27T02:08:45.104Z | Downloaded time-core v0.1.8 |
| 1043 | 2026-02-27T02:08:45.107Z | Downloaded h2 v0.4.6 |
| 1044 | 2026-02-27T02:08:45.110Z | Downloaded typify v0.4.3 |
| 1045 | 2026-02-27T02:08:45.114Z | Downloaded unicode-bidi v0.3.17 |
| 1046 | 2026-02-27T02:08:45.116Z | Downloaded rustyline v14.0.0 |
| 1047 | 2026-02-27T02:08:45.121Z | Downloaded typify v0.6.1 |
| 1048 | 2026-02-27T02:08:45.125Z | Downloaded zerocopy v0.6.6 |
| 1049 | 2026-02-27T02:08:45.128Z | Downloaded git2 v0.20.2 |
| 1050 | 2026-02-27T02:08:45.135Z | Downloaded snafu v0.8.5 |
| 1051 | 2026-02-27T02:08:45.140Z | Downloaded steno v0.4.1 |
| 1052 | 2026-02-27T02:08:45.144Z | Downloaded itertools v0.12.1 |
| 1053 | 2026-02-27T02:08:45.151Z | Downloaded iri-string v0.7.8 |
| 1054 | 2026-02-27T02:08:45.157Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1055 | 2026-02-27T02:08:45.160Z | Downloaded prettyplease v0.2.36 |
| 1056 | 2026-02-27T02:08:45.163Z | Downloaded pretty_assertions v1.4.1 |
| 1057 | 2026-02-27T02:08:45.166Z | Downloaded reedline v0.40.0 |
| 1058 | 2026-02-27T02:08:45.170Z | Downloaded tracing-core v0.1.32 |
| 1059 | 2026-02-27T02:08:45.173Z | Downloaded tungstenite v0.23.0 |
| 1060 | 2026-02-27T02:08:45.176Z | Downloaded reqwest v0.13.2 |
| 1061 | 2026-02-27T02:08:45.181Z | Downloaded unicode_categories v0.1.1 |
| 1062 | 2026-02-27T02:08:45.184Z | Downloaded reqwest v0.12.28 |
| 1063 | 2026-02-27T02:08:45.189Z | Downloaded tokio-postgres v0.7.13 |
| 1064 | 2026-02-27T02:08:45.194Z | Downloaded sqlformat v0.3.5 |
| 1065 | 2026-02-27T02:08:45.197Z | Downloaded slog-stdlog v4.1.1 |
| 1066 | 2026-02-27T02:08:45.200Z | Downloaded aes-gcm v0.10.3 |
| 1067 | 2026-02-27T02:08:45.204Z | Downloaded termtree v0.5.1 |
| 1068 | 2026-02-27T02:08:45.204Z | Downloaded tagptr v0.2.0 |
| 1069 | 2026-02-27T02:08:45.207Z | Downloaded strum v0.27.2 |
| 1070 | 2026-02-27T02:08:45.207Z | Downloaded slog-async v2.8.0 |
| 1071 | 2026-02-27T02:08:45.207Z | Downloaded siphasher v0.3.11 |
| 1072 | 2026-02-27T02:08:45.210Z | Downloaded rcgen v0.12.1 |
| 1073 | 2026-02-27T02:08:45.213Z | Downloaded unsafe-libyaml v0.2.11 |
| 1074 | 2026-02-27T02:08:45.215Z | Downloaded goblin v0.10.2 |
| 1075 | 2026-02-27T02:08:45.222Z | Downloaded rayon v1.10.0 |
| 1076 | 2026-02-27T02:08:45.231Z | Downloaded quick-xml v0.37.2 |
| 1077 | 2026-02-27T02:08:45.237Z | Downloaded zopfli v0.8.1 |
| 1078 | 2026-02-27T02:08:45.240Z | Downloaded portable-atomic v1.11.0 |
| 1079 | 2026-02-27T02:08:45.247Z | Downloaded zerocopy-derive v0.8.27 |
| 1080 | 2026-02-27T02:08:45.254Z | Downloaded yansi v1.0.1 |
| 1081 | 2026-02-27T02:08:45.257Z | Downloaded ssh-key v0.6.6 |
| 1082 | 2026-02-27T02:08:45.263Z | Downloaded rustls-webpki v0.101.7 |
| 1083 | 2026-02-27T02:08:45.278Z | Downloaded zip v0.6.6 |
| 1084 | 2026-02-27T02:08:45.282Z | Downloaded toml_edit v0.19.15 |
| 1085 | 2026-02-27T02:08:45.300Z | Downloaded x509-cert v0.2.5 |
| 1086 | 2026-02-27T02:08:45.306Z | Downloaded gimli v0.31.1 |
| 1087 | 2026-02-27T02:08:45.313Z | Downloaded unicode-segmentation v1.12.0 |
| 1088 | 2026-02-27T02:08:45.316Z | Downloaded unicode-normalization v0.1.24 |
| 1089 | 2026-02-27T02:08:45.320Z | Downloaded regex v1.12.3 |
| 1090 | 2026-02-27T02:08:45.326Z | Downloaded rustls-webpki v0.102.8 |
| 1091 | 2026-02-27T02:08:45.345Z | Downloaded tower-http v0.6.8 |
| 1092 | 2026-02-27T02:08:45.353Z | Downloaded lalrpop v0.19.12 |
| 1093 | 2026-02-27T02:08:45.364Z | Downloaded typed-path v0.9.3 |
| 1094 | 2026-02-27T02:08:45.370Z | Downloaded salty v0.3.0 |
| 1095 | 2026-02-27T02:08:45.377Z | Downloaded curve25519-dalek v4.1.3 |
| 1096 | 2026-02-27T02:08:45.386Z | Downloaded quinn-proto v0.11.13 |
| 1097 | 2026-02-27T02:08:45.393Z | Downloaded nix v0.27.1 |
| 1098 | 2026-02-27T02:08:45.403Z | Downloaded openssl v0.10.73 |
| 1099 | 2026-02-27T02:08:45.413Z | Downloaded object v0.30.4 |
| 1100 | 2026-02-27T02:08:45.422Z | Downloaded proptest v1.7.0 |
| 1101 | 2026-02-27T02:08:45.430Z | Downloaded bindgen v0.71.1 |
| 1102 | 2026-02-27T02:08:45.438Z | Downloaded nix v0.29.0 |
| 1103 | 2026-02-27T02:08:45.448Z | Downloaded dropshot v0.16.7 |
| 1104 | 2026-02-27T02:08:45.469Z | Downloaded zip v4.2.0 |
| 1105 | 2026-02-27T02:08:45.473Z | Downloaded time v0.3.47 |
| 1106 | 2026-02-27T02:08:45.485Z | Downloaded diesel v2.2.12 |
| 1107 | 2026-02-27T02:08:45.504Z | Downloaded regex-syntax v0.6.29 |
| 1108 | 2026-02-27T02:08:45.511Z | Downloaded tower v0.5.2 |
| 1109 | 2026-02-27T02:08:45.519Z | Downloaded serde_with v3.16.1 |
| 1110 | 2026-02-27T02:08:45.531Z | Downloaded radix_trie v0.2.1 |
| 1111 | 2026-02-27T02:08:45.535Z | Downloaded webpki-roots v1.0.1 |
| 1112 | 2026-02-27T02:08:45.539Z | Downloaded openapiv3 v2.2.0 |
| 1113 | 2026-02-27T02:08:45.550Z | Downloaded object v0.36.5 |
| 1114 | 2026-02-27T02:08:45.560Z | Downloaded winnow v0.6.26 |
| 1115 | 2026-02-27T02:08:45.568Z | Downloaded winnow v0.5.40 |
| 1116 | 2026-02-27T02:08:45.576Z | Downloaded hickory-proto v0.25.2 |
| 1117 | 2026-02-27T02:08:45.591Z | Downloaded tabled v0.18.0 |
| 1118 | 2026-02-27T02:08:45.608Z | Downloaded rustls v0.23.37 |
| 1119 | 2026-02-27T02:08:45.624Z | Downloaded zlib-rs v0.5.1 |
| 1120 | 2026-02-27T02:08:45.627Z | Downloaded tabled v0.20.0 |
| 1121 | 2026-02-27T02:08:45.641Z | Downloaded hickory-proto v0.24.4 |
| 1122 | 2026-02-27T02:08:45.656Z | Downloaded nix v0.28.0 |
| 1123 | 2026-02-27T02:08:45.666Z | Downloaded polar-core v0.27.3 |
| 1124 | 2026-02-27T02:08:45.675Z | Downloaded tough v0.20.0 |
| 1125 | 2026-02-27T02:08:45.683Z | Downloaded smoltcp v0.9.1 |
| 1126 | 2026-02-27T02:08:45.693Z | Downloaded vcpkg v0.2.15 |
| 1127 | 2026-02-27T02:08:45.733Z | Downloaded bstr v1.10.0 |
| 1128 | 2026-02-27T02:08:45.740Z | Downloaded rustls v0.21.12 |
| 1129 | 2026-02-27T02:08:45.751Z | Downloaded zerocopy v0.8.27 |
| 1130 | 2026-02-27T02:08:45.772Z | Downloaded nix v0.30.1 |
| 1131 | 2026-02-27T02:08:45.783Z | Downloaded regex-syntax v0.8.5 |
| 1132 | 2026-02-27T02:08:45.790Z | Downloaded ratatui v0.29.0 |
| 1133 | 2026-02-27T02:08:45.809Z | Downloaded smoltcp v0.11.0 |
| 1134 | 2026-02-27T02:08:45.821Z | Downloaded csv v1.3.1 |
| 1135 | 2026-02-27T02:08:45.839Z | Downloaded zerocopy-derive v0.6.6 |
| 1136 | 2026-02-27T02:08:45.848Z | Downloaded rustls v0.22.4 |
| 1137 | 2026-02-27T02:08:45.861Z | Downloaded regress v0.10.5 |
| 1138 | 2026-02-27T02:08:45.868Z | Downloaded object v0.37.3 |
| 1139 | 2026-02-27T02:08:45.879Z | Downloaded petname v2.0.2 |
| 1140 | 2026-02-27T02:08:45.884Z | Downloaded lzma-sys v0.1.20 |
| 1141 | 2026-02-27T02:08:45.912Z | Downloaded tracing v0.1.40 |
| 1142 | 2026-02-27T02:08:45.916Z | Downloaded tokio-util v0.7.15 |
| 1143 | 2026-02-27T02:08:45.923Z | Downloaded moka v0.12.10 |
| 1144 | 2026-02-27T02:08:45.932Z | Downloaded sqlparser v0.61.0 |
| 1145 | 2026-02-27T02:08:45.941Z | Downloaded libz-sys v1.1.20 |
| 1146 | 2026-02-27T02:08:45.961Z | Downloaded chrono v0.4.43 |
| 1147 | 2026-02-27T02:08:45.968Z | Downloaded petgraph v0.8.2 |
| 1148 | 2026-02-27T02:08:45.987Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
| 1149 | 2026-02-27T02:08:46.003Z | Downloaded typify-impl v0.6.1 |
| 1150 | 2026-02-27T02:08:46.015Z | Downloaded sha3 v0.10.8 |
| 1151 | 2026-02-27T02:08:46.020Z | Downloaded sled v0.34.7 |
| 1152 | 2026-02-27T02:08:46.029Z | Downloaded typify-impl v0.4.3 |
| 1153 | 2026-02-27T02:08:46.041Z | Downloaded regex-automata v0.4.14 |
| 1154 | 2026-02-27T02:08:46.055Z | Downloaded typify-impl v0.2.0 |
| 1155 | 2026-02-27T02:08:46.068Z | Downloaded p384 v0.13.1 |
| 1156 | 2026-02-27T02:08:46.074Z | Downloaded aws-lc-rs v1.16.0 |
| 1157 | 2026-02-27T02:08:46.081Z | Downloaded jiff v0.2.15 |
| 1158 | 2026-02-27T02:08:46.097Z | Downloaded bitvec v1.0.1 |
| 1159 | 2026-02-27T02:08:46.111Z | Downloaded petgraph v0.6.5 |
| 1160 | 2026-02-27T02:08:46.127Z | Downloaded signal-hook-tokio v0.3.1 |
| 1161 | 2026-02-27T02:08:46.130Z | Downloaded signal-hook-mio v0.2.4 |
| 1162 | 2026-02-27T02:08:46.130Z | Downloaded chrono-tz v0.10.4 |
| 1163 | 2026-02-27T02:08:46.145Z | Downloaded rustls-native-certs v0.8.1 |
| 1164 | 2026-02-27T02:08:46.148Z | Downloaded progenitor-impl v0.8.0 |
| 1165 | 2026-02-27T02:08:46.151Z | Downloaded p256 v0.13.2 |
| 1166 | 2026-02-27T02:08:46.153Z | Downloaded sapling-renderdag v0.1.0 |
| 1167 | 2026-02-27T02:08:46.153Z | Downloaded same-file v1.0.6 |
| 1168 | 2026-02-27T02:08:46.156Z | Downloaded postgres-types v0.2.9 |
| 1169 | 2026-02-27T02:08:46.157Z | Downloaded polyval v0.6.2 |
| 1170 | 2026-02-27T02:08:46.159Z | Downloaded papergrid v0.17.0 |
| 1171 | 2026-02-27T02:08:46.163Z | Downloaded pkcs5 v0.7.1 |
| 1172 | 2026-02-27T02:08:46.166Z | Downloaded proc-macro-error2 v2.0.1 |
| 1173 | 2026-02-27T02:08:46.169Z | Downloaded miniz_oxide v0.8.5 |
| 1174 | 2026-02-27T02:08:46.172Z | Downloaded hickory-resolver v0.25.2 |
| 1175 | 2026-02-27T02:08:46.175Z | Downloaded encoding_rs v0.8.34 |
| 1176 | 2026-02-27T02:08:46.194Z | Downloaded tokio v1.49.0 |
| 1177 | 2026-02-27T02:08:46.230Z | Downloaded hickory-resolver v0.24.4 |
| 1178 | 2026-02-27T02:08:46.235Z | Downloaded pin-project-internal v1.1.6 |
| 1179 | 2026-02-27T02:08:46.238Z | Downloaded parking_lot v0.11.2 |
| 1180 | 2026-02-27T02:08:46.238Z | Downloaded oxnet v0.1.4 |
| 1181 | 2026-02-27T02:08:46.241Z | Downloaded omicron-zone-package v0.12.2 |
| 1182 | 2026-02-27T02:08:46.243Z | Downloaded pkcs8 v0.10.2 |
| 1183 | 2026-02-27T02:08:46.246Z | Downloaded pin-project-lite v0.2.14 |
| 1184 | 2026-02-27T02:08:46.249Z | Downloaded base64 v0.21.7 |
| 1185 | 2026-02-27T02:08:46.252Z | Downloaded expectorate v1.2.0 |
| 1186 | 2026-02-27T02:08:46.255Z | Downloaded ar_archive_writer v0.5.1 |
| 1187 | 2026-02-27T02:08:46.269Z | Downloaded bumpalo v3.16.0 |
| 1188 | 2026-02-27T02:08:46.298Z | Downloaded peg v0.8.5 |
| 1189 | 2026-02-27T02:08:46.305Z | Downloaded darling_core v0.20.10 |
| 1190 | 2026-02-27T02:08:46.309Z | Downloaded pem-rfc7468 v0.7.0 |
| 1191 | 2026-02-27T02:08:46.312Z | Downloaded nu-ansi-term v0.50.1 |
| 1192 | 2026-02-27T02:08:46.315Z | Downloaded paste v1.0.15 |
| 1193 | 2026-02-27T02:08:46.318Z | Downloaded pem v3.0.5 |
| 1194 | 2026-02-27T02:08:46.321Z | Downloaded password-hash v0.4.2 |
| 1195 | 2026-02-27T02:08:46.324Z | Downloaded parse-display-derive v0.10.0 |
| 1196 | 2026-02-27T02:08:46.324Z | Downloaded parking_lot_core v0.8.6 |
| 1197 | 2026-02-27T02:08:46.327Z | Downloaded heapless v0.7.17 |
| 1198 | 2026-02-27T02:08:46.331Z | Downloaded precomputed-hash v0.1.1 |
| 1199 | 2026-02-27T02:08:46.333Z | Downloaded powerfmt v0.2.0 |
| 1200 | 2026-02-27T02:08:46.333Z | Downloaded packed_struct_codegen v0.10.1 |
| 1201 | 2026-02-27T02:08:46.337Z | Downloaded multer v3.1.0 |
| 1202 | 2026-02-27T02:08:46.340Z | Downloaded packed_struct v0.10.1 |
| 1203 | 2026-02-27T02:08:46.340Z | Downloaded litrs v0.4.1 |
| 1204 | 2026-02-27T02:08:46.343Z | Downloaded libgit2-sys v0.18.2+1.9.1 |
| 1205 | 2026-02-27T02:08:46.403Z | Downloaded libsw v3.5.0 |
| 1206 | 2026-02-27T02:08:46.407Z | Downloaded cc v1.2.56 |
| 1207 | 2026-02-27T02:08:46.409Z | Downloaded hmac v0.12.1 |
| 1208 | 2026-02-27T02:08:46.409Z | Downloaded elliptic-curve v0.13.8 |
| 1209 | 2026-02-27T02:08:46.412Z | Downloaded derive_more v2.0.1 |
| 1210 | 2026-02-27T02:08:46.420Z | Downloaded darling_core v0.21.0 |
| 1211 | 2026-02-27T02:08:46.425Z | Downloaded pbkdf2 v0.11.0 |
| 1212 | 2026-02-27T02:08:46.428Z | Downloaded compact_str v0.8.0 |
| 1213 | 2026-02-27T02:08:46.431Z | Downloaded num-complex v0.4.6 |
| 1214 | 2026-02-27T02:08:46.434Z | Downloaded newtype-uuid v1.3.2 |
| 1215 | 2026-02-27T02:08:46.434Z | Downloaded nanorand v0.7.0 |
| 1216 | 2026-02-27T02:08:46.437Z | Downloaded linear-map v1.2.0 |
| 1217 | 2026-02-27T02:08:46.437Z | Downloaded hyper-rustls v0.27.7 |
| 1218 | 2026-02-27T02:08:46.440Z | Downloaded allocator-api2 v0.2.21 |
| 1219 | 2026-02-27T02:08:46.442Z | Downloaded base64 v0.13.1 |
| 1220 | 2026-02-27T02:08:46.443Z | Downloaded openssl-macros v0.1.1 |
| 1221 | 2026-02-27T02:08:46.445Z | Downloaded opaque-debug v0.3.1 |
| 1222 | 2026-02-27T02:08:46.445Z | Downloaded olpc-cjson v0.1.4 |
| 1223 | 2026-02-27T02:08:46.445Z | Downloaded num_threads v0.1.7 |
| 1224 | 2026-02-27T02:08:46.448Z | Downloaded num_enum_derive v0.5.11 |
| 1225 | 2026-02-27T02:08:46.448Z | Downloaded num-conv v0.2.0 |
| 1226 | 2026-02-27T02:08:46.448Z | Downloaded ring v0.17.14 |
| 1227 | 2026-02-27T02:08:46.504Z | Downloaded chacha20poly1305 v0.10.1 |
| 1228 | 2026-02-27T02:08:46.508Z | Downloaded httparse v1.9.5 |
| 1229 | 2026-02-27T02:08:46.508Z | Downloaded derive_more v0.99.20 |
| 1230 | 2026-02-27T02:08:46.508Z | Downloaded normalize-line-endings v0.3.0 |
| 1231 | 2026-02-27T02:08:46.508Z | Downloaded nonempty v0.12.0 |
| 1232 | 2026-02-27T02:08:46.508Z | Downloaded nibble_vec v0.1.0 |
| 1233 | 2026-02-27T02:08:46.508Z | Downloaded jobserver v0.1.32 |
| 1234 | 2026-02-27T02:08:46.508Z | Downloaded keccak v0.1.5 |
| 1235 | 2026-02-27T02:08:46.508Z | Downloaded indoc v2.0.6 |
| 1236 | 2026-02-27T02:08:46.508Z | Downloaded half v1.8.3 |
| 1237 | 2026-02-27T02:08:46.508Z | Downloaded new_debug_unreachable v1.0.6 |
| 1238 | 2026-02-27T02:08:46.509Z | Downloaded ipnetwork v0.21.1 |
| 1239 | 2026-02-27T02:08:46.509Z | Downloaded managed v0.8.0 |
| 1240 | 2026-02-27T02:08:46.509Z | Downloaded libsw-core v0.3.1 |
| 1241 | 2026-02-27T02:08:46.509Z | Downloaded derive_more-impl v2.0.1 |
| 1242 | 2026-02-27T02:08:46.512Z | Downloaded futures-channel v0.3.31 |
| 1243 | 2026-02-27T02:08:46.515Z | Downloaded base64 v0.22.1 |
| 1244 | 2026-02-27T02:08:46.518Z | Downloaded derive-where v1.5.0 |
| 1245 | 2026-02-27T02:08:46.521Z | Downloaded lru v0.12.5 |
| 1246 | 2026-02-27T02:08:46.525Z | Downloaded linked-hash-map v0.5.6 |
| 1247 | 2026-02-27T02:08:46.525Z | Downloaded maybe-uninit v2.0.0 |
| 1248 | 2026-02-27T02:08:46.525Z | Downloaded match_cfg v0.1.0 |
| 1249 | 2026-02-27T02:08:46.525Z | Downloaded maplit v1.0.2 |
| 1250 | 2026-02-27T02:08:46.528Z | Downloaded lzss v0.8.2 |
| 1251 | 2026-02-27T02:08:46.528Z | Downloaded darling v0.21.0 |
| 1252 | 2026-02-27T02:08:46.531Z | Downloaded kstat-rs v0.2.4 |
| 1253 | 2026-02-27T02:08:46.534Z | Downloaded foldhash v0.1.5 |
| 1254 | 2026-02-27T02:08:46.534Z | Downloaded fixedbitset v0.5.7 |
| 1255 | 2026-02-27T02:08:46.537Z | Downloaded lalrpop-util v0.19.12 |
| 1256 | 2026-02-27T02:08:46.537Z | Downloaded console v0.16.0 |
| 1257 | 2026-02-27T02:08:46.540Z | Downloaded is-terminal v0.4.13 |
| 1258 | 2026-02-27T02:08:46.540Z | Downloaded crc32fast v1.4.2 |
| 1259 | 2026-02-27T02:08:46.546Z | Downloaded cookie_store v0.22.1 |
| 1260 | 2026-02-27T02:08:46.546Z | Downloaded colored v3.0.0 |
| 1261 | 2026-02-27T02:08:46.548Z | Downloaded ahash v0.8.12 |
| 1262 | 2026-02-27T02:08:46.549Z | Downloaded ed25519 v2.2.3 |
| 1263 | 2026-02-27T02:08:46.552Z | Downloaded derive_builder_core v0.20.2 |
| 1264 | 2026-02-27T02:08:46.552Z | Downloaded futures-executor v0.3.31 |
| 1265 | 2026-02-27T02:08:46.555Z | Downloaded async-bb8-diesel v0.2.1 |
| 1266 | 2026-02-27T02:08:46.555Z | Downloaded hubpack v0.1.2 |
| 1267 | 2026-02-27T02:08:46.558Z | Downloaded hostname v0.3.1 |
| 1268 | 2026-02-27T02:08:46.558Z | Downloaded home v0.5.9 |
| 1269 | 2026-02-27T02:08:46.558Z | Downloaded daft-derive v0.1.4 |
| 1270 | 2026-02-27T02:08:46.562Z | Downloaded derive-ex v0.1.8 |
| 1271 | 2026-02-27T02:08:46.565Z | Downloaded convert_case v0.7.1 |
| 1272 | 2026-02-27T02:08:46.565Z | Downloaded bitflags v1.3.2 |
| 1273 | 2026-02-27T02:08:46.568Z | Downloaded darling v0.20.10 |
| 1274 | 2026-02-27T02:08:46.572Z | Downloaded cmake v0.1.57 |
| 1275 | 2026-02-27T02:08:46.574Z | Downloaded bitfield-struct v0.6.2 |
| 1276 | 2026-02-27T02:08:46.574Z | Downloaded buf-list v1.0.3 |
| 1277 | 2026-02-27T02:08:46.577Z | Downloaded httpdate v1.0.3 |
| 1278 | 2026-02-27T02:08:46.577Z | Downloaded http-range v0.1.5 |
| 1279 | 2026-02-27T02:08:46.580Z | Downloaded backoff v0.4.0 |
| 1280 | 2026-02-27T02:08:46.580Z | Downloaded blowfish v0.9.1 |
| 1281 | 2026-02-27T02:08:46.583Z | Downloaded async-trait v0.1.89 |
| 1282 | 2026-02-27T02:08:46.586Z | Downloaded base64ct v1.6.0 |
| 1283 | 2026-02-27T02:08:46.589Z | Downloaded heck v0.3.3 |
| 1284 | 2026-02-27T02:08:46.589Z | Downloaded crossbeam-epoch v0.9.18 |
| 1285 | 2026-02-27T02:08:46.592Z | Downloaded diff v0.1.13 |
| 1286 | 2026-02-27T02:08:46.595Z | Downloaded derive_builder v0.20.2 |
| 1287 | 2026-02-27T02:08:46.598Z | Downloaded defmt-macros v0.3.9 |
| 1288 | 2026-02-27T02:08:46.601Z | Downloaded fallible-iterator v0.2.0 |
| 1289 | 2026-02-27T02:08:46.601Z | Downloaded drift v0.1.3 |
| 1290 | 2026-02-27T02:08:46.605Z | Downloaded daft v0.1.4 |
| 1291 | 2026-02-27T02:08:46.608Z | Downloaded ctr v0.9.2 |
| 1292 | 2026-02-27T02:08:46.611Z | Downloaded env_logger v0.11.8 |
| 1293 | 2026-02-27T02:08:46.611Z | Downloaded clang-sys v1.8.1 |
| 1294 | 2026-02-27T02:08:46.614Z | Downloaded filetime v0.2.26 |
| 1295 | 2026-02-27T02:08:46.614Z | Downloaded console v0.15.10 |
| 1296 | 2026-02-27T02:08:46.617Z | Downloaded cexpr v0.6.0 |
| 1297 | 2026-02-27T02:08:46.620Z | Downloaded cancel-safe-futures v0.1.5 |
| 1298 | 2026-02-27T02:08:46.623Z | Downloaded camino-tempfile-ext v0.3.2 |
| 1299 | 2026-02-27T02:08:46.623Z | Downloaded chacha20 v0.9.1 |
| 1300 | 2026-02-27T02:08:46.626Z | Downloaded bit-vec v0.6.3 |
| 1301 | 2026-02-27T02:08:46.626Z | Downloaded arrayvec v0.7.6 |
| 1302 | 2026-02-27T02:08:46.629Z | Downloaded argon2 v0.5.3 |
| 1303 | 2026-02-27T02:08:46.629Z | Downloaded array-init v0.0.4 |
| 1304 | 2026-02-27T02:08:46.629Z | Downloaded gethostname v0.5.0 |
| 1305 | 2026-02-27T02:08:46.632Z | Downloaded futures-macro v0.3.31 |
| 1306 | 2026-02-27T02:08:46.632Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 1307 | 2026-02-27T02:08:46.632Z | Downloaded convert_case v0.4.0 |
| 1308 | 2026-02-27T02:08:46.632Z | Downloaded assert_matches v1.5.0 |
| 1309 | 2026-02-27T02:08:46.635Z | Downloaded darling_macro v0.21.0 |
| 1310 | 2026-02-27T02:08:46.635Z | Downloaded atomic-waker v1.1.2 |
| 1311 | 2026-02-27T02:08:46.635Z | Downloaded bit-set v0.5.3 |
| 1312 | 2026-02-27T02:08:46.638Z | Downloaded difflib v0.4.0 |
| 1313 | 2026-02-27T02:08:46.638Z | Downloaded debug-ignore v1.0.5 |
| 1314 | 2026-02-27T02:08:46.638Z | Downloaded embedded-io v0.4.0 |
| 1315 | 2026-02-27T02:08:46.641Z | Downloaded crc8 v0.1.1 |
| 1316 | 2026-02-27T02:08:46.641Z | Downloaded flagset v0.4.6 |
| 1317 | 2026-02-27T02:08:46.644Z | Downloaded document-features v0.2.11 |
| 1318 | 2026-02-27T02:08:46.644Z | Downloaded fixedbitset v0.4.2 |
| 1319 | 2026-02-27T02:08:46.644Z | Downloaded ascii-canvas v3.0.0 |
| 1320 | 2026-02-27T02:08:46.647Z | Downloaded arrayref v0.3.9 |
| 1321 | 2026-02-27T02:08:46.647Z | Downloaded cfg_aliases v0.2.1 |
| 1322 | 2026-02-27T02:08:46.647Z | Downloaded dirs-next v2.0.0 |
| 1323 | 2026-02-27T02:08:46.650Z | Downloaded ciborium-ll v0.2.2 |
| 1324 | 2026-02-27T02:08:46.650Z | Downloaded env_filter v0.1.2 |
| 1325 | 2026-02-27T02:08:46.653Z | Downloaded endian-type v0.1.2 |
| 1326 | 2026-02-27T02:08:46.654Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 1327 | 2026-02-27T02:08:46.654Z | Downloaded crc-catalog v2.4.0 |
| 1328 | 2026-02-27T02:08:46.654Z | Downloaded bitfield-macros v0.19.2 |
| 1329 | 2026-02-27T02:08:46.657Z | Downloaded bb8 v0.8.5 |
| 1330 | 2026-02-27T02:08:46.657Z | Downloaded dunce v1.0.5 |
| 1331 | 2026-02-27T02:08:46.657Z | Downloaded dsl_auto_type v0.1.2 |
| 1332 | 2026-02-27T02:08:46.657Z | Downloaded defmt-parser v0.3.4 |
| 1333 | 2026-02-27T02:08:46.659Z | Downloaded darling_macro v0.20.10 |
| 1334 | 2026-02-27T02:08:46.660Z | Downloaded ciborium-io v0.2.2 |
| 1335 | 2026-02-27T02:08:46.660Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1336 | 2026-02-27T02:08:46.662Z | Downloaded colored v2.2.0 |
| 1337 | 2026-02-27T02:08:46.662Z | Downloaded ciborium v0.2.2 |
| 1338 | 2026-02-27T02:08:46.665Z | Downloaded bzip2 v0.4.4 |
| 1339 | 2026-02-27T02:08:46.668Z | Downloaded float-cmp v0.10.0 |
| 1340 | 2026-02-27T02:08:46.668Z | Downloaded ena v0.14.3 |
| 1341 | 2026-02-27T02:08:46.671Z | Downloaded either v1.15.0 |
| 1342 | 2026-02-27T02:08:46.671Z | Downloaded dtrace-parser v0.3.0 |
| 1343 | 2026-02-27T02:08:46.674Z | Downloaded der_derive v0.7.3 |
| 1344 | 2026-02-27T02:08:46.674Z | Downloaded defmt v0.3.8 |
| 1345 | 2026-02-27T02:08:46.677Z | Downloaded cbc v0.1.2 |
| 1346 | 2026-02-27T02:08:46.680Z | Downloaded bit-set v0.8.0 |
| 1347 | 2026-02-27T02:08:46.680Z | Downloaded atty v0.2.14 |
| 1348 | 2026-02-27T02:08:46.680Z | Downloaded async-stream v0.3.6 |
| 1349 | 2026-02-27T02:08:46.683Z | Downloaded crc v3.2.1 |
| 1350 | 2026-02-27T02:08:46.686Z | Downloaded cfg_aliases v0.1.1 |
| 1351 | 2026-02-27T02:08:46.686Z | Downloaded async-recursion v1.1.1 |
| 1352 | 2026-02-27T02:08:46.689Z | Downloaded cipher v0.4.4 |
| 1353 | 2026-02-27T02:08:46.692Z | Downloaded cargo_metadata v0.19.2 |
| 1354 | 2026-02-27T02:08:46.692Z | Downloaded crossbeam-channel v0.5.15 |
| 1355 | 2026-02-27T02:08:46.694Z | Downloaded block-padding v0.3.3 |
| 1356 | 2026-02-27T02:08:46.697Z | Downloaded crossbeam-utils v0.8.21 |
| 1357 | 2026-02-27T02:08:46.700Z | Downloaded cargo-platform v0.1.8 |
| 1358 | 2026-02-27T02:08:46.700Z | Downloaded async-stream-impl v0.3.6 |
| 1359 | 2026-02-27T02:08:47.176Z | Downloaded aws-lc-sys v0.37.1 |
| 1360 | 2026-02-27T02:08:47.550Z | Compiling value-bag v1.12.0 |
| 1361 | 2026-02-27T02:08:47.553Z | Compiling shlex v1.3.0 |
| 1362 | 2026-02-27T02:08:47.553Z | Compiling find-msvc-tools v0.1.9 |
| 1363 | 2026-02-27T02:08:47.553Z | Compiling smallvec v1.15.1 |
| 1364 | 2026-02-27T02:08:47.553Z | Compiling syn v2.0.117 |
| 1365 | 2026-02-27T02:08:47.726Z | Compiling getrandom v0.2.15 |
| 1366 | 2026-02-27T02:08:47.729Z | Compiling jobserver v0.1.32 |
| 1367 | 2026-02-27T02:08:47.729Z | Compiling typenum v1.17.0 |
| 1368 | 2026-02-27T02:08:48.093Z | Compiling rand_core v0.6.4 |
| 1369 | 2026-02-27T02:08:48.193Z | Compiling log v0.4.29 |
| 1370 | 2026-02-27T02:08:48.214Z | Compiling generic-array v0.14.7 |
| 1371 | 2026-02-27T02:08:48.252Z | Compiling cc v1.2.56 |
| 1372 | 2026-02-27T02:08:48.316Z | Compiling lock_api v0.4.12 |
| 1373 | 2026-02-27T02:08:48.644Z | Compiling subtle v2.6.1 |
| 1374 | 2026-02-27T02:08:48.667Z | Compiling scopeguard v1.2.0 |
| 1375 | 2026-02-27T02:08:48.670Z | Compiling portable-atomic v1.11.0 |
| 1376 | 2026-02-27T02:08:48.864Z | Compiling critical-section v1.1.3 |
| 1377 | 2026-02-27T02:08:48.953Z | Compiling const-oid v0.9.6 |
| 1378 | 2026-02-27T02:08:49.016Z | Compiling serde_json v1.0.149 |
| 1379 | 2026-02-27T02:08:49.039Z | Compiling getrandom v0.3.4 |
| 1380 | 2026-02-27T02:08:49.330Z | Compiling pkg-config v0.3.31 |
| 1381 | 2026-02-27T02:08:49.410Z | Compiling parking_lot_core v0.9.10 |
| 1382 | 2026-02-27T02:08:49.901Z | Compiling pin-project-lite v0.2.14 |
| 1383 | 2026-02-27T02:08:50.625Z | Compiling signal-hook-registry v1.4.2 |
| 1384 | 2026-02-27T02:08:50.770Z | Compiling allocator-api2 v0.2.21 |
| 1385 | 2026-02-27T02:08:50.896Z | Compiling once_cell v1.21.3 |
| 1386 | 2026-02-27T02:08:50.922Z | Compiling libm v0.2.8 |
| 1387 | 2026-02-27T02:08:51.028Z | Compiling parking_lot v0.12.3 |
| 1388 | 2026-02-27T02:08:51.358Z | Compiling mio v1.0.2 |
| 1389 | 2026-02-27T02:08:51.379Z | Compiling num-traits v0.2.19 |
| 1390 | 2026-02-27T02:08:51.429Z | Compiling futures-core v0.3.32 |
| 1391 | 2026-02-27T02:08:51.692Z | Compiling percent-encoding v2.3.2 |
| 1392 | 2026-02-27T02:08:51.913Z | Compiling socket2 v0.6.1 |
| 1393 | 2026-02-27T02:08:52.053Z | Compiling slab v0.4.9 |
| 1394 | 2026-02-27T02:08:52.077Z | Compiling futures-sink v0.3.31 |
| 1395 | 2026-02-27T02:08:52.098Z | Compiling foldhash v0.2.0 |
| 1396 | 2026-02-27T02:08:52.272Z | Compiling cpufeatures v0.2.14 |
| 1397 | 2026-02-27T02:08:52.403Z | Compiling hashbrown v0.16.1 |
| 1398 | 2026-02-27T02:08:52.464Z | Compiling futures-channel v0.3.31 |
| 1399 | 2026-02-27T02:08:52.484Z | Compiling futures-task v0.3.31 |
| 1400 | 2026-02-27T02:08:52.832Z | Compiling futures-io v0.3.31 |
| 1401 | 2026-02-27T02:08:52.884Z | Compiling pin-utils v0.1.0 |
| 1402 | 2026-02-27T02:08:52.910Z | Compiling rustversion v1.0.22 |
| 1403 | 2026-02-27T02:08:52.947Z | Compiling form_urlencoded v1.2.2 |
| 1404 | 2026-02-27T02:08:53.004Z | Compiling cmake v0.1.57 |
| 1405 | 2026-02-27T02:08:53.027Z | Compiling base64ct v1.6.0 |
| 1406 | 2026-02-27T02:08:53.126Z | Compiling dunce v1.0.5 |
| 1407 | 2026-02-27T02:08:53.269Z | Compiling fs_extra v1.3.0 |
| 1408 | 2026-02-27T02:08:53.272Z | Compiling ident_case v1.0.1 |
| 1409 | 2026-02-27T02:08:53.468Z | Compiling foldhash v0.1.5 |
| 1410 | 2026-02-27T02:08:53.595Z | Compiling pem-rfc7468 v0.7.0 |
| 1411 | 2026-02-27T02:08:53.691Z | Compiling indexmap v2.13.0 |
| 1412 | 2026-02-27T02:08:53.764Z | Compiling flagset v0.4.6 |
| 1413 | 2026-02-27T02:08:53.814Z | Compiling hashbrown v0.15.4 |
| 1414 | 2026-02-27T02:08:53.842Z | Compiling aws-lc-sys v0.37.1 |
| 1415 | 2026-02-27T02:08:54.009Z | Compiling rand_core v0.9.3 |
| 1416 | 2026-02-27T02:08:54.258Z | Compiling iana-time-zone v0.1.63 |
| 1417 | 2026-02-27T02:08:54.557Z | Compiling ring v0.17.14 |
| 1418 | 2026-02-27T02:08:54.560Z | Compiling rustc_version v0.4.1 |
| 1419 | 2026-02-27T02:08:54.651Z | Compiling uuid v1.19.0 |
| 1420 | 2026-02-27T02:08:54.986Z | Compiling spin v0.9.8 |
| 1421 | 2026-02-27T02:08:55.070Z | Compiling aws-lc-rs v1.16.0 |
| 1422 | 2026-02-27T02:08:55.113Z | Compiling synstructure v0.13.1 |
| 1423 | 2026-02-27T02:08:55.235Z | Compiling regex-syntax v0.8.5 |
| 1424 | 2026-02-27T02:08:55.397Z | Compiling vcpkg v0.2.15 |
| 1425 | 2026-02-27T02:08:55.646Z | Compiling zerocopy v0.8.27 |
| 1426 | 2026-02-27T02:08:56.177Z | Compiling tracing-core v0.1.32 |
| 1427 | 2026-02-27T02:08:56.480Z | Compiling serde_derive_internals v0.29.1 |
| 1428 | 2026-02-27T02:08:56.544Z | Compiling untrusted v0.7.1 |
| 1429 | 2026-02-27T02:08:56.764Z | Compiling httparse v1.9.5 |
| 1430 | 2026-02-27T02:08:57.030Z | Compiling openssl-sys v0.9.109 |
| 1431 | 2026-02-27T02:08:57.334Z | Compiling openssl-probe v0.1.5 |
| 1432 | 2026-02-27T02:08:57.422Z | Compiling base64 v0.22.1 |
| 1433 | 2026-02-27T02:08:57.653Z | Compiling untrusted v0.9.0 |
| 1434 | 2026-02-27T02:08:57.874Z | Compiling schemars v0.8.22 |
| 1435 | 2026-02-27T02:08:58.072Z | Compiling rustix v1.1.3 |
| 1436 | 2026-02-27T02:08:58.240Z | Compiling adler2 v2.0.0 |
| 1437 | 2026-02-27T02:08:58.262Z | Compiling rustix v0.38.37 |
| 1438 | 2026-02-27T02:08:58.464Z | Compiling miniz_oxide v0.8.5 |
| 1439 | 2026-02-27T02:08:58.756Z | Compiling darling_core v0.20.10 |
| 1440 | 2026-02-27T02:08:59.080Z | Compiling try-lock v0.2.5 |
| 1441 | 2026-02-27T02:08:59.136Z | Compiling tinyvec_macros v0.1.1 |
| 1442 | 2026-02-27T02:08:59.253Z | Compiling rustls v0.23.37 |
| 1443 | 2026-02-27T02:08:59.272Z | Compiling atomic-waker v1.1.2 |
| 1444 | 2026-02-27T02:08:59.486Z | Compiling tower-service v0.3.3 |
| 1445 | 2026-02-27T02:08:59.576Z | Compiling tower-layer v0.3.3 |
| 1446 | 2026-02-27T02:08:59.649Z | Compiling dyn-clone v1.0.20 |
| 1447 | 2026-02-27T02:08:59.834Z | Compiling serde_derive v1.0.228 |
| 1448 | 2026-02-27T02:08:59.876Z | Compiling zeroize_derive v1.4.2 |
| 1449 | 2026-02-27T02:08:59.879Z | Compiling zerofrom-derive v0.1.4 |
| 1450 | 2026-02-27T02:08:59.919Z | Compiling yoke-derive v0.7.4 |
| 1451 | 2026-02-27T02:09:00.841Z | Compiling zerovec-derive v0.10.3 |
| 1452 | 2026-02-27T02:09:01.251Z | Compiling zeroize v1.8.1 |
| 1453 | 2026-02-27T02:09:02.163Z | Compiling displaydoc v0.2.5 |
| 1454 | 2026-02-27T02:09:02.552Z | Compiling icu_provider_macros v1.5.0 |
| 1455 | 2026-02-27T02:09:03.122Z | Compiling crypto-common v0.1.6 |
| 1456 | 2026-02-27T02:09:03.228Z | Compiling block-buffer v0.10.4 |
| 1457 | 2026-02-27T02:09:03.274Z | Compiling zerofrom v0.1.4 |
| 1458 | 2026-02-27T02:09:03.378Z | Compiling zerocopy-derive v0.7.35 |
| 1459 | 2026-02-27T02:09:03.508Z | Compiling yoke v0.7.4 |
| 1460 | 2026-02-27T02:09:03.529Z | Compiling digest v0.10.7 |
| 1461 | 2026-02-27T02:09:03.580Z | Compiling tokio-macros v2.6.0 |
| 1462 | 2026-02-27T02:09:03.729Z | Compiling thiserror-impl v2.0.18 |
| 1463 | 2026-02-27T02:09:03.895Z | Compiling zerovec v0.10.4 |
| 1464 | 2026-02-27T02:09:04.025Z | Compiling hmac v0.12.1 |
| 1465 | 2026-02-27T02:09:04.327Z | Compiling futures-macro v0.3.31 |
| 1466 | 2026-02-27T02:09:04.523Z | Compiling block-padding v0.3.3 |
| 1467 | 2026-02-27T02:09:04.819Z | Compiling inout v0.1.3 |
| 1468 | 2026-02-27T02:09:05.153Z | Compiling cipher v0.4.4 |
| 1469 | 2026-02-27T02:09:05.231Z | Compiling sha2 v0.10.9 |
| 1470 | 2026-02-27T02:09:05.261Z | Compiling der_derive v0.7.3 |
| 1471 | 2026-02-27T02:09:05.359Z | Compiling zerocopy v0.7.35 |
| 1472 | 2026-02-27T02:09:05.977Z | Compiling tinystr v0.7.6 |
| 1473 | 2026-02-27T02:09:06.173Z | Compiling icu_collections v1.5.0 |
| 1474 | 2026-02-27T02:09:06.433Z | Compiling icu_locid v1.5.0 |
| 1475 | 2026-02-27T02:09:06.806Z | Compiling futures-util v0.3.31 |
| 1476 | 2026-02-27T02:09:06.884Z | Compiling thiserror v2.0.18 |
| 1477 | 2026-02-27T02:09:07.058Z | Compiling ppv-lite86 v0.2.20 |
| 1478 | 2026-02-27T02:09:07.358Z | Compiling serde v1.0.228 |
| 1479 | 2026-02-27T02:09:07.435Z | Compiling pest v2.8.2 |
| 1480 | 2026-02-27T02:09:07.472Z | Compiling der v0.7.10 |
| 1481 | 2026-02-27T02:09:07.789Z | Compiling icu_provider v1.5.0 |
| 1482 | 2026-02-27T02:09:08.361Z | Compiling salsa20 v0.10.2 |
| 1483 | 2026-02-27T02:09:08.573Z | Compiling bytes v1.11.1 |
| 1484 | 2026-02-27T02:09:08.597Z | Compiling bitflags v2.9.4 |
| 1485 | 2026-02-27T02:09:08.618Z | Compiling icu_locid_transform v1.5.0 |
| 1486 | 2026-02-27T02:09:08.764Z | Compiling chrono v0.4.43 |
| 1487 | 2026-02-27T02:09:09.054Z | Compiling pbkdf2 v0.12.2 |
| 1488 | 2026-02-27T02:09:09.213Z | Compiling scrypt v0.11.0 |
| 1489 | 2026-02-27T02:09:09.734Z | Compiling tokio v1.49.0 |
| 1490 | 2026-02-27T02:09:10.056Z | Compiling icu_properties v1.5.1 |
| 1491 | 2026-02-27T02:09:10.215Z | Compiling http v1.4.0 |
| 1492 | 2026-02-27T02:09:10.241Z | Compiling spki v0.7.3 |
| 1493 | 2026-02-27T02:09:10.611Z | Compiling pest_meta v2.8.2 |
| 1494 | 2026-02-27T02:09:10.871Z | Compiling rand_chacha v0.9.0 |
| 1495 | 2026-02-27T02:09:12.068Z | Compiling aes v0.8.4 |
| 1496 | 2026-02-27T02:09:12.180Z | Compiling cbc v0.1.2 |
| 1497 | 2026-02-27T02:09:12.339Z | Compiling rustls-pki-types v1.14.0 |
| 1498 | 2026-02-27T02:09:12.435Z | Compiling tracing-attributes v0.1.27 |
| 1499 | 2026-02-27T02:09:12.471Z | Compiling zerocopy-derive v0.8.27 |
| 1500 | 2026-02-27T02:09:13.380Z | Compiling pkcs5 v0.7.1 |
| 1501 | 2026-02-27T02:09:14.481Z | Compiling icu_normalizer v1.5.0 |
| 1502 | 2026-02-27T02:09:14.600Z | Compiling pest_generator v2.8.2 |
| 1503 | 2026-02-27T02:09:14.669Z | Compiling http-body v1.0.1 |
| 1504 | 2026-02-27T02:09:14.888Z | Compiling rand v0.9.2 |
| 1505 | 2026-02-27T02:09:14.936Z | Compiling pkcs8 v0.10.2 |
| 1506 | 2026-02-27T02:09:15.365Z | Compiling tracing v0.1.40 |
| 1507 | 2026-02-27T02:09:15.548Z | Compiling idna_adapter v1.2.0 |
| 1508 | 2026-02-27T02:09:15.804Z | Compiling idna v1.0.3 |
| 1509 | 2026-02-27T02:09:16.137Z | Compiling schemars_derive v0.8.22 |
| 1510 | 2026-02-27T02:09:16.372Z | Compiling pest_derive v2.8.2 |
| 1511 | 2026-02-27T02:09:16.676Z | Compiling url v2.5.4 |
| 1512 | 2026-02-27T02:09:17.200Z | Compiling scroll_derive v0.13.1 |
| 1513 | 2026-02-27T02:09:19.023Z | Compiling tokio-util v0.7.15 |
| 1514 | 2026-02-27T02:09:19.084Z | Compiling scroll v0.13.0 |
| 1515 | 2026-02-27T02:09:19.654Z | Compiling ipnet v2.11.0 |
| 1516 | 2026-02-27T02:09:20.075Z | Compiling darling_macro v0.20.10 |
| 1517 | 2026-02-27T02:09:20.796Z | Compiling h2 v0.4.6 |
| 1518 | 2026-02-27T02:09:21.006Z | Compiling tinyvec v1.8.0 |
| 1519 | 2026-02-27T02:09:21.247Z | Compiling want v0.3.1 |
| 1520 | 2026-02-27T02:09:21.568Z | Compiling lazy_static v1.5.0 |
| 1521 | 2026-02-27T02:09:21.723Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1522 | 2026-02-27T02:09:21.782Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1523 | 2026-02-27T02:09:21.985Z | Compiling aho-corasick v1.1.3 |
| 1524 | 2026-02-27T02:09:22.275Z | Compiling time-core v0.1.8 |
| 1525 | 2026-02-27T02:09:22.533Z | Compiling foreign-types-shared v0.1.1 |
| 1526 | 2026-02-27T02:09:22.559Z | Compiling num-conv v0.2.0 |
| 1527 | 2026-02-27T02:09:22.583Z | Compiling openssl v0.10.73 |
| 1528 | 2026-02-27T02:09:22.586Z | Compiling httpdate v1.0.3 |
| 1529 | 2026-02-27T02:09:22.678Z | Compiling powerfmt v0.2.0 |
| 1530 | 2026-02-27T02:09:22.826Z | Compiling time-macros v0.2.27 |
| 1531 | 2026-02-27T02:09:23.040Z | Compiling deranged v0.5.3 |
| 1532 | 2026-02-27T02:09:23.086Z | Compiling foreign-types v0.3.2 |
| 1533 | 2026-02-27T02:09:23.113Z | Compiling tempfile v3.24.0 |
| 1534 | 2026-02-27T02:09:23.914Z | Compiling regex-automata v0.4.14 |
| 1535 | 2026-02-27T02:09:25.271Z | Compiling darling v0.20.10 |
| 1536 | 2026-02-27T02:09:25.305Z | Compiling goblin v0.10.2 |
| 1537 | 2026-02-27T02:09:25.405Z | Compiling openssl-macros v0.1.1 |
| 1538 | 2026-02-27T02:09:26.101Z | Compiling wait-timeout v0.2.0 |
| 1539 | 2026-02-27T02:09:26.124Z | Compiling native-tls v0.2.12 |
| 1540 | 2026-02-27T02:09:26.518Z | Compiling num_threads v0.1.7 |
| 1541 | 2026-02-27T02:09:26.635Z | Compiling usdt-impl v0.6.0 |
| 1542 | 2026-02-27T02:09:26.678Z | Compiling syn v1.0.109 |
| 1543 | 2026-02-27T02:09:26.781Z | Compiling gimli v0.31.1 |
| 1544 | 2026-02-27T02:09:26.993Z | Compiling quick-error v1.2.3 |
| 1545 | 2026-02-27T02:09:27.159Z | Compiling bit-vec v0.8.0 |
| 1546 | 2026-02-27T02:09:27.270Z | Compiling crossbeam-utils v0.8.21 |
| 1547 | 2026-02-27T02:09:27.599Z | Compiling hyper v1.8.1 |
| 1548 | 2026-02-27T02:09:27.867Z | Compiling bit-set v0.8.0 |
| 1549 | 2026-02-27T02:09:28.225Z | Compiling rusty-fork v0.3.0 |
| 1550 | 2026-02-27T02:09:30.213Z | Compiling hyper-util v0.1.19 |
| 1551 | 2026-02-27T02:09:31.286Z | Compiling addr2line v0.24.2 |
| 1552 | 2026-02-27T02:09:31.324Z | Compiling time v0.3.47 |
| 1553 | 2026-02-27T02:09:32.036Z | Compiling derive_builder_core v0.20.2 |
| 1554 | 2026-02-27T02:09:33.745Z | Compiling dof v0.4.0 |
| 1555 | 2026-02-27T02:09:34.250Z | Compiling unicode-normalization v0.1.24 |
| 1556 | 2026-02-27T02:09:34.274Z | Compiling dtrace-parser v0.3.0 |
| 1557 | 2026-02-27T02:09:35.075Z | Compiling rustls-native-certs v0.8.1 |
| 1558 | 2026-02-27T02:09:35.146Z | Compiling signature v2.2.0 |
| 1559 | 2026-02-27T02:09:35.447Z | Compiling scroll_derive v0.12.0 |
| 1560 | 2026-02-27T02:09:35.625Z | Compiling thiserror-impl v1.0.69 |
| 1561 | 2026-02-27T02:09:35.843Z | Compiling heapless v0.7.17 |
| 1562 | 2026-02-27T02:09:35.997Z | Compiling darling_core v0.21.0 |
| 1563 | 2026-02-27T02:09:36.083Z | Compiling slog v2.8.2 |
| 1564 | 2026-02-27T02:09:36.246Z | Compiling rand_xorshift v0.4.0 |
| 1565 | 2026-02-27T02:09:36.344Z | Compiling sync_wrapper v1.0.1 |
| 1566 | 2026-02-27T02:09:36.442Z | Compiling thread-id v5.0.0 |
| 1567 | 2026-02-27T02:09:36.523Z | Compiling cookie v0.18.1 |
| 1568 | 2026-02-27T02:09:36.551Z | Compiling object v0.36.5 |
| 1569 | 2026-02-27T02:09:36.573Z | Compiling crc32fast v1.4.2 |
| 1570 | 2026-02-27T02:09:36.812Z | Compiling signal-hook v0.3.18 |
| 1571 | 2026-02-27T02:09:36.849Z | Compiling zlib-rs v0.5.1 |
| 1572 | 2026-02-27T02:09:36.888Z | Compiling rustc-demangle v0.1.24 |
| 1573 | 2026-02-27T02:09:37.024Z | Compiling siphasher v0.3.11 |
| 1574 | 2026-02-27T02:09:37.109Z | Compiling anyhow v1.0.99 |
| 1575 | 2026-02-27T02:09:37.410Z | Compiling zstd-safe v7.2.3 |
| 1576 | 2026-02-27T02:09:37.702Z | Compiling unicode-properties v0.1.3 |
| 1577 | 2026-02-27T02:09:37.725Z | Compiling unarray v0.1.4 |
| 1578 | 2026-02-27T02:09:37.774Z | Compiling paste v1.0.15 |
| 1579 | 2026-02-27T02:09:37.902Z | Compiling unicode-bidi v0.3.17 |
| 1580 | 2026-02-27T02:09:38.088Z | Compiling proptest v1.7.0 |
| 1581 | 2026-02-27T02:09:38.411Z | Compiling thiserror v1.0.69 |
| 1582 | 2026-02-27T02:09:38.573Z | Compiling stringprep v0.1.5 |
| 1583 | 2026-02-27T02:09:38.776Z | Compiling phf_shared v0.11.2 |
| 1584 | 2026-02-27T02:09:39.232Z | Compiling scroll v0.12.0 |
| 1585 | 2026-02-27T02:09:39.578Z | Compiling tower v0.5.2 |
| 1586 | 2026-02-27T02:09:40.480Z | Compiling derive_builder_macro v0.20.2 |
| 1587 | 2026-02-27T02:09:41.366Z | Compiling ipnetwork v0.21.1 |
| 1588 | 2026-02-27T02:09:41.820Z | Compiling http-body-util v0.1.3 |
| 1589 | 2026-02-27T02:09:41.906Z | Compiling darling_macro v0.21.0 |
| 1590 | 2026-02-27T02:09:42.221Z | Compiling webpki-roots v1.0.1 |
| 1591 | 2026-02-27T02:09:42.293Z | Compiling toml_datetime v0.6.11 |
| 1592 | 2026-02-27T02:09:42.436Z | Compiling serde_tokenstream v0.2.3 |
| 1593 | 2026-02-27T02:09:42.762Z | Compiling serde_spanned v0.6.9 |
| 1594 | 2026-02-27T02:09:42.833Z | Compiling erased-serde v0.3.31 |
| 1595 | 2026-02-27T02:09:43.024Z | Compiling libz-rs-sys v0.5.1 |
| 1596 | 2026-02-27T02:09:43.048Z | Compiling backtrace v0.3.74 |
| 1597 | 2026-02-27T02:09:43.306Z | Compiling rand_chacha v0.3.1 |
| 1598 | 2026-02-27T02:09:43.424Z | Compiling md-5 v0.10.6 |
| 1599 | 2026-02-27T02:09:43.738Z | Compiling curve25519-dalek v4.1.3 |
| 1600 | 2026-02-27T02:09:43.945Z | Compiling vergen-lib v0.1.6 |
| 1601 | 2026-02-27T02:09:44.088Z | Compiling num-integer v0.1.46 |
| 1602 | 2026-02-27T02:09:44.286Z | Compiling hash32 v0.2.1 |
| 1603 | 2026-02-27T02:09:44.405Z | Compiling ff v0.13.0 |
| 1604 | 2026-02-27T02:09:44.654Z | Compiling memoffset v0.9.1 |
| 1605 | 2026-02-27T02:09:44.678Z | Compiling litrs v0.4.1 |
| 1606 | 2026-02-27T02:09:44.817Z | Compiling fallible-iterator v0.2.0 |
| 1607 | 2026-02-27T02:09:45.021Z | Compiling psl-types v2.0.11 |
| 1608 | 2026-02-27T02:09:45.252Z | Compiling ryu v1.0.18 |
| 1609 | 2026-02-27T02:09:45.275Z | Compiling num-bigint-dig v0.8.6 |
| 1610 | 2026-02-27T02:09:45.513Z | Compiling iri-string v0.7.8 |
| 1611 | 2026-02-27T02:09:45.627Z | Compiling ref-cast v1.0.25 |
| 1612 | 2026-02-27T02:09:45.648Z | Compiling base16ct v0.2.0 |
| 1613 | 2026-02-27T02:09:45.738Z | Compiling smoltcp v0.9.1 |
| 1614 | 2026-02-27T02:09:45.761Z | Compiling cfg_aliases v0.2.1 |
| 1615 | 2026-02-27T02:09:45.885Z | Compiling nix v0.29.0 |
| 1616 | 2026-02-27T02:09:45.964Z | Compiling sec1 v0.7.3 |
| 1617 | 2026-02-27T02:09:46.342Z | Compiling document-features v0.2.11 |
| 1618 | 2026-02-27T02:09:46.456Z | Compiling serde_urlencoded v0.7.1 |
| 1619 | 2026-02-27T02:09:46.530Z | Compiling postgres-protocol v0.6.8 |
| 1620 | 2026-02-27T02:09:46.778Z | Compiling publicsuffix v2.3.0 |
| 1621 | 2026-02-27T02:09:47.111Z | Compiling group v0.13.0 |
| 1622 | 2026-02-27T02:09:47.151Z | Compiling num-iter v0.1.45 |
| 1623 | 2026-02-27T02:09:47.751Z | Compiling rand v0.8.5 |
| 1624 | 2026-02-27T02:09:48.339Z | Compiling newtype-uuid v1.3.2 |
| 1625 | 2026-02-27T02:09:48.411Z | Compiling flate2 v1.1.2 |
| 1626 | 2026-02-27T02:09:48.431Z | Compiling tower-http v0.6.8 |
| 1627 | 2026-02-27T02:09:49.004Z | Compiling darling v0.21.0 |
| 1628 | 2026-02-27T02:09:49.144Z | Compiling oxnet v0.1.4 |
| 1629 | 2026-02-27T02:09:49.276Z | Compiling derive_builder v0.20.2 |
| 1630 | 2026-02-27T02:09:49.331Z | Compiling tokio-native-tls v0.3.1 |
| 1631 | 2026-02-27T02:09:49.334Z | Compiling goblin v0.8.2 |
| 1632 | 2026-02-27T02:09:49.986Z | Compiling regex v1.12.3 |
| 1633 | 2026-02-27T02:09:50.557Z | Compiling terminal_size v0.4.0 |
| 1634 | 2026-02-27T02:09:50.797Z | Compiling cargo-platform v0.1.8 |
| 1635 | 2026-02-27T02:09:50.822Z | Compiling hkdf v0.12.4 |
| 1636 | 2026-02-27T02:09:50.952Z | Compiling crypto-bigint v0.5.5 |
| 1637 | 2026-02-27T02:09:50.955Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1638 | 2026-02-27T02:09:51.104Z | Compiling strum_macros v0.27.2 |
| 1639 | 2026-02-27T02:09:51.356Z | Compiling ref-cast-impl v1.0.25 |
| 1640 | 2026-02-27T02:09:52.286Z | Compiling hubpack_derive v0.1.1 |
| 1641 | 2026-02-27T02:09:52.432Z | Compiling daft-derive v0.1.4 |
| 1642 | 2026-02-27T02:09:52.538Z | Compiling async-trait v0.1.89 |
| 1643 | 2026-02-27T02:09:53.229Z | Compiling vergen v9.0.6 |
| 1644 | 2026-02-27T02:09:53.591Z | Compiling ahash v0.8.12 |
| 1645 | 2026-02-27T02:09:54.001Z | Compiling fs-err v3.1.1 |
| 1646 | 2026-02-27T02:09:54.025Z | Compiling either v1.15.0 |
| 1647 | 2026-02-27T02:09:54.369Z | Compiling unicode-segmentation v1.12.0 |
| 1648 | 2026-02-27T02:09:54.455Z | Compiling managed v0.8.0 |
| 1649 | 2026-02-27T02:09:54.898Z | Compiling buf-list v1.0.3 |
| 1650 | 2026-02-27T02:09:55.091Z | Compiling bitflags v1.3.2 |
| 1651 | 2026-02-27T02:09:55.221Z | Compiling winnow v0.5.40 |
| 1652 | 2026-02-27T02:09:55.245Z | Compiling lockfree-object-pool v0.1.6 |
| 1653 | 2026-02-27T02:09:55.530Z | Compiling simd-adler32 v0.3.7 |
| 1654 | 2026-02-27T02:09:55.552Z | Compiling bumpalo v3.16.0 |
| 1655 | 2026-02-27T02:09:56.069Z | Compiling zopfli v0.8.1 |
| 1656 | 2026-02-27T02:09:56.167Z | Compiling dof v0.3.0 |
| 1657 | 2026-02-27T02:09:56.190Z | Compiling strum v0.27.2 |
| 1658 | 2026-02-27T02:09:57.167Z | Compiling clap_builder v4.5.48 |
| 1659 | 2026-02-27T02:09:57.707Z | Compiling daft v0.1.4 |
| 1660 | 2026-02-27T02:09:58.132Z | Compiling elliptic-curve v0.13.8 |
| 1661 | 2026-02-27T02:09:58.343Z | Compiling hubpack v0.1.2 |
| 1662 | 2026-02-27T02:09:58.641Z | Compiling toml_edit v0.19.15 |
| 1663 | 2026-02-27T02:09:58.738Z | Compiling cargo_metadata v0.19.2 |
| 1664 | 2026-02-27T02:09:58.762Z | Compiling cookie_store v0.22.1 |
| 1665 | 2026-02-27T02:09:59.006Z | Compiling signal-hook-mio v0.2.4 |
| 1666 | 2026-02-27T02:09:59.197Z | Compiling zstd v0.13.3 |
| 1667 | 2026-02-27T02:09:59.759Z | Compiling hyper-tls v0.6.0 |
| 1668 | 2026-02-27T02:10:00.940Z | Compiling serde_with_macros v3.16.1 |
| 1669 | 2026-02-27T02:10:02.195Z | Compiling postgres-types v0.2.9 |
| 1670 | 2026-02-27T02:10:03.616Z | Compiling usdt-macro v0.6.0 |
| 1671 | 2026-02-27T02:10:03.640Z | Compiling usdt-attr-macro v0.6.0 |
| 1672 | 2026-02-27T02:10:04.466Z | Compiling phf v0.11.2 |
| 1673 | 2026-02-27T02:10:04.792Z | Compiling dtrace-parser v0.2.0 |
| 1674 | 2026-02-27T02:10:05.102Z | Compiling ed25519 v2.2.3 |
| 1675 | 2026-02-27T02:10:05.126Z | Compiling bzip2 v0.4.4 |
| 1676 | 2026-02-27T02:10:05.248Z | Compiling bzip2 v0.5.2 |
| 1677 | 2026-02-27T02:10:05.524Z | Compiling bstr v1.10.0 |
| 1678 | 2026-02-27T02:10:05.588Z | Compiling pkcs1 v0.7.5 |
| 1679 | 2026-02-27T02:10:05.643Z | Compiling hex v0.4.3 |
| 1680 | 2026-02-27T02:10:06.268Z | Compiling serde-big-array v0.5.1 |
| 1681 | 2026-02-27T02:10:06.541Z | Compiling rfc6979 v0.4.0 |
| 1682 | 2026-02-27T02:10:06.563Z | Compiling serde_repr v0.1.19 |
| 1683 | 2026-02-27T02:10:06.746Z | Compiling enum-as-inner v0.6.1 |
| 1684 | 2026-02-27T02:10:06.773Z | Compiling clap_derive v4.5.47 |
| 1685 | 2026-02-27T02:10:06.773Z | Compiling strum_macros v0.26.4 |
| 1686 | 2026-02-27T02:10:07.133Z | Compiling float-cmp v0.10.0 |
| 1687 | 2026-02-27T02:10:07.247Z | Compiling env_filter v0.1.2 |
| 1688 | 2026-02-27T02:10:07.391Z | Compiling socket2 v0.5.10 |
| 1689 | 2026-02-27T02:10:07.694Z | Compiling memmap2 v0.9.8 |
| 1690 | 2026-02-27T02:10:07.820Z | Compiling encoding_rs v0.8.34 |
| 1691 | 2026-02-27T02:10:07.843Z | Compiling mime v0.3.17 |
| 1692 | 2026-02-27T02:10:08.112Z | Compiling fixedbitset v0.4.2 |
| 1693 | 2026-02-27T02:10:08.341Z | Compiling precomputed-hash v0.1.1 |
| 1694 | 2026-02-27T02:10:08.364Z | Compiling predicates-core v1.0.8 |
| 1695 | 2026-02-27T02:10:08.487Z | Compiling difflib v0.4.0 |
| 1696 | 2026-02-27T02:10:08.522Z | Compiling rustc-hash v2.1.1 |
| 1697 | 2026-02-27T02:10:08.697Z | Compiling new_debug_unreachable v1.0.6 |
| 1698 | 2026-02-27T02:10:08.741Z | Compiling whoami v1.5.2 |
| 1699 | 2026-02-27T02:10:08.822Z | Compiling fixedbitset v0.5.7 |
| 1700 | 2026-02-27T02:10:09.311Z | Compiling normalize-line-endings v0.3.0 |
| 1701 | 2026-02-27T02:10:09.473Z | Compiling jiff v0.2.15 |
| 1702 | 2026-02-27T02:10:09.512Z | Compiling data-encoding v2.9.0 |
| 1703 | 2026-02-27T02:10:09.838Z | Compiling keccak v0.1.5 |
| 1704 | 2026-02-27T02:10:11.090Z | Compiling static_assertions v1.1.0 |
| 1705 | 2026-02-27T02:10:11.184Z | Compiling clap v4.5.48 |
| 1706 | 2026-02-27T02:10:11.217Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1707 | 2026-02-27T02:10:11.240Z | Compiling strum v0.26.3 |
| 1708 | 2026-02-27T02:10:11.352Z | Compiling sha3 v0.10.8 |
| 1709 | 2026-02-27T02:10:11.472Z | Compiling hickory-proto v0.25.2 |
| 1710 | 2026-02-27T02:10:11.496Z | Compiling predicates v3.1.3 |
| 1711 | 2026-02-27T02:10:12.102Z | Compiling petgraph v0.8.2 |
| 1712 | 2026-02-27T02:10:12.467Z | Compiling tokio-postgres v0.7.13 |
| 1713 | 2026-02-27T02:10:13.010Z | Compiling string_cache v0.8.9 |
| 1714 | 2026-02-27T02:10:13.485Z | Compiling iddqd v0.3.16 |
| 1715 | 2026-02-27T02:10:13.956Z | Compiling toml_edit v0.22.27 |
| 1716 | 2026-02-27T02:10:16.138Z | Compiling petgraph v0.6.5 |
| 1717 | 2026-02-27T02:10:16.738Z | Compiling zip v4.2.0 |
| 1718 | 2026-02-27T02:10:17.795Z | Compiling usdt v0.6.0 |
| 1719 | 2026-02-27T02:10:18.159Z | Compiling usdt-impl v0.5.0 |
| 1720 | 2026-02-27T02:10:18.326Z | Compiling env_logger v0.11.8 |
| 1721 | 2026-02-27T02:10:18.989Z | Compiling ecdsa v0.16.9 |
| 1722 | 2026-02-27T02:10:19.071Z | Compiling similar v2.7.0 |
| 1723 | 2026-02-27T02:10:19.549Z | Compiling serde_with v3.16.1 |
| 1724 | 2026-02-27T02:10:19.859Z | Compiling rsa v0.9.8 |
| 1725 | 2026-02-27T02:10:19.897Z | Compiling ed25519-dalek v2.1.1 |
| 1726 | 2026-02-27T02:10:20.881Z | Compiling zip v0.6.6 |
| 1727 | 2026-02-27T02:10:21.183Z | Compiling toml v0.7.8 |
| 1728 | 2026-02-27T02:10:22.186Z | Compiling crossterm v0.28.1 |
| 1729 | 2026-02-27T02:10:23.167Z | Compiling heck v0.4.1 |
| 1730 | 2026-02-27T02:10:23.213Z | Compiling itertools v0.13.0 |
| 1731 | 2026-02-27T02:10:23.236Z | Compiling itertools v0.10.5 |
| 1732 | 2026-02-27T02:10:23.494Z | Compiling crossbeam-epoch v0.9.18 |
| 1733 | 2026-02-27T02:10:23.618Z | Compiling tokio-stream v0.1.17 |
| 1734 | 2026-02-27T02:10:23.962Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1735 | 2026-02-27T02:10:24.204Z | Compiling x509-cert v0.2.5 |
| 1736 | 2026-02-27T02:10:24.418Z | Compiling openapiv3 v2.2.0 |
| 1737 | 2026-02-27T02:10:24.629Z | Compiling sha1 v0.10.6 |
| 1738 | 2026-02-27T02:10:25.072Z | Compiling winnow v0.6.26 |
| 1739 | 2026-02-27T02:10:25.321Z | Compiling peg-runtime v0.8.5 |
| 1740 | 2026-02-27T02:10:25.756Z | Compiling lalrpop-util v0.19.12 |
| 1741 | 2026-02-27T02:10:25.941Z | Compiling thread_local v1.1.8 |
| 1742 | 2026-02-27T02:10:26.142Z | Compiling slog-async v2.8.0 |
| 1743 | 2026-02-27T02:10:26.218Z | Compiling crossbeam-channel v0.5.15 |
| 1744 | 2026-02-27T02:10:26.475Z | Compiling xattr v1.3.1 |
| 1745 | 2026-02-27T02:10:26.761Z | Compiling futures-executor v0.3.31 |
| 1746 | 2026-02-27T02:10:26.784Z | Compiling filetime v0.2.26 |
| 1747 | 2026-02-27T02:10:27.116Z | Compiling is-terminal v0.4.13 |
| 1748 | 2026-02-27T02:10:27.257Z | Compiling term v1.1.0 |
| 1749 | 2026-02-27T02:10:27.279Z | Compiling take_mut v0.2.2 |
| 1750 | 2026-02-27T02:10:27.298Z | Compiling futures v0.3.31 |
| 1751 | 2026-02-27T02:10:27.415Z | Compiling tar v0.4.44 |
| 1752 | 2026-02-27T02:10:27.914Z | Compiling slog-term v2.9.2 |
| 1753 | 2026-02-27T02:10:36.721Z | Compiling rustls-webpki v0.103.9 |
| 1754 | 2026-02-27T02:10:41.921Z | Compiling tokio-rustls v0.26.0 |
| 1755 | 2026-02-27T02:10:41.921Z | Compiling rustls-platform-verifier v0.6.2 |
| 1756 | 2026-02-27T02:10:42.219Z | Compiling hyper-rustls v0.27.7 |
| 1757 | 2026-02-27T02:10:42.620Z | Compiling reqwest v0.13.2 |
| 1758 | 2026-02-27T02:10:42.620Z | Compiling reqwest v0.12.28 |
| 1759 | 2026-02-27T02:10:47.114Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1760 | 2026-02-27T02:10:47.437Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1761 | 2026-02-27T02:10:52.311Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 09s |
| 1762 | 2026-02-27T02:10:52.503Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1763 | 2026-02-27T02:10:52.565Z | Feb 27 02:10:50.878 INFO Starting download, target: Cockroach |
| 1764 | 2026-02-27T02:10:52.565Z | Feb 27 02:10:50.879 INFO Starting download, target: Console |
| 1765 | 2026-02-27T02:10:52.568Z | Feb 27 02:10:50.879 INFO Starting download, target: Clickhouse |
| 1766 | 2026-02-27T02:10:52.568Z | Feb 27 02:10:50.879 INFO Starting download, target: DendriteStub |
| 1767 | 2026-02-27T02:10:52.568Z | Feb 27 02:10:50.879 INFO Starting download, target: MaghemiteMgd |
| 1768 | 2026-02-27T02:10:52.568Z | Feb 27 02:10:50.879 INFO Starting download, target: TransceiverControl |
| 1769 | 2026-02-27T02:10:52.568Z | Feb 27 02:10:50.879 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1770 | 2026-02-27T02:10:52.568Z | Feb 27 02:10:50.879 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1771 | 2026-02-27T02:10:52.568Z | Feb 27 02:10:50.879 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1772 | 2026-02-27T02:10:52.568Z | Feb 27 02:10:50.879 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1773 | 2026-02-27T02:10:52.568Z | Feb 27 02:10:50.879 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1774 | 2026-02-27T02:10:52.568Z | Feb 27 02:10:50.879 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1775 | 2026-02-27T02:10:52.900Z | Feb 27 02:10:51.212 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1776 | 2026-02-27T02:10:53.297Z | Feb 27 02:10:51.607 INFO Download complete, target: TransceiverControl |
| 1777 | 2026-02-27T02:10:53.588Z | Feb 27 02:10:51.899 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1778 | 2026-02-27T02:10:53.961Z | Feb 27 02:10:52.274 INFO Download complete, target: Console |
| 1779 | 2026-02-27T02:10:54.547Z | Feb 27 02:10:52.856 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1780 | 2026-02-27T02:10:54.875Z | Feb 27 02:10:53.188 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1781 | 2026-02-27T02:10:55.345Z | Feb 27 02:10:53.659 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1782 | 2026-02-27T02:10:55.475Z | Feb 27 02:10:53.786 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1783 | 2026-02-27T02:10:55.475Z | Feb 27 02:10:53.786 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1784 | 2026-02-27T02:10:58.738Z | Feb 27 02:10:57.042 INFO Download complete, target: DendriteStub |
| 1785 | 2026-02-27T02:10:58.911Z | Feb 27 02:10:57.211 INFO Download complete, target: MaghemiteMgd |
| 1786 | 2026-02-27T02:11:03.091Z | Feb 27 02:11:01.404 INFO Checking that binary works, target: Cockroach |
| 1787 | 2026-02-27T02:11:03.226Z | Feb 27 02:11:01.539 INFO Download complete, target: Cockroach |
| 1788 | 2026-02-27T02:11:06.148Z | Feb 27 02:11:04.461 INFO Checking that binary works, target: Clickhouse |
| 1789 | 2026-02-27T02:11:06.308Z | Feb 27 02:11:04.621 INFO Download complete, target: Clickhouse |
| 1790 | 2026-02-27T02:11:06.448Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1791 | 2026-02-27T02:11:06.451Z | |
| 1792 | 2026-02-27T02:11:06.451Z | real 6:11.326548421 |
| 1793 | 2026-02-27T02:11:06.451Z | user 17:22.929061939 |
| 1794 | 2026-02-27T02:11:06.451Z | sys 2:30.953649441 |
| 1795 | 2026-02-27T02:11:06.451Z | trap 0.619313499 |
| 1796 | 2026-02-27T02:11:06.451Z | tflt 1.191607554 |
| 1797 | 2026-02-27T02:11:06.452Z | dflt 1.893656938 |
| 1798 | 2026-02-27T02:11:06.452Z | kflt 0.029651884 |
| 1799 | 2026-02-27T02:11:06.452Z | lock 38:47.241949621 |
| 1800 | 2026-02-27T02:11:06.452Z | slp 1:06:16.380037458 |
| 1801 | 2026-02-27T02:11:06.452Z | lat 1:05.776664051 |
| 1802 | 2026-02-27T02:11:06.452Z | stop 3:10.232486302 |
| 1803 | 2026-02-27T02:11:06.452Z | + banner hack-check |
| 1804 | 2026-02-27T02:11:06.455Z | |
| 1805 | 2026-02-27T02:11:06.455Z | # # ## #### # # #### # # ###### #### # # |
| 1806 | 2026-02-27T02:11:06.455Z | # # # # # # # # # # # # # # # # # |
| 1807 | 2026-02-27T02:11:06.455Z | ###### # # # #### ##### # ###### ##### # #### |
| 1808 | 2026-02-27T02:11:06.455Z | # # ###### # # # # # # # # # # |
| 1809 | 2026-02-27T02:11:06.455Z | # # # # # # # # # # # # # # # # # |
| 1810 | 2026-02-27T02:11:06.455Z | # # # # #### # # #### # # ###### #### # # |
| 1811 | 2026-02-27T02:11:06.455Z | |
| 1812 | 2026-02-27T02:11:06.455Z | + export CARGO_INCREMENTAL=0 |
| 1813 | 2026-02-27T02:11:06.455Z | + CARGO_INCREMENTAL=0 |
| 1814 | 2026-02-27T02:11:06.455Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1815 | 2026-02-27T02:11:07.298Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1816 | 2026-02-27T02:11:07.609Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1817 | 2026-02-27T02:11:10.822Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.29s |
| 1818 | 2026-02-27T02:11:10.914Z | Running `target/debug/xtask check-features --ci` |
| 1819 | 2026-02-27T02:11:10.945Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1820 | 2026-02-27T02:11:10.945Z | running: "/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1821 | 2026-02-27T02:11:11.642Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 1822 | 2026-02-27T02:11:11.674Z | Running `target/debug/xtask download cargo-hack` |
| 1823 | 2026-02-27T02:11:12.811Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1824 | 2026-02-27T02:11:13.253Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1825 | 2026-02-27T02:11:17.364Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.65s |
| 1826 | 2026-02-27T02:11:17.541Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1827 | 2026-02-27T02:11:17.585Z | Feb 27 02:11:15.897 INFO Starting download, target: CargoHack |
| 1828 | 2026-02-27T02:11:17.588Z | Feb 27 02:11:15.898 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1829 | 2026-02-27T02:11:18.063Z | Feb 27 02:11:16.375 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1830 | 2026-02-27T02:11:18.140Z | Feb 27 02:11:16.452 INFO Download complete, target: CargoHack |
| 1831 | 2026-02-27T02:11:18.144Z | 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" |
| 1832 | 2026-02-27T02:11:18.166Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1833 | 2026-02-27T02:11:18.393Z | info: running `cargo check --bins` on api_identity (1/251) |
| 1834 | 2026-02-27T02:11:19.144Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1835 | 2026-02-27T02:11:19.148Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1836 | 2026-02-27T02:11:19.148Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1837 | 2026-02-27T02:11:19.152Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 1838 | 2026-02-27T02:11:19.235Z | |
| 1839 | 2026-02-27T02:11:19.235Z | info: running `cargo check --bins` on bootstore (2/251) |
| 1840 | 2026-02-27T02:11:20.034Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1841 | 2026-02-27T02:11:20.037Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1842 | 2026-02-27T02:11:20.037Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1843 | 2026-02-27T02:11:20.042Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 1844 | 2026-02-27T02:11:20.133Z | |
| 1845 | 2026-02-27T02:11:20.133Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/251) |
| 1846 | 2026-02-27T02:11:20.902Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1847 | 2026-02-27T02:11:20.905Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1848 | 2026-02-27T02:11:20.905Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1849 | 2026-02-27T02:11:20.909Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 1850 | 2026-02-27T02:11:20.997Z | |
| 1851 | 2026-02-27T02:11:20.997Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/251) |
| 1852 | 2026-02-27T02:11:21.767Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1853 | 2026-02-27T02:11:21.771Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1854 | 2026-02-27T02:11:21.771Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1855 | 2026-02-27T02:11:21.774Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 1856 | 2026-02-27T02:11:21.863Z | |
| 1857 | 2026-02-27T02:11:21.863Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/251) |
| 1858 | 2026-02-27T02:11:22.478Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1859 | 2026-02-27T02:11:22.481Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1860 | 2026-02-27T02:11:22.481Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1861 | 2026-02-27T02:11:22.484Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 1862 | 2026-02-27T02:11:22.549Z | |
| 1863 | 2026-02-27T02:11:22.549Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/251) |
| 1864 | 2026-02-27T02:11:23.165Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1865 | 2026-02-27T02:11:23.168Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1866 | 2026-02-27T02:11:23.168Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1867 | 2026-02-27T02:11:23.168Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 1868 | 2026-02-27T02:11:23.228Z | |
| 1869 | 2026-02-27T02:11:23.228Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/251) |
| 1870 | 2026-02-27T02:11:23.841Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1871 | 2026-02-27T02:11:23.844Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1872 | 2026-02-27T02:11:23.844Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1873 | 2026-02-27T02:11:23.847Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 1874 | 2026-02-27T02:11:23.911Z | |
| 1875 | 2026-02-27T02:11:23.911Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/251) |
| 1876 | 2026-02-27T02:11:24.527Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1877 | 2026-02-27T02:11:24.530Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1878 | 2026-02-27T02:11:24.530Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1879 | 2026-02-27T02:11:24.533Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 1880 | 2026-02-27T02:11:24.598Z | |
| 1881 | 2026-02-27T02:11:24.598Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/251) |
| 1882 | 2026-02-27T02:11:25.214Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1883 | 2026-02-27T02:11:25.217Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1884 | 2026-02-27T02:11:25.217Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1885 | 2026-02-27T02:11:25.220Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 1886 | 2026-02-27T02:11:25.283Z | |
| 1887 | 2026-02-27T02:11:25.283Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/251) |
| 1888 | 2026-02-27T02:11:25.891Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1889 | 2026-02-27T02:11:25.894Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1890 | 2026-02-27T02:11:25.894Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1891 | 2026-02-27T02:11:25.898Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 1892 | 2026-02-27T02:11:25.960Z | |
| 1893 | 2026-02-27T02:11:25.960Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/251) |
| 1894 | 2026-02-27T02:11:26.567Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1895 | 2026-02-27T02:11:26.577Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1896 | 2026-02-27T02:11:26.577Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1897 | 2026-02-27T02:11:26.585Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 1898 | 2026-02-27T02:11:26.635Z | |
| 1899 | 2026-02-27T02:11:26.636Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/251) |
| 1900 | 2026-02-27T02:11:27.229Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1901 | 2026-02-27T02:11:27.232Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1902 | 2026-02-27T02:11:27.232Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1903 | 2026-02-27T02:11:27.236Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 1904 | 2026-02-27T02:11:27.298Z | |
| 1905 | 2026-02-27T02:11:27.298Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/251) |
| 1906 | 2026-02-27T02:11:27.895Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1907 | 2026-02-27T02:11:27.899Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1908 | 2026-02-27T02:11:27.899Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1909 | 2026-02-27T02:11:27.902Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 1910 | 2026-02-27T02:11:27.960Z | |
| 1911 | 2026-02-27T02:11:27.960Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/251) |
| 1912 | 2026-02-27T02:11:28.557Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1913 | 2026-02-27T02:11:28.560Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1914 | 2026-02-27T02:11:28.560Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1915 | 2026-02-27T02:11:28.563Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 1916 | 2026-02-27T02:11:28.621Z | |
| 1917 | 2026-02-27T02:11:28.621Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/251) |
| 1918 | 2026-02-27T02:11:29.230Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1919 | 2026-02-27T02:11:29.233Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1920 | 2026-02-27T02:11:29.233Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1921 | 2026-02-27T02:11:29.236Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 1922 | 2026-02-27T02:11:29.298Z | |
| 1923 | 2026-02-27T02:11:29.298Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/251) |
| 1924 | 2026-02-27T02:11:29.902Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1925 | 2026-02-27T02:11:29.905Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1926 | 2026-02-27T02:11:29.905Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1927 | 2026-02-27T02:11:29.908Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 1928 | 2026-02-27T02:11:29.968Z | |
| 1929 | 2026-02-27T02:11:29.968Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/251) |
| 1930 | 2026-02-27T02:11:30.569Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1931 | 2026-02-27T02:11:30.572Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1932 | 2026-02-27T02:11:30.572Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1933 | 2026-02-27T02:11:30.575Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 1934 | 2026-02-27T02:11:30.636Z | |
| 1935 | 2026-02-27T02:11:30.636Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/251) |
| 1936 | 2026-02-27T02:11:31.254Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1937 | 2026-02-27T02:11:31.257Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1938 | 2026-02-27T02:11:31.257Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1939 | 2026-02-27T02:11:31.260Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 1940 | 2026-02-27T02:11:31.322Z | |
| 1941 | 2026-02-27T02:11:31.322Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/251) |
| 1942 | 2026-02-27T02:11:31.937Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1943 | 2026-02-27T02:11:31.940Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1944 | 2026-02-27T02:11:31.941Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1945 | 2026-02-27T02:11:31.943Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 1946 | 2026-02-27T02:11:32.008Z | |
| 1947 | 2026-02-27T02:11:32.008Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/251) |
| 1948 | 2026-02-27T02:11:32.622Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1949 | 2026-02-27T02:11:32.625Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1950 | 2026-02-27T02:11:32.625Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1951 | 2026-02-27T02:11:32.628Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 1952 | 2026-02-27T02:11:32.688Z | |
| 1953 | 2026-02-27T02:11:32.688Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/251) |
| 1954 | 2026-02-27T02:11:33.303Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1955 | 2026-02-27T02:11:33.306Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1956 | 2026-02-27T02:11:33.306Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1957 | 2026-02-27T02:11:33.310Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 1958 | 2026-02-27T02:11:33.373Z | |
| 1959 | 2026-02-27T02:11:33.373Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/251) |
| 1960 | 2026-02-27T02:11:33.989Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1961 | 2026-02-27T02:11:33.992Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1962 | 2026-02-27T02:11:33.992Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1963 | 2026-02-27T02:11:33.995Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 1964 | 2026-02-27T02:11:34.060Z | |
| 1965 | 2026-02-27T02:11:34.060Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/251) |
| 1966 | 2026-02-27T02:11:34.661Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1967 | 2026-02-27T02:11:34.664Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1968 | 2026-02-27T02:11:34.664Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1969 | 2026-02-27T02:11:34.667Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 1970 | 2026-02-27T02:11:34.728Z | |
| 1971 | 2026-02-27T02:11:34.729Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/251) |
| 1972 | 2026-02-27T02:11:35.334Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1973 | 2026-02-27T02:11:35.337Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1974 | 2026-02-27T02:11:35.338Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1975 | 2026-02-27T02:11:35.341Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 1976 | 2026-02-27T02:11:35.402Z | |
| 1977 | 2026-02-27T02:11:35.402Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/251) |
| 1978 | 2026-02-27T02:11:36.000Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1979 | 2026-02-27T02:11:36.003Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1980 | 2026-02-27T02:11:36.003Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1981 | 2026-02-27T02:11:36.006Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 1982 | 2026-02-27T02:11:36.067Z | |
| 1983 | 2026-02-27T02:11:36.067Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/251) |
| 1984 | 2026-02-27T02:11:36.672Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1985 | 2026-02-27T02:11:36.675Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1986 | 2026-02-27T02:11:36.675Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1987 | 2026-02-27T02:11:36.678Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 1988 | 2026-02-27T02:11:36.742Z | |
| 1989 | 2026-02-27T02:11:36.742Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/251) |
| 1990 | 2026-02-27T02:11:37.337Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1991 | 2026-02-27T02:11:37.340Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1992 | 2026-02-27T02:11:37.340Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1993 | 2026-02-27T02:11:37.344Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 1994 | 2026-02-27T02:11:37.402Z | |
| 1995 | 2026-02-27T02:11:37.402Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/251) |
| 1996 | 2026-02-27T02:11:38.010Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1997 | 2026-02-27T02:11:38.013Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1998 | 2026-02-27T02:11:38.013Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1999 | 2026-02-27T02:11:38.016Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 2000 | 2026-02-27T02:11:38.075Z | |
| 2001 | 2026-02-27T02:11:38.075Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/251) |
| 2002 | 2026-02-27T02:11:38.670Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2003 | 2026-02-27T02:11:38.673Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2004 | 2026-02-27T02:11:38.673Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2005 | 2026-02-27T02:11:38.676Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 2006 | 2026-02-27T02:11:38.743Z | |
| 2007 | 2026-02-27T02:11:38.743Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/251) |
| 2008 | 2026-02-27T02:11:39.343Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2009 | 2026-02-27T02:11:39.346Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2010 | 2026-02-27T02:11:39.346Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2011 | 2026-02-27T02:11:39.349Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 2012 | 2026-02-27T02:11:39.412Z | |
| 2013 | 2026-02-27T02:11:39.412Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/251) |
| 2014 | 2026-02-27T02:11:40.011Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2015 | 2026-02-27T02:11:40.014Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2016 | 2026-02-27T02:11:40.014Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2017 | 2026-02-27T02:11:40.017Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 2018 | 2026-02-27T02:11:40.085Z | |
| 2019 | 2026-02-27T02:11:40.085Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/251) |
| 2020 | 2026-02-27T02:11:40.680Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2021 | 2026-02-27T02:11:40.683Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2022 | 2026-02-27T02:11:40.683Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2023 | 2026-02-27T02:11:40.686Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 2024 | 2026-02-27T02:11:40.746Z | |
| 2025 | 2026-02-27T02:11:40.746Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/251) |
| 2026 | 2026-02-27T02:11:41.356Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2027 | 2026-02-27T02:11:41.359Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2028 | 2026-02-27T02:11:41.359Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2029 | 2026-02-27T02:11:41.362Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 2030 | 2026-02-27T02:11:41.423Z | |
| 2031 | 2026-02-27T02:11:41.423Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/251) |
| 2032 | 2026-02-27T02:11:42.035Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2033 | 2026-02-27T02:11:42.038Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2034 | 2026-02-27T02:11:42.038Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2035 | 2026-02-27T02:11:42.041Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 2036 | 2026-02-27T02:11:42.107Z | |
| 2037 | 2026-02-27T02:11:42.107Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/251) |
| 2038 | 2026-02-27T02:11:42.709Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2039 | 2026-02-27T02:11:42.712Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2040 | 2026-02-27T02:11:42.712Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2041 | 2026-02-27T02:11:42.715Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 2042 | 2026-02-27T02:11:42.781Z | |
| 2043 | 2026-02-27T02:11:42.781Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/251) |
| 2044 | 2026-02-27T02:11:43.383Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2045 | 2026-02-27T02:11:43.386Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2046 | 2026-02-27T02:11:43.386Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2047 | 2026-02-27T02:11:43.389Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 2048 | 2026-02-27T02:11:43.451Z | |
| 2049 | 2026-02-27T02:11:43.452Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/251) |
| 2050 | 2026-02-27T02:11:44.055Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2051 | 2026-02-27T02:11:44.058Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2052 | 2026-02-27T02:11:44.058Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2053 | 2026-02-27T02:11:44.061Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 2054 | 2026-02-27T02:11:44.122Z | |
| 2055 | 2026-02-27T02:11:44.122Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/251) |
| 2056 | 2026-02-27T02:11:44.730Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2057 | 2026-02-27T02:11:44.734Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2058 | 2026-02-27T02:11:44.734Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2059 | 2026-02-27T02:11:44.737Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 2060 | 2026-02-27T02:11:44.799Z | |
| 2061 | 2026-02-27T02:11:44.799Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/251) |
| 2062 | 2026-02-27T02:11:45.408Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2063 | 2026-02-27T02:11:45.411Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2064 | 2026-02-27T02:11:45.411Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2065 | 2026-02-27T02:11:45.414Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 2066 | 2026-02-27T02:11:45.474Z | |
| 2067 | 2026-02-27T02:11:45.474Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/251) |
| 2068 | 2026-02-27T02:11:46.078Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2069 | 2026-02-27T02:11:46.081Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2070 | 2026-02-27T02:11:46.081Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2071 | 2026-02-27T02:11:46.084Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 2072 | 2026-02-27T02:11:46.144Z | |
| 2073 | 2026-02-27T02:11:46.144Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/251) |
| 2074 | 2026-02-27T02:11:46.746Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2075 | 2026-02-27T02:11:46.749Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2076 | 2026-02-27T02:11:46.749Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2077 | 2026-02-27T02:11:46.753Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 2078 | 2026-02-27T02:11:46.814Z | |
| 2079 | 2026-02-27T02:11:46.814Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/251) |
| 2080 | 2026-02-27T02:11:47.414Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2081 | 2026-02-27T02:11:47.417Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2082 | 2026-02-27T02:11:47.417Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2083 | 2026-02-27T02:11:47.420Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 2084 | 2026-02-27T02:11:47.481Z | |
| 2085 | 2026-02-27T02:11:47.481Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/251) |
| 2086 | 2026-02-27T02:11:48.089Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2087 | 2026-02-27T02:11:48.092Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2088 | 2026-02-27T02:11:48.092Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2089 | 2026-02-27T02:11:48.099Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 2090 | 2026-02-27T02:11:48.157Z | |
| 2091 | 2026-02-27T02:11:48.157Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/251) |
| 2092 | 2026-02-27T02:11:48.782Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2093 | 2026-02-27T02:11:48.785Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2094 | 2026-02-27T02:11:48.785Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2095 | 2026-02-27T02:11:48.788Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 2096 | 2026-02-27T02:11:48.854Z | |
| 2097 | 2026-02-27T02:11:48.854Z | info: running `cargo check --bins --no-default-features` on sled-hardware-types (45/251) |
| 2098 | 2026-02-27T02:11:49.637Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2099 | 2026-02-27T02:11:49.640Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2100 | 2026-02-27T02:11:49.640Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2101 | 2026-02-27T02:11:49.645Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 2102 | 2026-02-27T02:11:49.739Z | |
| 2103 | 2026-02-27T02:11:49.739Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (46/251) |
| 2104 | 2026-02-27T02:11:50.517Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2105 | 2026-02-27T02:11:50.520Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2106 | 2026-02-27T02:11:50.520Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2107 | 2026-02-27T02:11:50.524Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 2108 | 2026-02-27T02:11:50.617Z | |
| 2109 | 2026-02-27T02:11:50.617Z | info: running `cargo check --bins --no-default-features` on illumos-utils (47/251) |
| 2110 | 2026-02-27T02:11:51.392Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2111 | 2026-02-27T02:11:51.395Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2112 | 2026-02-27T02:11:51.395Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2113 | 2026-02-27T02:11:51.400Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 2114 | 2026-02-27T02:11:51.502Z | |
| 2115 | 2026-02-27T02:11:51.502Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (48/251) |
| 2116 | 2026-02-27T02:11:52.288Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2117 | 2026-02-27T02:11:52.291Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2118 | 2026-02-27T02:11:52.291Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2119 | 2026-02-27T02:11:52.297Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 2120 | 2026-02-27T02:11:52.389Z | |
| 2121 | 2026-02-27T02:11:52.389Z | info: running `cargo check --bins` on key-manager-types (49/251) |
| 2122 | 2026-02-27T02:11:53.155Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2123 | 2026-02-27T02:11:53.158Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2124 | 2026-02-27T02:11:53.158Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2125 | 2026-02-27T02:11:53.163Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 2126 | 2026-02-27T02:11:53.250Z | |
| 2127 | 2026-02-27T02:11:53.250Z | info: running `cargo check --bins` on oxlog (50/251) |
| 2128 | 2026-02-27T02:11:54.012Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2129 | 2026-02-27T02:11:54.015Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2130 | 2026-02-27T02:11:54.134Z | Checking cfg-if v1.0.4 |
| 2131 | 2026-02-27T02:11:54.137Z | Checking libc v0.2.180 |
| 2132 | 2026-02-27T02:11:54.138Z | Checking serde_core v1.0.228 |
| 2133 | 2026-02-27T02:11:54.278Z | Checking zeroize v1.8.1 |
| 2134 | 2026-02-27T02:11:54.281Z | Checking memchr v2.7.4 |
| 2135 | 2026-02-27T02:11:54.281Z | Checking value-bag v1.12.0 |
| 2136 | 2026-02-27T02:11:54.281Z | Checking smallvec v1.15.1 |
| 2137 | 2026-02-27T02:11:54.285Z | Checking typenum v1.17.0 |
| 2138 | 2026-02-27T02:11:54.384Z | Checking subtle v2.6.1 |
| 2139 | 2026-02-27T02:11:54.561Z | Checking scopeguard v1.2.0 |
| 2140 | 2026-02-27T02:11:54.669Z | Checking itoa v1.0.11 |
| 2141 | 2026-02-27T02:11:54.689Z | Checking stable_deref_trait v1.2.0 |
| 2142 | 2026-02-27T02:11:54.719Z | Checking lock_api v0.4.12 |
| 2143 | 2026-02-27T02:11:54.785Z | Checking log v0.4.29 |
| 2144 | 2026-02-27T02:11:54.812Z | Checking const-oid v0.9.6 |
| 2145 | 2026-02-27T02:11:54.910Z | Checking portable-atomic v1.11.0 |
| 2146 | 2026-02-27T02:11:55.133Z | Checking critical-section v1.1.3 |
| 2147 | 2026-02-27T02:11:55.221Z | Checking byteorder v1.5.0 |
| 2148 | 2026-02-27T02:11:55.298Z | Checking zerofrom v0.1.4 |
| 2149 | 2026-02-27T02:11:55.325Z | Checking allocator-api2 v0.2.21 |
| 2150 | 2026-02-27T02:11:55.364Z | Checking getrandom v0.2.15 |
| 2151 | 2026-02-27T02:11:55.397Z | Checking generic-array v0.14.7 |
| 2152 | 2026-02-27T02:11:55.532Z | Checking yoke v0.7.4 |
| 2153 | 2026-02-27T02:11:55.618Z | Checking rand_core v0.6.4 |
| 2154 | 2026-02-27T02:11:55.638Z | Checking getrandom v0.3.4 |
| 2155 | 2026-02-27T02:11:55.883Z | Checking zerovec v0.10.4 |
| 2156 | 2026-02-27T02:11:55.901Z | Checking signal-hook-registry v1.4.2 |
| 2157 | 2026-02-27T02:11:55.929Z | Checking once_cell v1.21.3 |
| 2158 | 2026-02-27T02:11:55.951Z | Checking parking_lot_core v0.9.10 |
| 2159 | 2026-02-27T02:11:55.954Z | Checking equivalent v1.0.2 |
| 2160 | 2026-02-27T02:11:56.109Z | Checking pin-project-lite v0.2.14 |
| 2161 | 2026-02-27T02:11:56.171Z | Checking mio v1.0.2 |
| 2162 | 2026-02-27T02:11:56.268Z | Checking writeable v0.5.5 |
| 2163 | 2026-02-27T02:11:56.286Z | Checking litemap v0.7.3 |
| 2164 | 2026-02-27T02:11:56.318Z | Checking parking_lot v0.12.3 |
| 2165 | 2026-02-27T02:11:56.543Z | Checking crypto-common v0.1.6 |
| 2166 | 2026-02-27T02:11:56.623Z | Checking block-buffer v0.10.4 |
| 2167 | 2026-02-27T02:11:56.649Z | Checking zmij v1.0.15 |
| 2168 | 2026-02-27T02:11:56.676Z | Checking percent-encoding v2.3.2 |
| 2169 | 2026-02-27T02:11:56.721Z | Checking socket2 v0.6.1 |
| 2170 | 2026-02-27T02:11:56.749Z | Checking libm v0.2.8 |
| 2171 | 2026-02-27T02:11:56.769Z | Checking icu_locid_transform_data v1.5.0 |
| 2172 | 2026-02-27T02:11:56.866Z | Checking digest v0.10.7 |
| 2173 | 2026-02-27T02:11:56.888Z | Checking futures-core v0.3.32 |
| 2174 | 2026-02-27T02:11:56.929Z | Checking zerocopy v0.7.35 |
| 2175 | 2026-02-27T02:11:57.024Z | Checking cpufeatures v0.2.14 |
| 2176 | 2026-02-27T02:11:57.107Z | Checking icu_properties_data v1.5.0 |
| 2177 | 2026-02-27T02:11:57.142Z | Checking foldhash v0.2.0 |
| 2178 | 2026-02-27T02:11:57.211Z | Checking utf16_iter v1.0.5 |
| 2179 | 2026-02-27T02:11:57.244Z | Checking hmac v0.12.1 |
| 2180 | 2026-02-27T02:11:57.351Z | Checking utf8_iter v1.0.4 |
| 2181 | 2026-02-27T02:11:57.394Z | Checking write16 v1.0.0 |
| 2182 | 2026-02-27T02:11:57.413Z | Checking tinystr v0.7.6 |
| 2183 | 2026-02-27T02:11:57.427Z | Checking icu_collections v1.5.0 |
| 2184 | 2026-02-27T02:11:57.471Z | Checking hashbrown v0.16.1 |
| 2185 | 2026-02-27T02:11:57.540Z | Checking icu_normalizer_data v1.5.0 |
| 2186 | 2026-02-27T02:11:57.562Z | Checking block-padding v0.3.3 |
| 2187 | 2026-02-27T02:11:57.645Z | Checking num-traits v0.2.19 |
| 2188 | 2026-02-27T02:11:57.664Z | Checking futures-sink v0.3.31 |
| 2189 | 2026-02-27T02:11:57.742Z | Checking icu_locid v1.5.0 |
| 2190 | 2026-02-27T02:11:57.791Z | Checking inout v0.1.3 |
| 2191 | 2026-02-27T02:11:57.823Z | Checking futures-channel v0.3.31 |
| 2192 | 2026-02-27T02:11:58.046Z | Checking slab v0.4.9 |
| 2193 | 2026-02-27T02:11:58.065Z | Checking pin-utils v0.1.0 |
| 2194 | 2026-02-27T02:11:58.178Z | Checking futures-io v0.3.31 |
| 2195 | 2026-02-27T02:11:58.181Z | Checking futures-task v0.3.31 |
| 2196 | 2026-02-27T02:11:58.233Z | Checking ppv-lite86 v0.2.20 |
| 2197 | 2026-02-27T02:11:58.253Z | Checking serde v1.0.228 |
| 2198 | 2026-02-27T02:11:58.310Z | Checking serde_json v1.0.149 |
| 2199 | 2026-02-27T02:11:58.378Z | Checking cipher v0.4.4 |
| 2200 | 2026-02-27T02:11:58.460Z | Checking futures-util v0.3.31 |
| 2201 | 2026-02-27T02:11:58.621Z | Checking indexmap v2.13.0 |
| 2202 | 2026-02-27T02:11:58.700Z | Checking icu_provider v1.5.0 |
| 2203 | 2026-02-27T02:11:58.811Z | Checking sha2 v0.10.9 |
| 2204 | 2026-02-27T02:11:58.977Z | Checking form_urlencoded v1.2.2 |
| 2205 | 2026-02-27T02:11:59.165Z | Checking base64ct v1.6.0 |
| 2206 | 2026-02-27T02:11:59.207Z | Checking errno v0.3.12 |
| 2207 | 2026-02-27T02:11:59.234Z | Checking bytes v1.11.1 |
| 2208 | 2026-02-27T02:11:59.345Z | Checking bitflags v2.9.4 |
| 2209 | 2026-02-27T02:11:59.374Z | Checking icu_locid_transform v1.5.0 |
| 2210 | 2026-02-27T02:11:59.423Z | Checking foldhash v0.1.5 |
| 2211 | 2026-02-27T02:11:59.645Z | Checking fnv v1.0.7 |
| 2212 | 2026-02-27T02:11:59.664Z | Checking flagset v0.4.6 |
| 2213 | 2026-02-27T02:11:59.682Z | Checking pem-rfc7468 v0.7.0 |
| 2214 | 2026-02-27T02:11:59.814Z | Checking hashbrown v0.15.4 |
| 2215 | 2026-02-27T02:11:59.895Z | Checking rand_core v0.9.3 |
| 2216 | 2026-02-27T02:11:59.920Z | Checking salsa20 v0.10.2 |
| 2217 | 2026-02-27T02:12:00.004Z | Checking uuid v1.19.0 |
| 2218 | 2026-02-27T02:12:00.020Z | Checking der v0.7.10 |
| 2219 | 2026-02-27T02:12:00.148Z | Checking pbkdf2 v0.12.2 |
| 2220 | 2026-02-27T02:12:00.243Z | Checking spin v0.9.8 |
| 2221 | 2026-02-27T02:12:00.263Z | Checking tokio v1.49.0 |
| 2222 | 2026-02-27T02:12:00.330Z | Checking http v1.4.0 |
| 2223 | 2026-02-27T02:12:00.383Z | Checking icu_properties v1.5.1 |
| 2224 | 2026-02-27T02:12:00.597Z | Checking iana-time-zone v0.1.63 |
| 2225 | 2026-02-27T02:12:00.671Z | Checking scrypt v0.11.0 |
| 2226 | 2026-02-27T02:12:00.772Z | Checking chrono v0.4.43 |
| 2227 | 2026-02-27T02:12:00.853Z | Checking rand_chacha v0.9.0 |
| 2228 | 2026-02-27T02:12:00.934Z | Checking aes v0.8.4 |
| 2229 | 2026-02-27T02:12:01.271Z | Checking cbc v0.1.2 |
| 2230 | 2026-02-27T02:12:01.504Z | Checking tracing-core v0.1.32 |
| 2231 | 2026-02-27T02:12:01.660Z | Checking rustls-pki-types v1.14.0 |
| 2232 | 2026-02-27T02:12:01.791Z | Checking spki v0.7.3 |
| 2233 | 2026-02-27T02:12:01.886Z | Checking regex-syntax v0.8.5 |
| 2234 | 2026-02-27T02:12:02.089Z | Checking pkcs5 v0.7.1 |
| 2235 | 2026-02-27T02:12:02.184Z | Checking tracing v0.1.40 |
| 2236 | 2026-02-27T02:12:02.293Z | Checking http-body v1.0.1 |
| 2237 | 2026-02-27T02:12:02.534Z | Checking rand v0.9.2 |
| 2238 | 2026-02-27T02:12:02.569Z | Checking aws-lc-sys v0.37.1 |
| 2239 | 2026-02-27T02:12:02.635Z | Checking thiserror v2.0.18 |
| 2240 | 2026-02-27T02:12:02.712Z | Checking base64 v0.22.1 |
| 2241 | 2026-02-27T02:12:02.788Z | Checking untrusted v0.9.0 |
| 2242 | 2026-02-27T02:12:02.987Z | Checking untrusted v0.7.1 |
| 2243 | 2026-02-27T02:12:03.213Z | Checking openssl-probe v0.1.5 |
| 2244 | 2026-02-27T02:12:03.223Z | Checking ring v0.17.14 |
| 2245 | 2026-02-27T02:12:03.234Z | Checking pkcs8 v0.10.2 |
| 2246 | 2026-02-27T02:12:03.368Z | Checking semver v1.0.27 |
| 2247 | 2026-02-27T02:12:03.566Z | Checking plain v0.2.3 |
| 2248 | 2026-02-27T02:12:03.631Z | Checking icu_normalizer v1.5.0 |
| 2249 | 2026-02-27T02:12:03.635Z | Checking atomic-waker v1.1.2 |
| 2250 | 2026-02-27T02:12:03.735Z | Checking tinyvec_macros v0.1.1 |
| 2251 | 2026-02-27T02:12:03.772Z | Checking dyn-clone v1.0.20 |
| 2252 | 2026-02-27T02:12:03.791Z | Checking tower-layer v0.3.3 |
| 2253 | 2026-02-27T02:12:03.837Z | Checking tower-service v0.3.3 |
| 2254 | 2026-02-27T02:12:03.937Z | Checking try-lock v0.2.5 |
| 2255 | 2026-02-27T02:12:03.984Z | Checking tinyvec v1.8.0 |
| 2256 | 2026-02-27T02:12:04.061Z | Checking lazy_static v1.5.0 |
| 2257 | 2026-02-27T02:12:04.094Z | Checking want v0.3.1 |
| 2258 | 2026-02-27T02:12:04.215Z | Checking rustix v1.1.3 |
| 2259 | 2026-02-27T02:12:04.242Z | Checking aws-lc-rs v1.16.0 |
| 2260 | 2026-02-27T02:12:04.301Z | Checking ipnet v2.11.0 |
| 2261 | 2026-02-27T02:12:04.421Z | Checking idna_adapter v1.2.0 |
| 2262 | 2026-02-27T02:12:04.630Z | Checking idna v1.0.3 |
| 2263 | 2026-02-27T02:12:04.893Z | Checking httparse v1.9.5 |
| 2264 | 2026-02-27T02:12:05.062Z | Checking zerocopy v0.8.27 |
| 2265 | 2026-02-27T02:12:05.179Z | Checking url v2.5.4 |
| 2266 | 2026-02-27T02:12:05.319Z | Checking adler2 v2.0.0 |
| 2267 | 2026-02-27T02:12:05.358Z | Checking unicode-ident v1.0.24 |
| 2268 | 2026-02-27T02:12:05.509Z | Checking ucd-trie v0.1.7 |
| 2269 | 2026-02-27T02:12:05.530Z | Checking fastrand v2.1.1 |
| 2270 | 2026-02-27T02:12:05.555Z | Checking httpdate v1.0.3 |
| 2271 | 2026-02-27T02:12:05.754Z | Checking foreign-types-shared v0.1.1 |
| 2272 | 2026-02-27T02:12:05.829Z | Checking pest v2.8.2 |
| 2273 | 2026-02-27T02:12:05.894Z | Checking foreign-types v0.3.2 |
| 2274 | 2026-02-27T02:12:05.897Z | Checking proc-macro2 v1.0.106 |
| 2275 | 2026-02-27T02:12:06.010Z | Checking miniz_oxide v0.8.5 |
| 2276 | 2026-02-27T02:12:06.099Z | Checking schemars v0.8.22 |
| 2277 | 2026-02-27T02:12:06.165Z | Checking rustls-webpki v0.103.9 |
| 2278 | 2026-02-27T02:12:06.360Z | Checking tempfile v3.24.0 |
| 2279 | 2026-02-27T02:12:06.574Z | Checking openssl-sys v0.9.109 |
| 2280 | 2026-02-27T02:12:06.728Z | Checking wait-timeout v0.2.0 |
| 2281 | 2026-02-27T02:12:06.752Z | Checking aho-corasick v1.1.3 |
| 2282 | 2026-02-27T02:12:06.942Z | Checking quick-error v1.2.3 |
| 2283 | 2026-02-27T02:12:07.089Z | Checking rustls v0.23.37 |
| 2284 | 2026-02-27T02:12:07.111Z | Checking pretty-hex v0.4.1 |
| 2285 | 2026-02-27T02:12:07.331Z | Checking anstyle v1.0.11 |
| 2286 | 2026-02-27T02:12:07.610Z | Checking tokio-util v0.7.15 |
| 2287 | 2026-02-27T02:12:07.689Z | Checking utf8parse v0.2.2 |
| 2288 | 2026-02-27T02:12:07.749Z | Checking bit-vec v0.8.0 |
| 2289 | 2026-02-27T02:12:07.777Z | Checking powerfmt v0.2.0 |
| 2290 | 2026-02-27T02:12:07.862Z | Checking anstyle-parse v0.2.5 |
| 2291 | 2026-02-27T02:12:08.063Z | Checking deranged v0.5.3 |
| 2292 | 2026-02-27T02:12:08.135Z | Checking bit-set v0.8.0 |
| 2293 | 2026-02-27T02:12:08.138Z | Checking openssl v0.10.73 |
| 2294 | 2026-02-27T02:12:08.310Z | Checking regex-automata v0.4.14 |
| 2295 | 2026-02-27T02:12:08.333Z | Checking rusty-fork v0.3.0 |
| 2296 | 2026-02-27T02:12:08.422Z | Checking quote v1.0.44 |
| 2297 | 2026-02-27T02:12:08.465Z | Checking unicode-normalization v0.1.24 |
| 2298 | 2026-02-27T02:12:08.640Z | Checking rustls-native-certs v0.8.1 |
| 2299 | 2026-02-27T02:12:08.767Z | Checking crossbeam-utils v0.8.21 |
| 2300 | 2026-02-27T02:12:08.857Z | Checking rand_xorshift v0.4.0 |
| 2301 | 2026-02-27T02:12:08.885Z | Checking h2 v0.4.6 |
| 2302 | 2026-02-27T02:12:09.070Z | Checking rustix v0.38.37 |
| 2303 | 2026-02-27T02:12:09.375Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2304 | 2026-02-27T02:12:09.498Z | Checking scroll v0.13.0 |
| 2305 | 2026-02-27T02:12:09.521Z | Checking signature v2.2.0 |
| 2306 | 2026-02-27T02:12:09.767Z | Checking sync_wrapper v1.0.1 |
| 2307 | 2026-02-27T02:12:09.950Z | Checking crc32fast v1.4.2 |
| 2308 | 2026-02-27T02:12:09.991Z | Checking is_terminal_polyfill v1.70.1 |
| 2309 | 2026-02-27T02:12:10.147Z | Checking num_threads v0.1.7 |
| 2310 | 2026-02-27T02:12:10.219Z | Checking num-conv v0.2.0 |
| 2311 | 2026-02-27T02:12:10.293Z | Checking colorchoice v1.0.2 |
| 2312 | 2026-02-27T02:12:10.459Z | Checking anstyle-query v1.1.1 |
| 2313 | 2026-02-27T02:12:10.462Z | Checking unicode-bidi v0.3.17 |
| 2314 | 2026-02-27T02:12:10.573Z | Checking siphasher v0.3.11 |
| 2315 | 2026-02-27T02:12:10.610Z | Checking unarray v0.1.4 |
| 2316 | 2026-02-27T02:12:10.782Z | Checking zlib-rs v0.5.1 |
| 2317 | 2026-02-27T02:12:10.869Z | Checking unicode-properties v0.1.3 |
| 2318 | 2026-02-27T02:12:11.122Z | Checking time-core v0.1.8 |
| 2319 | 2026-02-27T02:12:11.267Z | Checking stringprep v0.1.5 |
| 2320 | 2026-02-27T02:12:11.446Z | Checking time v0.3.47 |
| 2321 | 2026-02-27T02:12:11.573Z | Checking phf_shared v0.11.2 |
| 2322 | 2026-02-27T02:12:11.887Z | Checking proptest v1.7.0 |
| 2323 | 2026-02-27T02:12:12.273Z | Checking anstream v0.6.18 |
| 2324 | 2026-02-27T02:12:12.474Z | Checking tokio-rustls v0.26.0 |
| 2325 | 2026-02-27T02:12:12.649Z | Checking goblin v0.10.2 |
| 2326 | 2026-02-27T02:12:12.717Z | Checking libz-rs-sys v0.5.1 |
| 2327 | 2026-02-27T02:12:12.720Z | Checking tower v0.5.2 |
| 2328 | 2026-02-27T02:12:12.879Z | Checking crossbeam-epoch v0.9.18 |
| 2329 | 2026-02-27T02:12:12.929Z | Checking syn v2.0.117 |
| 2330 | 2026-02-27T02:12:13.146Z | Checking native-tls v0.2.12 |
| 2331 | 2026-02-27T02:12:13.343Z | Checking ipnetwork v0.21.1 |
| 2332 | 2026-02-27T02:12:13.478Z | Checking http-body-util v0.1.3 |
| 2333 | 2026-02-27T02:12:13.568Z | Checking webpki-roots v1.0.1 |
| 2334 | 2026-02-27T02:12:13.762Z | Checking scroll v0.12.0 |
| 2335 | 2026-02-27T02:12:13.803Z | Checking thiserror v1.0.69 |
| 2336 | 2026-02-27T02:12:13.918Z | Checking zstd-sys v2.0.14+zstd.1.5.7 |
| 2337 | 2026-02-27T02:12:13.958Z | Checking toml_datetime v0.6.11 |
| 2338 | 2026-02-27T02:12:14.129Z | Checking serde_spanned v0.6.9 |
| 2339 | 2026-02-27T02:12:14.244Z | Checking num-integer v0.1.46 |
| 2340 | 2026-02-27T02:12:14.247Z | Checking rand_chacha v0.3.1 |
| 2341 | 2026-02-27T02:12:14.308Z | Checking md-5 v0.10.6 |
| 2342 | 2026-02-27T02:12:14.346Z | Checking ff v0.13.0 |
| 2343 | 2026-02-27T02:12:14.581Z | Checking hash32 v0.2.1 |
| 2344 | 2026-02-27T02:12:14.587Z | Checking base16ct v0.2.0 |
| 2345 | 2026-02-27T02:12:14.682Z | Checking ryu v1.0.18 |
| 2346 | 2026-02-27T02:12:14.709Z | Checking fallible-iterator v0.2.0 |
| 2347 | 2026-02-27T02:12:14.804Z | Checking gimli v0.31.1 |
| 2348 | 2026-02-27T02:12:14.913Z | Checking iri-string v0.7.8 |
| 2349 | 2026-02-27T02:12:14.938Z | Checking psl-types v2.0.11 |
| 2350 | 2026-02-27T02:12:15.147Z | Checking either v1.15.0 |
| 2351 | 2026-02-27T02:12:15.324Z | Checking postgres-protocol v0.6.8 |
| 2352 | 2026-02-27T02:12:15.410Z | Checking hyper v1.8.1 |
| 2353 | 2026-02-27T02:12:15.550Z | Checking publicsuffix v2.3.0 |
| 2354 | 2026-02-27T02:12:15.845Z | Checking serde_urlencoded v0.7.1 |
| 2355 | 2026-02-27T02:12:15.982Z | Checking heapless v0.7.17 |
| 2356 | 2026-02-27T02:12:16.296Z | Checking sec1 v0.7.3 |
| 2357 | 2026-02-27T02:12:16.410Z | Checking newtype-uuid v1.3.2 |
| 2358 | 2026-02-27T02:12:16.718Z | Checking num-iter v0.1.45 |
| 2359 | 2026-02-27T02:12:16.813Z | Checking rand v0.8.5 |
| 2360 | 2026-02-27T02:12:16.879Z | Checking group v0.13.0 |
| 2361 | 2026-02-27T02:12:16.921Z | Checking goblin v0.8.2 |
| 2362 | 2026-02-27T02:12:17.157Z | Checking cookie v0.18.1 |
| 2363 | 2026-02-27T02:12:17.496Z | Checking tower-http v0.6.8 |
| 2364 | 2026-02-27T02:12:17.501Z | Checking hyper-util v0.1.19 |
| 2365 | 2026-02-27T02:12:17.628Z | Checking zstd-safe v7.2.3 |
| 2366 | 2026-02-27T02:12:17.944Z | Checking oxnet v0.1.4 |
| 2367 | 2026-02-27T02:12:18.049Z | Checking tokio-native-tls v0.3.1 |
| 2368 | 2026-02-27T02:12:18.081Z | Checking flate2 v1.1.2 |
| 2369 | 2026-02-27T02:12:18.323Z | Checking terminal_size v0.4.0 |
| 2370 | 2026-02-27T02:12:18.395Z | Checking dtrace-parser v0.3.0 |
| 2371 | 2026-02-27T02:12:18.527Z | Checking signal-hook v0.3.18 |
| 2372 | 2026-02-27T02:12:18.548Z | Checking addr2line v0.24.2 |
| 2373 | 2026-02-27T02:12:18.551Z | Checking dof v0.4.0 |
| 2374 | 2026-02-27T02:12:18.732Z | Checking hkdf v0.12.4 |
| 2375 | 2026-02-27T02:12:18.864Z | Checking crypto-bigint v0.5.5 |
| 2376 | 2026-02-27T02:12:18.888Z | Checking thread-id v5.0.0 |
| 2377 | 2026-02-27T02:12:18.985Z | Checking object v0.36.5 |
| 2378 | 2026-02-27T02:12:19.020Z | Checking rustc-demangle v0.1.24 |
| 2379 | 2026-02-27T02:12:19.098Z | Checking managed v0.8.0 |
| 2380 | 2026-02-27T02:12:19.116Z | Checking clap_lex v0.7.4 |
| 2381 | 2026-02-27T02:12:19.387Z | Checking bitflags v1.3.2 |
| 2382 | 2026-02-27T02:12:19.424Z | Checking lockfree-object-pool v0.1.6 |
| 2383 | 2026-02-27T02:12:19.484Z | Compiling rayon-core v1.12.1 |
| 2384 | 2026-02-27T02:12:19.487Z | Checking simd-adler32 v0.3.7 |
| 2385 | 2026-02-27T02:12:19.516Z | Checking bumpalo v3.16.0 |
| 2386 | 2026-02-27T02:12:19.670Z | Checking strsim v0.11.1 |
| 2387 | 2026-02-27T02:12:19.832Z | Checking winnow v0.5.40 |
| 2388 | 2026-02-27T02:12:19.878Z | Checking zopfli v0.8.1 |
| 2389 | 2026-02-27T02:12:19.927Z | Checking smoltcp v0.9.1 |
| 2390 | 2026-02-27T02:12:19.977Z | Checking clap_builder v4.5.48 |
| 2391 | 2026-02-27T02:12:20.365Z | Checking hyper-rustls v0.27.7 |
| 2392 | 2026-02-27T02:12:20.565Z | Checking hyper-tls v0.6.0 |
| 2393 | 2026-02-27T02:12:20.732Z | Checking usdt-impl v0.6.0 |
| 2394 | 2026-02-27T02:12:20.868Z | Checking signal-hook-mio v0.2.4 |
| 2395 | 2026-02-27T02:12:21.042Z | Checking daft v0.1.4 |
| 2396 | 2026-02-27T02:12:21.311Z | Checking num-bigint-dig v0.8.6 |
| 2397 | 2026-02-27T02:12:21.372Z | Checking zstd v0.13.3 |
| 2398 | 2026-02-27T02:12:21.528Z | Checking cookie_store v0.22.1 |
| 2399 | 2026-02-27T02:12:21.684Z | Checking elliptic-curve v0.13.8 |
| 2400 | 2026-02-27T02:12:21.760Z | Checking postgres-types v0.2.9 |
| 2401 | 2026-02-27T02:12:21.857Z | Checking dof v0.3.0 |
| 2402 | 2026-02-27T02:12:22.210Z | Checking dtrace-parser v0.2.0 |
| 2403 | 2026-02-27T02:12:22.337Z | Checking crossbeam-deque v0.8.5 |
| 2404 | 2026-02-27T02:12:22.434Z | Checking regex v1.12.3 |
| 2405 | 2026-02-27T02:12:22.491Z | Checking bstr v1.10.0 |
| 2406 | 2026-02-27T02:12:22.671Z | Checking rustls-platform-verifier v0.6.2 |
| 2407 | 2026-02-27T02:12:22.757Z | Checking phf v0.11.2 |
| 2408 | 2026-02-27T02:12:22.780Z | Checking toml_edit v0.19.15 |
| 2409 | 2026-02-27T02:12:22.925Z | Checking ed25519 v2.2.3 |
| 2410 | 2026-02-27T02:12:22.946Z | Checking bzip2 v0.4.4 |
| 2411 | 2026-02-27T02:12:23.027Z | Checking bzip2 v0.5.2 |
| 2412 | 2026-02-27T02:12:23.102Z | Checking curve25519-dalek v4.1.3 |
| 2413 | 2026-02-27T02:12:23.250Z | Checking ref-cast v1.0.25 |
| 2414 | 2026-02-27T02:12:23.273Z | Checking strum v0.27.2 |
| 2415 | 2026-02-27T02:12:23.308Z | Checking hubpack v0.1.2 |
| 2416 | 2026-02-27T02:12:23.327Z | Checking memoffset v0.9.1 |
| 2417 | 2026-02-27T02:12:23.359Z | Checking pkcs1 v0.7.5 |
| 2418 | 2026-02-27T02:12:23.398Z | Checking serde-big-array v0.5.1 |
| 2419 | 2026-02-27T02:12:23.446Z | Checking hex v0.4.3 |
| 2420 | 2026-02-27T02:12:23.465Z | Checking erased-serde v0.3.31 |
| 2421 | 2026-02-27T02:12:23.626Z | Checking float-cmp v0.10.0 |
| 2422 | 2026-02-27T02:12:23.646Z | Checking rfc6979 v0.4.0 |
| 2423 | 2026-02-27T02:12:23.758Z | Checking socket2 v0.5.10 |
| 2424 | 2026-02-27T02:12:23.848Z | Checking memmap2 v0.9.8 |
| 2425 | 2026-02-27T02:12:23.867Z | Checking thread-id v4.2.2 |
| 2426 | 2026-02-27T02:12:23.947Z | Checking env_filter v0.1.2 |
| 2427 | 2026-02-27T02:12:24.005Z | Checking encoding_rs v0.8.34 |
| 2428 | 2026-02-27T02:12:24.142Z | Checking mime v0.3.17 |
| 2429 | 2026-02-27T02:12:24.202Z | Checking unicode-segmentation v1.12.0 |
| 2430 | 2026-02-27T02:12:24.292Z | Checking data-encoding v2.9.0 |
| 2431 | 2026-02-27T02:12:24.483Z | Checking fixedbitset v0.4.2 |
| 2432 | 2026-02-27T02:12:24.503Z | Checking jiff v0.2.15 |
| 2433 | 2026-02-27T02:12:24.792Z | Checking normalize-line-endings v0.3.0 |
| 2434 | 2026-02-27T02:12:24.895Z | Checking predicates-core v1.0.8 |
| 2435 | 2026-02-27T02:12:24.917Z | Checking fixedbitset v0.5.7 |
| 2436 | 2026-02-27T02:12:24.935Z | Checking backtrace v0.3.74 |
| 2437 | 2026-02-27T02:12:24.952Z | Checking precomputed-hash v0.1.1 |
| 2438 | 2026-02-27T02:12:24.956Z | Checking new_debug_unreachable v1.0.6 |
| 2439 | 2026-02-27T02:12:25.076Z | Checking rustc-hash v2.1.1 |
| 2440 | 2026-02-27T02:12:25.095Z | Checking toml_write v0.1.2 |
| 2441 | 2026-02-27T02:12:25.113Z | Checking winnow v0.7.14 |
| 2442 | 2026-02-27T02:12:25.198Z | Checking whoami v1.5.2 |
| 2443 | 2026-02-27T02:12:25.270Z | Checking keccak v0.1.5 |
| 2444 | 2026-02-27T02:12:25.303Z | Checking difflib v0.4.0 |
| 2445 | 2026-02-27T02:12:25.417Z | Checking static_assertions v1.1.0 |
| 2446 | 2026-02-27T02:12:25.504Z | Checking anyhow v1.0.99 |
| 2447 | 2026-02-27T02:12:25.523Z | Checking tokio-postgres v0.7.13 |
| 2448 | 2026-02-27T02:12:25.543Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2449 | 2026-02-27T02:12:25.617Z | Checking sha3 v0.10.8 |
| 2450 | 2026-02-27T02:12:25.649Z | Checking predicates v3.1.3 |
| 2451 | 2026-02-27T02:12:25.910Z | Checking petgraph v0.8.2 |
| 2452 | 2026-02-27T02:12:26.023Z | Checking iddqd v0.3.16 |
| 2453 | 2026-02-27T02:12:26.237Z | Checking reqwest v0.12.28 |
| 2454 | 2026-02-27T02:12:26.319Z | Checking toml v0.7.8 |
| 2455 | 2026-02-27T02:12:27.010Z | Checking string_cache v0.8.9 |
| 2456 | 2026-02-27T02:12:27.329Z | Checking ed25519-dalek v2.1.1 |
| 2457 | 2026-02-27T02:12:27.777Z | Checking similar v2.7.0 |
| 2458 | 2026-02-27T02:12:28.016Z | Checking hickory-proto v0.25.2 |
| 2459 | 2026-02-27T02:12:28.053Z | Checking toml_edit v0.22.27 |
| 2460 | 2026-02-27T02:12:28.167Z | Checking petgraph v0.6.5 |
| 2461 | 2026-02-27T02:12:28.391Z | Checking slog v2.8.2 |
| 2462 | 2026-02-27T02:12:28.612Z | Checking env_logger v0.11.8 |
| 2463 | 2026-02-27T02:12:28.973Z | Checking usdt v0.6.0 |
| 2464 | 2026-02-27T02:12:28.994Z | Checking usdt-impl v0.5.0 |
| 2465 | 2026-02-27T02:12:29.271Z | Checking serde_with v3.16.1 |
| 2466 | 2026-02-27T02:12:29.528Z | Checking ecdsa v0.16.9 |
| 2467 | 2026-02-27T02:12:29.644Z | Checking rsa v0.9.8 |
| 2468 | 2026-02-27T02:12:30.288Z | Checking nix v0.29.0 |
| 2469 | 2026-02-27T02:12:30.308Z | Checking zip v4.2.0 |
| 2470 | 2026-02-27T02:12:30.692Z | Checking zip v0.6.6 |
| 2471 | 2026-02-27T02:12:30.745Z | Checking clap v4.5.48 |
| 2472 | 2026-02-27T02:12:30.881Z | Checking reqwest v0.13.2 |
| 2473 | 2026-02-27T02:12:31.216Z | Checking crossterm v0.28.1 |
| 2474 | 2026-02-27T02:12:31.401Z | Checking itertools v0.10.5 |
| 2475 | 2026-02-27T02:12:31.586Z | Checking itertools v0.13.0 |
| 2476 | 2026-02-27T02:12:31.683Z | Checking strum v0.26.3 |
| 2477 | 2026-02-27T02:12:31.730Z | Checking tokio-stream v0.1.17 |
| 2478 | 2026-02-27T02:12:31.882Z | Checking ahash v0.8.12 |
| 2479 | 2026-02-27T02:12:32.292Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2480 | 2026-02-27T02:12:32.546Z | Checking fs-err v3.1.1 |
| 2481 | 2026-02-27T02:12:32.656Z | Checking buf-list v1.0.3 |
| 2482 | 2026-02-27T02:12:32.719Z | Checking x509-cert v0.2.5 |
| 2483 | 2026-02-27T02:12:32.979Z | Checking openapiv3 v2.2.0 |
| 2484 | 2026-02-27T02:12:32.999Z | Checking sha1 v0.10.6 |
| 2485 | 2026-02-27T02:12:33.003Z | Checking winnow v0.6.26 |
| 2486 | 2026-02-27T02:12:33.098Z | Checking peg-runtime v0.8.5 |
| 2487 | 2026-02-27T02:12:33.305Z | Checking lalrpop-util v0.19.12 |
| 2488 | 2026-02-27T02:12:33.363Z | Checking rayon v1.10.0 |
| 2489 | 2026-02-27T02:12:33.602Z | Checking camino v1.2.2 |
| 2490 | 2026-02-27T02:12:33.622Z | Checking sigpipe v0.1.3 |
| 2491 | 2026-02-27T02:12:33.749Z | Checking glob v0.3.2 |
| 2492 | 2026-02-27T02:12:35.496Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2493 | 2026-02-27T02:12:36.052Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2494 | 2026-02-27T02:12:36.467Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.20s |
| 2495 | 2026-02-27T02:12:36.658Z | |
| 2496 | 2026-02-27T02:12:36.659Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (51/251) |
| 2497 | 2026-02-27T02:12:37.505Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2498 | 2026-02-27T02:12:37.508Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2499 | 2026-02-27T02:12:37.813Z | Checking regress v0.10.5 |
| 2500 | 2026-02-27T02:12:37.816Z | Compiling structmeta-derive v0.3.0 |
| 2501 | 2026-02-27T02:12:37.816Z | Compiling rustls v0.22.4 |
| 2502 | 2026-02-27T02:12:38.006Z | Compiling multer v3.1.0 |
| 2503 | 2026-02-27T02:12:38.028Z | Compiling newtype-uuid-macros v0.1.0 |
| 2504 | 2026-02-27T02:12:38.031Z | Compiling async-stream-impl v0.3.6 |
| 2505 | 2026-02-27T02:12:38.072Z | Checking futures-executor v0.3.31 |
| 2506 | 2026-02-27T02:12:38.290Z | Compiling dropshot v0.16.7 |
| 2507 | 2026-02-27T02:12:38.324Z | Checking futures v0.3.31 |
| 2508 | 2026-02-27T02:12:38.429Z | Compiling dropshot_endpoint v0.16.7 |
| 2509 | 2026-02-27T02:12:38.461Z | Checking match_cfg v0.1.0 |
| 2510 | 2026-02-27T02:12:38.584Z | Checking hostname v0.3.1 |
| 2511 | 2026-02-27T02:12:38.727Z | Checking thread_local v1.1.8 |
| 2512 | 2026-02-27T02:12:38.756Z | Checking crossbeam-channel v0.5.15 |
| 2513 | 2026-02-27T02:12:39.028Z | Checking is-terminal v0.4.13 |
| 2514 | 2026-02-27T02:12:39.180Z | Checking take_mut v0.2.2 |
| 2515 | 2026-02-27T02:12:39.334Z | Checking term v1.1.0 |
| 2516 | 2026-02-27T02:12:39.360Z | Checking rustls-webpki v0.102.8 |
| 2517 | 2026-02-27T02:12:39.532Z | Checking slog-async v2.8.0 |
| 2518 | 2026-02-27T02:12:39.651Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2519 | 2026-02-27T02:12:39.792Z | Checking slog-term v2.9.2 |
| 2520 | 2026-02-27T02:12:39.873Z | Checking debug-ignore v1.0.5 |
| 2521 | 2026-02-27T02:12:40.059Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2522 | 2026-02-27T02:12:40.369Z | Checking toml_parser v1.0.6+spec-1.1.0 |
| 2523 | 2026-02-27T02:12:40.437Z | Checking slog-json v2.6.1 |
| 2524 | 2026-02-27T02:12:40.540Z | Compiling structmeta v0.3.0 |
| 2525 | 2026-02-27T02:12:40.729Z | Checking macaddr v1.0.1 |
| 2526 | 2026-02-27T02:12:40.854Z | Checking serde_spanned v1.0.4 |
| 2527 | 2026-02-27T02:12:40.945Z | Compiling derive-ex v0.1.8 |
| 2528 | 2026-02-27T02:12:41.074Z | Compiling parse-display-derive v0.10.0 |
| 2529 | 2026-02-27T02:12:41.096Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 2530 | 2026-02-27T02:12:41.118Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2531 | 2026-02-27T02:12:41.332Z | Checking slog-bunyan v2.5.0 |
| 2532 | 2026-02-27T02:12:41.485Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2533 | 2026-02-27T02:12:41.514Z | Checking toml v0.9.11+spec-1.1.0 |
| 2534 | 2026-02-27T02:12:41.534Z | Checking async-stream v0.3.6 |
| 2535 | 2026-02-27T02:12:42.200Z | Checking waitgroup v0.1.2 |
| 2536 | 2026-02-27T02:12:42.264Z | Checking rustls-pemfile v2.2.0 |
| 2537 | 2026-02-27T02:12:42.366Z | Checking serde_path_to_error v0.1.20 |
| 2538 | 2026-02-27T02:12:42.520Z | Checking hostname v0.4.2 |
| 2539 | 2026-02-27T02:12:42.643Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a) |
| 2540 | 2026-02-27T02:12:42.694Z | Compiling itertools v0.14.0 |
| 2541 | 2026-02-27T02:12:42.855Z | Checking progenitor-client v0.13.0 |
| 2542 | 2026-02-27T02:12:42.952Z | Checking instant v0.1.13 |
| 2543 | 2026-02-27T02:12:42.987Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2544 | 2026-02-27T02:12:43.091Z | Checking backoff v0.4.0 |
| 2545 | 2026-02-27T02:12:43.301Z | Checking progenitor-client v0.10.0 |
| 2546 | 2026-02-27T02:12:43.420Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 2547 | 2026-02-27T02:12:43.505Z | Checking tokio-rustls v0.25.0 |
| 2548 | 2026-02-27T02:12:43.711Z | Checking backon v1.6.0 |
| 2549 | 2026-02-27T02:12:44.036Z | Checking heck v0.5.0 |
| 2550 | 2026-02-27T02:12:44.278Z | Compiling proc-macro-crate v1.3.1 |
| 2551 | 2026-02-27T02:12:44.506Z | Checking unicode-width v0.1.14 |
| 2552 | 2026-02-27T02:12:44.921Z | Checking parse-display v0.10.0 |
| 2553 | 2026-02-27T02:12:45.035Z | Compiling test-strategy v0.4.3 |
| 2554 | 2026-02-27T02:12:45.091Z | Compiling proc-macro-error v1.0.4 |
| 2555 | 2026-02-27T02:12:45.145Z | Compiling num_enum_derive v0.5.11 |
| 2556 | 2026-02-27T02:12:45.184Z | Compiling heapless v0.8.0 |
| 2557 | 2026-02-27T02:12:45.696Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2558 | 2026-02-27T02:12:45.740Z | Checking hash32 v0.3.1 |
| 2559 | 2026-02-27T02:12:45.763Z | Compiling ingot-macros v0.1.1 |
| 2560 | 2026-02-27T02:12:45.861Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2561 | 2026-02-27T02:12:45.966Z | Compiling smoltcp v0.11.0 |
| 2562 | 2026-02-27T02:12:46.116Z | Checking tabwriter v1.4.0 |
| 2563 | 2026-02-27T02:12:46.246Z | Compiling foreign-types-macros v0.2.3 |
| 2564 | 2026-02-27T02:12:46.394Z | Checking foreign-types-shared v0.3.1 |
| 2565 | 2026-02-27T02:12:46.544Z | Compiling crucible-workspace-hack v0.1.0 |
| 2566 | 2026-02-27T02:12:46.703Z | Checking cobs v0.2.3 |
| 2567 | 2026-02-27T02:12:46.935Z | Checking postcard v1.0.10 |
| 2568 | 2026-02-27T02:12:47.301Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2569 | 2026-02-27T02:12:47.402Z | Checking num_enum v0.5.11 |
| 2570 | 2026-02-27T02:12:47.490Z | Checking foreign-types v0.5.0 |
| 2571 | 2026-02-27T02:12:47.514Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2572 | 2026-02-27T02:12:47.592Z | Checking cstr-argument v0.1.2 |
| 2573 | 2026-02-27T02:12:47.620Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2574 | 2026-02-27T02:12:47.809Z | Checking pretty-hex v0.2.1 |
| 2575 | 2026-02-27T02:12:47.979Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2576 | 2026-02-27T02:12:48.023Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2577 | 2026-02-27T02:12:48.081Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2578 | 2026-02-27T02:12:48.136Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2579 | 2026-02-27T02:12:48.301Z | Checking colored v2.2.0 |
| 2580 | 2026-02-27T02:12:48.345Z | Checking secrecy v0.10.3 |
| 2581 | 2026-02-27T02:12:48.348Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2582 | 2026-02-27T02:12:48.365Z | Compiling unsafe-libyaml v0.2.11 |
| 2583 | 2026-02-27T02:12:48.403Z | Checking camino-tempfile v1.4.1 |
| 2584 | 2026-02-27T02:12:48.533Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2585 | 2026-02-27T02:12:48.556Z | Compiling nix v0.30.1 |
| 2586 | 2026-02-27T02:12:48.718Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2587 | 2026-02-27T02:12:49.191Z | Compiling convert_case v0.4.0 |
| 2588 | 2026-02-27T02:12:49.307Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2589 | 2026-02-27T02:12:49.405Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2590 | 2026-02-27T02:12:49.486Z | Compiling zone_cfg_derive v0.3.0 |
| 2591 | 2026-02-27T02:12:49.753Z | Compiling serde_yaml v0.9.34+deprecated |
| 2592 | 2026-02-27T02:12:49.815Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2593 | 2026-02-27T02:12:50.077Z | Compiling derive_more v0.99.20 |
| 2594 | 2026-02-27T02:12:50.205Z | Checking itertools v0.12.1 |
| 2595 | 2026-02-27T02:12:50.802Z | Checking smf v0.2.3 |
| 2596 | 2026-02-27T02:12:50.947Z | Compiling num-derive v0.4.2 |
| 2597 | 2026-02-27T02:12:51.423Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2598 | 2026-02-27T02:12:52.095Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2599 | 2026-02-27T02:12:52.555Z | Checking ingot-types v0.1.2 |
| 2600 | 2026-02-27T02:12:52.702Z | Checking zone v0.3.1 |
| 2601 | 2026-02-27T02:12:53.214Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2602 | 2026-02-27T02:12:53.360Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2603 | 2026-02-27T02:12:53.382Z | Checking ingot v0.1.1 |
| 2604 | 2026-02-27T02:12:53.442Z | Compiling typify-impl v0.4.3 |
| 2605 | 2026-02-27T02:12:55.139Z | Compiling typify-impl v0.6.1 |
| 2606 | 2026-02-27T02:12:56.917Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2607 | 2026-02-27T02:12:57.811Z | Compiling prettyplease v0.2.36 |
| 2608 | 2026-02-27T02:12:59.282Z | Compiling typify-impl v0.2.0 |
| 2609 | 2026-02-27T02:12:59.444Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2610 | 2026-02-27T02:13:00.656Z | Checking num-rational v0.4.2 |
| 2611 | 2026-02-27T02:13:01.794Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2612 | 2026-02-27T02:13:02.017Z | Checking num-complex v0.4.6 |
| 2613 | 2026-02-27T02:13:02.734Z | Checking unicode-width v0.2.0 |
| 2614 | 2026-02-27T02:13:02.897Z | Checking num v0.4.3 |
| 2615 | 2026-02-27T02:13:03.032Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2616 | 2026-02-27T02:13:03.744Z | Checking password-hash v0.5.0 |
| 2617 | 2026-02-27T02:13:03.823Z | Compiling usdt-macro v0.5.0 |
| 2618 | 2026-02-27T02:13:04.224Z | Compiling usdt-attr-macro v0.5.0 |
| 2619 | 2026-02-27T02:13:05.322Z | Compiling typify-macro v0.4.3 |
| 2620 | 2026-02-27T02:13:05.343Z | Checking blake2 v0.10.6 |
| 2621 | 2026-02-27T02:13:05.848Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2622 | 2026-02-27T02:13:05.872Z | Checking universal-hash v0.5.1 |
| 2623 | 2026-02-27T02:13:06.325Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2624 | 2026-02-27T02:13:07.033Z | Compiling typify-macro v0.6.1 |
| 2625 | 2026-02-27T02:13:07.123Z | Checking memmap v0.7.0 |
| 2626 | 2026-02-27T02:13:07.267Z | Checking half v2.4.1 |
| 2627 | 2026-02-27T02:13:07.367Z | Checking opaque-debug v0.3.1 |
| 2628 | 2026-02-27T02:13:07.491Z | Checking float-ord v0.3.2 |
| 2629 | 2026-02-27T02:13:07.683Z | Checking ciborium-io v0.2.2 |
| 2630 | 2026-02-27T02:13:07.767Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2631 | 2026-02-27T02:13:07.845Z | Checking ciborium-ll v0.2.2 |
| 2632 | 2026-02-27T02:13:08.170Z | Checking poly1305 v0.8.0 |
| 2633 | 2026-02-27T02:13:08.574Z | Checking thiserror-no-std v2.0.2 |
| 2634 | 2026-02-27T02:13:08.719Z | Checking usdt v0.5.0 |
| 2635 | 2026-02-27T02:13:08.889Z | Checking argon2 v0.5.3 |
| 2636 | 2026-02-27T02:13:09.036Z | Checking console v0.15.10 |
| 2637 | 2026-02-27T02:13:09.250Z | Compiling typify v0.4.3 |
| 2638 | 2026-02-27T02:13:09.454Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2639 | 2026-02-27T02:13:09.640Z | Checking toml v0.8.23 |
| 2640 | 2026-02-27T02:13:10.053Z | Checking chacha20 v0.9.1 |
| 2641 | 2026-02-27T02:13:10.429Z | Checking aead v0.5.2 |
| 2642 | 2026-02-27T02:13:10.497Z | Compiling semver v0.1.20 |
| 2643 | 2026-02-27T02:13:10.696Z | Checking indent_write v2.2.0 |
| 2644 | 2026-02-27T02:13:10.755Z | Compiling typify-macro v0.2.0 |
| 2645 | 2026-02-27T02:13:11.039Z | Compiling typify v0.6.1 |
| 2646 | 2026-02-27T02:13:11.114Z | Compiling rustc_version v0.1.7 |
| 2647 | 2026-02-27T02:13:11.138Z | Checking chacha20poly1305 v0.10.1 |
| 2648 | 2026-02-27T02:13:11.178Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2649 | 2026-02-27T02:13:11.229Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2650 | 2026-02-27T02:13:11.363Z | Compiling progenitor-impl v0.11.2 |
| 2651 | 2026-02-27T02:13:11.550Z | Checking vsss-rs v3.3.4 |
| 2652 | 2026-02-27T02:13:11.605Z | Checking ciborium v0.2.2 |
| 2653 | 2026-02-27T02:13:12.595Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2654 | 2026-02-27T02:13:13.231Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2655 | 2026-02-27T02:13:13.727Z | Compiling pin-project-internal v1.1.6 |
| 2656 | 2026-02-27T02:13:14.311Z | Compiling derive-where v1.5.0 |
| 2657 | 2026-02-27T02:13:14.497Z | Compiling minimal-lexical v0.2.1 |
| 2658 | 2026-02-27T02:13:14.664Z | Checking linked-hash-map v0.5.6 |
| 2659 | 2026-02-27T02:13:14.810Z | Checking siphasher v1.0.1 |
| 2660 | 2026-02-27T02:13:15.030Z | Compiling nom v7.1.3 |
| 2661 | 2026-02-27T02:13:15.053Z | Checking lru-cache v0.1.2 |
| 2662 | 2026-02-27T02:13:15.169Z | Checking phf_shared v0.12.1 |
| 2663 | 2026-02-27T02:13:15.282Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2664 | 2026-02-27T02:13:15.456Z | Compiling typify v0.2.0 |
| 2665 | 2026-02-27T02:13:15.576Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2666 | 2026-02-27T02:13:16.520Z | Checking pin-project v1.1.6 |
| 2667 | 2026-02-27T02:13:16.691Z | Compiling newtype_derive v0.1.6 |
| 2668 | 2026-02-27T02:13:17.064Z | Compiling progenitor-impl v0.13.0 |
| 2669 | 2026-02-27T02:13:18.072Z | Checking resolv-conf v0.7.0 |
| 2670 | 2026-02-27T02:13:18.451Z | Compiling progenitor-macro v0.11.2 |
| 2671 | 2026-02-27T02:13:18.473Z | Checking newline-converter v0.3.0 |
| 2672 | 2026-02-27T02:13:18.666Z | Checking hickory-proto v0.24.4 |
| 2673 | 2026-02-27T02:13:18.690Z | Checking progenitor-client v0.11.2 |
| 2674 | 2026-02-27T02:13:18.717Z | Checking atomicwrites v0.4.4 |
| 2675 | 2026-02-27T02:13:18.944Z | Checking pem v3.0.5 |
| 2676 | 2026-02-27T02:13:19.137Z | Compiling snafu-derive v0.8.5 |
| 2677 | 2026-02-27T02:13:19.446Z | Compiling async-recursion v1.1.1 |
| 2678 | 2026-02-27T02:13:20.408Z | Checking csv-core v0.1.11 |
| 2679 | 2026-02-27T02:13:20.781Z | Compiling slog-dtrace v0.3.0 |
| 2680 | 2026-02-27T02:13:20.944Z | Compiling cancel-safe-futures v0.1.5 |
| 2681 | 2026-02-27T02:13:21.140Z | Checking same-file v1.0.6 |
| 2682 | 2026-02-27T02:13:21.340Z | Compiling chrono-tz v0.10.4 |
| 2683 | 2026-02-27T02:13:21.365Z | Checking highway v1.3.0 |
| 2684 | 2026-02-27T02:13:21.698Z | Compiling const_format_proc_macros v0.2.34 |
| 2685 | 2026-02-27T02:13:21.851Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2686 | 2026-02-27T02:13:23.116Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2687 | 2026-02-27T02:13:23.560Z | Checking hickory-resolver v0.24.4 |
| 2688 | 2026-02-27T02:13:23.675Z | Checking walkdir v2.5.0 |
| 2689 | 2026-02-27T02:13:23.811Z | Checking snafu v0.8.5 |
| 2690 | 2026-02-27T02:13:23.998Z | Compiling progenitor-macro v0.13.0 |
| 2691 | 2026-02-27T02:13:24.119Z | Checking csv v1.3.1 |
| 2692 | 2026-02-27T02:13:24.486Z | Checking expectorate v1.2.0 |
| 2693 | 2026-02-27T02:13:24.745Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2694 | 2026-02-27T02:13:25.045Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2695 | 2026-02-27T02:13:25.312Z | Compiling progenitor-impl v0.8.0 |
| 2696 | 2026-02-27T02:13:25.879Z | Checking phf v0.12.1 |
| 2697 | 2026-02-27T02:13:26.069Z | Checking tokio-dtrace v0.1.0 |
| 2698 | 2026-02-27T02:13:26.165Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2699 | 2026-02-27T02:13:26.399Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2700 | 2026-02-27T02:13:26.662Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2701 | 2026-02-27T02:13:27.517Z | Checking globset v0.4.15 |
| 2702 | 2026-02-27T02:13:27.833Z | Checking olpc-cjson v0.1.4 |
| 2703 | 2026-02-27T02:13:28.080Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2704 | 2026-02-27T02:13:28.106Z | Compiling lzma-sys v0.1.20 |
| 2705 | 2026-02-27T02:13:28.630Z | Checking serde_plain v1.0.2 |
| 2706 | 2026-02-27T02:13:28.891Z | Checking arc-swap v1.7.1 |
| 2707 | 2026-02-27T02:13:28.922Z | Checking typed-path v0.9.3 |
| 2708 | 2026-02-27T02:13:29.340Z | Checking utf-8 v0.7.6 |
| 2709 | 2026-02-27T02:13:29.685Z | Checking bytecount v0.6.8 |
| 2710 | 2026-02-27T02:13:29.886Z | Checking swrite v0.1.0 |
| 2711 | 2026-02-27T02:13:30.040Z | Checking colored v3.0.0 |
| 2712 | 2026-02-27T02:13:30.418Z | Checking papergrid v0.11.0 |
| 2713 | 2026-02-27T02:13:30.927Z | Checking tough v0.20.0 |
| 2714 | 2026-02-27T02:13:30.964Z | Checking progenitor v0.11.2 |
| 2715 | 2026-02-27T02:13:31.226Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2716 | 2026-02-27T02:13:31.837Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2717 | 2026-02-27T02:13:32.051Z | Compiling progenitor-macro v0.8.0 |
| 2718 | 2026-02-27T02:13:32.128Z | Checking tungstenite v0.21.0 |
| 2719 | 2026-02-27T02:13:32.450Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2720 | 2026-02-27T02:13:32.804Z | Checking slog-scope v4.4.0 |
| 2721 | 2026-02-27T02:13:32.926Z | Checking oxide-tokio-rt v0.1.2 |
| 2722 | 2026-02-27T02:13:33.188Z | Checking qorb v0.4.1 |
| 2723 | 2026-02-27T02:13:33.241Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2724 | 2026-02-27T02:13:34.188Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2725 | 2026-02-27T02:13:36.648Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2726 | 2026-02-27T02:13:36.769Z | Checking const_format v0.2.34 |
| 2727 | 2026-02-27T02:13:36.818Z | Checking oxide-update-engine-types v0.1.0 |
| 2728 | 2026-02-27T02:13:36.843Z | Checking progenitor v0.13.0 |
| 2729 | 2026-02-27T02:13:37.083Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2730 | 2026-02-27T02:13:37.259Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2731 | 2026-02-27T02:13:37.485Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2732 | 2026-02-27T02:13:37.643Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2733 | 2026-02-27T02:13:38.327Z | Compiling tabled_derive v0.7.0 |
| 2734 | 2026-02-27T02:13:38.350Z | Checking progenitor-client v0.8.0 |
| 2735 | 2026-02-27T02:13:38.425Z | Checking gethostname v0.5.0 |
| 2736 | 2026-02-27T02:13:38.597Z | Compiling heck v0.3.3 |
| 2737 | 2026-02-27T02:13:38.619Z | Checking bcs v0.1.6 |
| 2738 | 2026-02-27T02:13:38.755Z | Checking smawk v0.3.2 |
| 2739 | 2026-02-27T02:13:38.938Z | Checking termtree v0.5.1 |
| 2740 | 2026-02-27T02:13:38.962Z | Checking unicode-linebreak v0.1.5 |
| 2741 | 2026-02-27T02:13:38.995Z | Checking linear-map v1.2.0 |
| 2742 | 2026-02-27T02:13:39.104Z | Compiling zone_cfg_derive v0.1.2 |
| 2743 | 2026-02-27T02:13:39.182Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2744 | 2026-02-27T02:13:39.345Z | Checking oxide-update-engine v0.1.0 |
| 2745 | 2026-02-27T02:13:39.416Z | Checking textwrap v0.16.2 |
| 2746 | 2026-02-27T02:13:39.917Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2747 | 2026-02-27T02:13:40.009Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2748 | 2026-02-27T02:13:40.199Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2749 | 2026-02-27T02:13:40.245Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2750 | 2026-02-27T02:13:40.466Z | Checking tabled v0.15.0 |
| 2751 | 2026-02-27T02:13:40.531Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2752 | 2026-02-27T02:13:40.604Z | Checking steno v0.4.1 |
| 2753 | 2026-02-27T02:13:40.832Z | Checking slog-stdlog v4.1.1 |
| 2754 | 2026-02-27T02:13:41.044Z | Checking tokio-tungstenite v0.21.0 |
| 2755 | 2026-02-27T02:13:41.819Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2756 | 2026-02-27T02:13:42.146Z | Checking number_prefix v0.4.0 |
| 2757 | 2026-02-27T02:13:42.172Z | Checking humantime v2.2.0 |
| 2758 | 2026-02-27T02:13:42.381Z | Checking base64 v0.13.1 |
| 2759 | 2026-02-27T02:13:42.525Z | Checking base64 v0.21.7 |
| 2760 | 2026-02-27T02:13:42.825Z | Checking ron v0.7.1 |
| 2761 | 2026-02-27T02:13:42.848Z | Checking indicatif v0.17.11 |
| 2762 | 2026-02-27T02:13:43.011Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2763 | 2026-02-27T02:13:43.184Z | Checking xz2 v0.1.7 |
| 2764 | 2026-02-27T02:13:43.486Z | Checking slog-envlogger v2.2.0 |
| 2765 | 2026-02-27T02:13:43.521Z | Checking zone v0.1.8 |
| 2766 | 2026-02-27T02:13:43.587Z | Checking xattr v1.3.1 |
| 2767 | 2026-02-27T02:13:43.751Z | Checking yasna v0.5.2 |
| 2768 | 2026-02-27T02:13:43.817Z | Checking headers-core v0.3.0 |
| 2769 | 2026-02-27T02:13:43.928Z | Checking filetime v0.2.26 |
| 2770 | 2026-02-27T02:13:43.999Z | Checking headers v0.4.1 |
| 2771 | 2026-02-27T02:13:44.166Z | Checking tar v0.4.44 |
| 2772 | 2026-02-27T02:13:44.189Z | Checking subprocess v0.2.9 |
| 2773 | 2026-02-27T02:13:44.589Z | Checking rcgen v0.12.1 |
| 2774 | 2026-02-27T02:13:44.857Z | Checking progenitor v0.8.0 |
| 2775 | 2026-02-27T02:13:45.081Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2776 | 2026-02-27T02:13:47.907Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 2777 | 2026-02-27T02:13:54.988Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2778 | 2026-02-27T02:14:04.991Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2779 | 2026-02-27T02:14:07.196Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2780 | 2026-02-27T02:14:09.033Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 32s |
| 2781 | 2026-02-27T02:14:09.274Z | |
| 2782 | 2026-02-27T02:14:09.274Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (52/251) |
| 2783 | 2026-02-27T02:14:10.151Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2784 | 2026-02-27T02:14:10.155Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2785 | 2026-02-27T02:14:10.338Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2786 | 2026-02-27T02:14:12.387Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.10s |
| 2787 | 2026-02-27T02:14:12.614Z | |
| 2788 | 2026-02-27T02:14:12.615Z | info: running `cargo check --bins` on nexus-config (53/251) |
| 2789 | 2026-02-27T02:14:13.453Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2790 | 2026-02-27T02:14:13.456Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2791 | 2026-02-27T02:14:13.456Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2792 | 2026-02-27T02:14:13.461Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
| 2793 | 2026-02-27T02:14:13.565Z | |
| 2794 | 2026-02-27T02:14:13.565Z | info: running `cargo check --bins` on nexus-types (54/251) |
| 2795 | 2026-02-27T02:14:14.395Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2796 | 2026-02-27T02:14:14.399Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2797 | 2026-02-27T02:14:14.399Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2798 | 2026-02-27T02:14:14.402Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
| 2799 | 2026-02-27T02:14:14.503Z | |
| 2800 | 2026-02-27T02:14:14.503Z | info: running `cargo check --bins` on clickhouse-admin-types (55/251) |
| 2801 | 2026-02-27T02:14:15.284Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2802 | 2026-02-27T02:14:15.288Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2803 | 2026-02-27T02:14:15.288Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2804 | 2026-02-27T02:14:15.292Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 2805 | 2026-02-27T02:14:15.391Z | |
| 2806 | 2026-02-27T02:14:15.391Z | info: running `cargo check --bins` on clickhouse-admin-types-versions (56/251) |
| 2807 | 2026-02-27T02:14:16.182Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2808 | 2026-02-27T02:14:16.185Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2809 | 2026-02-27T02:14:16.185Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2810 | 2026-02-27T02:14:16.189Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 2811 | 2026-02-27T02:14:16.284Z | |
| 2812 | 2026-02-27T02:14:16.284Z | info: running `cargo check --bins` on cockroach-admin-types (57/251) |
| 2813 | 2026-02-27T02:14:17.047Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2814 | 2026-02-27T02:14:17.050Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2815 | 2026-02-27T02:14:17.050Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2816 | 2026-02-27T02:14:17.054Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 2817 | 2026-02-27T02:14:17.143Z | |
| 2818 | 2026-02-27T02:14:17.143Z | info: running `cargo check --bins` on cockroach-admin-types-versions (58/251) |
| 2819 | 2026-02-27T02:14:17.900Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2820 | 2026-02-27T02:14:17.903Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2821 | 2026-02-27T02:14:17.903Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2822 | 2026-02-27T02:14:17.907Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 2823 | 2026-02-27T02:14:18.006Z | |
| 2824 | 2026-02-27T02:14:18.007Z | info: running `cargo check --bins` on ereport-types (59/251) |
| 2825 | 2026-02-27T02:14:18.776Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2826 | 2026-02-27T02:14:18.780Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2827 | 2026-02-27T02:14:18.780Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2828 | 2026-02-27T02:14:18.783Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 2829 | 2026-02-27T02:14:18.879Z | |
| 2830 | 2026-02-27T02:14:18.879Z | info: running `cargo check --bins` on gateway-client (60/251) |
| 2831 | 2026-02-27T02:14:19.657Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2832 | 2026-02-27T02:14:19.661Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2833 | 2026-02-27T02:14:19.661Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2834 | 2026-02-27T02:14:19.665Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 2835 | 2026-02-27T02:14:19.760Z | |
| 2836 | 2026-02-27T02:14:19.760Z | info: running `cargo check --bins --no-default-features` on gateway-types (61/251) |
| 2837 | 2026-02-27T02:14:20.526Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2838 | 2026-02-27T02:14:20.529Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2839 | 2026-02-27T02:14:20.529Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2840 | 2026-02-27T02:14:20.533Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 2841 | 2026-02-27T02:14:20.632Z | |
| 2842 | 2026-02-27T02:14:20.632Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types (62/251) |
| 2843 | 2026-02-27T02:14:21.390Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2844 | 2026-02-27T02:14:21.393Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2845 | 2026-02-27T02:14:21.393Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2846 | 2026-02-27T02:14:21.398Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 2847 | 2026-02-27T02:14:21.491Z | |
| 2848 | 2026-02-27T02:14:21.491Z | info: running `cargo check --bins --no-default-features` on gateway-types-versions (63/251) |
| 2849 | 2026-02-27T02:14:22.252Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2850 | 2026-02-27T02:14:22.255Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2851 | 2026-02-27T02:14:22.255Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2852 | 2026-02-27T02:14:22.259Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 2853 | 2026-02-27T02:14:22.356Z | |
| 2854 | 2026-02-27T02:14:22.356Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (64/251) |
| 2855 | 2026-02-27T02:14:23.123Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2856 | 2026-02-27T02:14:23.126Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2857 | 2026-02-27T02:14:23.126Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2858 | 2026-02-27T02:14:23.130Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 2859 | 2026-02-27T02:14:23.223Z | |
| 2860 | 2026-02-27T02:14:23.223Z | info: running `cargo check --bins` on internal-dns-types (65/251) |
| 2861 | 2026-02-27T02:14:24.008Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2862 | 2026-02-27T02:14:24.011Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2863 | 2026-02-27T02:14:24.011Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2864 | 2026-02-27T02:14:24.016Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 2865 | 2026-02-27T02:14:24.113Z | |
| 2866 | 2026-02-27T02:14:24.113Z | info: running `cargo check --bins` on internal-dns-types-versions (66/251) |
| 2867 | 2026-02-27T02:14:24.877Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2868 | 2026-02-27T02:14:24.880Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2869 | 2026-02-27T02:14:24.880Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2870 | 2026-02-27T02:14:24.884Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 2871 | 2026-02-27T02:14:24.977Z | |
| 2872 | 2026-02-27T02:14:24.977Z | info: running `cargo check --bins` on nexus-types-versions (67/251) |
| 2873 | 2026-02-27T02:14:25.780Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2874 | 2026-02-27T02:14:25.783Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2875 | 2026-02-27T02:14:25.783Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2876 | 2026-02-27T02:14:25.787Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 2877 | 2026-02-27T02:14:25.883Z | |
| 2878 | 2026-02-27T02:14:25.884Z | info: running `cargo check --bins` on omicron-passwords (68/251) |
| 2879 | 2026-02-27T02:14:26.634Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2880 | 2026-02-27T02:14:26.639Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2881 | 2026-02-27T02:14:26.639Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2882 | 2026-02-27T02:14:26.642Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 2883 | 2026-02-27T02:14:26.732Z | |
| 2884 | 2026-02-27T02:14:26.733Z | info: running `cargo check --bins` on oxql-types (69/251) |
| 2885 | 2026-02-27T02:14:27.493Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2886 | 2026-02-27T02:14:27.496Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2887 | 2026-02-27T02:14:27.497Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2888 | 2026-02-27T02:14:27.501Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 2889 | 2026-02-27T02:14:27.595Z | |
| 2890 | 2026-02-27T02:14:27.595Z | info: running `cargo check --bins` on oximeter-types (70/251) |
| 2891 | 2026-02-27T02:14:28.378Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2892 | 2026-02-27T02:14:28.381Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2893 | 2026-02-27T02:14:28.381Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2894 | 2026-02-27T02:14:28.386Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 2895 | 2026-02-27T02:14:28.484Z | |
| 2896 | 2026-02-27T02:14:28.485Z | info: running `cargo check --bins` on oximeter-types-versions (71/251) |
| 2897 | 2026-02-27T02:14:29.269Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2898 | 2026-02-27T02:14:29.272Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2899 | 2026-02-27T02:14:29.272Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2900 | 2026-02-27T02:14:29.276Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 2901 | 2026-02-27T02:14:29.377Z | |
| 2902 | 2026-02-27T02:14:29.377Z | info: running `cargo check --bins` on oximeter-macro-impl (72/251) |
| 2903 | 2026-02-27T02:14:30.142Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2904 | 2026-02-27T02:14:30.145Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2905 | 2026-02-27T02:14:30.145Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2906 | 2026-02-27T02:14:30.150Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 2907 | 2026-02-27T02:14:30.241Z | |
| 2908 | 2026-02-27T02:14:30.241Z | info: running `cargo check --bins --no-default-features` on oximeter-db (73/251) |
| 2909 | 2026-02-27T02:14:31.034Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2910 | 2026-02-27T02:14:31.037Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2911 | 2026-02-27T02:14:31.155Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2912 | 2026-02-27T02:14:31.893Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s |
| 2913 | 2026-02-27T02:14:32.116Z | |
| 2914 | 2026-02-27T02:14:32.116Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (74/251) |
| 2915 | 2026-02-27T02:14:32.933Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2916 | 2026-02-27T02:14:32.936Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2917 | 2026-02-27T02:14:33.067Z | Compiling object v0.37.3 |
| 2918 | 2026-02-27T02:14:33.193Z | Compiling stacker v0.1.23 |
| 2919 | 2026-02-27T02:14:33.197Z | Compiling cfg_aliases v0.1.1 |
| 2920 | 2026-02-27T02:14:33.208Z | Compiling convert_case v0.7.1 |
| 2921 | 2026-02-27T02:14:33.211Z | Compiling vte_generate_state_changes v0.1.2 |
| 2922 | 2026-02-27T02:14:33.235Z | Checking fd-lock v4.0.2 |
| 2923 | 2026-02-27T02:14:33.239Z | Checking nibble_vec v0.1.0 |
| 2924 | 2026-02-27T02:14:33.239Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2925 | 2026-02-27T02:14:33.331Z | Compiling nix v0.28.0 |
| 2926 | 2026-02-27T02:14:33.498Z | Checking endian-type v0.1.2 |
| 2927 | 2026-02-27T02:14:33.522Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2928 | 2026-02-27T02:14:33.693Z | Compiling peg-macros v0.8.5 |
| 2929 | 2026-02-27T02:14:33.714Z | Checking radix_trie v0.2.1 |
| 2930 | 2026-02-27T02:14:33.885Z | Checking vte v0.11.1 |
| 2931 | 2026-02-27T02:14:33.992Z | Compiling derive_more-impl v2.0.1 |
| 2932 | 2026-02-27T02:14:34.052Z | Compiling sqlparser_derive v0.5.0 |
| 2933 | 2026-02-27T02:14:34.120Z | Checking unicode_categories v0.1.1 |
| 2934 | 2026-02-27T02:14:34.430Z | Checking nu-ansi-term v0.50.1 |
| 2935 | 2026-02-27T02:14:34.523Z | Checking home v0.5.9 |
| 2936 | 2026-02-27T02:14:34.761Z | Checking sqlformat v0.3.5 |
| 2937 | 2026-02-27T02:14:34.897Z | Checking display-error-chain v0.2.2 |
| 2938 | 2026-02-27T02:14:35.310Z | Checking strip-ansi-escapes v0.2.0 |
| 2939 | 2026-02-27T02:14:35.482Z | Checking reedline v0.40.0 |
| 2940 | 2026-02-27T02:14:35.738Z | Checking derive_more v2.0.1 |
| 2941 | 2026-02-27T02:14:35.868Z | Checking crossterm v0.29.0 |
| 2942 | 2026-02-27T02:14:36.321Z | Checking peg v0.8.5 |
| 2943 | 2026-02-27T02:14:36.407Z | Checking rustyline v14.0.0 |
| 2944 | 2026-02-27T02:14:39.063Z | Compiling ar_archive_writer v0.5.1 |
| 2945 | 2026-02-27T02:14:39.966Z | Compiling psm v0.1.30 |
| 2946 | 2026-02-27T02:14:40.834Z | Checking recursive v0.1.1 |
| 2947 | 2026-02-27T02:14:40.930Z | Checking sqlparser v0.61.0 |
| 2948 | 2026-02-27T02:15:01.128Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.00s |
| 2949 | 2026-02-27T02:15:01.342Z | |
| 2950 | 2026-02-27T02:15:01.342Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (75/251) |
| 2951 | 2026-02-27T02:15:02.150Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2952 | 2026-02-27T02:15:02.153Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2953 | 2026-02-27T02:15:02.284Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2954 | 2026-02-27T02:15:08.177Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.82s |
| 2955 | 2026-02-27T02:15:08.410Z | |
| 2956 | 2026-02-27T02:15:08.410Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (76/251) |
| 2957 | 2026-02-27T02:15:09.229Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2958 | 2026-02-27T02:15:09.232Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2959 | 2026-02-27T02:15:09.360Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2960 | 2026-02-27T02:15:13.381Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.96s |
| 2961 | 2026-02-27T02:15:13.606Z | |
| 2962 | 2026-02-27T02:15:13.606Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (77/251) |
| 2963 | 2026-02-27T02:15:14.413Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2964 | 2026-02-27T02:15:14.416Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2965 | 2026-02-27T02:15:14.544Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2966 | 2026-02-27T02:15:19.956Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.34s |
| 2967 | 2026-02-27T02:15:20.173Z | |
| 2968 | 2026-02-27T02:15:20.173Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (78/251) |
| 2969 | 2026-02-27T02:15:20.978Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2970 | 2026-02-27T02:15:20.981Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2971 | 2026-02-27T02:15:21.112Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2972 | 2026-02-27T02:15:26.591Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.41s |
| 2973 | 2026-02-27T02:15:26.810Z | |
| 2974 | 2026-02-27T02:15:26.810Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (79/251) |
| 2975 | 2026-02-27T02:15:27.622Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2976 | 2026-02-27T02:15:27.625Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2977 | 2026-02-27T02:15:27.754Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2978 | 2026-02-27T02:15:32.016Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.19s |
| 2979 | 2026-02-27T02:15:32.242Z | |
| 2980 | 2026-02-27T02:15:32.242Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (80/251) |
| 2981 | 2026-02-27T02:15:33.045Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2982 | 2026-02-27T02:15:33.050Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2983 | 2026-02-27T02:15:33.176Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2984 | 2026-02-27T02:15:37.521Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.27s |
| 2985 | 2026-02-27T02:15:37.752Z | |
| 2986 | 2026-02-27T02:15:37.752Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (81/251) |
| 2987 | 2026-02-27T02:15:38.548Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2988 | 2026-02-27T02:15:38.551Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2989 | 2026-02-27T02:15:38.681Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2990 | 2026-02-27T02:15:44.454Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.69s |
| 2991 | 2026-02-27T02:15:44.682Z | |
| 2992 | 2026-02-27T02:15:44.682Z | info: running `cargo check --bins` on oximeter (82/251) |
| 2993 | 2026-02-27T02:15:45.479Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2994 | 2026-02-27T02:15:45.482Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2995 | 2026-02-27T02:15:45.482Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2996 | 2026-02-27T02:15:45.486Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 2997 | 2026-02-27T02:15:45.581Z | |
| 2998 | 2026-02-27T02:15:45.581Z | info: running `cargo check --bins` on oximeter-schema (83/251) |
| 2999 | 2026-02-27T02:15:46.359Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3000 | 2026-02-27T02:15:46.363Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3001 | 2026-02-27T02:15:46.469Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3002 | 2026-02-27T02:15:46.961Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s |
| 3003 | 2026-02-27T02:15:47.172Z | |
| 3004 | 2026-02-27T02:15:47.172Z | info: running `cargo check --bins` on oximeter-timeseries-macro (84/251) |
| 3005 | 2026-02-27T02:15:47.946Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3006 | 2026-02-27T02:15:47.949Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3007 | 2026-02-27T02:15:47.949Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3008 | 2026-02-27T02:15:47.955Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 3009 | 2026-02-27T02:15:48.050Z | |
| 3010 | 2026-02-27T02:15:48.050Z | info: running `cargo check --bins` on oximeter-test-utils (85/251) |
| 3011 | 2026-02-27T02:15:48.902Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3012 | 2026-02-27T02:15:48.905Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3013 | 2026-02-27T02:15:48.905Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3014 | 2026-02-27T02:15:48.911Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
| 3015 | 2026-02-27T02:15:49.019Z | |
| 3016 | 2026-02-27T02:15:49.019Z | info: running `cargo check --bins --no-default-features` on sled-agent-types (86/251) |
| 3017 | 2026-02-27T02:15:49.821Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3018 | 2026-02-27T02:15:49.824Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3019 | 2026-02-27T02:15:49.825Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3020 | 2026-02-27T02:15:49.830Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 3021 | 2026-02-27T02:15:49.926Z | |
| 3022 | 2026-02-27T02:15:49.926Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (87/251) |
| 3023 | 2026-02-27T02:15:50.709Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3024 | 2026-02-27T02:15:50.712Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3025 | 2026-02-27T02:15:50.712Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3026 | 2026-02-27T02:15:50.717Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 3027 | 2026-02-27T02:15:50.821Z | |
| 3028 | 2026-02-27T02:15:50.821Z | info: running `cargo check --bins --no-default-features` on sled-agent-types-versions (88/251) |
| 3029 | 2026-02-27T02:15:51.601Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3030 | 2026-02-27T02:15:51.604Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3031 | 2026-02-27T02:15:51.604Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3032 | 2026-02-27T02:15:51.607Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 3033 | 2026-02-27T02:15:51.704Z | |
| 3034 | 2026-02-27T02:15:51.704Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (89/251) |
| 3035 | 2026-02-27T02:15:52.483Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3036 | 2026-02-27T02:15:52.486Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3037 | 2026-02-27T02:15:52.486Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3038 | 2026-02-27T02:15:52.491Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 3039 | 2026-02-27T02:15:52.586Z | |
| 3040 | 2026-02-27T02:15:52.586Z | info: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (90/251) |
| 3041 | 2026-02-27T02:15:53.357Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3042 | 2026-02-27T02:15:53.360Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3043 | 2026-02-27T02:15:53.360Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3044 | 2026-02-27T02:15:53.365Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 3045 | 2026-02-27T02:15:53.459Z | |
| 3046 | 2026-02-27T02:15:53.459Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (91/251) |
| 3047 | 2026-02-27T02:15:54.242Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3048 | 2026-02-27T02:15:54.245Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3049 | 2026-02-27T02:15:54.245Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3050 | 2026-02-27T02:15:54.250Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 3051 | 2026-02-27T02:15:54.345Z | |
| 3052 | 2026-02-27T02:15:54.346Z | info: running `cargo check --bins --no-default-features` on gfss (92/251) |
| 3053 | 2026-02-27T02:15:55.108Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3054 | 2026-02-27T02:15:55.111Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3055 | 2026-02-27T02:15:55.111Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3056 | 2026-02-27T02:15:55.116Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3057 | 2026-02-27T02:15:55.213Z | |
| 3058 | 2026-02-27T02:15:55.213Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (93/251) |
| 3059 | 2026-02-27T02:15:55.963Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3060 | 2026-02-27T02:15:55.966Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3061 | 2026-02-27T02:15:55.966Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3062 | 2026-02-27T02:15:55.971Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 3063 | 2026-02-27T02:15:56.064Z | |
| 3064 | 2026-02-27T02:15:56.064Z | info: running `cargo check --bins --no-default-features` on trust-quorum-protocol (94/251) |
| 3065 | 2026-02-27T02:15:56.858Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3066 | 2026-02-27T02:15:56.861Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3067 | 2026-02-27T02:15:56.861Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3068 | 2026-02-27T02:15:56.866Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 3069 | 2026-02-27T02:15:56.965Z | |
| 3070 | 2026-02-27T02:15:56.965Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (95/251) |
| 3071 | 2026-02-27T02:15:57.750Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3072 | 2026-02-27T02:15:57.753Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3073 | 2026-02-27T02:15:57.753Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3074 | 2026-02-27T02:15:57.757Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 3075 | 2026-02-27T02:15:57.858Z | |
| 3076 | 2026-02-27T02:15:57.858Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (96/251) |
| 3077 | 2026-02-27T02:15:58.651Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3078 | 2026-02-27T02:15:58.654Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3079 | 2026-02-27T02:15:58.654Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3080 | 2026-02-27T02:15:58.659Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 3081 | 2026-02-27T02:15:58.755Z | |
| 3082 | 2026-02-27T02:15:58.755Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (97/251) |
| 3083 | 2026-02-27T02:15:59.551Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3084 | 2026-02-27T02:15:59.555Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3085 | 2026-02-27T02:15:59.555Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3086 | 2026-02-27T02:15:59.559Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 3087 | 2026-02-27T02:15:59.654Z | |
| 3088 | 2026-02-27T02:15:59.654Z | info: running `cargo check --bins` on trust-quorum-types (98/251) |
| 3089 | 2026-02-27T02:16:00.446Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3090 | 2026-02-27T02:16:00.449Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3091 | 2026-02-27T02:16:00.449Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3092 | 2026-02-27T02:16:00.453Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 3093 | 2026-02-27T02:16:00.547Z | |
| 3094 | 2026-02-27T02:16:00.547Z | info: running `cargo check --bins` on trust-quorum-test-utils (99/251) |
| 3095 | 2026-02-27T02:16:01.353Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3096 | 2026-02-27T02:16:01.357Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3097 | 2026-02-27T02:16:01.357Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3098 | 2026-02-27T02:16:01.362Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 3099 | 2026-02-27T02:16:01.459Z | |
| 3100 | 2026-02-27T02:16:01.459Z | info: running `cargo check --bins` on omicron-certificates (100/251) |
| 3101 | 2026-02-27T02:16:02.219Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3102 | 2026-02-27T02:16:02.222Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3103 | 2026-02-27T02:16:02.222Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3104 | 2026-02-27T02:16:02.227Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3105 | 2026-02-27T02:16:02.319Z | |
| 3106 | 2026-02-27T02:16:02.319Z | info: running `cargo check --bins` on omicron-clickhouse-admin (101/251) |
| 3107 | 2026-02-27T02:16:03.111Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3108 | 2026-02-27T02:16:03.114Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3109 | 2026-02-27T02:16:03.263Z | Checking dropshot-api-manager-types v0.3.0 |
| 3110 | 2026-02-27T02:16:03.267Z | Checking nanorand v0.7.0 |
| 3111 | 2026-02-27T02:16:03.557Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3112 | 2026-02-27T02:16:03.637Z | Checking flume v0.11.1 |
| 3113 | 2026-02-27T02:16:03.970Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3114 | 2026-02-27T02:16:05.411Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.08s |
| 3115 | 2026-02-27T02:16:05.639Z | |
| 3116 | 2026-02-27T02:16:05.639Z | info: running `cargo check --bins` on clickhouse-admin-api (102/251) |
| 3117 | 2026-02-27T02:16:06.404Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3118 | 2026-02-27T02:16:06.407Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3119 | 2026-02-27T02:16:06.407Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3120 | 2026-02-27T02:16:06.411Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3121 | 2026-02-27T02:16:06.506Z | |
| 3122 | 2026-02-27T02:16:06.506Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (103/251) |
| 3123 | 2026-02-27T02:16:07.275Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3124 | 2026-02-27T02:16:07.278Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3125 | 2026-02-27T02:16:07.278Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3126 | 2026-02-27T02:16:07.283Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 3127 | 2026-02-27T02:16:07.383Z | |
| 3128 | 2026-02-27T02:16:07.383Z | info: running `cargo check --bins` on bootstrap-agent-client (104/251) |
| 3129 | 2026-02-27T02:16:08.170Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3130 | 2026-02-27T02:16:08.174Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3131 | 2026-02-27T02:16:08.174Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3132 | 2026-02-27T02:16:08.177Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 3133 | 2026-02-27T02:16:08.272Z | |
| 3134 | 2026-02-27T02:16:08.272Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-client (105/251) |
| 3135 | 2026-02-27T02:16:09.068Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3136 | 2026-02-27T02:16:09.071Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3137 | 2026-02-27T02:16:09.071Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3138 | 2026-02-27T02:16:09.076Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 3139 | 2026-02-27T02:16:09.178Z | |
| 3140 | 2026-02-27T02:16:09.178Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (106/251) |
| 3141 | 2026-02-27T02:16:09.955Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3142 | 2026-02-27T02:16:09.958Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3143 | 2026-02-27T02:16:09.958Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3144 | 2026-02-27T02:16:09.963Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 3145 | 2026-02-27T02:16:10.062Z | |
| 3146 | 2026-02-27T02:16:10.062Z | info: running `cargo check --bins` on clickhouse-admin-server-client (107/251) |
| 3147 | 2026-02-27T02:16:10.839Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3148 | 2026-02-27T02:16:10.842Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3149 | 2026-02-27T02:16:10.842Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3150 | 2026-02-27T02:16:10.847Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 3151 | 2026-02-27T02:16:10.948Z | |
| 3152 | 2026-02-27T02:16:10.948Z | info: running `cargo check --bins` on clickhouse-admin-single-client (108/251) |
| 3153 | 2026-02-27T02:16:11.715Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3154 | 2026-02-27T02:16:11.718Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3155 | 2026-02-27T02:16:11.718Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3156 | 2026-02-27T02:16:11.723Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3157 | 2026-02-27T02:16:11.817Z | |
| 3158 | 2026-02-27T02:16:11.817Z | info: running `cargo check --bins` on cockroach-admin-client (109/251) |
| 3159 | 2026-02-27T02:16:12.587Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3160 | 2026-02-27T02:16:12.590Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3161 | 2026-02-27T02:16:12.590Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3162 | 2026-02-27T02:16:12.594Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 3163 | 2026-02-27T02:16:12.689Z | |
| 3164 | 2026-02-27T02:16:12.689Z | info: running `cargo check --bins` on omicron-ddm-admin-client (110/251) |
| 3165 | 2026-02-27T02:16:13.482Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3166 | 2026-02-27T02:16:13.486Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3167 | 2026-02-27T02:16:13.486Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3168 | 2026-02-27T02:16:13.490Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 3169 | 2026-02-27T02:16:13.586Z | |
| 3170 | 2026-02-27T02:16:13.586Z | info: running `cargo check --bins` on dns-service-client (111/251) |
| 3171 | 2026-02-27T02:16:14.359Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3172 | 2026-02-27T02:16:14.362Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3173 | 2026-02-27T02:16:14.362Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3174 | 2026-02-27T02:16:14.367Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 3175 | 2026-02-27T02:16:14.460Z | |
| 3176 | 2026-02-27T02:16:14.460Z | info: running `cargo check --bins` on installinator-client (112/251) |
| 3177 | 2026-02-27T02:16:15.237Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3178 | 2026-02-27T02:16:15.240Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3179 | 2026-02-27T02:16:15.240Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3180 | 2026-02-27T02:16:15.245Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 3181 | 2026-02-27T02:16:15.338Z | |
| 3182 | 2026-02-27T02:16:15.338Z | info: running `cargo check --bins` on nexus-client (113/251) |
| 3183 | 2026-02-27T02:16:16.163Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3184 | 2026-02-27T02:16:16.166Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3185 | 2026-02-27T02:16:16.166Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3186 | 2026-02-27T02:16:16.171Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
| 3187 | 2026-02-27T02:16:16.279Z | |
| 3188 | 2026-02-27T02:16:16.279Z | info: running `cargo check --bins` on nexus-lockstep-client (114/251) |
| 3189 | 2026-02-27T02:16:17.087Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3190 | 2026-02-27T02:16:17.090Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3191 | 2026-02-27T02:16:17.091Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3192 | 2026-02-27T02:16:17.095Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
| 3193 | 2026-02-27T02:16:17.203Z | |
| 3194 | 2026-02-27T02:16:17.203Z | info: running `cargo check --bins` on ntp-admin-client (115/251) |
| 3195 | 2026-02-27T02:16:17.962Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3196 | 2026-02-27T02:16:17.965Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3197 | 2026-02-27T02:16:17.965Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3198 | 2026-02-27T02:16:17.969Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3199 | 2026-02-27T02:16:18.060Z | |
| 3200 | 2026-02-27T02:16:18.060Z | info: running `cargo check --bins` on oxide-client (116/251) |
| 3201 | 2026-02-27T02:16:18.821Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3202 | 2026-02-27T02:16:18.824Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3203 | 2026-02-27T02:16:18.824Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3204 | 2026-02-27T02:16:18.829Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3205 | 2026-02-27T02:16:18.919Z | |
| 3206 | 2026-02-27T02:16:18.920Z | info: running `cargo check --bins` on oximeter-client (117/251) |
| 3207 | 2026-02-27T02:16:19.682Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3208 | 2026-02-27T02:16:19.685Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3209 | 2026-02-27T02:16:19.686Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3210 | 2026-02-27T02:16:19.689Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3211 | 2026-02-27T02:16:19.784Z | |
| 3212 | 2026-02-27T02:16:19.784Z | info: running `cargo check --bins` on repo-depot-client (118/251) |
| 3213 | 2026-02-27T02:16:20.537Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3214 | 2026-02-27T02:16:20.540Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3215 | 2026-02-27T02:16:20.540Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3216 | 2026-02-27T02:16:20.546Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 3217 | 2026-02-27T02:16:20.635Z | |
| 3218 | 2026-02-27T02:16:20.635Z | info: running `cargo check --bins` on sled-agent-client (119/251) |
| 3219 | 2026-02-27T02:16:21.427Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3220 | 2026-02-27T02:16:21.431Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3221 | 2026-02-27T02:16:21.431Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3222 | 2026-02-27T02:16:21.435Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 3223 | 2026-02-27T02:16:21.533Z | |
| 3224 | 2026-02-27T02:16:21.533Z | info: running `cargo check --bins` on wicketd-client (120/251) |
| 3225 | 2026-02-27T02:16:22.327Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3226 | 2026-02-27T02:16:22.330Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3227 | 2026-02-27T02:16:22.330Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3228 | 2026-02-27T02:16:22.335Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 3229 | 2026-02-27T02:16:22.442Z | |
| 3230 | 2026-02-27T02:16:22.442Z | info: running `cargo check --bins` on installinator-common (121/251) |
| 3231 | 2026-02-27T02:16:23.215Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3232 | 2026-02-27T02:16:23.218Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3233 | 2026-02-27T02:16:23.218Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3234 | 2026-02-27T02:16:23.222Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 3235 | 2026-02-27T02:16:23.317Z | |
| 3236 | 2026-02-27T02:16:23.317Z | info: running `cargo check --bins` on installinator-common-versions (122/251) |
| 3237 | 2026-02-27T02:16:24.060Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3238 | 2026-02-27T02:16:24.063Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3239 | 2026-02-27T02:16:24.063Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3240 | 2026-02-27T02:16:24.067Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3241 | 2026-02-27T02:16:24.163Z | |
| 3242 | 2026-02-27T02:16:24.163Z | info: running `cargo check --bins` on wicket-common (123/251) |
| 3243 | 2026-02-27T02:16:24.961Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3244 | 2026-02-27T02:16:24.965Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3245 | 2026-02-27T02:16:24.965Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3246 | 2026-02-27T02:16:24.969Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 3247 | 2026-02-27T02:16:25.066Z | |
| 3248 | 2026-02-27T02:16:25.066Z | info: running `cargo check --bins` on omicron-cockroach-admin (124/251) |
| 3249 | 2026-02-27T02:16:25.871Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3250 | 2026-02-27T02:16:25.874Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3251 | 2026-02-27T02:16:26.003Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3252 | 2026-02-27T02:16:26.007Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3253 | 2026-02-27T02:16:26.136Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3254 | 2026-02-27T02:16:26.328Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3255 | 2026-02-27T02:16:28.034Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.96s |
| 3256 | 2026-02-27T02:16:28.250Z | |
| 3257 | 2026-02-27T02:16:28.250Z | info: running `cargo check --bins` on cockroach-admin-api (125/251) |
| 3258 | 2026-02-27T02:16:29.017Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3259 | 2026-02-27T02:16:29.021Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3260 | 2026-02-27T02:16:29.021Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3261 | 2026-02-27T02:16:29.025Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3262 | 2026-02-27T02:16:29.118Z | |
| 3263 | 2026-02-27T02:16:29.118Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (126/251) |
| 3264 | 2026-02-27T02:16:30.029Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3265 | 2026-02-27T02:16:30.033Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3266 | 2026-02-27T02:16:30.033Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3267 | 2026-02-27T02:16:30.039Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
| 3268 | 2026-02-27T02:16:30.157Z | |
| 3269 | 2026-02-27T02:16:30.157Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (127/251) |
| 3270 | 2026-02-27T02:16:31.031Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3271 | 2026-02-27T02:16:31.034Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3272 | 2026-02-27T02:16:31.034Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3273 | 2026-02-27T02:16:31.040Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
| 3274 | 2026-02-27T02:16:31.161Z | |
| 3275 | 2026-02-27T02:16:31.161Z | info: running `cargo check --bins` on dns-server (128/251) |
| 3276 | 2026-02-27T02:16:31.920Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3277 | 2026-02-27T02:16:31.924Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3278 | 2026-02-27T02:16:32.043Z | Compiling parking_lot_core v0.8.6 |
| 3279 | 2026-02-27T02:16:32.046Z | Compiling moka v0.12.10 |
| 3280 | 2026-02-27T02:16:32.046Z | Checking tagptr v0.2.0 |
| 3281 | 2026-02-27T02:16:32.189Z | Checking prefix-trie v0.7.0 |
| 3282 | 2026-02-27T02:16:32.193Z | Checking fxhash v0.2.1 |
| 3283 | 2026-02-27T02:16:32.193Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3284 | 2026-02-27T02:16:32.193Z | Checking hickory-client v0.25.2 |
| 3285 | 2026-02-27T02:16:32.203Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3286 | 2026-02-27T02:16:32.794Z | Checking hickory-server v0.25.2 |
| 3287 | 2026-02-27T02:16:32.911Z | Checking parking_lot v0.11.2 |
| 3288 | 2026-02-27T02:16:33.159Z | Checking sled v0.34.7 |
| 3289 | 2026-02-27T02:16:33.526Z | Checking hickory-resolver v0.25.2 |
| 3290 | 2026-02-27T02:16:35.051Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3291 | 2026-02-27T02:16:36.569Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.41s |
| 3292 | 2026-02-27T02:16:36.772Z | |
| 3293 | 2026-02-27T02:16:36.772Z | info: running `cargo check --bins` on dns-server-api (129/251) |
| 3294 | 2026-02-27T02:16:37.559Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3295 | 2026-02-27T02:16:37.562Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3296 | 2026-02-27T02:16:37.562Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3297 | 2026-02-27T02:16:37.567Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 3298 | 2026-02-27T02:16:37.667Z | |
| 3299 | 2026-02-27T02:16:37.667Z | info: running `cargo check --bins` on gateway-test-utils (130/251) |
| 3300 | 2026-02-27T02:16:38.506Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3301 | 2026-02-27T02:16:38.509Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3302 | 2026-02-27T02:16:38.509Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3303 | 2026-02-27T02:16:38.512Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
| 3304 | 2026-02-27T02:16:38.615Z | |
| 3305 | 2026-02-27T02:16:38.615Z | info: running `cargo check --bins` on omicron-gateway (131/251) |
| 3306 | 2026-02-27T02:16:39.453Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3307 | 2026-02-27T02:16:39.456Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3308 | 2026-02-27T02:16:39.644Z | Compiling radium v0.7.0 |
| 3309 | 2026-02-27T02:16:39.647Z | Checking tap v1.0.1 |
| 3310 | 2026-02-27T02:16:39.648Z | Compiling maybe-uninit v2.0.0 |
| 3311 | 2026-02-27T02:16:39.806Z | Compiling zerocopy-derive v0.6.6 |
| 3312 | 2026-02-27T02:16:39.810Z | Checking crc-catalog v2.4.0 |
| 3313 | 2026-02-27T02:16:39.810Z | Compiling packed_struct v0.10.1 |
| 3314 | 2026-02-27T02:16:39.825Z | Checking funty v2.0.0 |
| 3315 | 2026-02-27T02:16:39.882Z | Compiling packed_struct_codegen v0.10.1 |
| 3316 | 2026-02-27T02:16:39.939Z | Checking wyz v0.5.1 |
| 3317 | 2026-02-27T02:16:39.983Z | Checking crc v3.2.1 |
| 3318 | 2026-02-27T02:16:40.331Z | Compiling bitfield-macros v0.19.2 |
| 3319 | 2026-02-27T02:16:40.376Z | Compiling indexmap v1.9.3 |
| 3320 | 2026-02-27T02:16:40.416Z | Checking nodrop v0.1.14 |
| 3321 | 2026-02-27T02:16:40.518Z | Checking smallvec v0.6.14 |
| 3322 | 2026-02-27T02:16:40.569Z | Checking array-init v0.0.4 |
| 3323 | 2026-02-27T02:16:40.640Z | Checking hashbrown v0.12.3 |
| 3324 | 2026-02-27T02:16:40.672Z | Checking bitvec v1.0.1 |
| 3325 | 2026-02-27T02:16:40.785Z | Checking ron v0.8.1 |
| 3326 | 2026-02-27T02:16:40.925Z | Checking hashbrown v0.13.2 |
| 3327 | 2026-02-27T02:16:41.545Z | Checking serde-hex v0.1.0 |
| 3328 | 2026-02-27T02:16:41.737Z | Checking zerocopy v0.6.6 |
| 3329 | 2026-02-27T02:16:41.823Z | Checking bitfield v0.19.2 |
| 3330 | 2026-02-27T02:16:41.902Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3331 | 2026-02-27T02:16:41.987Z | Checking crc-any v2.5.0 |
| 3332 | 2026-02-27T02:16:42.283Z | Checking half v1.8.3 |
| 3333 | 2026-02-27T02:16:42.305Z | Checking path-slash v0.1.5 |
| 3334 | 2026-02-27T02:16:42.326Z | Checking object v0.30.4 |
| 3335 | 2026-02-27T02:16:42.329Z | Checking void v1.0.2 |
| 3336 | 2026-02-27T02:16:42.376Z | Checking tungstenite v0.23.0 |
| 3337 | 2026-02-27T02:16:42.432Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3338 | 2026-02-27T02:16:42.477Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3339 | 2026-02-27T02:16:42.520Z | Checking lzss v0.8.2 |
| 3340 | 2026-02-27T02:16:42.727Z | Checking serde_cbor v0.11.2 |
| 3341 | 2026-02-27T02:16:42.730Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3342 | 2026-02-27T02:16:42.880Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3343 | 2026-02-27T02:16:42.989Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3344 | 2026-02-27T02:16:43.011Z | Checking nix v0.27.1 |
| 3345 | 2026-02-27T02:16:43.265Z | Checking kstat-rs v0.2.4 |
| 3346 | 2026-02-27T02:16:43.560Z | Checking serde_bytes v0.11.19 |
| 3347 | 2026-02-27T02:16:43.629Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3348 | 2026-02-27T02:16:43.670Z | Checking tokio-tungstenite v0.23.1 |
| 3349 | 2026-02-27T02:16:43.893Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3350 | 2026-02-27T02:16:44.185Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3351 | 2026-02-27T02:16:44.264Z | Checking signal-hook-tokio v0.3.1 |
| 3352 | 2026-02-27T02:16:46.118Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3353 | 2026-02-27T02:16:46.242Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4) |
| 3354 | 2026-02-27T02:16:50.860Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4) |
| 3355 | 2026-02-27T02:16:52.351Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3356 | 2026-02-27T02:16:52.796Z | Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 3357 | 2026-02-27T02:16:54.650Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3358 | 2026-02-27T02:16:57.963Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.34s |
| 3359 | 2026-02-27T02:16:58.194Z | |
| 3360 | 2026-02-27T02:16:58.194Z | info: running `cargo check --bins` on gateway-api (132/251) |
| 3361 | 2026-02-27T02:16:58.972Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3362 | 2026-02-27T02:16:58.975Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3363 | 2026-02-27T02:16:58.975Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3364 | 2026-02-27T02:16:58.980Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 3365 | 2026-02-27T02:16:59.077Z | |
| 3366 | 2026-02-27T02:16:59.077Z | info: running `cargo check --bins` on ipcc (133/251) |
| 3367 | 2026-02-27T02:16:59.867Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3368 | 2026-02-27T02:16:59.869Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3369 | 2026-02-27T02:16:59.870Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3370 | 2026-02-27T02:16:59.874Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 3371 | 2026-02-27T02:16:59.968Z | |
| 3372 | 2026-02-27T02:16:59.968Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (134/251) |
| 3373 | 2026-02-27T02:17:00.730Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3374 | 2026-02-27T02:17:00.733Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3375 | 2026-02-27T02:17:00.733Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3376 | 2026-02-27T02:17:00.738Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3377 | 2026-02-27T02:17:00.831Z | |
| 3378 | 2026-02-27T02:17:00.831Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (135/251) |
| 3379 | 2026-02-27T02:17:01.612Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3380 | 2026-02-27T02:17:01.616Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3381 | 2026-02-27T02:17:01.616Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3382 | 2026-02-27T02:17:01.620Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 3383 | 2026-02-27T02:17:01.714Z | |
| 3384 | 2026-02-27T02:17:01.714Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (136/251) |
| 3385 | 2026-02-27T02:17:02.484Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3386 | 2026-02-27T02:17:02.537Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3387 | 2026-02-27T02:17:02.537Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3388 | 2026-02-27T02:17:02.537Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 3389 | 2026-02-27T02:17:02.585Z | |
| 3390 | 2026-02-27T02:17:02.587Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (137/251) |
| 3391 | 2026-02-27T02:17:03.367Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3392 | 2026-02-27T02:17:03.370Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3393 | 2026-02-27T02:17:03.370Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3394 | 2026-02-27T02:17:03.375Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 3395 | 2026-02-27T02:17:03.473Z | |
| 3396 | 2026-02-27T02:17:03.473Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (138/251) |
| 3397 | 2026-02-27T02:17:04.259Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3398 | 2026-02-27T02:17:04.262Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3399 | 2026-02-27T02:17:04.262Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3400 | 2026-02-27T02:17:04.267Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 3401 | 2026-02-27T02:17:04.361Z | |
| 3402 | 2026-02-27T02:17:04.361Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (139/251) |
| 3403 | 2026-02-27T02:17:05.136Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3404 | 2026-02-27T02:17:05.139Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3405 | 2026-02-27T02:17:05.139Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3406 | 2026-02-27T02:17:05.144Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 3407 | 2026-02-27T02:17:05.238Z | |
| 3408 | 2026-02-27T02:17:05.238Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (140/251) |
| 3409 | 2026-02-27T02:17:06.016Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3410 | 2026-02-27T02:17:06.019Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3411 | 2026-02-27T02:17:06.019Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3412 | 2026-02-27T02:17:06.024Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 3413 | 2026-02-27T02:17:06.124Z | |
| 3414 | 2026-02-27T02:17:06.124Z | info: running `cargo check --bins` on oximeter-producer (141/251) |
| 3415 | 2026-02-27T02:17:06.947Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3416 | 2026-02-27T02:17:06.950Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3417 | 2026-02-27T02:17:06.950Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3418 | 2026-02-27T02:17:06.955Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
| 3419 | 2026-02-27T02:17:07.061Z | |
| 3420 | 2026-02-27T02:17:07.061Z | info: running `cargo check --bins` on internal-dns-resolver (142/251) |
| 3421 | 2026-02-27T02:17:07.849Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3422 | 2026-02-27T02:17:07.852Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3423 | 2026-02-27T02:17:07.852Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3424 | 2026-02-27T02:17:07.857Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 3425 | 2026-02-27T02:17:07.951Z | |
| 3426 | 2026-02-27T02:17:07.951Z | info: running `cargo check --bins` on sp-sim (143/251) |
| 3427 | 2026-02-27T02:17:08.795Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3428 | 2026-02-27T02:17:08.798Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3429 | 2026-02-27T02:17:08.965Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3430 | 2026-02-27T02:17:11.728Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.77s |
| 3431 | 2026-02-27T02:17:11.970Z | |
| 3432 | 2026-02-27T02:17:11.970Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (144/251) |
| 3433 | 2026-02-27T02:17:12.840Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3434 | 2026-02-27T02:17:12.843Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3435 | 2026-02-27T02:17:12.843Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3436 | 2026-02-27T02:17:12.849Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
| 3437 | 2026-02-27T02:17:12.955Z | |
| 3438 | 2026-02-27T02:17:12.955Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (145/251) |
| 3439 | 2026-02-27T02:17:13.800Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3440 | 2026-02-27T02:17:13.803Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3441 | 2026-02-27T02:17:13.804Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3442 | 2026-02-27T02:17:13.808Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
| 3443 | 2026-02-27T02:17:13.923Z | |
| 3444 | 2026-02-27T02:17:13.923Z | info: running `cargo check --bins` on db-macros (146/251) |
| 3445 | 2026-02-27T02:17:14.680Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3446 | 2026-02-27T02:17:14.683Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3447 | 2026-02-27T02:17:14.683Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3448 | 2026-02-27T02:17:14.687Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 3449 | 2026-02-27T02:17:14.779Z | |
| 3450 | 2026-02-27T02:17:14.779Z | info: running `cargo check --bins` on nexus-macros-common (147/251) |
| 3451 | 2026-02-27T02:17:15.538Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3452 | 2026-02-27T02:17:15.542Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3453 | 2026-02-27T02:17:15.542Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3454 | 2026-02-27T02:17:15.546Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3455 | 2026-02-27T02:17:15.643Z | |
| 3456 | 2026-02-27T02:17:15.643Z | info: running `cargo check --bins` on nexus-auth (148/251) |
| 3457 | 2026-02-27T02:17:16.487Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3458 | 2026-02-27T02:17:16.490Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3459 | 2026-02-27T02:17:16.490Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3460 | 2026-02-27T02:17:16.495Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
| 3461 | 2026-02-27T02:17:16.607Z | |
| 3462 | 2026-02-27T02:17:16.607Z | info: running `cargo check --bins` on authz-macros (149/251) |
| 3463 | 2026-02-27T02:17:17.375Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3464 | 2026-02-27T02:17:17.378Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3465 | 2026-02-27T02:17:17.378Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3466 | 2026-02-27T02:17:17.383Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 3467 | 2026-02-27T02:17:17.479Z | |
| 3468 | 2026-02-27T02:17:17.479Z | info: running `cargo check --bins` on nexus-db-fixed-data (150/251) |
| 3469 | 2026-02-27T02:17:18.296Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3470 | 2026-02-27T02:17:18.299Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3471 | 2026-02-27T02:17:18.299Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3472 | 2026-02-27T02:17:18.303Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
| 3473 | 2026-02-27T02:17:18.407Z | |
| 3474 | 2026-02-27T02:17:18.407Z | info: running `cargo check --bins` on nexus-db-model (151/251) |
| 3475 | 2026-02-27T02:17:19.226Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3476 | 2026-02-27T02:17:19.229Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3477 | 2026-02-27T02:17:19.229Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3478 | 2026-02-27T02:17:19.234Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
| 3479 | 2026-02-27T02:17:19.341Z | |
| 3480 | 2026-02-27T02:17:19.342Z | info: running `cargo check --bins` on nexus-db-schema (152/251) |
| 3481 | 2026-02-27T02:17:20.104Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3482 | 2026-02-27T02:17:20.107Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3483 | 2026-02-27T02:17:20.107Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3484 | 2026-02-27T02:17:20.111Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3485 | 2026-02-27T02:17:20.202Z | |
| 3486 | 2026-02-27T02:17:20.202Z | info: running `cargo check --bins` on omicron-rpaths (153/251) |
| 3487 | 2026-02-27T02:17:20.962Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3488 | 2026-02-27T02:17:20.965Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3489 | 2026-02-27T02:17:20.965Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3490 | 2026-02-27T02:17:20.970Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3491 | 2026-02-27T02:17:21.060Z | |
| 3492 | 2026-02-27T02:17:21.060Z | info: running `cargo check --bins` on nexus-defaults (154/251) |
| 3493 | 2026-02-27T02:17:21.830Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3494 | 2026-02-27T02:17:21.833Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3495 | 2026-02-27T02:17:21.833Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3496 | 2026-02-27T02:17:21.837Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 3497 | 2026-02-27T02:17:21.931Z | |
| 3498 | 2026-02-27T02:17:21.931Z | info: running `cargo check --bins` on omicron-cockroach-metrics (155/251) |
| 3499 | 2026-02-27T02:17:22.685Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3500 | 2026-02-27T02:17:22.688Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3501 | 2026-02-27T02:17:22.688Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3502 | 2026-02-27T02:17:22.692Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 3503 | 2026-02-27T02:17:22.793Z | |
| 3504 | 2026-02-27T02:17:22.793Z | info: running `cargo check --bins` on parallel-task-set (156/251) |
| 3505 | 2026-02-27T02:17:23.554Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3506 | 2026-02-27T02:17:23.557Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3507 | 2026-02-27T02:17:23.557Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3508 | 2026-02-27T02:17:23.561Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3509 | 2026-02-27T02:17:23.651Z | |
| 3510 | 2026-02-27T02:17:23.651Z | info: running `cargo check --bins` on nexus-db-errors (157/251) |
| 3511 | 2026-02-27T02:17:24.492Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3512 | 2026-02-27T02:17:24.495Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3513 | 2026-02-27T02:17:24.495Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3514 | 2026-02-27T02:17:24.502Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
| 3515 | 2026-02-27T02:17:24.610Z | |
| 3516 | 2026-02-27T02:17:24.610Z | info: running `cargo check --bins` on nexus-db-lookup (158/251) |
| 3517 | 2026-02-27T02:17:25.443Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3518 | 2026-02-27T02:17:25.446Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3519 | 2026-02-27T02:17:25.446Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3520 | 2026-02-27T02:17:25.451Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
| 3521 | 2026-02-27T02:17:25.561Z | |
| 3522 | 2026-02-27T02:17:25.561Z | info: running `cargo check --bins` on nexus-inventory (159/251) |
| 3523 | 2026-02-27T02:17:26.400Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3524 | 2026-02-27T02:17:26.403Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3525 | 2026-02-27T02:17:26.403Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3526 | 2026-02-27T02:17:26.409Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
| 3527 | 2026-02-27T02:17:26.515Z | |
| 3528 | 2026-02-27T02:17:26.515Z | info: running `cargo check --bins` on sled-agent-resolvable-files-examples (160/251) |
| 3529 | 2026-02-27T02:17:27.319Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3530 | 2026-02-27T02:17:27.322Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3531 | 2026-02-27T02:17:27.322Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3532 | 2026-02-27T02:17:27.326Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 3533 | 2026-02-27T02:17:27.423Z | |
| 3534 | 2026-02-27T02:17:27.423Z | info: running `cargo check --bins --no-default-features` on sled-storage (161/251) |
| 3535 | 2026-02-27T02:17:28.230Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3536 | 2026-02-27T02:17:28.234Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3537 | 2026-02-27T02:17:28.234Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3538 | 2026-02-27T02:17:28.239Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
| 3539 | 2026-02-27T02:17:28.335Z | |
| 3540 | 2026-02-27T02:17:28.335Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (162/251) |
| 3541 | 2026-02-27T02:17:29.128Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3542 | 2026-02-27T02:17:29.132Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3543 | 2026-02-27T02:17:29.132Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3544 | 2026-02-27T02:17:29.136Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 3545 | 2026-02-27T02:17:29.236Z | |
| 3546 | 2026-02-27T02:17:29.237Z | info: running `cargo check --bins` on key-manager (163/251) |
| 3547 | 2026-02-27T02:17:30.013Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3548 | 2026-02-27T02:17:30.017Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3549 | 2026-02-27T02:17:30.017Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3550 | 2026-02-27T02:17:30.021Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 3551 | 2026-02-27T02:17:30.121Z | |
| 3552 | 2026-02-27T02:17:30.122Z | info: running `cargo check --bins --no-default-features` on sled-hardware (164/251) |
| 3553 | 2026-02-27T02:17:30.910Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3554 | 2026-02-27T02:17:30.912Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3555 | 2026-02-27T02:17:30.912Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3556 | 2026-02-27T02:17:30.918Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 3557 | 2026-02-27T02:17:31.012Z | |
| 3558 | 2026-02-27T02:17:31.012Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (165/251) |
| 3559 | 2026-02-27T02:17:31.787Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3560 | 2026-02-27T02:17:31.790Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3561 | 2026-02-27T02:17:31.790Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3562 | 2026-02-27T02:17:31.794Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 3563 | 2026-02-27T02:17:31.890Z | |
| 3564 | 2026-02-27T02:17:31.890Z | info: running `cargo check --bins` on typed-rng (166/251) |
| 3565 | 2026-02-27T02:17:32.642Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3566 | 2026-02-27T02:17:32.645Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3567 | 2026-02-27T02:17:32.645Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3568 | 2026-02-27T02:17:32.650Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 3569 | 2026-02-27T02:17:32.746Z | |
| 3570 | 2026-02-27T02:17:32.746Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (167/251) |
| 3571 | 2026-02-27T02:17:33.608Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3572 | 2026-02-27T02:17:33.612Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3573 | 2026-02-27T02:17:33.923Z | Compiling libefi-sys v0.1.0 |
| 3574 | 2026-02-27T02:17:33.926Z | Compiling bitfield-struct v0.6.2 |
| 3575 | 2026-02-27T02:17:33.927Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3576 | 2026-02-27T02:17:34.105Z | Compiling xshell-macros v0.2.7 |
| 3577 | 2026-02-27T02:17:34.108Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3578 | 2026-02-27T02:17:34.136Z | Compiling salty v0.3.0 |
| 3579 | 2026-02-27T02:17:34.160Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3580 | 2026-02-27T02:17:34.180Z | Compiling progenitor-impl v0.10.0 |
| 3581 | 2026-02-27T02:17:34.180Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3582 | 2026-02-27T02:17:34.369Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3583 | 2026-02-27T02:17:34.825Z | Checking xshell v0.2.7 |
| 3584 | 2026-02-27T02:17:34.832Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3585 | 2026-02-27T02:17:35.119Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3586 | 2026-02-27T02:17:35.174Z | Checking primeorder v0.13.6 |
| 3587 | 2026-02-27T02:17:35.196Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3588 | 2026-02-27T02:17:35.409Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3589 | 2026-02-27T02:17:35.432Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3590 | 2026-02-27T02:17:35.625Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3591 | 2026-02-27T02:17:35.656Z | Checking p384 v0.13.1 |
| 3592 | 2026-02-27T02:17:35.973Z | Compiling proc-macro-error2 v2.0.1 |
| 3593 | 2026-02-27T02:17:35.991Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3594 | 2026-02-27T02:17:36.474Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3595 | 2026-02-27T02:17:36.592Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3596 | 2026-02-27T02:17:36.594Z | Compiling num-derive v0.3.3 |
| 3597 | 2026-02-27T02:17:36.731Z | Compiling unicase v2.8.1 |
| 3598 | 2026-02-27T02:17:36.905Z | Compiling tabled_derive v0.11.0 |
| 3599 | 2026-02-27T02:17:37.143Z | Compiling mime_guess v2.0.5 |
| 3600 | 2026-02-27T02:17:37.482Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3601 | 2026-02-27T02:17:38.182Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3602 | 2026-02-27T02:17:38.306Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3603 | 2026-02-27T02:17:38.331Z | Checking papergrid v0.17.0 |
| 3604 | 2026-02-27T02:17:38.729Z | Checking libscf-sys v1.1.0 |
| 3605 | 2026-02-27T02:17:38.985Z | Checking testing_table v0.3.0 |
| 3606 | 2026-02-27T02:17:39.138Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3607 | 2026-02-27T02:17:39.489Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3608 | 2026-02-27T02:17:39.586Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 3609 | 2026-02-27T02:17:40.167Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3610 | 2026-02-27T02:17:40.212Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3611 | 2026-02-27T02:17:40.253Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 3612 | 2026-02-27T02:17:40.367Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3613 | 2026-02-27T02:17:40.568Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3614 | 2026-02-27T02:17:40.608Z | Checking corncobs v0.1.4 |
| 3615 | 2026-02-27T02:17:40.750Z | Checking tabled v0.20.0 |
| 3616 | 2026-02-27T02:17:40.814Z | Compiling progenitor-macro v0.10.0 |
| 3617 | 2026-02-27T02:17:40.838Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3618 | 2026-02-27T02:17:40.880Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3619 | 2026-02-27T02:17:41.004Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3620 | 2026-02-27T02:17:41.276Z | Checking secrecy v0.8.0 |
| 3621 | 2026-02-27T02:17:41.368Z | Checking http-range v0.1.5 |
| 3622 | 2026-02-27T02:17:41.492Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 3623 | 2026-02-27T02:17:41.699Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3624 | 2026-02-27T02:17:41.774Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3625 | 2026-02-27T02:17:41.823Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d) |
| 3626 | 2026-02-27T02:17:42.544Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 3627 | 2026-02-27T02:17:42.607Z | Checking atty v0.2.14 |
| 3628 | 2026-02-27T02:17:42.767Z | Checking crc8 v0.1.1 |
| 3629 | 2026-02-27T02:17:42.802Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d) |
| 3630 | 2026-02-27T02:17:42.944Z | Checking hyper-staticfile v0.10.1 |
| 3631 | 2026-02-27T02:17:43.173Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3632 | 2026-02-27T02:17:43.451Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3633 | 2026-02-27T02:17:43.516Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3634 | 2026-02-27T02:17:43.575Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3635 | 2026-02-27T02:17:43.919Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3636 | 2026-02-27T02:17:43.955Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3637 | 2026-02-27T02:17:44.014Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3638 | 2026-02-27T02:17:44.082Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3639 | 2026-02-27T02:17:44.557Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3640 | 2026-02-27T02:17:44.623Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3641 | 2026-02-27T02:17:44.714Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3642 | 2026-02-27T02:17:45.113Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3643 | 2026-02-27T02:17:47.295Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3644 | 2026-02-27T02:17:47.549Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3645 | 2026-02-27T02:17:47.595Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3646 | 2026-02-27T02:17:48.259Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3647 | 2026-02-27T02:17:48.694Z | Checking progenitor v0.10.0 |
| 3648 | 2026-02-27T02:17:48.801Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3649 | 2026-02-27T02:17:48.876Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3650 | 2026-02-27T02:17:48.879Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3651 | 2026-02-27T02:17:48.879Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3652 | 2026-02-27T02:17:48.965Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3653 | 2026-02-27T02:17:51.859Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3654 | 2026-02-27T02:18:01.106Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3655 | 2026-02-27T02:18:18.631Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.87s |
| 3656 | 2026-02-27T02:18:18.874Z | |
| 3657 | 2026-02-27T02:18:18.874Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (168/251) |
| 3658 | 2026-02-27T02:18:19.764Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3659 | 2026-02-27T02:18:19.767Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3660 | 2026-02-27T02:18:19.996Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3661 | 2026-02-27T02:18:38.060Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.17s |
| 3662 | 2026-02-27T02:18:38.300Z | |
| 3663 | 2026-02-27T02:18:38.300Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (169/251) |
| 3664 | 2026-02-27T02:18:39.174Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3665 | 2026-02-27T02:18:39.177Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3666 | 2026-02-27T02:18:39.394Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3667 | 2026-02-27T02:18:57.402Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.09s |
| 3668 | 2026-02-27T02:18:57.639Z | |
| 3669 | 2026-02-27T02:18:57.639Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (170/251) |
| 3670 | 2026-02-27T02:18:58.509Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3671 | 2026-02-27T02:18:58.513Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3672 | 2026-02-27T02:18:58.736Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3673 | 2026-02-27T02:19:16.077Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.43s |
| 3674 | 2026-02-27T02:19:16.314Z | |
| 3675 | 2026-02-27T02:19:16.314Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (171/251) |
| 3676 | 2026-02-27T02:19:17.183Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3677 | 2026-02-27T02:19:17.186Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3678 | 2026-02-27T02:19:17.409Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3679 | 2026-02-27T02:19:35.416Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.09s |
| 3680 | 2026-02-27T02:19:35.657Z | |
| 3681 | 2026-02-27T02:19:35.657Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (172/251) |
| 3682 | 2026-02-27T02:19:36.520Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3683 | 2026-02-27T02:19:36.523Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3684 | 2026-02-27T02:19:36.746Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3685 | 2026-02-27T02:19:54.692Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.02s |
| 3686 | 2026-02-27T02:19:54.932Z | |
| 3687 | 2026-02-27T02:19:54.932Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (173/251) |
| 3688 | 2026-02-27T02:19:55.794Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3689 | 2026-02-27T02:19:55.797Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3690 | 2026-02-27T02:19:56.021Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3691 | 2026-02-27T02:20:14.146Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.20s |
| 3692 | 2026-02-27T02:20:14.384Z | |
| 3693 | 2026-02-27T02:20:14.384Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (174/251) |
| 3694 | 2026-02-27T02:20:15.242Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3695 | 2026-02-27T02:20:15.245Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3696 | 2026-02-27T02:20:15.464Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3697 | 2026-02-27T02:20:32.550Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.15s |
| 3698 | 2026-02-27T02:20:32.781Z | |
| 3699 | 2026-02-27T02:20:32.782Z | info: running `cargo check --bins` on bootstrap-agent-api (175/251) |
| 3700 | 2026-02-27T02:20:33.585Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3701 | 2026-02-27T02:20:33.588Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3702 | 2026-02-27T02:20:33.588Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3703 | 2026-02-27T02:20:33.593Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 3704 | 2026-02-27T02:20:33.697Z | |
| 3705 | 2026-02-27T02:20:33.697Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-api (176/251) |
| 3706 | 2026-02-27T02:20:34.482Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3707 | 2026-02-27T02:20:34.485Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3708 | 2026-02-27T02:20:34.485Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3709 | 2026-02-27T02:20:34.490Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 3710 | 2026-02-27T02:20:34.594Z | |
| 3711 | 2026-02-27T02:20:34.594Z | info: running `cargo check --bins` on range-requests (177/251) |
| 3712 | 2026-02-27T02:20:35.366Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3713 | 2026-02-27T02:20:35.368Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3714 | 2026-02-27T02:20:35.368Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3715 | 2026-02-27T02:20:35.373Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 3716 | 2026-02-27T02:20:35.474Z | |
| 3717 | 2026-02-27T02:20:35.474Z | info: running `cargo check --bins` on repo-depot-api (178/251) |
| 3718 | 2026-02-27T02:20:36.246Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3719 | 2026-02-27T02:20:36.249Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3720 | 2026-02-27T02:20:36.249Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3721 | 2026-02-27T02:20:36.254Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 3722 | 2026-02-27T02:20:36.349Z | |
| 3723 | 2026-02-27T02:20:36.349Z | info: running `cargo check --bins` on sled-agent-api (179/251) |
| 3724 | 2026-02-27T02:20:37.134Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3725 | 2026-02-27T02:20:37.137Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3726 | 2026-02-27T02:20:37.137Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3727 | 2026-02-27T02:20:37.141Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 3728 | 2026-02-27T02:20:37.245Z | |
| 3729 | 2026-02-27T02:20:37.245Z | info: running `cargo check --bins` on sled-diagnostics (180/251) |
| 3730 | 2026-02-27T02:20:38.039Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3731 | 2026-02-27T02:20:38.042Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3732 | 2026-02-27T02:20:38.042Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3733 | 2026-02-27T02:20:38.046Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 3734 | 2026-02-27T02:20:38.150Z | |
| 3735 | 2026-02-27T02:20:38.150Z | info: running `cargo check --bins` on zfs-test-harness (181/251) |
| 3736 | 2026-02-27T02:20:38.948Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3737 | 2026-02-27T02:20:38.951Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3738 | 2026-02-27T02:20:38.951Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3739 | 2026-02-27T02:20:38.955Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 3740 | 2026-02-27T02:20:39.060Z | |
| 3741 | 2026-02-27T02:20:39.060Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (182/251) |
| 3742 | 2026-02-27T02:20:39.853Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3743 | 2026-02-27T02:20:39.856Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3744 | 2026-02-27T02:20:39.856Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3745 | 2026-02-27T02:20:39.862Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 3746 | 2026-02-27T02:20:39.960Z | |
| 3747 | 2026-02-27T02:20:39.960Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (183/251) |
| 3748 | 2026-02-27T02:20:40.752Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3749 | 2026-02-27T02:20:40.755Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3750 | 2026-02-27T02:20:40.755Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3751 | 2026-02-27T02:20:40.760Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 3752 | 2026-02-27T02:20:40.866Z | |
| 3753 | 2026-02-27T02:20:40.866Z | info: running `cargo check --bins` on sled-agent-health-monitor (184/251) |
| 3754 | 2026-02-27T02:20:41.666Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3755 | 2026-02-27T02:20:41.669Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3756 | 2026-02-27T02:20:41.669Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3757 | 2026-02-27T02:20:41.673Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 3758 | 2026-02-27T02:20:41.778Z | |
| 3759 | 2026-02-27T02:20:41.778Z | info: running `cargo check --bins --no-default-features` on sled-agent-measurements (185/251) |
| 3760 | 2026-02-27T02:20:42.589Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3761 | 2026-02-27T02:20:42.592Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3762 | 2026-02-27T02:20:42.592Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3763 | 2026-02-27T02:20:42.597Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
| 3764 | 2026-02-27T02:20:42.702Z | |
| 3765 | 2026-02-27T02:20:42.702Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (186/251) |
| 3766 | 2026-02-27T02:20:43.498Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3767 | 2026-02-27T02:20:43.501Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3768 | 2026-02-27T02:20:43.501Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3769 | 2026-02-27T02:20:43.506Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 3770 | 2026-02-27T02:20:43.611Z | |
| 3771 | 2026-02-27T02:20:43.611Z | info: running `cargo check --bins` on sled-agent-resolvable-files (187/251) |
| 3772 | 2026-02-27T02:20:44.400Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3773 | 2026-02-27T02:20:44.403Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3774 | 2026-02-27T02:20:44.403Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3775 | 2026-02-27T02:20:44.408Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 3776 | 2026-02-27T02:20:44.513Z | |
| 3777 | 2026-02-27T02:20:44.513Z | info: running `cargo check --bins` on trust-quorum (188/251) |
| 3778 | 2026-02-27T02:20:45.311Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3779 | 2026-02-27T02:20:45.314Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3780 | 2026-02-27T02:20:45.314Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3781 | 2026-02-27T02:20:45.320Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 3782 | 2026-02-27T02:20:45.422Z | |
| 3783 | 2026-02-27T02:20:45.422Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (189/251) |
| 3784 | 2026-02-27T02:20:46.260Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3785 | 2026-02-27T02:20:46.263Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3786 | 2026-02-27T02:20:46.263Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3787 | 2026-02-27T02:20:46.267Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
| 3788 | 2026-02-27T02:20:46.373Z | |
| 3789 | 2026-02-27T02:20:46.373Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (190/251) |
| 3790 | 2026-02-27T02:20:47.209Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3791 | 2026-02-27T02:20:47.212Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3792 | 2026-02-27T02:20:47.212Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3793 | 2026-02-27T02:20:47.218Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
| 3794 | 2026-02-27T02:20:47.326Z | |
| 3795 | 2026-02-27T02:20:47.326Z | info: running `cargo check --bins` on update-common (191/251) |
| 3796 | 2026-02-27T02:20:48.114Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3797 | 2026-02-27T02:20:48.117Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3798 | 2026-02-27T02:20:48.117Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3799 | 2026-02-27T02:20:48.122Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 3800 | 2026-02-27T02:20:48.218Z | |
| 3801 | 2026-02-27T02:20:48.218Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (192/251) |
| 3802 | 2026-02-27T02:20:49.074Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3803 | 2026-02-27T02:20:49.077Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3804 | 2026-02-27T02:20:49.077Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3805 | 2026-02-27T02:20:49.083Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
| 3806 | 2026-02-27T02:20:49.189Z | |
| 3807 | 2026-02-27T02:20:49.189Z | info: running `cargo check --bins` on reconfigurator-cli (193/251) |
| 3808 | 2026-02-27T02:20:50.041Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3809 | 2026-02-27T02:20:50.044Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3810 | 2026-02-27T02:20:50.279Z | Compiling fs-err v2.11.0 |
| 3811 | 2026-02-27T02:20:50.282Z | Checking ignore v0.4.23 |
| 3812 | 2026-02-27T02:20:50.282Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 3813 | 2026-02-27T02:20:50.282Z | Checking predicates-tree v1.0.12 |
| 3814 | 2026-02-27T02:20:50.415Z | Checking parse-size v1.1.0 |
| 3815 | 2026-02-27T02:20:50.474Z | Checking rand_seeder v0.4.0 |
| 3816 | 2026-02-27T02:20:50.477Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3817 | 2026-02-27T02:20:50.497Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3818 | 2026-02-27T02:20:50.583Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3819 | 2026-02-27T02:20:50.642Z | Compiling petname v2.0.2 |
| 3820 | 2026-02-27T02:20:50.715Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3821 | 2026-02-27T02:20:50.975Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3822 | 2026-02-27T02:20:51.107Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3823 | 2026-02-27T02:20:51.187Z | Checking globwalk v0.9.1 |
| 3824 | 2026-02-27T02:20:51.237Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3825 | 2026-02-27T02:20:51.451Z | Checking sapling-renderdag v0.1.0 |
| 3826 | 2026-02-27T02:20:51.510Z | Checking camino-tempfile-ext v0.3.2 |
| 3827 | 2026-02-27T02:20:51.545Z | Checking sync-ptr v0.1.4 |
| 3828 | 2026-02-27T02:20:51.759Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3829 | 2026-02-27T02:20:51.895Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3830 | 2026-02-27T02:20:52.003Z | Checking assert_matches v1.5.0 |
| 3831 | 2026-02-27T02:20:52.577Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3832 | 2026-02-27T02:20:52.776Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3833 | 2026-02-27T02:20:52.780Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3834 | 2026-02-27T02:20:53.668Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3835 | 2026-02-27T02:20:55.884Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3836 | 2026-02-27T02:20:59.504Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.30s |
| 3837 | 2026-02-27T02:20:59.745Z | |
| 3838 | 2026-02-27T02:20:59.745Z | info: running `cargo check --bins` on omicron-repl-utils (194/251) |
| 3839 | 2026-02-27T02:21:00.508Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3840 | 2026-02-27T02:21:00.511Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3841 | 2026-02-27T02:21:00.511Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3842 | 2026-02-27T02:21:00.515Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3843 | 2026-02-27T02:21:00.607Z | |
| 3844 | 2026-02-27T02:21:00.607Z | info: running `cargo check --bins` on nexus-test-interface (195/251) |
| 3845 | 2026-02-27T02:21:01.450Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3846 | 2026-02-27T02:21:01.453Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3847 | 2026-02-27T02:21:01.453Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3848 | 2026-02-27T02:21:01.458Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
| 3849 | 2026-02-27T02:21:01.574Z | |
| 3850 | 2026-02-27T02:21:01.574Z | info: running `cargo check --bins` on oximeter-collector (196/251) |
| 3851 | 2026-02-27T02:21:02.397Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3852 | 2026-02-27T02:21:02.400Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3853 | 2026-02-27T02:21:02.569Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3854 | 2026-02-27T02:21:02.569Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3855 | 2026-02-27T02:21:03.552Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3856 | 2026-02-27T02:21:05.969Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.38s |
| 3857 | 2026-02-27T02:21:06.200Z | |
| 3858 | 2026-02-27T02:21:06.200Z | info: running `cargo check --bins` on oximeter-api (197/251) |
| 3859 | 2026-02-27T02:21:06.984Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3860 | 2026-02-27T02:21:06.987Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3861 | 2026-02-27T02:21:06.987Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3862 | 2026-02-27T02:21:06.992Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 3863 | 2026-02-27T02:21:07.090Z | |
| 3864 | 2026-02-27T02:21:07.090Z | info: running `cargo check --bins` on cert-dev (198/251) |
| 3865 | 2026-02-27T02:21:07.846Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3866 | 2026-02-27T02:21:07.848Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3867 | 2026-02-27T02:21:07.940Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3868 | 2026-02-27T02:21:08.294Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s |
| 3869 | 2026-02-27T02:21:08.508Z | |
| 3870 | 2026-02-27T02:21:08.508Z | info: running `cargo check --bins` on clickana (199/251) |
| 3871 | 2026-02-27T02:21:09.297Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3872 | 2026-02-27T02:21:09.300Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3873 | 2026-02-27T02:21:09.412Z | Checking castaway v0.2.3 |
| 3874 | 2026-02-27T02:21:09.415Z | Checking lru v0.12.5 |
| 3875 | 2026-02-27T02:21:09.415Z | Checking unicode-truncate v1.1.0 |
| 3876 | 2026-02-27T02:21:09.416Z | Compiling instability v0.3.2 |
| 3877 | 2026-02-27T02:21:09.416Z | Compiling indoc v2.0.6 |
| 3878 | 2026-02-27T02:21:09.531Z | Checking cassowary v0.3.0 |
| 3879 | 2026-02-27T02:21:09.658Z | Checking compact_str v0.8.0 |
| 3880 | 2026-02-27T02:21:10.320Z | Checking ratatui v0.29.0 |
| 3881 | 2026-02-27T02:21:12.265Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3882 | 2026-02-27T02:21:13.218Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.70s |
| 3883 | 2026-02-27T02:21:13.440Z | |
| 3884 | 2026-02-27T02:21:13.440Z | info: running `cargo check --bins` on clickhouse-cluster-dev (200/251) |
| 3885 | 2026-02-27T02:21:14.273Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3886 | 2026-02-27T02:21:14.276Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3887 | 2026-02-27T02:21:14.440Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3888 | 2026-02-27T02:21:14.440Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3889 | 2026-02-27T02:21:15.311Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3890 | 2026-02-27T02:21:15.904Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.45s |
| 3891 | 2026-02-27T02:21:16.140Z | |
| 3892 | 2026-02-27T02:21:16.140Z | info: running `cargo check --bins` on ch-dev (201/251) |
| 3893 | 2026-02-27T02:21:16.973Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3894 | 2026-02-27T02:21:16.976Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3895 | 2026-02-27T02:21:17.139Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3896 | 2026-02-27T02:21:18.202Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.05s |
| 3897 | 2026-02-27T02:21:18.435Z | |
| 3898 | 2026-02-27T02:21:18.435Z | info: running `cargo check --bins` on dev-tools-common (202/251) |
| 3899 | 2026-02-27T02:21:19.049Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3900 | 2026-02-27T02:21:19.053Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3901 | 2026-02-27T02:21:19.053Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3902 | 2026-02-27T02:21:19.056Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 3903 | 2026-02-27T02:21:19.123Z | |
| 3904 | 2026-02-27T02:21:19.123Z | info: running `cargo check --bins` on crdb-seed (203/251) |
| 3905 | 2026-02-27T02:21:19.961Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3906 | 2026-02-27T02:21:19.964Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3907 | 2026-02-27T02:21:20.123Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3908 | 2026-02-27T02:21:20.711Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.58s |
| 3909 | 2026-02-27T02:21:20.957Z | |
| 3910 | 2026-02-27T02:21:20.957Z | info: running `cargo check --bins` on db-dev (204/251) |
| 3911 | 2026-02-27T02:21:21.790Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3912 | 2026-02-27T02:21:21.793Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3913 | 2026-02-27T02:21:21.957Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3914 | 2026-02-27T02:21:23.026Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.06s |
| 3915 | 2026-02-27T02:21:23.273Z | |
| 3916 | 2026-02-27T02:21:23.273Z | info: running `cargo check --bins` on omicron-dev-lib (205/251) |
| 3917 | 2026-02-27T02:21:24.097Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3918 | 2026-02-27T02:21:24.100Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3919 | 2026-02-27T02:21:24.100Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3920 | 2026-02-27T02:21:24.106Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
| 3921 | 2026-02-27T02:21:24.211Z | |
| 3922 | 2026-02-27T02:21:24.211Z | info: running `cargo check --bins` on xtask-downloader (206/251) |
| 3923 | 2026-02-27T02:21:24.967Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3924 | 2026-02-27T02:21:24.970Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3925 | 2026-02-27T02:21:25.064Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3926 | 2026-02-27T02:21:26.093Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.87s |
| 3927 | 2026-02-27T02:21:26.296Z | |
| 3928 | 2026-02-27T02:21:26.296Z | info: running `cargo check --bins` on omicron-dropshot-apis (207/251) |
| 3929 | 2026-02-27T02:21:27.147Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3930 | 2026-02-27T02:21:27.149Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3931 | 2026-02-27T02:21:27.363Z | Compiling owo-colors v4.2.3 |
| 3932 | 2026-02-27T02:21:27.366Z | Compiling tabled_derive v0.10.0 |
| 3933 | 2026-02-27T02:21:27.366Z | Checking papergrid v0.14.0 |
| 3934 | 2026-02-27T02:21:27.366Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3935 | 2026-02-27T02:21:27.366Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3936 | 2026-02-27T02:21:27.494Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295) |
| 3937 | 2026-02-27T02:21:27.554Z | Compiling trait-variant v0.1.2 |
| 3938 | 2026-02-27T02:21:27.575Z | Checking is_ci v1.2.0 |
| 3939 | 2026-02-27T02:21:27.754Z | Checking maplit v1.0.2 |
| 3940 | 2026-02-27T02:21:27.896Z | Checking supports-color v3.0.2 |
| 3941 | 2026-02-27T02:21:28.012Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3942 | 2026-02-27T02:21:28.119Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3943 | 2026-02-27T02:21:28.438Z | Checking drift v0.1.3 |
| 3944 | 2026-02-27T02:21:28.673Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 3945 | 2026-02-27T02:21:28.944Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3946 | 2026-02-27T02:21:29.018Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3947 | 2026-02-27T02:21:29.270Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3948 | 2026-02-27T02:21:29.353Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3949 | 2026-02-27T02:21:29.519Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3950 | 2026-02-27T02:21:29.672Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295) |
| 3951 | 2026-02-27T02:21:29.887Z | Checking dropshot-api-manager v0.3.0 |
| 3952 | 2026-02-27T02:21:30.135Z | Checking tabled v0.18.0 |
| 3953 | 2026-02-27T02:21:30.400Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3954 | 2026-02-27T02:21:30.606Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 3955 | 2026-02-27T02:21:39.171Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3956 | 2026-02-27T02:21:40.922Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3957 | 2026-02-27T02:21:41.870Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3958 | 2026-02-27T02:21:42.532Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.22s |
| 3959 | 2026-02-27T02:21:42.768Z | |
| 3960 | 2026-02-27T02:21:42.768Z | info: running `cargo check --bins` on installinator-api (208/251) |
| 3961 | 2026-02-27T02:21:43.534Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3962 | 2026-02-27T02:21:43.537Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3963 | 2026-02-27T02:21:43.538Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3964 | 2026-02-27T02:21:43.542Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3965 | 2026-02-27T02:21:43.636Z | |
| 3966 | 2026-02-27T02:21:43.636Z | info: running `cargo check --bins` on nexus-external-api (209/251) |
| 3967 | 2026-02-27T02:21:44.475Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3968 | 2026-02-27T02:21:44.479Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3969 | 2026-02-27T02:21:44.479Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3970 | 2026-02-27T02:21:44.483Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
| 3971 | 2026-02-27T02:21:44.596Z | |
| 3972 | 2026-02-27T02:21:44.596Z | info: running `cargo check --bins` on nexus-internal-api (210/251) |
| 3973 | 2026-02-27T02:21:45.435Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3974 | 2026-02-27T02:21:45.438Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3975 | 2026-02-27T02:21:45.438Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3976 | 2026-02-27T02:21:45.443Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
| 3977 | 2026-02-27T02:21:45.553Z | |
| 3978 | 2026-02-27T02:21:45.553Z | info: running `cargo check --bins` on nexus-lockstep-api (211/251) |
| 3979 | 2026-02-27T02:21:46.366Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3980 | 2026-02-27T02:21:46.369Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3981 | 2026-02-27T02:21:46.369Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3982 | 2026-02-27T02:21:46.374Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
| 3983 | 2026-02-27T02:21:46.479Z | |
| 3984 | 2026-02-27T02:21:46.480Z | info: running `cargo check --bins` on ntp-admin-api (212/251) |
| 3985 | 2026-02-27T02:21:47.243Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3986 | 2026-02-27T02:21:47.248Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3987 | 2026-02-27T02:21:47.249Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3988 | 2026-02-27T02:21:47.252Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3989 | 2026-02-27T02:21:47.352Z | |
| 3990 | 2026-02-27T02:21:47.353Z | info: running `cargo check --bins` on ntp-admin-types-versions (213/251) |
| 3991 | 2026-02-27T02:21:48.100Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3992 | 2026-02-27T02:21:48.102Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3993 | 2026-02-27T02:21:48.102Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3994 | 2026-02-27T02:21:48.108Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3995 | 2026-02-27T02:21:48.198Z | |
| 3996 | 2026-02-27T02:21:48.198Z | info: running `cargo check --bins` on wicketd-api (214/251) |
| 3997 | 2026-02-27T02:21:48.991Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3998 | 2026-02-27T02:21:48.994Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3999 | 2026-02-27T02:21:48.994Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4000 | 2026-02-27T02:21:48.997Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 4001 | 2026-02-27T02:21:49.100Z | |
| 4002 | 2026-02-27T02:21:49.100Z | info: running `cargo check --bins` on omicron-ls-apis (215/251) |
| 4003 | 2026-02-27T02:21:49.854Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4004 | 2026-02-27T02:21:49.857Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4005 | 2026-02-27T02:21:49.949Z | Checking typeid v1.0.3 |
| 4006 | 2026-02-27T02:21:50.069Z | Checking ordered-float v2.10.1 |
| 4007 | 2026-02-27T02:21:50.086Z | Checking unicode-xid v0.2.6 |
| 4008 | 2026-02-27T02:21:50.102Z | Checking cargo-platform v0.2.0 |
| 4009 | 2026-02-27T02:21:50.166Z | Checking erased-serde v0.4.6 |
| 4010 | 2026-02-27T02:21:50.441Z | Checking serde-value v0.7.0 |
| 4011 | 2026-02-27T02:21:50.781Z | Checking serde-untagged v0.1.7 |
| 4012 | 2026-02-27T02:21:51.026Z | Checking cargo-util-schemas v0.8.2 |
| 4013 | 2026-02-27T02:21:52.313Z | Checking cargo_metadata v0.21.0 |
| 4014 | 2026-02-27T02:21:53.419Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 4015 | 2026-02-27T02:21:54.476Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.36s |
| 4016 | 2026-02-27T02:21:54.670Z | |
| 4017 | 2026-02-27T02:21:54.670Z | info: running `cargo check --bins` on mgs-dev (216/251) |
| 4018 | 2026-02-27T02:21:55.513Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4019 | 2026-02-27T02:21:55.516Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4020 | 2026-02-27T02:21:55.687Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4021 | 2026-02-27T02:21:56.560Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 4022 | 2026-02-27T02:21:57.287Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.61s |
| 4023 | 2026-02-27T02:21:57.527Z | |
| 4024 | 2026-02-27T02:21:57.527Z | info: running `cargo check --bins` on omicron-omdb (217/251) |
| 4025 | 2026-02-27T02:21:58.412Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4026 | 2026-02-27T02:21:58.415Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4027 | 2026-02-27T02:21:58.747Z | Compiling vergen-gitcl v1.0.8 |
| 4028 | 2026-02-27T02:21:58.747Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4029 | 2026-02-27T02:21:58.750Z | Compiling dirs-sys-next v0.1.2 |
| 4030 | 2026-02-27T02:21:58.750Z | Compiling crunchy v0.2.2 |
| 4031 | 2026-02-27T02:21:58.750Z | Compiling glob v0.3.2 |
| 4032 | 2026-02-27T02:21:58.750Z | Compiling dsl_auto_type v0.1.2 |
| 4033 | 2026-02-27T02:21:58.750Z | Checking scheduled-thread-pool v0.2.7 |
| 4034 | 2026-02-27T02:21:58.750Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 4035 | 2026-02-27T02:21:59.235Z | Compiling dirs-next v2.0.0 |
| 4036 | 2026-02-27T02:21:59.267Z | Compiling tiny-keccak v2.0.2 |
| 4037 | 2026-02-27T02:21:59.415Z | Compiling term v0.7.0 |
| 4038 | 2026-02-27T02:21:59.443Z | Checking r2d2 v0.8.10 |
| 4039 | 2026-02-27T02:21:59.611Z | Compiling bit-vec v0.6.3 |
| 4040 | 2026-02-27T02:21:59.721Z | Compiling clang-sys v1.8.1 |
| 4041 | 2026-02-27T02:21:59.788Z | Compiling ena v0.14.3 |
| 4042 | 2026-02-27T02:22:00.063Z | Compiling ascii-canvas v3.0.0 |
| 4043 | 2026-02-27T02:22:00.243Z | Compiling bit-set v0.5.3 |
| 4044 | 2026-02-27T02:22:00.441Z | Compiling diesel_derives v2.2.3 |
| 4045 | 2026-02-27T02:22:00.514Z | Compiling libloading v0.8.5 |
| 4046 | 2026-02-27T02:22:00.549Z | Compiling diff v0.1.13 |
| 4047 | 2026-02-27T02:22:00.581Z | Compiling regex-syntax v0.6.29 |
| 4048 | 2026-02-27T02:22:00.604Z | Compiling bindgen v0.71.1 |
| 4049 | 2026-02-27T02:22:00.650Z | Compiling cexpr v0.6.0 |
| 4050 | 2026-02-27T02:22:00.673Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 4051 | 2026-02-27T02:22:01.025Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 4052 | 2026-02-27T02:22:01.133Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4053 | 2026-02-27T02:22:01.289Z | Compiling libxml v0.3.3 |
| 4054 | 2026-02-27T02:22:01.632Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4055 | 2026-02-27T02:22:01.775Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 4056 | 2026-02-27T02:22:02.170Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4057 | 2026-02-27T02:22:02.213Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 4058 | 2026-02-27T02:22:02.237Z | Compiling strum_macros v0.24.3 |
| 4059 | 2026-02-27T02:22:02.531Z | Compiling indoc v1.0.9 |
| 4060 | 2026-02-27T02:22:03.404Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4061 | 2026-02-27T02:22:03.760Z | Checking derive_builder v0.20.2 |
| 4062 | 2026-02-27T02:22:03.966Z | Compiling lalrpop v0.19.12 |
| 4063 | 2026-02-27T02:22:04.321Z | Compiling impl-trait-for-tuples v0.2.2 |
| 4064 | 2026-02-27T02:22:05.534Z | Compiling oso-derive v0.27.3 |
| 4065 | 2026-02-27T02:22:05.814Z | Checking quick-xml v0.37.2 |
| 4066 | 2026-02-27T02:22:06.636Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 4067 | 2026-02-27T02:22:08.022Z | Compiling diesel-dtrace v0.4.2 |
| 4068 | 2026-02-27T02:22:08.299Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4069 | 2026-02-27T02:22:08.495Z | Checking bb8 v0.8.5 |
| 4070 | 2026-02-27T02:22:08.716Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4071 | 2026-02-27T02:22:09.042Z | Checking nonempty v0.12.0 |
| 4072 | 2026-02-27T02:22:09.137Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4073 | 2026-02-27T02:22:09.369Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4074 | 2026-02-27T02:22:09.513Z | Checking libsw-core v0.3.1 |
| 4075 | 2026-02-27T02:22:09.783Z | Checking libsw v3.5.0 |
| 4076 | 2026-02-27T02:22:09.837Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4077 | 2026-02-27T02:22:10.100Z | Checking console v0.16.0 |
| 4078 | 2026-02-27T02:22:10.745Z | Checking unit-prefix v0.5.1 |
| 4079 | 2026-02-27T02:22:10.943Z | Checking oxide-update-engine-display v0.1.0 |
| 4080 | 2026-02-27T02:22:10.987Z | Checking indicatif v0.18.0 |
| 4081 | 2026-02-27T02:22:11.217Z | Checking support-bundle-viewer v0.1.2 |
| 4082 | 2026-02-27T02:22:11.319Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 4083 | 2026-02-27T02:22:11.536Z | Checking multimap v0.10.1 |
| 4084 | 2026-02-27T02:22:11.561Z | Checking diesel v2.2.12 |
| 4085 | 2026-02-27T02:22:15.456Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4086 | 2026-02-27T02:22:18.449Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 4087 | 2026-02-27T02:22:18.942Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4088 | 2026-02-27T02:22:19.111Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4089 | 2026-02-27T02:22:21.222Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4090 | 2026-02-27T02:22:22.526Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 4091 | 2026-02-27T02:22:22.558Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4092 | 2026-02-27T02:22:23.868Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 4093 | 2026-02-27T02:22:28.303Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4094 | 2026-02-27T02:22:37.987Z | Compiling samael v0.0.19 |
| 4095 | 2026-02-27T02:22:48.841Z | Checking async-bb8-diesel v0.2.1 |
| 4096 | 2026-02-27T02:22:52.128Z | Compiling polar-core v0.27.3 |
| 4097 | 2026-02-27T02:22:59.656Z | Checking oso v0.27.3 |
| 4098 | 2026-02-27T02:23:49.952Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4099 | 2026-02-27T02:24:49.631Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 52s |
| 4100 | 2026-02-27T02:24:49.887Z | |
| 4101 | 2026-02-27T02:24:49.887Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (218/251) |
| 4102 | 2026-02-27T02:24:50.760Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4103 | 2026-02-27T02:24:50.763Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4104 | 2026-02-27T02:24:50.763Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4105 | 2026-02-27T02:24:50.769Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
| 4106 | 2026-02-27T02:24:50.878Z | |
| 4107 | 2026-02-27T02:24:50.878Z | info: running `cargo check --bins` on nexus-saga-recovery (219/251) |
| 4108 | 2026-02-27T02:24:51.746Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4109 | 2026-02-27T02:24:51.749Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4110 | 2026-02-27T02:24:51.749Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4111 | 2026-02-27T02:24:51.755Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
| 4112 | 2026-02-27T02:24:51.861Z | |
| 4113 | 2026-02-27T02:24:51.861Z | info: running `cargo check --bins` on nexus-test-utils-macros (220/251) |
| 4114 | 2026-02-27T02:24:52.642Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4115 | 2026-02-27T02:24:52.645Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4116 | 2026-02-27T02:24:52.645Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4117 | 2026-02-27T02:24:52.650Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 4118 | 2026-02-27T02:24:52.743Z | |
| 4119 | 2026-02-27T02:24:52.743Z | info: running `cargo check --bins --no-default-features` on omicron-nexus (221/251) |
| 4120 | 2026-02-27T02:24:53.657Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4121 | 2026-02-27T02:24:53.660Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4122 | 2026-02-27T02:24:54.008Z | Compiling libz-sys v1.1.20 |
| 4123 | 2026-02-27T02:24:54.011Z | Compiling libgit2-sys v0.18.2+1.9.1 |
| 4124 | 2026-02-27T02:24:54.166Z | Compiling vergen-git2 v1.0.7 |
| 4125 | 2026-02-27T02:24:54.182Z | Compiling rustls v0.21.12 |
| 4126 | 2026-02-27T02:24:54.197Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 4127 | 2026-02-27T02:24:54.199Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4128 | 2026-02-27T02:24:54.199Z | Checking rustls-webpki v0.101.7 |
| 4129 | 2026-02-27T02:24:54.200Z | Checking sct v0.7.1 |
| 4130 | 2026-02-27T02:24:54.463Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4131 | 2026-02-27T02:24:54.542Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4132 | 2026-02-27T02:24:54.588Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4133 | 2026-02-27T02:24:54.615Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4134 | 2026-02-27T02:24:54.938Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4135 | 2026-02-27T02:24:54.941Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4136 | 2026-02-27T02:24:55.074Z | Checking rustls-pemfile v1.0.4 |
| 4137 | 2026-02-27T02:24:55.224Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 4138 | 2026-02-27T02:24:55.300Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4139 | 2026-02-27T02:24:55.621Z | Checking twox-hash v2.1.0 |
| 4140 | 2026-02-27T02:24:56.078Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4141 | 2026-02-27T02:24:56.213Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 4142 | 2026-02-27T02:24:57.076Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4143 | 2026-02-27T02:24:57.241Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4144 | 2026-02-27T02:24:57.434Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4145 | 2026-02-27T02:24:57.863Z | Checking tokio-rustls v0.24.1 |
| 4146 | 2026-02-27T02:24:58.264Z | Checking progenitor-extras v0.1.0 |
| 4147 | 2026-02-27T02:24:58.462Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 4148 | 2026-02-27T02:24:58.632Z | Checking fatfs v0.3.6 |
| 4149 | 2026-02-27T02:24:58.704Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 4150 | 2026-02-27T02:24:58.734Z | Compiling seq-macro v0.3.6 |
| 4151 | 2026-02-27T02:25:05.941Z | Compiling git2 v0.20.2 |
| 4152 | 2026-02-27T02:25:07.744Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 4153 | 2026-02-27T02:25:07.920Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 4154 | 2026-02-27T02:25:10.345Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 4155 | 2026-02-27T02:26:37.284Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 44s |
| 4156 | 2026-02-27T02:26:37.544Z | |
| 4157 | 2026-02-27T02:26:37.544Z | info: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (222/251) |
| 4158 | 2026-02-27T02:26:38.498Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4159 | 2026-02-27T02:26:38.501Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4160 | 2026-02-27T02:26:38.782Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4161 | 2026-02-27T02:27:55.620Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 18s |
| 4162 | 2026-02-27T02:27:55.867Z | |
| 4163 | 2026-02-27T02:27:55.867Z | info: running `cargo check --bins` on nexus-background-task-interface (223/251) |
| 4164 | 2026-02-27T02:27:56.624Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4165 | 2026-02-27T02:27:56.627Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4166 | 2026-02-27T02:27:56.627Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4167 | 2026-02-27T02:27:56.632Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 4168 | 2026-02-27T02:27:56.723Z | |
| 4169 | 2026-02-27T02:27:56.723Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (224/251) |
| 4170 | 2026-02-27T02:27:57.594Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4171 | 2026-02-27T02:27:57.598Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4172 | 2026-02-27T02:27:57.598Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4173 | 2026-02-27T02:27:57.603Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
| 4174 | 2026-02-27T02:27:57.711Z | |
| 4175 | 2026-02-27T02:27:57.711Z | info: running `cargo check --bins` on nexus-mgs-updates (225/251) |
| 4176 | 2026-02-27T02:27:58.536Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4177 | 2026-02-27T02:27:58.539Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4178 | 2026-02-27T02:27:58.539Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4179 | 2026-02-27T02:27:58.544Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
| 4180 | 2026-02-27T02:27:58.646Z | |
| 4181 | 2026-02-27T02:27:58.646Z | info: running `cargo check --bins` on nexus-networking (226/251) |
| 4182 | 2026-02-27T02:27:59.478Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4183 | 2026-02-27T02:27:59.481Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4184 | 2026-02-27T02:27:59.481Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4185 | 2026-02-27T02:27:59.486Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
| 4186 | 2026-02-27T02:27:59.589Z | |
| 4187 | 2026-02-27T02:27:59.589Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (227/251) |
| 4188 | 2026-02-27T02:28:00.426Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4189 | 2026-02-27T02:28:00.429Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4190 | 2026-02-27T02:28:00.429Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4191 | 2026-02-27T02:28:00.434Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
| 4192 | 2026-02-27T02:28:00.539Z | |
| 4193 | 2026-02-27T02:28:00.539Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (228/251) |
| 4194 | 2026-02-27T02:28:01.384Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4195 | 2026-02-27T02:28:01.387Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4196 | 2026-02-27T02:28:01.387Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4197 | 2026-02-27T02:28:01.393Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
| 4198 | 2026-02-27T02:28:01.498Z | |
| 4199 | 2026-02-27T02:28:01.498Z | info: running `cargo check --bins` on omicron-dev (229/251) |
| 4200 | 2026-02-27T02:28:02.436Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4201 | 2026-02-27T02:28:02.439Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4202 | 2026-02-27T02:28:02.789Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4203 | 2026-02-27T02:28:02.792Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4204 | 2026-02-27T02:28:02.957Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 4205 | 2026-02-27T02:28:02.960Z | Checking yansi v1.0.1 |
| 4206 | 2026-02-27T02:28:02.960Z | Checking diff v0.1.13 |
| 4207 | 2026-02-27T02:28:02.960Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4208 | 2026-02-27T02:28:02.974Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4209 | 2026-02-27T02:28:03.014Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 4210 | 2026-02-27T02:28:03.465Z | Checking pretty_assertions v1.4.1 |
| 4211 | 2026-02-27T02:28:04.487Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4212 | 2026-02-27T02:28:46.198Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4213 | 2026-02-27T02:28:46.201Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4214 | 2026-02-27T02:28:46.201Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4215 | 2026-02-27T02:28:46.201Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4216 | 2026-02-27T02:28:46.201Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4217 | 2026-02-27T02:28:46.201Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4218 | 2026-02-27T02:28:47.505Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4219 | 2026-02-27T02:28:49.251Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4220 | 2026-02-27T02:30:06.026Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 04s |
| 4221 | 2026-02-27T02:30:06.288Z | |
| 4222 | 2026-02-27T02:30:06.288Z | info: running `cargo check --bins` on omicron-pins (230/251) |
| 4223 | 2026-02-27T02:30:07.067Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4224 | 2026-02-27T02:30:07.070Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4225 | 2026-02-27T02:30:07.070Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4226 | 2026-02-27T02:30:07.074Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 4227 | 2026-02-27T02:30:07.167Z | |
| 4228 | 2026-02-27T02:30:07.167Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (231/251) |
| 4229 | 2026-02-27T02:30:08.024Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4230 | 2026-02-27T02:30:08.026Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4231 | 2026-02-27T02:30:08.259Z | Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4232 | 2026-02-27T02:30:08.392Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4233 | 2026-02-27T02:30:08.394Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 4234 | 2026-02-27T02:30:40.918Z | Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4235 | 2026-02-27T02:30:41.483Z | Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4236 | 2026-02-27T02:30:44.469Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4237 | 2026-02-27T02:30:45.109Z | Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4238 | 2026-02-27T02:30:50.384Z | Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4239 | 2026-02-27T02:31:31.163Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4240 | 2026-02-27T02:31:32.135Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4241 | 2026-02-27T02:31:34.699Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s |
| 4242 | 2026-02-27T02:31:34.932Z | |
| 4243 | 2026-02-27T02:31:34.932Z | info: running `cargo check --bins` on reconfigurator-sp-updater (232/251) |
| 4244 | 2026-02-27T02:31:35.772Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4245 | 2026-02-27T02:31:35.776Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4246 | 2026-02-27T02:31:35.932Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 4247 | 2026-02-27T02:31:36.946Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.00s |
| 4248 | 2026-02-27T02:31:37.200Z | |
| 4249 | 2026-02-27T02:31:37.200Z | info: running `cargo check --bins` on omicron-releng (233/251) |
| 4250 | 2026-02-27T02:31:37.993Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4251 | 2026-02-27T02:31:37.997Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4252 | 2026-02-27T02:31:38.108Z | Compiling blake3 v1.5.4 |
| 4253 | 2026-02-27T02:31:38.226Z | Checking arrayvec v0.7.6 |
| 4254 | 2026-02-27T02:31:38.229Z | Checking arrayref v0.3.9 |
| 4255 | 2026-02-27T02:31:38.229Z | Checking constant_time_eq v0.3.1 |
| 4256 | 2026-02-27T02:31:38.254Z | Checking topological-sort v0.2.2 |
| 4257 | 2026-02-27T02:31:38.270Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 4258 | 2026-02-27T02:31:38.273Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 4259 | 2026-02-27T02:31:38.273Z | Checking shell-words v1.1.0 |
| 4260 | 2026-02-27T02:31:39.389Z | Checking omicron-zone-package v0.12.2 |
| 4261 | 2026-02-27T02:31:40.614Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 4262 | 2026-02-27T02:31:41.927Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.72s |
| 4263 | 2026-02-27T02:31:42.164Z | |
| 4264 | 2026-02-27T02:31:42.164Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (234/251) |
| 4265 | 2026-02-27T02:31:42.958Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4266 | 2026-02-27T02:31:42.960Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4267 | 2026-02-27T02:31:43.068Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 4268 | 2026-02-27T02:31:43.751Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.58s |
| 4269 | 2026-02-27T02:31:43.968Z | |
| 4270 | 2026-02-27T02:31:43.968Z | info: running `cargo check --bins` on xtask (235/251) |
| 4271 | 2026-02-27T02:31:44.609Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4272 | 2026-02-27T02:31:44.613Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4273 | 2026-02-27T02:31:44.638Z | Checking bitflags v2.9.4 |
| 4274 | 2026-02-27T02:31:44.641Z | Checking serde v1.0.228 |
| 4275 | 2026-02-27T02:31:44.641Z | Checking zerofrom v0.1.4 |
| 4276 | 2026-02-27T02:31:44.764Z | Checking thiserror v2.0.18 |
| 4277 | 2026-02-27T02:31:44.767Z | Checking smallvec v1.15.1 |
| 4278 | 2026-02-27T02:31:44.777Z | Checking hashbrown v0.16.1 |
| 4279 | 2026-02-27T02:31:44.803Z | Checking serde_json v1.0.149 |
| 4280 | 2026-02-27T02:31:44.806Z | Checking scroll v0.12.0 |
| 4281 | 2026-02-27T02:31:44.920Z | Checking num-traits v0.2.19 |
| 4282 | 2026-02-27T02:31:44.948Z | Checking yoke v0.7.4 |
| 4283 | 2026-02-27T02:31:45.000Z | Checking rustix v0.38.37 |
| 4284 | 2026-02-27T02:31:45.127Z | Checking thiserror v1.0.69 |
| 4285 | 2026-02-27T02:31:45.275Z | Checking log v0.4.29 |
| 4286 | 2026-02-27T02:31:45.294Z | Checking zerovec v0.10.4 |
| 4287 | 2026-02-27T02:31:45.297Z | Checking percent-encoding v2.3.2 |
| 4288 | 2026-02-27T02:31:45.553Z | Checking goblin v0.8.2 |
| 4289 | 2026-02-27T02:31:45.573Z | Checking form_urlencoded v1.2.2 |
| 4290 | 2026-02-27T02:31:45.725Z | Checking serde_spanned v0.6.9 |
| 4291 | 2026-02-27T02:31:45.795Z | Checking toml_datetime v0.6.11 |
| 4292 | 2026-02-27T02:31:45.845Z | Checking indexmap v2.13.0 |
| 4293 | 2026-02-27T02:31:45.961Z | Checking erased-serde v0.4.6 |
| 4294 | 2026-02-27T02:31:46.051Z | Checking terminal_size v0.4.0 |
| 4295 | 2026-02-27T02:31:46.164Z | Checking pest v2.8.2 |
| 4296 | 2026-02-27T02:31:46.249Z | Checking zerocopy v0.7.35 |
| 4297 | 2026-02-27T02:31:46.351Z | Checking getrandom v0.3.4 |
| 4298 | 2026-02-27T02:31:46.418Z | Checking ordered-float v2.10.1 |
| 4299 | 2026-02-27T02:31:46.571Z | Checking syn v2.0.117 |
| 4300 | 2026-02-27T02:31:46.866Z | Checking serde-untagged v0.1.7 |
| 4301 | 2026-02-27T02:31:46.927Z | Checking serde-value v0.7.0 |
| 4302 | 2026-02-27T02:31:46.952Z | Checking tinystr v0.7.6 |
| 4303 | 2026-02-27T02:31:47.152Z | Checking icu_collections v1.5.0 |
| 4304 | 2026-02-27T02:31:47.268Z | Checking toml_edit v0.22.27 |
| 4305 | 2026-02-27T02:31:47.323Z | Checking icu_locid v1.5.0 |
| 4306 | 2026-02-27T02:31:47.342Z | Checking rustix v1.1.3 |
| 4307 | 2026-02-27T02:31:47.516Z | Checking once_cell v1.21.3 |
| 4308 | 2026-02-27T02:31:47.855Z | Checking clap_builder v4.5.48 |
| 4309 | 2026-02-27T02:31:47.875Z | Checking cargo-platform v0.2.0 |
| 4310 | 2026-02-27T02:31:48.239Z | Checking textwrap v0.16.2 |
| 4311 | 2026-02-27T02:31:48.316Z | Checking icu_provider v1.5.0 |
| 4312 | 2026-02-27T02:31:48.654Z | Checking fs-err v3.1.1 |
| 4313 | 2026-02-27T02:31:48.754Z | Checking dtrace-parser v0.2.0 |
| 4314 | 2026-02-27T02:31:48.898Z | Checking tempfile v3.24.0 |
| 4315 | 2026-02-27T02:31:48.944Z | Checking icu_locid_transform v1.5.0 |
| 4316 | 2026-02-27T02:31:49.007Z | Checking tabled v0.15.0 |
| 4317 | 2026-02-27T02:31:49.282Z | Checking anyhow v1.0.99 |
| 4318 | 2026-02-27T02:31:49.308Z | Checking camino-tempfile v1.4.1 |
| 4319 | 2026-02-27T02:31:49.620Z | Checking macaddr v1.0.1 |
| 4320 | 2026-02-27T02:31:49.669Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4321 | 2026-02-27T02:31:49.896Z | Checking toml v0.8.23 |
| 4322 | 2026-02-27T02:31:50.015Z | Checking icu_properties v1.5.1 |
| 4323 | 2026-02-27T02:31:50.477Z | Checking dof v0.3.0 |
| 4324 | 2026-02-27T02:31:50.550Z | Checking cargo_toml v0.21.0 |
| 4325 | 2026-02-27T02:31:50.923Z | Checking clap v4.5.48 |
| 4326 | 2026-02-27T02:31:51.037Z | Checking usdt-impl v0.5.0 |
| 4327 | 2026-02-27T02:31:51.459Z | Checking usdt v0.5.0 |
| 4328 | 2026-02-27T02:31:52.472Z | Checking icu_normalizer v1.5.0 |
| 4329 | 2026-02-27T02:31:53.013Z | Checking idna_adapter v1.2.0 |
| 4330 | 2026-02-27T02:31:53.159Z | Checking idna v1.0.3 |
| 4331 | 2026-02-27T02:31:53.499Z | Checking url v2.5.4 |
| 4332 | 2026-02-27T02:31:54.034Z | Checking cargo-util-schemas v0.8.2 |
| 4333 | 2026-02-27T02:31:55.313Z | Checking cargo_metadata v0.21.0 |
| 4334 | 2026-02-27T02:31:56.401Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 4335 | 2026-02-27T02:31:57.109Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.13s |
| 4336 | 2026-02-27T02:31:57.256Z | |
| 4337 | 2026-02-27T02:31:57.256Z | info: running `cargo check --bins` on end-to-end-tests (236/251) |
| 4338 | 2026-02-27T02:31:58.147Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4339 | 2026-02-27T02:31:58.150Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4340 | 2026-02-27T02:31:58.382Z | Checking polyval v0.6.2 |
| 4341 | 2026-02-27T02:31:58.514Z | Checking ctr v0.9.2 |
| 4342 | 2026-02-27T02:31:58.530Z | Checking ssh-encoding v0.2.0 |
| 4343 | 2026-02-27T02:31:58.533Z | Checking blowfish v0.9.1 |
| 4344 | 2026-02-27T02:31:58.565Z | Checking password-hash v0.4.2 |
| 4345 | 2026-02-27T02:31:58.588Z | Checking p256 v0.13.2 |
| 4346 | 2026-02-27T02:31:58.593Z | Checking p521 v0.13.3 |
| 4347 | 2026-02-27T02:31:58.593Z | Checking russh-cryptovec v0.7.3 |
| 4348 | 2026-02-27T02:31:58.765Z | Checking ghash v0.5.1 |
| 4349 | 2026-02-27T02:31:58.788Z | Checking bcrypt-pbkdf v0.10.0 |
| 4350 | 2026-02-27T02:31:58.815Z | Checking md5 v0.7.0 |
| 4351 | 2026-02-27T02:31:58.850Z | Checking num-bigint v0.4.6 |
| 4352 | 2026-02-27T02:31:58.873Z | Checking des v0.8.1 |
| 4353 | 2026-02-27T02:31:58.950Z | Checking aes-gcm v0.10.3 |
| 4354 | 2026-02-27T02:31:58.996Z | Checking pbkdf2 v0.11.0 |
| 4355 | 2026-02-27T02:31:59.048Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4356 | 2026-02-27T02:31:59.071Z | Checking hex-literal v0.4.1 |
| 4357 | 2026-02-27T02:31:59.138Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 4358 | 2026-02-27T02:31:59.161Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 4359 | 2026-02-27T02:31:59.213Z | Checking ssh-cipher v0.2.0 |
| 4360 | 2026-02-27T02:31:59.231Z | Checking internet-checksum v0.2.1 |
| 4361 | 2026-02-27T02:31:59.522Z | Checking ssh-key v0.6.6 |
| 4362 | 2026-02-27T02:31:59.701Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4363 | 2026-02-27T02:32:00.665Z | Checking russh-keys v0.45.0 |
| 4364 | 2026-02-27T02:32:01.587Z | Checking russh v0.45.0 |
| 4365 | 2026-02-27T02:32:29.682Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4366 | 2026-02-27T02:32:31.561Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.29s |
| 4367 | 2026-02-27T02:32:31.813Z | |
| 4368 | 2026-02-27T02:32:31.813Z | info: running `cargo check --bins` on gateway-cli (237/251) |
| 4369 | 2026-02-27T02:32:32.613Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4370 | 2026-02-27T02:32:32.616Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4371 | 2026-02-27T02:32:32.721Z | Checking termios v0.3.3 |
| 4372 | 2026-02-27T02:32:32.985Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 4373 | 2026-02-27T02:32:33.890Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.07s |
| 4374 | 2026-02-27T02:32:34.113Z | |
| 4375 | 2026-02-27T02:32:34.113Z | info: running `cargo check --bins --no-default-features` on installinator (238/251) |
| 4376 | 2026-02-27T02:32:34.946Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4377 | 2026-02-27T02:32:34.949Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4378 | 2026-02-27T02:32:35.088Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 4379 | 2026-02-27T02:32:36.197Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 4380 | 2026-02-27T02:32:38.902Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.78s |
| 4381 | 2026-02-27T02:32:39.126Z | |
| 4382 | 2026-02-27T02:32:39.126Z | info: running `cargo check --bins` on internal-dns-cli (239/251) |
| 4383 | 2026-02-27T02:32:39.923Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4384 | 2026-02-27T02:32:39.926Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4385 | 2026-02-27T02:32:40.032Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 4386 | 2026-02-27T02:32:40.581Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s |
| 4387 | 2026-02-27T02:32:40.807Z | |
| 4388 | 2026-02-27T02:32:40.807Z | info: running `cargo check --bins` on omicron-live-tests (240/251) |
| 4389 | 2026-02-27T02:32:41.580Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4390 | 2026-02-27T02:32:41.583Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4391 | 2026-02-27T02:32:41.583Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4392 | 2026-02-27T02:32:41.587Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 4393 | 2026-02-27T02:32:41.686Z | |
| 4394 | 2026-02-27T02:32:41.686Z | info: running `cargo check --bins` on live-tests-macros (241/251) |
| 4395 | 2026-02-27T02:32:42.454Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4396 | 2026-02-27T02:32:42.457Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4397 | 2026-02-27T02:32:42.457Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4398 | 2026-02-27T02:32:42.461Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 4399 | 2026-02-27T02:32:42.553Z | |
| 4400 | 2026-02-27T02:32:42.553Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (242/251) |
| 4401 | 2026-02-27T02:32:43.414Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4402 | 2026-02-27T02:32:43.417Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4403 | 2026-02-27T02:32:43.611Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 4404 | 2026-02-27T02:32:44.453Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.89s |
| 4405 | 2026-02-27T02:32:44.684Z | |
| 4406 | 2026-02-27T02:32:44.685Z | info: running `cargo check --bins` on omicron-ntp-admin (243/251) |
| 4407 | 2026-02-27T02:32:45.477Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4408 | 2026-02-27T02:32:45.480Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4409 | 2026-02-27T02:32:45.595Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 4410 | 2026-02-27T02:32:45.598Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 4411 | 2026-02-27T02:32:46.831Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.13s |
| 4412 | 2026-02-27T02:32:47.046Z | |
| 4413 | 2026-02-27T02:32:47.046Z | info: running `cargo check --bins` on ntp-admin-types (244/251) |
| 4414 | 2026-02-27T02:32:47.806Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4415 | 2026-02-27T02:32:47.809Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4416 | 2026-02-27T02:32:47.809Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4417 | 2026-02-27T02:32:47.813Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 4418 | 2026-02-27T02:32:47.905Z | |
| 4419 | 2026-02-27T02:32:47.905Z | info: running `cargo check --bins` on omicron-package (245/251) |
| 4420 | 2026-02-27T02:32:48.700Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4421 | 2026-02-27T02:32:48.703Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4422 | 2026-02-27T02:32:48.824Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 4423 | 2026-02-27T02:32:50.443Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.53s |
| 4424 | 2026-02-27T02:32:50.661Z | |
| 4425 | 2026-02-27T02:32:50.661Z | info: running `cargo check --bins` on tqdb (246/251) |
| 4426 | 2026-02-27T02:32:51.523Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4427 | 2026-02-27T02:32:51.526Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4428 | 2026-02-27T02:32:51.760Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4429 | 2026-02-27T02:32:52.256Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 4430 | 2026-02-27T02:32:53.333Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 4431 | 2026-02-27T02:32:53.336Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 4432 | 2026-02-27T02:33:00.568Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 4433 | 2026-02-27T02:33:01.661Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 4434 | 2026-02-27T02:33:01.664Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4435 | 2026-02-27T02:33:01.664Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 4436 | 2026-02-27T02:33:03.066Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4437 | 2026-02-27T02:33:03.069Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 4438 | 2026-02-27T02:33:13.525Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4439 | 2026-02-27T02:33:13.528Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4440 | 2026-02-27T02:33:13.528Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4441 | 2026-02-27T02:33:13.528Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4442 | 2026-02-27T02:33:15.904Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4443 | 2026-02-27T02:33:18.149Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4444 | 2026-02-27T02:33:19.238Z | Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4445 | 2026-02-27T02:33:21.387Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 4446 | 2026-02-27T02:33:22.242Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.57s |
| 4447 | 2026-02-27T02:33:22.482Z | |
| 4448 | 2026-02-27T02:33:22.482Z | info: running `cargo check --bins` on wicket-dbg (247/251) |
| 4449 | 2026-02-27T02:33:23.307Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4450 | 2026-02-27T02:33:23.311Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4451 | 2026-02-27T02:33:23.459Z | Checking rtoolbox v0.0.2 |
| 4452 | 2026-02-27T02:33:23.463Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 4453 | 2026-02-27T02:33:23.463Z | Checking tui-tree-widget v0.23.1 |
| 4454 | 2026-02-27T02:33:23.730Z | Checking rpassword v7.4.0 |
| 4455 | 2026-02-27T02:33:29.081Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4456 | 2026-02-27T02:33:32.343Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 4457 | 2026-02-27T02:33:37.309Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.29s |
| 4458 | 2026-02-27T02:33:37.340Z | |
| 4459 | 2026-02-27T02:33:37.340Z | info: running `cargo check --bins` on wicket (248/251) |
| 4460 | 2026-02-27T02:33:37.359Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4461 | 2026-02-27T02:33:37.359Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4462 | 2026-02-27T02:33:37.359Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4463 | 2026-02-27T02:33:37.359Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s |
| 4464 | 2026-02-27T02:33:37.359Z | |
| 4465 | 2026-02-27T02:33:37.359Z | info: running `cargo check --bins` on wicketd (249/251) |
| 4466 | 2026-02-27T02:33:37.359Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4467 | 2026-02-27T02:33:37.359Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4468 | 2026-02-27T02:33:37.359Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 4469 | 2026-02-27T02:33:41.717Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.95s |
| 4470 | 2026-02-27T02:33:41.963Z | |
| 4471 | 2026-02-27T02:33:41.963Z | info: running `cargo check --bins` on omicron-workspace-hack (250/251) |
| 4472 | 2026-02-27T02:33:42.733Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4473 | 2026-02-27T02:33:42.736Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4474 | 2026-02-27T02:33:42.736Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4475 | 2026-02-27T02:33:42.741Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 4476 | 2026-02-27T02:33:42.835Z | |
| 4477 | 2026-02-27T02:33:42.835Z | info: running `cargo check --bins` on zone-setup (251/251) |
| 4478 | 2026-02-27T02:33:43.625Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4479 | 2026-02-27T02:33:43.629Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4480 | 2026-02-27T02:33:43.756Z | Checking uzers v0.12.1 |
| 4481 | 2026-02-27T02:33:44.136Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 4482 | 2026-02-27T02:33:45.232Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.39s |
| 4483 | 2026-02-27T02:33:45.480Z | |
| 4484 | 2026-02-27T02:33:45.480Z | real 22:38.915901832 |
| 4485 | 2026-02-27T02:33:45.480Z | user 40:56.848903415 |
| 4486 | 2026-02-27T02:33:45.480Z | sys 6:21.634673206 |
| 4487 | 2026-02-27T02:33:45.480Z | trap 0.914480888 |
| 4488 | 2026-02-27T02:33:45.480Z | tflt 0.618904086 |
| 4489 | 2026-02-27T02:33:45.480Z | dflt 0.953075235 |
| 4490 | 2026-02-27T02:33:45.480Z | kflt 0.001965433 |
| 4491 | 2026-02-27T02:33:45.481Z | lock 1:49:33.297796814 |
| 4492 | 2026-02-27T02:33:45.481Z | slp 3:34:36.277359589 |
| 4493 | 2026-02-27T02:33:45.481Z | lat 1:47.645589049 |
| 4494 | 2026-02-27T02:33:45.481Z | stop 5:47.190280883 |
| 4495 | 2026-02-27T02:33:45.485Z | process exited: duration 1730421 ms, exit code 0 |
| |
| 4496 | 2026-02-27T02:33:45.493Z | found 0 output files |