|
|
|
| 1 | 2025-09-24T15:45:34.193Z | job assigned to worker 01K5Y6C2XN0G0T7K9CMQBNSGGW [factory aws, i-020b0c84a6b1ac6ce] (queued for 1 m 1 s) |
| |
| 2 | 2025-09-24T15:45:42.715Z | starting task 0: "setup" |
| 3 | 2025-09-24T15:45:42.748Z | ++ uname -s |
| 4 | 2025-09-24T15:45:42.748Z | + kern=SunOS |
| 5 | 2025-09-24T15:45:42.748Z | + build_user=build |
| 6 | 2025-09-24T15:45:42.748Z | + build_uid=12345 |
| 7 | 2025-09-24T15:45:42.748Z | + work_dir=/work |
| 8 | 2025-09-24T15:45:42.748Z | + input_dir=/input |
| 9 | 2025-09-24T15:45:42.748Z | + [[ 0 == 12345 ]] |
| 10 | 2025-09-24T15:45:42.748Z | + case "$kern" in |
| 11 | 2025-09-24T15:45:42.748Z | + groupadd -g 12345 build |
| 12 | 2025-09-24T15:45:42.748Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-09-24T15:45:44.721Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-09-24T15:45:44.818Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-09-24T15:45:44.827Z | + home_fs=zfs |
| 16 | 2025-09-24T15:45:44.827Z | + [[ zfs == autofs ]] |
| 17 | 2025-09-24T15:45:44.827Z | + mkdir -p /home/build |
| 18 | 2025-09-24T15:45:44.828Z | + chown build:build /home/build /work |
| 19 | 2025-09-24T15:45:46.828Z | + chmod 0700 /home/build /work |
| 20 | 2025-09-24T15:45:46.838Z | process exited: duration 4126 ms, exit code 0 |
| |
| 21 | 2025-09-24T15:45:46.865Z | starting task 1: "rust-toolchain" |
| 22 | 2025-09-24T15:45:46.892Z | + printf ' * rust toolchain channel = "%s"\n' 1.89.0 |
| 23 | 2025-09-24T15:45:46.892Z | * rust toolchain channel = "1.89.0" |
| 24 | 2025-09-24T15:45:46.892Z | * rust toolchain profile = "default" |
| 25 | 2025-09-24T15:45:46.892Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2025-09-24T15:45:46.892Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2025-09-24T15:45:46.892Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2025-09-24T15:45:46.892Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-09-24T15:45:46.892Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.89.0 --profile default |
| 30 | 2025-09-24T15:45:46.985Z | info: downloading installer |
| 31 | 2025-09-24T15:45:52.192Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2025-09-24T15:45:52.192Z | warn: /opt/ooce/bin |
| 33 | 2025-09-24T15:45:52.192Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-09-24T15:45:52.192Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2025-09-24T15:45:52.192Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-09-24T15:45:52.192Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-09-24T15:45:52.192Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-09-24T15:45:52.192Z | error: cannot install while Rust is installed |
| 39 | 2025-09-24T15:45:52.192Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-09-24T15:45:52.192Z | info: profile set to 'default' |
| 41 | 2025-09-24T15:45:52.192Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-09-24T15:45:52.192Z | info: syncing channel updates for '1.89.0-x86_64-unknown-illumos' |
| 43 | 2025-09-24T15:45:52.192Z | info: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04) |
| 44 | 2025-09-24T15:45:52.192Z | info: downloading component 'cargo' |
| 45 | 2025-09-24T15:45:52.192Z | info: downloading component 'clippy' |
| 46 | 2025-09-24T15:45:52.192Z | info: downloading component 'rust-docs' |
| 47 | 2025-09-24T15:45:52.192Z | info: downloading component 'rust-std' |
| 48 | 2025-09-24T15:45:52.874Z | info: downloading component 'rustc' |
| 49 | 2025-09-24T15:46:00.331Z | info: downloading component 'rustfmt' |
| 50 | 2025-09-24T15:46:00.569Z | info: installing component 'cargo' |
| 51 | 2025-09-24T15:46:01.451Z | info: installing component 'clippy' |
| 52 | 2025-09-24T15:46:01.845Z | info: installing component 'rust-docs' |
| 53 | 2025-09-24T15:46:03.707Z | info: installing component 'rust-std' |
| 54 | 2025-09-24T15:46:05.646Z | info: installing component 'rustc' |
| 55 | 2025-09-24T15:46:12.209Z | info: installing component 'rustfmt' |
| 56 | 2025-09-24T15:46:12.548Z | info: default toolchain set to '1.89.0-x86_64-unknown-illumos' |
| 57 | 2025-09-24T15:46:12.548Z | |
| 58 | 2025-09-24T15:46:12.968Z | 1.89.0-x86_64-unknown-illumos installed - rustc 1.89.0 (29483883e 2025-08-04) |
| 59 | 2025-09-24T15:46:12.968Z | |
| 60 | 2025-09-24T15:46:12.971Z | |
| 61 | 2025-09-24T15:46:12.971Z | Rust is installed now. Great! |
| 62 | 2025-09-24T15:46:12.971Z | |
| 63 | 2025-09-24T15:46:12.971Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-09-24T15:46:12.971Z | environment variable. This has not been done automatically. |
| 65 | 2025-09-24T15:46:12.971Z | |
| 66 | 2025-09-24T15:46:12.971Z | To configure your current shell, you need to source |
| 67 | 2025-09-24T15:46:12.971Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-09-24T15:46:12.971Z | |
| 69 | 2025-09-24T15:46:12.971Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-09-24T15:46:12.971Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-09-24T15:46:12.971Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-09-24T15:46:12.971Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2025-09-24T15:46:13.093Z | + rustup --version |
| 74 | 2025-09-24T15:46:13.109Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2025-09-24T15:46:13.112Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2025-09-24T15:46:13.223Z | info: The currently active `rustc` version is `rustc 1.89.0 (29483883e 2025-08-04)` |
| 77 | 2025-09-24T15:46:13.227Z | + cargo --version |
| 78 | 2025-09-24T15:46:13.292Z | cargo 1.89.0 (c24e10642 2025-06-23) |
| 79 | 2025-09-24T15:46:13.295Z | + rustc --version |
| 80 | 2025-09-24T15:46:13.368Z | rustc 1.89.0 (29483883e 2025-08-04) |
| 81 | 2025-09-24T15:46:13.371Z | process exited: duration 26503 ms, exit code 0 |
| |
| 82 | 2025-09-24T15:46:13.378Z | starting task 2: "authentication" |
| 83 | 2025-09-24T15:46:13.400Z | process exited: duration 22 ms, exit code 0 |
| |
| 84 | 2025-09-24T15:46:13.410Z | starting task 3: "clone repository" |
| 85 | 2025-09-24T15:46:13.413Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2025-09-24T15:46:13.417Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2025-09-24T15:46:13.503Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2025-09-24T15:46:21.313Z | + cd /work/oxidecomputer/omicron |
| 89 | 2025-09-24T15:46:21.313Z | + git fetch origin ec7a0a7d5cb2d89b21d673717f6be9ff21ff6766 |
| 90 | 2025-09-24T15:46:21.642Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2025-09-24T15:46:21.642Z | * branch ec7a0a7d5cb2d89b21d673717f6be9ff21ff6766 -> FETCH_HEAD |
| 92 | 2025-09-24T15:46:21.652Z | + [[ -n dap/handoff-dns ]] |
| 93 | 2025-09-24T15:46:21.656Z | ++ git branch --show-current |
| 94 | 2025-09-24T15:46:21.659Z | + current=main |
| 95 | 2025-09-24T15:46:21.659Z | + [[ main != dap/handoff-dns ]] |
| 96 | 2025-09-24T15:46:21.659Z | + git branch -f dap/handoff-dns ec7a0a7d5cb2d89b21d673717f6be9ff21ff6766 |
| 97 | 2025-09-24T15:46:21.663Z | + git checkout -f dap/handoff-dns |
| 98 | 2025-09-24T15:46:21.917Z | Switched to branch 'dap/handoff-dns' |
| 99 | 2025-09-24T15:46:21.920Z | + git reset --hard ec7a0a7d5cb2d89b21d673717f6be9ff21ff6766 |
| 100 | 2025-09-24T15:46:21.934Z | HEAD is now at ec7a0a7d5 Merge branch 'main' into dap/handoff-dns |
| 101 | 2025-09-24T15:46:21.938Z | process exited: duration 8527 ms, exit code 0 |
| |
| 102 | 2025-09-24T15:46:21.946Z | starting task 4: "build" |
| 103 | 2025-09-24T15:46:21.950Z | + source .github/buildomat/ci-env.sh |
| 104 | 2025-09-24T15:46:21.950Z | ++ export CARGO_TERM_COLOR=always |
| 105 | 2025-09-24T15:46:21.950Z | ++ CARGO_TERM_COLOR=always |
| 106 | 2025-09-24T15:46:21.950Z | + cargo --version |
| 107 | 2025-09-24T15:46:22.009Z | cargo 1.89.0 (c24e10642 2025-06-23) |
| 108 | 2025-09-24T15:46:22.013Z | + rustc --version |
| 109 | 2025-09-24T15:46:22.083Z | rustc 1.89.0 (29483883e 2025-08-04) |
| 110 | 2025-09-24T15:46:22.086Z | + source ./env.sh |
| 111 | 2025-09-24T15:46:22.086Z | ++ OLD_SHELL_OPTS=ehxB |
| 112 | 2025-09-24T15:46:22.086Z | ++ set -o xtrace |
| 113 | 2025-09-24T15:46:22.090Z | ++++ dirname ./env.sh |
| 114 | 2025-09-24T15:46:22.093Z | +++ readlink -f . |
| 115 | 2025-09-24T15:46:22.093Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 116 | 2025-09-24T15:46:22.093Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 117 | 2025-09-24T15:46:22.093Z | ++ 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-24T15:46:22.093Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 119 | 2025-09-24T15:46:22.093Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 120 | 2025-09-24T15:46:22.093Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 121 | 2025-09-24T15:46:22.093Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 122 | 2025-09-24T15:46:22.093Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 123 | 2025-09-24T15:46:22.093Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 124 | 2025-09-24T15:46:22.093Z | ++ case $OLD_SHELL_OPTS in |
| 125 | 2025-09-24T15:46:22.093Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 126 | 2025-09-24T15:46:22.093Z | + export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
| 127 | 2025-09-24T15:46:22.094Z | + 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-24T15:46:22.094Z | + banner prerequisites |
| 129 | 2025-09-24T15:46:22.097Z | |
| 130 | 2025-09-24T15:46:22.097Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 131 | 2025-09-24T15:46:22.097Z | # # # # # # # # # # # # # # # |
| 132 | 2025-09-24T15:46:22.097Z | # # # # ##### # # ##### # # # # # #### # |
| 133 | 2025-09-24T15:46:22.097Z | ##### ##### # ##### # # # # # # # # # |
| 134 | 2025-09-24T15:46:22.097Z | # # # # # # # # # # # # # # # |
| 135 | 2025-09-24T15:46:22.097Z | # # # ###### # # ###### ### # #### # #### # |
| 136 | 2025-09-24T15:46:22.097Z | |
| 137 | 2025-09-24T15:46:22.097Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 138 | 2025-09-24T15:46:38.597Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 139 | 2025-09-24T15:46:46.542Z | Startup: Caching catalogs ... Done |
| 140 | 2025-09-24T15:46:54.418Z | Planning: Solver setup ... Done (6.638s) |
| 141 | 2025-09-24T15:46:54.481Z | Planning: Running solver ... Done (0.063s) |
| 142 | 2025-09-24T15:46:54.589Z | Planning: Finding local manifests ... Done (0.003s) |
| 143 | 2025-09-24T15:46:54.600Z | Planning: Fetching manifests: 0/4 0% complete |
| 144 | 2025-09-24T15:46:54.785Z | Planning: Fetching manifests: 4/4 100% complete |
| 145 | 2025-09-24T15:46:54.825Z | Planning: Package planning ... Done (0.049s) |
| 146 | 2025-09-24T15:46:54.875Z | Planning: Merging actions ... Done (0.051s) |
| 147 | 2025-09-24T15:46:55.337Z | Planning: Checking for conflicting actions ... Done (0.461s) |
| 148 | 2025-09-24T15:46:55.348Z | Planning: Consolidating action changes ... Done (0.011s) |
| 149 | 2025-09-24T15:46:59.269Z | Planning: Evaluating mediators ... Done (3.918s) |
| 150 | 2025-09-24T15:46:59.281Z | Planning: Planning completed in 12.60 seconds |
| 151 | 2025-09-24T15:46:59.294Z | Packages to install: 4 |
| 152 | 2025-09-24T15:46:59.294Z | Mediators to change: 2 |
| 153 | 2025-09-24T15:46:59.298Z | Services to change: 1 |
| 154 | 2025-09-24T15:46:59.298Z | Estimated space available: 155.49 GB |
| 155 | 2025-09-24T15:46:59.298Z | Estimated space to be consumed: 1.73 GB |
| 156 | 2025-09-24T15:46:59.298Z | Create boot environment: No |
| 157 | 2025-09-24T15:46:59.298Z | Create backup boot environment: No |
| 158 | 2025-09-24T15:46:59.298Z | Rebuild boot archive: No |
| 159 | 2025-09-24T15:46:59.298Z | |
| 160 | 2025-09-24T15:46:59.298Z | Changed mediators: |
| 161 | 2025-09-24T15:46:59.298Z | mediator clang: |
| 162 | 2025-09-24T15:46:59.298Z | version: None -> 15 (system default) |
| 163 | 2025-09-24T15:46:59.298Z | |
| 164 | 2025-09-24T15:46:59.298Z | mediator llvm: |
| 165 | 2025-09-24T15:46:59.298Z | version: 14 (system default) -> 15 (system default) |
| 166 | 2025-09-24T15:46:59.298Z | |
| 167 | 2025-09-24T15:46:59.298Z | Changed packages: |
| 168 | 2025-09-24T15:46:59.298Z | helios-dev |
| 169 | 2025-09-24T15:46:59.298Z | developer/build-essential |
| 170 | 2025-09-24T15:46:59.298Z | None -> 11-2.0 |
| 171 | 2025-09-24T15:46:59.298Z | library/libxmlsec1 |
| 172 | 2025-09-24T15:46:59.298Z | None -> 1.2.35-2.0 |
| 173 | 2025-09-24T15:46:59.298Z | ooce/developer/clang-15 |
| 174 | 2025-09-24T15:46:59.298Z | None -> 15.0.7-2.0 |
| 175 | 2025-09-24T15:46:59.298Z | ooce/developer/llvm-15 |
| 176 | 2025-09-24T15:46:59.298Z | None -> 15.0.7-2.0 |
| 177 | 2025-09-24T15:46:59.298Z | |
| 178 | 2025-09-24T15:46:59.299Z | Services: |
| 179 | 2025-09-24T15:46:59.299Z | restart_fmri: |
| 180 | 2025-09-24T15:46:59.299Z | svc:/system/update-man-index:default |
| 181 | 2025-09-24T15:46:59.516Z | |
| 182 | 2025-09-24T15:46:59.516Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 183 | 2025-09-24T15:47:04.518Z | Download: 2436/3290 items 120.1/212.6MB 56% complete (24.4M/s) |
| 184 | 2025-09-24T15:47:08.379Z | Download: Completed 212.60 MB in 8.86 seconds (24.0M/s) |
| 185 | 2025-09-24T15:47:09.443Z | Actions: 1/3689 actions (Installing new actions) |
| 186 | 2025-09-24T15:47:14.369Z | Actions: Completed 3689 actions in 4.92 seconds. |
| 187 | 2025-09-24T15:47:14.984Z | Done (0.611s) |
| 188 | 2025-09-24T15:47:14.984Z | Done (0.000s) |
| 189 | 2025-09-24T15:47:15.884Z | Done (0.900s) |
| 190 | 2025-09-24T15:47:21.132Z | Done (4.924s) |
| 191 | 2025-09-24T15:47:21.216Z | Done (0.019s) |
| 192 | 2025-09-24T15:47:21.220Z | Done (0.000s) |
| 193 | 2025-09-24T15:47:21.380Z | Done (0.000s) |
| 194 | 2025-09-24T15:47:22.248Z | Planning: Evaluating mediator changes ... Done |
| 195 | 2025-09-24T15:47:22.410Z | Planning: Checking for conflicting actions ... Done |
| 196 | 2025-09-24T15:47:22.413Z | Planning: Consolidating action changes ... Done |
| 197 | 2025-09-24T15:47:22.689Z | Planning: Evaluating mediators ... Done |
| 198 | 2025-09-24T15:47:22.693Z | Planning: Planning completed in 0.44 seconds |
| 199 | 2025-09-24T15:47:22.723Z | Mediators to change: 2 |
| 200 | 2025-09-24T15:47:22.723Z | Create boot environment: No |
| 201 | 2025-09-24T15:47:22.726Z | Create backup boot environment: No |
| 202 | 2025-09-24T15:47:22.813Z | Done |
| 203 | 2025-09-24T15:47:22.813Z | Done |
| 204 | 2025-09-24T15:47:23.430Z | Done |
| 205 | 2025-09-24T15:47:27.012Z | Done |
| 206 | 2025-09-24T15:47:27.100Z | Done |
| 207 | 2025-09-24T15:47:27.105Z | Done |
| 208 | 2025-09-24T15:47:27.311Z | Done |
| 209 | 2025-09-24T15:47:27.931Z | Planning: Evaluating mediator changes ... Done |
| 210 | 2025-09-24T15:47:27.935Z | Planning: Merging actions ... Done |
| 211 | 2025-09-24T15:47:28.121Z | Planning: Checking for conflicting actions ... Done |
| 212 | 2025-09-24T15:47:28.125Z | Planning: Consolidating action changes ... Done |
| 213 | 2025-09-24T15:47:28.393Z | Planning: Evaluating mediators ... Done |
| 214 | 2025-09-24T15:47:28.446Z | Planning: Planning completed in 0.76 seconds |
| 215 | 2025-09-24T15:47:28.481Z | Packages to change: 1 |
| 216 | 2025-09-24T15:47:28.481Z | Mediators to change: 1 |
| 217 | 2025-09-24T15:47:28.484Z | Services to change: 1 |
| 218 | 2025-09-24T15:47:28.484Z | Create boot environment: No |
| 219 | 2025-09-24T15:47:28.484Z | Create backup boot environment: Yes |
| 220 | 2025-09-24T15:47:30.945Z | Actions: 1/6 actions (Updating modified actions) |
| 221 | 2025-09-24T15:47:30.950Z | Actions: Completed 6 actions in 0.00 seconds. |
| 222 | 2025-09-24T15:47:30.950Z | Done |
| 223 | 2025-09-24T15:47:30.950Z | Done |
| 224 | 2025-09-24T15:47:31.129Z | Done |
| 225 | 2025-09-24T15:47:34.749Z | Done |
| 226 | 2025-09-24T15:47:34.835Z | Done |
| 227 | 2025-09-24T15:47:34.838Z | Done |
| 228 | 2025-09-24T15:47:34.991Z | Done |
| 229 | 2025-09-24T15:47:35.432Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 230 | 2025-09-24T15:47:35.432Z | clang system 15 system |
| 231 | 2025-09-24T15:47:35.432Z | csh system system illumos |
| 232 | 2025-09-24T15:47:35.432Z | ctags system system illumos |
| 233 | 2025-09-24T15:47:35.432Z | file system system illumos |
| 234 | 2025-09-24T15:47:35.432Z | gcc vendor 12 vendor |
| 235 | 2025-09-24T15:47:35.432Z | gcc system 10 system |
| 236 | 2025-09-24T15:47:35.432Z | gcc system 7 system |
| 237 | 2025-09-24T15:47:35.432Z | go system 1.20 system |
| 238 | 2025-09-24T15:47:35.432Z | go system 1.19 system |
| 239 | 2025-09-24T15:47:35.433Z | llvm system 15 system |
| 240 | 2025-09-24T15:47:35.433Z | llvm system 14 system |
| 241 | 2025-09-24T15:47:35.433Z | mariadb system 10.6 system |
| 242 | 2025-09-24T15:47:35.433Z | mta vendor vendor dma |
| 243 | 2025-09-24T15:47:35.433Z | openjdk system 17 system |
| 244 | 2025-09-24T15:47:35.433Z | openjdk system 11 system |
| 245 | 2025-09-24T15:47:35.433Z | openjdk system 1.8 system |
| 246 | 2025-09-24T15:47:35.433Z | openssl vendor 3 vendor |
| 247 | 2025-09-24T15:47:35.433Z | perl system 5.36 system |
| 248 | 2025-09-24T15:47:35.433Z | postgresql system 15 system |
| 249 | 2025-09-24T15:47:35.433Z | postgresql system 13 system |
| 250 | 2025-09-24T15:47:35.433Z | python vendor 3 vendor |
| 251 | 2025-09-24T15:47:35.433Z | python system 2 system |
| 252 | 2025-09-24T15:47:35.433Z | python3 system 3.11 system |
| 253 | 2025-09-24T15:47:35.433Z | ruby system 3.0 system |
| 254 | 2025-09-24T15:47:35.433Z | words vendor vendor american-english |
| 255 | 2025-09-24T15:47:35.433Z | words system system australian-english |
| 256 | 2025-09-24T15:47:35.433Z | words system system british-english |
| 257 | 2025-09-24T15:47:35.433Z | words system system canadian-english |
| 258 | 2025-09-24T15:47:35.433Z | words system system french |
| 259 | 2025-09-24T15:47:35.433Z | words system system italian |
| 260 | 2025-09-24T15:47:35.433Z | words system system ngerman |
| 261 | 2025-09-24T15:47:35.433Z | words system system ogerman |
| 262 | 2025-09-24T15:47:35.433Z | words system system spanish |
| 263 | 2025-09-24T15:47:35.769Z | PUBLISHER TYPE STATUS P LOCATION |
| 264 | 2025-09-24T15:47:35.769Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 265 | 2025-09-24T15:47:40.751Z | FMRI IFO |
| 266 | 2025-09-24T15:47:40.751Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 267 | 2025-09-24T15:47:40.751Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 268 | 2025-09-24T15:47:40.751Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 269 | 2025-09-24T15:47:40.751Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 270 | 2025-09-24T15:47:40.751Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 271 | 2025-09-24T15:47:40.751Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 272 | 2025-09-24T15:47:40.751Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 273 | 2025-09-24T15:47:40.751Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 274 | 2025-09-24T15:47:40.751Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 275 | 2025-09-24T15:47:40.751Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 276 | 2025-09-24T15:47:40.751Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 277 | 2025-09-24T15:47:40.751Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 278 | 2025-09-24T15:47:40.751Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 279 | 2025-09-24T15:47:40.751Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 280 | 2025-09-24T15:47:40.752Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 281 | 2025-09-24T15:47:40.752Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 282 | 2025-09-24T15:47:41.792Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 283 | 2025-09-24T15:47:42.105Z | Updating crates.io index |
| 284 | 2025-09-24T15:47:42.165Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 285 | 2025-09-24T15:47:42.502Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 286 | 2025-09-24T15:47:43.128Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 287 | 2025-09-24T15:47:43.402Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 288 | 2025-09-24T15:47:43.801Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 289 | 2025-09-24T15:47:44.018Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 290 | 2025-09-24T15:47:45.226Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 291 | 2025-09-24T15:47:47.342Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 292 | 2025-09-24T15:47:48.335Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 293 | 2025-09-24T15:47:49.045Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 294 | 2025-09-24T15:47:49.511Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 295 | 2025-09-24T15:47:49.841Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 296 | 2025-09-24T15:47:50.198Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 297 | 2025-09-24T15:47:50.697Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 298 | 2025-09-24T15:47:51.314Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 299 | 2025-09-24T15:47:51.619Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 300 | 2025-09-24T15:47:51.941Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 301 | 2025-09-24T15:47:52.200Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 302 | 2025-09-24T15:47:52.451Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 303 | 2025-09-24T15:47:52.741Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 304 | 2025-09-24T15:47:53.033Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 305 | 2025-09-24T15:47:53.379Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 306 | 2025-09-24T15:47:53.889Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 307 | 2025-09-24T15:47:54.190Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 308 | 2025-09-24T15:47:54.492Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 309 | 2025-09-24T15:47:55.040Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 310 | 2025-09-24T15:47:55.459Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 311 | 2025-09-24T15:47:55.755Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 312 | 2025-09-24T15:47:56.134Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 313 | 2025-09-24T15:47:56.569Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 314 | 2025-09-24T15:47:56.800Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 315 | 2025-09-24T15:47:57.103Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 316 | 2025-09-24T15:47:57.404Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 317 | 2025-09-24T15:48:07.486Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 318 | 2025-09-24T15:48:08.959Z | Downloading crates ... |
| 319 | 2025-09-24T15:48:09.020Z | Downloaded anstream v0.6.18 |
| 320 | 2025-09-24T15:48:09.024Z | Downloaded colorchoice v1.0.2 |
| 321 | 2025-09-24T15:48:09.032Z | Downloaded camino v1.2.0 |
| 322 | 2025-09-24T15:48:09.035Z | Downloaded anstyle v1.0.11 |
| 323 | 2025-09-24T15:48:09.038Z | Downloaded cargo_toml v0.21.0 |
| 324 | 2025-09-24T15:48:09.041Z | Downloaded stable_deref_trait v1.2.0 |
| 325 | 2025-09-24T15:48:09.041Z | Downloaded memmap v0.7.0 |
| 326 | 2025-09-24T15:48:09.045Z | Downloaded serde_spanned v0.6.9 |
| 327 | 2025-09-24T15:48:09.045Z | Downloaded block-buffer v0.10.4 |
| 328 | 2025-09-24T15:48:09.045Z | Downloaded bitflags v2.9.1 |
| 329 | 2025-09-24T15:48:09.049Z | Downloaded thiserror-impl v1.0.69 |
| 330 | 2025-09-24T15:48:09.052Z | Downloaded scroll_derive v0.12.0 |
| 331 | 2025-09-24T15:48:09.052Z | Downloaded typeid v1.0.3 |
| 332 | 2025-09-24T15:48:09.055Z | Downloaded anyhow v1.0.99 |
| 333 | 2025-09-24T15:48:09.059Z | Downloaded yoke-derive v0.7.4 |
| 334 | 2025-09-24T15:48:09.062Z | Downloaded fastrand v2.1.1 |
| 335 | 2025-09-24T15:48:09.062Z | Downloaded zerofrom v0.1.4 |
| 336 | 2025-09-24T15:48:09.065Z | Downloaded usdt-macro v0.5.0 |
| 337 | 2025-09-24T15:48:09.065Z | Downloaded form_urlencoded v1.2.2 |
| 338 | 2025-09-24T15:48:09.065Z | Downloaded usdt-attr-macro v0.5.0 |
| 339 | 2025-09-24T15:48:09.068Z | Downloaded clap v4.5.41 |
| 340 | 2025-09-24T15:48:09.075Z | Downloaded write16 v1.0.0 |
| 341 | 2025-09-24T15:48:09.078Z | Downloaded tinystr v0.7.6 |
| 342 | 2025-09-24T15:48:09.078Z | Downloaded serde_derive v1.0.223 |
| 343 | 2025-09-24T15:48:09.081Z | Downloaded zerofrom-derive v0.1.4 |
| 344 | 2025-09-24T15:48:09.084Z | Downloaded version_check v0.9.5 |
| 345 | 2025-09-24T15:48:09.085Z | Downloaded errno v0.3.12 |
| 346 | 2025-09-24T15:48:09.088Z | Downloaded usdt-impl v0.5.0 |
| 347 | 2025-09-24T15:48:09.088Z | Downloaded icu_locid_transform_data v1.5.0 |
| 348 | 2025-09-24T15:48:09.091Z | Downloaded zerovec-derive v0.10.3 |
| 349 | 2025-09-24T15:48:09.095Z | Downloaded heck v0.4.1 |
| 350 | 2025-09-24T15:48:09.095Z | Downloaded papergrid v0.11.0 |
| 351 | 2025-09-24T15:48:09.099Z | Downloaded zerocopy-derive v0.7.35 |
| 352 | 2025-09-24T15:48:09.104Z | Downloaded yoke v0.7.4 |
| 353 | 2025-09-24T15:48:09.107Z | Downloaded typenum v1.17.0 |
| 354 | 2025-09-24T15:48:09.110Z | Downloaded thiserror v2.0.16 |
| 355 | 2025-09-24T15:48:09.115Z | Downloaded textwrap v0.16.2 |
| 356 | 2025-09-24T15:48:09.118Z | Downloaded unicode-ident v1.0.18 |
| 357 | 2025-09-24T15:48:09.121Z | Downloaded ucd-trie v0.1.7 |
| 358 | 2025-09-24T15:48:09.125Z | Downloaded erased-serde v0.4.6 |
| 359 | 2025-09-24T15:48:09.128Z | Downloaded url v2.5.4 |
| 360 | 2025-09-24T15:48:09.131Z | Downloaded toml_edit v0.22.27 |
| 361 | 2025-09-24T15:48:09.134Z | Downloaded is_terminal_polyfill v1.70.1 |
| 362 | 2025-09-24T15:48:09.137Z | Downloaded fnv v1.0.7 |
| 363 | 2025-09-24T15:48:09.137Z | Downloaded cpufeatures v0.2.14 |
| 364 | 2025-09-24T15:48:09.137Z | Downloaded clap_derive v4.5.41 |
| 365 | 2025-09-24T15:48:09.140Z | Downloaded zerovec v0.10.4 |
| 366 | 2025-09-24T15:48:09.145Z | Downloaded zerocopy v0.7.35 |
| 367 | 2025-09-24T15:48:09.161Z | Downloaded tabled_derive v0.7.0 |
| 368 | 2025-09-24T15:48:09.164Z | Downloaded serde_tokenstream v0.2.2 |
| 369 | 2025-09-24T15:48:09.164Z | Downloaded winnow v0.7.10 |
| 370 | 2025-09-24T15:48:09.171Z | Downloaded quote v1.0.40 |
| 371 | 2025-09-24T15:48:09.174Z | Downloaded icu_locid_transform v1.5.0 |
| 372 | 2025-09-24T15:48:09.177Z | Downloaded pest_generator v2.7.14 |
| 373 | 2025-09-24T15:48:09.177Z | Downloaded displaydoc v0.2.5 |
| 374 | 2025-09-24T15:48:09.181Z | Downloaded litemap v0.7.3 |
| 375 | 2025-09-24T15:48:09.184Z | Downloaded serde-value v0.7.0 |
| 376 | 2025-09-24T15:48:09.184Z | Downloaded cargo_metadata v0.21.0 |
| 377 | 2025-09-24T15:48:09.187Z | Downloaded semver v1.0.26 |
| 378 | 2025-09-24T15:48:09.191Z | Downloaded unicode-width v0.2.0 |
| 379 | 2025-09-24T15:48:09.194Z | Downloaded unicode-width v0.1.14 |
| 380 | 2025-09-24T15:48:09.197Z | Downloaded pest_meta v2.7.14 |
| 381 | 2025-09-24T15:48:09.201Z | Downloaded icu_locid v1.5.0 |
| 382 | 2025-09-24T15:48:09.204Z | Downloaded num-traits v0.2.19 |
| 383 | 2025-09-24T15:48:09.207Z | Downloaded icu_provider v1.5.0 |
| 384 | 2025-09-24T15:48:09.210Z | Downloaded proc-macro2 v1.0.101 |
| 385 | 2025-09-24T15:48:09.213Z | Downloaded tempfile v3.20.0 |
| 386 | 2025-09-24T15:48:09.213Z | Downloaded getrandom v0.3.1 |
| 387 | 2025-09-24T15:48:09.216Z | Downloaded serde_core v1.0.223 |
| 388 | 2025-09-24T15:48:09.219Z | Downloaded icu_properties v1.5.1 |
| 389 | 2025-09-24T15:48:09.222Z | Downloaded ryu v1.0.18 |
| 390 | 2025-09-24T15:48:09.225Z | Downloaded icu_collections v1.5.0 |
| 391 | 2025-09-24T15:48:09.229Z | Downloaded log v0.4.27 |
| 392 | 2025-09-24T15:48:09.232Z | Downloaded icu_normalizer_data v1.5.0 |
| 393 | 2025-09-24T15:48:09.235Z | Downloaded smallvec v1.15.1 |
| 394 | 2025-09-24T15:48:09.235Z | Downloaded idna v1.0.3 |
| 395 | 2025-09-24T15:48:09.238Z | Downloaded indexmap v2.11.0 |
| 396 | 2025-09-24T15:48:09.242Z | Downloaded sha2 v0.10.9 |
| 397 | 2025-09-24T15:48:09.245Z | Downloaded serde v1.0.223 |
| 398 | 2025-09-24T15:48:09.248Z | Downloaded scroll v0.12.0 |
| 399 | 2025-09-24T15:48:09.248Z | Downloaded pest_derive v2.7.14 |
| 400 | 2025-09-24T15:48:09.251Z | Downloaded once_cell v1.21.3 |
| 401 | 2025-09-24T15:48:09.254Z | Downloaded serde-untagged v0.1.7 |
| 402 | 2025-09-24T15:48:09.254Z | Downloaded itoa v1.0.11 |
| 403 | 2025-09-24T15:48:09.258Z | Downloaded dtrace-parser v0.2.0 |
| 404 | 2025-09-24T15:48:09.258Z | Downloaded clap_builder v4.5.41 |
| 405 | 2025-09-24T15:48:09.262Z | Downloaded tabled v0.15.0 |
| 406 | 2025-09-24T15:48:09.276Z | Downloaded ordered-float v2.10.1 |
| 407 | 2025-09-24T15:48:09.279Z | Downloaded serde_json v1.0.145 |
| 408 | 2025-09-24T15:48:09.289Z | Downloaded goblin v0.8.2 |
| 409 | 2025-09-24T15:48:09.294Z | Downloaded pest v2.7.14 |
| 410 | 2025-09-24T15:48:09.294Z | Downloaded hashbrown v0.15.4 |
| 411 | 2025-09-24T15:48:09.298Z | Downloaded macaddr v1.0.1 |
| 412 | 2025-09-24T15:48:09.301Z | Downloaded syn v1.0.109 |
| 413 | 2025-09-24T15:48:09.307Z | Downloaded idna_adapter v1.2.0 |
| 414 | 2025-09-24T15:48:09.311Z | Downloaded icu_properties_data v1.5.0 |
| 415 | 2025-09-24T15:48:09.317Z | Downloaded syn v2.0.106 |
| 416 | 2025-09-24T15:48:09.326Z | Downloaded plain v0.2.3 |
| 417 | 2025-09-24T15:48:09.330Z | Downloaded percent-encoding v2.3.2 |
| 418 | 2025-09-24T15:48:09.330Z | Downloaded heck v0.5.0 |
| 419 | 2025-09-24T15:48:09.330Z | Downloaded autocfg v1.4.0 |
| 420 | 2025-09-24T15:48:09.333Z | Downloaded synstructure v0.13.1 |
| 421 | 2025-09-24T15:48:09.333Z | Downloaded strsim v0.11.1 |
| 422 | 2025-09-24T15:48:09.333Z | Downloaded generic-array v0.14.7 |
| 423 | 2025-09-24T15:48:09.336Z | Downloaded fs-err v3.1.1 |
| 424 | 2025-09-24T15:48:09.336Z | Downloaded icu_provider_macros v1.5.0 |
| 425 | 2025-09-24T15:48:09.336Z | Downloaded smawk v0.3.2 |
| 426 | 2025-09-24T15:48:09.339Z | Downloaded clap_lex v0.7.4 |
| 427 | 2025-09-24T15:48:09.340Z | Downloaded cfg-if v1.0.1 |
| 428 | 2025-09-24T15:48:09.343Z | Downloaded swrite v0.1.0 |
| 429 | 2025-09-24T15:48:09.343Z | Downloaded usdt v0.5.0 |
| 430 | 2025-09-24T15:48:09.343Z | Downloaded toml v0.8.23 |
| 431 | 2025-09-24T15:48:09.346Z | Downloaded toml_datetime v0.6.11 |
| 432 | 2025-09-24T15:48:09.346Z | Downloaded rustix v0.38.37 |
| 433 | 2025-09-24T15:48:09.364Z | Downloaded crypto-common v0.1.6 |
| 434 | 2025-09-24T15:48:09.367Z | Downloaded rustix v1.0.7 |
| 435 | 2025-09-24T15:48:09.384Z | Downloaded byteorder v1.5.0 |
| 436 | 2025-09-24T15:48:09.387Z | Downloaded utf8_iter v1.0.4 |
| 437 | 2025-09-24T15:48:09.387Z | Downloaded toml_write v0.1.2 |
| 438 | 2025-09-24T15:48:09.390Z | Downloaded proc-macro-error v1.0.4 |
| 439 | 2025-09-24T15:48:09.390Z | Downloaded equivalent v1.0.2 |
| 440 | 2025-09-24T15:48:09.394Z | Downloaded writeable v0.5.5 |
| 441 | 2025-09-24T15:48:09.394Z | Downloaded unicode-linebreak v0.1.5 |
| 442 | 2025-09-24T15:48:09.394Z | Downloaded thiserror v1.0.69 |
| 443 | 2025-09-24T15:48:09.397Z | Downloaded pretty-hex v0.4.1 |
| 444 | 2025-09-24T15:48:09.400Z | Downloaded camino-tempfile v1.4.1 |
| 445 | 2025-09-24T15:48:09.400Z | Downloaded thiserror-impl v2.0.16 |
| 446 | 2025-09-24T15:48:09.403Z | Downloaded terminal_size v0.4.0 |
| 447 | 2025-09-24T15:48:09.403Z | Downloaded utf8parse v0.2.2 |
| 448 | 2025-09-24T15:48:09.403Z | Downloaded utf16_iter v1.0.5 |
| 449 | 2025-09-24T15:48:09.403Z | Downloaded unicode-xid v0.2.6 |
| 450 | 2025-09-24T15:48:09.406Z | Downloaded thread-id v4.2.2 |
| 451 | 2025-09-24T15:48:09.406Z | Downloaded memchr v2.7.4 |
| 452 | 2025-09-24T15:48:09.409Z | Downloaded icu_normalizer v1.5.0 |
| 453 | 2025-09-24T15:48:09.413Z | Downloaded digest v0.10.7 |
| 454 | 2025-09-24T15:48:09.416Z | Downloaded dof v0.3.0 |
| 455 | 2025-09-24T15:48:09.416Z | Downloaded anstyle-query v1.1.1 |
| 456 | 2025-09-24T15:48:09.419Z | Downloaded anstyle-parse v0.2.5 |
| 457 | 2025-09-24T15:48:09.419Z | Downloaded cargo-util-schemas v0.8.2 |
| 458 | 2025-09-24T15:48:09.422Z | Downloaded bytecount v0.6.8 |
| 459 | 2025-09-24T15:48:09.422Z | Downloaded proc-macro-error-attr v1.0.4 |
| 460 | 2025-09-24T15:48:09.422Z | Downloaded cargo-platform v0.2.0 |
| 461 | 2025-09-24T15:48:09.426Z | Downloaded libc v0.2.174 |
| 462 | 2025-09-24T15:48:09.501Z | Compiling proc-macro2 v1.0.101 |
| 463 | 2025-09-24T15:48:09.501Z | Compiling unicode-ident v1.0.18 |
| 464 | 2025-09-24T15:48:09.505Z | Compiling serde_core v1.0.223 |
| 465 | 2025-09-24T15:48:09.505Z | Compiling serde v1.0.223 |
| 466 | 2025-09-24T15:48:09.505Z | Compiling version_check v0.9.5 |
| 467 | 2025-09-24T15:48:09.505Z | Compiling libc v0.2.174 |
| 468 | 2025-09-24T15:48:09.727Z | Compiling memchr v2.7.4 |
| 469 | 2025-09-24T15:48:09.730Z | Compiling thiserror v1.0.69 |
| 470 | 2025-09-24T15:48:10.092Z | Compiling stable_deref_trait v1.2.0 |
| 471 | 2025-09-24T15:48:10.426Z | Compiling writeable v0.5.5 |
| 472 | 2025-09-24T15:48:10.929Z | Compiling itoa v1.0.11 |
| 473 | 2025-09-24T15:48:10.986Z | Compiling autocfg v1.4.0 |
| 474 | 2025-09-24T15:48:11.070Z | Compiling ucd-trie v0.1.7 |
| 475 | 2025-09-24T15:48:11.149Z | Compiling litemap v0.7.3 |
| 476 | 2025-09-24T15:48:11.239Z | Compiling ryu v1.0.18 |
| 477 | 2025-09-24T15:48:11.510Z | Compiling once_cell v1.21.3 |
| 478 | 2025-09-24T15:48:11.586Z | Compiling byteorder v1.5.0 |
| 479 | 2025-09-24T15:48:11.876Z | Compiling bitflags v2.9.1 |
| 480 | 2025-09-24T15:48:11.908Z | Compiling icu_locid_transform_data v1.5.0 |
| 481 | 2025-09-24T15:48:12.027Z | Compiling icu_properties_data v1.5.0 |
| 482 | 2025-09-24T15:48:12.052Z | Compiling serde_json v1.0.145 |
| 483 | 2025-09-24T15:48:12.270Z | Compiling errno v0.3.12 |
| 484 | 2025-09-24T15:48:12.297Z | Compiling num-traits v0.2.19 |
| 485 | 2025-09-24T15:48:12.389Z | Compiling quote v1.0.40 |
| 486 | 2025-09-24T15:48:12.447Z | Compiling write16 v1.0.0 |
| 487 | 2025-09-24T15:48:12.515Z | Compiling typeid v1.0.3 |
| 488 | 2025-09-24T15:48:12.635Z | Compiling equivalent v1.0.2 |
| 489 | 2025-09-24T15:48:12.778Z | Compiling syn v2.0.106 |
| 490 | 2025-09-24T15:48:12.941Z | Compiling rustix v0.38.37 |
| 491 | 2025-09-24T15:48:12.965Z | Compiling utf8_iter v1.0.4 |
| 492 | 2025-09-24T15:48:12.990Z | Compiling smallvec v1.15.1 |
| 493 | 2025-09-24T15:48:13.017Z | Compiling utf16_iter v1.0.5 |
| 494 | 2025-09-24T15:48:13.021Z | Compiling icu_normalizer_data v1.5.0 |
| 495 | 2025-09-24T15:48:13.167Z | Compiling hashbrown v0.15.4 |
| 496 | 2025-09-24T15:48:13.395Z | Compiling usdt-impl v0.5.0 |
| 497 | 2025-09-24T15:48:13.559Z | Compiling proc-macro-error-attr v1.0.4 |
| 498 | 2025-09-24T15:48:13.720Z | Compiling toml_write v0.1.2 |
| 499 | 2025-09-24T15:48:13.765Z | Compiling syn v1.0.109 |
| 500 | 2025-09-24T15:48:13.859Z | Compiling winnow v0.7.10 |
| 501 | 2025-09-24T15:48:13.986Z | Compiling thread-id v4.2.2 |
| 502 | 2025-09-24T15:48:14.228Z | Compiling indexmap v2.11.0 |
| 503 | 2025-09-24T15:48:14.597Z | Compiling proc-macro-error v1.0.4 |
| 504 | 2025-09-24T15:48:14.954Z | Compiling percent-encoding v2.3.2 |
| 505 | 2025-09-24T15:48:15.308Z | Compiling plain v0.2.3 |
| 506 | 2025-09-24T15:48:15.491Z | Compiling rustix v1.0.7 |
| 507 | 2025-09-24T15:48:15.564Z | Compiling semver v1.0.26 |
| 508 | 2025-09-24T15:48:15.647Z | Compiling log v0.4.27 |
| 509 | 2025-09-24T15:48:16.079Z | Compiling getrandom v0.3.1 |
| 510 | 2025-09-24T15:48:16.108Z | Compiling thiserror v2.0.16 |
| 511 | 2025-09-24T15:48:16.131Z | Compiling camino v1.2.0 |
| 512 | 2025-09-24T15:48:16.156Z | Compiling utf8parse v0.2.2 |
| 513 | 2025-09-24T15:48:16.333Z | Compiling anstyle-parse v0.2.5 |
| 514 | 2025-09-24T15:48:16.855Z | Compiling ordered-float v2.10.1 |
| 515 | 2025-09-24T15:48:16.879Z | Compiling terminal_size v0.4.0 |
| 516 | 2025-09-24T15:48:16.902Z | Compiling form_urlencoded v1.2.2 |
| 517 | 2025-09-24T15:48:17.311Z | Compiling anstyle v1.0.11 |
| 518 | 2025-09-24T15:48:17.386Z | Compiling pretty-hex v0.4.1 |
| 519 | 2025-09-24T15:48:17.617Z | Compiling is_terminal_polyfill v1.70.1 |
| 520 | 2025-09-24T15:48:17.643Z | Compiling colorchoice v1.0.2 |
| 521 | 2025-09-24T15:48:17.742Z | Compiling cfg-if v1.0.1 |
| 522 | 2025-09-24T15:48:17.772Z | Compiling anstyle-query v1.1.1 |
| 523 | 2025-09-24T15:48:17.959Z | Compiling anstream v0.6.18 |
| 524 | 2025-09-24T15:48:18.397Z | Compiling fs-err v3.1.1 |
| 525 | 2025-09-24T15:48:18.434Z | Compiling strsim v0.11.1 |
| 526 | 2025-09-24T15:48:18.593Z | Compiling unicode-xid v0.2.6 |
| 527 | 2025-09-24T15:48:18.750Z | Compiling bytecount v0.6.8 |
| 528 | 2025-09-24T15:48:18.831Z | Compiling clap_lex v0.7.4 |
| 529 | 2025-09-24T15:48:18.873Z | Compiling unicode-width v0.1.14 |
| 530 | 2025-09-24T15:48:19.010Z | Compiling heck v0.5.0 |
| 531 | 2025-09-24T15:48:19.129Z | Compiling anyhow v1.0.99 |
| 532 | 2025-09-24T15:48:19.231Z | Compiling heck v0.4.1 |
| 533 | 2025-09-24T15:48:19.458Z | Compiling synstructure v0.13.1 |
| 534 | 2025-09-24T15:48:19.692Z | Compiling fnv v1.0.7 |
| 535 | 2025-09-24T15:48:19.842Z | Compiling fastrand v2.1.1 |
| 536 | 2025-09-24T15:48:19.932Z | Compiling papergrid v0.11.0 |
| 537 | 2025-09-24T15:48:20.217Z | Compiling tempfile v3.20.0 |
| 538 | 2025-09-24T15:48:20.408Z | Compiling clap_builder v4.5.41 |
| 539 | 2025-09-24T15:48:20.751Z | Compiling memmap v0.7.0 |
| 540 | 2025-09-24T15:48:20.843Z | Compiling unicode-width v0.2.0 |
| 541 | 2025-09-24T15:48:20.960Z | Compiling unicode-linebreak v0.1.5 |
| 542 | 2025-09-24T15:48:21.069Z | Compiling smawk v0.3.2 |
| 543 | 2025-09-24T15:48:21.386Z | Compiling textwrap v0.16.2 |
| 544 | 2025-09-24T15:48:21.849Z | Compiling camino-tempfile v1.4.1 |
| 545 | 2025-09-24T15:48:22.202Z | Compiling swrite v0.1.0 |
| 546 | 2025-09-24T15:48:22.301Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 547 | 2025-09-24T15:48:22.337Z | Compiling tabled_derive v0.7.0 |
| 548 | 2025-09-24T15:48:23.200Z | Compiling serde_derive v1.0.223 |
| 549 | 2025-09-24T15:48:23.201Z | Compiling zerofrom-derive v0.1.4 |
| 550 | 2025-09-24T15:48:23.204Z | Compiling yoke-derive v0.7.4 |
| 551 | 2025-09-24T15:48:23.251Z | Compiling zerovec-derive v0.10.3 |
| 552 | 2025-09-24T15:48:23.277Z | Compiling thiserror-impl v1.0.69 |
| 553 | 2025-09-24T15:48:23.711Z | Compiling displaydoc v0.2.5 |
| 554 | 2025-09-24T15:48:25.267Z | Compiling icu_provider_macros v1.5.0 |
| 555 | 2025-09-24T15:48:25.771Z | Compiling zerocopy-derive v0.7.35 |
| 556 | 2025-09-24T15:48:25.874Z | Compiling scroll_derive v0.12.0 |
| 557 | 2025-09-24T15:48:26.343Z | Compiling pest v2.7.14 |
| 558 | 2025-09-24T15:48:26.377Z | Compiling thiserror-impl v2.0.16 |
| 559 | 2025-09-24T15:48:26.707Z | Compiling zerofrom v0.1.4 |
| 560 | 2025-09-24T15:48:26.944Z | Compiling yoke v0.7.4 |
| 561 | 2025-09-24T15:48:27.166Z | Compiling scroll v0.12.0 |
| 562 | 2025-09-24T15:48:27.330Z | Compiling zerovec v0.10.4 |
| 563 | 2025-09-24T15:48:27.656Z | Compiling zerocopy v0.7.35 |
| 564 | 2025-09-24T15:48:27.694Z | Compiling goblin v0.8.2 |
| 565 | 2025-09-24T15:48:27.697Z | Compiling clap_derive v4.5.41 |
| 566 | 2025-09-24T15:48:28.728Z | Compiling tabled v0.15.0 |
| 567 | 2025-09-24T15:48:28.973Z | Compiling tinystr v0.7.6 |
| 568 | 2025-09-24T15:48:29.230Z | Compiling pest_meta v2.7.14 |
| 569 | 2025-09-24T15:48:29.273Z | Compiling icu_collections v1.5.0 |
| 570 | 2025-09-24T15:48:29.354Z | Compiling icu_locid v1.5.0 |
| 571 | 2025-09-24T15:48:30.557Z | Compiling icu_provider v1.5.0 |
| 572 | 2025-09-24T15:48:30.600Z | Compiling pest_generator v2.7.14 |
| 573 | 2025-09-24T15:48:31.310Z | Compiling icu_locid_transform v1.5.0 |
| 574 | 2025-09-24T15:48:31.514Z | Compiling serde_spanned v0.6.9 |
| 575 | 2025-09-24T15:48:31.578Z | Compiling toml_datetime v0.6.11 |
| 576 | 2025-09-24T15:48:31.772Z | Compiling erased-serde v0.4.6 |
| 577 | 2025-09-24T15:48:32.119Z | Compiling toml_edit v0.22.27 |
| 578 | 2025-09-24T15:48:32.617Z | Compiling icu_properties v1.5.1 |
| 579 | 2025-09-24T15:48:32.947Z | Compiling dof v0.3.0 |
| 580 | 2025-09-24T15:48:33.055Z | Compiling serde_tokenstream v0.2.2 |
| 581 | 2025-09-24T15:48:33.543Z | Compiling pest_derive v2.7.14 |
| 582 | 2025-09-24T15:48:33.640Z | Compiling serde-untagged v0.1.7 |
| 583 | 2025-09-24T15:48:33.815Z | Compiling serde-value v0.7.0 |
| 584 | 2025-09-24T15:48:34.155Z | Compiling cargo-platform v0.2.0 |
| 585 | 2025-09-24T15:48:34.353Z | Compiling dtrace-parser v0.2.0 |
| 586 | 2025-09-24T15:48:34.535Z | Compiling macaddr v1.0.1 |
| 587 | 2025-09-24T15:48:34.603Z | Compiling clap v4.5.41 |
| 588 | 2025-09-24T15:48:35.549Z | Compiling toml v0.8.23 |
| 589 | 2025-09-24T15:48:36.155Z | Compiling icu_normalizer v1.5.0 |
| 590 | 2025-09-24T15:48:36.210Z | Compiling usdt-macro v0.5.0 |
| 591 | 2025-09-24T15:48:36.253Z | Compiling usdt-attr-macro v0.5.0 |
| 592 | 2025-09-24T15:48:36.499Z | Compiling cargo_toml v0.21.0 |
| 593 | 2025-09-24T15:48:37.021Z | Compiling idna_adapter v1.2.0 |
| 594 | 2025-09-24T15:48:37.213Z | Compiling idna v1.0.3 |
| 595 | 2025-09-24T15:48:37.480Z | Compiling usdt v0.5.0 |
| 596 | 2025-09-24T15:48:37.620Z | Compiling url v2.5.4 |
| 597 | 2025-09-24T15:48:38.264Z | Compiling cargo-util-schemas v0.8.2 |
| 598 | 2025-09-24T15:48:39.942Z | Compiling cargo_metadata v0.21.0 |
| 599 | 2025-09-24T15:48:41.424Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 600 | 2025-09-24T15:48:44.830Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s |
| 601 | 2025-09-24T15:48:45.142Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 602 | 2025-09-24T15:48:45.865Z | Downloading crates ... |
| 603 | 2025-09-24T15:48:45.994Z | Downloaded async-stream-impl v0.3.6 |
| 604 | 2025-09-24T15:48:45.999Z | Downloaded ascii-canvas v3.0.0 |
| 605 | 2025-09-24T15:48:46.012Z | Downloaded async-stream v0.3.6 |
| 606 | 2025-09-24T15:48:46.012Z | Downloaded addr2line v0.24.2 |
| 607 | 2025-09-24T15:48:46.012Z | Downloaded async-bb8-diesel v0.2.1 |
| 608 | 2025-09-24T15:48:46.012Z | Downloaded assert_matches v1.5.0 |
| 609 | 2025-09-24T15:48:46.017Z | Downloaded argon2 v0.5.3 |
| 610 | 2025-09-24T15:48:46.017Z | Downloaded aead v0.5.2 |
| 611 | 2025-09-24T15:48:46.017Z | Downloaded adler2 v2.0.0 |
| 612 | 2025-09-24T15:48:46.017Z | Downloaded ciborium-ll v0.2.2 |
| 613 | 2025-09-24T15:48:46.022Z | Downloaded bzip2 v0.5.2 |
| 614 | 2025-09-24T15:48:46.026Z | Downloaded cookie_store v0.21.1 |
| 615 | 2025-09-24T15:48:46.026Z | Downloaded hex v0.4.3 |
| 616 | 2025-09-24T15:48:46.030Z | Downloaded convert_case v0.7.1 |
| 617 | 2025-09-24T15:48:46.030Z | Downloaded ipnet v2.11.0 |
| 618 | 2025-09-24T15:48:46.034Z | Downloaded const-oid v0.9.6 |
| 619 | 2025-09-24T15:48:46.034Z | Downloaded hash32 v0.3.1 |
| 620 | 2025-09-24T15:48:46.038Z | Downloaded base16ct v0.2.0 |
| 621 | 2025-09-24T15:48:46.038Z | Downloaded camino-tempfile-ext v0.3.2 |
| 622 | 2025-09-24T15:48:46.042Z | Downloaded hickory-client v0.25.2 |
| 623 | 2025-09-24T15:48:46.042Z | Downloaded jobserver v0.1.32 |
| 624 | 2025-09-24T15:48:46.046Z | Downloaded bitfield-struct v0.6.2 |
| 625 | 2025-09-24T15:48:46.046Z | Downloaded bit-vec v0.8.0 |
| 626 | 2025-09-24T15:48:46.050Z | Downloaded heck v0.3.3 |
| 627 | 2025-09-24T15:48:46.050Z | Downloaded crc-any v2.5.0 |
| 628 | 2025-09-24T15:48:46.054Z | Downloaded hex-literal v0.4.1 |
| 629 | 2025-09-24T15:48:46.054Z | Downloaded convert_case v0.4.0 |
| 630 | 2025-09-24T15:48:46.058Z | Downloaded bzip2 v0.4.4 |
| 631 | 2025-09-24T15:48:46.058Z | Downloaded atty v0.2.14 |
| 632 | 2025-09-24T15:48:46.061Z | Downloaded atomic-waker v1.1.2 |
| 633 | 2025-09-24T15:48:46.061Z | Downloaded highway v1.3.0 |
| 634 | 2025-09-24T15:48:46.065Z | Downloaded crossbeam-utils v0.8.21 |
| 635 | 2025-09-24T15:48:46.075Z | Downloaded hubpack v0.1.2 |
| 636 | 2025-09-24T15:48:46.079Z | Downloaded async-trait v0.1.89 |
| 637 | 2025-09-24T15:48:46.079Z | Downloaded const_format_proc_macros v0.2.34 |
| 638 | 2025-09-24T15:48:46.079Z | Downloaded hyper-tls v0.6.0 |
| 639 | 2025-09-24T15:48:46.085Z | Downloaded bitfield-macros v0.19.2 |
| 640 | 2025-09-24T15:48:46.085Z | Downloaded humantime v2.2.0 |
| 641 | 2025-09-24T15:48:46.085Z | Downloaded heapless v0.7.17 |
| 642 | 2025-09-24T15:48:46.089Z | Downloaded bytes v1.10.1 |
| 643 | 2025-09-24T15:48:46.092Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 644 | 2025-09-24T15:48:46.095Z | Downloaded http-range v0.1.5 |
| 645 | 2025-09-24T15:48:46.098Z | Downloaded base64 v0.13.1 |
| 646 | 2025-09-24T15:48:46.101Z | Downloaded hyper-staticfile v0.10.1 |
| 647 | 2025-09-24T15:48:46.108Z | Downloaded indent_write v2.2.0 |
| 648 | 2025-09-24T15:48:46.108Z | Downloaded bb8 v0.8.5 |
| 649 | 2025-09-24T15:48:46.108Z | Downloaded arrayref v0.3.9 |
| 650 | 2025-09-24T15:48:46.108Z | Downloaded http-body v1.0.1 |
| 651 | 2025-09-24T15:48:46.111Z | Downloaded hickory-resolver v0.25.2 |
| 652 | 2025-09-24T15:48:46.115Z | Downloaded hubpack_derive v0.1.1 |
| 653 | 2025-09-24T15:48:46.115Z | Downloaded headers-core v0.3.0 |
| 654 | 2025-09-24T15:48:46.118Z | Downloaded md5 v0.7.0 |
| 655 | 2025-09-24T15:48:46.118Z | Downloaded ciborium-io v0.2.2 |
| 656 | 2025-09-24T15:48:46.121Z | Downloaded cfg_aliases v0.2.1 |
| 657 | 2025-09-24T15:48:46.121Z | Downloaded critical-section v1.1.3 |
| 658 | 2025-09-24T15:48:46.125Z | Downloaded is_ci v1.2.0 |
| 659 | 2025-09-24T15:48:46.125Z | Downloaded crc8 v0.1.1 |
| 660 | 2025-09-24T15:48:46.128Z | Downloaded cfg_aliases v0.1.1 |
| 661 | 2025-09-24T15:48:46.128Z | Downloaded pretty-hex v0.2.1 |
| 662 | 2025-09-24T15:48:46.129Z | Downloaded linear-map v1.2.0 |
| 663 | 2025-09-24T15:48:46.133Z | Downloaded lalrpop-util v0.19.12 |
| 664 | 2025-09-24T15:48:46.133Z | Downloaded bit-set v0.5.3 |
| 665 | 2025-09-24T15:48:46.137Z | Downloaded instability v0.3.2 |
| 666 | 2025-09-24T15:48:46.137Z | Downloaded lazycell v1.3.0 |
| 667 | 2025-09-24T15:48:46.137Z | Downloaded libsw-core v0.3.1 |
| 668 | 2025-09-24T15:48:46.140Z | Downloaded internet-checksum v0.2.1 |
| 669 | 2025-09-24T15:48:46.140Z | Downloaded bcs v0.1.6 |
| 670 | 2025-09-24T15:48:46.143Z | Downloaded match_cfg v0.1.0 |
| 671 | 2025-09-24T15:48:46.143Z | Downloaded http-body-util v0.1.3 |
| 672 | 2025-09-24T15:48:46.146Z | Downloaded russh-cryptovec v0.7.3 |
| 673 | 2025-09-24T15:48:46.146Z | Downloaded cobs v0.2.3 |
| 674 | 2025-09-24T15:48:46.149Z | Downloaded quick-error v1.2.3 |
| 675 | 2025-09-24T15:48:46.156Z | Downloaded hickory-server v0.25.2 |
| 676 | 2025-09-24T15:48:46.156Z | Downloaded sigpipe v0.1.3 |
| 677 | 2025-09-24T15:48:46.156Z | Downloaded signature v2.2.0 |
| 678 | 2025-09-24T15:48:46.160Z | Downloaded sha1 v0.10.6 |
| 679 | 2025-09-24T15:48:46.160Z | Downloaded hostname v0.3.1 |
| 680 | 2025-09-24T15:48:46.164Z | Downloaded cmake v0.1.51 |
| 681 | 2025-09-24T15:48:46.164Z | Downloaded md-5 v0.10.6 |
| 682 | 2025-09-24T15:48:46.167Z | Downloaded sqlparser_derive v0.2.2 |
| 683 | 2025-09-24T15:48:46.167Z | Downloaded constant_time_eq v0.3.1 |
| 684 | 2025-09-24T15:48:46.170Z | Downloaded linked-hash-map v0.5.6 |
| 685 | 2025-09-24T15:48:46.170Z | Downloaded maplit v1.0.2 |
| 686 | 2025-09-24T15:48:46.173Z | Downloaded libscf-sys v1.1.0 |
| 687 | 2025-09-24T15:48:46.173Z | Downloaded crc v3.2.1 |
| 688 | 2025-09-24T15:48:46.177Z | Downloaded strum v0.26.3 |
| 689 | 2025-09-24T15:48:46.180Z | Downloaded slog-envlogger v2.2.0 |
| 690 | 2025-09-24T15:48:46.183Z | Downloaded tinyvec_macros v0.1.1 |
| 691 | 2025-09-24T15:48:46.183Z | Downloaded progenitor-macro v0.11.0 |
| 692 | 2025-09-24T15:48:46.183Z | Downloaded maybe-uninit v2.0.0 |
| 693 | 2025-09-24T15:48:46.186Z | Downloaded lru v0.12.5 |
| 694 | 2025-09-24T15:48:46.186Z | Downloaded crossbeam-deque v0.8.5 |
| 695 | 2025-09-24T15:48:46.189Z | Downloaded crc32fast v1.4.2 |
| 696 | 2025-09-24T15:48:46.192Z | Downloaded crossbeam-epoch v0.9.18 |
| 697 | 2025-09-24T15:48:46.196Z | Downloaded sync-ptr v0.1.4 |
| 698 | 2025-09-24T15:48:46.196Z | Downloaded lzss v0.8.2 |
| 699 | 2025-09-24T15:48:46.199Z | Downloaded ref-cast v1.0.24 |
| 700 | 2025-09-24T15:48:46.202Z | Downloaded scheduled-thread-pool v0.2.7 |
| 701 | 2025-09-24T15:48:46.202Z | Downloaded same-file v1.0.6 |
| 702 | 2025-09-24T15:48:46.206Z | Downloaded lazy_static v1.5.0 |
| 703 | 2025-09-24T15:48:46.206Z | Downloaded strum v0.27.2 |
| 704 | 2025-09-24T15:48:46.209Z | Downloaded ciborium v0.2.2 |
| 705 | 2025-09-24T15:48:46.223Z | Downloaded typify-macro v0.2.0 |
| 706 | 2025-09-24T15:48:46.226Z | Downloaded simd-adler32 v0.3.7 |
| 707 | 2025-09-24T15:48:46.226Z | Downloaded serde_spanned v1.0.0 |
| 708 | 2025-09-24T15:48:46.229Z | Downloaded indoc v2.0.6 |
| 709 | 2025-09-24T15:48:46.232Z | Downloaded xshell-macros v0.2.7 |
| 710 | 2025-09-24T15:48:46.232Z | Downloaded waitgroup v0.1.2 |
| 711 | 2025-09-24T15:48:46.235Z | Downloaded vte_generate_state_changes v0.1.2 |
| 712 | 2025-09-24T15:48:46.236Z | Downloaded supports-color v3.0.2 |
| 713 | 2025-09-24T15:48:46.239Z | Downloaded cancel-safe-futures v0.1.5 |
| 714 | 2025-09-24T15:48:46.242Z | Downloaded static_assertions v1.1.0 |
| 715 | 2025-09-24T15:48:46.245Z | Downloaded indexmap v1.9.3 |
| 716 | 2025-09-24T15:48:46.248Z | Downloaded lock_api v0.4.12 |
| 717 | 2025-09-24T15:48:46.248Z | Downloaded ahash v0.8.12 |
| 718 | 2025-09-24T15:48:46.251Z | Downloaded tokio-dtrace v0.1.0 |
| 719 | 2025-09-24T15:48:46.254Z | Downloaded ingot-macros v0.1.1 |
| 720 | 2025-09-24T15:48:46.254Z | Downloaded slog-dtrace v0.3.0 |
| 721 | 2025-09-24T15:48:46.258Z | Downloaded ingot v0.1.1 |
| 722 | 2025-09-24T15:48:46.261Z | Downloaded new_debug_unreachable v1.0.6 |
| 723 | 2025-09-24T15:48:46.261Z | Downloaded foreign-types-shared v0.3.1 |
| 724 | 2025-09-24T15:48:46.261Z | Downloaded foreign-types-shared v0.1.1 |
| 725 | 2025-09-24T15:48:46.265Z | Downloaded untrusted v0.9.0 |
| 726 | 2025-09-24T15:48:46.266Z | Downloaded time-core v0.1.6 |
| 727 | 2025-09-24T15:48:46.269Z | Downloaded clang-sys v1.8.1 |
| 728 | 2025-09-24T15:48:46.269Z | Downloaded tabled_derive v0.11.0 |
| 729 | 2025-09-24T15:48:46.272Z | Downloaded tabled_derive v0.10.0 |
| 730 | 2025-09-24T15:48:46.275Z | Downloaded newline-converter v0.3.0 |
| 731 | 2025-09-24T15:48:46.275Z | Downloaded console v0.15.10 |
| 732 | 2025-09-24T15:48:46.278Z | Downloaded slog-bunyan v2.5.0 |
| 733 | 2025-09-24T15:48:46.281Z | Downloaded num_threads v0.1.7 |
| 734 | 2025-09-24T15:48:46.281Z | Downloaded wait-timeout v0.2.0 |
| 735 | 2025-09-24T15:48:46.284Z | Downloaded number_prefix v0.4.0 |
| 736 | 2025-09-24T15:48:46.284Z | Downloaded litrs v0.4.1 |
| 737 | 2025-09-24T15:48:46.287Z | Downloaded xz2 v0.1.7 |
| 738 | 2025-09-24T15:48:46.291Z | Downloaded endian-type v0.1.2 |
| 739 | 2025-09-24T15:48:46.291Z | Downloaded num_enum_derive v0.5.11 |
| 740 | 2025-09-24T15:48:46.294Z | Downloaded blake2 v0.10.6 |
| 741 | 2025-09-24T15:48:46.297Z | Downloaded base64 v0.21.7 |
| 742 | 2025-09-24T15:48:46.300Z | Downloaded memmap2 v0.9.5 |
| 743 | 2025-09-24T15:48:46.303Z | Downloaded progenitor v0.9.1 |
| 744 | 2025-09-24T15:48:46.303Z | Downloaded prefix-trie v0.7.0 |
| 745 | 2025-09-24T15:48:46.307Z | Downloaded either v1.15.0 |
| 746 | 2025-09-24T15:48:46.310Z | Downloaded nibble_vec v0.1.0 |
| 747 | 2025-09-24T15:48:46.310Z | Downloaded newtype_derive v0.1.6 |
| 748 | 2025-09-24T15:48:46.313Z | Downloaded ron v0.7.1 |
| 749 | 2025-09-24T15:48:46.318Z | Downloaded defmt-parser v0.3.4 |
| 750 | 2025-09-24T15:48:46.321Z | Downloaded untrusted v0.7.1 |
| 751 | 2025-09-24T15:48:46.321Z | Downloaded foreign-types-macros v0.2.3 |
| 752 | 2025-09-24T15:48:46.321Z | Downloaded twox-hash v2.1.0 |
| 753 | 2025-09-24T15:48:46.325Z | Downloaded tokio-tungstenite v0.23.1 |
| 754 | 2025-09-24T15:48:46.328Z | Downloaded float-cmp v0.10.0 |
| 755 | 2025-09-24T15:48:46.328Z | Downloaded darling_macro v0.21.0 |
| 756 | 2025-09-24T15:48:46.328Z | Downloaded zone v0.1.8 |
| 757 | 2025-09-24T15:48:46.346Z | Downloaded serde_bytes v0.11.17 |
| 758 | 2025-09-24T15:48:46.346Z | Downloaded cookie v0.18.1 |
| 759 | 2025-09-24T15:48:46.346Z | Downloaded num_enum v0.5.11 |
| 760 | 2025-09-24T15:48:46.346Z | Downloaded indicatif v0.17.11 |
| 761 | 2025-09-24T15:48:46.346Z | Downloaded dunce v1.0.5 |
| 762 | 2025-09-24T15:48:46.347Z | Downloaded indicatif v0.18.0 |
| 763 | 2025-09-24T15:48:46.358Z | Downloaded phf v0.11.2 |
| 764 | 2025-09-24T15:48:46.358Z | Downloaded darling v0.21.0 |
| 765 | 2025-09-24T15:48:46.369Z | Downloaded funty v2.0.0 |
| 766 | 2025-09-24T15:48:46.369Z | Downloaded env_logger v0.11.5 |
| 767 | 2025-09-24T15:48:46.370Z | Downloaded deranged v0.5.3 |
| 768 | 2025-09-24T15:48:46.370Z | Downloaded group v0.13.0 |
| 769 | 2025-09-24T15:48:46.370Z | Downloaded env_filter v0.1.2 |
| 770 | 2025-09-24T15:48:46.376Z | Downloaded enum-as-inner v0.6.1 |
| 771 | 2025-09-24T15:48:46.376Z | Downloaded der_derive v0.7.3 |
| 772 | 2025-09-24T15:48:46.376Z | Downloaded backtrace v0.3.74 |
| 773 | 2025-09-24T15:48:46.382Z | Downloaded native-tls v0.2.12 |
| 774 | 2025-09-24T15:48:46.382Z | Downloaded unicode-properties v0.1.3 |
| 775 | 2025-09-24T15:48:46.387Z | Downloaded parse-display-derive v0.10.0 |
| 776 | 2025-09-24T15:48:46.388Z | Downloaded unicode-truncate v1.1.0 |
| 777 | 2025-09-24T15:48:46.388Z | Downloaded serde-hex v0.1.0 |
| 778 | 2025-09-24T15:48:46.388Z | Downloaded const_format v0.2.34 |
| 779 | 2025-09-24T15:48:46.393Z | Downloaded zone_cfg_derive v0.3.0 |
| 780 | 2025-09-24T15:48:46.393Z | Downloaded num-rational v0.4.2 |
| 781 | 2025-09-24T15:48:46.397Z | Downloaded zeroize_derive v1.4.2 |
| 782 | 2025-09-24T15:48:46.397Z | Downloaded chacha20poly1305 v0.10.1 |
| 783 | 2025-09-24T15:48:46.402Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 784 | 2025-09-24T15:48:46.402Z | Downloaded polyval v0.6.2 |
| 785 | 2025-09-24T15:48:46.402Z | Downloaded want v0.3.1 |
| 786 | 2025-09-24T15:48:46.406Z | Downloaded peg-macros v0.8.5 |
| 787 | 2025-09-24T15:48:46.406Z | Downloaded peg v0.8.5 |
| 788 | 2025-09-24T15:48:46.410Z | Downloaded psl-types v2.0.11 |
| 789 | 2025-09-24T15:48:46.411Z | Downloaded support-bundle-viewer v0.1.2 |
| 790 | 2025-09-24T15:48:46.416Z | Downloaded rfc6979 v0.4.0 |
| 791 | 2025-09-24T15:48:46.416Z | Downloaded progenitor-macro v0.10.0 |
| 792 | 2025-09-24T15:48:46.420Z | Downloaded heapless v0.8.0 |
| 793 | 2025-09-24T15:48:46.420Z | Downloaded thiserror-no-std v2.0.2 |
| 794 | 2025-09-24T15:48:46.426Z | Downloaded fs_extra v1.3.0 |
| 795 | 2025-09-24T15:48:46.429Z | Downloaded fs-err v2.11.0 |
| 796 | 2025-09-24T15:48:46.429Z | Downloaded derive_builder v0.20.2 |
| 797 | 2025-09-24T15:48:46.433Z | Downloaded iddqd v0.3.13 |
| 798 | 2025-09-24T15:48:46.439Z | Downloaded resolv-conf v0.7.0 |
| 799 | 2025-09-24T15:48:46.443Z | Downloaded miniz_oxide v0.8.5 |
| 800 | 2025-09-24T15:48:46.447Z | Downloaded hyper-util v0.1.16 |
| 801 | 2025-09-24T15:48:46.450Z | Downloaded vergen-gitcl v1.0.8 |
| 802 | 2025-09-24T15:48:46.455Z | Downloaded zone_cfg_derive v0.1.2 |
| 803 | 2025-09-24T15:48:46.455Z | Downloaded ctr v0.9.2 |
| 804 | 2025-09-24T15:48:46.458Z | Downloaded papergrid v0.14.0 |
| 805 | 2025-09-24T15:48:46.462Z | Downloaded progenitor-client v0.8.0 |
| 806 | 2025-09-24T15:48:46.462Z | Downloaded embedded-io v0.6.1 |
| 807 | 2025-09-24T15:48:46.466Z | Downloaded dirs-next v2.0.0 |
| 808 | 2025-09-24T15:48:46.466Z | Downloaded postcard v1.0.10 |
| 809 | 2025-09-24T15:48:46.470Z | Downloaded defmt v0.3.8 |
| 810 | 2025-09-24T15:48:46.473Z | Downloaded aho-corasick v1.1.3 |
| 811 | 2025-09-24T15:48:46.477Z | Downloaded toml_datetime v0.7.0 |
| 812 | 2025-09-24T15:48:46.481Z | Downloaded dyn-clone v1.0.20 |
| 813 | 2025-09-24T15:48:46.481Z | Downloaded nanorand v0.7.0 |
| 814 | 2025-09-24T15:48:46.486Z | Downloaded derive-where v1.5.0 |
| 815 | 2025-09-24T15:48:46.489Z | Downloaded signal-hook-mio v0.2.4 |
| 816 | 2025-09-24T15:48:46.490Z | Downloaded samael v0.0.19 |
| 817 | 2025-09-24T15:48:46.495Z | Downloaded parse-size v1.1.0 |
| 818 | 2025-09-24T15:48:46.499Z | Downloaded num-derive v0.3.3 |
| 819 | 2025-09-24T15:48:46.499Z | Downloaded multimap v0.10.1 |
| 820 | 2025-09-24T15:48:46.503Z | Downloaded half v1.8.3 |
| 821 | 2025-09-24T15:48:46.503Z | Downloaded vergen v9.0.6 |
| 822 | 2025-09-24T15:48:46.508Z | Downloaded http v1.3.1 |
| 823 | 2025-09-24T15:48:46.511Z | Downloaded packed_struct_codegen v0.10.1 |
| 824 | 2025-09-24T15:48:46.512Z | Downloaded packed_struct v0.10.1 |
| 825 | 2025-09-24T15:48:46.516Z | Downloaded oxide-tokio-rt v0.1.2 |
| 826 | 2025-09-24T15:48:46.516Z | Downloaded daft v0.1.4 |
| 827 | 2025-09-24T15:48:46.520Z | Downloaded papergrid v0.17.0 |
| 828 | 2025-09-24T15:48:46.524Z | Downloaded uuid v1.18.1 |
| 829 | 2025-09-24T15:48:46.527Z | Downloaded futures-task v0.3.31 |
| 830 | 2025-09-24T15:48:46.527Z | Downloaded rand v0.8.5 |
| 831 | 2025-09-24T15:48:46.531Z | Downloaded progenitor-macro v0.9.1 |
| 832 | 2025-09-24T15:48:46.534Z | Downloaded progenitor v0.11.0 |
| 833 | 2025-09-24T15:48:46.537Z | Downloaded subtle v2.6.1 |
| 834 | 2025-09-24T15:48:46.537Z | Downloaded void v1.0.2 |
| 835 | 2025-09-24T15:48:46.537Z | Downloaded typify v0.4.3 |
| 836 | 2025-09-24T15:48:46.541Z | Downloaded darling_macro v0.20.10 |
| 837 | 2025-09-24T15:48:46.544Z | Downloaded slog-json v2.6.1 |
| 838 | 2025-09-24T15:48:46.547Z | Downloaded tracing v0.1.40 |
| 839 | 2025-09-24T15:48:46.551Z | Downloaded hashbrown v0.12.3 |
| 840 | 2025-09-24T15:48:46.555Z | Downloaded try-lock v0.2.5 |
| 841 | 2025-09-24T15:48:46.558Z | Downloaded dsl_auto_type v0.1.2 |
| 842 | 2025-09-24T15:48:46.558Z | Downloaded xshell v0.2.7 |
| 843 | 2025-09-24T15:48:46.558Z | Downloaded zstd v0.13.3 |
| 844 | 2025-09-24T15:48:46.562Z | Downloaded postgres-types v0.2.9 |
| 845 | 2025-09-24T15:48:46.565Z | Downloaded parking_lot v0.11.2 |
| 846 | 2025-09-24T15:48:46.568Z | Downloaded snafu v0.8.5 |
| 847 | 2025-09-24T15:48:46.573Z | Downloaded tokio-tungstenite v0.21.0 |
| 848 | 2025-09-24T15:48:46.576Z | Downloaded rand_xorshift v0.4.0 |
| 849 | 2025-09-24T15:48:46.579Z | Downloaded yansi v1.0.1 |
| 850 | 2025-09-24T15:48:46.583Z | Downloaded rand v0.9.2 |
| 851 | 2025-09-24T15:48:46.586Z | Downloaded peg-runtime v0.8.5 |
| 852 | 2025-09-24T15:48:46.589Z | Downloaded crypto-bigint v0.5.5 |
| 853 | 2025-09-24T15:48:46.592Z | Downloaded salsa20 v0.10.2 |
| 854 | 2025-09-24T15:48:46.596Z | Downloaded tower-layer v0.3.3 |
| 855 | 2025-09-24T15:48:46.600Z | Downloaded tokio-native-tls v0.3.1 |
| 856 | 2025-09-24T15:48:46.600Z | Downloaded document-features v0.2.11 |
| 857 | 2025-09-24T15:48:46.604Z | Downloaded fd-lock v4.0.2 |
| 858 | 2025-09-24T15:48:46.604Z | Downloaded progenitor-impl v0.10.0 |
| 859 | 2025-09-24T15:48:46.607Z | Downloaded unicode-segmentation v1.12.0 |
| 860 | 2025-09-24T15:48:46.611Z | Downloaded libxml v0.3.3 |
| 861 | 2025-09-24T15:48:46.614Z | Downloaded opaque-debug v0.3.1 |
| 862 | 2025-09-24T15:48:46.617Z | Downloaded aes v0.8.4 |
| 863 | 2025-09-24T15:48:46.620Z | Downloaded testing_table v0.3.0 |
| 864 | 2025-09-24T15:48:46.624Z | Downloaded unarray v0.1.4 |
| 865 | 2025-09-24T15:48:46.624Z | Downloaded password-hash v0.4.2 |
| 866 | 2025-09-24T15:48:46.627Z | Downloaded pbkdf2 v0.12.2 |
| 867 | 2025-09-24T15:48:46.627Z | Downloaded tokio-stream v0.1.17 |
| 868 | 2025-09-24T15:48:46.631Z | Downloaded pbkdf2 v0.11.0 |
| 869 | 2025-09-24T15:48:46.634Z | Downloaded proc-macro-error2 v2.0.1 |
| 870 | 2025-09-24T15:48:46.637Z | Downloaded secrecy v0.8.0 |
| 871 | 2025-09-24T15:48:46.640Z | Downloaded rustls-pemfile v2.2.0 |
| 872 | 2025-09-24T15:48:46.643Z | Downloaded unicode-bidi v0.3.17 |
| 873 | 2025-09-24T15:48:46.648Z | Downloaded xattr v1.3.1 |
| 874 | 2025-09-24T15:48:46.651Z | Downloaded ghash v0.5.1 |
| 875 | 2025-09-24T15:48:46.651Z | Downloaded sct v0.7.1 |
| 876 | 2025-09-24T15:48:46.654Z | Downloaded des v0.8.1 |
| 877 | 2025-09-24T15:48:46.657Z | Downloaded filetime v0.2.25 |
| 878 | 2025-09-24T15:48:46.657Z | Downloaded minimal-lexical v0.2.1 |
| 879 | 2025-09-24T15:48:46.661Z | Downloaded ff v0.13.0 |
| 880 | 2025-09-24T15:48:46.663Z | Downloaded crucible-workspace-hack v0.1.0 |
| 881 | 2025-09-24T15:48:46.666Z | Downloaded fallible-iterator v0.2.0 |
| 882 | 2025-09-24T15:48:46.666Z | Downloaded test-strategy v0.4.3 |
| 883 | 2025-09-24T15:48:46.669Z | Downloaded termios v0.3.3 |
| 884 | 2025-09-24T15:48:46.673Z | Downloaded foreign-types v0.3.2 |
| 885 | 2025-09-24T15:48:46.675Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 886 | 2025-09-24T15:48:46.675Z | Downloaded password-hash v0.5.0 |
| 887 | 2025-09-24T15:48:46.679Z | Downloaded itertools v0.12.1 |
| 888 | 2025-09-24T15:48:46.684Z | Downloaded typify-macro v0.4.3 |
| 889 | 2025-09-24T15:48:46.689Z | Downloaded aws-lc-rs v1.12.4 |
| 890 | 2025-09-24T15:48:46.695Z | Downloaded zone v0.3.1 |
| 891 | 2025-09-24T15:48:46.698Z | Downloaded elliptic-curve v0.13.8 |
| 892 | 2025-09-24T15:48:46.701Z | Downloaded topological-sort v0.2.2 |
| 893 | 2025-09-24T15:48:46.705Z | Downloaded fxhash v0.2.1 |
| 894 | 2025-09-24T15:48:46.705Z | Downloaded zerocopy v0.6.6 |
| 895 | 2025-09-24T15:48:46.708Z | Downloaded signal-hook-tokio v0.3.1 |
| 896 | 2025-09-24T15:48:46.708Z | Downloaded phf_shared v0.12.1 |
| 897 | 2025-09-24T15:48:46.711Z | Downloaded futures-io v0.3.31 |
| 898 | 2025-09-24T15:48:46.711Z | Downloaded sec1 v0.7.3 |
| 899 | 2025-09-24T15:48:46.715Z | Downloaded hashbrown v0.16.0 |
| 900 | 2025-09-24T15:48:46.718Z | Downloaded tinyvec v1.8.0 |
| 901 | 2025-09-24T15:48:46.722Z | Downloaded strum_macros v0.26.4 |
| 902 | 2025-09-24T15:48:46.725Z | Downloaded postgres-protocol v0.6.8 |
| 903 | 2025-09-24T15:48:46.729Z | Downloaded dropshot_endpoint v0.16.4 |
| 904 | 2025-09-24T15:48:46.732Z | Downloaded phf_shared v0.11.2 |
| 905 | 2025-09-24T15:48:46.735Z | Downloaded phf v0.12.1 |
| 906 | 2025-09-24T15:48:46.735Z | Downloaded tui-tree-widget v0.23.1 |
| 907 | 2025-09-24T15:48:46.738Z | Downloaded rustc_version v0.1.7 |
| 908 | 2025-09-24T15:48:46.738Z | Downloaded rustc-hash v1.1.0 |
| 909 | 2025-09-24T15:48:46.741Z | Downloaded rtoolbox v0.0.2 |
| 910 | 2025-09-24T15:48:46.741Z | Downloaded term v1.1.0 |
| 911 | 2025-09-24T15:48:46.744Z | Downloaded zstd-safe v7.2.3 |
| 912 | 2025-09-24T15:48:46.747Z | Downloaded crossterm v0.28.1 |
| 913 | 2025-09-24T15:48:46.753Z | Downloaded foreign-types v0.5.0 |
| 914 | 2025-09-24T15:48:46.756Z | Downloaded rustc-demangle v0.1.24 |
| 915 | 2025-09-24T15:48:46.760Z | Downloaded darling v0.20.10 |
| 916 | 2025-09-24T15:48:46.763Z | Downloaded slog-term v2.9.2 |
| 917 | 2025-09-24T15:48:46.766Z | Downloaded pem-rfc7468 v0.7.0 |
| 918 | 2025-09-24T15:48:46.766Z | Downloaded gethostname v0.5.0 |
| 919 | 2025-09-24T15:48:46.769Z | Downloaded iri-string v0.7.8 |
| 920 | 2025-09-24T15:48:46.774Z | Downloaded tagptr v0.2.0 |
| 921 | 2025-09-24T15:48:46.777Z | Downloaded primeorder v0.13.6 |
| 922 | 2025-09-24T15:48:46.781Z | Downloaded salty v0.3.0 |
| 923 | 2025-09-24T15:48:46.785Z | Downloaded ppv-lite86 v0.2.20 |
| 924 | 2025-09-24T15:48:46.788Z | Downloaded sqlformat v0.3.5 |
| 925 | 2025-09-24T15:48:46.791Z | Downloaded openssl-sys v0.9.109 |
| 926 | 2025-09-24T15:48:46.795Z | Downloaded tls_codec v0.4.1 |
| 927 | 2025-09-24T15:48:46.798Z | Downloaded smallvec v0.6.14 |
| 928 | 2025-09-24T15:48:46.801Z | Downloaded zeroize v1.8.1 |
| 929 | 2025-09-24T15:48:46.801Z | Downloaded structmeta v0.3.0 |
| 930 | 2025-09-24T15:48:46.804Z | Downloaded vte v0.11.1 |
| 931 | 2025-09-24T15:48:46.807Z | Downloaded strip-ansi-escapes v0.2.0 |
| 932 | 2025-09-24T15:48:46.807Z | Downloaded toml_edit v0.19.15 |
| 933 | 2025-09-24T15:48:46.821Z | Downloaded num-conv v0.1.0 |
| 934 | 2025-09-24T15:48:46.825Z | Downloaded itertools v0.13.0 |
| 935 | 2025-09-24T15:48:46.829Z | Downloaded darling_core v0.21.0 |
| 936 | 2025-09-24T15:48:46.835Z | Downloaded normalize-line-endings v0.3.0 |
| 937 | 2025-09-24T15:48:46.838Z | Downloaded schemars v0.8.22 |
| 938 | 2025-09-24T15:48:46.847Z | Downloaded rustls-pemfile v1.0.4 |
| 939 | 2025-09-24T15:48:46.850Z | Downloaded derive_builder_macro v0.20.2 |
| 940 | 2025-09-24T15:48:46.853Z | Downloaded oso-derive v0.27.3 |
| 941 | 2025-09-24T15:48:46.853Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 942 | 2025-09-24T15:48:46.853Z | Downloaded rand_chacha v0.9.0 |
| 943 | 2025-09-24T15:48:46.857Z | Downloaded progenitor-impl v0.9.1 |
| 944 | 2025-09-24T15:48:46.857Z | Downloaded h2 v0.4.6 |
| 945 | 2025-09-24T15:48:46.863Z | Downloaded globwalk v0.9.1 |
| 946 | 2025-09-24T15:48:46.866Z | Downloaded tokio-macros v2.5.0 |
| 947 | 2025-09-24T15:48:46.866Z | Downloaded cstr-argument v0.1.2 |
| 948 | 2025-09-24T15:48:46.870Z | Downloaded memoffset v0.9.1 |
| 949 | 2025-09-24T15:48:46.871Z | Downloaded hash32 v0.2.1 |
| 950 | 2025-09-24T15:48:46.874Z | Downloaded time v0.3.43 |
| 951 | 2025-09-24T15:48:46.878Z | Downloaded progenitor-client v0.9.1 |
| 952 | 2025-09-24T15:48:46.882Z | Downloaded bindgen v0.69.5 |
| 953 | 2025-09-24T15:48:46.886Z | Downloaded signal-hook-registry v1.4.2 |
| 954 | 2025-09-24T15:48:46.889Z | Downloaded getrandom v0.2.15 |
| 955 | 2025-09-24T15:48:46.892Z | Downloaded unicase v2.7.0 |
| 956 | 2025-09-24T15:48:46.895Z | Downloaded pkcs8 v0.10.2 |
| 957 | 2025-09-24T15:48:46.895Z | Downloaded futures-channel v0.3.31 |
| 958 | 2025-09-24T15:48:46.898Z | Downloaded rpassword v7.4.0 |
| 959 | 2025-09-24T15:48:46.901Z | Downloaded derive_more v0.99.20 |
| 960 | 2025-09-24T15:48:46.904Z | Downloaded p256 v0.13.2 |
| 961 | 2025-09-24T15:48:46.908Z | Downloaded fatfs v0.3.6 |
| 962 | 2025-09-24T15:48:46.911Z | Downloaded walkdir v2.5.0 |
| 963 | 2025-09-24T15:48:46.914Z | Downloaded semver v0.1.20 |
| 964 | 2025-09-24T15:48:46.914Z | Downloaded rand_chacha v0.3.1 |
| 965 | 2025-09-24T15:48:46.917Z | Downloaded unicode-normalization v0.1.24 |
| 966 | 2025-09-24T15:48:46.920Z | Downloaded flagset v0.4.6 |
| 967 | 2025-09-24T15:48:46.923Z | Downloaded nodrop v0.1.14 |
| 968 | 2025-09-24T15:48:46.923Z | Downloaded vergen v8.3.2 |
| 969 | 2025-09-24T15:48:46.926Z | Downloaded fixedbitset v0.4.2 |
| 970 | 2025-09-24T15:48:46.929Z | Downloaded tap v1.0.1 |
| 971 | 2025-09-24T15:48:46.929Z | Downloaded slab v0.4.9 |
| 972 | 2025-09-24T15:48:46.929Z | Downloaded tokio-rustls v0.26.0 |
| 973 | 2025-09-24T15:48:46.932Z | Downloaded rayon v1.10.0 |
| 974 | 2025-09-24T15:48:46.939Z | Downloaded multer v3.1.0 |
| 975 | 2025-09-24T15:48:46.942Z | Downloaded spki v0.7.3 |
| 976 | 2025-09-24T15:48:46.945Z | Downloaded tungstenite v0.21.0 |
| 977 | 2025-09-24T15:48:46.948Z | Downloaded uzers v0.12.1 |
| 978 | 2025-09-24T15:48:46.951Z | Downloaded smf v0.2.3 |
| 979 | 2025-09-24T15:48:46.951Z | Downloaded unit-prefix v0.5.1 |
| 980 | 2025-09-24T15:48:46.956Z | Downloaded flume v0.11.1 |
| 981 | 2025-09-24T15:48:46.959Z | Downloaded pkcs5 v0.7.1 |
| 982 | 2025-09-24T15:48:46.959Z | Downloaded x509-cert v0.2.5 |
| 983 | 2025-09-24T15:48:46.965Z | Downloaded half v2.4.1 |
| 984 | 2025-09-24T15:48:46.968Z | Downloaded rusty-fork v0.3.0 |
| 985 | 2025-09-24T15:48:46.971Z | Downloaded serde_with_macros v3.14.0 |
| 986 | 2025-09-24T15:48:46.974Z | Downloaded tls_codec_derive v0.4.1 |
| 987 | 2025-09-24T15:48:46.975Z | Downloaded progenitor-impl v0.11.0 |
| 988 | 2025-09-24T15:48:46.978Z | Downloaded futures-core v0.3.31 |
| 989 | 2025-09-24T15:48:46.978Z | Downloaded quick-xml v0.37.2 |
| 990 | 2025-09-24T15:48:46.983Z | Downloaded russh-keys v0.45.0 |
| 991 | 2025-09-24T15:48:46.986Z | Downloaded fixedbitset v0.5.7 |
| 992 | 2025-09-24T15:48:46.989Z | Downloaded progenitor-client v0.11.0 |
| 993 | 2025-09-24T15:48:46.989Z | Downloaded derive_more v2.0.1 |
| 994 | 2025-09-24T15:48:46.997Z | Downloaded shlex v1.3.0 |
| 995 | 2025-09-24T15:48:47.000Z | Downloaded proc-macro-crate v1.3.1 |
| 996 | 2025-09-24T15:48:47.000Z | Downloaded typify v0.2.0 |
| 997 | 2025-09-24T15:48:47.004Z | Downloaded oso v0.27.3 |
| 998 | 2025-09-24T15:48:47.007Z | Downloaded zip v0.6.6 |
| 999 | 2025-09-24T15:48:47.010Z | Downloaded radium v0.7.0 |
| 1000 | 2025-09-24T15:48:47.013Z | Downloaded shell-words v1.1.0 |
| 1001 | 2025-09-24T15:48:47.013Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 1002 | 2025-09-24T15:48:47.016Z | Downloaded float-ord v0.3.2 |
| 1003 | 2025-09-24T15:48:47.016Z | Downloaded pin-utils v0.1.0 |
| 1004 | 2025-09-24T15:48:47.016Z | Downloaded rustls-pki-types v1.10.0 |
| 1005 | 2025-09-24T15:48:47.019Z | Downloaded value-bag v1.9.0 |
| 1006 | 2025-09-24T15:48:47.022Z | Downloaded data-encoding v2.9.0 |
| 1007 | 2025-09-24T15:48:47.026Z | Downloaded pkg-config v0.3.31 |
| 1008 | 2025-09-24T15:48:47.026Z | Downloaded diesel_derives v2.2.3 |
| 1009 | 2025-09-24T15:48:47.029Z | Downloaded expectorate v1.2.0 |
| 1010 | 2025-09-24T15:48:47.032Z | Downloaded rustyline v14.0.0 |
| 1011 | 2025-09-24T15:48:47.035Z | Downloaded chrono v0.4.41 |
| 1012 | 2025-09-24T15:48:47.042Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1013 | 2025-09-24T15:48:47.045Z | Downloaded daft-derive v0.1.4 |
| 1014 | 2025-09-24T15:48:47.049Z | Downloaded tar v0.4.44 |
| 1015 | 2025-09-24T15:48:47.052Z | Downloaded zip v4.2.0 |
| 1016 | 2025-09-24T15:48:47.056Z | Downloaded pin-project-lite v0.2.14 |
| 1017 | 2025-09-24T15:48:47.060Z | Downloaded tower v0.5.2 |
| 1018 | 2025-09-24T15:48:47.069Z | Downloaded num-bigint-dig v0.8.4 |
| 1019 | 2025-09-24T15:48:47.074Z | Downloaded unicode_categories v0.1.1 |
| 1020 | 2025-09-24T15:48:47.077Z | Downloaded tower-http v0.6.6 |
| 1021 | 2025-09-24T15:48:47.083Z | Downloaded russh v0.45.0 |
| 1022 | 2025-09-24T15:48:47.088Z | Downloaded signal-hook v0.3.18 |
| 1023 | 2025-09-24T15:48:47.091Z | Downloaded socket2 v0.5.10 |
| 1024 | 2025-09-24T15:48:47.094Z | Downloaded tungstenite v0.23.0 |
| 1025 | 2025-09-24T15:48:47.097Z | Downloaded rcgen v0.12.1 |
| 1026 | 2025-09-24T15:48:47.101Z | Downloaded tokio-postgres v0.7.13 |
| 1027 | 2025-09-24T15:48:47.104Z | Downloaded radix_trie v0.2.1 |
| 1028 | 2025-09-24T15:48:47.107Z | Downloaded reqwest v0.12.22 |
| 1029 | 2025-09-24T15:48:47.116Z | Downloaded tough v0.20.0 |
| 1030 | 2025-09-24T15:48:47.124Z | Downloaded darling_core v0.20.10 |
| 1031 | 2025-09-24T15:48:47.128Z | Downloaded futures-util v0.3.31 |
| 1032 | 2025-09-24T15:48:47.139Z | Downloaded winnow v0.6.26 |
| 1033 | 2025-09-24T15:48:47.148Z | Downloaded mio v1.0.2 |
| 1034 | 2025-09-24T15:48:47.152Z | Downloaded ssh-key v0.6.6 |
| 1035 | 2025-09-24T15:48:47.159Z | Downloaded reedline v0.40.0 |
| 1036 | 2025-09-24T15:48:47.165Z | Downloaded crossterm v0.29.0 |
| 1037 | 2025-09-24T15:48:47.172Z | Downloaded nom v7.1.3 |
| 1038 | 2025-09-24T15:48:47.178Z | Downloaded zlib-rs v0.5.1 |
| 1039 | 2025-09-24T15:48:47.181Z | Downloaded quinn-proto v0.11.8 |
| 1040 | 2025-09-24T15:48:47.187Z | Downloaded proptest v1.7.0 |
| 1041 | 2025-09-24T15:48:47.196Z | Downloaded zerocopy-derive v0.8.26 |
| 1042 | 2025-09-24T15:48:47.202Z | Downloaded serde_with v3.14.0 |
| 1043 | 2025-09-24T15:48:47.213Z | Downloaded polar-core v0.27.3 |
| 1044 | 2025-09-24T15:48:47.220Z | Downloaded git2 v0.19.0 |
| 1045 | 2025-09-24T15:48:47.227Z | Downloaded smoltcp v0.11.0 |
| 1046 | 2025-09-24T15:48:47.238Z | Downloaded rustls v0.21.12 |
| 1047 | 2025-09-24T15:48:47.248Z | Downloaded sqlparser v0.45.0 |
| 1048 | 2025-09-24T15:48:47.252Z | Downloaded regex-syntax v0.6.29 |
| 1049 | 2025-09-24T15:48:47.259Z | Downloaded nix v0.28.0 |
| 1050 | 2025-09-24T15:48:47.269Z | Downloaded p521 v0.13.3 |
| 1051 | 2025-09-24T15:48:47.272Z | Downloaded regex-syntax v0.8.5 |
| 1052 | 2025-09-24T15:48:47.279Z | Downloaded regress v0.10.4 |
| 1053 | 2025-09-24T15:48:47.288Z | Downloaded gimli v0.31.1 |
| 1054 | 2025-09-24T15:48:47.296Z | Downloaded vcpkg v0.2.15 |
| 1055 | 2025-09-24T15:48:47.330Z | Downloaded nix v0.27.1 |
| 1056 | 2025-09-24T15:48:47.339Z | Downloaded zerocopy v0.8.26 |
| 1057 | 2025-09-24T15:48:47.358Z | Downloaded smoltcp v0.9.1 |
| 1058 | 2025-09-24T15:48:47.367Z | Downloaded hickory-proto v0.25.2 |
| 1059 | 2025-09-24T15:48:47.381Z | Downloaded rustls-webpki v0.102.8 |
| 1060 | 2025-09-24T15:48:47.398Z | Downloaded object v0.36.5 |
| 1061 | 2025-09-24T15:48:47.407Z | Downloaded dropshot v0.16.4 |
| 1062 | 2025-09-24T15:48:47.427Z | Downloaded curve25519-dalek v4.1.3 |
| 1063 | 2025-09-24T15:48:47.435Z | Downloaded petname v2.0.2 |
| 1064 | 2025-09-24T15:48:47.444Z | Downloaded rustls-webpki v0.101.7 |
| 1065 | 2025-09-24T15:48:47.452Z | Downloaded openssl v0.10.73 |
| 1066 | 2025-09-24T15:48:47.461Z | Downloaded p384 v0.13.0 |
| 1067 | 2025-09-24T15:48:47.469Z | Downloaded object v0.30.4 |
| 1068 | 2025-09-24T15:48:47.473Z | Downloaded webpki-roots v1.0.1 |
| 1069 | 2025-09-24T15:48:47.479Z | Downloaded ratatui v0.29.0 |
| 1070 | 2025-09-24T15:48:47.496Z | Downloaded diesel v2.2.12 |
| 1071 | 2025-09-24T15:48:47.513Z | Downloaded nix v0.29.0 |
| 1072 | 2025-09-24T15:48:47.522Z | Downloaded typify-impl v0.4.3 |
| 1073 | 2025-09-24T15:48:47.535Z | Downloaded moka v0.12.10 |
| 1074 | 2025-09-24T15:48:47.541Z | Downloaded typify-impl v0.2.0 |
| 1075 | 2025-09-24T15:48:47.552Z | Downloaded regex-automata v0.4.8 |
| 1076 | 2025-09-24T15:48:47.570Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1077 | 2025-09-24T15:48:47.578Z | Downloaded sled v0.34.7 |
| 1078 | 2025-09-24T15:48:47.588Z | Downloaded nix v0.30.1 |
| 1079 | 2025-09-24T15:48:47.598Z | Downloaded openapiv3 v2.2.0 |
| 1080 | 2025-09-24T15:48:47.607Z | Downloaded hickory-proto v0.24.4 |
| 1081 | 2025-09-24T15:48:47.619Z | Downloaded rustls v0.23.19 |
| 1082 | 2025-09-24T15:48:47.650Z | Downloaded rustls v0.22.4 |
| 1083 | 2025-09-24T15:48:47.656Z | Downloaded regex v1.11.1 |
| 1084 | 2025-09-24T15:48:47.656Z | Downloaded zerocopy-derive v0.6.6 |
| 1085 | 2025-09-24T15:48:47.660Z | Downloaded typify-impl v0.3.0 |
| 1086 | 2025-09-24T15:48:47.671Z | Downloaded chrono-tz v0.10.4 |
| 1087 | 2025-09-24T15:48:47.686Z | Downloaded portable-atomic v1.11.0 |
| 1088 | 2025-09-24T15:48:47.692Z | Downloaded petgraph v0.6.5 |
| 1089 | 2025-09-24T15:48:47.709Z | Downloaded tabled v0.18.0 |
| 1090 | 2025-09-24T15:48:47.726Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
| 1091 | 2025-09-24T15:48:47.741Z | Downloaded petgraph v0.8.2 |
| 1092 | 2025-09-24T15:48:47.756Z | Downloaded jiff v0.2.15 |
| 1093 | 2025-09-24T15:48:47.771Z | Downloaded lalrpop v0.19.12 |
| 1094 | 2025-09-24T15:48:47.779Z | Downloaded lzma-sys v0.1.20 |
| 1095 | 2025-09-24T15:48:47.804Z | Downloaded pin-project-internal v1.1.6 |
| 1096 | 2025-09-24T15:48:47.808Z | Downloaded libz-sys v1.1.20 |
| 1097 | 2025-09-24T15:48:47.825Z | Downloaded csv-core v0.1.11 |
| 1098 | 2025-09-24T15:48:47.829Z | Downloaded tabled v0.20.0 |
| 1099 | 2025-09-24T15:48:47.840Z | Downloaded sha3 v0.10.8 |
| 1100 | 2025-09-24T15:48:47.845Z | Downloaded socket2 v0.6.0 |
| 1101 | 2025-09-24T15:48:47.849Z | Downloaded pretty_assertions v1.4.1 |
| 1102 | 2025-09-24T15:48:47.849Z | Downloaded rayon-core v1.12.1 |
| 1103 | 2025-09-24T15:48:47.852Z | Downloaded winnow v0.5.40 |
| 1104 | 2025-09-24T15:48:47.858Z | Downloaded bindgen v0.71.1 |
| 1105 | 2025-09-24T15:48:47.864Z | Downloaded tokio-rustls v0.25.0 |
| 1106 | 2025-09-24T15:48:47.867Z | Downloaded similar v2.7.0 |
| 1107 | 2025-09-24T15:48:47.870Z | Downloaded progenitor-impl v0.8.0 |
| 1108 | 2025-09-24T15:48:47.874Z | Downloaded num-bigint v0.4.6 |
| 1109 | 2025-09-24T15:48:47.877Z | Downloaded tokio v1.47.0 |
| 1110 | 2025-09-24T15:48:47.908Z | Downloaded futures v0.3.31 |
| 1111 | 2025-09-24T15:48:47.912Z | Downloaded bitvec v1.0.1 |
| 1112 | 2025-09-24T15:48:47.924Z | Downloaded take_mut v0.2.2 |
| 1113 | 2025-09-24T15:48:47.927Z | Downloaded csv v1.3.1 |
| 1114 | 2025-09-24T15:48:47.944Z | Downloaded futures-executor v0.3.31 |
| 1115 | 2025-09-24T15:48:47.950Z | Downloaded diff v0.1.13 |
| 1116 | 2025-09-24T15:48:47.950Z | Downloaded display-error-chain v0.2.2 |
| 1117 | 2025-09-24T15:48:47.954Z | Downloaded debug-ignore v1.0.5 |
| 1118 | 2025-09-24T15:48:47.954Z | Downloaded vergen-lib v0.1.6 |
| 1119 | 2025-09-24T15:48:47.954Z | Downloaded crunchy v0.2.2 |
| 1120 | 2025-09-24T15:48:47.954Z | Downloaded secrecy v0.10.3 |
| 1121 | 2025-09-24T15:48:47.954Z | Downloaded derive_more-impl v2.0.1 |
| 1122 | 2025-09-24T15:48:47.961Z | Downloaded itertools v0.14.0 |
| 1123 | 2025-09-24T15:48:47.965Z | Downloaded hkdf v0.12.4 |
| 1124 | 2025-09-24T15:48:47.970Z | Downloaded openssl-probe v0.1.5 |
| 1125 | 2025-09-24T15:48:47.970Z | Downloaded openssl-macros v0.1.1 |
| 1126 | 2025-09-24T15:48:47.970Z | Downloaded globset v0.4.15 |
| 1127 | 2025-09-24T15:48:47.973Z | Downloaded diesel-dtrace v0.4.2 |
| 1128 | 2025-09-24T15:48:47.973Z | Downloaded toml_writer v1.0.2 |
| 1129 | 2025-09-24T15:48:47.973Z | Downloaded strum_macros v0.24.3 |
| 1130 | 2025-09-24T15:48:47.976Z | Downloaded num-complex v0.4.6 |
| 1131 | 2025-09-24T15:48:47.976Z | Downloaded mime_guess v2.0.5 |
| 1132 | 2025-09-24T15:48:47.976Z | Downloaded difflib v0.4.0 |
| 1133 | 2025-09-24T15:48:47.981Z | Downloaded slog v2.7.0 |
| 1134 | 2025-09-24T15:48:47.984Z | Downloaded unsafe-libyaml v0.2.11 |
| 1135 | 2025-09-24T15:48:47.984Z | Downloaded ring v0.17.14 |
| 1136 | 2025-09-24T15:48:48.022Z | Downloaded prettyplease v0.2.36 |
| 1137 | 2025-09-24T15:48:48.026Z | Downloaded hyper v1.7.0 |
| 1138 | 2025-09-24T15:48:48.030Z | Downloaded qorb v0.4.1 |
| 1139 | 2025-09-24T15:48:48.033Z | Downloaded stringprep v0.1.5 |
| 1140 | 2025-09-24T15:48:48.039Z | Downloaded tiny-keccak v2.0.2 |
| 1141 | 2025-09-24T15:48:48.045Z | Downloaded siphasher v0.3.11 |
| 1142 | 2025-09-24T15:48:48.045Z | Downloaded encoding_rs v0.8.34 |
| 1143 | 2025-09-24T15:48:48.057Z | Downloaded progenitor-macro v0.8.0 |
| 1144 | 2025-09-24T15:48:48.060Z | Downloaded omicron-zone-package v0.12.2 |
| 1145 | 2025-09-24T15:48:48.063Z | Downloaded aes-gcm v0.10.3 |
| 1146 | 2025-09-24T15:48:48.066Z | Downloaded owo-colors v4.2.2 |
| 1147 | 2025-09-24T15:48:48.066Z | Downloaded nu-ansi-term v0.50.1 |
| 1148 | 2025-09-24T15:48:48.069Z | Downloaded term v0.7.0 |
| 1149 | 2025-09-24T15:48:48.072Z | Downloaded blake3 v1.5.4 |
| 1150 | 2025-09-24T15:48:48.077Z | Downloaded subprocess v0.2.9 |
| 1151 | 2025-09-24T15:48:48.081Z | Downloaded vsss-rs v3.3.4 |
| 1152 | 2025-09-24T15:48:48.085Z | Downloaded quinn-udp v0.5.5 |
| 1153 | 2025-09-24T15:48:48.085Z | Downloaded progenitor v0.8.0 |
| 1154 | 2025-09-24T15:48:48.090Z | Downloaded quinn v0.11.5 |
| 1155 | 2025-09-24T15:48:48.090Z | Downloaded typify-macro v0.3.0 |
| 1156 | 2025-09-24T15:48:48.090Z | Downloaded r2d2 v0.8.10 |
| 1157 | 2025-09-24T15:48:48.093Z | Downloaded parking_lot v0.12.3 |
| 1158 | 2025-09-24T15:48:48.093Z | Downloaded libm v0.2.8 |
| 1159 | 2025-09-24T15:48:48.101Z | Downloaded itertools v0.10.5 |
| 1160 | 2025-09-24T15:48:48.104Z | Downloaded ron v0.8.1 |
| 1161 | 2025-09-24T15:48:48.109Z | Downloaded publicsuffix v2.3.0 |
| 1162 | 2025-09-24T15:48:48.112Z | Downloaded ena v0.14.3 |
| 1163 | 2025-09-24T15:48:48.115Z | Downloaded tokio-util v0.7.15 |
| 1164 | 2025-09-24T15:48:48.119Z | Downloaded rand_seeder v0.4.0 |
| 1165 | 2025-09-24T15:48:48.122Z | Downloaded rand_core v0.9.3 |
| 1166 | 2025-09-24T15:48:48.122Z | Downloaded steno v0.4.1 |
| 1167 | 2025-09-24T15:48:48.125Z | Downloaded pem v3.0.5 |
| 1168 | 2025-09-24T15:48:48.129Z | Downloaded num-iter v0.1.45 |
| 1169 | 2025-09-24T15:48:48.129Z | Downloaded powerfmt v0.2.0 |
| 1170 | 2025-09-24T15:48:48.129Z | Downloaded oxnet v0.1.3 |
| 1171 | 2025-09-24T15:48:48.133Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 1172 | 2025-09-24T15:48:48.178Z | Downloaded num v0.4.3 |
| 1173 | 2025-09-24T15:48:48.181Z | Downloaded parking_lot_core v0.9.10 |
| 1174 | 2025-09-24T15:48:48.181Z | Downloaded strum_macros v0.27.1 |
| 1175 | 2025-09-24T15:48:48.184Z | Downloaded rsa v0.9.6 |
| 1176 | 2025-09-24T15:48:48.187Z | Downloaded whoami v1.5.2 |
| 1177 | 2025-09-24T15:48:48.191Z | Downloaded which v4.4.2 |
| 1178 | 2025-09-24T15:48:48.191Z | Downloaded flate2 v1.1.2 |
| 1179 | 2025-09-24T15:48:48.194Z | Downloaded typed-path v0.9.3 |
| 1180 | 2025-09-24T15:48:48.201Z | Downloaded string_cache v0.8.9 |
| 1181 | 2025-09-24T15:48:48.204Z | Downloaded slog-stdlog v4.1.1 |
| 1182 | 2025-09-24T15:48:48.204Z | Downloaded time-macros v0.2.24 |
| 1183 | 2025-09-24T15:48:48.208Z | Downloaded scrypt v0.11.0 |
| 1184 | 2025-09-24T15:48:48.208Z | Downloaded path-slash v0.1.5 |
| 1185 | 2025-09-24T15:48:48.208Z | Downloaded universal-hash v0.5.1 |
| 1186 | 2025-09-24T15:48:48.208Z | Downloaded rustls-native-certs v0.8.1 |
| 1187 | 2025-09-24T15:48:48.212Z | Downloaded tracing-core v0.1.32 |
| 1188 | 2025-09-24T15:48:48.215Z | Downloaded ed25519-dalek v2.1.1 |
| 1189 | 2025-09-24T15:48:48.215Z | Downloaded rand_core v0.6.4 |
| 1190 | 2025-09-24T15:48:48.216Z | Downloaded derive_builder_core v0.20.2 |
| 1191 | 2025-09-24T15:48:48.220Z | Downloaded pin-project v1.1.6 |
| 1192 | 2025-09-24T15:48:48.226Z | Downloaded parse-display v0.10.0 |
| 1193 | 2025-09-24T15:48:48.229Z | Downloaded serde_cbor v0.11.2 |
| 1194 | 2025-09-24T15:48:48.229Z | Downloaded slog-scope v4.4.0 |
| 1195 | 2025-09-24T15:48:48.233Z | Downloaded tower-service v0.3.3 |
| 1196 | 2025-09-24T15:48:48.233Z | Downloaded parking_lot_core v0.8.6 |
| 1197 | 2025-09-24T15:48:48.233Z | Downloaded slog-async v2.8.0 |
| 1198 | 2025-09-24T15:48:48.237Z | Downloaded siphasher v1.0.1 |
| 1199 | 2025-09-24T15:48:48.237Z | Downloaded scopeguard v1.2.0 |
| 1200 | 2025-09-24T15:48:48.237Z | Downloaded schemars_derive v0.8.22 |
| 1201 | 2025-09-24T15:48:48.241Z | Downloaded num-integer v0.1.46 |
| 1202 | 2025-09-24T15:48:48.241Z | Downloaded toml_parser v1.0.2 |
| 1203 | 2025-09-24T15:48:48.245Z | Downloaded num-derive v0.4.2 |
| 1204 | 2025-09-24T15:48:48.245Z | Downloaded typify v0.3.0 |
| 1205 | 2025-09-24T15:48:48.249Z | Downloaded rustc_version v0.4.1 |
| 1206 | 2025-09-24T15:48:48.249Z | Downloaded foldhash v0.2.0 |
| 1207 | 2025-09-24T15:48:48.249Z | Downloaded ecdsa v0.16.9 |
| 1208 | 2025-09-24T15:48:48.253Z | Downloaded der v0.7.9 |
| 1209 | 2025-09-24T15:48:48.257Z | Downloaded embedded-io v0.4.0 |
| 1210 | 2025-09-24T15:48:48.260Z | Downloaded dirs-sys-next v0.1.2 |
| 1211 | 2025-09-24T15:48:48.260Z | Downloaded mime v0.3.17 |
| 1212 | 2025-09-24T15:48:48.260Z | Downloaded futures-sink v0.3.31 |
| 1213 | 2025-09-24T15:48:48.260Z | Downloaded futures-macro v0.3.31 |
| 1214 | 2025-09-24T15:48:48.260Z | Downloaded foldhash v0.1.5 |
| 1215 | 2025-09-24T15:48:48.263Z | Downloaded ed25519 v2.2.3 |
| 1216 | 2025-09-24T15:48:48.263Z | Downloaded thread_local v1.1.8 |
| 1217 | 2025-09-24T15:48:48.263Z | Downloaded jiff-static v0.2.15 |
| 1218 | 2025-09-24T15:48:48.268Z | Downloaded termtree v0.5.1 |
| 1219 | 2025-09-24T15:48:48.271Z | Downloaded tabwriter v1.4.0 |
| 1220 | 2025-09-24T15:48:48.271Z | Downloaded pkcs1 v0.7.5 |
| 1221 | 2025-09-24T15:48:48.271Z | Downloaded zopfli v0.8.1 |
| 1222 | 2025-09-24T15:48:48.274Z | Downloaded yasna v0.5.2 |
| 1223 | 2025-09-24T15:48:48.274Z | Downloaded toml v0.9.5 |
| 1224 | 2025-09-24T15:48:48.278Z | Downloaded toml v0.7.8 |
| 1225 | 2025-09-24T15:48:48.281Z | Downloaded bstr v1.10.0 |
| 1226 | 2025-09-24T15:48:48.288Z | Downloaded snafu-derive v0.8.5 |
| 1227 | 2025-09-24T15:48:48.292Z | Downloaded ssh-encoding v0.2.0 |
| 1228 | 2025-09-24T15:48:48.292Z | Downloaded ssh-cipher v0.2.0 |
| 1229 | 2025-09-24T15:48:48.296Z | Downloaded serde_urlencoded v0.7.1 |
| 1230 | 2025-09-24T15:48:48.296Z | Downloaded serde_repr v0.1.19 |
| 1231 | 2025-09-24T15:48:48.296Z | Downloaded serde_plain v1.0.2 |
| 1232 | 2025-09-24T15:48:48.299Z | Downloaded serde_path_to_error v0.1.17 |
| 1233 | 2025-09-24T15:48:48.299Z | Downloaded serde_derive_internals v0.29.1 |
| 1234 | 2025-09-24T15:48:48.300Z | Downloaded progenitor v0.10.0 |
| 1235 | 2025-09-24T15:48:48.303Z | Downloaded poly1305 v0.8.0 |
| 1236 | 2025-09-24T15:48:48.303Z | Downloaded structmeta-derive v0.3.0 |
| 1237 | 2025-09-24T15:48:48.306Z | Downloaded paste v1.0.15 |
| 1238 | 2025-09-24T15:48:48.309Z | Downloaded olpc-cjson v0.1.4 |
| 1239 | 2025-09-24T15:48:48.309Z | Downloaded headers v0.4.1 |
| 1240 | 2025-09-24T15:48:48.312Z | Downloaded hashbrown v0.13.2 |
| 1241 | 2025-09-24T15:48:48.315Z | Downloaded derive-ex v0.1.8 |
| 1242 | 2025-09-24T15:48:48.318Z | Downloaded spin v0.9.8 |
| 1243 | 2025-09-24T15:48:48.318Z | Downloaded crossbeam-channel v0.5.15 |
| 1244 | 2025-09-24T15:48:48.322Z | Downloaded bumpalo v3.16.0 |
| 1245 | 2025-09-24T15:48:48.325Z | Downloaded base64 v0.22.1 |
| 1246 | 2025-09-24T15:48:48.328Z | Downloaded tracing-attributes v0.1.27 |
| 1247 | 2025-09-24T15:48:48.332Z | Downloaded newtype-uuid v1.2.4 |
| 1248 | 2025-09-24T15:48:48.332Z | Downloaded cc v1.2.30 |
| 1249 | 2025-09-24T15:48:48.336Z | Downloaded arc-swap v1.7.1 |
| 1250 | 2025-09-24T15:48:48.343Z | Downloaded wyz v0.5.1 |
| 1251 | 2025-09-24T15:48:48.343Z | Downloaded utf-8 v0.7.6 |
| 1252 | 2025-09-24T15:48:48.347Z | Downloaded tokio-rustls v0.24.1 |
| 1253 | 2025-09-24T15:48:48.348Z | Downloaded compact_str v0.8.0 |
| 1254 | 2025-09-24T15:48:48.348Z | Downloaded allocator-api2 v0.2.21 |
| 1255 | 2025-09-24T15:48:48.352Z | Downloaded defmt-macros v0.3.9 |
| 1256 | 2025-09-24T15:48:48.352Z | Downloaded hmac v0.12.1 |
| 1257 | 2025-09-24T15:48:48.352Z | Downloaded lockfree-object-pool v0.1.6 |
| 1258 | 2025-09-24T15:48:48.357Z | Downloaded libloading v0.8.5 |
| 1259 | 2025-09-24T15:48:48.357Z | Downloaded hyper-rustls v0.27.7 |
| 1260 | 2025-09-24T15:48:48.361Z | Downloaded httparse v1.9.5 |
| 1261 | 2025-09-24T15:48:48.361Z | Downloaded console v0.16.0 |
| 1262 | 2025-09-24T15:48:48.381Z | Downloaded colored v2.2.0 |
| 1263 | 2025-09-24T15:48:48.381Z | Downloaded cargo_metadata v0.18.1 |
| 1264 | 2025-09-24T15:48:48.385Z | Downloaded buf-list v1.0.3 |
| 1265 | 2025-09-24T15:48:48.385Z | Downloaded blowfish v0.9.1 |
| 1266 | 2025-09-24T15:48:48.385Z | Downloaded rustversion v1.0.22 |
| 1267 | 2025-09-24T15:48:48.385Z | Downloaded rustc-hash v2.1.1 |
| 1268 | 2025-09-24T15:48:48.385Z | Downloaded ref-cast-impl v1.0.24 |
| 1269 | 2025-09-24T15:48:48.385Z | Downloaded iana-time-zone v0.1.63 |
| 1270 | 2025-09-24T15:48:48.385Z | Downloaded predicates v3.1.3 |
| 1271 | 2025-09-24T15:48:48.385Z | Downloaded managed v0.8.0 |
| 1272 | 2025-09-24T15:48:48.385Z | Downloaded lru-cache v0.1.2 |
| 1273 | 2025-09-24T15:48:48.385Z | Downloaded ignore v0.4.23 |
| 1274 | 2025-09-24T15:48:48.385Z | Downloaded arrayvec v0.7.6 |
| 1275 | 2025-09-24T15:48:48.385Z | Downloaded sync_wrapper v1.0.1 |
| 1276 | 2025-09-24T15:48:48.385Z | Downloaded progenitor-client v0.10.0 |
| 1277 | 2025-09-24T15:48:48.390Z | Downloaded predicates-tree v1.0.12 |
| 1278 | 2025-09-24T15:48:48.390Z | Downloaded predicates-core v1.0.8 |
| 1279 | 2025-09-24T15:48:48.390Z | Downloaded kstat-rs v0.2.4 |
| 1280 | 2025-09-24T15:48:48.390Z | Downloaded ipnetwork v0.21.1 |
| 1281 | 2025-09-24T15:48:48.393Z | Downloaded inout v0.1.3 |
| 1282 | 2025-09-24T15:48:48.393Z | Downloaded libsw v3.5.0 |
| 1283 | 2025-09-24T15:48:48.393Z | Downloaded libefi-sys v0.1.0 |
| 1284 | 2025-09-24T15:48:48.396Z | Downloaded glob v0.3.2 |
| 1285 | 2025-09-24T15:48:48.396Z | Downloaded cexpr v0.6.0 |
| 1286 | 2025-09-24T15:48:48.396Z | Downloaded cassowary v0.3.0 |
| 1287 | 2025-09-24T15:48:48.400Z | Downloaded chacha20 v0.9.1 |
| 1288 | 2025-09-24T15:48:48.403Z | Downloaded keccak v0.1.5 |
| 1289 | 2025-09-24T15:48:48.403Z | Downloaded libz-rs-sys v0.5.1 |
| 1290 | 2025-09-24T15:48:48.403Z | Downloaded indoc v1.0.9 |
| 1291 | 2025-09-24T15:48:48.406Z | Downloaded crc-catalog v2.4.0 |
| 1292 | 2025-09-24T15:48:48.407Z | Downloaded cbc v0.1.2 |
| 1293 | 2025-09-24T15:48:48.407Z | Downloaded castaway v0.2.3 |
| 1294 | 2025-09-24T15:48:48.410Z | Downloaded ingot-types v0.1.2 |
| 1295 | 2025-09-24T15:48:48.410Z | Downloaded httpdate v1.0.3 |
| 1296 | 2025-09-24T15:48:48.410Z | Downloaded home v0.5.9 |
| 1297 | 2025-09-24T15:48:48.414Z | Downloaded array-init v0.0.4 |
| 1298 | 2025-09-24T15:48:48.414Z | Downloaded serde-big-array v0.5.1 |
| 1299 | 2025-09-24T15:48:48.414Z | Downloaded hickory-resolver v0.24.4 |
| 1300 | 2025-09-24T15:48:48.418Z | Downloaded cipher v0.4.4 |
| 1301 | 2025-09-24T15:48:48.422Z | Downloaded bitfield v0.19.2 |
| 1302 | 2025-09-24T15:48:48.422Z | Downloaded async-recursion v1.1.1 |
| 1303 | 2025-09-24T15:48:48.422Z | Downloaded bitflags v1.3.2 |
| 1304 | 2025-09-24T15:48:48.425Z | Downloaded base64ct v1.6.0 |
| 1305 | 2025-09-24T15:48:48.428Z | Downloaded backoff v0.4.0 |
| 1306 | 2025-09-24T15:48:48.428Z | Downloaded is-terminal v0.4.13 |
| 1307 | 2025-09-24T15:48:48.428Z | Downloaded instant v0.1.13 |
| 1308 | 2025-09-24T15:48:48.432Z | Downloaded precomputed-hash v0.1.1 |
| 1309 | 2025-09-24T15:48:48.432Z | Downloaded cargo-platform v0.1.8 |
| 1310 | 2025-09-24T15:48:48.432Z | Downloaded block-padding v0.3.3 |
| 1311 | 2025-09-24T15:48:48.432Z | Downloaded bit-vec v0.6.3 |
| 1312 | 2025-09-24T15:48:48.436Z | Downloaded bit-set v0.8.0 |
| 1313 | 2025-09-24T15:48:48.436Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1314 | 2025-09-24T15:48:48.436Z | Downloaded ident_case v1.0.1 |
| 1315 | 2025-09-24T15:48:48.441Z | Downloaded hostname v0.4.0 |
| 1316 | 2025-09-24T15:48:48.441Z | Downloaded atomicwrites v0.4.4 |
| 1317 | 2025-09-24T15:48:48.656Z | Downloaded aws-lc-sys v0.26.0 |
| 1318 | 2025-09-24T15:48:48.959Z | Compiling value-bag v1.9.0 |
| 1319 | 2025-09-24T15:48:48.959Z | Compiling shlex v1.3.0 |
| 1320 | 2025-09-24T15:48:48.962Z | Compiling lock_api v0.4.12 |
| 1321 | 2025-09-24T15:48:48.962Z | Compiling scopeguard v1.2.0 |
| 1322 | 2025-09-24T15:48:48.962Z | Compiling typenum v1.17.0 |
| 1323 | 2025-09-24T15:48:48.962Z | Compiling syn v2.0.106 |
| 1324 | 2025-09-24T15:48:49.131Z | Compiling getrandom v0.2.15 |
| 1325 | 2025-09-24T15:48:49.134Z | Compiling jobserver v0.1.32 |
| 1326 | 2025-09-24T15:48:49.318Z | Compiling generic-array v0.14.7 |
| 1327 | 2025-09-24T15:48:49.468Z | Compiling rand_core v0.6.4 |
| 1328 | 2025-09-24T15:48:49.591Z | Compiling log v0.4.27 |
| 1329 | 2025-09-24T15:48:49.617Z | Compiling cc v1.2.30 |
| 1330 | 2025-09-24T15:48:49.656Z | Compiling smallvec v1.15.1 |
| 1331 | 2025-09-24T15:48:50.137Z | Compiling portable-atomic v1.11.0 |
| 1332 | 2025-09-24T15:48:50.152Z | Compiling subtle v2.6.1 |
| 1333 | 2025-09-24T15:48:50.190Z | Compiling critical-section v1.1.3 |
| 1334 | 2025-09-24T15:48:50.214Z | Compiling const-oid v0.9.6 |
| 1335 | 2025-09-24T15:48:50.391Z | Compiling pkg-config v0.3.31 |
| 1336 | 2025-09-24T15:48:50.471Z | Compiling parking_lot_core v0.9.10 |
| 1337 | 2025-09-24T15:48:50.532Z | Compiling pin-project-lite v0.2.14 |
| 1338 | 2025-09-24T15:48:50.679Z | Compiling rustix v0.38.37 |
| 1339 | 2025-09-24T15:48:51.531Z | Compiling signal-hook-registry v1.4.2 |
| 1340 | 2025-09-24T15:48:51.556Z | Compiling parking_lot v0.12.3 |
| 1341 | 2025-09-24T15:48:51.575Z | Compiling mio v1.0.2 |
| 1342 | 2025-09-24T15:48:51.643Z | Compiling futures-core v0.3.31 |
| 1343 | 2025-09-24T15:48:51.928Z | Compiling spin v0.9.8 |
| 1344 | 2025-09-24T15:48:52.236Z | Compiling once_cell v1.21.3 |
| 1345 | 2025-09-24T15:48:52.270Z | Compiling libm v0.2.8 |
| 1346 | 2025-09-24T15:48:52.352Z | Compiling socket2 v0.6.0 |
| 1347 | 2025-09-24T15:48:52.402Z | Compiling aho-corasick v1.1.3 |
| 1348 | 2025-09-24T15:48:52.426Z | Compiling num-traits v0.2.19 |
| 1349 | 2025-09-24T15:48:52.665Z | Compiling slab v0.4.9 |
| 1350 | 2025-09-24T15:48:52.668Z | Compiling getrandom v0.3.1 |
| 1351 | 2025-09-24T15:48:52.706Z | Compiling foldhash v0.1.5 |
| 1352 | 2025-09-24T15:48:52.757Z | Compiling allocator-api2 v0.2.21 |
| 1353 | 2025-09-24T15:48:53.007Z | Compiling cpufeatures v0.2.14 |
| 1354 | 2025-09-24T15:48:53.029Z | Compiling serde_json v1.0.145 |
| 1355 | 2025-09-24T15:48:53.138Z | Compiling regex-syntax v0.8.5 |
| 1356 | 2025-09-24T15:48:53.465Z | Compiling hashbrown v0.15.4 |
| 1357 | 2025-09-24T15:48:53.530Z | Compiling percent-encoding v2.3.2 |
| 1358 | 2025-09-24T15:48:53.635Z | Compiling futures-sink v0.3.31 |
| 1359 | 2025-09-24T15:48:53.723Z | Compiling glob v0.3.2 |
| 1360 | 2025-09-24T15:48:53.813Z | Compiling futures-channel v0.3.31 |
| 1361 | 2025-09-24T15:48:54.531Z | Compiling clang-sys v1.8.1 |
| 1362 | 2025-09-24T15:48:54.629Z | Compiling pin-utils v0.1.0 |
| 1363 | 2025-09-24T15:48:54.737Z | Compiling futures-task v0.3.31 |
| 1364 | 2025-09-24T15:48:54.762Z | Compiling prettyplease v0.2.36 |
| 1365 | 2025-09-24T15:48:55.086Z | Compiling futures-io v0.3.31 |
| 1366 | 2025-09-24T15:48:55.140Z | Compiling either v1.15.0 |
| 1367 | 2025-09-24T15:48:55.314Z | Compiling lazy_static v1.5.0 |
| 1368 | 2025-09-24T15:48:55.365Z | Compiling minimal-lexical v0.2.1 |
| 1369 | 2025-09-24T15:48:55.462Z | Compiling libloading v0.8.5 |
| 1370 | 2025-09-24T15:48:55.549Z | Compiling home v0.5.9 |
| 1371 | 2025-09-24T15:48:55.781Z | Compiling nom v7.1.3 |
| 1372 | 2025-09-24T15:48:55.840Z | Compiling base64ct v1.6.0 |
| 1373 | 2025-09-24T15:48:55.868Z | Compiling bindgen v0.69.5 |
| 1374 | 2025-09-24T15:48:56.361Z | Compiling pem-rfc7468 v0.7.0 |
| 1375 | 2025-09-24T15:48:56.699Z | Compiling synstructure v0.13.1 |
| 1376 | 2025-09-24T15:48:56.804Z | Compiling regex-automata v0.4.8 |
| 1377 | 2025-09-24T15:48:57.039Z | Compiling itertools v0.12.1 |
| 1378 | 2025-09-24T15:48:58.085Z | Compiling lazycell v1.3.0 |
| 1379 | 2025-09-24T15:48:58.284Z | Compiling flagset v0.4.6 |
| 1380 | 2025-09-24T15:48:58.520Z | Compiling rustc-hash v1.1.0 |
| 1381 | 2025-09-24T15:48:58.700Z | Compiling cmake v0.1.51 |
| 1382 | 2025-09-24T15:48:58.944Z | Compiling cexpr v0.6.0 |
| 1383 | 2025-09-24T15:48:59.086Z | Compiling fs_extra v1.3.0 |
| 1384 | 2025-09-24T15:48:59.508Z | Compiling dunce v1.0.5 |
| 1385 | 2025-09-24T15:48:59.619Z | Compiling form_urlencoded v1.2.2 |
| 1386 | 2025-09-24T15:48:59.661Z | Compiling paste v1.0.15 |
| 1387 | 2025-09-24T15:48:59.849Z | Compiling vcpkg v0.2.15 |
| 1388 | 2025-09-24T15:48:59.884Z | Compiling iana-time-zone v0.1.63 |
| 1389 | 2025-09-24T15:48:59.943Z | Compiling ring v0.17.14 |
| 1390 | 2025-09-24T15:49:00.315Z | Compiling tracing-core v0.1.32 |
| 1391 | 2025-09-24T15:49:00.474Z | Compiling aws-lc-rs v1.12.4 |
| 1392 | 2025-09-24T15:49:00.948Z | Compiling rustversion v1.0.22 |
| 1393 | 2025-09-24T15:49:01.378Z | Compiling httparse v1.9.5 |
| 1394 | 2025-09-24T15:49:01.447Z | Compiling serde_derive v1.0.223 |
| 1395 | 2025-09-24T15:49:01.481Z | Compiling zeroize_derive v1.4.2 |
| 1396 | 2025-09-24T15:49:01.502Z | Compiling zerofrom-derive v0.1.4 |
| 1397 | 2025-09-24T15:49:01.565Z | Compiling yoke-derive v0.7.4 |
| 1398 | 2025-09-24T15:49:01.941Z | Compiling zerovec-derive v0.10.3 |
| 1399 | 2025-09-24T15:49:02.793Z | Compiling zeroize v1.8.1 |
| 1400 | 2025-09-24T15:49:04.201Z | Compiling displaydoc v0.2.5 |
| 1401 | 2025-09-24T15:49:04.252Z | Compiling zerocopy-derive v0.7.35 |
| 1402 | 2025-09-24T15:49:04.473Z | Compiling crypto-common v0.1.6 |
| 1403 | 2025-09-24T15:49:04.728Z | Compiling block-buffer v0.10.4 |
| 1404 | 2025-09-24T15:49:04.778Z | Compiling zerofrom v0.1.4 |
| 1405 | 2025-09-24T15:49:05.023Z | Compiling digest v0.10.7 |
| 1406 | 2025-09-24T15:49:05.060Z | Compiling yoke v0.7.4 |
| 1407 | 2025-09-24T15:49:05.416Z | Compiling zerovec v0.10.4 |
| 1408 | 2025-09-24T15:49:05.509Z | Compiling tokio-macros v2.5.0 |
| 1409 | 2025-09-24T15:49:05.730Z | Compiling hmac v0.12.1 |
| 1410 | 2025-09-24T15:49:06.009Z | Compiling icu_provider_macros v1.5.0 |
| 1411 | 2025-09-24T15:49:06.186Z | Compiling zerocopy v0.7.35 |
| 1412 | 2025-09-24T15:49:06.365Z | Compiling block-padding v0.3.3 |
| 1413 | 2025-09-24T15:49:06.629Z | Compiling futures-macro v0.3.31 |
| 1414 | 2025-09-24T15:49:06.772Z | Compiling inout v0.1.3 |
| 1415 | 2025-09-24T15:49:06.872Z | Compiling sha2 v0.10.9 |
| 1416 | 2025-09-24T15:49:07.038Z | Compiling tinystr v0.7.6 |
| 1417 | 2025-09-24T15:49:07.084Z | Compiling icu_collections v1.5.0 |
| 1418 | 2025-09-24T15:49:07.295Z | Compiling cipher v0.4.4 |
| 1419 | 2025-09-24T15:49:07.399Z | Compiling icu_locid v1.5.0 |
| 1420 | 2025-09-24T15:49:07.465Z | Compiling regex v1.11.1 |
| 1421 | 2025-09-24T15:49:07.765Z | Compiling der_derive v0.7.3 |
| 1422 | 2025-09-24T15:49:08.307Z | Compiling thiserror-impl v1.0.69 |
| 1423 | 2025-09-24T15:49:08.330Z | Compiling serde v1.0.223 |
| 1424 | 2025-09-24T15:49:08.373Z | Compiling salsa20 v0.10.2 |
| 1425 | 2025-09-24T15:49:08.403Z | Compiling futures-util v0.3.31 |
| 1426 | 2025-09-24T15:49:08.606Z | Compiling icu_provider v1.5.0 |
| 1427 | 2025-09-24T15:49:09.257Z | Compiling icu_locid_transform v1.5.0 |
| 1428 | 2025-09-24T15:49:09.287Z | Compiling ppv-lite86 v0.2.20 |
| 1429 | 2025-09-24T15:49:09.476Z | Compiling bitflags v2.9.1 |
| 1430 | 2025-09-24T15:49:09.499Z | Compiling bytes v1.10.1 |
| 1431 | 2025-09-24T15:49:09.910Z | Compiling semver v1.0.26 |
| 1432 | 2025-09-24T15:49:10.084Z | Compiling indexmap v2.11.0 |
| 1433 | 2025-09-24T15:49:10.156Z | Compiling der v0.7.9 |
| 1434 | 2025-09-24T15:49:10.635Z | Compiling icu_properties v1.5.1 |
| 1435 | 2025-09-24T15:49:10.970Z | Compiling tokio v1.47.0 |
| 1436 | 2025-09-24T15:49:11.193Z | Compiling thiserror v1.0.69 |
| 1437 | 2025-09-24T15:49:11.365Z | Compiling pbkdf2 v0.12.2 |
| 1438 | 2025-09-24T15:49:11.546Z | Compiling scrypt v0.11.0 |
| 1439 | 2025-09-24T15:49:11.569Z | Compiling http v1.3.1 |
| 1440 | 2025-09-24T15:49:11.569Z | Compiling rustc_version v0.4.1 |
| 1441 | 2025-09-24T15:49:12.026Z | Compiling cbc v0.1.2 |
| 1442 | 2025-09-24T15:49:12.213Z | Compiling spki v0.7.3 |
| 1443 | 2025-09-24T15:49:12.291Z | Compiling aes v0.8.4 |
| 1444 | 2025-09-24T15:49:12.604Z | Compiling openssl-sys v0.9.109 |
| 1445 | 2025-09-24T15:49:13.026Z | Compiling pest v2.7.14 |
| 1446 | 2025-09-24T15:49:13.699Z | Compiling which v4.4.2 |
| 1447 | 2025-09-24T15:49:13.760Z | Compiling pkcs5 v0.7.1 |
| 1448 | 2025-09-24T15:49:13.922Z | Compiling chrono v0.4.41 |
| 1449 | 2025-09-24T15:49:14.213Z | Compiling icu_normalizer v1.5.0 |
| 1450 | 2025-09-24T15:49:14.852Z | Compiling uuid v1.18.1 |
| 1451 | 2025-09-24T15:49:15.051Z | Compiling tracing-attributes v0.1.27 |
| 1452 | 2025-09-24T15:49:15.080Z | Compiling idna_adapter v1.2.0 |
| 1453 | 2025-09-24T15:49:15.315Z | Compiling idna v1.0.3 |
| 1454 | 2025-09-24T15:49:15.865Z | Compiling pest_meta v2.7.14 |
| 1455 | 2025-09-24T15:49:15.967Z | Compiling url v2.5.4 |
| 1456 | 2025-09-24T15:49:16.381Z | Compiling pkcs8 v0.10.2 |
| 1457 | 2025-09-24T15:49:16.780Z | Compiling http-body v1.0.1 |
| 1458 | 2025-09-24T15:49:17.021Z | Compiling scroll_derive v0.12.0 |
| 1459 | 2025-09-24T15:49:17.052Z | Compiling base64 v0.22.1 |
| 1460 | 2025-09-24T15:49:17.214Z | Compiling rustls-pki-types v1.10.0 |
| 1461 | 2025-09-24T15:49:17.662Z | Compiling tinyvec_macros v0.1.1 |
| 1462 | 2025-09-24T15:49:17.719Z | Compiling pest_generator v2.7.14 |
| 1463 | 2025-09-24T15:49:17.782Z | Compiling tinyvec v1.8.0 |
| 1464 | 2025-09-24T15:49:18.250Z | Compiling tracing v0.1.40 |
| 1465 | 2025-09-24T15:49:18.302Z | Compiling serde_derive_internals v0.29.1 |
| 1466 | 2025-09-24T15:49:18.422Z | Compiling scroll v0.12.0 |
| 1467 | 2025-09-24T15:49:18.731Z | Compiling rand_core v0.9.3 |
| 1468 | 2025-09-24T15:49:18.975Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1469 | 2025-09-24T15:49:19.179Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1470 | 2025-09-24T15:49:19.299Z | Compiling tokio-util v0.7.15 |
| 1471 | 2025-09-24T15:49:19.402Z | Compiling powerfmt v0.2.0 |
| 1472 | 2025-09-24T15:49:19.681Z | Compiling openssl v0.10.73 |
| 1473 | 2025-09-24T15:49:19.745Z | Compiling try-lock v0.2.5 |
| 1474 | 2025-09-24T15:49:19.764Z | Compiling untrusted v0.7.1 |
| 1475 | 2025-09-24T15:49:19.939Z | Compiling untrusted v0.9.0 |
| 1476 | 2025-09-24T15:49:19.996Z | Compiling time-core v0.1.6 |
| 1477 | 2025-09-24T15:49:20.153Z | Compiling foreign-types-shared v0.1.1 |
| 1478 | 2025-09-24T15:49:20.176Z | Compiling atomic-waker v1.1.2 |
| 1479 | 2025-09-24T15:49:20.196Z | Compiling tower-service v0.3.3 |
| 1480 | 2025-09-24T15:49:20.311Z | Compiling adler2 v2.0.0 |
| 1481 | 2025-09-24T15:49:20.332Z | Compiling num-conv v0.1.0 |
| 1482 | 2025-09-24T15:49:20.364Z | Compiling openssl-probe v0.1.5 |
| 1483 | 2025-09-24T15:49:20.394Z | Compiling schemars v0.8.22 |
| 1484 | 2025-09-24T15:49:20.514Z | Compiling goblin v0.8.2 |
| 1485 | 2025-09-24T15:49:20.539Z | Compiling schemars_derive v0.8.22 |
| 1486 | 2025-09-24T15:49:20.611Z | Compiling time-macros v0.2.24 |
| 1487 | 2025-09-24T15:49:20.694Z | Compiling miniz_oxide v0.8.5 |
| 1488 | 2025-09-24T15:49:20.818Z | Compiling h2 v0.4.6 |
| 1489 | 2025-09-24T15:49:21.636Z | Compiling foreign-types v0.3.2 |
| 1490 | 2025-09-24T15:49:21.788Z | Compiling pest_derive v2.7.14 |
| 1491 | 2025-09-24T15:49:22.581Z | Compiling want v0.3.1 |
| 1492 | 2025-09-24T15:49:23.430Z | Compiling deranged v0.5.3 |
| 1493 | 2025-09-24T15:49:24.377Z | Compiling rand_chacha v0.9.0 |
| 1494 | 2025-09-24T15:49:26.226Z | Compiling ipnet v2.11.0 |
| 1495 | 2025-09-24T15:49:26.297Z | Compiling openssl-macros v0.1.1 |
| 1496 | 2025-09-24T15:49:26.620Z | Compiling dyn-clone v1.0.20 |
| 1497 | 2025-09-24T15:49:26.845Z | Compiling num_threads v0.1.7 |
| 1498 | 2025-09-24T15:49:27.006Z | Compiling rustls v0.23.19 |
| 1499 | 2025-09-24T15:49:27.028Z | Compiling crossbeam-utils v0.8.21 |
| 1500 | 2025-09-24T15:49:27.255Z | Compiling syn v1.0.109 |
| 1501 | 2025-09-24T15:49:27.331Z | Compiling native-tls v0.2.12 |
| 1502 | 2025-09-24T15:49:27.358Z | Compiling zerocopy v0.8.26 |
| 1503 | 2025-09-24T15:49:27.561Z | Compiling httpdate v1.0.3 |
| 1504 | 2025-09-24T15:49:27.781Z | Compiling dof v0.3.0 |
| 1505 | 2025-09-24T15:49:27.914Z | Compiling hyper v1.7.0 |
| 1506 | 2025-09-24T15:49:28.245Z | Compiling time v0.3.43 |
| 1507 | 2025-09-24T15:49:29.480Z | Compiling rand v0.9.2 |
| 1508 | 2025-09-24T15:49:30.436Z | Compiling dtrace-parser v0.2.0 |
| 1509 | 2025-09-24T15:49:31.293Z | Compiling unicode-normalization v0.1.24 |
| 1510 | 2025-09-24T15:49:31.473Z | Compiling heapless v0.7.17 |
| 1511 | 2025-09-24T15:49:31.928Z | Compiling signature v2.2.0 |
| 1512 | 2025-09-24T15:49:31.957Z | Compiling zerocopy-derive v0.8.26 |
| 1513 | 2025-09-24T15:49:32.228Z | Compiling cookie v0.18.1 |
| 1514 | 2025-09-24T15:49:32.249Z | Compiling crc32fast v1.4.2 |
| 1515 | 2025-09-24T15:49:32.302Z | Compiling siphasher v0.3.11 |
| 1516 | 2025-09-24T15:49:32.353Z | Compiling zstd-safe v7.2.3 |
| 1517 | 2025-09-24T15:49:32.541Z | Compiling zlib-rs v0.5.1 |
| 1518 | 2025-09-24T15:49:32.597Z | Compiling unicode-bidi v0.3.17 |
| 1519 | 2025-09-24T15:49:32.668Z | Compiling signal-hook v0.3.18 |
| 1520 | 2025-09-24T15:49:32.690Z | Compiling unicode-properties v0.1.3 |
| 1521 | 2025-09-24T15:49:32.982Z | Compiling slog v2.7.0 |
| 1522 | 2025-09-24T15:49:33.148Z | Compiling phf_shared v0.11.2 |
| 1523 | 2025-09-24T15:49:33.477Z | Compiling stringprep v0.1.5 |
| 1524 | 2025-09-24T15:49:33.650Z | Compiling usdt-impl v0.5.0 |
| 1525 | 2025-09-24T15:49:34.412Z | Compiling hyper-util v0.1.16 |
| 1526 | 2025-09-24T15:49:35.575Z | Compiling curve25519-dalek v4.1.3 |
| 1527 | 2025-09-24T15:49:36.122Z | Compiling rand_chacha v0.3.1 |
| 1528 | 2025-09-24T15:49:36.263Z | Compiling serde_spanned v0.6.9 |
| 1529 | 2025-09-24T15:49:36.454Z | Compiling toml_datetime v0.6.11 |
| 1530 | 2025-09-24T15:49:36.975Z | Compiling serde_tokenstream v0.2.2 |
| 1531 | 2025-09-24T15:49:36.997Z | Compiling md-5 v0.10.6 |
| 1532 | 2025-09-24T15:49:37.285Z | Compiling num-integer v0.1.46 |
| 1533 | 2025-09-24T15:49:37.551Z | Compiling sync_wrapper v1.0.1 |
| 1534 | 2025-09-24T15:49:37.725Z | Compiling hash32 v0.2.1 |
| 1535 | 2025-09-24T15:49:37.869Z | Compiling ff v0.13.0 |
| 1536 | 2025-09-24T15:49:38.013Z | Compiling memoffset v0.9.1 |
| 1537 | 2025-09-24T15:49:38.095Z | Compiling psl-types v2.0.11 |
| 1538 | 2025-09-24T15:49:38.117Z | Compiling tower-layer v0.3.3 |
| 1539 | 2025-09-24T15:49:38.320Z | Compiling gimli v0.31.1 |
| 1540 | 2025-09-24T15:49:38.341Z | Compiling litrs v0.4.1 |
| 1541 | 2025-09-24T15:49:38.363Z | Compiling base16ct v0.2.0 |
| 1542 | 2025-09-24T15:49:38.394Z | Compiling num-bigint-dig v0.8.4 |
| 1543 | 2025-09-24T15:49:38.459Z | Compiling fallible-iterator v0.2.0 |
| 1544 | 2025-09-24T15:49:38.675Z | Compiling libz-rs-sys v0.5.1 |
| 1545 | 2025-09-24T15:49:38.750Z | Compiling newtype-uuid v1.2.4 |
| 1546 | 2025-09-24T15:49:38.977Z | Compiling smoltcp v0.9.1 |
| 1547 | 2025-09-24T15:49:39.057Z | Compiling cfg_aliases v0.2.1 |
| 1548 | 2025-09-24T15:49:39.121Z | Compiling postgres-protocol v0.6.8 |
| 1549 | 2025-09-24T15:49:39.184Z | Compiling nix v0.29.0 |
| 1550 | 2025-09-24T15:49:39.400Z | Compiling document-features v0.2.11 |
| 1551 | 2025-09-24T15:49:39.473Z | Compiling flate2 v1.1.2 |
| 1552 | 2025-09-24T15:49:39.686Z | Compiling sec1 v0.7.3 |
| 1553 | 2025-09-24T15:49:40.195Z | Compiling tower v0.5.2 |
| 1554 | 2025-09-24T15:49:40.233Z | Compiling publicsuffix v2.3.0 |
| 1555 | 2025-09-24T15:49:40.324Z | Compiling group v0.13.0 |
| 1556 | 2025-09-24T15:49:40.533Z | Compiling num-iter v0.1.45 |
| 1557 | 2025-09-24T15:49:40.676Z | Compiling rand v0.8.5 |
| 1558 | 2025-09-24T15:49:40.854Z | Compiling tokio-native-tls v0.3.1 |
| 1559 | 2025-09-24T15:49:41.430Z | Compiling ipnetwork v0.21.1 |
| 1560 | 2025-09-24T15:49:41.793Z | Compiling strum_macros v0.27.1 |
| 1561 | 2025-09-24T15:49:41.985Z | Compiling rustls-native-certs v0.8.1 |
| 1562 | 2025-09-24T15:49:42.133Z | Compiling webpki-roots v1.0.1 |
| 1563 | 2025-09-24T15:49:42.252Z | Compiling http-body-util v0.1.3 |
| 1564 | 2025-09-24T15:49:42.349Z | Compiling addr2line v0.24.2 |
| 1565 | 2025-09-24T15:49:42.534Z | Compiling terminal_size v0.4.0 |
| 1566 | 2025-09-24T15:49:42.538Z | Compiling hkdf v0.12.4 |
| 1567 | 2025-09-24T15:49:42.735Z | Compiling crypto-bigint v0.5.5 |
| 1568 | 2025-09-24T15:49:42.786Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1569 | 2025-09-24T15:49:42.845Z | Compiling async-trait v0.1.89 |
| 1570 | 2025-09-24T15:49:42.899Z | Compiling thiserror-impl v2.0.16 |
| 1571 | 2025-09-24T15:49:43.003Z | Compiling ahash v0.8.12 |
| 1572 | 2025-09-24T15:49:43.379Z | Compiling object v0.36.5 |
| 1573 | 2025-09-24T15:49:44.180Z | Compiling fs-err v3.1.1 |
| 1574 | 2025-09-24T15:49:44.527Z | Compiling bitflags v1.3.2 |
| 1575 | 2025-09-24T15:49:44.652Z | Compiling bumpalo v3.16.0 |
| 1576 | 2025-09-24T15:49:45.151Z | Compiling simd-adler32 v0.3.7 |
| 1577 | 2025-09-24T15:49:45.262Z | Compiling rustc-demangle v0.1.24 |
| 1578 | 2025-09-24T15:49:45.734Z | Compiling rustix v1.0.7 |
| 1579 | 2025-09-24T15:49:45.909Z | Compiling hubpack_derive v0.1.1 |
| 1580 | 2025-09-24T15:49:46.026Z | Compiling managed v0.8.0 |
| 1581 | 2025-09-24T15:49:46.174Z | Compiling iri-string v0.7.8 |
| 1582 | 2025-09-24T15:49:46.465Z | Compiling lockfree-object-pool v0.1.6 |
| 1583 | 2025-09-24T15:49:46.486Z | Compiling anyhow v1.0.99 |
| 1584 | 2025-09-24T15:49:46.754Z | Compiling buf-list v1.0.3 |
| 1585 | 2025-09-24T15:49:46.779Z | Compiling winnow v0.5.40 |
| 1586 | 2025-09-24T15:49:46.782Z | Compiling hubpack v0.1.2 |
| 1587 | 2025-09-24T15:49:47.190Z | Compiling strum v0.27.2 |
| 1588 | 2025-09-24T15:49:47.382Z | Compiling zopfli v0.8.1 |
| 1589 | 2025-09-24T15:49:47.581Z | Compiling clap_builder v4.5.41 |
| 1590 | 2025-09-24T15:49:48.354Z | Compiling thiserror v2.0.16 |
| 1591 | 2025-09-24T15:49:48.534Z | Compiling elliptic-curve v0.13.8 |
| 1592 | 2025-09-24T15:49:49.120Z | Compiling tower-http v0.6.6 |
| 1593 | 2025-09-24T15:49:49.557Z | Compiling hyper-tls v0.6.0 |
| 1594 | 2025-09-24T15:49:49.876Z | Compiling backtrace v0.3.74 |
| 1595 | 2025-09-24T15:49:50.009Z | Compiling toml_edit v0.19.15 |
| 1596 | 2025-09-24T15:49:50.196Z | Compiling oxnet v0.1.3 |
| 1597 | 2025-09-24T15:49:50.455Z | Compiling signal-hook-mio v0.2.4 |
| 1598 | 2025-09-24T15:49:50.654Z | Compiling cookie_store v0.21.1 |
| 1599 | 2025-09-24T15:49:50.965Z | Compiling zstd v0.13.3 |
| 1600 | 2025-09-24T15:49:51.664Z | Compiling postgres-types v0.2.9 |
| 1601 | 2025-09-24T15:49:52.496Z | Compiling usdt-macro v0.5.0 |
| 1602 | 2025-09-24T15:49:52.722Z | Compiling usdt-attr-macro v0.5.0 |
| 1603 | 2025-09-24T15:49:52.944Z | Compiling phf v0.11.2 |
| 1604 | 2025-09-24T15:49:53.250Z | Compiling ed25519 v2.2.3 |
| 1605 | 2025-09-24T15:49:53.913Z | Compiling bzip2 v0.4.4 |
| 1606 | 2025-09-24T15:49:54.253Z | Compiling bzip2 v0.5.2 |
| 1607 | 2025-09-24T15:49:54.323Z | Compiling strum_macros v0.26.4 |
| 1608 | 2025-09-24T15:49:54.646Z | Compiling pkcs1 v0.7.5 |
| 1609 | 2025-09-24T15:49:55.137Z | Compiling serde-big-array v0.5.1 |
| 1610 | 2025-09-24T15:49:55.158Z | Compiling serde_urlencoded v0.7.1 |
| 1611 | 2025-09-24T15:49:55.387Z | Compiling rfc6979 v0.4.0 |
| 1612 | 2025-09-24T15:49:55.598Z | Compiling bstr v1.10.0 |
| 1613 | 2025-09-24T15:49:55.619Z | Compiling enum-as-inner v0.6.1 |
| 1614 | 2025-09-24T15:49:55.683Z | Compiling clap_derive v4.5.41 |
| 1615 | 2025-09-24T15:49:56.594Z | Compiling serde_repr v0.1.19 |
| 1616 | 2025-09-24T15:49:56.659Z | Compiling daft-derive v0.1.4 |
| 1617 | 2025-09-24T15:49:56.826Z | Compiling float-cmp v0.10.0 |
| 1618 | 2025-09-24T15:49:57.077Z | Compiling env_filter v0.1.2 |
| 1619 | 2025-09-24T15:49:57.080Z | Compiling socket2 v0.5.10 |
| 1620 | 2025-09-24T15:49:57.685Z | Compiling encoding_rs v0.8.34 |
| 1621 | 2025-09-24T15:49:57.703Z | Compiling whoami v1.5.2 |
| 1622 | 2025-09-24T15:49:58.011Z | Compiling mime v0.3.17 |
| 1623 | 2025-09-24T15:49:58.227Z | Compiling precomputed-hash v0.1.1 |
| 1624 | 2025-09-24T15:49:58.250Z | Compiling new_debug_unreachable v1.0.6 |
| 1625 | 2025-09-24T15:49:58.356Z | Compiling predicates-core v1.0.8 |
| 1626 | 2025-09-24T15:49:58.359Z | Compiling static_assertions v1.1.0 |
| 1627 | 2025-09-24T15:49:58.498Z | Compiling difflib v0.4.0 |
| 1628 | 2025-09-24T15:49:58.521Z | Compiling normalize-line-endings v0.3.0 |
| 1629 | 2025-09-24T15:49:58.670Z | Compiling fixedbitset v0.4.2 |
| 1630 | 2025-09-24T15:49:58.692Z | Compiling unicode-segmentation v1.12.0 |
| 1631 | 2025-09-24T15:49:58.753Z | Compiling data-encoding v2.9.0 |
| 1632 | 2025-09-24T15:49:59.120Z | Compiling petgraph v0.6.5 |
| 1633 | 2025-09-24T15:49:59.546Z | Compiling similar v2.7.0 |
| 1634 | 2025-09-24T15:49:59.764Z | Compiling hickory-proto v0.25.2 |
| 1635 | 2025-09-24T15:49:59.946Z | Compiling clap v4.5.41 |
| 1636 | 2025-09-24T15:50:00.082Z | Compiling predicates v3.1.3 |
| 1637 | 2025-09-24T15:50:00.615Z | Compiling strum v0.26.3 |
| 1638 | 2025-09-24T15:50:00.830Z | Compiling toml_edit v0.22.27 |
| 1639 | 2025-09-24T15:50:01.400Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 1640 | 2025-09-24T15:50:01.522Z | Compiling string_cache v0.8.9 |
| 1641 | 2025-09-24T15:50:01.572Z | Compiling daft v0.1.4 |
| 1642 | 2025-09-24T15:50:01.950Z | Compiling tokio-postgres v0.7.13 |
| 1643 | 2025-09-24T15:50:02.132Z | Compiling usdt v0.5.0 |
| 1644 | 2025-09-24T15:50:02.620Z | Compiling env_logger v0.11.5 |
| 1645 | 2025-09-24T15:50:02.698Z | Compiling ecdsa v0.16.9 |
| 1646 | 2025-09-24T15:50:02.835Z | Compiling rsa v0.9.6 |
| 1647 | 2025-09-24T15:50:03.333Z | Compiling zip v4.2.0 |
| 1648 | 2025-09-24T15:50:03.548Z | Compiling zip v0.6.6 |
| 1649 | 2025-09-24T15:50:04.799Z | Compiling ed25519-dalek v2.1.1 |
| 1650 | 2025-09-24T15:50:05.464Z | Compiling toml v0.7.8 |
| 1651 | 2025-09-24T15:50:07.082Z | Compiling crossterm v0.28.1 |
| 1652 | 2025-09-24T15:50:08.258Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 1653 | 2025-09-24T15:50:08.567Z | Compiling crossbeam-epoch v0.9.18 |
| 1654 | 2025-09-24T15:50:08.604Z | Compiling tokio-stream v0.1.17 |
| 1655 | 2025-09-24T15:50:08.670Z | Compiling x509-cert v0.2.5 |
| 1656 | 2025-09-24T15:50:09.232Z | Compiling openapiv3 v2.2.0 |
| 1657 | 2025-09-24T15:50:09.581Z | Compiling sha1 v0.10.6 |
| 1658 | 2025-09-24T15:50:10.022Z | Compiling itertools v0.10.5 |
| 1659 | 2025-09-24T15:50:10.278Z | Compiling winnow v0.6.26 |
| 1660 | 2025-09-24T15:50:10.438Z | Compiling rustc-hash v2.1.1 |
| 1661 | 2025-09-24T15:50:10.642Z | Compiling peg-runtime v0.8.5 |
| 1662 | 2025-09-24T15:50:11.120Z | Compiling lalrpop-util v0.19.12 |
| 1663 | 2025-09-24T15:50:11.196Z | Compiling thread_local v1.1.8 |
| 1664 | 2025-09-24T15:50:11.277Z | Compiling slog-async v2.8.0 |
| 1665 | 2025-09-24T15:50:11.483Z | Compiling crossbeam-channel v0.5.15 |
| 1666 | 2025-09-24T15:50:11.689Z | Compiling xattr v1.3.1 |
| 1667 | 2025-09-24T15:50:11.870Z | Compiling futures-executor v0.3.31 |
| 1668 | 2025-09-24T15:50:11.963Z | Compiling filetime v0.2.25 |
| 1669 | 2025-09-24T15:50:12.286Z | Compiling is-terminal v0.4.13 |
| 1670 | 2025-09-24T15:50:12.368Z | Compiling term v1.1.0 |
| 1671 | 2025-09-24T15:50:12.441Z | Compiling take_mut v0.2.2 |
| 1672 | 2025-09-24T15:50:12.445Z | Compiling tar v0.4.44 |
| 1673 | 2025-09-24T15:50:12.482Z | Compiling futures v0.3.31 |
| 1674 | 2025-09-24T15:50:13.154Z | Compiling slog-term v2.9.2 |
| 1675 | 2025-09-24T15:50:17.244Z | Compiling aws-lc-sys v0.26.0 |
| 1676 | 2025-09-24T15:50:49.514Z | Compiling rustls-webpki v0.102.8 |
| 1677 | 2025-09-24T15:50:53.973Z | Compiling tokio-rustls v0.26.0 |
| 1678 | 2025-09-24T15:50:54.243Z | Compiling hyper-rustls v0.27.7 |
| 1679 | 2025-09-24T15:50:54.562Z | Compiling reqwest v0.12.22 |
| 1680 | 2025-09-24T15:50:58.158Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1681 | 2025-09-24T15:50:58.429Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1682 | 2025-09-24T15:51:03.010Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 17s |
| 1683 | 2025-09-24T15:51:03.209Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1684 | 2025-09-24T15:51:03.301Z | Sep 24 15:51:02.300 INFO Starting download, target: Cockroach |
| 1685 | 2025-09-24T15:51:03.301Z | Sep 24 15:51:02.301 INFO Starting download, target: Console |
| 1686 | 2025-09-24T15:51:03.328Z | Sep 24 15:51:02.301 INFO Starting download, target: Clickhouse |
| 1687 | 2025-09-24T15:51:03.328Z | Sep 24 15:51:02.301 INFO Starting download, target: DendriteStub |
| 1688 | 2025-09-24T15:51:03.328Z | Sep 24 15:51:02.301 INFO Starting download, target: MaghemiteMgd |
| 1689 | 2025-09-24T15:51:03.329Z | Sep 24 15:51:02.301 INFO Starting download, target: TransceiverControl |
| 1690 | 2025-09-24T15:51:03.329Z | Sep 24 15:51:02.301 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1691 | 2025-09-24T15:51:03.329Z | Sep 24 15:51:02.301 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1692 | 2025-09-24T15:51:03.329Z | Sep 24 15:51:02.301 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1693 | 2025-09-24T15:51:03.329Z | Sep 24 15:51:02.301 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1694 | 2025-09-24T15:51:03.329Z | Sep 24 15:51:02.301 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1695 | 2025-09-24T15:51:03.329Z | Sep 24 15:51:02.301 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1696 | 2025-09-24T15:51:03.598Z | Sep 24 15:51:02.636 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1697 | 2025-09-24T15:51:03.875Z | Sep 24 15:51:02.883 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1698 | 2025-09-24T15:51:04.041Z | Sep 24 15:51:03.074 INFO Download complete, target: TransceiverControl |
| 1699 | 2025-09-24T15:51:04.286Z | Sep 24 15:51:03.319 INFO Download complete, target: Console |
| 1700 | 2025-09-24T15:51:04.806Z | Sep 24 15:51:03.824 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1701 | 2025-09-24T15:51:05.096Z | Sep 24 15:51:04.133 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1702 | 2025-09-24T15:51:05.147Z | Sep 24 15:51:04.186 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1703 | 2025-09-24T15:51:05.533Z | Sep 24 15:51:04.573 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1704 | 2025-09-24T15:51:05.533Z | Sep 24 15:51:04.573 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1705 | 2025-09-24T15:51:09.429Z | Sep 24 15:51:08.468 INFO Download complete, target: DendriteStub |
| 1706 | 2025-09-24T15:51:09.903Z | Sep 24 15:51:08.942 INFO Download complete, target: MaghemiteMgd |
| 1707 | 2025-09-24T15:51:12.757Z | Sep 24 15:51:11.795 INFO Checking that binary works, target: Cockroach |
| 1708 | 2025-09-24T15:51:12.892Z | Sep 24 15:51:11.931 INFO Download complete, target: Cockroach |
| 1709 | 2025-09-24T15:51:16.184Z | Sep 24 15:51:15.222 INFO Checking that binary works, target: Clickhouse |
| 1710 | 2025-09-24T15:51:16.357Z | Sep 24 15:51:15.394 INFO Download complete, target: Clickhouse |
| 1711 | 2025-09-24T15:51:16.379Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1712 | 2025-09-24T15:51:16.382Z | |
| 1713 | 2025-09-24T15:51:16.382Z | real 4:54.223768315 |
| 1714 | 2025-09-24T15:51:16.382Z | user 16:24.748088233 |
| 1715 | 2025-09-24T15:51:16.382Z | sys 2:19.416939359 |
| 1716 | 2025-09-24T15:51:16.382Z | trap 0.604875996 |
| 1717 | 2025-09-24T15:51:16.382Z | tflt 3.213121056 |
| 1718 | 2025-09-24T15:51:16.382Z | dflt 3.451741609 |
| 1719 | 2025-09-24T15:51:16.382Z | kflt 0.170523084 |
| 1720 | 2025-09-24T15:51:16.382Z | lock 39:20.818240654 |
| 1721 | 2025-09-24T15:51:16.383Z | slp 1:00:35.536459878 |
| 1722 | 2025-09-24T15:51:16.383Z | lat 1:13.703329694 |
| 1723 | 2025-09-24T15:51:16.383Z | stop 2:58.773661203 |
| 1724 | 2025-09-24T15:51:16.383Z | + banner hack-check |
| 1725 | 2025-09-24T15:51:16.386Z | |
| 1726 | 2025-09-24T15:51:16.386Z | # # ## #### # # #### # # ###### #### # # |
| 1727 | 2025-09-24T15:51:16.386Z | # # # # # # # # # # # # # # # # # |
| 1728 | 2025-09-24T15:51:16.386Z | ###### # # # #### ##### # ###### ##### # #### |
| 1729 | 2025-09-24T15:51:16.386Z | # # ###### # # # # # # # # # # |
| 1730 | 2025-09-24T15:51:16.386Z | # # # # # # # # # # # # # # # # # |
| 1731 | 2025-09-24T15:51:16.386Z | # # # # #### # # #### # # ###### #### # # |
| 1732 | 2025-09-24T15:51:16.386Z | |
| 1733 | 2025-09-24T15:51:16.386Z | + export CARGO_INCREMENTAL=0 |
| 1734 | 2025-09-24T15:51:16.386Z | + CARGO_INCREMENTAL=0 |
| 1735 | 2025-09-24T15:51:16.386Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1736 | 2025-09-24T15:51:17.164Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1737 | 2025-09-24T15:51:17.457Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1738 | 2025-09-24T15:51:20.500Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.01s |
| 1739 | 2025-09-24T15:51:20.600Z | Running `target/debug/xtask check-features --ci` |
| 1740 | 2025-09-24T15:51:20.627Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1741 | 2025-09-24T15:51:20.627Z | running: "/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1742 | 2025-09-24T15:51:21.238Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 1743 | 2025-09-24T15:51:21.267Z | Running `target/debug/xtask download cargo-hack` |
| 1744 | 2025-09-24T15:51:22.282Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1745 | 2025-09-24T15:51:22.693Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1746 | 2025-09-24T15:51:26.550Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.24s |
| 1747 | 2025-09-24T15:51:26.763Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1748 | 2025-09-24T15:51:26.806Z | Sep 24 15:51:25.842 INFO Starting download, target: CargoHack |
| 1749 | 2025-09-24T15:51:26.809Z | Sep 24 15:51:25.843 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1750 | 2025-09-24T15:51:27.142Z | Sep 24 15:51:26.177 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1751 | 2025-09-24T15:51:27.217Z | Sep 24 15:51:26.253 INFO Download complete, target: CargoHack |
| 1752 | 2025-09-24T15:51:27.221Z | 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" |
| 1753 | 2025-09-24T15:51:27.241Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1754 | 2025-09-24T15:51:27.449Z | info: running `cargo check --bins` on api_identity (1/229) |
| 1755 | 2025-09-24T15:51:28.137Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1756 | 2025-09-24T15:51:28.140Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1757 | 2025-09-24T15:51:28.140Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1758 | 2025-09-24T15:51:28.144Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 1759 | 2025-09-24T15:51:28.222Z | |
| 1760 | 2025-09-24T15:51:28.222Z | info: running `cargo check --bins` on bootstore (2/229) |
| 1761 | 2025-09-24T15:51:28.969Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1762 | 2025-09-24T15:51:28.974Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1763 | 2025-09-24T15:51:28.974Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1764 | 2025-09-24T15:51:28.979Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 1765 | 2025-09-24T15:51:29.069Z | |
| 1766 | 2025-09-24T15:51:29.070Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/229) |
| 1767 | 2025-09-24T15:51:29.783Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1768 | 2025-09-24T15:51:29.795Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1769 | 2025-09-24T15:51:29.795Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1770 | 2025-09-24T15:51:29.796Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 1771 | 2025-09-24T15:51:29.875Z | |
| 1772 | 2025-09-24T15:51:29.875Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/229) |
| 1773 | 2025-09-24T15:51:30.579Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1774 | 2025-09-24T15:51:30.583Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1775 | 2025-09-24T15:51:30.583Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1776 | 2025-09-24T15:51:30.587Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 1777 | 2025-09-24T15:51:31.675Z | |
| 1778 | 2025-09-24T15:51:31.675Z | info: running `cargo check --bins` on id-map (5/229) |
| 1779 | 2025-09-24T15:51:31.678Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1780 | 2025-09-24T15:51:31.678Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1781 | 2025-09-24T15:51:31.678Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1782 | 2025-09-24T15:51:31.678Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 1783 | 2025-09-24T15:51:31.678Z | |
| 1784 | 2025-09-24T15:51:31.678Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (6/229) |
| 1785 | 2025-09-24T15:51:31.972Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1786 | 2025-09-24T15:51:31.975Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1787 | 2025-09-24T15:51:31.975Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1788 | 2025-09-24T15:51:31.978Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 1789 | 2025-09-24T15:51:32.033Z | |
| 1790 | 2025-09-24T15:51:32.033Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (7/229) |
| 1791 | 2025-09-24T15:51:32.570Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1792 | 2025-09-24T15:51:32.573Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1793 | 2025-09-24T15:51:32.573Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1794 | 2025-09-24T15:51:32.576Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1795 | 2025-09-24T15:51:32.628Z | |
| 1796 | 2025-09-24T15:51:32.628Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (8/229) |
| 1797 | 2025-09-24T15:51:33.171Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1798 | 2025-09-24T15:51:33.175Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1799 | 2025-09-24T15:51:33.175Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1800 | 2025-09-24T15:51:33.175Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 1801 | 2025-09-24T15:51:33.229Z | |
| 1802 | 2025-09-24T15:51:33.229Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (9/229) |
| 1803 | 2025-09-24T15:51:33.770Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1804 | 2025-09-24T15:51:33.776Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1805 | 2025-09-24T15:51:33.776Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1806 | 2025-09-24T15:51:33.776Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1807 | 2025-09-24T15:51:33.824Z | |
| 1808 | 2025-09-24T15:51:33.825Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (10/229) |
| 1809 | 2025-09-24T15:51:34.356Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1810 | 2025-09-24T15:51:34.359Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1811 | 2025-09-24T15:51:34.359Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1812 | 2025-09-24T15:51:34.363Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1813 | 2025-09-24T15:51:34.416Z | |
| 1814 | 2025-09-24T15:51:34.416Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (11/229) |
| 1815 | 2025-09-24T15:51:34.947Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1816 | 2025-09-24T15:51:34.951Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1817 | 2025-09-24T15:51:34.951Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1818 | 2025-09-24T15:51:34.954Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1819 | 2025-09-24T15:51:35.007Z | |
| 1820 | 2025-09-24T15:51:35.007Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (12/229) |
| 1821 | 2025-09-24T15:51:35.541Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1822 | 2025-09-24T15:51:35.545Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1823 | 2025-09-24T15:51:35.546Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1824 | 2025-09-24T15:51:35.549Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1825 | 2025-09-24T15:51:35.600Z | |
| 1826 | 2025-09-24T15:51:35.600Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (13/229) |
| 1827 | 2025-09-24T15:51:36.129Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1828 | 2025-09-24T15:51:36.132Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1829 | 2025-09-24T15:51:36.132Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1830 | 2025-09-24T15:51:36.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1831 | 2025-09-24T15:51:36.188Z | |
| 1832 | 2025-09-24T15:51:36.188Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (14/229) |
| 1833 | 2025-09-24T15:51:36.763Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1834 | 2025-09-24T15:51:36.767Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1835 | 2025-09-24T15:51:36.767Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1836 | 2025-09-24T15:51:36.767Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1837 | 2025-09-24T15:51:36.785Z | |
| 1838 | 2025-09-24T15:51:36.785Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (15/229) |
| 1839 | 2025-09-24T15:51:37.318Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1840 | 2025-09-24T15:51:37.321Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1841 | 2025-09-24T15:51:37.321Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1842 | 2025-09-24T15:51:37.324Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1843 | 2025-09-24T15:51:37.377Z | |
| 1844 | 2025-09-24T15:51:37.378Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (16/229) |
| 1845 | 2025-09-24T15:51:37.909Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1846 | 2025-09-24T15:51:37.912Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1847 | 2025-09-24T15:51:37.912Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1848 | 2025-09-24T15:51:37.915Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1849 | 2025-09-24T15:51:37.968Z | |
| 1850 | 2025-09-24T15:51:37.968Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (17/229) |
| 1851 | 2025-09-24T15:51:38.505Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1852 | 2025-09-24T15:51:38.509Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1853 | 2025-09-24T15:51:38.509Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1854 | 2025-09-24T15:51:38.512Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1855 | 2025-09-24T15:51:38.565Z | |
| 1856 | 2025-09-24T15:51:38.565Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (18/229) |
| 1857 | 2025-09-24T15:51:39.104Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1858 | 2025-09-24T15:51:39.108Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1859 | 2025-09-24T15:51:39.108Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1860 | 2025-09-24T15:51:39.111Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1861 | 2025-09-24T15:51:39.166Z | |
| 1862 | 2025-09-24T15:51:39.166Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (19/229) |
| 1863 | 2025-09-24T15:51:39.703Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1864 | 2025-09-24T15:51:39.706Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1865 | 2025-09-24T15:51:39.707Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1866 | 2025-09-24T15:51:39.709Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1867 | 2025-09-24T15:51:39.763Z | |
| 1868 | 2025-09-24T15:51:39.763Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (20/229) |
| 1869 | 2025-09-24T15:51:40.298Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1870 | 2025-09-24T15:51:40.301Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1871 | 2025-09-24T15:51:40.301Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1872 | 2025-09-24T15:51:40.304Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1873 | 2025-09-24T15:51:40.359Z | |
| 1874 | 2025-09-24T15:51:40.359Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (21/229) |
| 1875 | 2025-09-24T15:51:40.898Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1876 | 2025-09-24T15:51:40.901Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1877 | 2025-09-24T15:51:40.901Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1878 | 2025-09-24T15:51:40.904Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1879 | 2025-09-24T15:51:40.957Z | |
| 1880 | 2025-09-24T15:51:40.957Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (22/229) |
| 1881 | 2025-09-24T15:51:41.495Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1882 | 2025-09-24T15:51:41.498Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1883 | 2025-09-24T15:51:41.498Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1884 | 2025-09-24T15:51:41.502Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1885 | 2025-09-24T15:51:41.556Z | |
| 1886 | 2025-09-24T15:51:41.556Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (23/229) |
| 1887 | 2025-09-24T15:51:42.132Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1888 | 2025-09-24T15:51:42.137Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1889 | 2025-09-24T15:51:42.137Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1890 | 2025-09-24T15:51:42.137Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1891 | 2025-09-24T15:51:42.156Z | |
| 1892 | 2025-09-24T15:51:42.156Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (24/229) |
| 1893 | 2025-09-24T15:51:42.694Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1894 | 2025-09-24T15:51:42.698Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1895 | 2025-09-24T15:51:42.698Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1896 | 2025-09-24T15:51:42.701Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1897 | 2025-09-24T15:51:42.756Z | |
| 1898 | 2025-09-24T15:51:42.756Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (25/229) |
| 1899 | 2025-09-24T15:51:43.294Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1900 | 2025-09-24T15:51:43.298Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1901 | 2025-09-24T15:51:43.299Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1902 | 2025-09-24T15:51:43.299Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1903 | 2025-09-24T15:51:43.355Z | |
| 1904 | 2025-09-24T15:51:43.355Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (26/229) |
| 1905 | 2025-09-24T15:51:43.890Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1906 | 2025-09-24T15:51:43.893Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1907 | 2025-09-24T15:51:43.894Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1908 | 2025-09-24T15:51:43.897Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1909 | 2025-09-24T15:51:43.950Z | |
| 1910 | 2025-09-24T15:51:43.950Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (27/229) |
| 1911 | 2025-09-24T15:51:44.487Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1912 | 2025-09-24T15:51:44.490Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1913 | 2025-09-24T15:51:44.490Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1914 | 2025-09-24T15:51:44.493Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1915 | 2025-09-24T15:51:44.548Z | |
| 1916 | 2025-09-24T15:51:44.548Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (28/229) |
| 1917 | 2025-09-24T15:51:45.079Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1918 | 2025-09-24T15:51:45.082Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1919 | 2025-09-24T15:51:45.083Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1920 | 2025-09-24T15:51:45.087Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1921 | 2025-09-24T15:51:45.138Z | |
| 1922 | 2025-09-24T15:51:45.138Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (29/229) |
| 1923 | 2025-09-24T15:51:45.671Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1924 | 2025-09-24T15:51:45.674Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1925 | 2025-09-24T15:51:45.674Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1926 | 2025-09-24T15:51:45.677Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1927 | 2025-09-24T15:51:45.732Z | |
| 1928 | 2025-09-24T15:51:45.732Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (30/229) |
| 1929 | 2025-09-24T15:51:46.264Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1930 | 2025-09-24T15:51:46.268Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1931 | 2025-09-24T15:51:46.268Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1932 | 2025-09-24T15:51:46.271Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1933 | 2025-09-24T15:51:46.325Z | |
| 1934 | 2025-09-24T15:51:46.325Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (31/229) |
| 1935 | 2025-09-24T15:51:46.868Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1936 | 2025-09-24T15:51:46.871Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1937 | 2025-09-24T15:51:46.871Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1938 | 2025-09-24T15:51:46.874Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 1939 | 2025-09-24T15:51:46.931Z | |
| 1940 | 2025-09-24T15:51:46.931Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (32/229) |
| 1941 | 2025-09-24T15:51:47.482Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1942 | 2025-09-24T15:51:47.485Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1943 | 2025-09-24T15:51:47.485Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1944 | 2025-09-24T15:51:47.488Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 1945 | 2025-09-24T15:51:47.544Z | |
| 1946 | 2025-09-24T15:51:47.544Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/229) |
| 1947 | 2025-09-24T15:51:48.084Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1948 | 2025-09-24T15:51:48.087Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1949 | 2025-09-24T15:51:48.087Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1950 | 2025-09-24T15:51:48.090Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1951 | 2025-09-24T15:51:48.146Z | |
| 1952 | 2025-09-24T15:51:48.147Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (34/229) |
| 1953 | 2025-09-24T15:51:48.677Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1954 | 2025-09-24T15:51:48.681Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1955 | 2025-09-24T15:51:48.681Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1956 | 2025-09-24T15:51:48.684Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1957 | 2025-09-24T15:51:48.739Z | |
| 1958 | 2025-09-24T15:51:48.739Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (35/229) |
| 1959 | 2025-09-24T15:51:49.274Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1960 | 2025-09-24T15:51:49.277Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1961 | 2025-09-24T15:51:49.277Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1962 | 2025-09-24T15:51:49.280Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1963 | 2025-09-24T15:51:49.335Z | |
| 1964 | 2025-09-24T15:51:49.335Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (36/229) |
| 1965 | 2025-09-24T15:51:49.869Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1966 | 2025-09-24T15:51:49.872Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1967 | 2025-09-24T15:51:49.872Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1968 | 2025-09-24T15:51:49.875Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1969 | 2025-09-24T15:51:49.929Z | |
| 1970 | 2025-09-24T15:51:49.929Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (37/229) |
| 1971 | 2025-09-24T15:51:50.468Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1972 | 2025-09-24T15:51:50.471Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1973 | 2025-09-24T15:51:50.471Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1974 | 2025-09-24T15:51:50.474Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1975 | 2025-09-24T15:51:50.529Z | |
| 1976 | 2025-09-24T15:51:50.529Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (38/229) |
| 1977 | 2025-09-24T15:51:51.067Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1978 | 2025-09-24T15:51:51.071Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1979 | 2025-09-24T15:51:51.071Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1980 | 2025-09-24T15:51:51.074Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1981 | 2025-09-24T15:51:51.129Z | |
| 1982 | 2025-09-24T15:51:51.129Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/229) |
| 1983 | 2025-09-24T15:51:51.667Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1984 | 2025-09-24T15:51:51.674Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1985 | 2025-09-24T15:51:51.674Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1986 | 2025-09-24T15:51:51.678Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1987 | 2025-09-24T15:51:51.730Z | |
| 1988 | 2025-09-24T15:51:51.730Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (40/229) |
| 1989 | 2025-09-24T15:51:52.270Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1990 | 2025-09-24T15:51:52.274Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1991 | 2025-09-24T15:51:52.274Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1992 | 2025-09-24T15:51:52.277Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1993 | 2025-09-24T15:51:52.332Z | |
| 1994 | 2025-09-24T15:51:52.332Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (41/229) |
| 1995 | 2025-09-24T15:51:52.869Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1996 | 2025-09-24T15:51:52.873Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1997 | 2025-09-24T15:51:52.873Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1998 | 2025-09-24T15:51:52.878Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1999 | 2025-09-24T15:51:52.931Z | |
| 2000 | 2025-09-24T15:51:52.931Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (42/229) |
| 2001 | 2025-09-24T15:51:53.478Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2002 | 2025-09-24T15:51:53.483Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2003 | 2025-09-24T15:51:53.483Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2004 | 2025-09-24T15:51:53.486Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2005 | 2025-09-24T15:51:53.540Z | |
| 2006 | 2025-09-24T15:51:53.540Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/229) |
| 2007 | 2025-09-24T15:51:54.074Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2008 | 2025-09-24T15:51:54.078Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2009 | 2025-09-24T15:51:54.078Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2010 | 2025-09-24T15:51:54.081Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2011 | 2025-09-24T15:51:54.136Z | |
| 2012 | 2025-09-24T15:51:54.136Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (44/229) |
| 2013 | 2025-09-24T15:51:54.673Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2014 | 2025-09-24T15:51:54.676Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2015 | 2025-09-24T15:51:54.676Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2016 | 2025-09-24T15:51:54.679Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2017 | 2025-09-24T15:51:54.735Z | |
| 2018 | 2025-09-24T15:51:54.735Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (45/229) |
| 2019 | 2025-09-24T15:51:55.271Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2020 | 2025-09-24T15:51:55.274Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2021 | 2025-09-24T15:51:55.274Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2022 | 2025-09-24T15:51:55.277Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2023 | 2025-09-24T15:51:55.332Z | |
| 2024 | 2025-09-24T15:51:55.332Z | info: running `cargo check --bins` on sled-hardware-types (46/229) |
| 2025 | 2025-09-24T15:51:56.048Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2026 | 2025-09-24T15:51:56.051Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2027 | 2025-09-24T15:51:56.051Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2028 | 2025-09-24T15:51:56.055Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 2029 | 2025-09-24T15:51:56.147Z | |
| 2030 | 2025-09-24T15:51:56.147Z | info: running `cargo check --bins --no-default-features` on illumos-utils (47/229) |
| 2031 | 2025-09-24T15:51:56.864Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2032 | 2025-09-24T15:51:56.867Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2033 | 2025-09-24T15:51:56.867Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2034 | 2025-09-24T15:51:56.870Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 2035 | 2025-09-24T15:51:56.959Z | |
| 2036 | 2025-09-24T15:51:56.959Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (48/229) |
| 2037 | 2025-09-24T15:51:57.673Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2038 | 2025-09-24T15:51:57.676Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2039 | 2025-09-24T15:51:57.676Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2040 | 2025-09-24T15:51:57.679Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 2041 | 2025-09-24T15:51:57.769Z | |
| 2042 | 2025-09-24T15:51:57.769Z | info: running `cargo check --bins` on oxlog (49/229) |
| 2043 | 2025-09-24T15:51:58.449Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2044 | 2025-09-24T15:51:58.452Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2045 | 2025-09-24T15:51:58.556Z | Checking cfg-if v1.0.1 |
| 2046 | 2025-09-24T15:51:58.559Z | Checking libc v0.2.174 |
| 2047 | 2025-09-24T15:51:58.559Z | Checking serde_core v1.0.223 |
| 2048 | 2025-09-24T15:51:58.698Z | Checking zeroize v1.8.1 |
| 2049 | 2025-09-24T15:51:58.701Z | Checking memchr v2.7.4 |
| 2050 | 2025-09-24T15:51:58.724Z | Checking typenum v1.17.0 |
| 2051 | 2025-09-24T15:51:58.727Z | Checking value-bag v1.9.0 |
| 2052 | 2025-09-24T15:51:58.727Z | Checking smallvec v1.15.1 |
| 2053 | 2025-09-24T15:51:58.771Z | Checking subtle v2.6.1 |
| 2054 | 2025-09-24T15:51:58.959Z | Checking scopeguard v1.2.0 |
| 2055 | 2025-09-24T15:51:59.026Z | Checking const-oid v0.9.6 |
| 2056 | 2025-09-24T15:51:59.093Z | Checking itoa v1.0.11 |
| 2057 | 2025-09-24T15:51:59.110Z | Checking lock_api v0.4.12 |
| 2058 | 2025-09-24T15:51:59.165Z | Checking log v0.4.27 |
| 2059 | 2025-09-24T15:51:59.338Z | Checking stable_deref_trait v1.2.0 |
| 2060 | 2025-09-24T15:51:59.465Z | Checking zerofrom v0.1.4 |
| 2061 | 2025-09-24T15:51:59.511Z | Checking pin-project-lite v0.2.14 |
| 2062 | 2025-09-24T15:51:59.543Z | Checking byteorder v1.5.0 |
| 2063 | 2025-09-24T15:51:59.652Z | Checking portable-atomic v1.11.0 |
| 2064 | 2025-09-24T15:51:59.673Z | Checking critical-section v1.1.3 |
| 2065 | 2025-09-24T15:51:59.693Z | Checking yoke v0.7.4 |
| 2066 | 2025-09-24T15:51:59.726Z | Checking getrandom v0.2.15 |
| 2067 | 2025-09-24T15:51:59.766Z | Checking generic-array v0.14.7 |
| 2068 | 2025-09-24T15:51:59.821Z | Checking parking_lot_core v0.9.10 |
| 2069 | 2025-09-24T15:51:59.927Z | Checking signal-hook-registry v1.4.2 |
| 2070 | 2025-09-24T15:51:59.983Z | Checking rand_core v0.6.4 |
| 2071 | 2025-09-24T15:52:00.017Z | Checking mio v1.0.2 |
| 2072 | 2025-09-24T15:52:00.153Z | Checking parking_lot v0.12.3 |
| 2073 | 2025-09-24T15:52:00.175Z | Checking zerovec v0.10.4 |
| 2074 | 2025-09-24T15:52:00.304Z | Checking socket2 v0.6.0 |
| 2075 | 2025-09-24T15:52:00.511Z | Checking cpufeatures v0.2.14 |
| 2076 | 2025-09-24T15:52:00.607Z | Checking futures-core v0.3.31 |
| 2077 | 2025-09-24T15:52:00.624Z | Checking equivalent v1.0.2 |
| 2078 | 2025-09-24T15:52:00.648Z | Checking once_cell v1.21.3 |
| 2079 | 2025-09-24T15:52:00.741Z | Checking allocator-api2 v0.2.21 |
| 2080 | 2025-09-24T15:52:00.780Z | Checking foldhash v0.1.5 |
| 2081 | 2025-09-24T15:52:00.801Z | Checking writeable v0.5.5 |
| 2082 | 2025-09-24T15:52:00.825Z | Checking litemap v0.7.3 |
| 2083 | 2025-09-24T15:52:00.877Z | Checking crypto-common v0.1.6 |
| 2084 | 2025-09-24T15:52:00.944Z | Checking block-buffer v0.10.4 |
| 2085 | 2025-09-24T15:52:01.004Z | Checking block-padding v0.3.3 |
| 2086 | 2025-09-24T15:52:01.092Z | Checking getrandom v0.3.1 |
| 2087 | 2025-09-24T15:52:01.116Z | Checking percent-encoding v2.3.2 |
| 2088 | 2025-09-24T15:52:01.150Z | Checking zerocopy v0.7.35 |
| 2089 | 2025-09-24T15:52:01.189Z | Checking digest v0.10.7 |
| 2090 | 2025-09-24T15:52:01.220Z | Checking inout v0.1.3 |
| 2091 | 2025-09-24T15:52:01.345Z | Checking hashbrown v0.15.4 |
| 2092 | 2025-09-24T15:52:01.349Z | Checking libm v0.2.8 |
| 2093 | 2025-09-24T15:52:01.380Z | Checking icu_locid_transform_data v1.5.0 |
| 2094 | 2025-09-24T15:52:01.461Z | Checking futures-sink v0.3.31 |
| 2095 | 2025-09-24T15:52:01.490Z | Checking ryu v1.0.18 |
| 2096 | 2025-09-24T15:52:01.535Z | Checking hmac v0.12.1 |
| 2097 | 2025-09-24T15:52:01.621Z | Checking futures-channel v0.3.31 |
| 2098 | 2025-09-24T15:52:01.665Z | Checking tinystr v0.7.6 |
| 2099 | 2025-09-24T15:52:01.732Z | Checking icu_collections v1.5.0 |
| 2100 | 2025-09-24T15:52:01.758Z | Checking sha2 v0.10.9 |
| 2101 | 2025-09-24T15:52:01.969Z | Checking cipher v0.4.4 |
| 2102 | 2025-09-24T15:52:02.004Z | Checking icu_locid v1.5.0 |
| 2103 | 2025-09-24T15:52:02.294Z | Checking num-traits v0.2.19 |
| 2104 | 2025-09-24T15:52:02.317Z | Checking slab v0.4.9 |
| 2105 | 2025-09-24T15:52:02.336Z | Checking base64ct v1.6.0 |
| 2106 | 2025-09-24T15:52:02.369Z | Checking futures-io v0.3.31 |
| 2107 | 2025-09-24T15:52:02.389Z | Checking icu_properties_data v1.5.0 |
| 2108 | 2025-09-24T15:52:02.393Z | Checking pin-utils v0.1.0 |
| 2109 | 2025-09-24T15:52:02.510Z | Checking futures-task v0.3.31 |
| 2110 | 2025-09-24T15:52:02.551Z | Checking serde v1.0.223 |
| 2111 | 2025-09-24T15:52:02.570Z | Checking serde_json v1.0.145 |
| 2112 | 2025-09-24T15:52:02.590Z | Checking flagset v0.4.6 |
| 2113 | 2025-09-24T15:52:02.638Z | Checking utf16_iter v1.0.5 |
| 2114 | 2025-09-24T15:52:02.753Z | Checking futures-util v0.3.31 |
| 2115 | 2025-09-24T15:52:02.774Z | Checking pem-rfc7468 v0.7.0 |
| 2116 | 2025-09-24T15:52:02.794Z | Checking utf8_iter v1.0.4 |
| 2117 | 2025-09-24T15:52:02.819Z | Checking write16 v1.0.0 |
| 2118 | 2025-09-24T15:52:02.913Z | Checking icu_provider v1.5.0 |
| 2119 | 2025-09-24T15:52:02.964Z | Checking icu_normalizer_data v1.5.0 |
| 2120 | 2025-09-24T15:52:02.999Z | Checking salsa20 v0.10.2 |
| 2121 | 2025-09-24T15:52:03.025Z | Checking der v0.7.9 |
| 2122 | 2025-09-24T15:52:03.071Z | Checking ppv-lite86 v0.2.20 |
| 2123 | 2025-09-24T15:52:03.222Z | Checking pbkdf2 v0.12.2 |
| 2124 | 2025-09-24T15:52:03.406Z | Checking fnv v1.0.7 |
| 2125 | 2025-09-24T15:52:03.495Z | Checking bytes v1.10.1 |
| 2126 | 2025-09-24T15:52:03.512Z | Checking bitflags v2.9.1 |
| 2127 | 2025-09-24T15:52:03.559Z | Checking icu_locid_transform v1.5.0 |
| 2128 | 2025-09-24T15:52:03.686Z | Checking indexmap v2.11.0 |
| 2129 | 2025-09-24T15:52:03.797Z | Checking scrypt v0.11.0 |
| 2130 | 2025-09-24T15:52:03.842Z | Checking cbc v0.1.2 |
| 2131 | 2025-09-24T15:52:04.040Z | Checking aes v0.8.4 |
| 2132 | 2025-09-24T15:52:04.070Z | Checking form_urlencoded v1.2.2 |
| 2133 | 2025-09-24T15:52:04.184Z | Checking uuid v1.18.1 |
| 2134 | 2025-09-24T15:52:04.280Z | Checking tracing-core v0.1.32 |
| 2135 | 2025-09-24T15:52:04.489Z | Checking tokio v1.47.0 |
| 2136 | 2025-09-24T15:52:04.549Z | Checking icu_properties v1.5.1 |
| 2137 | 2025-09-24T15:52:04.742Z | Checking spki v0.7.3 |
| 2138 | 2025-09-24T15:52:04.835Z | Checking http v1.3.1 |
| 2139 | 2025-09-24T15:52:04.902Z | Checking base64 v0.22.1 |
| 2140 | 2025-09-24T15:52:04.920Z | Checking tracing v0.1.40 |
| 2141 | 2025-09-24T15:52:04.989Z | Checking iana-time-zone v0.1.63 |
| 2142 | 2025-09-24T15:52:05.020Z | Checking pkcs5 v0.7.1 |
| 2143 | 2025-09-24T15:52:05.158Z | Compiling newtype-uuid v1.2.4 |
| 2144 | 2025-09-24T15:52:05.262Z | Checking rustls-pki-types v1.10.0 |
| 2145 | 2025-09-24T15:52:05.419Z | Checking tinyvec_macros v0.1.1 |
| 2146 | 2025-09-24T15:52:05.494Z | Checking tinyvec v1.8.0 |
| 2147 | 2025-09-24T15:52:05.511Z | Checking pkcs8 v0.10.2 |
| 2148 | 2025-09-24T15:52:05.528Z | Checking chrono v0.4.41 |
| 2149 | 2025-09-24T15:52:05.805Z | Checking rand_core v0.9.3 |
| 2150 | 2025-09-24T15:52:05.830Z | Checking errno v0.3.12 |
| 2151 | 2025-09-24T15:52:06.016Z | Checking aws-lc-sys v0.26.0 |
| 2152 | 2025-09-24T15:52:06.064Z | Checking http-body v1.0.1 |
| 2153 | 2025-09-24T15:52:06.147Z | Checking spin v0.9.8 |
| 2154 | 2025-09-24T15:52:06.281Z | Checking try-lock v0.2.5 |
| 2155 | 2025-09-24T15:52:06.439Z | Checking adler2 v2.0.0 |
| 2156 | 2025-09-24T15:52:06.481Z | Checking foreign-types-shared v0.1.1 |
| 2157 | 2025-09-24T15:52:06.610Z | Checking untrusted v0.9.0 |
| 2158 | 2025-09-24T15:52:06.631Z | Checking tower-service v0.3.3 |
| 2159 | 2025-09-24T15:52:06.767Z | Checking atomic-waker v1.1.2 |
| 2160 | 2025-09-24T15:52:06.782Z | Checking untrusted v0.7.1 |
| 2161 | 2025-09-24T15:52:06.800Z | Checking openssl-probe v0.1.5 |
| 2162 | 2025-09-24T15:52:06.917Z | Checking ring v0.17.14 |
| 2163 | 2025-09-24T15:52:06.968Z | Checking miniz_oxide v0.8.5 |
| 2164 | 2025-09-24T15:52:06.986Z | Checking foreign-types v0.3.2 |
| 2165 | 2025-09-24T15:52:07.091Z | Checking want v0.3.1 |
| 2166 | 2025-09-24T15:52:07.247Z | Checking rand_chacha v0.9.0 |
| 2167 | 2025-09-24T15:52:07.282Z | Checking ipnet v2.11.0 |
| 2168 | 2025-09-24T15:52:07.500Z | Checking httparse v1.9.5 |
| 2169 | 2025-09-24T15:52:07.630Z | Checking openssl-sys v0.9.109 |
| 2170 | 2025-09-24T15:52:07.699Z | Checking thiserror v1.0.69 |
| 2171 | 2025-09-24T15:52:07.829Z | Checking aho-corasick v1.1.3 |
| 2172 | 2025-09-24T15:52:07.848Z | Checking icu_normalizer v1.5.0 |
| 2173 | 2025-09-24T15:52:07.864Z | Checking anstyle v1.0.11 |
| 2174 | 2025-09-24T15:52:07.942Z | Checking powerfmt v0.2.0 |
| 2175 | 2025-09-24T15:52:08.224Z | Checking regex-syntax v0.8.5 |
| 2176 | 2025-09-24T15:52:08.241Z | Checking httpdate v1.0.3 |
| 2177 | 2025-09-24T15:52:08.244Z | Checking aws-lc-rs v1.12.4 |
| 2178 | 2025-09-24T15:52:08.527Z | Checking unicode-ident v1.0.18 |
| 2179 | 2025-09-24T15:52:08.610Z | Checking idna_adapter v1.2.0 |
| 2180 | 2025-09-24T15:52:08.716Z | Checking utf8parse v0.2.2 |
| 2181 | 2025-09-24T15:52:08.807Z | Checking openssl v0.10.73 |
| 2182 | 2025-09-24T15:52:08.831Z | Checking idna v1.0.3 |
| 2183 | 2025-09-24T15:52:08.883Z | Checking anstyle-parse v0.2.5 |
| 2184 | 2025-09-24T15:52:09.108Z | Checking proc-macro2 v1.0.101 |
| 2185 | 2025-09-24T15:52:09.177Z | Checking deranged v0.5.3 |
| 2186 | 2025-09-24T15:52:09.327Z | Checking url v2.5.4 |
| 2187 | 2025-09-24T15:52:09.374Z | Checking rand v0.9.2 |
| 2188 | 2025-09-24T15:52:09.790Z | Checking unicode-normalization v0.1.24 |
| 2189 | 2025-09-24T15:52:09.953Z | Checking rustls-webpki v0.102.8 |
| 2190 | 2025-09-24T15:52:10.217Z | Checking rustix v0.38.37 |
| 2191 | 2025-09-24T15:52:10.455Z | Checking crossbeam-utils v0.8.21 |
| 2192 | 2025-09-24T15:52:10.673Z | Checking semver v1.0.26 |
| 2193 | 2025-09-24T15:52:10.692Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2194 | 2025-09-24T15:52:10.817Z | Checking signature v2.2.0 |
| 2195 | 2025-09-24T15:52:11.035Z | Checking scroll v0.12.0 |
| 2196 | 2025-09-24T15:52:11.065Z | Checking crc32fast v1.4.2 |
| 2197 | 2025-09-24T15:52:11.185Z | Checking colorchoice v1.0.2 |
| 2198 | 2025-09-24T15:52:11.307Z | Checking unicode-properties v0.1.3 |
| 2199 | 2025-09-24T15:52:11.334Z | Checking siphasher v0.3.11 |
| 2200 | 2025-09-24T15:52:11.355Z | Checking tokio-util v0.7.15 |
| 2201 | 2025-09-24T15:52:11.372Z | Checking regex-automata v0.4.8 |
| 2202 | 2025-09-24T15:52:11.481Z | Checking time-core v0.1.6 |
| 2203 | 2025-09-24T15:52:11.670Z | Checking num-conv v0.1.0 |
| 2204 | 2025-09-24T15:52:11.670Z | Checking zlib-rs v0.5.1 |
| 2205 | 2025-09-24T15:52:11.734Z | Checking is_terminal_polyfill v1.70.1 |
| 2206 | 2025-09-24T15:52:11.777Z | Checking anstyle-query v1.1.1 |
| 2207 | 2025-09-24T15:52:11.867Z | Checking plain v0.2.3 |
| 2208 | 2025-09-24T15:52:11.911Z | Checking num_threads v0.1.7 |
| 2209 | 2025-09-24T15:52:11.951Z | Checking unicode-bidi v0.3.17 |
| 2210 | 2025-09-24T15:52:12.038Z | Checking ucd-trie v0.1.7 |
| 2211 | 2025-09-24T15:52:12.057Z | Checking dyn-clone v1.0.20 |
| 2212 | 2025-09-24T15:52:12.222Z | Checking schemars v0.8.22 |
| 2213 | 2025-09-24T15:52:12.254Z | Checking pest v2.7.14 |
| 2214 | 2025-09-24T15:52:12.554Z | Checking stringprep v0.1.5 |
| 2215 | 2025-09-24T15:52:12.581Z | Checking h2 v0.4.6 |
| 2216 | 2025-09-24T15:52:12.820Z | Checking time v0.3.43 |
| 2217 | 2025-09-24T15:52:13.441Z | Checking goblin v0.8.2 |
| 2218 | 2025-09-24T15:52:13.493Z | Checking libz-rs-sys v0.5.1 |
| 2219 | 2025-09-24T15:52:13.704Z | Checking anstream v0.6.18 |
| 2220 | 2025-09-24T15:52:13.814Z | Checking phf_shared v0.11.2 |
| 2221 | 2025-09-24T15:52:13.833Z | Checking native-tls v0.2.12 |
| 2222 | 2025-09-24T15:52:14.080Z | Checking crossbeam-epoch v0.9.18 |
| 2223 | 2025-09-24T15:52:14.101Z | Checking rustls v0.23.19 |
| 2224 | 2025-09-24T15:52:14.171Z | Checking quote v1.0.40 |
| 2225 | 2025-09-24T15:52:14.540Z | Checking rand_chacha v0.3.1 |
| 2226 | 2025-09-24T15:52:14.705Z | Checking num-integer v0.1.46 |
| 2227 | 2025-09-24T15:52:14.791Z | Checking serde_spanned v0.6.9 |
| 2228 | 2025-09-24T15:52:14.912Z | Checking toml_datetime v0.6.11 |
| 2229 | 2025-09-24T15:52:15.009Z | Checking zerocopy v0.8.26 |
| 2230 | 2025-09-24T15:52:15.179Z | Checking zstd-sys v2.0.14+zstd.1.5.7 |
| 2231 | 2025-09-24T15:52:15.269Z | Checking md-5 v0.10.6 |
| 2232 | 2025-09-24T15:52:15.378Z | Checking sync_wrapper v1.0.1 |
| 2233 | 2025-09-24T15:52:15.399Z | Checking ff v0.13.0 |
| 2234 | 2025-09-24T15:52:15.496Z | Checking hash32 v0.2.1 |
| 2235 | 2025-09-24T15:52:15.533Z | Checking either v1.15.0 |
| 2236 | 2025-09-24T15:52:15.554Z | Checking pretty-hex v0.4.1 |
| 2237 | 2025-09-24T15:52:15.622Z | Checking base16ct v0.2.0 |
| 2238 | 2025-09-24T15:52:15.740Z | Checking fallible-iterator v0.2.0 |
| 2239 | 2025-09-24T15:52:15.790Z | Checking gimli v0.31.1 |
| 2240 | 2025-09-24T15:52:15.832Z | Checking tower-layer v0.3.3 |
| 2241 | 2025-09-24T15:52:15.897Z | Checking psl-types v2.0.11 |
| 2242 | 2025-09-24T15:52:16.100Z | Checking tower v0.5.2 |
| 2243 | 2025-09-24T15:52:16.104Z | Checking publicsuffix v2.3.0 |
| 2244 | 2025-09-24T15:52:16.268Z | Checking postgres-protocol v0.6.8 |
| 2245 | 2025-09-24T15:52:16.398Z | Checking sec1 v0.7.3 |
| 2246 | 2025-09-24T15:52:16.793Z | Checking heapless v0.7.17 |
| 2247 | 2025-09-24T15:52:16.831Z | Checking group v0.13.0 |
| 2248 | 2025-09-24T15:52:16.920Z | Checking cookie v0.18.1 |
| 2249 | 2025-09-24T15:52:17.090Z | Checking zstd-safe v7.2.3 |
| 2250 | 2025-09-24T15:52:17.386Z | Checking num-iter v0.1.45 |
| 2251 | 2025-09-24T15:52:17.406Z | Checking rand v0.8.5 |
| 2252 | 2025-09-24T15:52:17.575Z | Compiling daft v0.1.4 |
| 2253 | 2025-09-24T15:52:17.726Z | Checking dtrace-parser v0.2.0 |
| 2254 | 2025-09-24T15:52:18.116Z | Checking syn v2.0.106 |
| 2255 | 2025-09-24T15:52:18.215Z | Checking tokio-native-tls v0.3.1 |
| 2256 | 2025-09-24T15:52:18.253Z | Checking dof v0.3.0 |
| 2257 | 2025-09-24T15:52:18.281Z | Checking ipnetwork v0.21.1 |
| 2258 | 2025-09-24T15:52:18.475Z | Checking flate2 v1.1.2 |
| 2259 | 2025-09-24T15:52:18.571Z | Checking terminal_size v0.4.0 |
| 2260 | 2025-09-24T15:52:18.693Z | Checking rustls-native-certs v0.8.1 |
| 2261 | 2025-09-24T15:52:18.764Z | Checking hyper v1.7.0 |
| 2262 | 2025-09-24T15:52:18.783Z | Checking lazy_static v1.5.0 |
| 2263 | 2025-09-24T15:52:18.853Z | Checking http-body-util v0.1.3 |
| 2264 | 2025-09-24T15:52:18.891Z | Checking webpki-roots v1.0.1 |
| 2265 | 2025-09-24T15:52:18.917Z | Checking signal-hook v0.3.18 |
| 2266 | 2025-09-24T15:52:19.090Z | Checking tokio-rustls v0.26.0 |
| 2267 | 2025-09-24T15:52:19.110Z | Checking hkdf v0.12.4 |
| 2268 | 2025-09-24T15:52:19.113Z | Checking crypto-bigint v0.5.5 |
| 2269 | 2025-09-24T15:52:19.246Z | Checking thread-id v4.2.2 |
| 2270 | 2025-09-24T15:52:19.273Z | Checking object v0.36.5 |
| 2271 | 2025-09-24T15:52:19.320Z | Checking clap_lex v0.7.4 |
| 2272 | 2025-09-24T15:52:19.378Z | Checking managed v0.8.0 |
| 2273 | 2025-09-24T15:52:19.415Z | Checking addr2line v0.24.2 |
| 2274 | 2025-09-24T15:52:19.468Z | Checking winnow v0.5.40 |
| 2275 | 2025-09-24T15:52:19.575Z | Checking bumpalo v3.16.0 |
| 2276 | 2025-09-24T15:52:19.758Z | Checking bitflags v1.3.2 |
| 2277 | 2025-09-24T15:52:19.865Z | Checking lockfree-object-pool v0.1.6 |
| 2278 | 2025-09-24T15:52:19.905Z | Checking simd-adler32 v0.3.7 |
| 2279 | 2025-09-24T15:52:19.949Z | Compiling rayon-core v1.12.1 |
| 2280 | 2025-09-24T15:52:20.127Z | Checking iri-string v0.7.8 |
| 2281 | 2025-09-24T15:52:20.244Z | Checking rustc-demangle v0.1.24 |
| 2282 | 2025-09-24T15:52:20.262Z | Checking strsim v0.11.1 |
| 2283 | 2025-09-24T15:52:20.552Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2284 | 2025-09-24T15:52:20.653Z | Checking clap_builder v4.5.41 |
| 2285 | 2025-09-24T15:52:20.669Z | Checking hyper-util v0.1.16 |
| 2286 | 2025-09-24T15:52:20.925Z | Checking zopfli v0.8.1 |
| 2287 | 2025-09-24T15:52:21.641Z | Checking smoltcp v0.9.1 |
| 2288 | 2025-09-24T15:52:21.801Z | Checking elliptic-curve v0.13.8 |
| 2289 | 2025-09-24T15:52:22.221Z | Checking toml_edit v0.19.15 |
| 2290 | 2025-09-24T15:52:22.433Z | Checking signal-hook-mio v0.2.4 |
| 2291 | 2025-09-24T15:52:22.598Z | Checking num-bigint-dig v0.8.4 |
| 2292 | 2025-09-24T15:52:22.696Z | Checking tower-http v0.6.6 |
| 2293 | 2025-09-24T15:52:23.045Z | Checking oxnet v0.1.3 |
| 2294 | 2025-09-24T15:52:23.273Z | Checking zstd v0.13.3 |
| 2295 | 2025-09-24T15:52:23.279Z | Checking hyper-tls v0.6.0 |
| 2296 | 2025-09-24T15:52:23.444Z | Checking hyper-rustls v0.27.7 |
| 2297 | 2025-09-24T15:52:23.473Z | Checking cookie_store v0.21.1 |
| 2298 | 2025-09-24T15:52:23.576Z | Checking postgres-types v0.2.9 |
| 2299 | 2025-09-24T15:52:23.645Z | Checking bstr v1.10.0 |
| 2300 | 2025-09-24T15:52:23.849Z | Checking regex v1.11.1 |
| 2301 | 2025-09-24T15:52:24.055Z | Checking usdt-impl v0.5.0 |
| 2302 | 2025-09-24T15:52:24.157Z | Checking crossbeam-deque v0.8.5 |
| 2303 | 2025-09-24T15:52:24.256Z | Checking phf v0.11.2 |
| 2304 | 2025-09-24T15:52:24.445Z | Checking ed25519 v2.2.3 |
| 2305 | 2025-09-24T15:52:24.494Z | Checking bzip2 v0.5.2 |
| 2306 | 2025-09-24T15:52:24.517Z | Checking bzip2 v0.4.4 |
| 2307 | 2025-09-24T15:52:24.542Z | Checking curve25519-dalek v4.1.3 |
| 2308 | 2025-09-24T15:52:24.569Z | Checking thiserror v2.0.16 |
| 2309 | 2025-09-24T15:52:24.591Z | Checking pkcs1 v0.7.5 |
| 2310 | 2025-09-24T15:52:24.608Z | Checking strum v0.27.2 |
| 2311 | 2025-09-24T15:52:24.720Z | Checking hubpack v0.1.2 |
| 2312 | 2025-09-24T15:52:24.768Z | Checking memoffset v0.9.1 |
| 2313 | 2025-09-24T15:52:24.791Z | Checking serde_urlencoded v0.7.1 |
| 2314 | 2025-09-24T15:52:24.808Z | Checking float-cmp v0.10.0 |
| 2315 | 2025-09-24T15:52:24.855Z | Checking serde-big-array v0.5.1 |
| 2316 | 2025-09-24T15:52:24.963Z | Checking rfc6979 v0.4.0 |
| 2317 | 2025-09-24T15:52:25.003Z | Checking socket2 v0.5.10 |
| 2318 | 2025-09-24T15:52:25.019Z | Checking memmap v0.7.0 |
| 2319 | 2025-09-24T15:52:25.037Z | Checking env_filter v0.1.2 |
| 2320 | 2025-09-24T15:52:25.055Z | Checking backtrace v0.3.74 |
| 2321 | 2025-09-24T15:52:25.070Z | Checking encoding_rs v0.8.34 |
| 2322 | 2025-09-24T15:52:25.135Z | Checking predicates-core v1.0.8 |
| 2323 | 2025-09-24T15:52:25.182Z | Checking difflib v0.4.0 |
| 2324 | 2025-09-24T15:52:25.231Z | Checking mime v0.3.17 |
| 2325 | 2025-09-24T15:52:25.266Z | Checking winnow v0.7.10 |
| 2326 | 2025-09-24T15:52:25.334Z | Checking data-encoding v2.9.0 |
| 2327 | 2025-09-24T15:52:25.491Z | Checking precomputed-hash v0.1.1 |
| 2328 | 2025-09-24T15:52:25.505Z | Checking toml_write v0.1.2 |
| 2329 | 2025-09-24T15:52:25.562Z | Checking static_assertions v1.1.0 |
| 2330 | 2025-09-24T15:52:25.581Z | Checking minimal-lexical v0.2.1 |
| 2331 | 2025-09-24T15:52:25.613Z | Checking whoami v1.5.2 |
| 2332 | 2025-09-24T15:52:25.701Z | Checking unicode-segmentation v1.12.0 |
| 2333 | 2025-09-24T15:52:25.812Z | Checking new_debug_unreachable v1.0.6 |
| 2334 | 2025-09-24T15:52:25.880Z | Checking fixedbitset v0.4.2 |
| 2335 | 2025-09-24T15:52:25.918Z | Checking normalize-line-endings v0.3.0 |
| 2336 | 2025-09-24T15:52:25.935Z | Checking tokio-postgres v0.7.13 |
| 2337 | 2025-09-24T15:52:25.956Z | Checking nom v7.1.3 |
| 2338 | 2025-09-24T15:52:26.051Z | Checking predicates v3.1.3 |
| 2339 | 2025-09-24T15:52:26.137Z | Checking petgraph v0.6.5 |
| 2340 | 2025-09-24T15:52:26.279Z | Checking ed25519-dalek v2.1.1 |
| 2341 | 2025-09-24T15:52:26.355Z | Checking similar v2.7.0 |
| 2342 | 2025-09-24T15:52:26.673Z | Checking string_cache v0.8.9 |
| 2343 | 2025-09-24T15:52:26.690Z | Checking hickory-proto v0.25.2 |
| 2344 | 2025-09-24T15:52:26.975Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 2345 | 2025-09-24T15:52:27.174Z | Checking anyhow v1.0.99 |
| 2346 | 2025-09-24T15:52:27.282Z | Checking reqwest v0.12.22 |
| 2347 | 2025-09-24T15:52:27.563Z | Checking env_logger v0.11.5 |
| 2348 | 2025-09-24T15:52:27.910Z | Checking usdt v0.5.0 |
| 2349 | 2025-09-24T15:52:28.012Z | Checking toml_edit v0.22.27 |
| 2350 | 2025-09-24T15:52:28.177Z | Checking ecdsa v0.16.9 |
| 2351 | 2025-09-24T15:52:28.645Z | Checking rsa v0.9.6 |
| 2352 | 2025-09-24T15:52:28.861Z | Checking nix v0.29.0 |
| 2353 | 2025-09-24T15:52:28.989Z | Checking zip v0.6.6 |
| 2354 | 2025-09-24T15:52:29.059Z | Checking zip v4.2.0 |
| 2355 | 2025-09-24T15:52:29.091Z | Checking toml v0.7.8 |
| 2356 | 2025-09-24T15:52:29.678Z | Checking clap v4.5.41 |
| 2357 | 2025-09-24T15:52:29.802Z | Checking crossterm v0.28.1 |
| 2358 | 2025-09-24T15:52:29.853Z | Checking ahash v0.8.12 |
| 2359 | 2025-09-24T15:52:30.212Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 2360 | 2025-09-24T15:52:30.249Z | Checking itertools v0.10.5 |
| 2361 | 2025-09-24T15:52:30.298Z | Checking itertools v0.12.1 |
| 2362 | 2025-09-24T15:52:30.301Z | Checking tokio-stream v0.1.17 |
| 2363 | 2025-09-24T15:52:30.556Z | Checking buf-list v1.0.3 |
| 2364 | 2025-09-24T15:52:30.602Z | Checking fs-err v3.1.1 |
| 2365 | 2025-09-24T15:52:30.864Z | Checking strum v0.26.3 |
| 2366 | 2025-09-24T15:52:31.042Z | Checking slog v2.7.0 |
| 2367 | 2025-09-24T15:52:31.099Z | Checking rustix v1.0.7 |
| 2368 | 2025-09-24T15:52:31.171Z | Checking x509-cert v0.2.5 |
| 2369 | 2025-09-24T15:52:31.495Z | Checking openapiv3 v2.2.0 |
| 2370 | 2025-09-24T15:52:31.520Z | Checking sha1 v0.10.6 |
| 2371 | 2025-09-24T15:52:31.824Z | Checking winnow v0.6.26 |
| 2372 | 2025-09-24T15:52:32.228Z | Checking peg-runtime v0.8.5 |
| 2373 | 2025-09-24T15:52:32.334Z | Checking lalrpop-util v0.19.12 |
| 2374 | 2025-09-24T15:52:32.464Z | Checking rustc-hash v2.1.1 |
| 2375 | 2025-09-24T15:52:32.619Z | Checking rayon v1.10.0 |
| 2376 | 2025-09-24T15:52:32.637Z | Checking camino v1.2.0 |
| 2377 | 2025-09-24T15:52:32.652Z | Checking sigpipe v0.1.3 |
| 2378 | 2025-09-24T15:52:32.706Z | Checking jiff v0.2.15 |
| 2379 | 2025-09-24T15:52:32.766Z | Checking glob v0.3.2 |
| 2380 | 2025-09-24T15:52:36.608Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2381 | 2025-09-24T15:52:36.996Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.21s |
| 2382 | 2025-09-24T15:52:37.173Z | |
| 2383 | 2025-09-24T15:52:37.173Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (50/229) |
| 2384 | 2025-09-24T15:52:37.933Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2385 | 2025-09-24T15:52:37.936Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2386 | 2025-09-24T15:52:38.170Z | Compiling regress v0.10.4 |
| 2387 | 2025-09-24T15:52:38.319Z | Compiling ident_case v1.0.1 |
| 2388 | 2025-09-24T15:52:38.340Z | Compiling unsafe-libyaml v0.2.11 |
| 2389 | 2025-09-24T15:52:38.367Z | Checking heck v0.5.0 |
| 2390 | 2025-09-24T15:52:38.373Z | Compiling structmeta-derive v0.3.0 |
| 2391 | 2025-09-24T15:52:38.377Z | Compiling rustls v0.22.4 |
| 2392 | 2025-09-24T15:52:38.378Z | Compiling ref-cast v1.0.24 |
| 2393 | 2025-09-24T15:52:38.470Z | Compiling darling_core v0.20.10 |
| 2394 | 2025-09-24T15:52:38.609Z | Compiling ref-cast-impl v1.0.24 |
| 2395 | 2025-09-24T15:52:38.788Z | Checking newtype-uuid v1.2.4 |
| 2396 | 2025-09-24T15:52:39.016Z | Compiling multer v3.1.0 |
| 2397 | 2025-09-24T15:52:39.091Z | Checking daft v0.1.4 |
| 2398 | 2025-09-24T15:52:39.414Z | Checking futures-executor v0.3.31 |
| 2399 | 2025-09-24T15:52:39.556Z | Compiling serde_yaml v0.9.34+deprecated |
| 2400 | 2025-09-24T15:52:39.652Z | Compiling async-stream-impl v0.3.6 |
| 2401 | 2025-09-24T15:52:39.714Z | Checking futures v0.3.31 |
| 2402 | 2025-09-24T15:52:39.846Z | Compiling derive-where v1.5.0 |
| 2403 | 2025-09-24T15:52:40.010Z | Compiling dropshot v0.16.4 |
| 2404 | 2025-09-24T15:52:40.354Z | Checking fastrand v2.1.1 |
| 2405 | 2025-09-24T15:52:40.673Z | Checking tempfile v3.20.0 |
| 2406 | 2025-09-24T15:52:40.890Z | Compiling structmeta v0.3.0 |
| 2407 | 2025-09-24T15:52:40.948Z | Compiling dropshot_endpoint v0.16.4 |
| 2408 | 2025-09-24T15:52:41.047Z | Checking match_cfg v0.1.0 |
| 2409 | 2025-09-24T15:52:41.160Z | Checking hostname v0.3.1 |
| 2410 | 2025-09-24T15:52:41.298Z | Compiling derive-ex v0.1.8 |
| 2411 | 2025-09-24T15:52:41.364Z | Compiling parse-display-derive v0.10.0 |
| 2412 | 2025-09-24T15:52:41.686Z | Checking thread_local v1.1.8 |
| 2413 | 2025-09-24T15:52:41.997Z | Compiling typify-impl v0.3.0 |
| 2414 | 2025-09-24T15:52:42.887Z | Checking macaddr v1.0.1 |
| 2415 | 2025-09-24T15:52:42.979Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2416 | 2025-09-24T15:52:43.254Z | Checking quick-error v1.2.3 |
| 2417 | 2025-09-24T15:52:43.425Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2418 | 2025-09-24T15:52:43.552Z | Checking crossbeam-channel v0.5.15 |
| 2419 | 2025-09-24T15:52:43.766Z | Checking is-terminal v0.4.13 |
| 2420 | 2025-09-24T15:52:43.922Z | Checking term v1.1.0 |
| 2421 | 2025-09-24T15:52:44.218Z | Compiling darling_macro v0.20.10 |
| 2422 | 2025-09-24T15:52:44.325Z | Checking take_mut v0.2.2 |
| 2423 | 2025-09-24T15:52:44.365Z | Checking slog-term v2.9.2 |
| 2424 | 2025-09-24T15:52:44.486Z | Checking slog-async v2.8.0 |
| 2425 | 2025-09-24T15:52:44.892Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2426 | 2025-09-24T15:52:45.106Z | Compiling darling v0.20.10 |
| 2427 | 2025-09-24T15:52:45.177Z | Checking debug-ignore v1.0.5 |
| 2428 | 2025-09-24T15:52:45.272Z | Checking toml_parser v1.0.2 |
| 2429 | 2025-09-24T15:52:45.277Z | Compiling serde_with_macros v3.14.0 |
| 2430 | 2025-09-24T15:52:45.361Z | Compiling test-strategy v0.4.3 |
| 2431 | 2025-09-24T15:52:45.611Z | Checking slog-json v2.6.1 |
| 2432 | 2025-09-24T15:52:45.883Z | Checking serde_spanned v1.0.0 |
| 2433 | 2025-09-24T15:52:45.918Z | Checking hex v0.4.3 |
| 2434 | 2025-09-24T15:52:45.969Z | Checking toml_datetime v0.7.0 |
| 2435 | 2025-09-24T15:52:46.128Z | Checking wait-timeout v0.2.0 |
| 2436 | 2025-09-24T15:52:46.340Z | Checking bit-vec v0.8.0 |
| 2437 | 2025-09-24T15:52:46.361Z | Checking toml_writer v1.0.2 |
| 2438 | 2025-09-24T15:52:46.425Z | Checking rusty-fork v0.3.0 |
| 2439 | 2025-09-24T15:52:46.701Z | Checking toml v0.9.5 |
| 2440 | 2025-09-24T15:52:46.737Z | Checking bit-set v0.8.0 |
| 2441 | 2025-09-24T15:52:46.760Z | Checking slog-bunyan v2.5.0 |
| 2442 | 2025-09-24T15:52:46.941Z | Checking async-stream v0.3.6 |
| 2443 | 2025-09-24T15:52:47.163Z | Checking rand_xorshift v0.4.0 |
| 2444 | 2025-09-24T15:52:47.301Z | Checking progenitor-client v0.9.1 |
| 2445 | 2025-09-24T15:52:47.376Z | Checking waitgroup v0.1.2 |
| 2446 | 2025-09-24T15:52:47.415Z | Checking rustls-pemfile v2.2.0 |
| 2447 | 2025-09-24T15:52:47.544Z | Checking serde_path_to_error v0.1.17 |
| 2448 | 2025-09-24T15:52:47.666Z | Checking hostname v0.4.0 |
| 2449 | 2025-09-24T15:52:47.690Z | Checking unarray v0.1.4 |
| 2450 | 2025-09-24T15:52:47.709Z | Checking serde_with v3.14.0 |
| 2451 | 2025-09-24T15:52:47.813Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2452 | 2025-09-24T15:52:47.867Z | Checking proptest v1.7.0 |
| 2453 | 2025-09-24T15:52:47.988Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2454 | 2025-09-24T15:52:47.991Z | Checking progenitor-client v0.10.0 |
| 2455 | 2025-09-24T15:52:48.163Z | Checking hashbrown v0.16.0 |
| 2456 | 2025-09-24T15:52:48.409Z | Checking instant v0.1.13 |
| 2457 | 2025-09-24T15:52:48.504Z | Checking foldhash v0.2.0 |
| 2458 | 2025-09-24T15:52:48.536Z | Checking backoff v0.4.0 |
| 2459 | 2025-09-24T15:52:48.694Z | Checking tokio-rustls v0.25.0 |
| 2460 | 2025-09-24T15:52:48.777Z | Checking parse-display v0.10.0 |
| 2461 | 2025-09-24T15:52:48.825Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2462 | 2025-09-24T15:52:48.895Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2463 | 2025-09-24T15:52:49.008Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b) |
| 2464 | 2025-09-24T15:52:49.041Z | Compiling darling_core v0.21.0 |
| 2465 | 2025-09-24T15:52:49.159Z | Checking iddqd v0.3.13 |
| 2466 | 2025-09-24T15:52:49.248Z | Checking unicode-width v0.1.14 |
| 2467 | 2025-09-24T15:52:49.746Z | Compiling proc-macro-error v1.0.4 |
| 2468 | 2025-09-24T15:52:50.111Z | Compiling itertools v0.14.0 |
| 2469 | 2025-09-24T15:52:50.326Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2470 | 2025-09-24T15:52:50.348Z | Compiling heapless v0.8.0 |
| 2471 | 2025-09-24T15:52:50.770Z | Compiling proc-macro-crate v1.3.1 |
| 2472 | 2025-09-24T15:52:51.273Z | Checking hash32 v0.3.1 |
| 2473 | 2025-09-24T15:52:51.522Z | Compiling smoltcp v0.11.0 |
| 2474 | 2025-09-24T15:52:51.665Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2475 | 2025-09-24T15:52:52.318Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743) |
| 2476 | 2025-09-24T15:52:52.499Z | Compiling num_enum_derive v0.5.11 |
| 2477 | 2025-09-24T15:52:52.921Z | Compiling typify-impl v0.4.3 |
| 2478 | 2025-09-24T15:52:53.416Z | Compiling typify-macro v0.3.0 |
| 2479 | 2025-09-24T15:52:54.634Z | Compiling foreign-types-macros v0.2.3 |
| 2480 | 2025-09-24T15:52:54.757Z | Checking cobs v0.2.3 |
| 2481 | 2025-09-24T15:52:54.805Z | Checking foreign-types-shared v0.3.1 |
| 2482 | 2025-09-24T15:52:54.975Z | Checking postcard v1.0.10 |
| 2483 | 2025-09-24T15:52:55.018Z | Compiling darling_macro v0.21.0 |
| 2484 | 2025-09-24T15:52:55.512Z | Checking num_enum v0.5.11 |
| 2485 | 2025-09-24T15:52:55.846Z | Checking foreign-types v0.5.0 |
| 2486 | 2025-09-24T15:52:55.912Z | Compiling darling v0.21.0 |
| 2487 | 2025-09-24T15:52:56.044Z | Compiling ingot-macros v0.1.1 |
| 2488 | 2025-09-24T15:52:56.471Z | Checking tabwriter v1.4.0 |
| 2489 | 2025-09-24T15:52:56.744Z | Compiling typify-impl v0.2.0 |
| 2490 | 2025-09-24T15:52:57.369Z | Compiling typify v0.3.0 |
| 2491 | 2025-09-24T15:52:57.559Z | Compiling progenitor-impl v0.9.1 |
| 2492 | 2025-09-24T15:53:00.857Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2493 | 2025-09-24T15:53:01.057Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c) |
| 2494 | 2025-09-24T15:53:01.696Z | Checking cstr-argument v0.1.2 |
| 2495 | 2025-09-24T15:53:02.142Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c) |
| 2496 | 2025-09-24T15:53:02.473Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2497 | 2025-09-24T15:53:02.501Z | Checking pretty-hex v0.2.1 |
| 2498 | 2025-09-24T15:53:02.886Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2499 | 2025-09-24T15:53:02.908Z | Checking ingot-types v0.1.2 |
| 2500 | 2025-09-24T15:53:03.650Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2501 | 2025-09-24T15:53:03.714Z | Checking ingot v0.1.1 |
| 2502 | 2025-09-24T15:53:04.014Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2503 | 2025-09-24T15:53:04.301Z | Compiling progenitor-macro v0.9.1 |
| 2504 | 2025-09-24T15:53:04.479Z | Compiling typify-macro v0.4.3 |
| 2505 | 2025-09-24T15:53:06.624Z | Checking num-rational v0.4.2 |
| 2506 | 2025-09-24T15:53:07.229Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c) |
| 2507 | 2025-09-24T15:53:07.282Z | Checking colored v2.2.0 |
| 2508 | 2025-09-24T15:53:08.128Z | Compiling typify-macro v0.2.0 |
| 2509 | 2025-09-24T15:53:08.630Z | Checking num-complex v0.4.6 |
| 2510 | 2025-09-24T15:53:09.996Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c) |
| 2511 | 2025-09-24T15:53:10.019Z | Checking unicode-width v0.2.0 |
| 2512 | 2025-09-24T15:53:10.136Z | Compiling crucible-workspace-hack v0.1.0 |
| 2513 | 2025-09-24T15:53:10.493Z | Compiling num v0.4.3 |
| 2514 | 2025-09-24T15:53:10.618Z | Compiling float-ord v0.3.2 |
| 2515 | 2025-09-24T15:53:10.826Z | Compiling semver v0.1.20 |
| 2516 | 2025-09-24T15:53:10.960Z | Checking console v0.15.10 |
| 2517 | 2025-09-24T15:53:11.368Z | Compiling rustc_version v0.1.7 |
| 2518 | 2025-09-24T15:53:11.467Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c) |
| 2519 | 2025-09-24T15:53:11.535Z | Compiling typify v0.4.3 |
| 2520 | 2025-09-24T15:53:11.734Z | Compiling zone_cfg_derive v0.3.0 |
| 2521 | 2025-09-24T15:53:11.835Z | Checking camino-tempfile v1.4.1 |
| 2522 | 2025-09-24T15:53:12.063Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 2523 | 2025-09-24T15:53:12.403Z | Compiling toml v0.8.23 |
| 2524 | 2025-09-24T15:53:12.461Z | Checking smf v0.2.3 |
| 2525 | 2025-09-24T15:53:12.907Z | Compiling num-derive v0.4.2 |
| 2526 | 2025-09-24T15:53:13.066Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2527 | 2025-09-24T15:53:13.224Z | Checking linked-hash-map v0.5.6 |
| 2528 | 2025-09-24T15:53:13.417Z | Checking siphasher v1.0.1 |
| 2529 | 2025-09-24T15:53:13.565Z | Compiling convert_case v0.4.0 |
| 2530 | 2025-09-24T15:53:13.842Z | Checking phf_shared v0.12.1 |
| 2531 | 2025-09-24T15:53:13.850Z | Checking lru-cache v0.1.2 |
| 2532 | 2025-09-24T15:53:14.063Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2533 | 2025-09-24T15:53:14.132Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c) |
| 2534 | 2025-09-24T15:53:14.356Z | Checking zone v0.3.1 |
| 2535 | 2025-09-24T15:53:14.397Z | Compiling derive_more v0.99.20 |
| 2536 | 2025-09-24T15:53:14.532Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 2537 | 2025-09-24T15:53:14.611Z | Compiling typify v0.2.0 |
| 2538 | 2025-09-24T15:53:14.718Z | Compiling newtype_derive v0.1.6 |
| 2539 | 2025-09-24T15:53:14.788Z | Compiling progenitor-impl v0.10.0 |
| 2540 | 2025-09-24T15:53:14.825Z | Checking resolv-conf v0.7.0 |
| 2541 | 2025-09-24T15:53:15.205Z | Checking hickory-proto v0.24.4 |
| 2542 | 2025-09-24T15:53:15.223Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 2543 | 2025-09-24T15:53:15.658Z | Checking password-hash v0.5.0 |
| 2544 | 2025-09-24T15:53:15.774Z | Checking prettyplease v0.2.36 |
| 2545 | 2025-09-24T15:53:16.132Z | Checking blake2 v0.10.6 |
| 2546 | 2025-09-24T15:53:16.617Z | Compiling pin-project-internal v1.1.6 |
| 2547 | 2025-09-24T15:53:16.942Z | Compiling slog-dtrace v0.3.0 |
| 2548 | 2025-09-24T15:53:17.054Z | Checking progenitor v0.9.1 |
| 2549 | 2025-09-24T15:53:17.295Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e3c587a47039a6c7aff6cc53b8e72e5328d57fc0#e3c587a4) |
| 2550 | 2025-09-24T15:53:17.503Z | Compiling chrono-tz v0.10.4 |
| 2551 | 2025-09-24T15:53:17.838Z | Compiling owo-colors v4.2.2 |
| 2552 | 2025-09-24T15:53:18.487Z | Compiling cancel-safe-futures v0.1.5 |
| 2553 | 2025-09-24T15:53:19.055Z | Compiling const_format_proc_macros v0.2.34 |
| 2554 | 2025-09-24T15:53:19.291Z | Checking pin-project v1.1.6 |
| 2555 | 2025-09-24T15:53:19.428Z | Checking hickory-resolver v0.24.4 |
| 2556 | 2025-09-24T15:53:19.727Z | Checking argon2 v0.5.3 |
| 2557 | 2025-09-24T15:53:20.438Z | Compiling progenitor-impl v0.8.0 |
| 2558 | 2025-09-24T15:53:20.673Z | Checking phf v0.12.1 |
| 2559 | 2025-09-24T15:53:20.944Z | Checking atomicwrites v0.4.4 |
| 2560 | 2025-09-24T15:53:20.965Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2561 | 2025-09-24T15:53:21.079Z | Checking newline-converter v0.3.0 |
| 2562 | 2025-09-24T15:53:21.152Z | Checking tokio-dtrace v0.1.0 |
| 2563 | 2025-09-24T15:53:21.267Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2564 | 2025-09-24T15:53:21.345Z | Compiling progenitor-macro v0.10.0 |
| 2565 | 2025-09-24T15:53:21.467Z | Checking pem v3.0.5 |
| 2566 | 2025-09-24T15:53:21.751Z | Checking libsw-core v0.3.1 |
| 2567 | 2025-09-24T15:53:22.012Z | Checking secrecy v0.10.3 |
| 2568 | 2025-09-24T15:53:22.036Z | Compiling lzma-sys v0.1.20 |
| 2569 | 2025-09-24T15:53:22.164Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2570 | 2025-09-24T15:53:22.225Z | Compiling snafu-derive v0.8.5 |
| 2571 | 2025-09-24T15:53:22.291Z | Checking csv-core v0.1.11 |
| 2572 | 2025-09-24T15:53:22.333Z | Compiling async-recursion v1.1.1 |
| 2573 | 2025-09-24T15:53:22.634Z | Checking utf-8 v0.7.6 |
| 2574 | 2025-09-24T15:53:22.776Z | Checking indent_write v2.2.0 |
| 2575 | 2025-09-24T15:53:22.878Z | Checking arc-swap v1.7.1 |
| 2576 | 2025-09-24T15:53:23.339Z | Checking fixedbitset v0.5.7 |
| 2577 | 2025-09-24T15:53:23.797Z | Checking highway v1.3.0 |
| 2578 | 2025-09-24T15:53:23.820Z | Checking bytecount v0.6.8 |
| 2579 | 2025-09-24T15:53:24.009Z | Checking same-file v1.0.6 |
| 2580 | 2025-09-24T15:53:24.222Z | Checking walkdir v2.5.0 |
| 2581 | 2025-09-24T15:53:24.311Z | Checking papergrid v0.11.0 |
| 2582 | 2025-09-24T15:53:24.538Z | Checking petgraph v0.8.2 |
| 2583 | 2025-09-24T15:53:24.921Z | Checking slog-scope v4.4.0 |
| 2584 | 2025-09-24T15:53:25.143Z | Checking tungstenite v0.21.0 |
| 2585 | 2025-09-24T15:53:25.806Z | Checking csv v1.3.1 |
| 2586 | 2025-09-24T15:53:26.099Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2587 | 2025-09-24T15:53:26.459Z | Checking libsw v3.5.0 |
| 2588 | 2025-09-24T15:53:26.639Z | Checking oxide-tokio-rt v0.1.2 |
| 2589 | 2025-09-24T15:53:26.729Z | Checking expectorate v1.2.0 |
| 2590 | 2025-09-24T15:53:26.887Z | Checking qorb v0.4.1 |
| 2591 | 2025-09-24T15:53:26.910Z | Checking snafu v0.8.5 |
| 2592 | 2025-09-24T15:53:26.933Z | Compiling progenitor-macro v0.8.0 |
| 2593 | 2025-09-24T15:53:27.376Z | Checking const_format v0.2.34 |
| 2594 | 2025-09-24T15:53:27.772Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2595 | 2025-09-24T15:53:30.063Z | Compiling tabled_derive v0.7.0 |
| 2596 | 2025-09-24T15:53:30.465Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2597 | 2025-09-24T15:53:30.488Z | Checking globset v0.4.15 |
| 2598 | 2025-09-24T15:53:31.004Z | Checking olpc-cjson v0.1.4 |
| 2599 | 2025-09-24T15:53:31.119Z | Checking progenitor-client v0.8.0 |
| 2600 | 2025-09-24T15:53:31.243Z | Checking gethostname v0.5.0 |
| 2601 | 2025-09-24T15:53:31.404Z | Compiling heck v0.3.3 |
| 2602 | 2025-09-24T15:53:31.501Z | Checking bcs v0.1.6 |
| 2603 | 2025-09-24T15:53:31.778Z | Checking serde_plain v1.0.2 |
| 2604 | 2025-09-24T15:53:31.972Z | Checking unicode-linebreak v0.1.5 |
| 2605 | 2025-09-24T15:53:32.051Z | Checking swrite v0.1.0 |
| 2606 | 2025-09-24T15:53:32.206Z | Checking smawk v0.3.2 |
| 2607 | 2025-09-24T15:53:32.228Z | Checking typed-path v0.9.3 |
| 2608 | 2025-09-24T15:53:32.405Z | Checking linear-map v1.2.0 |
| 2609 | 2025-09-24T15:53:32.446Z | Checking termtree v0.5.1 |
| 2610 | 2025-09-24T15:53:32.695Z | Checking textwrap v0.16.2 |
| 2611 | 2025-09-24T15:53:32.747Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2612 | 2025-09-24T15:53:33.022Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2613 | 2025-09-24T15:53:34.081Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2614 | 2025-09-24T15:53:34.109Z | Checking progenitor v0.10.0 |
| 2615 | 2025-09-24T15:53:34.367Z | Checking tough v0.20.0 |
| 2616 | 2025-09-24T15:53:36.247Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2617 | 2025-09-24T15:53:36.627Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2618 | 2025-09-24T15:53:37.110Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2619 | 2025-09-24T15:53:37.278Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2620 | 2025-09-24T15:53:37.477Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2621 | 2025-09-24T15:53:38.748Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2622 | 2025-09-24T15:53:38.782Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2623 | 2025-09-24T15:53:39.437Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2624 | 2025-09-24T15:53:39.601Z | Checking progenitor v0.8.0 |
| 2625 | 2025-09-24T15:53:39.830Z | Checking tabled v0.15.0 |
| 2626 | 2025-09-24T15:53:40.143Z | Compiling zone_cfg_derive v0.1.2 |
| 2627 | 2025-09-24T15:53:40.273Z | Checking steno v0.4.1 |
| 2628 | 2025-09-24T15:53:40.444Z | Checking tokio-tungstenite v0.21.0 |
| 2629 | 2025-09-24T15:53:41.163Z | Checking slog-stdlog v4.1.1 |
| 2630 | 2025-09-24T15:53:41.370Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2631 | 2025-09-24T15:53:41.508Z | Checking base64 v0.13.1 |
| 2632 | 2025-09-24T15:53:41.695Z | Checking humantime v2.2.0 |
| 2633 | 2025-09-24T15:53:41.907Z | Checking base64 v0.21.7 |
| 2634 | 2025-09-24T15:53:41.931Z | Checking number_prefix v0.4.0 |
| 2635 | 2025-09-24T15:53:42.036Z | Checking ron v0.7.1 |
| 2636 | 2025-09-24T15:53:42.150Z | Checking indicatif v0.17.11 |
| 2637 | 2025-09-24T15:53:42.175Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2638 | 2025-09-24T15:53:42.274Z | Checking zone v0.1.8 |
| 2639 | 2025-09-24T15:53:42.353Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2640 | 2025-09-24T15:53:42.523Z | Checking slog-envlogger v2.2.0 |
| 2641 | 2025-09-24T15:53:42.571Z | Checking xz2 v0.1.7 |
| 2642 | 2025-09-24T15:53:42.658Z | Checking xattr v1.3.1 |
| 2643 | 2025-09-24T15:53:42.761Z | Checking yasna v0.5.2 |
| 2644 | 2025-09-24T15:53:42.810Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2645 | 2025-09-24T15:53:42.841Z | Checking headers-core v0.3.0 |
| 2646 | 2025-09-24T15:53:42.867Z | Checking filetime v0.2.25 |
| 2647 | 2025-09-24T15:53:42.896Z | Checking subprocess v0.2.9 |
| 2648 | 2025-09-24T15:53:43.010Z | Checking headers v0.4.1 |
| 2649 | 2025-09-24T15:53:43.078Z | Checking tar v0.4.44 |
| 2650 | 2025-09-24T15:53:43.494Z | Checking rcgen v0.12.1 |
| 2651 | 2025-09-24T15:53:45.333Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 2652 | 2025-09-24T15:53:46.770Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2653 | 2025-09-24T15:53:49.342Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2654 | 2025-09-24T15:54:04.171Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2655 | 2025-09-24T15:54:05.949Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2656 | 2025-09-24T15:54:07.581Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s |
| 2657 | 2025-09-24T15:54:07.804Z | |
| 2658 | 2025-09-24T15:54:07.804Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (51/229) |
| 2659 | 2025-09-24T15:54:08.595Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2660 | 2025-09-24T15:54:08.598Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2661 | 2025-09-24T15:54:08.742Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2662 | 2025-09-24T15:54:10.516Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.70s |
| 2663 | 2025-09-24T15:54:10.745Z | |
| 2664 | 2025-09-24T15:54:10.745Z | info: running `cargo check --bins` on nexus-config (52/229) |
| 2665 | 2025-09-24T15:54:11.491Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2666 | 2025-09-24T15:54:11.495Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2667 | 2025-09-24T15:54:11.495Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2668 | 2025-09-24T15:54:11.498Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 2669 | 2025-09-24T15:54:11.599Z | |
| 2670 | 2025-09-24T15:54:11.599Z | info: running `cargo check --bins` on nexus-types (53/229) |
| 2671 | 2025-09-24T15:54:12.350Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2672 | 2025-09-24T15:54:12.353Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2673 | 2025-09-24T15:54:12.353Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2674 | 2025-09-24T15:54:12.357Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 2675 | 2025-09-24T15:54:12.458Z | |
| 2676 | 2025-09-24T15:54:12.458Z | info: running `cargo check --bins` on clickhouse-admin-types (54/229) |
| 2677 | 2025-09-24T15:54:13.171Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2678 | 2025-09-24T15:54:13.175Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2679 | 2025-09-24T15:54:13.175Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2680 | 2025-09-24T15:54:13.178Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 2681 | 2025-09-24T15:54:13.271Z | |
| 2682 | 2025-09-24T15:54:13.271Z | info: running `cargo check --bins` on cockroach-admin-types (55/229) |
| 2683 | 2025-09-24T15:54:13.981Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2684 | 2025-09-24T15:54:13.984Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2685 | 2025-09-24T15:54:13.984Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2686 | 2025-09-24T15:54:13.989Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 2687 | 2025-09-24T15:54:14.079Z | |
| 2688 | 2025-09-24T15:54:14.080Z | info: running `cargo check --bins` on gateway-client (56/229) |
| 2689 | 2025-09-24T15:54:14.784Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2690 | 2025-09-24T15:54:14.787Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2691 | 2025-09-24T15:54:14.787Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2692 | 2025-09-24T15:54:14.790Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2693 | 2025-09-24T15:54:14.882Z | |
| 2694 | 2025-09-24T15:54:14.882Z | info: running `cargo check --bins` on ereport-types (57/229) |
| 2695 | 2025-09-24T15:54:15.570Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2696 | 2025-09-24T15:54:15.573Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2697 | 2025-09-24T15:54:15.573Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2698 | 2025-09-24T15:54:15.577Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2699 | 2025-09-24T15:54:15.664Z | |
| 2700 | 2025-09-24T15:54:15.664Z | info: running `cargo check --bins` on gateway-types (58/229) |
| 2701 | 2025-09-24T15:54:16.367Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2702 | 2025-09-24T15:54:16.370Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2703 | 2025-09-24T15:54:16.370Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2704 | 2025-09-24T15:54:16.373Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2705 | 2025-09-24T15:54:16.465Z | |
| 2706 | 2025-09-24T15:54:16.465Z | info: running `cargo check --bins` on internal-dns-types (59/229) |
| 2707 | 2025-09-24T15:54:17.172Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2708 | 2025-09-24T15:54:17.175Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2709 | 2025-09-24T15:54:17.175Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2710 | 2025-09-24T15:54:17.178Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2711 | 2025-09-24T15:54:17.268Z | |
| 2712 | 2025-09-24T15:54:17.268Z | info: running `cargo check --bins` on nexus-sled-agent-shared (60/229) |
| 2713 | 2025-09-24T15:54:17.993Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2714 | 2025-09-24T15:54:17.996Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2715 | 2025-09-24T15:54:17.996Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2716 | 2025-09-24T15:54:18.000Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 2717 | 2025-09-24T15:54:18.094Z | |
| 2718 | 2025-09-24T15:54:18.094Z | info: running `cargo check --bins` on omicron-passwords (61/229) |
| 2719 | 2025-09-24T15:54:18.777Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2720 | 2025-09-24T15:54:18.780Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2721 | 2025-09-24T15:54:18.780Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2722 | 2025-09-24T15:54:18.783Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2723 | 2025-09-24T15:54:18.870Z | |
| 2724 | 2025-09-24T15:54:18.870Z | info: running `cargo check --bins --no-default-features` on oximeter-db (62/229) |
| 2725 | 2025-09-24T15:54:19.591Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2726 | 2025-09-24T15:54:19.594Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2727 | 2025-09-24T15:54:19.701Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2728 | 2025-09-24T15:54:20.400Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.52s |
| 2729 | 2025-09-24T15:54:20.626Z | |
| 2730 | 2025-09-24T15:54:20.626Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (63/229) |
| 2731 | 2025-09-24T15:54:21.356Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2732 | 2025-09-24T15:54:21.360Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2733 | 2025-09-24T15:54:21.474Z | Compiling cfg_aliases v0.1.1 |
| 2734 | 2025-09-24T15:54:21.477Z | Compiling convert_case v0.7.1 |
| 2735 | 2025-09-24T15:54:21.478Z | Compiling vte_generate_state_changes v0.1.2 |
| 2736 | 2025-09-24T15:54:21.478Z | Checking fd-lock v4.0.2 |
| 2737 | 2025-09-24T15:54:21.478Z | Checking nibble_vec v0.1.0 |
| 2738 | 2025-09-24T15:54:21.598Z | Checking endian-type v0.1.2 |
| 2739 | 2025-09-24T15:54:21.663Z | Checking itertools v0.13.0 |
| 2740 | 2025-09-24T15:54:21.667Z | Compiling peg-macros v0.8.5 |
| 2741 | 2025-09-24T15:54:21.698Z | Compiling nix v0.28.0 |
| 2742 | 2025-09-24T15:54:21.786Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2743 | 2025-09-24T15:54:21.823Z | Compiling sqlparser_derive v0.2.2 |
| 2744 | 2025-09-24T15:54:21.885Z | Checking radix_trie v0.2.1 |
| 2745 | 2025-09-24T15:54:22.204Z | Checking vte v0.11.1 |
| 2746 | 2025-09-24T15:54:22.300Z | Compiling derive_more-impl v2.0.1 |
| 2747 | 2025-09-24T15:54:22.320Z | Checking unicode_categories v0.1.1 |
| 2748 | 2025-09-24T15:54:22.610Z | Checking home v0.5.9 |
| 2749 | 2025-09-24T15:54:22.765Z | Checking nu-ansi-term v0.50.1 |
| 2750 | 2025-09-24T15:54:22.820Z | Checking sqlformat v0.3.5 |
| 2751 | 2025-09-24T15:54:22.922Z | Checking sqlparser v0.45.0 |
| 2752 | 2025-09-24T15:54:23.180Z | Checking display-error-chain v0.2.2 |
| 2753 | 2025-09-24T15:54:23.650Z | Checking strip-ansi-escapes v0.2.0 |
| 2754 | 2025-09-24T15:54:23.962Z | Checking reedline v0.40.0 |
| 2755 | 2025-09-24T15:54:23.995Z | Checking derive_more v2.0.1 |
| 2756 | 2025-09-24T15:54:24.100Z | Checking crossterm v0.29.0 |
| 2757 | 2025-09-24T15:54:24.297Z | Checking peg v0.8.5 |
| 2758 | 2025-09-24T15:54:24.634Z | Checking rustyline v14.0.0 |
| 2759 | 2025-09-24T15:54:33.196Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.56s |
| 2760 | 2025-09-24T15:54:33.412Z | |
| 2761 | 2025-09-24T15:54:33.412Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (64/229) |
| 2762 | 2025-09-24T15:54:34.142Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2763 | 2025-09-24T15:54:34.145Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2764 | 2025-09-24T15:54:34.259Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2765 | 2025-09-24T15:54:39.503Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.03s |
| 2766 | 2025-09-24T15:54:39.658Z | |
| 2767 | 2025-09-24T15:54:39.658Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (65/229) |
| 2768 | 2025-09-24T15:54:40.386Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2769 | 2025-09-24T15:54:40.389Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2770 | 2025-09-24T15:54:40.503Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2771 | 2025-09-24T15:54:44.235Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.52s |
| 2772 | 2025-09-24T15:54:44.442Z | |
| 2773 | 2025-09-24T15:54:44.442Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (66/229) |
| 2774 | 2025-09-24T15:54:45.139Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2775 | 2025-09-24T15:54:45.144Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2776 | 2025-09-24T15:54:45.256Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2777 | 2025-09-24T15:54:50.163Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.74s |
| 2778 | 2025-09-24T15:54:50.385Z | |
| 2779 | 2025-09-24T15:54:50.385Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (67/229) |
| 2780 | 2025-09-24T15:54:51.112Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2781 | 2025-09-24T15:54:51.115Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2782 | 2025-09-24T15:54:51.227Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2783 | 2025-09-24T15:54:56.275Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.88s |
| 2784 | 2025-09-24T15:54:56.495Z | |
| 2785 | 2025-09-24T15:54:56.495Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (68/229) |
| 2786 | 2025-09-24T15:54:57.224Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2787 | 2025-09-24T15:54:57.227Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2788 | 2025-09-24T15:54:57.339Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2789 | 2025-09-24T15:55:01.133Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.62s |
| 2790 | 2025-09-24T15:55:01.344Z | |
| 2791 | 2025-09-24T15:55:01.344Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (69/229) |
| 2792 | 2025-09-24T15:55:02.088Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2793 | 2025-09-24T15:55:02.091Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2794 | 2025-09-24T15:55:02.204Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2795 | 2025-09-24T15:55:06.109Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.75s |
| 2796 | 2025-09-24T15:55:06.327Z | |
| 2797 | 2025-09-24T15:55:06.327Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (70/229) |
| 2798 | 2025-09-24T15:55:07.060Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2799 | 2025-09-24T15:55:07.064Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2800 | 2025-09-24T15:55:07.176Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2801 | 2025-09-24T15:55:12.347Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.01s |
| 2802 | 2025-09-24T15:55:12.565Z | |
| 2803 | 2025-09-24T15:55:12.565Z | info: running `cargo check --bins` on oximeter (71/229) |
| 2804 | 2025-09-24T15:55:13.277Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2805 | 2025-09-24T15:55:13.280Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2806 | 2025-09-24T15:55:13.280Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2807 | 2025-09-24T15:55:13.283Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 2808 | 2025-09-24T15:55:13.376Z | |
| 2809 | 2025-09-24T15:55:13.376Z | info: running `cargo check --bins` on oximeter-macro-impl (72/229) |
| 2810 | 2025-09-24T15:55:14.064Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2811 | 2025-09-24T15:55:14.067Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2812 | 2025-09-24T15:55:14.067Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2813 | 2025-09-24T15:55:14.071Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2814 | 2025-09-24T15:55:14.157Z | |
| 2815 | 2025-09-24T15:55:14.157Z | info: running `cargo check --bins` on oximeter-schema (73/229) |
| 2816 | 2025-09-24T15:55:14.869Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2817 | 2025-09-24T15:55:14.872Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2818 | 2025-09-24T15:55:14.974Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2819 | 2025-09-24T15:55:15.164Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2820 | 2025-09-24T15:55:15.180Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2821 | 2025-09-24T15:55:15.652Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2822 | 2025-09-24T15:55:21.975Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2823 | 2025-09-24T15:55:23.918Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2824 | 2025-09-24T15:55:24.935Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.77s |
| 2825 | 2025-09-24T15:55:25.146Z | |
| 2826 | 2025-09-24T15:55:25.147Z | info: running `cargo check --bins` on oximeter-types (74/229) |
| 2827 | 2025-09-24T15:55:25.866Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2828 | 2025-09-24T15:55:25.870Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2829 | 2025-09-24T15:55:25.870Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2830 | 2025-09-24T15:55:25.870Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 2831 | 2025-09-24T15:55:25.953Z | |
| 2832 | 2025-09-24T15:55:25.953Z | info: running `cargo check --bins` on oximeter-timeseries-macro (75/229) |
| 2833 | 2025-09-24T15:55:26.659Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2834 | 2025-09-24T15:55:26.662Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2835 | 2025-09-24T15:55:26.662Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2836 | 2025-09-24T15:55:26.665Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2837 | 2025-09-24T15:55:26.759Z | |
| 2838 | 2025-09-24T15:55:26.759Z | info: running `cargo check --bins` on oxql-types (76/229) |
| 2839 | 2025-09-24T15:55:27.466Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2840 | 2025-09-24T15:55:27.469Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2841 | 2025-09-24T15:55:27.469Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2842 | 2025-09-24T15:55:27.473Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2843 | 2025-09-24T15:55:27.566Z | |
| 2844 | 2025-09-24T15:55:27.566Z | info: running `cargo check --bins` on oximeter-test-utils (77/229) |
| 2845 | 2025-09-24T15:55:28.329Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2846 | 2025-09-24T15:55:28.332Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2847 | 2025-09-24T15:55:28.332Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2848 | 2025-09-24T15:55:28.336Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 2849 | 2025-09-24T15:55:28.438Z | |
| 2850 | 2025-09-24T15:55:28.438Z | info: running `cargo check --bins` on update-engine (78/229) |
| 2851 | 2025-09-24T15:55:29.125Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2852 | 2025-09-24T15:55:29.128Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2853 | 2025-09-24T15:55:29.128Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2854 | 2025-09-24T15:55:29.131Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2855 | 2025-09-24T15:55:29.220Z | |
| 2856 | 2025-09-24T15:55:29.220Z | info: running `cargo check --bins` on omicron-rpaths (79/229) |
| 2857 | 2025-09-24T15:55:29.896Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2858 | 2025-09-24T15:55:29.900Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2859 | 2025-09-24T15:55:29.900Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2860 | 2025-09-24T15:55:29.903Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2861 | 2025-09-24T15:55:29.989Z | |
| 2862 | 2025-09-24T15:55:29.989Z | info: running `cargo check --bins` on omicron-certificates (80/229) |
| 2863 | 2025-09-24T15:55:30.698Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2864 | 2025-09-24T15:55:30.701Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2865 | 2025-09-24T15:55:30.701Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2866 | 2025-09-24T15:55:30.705Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 2867 | 2025-09-24T15:55:30.800Z | |
| 2868 | 2025-09-24T15:55:30.800Z | info: running `cargo check --bins` on omicron-clickhouse-admin (81/229) |
| 2869 | 2025-09-24T15:55:31.532Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2870 | 2025-09-24T15:55:31.535Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2871 | 2025-09-24T15:55:31.669Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2872 | 2025-09-24T15:55:31.669Z | Checking nanorand v0.7.0 |
| 2873 | 2025-09-24T15:55:31.913Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2874 | 2025-09-24T15:55:32.029Z | Checking flume v0.11.1 |
| 2875 | 2025-09-24T15:55:32.329Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2876 | 2025-09-24T15:55:33.667Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.86s |
| 2877 | 2025-09-24T15:55:33.887Z | |
| 2878 | 2025-09-24T15:55:33.887Z | info: running `cargo check --bins` on clickhouse-admin-api (82/229) |
| 2879 | 2025-09-24T15:55:34.597Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2880 | 2025-09-24T15:55:34.601Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2881 | 2025-09-24T15:55:34.601Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2882 | 2025-09-24T15:55:34.604Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 2883 | 2025-09-24T15:55:34.698Z | |
| 2884 | 2025-09-24T15:55:34.698Z | info: running `cargo check --bins` on openapi-manager-types (83/229) |
| 2885 | 2025-09-24T15:55:35.374Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2886 | 2025-09-24T15:55:35.378Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2887 | 2025-09-24T15:55:35.378Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2888 | 2025-09-24T15:55:35.382Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2889 | 2025-09-24T15:55:35.468Z | |
| 2890 | 2025-09-24T15:55:35.469Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (84/229) |
| 2891 | 2025-09-24T15:55:36.181Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2892 | 2025-09-24T15:55:36.184Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2893 | 2025-09-24T15:55:36.184Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2894 | 2025-09-24T15:55:36.188Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 2895 | 2025-09-24T15:55:36.283Z | |
| 2896 | 2025-09-24T15:55:36.283Z | info: running `cargo check --bins` on bootstrap-agent-client (85/229) |
| 2897 | 2025-09-24T15:55:36.997Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2898 | 2025-09-24T15:55:37.000Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2899 | 2025-09-24T15:55:37.001Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2900 | 2025-09-24T15:55:37.004Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 2901 | 2025-09-24T15:55:37.101Z | |
| 2902 | 2025-09-24T15:55:37.101Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (86/229) |
| 2903 | 2025-09-24T15:55:37.810Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2904 | 2025-09-24T15:55:37.817Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2905 | 2025-09-24T15:55:37.817Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2906 | 2025-09-24T15:55:37.821Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 2907 | 2025-09-24T15:55:37.910Z | |
| 2908 | 2025-09-24T15:55:37.911Z | info: running `cargo check --bins` on clickhouse-admin-server-client (87/229) |
| 2909 | 2025-09-24T15:55:38.618Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2910 | 2025-09-24T15:55:38.621Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2911 | 2025-09-24T15:55:38.621Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2912 | 2025-09-24T15:55:38.624Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2913 | 2025-09-24T15:55:38.720Z | |
| 2914 | 2025-09-24T15:55:38.720Z | info: running `cargo check --bins` on clickhouse-admin-single-client (88/229) |
| 2915 | 2025-09-24T15:55:39.430Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2916 | 2025-09-24T15:55:39.434Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2917 | 2025-09-24T15:55:39.434Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2918 | 2025-09-24T15:55:39.437Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 2919 | 2025-09-24T15:55:39.533Z | |
| 2920 | 2025-09-24T15:55:39.533Z | info: running `cargo check --bins` on cockroach-admin-client (89/229) |
| 2921 | 2025-09-24T15:55:40.212Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2922 | 2025-09-24T15:55:40.216Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2923 | 2025-09-24T15:55:40.216Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2924 | 2025-09-24T15:55:40.219Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2925 | 2025-09-24T15:55:40.306Z | |
| 2926 | 2025-09-24T15:55:40.306Z | info: running `cargo check --bins` on omicron-ddm-admin-client (90/229) |
| 2927 | 2025-09-24T15:55:41.023Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2928 | 2025-09-24T15:55:41.026Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2929 | 2025-09-24T15:55:41.026Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2930 | 2025-09-24T15:55:41.030Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 2931 | 2025-09-24T15:55:41.127Z | |
| 2932 | 2025-09-24T15:55:41.127Z | info: running `cargo check --bins` on dns-service-client (91/229) |
| 2933 | 2025-09-24T15:55:41.832Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2934 | 2025-09-24T15:55:41.835Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2935 | 2025-09-24T15:55:41.835Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2936 | 2025-09-24T15:55:41.838Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2937 | 2025-09-24T15:55:41.930Z | |
| 2938 | 2025-09-24T15:55:41.930Z | info: running `cargo check --bins` on installinator-client (92/229) |
| 2939 | 2025-09-24T15:55:42.655Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2940 | 2025-09-24T15:55:42.658Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2941 | 2025-09-24T15:55:42.658Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2942 | 2025-09-24T15:55:42.662Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 2943 | 2025-09-24T15:55:42.758Z | |
| 2944 | 2025-09-24T15:55:42.758Z | info: running `cargo check --bins` on installinator-common (93/229) |
| 2945 | 2025-09-24T15:55:43.484Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2946 | 2025-09-24T15:55:43.486Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2947 | 2025-09-24T15:55:43.487Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2948 | 2025-09-24T15:55:43.490Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 2949 | 2025-09-24T15:55:43.587Z | |
| 2950 | 2025-09-24T15:55:43.587Z | info: running `cargo check --bins` on nexus-client (94/229) |
| 2951 | 2025-09-24T15:55:44.337Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2952 | 2025-09-24T15:55:44.342Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2953 | 2025-09-24T15:55:44.342Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2954 | 2025-09-24T15:55:44.345Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 2955 | 2025-09-24T15:55:44.447Z | |
| 2956 | 2025-09-24T15:55:44.447Z | info: running `cargo check --bins` on nexus-lockstep-client (95/229) |
| 2957 | 2025-09-24T15:55:45.199Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2958 | 2025-09-24T15:55:45.202Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2959 | 2025-09-24T15:55:45.203Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2960 | 2025-09-24T15:55:45.207Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 2961 | 2025-09-24T15:55:45.308Z | |
| 2962 | 2025-09-24T15:55:45.308Z | info: running `cargo check --bins` on ntp-admin-client (96/229) |
| 2963 | 2025-09-24T15:55:45.993Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2964 | 2025-09-24T15:55:45.997Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2965 | 2025-09-24T15:55:45.998Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2966 | 2025-09-24T15:55:46.001Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2967 | 2025-09-24T15:55:46.085Z | |
| 2968 | 2025-09-24T15:55:46.085Z | info: running `cargo check --bins` on oxide-client (97/229) |
| 2969 | 2025-09-24T15:55:46.773Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2970 | 2025-09-24T15:55:46.778Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2971 | 2025-09-24T15:55:46.778Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2972 | 2025-09-24T15:55:46.781Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2973 | 2025-09-24T15:55:46.870Z | |
| 2974 | 2025-09-24T15:55:46.871Z | info: running `cargo check --bins` on oximeter-client (98/229) |
| 2975 | 2025-09-24T15:55:47.577Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2976 | 2025-09-24T15:55:47.580Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2977 | 2025-09-24T15:55:47.580Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2978 | 2025-09-24T15:55:47.584Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2979 | 2025-09-24T15:55:47.677Z | |
| 2980 | 2025-09-24T15:55:47.677Z | info: running `cargo check --bins` on repo-depot-client (99/229) |
| 2981 | 2025-09-24T15:55:48.359Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2982 | 2025-09-24T15:55:48.362Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2983 | 2025-09-24T15:55:48.362Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2984 | 2025-09-24T15:55:48.365Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2985 | 2025-09-24T15:55:48.451Z | |
| 2986 | 2025-09-24T15:55:48.451Z | info: running `cargo check --bins` on sled-agent-client (100/229) |
| 2987 | 2025-09-24T15:55:49.188Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2988 | 2025-09-24T15:55:49.191Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2989 | 2025-09-24T15:55:49.191Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2990 | 2025-09-24T15:55:49.195Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 2991 | 2025-09-24T15:55:49.293Z | |
| 2992 | 2025-09-24T15:55:49.293Z | info: running `cargo check --bins` on sled-agent-types (101/229) |
| 2993 | 2025-09-24T15:55:50.031Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2994 | 2025-09-24T15:55:50.035Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2995 | 2025-09-24T15:55:50.035Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2996 | 2025-09-24T15:55:50.039Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 2997 | 2025-09-24T15:55:50.136Z | |
| 2998 | 2025-09-24T15:55:50.136Z | info: running `cargo check --bins` on wicketd-client (102/229) |
| 2999 | 2025-09-24T15:55:50.886Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3000 | 2025-09-24T15:55:50.889Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3001 | 2025-09-24T15:55:50.889Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3002 | 2025-09-24T15:55:50.893Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 3003 | 2025-09-24T15:55:50.993Z | |
| 3004 | 2025-09-24T15:55:50.993Z | info: running `cargo check --bins` on wicket-common (103/229) |
| 3005 | 2025-09-24T15:55:51.731Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3006 | 2025-09-24T15:55:51.736Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3007 | 2025-09-24T15:55:51.736Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3008 | 2025-09-24T15:55:51.744Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3009 | 2025-09-24T15:55:51.834Z | |
| 3010 | 2025-09-24T15:55:51.834Z | info: running `cargo check --bins` on omicron-cockroach-admin (104/229) |
| 3011 | 2025-09-24T15:55:52.559Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3012 | 2025-09-24T15:55:52.562Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3013 | 2025-09-24T15:55:52.682Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3014 | 2025-09-24T15:55:52.686Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3015 | 2025-09-24T15:55:52.686Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3016 | 2025-09-24T15:55:52.686Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3017 | 2025-09-24T15:55:52.808Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 3018 | 2025-09-24T15:55:53.023Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3019 | 2025-09-24T15:55:53.042Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3020 | 2025-09-24T15:55:53.410Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3021 | 2025-09-24T15:55:56.292Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.45s |
| 3022 | 2025-09-24T15:55:56.508Z | |
| 3023 | 2025-09-24T15:55:56.508Z | info: running `cargo check --bins` on cockroach-admin-api (105/229) |
| 3024 | 2025-09-24T15:55:57.220Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3025 | 2025-09-24T15:55:57.223Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3026 | 2025-09-24T15:55:57.223Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3027 | 2025-09-24T15:55:57.227Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3028 | 2025-09-24T15:55:57.319Z | |
| 3029 | 2025-09-24T15:55:57.319Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (106/229) |
| 3030 | 2025-09-24T15:55:58.143Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3031 | 2025-09-24T15:55:58.146Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3032 | 2025-09-24T15:55:58.146Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3033 | 2025-09-24T15:55:58.151Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
| 3034 | 2025-09-24T15:55:58.264Z | |
| 3035 | 2025-09-24T15:55:58.264Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (107/229) |
| 3036 | 2025-09-24T15:55:59.090Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3037 | 2025-09-24T15:55:59.093Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3038 | 2025-09-24T15:55:59.093Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3039 | 2025-09-24T15:55:59.098Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
| 3040 | 2025-09-24T15:55:59.212Z | |
| 3041 | 2025-09-24T15:55:59.212Z | info: running `cargo check --bins` on dns-server (108/229) |
| 3042 | 2025-09-24T15:55:59.935Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3043 | 2025-09-24T15:55:59.939Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3044 | 2025-09-24T15:56:00.048Z | Compiling parking_lot_core v0.8.6 |
| 3045 | 2025-09-24T15:56:00.048Z | Compiling moka v0.12.10 |
| 3046 | 2025-09-24T15:56:00.054Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3047 | 2025-09-24T15:56:00.054Z | Checking tagptr v0.2.0 |
| 3048 | 2025-09-24T15:56:00.186Z | Checking prefix-trie v0.7.0 |
| 3049 | 2025-09-24T15:56:00.196Z | Checking fxhash v0.2.1 |
| 3050 | 2025-09-24T15:56:00.198Z | Checking hickory-client v0.25.2 |
| 3051 | 2025-09-24T15:56:00.759Z | Checking hickory-server v0.25.2 |
| 3052 | 2025-09-24T15:56:00.817Z | Checking parking_lot v0.11.2 |
| 3053 | 2025-09-24T15:56:01.061Z | Checking sled v0.34.7 |
| 3054 | 2025-09-24T15:56:01.151Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3055 | 2025-09-24T15:56:01.155Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3056 | 2025-09-24T15:56:01.431Z | Checking hickory-resolver v0.25.2 |
| 3057 | 2025-09-24T15:56:02.869Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3058 | 2025-09-24T15:56:04.319Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.10s |
| 3059 | 2025-09-24T15:56:04.533Z | |
| 3060 | 2025-09-24T15:56:04.533Z | info: running `cargo check --bins` on dns-server-api (109/229) |
| 3061 | 2025-09-24T15:56:05.242Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3062 | 2025-09-24T15:56:05.244Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3063 | 2025-09-24T15:56:05.245Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3064 | 2025-09-24T15:56:05.248Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3065 | 2025-09-24T15:56:05.341Z | |
| 3066 | 2025-09-24T15:56:05.341Z | info: running `cargo check --bins` on gateway-test-utils (110/229) |
| 3067 | 2025-09-24T15:56:06.125Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3068 | 2025-09-24T15:56:06.128Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3069 | 2025-09-24T15:56:06.128Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3070 | 2025-09-24T15:56:06.134Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 3071 | 2025-09-24T15:56:06.241Z | |
| 3072 | 2025-09-24T15:56:06.241Z | info: running `cargo check --bins` on omicron-gateway (111/229) |
| 3073 | 2025-09-24T15:56:07.010Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3074 | 2025-09-24T15:56:07.013Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3075 | 2025-09-24T15:56:07.172Z | Compiling radium v0.7.0 |
| 3076 | 2025-09-24T15:56:07.175Z | Compiling maybe-uninit v2.0.0 |
| 3077 | 2025-09-24T15:56:07.304Z | Checking tap v1.0.1 |
| 3078 | 2025-09-24T15:56:07.332Z | Compiling zerocopy-derive v0.6.6 |
| 3079 | 2025-09-24T15:56:07.335Z | Compiling packed_struct v0.10.1 |
| 3080 | 2025-09-24T15:56:07.335Z | Checking funty v2.0.0 |
| 3081 | 2025-09-24T15:56:07.346Z | Checking crc-catalog v2.4.0 |
| 3082 | 2025-09-24T15:56:07.393Z | Compiling packed_struct_codegen v0.10.1 |
| 3083 | 2025-09-24T15:56:07.461Z | Checking wyz v0.5.1 |
| 3084 | 2025-09-24T15:56:07.532Z | Checking crc v3.2.1 |
| 3085 | 2025-09-24T15:56:07.836Z | Compiling bitfield-macros v0.19.2 |
| 3086 | 2025-09-24T15:56:07.854Z | Compiling indexmap v1.9.3 |
| 3087 | 2025-09-24T15:56:07.990Z | Checking nodrop v0.1.14 |
| 3088 | 2025-09-24T15:56:08.012Z | Checking smallvec v0.6.14 |
| 3089 | 2025-09-24T15:56:08.130Z | Checking hashbrown v0.12.3 |
| 3090 | 2025-09-24T15:56:08.153Z | Checking array-init v0.0.4 |
| 3091 | 2025-09-24T15:56:08.233Z | Checking ron v0.8.1 |
| 3092 | 2025-09-24T15:56:08.254Z | Checking bitvec v1.0.1 |
| 3093 | 2025-09-24T15:56:08.390Z | Checking hashbrown v0.13.2 |
| 3094 | 2025-09-24T15:56:09.083Z | Checking serde-hex v0.1.0 |
| 3095 | 2025-09-24T15:56:09.180Z | Checking zerocopy v0.6.6 |
| 3096 | 2025-09-24T15:56:09.314Z | Checking bitfield v0.19.2 |
| 3097 | 2025-09-24T15:56:09.345Z | Checking half v2.4.1 |
| 3098 | 2025-09-24T15:56:09.480Z | Checking crc-any v2.5.0 |
| 3099 | 2025-09-24T15:56:09.695Z | Checking ciborium-io v0.2.2 |
| 3100 | 2025-09-24T15:56:09.769Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3101 | 2025-09-24T15:56:09.790Z | Checking object v0.30.4 |
| 3102 | 2025-09-24T15:56:09.821Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 3103 | 2025-09-24T15:56:09.843Z | Checking path-slash v0.1.5 |
| 3104 | 2025-09-24T15:56:09.847Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3105 | 2025-09-24T15:56:09.847Z | Checking ciborium-ll v0.2.2 |
| 3106 | 2025-09-24T15:56:10.000Z | Checking half v1.8.3 |
| 3107 | 2025-09-24T15:56:10.118Z | Checking void v1.0.2 |
| 3108 | 2025-09-24T15:56:10.140Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3109 | 2025-09-24T15:56:10.140Z | Checking tungstenite v0.23.0 |
| 3110 | 2025-09-24T15:56:10.200Z | Checking ciborium v0.2.2 |
| 3111 | 2025-09-24T15:56:10.287Z | Checking lzss v0.8.2 |
| 3112 | 2025-09-24T15:56:10.414Z | Checking serde_cbor v0.11.2 |
| 3113 | 2025-09-24T15:56:10.641Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3114 | 2025-09-24T15:56:10.745Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3115 | 2025-09-24T15:56:10.921Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3116 | 2025-09-24T15:56:10.969Z | Checking nix v0.27.1 |
| 3117 | 2025-09-24T15:56:11.117Z | Checking kstat-rs v0.2.4 |
| 3118 | 2025-09-24T15:56:11.286Z | Checking serde_bytes v0.11.17 |
| 3119 | 2025-09-24T15:56:11.476Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3120 | 2025-09-24T15:56:11.520Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3121 | 2025-09-24T15:56:11.617Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3122 | 2025-09-24T15:56:11.896Z | Checking tokio-tungstenite v0.23.1 |
| 3123 | 2025-09-24T15:56:12.232Z | Checking signal-hook-tokio v0.3.1 |
| 3124 | 2025-09-24T15:56:13.715Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d) |
| 3125 | 2025-09-24T15:56:17.196Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3126 | 2025-09-24T15:56:18.185Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d) |
| 3127 | 2025-09-24T15:56:19.548Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e) |
| 3128 | 2025-09-24T15:56:21.595Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3129 | 2025-09-24T15:56:24.714Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.46s |
| 3130 | 2025-09-24T15:56:24.942Z | |
| 3131 | 2025-09-24T15:56:24.942Z | info: running `cargo check --bins` on gateway-api (112/229) |
| 3132 | 2025-09-24T15:56:25.649Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3133 | 2025-09-24T15:56:25.652Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3134 | 2025-09-24T15:56:25.652Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3135 | 2025-09-24T15:56:25.655Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3136 | 2025-09-24T15:56:25.749Z | |
| 3137 | 2025-09-24T15:56:25.750Z | info: running `cargo check --bins` on ipcc (113/229) |
| 3138 | 2025-09-24T15:56:26.461Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3139 | 2025-09-24T15:56:26.464Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3140 | 2025-09-24T15:56:26.464Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3141 | 2025-09-24T15:56:26.467Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3142 | 2025-09-24T15:56:26.562Z | |
| 3143 | 2025-09-24T15:56:26.562Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (114/229) |
| 3144 | 2025-09-24T15:56:27.243Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3145 | 2025-09-24T15:56:27.246Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3146 | 2025-09-24T15:56:27.246Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3147 | 2025-09-24T15:56:27.249Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3148 | 2025-09-24T15:56:27.334Z | |
| 3149 | 2025-09-24T15:56:27.334Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (115/229) |
| 3150 | 2025-09-24T15:56:28.048Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3151 | 2025-09-24T15:56:28.052Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3152 | 2025-09-24T15:56:28.052Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3153 | 2025-09-24T15:56:28.055Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3154 | 2025-09-24T15:56:28.148Z | |
| 3155 | 2025-09-24T15:56:28.148Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (116/229) |
| 3156 | 2025-09-24T15:56:28.863Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3157 | 2025-09-24T15:56:28.866Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3158 | 2025-09-24T15:56:28.866Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3159 | 2025-09-24T15:56:28.870Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3160 | 2025-09-24T15:56:28.964Z | |
| 3161 | 2025-09-24T15:56:28.964Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (117/229) |
| 3162 | 2025-09-24T15:56:29.676Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3163 | 2025-09-24T15:56:29.679Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3164 | 2025-09-24T15:56:29.679Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3165 | 2025-09-24T15:56:29.683Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3166 | 2025-09-24T15:56:29.777Z | |
| 3167 | 2025-09-24T15:56:29.777Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (118/229) |
| 3168 | 2025-09-24T15:56:30.494Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3169 | 2025-09-24T15:56:30.497Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3170 | 2025-09-24T15:56:30.497Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3171 | 2025-09-24T15:56:30.501Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3172 | 2025-09-24T15:56:30.595Z | |
| 3173 | 2025-09-24T15:56:30.595Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (119/229) |
| 3174 | 2025-09-24T15:56:31.307Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3175 | 2025-09-24T15:56:31.310Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3176 | 2025-09-24T15:56:31.310Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3177 | 2025-09-24T15:56:31.313Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3178 | 2025-09-24T15:56:31.407Z | |
| 3179 | 2025-09-24T15:56:31.407Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (120/229) |
| 3180 | 2025-09-24T15:56:32.119Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3181 | 2025-09-24T15:56:32.122Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3182 | 2025-09-24T15:56:32.122Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3183 | 2025-09-24T15:56:32.125Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3184 | 2025-09-24T15:56:32.218Z | |
| 3185 | 2025-09-24T15:56:32.218Z | info: running `cargo check --bins` on oximeter-producer (121/229) |
| 3186 | 2025-09-24T15:56:32.973Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3187 | 2025-09-24T15:56:32.976Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3188 | 2025-09-24T15:56:32.976Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3189 | 2025-09-24T15:56:32.981Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 3190 | 2025-09-24T15:56:33.086Z | |
| 3191 | 2025-09-24T15:56:33.086Z | info: running `cargo check --bins` on internal-dns-resolver (122/229) |
| 3192 | 2025-09-24T15:56:33.806Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3193 | 2025-09-24T15:56:33.809Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3194 | 2025-09-24T15:56:33.809Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3195 | 2025-09-24T15:56:33.812Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3196 | 2025-09-24T15:56:33.906Z | |
| 3197 | 2025-09-24T15:56:33.906Z | info: running `cargo check --bins` on sp-sim (123/229) |
| 3198 | 2025-09-24T15:56:34.671Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3199 | 2025-09-24T15:56:34.674Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3200 | 2025-09-24T15:56:34.809Z | Compiling nix v0.30.1 |
| 3201 | 2025-09-24T15:56:34.812Z | Checking keccak v0.1.5 |
| 3202 | 2025-09-24T15:56:35.151Z | Checking sha3 v0.10.8 |
| 3203 | 2025-09-24T15:56:36.215Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3204 | 2025-09-24T15:56:38.618Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.70s |
| 3205 | 2025-09-24T15:56:38.840Z | |
| 3206 | 2025-09-24T15:56:38.840Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (124/229) |
| 3207 | 2025-09-24T15:56:39.625Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3208 | 2025-09-24T15:56:39.628Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3209 | 2025-09-24T15:56:39.628Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3210 | 2025-09-24T15:56:39.632Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 3211 | 2025-09-24T15:56:39.740Z | |
| 3212 | 2025-09-24T15:56:39.740Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (125/229) |
| 3213 | 2025-09-24T15:56:40.529Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3214 | 2025-09-24T15:56:40.532Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3215 | 2025-09-24T15:56:40.532Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3216 | 2025-09-24T15:56:40.536Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 3217 | 2025-09-24T15:56:40.645Z | |
| 3218 | 2025-09-24T15:56:40.646Z | info: running `cargo check --bins` on db-macros (126/229) |
| 3219 | 2025-09-24T15:56:41.327Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3220 | 2025-09-24T15:56:41.331Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3221 | 2025-09-24T15:56:41.331Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3222 | 2025-09-24T15:56:41.334Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3223 | 2025-09-24T15:56:41.420Z | |
| 3224 | 2025-09-24T15:56:41.420Z | info: running `cargo check --bins` on nexus-macros-common (127/229) |
| 3225 | 2025-09-24T15:56:42.102Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3226 | 2025-09-24T15:56:42.105Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3227 | 2025-09-24T15:56:42.105Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3228 | 2025-09-24T15:56:42.109Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3229 | 2025-09-24T15:56:42.199Z | |
| 3230 | 2025-09-24T15:56:42.199Z | info: running `cargo check --bins` on nexus-auth (128/229) |
| 3231 | 2025-09-24T15:56:42.976Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3232 | 2025-09-24T15:56:42.979Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3233 | 2025-09-24T15:56:42.979Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3234 | 2025-09-24T15:56:42.983Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 3235 | 2025-09-24T15:56:43.092Z | |
| 3236 | 2025-09-24T15:56:43.092Z | info: running `cargo check --bins` on authz-macros (129/229) |
| 3237 | 2025-09-24T15:56:43.771Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3238 | 2025-09-24T15:56:43.774Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3239 | 2025-09-24T15:56:43.774Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3240 | 2025-09-24T15:56:43.778Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3241 | 2025-09-24T15:56:43.866Z | |
| 3242 | 2025-09-24T15:56:43.866Z | info: running `cargo check --bins` on nexus-db-fixed-data (130/229) |
| 3243 | 2025-09-24T15:56:44.621Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3244 | 2025-09-24T15:56:44.625Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3245 | 2025-09-24T15:56:44.625Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3246 | 2025-09-24T15:56:44.628Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 3247 | 2025-09-24T15:56:44.729Z | |
| 3248 | 2025-09-24T15:56:44.729Z | info: running `cargo check --bins` on nexus-db-model (131/229) |
| 3249 | 2025-09-24T15:56:45.492Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3250 | 2025-09-24T15:56:45.498Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3251 | 2025-09-24T15:56:45.498Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3252 | 2025-09-24T15:56:45.501Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3253 | 2025-09-24T15:56:45.604Z | |
| 3254 | 2025-09-24T15:56:45.605Z | info: running `cargo check --bins` on nexus-db-schema (132/229) |
| 3255 | 2025-09-24T15:56:46.288Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3256 | 2025-09-24T15:56:46.292Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3257 | 2025-09-24T15:56:46.292Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3258 | 2025-09-24T15:56:46.295Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3259 | 2025-09-24T15:56:46.382Z | |
| 3260 | 2025-09-24T15:56:46.382Z | info: running `cargo check --bins` on nexus-defaults (133/229) |
| 3261 | 2025-09-24T15:56:47.092Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3262 | 2025-09-24T15:56:47.096Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3263 | 2025-09-24T15:56:47.096Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3264 | 2025-09-24T15:56:47.099Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3265 | 2025-09-24T15:56:47.192Z | |
| 3266 | 2025-09-24T15:56:47.192Z | info: running `cargo check --bins` on omicron-cockroach-metrics (134/229) |
| 3267 | 2025-09-24T15:56:47.903Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3268 | 2025-09-24T15:56:47.906Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3269 | 2025-09-24T15:56:47.906Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3270 | 2025-09-24T15:56:47.909Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3271 | 2025-09-24T15:56:48.004Z | |
| 3272 | 2025-09-24T15:56:48.004Z | info: running `cargo check --bins` on parallel-task-set (135/229) |
| 3273 | 2025-09-24T15:56:48.684Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3274 | 2025-09-24T15:56:48.687Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3275 | 2025-09-24T15:56:48.687Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3276 | 2025-09-24T15:56:48.690Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3277 | 2025-09-24T15:56:48.780Z | |
| 3278 | 2025-09-24T15:56:48.780Z | info: running `cargo check --bins` on nexus-db-errors (136/229) |
| 3279 | 2025-09-24T15:56:49.553Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3280 | 2025-09-24T15:56:49.556Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3281 | 2025-09-24T15:56:49.556Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3282 | 2025-09-24T15:56:49.561Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 3283 | 2025-09-24T15:56:49.666Z | |
| 3284 | 2025-09-24T15:56:49.666Z | info: running `cargo check --bins` on nexus-db-lookup (137/229) |
| 3285 | 2025-09-24T15:56:50.439Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3286 | 2025-09-24T15:56:50.443Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3287 | 2025-09-24T15:56:50.443Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3288 | 2025-09-24T15:56:50.447Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 3289 | 2025-09-24T15:56:50.555Z | |
| 3290 | 2025-09-24T15:56:50.555Z | info: running `cargo check --bins` on nexus-inventory (138/229) |
| 3291 | 2025-09-24T15:56:51.332Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3292 | 2025-09-24T15:56:51.335Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3293 | 2025-09-24T15:56:51.335Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3294 | 2025-09-24T15:56:51.339Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 3295 | 2025-09-24T15:56:51.442Z | |
| 3296 | 2025-09-24T15:56:51.442Z | info: running `cargo check --bins` on sled-agent-zone-images-examples (139/229) |
| 3297 | 2025-09-24T15:56:52.190Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3298 | 2025-09-24T15:56:52.193Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3299 | 2025-09-24T15:56:52.193Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3300 | 2025-09-24T15:56:52.197Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3301 | 2025-09-24T15:56:52.296Z | |
| 3302 | 2025-09-24T15:56:52.296Z | info: running `cargo check --bins --no-default-features` on sled-storage (140/229) |
| 3303 | 2025-09-24T15:56:53.029Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3304 | 2025-09-24T15:56:53.032Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3305 | 2025-09-24T15:56:53.032Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3306 | 2025-09-24T15:56:53.037Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3307 | 2025-09-24T15:56:53.136Z | |
| 3308 | 2025-09-24T15:56:53.136Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (141/229) |
| 3309 | 2025-09-24T15:56:53.862Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3310 | 2025-09-24T15:56:53.866Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3311 | 2025-09-24T15:56:53.866Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3312 | 2025-09-24T15:56:53.869Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3313 | 2025-09-24T15:56:53.966Z | |
| 3314 | 2025-09-24T15:56:53.966Z | info: running `cargo check --bins` on key-manager (142/229) |
| 3315 | 2025-09-24T15:56:54.682Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3316 | 2025-09-24T15:56:54.685Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3317 | 2025-09-24T15:56:54.685Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3318 | 2025-09-24T15:56:54.689Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3319 | 2025-09-24T15:56:54.781Z | |
| 3320 | 2025-09-24T15:56:54.781Z | info: running `cargo check --bins --no-default-features` on sled-hardware (143/229) |
| 3321 | 2025-09-24T15:56:55.507Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3322 | 2025-09-24T15:56:55.510Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3323 | 2025-09-24T15:56:55.510Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3324 | 2025-09-24T15:56:55.514Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3325 | 2025-09-24T15:56:55.609Z | |
| 3326 | 2025-09-24T15:56:55.609Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (144/229) |
| 3327 | 2025-09-24T15:56:56.333Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3328 | 2025-09-24T15:56:56.336Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3329 | 2025-09-24T15:56:56.336Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3330 | 2025-09-24T15:56:56.339Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3331 | 2025-09-24T15:56:56.435Z | |
| 3332 | 2025-09-24T15:56:56.436Z | info: running `cargo check --bins` on typed-rng (145/229) |
| 3333 | 2025-09-24T15:56:57.112Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3334 | 2025-09-24T15:56:57.115Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3335 | 2025-09-24T15:56:57.115Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3336 | 2025-09-24T15:56:57.118Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3337 | 2025-09-24T15:56:57.204Z | |
| 3338 | 2025-09-24T15:56:57.204Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (146/229) |
| 3339 | 2025-09-24T15:56:57.989Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3340 | 2025-09-24T15:56:57.992Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3341 | 2025-09-24T15:56:58.259Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 3342 | 2025-09-24T15:56:58.259Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3343 | 2025-09-24T15:56:58.259Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 3344 | 2025-09-24T15:56:58.263Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3345 | 2025-09-24T15:56:58.263Z | Checking universal-hash v0.5.1 |
| 3346 | 2025-09-24T15:56:58.263Z | Checking opaque-debug v0.3.1 |
| 3347 | 2025-09-24T15:56:58.478Z | Checking chacha20 v0.9.1 |
| 3348 | 2025-09-24T15:56:58.478Z | Checking aead v0.5.2 |
| 3349 | 2025-09-24T15:56:58.531Z | Compiling unicase v2.7.0 |
| 3350 | 2025-09-24T15:56:58.617Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3351 | 2025-09-24T15:56:58.641Z | Checking poly1305 v0.8.0 |
| 3352 | 2025-09-24T15:56:58.699Z | Compiling libefi-sys v0.1.0 |
| 3353 | 2025-09-24T15:56:58.834Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 3354 | 2025-09-24T15:56:58.860Z | Compiling bitfield-struct v0.6.2 |
| 3355 | 2025-09-24T15:56:59.004Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654) |
| 3356 | 2025-09-24T15:56:59.053Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 3357 | 2025-09-24T15:56:59.084Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3358 | 2025-09-24T15:56:59.135Z | Checking chacha20poly1305 v0.10.1 |
| 3359 | 2025-09-24T15:56:59.344Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3360 | 2025-09-24T15:56:59.379Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3361 | 2025-09-24T15:56:59.402Z | Compiling salty v0.3.0 |
| 3362 | 2025-09-24T15:56:59.461Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3363 | 2025-09-24T15:56:59.867Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3364 | 2025-09-24T15:57:00.073Z | Compiling num-derive v0.3.3 |
| 3365 | 2025-09-24T15:57:00.103Z | Compiling proc-macro-error2 v2.0.1 |
| 3366 | 2025-09-24T15:57:00.125Z | Compiling xshell-macros v0.2.7 |
| 3367 | 2025-09-24T15:57:00.146Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3368 | 2025-09-24T15:57:00.702Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3369 | 2025-09-24T15:57:00.729Z | Compiling tabled_derive v0.11.0 |
| 3370 | 2025-09-24T15:57:00.882Z | Checking xshell v0.2.7 |
| 3371 | 2025-09-24T15:57:00.961Z | Checking thiserror-no-std v2.0.2 |
| 3372 | 2025-09-24T15:57:01.107Z | Checking vsss-rs v3.3.4 |
| 3373 | 2025-09-24T15:57:01.154Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3374 | 2025-09-24T15:57:01.233Z | Compiling mime_guess v2.0.5 |
| 3375 | 2025-09-24T15:57:01.629Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 3376 | 2025-09-24T15:57:02.179Z | Checking libscf-sys v1.1.0 |
| 3377 | 2025-09-24T15:57:02.348Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3378 | 2025-09-24T15:57:02.761Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654) |
| 3379 | 2025-09-24T15:57:02.959Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3380 | 2025-09-24T15:57:03.465Z | Checking papergrid v0.17.0 |
| 3381 | 2025-09-24T15:57:03.595Z | Checking testing_table v0.3.0 |
| 3382 | 2025-09-24T15:57:03.640Z | Compiling progenitor-impl v0.11.0 |
| 3383 | 2025-09-24T15:57:03.752Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654) |
| 3384 | 2025-09-24T15:57:04.160Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed) |
| 3385 | 2025-09-24T15:57:04.862Z | Checking primeorder v0.13.6 |
| 3386 | 2025-09-24T15:57:05.294Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed) |
| 3387 | 2025-09-24T15:57:05.376Z | Checking p384 v0.13.0 |
| 3388 | 2025-09-24T15:57:05.401Z | Checking tabled v0.20.0 |
| 3389 | 2025-09-24T15:57:05.464Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3390 | 2025-09-24T15:57:05.717Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 3391 | 2025-09-24T15:57:05.951Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed) |
| 3392 | 2025-09-24T15:57:06.148Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654) |
| 3393 | 2025-09-24T15:57:06.308Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3394 | 2025-09-24T15:57:06.696Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3395 | 2025-09-24T15:57:06.858Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3396 | 2025-09-24T15:57:06.942Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3397 | 2025-09-24T15:57:07.743Z | Checking progenitor-client v0.11.0 |
| 3398 | 2025-09-24T15:57:07.892Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
| 3399 | 2025-09-24T15:57:07.969Z | Checking http-range v0.1.5 |
| 3400 | 2025-09-24T15:57:08.200Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 3401 | 2025-09-24T15:57:08.274Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3402 | 2025-09-24T15:57:08.522Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3403 | 2025-09-24T15:57:08.752Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e3c587a47039a6c7aff6cc53b8e72e5328d57fc0#e3c587a4) |
| 3404 | 2025-09-24T15:57:08.936Z | Checking secrecy v0.8.0 |
| 3405 | 2025-09-24T15:57:09.181Z | Checking atty v0.2.14 |
| 3406 | 2025-09-24T15:57:09.335Z | Checking crc8 v0.1.1 |
| 3407 | 2025-09-24T15:57:09.390Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3408 | 2025-09-24T15:57:09.414Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 3409 | 2025-09-24T15:57:09.730Z | Checking hyper-staticfile v0.10.1 |
| 3410 | 2025-09-24T15:57:09.916Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3411 | 2025-09-24T15:57:10.149Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3412 | 2025-09-24T15:57:10.270Z | Compiling progenitor-macro v0.11.0 |
| 3413 | 2025-09-24T15:57:10.295Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743) |
| 3414 | 2025-09-24T15:57:10.578Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3415 | 2025-09-24T15:57:10.623Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3416 | 2025-09-24T15:57:10.673Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 3417 | 2025-09-24T15:57:10.763Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3418 | 2025-09-24T15:57:10.791Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3419 | 2025-09-24T15:57:11.309Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3420 | 2025-09-24T15:57:11.572Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654) |
| 3421 | 2025-09-24T15:57:11.720Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3422 | 2025-09-24T15:57:11.793Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3423 | 2025-09-24T15:57:12.023Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=738c80d18d5e94eda367440ade7743e9d9f124de#738c80d1) |
| 3424 | 2025-09-24T15:57:13.459Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3425 | 2025-09-24T15:57:16.158Z | Checking progenitor v0.11.0 |
| 3426 | 2025-09-24T15:57:16.325Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=738c80d18d5e94eda367440ade7743e9d9f124de#738c80d1) |
| 3427 | 2025-09-24T15:57:16.414Z | Checking sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
| 3428 | 2025-09-24T15:57:24.042Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3429 | 2025-09-24T15:57:37.587Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.36s |
| 3430 | 2025-09-24T15:57:37.816Z | |
| 3431 | 2025-09-24T15:57:37.816Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (147/229) |
| 3432 | 2025-09-24T15:57:38.611Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3433 | 2025-09-24T15:57:38.614Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3434 | 2025-09-24T15:57:38.782Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3435 | 2025-09-24T15:57:52.344Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.51s |
| 3436 | 2025-09-24T15:57:52.587Z | |
| 3437 | 2025-09-24T15:57:52.587Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (148/229) |
| 3438 | 2025-09-24T15:57:53.381Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3439 | 2025-09-24T15:57:53.384Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3440 | 2025-09-24T15:57:53.550Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3441 | 2025-09-24T15:58:07.097Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.50s |
| 3442 | 2025-09-24T15:58:07.344Z | |
| 3443 | 2025-09-24T15:58:07.344Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (149/229) |
| 3444 | 2025-09-24T15:58:08.134Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3445 | 2025-09-24T15:58:08.137Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3446 | 2025-09-24T15:58:08.305Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3447 | 2025-09-24T15:58:22.199Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.84s |
| 3448 | 2025-09-24T15:58:22.436Z | |
| 3449 | 2025-09-24T15:58:22.436Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (150/229) |
| 3450 | 2025-09-24T15:58:23.248Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3451 | 2025-09-24T15:58:23.268Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3452 | 2025-09-24T15:58:23.392Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3453 | 2025-09-24T15:58:37.287Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.84s |
| 3454 | 2025-09-24T15:58:37.531Z | |
| 3455 | 2025-09-24T15:58:37.531Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (151/229) |
| 3456 | 2025-09-24T15:58:38.336Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3457 | 2025-09-24T15:58:38.339Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3458 | 2025-09-24T15:58:38.508Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3459 | 2025-09-24T15:58:52.315Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.77s |
| 3460 | 2025-09-24T15:58:52.554Z | |
| 3461 | 2025-09-24T15:58:52.554Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (152/229) |
| 3462 | 2025-09-24T15:58:53.368Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3463 | 2025-09-24T15:58:53.370Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3464 | 2025-09-24T15:58:53.542Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3465 | 2025-09-24T15:59:07.319Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.75s |
| 3466 | 2025-09-24T15:59:07.558Z | |
| 3467 | 2025-09-24T15:59:07.558Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (153/229) |
| 3468 | 2025-09-24T15:59:08.349Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3469 | 2025-09-24T15:59:08.352Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3470 | 2025-09-24T15:59:08.521Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3471 | 2025-09-24T15:59:22.176Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.60s |
| 3472 | 2025-09-24T15:59:22.415Z | |
| 3473 | 2025-09-24T15:59:22.415Z | info: running `cargo check --bins` on bootstrap-agent-api (154/229) |
| 3474 | 2025-09-24T15:59:23.173Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3475 | 2025-09-24T15:59:23.176Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3476 | 2025-09-24T15:59:23.176Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3477 | 2025-09-24T15:59:23.181Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3478 | 2025-09-24T15:59:23.279Z | |
| 3479 | 2025-09-24T15:59:23.279Z | info: running `cargo check --bins` on range-requests (155/229) |
| 3480 | 2025-09-24T15:59:23.990Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3481 | 2025-09-24T15:59:23.993Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3482 | 2025-09-24T15:59:23.994Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3483 | 2025-09-24T15:59:23.997Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3484 | 2025-09-24T15:59:24.085Z | |
| 3485 | 2025-09-24T15:59:24.086Z | info: running `cargo check --bins` on repo-depot-api (156/229) |
| 3486 | 2025-09-24T15:59:24.797Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3487 | 2025-09-24T15:59:24.800Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3488 | 2025-09-24T15:59:24.801Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3489 | 2025-09-24T15:59:24.804Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3490 | 2025-09-24T15:59:24.892Z | |
| 3491 | 2025-09-24T15:59:24.892Z | info: running `cargo check --bins` on sled-agent-api (157/229) |
| 3492 | 2025-09-24T15:59:25.644Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3493 | 2025-09-24T15:59:25.647Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3494 | 2025-09-24T15:59:25.647Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3495 | 2025-09-24T15:59:25.651Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 3496 | 2025-09-24T15:59:25.751Z | |
| 3497 | 2025-09-24T15:59:25.751Z | info: running `cargo check --bins` on sled-diagnostics (158/229) |
| 3498 | 2025-09-24T15:59:26.486Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3499 | 2025-09-24T15:59:26.490Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3500 | 2025-09-24T15:59:26.490Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3501 | 2025-09-24T15:59:26.493Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3502 | 2025-09-24T15:59:26.588Z | |
| 3503 | 2025-09-24T15:59:26.589Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (159/229) |
| 3504 | 2025-09-24T15:59:27.348Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3505 | 2025-09-24T15:59:27.351Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3506 | 2025-09-24T15:59:27.351Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3507 | 2025-09-24T15:59:27.356Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3508 | 2025-09-24T15:59:27.455Z | |
| 3509 | 2025-09-24T15:59:27.455Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (160/229) |
| 3510 | 2025-09-24T15:59:28.212Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3511 | 2025-09-24T15:59:28.216Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3512 | 2025-09-24T15:59:28.217Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3513 | 2025-09-24T15:59:28.222Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 3514 | 2025-09-24T15:59:28.318Z | |
| 3515 | 2025-09-24T15:59:28.318Z | info: running `cargo check --bins` on sled-agent-zone-images (161/229) |
| 3516 | 2025-09-24T15:59:29.073Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3517 | 2025-09-24T15:59:29.076Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3518 | 2025-09-24T15:59:29.076Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3519 | 2025-09-24T15:59:29.079Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 3520 | 2025-09-24T15:59:29.179Z | |
| 3521 | 2025-09-24T15:59:29.179Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (162/229) |
| 3522 | 2025-09-24T15:59:29.947Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3523 | 2025-09-24T15:59:29.950Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3524 | 2025-09-24T15:59:29.950Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3525 | 2025-09-24T15:59:29.954Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3526 | 2025-09-24T15:59:30.057Z | |
| 3527 | 2025-09-24T15:59:30.057Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (163/229) |
| 3528 | 2025-09-24T15:59:30.854Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3529 | 2025-09-24T15:59:30.857Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3530 | 2025-09-24T15:59:30.857Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3531 | 2025-09-24T15:59:30.862Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 3532 | 2025-09-24T15:59:30.968Z | |
| 3533 | 2025-09-24T15:59:30.968Z | info: running `cargo check --bins` on update-common (164/229) |
| 3534 | 2025-09-24T15:59:31.709Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3535 | 2025-09-24T15:59:31.713Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3536 | 2025-09-24T15:59:31.713Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3537 | 2025-09-24T15:59:31.716Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3538 | 2025-09-24T15:59:31.812Z | |
| 3539 | 2025-09-24T15:59:31.812Z | info: running `cargo check --bins` on nexus-test-interface (165/229) |
| 3540 | 2025-09-24T15:59:32.607Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3541 | 2025-09-24T15:59:32.610Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3542 | 2025-09-24T15:59:32.610Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3543 | 2025-09-24T15:59:32.615Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 3544 | 2025-09-24T15:59:32.726Z | |
| 3545 | 2025-09-24T15:59:32.726Z | info: running `cargo check --bins` on oximeter-collector (166/229) |
| 3546 | 2025-09-24T15:59:33.507Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3547 | 2025-09-24T15:59:33.510Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3548 | 2025-09-24T15:59:33.652Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3549 | 2025-09-24T15:59:33.652Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3550 | 2025-09-24T15:59:34.584Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3551 | 2025-09-24T15:59:36.684Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.95s |
| 3552 | 2025-09-24T15:59:36.917Z | |
| 3553 | 2025-09-24T15:59:36.917Z | info: running `cargo check --bins` on oximeter-api (167/229) |
| 3554 | 2025-09-24T15:59:37.637Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3555 | 2025-09-24T15:59:37.640Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3556 | 2025-09-24T15:59:37.640Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3557 | 2025-09-24T15:59:37.644Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3558 | 2025-09-24T15:59:37.740Z | |
| 3559 | 2025-09-24T15:59:37.741Z | info: running `cargo check --bins` on cert-dev (168/229) |
| 3560 | 2025-09-24T15:59:38.432Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3561 | 2025-09-24T15:59:38.435Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3562 | 2025-09-24T15:59:38.511Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3563 | 2025-09-24T15:59:38.853Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s |
| 3564 | 2025-09-24T15:59:39.062Z | |
| 3565 | 2025-09-24T15:59:39.062Z | info: running `cargo check --bins` on clickana (169/229) |
| 3566 | 2025-09-24T15:59:39.786Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3567 | 2025-09-24T15:59:39.789Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3568 | 2025-09-24T15:59:39.889Z | Checking castaway v0.2.3 |
| 3569 | 2025-09-24T15:59:39.889Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3570 | 2025-09-24T15:59:39.892Z | Checking lru v0.12.5 |
| 3571 | 2025-09-24T15:59:39.892Z | Compiling instability v0.3.2 |
| 3572 | 2025-09-24T15:59:39.892Z | Checking unicode-truncate v1.1.0 |
| 3573 | 2025-09-24T15:59:39.892Z | Checking cassowary v0.3.0 |
| 3574 | 2025-09-24T15:59:39.892Z | Compiling indoc v2.0.6 |
| 3575 | 2025-09-24T15:59:40.187Z | Checking compact_str v0.8.0 |
| 3576 | 2025-09-24T15:59:40.814Z | Checking ratatui v0.29.0 |
| 3577 | 2025-09-24T15:59:41.680Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3578 | 2025-09-24T15:59:42.871Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3579 | 2025-09-24T15:59:43.825Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.75s |
| 3580 | 2025-09-24T15:59:44.039Z | |
| 3581 | 2025-09-24T15:59:44.039Z | info: running `cargo check --bins` on clickhouse-cluster-dev (170/229) |
| 3582 | 2025-09-24T15:59:44.810Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3583 | 2025-09-24T15:59:44.813Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3584 | 2025-09-24T15:59:44.951Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3585 | 2025-09-24T15:59:44.952Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3586 | 2025-09-24T15:59:45.724Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3587 | 2025-09-24T15:59:46.243Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.19s |
| 3588 | 2025-09-24T15:59:46.480Z | |
| 3589 | 2025-09-24T15:59:46.480Z | info: running `cargo check --bins` on ch-dev (171/229) |
| 3590 | 2025-09-24T15:59:47.245Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3591 | 2025-09-24T15:59:47.248Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3592 | 2025-09-24T15:59:47.386Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3593 | 2025-09-24T15:59:48.322Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.83s |
| 3594 | 2025-09-24T15:59:48.562Z | |
| 3595 | 2025-09-24T15:59:48.562Z | info: running `cargo check --bins` on dev-tools-common (172/229) |
| 3596 | 2025-09-24T15:59:49.104Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3597 | 2025-09-24T15:59:49.107Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3598 | 2025-09-24T15:59:49.107Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3599 | 2025-09-24T15:59:49.110Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3600 | 2025-09-24T15:59:49.167Z | |
| 3601 | 2025-09-24T15:59:49.167Z | info: running `cargo check --bins` on crdb-seed (173/229) |
| 3602 | 2025-09-24T15:59:49.926Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3603 | 2025-09-24T15:59:49.929Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3604 | 2025-09-24T15:59:50.059Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3605 | 2025-09-24T15:59:50.589Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s |
| 3606 | 2025-09-24T15:59:50.825Z | |
| 3607 | 2025-09-24T15:59:50.825Z | info: running `cargo check --bins` on db-dev (174/229) |
| 3608 | 2025-09-24T15:59:51.592Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3609 | 2025-09-24T15:59:51.595Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3610 | 2025-09-24T15:59:51.732Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3611 | 2025-09-24T15:59:52.691Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s |
| 3612 | 2025-09-24T15:59:52.930Z | |
| 3613 | 2025-09-24T15:59:52.930Z | info: running `cargo check --bins` on omicron-dev-lib (175/229) |
| 3614 | 2025-09-24T15:59:53.700Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3615 | 2025-09-24T15:59:53.704Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3616 | 2025-09-24T15:59:53.704Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3617 | 2025-09-24T15:59:53.707Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 3618 | 2025-09-24T15:59:53.813Z | |
| 3619 | 2025-09-24T15:59:53.813Z | info: running `cargo check --bins` on xtask-downloader (176/229) |
| 3620 | 2025-09-24T15:59:54.497Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3621 | 2025-09-24T15:59:54.500Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3622 | 2025-09-24T15:59:54.579Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3623 | 2025-09-24T15:59:55.462Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s |
| 3624 | 2025-09-24T15:59:55.659Z | |
| 3625 | 2025-09-24T15:59:55.659Z | info: running `cargo check --bins` on omicron-ls-apis (177/229) |
| 3626 | 2025-09-24T15:59:56.351Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3627 | 2025-09-24T15:59:56.354Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3628 | 2025-09-24T15:59:56.434Z | Checking typeid v1.0.3 |
| 3629 | 2025-09-24T15:59:56.553Z | Checking ordered-float v2.10.1 |
| 3630 | 2025-09-24T15:59:56.569Z | Checking unicode-xid v0.2.6 |
| 3631 | 2025-09-24T15:59:56.583Z | Checking cargo-platform v0.2.0 |
| 3632 | 2025-09-24T15:59:56.649Z | Checking erased-serde v0.4.6 |
| 3633 | 2025-09-24T15:59:56.893Z | Checking serde-value v0.7.0 |
| 3634 | 2025-09-24T15:59:57.225Z | Checking serde-untagged v0.1.7 |
| 3635 | 2025-09-24T15:59:57.455Z | Checking cargo-util-schemas v0.8.2 |
| 3636 | 2025-09-24T15:59:58.610Z | Checking cargo_metadata v0.21.0 |
| 3637 | 2025-09-24T15:59:59.631Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3638 | 2025-09-24T16:00:00.504Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.83s |
| 3639 | 2025-09-24T16:00:00.703Z | |
| 3640 | 2025-09-24T16:00:00.703Z | info: running `cargo check --bins` on mgs-dev (178/229) |
| 3641 | 2025-09-24T16:00:01.495Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3642 | 2025-09-24T16:00:01.498Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3643 | 2025-09-24T16:00:01.647Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3644 | 2025-09-24T16:00:02.433Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3645 | 2025-09-24T16:00:03.084Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.37s |
| 3646 | 2025-09-24T16:00:03.332Z | |
| 3647 | 2025-09-24T16:00:03.332Z | info: running `cargo check --bins` on omicron-omdb (179/229) |
| 3648 | 2025-09-24T16:00:04.175Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3649 | 2025-09-24T16:00:04.178Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3650 | 2025-09-24T16:00:04.487Z | Compiling derive_builder_core v0.20.2 |
| 3651 | 2025-09-24T16:00:04.490Z | Compiling vergen-lib v0.1.6 |
| 3652 | 2025-09-24T16:00:04.490Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3653 | 2025-09-24T16:00:04.490Z | Compiling vergen v9.0.6 |
| 3654 | 2025-09-24T16:00:04.669Z | Compiling vergen-gitcl v1.0.8 |
| 3655 | 2025-09-24T16:00:04.682Z | Compiling dirs-sys-next v0.1.2 |
| 3656 | 2025-09-24T16:00:04.686Z | Compiling crunchy v0.2.2 |
| 3657 | 2025-09-24T16:00:04.717Z | Compiling dsl_auto_type v0.1.2 |
| 3658 | 2025-09-24T16:00:05.024Z | Compiling dirs-next v2.0.0 |
| 3659 | 2025-09-24T16:00:05.047Z | Checking scheduled-thread-pool v0.2.7 |
| 3660 | 2025-09-24T16:00:05.071Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 3661 | 2025-09-24T16:00:05.214Z | Compiling tiny-keccak v2.0.2 |
| 3662 | 2025-09-24T16:00:05.264Z | Compiling term v0.7.0 |
| 3663 | 2025-09-24T16:00:05.294Z | Checking r2d2 v0.8.10 |
| 3664 | 2025-09-24T16:00:05.378Z | Compiling bit-vec v0.6.3 |
| 3665 | 2025-09-24T16:00:05.440Z | Compiling ena v0.14.3 |
| 3666 | 2025-09-24T16:00:05.642Z | Compiling regex-syntax v0.6.29 |
| 3667 | 2025-09-24T16:00:05.802Z | Compiling ascii-canvas v3.0.0 |
| 3668 | 2025-09-24T16:00:05.869Z | Compiling bit-set v0.5.3 |
| 3669 | 2025-09-24T16:00:06.076Z | Compiling diesel_derives v2.2.3 |
| 3670 | 2025-09-24T16:00:06.169Z | Compiling bindgen v0.71.1 |
| 3671 | 2025-09-24T16:00:06.288Z | Compiling diff v0.1.13 |
| 3672 | 2025-09-24T16:00:06.343Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3673 | 2025-09-24T16:00:06.458Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3674 | 2025-09-24T16:00:06.603Z | Compiling derive_builder_macro v0.20.2 |
| 3675 | 2025-09-24T16:00:06.699Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3676 | 2025-09-24T16:00:06.756Z | Compiling libxml v0.3.3 |
| 3677 | 2025-09-24T16:00:06.851Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3678 | 2025-09-24T16:00:07.208Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3679 | 2025-09-24T16:00:07.438Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3680 | 2025-09-24T16:00:07.487Z | Compiling derive_builder v0.20.2 |
| 3681 | 2025-09-24T16:00:07.714Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3682 | 2025-09-24T16:00:07.780Z | Compiling strum_macros v0.24.3 |
| 3683 | 2025-09-24T16:00:08.426Z | Compiling indoc v1.0.9 |
| 3684 | 2025-09-24T16:00:09.353Z | Compiling lalrpop v0.19.12 |
| 3685 | 2025-09-24T16:00:09.840Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3686 | 2025-09-24T16:00:10.421Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3687 | 2025-09-24T16:00:10.766Z | Compiling oso-derive v0.27.3 |
| 3688 | 2025-09-24T16:00:10.809Z | Compiling impl-trait-for-tuples v0.2.2 |
| 3689 | 2025-09-24T16:00:10.970Z | Checking quick-xml v0.37.2 |
| 3690 | 2025-09-24T16:00:11.801Z | Checking maplit v1.0.2 |
| 3691 | 2025-09-24T16:00:11.917Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3692 | 2025-09-24T16:00:11.947Z | Compiling diesel-dtrace v0.4.2 |
| 3693 | 2025-09-24T16:00:12.398Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3694 | 2025-09-24T16:00:12.743Z | Checking bb8 v0.8.5 |
| 3695 | 2025-09-24T16:00:13.037Z | Checking ignore v0.4.23 |
| 3696 | 2025-09-24T16:00:13.286Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3697 | 2025-09-24T16:00:13.465Z | Checking predicates-tree v1.0.12 |
| 3698 | 2025-09-24T16:00:13.674Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3699 | 2025-09-24T16:00:13.710Z | Checking rand_seeder v0.4.0 |
| 3700 | 2025-09-24T16:00:13.801Z | Checking globwalk v0.9.1 |
| 3701 | 2025-09-24T16:00:13.988Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3702 | 2025-09-24T16:00:14.069Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 3703 | 2025-09-24T16:00:14.219Z | Checking camino-tempfile-ext v0.3.2 |
| 3704 | 2025-09-24T16:00:14.255Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3705 | 2025-09-24T16:00:14.553Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3706 | 2025-09-24T16:00:14.619Z | Checking sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples) |
| 3707 | 2025-09-24T16:00:15.453Z | Checking console v0.16.0 |
| 3708 | 2025-09-24T16:00:16.073Z | Checking unit-prefix v0.5.1 |
| 3709 | 2025-09-24T16:00:16.314Z | Checking is_ci v1.2.0 |
| 3710 | 2025-09-24T16:00:16.500Z | Checking supports-color v3.0.2 |
| 3711 | 2025-09-24T16:00:16.535Z | Checking indicatif v0.18.0 |
| 3712 | 2025-09-24T16:00:16.718Z | Checking support-bundle-viewer v0.1.2 |
| 3713 | 2025-09-24T16:00:16.743Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 3714 | 2025-09-24T16:00:17.100Z | Checking diesel v2.2.12 |
| 3715 | 2025-09-24T16:00:17.126Z | Checking multimap v0.10.1 |
| 3716 | 2025-09-24T16:00:30.594Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3717 | 2025-09-24T16:00:31.474Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3718 | 2025-09-24T16:00:32.614Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3719 | 2025-09-24T16:00:33.785Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3720 | 2025-09-24T16:00:35.742Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3721 | 2025-09-24T16:00:35.863Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3722 | 2025-09-24T16:00:41.116Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3723 | 2025-09-24T16:00:42.376Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3724 | 2025-09-24T16:00:44.782Z | Compiling samael v0.0.19 |
| 3725 | 2025-09-24T16:00:46.523Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3726 | 2025-09-24T16:00:47.572Z | Checking async-bb8-diesel v0.2.1 |
| 3727 | 2025-09-24T16:00:55.868Z | Compiling polar-core v0.27.3 |
| 3728 | 2025-09-24T16:01:02.908Z | Checking oso v0.27.3 |
| 3729 | 2025-09-24T16:01:43.822Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3730 | 2025-09-24T16:02:17.955Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3731 | 2025-09-24T16:02:28.103Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 24s |
| 3732 | 2025-09-24T16:02:28.345Z | |
| 3733 | 2025-09-24T16:02:28.345Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (180/229) |
| 3734 | 2025-09-24T16:02:29.140Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3735 | 2025-09-24T16:02:29.143Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3736 | 2025-09-24T16:02:29.143Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3737 | 2025-09-24T16:02:29.147Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 3738 | 2025-09-24T16:02:29.253Z | |
| 3739 | 2025-09-24T16:02:29.253Z | info: running `cargo check --bins` on nexus-saga-recovery (181/229) |
| 3740 | 2025-09-24T16:02:30.049Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3741 | 2025-09-24T16:02:30.052Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3742 | 2025-09-24T16:02:30.052Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3743 | 2025-09-24T16:02:30.057Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 3744 | 2025-09-24T16:02:30.164Z | |
| 3745 | 2025-09-24T16:02:30.164Z | info: running `cargo check --bins` on nexus-test-utils-macros (182/229) |
| 3746 | 2025-09-24T16:02:30.858Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3747 | 2025-09-24T16:02:30.861Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3748 | 2025-09-24T16:02:30.861Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3749 | 2025-09-24T16:02:30.864Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3750 | 2025-09-24T16:02:30.951Z | |
| 3751 | 2025-09-24T16:02:30.951Z | info: running `cargo check --bins` on omicron-nexus (183/229) |
| 3752 | 2025-09-24T16:02:31.774Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3753 | 2025-09-24T16:02:31.777Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3754 | 2025-09-24T16:02:32.076Z | Compiling libz-sys v1.1.20 |
| 3755 | 2025-09-24T16:02:32.225Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 3756 | 2025-09-24T16:02:32.241Z | Compiling fs-err v2.11.0 |
| 3757 | 2025-09-24T16:02:32.244Z | Compiling vergen v8.3.2 |
| 3758 | 2025-09-24T16:02:32.254Z | Compiling cargo-platform v0.1.8 |
| 3759 | 2025-09-24T16:02:32.282Z | Compiling rustls v0.21.12 |
| 3760 | 2025-09-24T16:02:32.285Z | Checking parse-size v1.1.0 |
| 3761 | 2025-09-24T16:02:32.285Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#72461d3a) |
| 3762 | 2025-09-24T16:02:32.488Z | Checking sct v0.7.1 |
| 3763 | 2025-09-24T16:02:32.598Z | Compiling cargo_metadata v0.18.1 |
| 3764 | 2025-09-24T16:02:32.675Z | Checking rustls-webpki v0.101.7 |
| 3765 | 2025-09-24T16:02:32.724Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3766 | 2025-09-24T16:02:32.748Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3767 | 2025-09-24T16:02:32.976Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3768 | 2025-09-24T16:02:33.054Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743) |
| 3769 | 2025-09-24T16:02:33.086Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3770 | 2025-09-24T16:02:33.269Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3771 | 2025-09-24T16:02:33.350Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3772 | 2025-09-24T16:02:33.455Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3773 | 2025-09-24T16:02:34.209Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#72461d3a) |
| 3774 | 2025-09-24T16:02:34.476Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3775 | 2025-09-24T16:02:34.652Z | Checking rustls-pemfile v1.0.4 |
| 3776 | 2025-09-24T16:02:34.721Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3777 | 2025-09-24T16:02:34.879Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743) |
| 3778 | 2025-09-24T16:02:35.177Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3779 | 2025-09-24T16:02:35.208Z | Checking twox-hash v2.1.0 |
| 3780 | 2025-09-24T16:02:35.464Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3781 | 2025-09-24T16:02:35.963Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3782 | 2025-09-24T16:02:36.241Z | Checking tokio-rustls v0.24.1 |
| 3783 | 2025-09-24T16:02:36.616Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3784 | 2025-09-24T16:02:36.654Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3785 | 2025-09-24T16:02:37.270Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3786 | 2025-09-24T16:02:37.463Z | Checking fatfs v0.3.6 |
| 3787 | 2025-09-24T16:02:37.584Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=0a8dbd2311263f6a59ea58089e33c8331436ff3a#0a8dbd23) |
| 3788 | 2025-09-24T16:02:37.712Z | Checking assert_matches v1.5.0 |
| 3789 | 2025-09-24T16:02:43.634Z | Compiling git2 v0.19.0 |
| 3790 | 2025-09-24T16:02:44.341Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b) |
| 3791 | 2025-09-24T16:02:44.499Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b) |
| 3792 | 2025-09-24T16:02:47.929Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 3793 | 2025-09-24T16:03:51.993Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s |
| 3794 | 2025-09-24T16:03:52.256Z | |
| 3795 | 2025-09-24T16:03:52.256Z | info: running `cargo check --bins` on nexus-background-task-interface (184/229) |
| 3796 | 2025-09-24T16:03:53.025Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3797 | 2025-09-24T16:03:53.028Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3798 | 2025-09-24T16:03:53.028Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3799 | 2025-09-24T16:03:53.032Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3800 | 2025-09-24T16:03:53.124Z | |
| 3801 | 2025-09-24T16:03:53.124Z | info: running `cargo check --bins` on nexus-external-api (185/229) |
| 3802 | 2025-09-24T16:03:53.912Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3803 | 2025-09-24T16:03:53.915Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3804 | 2025-09-24T16:03:53.915Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3805 | 2025-09-24T16:03:53.919Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 3806 | 2025-09-24T16:03:54.026Z | |
| 3807 | 2025-09-24T16:03:54.026Z | info: running `cargo check --bins` on nexus-internal-api (186/229) |
| 3808 | 2025-09-24T16:03:54.787Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3809 | 2025-09-24T16:03:54.790Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3810 | 2025-09-24T16:03:54.790Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3811 | 2025-09-24T16:03:54.794Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3812 | 2025-09-24T16:03:54.897Z | |
| 3813 | 2025-09-24T16:03:54.897Z | info: running `cargo check --bins` on nexus-lockstep-api (187/229) |
| 3814 | 2025-09-24T16:03:55.658Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3815 | 2025-09-24T16:03:55.661Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3816 | 2025-09-24T16:03:55.661Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3817 | 2025-09-24T16:03:55.665Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3818 | 2025-09-24T16:03:55.767Z | |
| 3819 | 2025-09-24T16:03:55.767Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (188/229) |
| 3820 | 2025-09-24T16:03:56.553Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3821 | 2025-09-24T16:03:56.556Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3822 | 2025-09-24T16:03:56.556Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3823 | 2025-09-24T16:03:56.561Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 3824 | 2025-09-24T16:03:56.667Z | |
| 3825 | 2025-09-24T16:03:56.668Z | info: running `cargo check --bins` on nexus-mgs-updates (189/229) |
| 3826 | 2025-09-24T16:03:57.433Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3827 | 2025-09-24T16:03:57.437Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3828 | 2025-09-24T16:03:57.437Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3829 | 2025-09-24T16:03:57.441Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3830 | 2025-09-24T16:03:57.543Z | |
| 3831 | 2025-09-24T16:03:57.544Z | info: running `cargo check --bins` on nexus-networking (190/229) |
| 3832 | 2025-09-24T16:03:58.335Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3833 | 2025-09-24T16:03:58.338Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3834 | 2025-09-24T16:03:58.338Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3835 | 2025-09-24T16:03:58.342Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 3836 | 2025-09-24T16:03:58.447Z | |
| 3837 | 2025-09-24T16:03:58.447Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (191/229) |
| 3838 | 2025-09-24T16:03:59.234Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3839 | 2025-09-24T16:03:59.237Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3840 | 2025-09-24T16:03:59.237Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3841 | 2025-09-24T16:03:59.241Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 3842 | 2025-09-24T16:03:59.347Z | |
| 3843 | 2025-09-24T16:03:59.347Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (192/229) |
| 3844 | 2025-09-24T16:04:00.129Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3845 | 2025-09-24T16:04:00.132Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3846 | 2025-09-24T16:04:00.132Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3847 | 2025-09-24T16:04:00.136Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 3848 | 2025-09-24T16:04:00.243Z | |
| 3849 | 2025-09-24T16:04:00.243Z | info: running `cargo check --bins` on omicron-dev (193/229) |
| 3850 | 2025-09-24T16:04:01.096Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3851 | 2025-09-24T16:04:01.099Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3852 | 2025-09-24T16:04:01.414Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3853 | 2025-09-24T16:04:01.417Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3854 | 2025-09-24T16:04:01.586Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3855 | 2025-09-24T16:04:01.601Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3856 | 2025-09-24T16:04:01.616Z | Checking diff v0.1.13 |
| 3857 | 2025-09-24T16:04:01.619Z | Checking yansi v1.0.1 |
| 3858 | 2025-09-24T16:04:01.619Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3859 | 2025-09-24T16:04:01.619Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3860 | 2025-09-24T16:04:01.831Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3861 | 2025-09-24T16:04:02.114Z | Checking pretty_assertions v1.4.1 |
| 3862 | 2025-09-24T16:04:02.981Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3863 | 2025-09-24T16:04:33.140Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3864 | 2025-09-24T16:04:33.143Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3865 | 2025-09-24T16:04:33.143Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3866 | 2025-09-24T16:04:33.143Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3867 | 2025-09-24T16:04:33.143Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3868 | 2025-09-24T16:04:33.143Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3869 | 2025-09-24T16:04:33.759Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3870 | 2025-09-24T16:04:34.197Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3871 | 2025-09-24T16:04:35.604Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3872 | 2025-09-24T16:05:30.870Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s |
| 3873 | 2025-09-24T16:05:31.126Z | |
| 3874 | 2025-09-24T16:05:31.126Z | info: running `cargo check --bins` on openapi-manager (194/229) |
| 3875 | 2025-09-24T16:05:31.903Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3876 | 2025-09-24T16:05:31.906Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3877 | 2025-09-24T16:05:32.076Z | Compiling tabled_derive v0.10.0 |
| 3878 | 2025-09-24T16:05:32.076Z | Checking papergrid v0.14.0 |
| 3879 | 2025-09-24T16:05:32.076Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3880 | 2025-09-24T16:05:32.081Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3881 | 2025-09-24T16:05:32.230Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3882 | 2025-09-24T16:05:32.242Z | Checking heck v0.4.1 |
| 3883 | 2025-09-24T16:05:32.246Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3884 | 2025-09-24T16:05:32.246Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3885 | 2025-09-24T16:05:32.482Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
| 3886 | 2025-09-24T16:05:32.513Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3887 | 2025-09-24T16:05:32.621Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3888 | 2025-09-24T16:05:32.827Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3889 | 2025-09-24T16:05:33.791Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3890 | 2025-09-24T16:05:33.860Z | Checking tabled v0.18.0 |
| 3891 | 2025-09-24T16:05:36.742Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3892 | 2025-09-24T16:05:38.363Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3893 | 2025-09-24T16:05:39.259Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 3894 | 2025-09-24T16:05:40.959Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.74s |
| 3895 | 2025-09-24T16:05:41.126Z | |
| 3896 | 2025-09-24T16:05:41.126Z | info: running `cargo check --bins` on installinator-api (195/229) |
| 3897 | 2025-09-24T16:05:41.855Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3898 | 2025-09-24T16:05:41.864Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3899 | 2025-09-24T16:05:41.864Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3900 | 2025-09-24T16:05:41.864Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3901 | 2025-09-24T16:05:41.957Z | |
| 3902 | 2025-09-24T16:05:41.957Z | info: running `cargo check --bins` on ntp-admin-api (196/229) |
| 3903 | 2025-09-24T16:05:42.669Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3904 | 2025-09-24T16:05:42.691Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3905 | 2025-09-24T16:05:42.691Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3906 | 2025-09-24T16:05:42.691Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3907 | 2025-09-24T16:05:42.770Z | |
| 3908 | 2025-09-24T16:05:42.771Z | info: running `cargo check --bins` on ntp-admin-types (197/229) |
| 3909 | 2025-09-24T16:05:43.486Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3910 | 2025-09-24T16:05:43.495Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3911 | 2025-09-24T16:05:43.495Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3912 | 2025-09-24T16:05:43.496Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3913 | 2025-09-24T16:05:43.592Z | |
| 3914 | 2025-09-24T16:05:43.592Z | info: running `cargo check --bins` on wicketd-api (198/229) |
| 3915 | 2025-09-24T16:05:48.767Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3916 | 2025-09-24T16:05:48.883Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3917 | 2025-09-24T16:05:48.884Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3918 | 2025-09-24T16:05:48.884Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 3919 | 2025-09-24T16:05:48.884Z | |
| 3920 | 2025-09-24T16:05:48.884Z | info: running `cargo check --bins` on omicron-pins (199/229) |
| 3921 | 2025-09-24T16:05:48.884Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3922 | 2025-09-24T16:05:48.884Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3923 | 2025-09-24T16:05:48.884Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3924 | 2025-09-24T16:05:48.884Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3925 | 2025-09-24T16:05:48.884Z | |
| 3926 | 2025-09-24T16:05:48.884Z | info: running `cargo check --bins` on reconfigurator-cli (200/229) |
| 3927 | 2025-09-24T16:05:48.884Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3928 | 2025-09-24T16:05:48.884Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3929 | 2025-09-24T16:05:48.884Z | Compiling petname v2.0.2 |
| 3930 | 2025-09-24T16:05:48.884Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3931 | 2025-09-24T16:05:48.884Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3932 | 2025-09-24T16:05:48.884Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3933 | 2025-09-24T16:05:48.885Z | Checking sync-ptr v0.1.4 |
| 3934 | 2025-09-24T16:05:48.885Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3935 | 2025-09-24T16:05:48.885Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3936 | 2025-09-24T16:05:49.409Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3937 | 2025-09-24T16:05:52.320Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.08s |
| 3938 | 2025-09-24T16:05:52.575Z | |
| 3939 | 2025-09-24T16:05:52.575Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (201/229) |
| 3940 | 2025-09-24T16:05:53.345Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3941 | 2025-09-24T16:05:53.348Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3942 | 2025-09-24T16:05:53.348Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3943 | 2025-09-24T16:05:53.353Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 3944 | 2025-09-24T16:05:53.458Z | |
| 3945 | 2025-09-24T16:05:53.458Z | info: running `cargo check --bins` on omicron-repl-utils (202/229) |
| 3946 | 2025-09-24T16:05:54.152Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3947 | 2025-09-24T16:05:54.155Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3948 | 2025-09-24T16:05:54.155Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3949 | 2025-09-24T16:05:54.158Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3950 | 2025-09-24T16:05:54.246Z | |
| 3951 | 2025-09-24T16:05:54.246Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (203/229) |
| 3952 | 2025-09-24T16:05:55.026Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3953 | 2025-09-24T16:05:55.031Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3954 | 2025-09-24T16:05:55.215Z | Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3955 | 2025-09-24T16:05:55.220Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3956 | 2025-09-24T16:05:55.220Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3957 | 2025-09-24T16:06:20.919Z | Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3958 | 2025-09-24T16:06:21.418Z | Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3959 | 2025-09-24T16:06:23.946Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3960 | 2025-09-24T16:06:24.491Z | Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3961 | 2025-09-24T16:06:28.678Z | Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3962 | 2025-09-24T16:06:58.553Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3963 | 2025-09-24T16:06:59.370Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3964 | 2025-09-24T16:07:01.479Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s |
| 3965 | 2025-09-24T16:07:01.727Z | |
| 3966 | 2025-09-24T16:07:01.728Z | info: running `cargo check --bins` on reconfigurator-sp-updater (204/229) |
| 3967 | 2025-09-24T16:07:02.495Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3968 | 2025-09-24T16:07:02.499Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3969 | 2025-09-24T16:07:02.632Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3970 | 2025-09-24T16:07:03.515Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.78s |
| 3971 | 2025-09-24T16:07:03.753Z | |
| 3972 | 2025-09-24T16:07:03.753Z | info: running `cargo check --bins` on omicron-releng (205/229) |
| 3973 | 2025-09-24T16:07:04.485Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3974 | 2025-09-24T16:07:04.488Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3975 | 2025-09-24T16:07:04.591Z | Compiling blake3 v1.5.4 |
| 3976 | 2025-09-24T16:07:04.594Z | Checking memmap2 v0.9.5 |
| 3977 | 2025-09-24T16:07:04.715Z | Checking arrayvec v0.7.6 |
| 3978 | 2025-09-24T16:07:04.727Z | Checking constant_time_eq v0.3.1 |
| 3979 | 2025-09-24T16:07:04.730Z | Checking arrayref v0.3.9 |
| 3980 | 2025-09-24T16:07:04.757Z | Checking topological-sort v0.2.2 |
| 3981 | 2025-09-24T16:07:04.772Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3982 | 2025-09-24T16:07:04.775Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3983 | 2025-09-24T16:07:04.865Z | Checking shell-words v1.1.0 |
| 3984 | 2025-09-24T16:07:05.910Z | Checking omicron-zone-package v0.12.2 |
| 3985 | 2025-09-24T16:07:07.073Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3986 | 2025-09-24T16:07:08.242Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.47s |
| 3987 | 2025-09-24T16:07:08.454Z | |
| 3988 | 2025-09-24T16:07:08.455Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (206/229) |
| 3989 | 2025-09-24T16:07:09.191Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3990 | 2025-09-24T16:07:09.194Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3991 | 2025-09-24T16:07:09.291Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3992 | 2025-09-24T16:07:09.685Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3993 | 2025-09-24T16:07:10.215Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s |
| 3994 | 2025-09-24T16:07:10.431Z | |
| 3995 | 2025-09-24T16:07:10.431Z | info: running `cargo check --bins` on xtask (207/229) |
| 3996 | 2025-09-24T16:07:11.015Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3997 | 2025-09-24T16:07:11.018Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3998 | 2025-09-24T16:07:11.041Z | Checking bitflags v2.9.1 |
| 3999 | 2025-09-24T16:07:11.044Z | Checking serde v1.0.223 |
| 4000 | 2025-09-24T16:07:11.140Z | Checking zerofrom v0.1.4 |
| 4001 | 2025-09-24T16:07:11.160Z | Checking smallvec v1.15.1 |
| 4002 | 2025-09-24T16:07:11.168Z | Checking hashbrown v0.15.4 |
| 4003 | 2025-09-24T16:07:11.181Z | Checking thiserror v1.0.69 |
| 4004 | 2025-09-24T16:07:11.194Z | Checking serde_json v1.0.145 |
| 4005 | 2025-09-24T16:07:11.197Z | Checking scroll v0.12.0 |
| 4006 | 2025-09-24T16:07:11.324Z | Checking num-traits v0.2.19 |
| 4007 | 2025-09-24T16:07:11.354Z | Checking yoke v0.7.4 |
| 4008 | 2025-09-24T16:07:11.394Z | Checking rustix v0.38.37 |
| 4009 | 2025-09-24T16:07:11.476Z | Checking percent-encoding v2.3.2 |
| 4010 | 2025-09-24T16:07:11.657Z | Checking log v0.4.27 |
| 4011 | 2025-09-24T16:07:11.704Z | Checking zerovec v0.10.4 |
| 4012 | 2025-09-24T16:07:11.728Z | Checking form_urlencoded v1.2.2 |
| 4013 | 2025-09-24T16:07:11.954Z | Checking pest v2.7.14 |
| 4014 | 2025-09-24T16:07:11.971Z | Checking goblin v0.8.2 |
| 4015 | 2025-09-24T16:07:12.097Z | Checking toml_datetime v0.6.11 |
| 4016 | 2025-09-24T16:07:12.117Z | Checking indexmap v2.11.0 |
| 4017 | 2025-09-24T16:07:12.397Z | Checking serde_spanned v0.6.9 |
| 4018 | 2025-09-24T16:07:12.443Z | Checking terminal_size v0.4.0 |
| 4019 | 2025-09-24T16:07:12.596Z | Checking erased-serde v0.4.6 |
| 4020 | 2025-09-24T16:07:12.621Z | Checking zerocopy v0.7.35 |
| 4021 | 2025-09-24T16:07:12.643Z | Checking getrandom v0.3.1 |
| 4022 | 2025-09-24T16:07:12.807Z | Checking ordered-float v2.10.1 |
| 4023 | 2025-09-24T16:07:12.886Z | Checking thiserror v2.0.16 |
| 4024 | 2025-09-24T16:07:13.059Z | Checking syn v2.0.106 |
| 4025 | 2025-09-24T16:07:13.280Z | Checking toml_edit v0.22.27 |
| 4026 | 2025-09-24T16:07:13.306Z | Checking tinystr v0.7.6 |
| 4027 | 2025-09-24T16:07:13.341Z | Checking icu_collections v1.5.0 |
| 4028 | 2025-09-24T16:07:13.529Z | Checking serde-untagged v0.1.7 |
| 4029 | 2025-09-24T16:07:13.655Z | Checking icu_locid v1.5.0 |
| 4030 | 2025-09-24T16:07:13.805Z | Checking serde-value v0.7.0 |
| 4031 | 2025-09-24T16:07:13.914Z | Checking rustix v1.0.7 |
| 4032 | 2025-09-24T16:07:13.968Z | Checking semver v1.0.26 |
| 4033 | 2025-09-24T16:07:14.241Z | Checking once_cell v1.21.3 |
| 4034 | 2025-09-24T16:07:14.394Z | Checking clap_builder v4.5.41 |
| 4035 | 2025-09-24T16:07:14.415Z | Checking dtrace-parser v0.2.0 |
| 4036 | 2025-09-24T16:07:14.566Z | Checking cargo-platform v0.2.0 |
| 4037 | 2025-09-24T16:07:14.667Z | Checking icu_provider v1.5.0 |
| 4038 | 2025-09-24T16:07:14.908Z | Checking textwrap v0.16.2 |
| 4039 | 2025-09-24T16:07:14.927Z | Checking fs-err v3.1.1 |
| 4040 | 2025-09-24T16:07:15.264Z | Checking tabled v0.15.0 |
| 4041 | 2025-09-24T16:07:15.296Z | Checking icu_locid_transform v1.5.0 |
| 4042 | 2025-09-24T16:07:15.316Z | Checking anyhow v1.0.99 |
| 4043 | 2025-09-24T16:07:15.489Z | Checking tempfile v3.20.0 |
| 4044 | 2025-09-24T16:07:15.694Z | Checking macaddr v1.0.1 |
| 4045 | 2025-09-24T16:07:15.850Z | Checking camino-tempfile v1.4.1 |
| 4046 | 2025-09-24T16:07:15.882Z | Checking toml v0.8.23 |
| 4047 | 2025-09-24T16:07:16.042Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4048 | 2025-09-24T16:07:16.263Z | Checking icu_properties v1.5.1 |
| 4049 | 2025-09-24T16:07:16.478Z | Checking cargo_toml v0.21.0 |
| 4050 | 2025-09-24T16:07:16.827Z | Checking dof v0.3.0 |
| 4051 | 2025-09-24T16:07:17.187Z | Checking clap v4.5.41 |
| 4052 | 2025-09-24T16:07:17.423Z | Checking usdt-impl v0.5.0 |
| 4053 | 2025-09-24T16:07:17.809Z | Checking usdt v0.5.0 |
| 4054 | 2025-09-24T16:07:18.551Z | Checking icu_normalizer v1.5.0 |
| 4055 | 2025-09-24T16:07:19.046Z | Checking idna_adapter v1.2.0 |
| 4056 | 2025-09-24T16:07:19.181Z | Checking idna v1.0.3 |
| 4057 | 2025-09-24T16:07:19.487Z | Checking url v2.5.4 |
| 4058 | 2025-09-24T16:07:19.985Z | Checking cargo-util-schemas v0.8.2 |
| 4059 | 2025-09-24T16:07:21.163Z | Checking cargo_metadata v0.21.0 |
| 4060 | 2025-09-24T16:07:22.160Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 4061 | 2025-09-24T16:07:22.818Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.37s |
| 4062 | 2025-09-24T16:07:22.977Z | |
| 4063 | 2025-09-24T16:07:22.977Z | info: running `cargo check --bins` on end-to-end-tests (208/229) |
| 4064 | 2025-09-24T16:07:23.789Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4065 | 2025-09-24T16:07:23.792Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4066 | 2025-09-24T16:07:23.981Z | Checking polyval v0.6.2 |
| 4067 | 2025-09-24T16:07:24.118Z | Checking ctr v0.9.2 |
| 4068 | 2025-09-24T16:07:24.135Z | Checking ssh-encoding v0.2.0 |
| 4069 | 2025-09-24T16:07:24.138Z | Checking blowfish v0.9.1 |
| 4070 | 2025-09-24T16:07:24.166Z | Checking password-hash v0.4.2 |
| 4071 | 2025-09-24T16:07:24.186Z | Checking p521 v0.13.3 |
| 4072 | 2025-09-24T16:07:24.189Z | Checking p256 v0.13.2 |
| 4073 | 2025-09-24T16:07:24.210Z | Checking russh-cryptovec v0.7.3 |
| 4074 | 2025-09-24T16:07:24.356Z | Checking ghash v0.5.1 |
| 4075 | 2025-09-24T16:07:24.382Z | Checking bcrypt-pbkdf v0.10.0 |
| 4076 | 2025-09-24T16:07:24.382Z | Checking md5 v0.7.0 |
| 4077 | 2025-09-24T16:07:24.469Z | Checking num-bigint v0.4.6 |
| 4078 | 2025-09-24T16:07:24.469Z | Checking des v0.8.1 |
| 4079 | 2025-09-24T16:07:24.555Z | Checking pbkdf2 v0.11.0 |
| 4080 | 2025-09-24T16:07:24.580Z | Checking aes-gcm v0.10.3 |
| 4081 | 2025-09-24T16:07:24.659Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4082 | 2025-09-24T16:07:24.714Z | Checking hex-literal v0.4.1 |
| 4083 | 2025-09-24T16:07:24.738Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 4084 | 2025-09-24T16:07:24.761Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4085 | 2025-09-24T16:07:24.825Z | Checking ssh-cipher v0.2.0 |
| 4086 | 2025-09-24T16:07:24.856Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 4087 | 2025-09-24T16:07:24.875Z | Checking internet-checksum v0.2.1 |
| 4088 | 2025-09-24T16:07:25.134Z | Checking ssh-key v0.6.6 |
| 4089 | 2025-09-24T16:07:25.416Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4090 | 2025-09-24T16:07:26.244Z | Checking russh-keys v0.45.0 |
| 4091 | 2025-09-24T16:07:27.176Z | Checking russh v0.45.0 |
| 4092 | 2025-09-24T16:07:47.893Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4093 | 2025-09-24T16:07:49.538Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.55s |
| 4094 | 2025-09-24T16:07:49.771Z | |
| 4095 | 2025-09-24T16:07:49.771Z | info: running `cargo check --bins` on gateway-cli (209/229) |
| 4096 | 2025-09-24T16:07:50.490Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4097 | 2025-09-24T16:07:50.494Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4098 | 2025-09-24T16:07:50.590Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 4099 | 2025-09-24T16:07:50.591Z | Checking termios v0.3.3 |
| 4100 | 2025-09-24T16:07:50.594Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 4101 | 2025-09-24T16:07:52.438Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 4102 | 2025-09-24T16:07:55.297Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 4103 | 2025-09-24T16:07:56.110Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.33s |
| 4104 | 2025-09-24T16:07:56.324Z | |
| 4105 | 2025-09-24T16:07:56.324Z | info: running `cargo check --bins --no-default-features` on installinator (210/229) |
| 4106 | 2025-09-24T16:07:57.077Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4107 | 2025-09-24T16:07:57.080Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4108 | 2025-09-24T16:07:57.215Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 4109 | 2025-09-24T16:07:57.218Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 4110 | 2025-09-24T16:07:57.357Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 4111 | 2025-09-24T16:07:57.371Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 4112 | 2025-09-24T16:07:57.899Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4113 | 2025-09-24T16:07:57.902Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 4114 | 2025-09-24T16:07:58.927Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4115 | 2025-09-24T16:07:59.156Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 4116 | 2025-09-24T16:07:59.960Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 4117 | 2025-09-24T16:08:01.776Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 4118 | 2025-09-24T16:08:03.951Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.62s |
| 4119 | 2025-09-24T16:08:04.170Z | |
| 4120 | 2025-09-24T16:08:04.170Z | info: running `cargo check --bins` on internal-dns-cli (211/229) |
| 4121 | 2025-09-24T16:08:04.893Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4122 | 2025-09-24T16:08:04.896Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4123 | 2025-09-24T16:08:04.988Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 4124 | 2025-09-24T16:08:05.578Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 4125 | 2025-09-24T16:08:05.996Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.82s |
| 4126 | 2025-09-24T16:08:06.206Z | |
| 4127 | 2025-09-24T16:08:06.207Z | info: running `cargo check --bins` on omicron-live-tests (212/229) |
| 4128 | 2025-09-24T16:08:06.902Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4129 | 2025-09-24T16:08:06.906Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4130 | 2025-09-24T16:08:06.906Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4131 | 2025-09-24T16:08:06.909Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 4132 | 2025-09-24T16:08:06.997Z | |
| 4133 | 2025-09-24T16:08:06.997Z | info: running `cargo check --bins` on live-tests-macros (213/229) |
| 4134 | 2025-09-24T16:08:07.693Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4135 | 2025-09-24T16:08:07.699Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4136 | 2025-09-24T16:08:07.699Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4137 | 2025-09-24T16:08:07.703Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 4138 | 2025-09-24T16:08:07.787Z | |
| 4139 | 2025-09-24T16:08:07.787Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (214/229) |
| 4140 | 2025-09-24T16:08:08.580Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4141 | 2025-09-24T16:08:08.583Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4142 | 2025-09-24T16:08:08.739Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 4143 | 2025-09-24T16:08:09.498Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s |
| 4144 | 2025-09-24T16:08:09.744Z | |
| 4145 | 2025-09-24T16:08:09.744Z | info: running `cargo check --bins` on omicron-ntp-admin (215/229) |
| 4146 | 2025-09-24T16:08:10.465Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4147 | 2025-09-24T16:08:10.469Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4148 | 2025-09-24T16:08:10.573Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 4149 | 2025-09-24T16:08:10.573Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 4150 | 2025-09-24T16:08:10.893Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4151 | 2025-09-24T16:08:11.936Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.18s |
| 4152 | 2025-09-24T16:08:12.149Z | |
| 4153 | 2025-09-24T16:08:12.149Z | info: running `cargo check --bins` on omicron-package (216/229) |
| 4154 | 2025-09-24T16:08:12.889Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4155 | 2025-09-24T16:08:12.892Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4156 | 2025-09-24T16:08:13.001Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 4157 | 2025-09-24T16:08:14.492Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.33s |
| 4158 | 2025-09-24T16:08:14.720Z | |
| 4159 | 2025-09-24T16:08:14.720Z | info: running `cargo check --bins --no-default-features` on trust-quorum (217/229) |
| 4160 | 2025-09-24T16:08:15.452Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4161 | 2025-09-24T16:08:15.455Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4162 | 2025-09-24T16:08:15.455Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4163 | 2025-09-24T16:08:15.459Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 4164 | 2025-09-24T16:08:15.556Z | |
| 4165 | 2025-09-24T16:08:15.556Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum (218/229) |
| 4166 | 2025-09-24T16:08:16.284Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4167 | 2025-09-24T16:08:16.288Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4168 | 2025-09-24T16:08:16.288Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4169 | 2025-09-24T16:08:16.291Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 4170 | 2025-09-24T16:08:16.387Z | |
| 4171 | 2025-09-24T16:08:16.387Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum (219/229) |
| 4172 | 2025-09-24T16:08:17.116Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4173 | 2025-09-24T16:08:17.119Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4174 | 2025-09-24T16:08:17.119Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4175 | 2025-09-24T16:08:17.123Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 4176 | 2025-09-24T16:08:17.220Z | |
| 4177 | 2025-09-24T16:08:17.220Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum (220/229) |
| 4178 | 2025-09-24T16:08:17.954Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4179 | 2025-09-24T16:08:17.961Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4180 | 2025-09-24T16:08:17.961Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4181 | 2025-09-24T16:08:17.961Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 4182 | 2025-09-24T16:08:18.068Z | |
| 4183 | 2025-09-24T16:08:18.068Z | info: running `cargo check --bins --no-default-features` on gfss (221/229) |
| 4184 | 2025-09-24T16:08:18.744Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4185 | 2025-09-24T16:08:18.748Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4186 | 2025-09-24T16:08:18.748Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4187 | 2025-09-24T16:08:18.753Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 4188 | 2025-09-24T16:08:18.864Z | |
| 4189 | 2025-09-24T16:08:18.864Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (222/229) |
| 4190 | 2025-09-24T16:08:19.518Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4191 | 2025-09-24T16:08:19.522Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4192 | 2025-09-24T16:08:19.522Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4193 | 2025-09-24T16:08:19.525Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 4194 | 2025-09-24T16:08:19.612Z | |
| 4195 | 2025-09-24T16:08:19.612Z | info: running `cargo check --bins` on trust-quorum-test-utils (223/229) |
| 4196 | 2025-09-24T16:08:20.344Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4197 | 2025-09-24T16:08:20.347Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4198 | 2025-09-24T16:08:20.348Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4199 | 2025-09-24T16:08:20.351Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 4200 | 2025-09-24T16:08:20.448Z | |
| 4201 | 2025-09-24T16:08:20.448Z | info: running `cargo check --bins` on tqdb (224/229) |
| 4202 | 2025-09-24T16:08:21.254Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4203 | 2025-09-24T16:08:21.258Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4204 | 2025-09-24T16:08:21.416Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4205 | 2025-09-24T16:08:21.819Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 4206 | 2025-09-24T16:08:23.386Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 4207 | 2025-09-24T16:08:24.273Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 4208 | 2025-09-24T16:08:25.013Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.55s |
| 4209 | 2025-09-24T16:08:25.263Z | |
| 4210 | 2025-09-24T16:08:25.263Z | info: running `cargo check --bins` on wicket-dbg (225/229) |
| 4211 | 2025-09-24T16:08:26.046Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4212 | 2025-09-24T16:08:26.050Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4213 | 2025-09-24T16:08:26.193Z | Checking rtoolbox v0.0.2 |
| 4214 | 2025-09-24T16:08:26.193Z | Checking tui-tree-widget v0.23.1 |
| 4215 | 2025-09-24T16:08:26.197Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 4216 | 2025-09-24T16:08:26.460Z | Checking rpassword v7.4.0 |
| 4217 | 2025-09-24T16:08:31.149Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4218 | 2025-09-24T16:08:34.088Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 4219 | 2025-09-24T16:08:35.407Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.13s |
| 4220 | 2025-09-24T16:08:35.635Z | |
| 4221 | 2025-09-24T16:08:35.635Z | info: running `cargo check --bins` on wicket (226/229) |
| 4222 | 2025-09-24T16:08:36.420Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4223 | 2025-09-24T16:08:36.424Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4224 | 2025-09-24T16:08:36.552Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4225 | 2025-09-24T16:08:37.053Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s |
| 4226 | 2025-09-24T16:08:37.287Z | |
| 4227 | 2025-09-24T16:08:37.287Z | info: running `cargo check --bins` on wicketd (227/229) |
| 4228 | 2025-09-24T16:08:38.083Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4229 | 2025-09-24T16:08:38.087Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4230 | 2025-09-24T16:08:38.228Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 4231 | 2025-09-24T16:08:42.479Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.18s |
| 4232 | 2025-09-24T16:08:42.718Z | |
| 4233 | 2025-09-24T16:08:42.718Z | info: running `cargo check --bins` on omicron-workspace-hack (228/229) |
| 4234 | 2025-09-24T16:08:43.416Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4235 | 2025-09-24T16:08:43.419Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4236 | 2025-09-24T16:08:43.419Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4237 | 2025-09-24T16:08:43.422Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 4238 | 2025-09-24T16:08:43.508Z | |
| 4239 | 2025-09-24T16:08:43.508Z | info: running `cargo check --bins` on zone-setup (229/229) |
| 4240 | 2025-09-24T16:08:44.262Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4241 | 2025-09-24T16:08:44.265Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4242 | 2025-09-24T16:08:44.387Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 4243 | 2025-09-24T16:08:44.392Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 4244 | 2025-09-24T16:08:44.392Z | Checking uzers v0.12.1 |
| 4245 | 2025-09-24T16:08:44.758Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 4246 | 2025-09-24T16:08:46.482Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 4247 | 2025-09-24T16:08:48.759Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 4248 | 2025-09-24T16:08:49.834Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.31s |
| 4249 | 2025-09-24T16:08:50.082Z | |
| 4250 | 2025-09-24T16:08:50.082Z | real 17:33.494205211 |
| 4251 | 2025-09-24T16:08:50.082Z | user 35:08.455784283 |
| 4252 | 2025-09-24T16:08:50.082Z | sys 5:43.445283584 |
| 4253 | 2025-09-24T16:08:50.082Z | trap 0.748510174 |
| 4254 | 2025-09-24T16:08:50.082Z | tflt 0.653191782 |
| 4255 | 2025-09-24T16:08:50.082Z | dflt 1.065386929 |
| 4256 | 2025-09-24T16:08:50.082Z | kflt 0.001128699 |
| 4257 | 2025-09-24T16:08:50.086Z | lock 1:29:50.047001401 |
| 4258 | 2025-09-24T16:08:50.086Z | slp 2:57:23.941945227 |
| 4259 | 2025-09-24T16:08:50.086Z | lat 1:45.985650691 |
| 4260 | 2025-09-24T16:08:50.086Z | stop 5:36.748076920 |
| 4261 | 2025-09-24T16:08:50.086Z | process exited: duration 1347879 ms, exit code 0 |
| |
| 4262 | 2025-09-24T16:08:50.094Z | found 0 output files |