|
|
|
| 1 | 2026-03-13T16:57:04.575Z | job assigned to worker 01KKM206A6WMPRYRYK65X5HVYK [factory aws, i-0eab0ef4c31fa93f1] (queued for 1 m 22 s) |
| |
| 2 | 2026-03-13T16:57:12.892Z | starting task 0: "setup" |
| 3 | 2026-03-13T16:57:12.899Z | ++ uname -s |
| 4 | 2026-03-13T16:57:12.903Z | + kern=SunOS |
| 5 | 2026-03-13T16:57:12.903Z | + build_user=build |
| 6 | 2026-03-13T16:57:12.903Z | + build_uid=12345 |
| 7 | 2026-03-13T16:57:12.903Z | + work_dir=/work |
| 8 | 2026-03-13T16:57:12.903Z | + input_dir=/input |
| 9 | 2026-03-13T16:57:12.903Z | + [[ 0 == 12345 ]] |
| 10 | 2026-03-13T16:57:12.903Z | + case "$kern" in |
| 11 | 2026-03-13T16:57:12.903Z | + groupadd -g 12345 build |
| 12 | 2026-03-13T16:57:12.907Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-03-13T16:57:14.910Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-03-13T16:57:15.033Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-03-13T16:57:15.036Z | + home_fs=zfs |
| 16 | 2026-03-13T16:57:15.036Z | + [[ zfs == autofs ]] |
| 17 | 2026-03-13T16:57:15.036Z | + mkdir -p /home/build |
| 18 | 2026-03-13T16:57:15.039Z | + chown build:build /home/build /work |
| 19 | 2026-03-13T16:57:17.039Z | + chmod 0700 /home/build /work |
| 20 | 2026-03-13T16:57:17.042Z | process exited: duration 4148 ms, exit code 0 |
| |
| 21 | 2026-03-13T16:57:17.048Z | starting task 1: "rust-toolchain" |
| 22 | 2026-03-13T16:57:17.053Z | + printf ' * rust toolchain channel = "%s"\n' 1.91.1 |
| 23 | 2026-03-13T16:57:17.053Z | * rust toolchain channel = "1.91.1" |
| 24 | 2026-03-13T16:57:17.053Z | * rust toolchain profile = "default" |
| 25 | 2026-03-13T16:57:17.053Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-03-13T16:57:17.053Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-03-13T16:57:17.054Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-03-13T16:57:17.056Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-03-13T16:57:17.057Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default |
| 30 | 2026-03-13T16:57:17.164Z | info: downloading installer |
| 31 | 2026-03-13T16:57:18.858Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-03-13T16:57:18.858Z | warn: /opt/ooce/bin |
| 33 | 2026-03-13T16:57:18.858Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-03-13T16:57:18.858Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-03-13T16:57:18.858Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-03-13T16:57:18.859Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-03-13T16:57:18.859Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-03-13T16:57:18.859Z | error: cannot install while Rust is installed |
| 39 | 2026-03-13T16:57:18.859Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-03-13T16:57:18.859Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-03-13T16:57:18.859Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-03-13T16:57:18.859Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-03-13T16:57:18.859Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-03-13T16:57:18.869Z | info: profile set to default |
| 45 | 2026-03-13T16:57:18.869Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-03-13T16:57:18.872Z | info: syncing channel updates for 1.91.1-x86_64-unknown-illumos |
| 47 | 2026-03-13T16:57:19.037Z | info: latest update on 2025-11-10 for version 1.91.1 (ed61e7d7e 2025-11-07) |
| 48 | 2026-03-13T16:57:19.041Z | info: downloading 6 components |
| 49 | 2026-03-13T16:57:36.013Z | info: default toolchain set to 1.91.1-x86_64-unknown-illumos |
| 50 | 2026-03-13T16:57:36.013Z | |
| 51 | 2026-03-13T16:57:36.047Z | 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 52 | 2026-03-13T16:57:36.047Z | |
| 53 | 2026-03-13T16:57:36.051Z | |
| 54 | 2026-03-13T16:57:36.051Z | Rust is installed now. Great! |
| 55 | 2026-03-13T16:57:36.051Z | |
| 56 | 2026-03-13T16:57:36.051Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-03-13T16:57:36.051Z | environment variable. This has not been done automatically. |
| 58 | 2026-03-13T16:57:36.051Z | |
| 59 | 2026-03-13T16:57:36.051Z | To configure your current shell, you need to source |
| 60 | 2026-03-13T16:57:36.051Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-03-13T16:57:36.051Z | |
| 62 | 2026-03-13T16:57:36.051Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-03-13T16:57:36.051Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-03-13T16:57:36.051Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-03-13T16:57:36.051Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-03-13T16:57:36.051Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-03-13T16:57:36.051Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-03-13T16:57:36.051Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-03-13T16:57:36.051Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-03-13T16:57:36.051Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-03-13T16:57:36.158Z | + rustup --version |
| 72 | 2026-03-13T16:57:36.168Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-03-13T16:57:36.171Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-03-13T16:57:36.194Z | info: the currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)` |
| 75 | 2026-03-13T16:57:36.197Z | + cargo --version |
| 76 | 2026-03-13T16:57:36.217Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 77 | 2026-03-13T16:57:36.219Z | + rustc --version |
| 78 | 2026-03-13T16:57:36.246Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 79 | 2026-03-13T16:57:36.249Z | process exited: duration 19201 ms, exit code 0 |
| |
| 80 | 2026-03-13T16:57:36.255Z | starting task 2: "authentication" |
| 81 | 2026-03-13T16:57:36.275Z | process exited: duration 19 ms, exit code 0 |
| |
| 82 | 2026-03-13T16:57:36.281Z | starting task 3: "clone repository" |
| 83 | 2026-03-13T16:57:36.285Z | + mkdir -p /work/oxidecomputer/omicron |
| 84 | 2026-03-13T16:57:36.290Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 85 | 2026-03-13T16:57:36.330Z | Cloning into '/work/oxidecomputer/omicron'... |
| 86 | 2026-03-13T16:57:47.310Z | + cd /work/oxidecomputer/omicron |
| 87 | 2026-03-13T16:57:47.310Z | + git fetch origin 3b8774e0502c2e97c9ece1021cbddd9e13092e5f |
| 88 | 2026-03-13T16:57:47.662Z | From https://github.com/oxidecomputer/omicron |
| 89 | 2026-03-13T16:57:47.662Z | * branch 3b8774e0502c2e97c9ece1021cbddd9e13092e5f -> FETCH_HEAD |
| 90 | 2026-03-13T16:57:47.670Z | + [[ -n mergeconflict/bump-diesel ]] |
| 91 | 2026-03-13T16:57:47.673Z | ++ git branch --show-current |
| 92 | 2026-03-13T16:57:47.676Z | + current=main |
| 93 | 2026-03-13T16:57:47.676Z | + [[ main != mergeconflict/bump-diesel ]] |
| 94 | 2026-03-13T16:57:47.676Z | + git branch -f mergeconflict/bump-diesel 3b8774e0502c2e97c9ece1021cbddd9e13092e5f |
| 95 | 2026-03-13T16:57:47.679Z | + git checkout -f mergeconflict/bump-diesel |
| 96 | 2026-03-13T16:57:48.004Z | Switched to branch 'mergeconflict/bump-diesel' |
| 97 | 2026-03-13T16:57:48.007Z | + git reset --hard 3b8774e0502c2e97c9ece1021cbddd9e13092e5f |
| 98 | 2026-03-13T16:57:48.027Z | HEAD is now at 3b8774e05 Bump diesel to 2.3.7 and diesel-dtrace to 0.5.0. |
| 99 | 2026-03-13T16:57:48.030Z | process exited: duration 11748 ms, exit code 0 |
| |
| 100 | 2026-03-13T16:57:48.036Z | starting task 4: "build" |
| 101 | 2026-03-13T16:57:48.040Z | + source .github/buildomat/ci-env.sh |
| 102 | 2026-03-13T16:57:48.043Z | ++ export CARGO_TERM_COLOR=always |
| 103 | 2026-03-13T16:57:48.043Z | ++ CARGO_TERM_COLOR=always |
| 104 | 2026-03-13T16:57:48.043Z | + cargo --version |
| 105 | 2026-03-13T16:57:48.053Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 106 | 2026-03-13T16:57:48.056Z | + rustc --version |
| 107 | 2026-03-13T16:57:48.083Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 108 | 2026-03-13T16:57:48.087Z | + source ./env.sh |
| 109 | 2026-03-13T16:57:48.087Z | ++ OLD_SHELL_OPTS=ehxB |
| 110 | 2026-03-13T16:57:48.087Z | ++ set -o xtrace |
| 111 | 2026-03-13T16:57:48.090Z | ++++ dirname ./env.sh |
| 112 | 2026-03-13T16:57:48.090Z | +++ readlink -f . |
| 113 | 2026-03-13T16:57:48.093Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 114 | 2026-03-13T16:57:48.093Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 115 | 2026-03-13T16:57:48.093Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 116 | 2026-03-13T16:57:48.093Z | ++ 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 |
| 117 | 2026-03-13T16:57:48.093Z | ++ 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 |
| 118 | 2026-03-13T16:57:48.093Z | ++ 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 |
| 119 | 2026-03-13T16:57:48.093Z | ++ 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 |
| 120 | 2026-03-13T16:57:48.093Z | ++ 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 |
| 121 | 2026-03-13T16:57:48.093Z | ++ 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 |
| 122 | 2026-03-13T16:57:48.093Z | ++ case $OLD_SHELL_OPTS in |
| 123 | 2026-03-13T16:57:48.093Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 124 | 2026-03-13T16:57:48.093Z | + 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 |
| 125 | 2026-03-13T16:57:48.093Z | + 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 |
| 126 | 2026-03-13T16:57:48.093Z | + banner prerequisites |
| 127 | 2026-03-13T16:57:48.098Z | |
| 128 | 2026-03-13T16:57:48.098Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 129 | 2026-03-13T16:57:48.098Z | # # # # # # # # # # # # # # # |
| 130 | 2026-03-13T16:57:48.098Z | # # # # ##### # # ##### # # # # # #### # |
| 131 | 2026-03-13T16:57:48.098Z | ##### ##### # ##### # # # # # # # # # |
| 132 | 2026-03-13T16:57:48.098Z | # # # # # # # # # # # # # # # |
| 133 | 2026-03-13T16:57:48.098Z | # # # ###### # # ###### ### # #### # #### # |
| 134 | 2026-03-13T16:57:48.098Z | |
| 135 | 2026-03-13T16:57:48.098Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 136 | 2026-03-13T16:57:58.319Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 137 | 2026-03-13T16:58:08.049Z | Startup: Caching catalogs ... Done |
| 138 | 2026-03-13T16:58:30.501Z | Planning: Solver setup ... Done (20.784s) |
| 139 | 2026-03-13T16:58:30.623Z | Planning: Running solver ... Done (0.151s) |
| 140 | 2026-03-13T16:58:30.793Z | Planning: Finding local manifests ... Done (0.003s) |
| 141 | 2026-03-13T16:58:30.809Z | Planning: Fetching manifests: 0/4 0% complete |
| 142 | 2026-03-13T16:58:30.949Z | Planning: Fetching manifests: 4/4 100% complete |
| 143 | 2026-03-13T16:58:30.973Z | Planning: Package planning ... Done (0.043s) |
| 144 | 2026-03-13T16:58:31.024Z | Planning: Merging actions ... Done (0.039s) |
| 145 | 2026-03-13T16:58:31.275Z | Planning: Checking for conflicting actions ... Done (0.242s) |
| 146 | 2026-03-13T16:58:31.290Z | Planning: Consolidating action changes ... Done (0.010s) |
| 147 | 2026-03-13T16:58:32.164Z | Planning: Evaluating mediators ... Done (0.882s) |
| 148 | 2026-03-13T16:58:32.198Z | Planning: Planning completed in 23.96 seconds |
| 149 | 2026-03-13T16:58:32.232Z | Packages to install: 4 |
| 150 | 2026-03-13T16:58:32.232Z | Mediators to change: 2 |
| 151 | 2026-03-13T16:58:32.233Z | Services to change: 1 |
| 152 | 2026-03-13T16:58:32.233Z | Estimated space available: 155.43 GB |
| 153 | 2026-03-13T16:58:32.233Z | Estimated space to be consumed: 1.83 GB |
| 154 | 2026-03-13T16:58:32.233Z | Create boot environment: No |
| 155 | 2026-03-13T16:58:32.233Z | Create backup boot environment: No |
| 156 | 2026-03-13T16:58:32.233Z | Rebuild boot archive: No |
| 157 | 2026-03-13T16:58:32.233Z | |
| 158 | 2026-03-13T16:58:32.233Z | Changed mediators: |
| 159 | 2026-03-13T16:58:32.233Z | mediator clang: |
| 160 | 2026-03-13T16:58:32.234Z | version: None -> 15 (system default) |
| 161 | 2026-03-13T16:58:32.234Z | |
| 162 | 2026-03-13T16:58:32.234Z | mediator llvm: |
| 163 | 2026-03-13T16:58:32.234Z | version: 14 (system default) -> 15 (system default) |
| 164 | 2026-03-13T16:58:32.234Z | |
| 165 | 2026-03-13T16:58:32.234Z | Changed packages: |
| 166 | 2026-03-13T16:58:32.234Z | helios-dev |
| 167 | 2026-03-13T16:58:32.234Z | developer/build-essential |
| 168 | 2026-03-13T16:58:32.234Z | None -> 11-2.0 |
| 169 | 2026-03-13T16:58:32.234Z | library/libxmlsec1 |
| 170 | 2026-03-13T16:58:32.235Z | None -> 1.2.35-2.0 |
| 171 | 2026-03-13T16:58:32.235Z | ooce/developer/clang-15 |
| 172 | 2026-03-13T16:58:32.235Z | None -> 15.0.7-2.0 |
| 173 | 2026-03-13T16:58:32.235Z | ooce/developer/llvm-15 |
| 174 | 2026-03-13T16:58:32.235Z | None -> 15.0.7-2.0 |
| 175 | 2026-03-13T16:58:32.235Z | |
| 176 | 2026-03-13T16:58:32.235Z | Services: |
| 177 | 2026-03-13T16:58:32.235Z | restart_fmri: |
| 178 | 2026-03-13T16:58:32.235Z | svc:/system/update-man-index:default |
| 179 | 2026-03-13T16:58:32.266Z | |
| 180 | 2026-03-13T16:58:32.266Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 181 | 2026-03-13T16:58:37.273Z | Download: 1201/3290 items 83.7/212.6MB 39% complete (16.9M/s) |
| 182 | 2026-03-13T16:58:44.049Z | Download: 2221/3290 items 119.2/212.6MB 56% complete (18.6M/s) |
| 183 | 2026-03-13T16:58:49.057Z | Download: 3288/3290 items 212.6/212.6MB 99% complete (9.3M/s) |
| 184 | 2026-03-13T16:58:49.082Z | Download: Completed 212.60 MB in 16.84 seconds (12.6M/s) |
| 185 | 2026-03-13T16:58:49.248Z | Actions: 1/3689 actions (Installing new actions) |
| 186 | 2026-03-13T16:58:53.375Z | Actions: Completed 3689 actions in 4.13 seconds. |
| 187 | 2026-03-13T16:58:53.747Z | Done (0.367s) |
| 188 | 2026-03-13T16:58:53.747Z | Done (0.000s) |
| 189 | 2026-03-13T16:58:54.756Z | Done (1.009s) |
| 190 | 2026-03-13T16:58:58.812Z | Done (3.713s) |
| 191 | 2026-03-13T16:58:58.898Z | Done (0.019s) |
| 192 | 2026-03-13T16:58:58.901Z | Done (0.000s) |
| 193 | 2026-03-13T16:58:59.032Z | Done (0.000s) |
| 194 | 2026-03-13T16:59:00.009Z | Planning: Evaluating mediator changes ... Done |
| 195 | 2026-03-13T16:59:00.155Z | Planning: Checking for conflicting actions ... Done |
| 196 | 2026-03-13T16:59:00.158Z | Planning: Consolidating action changes ... Done |
| 197 | 2026-03-13T16:59:00.376Z | Planning: Evaluating mediators ... Done |
| 198 | 2026-03-13T16:59:00.379Z | Planning: Planning completed in 0.37 seconds |
| 199 | 2026-03-13T16:59:00.406Z | Mediators to change: 2 |
| 200 | 2026-03-13T16:59:00.406Z | Create boot environment: No |
| 201 | 2026-03-13T16:59:00.409Z | Create backup boot environment: No |
| 202 | 2026-03-13T16:59:00.471Z | Done |
| 203 | 2026-03-13T16:59:00.471Z | Done |
| 204 | 2026-03-13T16:59:01.227Z | Done |
| 205 | 2026-03-13T16:59:04.568Z | Done |
| 206 | 2026-03-13T16:59:04.653Z | Done |
| 207 | 2026-03-13T16:59:04.656Z | Done |
| 208 | 2026-03-13T16:59:04.810Z | Done |
| 209 | 2026-03-13T16:59:05.345Z | Planning: Evaluating mediator changes ... Done |
| 210 | 2026-03-13T16:59:05.347Z | Planning: Merging actions ... Done |
| 211 | 2026-03-13T16:59:05.513Z | Planning: Checking for conflicting actions ... Done |
| 212 | 2026-03-13T16:59:05.515Z | Planning: Consolidating action changes ... Done |
| 213 | 2026-03-13T16:59:05.733Z | Planning: Evaluating mediators ... Done |
| 214 | 2026-03-13T16:59:05.776Z | Planning: Planning completed in 0.63 seconds |
| 215 | 2026-03-13T16:59:05.807Z | Packages to change: 1 |
| 216 | 2026-03-13T16:59:05.807Z | Mediators to change: 1 |
| 217 | 2026-03-13T16:59:05.812Z | Services to change: 1 |
| 218 | 2026-03-13T16:59:05.812Z | Create boot environment: No |
| 219 | 2026-03-13T16:59:05.812Z | Create backup boot environment: Yes |
| 220 | 2026-03-13T16:59:08.534Z | Actions: 1/6 actions (Updating modified actions) |
| 221 | 2026-03-13T16:59:08.537Z | Actions: Completed 6 actions in 0.00 seconds. |
| 222 | 2026-03-13T16:59:08.537Z | Done |
| 223 | 2026-03-13T16:59:08.537Z | Done |
| 224 | 2026-03-13T16:59:08.725Z | Done |
| 225 | 2026-03-13T16:59:12.090Z | Done |
| 226 | 2026-03-13T16:59:12.148Z | Done |
| 227 | 2026-03-13T16:59:12.152Z | Done |
| 228 | 2026-03-13T16:59:12.312Z | Done |
| 229 | 2026-03-13T16:59:12.694Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 230 | 2026-03-13T16:59:12.694Z | clang system 15 system |
| 231 | 2026-03-13T16:59:12.694Z | csh system system illumos |
| 232 | 2026-03-13T16:59:12.694Z | ctags system system illumos |
| 233 | 2026-03-13T16:59:12.694Z | file system system illumos |
| 234 | 2026-03-13T16:59:12.694Z | gcc vendor 12 vendor |
| 235 | 2026-03-13T16:59:12.694Z | gcc system 10 system |
| 236 | 2026-03-13T16:59:12.694Z | gcc system 7 system |
| 237 | 2026-03-13T16:59:12.694Z | go system 1.20 system |
| 238 | 2026-03-13T16:59:12.694Z | go system 1.19 system |
| 239 | 2026-03-13T16:59:12.694Z | llvm system 15 system |
| 240 | 2026-03-13T16:59:12.694Z | llvm system 14 system |
| 241 | 2026-03-13T16:59:12.694Z | mariadb system 10.6 system |
| 242 | 2026-03-13T16:59:12.694Z | mta vendor vendor dma |
| 243 | 2026-03-13T16:59:12.694Z | openjdk system 17 system |
| 244 | 2026-03-13T16:59:12.694Z | openjdk system 11 system |
| 245 | 2026-03-13T16:59:12.694Z | openjdk system 1.8 system |
| 246 | 2026-03-13T16:59:12.694Z | openssl vendor 3 vendor |
| 247 | 2026-03-13T16:59:12.694Z | perl system 5.36 system |
| 248 | 2026-03-13T16:59:12.694Z | postgresql system 15 system |
| 249 | 2026-03-13T16:59:12.694Z | postgresql system 13 system |
| 250 | 2026-03-13T16:59:12.694Z | python vendor 3 vendor |
| 251 | 2026-03-13T16:59:12.694Z | python system 2 system |
| 252 | 2026-03-13T16:59:12.694Z | python3 system 3.11 system |
| 253 | 2026-03-13T16:59:12.694Z | ruby system 3.0 system |
| 254 | 2026-03-13T16:59:12.694Z | words vendor vendor american-english |
| 255 | 2026-03-13T16:59:12.694Z | words system system australian-english |
| 256 | 2026-03-13T16:59:12.694Z | words system system british-english |
| 257 | 2026-03-13T16:59:12.694Z | words system system canadian-english |
| 258 | 2026-03-13T16:59:12.694Z | words system system french |
| 259 | 2026-03-13T16:59:12.694Z | words system system italian |
| 260 | 2026-03-13T16:59:12.694Z | words system system ngerman |
| 261 | 2026-03-13T16:59:12.694Z | words system system ogerman |
| 262 | 2026-03-13T16:59:12.695Z | words system system spanish |
| 263 | 2026-03-13T16:59:12.994Z | PUBLISHER TYPE STATUS P LOCATION |
| 264 | 2026-03-13T16:59:12.994Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 265 | 2026-03-13T16:59:19.071Z | FMRI IFO |
| 266 | 2026-03-13T16:59:19.071Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 267 | 2026-03-13T16:59:19.071Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 268 | 2026-03-13T16:59:19.071Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 269 | 2026-03-13T16:59:19.071Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 270 | 2026-03-13T16:59:19.071Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 271 | 2026-03-13T16:59:19.071Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 272 | 2026-03-13T16:59:19.071Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 273 | 2026-03-13T16:59:19.071Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 274 | 2026-03-13T16:59:19.071Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 275 | 2026-03-13T16:59:19.071Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 276 | 2026-03-13T16:59:19.071Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 277 | 2026-03-13T16:59:19.071Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 278 | 2026-03-13T16:59:19.071Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 279 | 2026-03-13T16:59:19.071Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 280 | 2026-03-13T16:59:19.071Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 281 | 2026-03-13T16:59:19.071Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 282 | 2026-03-13T16:59:20.313Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 283 | 2026-03-13T16:59:20.591Z | Updating crates.io index |
| 284 | 2026-03-13T16:59:20.626Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 285 | 2026-03-13T16:59:20.900Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 286 | 2026-03-13T16:59:21.977Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 287 | 2026-03-13T16:59:22.137Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 288 | 2026-03-13T16:59:22.430Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 289 | 2026-03-13T16:59:25.129Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 290 | 2026-03-13T16:59:25.967Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 291 | 2026-03-13T16:59:27.381Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 292 | 2026-03-13T16:59:28.939Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 293 | 2026-03-13T16:59:29.703Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 294 | 2026-03-13T16:59:30.129Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 295 | 2026-03-13T16:59:31.345Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 296 | 2026-03-13T16:59:31.608Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 297 | 2026-03-13T16:59:32.073Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 298 | 2026-03-13T16:59:32.365Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 299 | 2026-03-13T16:59:33.576Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 300 | 2026-03-13T16:59:35.052Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 301 | 2026-03-13T16:59:35.354Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 302 | 2026-03-13T16:59:35.673Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 303 | 2026-03-13T16:59:36.226Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 304 | 2026-03-13T16:59:36.487Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 305 | 2026-03-13T16:59:36.768Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 306 | 2026-03-13T16:59:37.104Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 307 | 2026-03-13T16:59:37.616Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 308 | 2026-03-13T16:59:38.098Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 309 | 2026-03-13T16:59:38.657Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 310 | 2026-03-13T16:59:38.928Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 311 | 2026-03-13T16:59:39.335Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 312 | 2026-03-13T16:59:39.630Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 313 | 2026-03-13T16:59:40.872Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 314 | 2026-03-13T16:59:41.176Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 315 | 2026-03-13T16:59:41.536Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 316 | 2026-03-13T16:59:41.915Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 317 | 2026-03-13T16:59:42.294Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 318 | 2026-03-13T16:59:42.815Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 319 | 2026-03-13T16:59:43.073Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 320 | 2026-03-13T16:59:43.393Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 321 | 2026-03-13T16:59:43.819Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 322 | 2026-03-13T16:59:58.675Z | Downloading crates ... |
| 323 | 2026-03-13T16:59:58.737Z | Downloaded autocfg v1.5.0 |
| 324 | 2026-03-13T16:59:58.741Z | Downloaded anstyle v1.0.13 |
| 325 | 2026-03-13T16:59:58.746Z | Downloaded toml_datetime v0.6.11 |
| 326 | 2026-03-13T16:59:58.750Z | Downloaded writeable v0.6.2 |
| 327 | 2026-03-13T16:59:58.758Z | Downloaded cargo-util-schemas v0.8.2 |
| 328 | 2026-03-13T16:59:58.758Z | Downloaded zmij v1.0.21 |
| 329 | 2026-03-13T16:59:58.758Z | Downloaded thread-id v4.2.2 |
| 330 | 2026-03-13T16:59:58.761Z | Downloaded cargo_metadata v0.21.0 |
| 331 | 2026-03-13T16:59:58.761Z | Downloaded utf8_iter v1.0.4 |
| 332 | 2026-03-13T16:59:58.761Z | Downloaded thiserror v1.0.69 |
| 333 | 2026-03-13T16:59:58.764Z | Downloaded zerofrom-derive v0.1.6 |
| 334 | 2026-03-13T16:59:58.764Z | Downloaded version_check v0.9.5 |
| 335 | 2026-03-13T16:59:58.764Z | Downloaded unicode-xid v0.2.6 |
| 336 | 2026-03-13T16:59:58.771Z | Downloaded pest_derive v2.8.6 |
| 337 | 2026-03-13T16:59:58.771Z | Downloaded dtrace-parser v0.2.0 |
| 338 | 2026-03-13T16:59:58.778Z | Downloaded usdt v0.5.0 |
| 339 | 2026-03-13T16:59:58.778Z | Downloaded swrite v0.1.0 |
| 340 | 2026-03-13T16:59:58.778Z | Downloaded cfg-if v1.0.4 |
| 341 | 2026-03-13T16:59:58.778Z | Downloaded macaddr v1.0.1 |
| 342 | 2026-03-13T16:59:58.778Z | Downloaded digest v0.10.7 |
| 343 | 2026-03-13T16:59:58.778Z | Downloaded toml_write v0.1.2 |
| 344 | 2026-03-13T16:59:58.778Z | Downloaded errno v0.3.14 |
| 345 | 2026-03-13T16:59:58.783Z | Downloaded cargo_toml v0.21.0 |
| 346 | 2026-03-13T16:59:58.783Z | Downloaded zerofrom v0.1.6 |
| 347 | 2026-03-13T16:59:58.783Z | Downloaded anstyle-parse v0.2.7 |
| 348 | 2026-03-13T16:59:58.783Z | Downloaded sha2 v0.10.9 |
| 349 | 2026-03-13T16:59:58.783Z | Downloaded idna_adapter v1.2.1 |
| 350 | 2026-03-13T16:59:58.783Z | Downloaded camino-tempfile v1.4.1 |
| 351 | 2026-03-13T16:59:58.783Z | Downloaded yoke-derive v0.8.1 |
| 352 | 2026-03-13T16:59:58.783Z | Downloaded utf8parse v0.2.2 |
| 353 | 2026-03-13T16:59:58.787Z | Downloaded heck v0.4.1 |
| 354 | 2026-03-13T16:59:58.787Z | Downloaded proc-macro-error-attr v1.0.4 |
| 355 | 2026-03-13T16:59:58.787Z | Downloaded usdt-macro v0.5.0 |
| 356 | 2026-03-13T16:59:58.787Z | Downloaded proc-macro-error v1.0.4 |
| 357 | 2026-03-13T16:59:58.790Z | Downloaded cargo-platform v0.2.0 |
| 358 | 2026-03-13T16:59:58.790Z | Downloaded unicode-linebreak v0.1.5 |
| 359 | 2026-03-13T16:59:58.793Z | Downloaded typeid v1.0.3 |
| 360 | 2026-03-13T16:59:58.793Z | Downloaded icu_collections v2.1.1 |
| 361 | 2026-03-13T16:59:58.797Z | Downloaded usdt-impl v0.5.0 |
| 362 | 2026-03-13T16:59:58.797Z | Downloaded camino v1.2.2 |
| 363 | 2026-03-13T16:59:58.801Z | Downloaded serde-untagged v0.1.9 |
| 364 | 2026-03-13T16:59:58.801Z | Downloaded yoke v0.8.1 |
| 365 | 2026-03-13T16:59:58.804Z | Downloaded tinystr v0.8.2 |
| 366 | 2026-03-13T16:59:58.804Z | Downloaded usdt-attr-macro v0.5.0 |
| 367 | 2026-03-13T16:59:58.804Z | Downloaded pest_meta v2.8.6 |
| 368 | 2026-03-13T16:59:58.807Z | Downloaded anyhow v1.0.102 |
| 369 | 2026-03-13T16:59:58.811Z | Downloaded zerovec-derive v0.11.2 |
| 370 | 2026-03-13T16:59:58.812Z | Downloaded toml v0.8.23 |
| 371 | 2026-03-13T16:59:58.815Z | Downloaded thiserror v2.0.18 |
| 372 | 2026-03-13T16:59:58.815Z | Downloaded thiserror-impl v2.0.18 |
| 373 | 2026-03-13T16:59:58.818Z | Downloaded toml_edit v0.22.27 |
| 374 | 2026-03-13T16:59:58.821Z | Downloaded generic-array v0.14.7 |
| 375 | 2026-03-13T16:59:58.821Z | Downloaded once_cell v1.21.3 |
| 376 | 2026-03-13T16:59:58.824Z | Downloaded ucd-trie v0.1.7 |
| 377 | 2026-03-13T16:59:58.824Z | Downloaded zerocopy-derive v0.7.35 |
| 378 | 2026-03-13T16:59:58.827Z | Downloaded textwrap v0.16.2 |
| 379 | 2026-03-13T16:59:58.831Z | Downloaded block-buffer v0.10.4 |
| 380 | 2026-03-13T16:59:58.831Z | Downloaded unicode-ident v1.0.24 |
| 381 | 2026-03-13T16:59:58.834Z | Downloaded stable_deref_trait v1.2.1 |
| 382 | 2026-03-13T16:59:58.834Z | Downloaded serde-value v0.7.0 |
| 383 | 2026-03-13T16:59:58.834Z | Downloaded tabled_derive v0.7.0 |
| 384 | 2026-03-13T16:59:58.834Z | Downloaded potential_utf v0.1.4 |
| 385 | 2026-03-13T16:59:58.834Z | Downloaded is_terminal_polyfill v1.70.2 |
| 386 | 2026-03-13T16:59:58.837Z | Downloaded erased-serde v0.4.9 |
| 387 | 2026-03-13T16:59:58.837Z | Downloaded zerotrie v0.2.3 |
| 388 | 2026-03-13T16:59:58.840Z | Downloaded cpufeatures v0.2.17 |
| 389 | 2026-03-13T16:59:58.840Z | Downloaded url v2.5.8 |
| 390 | 2026-03-13T16:59:58.844Z | Downloaded itoa v1.0.17 |
| 391 | 2026-03-13T16:59:58.844Z | Downloaded dof v0.3.0 |
| 392 | 2026-03-13T16:59:58.847Z | Downloaded typenum v1.19.0 |
| 393 | 2026-03-13T16:59:58.847Z | Downloaded anstyle-query v1.1.5 |
| 394 | 2026-03-13T16:59:58.850Z | Downloaded strsim v0.11.1 |
| 395 | 2026-03-13T16:59:58.850Z | Downloaded bytecount v0.6.9 |
| 396 | 2026-03-13T16:59:58.850Z | Downloaded byteorder v1.5.0 |
| 397 | 2026-03-13T16:59:58.853Z | Downloaded ordered-float v2.10.1 |
| 398 | 2026-03-13T16:59:58.853Z | Downloaded form_urlencoded v1.2.2 |
| 399 | 2026-03-13T16:59:58.853Z | Downloaded crypto-common v0.1.7 |
| 400 | 2026-03-13T16:59:58.857Z | Downloaded thiserror-impl v1.0.69 |
| 401 | 2026-03-13T16:59:58.857Z | Downloaded anstream v0.6.21 |
| 402 | 2026-03-13T16:59:58.857Z | Downloaded zerovec v0.11.5 |
| 403 | 2026-03-13T16:59:58.860Z | Downloaded smawk v0.3.2 |
| 404 | 2026-03-13T16:59:58.864Z | Downloaded scroll_derive v0.12.1 |
| 405 | 2026-03-13T16:59:58.864Z | Downloaded pretty-hex v0.4.1 |
| 406 | 2026-03-13T16:59:58.864Z | Downloaded zerocopy v0.7.35 |
| 407 | 2026-03-13T16:59:58.872Z | Downloaded serde_spanned v0.6.9 |
| 408 | 2026-03-13T16:59:58.877Z | Downloaded winnow v0.7.14 |
| 409 | 2026-03-13T16:59:58.880Z | Downloaded memmap v0.7.0 |
| 410 | 2026-03-13T16:59:58.883Z | Downloaded terminal_size v0.4.3 |
| 411 | 2026-03-13T16:59:58.883Z | Downloaded plain v0.2.3 |
| 412 | 2026-03-13T16:59:58.883Z | Downloaded unicode-width v0.2.0 |
| 413 | 2026-03-13T16:59:58.886Z | Downloaded scroll v0.12.0 |
| 414 | 2026-03-13T16:59:58.889Z | Downloaded unicode-width v0.1.14 |
| 415 | 2026-03-13T16:59:58.892Z | Downloaded serde_tokenstream v0.2.3 |
| 416 | 2026-03-13T16:59:58.895Z | Downloaded icu_normalizer_data v2.1.1 |
| 417 | 2026-03-13T16:59:58.895Z | Downloaded displaydoc v0.2.5 |
| 418 | 2026-03-13T16:59:58.898Z | Downloaded tempfile v3.25.0 |
| 419 | 2026-03-13T16:59:58.898Z | Downloaded heck v0.5.0 |
| 420 | 2026-03-13T16:59:58.901Z | Downloaded percent-encoding v2.3.2 |
| 421 | 2026-03-13T16:59:58.901Z | Downloaded equivalent v1.0.2 |
| 422 | 2026-03-13T16:59:58.901Z | Downloaded colorchoice v1.0.4 |
| 423 | 2026-03-13T16:59:58.901Z | Downloaded clap_lex v1.0.0 |
| 424 | 2026-03-13T16:59:58.905Z | Downloaded fs-err v3.3.0 |
| 425 | 2026-03-13T16:59:58.908Z | Downloaded quote v1.0.44 |
| 426 | 2026-03-13T16:59:58.911Z | Downloaded fnv v1.0.7 |
| 427 | 2026-03-13T16:59:58.911Z | Downloaded semver v1.0.27 |
| 428 | 2026-03-13T16:59:58.914Z | Downloaded fastrand v2.3.0 |
| 429 | 2026-03-13T16:59:58.919Z | Downloaded litemap v0.8.1 |
| 430 | 2026-03-13T16:59:58.922Z | Downloaded pest_generator v2.8.6 |
| 431 | 2026-03-13T16:59:58.925Z | Downloaded smallvec v1.15.1 |
| 432 | 2026-03-13T16:59:58.928Z | Downloaded serde v1.0.228 |
| 433 | 2026-03-13T16:59:58.931Z | Downloaded icu_properties v2.1.2 |
| 434 | 2026-03-13T16:59:58.939Z | Downloaded clap_derive v4.5.55 |
| 435 | 2026-03-13T16:59:58.943Z | Downloaded icu_provider v2.1.1 |
| 436 | 2026-03-13T16:59:58.950Z | Downloaded proc-macro2 v1.0.106 |
| 437 | 2026-03-13T16:59:58.953Z | Downloaded log v0.4.29 |
| 438 | 2026-03-13T16:59:58.956Z | Downloaded papergrid v0.11.0 |
| 439 | 2026-03-13T16:59:58.959Z | Downloaded num-traits v0.2.19 |
| 440 | 2026-03-13T16:59:58.961Z | Downloaded synstructure v0.13.2 |
| 441 | 2026-03-13T16:59:58.967Z | Downloaded serde_core v1.0.228 |
| 442 | 2026-03-13T16:59:58.970Z | Downloaded clap v4.5.60 |
| 443 | 2026-03-13T16:59:58.974Z | Downloaded icu_normalizer v2.1.1 |
| 444 | 2026-03-13T16:59:58.977Z | Downloaded icu_locale_core v2.1.1 |
| 445 | 2026-03-13T16:59:58.981Z | Downloaded getrandom v0.4.1 |
| 446 | 2026-03-13T16:59:58.984Z | Downloaded bitflags v2.11.0 |
| 447 | 2026-03-13T16:59:58.994Z | Downloaded serde_derive v1.0.228 |
| 448 | 2026-03-13T16:59:58.999Z | Downloaded indexmap v2.13.0 |
| 449 | 2026-03-13T16:59:59.003Z | Downloaded memchr v2.8.0 |
| 450 | 2026-03-13T16:59:59.010Z | Downloaded pest v2.8.6 |
| 451 | 2026-03-13T16:59:59.014Z | Downloaded idna v1.1.0 |
| 452 | 2026-03-13T16:59:59.031Z | Downloaded hashbrown v0.16.1 |
| 453 | 2026-03-13T16:59:59.040Z | Downloaded clap_builder v4.5.60 |
| 454 | 2026-03-13T16:59:59.044Z | Downloaded serde_json v1.0.149 |
| 455 | 2026-03-13T16:59:59.049Z | Downloaded icu_properties_data v2.1.2 |
| 456 | 2026-03-13T16:59:59.055Z | Downloaded goblin v0.8.2 |
| 457 | 2026-03-13T16:59:59.059Z | Downloaded syn v1.0.109 |
| 458 | 2026-03-13T16:59:59.066Z | Downloaded tabled v0.15.0 |
| 459 | 2026-03-13T16:59:59.079Z | Downloaded syn v2.0.117 |
| 460 | 2026-03-13T16:59:59.096Z | Downloaded rustix v1.1.3 |
| 461 | 2026-03-13T16:59:59.121Z | Downloaded libc v0.2.180 |
| 462 | 2026-03-13T16:59:59.199Z | Compiling proc-macro2 v1.0.106 |
| 463 | 2026-03-13T16:59:59.202Z | Compiling quote v1.0.44 |
| 464 | 2026-03-13T16:59:59.202Z | Compiling unicode-ident v1.0.24 |
| 465 | 2026-03-13T16:59:59.203Z | Compiling serde_core v1.0.228 |
| 466 | 2026-03-13T16:59:59.203Z | Compiling libc v0.2.180 |
| 467 | 2026-03-13T16:59:59.203Z | Compiling version_check v0.9.5 |
| 468 | 2026-03-13T16:59:59.203Z | Compiling serde v1.0.228 |
| 469 | 2026-03-13T16:59:59.203Z | Compiling stable_deref_trait v1.2.1 |
| 470 | 2026-03-13T16:59:59.610Z | Compiling memchr v2.8.0 |
| 471 | 2026-03-13T16:59:59.633Z | Compiling zmij v1.0.21 |
| 472 | 2026-03-13T16:59:59.932Z | Compiling autocfg v1.5.0 |
| 473 | 2026-03-13T16:59:59.978Z | Compiling ucd-trie v0.1.7 |
| 474 | 2026-03-13T17:00:00.305Z | Compiling itoa v1.0.17 |
| 475 | 2026-03-13T17:00:00.400Z | Compiling thiserror v1.0.69 |
| 476 | 2026-03-13T17:00:00.485Z | Compiling pest v2.8.6 |
| 477 | 2026-03-13T17:00:00.520Z | Compiling litemap v0.8.1 |
| 478 | 2026-03-13T17:00:00.544Z | Compiling writeable v0.6.2 |
| 479 | 2026-03-13T17:00:00.643Z | Compiling icu_properties_data v2.1.2 |
| 480 | 2026-03-13T17:00:00.768Z | Compiling icu_normalizer_data v2.1.1 |
| 481 | 2026-03-13T17:00:01.018Z | Compiling byteorder v1.5.0 |
| 482 | 2026-03-13T17:00:01.043Z | Compiling rustix v1.1.3 |
| 483 | 2026-03-13T17:00:01.211Z | Compiling syn v2.0.117 |
| 484 | 2026-03-13T17:00:01.326Z | Compiling errno v0.3.14 |
| 485 | 2026-03-13T17:00:01.329Z | Compiling serde_json v1.0.149 |
| 486 | 2026-03-13T17:00:01.372Z | Compiling bitflags v2.11.0 |
| 487 | 2026-03-13T17:00:01.660Z | Compiling num-traits v0.2.19 |
| 488 | 2026-03-13T17:00:01.698Z | Compiling hashbrown v0.16.1 |
| 489 | 2026-03-13T17:00:01.732Z | Compiling typeid v1.0.3 |
| 490 | 2026-03-13T17:00:01.905Z | Compiling smallvec v1.15.1 |
| 491 | 2026-03-13T17:00:02.084Z | Compiling pest_meta v2.8.6 |
| 492 | 2026-03-13T17:00:02.183Z | Compiling equivalent v1.0.2 |
| 493 | 2026-03-13T17:00:02.427Z | Compiling indexmap v2.13.0 |
| 494 | 2026-03-13T17:00:02.569Z | Compiling thread-id v4.2.2 |
| 495 | 2026-03-13T17:00:02.682Z | Compiling proc-macro-error-attr v1.0.4 |
| 496 | 2026-03-13T17:00:02.706Z | Compiling usdt-impl v0.5.0 |
| 497 | 2026-03-13T17:00:02.729Z | Compiling toml_write v0.1.2 |
| 498 | 2026-03-13T17:00:02.941Z | Compiling winnow v0.7.14 |
| 499 | 2026-03-13T17:00:02.992Z | Compiling syn v1.0.109 |
| 500 | 2026-03-13T17:00:03.015Z | Compiling erased-serde v0.4.9 |
| 501 | 2026-03-13T17:00:03.505Z | Compiling proc-macro-error v1.0.4 |
| 502 | 2026-03-13T17:00:03.649Z | Compiling percent-encoding v2.3.2 |
| 503 | 2026-03-13T17:00:03.786Z | Compiling getrandom v0.4.1 |
| 504 | 2026-03-13T17:00:03.895Z | Compiling utf8parse v0.2.2 |
| 505 | 2026-03-13T17:00:04.042Z | Compiling utf8_iter v1.0.4 |
| 506 | 2026-03-13T17:00:04.232Z | Compiling log v0.4.29 |
| 507 | 2026-03-13T17:00:04.256Z | Compiling thiserror v2.0.18 |
| 508 | 2026-03-13T17:00:04.413Z | Compiling camino v1.2.2 |
| 509 | 2026-03-13T17:00:04.475Z | Compiling plain v0.2.3 |
| 510 | 2026-03-13T17:00:04.533Z | Compiling ordered-float v2.10.1 |
| 511 | 2026-03-13T17:00:04.649Z | Compiling anstyle-parse v0.2.7 |
| 512 | 2026-03-13T17:00:04.732Z | Compiling form_urlencoded v1.2.2 |
| 513 | 2026-03-13T17:00:04.987Z | Compiling terminal_size v0.4.3 |
| 514 | 2026-03-13T17:00:04.990Z | Compiling cfg-if v1.0.4 |
| 515 | 2026-03-13T17:00:05.058Z | Compiling colorchoice v1.0.4 |
| 516 | 2026-03-13T17:00:05.126Z | Compiling synstructure v0.13.2 |
| 517 | 2026-03-13T17:00:05.156Z | Compiling pest_generator v2.8.6 |
| 518 | 2026-03-13T17:00:05.201Z | Compiling anstyle-query v1.1.5 |
| 519 | 2026-03-13T17:00:05.296Z | Compiling pretty-hex v0.4.1 |
| 520 | 2026-03-13T17:00:05.339Z | Compiling anstyle v1.0.13 |
| 521 | 2026-03-13T17:00:05.453Z | Compiling is_terminal_polyfill v1.70.2 |
| 522 | 2026-03-13T17:00:05.477Z | Compiling serde-untagged v0.1.9 |
| 523 | 2026-03-13T17:00:05.591Z | Compiling anstream v0.6.21 |
| 524 | 2026-03-13T17:00:05.811Z | Compiling semver v1.0.27 |
| 525 | 2026-03-13T17:00:05.958Z | Compiling fs-err v3.3.0 |
| 526 | 2026-03-13T17:00:05.997Z | Compiling clap_lex v1.0.0 |
| 527 | 2026-03-13T17:00:06.114Z | Compiling heck v0.4.1 |
| 528 | 2026-03-13T17:00:06.212Z | Compiling strsim v0.11.1 |
| 529 | 2026-03-13T17:00:06.239Z | Compiling unicode-xid v0.2.6 |
| 530 | 2026-03-13T17:00:06.256Z | Compiling fastrand v2.3.0 |
| 531 | 2026-03-13T17:00:06.295Z | Compiling unicode-width v0.1.14 |
| 532 | 2026-03-13T17:00:06.395Z | Compiling once_cell v1.21.3 |
| 533 | 2026-03-13T17:00:06.414Z | Compiling anyhow v1.0.102 |
| 534 | 2026-03-13T17:00:06.650Z | Compiling bytecount v0.6.9 |
| 535 | 2026-03-13T17:00:06.675Z | Compiling fnv v1.0.7 |
| 536 | 2026-03-13T17:00:06.685Z | Compiling heck v0.5.0 |
| 537 | 2026-03-13T17:00:06.801Z | Compiling papergrid v0.11.0 |
| 538 | 2026-03-13T17:00:06.823Z | Compiling tempfile v3.25.0 |
| 539 | 2026-03-13T17:00:06.974Z | Compiling clap_builder v4.5.60 |
| 540 | 2026-03-13T17:00:07.114Z | Compiling memmap v0.7.0 |
| 541 | 2026-03-13T17:00:07.139Z | Compiling unicode-width v0.2.0 |
| 542 | 2026-03-13T17:00:07.363Z | Compiling unicode-linebreak v0.1.5 |
| 543 | 2026-03-13T17:00:07.390Z | Compiling smawk v0.3.2 |
| 544 | 2026-03-13T17:00:07.688Z | Compiling textwrap v0.16.2 |
| 545 | 2026-03-13T17:00:07.711Z | Compiling serde_derive v1.0.228 |
| 546 | 2026-03-13T17:00:07.935Z | Compiling zerofrom-derive v0.1.6 |
| 547 | 2026-03-13T17:00:07.975Z | Compiling yoke-derive v0.8.1 |
| 548 | 2026-03-13T17:00:08.048Z | Compiling zerovec-derive v0.11.2 |
| 549 | 2026-03-13T17:00:08.325Z | Compiling displaydoc v0.2.5 |
| 550 | 2026-03-13T17:00:08.819Z | Compiling thiserror-impl v1.0.69 |
| 551 | 2026-03-13T17:00:09.309Z | Compiling zerocopy-derive v0.7.35 |
| 552 | 2026-03-13T17:00:09.543Z | Compiling pest_derive v2.8.6 |
| 553 | 2026-03-13T17:00:09.583Z | Compiling scroll_derive v0.12.1 |
| 554 | 2026-03-13T17:00:09.888Z | Compiling zerofrom v0.1.6 |
| 555 | 2026-03-13T17:00:10.058Z | Compiling yoke v0.8.1 |
| 556 | 2026-03-13T17:00:10.115Z | Compiling thiserror-impl v2.0.18 |
| 557 | 2026-03-13T17:00:10.300Z | Compiling zerovec v0.11.5 |
| 558 | 2026-03-13T17:00:10.491Z | Compiling zerotrie v0.2.3 |
| 559 | 2026-03-13T17:00:10.515Z | Compiling zerocopy v0.7.35 |
| 560 | 2026-03-13T17:00:10.674Z | Compiling dtrace-parser v0.2.0 |
| 561 | 2026-03-13T17:00:10.890Z | Compiling scroll v0.12.0 |
| 562 | 2026-03-13T17:00:10.989Z | Compiling tinystr v0.8.2 |
| 563 | 2026-03-13T17:00:11.235Z | Compiling icu_locale_core v2.1.1 |
| 564 | 2026-03-13T17:00:11.259Z | Compiling potential_utf v0.1.4 |
| 565 | 2026-03-13T17:00:11.315Z | Compiling goblin v0.8.2 |
| 566 | 2026-03-13T17:00:11.368Z | Compiling tabled_derive v0.7.0 |
| 567 | 2026-03-13T17:00:11.473Z | Compiling icu_collections v2.1.1 |
| 568 | 2026-03-13T17:00:11.664Z | Compiling clap_derive v4.5.55 |
| 569 | 2026-03-13T17:00:11.727Z | Compiling camino-tempfile v1.4.1 |
| 570 | 2026-03-13T17:00:12.140Z | Compiling icu_provider v2.1.1 |
| 571 | 2026-03-13T17:00:12.166Z | Compiling swrite v0.1.0 |
| 572 | 2026-03-13T17:00:12.304Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 573 | 2026-03-13T17:00:12.550Z | Compiling icu_normalizer v2.1.1 |
| 574 | 2026-03-13T17:00:12.576Z | Compiling icu_properties v2.1.2 |
| 575 | 2026-03-13T17:00:12.579Z | Compiling serde_spanned v0.6.9 |
| 576 | 2026-03-13T17:00:12.628Z | Compiling toml_datetime v0.6.11 |
| 577 | 2026-03-13T17:00:12.733Z | Compiling dof v0.3.0 |
| 578 | 2026-03-13T17:00:12.748Z | Compiling serde_tokenstream v0.2.3 |
| 579 | 2026-03-13T17:00:12.769Z | Compiling serde-value v0.7.0 |
| 580 | 2026-03-13T17:00:12.981Z | Compiling toml_edit v0.22.27 |
| 581 | 2026-03-13T17:00:13.225Z | Compiling cargo-platform v0.2.0 |
| 582 | 2026-03-13T17:00:13.266Z | Compiling tabled v0.15.0 |
| 583 | 2026-03-13T17:00:13.302Z | Compiling macaddr v1.0.1 |
| 584 | 2026-03-13T17:00:13.805Z | Compiling idna_adapter v1.2.1 |
| 585 | 2026-03-13T17:00:13.834Z | Compiling usdt-attr-macro v0.5.0 |
| 586 | 2026-03-13T17:00:13.885Z | Compiling usdt-macro v0.5.0 |
| 587 | 2026-03-13T17:00:14.005Z | Compiling idna v1.1.0 |
| 588 | 2026-03-13T17:00:14.111Z | Compiling clap v4.5.60 |
| 589 | 2026-03-13T17:00:14.351Z | Compiling url v2.5.8 |
| 590 | 2026-03-13T17:00:14.920Z | Compiling toml v0.8.23 |
| 591 | 2026-03-13T17:00:15.427Z | Compiling cargo-util-schemas v0.8.2 |
| 592 | 2026-03-13T17:00:15.507Z | Compiling cargo_toml v0.21.0 |
| 593 | 2026-03-13T17:00:15.730Z | Compiling usdt v0.5.0 |
| 594 | 2026-03-13T17:00:16.661Z | Compiling cargo_metadata v0.21.0 |
| 595 | 2026-03-13T17:00:18.025Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 596 | 2026-03-13T17:00:20.853Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s |
| 597 | 2026-03-13T17:00:21.170Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 598 | 2026-03-13T17:00:21.899Z | Downloading crates ... |
| 599 | 2026-03-13T17:00:22.005Z | Downloaded adler2 v2.0.1 |
| 600 | 2026-03-13T17:00:22.010Z | Downloaded backoff v0.4.0 |
| 601 | 2026-03-13T17:00:22.017Z | Downloaded async-stream-impl v0.3.6 |
| 602 | 2026-03-13T17:00:22.020Z | Downloaded atty v0.2.14 |
| 603 | 2026-03-13T17:00:22.023Z | Downloaded async-stream v0.3.6 |
| 604 | 2026-03-13T17:00:22.026Z | Downloaded async-recursion v1.1.1 |
| 605 | 2026-03-13T17:00:22.035Z | Downloaded cmake v0.1.57 |
| 606 | 2026-03-13T17:00:22.039Z | Downloaded castaway v0.2.4 |
| 607 | 2026-03-13T17:00:22.042Z | Downloaded bitfield-macros v0.19.4 |
| 608 | 2026-03-13T17:00:22.045Z | Downloaded bcs v0.1.6 |
| 609 | 2026-03-13T17:00:22.049Z | Downloaded darling v0.21.3 |
| 610 | 2026-03-13T17:00:22.055Z | Downloaded debug-ignore v1.0.5 |
| 611 | 2026-03-13T17:00:22.061Z | Downloaded defmt-parser v1.0.0 |
| 612 | 2026-03-13T17:00:22.064Z | Downloaded critical-section v1.2.0 |
| 613 | 2026-03-13T17:00:22.067Z | Downloaded cstr-argument v0.1.2 |
| 614 | 2026-03-13T17:00:22.069Z | Downloaded bit-set v0.5.3 |
| 615 | 2026-03-13T17:00:22.072Z | Downloaded array-init v0.0.4 |
| 616 | 2026-03-13T17:00:22.076Z | Downloaded foldhash v0.1.5 |
| 617 | 2026-03-13T17:00:22.079Z | Downloaded defmt-macros v1.0.1 |
| 618 | 2026-03-13T17:00:22.084Z | Downloaded difflib v0.4.0 |
| 619 | 2026-03-13T17:00:22.087Z | Downloaded flagset v0.4.7 |
| 620 | 2026-03-13T17:00:22.090Z | Downloaded daft v0.1.5 |
| 621 | 2026-03-13T17:00:22.094Z | Downloaded crossbeam-utils v0.8.21 |
| 622 | 2026-03-13T17:00:22.098Z | Downloaded deranged v0.5.8 |
| 623 | 2026-03-13T17:00:22.103Z | Downloaded crossterm v0.28.1 |
| 624 | 2026-03-13T17:00:22.110Z | Downloaded fd-lock v4.0.4 |
| 625 | 2026-03-13T17:00:22.115Z | Downloaded dropshot-api-manager-types v0.6.0 |
| 626 | 2026-03-13T17:00:22.118Z | Downloaded dtrace-parser v0.3.0 |
| 627 | 2026-03-13T17:00:22.121Z | Downloaded enum-as-inner v0.6.1 |
| 628 | 2026-03-13T17:00:22.124Z | Downloaded darling_core v0.20.11 |
| 629 | 2026-03-13T17:00:22.134Z | Downloaded fixedbitset v0.4.2 |
| 630 | 2026-03-13T17:00:22.138Z | Downloaded foreign-types-macros v0.2.3 |
| 631 | 2026-03-13T17:00:22.138Z | Downloaded funty v2.0.0 |
| 632 | 2026-03-13T17:00:22.144Z | Downloaded float-cmp v0.10.0 |
| 633 | 2026-03-13T17:00:22.144Z | Downloaded chacha20 v0.9.1 |
| 634 | 2026-03-13T17:00:22.151Z | Downloaded env_filter v1.0.0 |
| 635 | 2026-03-13T17:00:22.151Z | Downloaded dirs-sys-next v0.1.2 |
| 636 | 2026-03-13T17:00:22.156Z | Downloaded foreign-types-shared v0.3.1 |
| 637 | 2026-03-13T17:00:22.159Z | Downloaded foreign-types v0.3.2 |
| 638 | 2026-03-13T17:00:22.159Z | Downloaded futures-task v0.3.32 |
| 639 | 2026-03-13T17:00:22.162Z | Downloaded dyn-clone v1.0.20 |
| 640 | 2026-03-13T17:00:22.169Z | Downloaded cancel-safe-futures v0.1.5 |
| 641 | 2026-03-13T17:00:22.177Z | Downloaded allocator-api2 v0.2.21 |
| 642 | 2026-03-13T17:00:22.194Z | Downloaded foreign-types-shared v0.1.1 |
| 643 | 2026-03-13T17:00:22.195Z | Downloaded fxhash v0.2.1 |
| 644 | 2026-03-13T17:00:22.195Z | Downloaded git-stub v1.0.0 |
| 645 | 2026-03-13T17:00:22.198Z | Downloaded futures-macro v0.3.32 |
| 646 | 2026-03-13T17:00:22.198Z | Downloaded globwalk v0.9.1 |
| 647 | 2026-03-13T17:00:22.198Z | Downloaded fixedbitset v0.5.7 |
| 648 | 2026-03-13T17:00:22.199Z | Downloaded der v0.7.10 |
| 649 | 2026-03-13T17:00:22.203Z | Downloaded ghash v0.5.1 |
| 650 | 2026-03-13T17:00:22.208Z | Downloaded hex-literal v0.4.1 |
| 651 | 2026-03-13T17:00:22.208Z | Downloaded gethostname v0.5.0 |
| 652 | 2026-03-13T17:00:22.211Z | Downloaded hash32 v0.2.1 |
| 653 | 2026-03-13T17:00:22.215Z | Downloaded hex v0.4.3 |
| 654 | 2026-03-13T17:00:22.220Z | Downloaded constant_time_eq v0.4.2 |
| 655 | 2026-03-13T17:00:22.220Z | Downloaded http-body v1.0.1 |
| 656 | 2026-03-13T17:00:22.226Z | Downloaded httpdate v1.0.3 |
| 657 | 2026-03-13T17:00:22.231Z | Downloaded const_format_proc_macros v0.2.34 |
| 658 | 2026-03-13T17:00:22.235Z | Downloaded ed25519 v2.2.3 |
| 659 | 2026-03-13T17:00:22.235Z | Downloaded hostname v0.3.1 |
| 660 | 2026-03-13T17:00:22.240Z | Downloaded env_logger v0.11.9 |
| 661 | 2026-03-13T17:00:22.244Z | Downloaded drift v0.1.3 |
| 662 | 2026-03-13T17:00:22.263Z | Downloaded ident_case v1.0.1 |
| 663 | 2026-03-13T17:00:22.268Z | Downloaded darling v0.23.0 |
| 664 | 2026-03-13T17:00:22.272Z | Downloaded inout v0.1.4 |
| 665 | 2026-03-13T17:00:22.275Z | Downloaded instant v0.1.13 |
| 666 | 2026-03-13T17:00:22.280Z | Downloaded indent_write v2.2.0 |
| 667 | 2026-03-13T17:00:22.280Z | Downloaded indoc v1.0.9 |
| 668 | 2026-03-13T17:00:22.284Z | Downloaded is_ci v1.2.0 |
| 669 | 2026-03-13T17:00:22.288Z | Downloaded group v0.13.0 |
| 670 | 2026-03-13T17:00:22.297Z | Downloaded kstat-rs v0.2.4 |
| 671 | 2026-03-13T17:00:22.302Z | Downloaded internet-checksum v0.2.1 |
| 672 | 2026-03-13T17:00:22.302Z | Downloaded keccak v0.1.6 |
| 673 | 2026-03-13T17:00:22.302Z | Downloaded cargo_toml v0.22.3 |
| 674 | 2026-03-13T17:00:22.302Z | Downloaded is-terminal v0.4.17 |
| 675 | 2026-03-13T17:00:22.307Z | Downloaded lazy_static v1.5.0 |
| 676 | 2026-03-13T17:00:22.307Z | Downloaded chacha20 v0.10.0 |
| 677 | 2026-03-13T17:00:22.312Z | Downloaded humantime v2.3.0 |
| 678 | 2026-03-13T17:00:22.316Z | Downloaded cookie v0.18.1 |
| 679 | 2026-03-13T17:00:22.321Z | Downloaded console v0.15.11 |
| 680 | 2026-03-13T17:00:22.321Z | Downloaded http-body-util v0.1.3 |
| 681 | 2026-03-13T17:00:22.326Z | Downloaded fallible-iterator v0.2.0 |
| 682 | 2026-03-13T17:00:22.329Z | Downloaded crossbeam-deque v0.8.6 |
| 683 | 2026-03-13T17:00:22.329Z | Downloaded des v0.8.1 |
| 684 | 2026-03-13T17:00:22.338Z | Downloaded maybe-uninit v2.0.0 |
| 685 | 2026-03-13T17:00:22.342Z | Downloaded multimap v0.10.1 |
| 686 | 2026-03-13T17:00:22.342Z | Downloaded memoffset v0.9.1 |
| 687 | 2026-03-13T17:00:22.342Z | Downloaded hyper-staticfile v0.10.1 |
| 688 | 2026-03-13T17:00:22.347Z | Downloaded indoc v2.0.7 |
| 689 | 2026-03-13T17:00:22.347Z | Downloaded half v1.8.3 |
| 690 | 2026-03-13T17:00:22.350Z | Downloaded lalrpop-util v0.19.12 |
| 691 | 2026-03-13T17:00:22.358Z | Downloaded md5 v0.7.0 |
| 692 | 2026-03-13T17:00:22.364Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 693 | 2026-03-13T17:00:22.364Z | Downloaded nibble_vec v0.1.0 |
| 694 | 2026-03-13T17:00:22.364Z | Downloaded nodrop v0.1.14 |
| 695 | 2026-03-13T17:00:22.372Z | Downloaded find-msvc-tools v0.1.9 |
| 696 | 2026-03-13T17:00:22.373Z | Downloaded ingot-types v0.1.2 |
| 697 | 2026-03-13T17:00:22.376Z | Downloaded newtype-uuid-macros v0.1.0 |
| 698 | 2026-03-13T17:00:22.376Z | Downloaded highway v1.3.0 |
| 699 | 2026-03-13T17:00:22.376Z | Downloaded hickory-client v0.25.2 |
| 700 | 2026-03-13T17:00:22.384Z | Downloaded nonempty v0.12.0 |
| 701 | 2026-03-13T17:00:22.384Z | Downloaded normalize-line-endings v0.3.0 |
| 702 | 2026-03-13T17:00:22.394Z | Downloaded libloading v0.8.9 |
| 703 | 2026-03-13T17:00:22.395Z | Downloaded num-iter v0.1.45 |
| 704 | 2026-03-13T17:00:22.400Z | Downloaded openssl-macros v0.1.1 |
| 705 | 2026-03-13T17:00:22.400Z | Downloaded num_threads v0.1.7 |
| 706 | 2026-03-13T17:00:22.400Z | Downloaded num_enum_derive v0.5.11 |
| 707 | 2026-03-13T17:00:22.400Z | Downloaded num-conv v0.2.0 |
| 708 | 2026-03-13T17:00:22.405Z | Downloaded olpc-cjson v0.1.4 |
| 709 | 2026-03-13T17:00:22.405Z | Downloaded futures v0.3.32 |
| 710 | 2026-03-13T17:00:22.411Z | Downloaded linear-map v1.2.0 |
| 711 | 2026-03-13T17:00:22.416Z | Downloaded derive-where v1.6.0 |
| 712 | 2026-03-13T17:00:22.465Z | Downloaded fatfs v0.3.6 |
| 713 | 2026-03-13T17:00:22.465Z | Downloaded opaque-debug v0.3.1 |
| 714 | 2026-03-13T17:00:22.466Z | Downloaded openssl-probe v0.2.1 |
| 715 | 2026-03-13T17:00:22.466Z | Downloaded newtype_derive v0.1.6 |
| 716 | 2026-03-13T17:00:22.466Z | Downloaded parse-display v0.10.0 |
| 717 | 2026-03-13T17:00:22.466Z | Downloaded match_cfg v0.1.0 |
| 718 | 2026-03-13T17:00:22.466Z | Downloaded lzss v0.8.2 |
| 719 | 2026-03-13T17:00:22.466Z | Downloaded openssl-probe v0.1.6 |
| 720 | 2026-03-13T17:00:22.466Z | Downloaded ingot-macros v0.1.1 |
| 721 | 2026-03-13T17:00:22.466Z | Downloaded nanorand v0.7.0 |
| 722 | 2026-03-13T17:00:22.466Z | Downloaded mime_guess v2.0.5 |
| 723 | 2026-03-13T17:00:22.466Z | Downloaded path-slash v0.1.5 |
| 724 | 2026-03-13T17:00:22.466Z | Downloaded pbkdf2 v0.12.2 |
| 725 | 2026-03-13T17:00:22.466Z | Downloaded nu-ansi-term v0.50.3 |
| 726 | 2026-03-13T17:00:22.466Z | Downloaded newtype-uuid v1.3.2 |
| 727 | 2026-03-13T17:00:22.466Z | Downloaded linked-hash-map v0.5.6 |
| 728 | 2026-03-13T17:00:22.466Z | Downloaded peg-runtime v0.8.5 |
| 729 | 2026-03-13T17:00:22.466Z | Downloaded multer v3.1.0 |
| 730 | 2026-03-13T17:00:22.483Z | Downloaded base64 v0.22.1 |
| 731 | 2026-03-13T17:00:22.483Z | Downloaded indexmap v1.9.3 |
| 732 | 2026-03-13T17:00:22.483Z | Downloaded owo-colors v4.3.0 |
| 733 | 2026-03-13T17:00:22.483Z | Downloaded oso-derive v0.27.3 |
| 734 | 2026-03-13T17:00:22.498Z | Downloaded phf_shared v0.11.3 |
| 735 | 2026-03-13T17:00:22.498Z | Downloaded num_enum v0.7.5 |
| 736 | 2026-03-13T17:00:22.498Z | Downloaded phf_shared v0.12.1 |
| 737 | 2026-03-13T17:00:22.498Z | Downloaded phf_shared v0.13.1 |
| 738 | 2026-03-13T17:00:22.498Z | Downloaded dropshot_endpoint v0.16.7 |
| 739 | 2026-03-13T17:00:22.514Z | Downloaded const_format v0.2.35 |
| 740 | 2026-03-13T17:00:22.514Z | Downloaded compact_str v0.8.1 |
| 741 | 2026-03-13T17:00:22.514Z | Downloaded cc v1.2.56 |
| 742 | 2026-03-13T17:00:22.514Z | Downloaded bumpalo v3.20.2 |
| 743 | 2026-03-13T17:00:22.518Z | Downloaded packed_struct_codegen v0.10.1 |
| 744 | 2026-03-13T17:00:22.519Z | Downloaded darling_core v0.21.3 |
| 745 | 2026-03-13T17:00:22.519Z | Downloaded proc-macro-crate v1.3.1 |
| 746 | 2026-03-13T17:00:22.519Z | Downloaded crossterm v0.29.0 |
| 747 | 2026-03-13T17:00:22.522Z | Downloaded predicates-tree v1.0.13 |
| 748 | 2026-03-13T17:00:22.529Z | Downloaded predicates-core v1.0.10 |
| 749 | 2026-03-13T17:00:22.529Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 750 | 2026-03-13T17:00:22.540Z | Downloaded proc-macro-crate v3.4.0 |
| 751 | 2026-03-13T17:00:22.540Z | Downloaded progenitor-macro v0.10.0 |
| 752 | 2026-03-13T17:00:22.540Z | Downloaded progenitor-client v0.11.2 |
| 753 | 2026-03-13T17:00:22.540Z | Downloaded peg-macros v0.8.5 |
| 754 | 2026-03-13T17:00:22.547Z | Downloaded heapless v0.7.17 |
| 755 | 2026-03-13T17:00:22.547Z | Downloaded progenitor-macro v0.13.0 |
| 756 | 2026-03-13T17:00:22.547Z | Downloaded pem-rfc7468 v0.7.0 |
| 757 | 2026-03-13T17:00:22.547Z | Downloaded quick-error v1.2.3 |
| 758 | 2026-03-13T17:00:22.547Z | Downloaded password-hash v0.5.0 |
| 759 | 2026-03-13T17:00:22.567Z | Downloaded libbz2-rs-sys v0.2.2 |
| 760 | 2026-03-13T17:00:22.567Z | Downloaded pem v3.0.6 |
| 761 | 2026-03-13T17:00:22.571Z | Downloaded password-hash v0.4.2 |
| 762 | 2026-03-13T17:00:22.571Z | Downloaded pin-utils v0.1.0 |
| 763 | 2026-03-13T17:00:22.572Z | Downloaded phf v0.13.1 |
| 764 | 2026-03-13T17:00:22.572Z | Downloaded phf v0.12.1 |
| 765 | 2026-03-13T17:00:22.572Z | Downloaded psl-types v2.0.11 |
| 766 | 2026-03-13T17:00:22.572Z | Downloaded pin-project-internal v1.1.11 |
| 767 | 2026-03-13T17:00:22.572Z | Downloaded rand_chacha v0.3.1 |
| 768 | 2026-03-13T17:00:22.572Z | Downloaded heapless v0.8.0 |
| 769 | 2026-03-13T17:00:22.579Z | Downloaded radium v0.7.0 |
| 770 | 2026-03-13T17:00:22.579Z | Downloaded paste v1.0.15 |
| 771 | 2026-03-13T17:00:22.588Z | Downloaded ppv-lite86 v0.2.21 |
| 772 | 2026-03-13T17:00:22.588Z | Downloaded flate2 v1.1.9 |
| 773 | 2026-03-13T17:00:22.598Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 774 | 2026-03-13T17:00:22.599Z | Downloaded predicates v3.1.4 |
| 775 | 2026-03-13T17:00:22.599Z | Downloaded recursive v0.1.1 |
| 776 | 2026-03-13T17:00:22.603Z | Downloaded parking_lot_core v0.9.12 |
| 777 | 2026-03-13T17:00:22.603Z | Downloaded poly1305 v0.8.0 |
| 778 | 2026-03-13T17:00:22.604Z | Downloaded ref-cast v1.0.25 |
| 779 | 2026-03-13T17:00:22.604Z | Downloaded ref-cast-impl v1.0.25 |
| 780 | 2026-03-13T17:00:22.608Z | Downloaded rand_xorshift v0.4.0 |
| 781 | 2026-03-13T17:00:22.608Z | Downloaded indicatif v0.18.4 |
| 782 | 2026-03-13T17:00:22.614Z | Downloaded psm v0.1.30 |
| 783 | 2026-03-13T17:00:22.614Z | Downloaded progenitor v0.10.0 |
| 784 | 2026-03-13T17:00:22.619Z | Downloaded russh-cryptovec v0.7.3 |
| 785 | 2026-03-13T17:00:22.619Z | Downloaded progenitor-extras v0.1.1 |
| 786 | 2026-03-13T17:00:22.619Z | Downloaded omicron-zone-package v0.12.2 |
| 787 | 2026-03-13T17:00:22.624Z | Downloaded rfc6979 v0.4.0 |
| 788 | 2026-03-13T17:00:22.627Z | Downloaded miniz_oxide v0.8.9 |
| 789 | 2026-03-13T17:00:22.627Z | Downloaded rustc-hash v2.1.1 |
| 790 | 2026-03-13T17:00:22.632Z | Downloaded pkcs8 v0.10.2 |
| 791 | 2026-03-13T17:00:22.632Z | Downloaded rustc_version v0.4.1 |
| 792 | 2026-03-13T17:00:22.636Z | Downloaded rustc_version v0.1.7 |
| 793 | 2026-03-13T17:00:22.636Z | Downloaded progenitor-client v0.13.0 |
| 794 | 2026-03-13T17:00:22.640Z | Downloaded progenitor v0.13.0 |
| 795 | 2026-03-13T17:00:22.640Z | Downloaded hickory-resolver v0.24.4 |
| 796 | 2026-03-13T17:00:22.644Z | Downloaded rtoolbox v0.0.3 |
| 797 | 2026-03-13T17:00:22.649Z | Downloaded progenitor-client v0.10.0 |
| 798 | 2026-03-13T17:00:22.649Z | Downloaded progenitor v0.11.2 |
| 799 | 2026-03-13T17:00:22.652Z | Downloaded proc-macro-error2 v2.0.1 |
| 800 | 2026-03-13T17:00:22.653Z | Downloaded r2d2 v0.8.10 |
| 801 | 2026-03-13T17:00:22.657Z | Downloaded progenitor-macro v0.11.2 |
| 802 | 2026-03-13T17:00:22.657Z | Downloaded polyval v0.6.2 |
| 803 | 2026-03-13T17:00:22.660Z | Downloaded sapling-renderdag v0.1.0 |
| 804 | 2026-03-13T17:00:22.660Z | Downloaded litrs v1.0.0 |
| 805 | 2026-03-13T17:00:22.669Z | Downloaded rand_core v0.10.0 |
| 806 | 2026-03-13T17:00:22.669Z | Downloaded papergrid v0.17.0 |
| 807 | 2026-03-13T17:00:22.675Z | Downloaded http v1.4.0 |
| 808 | 2026-03-13T17:00:22.675Z | Downloaded scopeguard v1.2.0 |
| 809 | 2026-03-13T17:00:22.676Z | Downloaded pkg-config v0.3.32 |
| 810 | 2026-03-13T17:00:22.679Z | Downloaded expectorate v1.2.0 |
| 811 | 2026-03-13T17:00:22.680Z | Downloaded resolv-conf v0.7.6 |
| 812 | 2026-03-13T17:00:22.688Z | Downloaded pkcs1 v0.7.5 |
| 813 | 2026-03-13T17:00:22.688Z | Downloaded salsa20 v0.10.2 |
| 814 | 2026-03-13T17:00:22.688Z | Downloaded derive_more-impl v2.1.1 |
| 815 | 2026-03-13T17:00:22.691Z | Downloaded secrecy v0.8.0 |
| 816 | 2026-03-13T17:00:22.698Z | Downloaded rand_seeder v0.4.0 |
| 817 | 2026-03-13T17:00:22.698Z | Downloaded scheduled-thread-pool v0.2.7 |
| 818 | 2026-03-13T17:00:22.698Z | Downloaded quinn-udp v0.5.14 |
| 819 | 2026-03-13T17:00:22.703Z | Downloaded rand_core v0.9.5 |
| 820 | 2026-03-13T17:00:22.703Z | Downloaded hyper-util v0.1.20 |
| 821 | 2026-03-13T17:00:22.708Z | Downloaded postgres-types v0.2.12 |
| 822 | 2026-03-13T17:00:22.712Z | Downloaded serde_bytes v0.11.19 |
| 823 | 2026-03-13T17:00:22.712Z | Downloaded serde_plain v1.0.2 |
| 824 | 2026-03-13T17:00:22.716Z | Downloaded scroll_derive v0.13.1 |
| 825 | 2026-03-13T17:00:22.716Z | Downloaded serde_spanned v1.0.4 |
| 826 | 2026-03-13T17:00:22.716Z | Downloaded scrypt v0.11.0 |
| 827 | 2026-03-13T17:00:22.720Z | Downloaded serde-big-array v0.5.1 |
| 828 | 2026-03-13T17:00:22.720Z | Downloaded seq-macro v0.3.6 |
| 829 | 2026-03-13T17:00:22.725Z | Downloaded serde_urlencoded v0.7.1 |
| 830 | 2026-03-13T17:00:22.730Z | Downloaded shell-words v1.1.1 |
| 831 | 2026-03-13T17:00:22.730Z | Downloaded sha1 v0.10.6 |
| 832 | 2026-03-13T17:00:22.730Z | Downloaded rustls-pemfile v1.0.4 |
| 833 | 2026-03-13T17:00:22.730Z | Downloaded hashbrown v0.12.3 |
| 834 | 2026-03-13T17:00:22.734Z | Downloaded rusty-fork v0.3.1 |
| 835 | 2026-03-13T17:00:22.738Z | Downloaded rustversion v1.0.22 |
| 836 | 2026-03-13T17:00:22.738Z | Downloaded pkcs5 v0.7.1 |
| 837 | 2026-03-13T17:00:22.743Z | Downloaded parking_lot v0.12.5 |
| 838 | 2026-03-13T17:00:22.748Z | Downloaded sigpipe v0.1.3 |
| 839 | 2026-03-13T17:00:22.748Z | Downloaded signature v2.2.0 |
| 840 | 2026-03-13T17:00:22.748Z | Downloaded parking_lot v0.11.2 |
| 841 | 2026-03-13T17:00:22.751Z | Downloaded pin-project v1.1.11 |
| 842 | 2026-03-13T17:00:22.762Z | Downloaded slog-envlogger v2.2.0 |
| 843 | 2026-03-13T17:00:22.767Z | Downloaded signal-hook-tokio v0.3.1 |
| 844 | 2026-03-13T17:00:22.767Z | Downloaded rand_chacha v0.9.0 |
| 845 | 2026-03-13T17:00:22.767Z | Downloaded sec1 v0.7.3 |
| 846 | 2026-03-13T17:00:22.767Z | Downloaded progenitor-impl v0.10.0 |
| 847 | 2026-03-13T17:00:22.776Z | Downloaded siphasher v1.0.2 |
| 848 | 2026-03-13T17:00:22.776Z | Downloaded scroll v0.13.0 |
| 849 | 2026-03-13T17:00:22.776Z | Downloaded serde-hex v0.1.0 |
| 850 | 2026-03-13T17:00:22.780Z | Downloaded secrecy v0.10.3 |
| 851 | 2026-03-13T17:00:22.780Z | Downloaded sct v0.7.1 |
| 852 | 2026-03-13T17:00:22.780Z | Downloaded rustls-pemfile v2.2.0 |
| 853 | 2026-03-13T17:00:22.782Z | Downloaded diesel_derives v2.3.7 |
| 854 | 2026-03-13T17:00:22.786Z | Downloaded serde_repr v0.1.20 |
| 855 | 2026-03-13T17:00:22.792Z | Downloaded same-file v1.0.6 |
| 856 | 2026-03-13T17:00:22.792Z | Downloaded russh-keys v0.45.0 |
| 857 | 2026-03-13T17:00:22.796Z | Downloaded minimal-lexical v0.2.1 |
| 858 | 2026-03-13T17:00:22.802Z | Downloaded ssh-cipher v0.2.0 |
| 859 | 2026-03-13T17:00:22.803Z | Downloaded p256 v0.13.2 |
| 860 | 2026-03-13T17:00:22.806Z | Downloaded shlex v1.3.0 |
| 861 | 2026-03-13T17:00:22.806Z | Downloaded schemars_derive v0.8.22 |
| 862 | 2026-03-13T17:00:22.806Z | Downloaded oso v0.27.3 |
| 863 | 2026-03-13T17:00:22.810Z | Downloaded primeorder v0.13.6 |
| 864 | 2026-03-13T17:00:22.810Z | Downloaded aes v0.8.4 |
| 865 | 2026-03-13T17:00:22.814Z | Downloaded signal-hook-registry v1.4.8 |
| 866 | 2026-03-13T17:00:22.814Z | Downloaded signal-hook-mio v0.2.5 |
| 867 | 2026-03-13T17:00:22.819Z | Downloaded ssh-encoding v0.2.0 |
| 868 | 2026-03-13T17:00:22.819Z | Downloaded serde_derive_internals v0.29.1 |
| 869 | 2026-03-13T17:00:22.819Z | Downloaded sqlparser_derive v0.5.0 |
| 870 | 2026-03-13T17:00:22.822Z | Downloaded strum v0.26.3 |
| 871 | 2026-03-13T17:00:22.822Z | Downloaded strum v0.27.2 |
| 872 | 2026-03-13T17:00:22.823Z | Downloaded supports-color v3.0.2 |
| 873 | 2026-03-13T17:00:22.827Z | Downloaded structmeta-derive v0.3.0 |
| 874 | 2026-03-13T17:00:22.827Z | Downloaded smallvec v0.6.14 |
| 875 | 2026-03-13T17:00:22.831Z | Downloaded slog-term v2.9.2 |
| 876 | 2026-03-13T17:00:22.832Z | Downloaded slog-stdlog v4.1.1 |
| 877 | 2026-03-13T17:00:22.832Z | Downloaded strip-ansi-escapes v0.2.1 |
| 878 | 2026-03-13T17:00:22.835Z | Downloaded smf v0.2.3 |
| 879 | 2026-03-13T17:00:22.835Z | Downloaded num-bigint v0.4.6 |
| 880 | 2026-03-13T17:00:22.856Z | Downloaded pretty_assertions v1.4.1 |
| 881 | 2026-03-13T17:00:22.856Z | Downloaded hickory-server v0.25.2 |
| 882 | 2026-03-13T17:00:22.856Z | Downloaded tabwriter v1.4.1 |
| 883 | 2026-03-13T17:00:22.856Z | Downloaded subtle v2.6.1 |
| 884 | 2026-03-13T17:00:22.856Z | Downloaded sync-ptr v0.1.4 |
| 885 | 2026-03-13T17:00:22.856Z | Downloaded ron v0.8.1 |
| 886 | 2026-03-13T17:00:22.867Z | Downloaded slog-bunyan v2.5.0 |
| 887 | 2026-03-13T17:00:22.867Z | Downloaded slab v0.4.12 |
| 888 | 2026-03-13T17:00:22.867Z | Downloaded sync_wrapper v1.0.2 |
| 889 | 2026-03-13T17:00:22.867Z | Downloaded take_mut v0.2.2 |
| 890 | 2026-03-13T17:00:22.867Z | Downloaded tabled_derive v0.11.0 |
| 891 | 2026-03-13T17:00:22.867Z | Downloaded serde_path_to_error v0.1.20 |
| 892 | 2026-03-13T17:00:22.867Z | Downloaded rustls-pki-types v1.14.0 |
| 893 | 2026-03-13T17:00:22.871Z | Downloaded spki v0.7.3 |
| 894 | 2026-03-13T17:00:22.871Z | Downloaded termtree v0.5.1 |
| 895 | 2026-03-13T17:00:22.871Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 896 | 2026-03-13T17:00:22.871Z | Downloaded testing_table v0.3.0 |
| 897 | 2026-03-13T17:00:22.871Z | Downloaded tagptr v0.2.0 |
| 898 | 2026-03-13T17:00:22.871Z | Downloaded tap v1.0.1 |
| 899 | 2026-03-13T17:00:22.875Z | Downloaded snafu-derive v0.8.9 |
| 900 | 2026-03-13T17:00:22.875Z | Downloaded serde_with_macros v3.17.0 |
| 901 | 2026-03-13T17:00:22.875Z | Downloaded openssl-sys v0.9.111 |
| 902 | 2026-03-13T17:00:22.880Z | Downloaded rcgen v0.12.1 |
| 903 | 2026-03-13T17:00:22.893Z | Downloaded slog-async v2.8.0 |
| 904 | 2026-03-13T17:00:22.893Z | Downloaded sqlformat v0.3.5 |
| 905 | 2026-03-13T17:00:22.910Z | Downloaded time-core v0.1.8 |
| 906 | 2026-03-13T17:00:22.910Z | Downloaded ryu v1.0.23 |
| 907 | 2026-03-13T17:00:22.911Z | Downloaded stacker v0.1.23 |
| 908 | 2026-03-13T17:00:22.911Z | Downloaded prettyplease v0.2.37 |
| 909 | 2026-03-13T17:00:22.911Z | Downloaded prefix-trie v0.7.0 |
| 910 | 2026-03-13T17:00:22.911Z | Downloaded thread-id v5.1.0 |
| 911 | 2026-03-13T17:00:22.911Z | Downloaded slog-scope v4.4.1 |
| 912 | 2026-03-13T17:00:22.920Z | Downloaded tinyvec_macros v0.1.1 |
| 913 | 2026-03-13T17:00:22.920Z | Downloaded string_cache v0.8.9 |
| 914 | 2026-03-13T17:00:22.920Z | Downloaded static_assertions v1.1.0 |
| 915 | 2026-03-13T17:00:22.920Z | Downloaded libxml v0.3.3 |
| 916 | 2026-03-13T17:00:22.920Z | Downloaded publicsuffix v2.3.0 |
| 917 | 2026-03-13T17:00:22.920Z | Downloaded strum_macros v0.26.4 |
| 918 | 2026-03-13T17:00:22.920Z | Downloaded progenitor-impl v0.11.2 |
| 919 | 2026-03-13T17:00:22.920Z | Downloaded hashbrown v0.13.2 |
| 920 | 2026-03-13T17:00:22.928Z | Downloaded serde_cbor v0.11.2 |
| 921 | 2026-03-13T17:00:22.928Z | Downloaded strum_macros v0.27.2 |
| 922 | 2026-03-13T17:00:22.928Z | Downloaded itertools v0.10.5 |
| 923 | 2026-03-13T17:00:22.928Z | Downloaded strum_macros v0.24.3 |
| 924 | 2026-03-13T17:00:22.952Z | Downloaded progenitor-impl v0.13.0 |
| 925 | 2026-03-13T17:00:22.952Z | Downloaded slog-json v2.6.1 |
| 926 | 2026-03-13T17:00:22.952Z | Downloaded serde_yaml v0.9.34+deprecated |
| 927 | 2026-03-13T17:00:22.964Z | Downloaded support-bundle-viewer v0.1.2 |
| 928 | 2026-03-13T17:00:22.964Z | Downloaded spin v0.9.8 |
| 929 | 2026-03-13T17:00:22.964Z | Downloaded derive_more v2.1.1 |
| 930 | 2026-03-13T17:00:22.964Z | Downloaded tiny-keccak v2.0.2 |
| 931 | 2026-03-13T17:00:22.964Z | Downloaded signal-hook v0.3.18 |
| 932 | 2026-03-13T17:00:22.964Z | Downloaded rustls-platform-verifier v0.6.2 |
| 933 | 2026-03-13T17:00:22.969Z | Downloaded tower-service v0.3.3 |
| 934 | 2026-03-13T17:00:22.969Z | Downloaded tower-layer v0.3.3 |
| 935 | 2026-03-13T17:00:22.969Z | Downloaded topological-sort v0.2.2 |
| 936 | 2026-03-13T17:00:22.969Z | Downloaded itertools v0.13.0 |
| 937 | 2026-03-13T17:00:22.969Z | Downloaded itertools v0.12.1 |
| 938 | 2026-03-13T17:00:22.973Z | Downloaded termios v0.3.3 |
| 939 | 2026-03-13T17:00:22.973Z | Downloaded trait-variant v0.1.2 |
| 940 | 2026-03-13T17:00:22.973Z | Downloaded similar v2.7.0 |
| 941 | 2026-03-13T17:00:22.979Z | Downloaded unicode-truncate v1.1.0 |
| 942 | 2026-03-13T17:00:23.003Z | Downloaded try-lock v0.2.5 |
| 943 | 2026-03-13T17:00:23.003Z | Downloaded schemars v0.9.0 |
| 944 | 2026-03-13T17:00:23.003Z | Downloaded tokio-rustls v0.25.0 |
| 945 | 2026-03-13T17:00:23.003Z | Downloaded universal-hash v0.5.1 |
| 946 | 2026-03-13T17:00:23.003Z | Downloaded time-macros v0.2.27 |
| 947 | 2026-03-13T17:00:23.003Z | Downloaded unit-prefix v0.5.2 |
| 948 | 2026-03-13T17:00:23.003Z | Downloaded tokio-macros v2.6.0 |
| 949 | 2026-03-13T17:00:23.003Z | Downloaded utf-8 v0.7.6 |
| 950 | 2026-03-13T17:00:23.003Z | Downloaded usdt v0.6.0 |
| 951 | 2026-03-13T17:00:23.006Z | Downloaded typify-macro v0.6.1 |
| 952 | 2026-03-13T17:00:23.006Z | Downloaded unarray v0.1.4 |
| 953 | 2026-03-13T17:00:23.006Z | Downloaded typify-macro v0.4.3 |
| 954 | 2026-03-13T17:00:23.006Z | Downloaded tokio-dtrace v0.1.1 |
| 955 | 2026-03-13T17:00:23.006Z | Downloaded stringprep v0.1.5 |
| 956 | 2026-03-13T17:00:23.006Z | Downloaded rand v0.9.2 |
| 957 | 2026-03-13T17:00:23.006Z | Downloaded untrusted v0.9.0 |
| 958 | 2026-03-13T17:00:23.010Z | Downloaded usdt-macro v0.6.0 |
| 959 | 2026-03-13T17:00:23.010Z | Downloaded untrusted v0.7.1 |
| 960 | 2026-03-13T17:00:23.010Z | Downloaded tokio-native-tls v0.3.1 |
| 961 | 2026-03-13T17:00:23.021Z | Downloaded thread_local v1.1.9 |
| 962 | 2026-03-13T17:00:23.021Z | Downloaded usdt-attr-macro v0.6.0 |
| 963 | 2026-03-13T17:00:23.022Z | Downloaded hashbrown v0.15.5 |
| 964 | 2026-03-13T17:00:23.022Z | Downloaded rand v0.10.0 |
| 965 | 2026-03-13T17:00:23.022Z | Downloaded thiserror-no-std v2.0.2 |
| 966 | 2026-03-13T17:00:23.025Z | Downloaded nom v7.1.3 |
| 967 | 2026-03-13T17:00:23.029Z | Downloaded slog v2.8.2 |
| 968 | 2026-03-13T17:00:23.033Z | Downloaded rand v0.8.5 |
| 969 | 2026-03-13T17:00:23.042Z | Downloaded quinn v0.11.9 |
| 970 | 2026-03-13T17:00:23.042Z | Downloaded waitgroup v0.1.2 |
| 971 | 2026-03-13T17:00:23.045Z | Downloaded void v1.0.2 |
| 972 | 2026-03-13T17:00:23.045Z | Downloaded qorb v0.4.1 |
| 973 | 2026-03-13T17:00:23.045Z | Downloaded wait-timeout v0.2.1 |
| 974 | 2026-03-13T17:00:23.045Z | Downloaded tokio-tungstenite v0.21.0 |
| 975 | 2026-03-13T17:00:23.045Z | Downloaded tui-tree-widget v0.23.1 |
| 976 | 2026-03-13T17:00:23.049Z | Downloaded blake3 v1.8.3 |
| 977 | 2026-03-13T17:00:23.052Z | Downloaded tokio-tungstenite v0.23.1 |
| 978 | 2026-03-13T17:00:23.059Z | Downloaded want v0.3.1 |
| 979 | 2026-03-13T17:00:23.059Z | Downloaded tls_codec_derive v0.4.2 |
| 980 | 2026-03-13T17:00:23.063Z | Downloaded rayon-core v1.13.0 |
| 981 | 2026-03-13T17:00:23.064Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 982 | 2026-03-13T17:00:23.064Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 983 | 2026-03-13T17:00:23.064Z | Downloaded term v1.2.1 |
| 984 | 2026-03-13T17:00:23.067Z | Downloaded rsa v0.9.10 |
| 985 | 2026-03-13T17:00:23.070Z | Downloaded tls_codec v0.4.2 |
| 986 | 2026-03-13T17:00:23.070Z | Downloaded term v0.7.0 |
| 987 | 2026-03-13T17:00:23.073Z | Downloaded schemars v0.8.22 |
| 988 | 2026-03-13T17:00:23.080Z | Downloaded xshell-macros v0.2.7 |
| 989 | 2026-03-13T17:00:23.084Z | Downloaded xattr v1.6.1 |
| 990 | 2026-03-13T17:00:23.084Z | Downloaded tokio-stream v0.1.18 |
| 991 | 2026-03-13T17:00:23.087Z | Downloaded tokio-rustls v0.24.1 |
| 992 | 2026-03-13T17:00:23.091Z | Downloaded uzers v0.12.2 |
| 993 | 2026-03-13T17:00:23.091Z | Downloaded unicase v2.9.0 |
| 994 | 2026-03-13T17:00:23.097Z | Downloaded socket2 v0.6.2 |
| 995 | 2026-03-13T17:00:23.097Z | Downloaded socket2 v0.5.10 |
| 996 | 2026-03-13T17:00:23.097Z | Downloaded snafu v0.8.9 |
| 997 | 2026-03-13T17:00:23.102Z | Downloaded zeroize_derive v1.4.3 |
| 998 | 2026-03-13T17:00:23.102Z | Downloaded aho-corasick v1.1.4 |
| 999 | 2026-03-13T17:00:23.106Z | Downloaded test-strategy v0.4.5 |
| 1000 | 2026-03-13T17:00:23.109Z | Downloaded iri-string v0.7.10 |
| 1001 | 2026-03-13T17:00:23.116Z | Downloaded tracing-attributes v0.1.31 |
| 1002 | 2026-03-13T17:00:23.116Z | Downloaded samael v0.0.19 |
| 1003 | 2026-03-13T17:00:23.120Z | Downloaded vsss-rs v3.3.4 |
| 1004 | 2026-03-13T17:00:23.124Z | Downloaded vergen-git2 v1.0.7 |
| 1005 | 2026-03-13T17:00:23.124Z | Downloaded tokio-rustls v0.26.4 |
| 1006 | 2026-03-13T17:00:23.128Z | Downloaded rustls-webpki v0.103.9 |
| 1007 | 2026-03-13T17:00:23.128Z | Downloaded h2 v0.4.13 |
| 1008 | 2026-03-13T17:00:23.134Z | Downloaded zone_cfg_derive v0.3.1 |
| 1009 | 2026-03-13T17:00:23.137Z | Downloaded whoami v1.6.1 |
| 1010 | 2026-03-13T17:00:23.137Z | Downloaded zone v0.3.1 |
| 1011 | 2026-03-13T17:00:23.137Z | Downloaded itertools v0.14.0 |
| 1012 | 2026-03-13T17:00:23.141Z | Downloaded twox-hash v2.1.2 |
| 1013 | 2026-03-13T17:00:23.149Z | Downloaded walkdir v2.5.0 |
| 1014 | 2026-03-13T17:00:23.149Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1015 | 2026-03-13T17:00:23.149Z | Downloaded russh v0.45.0 |
| 1016 | 2026-03-13T17:00:23.149Z | Downloaded hkdf v0.12.4 |
| 1017 | 2026-03-13T17:00:23.153Z | Downloaded whoami v2.1.0 |
| 1018 | 2026-03-13T17:00:23.158Z | Downloaded wyz v0.5.1 |
| 1019 | 2026-03-13T17:00:23.158Z | Downloaded schemars v1.2.1 |
| 1020 | 2026-03-13T17:00:23.166Z | Downloaded xshell v0.2.7 |
| 1021 | 2026-03-13T17:00:23.173Z | Downloaded unicode-properties v0.1.4 |
| 1022 | 2026-03-13T17:00:23.173Z | Downloaded tinyvec v1.10.0 |
| 1023 | 2026-03-13T17:00:23.182Z | Downloaded iddqd v0.3.17 |
| 1024 | 2026-03-13T17:00:23.182Z | Downloaded zeroize v1.8.2 |
| 1025 | 2026-03-13T17:00:23.182Z | Downloaded usdt-impl v0.6.0 |
| 1026 | 2026-03-13T17:00:23.188Z | Downloaded num-bigint-dig v0.8.6 |
| 1027 | 2026-03-13T17:00:23.188Z | Downloaded tracing-core v0.1.36 |
| 1028 | 2026-03-13T17:00:23.188Z | Downloaded vergen-gitcl v1.0.8 |
| 1029 | 2026-03-13T17:00:23.188Z | Downloaded futures-util v0.3.32 |
| 1030 | 2026-03-13T17:00:23.194Z | Downloaded zstd v0.13.3 |
| 1031 | 2026-03-13T17:00:23.198Z | Downloaded vergen v9.0.6 |
| 1032 | 2026-03-13T17:00:23.198Z | Downloaded zstd-safe v7.2.4 |
| 1033 | 2026-03-13T17:00:23.203Z | Downloaded vergen-lib v0.1.6 |
| 1034 | 2026-03-13T17:00:23.203Z | Downloaded rustyline v14.0.0 |
| 1035 | 2026-03-13T17:00:23.207Z | Downloaded toml v0.7.8 |
| 1036 | 2026-03-13T17:00:23.209Z | Downloaded tar v0.4.44 |
| 1037 | 2026-03-13T17:00:23.210Z | Downloaded hyper v1.8.1 |
| 1038 | 2026-03-13T17:00:23.218Z | Downloaded unsafe-libyaml v0.2.11 |
| 1039 | 2026-03-13T17:00:23.218Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1040 | 2026-03-13T17:00:23.223Z | Downloaded xz2 v0.1.7 |
| 1041 | 2026-03-13T17:00:23.223Z | Downloaded subprocess v0.2.15 |
| 1042 | 2026-03-13T17:00:23.227Z | Downloaded tungstenite v0.21.0 |
| 1043 | 2026-03-13T17:00:23.227Z | Downloaded p521 v0.13.3 |
| 1044 | 2026-03-13T17:00:23.232Z | Downloaded yasna v0.5.2 |
| 1045 | 2026-03-13T17:00:23.232Z | Downloaded typify v0.6.1 |
| 1046 | 2026-03-13T17:00:23.239Z | Downloaded steno v0.4.1 |
| 1047 | 2026-03-13T17:00:23.244Z | Downloaded rustls-native-certs v0.8.3 |
| 1048 | 2026-03-13T17:00:23.244Z | Downloaded unicode-bidi v0.3.18 |
| 1049 | 2026-03-13T17:00:23.244Z | Downloaded mio v1.1.1 |
| 1050 | 2026-03-13T17:00:23.257Z | Downloaded slog-dtrace v0.3.0 |
| 1051 | 2026-03-13T17:00:23.258Z | Downloaded simd-adler32 v0.3.8 |
| 1052 | 2026-03-13T17:00:23.258Z | Downloaded structmeta v0.3.0 |
| 1053 | 2026-03-13T17:00:23.258Z | Downloaded libm v0.2.16 |
| 1054 | 2026-03-13T17:00:23.258Z | Downloaded tungstenite v0.23.0 |
| 1055 | 2026-03-13T17:00:23.268Z | Downloaded semver v0.1.20 |
| 1056 | 2026-03-13T17:00:23.268Z | Downloaded vte v0.14.1 |
| 1057 | 2026-03-13T17:00:23.268Z | Downloaded rand_core v0.6.4 |
| 1058 | 2026-03-13T17:00:23.268Z | Downloaded postgres-protocol v0.6.10 |
| 1059 | 2026-03-13T17:00:23.268Z | Downloaded postcard v1.1.3 |
| 1060 | 2026-03-13T17:00:23.268Z | Downloaded jiff-static v0.2.21 |
| 1061 | 2026-03-13T17:00:23.272Z | Downloaded dropshot-api-manager v0.6.0 |
| 1062 | 2026-03-13T17:00:23.272Z | Downloaded ar_archive_writer v0.5.1 |
| 1063 | 2026-03-13T17:00:23.272Z | Downloaded hickory-resolver v0.25.2 |
| 1064 | 2026-03-13T17:00:23.276Z | Downloaded ed25519-dalek v2.2.0 |
| 1065 | 2026-03-13T17:00:23.294Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1066 | 2026-03-13T17:00:23.294Z | Downloaded git2 v0.20.4 |
| 1067 | 2026-03-13T17:00:23.297Z | Downloaded crossbeam-channel v0.5.15 |
| 1068 | 2026-03-13T17:00:23.297Z | Downloaded zerocopy v0.6.6 |
| 1069 | 2026-03-13T17:00:23.297Z | Downloaded typify v0.4.3 |
| 1070 | 2026-03-13T17:00:23.297Z | Downloaded rpassword v7.4.0 |
| 1071 | 2026-03-13T17:00:23.297Z | Downloaded ron v0.12.0 |
| 1072 | 2026-03-13T17:00:23.303Z | Downloaded pin-project-lite v0.2.17 |
| 1073 | 2026-03-13T17:00:23.307Z | Downloaded uuid v1.21.0 |
| 1074 | 2026-03-13T17:00:23.312Z | Downloaded zopfli v0.8.3 |
| 1075 | 2026-03-13T17:00:23.312Z | Downloaded oxnet v0.1.4 |
| 1076 | 2026-03-13T17:00:23.315Z | Downloaded peg v0.8.5 |
| 1077 | 2026-03-13T17:00:23.316Z | Downloaded tokio-postgres v0.7.16 |
| 1078 | 2026-03-13T17:00:23.320Z | Downloaded unicode_categories v0.1.1 |
| 1079 | 2026-03-13T17:00:23.323Z | Downloaded reqwest v0.12.28 |
| 1080 | 2026-03-13T17:00:23.331Z | Downloaded p384 v0.13.1 |
| 1081 | 2026-03-13T17:00:23.332Z | Downloaded yansi v1.0.1 |
| 1082 | 2026-03-13T17:00:23.332Z | Downloaded parking_lot_core v0.8.6 |
| 1083 | 2026-03-13T17:00:23.335Z | Downloaded packed_struct v0.10.1 |
| 1084 | 2026-03-13T17:00:23.335Z | Downloaded ssh-key v0.6.7 |
| 1085 | 2026-03-13T17:00:23.339Z | Downloaded zip v0.6.6 |
| 1086 | 2026-03-13T17:00:23.343Z | Downloaded rayon v1.11.0 |
| 1087 | 2026-03-13T17:00:23.349Z | Downloaded tower v0.5.3 |
| 1088 | 2026-03-13T17:00:23.355Z | Downloaded lalrpop v0.19.12 |
| 1089 | 2026-03-13T17:00:23.363Z | Downloaded reqwest v0.13.2 |
| 1090 | 2026-03-13T17:00:23.368Z | Downloaded bindgen v0.71.1 |
| 1091 | 2026-03-13T17:00:23.373Z | Downloaded chrono v0.4.44 |
| 1092 | 2026-03-13T17:00:23.379Z | Downloaded num-complex v0.4.6 |
| 1093 | 2026-03-13T17:00:23.382Z | Downloaded parse-display-derive v0.10.0 |
| 1094 | 2026-03-13T17:00:23.382Z | Downloaded oxide-tokio-rt v0.1.3 |
| 1095 | 2026-03-13T17:00:23.382Z | Downloaded memmap2 v0.9.10 |
| 1096 | 2026-03-13T17:00:23.386Z | Downloaded hmac v0.12.1 |
| 1097 | 2026-03-13T17:00:23.386Z | Downloaded regex v1.12.3 |
| 1098 | 2026-03-13T17:00:23.389Z | Downloaded reedline v0.40.0 |
| 1099 | 2026-03-13T17:00:23.394Z | Downloaded unicode-segmentation v1.12.0 |
| 1100 | 2026-03-13T17:00:23.399Z | Downloaded x509-cert v0.2.5 |
| 1101 | 2026-03-13T17:00:23.404Z | Downloaded quick-xml v0.37.5 |
| 1102 | 2026-03-13T17:00:23.410Z | Downloaded zerocopy-derive v0.8.40 |
| 1103 | 2026-03-13T17:00:23.414Z | Downloaded base64 v0.21.7 |
| 1104 | 2026-03-13T17:00:23.417Z | Downloaded toml_edit v0.19.15 |
| 1105 | 2026-03-13T17:00:23.433Z | Downloaded typed-path v0.9.3 |
| 1106 | 2026-03-13T17:00:23.438Z | Downloaded rustls-webpki v0.101.7 |
| 1107 | 2026-03-13T17:00:23.463Z | Downloaded tough v0.20.0 |
| 1108 | 2026-03-13T17:00:23.468Z | Downloaded precomputed-hash v0.1.1 |
| 1109 | 2026-03-13T17:00:23.468Z | Downloaded powerfmt v0.2.0 |
| 1110 | 2026-03-13T17:00:23.468Z | Downloaded ignore v0.4.25 |
| 1111 | 2026-03-13T17:00:23.468Z | Downloaded headers v0.4.1 |
| 1112 | 2026-03-13T17:00:23.468Z | Downloaded darling_core v0.23.0 |
| 1113 | 2026-03-13T17:00:23.468Z | Downloaded petname v2.0.2 |
| 1114 | 2026-03-13T17:00:23.468Z | Downloaded unicode-normalization v0.1.25 |
| 1115 | 2026-03-13T17:00:23.476Z | Downloaded portable-atomic v1.13.1 |
| 1116 | 2026-03-13T17:00:23.476Z | Downloaded tower-http v0.6.8 |
| 1117 | 2026-03-13T17:00:23.480Z | Downloaded salty v0.3.0 |
| 1118 | 2026-03-13T17:00:23.488Z | Downloaded zip v4.6.1 |
| 1119 | 2026-03-13T17:00:23.503Z | Downloaded serde_with v3.17.0 |
| 1120 | 2026-03-13T17:00:23.504Z | Downloaded nix v0.27.1 |
| 1121 | 2026-03-13T17:00:23.519Z | Downloaded rustls-webpki v0.102.8 |
| 1122 | 2026-03-13T17:00:23.525Z | Downloaded tokio-util v0.7.18 |
| 1123 | 2026-03-13T17:00:23.530Z | Downloaded bstr v1.12.1 |
| 1124 | 2026-03-13T17:00:23.550Z | Downloaded openssl v0.10.75 |
| 1125 | 2026-03-13T17:00:23.564Z | Downloaded winnow v0.6.26 |
| 1126 | 2026-03-13T17:00:23.565Z | Downloaded quinn-proto v0.11.13 |
| 1127 | 2026-03-13T17:00:23.565Z | Downloaded moka v0.12.13 |
| 1128 | 2026-03-13T17:00:23.565Z | Downloaded goblin v0.10.5 |
| 1129 | 2026-03-13T17:00:23.570Z | Downloaded time v0.3.47 |
| 1130 | 2026-03-13T17:00:23.576Z | Downloaded tabled v0.20.0 |
| 1131 | 2026-03-13T17:00:23.588Z | Downloaded proptest v1.10.0 |
| 1132 | 2026-03-13T17:00:23.593Z | Downloaded curve25519-dalek v4.1.3 |
| 1133 | 2026-03-13T17:00:23.603Z | Downloaded winnow v0.5.40 |
| 1134 | 2026-03-13T17:00:23.608Z | Downloaded zlib-rs v0.6.2 |
| 1135 | 2026-03-13T17:00:23.608Z | Downloaded object v0.37.3 |
| 1136 | 2026-03-13T17:00:23.616Z | Downloaded webpki-roots v1.0.6 |
| 1137 | 2026-03-13T17:00:23.620Z | Downloaded radix_trie v0.2.1 |
| 1138 | 2026-03-13T17:00:23.627Z | Downloaded vcpkg v0.2.15 |
| 1139 | 2026-03-13T17:00:23.654Z | Downloaded object v0.30.4 |
| 1140 | 2026-03-13T17:00:23.659Z | Downloaded nix v0.28.0 |
| 1141 | 2026-03-13T17:00:23.669Z | Downloaded polar-core v0.27.3 |
| 1142 | 2026-03-13T17:00:23.688Z | Downloaded pbkdf2 v0.11.0 |
| 1143 | 2026-03-13T17:00:23.723Z | Downloaded rustls v0.23.37 |
| 1144 | 2026-03-13T17:00:23.723Z | Downloaded num_enum_derive v0.7.5 |
| 1145 | 2026-03-13T17:00:23.723Z | Downloaded libsw v3.5.0 |
| 1146 | 2026-03-13T17:00:23.723Z | Downloaded num_enum v0.5.11 |
| 1147 | 2026-03-13T17:00:23.723Z | Downloaded num-rational v0.4.2 |
| 1148 | 2026-03-13T17:00:23.723Z | Downloaded num-integer v0.1.46 |
| 1149 | 2026-03-13T17:00:23.734Z | Downloaded num-derive v0.3.3 |
| 1150 | 2026-03-13T17:00:23.734Z | Downloaded getrandom v0.3.4 |
| 1151 | 2026-03-13T17:00:23.734Z | Downloaded diff v0.1.13 |
| 1152 | 2026-03-13T17:00:23.734Z | Downloaded parse-size v1.1.0 |
| 1153 | 2026-03-13T17:00:23.734Z | Downloaded bytes v1.11.1 |
| 1154 | 2026-03-13T17:00:23.734Z | Downloaded arc-swap v1.8.2 |
| 1155 | 2026-03-13T17:00:23.735Z | Downloaded derive_more v0.99.20 |
| 1156 | 2026-03-13T17:00:23.735Z | Downloaded nix v0.29.0 |
| 1157 | 2026-03-13T17:00:23.735Z | Downloaded half v2.7.1 |
| 1158 | 2026-03-13T17:00:23.735Z | Downloaded mime v0.3.17 |
| 1159 | 2026-03-13T17:00:23.735Z | Downloaded lock_api v0.4.14 |
| 1160 | 2026-03-13T17:00:23.735Z | Downloaded native-tls v0.2.18 |
| 1161 | 2026-03-13T17:00:23.735Z | Downloaded managed v0.8.0 |
| 1162 | 2026-03-13T17:00:23.735Z | Downloaded smoltcp v0.9.1 |
| 1163 | 2026-03-13T17:00:23.742Z | Downloaded rustls v0.21.12 |
| 1164 | 2026-03-13T17:00:23.752Z | Downloaded ipnet v2.11.0 |
| 1165 | 2026-03-13T17:00:23.752Z | Downloaded elliptic-curve v0.13.8 |
| 1166 | 2026-03-13T17:00:23.752Z | Downloaded derive_builder_core v0.20.2 |
| 1167 | 2026-03-13T17:00:23.752Z | Downloaded chacha20poly1305 v0.10.1 |
| 1168 | 2026-03-13T17:00:23.757Z | Downloaded libsw-core v0.3.2 |
| 1169 | 2026-03-13T17:00:23.757Z | Downloaded num-derive v0.4.2 |
| 1170 | 2026-03-13T17:00:23.757Z | Downloaded iana-time-zone v0.1.65 |
| 1171 | 2026-03-13T17:00:23.757Z | Downloaded sqlparser v0.61.0 |
| 1172 | 2026-03-13T17:00:23.763Z | Downloaded regex-syntax v0.6.29 |
| 1173 | 2026-03-13T17:00:23.775Z | Downloaded typify-impl v0.6.1 |
| 1174 | 2026-03-13T17:00:23.787Z | Downloaded ratatui v0.29.0 |
| 1175 | 2026-03-13T17:00:23.795Z | Downloaded tracing v0.1.44 |
| 1176 | 2026-03-13T17:00:23.822Z | Downloaded smoltcp v0.11.0 |
| 1177 | 2026-03-13T17:00:23.835Z | Downloaded hickory-proto v0.24.4 |
| 1178 | 2026-03-13T17:00:23.840Z | Downloaded zerocopy v0.8.40 |
| 1179 | 2026-03-13T17:00:23.840Z | Downloaded openapiv3 v2.2.0 |
| 1180 | 2026-03-13T17:00:23.849Z | Downloaded regress v0.10.5 |
| 1181 | 2026-03-13T17:00:23.855Z | Downloaded zerocopy-derive v0.6.6 |
| 1182 | 2026-03-13T17:00:23.864Z | Downloaded rustls v0.22.4 |
| 1183 | 2026-03-13T17:00:23.873Z | Downloaded regex-syntax v0.8.10 |
| 1184 | 2026-03-13T17:00:23.880Z | Downloaded chrono-tz v0.10.4 |
| 1185 | 2026-03-13T17:00:23.895Z | Downloaded rustix v0.38.44 |
| 1186 | 2026-03-13T17:00:23.910Z | Downloaded hickory-proto v0.25.2 |
| 1187 | 2026-03-13T17:00:23.931Z | Downloaded diesel v2.3.7 |
| 1188 | 2026-03-13T17:00:23.939Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1189 | 2026-03-13T17:00:23.948Z | Downloaded dropshot v0.16.7 |
| 1190 | 2026-03-13T17:00:23.965Z | Downloaded nix v0.31.1 |
| 1191 | 2026-03-13T17:00:23.973Z | Downloaded lzma-sys v0.1.20 |
| 1192 | 2026-03-13T17:00:24.029Z | Downloaded hyper-rustls v0.27.7 |
| 1193 | 2026-03-13T17:00:24.086Z | Downloaded httparse v1.10.1 |
| 1194 | 2026-03-13T17:00:24.086Z | Downloaded num v0.4.3 |
| 1195 | 2026-03-13T17:00:24.086Z | Downloaded libscf-sys v1.1.0 |
| 1196 | 2026-03-13T17:00:24.086Z | Downloaded libefi-sys v0.1.0 |
| 1197 | 2026-03-13T17:00:24.086Z | Downloaded jobserver v0.1.34 |
| 1198 | 2026-03-13T17:00:24.086Z | Downloaded crc-any v2.5.0 |
| 1199 | 2026-03-13T17:00:24.087Z | Downloaded console v0.16.2 |
| 1200 | 2026-03-13T17:00:24.087Z | Downloaded newline-converter v0.3.0 |
| 1201 | 2026-03-13T17:00:24.087Z | Downloaded new_debug_unreachable v1.0.6 |
| 1202 | 2026-03-13T17:00:24.087Z | Downloaded flume v0.11.1 |
| 1203 | 2026-03-13T17:00:24.087Z | Downloaded ipnetwork v0.21.1 |
| 1204 | 2026-03-13T17:00:24.087Z | Downloaded instability v0.3.11 |
| 1205 | 2026-03-13T17:00:24.087Z | Downloaded ingot v0.1.1 |
| 1206 | 2026-03-13T17:00:24.087Z | Downloaded git-stub-vcs v0.1.0 |
| 1207 | 2026-03-13T17:00:24.087Z | Downloaded blake2 v0.10.6 |
| 1208 | 2026-03-13T17:00:24.087Z | Downloaded tokio v1.49.0 |
| 1209 | 2026-03-13T17:00:24.093Z | Downloaded sled v0.34.7 |
| 1210 | 2026-03-13T17:00:24.093Z | Downloaded md-5 v0.10.6 |
| 1211 | 2026-03-13T17:00:24.093Z | Downloaded getrandom v0.2.17 |
| 1212 | 2026-03-13T17:00:24.093Z | Downloaded derive_builder v0.20.2 |
| 1213 | 2026-03-13T17:00:24.094Z | Downloaded maplit v1.0.2 |
| 1214 | 2026-03-13T17:00:24.094Z | Downloaded lru-slab v0.1.2 |
| 1215 | 2026-03-13T17:00:24.094Z | Downloaded lru-cache v0.1.2 |
| 1216 | 2026-03-13T17:00:24.094Z | Downloaded lru v0.12.5 |
| 1217 | 2026-03-13T17:00:24.094Z | Downloaded hostname v0.4.2 |
| 1218 | 2026-03-13T17:00:24.094Z | Downloaded futures-channel v0.3.32 |
| 1219 | 2026-03-13T17:00:24.094Z | Downloaded convert_case v0.10.0 |
| 1220 | 2026-03-13T17:00:24.094Z | Downloaded colored v3.1.1 |
| 1221 | 2026-03-13T17:00:24.094Z | Downloaded colored v2.2.0 |
| 1222 | 2026-03-13T17:00:24.094Z | Downloaded globset v0.4.18 |
| 1223 | 2026-03-13T17:00:24.094Z | Downloaded der_derive v0.7.3 |
| 1224 | 2026-03-13T17:00:24.094Z | Downloaded crc32fast v1.5.0 |
| 1225 | 2026-03-13T17:00:24.094Z | Downloaded argon2 v0.5.3 |
| 1226 | 2026-03-13T17:00:24.094Z | Downloaded bzip2 v0.6.1 |
| 1227 | 2026-03-13T17:00:24.094Z | Downloaded darling v0.20.11 |
| 1228 | 2026-03-13T17:00:24.094Z | Downloaded csv-core v0.1.13 |
| 1229 | 2026-03-13T17:00:24.094Z | Downloaded hyper-tls v0.6.0 |
| 1230 | 2026-03-13T17:00:24.095Z | Downloaded typify-impl v0.4.3 |
| 1231 | 2026-03-13T17:00:24.098Z | Downloaded hubpack_derive v0.1.1 |
| 1232 | 2026-03-13T17:00:24.098Z | Downloaded hubpack v0.1.2 |
| 1233 | 2026-03-13T17:00:24.098Z | Downloaded http-range v0.1.5 |
| 1234 | 2026-03-13T17:00:24.098Z | Downloaded home v0.5.12 |
| 1235 | 2026-03-13T17:00:24.098Z | Downloaded glob v0.3.3 |
| 1236 | 2026-03-13T17:00:24.098Z | Downloaded futures-executor v0.3.32 |
| 1237 | 2026-03-13T17:00:24.102Z | Downloaded fs_extra v1.3.0 |
| 1238 | 2026-03-13T17:00:24.102Z | Downloaded foldhash v0.2.0 |
| 1239 | 2026-03-13T17:00:24.102Z | Downloaded filetime v0.2.27 |
| 1240 | 2026-03-13T17:00:24.102Z | Downloaded ff v0.13.1 |
| 1241 | 2026-03-13T17:00:24.107Z | Downloaded diesel-dtrace v0.5.0 |
| 1242 | 2026-03-13T17:00:24.107Z | Downloaded derive-ex v0.1.8 |
| 1243 | 2026-03-13T17:00:24.107Z | Downloaded cargo_metadata v0.19.2 |
| 1244 | 2026-03-13T17:00:24.107Z | Downloaded camino-tempfile-ext v0.3.3 |
| 1245 | 2026-03-13T17:00:24.107Z | Downloaded ena v0.14.4 |
| 1246 | 2026-03-13T17:00:24.111Z | Downloaded either v1.15.0 |
| 1247 | 2026-03-13T17:00:24.111Z | Downloaded cookie_store v0.22.1 |
| 1248 | 2026-03-13T17:00:24.116Z | Downloaded bit-vec v0.8.0 |
| 1249 | 2026-03-13T17:00:24.116Z | Downloaded backon v1.6.0 |
| 1250 | 2026-03-13T17:00:24.116Z | Downloaded ahash v0.8.12 |
| 1251 | 2026-03-13T17:00:24.120Z | Downloaded daft-derive v0.1.5 |
| 1252 | 2026-03-13T17:00:24.120Z | Downloaded ctr v0.9.2 |
| 1253 | 2026-03-13T17:00:24.125Z | Downloaded ciborium v0.2.2 |
| 1254 | 2026-03-13T17:00:24.125Z | Downloaded headers-core v0.3.0 |
| 1255 | 2026-03-13T17:00:24.128Z | Downloaded const-oid v0.9.6 |
| 1256 | 2026-03-13T17:00:24.128Z | Downloaded clang-sys v1.8.1 |
| 1257 | 2026-03-13T17:00:24.128Z | Downloaded hash32 v0.3.1 |
| 1258 | 2026-03-13T17:00:24.129Z | Downloaded corncobs v0.1.4 |
| 1259 | 2026-03-13T17:00:24.154Z | Downloaded cipher v0.4.4 |
| 1260 | 2026-03-13T17:00:24.154Z | Downloaded bitflags v1.3.2 |
| 1261 | 2026-03-13T17:00:24.154Z | Downloaded bitfield v0.19.4 |
| 1262 | 2026-03-13T17:00:24.154Z | Downloaded regex-automata v0.4.14 |
| 1263 | 2026-03-13T17:00:24.158Z | Downloaded cexpr v0.6.0 |
| 1264 | 2026-03-13T17:00:24.158Z | Downloaded blowfish v0.9.1 |
| 1265 | 2026-03-13T17:00:24.158Z | Downloaded base64ct v1.8.3 |
| 1266 | 2026-03-13T17:00:24.159Z | Downloaded erased-serde v0.3.31 |
| 1267 | 2026-03-13T17:00:24.159Z | Downloaded ecdsa v0.16.9 |
| 1268 | 2026-03-13T17:00:24.159Z | Downloaded fs-err v2.11.0 |
| 1269 | 2026-03-13T17:00:24.159Z | Downloaded downcast-rs v2.0.2 |
| 1270 | 2026-03-13T17:00:24.159Z | Downloaded petgraph v0.6.5 |
| 1271 | 2026-03-13T17:00:24.168Z | Downloaded dsl_auto_type v0.2.0 |
| 1272 | 2026-03-13T17:00:24.173Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1273 | 2026-03-13T17:00:24.212Z | Downloaded jiff v0.2.21 |
| 1274 | 2026-03-13T17:00:24.226Z | Downloaded derive_builder_macro v0.20.2 |
| 1275 | 2026-03-13T17:00:24.230Z | Downloaded futures-sink v0.3.32 |
| 1276 | 2026-03-13T17:00:24.230Z | Downloaded futures-core v0.3.32 |
| 1277 | 2026-03-13T17:00:24.231Z | Downloaded float-ord v0.3.2 |
| 1278 | 2026-03-13T17:00:24.234Z | Downloaded dunce v1.0.5 |
| 1279 | 2026-03-13T17:00:24.235Z | Downloaded bzip2 v0.4.4 |
| 1280 | 2026-03-13T17:00:24.235Z | Downloaded async-trait v0.1.89 |
| 1281 | 2026-03-13T17:00:24.235Z | Downloaded arrayvec v0.7.6 |
| 1282 | 2026-03-13T17:00:24.239Z | Downloaded futures-io v0.3.32 |
| 1283 | 2026-03-13T17:00:24.239Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 1284 | 2026-03-13T17:00:24.239Z | Downloaded assert_matches v1.5.0 |
| 1285 | 2026-03-13T17:00:24.239Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1286 | 2026-03-13T17:00:24.242Z | Downloaded bit-set v0.8.0 |
| 1287 | 2026-03-13T17:00:24.242Z | Downloaded arrayref v0.3.9 |
| 1288 | 2026-03-13T17:00:24.242Z | Downloaded display-error-chain v0.2.2 |
| 1289 | 2026-03-13T17:00:24.242Z | Downloaded embedded-io v0.6.1 |
| 1290 | 2026-03-13T17:00:24.242Z | Downloaded embedded-io v0.4.0 |
| 1291 | 2026-03-13T17:00:24.243Z | Downloaded ciborium-io v0.2.2 |
| 1292 | 2026-03-13T17:00:24.248Z | Downloaded cbc v0.1.2 |
| 1293 | 2026-03-13T17:00:24.248Z | Downloaded buf-list v1.1.2 |
| 1294 | 2026-03-13T17:00:24.251Z | Downloaded foreign-types v0.5.0 |
| 1295 | 2026-03-13T17:00:24.251Z | Downloaded document-features v0.2.12 |
| 1296 | 2026-03-13T17:00:24.252Z | Downloaded block-padding v0.3.3 |
| 1297 | 2026-03-13T17:00:24.252Z | Downloaded cobs v0.3.0 |
| 1298 | 2026-03-13T17:00:24.252Z | Downloaded cfg_aliases v0.1.1 |
| 1299 | 2026-03-13T17:00:24.252Z | Downloaded endian-type v0.1.2 |
| 1300 | 2026-03-13T17:00:24.252Z | Downloaded bitfield-struct v0.6.2 |
| 1301 | 2026-03-13T17:00:24.252Z | Downloaded dof v0.4.0 |
| 1302 | 2026-03-13T17:00:24.257Z | Downloaded dirs-next v2.0.0 |
| 1303 | 2026-03-13T17:00:24.257Z | Downloaded base16ct v1.0.0 |
| 1304 | 2026-03-13T17:00:24.257Z | Downloaded convert_case v0.4.0 |
| 1305 | 2026-03-13T17:00:24.257Z | Downloaded cassowary v0.3.0 |
| 1306 | 2026-03-13T17:00:24.257Z | Downloaded crc8 v0.1.1 |
| 1307 | 2026-03-13T17:00:24.257Z | Downloaded cpufeatures v0.3.0 |
| 1308 | 2026-03-13T17:00:24.261Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1309 | 2026-03-13T17:00:24.261Z | Downloaded crc v3.4.0 |
| 1310 | 2026-03-13T17:00:24.261Z | Downloaded cargo-platform v0.1.9 |
| 1311 | 2026-03-13T17:00:24.261Z | Downloaded atomicwrites v0.4.4 |
| 1312 | 2026-03-13T17:00:24.262Z | Downloaded aead v0.5.2 |
| 1313 | 2026-03-13T17:00:24.267Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 1314 | 2026-03-13T17:00:24.267Z | Downloaded crossbeam-epoch v0.9.18 |
| 1315 | 2026-03-13T17:00:24.267Z | Downloaded crc-catalog v2.4.0 |
| 1316 | 2026-03-13T17:00:24.272Z | Downloaded cfg_aliases v0.2.1 |
| 1317 | 2026-03-13T17:00:24.272Z | Downloaded base16ct v0.2.0 |
| 1318 | 2026-03-13T17:00:24.272Z | Downloaded data-encoding v2.10.0 |
| 1319 | 2026-03-13T17:00:24.272Z | Downloaded ciborium-ll v0.2.2 |
| 1320 | 2026-03-13T17:00:24.272Z | Downloaded defmt v1.0.1 |
| 1321 | 2026-03-13T17:00:24.272Z | Downloaded petgraph v0.8.3 |
| 1322 | 2026-03-13T17:00:24.289Z | Downloaded crunchy v0.2.4 |
| 1323 | 2026-03-13T17:00:24.293Z | Downloaded darling_macro v0.23.0 |
| 1324 | 2026-03-13T17:00:24.293Z | Downloaded csv v1.4.0 |
| 1325 | 2026-03-13T17:00:24.305Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1326 | 2026-03-13T17:00:24.320Z | Downloaded libz-sys v1.1.24 |
| 1327 | 2026-03-13T17:00:24.335Z | Downloaded sha3 v0.10.8 |
| 1328 | 2026-03-13T17:00:24.340Z | Downloaded ascii-canvas v3.0.0 |
| 1329 | 2026-03-13T17:00:24.340Z | Downloaded crypto-bigint v0.5.5 |
| 1330 | 2026-03-13T17:00:24.347Z | Downloaded bb8 v0.8.6 |
| 1331 | 2026-03-13T17:00:24.351Z | Downloaded bitvec v1.0.1 |
| 1332 | 2026-03-13T17:00:24.358Z | Downloaded bit-vec v0.6.3 |
| 1333 | 2026-03-13T17:00:24.363Z | Downloaded aws-lc-rs v1.16.0 |
| 1334 | 2026-03-13T17:00:24.366Z | Downloaded atomic-waker v1.1.2 |
| 1335 | 2026-03-13T17:00:24.366Z | Downloaded defmt v0.3.100 |
| 1336 | 2026-03-13T17:00:24.366Z | Downloaded darling_macro v0.21.3 |
| 1337 | 2026-03-13T17:00:24.366Z | Downloaded darling_macro v0.20.11 |
| 1338 | 2026-03-13T17:00:24.366Z | Downloaded async-bb8-diesel v0.2.1 |
| 1339 | 2026-03-13T17:00:24.373Z | Downloaded aes-gcm v0.10.3 |
| 1340 | 2026-03-13T17:00:24.406Z | Downloaded encoding_rs v0.8.35 |
| 1341 | 2026-03-13T17:00:24.424Z | Downloaded ring v0.17.14 |
| 1342 | 2026-03-13T17:00:24.856Z | Downloaded aws-lc-sys v0.37.1 |
| 1343 | 2026-03-13T17:00:25.176Z | Compiling libc v0.2.180 |
| 1344 | 2026-03-13T17:00:25.180Z | Compiling serde v1.0.228 |
| 1345 | 2026-03-13T17:00:25.180Z | Compiling log v0.4.29 |
| 1346 | 2026-03-13T17:00:25.180Z | Compiling shlex v1.3.0 |
| 1347 | 2026-03-13T17:00:25.180Z | Compiling find-msvc-tools v0.1.9 |
| 1348 | 2026-03-13T17:00:25.317Z | Compiling smallvec v1.15.1 |
| 1349 | 2026-03-13T17:00:25.333Z | Compiling syn v2.0.117 |
| 1350 | 2026-03-13T17:00:25.344Z | Compiling typenum v1.19.0 |
| 1351 | 2026-03-13T17:00:25.592Z | Compiling generic-array v0.14.7 |
| 1352 | 2026-03-13T17:00:25.610Z | Compiling subtle v2.6.1 |
| 1353 | 2026-03-13T17:00:25.628Z | Compiling scopeguard v1.2.0 |
| 1354 | 2026-03-13T17:00:25.720Z | Compiling portable-atomic v1.13.1 |
| 1355 | 2026-03-13T17:00:25.751Z | Compiling lock_api v0.4.14 |
| 1356 | 2026-03-13T17:00:25.775Z | Compiling const-oid v0.9.6 |
| 1357 | 2026-03-13T17:00:25.876Z | Compiling critical-section v1.2.0 |
| 1358 | 2026-03-13T17:00:25.987Z | Compiling zerocopy v0.8.40 |
| 1359 | 2026-03-13T17:00:26.076Z | Compiling parking_lot_core v0.9.12 |
| 1360 | 2026-03-13T17:00:26.084Z | Compiling serde_json v1.0.149 |
| 1361 | 2026-03-13T17:00:26.296Z | Compiling pin-project-lite v0.2.17 |
| 1362 | 2026-03-13T17:00:26.417Z | Compiling pkg-config v0.3.32 |
| 1363 | 2026-03-13T17:00:26.566Z | Compiling bitflags v2.11.0 |
| 1364 | 2026-03-13T17:00:26.625Z | Compiling getrandom v0.2.17 |
| 1365 | 2026-03-13T17:00:26.673Z | Compiling jobserver v0.1.34 |
| 1366 | 2026-03-13T17:00:26.812Z | Compiling rand_core v0.6.4 |
| 1367 | 2026-03-13T17:00:26.853Z | Compiling errno v0.3.14 |
| 1368 | 2026-03-13T17:00:27.041Z | Compiling cc v1.2.56 |
| 1369 | 2026-03-13T17:00:27.102Z | Compiling once_cell v1.21.3 |
| 1370 | 2026-03-13T17:00:27.135Z | Compiling signal-hook-registry v1.4.8 |
| 1371 | 2026-03-13T17:00:27.165Z | Compiling parking_lot v0.12.5 |
| 1372 | 2026-03-13T17:00:27.179Z | Compiling mio v1.1.1 |
| 1373 | 2026-03-13T17:00:27.344Z | Compiling libm v0.2.16 |
| 1374 | 2026-03-13T17:00:27.496Z | Compiling num-traits v0.2.19 |
| 1375 | 2026-03-13T17:00:27.622Z | Compiling futures-core v0.3.32 |
| 1376 | 2026-03-13T17:00:27.775Z | Compiling socket2 v0.6.2 |
| 1377 | 2026-03-13T17:00:27.821Z | Compiling percent-encoding v2.3.2 |
| 1378 | 2026-03-13T17:00:28.013Z | Compiling allocator-api2 v0.2.21 |
| 1379 | 2026-03-13T17:00:28.030Z | Compiling cpufeatures v0.2.17 |
| 1380 | 2026-03-13T17:00:28.082Z | Compiling foldhash v0.2.0 |
| 1381 | 2026-03-13T17:00:28.104Z | Compiling futures-sink v0.3.32 |
| 1382 | 2026-03-13T17:00:28.133Z | Compiling futures-task v0.3.32 |
| 1383 | 2026-03-13T17:00:28.242Z | Compiling futures-channel v0.3.32 |
| 1384 | 2026-03-13T17:00:28.362Z | Compiling getrandom v0.4.1 |
| 1385 | 2026-03-13T17:00:28.375Z | Compiling slab v0.4.12 |
| 1386 | 2026-03-13T17:00:28.395Z | Compiling hashbrown v0.16.1 |
| 1387 | 2026-03-13T17:00:28.415Z | Compiling futures-io v0.3.32 |
| 1388 | 2026-03-13T17:00:28.546Z | Compiling getrandom v0.3.4 |
| 1389 | 2026-03-13T17:00:28.618Z | Compiling rand_core v0.10.0 |
| 1390 | 2026-03-13T17:00:28.625Z | Compiling rustversion v1.0.22 |
| 1391 | 2026-03-13T17:00:28.830Z | Compiling cmake v0.1.57 |
| 1392 | 2026-03-13T17:00:29.220Z | Compiling indexmap v2.13.0 |
| 1393 | 2026-03-13T17:00:29.361Z | Compiling form_urlencoded v1.2.2 |
| 1394 | 2026-03-13T17:00:29.380Z | Compiling base64ct v1.8.3 |
| 1395 | 2026-03-13T17:00:29.495Z | Compiling dunce v1.0.5 |
| 1396 | 2026-03-13T17:00:29.590Z | Compiling ident_case v1.0.1 |
| 1397 | 2026-03-13T17:00:29.615Z | Compiling synstructure v0.13.2 |
| 1398 | 2026-03-13T17:00:29.741Z | Compiling fs_extra v1.3.0 |
| 1399 | 2026-03-13T17:00:29.872Z | Compiling pem-rfc7468 v0.7.0 |
| 1400 | 2026-03-13T17:00:29.883Z | Compiling flagset v0.4.7 |
| 1401 | 2026-03-13T17:00:29.951Z | Compiling rand_core v0.9.5 |
| 1402 | 2026-03-13T17:00:30.060Z | Compiling rustix v1.1.3 |
| 1403 | 2026-03-13T17:00:30.084Z | Compiling iana-time-zone v0.1.65 |
| 1404 | 2026-03-13T17:00:30.101Z | Compiling aws-lc-sys v0.37.1 |
| 1405 | 2026-03-13T17:00:30.142Z | Compiling ring v0.17.14 |
| 1406 | 2026-03-13T17:00:30.167Z | Compiling uuid v1.21.0 |
| 1407 | 2026-03-13T17:00:30.330Z | Compiling rustc_version v0.4.1 |
| 1408 | 2026-03-13T17:00:30.347Z | Compiling aws-lc-rs v1.16.0 |
| 1409 | 2026-03-13T17:00:30.448Z | Compiling regex-syntax v0.8.10 |
| 1410 | 2026-03-13T17:00:30.744Z | Compiling vcpkg v0.2.15 |
| 1411 | 2026-03-13T17:00:30.764Z | Compiling tracing-core v0.1.36 |
| 1412 | 2026-03-13T17:00:31.099Z | Compiling crossbeam-utils v0.8.21 |
| 1413 | 2026-03-13T17:00:31.515Z | Compiling pest_generator v2.8.6 |
| 1414 | 2026-03-13T17:00:31.532Z | Compiling serde_derive_internals v0.29.1 |
| 1415 | 2026-03-13T17:00:31.748Z | Compiling openssl-sys v0.9.111 |
| 1416 | 2026-03-13T17:00:32.269Z | Compiling serde_derive v1.0.228 |
| 1417 | 2026-03-13T17:00:32.464Z | Compiling zeroize_derive v1.4.3 |
| 1418 | 2026-03-13T17:00:32.485Z | Compiling zerofrom-derive v0.1.6 |
| 1419 | 2026-03-13T17:00:32.524Z | Compiling yoke-derive v0.8.1 |
| 1420 | 2026-03-13T17:00:32.815Z | Compiling zerocopy-derive v0.8.40 |
| 1421 | 2026-03-13T17:00:33.341Z | Compiling zeroize v1.8.2 |
| 1422 | 2026-03-13T17:00:33.798Z | Compiling zerovec-derive v0.11.2 |
| 1423 | 2026-03-13T17:00:34.140Z | Compiling displaydoc v0.2.5 |
| 1424 | 2026-03-13T17:00:34.420Z | Compiling crypto-common v0.1.7 |
| 1425 | 2026-03-13T17:00:34.439Z | Compiling zerofrom v0.1.6 |
| 1426 | 2026-03-13T17:00:34.568Z | Compiling yoke v0.8.1 |
| 1427 | 2026-03-13T17:00:34.580Z | Compiling block-buffer v0.10.4 |
| 1428 | 2026-03-13T17:00:34.853Z | Compiling digest v0.10.7 |
| 1429 | 2026-03-13T17:00:34.884Z | Compiling tokio-macros v2.6.0 |
| 1430 | 2026-03-13T17:00:35.072Z | Compiling hmac v0.12.1 |
| 1431 | 2026-03-13T17:00:35.119Z | Compiling futures-macro v0.3.32 |
| 1432 | 2026-03-13T17:00:35.231Z | Compiling zerotrie v0.2.3 |
| 1433 | 2026-03-13T17:00:35.265Z | Compiling zerovec v0.11.5 |
| 1434 | 2026-03-13T17:00:35.282Z | Compiling block-padding v0.3.3 |
| 1435 | 2026-03-13T17:00:35.481Z | Compiling inout v0.1.4 |
| 1436 | 2026-03-13T17:00:35.522Z | Compiling sha2 v0.10.9 |
| 1437 | 2026-03-13T17:00:35.693Z | Compiling cipher v0.4.4 |
| 1438 | 2026-03-13T17:00:36.060Z | Compiling der_derive v0.7.3 |
| 1439 | 2026-03-13T17:00:36.076Z | Compiling tinystr v0.8.2 |
| 1440 | 2026-03-13T17:00:36.076Z | Compiling potential_utf v0.1.4 |
| 1441 | 2026-03-13T17:00:36.212Z | Compiling icu_locale_core v2.1.1 |
| 1442 | 2026-03-13T17:00:36.237Z | Compiling icu_collections v2.1.1 |
| 1443 | 2026-03-13T17:00:36.258Z | Compiling futures-util v0.3.32 |
| 1444 | 2026-03-13T17:00:36.892Z | Compiling salsa20 v0.10.2 |
| 1445 | 2026-03-13T17:00:37.099Z | Compiling bytes v1.11.1 |
| 1446 | 2026-03-13T17:00:37.128Z | Compiling icu_provider v2.1.1 |
| 1447 | 2026-03-13T17:00:37.128Z | Compiling der v0.7.10 |
| 1448 | 2026-03-13T17:00:37.348Z | Compiling chrono v0.4.44 |
| 1449 | 2026-03-13T17:00:37.474Z | Compiling icu_normalizer v2.1.1 |
| 1450 | 2026-03-13T17:00:37.804Z | Compiling icu_properties v2.1.2 |
| 1451 | 2026-03-13T17:00:38.021Z | Compiling tokio v1.49.0 |
| 1452 | 2026-03-13T17:00:38.209Z | Compiling http v1.4.0 |
| 1453 | 2026-03-13T17:00:38.956Z | Compiling idna_adapter v1.2.1 |
| 1454 | 2026-03-13T17:00:38.983Z | Compiling idna v1.1.0 |
| 1455 | 2026-03-13T17:00:39.058Z | Compiling spki v0.7.3 |
| 1456 | 2026-03-13T17:00:39.279Z | Compiling pbkdf2 v0.12.2 |
| 1457 | 2026-03-13T17:00:39.325Z | Compiling ppv-lite86 v0.2.21 |
| 1458 | 2026-03-13T17:00:39.392Z | Compiling url v2.5.8 |
| 1459 | 2026-03-13T17:00:39.430Z | Compiling thiserror-impl v2.0.18 |
| 1460 | 2026-03-13T17:00:39.448Z | Compiling scrypt v0.11.0 |
| 1461 | 2026-03-13T17:00:39.508Z | Compiling aes v0.8.4 |
| 1462 | 2026-03-13T17:00:39.744Z | Compiling rand_chacha v0.9.0 |
| 1463 | 2026-03-13T17:00:39.766Z | Compiling cbc v0.1.2 |
| 1464 | 2026-03-13T17:00:39.846Z | Compiling rustls-pki-types v1.14.0 |
| 1465 | 2026-03-13T17:00:39.944Z | Compiling tracing-attributes v0.1.31 |
| 1466 | 2026-03-13T17:00:40.438Z | Compiling pkcs5 v0.7.1 |
| 1467 | 2026-03-13T17:00:40.480Z | Compiling rand v0.9.2 |
| 1468 | 2026-03-13T17:00:40.630Z | Compiling http-body v1.0.1 |
| 1469 | 2026-03-13T17:00:44.143Z | Compiling untrusted v0.7.1 |
| 1470 | 2026-03-13T17:00:44.222Z | Compiling untrusted v0.9.0 |
| 1471 | 2026-03-13T17:00:44.222Z | Compiling syn v1.0.109 |
| 1472 | 2026-03-13T17:00:44.222Z | Compiling schemars v0.8.22 |
| 1473 | 2026-03-13T17:00:44.222Z | Compiling httparse v1.10.1 |
| 1474 | 2026-03-13T17:00:44.222Z | Compiling thiserror v2.0.18 |
| 1475 | 2026-03-13T17:00:44.222Z | Compiling openssl-probe v0.2.1 |
| 1476 | 2026-03-13T17:00:44.222Z | Compiling base64 v0.22.1 |
| 1477 | 2026-03-13T17:00:44.222Z | Compiling pkcs8 v0.10.2 |
| 1478 | 2026-03-13T17:00:44.222Z | Compiling schemars_derive v0.8.22 |
| 1479 | 2026-03-13T17:00:44.222Z | Compiling pest_derive v2.8.6 |
| 1480 | 2026-03-13T17:00:44.222Z | Compiling tracing v0.1.44 |
| 1481 | 2026-03-13T17:00:44.222Z | Compiling scroll_derive v0.13.1 |
| 1482 | 2026-03-13T17:00:44.222Z | Compiling darling_core v0.20.11 |
| 1483 | 2026-03-13T17:00:44.222Z | Compiling dyn-clone v1.0.20 |
| 1484 | 2026-03-13T17:00:44.222Z | Compiling rustls v0.23.37 |
| 1485 | 2026-03-13T17:00:44.222Z | Compiling tower-layer v0.3.3 |
| 1486 | 2026-03-13T17:00:44.222Z | Compiling tower-service v0.3.3 |
| 1487 | 2026-03-13T17:00:44.222Z | Compiling tinyvec_macros v0.1.1 |
| 1488 | 2026-03-13T17:00:44.222Z | Compiling atomic-waker v1.1.2 |
| 1489 | 2026-03-13T17:00:44.222Z | Compiling try-lock v0.2.5 |
| 1490 | 2026-03-13T17:00:44.222Z | Compiling scroll v0.13.0 |
| 1491 | 2026-03-13T17:00:44.222Z | Compiling tokio-util v0.7.18 |
| 1492 | 2026-03-13T17:00:44.222Z | Compiling want v0.3.1 |
| 1493 | 2026-03-13T17:00:44.222Z | Compiling tinyvec v1.10.0 |
| 1494 | 2026-03-13T17:00:44.223Z | Compiling ipnet v2.11.0 |
| 1495 | 2026-03-13T17:00:44.223Z | Compiling h2 v0.4.13 |
| 1496 | 2026-03-13T17:00:44.356Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1497 | 2026-03-13T17:00:44.375Z | Compiling spin v0.9.8 |
| 1498 | 2026-03-13T17:00:44.641Z | Compiling aho-corasick v1.1.4 |
| 1499 | 2026-03-13T17:00:44.878Z | Compiling pin-utils v0.1.0 |
| 1500 | 2026-03-13T17:00:44.970Z | Compiling num-conv v0.2.0 |
| 1501 | 2026-03-13T17:00:45.133Z | Compiling httpdate v1.0.3 |
| 1502 | 2026-03-13T17:00:45.151Z | Compiling time-core v0.1.8 |
| 1503 | 2026-03-13T17:00:45.347Z | Compiling openssl v0.10.75 |
| 1504 | 2026-03-13T17:00:45.398Z | Compiling darling_macro v0.20.11 |
| 1505 | 2026-03-13T17:00:45.416Z | Compiling powerfmt v0.2.0 |
| 1506 | 2026-03-13T17:00:45.660Z | Compiling crc32fast v1.5.0 |
| 1507 | 2026-03-13T17:00:45.680Z | Compiling foreign-types-shared v0.1.1 |
| 1508 | 2026-03-13T17:00:45.780Z | Compiling tempfile v3.25.0 |
| 1509 | 2026-03-13T17:00:45.798Z | Compiling foreign-types v0.3.2 |
| 1510 | 2026-03-13T17:00:45.887Z | Compiling regex-automata v0.4.14 |
| 1511 | 2026-03-13T17:00:46.010Z | Compiling darling v0.20.11 |
| 1512 | 2026-03-13T17:00:46.111Z | Compiling deranged v0.5.8 |
| 1513 | 2026-03-13T17:00:46.132Z | Compiling time-macros v0.2.27 |
| 1514 | 2026-03-13T17:00:47.027Z | Compiling goblin v0.10.5 |
| 1515 | 2026-03-13T17:00:47.619Z | Compiling openssl-macros v0.1.1 |
| 1516 | 2026-03-13T17:00:48.142Z | Compiling hyper v1.8.1 |
| 1517 | 2026-03-13T17:00:48.399Z | Compiling thiserror-impl v1.0.69 |
| 1518 | 2026-03-13T17:00:49.337Z | Compiling wait-timeout v0.2.1 |
| 1519 | 2026-03-13T17:00:49.495Z | Compiling siphasher v1.0.2 |
| 1520 | 2026-03-13T17:00:49.670Z | Compiling native-tls v0.2.18 |
| 1521 | 2026-03-13T17:00:49.740Z | Compiling usdt-impl v0.6.0 |
| 1522 | 2026-03-13T17:00:49.938Z | Compiling num_threads v0.1.7 |
| 1523 | 2026-03-13T17:00:50.022Z | Compiling either v1.15.0 |
| 1524 | 2026-03-13T17:00:50.059Z | Compiling bit-vec v0.8.0 |
| 1525 | 2026-03-13T17:00:50.102Z | Compiling simd-adler32 v0.3.8 |
| 1526 | 2026-03-13T17:00:50.235Z | Compiling quick-error v1.2.3 |
| 1527 | 2026-03-13T17:00:50.290Z | Compiling thiserror v1.0.69 |
| 1528 | 2026-03-13T17:00:50.358Z | Compiling rusty-fork v0.3.1 |
| 1529 | 2026-03-13T17:00:50.365Z | Compiling bit-set v0.8.0 |
| 1530 | 2026-03-13T17:00:50.415Z | Compiling time v0.3.47 |
| 1531 | 2026-03-13T17:00:50.483Z | Compiling hyper-util v0.1.20 |
| 1532 | 2026-03-13T17:00:50.785Z | Compiling derive_builder_core v0.20.2 |
| 1533 | 2026-03-13T17:00:51.712Z | Compiling dof v0.4.0 |
| 1534 | 2026-03-13T17:00:52.183Z | Compiling unicode-normalization v0.1.25 |
| 1535 | 2026-03-13T17:00:52.671Z | Compiling crossbeam-epoch v0.9.18 |
| 1536 | 2026-03-13T17:00:52.830Z | Compiling dtrace-parser v0.3.0 |
| 1537 | 2026-03-13T17:00:52.844Z | Compiling rustls-native-certs v0.8.3 |
| 1538 | 2026-03-13T17:00:53.091Z | Compiling signature v2.2.0 |
| 1539 | 2026-03-13T17:00:53.197Z | Compiling scroll_derive v0.12.1 |
| 1540 | 2026-03-13T17:00:53.223Z | Compiling heapless v0.7.17 |
| 1541 | 2026-03-13T17:00:53.302Z | Compiling rand_xorshift v0.4.0 |
| 1542 | 2026-03-13T17:00:53.506Z | Compiling slog v2.8.2 |
| 1543 | 2026-03-13T17:00:53.528Z | Compiling darling_core v0.21.3 |
| 1544 | 2026-03-13T17:00:53.545Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1545 | 2026-03-13T17:00:53.749Z | Compiling sync_wrapper v1.0.2 |
| 1546 | 2026-03-13T17:00:53.873Z | Compiling thread-id v5.1.0 |
| 1547 | 2026-03-13T17:00:53.890Z | Compiling cookie v0.18.1 |
| 1548 | 2026-03-13T17:00:53.908Z | Compiling paste v1.0.15 |
| 1549 | 2026-03-13T17:00:53.974Z | Compiling rayon-core v1.13.0 |
| 1550 | 2026-03-13T17:00:54.080Z | Compiling unicode-bidi v0.3.18 |
| 1551 | 2026-03-13T17:00:54.137Z | Compiling unarray v0.1.4 |
| 1552 | 2026-03-13T17:00:54.212Z | Compiling adler2 v2.0.1 |
| 1553 | 2026-03-13T17:00:54.269Z | Compiling unicode-segmentation v1.12.0 |
| 1554 | 2026-03-13T17:00:54.276Z | Compiling zstd-safe v7.2.4 |
| 1555 | 2026-03-13T17:00:54.371Z | Compiling unicode-properties v0.1.4 |
| 1556 | 2026-03-13T17:00:54.575Z | Compiling signal-hook v0.3.18 |
| 1557 | 2026-03-13T17:00:54.638Z | Compiling anyhow v1.0.102 |
| 1558 | 2026-03-13T17:00:54.779Z | Compiling stringprep v0.1.5 |
| 1559 | 2026-03-13T17:00:54.825Z | Compiling miniz_oxide v0.8.9 |
| 1560 | 2026-03-13T17:00:54.852Z | Compiling proptest v1.10.0 |
| 1561 | 2026-03-13T17:00:55.009Z | Compiling scroll v0.12.0 |
| 1562 | 2026-03-13T17:00:55.362Z | Compiling tower v0.5.3 |
| 1563 | 2026-03-13T17:00:55.701Z | Compiling crossbeam-deque v0.8.6 |
| 1564 | 2026-03-13T17:00:55.807Z | Compiling derive_builder_macro v0.20.2 |
| 1565 | 2026-03-13T17:00:55.862Z | Compiling ipnetwork v0.21.1 |
| 1566 | 2026-03-13T17:00:55.938Z | Compiling http-body-util v0.1.3 |
| 1567 | 2026-03-13T17:00:55.981Z | Compiling webpki-roots v1.0.6 |
| 1568 | 2026-03-13T17:00:56.097Z | Compiling rand_chacha v0.3.1 |
| 1569 | 2026-03-13T17:00:56.134Z | Compiling serde_spanned v0.6.9 |
| 1570 | 2026-03-13T17:00:56.259Z | Compiling toml_datetime v0.6.11 |
| 1571 | 2026-03-13T17:00:56.313Z | Compiling erased-serde v0.3.31 |
| 1572 | 2026-03-13T17:00:56.392Z | Compiling serde_tokenstream v0.2.3 |
| 1573 | 2026-03-13T17:00:56.411Z | Compiling md-5 v0.10.6 |
| 1574 | 2026-03-13T17:00:56.589Z | Compiling zerocopy-derive v0.7.35 |
| 1575 | 2026-03-13T17:00:56.615Z | Compiling curve25519-dalek v4.1.3 |
| 1576 | 2026-03-13T17:00:56.765Z | Compiling vergen-lib v0.1.6 |
| 1577 | 2026-03-13T17:00:57.010Z | Compiling num-integer v0.1.46 |
| 1578 | 2026-03-13T17:00:57.055Z | Compiling hash32 v0.2.1 |
| 1579 | 2026-03-13T17:00:57.073Z | Compiling ff v0.13.1 |
| 1580 | 2026-03-13T17:00:57.151Z | Compiling darling_macro v0.21.3 |
| 1581 | 2026-03-13T17:00:57.193Z | Compiling memoffset v0.9.1 |
| 1582 | 2026-03-13T17:00:57.288Z | Compiling ref-cast v1.0.25 |
| 1583 | 2026-03-13T17:00:57.328Z | Compiling num-bigint-dig v0.8.6 |
| 1584 | 2026-03-13T17:00:57.487Z | Compiling psl-types v2.0.11 |
| 1585 | 2026-03-13T17:00:57.501Z | Compiling rustix v0.38.44 |
| 1586 | 2026-03-13T17:00:57.574Z | Compiling cfg_aliases v0.2.1 |
| 1587 | 2026-03-13T17:00:57.649Z | Compiling fallible-iterator v0.2.0 |
| 1588 | 2026-03-13T17:00:57.666Z | Compiling base16ct v0.2.0 |
| 1589 | 2026-03-13T17:00:57.692Z | Compiling zlib-rs v0.6.2 |
| 1590 | 2026-03-13T17:00:57.808Z | Compiling iri-string v0.7.10 |
| 1591 | 2026-03-13T17:00:57.830Z | Compiling ryu v1.0.23 |
| 1592 | 2026-03-13T17:00:57.893Z | Compiling litrs v1.0.0 |
| 1593 | 2026-03-13T17:00:57.983Z | Compiling smoltcp v0.9.1 |
| 1594 | 2026-03-13T17:00:58.067Z | Compiling postgres-protocol v0.6.10 |
| 1595 | 2026-03-13T17:00:58.068Z | Compiling serde_urlencoded v0.7.1 |
| 1596 | 2026-03-13T17:00:58.411Z | Compiling newtype-uuid v1.3.2 |
| 1597 | 2026-03-13T17:00:58.569Z | Compiling darling v0.21.3 |
| 1598 | 2026-03-13T17:00:58.589Z | Compiling document-features v0.2.12 |
| 1599 | 2026-03-13T17:00:58.670Z | Compiling sec1 v0.7.3 |
| 1600 | 2026-03-13T17:00:58.795Z | Compiling zerocopy v0.7.35 |
| 1601 | 2026-03-13T17:00:58.914Z | Compiling nix v0.31.1 |
| 1602 | 2026-03-13T17:00:59.035Z | Compiling publicsuffix v2.3.0 |
| 1603 | 2026-03-13T17:00:59.380Z | Compiling num-iter v0.1.45 |
| 1604 | 2026-03-13T17:00:59.433Z | Compiling group v0.13.0 |
| 1605 | 2026-03-13T17:00:59.520Z | Compiling tower-http v0.6.8 |
| 1606 | 2026-03-13T17:00:59.696Z | Compiling derive_builder v0.20.2 |
| 1607 | 2026-03-13T17:00:59.847Z | Compiling rand v0.8.5 |
| 1608 | 2026-03-13T17:00:59.988Z | Compiling oxnet v0.1.4 |
| 1609 | 2026-03-13T17:01:00.139Z | Compiling proc-macro-error v1.0.4 |
| 1610 | 2026-03-13T17:01:00.186Z | Compiling tokio-native-tls v0.3.1 |
| 1611 | 2026-03-13T17:01:00.498Z | Compiling goblin v0.8.2 |
| 1612 | 2026-03-13T17:01:00.992Z | Compiling heck v0.4.1 |
| 1613 | 2026-03-13T17:01:01.259Z | Compiling phf_shared v0.13.1 |
| 1614 | 2026-03-13T17:01:01.294Z | Compiling hubpack_derive v0.1.1 |
| 1615 | 2026-03-13T17:01:01.499Z | Compiling regex v1.12.3 |
| 1616 | 2026-03-13T17:01:01.547Z | Compiling lazy_static v1.5.0 |
| 1617 | 2026-03-13T17:01:01.586Z | Compiling flate2 v1.1.9 |
| 1618 | 2026-03-13T17:01:01.670Z | Compiling cargo-platform v0.1.9 |
| 1619 | 2026-03-13T17:01:01.886Z | Compiling hkdf v0.12.4 |
| 1620 | 2026-03-13T17:01:02.010Z | Compiling crypto-bigint v0.5.5 |
| 1621 | 2026-03-13T17:01:02.083Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1622 | 2026-03-13T17:01:02.108Z | Compiling strum_macros v0.27.2 |
| 1623 | 2026-03-13T17:01:02.149Z | Compiling ref-cast-impl v1.0.25 |
| 1624 | 2026-03-13T17:01:02.173Z | Compiling daft-derive v0.1.5 |
| 1625 | 2026-03-13T17:01:02.858Z | Compiling async-trait v0.1.89 |
| 1626 | 2026-03-13T17:01:03.026Z | Compiling terminal_size v0.4.3 |
| 1627 | 2026-03-13T17:01:03.190Z | Compiling vergen v9.0.6 |
| 1628 | 2026-03-13T17:01:03.215Z | Compiling fs-err v3.3.0 |
| 1629 | 2026-03-13T17:01:03.411Z | Compiling ahash v0.8.12 |
| 1630 | 2026-03-13T17:01:03.441Z | Compiling object v0.37.3 |
| 1631 | 2026-03-13T17:01:03.721Z | Compiling libbz2-rs-sys v0.2.2 |
| 1632 | 2026-03-13T17:01:03.803Z | Compiling bitflags v1.3.2 |
| 1633 | 2026-03-13T17:01:03.906Z | Compiling managed v0.8.0 |
| 1634 | 2026-03-13T17:01:04.184Z | Compiling foldhash v0.1.5 |
| 1635 | 2026-03-13T17:01:04.331Z | Compiling winnow v0.5.40 |
| 1636 | 2026-03-13T17:01:04.404Z | Compiling bumpalo v3.20.2 |
| 1637 | 2026-03-13T17:01:04.613Z | Compiling hashbrown v0.15.5 |
| 1638 | 2026-03-13T17:01:04.751Z | Compiling zopfli v0.8.3 |
| 1639 | 2026-03-13T17:01:04.903Z | Compiling strum v0.27.2 |
| 1640 | 2026-03-13T17:01:05.040Z | Compiling bzip2 v0.6.1 |
| 1641 | 2026-03-13T17:01:05.306Z | Compiling clap_builder v4.5.60 |
| 1642 | 2026-03-13T17:01:05.403Z | Compiling dof v0.3.0 |
| 1643 | 2026-03-13T17:01:05.679Z | Compiling console v0.16.2 |
| 1644 | 2026-03-13T17:01:05.732Z | Compiling elliptic-curve v0.13.8 |
| 1645 | 2026-03-13T17:01:06.253Z | Compiling toml_edit v0.19.15 |
| 1646 | 2026-03-13T17:01:06.401Z | Compiling daft v0.1.5 |
| 1647 | 2026-03-13T17:01:06.496Z | Compiling hubpack v0.1.2 |
| 1648 | 2026-03-13T17:01:06.551Z | Compiling cargo_metadata v0.19.2 |
| 1649 | 2026-03-13T17:01:06.785Z | Compiling phf v0.13.1 |
| 1650 | 2026-03-13T17:01:06.996Z | Compiling zone_cfg_derive v0.3.1 |
| 1651 | 2026-03-13T17:01:07.947Z | Compiling signal-hook-mio v0.2.5 |
| 1652 | 2026-03-13T17:01:08.169Z | Compiling cookie_store v0.22.1 |
| 1653 | 2026-03-13T17:01:08.498Z | Compiling zstd v0.13.3 |
| 1654 | 2026-03-13T17:01:08.977Z | Compiling rayon v1.11.0 |
| 1655 | 2026-03-13T17:01:09.374Z | Compiling hyper-tls v0.6.0 |
| 1656 | 2026-03-13T17:01:09.663Z | Compiling bzip2 v0.4.4 |
| 1657 | 2026-03-13T17:01:09.851Z | Compiling serde_with_macros v3.17.0 |
| 1658 | 2026-03-13T17:01:09.913Z | Compiling postgres-types v0.2.12 |
| 1659 | 2026-03-13T17:01:10.111Z | Compiling usdt-macro v0.6.0 |
| 1660 | 2026-03-13T17:01:10.787Z | Compiling usdt-attr-macro v0.6.0 |
| 1661 | 2026-03-13T17:01:10.809Z | Compiling ed25519 v2.2.3 |
| 1662 | 2026-03-13T17:01:11.059Z | Compiling dtrace-parser v0.2.0 |
| 1663 | 2026-03-13T17:01:11.362Z | Compiling itertools v0.12.1 |
| 1664 | 2026-03-13T17:01:11.392Z | Compiling phf_shared v0.11.3 |
| 1665 | 2026-03-13T17:01:11.426Z | Compiling bstr v1.12.1 |
| 1666 | 2026-03-13T17:01:11.646Z | Compiling pkcs1 v0.7.5 |
| 1667 | 2026-03-13T17:01:11.741Z | Compiling hex v0.4.3 |
| 1668 | 2026-03-13T17:01:11.913Z | Compiling serde-big-array v0.5.1 |
| 1669 | 2026-03-13T17:01:12.103Z | Compiling rfc6979 v0.4.0 |
| 1670 | 2026-03-13T17:01:12.138Z | Compiling clap_derive v4.5.55 |
| 1671 | 2026-03-13T17:01:12.159Z | Compiling strum_macros v0.26.4 |
| 1672 | 2026-03-13T17:01:12.205Z | Compiling enum-as-inner v0.6.1 |
| 1673 | 2026-03-13T17:01:12.288Z | Compiling serde_repr v0.1.20 |
| 1674 | 2026-03-13T17:01:12.354Z | Compiling float-cmp v0.10.0 |
| 1675 | 2026-03-13T17:01:12.527Z | Compiling thread-id v4.2.2 |
| 1676 | 2026-03-13T17:01:12.634Z | Compiling memmap2 v0.9.10 |
| 1677 | 2026-03-13T17:01:12.966Z | Compiling env_filter v1.0.0 |
| 1678 | 2026-03-13T17:01:12.966Z | Compiling encoding_rs v0.8.35 |
| 1679 | 2026-03-13T17:01:13.002Z | Compiling predicates-core v1.0.10 |
| 1680 | 2026-03-13T17:01:13.043Z | Compiling whoami v2.1.0 |
| 1681 | 2026-03-13T17:01:13.241Z | Compiling normalize-line-endings v0.3.0 |
| 1682 | 2026-03-13T17:01:13.325Z | Compiling difflib v0.4.0 |
| 1683 | 2026-03-13T17:01:13.347Z | Compiling static_assertions v1.1.0 |
| 1684 | 2026-03-13T17:01:13.448Z | Compiling precomputed-hash v0.1.1 |
| 1685 | 2026-03-13T17:01:13.551Z | Compiling jiff v0.2.21 |
| 1686 | 2026-03-13T17:01:13.573Z | Compiling mime v0.3.17 |
| 1687 | 2026-03-13T17:01:13.897Z | Compiling unit-prefix v0.5.2 |
| 1688 | 2026-03-13T17:01:14.082Z | Compiling rustc-hash v2.1.1 |
| 1689 | 2026-03-13T17:01:14.101Z | Compiling fixedbitset v0.4.2 |
| 1690 | 2026-03-13T17:01:14.173Z | Compiling data-encoding v2.10.0 |
| 1691 | 2026-03-13T17:01:14.230Z | Compiling fixedbitset v0.5.7 |
| 1692 | 2026-03-13T17:01:14.383Z | Compiling new_debug_unreachable v1.0.6 |
| 1693 | 2026-03-13T17:01:14.473Z | Compiling keccak v0.1.6 |
| 1694 | 2026-03-13T17:01:14.636Z | Compiling hickory-proto v0.25.2 |
| 1695 | 2026-03-13T17:01:14.643Z | Compiling strum v0.26.3 |
| 1696 | 2026-03-13T17:01:14.677Z | Compiling clap v4.5.60 |
| 1697 | 2026-03-13T17:01:14.776Z | Compiling sha3 v0.10.8 |
| 1698 | 2026-03-13T17:01:14.795Z | Compiling petgraph v0.8.3 |
| 1699 | 2026-03-13T17:01:15.005Z | Compiling string_cache v0.8.9 |
| 1700 | 2026-03-13T17:01:15.149Z | Compiling petgraph v0.6.5 |
| 1701 | 2026-03-13T17:01:15.327Z | Compiling iddqd v0.3.17 |
| 1702 | 2026-03-13T17:01:15.395Z | Compiling indicatif v0.18.4 |
| 1703 | 2026-03-13T17:01:15.579Z | Compiling predicates v3.1.4 |
| 1704 | 2026-03-13T17:01:16.456Z | Compiling toml_edit v0.22.27 |
| 1705 | 2026-03-13T17:01:16.526Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1706 | 2026-03-13T17:01:16.830Z | Compiling tokio-postgres v0.7.16 |
| 1707 | 2026-03-13T17:01:17.161Z | Compiling env_logger v0.11.9 |
| 1708 | 2026-03-13T17:01:17.569Z | Compiling zip v4.6.1 |
| 1709 | 2026-03-13T17:01:17.683Z | Compiling zone v0.3.1 |
| 1710 | 2026-03-13T17:01:18.583Z | Compiling usdt v0.6.0 |
| 1711 | 2026-03-13T17:01:18.882Z | Compiling usdt-impl v0.5.0 |
| 1712 | 2026-03-13T17:01:18.918Z | Compiling ecdsa v0.16.9 |
| 1713 | 2026-03-13T17:01:19.429Z | Compiling serde_with v3.17.0 |
| 1714 | 2026-03-13T17:01:19.553Z | Compiling similar v2.7.0 |
| 1715 | 2026-03-13T17:01:19.599Z | Compiling rsa v0.9.10 |
| 1716 | 2026-03-13T17:01:19.873Z | Compiling crossterm v0.28.1 |
| 1717 | 2026-03-13T17:01:20.329Z | Compiling ed25519-dalek v2.2.0 |
| 1718 | 2026-03-13T17:01:20.341Z | Compiling zip v0.6.6 |
| 1719 | 2026-03-13T17:01:21.184Z | Compiling toml v0.7.8 |
| 1720 | 2026-03-13T17:01:21.812Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1721 | 2026-03-13T17:01:21.834Z | Compiling itertools v0.13.0 |
| 1722 | 2026-03-13T17:01:21.986Z | Compiling tokio-stream v0.1.18 |
| 1723 | 2026-03-13T17:01:22.018Z | Compiling buf-list v1.1.2 |
| 1724 | 2026-03-13T17:01:22.425Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1725 | 2026-03-13T17:01:22.593Z | Compiling x509-cert v0.2.5 |
| 1726 | 2026-03-13T17:01:22.665Z | Compiling openapiv3 v2.2.0 |
| 1727 | 2026-03-13T17:01:22.847Z | Compiling sha1 v0.10.6 |
| 1728 | 2026-03-13T17:01:22.878Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1729 | 2026-03-13T17:01:23.120Z | Compiling lalrpop-util v0.19.12 |
| 1730 | 2026-03-13T17:01:23.232Z | Compiling peg-runtime v0.8.5 |
| 1731 | 2026-03-13T17:01:23.353Z | Compiling thread_local v1.1.9 |
| 1732 | 2026-03-13T17:01:23.537Z | Compiling slog-async v2.8.0 |
| 1733 | 2026-03-13T17:01:23.600Z | Compiling crossbeam-channel v0.5.15 |
| 1734 | 2026-03-13T17:01:23.670Z | Compiling futures-executor v0.3.32 |
| 1735 | 2026-03-13T17:01:23.967Z | Compiling is-terminal v0.4.17 |
| 1736 | 2026-03-13T17:01:24.010Z | Compiling filetime v0.2.27 |
| 1737 | 2026-03-13T17:01:24.017Z | Compiling take_mut v0.2.2 |
| 1738 | 2026-03-13T17:01:24.079Z | Compiling term v1.2.1 |
| 1739 | 2026-03-13T17:01:24.142Z | Compiling xattr v1.6.1 |
| 1740 | 2026-03-13T17:01:24.215Z | Compiling futures v0.3.32 |
| 1741 | 2026-03-13T17:01:24.437Z | Compiling tar v0.4.44 |
| 1742 | 2026-03-13T17:01:24.791Z | Compiling slog-term v2.9.2 |
| 1743 | 2026-03-13T17:01:31.469Z | Compiling rustls-webpki v0.103.9 |
| 1744 | 2026-03-13T17:01:35.533Z | Compiling tokio-rustls v0.26.4 |
| 1745 | 2026-03-13T17:01:35.533Z | Compiling rustls-platform-verifier v0.6.2 |
| 1746 | 2026-03-13T17:01:35.918Z | Compiling hyper-rustls v0.27.7 |
| 1747 | 2026-03-13T17:01:36.173Z | Compiling reqwest v0.12.28 |
| 1748 | 2026-03-13T17:01:36.173Z | Compiling reqwest v0.13.2 |
| 1749 | 2026-03-13T17:01:38.930Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1750 | 2026-03-13T17:01:39.287Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1751 | 2026-03-13T17:01:43.100Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s |
| 1752 | 2026-03-13T17:01:43.280Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1753 | 2026-03-13T17:01:43.453Z | Mar 13 17:01:42.981 INFO Starting download, target: MaghemiteMgd |
| 1754 | 2026-03-13T17:01:43.453Z | Mar 13 17:01:42.982 INFO Starting download, target: TransceiverControl |
| 1755 | 2026-03-13T17:01:43.453Z | Mar 13 17:01:42.982 INFO Starting download, target: Console |
| 1756 | 2026-03-13T17:01:43.453Z | Mar 13 17:01:42.982 INFO Starting download, target: DendriteStub |
| 1757 | 2026-03-13T17:01:43.635Z | Mar 13 17:01:42.982 INFO Starting download, target: Clickhouse |
| 1758 | 2026-03-13T17:01:43.636Z | Mar 13 17:01:42.982 INFO Starting download, target: Cockroach |
| 1759 | 2026-03-13T17:01:43.636Z | Mar 13 17:01:42.982 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1760 | 2026-03-13T17:01:43.737Z | Mar 13 17:01:42.982 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1761 | 2026-03-13T17:01:43.737Z | Mar 13 17:01:42.982 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1762 | 2026-03-13T17:01:43.737Z | Mar 13 17:01:42.982 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1763 | 2026-03-13T17:01:43.737Z | Mar 13 17:01:42.982 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1764 | 2026-03-13T17:01:43.737Z | Mar 13 17:01:42.982 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1765 | 2026-03-13T17:01:44.471Z | Mar 13 17:01:44.148 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1766 | 2026-03-13T17:01:44.838Z | Mar 13 17:01:44.514 INFO Download complete, target: Console |
| 1767 | 2026-03-13T17:01:45.103Z | Mar 13 17:01:44.787 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1768 | 2026-03-13T17:01:45.445Z | Mar 13 17:01:45.119 INFO Download complete, target: TransceiverControl |
| 1769 | 2026-03-13T17:01:45.770Z | Mar 13 17:01:45.228 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1770 | 2026-03-13T17:01:51.718Z | Mar 13 17:01:51.386 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1771 | 2026-03-13T17:01:52.468Z | Mar 13 17:01:52.118 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1772 | 2026-03-13T17:01:55.070Z | Mar 13 17:01:54.751 INFO Download complete, target: MaghemiteMgd |
| 1773 | 2026-03-13T17:01:55.935Z | Mar 13 17:01:55.586 INFO Download complete, target: DendriteStub |
| 1774 | 2026-03-13T17:01:56.600Z | Mar 13 17:01:56.269 INFO Checking that binary works, target: Clickhouse |
| 1775 | 2026-03-13T17:01:56.718Z | Mar 13 17:01:56.391 INFO Download complete, target: Clickhouse |
| 1776 | 2026-03-13T17:01:58.535Z | Mar 13 17:01:58.195 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1777 | 2026-03-13T17:01:58.535Z | Mar 13 17:01:58.195 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1778 | 2026-03-13T17:02:06.050Z | Mar 13 17:02:05.735 INFO Checking that binary works, target: Cockroach |
| 1779 | 2026-03-13T17:02:06.179Z | Mar 13 17:02:05.860 INFO Download complete, target: Cockroach |
| 1780 | 2026-03-13T17:02:06.194Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1781 | 2026-03-13T17:02:06.198Z | |
| 1782 | 2026-03-13T17:02:06.198Z | real 4:18.108515817 |
| 1783 | 2026-03-13T17:02:06.198Z | user 10:30.282979295 |
| 1784 | 2026-03-13T17:02:06.198Z | sys 1:49.404139882 |
| 1785 | 2026-03-13T17:02:06.198Z | trap 0.319847671 |
| 1786 | 2026-03-13T17:02:06.198Z | tflt 0.782354738 |
| 1787 | 2026-03-13T17:02:06.198Z | dflt 0.640023220 |
| 1788 | 2026-03-13T17:02:06.198Z | kflt 0.025085246 |
| 1789 | 2026-03-13T17:02:06.198Z | lock 25:35.927355924 |
| 1790 | 2026-03-13T17:02:06.198Z | slp 38:46.171929395 |
| 1791 | 2026-03-13T17:02:06.198Z | lat 55.322040349 |
| 1792 | 2026-03-13T17:02:06.199Z | stop 2:36.525307042 |
| 1793 | 2026-03-13T17:02:06.199Z | + banner hack-check |
| 1794 | 2026-03-13T17:02:06.199Z | |
| 1795 | 2026-03-13T17:02:06.199Z | # # ## #### # # #### # # ###### #### # # |
| 1796 | 2026-03-13T17:02:06.199Z | # # # # # # # # # # # # # # # # # |
| 1797 | 2026-03-13T17:02:06.199Z | ###### # # # #### ##### # ###### ##### # #### |
| 1798 | 2026-03-13T17:02:06.199Z | # # ###### # # # # # # # # # # |
| 1799 | 2026-03-13T17:02:06.199Z | # # # # # # # # # # # # # # # # # |
| 1800 | 2026-03-13T17:02:06.199Z | # # # # #### # # #### # # ###### #### # # |
| 1801 | 2026-03-13T17:02:06.199Z | |
| 1802 | 2026-03-13T17:02:06.199Z | + export CARGO_INCREMENTAL=0 |
| 1803 | 2026-03-13T17:02:06.199Z | + CARGO_INCREMENTAL=0 |
| 1804 | 2026-03-13T17:02:06.199Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1805 | 2026-03-13T17:02:06.872Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1806 | 2026-03-13T17:02:07.129Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1807 | 2026-03-13T17:02:09.655Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.44s |
| 1808 | 2026-03-13T17:02:09.753Z | Running `target/debug/xtask check-features --ci` |
| 1809 | 2026-03-13T17:02:09.781Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1810 | 2026-03-13T17:02:09.784Z | running: "/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1811 | 2026-03-13T17:02:10.407Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 1812 | 2026-03-13T17:02:10.439Z | Running `target/debug/xtask download cargo-hack` |
| 1813 | 2026-03-13T17:02:11.443Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1814 | 2026-03-13T17:02:11.842Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1815 | 2026-03-13T17:02:15.138Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.66s |
| 1816 | 2026-03-13T17:02:15.337Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1817 | 2026-03-13T17:02:15.382Z | Mar 13 17:02:15.066 INFO Starting download, target: CargoHack |
| 1818 | 2026-03-13T17:02:15.386Z | Mar 13 17:02:15.067 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1819 | 2026-03-13T17:02:15.618Z | Mar 13 17:02:15.303 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1820 | 2026-03-13T17:02:15.697Z | Mar 13 17:02:15.382 INFO Download complete, target: CargoHack |
| 1821 | 2026-03-13T17:02:15.701Z | 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" |
| 1822 | 2026-03-13T17:02:15.718Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1823 | 2026-03-13T17:02:15.920Z | info: running `cargo check --bins` on api_identity (1/257) |
| 1824 | 2026-03-13T17:02:16.574Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1825 | 2026-03-13T17:02:16.579Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1826 | 2026-03-13T17:02:16.579Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1827 | 2026-03-13T17:02:16.584Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 1828 | 2026-03-13T17:02:16.671Z | |
| 1829 | 2026-03-13T17:02:16.671Z | info: running `cargo check --bins` on bootstore (2/257) |
| 1830 | 2026-03-13T17:02:17.323Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1831 | 2026-03-13T17:02:17.326Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1832 | 2026-03-13T17:02:17.326Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1833 | 2026-03-13T17:02:17.330Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 1834 | 2026-03-13T17:02:17.422Z | |
| 1835 | 2026-03-13T17:02:17.422Z | info: running `cargo check --bins` on omicron-ledger (3/257) |
| 1836 | 2026-03-13T17:02:18.067Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1837 | 2026-03-13T17:02:18.073Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1838 | 2026-03-13T17:02:18.073Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1839 | 2026-03-13T17:02:18.079Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 1840 | 2026-03-13T17:02:18.164Z | |
| 1841 | 2026-03-13T17:02:18.164Z | info: running `cargo check --bins --no-default-features` on sled-hardware-types (4/257) |
| 1842 | 2026-03-13T17:02:18.808Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1843 | 2026-03-13T17:02:18.813Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1844 | 2026-03-13T17:02:18.813Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1845 | 2026-03-13T17:02:18.818Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 1846 | 2026-03-13T17:02:18.904Z | |
| 1847 | 2026-03-13T17:02:18.904Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/257) |
| 1848 | 2026-03-13T17:02:19.546Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1849 | 2026-03-13T17:02:19.550Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1850 | 2026-03-13T17:02:19.550Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1851 | 2026-03-13T17:02:19.555Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 1852 | 2026-03-13T17:02:19.643Z | |
| 1853 | 2026-03-13T17:02:19.643Z | info: running `cargo check --bins` on omicron-certificates (6/257) |
| 1854 | 2026-03-13T17:02:20.307Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1855 | 2026-03-13T17:02:20.314Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1856 | 2026-03-13T17:02:20.314Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1857 | 2026-03-13T17:02:20.321Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 1858 | 2026-03-13T17:02:20.408Z | |
| 1859 | 2026-03-13T17:02:20.408Z | info: running `cargo check --bins --no-default-features` on omicron-common (7/257) |
| 1860 | 2026-03-13T17:02:21.068Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1861 | 2026-03-13T17:02:21.075Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1862 | 2026-03-13T17:02:21.075Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1863 | 2026-03-13T17:02:21.084Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 1864 | 2026-03-13T17:02:21.167Z | |
| 1865 | 2026-03-13T17:02:21.167Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/257) |
| 1866 | 2026-03-13T17:02:21.830Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1867 | 2026-03-13T17:02:21.908Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1868 | 2026-03-13T17:02:21.908Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1869 | 2026-03-13T17:02:21.908Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 1870 | 2026-03-13T17:02:21.931Z | |
| 1871 | 2026-03-13T17:02:21.932Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/257) |
| 1872 | 2026-03-13T17:02:22.455Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1873 | 2026-03-13T17:02:22.460Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1874 | 2026-03-13T17:02:22.460Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1875 | 2026-03-13T17:02:22.460Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1876 | 2026-03-13T17:02:22.520Z | |
| 1877 | 2026-03-13T17:02:22.520Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/257) |
| 1878 | 2026-03-13T17:02:23.050Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1879 | 2026-03-13T17:02:23.055Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1880 | 2026-03-13T17:02:23.055Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1881 | 2026-03-13T17:02:23.060Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1882 | 2026-03-13T17:02:23.115Z | |
| 1883 | 2026-03-13T17:02:23.115Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/257) |
| 1884 | 2026-03-13T17:02:23.646Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1885 | 2026-03-13T17:02:23.651Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1886 | 2026-03-13T17:02:23.651Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1887 | 2026-03-13T17:02:23.656Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1888 | 2026-03-13T17:02:23.713Z | |
| 1889 | 2026-03-13T17:02:23.713Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/257) |
| 1890 | 2026-03-13T17:02:24.239Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1891 | 2026-03-13T17:02:24.245Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1892 | 2026-03-13T17:02:24.245Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1893 | 2026-03-13T17:02:24.248Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1894 | 2026-03-13T17:02:24.404Z | |
| 1895 | 2026-03-13T17:02:24.404Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/257) |
| 1896 | 2026-03-13T17:02:24.833Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1897 | 2026-03-13T17:02:24.837Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1898 | 2026-03-13T17:02:24.837Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1899 | 2026-03-13T17:02:24.840Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1900 | 2026-03-13T17:02:24.898Z | |
| 1901 | 2026-03-13T17:02:24.898Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/257) |
| 1902 | 2026-03-13T17:02:25.422Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1903 | 2026-03-13T17:02:25.426Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1904 | 2026-03-13T17:02:25.426Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1905 | 2026-03-13T17:02:25.432Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1906 | 2026-03-13T17:02:25.488Z | |
| 1907 | 2026-03-13T17:02:25.488Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/257) |
| 1908 | 2026-03-13T17:02:26.012Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1909 | 2026-03-13T17:02:26.016Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1910 | 2026-03-13T17:02:26.017Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1911 | 2026-03-13T17:02:26.020Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1912 | 2026-03-13T17:02:26.078Z | |
| 1913 | 2026-03-13T17:02:26.078Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/257) |
| 1914 | 2026-03-13T17:02:26.606Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1915 | 2026-03-13T17:02:26.612Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1916 | 2026-03-13T17:02:26.612Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1917 | 2026-03-13T17:02:26.612Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1918 | 2026-03-13T17:02:26.673Z | |
| 1919 | 2026-03-13T17:02:26.673Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/257) |
| 1920 | 2026-03-13T17:02:27.196Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1921 | 2026-03-13T17:02:27.204Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1922 | 2026-03-13T17:02:27.204Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1923 | 2026-03-13T17:02:27.207Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1924 | 2026-03-13T17:02:27.266Z | |
| 1925 | 2026-03-13T17:02:27.266Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/257) |
| 1926 | 2026-03-13T17:02:27.799Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1927 | 2026-03-13T17:02:27.816Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1928 | 2026-03-13T17:02:27.817Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1929 | 2026-03-13T17:02:27.817Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1930 | 2026-03-13T17:02:27.859Z | |
| 1931 | 2026-03-13T17:02:27.859Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/257) |
| 1932 | 2026-03-13T17:02:28.389Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1933 | 2026-03-13T17:02:28.399Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1934 | 2026-03-13T17:02:28.399Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1935 | 2026-03-13T17:02:28.399Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1936 | 2026-03-13T17:02:28.444Z | |
| 1937 | 2026-03-13T17:02:28.444Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/257) |
| 1938 | 2026-03-13T17:02:28.973Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1939 | 2026-03-13T17:02:28.979Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1940 | 2026-03-13T17:02:28.979Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1941 | 2026-03-13T17:02:28.979Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1942 | 2026-03-13T17:02:29.036Z | |
| 1943 | 2026-03-13T17:02:29.036Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/257) |
| 1944 | 2026-03-13T17:02:29.569Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1945 | 2026-03-13T17:02:29.576Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1946 | 2026-03-13T17:02:29.576Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1947 | 2026-03-13T17:02:29.576Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1948 | 2026-03-13T17:02:29.630Z | |
| 1949 | 2026-03-13T17:02:29.631Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/257) |
| 1950 | 2026-03-13T17:02:30.158Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1951 | 2026-03-13T17:02:30.161Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1952 | 2026-03-13T17:02:30.161Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1953 | 2026-03-13T17:02:30.164Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1954 | 2026-03-13T17:02:30.229Z | |
| 1955 | 2026-03-13T17:02:30.229Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/257) |
| 1956 | 2026-03-13T17:02:30.751Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1957 | 2026-03-13T17:02:30.766Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1958 | 2026-03-13T17:02:30.766Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1959 | 2026-03-13T17:02:30.769Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1960 | 2026-03-13T17:02:30.826Z | |
| 1961 | 2026-03-13T17:02:30.826Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/257) |
| 1962 | 2026-03-13T17:02:31.348Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1963 | 2026-03-13T17:02:31.352Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1964 | 2026-03-13T17:02:31.352Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1965 | 2026-03-13T17:02:31.359Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1966 | 2026-03-13T17:02:31.416Z | |
| 1967 | 2026-03-13T17:02:31.416Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/257) |
| 1968 | 2026-03-13T17:02:31.944Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1969 | 2026-03-13T17:02:31.947Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1970 | 2026-03-13T17:02:31.947Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1971 | 2026-03-13T17:02:31.951Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1972 | 2026-03-13T17:02:32.017Z | |
| 1973 | 2026-03-13T17:02:32.018Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/257) |
| 1974 | 2026-03-13T17:02:32.537Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1975 | 2026-03-13T17:02:32.541Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1976 | 2026-03-13T17:02:32.541Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1977 | 2026-03-13T17:02:32.548Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1978 | 2026-03-13T17:02:32.604Z | |
| 1979 | 2026-03-13T17:02:32.604Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/257) |
| 1980 | 2026-03-13T17:02:33.133Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1981 | 2026-03-13T17:02:33.138Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1982 | 2026-03-13T17:02:33.138Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1983 | 2026-03-13T17:02:33.143Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1984 | 2026-03-13T17:02:33.218Z | |
| 1985 | 2026-03-13T17:02:33.218Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/257) |
| 1986 | 2026-03-13T17:02:33.725Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1987 | 2026-03-13T17:02:33.729Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1988 | 2026-03-13T17:02:33.729Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1989 | 2026-03-13T17:02:33.735Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1990 | 2026-03-13T17:02:33.795Z | |
| 1991 | 2026-03-13T17:02:33.796Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/257) |
| 1992 | 2026-03-13T17:02:34.317Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1993 | 2026-03-13T17:02:34.321Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1994 | 2026-03-13T17:02:34.321Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1995 | 2026-03-13T17:02:34.324Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1996 | 2026-03-13T17:02:34.391Z | |
| 1997 | 2026-03-13T17:02:34.391Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/257) |
| 1998 | 2026-03-13T17:02:34.917Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1999 | 2026-03-13T17:02:34.940Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2000 | 2026-03-13T17:02:34.940Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2001 | 2026-03-13T17:02:34.941Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2002 | 2026-03-13T17:02:34.973Z | |
| 2003 | 2026-03-13T17:02:34.973Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/257) |
| 2004 | 2026-03-13T17:02:35.506Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2005 | 2026-03-13T17:02:35.514Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2006 | 2026-03-13T17:02:35.514Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2007 | 2026-03-13T17:02:35.514Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2008 | 2026-03-13T17:02:35.567Z | |
| 2009 | 2026-03-13T17:02:35.567Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/257) |
| 2010 | 2026-03-13T17:02:36.093Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2011 | 2026-03-13T17:02:36.098Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2012 | 2026-03-13T17:02:36.098Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2013 | 2026-03-13T17:02:36.102Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2014 | 2026-03-13T17:02:36.162Z | |
| 2015 | 2026-03-13T17:02:36.162Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/257) |
| 2016 | 2026-03-13T17:02:36.693Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2017 | 2026-03-13T17:02:36.696Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2018 | 2026-03-13T17:02:36.696Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2019 | 2026-03-13T17:02:36.696Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2020 | 2026-03-13T17:02:36.749Z | |
| 2021 | 2026-03-13T17:02:36.749Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/257) |
| 2022 | 2026-03-13T17:02:37.273Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2023 | 2026-03-13T17:02:37.279Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2024 | 2026-03-13T17:02:37.279Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2025 | 2026-03-13T17:02:37.282Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2026 | 2026-03-13T17:02:37.347Z | |
| 2027 | 2026-03-13T17:02:37.347Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/257) |
| 2028 | 2026-03-13T17:02:37.867Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2029 | 2026-03-13T17:02:37.874Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2030 | 2026-03-13T17:02:37.874Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2031 | 2026-03-13T17:02:37.879Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2032 | 2026-03-13T17:02:37.934Z | |
| 2033 | 2026-03-13T17:02:37.934Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/257) |
| 2034 | 2026-03-13T17:02:38.459Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2035 | 2026-03-13T17:02:38.463Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2036 | 2026-03-13T17:02:38.463Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2037 | 2026-03-13T17:02:38.466Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2038 | 2026-03-13T17:02:38.528Z | |
| 2039 | 2026-03-13T17:02:38.528Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/257) |
| 2040 | 2026-03-13T17:02:39.050Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2041 | 2026-03-13T17:02:39.053Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2042 | 2026-03-13T17:02:39.053Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2043 | 2026-03-13T17:02:39.057Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2044 | 2026-03-13T17:02:39.118Z | |
| 2045 | 2026-03-13T17:02:39.118Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/257) |
| 2046 | 2026-03-13T17:02:39.644Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2047 | 2026-03-13T17:02:39.648Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2048 | 2026-03-13T17:02:39.648Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2049 | 2026-03-13T17:02:39.652Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2050 | 2026-03-13T17:02:39.712Z | |
| 2051 | 2026-03-13T17:02:39.712Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/257) |
| 2052 | 2026-03-13T17:02:40.237Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2053 | 2026-03-13T17:02:40.241Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2054 | 2026-03-13T17:02:40.242Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2055 | 2026-03-13T17:02:40.245Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2056 | 2026-03-13T17:02:40.303Z | |
| 2057 | 2026-03-13T17:02:40.304Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/257) |
| 2058 | 2026-03-13T17:02:40.837Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2059 | 2026-03-13T17:02:40.842Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2060 | 2026-03-13T17:02:40.842Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2061 | 2026-03-13T17:02:40.847Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2062 | 2026-03-13T17:02:40.909Z | |
| 2063 | 2026-03-13T17:02:40.909Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/257) |
| 2064 | 2026-03-13T17:02:41.437Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2065 | 2026-03-13T17:02:41.441Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2066 | 2026-03-13T17:02:41.441Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2067 | 2026-03-13T17:02:41.445Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2068 | 2026-03-13T17:02:41.502Z | |
| 2069 | 2026-03-13T17:02:41.502Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/257) |
| 2070 | 2026-03-13T17:02:42.032Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2071 | 2026-03-13T17:02:42.040Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2072 | 2026-03-13T17:02:42.040Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2073 | 2026-03-13T17:02:42.040Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2074 | 2026-03-13T17:02:42.103Z | |
| 2075 | 2026-03-13T17:02:42.103Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/257) |
| 2076 | 2026-03-13T17:02:42.650Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2077 | 2026-03-13T17:02:42.656Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2078 | 2026-03-13T17:02:42.656Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2079 | 2026-03-13T17:02:42.656Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2080 | 2026-03-13T17:02:42.698Z | |
| 2081 | 2026-03-13T17:02:42.698Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/257) |
| 2082 | 2026-03-13T17:02:43.225Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2083 | 2026-03-13T17:02:43.231Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2084 | 2026-03-13T17:02:43.231Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2085 | 2026-03-13T17:02:43.237Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2086 | 2026-03-13T17:02:43.291Z | |
| 2087 | 2026-03-13T17:02:43.291Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/257) |
| 2088 | 2026-03-13T17:02:43.820Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2089 | 2026-03-13T17:02:43.824Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2090 | 2026-03-13T17:02:43.824Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2091 | 2026-03-13T17:02:43.828Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2092 | 2026-03-13T17:02:43.897Z | |
| 2093 | 2026-03-13T17:02:43.897Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/257) |
| 2094 | 2026-03-13T17:02:44.416Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2095 | 2026-03-13T17:02:44.422Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2096 | 2026-03-13T17:02:44.422Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2097 | 2026-03-13T17:02:44.427Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2098 | 2026-03-13T17:02:44.485Z | |
| 2099 | 2026-03-13T17:02:44.485Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/257) |
| 2100 | 2026-03-13T17:02:45.015Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2101 | 2026-03-13T17:02:45.018Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2102 | 2026-03-13T17:02:45.018Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2103 | 2026-03-13T17:02:45.021Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2104 | 2026-03-13T17:02:45.120Z | |
| 2105 | 2026-03-13T17:02:45.120Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/257) |
| 2106 | 2026-03-13T17:02:45.611Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2107 | 2026-03-13T17:02:45.614Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2108 | 2026-03-13T17:02:45.614Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2109 | 2026-03-13T17:02:45.618Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2110 | 2026-03-13T17:02:45.677Z | |
| 2111 | 2026-03-13T17:02:45.677Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/257) |
| 2112 | 2026-03-13T17:02:46.393Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2113 | 2026-03-13T17:02:46.400Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2114 | 2026-03-13T17:02:46.664Z | Checking cfg-if v1.0.4 |
| 2115 | 2026-03-13T17:02:46.795Z | Checking libc v0.2.180 |
| 2116 | 2026-03-13T17:02:46.798Z | Checking serde_core v1.0.228 |
| 2117 | 2026-03-13T17:02:46.815Z | Checking memchr v2.8.0 |
| 2118 | 2026-03-13T17:02:46.820Z | Checking smallvec v1.15.1 |
| 2119 | 2026-03-13T17:02:46.824Z | Checking itoa v1.0.17 |
| 2120 | 2026-03-13T17:02:46.824Z | Checking log v0.4.29 |
| 2121 | 2026-03-13T17:02:46.824Z | Checking zeroize v1.8.2 |
| 2122 | 2026-03-13T17:02:46.892Z | Checking stable_deref_trait v1.2.1 |
| 2123 | 2026-03-13T17:02:47.020Z | Checking zerofrom v0.1.6 |
| 2124 | 2026-03-13T17:02:47.035Z | Checking zmij v1.0.21 |
| 2125 | 2026-03-13T17:02:47.084Z | Checking scopeguard v1.2.0 |
| 2126 | 2026-03-13T17:02:47.103Z | Checking litemap v0.8.1 |
| 2127 | 2026-03-13T17:02:47.103Z | Checking subtle v2.6.1 |
| 2128 | 2026-03-13T17:02:47.159Z | Checking yoke v0.8.1 |
| 2129 | 2026-03-13T17:02:47.206Z | Checking lock_api v0.4.14 |
| 2130 | 2026-03-13T17:02:47.303Z | Checking percent-encoding v2.3.2 |
| 2131 | 2026-03-13T17:02:47.309Z | Checking writeable v0.6.2 |
| 2132 | 2026-03-13T17:02:47.337Z | Checking libm v0.2.16 |
| 2133 | 2026-03-13T17:02:47.373Z | Checking zerovec v0.11.5 |
| 2134 | 2026-03-13T17:02:47.389Z | Checking zerotrie v0.2.3 |
| 2135 | 2026-03-13T17:02:47.472Z | Checking icu_properties_data v2.1.2 |
| 2136 | 2026-03-13T17:02:47.489Z | Checking icu_normalizer_data v2.1.1 |
| 2137 | 2026-03-13T17:02:47.507Z | Checking getrandom v0.2.17 |
| 2138 | 2026-03-13T17:02:47.514Z | Checking errno v0.3.14 |
| 2139 | 2026-03-13T17:02:47.577Z | Checking pin-project-lite v0.2.17 |
| 2140 | 2026-03-13T17:02:47.634Z | Checking utf8_iter v1.0.4 |
| 2141 | 2026-03-13T17:02:47.663Z | Checking form_urlencoded v1.2.2 |
| 2142 | 2026-03-13T17:02:47.686Z | Checking portable-atomic v1.13.1 |
| 2143 | 2026-03-13T17:02:47.686Z | Checking rand_core v0.6.4 |
| 2144 | 2026-03-13T17:02:47.770Z | Checking critical-section v1.2.0 |
| 2145 | 2026-03-13T17:02:47.793Z | Checking rand_core v0.10.0 |
| 2146 | 2026-03-13T17:02:47.819Z | Checking typenum v1.19.0 |
| 2147 | 2026-03-13T17:02:47.840Z | Checking signal-hook-registry v1.4.8 |
| 2148 | 2026-03-13T17:02:47.909Z | Checking parking_lot_core v0.9.12 |
| 2149 | 2026-03-13T17:02:47.964Z | Checking getrandom v0.4.1 |
| 2150 | 2026-03-13T17:02:47.983Z | Checking tinystr v0.8.2 |
| 2151 | 2026-03-13T17:02:48.035Z | Checking potential_utf v0.1.4 |
| 2152 | 2026-03-13T17:02:48.142Z | Checking parking_lot v0.12.5 |
| 2153 | 2026-03-13T17:02:48.143Z | Checking socket2 v0.6.2 |
| 2154 | 2026-03-13T17:02:48.196Z | Checking icu_collections v2.1.1 |
| 2155 | 2026-03-13T17:02:48.216Z | Checking icu_locale_core v2.1.1 |
| 2156 | 2026-03-13T17:02:48.288Z | Checking once_cell v1.21.3 |
| 2157 | 2026-03-13T17:02:48.360Z | Checking num-traits v0.2.19 |
| 2158 | 2026-03-13T17:02:48.379Z | Checking mio v1.1.1 |
| 2159 | 2026-03-13T17:02:48.474Z | Checking iana-time-zone v0.1.65 |
| 2160 | 2026-03-13T17:02:48.510Z | Checking zerocopy v0.8.40 |
| 2161 | 2026-03-13T17:02:48.532Z | Checking generic-array v0.14.7 |
| 2162 | 2026-03-13T17:02:48.593Z | Checking futures-core v0.3.32 |
| 2163 | 2026-03-13T17:02:48.610Z | Checking equivalent v1.0.2 |
| 2164 | 2026-03-13T17:02:48.710Z | Checking allocator-api2 v0.2.21 |
| 2165 | 2026-03-13T17:02:48.743Z | Checking foldhash v0.2.0 |
| 2166 | 2026-03-13T17:02:48.768Z | Checking futures-sink v0.3.32 |
| 2167 | 2026-03-13T17:02:48.887Z | Checking const-oid v0.9.6 |
| 2168 | 2026-03-13T17:02:48.935Z | Checking dyn-clone v1.0.20 |
| 2169 | 2026-03-13T17:02:48.993Z | Checking icu_provider v2.1.1 |
| 2170 | 2026-03-13T17:02:49.041Z | Checking serde v1.0.228 |
| 2171 | 2026-03-13T17:02:49.058Z | Checking serde_json v1.0.149 |
| 2172 | 2026-03-13T17:02:49.085Z | Checking bitflags v2.11.0 |
| 2173 | 2026-03-13T17:02:49.127Z | Checking hashbrown v0.16.1 |
| 2174 | 2026-03-13T17:02:49.186Z | Checking crypto-common v0.1.7 |
| 2175 | 2026-03-13T17:02:49.293Z | Checking uuid v1.21.0 |
| 2176 | 2026-03-13T17:02:49.311Z | Checking icu_normalizer v2.1.1 |
| 2177 | 2026-03-13T17:02:49.338Z | Checking icu_properties v2.1.2 |
| 2178 | 2026-03-13T17:02:49.604Z | Checking bytes v1.11.1 |
| 2179 | 2026-03-13T17:02:49.707Z | Checking chrono v0.4.44 |
| 2180 | 2026-03-13T17:02:49.712Z | Checking semver v1.0.27 |
| 2181 | 2026-03-13T17:02:49.809Z | Checking futures-channel v0.3.32 |
| 2182 | 2026-03-13T17:02:49.896Z | Checking futures-io v0.3.32 |
| 2183 | 2026-03-13T17:02:49.991Z | Checking futures-task v0.3.32 |
| 2184 | 2026-03-13T17:02:50.008Z | Checking slab v0.4.12 |
| 2185 | 2026-03-13T17:02:50.038Z | Checking block-buffer v0.10.4 |
| 2186 | 2026-03-13T17:02:50.057Z | Checking thiserror v2.0.18 |
| 2187 | 2026-03-13T17:02:50.164Z | Checking indexmap v2.13.0 |
| 2188 | 2026-03-13T17:02:50.181Z | Checking byteorder v1.5.0 |
| 2189 | 2026-03-13T17:02:50.204Z | Checking tokio v1.49.0 |
| 2190 | 2026-03-13T17:02:50.207Z | Checking futures-util v0.3.32 |
| 2191 | 2026-03-13T17:02:50.207Z | Checking digest v0.10.7 |
| 2192 | 2026-03-13T17:02:50.503Z | Checking http v1.4.0 |
| 2193 | 2026-03-13T17:02:50.510Z | Checking idna_adapter v1.2.1 |
| 2194 | 2026-03-13T17:02:50.514Z | Checking cpufeatures v0.2.17 |
| 2195 | 2026-03-13T17:02:50.600Z | Checking fnv v1.0.7 |
| 2196 | 2026-03-13T17:02:50.643Z | Checking idna v1.1.0 |
| 2197 | 2026-03-13T17:02:50.714Z | Checking base64 v0.22.1 |
| 2198 | 2026-03-13T17:02:50.908Z | Checking unicode-ident v1.0.24 |
| 2199 | 2026-03-13T17:02:50.955Z | Checking url v2.5.8 |
| 2200 | 2026-03-13T17:02:50.971Z | Checking tracing-core v0.1.36 |
| 2201 | 2026-03-13T17:02:51.020Z | Checking rustls-pki-types v1.14.0 |
| 2202 | 2026-03-13T17:02:51.039Z | Checking proc-macro2 v1.0.106 |
| 2203 | 2026-03-13T17:02:51.242Z | Checking regex-syntax v0.8.10 |
| 2204 | 2026-03-13T17:02:51.374Z | Checking tracing v0.1.44 |
| 2205 | 2026-03-13T17:02:51.401Z | Checking untrusted v0.9.0 |
| 2206 | 2026-03-13T17:02:51.450Z | Checking quote v1.0.44 |
| 2207 | 2026-03-13T17:02:51.525Z | Checking schemars v0.8.22 |
| 2208 | 2026-03-13T17:02:51.543Z | Checking ring v0.17.14 |
| 2209 | 2026-03-13T17:02:51.627Z | Checking ipnet v2.11.0 |
| 2210 | 2026-03-13T17:02:51.679Z | Checking syn v2.0.117 |
| 2211 | 2026-03-13T17:02:51.973Z | Checking thiserror v1.0.69 |
| 2212 | 2026-03-13T17:02:52.092Z | Checking httparse v1.10.1 |
| 2213 | 2026-03-13T17:02:52.359Z | Checking http-body v1.0.1 |
| 2214 | 2026-03-13T17:02:52.409Z | Checking atomic-waker v1.1.2 |
| 2215 | 2026-03-13T17:02:52.522Z | Checking aws-lc-sys v0.37.1 |
| 2216 | 2026-03-13T17:02:52.591Z | Checking aho-corasick v1.1.4 |
| 2217 | 2026-03-13T17:02:52.881Z | Checking ppv-lite86 v0.2.21 |
| 2218 | 2026-03-13T17:02:52.898Z | Checking untrusted v0.7.1 |
| 2219 | 2026-03-13T17:02:52.927Z | Checking tower-service v0.3.3 |
| 2220 | 2026-03-13T17:02:53.039Z | Checking try-lock v0.2.5 |
| 2221 | 2026-03-13T17:02:53.042Z | Checking tower-layer v0.3.3 |
| 2222 | 2026-03-13T17:02:53.070Z | Checking openssl-probe v0.2.1 |
| 2223 | 2026-03-13T17:02:53.158Z | Checking httpdate v1.0.3 |
| 2224 | 2026-03-13T17:02:53.198Z | Checking want v0.3.1 |
| 2225 | 2026-03-13T17:02:53.239Z | Checking rustix v1.1.3 |
| 2226 | 2026-03-13T17:02:53.303Z | Checking block-padding v0.3.3 |
| 2227 | 2026-03-13T17:02:53.336Z | Checking getrandom v0.3.4 |
| 2228 | 2026-03-13T17:02:53.356Z | Checking pin-utils v0.1.0 |
| 2229 | 2026-03-13T17:02:53.427Z | Checking aws-lc-rs v1.16.0 |
| 2230 | 2026-03-13T17:02:53.446Z | Checking hmac v0.12.1 |
| 2231 | 2026-03-13T17:02:53.468Z | Checking inout v0.1.4 |
| 2232 | 2026-03-13T17:02:53.487Z | Checking regex-automata v0.4.14 |
| 2233 | 2026-03-13T17:02:53.513Z | Checking rand_core v0.9.5 |
| 2234 | 2026-03-13T17:02:53.612Z | Checking powerfmt v0.2.0 |
| 2235 | 2026-03-13T17:02:53.639Z | Checking cipher v0.4.4 |
| 2236 | 2026-03-13T17:02:53.746Z | Checking base64ct v1.8.3 |
| 2237 | 2026-03-13T17:02:53.804Z | Checking ryu v1.0.23 |
| 2238 | 2026-03-13T17:02:53.909Z | Checking deranged v0.5.8 |
| 2239 | 2026-03-13T17:02:53.975Z | Checking rustls-native-certs v0.8.3 |
| 2240 | 2026-03-13T17:02:54.106Z | Checking http-body-util v0.1.3 |
| 2241 | 2026-03-13T17:02:54.139Z | Checking sha2 v0.10.9 |
| 2242 | 2026-03-13T17:02:54.334Z | Checking erased-serde v0.3.31 |
| 2243 | 2026-03-13T17:02:54.464Z | Checking sync_wrapper v1.0.2 |
| 2244 | 2026-03-13T17:02:54.495Z | Checking num-conv v0.2.0 |
| 2245 | 2026-03-13T17:02:54.589Z | Checking num_threads v0.1.7 |
| 2246 | 2026-03-13T17:02:54.610Z | Checking rustls-webpki v0.103.9 |
| 2247 | 2026-03-13T17:02:54.624Z | Checking tokio-util v0.7.18 |
| 2248 | 2026-03-13T17:02:54.651Z | Checking time-core v0.1.8 |
| 2249 | 2026-03-13T17:02:54.695Z | Checking pretty-hex v0.4.1 |
| 2250 | 2026-03-13T17:02:54.844Z | Checking tower v0.5.3 |
| 2251 | 2026-03-13T17:02:54.860Z | Checking serde_urlencoded v0.7.1 |
| 2252 | 2026-03-13T17:02:54.907Z | Checking slog v2.8.2 |
| 2253 | 2026-03-13T17:02:55.036Z | Checking rand_chacha v0.9.0 |
| 2254 | 2026-03-13T17:02:55.128Z | Checking webpki-roots v1.0.6 |
| 2255 | 2026-03-13T17:02:55.172Z | Checking rustls v0.23.37 |
| 2256 | 2026-03-13T17:02:55.258Z | Checking fastrand v2.3.0 |
| 2257 | 2026-03-13T17:02:55.277Z | Checking time v0.3.47 |
| 2258 | 2026-03-13T17:02:55.292Z | Checking foreign-types-shared v0.1.1 |
| 2259 | 2026-03-13T17:02:55.310Z | Checking iri-string v0.7.10 |
| 2260 | 2026-03-13T17:02:55.385Z | Checking rand v0.9.2 |
| 2261 | 2026-03-13T17:02:55.402Z | Checking foreign-types v0.3.2 |
| 2262 | 2026-03-13T17:02:55.445Z | Checking h2 v0.4.13 |
| 2263 | 2026-03-13T17:02:55.486Z | Checking pem-rfc7468 v0.7.0 |
| 2264 | 2026-03-13T17:02:55.504Z | Checking ipnetwork v0.21.1 |
| 2265 | 2026-03-13T17:02:55.694Z | Checking openssl-sys v0.9.111 |
| 2266 | 2026-03-13T17:02:55.786Z | Checking spin v0.9.8 |
| 2267 | 2026-03-13T17:02:55.999Z | Checking flagset v0.4.7 |
| 2268 | 2026-03-13T17:02:56.018Z | Checking plain v0.2.3 |
| 2269 | 2026-03-13T17:02:56.036Z | Checking regex v1.12.3 |
| 2270 | 2026-03-13T17:02:56.146Z | Checking rand_chacha v0.3.1 |
| 2271 | 2026-03-13T17:02:56.164Z | Checking der v0.7.10 |
| 2272 | 2026-03-13T17:02:56.426Z | Checking tinyvec_macros v0.1.1 |
| 2273 | 2026-03-13T17:02:56.430Z | Checking mime v0.3.17 |
| 2274 | 2026-03-13T17:02:56.458Z | Checking openssl v0.10.75 |
| 2275 | 2026-03-13T17:02:56.506Z | Checking ucd-trie v0.1.7 |
| 2276 | 2026-03-13T17:02:56.666Z | Checking tinyvec v1.10.0 |
| 2277 | 2026-03-13T17:02:56.680Z | Checking pest v2.8.6 |
| 2278 | 2026-03-13T17:02:56.799Z | Checking tower-http v0.6.8 |
| 2279 | 2026-03-13T17:02:56.888Z | Checking rand v0.8.5 |
| 2280 | 2026-03-13T17:02:57.090Z | Checking tempfile v3.25.0 |
| 2281 | 2026-03-13T17:02:57.166Z | Checking salsa20 v0.10.2 |
| 2282 | 2026-03-13T17:02:57.189Z | Checking spki v0.7.3 |
| 2283 | 2026-03-13T17:02:57.334Z | Checking pbkdf2 v0.12.2 |
| 2284 | 2026-03-13T17:02:57.351Z | Checking encoding_rs v0.8.35 |
| 2285 | 2026-03-13T17:02:57.402Z | Checking unicode-width v0.2.0 |
| 2286 | 2026-03-13T17:02:57.467Z | Checking scrypt v0.11.0 |
| 2287 | 2026-03-13T17:02:57.600Z | Checking cbc v0.1.2 |
| 2288 | 2026-03-13T17:02:57.640Z | Checking aes v0.8.4 |
| 2289 | 2026-03-13T17:02:57.718Z | Checking openapiv3 v2.2.0 |
| 2290 | 2026-03-13T17:02:57.759Z | Checking anyhow v1.0.102 |
| 2291 | 2026-03-13T17:02:58.019Z | Checking crossbeam-utils v0.8.21 |
| 2292 | 2026-03-13T17:02:58.182Z | Checking pkcs5 v0.7.1 |
| 2293 | 2026-03-13T17:02:58.199Z | Checking oxnet v0.1.4 |
| 2294 | 2026-03-13T17:02:58.464Z | Checking scroll v0.12.0 |
| 2295 | 2026-03-13T17:02:58.483Z | Checking tokio-rustls v0.26.4 |
| 2296 | 2026-03-13T17:02:58.500Z | Checking siphasher v1.0.2 |
| 2297 | 2026-03-13T17:02:58.517Z | Checking pkcs8 v0.10.2 |
| 2298 | 2026-03-13T17:02:58.650Z | Checking data-encoding v2.10.0 |
| 2299 | 2026-03-13T17:02:58.705Z | Checking winnow v0.7.14 |
| 2300 | 2026-03-13T17:02:58.738Z | Checking lazy_static v1.5.0 |
| 2301 | 2026-03-13T17:02:58.763Z | Checking zerocopy v0.7.35 |
| 2302 | 2026-03-13T17:02:58.766Z | Checking goblin v0.8.2 |
| 2303 | 2026-03-13T17:02:58.845Z | Checking wait-timeout v0.2.1 |
| 2304 | 2026-03-13T17:02:59.012Z | Checking managed v0.8.0 |
| 2305 | 2026-03-13T17:02:59.063Z | Checking anstyle v1.0.13 |
| 2306 | 2026-03-13T17:02:59.166Z | Checking hyper v1.8.1 |
| 2307 | 2026-03-13T17:02:59.237Z | Checking either v1.15.0 |
| 2308 | 2026-03-13T17:02:59.270Z | Checking quick-error v1.2.3 |
| 2309 | 2026-03-13T17:02:59.337Z | Checking native-tls v0.2.18 |
| 2310 | 2026-03-13T17:02:59.372Z | Checking bitflags v1.3.2 |
| 2311 | 2026-03-13T17:02:59.461Z | Checking utf8parse v0.2.2 |
| 2312 | 2026-03-13T17:02:59.482Z | Checking bit-vec v0.8.0 |
| 2313 | 2026-03-13T17:02:59.485Z | Checking rusty-fork v0.3.1 |
| 2314 | 2026-03-13T17:02:59.522Z | Checking dtrace-parser v0.2.0 |
| 2315 | 2026-03-13T17:02:59.564Z | Checking tokio-native-tls v0.3.1 |
| 2316 | 2026-03-13T17:02:59.584Z | Checking anstyle-parse v0.2.7 |
| 2317 | 2026-03-13T17:02:59.701Z | Checking unicode-normalization v0.1.25 |
| 2318 | 2026-03-13T17:02:59.728Z | Checking bit-set v0.8.0 |
| 2319 | 2026-03-13T17:02:59.756Z | Checking rand_xorshift v0.4.0 |
| 2320 | 2026-03-13T17:02:59.780Z | Checking sha1 v0.10.6 |
| 2321 | 2026-03-13T17:02:59.828Z | Checking thread-id v4.2.2 |
| 2322 | 2026-03-13T17:02:59.902Z | Checking is_terminal_polyfill v1.70.2 |
| 2323 | 2026-03-13T17:02:59.919Z | Checking psl-types v2.0.11 |
| 2324 | 2026-03-13T17:02:59.935Z | Checking colorchoice v1.0.4 |
| 2325 | 2026-03-13T17:02:59.980Z | Checking unarray v0.1.4 |
| 2326 | 2026-03-13T17:03:00.006Z | Checking anstyle-query v1.1.5 |
| 2327 | 2026-03-13T17:03:00.058Z | Checking crossbeam-epoch v0.9.18 |
| 2328 | 2026-03-13T17:03:00.071Z | Checking publicsuffix v2.3.0 |
| 2329 | 2026-03-13T17:03:00.107Z | Checking proptest v1.10.0 |
| 2330 | 2026-03-13T17:03:00.125Z | Checking anstream v0.6.21 |
| 2331 | 2026-03-13T17:03:00.236Z | Checking cookie v0.18.1 |
| 2332 | 2026-03-13T17:03:00.280Z | Checking terminal_size v0.4.3 |
| 2333 | 2026-03-13T17:03:00.353Z | Checking scroll v0.13.0 |
| 2334 | 2026-03-13T17:03:00.371Z | Checking hex v0.4.3 |
| 2335 | 2026-03-13T17:03:00.374Z | Checking hyper-util v0.1.20 |
| 2336 | 2026-03-13T17:03:00.407Z | Checking num-integer v0.1.46 |
| 2337 | 2026-03-13T17:03:00.424Z | Checking simd-adler32 v0.3.8 |
| 2338 | 2026-03-13T17:03:00.536Z | Checking cookie_store v0.22.1 |
| 2339 | 2026-03-13T17:03:00.658Z | Checking crossbeam-deque v0.8.6 |
| 2340 | 2026-03-13T17:03:00.676Z | Checking goblin v0.10.5 |
| 2341 | 2026-03-13T17:03:00.693Z | Checking rustls-platform-verifier v0.6.2 |
| 2342 | 2026-03-13T17:03:00.715Z | Checking bstr v1.12.1 |
| 2343 | 2026-03-13T17:03:00.862Z | Checking ref-cast v1.0.25 |
| 2344 | 2026-03-13T17:03:00.880Z | Checking rustix v0.38.44 |
| 2345 | 2026-03-13T17:03:00.970Z | Checking camino v1.2.2 |
| 2346 | 2026-03-13T17:03:00.988Z | Checking crc32fast v1.5.0 |
| 2347 | 2026-03-13T17:03:01.161Z | Checking signature v2.2.0 |
| 2348 | 2026-03-13T17:03:01.259Z | Checking serde_spanned v0.6.9 |
| 2349 | 2026-03-13T17:03:01.318Z | Checking toml_datetime v0.6.11 |
| 2350 | 2026-03-13T17:03:01.321Z | Checking ff v0.13.1 |
| 2351 | 2026-03-13T17:03:01.414Z | Checking clap_lex v1.0.0 |
| 2352 | 2026-03-13T17:03:01.495Z | Checking base16ct v0.2.0 |
| 2353 | 2026-03-13T17:03:01.549Z | Checking unicode-properties v0.1.4 |
| 2354 | 2026-03-13T17:03:01.567Z | Checking dof v0.3.0 |
| 2355 | 2026-03-13T17:03:01.603Z | Checking strsim v0.11.1 |
| 2356 | 2026-03-13T17:03:01.648Z | Checking unicode-bidi v0.3.18 |
| 2357 | 2026-03-13T17:03:01.784Z | Checking adler2 v2.0.1 |
| 2358 | 2026-03-13T17:03:01.806Z | Checking clap_builder v4.5.60 |
| 2359 | 2026-03-13T17:03:01.917Z | Checking miniz_oxide v0.8.9 |
| 2360 | 2026-03-13T17:03:01.946Z | Checking usdt-impl v0.5.0 |
| 2361 | 2026-03-13T17:03:02.032Z | Checking sec1 v0.7.3 |
| 2362 | 2026-03-13T17:03:02.053Z | Checking stringprep v0.1.5 |
| 2363 | 2026-03-13T17:03:02.067Z | Checking hyper-rustls v0.27.7 |
| 2364 | 2026-03-13T17:03:02.242Z | Checking hyper-tls v0.6.0 |
| 2365 | 2026-03-13T17:03:02.295Z | Checking group v0.13.0 |
| 2366 | 2026-03-13T17:03:02.312Z | Checking rayon-core v1.13.0 |
| 2367 | 2026-03-13T17:03:02.328Z | Checking reqwest v0.13.2 |
| 2368 | 2026-03-13T17:03:02.403Z | Checking num-iter v0.1.45 |
| 2369 | 2026-03-13T17:03:02.450Z | Checking reqwest v0.12.28 |
| 2370 | 2026-03-13T17:03:02.488Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2371 | 2026-03-13T17:03:02.539Z | Checking dtrace-parser v0.3.0 |
| 2372 | 2026-03-13T17:03:02.689Z | Checking newtype-uuid v1.3.2 |
| 2373 | 2026-03-13T17:03:02.738Z | Checking hkdf v0.12.4 |
| 2374 | 2026-03-13T17:03:02.843Z | Checking strum v0.26.3 |
| 2375 | 2026-03-13T17:03:02.901Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2376 | 2026-03-13T17:03:02.930Z | Checking md-5 v0.10.6 |
| 2377 | 2026-03-13T17:03:02.948Z | Checking daft v0.1.5 |
| 2378 | 2026-03-13T17:03:02.978Z | Checking hash32 v0.2.1 |
| 2379 | 2026-03-13T17:03:03.050Z | Checking crypto-bigint v0.5.5 |
| 2380 | 2026-03-13T17:03:03.101Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 2381 | 2026-03-13T17:03:03.184Z | Checking thread-id v5.1.0 |
| 2382 | 2026-03-13T17:03:03.268Z | Checking unicode-segmentation v1.12.0 |
| 2383 | 2026-03-13T17:03:03.286Z | Checking zlib-rs v0.6.2 |
| 2384 | 2026-03-13T17:03:03.363Z | Checking fallible-iterator v0.2.0 |
| 2385 | 2026-03-13T17:03:03.473Z | Checking heapless v0.7.17 |
| 2386 | 2026-03-13T17:03:03.558Z | Checking clap v4.5.60 |
| 2387 | 2026-03-13T17:03:03.602Z | Checking zstd-safe v7.2.4 |
| 2388 | 2026-03-13T17:03:03.653Z | Checking rayon v1.11.0 |
| 2389 | 2026-03-13T17:03:03.669Z | Checking itertools v0.12.1 |
| 2390 | 2026-03-13T17:03:03.732Z | Checking postgres-protocol v0.6.10 |
| 2391 | 2026-03-13T17:03:03.813Z | Checking phf_shared v0.13.1 |
| 2392 | 2026-03-13T17:03:04.027Z | Checking console v0.16.2 |
| 2393 | 2026-03-13T17:03:04.069Z | Checking dof v0.4.0 |
| 2394 | 2026-03-13T17:03:04.087Z | Checking curve25519-dalek v4.1.3 |
| 2395 | 2026-03-13T17:03:04.149Z | Checking memoffset v0.9.1 |
| 2396 | 2026-03-13T17:03:04.246Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2397 | 2026-03-13T17:03:04.352Z | Checking signal-hook v0.3.18 |
| 2398 | 2026-03-13T17:03:04.419Z | Checking memmap2 v0.9.10 |
| 2399 | 2026-03-13T17:03:04.506Z | Checking flate2 v1.1.9 |
| 2400 | 2026-03-13T17:03:04.586Z | Checking libbz2-rs-sys v0.2.2 |
| 2401 | 2026-03-13T17:03:04.604Z | Checking elliptic-curve v0.13.8 |
| 2402 | 2026-03-13T17:03:04.629Z | Checking foldhash v0.1.5 |
| 2403 | 2026-03-13T17:03:04.789Z | Checking fixedbitset v0.4.2 |
| 2404 | 2026-03-13T17:03:04.903Z | Checking toml_write v0.1.2 |
| 2405 | 2026-03-13T17:03:04.977Z | Checking winnow v0.5.40 |
| 2406 | 2026-03-13T17:03:05.000Z | Checking unit-prefix v0.5.2 |
| 2407 | 2026-03-13T17:03:05.032Z | Checking usdt-impl v0.6.0 |
| 2408 | 2026-03-13T17:03:05.052Z | Checking bumpalo v3.20.2 |
| 2409 | 2026-03-13T17:03:05.098Z | Checking bzip2 v0.6.1 |
| 2410 | 2026-03-13T17:03:05.121Z | Checking toml_edit v0.22.27 |
| 2411 | 2026-03-13T17:03:05.138Z | Checking zone v0.3.1 |
| 2412 | 2026-03-13T17:03:05.154Z | Checking petgraph v0.6.5 |
| 2413 | 2026-03-13T17:03:05.314Z | Checking hashbrown v0.15.5 |
| 2414 | 2026-03-13T17:03:05.332Z | Checking zopfli v0.8.3 |
| 2415 | 2026-03-13T17:03:05.399Z | Checking usdt v0.6.0 |
| 2416 | 2026-03-13T17:03:05.601Z | Checking signal-hook-mio v0.2.5 |
| 2417 | 2026-03-13T17:03:05.631Z | Checking bzip2 v0.4.4 |
| 2418 | 2026-03-13T17:03:05.709Z | Checking indicatif v0.18.4 |
| 2419 | 2026-03-13T17:03:05.727Z | Checking nix v0.31.1 |
| 2420 | 2026-03-13T17:03:05.765Z | Checking postgres-types v0.2.12 |
| 2421 | 2026-03-13T17:03:05.834Z | Checking phf v0.13.1 |
| 2422 | 2026-03-13T17:03:05.953Z | Checking smoltcp v0.9.1 |
| 2423 | 2026-03-13T17:03:06.025Z | Checking zstd v0.13.3 |
| 2424 | 2026-03-13T17:03:06.183Z | Checking similar v2.7.0 |
| 2425 | 2026-03-13T17:03:06.205Z | Checking num-bigint-dig v0.8.6 |
| 2426 | 2026-03-13T17:03:06.272Z | Checking ed25519 v2.2.3 |
| 2427 | 2026-03-13T17:03:06.512Z | Checking pkcs1 v0.7.5 |
| 2428 | 2026-03-13T17:03:06.585Z | Checking toml_edit v0.19.15 |
| 2429 | 2026-03-13T17:03:06.646Z | Checking phf_shared v0.11.3 |
| 2430 | 2026-03-13T17:03:06.695Z | Checking tokio-stream v0.1.18 |
| 2431 | 2026-03-13T17:03:06.778Z | Checking strum v0.27.2 |
| 2432 | 2026-03-13T17:03:06.783Z | Checking hubpack v0.1.2 |
| 2433 | 2026-03-13T17:03:06.835Z | Checking rfc6979 v0.4.0 |
| 2434 | 2026-03-13T17:03:06.914Z | Checking serde-big-array v0.5.1 |
| 2435 | 2026-03-13T17:03:06.933Z | Checking float-cmp v0.10.0 |
| 2436 | 2026-03-13T17:03:06.972Z | Checking env_filter v1.0.0 |
| 2437 | 2026-03-13T17:03:07.007Z | Checking rustc-hash v2.1.1 |
| 2438 | 2026-03-13T17:03:07.076Z | Checking keccak v0.1.6 |
| 2439 | 2026-03-13T17:03:07.093Z | Checking new_debug_unreachable v1.0.6 |
| 2440 | 2026-03-13T17:03:07.145Z | Checking difflib v0.4.0 |
| 2441 | 2026-03-13T17:03:07.163Z | Checking whoami v2.1.0 |
| 2442 | 2026-03-13T17:03:07.167Z | Checking jiff v0.2.21 |
| 2443 | 2026-03-13T17:03:07.198Z | Checking normalize-line-endings v0.3.0 |
| 2444 | 2026-03-13T17:03:07.215Z | Checking static_assertions v1.1.0 |
| 2445 | 2026-03-13T17:03:07.291Z | Checking predicates-core v1.0.10 |
| 2446 | 2026-03-13T17:03:07.308Z | Checking fixedbitset v0.5.7 |
| 2447 | 2026-03-13T17:03:07.312Z | Checking precomputed-hash v0.1.1 |
| 2448 | 2026-03-13T17:03:07.342Z | Checking rsa v0.9.10 |
| 2449 | 2026-03-13T17:03:07.367Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2450 | 2026-03-13T17:03:07.409Z | Checking tokio-postgres v0.7.16 |
| 2451 | 2026-03-13T17:03:07.427Z | Checking string_cache v0.8.9 |
| 2452 | 2026-03-13T17:03:07.445Z | Checking predicates v3.1.4 |
| 2453 | 2026-03-13T17:03:07.562Z | Checking petgraph v0.8.3 |
| 2454 | 2026-03-13T17:03:07.638Z | Checking sha3 v0.10.8 |
| 2455 | 2026-03-13T17:03:07.840Z | Checking env_logger v0.11.9 |
| 2456 | 2026-03-13T17:03:07.911Z | Checking iddqd v0.3.17 |
| 2457 | 2026-03-13T17:03:07.969Z | Checking ecdsa v0.16.9 |
| 2458 | 2026-03-13T17:03:08.065Z | Checking toml v0.7.8 |
| 2459 | 2026-03-13T17:03:08.083Z | Checking ed25519-dalek v2.2.0 |
| 2460 | 2026-03-13T17:03:08.373Z | Checking zip v0.6.6 |
| 2461 | 2026-03-13T17:03:08.412Z | Checking crossterm v0.28.1 |
| 2462 | 2026-03-13T17:03:08.485Z | Checking serde_with v3.17.0 |
| 2463 | 2026-03-13T17:03:08.801Z | Checking itertools v0.13.0 |
| 2464 | 2026-03-13T17:03:09.055Z | Checking hickory-proto v0.25.2 |
| 2465 | 2026-03-13T17:03:09.082Z | Checking x509-cert v0.2.5 |
| 2466 | 2026-03-13T17:03:09.371Z | Checking fs-err v3.3.0 |
| 2467 | 2026-03-13T17:03:09.757Z | Checking ahash v0.8.12 |
| 2468 | 2026-03-13T17:03:09.774Z | Checking object v0.37.3 |
| 2469 | 2026-03-13T17:03:09.972Z | Checking buf-list v1.1.2 |
| 2470 | 2026-03-13T17:03:10.011Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2471 | 2026-03-13T17:03:10.206Z | Checking lalrpop-util v0.19.12 |
| 2472 | 2026-03-13T17:03:10.223Z | Checking peg-runtime v0.8.5 |
| 2473 | 2026-03-13T17:03:10.334Z | Checking zip v4.6.1 |
| 2474 | 2026-03-13T17:03:10.408Z | Compiling regress v0.10.5 |
| 2475 | 2026-03-13T17:03:10.426Z | Compiling structmeta-derive v0.3.0 |
| 2476 | 2026-03-13T17:03:10.429Z | Compiling rustls v0.22.4 |
| 2477 | 2026-03-13T17:03:10.461Z | Compiling newtype-uuid-macros v0.1.0 |
| 2478 | 2026-03-13T17:03:10.704Z | Compiling multer v3.1.0 |
| 2479 | 2026-03-13T17:03:11.014Z | Compiling async-stream-impl v0.3.6 |
| 2480 | 2026-03-13T17:03:11.099Z | Checking futures-executor v0.3.32 |
| 2481 | 2026-03-13T17:03:11.283Z | Compiling dropshot v0.16.7 |
| 2482 | 2026-03-13T17:03:11.476Z | Checking futures v0.3.32 |
| 2483 | 2026-03-13T17:03:11.570Z | Compiling dropshot_endpoint v0.16.7 |
| 2484 | 2026-03-13T17:03:11.598Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2485 | 2026-03-13T17:03:11.820Z | Checking thread_local v1.1.9 |
| 2486 | 2026-03-13T17:03:11.897Z | Compiling structmeta v0.3.0 |
| 2487 | 2026-03-13T17:03:12.029Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2488 | 2026-03-13T17:03:12.126Z | Checking crossbeam-channel v0.5.15 |
| 2489 | 2026-03-13T17:03:12.174Z | Compiling derive-ex v0.1.8 |
| 2490 | 2026-03-13T17:03:12.483Z | Checking is-terminal v0.4.17 |
| 2491 | 2026-03-13T17:03:12.498Z | Checking take_mut v0.2.2 |
| 2492 | 2026-03-13T17:03:12.575Z | Checking term v1.2.1 |
| 2493 | 2026-03-13T17:03:12.591Z | Compiling parse-display-derive v0.10.0 |
| 2494 | 2026-03-13T17:03:12.624Z | Checking slog-async v2.8.0 |
| 2495 | 2026-03-13T17:03:12.854Z | Checking rustls-webpki v0.102.8 |
| 2496 | 2026-03-13T17:03:12.870Z | Checking slog-term v2.9.2 |
| 2497 | 2026-03-13T17:03:12.891Z | Checking serde_spanned v1.0.4 |
| 2498 | 2026-03-13T17:03:13.062Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2499 | 2026-03-13T17:03:13.216Z | Checking debug-ignore v1.0.5 |
| 2500 | 2026-03-13T17:03:13.307Z | Checking match_cfg v0.1.0 |
| 2501 | 2026-03-13T17:03:13.332Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2502 | 2026-03-13T17:03:13.366Z | Checking toml v0.9.12+spec-1.1.0 |
| 2503 | 2026-03-13T17:03:13.394Z | Checking hostname v0.3.1 |
| 2504 | 2026-03-13T17:03:13.440Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2505 | 2026-03-13T17:03:13.512Z | Checking slog-json v2.6.1 |
| 2506 | 2026-03-13T17:03:13.619Z | Checking macaddr v1.0.1 |
| 2507 | 2026-03-13T17:03:13.712Z | Checking slog-bunyan v2.5.0 |
| 2508 | 2026-03-13T17:03:13.854Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2509 | 2026-03-13T17:03:13.859Z | Checking async-stream v0.3.6 |
| 2510 | 2026-03-13T17:03:14.029Z | Checking waitgroup v0.1.2 |
| 2511 | 2026-03-13T17:03:14.152Z | Checking rustls-pemfile v2.2.0 |
| 2512 | 2026-03-13T17:03:14.185Z | Checking serde_path_to_error v0.1.20 |
| 2513 | 2026-03-13T17:03:14.274Z | Checking hostname v0.4.2 |
| 2514 | 2026-03-13T17:03:14.329Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2515 | 2026-03-13T17:03:14.379Z | Checking progenitor-client v0.10.0 |
| 2516 | 2026-03-13T17:03:14.399Z | Checking progenitor-client v0.13.0 |
| 2517 | 2026-03-13T17:03:14.463Z | Compiling itertools v0.14.0 |
| 2518 | 2026-03-13T17:03:14.517Z | Compiling test-strategy v0.4.5 |
| 2519 | 2026-03-13T17:03:14.571Z | Checking heck v0.5.0 |
| 2520 | 2026-03-13T17:03:14.669Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2521 | 2026-03-13T17:03:14.691Z | Checking backon v1.6.0 |
| 2522 | 2026-03-13T17:03:14.694Z | Checking instant v0.1.13 |
| 2523 | 2026-03-13T17:03:14.812Z | Checking backoff v0.4.0 |
| 2524 | 2026-03-13T17:03:14.901Z | Checking progenitor-extras v0.1.1 |
| 2525 | 2026-03-13T17:03:14.918Z | Checking parse-display v0.10.0 |
| 2526 | 2026-03-13T17:03:14.937Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2527 | 2026-03-13T17:03:15.029Z | Compiling typify-impl v0.4.3 |
| 2528 | 2026-03-13T17:03:15.322Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2529 | 2026-03-13T17:03:15.421Z | Checking tokio-rustls v0.25.0 |
| 2530 | 2026-03-13T17:03:15.603Z | Compiling crucible-workspace-hack v0.1.0 |
| 2531 | 2026-03-13T17:03:15.852Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2532 | 2026-03-13T17:03:16.136Z | Compiling unsafe-libyaml v0.2.11 |
| 2533 | 2026-03-13T17:03:16.226Z | Compiling convert_case v0.4.0 |
| 2534 | 2026-03-13T17:03:16.253Z | Compiling heapless v0.8.0 |
| 2535 | 2026-03-13T17:03:16.589Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2536 | 2026-03-13T17:03:16.745Z | Compiling derive_more v0.99.20 |
| 2537 | 2026-03-13T17:03:16.840Z | Compiling ingot-macros v0.1.1 |
| 2538 | 2026-03-13T17:03:16.856Z | Compiling serde_yaml v0.9.34+deprecated |
| 2539 | 2026-03-13T17:03:17.103Z | Compiling proc-macro-crate v3.4.0 |
| 2540 | 2026-03-13T17:03:17.171Z | Checking hash32 v0.3.1 |
| 2541 | 2026-03-13T17:03:17.331Z | Checking secrecy v0.10.3 |
| 2542 | 2026-03-13T17:03:17.368Z | Compiling prettyplease v0.2.37 |
| 2543 | 2026-03-13T17:03:17.480Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2544 | 2026-03-13T17:03:17.644Z | Compiling smoltcp v0.11.0 |
| 2545 | 2026-03-13T17:03:17.862Z | Compiling num_enum_derive v0.7.5 |
| 2546 | 2026-03-13T17:03:18.207Z | Checking tabwriter v1.4.1 |
| 2547 | 2026-03-13T17:03:18.228Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2548 | 2026-03-13T17:03:18.397Z | Checking cobs v0.3.0 |
| 2549 | 2026-03-13T17:03:18.579Z | Compiling foreign-types-macros v0.2.3 |
| 2550 | 2026-03-13T17:03:18.902Z | Checking cpufeatures v0.3.0 |
| 2551 | 2026-03-13T17:03:19.082Z | Checking foreign-types-shared v0.3.1 |
| 2552 | 2026-03-13T17:03:19.308Z | Checking num_enum v0.7.5 |
| 2553 | 2026-03-13T17:03:19.346Z | Checking chacha20 v0.10.0 |
| 2554 | 2026-03-13T17:03:19.367Z | Checking foreign-types v0.5.0 |
| 2555 | 2026-03-13T17:03:19.452Z | Checking postcard v1.1.3 |
| 2556 | 2026-03-13T17:03:20.149Z | Compiling proc-macro-crate v1.3.1 |
| 2557 | 2026-03-13T17:03:20.324Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2558 | 2026-03-13T17:03:20.720Z | Checking ingot-types v0.1.2 |
| 2559 | 2026-03-13T17:03:20.744Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2560 | 2026-03-13T17:03:20.891Z | Checking cstr-argument v0.1.2 |
| 2561 | 2026-03-13T17:03:21.021Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2562 | 2026-03-13T17:03:21.041Z | Checking colored v3.1.1 |
| 2563 | 2026-03-13T17:03:21.224Z | Checking ingot v0.1.1 |
| 2564 | 2026-03-13T17:03:21.227Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2565 | 2026-03-13T17:03:21.305Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2566 | 2026-03-13T17:03:21.339Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2567 | 2026-03-13T17:03:21.436Z | Compiling num_enum_derive v0.5.11 |
| 2568 | 2026-03-13T17:03:21.505Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2569 | 2026-03-13T17:03:21.522Z | Checking rand v0.10.0 |
| 2570 | 2026-03-13T17:03:21.652Z | Compiling typify-impl v0.6.1 |
| 2571 | 2026-03-13T17:03:21.655Z | Compiling typify-macro v0.4.3 |
| 2572 | 2026-03-13T17:03:23.026Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2573 | 2026-03-13T17:03:23.669Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2574 | 2026-03-13T17:03:23.708Z | Checking num_enum v0.5.11 |
| 2575 | 2026-03-13T17:03:24.038Z | Compiling typify v0.4.3 |
| 2576 | 2026-03-13T17:03:24.172Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2577 | 2026-03-13T17:03:24.540Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2578 | 2026-03-13T17:03:24.871Z | Checking camino-tempfile v1.4.1 |
| 2579 | 2026-03-13T17:03:24.891Z | Checking num-rational v0.4.2 |
| 2580 | 2026-03-13T17:03:25.156Z | Checking half v2.7.1 |
| 2581 | 2026-03-13T17:03:25.335Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2582 | 2026-03-13T17:03:25.437Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2583 | 2026-03-13T17:03:25.562Z | Checking universal-hash v0.5.1 |
| 2584 | 2026-03-13T17:03:25.618Z | Checking num-complex v0.4.6 |
| 2585 | 2026-03-13T17:03:25.637Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2586 | 2026-03-13T17:03:25.816Z | Checking opaque-debug v0.3.1 |
| 2587 | 2026-03-13T17:03:25.907Z | Checking ciborium-io v0.2.2 |
| 2588 | 2026-03-13T17:03:26.014Z | Checking poly1305 v0.8.0 |
| 2589 | 2026-03-13T17:03:26.032Z | Checking ciborium-ll v0.2.2 |
| 2590 | 2026-03-13T17:03:26.051Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2591 | 2026-03-13T17:03:26.129Z | Checking num v0.4.3 |
| 2592 | 2026-03-13T17:03:26.221Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2593 | 2026-03-13T17:03:26.257Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2594 | 2026-03-13T17:03:26.355Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2595 | 2026-03-13T17:03:26.373Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2596 | 2026-03-13T17:03:26.586Z | Checking toml v0.8.23 |
| 2597 | 2026-03-13T17:03:26.732Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2598 | 2026-03-13T17:03:26.751Z | Checking password-hash v0.5.0 |
| 2599 | 2026-03-13T17:03:26.964Z | Checking chacha20 v0.9.1 |
| 2600 | 2026-03-13T17:03:27.054Z | Compiling usdt-attr-macro v0.5.0 |
| 2601 | 2026-03-13T17:03:27.077Z | Checking thiserror-no-std v2.0.2 |
| 2602 | 2026-03-13T17:03:27.186Z | Compiling usdt-macro v0.5.0 |
| 2603 | 2026-03-13T17:03:27.216Z | Checking smf v0.2.3 |
| 2604 | 2026-03-13T17:03:27.546Z | Checking blake2 v0.10.6 |
| 2605 | 2026-03-13T17:03:27.777Z | Checking aead v0.5.2 |
| 2606 | 2026-03-13T17:03:27.851Z | Checking sigpipe v0.1.3 |
| 2607 | 2026-03-13T17:03:27.880Z | Checking memmap v0.7.0 |
| 2608 | 2026-03-13T17:03:27.954Z | Compiling num-derive v0.4.2 |
| 2609 | 2026-03-13T17:03:28.053Z | Checking glob v0.3.3 |
| 2610 | 2026-03-13T17:03:28.095Z | Checking float-ord v0.3.2 |
| 2611 | 2026-03-13T17:03:28.148Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2612 | 2026-03-13T17:03:28.164Z | Compiling typify-macro v0.6.1 |
| 2613 | 2026-03-13T17:03:28.224Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2614 | 2026-03-13T17:03:28.282Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2615 | 2026-03-13T17:03:28.422Z | Checking usdt v0.5.0 |
| 2616 | 2026-03-13T17:03:28.524Z | Checking chacha20poly1305 v0.10.1 |
| 2617 | 2026-03-13T17:03:28.587Z | Checking argon2 v0.5.3 |
| 2618 | 2026-03-13T17:03:28.633Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2619 | 2026-03-13T17:03:28.681Z | Checking vsss-rs v3.3.4 |
| 2620 | 2026-03-13T17:03:28.897Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2621 | 2026-03-13T17:03:29.034Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2622 | 2026-03-13T17:03:29.219Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2623 | 2026-03-13T17:03:29.285Z | Checking ciborium v0.2.2 |
| 2624 | 2026-03-13T17:03:29.506Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2625 | 2026-03-13T17:03:29.791Z | Compiling semver v0.1.20 |
| 2626 | 2026-03-13T17:03:29.858Z | Checking whoami v1.6.1 |
| 2627 | 2026-03-13T17:03:29.875Z | Checking indent_write v2.2.0 |
| 2628 | 2026-03-13T17:03:30.039Z | Compiling rustc_version v0.1.7 |
| 2629 | 2026-03-13T17:03:30.099Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2630 | 2026-03-13T17:03:30.160Z | Compiling progenitor-impl v0.11.2 |
| 2631 | 2026-03-13T17:03:30.425Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2632 | 2026-03-13T17:03:30.527Z | Compiling typify v0.6.1 |
| 2633 | 2026-03-13T17:03:30.666Z | Compiling pin-project-internal v1.1.11 |
| 2634 | 2026-03-13T17:03:31.036Z | Checking linked-hash-map v0.5.6 |
| 2635 | 2026-03-13T17:03:31.263Z | Checking swrite v0.1.0 |
| 2636 | 2026-03-13T17:03:31.294Z | Compiling minimal-lexical v0.2.1 |
| 2637 | 2026-03-13T17:03:31.380Z | Checking lru-cache v0.1.2 |
| 2638 | 2026-03-13T17:03:31.535Z | Compiling progenitor-impl v0.13.0 |
| 2639 | 2026-03-13T17:03:31.624Z | Compiling nom v7.1.3 |
| 2640 | 2026-03-13T17:03:31.876Z | Compiling newtype_derive v0.1.6 |
| 2641 | 2026-03-13T17:03:32.224Z | Checking pin-project v1.1.11 |
| 2642 | 2026-03-13T17:03:32.347Z | Checking newline-converter v0.3.0 |
| 2643 | 2026-03-13T17:03:32.489Z | Checking progenitor-client v0.11.2 |
| 2644 | 2026-03-13T17:03:32.599Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2645 | 2026-03-13T17:03:32.787Z | Checking atomicwrites v0.4.4 |
| 2646 | 2026-03-13T17:03:32.849Z | Checking hickory-proto v0.24.4 |
| 2647 | 2026-03-13T17:03:32.946Z | Checking phf_shared v0.12.1 |
| 2648 | 2026-03-13T17:03:33.136Z | Checking console v0.15.11 |
| 2649 | 2026-03-13T17:03:33.198Z | Checking pem v3.0.6 |
| 2650 | 2026-03-13T17:03:33.407Z | Checking csv-core v0.1.13 |
| 2651 | 2026-03-13T17:03:33.501Z | Compiling snafu-derive v0.8.9 |
| 2652 | 2026-03-13T17:03:33.521Z | Compiling async-recursion v1.1.1 |
| 2653 | 2026-03-13T17:03:33.641Z | Compiling derive-where v1.6.0 |
| 2654 | 2026-03-13T17:03:33.965Z | Compiling progenitor-macro v0.11.2 |
| 2655 | 2026-03-13T17:03:35.241Z | Compiling slog-dtrace v0.3.0 |
| 2656 | 2026-03-13T17:03:35.371Z | Compiling chrono-tz v0.10.4 |
| 2657 | 2026-03-13T17:03:35.491Z | Compiling cancel-safe-futures v0.1.5 |
| 2658 | 2026-03-13T17:03:35.527Z | Checking same-file v1.0.6 |
| 2659 | 2026-03-13T17:03:35.619Z | Checking unicode-width v0.1.14 |
| 2660 | 2026-03-13T17:03:35.682Z | Checking highway v1.3.0 |
| 2661 | 2026-03-13T17:03:35.787Z | Checking resolv-conf v0.7.6 |
| 2662 | 2026-03-13T17:03:35.958Z | Compiling owo-colors v4.3.0 |
| 2663 | 2026-03-13T17:03:35.997Z | Compiling const_format_proc_macros v0.2.34 |
| 2664 | 2026-03-13T17:03:36.031Z | Checking hickory-resolver v0.24.4 |
| 2665 | 2026-03-13T17:03:36.239Z | Checking snafu v0.8.9 |
| 2666 | 2026-03-13T17:03:36.460Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2667 | 2026-03-13T17:03:36.591Z | Checking walkdir v2.5.0 |
| 2668 | 2026-03-13T17:03:36.884Z | Compiling progenitor-macro v0.13.0 |
| 2669 | 2026-03-13T17:03:37.013Z | Checking csv v1.4.0 |
| 2670 | 2026-03-13T17:03:37.132Z | Checking expectorate v1.2.0 |
| 2671 | 2026-03-13T17:03:37.168Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2672 | 2026-03-13T17:03:37.292Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2673 | 2026-03-13T17:03:37.455Z | Checking phf v0.12.1 |
| 2674 | 2026-03-13T17:03:37.837Z | Checking tokio-dtrace v0.1.1 |
| 2675 | 2026-03-13T17:03:38.068Z | Compiling progenitor-impl v0.10.0 |
| 2676 | 2026-03-13T17:03:38.183Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2677 | 2026-03-13T17:03:38.742Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2678 | 2026-03-13T17:03:38.892Z | Checking globset v0.4.18 |
| 2679 | 2026-03-13T17:03:39.236Z | Checking olpc-cjson v0.1.4 |
| 2680 | 2026-03-13T17:03:39.251Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2681 | 2026-03-13T17:03:39.411Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2682 | 2026-03-13T17:03:39.442Z | Checking libsw-core v0.3.2 |
| 2683 | 2026-03-13T17:03:39.629Z | Checking serde_plain v1.0.2 |
| 2684 | 2026-03-13T17:03:39.749Z | Checking arc-swap v1.8.2 |
| 2685 | 2026-03-13T17:03:39.818Z | Compiling lzma-sys v0.1.20 |
| 2686 | 2026-03-13T17:03:40.047Z | Checking bytecount v0.6.9 |
| 2687 | 2026-03-13T17:03:40.180Z | Checking typed-path v0.9.3 |
| 2688 | 2026-03-13T17:03:40.375Z | Checking utf-8 v0.7.6 |
| 2689 | 2026-03-13T17:03:40.519Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2690 | 2026-03-13T17:03:40.562Z | Checking tungstenite v0.21.0 |
| 2691 | 2026-03-13T17:03:41.025Z | Checking progenitor v0.11.2 |
| 2692 | 2026-03-13T17:03:41.174Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2693 | 2026-03-13T17:03:41.199Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2694 | 2026-03-13T17:03:41.352Z | Checking tough v0.20.0 |
| 2695 | 2026-03-13T17:03:41.393Z | Checking papergrid v0.11.0 |
| 2696 | 2026-03-13T17:03:41.624Z | Checking slog-scope v4.4.1 |
| 2697 | 2026-03-13T17:03:41.741Z | Compiling progenitor-macro v0.10.0 |
| 2698 | 2026-03-13T17:03:41.800Z | Checking libsw v3.5.0 |
| 2699 | 2026-03-13T17:03:41.998Z | Checking oxide-tokio-rt v0.1.3 |
| 2700 | 2026-03-13T17:03:42.221Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2701 | 2026-03-13T17:03:42.260Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2702 | 2026-03-13T17:03:42.821Z | Checking const_format v0.2.35 |
| 2703 | 2026-03-13T17:03:43.113Z | Checking qorb v0.4.1 |
| 2704 | 2026-03-13T17:03:43.125Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2705 | 2026-03-13T17:03:44.058Z | Checking progenitor v0.13.0 |
| 2706 | 2026-03-13T17:03:44.070Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2707 | 2026-03-13T17:03:44.126Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2708 | 2026-03-13T17:03:44.167Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2709 | 2026-03-13T17:03:44.635Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2710 | 2026-03-13T17:03:44.680Z | Compiling cargo_toml v0.22.3 |
| 2711 | 2026-03-13T17:03:44.819Z | Checking gethostname v0.5.0 |
| 2712 | 2026-03-13T17:03:44.836Z | Compiling tabled_derive v0.7.0 |
| 2713 | 2026-03-13T17:03:44.930Z | Checking bcs v0.1.6 |
| 2714 | 2026-03-13T17:03:45.078Z | Checking termtree v0.5.1 |
| 2715 | 2026-03-13T17:03:45.233Z | Checking linear-map v1.2.0 |
| 2716 | 2026-03-13T17:03:45.251Z | Checking unicode-linebreak v0.1.5 |
| 2717 | 2026-03-13T17:03:45.269Z | Checking smawk v0.3.2 |
| 2718 | 2026-03-13T17:03:45.485Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2719 | 2026-03-13T17:03:45.523Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2720 | 2026-03-13T17:03:45.592Z | Checking textwrap v0.16.2 |
| 2721 | 2026-03-13T17:03:45.883Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2722 | 2026-03-13T17:03:46.235Z | Checking tabled v0.15.0 |
| 2723 | 2026-03-13T17:03:46.397Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2724 | 2026-03-13T17:03:46.423Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2725 | 2026-03-13T17:03:47.322Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2726 | 2026-03-13T17:03:47.535Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2727 | 2026-03-13T17:03:47.593Z | Checking steno v0.4.1 |
| 2728 | 2026-03-13T17:03:47.754Z | Checking slog-stdlog v4.1.1 |
| 2729 | 2026-03-13T17:03:47.887Z | Checking typeid v1.0.3 |
| 2730 | 2026-03-13T17:03:48.017Z | Checking tokio-tungstenite v0.21.0 |
| 2731 | 2026-03-13T17:03:48.051Z | Checking base64 v0.21.7 |
| 2732 | 2026-03-13T17:03:48.375Z | Checking humantime v2.3.0 |
| 2733 | 2026-03-13T17:03:48.378Z | Checking xz2 v0.1.7 |
| 2734 | 2026-03-13T17:03:48.609Z | Checking ron v0.12.0 |
| 2735 | 2026-03-13T17:03:48.626Z | Checking slog-envlogger v2.2.0 |
| 2736 | 2026-03-13T17:03:48.646Z | Checking yasna v0.5.2 |
| 2737 | 2026-03-13T17:03:48.744Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6) |
| 2738 | 2026-03-13T17:03:48.806Z | Checking headers-core v0.3.0 |
| 2739 | 2026-03-13T17:03:48.931Z | Checking progenitor v0.10.0 |
| 2740 | 2026-03-13T17:03:48.947Z | Checking filetime v0.2.27 |
| 2741 | 2026-03-13T17:03:48.971Z | Checking xattr v1.6.1 |
| 2742 | 2026-03-13T17:03:49.105Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2743 | 2026-03-13T17:03:49.122Z | Checking base16ct v1.0.0 |
| 2744 | 2026-03-13T17:03:49.135Z | Checking tar v0.4.44 |
| 2745 | 2026-03-13T17:03:49.166Z | Checking rcgen v0.12.1 |
| 2746 | 2026-03-13T17:03:49.280Z | Checking headers v0.4.1 |
| 2747 | 2026-03-13T17:03:49.573Z | Checking subprocess v0.2.15 |
| 2748 | 2026-03-13T17:03:57.240Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2749 | 2026-03-13T17:04:05.348Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2750 | 2026-03-13T17:04:07.155Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2751 | 2026-03-13T17:04:08.762Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 23s |
| 2752 | 2026-03-13T17:04:08.998Z | |
| 2753 | 2026-03-13T17:04:08.998Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/257) |
| 2754 | 2026-03-13T17:04:09.748Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2755 | 2026-03-13T17:04:09.752Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2756 | 2026-03-13T17:04:09.900Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2757 | 2026-03-13T17:04:11.631Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.62s |
| 2758 | 2026-03-13T17:04:11.855Z | |
| 2759 | 2026-03-13T17:04:11.855Z | info: running `cargo check --bins` on nexus-config (51/257) |
| 2760 | 2026-03-13T17:04:12.568Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2761 | 2026-03-13T17:04:12.571Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2762 | 2026-03-13T17:04:12.571Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2763 | 2026-03-13T17:04:12.577Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 2764 | 2026-03-13T17:04:12.681Z | |
| 2765 | 2026-03-13T17:04:12.681Z | info: running `cargo check --bins` on nexus-types (52/257) |
| 2766 | 2026-03-13T17:04:13.392Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2767 | 2026-03-13T17:04:13.395Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2768 | 2026-03-13T17:04:13.395Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2769 | 2026-03-13T17:04:13.400Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 2770 | 2026-03-13T17:04:13.505Z | |
| 2771 | 2026-03-13T17:04:13.505Z | info: running `cargo check --bins` on clickhouse-admin-types (53/257) |
| 2772 | 2026-03-13T17:04:14.174Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2773 | 2026-03-13T17:04:14.187Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2774 | 2026-03-13T17:04:14.187Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2775 | 2026-03-13T17:04:14.196Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2776 | 2026-03-13T17:04:14.278Z | |
| 2777 | 2026-03-13T17:04:14.278Z | info: running `cargo check --bins` on clickhouse-admin-types-versions (54/257) |
| 2778 | 2026-03-13T17:04:14.947Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2779 | 2026-03-13T17:04:14.951Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2780 | 2026-03-13T17:04:14.951Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2781 | 2026-03-13T17:04:14.955Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2782 | 2026-03-13T17:04:15.050Z | |
| 2783 | 2026-03-13T17:04:15.051Z | info: running `cargo check --bins` on cockroach-admin-types (55/257) |
| 2784 | 2026-03-13T17:04:15.708Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2785 | 2026-03-13T17:04:15.712Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2786 | 2026-03-13T17:04:15.712Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2787 | 2026-03-13T17:04:15.716Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 2788 | 2026-03-13T17:04:15.807Z | |
| 2789 | 2026-03-13T17:04:15.807Z | info: running `cargo check --bins` on cockroach-admin-types-versions (56/257) |
| 2790 | 2026-03-13T17:04:16.464Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2791 | 2026-03-13T17:04:16.469Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2792 | 2026-03-13T17:04:16.469Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2793 | 2026-03-13T17:04:16.488Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 2794 | 2026-03-13T17:04:16.565Z | |
| 2795 | 2026-03-13T17:04:16.566Z | info: running `cargo check --bins` on ereport-types (57/257) |
| 2796 | 2026-03-13T17:04:17.218Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2797 | 2026-03-13T17:04:17.227Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2798 | 2026-03-13T17:04:17.227Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2799 | 2026-03-13T17:04:17.236Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 2800 | 2026-03-13T17:04:17.322Z | |
| 2801 | 2026-03-13T17:04:17.323Z | info: running `cargo check --bins` on gateway-client (58/257) |
| 2802 | 2026-03-13T17:04:17.985Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2803 | 2026-03-13T17:04:17.989Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2804 | 2026-03-13T17:04:17.989Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2805 | 2026-03-13T17:04:17.993Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 2806 | 2026-03-13T17:04:18.091Z | |
| 2807 | 2026-03-13T17:04:18.091Z | info: running `cargo check --bins --no-default-features` on gateway-types (59/257) |
| 2808 | 2026-03-13T17:04:18.756Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2809 | 2026-03-13T17:04:18.759Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2810 | 2026-03-13T17:04:18.759Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2811 | 2026-03-13T17:04:18.764Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 2812 | 2026-03-13T17:04:18.857Z | |
| 2813 | 2026-03-13T17:04:18.857Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types (60/257) |
| 2814 | 2026-03-13T17:04:19.520Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2815 | 2026-03-13T17:04:19.523Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2816 | 2026-03-13T17:04:19.523Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2817 | 2026-03-13T17:04:19.529Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 2818 | 2026-03-13T17:04:19.622Z | |
| 2819 | 2026-03-13T17:04:19.622Z | info: running `cargo check --bins --no-default-features` on gateway-types-versions (61/257) |
| 2820 | 2026-03-13T17:04:20.287Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2821 | 2026-03-13T17:04:20.290Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2822 | 2026-03-13T17:04:20.291Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2823 | 2026-03-13T17:04:20.295Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 2824 | 2026-03-13T17:04:20.391Z | |
| 2825 | 2026-03-13T17:04:20.391Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (62/257) |
| 2826 | 2026-03-13T17:04:21.054Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2827 | 2026-03-13T17:04:21.058Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2828 | 2026-03-13T17:04:21.058Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2829 | 2026-03-13T17:04:21.062Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 2830 | 2026-03-13T17:04:21.154Z | |
| 2831 | 2026-03-13T17:04:21.155Z | info: running `cargo check --bins --no-default-features` on illumos-utils (63/257) |
| 2832 | 2026-03-13T17:04:21.834Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2833 | 2026-03-13T17:04:21.838Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2834 | 2026-03-13T17:04:21.838Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2835 | 2026-03-13T17:04:21.842Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2836 | 2026-03-13T17:04:21.940Z | |
| 2837 | 2026-03-13T17:04:21.940Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (64/257) |
| 2838 | 2026-03-13T17:04:22.617Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2839 | 2026-03-13T17:04:22.620Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2840 | 2026-03-13T17:04:22.620Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2841 | 2026-03-13T17:04:22.625Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2842 | 2026-03-13T17:04:22.725Z | |
| 2843 | 2026-03-13T17:04:22.725Z | info: running `cargo check --bins` on key-manager-types (65/257) |
| 2844 | 2026-03-13T17:04:23.378Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2845 | 2026-03-13T17:04:23.382Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2846 | 2026-03-13T17:04:23.382Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2847 | 2026-03-13T17:04:23.385Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 2848 | 2026-03-13T17:04:23.475Z | |
| 2849 | 2026-03-13T17:04:23.475Z | info: running `cargo check --bins` on oxlog (66/257) |
| 2850 | 2026-03-13T17:04:24.126Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2851 | 2026-03-13T17:04:24.129Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2852 | 2026-03-13T17:04:24.218Z | Compiling newtype-uuid v1.3.2 |
| 2853 | 2026-03-13T17:04:24.453Z | Compiling daft v0.1.5 |
| 2854 | 2026-03-13T17:04:24.707Z | Compiling iddqd v0.3.17 |
| 2855 | 2026-03-13T17:04:25.994Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2856 | 2026-03-13T17:04:26.279Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2857 | 2026-03-13T17:04:26.635Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.15s |
| 2858 | 2026-03-13T17:04:26.815Z | |
| 2859 | 2026-03-13T17:04:26.815Z | info: running `cargo check --bins` on internal-dns-types (67/257) |
| 2860 | 2026-03-13T17:04:27.487Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2861 | 2026-03-13T17:04:27.494Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2862 | 2026-03-13T17:04:27.494Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2863 | 2026-03-13T17:04:27.498Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2864 | 2026-03-13T17:04:27.591Z | |
| 2865 | 2026-03-13T17:04:27.591Z | info: running `cargo check --bins` on internal-dns-types-versions (68/257) |
| 2866 | 2026-03-13T17:04:28.264Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2867 | 2026-03-13T17:04:28.268Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2868 | 2026-03-13T17:04:28.268Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2869 | 2026-03-13T17:04:28.273Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2870 | 2026-03-13T17:04:28.370Z | |
| 2871 | 2026-03-13T17:04:28.370Z | info: running `cargo check --bins` on nexus-types-versions (69/257) |
| 2872 | 2026-03-13T17:04:29.071Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2873 | 2026-03-13T17:04:29.075Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2874 | 2026-03-13T17:04:29.075Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2875 | 2026-03-13T17:04:29.079Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2876 | 2026-03-13T17:04:29.181Z | |
| 2877 | 2026-03-13T17:04:29.181Z | info: running `cargo check --bins` on omicron-passwords (70/257) |
| 2878 | 2026-03-13T17:04:29.836Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2879 | 2026-03-13T17:04:29.840Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2880 | 2026-03-13T17:04:29.840Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2881 | 2026-03-13T17:04:29.870Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 2882 | 2026-03-13T17:04:29.937Z | |
| 2883 | 2026-03-13T17:04:29.937Z | info: running `cargo check --bins` on oxql-types (71/257) |
| 2884 | 2026-03-13T17:04:30.610Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2885 | 2026-03-13T17:04:30.615Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2886 | 2026-03-13T17:04:30.615Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2887 | 2026-03-13T17:04:30.619Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2888 | 2026-03-13T17:04:30.714Z | |
| 2889 | 2026-03-13T17:04:30.714Z | info: running `cargo check --bins` on oximeter-types (72/257) |
| 2890 | 2026-03-13T17:04:31.392Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2891 | 2026-03-13T17:04:31.395Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2892 | 2026-03-13T17:04:31.396Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2893 | 2026-03-13T17:04:31.400Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2894 | 2026-03-13T17:04:31.502Z | |
| 2895 | 2026-03-13T17:04:31.502Z | info: running `cargo check --bins` on oximeter-types-versions (73/257) |
| 2896 | 2026-03-13T17:04:32.187Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2897 | 2026-03-13T17:04:32.198Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2898 | 2026-03-13T17:04:32.198Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2899 | 2026-03-13T17:04:32.198Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2900 | 2026-03-13T17:04:32.279Z | |
| 2901 | 2026-03-13T17:04:32.279Z | info: running `cargo check --bins` on oximeter-macro-impl (74/257) |
| 2902 | 2026-03-13T17:04:32.936Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2903 | 2026-03-13T17:04:32.938Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2904 | 2026-03-13T17:04:32.939Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2905 | 2026-03-13T17:04:32.943Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 2906 | 2026-03-13T17:04:33.035Z | |
| 2907 | 2026-03-13T17:04:33.035Z | info: running `cargo check --bins --no-default-features` on sled-agent-types (75/257) |
| 2908 | 2026-03-13T17:04:33.730Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2909 | 2026-03-13T17:04:33.733Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2910 | 2026-03-13T17:04:33.733Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2911 | 2026-03-13T17:04:33.742Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2912 | 2026-03-13T17:04:33.839Z | |
| 2913 | 2026-03-13T17:04:33.839Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (76/257) |
| 2914 | 2026-03-13T17:04:34.529Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2915 | 2026-03-13T17:04:34.601Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2916 | 2026-03-13T17:04:34.601Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2917 | 2026-03-13T17:04:34.611Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2918 | 2026-03-13T17:04:34.634Z | |
| 2919 | 2026-03-13T17:04:34.634Z | info: running `cargo check --bins --no-default-features` on sled-agent-types-versions (77/257) |
| 2920 | 2026-03-13T17:04:35.341Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2921 | 2026-03-13T17:04:35.352Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2922 | 2026-03-13T17:04:35.352Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2923 | 2026-03-13T17:04:35.352Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2924 | 2026-03-13T17:04:35.445Z | |
| 2925 | 2026-03-13T17:04:35.446Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (78/257) |
| 2926 | 2026-03-13T17:04:36.127Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2927 | 2026-03-13T17:04:36.131Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2928 | 2026-03-13T17:04:36.131Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2929 | 2026-03-13T17:04:36.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2930 | 2026-03-13T17:04:36.232Z | |
| 2931 | 2026-03-13T17:04:36.232Z | info: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (79/257) |
| 2932 | 2026-03-13T17:04:36.892Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2933 | 2026-03-13T17:04:36.895Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2934 | 2026-03-13T17:04:36.895Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2935 | 2026-03-13T17:04:36.901Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 2936 | 2026-03-13T17:04:36.992Z | |
| 2937 | 2026-03-13T17:04:36.992Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (80/257) |
| 2938 | 2026-03-13T17:04:37.653Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2939 | 2026-03-13T17:04:37.660Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2940 | 2026-03-13T17:04:37.660Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2941 | 2026-03-13T17:04:37.663Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 2942 | 2026-03-13T17:04:37.766Z | |
| 2943 | 2026-03-13T17:04:37.766Z | info: running `cargo check --bins --no-default-features` on gfss (81/257) |
| 2944 | 2026-03-13T17:04:38.415Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2945 | 2026-03-13T17:04:38.418Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2946 | 2026-03-13T17:04:38.418Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2947 | 2026-03-13T17:04:38.422Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 2948 | 2026-03-13T17:04:38.515Z | |
| 2949 | 2026-03-13T17:04:38.515Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (82/257) |
| 2950 | 2026-03-13T17:04:39.174Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2951 | 2026-03-13T17:04:39.177Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2952 | 2026-03-13T17:04:39.177Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2953 | 2026-03-13T17:04:39.182Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 2954 | 2026-03-13T17:04:39.274Z | |
| 2955 | 2026-03-13T17:04:39.274Z | info: running `cargo check --bins --no-default-features` on oximeter-db (83/257) |
| 2956 | 2026-03-13T17:04:39.963Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2957 | 2026-03-13T17:04:39.966Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2958 | 2026-03-13T17:04:40.077Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2959 | 2026-03-13T17:04:40.724Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s |
| 2960 | 2026-03-13T17:04:40.918Z | |
| 2961 | 2026-03-13T17:04:40.918Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (84/257) |
| 2962 | 2026-03-13T17:04:41.611Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2963 | 2026-03-13T17:04:41.617Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2964 | 2026-03-13T17:04:41.731Z | Compiling ar_archive_writer v0.5.1 |
| 2965 | 2026-03-13T17:04:41.741Z | Compiling stacker v0.1.23 |
| 2966 | 2026-03-13T17:04:41.742Z | Compiling cfg_aliases v0.1.1 |
| 2967 | 2026-03-13T17:04:41.840Z | Compiling convert_case v0.10.0 |
| 2968 | 2026-03-13T17:04:41.864Z | Checking fd-lock v4.0.4 |
| 2969 | 2026-03-13T17:04:41.869Z | Checking nibble_vec v0.1.0 |
| 2970 | 2026-03-13T17:04:41.869Z | Checking vte v0.14.1 |
| 2971 | 2026-03-13T17:04:41.870Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2972 | 2026-03-13T17:04:41.920Z | Compiling nix v0.28.0 |
| 2973 | 2026-03-13T17:04:42.000Z | Checking endian-type v0.1.2 |
| 2974 | 2026-03-13T17:04:42.019Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2975 | 2026-03-13T17:04:42.088Z | Checking strip-ansi-escapes v0.2.1 |
| 2976 | 2026-03-13T17:04:42.157Z | Checking radix_trie v0.2.1 |
| 2977 | 2026-03-13T17:04:42.193Z | Compiling peg-macros v0.8.5 |
| 2978 | 2026-03-13T17:04:42.209Z | Checking winnow v0.6.26 |
| 2979 | 2026-03-13T17:04:42.252Z | Compiling derive_more-impl v2.1.1 |
| 2980 | 2026-03-13T17:04:42.437Z | Compiling sqlparser_derive v0.5.0 |
| 2981 | 2026-03-13T17:04:42.437Z | Checking unicode_categories v0.1.1 |
| 2982 | 2026-03-13T17:04:42.639Z | Checking home v0.5.12 |
| 2983 | 2026-03-13T17:04:42.655Z | Checking nu-ansi-term v0.50.3 |
| 2984 | 2026-03-13T17:04:42.802Z | Checking display-error-chain v0.2.2 |
| 2985 | 2026-03-13T17:04:42.930Z | Checking reedline v0.40.0 |
| 2986 | 2026-03-13T17:04:43.031Z | Compiling psm v0.1.30 |
| 2987 | 2026-03-13T17:04:43.359Z | Checking derive_more v2.1.1 |
| 2988 | 2026-03-13T17:04:43.439Z | Checking crossterm v0.29.0 |
| 2989 | 2026-03-13T17:04:43.724Z | Checking peg v0.8.5 |
| 2990 | 2026-03-13T17:04:43.772Z | Checking rustyline v14.0.0 |
| 2991 | 2026-03-13T17:04:43.792Z | Checking sqlformat v0.3.5 |
| 2992 | 2026-03-13T17:04:43.988Z | Checking recursive v0.1.1 |
| 2993 | 2026-03-13T17:04:44.092Z | Checking sqlparser v0.61.0 |
| 2994 | 2026-03-13T17:05:00.073Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.15s |
| 2995 | 2026-03-13T17:05:00.275Z | |
| 2996 | 2026-03-13T17:05:00.275Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (85/257) |
| 2997 | 2026-03-13T17:05:00.972Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2998 | 2026-03-13T17:05:00.975Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2999 | 2026-03-13T17:05:01.090Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3000 | 2026-03-13T17:05:05.727Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.44s |
| 3001 | 2026-03-13T17:05:05.940Z | |
| 3002 | 2026-03-13T17:05:05.940Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (86/257) |
| 3003 | 2026-03-13T17:05:06.637Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3004 | 2026-03-13T17:05:06.640Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3005 | 2026-03-13T17:05:06.751Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3006 | 2026-03-13T17:05:10.008Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.06s |
| 3007 | 2026-03-13T17:05:10.216Z | |
| 3008 | 2026-03-13T17:05:10.216Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (87/257) |
| 3009 | 2026-03-13T17:05:10.907Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3010 | 2026-03-13T17:05:10.910Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3011 | 2026-03-13T17:05:11.025Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3012 | 2026-03-13T17:05:15.392Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.17s |
| 3013 | 2026-03-13T17:05:15.600Z | |
| 3014 | 2026-03-13T17:05:15.600Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (88/257) |
| 3015 | 2026-03-13T17:05:16.294Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3016 | 2026-03-13T17:05:16.298Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3017 | 2026-03-13T17:05:16.415Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3018 | 2026-03-13T17:05:20.887Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.28s |
| 3019 | 2026-03-13T17:05:21.097Z | |
| 3020 | 2026-03-13T17:05:21.097Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (89/257) |
| 3021 | 2026-03-13T17:05:21.796Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3022 | 2026-03-13T17:05:21.799Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3023 | 2026-03-13T17:05:21.912Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3024 | 2026-03-13T17:05:25.344Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.24s |
| 3025 | 2026-03-13T17:05:25.555Z | |
| 3026 | 2026-03-13T17:05:25.555Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (90/257) |
| 3027 | 2026-03-13T17:05:26.247Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3028 | 2026-03-13T17:05:26.250Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3029 | 2026-03-13T17:05:26.367Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3030 | 2026-03-13T17:05:29.851Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.29s |
| 3031 | 2026-03-13T17:05:30.064Z | |
| 3032 | 2026-03-13T17:05:30.064Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (91/257) |
| 3033 | 2026-03-13T17:05:30.761Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3034 | 2026-03-13T17:05:30.764Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3035 | 2026-03-13T17:05:30.881Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3036 | 2026-03-13T17:05:35.497Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.42s |
| 3037 | 2026-03-13T17:05:35.710Z | |
| 3038 | 2026-03-13T17:05:35.710Z | info: running `cargo check --bins` on oximeter (92/257) |
| 3039 | 2026-03-13T17:05:36.389Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3040 | 2026-03-13T17:05:36.392Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3041 | 2026-03-13T17:05:36.392Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3042 | 2026-03-13T17:05:36.397Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3043 | 2026-03-13T17:05:36.495Z | |
| 3044 | 2026-03-13T17:05:36.495Z | info: running `cargo check --bins` on oximeter-schema (93/257) |
| 3045 | 2026-03-13T17:05:37.171Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3046 | 2026-03-13T17:05:37.174Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3047 | 2026-03-13T17:05:37.280Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3048 | 2026-03-13T17:05:37.450Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3049 | 2026-03-13T17:05:37.466Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3050 | 2026-03-13T17:05:37.905Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3051 | 2026-03-13T17:05:42.828Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3052 | 2026-03-13T17:05:43.246Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3053 | 2026-03-13T17:05:44.806Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3054 | 2026-03-13T17:05:45.699Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.19s |
| 3055 | 2026-03-13T17:05:45.900Z | |
| 3056 | 2026-03-13T17:05:45.900Z | info: running `cargo check --bins` on oximeter-timeseries-macro (94/257) |
| 3057 | 2026-03-13T17:05:46.572Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3058 | 2026-03-13T17:05:46.575Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3059 | 2026-03-13T17:05:46.575Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3060 | 2026-03-13T17:05:46.579Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3061 | 2026-03-13T17:05:46.677Z | |
| 3062 | 2026-03-13T17:05:46.677Z | info: running `cargo check --bins` on oximeter-test-utils (95/257) |
| 3063 | 2026-03-13T17:05:47.397Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3064 | 2026-03-13T17:05:47.400Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3065 | 2026-03-13T17:05:47.400Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3066 | 2026-03-13T17:05:47.405Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3067 | 2026-03-13T17:05:47.514Z | |
| 3068 | 2026-03-13T17:05:47.514Z | info: running `cargo check --bins --no-default-features` on trust-quorum-protocol (96/257) |
| 3069 | 2026-03-13T17:05:48.200Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3070 | 2026-03-13T17:05:48.203Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3071 | 2026-03-13T17:05:48.203Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3072 | 2026-03-13T17:05:48.208Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3073 | 2026-03-13T17:05:48.313Z | |
| 3074 | 2026-03-13T17:05:48.313Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (97/257) |
| 3075 | 2026-03-13T17:05:48.999Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3076 | 2026-03-13T17:05:49.002Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3077 | 2026-03-13T17:05:49.002Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3078 | 2026-03-13T17:05:49.008Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3079 | 2026-03-13T17:05:49.108Z | |
| 3080 | 2026-03-13T17:05:49.108Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (98/257) |
| 3081 | 2026-03-13T17:05:49.793Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3082 | 2026-03-13T17:05:49.801Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3083 | 2026-03-13T17:05:49.801Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3084 | 2026-03-13T17:05:49.809Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3085 | 2026-03-13T17:05:49.901Z | |
| 3086 | 2026-03-13T17:05:49.901Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (99/257) |
| 3087 | 2026-03-13T17:05:50.589Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3088 | 2026-03-13T17:05:50.592Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3089 | 2026-03-13T17:05:50.593Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3090 | 2026-03-13T17:05:50.597Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3091 | 2026-03-13T17:05:50.702Z | |
| 3092 | 2026-03-13T17:05:50.702Z | info: running `cargo check --bins` on trust-quorum-types (100/257) |
| 3093 | 2026-03-13T17:05:51.358Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3094 | 2026-03-13T17:05:51.361Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3095 | 2026-03-13T17:05:51.361Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3096 | 2026-03-13T17:05:51.365Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 3097 | 2026-03-13T17:05:51.460Z | |
| 3098 | 2026-03-13T17:05:51.460Z | info: running `cargo check --bins` on trust-quorum-test-utils (101/257) |
| 3099 | 2026-03-13T17:05:52.149Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3100 | 2026-03-13T17:05:52.152Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3101 | 2026-03-13T17:05:52.152Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3102 | 2026-03-13T17:05:52.157Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3103 | 2026-03-13T17:05:52.257Z | |
| 3104 | 2026-03-13T17:05:52.257Z | info: running `cargo check --bins` on update-engine (102/257) |
| 3105 | 2026-03-13T17:05:52.915Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3106 | 2026-03-13T17:05:52.918Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3107 | 2026-03-13T17:05:52.918Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3108 | 2026-03-13T17:05:52.923Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3109 | 2026-03-13T17:05:53.018Z | |
| 3110 | 2026-03-13T17:05:53.018Z | info: running `cargo check --bins` on omicron-clickhouse-admin (103/257) |
| 3111 | 2026-03-13T17:05:53.711Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3112 | 2026-03-13T17:05:53.714Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3113 | 2026-03-13T17:05:53.846Z | Checking dropshot-api-manager-types v0.6.0 |
| 3114 | 2026-03-13T17:05:53.846Z | Checking nanorand v0.7.0 |
| 3115 | 2026-03-13T17:05:54.121Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3116 | 2026-03-13T17:05:54.162Z | Checking flume v0.11.1 |
| 3117 | 2026-03-13T17:05:54.439Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3118 | 2026-03-13T17:05:55.708Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.68s |
| 3119 | 2026-03-13T17:05:55.920Z | |
| 3120 | 2026-03-13T17:05:55.920Z | info: running `cargo check --bins` on clickhouse-admin-api (104/257) |
| 3121 | 2026-03-13T17:05:56.596Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3122 | 2026-03-13T17:05:56.656Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3123 | 2026-03-13T17:05:56.656Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3124 | 2026-03-13T17:05:56.656Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3125 | 2026-03-13T17:05:56.701Z | |
| 3126 | 2026-03-13T17:05:56.701Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (105/257) |
| 3127 | 2026-03-13T17:05:57.380Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3128 | 2026-03-13T17:05:57.383Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3129 | 2026-03-13T17:05:57.383Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3130 | 2026-03-13T17:05:57.388Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3131 | 2026-03-13T17:05:57.485Z | |
| 3132 | 2026-03-13T17:05:57.485Z | info: running `cargo check --bins` on bootstrap-agent-client (106/257) |
| 3133 | 2026-03-13T17:05:58.154Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3134 | 2026-03-13T17:05:58.159Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3135 | 2026-03-13T17:05:58.159Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3136 | 2026-03-13T17:05:58.164Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3137 | 2026-03-13T17:05:58.258Z | |
| 3138 | 2026-03-13T17:05:58.258Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-client (107/257) |
| 3139 | 2026-03-13T17:05:58.945Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3140 | 2026-03-13T17:05:58.951Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3141 | 2026-03-13T17:05:58.951Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3142 | 2026-03-13T17:05:58.960Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3143 | 2026-03-13T17:05:59.055Z | |
| 3144 | 2026-03-13T17:05:59.055Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (108/257) |
| 3145 | 2026-03-13T17:05:59.725Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3146 | 2026-03-13T17:05:59.731Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3147 | 2026-03-13T17:05:59.731Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3148 | 2026-03-13T17:05:59.737Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3149 | 2026-03-13T17:05:59.831Z | |
| 3150 | 2026-03-13T17:05:59.831Z | info: running `cargo check --bins` on clickhouse-admin-server-client (109/257) |
| 3151 | 2026-03-13T17:06:00.536Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3152 | 2026-03-13T17:06:00.541Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3153 | 2026-03-13T17:06:00.541Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3154 | 2026-03-13T17:06:00.541Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3155 | 2026-03-13T17:06:00.614Z | |
| 3156 | 2026-03-13T17:06:00.614Z | info: running `cargo check --bins` on clickhouse-admin-single-client (110/257) |
| 3157 | 2026-03-13T17:06:01.285Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3158 | 2026-03-13T17:06:01.289Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3159 | 2026-03-13T17:06:01.289Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3160 | 2026-03-13T17:06:01.299Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3161 | 2026-03-13T17:06:01.390Z | |
| 3162 | 2026-03-13T17:06:01.390Z | info: running `cargo check --bins` on cockroach-admin-client (111/257) |
| 3163 | 2026-03-13T17:06:02.047Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3164 | 2026-03-13T17:06:02.053Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3165 | 2026-03-13T17:06:02.053Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3166 | 2026-03-13T17:06:02.058Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3167 | 2026-03-13T17:06:02.146Z | |
| 3168 | 2026-03-13T17:06:02.146Z | info: running `cargo check --bins` on omicron-ddm-admin-client (112/257) |
| 3169 | 2026-03-13T17:06:02.818Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3170 | 2026-03-13T17:06:02.822Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3171 | 2026-03-13T17:06:02.822Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3172 | 2026-03-13T17:06:02.827Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3173 | 2026-03-13T17:06:02.917Z | |
| 3174 | 2026-03-13T17:06:02.917Z | info: running `cargo check --bins` on dns-service-client (113/257) |
| 3175 | 2026-03-13T17:06:03.590Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3176 | 2026-03-13T17:06:03.593Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3177 | 2026-03-13T17:06:03.593Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3178 | 2026-03-13T17:06:03.598Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3179 | 2026-03-13T17:06:03.698Z | |
| 3180 | 2026-03-13T17:06:03.698Z | info: running `cargo check --bins` on installinator-client (114/257) |
| 3181 | 2026-03-13T17:06:04.375Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3182 | 2026-03-13T17:06:04.394Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3183 | 2026-03-13T17:06:04.394Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3184 | 2026-03-13T17:06:04.394Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3185 | 2026-03-13T17:06:04.470Z | |
| 3186 | 2026-03-13T17:06:04.470Z | info: running `cargo check --bins` on nexus-client (115/257) |
| 3187 | 2026-03-13T17:06:05.181Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3188 | 2026-03-13T17:06:05.193Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3189 | 2026-03-13T17:06:05.193Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3190 | 2026-03-13T17:06:05.197Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3191 | 2026-03-13T17:06:05.301Z | |
| 3192 | 2026-03-13T17:06:05.301Z | info: running `cargo check --bins` on nexus-lockstep-client (116/257) |
| 3193 | 2026-03-13T17:06:06.006Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3194 | 2026-03-13T17:06:06.012Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3195 | 2026-03-13T17:06:06.012Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3196 | 2026-03-13T17:06:06.016Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3197 | 2026-03-13T17:06:06.127Z | |
| 3198 | 2026-03-13T17:06:06.127Z | info: running `cargo check --bins` on ntp-admin-client (117/257) |
| 3199 | 2026-03-13T17:06:06.777Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3200 | 2026-03-13T17:06:06.782Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3201 | 2026-03-13T17:06:06.782Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3202 | 2026-03-13T17:06:06.787Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3203 | 2026-03-13T17:06:06.880Z | |
| 3204 | 2026-03-13T17:06:06.880Z | info: running `cargo check --bins` on oxide-client (118/257) |
| 3205 | 2026-03-13T17:06:07.543Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3206 | 2026-03-13T17:06:07.547Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3207 | 2026-03-13T17:06:07.547Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3208 | 2026-03-13T17:06:07.551Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3209 | 2026-03-13T17:06:07.646Z | |
| 3210 | 2026-03-13T17:06:07.647Z | info: running `cargo check --bins` on oximeter-client (119/257) |
| 3211 | 2026-03-13T17:06:08.318Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3212 | 2026-03-13T17:06:08.322Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3213 | 2026-03-13T17:06:08.322Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3214 | 2026-03-13T17:06:08.326Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3215 | 2026-03-13T17:06:08.426Z | |
| 3216 | 2026-03-13T17:06:08.426Z | info: running `cargo check --bins` on repo-depot-client (120/257) |
| 3217 | 2026-03-13T17:06:09.082Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3218 | 2026-03-13T17:06:09.090Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3219 | 2026-03-13T17:06:09.090Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3220 | 2026-03-13T17:06:09.093Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3221 | 2026-03-13T17:06:09.183Z | |
| 3222 | 2026-03-13T17:06:09.183Z | info: running `cargo check --bins` on sled-agent-client (121/257) |
| 3223 | 2026-03-13T17:06:09.875Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3224 | 2026-03-13T17:06:09.879Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3225 | 2026-03-13T17:06:09.879Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3226 | 2026-03-13T17:06:09.883Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3227 | 2026-03-13T17:06:09.988Z | |
| 3228 | 2026-03-13T17:06:09.988Z | info: running `cargo check --bins` on wicketd-client (122/257) |
| 3229 | 2026-03-13T17:06:10.676Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3230 | 2026-03-13T17:06:10.681Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3231 | 2026-03-13T17:06:10.681Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3232 | 2026-03-13T17:06:10.685Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3233 | 2026-03-13T17:06:10.785Z | |
| 3234 | 2026-03-13T17:06:10.785Z | info: running `cargo check --bins` on installinator-common (123/257) |
| 3235 | 2026-03-13T17:06:11.466Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3236 | 2026-03-13T17:06:11.469Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3237 | 2026-03-13T17:06:11.469Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3238 | 2026-03-13T17:06:11.476Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3239 | 2026-03-13T17:06:11.575Z | |
| 3240 | 2026-03-13T17:06:11.575Z | info: running `cargo check --bins` on installinator-common-versions (124/257) |
| 3241 | 2026-03-13T17:06:12.229Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3242 | 2026-03-13T17:06:12.232Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3243 | 2026-03-13T17:06:12.232Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3244 | 2026-03-13T17:06:12.235Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 3245 | 2026-03-13T17:06:12.327Z | |
| 3246 | 2026-03-13T17:06:12.327Z | info: running `cargo check --bins` on wicket-common (125/257) |
| 3247 | 2026-03-13T17:06:13.024Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3248 | 2026-03-13T17:06:13.028Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3249 | 2026-03-13T17:06:13.028Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3250 | 2026-03-13T17:06:13.033Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3251 | 2026-03-13T17:06:13.170Z | |
| 3252 | 2026-03-13T17:06:13.170Z | info: running `cargo check --bins` on omicron-cockroach-admin (126/257) |
| 3253 | 2026-03-13T17:06:13.821Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3254 | 2026-03-13T17:06:13.824Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3255 | 2026-03-13T17:06:13.947Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3256 | 2026-03-13T17:06:13.947Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3257 | 2026-03-13T17:06:13.951Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3258 | 2026-03-13T17:06:13.952Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3259 | 2026-03-13T17:06:14.065Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3260 | 2026-03-13T17:06:14.230Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3261 | 2026-03-13T17:06:14.257Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3262 | 2026-03-13T17:06:14.552Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3263 | 2026-03-13T17:06:14.555Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3264 | 2026-03-13T17:06:17.369Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.23s |
| 3265 | 2026-03-13T17:06:17.574Z | |
| 3266 | 2026-03-13T17:06:17.574Z | info: running `cargo check --bins` on cockroach-admin-api (127/257) |
| 3267 | 2026-03-13T17:06:18.318Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3268 | 2026-03-13T17:06:18.350Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3269 | 2026-03-13T17:06:18.350Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3270 | 2026-03-13T17:06:18.350Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3271 | 2026-03-13T17:06:18.384Z | |
| 3272 | 2026-03-13T17:06:18.385Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (128/257) |
| 3273 | 2026-03-13T17:06:19.238Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3274 | 2026-03-13T17:06:19.338Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3275 | 2026-03-13T17:06:19.338Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3276 | 2026-03-13T17:06:19.338Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 3277 | 2026-03-13T17:06:19.395Z | |
| 3278 | 2026-03-13T17:06:19.395Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (129/257) |
| 3279 | 2026-03-13T17:06:20.199Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3280 | 2026-03-13T17:06:20.214Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3281 | 2026-03-13T17:06:20.214Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3282 | 2026-03-13T17:06:20.214Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 3283 | 2026-03-13T17:06:20.214Z | |
| 3284 | 2026-03-13T17:06:20.214Z | info: running `cargo check --bins` on dns-server (130/257) |
| 3285 | 2026-03-13T17:06:20.945Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3286 | 2026-03-13T17:06:21.034Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3287 | 2026-03-13T17:06:21.070Z | Compiling parking_lot_core v0.8.6 |
| 3288 | 2026-03-13T17:06:21.070Z | Compiling git-stub v1.0.0 |
| 3289 | 2026-03-13T17:06:21.070Z | Compiling atomicwrites v0.4.4 |
| 3290 | 2026-03-13T17:06:21.070Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3291 | 2026-03-13T17:06:21.070Z | Checking tagptr v0.2.0 |
| 3292 | 2026-03-13T17:06:21.122Z | Checking prefix-trie v0.7.0 |
| 3293 | 2026-03-13T17:06:21.136Z | Checking fxhash v0.2.1 |
| 3294 | 2026-03-13T17:06:21.136Z | Checking hickory-client v0.25.2 |
| 3295 | 2026-03-13T17:06:21.256Z | Checking moka v0.12.13 |
| 3296 | 2026-03-13T17:06:21.303Z | Compiling git-stub-vcs v0.1.0 |
| 3297 | 2026-03-13T17:06:21.544Z | Checking hickory-server v0.25.2 |
| 3298 | 2026-03-13T17:06:21.643Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3299 | 2026-03-13T17:06:21.658Z | Checking parking_lot v0.11.2 |
| 3300 | 2026-03-13T17:06:25.878Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3301 | 2026-03-13T17:06:26.067Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3302 | 2026-03-13T17:06:26.067Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3303 | 2026-03-13T17:06:26.067Z | Checking sled v0.34.7 |
| 3304 | 2026-03-13T17:06:26.067Z | Checking hickory-resolver v0.25.2 |
| 3305 | 2026-03-13T17:06:26.110Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.48s |
| 3306 | 2026-03-13T17:06:26.110Z | |
| 3307 | 2026-03-13T17:06:26.111Z | info: running `cargo check --bins` on dns-server-api (131/257) |
| 3308 | 2026-03-13T17:06:26.111Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3309 | 2026-03-13T17:06:26.111Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3310 | 2026-03-13T17:06:26.111Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3311 | 2026-03-13T17:06:26.111Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3312 | 2026-03-13T17:06:26.111Z | |
| 3313 | 2026-03-13T17:06:26.111Z | info: running `cargo check --bins` on gateway-test-utils (132/257) |
| 3314 | 2026-03-13T17:06:26.376Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3315 | 2026-03-13T17:06:26.385Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3316 | 2026-03-13T17:06:26.385Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3317 | 2026-03-13T17:06:26.385Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3318 | 2026-03-13T17:06:26.496Z | |
| 3319 | 2026-03-13T17:06:26.496Z | info: running `cargo check --bins` on omicron-gateway (133/257) |
| 3320 | 2026-03-13T17:06:27.224Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3321 | 2026-03-13T17:06:27.227Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3322 | 2026-03-13T17:06:27.389Z | Compiling radium v0.7.0 |
| 3323 | 2026-03-13T17:06:27.392Z | Checking tap v1.0.1 |
| 3324 | 2026-03-13T17:06:27.392Z | Compiling maybe-uninit v2.0.0 |
| 3325 | 2026-03-13T17:06:27.523Z | Compiling zerocopy-derive v0.6.6 |
| 3326 | 2026-03-13T17:06:27.526Z | Compiling packed_struct v0.10.1 |
| 3327 | 2026-03-13T17:06:27.526Z | Checking crc-catalog v2.4.0 |
| 3328 | 2026-03-13T17:06:27.557Z | Checking funty v2.0.0 |
| 3329 | 2026-03-13T17:06:27.573Z | Compiling packed_struct_codegen v0.10.1 |
| 3330 | 2026-03-13T17:06:27.622Z | Checking wyz v0.5.1 |
| 3331 | 2026-03-13T17:06:27.658Z | Checking crc v3.4.0 |
| 3332 | 2026-03-13T17:06:27.863Z | Compiling bitfield-macros v0.19.4 |
| 3333 | 2026-03-13T17:06:27.926Z | Compiling indexmap v1.9.3 |
| 3334 | 2026-03-13T17:06:27.943Z | Checking nodrop v0.1.14 |
| 3335 | 2026-03-13T17:06:28.006Z | Checking hashbrown v0.12.3 |
| 3336 | 2026-03-13T17:06:28.043Z | Checking smallvec v0.6.14 |
| 3337 | 2026-03-13T17:06:28.060Z | Checking array-init v0.0.4 |
| 3338 | 2026-03-13T17:06:28.111Z | Checking bitvec v1.0.1 |
| 3339 | 2026-03-13T17:06:28.206Z | Checking ron v0.8.1 |
| 3340 | 2026-03-13T17:06:28.358Z | Checking hashbrown v0.13.2 |
| 3341 | 2026-03-13T17:06:28.558Z | Checking serde-hex v0.1.0 |
| 3342 | 2026-03-13T17:06:28.665Z | Checking zerocopy v0.6.6 |
| 3343 | 2026-03-13T17:06:28.863Z | Checking bitfield v0.19.4 |
| 3344 | 2026-03-13T17:06:28.880Z | Checking crc-any v2.5.0 |
| 3345 | 2026-03-13T17:06:28.937Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3346 | 2026-03-13T17:06:29.010Z | Checking object v0.30.4 |
| 3347 | 2026-03-13T17:06:29.030Z | Checking void v1.0.2 |
| 3348 | 2026-03-13T17:06:29.068Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3349 | 2026-03-13T17:06:29.111Z | Checking path-slash v0.1.5 |
| 3350 | 2026-03-13T17:06:29.153Z | Checking half v1.8.3 |
| 3351 | 2026-03-13T17:06:29.232Z | Checking lzss v0.8.2 |
| 3352 | 2026-03-13T17:06:29.236Z | Checking tungstenite v0.23.0 |
| 3353 | 2026-03-13T17:06:29.262Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3354 | 2026-03-13T17:06:29.371Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3355 | 2026-03-13T17:06:29.420Z | Checking serde_cbor v0.11.2 |
| 3356 | 2026-03-13T17:06:29.454Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3357 | 2026-03-13T17:06:29.469Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3358 | 2026-03-13T17:06:29.559Z | Checking nix v0.27.1 |
| 3359 | 2026-03-13T17:06:29.788Z | Checking kstat-rs v0.2.4 |
| 3360 | 2026-03-13T17:06:29.937Z | Checking serde_bytes v0.11.19 |
| 3361 | 2026-03-13T17:06:29.978Z | Checking tokio-tungstenite v0.23.1 |
| 3362 | 2026-03-13T17:06:30.024Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3363 | 2026-03-13T17:06:30.160Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3364 | 2026-03-13T17:06:30.287Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3365 | 2026-03-13T17:06:30.315Z | Checking signal-hook-tokio v0.3.1 |
| 3366 | 2026-03-13T17:06:31.523Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3367 | 2026-03-13T17:06:31.635Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3368 | 2026-03-13T17:06:35.124Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3369 | 2026-03-13T17:06:36.317Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3370 | 2026-03-13T17:06:36.679Z | Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 3371 | 2026-03-13T17:06:38.149Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3372 | 2026-03-13T17:06:40.990Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.44s |
| 3373 | 2026-03-13T17:06:41.167Z | |
| 3374 | 2026-03-13T17:06:41.167Z | info: running `cargo check --bins` on gateway-api (134/257) |
| 3375 | 2026-03-13T17:06:41.841Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3376 | 2026-03-13T17:06:41.853Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3377 | 2026-03-13T17:06:41.853Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3378 | 2026-03-13T17:06:41.853Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3379 | 2026-03-13T17:06:41.950Z | |
| 3380 | 2026-03-13T17:06:41.950Z | info: running `cargo check --bins` on ipcc (135/257) |
| 3381 | 2026-03-13T17:06:42.643Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3382 | 2026-03-13T17:06:42.651Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3383 | 2026-03-13T17:06:42.652Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3384 | 2026-03-13T17:06:42.652Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3385 | 2026-03-13T17:06:42.736Z | |
| 3386 | 2026-03-13T17:06:42.736Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (136/257) |
| 3387 | 2026-03-13T17:06:43.396Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3388 | 2026-03-13T17:06:43.405Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3389 | 2026-03-13T17:06:43.406Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3390 | 2026-03-13T17:06:43.406Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3391 | 2026-03-13T17:06:43.500Z | |
| 3392 | 2026-03-13T17:06:43.500Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (137/257) |
| 3393 | 2026-03-13T17:06:44.169Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3394 | 2026-03-13T17:06:44.173Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3395 | 2026-03-13T17:06:44.173Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3396 | 2026-03-13T17:06:44.177Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3397 | 2026-03-13T17:06:44.274Z | |
| 3398 | 2026-03-13T17:06:44.274Z | info: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/257) |
| 3399 | 2026-03-13T17:06:44.954Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3400 | 2026-03-13T17:06:44.958Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3401 | 2026-03-13T17:06:44.958Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3402 | 2026-03-13T17:06:44.961Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3403 | 2026-03-13T17:06:45.061Z | |
| 3404 | 2026-03-13T17:06:45.061Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/257) |
| 3405 | 2026-03-13T17:06:45.765Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3406 | 2026-03-13T17:06:45.771Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3407 | 2026-03-13T17:06:45.771Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3408 | 2026-03-13T17:06:45.771Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3409 | 2026-03-13T17:06:45.851Z | |
| 3410 | 2026-03-13T17:06:45.852Z | info: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/257) |
| 3411 | 2026-03-13T17:06:46.524Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3412 | 2026-03-13T17:06:46.528Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3413 | 2026-03-13T17:06:46.528Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3414 | 2026-03-13T17:06:46.534Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3415 | 2026-03-13T17:06:46.632Z | |
| 3416 | 2026-03-13T17:06:46.633Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/257) |
| 3417 | 2026-03-13T17:06:47.313Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3418 | 2026-03-13T17:06:47.319Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3419 | 2026-03-13T17:06:47.319Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3420 | 2026-03-13T17:06:47.430Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3421 | 2026-03-13T17:06:47.439Z | |
| 3422 | 2026-03-13T17:06:47.439Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/257) |
| 3423 | 2026-03-13T17:06:48.109Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3424 | 2026-03-13T17:06:48.117Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3425 | 2026-03-13T17:06:48.117Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3426 | 2026-03-13T17:06:48.117Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3427 | 2026-03-13T17:06:48.213Z | |
| 3428 | 2026-03-13T17:06:48.213Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/257) |
| 3429 | 2026-03-13T17:06:48.893Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3430 | 2026-03-13T17:06:48.899Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3431 | 2026-03-13T17:06:48.899Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3432 | 2026-03-13T17:06:48.899Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3433 | 2026-03-13T17:06:48.997Z | |
| 3434 | 2026-03-13T17:06:48.998Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/257) |
| 3435 | 2026-03-13T17:06:49.678Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3436 | 2026-03-13T17:06:49.704Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3437 | 2026-03-13T17:06:49.705Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3438 | 2026-03-13T17:06:49.705Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3439 | 2026-03-13T17:06:49.796Z | |
| 3440 | 2026-03-13T17:06:49.796Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/257) |
| 3441 | 2026-03-13T17:06:50.464Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3442 | 2026-03-13T17:06:50.504Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3443 | 2026-03-13T17:06:50.504Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3444 | 2026-03-13T17:06:50.504Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3445 | 2026-03-13T17:06:50.568Z | |
| 3446 | 2026-03-13T17:06:50.568Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/257) |
| 3447 | 2026-03-13T17:06:51.244Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3448 | 2026-03-13T17:06:51.257Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3449 | 2026-03-13T17:06:51.257Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3450 | 2026-03-13T17:06:51.257Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3451 | 2026-03-13T17:06:51.354Z | |
| 3452 | 2026-03-13T17:06:51.354Z | info: running `cargo check --bins` on oximeter-producer (147/257) |
| 3453 | 2026-03-13T17:06:52.068Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3454 | 2026-03-13T17:06:52.072Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3455 | 2026-03-13T17:06:52.072Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3456 | 2026-03-13T17:06:52.076Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3457 | 2026-03-13T17:06:52.184Z | |
| 3458 | 2026-03-13T17:06:52.184Z | info: running `cargo check --bins` on internal-dns-resolver (148/257) |
| 3459 | 2026-03-13T17:06:52.863Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3460 | 2026-03-13T17:06:52.868Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3461 | 2026-03-13T17:06:52.868Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3462 | 2026-03-13T17:06:52.872Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3463 | 2026-03-13T17:06:52.972Z | |
| 3464 | 2026-03-13T17:06:52.973Z | info: running `cargo check --bins` on sp-sim (149/257) |
| 3465 | 2026-03-13T17:06:53.698Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3466 | 2026-03-13T17:06:53.707Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3467 | 2026-03-13T17:06:53.846Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3468 | 2026-03-13T17:06:56.206Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s |
| 3469 | 2026-03-13T17:06:56.427Z | |
| 3470 | 2026-03-13T17:06:56.427Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (150/257) |
| 3471 | 2026-03-13T17:06:57.159Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3472 | 2026-03-13T17:06:57.180Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3473 | 2026-03-13T17:06:57.180Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3474 | 2026-03-13T17:06:57.181Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3475 | 2026-03-13T17:06:57.283Z | |
| 3476 | 2026-03-13T17:06:57.283Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (151/257) |
| 3477 | 2026-03-13T17:06:58.056Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3478 | 2026-03-13T17:06:58.124Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3479 | 2026-03-13T17:06:58.124Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3480 | 2026-03-13T17:06:58.124Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3481 | 2026-03-13T17:06:58.164Z | |
| 3482 | 2026-03-13T17:06:58.164Z | info: running `cargo check --bins` on db-macros (152/257) |
| 3483 | 2026-03-13T17:06:58.816Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3484 | 2026-03-13T17:06:58.826Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3485 | 2026-03-13T17:06:58.826Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3486 | 2026-03-13T17:06:58.826Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3487 | 2026-03-13T17:06:58.913Z | |
| 3488 | 2026-03-13T17:06:58.913Z | info: running `cargo check --bins` on nexus-macros-common (153/257) |
| 3489 | 2026-03-13T17:06:59.579Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3490 | 2026-03-13T17:06:59.590Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3491 | 2026-03-13T17:06:59.591Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3492 | 2026-03-13T17:06:59.591Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3493 | 2026-03-13T17:06:59.683Z | |
| 3494 | 2026-03-13T17:06:59.684Z | info: running `cargo check --bins` on nexus-auth (154/257) |
| 3495 | 2026-03-13T17:07:00.435Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3496 | 2026-03-13T17:07:00.485Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3497 | 2026-03-13T17:07:00.486Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3498 | 2026-03-13T17:07:00.486Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3499 | 2026-03-13T17:07:00.670Z | |
| 3500 | 2026-03-13T17:07:00.670Z | info: running `cargo check --bins` on authz-macros (155/257) |
| 3501 | 2026-03-13T17:07:01.254Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3502 | 2026-03-13T17:07:01.277Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3503 | 2026-03-13T17:07:01.277Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3504 | 2026-03-13T17:07:01.277Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3505 | 2026-03-13T17:07:01.311Z | |
| 3506 | 2026-03-13T17:07:01.311Z | info: running `cargo check --bins` on nexus-db-fixed-data (156/257) |
| 3507 | 2026-03-13T17:07:02.029Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3508 | 2026-03-13T17:07:02.036Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3509 | 2026-03-13T17:07:02.036Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3510 | 2026-03-13T17:07:02.045Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3511 | 2026-03-13T17:07:02.158Z | |
| 3512 | 2026-03-13T17:07:02.158Z | info: running `cargo check --bins` on nexus-db-model (157/257) |
| 3513 | 2026-03-13T17:07:02.897Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3514 | 2026-03-13T17:07:02.897Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3515 | 2026-03-13T17:07:02.897Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3516 | 2026-03-13T17:07:02.905Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3517 | 2026-03-13T17:07:02.996Z | |
| 3518 | 2026-03-13T17:07:02.997Z | info: running `cargo check --bins` on nexus-db-schema (158/257) |
| 3519 | 2026-03-13T17:07:03.661Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3520 | 2026-03-13T17:07:03.676Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3521 | 2026-03-13T17:07:03.679Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3522 | 2026-03-13T17:07:03.679Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3523 | 2026-03-13T17:07:03.760Z | |
| 3524 | 2026-03-13T17:07:03.760Z | info: running `cargo check --bins` on omicron-rpaths (159/257) |
| 3525 | 2026-03-13T17:07:04.419Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3526 | 2026-03-13T17:07:04.422Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3527 | 2026-03-13T17:07:04.422Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3528 | 2026-03-13T17:07:04.427Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3529 | 2026-03-13T17:07:04.523Z | |
| 3530 | 2026-03-13T17:07:04.523Z | info: running `cargo check --bins` on nexus-defaults (160/257) |
| 3531 | 2026-03-13T17:07:05.200Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3532 | 2026-03-13T17:07:05.203Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3533 | 2026-03-13T17:07:05.203Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3534 | 2026-03-13T17:07:05.207Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3535 | 2026-03-13T17:07:05.307Z | |
| 3536 | 2026-03-13T17:07:05.307Z | info: running `cargo check --bins` on omicron-cockroach-metrics (161/257) |
| 3537 | 2026-03-13T17:07:05.971Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3538 | 2026-03-13T17:07:05.975Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3539 | 2026-03-13T17:07:05.975Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3540 | 2026-03-13T17:07:05.980Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3541 | 2026-03-13T17:07:06.075Z | |
| 3542 | 2026-03-13T17:07:06.075Z | info: running `cargo check --bins` on parallel-task-set (162/257) |
| 3543 | 2026-03-13T17:07:06.737Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3544 | 2026-03-13T17:07:06.740Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3545 | 2026-03-13T17:07:06.740Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3546 | 2026-03-13T17:07:06.744Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3547 | 2026-03-13T17:07:06.837Z | |
| 3548 | 2026-03-13T17:07:06.837Z | info: running `cargo check --bins` on nexus-db-errors (163/257) |
| 3549 | 2026-03-13T17:07:07.573Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3550 | 2026-03-13T17:07:07.576Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3551 | 2026-03-13T17:07:07.576Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3552 | 2026-03-13T17:07:07.582Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3553 | 2026-03-13T17:07:07.693Z | |
| 3554 | 2026-03-13T17:07:07.693Z | info: running `cargo check --bins` on nexus-db-lookup (164/257) |
| 3555 | 2026-03-13T17:07:08.431Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3556 | 2026-03-13T17:07:08.435Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3557 | 2026-03-13T17:07:08.435Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3558 | 2026-03-13T17:07:08.438Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3559 | 2026-03-13T17:07:08.549Z | |
| 3560 | 2026-03-13T17:07:08.549Z | info: running `cargo check --bins` on nexus-inventory (165/257) |
| 3561 | 2026-03-13T17:07:09.279Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3562 | 2026-03-13T17:07:09.282Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3563 | 2026-03-13T17:07:09.282Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3564 | 2026-03-13T17:07:09.288Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3565 | 2026-03-13T17:07:09.400Z | |
| 3566 | 2026-03-13T17:07:09.400Z | info: running `cargo check --bins` on sled-agent-resolvable-files-examples (166/257) |
| 3567 | 2026-03-13T17:07:10.099Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3568 | 2026-03-13T17:07:10.102Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3569 | 2026-03-13T17:07:10.102Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3570 | 2026-03-13T17:07:10.108Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3571 | 2026-03-13T17:07:10.210Z | |
| 3572 | 2026-03-13T17:07:10.210Z | info: running `cargo check --bins --no-default-features` on sled-storage (167/257) |
| 3573 | 2026-03-13T17:07:10.899Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3574 | 2026-03-13T17:07:10.902Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3575 | 2026-03-13T17:07:10.902Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3576 | 2026-03-13T17:07:10.907Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3577 | 2026-03-13T17:07:11.011Z | |
| 3578 | 2026-03-13T17:07:11.011Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (168/257) |
| 3579 | 2026-03-13T17:07:11.697Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3580 | 2026-03-13T17:07:11.700Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3581 | 2026-03-13T17:07:11.700Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3582 | 2026-03-13T17:07:11.705Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3583 | 2026-03-13T17:07:11.804Z | |
| 3584 | 2026-03-13T17:07:11.804Z | info: running `cargo check --bins` on key-manager (169/257) |
| 3585 | 2026-03-13T17:07:12.479Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3586 | 2026-03-13T17:07:12.483Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3587 | 2026-03-13T17:07:12.483Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3588 | 2026-03-13T17:07:12.486Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3589 | 2026-03-13T17:07:12.582Z | |
| 3590 | 2026-03-13T17:07:12.582Z | info: running `cargo check --bins --no-default-features` on sled-hardware (170/257) |
| 3591 | 2026-03-13T17:07:13.272Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3592 | 2026-03-13T17:07:13.277Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3593 | 2026-03-13T17:07:13.277Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3594 | 2026-03-13T17:07:13.281Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3595 | 2026-03-13T17:07:13.381Z | |
| 3596 | 2026-03-13T17:07:13.381Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (171/257) |
| 3597 | 2026-03-13T17:07:14.081Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3598 | 2026-03-13T17:07:14.086Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3599 | 2026-03-13T17:07:14.086Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3600 | 2026-03-13T17:07:14.086Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3601 | 2026-03-13T17:07:14.176Z | |
| 3602 | 2026-03-13T17:07:14.177Z | info: running `cargo check --bins` on typed-rng (172/257) |
| 3603 | 2026-03-13T17:07:14.837Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3604 | 2026-03-13T17:07:14.840Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3605 | 2026-03-13T17:07:14.840Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3606 | 2026-03-13T17:07:14.850Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3607 | 2026-03-13T17:07:14.944Z | |
| 3608 | 2026-03-13T17:07:14.944Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (173/257) |
| 3609 | 2026-03-13T17:07:15.693Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3610 | 2026-03-13T17:07:15.696Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3611 | 2026-03-13T17:07:15.971Z | Compiling libefi-sys v0.1.0 |
| 3612 | 2026-03-13T17:07:15.974Z | Compiling bitfield-struct v0.6.2 |
| 3613 | 2026-03-13T17:07:15.974Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3614 | 2026-03-13T17:07:16.125Z | Compiling xshell-macros v0.2.7 |
| 3615 | 2026-03-13T17:07:16.137Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3616 | 2026-03-13T17:07:16.153Z | Compiling salty v0.3.0 |
| 3617 | 2026-03-13T17:07:16.170Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3618 | 2026-03-13T17:07:16.187Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3619 | 2026-03-13T17:07:16.190Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3620 | 2026-03-13T17:07:16.566Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3621 | 2026-03-13T17:07:16.603Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3622 | 2026-03-13T17:07:16.619Z | Checking xshell v0.2.7 |
| 3623 | 2026-03-13T17:07:16.773Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3624 | 2026-03-13T17:07:16.791Z | Checking primeorder v0.13.6 |
| 3625 | 2026-03-13T17:07:16.830Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3626 | 2026-03-13T17:07:16.849Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3627 | 2026-03-13T17:07:16.887Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3628 | 2026-03-13T17:07:16.959Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3629 | 2026-03-13T17:07:17.070Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3630 | 2026-03-13T17:07:17.095Z | Checking p384 v0.13.1 |
| 3631 | 2026-03-13T17:07:17.137Z | Compiling num-derive v0.3.3 |
| 3632 | 2026-03-13T17:07:17.301Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3633 | 2026-03-13T17:07:17.355Z | Compiling proc-macro-error2 v2.0.1 |
| 3634 | 2026-03-13T17:07:17.490Z | Compiling unicase v2.9.0 |
| 3635 | 2026-03-13T17:07:17.608Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3636 | 2026-03-13T17:07:17.675Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3637 | 2026-03-13T17:07:17.747Z | Compiling tabled_derive v0.11.0 |
| 3638 | 2026-03-13T17:07:17.764Z | Compiling mime_guess v2.0.5 |
| 3639 | 2026-03-13T17:07:17.812Z | Checking papergrid v0.17.0 |
| 3640 | 2026-03-13T17:07:18.157Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3641 | 2026-03-13T17:07:18.346Z | Checking libscf-sys v1.1.0 |
| 3642 | 2026-03-13T17:07:18.477Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3643 | 2026-03-13T17:07:18.512Z | Checking testing_table v0.3.0 |
| 3644 | 2026-03-13T17:07:18.628Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3645 | 2026-03-13T17:07:18.683Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3646 | 2026-03-13T17:07:18.728Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3647 | 2026-03-13T17:07:18.867Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3648 | 2026-03-13T17:07:18.903Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3649 | 2026-03-13T17:07:19.114Z | Checking corncobs v0.1.4 |
| 3650 | 2026-03-13T17:07:19.164Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3651 | 2026-03-13T17:07:19.285Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3652 | 2026-03-13T17:07:19.381Z | Checking tabled v0.20.0 |
| 3653 | 2026-03-13T17:07:19.469Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3654 | 2026-03-13T17:07:19.526Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3655 | 2026-03-13T17:07:19.532Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3656 | 2026-03-13T17:07:19.560Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3657 | 2026-03-13T17:07:19.615Z | Checking secrecy v0.8.0 |
| 3658 | 2026-03-13T17:07:19.770Z | Checking http-range v0.1.5 |
| 3659 | 2026-03-13T17:07:20.093Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3660 | 2026-03-13T17:07:20.112Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3661 | 2026-03-13T17:07:20.407Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3662 | 2026-03-13T17:07:20.425Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3663 | 2026-03-13T17:07:20.641Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 3664 | 2026-03-13T17:07:20.756Z | Checking atty v0.2.14 |
| 3665 | 2026-03-13T17:07:20.774Z | Checking crc8 v0.1.1 |
| 3666 | 2026-03-13T17:07:20.804Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3667 | 2026-03-13T17:07:20.878Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3668 | 2026-03-13T17:07:20.896Z | Checking hyper-staticfile v0.10.1 |
| 3669 | 2026-03-13T17:07:20.915Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3670 | 2026-03-13T17:07:21.010Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3671 | 2026-03-13T17:07:21.037Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3672 | 2026-03-13T17:07:21.236Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3673 | 2026-03-13T17:07:21.256Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3674 | 2026-03-13T17:07:21.493Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3675 | 2026-03-13T17:07:21.533Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3676 | 2026-03-13T17:07:21.838Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3677 | 2026-03-13T17:07:21.857Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3678 | 2026-03-13T17:07:21.907Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3679 | 2026-03-13T17:07:21.955Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3680 | 2026-03-13T17:07:22.238Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3681 | 2026-03-13T17:07:22.397Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3682 | 2026-03-13T17:07:22.532Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3683 | 2026-03-13T17:07:22.733Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3684 | 2026-03-13T17:07:22.760Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3685 | 2026-03-13T17:07:22.891Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3686 | 2026-03-13T17:07:24.646Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3687 | 2026-03-13T17:07:24.709Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3688 | 2026-03-13T17:07:24.915Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3689 | 2026-03-13T17:07:25.318Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3690 | 2026-03-13T17:07:25.844Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3691 | 2026-03-13T17:07:26.041Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3692 | 2026-03-13T17:07:32.859Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3693 | 2026-03-13T17:07:48.771Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.82s |
| 3694 | 2026-03-13T17:07:49.023Z | |
| 3695 | 2026-03-13T17:07:49.023Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (174/257) |
| 3696 | 2026-03-13T17:07:49.779Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3697 | 2026-03-13T17:07:49.782Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3698 | 2026-03-13T17:07:49.970Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3699 | 2026-03-13T17:08:05.964Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.93s |
| 3700 | 2026-03-13T17:08:06.201Z | |
| 3701 | 2026-03-13T17:08:06.202Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (175/257) |
| 3702 | 2026-03-13T17:08:06.955Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3703 | 2026-03-13T17:08:06.958Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3704 | 2026-03-13T17:08:07.145Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3705 | 2026-03-13T17:08:23.121Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.91s |
| 3706 | 2026-03-13T17:08:23.362Z | |
| 3707 | 2026-03-13T17:08:23.362Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (176/257) |
| 3708 | 2026-03-13T17:08:24.111Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3709 | 2026-03-13T17:08:24.114Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3710 | 2026-03-13T17:08:24.300Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3711 | 2026-03-13T17:08:40.292Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.92s |
| 3712 | 2026-03-13T17:08:40.533Z | |
| 3713 | 2026-03-13T17:08:40.533Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (177/257) |
| 3714 | 2026-03-13T17:08:41.288Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3715 | 2026-03-13T17:08:41.293Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3716 | 2026-03-13T17:08:41.480Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3717 | 2026-03-13T17:08:57.484Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.94s |
| 3718 | 2026-03-13T17:08:57.719Z | |
| 3719 | 2026-03-13T17:08:57.719Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (178/257) |
| 3720 | 2026-03-13T17:08:58.470Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3721 | 2026-03-13T17:08:58.474Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3722 | 2026-03-13T17:08:58.660Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3723 | 2026-03-13T17:09:14.747Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.02s |
| 3724 | 2026-03-13T17:09:14.982Z | |
| 3725 | 2026-03-13T17:09:14.982Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (179/257) |
| 3726 | 2026-03-13T17:09:15.737Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3727 | 2026-03-13T17:09:15.741Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3728 | 2026-03-13T17:09:15.927Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3729 | 2026-03-13T17:09:31.941Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.95s |
| 3730 | 2026-03-13T17:09:32.183Z | |
| 3731 | 2026-03-13T17:09:32.183Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (180/257) |
| 3732 | 2026-03-13T17:09:32.937Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3733 | 2026-03-13T17:09:32.941Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3734 | 2026-03-13T17:09:33.127Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3735 | 2026-03-13T17:09:51.828Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.92s |
| 3736 | 2026-03-13T17:09:51.828Z | |
| 3737 | 2026-03-13T17:09:51.828Z | info: running `cargo check --bins` on bootstrap-agent-api (181/257) |
| 3738 | 2026-03-13T17:09:51.828Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3739 | 2026-03-13T17:09:51.828Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3740 | 2026-03-13T17:09:51.828Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3741 | 2026-03-13T17:09:51.828Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3742 | 2026-03-13T17:09:51.828Z | |
| 3743 | 2026-03-13T17:09:51.828Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-api (182/257) |
| 3744 | 2026-03-13T17:09:51.828Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3745 | 2026-03-13T17:09:51.828Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3746 | 2026-03-13T17:09:51.828Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3747 | 2026-03-13T17:09:51.828Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3748 | 2026-03-13T17:09:51.829Z | |
| 3749 | 2026-03-13T17:09:51.829Z | info: running `cargo check --bins` on range-requests (183/257) |
| 3750 | 2026-03-13T17:09:51.829Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3751 | 2026-03-13T17:09:51.829Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3752 | 2026-03-13T17:09:51.829Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3753 | 2026-03-13T17:09:51.829Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3754 | 2026-03-13T17:09:51.829Z | |
| 3755 | 2026-03-13T17:09:51.829Z | info: running `cargo check --bins` on repo-depot-api (184/257) |
| 3756 | 2026-03-13T17:09:52.402Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3757 | 2026-03-13T17:09:52.404Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3758 | 2026-03-13T17:09:52.404Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3759 | 2026-03-13T17:09:52.411Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3760 | 2026-03-13T17:09:52.507Z | |
| 3761 | 2026-03-13T17:09:52.507Z | info: running `cargo check --bins` on sled-agent-api (185/257) |
| 3762 | 2026-03-13T17:09:53.203Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3763 | 2026-03-13T17:09:53.206Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3764 | 2026-03-13T17:09:53.206Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3765 | 2026-03-13T17:09:53.212Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3766 | 2026-03-13T17:09:53.314Z | |
| 3767 | 2026-03-13T17:09:53.314Z | info: running `cargo check --bins` on sled-diagnostics (186/257) |
| 3768 | 2026-03-13T17:09:54.002Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3769 | 2026-03-13T17:09:54.005Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3770 | 2026-03-13T17:09:54.005Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3771 | 2026-03-13T17:09:54.010Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3772 | 2026-03-13T17:09:54.112Z | |
| 3773 | 2026-03-13T17:09:54.112Z | info: running `cargo check --bins` on zfs-test-harness (187/257) |
| 3774 | 2026-03-13T17:09:54.802Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3775 | 2026-03-13T17:09:54.806Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3776 | 2026-03-13T17:09:54.806Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3777 | 2026-03-13T17:09:54.810Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3778 | 2026-03-13T17:09:54.914Z | |
| 3779 | 2026-03-13T17:09:54.914Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (188/257) |
| 3780 | 2026-03-13T17:09:55.616Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3781 | 2026-03-13T17:09:55.619Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3782 | 2026-03-13T17:09:55.619Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3783 | 2026-03-13T17:09:55.624Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3784 | 2026-03-13T17:09:55.731Z | |
| 3785 | 2026-03-13T17:09:55.731Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (189/257) |
| 3786 | 2026-03-13T17:09:56.434Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3787 | 2026-03-13T17:09:56.439Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3788 | 2026-03-13T17:09:56.439Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3789 | 2026-03-13T17:09:56.442Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3790 | 2026-03-13T17:09:56.546Z | |
| 3791 | 2026-03-13T17:09:56.546Z | info: running `cargo check --bins` on sled-agent-health-monitor (190/257) |
| 3792 | 2026-03-13T17:09:57.243Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3793 | 2026-03-13T17:09:57.247Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3794 | 2026-03-13T17:09:57.247Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3795 | 2026-03-13T17:09:57.251Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3796 | 2026-03-13T17:09:57.356Z | |
| 3797 | 2026-03-13T17:09:57.356Z | info: running `cargo check --bins --no-default-features` on sled-agent-measurements (191/257) |
| 3798 | 2026-03-13T17:09:58.058Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3799 | 2026-03-13T17:09:58.060Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3800 | 2026-03-13T17:09:58.060Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3801 | 2026-03-13T17:09:58.066Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3802 | 2026-03-13T17:09:58.168Z | |
| 3803 | 2026-03-13T17:09:58.168Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (192/257) |
| 3804 | 2026-03-13T17:09:58.869Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3805 | 2026-03-13T17:09:58.872Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3806 | 2026-03-13T17:09:58.872Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3807 | 2026-03-13T17:09:58.877Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3808 | 2026-03-13T17:09:58.979Z | |
| 3809 | 2026-03-13T17:09:58.979Z | info: running `cargo check --bins` on sled-agent-resolvable-files (193/257) |
| 3810 | 2026-03-13T17:09:59.681Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3811 | 2026-03-13T17:09:59.684Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3812 | 2026-03-13T17:09:59.684Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3813 | 2026-03-13T17:09:59.689Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3814 | 2026-03-13T17:09:59.789Z | |
| 3815 | 2026-03-13T17:09:59.790Z | info: running `cargo check --bins` on trust-quorum (194/257) |
| 3816 | 2026-03-13T17:10:00.493Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3817 | 2026-03-13T17:10:00.496Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3818 | 2026-03-13T17:10:00.496Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3819 | 2026-03-13T17:10:00.501Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3820 | 2026-03-13T17:10:00.606Z | |
| 3821 | 2026-03-13T17:10:00.606Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (195/257) |
| 3822 | 2026-03-13T17:10:01.324Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3823 | 2026-03-13T17:10:01.327Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3824 | 2026-03-13T17:10:01.327Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3825 | 2026-03-13T17:10:01.333Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3826 | 2026-03-13T17:10:01.441Z | |
| 3827 | 2026-03-13T17:10:01.442Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (196/257) |
| 3828 | 2026-03-13T17:10:02.180Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3829 | 2026-03-13T17:10:02.184Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3830 | 2026-03-13T17:10:02.185Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3831 | 2026-03-13T17:10:02.189Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3832 | 2026-03-13T17:10:02.300Z | |
| 3833 | 2026-03-13T17:10:02.300Z | info: running `cargo check --bins` on update-common (197/257) |
| 3834 | 2026-03-13T17:10:02.987Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3835 | 2026-03-13T17:10:02.991Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3836 | 2026-03-13T17:10:02.991Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3837 | 2026-03-13T17:10:02.995Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3838 | 2026-03-13T17:10:03.096Z | |
| 3839 | 2026-03-13T17:10:03.096Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (198/257) |
| 3840 | 2026-03-13T17:10:03.834Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3841 | 2026-03-13T17:10:03.837Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3842 | 2026-03-13T17:10:03.837Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3843 | 2026-03-13T17:10:03.842Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3844 | 2026-03-13T17:10:03.954Z | |
| 3845 | 2026-03-13T17:10:03.954Z | info: running `cargo check --bins` on reconfigurator-cli (199/257) |
| 3846 | 2026-03-13T17:10:04.695Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3847 | 2026-03-13T17:10:04.699Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3848 | 2026-03-13T17:10:04.895Z | Compiling fs-err v2.11.0 |
| 3849 | 2026-03-13T17:10:04.898Z | Checking ignore v0.4.25 |
| 3850 | 2026-03-13T17:10:04.898Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 3851 | 2026-03-13T17:10:04.898Z | Checking predicates-tree v1.0.13 |
| 3852 | 2026-03-13T17:10:04.898Z | Checking parse-size v1.1.0 |
| 3853 | 2026-03-13T17:10:05.013Z | Checking rand_seeder v0.4.0 |
| 3854 | 2026-03-13T17:10:05.016Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3855 | 2026-03-13T17:10:05.016Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3856 | 2026-03-13T17:10:05.221Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3857 | 2026-03-13T17:10:05.256Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3858 | 2026-03-13T17:10:05.259Z | Compiling petname v2.0.2 |
| 3859 | 2026-03-13T17:10:05.442Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3860 | 2026-03-13T17:10:05.574Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3861 | 2026-03-13T17:10:05.590Z | Checking globwalk v0.9.1 |
| 3862 | 2026-03-13T17:10:05.593Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3863 | 2026-03-13T17:10:05.772Z | Checking sapling-renderdag v0.1.0 |
| 3864 | 2026-03-13T17:10:05.794Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3865 | 2026-03-13T17:10:05.820Z | Checking camino-tempfile-ext v0.3.3 |
| 3866 | 2026-03-13T17:10:06.038Z | Checking sync-ptr v0.1.4 |
| 3867 | 2026-03-13T17:10:06.064Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3868 | 2026-03-13T17:10:06.086Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3869 | 2026-03-13T17:10:06.205Z | Checking colored v2.2.0 |
| 3870 | 2026-03-13T17:10:06.229Z | Checking assert_matches v1.5.0 |
| 3871 | 2026-03-13T17:10:06.532Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3872 | 2026-03-13T17:10:06.657Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3873 | 2026-03-13T17:10:06.660Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3874 | 2026-03-13T17:10:07.427Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3875 | 2026-03-13T17:10:09.191Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3876 | 2026-03-13T17:10:12.229Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.26s |
| 3877 | 2026-03-13T17:10:12.452Z | |
| 3878 | 2026-03-13T17:10:12.452Z | info: running `cargo check --bins` on omicron-repl-utils (200/257) |
| 3879 | 2026-03-13T17:10:13.211Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3880 | 2026-03-13T17:10:13.216Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3881 | 2026-03-13T17:10:13.216Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3882 | 2026-03-13T17:10:13.216Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3883 | 2026-03-13T17:10:13.225Z | |
| 3884 | 2026-03-13T17:10:13.225Z | info: running `cargo check --bins` on nexus-test-interface (201/257) |
| 3885 | 2026-03-13T17:10:13.967Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3886 | 2026-03-13T17:10:13.971Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3887 | 2026-03-13T17:10:13.971Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3888 | 2026-03-13T17:10:13.975Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3889 | 2026-03-13T17:10:14.084Z | |
| 3890 | 2026-03-13T17:10:14.084Z | info: running `cargo check --bins` on oximeter-collector (202/257) |
| 3891 | 2026-03-13T17:10:14.809Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3892 | 2026-03-13T17:10:14.812Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3893 | 2026-03-13T17:10:14.963Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3894 | 2026-03-13T17:10:14.968Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3895 | 2026-03-13T17:10:15.780Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3896 | 2026-03-13T17:10:17.845Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.75s |
| 3897 | 2026-03-13T17:10:18.067Z | |
| 3898 | 2026-03-13T17:10:18.067Z | info: running `cargo check --bins` on oximeter-api (203/257) |
| 3899 | 2026-03-13T17:10:18.745Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3900 | 2026-03-13T17:10:18.749Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3901 | 2026-03-13T17:10:18.749Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3902 | 2026-03-13T17:10:18.753Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3903 | 2026-03-13T17:10:18.850Z | |
| 3904 | 2026-03-13T17:10:18.850Z | info: running `cargo check --bins` on cert-dev (204/257) |
| 3905 | 2026-03-13T17:10:19.507Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3906 | 2026-03-13T17:10:19.511Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3907 | 2026-03-13T17:10:19.592Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3908 | 2026-03-13T17:10:19.908Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
| 3909 | 2026-03-13T17:10:20.100Z | |
| 3910 | 2026-03-13T17:10:20.100Z | info: running `cargo check --bins` on clickana (205/257) |
| 3911 | 2026-03-13T17:10:20.790Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3912 | 2026-03-13T17:10:20.794Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3913 | 2026-03-13T17:10:20.897Z | Compiling darling_core v0.23.0 |
| 3914 | 2026-03-13T17:10:20.901Z | Compiling instability v0.3.11 |
| 3915 | 2026-03-13T17:10:20.901Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3916 | 2026-03-13T17:10:20.901Z | Checking castaway v0.2.4 |
| 3917 | 2026-03-13T17:10:21.006Z | Compiling indoc v2.0.7 |
| 3918 | 2026-03-13T17:10:21.011Z | Checking unicode-truncate v1.1.0 |
| 3919 | 2026-03-13T17:10:21.033Z | Checking lru v0.12.5 |
| 3920 | 2026-03-13T17:10:21.037Z | Checking cassowary v0.3.0 |
| 3921 | 2026-03-13T17:10:21.123Z | Checking compact_str v0.8.1 |
| 3922 | 2026-03-13T17:10:22.311Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3923 | 2026-03-13T17:10:22.535Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3924 | 2026-03-13T17:10:23.000Z | Compiling darling_macro v0.23.0 |
| 3925 | 2026-03-13T17:10:23.546Z | Compiling darling v0.23.0 |
| 3926 | 2026-03-13T17:10:24.338Z | Checking ratatui v0.29.0 |
| 3927 | 2026-03-13T17:10:25.875Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3928 | 2026-03-13T17:10:26.722Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.61s |
| 3929 | 2026-03-13T17:10:26.929Z | |
| 3930 | 2026-03-13T17:10:26.929Z | info: running `cargo check --bins` on clickhouse-cluster-dev (206/257) |
| 3931 | 2026-03-13T17:10:27.667Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3932 | 2026-03-13T17:10:27.674Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3933 | 2026-03-13T17:10:27.814Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3934 | 2026-03-13T17:10:27.814Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3935 | 2026-03-13T17:10:28.559Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3936 | 2026-03-13T17:10:29.093Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.15s |
| 3937 | 2026-03-13T17:10:29.324Z | |
| 3938 | 2026-03-13T17:10:29.324Z | info: running `cargo check --bins` on ch-dev (207/257) |
| 3939 | 2026-03-13T17:10:30.052Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3940 | 2026-03-13T17:10:30.055Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3941 | 2026-03-13T17:10:30.204Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3942 | 2026-03-13T17:10:31.143Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.81s |
| 3943 | 2026-03-13T17:10:31.366Z | |
| 3944 | 2026-03-13T17:10:31.366Z | info: running `cargo check --bins` on dev-tools-common (208/257) |
| 3945 | 2026-03-13T17:10:31.900Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3946 | 2026-03-13T17:10:31.904Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3947 | 2026-03-13T17:10:31.904Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3948 | 2026-03-13T17:10:31.907Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3949 | 2026-03-13T17:10:31.968Z | |
| 3950 | 2026-03-13T17:10:31.968Z | info: running `cargo check --bins` on crdb-seed (209/257) |
| 3951 | 2026-03-13T17:10:32.702Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3952 | 2026-03-13T17:10:32.706Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3953 | 2026-03-13T17:10:32.848Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3954 | 2026-03-13T17:10:33.379Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s |
| 3955 | 2026-03-13T17:10:33.605Z | |
| 3956 | 2026-03-13T17:10:33.605Z | info: running `cargo check --bins` on db-dev (210/257) |
| 3957 | 2026-03-13T17:10:34.329Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3958 | 2026-03-13T17:10:34.333Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3959 | 2026-03-13T17:10:34.477Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3960 | 2026-03-13T17:10:35.426Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.81s |
| 3961 | 2026-03-13T17:10:35.663Z | |
| 3962 | 2026-03-13T17:10:35.663Z | info: running `cargo check --bins` on omicron-dev-lib (211/257) |
| 3963 | 2026-03-13T17:10:36.397Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3964 | 2026-03-13T17:10:36.401Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3965 | 2026-03-13T17:10:36.401Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3966 | 2026-03-13T17:10:36.406Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3967 | 2026-03-13T17:10:36.514Z | |
| 3968 | 2026-03-13T17:10:36.514Z | info: running `cargo check --bins` on xtask-downloader (212/257) |
| 3969 | 2026-03-13T17:10:37.180Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3970 | 2026-03-13T17:10:37.183Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3971 | 2026-03-13T17:10:37.268Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3972 | 2026-03-13T17:10:38.114Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.59s |
| 3973 | 2026-03-13T17:10:38.309Z | |
| 3974 | 2026-03-13T17:10:38.309Z | info: running `cargo check --bins` on omicron-dropshot-apis (213/257) |
| 3975 | 2026-03-13T17:10:39.032Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3976 | 2026-03-13T17:10:39.035Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3977 | 2026-03-13T17:10:39.212Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 3978 | 2026-03-13T17:10:39.212Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 3979 | 2026-03-13T17:10:39.218Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b) |
| 3980 | 2026-03-13T17:10:39.218Z | Checking git-stub v1.0.0 |
| 3981 | 2026-03-13T17:10:39.218Z | Compiling trait-variant v0.1.2 |
| 3982 | 2026-03-13T17:10:39.218Z | Checking is_ci v1.2.0 |
| 3983 | 2026-03-13T17:10:39.218Z | Checking maplit v1.0.2 |
| 3984 | 2026-03-13T17:10:39.329Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3985 | 2026-03-13T17:10:39.533Z | Checking supports-color v3.0.2 |
| 3986 | 2026-03-13T17:10:39.534Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3987 | 2026-03-13T17:10:39.583Z | Checking git-stub-vcs v0.1.0 |
| 3988 | 2026-03-13T17:10:39.624Z | Checking drift v0.1.3 |
| 3989 | 2026-03-13T17:10:39.686Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3990 | 2026-03-13T17:10:39.763Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3991 | 2026-03-13T17:10:39.830Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3992 | 2026-03-13T17:10:39.998Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3993 | 2026-03-13T17:10:40.032Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3994 | 2026-03-13T17:10:40.048Z | Checking dropshot-api-manager v0.6.0 |
| 3995 | 2026-03-13T17:10:40.088Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 3996 | 2026-03-13T17:10:40.296Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 3997 | 2026-03-13T17:10:40.381Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 3998 | 2026-03-13T17:10:40.642Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b) |
| 3999 | 2026-03-13T17:10:41.080Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4000 | 2026-03-13T17:10:47.960Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4001 | 2026-03-13T17:10:49.339Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4002 | 2026-03-13T17:10:50.124Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 4003 | 2026-03-13T17:10:50.682Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.36s |
| 4004 | 2026-03-13T17:10:50.901Z | |
| 4005 | 2026-03-13T17:10:50.901Z | info: running `cargo check --bins` on installinator-api (214/257) |
| 4006 | 2026-03-13T17:10:51.578Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4007 | 2026-03-13T17:10:51.580Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4008 | 2026-03-13T17:10:51.581Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4009 | 2026-03-13T17:10:51.586Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 4010 | 2026-03-13T17:10:51.684Z | |
| 4011 | 2026-03-13T17:10:51.684Z | info: running `cargo check --bins` on nexus-external-api (215/257) |
| 4012 | 2026-03-13T17:10:52.404Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4013 | 2026-03-13T17:10:52.407Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4014 | 2026-03-13T17:10:52.407Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4015 | 2026-03-13T17:10:52.413Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 4016 | 2026-03-13T17:10:52.520Z | |
| 4017 | 2026-03-13T17:10:52.520Z | info: running `cargo check --bins` on nexus-internal-api (216/257) |
| 4018 | 2026-03-13T17:10:53.239Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4019 | 2026-03-13T17:10:53.242Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4020 | 2026-03-13T17:10:53.242Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4021 | 2026-03-13T17:10:53.247Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 4022 | 2026-03-13T17:10:53.355Z | |
| 4023 | 2026-03-13T17:10:53.355Z | info: running `cargo check --bins` on nexus-lockstep-api (217/257) |
| 4024 | 2026-03-13T17:10:54.075Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4025 | 2026-03-13T17:10:54.085Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4026 | 2026-03-13T17:10:54.085Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4027 | 2026-03-13T17:10:54.090Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 4028 | 2026-03-13T17:10:54.189Z | |
| 4029 | 2026-03-13T17:10:54.189Z | info: running `cargo check --bins` on ntp-admin-api (218/257) |
| 4030 | 2026-03-13T17:10:54.865Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4031 | 2026-03-13T17:10:54.868Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4032 | 2026-03-13T17:10:54.868Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4033 | 2026-03-13T17:10:54.874Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 4034 | 2026-03-13T17:10:54.972Z | |
| 4035 | 2026-03-13T17:10:54.972Z | info: running `cargo check --bins` on ntp-admin-types-versions (219/257) |
| 4036 | 2026-03-13T17:10:55.638Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4037 | 2026-03-13T17:10:55.641Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4038 | 2026-03-13T17:10:55.641Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4039 | 2026-03-13T17:10:55.645Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 4040 | 2026-03-13T17:10:55.740Z | |
| 4041 | 2026-03-13T17:10:55.740Z | info: running `cargo check --bins` on wicketd-api (220/257) |
| 4042 | 2026-03-13T17:10:56.440Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4043 | 2026-03-13T17:10:56.444Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4044 | 2026-03-13T17:10:56.444Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4045 | 2026-03-13T17:10:56.449Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 4046 | 2026-03-13T17:10:56.553Z | |
| 4047 | 2026-03-13T17:10:56.553Z | info: running `cargo check --bins` on omicron-ls-apis (221/257) |
| 4048 | 2026-03-13T17:10:57.214Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4049 | 2026-03-13T17:10:57.217Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4050 | 2026-03-13T17:10:57.305Z | Checking erased-serde v0.4.9 |
| 4051 | 2026-03-13T17:10:57.407Z | Checking ordered-float v2.10.1 |
| 4052 | 2026-03-13T17:10:57.422Z | Checking unicode-xid v0.2.6 |
| 4053 | 2026-03-13T17:10:57.433Z | Checking cargo-platform v0.2.0 |
| 4054 | 2026-03-13T17:10:57.688Z | Checking serde-value v0.7.0 |
| 4055 | 2026-03-13T17:10:57.862Z | Checking serde-untagged v0.1.9 |
| 4056 | 2026-03-13T17:10:58.091Z | Checking cargo-util-schemas v0.8.2 |
| 4057 | 2026-03-13T17:10:59.095Z | Checking cargo_metadata v0.21.0 |
| 4058 | 2026-03-13T17:10:59.960Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 4059 | 2026-03-13T17:11:00.888Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.32s |
| 4060 | 2026-03-13T17:11:01.071Z | |
| 4061 | 2026-03-13T17:11:01.071Z | info: running `cargo check --bins` on mgs-dev (222/257) |
| 4062 | 2026-03-13T17:11:01.808Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4063 | 2026-03-13T17:11:01.811Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4064 | 2026-03-13T17:11:01.964Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4065 | 2026-03-13T17:11:02.730Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 4066 | 2026-03-13T17:11:03.382Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.30s |
| 4067 | 2026-03-13T17:11:03.612Z | |
| 4068 | 2026-03-13T17:11:03.612Z | info: running `cargo check --bins` on omicron-omdb (223/257) |
| 4069 | 2026-03-13T17:11:04.376Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4070 | 2026-03-13T17:11:04.379Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4071 | 2026-03-13T17:11:04.678Z | Compiling vergen-gitcl v1.0.8 |
| 4072 | 2026-03-13T17:11:04.682Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4073 | 2026-03-13T17:11:04.682Z | Compiling dirs-sys-next v0.1.2 |
| 4074 | 2026-03-13T17:11:04.682Z | Compiling crunchy v0.2.4 |
| 4075 | 2026-03-13T17:11:04.682Z | Compiling diesel_derives v2.3.7 |
| 4076 | 2026-03-13T17:11:04.682Z | Compiling glob v0.3.3 |
| 4077 | 2026-03-13T17:11:04.682Z | Compiling dsl_auto_type v0.2.0 |
| 4078 | 2026-03-13T17:11:04.682Z | Checking scheduled-thread-pool v0.2.7 |
| 4079 | 2026-03-13T17:11:05.037Z | Compiling dirs-next v2.0.0 |
| 4080 | 2026-03-13T17:11:05.092Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 4081 | 2026-03-13T17:11:05.146Z | Compiling tiny-keccak v2.0.2 |
| 4082 | 2026-03-13T17:11:05.188Z | Compiling term v0.7.0 |
| 4083 | 2026-03-13T17:11:05.275Z | Checking r2d2 v0.8.10 |
| 4084 | 2026-03-13T17:11:05.382Z | Checking downcast-rs v2.0.2 |
| 4085 | 2026-03-13T17:11:05.405Z | Compiling clang-sys v1.8.1 |
| 4086 | 2026-03-13T17:11:05.421Z | Compiling bit-vec v0.6.3 |
| 4087 | 2026-03-13T17:11:05.519Z | Compiling itertools v0.10.5 |
| 4088 | 2026-03-13T17:11:05.701Z | Compiling bit-set v0.5.3 |
| 4089 | 2026-03-13T17:11:05.898Z | Compiling ascii-canvas v3.0.0 |
| 4090 | 2026-03-13T17:11:05.914Z | Compiling ena v0.14.4 |
| 4091 | 2026-03-13T17:11:05.953Z | Compiling libloading v0.8.9 |
| 4092 | 2026-03-13T17:11:05.981Z | Compiling diff v0.1.13 |
| 4093 | 2026-03-13T17:11:06.029Z | Compiling regex-syntax v0.6.29 |
| 4094 | 2026-03-13T17:11:06.189Z | Compiling bindgen v0.71.1 |
| 4095 | 2026-03-13T17:11:06.224Z | Compiling cexpr v0.6.0 |
| 4096 | 2026-03-13T17:11:06.322Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 4097 | 2026-03-13T17:11:06.578Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 4098 | 2026-03-13T17:11:06.792Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4099 | 2026-03-13T17:11:06.852Z | Compiling libxml v0.3.3 |
| 4100 | 2026-03-13T17:11:06.965Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4101 | 2026-03-13T17:11:07.135Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 4102 | 2026-03-13T17:11:07.184Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4103 | 2026-03-13T17:11:07.356Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 4104 | 2026-03-13T17:11:07.441Z | Compiling strum_macros v0.24.3 |
| 4105 | 2026-03-13T17:11:07.581Z | Compiling indoc v1.0.9 |
| 4106 | 2026-03-13T17:11:08.156Z | Compiling lalrpop v0.19.12 |
| 4107 | 2026-03-13T17:11:08.882Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4108 | 2026-03-13T17:11:09.019Z | Checking derive_builder v0.20.2 |
| 4109 | 2026-03-13T17:11:09.133Z | Compiling oso-derive v0.27.3 |
| 4110 | 2026-03-13T17:11:09.157Z | Checking quick-xml v0.37.5 |
| 4111 | 2026-03-13T17:11:09.291Z | Compiling impl-trait-for-tuples v0.2.3 |
| 4112 | 2026-03-13T17:11:09.784Z | Checking openssl-probe v0.1.6 |
| 4113 | 2026-03-13T17:11:09.953Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 4114 | 2026-03-13T17:11:10.453Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4115 | 2026-03-13T17:11:10.672Z | Checking bb8 v0.8.6 |
| 4116 | 2026-03-13T17:11:11.006Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4117 | 2026-03-13T17:11:11.038Z | Checking nonempty v0.12.0 |
| 4118 | 2026-03-13T17:11:11.251Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4119 | 2026-03-13T17:11:11.305Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4120 | 2026-03-13T17:11:11.477Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4121 | 2026-03-13T17:11:11.534Z | Checking support-bundle-viewer v0.1.2 |
| 4122 | 2026-03-13T17:11:11.580Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 4123 | 2026-03-13T17:11:11.815Z | Checking multimap v0.10.1 |
| 4124 | 2026-03-13T17:11:12.859Z | Checking diesel v2.3.7 |
| 4125 | 2026-03-13T17:11:14.368Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4126 | 2026-03-13T17:11:16.424Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 4127 | 2026-03-13T17:11:16.552Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4128 | 2026-03-13T17:11:16.573Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4129 | 2026-03-13T17:11:17.962Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4130 | 2026-03-13T17:11:18.611Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4131 | 2026-03-13T17:11:18.747Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 4132 | 2026-03-13T17:11:19.672Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 4133 | 2026-03-13T17:11:22.369Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4134 | 2026-03-13T17:11:28.712Z | Compiling samael v0.0.19 |
| 4135 | 2026-03-13T17:11:33.415Z | Checking async-bb8-diesel v0.2.1 |
| 4136 | 2026-03-13T17:11:33.675Z | Checking diesel-dtrace v0.5.0 |
| 4137 | 2026-03-13T17:11:35.143Z | Compiling polar-core v0.27.3 |
| 4138 | 2026-03-13T17:11:41.468Z | Checking oso v0.27.3 |
| 4139 | 2026-03-13T17:12:36.094Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4140 | 2026-03-13T17:13:22.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 18s |
| 4141 | 2026-03-13T17:13:22.651Z | |
| 4142 | 2026-03-13T17:13:22.651Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (224/257) |
| 4143 | 2026-03-13T17:13:23.397Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4144 | 2026-03-13T17:13:23.402Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4145 | 2026-03-13T17:13:23.402Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4146 | 2026-03-13T17:13:23.407Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 4147 | 2026-03-13T17:13:23.620Z | |
| 4148 | 2026-03-13T17:13:23.620Z | info: running `cargo check --bins` on nexus-saga-recovery (225/257) |
| 4149 | 2026-03-13T17:13:24.258Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4150 | 2026-03-13T17:13:24.262Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4151 | 2026-03-13T17:13:24.262Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4152 | 2026-03-13T17:13:24.266Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 4153 | 2026-03-13T17:13:24.382Z | |
| 4154 | 2026-03-13T17:13:24.383Z | info: running `cargo check --bins` on nexus-test-utils-macros (226/257) |
| 4155 | 2026-03-13T17:13:25.042Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4156 | 2026-03-13T17:13:25.047Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4157 | 2026-03-13T17:13:25.047Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4158 | 2026-03-13T17:13:25.053Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 4159 | 2026-03-13T17:13:25.146Z | |
| 4160 | 2026-03-13T17:13:25.146Z | info: running `cargo check --bins --no-default-features` on omicron-nexus (227/257) |
| 4161 | 2026-03-13T17:13:25.909Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4162 | 2026-03-13T17:13:25.913Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4163 | 2026-03-13T17:13:26.209Z | Compiling libz-sys v1.1.24 |
| 4164 | 2026-03-13T17:13:26.213Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 4165 | 2026-03-13T17:13:26.348Z | Compiling vergen-git2 v1.0.7 |
| 4166 | 2026-03-13T17:13:26.359Z | Compiling rustls v0.21.12 |
| 4167 | 2026-03-13T17:13:26.363Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 4168 | 2026-03-13T17:13:26.370Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4169 | 2026-03-13T17:13:26.374Z | Checking rustls-webpki v0.101.7 |
| 4170 | 2026-03-13T17:13:26.374Z | Checking sct v0.7.1 |
| 4171 | 2026-03-13T17:13:26.559Z | Compiling nix v0.29.0 |
| 4172 | 2026-03-13T17:13:26.622Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4173 | 2026-03-13T17:13:26.639Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4174 | 2026-03-13T17:13:26.688Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4175 | 2026-03-13T17:13:26.868Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4176 | 2026-03-13T17:13:26.993Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4177 | 2026-03-13T17:13:27.048Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4178 | 2026-03-13T17:13:27.149Z | Checking rustls-pemfile v1.0.4 |
| 4179 | 2026-03-13T17:13:27.312Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 4180 | 2026-03-13T17:13:27.430Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4181 | 2026-03-13T17:13:27.616Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 4182 | 2026-03-13T17:13:27.677Z | Checking twox-hash v2.1.2 |
| 4183 | 2026-03-13T17:13:27.800Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4184 | 2026-03-13T17:13:28.512Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4185 | 2026-03-13T17:13:28.644Z | Checking tokio-rustls v0.24.1 |
| 4186 | 2026-03-13T17:13:28.684Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4187 | 2026-03-13T17:13:28.839Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4188 | 2026-03-13T17:13:28.873Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 4189 | 2026-03-13T17:13:29.045Z | Checking fatfs v0.3.6 |
| 4190 | 2026-03-13T17:13:29.380Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 4191 | 2026-03-13T17:13:29.653Z | Compiling seq-macro v0.3.6 |
| 4192 | 2026-03-13T17:13:34.531Z | Compiling git2 v0.20.4 |
| 4193 | 2026-03-13T17:13:35.599Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 4194 | 2026-03-13T17:13:35.753Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 4195 | 2026-03-13T17:13:37.741Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 4196 | 2026-03-13T17:14:45.958Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s |
| 4197 | 2026-03-13T17:14:46.203Z | |
| 4198 | 2026-03-13T17:14:46.203Z | info: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (228/257) |
| 4199 | 2026-03-13T17:14:47.036Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4200 | 2026-03-13T17:14:47.039Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4201 | 2026-03-13T17:14:47.295Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4202 | 2026-03-13T17:15:46.841Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s |
| 4203 | 2026-03-13T17:15:47.076Z | |
| 4204 | 2026-03-13T17:15:47.076Z | info: running `cargo check --bins` on nexus-background-task-interface (229/257) |
| 4205 | 2026-03-13T17:15:47.746Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4206 | 2026-03-13T17:15:47.750Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4207 | 2026-03-13T17:15:47.750Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4208 | 2026-03-13T17:15:47.754Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 4209 | 2026-03-13T17:15:47.847Z | |
| 4210 | 2026-03-13T17:15:47.850Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (230/257) |
| 4211 | 2026-03-13T17:15:48.588Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4212 | 2026-03-13T17:15:48.595Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4213 | 2026-03-13T17:15:48.595Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4214 | 2026-03-13T17:15:48.598Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 4215 | 2026-03-13T17:15:48.711Z | |
| 4216 | 2026-03-13T17:15:48.711Z | info: running `cargo check --bins` on nexus-mgs-updates (231/257) |
| 4217 | 2026-03-13T17:15:49.442Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4218 | 2026-03-13T17:15:49.446Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4219 | 2026-03-13T17:15:49.446Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4220 | 2026-03-13T17:15:49.451Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 4221 | 2026-03-13T17:15:49.562Z | |
| 4222 | 2026-03-13T17:15:49.562Z | info: running `cargo check --bins` on nexus-networking (232/257) |
| 4223 | 2026-03-13T17:15:50.302Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4224 | 2026-03-13T17:15:50.305Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4225 | 2026-03-13T17:15:50.305Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4226 | 2026-03-13T17:15:50.310Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 4227 | 2026-03-13T17:15:50.422Z | |
| 4228 | 2026-03-13T17:15:50.422Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (233/257) |
| 4229 | 2026-03-13T17:15:51.166Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4230 | 2026-03-13T17:15:51.169Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4231 | 2026-03-13T17:15:51.169Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4232 | 2026-03-13T17:15:51.174Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 4233 | 2026-03-13T17:15:51.286Z | |
| 4234 | 2026-03-13T17:15:51.287Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (234/257) |
| 4235 | 2026-03-13T17:15:52.030Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4236 | 2026-03-13T17:15:52.033Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4237 | 2026-03-13T17:15:52.033Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4238 | 2026-03-13T17:15:52.039Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 4239 | 2026-03-13T17:15:52.150Z | |
| 4240 | 2026-03-13T17:15:52.150Z | info: running `cargo check --bins` on omicron-dev (235/257) |
| 4241 | 2026-03-13T17:15:52.941Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4242 | 2026-03-13T17:15:52.945Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4243 | 2026-03-13T17:15:53.263Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4244 | 2026-03-13T17:15:53.263Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4245 | 2026-03-13T17:15:53.410Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 4246 | 2026-03-13T17:15:53.425Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 4247 | 2026-03-13T17:15:53.428Z | Checking yansi v1.0.1 |
| 4248 | 2026-03-13T17:15:53.428Z | Checking diff v0.1.13 |
| 4249 | 2026-03-13T17:15:53.428Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4250 | 2026-03-13T17:15:53.429Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4251 | 2026-03-13T17:15:53.622Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 4252 | 2026-03-13T17:15:53.778Z | Checking pretty_assertions v1.4.1 |
| 4253 | 2026-03-13T17:15:54.709Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4254 | 2026-03-13T17:16:27.671Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4255 | 2026-03-13T17:16:27.675Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4256 | 2026-03-13T17:16:27.675Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4257 | 2026-03-13T17:16:27.675Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4258 | 2026-03-13T17:16:27.675Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4259 | 2026-03-13T17:16:27.675Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4260 | 2026-03-13T17:16:28.600Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4261 | 2026-03-13T17:16:30.046Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4262 | 2026-03-13T17:17:29.353Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 37s |
| 4263 | 2026-03-13T17:17:29.602Z | |
| 4264 | 2026-03-13T17:17:29.602Z | info: running `cargo check --bins` on omicron-pins (236/257) |
| 4265 | 2026-03-13T17:17:30.269Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4266 | 2026-03-13T17:17:30.272Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4267 | 2026-03-13T17:17:30.272Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4268 | 2026-03-13T17:17:30.276Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 4269 | 2026-03-13T17:17:30.375Z | |
| 4270 | 2026-03-13T17:17:30.375Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (237/257) |
| 4271 | 2026-03-13T17:17:31.117Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4272 | 2026-03-13T17:17:31.120Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4273 | 2026-03-13T17:17:31.316Z | Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4274 | 2026-03-13T17:17:31.433Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4275 | 2026-03-13T17:17:31.436Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 4276 | 2026-03-13T17:18:09.082Z | Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4277 | 2026-03-13T17:18:09.588Z | Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4278 | 2026-03-13T17:18:11.976Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4279 | 2026-03-13T17:18:12.574Z | Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4280 | 2026-03-13T17:18:16.630Z | Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4281 | 2026-03-13T17:18:48.525Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4282 | 2026-03-13T17:18:53.097Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4283 | 2026-03-13T17:18:53.190Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s |
| 4284 | 2026-03-13T17:18:53.190Z | |
| 4285 | 2026-03-13T17:18:53.190Z | info: running `cargo check --bins` on reconfigurator-sp-updater (238/257) |
| 4286 | 2026-03-13T17:18:53.190Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4287 | 2026-03-13T17:18:53.190Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4288 | 2026-03-13T17:18:53.190Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 4289 | 2026-03-13T17:18:53.568Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s |
| 4290 | 2026-03-13T17:18:53.792Z | |
| 4291 | 2026-03-13T17:18:53.792Z | info: running `cargo check --bins` on omicron-releng (239/257) |
| 4292 | 2026-03-13T17:18:54.510Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4293 | 2026-03-13T17:18:54.523Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4294 | 2026-03-13T17:18:54.597Z | Compiling blake3 v1.8.3 |
| 4295 | 2026-03-13T17:18:54.614Z | Checking constant_time_eq v0.4.2 |
| 4296 | 2026-03-13T17:18:54.778Z | Checking arrayvec v0.7.6 |
| 4297 | 2026-03-13T17:18:54.787Z | Checking arrayref v0.3.9 |
| 4298 | 2026-03-13T17:18:54.787Z | Checking topological-sort v0.2.2 |
| 4299 | 2026-03-13T17:18:54.787Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 4300 | 2026-03-13T17:18:54.787Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 4301 | 2026-03-13T17:18:54.787Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 4302 | 2026-03-13T17:18:54.803Z | Checking shell-words v1.1.1 |
| 4303 | 2026-03-13T17:18:55.736Z | Checking omicron-zone-package v0.12.2 |
| 4304 | 2026-03-13T17:18:56.723Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 4305 | 2026-03-13T17:18:57.837Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.03s |
| 4306 | 2026-03-13T17:18:58.043Z | |
| 4307 | 2026-03-13T17:18:58.043Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (240/257) |
| 4308 | 2026-03-13T17:18:58.739Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4309 | 2026-03-13T17:18:58.743Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4310 | 2026-03-13T17:18:58.841Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 4311 | 2026-03-13T17:18:59.213Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 4312 | 2026-03-13T17:18:59.711Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s |
| 4313 | 2026-03-13T17:18:59.929Z | |
| 4314 | 2026-03-13T17:18:59.929Z | info: running `cargo check --bins` on xtask (241/257) |
| 4315 | 2026-03-13T17:19:00.502Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4316 | 2026-03-13T17:19:00.506Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4317 | 2026-03-13T17:19:00.525Z | Checking libc v0.2.180 |
| 4318 | 2026-03-13T17:19:00.615Z | Checking serde v1.0.228 |
| 4319 | 2026-03-13T17:19:00.619Z | Checking zerofrom v0.1.6 |
| 4320 | 2026-03-13T17:19:00.624Z | Checking bitflags v2.11.0 |
| 4321 | 2026-03-13T17:19:00.635Z | Checking hashbrown v0.16.1 |
| 4322 | 2026-03-13T17:19:00.635Z | Checking smallvec v1.15.1 |
| 4323 | 2026-03-13T17:19:00.656Z | Checking serde_json v1.0.149 |
| 4324 | 2026-03-13T17:19:00.660Z | Checking scroll v0.12.0 |
| 4325 | 2026-03-13T17:19:00.755Z | Checking yoke v0.8.1 |
| 4326 | 2026-03-13T17:19:00.819Z | Checking num-traits v0.2.19 |
| 4327 | 2026-03-13T17:19:00.886Z | Checking thiserror v1.0.69 |
| 4328 | 2026-03-13T17:19:00.961Z | Checking log v0.4.29 |
| 4329 | 2026-03-13T17:19:00.987Z | Checking zerovec v0.11.5 |
| 4330 | 2026-03-13T17:19:01.010Z | Checking zerotrie v0.2.3 |
| 4331 | 2026-03-13T17:19:01.098Z | Checking errno v0.3.14 |
| 4332 | 2026-03-13T17:19:01.161Z | Checking percent-encoding v2.3.2 |
| 4333 | 2026-03-13T17:19:01.175Z | Checking serde_spanned v0.6.9 |
| 4334 | 2026-03-13T17:19:01.237Z | Checking rustix v1.1.3 |
| 4335 | 2026-03-13T17:19:01.259Z | Checking indexmap v2.13.0 |
| 4336 | 2026-03-13T17:19:01.325Z | Checking toml_datetime v0.6.11 |
| 4337 | 2026-03-13T17:19:01.338Z | Checking form_urlencoded v1.2.2 |
| 4338 | 2026-03-13T17:19:01.342Z | Checking goblin v0.8.2 |
| 4339 | 2026-03-13T17:19:01.499Z | Checking zerocopy v0.7.35 |
| 4340 | 2026-03-13T17:19:01.531Z | Checking getrandom v0.4.1 |
| 4341 | 2026-03-13T17:19:01.565Z | Checking thiserror v2.0.18 |
| 4342 | 2026-03-13T17:19:01.592Z | Checking tinystr v0.8.2 |
| 4343 | 2026-03-13T17:19:01.619Z | Checking potential_utf v0.1.4 |
| 4344 | 2026-03-13T17:19:01.692Z | Checking ordered-float v2.10.1 |
| 4345 | 2026-03-13T17:19:01.696Z | Checking syn v2.0.117 |
| 4346 | 2026-03-13T17:19:01.808Z | Checking icu_collections v2.1.1 |
| 4347 | 2026-03-13T17:19:01.821Z | Checking icu_locale_core v2.1.1 |
| 4348 | 2026-03-13T17:19:02.021Z | Checking toml_edit v0.22.27 |
| 4349 | 2026-03-13T17:19:02.034Z | Checking serde-value v0.7.0 |
| 4350 | 2026-03-13T17:19:02.205Z | Checking dtrace-parser v0.2.0 |
| 4351 | 2026-03-13T17:19:02.221Z | Checking thread-id v4.2.2 |
| 4352 | 2026-03-13T17:19:02.305Z | Checking once_cell v1.21.3 |
| 4353 | 2026-03-13T17:19:02.322Z | Checking cargo-platform v0.2.0 |
| 4354 | 2026-03-13T17:19:02.412Z | Checking terminal_size v0.4.3 |
| 4355 | 2026-03-13T17:19:02.529Z | Checking memmap v0.7.0 |
| 4356 | 2026-03-13T17:19:02.543Z | Checking tempfile v3.25.0 |
| 4357 | 2026-03-13T17:19:02.555Z | Checking clap_builder v4.5.60 |
| 4358 | 2026-03-13T17:19:02.569Z | Checking textwrap v0.16.2 |
| 4359 | 2026-03-13T17:19:02.633Z | Checking icu_provider v2.1.1 |
| 4360 | 2026-03-13T17:19:02.695Z | Checking fs-err v3.3.0 |
| 4361 | 2026-03-13T17:19:02.808Z | Checking camino-tempfile v1.4.1 |
| 4362 | 2026-03-13T17:19:02.835Z | Checking anyhow v1.0.102 |
| 4363 | 2026-03-13T17:19:02.929Z | Checking tabled v0.15.0 |
| 4364 | 2026-03-13T17:19:02.950Z | Checking icu_normalizer v2.1.1 |
| 4365 | 2026-03-13T17:19:02.995Z | Checking icu_properties v2.1.2 |
| 4366 | 2026-03-13T17:19:03.092Z | Checking macaddr v1.0.1 |
| 4367 | 2026-03-13T17:19:03.327Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4368 | 2026-03-13T17:19:03.584Z | Checking toml v0.8.23 |
| 4369 | 2026-03-13T17:19:04.556Z | Checking cargo_toml v0.21.0 |
| 4370 | 2026-03-13T17:19:04.622Z | Checking dof v0.3.0 |
| 4371 | 2026-03-13T17:19:04.622Z | Checking idna_adapter v1.2.1 |
| 4372 | 2026-03-13T17:19:04.622Z | Checking clap v4.5.60 |
| 4373 | 2026-03-13T17:19:04.624Z | Checking idna v1.1.0 |
| 4374 | 2026-03-13T17:19:04.624Z | Checking usdt-impl v0.5.0 |
| 4375 | 2026-03-13T17:19:04.643Z | Checking url v2.5.8 |
| 4376 | 2026-03-13T17:19:04.933Z | Checking usdt v0.5.0 |
| 4377 | 2026-03-13T17:19:05.070Z | Checking cargo-util-schemas v0.8.2 |
| 4378 | 2026-03-13T17:19:06.052Z | Checking cargo_metadata v0.21.0 |
| 4379 | 2026-03-13T17:19:06.915Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 4380 | 2026-03-13T17:19:07.497Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.56s |
| 4381 | 2026-03-13T17:19:07.632Z | |
| 4382 | 2026-03-13T17:19:07.632Z | info: running `cargo check --bins` on end-to-end-tests (242/257) |
| 4383 | 2026-03-13T17:19:08.405Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4384 | 2026-03-13T17:19:08.409Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4385 | 2026-03-13T17:19:08.601Z | Checking polyval v0.6.2 |
| 4386 | 2026-03-13T17:19:08.720Z | Checking ctr v0.9.2 |
| 4387 | 2026-03-13T17:19:08.736Z | Checking ssh-encoding v0.2.0 |
| 4388 | 2026-03-13T17:19:08.741Z | Checking blowfish v0.9.1 |
| 4389 | 2026-03-13T17:19:08.755Z | Checking password-hash v0.4.2 |
| 4390 | 2026-03-13T17:19:08.771Z | Checking p256 v0.13.2 |
| 4391 | 2026-03-13T17:19:08.774Z | Checking p521 v0.13.3 |
| 4392 | 2026-03-13T17:19:08.774Z | Checking russh-cryptovec v0.7.3 |
| 4393 | 2026-03-13T17:19:08.897Z | Checking ghash v0.5.1 |
| 4394 | 2026-03-13T17:19:08.914Z | Checking bcrypt-pbkdf v0.10.0 |
| 4395 | 2026-03-13T17:19:08.919Z | Checking md5 v0.7.0 |
| 4396 | 2026-03-13T17:19:08.951Z | Checking num-bigint v0.4.6 |
| 4397 | 2026-03-13T17:19:08.977Z | Checking des v0.8.1 |
| 4398 | 2026-03-13T17:19:09.035Z | Checking pbkdf2 v0.11.0 |
| 4399 | 2026-03-13T17:19:09.039Z | Checking aes-gcm v0.10.3 |
| 4400 | 2026-03-13T17:19:09.115Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4401 | 2026-03-13T17:19:09.132Z | Checking hex-literal v0.4.1 |
| 4402 | 2026-03-13T17:19:09.161Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 4403 | 2026-03-13T17:19:09.178Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 4404 | 2026-03-13T17:19:09.213Z | Checking ssh-cipher v0.2.0 |
| 4405 | 2026-03-13T17:19:09.245Z | Checking socket2 v0.5.10 |
| 4406 | 2026-03-13T17:19:09.263Z | Checking internet-checksum v0.2.1 |
| 4407 | 2026-03-13T17:19:09.422Z | Checking ssh-key v0.6.7 |
| 4408 | 2026-03-13T17:19:09.644Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4409 | 2026-03-13T17:19:10.307Z | Checking russh-keys v0.45.0 |
| 4410 | 2026-03-13T17:19:11.044Z | Checking russh v0.45.0 |
| 4411 | 2026-03-13T17:19:32.736Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4412 | 2026-03-13T17:19:34.312Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.67s |
| 4413 | 2026-03-13T17:19:34.547Z | |
| 4414 | 2026-03-13T17:19:34.547Z | info: running `cargo check --bins` on gateway-cli (243/257) |
| 4415 | 2026-03-13T17:19:35.233Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4416 | 2026-03-13T17:19:35.237Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4417 | 2026-03-13T17:19:35.339Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 4418 | 2026-03-13T17:19:35.345Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 4419 | 2026-03-13T17:19:35.345Z | Checking termios v0.3.3 |
| 4420 | 2026-03-13T17:19:37.150Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 4421 | 2026-03-13T17:19:37.336Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 4422 | 2026-03-13T17:19:40.073Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 4423 | 2026-03-13T17:19:40.741Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.18s |
| 4424 | 2026-03-13T17:19:40.945Z | |
| 4425 | 2026-03-13T17:19:40.946Z | info: running `cargo check --bins --no-default-features` on installinator (244/257) |
| 4426 | 2026-03-13T17:19:41.656Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4427 | 2026-03-13T17:19:41.664Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4428 | 2026-03-13T17:19:41.843Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 4429 | 2026-03-13T17:19:41.882Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 4430 | 2026-03-13T17:19:41.930Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 4431 | 2026-03-13T17:19:41.934Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 4432 | 2026-03-13T17:19:41.934Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 4433 | 2026-03-13T17:19:42.210Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4434 | 2026-03-13T17:19:42.218Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 4435 | 2026-03-13T17:19:43.172Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4436 | 2026-03-13T17:19:43.443Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 4437 | 2026-03-13T17:19:43.443Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 4438 | 2026-03-13T17:19:44.302Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 4439 | 2026-03-13T17:19:46.552Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.60s |
| 4440 | 2026-03-13T17:19:46.769Z | |
| 4441 | 2026-03-13T17:19:46.770Z | info: running `cargo check --bins` on internal-dns-cli (245/257) |
| 4442 | 2026-03-13T17:19:47.460Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4443 | 2026-03-13T17:19:47.494Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4444 | 2026-03-13T17:19:47.551Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 4445 | 2026-03-13T17:19:48.096Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 4446 | 2026-03-13T17:19:48.496Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s |
| 4447 | 2026-03-13T17:19:48.704Z | |
| 4448 | 2026-03-13T17:19:48.706Z | info: running `cargo check --bins` on omicron-live-tests (246/257) |
| 4449 | 2026-03-13T17:19:49.380Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4450 | 2026-03-13T17:19:49.405Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4451 | 2026-03-13T17:19:49.405Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4452 | 2026-03-13T17:19:49.405Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 4453 | 2026-03-13T17:19:49.470Z | |
| 4454 | 2026-03-13T17:19:49.470Z | info: running `cargo check --bins` on live-tests-macros (247/257) |
| 4455 | 2026-03-13T17:19:50.157Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4456 | 2026-03-13T17:19:50.188Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4457 | 2026-03-13T17:19:50.188Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4458 | 2026-03-13T17:19:50.188Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 4459 | 2026-03-13T17:19:50.259Z | |
| 4460 | 2026-03-13T17:19:50.259Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (248/257) |
| 4461 | 2026-03-13T17:19:50.988Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4462 | 2026-03-13T17:19:51.008Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4463 | 2026-03-13T17:19:51.180Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 4464 | 2026-03-13T17:19:51.902Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s |
| 4465 | 2026-03-13T17:19:52.132Z | |
| 4466 | 2026-03-13T17:19:52.132Z | info: running `cargo check --bins` on omicron-ntp-admin (249/257) |
| 4467 | 2026-03-13T17:19:52.818Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4468 | 2026-03-13T17:19:52.858Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4469 | 2026-03-13T17:19:52.916Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4470 | 2026-03-13T17:19:52.935Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 4471 | 2026-03-13T17:19:53.200Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4472 | 2026-03-13T17:19:53.207Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 4473 | 2026-03-13T17:19:54.210Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.06s |
| 4474 | 2026-03-13T17:19:54.400Z | |
| 4475 | 2026-03-13T17:19:54.400Z | info: running `cargo check --bins` on ntp-admin-types (250/257) |
| 4476 | 2026-03-13T17:19:55.061Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4477 | 2026-03-13T17:19:55.075Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4478 | 2026-03-13T17:19:55.075Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4479 | 2026-03-13T17:19:55.075Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 4480 | 2026-03-13T17:19:55.186Z | |
| 4481 | 2026-03-13T17:19:55.186Z | info: running `cargo check --bins` on omicron-package (251/257) |
| 4482 | 2026-03-13T17:19:55.876Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4483 | 2026-03-13T17:19:55.927Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4484 | 2026-03-13T17:19:55.982Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 4485 | 2026-03-13T17:19:57.327Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.15s |
| 4486 | 2026-03-13T17:19:57.561Z | |
| 4487 | 2026-03-13T17:19:57.561Z | info: running `cargo check --bins` on tqdb (252/257) |
| 4488 | 2026-03-13T17:19:58.278Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4489 | 2026-03-13T17:19:58.295Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4490 | 2026-03-13T17:19:58.480Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4491 | 2026-03-13T17:19:58.896Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 4492 | 2026-03-13T17:19:59.596Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 4493 | 2026-03-13T17:19:59.632Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 4494 | 2026-03-13T17:20:06.283Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 4495 | 2026-03-13T17:20:07.194Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 4496 | 2026-03-13T17:20:07.205Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 4497 | 2026-03-13T17:20:07.205Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 4498 | 2026-03-13T17:20:07.205Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4499 | 2026-03-13T17:20:08.203Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 4500 | 2026-03-13T17:20:17.891Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4501 | 2026-03-13T17:20:26.082Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4502 | 2026-03-13T17:20:26.082Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4503 | 2026-03-13T17:20:26.089Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4504 | 2026-03-13T17:20:26.089Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4505 | 2026-03-13T17:20:28.018Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4506 | 2026-03-13T17:20:29.809Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4507 | 2026-03-13T17:20:31.022Z | Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4508 | 2026-03-13T17:20:32.476Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 4509 | 2026-03-13T17:20:33.187Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.65s |
| 4510 | 2026-03-13T17:20:33.424Z | |
| 4511 | 2026-03-13T17:20:33.424Z | info: running `cargo check --bins` on wicket-dbg (253/257) |
| 4512 | 2026-03-13T17:20:34.165Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4513 | 2026-03-13T17:20:34.188Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4514 | 2026-03-13T17:20:34.290Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4515 | 2026-03-13T17:20:34.309Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 4516 | 2026-03-13T17:20:34.309Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 4517 | 2026-03-13T17:20:34.421Z | Checking rtoolbox v0.0.3 |
| 4518 | 2026-03-13T17:20:34.432Z | Checking tui-tree-widget v0.23.1 |
| 4519 | 2026-03-13T17:20:34.566Z | Checking rpassword v7.4.0 |
| 4520 | 2026-03-13T17:20:34.714Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 4521 | 2026-03-13T17:20:35.702Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 4522 | 2026-03-13T17:20:42.330Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 4523 | 2026-03-13T17:20:43.300Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4524 | 2026-03-13T17:20:44.613Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 4525 | 2026-03-13T17:20:48.919Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4526 | 2026-03-13T17:20:51.493Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 4527 | 2026-03-13T17:20:54.114Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.19s |
| 4528 | 2026-03-13T17:20:54.154Z | |
| 4529 | 2026-03-13T17:20:54.154Z | info: running `cargo check --bins` on wicket (254/257) |
| 4530 | 2026-03-13T17:20:54.155Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4531 | 2026-03-13T17:20:54.155Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4532 | 2026-03-13T17:20:54.155Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4533 | 2026-03-13T17:20:54.155Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s |
| 4534 | 2026-03-13T17:20:54.320Z | |
| 4535 | 2026-03-13T17:20:54.320Z | info: running `cargo check --bins` on wicketd (255/257) |
| 4536 | 2026-03-13T17:20:55.046Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4537 | 2026-03-13T17:20:55.050Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4538 | 2026-03-13T17:20:55.282Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4539 | 2026-03-13T17:20:55.299Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4540 | 2026-03-13T17:20:55.299Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4541 | 2026-03-13T17:20:55.299Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 4542 | 2026-03-13T17:20:56.730Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4543 | 2026-03-13T17:20:57.526Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 4544 | 2026-03-13T17:21:01.618Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.29s |
| 4545 | 2026-03-13T17:21:01.842Z | |
| 4546 | 2026-03-13T17:21:01.842Z | info: running `cargo check --bins` on omicron-workspace-hack (256/257) |
| 4547 | 2026-03-13T17:21:02.515Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4548 | 2026-03-13T17:21:02.523Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4549 | 2026-03-13T17:21:02.523Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4550 | 2026-03-13T17:21:02.526Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 4551 | 2026-03-13T17:21:02.619Z | |
| 4552 | 2026-03-13T17:21:02.619Z | info: running `cargo check --bins` on zone-setup (257/257) |
| 4553 | 2026-03-13T17:21:03.407Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4554 | 2026-03-13T17:21:03.446Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4555 | 2026-03-13T17:21:03.460Z | Checking uzers v0.12.2 |
| 4556 | 2026-03-13T17:21:03.755Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 4557 | 2026-03-13T17:21:04.717Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.06s |
| 4558 | 2026-03-13T17:21:05.059Z | |
| 4559 | 2026-03-13T17:21:05.077Z | real 18:58.779426335 |
| 4560 | 2026-03-13T17:21:05.077Z | user 28:42.967795902 |
| 4561 | 2026-03-13T17:21:05.077Z | sys 5:05.629312086 |
| 4562 | 2026-03-13T17:21:05.077Z | trap 0.492449283 |
| 4563 | 2026-03-13T17:21:05.077Z | tflt 0.629875919 |
| 4564 | 2026-03-13T17:21:05.077Z | dflt 0.755189098 |
| 4565 | 2026-03-13T17:21:05.077Z | kflt 0.001231141 |
| 4566 | 2026-03-13T17:21:05.077Z | lock 1:17:57.940157106 |
| 4567 | 2026-03-13T17:21:05.078Z | slp 2:41:49.483886510 |
| 4568 | 2026-03-13T17:21:05.078Z | lat 1:33.347203751 |
| 4569 | 2026-03-13T17:21:05.078Z | stop 4:48.433963204 |
| 4570 | 2026-03-13T17:21:05.078Z | process exited: duration 1396954 ms, exit code 0 |
| |
| 4571 | 2026-03-13T17:21:05.103Z | found 0 output files |