|
|
|
| 1 | 2025-09-17T19:15:55.465Z | job assigned to worker 01K5CHM7EE6TT1HZ3VBKC8E6WC [factory aws, i-03c550db5d60cd36f] (queued for 53 s) |
| |
| 2 | 2025-09-17T19:16:06.868Z | starting task 0: "setup" |
| 3 | 2025-09-17T19:16:06.873Z | ++ uname -s |
| 4 | 2025-09-17T19:16:06.876Z | + kern=SunOS |
| 5 | 2025-09-17T19:16:06.876Z | + build_user=build |
| 6 | 2025-09-17T19:16:06.876Z | + build_uid=12345 |
| 7 | 2025-09-17T19:16:06.876Z | + work_dir=/work |
| 8 | 2025-09-17T19:16:06.876Z | + input_dir=/input |
| 9 | 2025-09-17T19:16:06.876Z | + [[ 0 == 12345 ]] |
| 10 | 2025-09-17T19:16:06.876Z | + case "$kern" in |
| 11 | 2025-09-17T19:16:06.876Z | + groupadd -g 12345 build |
| 12 | 2025-09-17T19:16:06.879Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-09-17T19:16:08.888Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-09-17T19:16:09.010Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-09-17T19:16:09.012Z | + home_fs=zfs |
| 16 | 2025-09-17T19:16:09.012Z | + [[ zfs == autofs ]] |
| 17 | 2025-09-17T19:16:09.012Z | + mkdir -p /home/build |
| 18 | 2025-09-17T19:16:09.015Z | + chown build:build /home/build /work |
| 19 | 2025-09-17T19:16:11.016Z | + chmod 0700 /home/build /work |
| 20 | 2025-09-17T19:16:11.020Z | process exited: duration 4152 ms, exit code 0 |
| |
| 21 | 2025-09-17T19:16:11.029Z | starting task 1: "rust-toolchain" |
| 22 | 2025-09-17T19:16:11.034Z | + printf ' * rust toolchain channel = "%s"\n' 1.89.0 |
| 23 | 2025-09-17T19:16:11.034Z | * rust toolchain channel = "1.89.0" |
| 24 | 2025-09-17T19:16:11.034Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2025-09-17T19:16:11.034Z | * rust toolchain profile = "default" |
| 26 | 2025-09-17T19:16:11.034Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2025-09-17T19:16:11.034Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2025-09-17T19:16:11.037Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-09-17T19:16:11.037Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.89.0 --profile default |
| 30 | 2025-09-17T19:16:11.153Z | info: downloading installer |
| 31 | 2025-09-17T19:16:12.455Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2025-09-17T19:16:12.455Z | warn: /opt/ooce/bin |
| 33 | 2025-09-17T19:16:12.455Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-09-17T19:16:12.455Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2025-09-17T19:16:12.455Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-09-17T19:16:12.455Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-09-17T19:16:12.455Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-09-17T19:16:12.455Z | error: cannot install while Rust is installed |
| 39 | 2025-09-17T19:16:12.455Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-09-17T19:16:12.482Z | info: profile set to 'default' |
| 41 | 2025-09-17T19:16:12.482Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-09-17T19:16:12.486Z | info: syncing channel updates for '1.89.0-x86_64-unknown-illumos' |
| 43 | 2025-09-17T19:16:12.641Z | info: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04) |
| 44 | 2025-09-17T19:16:12.641Z | info: downloading component 'cargo' |
| 45 | 2025-09-17T19:16:13.430Z | info: downloading component 'clippy' |
| 46 | 2025-09-17T19:16:13.741Z | info: downloading component 'rust-docs' |
| 47 | 2025-09-17T19:16:15.007Z | info: downloading component 'rust-std' |
| 48 | 2025-09-17T19:16:17.021Z | info: downloading component 'rustc' |
| 49 | 2025-09-17T19:16:24.356Z | info: downloading component 'rustfmt' |
| 50 | 2025-09-17T19:16:24.586Z | info: installing component 'cargo' |
| 51 | 2025-09-17T19:16:25.477Z | info: installing component 'clippy' |
| 52 | 2025-09-17T19:16:25.868Z | info: installing component 'rust-docs' |
| 53 | 2025-09-17T19:16:27.694Z | info: installing component 'rust-std' |
| 54 | 2025-09-17T19:16:29.613Z | info: installing component 'rustc' |
| 55 | 2025-09-17T19:16:36.148Z | info: installing component 'rustfmt' |
| 56 | 2025-09-17T19:16:36.488Z | info: default toolchain set to '1.89.0-x86_64-unknown-illumos' |
| 57 | 2025-09-17T19:16:36.488Z | |
| 58 | 2025-09-17T19:16:36.911Z | 1.89.0-x86_64-unknown-illumos installed - rustc 1.89.0 (29483883e 2025-08-04) |
| 59 | 2025-09-17T19:16:36.911Z | |
| 60 | 2025-09-17T19:16:36.916Z | |
| 61 | 2025-09-17T19:16:36.916Z | Rust is installed now. Great! |
| 62 | 2025-09-17T19:16:36.916Z | |
| 63 | 2025-09-17T19:16:36.916Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-09-17T19:16:36.916Z | environment variable. This has not been done automatically. |
| 65 | 2025-09-17T19:16:36.916Z | |
| 66 | 2025-09-17T19:16:36.916Z | To configure your current shell, you need to source |
| 67 | 2025-09-17T19:16:36.916Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-09-17T19:16:36.916Z | |
| 69 | 2025-09-17T19:16:36.916Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-09-17T19:16:36.916Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-09-17T19:16:36.917Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-09-17T19:16:36.917Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2025-09-17T19:16:36.991Z | + rustup --version |
| 74 | 2025-09-17T19:16:37.003Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2025-09-17T19:16:37.006Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2025-09-17T19:16:37.112Z | info: The currently active `rustc` version is `rustc 1.89.0 (29483883e 2025-08-04)` |
| 77 | 2025-09-17T19:16:37.116Z | + cargo --version |
| 78 | 2025-09-17T19:16:37.214Z | cargo 1.89.0 (c24e10642 2025-06-23) |
| 79 | 2025-09-17T19:16:37.217Z | + rustc --version |
| 80 | 2025-09-17T19:16:37.285Z | rustc 1.89.0 (29483883e 2025-08-04) |
| 81 | 2025-09-17T19:16:37.290Z | process exited: duration 26253 ms, exit code 0 |
| |
| 82 | 2025-09-17T19:16:37.297Z | starting task 2: "authentication" |
| 83 | 2025-09-17T19:16:37.320Z | process exited: duration 21 ms, exit code 0 |
| |
| 84 | 2025-09-17T19:16:37.327Z | starting task 3: "clone repository" |
| 85 | 2025-09-17T19:16:37.332Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2025-09-17T19:16:37.336Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2025-09-17T19:16:37.384Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2025-09-17T19:16:48.304Z | + cd /work/oxidecomputer/omicron |
| 89 | 2025-09-17T19:16:48.304Z | + git fetch origin 34aa89ac65daa2e82ce8fd675541c8ba87dcdd55 |
| 90 | 2025-09-17T19:16:48.635Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2025-09-17T19:16:48.635Z | * branch 34aa89ac65daa2e82ce8fd675541c8ba87dcdd55 -> FETCH_HEAD |
| 92 | 2025-09-17T19:16:48.645Z | + [[ -n dap/handoff-live-test ]] |
| 93 | 2025-09-17T19:16:48.649Z | ++ git branch --show-current |
| 94 | 2025-09-17T19:16:48.652Z | + current=main |
| 95 | 2025-09-17T19:16:48.652Z | + [[ main != dap/handoff-live-test ]] |
| 96 | 2025-09-17T19:16:48.652Z | + git branch -f dap/handoff-live-test 34aa89ac65daa2e82ce8fd675541c8ba87dcdd55 |
| 97 | 2025-09-17T19:16:48.655Z | + git checkout -f dap/handoff-live-test |
| 98 | 2025-09-17T19:16:48.826Z | Switched to branch 'dap/handoff-live-test' |
| 99 | 2025-09-17T19:16:48.829Z | + git reset --hard 34aa89ac65daa2e82ce8fd675541c8ba87dcdd55 |
| 100 | 2025-09-17T19:16:48.995Z | HEAD is now at 34aa89ac6 review feedback |
| 101 | 2025-09-17T19:16:49.002Z | process exited: duration 11668 ms, exit code 0 |
| |
| 102 | 2025-09-17T19:16:49.010Z | starting task 4: "build" |
| 103 | 2025-09-17T19:16:49.014Z | + source .github/buildomat/ci-env.sh |
| 104 | 2025-09-17T19:16:49.014Z | ++ export CARGO_TERM_COLOR=always |
| 105 | 2025-09-17T19:16:49.014Z | ++ CARGO_TERM_COLOR=always |
| 106 | 2025-09-17T19:16:49.014Z | + cargo --version |
| 107 | 2025-09-17T19:16:49.069Z | cargo 1.89.0 (c24e10642 2025-06-23) |
| 108 | 2025-09-17T19:16:49.072Z | + rustc --version |
| 109 | 2025-09-17T19:16:49.141Z | rustc 1.89.0 (29483883e 2025-08-04) |
| 110 | 2025-09-17T19:16:49.144Z | + source ./env.sh |
| 111 | 2025-09-17T19:16:49.144Z | ++ OLD_SHELL_OPTS=ehxB |
| 112 | 2025-09-17T19:16:49.144Z | ++ set -o xtrace |
| 113 | 2025-09-17T19:16:49.148Z | ++++ dirname ./env.sh |
| 114 | 2025-09-17T19:16:49.151Z | +++ readlink -f . |
| 115 | 2025-09-17T19:16:49.154Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 116 | 2025-09-17T19:16:49.154Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 117 | 2025-09-17T19:16:49.154Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 118 | 2025-09-17T19:16:49.154Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 119 | 2025-09-17T19:16:49.154Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 120 | 2025-09-17T19:16:49.154Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 121 | 2025-09-17T19:16:49.154Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 122 | 2025-09-17T19:16:49.154Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 123 | 2025-09-17T19:16:49.154Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 124 | 2025-09-17T19:16:49.154Z | ++ case $OLD_SHELL_OPTS in |
| 125 | 2025-09-17T19:16:49.154Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 126 | 2025-09-17T19:16:49.154Z | + export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
| 127 | 2025-09-17T19:16:49.154Z | + PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
| 128 | 2025-09-17T19:16:49.154Z | + banner prerequisites |
| 129 | 2025-09-17T19:16:49.157Z | |
| 130 | 2025-09-17T19:16:49.157Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 131 | 2025-09-17T19:16:49.157Z | # # # # # # # # # # # # # # # |
| 132 | 2025-09-17T19:16:49.157Z | # # # # ##### # # ##### # # # # # #### # |
| 133 | 2025-09-17T19:16:49.157Z | ##### ##### # ##### # # # # # # # # # |
| 134 | 2025-09-17T19:16:49.157Z | # # # # # # # # # # # # # # # |
| 135 | 2025-09-17T19:16:49.157Z | # # # ###### # # ###### ### # #### # #### # |
| 136 | 2025-09-17T19:16:49.157Z | |
| 137 | 2025-09-17T19:16:49.157Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 138 | 2025-09-17T19:17:02.646Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 139 | 2025-09-17T19:17:10.417Z | Startup: Caching catalogs ... Done |
| 140 | 2025-09-17T19:17:17.884Z | Planning: Solver setup ... Done (6.226s) |
| 141 | 2025-09-17T19:17:17.940Z | Planning: Running solver ... Done (0.058s) |
| 142 | 2025-09-17T19:17:18.046Z | Planning: Finding local manifests ... Done (0.005s) |
| 143 | 2025-09-17T19:17:18.067Z | Planning: Fetching manifests: 0/4 0% complete |
| 144 | 2025-09-17T19:17:18.342Z | Planning: Fetching manifests: 4/4 100% complete |
| 145 | 2025-09-17T19:17:18.389Z | Planning: Package planning ... Done (0.047s) |
| 146 | 2025-09-17T19:17:18.441Z | Planning: Merging actions ... Done (0.051s) |
| 147 | 2025-09-17T19:17:18.733Z | Planning: Checking for conflicting actions ... Done (0.292s) |
| 148 | 2025-09-17T19:17:18.744Z | Planning: Consolidating action changes ... Done (0.011s) |
| 149 | 2025-09-17T19:17:20.987Z | Planning: Evaluating mediators ... Done (2.239s) |
| 150 | 2025-09-17T19:17:20.997Z | Planning: Planning completed in 10.44 seconds |
| 151 | 2025-09-17T19:17:21.009Z | Packages to install: 4 |
| 152 | 2025-09-17T19:17:21.009Z | Mediators to change: 2 |
| 153 | 2025-09-17T19:17:21.013Z | Services to change: 1 |
| 154 | 2025-09-17T19:17:21.013Z | Estimated space available: 155.49 GB |
| 155 | 2025-09-17T19:17:21.013Z | Estimated space to be consumed: 1.72 GB |
| 156 | 2025-09-17T19:17:21.013Z | Create boot environment: No |
| 157 | 2025-09-17T19:17:21.013Z | Create backup boot environment: No |
| 158 | 2025-09-17T19:17:21.013Z | Rebuild boot archive: No |
| 159 | 2025-09-17T19:17:21.013Z | |
| 160 | 2025-09-17T19:17:21.013Z | Changed mediators: |
| 161 | 2025-09-17T19:17:21.013Z | mediator clang: |
| 162 | 2025-09-17T19:17:21.013Z | version: None -> 15 (system default) |
| 163 | 2025-09-17T19:17:21.013Z | |
| 164 | 2025-09-17T19:17:21.013Z | mediator llvm: |
| 165 | 2025-09-17T19:17:21.013Z | version: 14 (system default) -> 15 (system default) |
| 166 | 2025-09-17T19:17:21.013Z | |
| 167 | 2025-09-17T19:17:21.013Z | Changed packages: |
| 168 | 2025-09-17T19:17:21.013Z | helios-dev |
| 169 | 2025-09-17T19:17:21.013Z | developer/build-essential |
| 170 | 2025-09-17T19:17:21.013Z | None -> 11-2.0 |
| 171 | 2025-09-17T19:17:21.013Z | library/libxmlsec1 |
| 172 | 2025-09-17T19:17:21.013Z | None -> 1.2.35-2.0 |
| 173 | 2025-09-17T19:17:21.013Z | ooce/developer/clang-15 |
| 174 | 2025-09-17T19:17:21.013Z | None -> 15.0.7-2.0 |
| 175 | 2025-09-17T19:17:21.013Z | ooce/developer/llvm-15 |
| 176 | 2025-09-17T19:17:21.013Z | None -> 15.0.7-2.0 |
| 177 | 2025-09-17T19:17:21.013Z | |
| 178 | 2025-09-17T19:17:21.013Z | Services: |
| 179 | 2025-09-17T19:17:21.013Z | restart_fmri: |
| 180 | 2025-09-17T19:17:21.013Z | svc:/system/update-man-index:default |
| 181 | 2025-09-17T19:17:21.172Z | |
| 182 | 2025-09-17T19:17:21.172Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 183 | 2025-09-17T19:17:29.372Z | Download: 1198/3290 items 83.5/212.6MB 39% complete (21.8M/s) |
| 184 | 2025-09-17T19:17:34.676Z | Download: 2481/3290 items 120.3/212.6MB 56% complete (10.0M/s) |
| 185 | 2025-09-17T19:17:40.108Z | Download: 3244/3290 items 203.1/212.6MB 95% complete (12.5M/s) |
| 186 | 2025-09-17T19:17:41.679Z | Download: Completed 212.60 MB in 20.51 seconds (10.4M/s) |
| 187 | 2025-09-17T19:17:41.976Z | Actions: 1/3689 actions (Installing new actions) |
| 188 | 2025-09-17T19:17:46.607Z | Actions: Completed 3689 actions in 4.63 seconds. |
| 189 | 2025-09-17T19:17:47.212Z | Done (0.600s) |
| 190 | 2025-09-17T19:17:47.212Z | Done (0.000s) |
| 191 | 2025-09-17T19:17:48.093Z | Done (0.880s) |
| 192 | 2025-09-17T19:17:52.584Z | Done (4.174s) |
| 193 | 2025-09-17T19:17:52.673Z | Done (0.023s) |
| 194 | 2025-09-17T19:17:52.676Z | Done (0.000s) |
| 195 | 2025-09-17T19:17:52.830Z | Done (0.000s) |
| 196 | 2025-09-17T19:17:53.678Z | Planning: Evaluating mediator changes ... Done |
| 197 | 2025-09-17T19:17:53.838Z | Planning: Checking for conflicting actions ... Done |
| 198 | 2025-09-17T19:17:53.841Z | Planning: Consolidating action changes ... Done |
| 199 | 2025-09-17T19:17:54.107Z | Planning: Evaluating mediators ... Done |
| 200 | 2025-09-17T19:17:54.110Z | Planning: Planning completed in 0.43 seconds |
| 201 | 2025-09-17T19:17:54.142Z | Mediators to change: 2 |
| 202 | 2025-09-17T19:17:54.142Z | Create boot environment: No |
| 203 | 2025-09-17T19:17:54.145Z | Create backup boot environment: No |
| 204 | 2025-09-17T19:17:54.233Z | Done |
| 205 | 2025-09-17T19:17:54.233Z | Done |
| 206 | 2025-09-17T19:17:54.852Z | Done |
| 207 | 2025-09-17T19:17:58.338Z | Done |
| 208 | 2025-09-17T19:17:58.422Z | Done |
| 209 | 2025-09-17T19:17:58.425Z | Done |
| 210 | 2025-09-17T19:17:58.571Z | Done |
| 211 | 2025-09-17T19:17:59.172Z | Planning: Evaluating mediator changes ... Done |
| 212 | 2025-09-17T19:17:59.175Z | Planning: Merging actions ... Done |
| 213 | 2025-09-17T19:17:59.360Z | Planning: Checking for conflicting actions ... Done |
| 214 | 2025-09-17T19:17:59.363Z | Planning: Consolidating action changes ... Done |
| 215 | 2025-09-17T19:17:59.621Z | Planning: Evaluating mediators ... Done |
| 216 | 2025-09-17T19:17:59.675Z | Planning: Planning completed in 0.74 seconds |
| 217 | 2025-09-17T19:17:59.709Z | Packages to change: 1 |
| 218 | 2025-09-17T19:17:59.710Z | Mediators to change: 1 |
| 219 | 2025-09-17T19:17:59.713Z | Services to change: 1 |
| 220 | 2025-09-17T19:17:59.713Z | Create boot environment: No |
| 221 | 2025-09-17T19:17:59.713Z | Create backup boot environment: Yes |
| 222 | 2025-09-17T19:18:02.306Z | Actions: 1/6 actions (Updating modified actions) |
| 223 | 2025-09-17T19:18:02.311Z | Actions: Completed 6 actions in 0.00 seconds. |
| 224 | 2025-09-17T19:18:02.311Z | Done |
| 225 | 2025-09-17T19:18:02.311Z | Done |
| 226 | 2025-09-17T19:18:02.522Z | Done |
| 227 | 2025-09-17T19:18:06.117Z | Done |
| 228 | 2025-09-17T19:18:06.200Z | Done |
| 229 | 2025-09-17T19:18:06.203Z | Done |
| 230 | 2025-09-17T19:18:06.430Z | Done |
| 231 | 2025-09-17T19:18:06.868Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 232 | 2025-09-17T19:18:06.868Z | clang system 15 system |
| 233 | 2025-09-17T19:18:06.869Z | csh system system illumos |
| 234 | 2025-09-17T19:18:06.869Z | ctags system system illumos |
| 235 | 2025-09-17T19:18:06.869Z | file system system illumos |
| 236 | 2025-09-17T19:18:06.869Z | gcc vendor 12 vendor |
| 237 | 2025-09-17T19:18:06.869Z | gcc system 10 system |
| 238 | 2025-09-17T19:18:06.869Z | gcc system 7 system |
| 239 | 2025-09-17T19:18:06.869Z | go system 1.20 system |
| 240 | 2025-09-17T19:18:06.869Z | go system 1.19 system |
| 241 | 2025-09-17T19:18:06.869Z | llvm system 15 system |
| 242 | 2025-09-17T19:18:06.869Z | llvm system 14 system |
| 243 | 2025-09-17T19:18:06.869Z | mariadb system 10.6 system |
| 244 | 2025-09-17T19:18:06.869Z | mta vendor vendor dma |
| 245 | 2025-09-17T19:18:06.869Z | openjdk system 17 system |
| 246 | 2025-09-17T19:18:06.869Z | openjdk system 11 system |
| 247 | 2025-09-17T19:18:06.869Z | openjdk system 1.8 system |
| 248 | 2025-09-17T19:18:06.869Z | openssl vendor 3 vendor |
| 249 | 2025-09-17T19:18:06.869Z | perl system 5.36 system |
| 250 | 2025-09-17T19:18:06.869Z | postgresql system 15 system |
| 251 | 2025-09-17T19:18:06.869Z | postgresql system 13 system |
| 252 | 2025-09-17T19:18:06.869Z | python vendor 3 vendor |
| 253 | 2025-09-17T19:18:06.869Z | python system 2 system |
| 254 | 2025-09-17T19:18:06.869Z | python3 system 3.11 system |
| 255 | 2025-09-17T19:18:06.869Z | ruby system 3.0 system |
| 256 | 2025-09-17T19:18:06.869Z | words vendor vendor american-english |
| 257 | 2025-09-17T19:18:06.869Z | words system system australian-english |
| 258 | 2025-09-17T19:18:06.869Z | words system system british-english |
| 259 | 2025-09-17T19:18:06.869Z | words system system canadian-english |
| 260 | 2025-09-17T19:18:06.869Z | words system system french |
| 261 | 2025-09-17T19:18:06.869Z | words system system italian |
| 262 | 2025-09-17T19:18:06.869Z | words system system ngerman |
| 263 | 2025-09-17T19:18:06.869Z | words system system ogerman |
| 264 | 2025-09-17T19:18:06.869Z | words system system spanish |
| 265 | 2025-09-17T19:18:07.201Z | PUBLISHER TYPE STATUS P LOCATION |
| 266 | 2025-09-17T19:18:07.201Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 267 | 2025-09-17T19:18:12.109Z | FMRI IFO |
| 268 | 2025-09-17T19:18:12.109Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 269 | 2025-09-17T19:18:12.109Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 270 | 2025-09-17T19:18:12.109Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 271 | 2025-09-17T19:18:12.109Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 272 | 2025-09-17T19:18:12.109Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 273 | 2025-09-17T19:18:12.109Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 274 | 2025-09-17T19:18:12.109Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 275 | 2025-09-17T19:18:12.109Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 276 | 2025-09-17T19:18:12.109Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 277 | 2025-09-17T19:18:12.110Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 278 | 2025-09-17T19:18:12.110Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 279 | 2025-09-17T19:18:12.110Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 280 | 2025-09-17T19:18:12.110Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 281 | 2025-09-17T19:18:12.110Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 282 | 2025-09-17T19:18:12.110Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 283 | 2025-09-17T19:18:12.110Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 284 | 2025-09-17T19:18:13.147Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 285 | 2025-09-17T19:18:13.456Z | Updating crates.io index |
| 286 | 2025-09-17T19:18:13.460Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 287 | 2025-09-17T19:18:13.792Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 288 | 2025-09-17T19:18:14.399Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 289 | 2025-09-17T19:18:14.675Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 290 | 2025-09-17T19:18:14.943Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 291 | 2025-09-17T19:18:15.289Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 292 | 2025-09-17T19:18:16.610Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 293 | 2025-09-17T19:18:18.674Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 294 | 2025-09-17T19:18:20.582Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 295 | 2025-09-17T19:18:21.257Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 296 | 2025-09-17T19:18:22.146Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 297 | 2025-09-17T19:18:22.454Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 298 | 2025-09-17T19:18:22.751Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 299 | 2025-09-17T19:18:23.339Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 300 | 2025-09-17T19:18:23.822Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 301 | 2025-09-17T19:18:24.126Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 302 | 2025-09-17T19:18:24.421Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 303 | 2025-09-17T19:18:24.691Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 304 | 2025-09-17T19:18:24.948Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 305 | 2025-09-17T19:18:25.197Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 306 | 2025-09-17T19:18:25.457Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 307 | 2025-09-17T19:18:25.779Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 308 | 2025-09-17T19:18:26.136Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 309 | 2025-09-17T19:18:26.454Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 310 | 2025-09-17T19:18:26.980Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 311 | 2025-09-17T19:18:27.423Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 312 | 2025-09-17T19:18:27.682Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 313 | 2025-09-17T19:18:28.007Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 314 | 2025-09-17T19:18:28.372Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 315 | 2025-09-17T19:18:28.683Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 316 | 2025-09-17T19:18:28.972Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 317 | 2025-09-17T19:18:29.236Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 318 | 2025-09-17T19:18:40.956Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 319 | 2025-09-17T19:18:42.227Z | Downloading crates ... |
| 320 | 2025-09-17T19:18:42.291Z | Downloaded anstyle-parse v0.2.5 |
| 321 | 2025-09-17T19:18:42.295Z | Downloaded cfg-if v1.0.1 |
| 322 | 2025-09-17T19:18:42.298Z | Downloaded anstyle v1.0.11 |
| 323 | 2025-09-17T19:18:42.301Z | Downloaded anstream v0.6.18 |
| 324 | 2025-09-17T19:18:42.305Z | Downloaded digest v0.10.7 |
| 325 | 2025-09-17T19:18:42.308Z | Downloaded fastrand v2.1.1 |
| 326 | 2025-09-17T19:18:42.308Z | Downloaded block-buffer v0.10.4 |
| 327 | 2025-09-17T19:18:42.312Z | Downloaded anstyle-query v1.1.1 |
| 328 | 2025-09-17T19:18:42.312Z | Downloaded cargo_metadata v0.21.0 |
| 329 | 2025-09-17T19:18:42.315Z | Downloaded ordered-float v2.10.1 |
| 330 | 2025-09-17T19:18:42.315Z | Downloaded cargo-platform v0.2.0 |
| 331 | 2025-09-17T19:18:42.315Z | Downloaded anyhow v1.0.99 |
| 332 | 2025-09-17T19:18:42.318Z | Downloaded typenum v1.17.0 |
| 333 | 2025-09-17T19:18:42.322Z | Downloaded bytecount v0.6.8 |
| 334 | 2025-09-17T19:18:42.326Z | Downloaded utf16_iter v1.0.5 |
| 335 | 2025-09-17T19:18:42.326Z | Downloaded byteorder v1.5.0 |
| 336 | 2025-09-17T19:18:42.329Z | Downloaded thiserror v1.0.69 |
| 337 | 2025-09-17T19:18:42.332Z | Downloaded toml v0.8.23 |
| 338 | 2025-09-17T19:18:42.336Z | Downloaded yoke v0.7.4 |
| 339 | 2025-09-17T19:18:42.336Z | Downloaded thiserror-impl v1.0.69 |
| 340 | 2025-09-17T19:18:42.339Z | Downloaded camino v1.2.0 |
| 341 | 2025-09-17T19:18:42.339Z | Downloaded toml_datetime v0.6.11 |
| 342 | 2025-09-17T19:18:42.344Z | Downloaded utf8_iter v1.0.4 |
| 343 | 2025-09-17T19:18:42.344Z | Downloaded stable_deref_trait v1.2.0 |
| 344 | 2025-09-17T19:18:42.344Z | Downloaded toml_write v0.1.2 |
| 345 | 2025-09-17T19:18:42.348Z | Downloaded terminal_size v0.4.0 |
| 346 | 2025-09-17T19:18:42.348Z | Downloaded thiserror v2.0.16 |
| 347 | 2025-09-17T19:18:42.352Z | Downloaded yoke-derive v0.7.4 |
| 348 | 2025-09-17T19:18:42.356Z | Downloaded zerofrom-derive v0.1.4 |
| 349 | 2025-09-17T19:18:42.356Z | Downloaded equivalent v1.0.2 |
| 350 | 2025-09-17T19:18:42.360Z | Downloaded fs-err v3.1.1 |
| 351 | 2025-09-17T19:18:42.361Z | Downloaded clap v4.5.41 |
| 352 | 2025-09-17T19:18:42.370Z | Downloaded version_check v0.9.5 |
| 353 | 2025-09-17T19:18:42.375Z | Downloaded ucd-trie v0.1.7 |
| 354 | 2025-09-17T19:18:42.375Z | Downloaded autocfg v1.4.0 |
| 355 | 2025-09-17T19:18:42.375Z | Downloaded zerofrom v0.1.4 |
| 356 | 2025-09-17T19:18:42.375Z | Downloaded write16 v1.0.0 |
| 357 | 2025-09-17T19:18:42.375Z | Downloaded usdt v0.5.0 |
| 358 | 2025-09-17T19:18:42.379Z | Downloaded usdt-macro v0.5.0 |
| 359 | 2025-09-17T19:18:42.379Z | Downloaded unicode-linebreak v0.1.5 |
| 360 | 2025-09-17T19:18:42.379Z | Downloaded heck v0.5.0 |
| 361 | 2025-09-17T19:18:42.379Z | Downloaded zerovec-derive v0.10.3 |
| 362 | 2025-09-17T19:18:42.386Z | Downloaded tinystr v0.7.6 |
| 363 | 2025-09-17T19:18:42.386Z | Downloaded usdt-impl v0.5.0 |
| 364 | 2025-09-17T19:18:42.386Z | Downloaded writeable v0.5.5 |
| 365 | 2025-09-17T19:18:42.397Z | Downloaded zerocopy-derive v0.7.35 |
| 366 | 2025-09-17T19:18:42.397Z | Downloaded unicode-ident v1.0.18 |
| 367 | 2025-09-17T19:18:42.402Z | Downloaded url v2.5.4 |
| 368 | 2025-09-17T19:18:42.402Z | Downloaded generic-array v0.14.7 |
| 369 | 2025-09-17T19:18:42.402Z | Downloaded fnv v1.0.7 |
| 370 | 2025-09-17T19:18:42.402Z | Downloaded camino-tempfile v1.4.1 |
| 371 | 2025-09-17T19:18:42.402Z | Downloaded toml_edit v0.22.27 |
| 372 | 2025-09-17T19:18:42.406Z | Downloaded synstructure v0.13.1 |
| 373 | 2025-09-17T19:18:42.406Z | Downloaded serde-untagged v0.1.7 |
| 374 | 2025-09-17T19:18:42.406Z | Downloaded winnow v0.7.10 |
| 375 | 2025-09-17T19:18:42.414Z | Downloaded zerovec v0.10.4 |
| 376 | 2025-09-17T19:18:42.418Z | Downloaded pest_generator v2.7.14 |
| 377 | 2025-09-17T19:18:42.422Z | Downloaded zerocopy v0.7.35 |
| 378 | 2025-09-17T19:18:42.433Z | Downloaded tabled_derive v0.7.0 |
| 379 | 2025-09-17T19:18:42.436Z | Downloaded crypto-common v0.1.6 |
| 380 | 2025-09-17T19:18:42.436Z | Downloaded serde-value v0.7.0 |
| 381 | 2025-09-17T19:18:42.436Z | Downloaded num-traits v0.2.19 |
| 382 | 2025-09-17T19:18:42.440Z | Downloaded is_terminal_polyfill v1.70.1 |
| 383 | 2025-09-17T19:18:42.440Z | Downloaded icu_locid_transform v1.5.0 |
| 384 | 2025-09-17T19:18:42.443Z | Downloaded unicode-width v0.2.0 |
| 385 | 2025-09-17T19:18:42.446Z | Downloaded unicode-width v0.1.14 |
| 386 | 2025-09-17T19:18:42.450Z | Downloaded sha2 v0.10.9 |
| 387 | 2025-09-17T19:18:42.453Z | Downloaded semver v1.0.26 |
| 388 | 2025-09-17T19:18:42.458Z | Downloaded smallvec v1.15.1 |
| 389 | 2025-09-17T19:18:42.458Z | Downloaded serde_spanned v0.6.9 |
| 390 | 2025-09-17T19:18:42.465Z | Downloaded serde v1.0.223 |
| 391 | 2025-09-17T19:18:42.465Z | Downloaded litemap v0.7.3 |
| 392 | 2025-09-17T19:18:42.465Z | Downloaded quote v1.0.40 |
| 393 | 2025-09-17T19:18:42.470Z | Downloaded ryu v1.0.18 |
| 394 | 2025-09-17T19:18:42.470Z | Downloaded icu_provider v1.5.0 |
| 395 | 2025-09-17T19:18:42.470Z | Downloaded proc-macro-error v1.0.4 |
| 396 | 2025-09-17T19:18:42.473Z | Downloaded icu_normalizer v1.5.0 |
| 397 | 2025-09-17T19:18:42.473Z | Downloaded once_cell v1.21.3 |
| 398 | 2025-09-17T19:18:42.476Z | Downloaded erased-serde v0.4.6 |
| 399 | 2025-09-17T19:18:42.481Z | Downloaded tempfile v3.20.0 |
| 400 | 2025-09-17T19:18:42.481Z | Downloaded clap_derive v4.5.41 |
| 401 | 2025-09-17T19:18:42.484Z | Downloaded serde_core v1.0.223 |
| 402 | 2025-09-17T19:18:42.488Z | Downloaded serde_derive v1.0.223 |
| 403 | 2025-09-17T19:18:42.488Z | Downloaded icu_normalizer_data v1.5.0 |
| 404 | 2025-09-17T19:18:42.491Z | Downloaded pest_meta v2.7.14 |
| 405 | 2025-09-17T19:18:42.491Z | Downloaded icu_properties v1.5.1 |
| 406 | 2025-09-17T19:18:42.497Z | Downloaded proc-macro2 v1.0.101 |
| 407 | 2025-09-17T19:18:42.500Z | Downloaded scroll v0.12.0 |
| 408 | 2025-09-17T19:18:42.500Z | Downloaded getrandom v0.3.1 |
| 409 | 2025-09-17T19:18:42.500Z | Downloaded icu_collections v1.5.0 |
| 410 | 2025-09-17T19:18:42.504Z | Downloaded icu_locid v1.5.0 |
| 411 | 2025-09-17T19:18:42.508Z | Downloaded dof v0.3.0 |
| 412 | 2025-09-17T19:18:42.511Z | Downloaded macaddr v1.0.1 |
| 413 | 2025-09-17T19:18:42.511Z | Downloaded serde_tokenstream v0.2.2 |
| 414 | 2025-09-17T19:18:42.511Z | Downloaded itoa v1.0.11 |
| 415 | 2025-09-17T19:18:42.514Z | Downloaded idna_adapter v1.2.0 |
| 416 | 2025-09-17T19:18:42.514Z | Downloaded indexmap v2.11.0 |
| 417 | 2025-09-17T19:18:42.517Z | Downloaded form_urlencoded v1.2.2 |
| 418 | 2025-09-17T19:18:42.518Z | Downloaded pest_derive v2.7.14 |
| 419 | 2025-09-17T19:18:42.521Z | Downloaded strsim v0.11.1 |
| 420 | 2025-09-17T19:18:42.521Z | Downloaded memchr v2.7.4 |
| 421 | 2025-09-17T19:18:42.525Z | Downloaded percent-encoding v2.3.2 |
| 422 | 2025-09-17T19:18:42.528Z | Downloaded heck v0.4.1 |
| 423 | 2025-09-17T19:18:42.528Z | Downloaded smawk v0.3.2 |
| 424 | 2025-09-17T19:18:42.528Z | Downloaded idna v1.0.3 |
| 425 | 2025-09-17T19:18:42.532Z | Downloaded hashbrown v0.15.4 |
| 426 | 2025-09-17T19:18:42.535Z | Downloaded pest v2.7.14 |
| 427 | 2025-09-17T19:18:42.539Z | Downloaded plain v0.2.3 |
| 428 | 2025-09-17T19:18:42.542Z | Downloaded memmap v0.7.0 |
| 429 | 2025-09-17T19:18:42.542Z | Downloaded colorchoice v1.0.2 |
| 430 | 2025-09-17T19:18:42.546Z | Downloaded clap_lex v0.7.4 |
| 431 | 2025-09-17T19:18:42.546Z | Downloaded proc-macro-error-attr v1.0.4 |
| 432 | 2025-09-17T19:18:42.546Z | Downloaded utf8parse v0.2.2 |
| 433 | 2025-09-17T19:18:42.546Z | Downloaded unicode-xid v0.2.6 |
| 434 | 2025-09-17T19:18:42.550Z | Downloaded scroll_derive v0.12.0 |
| 435 | 2025-09-17T19:18:42.550Z | Downloaded errno v0.3.12 |
| 436 | 2025-09-17T19:18:42.550Z | Downloaded thread-id v4.2.2 |
| 437 | 2025-09-17T19:18:42.550Z | Downloaded serde_json v1.0.145 |
| 438 | 2025-09-17T19:18:42.556Z | Downloaded tabled v0.15.0 |
| 439 | 2025-09-17T19:18:42.569Z | Downloaded clap_builder v4.5.41 |
| 440 | 2025-09-17T19:18:42.575Z | Downloaded goblin v0.8.2 |
| 441 | 2025-09-17T19:18:42.579Z | Downloaded icu_properties_data v1.5.0 |
| 442 | 2025-09-17T19:18:42.588Z | Downloaded usdt-attr-macro v0.5.0 |
| 443 | 2025-09-17T19:18:42.592Z | Downloaded syn v1.0.109 |
| 444 | 2025-09-17T19:18:42.596Z | Downloaded swrite v0.1.0 |
| 445 | 2025-09-17T19:18:42.599Z | Downloaded dtrace-parser v0.2.0 |
| 446 | 2025-09-17T19:18:42.600Z | Downloaded syn v2.0.106 |
| 447 | 2025-09-17T19:18:42.608Z | Downloaded icu_provider_macros v1.5.0 |
| 448 | 2025-09-17T19:18:42.612Z | Downloaded icu_locid_transform_data v1.5.0 |
| 449 | 2025-09-17T19:18:42.612Z | Downloaded cargo_toml v0.21.0 |
| 450 | 2025-09-17T19:18:42.612Z | Downloaded rustix v0.38.37 |
| 451 | 2025-09-17T19:18:42.629Z | Downloaded thiserror-impl v2.0.16 |
| 452 | 2025-09-17T19:18:42.633Z | Downloaded pretty-hex v0.4.1 |
| 453 | 2025-09-17T19:18:42.633Z | Downloaded log v0.4.27 |
| 454 | 2025-09-17T19:18:42.637Z | Downloaded papergrid v0.11.0 |
| 455 | 2025-09-17T19:18:42.642Z | Downloaded rustix v1.0.7 |
| 456 | 2025-09-17T19:18:42.656Z | Downloaded cargo-util-schemas v0.8.2 |
| 457 | 2025-09-17T19:18:42.659Z | Downloaded typeid v1.0.3 |
| 458 | 2025-09-17T19:18:42.660Z | Downloaded textwrap v0.16.2 |
| 459 | 2025-09-17T19:18:42.663Z | Downloaded displaydoc v0.2.5 |
| 460 | 2025-09-17T19:18:42.663Z | Downloaded cpufeatures v0.2.14 |
| 461 | 2025-09-17T19:18:42.667Z | Downloaded bitflags v2.9.1 |
| 462 | 2025-09-17T19:18:42.678Z | Downloaded libc v0.2.174 |
| 463 | 2025-09-17T19:18:42.755Z | Compiling proc-macro2 v1.0.101 |
| 464 | 2025-09-17T19:18:42.755Z | Compiling unicode-ident v1.0.18 |
| 465 | 2025-09-17T19:18:42.758Z | Compiling serde_core v1.0.223 |
| 466 | 2025-09-17T19:18:42.758Z | Compiling serde v1.0.223 |
| 467 | 2025-09-17T19:18:42.758Z | Compiling version_check v0.9.5 |
| 468 | 2025-09-17T19:18:42.758Z | Compiling libc v0.2.174 |
| 469 | 2025-09-17T19:18:42.758Z | Compiling memchr v2.7.4 |
| 470 | 2025-09-17T19:18:42.758Z | Compiling thiserror v1.0.69 |
| 471 | 2025-09-17T19:18:43.304Z | Compiling stable_deref_trait v1.2.0 |
| 472 | 2025-09-17T19:18:43.431Z | Compiling litemap v0.7.3 |
| 473 | 2025-09-17T19:18:43.698Z | Compiling autocfg v1.4.0 |
| 474 | 2025-09-17T19:18:43.743Z | Compiling itoa v1.0.11 |
| 475 | 2025-09-17T19:18:43.996Z | Compiling ryu v1.0.18 |
| 476 | 2025-09-17T19:18:44.033Z | Compiling writeable v0.5.5 |
| 477 | 2025-09-17T19:18:44.304Z | Compiling ucd-trie v0.1.7 |
| 478 | 2025-09-17T19:18:44.358Z | Compiling once_cell v1.21.3 |
| 479 | 2025-09-17T19:18:44.538Z | Compiling icu_locid_transform_data v1.5.0 |
| 480 | 2025-09-17T19:18:44.565Z | Compiling byteorder v1.5.0 |
| 481 | 2025-09-17T19:18:44.750Z | Compiling bitflags v2.9.1 |
| 482 | 2025-09-17T19:18:44.805Z | Compiling icu_properties_data v1.5.0 |
| 483 | 2025-09-17T19:18:45.000Z | Compiling quote v1.0.40 |
| 484 | 2025-09-17T19:18:45.056Z | Compiling errno v0.3.12 |
| 485 | 2025-09-17T19:18:45.143Z | Compiling serde_json v1.0.145 |
| 486 | 2025-09-17T19:18:45.247Z | Compiling num-traits v0.2.19 |
| 487 | 2025-09-17T19:18:45.307Z | Compiling smallvec v1.15.1 |
| 488 | 2025-09-17T19:18:45.489Z | Compiling syn v2.0.106 |
| 489 | 2025-09-17T19:18:45.603Z | Compiling rustix v0.38.37 |
| 490 | 2025-09-17T19:18:45.651Z | Compiling typeid v1.0.3 |
| 491 | 2025-09-17T19:18:45.691Z | Compiling hashbrown v0.15.4 |
| 492 | 2025-09-17T19:18:45.977Z | Compiling utf8_iter v1.0.4 |
| 493 | 2025-09-17T19:18:46.003Z | Compiling icu_normalizer_data v1.5.0 |
| 494 | 2025-09-17T19:18:46.132Z | Compiling write16 v1.0.0 |
| 495 | 2025-09-17T19:18:46.165Z | Compiling utf16_iter v1.0.5 |
| 496 | 2025-09-17T19:18:46.223Z | Compiling equivalent v1.0.2 |
| 497 | 2025-09-17T19:18:46.460Z | Compiling proc-macro-error-attr v1.0.4 |
| 498 | 2025-09-17T19:18:46.482Z | Compiling usdt-impl v0.5.0 |
| 499 | 2025-09-17T19:18:46.706Z | Compiling toml_write v0.1.2 |
| 500 | 2025-09-17T19:18:46.824Z | Compiling indexmap v2.11.0 |
| 501 | 2025-09-17T19:18:46.893Z | Compiling winnow v0.7.10 |
| 502 | 2025-09-17T19:18:46.918Z | Compiling syn v1.0.109 |
| 503 | 2025-09-17T19:18:47.120Z | Compiling thread-id v4.2.2 |
| 504 | 2025-09-17T19:18:47.789Z | Compiling proc-macro-error v1.0.4 |
| 505 | 2025-09-17T19:18:48.116Z | Compiling thiserror v2.0.16 |
| 506 | 2025-09-17T19:18:48.397Z | Compiling percent-encoding v2.3.2 |
| 507 | 2025-09-17T19:18:48.705Z | Compiling rustix v1.0.7 |
| 508 | 2025-09-17T19:18:48.708Z | Compiling log v0.4.27 |
| 509 | 2025-09-17T19:18:48.766Z | Compiling plain v0.2.3 |
| 510 | 2025-09-17T19:18:49.028Z | Compiling utf8parse v0.2.2 |
| 511 | 2025-09-17T19:18:49.097Z | Compiling camino v1.2.0 |
| 512 | 2025-09-17T19:18:49.100Z | Compiling semver v1.0.26 |
| 513 | 2025-09-17T19:18:49.204Z | Compiling getrandom v0.3.1 |
| 514 | 2025-09-17T19:18:49.570Z | Compiling anstyle-parse v0.2.5 |
| 515 | 2025-09-17T19:18:49.685Z | Compiling ordered-float v2.10.1 |
| 516 | 2025-09-17T19:18:49.911Z | Compiling form_urlencoded v1.2.2 |
| 517 | 2025-09-17T19:18:49.936Z | Compiling terminal_size v0.4.0 |
| 518 | 2025-09-17T19:18:50.307Z | Compiling is_terminal_polyfill v1.70.1 |
| 519 | 2025-09-17T19:18:50.339Z | Compiling colorchoice v1.0.2 |
| 520 | 2025-09-17T19:18:50.467Z | Compiling cfg-if v1.0.1 |
| 521 | 2025-09-17T19:18:50.516Z | Compiling pretty-hex v0.4.1 |
| 522 | 2025-09-17T19:18:50.573Z | Compiling anstyle v1.0.11 |
| 523 | 2025-09-17T19:18:50.623Z | Compiling anstyle-query v1.1.1 |
| 524 | 2025-09-17T19:18:50.979Z | Compiling anstream v0.6.18 |
| 525 | 2025-09-17T19:18:51.208Z | Compiling fs-err v3.1.1 |
| 526 | 2025-09-17T19:18:51.387Z | Compiling unicode-xid v0.2.6 |
| 527 | 2025-09-17T19:18:51.579Z | Compiling clap_lex v0.7.4 |
| 528 | 2025-09-17T19:18:51.607Z | Compiling anyhow v1.0.99 |
| 529 | 2025-09-17T19:18:51.610Z | Compiling heck v0.4.1 |
| 530 | 2025-09-17T19:18:52.032Z | Compiling synstructure v0.13.1 |
| 531 | 2025-09-17T19:18:52.057Z | Compiling bytecount v0.6.8 |
| 532 | 2025-09-17T19:18:52.083Z | Compiling fastrand v2.1.1 |
| 533 | 2025-09-17T19:18:52.209Z | Compiling strsim v0.11.1 |
| 534 | 2025-09-17T19:18:52.280Z | Compiling unicode-width v0.1.14 |
| 535 | 2025-09-17T19:18:52.575Z | Compiling heck v0.5.0 |
| 536 | 2025-09-17T19:18:52.826Z | Compiling fnv v1.0.7 |
| 537 | 2025-09-17T19:18:52.998Z | Compiling papergrid v0.11.0 |
| 538 | 2025-09-17T19:18:53.024Z | Compiling clap_builder v4.5.41 |
| 539 | 2025-09-17T19:18:53.065Z | Compiling tempfile v3.20.0 |
| 540 | 2025-09-17T19:18:53.686Z | Compiling memmap v0.7.0 |
| 541 | 2025-09-17T19:18:53.748Z | Compiling unicode-width v0.2.0 |
| 542 | 2025-09-17T19:18:53.840Z | Compiling unicode-linebreak v0.1.5 |
| 543 | 2025-09-17T19:18:54.028Z | Compiling smawk v0.3.2 |
| 544 | 2025-09-17T19:18:54.263Z | Compiling textwrap v0.16.2 |
| 545 | 2025-09-17T19:18:54.869Z | Compiling camino-tempfile v1.4.1 |
| 546 | 2025-09-17T19:18:55.065Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 547 | 2025-09-17T19:18:55.259Z | Compiling swrite v0.1.0 |
| 548 | 2025-09-17T19:18:55.414Z | Compiling tabled_derive v0.7.0 |
| 549 | 2025-09-17T19:18:55.968Z | Compiling serde_derive v1.0.223 |
| 550 | 2025-09-17T19:18:55.969Z | Compiling zerofrom-derive v0.1.4 |
| 551 | 2025-09-17T19:18:55.973Z | Compiling yoke-derive v0.7.4 |
| 552 | 2025-09-17T19:18:55.973Z | Compiling zerovec-derive v0.10.3 |
| 553 | 2025-09-17T19:18:56.067Z | Compiling thiserror-impl v1.0.69 |
| 554 | 2025-09-17T19:18:57.475Z | Compiling displaydoc v0.2.5 |
| 555 | 2025-09-17T19:18:58.466Z | Compiling icu_provider_macros v1.5.0 |
| 556 | 2025-09-17T19:18:58.659Z | Compiling zerocopy-derive v0.7.35 |
| 557 | 2025-09-17T19:18:58.990Z | Compiling scroll_derive v0.12.0 |
| 558 | 2025-09-17T19:18:59.160Z | Compiling pest v2.7.14 |
| 559 | 2025-09-17T19:18:59.421Z | Compiling zerofrom v0.1.4 |
| 560 | 2025-09-17T19:18:59.546Z | Compiling thiserror-impl v2.0.16 |
| 561 | 2025-09-17T19:18:59.672Z | Compiling yoke v0.7.4 |
| 562 | 2025-09-17T19:19:00.036Z | Compiling zerovec v0.10.4 |
| 563 | 2025-09-17T19:19:00.263Z | Compiling clap_derive v4.5.41 |
| 564 | 2025-09-17T19:19:00.337Z | Compiling scroll v0.12.0 |
| 565 | 2025-09-17T19:19:00.552Z | Compiling zerocopy v0.7.35 |
| 566 | 2025-09-17T19:19:00.898Z | Compiling goblin v0.8.2 |
| 567 | 2025-09-17T19:19:01.484Z | Compiling tabled v0.15.0 |
| 568 | 2025-09-17T19:19:01.954Z | Compiling tinystr v0.7.6 |
| 569 | 2025-09-17T19:19:01.987Z | Compiling pest_meta v2.7.14 |
| 570 | 2025-09-17T19:19:02.090Z | Compiling icu_collections v1.5.0 |
| 571 | 2025-09-17T19:19:02.346Z | Compiling icu_locid v1.5.0 |
| 572 | 2025-09-17T19:19:03.340Z | Compiling pest_generator v2.7.14 |
| 573 | 2025-09-17T19:19:04.282Z | Compiling icu_provider v1.5.0 |
| 574 | 2025-09-17T19:19:04.285Z | Compiling clap v4.5.41 |
| 575 | 2025-09-17T19:19:04.431Z | Compiling serde_spanned v0.6.9 |
| 576 | 2025-09-17T19:19:04.435Z | Compiling toml_datetime v0.6.11 |
| 577 | 2025-09-17T19:19:04.513Z | Compiling dof v0.3.0 |
| 578 | 2025-09-17T19:19:04.700Z | Compiling serde_tokenstream v0.2.2 |
| 579 | 2025-09-17T19:19:04.968Z | Compiling icu_locid_transform v1.5.0 |
| 580 | 2025-09-17T19:19:05.040Z | Compiling toml_edit v0.22.27 |
| 581 | 2025-09-17T19:19:05.205Z | Compiling erased-serde v0.4.6 |
| 582 | 2025-09-17T19:19:05.270Z | Compiling serde-value v0.7.0 |
| 583 | 2025-09-17T19:19:06.048Z | Compiling cargo-platform v0.2.0 |
| 584 | 2025-09-17T19:19:06.087Z | Compiling macaddr v1.0.1 |
| 585 | 2025-09-17T19:19:06.351Z | Compiling pest_derive v2.7.14 |
| 586 | 2025-09-17T19:19:06.382Z | Compiling icu_properties v1.5.1 |
| 587 | 2025-09-17T19:19:06.587Z | Compiling serde-untagged v0.1.7 |
| 588 | 2025-09-17T19:19:07.152Z | Compiling dtrace-parser v0.2.0 |
| 589 | 2025-09-17T19:19:08.275Z | Compiling toml v0.8.23 |
| 590 | 2025-09-17T19:19:08.931Z | Compiling usdt-attr-macro v0.5.0 |
| 591 | 2025-09-17T19:19:08.935Z | Compiling usdt-macro v0.5.0 |
| 592 | 2025-09-17T19:19:09.043Z | Compiling cargo_toml v0.21.0 |
| 593 | 2025-09-17T19:19:09.815Z | Compiling icu_normalizer v1.5.0 |
| 594 | 2025-09-17T19:19:10.042Z | Compiling usdt v0.5.0 |
| 595 | 2025-09-17T19:19:10.464Z | Compiling idna_adapter v1.2.0 |
| 596 | 2025-09-17T19:19:10.623Z | Compiling idna v1.0.3 |
| 597 | 2025-09-17T19:19:11.006Z | Compiling url v2.5.4 |
| 598 | 2025-09-17T19:19:11.864Z | Compiling cargo-util-schemas v0.8.2 |
| 599 | 2025-09-17T19:19:13.212Z | Compiling cargo_metadata v0.21.0 |
| 600 | 2025-09-17T19:19:14.685Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 601 | 2025-09-17T19:19:18.083Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s |
| 602 | 2025-09-17T19:19:18.387Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 603 | 2025-09-17T19:19:19.082Z | Downloading crates ... |
| 604 | 2025-09-17T19:19:19.239Z | Downloaded argon2 v0.5.3 |
| 605 | 2025-09-17T19:19:19.242Z | Downloaded assert_matches v1.5.0 |
| 606 | 2025-09-17T19:19:19.249Z | Downloaded base64ct v1.6.0 |
| 607 | 2025-09-17T19:19:19.252Z | Downloaded async-stream v0.3.6 |
| 608 | 2025-09-17T19:19:19.259Z | Downloaded convert_case v0.4.0 |
| 609 | 2025-09-17T19:19:19.262Z | Downloaded bitfield-struct v0.6.2 |
| 610 | 2025-09-17T19:19:19.266Z | Downloaded async-recursion v1.1.1 |
| 611 | 2025-09-17T19:19:19.270Z | Downloaded cipher v0.4.4 |
| 612 | 2025-09-17T19:19:19.273Z | Downloaded console v0.15.10 |
| 613 | 2025-09-17T19:19:19.273Z | Downloaded heck v0.3.3 |
| 614 | 2025-09-17T19:19:19.277Z | Downloaded hash32 v0.3.1 |
| 615 | 2025-09-17T19:19:19.280Z | Downloaded cancel-safe-futures v0.1.5 |
| 616 | 2025-09-17T19:19:19.285Z | Downloaded atomic-waker v1.1.2 |
| 617 | 2025-09-17T19:19:19.285Z | Downloaded aead v0.5.2 |
| 618 | 2025-09-17T19:19:19.288Z | Downloaded blake2 v0.10.6 |
| 619 | 2025-09-17T19:19:19.288Z | Downloaded ingot-macros v0.1.1 |
| 620 | 2025-09-17T19:19:19.293Z | Downloaded libz-rs-sys v0.5.1 |
| 621 | 2025-09-17T19:19:19.293Z | Downloaded lazycell v1.3.0 |
| 622 | 2025-09-17T19:19:19.296Z | Downloaded ipnetwork v0.21.1 |
| 623 | 2025-09-17T19:19:19.296Z | Downloaded memmap2 v0.9.5 |
| 624 | 2025-09-17T19:19:19.302Z | Downloaded hashbrown v0.12.3 |
| 625 | 2025-09-17T19:19:19.305Z | Downloaded humantime v2.2.0 |
| 626 | 2025-09-17T19:19:19.309Z | Downloaded headers-core v0.3.0 |
| 627 | 2025-09-17T19:19:19.309Z | Downloaded highway v1.3.0 |
| 628 | 2025-09-17T19:19:19.313Z | Downloaded crossterm v0.28.1 |
| 629 | 2025-09-17T19:19:19.319Z | Downloaded rustc-hash v2.1.1 |
| 630 | 2025-09-17T19:19:19.324Z | Downloaded async-trait v0.1.89 |
| 631 | 2025-09-17T19:19:19.327Z | Downloaded instant v0.1.13 |
| 632 | 2025-09-17T19:19:19.332Z | Downloaded array-init v0.0.4 |
| 633 | 2025-09-17T19:19:19.332Z | Downloaded ingot-types v0.1.2 |
| 634 | 2025-09-17T19:19:19.335Z | Downloaded indoc v1.0.9 |
| 635 | 2025-09-17T19:19:19.338Z | Downloaded ident_case v1.0.1 |
| 636 | 2025-09-17T19:19:19.338Z | Downloaded linear-map v1.2.0 |
| 637 | 2025-09-17T19:19:19.342Z | Downloaded proc-macro-crate v1.3.1 |
| 638 | 2025-09-17T19:19:19.347Z | Downloaded lazy_static v1.5.0 |
| 639 | 2025-09-17T19:19:19.347Z | Downloaded ignore v0.4.23 |
| 640 | 2025-09-17T19:19:19.351Z | Downloaded blowfish v0.9.1 |
| 641 | 2025-09-17T19:19:19.351Z | Downloaded bit-vec v0.8.0 |
| 642 | 2025-09-17T19:19:19.355Z | Downloaded is_ci v1.2.0 |
| 643 | 2025-09-17T19:19:19.355Z | Downloaded kstat-rs v0.2.4 |
| 644 | 2025-09-17T19:19:19.358Z | Downloaded crc8 v0.1.1 |
| 645 | 2025-09-17T19:19:19.361Z | Downloaded cfg_aliases v0.2.1 |
| 646 | 2025-09-17T19:19:19.362Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 647 | 2025-09-17T19:19:19.365Z | Downloaded http-body v1.0.1 |
| 648 | 2025-09-17T19:19:19.368Z | Downloaded castaway v0.2.3 |
| 649 | 2025-09-17T19:19:19.368Z | Downloaded hubpack_derive v0.1.1 |
| 650 | 2025-09-17T19:19:19.371Z | Downloaded hyper-staticfile v0.10.1 |
| 651 | 2025-09-17T19:19:19.374Z | Downloaded schemars_derive v0.8.22 |
| 652 | 2025-09-17T19:19:19.378Z | Downloaded precomputed-hash v0.1.1 |
| 653 | 2025-09-17T19:19:19.378Z | Downloaded is-terminal v0.4.13 |
| 654 | 2025-09-17T19:19:19.382Z | Downloaded lalrpop-util v0.19.12 |
| 655 | 2025-09-17T19:19:19.382Z | Downloaded linked-hash-map v0.5.6 |
| 656 | 2025-09-17T19:19:19.385Z | Downloaded cmake v0.1.51 |
| 657 | 2025-09-17T19:19:19.385Z | Downloaded cargo-platform v0.1.8 |
| 658 | 2025-09-17T19:19:19.388Z | Downloaded block-padding v0.3.3 |
| 659 | 2025-09-17T19:19:19.388Z | Downloaded md5 v0.7.0 |
| 660 | 2025-09-17T19:19:19.392Z | Downloaded match_cfg v0.1.0 |
| 661 | 2025-09-17T19:19:19.392Z | Downloaded serde-big-array v0.5.1 |
| 662 | 2025-09-17T19:19:19.394Z | Downloaded cobs v0.2.3 |
| 663 | 2025-09-17T19:19:19.398Z | Downloaded libefi-sys v0.1.0 |
| 664 | 2025-09-17T19:19:19.398Z | Downloaded progenitor-macro v0.11.0 |
| 665 | 2025-09-17T19:19:19.401Z | Downloaded russh-cryptovec v0.7.3 |
| 666 | 2025-09-17T19:19:19.401Z | Downloaded progenitor-macro v0.10.0 |
| 667 | 2025-09-17T19:19:19.404Z | Downloaded lockfree-object-pool v0.1.6 |
| 668 | 2025-09-17T19:19:19.408Z | Downloaded libscf-sys v1.1.0 |
| 669 | 2025-09-17T19:19:19.408Z | Downloaded hostname v0.4.0 |
| 670 | 2025-09-17T19:19:19.411Z | Downloaded camino-tempfile-ext v0.3.2 |
| 671 | 2025-09-17T19:19:19.415Z | Downloaded bit-set v0.5.3 |
| 672 | 2025-09-17T19:19:19.415Z | Downloaded sigpipe v0.1.3 |
| 673 | 2025-09-17T19:19:19.423Z | Downloaded sqlparser_derive v0.2.2 |
| 674 | 2025-09-17T19:19:19.423Z | Downloaded ipnet v2.11.0 |
| 675 | 2025-09-17T19:19:19.426Z | Downloaded lru-cache v0.1.2 |
| 676 | 2025-09-17T19:19:19.426Z | Downloaded home v0.5.9 |
| 677 | 2025-09-17T19:19:19.426Z | Downloaded crc v3.2.1 |
| 678 | 2025-09-17T19:19:19.428Z | Downloaded hyper-rustls v0.27.7 |
| 679 | 2025-09-17T19:19:19.432Z | Downloaded chacha20 v0.9.1 |
| 680 | 2025-09-17T19:19:19.435Z | Downloaded testing_table v0.3.0 |
| 681 | 2025-09-17T19:19:19.435Z | Downloaded tagptr v0.2.0 |
| 682 | 2025-09-17T19:19:19.438Z | Downloaded md-5 v0.10.6 |
| 683 | 2025-09-17T19:19:19.441Z | Downloaded tower-service v0.3.3 |
| 684 | 2025-09-17T19:19:19.441Z | Downloaded tower-layer v0.3.3 |
| 685 | 2025-09-17T19:19:19.445Z | Downloaded console v0.16.0 |
| 686 | 2025-09-17T19:19:19.448Z | Downloaded shell-words v1.1.0 |
| 687 | 2025-09-17T19:19:19.461Z | Downloaded serde_urlencoded v0.7.1 |
| 688 | 2025-09-17T19:19:19.467Z | Downloaded quinn-udp v0.5.5 |
| 689 | 2025-09-17T19:19:19.471Z | Downloaded bzip2 v0.5.2 |
| 690 | 2025-09-17T19:19:19.471Z | Downloaded serde_spanned v1.0.0 |
| 691 | 2025-09-17T19:19:19.476Z | Downloaded semver v0.1.20 |
| 692 | 2025-09-17T19:19:19.476Z | Downloaded slab v0.4.9 |
| 693 | 2025-09-17T19:19:19.476Z | Downloaded siphasher v1.0.1 |
| 694 | 2025-09-17T19:19:19.479Z | Downloaded static_assertions v1.1.0 |
| 695 | 2025-09-17T19:19:19.480Z | Downloaded hickory-client v0.25.2 |
| 696 | 2025-09-17T19:19:19.484Z | Downloaded ssh-encoding v0.2.0 |
| 697 | 2025-09-17T19:19:19.488Z | Downloaded lock_api v0.4.12 |
| 698 | 2025-09-17T19:19:19.488Z | Downloaded tiny-keccak v2.0.2 |
| 699 | 2025-09-17T19:19:19.494Z | Downloaded dyn-clone v1.0.20 |
| 700 | 2025-09-17T19:19:19.497Z | Downloaded foreign-types-shared v0.3.1 |
| 701 | 2025-09-17T19:19:19.497Z | Downloaded num-conv v0.1.0 |
| 702 | 2025-09-17T19:19:19.497Z | Downloaded r2d2 v0.8.10 |
| 703 | 2025-09-17T19:19:19.497Z | Downloaded float-cmp v0.10.0 |
| 704 | 2025-09-17T19:19:19.501Z | Downloaded rustc-demangle v0.1.24 |
| 705 | 2025-09-17T19:19:19.504Z | Downloaded critical-section v1.1.3 |
| 706 | 2025-09-17T19:19:19.504Z | Downloaded const_format_proc_macros v0.2.34 |
| 707 | 2025-09-17T19:19:19.507Z | Downloaded foreign-types-shared v0.1.1 |
| 708 | 2025-09-17T19:19:19.511Z | Downloaded endian-type v0.1.2 |
| 709 | 2025-09-17T19:19:19.511Z | Downloaded tabwriter v1.4.0 |
| 710 | 2025-09-17T19:19:19.531Z | Downloaded primeorder v0.13.6 |
| 711 | 2025-09-17T19:19:19.531Z | Downloaded vte_generate_state_changes v0.1.2 |
| 712 | 2025-09-17T19:19:19.531Z | Downloaded num-derive v0.4.2 |
| 713 | 2025-09-17T19:19:19.531Z | Downloaded fd-lock v4.0.2 |
| 714 | 2025-09-17T19:19:19.531Z | Downloaded which v4.4.2 |
| 715 | 2025-09-17T19:19:19.531Z | Downloaded hashbrown v0.13.2 |
| 716 | 2025-09-17T19:19:19.531Z | Downloaded secrecy v0.10.3 |
| 717 | 2025-09-17T19:19:19.536Z | Downloaded crc-any v2.5.0 |
| 718 | 2025-09-17T19:19:19.536Z | Downloaded new_debug_unreachable v1.0.6 |
| 719 | 2025-09-17T19:19:19.536Z | Downloaded tls_codec_derive v0.4.1 |
| 720 | 2025-09-17T19:19:19.541Z | Downloaded dirs-next v2.0.0 |
| 721 | 2025-09-17T19:19:19.541Z | Downloaded const-oid v0.9.6 |
| 722 | 2025-09-17T19:19:19.544Z | Downloaded deranged v0.3.11 |
| 723 | 2025-09-17T19:19:19.544Z | Downloaded peg-runtime v0.8.5 |
| 724 | 2025-09-17T19:19:19.547Z | Downloaded path-slash v0.1.5 |
| 725 | 2025-09-17T19:19:19.547Z | Downloaded crc32fast v1.4.2 |
| 726 | 2025-09-17T19:19:19.550Z | Downloaded progenitor-client v0.8.0 |
| 727 | 2025-09-17T19:19:19.553Z | Downloaded float-ord v0.3.2 |
| 728 | 2025-09-17T19:19:19.553Z | Downloaded num-derive v0.3.3 |
| 729 | 2025-09-17T19:19:19.558Z | Downloaded globwalk v0.9.1 |
| 730 | 2025-09-17T19:19:19.560Z | Downloaded defmt-parser v0.3.4 |
| 731 | 2025-09-17T19:19:19.560Z | Downloaded indicatif v0.18.0 |
| 732 | 2025-09-17T19:19:19.564Z | Downloaded crossbeam-utils v0.8.21 |
| 733 | 2025-09-17T19:19:19.567Z | Downloaded headers v0.4.1 |
| 734 | 2025-09-17T19:19:19.573Z | Downloaded globset v0.4.15 |
| 735 | 2025-09-17T19:19:19.578Z | Downloaded foreign-types-macros v0.2.3 |
| 736 | 2025-09-17T19:19:19.581Z | Downloaded enum-as-inner v0.6.1 |
| 737 | 2025-09-17T19:19:19.581Z | Downloaded indicatif v0.17.11 |
| 738 | 2025-09-17T19:19:19.586Z | Downloaded similar v2.7.0 |
| 739 | 2025-09-17T19:19:19.590Z | Downloaded zstd-safe v7.2.3 |
| 740 | 2025-09-17T19:19:19.593Z | Downloaded nibble_vec v0.1.0 |
| 741 | 2025-09-17T19:19:19.595Z | Downloaded gethostname v0.5.0 |
| 742 | 2025-09-17T19:19:19.599Z | Downloaded signal-hook-tokio v0.3.1 |
| 743 | 2025-09-17T19:19:19.599Z | Downloaded tokio-stream v0.1.17 |
| 744 | 2025-09-17T19:19:19.603Z | Downloaded postgres-protocol v0.6.8 |
| 745 | 2025-09-17T19:19:19.606Z | Downloaded ghash v0.5.1 |
| 746 | 2025-09-17T19:19:19.610Z | Downloaded universal-hash v0.5.1 |
| 747 | 2025-09-17T19:19:19.613Z | Downloaded pem v3.0.5 |
| 748 | 2025-09-17T19:19:19.613Z | Downloaded peg v0.8.5 |
| 749 | 2025-09-17T19:19:19.617Z | Downloaded strum v0.27.2 |
| 750 | 2025-09-17T19:19:19.620Z | Downloaded psl-types v2.0.11 |
| 751 | 2025-09-17T19:19:19.620Z | Downloaded try-lock v0.2.5 |
| 752 | 2025-09-17T19:19:19.624Z | Downloaded hyper v1.7.0 |
| 753 | 2025-09-17T19:19:19.629Z | Downloaded progenitor-macro v0.8.0 |
| 754 | 2025-09-17T19:19:19.635Z | Downloaded whoami v1.5.2 |
| 755 | 2025-09-17T19:19:19.640Z | Downloaded cookie v0.18.1 |
| 756 | 2025-09-17T19:19:19.640Z | Downloaded salsa20 v0.10.2 |
| 757 | 2025-09-17T19:19:19.643Z | Downloaded zone_cfg_derive v0.1.2 |
| 758 | 2025-09-17T19:19:19.643Z | Downloaded bumpalo v3.16.0 |
| 759 | 2025-09-17T19:19:19.646Z | Downloaded smallvec v0.6.14 |
| 760 | 2025-09-17T19:19:19.651Z | Downloaded parking_lot_core v0.8.6 |
| 761 | 2025-09-17T19:19:19.654Z | Downloaded waitgroup v0.1.2 |
| 762 | 2025-09-17T19:19:19.654Z | Downloaded wait-timeout v0.2.0 |
| 763 | 2025-09-17T19:19:19.658Z | Downloaded strum v0.26.3 |
| 764 | 2025-09-17T19:19:19.658Z | Downloaded hyper-util v0.1.16 |
| 765 | 2025-09-17T19:19:19.662Z | Downloaded structmeta-derive v0.3.0 |
| 766 | 2025-09-17T19:19:19.665Z | Downloaded getrandom v0.2.15 |
| 767 | 2025-09-17T19:19:19.668Z | Downloaded document-features v0.2.11 |
| 768 | 2025-09-17T19:19:19.676Z | Downloaded toml_writer v1.0.2 |
| 769 | 2025-09-17T19:19:19.681Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 770 | 2025-09-17T19:19:19.681Z | Downloaded number_prefix v0.4.0 |
| 771 | 2025-09-17T19:19:19.681Z | Downloaded postcard v1.0.10 |
| 772 | 2025-09-17T19:19:19.681Z | Downloaded poly1305 v0.8.0 |
| 773 | 2025-09-17T19:19:19.688Z | Downloaded dropshot_endpoint v0.16.4 |
| 774 | 2025-09-17T19:19:19.692Z | Downloaded termios v0.3.3 |
| 775 | 2025-09-17T19:19:19.692Z | Downloaded heapless v0.8.0 |
| 776 | 2025-09-17T19:19:19.695Z | Downloaded tui-tree-widget v0.23.1 |
| 777 | 2025-09-17T19:19:19.698Z | Downloaded zopfli v0.8.1 |
| 778 | 2025-09-17T19:19:19.702Z | Downloaded serde_cbor v0.11.2 |
| 779 | 2025-09-17T19:19:19.705Z | Downloaded pin-utils v0.1.0 |
| 780 | 2025-09-17T19:19:19.708Z | Downloaded xattr v1.3.1 |
| 781 | 2025-09-17T19:19:19.708Z | Downloaded oso-derive v0.27.3 |
| 782 | 2025-09-17T19:19:19.711Z | Downloaded zone v0.3.1 |
| 783 | 2025-09-17T19:19:19.711Z | Downloaded slog-term v2.9.2 |
| 784 | 2025-09-17T19:19:19.715Z | Downloaded hickory-server v0.25.2 |
| 785 | 2025-09-17T19:19:19.720Z | Downloaded ff v0.13.0 |
| 786 | 2025-09-17T19:19:19.723Z | Downloaded display-error-chain v0.2.2 |
| 787 | 2025-09-17T19:19:19.726Z | Downloaded parking_lot v0.12.3 |
| 788 | 2025-09-17T19:19:19.729Z | Downloaded pretty-hex v0.2.1 |
| 789 | 2025-09-17T19:19:19.730Z | Downloaded nu-ansi-term v0.50.1 |
| 790 | 2025-09-17T19:19:19.733Z | Downloaded time-core v0.1.2 |
| 791 | 2025-09-17T19:19:19.733Z | Downloaded sha1 v0.10.6 |
| 792 | 2025-09-17T19:19:19.737Z | Downloaded olpc-cjson v0.1.4 |
| 793 | 2025-09-17T19:19:19.741Z | Downloaded num-integer v0.1.46 |
| 794 | 2025-09-17T19:19:19.741Z | Downloaded fallible-iterator v0.2.0 |
| 795 | 2025-09-17T19:19:19.744Z | Downloaded hickory-resolver v0.25.2 |
| 796 | 2025-09-17T19:19:19.748Z | Downloaded yansi v1.0.1 |
| 797 | 2025-09-17T19:19:19.751Z | Downloaded unsafe-libyaml v0.2.11 |
| 798 | 2025-09-17T19:19:19.755Z | Downloaded crunchy v0.2.2 |
| 799 | 2025-09-17T19:19:19.758Z | Downloaded rand_core v0.6.4 |
| 800 | 2025-09-17T19:19:19.758Z | Downloaded rand_chacha v0.3.1 |
| 801 | 2025-09-17T19:19:19.762Z | Downloaded rand_chacha v0.9.0 |
| 802 | 2025-09-17T19:19:19.766Z | Downloaded rfc6979 v0.4.0 |
| 803 | 2025-09-17T19:19:19.766Z | Downloaded steno v0.4.1 |
| 804 | 2025-09-17T19:19:19.769Z | Downloaded want v0.3.1 |
| 805 | 2025-09-17T19:19:19.772Z | Downloaded zone_cfg_derive v0.3.0 |
| 806 | 2025-09-17T19:19:19.772Z | Downloaded dirs-sys-next v0.1.2 |
| 807 | 2025-09-17T19:19:19.775Z | Downloaded slog v2.7.0 |
| 808 | 2025-09-17T19:19:19.780Z | Downloaded secrecy v0.8.0 |
| 809 | 2025-09-17T19:19:19.783Z | Downloaded cc v1.2.30 |
| 810 | 2025-09-17T19:19:19.786Z | Downloaded num_threads v0.1.7 |
| 811 | 2025-09-17T19:19:19.786Z | Downloaded thread_local v1.1.8 |
| 812 | 2025-09-17T19:19:19.791Z | Downloaded subtle v2.6.1 |
| 813 | 2025-09-17T19:19:19.791Z | Downloaded unicode-truncate v1.1.0 |
| 814 | 2025-09-17T19:19:19.795Z | Downloaded structmeta v0.3.0 |
| 815 | 2025-09-17T19:19:19.795Z | Downloaded csv-core v0.1.11 |
| 816 | 2025-09-17T19:19:19.798Z | Downloaded oxnet v0.1.3 |
| 817 | 2025-09-17T19:19:19.798Z | Downloaded oxide-tokio-rt v0.1.2 |
| 818 | 2025-09-17T19:19:19.803Z | Downloaded libm v0.2.8 |
| 819 | 2025-09-17T19:19:19.809Z | Downloaded env_logger v0.11.5 |
| 820 | 2025-09-17T19:19:19.813Z | Downloaded scopeguard v1.2.0 |
| 821 | 2025-09-17T19:19:19.816Z | Downloaded proc-macro-error2 v2.0.1 |
| 822 | 2025-09-17T19:19:19.820Z | Downloaded serde_repr v0.1.19 |
| 823 | 2025-09-17T19:19:19.824Z | Downloaded itertools v0.10.5 |
| 824 | 2025-09-17T19:19:19.830Z | Downloaded topological-sort v0.2.2 |
| 825 | 2025-09-17T19:19:19.834Z | Downloaded thiserror-no-std v2.0.2 |
| 826 | 2025-09-17T19:19:19.837Z | Downloaded darling_macro v0.20.10 |
| 827 | 2025-09-17T19:19:19.839Z | Downloaded progenitor-impl v0.11.0 |
| 828 | 2025-09-17T19:19:19.844Z | Downloaded ed25519 v2.2.3 |
| 829 | 2025-09-17T19:19:19.847Z | Downloaded num v0.4.3 |
| 830 | 2025-09-17T19:19:19.847Z | Downloaded difflib v0.4.0 |
| 831 | 2025-09-17T19:19:19.847Z | Downloaded publicsuffix v2.3.0 |
| 832 | 2025-09-17T19:19:19.851Z | Downloaded zone v0.1.8 |
| 833 | 2025-09-17T19:19:19.855Z | Downloaded zeroize v1.8.1 |
| 834 | 2025-09-17T19:19:19.855Z | Downloaded owo-colors v4.2.2 |
| 835 | 2025-09-17T19:19:19.858Z | Downloaded pin-project-internal v1.1.6 |
| 836 | 2025-09-17T19:19:19.861Z | Downloaded num-complex v0.4.6 |
| 837 | 2025-09-17T19:19:19.864Z | Downloaded futures-channel v0.3.31 |
| 838 | 2025-09-17T19:19:19.867Z | Downloaded xshell-macros v0.2.7 |
| 839 | 2025-09-17T19:19:19.867Z | Downloaded pkcs8 v0.10.2 |
| 840 | 2025-09-17T19:19:19.870Z | Downloaded typify-macro v0.3.0 |
| 841 | 2025-09-17T19:19:19.873Z | Downloaded predicates-core v1.0.8 |
| 842 | 2025-09-17T19:19:19.873Z | Downloaded ppv-lite86 v0.2.20 |
| 843 | 2025-09-17T19:19:19.877Z | Downloaded flagset v0.4.6 |
| 844 | 2025-09-17T19:19:19.881Z | Downloaded mime v0.3.17 |
| 845 | 2025-09-17T19:19:19.881Z | Downloaded radium v0.7.0 |
| 846 | 2025-09-17T19:19:19.884Z | Downloaded derive_more v2.0.1 |
| 847 | 2025-09-17T19:19:19.892Z | Downloaded normalize-line-endings v0.3.0 |
| 848 | 2025-09-17T19:19:19.895Z | Downloaded support-bundle-viewer v0.1.2 |
| 849 | 2025-09-17T19:19:19.898Z | Downloaded num_enum_derive v0.5.11 |
| 850 | 2025-09-17T19:19:19.898Z | Downloaded aho-corasick v1.1.3 |
| 851 | 2025-09-17T19:19:19.905Z | Downloaded twox-hash v2.1.0 |
| 852 | 2025-09-17T19:19:19.909Z | Downloaded walkdir v2.5.0 |
| 853 | 2025-09-17T19:19:19.913Z | Downloaded tracing-core v0.1.32 |
| 854 | 2025-09-17T19:19:19.916Z | Downloaded itertools v0.12.1 |
| 855 | 2025-09-17T19:19:19.921Z | Downloaded slog-dtrace v0.3.0 |
| 856 | 2025-09-17T19:19:19.924Z | Downloaded embedded-io v0.6.1 |
| 857 | 2025-09-17T19:19:19.927Z | Downloaded either v1.15.0 |
| 858 | 2025-09-17T19:19:19.930Z | Downloaded embedded-io v0.4.0 |
| 859 | 2025-09-17T19:19:19.933Z | Downloaded cstr-argument v0.1.2 |
| 860 | 2025-09-17T19:19:19.933Z | Downloaded sync_wrapper v1.0.1 |
| 861 | 2025-09-17T19:19:19.937Z | Downloaded sync-ptr v0.1.4 |
| 862 | 2025-09-17T19:19:19.937Z | Downloaded futures-executor v0.3.31 |
| 863 | 2025-09-17T19:19:19.940Z | Downloaded parse-size v1.1.0 |
| 864 | 2025-09-17T19:19:19.940Z | Downloaded pin-project v1.1.6 |
| 865 | 2025-09-17T19:19:19.953Z | Downloaded derive_builder_macro v0.20.2 |
| 866 | 2025-09-17T19:19:19.956Z | Downloaded rand_xorshift v0.4.0 |
| 867 | 2025-09-17T19:19:19.956Z | Downloaded rand_seeder v0.4.0 |
| 868 | 2025-09-17T19:19:19.960Z | Downloaded strip-ansi-escapes v0.2.0 |
| 869 | 2025-09-17T19:19:19.960Z | Downloaded snafu v0.8.5 |
| 870 | 2025-09-17T19:19:19.966Z | Downloaded void v1.0.2 |
| 871 | 2025-09-17T19:19:19.970Z | Downloaded xshell v0.2.7 |
| 872 | 2025-09-17T19:19:19.977Z | Downloaded futures-core v0.3.31 |
| 873 | 2025-09-17T19:19:19.977Z | Downloaded nodrop v0.1.14 |
| 874 | 2025-09-17T19:19:19.984Z | Downloaded itertools v0.13.0 |
| 875 | 2025-09-17T19:19:19.988Z | Downloaded defmt v0.3.8 |
| 876 | 2025-09-17T19:19:19.988Z | Downloaded slog-envlogger v2.2.0 |
| 877 | 2025-09-17T19:19:19.991Z | Downloaded unit-prefix v0.5.1 |
| 878 | 2025-09-17T19:19:19.991Z | Downloaded tabled_derive v0.11.0 |
| 879 | 2025-09-17T19:19:19.995Z | Downloaded tabled_derive v0.10.0 |
| 880 | 2025-09-17T19:19:19.995Z | Downloaded slog-stdlog v4.1.1 |
| 881 | 2025-09-17T19:19:19.999Z | Downloaded phf v0.12.1 |
| 882 | 2025-09-17T19:19:19.999Z | Downloaded same-file v1.0.6 |
| 883 | 2025-09-17T19:19:20.003Z | Downloaded progenitor v0.10.0 |
| 884 | 2025-09-17T19:19:20.003Z | Downloaded progenitor v0.9.1 |
| 885 | 2025-09-17T19:19:20.006Z | Downloaded derive_builder_core v0.20.2 |
| 886 | 2025-09-17T19:19:20.009Z | Downloaded rustls-pemfile v1.0.4 |
| 887 | 2025-09-17T19:19:20.012Z | Downloaded parse-display v0.10.0 |
| 888 | 2025-09-17T19:19:20.012Z | Downloaded rustls-pemfile v2.2.0 |
| 889 | 2025-09-17T19:19:20.015Z | Downloaded opaque-debug v0.3.1 |
| 890 | 2025-09-17T19:19:20.018Z | Downloaded spki v0.7.3 |
| 891 | 2025-09-17T19:19:20.024Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 892 | 2025-09-17T19:19:20.024Z | Downloaded progenitor v0.11.0 |
| 893 | 2025-09-17T19:19:20.027Z | Downloaded derive_builder v0.20.2 |
| 894 | 2025-09-17T19:19:20.031Z | Downloaded smf v0.2.3 |
| 895 | 2025-09-17T19:19:20.035Z | Downloaded filetime v0.2.25 |
| 896 | 2025-09-17T19:19:20.035Z | Downloaded unicode_categories v0.1.1 |
| 897 | 2025-09-17T19:19:20.039Z | Downloaded ena v0.14.3 |
| 898 | 2025-09-17T19:19:20.039Z | Downloaded string_cache v0.8.9 |
| 899 | 2025-09-17T19:19:20.043Z | Downloaded toml_datetime v0.7.0 |
| 900 | 2025-09-17T19:19:20.043Z | Downloaded env_filter v0.1.2 |
| 901 | 2025-09-17T19:19:20.046Z | Downloaded crypto-bigint v0.5.5 |
| 902 | 2025-09-17T19:19:20.051Z | Downloaded packed_struct_codegen v0.10.1 |
| 903 | 2025-09-17T19:19:20.054Z | Downloaded fixedbitset v0.4.2 |
| 904 | 2025-09-17T19:19:20.057Z | Downloaded progenitor-impl v0.9.1 |
| 905 | 2025-09-17T19:19:20.061Z | Downloaded slog-async v2.8.0 |
| 906 | 2025-09-17T19:19:20.061Z | Downloaded ref-cast v1.0.24 |
| 907 | 2025-09-17T19:19:20.065Z | Downloaded utf-8 v0.7.6 |
| 908 | 2025-09-17T19:19:20.068Z | Downloaded rand_core v0.9.3 |
| 909 | 2025-09-17T19:19:20.068Z | Downloaded untrusted v0.9.0 |
| 910 | 2025-09-17T19:19:20.071Z | Downloaded vsss-rs v3.3.4 |
| 911 | 2025-09-17T19:19:20.074Z | Downloaded prettyplease v0.2.36 |
| 912 | 2025-09-17T19:19:20.077Z | Downloaded tokio-macros v2.5.0 |
| 913 | 2025-09-17T19:19:20.081Z | Downloaded serde-hex v0.1.0 |
| 914 | 2025-09-17T19:19:20.084Z | Downloaded typify-macro v0.2.0 |
| 915 | 2025-09-17T19:19:20.084Z | Downloaded sec1 v0.7.3 |
| 916 | 2025-09-17T19:19:20.087Z | Downloaded foldhash v0.1.5 |
| 917 | 2025-09-17T19:19:20.088Z | Downloaded progenitor-client v0.10.0 |
| 918 | 2025-09-17T19:19:20.088Z | Downloaded pretty_assertions v1.4.1 |
| 919 | 2025-09-17T19:19:20.091Z | Downloaded sct v0.7.1 |
| 920 | 2025-09-17T19:19:20.096Z | Downloaded ed25519-dalek v2.1.1 |
| 921 | 2025-09-17T19:19:20.100Z | Downloaded foldhash v0.2.0 |
| 922 | 2025-09-17T19:19:20.103Z | Downloaded paste v1.0.15 |
| 923 | 2025-09-17T19:19:20.103Z | Downloaded derive-where v1.5.0 |
| 924 | 2025-09-17T19:19:20.109Z | Downloaded progenitor-client v0.9.1 |
| 925 | 2025-09-17T19:19:20.111Z | Downloaded powerfmt v0.2.0 |
| 926 | 2025-09-17T19:19:20.112Z | Downloaded phf_shared v0.12.1 |
| 927 | 2025-09-17T19:19:20.115Z | Downloaded tinyvec_macros v0.1.1 |
| 928 | 2025-09-17T19:19:20.115Z | Downloaded darling_macro v0.21.0 |
| 929 | 2025-09-17T19:19:20.115Z | Downloaded foreign-types v0.3.2 |
| 930 | 2025-09-17T19:19:20.121Z | Downloaded newtype-uuid v1.2.4 |
| 931 | 2025-09-17T19:19:20.121Z | Downloaded newtype_derive v0.1.6 |
| 932 | 2025-09-17T19:19:20.124Z | Downloaded fixedbitset v0.5.7 |
| 933 | 2025-09-17T19:19:20.124Z | Downloaded value-bag v1.9.0 |
| 934 | 2025-09-17T19:19:20.127Z | Downloaded rsa v0.9.6 |
| 935 | 2025-09-17T19:19:20.131Z | Downloaded group v0.13.0 |
| 936 | 2025-09-17T19:19:20.134Z | Downloaded serde_bytes v0.11.17 |
| 937 | 2025-09-17T19:19:20.135Z | Downloaded debug-ignore v1.0.5 |
| 938 | 2025-09-17T19:19:20.139Z | Downloaded h2 v0.4.6 |
| 939 | 2025-09-17T19:19:20.143Z | Downloaded tokio-dtrace v0.1.0 |
| 940 | 2025-09-17T19:19:20.146Z | Downloaded pem-rfc7468 v0.7.0 |
| 941 | 2025-09-17T19:19:20.149Z | Downloaded openssl-macros v0.1.1 |
| 942 | 2025-09-17T19:19:20.149Z | Downloaded signal-hook-mio v0.2.4 |
| 943 | 2025-09-17T19:19:20.153Z | Downloaded shlex v1.3.0 |
| 944 | 2025-09-17T19:19:20.153Z | Downloaded stringprep v0.1.5 |
| 945 | 2025-09-17T19:19:20.157Z | Downloaded expectorate v1.2.0 |
| 946 | 2025-09-17T19:19:20.160Z | Downloaded foreign-types v0.5.0 |
| 947 | 2025-09-17T19:19:20.160Z | Downloaded elliptic-curve v0.13.8 |
| 948 | 2025-09-17T19:19:20.163Z | Downloaded xz2 v0.1.7 |
| 949 | 2025-09-17T19:19:20.167Z | Downloaded tower-http v0.6.6 |
| 950 | 2025-09-17T19:19:20.173Z | Downloaded num-iter v0.1.45 |
| 951 | 2025-09-17T19:19:20.176Z | Downloaded serde_derive_internals v0.29.1 |
| 952 | 2025-09-17T19:19:20.179Z | Downloaded rustls-native-certs v0.8.1 |
| 953 | 2025-09-17T19:19:20.179Z | Downloaded rtoolbox v0.0.2 |
| 954 | 2025-09-17T19:19:20.183Z | Downloaded parse-display-derive v0.10.0 |
| 955 | 2025-09-17T19:19:20.183Z | Downloaded tls_codec v0.4.1 |
| 956 | 2025-09-17T19:19:20.187Z | Downloaded zeroize_derive v1.4.2 |
| 957 | 2025-09-17T19:19:20.187Z | Downloaded data-encoding v2.9.0 |
| 958 | 2025-09-17T19:19:20.190Z | Downloaded password-hash v0.4.2 |
| 959 | 2025-09-17T19:19:20.190Z | Downloaded omicron-zone-package v0.12.2 |
| 960 | 2025-09-17T19:19:20.195Z | Downloaded toml v0.7.8 |
| 961 | 2025-09-17T19:19:20.198Z | Downloaded diff v0.1.13 |
| 962 | 2025-09-17T19:19:20.203Z | Downloaded memoffset v0.9.1 |
| 963 | 2025-09-17T19:19:20.206Z | Downloaded pkg-config v0.3.31 |
| 964 | 2025-09-17T19:19:20.206Z | Downloaded x509-cert v0.2.5 |
| 965 | 2025-09-17T19:19:20.209Z | Downloaded zlib-rs v0.5.1 |
| 966 | 2025-09-17T19:19:20.215Z | Downloaded pkcs5 v0.7.1 |
| 967 | 2025-09-17T19:19:20.219Z | Downloaded newline-converter v0.3.0 |
| 968 | 2025-09-17T19:19:20.223Z | Downloaded signal-hook v0.3.18 |
| 969 | 2025-09-17T19:19:20.227Z | Downloaded mio v1.0.2 |
| 970 | 2025-09-17T19:19:20.230Z | Downloaded time-macros v0.2.18 |
| 971 | 2025-09-17T19:19:20.233Z | Downloaded vergen v8.3.2 |
| 972 | 2025-09-17T19:19:20.236Z | Downloaded typify v0.4.3 |
| 973 | 2025-09-17T19:19:20.254Z | Downloaded aws-lc-rs v1.12.4 |
| 974 | 2025-09-17T19:19:20.254Z | Downloaded phf_shared v0.11.2 |
| 975 | 2025-09-17T19:19:20.260Z | Downloaded pkcs1 v0.7.5 |
| 976 | 2025-09-17T19:19:20.260Z | Downloaded des v0.8.1 |
| 977 | 2025-09-17T19:19:20.260Z | Downloaded papergrid v0.14.0 |
| 978 | 2025-09-17T19:19:20.264Z | Downloaded tinyvec v1.8.0 |
| 979 | 2025-09-17T19:19:20.264Z | Downloaded num-bigint v0.4.6 |
| 980 | 2025-09-17T19:19:20.270Z | Downloaded native-tls v0.2.12 |
| 981 | 2025-09-17T19:19:20.273Z | Downloaded flume v0.11.1 |
| 982 | 2025-09-17T19:19:20.277Z | Downloaded rand v0.8.5 |
| 983 | 2025-09-17T19:19:20.281Z | Downloaded tokio-util v0.7.15 |
| 984 | 2025-09-17T19:19:20.286Z | Downloaded rayon-core v1.12.1 |
| 985 | 2025-09-17T19:19:20.290Z | Downloaded salty v0.3.0 |
| 986 | 2025-09-17T19:19:20.296Z | Downloaded toml_edit v0.19.15 |
| 987 | 2025-09-17T19:19:20.314Z | Downloaded rcgen v0.12.1 |
| 988 | 2025-09-17T19:19:20.317Z | Downloaded num-bigint-dig v0.8.4 |
| 989 | 2025-09-17T19:19:20.320Z | Downloaded rustls-pki-types v1.10.0 |
| 990 | 2025-09-17T19:19:20.324Z | Downloaded crossterm v0.29.0 |
| 991 | 2025-09-17T19:19:20.331Z | Downloaded vcpkg v0.2.15 |
| 992 | 2025-09-17T19:19:20.369Z | Downloaded nom v7.1.3 |
| 993 | 2025-09-17T19:19:20.374Z | Downloaded bitvec v1.0.1 |
| 994 | 2025-09-17T19:19:20.389Z | Downloaded zip v0.6.6 |
| 995 | 2025-09-17T19:19:20.392Z | Downloaded typed-path v0.9.3 |
| 996 | 2025-09-17T19:19:20.399Z | Downloaded portable-atomic v1.11.0 |
| 997 | 2025-09-17T19:19:20.406Z | Downloaded rand v0.9.2 |
| 998 | 2025-09-17T19:19:20.409Z | Downloaded diesel_derives v2.2.3 |
| 999 | 2025-09-17T19:19:20.414Z | Downloaded chrono v0.4.41 |
| 1000 | 2025-09-17T19:19:20.421Z | Downloaded proptest v1.7.0 |
| 1001 | 2025-09-17T19:19:20.431Z | Downloaded quinn-proto v0.11.8 |
| 1002 | 2025-09-17T19:19:20.437Z | Downloaded unicode-normalization v0.1.24 |
| 1003 | 2025-09-17T19:19:20.442Z | Downloaded regex v1.11.1 |
| 1004 | 2025-09-17T19:19:20.455Z | Downloaded futures-util v0.3.31 |
| 1005 | 2025-09-17T19:19:20.468Z | Downloaded git2 v0.19.0 |
| 1006 | 2025-09-17T19:19:20.478Z | Downloaded tough v0.20.0 |
| 1007 | 2025-09-17T19:19:20.485Z | Downloaded russh v0.45.0 |
| 1008 | 2025-09-17T19:19:20.490Z | Downloaded hickory-proto v0.25.2 |
| 1009 | 2025-09-17T19:19:20.504Z | Downloaded winnow v0.6.26 |
| 1010 | 2025-09-17T19:19:20.513Z | Downloaded reqwest v0.12.22 |
| 1011 | 2025-09-17T19:19:20.522Z | Downloaded zip v4.2.0 |
| 1012 | 2025-09-17T19:19:20.526Z | Downloaded tabled v0.20.0 |
| 1013 | 2025-09-17T19:19:20.544Z | Downloaded moka v0.12.10 |
| 1014 | 2025-09-17T19:19:20.555Z | Downloaded rustls v0.22.4 |
| 1015 | 2025-09-17T19:19:20.568Z | Downloaded reedline v0.40.0 |
| 1016 | 2025-09-17T19:19:20.576Z | Downloaded object v0.30.4 |
| 1017 | 2025-09-17T19:19:20.584Z | Downloaded smoltcp v0.9.1 |
| 1018 | 2025-09-17T19:19:20.595Z | Downloaded rustls v0.23.19 |
| 1019 | 2025-09-17T19:19:20.606Z | Downloaded p384 v0.13.0 |
| 1020 | 2025-09-17T19:19:20.612Z | Downloaded zerocopy v0.8.26 |
| 1021 | 2025-09-17T19:19:20.633Z | Downloaded tabled v0.18.0 |
| 1022 | 2025-09-17T19:19:20.651Z | Downloaded webpki-roots v1.0.1 |
| 1023 | 2025-09-17T19:19:20.654Z | Downloaded polar-core v0.27.3 |
| 1024 | 2025-09-17T19:19:20.659Z | Downloaded nix v0.28.0 |
| 1025 | 2025-09-17T19:19:20.671Z | Downloaded nix v0.27.1 |
| 1026 | 2025-09-17T19:19:20.688Z | Downloaded curve25519-dalek v4.1.3 |
| 1027 | 2025-09-17T19:19:20.691Z | Downloaded sled v0.34.7 |
| 1028 | 2025-09-17T19:19:20.700Z | Downloaded smoltcp v0.11.0 |
| 1029 | 2025-09-17T19:19:20.712Z | Downloaded regex-syntax v0.6.29 |
| 1030 | 2025-09-17T19:19:20.716Z | Downloaded regress v0.10.4 |
| 1031 | 2025-09-17T19:19:20.725Z | Downloaded regex-syntax v0.8.5 |
| 1032 | 2025-09-17T19:19:20.734Z | Downloaded openssl v0.10.73 |
| 1033 | 2025-09-17T19:19:20.742Z | Downloaded bstr v1.10.0 |
| 1034 | 2025-09-17T19:19:20.753Z | Downloaded dropshot v0.16.4 |
| 1035 | 2025-09-17T19:19:20.775Z | Downloaded gimli v0.31.1 |
| 1036 | 2025-09-17T19:19:20.780Z | Downloaded petname v2.0.2 |
| 1037 | 2025-09-17T19:19:20.784Z | Downloaded object v0.36.5 |
| 1038 | 2025-09-17T19:19:20.794Z | Downloaded hickory-proto v0.24.4 |
| 1039 | 2025-09-17T19:19:20.809Z | Downloaded radix_trie v0.2.1 |
| 1040 | 2025-09-17T19:19:20.814Z | Downloaded typify-impl v0.2.0 |
| 1041 | 2025-09-17T19:19:20.826Z | Downloaded nix v0.29.0 |
| 1042 | 2025-09-17T19:19:20.836Z | Downloaded nix v0.30.1 |
| 1043 | 2025-09-17T19:19:20.850Z | Downloaded sqlparser v0.45.0 |
| 1044 | 2025-09-17T19:19:20.853Z | Downloaded openapiv3 v2.2.0 |
| 1045 | 2025-09-17T19:19:20.864Z | Downloaded jiff v0.2.15 |
| 1046 | 2025-09-17T19:19:20.880Z | Downloaded diesel v2.2.12 |
| 1047 | 2025-09-17T19:19:20.897Z | Downloaded ratatui v0.29.0 |
| 1048 | 2025-09-17T19:19:20.917Z | Downloaded typify-impl v0.3.0 |
| 1049 | 2025-09-17T19:19:20.929Z | Downloaded typify-impl v0.4.3 |
| 1050 | 2025-09-17T19:19:20.941Z | Downloaded zerocopy-derive v0.6.6 |
| 1051 | 2025-09-17T19:19:20.951Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1052 | 2025-09-17T19:19:20.962Z | Downloaded lzma-sys v0.1.20 |
| 1053 | 2025-09-17T19:19:20.989Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
| 1054 | 2025-09-17T19:19:21.004Z | Downloaded libz-sys v1.1.20 |
| 1055 | 2025-09-17T19:19:21.021Z | Downloaded regex-automata v0.4.8 |
| 1056 | 2025-09-17T19:19:21.036Z | Downloaded p521 v0.13.3 |
| 1057 | 2025-09-17T19:19:21.041Z | Downloaded rustls-webpki v0.102.8 |
| 1058 | 2025-09-17T19:19:21.059Z | Downloaded petgraph v0.8.2 |
| 1059 | 2025-09-17T19:19:21.075Z | Downloaded chrono-tz v0.10.4 |
| 1060 | 2025-09-17T19:19:21.089Z | Downloaded rustls-webpki v0.101.7 |
| 1061 | 2025-09-17T19:19:21.102Z | Downloaded serde_with v3.14.0 |
| 1062 | 2025-09-17T19:19:21.113Z | Downloaded sha3 v0.10.8 |
| 1063 | 2025-09-17T19:19:21.118Z | Downloaded rustls v0.21.12 |
| 1064 | 2025-09-17T19:19:21.128Z | Downloaded csv v1.3.1 |
| 1065 | 2025-09-17T19:19:21.145Z | Downloaded petgraph v0.6.5 |
| 1066 | 2025-09-17T19:19:21.160Z | Downloaded tokio v1.47.0 |
| 1067 | 2025-09-17T19:19:21.192Z | Downloaded bindgen v0.69.5 |
| 1068 | 2025-09-17T19:19:21.201Z | Downloaded rpassword v7.4.0 |
| 1069 | 2025-09-17T19:19:21.204Z | Downloaded unicode-segmentation v1.12.0 |
| 1070 | 2025-09-17T19:19:21.204Z | Downloaded darling_core v0.20.10 |
| 1071 | 2025-09-17T19:19:21.208Z | Downloaded darling_core v0.21.0 |
| 1072 | 2025-09-17T19:19:21.211Z | Downloaded toml v0.9.5 |
| 1073 | 2025-09-17T19:19:21.218Z | Downloaded uuid v1.18.1 |
| 1074 | 2025-09-17T19:19:21.225Z | Downloaded lalrpop v0.19.12 |
| 1075 | 2025-09-17T19:19:21.228Z | Downloaded time v0.3.36 |
| 1076 | 2025-09-17T19:19:21.235Z | Downloaded quick-xml v0.37.2 |
| 1077 | 2025-09-17T19:19:21.239Z | Downloaded slog-scope v4.4.0 |
| 1078 | 2025-09-17T19:19:21.242Z | Downloaded prefix-trie v0.7.0 |
| 1079 | 2025-09-17T19:19:21.245Z | Downloaded papergrid v0.17.0 |
| 1080 | 2025-09-17T19:19:21.250Z | Downloaded tokio-postgres v0.7.13 |
| 1081 | 2025-09-17T19:19:21.253Z | Downloaded minimal-lexical v0.2.1 |
| 1082 | 2025-09-17T19:19:21.261Z | Downloaded blake3 v1.5.4 |
| 1083 | 2025-09-17T19:19:21.278Z | Downloaded winnow v0.5.40 |
| 1084 | 2025-09-17T19:19:21.286Z | Downloaded rayon v1.10.0 |
| 1085 | 2025-09-17T19:19:21.295Z | Downloaded snafu-derive v0.8.5 |
| 1086 | 2025-09-17T19:19:21.298Z | Downloaded unicode-properties v0.1.3 |
| 1087 | 2025-09-17T19:19:21.301Z | Downloaded flate2 v1.1.2 |
| 1088 | 2025-09-17T19:19:21.305Z | Downloaded tracing v0.1.40 |
| 1089 | 2025-09-17T19:19:21.309Z | Downloaded num-rational v0.4.2 |
| 1090 | 2025-09-17T19:19:21.312Z | Downloaded miniz_oxide v0.8.5 |
| 1091 | 2025-09-17T19:19:21.316Z | Downloaded rustyline v14.0.0 |
| 1092 | 2025-09-17T19:19:21.319Z | Downloaded sqlformat v0.3.5 |
| 1093 | 2025-09-17T19:19:21.322Z | Downloaded half v2.4.1 |
| 1094 | 2025-09-17T19:19:21.325Z | Downloaded scrypt v0.11.0 |
| 1095 | 2025-09-17T19:19:21.329Z | Downloaded predicates-tree v1.0.12 |
| 1096 | 2025-09-17T19:19:21.329Z | Downloaded tokio-rustls v0.24.1 |
| 1097 | 2025-09-17T19:19:21.332Z | Downloaded subprocess v0.2.9 |
| 1098 | 2025-09-17T19:19:21.336Z | Downloaded ring v0.17.14 |
| 1099 | 2025-09-17T19:19:21.376Z | Downloaded fxhash v0.2.1 |
| 1100 | 2025-09-17T19:19:21.379Z | Downloaded futures-macro v0.3.31 |
| 1101 | 2025-09-17T19:19:21.379Z | Downloaded futures-io v0.3.31 |
| 1102 | 2025-09-17T19:19:21.379Z | Downloaded futures-task v0.3.31 |
| 1103 | 2025-09-17T19:19:21.383Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1104 | 2025-09-17T19:19:21.383Z | Downloaded encoding_rs v0.8.34 |
| 1105 | 2025-09-17T19:19:21.398Z | Downloaded postgres-types v0.2.9 |
| 1106 | 2025-09-17T19:19:21.403Z | Downloaded tokio-native-tls v0.3.1 |
| 1107 | 2025-09-17T19:19:21.406Z | Downloaded strum_macros v0.27.1 |
| 1108 | 2025-09-17T19:19:21.406Z | Downloaded strum_macros v0.26.4 |
| 1109 | 2025-09-17T19:19:21.406Z | Downloaded p256 v0.13.2 |
| 1110 | 2025-09-17T19:19:21.411Z | Downloaded tower v0.5.2 |
| 1111 | 2025-09-17T19:19:21.417Z | Downloaded mime_guess v2.0.5 |
| 1112 | 2025-09-17T19:19:21.420Z | Downloaded fs_extra v1.3.0 |
| 1113 | 2025-09-17T19:19:21.421Z | Downloaded derive_more-impl v2.0.1 |
| 1114 | 2025-09-17T19:19:21.438Z | Downloaded zerocopy-derive v0.8.26 |
| 1115 | 2025-09-17T19:19:21.438Z | Downloaded ron v0.8.1 |
| 1116 | 2025-09-17T19:19:21.442Z | Downloaded wyz v0.5.1 |
| 1117 | 2025-09-17T19:19:21.442Z | Downloaded parking_lot_core v0.9.10 |
| 1118 | 2025-09-17T19:19:21.442Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 1119 | 2025-09-17T19:19:21.484Z | Downloaded slog-bunyan v2.5.0 |
| 1120 | 2025-09-17T19:19:21.488Z | Downloaded quick-error v1.2.3 |
| 1121 | 2025-09-17T19:19:21.488Z | Downloaded phf v0.11.2 |
| 1122 | 2025-09-17T19:19:21.488Z | Downloaded password-hash v0.5.0 |
| 1123 | 2025-09-17T19:19:21.491Z | Downloaded hashbrown v0.16.0 |
| 1124 | 2025-09-17T19:19:21.495Z | Downloaded qorb v0.4.1 |
| 1125 | 2025-09-17T19:19:21.499Z | Downloaded tar v0.4.44 |
| 1126 | 2025-09-17T19:19:21.502Z | Downloaded diesel-dtrace v0.4.2 |
| 1127 | 2025-09-17T19:19:21.502Z | Downloaded typify-macro v0.4.3 |
| 1128 | 2025-09-17T19:19:21.502Z | Downloaded slog-json v2.6.1 |
| 1129 | 2025-09-17T19:19:21.502Z | Downloaded rusty-fork v0.3.0 |
| 1130 | 2025-09-17T19:19:21.505Z | Downloaded rustversion v1.0.17 |
| 1131 | 2025-09-17T19:19:21.505Z | Downloaded num_enum v0.5.11 |
| 1132 | 2025-09-17T19:19:21.510Z | Downloaded half v1.8.3 |
| 1133 | 2025-09-17T19:19:21.513Z | Downloaded hkdf v0.12.4 |
| 1134 | 2025-09-17T19:19:21.516Z | Downloaded openssl-sys v0.9.109 |
| 1135 | 2025-09-17T19:19:21.520Z | Downloaded libxml v0.3.3 |
| 1136 | 2025-09-17T19:19:21.524Z | Downloaded ecdsa v0.16.9 |
| 1137 | 2025-09-17T19:19:21.528Z | Downloaded darling v0.21.0 |
| 1138 | 2025-09-17T19:19:21.531Z | Downloaded darling v0.20.10 |
| 1139 | 2025-09-17T19:19:21.536Z | Downloaded samael v0.0.19 |
| 1140 | 2025-09-17T19:19:21.539Z | Downloaded tokio-tungstenite v0.21.0 |
| 1141 | 2025-09-17T19:19:21.543Z | Downloaded tokio-tungstenite v0.23.1 |
| 1142 | 2025-09-17T19:19:21.543Z | Downloaded multer v3.1.0 |
| 1143 | 2025-09-17T19:19:21.547Z | Downloaded futures v0.3.31 |
| 1144 | 2025-09-17T19:19:21.550Z | Downloaded tungstenite v0.23.0 |
| 1145 | 2025-09-17T19:19:21.553Z | Downloaded tungstenite v0.21.0 |
| 1146 | 2025-09-17T19:19:21.553Z | Downloaded socket2 v0.6.0 |
| 1147 | 2025-09-17T19:19:21.556Z | Downloaded socket2 v0.5.10 |
| 1148 | 2025-09-17T19:19:21.561Z | Downloaded der v0.7.9 |
| 1149 | 2025-09-17T19:19:21.564Z | Downloaded ssh-key v0.6.6 |
| 1150 | 2025-09-17T19:19:21.568Z | Downloaded serde_plain v1.0.2 |
| 1151 | 2025-09-17T19:19:21.568Z | Downloaded serde_path_to_error v0.1.17 |
| 1152 | 2025-09-17T19:19:21.571Z | Downloaded derive_more v0.99.20 |
| 1153 | 2025-09-17T19:19:21.575Z | Downloaded crossbeam-channel v0.5.15 |
| 1154 | 2025-09-17T19:19:21.578Z | Downloaded pin-project-lite v0.2.14 |
| 1155 | 2025-09-17T19:19:21.582Z | Downloaded env_logger v0.10.2 |
| 1156 | 2025-09-17T19:19:21.585Z | Downloaded hash32 v0.2.1 |
| 1157 | 2025-09-17T19:19:21.585Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1158 | 2025-09-17T19:19:21.588Z | Downloaded uzers v0.12.1 |
| 1159 | 2025-09-17T19:19:21.591Z | Downloaded progenitor-impl v0.10.0 |
| 1160 | 2025-09-17T19:19:21.594Z | Downloaded resolv-conf v0.7.0 |
| 1161 | 2025-09-17T19:19:21.594Z | Downloaded serde_with_macros v3.14.0 |
| 1162 | 2025-09-17T19:19:21.597Z | Downloaded oso v0.27.3 |
| 1163 | 2025-09-17T19:19:21.598Z | Downloaded tracing-attributes v0.1.27 |
| 1164 | 2025-09-17T19:19:21.600Z | Downloaded term v1.1.0 |
| 1165 | 2025-09-17T19:19:21.604Z | Downloaded term v0.7.0 |
| 1166 | 2025-09-17T19:19:21.608Z | Downloaded progenitor v0.8.0 |
| 1167 | 2025-09-17T19:19:21.608Z | Downloaded multimap v0.10.1 |
| 1168 | 2025-09-17T19:19:21.612Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1169 | 2025-09-17T19:19:21.612Z | Downloaded nanorand v0.7.0 |
| 1170 | 2025-09-17T19:19:21.612Z | Downloaded futures-sink v0.3.31 |
| 1171 | 2025-09-17T19:19:21.612Z | Downloaded termcolor v1.4.1 |
| 1172 | 2025-09-17T19:19:21.612Z | Downloaded itertools v0.14.0 |
| 1173 | 2025-09-17T19:19:21.617Z | Downloaded http v1.3.1 |
| 1174 | 2025-09-17T19:19:21.620Z | Downloaded funty v2.0.0 |
| 1175 | 2025-09-17T19:19:21.623Z | Downloaded ctr v0.9.2 |
| 1176 | 2025-09-17T19:19:21.623Z | Downloaded fatfs v0.3.6 |
| 1177 | 2025-09-17T19:19:21.627Z | Downloaded const_format v0.2.34 |
| 1178 | 2025-09-17T19:19:21.630Z | Downloaded iri-string v0.7.8 |
| 1179 | 2025-09-17T19:19:21.634Z | Downloaded base64 v0.21.7 |
| 1180 | 2025-09-17T19:19:21.637Z | Downloaded tap v1.0.1 |
| 1181 | 2025-09-17T19:19:21.640Z | Downloaded unicode-bidi v0.3.17 |
| 1182 | 2025-09-17T19:19:21.640Z | Downloaded peg-macros v0.8.5 |
| 1183 | 2025-09-17T19:19:21.644Z | Downloaded backtrace v0.3.74 |
| 1184 | 2025-09-17T19:19:21.647Z | Downloaded termtree v0.5.1 |
| 1185 | 2025-09-17T19:19:21.650Z | Downloaded strum_macros v0.24.3 |
| 1186 | 2025-09-17T19:19:21.650Z | Downloaded typify v0.3.0 |
| 1187 | 2025-09-17T19:19:21.653Z | Downloaded signal-hook-registry v1.4.2 |
| 1188 | 2025-09-17T19:19:21.653Z | Downloaded base64 v0.22.1 |
| 1189 | 2025-09-17T19:19:21.656Z | Downloaded hickory-resolver v0.24.4 |
| 1190 | 2025-09-17T19:19:21.660Z | Downloaded test-strategy v0.4.3 |
| 1191 | 2025-09-17T19:19:21.663Z | Downloaded schemars v0.8.22 |
| 1192 | 2025-09-17T19:19:21.673Z | Downloaded parking_lot v0.11.2 |
| 1193 | 2025-09-17T19:19:21.676Z | Downloaded zerocopy v0.6.6 |
| 1194 | 2025-09-17T19:19:21.679Z | Downloaded yasna v0.5.2 |
| 1195 | 2025-09-17T19:19:21.679Z | Downloaded aes v0.8.4 |
| 1196 | 2025-09-17T19:19:21.682Z | Downloaded der_derive v0.7.3 |
| 1197 | 2025-09-17T19:19:21.692Z | Downloaded defmt-macros v0.3.9 |
| 1198 | 2025-09-17T19:19:21.695Z | Downloaded vte v0.11.1 |
| 1199 | 2025-09-17T19:19:21.695Z | Downloaded jiff-static v0.2.15 |
| 1200 | 2025-09-17T19:19:21.695Z | Downloaded crossbeam-epoch v0.9.18 |
| 1201 | 2025-09-17T19:19:21.695Z | Downloaded progenitor-macro v0.9.1 |
| 1202 | 2025-09-17T19:19:21.695Z | Downloaded polyval v0.6.2 |
| 1203 | 2025-09-17T19:19:21.695Z | Downloaded packed_struct v0.10.1 |
| 1204 | 2025-09-17T19:19:21.695Z | Downloaded derive-ex v0.1.8 |
| 1205 | 2025-09-17T19:19:21.698Z | Downloaded pbkdf2 v0.12.2 |
| 1206 | 2025-09-17T19:19:21.698Z | Downloaded pbkdf2 v0.11.0 |
| 1207 | 2025-09-17T19:19:21.701Z | Downloaded typify v0.2.0 |
| 1208 | 2025-09-17T19:19:21.704Z | Downloaded chacha20poly1305 v0.10.1 |
| 1209 | 2025-09-17T19:19:21.704Z | Downloaded base64 v0.13.1 |
| 1210 | 2025-09-17T19:19:21.707Z | Downloaded quinn v0.11.5 |
| 1211 | 2025-09-17T19:19:21.710Z | Downloaded iddqd v0.3.13 |
| 1212 | 2025-09-17T19:19:21.716Z | Downloaded tokio-rustls v0.26.0 |
| 1213 | 2025-09-17T19:19:21.719Z | Downloaded tokio-rustls v0.25.0 |
| 1214 | 2025-09-17T19:19:21.719Z | Downloaded russh-keys v0.45.0 |
| 1215 | 2025-09-17T19:19:21.723Z | Downloaded zstd v0.13.3 |
| 1216 | 2025-09-17T19:19:21.726Z | Downloaded bytes v1.10.1 |
| 1217 | 2025-09-17T19:19:21.726Z | Downloaded progenitor-impl v0.8.0 |
| 1218 | 2025-09-17T19:19:21.730Z | Downloaded daft-derive v0.1.4 |
| 1219 | 2025-09-17T19:19:21.733Z | Downloaded daft v0.1.4 |
| 1220 | 2025-09-17T19:19:21.733Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 1221 | 2025-09-17T19:19:21.736Z | Downloaded spin v0.9.8 |
| 1222 | 2025-09-17T19:19:21.736Z | Downloaded ron v0.7.1 |
| 1223 | 2025-09-17T19:19:21.739Z | Downloaded compact_str v0.8.0 |
| 1224 | 2025-09-17T19:19:21.742Z | Downloaded fs-err v2.11.0 |
| 1225 | 2025-09-17T19:19:21.750Z | Downloaded toml_parser v1.0.2 |
| 1226 | 2025-09-17T19:19:21.750Z | Downloaded dunce v1.0.5 |
| 1227 | 2025-09-17T19:19:21.753Z | Downloaded dsl_auto_type v0.1.2 |
| 1228 | 2025-09-17T19:19:21.753Z | Downloaded openssl-probe v0.1.5 |
| 1229 | 2025-09-17T19:19:21.753Z | Downloaded untrusted v0.7.1 |
| 1230 | 2025-09-17T19:19:21.753Z | Downloaded unicase v2.7.0 |
| 1231 | 2025-09-17T19:19:21.753Z | Downloaded unarray v0.1.4 |
| 1232 | 2025-09-17T19:19:21.753Z | Downloaded allocator-api2 v0.2.21 |
| 1233 | 2025-09-17T19:19:21.757Z | Downloaded litrs v0.4.1 |
| 1234 | 2025-09-17T19:19:21.757Z | Downloaded hmac v0.12.1 |
| 1235 | 2025-09-17T19:19:21.760Z | Downloaded colored v2.2.0 |
| 1236 | 2025-09-17T19:19:21.760Z | Downloaded clang-sys v1.8.1 |
| 1237 | 2025-09-17T19:19:21.764Z | Downloaded bzip2 v0.4.4 |
| 1238 | 2025-09-17T19:19:21.764Z | Downloaded supports-color v3.0.2 |
| 1239 | 2025-09-17T19:19:21.767Z | Downloaded simd-adler32 v0.3.7 |
| 1240 | 2025-09-17T19:19:21.767Z | Downloaded lru v0.12.5 |
| 1241 | 2025-09-17T19:19:21.767Z | Downloaded httparse v1.9.5 |
| 1242 | 2025-09-17T19:19:21.770Z | Downloaded siphasher v0.3.11 |
| 1243 | 2025-09-17T19:19:21.773Z | Downloaded rustc_version v0.4.1 |
| 1244 | 2025-09-17T19:19:21.773Z | Downloaded ref-cast-impl v1.0.24 |
| 1245 | 2025-09-17T19:19:21.773Z | Downloaded progenitor-client v0.11.0 |
| 1246 | 2025-09-17T19:19:21.776Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 1247 | 2025-09-17T19:19:21.776Z | Downloaded ssh-cipher v0.2.0 |
| 1248 | 2025-09-17T19:19:21.776Z | Downloaded predicates v3.1.3 |
| 1249 | 2025-09-17T19:19:21.779Z | Downloaded glob v0.3.2 |
| 1250 | 2025-09-17T19:19:21.780Z | Downloaded atomicwrites v0.4.4 |
| 1251 | 2025-09-17T19:19:21.780Z | Downloaded maybe-uninit v2.0.0 |
| 1252 | 2025-09-17T19:19:21.783Z | Downloaded maplit v1.0.2 |
| 1253 | 2025-09-17T19:19:21.783Z | Downloaded managed v0.8.0 |
| 1254 | 2025-09-17T19:19:21.783Z | Downloaded lzss v0.8.2 |
| 1255 | 2025-09-17T19:19:21.786Z | Downloaded hostname v0.3.1 |
| 1256 | 2025-09-17T19:19:21.786Z | Downloaded take_mut v0.2.2 |
| 1257 | 2025-09-17T19:19:21.786Z | Downloaded libloading v0.8.5 |
| 1258 | 2025-09-17T19:19:21.789Z | Downloaded crossbeam-deque v0.8.5 |
| 1259 | 2025-09-17T19:19:21.789Z | Downloaded convert_case v0.7.1 |
| 1260 | 2025-09-17T19:19:21.792Z | Downloaded libsw-core v0.3.1 |
| 1261 | 2025-09-17T19:19:21.792Z | Downloaded libsw v3.5.0 |
| 1262 | 2025-09-17T19:19:21.792Z | Downloaded cookie_store v0.21.1 |
| 1263 | 2025-09-17T19:19:21.798Z | Downloaded ciborium-ll v0.2.2 |
| 1264 | 2025-09-17T19:19:21.798Z | Downloaded cassowary v0.3.0 |
| 1265 | 2025-09-17T19:19:21.801Z | Downloaded signature v2.2.0 |
| 1266 | 2025-09-17T19:19:21.801Z | Downloaded rustc_version v0.1.7 |
| 1267 | 2025-09-17T19:19:21.801Z | Downloaded rustc-hash v1.1.0 |
| 1268 | 2025-09-17T19:19:21.801Z | Downloaded crc-catalog v2.4.0 |
| 1269 | 2025-09-17T19:19:21.801Z | Downloaded cexpr v0.6.0 |
| 1270 | 2025-09-17T19:19:21.801Z | Downloaded bb8 v0.8.5 |
| 1271 | 2025-09-17T19:19:21.804Z | Downloaded keccak v0.1.5 |
| 1272 | 2025-09-17T19:19:21.804Z | Downloaded aes-gcm v0.10.3 |
| 1273 | 2025-09-17T19:19:21.807Z | Downloaded hubpack v0.1.2 |
| 1274 | 2025-09-17T19:19:21.807Z | Downloaded httpdate v1.0.3 |
| 1275 | 2025-09-17T19:19:21.810Z | Downloaded http-body-util v0.1.3 |
| 1276 | 2025-09-17T19:19:21.810Z | Downloaded cbc v0.1.2 |
| 1277 | 2025-09-17T19:19:21.810Z | Downloaded cargo_metadata v0.18.1 |
| 1278 | 2025-09-17T19:19:21.813Z | Downloaded base16ct v0.2.0 |
| 1279 | 2025-09-17T19:19:21.813Z | Downloaded indent_write v2.2.0 |
| 1280 | 2025-09-17T19:19:21.816Z | Downloaded iana-time-zone v0.1.63 |
| 1281 | 2025-09-17T19:19:21.816Z | Downloaded constant_time_eq v0.3.1 |
| 1282 | 2025-09-17T19:19:21.819Z | Downloaded hex v0.4.3 |
| 1283 | 2025-09-17T19:19:21.819Z | Downloaded inout v0.1.3 |
| 1284 | 2025-09-17T19:19:21.819Z | Downloaded hex-literal v0.4.1 |
| 1285 | 2025-09-17T19:19:21.822Z | Downloaded http-range v0.1.5 |
| 1286 | 2025-09-17T19:19:21.822Z | Downloaded arc-swap v1.7.1 |
| 1287 | 2025-09-17T19:19:21.826Z | Downloaded bit-vec v0.6.3 |
| 1288 | 2025-09-17T19:19:21.826Z | Downloaded ahash v0.8.12 |
| 1289 | 2025-09-17T19:19:21.829Z | Downloaded ciborium-io v0.2.2 |
| 1290 | 2025-09-17T19:19:21.829Z | Downloaded atty v0.2.14 |
| 1291 | 2025-09-17T19:19:21.829Z | Downloaded bcs v0.1.6 |
| 1292 | 2025-09-17T19:19:21.832Z | Downloaded async-bb8-diesel v0.2.1 |
| 1293 | 2025-09-17T19:19:21.832Z | Downloaded bitfield v0.14.0 |
| 1294 | 2025-09-17T19:19:21.835Z | Downloaded indexmap v1.9.3 |
| 1295 | 2025-09-17T19:19:21.838Z | Downloaded cfg_aliases v0.1.1 |
| 1296 | 2025-09-17T19:19:21.838Z | Downloaded bit-set v0.8.0 |
| 1297 | 2025-09-17T19:19:21.838Z | Downloaded arrayvec v0.7.6 |
| 1298 | 2025-09-17T19:19:21.841Z | Downloaded jobserver v0.1.32 |
| 1299 | 2025-09-17T19:19:21.841Z | Downloaded internet-checksum v0.2.1 |
| 1300 | 2025-09-17T19:19:21.844Z | Downloaded ingot v0.1.1 |
| 1301 | 2025-09-17T19:19:21.844Z | Downloaded indoc v2.0.6 |
| 1302 | 2025-09-17T19:19:21.847Z | Downloaded buf-list v1.0.3 |
| 1303 | 2025-09-17T19:19:21.847Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1304 | 2025-09-17T19:19:21.850Z | Downloaded arrayref v0.3.9 |
| 1305 | 2025-09-17T19:19:21.850Z | Downloaded async-stream-impl v0.3.6 |
| 1306 | 2025-09-17T19:19:21.850Z | Downloaded addr2line v0.24.2 |
| 1307 | 2025-09-17T19:19:21.854Z | Downloaded instability v0.3.2 |
| 1308 | 2025-09-17T19:19:21.854Z | Downloaded heapless v0.7.17 |
| 1309 | 2025-09-17T19:19:21.857Z | Downloaded bitflags v1.3.2 |
| 1310 | 2025-09-17T19:19:21.860Z | Downloaded bindgen v0.71.1 |
| 1311 | 2025-09-17T19:19:21.863Z | Downloaded hyper-tls v0.6.0 |
| 1312 | 2025-09-17T19:19:21.867Z | Downloaded ascii-canvas v3.0.0 |
| 1313 | 2025-09-17T19:19:21.867Z | Downloaded adler2 v2.0.0 |
| 1314 | 2025-09-17T19:19:21.870Z | Downloaded ciborium v0.2.2 |
| 1315 | 2025-09-17T19:19:21.870Z | Downloaded backoff v0.4.0 |
| 1316 | 2025-09-17T19:19:22.106Z | Downloaded aws-lc-sys v0.26.0 |
| 1317 | 2025-09-17T19:19:22.396Z | Compiling value-bag v1.9.0 |
| 1318 | 2025-09-17T19:19:22.396Z | Compiling shlex v1.3.0 |
| 1319 | 2025-09-17T19:19:22.396Z | Compiling lock_api v0.4.12 |
| 1320 | 2025-09-17T19:19:22.399Z | Compiling scopeguard v1.2.0 |
| 1321 | 2025-09-17T19:19:22.399Z | Compiling typenum v1.17.0 |
| 1322 | 2025-09-17T19:19:22.604Z | Compiling syn v2.0.106 |
| 1323 | 2025-09-17T19:19:22.608Z | Compiling getrandom v0.2.15 |
| 1324 | 2025-09-17T19:19:22.608Z | Compiling jobserver v0.1.32 |
| 1325 | 2025-09-17T19:19:22.814Z | Compiling generic-array v0.14.7 |
| 1326 | 2025-09-17T19:19:22.941Z | Compiling rand_core v0.6.4 |
| 1327 | 2025-09-17T19:19:23.011Z | Compiling log v0.4.27 |
| 1328 | 2025-09-17T19:19:23.070Z | Compiling cc v1.2.30 |
| 1329 | 2025-09-17T19:19:23.171Z | Compiling smallvec v1.15.1 |
| 1330 | 2025-09-17T19:19:23.475Z | Compiling portable-atomic v1.11.0 |
| 1331 | 2025-09-17T19:19:23.519Z | Compiling subtle v2.6.1 |
| 1332 | 2025-09-17T19:19:23.568Z | Compiling critical-section v1.1.3 |
| 1333 | 2025-09-17T19:19:23.571Z | Compiling const-oid v0.9.6 |
| 1334 | 2025-09-17T19:19:23.719Z | Compiling pkg-config v0.3.31 |
| 1335 | 2025-09-17T19:19:23.740Z | Compiling pin-project-lite v0.2.14 |
| 1336 | 2025-09-17T19:19:23.867Z | Compiling parking_lot_core v0.9.10 |
| 1337 | 2025-09-17T19:19:23.899Z | Compiling rustix v0.38.37 |
| 1338 | 2025-09-17T19:19:24.717Z | Compiling signal-hook-registry v1.4.2 |
| 1339 | 2025-09-17T19:19:24.907Z | Compiling parking_lot v0.12.3 |
| 1340 | 2025-09-17T19:19:24.956Z | Compiling mio v1.0.2 |
| 1341 | 2025-09-17T19:19:24.974Z | Compiling futures-core v0.3.31 |
| 1342 | 2025-09-17T19:19:25.231Z | Compiling spin v0.9.8 |
| 1343 | 2025-09-17T19:19:25.397Z | Compiling libm v0.2.8 |
| 1344 | 2025-09-17T19:19:25.490Z | Compiling socket2 v0.6.0 |
| 1345 | 2025-09-17T19:19:25.627Z | Compiling once_cell v1.21.3 |
| 1346 | 2025-09-17T19:19:25.716Z | Compiling aho-corasick v1.1.3 |
| 1347 | 2025-09-17T19:19:25.720Z | Compiling slab v0.4.9 |
| 1348 | 2025-09-17T19:19:25.792Z | Compiling num-traits v0.2.19 |
| 1349 | 2025-09-17T19:19:25.932Z | Compiling serde_json v1.0.145 |
| 1350 | 2025-09-17T19:19:26.031Z | Compiling cpufeatures v0.2.14 |
| 1351 | 2025-09-17T19:19:26.066Z | Compiling allocator-api2 v0.2.21 |
| 1352 | 2025-09-17T19:19:26.110Z | Compiling foldhash v0.1.5 |
| 1353 | 2025-09-17T19:19:26.148Z | Compiling regex-syntax v0.8.5 |
| 1354 | 2025-09-17T19:19:26.351Z | Compiling getrandom v0.3.1 |
| 1355 | 2025-09-17T19:19:26.679Z | Compiling futures-sink v0.3.31 |
| 1356 | 2025-09-17T19:19:26.853Z | Compiling hashbrown v0.15.4 |
| 1357 | 2025-09-17T19:19:26.872Z | Compiling glob v0.3.2 |
| 1358 | 2025-09-17T19:19:26.872Z | Compiling percent-encoding v2.3.2 |
| 1359 | 2025-09-17T19:19:27.072Z | Compiling either v1.15.0 |
| 1360 | 2025-09-17T19:19:27.501Z | Compiling futures-channel v0.3.31 |
| 1361 | 2025-09-17T19:19:27.704Z | Compiling clang-sys v1.8.1 |
| 1362 | 2025-09-17T19:19:28.053Z | Compiling prettyplease v0.2.36 |
| 1363 | 2025-09-17T19:19:28.217Z | Compiling pin-utils v0.1.0 |
| 1364 | 2025-09-17T19:19:28.324Z | Compiling futures-io v0.3.31 |
| 1365 | 2025-09-17T19:19:28.405Z | Compiling futures-task v0.3.31 |
| 1366 | 2025-09-17T19:19:28.485Z | Compiling lazy_static v1.5.0 |
| 1367 | 2025-09-17T19:19:28.574Z | Compiling minimal-lexical v0.2.1 |
| 1368 | 2025-09-17T19:19:28.624Z | Compiling libloading v0.8.5 |
| 1369 | 2025-09-17T19:19:28.717Z | Compiling home v0.5.9 |
| 1370 | 2025-09-17T19:19:28.973Z | Compiling nom v7.1.3 |
| 1371 | 2025-09-17T19:19:29.012Z | Compiling base64ct v1.6.0 |
| 1372 | 2025-09-17T19:19:29.050Z | Compiling bindgen v0.69.5 |
| 1373 | 2025-09-17T19:19:29.533Z | Compiling pem-rfc7468 v0.7.0 |
| 1374 | 2025-09-17T19:19:29.917Z | Compiling synstructure v0.13.1 |
| 1375 | 2025-09-17T19:19:29.974Z | Compiling regex-automata v0.4.8 |
| 1376 | 2025-09-17T19:19:30.599Z | Compiling itertools v0.12.1 |
| 1377 | 2025-09-17T19:19:31.248Z | Compiling lazycell v1.3.0 |
| 1378 | 2025-09-17T19:19:31.447Z | Compiling flagset v0.4.6 |
| 1379 | 2025-09-17T19:19:31.695Z | Compiling rustc-hash v1.1.0 |
| 1380 | 2025-09-17T19:19:31.866Z | Compiling cmake v0.1.51 |
| 1381 | 2025-09-17T19:19:32.061Z | Compiling cexpr v0.6.0 |
| 1382 | 2025-09-17T19:19:32.258Z | Compiling fs_extra v1.3.0 |
| 1383 | 2025-09-17T19:19:32.679Z | Compiling dunce v1.0.5 |
| 1384 | 2025-09-17T19:19:32.791Z | Compiling form_urlencoded v1.2.2 |
| 1385 | 2025-09-17T19:19:32.830Z | Compiling paste v1.0.15 |
| 1386 | 2025-09-17T19:19:32.900Z | Compiling vcpkg v0.2.15 |
| 1387 | 2025-09-17T19:19:33.100Z | Compiling iana-time-zone v0.1.63 |
| 1388 | 2025-09-17T19:19:33.466Z | Compiling ring v0.17.14 |
| 1389 | 2025-09-17T19:19:33.486Z | Compiling tracing-core v0.1.32 |
| 1390 | 2025-09-17T19:19:33.603Z | Compiling aws-lc-rs v1.12.4 |
| 1391 | 2025-09-17T19:19:34.053Z | Compiling base64 v0.22.1 |
| 1392 | 2025-09-17T19:19:34.462Z | Compiling rustls-pki-types v1.10.0 |
| 1393 | 2025-09-17T19:19:34.498Z | Compiling openssl-sys v0.9.109 |
| 1394 | 2025-09-17T19:19:34.660Z | Compiling rustversion v1.0.17 |
| 1395 | 2025-09-17T19:19:34.667Z | Compiling tinyvec_macros v0.1.1 |
| 1396 | 2025-09-17T19:19:34.752Z | Compiling httparse v1.9.5 |
| 1397 | 2025-09-17T19:19:34.808Z | Compiling serde_derive v1.0.223 |
| 1398 | 2025-09-17T19:19:35.316Z | Compiling zeroize_derive v1.4.2 |
| 1399 | 2025-09-17T19:19:35.343Z | Compiling zerofrom-derive v0.1.4 |
| 1400 | 2025-09-17T19:19:35.419Z | Compiling yoke-derive v0.7.4 |
| 1401 | 2025-09-17T19:19:35.534Z | Compiling zerovec-derive v0.10.3 |
| 1402 | 2025-09-17T19:19:36.730Z | Compiling zeroize v1.8.1 |
| 1403 | 2025-09-17T19:19:37.970Z | Compiling displaydoc v0.2.5 |
| 1404 | 2025-09-17T19:19:38.006Z | Compiling zerocopy-derive v0.7.35 |
| 1405 | 2025-09-17T19:19:38.416Z | Compiling crypto-common v0.1.6 |
| 1406 | 2025-09-17T19:19:38.652Z | Compiling block-buffer v0.10.4 |
| 1407 | 2025-09-17T19:19:38.675Z | Compiling zerofrom v0.1.4 |
| 1408 | 2025-09-17T19:19:38.910Z | Compiling digest v0.10.7 |
| 1409 | 2025-09-17T19:19:38.929Z | Compiling yoke v0.7.4 |
| 1410 | 2025-09-17T19:19:39.288Z | Compiling zerovec v0.10.4 |
| 1411 | 2025-09-17T19:19:39.367Z | Compiling tokio-macros v2.5.0 |
| 1412 | 2025-09-17T19:19:39.440Z | Compiling hmac v0.12.1 |
| 1413 | 2025-09-17T19:19:39.578Z | Compiling icu_provider_macros v1.5.0 |
| 1414 | 2025-09-17T19:19:39.683Z | Compiling block-padding v0.3.3 |
| 1415 | 2025-09-17T19:19:39.905Z | Compiling zerocopy v0.7.35 |
| 1416 | 2025-09-17T19:19:39.954Z | Compiling futures-macro v0.3.31 |
| 1417 | 2025-09-17T19:19:40.044Z | Compiling inout v0.1.3 |
| 1418 | 2025-09-17T19:19:40.228Z | Compiling sha2 v0.10.9 |
| 1419 | 2025-09-17T19:19:40.339Z | Compiling cipher v0.4.4 |
| 1420 | 2025-09-17T19:19:40.606Z | Compiling regex v1.11.1 |
| 1421 | 2025-09-17T19:19:40.793Z | Compiling der_derive v0.7.3 |
| 1422 | 2025-09-17T19:19:40.877Z | Compiling thiserror-impl v1.0.69 |
| 1423 | 2025-09-17T19:19:41.171Z | Compiling tinystr v0.7.6 |
| 1424 | 2025-09-17T19:19:41.301Z | Compiling icu_collections v1.5.0 |
| 1425 | 2025-09-17T19:19:41.629Z | Compiling icu_locid v1.5.0 |
| 1426 | 2025-09-17T19:19:41.645Z | Compiling ppv-lite86 v0.2.20 |
| 1427 | 2025-09-17T19:19:41.714Z | Compiling serde v1.0.223 |
| 1428 | 2025-09-17T19:19:41.740Z | Compiling futures-util v0.3.31 |
| 1429 | 2025-09-17T19:19:42.433Z | Compiling salsa20 v0.10.2 |
| 1430 | 2025-09-17T19:19:42.605Z | Compiling pbkdf2 v0.12.2 |
| 1431 | 2025-09-17T19:19:42.676Z | Compiling aes v0.8.4 |
| 1432 | 2025-09-17T19:19:42.788Z | Compiling icu_provider v1.5.0 |
| 1433 | 2025-09-17T19:19:42.966Z | Compiling bitflags v2.9.1 |
| 1434 | 2025-09-17T19:19:43.031Z | Compiling bytes v1.10.1 |
| 1435 | 2025-09-17T19:19:43.542Z | Compiling semver v1.0.26 |
| 1436 | 2025-09-17T19:19:43.655Z | Compiling icu_locid_transform v1.5.0 |
| 1437 | 2025-09-17T19:19:43.737Z | Compiling indexmap v2.11.0 |
| 1438 | 2025-09-17T19:19:43.833Z | Compiling der v0.7.9 |
| 1439 | 2025-09-17T19:19:44.192Z | Compiling tokio v1.47.0 |
| 1440 | 2025-09-17T19:19:44.464Z | Compiling thiserror v1.0.69 |
| 1441 | 2025-09-17T19:19:44.631Z | Compiling http v1.3.1 |
| 1442 | 2025-09-17T19:19:45.205Z | Compiling icu_properties v1.5.1 |
| 1443 | 2025-09-17T19:19:45.501Z | Compiling rustc_version v0.4.1 |
| 1444 | 2025-09-17T19:19:45.927Z | Compiling spki v0.7.3 |
| 1445 | 2025-09-17T19:19:46.180Z | Compiling scrypt v0.11.0 |
| 1446 | 2025-09-17T19:19:46.309Z | Compiling cbc v0.1.2 |
| 1447 | 2025-09-17T19:19:46.566Z | Compiling pkcs5 v0.7.1 |
| 1448 | 2025-09-17T19:19:46.713Z | Compiling pest v2.7.14 |
| 1449 | 2025-09-17T19:19:46.735Z | Compiling uuid v1.18.1 |
| 1450 | 2025-09-17T19:19:46.758Z | Compiling chrono v0.4.41 |
| 1451 | 2025-09-17T19:19:47.157Z | Compiling which v4.4.2 |
| 1452 | 2025-09-17T19:19:47.730Z | Compiling tracing-attributes v0.1.27 |
| 1453 | 2025-09-17T19:19:48.085Z | Compiling pkcs8 v0.10.2 |
| 1454 | 2025-09-17T19:19:48.239Z | Compiling http-body v1.0.1 |
| 1455 | 2025-09-17T19:19:48.489Z | Compiling scroll_derive v0.12.0 |
| 1456 | 2025-09-17T19:19:48.763Z | Compiling icu_normalizer v1.5.0 |
| 1457 | 2025-09-17T19:19:49.614Z | Compiling idna_adapter v1.2.0 |
| 1458 | 2025-09-17T19:19:49.668Z | Compiling pest_meta v2.7.14 |
| 1459 | 2025-09-17T19:19:49.855Z | Compiling idna v1.0.3 |
| 1460 | 2025-09-17T19:19:49.859Z | Compiling scroll v0.12.0 |
| 1461 | 2025-09-17T19:19:50.078Z | Compiling tinyvec v1.8.0 |
| 1462 | 2025-09-17T19:19:50.378Z | Compiling serde_derive_internals v0.29.1 |
| 1463 | 2025-09-17T19:19:50.397Z | Compiling rand_core v0.9.3 |
| 1464 | 2025-09-17T19:19:50.884Z | Compiling url v2.5.4 |
| 1465 | 2025-09-17T19:19:50.947Z | Compiling tracing v0.1.40 |
| 1466 | 2025-09-17T19:19:51.353Z | Compiling pest_generator v2.7.14 |
| 1467 | 2025-09-17T19:19:51.463Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1468 | 2025-09-17T19:19:51.514Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1469 | 2025-09-17T19:19:51.991Z | Compiling untrusted v0.9.0 |
| 1470 | 2025-09-17T19:19:52.202Z | Compiling schemars v0.8.22 |
| 1471 | 2025-09-17T19:19:52.289Z | Compiling untrusted v0.7.1 |
| 1472 | 2025-09-17T19:19:52.499Z | Compiling tokio-util v0.7.15 |
| 1473 | 2025-09-17T19:19:52.567Z | Compiling openssl v0.10.73 |
| 1474 | 2025-09-17T19:19:52.570Z | Compiling adler2 v2.0.0 |
| 1475 | 2025-09-17T19:19:52.630Z | Compiling num-conv v0.1.0 |
| 1476 | 2025-09-17T19:19:52.802Z | Compiling openssl-probe v0.1.5 |
| 1477 | 2025-09-17T19:19:52.911Z | Compiling time-core v0.1.2 |
| 1478 | 2025-09-17T19:19:53.020Z | Compiling powerfmt v0.2.0 |
| 1479 | 2025-09-17T19:19:53.073Z | Compiling try-lock v0.2.5 |
| 1480 | 2025-09-17T19:19:53.102Z | Compiling atomic-waker v1.1.2 |
| 1481 | 2025-09-17T19:19:53.124Z | Compiling tower-service v0.3.3 |
| 1482 | 2025-09-17T19:19:53.266Z | Compiling foreign-types-shared v0.1.1 |
| 1483 | 2025-09-17T19:19:53.270Z | Compiling want v0.3.1 |
| 1484 | 2025-09-17T19:19:53.307Z | Compiling deranged v0.3.11 |
| 1485 | 2025-09-17T19:19:53.374Z | Compiling foreign-types v0.3.2 |
| 1486 | 2025-09-17T19:19:53.378Z | Compiling time-macros v0.2.18 |
| 1487 | 2025-09-17T19:19:53.523Z | Compiling goblin v0.8.2 |
| 1488 | 2025-09-17T19:19:53.550Z | Compiling miniz_oxide v0.8.5 |
| 1489 | 2025-09-17T19:19:53.899Z | Compiling pest_derive v2.7.14 |
| 1490 | 2025-09-17T19:19:54.700Z | Compiling h2 v0.4.6 |
| 1491 | 2025-09-17T19:19:54.733Z | Compiling schemars_derive v0.8.22 |
| 1492 | 2025-09-17T19:19:57.383Z | Compiling rand_chacha v0.9.0 |
| 1493 | 2025-09-17T19:19:58.678Z | Compiling ipnet v2.11.0 |
| 1494 | 2025-09-17T19:19:58.998Z | Compiling openssl-macros v0.1.1 |
| 1495 | 2025-09-17T19:19:59.328Z | Compiling syn v1.0.109 |
| 1496 | 2025-09-17T19:19:59.702Z | Compiling num_threads v0.1.7 |
| 1497 | 2025-09-17T19:19:59.746Z | Compiling crossbeam-utils v0.8.21 |
| 1498 | 2025-09-17T19:19:59.765Z | Compiling httpdate v1.0.3 |
| 1499 | 2025-09-17T19:19:59.849Z | Compiling rustls v0.23.19 |
| 1500 | 2025-09-17T19:19:59.915Z | Compiling dyn-clone v1.0.20 |
| 1501 | 2025-09-17T19:20:00.141Z | Compiling native-tls v0.2.12 |
| 1502 | 2025-09-17T19:20:00.169Z | Compiling zerocopy v0.8.26 |
| 1503 | 2025-09-17T19:20:00.382Z | Compiling dof v0.3.0 |
| 1504 | 2025-09-17T19:20:00.530Z | Compiling time v0.3.36 |
| 1505 | 2025-09-17T19:20:02.126Z | Compiling hyper v1.7.0 |
| 1506 | 2025-09-17T19:20:02.297Z | Compiling rand v0.9.2 |
| 1507 | 2025-09-17T19:20:03.475Z | Compiling dtrace-parser v0.2.0 |
| 1508 | 2025-09-17T19:20:03.995Z | Compiling unicode-normalization v0.1.24 |
| 1509 | 2025-09-17T19:20:04.075Z | Compiling heapless v0.7.17 |
| 1510 | 2025-09-17T19:20:04.546Z | Compiling signature v2.2.0 |
| 1511 | 2025-09-17T19:20:04.840Z | Compiling zerocopy-derive v0.8.26 |
| 1512 | 2025-09-17T19:20:04.859Z | Compiling cookie v0.18.1 |
| 1513 | 2025-09-17T19:20:05.025Z | Compiling crc32fast v1.4.2 |
| 1514 | 2025-09-17T19:20:05.180Z | Compiling signal-hook v0.3.18 |
| 1515 | 2025-09-17T19:20:05.225Z | Compiling zlib-rs v0.5.1 |
| 1516 | 2025-09-17T19:20:05.355Z | Compiling unicode-bidi v0.3.17 |
| 1517 | 2025-09-17T19:20:05.488Z | Compiling zstd-safe v7.2.3 |
| 1518 | 2025-09-17T19:20:05.641Z | Compiling slog v2.7.0 |
| 1519 | 2025-09-17T19:20:05.853Z | Compiling unicode-properties v0.1.3 |
| 1520 | 2025-09-17T19:20:06.167Z | Compiling siphasher v0.3.11 |
| 1521 | 2025-09-17T19:20:06.281Z | Compiling stringprep v0.1.5 |
| 1522 | 2025-09-17T19:20:06.555Z | Compiling phf_shared v0.11.2 |
| 1523 | 2025-09-17T19:20:06.910Z | Compiling usdt-impl v0.5.0 |
| 1524 | 2025-09-17T19:20:07.283Z | Compiling hyper-util v0.1.16 |
| 1525 | 2025-09-17T19:20:08.454Z | Compiling curve25519-dalek v4.1.3 |
| 1526 | 2025-09-17T19:20:08.893Z | Compiling toml_datetime v0.6.11 |
| 1527 | 2025-09-17T19:20:09.113Z | Compiling serde_spanned v0.6.9 |
| 1528 | 2025-09-17T19:20:09.245Z | Compiling serde_tokenstream v0.2.2 |
| 1529 | 2025-09-17T19:20:09.349Z | Compiling rand_chacha v0.3.1 |
| 1530 | 2025-09-17T19:20:09.389Z | Compiling md-5 v0.10.6 |
| 1531 | 2025-09-17T19:20:09.669Z | Compiling num-integer v0.1.46 |
| 1532 | 2025-09-17T19:20:09.811Z | Compiling sync_wrapper v1.0.1 |
| 1533 | 2025-09-17T19:20:09.984Z | Compiling hash32 v0.2.1 |
| 1534 | 2025-09-17T19:20:10.362Z | Compiling ff v0.13.0 |
| 1535 | 2025-09-17T19:20:10.426Z | Compiling memoffset v0.9.1 |
| 1536 | 2025-09-17T19:20:10.623Z | Compiling newtype-uuid v1.2.4 |
| 1537 | 2025-09-17T19:20:10.769Z | Compiling cfg_aliases v0.2.1 |
| 1538 | 2025-09-17T19:20:10.796Z | Compiling psl-types v2.0.11 |
| 1539 | 2025-09-17T19:20:10.879Z | Compiling gimli v0.31.1 |
| 1540 | 2025-09-17T19:20:10.946Z | Compiling smoltcp v0.9.1 |
| 1541 | 2025-09-17T19:20:11.001Z | Compiling base16ct v0.2.0 |
| 1542 | 2025-09-17T19:20:11.232Z | Compiling libz-rs-sys v0.5.1 |
| 1543 | 2025-09-17T19:20:11.345Z | Compiling fallible-iterator v0.2.0 |
| 1544 | 2025-09-17T19:20:11.564Z | Compiling litrs v0.4.1 |
| 1545 | 2025-09-17T19:20:11.585Z | Compiling tower-layer v0.3.3 |
| 1546 | 2025-09-17T19:20:11.604Z | Compiling num-bigint-dig v0.8.4 |
| 1547 | 2025-09-17T19:20:11.901Z | Compiling tower v0.5.2 |
| 1548 | 2025-09-17T19:20:11.985Z | Compiling postgres-protocol v0.6.8 |
| 1549 | 2025-09-17T19:20:12.033Z | Compiling flate2 v1.1.2 |
| 1550 | 2025-09-17T19:20:12.091Z | Compiling sec1 v0.7.3 |
| 1551 | 2025-09-17T19:20:12.624Z | Compiling document-features v0.2.11 |
| 1552 | 2025-09-17T19:20:12.654Z | Compiling publicsuffix v2.3.0 |
| 1553 | 2025-09-17T19:20:12.730Z | Compiling nix v0.29.0 |
| 1554 | 2025-09-17T19:20:12.963Z | Compiling group v0.13.0 |
| 1555 | 2025-09-17T19:20:13.143Z | Compiling num-iter v0.1.45 |
| 1556 | 2025-09-17T19:20:13.282Z | Compiling rand v0.8.5 |
| 1557 | 2025-09-17T19:20:13.580Z | Compiling tokio-native-tls v0.3.1 |
| 1558 | 2025-09-17T19:20:14.083Z | Compiling ipnetwork v0.21.1 |
| 1559 | 2025-09-17T19:20:14.564Z | Compiling strum_macros v0.27.1 |
| 1560 | 2025-09-17T19:20:14.715Z | Compiling rustls-native-certs v0.8.1 |
| 1561 | 2025-09-17T19:20:14.769Z | Compiling http-body-util v0.1.3 |
| 1562 | 2025-09-17T19:20:14.898Z | Compiling terminal_size v0.4.0 |
| 1563 | 2025-09-17T19:20:15.140Z | Compiling addr2line v0.24.2 |
| 1564 | 2025-09-17T19:20:15.162Z | Compiling hkdf v0.12.4 |
| 1565 | 2025-09-17T19:20:15.236Z | Compiling crypto-bigint v0.5.5 |
| 1566 | 2025-09-17T19:20:15.257Z | Compiling webpki-roots v1.0.1 |
| 1567 | 2025-09-17T19:20:15.441Z | Compiling async-trait v0.1.89 |
| 1568 | 2025-09-17T19:20:15.476Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1569 | 2025-09-17T19:20:15.506Z | Compiling thiserror-impl v2.0.16 |
| 1570 | 2025-09-17T19:20:15.778Z | Compiling ahash v0.8.12 |
| 1571 | 2025-09-17T19:20:16.171Z | Compiling fs-err v3.1.1 |
| 1572 | 2025-09-17T19:20:16.548Z | Compiling object v0.36.5 |
| 1573 | 2025-09-17T19:20:16.850Z | Compiling rustc-demangle v0.1.24 |
| 1574 | 2025-09-17T19:20:17.752Z | Compiling bitflags v1.3.2 |
| 1575 | 2025-09-17T19:20:17.813Z | Compiling managed v0.8.0 |
| 1576 | 2025-09-17T19:20:17.876Z | Compiling anyhow v1.0.99 |
| 1577 | 2025-09-17T19:20:18.260Z | Compiling winnow v0.5.40 |
| 1578 | 2025-09-17T19:20:18.514Z | Compiling buf-list v1.0.3 |
| 1579 | 2025-09-17T19:20:18.695Z | Compiling iri-string v0.7.8 |
| 1580 | 2025-09-17T19:20:18.768Z | Compiling hubpack_derive v0.1.1 |
| 1581 | 2025-09-17T19:20:19.136Z | Compiling rustix v1.0.7 |
| 1582 | 2025-09-17T19:20:19.422Z | Compiling lockfree-object-pool v0.1.6 |
| 1583 | 2025-09-17T19:20:19.657Z | Compiling simd-adler32 v0.3.7 |
| 1584 | 2025-09-17T19:20:19.687Z | Compiling bumpalo v3.16.0 |
| 1585 | 2025-09-17T19:20:19.987Z | Compiling hubpack v0.1.2 |
| 1586 | 2025-09-17T19:20:20.162Z | Compiling zopfli v0.8.1 |
| 1587 | 2025-09-17T19:20:20.216Z | Compiling strum v0.27.2 |
| 1588 | 2025-09-17T19:20:20.422Z | Compiling thiserror v2.0.16 |
| 1589 | 2025-09-17T19:20:20.877Z | Compiling elliptic-curve v0.13.8 |
| 1590 | 2025-09-17T19:20:20.900Z | Compiling clap_builder v4.5.41 |
| 1591 | 2025-09-17T19:20:21.643Z | Compiling tower-http v0.6.6 |
| 1592 | 2025-09-17T19:20:21.743Z | Compiling toml_edit v0.19.15 |
| 1593 | 2025-09-17T19:20:22.492Z | Compiling hyper-tls v0.6.0 |
| 1594 | 2025-09-17T19:20:22.593Z | Compiling oxnet v0.1.3 |
| 1595 | 2025-09-17T19:20:22.918Z | Compiling backtrace v0.3.74 |
| 1596 | 2025-09-17T19:20:23.343Z | Compiling cookie_store v0.21.1 |
| 1597 | 2025-09-17T19:20:23.397Z | Compiling signal-hook-mio v0.2.4 |
| 1598 | 2025-09-17T19:20:23.593Z | Compiling zstd v0.13.3 |
| 1599 | 2025-09-17T19:20:24.292Z | Compiling postgres-types v0.2.9 |
| 1600 | 2025-09-17T19:20:25.095Z | Compiling usdt-macro v0.5.0 |
| 1601 | 2025-09-17T19:20:25.521Z | Compiling usdt-attr-macro v0.5.0 |
| 1602 | 2025-09-17T19:20:25.692Z | Compiling phf v0.11.2 |
| 1603 | 2025-09-17T19:20:25.988Z | Compiling ed25519 v2.2.3 |
| 1604 | 2025-09-17T19:20:26.507Z | Compiling bzip2 v0.5.2 |
| 1605 | 2025-09-17T19:20:26.894Z | Compiling bzip2 v0.4.4 |
| 1606 | 2025-09-17T19:20:27.053Z | Compiling strum_macros v0.26.4 |
| 1607 | 2025-09-17T19:20:27.284Z | Compiling pkcs1 v0.7.5 |
| 1608 | 2025-09-17T19:20:27.920Z | Compiling serde-big-array v0.5.1 |
| 1609 | 2025-09-17T19:20:28.155Z | Compiling serde_urlencoded v0.7.1 |
| 1610 | 2025-09-17T19:20:28.173Z | Compiling rfc6979 v0.4.0 |
| 1611 | 2025-09-17T19:20:28.227Z | Compiling bstr v1.10.0 |
| 1612 | 2025-09-17T19:20:28.363Z | Compiling serde_repr v0.1.19 |
| 1613 | 2025-09-17T19:20:28.452Z | Compiling daft-derive v0.1.4 |
| 1614 | 2025-09-17T19:20:28.641Z | Compiling enum-as-inner v0.6.1 |
| 1615 | 2025-09-17T19:20:29.151Z | Compiling clap_derive v4.5.41 |
| 1616 | 2025-09-17T19:20:29.482Z | Compiling float-cmp v0.10.0 |
| 1617 | 2025-09-17T19:20:29.678Z | Compiling socket2 v0.5.10 |
| 1618 | 2025-09-17T19:20:29.716Z | Compiling encoding_rs v0.8.34 |
| 1619 | 2025-09-17T19:20:29.746Z | Compiling new_debug_unreachable v1.0.6 |
| 1620 | 2025-09-17T19:20:29.860Z | Compiling normalize-line-endings v0.3.0 |
| 1621 | 2025-09-17T19:20:29.999Z | Compiling difflib v0.4.0 |
| 1622 | 2025-09-17T19:20:30.021Z | Compiling unicode-segmentation v1.12.0 |
| 1623 | 2025-09-17T19:20:30.560Z | Compiling mime v0.3.17 |
| 1624 | 2025-09-17T19:20:30.848Z | Compiling data-encoding v2.9.0 |
| 1625 | 2025-09-17T19:20:31.043Z | Compiling fixedbitset v0.4.2 |
| 1626 | 2025-09-17T19:20:31.235Z | Compiling predicates-core v1.0.8 |
| 1627 | 2025-09-17T19:20:31.393Z | Compiling whoami v1.5.2 |
| 1628 | 2025-09-17T19:20:31.556Z | Compiling static_assertions v1.1.0 |
| 1629 | 2025-09-17T19:20:31.591Z | Compiling precomputed-hash v0.1.1 |
| 1630 | 2025-09-17T19:20:31.678Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 1631 | 2025-09-17T19:20:31.734Z | Compiling string_cache v0.8.9 |
| 1632 | 2025-09-17T19:20:31.962Z | Compiling tokio-postgres v0.7.13 |
| 1633 | 2025-09-17T19:20:32.185Z | Compiling hickory-proto v0.25.2 |
| 1634 | 2025-09-17T19:20:32.604Z | Compiling predicates v3.1.3 |
| 1635 | 2025-09-17T19:20:33.478Z | Compiling clap v4.5.41 |
| 1636 | 2025-09-17T19:20:33.500Z | Compiling strum v0.26.3 |
| 1637 | 2025-09-17T19:20:33.618Z | Compiling petgraph v0.6.5 |
| 1638 | 2025-09-17T19:20:33.694Z | Compiling toml_edit v0.22.27 |
| 1639 | 2025-09-17T19:20:34.003Z | Compiling similar v2.7.0 |
| 1640 | 2025-09-17T19:20:35.276Z | Compiling daft v0.1.4 |
| 1641 | 2025-09-17T19:20:35.840Z | Compiling usdt v0.5.0 |
| 1642 | 2025-09-17T19:20:36.006Z | Compiling ecdsa v0.16.9 |
| 1643 | 2025-09-17T19:20:36.335Z | Compiling rsa v0.9.6 |
| 1644 | 2025-09-17T19:20:36.854Z | Compiling zip v0.6.6 |
| 1645 | 2025-09-17T19:20:37.198Z | Compiling zip v4.2.0 |
| 1646 | 2025-09-17T19:20:37.276Z | Compiling ed25519-dalek v2.1.1 |
| 1647 | 2025-09-17T19:20:38.080Z | Compiling toml v0.7.8 |
| 1648 | 2025-09-17T19:20:39.295Z | Compiling crossterm v0.28.1 |
| 1649 | 2025-09-17T19:20:40.234Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 1650 | 2025-09-17T19:20:40.417Z | Compiling crossbeam-epoch v0.9.18 |
| 1651 | 2025-09-17T19:20:40.438Z | Compiling tokio-stream v0.1.17 |
| 1652 | 2025-09-17T19:20:40.665Z | Compiling x509-cert v0.2.5 |
| 1653 | 2025-09-17T19:20:41.070Z | Compiling openapiv3 v2.2.0 |
| 1654 | 2025-09-17T19:20:41.419Z | Compiling sha1 v0.10.6 |
| 1655 | 2025-09-17T19:20:41.850Z | Compiling itertools v0.10.5 |
| 1656 | 2025-09-17T19:20:42.461Z | Compiling itertools v0.13.0 |
| 1657 | 2025-09-17T19:20:43.354Z | Compiling winnow v0.6.26 |
| 1658 | 2025-09-17T19:20:43.628Z | Compiling peg-runtime v0.8.5 |
| 1659 | 2025-09-17T19:20:43.726Z | Compiling rustc-hash v2.1.1 |
| 1660 | 2025-09-17T19:20:43.946Z | Compiling lalrpop-util v0.19.12 |
| 1661 | 2025-09-17T19:20:44.187Z | Compiling thread_local v1.1.8 |
| 1662 | 2025-09-17T19:20:44.314Z | Compiling slog-async v2.8.0 |
| 1663 | 2025-09-17T19:20:44.394Z | Compiling crossbeam-channel v0.5.15 |
| 1664 | 2025-09-17T19:20:44.657Z | Compiling xattr v1.3.1 |
| 1665 | 2025-09-17T19:20:44.913Z | Compiling futures-executor v0.3.31 |
| 1666 | 2025-09-17T19:20:44.935Z | Compiling is-terminal v0.4.13 |
| 1667 | 2025-09-17T19:20:44.979Z | Compiling filetime v0.2.25 |
| 1668 | 2025-09-17T19:20:44.982Z | Compiling term v1.1.0 |
| 1669 | 2025-09-17T19:20:45.079Z | Compiling take_mut v0.2.2 |
| 1670 | 2025-09-17T19:20:45.286Z | Compiling futures v0.3.31 |
| 1671 | 2025-09-17T19:20:45.304Z | Compiling tar v0.4.44 |
| 1672 | 2025-09-17T19:20:46.259Z | Compiling slog-term v2.9.2 |
| 1673 | 2025-09-17T19:20:49.629Z | Compiling aws-lc-sys v0.26.0 |
| 1674 | 2025-09-17T19:21:18.748Z | Compiling rustls-webpki v0.102.8 |
| 1675 | 2025-09-17T19:21:23.131Z | Compiling tokio-rustls v0.26.0 |
| 1676 | 2025-09-17T19:21:23.399Z | Compiling hyper-rustls v0.27.7 |
| 1677 | 2025-09-17T19:21:23.747Z | Compiling reqwest v0.12.22 |
| 1678 | 2025-09-17T19:21:27.054Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1679 | 2025-09-17T19:21:27.334Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1680 | 2025-09-17T19:21:31.852Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 13s |
| 1681 | 2025-09-17T19:21:32.049Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1682 | 2025-09-17T19:21:32.096Z | Sep 17 19:21:31.877 INFO Starting download, target: Clickhouse |
| 1683 | 2025-09-17T19:21:32.096Z | Sep 17 19:21:31.878 INFO Starting download, target: Cockroach |
| 1684 | 2025-09-17T19:21:32.150Z | Sep 17 19:21:31.878 INFO Starting download, target: Console |
| 1685 | 2025-09-17T19:21:32.150Z | Sep 17 19:21:31.878 INFO Starting download, target: DendriteStub |
| 1686 | 2025-09-17T19:21:32.150Z | Sep 17 19:21:31.878 INFO Starting download, target: MaghemiteMgd |
| 1687 | 2025-09-17T19:21:32.150Z | Sep 17 19:21:31.878 INFO Starting download, target: TransceiverControl |
| 1688 | 2025-09-17T19:21:32.150Z | Sep 17 19:21:31.878 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1689 | 2025-09-17T19:21:32.150Z | Sep 17 19:21:31.878 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1690 | 2025-09-17T19:21:32.150Z | Sep 17 19:21:31.878 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1691 | 2025-09-17T19:21:32.150Z | Sep 17 19:21:31.878 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1692 | 2025-09-17T19:21:32.150Z | Sep 17 19:21:31.878 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1693 | 2025-09-17T19:21:32.150Z | Sep 17 19:21:31.878 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1694 | 2025-09-17T19:21:32.597Z | Sep 17 19:21:32.352 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1695 | 2025-09-17T19:21:32.661Z | Sep 17 19:21:32.368 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1696 | 2025-09-17T19:21:33.085Z | Sep 17 19:21:32.735 INFO Download complete, target: TransceiverControl |
| 1697 | 2025-09-17T19:21:33.275Z | Sep 17 19:21:32.770 INFO Download complete, target: Console |
| 1698 | 2025-09-17T19:21:33.940Z | Sep 17 19:21:33.656 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1699 | 2025-09-17T19:21:34.609Z | Sep 17 19:21:34.344 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1700 | 2025-09-17T19:21:35.530Z | Sep 17 19:21:35.311 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1701 | 2025-09-17T19:21:35.863Z | Sep 17 19:21:35.669 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1702 | 2025-09-17T19:21:35.863Z | Sep 17 19:21:35.669 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1703 | 2025-09-17T19:21:39.064Z | Sep 17 19:21:38.869 INFO Download complete, target: DendriteStub |
| 1704 | 2025-09-17T19:21:39.999Z | Sep 17 19:21:39.804 INFO Download complete, target: MaghemiteMgd |
| 1705 | 2025-09-17T19:21:43.336Z | Sep 17 19:21:43.141 INFO Checking that binary works, target: Cockroach |
| 1706 | 2025-09-17T19:21:43.464Z | Sep 17 19:21:43.268 INFO Download complete, target: Cockroach |
| 1707 | 2025-09-17T19:21:45.059Z | Sep 17 19:21:44.862 INFO Checking that binary works, target: Clickhouse |
| 1708 | 2025-09-17T19:21:45.230Z | Sep 17 19:21:45.034 INFO Download complete, target: Clickhouse |
| 1709 | 2025-09-17T19:21:45.250Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1710 | 2025-09-17T19:21:45.253Z | |
| 1711 | 2025-09-17T19:21:45.253Z | real 4:56.028550223 |
| 1712 | 2025-09-17T19:21:45.254Z | user 16:19.173008193 |
| 1713 | 2025-09-17T19:21:45.254Z | sys 2:18.006913173 |
| 1714 | 2025-09-17T19:21:45.254Z | trap 0.593049152 |
| 1715 | 2025-09-17T19:21:45.254Z | tflt 1.164308356 |
| 1716 | 2025-09-17T19:21:45.254Z | dflt 1.417851745 |
| 1717 | 2025-09-17T19:21:45.254Z | kflt 0.062585945 |
| 1718 | 2025-09-17T19:21:45.254Z | lock 37:40.886806275 |
| 1719 | 2025-09-17T19:21:45.254Z | slp 59:51.981657086 |
| 1720 | 2025-09-17T19:21:45.254Z | lat 1:14.291168715 |
| 1721 | 2025-09-17T19:21:45.254Z | stop 2:52.447167551 |
| 1722 | 2025-09-17T19:21:45.254Z | + banner hack-check |
| 1723 | 2025-09-17T19:21:45.254Z | |
| 1724 | 2025-09-17T19:21:45.254Z | # # ## #### # # #### # # ###### #### # # |
| 1725 | 2025-09-17T19:21:45.254Z | # # # # # # # # # # # # # # # # # |
| 1726 | 2025-09-17T19:21:45.254Z | ###### # # # #### ##### # ###### ##### # #### |
| 1727 | 2025-09-17T19:21:45.254Z | # # ###### # # # # # # # # # # |
| 1728 | 2025-09-17T19:21:45.254Z | # # # # # # # # # # # # # # # # # |
| 1729 | 2025-09-17T19:21:45.254Z | # # # # #### # # #### # # ###### #### # # |
| 1730 | 2025-09-17T19:21:45.254Z | |
| 1731 | 2025-09-17T19:21:45.254Z | + export CARGO_INCREMENTAL=0 |
| 1732 | 2025-09-17T19:21:45.254Z | + CARGO_INCREMENTAL=0 |
| 1733 | 2025-09-17T19:21:45.254Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1734 | 2025-09-17T19:21:46.065Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1735 | 2025-09-17T19:21:46.377Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1736 | 2025-09-17T19:21:49.348Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.01s |
| 1737 | 2025-09-17T19:21:49.447Z | Running `target/debug/xtask check-features --ci` |
| 1738 | 2025-09-17T19:21:49.472Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1739 | 2025-09-17T19:21:49.475Z | running: "/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1740 | 2025-09-17T19:21:50.083Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 1741 | 2025-09-17T19:21:50.111Z | Running `target/debug/xtask download cargo-hack` |
| 1742 | 2025-09-17T19:21:51.134Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1743 | 2025-09-17T19:21:51.537Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1744 | 2025-09-17T19:21:55.271Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.12s |
| 1745 | 2025-09-17T19:21:55.491Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1746 | 2025-09-17T19:21:55.532Z | Sep 17 19:21:55.334 INFO Starting download, target: CargoHack |
| 1747 | 2025-09-17T19:21:55.535Z | Sep 17 19:21:55.334 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1748 | 2025-09-17T19:21:55.898Z | Sep 17 19:21:55.700 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1749 | 2025-09-17T19:21:55.974Z | Sep 17 19:21:55.775 INFO Download complete, target: CargoHack |
| 1750 | 2025-09-17T19:21:55.977Z | running: "/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
| 1751 | 2025-09-17T19:21:55.997Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1752 | 2025-09-17T19:21:56.198Z | info: running `cargo check --bins` on api_identity (1/227) |
| 1753 | 2025-09-17T19:21:56.862Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1754 | 2025-09-17T19:21:56.866Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1755 | 2025-09-17T19:21:56.866Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1756 | 2025-09-17T19:21:56.869Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 1757 | 2025-09-17T19:21:56.948Z | |
| 1758 | 2025-09-17T19:21:56.948Z | info: running `cargo check --bins` on bootstore (2/227) |
| 1759 | 2025-09-17T19:21:57.659Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1760 | 2025-09-17T19:21:57.662Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1761 | 2025-09-17T19:21:57.662Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1762 | 2025-09-17T19:21:57.666Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 1763 | 2025-09-17T19:21:57.753Z | |
| 1764 | 2025-09-17T19:21:57.753Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/227) |
| 1765 | 2025-09-17T19:21:58.443Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1766 | 2025-09-17T19:21:58.466Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1767 | 2025-09-17T19:21:58.466Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1768 | 2025-09-17T19:21:58.466Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 1769 | 2025-09-17T19:21:58.533Z | |
| 1770 | 2025-09-17T19:21:58.534Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/227) |
| 1771 | 2025-09-17T19:21:59.223Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1772 | 2025-09-17T19:21:59.226Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1773 | 2025-09-17T19:21:59.226Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1774 | 2025-09-17T19:21:59.230Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 1775 | 2025-09-17T19:21:59.315Z | |
| 1776 | 2025-09-17T19:21:59.315Z | info: running `cargo check --bins` on id-map (5/227) |
| 1777 | 2025-09-17T19:21:59.981Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1778 | 2025-09-17T19:21:59.985Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1779 | 2025-09-17T19:21:59.985Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1780 | 2025-09-17T19:21:59.985Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 1781 | 2025-09-17T19:22:00.066Z | |
| 1782 | 2025-09-17T19:22:00.066Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (6/227) |
| 1783 | 2025-09-17T19:22:00.599Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1784 | 2025-09-17T19:22:00.603Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1785 | 2025-09-17T19:22:00.603Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1786 | 2025-09-17T19:22:00.606Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1787 | 2025-09-17T19:22:00.660Z | |
| 1788 | 2025-09-17T19:22:00.660Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (7/227) |
| 1789 | 2025-09-17T19:22:01.194Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1790 | 2025-09-17T19:22:01.197Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1791 | 2025-09-17T19:22:01.197Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1792 | 2025-09-17T19:22:01.200Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1793 | 2025-09-17T19:22:01.252Z | |
| 1794 | 2025-09-17T19:22:01.252Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (8/227) |
| 1795 | 2025-09-17T19:22:01.786Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1796 | 2025-09-17T19:22:01.790Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1797 | 2025-09-17T19:22:01.790Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1798 | 2025-09-17T19:22:01.793Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1799 | 2025-09-17T19:22:01.847Z | |
| 1800 | 2025-09-17T19:22:01.847Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (9/227) |
| 1801 | 2025-09-17T19:22:02.378Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1802 | 2025-09-17T19:22:02.381Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1803 | 2025-09-17T19:22:02.381Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1804 | 2025-09-17T19:22:02.386Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1805 | 2025-09-17T19:22:02.436Z | |
| 1806 | 2025-09-17T19:22:02.436Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (10/227) |
| 1807 | 2025-09-17T19:22:02.966Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1808 | 2025-09-17T19:22:02.969Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1809 | 2025-09-17T19:22:02.969Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1810 | 2025-09-17T19:22:02.972Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1811 | 2025-09-17T19:22:03.023Z | |
| 1812 | 2025-09-17T19:22:03.023Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (11/227) |
| 1813 | 2025-09-17T19:22:03.551Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1814 | 2025-09-17T19:22:03.555Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1815 | 2025-09-17T19:22:03.555Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1816 | 2025-09-17T19:22:03.558Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1817 | 2025-09-17T19:22:03.609Z | |
| 1818 | 2025-09-17T19:22:03.610Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (12/227) |
| 1819 | 2025-09-17T19:22:04.140Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1820 | 2025-09-17T19:22:04.143Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1821 | 2025-09-17T19:22:04.143Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1822 | 2025-09-17T19:22:04.147Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1823 | 2025-09-17T19:22:04.198Z | |
| 1824 | 2025-09-17T19:22:04.198Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (13/227) |
| 1825 | 2025-09-17T19:22:04.729Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1826 | 2025-09-17T19:22:04.732Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1827 | 2025-09-17T19:22:04.732Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1828 | 2025-09-17T19:22:04.735Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1829 | 2025-09-17T19:22:04.787Z | |
| 1830 | 2025-09-17T19:22:04.787Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (14/227) |
| 1831 | 2025-09-17T19:22:05.313Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1832 | 2025-09-17T19:22:05.316Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1833 | 2025-09-17T19:22:05.316Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1834 | 2025-09-17T19:22:05.319Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1835 | 2025-09-17T19:22:05.372Z | |
| 1836 | 2025-09-17T19:22:05.372Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (15/227) |
| 1837 | 2025-09-17T19:22:05.899Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1838 | 2025-09-17T19:22:05.902Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1839 | 2025-09-17T19:22:05.902Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1840 | 2025-09-17T19:22:05.905Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1841 | 2025-09-17T19:22:05.957Z | |
| 1842 | 2025-09-17T19:22:05.957Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (16/227) |
| 1843 | 2025-09-17T19:22:06.483Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1844 | 2025-09-17T19:22:06.486Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1845 | 2025-09-17T19:22:06.486Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1846 | 2025-09-17T19:22:06.489Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1847 | 2025-09-17T19:22:06.542Z | |
| 1848 | 2025-09-17T19:22:06.542Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (17/227) |
| 1849 | 2025-09-17T19:22:07.074Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1850 | 2025-09-17T19:22:07.077Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1851 | 2025-09-17T19:22:07.077Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1852 | 2025-09-17T19:22:07.081Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1853 | 2025-09-17T19:22:07.134Z | |
| 1854 | 2025-09-17T19:22:07.134Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (18/227) |
| 1855 | 2025-09-17T19:22:07.669Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1856 | 2025-09-17T19:22:07.672Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1857 | 2025-09-17T19:22:07.672Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1858 | 2025-09-17T19:22:07.676Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1859 | 2025-09-17T19:22:07.726Z | |
| 1860 | 2025-09-17T19:22:07.726Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (19/227) |
| 1861 | 2025-09-17T19:22:08.260Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1862 | 2025-09-17T19:22:08.263Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1863 | 2025-09-17T19:22:08.263Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1864 | 2025-09-17T19:22:08.266Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1865 | 2025-09-17T19:22:08.317Z | |
| 1866 | 2025-09-17T19:22:08.317Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (20/227) |
| 1867 | 2025-09-17T19:22:08.855Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1868 | 2025-09-17T19:22:08.858Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1869 | 2025-09-17T19:22:08.858Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1870 | 2025-09-17T19:22:08.861Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1871 | 2025-09-17T19:22:08.913Z | |
| 1872 | 2025-09-17T19:22:08.913Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (21/227) |
| 1873 | 2025-09-17T19:22:09.447Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1874 | 2025-09-17T19:22:09.450Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1875 | 2025-09-17T19:22:09.450Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1876 | 2025-09-17T19:22:09.453Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1877 | 2025-09-17T19:22:09.506Z | |
| 1878 | 2025-09-17T19:22:09.506Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (22/227) |
| 1879 | 2025-09-17T19:22:10.039Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1880 | 2025-09-17T19:22:10.042Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1881 | 2025-09-17T19:22:10.042Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1882 | 2025-09-17T19:22:10.045Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1883 | 2025-09-17T19:22:10.097Z | |
| 1884 | 2025-09-17T19:22:10.097Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (23/227) |
| 1885 | 2025-09-17T19:22:10.627Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1886 | 2025-09-17T19:22:10.630Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1887 | 2025-09-17T19:22:10.630Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1888 | 2025-09-17T19:22:10.634Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1889 | 2025-09-17T19:22:10.683Z | |
| 1890 | 2025-09-17T19:22:10.683Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (24/227) |
| 1891 | 2025-09-17T19:22:11.213Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1892 | 2025-09-17T19:22:11.216Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1893 | 2025-09-17T19:22:11.216Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1894 | 2025-09-17T19:22:11.219Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1895 | 2025-09-17T19:22:11.274Z | |
| 1896 | 2025-09-17T19:22:11.274Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (25/227) |
| 1897 | 2025-09-17T19:22:11.811Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1898 | 2025-09-17T19:22:11.814Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1899 | 2025-09-17T19:22:11.814Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1900 | 2025-09-17T19:22:11.818Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1901 | 2025-09-17T19:22:11.869Z | |
| 1902 | 2025-09-17T19:22:11.869Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (26/227) |
| 1903 | 2025-09-17T19:22:12.404Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1904 | 2025-09-17T19:22:12.407Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1905 | 2025-09-17T19:22:12.407Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1906 | 2025-09-17T19:22:12.411Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1907 | 2025-09-17T19:22:12.466Z | |
| 1908 | 2025-09-17T19:22:12.466Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (27/227) |
| 1909 | 2025-09-17T19:22:12.997Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1910 | 2025-09-17T19:22:13.000Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1911 | 2025-09-17T19:22:13.000Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1912 | 2025-09-17T19:22:13.007Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1913 | 2025-09-17T19:22:13.056Z | |
| 1914 | 2025-09-17T19:22:13.056Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (28/227) |
| 1915 | 2025-09-17T19:22:13.586Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1916 | 2025-09-17T19:22:13.589Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1917 | 2025-09-17T19:22:13.589Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1918 | 2025-09-17T19:22:13.593Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1919 | 2025-09-17T19:22:13.644Z | |
| 1920 | 2025-09-17T19:22:13.644Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (29/227) |
| 1921 | 2025-09-17T19:22:14.173Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1922 | 2025-09-17T19:22:14.177Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1923 | 2025-09-17T19:22:14.177Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1924 | 2025-09-17T19:22:14.180Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1925 | 2025-09-17T19:22:14.235Z | |
| 1926 | 2025-09-17T19:22:14.235Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (30/227) |
| 1927 | 2025-09-17T19:22:14.763Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1928 | 2025-09-17T19:22:14.766Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1929 | 2025-09-17T19:22:14.766Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1930 | 2025-09-17T19:22:14.769Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1931 | 2025-09-17T19:22:14.822Z | |
| 1932 | 2025-09-17T19:22:14.822Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (31/227) |
| 1933 | 2025-09-17T19:22:15.353Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1934 | 2025-09-17T19:22:15.356Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1935 | 2025-09-17T19:22:15.356Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1936 | 2025-09-17T19:22:15.360Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1937 | 2025-09-17T19:22:15.411Z | |
| 1938 | 2025-09-17T19:22:15.411Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (32/227) |
| 1939 | 2025-09-17T19:22:15.937Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1940 | 2025-09-17T19:22:15.940Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1941 | 2025-09-17T19:22:15.940Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1942 | 2025-09-17T19:22:15.943Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1943 | 2025-09-17T19:22:15.994Z | |
| 1944 | 2025-09-17T19:22:15.994Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/227) |
| 1945 | 2025-09-17T19:22:16.527Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1946 | 2025-09-17T19:22:16.531Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1947 | 2025-09-17T19:22:16.531Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1948 | 2025-09-17T19:22:16.533Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1949 | 2025-09-17T19:22:16.587Z | |
| 1950 | 2025-09-17T19:22:16.587Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (34/227) |
| 1951 | 2025-09-17T19:22:17.117Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1952 | 2025-09-17T19:22:17.121Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1953 | 2025-09-17T19:22:17.121Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1954 | 2025-09-17T19:22:17.124Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1955 | 2025-09-17T19:22:17.177Z | |
| 1956 | 2025-09-17T19:22:17.177Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (35/227) |
| 1957 | 2025-09-17T19:22:17.706Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1958 | 2025-09-17T19:22:17.710Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1959 | 2025-09-17T19:22:17.710Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1960 | 2025-09-17T19:22:17.713Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1961 | 2025-09-17T19:22:17.763Z | |
| 1962 | 2025-09-17T19:22:17.763Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (36/227) |
| 1963 | 2025-09-17T19:22:18.298Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1964 | 2025-09-17T19:22:18.301Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1965 | 2025-09-17T19:22:18.301Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1966 | 2025-09-17T19:22:18.304Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1967 | 2025-09-17T19:22:18.360Z | |
| 1968 | 2025-09-17T19:22:18.360Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (37/227) |
| 1969 | 2025-09-17T19:22:18.892Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1970 | 2025-09-17T19:22:18.895Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1971 | 2025-09-17T19:22:18.895Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1972 | 2025-09-17T19:22:18.898Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1973 | 2025-09-17T19:22:18.952Z | |
| 1974 | 2025-09-17T19:22:18.953Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (38/227) |
| 1975 | 2025-09-17T19:22:19.488Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1976 | 2025-09-17T19:22:19.492Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1977 | 2025-09-17T19:22:19.492Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1978 | 2025-09-17T19:22:19.495Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1979 | 2025-09-17T19:22:19.546Z | |
| 1980 | 2025-09-17T19:22:19.546Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/227) |
| 1981 | 2025-09-17T19:22:20.079Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1982 | 2025-09-17T19:22:20.082Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1983 | 2025-09-17T19:22:20.082Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1984 | 2025-09-17T19:22:20.085Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1985 | 2025-09-17T19:22:20.139Z | |
| 1986 | 2025-09-17T19:22:20.139Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (40/227) |
| 1987 | 2025-09-17T19:22:20.672Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1988 | 2025-09-17T19:22:20.675Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1989 | 2025-09-17T19:22:20.675Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1990 | 2025-09-17T19:22:20.678Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1991 | 2025-09-17T19:22:20.731Z | |
| 1992 | 2025-09-17T19:22:20.731Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (41/227) |
| 1993 | 2025-09-17T19:22:21.266Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1994 | 2025-09-17T19:22:21.269Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1995 | 2025-09-17T19:22:21.269Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1996 | 2025-09-17T19:22:21.273Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1997 | 2025-09-17T19:22:21.328Z | |
| 1998 | 2025-09-17T19:22:21.328Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (42/227) |
| 1999 | 2025-09-17T19:22:21.862Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2000 | 2025-09-17T19:22:21.866Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2001 | 2025-09-17T19:22:21.866Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2002 | 2025-09-17T19:22:21.869Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2003 | 2025-09-17T19:22:21.922Z | |
| 2004 | 2025-09-17T19:22:21.922Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/227) |
| 2005 | 2025-09-17T19:22:22.457Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2006 | 2025-09-17T19:22:22.460Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2007 | 2025-09-17T19:22:22.461Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2008 | 2025-09-17T19:22:22.464Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2009 | 2025-09-17T19:22:22.516Z | |
| 2010 | 2025-09-17T19:22:22.516Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (44/227) |
| 2011 | 2025-09-17T19:22:23.050Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2012 | 2025-09-17T19:22:23.053Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2013 | 2025-09-17T19:22:23.053Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2014 | 2025-09-17T19:22:23.058Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2015 | 2025-09-17T19:22:23.109Z | |
| 2016 | 2025-09-17T19:22:23.109Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (45/227) |
| 2017 | 2025-09-17T19:22:23.643Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2018 | 2025-09-17T19:22:23.646Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2019 | 2025-09-17T19:22:23.646Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2020 | 2025-09-17T19:22:23.651Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2021 | 2025-09-17T19:22:23.703Z | |
| 2022 | 2025-09-17T19:22:23.704Z | info: running `cargo check --bins` on sled-hardware-types (46/227) |
| 2023 | 2025-09-17T19:22:24.416Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2024 | 2025-09-17T19:22:24.419Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2025 | 2025-09-17T19:22:24.419Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2026 | 2025-09-17T19:22:24.423Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 2027 | 2025-09-17T19:22:24.511Z | |
| 2028 | 2025-09-17T19:22:24.511Z | info: running `cargo check --bins --no-default-features` on illumos-utils (47/227) |
| 2029 | 2025-09-17T19:22:25.215Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2030 | 2025-09-17T19:22:25.218Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2031 | 2025-09-17T19:22:25.218Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2032 | 2025-09-17T19:22:25.222Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2033 | 2025-09-17T19:22:25.313Z | |
| 2034 | 2025-09-17T19:22:25.313Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (48/227) |
| 2035 | 2025-09-17T19:22:26.014Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2036 | 2025-09-17T19:22:26.017Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2037 | 2025-09-17T19:22:26.017Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2038 | 2025-09-17T19:22:26.020Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2039 | 2025-09-17T19:22:26.109Z | |
| 2040 | 2025-09-17T19:22:26.110Z | info: running `cargo check --bins` on oxlog (49/227) |
| 2041 | 2025-09-17T19:22:26.778Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2042 | 2025-09-17T19:22:26.783Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2043 | 2025-09-17T19:22:26.884Z | Checking cfg-if v1.0.1 |
| 2044 | 2025-09-17T19:22:26.887Z | Checking libc v0.2.174 |
| 2045 | 2025-09-17T19:22:26.887Z | Checking serde_core v1.0.223 |
| 2046 | 2025-09-17T19:22:27.024Z | Checking zeroize v1.8.1 |
| 2047 | 2025-09-17T19:22:27.027Z | Checking memchr v2.7.4 |
| 2048 | 2025-09-17T19:22:27.050Z | Checking typenum v1.17.0 |
| 2049 | 2025-09-17T19:22:27.053Z | Checking smallvec v1.15.1 |
| 2050 | 2025-09-17T19:22:27.081Z | Checking value-bag v1.9.0 |
| 2051 | 2025-09-17T19:22:27.086Z | Checking subtle v2.6.1 |
| 2052 | 2025-09-17T19:22:27.251Z | Checking scopeguard v1.2.0 |
| 2053 | 2025-09-17T19:22:27.348Z | Checking const-oid v0.9.6 |
| 2054 | 2025-09-17T19:22:27.408Z | Checking lock_api v0.4.12 |
| 2055 | 2025-09-17T19:22:27.428Z | Checking itoa v1.0.11 |
| 2056 | 2025-09-17T19:22:27.452Z | Checking log v0.4.27 |
| 2057 | 2025-09-17T19:22:27.648Z | Checking stable_deref_trait v1.2.0 |
| 2058 | 2025-09-17T19:22:27.770Z | Checking zerofrom v0.1.4 |
| 2059 | 2025-09-17T19:22:27.804Z | Checking byteorder v1.5.0 |
| 2060 | 2025-09-17T19:22:27.847Z | Checking pin-project-lite v0.2.14 |
| 2061 | 2025-09-17T19:22:27.975Z | Checking portable-atomic v1.11.0 |
| 2062 | 2025-09-17T19:22:27.995Z | Checking yoke v0.7.4 |
| 2063 | 2025-09-17T19:22:27.999Z | Checking critical-section v1.1.3 |
| 2064 | 2025-09-17T19:22:28.033Z | Checking getrandom v0.2.15 |
| 2065 | 2025-09-17T19:22:28.078Z | Checking generic-array v0.14.7 |
| 2066 | 2025-09-17T19:22:28.158Z | Checking parking_lot_core v0.9.10 |
| 2067 | 2025-09-17T19:22:28.182Z | Checking signal-hook-registry v1.4.2 |
| 2068 | 2025-09-17T19:22:28.280Z | Checking rand_core v0.6.4 |
| 2069 | 2025-09-17T19:22:28.327Z | Checking mio v1.0.2 |
| 2070 | 2025-09-17T19:22:28.429Z | Checking zerovec v0.10.4 |
| 2071 | 2025-09-17T19:22:28.503Z | Checking parking_lot v0.12.3 |
| 2072 | 2025-09-17T19:22:28.602Z | Checking socket2 v0.6.0 |
| 2073 | 2025-09-17T19:22:28.871Z | Checking futures-core v0.3.31 |
| 2074 | 2025-09-17T19:22:28.899Z | Checking allocator-api2 v0.2.21 |
| 2075 | 2025-09-17T19:22:28.941Z | Checking once_cell v1.21.3 |
| 2076 | 2025-09-17T19:22:29.078Z | Checking foldhash v0.1.5 |
| 2077 | 2025-09-17T19:22:29.098Z | Checking cpufeatures v0.2.14 |
| 2078 | 2025-09-17T19:22:29.204Z | Checking equivalent v1.0.2 |
| 2079 | 2025-09-17T19:22:29.224Z | Checking crypto-common v0.1.6 |
| 2080 | 2025-09-17T19:22:29.227Z | Checking block-buffer v0.10.4 |
| 2081 | 2025-09-17T19:22:29.253Z | Checking writeable v0.5.5 |
| 2082 | 2025-09-17T19:22:29.315Z | Checking litemap v0.7.3 |
| 2083 | 2025-09-17T19:22:29.334Z | Checking block-padding v0.3.3 |
| 2084 | 2025-09-17T19:22:29.428Z | Checking getrandom v0.3.1 |
| 2085 | 2025-09-17T19:22:29.459Z | Checking digest v0.10.7 |
| 2086 | 2025-09-17T19:22:29.485Z | Checking hashbrown v0.15.4 |
| 2087 | 2025-09-17T19:22:29.552Z | Checking percent-encoding v2.3.2 |
| 2088 | 2025-09-17T19:22:29.570Z | Checking inout v0.1.3 |
| 2089 | 2025-09-17T19:22:29.659Z | Checking zerocopy v0.7.35 |
| 2090 | 2025-09-17T19:22:29.678Z | Checking libm v0.2.8 |
| 2091 | 2025-09-17T19:22:29.795Z | Checking futures-sink v0.3.31 |
| 2092 | 2025-09-17T19:22:29.813Z | Checking ryu v1.0.18 |
| 2093 | 2025-09-17T19:22:29.816Z | Checking hmac v0.12.1 |
| 2094 | 2025-09-17T19:22:29.917Z | Checking tinystr v0.7.6 |
| 2095 | 2025-09-17T19:22:29.942Z | Checking icu_locid_transform_data v1.5.0 |
| 2096 | 2025-09-17T19:22:30.041Z | Checking futures-channel v0.3.31 |
| 2097 | 2025-09-17T19:22:30.060Z | Checking icu_collections v1.5.0 |
| 2098 | 2025-09-17T19:22:30.064Z | Checking sha2 v0.10.9 |
| 2099 | 2025-09-17T19:22:30.235Z | Checking icu_locid v1.5.0 |
| 2100 | 2025-09-17T19:22:30.398Z | Checking cipher v0.4.4 |
| 2101 | 2025-09-17T19:22:30.484Z | Checking slab v0.4.9 |
| 2102 | 2025-09-17T19:22:30.599Z | Checking num-traits v0.2.19 |
| 2103 | 2025-09-17T19:22:30.636Z | Checking pin-utils v0.1.0 |
| 2104 | 2025-09-17T19:22:30.733Z | Checking futures-task v0.3.31 |
| 2105 | 2025-09-17T19:22:30.753Z | Checking icu_properties_data v1.5.0 |
| 2106 | 2025-09-17T19:22:30.758Z | Checking base64ct v1.6.0 |
| 2107 | 2025-09-17T19:22:30.802Z | Checking futures-io v0.3.31 |
| 2108 | 2025-09-17T19:22:30.872Z | Checking serde v1.0.223 |
| 2109 | 2025-09-17T19:22:30.889Z | Checking serde_json v1.0.145 |
| 2110 | 2025-09-17T19:22:30.976Z | Checking write16 v1.0.0 |
| 2111 | 2025-09-17T19:22:30.994Z | Checking futures-util v0.3.31 |
| 2112 | 2025-09-17T19:22:31.023Z | Checking flagset v0.4.6 |
| 2113 | 2025-09-17T19:22:31.118Z | Checking icu_normalizer_data v1.5.0 |
| 2114 | 2025-09-17T19:22:31.169Z | Checking icu_provider v1.5.0 |
| 2115 | 2025-09-17T19:22:31.184Z | Checking pem-rfc7468 v0.7.0 |
| 2116 | 2025-09-17T19:22:31.221Z | Checking utf8_iter v1.0.4 |
| 2117 | 2025-09-17T19:22:31.238Z | Checking utf16_iter v1.0.5 |
| 2118 | 2025-09-17T19:22:31.423Z | Checking ppv-lite86 v0.2.20 |
| 2119 | 2025-09-17T19:22:31.423Z | Checking salsa20 v0.10.2 |
| 2120 | 2025-09-17T19:22:31.452Z | Checking der v0.7.9 |
| 2121 | 2025-09-17T19:22:31.646Z | Checking pbkdf2 v0.12.2 |
| 2122 | 2025-09-17T19:22:31.789Z | Checking icu_locid_transform v1.5.0 |
| 2123 | 2025-09-17T19:22:31.808Z | Checking bytes v1.10.1 |
| 2124 | 2025-09-17T19:22:31.826Z | Checking bitflags v2.9.1 |
| 2125 | 2025-09-17T19:22:32.124Z | Checking indexmap v2.11.0 |
| 2126 | 2025-09-17T19:22:32.143Z | Checking fnv v1.0.7 |
| 2127 | 2025-09-17T19:22:32.147Z | Checking scrypt v0.11.0 |
| 2128 | 2025-09-17T19:22:32.287Z | Checking cbc v0.1.2 |
| 2129 | 2025-09-17T19:22:32.396Z | Checking aes v0.8.4 |
| 2130 | 2025-09-17T19:22:32.492Z | Checking form_urlencoded v1.2.2 |
| 2131 | 2025-09-17T19:22:32.512Z | Checking uuid v1.18.1 |
| 2132 | 2025-09-17T19:22:32.702Z | Checking tracing-core v0.1.32 |
| 2133 | 2025-09-17T19:22:32.743Z | Checking tokio v1.47.0 |
| 2134 | 2025-09-17T19:22:32.805Z | Checking icu_properties v1.5.1 |
| 2135 | 2025-09-17T19:22:33.106Z | Checking spki v0.7.3 |
| 2136 | 2025-09-17T19:22:33.128Z | Checking http v1.3.1 |
| 2137 | 2025-09-17T19:22:33.269Z | Checking tinyvec_macros v0.1.1 |
| 2138 | 2025-09-17T19:22:33.341Z | Checking tracing v0.1.40 |
| 2139 | 2025-09-17T19:22:33.375Z | Compiling newtype-uuid v1.2.4 |
| 2140 | 2025-09-17T19:22:33.394Z | Checking base64 v0.22.1 |
| 2141 | 2025-09-17T19:22:33.411Z | Checking pkcs5 v0.7.1 |
| 2142 | 2025-09-17T19:22:33.699Z | Checking rustls-pki-types v1.10.0 |
| 2143 | 2025-09-17T19:22:33.715Z | Checking iana-time-zone v0.1.63 |
| 2144 | 2025-09-17T19:22:33.880Z | Checking chrono v0.4.41 |
| 2145 | 2025-09-17T19:22:33.905Z | Checking tinyvec v1.8.0 |
| 2146 | 2025-09-17T19:22:33.922Z | Checking pkcs8 v0.10.2 |
| 2147 | 2025-09-17T19:22:34.230Z | Checking rand_core v0.9.3 |
| 2148 | 2025-09-17T19:22:34.230Z | Checking errno v0.3.12 |
| 2149 | 2025-09-17T19:22:34.339Z | Checking http-body v1.0.1 |
| 2150 | 2025-09-17T19:22:34.449Z | Checking aws-lc-sys v0.26.0 |
| 2151 | 2025-09-17T19:22:34.565Z | Checking spin v0.9.8 |
| 2152 | 2025-09-17T19:22:34.585Z | Checking atomic-waker v1.1.2 |
| 2153 | 2025-09-17T19:22:34.740Z | Checking tower-service v0.3.3 |
| 2154 | 2025-09-17T19:22:34.880Z | Checking adler2 v2.0.0 |
| 2155 | 2025-09-17T19:22:34.899Z | Checking foreign-types-shared v0.1.1 |
| 2156 | 2025-09-17T19:22:35.022Z | Checking openssl-probe v0.1.5 |
| 2157 | 2025-09-17T19:22:35.064Z | Checking untrusted v0.7.1 |
| 2158 | 2025-09-17T19:22:35.227Z | Checking untrusted v0.9.0 |
| 2159 | 2025-09-17T19:22:35.231Z | Checking try-lock v0.2.5 |
| 2160 | 2025-09-17T19:22:35.247Z | Checking miniz_oxide v0.8.5 |
| 2161 | 2025-09-17T19:22:35.359Z | Checking ring v0.17.14 |
| 2162 | 2025-09-17T19:22:35.362Z | Checking want v0.3.1 |
| 2163 | 2025-09-17T19:22:35.546Z | Checking foreign-types v0.3.2 |
| 2164 | 2025-09-17T19:22:35.579Z | Checking rand_chacha v0.9.0 |
| 2165 | 2025-09-17T19:22:35.650Z | Checking ipnet v2.11.0 |
| 2166 | 2025-09-17T19:22:35.784Z | Checking httparse v1.9.5 |
| 2167 | 2025-09-17T19:22:35.957Z | Checking icu_normalizer v1.5.0 |
| 2168 | 2025-09-17T19:22:35.993Z | Checking openssl-sys v0.9.109 |
| 2169 | 2025-09-17T19:22:36.010Z | Checking thiserror v1.0.69 |
| 2170 | 2025-09-17T19:22:36.167Z | Checking aho-corasick v1.1.3 |
| 2171 | 2025-09-17T19:22:36.191Z | Checking powerfmt v0.2.0 |
| 2172 | 2025-09-17T19:22:36.212Z | Checking unicode-ident v1.0.18 |
| 2173 | 2025-09-17T19:22:36.390Z | Checking regex-syntax v0.8.5 |
| 2174 | 2025-09-17T19:22:36.483Z | Checking httpdate v1.0.3 |
| 2175 | 2025-09-17T19:22:36.685Z | Checking aws-lc-rs v1.12.4 |
| 2176 | 2025-09-17T19:22:36.712Z | Checking idna_adapter v1.2.0 |
| 2177 | 2025-09-17T19:22:36.737Z | Checking deranged v0.3.11 |
| 2178 | 2025-09-17T19:22:36.912Z | Checking idna v1.0.3 |
| 2179 | 2025-09-17T19:22:37.145Z | Checking openssl v0.10.73 |
| 2180 | 2025-09-17T19:22:37.397Z | Checking url v2.5.4 |
| 2181 | 2025-09-17T19:22:37.612Z | Checking proc-macro2 v1.0.101 |
| 2182 | 2025-09-17T19:22:37.761Z | Checking rand v0.9.2 |
| 2183 | 2025-09-17T19:22:38.068Z | Checking unicode-normalization v0.1.24 |
| 2184 | 2025-09-17T19:22:38.281Z | Checking rustix v0.38.37 |
| 2185 | 2025-09-17T19:22:38.313Z | Checking crossbeam-utils v0.8.21 |
| 2186 | 2025-09-17T19:22:38.463Z | Checking rustls-webpki v0.102.8 |
| 2187 | 2025-09-17T19:22:38.791Z | Checking semver v1.0.26 |
| 2188 | 2025-09-17T19:22:38.987Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2189 | 2025-09-17T19:22:39.049Z | Checking signature v2.2.0 |
| 2190 | 2025-09-17T19:22:39.111Z | Checking scroll v0.12.0 |
| 2191 | 2025-09-17T19:22:39.193Z | Checking crc32fast v1.4.2 |
| 2192 | 2025-09-17T19:22:39.231Z | Checking num-conv v0.1.0 |
| 2193 | 2025-09-17T19:22:39.248Z | Checking unicode-properties v0.1.3 |
| 2194 | 2025-09-17T19:22:39.451Z | Checking dyn-clone v1.0.20 |
| 2195 | 2025-09-17T19:22:39.470Z | Checking anstyle v1.0.11 |
| 2196 | 2025-09-17T19:22:39.520Z | Checking regex-automata v0.4.8 |
| 2197 | 2025-09-17T19:22:39.548Z | Checking utf8parse v0.2.2 |
| 2198 | 2025-09-17T19:22:39.570Z | Checking tokio-util v0.7.15 |
| 2199 | 2025-09-17T19:22:39.607Z | Checking unicode-bidi v0.3.17 |
| 2200 | 2025-09-17T19:22:39.625Z | Checking ucd-trie v0.1.7 |
| 2201 | 2025-09-17T19:22:39.701Z | Checking time-core v0.1.2 |
| 2202 | 2025-09-17T19:22:39.822Z | Checking zlib-rs v0.5.1 |
| 2203 | 2025-09-17T19:22:39.840Z | Checking num_threads v0.1.7 |
| 2204 | 2025-09-17T19:22:39.862Z | Checking plain v0.2.3 |
| 2205 | 2025-09-17T19:22:39.967Z | Checking siphasher v0.3.11 |
| 2206 | 2025-09-17T19:22:40.015Z | Checking either v1.15.0 |
| 2207 | 2025-09-17T19:22:40.238Z | Checking stringprep v0.1.5 |
| 2208 | 2025-09-17T19:22:40.272Z | Checking phf_shared v0.11.2 |
| 2209 | 2025-09-17T19:22:40.403Z | Checking goblin v0.8.2 |
| 2210 | 2025-09-17T19:22:40.539Z | Checking time v0.3.36 |
| 2211 | 2025-09-17T19:22:40.557Z | Checking pest v2.7.14 |
| 2212 | 2025-09-17T19:22:40.885Z | Checking h2 v0.4.6 |
| 2213 | 2025-09-17T19:22:41.461Z | Checking anstyle-parse v0.2.5 |
| 2214 | 2025-09-17T19:22:41.657Z | Checking libz-rs-sys v0.5.1 |
| 2215 | 2025-09-17T19:22:41.725Z | Checking schemars v0.8.22 |
| 2216 | 2025-09-17T19:22:41.862Z | Checking rustls v0.23.19 |
| 2217 | 2025-09-17T19:22:42.174Z | Checking native-tls v0.2.12 |
| 2218 | 2025-09-17T19:22:42.498Z | Checking crossbeam-epoch v0.9.18 |
| 2219 | 2025-09-17T19:22:42.821Z | Checking quote v1.0.40 |
| 2220 | 2025-09-17T19:22:43.079Z | Checking zerocopy v0.8.26 |
| 2221 | 2025-09-17T19:22:43.181Z | Checking num-integer v0.1.46 |
| 2222 | 2025-09-17T19:22:43.199Z | Checking rand_chacha v0.3.1 |
| 2223 | 2025-09-17T19:22:43.279Z | Checking toml_datetime v0.6.11 |
| 2224 | 2025-09-17T19:22:43.606Z | Checking serde_spanned v0.6.9 |
| 2225 | 2025-09-17T19:22:43.626Z | Checking zstd-sys v2.0.14+zstd.1.5.7 |
| 2226 | 2025-09-17T19:22:43.660Z | Checking md-5 v0.10.6 |
| 2227 | 2025-09-17T19:22:43.790Z | Checking sync_wrapper v1.0.1 |
| 2228 | 2025-09-17T19:22:43.809Z | Checking ff v0.13.0 |
| 2229 | 2025-09-17T19:22:43.831Z | Checking hash32 v0.2.1 |
| 2230 | 2025-09-17T19:22:43.881Z | Checking base16ct v0.2.0 |
| 2231 | 2025-09-17T19:22:43.945Z | Checking is_terminal_polyfill v1.70.1 |
| 2232 | 2025-09-17T19:22:44.012Z | Checking colorchoice v1.0.2 |
| 2233 | 2025-09-17T19:22:44.083Z | Checking gimli v0.31.1 |
| 2234 | 2025-09-17T19:22:44.100Z | Checking fallible-iterator v0.2.0 |
| 2235 | 2025-09-17T19:22:44.119Z | Checking tower-layer v0.3.3 |
| 2236 | 2025-09-17T19:22:44.159Z | Checking anstyle-query v1.1.1 |
| 2237 | 2025-09-17T19:22:44.305Z | Checking pretty-hex v0.4.1 |
| 2238 | 2025-09-17T19:22:44.377Z | Checking psl-types v2.0.11 |
| 2239 | 2025-09-17T19:22:44.515Z | Checking tower v0.5.2 |
| 2240 | 2025-09-17T19:22:44.582Z | Checking publicsuffix v2.3.0 |
| 2241 | 2025-09-17T19:22:44.646Z | Checking postgres-protocol v0.6.8 |
| 2242 | 2025-09-17T19:22:44.858Z | Checking anstream v0.6.18 |
| 2243 | 2025-09-17T19:22:45.255Z | Checking heapless v0.7.17 |
| 2244 | 2025-09-17T19:22:45.259Z | Checking sec1 v0.7.3 |
| 2245 | 2025-09-17T19:22:45.289Z | Checking group v0.13.0 |
| 2246 | 2025-09-17T19:22:45.324Z | Checking dof v0.3.0 |
| 2247 | 2025-09-17T19:22:45.535Z | Checking zstd-safe v7.2.3 |
| 2248 | 2025-09-17T19:22:45.662Z | Checking num-iter v0.1.45 |
| 2249 | 2025-09-17T19:22:45.853Z | Checking rand v0.8.5 |
| 2250 | 2025-09-17T19:22:45.856Z | Checking ipnetwork v0.21.1 |
| 2251 | 2025-09-17T19:22:45.932Z | Checking syn v2.0.106 |
| 2252 | 2025-09-17T19:22:46.196Z | Compiling daft v0.1.4 |
| 2253 | 2025-09-17T19:22:46.260Z | Checking dtrace-parser v0.2.0 |
| 2254 | 2025-09-17T19:22:46.263Z | Checking cookie v0.18.1 |
| 2255 | 2025-09-17T19:22:46.716Z | Checking tokio-native-tls v0.3.1 |
| 2256 | 2025-09-17T19:22:46.734Z | Checking flate2 v1.1.2 |
| 2257 | 2025-09-17T19:22:46.752Z | Checking terminal_size v0.4.0 |
| 2258 | 2025-09-17T19:22:46.810Z | Checking tokio-rustls v0.26.0 |
| 2259 | 2025-09-17T19:22:46.921Z | Checking rustls-native-certs v0.8.1 |
| 2260 | 2025-09-17T19:22:46.973Z | Checking lazy_static v1.5.0 |
| 2261 | 2025-09-17T19:22:47.014Z | Checking hyper v1.7.0 |
| 2262 | 2025-09-17T19:22:47.032Z | Checking http-body-util v0.1.3 |
| 2263 | 2025-09-17T19:22:47.098Z | Checking webpki-roots v1.0.1 |
| 2264 | 2025-09-17T19:22:47.118Z | Checking signal-hook v0.3.18 |
| 2265 | 2025-09-17T19:22:47.188Z | Checking hkdf v0.12.4 |
| 2266 | 2025-09-17T19:22:47.298Z | Checking crypto-bigint v0.5.5 |
| 2267 | 2025-09-17T19:22:47.364Z | Checking thread-id v4.2.2 |
| 2268 | 2025-09-17T19:22:47.419Z | Checking object v0.36.5 |
| 2269 | 2025-09-17T19:22:47.440Z | Checking lockfree-object-pool v0.1.6 |
| 2270 | 2025-09-17T19:22:47.456Z | Checking iri-string v0.7.8 |
| 2271 | 2025-09-17T19:22:47.483Z | Checking managed v0.8.0 |
| 2272 | 2025-09-17T19:22:47.695Z | Checking rustc-demangle v0.1.24 |
| 2273 | 2025-09-17T19:22:47.735Z | Checking addr2line v0.24.2 |
| 2274 | 2025-09-17T19:22:47.857Z | Compiling rayon-core v1.12.1 |
| 2275 | 2025-09-17T19:22:48.155Z | Checking strsim v0.11.1 |
| 2276 | 2025-09-17T19:22:48.173Z | Checking bitflags v1.3.2 |
| 2277 | 2025-09-17T19:22:48.257Z | Checking winnow v0.5.40 |
| 2278 | 2025-09-17T19:22:48.288Z | Checking bumpalo v3.16.0 |
| 2279 | 2025-09-17T19:22:48.443Z | Checking simd-adler32 v0.3.7 |
| 2280 | 2025-09-17T19:22:48.604Z | Checking clap_lex v0.7.4 |
| 2281 | 2025-09-17T19:22:48.791Z | Checking zopfli v0.8.1 |
| 2282 | 2025-09-17T19:22:48.881Z | Checking clap_builder v4.5.41 |
| 2283 | 2025-09-17T19:22:48.948Z | Checking hyper-util v0.1.16 |
| 2284 | 2025-09-17T19:22:49.490Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2285 | 2025-09-17T19:22:49.834Z | Checking smoltcp v0.9.1 |
| 2286 | 2025-09-17T19:22:49.922Z | Checking tower-http v0.6.6 |
| 2287 | 2025-09-17T19:22:49.953Z | Checking elliptic-curve v0.13.8 |
| 2288 | 2025-09-17T19:22:50.500Z | Checking signal-hook-mio v0.2.4 |
| 2289 | 2025-09-17T19:22:50.626Z | Checking num-bigint-dig v0.8.4 |
| 2290 | 2025-09-17T19:22:50.662Z | Checking cookie_store v0.21.1 |
| 2291 | 2025-09-17T19:22:50.939Z | Checking toml_edit v0.19.15 |
| 2292 | 2025-09-17T19:22:51.214Z | Checking oxnet v0.1.3 |
| 2293 | 2025-09-17T19:22:51.364Z | Checking zstd v0.13.3 |
| 2294 | 2025-09-17T19:22:51.456Z | Checking hyper-tls v0.6.0 |
| 2295 | 2025-09-17T19:22:51.603Z | Checking hyper-rustls v0.27.7 |
| 2296 | 2025-09-17T19:22:51.713Z | Checking postgres-types v0.2.9 |
| 2297 | 2025-09-17T19:22:51.732Z | Checking regex v1.11.1 |
| 2298 | 2025-09-17T19:22:51.752Z | Checking bstr v1.10.0 |
| 2299 | 2025-09-17T19:22:51.774Z | Checking usdt-impl v0.5.0 |
| 2300 | 2025-09-17T19:22:51.977Z | Checking crossbeam-deque v0.8.5 |
| 2301 | 2025-09-17T19:22:52.306Z | Checking phf v0.11.2 |
| 2302 | 2025-09-17T19:22:52.309Z | Checking ed25519 v2.2.3 |
| 2303 | 2025-09-17T19:22:52.326Z | Checking bzip2 v0.5.2 |
| 2304 | 2025-09-17T19:22:52.330Z | Checking bzip2 v0.4.4 |
| 2305 | 2025-09-17T19:22:52.573Z | Checking thiserror v2.0.16 |
| 2306 | 2025-09-17T19:22:52.592Z | Checking curve25519-dalek v4.1.3 |
| 2307 | 2025-09-17T19:22:52.611Z | Checking strum v0.27.2 |
| 2308 | 2025-09-17T19:22:52.629Z | Checking hubpack v0.1.2 |
| 2309 | 2025-09-17T19:22:52.632Z | Checking memoffset v0.9.1 |
| 2310 | 2025-09-17T19:22:52.661Z | Checking pkcs1 v0.7.5 |
| 2311 | 2025-09-17T19:22:52.757Z | Checking serde_urlencoded v0.7.1 |
| 2312 | 2025-09-17T19:22:52.775Z | Checking float-cmp v0.10.0 |
| 2313 | 2025-09-17T19:22:52.914Z | Checking serde-big-array v0.5.1 |
| 2314 | 2025-09-17T19:22:52.947Z | Checking rfc6979 v0.4.0 |
| 2315 | 2025-09-17T19:22:52.979Z | Checking socket2 v0.5.10 |
| 2316 | 2025-09-17T19:22:53.050Z | Checking memmap v0.7.0 |
| 2317 | 2025-09-17T19:22:53.128Z | Checking encoding_rs v0.8.34 |
| 2318 | 2025-09-17T19:22:53.147Z | Checking unicode-segmentation v1.12.0 |
| 2319 | 2025-09-17T19:22:53.166Z | Checking data-encoding v2.9.0 |
| 2320 | 2025-09-17T19:22:53.211Z | Checking backtrace v0.3.74 |
| 2321 | 2025-09-17T19:22:53.272Z | Checking winnow v0.7.10 |
| 2322 | 2025-09-17T19:22:53.315Z | Checking toml_write v0.1.2 |
| 2323 | 2025-09-17T19:22:53.444Z | Checking fixedbitset v0.4.2 |
| 2324 | 2025-09-17T19:22:53.628Z | Checking predicates-core v1.0.8 |
| 2325 | 2025-09-17T19:22:53.681Z | Checking static_assertions v1.1.0 |
| 2326 | 2025-09-17T19:22:53.712Z | Checking mime v0.3.17 |
| 2327 | 2025-09-17T19:22:53.783Z | Checking whoami v1.5.2 |
| 2328 | 2025-09-17T19:22:53.786Z | Checking minimal-lexical v0.2.1 |
| 2329 | 2025-09-17T19:22:53.798Z | Checking normalize-line-endings v0.3.0 |
| 2330 | 2025-09-17T19:22:53.832Z | Checking new_debug_unreachable v1.0.6 |
| 2331 | 2025-09-17T19:22:53.938Z | Checking difflib v0.4.0 |
| 2332 | 2025-09-17T19:22:53.957Z | Checking precomputed-hash v0.1.1 |
| 2333 | 2025-09-17T19:22:54.007Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 2334 | 2025-09-17T19:22:54.070Z | Checking tokio-postgres v0.7.13 |
| 2335 | 2025-09-17T19:22:54.088Z | Checking string_cache v0.8.9 |
| 2336 | 2025-09-17T19:22:54.188Z | Checking nom v7.1.3 |
| 2337 | 2025-09-17T19:22:54.275Z | Checking predicates v3.1.3 |
| 2338 | 2025-09-17T19:22:54.309Z | Checking ed25519-dalek v2.1.1 |
| 2339 | 2025-09-17T19:22:54.394Z | Checking similar v2.7.0 |
| 2340 | 2025-09-17T19:22:54.707Z | Checking anyhow v1.0.99 |
| 2341 | 2025-09-17T19:22:54.893Z | Checking petgraph v0.6.5 |
| 2342 | 2025-09-17T19:22:55.093Z | Checking hickory-proto v0.25.2 |
| 2343 | 2025-09-17T19:22:55.203Z | Checking toml v0.7.8 |
| 2344 | 2025-09-17T19:22:55.296Z | Checking reqwest v0.12.22 |
| 2345 | 2025-09-17T19:22:55.885Z | Checking usdt v0.5.0 |
| 2346 | 2025-09-17T19:22:56.065Z | Checking toml_edit v0.22.27 |
| 2347 | 2025-09-17T19:22:56.165Z | Checking ecdsa v0.16.9 |
| 2348 | 2025-09-17T19:22:56.728Z | Checking rsa v0.9.6 |
| 2349 | 2025-09-17T19:22:56.878Z | Checking nix v0.29.0 |
| 2350 | 2025-09-17T19:22:57.055Z | Checking zip v0.6.6 |
| 2351 | 2025-09-17T19:22:57.298Z | Checking zip v4.2.0 |
| 2352 | 2025-09-17T19:22:57.723Z | Checking clap v4.5.41 |
| 2353 | 2025-09-17T19:22:57.813Z | Checking crossterm v0.28.1 |
| 2354 | 2025-09-17T19:22:57.863Z | Checking ahash v0.8.12 |
| 2355 | 2025-09-17T19:22:58.258Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 2356 | 2025-09-17T19:22:58.297Z | Checking tokio-stream v0.1.17 |
| 2357 | 2025-09-17T19:22:58.324Z | Checking itertools v0.13.0 |
| 2358 | 2025-09-17T19:22:58.529Z | Checking itertools v0.10.5 |
| 2359 | 2025-09-17T19:22:58.602Z | Checking itertools v0.12.1 |
| 2360 | 2025-09-17T19:22:58.628Z | Checking fs-err v3.1.1 |
| 2361 | 2025-09-17T19:22:59.078Z | Checking buf-list v1.0.3 |
| 2362 | 2025-09-17T19:22:59.194Z | Checking strum v0.26.3 |
| 2363 | 2025-09-17T19:22:59.311Z | Checking rustix v1.0.7 |
| 2364 | 2025-09-17T19:22:59.371Z | Checking slog v2.7.0 |
| 2365 | 2025-09-17T19:22:59.392Z | Checking x509-cert v0.2.5 |
| 2366 | 2025-09-17T19:22:59.464Z | Checking openapiv3 v2.2.0 |
| 2367 | 2025-09-17T19:22:59.832Z | Checking sha1 v0.10.6 |
| 2368 | 2025-09-17T19:23:00.140Z | Checking winnow v0.6.26 |
| 2369 | 2025-09-17T19:23:00.610Z | Checking peg-runtime v0.8.5 |
| 2370 | 2025-09-17T19:23:00.758Z | Checking unicode-xid v0.2.6 |
| 2371 | 2025-09-17T19:23:00.851Z | Checking lalrpop-util v0.19.12 |
| 2372 | 2025-09-17T19:23:00.916Z | Checking rustc-hash v2.1.1 |
| 2373 | 2025-09-17T19:23:00.934Z | Checking rayon v1.10.0 |
| 2374 | 2025-09-17T19:23:00.962Z | Checking camino v1.2.0 |
| 2375 | 2025-09-17T19:23:01.091Z | Checking sigpipe v0.1.3 |
| 2376 | 2025-09-17T19:23:01.144Z | Checking glob v0.3.2 |
| 2377 | 2025-09-17T19:23:01.219Z | Checking jiff v0.2.15 |
| 2378 | 2025-09-17T19:23:04.996Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2379 | 2025-09-17T19:23:05.379Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.25s |
| 2380 | 2025-09-17T19:23:05.563Z | |
| 2381 | 2025-09-17T19:23:05.563Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (50/227) |
| 2382 | 2025-09-17T19:23:06.314Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2383 | 2025-09-17T19:23:06.317Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2384 | 2025-09-17T19:23:06.507Z | Compiling regress v0.10.4 |
| 2385 | 2025-09-17T19:23:06.657Z | Compiling ident_case v1.0.1 |
| 2386 | 2025-09-17T19:23:06.677Z | Checking heck v0.5.0 |
| 2387 | 2025-09-17T19:23:06.696Z | Checking newtype-uuid v1.2.4 |
| 2388 | 2025-09-17T19:23:06.712Z | Compiling unsafe-libyaml v0.2.11 |
| 2389 | 2025-09-17T19:23:06.716Z | Checking futures-executor v0.3.31 |
| 2390 | 2025-09-17T19:23:06.719Z | Checking fastrand v2.1.1 |
| 2391 | 2025-09-17T19:23:06.819Z | Compiling darling_core v0.20.10 |
| 2392 | 2025-09-17T19:23:06.842Z | Checking thread_local v1.1.8 |
| 2393 | 2025-09-17T19:23:06.950Z | Checking daft v0.1.4 |
| 2394 | 2025-09-17T19:23:07.033Z | Checking futures v0.3.31 |
| 2395 | 2025-09-17T19:23:07.076Z | Checking tempfile v3.20.0 |
| 2396 | 2025-09-17T19:23:07.123Z | Checking macaddr v1.0.1 |
| 2397 | 2025-09-17T19:23:07.148Z | Compiling structmeta-derive v0.3.0 |
| 2398 | 2025-09-17T19:23:07.393Z | Compiling ref-cast v1.0.24 |
| 2399 | 2025-09-17T19:23:07.427Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2400 | 2025-09-17T19:23:07.460Z | Checking crossbeam-channel v0.5.15 |
| 2401 | 2025-09-17T19:23:07.544Z | Compiling ref-cast-impl v1.0.24 |
| 2402 | 2025-09-17T19:23:07.986Z | Compiling serde_yaml v0.9.34+deprecated |
| 2403 | 2025-09-17T19:23:08.140Z | Checking is-terminal v0.4.13 |
| 2404 | 2025-09-17T19:23:08.285Z | Checking term v1.1.0 |
| 2405 | 2025-09-17T19:23:08.476Z | Checking take_mut v0.2.2 |
| 2406 | 2025-09-17T19:23:08.641Z | Compiling rustls v0.22.4 |
| 2407 | 2025-09-17T19:23:08.657Z | Checking slog-async v2.8.0 |
| 2408 | 2025-09-17T19:23:08.705Z | Checking slog-term v2.9.2 |
| 2409 | 2025-09-17T19:23:09.001Z | Compiling multer v3.1.0 |
| 2410 | 2025-09-17T19:23:09.121Z | Checking match_cfg v0.1.0 |
| 2411 | 2025-09-17T19:23:09.235Z | Checking hostname v0.3.1 |
| 2412 | 2025-09-17T19:23:09.381Z | Checking toml_parser v1.0.2 |
| 2413 | 2025-09-17T19:23:09.431Z | Checking slog-json v2.6.1 |
| 2414 | 2025-09-17T19:23:09.654Z | Compiling structmeta v0.3.0 |
| 2415 | 2025-09-17T19:23:09.700Z | Checking toml_datetime v0.7.0 |
| 2416 | 2025-09-17T19:23:10.050Z | Checking typify-impl v0.3.0 |
| 2417 | 2025-09-17T19:23:10.070Z | Checking hex v0.4.3 |
| 2418 | 2025-09-17T19:23:10.073Z | Checking serde_spanned v1.0.0 |
| 2419 | 2025-09-17T19:23:10.110Z | Compiling async-stream-impl v0.3.6 |
| 2420 | 2025-09-17T19:23:10.610Z | Checking wait-timeout v0.2.0 |
| 2421 | 2025-09-17T19:23:10.829Z | Compiling dropshot v0.16.4 |
| 2422 | 2025-09-17T19:23:11.152Z | Checking debug-ignore v1.0.5 |
| 2423 | 2025-09-17T19:23:11.316Z | Checking toml_writer v1.0.2 |
| 2424 | 2025-09-17T19:23:11.369Z | Checking quick-error v1.2.3 |
| 2425 | 2025-09-17T19:23:11.389Z | Checking bit-vec v0.8.0 |
| 2426 | 2025-09-17T19:23:11.536Z | Checking rusty-fork v0.3.0 |
| 2427 | 2025-09-17T19:23:11.671Z | Checking toml v0.9.5 |
| 2428 | 2025-09-17T19:23:11.759Z | Checking bit-set v0.8.0 |
| 2429 | 2025-09-17T19:23:11.853Z | Checking async-stream v0.3.6 |
| 2430 | 2025-09-17T19:23:12.062Z | Compiling derive-ex v0.1.8 |
| 2431 | 2025-09-17T19:23:12.102Z | Checking slog-bunyan v2.5.0 |
| 2432 | 2025-09-17T19:23:12.522Z | Compiling darling_macro v0.20.10 |
| 2433 | 2025-09-17T19:23:12.593Z | Checking rand_xorshift v0.4.0 |
| 2434 | 2025-09-17T19:23:12.661Z | Checking tokio-rustls v0.25.0 |
| 2435 | 2025-09-17T19:23:12.732Z | Checking progenitor-client v0.9.1 |
| 2436 | 2025-09-17T19:23:12.788Z | Checking waitgroup v0.1.2 |
| 2437 | 2025-09-17T19:23:12.945Z | Checking rustls-pemfile v2.2.0 |
| 2438 | 2025-09-17T19:23:12.988Z | Compiling dropshot_endpoint v0.16.4 |
| 2439 | 2025-09-17T19:23:13.041Z | Checking serde_path_to_error v0.1.17 |
| 2440 | 2025-09-17T19:23:13.114Z | Compiling derive-where v1.5.0 |
| 2441 | 2025-09-17T19:23:13.187Z | Checking hostname v0.4.0 |
| 2442 | 2025-09-17T19:23:13.344Z | Checking unarray v0.1.4 |
| 2443 | 2025-09-17T19:23:13.445Z | Compiling darling v0.20.10 |
| 2444 | 2025-09-17T19:23:13.508Z | Checking proptest v1.7.0 |
| 2445 | 2025-09-17T19:23:13.574Z | Compiling serde_with_macros v3.14.0 |
| 2446 | 2025-09-17T19:23:13.663Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2447 | 2025-09-17T19:23:13.835Z | Compiling parse-display-derive v0.10.0 |
| 2448 | 2025-09-17T19:23:14.358Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2449 | 2025-09-17T19:23:14.884Z | Compiling darling_core v0.21.0 |
| 2450 | 2025-09-17T19:23:16.086Z | Checking serde_with v3.14.0 |
| 2451 | 2025-09-17T19:23:16.120Z | Compiling test-strategy v0.4.3 |
| 2452 | 2025-09-17T19:23:16.261Z | Checking progenitor-client v0.10.0 |
| 2453 | 2025-09-17T19:23:16.649Z | Checking hashbrown v0.16.0 |
| 2454 | 2025-09-17T19:23:17.574Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2455 | 2025-09-17T19:23:17.642Z | Checking instant v0.1.13 |
| 2456 | 2025-09-17T19:23:17.778Z | Checking foldhash v0.2.0 |
| 2457 | 2025-09-17T19:23:18.032Z | Checking backoff v0.4.0 |
| 2458 | 2025-09-17T19:23:18.054Z | Checking iddqd v0.3.13 |
| 2459 | 2025-09-17T19:23:18.323Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2460 | 2025-09-17T19:23:18.344Z | Checking parse-display v0.10.0 |
| 2461 | 2025-09-17T19:23:18.492Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2462 | 2025-09-17T19:23:18.595Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2463 | 2025-09-17T19:23:18.615Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b) |
| 2464 | 2025-09-17T19:23:18.949Z | Checking unicode-width v0.1.14 |
| 2465 | 2025-09-17T19:23:19.215Z | Compiling proc-macro-error v1.0.4 |
| 2466 | 2025-09-17T19:23:19.455Z | Compiling itertools v0.14.0 |
| 2467 | 2025-09-17T19:23:19.523Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718) |
| 2468 | 2025-09-17T19:23:19.633Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2469 | 2025-09-17T19:23:19.689Z | Compiling heapless v0.8.0 |
| 2470 | 2025-09-17T19:23:19.776Z | Compiling proc-macro-crate v1.3.1 |
| 2471 | 2025-09-17T19:23:20.052Z | Checking hash32 v0.3.1 |
| 2472 | 2025-09-17T19:23:20.275Z | Compiling smoltcp v0.11.0 |
| 2473 | 2025-09-17T19:23:20.292Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2474 | 2025-09-17T19:23:20.723Z | Compiling typify-impl v0.4.3 |
| 2475 | 2025-09-17T19:23:20.741Z | Compiling num_enum_derive v0.5.11 |
| 2476 | 2025-09-17T19:23:20.952Z | Compiling darling_macro v0.21.0 |
| 2477 | 2025-09-17T19:23:20.974Z | Compiling foreign-types-macros v0.2.3 |
| 2478 | 2025-09-17T19:23:21.273Z | Checking cobs v0.2.3 |
| 2479 | 2025-09-17T19:23:21.478Z | Checking foreign-types-shared v0.3.1 |
| 2480 | 2025-09-17T19:23:21.616Z | Checking postcard v1.0.10 |
| 2481 | 2025-09-17T19:23:21.824Z | Compiling typify-macro v0.3.0 |
| 2482 | 2025-09-17T19:23:21.895Z | Compiling darling v0.21.0 |
| 2483 | 2025-09-17T19:23:22.165Z | Checking foreign-types v0.5.0 |
| 2484 | 2025-09-17T19:23:22.185Z | Checking tabwriter v1.4.0 |
| 2485 | 2025-09-17T19:23:22.290Z | Compiling typify-impl v0.2.0 |
| 2486 | 2025-09-17T19:23:22.313Z | Compiling ingot-macros v0.1.1 |
| 2487 | 2025-09-17T19:23:22.330Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2488 | 2025-09-17T19:23:22.425Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 2489 | 2025-09-17T19:23:22.900Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 2490 | 2025-09-17T19:23:22.944Z | Checking num_enum v0.5.11 |
| 2491 | 2025-09-17T19:23:23.102Z | Checking cstr-argument v0.1.2 |
| 2492 | 2025-09-17T19:23:23.154Z | Checking pretty-hex v0.2.1 |
| 2493 | 2025-09-17T19:23:23.239Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2494 | 2025-09-17T19:23:23.311Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2495 | 2025-09-17T19:23:23.332Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2496 | 2025-09-17T19:23:23.640Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2497 | 2025-09-17T19:23:23.646Z | Checking colored v2.2.0 |
| 2498 | 2025-09-17T19:23:23.688Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 2499 | 2025-09-17T19:23:23.815Z | Compiling crucible-workspace-hack v0.1.0 |
| 2500 | 2025-09-17T19:23:24.047Z | Checking unicode-width v0.2.0 |
| 2501 | 2025-09-17T19:23:24.289Z | Compiling semver v0.1.20 |
| 2502 | 2025-09-17T19:23:24.524Z | Checking console v0.15.10 |
| 2503 | 2025-09-17T19:23:24.663Z | Compiling rustc_version v0.1.7 |
| 2504 | 2025-09-17T19:23:24.830Z | Compiling zone_cfg_derive v0.3.0 |
| 2505 | 2025-09-17T19:23:25.115Z | Checking camino-tempfile v1.4.1 |
| 2506 | 2025-09-17T19:23:25.413Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 2507 | 2025-09-17T19:23:25.812Z | Compiling typify v0.3.0 |
| 2508 | 2025-09-17T19:23:26.000Z | Compiling progenitor-impl v0.9.1 |
| 2509 | 2025-09-17T19:23:26.184Z | Checking smf v0.2.3 |
| 2510 | 2025-09-17T19:23:26.662Z | Compiling num-derive v0.4.2 |
| 2511 | 2025-09-17T19:23:27.745Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2512 | 2025-09-17T19:23:28.077Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2513 | 2025-09-17T19:23:28.200Z | Checking zone v0.3.1 |
| 2514 | 2025-09-17T19:23:28.311Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 2515 | 2025-09-17T19:23:28.370Z | Compiling newtype_derive v0.1.6 |
| 2516 | 2025-09-17T19:23:28.703Z | Checking num-rational v0.4.2 |
| 2517 | 2025-09-17T19:23:28.776Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 2518 | 2025-09-17T19:23:28.890Z | Checking ingot-types v0.1.2 |
| 2519 | 2025-09-17T19:23:28.952Z | Checking password-hash v0.5.0 |
| 2520 | 2025-09-17T19:23:29.222Z | Checking blake2 v0.10.6 |
| 2521 | 2025-09-17T19:23:29.333Z | Checking num-complex v0.4.6 |
| 2522 | 2025-09-17T19:23:29.435Z | Compiling pin-project-internal v1.1.6 |
| 2523 | 2025-09-17T19:23:29.651Z | Checking ingot v0.1.1 |
| 2524 | 2025-09-17T19:23:29.672Z | Compiling owo-colors v4.2.2 |
| 2525 | 2025-09-17T19:23:30.183Z | Compiling cancel-safe-futures v0.1.5 |
| 2526 | 2025-09-17T19:23:30.367Z | Checking num v0.4.3 |
| 2527 | 2025-09-17T19:23:30.497Z | Checking argon2 v0.5.3 |
| 2528 | 2025-09-17T19:23:30.733Z | Checking atomicwrites v0.4.4 |
| 2529 | 2025-09-17T19:23:30.959Z | Checking newline-converter v0.3.0 |
| 2530 | 2025-09-17T19:23:31.094Z | Checking pem v3.0.5 |
| 2531 | 2025-09-17T19:23:31.136Z | Checking libsw-core v0.3.1 |
| 2532 | 2025-09-17T19:23:31.218Z | Compiling snafu-derive v0.8.5 |
| 2533 | 2025-09-17T19:23:31.389Z | Compiling lzma-sys v0.1.20 |
| 2534 | 2025-09-17T19:23:31.411Z | Checking secrecy v0.10.3 |
| 2535 | 2025-09-17T19:23:31.610Z | Checking csv-core v0.1.11 |
| 2536 | 2025-09-17T19:23:31.970Z | Checking float-ord v0.3.2 |
| 2537 | 2025-09-17T19:23:32.062Z | Checking pin-project v1.1.6 |
| 2538 | 2025-09-17T19:23:32.184Z | Checking utf-8 v0.7.6 |
| 2539 | 2025-09-17T19:23:32.209Z | Checking same-file v1.0.6 |
| 2540 | 2025-09-17T19:23:32.210Z | Checking fixedbitset v0.5.7 |
| 2541 | 2025-09-17T19:23:32.249Z | Compiling typify-macro v0.4.3 |
| 2542 | 2025-09-17T19:23:32.353Z | Checking arc-swap v1.7.1 |
| 2543 | 2025-09-17T19:23:32.376Z | Checking bytecount v0.6.8 |
| 2544 | 2025-09-17T19:23:32.562Z | Compiling convert_case v0.4.0 |
| 2545 | 2025-09-17T19:23:32.590Z | Checking indent_write v2.2.0 |
| 2546 | 2025-09-17T19:23:32.681Z | Compiling progenitor-macro v0.9.1 |
| 2547 | 2025-09-17T19:23:32.779Z | Checking slog-scope v4.4.0 |
| 2548 | 2025-09-17T19:23:32.821Z | Checking petgraph v0.8.2 |
| 2549 | 2025-09-17T19:23:32.983Z | Checking papergrid v0.11.0 |
| 2550 | 2025-09-17T19:23:33.061Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 2551 | 2025-09-17T19:23:33.263Z | Compiling typify-macro v0.2.0 |
| 2552 | 2025-09-17T19:23:33.326Z | Compiling derive_more v0.99.20 |
| 2553 | 2025-09-17T19:23:34.401Z | Checking tungstenite v0.21.0 |
| 2554 | 2025-09-17T19:23:35.343Z | Checking walkdir v2.5.0 |
| 2555 | 2025-09-17T19:23:35.380Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 2556 | 2025-09-17T19:23:35.707Z | Checking csv v1.3.1 |
| 2557 | 2025-09-17T19:23:35.794Z | Checking snafu v0.8.5 |
| 2558 | 2025-09-17T19:23:36.065Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2559 | 2025-09-17T19:23:36.150Z | Compiling typify v0.4.3 |
| 2560 | 2025-09-17T19:23:36.332Z | Compiling progenitor-impl v0.10.0 |
| 2561 | 2025-09-17T19:23:36.434Z | Checking libsw v3.5.0 |
| 2562 | 2025-09-17T19:23:36.519Z | Checking expectorate v1.2.0 |
| 2563 | 2025-09-17T19:23:37.084Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 2564 | 2025-09-17T19:23:37.125Z | Compiling typify v0.2.0 |
| 2565 | 2025-09-17T19:23:37.313Z | Compiling progenitor-impl v0.8.0 |
| 2566 | 2025-09-17T19:23:37.454Z | Compiling tabled_derive v0.7.0 |
| 2567 | 2025-09-17T19:23:38.279Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2568 | 2025-09-17T19:23:38.536Z | Checking globset v0.4.15 |
| 2569 | 2025-09-17T19:23:38.912Z | Checking olpc-cjson v0.1.4 |
| 2570 | 2025-09-17T19:23:39.050Z | Compiling heck v0.3.3 |
| 2571 | 2025-09-17T19:23:39.153Z | Checking progenitor-client v0.8.0 |
| 2572 | 2025-09-17T19:23:39.203Z | Checking serde_plain v1.0.2 |
| 2573 | 2025-09-17T19:23:39.374Z | Compiling async-recursion v1.1.1 |
| 2574 | 2025-09-17T19:23:39.461Z | Checking linear-map v1.2.0 |
| 2575 | 2025-09-17T19:23:39.497Z | Checking swrite v0.1.0 |
| 2576 | 2025-09-17T19:23:39.591Z | Checking highway v1.3.0 |
| 2577 | 2025-09-17T19:23:39.633Z | Checking smawk v0.3.2 |
| 2578 | 2025-09-17T19:23:39.656Z | Checking unicode-linebreak v0.1.5 |
| 2579 | 2025-09-17T19:23:39.771Z | Checking typed-path v0.9.3 |
| 2580 | 2025-09-17T19:23:39.857Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2581 | 2025-09-17T19:23:40.038Z | Checking tabled v0.15.0 |
| 2582 | 2025-09-17T19:23:40.062Z | Checking textwrap v0.16.2 |
| 2583 | 2025-09-17T19:23:40.502Z | Compiling zone_cfg_derive v0.1.2 |
| 2584 | 2025-09-17T19:23:40.861Z | Checking steno v0.4.1 |
| 2585 | 2025-09-17T19:23:41.661Z | Checking tough v0.20.0 |
| 2586 | 2025-09-17T19:23:42.103Z | Checking tokio-tungstenite v0.21.0 |
| 2587 | 2025-09-17T19:23:42.633Z | Checking slog-stdlog v4.1.1 |
| 2588 | 2025-09-17T19:23:42.796Z | Compiling progenitor-macro v0.10.0 |
| 2589 | 2025-09-17T19:23:42.821Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2590 | 2025-09-17T19:23:42.839Z | Checking base64 v0.13.1 |
| 2591 | 2025-09-17T19:23:42.910Z | Checking humantime v2.2.0 |
| 2592 | 2025-09-17T19:23:43.045Z | Checking base64 v0.21.7 |
| 2593 | 2025-09-17T19:23:43.123Z | Checking number_prefix v0.4.0 |
| 2594 | 2025-09-17T19:23:43.220Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2595 | 2025-09-17T19:23:43.252Z | Checking ron v0.7.1 |
| 2596 | 2025-09-17T19:23:43.335Z | Checking indicatif v0.17.11 |
| 2597 | 2025-09-17T19:23:43.509Z | Checking slog-envlogger v2.2.0 |
| 2598 | 2025-09-17T19:23:43.685Z | Checking xz2 v0.1.7 |
| 2599 | 2025-09-17T19:23:43.760Z | Checking zone v0.1.8 |
| 2600 | 2025-09-17T19:23:43.978Z | Checking toml v0.8.23 |
| 2601 | 2025-09-17T19:23:43.982Z | Compiling progenitor-macro v0.8.0 |
| 2602 | 2025-09-17T19:23:44.016Z | Checking tokio-dtrace v0.1.0 |
| 2603 | 2025-09-17T19:23:44.286Z | Checking xattr v1.3.1 |
| 2604 | 2025-09-17T19:23:44.329Z | Checking yasna v0.5.2 |
| 2605 | 2025-09-17T19:23:44.404Z | Checking headers-core v0.3.0 |
| 2606 | 2025-09-17T19:23:44.512Z | Checking filetime v0.2.25 |
| 2607 | 2025-09-17T19:23:44.571Z | Checking headers v0.4.1 |
| 2608 | 2025-09-17T19:23:44.703Z | Checking oxide-tokio-rt v0.1.2 |
| 2609 | 2025-09-17T19:23:44.740Z | Checking tar v0.4.44 |
| 2610 | 2025-09-17T19:23:44.927Z | Checking subprocess v0.2.9 |
| 2611 | 2025-09-17T19:23:45.168Z | Checking rcgen v0.12.1 |
| 2612 | 2025-09-17T19:23:45.453Z | Checking progenitor v0.9.1 |
| 2613 | 2025-09-17T19:23:45.675Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e3c587a47039a6c7aff6cc53b8e72e5328d57fc0#e3c587a4) |
| 2614 | 2025-09-17T19:23:49.363Z | Checking progenitor v0.10.0 |
| 2615 | 2025-09-17T19:23:49.703Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2616 | 2025-09-17T19:23:49.843Z | Checking progenitor v0.8.0 |
| 2617 | 2025-09-17T19:23:49.991Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2618 | 2025-09-17T19:23:52.502Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 2619 | 2025-09-17T19:23:56.195Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2620 | 2025-09-17T19:23:56.195Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2621 | 2025-09-17T19:23:56.199Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2622 | 2025-09-17T19:23:56.199Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2623 | 2025-09-17T19:23:56.199Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2624 | 2025-09-17T19:23:58.364Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2625 | 2025-09-17T19:23:58.572Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2626 | 2025-09-17T19:23:58.596Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2627 | 2025-09-17T19:23:59.097Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2628 | 2025-09-17T19:24:01.286Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2629 | 2025-09-17T19:24:15.678Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2630 | 2025-09-17T19:24:17.447Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2631 | 2025-09-17T19:24:19.062Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s |
| 2632 | 2025-09-17T19:24:19.274Z | |
| 2633 | 2025-09-17T19:24:19.274Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (51/227) |
| 2634 | 2025-09-17T19:24:20.046Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2635 | 2025-09-17T19:24:20.050Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2636 | 2025-09-17T19:24:20.169Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2637 | 2025-09-17T19:24:21.920Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.64s |
| 2638 | 2025-09-17T19:24:22.140Z | |
| 2639 | 2025-09-17T19:24:22.140Z | info: running `cargo check --bins` on nexus-config (52/227) |
| 2640 | 2025-09-17T19:24:22.861Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2641 | 2025-09-17T19:24:22.864Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2642 | 2025-09-17T19:24:22.864Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2643 | 2025-09-17T19:24:22.868Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 2644 | 2025-09-17T19:24:22.958Z | |
| 2645 | 2025-09-17T19:24:22.958Z | info: running `cargo check --bins` on nexus-types (53/227) |
| 2646 | 2025-09-17T19:24:23.689Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2647 | 2025-09-17T19:24:23.693Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2648 | 2025-09-17T19:24:23.693Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2649 | 2025-09-17T19:24:23.697Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 2650 | 2025-09-17T19:24:23.789Z | |
| 2651 | 2025-09-17T19:24:23.789Z | info: running `cargo check --bins` on clickhouse-admin-types (54/227) |
| 2652 | 2025-09-17T19:24:24.489Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2653 | 2025-09-17T19:24:24.492Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2654 | 2025-09-17T19:24:24.492Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2655 | 2025-09-17T19:24:24.496Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2656 | 2025-09-17T19:24:24.583Z | |
| 2657 | 2025-09-17T19:24:24.583Z | info: running `cargo check --bins` on cockroach-admin-types (55/227) |
| 2658 | 2025-09-17T19:24:25.281Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2659 | 2025-09-17T19:24:25.285Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2660 | 2025-09-17T19:24:25.285Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2661 | 2025-09-17T19:24:25.288Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2662 | 2025-09-17T19:24:25.377Z | |
| 2663 | 2025-09-17T19:24:25.377Z | info: running `cargo check --bins` on gateway-client (56/227) |
| 2664 | 2025-09-17T19:24:26.068Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2665 | 2025-09-17T19:24:26.072Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2666 | 2025-09-17T19:24:26.072Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2667 | 2025-09-17T19:24:26.075Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2668 | 2025-09-17T19:24:26.163Z | |
| 2669 | 2025-09-17T19:24:26.163Z | info: running `cargo check --bins` on ereport-types (57/227) |
| 2670 | 2025-09-17T19:24:26.845Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2671 | 2025-09-17T19:24:26.849Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2672 | 2025-09-17T19:24:26.849Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2673 | 2025-09-17T19:24:26.853Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2674 | 2025-09-17T19:24:26.937Z | |
| 2675 | 2025-09-17T19:24:26.937Z | info: running `cargo check --bins` on gateway-types (58/227) |
| 2676 | 2025-09-17T19:24:27.636Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2677 | 2025-09-17T19:24:27.639Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2678 | 2025-09-17T19:24:27.639Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2679 | 2025-09-17T19:24:27.642Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2680 | 2025-09-17T19:24:27.729Z | |
| 2681 | 2025-09-17T19:24:27.729Z | info: running `cargo check --bins` on internal-dns-types (59/227) |
| 2682 | 2025-09-17T19:24:28.415Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2683 | 2025-09-17T19:24:28.418Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2684 | 2025-09-17T19:24:28.418Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2685 | 2025-09-17T19:24:28.422Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2686 | 2025-09-17T19:24:28.506Z | |
| 2687 | 2025-09-17T19:24:28.506Z | info: running `cargo check --bins` on nexus-sled-agent-shared (60/227) |
| 2688 | 2025-09-17T19:24:29.207Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2689 | 2025-09-17T19:24:29.210Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2690 | 2025-09-17T19:24:29.210Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2691 | 2025-09-17T19:24:29.215Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2692 | 2025-09-17T19:24:29.302Z | |
| 2693 | 2025-09-17T19:24:29.302Z | info: running `cargo check --bins` on omicron-passwords (61/227) |
| 2694 | 2025-09-17T19:24:29.964Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2695 | 2025-09-17T19:24:29.968Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2696 | 2025-09-17T19:24:29.968Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2697 | 2025-09-17T19:24:29.973Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 2698 | 2025-09-17T19:24:30.050Z | |
| 2699 | 2025-09-17T19:24:30.050Z | info: running `cargo check --bins` on oxql-types (62/227) |
| 2700 | 2025-09-17T19:24:30.736Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2701 | 2025-09-17T19:24:30.740Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2702 | 2025-09-17T19:24:30.740Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2703 | 2025-09-17T19:24:30.743Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2704 | 2025-09-17T19:24:30.828Z | |
| 2705 | 2025-09-17T19:24:30.828Z | info: running `cargo check --bins` on oximeter-types (63/227) |
| 2706 | 2025-09-17T19:24:31.518Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2707 | 2025-09-17T19:24:31.521Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2708 | 2025-09-17T19:24:31.521Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2709 | 2025-09-17T19:24:31.525Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2710 | 2025-09-17T19:24:31.614Z | |
| 2711 | 2025-09-17T19:24:31.614Z | info: running `cargo check --bins` on oximeter-macro-impl (64/227) |
| 2712 | 2025-09-17T19:24:32.273Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2713 | 2025-09-17T19:24:32.277Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2714 | 2025-09-17T19:24:32.277Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2715 | 2025-09-17T19:24:32.281Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 2716 | 2025-09-17T19:24:32.360Z | |
| 2717 | 2025-09-17T19:24:32.360Z | info: running `cargo check --bins` on update-engine (65/227) |
| 2718 | 2025-09-17T19:24:33.031Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2719 | 2025-09-17T19:24:33.034Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2720 | 2025-09-17T19:24:33.034Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2721 | 2025-09-17T19:24:33.038Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2722 | 2025-09-17T19:24:33.123Z | |
| 2723 | 2025-09-17T19:24:33.123Z | info: running `cargo check --bins` on omicron-rpaths (66/227) |
| 2724 | 2025-09-17T19:24:33.782Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2725 | 2025-09-17T19:24:33.786Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2726 | 2025-09-17T19:24:33.786Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2727 | 2025-09-17T19:24:33.789Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 2728 | 2025-09-17T19:24:33.871Z | |
| 2729 | 2025-09-17T19:24:33.871Z | info: running `cargo check --bins` on omicron-certificates (67/227) |
| 2730 | 2025-09-17T19:24:34.551Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2731 | 2025-09-17T19:24:34.555Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2732 | 2025-09-17T19:24:34.555Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2733 | 2025-09-17T19:24:34.558Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2734 | 2025-09-17T19:24:34.646Z | |
| 2735 | 2025-09-17T19:24:34.646Z | info: running `cargo check --bins` on omicron-clickhouse-admin (68/227) |
| 2736 | 2025-09-17T19:24:35.357Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2737 | 2025-09-17T19:24:35.361Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2738 | 2025-09-17T19:24:35.528Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2739 | 2025-09-17T19:24:35.532Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2740 | 2025-09-17T19:24:35.668Z | Compiling tempfile v3.20.0 |
| 2741 | 2025-09-17T19:24:35.671Z | Compiling wait-timeout v0.2.0 |
| 2742 | 2025-09-17T19:24:35.679Z | Compiling quick-error v1.2.3 |
| 2743 | 2025-09-17T19:24:35.682Z | Compiling match_cfg v0.1.0 |
| 2744 | 2025-09-17T19:24:35.682Z | Compiling bit-vec v0.8.0 |
| 2745 | 2025-09-17T19:24:35.693Z | Compiling rustls v0.22.4 |
| 2746 | 2025-09-17T19:24:35.798Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2747 | 2025-09-17T19:24:35.821Z | Compiling progenitor-client v0.9.1 |
| 2748 | 2025-09-17T19:24:35.877Z | Compiling hostname v0.3.1 |
| 2749 | 2025-09-17T19:24:36.085Z | Compiling rusty-fork v0.3.0 |
| 2750 | 2025-09-17T19:24:36.126Z | Compiling bit-set v0.8.0 |
| 2751 | 2025-09-17T19:24:36.184Z | Compiling toml_parser v1.0.2 |
| 2752 | 2025-09-17T19:24:36.203Z | Compiling slog-json v2.6.1 |
| 2753 | 2025-09-17T19:24:36.315Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2754 | 2025-09-17T19:24:36.337Z | Compiling rand_xorshift v0.4.0 |
| 2755 | 2025-09-17T19:24:36.387Z | Compiling serde_spanned v1.0.0 |
| 2756 | 2025-09-17T19:24:36.408Z | Compiling toml_datetime v0.7.0 |
| 2757 | 2025-09-17T19:24:36.551Z | Compiling hex v0.4.3 |
| 2758 | 2025-09-17T19:24:36.622Z | Compiling toml_writer v1.0.2 |
| 2759 | 2025-09-17T19:24:36.650Z | Compiling unarray v0.1.4 |
| 2760 | 2025-09-17T19:24:36.710Z | Compiling slog-bunyan v2.5.0 |
| 2761 | 2025-09-17T19:24:36.820Z | Compiling proptest v1.7.0 |
| 2762 | 2025-09-17T19:24:36.937Z | Compiling progenitor v0.9.1 |
| 2763 | 2025-09-17T19:24:36.977Z | Compiling toml v0.9.5 |
| 2764 | 2025-09-17T19:24:37.046Z | Compiling async-stream v0.3.6 |
| 2765 | 2025-09-17T19:24:37.128Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2766 | 2025-09-17T19:24:37.195Z | Compiling multer v3.1.0 |
| 2767 | 2025-09-17T19:24:37.317Z | Compiling ref-cast v1.0.24 |
| 2768 | 2025-09-17T19:24:37.338Z | Compiling waitgroup v0.1.2 |
| 2769 | 2025-09-17T19:24:37.490Z | Compiling rustls-pemfile v2.2.0 |
| 2770 | 2025-09-17T19:24:37.562Z | Compiling hashbrown v0.16.0 |
| 2771 | 2025-09-17T19:24:37.590Z | Compiling serde_path_to_error v0.1.17 |
| 2772 | 2025-09-17T19:24:37.810Z | Compiling hostname v0.4.0 |
| 2773 | 2025-09-17T19:24:38.054Z | Compiling instant v0.1.13 |
| 2774 | 2025-09-17T19:24:38.102Z | Compiling foldhash v0.2.0 |
| 2775 | 2025-09-17T19:24:38.225Z | Compiling debug-ignore v1.0.5 |
| 2776 | 2025-09-17T19:24:38.327Z | Compiling backoff v0.4.0 |
| 2777 | 2025-09-17T19:24:38.391Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e3c587a47039a6c7aff6cc53b8e72e5328d57fc0#e3c587a4) |
| 2778 | 2025-09-17T19:24:38.475Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2779 | 2025-09-17T19:24:38.672Z | Compiling iddqd v0.3.13 |
| 2780 | 2025-09-17T19:24:38.675Z | Compiling parse-display v0.10.0 |
| 2781 | 2025-09-17T19:24:38.711Z | Compiling serde_with v3.14.0 |
| 2782 | 2025-09-17T19:24:39.686Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2783 | 2025-09-17T19:24:40.177Z | Compiling tokio-rustls v0.25.0 |
| 2784 | 2025-09-17T19:24:40.446Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b) |
| 2785 | 2025-09-17T19:24:40.632Z | Compiling dropshot v0.16.4 |
| 2786 | 2025-09-17T19:24:40.869Z | Compiling progenitor-client v0.10.0 |
| 2787 | 2025-09-17T19:24:41.405Z | Compiling num-rational v0.4.2 |
| 2788 | 2025-09-17T19:24:41.752Z | Compiling num-complex v0.4.6 |
| 2789 | 2025-09-17T19:24:42.575Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718) |
| 2790 | 2025-09-17T19:24:42.721Z | Compiling macaddr v1.0.1 |
| 2791 | 2025-09-17T19:24:42.893Z | Compiling num v0.4.3 |
| 2792 | 2025-09-17T19:24:43.022Z | Compiling float-ord v0.3.2 |
| 2793 | 2025-09-17T19:24:43.163Z | Compiling toml v0.8.23 |
| 2794 | 2025-09-17T19:24:43.225Z | Checking linked-hash-map v0.5.6 |
| 2795 | 2025-09-17T19:24:43.562Z | Checking siphasher v1.0.1 |
| 2796 | 2025-09-17T19:24:43.710Z | Checking lru-cache v0.1.2 |
| 2797 | 2025-09-17T19:24:43.892Z | Checking phf_shared v0.12.1 |
| 2798 | 2025-09-17T19:24:43.920Z | Checking resolv-conf v0.7.0 |
| 2799 | 2025-09-17T19:24:43.951Z | Checking hickory-proto v0.24.4 |
| 2800 | 2025-09-17T19:24:44.156Z | Checking prettyplease v0.2.36 |
| 2801 | 2025-09-17T19:24:44.274Z | Compiling slog-dtrace v0.3.0 |
| 2802 | 2025-09-17T19:24:44.623Z | Compiling chrono-tz v0.10.4 |
| 2803 | 2025-09-17T19:24:44.717Z | Checking phf v0.12.1 |
| 2804 | 2025-09-17T19:24:44.959Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2805 | 2025-09-17T19:24:44.980Z | Compiling const_format_proc_macros v0.2.34 |
| 2806 | 2025-09-17T19:24:45.345Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2807 | 2025-09-17T19:24:45.649Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2808 | 2025-09-17T19:24:46.854Z | Checking const_format v0.2.34 |
| 2809 | 2025-09-17T19:24:46.858Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2810 | 2025-09-17T19:24:47.071Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2811 | 2025-09-17T19:24:47.352Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2812 | 2025-09-17T19:24:47.919Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2813 | 2025-09-17T19:24:48.121Z | Checking gethostname v0.5.0 |
| 2814 | 2025-09-17T19:24:48.162Z | Checking hickory-resolver v0.24.4 |
| 2815 | 2025-09-17T19:24:48.261Z | Checking bcs v0.1.6 |
| 2816 | 2025-09-17T19:24:48.762Z | Checking nanorand v0.7.0 |
| 2817 | 2025-09-17T19:24:49.141Z | Checking termtree v0.5.1 |
| 2818 | 2025-09-17T19:24:49.386Z | Checking flume v0.11.1 |
| 2819 | 2025-09-17T19:24:49.660Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2820 | 2025-09-17T19:24:49.774Z | Checking qorb v0.4.1 |
| 2821 | 2025-09-17T19:24:49.815Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2822 | 2025-09-17T19:24:50.313Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2823 | 2025-09-17T19:24:50.313Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2824 | 2025-09-17T19:25:00.140Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2825 | 2025-09-17T19:25:03.627Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2826 | 2025-09-17T19:25:06.194Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2827 | 2025-09-17T19:25:07.507Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.84s |
| 2828 | 2025-09-17T19:25:07.725Z | |
| 2829 | 2025-09-17T19:25:07.725Z | info: running `cargo check --bins` on clickhouse-admin-api (69/227) |
| 2830 | 2025-09-17T19:25:08.402Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2831 | 2025-09-17T19:25:08.405Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2832 | 2025-09-17T19:25:08.405Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2833 | 2025-09-17T19:25:08.408Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2834 | 2025-09-17T19:25:08.495Z | |
| 2835 | 2025-09-17T19:25:08.495Z | info: running `cargo check --bins` on openapi-manager-types (70/227) |
| 2836 | 2025-09-17T19:25:09.149Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2837 | 2025-09-17T19:25:09.152Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2838 | 2025-09-17T19:25:09.152Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2839 | 2025-09-17T19:25:09.155Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 2840 | 2025-09-17T19:25:09.238Z | |
| 2841 | 2025-09-17T19:25:09.238Z | info: running `cargo check --bins --no-default-features` on oximeter-db (71/227) |
| 2842 | 2025-09-17T19:25:09.926Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2843 | 2025-09-17T19:25:09.929Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2844 | 2025-09-17T19:25:10.030Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2845 | 2025-09-17T19:25:10.725Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s |
| 2846 | 2025-09-17T19:25:10.930Z | |
| 2847 | 2025-09-17T19:25:10.930Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (72/227) |
| 2848 | 2025-09-17T19:25:11.665Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2849 | 2025-09-17T19:25:11.691Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2850 | 2025-09-17T19:25:11.785Z | Compiling cfg_aliases v0.1.1 |
| 2851 | 2025-09-17T19:25:11.805Z | Compiling convert_case v0.7.1 |
| 2852 | 2025-09-17T19:25:11.805Z | Compiling vte_generate_state_changes v0.1.2 |
| 2853 | 2025-09-17T19:25:11.805Z | Checking fd-lock v4.0.2 |
| 2854 | 2025-09-17T19:25:11.884Z | Checking nibble_vec v0.1.0 |
| 2855 | 2025-09-17T19:25:11.922Z | Checking endian-type v0.1.2 |
| 2856 | 2025-09-17T19:25:11.971Z | Compiling peg-macros v0.8.5 |
| 2857 | 2025-09-17T19:25:11.972Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2858 | 2025-09-17T19:25:12.021Z | Compiling nix v0.28.0 |
| 2859 | 2025-09-17T19:25:12.084Z | Compiling sqlparser_derive v0.2.2 |
| 2860 | 2025-09-17T19:25:12.110Z | Checking home v0.5.9 |
| 2861 | 2025-09-17T19:25:12.121Z | Checking radix_trie v0.2.1 |
| 2862 | 2025-09-17T19:25:12.239Z | Checking nu-ansi-term v0.50.1 |
| 2863 | 2025-09-17T19:25:12.484Z | Checking vte v0.11.1 |
| 2864 | 2025-09-17T19:25:12.521Z | Checking unicode_categories v0.1.1 |
| 2865 | 2025-09-17T19:25:12.635Z | Compiling derive_more-impl v2.0.1 |
| 2866 | 2025-09-17T19:25:12.657Z | Checking display-error-chain v0.2.2 |
| 2867 | 2025-09-17T19:25:12.862Z | Checking sqlformat v0.3.5 |
| 2868 | 2025-09-17T19:25:13.074Z | Checking sqlparser v0.45.0 |
| 2869 | 2025-09-17T19:25:13.901Z | Checking strip-ansi-escapes v0.2.0 |
| 2870 | 2025-09-17T19:25:14.043Z | Checking reedline v0.40.0 |
| 2871 | 2025-09-17T19:25:14.063Z | Checking derive_more v2.0.1 |
| 2872 | 2025-09-17T19:25:14.151Z | Checking peg v0.8.5 |
| 2873 | 2025-09-17T19:25:14.161Z | Checking crossterm v0.29.0 |
| 2874 | 2025-09-17T19:25:14.554Z | Checking rustyline v14.0.0 |
| 2875 | 2025-09-17T19:25:23.220Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.28s |
| 2876 | 2025-09-17T19:25:23.434Z | |
| 2877 | 2025-09-17T19:25:23.434Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (73/227) |
| 2878 | 2025-09-17T19:25:24.146Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2879 | 2025-09-17T19:25:24.149Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2880 | 2025-09-17T19:25:24.260Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2881 | 2025-09-17T19:25:29.447Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.00s |
| 2882 | 2025-09-17T19:25:29.655Z | |
| 2883 | 2025-09-17T19:25:29.655Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (74/227) |
| 2884 | 2025-09-17T19:25:30.361Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2885 | 2025-09-17T19:25:30.365Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2886 | 2025-09-17T19:25:30.474Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2887 | 2025-09-17T19:25:34.097Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.43s |
| 2888 | 2025-09-17T19:25:34.312Z | |
| 2889 | 2025-09-17T19:25:34.312Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (75/227) |
| 2890 | 2025-09-17T19:25:35.011Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2891 | 2025-09-17T19:25:35.015Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2892 | 2025-09-17T19:25:35.122Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2893 | 2025-09-17T19:25:40.047Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.72s |
| 2894 | 2025-09-17T19:25:40.250Z | |
| 2895 | 2025-09-17T19:25:40.250Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (76/227) |
| 2896 | 2025-09-17T19:25:40.964Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2897 | 2025-09-17T19:25:40.967Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2898 | 2025-09-17T19:25:41.078Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2899 | 2025-09-17T19:25:45.994Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.73s |
| 2900 | 2025-09-17T19:25:46.203Z | |
| 2901 | 2025-09-17T19:25:46.203Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (77/227) |
| 2902 | 2025-09-17T19:25:46.911Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2903 | 2025-09-17T19:25:46.915Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2904 | 2025-09-17T19:25:47.023Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2905 | 2025-09-17T19:25:50.815Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.60s |
| 2906 | 2025-09-17T19:25:51.025Z | |
| 2907 | 2025-09-17T19:25:51.025Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (78/227) |
| 2908 | 2025-09-17T19:25:51.743Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2909 | 2025-09-17T19:25:51.746Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2910 | 2025-09-17T19:25:51.859Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2911 | 2025-09-17T19:25:55.681Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.65s |
| 2912 | 2025-09-17T19:25:55.894Z | |
| 2913 | 2025-09-17T19:25:55.894Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (79/227) |
| 2914 | 2025-09-17T19:25:56.614Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2915 | 2025-09-17T19:25:56.618Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2916 | 2025-09-17T19:25:56.729Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2917 | 2025-09-17T19:26:01.867Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.96s |
| 2918 | 2025-09-17T19:26:02.079Z | |
| 2919 | 2025-09-17T19:26:02.079Z | info: running `cargo check --bins` on oximeter (80/227) |
| 2920 | 2025-09-17T19:26:02.780Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2921 | 2025-09-17T19:26:02.783Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2922 | 2025-09-17T19:26:02.783Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2923 | 2025-09-17T19:26:02.787Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2924 | 2025-09-17T19:26:02.876Z | |
| 2925 | 2025-09-17T19:26:02.876Z | info: running `cargo check --bins` on oximeter-schema (81/227) |
| 2926 | 2025-09-17T19:26:03.572Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2927 | 2025-09-17T19:26:03.575Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2928 | 2025-09-17T19:26:03.667Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2929 | 2025-09-17T19:26:04.762Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.88s |
| 2930 | 2025-09-17T19:26:04.968Z | |
| 2931 | 2025-09-17T19:26:04.968Z | info: running `cargo check --bins` on oximeter-timeseries-macro (82/227) |
| 2932 | 2025-09-17T19:26:05.663Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2933 | 2025-09-17T19:26:05.666Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2934 | 2025-09-17T19:26:05.666Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2935 | 2025-09-17T19:26:05.670Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2936 | 2025-09-17T19:26:05.759Z | |
| 2937 | 2025-09-17T19:26:05.759Z | info: running `cargo check --bins` on oximeter-test-utils (83/227) |
| 2938 | 2025-09-17T19:26:06.519Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2939 | 2025-09-17T19:26:06.522Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2940 | 2025-09-17T19:26:06.522Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2941 | 2025-09-17T19:26:06.525Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 2942 | 2025-09-17T19:26:06.624Z | |
| 2943 | 2025-09-17T19:26:06.624Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (84/227) |
| 2944 | 2025-09-17T19:26:07.325Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2945 | 2025-09-17T19:26:07.328Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2946 | 2025-09-17T19:26:07.328Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2947 | 2025-09-17T19:26:07.332Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2948 | 2025-09-17T19:26:07.417Z | |
| 2949 | 2025-09-17T19:26:07.417Z | info: running `cargo check --bins` on bootstrap-agent-client (85/227) |
| 2950 | 2025-09-17T19:26:08.150Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2951 | 2025-09-17T19:26:08.160Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2952 | 2025-09-17T19:26:08.160Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2953 | 2025-09-17T19:26:08.160Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 2954 | 2025-09-17T19:26:08.227Z | |
| 2955 | 2025-09-17T19:26:08.227Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (86/227) |
| 2956 | 2025-09-17T19:26:08.919Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2957 | 2025-09-17T19:26:08.923Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2958 | 2025-09-17T19:26:08.923Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2959 | 2025-09-17T19:26:08.926Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2960 | 2025-09-17T19:26:09.012Z | |
| 2961 | 2025-09-17T19:26:09.012Z | info: running `cargo check --bins` on clickhouse-admin-server-client (87/227) |
| 2962 | 2025-09-17T19:26:09.703Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2963 | 2025-09-17T19:26:09.707Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2964 | 2025-09-17T19:26:09.707Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2965 | 2025-09-17T19:26:09.710Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2966 | 2025-09-17T19:26:09.800Z | |
| 2967 | 2025-09-17T19:26:09.800Z | info: running `cargo check --bins` on clickhouse-admin-single-client (88/227) |
| 2968 | 2025-09-17T19:26:10.497Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2969 | 2025-09-17T19:26:10.500Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2970 | 2025-09-17T19:26:10.500Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2971 | 2025-09-17T19:26:10.503Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2972 | 2025-09-17T19:26:10.589Z | |
| 2973 | 2025-09-17T19:26:10.589Z | info: running `cargo check --bins` on cockroach-admin-client (89/227) |
| 2974 | 2025-09-17T19:26:11.250Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2975 | 2025-09-17T19:26:11.253Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2976 | 2025-09-17T19:26:11.253Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2977 | 2025-09-17T19:26:11.256Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 2978 | 2025-09-17T19:26:11.338Z | |
| 2979 | 2025-09-17T19:26:11.338Z | info: running `cargo check --bins` on omicron-ddm-admin-client (90/227) |
| 2980 | 2025-09-17T19:26:12.037Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2981 | 2025-09-17T19:26:12.040Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2982 | 2025-09-17T19:26:12.040Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2983 | 2025-09-17T19:26:12.043Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2984 | 2025-09-17T19:26:12.131Z | |
| 2985 | 2025-09-17T19:26:12.131Z | info: running `cargo check --bins` on dns-service-client (91/227) |
| 2986 | 2025-09-17T19:26:12.825Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2987 | 2025-09-17T19:26:12.828Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2988 | 2025-09-17T19:26:12.828Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2989 | 2025-09-17T19:26:12.832Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2990 | 2025-09-17T19:26:12.918Z | |
| 2991 | 2025-09-17T19:26:12.918Z | info: running `cargo check --bins` on installinator-client (92/227) |
| 2992 | 2025-09-17T19:26:13.623Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2993 | 2025-09-17T19:26:13.626Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2994 | 2025-09-17T19:26:13.626Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2995 | 2025-09-17T19:26:13.629Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2996 | 2025-09-17T19:26:13.717Z | |
| 2997 | 2025-09-17T19:26:13.717Z | info: running `cargo check --bins` on installinator-common (93/227) |
| 2998 | 2025-09-17T19:26:14.420Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2999 | 2025-09-17T19:26:14.424Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3000 | 2025-09-17T19:26:14.424Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3001 | 2025-09-17T19:26:14.427Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3002 | 2025-09-17T19:26:14.515Z | |
| 3003 | 2025-09-17T19:26:14.515Z | info: running `cargo check --bins` on nexus-client (94/227) |
| 3004 | 2025-09-17T19:26:15.235Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3005 | 2025-09-17T19:26:15.238Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3006 | 2025-09-17T19:26:15.238Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3007 | 2025-09-17T19:26:15.242Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3008 | 2025-09-17T19:26:15.336Z | |
| 3009 | 2025-09-17T19:26:15.336Z | info: running `cargo check --bins` on ntp-admin-client (95/227) |
| 3010 | 2025-09-17T19:26:15.998Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3011 | 2025-09-17T19:26:16.002Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3012 | 2025-09-17T19:26:16.002Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3013 | 2025-09-17T19:26:16.005Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3014 | 2025-09-17T19:26:16.090Z | |
| 3015 | 2025-09-17T19:26:16.090Z | info: running `cargo check --bins` on oxide-client (96/227) |
| 3016 | 2025-09-17T19:26:16.760Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3017 | 2025-09-17T19:26:16.763Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3018 | 2025-09-17T19:26:16.763Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3019 | 2025-09-17T19:26:16.767Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3020 | 2025-09-17T19:26:16.851Z | |
| 3021 | 2025-09-17T19:26:16.851Z | info: running `cargo check --bins` on oximeter-client (97/227) |
| 3022 | 2025-09-17T19:26:17.548Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3023 | 2025-09-17T19:26:17.551Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3024 | 2025-09-17T19:26:17.551Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3025 | 2025-09-17T19:26:17.554Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3026 | 2025-09-17T19:26:17.641Z | |
| 3027 | 2025-09-17T19:26:17.641Z | info: running `cargo check --bins` on repo-depot-client (98/227) |
| 3028 | 2025-09-17T19:26:18.314Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3029 | 2025-09-17T19:26:18.317Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3030 | 2025-09-17T19:26:18.317Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3031 | 2025-09-17T19:26:18.320Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3032 | 2025-09-17T19:26:18.401Z | |
| 3033 | 2025-09-17T19:26:18.402Z | info: running `cargo check --bins` on sled-agent-client (99/227) |
| 3034 | 2025-09-17T19:26:19.127Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3035 | 2025-09-17T19:26:19.132Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3036 | 2025-09-17T19:26:19.132Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3037 | 2025-09-17T19:26:19.138Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3038 | 2025-09-17T19:26:19.226Z | |
| 3039 | 2025-09-17T19:26:19.226Z | info: running `cargo check --bins` on sled-agent-types (100/227) |
| 3040 | 2025-09-17T19:26:19.952Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3041 | 2025-09-17T19:26:19.955Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3042 | 2025-09-17T19:26:19.955Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3043 | 2025-09-17T19:26:19.959Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3044 | 2025-09-17T19:26:20.053Z | |
| 3045 | 2025-09-17T19:26:20.053Z | info: running `cargo check --bins` on wicketd-client (101/227) |
| 3046 | 2025-09-17T19:26:20.804Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3047 | 2025-09-17T19:26:20.810Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3048 | 2025-09-17T19:26:20.810Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3049 | 2025-09-17T19:26:20.818Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 3050 | 2025-09-17T19:26:20.917Z | |
| 3051 | 2025-09-17T19:26:20.917Z | info: running `cargo check --bins` on wicket-common (102/227) |
| 3052 | 2025-09-17T19:26:21.648Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3053 | 2025-09-17T19:26:21.659Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3054 | 2025-09-17T19:26:21.659Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3055 | 2025-09-17T19:26:21.659Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3056 | 2025-09-17T19:26:21.747Z | |
| 3057 | 2025-09-17T19:26:21.747Z | info: running `cargo check --bins` on omicron-cockroach-admin (103/227) |
| 3058 | 2025-09-17T19:26:22.448Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3059 | 2025-09-17T19:26:22.455Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3060 | 2025-09-17T19:26:22.572Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3061 | 2025-09-17T19:26:22.586Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3062 | 2025-09-17T19:26:22.586Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 3063 | 2025-09-17T19:26:22.848Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3064 | 2025-09-17T19:26:22.861Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3065 | 2025-09-17T19:26:24.348Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.61s |
| 3066 | 2025-09-17T19:26:24.557Z | |
| 3067 | 2025-09-17T19:26:24.557Z | info: running `cargo check --bins` on cockroach-admin-api (104/227) |
| 3068 | 2025-09-17T19:26:25.260Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3069 | 2025-09-17T19:26:25.260Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3070 | 2025-09-17T19:26:25.260Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3071 | 2025-09-17T19:26:25.264Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3072 | 2025-09-17T19:26:25.352Z | |
| 3073 | 2025-09-17T19:26:25.352Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (105/227) |
| 3074 | 2025-09-17T19:26:26.180Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3075 | 2025-09-17T19:26:26.199Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3076 | 2025-09-17T19:26:26.199Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3077 | 2025-09-17T19:26:26.199Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 3078 | 2025-09-17T19:26:26.294Z | |
| 3079 | 2025-09-17T19:26:26.294Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (106/227) |
| 3080 | 2025-09-17T19:26:27.088Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3081 | 2025-09-17T19:26:27.105Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3082 | 2025-09-17T19:26:27.105Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3083 | 2025-09-17T19:26:27.105Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
| 3084 | 2025-09-17T19:26:27.201Z | |
| 3085 | 2025-09-17T19:26:27.201Z | info: running `cargo check --bins` on dns-server (107/227) |
| 3086 | 2025-09-17T19:26:27.909Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3087 | 2025-09-17T19:26:27.913Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3088 | 2025-09-17T19:26:28.017Z | Compiling parking_lot_core v0.8.6 |
| 3089 | 2025-09-17T19:26:28.017Z | Compiling moka v0.12.10 |
| 3090 | 2025-09-17T19:26:28.020Z | Checking tagptr v0.2.0 |
| 3091 | 2025-09-17T19:26:28.149Z | Checking prefix-trie v0.7.0 |
| 3092 | 2025-09-17T19:26:28.157Z | Checking fxhash v0.2.1 |
| 3093 | 2025-09-17T19:26:28.160Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3094 | 2025-09-17T19:26:28.160Z | Checking hickory-client v0.25.2 |
| 3095 | 2025-09-17T19:26:28.167Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3096 | 2025-09-17T19:26:28.698Z | Checking hickory-server v0.25.2 |
| 3097 | 2025-09-17T19:26:28.791Z | Checking parking_lot v0.11.2 |
| 3098 | 2025-09-17T19:26:29.037Z | Checking sled v0.34.7 |
| 3099 | 2025-09-17T19:26:29.429Z | Checking hickory-resolver v0.25.2 |
| 3100 | 2025-09-17T19:26:30.774Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3101 | 2025-09-17T19:26:32.188Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.98s |
| 3102 | 2025-09-17T19:26:32.396Z | |
| 3103 | 2025-09-17T19:26:32.397Z | info: running `cargo check --bins` on dns-server-api (108/227) |
| 3104 | 2025-09-17T19:26:33.096Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3105 | 2025-09-17T19:26:33.099Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3106 | 2025-09-17T19:26:33.099Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3107 | 2025-09-17T19:26:33.103Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3108 | 2025-09-17T19:26:33.191Z | |
| 3109 | 2025-09-17T19:26:33.191Z | info: running `cargo check --bins` on gateway-test-utils (109/227) |
| 3110 | 2025-09-17T19:26:34.007Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3111 | 2025-09-17T19:26:34.063Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3112 | 2025-09-17T19:26:34.063Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3113 | 2025-09-17T19:26:34.063Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3114 | 2025-09-17T19:26:34.116Z | |
| 3115 | 2025-09-17T19:26:34.116Z | info: running `cargo check --bins` on omicron-gateway (110/227) |
| 3116 | 2025-09-17T19:26:34.838Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3117 | 2025-09-17T19:26:34.841Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3118 | 2025-09-17T19:26:34.997Z | Compiling radium v0.7.0 |
| 3119 | 2025-09-17T19:26:35.131Z | Compiling zerocopy-derive v0.6.6 |
| 3120 | 2025-09-17T19:26:35.135Z | Checking tap v1.0.1 |
| 3121 | 2025-09-17T19:26:35.135Z | Compiling maybe-uninit v2.0.0 |
| 3122 | 2025-09-17T19:26:35.171Z | Compiling packed_struct v0.10.1 |
| 3123 | 2025-09-17T19:26:35.174Z | Checking crc-catalog v2.4.0 |
| 3124 | 2025-09-17T19:26:35.186Z | Checking funty v2.0.0 |
| 3125 | 2025-09-17T19:26:35.201Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3126 | 2025-09-17T19:26:35.301Z | Checking wyz v0.5.1 |
| 3127 | 2025-09-17T19:26:35.350Z | Checking crc v3.2.1 |
| 3128 | 2025-09-17T19:26:35.657Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3129 | 2025-09-17T19:26:35.709Z | Compiling packed_struct_codegen v0.10.1 |
| 3130 | 2025-09-17T19:26:35.777Z | Compiling indexmap v1.9.3 |
| 3131 | 2025-09-17T19:26:35.804Z | Checking nodrop v0.1.14 |
| 3132 | 2025-09-17T19:26:35.947Z | Checking array-init v0.0.4 |
| 3133 | 2025-09-17T19:26:35.963Z | Checking smallvec v0.6.14 |
| 3134 | 2025-09-17T19:26:36.182Z | Checking bitvec v1.0.1 |
| 3135 | 2025-09-17T19:26:36.249Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3136 | 2025-09-17T19:26:36.263Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3137 | 2025-09-17T19:26:36.307Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3138 | 2025-09-17T19:26:36.526Z | Checking bitfield v0.14.0 |
| 3139 | 2025-09-17T19:26:36.788Z | Checking hashbrown v0.12.3 |
| 3140 | 2025-09-17T19:26:36.812Z | Checking termcolor v1.4.1 |
| 3141 | 2025-09-17T19:26:36.943Z | Checking zerocopy v0.6.6 |
| 3142 | 2025-09-17T19:26:37.062Z | Checking ron v0.8.1 |
| 3143 | 2025-09-17T19:26:37.297Z | Checking env_logger v0.10.2 |
| 3144 | 2025-09-17T19:26:37.603Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3145 | 2025-09-17T19:26:37.652Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3146 | 2025-09-17T19:26:37.720Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 3147 | 2025-09-17T19:26:37.943Z | Checking serde-hex v0.1.0 |
| 3148 | 2025-09-17T19:26:38.137Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3149 | 2025-09-17T19:26:38.241Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3150 | 2025-09-17T19:26:38.362Z | Checking hashbrown v0.13.2 |
| 3151 | 2025-09-17T19:26:38.467Z | Checking half v2.4.1 |
| 3152 | 2025-09-17T19:26:38.878Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3153 | 2025-09-17T19:26:38.927Z | Checking ciborium-io v0.2.2 |
| 3154 | 2025-09-17T19:26:39.081Z | Checking crc-any v2.5.0 |
| 3155 | 2025-09-17T19:26:39.219Z | Checking object v0.30.4 |
| 3156 | 2025-09-17T19:26:39.271Z | Checking ciborium-ll v0.2.2 |
| 3157 | 2025-09-17T19:26:39.419Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3158 | 2025-09-17T19:26:39.560Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 3159 | 2025-09-17T19:26:39.729Z | Checking half v1.8.3 |
| 3160 | 2025-09-17T19:26:39.897Z | Checking path-slash v0.1.5 |
| 3161 | 2025-09-17T19:26:40.061Z | Checking void v1.0.2 |
| 3162 | 2025-09-17T19:26:40.110Z | Checking tungstenite v0.23.0 |
| 3163 | 2025-09-17T19:26:40.224Z | Checking lzss v0.8.2 |
| 3164 | 2025-09-17T19:26:40.337Z | Checking serde_cbor v0.11.2 |
| 3165 | 2025-09-17T19:26:40.474Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3166 | 2025-09-17T19:26:40.597Z | Checking ciborium v0.2.2 |
| 3167 | 2025-09-17T19:26:41.181Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3168 | 2025-09-17T19:26:41.185Z | Checking nix v0.27.1 |
| 3169 | 2025-09-17T19:26:41.220Z | Checking kstat-rs v0.2.4 |
| 3170 | 2025-09-17T19:26:41.463Z | Checking serde_bytes v0.11.17 |
| 3171 | 2025-09-17T19:26:41.570Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3172 | 2025-09-17T19:26:41.581Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3173 | 2025-09-17T19:26:41.671Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3174 | 2025-09-17T19:26:41.782Z | Checking tokio-tungstenite v0.23.1 |
| 3175 | 2025-09-17T19:26:41.952Z | Checking signal-hook-tokio v0.3.1 |
| 3176 | 2025-09-17T19:26:42.143Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
| 3177 | 2025-09-17T19:26:42.694Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3178 | 2025-09-17T19:26:46.759Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
| 3179 | 2025-09-17T19:26:48.063Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e) |
| 3180 | 2025-09-17T19:26:57.449Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3181 | 2025-09-17T19:27:05.551Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3182 | 2025-09-17T19:27:06.326Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3183 | 2025-09-17T19:27:09.282Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.20s |
| 3184 | 2025-09-17T19:27:09.550Z | |
| 3185 | 2025-09-17T19:27:09.550Z | info: running `cargo check --bins` on gateway-api (111/227) |
| 3186 | 2025-09-17T19:27:10.224Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3187 | 2025-09-17T19:27:10.235Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3188 | 2025-09-17T19:27:10.235Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3189 | 2025-09-17T19:27:10.235Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3190 | 2025-09-17T19:27:10.320Z | |
| 3191 | 2025-09-17T19:27:10.320Z | info: running `cargo check --bins` on ipcc (112/227) |
| 3192 | 2025-09-17T19:27:10.994Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3193 | 2025-09-17T19:27:10.997Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3194 | 2025-09-17T19:27:10.997Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3195 | 2025-09-17T19:27:11.001Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3196 | 2025-09-17T19:27:11.089Z | |
| 3197 | 2025-09-17T19:27:11.090Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (113/227) |
| 3198 | 2025-09-17T19:27:11.756Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3199 | 2025-09-17T19:27:11.760Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3200 | 2025-09-17T19:27:11.760Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3201 | 2025-09-17T19:27:11.782Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3202 | 2025-09-17T19:27:11.843Z | |
| 3203 | 2025-09-17T19:27:11.843Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (114/227) |
| 3204 | 2025-09-17T19:27:12.535Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3205 | 2025-09-17T19:27:12.539Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3206 | 2025-09-17T19:27:12.539Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3207 | 2025-09-17T19:27:12.542Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3208 | 2025-09-17T19:27:12.632Z | |
| 3209 | 2025-09-17T19:27:12.632Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (115/227) |
| 3210 | 2025-09-17T19:27:13.331Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3211 | 2025-09-17T19:27:13.335Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3212 | 2025-09-17T19:27:13.335Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3213 | 2025-09-17T19:27:13.339Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3214 | 2025-09-17T19:27:13.425Z | |
| 3215 | 2025-09-17T19:27:13.425Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (116/227) |
| 3216 | 2025-09-17T19:27:14.127Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3217 | 2025-09-17T19:27:14.132Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3218 | 2025-09-17T19:27:14.132Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3219 | 2025-09-17T19:27:14.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3220 | 2025-09-17T19:27:14.223Z | |
| 3221 | 2025-09-17T19:27:14.223Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (117/227) |
| 3222 | 2025-09-17T19:27:14.916Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3223 | 2025-09-17T19:27:14.919Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3224 | 2025-09-17T19:27:14.919Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3225 | 2025-09-17T19:27:14.922Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3226 | 2025-09-17T19:27:15.011Z | |
| 3227 | 2025-09-17T19:27:15.011Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (118/227) |
| 3228 | 2025-09-17T19:27:15.706Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3229 | 2025-09-17T19:27:15.709Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3230 | 2025-09-17T19:27:15.709Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3231 | 2025-09-17T19:27:15.713Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3232 | 2025-09-17T19:27:15.798Z | |
| 3233 | 2025-09-17T19:27:15.798Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (119/227) |
| 3234 | 2025-09-17T19:27:16.489Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3235 | 2025-09-17T19:27:16.492Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3236 | 2025-09-17T19:27:16.492Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3237 | 2025-09-17T19:27:16.496Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3238 | 2025-09-17T19:27:16.585Z | |
| 3239 | 2025-09-17T19:27:16.585Z | info: running `cargo check --bins` on oximeter-producer (120/227) |
| 3240 | 2025-09-17T19:27:17.314Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3241 | 2025-09-17T19:27:17.317Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3242 | 2025-09-17T19:27:17.318Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3243 | 2025-09-17T19:27:17.321Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3244 | 2025-09-17T19:27:17.417Z | |
| 3245 | 2025-09-17T19:27:17.417Z | info: running `cargo check --bins` on internal-dns-resolver (121/227) |
| 3246 | 2025-09-17T19:27:18.112Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3247 | 2025-09-17T19:27:18.116Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3248 | 2025-09-17T19:27:18.116Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3249 | 2025-09-17T19:27:18.119Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3250 | 2025-09-17T19:27:18.207Z | |
| 3251 | 2025-09-17T19:27:18.207Z | info: running `cargo check --bins` on sp-sim (122/227) |
| 3252 | 2025-09-17T19:27:18.937Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3253 | 2025-09-17T19:27:18.940Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3254 | 2025-09-17T19:27:19.054Z | Compiling nix v0.30.1 |
| 3255 | 2025-09-17T19:27:19.058Z | Checking keccak v0.1.5 |
| 3256 | 2025-09-17T19:27:19.382Z | Checking sha3 v0.10.8 |
| 3257 | 2025-09-17T19:27:20.407Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3258 | 2025-09-17T19:27:22.752Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.53s |
| 3259 | 2025-09-17T19:27:22.962Z | |
| 3260 | 2025-09-17T19:27:22.963Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (123/227) |
| 3261 | 2025-09-17T19:27:23.706Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3262 | 2025-09-17T19:27:23.710Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3263 | 2025-09-17T19:27:23.710Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3264 | 2025-09-17T19:27:23.713Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3265 | 2025-09-17T19:27:23.813Z | |
| 3266 | 2025-09-17T19:27:23.814Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (124/227) |
| 3267 | 2025-09-17T19:27:24.577Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3268 | 2025-09-17T19:27:24.581Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3269 | 2025-09-17T19:27:24.581Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3270 | 2025-09-17T19:27:24.585Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3271 | 2025-09-17T19:27:24.685Z | |
| 3272 | 2025-09-17T19:27:24.685Z | info: running `cargo check --bins` on db-macros (125/227) |
| 3273 | 2025-09-17T19:27:25.347Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3274 | 2025-09-17T19:27:25.350Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3275 | 2025-09-17T19:27:25.350Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3276 | 2025-09-17T19:27:25.353Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3277 | 2025-09-17T19:27:25.437Z | |
| 3278 | 2025-09-17T19:27:25.438Z | info: running `cargo check --bins` on nexus-macros-common (126/227) |
| 3279 | 2025-09-17T19:27:26.104Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3280 | 2025-09-17T19:27:26.107Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3281 | 2025-09-17T19:27:26.107Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3282 | 2025-09-17T19:27:26.110Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3283 | 2025-09-17T19:27:26.193Z | |
| 3284 | 2025-09-17T19:27:26.193Z | info: running `cargo check --bins` on nexus-auth (127/227) |
| 3285 | 2025-09-17T19:27:26.936Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3286 | 2025-09-17T19:27:26.939Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3287 | 2025-09-17T19:27:26.939Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3288 | 2025-09-17T19:27:26.943Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3289 | 2025-09-17T19:27:27.042Z | |
| 3290 | 2025-09-17T19:27:27.042Z | info: running `cargo check --bins` on authz-macros (128/227) |
| 3291 | 2025-09-17T19:27:27.706Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3292 | 2025-09-17T19:27:27.710Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3293 | 2025-09-17T19:27:27.710Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3294 | 2025-09-17T19:27:27.713Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3295 | 2025-09-17T19:27:27.795Z | |
| 3296 | 2025-09-17T19:27:27.795Z | info: running `cargo check --bins` on nexus-db-fixed-data (129/227) |
| 3297 | 2025-09-17T19:27:28.529Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3298 | 2025-09-17T19:27:28.532Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3299 | 2025-09-17T19:27:28.533Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3300 | 2025-09-17T19:27:28.537Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3301 | 2025-09-17T19:27:28.633Z | |
| 3302 | 2025-09-17T19:27:28.633Z | info: running `cargo check --bins` on nexus-db-model (130/227) |
| 3303 | 2025-09-17T19:27:29.367Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3304 | 2025-09-17T19:27:29.370Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3305 | 2025-09-17T19:27:29.370Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3306 | 2025-09-17T19:27:29.374Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3307 | 2025-09-17T19:27:29.471Z | |
| 3308 | 2025-09-17T19:27:29.471Z | info: running `cargo check --bins` on nexus-db-schema (131/227) |
| 3309 | 2025-09-17T19:27:30.127Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3310 | 2025-09-17T19:27:30.130Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3311 | 2025-09-17T19:27:30.130Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3312 | 2025-09-17T19:27:30.133Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 3313 | 2025-09-17T19:27:30.215Z | |
| 3314 | 2025-09-17T19:27:30.215Z | info: running `cargo check --bins` on nexus-defaults (132/227) |
| 3315 | 2025-09-17T19:27:30.899Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3316 | 2025-09-17T19:27:30.902Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3317 | 2025-09-17T19:27:30.903Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3318 | 2025-09-17T19:27:30.929Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3319 | 2025-09-17T19:27:30.994Z | |
| 3320 | 2025-09-17T19:27:30.995Z | info: running `cargo check --bins` on omicron-cockroach-metrics (133/227) |
| 3321 | 2025-09-17T19:27:31.675Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3322 | 2025-09-17T19:27:31.678Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3323 | 2025-09-17T19:27:31.678Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3324 | 2025-09-17T19:27:31.683Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3325 | 2025-09-17T19:27:31.771Z | |
| 3326 | 2025-09-17T19:27:31.771Z | info: running `cargo check --bins` on parallel-task-set (134/227) |
| 3327 | 2025-09-17T19:27:32.425Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3328 | 2025-09-17T19:27:32.428Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3329 | 2025-09-17T19:27:32.428Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3330 | 2025-09-17T19:27:32.433Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 3331 | 2025-09-17T19:27:32.515Z | |
| 3332 | 2025-09-17T19:27:32.515Z | info: running `cargo check --bins` on nexus-db-errors (135/227) |
| 3333 | 2025-09-17T19:27:33.256Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3334 | 2025-09-17T19:27:33.260Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3335 | 2025-09-17T19:27:33.260Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3336 | 2025-09-17T19:27:33.264Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3337 | 2025-09-17T19:27:33.362Z | |
| 3338 | 2025-09-17T19:27:33.362Z | info: running `cargo check --bins` on nexus-db-lookup (136/227) |
| 3339 | 2025-09-17T19:27:34.106Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3340 | 2025-09-17T19:27:34.111Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3341 | 2025-09-17T19:27:34.111Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3342 | 2025-09-17T19:27:34.114Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3343 | 2025-09-17T19:27:34.218Z | |
| 3344 | 2025-09-17T19:27:34.218Z | info: running `cargo check --bins` on nexus-inventory (137/227) |
| 3345 | 2025-09-17T19:27:34.954Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3346 | 2025-09-17T19:27:34.958Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3347 | 2025-09-17T19:27:34.958Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3348 | 2025-09-17T19:27:34.961Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3349 | 2025-09-17T19:27:35.063Z | |
| 3350 | 2025-09-17T19:27:35.063Z | info: running `cargo check --bins` on sled-agent-zone-images-examples (138/227) |
| 3351 | 2025-09-17T19:27:35.787Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3352 | 2025-09-17T19:27:35.791Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3353 | 2025-09-17T19:27:35.791Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3354 | 2025-09-17T19:27:35.794Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3355 | 2025-09-17T19:27:35.888Z | |
| 3356 | 2025-09-17T19:27:35.888Z | info: running `cargo check --bins --no-default-features` on sled-storage (139/227) |
| 3357 | 2025-09-17T19:27:36.599Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3358 | 2025-09-17T19:27:36.602Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3359 | 2025-09-17T19:27:36.602Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3360 | 2025-09-17T19:27:36.606Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3361 | 2025-09-17T19:27:36.697Z | |
| 3362 | 2025-09-17T19:27:36.697Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (140/227) |
| 3363 | 2025-09-17T19:27:37.409Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3364 | 2025-09-17T19:27:37.412Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3365 | 2025-09-17T19:27:37.412Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3366 | 2025-09-17T19:27:37.415Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3367 | 2025-09-17T19:27:37.507Z | |
| 3368 | 2025-09-17T19:27:37.507Z | info: running `cargo check --bins` on key-manager (141/227) |
| 3369 | 2025-09-17T19:27:38.200Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3370 | 2025-09-17T19:27:38.203Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3371 | 2025-09-17T19:27:38.203Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3372 | 2025-09-17T19:27:38.206Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3373 | 2025-09-17T19:27:38.325Z | |
| 3374 | 2025-09-17T19:27:38.325Z | info: running `cargo check --bins --no-default-features` on sled-hardware (142/227) |
| 3375 | 2025-09-17T19:27:39.018Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3376 | 2025-09-17T19:27:39.027Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3377 | 2025-09-17T19:27:39.027Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3378 | 2025-09-17T19:27:39.027Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3379 | 2025-09-17T19:27:39.102Z | |
| 3380 | 2025-09-17T19:27:39.103Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (143/227) |
| 3381 | 2025-09-17T19:27:39.815Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3382 | 2025-09-17T19:27:39.830Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3383 | 2025-09-17T19:27:39.831Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3384 | 2025-09-17T19:27:39.831Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3385 | 2025-09-17T19:27:39.959Z | |
| 3386 | 2025-09-17T19:27:39.959Z | info: running `cargo check --bins` on typed-rng (144/227) |
| 3387 | 2025-09-17T19:27:40.580Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3388 | 2025-09-17T19:27:40.584Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3389 | 2025-09-17T19:27:40.584Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3390 | 2025-09-17T19:27:40.584Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3391 | 2025-09-17T19:27:40.667Z | |
| 3392 | 2025-09-17T19:27:40.667Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (145/227) |
| 3393 | 2025-09-17T19:27:41.434Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3394 | 2025-09-17T19:27:41.439Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3395 | 2025-09-17T19:27:41.682Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 3396 | 2025-09-17T19:27:41.682Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3397 | 2025-09-17T19:27:41.682Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 3398 | 2025-09-17T19:27:41.686Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3399 | 2025-09-17T19:27:41.686Z | Checking universal-hash v0.5.1 |
| 3400 | 2025-09-17T19:27:41.851Z | Checking opaque-debug v0.3.1 |
| 3401 | 2025-09-17T19:27:41.902Z | Checking chacha20 v0.9.1 |
| 3402 | 2025-09-17T19:27:41.905Z | Checking aead v0.5.2 |
| 3403 | 2025-09-17T19:27:41.989Z | Compiling unicase v2.7.0 |
| 3404 | 2025-09-17T19:27:42.031Z | Checking poly1305 v0.8.0 |
| 3405 | 2025-09-17T19:27:42.043Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3406 | 2025-09-17T19:27:42.204Z | Compiling libefi-sys v0.1.0 |
| 3407 | 2025-09-17T19:27:42.228Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 3408 | 2025-09-17T19:27:42.311Z | Compiling bitfield-struct v0.6.2 |
| 3409 | 2025-09-17T19:27:42.420Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654) |
| 3410 | 2025-09-17T19:27:42.443Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 3411 | 2025-09-17T19:27:42.503Z | Checking chacha20poly1305 v0.10.1 |
| 3412 | 2025-09-17T19:27:42.527Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3413 | 2025-09-17T19:27:42.708Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3414 | 2025-09-17T19:27:42.765Z | Compiling salty v0.3.0 |
| 3415 | 2025-09-17T19:27:42.863Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3416 | 2025-09-17T19:27:42.946Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3417 | 2025-09-17T19:27:43.253Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3418 | 2025-09-17T19:27:43.450Z | Compiling proc-macro-error2 v2.0.1 |
| 3419 | 2025-09-17T19:27:43.476Z | Compiling num-derive v0.3.3 |
| 3420 | 2025-09-17T19:27:43.600Z | Compiling xshell-macros v0.2.7 |
| 3421 | 2025-09-17T19:27:43.634Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3422 | 2025-09-17T19:27:44.076Z | Compiling tabled_derive v0.11.0 |
| 3423 | 2025-09-17T19:27:44.199Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3424 | 2025-09-17T19:27:44.369Z | Checking xshell v0.2.7 |
| 3425 | 2025-09-17T19:27:44.428Z | Checking thiserror-no-std v2.0.2 |
| 3426 | 2025-09-17T19:27:44.573Z | Checking vsss-rs v3.3.4 |
| 3427 | 2025-09-17T19:27:44.666Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3428 | 2025-09-17T19:27:44.738Z | Compiling mime_guess v2.0.5 |
| 3429 | 2025-09-17T19:27:45.054Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 3430 | 2025-09-17T19:27:45.543Z | Checking libscf-sys v1.1.0 |
| 3431 | 2025-09-17T19:27:45.782Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3432 | 2025-09-17T19:27:46.323Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654) |
| 3433 | 2025-09-17T19:27:46.452Z | Checking papergrid v0.17.0 |
| 3434 | 2025-09-17T19:27:46.830Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3435 | 2025-09-17T19:27:47.075Z | Checking testing_table v0.3.0 |
| 3436 | 2025-09-17T19:27:47.226Z | Compiling progenitor-impl v0.11.0 |
| 3437 | 2025-09-17T19:27:47.485Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654) |
| 3438 | 2025-09-17T19:27:47.572Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed) |
| 3439 | 2025-09-17T19:27:48.213Z | Checking primeorder v0.13.6 |
| 3440 | 2025-09-17T19:27:48.579Z | Checking env_filter v0.1.2 |
| 3441 | 2025-09-17T19:27:48.727Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed) |
| 3442 | 2025-09-17T19:27:48.790Z | Checking p384 v0.13.0 |
| 3443 | 2025-09-17T19:27:48.846Z | Checking env_logger v0.11.5 |
| 3444 | 2025-09-17T19:27:48.893Z | Checking tabled v0.20.0 |
| 3445 | 2025-09-17T19:27:49.154Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3446 | 2025-09-17T19:27:49.200Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 3447 | 2025-09-17T19:27:49.320Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed) |
| 3448 | 2025-09-17T19:27:49.617Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654) |
| 3449 | 2025-09-17T19:27:49.793Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3450 | 2025-09-17T19:27:50.185Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3451 | 2025-09-17T19:27:50.211Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3452 | 2025-09-17T19:27:50.333Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3453 | 2025-09-17T19:27:51.385Z | Checking progenitor-client v0.11.0 |
| 3454 | 2025-09-17T19:27:51.413Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
| 3455 | 2025-09-17T19:27:51.436Z | Checking http-range v0.1.5 |
| 3456 | 2025-09-17T19:27:51.792Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 3457 | 2025-09-17T19:27:51.815Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3458 | 2025-09-17T19:27:52.094Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3459 | 2025-09-17T19:27:52.269Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e3c587a47039a6c7aff6cc53b8e72e5328d57fc0#e3c587a4) |
| 3460 | 2025-09-17T19:27:52.354Z | Checking secrecy v0.8.0 |
| 3461 | 2025-09-17T19:27:52.573Z | Checking atty v0.2.14 |
| 3462 | 2025-09-17T19:27:52.732Z | Checking crc8 v0.1.1 |
| 3463 | 2025-09-17T19:27:52.760Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 3464 | 2025-09-17T19:27:52.927Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3465 | 2025-09-17T19:27:53.380Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3466 | 2025-09-17T19:27:53.457Z | Checking hyper-staticfile v0.10.1 |
| 3467 | 2025-09-17T19:27:53.580Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718) |
| 3468 | 2025-09-17T19:27:53.827Z | Compiling progenitor-macro v0.11.0 |
| 3469 | 2025-09-17T19:27:53.945Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3470 | 2025-09-17T19:27:53.987Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3471 | 2025-09-17T19:27:54.029Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3472 | 2025-09-17T19:27:54.161Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3473 | 2025-09-17T19:27:54.382Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3474 | 2025-09-17T19:27:54.410Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3475 | 2025-09-17T19:27:54.993Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654) |
| 3476 | 2025-09-17T19:27:55.207Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 3477 | 2025-09-17T19:27:55.492Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=738c80d18d5e94eda367440ade7743e9d9f124de#738c80d1) |
| 3478 | 2025-09-17T19:27:55.913Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3479 | 2025-09-17T19:27:56.375Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3480 | 2025-09-17T19:27:56.791Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3481 | 2025-09-17T19:27:56.948Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3482 | 2025-09-17T19:27:59.297Z | Checking sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
| 3483 | 2025-09-17T19:28:00.244Z | Checking progenitor v0.11.0 |
| 3484 | 2025-09-17T19:28:00.418Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=738c80d18d5e94eda367440ade7743e9d9f124de#738c80d1) |
| 3485 | 2025-09-17T19:28:08.076Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3486 | 2025-09-17T19:28:21.438Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.75s |
| 3487 | 2025-09-17T19:28:21.665Z | |
| 3488 | 2025-09-17T19:28:21.665Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (146/227) |
| 3489 | 2025-09-17T19:28:22.437Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3490 | 2025-09-17T19:28:22.440Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3491 | 2025-09-17T19:28:22.599Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3492 | 2025-09-17T19:28:35.978Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.29s |
| 3493 | 2025-09-17T19:28:36.221Z | |
| 3494 | 2025-09-17T19:28:36.221Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (147/227) |
| 3495 | 2025-09-17T19:28:36.995Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3496 | 2025-09-17T19:28:37.021Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3497 | 2025-09-17T19:28:37.163Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3498 | 2025-09-17T19:28:50.480Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.26s |
| 3499 | 2025-09-17T19:28:50.720Z | |
| 3500 | 2025-09-17T19:28:50.720Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (148/227) |
| 3501 | 2025-09-17T19:28:51.492Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3502 | 2025-09-17T19:28:51.497Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3503 | 2025-09-17T19:28:51.655Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3504 | 2025-09-17T19:29:05.099Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.37s |
| 3505 | 2025-09-17T19:29:05.330Z | |
| 3506 | 2025-09-17T19:29:05.330Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (149/227) |
| 3507 | 2025-09-17T19:29:06.106Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3508 | 2025-09-17T19:29:06.110Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3509 | 2025-09-17T19:29:06.269Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3510 | 2025-09-17T19:29:19.749Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.41s |
| 3511 | 2025-09-17T19:29:19.981Z | |
| 3512 | 2025-09-17T19:29:19.981Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (150/227) |
| 3513 | 2025-09-17T19:29:20.747Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3514 | 2025-09-17T19:29:20.751Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3515 | 2025-09-17T19:29:20.909Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3516 | 2025-09-17T19:29:34.355Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.36s |
| 3517 | 2025-09-17T19:29:34.585Z | |
| 3518 | 2025-09-17T19:29:34.585Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (151/227) |
| 3519 | 2025-09-17T19:29:35.348Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3520 | 2025-09-17T19:29:35.351Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3521 | 2025-09-17T19:29:35.513Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3522 | 2025-09-17T19:29:48.915Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.31s |
| 3523 | 2025-09-17T19:29:49.137Z | |
| 3524 | 2025-09-17T19:29:49.137Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (152/227) |
| 3525 | 2025-09-17T19:29:49.909Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3526 | 2025-09-17T19:29:49.912Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3527 | 2025-09-17T19:29:50.072Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3528 | 2025-09-17T19:30:03.584Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.43s |
| 3529 | 2025-09-17T19:30:03.817Z | |
| 3530 | 2025-09-17T19:30:03.817Z | info: running `cargo check --bins` on bootstrap-agent-api (153/227) |
| 3531 | 2025-09-17T19:30:04.544Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3532 | 2025-09-17T19:30:04.549Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3533 | 2025-09-17T19:30:04.549Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3534 | 2025-09-17T19:30:04.558Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3535 | 2025-09-17T19:30:04.643Z | |
| 3536 | 2025-09-17T19:30:04.643Z | info: running `cargo check --bins` on range-requests (154/227) |
| 3537 | 2025-09-17T19:30:05.325Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3538 | 2025-09-17T19:30:05.331Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3539 | 2025-09-17T19:30:05.331Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3540 | 2025-09-17T19:30:05.331Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3541 | 2025-09-17T19:30:05.418Z | |
| 3542 | 2025-09-17T19:30:05.418Z | info: running `cargo check --bins` on repo-depot-api (155/227) |
| 3543 | 2025-09-17T19:30:06.096Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3544 | 2025-09-17T19:30:06.100Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3545 | 2025-09-17T19:30:06.100Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3546 | 2025-09-17T19:30:06.103Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3547 | 2025-09-17T19:30:06.191Z | |
| 3548 | 2025-09-17T19:30:06.191Z | info: running `cargo check --bins` on sled-agent-api (156/227) |
| 3549 | 2025-09-17T19:30:06.917Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3550 | 2025-09-17T19:30:06.921Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3551 | 2025-09-17T19:30:06.921Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3552 | 2025-09-17T19:30:06.924Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3553 | 2025-09-17T19:30:07.019Z | |
| 3554 | 2025-09-17T19:30:07.019Z | info: running `cargo check --bins` on sled-diagnostics (157/227) |
| 3555 | 2025-09-17T19:30:07.727Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3556 | 2025-09-17T19:30:07.731Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3557 | 2025-09-17T19:30:07.731Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3558 | 2025-09-17T19:30:07.731Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3559 | 2025-09-17T19:30:07.819Z | |
| 3560 | 2025-09-17T19:30:07.819Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (158/227) |
| 3561 | 2025-09-17T19:30:08.550Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3562 | 2025-09-17T19:30:08.555Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3563 | 2025-09-17T19:30:08.555Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3564 | 2025-09-17T19:30:08.559Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3565 | 2025-09-17T19:30:08.650Z | |
| 3566 | 2025-09-17T19:30:08.650Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (159/227) |
| 3567 | 2025-09-17T19:30:09.379Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3568 | 2025-09-17T19:30:09.383Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3569 | 2025-09-17T19:30:09.384Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3570 | 2025-09-17T19:30:09.387Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3571 | 2025-09-17T19:30:09.480Z | |
| 3572 | 2025-09-17T19:30:09.480Z | info: running `cargo check --bins` on sled-agent-zone-images (160/227) |
| 3573 | 2025-09-17T19:30:10.202Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3574 | 2025-09-17T19:30:10.205Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3575 | 2025-09-17T19:30:10.205Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3576 | 2025-09-17T19:30:10.209Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3577 | 2025-09-17T19:30:10.307Z | |
| 3578 | 2025-09-17T19:30:10.307Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (161/227) |
| 3579 | 2025-09-17T19:30:11.031Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3580 | 2025-09-17T19:30:11.036Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3581 | 2025-09-17T19:30:11.036Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3582 | 2025-09-17T19:30:11.040Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3583 | 2025-09-17T19:30:11.134Z | |
| 3584 | 2025-09-17T19:30:11.134Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (162/227) |
| 3585 | 2025-09-17T19:30:11.897Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3586 | 2025-09-17T19:30:11.901Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3587 | 2025-09-17T19:30:11.901Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3588 | 2025-09-17T19:30:11.905Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3589 | 2025-09-17T19:30:12.007Z | |
| 3590 | 2025-09-17T19:30:12.007Z | info: running `cargo check --bins` on nexus-test-interface (163/227) |
| 3591 | 2025-09-17T19:30:12.765Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3592 | 2025-09-17T19:30:12.769Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3593 | 2025-09-17T19:30:12.769Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3594 | 2025-09-17T19:30:12.776Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3595 | 2025-09-17T19:30:12.872Z | |
| 3596 | 2025-09-17T19:30:12.872Z | info: running `cargo check --bins` on oximeter-collector (164/227) |
| 3597 | 2025-09-17T19:30:13.609Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3598 | 2025-09-17T19:30:13.613Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3599 | 2025-09-17T19:30:13.754Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3600 | 2025-09-17T19:30:13.754Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3601 | 2025-09-17T19:30:14.665Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3602 | 2025-09-17T19:30:16.731Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.85s |
| 3603 | 2025-09-17T19:30:16.946Z | |
| 3604 | 2025-09-17T19:30:16.947Z | info: running `cargo check --bins` on oximeter-api (165/227) |
| 3605 | 2025-09-17T19:30:17.637Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3606 | 2025-09-17T19:30:17.641Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3607 | 2025-09-17T19:30:17.641Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3608 | 2025-09-17T19:30:17.645Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3609 | 2025-09-17T19:30:17.732Z | |
| 3610 | 2025-09-17T19:30:17.732Z | info: running `cargo check --bins` on cert-dev (166/227) |
| 3611 | 2025-09-17T19:30:18.400Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3612 | 2025-09-17T19:30:18.404Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3613 | 2025-09-17T19:30:18.477Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3614 | 2025-09-17T19:30:18.806Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s |
| 3615 | 2025-09-17T19:30:18.996Z | |
| 3616 | 2025-09-17T19:30:18.996Z | info: running `cargo check --bins` on clickana (167/227) |
| 3617 | 2025-09-17T19:30:19.689Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3618 | 2025-09-17T19:30:19.692Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3619 | 2025-09-17T19:30:19.787Z | Checking castaway v0.2.3 |
| 3620 | 2025-09-17T19:30:19.793Z | Checking unicode-truncate v1.1.0 |
| 3621 | 2025-09-17T19:30:19.793Z | Checking lru v0.12.5 |
| 3622 | 2025-09-17T19:30:19.793Z | Compiling instability v0.3.2 |
| 3623 | 2025-09-17T19:30:19.793Z | Compiling indoc v2.0.6 |
| 3624 | 2025-09-17T19:30:19.793Z | Checking cassowary v0.3.0 |
| 3625 | 2025-09-17T19:30:19.793Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3626 | 2025-09-17T19:30:20.031Z | Checking compact_str v0.8.0 |
| 3627 | 2025-09-17T19:30:20.694Z | Checking ratatui v0.29.0 |
| 3628 | 2025-09-17T19:30:22.511Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3629 | 2025-09-17T19:30:23.417Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.41s |
| 3630 | 2025-09-17T19:30:23.622Z | |
| 3631 | 2025-09-17T19:30:23.622Z | info: running `cargo check --bins` on clickhouse-cluster-dev (168/227) |
| 3632 | 2025-09-17T19:30:24.362Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3633 | 2025-09-17T19:30:24.366Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3634 | 2025-09-17T19:30:24.492Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3635 | 2025-09-17T19:30:24.492Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3636 | 2025-09-17T19:30:25.780Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3637 | 2025-09-17T19:30:26.500Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3638 | 2025-09-17T19:30:26.977Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s |
| 3639 | 2025-09-17T19:30:27.208Z | |
| 3640 | 2025-09-17T19:30:27.208Z | info: running `cargo check --bins` on ch-dev (169/227) |
| 3641 | 2025-09-17T19:30:27.856Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3642 | 2025-09-17T19:30:27.871Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3643 | 2025-09-17T19:30:27.980Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3644 | 2025-09-17T19:30:28.928Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s |
| 3645 | 2025-09-17T19:30:29.223Z | |
| 3646 | 2025-09-17T19:30:29.224Z | info: running `cargo check --bins` on dev-tools-common (170/227) |
| 3647 | 2025-09-17T19:30:29.707Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3648 | 2025-09-17T19:30:29.818Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3649 | 2025-09-17T19:30:29.818Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3650 | 2025-09-17T19:30:29.818Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3651 | 2025-09-17T19:30:29.818Z | |
| 3652 | 2025-09-17T19:30:29.818Z | info: running `cargo check --bins` on crdb-seed (171/227) |
| 3653 | 2025-09-17T19:30:30.439Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3654 | 2025-09-17T19:30:30.443Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3655 | 2025-09-17T19:30:30.564Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3656 | 2025-09-17T19:30:31.080Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s |
| 3657 | 2025-09-17T19:30:31.312Z | |
| 3658 | 2025-09-17T19:30:31.312Z | info: running `cargo check --bins` on db-dev (172/227) |
| 3659 | 2025-09-17T19:30:32.046Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3660 | 2025-09-17T19:30:32.052Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3661 | 2025-09-17T19:30:32.164Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3662 | 2025-09-17T19:30:33.125Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s |
| 3663 | 2025-09-17T19:30:33.313Z | |
| 3664 | 2025-09-17T19:30:33.313Z | info: running `cargo check --bins` on omicron-dev-lib (173/227) |
| 3665 | 2025-09-17T19:30:34.055Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3666 | 2025-09-17T19:30:34.059Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3667 | 2025-09-17T19:30:34.059Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3668 | 2025-09-17T19:30:34.062Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3669 | 2025-09-17T19:30:34.165Z | |
| 3670 | 2025-09-17T19:30:34.165Z | info: running `cargo check --bins` on xtask-downloader (174/227) |
| 3671 | 2025-09-17T19:30:34.828Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3672 | 2025-09-17T19:30:34.832Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3673 | 2025-09-17T19:30:34.910Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3674 | 2025-09-17T19:30:35.784Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.61s |
| 3675 | 2025-09-17T19:30:35.969Z | |
| 3676 | 2025-09-17T19:30:35.969Z | info: running `cargo check --bins` on omicron-ls-apis (175/227) |
| 3677 | 2025-09-17T19:30:36.643Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3678 | 2025-09-17T19:30:36.647Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3679 | 2025-09-17T19:30:36.723Z | Checking typeid v1.0.3 |
| 3680 | 2025-09-17T19:30:36.842Z | Checking ordered-float v2.10.1 |
| 3681 | 2025-09-17T19:30:36.856Z | Checking cargo-platform v0.2.0 |
| 3682 | 2025-09-17T19:30:36.930Z | Checking erased-serde v0.4.6 |
| 3683 | 2025-09-17T19:30:37.168Z | Checking serde-value v0.7.0 |
| 3684 | 2025-09-17T19:30:37.501Z | Checking serde-untagged v0.1.7 |
| 3685 | 2025-09-17T19:30:37.752Z | Checking cargo-util-schemas v0.8.2 |
| 3686 | 2025-09-17T19:30:38.912Z | Checking cargo_metadata v0.21.0 |
| 3687 | 2025-09-17T19:30:39.918Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3688 | 2025-09-17T19:30:40.786Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.80s |
| 3689 | 2025-09-17T19:30:40.980Z | |
| 3690 | 2025-09-17T19:30:40.981Z | info: running `cargo check --bins` on mgs-dev (176/227) |
| 3691 | 2025-09-17T19:30:41.736Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3692 | 2025-09-17T19:30:41.739Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3693 | 2025-09-17T19:30:41.879Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3694 | 2025-09-17T19:30:43.853Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3695 | 2025-09-17T19:30:44.495Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3696 | 2025-09-17T19:30:45.122Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.14s |
| 3697 | 2025-09-17T19:30:45.356Z | |
| 3698 | 2025-09-17T19:30:45.356Z | info: running `cargo check --bins` on omicron-omdb (177/227) |
| 3699 | 2025-09-17T19:30:46.237Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3700 | 2025-09-17T19:30:46.270Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3701 | 2025-09-17T19:30:46.438Z | Compiling dirs-sys-next v0.1.2 |
| 3702 | 2025-09-17T19:30:46.438Z | Compiling crunchy v0.2.2 |
| 3703 | 2025-09-17T19:30:46.443Z | Compiling dsl_auto_type v0.1.2 |
| 3704 | 2025-09-17T19:30:46.584Z | Checking scheduled-thread-pool v0.2.7 |
| 3705 | 2025-09-17T19:30:46.599Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 3706 | 2025-09-17T19:30:46.603Z | Compiling tiny-keccak v2.0.2 |
| 3707 | 2025-09-17T19:30:46.655Z | Compiling bit-vec v0.6.3 |
| 3708 | 2025-09-17T19:30:46.672Z | Compiling ena v0.14.3 |
| 3709 | 2025-09-17T19:30:46.865Z | Compiling dirs-next v2.0.0 |
| 3710 | 2025-09-17T19:30:47.001Z | Checking r2d2 v0.8.10 |
| 3711 | 2025-09-17T19:30:47.041Z | Compiling term v0.7.0 |
| 3712 | 2025-09-17T19:30:47.066Z | Compiling bit-set v0.5.3 |
| 3713 | 2025-09-17T19:30:47.082Z | Compiling bindgen v0.71.1 |
| 3714 | 2025-09-17T19:30:47.091Z | Compiling diff v0.1.13 |
| 3715 | 2025-09-17T19:30:47.091Z | Compiling regex-syntax v0.6.29 |
| 3716 | 2025-09-17T19:30:47.353Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3717 | 2025-09-17T19:30:47.441Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3718 | 2025-09-17T19:30:47.583Z | Compiling ascii-canvas v3.0.0 |
| 3719 | 2025-09-17T19:30:47.660Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3720 | 2025-09-17T19:30:47.697Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3721 | 2025-09-17T19:30:47.872Z | Compiling diesel_derives v2.2.3 |
| 3722 | 2025-09-17T19:30:47.976Z | Compiling derive_builder_core v0.20.2 |
| 3723 | 2025-09-17T19:30:48.036Z | Compiling libxml v0.3.3 |
| 3724 | 2025-09-17T19:30:48.062Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3725 | 2025-09-17T19:30:48.233Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3726 | 2025-09-17T19:30:48.481Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3727 | 2025-09-17T19:30:52.740Z | Compiling strum_macros v0.24.3 |
| 3728 | 2025-09-17T19:30:53.055Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3729 | 2025-09-17T19:30:53.055Z | Compiling indoc v1.0.9 |
| 3730 | 2025-09-17T19:30:53.055Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3731 | 2025-09-17T19:30:53.055Z | Compiling derive_builder_macro v0.20.2 |
| 3732 | 2025-09-17T19:30:53.055Z | Compiling impl-trait-for-tuples v0.2.2 |
| 3733 | 2025-09-17T19:30:53.055Z | Compiling lalrpop v0.19.12 |
| 3734 | 2025-09-17T19:30:53.055Z | Checking derive_builder v0.20.2 |
| 3735 | 2025-09-17T19:30:53.055Z | Compiling oso-derive v0.27.3 |
| 3736 | 2025-09-17T19:30:53.055Z | Checking quick-xml v0.37.2 |
| 3737 | 2025-09-17T19:30:53.055Z | Checking maplit v1.0.2 |
| 3738 | 2025-09-17T19:30:53.055Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3739 | 2025-09-17T19:30:53.261Z | Compiling diesel-dtrace v0.4.2 |
| 3740 | 2025-09-17T19:30:53.261Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3741 | 2025-09-17T19:30:53.261Z | Checking bb8 v0.8.5 |
| 3742 | 2025-09-17T19:30:53.261Z | Checking ignore v0.4.23 |
| 3743 | 2025-09-17T19:30:53.261Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3744 | 2025-09-17T19:30:53.343Z | Checking predicates-tree v1.0.12 |
| 3745 | 2025-09-17T19:30:53.351Z | Checking globwalk v0.9.1 |
| 3746 | 2025-09-17T19:30:53.392Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3747 | 2025-09-17T19:30:53.427Z | Checking rand_seeder v0.4.0 |
| 3748 | 2025-09-17T19:30:53.453Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3749 | 2025-09-17T19:30:53.770Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3750 | 2025-09-17T19:30:53.770Z | Checking camino-tempfile-ext v0.3.2 |
| 3751 | 2025-09-17T19:30:53.776Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3752 | 2025-09-17T19:30:53.933Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 3753 | 2025-09-17T19:30:54.060Z | Checking sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples) |
| 3754 | 2025-09-17T19:30:54.287Z | Checking console v0.16.0 |
| 3755 | 2025-09-17T19:30:54.883Z | Checking is_ci v1.2.0 |
| 3756 | 2025-09-17T19:30:54.911Z | Checking unit-prefix v0.5.1 |
| 3757 | 2025-09-17T19:30:55.054Z | Checking supports-color v3.0.2 |
| 3758 | 2025-09-17T19:30:55.140Z | Checking indicatif v0.18.0 |
| 3759 | 2025-09-17T19:30:55.324Z | Checking support-bundle-viewer v0.1.2 |
| 3760 | 2025-09-17T19:30:55.413Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 3761 | 2025-09-17T19:30:55.802Z | Checking multimap v0.10.1 |
| 3762 | 2025-09-17T19:30:55.910Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3763 | 2025-09-17T19:30:57.738Z | Checking diesel v2.2.12 |
| 3764 | 2025-09-17T19:31:11.279Z | Compiling samael v0.0.19 |
| 3765 | 2025-09-17T19:31:26.712Z | Checking async-bb8-diesel v0.2.1 |
| 3766 | 2025-09-17T19:31:28.595Z | Compiling polar-core v0.27.3 |
| 3767 | 2025-09-17T19:31:35.648Z | Checking oso v0.27.3 |
| 3768 | 2025-09-17T19:32:18.421Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3769 | 2025-09-17T19:32:51.389Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3770 | 2025-09-17T19:33:01.294Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 15s |
| 3771 | 2025-09-17T19:33:01.534Z | |
| 3772 | 2025-09-17T19:33:01.534Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (178/227) |
| 3773 | 2025-09-17T19:33:02.284Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3774 | 2025-09-17T19:33:02.288Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3775 | 2025-09-17T19:33:02.288Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3776 | 2025-09-17T19:33:02.347Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 3777 | 2025-09-17T19:33:02.393Z | |
| 3778 | 2025-09-17T19:33:02.393Z | info: running `cargo check --bins` on nexus-saga-recovery (179/227) |
| 3779 | 2025-09-17T19:33:03.151Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3780 | 2025-09-17T19:33:03.154Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3781 | 2025-09-17T19:33:03.154Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3782 | 2025-09-17T19:33:03.160Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3783 | 2025-09-17T19:33:03.261Z | |
| 3784 | 2025-09-17T19:33:03.261Z | info: running `cargo check --bins` on nexus-test-utils-macros (180/227) |
| 3785 | 2025-09-17T19:33:03.929Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3786 | 2025-09-17T19:33:03.933Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3787 | 2025-09-17T19:33:03.933Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3788 | 2025-09-17T19:33:03.936Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3789 | 2025-09-17T19:33:04.017Z | |
| 3790 | 2025-09-17T19:33:04.017Z | info: running `cargo check --bins` on omicron-nexus (181/227) |
| 3791 | 2025-09-17T19:33:04.823Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3792 | 2025-09-17T19:33:04.826Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3793 | 2025-09-17T19:33:05.113Z | Compiling libz-sys v1.1.20 |
| 3794 | 2025-09-17T19:33:05.256Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 3795 | 2025-09-17T19:33:05.274Z | Compiling vergen v8.3.2 |
| 3796 | 2025-09-17T19:33:05.278Z | Compiling cargo-platform v0.1.8 |
| 3797 | 2025-09-17T19:33:05.299Z | Compiling fs-err v2.11.0 |
| 3798 | 2025-09-17T19:33:05.299Z | Compiling rustls v0.21.12 |
| 3799 | 2025-09-17T19:33:05.331Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#72461d3a) |
| 3800 | 2025-09-17T19:33:05.334Z | Checking rustls-webpki v0.101.7 |
| 3801 | 2025-09-17T19:33:05.611Z | Compiling cargo_metadata v0.18.1 |
| 3802 | 2025-09-17T19:33:05.718Z | Checking sct v0.7.1 |
| 3803 | 2025-09-17T19:33:05.743Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3804 | 2025-09-17T19:33:05.931Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3805 | 2025-09-17T19:33:06.065Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3806 | 2025-09-17T19:33:06.117Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3807 | 2025-09-17T19:33:06.163Z | Checking parse-size v1.1.0 |
| 3808 | 2025-09-17T19:33:06.328Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3809 | 2025-09-17T19:33:06.350Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718) |
| 3810 | 2025-09-17T19:33:06.449Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3811 | 2025-09-17T19:33:06.469Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3812 | 2025-09-17T19:33:07.228Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#72461d3a) |
| 3813 | 2025-09-17T19:33:07.380Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3814 | 2025-09-17T19:33:07.609Z | Checking rustls-pemfile v1.0.4 |
| 3815 | 2025-09-17T19:33:07.834Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3816 | 2025-09-17T19:33:07.965Z | Checking twox-hash v2.1.0 |
| 3817 | 2025-09-17T19:33:08.083Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3818 | 2025-09-17T19:33:08.177Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3819 | 2025-09-17T19:33:08.553Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3820 | 2025-09-17T19:33:08.776Z | Checking tokio-rustls v0.24.1 |
| 3821 | 2025-09-17T19:33:09.468Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3822 | 2025-09-17T19:33:09.875Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3823 | 2025-09-17T19:33:10.090Z | Checking fatfs v0.3.6 |
| 3824 | 2025-09-17T19:33:10.320Z | Checking assert_matches v1.5.0 |
| 3825 | 2025-09-17T19:33:16.250Z | Compiling git2 v0.19.0 |
| 3826 | 2025-09-17T19:33:16.893Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b) |
| 3827 | 2025-09-17T19:33:17.048Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b) |
| 3828 | 2025-09-17T19:33:20.268Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 3829 | 2025-09-17T19:34:20.285Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 16s |
| 3830 | 2025-09-17T19:34:20.530Z | |
| 3831 | 2025-09-17T19:34:20.530Z | info: running `cargo check --bins` on nexus-background-task-interface (182/227) |
| 3832 | 2025-09-17T19:34:21.248Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3833 | 2025-09-17T19:34:21.252Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3834 | 2025-09-17T19:34:21.252Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3835 | 2025-09-17T19:34:21.255Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3836 | 2025-09-17T19:34:21.336Z | |
| 3837 | 2025-09-17T19:34:21.336Z | info: running `cargo check --bins` on nexus-external-api (183/227) |
| 3838 | 2025-09-17T19:34:22.076Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3839 | 2025-09-17T19:34:22.080Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3840 | 2025-09-17T19:34:22.081Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3841 | 2025-09-17T19:34:22.086Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3842 | 2025-09-17T19:34:22.180Z | |
| 3843 | 2025-09-17T19:34:22.181Z | info: running `cargo check --bins` on nexus-internal-api (184/227) |
| 3844 | 2025-09-17T19:34:22.916Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3845 | 2025-09-17T19:34:22.920Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3846 | 2025-09-17T19:34:22.920Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3847 | 2025-09-17T19:34:22.924Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3848 | 2025-09-17T19:34:23.018Z | |
| 3849 | 2025-09-17T19:34:23.018Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (185/227) |
| 3850 | 2025-09-17T19:34:23.783Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3851 | 2025-09-17T19:34:23.787Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3852 | 2025-09-17T19:34:23.787Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3853 | 2025-09-17T19:34:23.793Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3854 | 2025-09-17T19:34:23.894Z | |
| 3855 | 2025-09-17T19:34:23.894Z | info: running `cargo check --bins` on nexus-mgs-updates (186/227) |
| 3856 | 2025-09-17T19:34:24.653Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3857 | 2025-09-17T19:34:24.657Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3858 | 2025-09-17T19:34:24.657Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3859 | 2025-09-17T19:34:24.661Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3860 | 2025-09-17T19:34:24.781Z | |
| 3861 | 2025-09-17T19:34:24.781Z | info: running `cargo check --bins` on nexus-networking (187/227) |
| 3862 | 2025-09-17T19:34:25.515Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3863 | 2025-09-17T19:34:25.519Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3864 | 2025-09-17T19:34:25.519Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3865 | 2025-09-17T19:34:25.523Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3866 | 2025-09-17T19:34:25.621Z | |
| 3867 | 2025-09-17T19:34:25.621Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (188/227) |
| 3868 | 2025-09-17T19:34:26.384Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3869 | 2025-09-17T19:34:26.387Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3870 | 2025-09-17T19:34:26.387Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3871 | 2025-09-17T19:34:26.392Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3872 | 2025-09-17T19:34:26.492Z | |
| 3873 | 2025-09-17T19:34:26.492Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (189/227) |
| 3874 | 2025-09-17T19:34:27.257Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3875 | 2025-09-17T19:34:27.262Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3876 | 2025-09-17T19:34:27.262Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3877 | 2025-09-17T19:34:27.267Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3878 | 2025-09-17T19:34:27.372Z | |
| 3879 | 2025-09-17T19:34:27.372Z | info: running `cargo check --bins` on update-common (190/227) |
| 3880 | 2025-09-17T19:34:28.091Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3881 | 2025-09-17T19:34:28.095Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3882 | 2025-09-17T19:34:28.095Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3883 | 2025-09-17T19:34:28.099Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3884 | 2025-09-17T19:34:28.191Z | |
| 3885 | 2025-09-17T19:34:28.191Z | info: running `cargo check --bins` on omicron-dev (191/227) |
| 3886 | 2025-09-17T19:34:29.023Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3887 | 2025-09-17T19:34:29.028Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3888 | 2025-09-17T19:34:29.325Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3889 | 2025-09-17T19:34:29.328Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3890 | 2025-09-17T19:34:29.493Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3891 | 2025-09-17T19:34:29.508Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3892 | 2025-09-17T19:34:29.511Z | Checking diff v0.1.13 |
| 3893 | 2025-09-17T19:34:29.525Z | Checking yansi v1.0.1 |
| 3894 | 2025-09-17T19:34:29.544Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3895 | 2025-09-17T19:34:29.565Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3896 | 2025-09-17T19:34:30.013Z | Checking pretty_assertions v1.4.1 |
| 3897 | 2025-09-17T19:34:30.827Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3898 | 2025-09-17T19:34:59.873Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3899 | 2025-09-17T19:34:59.877Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3900 | 2025-09-17T19:34:59.877Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3901 | 2025-09-17T19:34:59.877Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3902 | 2025-09-17T19:34:59.877Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3903 | 2025-09-17T19:34:59.877Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3904 | 2025-09-17T19:35:00.447Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3905 | 2025-09-17T19:35:01.011Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3906 | 2025-09-17T19:35:02.392Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3907 | 2025-09-17T19:35:55.432Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s |
| 3908 | 2025-09-17T19:35:55.687Z | |
| 3909 | 2025-09-17T19:35:55.688Z | info: running `cargo check --bins` on openapi-manager (192/227) |
| 3910 | 2025-09-17T19:35:56.438Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3911 | 2025-09-17T19:35:56.441Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3912 | 2025-09-17T19:35:56.588Z | Compiling tabled_derive v0.10.0 |
| 3913 | 2025-09-17T19:35:56.588Z | Checking papergrid v0.14.0 |
| 3914 | 2025-09-17T19:35:56.591Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3915 | 2025-09-17T19:35:56.591Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3916 | 2025-09-17T19:35:56.743Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3917 | 2025-09-17T19:35:56.746Z | Checking heck v0.4.1 |
| 3918 | 2025-09-17T19:35:56.746Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3919 | 2025-09-17T19:35:56.968Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
| 3920 | 2025-09-17T19:35:57.008Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3921 | 2025-09-17T19:35:58.056Z | Checking tabled v0.18.0 |
| 3922 | 2025-09-17T19:35:58.172Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3923 | 2025-09-17T19:36:00.885Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3924 | 2025-09-17T19:36:02.446Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3925 | 2025-09-17T19:36:03.327Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 3926 | 2025-09-17T19:36:04.913Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.21s |
| 3927 | 2025-09-17T19:36:05.142Z | |
| 3928 | 2025-09-17T19:36:05.142Z | info: running `cargo check --bins` on installinator-api (193/227) |
| 3929 | 2025-09-17T19:36:05.853Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3930 | 2025-09-17T19:36:05.857Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3931 | 2025-09-17T19:36:05.857Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3932 | 2025-09-17T19:36:05.860Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3933 | 2025-09-17T19:36:05.949Z | |
| 3934 | 2025-09-17T19:36:05.949Z | info: running `cargo check --bins` on ntp-admin-api (194/227) |
| 3935 | 2025-09-17T19:36:06.643Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3936 | 2025-09-17T19:36:06.646Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3937 | 2025-09-17T19:36:06.646Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3938 | 2025-09-17T19:36:06.650Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3939 | 2025-09-17T19:36:06.735Z | |
| 3940 | 2025-09-17T19:36:06.735Z | info: running `cargo check --bins` on ntp-admin-types (195/227) |
| 3941 | 2025-09-17T19:36:07.427Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3942 | 2025-09-17T19:36:07.431Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3943 | 2025-09-17T19:36:07.431Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3944 | 2025-09-17T19:36:07.434Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3945 | 2025-09-17T19:36:07.523Z | |
| 3946 | 2025-09-17T19:36:07.523Z | info: running `cargo check --bins` on wicketd-api (196/227) |
| 3947 | 2025-09-17T19:36:08.246Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3948 | 2025-09-17T19:36:08.249Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3949 | 2025-09-17T19:36:08.249Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3950 | 2025-09-17T19:36:08.253Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3951 | 2025-09-17T19:36:08.347Z | |
| 3952 | 2025-09-17T19:36:08.347Z | info: running `cargo check --bins` on omicron-pins (197/227) |
| 3953 | 2025-09-17T19:36:09.022Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3954 | 2025-09-17T19:36:09.025Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3955 | 2025-09-17T19:36:09.025Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3956 | 2025-09-17T19:36:09.029Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3957 | 2025-09-17T19:36:09.110Z | |
| 3958 | 2025-09-17T19:36:09.110Z | info: running `cargo check --bins` on reconfigurator-cli (198/227) |
| 3959 | 2025-09-17T19:36:09.879Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3960 | 2025-09-17T19:36:09.883Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3961 | 2025-09-17T19:36:10.066Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3962 | 2025-09-17T19:36:10.204Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3963 | 2025-09-17T19:36:10.208Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3964 | 2025-09-17T19:36:10.228Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3965 | 2025-09-17T19:36:10.231Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3966 | 2025-09-17T19:36:10.231Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3967 | 2025-09-17T19:36:10.270Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3968 | 2025-09-17T19:36:10.274Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3969 | 2025-09-17T19:36:10.429Z | Compiling petname v2.0.2 |
| 3970 | 2025-09-17T19:36:10.480Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3971 | 2025-09-17T19:36:10.792Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3972 | 2025-09-17T19:36:10.889Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3973 | 2025-09-17T19:36:11.220Z | Checking sync-ptr v0.1.4 |
| 3974 | 2025-09-17T19:36:11.245Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3975 | 2025-09-17T19:36:11.303Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3976 | 2025-09-17T19:36:11.428Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3977 | 2025-09-17T19:36:11.720Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718) |
| 3978 | 2025-09-17T19:36:11.769Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3979 | 2025-09-17T19:36:12.746Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3980 | 2025-09-17T19:36:15.048Z | Checking sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples) |
| 3981 | 2025-09-17T19:36:15.052Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3982 | 2025-09-17T19:36:21.502Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3983 | 2025-09-17T19:36:22.405Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3984 | 2025-09-17T19:36:24.276Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3985 | 2025-09-17T19:36:27.137Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.01s |
| 3986 | 2025-09-17T19:36:27.376Z | |
| 3987 | 2025-09-17T19:36:27.376Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (199/227) |
| 3988 | 2025-09-17T19:36:28.143Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3989 | 2025-09-17T19:36:28.146Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3990 | 2025-09-17T19:36:28.146Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3991 | 2025-09-17T19:36:28.151Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3992 | 2025-09-17T19:36:28.251Z | |
| 3993 | 2025-09-17T19:36:28.251Z | info: running `cargo check --bins` on omicron-repl-utils (200/227) |
| 3994 | 2025-09-17T19:36:28.918Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3995 | 2025-09-17T19:36:28.921Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3996 | 2025-09-17T19:36:28.921Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3997 | 2025-09-17T19:36:28.925Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3998 | 2025-09-17T19:36:29.008Z | |
| 3999 | 2025-09-17T19:36:29.008Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (201/227) |
| 4000 | 2025-09-17T19:36:29.770Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4001 | 2025-09-17T19:36:29.773Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4002 | 2025-09-17T19:36:29.923Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 4003 | 2025-09-17T19:36:31.044Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.02s |
| 4004 | 2025-09-17T19:36:31.271Z | |
| 4005 | 2025-09-17T19:36:31.271Z | info: running `cargo check --bins` on reconfigurator-sp-updater (202/227) |
| 4006 | 2025-09-17T19:36:32.018Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4007 | 2025-09-17T19:36:32.023Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4008 | 2025-09-17T19:36:32.139Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 4009 | 2025-09-17T19:36:32.595Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4010 | 2025-09-17T19:36:33.811Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 4011 | 2025-09-17T19:36:34.583Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.30s |
| 4012 | 2025-09-17T19:36:34.807Z | |
| 4013 | 2025-09-17T19:36:34.807Z | info: running `cargo check --bins` on omicron-releng (203/227) |
| 4014 | 2025-09-17T19:36:35.527Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4015 | 2025-09-17T19:36:35.530Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4016 | 2025-09-17T19:36:35.626Z | Compiling blake3 v1.5.4 |
| 4017 | 2025-09-17T19:36:35.629Z | Checking memmap2 v0.9.5 |
| 4018 | 2025-09-17T19:36:35.629Z | Checking constant_time_eq v0.3.1 |
| 4019 | 2025-09-17T19:36:35.748Z | Checking arrayref v0.3.9 |
| 4020 | 2025-09-17T19:36:35.752Z | Checking arrayvec v0.7.6 |
| 4021 | 2025-09-17T19:36:35.785Z | Checking topological-sort v0.2.2 |
| 4022 | 2025-09-17T19:36:35.797Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 4023 | 2025-09-17T19:36:35.802Z | Checking shell-words v1.1.0 |
| 4024 | 2025-09-17T19:36:36.791Z | Checking omicron-zone-package v0.12.2 |
| 4025 | 2025-09-17T19:36:37.932Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 4026 | 2025-09-17T19:36:39.077Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.26s |
| 4027 | 2025-09-17T19:36:39.289Z | |
| 4028 | 2025-09-17T19:36:39.289Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (204/227) |
| 4029 | 2025-09-17T19:36:40.004Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4030 | 2025-09-17T19:36:40.007Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4031 | 2025-09-17T19:36:40.103Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 4032 | 2025-09-17T19:36:40.496Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 4033 | 2025-09-17T19:36:41.011Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s |
| 4034 | 2025-09-17T19:36:41.223Z | |
| 4035 | 2025-09-17T19:36:41.223Z | info: running `cargo check --bins` on xtask (205/227) |
| 4036 | 2025-09-17T19:36:41.792Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4037 | 2025-09-17T19:36:41.795Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4038 | 2025-09-17T19:36:41.819Z | Checking bitflags v2.9.1 |
| 4039 | 2025-09-17T19:36:41.822Z | Checking serde v1.0.223 |
| 4040 | 2025-09-17T19:36:41.823Z | Checking zerofrom v0.1.4 |
| 4041 | 2025-09-17T19:36:41.934Z | Checking hashbrown v0.15.4 |
| 4042 | 2025-09-17T19:36:41.937Z | Checking smallvec v1.15.1 |
| 4043 | 2025-09-17T19:36:41.954Z | Checking thiserror v1.0.69 |
| 4044 | 2025-09-17T19:36:41.968Z | Checking serde_json v1.0.145 |
| 4045 | 2025-09-17T19:36:41.980Z | Checking scroll v0.12.0 |
| 4046 | 2025-09-17T19:36:42.102Z | Checking num-traits v0.2.19 |
| 4047 | 2025-09-17T19:36:42.128Z | Checking yoke v0.7.4 |
| 4048 | 2025-09-17T19:36:42.164Z | Checking rustix v0.38.37 |
| 4049 | 2025-09-17T19:36:42.255Z | Checking log v0.4.27 |
| 4050 | 2025-09-17T19:36:42.430Z | Checking percent-encoding v2.3.2 |
| 4051 | 2025-09-17T19:36:42.454Z | Checking zerovec v0.10.4 |
| 4052 | 2025-09-17T19:36:42.532Z | Checking goblin v0.8.2 |
| 4053 | 2025-09-17T19:36:42.663Z | Checking form_urlencoded v1.2.2 |
| 4054 | 2025-09-17T19:36:42.862Z | Checking serde_spanned v0.6.9 |
| 4055 | 2025-09-17T19:36:42.882Z | Checking toml_datetime v0.6.11 |
| 4056 | 2025-09-17T19:36:42.899Z | Checking indexmap v2.11.0 |
| 4057 | 2025-09-17T19:36:43.059Z | Checking erased-serde v0.4.6 |
| 4058 | 2025-09-17T19:36:43.154Z | Checking terminal_size v0.4.0 |
| 4059 | 2025-09-17T19:36:43.211Z | Checking pest v2.7.14 |
| 4060 | 2025-09-17T19:36:43.349Z | Checking zerocopy v0.7.35 |
| 4061 | 2025-09-17T19:36:43.446Z | Checking getrandom v0.3.1 |
| 4062 | 2025-09-17T19:36:43.625Z | Checking ordered-float v2.10.1 |
| 4063 | 2025-09-17T19:36:43.661Z | Checking thiserror v2.0.16 |
| 4064 | 2025-09-17T19:36:43.823Z | Checking syn v2.0.106 |
| 4065 | 2025-09-17T19:36:43.956Z | Checking serde-untagged v0.1.7 |
| 4066 | 2025-09-17T19:36:43.995Z | Checking tinystr v0.7.6 |
| 4067 | 2025-09-17T19:36:44.099Z | Checking icu_collections v1.5.0 |
| 4068 | 2025-09-17T19:36:44.126Z | Checking toml_edit v0.22.27 |
| 4069 | 2025-09-17T19:36:44.330Z | Checking serde-value v0.7.0 |
| 4070 | 2025-09-17T19:36:44.362Z | Checking icu_locid v1.5.0 |
| 4071 | 2025-09-17T19:36:44.575Z | Checking semver v1.0.26 |
| 4072 | 2025-09-17T19:36:44.747Z | Checking rustix v1.0.7 |
| 4073 | 2025-09-17T19:36:44.766Z | Checking once_cell v1.21.3 |
| 4074 | 2025-09-17T19:36:44.988Z | Checking clap_builder v4.5.41 |
| 4075 | 2025-09-17T19:36:45.100Z | Checking cargo-platform v0.2.0 |
| 4076 | 2025-09-17T19:36:45.334Z | Checking icu_provider v1.5.0 |
| 4077 | 2025-09-17T19:36:45.445Z | Checking textwrap v0.16.2 |
| 4078 | 2025-09-17T19:36:45.685Z | Checking dtrace-parser v0.2.0 |
| 4079 | 2025-09-17T19:36:45.802Z | Checking fs-err v3.1.1 |
| 4080 | 2025-09-17T19:36:45.996Z | Checking icu_locid_transform v1.5.0 |
| 4081 | 2025-09-17T19:36:46.138Z | Checking anyhow v1.0.99 |
| 4082 | 2025-09-17T19:36:46.184Z | Checking tabled v0.15.0 |
| 4083 | 2025-09-17T19:36:46.236Z | Checking tempfile v3.20.0 |
| 4084 | 2025-09-17T19:36:46.520Z | Checking macaddr v1.0.1 |
| 4085 | 2025-09-17T19:36:46.629Z | Checking camino-tempfile v1.4.1 |
| 4086 | 2025-09-17T19:36:46.691Z | Checking toml v0.8.23 |
| 4087 | 2025-09-17T19:36:46.873Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4088 | 2025-09-17T19:36:47.015Z | Checking icu_properties v1.5.1 |
| 4089 | 2025-09-17T19:36:47.242Z | Checking dof v0.3.0 |
| 4090 | 2025-09-17T19:36:47.395Z | Checking cargo_toml v0.21.0 |
| 4091 | 2025-09-17T19:36:47.634Z | Checking clap v4.5.41 |
| 4092 | 2025-09-17T19:36:48.193Z | Checking usdt-impl v0.5.0 |
| 4093 | 2025-09-17T19:36:48.562Z | Checking usdt v0.5.0 |
| 4094 | 2025-09-17T19:36:49.361Z | Checking icu_normalizer v1.5.0 |
| 4095 | 2025-09-17T19:36:49.831Z | Checking idna_adapter v1.2.0 |
| 4096 | 2025-09-17T19:36:49.962Z | Checking idna v1.0.3 |
| 4097 | 2025-09-17T19:36:50.266Z | Checking url v2.5.4 |
| 4098 | 2025-09-17T19:36:50.766Z | Checking cargo-util-schemas v0.8.2 |
| 4099 | 2025-09-17T19:36:51.939Z | Checking cargo_metadata v0.21.0 |
| 4100 | 2025-09-17T19:36:52.941Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 4101 | 2025-09-17T19:36:53.593Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.36s |
| 4102 | 2025-09-17T19:36:53.722Z | |
| 4103 | 2025-09-17T19:36:53.723Z | info: running `cargo check --bins` on end-to-end-tests (206/227) |
| 4104 | 2025-09-17T19:36:54.520Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4105 | 2025-09-17T19:36:54.523Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4106 | 2025-09-17T19:36:54.691Z | Checking polyval v0.6.2 |
| 4107 | 2025-09-17T19:36:54.829Z | Checking ctr v0.9.2 |
| 4108 | 2025-09-17T19:36:54.839Z | Checking ssh-encoding v0.2.0 |
| 4109 | 2025-09-17T19:36:54.842Z | Checking blowfish v0.9.1 |
| 4110 | 2025-09-17T19:36:54.862Z | Checking password-hash v0.4.2 |
| 4111 | 2025-09-17T19:36:54.882Z | Checking p256 v0.13.2 |
| 4112 | 2025-09-17T19:36:54.886Z | Checking p521 v0.13.3 |
| 4113 | 2025-09-17T19:36:54.886Z | Checking russh-cryptovec v0.7.3 |
| 4114 | 2025-09-17T19:36:55.062Z | Checking bcrypt-pbkdf v0.10.0 |
| 4115 | 2025-09-17T19:36:55.086Z | Checking ghash v0.5.1 |
| 4116 | 2025-09-17T19:36:55.086Z | Checking md5 v0.7.0 |
| 4117 | 2025-09-17T19:36:55.128Z | Checking num-bigint v0.4.6 |
| 4118 | 2025-09-17T19:36:55.148Z | Checking des v0.8.1 |
| 4119 | 2025-09-17T19:36:55.264Z | Checking aes-gcm v0.10.3 |
| 4120 | 2025-09-17T19:36:55.266Z | Checking pbkdf2 v0.11.0 |
| 4121 | 2025-09-17T19:36:55.324Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4122 | 2025-09-17T19:36:55.388Z | Checking hex-literal v0.4.1 |
| 4123 | 2025-09-17T19:36:55.413Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 4124 | 2025-09-17T19:36:55.437Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 4125 | 2025-09-17T19:36:55.533Z | Checking internet-checksum v0.2.1 |
| 4126 | 2025-09-17T19:36:55.557Z | Checking ssh-cipher v0.2.0 |
| 4127 | 2025-09-17T19:36:55.833Z | Checking ssh-key v0.6.6 |
| 4128 | 2025-09-17T19:36:55.982Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4129 | 2025-09-17T19:36:56.930Z | Checking russh-keys v0.45.0 |
| 4130 | 2025-09-17T19:36:57.778Z | Checking russh v0.45.0 |
| 4131 | 2025-09-17T19:37:18.190Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4132 | 2025-09-17T19:37:19.832Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.09s |
| 4133 | 2025-09-17T19:37:20.066Z | |
| 4134 | 2025-09-17T19:37:20.066Z | info: running `cargo check --bins` on gateway-cli (207/227) |
| 4135 | 2025-09-17T19:37:20.780Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4136 | 2025-09-17T19:37:20.786Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4137 | 2025-09-17T19:37:20.874Z | Checking termios v0.3.3 |
| 4138 | 2025-09-17T19:37:21.122Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 4139 | 2025-09-17T19:37:21.935Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s |
| 4140 | 2025-09-17T19:37:22.132Z | |
| 4141 | 2025-09-17T19:37:22.132Z | info: running `cargo check --bins --no-default-features` on installinator (208/227) |
| 4142 | 2025-09-17T19:37:22.883Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4143 | 2025-09-17T19:37:22.886Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4144 | 2025-09-17T19:37:23.007Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 4145 | 2025-09-17T19:37:23.007Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 4146 | 2025-09-17T19:37:23.010Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 4147 | 2025-09-17T19:37:23.902Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 4148 | 2025-09-17T19:37:25.701Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 4149 | 2025-09-17T19:37:27.857Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.71s |
| 4150 | 2025-09-17T19:37:28.083Z | |
| 4151 | 2025-09-17T19:37:28.083Z | info: running `cargo check --bins` on internal-dns-cli (209/227) |
| 4152 | 2025-09-17T19:37:28.795Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4153 | 2025-09-17T19:37:28.799Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4154 | 2025-09-17T19:37:28.890Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 4155 | 2025-09-17T19:37:29.411Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s |
| 4156 | 2025-09-17T19:37:29.617Z | |
| 4157 | 2025-09-17T19:37:29.617Z | info: running `cargo check --bins` on omicron-live-tests (210/227) |
| 4158 | 2025-09-17T19:37:30.284Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4159 | 2025-09-17T19:37:30.288Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4160 | 2025-09-17T19:37:30.288Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4161 | 2025-09-17T19:37:30.291Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 4162 | 2025-09-17T19:37:30.372Z | |
| 4163 | 2025-09-17T19:37:30.372Z | info: running `cargo check --bins` on live-tests-macros (211/227) |
| 4164 | 2025-09-17T19:37:31.039Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4165 | 2025-09-17T19:37:31.042Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4166 | 2025-09-17T19:37:31.042Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4167 | 2025-09-17T19:37:31.046Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 4168 | 2025-09-17T19:37:31.126Z | |
| 4169 | 2025-09-17T19:37:31.126Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (212/227) |
| 4170 | 2025-09-17T19:37:31.895Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4171 | 2025-09-17T19:37:31.898Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4172 | 2025-09-17T19:37:32.033Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 4173 | 2025-09-17T19:37:32.773Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s |
| 4174 | 2025-09-17T19:37:33.001Z | |
| 4175 | 2025-09-17T19:37:33.001Z | info: running `cargo check --bins` on omicron-ntp-admin (213/227) |
| 4176 | 2025-09-17T19:37:33.698Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4177 | 2025-09-17T19:37:33.703Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4178 | 2025-09-17T19:37:33.800Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 4179 | 2025-09-17T19:37:33.800Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 4180 | 2025-09-17T19:37:34.113Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4181 | 2025-09-17T19:37:35.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.12s |
| 4182 | 2025-09-17T19:37:35.337Z | |
| 4183 | 2025-09-17T19:37:35.337Z | info: running `cargo check --bins` on omicron-package (214/227) |
| 4184 | 2025-09-17T19:37:36.056Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4185 | 2025-09-17T19:37:36.059Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4186 | 2025-09-17T19:37:36.163Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 4187 | 2025-09-17T19:37:37.652Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.30s |
| 4188 | 2025-09-17T19:37:37.864Z | |
| 4189 | 2025-09-17T19:37:37.864Z | info: running `cargo check --bins --no-default-features` on trust-quorum (215/227) |
| 4190 | 2025-09-17T19:37:38.580Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4191 | 2025-09-17T19:37:38.583Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4192 | 2025-09-17T19:37:38.583Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4193 | 2025-09-17T19:37:38.587Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 4194 | 2025-09-17T19:37:38.679Z | |
| 4195 | 2025-09-17T19:37:38.679Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum (216/227) |
| 4196 | 2025-09-17T19:37:39.405Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4197 | 2025-09-17T19:37:39.408Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4198 | 2025-09-17T19:37:39.408Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4199 | 2025-09-17T19:37:39.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 4200 | 2025-09-17T19:37:39.505Z | |
| 4201 | 2025-09-17T19:37:39.505Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum (217/227) |
| 4202 | 2025-09-17T19:37:40.214Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4203 | 2025-09-17T19:37:40.217Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4204 | 2025-09-17T19:37:40.217Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4205 | 2025-09-17T19:37:40.221Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 4206 | 2025-09-17T19:37:40.312Z | |
| 4207 | 2025-09-17T19:37:40.312Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum (218/227) |
| 4208 | 2025-09-17T19:37:41.022Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4209 | 2025-09-17T19:37:41.025Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4210 | 2025-09-17T19:37:41.025Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4211 | 2025-09-17T19:37:41.028Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 4212 | 2025-09-17T19:37:41.120Z | |
| 4213 | 2025-09-17T19:37:41.120Z | info: running `cargo check --bins --no-default-features` on gfss (219/227) |
| 4214 | 2025-09-17T19:37:41.781Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4215 | 2025-09-17T19:37:41.784Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4216 | 2025-09-17T19:37:41.784Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4217 | 2025-09-17T19:37:41.787Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 4218 | 2025-09-17T19:37:41.869Z | |
| 4219 | 2025-09-17T19:37:41.870Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (220/227) |
| 4220 | 2025-09-17T19:37:42.537Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4221 | 2025-09-17T19:37:42.540Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4222 | 2025-09-17T19:37:42.541Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4223 | 2025-09-17T19:37:42.544Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 4224 | 2025-09-17T19:37:42.623Z | |
| 4225 | 2025-09-17T19:37:42.623Z | info: running `cargo check --bins` on trust-quorum-test-utils (221/227) |
| 4226 | 2025-09-17T19:37:43.333Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4227 | 2025-09-17T19:37:43.336Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4228 | 2025-09-17T19:37:43.337Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4229 | 2025-09-17T19:37:43.340Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 4230 | 2025-09-17T19:37:43.434Z | |
| 4231 | 2025-09-17T19:37:43.434Z | info: running `cargo check --bins` on tqdb (222/227) |
| 4232 | 2025-09-17T19:37:44.197Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4233 | 2025-09-17T19:37:44.200Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4234 | 2025-09-17T19:37:44.338Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4235 | 2025-09-17T19:37:44.741Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 4236 | 2025-09-17T19:37:46.246Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 4237 | 2025-09-17T19:37:47.103Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 4238 | 2025-09-17T19:37:47.824Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.38s |
| 4239 | 2025-09-17T19:37:48.066Z | |
| 4240 | 2025-09-17T19:37:48.066Z | info: running `cargo check --bins` on wicket-dbg (223/227) |
| 4241 | 2025-09-17T19:37:48.813Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4242 | 2025-09-17T19:37:48.817Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4243 | 2025-09-17T19:37:48.957Z | Checking rtoolbox v0.0.2 |
| 4244 | 2025-09-17T19:37:48.960Z | Checking tui-tree-widget v0.23.1 |
| 4245 | 2025-09-17T19:37:48.960Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 4246 | 2025-09-17T19:37:49.226Z | Checking rpassword v7.4.0 |
| 4247 | 2025-09-17T19:37:53.920Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4248 | 2025-09-17T19:37:56.823Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 4249 | 2025-09-17T19:37:58.103Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.02s |
| 4250 | 2025-09-17T19:37:58.318Z | |
| 4251 | 2025-09-17T19:37:58.318Z | info: running `cargo check --bins` on wicket (224/227) |
| 4252 | 2025-09-17T19:37:59.067Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4253 | 2025-09-17T19:37:59.071Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4254 | 2025-09-17T19:37:59.197Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4255 | 2025-09-17T19:37:59.691Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s |
| 4256 | 2025-09-17T19:37:59.914Z | |
| 4257 | 2025-09-17T19:37:59.914Z | info: running `cargo check --bins` on wicketd (225/227) |
| 4258 | 2025-09-17T19:38:00.742Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4259 | 2025-09-17T19:38:00.749Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4260 | 2025-09-17T19:38:00.809Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 4261 | 2025-09-17T19:38:05.036Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.11s |
| 4262 | 2025-09-17T19:38:05.261Z | |
| 4263 | 2025-09-17T19:38:05.261Z | info: running `cargo check --bins` on omicron-workspace-hack (226/227) |
| 4264 | 2025-09-17T19:38:05.945Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4265 | 2025-09-17T19:38:05.952Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4266 | 2025-09-17T19:38:05.952Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4267 | 2025-09-17T19:38:05.952Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 4268 | 2025-09-17T19:38:06.021Z | |
| 4269 | 2025-09-17T19:38:06.021Z | info: running `cargo check --bins` on zone-setup (227/227) |
| 4270 | 2025-09-17T19:38:06.751Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4271 | 2025-09-17T19:38:06.754Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4272 | 2025-09-17T19:38:06.862Z | Checking uzers v0.12.1 |
| 4273 | 2025-09-17T19:38:07.222Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 4274 | 2025-09-17T19:38:08.294Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.26s |
| 4275 | 2025-09-17T19:38:08.546Z | |
| 4276 | 2025-09-17T19:38:08.546Z | real 16:23.078189290 |
| 4277 | 2025-09-17T19:38:08.546Z | user 32:31.825099900 |
| 4278 | 2025-09-17T19:38:08.546Z | sys 5:25.568541951 |
| 4279 | 2025-09-17T19:38:08.546Z | trap 0.699163746 |
| 4280 | 2025-09-17T19:38:08.546Z | tflt 0.647816552 |
| 4281 | 2025-09-17T19:38:08.547Z | dflt 1.609363172 |
| 4282 | 2025-09-17T19:38:08.547Z | kflt 0.001149183 |
| 4283 | 2025-09-17T19:38:08.547Z | lock 1:21:15.246994746 |
| 4284 | 2025-09-17T19:38:08.547Z | slp 2:40:46.188038881 |
| 4285 | 2025-09-17T19:38:08.547Z | lat 1:40.617080074 |
| 4286 | 2025-09-17T19:38:08.547Z | stop 5:21.934230344 |
| 4287 | 2025-09-17T19:38:08.550Z | process exited: duration 1279262 ms, exit code 0 |
| |
| 4288 | 2025-09-17T19:38:08.557Z | found 0 output files |