|
|
|
| 1 | 2025-07-18T23:10:50.780Z | job assigned to worker 01K0FWV4XWEBC6JNSYANJ3Y2QK [factory gimlet-EVT22200007-propolis, EVT22200007/35072] (queued for 28 s) |
| |
| 2 | 2025-07-18T23:11:00.347Z | starting task 0: "setup" |
| 3 | 2025-07-18T23:11:00.376Z | ++ uname -s |
| 4 | 2025-07-18T23:11:00.376Z | + kern=SunOS |
| 5 | 2025-07-18T23:11:00.376Z | + build_user=build |
| 6 | 2025-07-18T23:11:00.376Z | + build_uid=12345 |
| 7 | 2025-07-18T23:11:00.376Z | + work_dir=/work |
| 8 | 2025-07-18T23:11:00.376Z | + input_dir=/input |
| 9 | 2025-07-18T23:11:00.377Z | + [[ 0 == 12345 ]] |
| 10 | 2025-07-18T23:11:00.377Z | + case "$kern" in |
| 11 | 2025-07-18T23:11:00.377Z | + groupadd -g 12345 build |
| 12 | 2025-07-18T23:11:00.377Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-07-18T23:11:02.373Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-07-18T23:11:02.406Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-07-18T23:11:02.431Z | + home_fs=zfs |
| 16 | 2025-07-18T23:11:02.431Z | + [[ zfs == autofs ]] |
| 17 | 2025-07-18T23:11:02.431Z | + mkdir -p /home/build |
| 18 | 2025-07-18T23:11:02.431Z | + chown build:build /home/build /work |
| 19 | 2025-07-18T23:11:04.415Z | + chmod 0700 /home/build /work |
| 20 | 2025-07-18T23:11:04.441Z | process exited: duration 4074 ms, exit code 0 |
| |
| 21 | 2025-07-18T23:11:04.495Z | starting task 1: "rust-toolchain" |
| 22 | 2025-07-18T23:11:04.520Z | + printf ' * rust toolchain channel = "%s"\n' 1.88.0 |
| 23 | 2025-07-18T23:11:04.520Z | * rust toolchain channel = "1.88.0" |
| 24 | 2025-07-18T23:11:04.520Z | * rust toolchain profile = "default" |
| 25 | 2025-07-18T23:11:04.520Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2025-07-18T23:11:04.520Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2025-07-18T23:11:04.520Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2025-07-18T23:11:04.520Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-07-18T23:11:04.520Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.88.0 --profile default |
| 30 | 2025-07-18T23:11:04.628Z | info: downloading installer |
| 31 | 2025-07-18T23:11:05.146Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2025-07-18T23:11:05.146Z | warn: /opt/ooce/bin |
| 33 | 2025-07-18T23:11:05.146Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-07-18T23:11:05.146Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2025-07-18T23:11:05.146Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-07-18T23:11:05.146Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-07-18T23:11:05.146Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-07-18T23:11:05.146Z | error: cannot install while Rust is installed |
| 39 | 2025-07-18T23:11:05.147Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-07-18T23:11:05.172Z | info: profile set to 'default' |
| 41 | 2025-07-18T23:11:05.172Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-07-18T23:11:05.172Z | info: syncing channel updates for '1.88.0-x86_64-unknown-illumos' |
| 43 | 2025-07-18T23:11:05.272Z | info: latest update on 2025-06-26, rust version 1.88.0 (6b00bc388 2025-06-23) |
| 44 | 2025-07-18T23:11:05.272Z | info: downloading component 'cargo' |
| 45 | 2025-07-18T23:11:05.470Z | info: downloading component 'clippy' |
| 46 | 2025-07-18T23:11:05.570Z | info: downloading component 'rust-docs' |
| 47 | 2025-07-18T23:11:06.094Z | info: downloading component 'rust-std' |
| 48 | 2025-07-18T23:11:06.822Z | info: downloading component 'rustc' |
| 49 | 2025-07-18T23:11:09.725Z | info: downloading component 'rustfmt' |
| 50 | 2025-07-18T23:11:09.799Z | info: installing component 'cargo' |
| 51 | 2025-07-18T23:11:11.004Z | info: installing component 'clippy' |
| 52 | 2025-07-18T23:11:11.491Z | info: installing component 'rust-docs' |
| 53 | 2025-07-18T23:11:14.515Z | info: installing component 'rust-std' |
| 54 | 2025-07-18T23:11:16.763Z | info: installing component 'rustc' |
| 55 | 2025-07-18T23:11:26.688Z | info: installing component 'rustfmt' |
| 56 | 2025-07-18T23:11:26.732Z | info: default toolchain set to '1.88.0-x86_64-unknown-illumos' |
| 57 | 2025-07-18T23:11:26.732Z | |
| 58 | 2025-07-18T23:11:26.732Z | 1.88.0-x86_64-unknown-illumos installed - rustc 1.88.0 (6b00bc388 2025-06-23) |
| 59 | 2025-07-18T23:11:26.732Z | |
| 60 | 2025-07-18T23:11:26.732Z | |
| 61 | 2025-07-18T23:11:26.732Z | Rust is installed now. Great! |
| 62 | 2025-07-18T23:11:26.732Z | |
| 63 | 2025-07-18T23:11:26.733Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-07-18T23:11:26.733Z | environment variable. This has not been done automatically. |
| 65 | 2025-07-18T23:11:26.733Z | |
| 66 | 2025-07-18T23:11:26.733Z | To configure your current shell, you need to source |
| 67 | 2025-07-18T23:11:26.733Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-07-18T23:11:26.733Z | |
| 69 | 2025-07-18T23:11:26.733Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-07-18T23:11:26.733Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-07-18T23:11:26.733Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-07-18T23:11:26.737Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2025-07-18T23:11:26.770Z | + rustup --version |
| 74 | 2025-07-18T23:11:26.770Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2025-07-18T23:11:26.770Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2025-07-18T23:11:26.770Z | info: The currently active `rustc` version is `rustc 1.88.0 (6b00bc388 2025-06-23)` |
| 77 | 2025-07-18T23:11:26.771Z | + cargo --version |
| 78 | 2025-07-18T23:11:26.774Z | cargo 1.88.0 (873a06493 2025-05-10) |
| 79 | 2025-07-18T23:11:26.774Z | + rustc --version |
| 80 | 2025-07-18T23:11:26.774Z | rustc 1.88.0 (6b00bc388 2025-06-23) |
| 81 | 2025-07-18T23:11:26.774Z | process exited: duration 21288 ms, exit code 0 |
| |
| 82 | 2025-07-18T23:11:26.830Z | starting task 2: "authentication" |
| 83 | 2025-07-18T23:11:26.896Z | process exited: duration 65 ms, exit code 0 |
| |
| 84 | 2025-07-18T23:11:26.949Z | starting task 3: "clone repository" |
| 85 | 2025-07-18T23:11:26.975Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2025-07-18T23:11:26.976Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2025-07-18T23:11:27.003Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2025-07-18T23:11:36.647Z | + cd /work/oxidecomputer/omicron |
| 89 | 2025-07-18T23:11:36.647Z | + git fetch origin e781ba7fdab7ab894b8bedc5288a8320d1f934a6 |
| 90 | 2025-07-18T23:11:37.307Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2025-07-18T23:11:37.307Z | * branch e781ba7fdab7ab894b8bedc5288a8320d1f934a6 -> FETCH_HEAD |
| 92 | 2025-07-18T23:11:37.333Z | + [[ -n '' ]] |
| 93 | 2025-07-18T23:11:37.333Z | + git reset --hard e781ba7fdab7ab894b8bedc5288a8320d1f934a6 |
| 94 | 2025-07-18T23:11:37.606Z | HEAD is now at e781ba7fd update `cc` crate |
| 95 | 2025-07-18T23:11:37.631Z | process exited: duration 10660 ms, exit code 0 |
| |
| 96 | 2025-07-18T23:11:37.682Z | starting task 4: "build" |
| 97 | 2025-07-18T23:11:37.708Z | + source .github/buildomat/ci-env.sh |
| 98 | 2025-07-18T23:11:37.708Z | ++ export CARGO_TERM_COLOR=always |
| 99 | 2025-07-18T23:11:37.708Z | ++ CARGO_TERM_COLOR=always |
| 100 | 2025-07-18T23:11:37.708Z | + cargo --version |
| 101 | 2025-07-18T23:11:37.761Z | cargo 1.88.0 (873a06493 2025-05-10) |
| 102 | 2025-07-18T23:11:37.786Z | + rustc --version |
| 103 | 2025-07-18T23:11:37.850Z | rustc 1.88.0 (6b00bc388 2025-06-23) |
| 104 | 2025-07-18T23:11:37.876Z | + source ./env.sh |
| 105 | 2025-07-18T23:11:37.876Z | ++ OLD_SHELL_OPTS=ehxB |
| 106 | 2025-07-18T23:11:37.876Z | ++ set -o xtrace |
| 107 | 2025-07-18T23:11:37.877Z | ++++ dirname ./env.sh |
| 108 | 2025-07-18T23:11:37.877Z | +++ readlink -f . |
| 109 | 2025-07-18T23:11:37.877Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 110 | 2025-07-18T23:11:37.877Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 111 | 2025-07-18T23:11:37.877Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 112 | 2025-07-18T23:11:37.877Z | ++ 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 |
| 113 | 2025-07-18T23:11:37.877Z | ++ 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 |
| 114 | 2025-07-18T23:11:37.877Z | ++ 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 |
| 115 | 2025-07-18T23:11:37.877Z | ++ 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 |
| 116 | 2025-07-18T23:11:37.877Z | ++ 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 |
| 117 | 2025-07-18T23:11:37.877Z | ++ 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 |
| 118 | 2025-07-18T23:11:37.877Z | ++ case $OLD_SHELL_OPTS in |
| 119 | 2025-07-18T23:11:37.877Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 120 | 2025-07-18T23:11:37.877Z | + 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 |
| 121 | 2025-07-18T23:11:37.877Z | + 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 |
| 122 | 2025-07-18T23:11:37.877Z | + banner prerequisites |
| 123 | 2025-07-18T23:11:37.877Z | |
| 124 | 2025-07-18T23:11:37.878Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 125 | 2025-07-18T23:11:37.878Z | # # # # # # # # # # # # # # # |
| 126 | 2025-07-18T23:11:37.878Z | # # # # ##### # # ##### # # # # # #### # |
| 127 | 2025-07-18T23:11:37.878Z | ##### ##### # ##### # # # # # # # # # |
| 128 | 2025-07-18T23:11:37.878Z | # # # # # # # # # # # # # # # |
| 129 | 2025-07-18T23:11:37.878Z | # # # ###### # # ###### ### # #### # #### # |
| 130 | 2025-07-18T23:11:37.878Z | |
| 131 | 2025-07-18T23:11:37.878Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 132 | 2025-07-18T23:11:50.152Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 133 | 2025-07-18T23:11:58.717Z | Startup: Caching catalogs ... Done |
| 134 | 2025-07-18T23:12:04.671Z | Planning: Solver setup ... Done (4.540s) |
| 135 | 2025-07-18T23:12:04.711Z | Planning: Running solver ... Done (0.041s) |
| 136 | 2025-07-18T23:12:04.792Z | Planning: Finding local manifests ... Done (0.002s) |
| 137 | 2025-07-18T23:12:04.875Z | Planning: Fetching manifests: 0/4 0% complete |
| 138 | 2025-07-18T23:12:05.284Z | Planning: Fetching manifests: 4/4 100% complete |
| 139 | 2025-07-18T23:12:05.421Z | Planning: Package planning ... Done (0.069s) |
| 140 | 2025-07-18T23:12:05.421Z | Planning: Merging actions ... Done (0.062s) |
| 141 | 2025-07-18T23:12:05.822Z | Planning: Checking for conflicting actions ... Done (0.406s) |
| 142 | 2025-07-18T23:12:05.847Z | Planning: Consolidating action changes ... Done (0.014s) |
| 143 | 2025-07-18T23:12:06.916Z | Planning: Evaluating mediators ... Done (1.073s) |
| 144 | 2025-07-18T23:12:06.942Z | Planning: Planning completed in 8.10 seconds |
| 145 | 2025-07-18T23:12:06.942Z | Packages to install: 4 |
| 146 | 2025-07-18T23:12:06.942Z | Mediators to change: 2 |
| 147 | 2025-07-18T23:12:06.942Z | Services to change: 1 |
| 148 | 2025-07-18T23:12:06.942Z | Estimated space available: 155.02 GB |
| 149 | 2025-07-18T23:12:06.942Z | Estimated space to be consumed: 1.70 GB |
| 150 | 2025-07-18T23:12:06.942Z | Create boot environment: No |
| 151 | 2025-07-18T23:12:06.942Z | Create backup boot environment: No |
| 152 | 2025-07-18T23:12:06.942Z | Rebuild boot archive: No |
| 153 | 2025-07-18T23:12:06.942Z | |
| 154 | 2025-07-18T23:12:06.943Z | Changed mediators: |
| 155 | 2025-07-18T23:12:06.943Z | mediator clang: |
| 156 | 2025-07-18T23:12:06.943Z | version: None -> 15 (system default) |
| 157 | 2025-07-18T23:12:06.943Z | |
| 158 | 2025-07-18T23:12:06.943Z | mediator llvm: |
| 159 | 2025-07-18T23:12:06.943Z | version: 14 (system default) -> 15 (system default) |
| 160 | 2025-07-18T23:12:06.943Z | |
| 161 | 2025-07-18T23:12:06.943Z | Changed packages: |
| 162 | 2025-07-18T23:12:06.943Z | helios-dev |
| 163 | 2025-07-18T23:12:06.943Z | developer/build-essential |
| 164 | 2025-07-18T23:12:06.943Z | None -> 11-2.0 |
| 165 | 2025-07-18T23:12:06.943Z | library/libxmlsec1 |
| 166 | 2025-07-18T23:12:06.943Z | None -> 1.2.35-2.0 |
| 167 | 2025-07-18T23:12:06.943Z | ooce/developer/clang-15 |
| 168 | 2025-07-18T23:12:06.943Z | None -> 15.0.7-2.0 |
| 169 | 2025-07-18T23:12:06.943Z | ooce/developer/llvm-15 |
| 170 | 2025-07-18T23:12:06.943Z | None -> 15.0.7-2.0 |
| 171 | 2025-07-18T23:12:06.943Z | |
| 172 | 2025-07-18T23:12:06.943Z | Services: |
| 173 | 2025-07-18T23:12:06.943Z | restart_fmri: |
| 174 | 2025-07-18T23:12:06.943Z | svc:/system/update-man-index:default |
| 175 | 2025-07-18T23:12:07.003Z | |
| 176 | 2025-07-18T23:12:07.003Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 177 | 2025-07-18T23:12:12.004Z | Download: 1199/3290 items 83.5/212.6MB 39% complete (17.1M/s) |
| 178 | 2025-07-18T23:12:17.045Z | Download: 2225/3290 items 119.2/212.6MB 56% complete (12.0M/s) |
| 179 | 2025-07-18T23:12:22.052Z | Download: 3236/3290 items 164.0/212.6MB 77% complete (8.0M/s) |
| 180 | 2025-07-18T23:12:27.060Z | Download: 3248/3290 items 178.5/212.6MB 83% complete (5.9M/s) |
| 181 | 2025-07-18T23:12:30.222Z | Download: Completed 212.60 MB in 23.21 seconds (9.2M/s) |
| 182 | 2025-07-18T23:12:30.424Z | Actions: 1/3689 actions (Installing new actions) |
| 183 | 2025-07-18T23:12:38.095Z | Actions: 2342/3689 actions (Installing new actions) |
| 184 | 2025-07-18T23:12:38.097Z | Actions: Completed 3689 actions in 6.07 seconds. |
| 185 | 2025-07-18T23:12:38.097Z | Done (0.605s) |
| 186 | 2025-07-18T23:12:38.097Z | Done (0.000s) |
| 187 | 2025-07-18T23:12:38.133Z | Done (1.022s) |
| 188 | 2025-07-18T23:12:43.809Z | Done (5.435s) |
| 189 | 2025-07-18T23:12:43.918Z | Done (0.019s) |
| 190 | 2025-07-18T23:12:43.955Z | Done (0.000s) |
| 191 | 2025-07-18T23:12:44.090Z | Done (0.000s) |
| 192 | 2025-07-18T23:12:45.066Z | Planning: Evaluating mediator changes ... Done |
| 193 | 2025-07-18T23:12:45.375Z | Planning: Checking for conflicting actions ... Done |
| 194 | 2025-07-18T23:12:45.375Z | Planning: Consolidating action changes ... Done |
| 195 | 2025-07-18T23:12:45.709Z | Planning: Evaluating mediators ... Done |
| 196 | 2025-07-18T23:12:45.735Z | Planning: Planning completed in 0.64 seconds |
| 197 | 2025-07-18T23:12:45.761Z | Mediators to change: 2 |
| 198 | 2025-07-18T23:12:45.761Z | Create boot environment: No |
| 199 | 2025-07-18T23:12:45.761Z | Create backup boot environment: No |
| 200 | 2025-07-18T23:12:45.808Z | Done |
| 201 | 2025-07-18T23:12:45.808Z | Done |
| 202 | 2025-07-18T23:12:46.647Z | Done |
| 203 | 2025-07-18T23:12:51.445Z | Done |
| 204 | 2025-07-18T23:12:51.539Z | Done |
| 205 | 2025-07-18T23:12:51.540Z | Done |
| 206 | 2025-07-18T23:12:51.596Z | Done |
| 207 | 2025-07-18T23:12:52.340Z | Planning: Evaluating mediator changes ... Done |
| 208 | 2025-07-18T23:12:52.367Z | Planning: Merging actions ... Done |
| 209 | 2025-07-18T23:12:52.579Z | Planning: Checking for conflicting actions ... Done |
| 210 | 2025-07-18T23:12:52.615Z | Planning: Consolidating action changes ... Done |
| 211 | 2025-07-18T23:12:52.934Z | Planning: Evaluating mediators ... Done |
| 212 | 2025-07-18T23:12:53.009Z | Planning: Planning completed in 0.98 seconds |
| 213 | 2025-07-18T23:12:53.055Z | Packages to change: 1 |
| 214 | 2025-07-18T23:12:53.055Z | Mediators to change: 1 |
| 215 | 2025-07-18T23:12:53.055Z | Services to change: 1 |
| 216 | 2025-07-18T23:12:53.055Z | Create boot environment: No |
| 217 | 2025-07-18T23:12:53.055Z | Create backup boot environment: Yes |
| 218 | 2025-07-18T23:12:54.933Z | Actions: 1/6 actions (Updating modified actions) |
| 219 | 2025-07-18T23:12:54.962Z | Actions: Completed 6 actions in 0.00 seconds. |
| 220 | 2025-07-18T23:12:54.962Z | Done |
| 221 | 2025-07-18T23:12:54.962Z | Done |
| 222 | 2025-07-18T23:12:55.146Z | Done |
| 223 | 2025-07-18T23:12:59.988Z | Done |
| 224 | 2025-07-18T23:13:00.093Z | Done |
| 225 | 2025-07-18T23:13:00.094Z | Done |
| 226 | 2025-07-18T23:13:00.147Z | Done |
| 227 | 2025-07-18T23:13:00.736Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 228 | 2025-07-18T23:13:00.736Z | clang system 15 system |
| 229 | 2025-07-18T23:13:00.736Z | csh system system illumos |
| 230 | 2025-07-18T23:13:00.736Z | ctags system system illumos |
| 231 | 2025-07-18T23:13:00.736Z | file system system illumos |
| 232 | 2025-07-18T23:13:00.738Z | gcc vendor 12 vendor |
| 233 | 2025-07-18T23:13:00.738Z | gcc system 10 system |
| 234 | 2025-07-18T23:13:00.738Z | gcc system 7 system |
| 235 | 2025-07-18T23:13:00.738Z | go system 1.20 system |
| 236 | 2025-07-18T23:13:00.738Z | go system 1.19 system |
| 237 | 2025-07-18T23:13:00.738Z | llvm system 15 system |
| 238 | 2025-07-18T23:13:00.738Z | llvm system 14 system |
| 239 | 2025-07-18T23:13:00.738Z | mariadb system 10.6 system |
| 240 | 2025-07-18T23:13:00.738Z | mta vendor vendor dma |
| 241 | 2025-07-18T23:13:00.738Z | openjdk system 17 system |
| 242 | 2025-07-18T23:13:00.738Z | openjdk system 11 system |
| 243 | 2025-07-18T23:13:00.738Z | openjdk system 1.8 system |
| 244 | 2025-07-18T23:13:00.738Z | openssl vendor 3 vendor |
| 245 | 2025-07-18T23:13:00.738Z | perl system 5.36 system |
| 246 | 2025-07-18T23:13:00.738Z | postgresql system 15 system |
| 247 | 2025-07-18T23:13:00.738Z | postgresql system 13 system |
| 248 | 2025-07-18T23:13:00.738Z | python vendor 3 vendor |
| 249 | 2025-07-18T23:13:00.738Z | python system 2 system |
| 250 | 2025-07-18T23:13:00.739Z | python3 system 3.11 system |
| 251 | 2025-07-18T23:13:00.739Z | ruby system 3.0 system |
| 252 | 2025-07-18T23:13:00.739Z | words vendor vendor american-english |
| 253 | 2025-07-18T23:13:00.739Z | words system system australian-english |
| 254 | 2025-07-18T23:13:00.739Z | words system system british-english |
| 255 | 2025-07-18T23:13:00.739Z | words system system canadian-english |
| 256 | 2025-07-18T23:13:00.739Z | words system system french |
| 257 | 2025-07-18T23:13:00.739Z | words system system italian |
| 258 | 2025-07-18T23:13:00.739Z | words system system ngerman |
| 259 | 2025-07-18T23:13:00.739Z | words system system ogerman |
| 260 | 2025-07-18T23:13:00.739Z | words system system spanish |
| 261 | 2025-07-18T23:13:01.199Z | PUBLISHER TYPE STATUS P LOCATION |
| 262 | 2025-07-18T23:13:01.199Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 263 | 2025-07-18T23:13:06.981Z | FMRI IFO |
| 264 | 2025-07-18T23:13:06.981Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 265 | 2025-07-18T23:13:06.981Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 266 | 2025-07-18T23:13:06.981Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 267 | 2025-07-18T23:13:06.981Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 268 | 2025-07-18T23:13:06.981Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 269 | 2025-07-18T23:13:06.981Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 270 | 2025-07-18T23:13:06.982Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 271 | 2025-07-18T23:13:06.982Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 272 | 2025-07-18T23:13:06.982Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 273 | 2025-07-18T23:13:06.982Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 274 | 2025-07-18T23:13:06.982Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 275 | 2025-07-18T23:13:06.982Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 276 | 2025-07-18T23:13:06.982Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 277 | 2025-07-18T23:13:06.982Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 278 | 2025-07-18T23:13:06.982Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 279 | 2025-07-18T23:13:06.982Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 280 | 2025-07-18T23:13:08.087Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 281 | 2025-07-18T23:13:08.568Z | Updating crates.io index |
| 282 | 2025-07-18T23:13:08.598Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 283 | 2025-07-18T23:13:09.138Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 284 | 2025-07-18T23:13:09.898Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 285 | 2025-07-18T23:13:10.297Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 286 | 2025-07-18T23:13:10.655Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 287 | 2025-07-18T23:13:11.086Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 288 | 2025-07-18T23:13:12.362Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 289 | 2025-07-18T23:13:14.608Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 290 | 2025-07-18T23:13:15.686Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 291 | 2025-07-18T23:13:16.537Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 292 | 2025-07-18T23:13:16.887Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 293 | 2025-07-18T23:13:17.280Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 294 | 2025-07-18T23:13:18.107Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 295 | 2025-07-18T23:13:18.518Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 296 | 2025-07-18T23:13:19.071Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 297 | 2025-07-18T23:13:19.719Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 298 | 2025-07-18T23:13:20.160Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 299 | 2025-07-18T23:13:20.547Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 300 | 2025-07-18T23:13:20.886Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 301 | 2025-07-18T23:13:21.263Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 302 | 2025-07-18T23:13:21.614Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 303 | 2025-07-18T23:13:22.104Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 304 | 2025-07-18T23:13:22.590Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 305 | 2025-07-18T23:13:23.065Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 306 | 2025-07-18T23:13:23.765Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 307 | 2025-07-18T23:13:24.261Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 308 | 2025-07-18T23:13:24.630Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 309 | 2025-07-18T23:13:25.129Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 310 | 2025-07-18T23:13:25.806Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 311 | 2025-07-18T23:13:26.147Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 312 | 2025-07-18T23:13:26.588Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 313 | 2025-07-18T23:13:26.919Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 314 | 2025-07-18T23:13:37.023Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 315 | 2025-07-18T23:13:38.684Z | Downloading crates ... |
| 316 | 2025-07-18T23:13:38.799Z | Downloaded pest_derive v2.7.14 |
| 317 | 2025-07-18T23:13:38.835Z | Downloaded is_terminal_polyfill v1.70.1 |
| 318 | 2025-07-18T23:13:38.835Z | Downloaded dof v0.3.0 |
| 319 | 2025-07-18T23:13:38.835Z | Downloaded crypto-common v0.1.6 |
| 320 | 2025-07-18T23:13:38.835Z | Downloaded thiserror v2.0.12 |
| 321 | 2025-07-18T23:13:38.836Z | Downloaded zerovec-derive v0.10.3 |
| 322 | 2025-07-18T23:13:38.836Z | Downloaded zerofrom v0.1.4 |
| 323 | 2025-07-18T23:13:38.836Z | Downloaded zerocopy-derive v0.7.35 |
| 324 | 2025-07-18T23:13:38.836Z | Downloaded yoke v0.7.4 |
| 325 | 2025-07-18T23:13:38.836Z | Downloaded zerofrom-derive v0.1.4 |
| 326 | 2025-07-18T23:13:38.836Z | Downloaded yoke-derive v0.7.4 |
| 327 | 2025-07-18T23:13:38.836Z | Downloaded usdt v0.5.0 |
| 328 | 2025-07-18T23:13:38.836Z | Downloaded zerovec v0.10.4 |
| 329 | 2025-07-18T23:13:38.836Z | Downloaded plain v0.2.3 |
| 330 | 2025-07-18T23:13:38.836Z | Downloaded equivalent v1.0.2 |
| 331 | 2025-07-18T23:13:38.836Z | Downloaded fnv v1.0.7 |
| 332 | 2025-07-18T23:13:38.836Z | Downloaded cargo_metadata v0.20.0 |
| 333 | 2025-07-18T23:13:38.836Z | Downloaded sha2 v0.10.9 |
| 334 | 2025-07-18T23:13:38.837Z | Downloaded zerocopy v0.7.35 |
| 335 | 2025-07-18T23:13:38.837Z | Downloaded synstructure v0.13.1 |
| 336 | 2025-07-18T23:13:38.837Z | Downloaded semver v1.0.26 |
| 337 | 2025-07-18T23:13:38.841Z | Downloaded smallvec v1.15.0 |
| 338 | 2025-07-18T23:13:38.841Z | Downloaded serde_derive v1.0.219 |
| 339 | 2025-07-18T23:13:38.841Z | Downloaded icu_locid_transform_data v1.5.0 |
| 340 | 2025-07-18T23:13:38.876Z | Downloaded log v0.4.27 |
| 341 | 2025-07-18T23:13:38.876Z | Downloaded serde v1.0.219 |
| 342 | 2025-07-18T23:13:38.876Z | Downloaded memchr v2.7.4 |
| 343 | 2025-07-18T23:13:38.878Z | Downloaded idna v1.0.3 |
| 344 | 2025-07-18T23:13:38.878Z | Downloaded serde_json v1.0.140 |
| 345 | 2025-07-18T23:13:38.878Z | Downloaded hashbrown v0.15.4 |
| 346 | 2025-07-18T23:13:38.878Z | Downloaded icu_properties_data v1.5.0 |
| 347 | 2025-07-18T23:13:38.878Z | Downloaded clap_builder v4.5.40 |
| 348 | 2025-07-18T23:13:38.915Z | Downloaded tabled v0.15.0 |
| 349 | 2025-07-18T23:13:38.915Z | Downloaded indexmap v2.10.0 |
| 350 | 2025-07-18T23:13:38.915Z | Downloaded icu_collections v1.5.0 |
| 351 | 2025-07-18T23:13:38.915Z | Downloaded syn v2.0.104 |
| 352 | 2025-07-18T23:13:38.946Z | Downloaded icu_normalizer_data v1.5.0 |
| 353 | 2025-07-18T23:13:38.947Z | Downloaded icu_locid v1.5.0 |
| 354 | 2025-07-18T23:13:38.947Z | Downloaded bitflags v2.9.1 |
| 355 | 2025-07-18T23:13:38.947Z | Downloaded ryu v1.0.18 |
| 356 | 2025-07-18T23:13:38.947Z | Downloaded rustix v0.38.37 |
| 357 | 2025-07-18T23:13:38.972Z | Downloaded rustix v1.0.7 |
| 358 | 2025-07-18T23:13:39.002Z | Downloaded pest v2.7.14 |
| 359 | 2025-07-18T23:13:39.003Z | Downloaded macaddr v1.0.1 |
| 360 | 2025-07-18T23:13:39.003Z | Downloaded icu_locid_transform v1.5.0 |
| 361 | 2025-07-18T23:13:39.003Z | Downloaded heck v0.4.1 |
| 362 | 2025-07-18T23:13:39.003Z | Downloaded generic-array v0.14.7 |
| 363 | 2025-07-18T23:13:39.003Z | Downloaded fastrand v2.1.1 |
| 364 | 2025-07-18T23:13:39.003Z | Downloaded erased-serde v0.4.6 |
| 365 | 2025-07-18T23:13:39.029Z | Downloaded clap_derive v4.5.40 |
| 366 | 2025-07-18T23:13:39.030Z | Downloaded clap v4.5.40 |
| 367 | 2025-07-18T23:13:39.030Z | Downloaded cargo_toml v0.21.0 |
| 368 | 2025-07-18T23:13:39.030Z | Downloaded camino-tempfile v1.4.1 |
| 369 | 2025-07-18T23:13:39.030Z | Downloaded camino v1.1.10 |
| 370 | 2025-07-18T23:13:39.030Z | Downloaded strsim v0.11.1 |
| 371 | 2025-07-18T23:13:39.030Z | Downloaded stable_deref_trait v1.2.0 |
| 372 | 2025-07-18T23:13:39.030Z | Downloaded smawk v0.3.2 |
| 373 | 2025-07-18T23:13:39.030Z | Downloaded serde_tokenstream v0.2.2 |
| 374 | 2025-07-18T23:13:39.030Z | Downloaded serde_spanned v0.6.9 |
| 375 | 2025-07-18T23:13:39.030Z | Downloaded serde-value v0.7.0 |
| 376 | 2025-07-18T23:13:39.055Z | Downloaded serde-untagged v0.1.7 |
| 377 | 2025-07-18T23:13:39.056Z | Downloaded libc v0.2.174 |
| 378 | 2025-07-18T23:13:39.081Z | Downloaded papergrid v0.11.0 |
| 379 | 2025-07-18T23:13:39.081Z | Downloaded itoa v1.0.11 |
| 380 | 2025-07-18T23:13:39.083Z | Downloaded heck v0.5.0 |
| 381 | 2025-07-18T23:13:39.083Z | Downloaded form_urlencoded v1.2.1 |
| 382 | 2025-07-18T23:13:39.083Z | Downloaded errno v0.3.12 |
| 383 | 2025-07-18T23:13:39.083Z | Downloaded digest v0.10.7 |
| 384 | 2025-07-18T23:13:39.083Z | Downloaded cargo-platform v0.2.0 |
| 385 | 2025-07-18T23:13:39.083Z | Downloaded swrite v0.1.0 |
| 386 | 2025-07-18T23:13:39.083Z | Downloaded scroll v0.12.0 |
| 387 | 2025-07-18T23:13:39.083Z | Downloaded fs-err v3.1.1 |
| 388 | 2025-07-18T23:13:39.083Z | Downloaded proc-macro-error-attr v1.0.4 |
| 389 | 2025-07-18T23:13:39.084Z | Downloaded litemap v0.7.3 |
| 390 | 2025-07-18T23:13:39.084Z | Downloaded cfg-if v1.0.1 |
| 391 | 2025-07-18T23:13:39.084Z | Downloaded bytecount v0.6.8 |
| 392 | 2025-07-18T23:13:39.127Z | Downloaded cargo-util-schemas v0.2.0 |
| 393 | 2025-07-18T23:13:39.127Z | Downloaded block-buffer v0.10.4 |
| 394 | 2025-07-18T23:13:39.127Z | Downloaded displaydoc v0.2.5 |
| 395 | 2025-07-18T23:13:39.127Z | Downloaded toml_edit v0.22.27 |
| 396 | 2025-07-18T23:13:39.127Z | Downloaded quote v1.0.40 |
| 397 | 2025-07-18T23:13:39.127Z | Downloaded proc-macro-error v1.0.4 |
| 398 | 2025-07-18T23:13:39.127Z | Downloaded colorchoice v1.0.2 |
| 399 | 2025-07-18T23:13:39.127Z | Downloaded url v2.5.4 |
| 400 | 2025-07-18T23:13:39.127Z | Downloaded pest_meta v2.7.14 |
| 401 | 2025-07-18T23:13:39.127Z | Downloaded percent-encoding v2.3.1 |
| 402 | 2025-07-18T23:13:39.127Z | Downloaded icu_properties v1.5.1 |
| 403 | 2025-07-18T23:13:39.127Z | Downloaded getrandom v0.3.1 |
| 404 | 2025-07-18T23:13:39.130Z | Downloaded utf8parse v0.2.2 |
| 405 | 2025-07-18T23:13:39.130Z | Downloaded utf16_iter v1.0.5 |
| 406 | 2025-07-18T23:13:39.130Z | Downloaded usdt-macro v0.5.0 |
| 407 | 2025-07-18T23:13:39.130Z | Downloaded ucd-trie v0.1.7 |
| 408 | 2025-07-18T23:13:39.130Z | Downloaded toml v0.8.23 |
| 409 | 2025-07-18T23:13:39.130Z | Downloaded tinystr v0.7.6 |
| 410 | 2025-07-18T23:13:39.158Z | Downloaded tempfile v3.20.0 |
| 411 | 2025-07-18T23:13:39.158Z | Downloaded num-traits v0.2.19 |
| 412 | 2025-07-18T23:13:39.158Z | Downloaded memmap v0.7.0 |
| 413 | 2025-07-18T23:13:39.158Z | Downloaded icu_provider_macros v1.5.0 |
| 414 | 2025-07-18T23:13:39.158Z | Downloaded icu_provider v1.5.0 |
| 415 | 2025-07-18T23:13:39.158Z | Downloaded write16 v1.0.0 |
| 416 | 2025-07-18T23:13:39.158Z | Downloaded winnow v0.7.10 |
| 417 | 2025-07-18T23:13:39.158Z | Downloaded version_check v0.9.5 |
| 418 | 2025-07-18T23:13:39.158Z | Downloaded utf8_iter v1.0.4 |
| 419 | 2025-07-18T23:13:39.158Z | Downloaded unicode-ident v1.0.18 |
| 420 | 2025-07-18T23:13:39.158Z | Downloaded typeid v1.0.3 |
| 421 | 2025-07-18T23:13:39.158Z | Downloaded toml_datetime v0.6.11 |
| 422 | 2025-07-18T23:13:39.158Z | Downloaded thread-id v4.2.2 |
| 423 | 2025-07-18T23:13:39.159Z | Downloaded scroll_derive v0.12.0 |
| 424 | 2025-07-18T23:13:39.159Z | Downloaded proc-macro2 v1.0.95 |
| 425 | 2025-07-18T23:13:39.159Z | Downloaded pretty-hex v0.4.1 |
| 426 | 2025-07-18T23:13:39.185Z | Downloaded pest_generator v2.7.14 |
| 427 | 2025-07-18T23:13:39.185Z | Downloaded ordered-float v2.10.1 |
| 428 | 2025-07-18T23:13:39.185Z | Downloaded once_cell v1.21.3 |
| 429 | 2025-07-18T23:13:39.185Z | Downloaded idna_adapter v1.2.0 |
| 430 | 2025-07-18T23:13:39.185Z | Downloaded writeable v0.5.5 |
| 431 | 2025-07-18T23:13:39.185Z | Downloaded usdt-impl v0.5.0 |
| 432 | 2025-07-18T23:13:39.185Z | Downloaded usdt-attr-macro v0.5.0 |
| 433 | 2025-07-18T23:13:39.185Z | Downloaded unicode-width v0.2.0 |
| 434 | 2025-07-18T23:13:39.185Z | Downloaded thiserror-impl v2.0.12 |
| 435 | 2025-07-18T23:13:39.185Z | Downloaded dtrace-parser v0.2.0 |
| 436 | 2025-07-18T23:13:39.187Z | Downloaded unicode-width v0.1.14 |
| 437 | 2025-07-18T23:13:39.187Z | Downloaded unicode-linebreak v0.1.5 |
| 438 | 2025-07-18T23:13:39.213Z | Downloaded typenum v1.17.0 |
| 439 | 2025-07-18T23:13:39.213Z | Downloaded toml_write v0.1.2 |
| 440 | 2025-07-18T23:13:39.213Z | Downloaded thiserror-impl v1.0.69 |
| 441 | 2025-07-18T23:13:39.213Z | Downloaded thiserror v1.0.69 |
| 442 | 2025-07-18T23:13:39.213Z | Downloaded textwrap v0.16.2 |
| 443 | 2025-07-18T23:13:39.213Z | Downloaded terminal_size v0.4.0 |
| 444 | 2025-07-18T23:13:39.213Z | Downloaded unicode-xid v0.2.6 |
| 445 | 2025-07-18T23:13:39.213Z | Downloaded syn v1.0.109 |
| 446 | 2025-07-18T23:13:39.213Z | Downloaded goblin v0.8.2 |
| 447 | 2025-07-18T23:13:39.241Z | Downloaded tabled_derive v0.7.0 |
| 448 | 2025-07-18T23:13:39.241Z | Downloaded autocfg v1.4.0 |
| 449 | 2025-07-18T23:13:39.241Z | Downloaded anyhow v1.0.98 |
| 450 | 2025-07-18T23:13:39.241Z | Downloaded cpufeatures v0.2.14 |
| 451 | 2025-07-18T23:13:39.241Z | Downloaded anstyle-parse v0.2.5 |
| 452 | 2025-07-18T23:13:39.241Z | Downloaded anstream v0.6.18 |
| 453 | 2025-07-18T23:13:39.241Z | Downloaded icu_normalizer v1.5.0 |
| 454 | 2025-07-18T23:13:39.243Z | Downloaded clap_lex v0.7.4 |
| 455 | 2025-07-18T23:13:39.243Z | Downloaded byteorder v1.5.0 |
| 456 | 2025-07-18T23:13:39.243Z | Downloaded anstyle-query v1.1.1 |
| 457 | 2025-07-18T23:13:39.269Z | Downloaded anstyle v1.0.11 |
| 458 | 2025-07-18T23:13:39.358Z | Compiling proc-macro2 v1.0.95 |
| 459 | 2025-07-18T23:13:39.358Z | Compiling unicode-ident v1.0.18 |
| 460 | 2025-07-18T23:13:39.358Z | Compiling serde v1.0.219 |
| 461 | 2025-07-18T23:13:39.384Z | Compiling version_check v0.9.5 |
| 462 | 2025-07-18T23:13:39.384Z | Compiling libc v0.2.174 |
| 463 | 2025-07-18T23:13:39.384Z | Compiling thiserror v1.0.69 |
| 464 | 2025-07-18T23:13:39.384Z | Compiling memchr v2.7.4 |
| 465 | 2025-07-18T23:13:39.384Z | Compiling stable_deref_trait v1.2.0 |
| 466 | 2025-07-18T23:13:39.704Z | Compiling itoa v1.0.11 |
| 467 | 2025-07-18T23:13:39.737Z | Compiling writeable v0.5.5 |
| 468 | 2025-07-18T23:13:39.947Z | Compiling litemap v0.7.3 |
| 469 | 2025-07-18T23:13:40.172Z | Compiling autocfg v1.4.0 |
| 470 | 2025-07-18T23:13:40.280Z | Compiling ucd-trie v0.1.7 |
| 471 | 2025-07-18T23:13:40.380Z | Compiling ryu v1.0.18 |
| 472 | 2025-07-18T23:13:40.520Z | Compiling once_cell v1.21.3 |
| 473 | 2025-07-18T23:13:40.863Z | Compiling icu_locid_transform_data v1.5.0 |
| 474 | 2025-07-18T23:13:40.944Z | Compiling bitflags v2.9.1 |
| 475 | 2025-07-18T23:13:40.976Z | Compiling byteorder v1.5.0 |
| 476 | 2025-07-18T23:13:41.015Z | Compiling icu_properties_data v1.5.0 |
| 477 | 2025-07-18T23:13:41.222Z | Compiling serde_json v1.0.140 |
| 478 | 2025-07-18T23:13:41.283Z | Compiling num-traits v0.2.19 |
| 479 | 2025-07-18T23:13:41.393Z | Compiling utf16_iter v1.0.5 |
| 480 | 2025-07-18T23:13:41.427Z | Compiling typeid v1.0.3 |
| 481 | 2025-07-18T23:13:41.518Z | Compiling quote v1.0.40 |
| 482 | 2025-07-18T23:13:41.585Z | Compiling errno v0.3.12 |
| 483 | 2025-07-18T23:13:41.668Z | Compiling utf8_iter v1.0.4 |
| 484 | 2025-07-18T23:13:41.722Z | Compiling write16 v1.0.0 |
| 485 | 2025-07-18T23:13:41.753Z | Compiling rustix v0.38.37 |
| 486 | 2025-07-18T23:13:42.197Z | Compiling smallvec v1.15.0 |
| 487 | 2025-07-18T23:13:42.353Z | Compiling icu_normalizer_data v1.5.0 |
| 488 | 2025-07-18T23:13:42.353Z | Compiling hashbrown v0.15.4 |
| 489 | 2025-07-18T23:13:42.353Z | Compiling syn v2.0.104 |
| 490 | 2025-07-18T23:13:42.354Z | Compiling equivalent v1.0.2 |
| 491 | 2025-07-18T23:13:42.354Z | Compiling proc-macro-error-attr v1.0.4 |
| 492 | 2025-07-18T23:13:42.354Z | Compiling usdt-impl v0.5.0 |
| 493 | 2025-07-18T23:13:42.435Z | Compiling toml_write v0.1.2 |
| 494 | 2025-07-18T23:13:42.435Z | Compiling winnow v0.7.10 |
| 495 | 2025-07-18T23:13:42.486Z | Compiling syn v1.0.109 |
| 496 | 2025-07-18T23:13:46.649Z | Compiling thread-id v4.2.2 |
| 497 | 2025-07-18T23:13:46.814Z | Compiling proc-macro-error v1.0.4 |
| 498 | 2025-07-18T23:13:46.814Z | Compiling indexmap v2.10.0 |
| 499 | 2025-07-18T23:13:46.814Z | Compiling rustix v1.0.7 |
| 500 | 2025-07-18T23:13:46.814Z | Compiling getrandom v0.3.1 |
| 501 | 2025-07-18T23:13:46.814Z | Compiling log v0.4.27 |
| 502 | 2025-07-18T23:13:46.814Z | Compiling semver v1.0.26 |
| 503 | 2025-07-18T23:13:46.814Z | Compiling percent-encoding v2.3.1 |
| 504 | 2025-07-18T23:13:46.814Z | Compiling utf8parse v0.2.2 |
| 505 | 2025-07-18T23:13:46.816Z | Compiling plain v0.2.3 |
| 506 | 2025-07-18T23:13:46.816Z | Compiling camino v1.1.10 |
| 507 | 2025-07-18T23:13:46.816Z | Compiling anstyle-parse v0.2.5 |
| 508 | 2025-07-18T23:13:46.816Z | Compiling form_urlencoded v1.2.1 |
| 509 | 2025-07-18T23:13:46.816Z | Compiling ordered-float v2.10.1 |
| 510 | 2025-07-18T23:13:46.816Z | Compiling terminal_size v0.4.0 |
| 511 | 2025-07-18T23:13:46.816Z | Compiling cfg-if v1.0.1 |
| 512 | 2025-07-18T23:13:46.816Z | Compiling anstyle-query v1.1.1 |
| 513 | 2025-07-18T23:13:46.817Z | Compiling colorchoice v1.0.2 |
| 514 | 2025-07-18T23:13:46.817Z | Compiling thiserror v2.0.12 |
| 515 | 2025-07-18T23:13:46.818Z | Compiling anstyle v1.0.11 |
| 516 | 2025-07-18T23:13:46.818Z | Compiling is_terminal_polyfill v1.70.1 |
| 517 | 2025-07-18T23:13:46.818Z | Compiling pretty-hex v0.4.1 |
| 518 | 2025-07-18T23:13:46.818Z | Compiling anstream v0.6.18 |
| 519 | 2025-07-18T23:13:46.928Z | Compiling fs-err v3.1.1 |
| 520 | 2025-07-18T23:13:46.930Z | Compiling clap_lex v0.7.4 |
| 521 | 2025-07-18T23:13:46.930Z | Compiling anyhow v1.0.98 |
| 522 | 2025-07-18T23:13:46.931Z | Compiling fnv v1.0.7 |
| 523 | 2025-07-18T23:13:46.931Z | Compiling fastrand v2.1.1 |
| 524 | 2025-07-18T23:13:46.931Z | Compiling bytecount v0.6.8 |
| 525 | 2025-07-18T23:13:46.931Z | Compiling strsim v0.11.1 |
| 526 | 2025-07-18T23:13:46.931Z | Compiling heck v0.4.1 |
| 527 | 2025-07-18T23:13:46.931Z | Compiling heck v0.5.0 |
| 528 | 2025-07-18T23:13:46.931Z | Compiling unicode-width v0.1.14 |
| 529 | 2025-07-18T23:13:46.933Z | Compiling unicode-xid v0.2.6 |
| 530 | 2025-07-18T23:13:46.994Z | Compiling tempfile v3.20.0 |
| 531 | 2025-07-18T23:13:47.086Z | Compiling clap_builder v4.5.40 |
| 532 | 2025-07-18T23:13:47.291Z | Compiling papergrid v0.11.0 |
| 533 | 2025-07-18T23:13:47.791Z | Compiling memmap v0.7.0 |
| 534 | 2025-07-18T23:13:47.818Z | Compiling unicode-width v0.2.0 |
| 535 | 2025-07-18T23:13:47.864Z | Compiling unicode-linebreak v0.1.5 |
| 536 | 2025-07-18T23:13:48.147Z | Compiling smawk v0.3.2 |
| 537 | 2025-07-18T23:13:48.379Z | Compiling synstructure v0.13.1 |
| 538 | 2025-07-18T23:13:48.405Z | Compiling textwrap v0.16.2 |
| 539 | 2025-07-18T23:13:49.399Z | Compiling tabled_derive v0.7.0 |
| 540 | 2025-07-18T23:13:49.431Z | Compiling swrite v0.1.0 |
| 541 | 2025-07-18T23:13:49.618Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 542 | 2025-07-18T23:13:51.048Z | Compiling serde_derive v1.0.219 |
| 543 | 2025-07-18T23:13:51.048Z | Compiling thiserror-impl v1.0.69 |
| 544 | 2025-07-18T23:13:51.048Z | Compiling zerofrom-derive v0.1.4 |
| 545 | 2025-07-18T23:13:51.074Z | Compiling yoke-derive v0.7.4 |
| 546 | 2025-07-18T23:13:51.074Z | Compiling zerovec-derive v0.10.3 |
| 547 | 2025-07-18T23:13:51.188Z | Compiling displaydoc v0.2.5 |
| 548 | 2025-07-18T23:13:52.564Z | Compiling icu_provider_macros v1.5.0 |
| 549 | 2025-07-18T23:13:53.202Z | Compiling zerocopy-derive v0.7.35 |
| 550 | 2025-07-18T23:13:53.503Z | Compiling scroll_derive v0.12.0 |
| 551 | 2025-07-18T23:13:53.547Z | Compiling thiserror-impl v2.0.12 |
| 552 | 2025-07-18T23:13:53.862Z | Compiling pest v2.7.14 |
| 553 | 2025-07-18T23:13:54.144Z | Compiling zerofrom v0.1.4 |
| 554 | 2025-07-18T23:13:54.345Z | Compiling clap_derive v4.5.40 |
| 555 | 2025-07-18T23:13:54.387Z | Compiling yoke v0.7.4 |
| 556 | 2025-07-18T23:13:54.735Z | Compiling zerovec v0.10.4 |
| 557 | 2025-07-18T23:13:54.763Z | Compiling scroll v0.12.0 |
| 558 | 2025-07-18T23:13:54.991Z | Compiling zerocopy v0.7.35 |
| 559 | 2025-07-18T23:13:55.393Z | Compiling goblin v0.8.2 |
| 560 | 2025-07-18T23:13:55.513Z | Compiling tabled v0.15.0 |
| 561 | 2025-07-18T23:13:56.416Z | Compiling pest_meta v2.7.14 |
| 562 | 2025-07-18T23:13:56.549Z | Compiling tinystr v0.7.6 |
| 563 | 2025-07-18T23:13:56.673Z | Compiling icu_collections v1.5.0 |
| 564 | 2025-07-18T23:13:56.942Z | Compiling icu_locid v1.5.0 |
| 565 | 2025-07-18T23:13:57.773Z | Compiling pest_generator v2.7.14 |
| 566 | 2025-07-18T23:13:57.950Z | Compiling clap v4.5.40 |
| 567 | 2025-07-18T23:13:58.081Z | Compiling icu_provider v1.5.0 |
| 568 | 2025-07-18T23:13:58.780Z | Compiling icu_locid_transform v1.5.0 |
| 569 | 2025-07-18T23:14:00.034Z | Compiling icu_properties v1.5.1 |
| 570 | 2025-07-18T23:14:00.064Z | Compiling pest_derive v2.7.14 |
| 571 | 2025-07-18T23:14:00.790Z | Compiling dtrace-parser v0.2.0 |
| 572 | 2025-07-18T23:14:02.365Z | Compiling serde_tokenstream v0.2.2 |
| 573 | 2025-07-18T23:14:02.432Z | Compiling toml_datetime v0.6.11 |
| 574 | 2025-07-18T23:14:02.432Z | Compiling serde_spanned v0.6.9 |
| 575 | 2025-07-18T23:14:02.610Z | Compiling erased-serde v0.4.6 |
| 576 | 2025-07-18T23:14:02.776Z | Compiling serde-value v0.7.0 |
| 577 | 2025-07-18T23:14:02.956Z | Compiling toml_edit v0.22.27 |
| 578 | 2025-07-18T23:14:03.397Z | Compiling icu_normalizer v1.5.0 |
| 579 | 2025-07-18T23:14:03.525Z | Compiling cargo-platform v0.2.0 |
| 580 | 2025-07-18T23:14:03.731Z | Compiling serde-untagged v0.1.7 |
| 581 | 2025-07-18T23:14:03.782Z | Compiling camino-tempfile v1.4.1 |
| 582 | 2025-07-18T23:14:04.046Z | Compiling dof v0.3.0 |
| 583 | 2025-07-18T23:14:04.226Z | Compiling idna_adapter v1.2.0 |
| 584 | 2025-07-18T23:14:04.255Z | Compiling macaddr v1.0.1 |
| 585 | 2025-07-18T23:14:04.471Z | Compiling idna v1.0.3 |
| 586 | 2025-07-18T23:14:05.067Z | Compiling url v2.5.4 |
| 587 | 2025-07-18T23:14:05.676Z | Compiling usdt-macro v0.5.0 |
| 588 | 2025-07-18T23:14:05.676Z | Compiling usdt-attr-macro v0.5.0 |
| 589 | 2025-07-18T23:14:06.222Z | Compiling toml v0.8.23 |
| 590 | 2025-07-18T23:14:06.795Z | Compiling usdt v0.5.0 |
| 591 | 2025-07-18T23:14:06.981Z | Compiling cargo-util-schemas v0.2.0 |
| 592 | 2025-07-18T23:14:07.008Z | Compiling cargo_toml v0.21.0 |
| 593 | 2025-07-18T23:14:08.861Z | Compiling cargo_metadata v0.20.0 |
| 594 | 2025-07-18T23:14:11.069Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 595 | 2025-07-18T23:14:16.870Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s |
| 596 | 2025-07-18T23:14:16.913Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 597 | 2025-07-18T23:14:16.913Z | Downloading crates ... |
| 598 | 2025-07-18T23:14:16.996Z | Downloaded bb8 v0.8.5 |
| 599 | 2025-07-18T23:14:17.022Z | Downloaded backoff v0.4.0 |
| 600 | 2025-07-18T23:14:17.022Z | Downloaded half v2.4.1 |
| 601 | 2025-07-18T23:14:17.022Z | Downloaded arc-swap v1.7.1 |
| 602 | 2025-07-18T23:14:17.022Z | Downloaded humantime v2.2.0 |
| 603 | 2025-07-18T23:14:17.054Z | Downloaded base64 v0.13.1 |
| 604 | 2025-07-18T23:14:17.054Z | Downloaded miniz_oxide v0.8.5 |
| 605 | 2025-07-18T23:14:17.054Z | Downloaded assert_matches v1.5.0 |
| 606 | 2025-07-18T23:14:17.054Z | Downloaded aws-lc-rs v1.12.4 |
| 607 | 2025-07-18T23:14:17.081Z | Downloaded hickory-proto v0.24.4 |
| 608 | 2025-07-18T23:14:17.109Z | Downloaded indoc v1.0.9 |
| 609 | 2025-07-18T23:14:17.109Z | Downloaded russh-keys v0.45.0 |
| 610 | 2025-07-18T23:14:17.137Z | Downloaded is-terminal v0.4.13 |
| 611 | 2025-07-18T23:14:17.137Z | Downloaded progenitor-client v0.9.1 |
| 612 | 2025-07-18T23:14:17.166Z | Downloaded serde_urlencoded v0.7.1 |
| 613 | 2025-07-18T23:14:17.166Z | Downloaded void v1.0.2 |
| 614 | 2025-07-18T23:14:17.192Z | Downloaded waitgroup v0.1.2 |
| 615 | 2025-07-18T23:14:17.192Z | Downloaded defmt v0.3.8 |
| 616 | 2025-07-18T23:14:17.192Z | Downloaded daft v0.1.4 |
| 617 | 2025-07-18T23:14:17.220Z | Downloaded oxide-tokio-rt v0.1.2 |
| 618 | 2025-07-18T23:14:17.220Z | Downloaded xshell-macros v0.2.7 |
| 619 | 2025-07-18T23:14:17.246Z | Downloaded smf v0.2.3 |
| 620 | 2025-07-18T23:14:17.246Z | Downloaded nibble_vec v0.1.0 |
| 621 | 2025-07-18T23:14:17.246Z | Downloaded newtype-uuid v1.2.4 |
| 622 | 2025-07-18T23:14:17.246Z | Downloaded xattr v1.3.1 |
| 623 | 2025-07-18T23:14:17.273Z | Downloaded poly1305 v0.8.0 |
| 624 | 2025-07-18T23:14:17.273Z | Downloaded postgres-protocol v0.6.8 |
| 625 | 2025-07-18T23:14:17.299Z | Downloaded rustls-pemfile v2.2.0 |
| 626 | 2025-07-18T23:14:17.299Z | Downloaded fxhash v0.2.1 |
| 627 | 2025-07-18T23:14:17.299Z | Downloaded predicates-tree v1.0.12 |
| 628 | 2025-07-18T23:14:17.299Z | Downloaded embedded-io v0.4.0 |
| 629 | 2025-07-18T23:14:17.326Z | Downloaded time-core v0.1.2 |
| 630 | 2025-07-18T23:14:17.326Z | Downloaded flagset v0.4.6 |
| 631 | 2025-07-18T23:14:17.326Z | Downloaded rand_chacha v0.9.0 |
| 632 | 2025-07-18T23:14:17.437Z | Downloaded want v0.3.1 |
| 633 | 2025-07-18T23:14:17.437Z | Downloaded sqlparser_derive v0.2.2 |
| 634 | 2025-07-18T23:14:17.437Z | Downloaded ed25519 v2.2.3 |
| 635 | 2025-07-18T23:14:17.437Z | Downloaded futures-io v0.3.31 |
| 636 | 2025-07-18T23:14:17.437Z | Downloaded futures-channel v0.3.31 |
| 637 | 2025-07-18T23:14:17.437Z | Downloaded fixedbitset v0.5.7 |
| 638 | 2025-07-18T23:14:17.437Z | Downloaded progenitor-macro v0.8.0 |
| 639 | 2025-07-18T23:14:17.437Z | Downloaded pin-utils v0.1.0 |
| 640 | 2025-07-18T23:14:17.437Z | Downloaded num-derive v0.4.2 |
| 641 | 2025-07-18T23:14:17.437Z | Downloaded fixedbitset v0.4.2 |
| 642 | 2025-07-18T23:14:17.437Z | Downloaded num-integer v0.1.46 |
| 643 | 2025-07-18T23:14:17.437Z | Downloaded env_filter v0.1.2 |
| 644 | 2025-07-18T23:14:17.437Z | Downloaded env_logger v0.10.2 |
| 645 | 2025-07-18T23:14:17.437Z | Downloaded fallible-iterator v0.2.0 |
| 646 | 2025-07-18T23:14:17.437Z | Downloaded fd-lock v4.0.2 |
| 647 | 2025-07-18T23:14:17.437Z | Downloaded env_logger v0.11.5 |
| 648 | 2025-07-18T23:14:17.437Z | Downloaded pin-project v1.1.6 |
| 649 | 2025-07-18T23:14:17.464Z | Downloaded fatfs v0.3.6 |
| 650 | 2025-07-18T23:14:17.464Z | Downloaded steno v0.4.1 |
| 651 | 2025-07-18T23:14:17.464Z | Downloaded expectorate v1.2.0 |
| 652 | 2025-07-18T23:14:17.464Z | Downloaded tokio-util v0.7.15 |
| 653 | 2025-07-18T23:14:17.489Z | Downloaded tough v0.20.0 |
| 654 | 2025-07-18T23:14:17.489Z | Downloaded webpki-roots v1.0.1 |
| 655 | 2025-07-18T23:14:17.514Z | Downloaded sqlparser v0.45.0 |
| 656 | 2025-07-18T23:14:17.514Z | Downloaded regex-automata v0.4.8 |
| 657 | 2025-07-18T23:14:17.540Z | Downloaded smoltcp v0.9.1 |
| 658 | 2025-07-18T23:14:17.540Z | Downloaded typify v0.4.1 |
| 659 | 2025-07-18T23:14:17.540Z | Downloaded rustls-webpki v0.102.8 |
| 660 | 2025-07-18T23:14:17.566Z | Downloaded futures-util v0.3.31 |
| 661 | 2025-07-18T23:14:17.592Z | Downloaded rustls v0.21.12 |
| 662 | 2025-07-18T23:14:17.592Z | Downloaded nix v0.28.0 |
| 663 | 2025-07-18T23:14:17.617Z | Downloaded rustls v0.22.4 |
| 664 | 2025-07-18T23:14:17.617Z | Downloaded nix v0.29.0 |
| 665 | 2025-07-18T23:14:17.642Z | Downloaded regress v0.10.3 |
| 666 | 2025-07-18T23:14:17.642Z | Downloaded nix v0.30.1 |
| 667 | 2025-07-18T23:14:17.667Z | Downloaded typify-impl v0.2.0 |
| 668 | 2025-07-18T23:14:17.668Z | Downloaded regex-syntax v0.8.5 |
| 669 | 2025-07-18T23:14:17.693Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
| 670 | 2025-07-18T23:14:17.718Z | Downloaded sled v0.34.7 |
| 671 | 2025-07-18T23:14:17.718Z | Downloaded typify-impl v0.4.1 |
| 672 | 2025-07-18T23:14:17.744Z | Downloaded typify-impl v0.3.0 |
| 673 | 2025-07-18T23:14:17.769Z | Downloaded petname v2.0.2 |
| 674 | 2025-07-18T23:14:17.769Z | Downloaded zerocopy-derive v0.6.6 |
| 675 | 2025-07-18T23:14:17.769Z | Downloaded csv v1.3.1 |
| 676 | 2025-07-18T23:14:17.794Z | Downloaded russh v0.45.0 |
| 677 | 2025-07-18T23:14:17.794Z | Downloaded nix v0.27.1 |
| 678 | 2025-07-18T23:14:17.822Z | Downloaded gimli v0.31.1 |
| 679 | 2025-07-18T23:14:17.822Z | Downloaded petgraph v0.6.5 |
| 680 | 2025-07-18T23:14:17.847Z | Downloaded regex-syntax v0.6.29 |
| 681 | 2025-07-18T23:14:17.847Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 682 | 2025-07-18T23:14:17.872Z | Downloaded toml_edit v0.19.15 |
| 683 | 2025-07-18T23:14:17.897Z | Downloaded sha3 v0.10.8 |
| 684 | 2025-07-18T23:14:17.897Z | Downloaded rustls v0.23.19 |
| 685 | 2025-07-18T23:14:17.922Z | Downloaded petgraph v0.8.2 |
| 686 | 2025-07-18T23:14:17.948Z | Downloaded num-bigint-dig v0.8.4 |
| 687 | 2025-07-18T23:14:17.949Z | Downloaded unicode-normalization v0.1.24 |
| 688 | 2025-07-18T23:14:17.949Z | Downloaded polar-core v0.27.3 |
| 689 | 2025-07-18T23:14:17.974Z | Downloaded zlib-rs v0.5.1 |
| 690 | 2025-07-18T23:14:17.974Z | Downloaded ring v0.17.14 |
| 691 | 2025-07-18T23:14:18.005Z | Downloaded tokio v1.45.1 |
| 692 | 2025-07-18T23:14:18.047Z | Downloaded openapiv3 v2.2.0 |
| 693 | 2025-07-18T23:14:18.072Z | Downloaded ratatui v0.29.0 |
| 694 | 2025-07-18T23:14:18.097Z | Downloaded libz-sys v1.1.20 |
| 695 | 2025-07-18T23:14:18.122Z | Downloaded num-bigint v0.4.6 |
| 696 | 2025-07-18T23:14:18.122Z | Downloaded tower v0.5.2 |
| 697 | 2025-07-18T23:14:18.122Z | Downloaded reqwest v0.12.22 |
| 698 | 2025-07-18T23:14:18.148Z | Downloaded nom v7.1.3 |
| 699 | 2025-07-18T23:14:18.148Z | Downloaded git2 v0.19.0 |
| 700 | 2025-07-18T23:14:18.148Z | Downloaded radix_trie v0.2.1 |
| 701 | 2025-07-18T23:14:18.173Z | Downloaded toml v0.7.8 |
| 702 | 2025-07-18T23:14:18.173Z | Downloaded postgres-types v0.2.9 |
| 703 | 2025-07-18T23:14:18.173Z | Downloaded tokio-rustls v0.26.0 |
| 704 | 2025-07-18T23:14:18.173Z | Downloaded prefix-trie v0.7.0 |
| 705 | 2025-07-18T23:14:18.173Z | Downloaded reedline v0.40.0 |
| 706 | 2025-07-18T23:14:18.199Z | Downloaded tokio-postgres v0.7.13 |
| 707 | 2025-07-18T23:14:18.199Z | Downloaded ssh-key v0.6.6 |
| 708 | 2025-07-18T23:14:18.199Z | Downloaded openssl v0.10.73 |
| 709 | 2025-07-18T23:14:18.224Z | Downloaded tokio-stream v0.1.17 |
| 710 | 2025-07-18T23:14:18.224Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 711 | 2025-07-18T23:14:18.271Z | Downloaded quinn-proto v0.11.8 |
| 712 | 2025-07-18T23:14:18.296Z | Downloaded quick-xml v0.37.2 |
| 713 | 2025-07-18T23:14:18.296Z | Downloaded object v0.36.5 |
| 714 | 2025-07-18T23:14:18.322Z | Downloaded pin-project-internal v1.1.6 |
| 715 | 2025-07-18T23:14:18.322Z | Downloaded topological-sort v0.2.2 |
| 716 | 2025-07-18T23:14:18.322Z | Downloaded prettyplease v0.2.35 |
| 717 | 2025-07-18T23:14:18.322Z | Downloaded pretty_assertions v1.4.1 |
| 718 | 2025-07-18T23:14:18.322Z | Downloaded unicode-segmentation v1.12.0 |
| 719 | 2025-07-18T23:14:18.322Z | Downloaded proptest v1.7.0 |
| 720 | 2025-07-18T23:14:18.348Z | Downloaded pin-project-lite v0.2.14 |
| 721 | 2025-07-18T23:14:18.348Z | Downloaded pkcs5 v0.7.1 |
| 722 | 2025-07-18T23:14:18.348Z | Downloaded encoding_rs v0.8.34 |
| 723 | 2025-07-18T23:14:18.373Z | Downloaded unicode_categories v0.1.1 |
| 724 | 2025-07-18T23:14:18.373Z | Downloaded futures v0.3.31 |
| 725 | 2025-07-18T23:14:18.373Z | Downloaded curve25519-dalek v4.1.3 |
| 726 | 2025-07-18T23:14:18.399Z | Downloaded enum-as-inner v0.6.1 |
| 727 | 2025-07-18T23:14:18.399Z | Downloaded num-derive v0.3.3 |
| 728 | 2025-07-18T23:14:18.399Z | Downloaded num-complex v0.4.6 |
| 729 | 2025-07-18T23:14:18.399Z | Downloaded ff v0.13.0 |
| 730 | 2025-07-18T23:14:18.399Z | Downloaded num_enum v0.5.11 |
| 731 | 2025-07-18T23:14:18.399Z | Downloaded num-rational v0.4.2 |
| 732 | 2025-07-18T23:14:18.399Z | Downloaded tokio-tungstenite v0.23.1 |
| 733 | 2025-07-18T23:14:18.399Z | Downloaded tokio-tungstenite v0.21.0 |
| 734 | 2025-07-18T23:14:18.399Z | Downloaded tokio-rustls v0.25.0 |
| 735 | 2025-07-18T23:14:18.424Z | Downloaded futures-sink v0.3.31 |
| 736 | 2025-07-18T23:14:18.424Z | Downloaded stringprep v0.1.5 |
| 737 | 2025-07-18T23:14:18.424Z | Downloaded tls_codec_derive v0.4.1 |
| 738 | 2025-07-18T23:14:18.424Z | Downloaded rpassword v7.4.0 |
| 739 | 2025-07-18T23:14:18.424Z | Downloaded tower-http v0.6.6 |
| 740 | 2025-07-18T23:14:18.424Z | Downloaded num_enum_derive v0.5.11 |
| 741 | 2025-07-18T23:14:18.424Z | Downloaded futures-task v0.3.31 |
| 742 | 2025-07-18T23:14:18.424Z | Downloaded tokio-macros v2.5.0 |
| 743 | 2025-07-18T23:14:18.424Z | Downloaded tokio-dtrace v0.1.0 |
| 744 | 2025-07-18T23:14:18.424Z | Downloaded strip-ansi-escapes v0.2.0 |
| 745 | 2025-07-18T23:14:18.450Z | Downloaded string_cache v0.8.9 |
| 746 | 2025-07-18T23:14:18.450Z | Downloaded unicode-bidi v0.3.17 |
| 747 | 2025-07-18T23:14:18.450Z | Downloaded pkcs1 v0.7.5 |
| 748 | 2025-07-18T23:14:18.450Z | Downloaded tokio-rustls v0.24.1 |
| 749 | 2025-07-18T23:14:18.450Z | Downloaded progenitor-macro v0.9.1 |
| 750 | 2025-07-18T23:14:18.450Z | Downloaded static_assertions v1.1.0 |
| 751 | 2025-07-18T23:14:18.450Z | Downloaded spin v0.9.8 |
| 752 | 2025-07-18T23:14:18.450Z | Downloaded h2 v0.4.6 |
| 753 | 2025-07-18T23:14:18.450Z | Downloaded winnow v0.5.40 |
| 754 | 2025-07-18T23:14:18.475Z | Downloaded object v0.30.4 |
| 755 | 2025-07-18T23:14:18.475Z | Downloaded lzma-sys v0.1.20 |
| 756 | 2025-07-18T23:14:18.503Z | Downloaded num-conv v0.1.0 |
| 757 | 2025-07-18T23:14:18.528Z | Downloaded filetime v0.2.25 |
| 758 | 2025-07-18T23:14:18.528Z | Downloaded num-iter v0.1.45 |
| 759 | 2025-07-18T23:14:18.528Z | Downloaded ed25519-dalek v2.1.1 |
| 760 | 2025-07-18T23:14:18.528Z | Downloaded tls_codec v0.4.1 |
| 761 | 2025-07-18T23:14:18.528Z | Downloaded pretty-hex v0.2.1 |
| 762 | 2025-07-18T23:14:18.528Z | Downloaded typed-path v0.9.3 |
| 763 | 2025-07-18T23:14:18.528Z | Downloaded rcgen v0.12.1 |
| 764 | 2025-07-18T23:14:18.528Z | Downloaded tokio-native-tls v0.3.1 |
| 765 | 2025-07-18T23:14:18.528Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 766 | 2025-07-18T23:14:18.553Z | Downloaded proc-macro-crate v1.3.1 |
| 767 | 2025-07-18T23:14:18.553Z | Downloaded futures-macro v0.3.31 |
| 768 | 2025-07-18T23:14:18.554Z | Downloaded phf_shared v0.11.2 |
| 769 | 2025-07-18T23:14:18.554Z | Downloaded endian-type v0.1.2 |
| 770 | 2025-07-18T23:14:18.554Z | Downloaded unsafe-libyaml v0.2.11 |
| 771 | 2025-07-18T23:14:18.554Z | Downloaded tinyvec_macros v0.1.1 |
| 772 | 2025-07-18T23:14:18.554Z | Downloaded funty v2.0.0 |
| 773 | 2025-07-18T23:14:18.554Z | Downloaded embedded-io v0.6.1 |
| 774 | 2025-07-18T23:14:18.554Z | Downloaded sqlformat v0.3.5 |
| 775 | 2025-07-18T23:14:18.554Z | Downloaded rustversion v1.0.17 |
| 776 | 2025-07-18T23:14:18.554Z | Downloaded rustls-native-certs v0.8.1 |
| 777 | 2025-07-18T23:14:18.554Z | Downloaded tungstenite v0.23.0 |
| 778 | 2025-07-18T23:14:18.554Z | Downloaded p384 v0.13.0 |
| 779 | 2025-07-18T23:14:18.579Z | Downloaded jiff v0.2.15 |
| 780 | 2025-07-18T23:14:18.579Z | Downloaded proc-macro-error2 v2.0.1 |
| 781 | 2025-07-18T23:14:18.604Z | Downloaded primeorder v0.13.6 |
| 782 | 2025-07-18T23:14:18.604Z | Downloaded flume v0.11.1 |
| 783 | 2025-07-18T23:14:18.604Z | Downloaded ena v0.14.3 |
| 784 | 2025-07-18T23:14:18.604Z | Downloaded spki v0.7.3 |
| 785 | 2025-07-18T23:14:18.604Z | Downloaded rustc_version v0.4.1 |
| 786 | 2025-07-18T23:14:18.604Z | Downloaded rustc_version v0.1.7 |
| 787 | 2025-07-18T23:14:18.604Z | Downloaded nu-ansi-term v0.50.1 |
| 788 | 2025-07-18T23:14:18.604Z | Downloaded typify v0.3.0 |
| 789 | 2025-07-18T23:14:18.604Z | Downloaded twox-hash v2.1.0 |
| 790 | 2025-07-18T23:14:18.604Z | Downloaded winnow v0.6.26 |
| 791 | 2025-07-18T23:14:18.630Z | Downloaded ecdsa v0.16.9 |
| 792 | 2025-07-18T23:14:18.630Z | Downloaded flate2 v1.1.2 |
| 793 | 2025-07-18T23:14:18.630Z | Downloaded rustls-pemfile v1.0.4 |
| 794 | 2025-07-18T23:14:18.630Z | Downloaded rustc-hash v2.1.1 |
| 795 | 2025-07-18T23:14:18.630Z | Downloaded rtoolbox v0.0.2 |
| 796 | 2025-07-18T23:14:18.630Z | Downloaded unicode-properties v0.1.3 |
| 797 | 2025-07-18T23:14:18.630Z | Downloaded typify-macro v0.4.1 |
| 798 | 2025-07-18T23:14:18.656Z | Downloaded typify v0.2.0 |
| 799 | 2025-07-18T23:14:18.656Z | Downloaded rand v0.8.5 |
| 800 | 2025-07-18T23:14:18.656Z | Downloaded parse-zoneinfo v0.3.1 |
| 801 | 2025-07-18T23:14:18.656Z | Downloaded universal-hash v0.5.1 |
| 802 | 2025-07-18T23:14:18.656Z | Downloaded tinyvec v1.8.0 |
| 803 | 2025-07-18T23:14:18.656Z | Downloaded num v0.4.3 |
| 804 | 2025-07-18T23:14:18.656Z | Downloaded nodrop v0.1.14 |
| 805 | 2025-07-18T23:14:18.656Z | Downloaded unarray v0.1.4 |
| 806 | 2025-07-18T23:14:18.656Z | Downloaded futures-executor v0.3.31 |
| 807 | 2025-07-18T23:14:18.656Z | Downloaded futures-core v0.3.31 |
| 808 | 2025-07-18T23:14:18.656Z | Downloaded ssh-encoding v0.2.0 |
| 809 | 2025-07-18T23:14:18.657Z | Downloaded ssh-cipher v0.2.0 |
| 810 | 2025-07-18T23:14:18.683Z | Downloaded phf_generator v0.11.2 |
| 811 | 2025-07-18T23:14:18.684Z | Downloaded phf_codegen v0.11.2 |
| 812 | 2025-07-18T23:14:18.684Z | Downloaded phf v0.11.2 |
| 813 | 2025-07-18T23:14:18.684Z | Downloaded elliptic-curve v0.13.8 |
| 814 | 2025-07-18T23:14:18.684Z | Downloaded rsa v0.9.6 |
| 815 | 2025-07-18T23:14:18.684Z | Downloaded ron v0.8.1 |
| 816 | 2025-07-18T23:14:18.684Z | Downloaded normalize-line-endings v0.3.0 |
| 817 | 2025-07-18T23:14:18.684Z | Downloaded unicase v2.7.0 |
| 818 | 2025-07-18T23:14:18.684Z | Downloaded native-tls v0.2.12 |
| 819 | 2025-07-18T23:14:18.684Z | Downloaded hashbrown v0.13.2 |
| 820 | 2025-07-18T23:14:18.709Z | Downloaded snafu v0.8.5 |
| 821 | 2025-07-18T23:14:18.709Z | Downloaded rustyline v14.0.0 |
| 822 | 2025-07-18T23:14:18.709Z | Downloaded dyn-clone v1.0.19 |
| 823 | 2025-07-18T23:14:18.709Z | Downloaded dunce v1.0.5 |
| 824 | 2025-07-18T23:14:18.710Z | Downloaded untrusted v0.9.0 |
| 825 | 2025-07-18T23:14:18.710Z | Downloaded untrusted v0.7.1 |
| 826 | 2025-07-18T23:14:18.710Z | Downloaded typify-macro v0.2.0 |
| 827 | 2025-07-18T23:14:18.710Z | Downloaded tracing v0.1.40 |
| 828 | 2025-07-18T23:14:18.735Z | Downloaded rand_xorshift v0.4.0 |
| 829 | 2025-07-18T23:14:18.735Z | Downloaded postcard v1.0.10 |
| 830 | 2025-07-18T23:14:18.735Z | Downloaded hashbrown v0.12.3 |
| 831 | 2025-07-18T23:14:18.735Z | Downloaded socket2 v0.5.10 |
| 832 | 2025-07-18T23:14:18.735Z | Downloaded chrono-tz v0.10.3 |
| 833 | 2025-07-18T23:14:18.735Z | Downloaded powerfmt v0.2.0 |
| 834 | 2025-07-18T23:14:18.760Z | Downloaded typify-macro v0.3.0 |
| 835 | 2025-07-18T23:14:18.760Z | Downloaded ref-cast-impl v1.0.24 |
| 836 | 2025-07-18T23:14:18.760Z | Downloaded rand_seeder v0.3.0 |
| 837 | 2025-07-18T23:14:18.760Z | Downloaded quinn v0.11.5 |
| 838 | 2025-07-18T23:14:18.760Z | Downloaded qorb v0.4.0 |
| 839 | 2025-07-18T23:14:18.760Z | Downloaded zip v0.6.6 |
| 840 | 2025-07-18T23:14:18.760Z | Downloaded unicode-truncate v1.1.0 |
| 841 | 2025-07-18T23:14:18.760Z | Downloaded tiny-keccak v2.0.2 |
| 842 | 2025-07-18T23:14:18.760Z | Downloaded time-macros v0.2.18 |
| 843 | 2025-07-18T23:14:18.786Z | Downloaded structmeta v0.3.0 |
| 844 | 2025-07-18T23:14:18.786Z | Downloaded predicates v3.1.3 |
| 845 | 2025-07-18T23:14:18.786Z | Downloaded ppv-lite86 v0.2.20 |
| 846 | 2025-07-18T23:14:18.786Z | Downloaded float-cmp v0.10.0 |
| 847 | 2025-07-18T23:14:18.786Z | Downloaded ron v0.7.1 |
| 848 | 2025-07-18T23:14:18.786Z | Downloaded getrandom v0.2.15 |
| 849 | 2025-07-18T23:14:18.786Z | Downloaded tungstenite v0.21.0 |
| 850 | 2025-07-18T23:14:18.786Z | Downloaded tracing-core v0.1.32 |
| 851 | 2025-07-18T23:14:18.811Z | Downloaded rand_core v0.9.2 |
| 852 | 2025-07-18T23:14:18.811Z | Downloaded publicsuffix v2.3.0 |
| 853 | 2025-07-18T23:14:18.811Z | Downloaded x509-cert v0.2.5 |
| 854 | 2025-07-18T23:14:18.811Z | Downloaded slog-stdlog v4.1.1 |
| 855 | 2025-07-18T23:14:18.811Z | Downloaded p521 v0.13.3 |
| 856 | 2025-07-18T23:14:18.811Z | Downloaded globset v0.4.15 |
| 857 | 2025-07-18T23:14:18.811Z | Downloaded rayon-core v1.12.1 |
| 858 | 2025-07-18T23:14:18.811Z | Downloaded polyval v0.6.2 |
| 859 | 2025-07-18T23:14:18.837Z | Downloaded newline-converter v0.3.0 |
| 860 | 2025-07-18T23:14:18.837Z | Downloaded smoltcp v0.11.0 |
| 861 | 2025-07-18T23:14:18.838Z | Downloaded pem-rfc7468 v0.7.0 |
| 862 | 2025-07-18T23:14:18.838Z | Downloaded parse-display-derive v0.10.0 |
| 863 | 2025-07-18T23:14:18.838Z | Downloaded bstr v1.10.0 |
| 864 | 2025-07-18T23:14:18.863Z | Downloaded predicates-core v1.0.8 |
| 865 | 2025-07-18T23:14:18.863Z | Downloaded precomputed-hash v0.1.1 |
| 866 | 2025-07-18T23:14:18.863Z | Downloaded fs-err v2.11.0 |
| 867 | 2025-07-18T23:14:18.863Z | Downloaded foreign-types-shared v0.3.1 |
| 868 | 2025-07-18T23:14:18.863Z | Downloaded foreign-types-shared v0.1.1 |
| 869 | 2025-07-18T23:14:18.863Z | Downloaded foreign-types-macros v0.2.3 |
| 870 | 2025-07-18T23:14:18.863Z | Downloaded foreign-types v0.5.0 |
| 871 | 2025-07-18T23:14:18.863Z | Downloaded foreign-types v0.3.2 |
| 872 | 2025-07-18T23:14:18.863Z | Downloaded foldhash v0.1.5 |
| 873 | 2025-07-18T23:14:18.863Z | Downloaded float-ord v0.3.2 |
| 874 | 2025-07-18T23:14:18.863Z | Downloaded rand v0.9.1 |
| 875 | 2025-07-18T23:14:18.863Z | Downloaded dsl_auto_type v0.1.2 |
| 876 | 2025-07-18T23:14:18.888Z | Downloaded zone v0.3.1 |
| 877 | 2025-07-18T23:14:18.889Z | Downloaded yansi v1.0.1 |
| 878 | 2025-07-18T23:14:18.889Z | Downloaded either v1.15.0 |
| 879 | 2025-07-18T23:14:18.889Z | Downloaded resolv-conf v0.7.0 |
| 880 | 2025-07-18T23:14:18.889Z | Downloaded ghash v0.5.1 |
| 881 | 2025-07-18T23:14:18.889Z | Downloaded tracing-attributes v0.1.27 |
| 882 | 2025-07-18T23:14:18.889Z | Downloaded portable-atomic v1.11.0 |
| 883 | 2025-07-18T23:14:18.889Z | Downloaded dropshot v0.16.2 |
| 884 | 2025-07-18T23:14:18.915Z | Downloaded vcpkg v0.2.15 |
| 885 | 2025-07-18T23:14:18.960Z | Downloaded fs_extra v1.3.0 |
| 886 | 2025-07-18T23:14:18.985Z | Downloaded glob v0.3.2 |
| 887 | 2025-07-18T23:14:18.985Z | Downloaded gethostname v0.5.0 |
| 888 | 2025-07-18T23:14:18.985Z | Downloaded tui-tree-widget v0.23.1 |
| 889 | 2025-07-18T23:14:18.985Z | Downloaded rand_chacha v0.3.1 |
| 890 | 2025-07-18T23:14:18.985Z | Downloaded progenitor-macro v0.10.0 |
| 891 | 2025-07-18T23:14:18.985Z | Downloaded zerocopy v0.8.26 |
| 892 | 2025-07-18T23:14:19.011Z | Downloaded zerocopy v0.6.6 |
| 893 | 2025-07-18T23:14:19.011Z | Downloaded pbkdf2 v0.11.0 |
| 894 | 2025-07-18T23:14:19.011Z | Downloaded parking_lot_core v0.8.6 |
| 895 | 2025-07-18T23:14:19.011Z | Downloaded diesel v2.2.11 |
| 896 | 2025-07-18T23:14:19.036Z | Downloaded ref-cast v1.0.24 |
| 897 | 2025-07-18T23:14:19.036Z | Downloaded pkcs8 v0.10.2 |
| 898 | 2025-07-18T23:14:19.037Z | Downloaded slog v2.7.0 |
| 899 | 2025-07-18T23:14:19.063Z | Downloaded signal-hook v0.3.17 |
| 900 | 2025-07-18T23:14:19.063Z | Downloaded serde_yaml v0.9.34+deprecated |
| 901 | 2025-07-18T23:14:19.064Z | Downloaded tabled v0.18.0 |
| 902 | 2025-07-18T23:14:19.090Z | Downloaded try-lock v0.2.5 |
| 903 | 2025-07-18T23:14:19.090Z | Downloaded tower-service v0.3.3 |
| 904 | 2025-07-18T23:14:19.090Z | Downloaded tower-layer v0.3.3 |
| 905 | 2025-07-18T23:14:19.090Z | Downloaded radium v0.7.0 |
| 906 | 2025-07-18T23:14:19.090Z | Downloaded r2d2 v0.8.10 |
| 907 | 2025-07-18T23:14:19.090Z | Downloaded quinn-udp v0.5.5 |
| 908 | 2025-07-18T23:14:19.090Z | Downloaded quick-error v1.2.3 |
| 909 | 2025-07-18T23:14:19.090Z | Downloaded psl-types v2.0.11 |
| 910 | 2025-07-18T23:14:19.090Z | Downloaded multer v3.1.0 |
| 911 | 2025-07-18T23:14:19.090Z | Downloaded hash32 v0.2.1 |
| 912 | 2025-07-18T23:14:19.090Z | Downloaded yasna v0.5.2 |
| 913 | 2025-07-18T23:14:19.090Z | Downloaded xshell v0.2.7 |
| 914 | 2025-07-18T23:14:19.115Z | Downloaded whoami v1.5.2 |
| 915 | 2025-07-18T23:14:19.115Z | Downloaded pkg-config v0.3.31 |
| 916 | 2025-07-18T23:14:19.115Z | Downloaded hash32 v0.3.1 |
| 917 | 2025-07-18T23:14:19.115Z | Downloaded group v0.13.0 |
| 918 | 2025-07-18T23:14:19.115Z | Downloaded zip v4.2.0 |
| 919 | 2025-07-18T23:14:19.115Z | Downloaded wyz v0.5.1 |
| 920 | 2025-07-18T23:14:19.115Z | Downloaded similar v2.7.0 |
| 921 | 2025-07-18T23:14:19.115Z | Downloaded derive_builder v0.20.2 |
| 922 | 2025-07-18T23:14:19.141Z | Downloaded globwalk v0.9.1 |
| 923 | 2025-07-18T23:14:19.141Z | Downloaded zerocopy-derive v0.8.26 |
| 924 | 2025-07-18T23:14:19.141Z | Downloaded xz2 v0.1.7 |
| 925 | 2025-07-18T23:14:19.141Z | Downloaded which v4.4.2 |
| 926 | 2025-07-18T23:14:19.141Z | Downloaded simd-adler32 v0.3.7 |
| 927 | 2025-07-18T23:14:19.141Z | Downloaded shell-words v1.1.0 |
| 928 | 2025-07-18T23:14:19.141Z | Downloaded der v0.7.9 |
| 929 | 2025-07-18T23:14:19.166Z | Downloaded slog-dtrace v0.3.0 |
| 930 | 2025-07-18T23:14:19.166Z | Downloaded slog-bunyan v2.5.0 |
| 931 | 2025-07-18T23:14:19.166Z | Downloaded slog-async v2.8.0 |
| 932 | 2025-07-18T23:14:19.166Z | Downloaded siphasher v0.3.11 |
| 933 | 2025-07-18T23:14:19.166Z | Downloaded signal-hook-registry v1.4.2 |
| 934 | 2025-07-18T23:14:19.166Z | Downloaded signal-hook-mio v0.2.4 |
| 935 | 2025-07-18T23:14:19.166Z | Downloaded shlex v1.3.0 |
| 936 | 2025-07-18T23:14:19.166Z | Downloaded sha1 v0.10.6 |
| 937 | 2025-07-18T23:14:19.166Z | Downloaded serde_with_macros v3.14.0 |
| 938 | 2025-07-18T23:14:19.166Z | Downloaded salsa20 v0.10.2 |
| 939 | 2025-07-18T23:14:19.166Z | Downloaded omicron-zone-package v0.12.2 |
| 940 | 2025-07-18T23:14:19.166Z | Downloaded display-error-chain v0.2.2 |
| 941 | 2025-07-18T23:14:19.166Z | Downloaded des v0.8.1 |
| 942 | 2025-07-18T23:14:19.166Z | Downloaded derive_builder_macro v0.20.2 |
| 943 | 2025-07-18T23:14:19.192Z | Downloaded dropshot_endpoint v0.16.2 |
| 944 | 2025-07-18T23:14:19.192Z | Downloaded signature v2.2.0 |
| 945 | 2025-07-18T23:14:19.192Z | Downloaded rusty-fork v0.3.0 |
| 946 | 2025-07-18T23:14:19.192Z | Downloaded openssl-sys v0.9.109 |
| 947 | 2025-07-18T23:14:19.192Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 948 | 2025-07-18T23:14:19.192Z | Downloaded newtype_derive v0.1.6 |
| 949 | 2025-07-18T23:14:19.192Z | Downloaded new_debug_unreachable v1.0.6 |
| 950 | 2025-07-18T23:14:19.192Z | Downloaded nanorand v0.7.0 |
| 951 | 2025-07-18T23:14:19.192Z | Downloaded multimap v0.10.1 |
| 952 | 2025-07-18T23:14:19.193Z | Downloaded zone_cfg_derive v0.3.0 |
| 953 | 2025-07-18T23:14:19.193Z | Downloaded zone_cfg_derive v0.1.2 |
| 954 | 2025-07-18T23:14:19.193Z | Downloaded zone v0.1.8 |
| 955 | 2025-07-18T23:14:19.193Z | Downloaded zeroize_derive v1.4.2 |
| 956 | 2025-07-18T23:14:19.219Z | Downloaded zeroize v1.8.1 |
| 957 | 2025-07-18T23:14:19.219Z | Downloaded snafu-derive v0.8.5 |
| 958 | 2025-07-18T23:14:19.219Z | Downloaded slog-scope v4.4.0 |
| 959 | 2025-07-18T23:14:19.219Z | Downloaded slog-envlogger v2.2.0 |
| 960 | 2025-07-18T23:14:19.219Z | Downloaded sigpipe v0.1.3 |
| 961 | 2025-07-18T23:14:19.219Z | Downloaded parking_lot v0.12.3 |
| 962 | 2025-07-18T23:14:19.219Z | Downloaded papergrid v0.14.0 |
| 963 | 2025-07-18T23:14:19.220Z | Downloaded p256 v0.13.2 |
| 964 | 2025-07-18T23:14:19.220Z | Downloaded owo-colors v4.2.2 |
| 965 | 2025-07-18T23:14:19.220Z | Downloaded dirs-sys-next v0.1.2 |
| 966 | 2025-07-18T23:14:19.220Z | Downloaded diesel_derives v2.2.3 |
| 967 | 2025-07-18T23:14:19.245Z | Downloaded serde_with v3.14.0 |
| 968 | 2025-07-18T23:14:19.245Z | Downloaded moka v0.12.10 |
| 969 | 2025-07-18T23:14:19.270Z | Downloaded bitvec v1.0.1 |
| 970 | 2025-07-18T23:14:19.270Z | Downloaded smallvec v0.6.14 |
| 971 | 2025-07-18T23:14:19.270Z | Downloaded slog-term v2.9.1 |
| 972 | 2025-07-18T23:14:19.295Z | Downloaded slog-json v2.6.1 |
| 973 | 2025-07-18T23:14:19.295Z | Downloaded signal-hook-tokio v0.3.1 |
| 974 | 2025-07-18T23:14:19.296Z | Downloaded peg-macros v0.8.5 |
| 975 | 2025-07-18T23:14:19.296Z | Downloaded password-hash v0.5.0 |
| 976 | 2025-07-18T23:14:19.296Z | Downloaded password-hash v0.4.2 |
| 977 | 2025-07-18T23:14:19.296Z | Downloaded parking_lot_core v0.9.10 |
| 978 | 2025-07-18T23:14:19.296Z | Downloaded packed_struct_codegen v0.10.1 |
| 979 | 2025-07-18T23:14:19.296Z | Downloaded packed_struct v0.10.1 |
| 980 | 2025-07-18T23:14:19.296Z | Downloaded oxnet v0.1.2 |
| 981 | 2025-07-18T23:14:19.296Z | Downloaded opaque-debug v0.3.1 |
| 982 | 2025-07-18T23:14:19.296Z | Downloaded derive_more v0.99.20 |
| 983 | 2025-07-18T23:14:19.321Z | Downloaded darling_core v0.21.0 |
| 984 | 2025-07-18T23:14:19.321Z | Downloaded crypto-bigint v0.5.5 |
| 985 | 2025-07-18T23:14:19.321Z | Downloaded salty v0.3.0 |
| 986 | 2025-07-18T23:14:19.321Z | Downloaded chrono v0.4.41 |
| 987 | 2025-07-18T23:14:19.347Z | Downloaded bindgen v0.71.1 |
| 988 | 2025-07-18T23:14:19.347Z | Downloaded slab v0.4.9 |
| 989 | 2025-07-18T23:14:19.347Z | Downloaded pem v3.0.5 |
| 990 | 2025-07-18T23:14:19.347Z | Downloaded peg-runtime v0.8.5 |
| 991 | 2025-07-18T23:14:19.347Z | Downloaded peg v0.8.5 |
| 992 | 2025-07-18T23:14:19.347Z | Downloaded pbkdf2 v0.12.2 |
| 993 | 2025-07-18T23:14:19.347Z | Downloaded path-slash v0.1.5 |
| 994 | 2025-07-18T23:14:19.347Z | Downloaded aws-lc-sys v0.26.0 |
| 995 | 2025-07-18T23:14:19.584Z | Downloaded paste v1.0.15 |
| 996 | 2025-07-18T23:14:19.610Z | Downloaded parse-size v1.1.0 |
| 997 | 2025-07-18T23:14:19.610Z | Downloaded parse-display v0.10.0 |
| 998 | 2025-07-18T23:14:19.610Z | Downloaded parking_lot v0.11.2 |
| 999 | 2025-07-18T23:14:19.610Z | Downloaded oso-derive v0.27.3 |
| 1000 | 2025-07-18T23:14:19.610Z | Downloaded oso v0.27.3 |
| 1001 | 2025-07-18T23:14:19.610Z | Downloaded openssl-macros v0.1.1 |
| 1002 | 2025-07-18T23:14:19.610Z | Downloaded dirs-next v2.0.0 |
| 1003 | 2025-07-18T23:14:19.610Z | Downloaded difflib v0.4.0 |
| 1004 | 2025-07-18T23:14:19.610Z | Downloaded diff v0.1.13 |
| 1005 | 2025-07-18T23:14:19.610Z | Downloaded derive-where v1.5.0 |
| 1006 | 2025-07-18T23:14:19.610Z | Downloaded derive-ex v0.1.8 |
| 1007 | 2025-07-18T23:14:19.610Z | Downloaded defmt-parser v0.3.4 |
| 1008 | 2025-07-18T23:14:19.635Z | Downloaded defmt-macros v0.3.9 |
| 1009 | 2025-07-18T23:14:19.636Z | Downloaded darling_core v0.20.10 |
| 1010 | 2025-07-18T23:14:19.636Z | Downloaded darling v0.21.0 |
| 1011 | 2025-07-18T23:14:19.636Z | Downloaded rustls-webpki v0.101.7 |
| 1012 | 2025-07-18T23:14:19.661Z | Downloaded regex v1.11.1 |
| 1013 | 2025-07-18T23:14:19.661Z | Downloaded rayon v1.10.0 |
| 1014 | 2025-07-18T23:14:19.686Z | Downloaded http-body v1.0.1 |
| 1015 | 2025-07-18T23:14:19.686Z | Downloaded openssl-probe v0.1.5 |
| 1016 | 2025-07-18T23:14:19.686Z | Downloaded olpc-cjson v0.1.4 |
| 1017 | 2025-07-18T23:14:19.686Z | Downloaded number_prefix v0.4.0 |
| 1018 | 2025-07-18T23:14:19.686Z | Downloaded num_threads v0.1.7 |
| 1019 | 2025-07-18T23:14:19.686Z | Downloaded document-features v0.2.10 |
| 1020 | 2025-07-18T23:14:19.686Z | Downloaded diesel-dtrace v0.4.2 |
| 1021 | 2025-07-18T23:14:19.686Z | Downloaded derive_builder_core v0.20.2 |
| 1022 | 2025-07-18T23:14:19.686Z | Downloaded deranged v0.3.11 |
| 1023 | 2025-07-18T23:14:19.686Z | Downloaded der_derive v0.7.3 |
| 1024 | 2025-07-18T23:14:19.686Z | Downloaded debug-ignore v1.0.5 |
| 1025 | 2025-07-18T23:14:19.686Z | Downloaded data-encoding v2.9.0 |
| 1026 | 2025-07-18T23:14:19.686Z | Downloaded darling_macro v0.21.0 |
| 1027 | 2025-07-18T23:14:19.686Z | Downloaded darling_macro v0.20.10 |
| 1028 | 2025-07-18T23:14:19.686Z | Downloaded darling v0.20.10 |
| 1029 | 2025-07-18T23:14:19.712Z | Downloaded daft-derive v0.1.4 |
| 1030 | 2025-07-18T23:14:19.712Z | Downloaded zstd-safe v7.2.3 |
| 1031 | 2025-07-18T23:14:19.712Z | Downloaded zstd v0.13.3 |
| 1032 | 2025-07-18T23:14:19.712Z | Downloaded zopfli v0.8.1 |
| 1033 | 2025-07-18T23:14:19.712Z | Downloaded vte v0.11.1 |
| 1034 | 2025-07-18T23:14:19.712Z | Downloaded time v0.3.36 |
| 1035 | 2025-07-18T23:14:19.712Z | Downloaded libxml v0.3.3 |
| 1036 | 2025-07-18T23:14:19.737Z | Downloaded lalrpop v0.19.12 |
| 1037 | 2025-07-18T23:14:19.737Z | Downloaded itertools v0.13.0 |
| 1038 | 2025-07-18T23:14:19.762Z | Downloaded hickory-client v0.25.2 |
| 1039 | 2025-07-18T23:14:19.764Z | Downloaded crossterm v0.28.1 |
| 1040 | 2025-07-18T23:14:19.764Z | Downloaded blake3 v1.5.4 |
| 1041 | 2025-07-18T23:14:19.764Z | Downloaded aho-corasick v1.1.3 |
| 1042 | 2025-07-18T23:14:19.789Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 1043 | 2025-07-18T23:14:19.790Z | Downloaded csv-core v0.1.11 |
| 1044 | 2025-07-18T23:14:19.790Z | Downloaded walkdir v2.5.0 |
| 1045 | 2025-07-18T23:14:19.790Z | Downloaded wait-timeout v0.2.0 |
| 1046 | 2025-07-18T23:14:19.790Z | Downloaded test-strategy v0.4.3 |
| 1047 | 2025-07-18T23:14:19.790Z | Downloaded tar v0.4.44 |
| 1048 | 2025-07-18T23:14:19.790Z | Downloaded mio v1.0.2 |
| 1049 | 2025-07-18T23:14:19.790Z | Downloaded ctr v0.9.2 |
| 1050 | 2025-07-18T23:14:19.790Z | Downloaded cstr-argument v0.1.2 |
| 1051 | 2025-07-18T23:14:19.790Z | Downloaded crunchy v0.2.2 |
| 1052 | 2025-07-18T23:14:19.790Z | Downloaded vsss-rs v3.3.4 |
| 1053 | 2025-07-18T23:14:19.815Z | Downloaded vergen v8.3.2 |
| 1054 | 2025-07-18T23:14:19.815Z | Downloaded value-bag v1.9.0 |
| 1055 | 2025-07-18T23:14:19.815Z | Downloaded uuid v1.17.0 |
| 1056 | 2025-07-18T23:14:19.815Z | Downloaded thread_local v1.1.8 |
| 1057 | 2025-07-18T23:14:19.815Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1058 | 2025-07-18T23:14:19.815Z | Downloaded term v0.7.0 |
| 1059 | 2025-07-18T23:14:19.815Z | Downloaded subprocess v0.2.9 |
| 1060 | 2025-07-18T23:14:19.815Z | Downloaded samael v0.0.19 |
| 1061 | 2025-07-18T23:14:19.840Z | Downloaded itertools v0.14.0 |
| 1062 | 2025-07-18T23:14:19.841Z | Downloaded iri-string v0.7.8 |
| 1063 | 2025-07-18T23:14:19.841Z | Downloaded iddqd v0.3.8 |
| 1064 | 2025-07-18T23:14:19.841Z | Downloaded vte_generate_state_changes v0.1.2 |
| 1065 | 2025-07-18T23:14:19.841Z | Downloaded uzers v0.12.1 |
| 1066 | 2025-07-18T23:14:19.867Z | Downloaded utf-8 v0.7.6 |
| 1067 | 2025-07-18T23:14:19.867Z | Downloaded thiserror-no-std v2.0.2 |
| 1068 | 2025-07-18T23:14:19.868Z | Downloaded termtree v0.5.1 |
| 1069 | 2025-07-18T23:14:19.868Z | Downloaded termios v0.3.3 |
| 1070 | 2025-07-18T23:14:19.868Z | Downloaded termcolor v1.4.1 |
| 1071 | 2025-07-18T23:14:19.868Z | Downloaded tabwriter v1.4.0 |
| 1072 | 2025-07-18T23:14:19.868Z | Downloaded tabled_derive v0.10.0 |
| 1073 | 2025-07-18T23:14:19.868Z | Downloaded support-bundle-viewer v0.1.2 |
| 1074 | 2025-07-18T23:14:19.868Z | Downloaded subtle v2.6.1 |
| 1075 | 2025-07-18T23:14:19.868Z | Downloaded strum_macros v0.27.1 |
| 1076 | 2025-07-18T23:14:19.868Z | Downloaded strum_macros v0.26.4 |
| 1077 | 2025-07-18T23:14:19.868Z | Downloaded strum v0.27.1 |
| 1078 | 2025-07-18T23:14:19.868Z | Downloaded structmeta-derive v0.3.0 |
| 1079 | 2025-07-18T23:14:19.868Z | Downloaded serde_derive_internals v0.29.1 |
| 1080 | 2025-07-18T23:14:19.893Z | Downloaded serde_cbor v0.11.2 |
| 1081 | 2025-07-18T23:14:19.893Z | Downloaded schemars v0.8.22 |
| 1082 | 2025-07-18T23:14:19.893Z | Downloaded progenitor-impl v0.10.0 |
| 1083 | 2025-07-18T23:14:19.893Z | Downloaded minimal-lexical v0.2.1 |
| 1084 | 2025-07-18T23:14:19.893Z | Downloaded libm v0.2.8 |
| 1085 | 2025-07-18T23:14:19.918Z | Downloaded itertools v0.12.1 |
| 1086 | 2025-07-18T23:14:19.919Z | Downloaded hyper-util v0.1.14 |
| 1087 | 2025-07-18T23:14:19.919Z | Downloaded hyper v1.6.0 |
| 1088 | 2025-07-18T23:14:19.944Z | Downloaded bytes v1.10.1 |
| 1089 | 2025-07-18T23:14:19.944Z | Downloaded aes v0.8.4 |
| 1090 | 2025-07-18T23:14:19.944Z | Downloaded tap v1.0.1 |
| 1091 | 2025-07-18T23:14:19.944Z | Downloaded take_mut v0.2.2 |
| 1092 | 2025-07-18T23:14:19.944Z | Downloaded tagptr v0.2.0 |
| 1093 | 2025-07-18T23:14:19.944Z | Downloaded sync_wrapper v1.0.1 |
| 1094 | 2025-07-18T23:14:19.944Z | Downloaded sync-ptr v0.1.4 |
| 1095 | 2025-07-18T23:14:19.944Z | Downloaded supports-color v3.0.2 |
| 1096 | 2025-07-18T23:14:19.944Z | Downloaded strum_macros v0.24.3 |
| 1097 | 2025-07-18T23:14:19.944Z | Downloaded strum v0.26.3 |
| 1098 | 2025-07-18T23:14:19.944Z | Downloaded serde_repr v0.1.19 |
| 1099 | 2025-07-18T23:14:19.970Z | Downloaded serde_path_to_error v0.1.17 |
| 1100 | 2025-07-18T23:14:19.970Z | Downloaded serde_bytes v0.11.17 |
| 1101 | 2025-07-18T23:14:19.970Z | Downloaded serde-hex v0.1.0 |
| 1102 | 2025-07-18T23:14:19.970Z | Downloaded semver v0.1.20 |
| 1103 | 2025-07-18T23:14:19.970Z | Downloaded secrecy v0.10.3 |
| 1104 | 2025-07-18T23:14:19.970Z | Downloaded sec1 v0.7.3 |
| 1105 | 2025-07-18T23:14:19.970Z | Downloaded sct v0.7.1 |
| 1106 | 2025-07-18T23:14:19.970Z | Downloaded scrypt v0.11.0 |
| 1107 | 2025-07-18T23:14:19.970Z | Downloaded scopeguard v1.2.0 |
| 1108 | 2025-07-18T23:14:19.970Z | Downloaded schemars_derive v0.8.22 |
| 1109 | 2025-07-18T23:14:19.971Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1110 | 2025-07-18T23:14:19.971Z | Downloaded same-file v1.0.6 |
| 1111 | 2025-07-18T23:14:19.971Z | Downloaded rustls-pki-types v1.10.0 |
| 1112 | 2025-07-18T23:14:19.971Z | Downloaded rustc-demangle v0.1.24 |
| 1113 | 2025-07-18T23:14:19.996Z | Downloaded progenitor-impl v0.9.1 |
| 1114 | 2025-07-18T23:14:19.996Z | Downloaded progenitor-impl v0.8.0 |
| 1115 | 2025-07-18T23:14:19.996Z | Downloaded jiff-static v0.2.15 |
| 1116 | 2025-07-18T23:14:19.996Z | Downloaded itertools v0.10.5 |
| 1117 | 2025-07-18T23:14:19.996Z | Downloaded headers v0.4.1 |
| 1118 | 2025-07-18T23:14:19.996Z | Downloaded half v1.8.3 |
| 1119 | 2025-07-18T23:14:19.996Z | Downloaded critical-section v1.1.3 |
| 1120 | 2025-07-18T23:14:19.996Z | Downloaded compact_str v0.8.0 |
| 1121 | 2025-07-18T23:14:20.022Z | Downloaded bumpalo v3.16.0 |
| 1122 | 2025-07-18T23:14:20.022Z | Downloaded blake2 v0.10.6 |
| 1123 | 2025-07-18T23:14:20.022Z | Downloaded base64 v0.21.7 |
| 1124 | 2025-07-18T23:14:20.022Z | Downloaded async-bb8-diesel v0.2.1 |
| 1125 | 2025-07-18T23:14:20.022Z | Downloaded serde_plain v1.0.2 |
| 1126 | 2025-07-18T23:14:20.022Z | Downloaded serde-big-array v0.5.1 |
| 1127 | 2025-07-18T23:14:20.022Z | Downloaded secrecy v0.8.0 |
| 1128 | 2025-07-18T23:14:20.022Z | Downloaded rustc-hash v1.1.0 |
| 1129 | 2025-07-18T23:14:20.023Z | Downloaded russh-cryptovec v0.7.3 |
| 1130 | 2025-07-18T23:14:20.023Z | Downloaded rfc6979 v0.4.0 |
| 1131 | 2025-07-18T23:14:20.023Z | Downloaded rand_core v0.6.4 |
| 1132 | 2025-07-18T23:14:20.023Z | Downloaded progenitor-client v0.10.0 |
| 1133 | 2025-07-18T23:14:20.023Z | Downloaded progenitor v0.10.0 |
| 1134 | 2025-07-18T23:14:20.050Z | Downloaded mime_guess v2.0.5 |
| 1135 | 2025-07-18T23:14:20.050Z | Downloaded mime v0.3.17 |
| 1136 | 2025-07-18T23:14:20.050Z | Downloaded memmap2 v0.9.5 |
| 1137 | 2025-07-18T23:14:20.050Z | Downloaded managed v0.8.0 |
| 1138 | 2025-07-18T23:14:20.050Z | Downloaded lru-cache v0.1.2 |
| 1139 | 2025-07-18T23:14:20.050Z | Downloaded lockfree-object-pool v0.1.6 |
| 1140 | 2025-07-18T23:14:20.050Z | Downloaded linked-hash-map v0.5.6 |
| 1141 | 2025-07-18T23:14:20.050Z | Downloaded libsw-core v0.3.1 |
| 1142 | 2025-07-18T23:14:20.050Z | Downloaded libsw v3.5.0 |
| 1143 | 2025-07-18T23:14:20.050Z | Downloaded libloading v0.8.5 |
| 1144 | 2025-07-18T23:14:20.050Z | Downloaded ingot-macros v0.1.1 |
| 1145 | 2025-07-18T23:14:20.050Z | Downloaded iana-time-zone v0.1.63 |
| 1146 | 2025-07-18T23:14:20.050Z | Downloaded hyper-rustls v0.27.7 |
| 1147 | 2025-07-18T23:14:20.050Z | Downloaded crossbeam-utils v0.8.21 |
| 1148 | 2025-07-18T23:14:20.076Z | Downloaded crossbeam-deque v0.8.5 |
| 1149 | 2025-07-18T23:14:20.076Z | Downloaded crc32fast v1.4.2 |
| 1150 | 2025-07-18T23:14:20.076Z | Downloaded crc-any v2.5.0 |
| 1151 | 2025-07-18T23:14:20.076Z | Downloaded cookie_store v0.21.1 |
| 1152 | 2025-07-18T23:14:20.076Z | Downloaded cookie v0.18.1 |
| 1153 | 2025-07-18T23:14:20.076Z | Downloaded const-oid v0.9.6 |
| 1154 | 2025-07-18T23:14:20.076Z | Downloaded console v0.15.10 |
| 1155 | 2025-07-18T23:14:20.076Z | Downloaded colored v2.2.0 |
| 1156 | 2025-07-18T23:14:20.076Z | Downloaded chrono-tz-build v0.4.0 |
| 1157 | 2025-07-18T23:14:20.076Z | Downloaded chacha20poly1305 v0.10.1 |
| 1158 | 2025-07-18T23:14:20.102Z | Downloaded cexpr v0.6.0 |
| 1159 | 2025-07-18T23:14:20.102Z | Downloaded bitflags v1.3.2 |
| 1160 | 2025-07-18T23:14:20.102Z | Downloaded bitfield v0.14.0 |
| 1161 | 2025-07-18T23:14:20.102Z | Downloaded bit-vec v0.8.0 |
| 1162 | 2025-07-18T23:14:20.102Z | Downloaded bcs v0.1.6 |
| 1163 | 2025-07-18T23:14:20.102Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1164 | 2025-07-18T23:14:20.102Z | Downloaded base64 v0.22.1 |
| 1165 | 2025-07-18T23:14:20.102Z | Downloaded atomicwrites v0.4.4 |
| 1166 | 2025-07-18T23:14:20.102Z | Downloaded progenitor-client v0.8.0 |
| 1167 | 2025-07-18T23:14:20.102Z | Downloaded progenitor v0.9.1 |
| 1168 | 2025-07-18T23:14:20.102Z | Downloaded progenitor v0.8.0 |
| 1169 | 2025-07-18T23:14:20.102Z | Downloaded memoffset v0.9.1 |
| 1170 | 2025-07-18T23:14:20.128Z | Downloaded md5 v0.7.0 |
| 1171 | 2025-07-18T23:14:20.128Z | Downloaded md-5 v0.10.6 |
| 1172 | 2025-07-18T23:14:20.128Z | Downloaded maybe-uninit v2.0.0 |
| 1173 | 2025-07-18T23:14:20.128Z | Downloaded match_cfg v0.1.0 |
| 1174 | 2025-07-18T23:14:20.128Z | Downloaded maplit v1.0.2 |
| 1175 | 2025-07-18T23:14:20.128Z | Downloaded lzss v0.8.2 |
| 1176 | 2025-07-18T23:14:20.128Z | Downloaded lru v0.12.5 |
| 1177 | 2025-07-18T23:14:20.128Z | Downloaded lock_api v0.4.12 |
| 1178 | 2025-07-18T23:14:20.129Z | Downloaded litrs v0.4.1 |
| 1179 | 2025-07-18T23:14:20.129Z | Downloaded linear-map v1.2.0 |
| 1180 | 2025-07-18T23:14:20.130Z | Downloaded libz-rs-sys v0.5.1 |
| 1181 | 2025-07-18T23:14:20.130Z | Downloaded libscf-sys v1.1.0 |
| 1182 | 2025-07-18T23:14:20.130Z | Downloaded libefi-sys v0.1.0 |
| 1183 | 2025-07-18T23:14:20.130Z | Downloaded lazycell v1.3.0 |
| 1184 | 2025-07-18T23:14:20.130Z | Downloaded lazy_static v1.5.0 |
| 1185 | 2025-07-18T23:14:20.130Z | Downloaded lalrpop-util v0.19.12 |
| 1186 | 2025-07-18T23:14:20.130Z | Downloaded kstat-rs v0.2.4 |
| 1187 | 2025-07-18T23:14:20.130Z | Downloaded jobserver v0.1.32 |
| 1188 | 2025-07-18T23:14:20.156Z | Downloaded is_ci v1.2.0 |
| 1189 | 2025-07-18T23:14:20.156Z | Downloaded internet-checksum v0.2.1 |
| 1190 | 2025-07-18T23:14:20.156Z | Downloaded instability v0.3.2 |
| 1191 | 2025-07-18T23:14:20.156Z | Downloaded inout v0.1.3 |
| 1192 | 2025-07-18T23:14:20.156Z | Downloaded ingot-types v0.1.2 |
| 1193 | 2025-07-18T23:14:20.156Z | Downloaded ingot v0.1.1 |
| 1194 | 2025-07-18T23:14:20.156Z | Downloaded indicatif v0.17.11 |
| 1195 | 2025-07-18T23:14:20.156Z | Downloaded indent_write v2.2.0 |
| 1196 | 2025-07-18T23:14:20.156Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 1197 | 2025-07-18T23:14:20.182Z | Downloaded hyper-tls v0.6.0 |
| 1198 | 2025-07-18T23:14:20.182Z | Downloaded headers-core v0.3.0 |
| 1199 | 2025-07-18T23:14:20.182Z | Downloaded crc-catalog v2.4.0 |
| 1200 | 2025-07-18T23:14:20.182Z | Downloaded crc v3.2.1 |
| 1201 | 2025-07-18T23:14:20.182Z | Downloaded convert_case v0.4.0 |
| 1202 | 2025-07-18T23:14:20.182Z | Downloaded const_format_proc_macros v0.2.34 |
| 1203 | 2025-07-18T23:14:20.183Z | Downloaded cobs v0.2.3 |
| 1204 | 2025-07-18T23:14:20.184Z | Downloaded clang-sys v1.8.1 |
| 1205 | 2025-07-18T23:14:20.209Z | Downloaded ciborium v0.2.2 |
| 1206 | 2025-07-18T23:14:20.209Z | Downloaded chacha20 v0.9.1 |
| 1207 | 2025-07-18T23:14:20.209Z | Downloaded bzip2 v0.5.2 |
| 1208 | 2025-07-18T23:14:20.209Z | Downloaded block-padding v0.3.3 |
| 1209 | 2025-07-18T23:14:20.209Z | Downloaded base64ct v1.6.0 |
| 1210 | 2025-07-18T23:14:20.209Z | Downloaded backtrace v0.3.74 |
| 1211 | 2025-07-18T23:14:20.235Z | Downloaded instant v0.1.13 |
| 1212 | 2025-07-18T23:14:20.235Z | Downloaded indexmap v1.9.3 |
| 1213 | 2025-07-18T23:14:20.235Z | Downloaded hyper-staticfile v0.10.1 |
| 1214 | 2025-07-18T23:14:20.235Z | Downloaded hubpack_derive v0.1.1 |
| 1215 | 2025-07-18T23:14:20.235Z | Downloaded hickory-proto v0.25.2 |
| 1216 | 2025-07-18T23:14:20.260Z | Downloaded crc8 v0.1.1 |
| 1217 | 2025-07-18T23:14:20.260Z | Downloaded constant_time_eq v0.3.1 |
| 1218 | 2025-07-18T23:14:20.260Z | Downloaded ciborium-io v0.2.2 |
| 1219 | 2025-07-18T23:14:20.260Z | Downloaded cfg_aliases v0.1.1 |
| 1220 | 2025-07-18T23:14:20.260Z | Downloaded castaway v0.2.3 |
| 1221 | 2025-07-18T23:14:20.260Z | Downloaded blowfish v0.9.1 |
| 1222 | 2025-07-18T23:14:20.286Z | Downloaded async-stream v0.3.6 |
| 1223 | 2025-07-18T23:14:20.287Z | Downloaded keccak v0.1.5 |
| 1224 | 2025-07-18T23:14:20.287Z | Downloaded ipnetwork v0.21.1 |
| 1225 | 2025-07-18T23:14:20.287Z | Downloaded ipnet v2.11.0 |
| 1226 | 2025-07-18T23:14:20.287Z | Downloaded indoc v2.0.6 |
| 1227 | 2025-07-18T23:14:20.287Z | Downloaded ignore v0.4.23 |
| 1228 | 2025-07-18T23:14:20.313Z | Downloaded ident_case v1.0.1 |
| 1229 | 2025-07-18T23:14:20.313Z | Downloaded hubpack v0.1.2 |
| 1230 | 2025-07-18T23:14:20.313Z | Downloaded http v1.3.1 |
| 1231 | 2025-07-18T23:14:20.313Z | Downloaded hkdf v0.12.4 |
| 1232 | 2025-07-18T23:14:20.313Z | Downloaded hickory-server v0.25.2 |
| 1233 | 2025-07-18T23:14:20.313Z | Downloaded hickory-resolver v0.25.2 |
| 1234 | 2025-07-18T23:14:20.340Z | Downloaded hickory-resolver v0.24.4 |
| 1235 | 2025-07-18T23:14:20.340Z | Downloaded heapless v0.8.0 |
| 1236 | 2025-07-18T23:14:20.340Z | Downloaded heapless v0.7.17 |
| 1237 | 2025-07-18T23:14:20.365Z | Downloaded ciborium-ll v0.2.2 |
| 1238 | 2025-07-18T23:14:20.365Z | Downloaded cfg_aliases v0.2.1 |
| 1239 | 2025-07-18T23:14:20.391Z | Downloaded cbc v0.1.2 |
| 1240 | 2025-07-18T23:14:20.391Z | Downloaded cassowary v0.3.0 |
| 1241 | 2025-07-18T23:14:20.391Z | Downloaded cargo-platform v0.1.8 |
| 1242 | 2025-07-18T23:14:20.391Z | Downloaded camino-tempfile-ext v0.3.2 |
| 1243 | 2025-07-18T23:14:20.391Z | Downloaded buf-list v1.0.3 |
| 1244 | 2025-07-18T23:14:20.391Z | Downloaded bit-vec v0.6.3 |
| 1245 | 2025-07-18T23:14:20.391Z | Downloaded base16ct v0.2.0 |
| 1246 | 2025-07-18T23:14:20.391Z | Downloaded async-stream-impl v0.3.6 |
| 1247 | 2025-07-18T23:14:20.391Z | Downloaded argon2 v0.5.3 |
| 1248 | 2025-07-18T23:14:20.391Z | Downloaded ahash v0.8.11 |
| 1249 | 2025-07-18T23:14:20.391Z | Downloaded aead v0.5.2 |
| 1250 | 2025-07-18T23:14:20.391Z | Downloaded httpdate v1.0.3 |
| 1251 | 2025-07-18T23:14:20.391Z | Downloaded httparse v1.9.5 |
| 1252 | 2025-07-18T23:14:20.391Z | Downloaded http-range v0.1.5 |
| 1253 | 2025-07-18T23:14:20.391Z | Downloaded http-body-util v0.1.3 |
| 1254 | 2025-07-18T23:14:20.417Z | Downloaded hostname v0.4.0 |
| 1255 | 2025-07-18T23:14:20.417Z | Downloaded hostname v0.3.1 |
| 1256 | 2025-07-18T23:14:20.417Z | Downloaded home v0.5.9 |
| 1257 | 2025-07-18T23:14:20.417Z | Downloaded hmac v0.12.1 |
| 1258 | 2025-07-18T23:14:20.417Z | Downloaded highway v1.3.0 |
| 1259 | 2025-07-18T23:14:20.417Z | Downloaded hex-literal v0.4.1 |
| 1260 | 2025-07-18T23:14:20.417Z | Downloaded hex v0.4.3 |
| 1261 | 2025-07-18T23:14:20.417Z | Downloaded heck v0.3.3 |
| 1262 | 2025-07-18T23:14:20.417Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1263 | 2025-07-18T23:14:20.417Z | Downloaded cargo_metadata v0.18.1 |
| 1264 | 2025-07-18T23:14:20.442Z | Downloaded bzip2 v0.4.4 |
| 1265 | 2025-07-18T23:14:20.442Z | Downloaded bitfield-struct v0.6.2 |
| 1266 | 2025-07-18T23:14:20.443Z | Downloaded bit-set v0.8.0 |
| 1267 | 2025-07-18T23:14:20.443Z | Downloaded bit-set v0.5.3 |
| 1268 | 2025-07-18T23:14:20.443Z | Downloaded atty v0.2.14 |
| 1269 | 2025-07-18T23:14:20.443Z | Downloaded async-recursion v1.1.1 |
| 1270 | 2025-07-18T23:14:20.443Z | Downloaded arrayvec v0.7.6 |
| 1271 | 2025-07-18T23:14:20.443Z | Downloaded array-init v0.0.4 |
| 1272 | 2025-07-18T23:14:20.468Z | Downloaded adler2 v2.0.0 |
| 1273 | 2025-07-18T23:14:20.469Z | Downloaded ascii-canvas v3.0.0 |
| 1274 | 2025-07-18T23:14:20.469Z | Downloaded allocator-api2 v0.2.21 |
| 1275 | 2025-07-18T23:14:20.469Z | Downloaded aes-gcm v0.10.3 |
| 1276 | 2025-07-18T23:14:20.469Z | Downloaded addr2line v0.24.2 |
| 1277 | 2025-07-18T23:14:20.469Z | Downloaded atomic-waker v1.1.2 |
| 1278 | 2025-07-18T23:14:20.469Z | Downloaded crossbeam-epoch v0.9.18 |
| 1279 | 2025-07-18T23:14:20.494Z | Downloaded crossbeam-channel v0.5.15 |
| 1280 | 2025-07-18T23:14:20.495Z | Downloaded const_format v0.2.34 |
| 1281 | 2025-07-18T23:14:20.495Z | Downloaded cmake v0.1.51 |
| 1282 | 2025-07-18T23:14:20.520Z | Downloaded cipher v0.4.4 |
| 1283 | 2025-07-18T23:14:20.520Z | Downloaded cc v1.2.30 |
| 1284 | 2025-07-18T23:14:20.520Z | Downloaded cancel-safe-futures v0.1.5 |
| 1285 | 2025-07-18T23:14:20.520Z | Downloaded bindgen v0.69.5 |
| 1286 | 2025-07-18T23:14:20.545Z | Downloaded arrayref v0.3.9 |
| 1287 | 2025-07-18T23:14:20.545Z | Downloaded async-trait v0.1.88 |
| 1288 | 2025-07-18T23:14:20.848Z | Compiling value-bag v1.9.0 |
| 1289 | 2025-07-18T23:14:20.848Z | Compiling shlex v1.3.0 |
| 1290 | 2025-07-18T23:14:20.848Z | Compiling lock_api v0.4.12 |
| 1291 | 2025-07-18T23:14:20.848Z | Compiling scopeguard v1.2.0 |
| 1292 | 2025-07-18T23:14:20.848Z | Compiling typenum v1.17.0 |
| 1293 | 2025-07-18T23:14:20.876Z | Compiling generic-array v0.14.7 |
| 1294 | 2025-07-18T23:14:20.876Z | Compiling syn v2.0.104 |
| 1295 | 2025-07-18T23:14:20.876Z | Compiling getrandom v0.2.15 |
| 1296 | 2025-07-18T23:14:21.111Z | Compiling jobserver v0.1.32 |
| 1297 | 2025-07-18T23:14:21.298Z | Compiling smallvec v1.15.0 |
| 1298 | 2025-07-18T23:14:21.404Z | Compiling log v0.4.27 |
| 1299 | 2025-07-18T23:14:21.495Z | Compiling rand_core v0.6.4 |
| 1300 | 2025-07-18T23:14:21.537Z | Compiling portable-atomic v1.11.0 |
| 1301 | 2025-07-18T23:14:21.742Z | Compiling cc v1.2.30 |
| 1302 | 2025-07-18T23:14:21.984Z | Compiling critical-section v1.1.3 |
| 1303 | 2025-07-18T23:14:21.985Z | Compiling subtle v2.6.1 |
| 1304 | 2025-07-18T23:14:22.542Z | Compiling const-oid v0.9.6 |
| 1305 | 2025-07-18T23:14:22.567Z | Compiling pkg-config v0.3.31 |
| 1306 | 2025-07-18T23:14:22.567Z | Compiling pin-project-lite v0.2.14 |
| 1307 | 2025-07-18T23:14:22.567Z | Compiling parking_lot_core v0.9.10 |
| 1308 | 2025-07-18T23:14:22.567Z | Compiling rustix v0.38.37 |
| 1309 | 2025-07-18T23:14:23.172Z | Compiling signal-hook-registry v1.4.2 |
| 1310 | 2025-07-18T23:14:23.198Z | Compiling mio v1.0.2 |
| 1311 | 2025-07-18T23:14:23.321Z | Compiling parking_lot v0.12.3 |
| 1312 | 2025-07-18T23:14:23.375Z | Compiling futures-core v0.3.31 |
| 1313 | 2025-07-18T23:14:23.609Z | Compiling once_cell v1.21.3 |
| 1314 | 2025-07-18T23:14:23.735Z | Compiling spin v0.9.8 |
| 1315 | 2025-07-18T23:14:23.805Z | Compiling either v1.15.0 |
| 1316 | 2025-07-18T23:14:23.882Z | Compiling socket2 v0.5.10 |
| 1317 | 2025-07-18T23:14:23.990Z | Compiling aho-corasick v1.1.3 |
| 1318 | 2025-07-18T23:14:24.050Z | Compiling slab v0.4.9 |
| 1319 | 2025-07-18T23:14:24.116Z | Compiling cpufeatures v0.2.14 |
| 1320 | 2025-07-18T23:14:24.147Z | Compiling libm v0.2.8 |
| 1321 | 2025-07-18T23:14:24.210Z | Compiling regex-syntax v0.8.5 |
| 1322 | 2025-07-18T23:14:24.236Z | Compiling serde_json v1.0.140 |
| 1323 | 2025-07-18T23:14:24.471Z | Compiling num-traits v0.2.19 |
| 1324 | 2025-07-18T23:14:24.496Z | Compiling futures-sink v0.3.31 |
| 1325 | 2025-07-18T23:14:24.571Z | Compiling glob v0.3.2 |
| 1326 | 2025-07-18T23:14:24.694Z | Compiling getrandom v0.3.1 |
| 1327 | 2025-07-18T23:14:24.719Z | Compiling percent-encoding v2.3.1 |
| 1328 | 2025-07-18T23:14:25.394Z | Compiling prettyplease v0.2.35 |
| 1329 | 2025-07-18T23:14:25.446Z | Compiling lazy_static v1.5.0 |
| 1330 | 2025-07-18T23:14:25.505Z | Compiling clang-sys v1.8.1 |
| 1331 | 2025-07-18T23:14:25.641Z | Compiling foldhash v0.1.5 |
| 1332 | 2025-07-18T23:14:25.848Z | Compiling allocator-api2 v0.2.21 |
| 1333 | 2025-07-18T23:14:26.086Z | Compiling minimal-lexical v0.2.1 |
| 1334 | 2025-07-18T23:14:26.144Z | Compiling libloading v0.8.5 |
| 1335 | 2025-07-18T23:14:26.462Z | Compiling bindgen v0.69.5 |
| 1336 | 2025-07-18T23:14:26.543Z | Compiling nom v7.1.3 |
| 1337 | 2025-07-18T23:14:26.588Z | Compiling hashbrown v0.15.4 |
| 1338 | 2025-07-18T23:14:26.642Z | Compiling home v0.5.9 |
| 1339 | 2025-07-18T23:14:26.991Z | Compiling base64ct v1.6.0 |
| 1340 | 2025-07-18T23:14:27.614Z | Compiling pem-rfc7468 v0.7.0 |
| 1341 | 2025-07-18T23:14:27.818Z | Compiling futures-channel v0.3.31 |
| 1342 | 2025-07-18T23:14:28.006Z | Compiling synstructure v0.13.1 |
| 1343 | 2025-07-18T23:14:28.181Z | Compiling regex-automata v0.4.8 |
| 1344 | 2025-07-18T23:14:28.248Z | Compiling itertools v0.12.1 |
| 1345 | 2025-07-18T23:14:29.298Z | Compiling flagset v0.4.6 |
| 1346 | 2025-07-18T23:14:29.524Z | Compiling cexpr v0.6.0 |
| 1347 | 2025-07-18T23:14:29.654Z | Compiling lazycell v1.3.0 |
| 1348 | 2025-07-18T23:14:29.853Z | Compiling pin-utils v0.1.0 |
| 1349 | 2025-07-18T23:14:29.971Z | Compiling futures-io v0.3.31 |
| 1350 | 2025-07-18T23:14:29.996Z | Compiling futures-task v0.3.31 |
| 1351 | 2025-07-18T23:14:30.283Z | Compiling rustc-hash v1.1.0 |
| 1352 | 2025-07-18T23:14:30.334Z | Compiling cmake v0.1.51 |
| 1353 | 2025-07-18T23:14:30.458Z | Compiling fs_extra v1.3.0 |
| 1354 | 2025-07-18T23:14:30.976Z | Compiling dunce v1.0.5 |
| 1355 | 2025-07-18T23:14:31.001Z | Compiling zerocopy v0.8.26 |
| 1356 | 2025-07-18T23:14:31.039Z | Compiling form_urlencoded v1.2.1 |
| 1357 | 2025-07-18T23:14:31.064Z | Compiling paste v1.0.15 |
| 1358 | 2025-07-18T23:14:31.147Z | Compiling vcpkg v0.2.15 |
| 1359 | 2025-07-18T23:14:32.100Z | Compiling crossbeam-utils v0.8.21 |
| 1360 | 2025-07-18T23:14:32.126Z | Compiling ring v0.17.14 |
| 1361 | 2025-07-18T23:14:32.126Z | Compiling tracing-core v0.1.32 |
| 1362 | 2025-07-18T23:14:32.126Z | Compiling iana-time-zone v0.1.63 |
| 1363 | 2025-07-18T23:14:32.219Z | Compiling aws-lc-rs v1.12.4 |
| 1364 | 2025-07-18T23:14:32.650Z | Compiling httparse v1.9.5 |
| 1365 | 2025-07-18T23:14:32.681Z | Compiling serde_derive v1.0.219 |
| 1366 | 2025-07-18T23:14:32.797Z | Compiling zeroize_derive v1.4.2 |
| 1367 | 2025-07-18T23:14:32.901Z | Compiling zerofrom-derive v0.1.4 |
| 1368 | 2025-07-18T23:14:33.340Z | Compiling yoke-derive v0.7.4 |
| 1369 | 2025-07-18T23:14:33.869Z | Compiling zerovec-derive v0.10.3 |
| 1370 | 2025-07-18T23:14:34.112Z | Compiling zeroize v1.8.1 |
| 1371 | 2025-07-18T23:14:35.885Z | Compiling crypto-common v0.1.6 |
| 1372 | 2025-07-18T23:14:35.914Z | Compiling block-buffer v0.10.4 |
| 1373 | 2025-07-18T23:14:36.153Z | Compiling displaydoc v0.2.5 |
| 1374 | 2025-07-18T23:14:36.256Z | Compiling digest v0.10.7 |
| 1375 | 2025-07-18T23:14:36.287Z | Compiling zerofrom v0.1.4 |
| 1376 | 2025-07-18T23:14:36.312Z | Compiling zerocopy-derive v0.7.35 |
| 1377 | 2025-07-18T23:14:36.534Z | Compiling yoke v0.7.4 |
| 1378 | 2025-07-18T23:14:36.760Z | Compiling tokio-macros v2.5.0 |
| 1379 | 2025-07-18T23:14:36.945Z | Compiling zerovec v0.10.4 |
| 1380 | 2025-07-18T23:14:37.045Z | Compiling hmac v0.12.1 |
| 1381 | 2025-07-18T23:14:37.320Z | Compiling icu_provider_macros v1.5.0 |
| 1382 | 2025-07-18T23:14:37.553Z | Compiling block-padding v0.3.3 |
| 1383 | 2025-07-18T23:14:37.624Z | Compiling sha2 v0.10.9 |
| 1384 | 2025-07-18T23:14:37.853Z | Compiling inout v0.1.3 |
| 1385 | 2025-07-18T23:14:38.121Z | Compiling cipher v0.4.4 |
| 1386 | 2025-07-18T23:14:38.175Z | Compiling regex v1.11.1 |
| 1387 | 2025-07-18T23:14:38.212Z | Compiling zerocopy v0.7.35 |
| 1388 | 2025-07-18T23:14:38.326Z | Compiling der_derive v0.7.3 |
| 1389 | 2025-07-18T23:14:38.351Z | Compiling futures-macro v0.3.31 |
| 1390 | 2025-07-18T23:14:38.627Z | Compiling thiserror-impl v1.0.69 |
| 1391 | 2025-07-18T23:14:39.133Z | Compiling tinystr v0.7.6 |
| 1392 | 2025-07-18T23:14:39.258Z | Compiling icu_collections v1.5.0 |
| 1393 | 2025-07-18T23:14:39.384Z | Compiling icu_locid v1.5.0 |
| 1394 | 2025-07-18T23:14:39.547Z | Compiling serde v1.0.219 |
| 1395 | 2025-07-18T23:14:39.574Z | Compiling ppv-lite86 v0.2.20 |
| 1396 | 2025-07-18T23:14:40.021Z | Compiling futures-util v0.3.31 |
| 1397 | 2025-07-18T23:14:40.420Z | Compiling salsa20 v0.10.2 |
| 1398 | 2025-07-18T23:14:40.488Z | Compiling der v0.7.9 |
| 1399 | 2025-07-18T23:14:40.513Z | Compiling pbkdf2 v0.12.2 |
| 1400 | 2025-07-18T23:14:40.686Z | Compiling zerocopy-derive v0.8.26 |
| 1401 | 2025-07-18T23:14:40.711Z | Compiling icu_provider v1.5.0 |
| 1402 | 2025-07-18T23:14:40.736Z | Compiling scrypt v0.11.0 |
| 1403 | 2025-07-18T23:14:41.361Z | Compiling cbc v0.1.2 |
| 1404 | 2025-07-18T23:14:41.499Z | Compiling icu_locid_transform v1.5.0 |
| 1405 | 2025-07-18T23:14:41.624Z | Compiling thiserror v1.0.69 |
| 1406 | 2025-07-18T23:14:41.651Z | Compiling aes v0.8.4 |
| 1407 | 2025-07-18T23:14:41.792Z | Compiling openssl-sys v0.9.109 |
| 1408 | 2025-07-18T23:14:41.845Z | Compiling pest v2.7.14 |
| 1409 | 2025-07-18T23:14:42.824Z | Compiling icu_properties v1.5.1 |
| 1410 | 2025-07-18T23:14:43.482Z | Compiling spki v0.7.3 |
| 1411 | 2025-07-18T23:14:43.880Z | Compiling pkcs5 v0.7.1 |
| 1412 | 2025-07-18T23:14:43.906Z | Compiling tracing-attributes v0.1.27 |
| 1413 | 2025-07-18T23:14:43.993Z | Compiling scroll_derive v0.12.0 |
| 1414 | 2025-07-18T23:14:44.635Z | Compiling bytes v1.10.1 |
| 1415 | 2025-07-18T23:14:44.861Z | Compiling bitflags v2.9.1 |
| 1416 | 2025-07-18T23:14:45.486Z | Compiling semver v1.0.26 |
| 1417 | 2025-07-18T23:14:45.513Z | Compiling indexmap v2.10.0 |
| 1418 | 2025-07-18T23:14:46.241Z | Compiling tokio v1.45.1 |
| 1419 | 2025-07-18T23:14:46.358Z | Compiling http v1.3.1 |
| 1420 | 2025-07-18T23:14:47.018Z | Compiling icu_normalizer v1.5.0 |
| 1421 | 2025-07-18T23:14:47.097Z | Compiling rustc_version v0.4.1 |
| 1422 | 2025-07-18T23:14:47.231Z | Compiling uuid v1.17.0 |
| 1423 | 2025-07-18T23:14:47.456Z | Compiling tracing v0.1.40 |
| 1424 | 2025-07-18T23:14:47.764Z | Compiling chrono v0.4.41 |
| 1425 | 2025-07-18T23:14:47.820Z | Compiling pkcs8 v0.10.2 |
| 1426 | 2025-07-18T23:14:48.006Z | Compiling http-body v1.0.1 |
| 1427 | 2025-07-18T23:14:48.296Z | Compiling idna_adapter v1.2.0 |
| 1428 | 2025-07-18T23:14:48.508Z | Compiling idna v1.0.3 |
| 1429 | 2025-07-18T23:14:48.534Z | Compiling pest_meta v2.7.14 |
| 1430 | 2025-07-18T23:14:48.566Z | Compiling rustversion v1.0.17 |
| 1431 | 2025-07-18T23:14:48.681Z | Compiling tinyvec_macros v0.1.1 |
| 1432 | 2025-07-18T23:14:48.806Z | Compiling base64 v0.22.1 |
| 1433 | 2025-07-18T23:14:48.831Z | Compiling rustls-pki-types v1.10.0 |
| 1434 | 2025-07-18T23:14:49.234Z | Compiling which v4.4.2 |
| 1435 | 2025-07-18T23:14:49.498Z | Compiling url v2.5.4 |
| 1436 | 2025-07-18T23:14:49.882Z | Compiling pest_generator v2.7.14 |
| 1437 | 2025-07-18T23:14:49.908Z | Compiling tinyvec v1.8.0 |
| 1438 | 2025-07-18T23:14:50.022Z | Compiling rand_core v0.9.2 |
| 1439 | 2025-07-18T23:14:50.580Z | Compiling scroll v0.12.0 |
| 1440 | 2025-07-18T23:14:51.242Z | Compiling serde_derive_internals v0.29.1 |
| 1441 | 2025-07-18T23:14:51.273Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1442 | 2025-07-18T23:14:51.315Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1443 | 2025-07-18T23:14:51.497Z | Compiling untrusted v0.7.1 |
| 1444 | 2025-07-18T23:14:51.705Z | Compiling try-lock v0.2.5 |
| 1445 | 2025-07-18T23:14:51.736Z | Compiling num-conv v0.1.0 |
| 1446 | 2025-07-18T23:14:51.865Z | Compiling openssl-probe v0.1.5 |
| 1447 | 2025-07-18T23:14:51.916Z | Compiling atomic-waker v1.1.2 |
| 1448 | 2025-07-18T23:14:52.039Z | Compiling tower-service v0.3.3 |
| 1449 | 2025-07-18T23:14:52.065Z | Compiling schemars v0.8.22 |
| 1450 | 2025-07-18T23:14:52.144Z | Compiling foreign-types-shared v0.1.1 |
| 1451 | 2025-07-18T23:14:52.213Z | Compiling time-core v0.1.2 |
| 1452 | 2025-07-18T23:14:52.239Z | Compiling powerfmt v0.2.0 |
| 1453 | 2025-07-18T23:14:52.299Z | Compiling adler2 v2.0.0 |
| 1454 | 2025-07-18T23:14:52.409Z | Compiling untrusted v0.9.0 |
| 1455 | 2025-07-18T23:14:52.445Z | Compiling openssl v0.10.73 |
| 1456 | 2025-07-18T23:14:52.546Z | Compiling deranged v0.3.11 |
| 1457 | 2025-07-18T23:14:52.667Z | Compiling miniz_oxide v0.8.5 |
| 1458 | 2025-07-18T23:14:52.827Z | Compiling pest_derive v2.7.14 |
| 1459 | 2025-07-18T23:14:52.892Z | Compiling time-macros v0.2.18 |
| 1460 | 2025-07-18T23:14:53.490Z | Compiling schemars_derive v0.8.22 |
| 1461 | 2025-07-18T23:14:53.633Z | Compiling foreign-types v0.3.2 |
| 1462 | 2025-07-18T23:14:53.894Z | Compiling want v0.3.1 |
| 1463 | 2025-07-18T23:14:54.218Z | Compiling goblin v0.8.2 |
| 1464 | 2025-07-18T23:14:55.628Z | Compiling tokio-util v0.7.15 |
| 1465 | 2025-07-18T23:14:56.393Z | Compiling rand_chacha v0.9.0 |
| 1466 | 2025-07-18T23:14:56.949Z | Compiling h2 v0.4.6 |
| 1467 | 2025-07-18T23:14:57.236Z | Compiling ipnet v2.11.0 |
| 1468 | 2025-07-18T23:14:58.344Z | Compiling openssl-macros v0.1.1 |
| 1469 | 2025-07-18T23:14:58.467Z | Compiling num_threads v0.1.7 |
| 1470 | 2025-07-18T23:14:58.627Z | Compiling httpdate v1.0.3 |
| 1471 | 2025-07-18T23:14:58.991Z | Compiling dyn-clone v1.0.19 |
| 1472 | 2025-07-18T23:14:59.050Z | Compiling native-tls v0.2.12 |
| 1473 | 2025-07-18T23:14:59.083Z | Compiling rustls v0.23.19 |
| 1474 | 2025-07-18T23:14:59.255Z | Compiling syn v1.0.109 |
| 1475 | 2025-07-18T23:14:59.889Z | Compiling time v0.3.36 |
| 1476 | 2025-07-18T23:14:59.987Z | Compiling rand v0.9.1 |
| 1477 | 2025-07-18T23:15:02.026Z | Compiling dof v0.3.0 |
| 1478 | 2025-07-18T23:15:02.741Z | Compiling dtrace-parser v0.2.0 |
| 1479 | 2025-07-18T23:15:03.668Z | Compiling unicode-normalization v0.1.24 |
| 1480 | 2025-07-18T23:15:03.719Z | Compiling heapless v0.7.17 |
| 1481 | 2025-07-18T23:15:04.219Z | Compiling hyper v1.6.0 |
| 1482 | 2025-07-18T23:15:04.301Z | Compiling signature v2.2.0 |
| 1483 | 2025-07-18T23:15:04.520Z | Compiling crossbeam-epoch v0.9.18 |
| 1484 | 2025-07-18T23:15:04.624Z | Compiling cookie v0.18.1 |
| 1485 | 2025-07-18T23:15:04.669Z | Compiling crc32fast v1.4.2 |
| 1486 | 2025-07-18T23:15:04.950Z | Compiling zstd-safe v7.2.3 |
| 1487 | 2025-07-18T23:15:05.016Z | Compiling unicode-properties v0.1.3 |
| 1488 | 2025-07-18T23:15:05.284Z | Compiling signal-hook v0.3.17 |
| 1489 | 2025-07-18T23:15:05.335Z | Compiling slog v2.7.0 |
| 1490 | 2025-07-18T23:15:05.491Z | Compiling unicode-bidi v0.3.17 |
| 1491 | 2025-07-18T23:15:05.630Z | Compiling zlib-rs v0.5.1 |
| 1492 | 2025-07-18T23:15:05.873Z | Compiling siphasher v0.3.11 |
| 1493 | 2025-07-18T23:15:06.082Z | Compiling rayon-core v1.12.1 |
| 1494 | 2025-07-18T23:15:06.299Z | Compiling stringprep v0.1.5 |
| 1495 | 2025-07-18T23:15:06.415Z | Compiling phf_shared v0.11.2 |
| 1496 | 2025-07-18T23:15:06.722Z | Compiling hyper-util v0.1.14 |
| 1497 | 2025-07-18T23:15:06.958Z | Compiling crossbeam-deque v0.8.5 |
| 1498 | 2025-07-18T23:15:07.208Z | Compiling usdt-impl v0.5.0 |
| 1499 | 2025-07-18T23:15:07.426Z | Compiling curve25519-dalek v4.1.3 |
| 1500 | 2025-07-18T23:15:07.546Z | Compiling toml_datetime v0.6.11 |
| 1501 | 2025-07-18T23:15:07.867Z | Compiling serde_tokenstream v0.2.2 |
| 1502 | 2025-07-18T23:15:08.108Z | Compiling serde_spanned v0.6.9 |
| 1503 | 2025-07-18T23:15:08.210Z | Compiling rand_chacha v0.3.1 |
| 1504 | 2025-07-18T23:15:08.411Z | Compiling md-5 v0.10.6 |
| 1505 | 2025-07-18T23:15:08.453Z | Compiling num-integer v0.1.46 |
| 1506 | 2025-07-18T23:15:08.602Z | Compiling sync_wrapper v1.0.1 |
| 1507 | 2025-07-18T23:15:08.715Z | Compiling ff v0.13.0 |
| 1508 | 2025-07-18T23:15:08.817Z | Compiling hash32 v0.2.1 |
| 1509 | 2025-07-18T23:15:09.086Z | Compiling memoffset v0.9.1 |
| 1510 | 2025-07-18T23:15:09.148Z | Compiling base16ct v0.2.0 |
| 1511 | 2025-07-18T23:15:09.267Z | Compiling cfg_aliases v0.2.1 |
| 1512 | 2025-07-18T23:15:09.397Z | Compiling psl-types v2.0.11 |
| 1513 | 2025-07-18T23:15:09.436Z | Compiling smoltcp v0.9.1 |
| 1514 | 2025-07-18T23:15:09.490Z | Compiling litrs v0.4.1 |
| 1515 | 2025-07-18T23:15:09.629Z | Compiling gimli v0.31.1 |
| 1516 | 2025-07-18T23:15:10.060Z | Compiling num-bigint-dig v0.8.4 |
| 1517 | 2025-07-18T23:15:10.391Z | Compiling fallible-iterator v0.2.0 |
| 1518 | 2025-07-18T23:15:10.462Z | Compiling newtype-uuid v1.2.4 |
| 1519 | 2025-07-18T23:15:10.686Z | Compiling tower-layer v0.3.3 |
| 1520 | 2025-07-18T23:15:10.832Z | Compiling document-features v0.2.10 |
| 1521 | 2025-07-18T23:15:10.960Z | Compiling publicsuffix v2.3.0 |
| 1522 | 2025-07-18T23:15:10.988Z | Compiling tower v0.5.2 |
| 1523 | 2025-07-18T23:15:11.098Z | Compiling postgres-protocol v0.6.8 |
| 1524 | 2025-07-18T23:15:11.460Z | Compiling nix v0.29.0 |
| 1525 | 2025-07-18T23:15:11.907Z | Compiling libz-rs-sys v0.5.1 |
| 1526 | 2025-07-18T23:15:11.933Z | Compiling sec1 v0.7.3 |
| 1527 | 2025-07-18T23:15:12.229Z | Compiling flate2 v1.1.2 |
| 1528 | 2025-07-18T23:15:12.282Z | Compiling group v0.13.0 |
| 1529 | 2025-07-18T23:15:12.517Z | Compiling num-iter v0.1.45 |
| 1530 | 2025-07-18T23:15:12.628Z | Compiling rand v0.8.5 |
| 1531 | 2025-07-18T23:15:12.745Z | Compiling tokio-native-tls v0.3.1 |
| 1532 | 2025-07-18T23:15:13.863Z | Compiling addr2line v0.24.2 |
| 1533 | 2025-07-18T23:15:14.176Z | Compiling ipnetwork v0.21.1 |
| 1534 | 2025-07-18T23:15:14.228Z | Compiling strum_macros v0.27.1 |
| 1535 | 2025-07-18T23:15:14.354Z | Compiling rustls-native-certs v0.8.1 |
| 1536 | 2025-07-18T23:15:14.484Z | Compiling webpki-roots v1.0.1 |
| 1537 | 2025-07-18T23:15:15.071Z | Compiling terminal_size v0.4.0 |
| 1538 | 2025-07-18T23:15:15.097Z | Compiling http-body-util v0.1.3 |
| 1539 | 2025-07-18T23:15:15.097Z | Compiling hkdf v0.12.4 |
| 1540 | 2025-07-18T23:15:15.097Z | Compiling crypto-bigint v0.5.5 |
| 1541 | 2025-07-18T23:15:15.097Z | Compiling thiserror-impl v2.0.12 |
| 1542 | 2025-07-18T23:15:15.097Z | Compiling async-trait v0.1.88 |
| 1543 | 2025-07-18T23:15:15.097Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1544 | 2025-07-18T23:15:15.198Z | Compiling object v0.36.5 |
| 1545 | 2025-07-18T23:15:16.547Z | Compiling ahash v0.8.11 |
| 1546 | 2025-07-18T23:15:16.879Z | Compiling fs-err v3.1.1 |
| 1547 | 2025-07-18T23:15:17.205Z | Compiling anyhow v1.0.98 |
| 1548 | 2025-07-18T23:15:17.449Z | Compiling buf-list v1.0.3 |
| 1549 | 2025-07-18T23:15:17.793Z | Compiling iri-string v0.7.8 |
| 1550 | 2025-07-18T23:15:18.054Z | Compiling bumpalo v3.16.0 |
| 1551 | 2025-07-18T23:15:18.154Z | Compiling simd-adler32 v0.3.7 |
| 1552 | 2025-07-18T23:15:18.553Z | Compiling winnow v0.5.40 |
| 1553 | 2025-07-18T23:15:18.686Z | Compiling lockfree-object-pool v0.1.6 |
| 1554 | 2025-07-18T23:15:18.932Z | Compiling bitflags v1.3.2 |
| 1555 | 2025-07-18T23:15:18.990Z | Compiling hubpack_derive v0.1.1 |
| 1556 | 2025-07-18T23:15:19.016Z | Compiling managed v0.8.0 |
| 1557 | 2025-07-18T23:15:19.087Z | Compiling rustc-demangle v0.1.24 |
| 1558 | 2025-07-18T23:15:19.808Z | Compiling hubpack v0.1.2 |
| 1559 | 2025-07-18T23:15:19.990Z | Compiling strum v0.27.1 |
| 1560 | 2025-07-18T23:15:20.243Z | Compiling zopfli v0.8.1 |
| 1561 | 2025-07-18T23:15:20.325Z | Compiling console v0.15.10 |
| 1562 | 2025-07-18T23:15:20.499Z | Compiling clap_builder v4.5.40 |
| 1563 | 2025-07-18T23:15:21.458Z | Compiling tower-http v0.6.6 |
| 1564 | 2025-07-18T23:15:21.583Z | Compiling thiserror v2.0.12 |
| 1565 | 2025-07-18T23:15:21.732Z | Compiling elliptic-curve v0.13.8 |
| 1566 | 2025-07-18T23:15:21.880Z | Compiling toml_edit v0.19.15 |
| 1567 | 2025-07-18T23:15:22.116Z | Compiling backtrace v0.3.74 |
| 1568 | 2025-07-18T23:15:22.460Z | Compiling hyper-tls v0.6.0 |
| 1569 | 2025-07-18T23:15:22.496Z | Compiling oxnet v0.1.2 |
| 1570 | 2025-07-18T23:15:22.558Z | Compiling zstd v0.13.3 |
| 1571 | 2025-07-18T23:15:23.114Z | Compiling signal-hook-mio v0.2.4 |
| 1572 | 2025-07-18T23:15:23.289Z | Compiling rayon v1.10.0 |
| 1573 | 2025-07-18T23:15:23.325Z | Compiling cookie_store v0.21.1 |
| 1574 | 2025-07-18T23:15:24.793Z | Compiling postgres-types v0.2.9 |
| 1575 | 2025-07-18T23:15:25.511Z | Compiling usdt-attr-macro v0.5.0 |
| 1576 | 2025-07-18T23:15:26.295Z | Compiling usdt-macro v0.5.0 |
| 1577 | 2025-07-18T23:15:26.972Z | Compiling phf v0.11.2 |
| 1578 | 2025-07-18T23:15:27.299Z | Compiling ed25519 v2.2.3 |
| 1579 | 2025-07-18T23:15:27.603Z | Compiling bzip2 v0.5.2 |
| 1580 | 2025-07-18T23:15:27.738Z | Compiling bzip2 v0.4.4 |
| 1581 | 2025-07-18T23:15:28.008Z | Compiling strum_macros v0.26.4 |
| 1582 | 2025-07-18T23:15:28.151Z | Compiling pkcs1 v0.7.5 |
| 1583 | 2025-07-18T23:15:28.440Z | Compiling serde-big-array v0.5.1 |
| 1584 | 2025-07-18T23:15:28.664Z | Compiling serde_urlencoded v0.7.1 |
| 1585 | 2025-07-18T23:15:28.690Z | Compiling rfc6979 v0.4.0 |
| 1586 | 2025-07-18T23:15:28.918Z | Compiling bstr v1.10.0 |
| 1587 | 2025-07-18T23:15:29.076Z | Compiling serde_repr v0.1.19 |
| 1588 | 2025-07-18T23:15:29.117Z | Compiling enum-as-inner v0.6.1 |
| 1589 | 2025-07-18T23:15:29.208Z | Compiling daft-derive v0.1.4 |
| 1590 | 2025-07-18T23:15:29.336Z | Compiling clap_derive v4.5.40 |
| 1591 | 2025-07-18T23:15:30.107Z | Compiling float-cmp v0.10.0 |
| 1592 | 2025-07-18T23:15:30.161Z | Compiling encoding_rs v0.8.34 |
| 1593 | 2025-07-18T23:15:30.430Z | Compiling difflib v0.4.0 |
| 1594 | 2025-07-18T23:15:30.623Z | Compiling number_prefix v0.4.0 |
| 1595 | 2025-07-18T23:15:30.848Z | Compiling static_assertions v1.1.0 |
| 1596 | 2025-07-18T23:15:30.937Z | Compiling whoami v1.5.2 |
| 1597 | 2025-07-18T23:15:31.029Z | Compiling fixedbitset v0.4.2 |
| 1598 | 2025-07-18T23:15:31.499Z | Compiling new_debug_unreachable v1.0.6 |
| 1599 | 2025-07-18T23:15:31.580Z | Compiling precomputed-hash v0.1.1 |
| 1600 | 2025-07-18T23:15:31.652Z | Compiling normalize-line-endings v0.3.0 |
| 1601 | 2025-07-18T23:15:31.753Z | Compiling data-encoding v2.9.0 |
| 1602 | 2025-07-18T23:15:31.827Z | Compiling predicates-core v1.0.8 |
| 1603 | 2025-07-18T23:15:31.901Z | Compiling mime v0.3.17 |
| 1604 | 2025-07-18T23:15:32.167Z | Compiling unicode-segmentation v1.12.0 |
| 1605 | 2025-07-18T23:15:32.226Z | Compiling strum v0.26.3 |
| 1606 | 2025-07-18T23:15:32.442Z | Compiling hickory-proto v0.25.2 |
| 1607 | 2025-07-18T23:15:32.521Z | Compiling predicates v3.1.3 |
| 1608 | 2025-07-18T23:15:33.003Z | Compiling similar v2.7.0 |
| 1609 | 2025-07-18T23:15:33.585Z | Compiling toml_edit v0.22.27 |
| 1610 | 2025-07-18T23:15:33.672Z | Compiling clap v4.5.40 |
| 1611 | 2025-07-18T23:15:33.815Z | Compiling string_cache v0.8.9 |
| 1612 | 2025-07-18T23:15:33.849Z | Compiling tokio-postgres v0.7.13 |
| 1613 | 2025-07-18T23:15:34.030Z | Compiling petgraph v0.6.5 |
| 1614 | 2025-07-18T23:15:34.323Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 1615 | 2025-07-18T23:15:35.067Z | Compiling indicatif v0.17.11 |
| 1616 | 2025-07-18T23:15:36.094Z | Compiling daft v0.1.4 |
| 1617 | 2025-07-18T23:15:36.642Z | Compiling usdt v0.5.0 |
| 1618 | 2025-07-18T23:15:37.099Z | Compiling ecdsa v0.16.9 |
| 1619 | 2025-07-18T23:15:37.145Z | Compiling rsa v0.9.6 |
| 1620 | 2025-07-18T23:15:37.704Z | Compiling zip v0.6.6 |
| 1621 | 2025-07-18T23:15:37.938Z | Compiling zip v4.2.0 |
| 1622 | 2025-07-18T23:15:39.005Z | Compiling ed25519-dalek v2.1.1 |
| 1623 | 2025-07-18T23:15:39.126Z | Compiling toml v0.7.8 |
| 1624 | 2025-07-18T23:15:40.507Z | Compiling crossterm v0.28.1 |
| 1625 | 2025-07-18T23:15:41.579Z | Compiling tokio-stream v0.1.17 |
| 1626 | 2025-07-18T23:15:41.995Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 1627 | 2025-07-18T23:15:42.183Z | Compiling openapiv3 v2.2.0 |
| 1628 | 2025-07-18T23:15:42.451Z | Compiling x509-cert v0.2.5 |
| 1629 | 2025-07-18T23:15:42.518Z | Compiling sha1 v0.10.6 |
| 1630 | 2025-07-18T23:15:42.593Z | Compiling itertools v0.13.0 |
| 1631 | 2025-07-18T23:15:43.004Z | Compiling itertools v0.10.5 |
| 1632 | 2025-07-18T23:15:43.825Z | Compiling dirs-sys-next v0.1.2 |
| 1633 | 2025-07-18T23:15:44.421Z | Compiling winnow v0.6.26 |
| 1634 | 2025-07-18T23:15:44.525Z | Compiling rustc-hash v2.1.1 |
| 1635 | 2025-07-18T23:15:44.690Z | Compiling peg-runtime v0.8.5 |
| 1636 | 2025-07-18T23:15:44.752Z | Compiling lalrpop-util v0.19.12 |
| 1637 | 2025-07-18T23:15:45.136Z | Compiling dirs-next v2.0.0 |
| 1638 | 2025-07-18T23:15:45.296Z | Compiling thread_local v1.1.8 |
| 1639 | 2025-07-18T23:15:45.387Z | Compiling slog-async v2.8.0 |
| 1640 | 2025-07-18T23:15:45.606Z | Compiling term v0.7.0 |
| 1641 | 2025-07-18T23:15:45.632Z | Compiling xattr v1.3.1 |
| 1642 | 2025-07-18T23:15:45.879Z | Compiling futures-executor v0.3.31 |
| 1643 | 2025-07-18T23:15:45.977Z | Compiling crossbeam-channel v0.5.15 |
| 1644 | 2025-07-18T23:15:46.030Z | Compiling is-terminal v0.4.13 |
| 1645 | 2025-07-18T23:15:46.198Z | Compiling filetime v0.2.25 |
| 1646 | 2025-07-18T23:15:46.224Z | Compiling take_mut v0.2.2 |
| 1647 | 2025-07-18T23:15:46.417Z | Compiling slog-term v2.9.1 |
| 1648 | 2025-07-18T23:15:46.472Z | Compiling tar v0.4.44 |
| 1649 | 2025-07-18T23:15:46.530Z | Compiling futures v0.3.31 |
| 1650 | 2025-07-18T23:15:46.668Z | Compiling camino v1.1.10 |
| 1651 | 2025-07-18T23:15:52.630Z | Compiling aws-lc-sys v0.26.0 |
| 1652 | 2025-07-18T23:16:30.010Z | Compiling rustls-webpki v0.102.8 |
| 1653 | 2025-07-18T23:16:36.740Z | Compiling tokio-rustls v0.26.0 |
| 1654 | 2025-07-18T23:16:37.125Z | Compiling hyper-rustls v0.27.7 |
| 1655 | 2025-07-18T23:16:37.524Z | Compiling reqwest v0.12.22 |
| 1656 | 2025-07-18T23:16:42.346Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1657 | 2025-07-18T23:16:42.771Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1658 | 2025-07-18T23:16:49.128Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 33s |
| 1659 | 2025-07-18T23:16:49.302Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1660 | 2025-07-18T23:16:49.380Z | Jul 18 23:16:48.609 INFO Starting download, target: Cockroach |
| 1661 | 2025-07-18T23:16:49.410Z | Jul 18 23:16:48.609 INFO Starting download, target: Clickhouse |
| 1662 | 2025-07-18T23:16:49.410Z | Jul 18 23:16:48.609 INFO Starting download, target: Console |
| 1663 | 2025-07-18T23:16:49.410Z | Jul 18 23:16:48.609 INFO Starting download, target: MaghemiteMgd |
| 1664 | 2025-07-18T23:16:49.410Z | Jul 18 23:16:48.609 INFO Starting download, target: DendriteStub |
| 1665 | 2025-07-18T23:16:49.410Z | Jul 18 23:16:48.609 INFO Starting download, target: TransceiverControl |
| 1666 | 2025-07-18T23:16:49.410Z | Jul 18 23:16:48.611 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1667 | 2025-07-18T23:16:49.410Z | Jul 18 23:16:48.611 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1668 | 2025-07-18T23:16:49.410Z | Jul 18 23:16:48.611 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1669 | 2025-07-18T23:16:49.410Z | Jul 18 23:16:48.611 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1670 | 2025-07-18T23:16:49.410Z | Jul 18 23:16:48.611 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1671 | 2025-07-18T23:16:49.410Z | Jul 18 23:16:48.611 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1672 | 2025-07-18T23:16:49.893Z | Jul 18 23:16:49.116 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1673 | 2025-07-18T23:16:50.462Z | Jul 18 23:16:49.686 INFO Download complete, target: Console |
| 1674 | 2025-07-18T23:16:52.377Z | Jul 18 23:16:51.605 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1675 | 2025-07-18T23:16:53.577Z | Jul 18 23:16:52.806 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1676 | 2025-07-18T23:16:54.235Z | Jul 18 23:16:53.463 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1677 | 2025-07-18T23:16:54.937Z | Jul 18 23:16:54.166 INFO Download complete, target: TransceiverControl |
| 1678 | 2025-07-18T23:16:55.299Z | Jul 18 23:16:54.527 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1679 | 2025-07-18T23:16:55.299Z | Jul 18 23:16:54.527 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1680 | 2025-07-18T23:16:57.453Z | Jul 18 23:16:56.682 INFO Download complete, target: MaghemiteMgd |
| 1681 | 2025-07-18T23:16:59.253Z | Jul 18 23:16:58.482 INFO Download complete, target: DendriteStub |
| 1682 | 2025-07-18T23:17:07.022Z | Jul 18 23:17:06.251 INFO Checking that binary works, target: Cockroach |
| 1683 | 2025-07-18T23:17:07.268Z | Jul 18 23:17:06.497 INFO Download complete, target: Cockroach |
| 1684 | 2025-07-18T23:17:09.057Z | Jul 18 23:17:08.285 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1685 | 2025-07-18T23:17:24.380Z | Jul 18 23:17:23.610 INFO Checking that binary works, target: Clickhouse |
| 1686 | 2025-07-18T23:17:24.524Z | Jul 18 23:17:23.754 INFO Download complete, target: Clickhouse |
| 1687 | 2025-07-18T23:17:24.558Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1688 | 2025-07-18T23:17:24.583Z | |
| 1689 | 2025-07-18T23:17:24.583Z | real 5:46.688870366 |
| 1690 | 2025-07-18T23:17:24.583Z | user 17:01.402762926 |
| 1691 | 2025-07-18T23:17:24.583Z | sys 2:50.430146496 |
| 1692 | 2025-07-18T23:17:24.583Z | trap 0.722256690 |
| 1693 | 2025-07-18T23:17:24.583Z | tflt 0.429175536 |
| 1694 | 2025-07-18T23:17:24.583Z | dflt 1.249878243 |
| 1695 | 2025-07-18T23:17:24.583Z | kflt 0.010015562 |
| 1696 | 2025-07-18T23:17:24.583Z | lock 44:04.817534671 |
| 1697 | 2025-07-18T23:17:24.584Z | slp 1:02:04.856784883 |
| 1698 | 2025-07-18T23:17:24.584Z | lat 1:19.269552934 |
| 1699 | 2025-07-18T23:17:24.584Z | stop 2:54.828576008 |
| 1700 | 2025-07-18T23:17:24.584Z | + banner hack-check |
| 1701 | 2025-07-18T23:17:24.584Z | |
| 1702 | 2025-07-18T23:17:24.584Z | # # ## #### # # #### # # ###### #### # # |
| 1703 | 2025-07-18T23:17:24.584Z | # # # # # # # # # # # # # # # # # |
| 1704 | 2025-07-18T23:17:24.584Z | ###### # # # #### ##### # ###### ##### # #### |
| 1705 | 2025-07-18T23:17:24.584Z | # # ###### # # # # # # # # # # |
| 1706 | 2025-07-18T23:17:24.584Z | # # # # # # # # # # # # # # # # # |
| 1707 | 2025-07-18T23:17:24.584Z | # # # # #### # # #### # # ###### #### # # |
| 1708 | 2025-07-18T23:17:24.584Z | |
| 1709 | 2025-07-18T23:17:24.584Z | + export CARGO_INCREMENTAL=0 |
| 1710 | 2025-07-18T23:17:24.584Z | + CARGO_INCREMENTAL=0 |
| 1711 | 2025-07-18T23:17:24.584Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1712 | 2025-07-18T23:17:25.689Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1713 | 2025-07-18T23:17:25.999Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1714 | 2025-07-18T23:17:30.309Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.64s |
| 1715 | 2025-07-18T23:17:30.382Z | Running `target/debug/xtask check-features --ci` |
| 1716 | 2025-07-18T23:17:30.440Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1717 | 2025-07-18T23:17:30.440Z | running: "/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1718 | 2025-07-18T23:17:31.478Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
| 1719 | 2025-07-18T23:17:31.508Z | Running `target/debug/xtask download cargo-hack` |
| 1720 | 2025-07-18T23:17:33.258Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1721 | 2025-07-18T23:17:33.749Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1722 | 2025-07-18T23:17:39.278Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.72s |
| 1723 | 2025-07-18T23:17:39.468Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1724 | 2025-07-18T23:17:39.544Z | Jul 18 23:17:38.773 INFO Starting download, target: CargoHack |
| 1725 | 2025-07-18T23:17:39.569Z | Jul 18 23:17:38.774 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1726 | 2025-07-18T23:17:39.972Z | Jul 18 23:17:39.201 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1727 | 2025-07-18T23:17:40.108Z | Jul 18 23:17:39.337 INFO Download complete, target: CargoHack |
| 1728 | 2025-07-18T23:17:40.134Z | running: "/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
| 1729 | 2025-07-18T23:17:40.159Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1730 | 2025-07-18T23:17:40.477Z | info: running `cargo check --bins` on api_identity (1/221) |
| 1731 | 2025-07-18T23:17:41.526Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1732 | 2025-07-18T23:17:41.552Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1733 | 2025-07-18T23:17:41.552Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1734 | 2025-07-18T23:17:41.552Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
| 1735 | 2025-07-18T23:17:41.644Z | |
| 1736 | 2025-07-18T23:17:41.644Z | info: running `cargo check --bins` on bootstore (2/221) |
| 1737 | 2025-07-18T23:17:42.702Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1738 | 2025-07-18T23:17:42.729Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1739 | 2025-07-18T23:17:42.729Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1740 | 2025-07-18T23:17:42.729Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s |
| 1741 | 2025-07-18T23:17:42.823Z | |
| 1742 | 2025-07-18T23:17:42.823Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/221) |
| 1743 | 2025-07-18T23:17:43.878Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1744 | 2025-07-18T23:17:43.903Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1745 | 2025-07-18T23:17:43.903Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1746 | 2025-07-18T23:17:43.903Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
| 1747 | 2025-07-18T23:17:44.004Z | |
| 1748 | 2025-07-18T23:17:44.004Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/221) |
| 1749 | 2025-07-18T23:17:45.160Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1750 | 2025-07-18T23:17:45.185Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1751 | 2025-07-18T23:17:45.185Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1752 | 2025-07-18T23:17:45.185Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s |
| 1753 | 2025-07-18T23:17:45.313Z | |
| 1754 | 2025-07-18T23:17:45.313Z | info: running `cargo check --bins` on id-map (5/221) |
| 1755 | 2025-07-18T23:17:46.386Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1756 | 2025-07-18T23:17:46.411Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1757 | 2025-07-18T23:17:46.411Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1758 | 2025-07-18T23:17:46.411Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s |
| 1759 | 2025-07-18T23:17:46.521Z | |
| 1760 | 2025-07-18T23:17:46.521Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (6/221) |
| 1761 | 2025-07-18T23:17:47.307Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1762 | 2025-07-18T23:17:47.332Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1763 | 2025-07-18T23:17:47.332Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1764 | 2025-07-18T23:17:47.332Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 1765 | 2025-07-18T23:17:47.390Z | |
| 1766 | 2025-07-18T23:17:47.390Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (7/221) |
| 1767 | 2025-07-18T23:17:48.184Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1768 | 2025-07-18T23:17:48.210Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1769 | 2025-07-18T23:17:48.210Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1770 | 2025-07-18T23:17:48.210Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 1771 | 2025-07-18T23:17:48.268Z | |
| 1772 | 2025-07-18T23:17:48.268Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (8/221) |
| 1773 | 2025-07-18T23:17:49.110Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1774 | 2025-07-18T23:17:49.135Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1775 | 2025-07-18T23:17:49.135Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1776 | 2025-07-18T23:17:49.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
| 1777 | 2025-07-18T23:17:49.196Z | |
| 1778 | 2025-07-18T23:17:49.196Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (9/221) |
| 1779 | 2025-07-18T23:17:50.136Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1780 | 2025-07-18T23:17:50.162Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1781 | 2025-07-18T23:17:50.162Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1782 | 2025-07-18T23:17:50.162Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s |
| 1783 | 2025-07-18T23:17:50.223Z | |
| 1784 | 2025-07-18T23:17:50.223Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (10/221) |
| 1785 | 2025-07-18T23:17:51.034Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1786 | 2025-07-18T23:17:51.060Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1787 | 2025-07-18T23:17:51.060Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1788 | 2025-07-18T23:17:51.060Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 1789 | 2025-07-18T23:17:51.121Z | |
| 1790 | 2025-07-18T23:17:51.121Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (11/221) |
| 1791 | 2025-07-18T23:17:51.898Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1792 | 2025-07-18T23:17:51.926Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1793 | 2025-07-18T23:17:51.926Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1794 | 2025-07-18T23:17:51.926Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 1795 | 2025-07-18T23:17:51.983Z | |
| 1796 | 2025-07-18T23:17:51.983Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (12/221) |
| 1797 | 2025-07-18T23:17:52.752Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1798 | 2025-07-18T23:17:52.778Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1799 | 2025-07-18T23:17:52.778Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1800 | 2025-07-18T23:17:52.778Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 1801 | 2025-07-18T23:17:52.837Z | |
| 1802 | 2025-07-18T23:17:52.837Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (13/221) |
| 1803 | 2025-07-18T23:17:53.609Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1804 | 2025-07-18T23:17:53.637Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1805 | 2025-07-18T23:17:53.637Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1806 | 2025-07-18T23:17:53.638Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 1807 | 2025-07-18T23:17:53.718Z | |
| 1808 | 2025-07-18T23:17:53.718Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (14/221) |
| 1809 | 2025-07-18T23:17:54.531Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1810 | 2025-07-18T23:17:54.556Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1811 | 2025-07-18T23:17:54.557Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1812 | 2025-07-18T23:17:54.557Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
| 1813 | 2025-07-18T23:17:54.621Z | |
| 1814 | 2025-07-18T23:17:54.621Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (15/221) |
| 1815 | 2025-07-18T23:17:55.472Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1816 | 2025-07-18T23:17:55.498Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1817 | 2025-07-18T23:17:55.498Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1818 | 2025-07-18T23:17:55.498Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
| 1819 | 2025-07-18T23:17:55.558Z | |
| 1820 | 2025-07-18T23:17:55.558Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (16/221) |
| 1821 | 2025-07-18T23:17:56.388Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1822 | 2025-07-18T23:17:56.413Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1823 | 2025-07-18T23:17:56.413Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1824 | 2025-07-18T23:17:56.414Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
| 1825 | 2025-07-18T23:17:56.473Z | |
| 1826 | 2025-07-18T23:17:56.473Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (17/221) |
| 1827 | 2025-07-18T23:17:57.265Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1828 | 2025-07-18T23:17:57.290Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1829 | 2025-07-18T23:17:57.291Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1830 | 2025-07-18T23:17:57.291Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 1831 | 2025-07-18T23:17:57.356Z | |
| 1832 | 2025-07-18T23:17:57.356Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (18/221) |
| 1833 | 2025-07-18T23:17:58.201Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1834 | 2025-07-18T23:17:58.227Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1835 | 2025-07-18T23:17:58.227Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1836 | 2025-07-18T23:17:58.227Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
| 1837 | 2025-07-18T23:17:58.293Z | |
| 1838 | 2025-07-18T23:17:58.293Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (19/221) |
| 1839 | 2025-07-18T23:17:59.265Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1840 | 2025-07-18T23:17:59.290Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1841 | 2025-07-18T23:17:59.291Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1842 | 2025-07-18T23:17:59.291Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
| 1843 | 2025-07-18T23:17:59.358Z | |
| 1844 | 2025-07-18T23:17:59.358Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (20/221) |
| 1845 | 2025-07-18T23:18:00.200Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1846 | 2025-07-18T23:18:00.226Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1847 | 2025-07-18T23:18:00.226Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1848 | 2025-07-18T23:18:00.226Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
| 1849 | 2025-07-18T23:18:00.286Z | |
| 1850 | 2025-07-18T23:18:00.286Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (21/221) |
| 1851 | 2025-07-18T23:18:01.114Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1852 | 2025-07-18T23:18:01.140Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1853 | 2025-07-18T23:18:01.140Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1854 | 2025-07-18T23:18:01.140Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
| 1855 | 2025-07-18T23:18:01.198Z | |
| 1856 | 2025-07-18T23:18:01.198Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (22/221) |
| 1857 | 2025-07-18T23:18:02.021Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1858 | 2025-07-18T23:18:02.048Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1859 | 2025-07-18T23:18:02.048Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1860 | 2025-07-18T23:18:02.048Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
| 1861 | 2025-07-18T23:18:02.108Z | |
| 1862 | 2025-07-18T23:18:02.108Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (23/221) |
| 1863 | 2025-07-18T23:18:02.936Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1864 | 2025-07-18T23:18:02.962Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1865 | 2025-07-18T23:18:02.962Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1866 | 2025-07-18T23:18:02.962Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
| 1867 | 2025-07-18T23:18:03.036Z | |
| 1868 | 2025-07-18T23:18:03.037Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (24/221) |
| 1869 | 2025-07-18T23:18:03.899Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1870 | 2025-07-18T23:18:03.925Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1871 | 2025-07-18T23:18:03.925Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1872 | 2025-07-18T23:18:03.925Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
| 1873 | 2025-07-18T23:18:04.002Z | |
| 1874 | 2025-07-18T23:18:04.002Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (25/221) |
| 1875 | 2025-07-18T23:18:04.833Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1876 | 2025-07-18T23:18:04.858Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1877 | 2025-07-18T23:18:04.858Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1878 | 2025-07-18T23:18:04.858Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
| 1879 | 2025-07-18T23:18:04.926Z | |
| 1880 | 2025-07-18T23:18:04.926Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (26/221) |
| 1881 | 2025-07-18T23:18:05.781Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1882 | 2025-07-18T23:18:05.807Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1883 | 2025-07-18T23:18:05.807Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1884 | 2025-07-18T23:18:05.807Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
| 1885 | 2025-07-18T23:18:05.881Z | |
| 1886 | 2025-07-18T23:18:05.881Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (27/221) |
| 1887 | 2025-07-18T23:18:06.696Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1888 | 2025-07-18T23:18:06.723Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1889 | 2025-07-18T23:18:06.723Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1890 | 2025-07-18T23:18:06.723Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
| 1891 | 2025-07-18T23:18:06.785Z | |
| 1892 | 2025-07-18T23:18:06.785Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (28/221) |
| 1893 | 2025-07-18T23:18:07.613Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1894 | 2025-07-18T23:18:07.639Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1895 | 2025-07-18T23:18:07.640Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1896 | 2025-07-18T23:18:07.640Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
| 1897 | 2025-07-18T23:18:07.709Z | |
| 1898 | 2025-07-18T23:18:07.709Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (29/221) |
| 1899 | 2025-07-18T23:18:08.518Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1900 | 2025-07-18T23:18:08.545Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1901 | 2025-07-18T23:18:08.545Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1902 | 2025-07-18T23:18:08.545Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 1903 | 2025-07-18T23:18:08.609Z | |
| 1904 | 2025-07-18T23:18:08.609Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (30/221) |
| 1905 | 2025-07-18T23:18:09.424Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1906 | 2025-07-18T23:18:09.449Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1907 | 2025-07-18T23:18:09.449Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1908 | 2025-07-18T23:18:09.449Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
| 1909 | 2025-07-18T23:18:09.516Z | |
| 1910 | 2025-07-18T23:18:09.516Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (31/221) |
| 1911 | 2025-07-18T23:18:10.372Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1912 | 2025-07-18T23:18:10.372Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1913 | 2025-07-18T23:18:10.372Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1914 | 2025-07-18T23:18:10.398Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
| 1915 | 2025-07-18T23:18:10.450Z | |
| 1916 | 2025-07-18T23:18:10.451Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (32/221) |
| 1917 | 2025-07-18T23:18:11.247Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1918 | 2025-07-18T23:18:11.275Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1919 | 2025-07-18T23:18:11.275Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1920 | 2025-07-18T23:18:11.275Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 1921 | 2025-07-18T23:18:11.336Z | |
| 1922 | 2025-07-18T23:18:11.336Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/221) |
| 1923 | 2025-07-18T23:18:12.138Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1924 | 2025-07-18T23:18:12.165Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1925 | 2025-07-18T23:18:12.165Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1926 | 2025-07-18T23:18:12.165Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 1927 | 2025-07-18T23:18:12.226Z | |
| 1928 | 2025-07-18T23:18:12.226Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (34/221) |
| 1929 | 2025-07-18T23:18:13.028Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1930 | 2025-07-18T23:18:13.054Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1931 | 2025-07-18T23:18:13.054Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1932 | 2025-07-18T23:18:13.054Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 1933 | 2025-07-18T23:18:13.112Z | |
| 1934 | 2025-07-18T23:18:13.112Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (35/221) |
| 1935 | 2025-07-18T23:18:13.889Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1936 | 2025-07-18T23:18:13.914Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1937 | 2025-07-18T23:18:13.914Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1938 | 2025-07-18T23:18:13.914Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 1939 | 2025-07-18T23:18:13.974Z | |
| 1940 | 2025-07-18T23:18:13.974Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (36/221) |
| 1941 | 2025-07-18T23:18:14.805Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1942 | 2025-07-18T23:18:14.831Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1943 | 2025-07-18T23:18:14.831Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1944 | 2025-07-18T23:18:14.831Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
| 1945 | 2025-07-18T23:18:14.884Z | |
| 1946 | 2025-07-18T23:18:14.884Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (37/221) |
| 1947 | 2025-07-18T23:18:15.712Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1948 | 2025-07-18T23:18:15.737Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1949 | 2025-07-18T23:18:15.737Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1950 | 2025-07-18T23:18:15.737Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
| 1951 | 2025-07-18T23:18:15.803Z | |
| 1952 | 2025-07-18T23:18:15.803Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (38/221) |
| 1953 | 2025-07-18T23:18:16.623Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1954 | 2025-07-18T23:18:16.648Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1955 | 2025-07-18T23:18:16.648Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1956 | 2025-07-18T23:18:16.648Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
| 1957 | 2025-07-18T23:18:16.718Z | |
| 1958 | 2025-07-18T23:18:16.719Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/221) |
| 1959 | 2025-07-18T23:18:17.534Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1960 | 2025-07-18T23:18:17.559Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1961 | 2025-07-18T23:18:17.559Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1962 | 2025-07-18T23:18:17.559Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
| 1963 | 2025-07-18T23:18:17.624Z | |
| 1964 | 2025-07-18T23:18:17.624Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (40/221) |
| 1965 | 2025-07-18T23:18:18.420Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1966 | 2025-07-18T23:18:18.446Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1967 | 2025-07-18T23:18:18.446Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1968 | 2025-07-18T23:18:18.446Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 1969 | 2025-07-18T23:18:18.509Z | |
| 1970 | 2025-07-18T23:18:18.509Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (41/221) |
| 1971 | 2025-07-18T23:18:19.328Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1972 | 2025-07-18T23:18:19.354Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1973 | 2025-07-18T23:18:19.354Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1974 | 2025-07-18T23:18:19.354Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
| 1975 | 2025-07-18T23:18:19.422Z | |
| 1976 | 2025-07-18T23:18:19.422Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (42/221) |
| 1977 | 2025-07-18T23:18:20.242Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1978 | 2025-07-18T23:18:20.267Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1979 | 2025-07-18T23:18:20.269Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1980 | 2025-07-18T23:18:20.269Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
| 1981 | 2025-07-18T23:18:20.328Z | |
| 1982 | 2025-07-18T23:18:20.328Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/221) |
| 1983 | 2025-07-18T23:18:21.135Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1984 | 2025-07-18T23:18:21.160Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1985 | 2025-07-18T23:18:21.161Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1986 | 2025-07-18T23:18:21.161Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 1987 | 2025-07-18T23:18:21.221Z | |
| 1988 | 2025-07-18T23:18:21.221Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (44/221) |
| 1989 | 2025-07-18T23:18:22.020Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1990 | 2025-07-18T23:18:22.046Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1991 | 2025-07-18T23:18:22.046Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1992 | 2025-07-18T23:18:22.046Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 1993 | 2025-07-18T23:18:22.111Z | |
| 1994 | 2025-07-18T23:18:22.111Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (45/221) |
| 1995 | 2025-07-18T23:18:22.910Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1996 | 2025-07-18T23:18:22.936Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1997 | 2025-07-18T23:18:22.936Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1998 | 2025-07-18T23:18:22.936Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 1999 | 2025-07-18T23:18:22.997Z | |
| 2000 | 2025-07-18T23:18:22.997Z | info: running `cargo check --bins` on sled-hardware-types (46/221) |
| 2001 | 2025-07-18T23:18:24.070Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2002 | 2025-07-18T23:18:24.096Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2003 | 2025-07-18T23:18:24.096Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2004 | 2025-07-18T23:18:24.096Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s |
| 2005 | 2025-07-18T23:18:24.193Z | |
| 2006 | 2025-07-18T23:18:24.193Z | info: running `cargo check --bins --no-default-features` on illumos-utils (47/221) |
| 2007 | 2025-07-18T23:18:25.269Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2008 | 2025-07-18T23:18:25.295Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2009 | 2025-07-18T23:18:25.295Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2010 | 2025-07-18T23:18:25.295Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s |
| 2011 | 2025-07-18T23:18:25.395Z | |
| 2012 | 2025-07-18T23:18:25.395Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (48/221) |
| 2013 | 2025-07-18T23:18:26.503Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2014 | 2025-07-18T23:18:26.528Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2015 | 2025-07-18T23:18:26.528Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2016 | 2025-07-18T23:18:26.528Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s |
| 2017 | 2025-07-18T23:18:26.631Z | |
| 2018 | 2025-07-18T23:18:26.631Z | info: running `cargo check --bins` on oxlog (49/221) |
| 2019 | 2025-07-18T23:18:27.692Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2020 | 2025-07-18T23:18:27.717Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2021 | 2025-07-18T23:18:27.877Z | Checking cfg-if v1.0.1 |
| 2022 | 2025-07-18T23:18:27.906Z | Checking libc v0.2.174 |
| 2023 | 2025-07-18T23:18:27.935Z | Checking serde v1.0.219 |
| 2024 | 2025-07-18T23:18:27.961Z | Checking zeroize v1.8.1 |
| 2025 | 2025-07-18T23:18:27.987Z | Checking memchr v2.7.4 |
| 2026 | 2025-07-18T23:18:28.012Z | Checking typenum v1.17.0 |
| 2027 | 2025-07-18T23:18:28.012Z | Checking smallvec v1.15.0 |
| 2028 | 2025-07-18T23:18:28.050Z | Checking value-bag v1.9.0 |
| 2029 | 2025-07-18T23:18:28.076Z | Checking subtle v2.6.1 |
| 2030 | 2025-07-18T23:18:28.255Z | Checking scopeguard v1.2.0 |
| 2031 | 2025-07-18T23:18:28.370Z | Checking const-oid v0.9.6 |
| 2032 | 2025-07-18T23:18:28.414Z | Checking itoa v1.0.11 |
| 2033 | 2025-07-18T23:18:28.442Z | Checking lock_api v0.4.12 |
| 2034 | 2025-07-18T23:18:28.496Z | Checking log v0.4.27 |
| 2035 | 2025-07-18T23:18:28.652Z | Checking stable_deref_trait v1.2.0 |
| 2036 | 2025-07-18T23:18:28.779Z | Checking byteorder v1.5.0 |
| 2037 | 2025-07-18T23:18:28.831Z | Checking zerofrom v0.1.4 |
| 2038 | 2025-07-18T23:18:28.857Z | Checking portable-atomic v1.11.0 |
| 2039 | 2025-07-18T23:18:29.013Z | Checking pin-project-lite v0.2.14 |
| 2040 | 2025-07-18T23:18:29.051Z | Checking generic-array v0.14.7 |
| 2041 | 2025-07-18T23:18:29.077Z | Checking critical-section v1.1.3 |
| 2042 | 2025-07-18T23:18:29.102Z | Checking getrandom v0.2.15 |
| 2043 | 2025-07-18T23:18:29.195Z | Checking signal-hook-registry v1.4.2 |
| 2044 | 2025-07-18T23:18:29.251Z | Checking parking_lot_core v0.9.10 |
| 2045 | 2025-07-18T23:18:29.277Z | Checking mio v1.0.2 |
| 2046 | 2025-07-18T23:18:29.362Z | Checking rand_core v0.6.4 |
| 2047 | 2025-07-18T23:18:29.550Z | Checking yoke v0.7.4 |
| 2048 | 2025-07-18T23:18:29.612Z | Checking parking_lot v0.12.3 |
| 2049 | 2025-07-18T23:18:29.729Z | Checking socket2 v0.5.10 |
| 2050 | 2025-07-18T23:18:29.842Z | Checking once_cell v1.21.3 |
| 2051 | 2025-07-18T23:18:29.913Z | Checking cpufeatures v0.2.14 |
| 2052 | 2025-07-18T23:18:29.938Z | Checking zerovec v0.10.4 |
| 2053 | 2025-07-18T23:18:30.009Z | Checking futures-core v0.3.31 |
| 2054 | 2025-07-18T23:18:30.051Z | Checking litemap v0.7.3 |
| 2055 | 2025-07-18T23:18:30.082Z | Checking writeable v0.5.5 |
| 2056 | 2025-07-18T23:18:30.193Z | Checking zerocopy v0.7.35 |
| 2057 | 2025-07-18T23:18:30.218Z | Checking crypto-common v0.1.6 |
| 2058 | 2025-07-18T23:18:30.253Z | Checking block-buffer v0.10.4 |
| 2059 | 2025-07-18T23:18:30.278Z | Checking block-padding v0.3.3 |
| 2060 | 2025-07-18T23:18:30.442Z | Checking percent-encoding v2.3.1 |
| 2061 | 2025-07-18T23:18:30.468Z | Checking getrandom v0.3.1 |
| 2062 | 2025-07-18T23:18:30.468Z | Checking libm v0.2.8 |
| 2063 | 2025-07-18T23:18:30.509Z | Checking digest v0.10.7 |
| 2064 | 2025-07-18T23:18:30.572Z | Checking inout v0.1.3 |
| 2065 | 2025-07-18T23:18:30.677Z | Checking foldhash v0.1.5 |
| 2066 | 2025-07-18T23:18:30.748Z | Checking ryu v1.0.18 |
| 2067 | 2025-07-18T23:18:30.817Z | Checking equivalent v1.0.2 |
| 2068 | 2025-07-18T23:18:30.908Z | Checking hmac v0.12.1 |
| 2069 | 2025-07-18T23:18:30.953Z | Checking allocator-api2 v0.2.21 |
| 2070 | 2025-07-18T23:18:30.984Z | Checking icu_locid_transform_data v1.5.0 |
| 2071 | 2025-07-18T23:18:31.028Z | Checking futures-sink v0.3.31 |
| 2072 | 2025-07-18T23:18:31.119Z | Checking sha2 v0.10.9 |
| 2073 | 2025-07-18T23:18:31.157Z | Checking cipher v0.4.4 |
| 2074 | 2025-07-18T23:18:31.219Z | Checking slab v0.4.9 |
| 2075 | 2025-07-18T23:18:31.383Z | Checking base64ct v1.6.0 |
| 2076 | 2025-07-18T23:18:31.408Z | Checking num-traits v0.2.19 |
| 2077 | 2025-07-18T23:18:31.507Z | Checking icu_properties_data v1.5.0 |
| 2078 | 2025-07-18T23:18:31.539Z | Checking tinystr v0.7.6 |
| 2079 | 2025-07-18T23:18:31.592Z | Checking icu_collections v1.5.0 |
| 2080 | 2025-07-18T23:18:31.629Z | Checking hashbrown v0.15.4 |
| 2081 | 2025-07-18T23:18:31.689Z | Checking utf8_iter v1.0.4 |
| 2082 | 2025-07-18T23:18:31.757Z | Checking write16 v1.0.0 |
| 2083 | 2025-07-18T23:18:31.865Z | Checking pem-rfc7468 v0.7.0 |
| 2084 | 2025-07-18T23:18:31.909Z | Checking icu_locid v1.5.0 |
| 2085 | 2025-07-18T23:18:31.934Z | Checking icu_normalizer_data v1.5.0 |
| 2086 | 2025-07-18T23:18:31.934Z | Checking flagset v0.4.6 |
| 2087 | 2025-07-18T23:18:32.077Z | Checking utf16_iter v1.0.5 |
| 2088 | 2025-07-18T23:18:32.171Z | Checking salsa20 v0.10.2 |
| 2089 | 2025-07-18T23:18:32.196Z | Checking der v0.7.9 |
| 2090 | 2025-07-18T23:18:32.299Z | Checking ppv-lite86 v0.2.20 |
| 2091 | 2025-07-18T23:18:32.325Z | Checking futures-channel v0.3.31 |
| 2092 | 2025-07-18T23:18:32.444Z | Checking pbkdf2 v0.12.2 |
| 2093 | 2025-07-18T23:18:32.493Z | Checking bytes v1.10.1 |
| 2094 | 2025-07-18T23:18:32.676Z | Checking bitflags v2.9.1 |
| 2095 | 2025-07-18T23:18:32.701Z | Checking serde_json v1.0.140 |
| 2096 | 2025-07-18T23:18:32.754Z | Checking indexmap v2.10.0 |
| 2097 | 2025-07-18T23:18:32.933Z | Checking futures-io v0.3.31 |
| 2098 | 2025-07-18T23:18:32.958Z | Checking icu_provider v1.5.0 |
| 2099 | 2025-07-18T23:18:33.030Z | Checking fnv v1.0.7 |
| 2100 | 2025-07-18T23:18:33.133Z | Checking futures-task v0.3.31 |
| 2101 | 2025-07-18T23:18:33.177Z | Checking pin-utils v0.1.0 |
| 2102 | 2025-07-18T23:18:33.202Z | Checking scrypt v0.11.0 |
| 2103 | 2025-07-18T23:18:33.293Z | Checking aes v0.8.4 |
| 2104 | 2025-07-18T23:18:33.392Z | Checking futures-util v0.3.31 |
| 2105 | 2025-07-18T23:18:33.448Z | Checking cbc v0.1.2 |
| 2106 | 2025-07-18T23:18:33.530Z | Checking tokio v1.45.1 |
| 2107 | 2025-07-18T23:18:33.611Z | Checking icu_locid_transform v1.5.0 |
| 2108 | 2025-07-18T23:18:33.678Z | Checking http v1.3.1 |
| 2109 | 2025-07-18T23:18:33.964Z | Checking spki v0.7.3 |
| 2110 | 2025-07-18T23:18:34.039Z | Checking form_urlencoded v1.2.1 |
| 2111 | 2025-07-18T23:18:34.206Z | Checking zerocopy v0.8.26 |
| 2112 | 2025-07-18T23:18:34.273Z | Checking uuid v1.17.0 |
| 2113 | 2025-07-18T23:18:34.343Z | Checking tracing-core v0.1.32 |
| 2114 | 2025-07-18T23:18:34.372Z | Checking pkcs5 v0.7.1 |
| 2115 | 2025-07-18T23:18:34.702Z | Checking icu_properties v1.5.1 |
| 2116 | 2025-07-18T23:18:34.957Z | Checking pkcs8 v0.10.2 |
| 2117 | 2025-07-18T23:18:34.982Z | Checking iana-time-zone v0.1.63 |
| 2118 | 2025-07-18T23:18:35.025Z | Checking http-body v1.0.1 |
| 2119 | 2025-07-18T23:18:35.068Z | Checking tracing v0.1.40 |
| 2120 | 2025-07-18T23:18:35.170Z | Checking rustls-pki-types v1.10.0 |
| 2121 | 2025-07-18T23:18:35.284Z | Checking tinyvec_macros v0.1.1 |
| 2122 | 2025-07-18T23:18:35.309Z | Compiling newtype-uuid v1.2.4 |
| 2123 | 2025-07-18T23:18:35.403Z | Checking base64 v0.22.1 |
| 2124 | 2025-07-18T23:18:35.466Z | Checking tinyvec v1.8.0 |
| 2125 | 2025-07-18T23:18:35.639Z | Checking chrono v0.4.41 |
| 2126 | 2025-07-18T23:18:35.735Z | Checking aws-lc-sys v0.26.0 |
| 2127 | 2025-07-18T23:18:35.909Z | Checking spin v0.9.8 |
| 2128 | 2025-07-18T23:18:36.263Z | Checking untrusted v0.9.0 |
| 2129 | 2025-07-18T23:18:36.445Z | Checking atomic-waker v1.1.2 |
| 2130 | 2025-07-18T23:18:36.613Z | Checking try-lock v0.2.5 |
| 2131 | 2025-07-18T23:18:36.726Z | Checking untrusted v0.7.1 |
| 2132 | 2025-07-18T23:18:36.782Z | Checking foreign-types-shared v0.1.1 |
| 2133 | 2025-07-18T23:18:36.924Z | Checking adler2 v2.0.0 |
| 2134 | 2025-07-18T23:18:36.950Z | Checking openssl-probe v0.1.5 |
| 2135 | 2025-07-18T23:18:37.114Z | Checking tower-service v0.3.3 |
| 2136 | 2025-07-18T23:18:37.139Z | Checking miniz_oxide v0.8.5 |
| 2137 | 2025-07-18T23:18:37.268Z | Checking foreign-types v0.3.2 |
| 2138 | 2025-07-18T23:18:37.409Z | Checking want v0.3.1 |
| 2139 | 2025-07-18T23:18:37.443Z | Checking rand_core v0.9.2 |
| 2140 | 2025-07-18T23:18:37.636Z | Checking ring v0.17.14 |
| 2141 | 2025-07-18T23:18:37.672Z | Checking ipnet v2.11.0 |
| 2142 | 2025-07-18T23:18:37.866Z | Checking rand_chacha v0.9.0 |
| 2143 | 2025-07-18T23:18:37.892Z | Checking aws-lc-rs v1.12.4 |
| 2144 | 2025-07-18T23:18:37.975Z | Checking icu_normalizer v1.5.0 |
| 2145 | 2025-07-18T23:18:38.001Z | Checking httparse v1.9.5 |
| 2146 | 2025-07-18T23:18:38.128Z | Checking crossbeam-utils v0.8.21 |
| 2147 | 2025-07-18T23:18:38.279Z | Checking openssl-sys v0.9.109 |
| 2148 | 2025-07-18T23:18:38.319Z | Checking thiserror v1.0.69 |
| 2149 | 2025-07-18T23:18:38.501Z | Checking errno v0.3.12 |
| 2150 | 2025-07-18T23:18:38.526Z | Checking aho-corasick v1.1.3 |
| 2151 | 2025-07-18T23:18:38.748Z | Checking powerfmt v0.2.0 |
| 2152 | 2025-07-18T23:18:38.843Z | Checking idna_adapter v1.2.0 |
| 2153 | 2025-07-18T23:18:38.928Z | Checking httpdate v1.0.3 |
| 2154 | 2025-07-18T23:18:39.081Z | Checking unicode-ident v1.0.18 |
| 2155 | 2025-07-18T23:18:39.105Z | Checking idna v1.0.3 |
| 2156 | 2025-07-18T23:18:39.241Z | Checking regex-syntax v0.8.5 |
| 2157 | 2025-07-18T23:18:39.324Z | Checking either v1.15.0 |
| 2158 | 2025-07-18T23:18:39.635Z | Checking url v2.5.4 |
| 2159 | 2025-07-18T23:18:39.660Z | Checking openssl v0.10.73 |
| 2160 | 2025-07-18T23:18:39.738Z | Checking proc-macro2 v1.0.95 |
| 2161 | 2025-07-18T23:18:39.763Z | Checking deranged v0.3.11 |
| 2162 | 2025-07-18T23:18:40.037Z | Checking rustls-webpki v0.102.8 |
| 2163 | 2025-07-18T23:18:40.214Z | Checking crossbeam-epoch v0.9.18 |
| 2164 | 2025-07-18T23:18:40.448Z | Checking rustix v0.38.37 |
| 2165 | 2025-07-18T23:18:40.575Z | Checking rand v0.9.1 |
| 2166 | 2025-07-18T23:18:40.665Z | Checking unicode-normalization v0.1.24 |
| 2167 | 2025-07-18T23:18:40.827Z | Checking semver v1.0.26 |
| 2168 | 2025-07-18T23:18:40.965Z | Checking tokio-util v0.7.15 |
| 2169 | 2025-07-18T23:18:41.050Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2170 | 2025-07-18T23:18:41.202Z | Checking signature v2.2.0 |
| 2171 | 2025-07-18T23:18:41.276Z | Checking scroll v0.12.0 |
| 2172 | 2025-07-18T23:18:41.428Z | Checking crc32fast v1.4.2 |
| 2173 | 2025-07-18T23:18:41.559Z | Checking num-conv v0.1.0 |
| 2174 | 2025-07-18T23:18:41.646Z | Checking utf8parse v0.2.2 |
| 2175 | 2025-07-18T23:18:41.697Z | Checking siphasher v0.3.11 |
| 2176 | 2025-07-18T23:18:41.771Z | Checking zlib-rs v0.5.1 |
| 2177 | 2025-07-18T23:18:41.821Z | Checking time-core v0.1.2 |
| 2178 | 2025-07-18T23:18:41.846Z | Checking ucd-trie v0.1.7 |
| 2179 | 2025-07-18T23:18:42.009Z | Checking h2 v0.4.6 |
| 2180 | 2025-07-18T23:18:42.034Z | Checking dyn-clone v1.0.19 |
| 2181 | 2025-07-18T23:18:42.059Z | Checking anstyle v1.0.11 |
| 2182 | 2025-07-18T23:18:42.084Z | Checking unicode-properties v0.1.3 |
| 2183 | 2025-07-18T23:18:42.210Z | Checking unicode-bidi v0.3.17 |
| 2184 | 2025-07-18T23:18:42.454Z | Checking plain v0.2.3 |
| 2185 | 2025-07-18T23:18:42.480Z | Checking regex-automata v0.4.8 |
| 2186 | 2025-07-18T23:18:42.480Z | Checking num_threads v0.1.7 |
| 2187 | 2025-07-18T23:18:42.641Z | Checking goblin v0.8.2 |
| 2188 | 2025-07-18T23:18:42.666Z | Checking time v0.3.36 |
| 2189 | 2025-07-18T23:18:42.837Z | Checking stringprep v0.1.5 |
| 2190 | 2025-07-18T23:18:43.133Z | Checking schemars v0.8.22 |
| 2191 | 2025-07-18T23:18:43.612Z | Checking libz-rs-sys v0.5.1 |
| 2192 | 2025-07-18T23:18:43.691Z | Checking pest v2.7.14 |
| 2193 | 2025-07-18T23:18:43.845Z | Checking phf_shared v0.11.2 |
| 2194 | 2025-07-18T23:18:44.130Z | Checking anstyle-parse v0.2.5 |
| 2195 | 2025-07-18T23:18:44.419Z | Checking rustls v0.23.19 |
| 2196 | 2025-07-18T23:18:44.694Z | Checking native-tls v0.2.12 |
| 2197 | 2025-07-18T23:18:44.719Z | Checking crossbeam-deque v0.8.5 |
| 2198 | 2025-07-18T23:18:44.999Z | Checking quote v1.0.40 |
| 2199 | 2025-07-18T23:18:45.046Z | Checking rand_chacha v0.3.1 |
| 2200 | 2025-07-18T23:18:45.329Z | Checking num-integer v0.1.46 |
| 2201 | 2025-07-18T23:18:45.374Z | Checking toml_datetime v0.6.11 |
| 2202 | 2025-07-18T23:18:45.477Z | Checking serde_spanned v0.6.9 |
| 2203 | 2025-07-18T23:18:45.701Z | Checking zstd-sys v2.0.14+zstd.1.5.7 |
| 2204 | 2025-07-18T23:18:45.726Z | Checking md-5 v0.10.6 |
| 2205 | 2025-07-18T23:18:45.840Z | Checking sync_wrapper v1.0.1 |
| 2206 | 2025-07-18T23:18:45.931Z | Checking ff v0.13.0 |
| 2207 | 2025-07-18T23:18:45.985Z | Checking hash32 v0.2.1 |
| 2208 | 2025-07-18T23:18:46.031Z | Checking anstyle-query v1.1.1 |
| 2209 | 2025-07-18T23:18:46.191Z | Checking pretty-hex v0.4.1 |
| 2210 | 2025-07-18T23:18:46.217Z | Checking gimli v0.31.1 |
| 2211 | 2025-07-18T23:18:46.242Z | Checking fallible-iterator v0.2.0 |
| 2212 | 2025-07-18T23:18:46.301Z | Checking tower-layer v0.3.3 |
| 2213 | 2025-07-18T23:18:46.420Z | Checking base16ct v0.2.0 |
| 2214 | 2025-07-18T23:18:46.594Z | Checking psl-types v2.0.11 |
| 2215 | 2025-07-18T23:18:46.661Z | Checking colorchoice v1.0.2 |
| 2216 | 2025-07-18T23:18:46.815Z | Checking is_terminal_polyfill v1.70.1 |
| 2217 | 2025-07-18T23:18:46.841Z | Checking postgres-protocol v0.6.8 |
| 2218 | 2025-07-18T23:18:46.842Z | Checking publicsuffix v2.3.0 |
| 2219 | 2025-07-18T23:18:46.914Z | Checking sec1 v0.7.3 |
| 2220 | 2025-07-18T23:18:46.969Z | Checking anstream v0.6.18 |
| 2221 | 2025-07-18T23:18:47.159Z | Checking tower v0.5.2 |
| 2222 | 2025-07-18T23:18:47.321Z | Checking heapless v0.7.17 |
| 2223 | 2025-07-18T23:18:47.361Z | Checking dtrace-parser v0.2.0 |
| 2224 | 2025-07-18T23:18:47.519Z | Checking group v0.13.0 |
| 2225 | 2025-07-18T23:18:47.544Z | Checking dof v0.3.0 |
| 2226 | 2025-07-18T23:18:47.790Z | Checking zstd-safe v7.2.3 |
| 2227 | 2025-07-18T23:18:47.858Z | Checking num-iter v0.1.45 |
| 2228 | 2025-07-18T23:18:47.884Z | Checking rand v0.8.5 |
| 2229 | 2025-07-18T23:18:48.065Z | Checking syn v2.0.104 |
| 2230 | 2025-07-18T23:18:48.124Z | Compiling daft v0.1.4 |
| 2231 | 2025-07-18T23:18:48.173Z | Checking rayon-core v1.12.1 |
| 2232 | 2025-07-18T23:18:48.274Z | Checking tokio-native-tls v0.3.1 |
| 2233 | 2025-07-18T23:18:48.451Z | Checking hyper v1.6.0 |
| 2234 | 2025-07-18T23:18:48.568Z | Checking cookie v0.18.1 |
| 2235 | 2025-07-18T23:18:48.700Z | Checking ipnetwork v0.21.1 |
| 2236 | 2025-07-18T23:18:48.869Z | Checking flate2 v1.1.2 |
| 2237 | 2025-07-18T23:18:49.065Z | Checking terminal_size v0.4.0 |
| 2238 | 2025-07-18T23:18:49.163Z | Checking rustls-native-certs v0.8.1 |
| 2239 | 2025-07-18T23:18:49.188Z | Checking lazy_static v1.5.0 |
| 2240 | 2025-07-18T23:18:49.277Z | Checking webpki-roots v1.0.1 |
| 2241 | 2025-07-18T23:18:49.339Z | Checking http-body-util v0.1.3 |
| 2242 | 2025-07-18T23:18:49.390Z | Checking signal-hook v0.3.17 |
| 2243 | 2025-07-18T23:18:49.510Z | Checking hkdf v0.12.4 |
| 2244 | 2025-07-18T23:18:49.620Z | Checking crypto-bigint v0.5.5 |
| 2245 | 2025-07-18T23:18:49.758Z | Checking tokio-rustls v0.26.0 |
| 2246 | 2025-07-18T23:18:49.783Z | Checking thread-id v4.2.2 |
| 2247 | 2025-07-18T23:18:49.808Z | Checking object v0.36.5 |
| 2248 | 2025-07-18T23:18:49.833Z | Checking winnow v0.5.40 |
| 2249 | 2025-07-18T23:18:49.933Z | Checking strsim v0.11.1 |
| 2250 | 2025-07-18T23:18:49.962Z | Checking addr2line v0.24.2 |
| 2251 | 2025-07-18T23:18:50.205Z | Checking iri-string v0.7.8 |
| 2252 | 2025-07-18T23:18:50.246Z | Checking bitflags v1.3.2 |
| 2253 | 2025-07-18T23:18:50.374Z | Checking simd-adler32 v0.3.7 |
| 2254 | 2025-07-18T23:18:50.523Z | Checking rustc-demangle v0.1.24 |
| 2255 | 2025-07-18T23:18:50.632Z | Checking hyper-util v0.1.14 |
| 2256 | 2025-07-18T23:18:50.735Z | Checking lockfree-object-pool v0.1.6 |
| 2257 | 2025-07-18T23:18:50.962Z | Checking bumpalo v3.16.0 |
| 2258 | 2025-07-18T23:18:50.987Z | Checking unicode-width v0.2.0 |
| 2259 | 2025-07-18T23:18:51.310Z | Checking managed v0.8.0 |
| 2260 | 2025-07-18T23:18:51.451Z | Checking clap_lex v0.7.4 |
| 2261 | 2025-07-18T23:18:51.684Z | Checking smoltcp v0.9.1 |
| 2262 | 2025-07-18T23:18:51.797Z | Checking clap_builder v4.5.40 |
| 2263 | 2025-07-18T23:18:52.376Z | Checking elliptic-curve v0.13.8 |
| 2264 | 2025-07-18T23:18:52.546Z | Checking toml_edit v0.19.15 |
| 2265 | 2025-07-18T23:18:52.716Z | Checking tower-http v0.6.6 |
| 2266 | 2025-07-18T23:18:53.037Z | Checking console v0.15.10 |
| 2267 | 2025-07-18T23:18:53.168Z | Checking zopfli v0.8.1 |
| 2268 | 2025-07-18T23:18:53.293Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2269 | 2025-07-18T23:18:53.520Z | Checking hyper-tls v0.6.0 |
| 2270 | 2025-07-18T23:18:53.632Z | Checking hyper-rustls v0.27.7 |
| 2271 | 2025-07-18T23:18:53.658Z | Checking signal-hook-mio v0.2.4 |
| 2272 | 2025-07-18T23:18:53.835Z | Checking num-bigint-dig v0.8.4 |
| 2273 | 2025-07-18T23:18:53.864Z | Checking oxnet v0.1.2 |
| 2274 | 2025-07-18T23:18:53.889Z | Checking cookie_store v0.21.1 |
| 2275 | 2025-07-18T23:18:54.079Z | Checking rayon v1.10.0 |
| 2276 | 2025-07-18T23:18:54.105Z | Checking usdt-impl v0.5.0 |
| 2277 | 2025-07-18T23:18:54.326Z | Checking zstd v0.13.3 |
| 2278 | 2025-07-18T23:18:54.692Z | Checking postgres-types v0.2.9 |
| 2279 | 2025-07-18T23:18:54.720Z | Checking regex v1.11.1 |
| 2280 | 2025-07-18T23:18:54.745Z | Checking bstr v1.10.0 |
| 2281 | 2025-07-18T23:18:54.893Z | Checking phf v0.11.2 |
| 2282 | 2025-07-18T23:18:55.157Z | Checking ed25519 v2.2.3 |
| 2283 | 2025-07-18T23:18:55.182Z | Checking bzip2 v0.4.4 |
| 2284 | 2025-07-18T23:18:55.323Z | Checking bzip2 v0.5.2 |
| 2285 | 2025-07-18T23:18:55.372Z | Checking thiserror v2.0.12 |
| 2286 | 2025-07-18T23:18:55.489Z | Checking curve25519-dalek v4.1.3 |
| 2287 | 2025-07-18T23:18:55.537Z | Checking strum v0.27.1 |
| 2288 | 2025-07-18T23:18:55.562Z | Checking hubpack v0.1.2 |
| 2289 | 2025-07-18T23:18:55.641Z | Checking memoffset v0.9.1 |
| 2290 | 2025-07-18T23:18:55.727Z | Checking pkcs1 v0.7.5 |
| 2291 | 2025-07-18T23:18:55.776Z | Checking serde_urlencoded v0.7.1 |
| 2292 | 2025-07-18T23:18:55.870Z | Checking backtrace v0.3.74 |
| 2293 | 2025-07-18T23:18:55.895Z | Checking float-cmp v0.10.0 |
| 2294 | 2025-07-18T23:18:55.931Z | Checking serde-big-array v0.5.1 |
| 2295 | 2025-07-18T23:18:55.957Z | Checking rfc6979 v0.4.0 |
| 2296 | 2025-07-18T23:18:56.121Z | Checking memmap v0.7.0 |
| 2297 | 2025-07-18T23:18:56.147Z | Checking encoding_rs v0.8.34 |
| 2298 | 2025-07-18T23:18:56.172Z | Checking fixedbitset v0.4.2 |
| 2299 | 2025-07-18T23:18:56.198Z | Checking normalize-line-endings v0.3.0 |
| 2300 | 2025-07-18T23:18:56.233Z | Checking winnow v0.7.10 |
| 2301 | 2025-07-18T23:18:56.347Z | Checking unicode-segmentation v1.12.0 |
| 2302 | 2025-07-18T23:18:56.373Z | Checking precomputed-hash v0.1.1 |
| 2303 | 2025-07-18T23:18:56.448Z | Checking data-encoding v2.9.0 |
| 2304 | 2025-07-18T23:18:56.502Z | Checking number_prefix v0.4.0 |
| 2305 | 2025-07-18T23:18:56.558Z | Checking mime v0.3.17 |
| 2306 | 2025-07-18T23:18:56.722Z | Checking static_assertions v1.1.0 |
| 2307 | 2025-07-18T23:18:56.845Z | Checking new_debug_unreachable v1.0.6 |
| 2308 | 2025-07-18T23:18:56.880Z | Checking difflib v0.4.0 |
| 2309 | 2025-07-18T23:18:56.966Z | Checking whoami v1.5.2 |
| 2310 | 2025-07-18T23:18:57.003Z | Checking toml_write v0.1.2 |
| 2311 | 2025-07-18T23:18:57.003Z | Checking minimal-lexical v0.2.1 |
| 2312 | 2025-07-18T23:18:57.290Z | Checking predicates-core v1.0.8 |
| 2313 | 2025-07-18T23:18:57.315Z | Checking tokio-postgres v0.7.13 |
| 2314 | 2025-07-18T23:18:57.369Z | Checking similar v2.7.0 |
| 2315 | 2025-07-18T23:18:57.421Z | Checking ed25519-dalek v2.1.1 |
| 2316 | 2025-07-18T23:18:57.448Z | Checking nom v7.1.3 |
| 2317 | 2025-07-18T23:18:57.516Z | Checking predicates v3.1.3 |
| 2318 | 2025-07-18T23:18:57.748Z | Checking indicatif v0.17.11 |
| 2319 | 2025-07-18T23:18:57.886Z | Checking hickory-proto v0.25.2 |
| 2320 | 2025-07-18T23:18:58.198Z | Checking string_cache v0.8.9 |
| 2321 | 2025-07-18T23:18:58.256Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 2322 | 2025-07-18T23:18:58.362Z | Checking reqwest v0.12.22 |
| 2323 | 2025-07-18T23:18:58.547Z | Checking anyhow v1.0.98 |
| 2324 | 2025-07-18T23:18:58.576Z | Checking petgraph v0.6.5 |
| 2325 | 2025-07-18T23:18:59.018Z | Checking usdt v0.5.0 |
| 2326 | 2025-07-18T23:18:59.194Z | Checking toml_edit v0.22.27 |
| 2327 | 2025-07-18T23:18:59.336Z | Checking ecdsa v0.16.9 |
| 2328 | 2025-07-18T23:19:00.091Z | Checking rsa v0.9.6 |
| 2329 | 2025-07-18T23:19:00.325Z | Checking nix v0.29.0 |
| 2330 | 2025-07-18T23:19:00.407Z | Checking zip v4.2.0 |
| 2331 | 2025-07-18T23:19:00.646Z | Checking zip v0.6.6 |
| 2332 | 2025-07-18T23:19:01.156Z | Checking toml v0.7.8 |
| 2333 | 2025-07-18T23:19:01.416Z | Checking clap v4.5.40 |
| 2334 | 2025-07-18T23:19:01.595Z | Checking crossterm v0.28.1 |
| 2335 | 2025-07-18T23:19:01.797Z | Checking tokio-stream v0.1.17 |
| 2336 | 2025-07-18T23:19:02.189Z | Checking strum v0.26.3 |
| 2337 | 2025-07-18T23:19:02.215Z | Checking buf-list v1.0.3 |
| 2338 | 2025-07-18T23:19:02.215Z | Checking fs-err v3.1.1 |
| 2339 | 2025-07-18T23:19:02.215Z | Checking ahash v0.8.11 |
| 2340 | 2025-07-18T23:19:02.276Z | Checking slog v2.7.0 |
| 2341 | 2025-07-18T23:19:02.444Z | Checking itertools v0.13.0 |
| 2342 | 2025-07-18T23:19:02.609Z | Checking itertools v0.12.1 |
| 2343 | 2025-07-18T23:19:02.635Z | Checking itertools v0.10.5 |
| 2344 | 2025-07-18T23:19:02.661Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 2345 | 2025-07-18T23:19:02.796Z | Checking x509-cert v0.2.5 |
| 2346 | 2025-07-18T23:19:03.034Z | Checking openapiv3 v2.2.0 |
| 2347 | 2025-07-18T23:19:03.381Z | Checking sha1 v0.10.6 |
| 2348 | 2025-07-18T23:19:03.698Z | Checking winnow v0.6.26 |
| 2349 | 2025-07-18T23:19:04.244Z | Checking unicode-xid v0.2.6 |
| 2350 | 2025-07-18T23:19:04.446Z | Checking rustc-hash v2.1.1 |
| 2351 | 2025-07-18T23:19:04.536Z | Checking peg-runtime v0.8.5 |
| 2352 | 2025-07-18T23:19:04.651Z | Checking lalrpop-util v0.19.12 |
| 2353 | 2025-07-18T23:19:04.791Z | Checking camino v1.1.10 |
| 2354 | 2025-07-18T23:19:04.856Z | Checking sigpipe v0.1.3 |
| 2355 | 2025-07-18T23:19:05.009Z | Checking glob v0.3.2 |
| 2356 | 2025-07-18T23:19:05.037Z | Checking jiff v0.2.15 |
| 2357 | 2025-07-18T23:19:11.286Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2358 | 2025-07-18T23:19:11.960Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.32s |
| 2359 | 2025-07-18T23:19:12.171Z | |
| 2360 | 2025-07-18T23:19:12.171Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (50/221) |
| 2361 | 2025-07-18T23:19:13.346Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2362 | 2025-07-18T23:19:13.371Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2363 | 2025-07-18T23:19:13.581Z | Compiling regress v0.10.3 |
| 2364 | 2025-07-18T23:19:13.630Z | Checking heck v0.5.0 |
| 2365 | 2025-07-18T23:19:13.675Z | Compiling unsafe-libyaml v0.2.11 |
| 2366 | 2025-07-18T23:19:13.702Z | Checking newtype-uuid v1.2.4 |
| 2367 | 2025-07-18T23:19:13.727Z | Checking rustix v1.0.7 |
| 2368 | 2025-07-18T23:19:13.753Z | Compiling structmeta-derive v0.3.0 |
| 2369 | 2025-07-18T23:19:13.753Z | Checking dirs-sys-next v0.1.2 |
| 2370 | 2025-07-18T23:19:13.891Z | Checking fastrand v2.1.1 |
| 2371 | 2025-07-18T23:19:13.970Z | Checking dirs-next v2.0.0 |
| 2372 | 2025-07-18T23:19:14.045Z | Checking daft v0.1.4 |
| 2373 | 2025-07-18T23:19:14.152Z | Checking thread_local v1.1.8 |
| 2374 | 2025-07-18T23:19:14.340Z | Compiling ident_case v1.0.1 |
| 2375 | 2025-07-18T23:19:14.532Z | Compiling darling_core v0.20.10 |
| 2376 | 2025-07-18T23:19:14.557Z | Checking term v0.7.0 |
| 2377 | 2025-07-18T23:19:14.583Z | Checking crossbeam-channel v0.5.15 |
| 2378 | 2025-07-18T23:19:15.060Z | Compiling serde_yaml v0.9.34+deprecated |
| 2379 | 2025-07-18T23:19:15.397Z | Checking futures-executor v0.3.31 |
| 2380 | 2025-07-18T23:19:15.535Z | Checking tempfile v3.20.0 |
| 2381 | 2025-07-18T23:19:15.560Z | Checking is-terminal v0.4.13 |
| 2382 | 2025-07-18T23:19:15.672Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2383 | 2025-07-18T23:19:15.715Z | Checking take_mut v0.2.2 |
| 2384 | 2025-07-18T23:19:15.910Z | Compiling rustls v0.22.4 |
| 2385 | 2025-07-18T23:19:15.948Z | Checking slog-async v2.8.0 |
| 2386 | 2025-07-18T23:19:16.102Z | Checking slog-term v2.9.1 |
| 2387 | 2025-07-18T23:19:16.277Z | Checking futures v0.3.31 |
| 2388 | 2025-07-18T23:19:16.302Z | Compiling proc-macro-crate v1.3.1 |
| 2389 | 2025-07-18T23:19:16.381Z | Compiling structmeta v0.3.0 |
| 2390 | 2025-07-18T23:19:16.424Z | Checking wait-timeout v0.2.0 |
| 2391 | 2025-07-18T23:19:16.660Z | Compiling multer v3.1.0 |
| 2392 | 2025-07-18T23:19:16.731Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2393 | 2025-07-18T23:19:16.845Z | Compiling ref-cast v1.0.24 |
| 2394 | 2025-07-18T23:19:17.004Z | Checking quick-error v1.2.3 |
| 2395 | 2025-07-18T23:19:17.063Z | Checking bit-vec v0.8.0 |
| 2396 | 2025-07-18T23:19:17.131Z | Checking typify-impl v0.3.0 |
| 2397 | 2025-07-18T23:19:17.202Z | Checking typify-impl v0.2.0 |
| 2398 | 2025-07-18T23:19:17.486Z | Checking match_cfg v0.1.0 |
| 2399 | 2025-07-18T23:19:17.618Z | Checking hostname v0.3.1 |
| 2400 | 2025-07-18T23:19:17.822Z | Checking bit-set v0.8.0 |
| 2401 | 2025-07-18T23:19:18.247Z | Compiling num_enum_derive v0.5.11 |
| 2402 | 2025-07-18T23:19:18.273Z | Checking rusty-fork v0.3.0 |
| 2403 | 2025-07-18T23:19:18.714Z | Compiling derive-ex v0.1.8 |
| 2404 | 2025-07-18T23:19:19.942Z | Checking progenitor-client v0.9.1 |
| 2405 | 2025-07-18T23:19:20.064Z | Checking rand_xorshift v0.4.0 |
| 2406 | 2025-07-18T23:19:20.298Z | Checking slog-json v2.6.1 |
| 2407 | 2025-07-18T23:19:20.389Z | Compiling lzma-sys v0.1.20 |
| 2408 | 2025-07-18T23:19:20.557Z | Compiling darling_macro v0.20.10 |
| 2409 | 2025-07-18T23:19:20.582Z | Checking hex v0.4.3 |
| 2410 | 2025-07-18T23:19:20.624Z | Compiling ref-cast-impl v1.0.24 |
| 2411 | 2025-07-18T23:19:21.096Z | Compiling foreign-types-macros v0.2.3 |
| 2412 | 2025-07-18T23:19:21.209Z | Compiling async-stream-impl v0.3.6 |
| 2413 | 2025-07-18T23:19:21.491Z | Compiling darling v0.20.10 |
| 2414 | 2025-07-18T23:19:21.645Z | Compiling dropshot v0.16.2 |
| 2415 | 2025-07-18T23:19:21.762Z | Checking utf-8 v0.7.6 |
| 2416 | 2025-07-18T23:19:22.026Z | Checking arc-swap v1.7.1 |
| 2417 | 2025-07-18T23:19:22.060Z | Checking unarray v0.1.4 |
| 2418 | 2025-07-18T23:19:22.283Z | Checking foreign-types-shared v0.3.1 |
| 2419 | 2025-07-18T23:19:22.435Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2420 | 2025-07-18T23:19:22.471Z | Checking foreign-types v0.5.0 |
| 2421 | 2025-07-18T23:19:22.496Z | Checking async-stream v0.3.6 |
| 2422 | 2025-07-18T23:19:22.532Z | Checking slog-scope v4.4.0 |
| 2423 | 2025-07-18T23:19:22.606Z | Checking proptest v1.7.0 |
| 2424 | 2025-07-18T23:19:22.632Z | Checking tungstenite v0.21.0 |
| 2425 | 2025-07-18T23:19:22.668Z | Checking tokio-rustls v0.25.0 |
| 2426 | 2025-07-18T23:19:22.843Z | Compiling serde_with_macros v3.14.0 |
| 2427 | 2025-07-18T23:19:23.032Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2428 | 2025-07-18T23:19:23.193Z | Compiling test-strategy v0.4.3 |
| 2429 | 2025-07-18T23:19:23.219Z | Checking slog-bunyan v2.5.0 |
| 2430 | 2025-07-18T23:19:23.245Z | Checking num_enum v0.5.11 |
| 2431 | 2025-07-18T23:19:23.436Z | Compiling proc-macro-error v1.0.4 |
| 2432 | 2025-07-18T23:19:23.849Z | Compiling parse-display-derive v0.10.0 |
| 2433 | 2025-07-18T23:19:24.226Z | Checking toml v0.8.23 |
| 2434 | 2025-07-18T23:19:24.350Z | Checking progenitor-client v0.8.0 |
| 2435 | 2025-07-18T23:19:24.769Z | Compiling heck v0.3.3 |
| 2436 | 2025-07-18T23:19:25.035Z | Checking waitgroup v0.1.2 |
| 2437 | 2025-07-18T23:19:25.179Z | Checking rustls-pemfile v2.2.0 |
| 2438 | 2025-07-18T23:19:25.235Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2439 | 2025-07-18T23:19:25.493Z | Compiling dropshot_endpoint v0.16.2 |
| 2440 | 2025-07-18T23:19:25.624Z | Checking serde_path_to_error v0.1.17 |
| 2441 | 2025-07-18T23:19:26.063Z | Compiling derive-where v1.5.0 |
| 2442 | 2025-07-18T23:19:26.341Z | Checking cstr-argument v0.1.2 |
| 2443 | 2025-07-18T23:19:26.573Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2444 | 2025-07-18T23:19:26.888Z | Checking hostname v0.4.0 |
| 2445 | 2025-07-18T23:19:27.067Z | Checking instant v0.1.13 |
| 2446 | 2025-07-18T23:19:27.224Z | Checking pretty-hex v0.2.1 |
| 2447 | 2025-07-18T23:19:27.328Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2448 | 2025-07-18T23:19:27.431Z | Checking debug-ignore v1.0.5 |
| 2449 | 2025-07-18T23:19:27.641Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2450 | 2025-07-18T23:19:27.695Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
| 2451 | 2025-07-18T23:19:27.726Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2452 | 2025-07-18T23:19:27.922Z | Checking backoff v0.4.0 |
| 2453 | 2025-07-18T23:19:27.964Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2454 | 2025-07-18T23:19:28.149Z | Checking parse-display v0.10.0 |
| 2455 | 2025-07-18T23:19:28.267Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2456 | 2025-07-18T23:19:28.341Z | Checking serde_with v3.14.0 |
| 2457 | 2025-07-18T23:19:28.443Z | Compiling zone_cfg_derive v0.1.2 |
| 2458 | 2025-07-18T23:19:28.481Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2459 | 2025-07-18T23:19:28.506Z | Checking tokio-tungstenite v0.21.0 |
| 2460 | 2025-07-18T23:19:29.271Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2461 | 2025-07-18T23:19:29.298Z | Checking iddqd v0.3.8 |
| 2462 | 2025-07-18T23:19:29.353Z | Checking slog-stdlog v4.1.1 |
| 2463 | 2025-07-18T23:19:30.582Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2464 | 2025-07-18T23:19:30.607Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2465 | 2025-07-18T23:19:30.607Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2466 | 2025-07-18T23:19:30.607Z | Checking progenitor-client v0.10.0 |
| 2467 | 2025-07-18T23:19:30.607Z | Checking colored v2.2.0 |
| 2468 | 2025-07-18T23:19:30.607Z | Checking macaddr v1.0.1 |
| 2469 | 2025-07-18T23:19:30.607Z | Checking base64 v0.13.1 |
| 2470 | 2025-07-18T23:19:30.935Z | Checking unicode-width v0.1.14 |
| 2471 | 2025-07-18T23:19:31.085Z | Checking base64 v0.21.7 |
| 2472 | 2025-07-18T23:19:31.117Z | Checking ron v0.7.1 |
| 2473 | 2025-07-18T23:19:31.203Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2474 | 2025-07-18T23:19:31.460Z | Checking tabwriter v1.4.0 |
| 2475 | 2025-07-18T23:19:31.623Z | Checking zone v0.1.8 |
| 2476 | 2025-07-18T23:19:31.758Z | Checking slog-envlogger v2.2.0 |
| 2477 | 2025-07-18T23:19:31.783Z | Checking xz2 v0.1.7 |
| 2478 | 2025-07-18T23:19:31.927Z | Compiling typify-macro v0.3.0 |
| 2479 | 2025-07-18T23:19:32.058Z | Checking tokio-dtrace v0.1.0 |
| 2480 | 2025-07-18T23:19:32.151Z | Checking xattr v1.3.1 |
| 2481 | 2025-07-18T23:19:32.337Z | Checking yasna v0.5.2 |
| 2482 | 2025-07-18T23:19:32.362Z | Compiling typify-macro v0.2.0 |
| 2483 | 2025-07-18T23:19:32.387Z | Checking pem v3.0.5 |
| 2484 | 2025-07-18T23:19:32.412Z | Checking smf v0.2.3 |
| 2485 | 2025-07-18T23:19:32.412Z | Checking headers-core v0.3.0 |
| 2486 | 2025-07-18T23:19:32.626Z | Checking filetime v0.2.25 |
| 2487 | 2025-07-18T23:19:32.693Z | Checking same-file v1.0.6 |
| 2488 | 2025-07-18T23:19:32.878Z | Checking tar v0.4.44 |
| 2489 | 2025-07-18T23:19:32.917Z | Checking walkdir v2.5.0 |
| 2490 | 2025-07-18T23:19:32.943Z | Checking headers v0.4.1 |
| 2491 | 2025-07-18T23:19:33.259Z | Checking oxide-tokio-rt v0.1.2 |
| 2492 | 2025-07-18T23:19:33.284Z | Checking rcgen v0.12.1 |
| 2493 | 2025-07-18T23:19:33.309Z | Checking camino-tempfile v1.4.1 |
| 2494 | 2025-07-18T23:19:33.532Z | Checking atomicwrites v0.4.4 |
| 2495 | 2025-07-18T23:19:33.647Z | Checking subprocess v0.2.9 |
| 2496 | 2025-07-18T23:19:35.541Z | Compiling typify v0.3.0 |
| 2497 | 2025-07-18T23:19:35.660Z | Compiling typify v0.2.0 |
| 2498 | 2025-07-18T23:19:35.709Z | Compiling progenitor-impl v0.9.1 |
| 2499 | 2025-07-18T23:19:35.839Z | Compiling progenitor-impl v0.8.0 |
| 2500 | 2025-07-18T23:19:39.849Z | Compiling progenitor-macro v0.8.0 |
| 2501 | 2025-07-18T23:19:40.097Z | Compiling progenitor-macro v0.9.1 |
| 2502 | 2025-07-18T23:19:45.984Z | Checking progenitor v0.8.0 |
| 2503 | 2025-07-18T23:19:46.263Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2504 | 2025-07-18T23:19:47.132Z | Checking progenitor v0.9.1 |
| 2505 | 2025-07-18T23:19:47.409Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
| 2506 | 2025-07-18T23:19:50.373Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 2507 | 2025-07-18T23:19:52.204Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2508 | 2025-07-18T23:20:03.017Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2509 | 2025-07-18T23:20:05.820Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2510 | 2025-07-18T23:20:08.130Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.94s |
| 2511 | 2025-07-18T23:20:08.349Z | |
| 2512 | 2025-07-18T23:20:08.349Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (51/221) |
| 2513 | 2025-07-18T23:20:09.578Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2514 | 2025-07-18T23:20:09.603Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2515 | 2025-07-18T23:20:09.771Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2516 | 2025-07-18T23:20:12.217Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.85s |
| 2517 | 2025-07-18T23:20:12.425Z | |
| 2518 | 2025-07-18T23:20:12.425Z | info: running `cargo check --bins` on nexus-config (52/221) |
| 2519 | 2025-07-18T23:20:13.546Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2520 | 2025-07-18T23:20:13.571Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2521 | 2025-07-18T23:20:13.571Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2522 | 2025-07-18T23:20:13.571Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s |
| 2523 | 2025-07-18T23:20:13.679Z | |
| 2524 | 2025-07-18T23:20:13.679Z | info: running `cargo check --bins` on omicron-rpaths (53/221) |
| 2525 | 2025-07-18T23:20:14.747Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2526 | 2025-07-18T23:20:14.773Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2527 | 2025-07-18T23:20:14.774Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2528 | 2025-07-18T23:20:14.774Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s |
| 2529 | 2025-07-18T23:20:14.879Z | |
| 2530 | 2025-07-18T23:20:14.879Z | info: running `cargo check --bins` on omicron-certificates (54/221) |
| 2531 | 2025-07-18T23:20:16.031Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2532 | 2025-07-18T23:20:16.058Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2533 | 2025-07-18T23:20:16.058Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2534 | 2025-07-18T23:20:16.058Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s |
| 2535 | 2025-07-18T23:20:16.157Z | |
| 2536 | 2025-07-18T23:20:16.157Z | info: running `cargo check --bins` on omicron-clickhouse-admin (55/221) |
| 2537 | 2025-07-18T23:20:17.278Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2538 | 2025-07-18T23:20:17.303Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2539 | 2025-07-18T23:20:17.591Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2540 | 2025-07-18T23:20:17.637Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2541 | 2025-07-18T23:20:17.663Z | Compiling rustix v1.0.7 |
| 2542 | 2025-07-18T23:20:17.688Z | Compiling darling_core v0.21.0 |
| 2543 | 2025-07-18T23:20:17.715Z | Compiling wait-timeout v0.2.0 |
| 2544 | 2025-07-18T23:20:17.741Z | Compiling quick-error v1.2.3 |
| 2545 | 2025-07-18T23:20:17.741Z | Compiling bit-vec v0.8.0 |
| 2546 | 2025-07-18T23:20:17.741Z | Compiling match_cfg v0.1.0 |
| 2547 | 2025-07-18T23:20:17.823Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2548 | 2025-07-18T23:20:17.892Z | Compiling hostname v0.3.1 |
| 2549 | 2025-07-18T23:20:17.976Z | Compiling rustls v0.22.4 |
| 2550 | 2025-07-18T23:20:18.152Z | Compiling progenitor-client v0.9.1 |
| 2551 | 2025-07-18T23:20:18.187Z | Compiling slog-json v2.6.1 |
| 2552 | 2025-07-18T23:20:18.293Z | Compiling bit-set v0.8.0 |
| 2553 | 2025-07-18T23:20:18.319Z | Compiling rand_xorshift v0.4.0 |
| 2554 | 2025-07-18T23:20:18.407Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2555 | 2025-07-18T23:20:18.581Z | Compiling itertools v0.14.0 |
| 2556 | 2025-07-18T23:20:18.625Z | Compiling hex v0.4.3 |
| 2557 | 2025-07-18T23:20:18.662Z | Compiling unarray v0.1.4 |
| 2558 | 2025-07-18T23:20:18.742Z | Compiling heapless v0.8.0 |
| 2559 | 2025-07-18T23:20:18.923Z | Compiling progenitor v0.9.1 |
| 2560 | 2025-07-18T23:20:19.258Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2561 | 2025-07-18T23:20:19.283Z | Compiling slog-bunyan v2.5.0 |
| 2562 | 2025-07-18T23:20:19.494Z | Compiling ref-cast v1.0.24 |
| 2563 | 2025-07-18T23:20:19.559Z | Compiling async-stream v0.3.6 |
| 2564 | 2025-07-18T23:20:19.634Z | Compiling multer v3.1.0 |
| 2565 | 2025-07-18T23:20:19.694Z | Compiling toml v0.8.23 |
| 2566 | 2025-07-18T23:20:19.929Z | Compiling tempfile v3.20.0 |
| 2567 | 2025-07-18T23:20:20.306Z | Compiling waitgroup v0.1.2 |
| 2568 | 2025-07-18T23:20:20.573Z | Compiling rusty-fork v0.3.0 |
| 2569 | 2025-07-18T23:20:20.614Z | Compiling rustls-pemfile v2.2.0 |
| 2570 | 2025-07-18T23:20:20.770Z | Checking hash32 v0.3.1 |
| 2571 | 2025-07-18T23:20:20.996Z | Compiling proptest v1.7.0 |
| 2572 | 2025-07-18T23:20:21.021Z | Compiling serde_path_to_error v0.1.17 |
| 2573 | 2025-07-18T23:20:21.260Z | Compiling hostname v0.4.0 |
| 2574 | 2025-07-18T23:20:21.364Z | Compiling instant v0.1.13 |
| 2575 | 2025-07-18T23:20:21.542Z | Compiling debug-ignore v1.0.5 |
| 2576 | 2025-07-18T23:20:21.596Z | Compiling smoltcp v0.11.0 |
| 2577 | 2025-07-18T23:20:21.747Z | Compiling backoff v0.4.0 |
| 2578 | 2025-07-18T23:20:21.993Z | Compiling iddqd v0.3.8 |
| 2579 | 2025-07-18T23:20:22.150Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
| 2580 | 2025-07-18T23:20:22.331Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2581 | 2025-07-18T23:20:22.562Z | Compiling tokio-rustls v0.25.0 |
| 2582 | 2025-07-18T23:20:22.673Z | Compiling parse-display v0.10.0 |
| 2583 | 2025-07-18T23:20:23.020Z | Compiling dropshot v0.16.2 |
| 2584 | 2025-07-18T23:20:23.291Z | Compiling serde_with v3.14.0 |
| 2585 | 2025-07-18T23:20:24.448Z | Compiling darling_macro v0.21.0 |
| 2586 | 2025-07-18T23:20:24.789Z | Checking num-rational v0.4.2 |
| 2587 | 2025-07-18T23:20:25.378Z | Compiling darling v0.21.0 |
| 2588 | 2025-07-18T23:20:25.477Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2589 | 2025-07-18T23:20:25.524Z | Compiling ingot-macros v0.1.1 |
| 2590 | 2025-07-18T23:20:26.200Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2591 | 2025-07-18T23:20:26.322Z | Compiling progenitor-client v0.10.0 |
| 2592 | 2025-07-18T23:20:26.891Z | Compiling phf_generator v0.11.2 |
| 2593 | 2025-07-18T23:20:27.113Z | Checking num-complex v0.4.6 |
| 2594 | 2025-07-18T23:20:27.968Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
| 2595 | 2025-07-18T23:20:28.423Z | Compiling macaddr v1.0.1 |
| 2596 | 2025-07-18T23:20:28.879Z | Checking cobs v0.2.3 |
| 2597 | 2025-07-18T23:20:29.156Z | Checking postcard v1.0.10 |
| 2598 | 2025-07-18T23:20:29.282Z | Compiling num v0.4.3 |
| 2599 | 2025-07-18T23:20:29.578Z | Compiling phf_codegen v0.11.2 |
| 2600 | 2025-07-18T23:20:29.802Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
| 2601 | 2025-07-18T23:20:29.837Z | Compiling parse-zoneinfo v0.3.1 |
| 2602 | 2025-07-18T23:20:29.865Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
| 2603 | 2025-07-18T23:20:30.220Z | Checking float-ord v0.3.2 |
| 2604 | 2025-07-18T23:20:30.405Z | Compiling convert_case v0.4.0 |
| 2605 | 2025-07-18T23:20:30.610Z | Compiling chrono-tz-build v0.4.0 |
| 2606 | 2025-07-18T23:20:31.241Z | Compiling derive_more v0.99.20 |
| 2607 | 2025-07-18T23:20:31.649Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2608 | 2025-07-18T23:20:32.008Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
| 2609 | 2025-07-18T23:20:32.075Z | Checking linked-hash-map v0.5.6 |
| 2610 | 2025-07-18T23:20:32.382Z | Checking ingot-types v0.1.2 |
| 2611 | 2025-07-18T23:20:32.471Z | Compiling crucible-workspace-hack v0.1.0 |
| 2612 | 2025-07-18T23:20:32.827Z | Checking lru-cache v0.1.2 |
| 2613 | 2025-07-18T23:20:32.894Z | Compiling chrono-tz v0.10.3 |
| 2614 | 2025-07-18T23:20:32.950Z | Checking newline-converter v0.3.0 |
| 2615 | 2025-07-18T23:20:33.071Z | Checking resolv-conf v0.7.0 |
| 2616 | 2025-07-18T23:20:33.157Z | Checking hickory-proto v0.24.4 |
| 2617 | 2025-07-18T23:20:33.207Z | Checking ingot v0.1.1 |
| 2618 | 2025-07-18T23:20:33.623Z | Checking prettyplease v0.2.35 |
| 2619 | 2025-07-18T23:20:34.980Z | Compiling slog-dtrace v0.3.0 |
| 2620 | 2025-07-18T23:20:35.379Z | Compiling zone_cfg_derive v0.3.0 |
| 2621 | 2025-07-18T23:20:35.420Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2622 | 2025-07-18T23:20:36.906Z | Checking expectorate v1.2.0 |
| 2623 | 2025-07-18T23:20:36.931Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
| 2624 | 2025-07-18T23:20:36.932Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
| 2625 | 2025-07-18T23:20:36.932Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2626 | 2025-07-18T23:20:37.186Z | Compiling const_format_proc_macros v0.2.34 |
| 2627 | 2025-07-18T23:20:37.212Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2628 | 2025-07-18T23:20:37.715Z | Compiling num-derive v0.4.2 |
| 2629 | 2025-07-18T23:20:37.824Z | Checking hickory-resolver v0.24.4 |
| 2630 | 2025-07-18T23:20:37.910Z | Checking highway v1.3.0 |
| 2631 | 2025-07-18T23:20:38.280Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2632 | 2025-07-18T23:20:38.467Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2633 | 2025-07-18T23:20:38.660Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2634 | 2025-07-18T23:20:39.072Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2635 | 2025-07-18T23:20:39.138Z | Checking const_format v0.2.34 |
| 2636 | 2025-07-18T23:20:39.407Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
| 2637 | 2025-07-18T23:20:39.681Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2638 | 2025-07-18T23:20:39.772Z | Checking qorb v0.4.0 |
| 2639 | 2025-07-18T23:20:39.926Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
| 2640 | 2025-07-18T23:20:40.223Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
| 2641 | 2025-07-18T23:20:40.521Z | Checking zone v0.3.1 |
| 2642 | 2025-07-18T23:20:41.260Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
| 2643 | 2025-07-18T23:20:41.348Z | Checking gethostname v0.5.0 |
| 2644 | 2025-07-18T23:20:41.381Z | Checking bcs v0.1.6 |
| 2645 | 2025-07-18T23:20:41.542Z | Checking nanorand v0.7.0 |
| 2646 | 2025-07-18T23:20:41.723Z | Compiling async-recursion v1.1.1 |
| 2647 | 2025-07-18T23:20:41.754Z | Checking termtree v0.5.1 |
| 2648 | 2025-07-18T23:20:41.985Z | Checking flume v0.11.1 |
| 2649 | 2025-07-18T23:20:42.016Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2650 | 2025-07-18T23:20:48.068Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2651 | 2025-07-18T23:20:53.391Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2652 | 2025-07-18T23:20:58.089Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2653 | 2025-07-18T23:21:00.561Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.39s |
| 2654 | 2025-07-18T23:21:00.791Z | |
| 2655 | 2025-07-18T23:21:00.791Z | info: running `cargo check --bins` on clickhouse-admin-api (56/221) |
| 2656 | 2025-07-18T23:21:01.968Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2657 | 2025-07-18T23:21:01.994Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2658 | 2025-07-18T23:21:01.994Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2659 | 2025-07-18T23:21:01.994Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.17s |
| 2660 | 2025-07-18T23:21:02.093Z | |
| 2661 | 2025-07-18T23:21:02.093Z | info: running `cargo check --bins` on clickhouse-admin-types (57/221) |
| 2662 | 2025-07-18T23:21:03.187Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2663 | 2025-07-18T23:21:03.212Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2664 | 2025-07-18T23:21:03.212Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2665 | 2025-07-18T23:21:03.212Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s |
| 2666 | 2025-07-18T23:21:03.320Z | |
| 2667 | 2025-07-18T23:21:03.320Z | info: running `cargo check --bins --no-default-features` on oximeter-db (58/221) |
| 2668 | 2025-07-18T23:21:04.462Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2669 | 2025-07-18T23:21:04.486Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2670 | 2025-07-18T23:21:04.715Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2671 | 2025-07-18T23:21:05.716Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.38s |
| 2672 | 2025-07-18T23:21:05.928Z | |
| 2673 | 2025-07-18T23:21:05.928Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (59/221) |
| 2674 | 2025-07-18T23:21:07.061Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2675 | 2025-07-18T23:21:07.086Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2676 | 2025-07-18T23:21:07.270Z | Compiling cfg_aliases v0.1.1 |
| 2677 | 2025-07-18T23:21:07.270Z | Compiling vte_generate_state_changes v0.1.2 |
| 2678 | 2025-07-18T23:21:07.295Z | Checking fd-lock v4.0.2 |
| 2679 | 2025-07-18T23:21:07.295Z | Checking nibble_vec v0.1.0 |
| 2680 | 2025-07-18T23:21:07.295Z | Checking bytecount v0.6.8 |
| 2681 | 2025-07-18T23:21:07.295Z | Checking endian-type v0.1.2 |
| 2682 | 2025-07-18T23:21:07.295Z | Compiling tabled_derive v0.7.0 |
| 2683 | 2025-07-18T23:21:07.358Z | Compiling peg-macros v0.8.5 |
| 2684 | 2025-07-18T23:21:07.475Z | Compiling nix v0.28.0 |
| 2685 | 2025-07-18T23:21:07.588Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2686 | 2025-07-18T23:21:07.632Z | Checking papergrid v0.11.0 |
| 2687 | 2025-07-18T23:21:07.657Z | Compiling sqlparser_derive v0.2.2 |
| 2688 | 2025-07-18T23:21:07.682Z | Checking radix_trie v0.2.1 |
| 2689 | 2025-07-18T23:21:07.962Z | Checking vte v0.11.1 |
| 2690 | 2025-07-18T23:21:08.166Z | Checking home v0.5.9 |
| 2691 | 2025-07-18T23:21:08.348Z | Checking unicode_categories v0.1.1 |
| 2692 | 2025-07-18T23:21:08.604Z | Checking nu-ansi-term v0.50.1 |
| 2693 | 2025-07-18T23:21:08.673Z | Checking sqlformat v0.3.5 |
| 2694 | 2025-07-18T23:21:08.726Z | Checking sqlparser v0.45.0 |
| 2695 | 2025-07-18T23:21:09.101Z | Checking display-error-chain v0.2.2 |
| 2696 | 2025-07-18T23:21:09.327Z | Checking strip-ansi-escapes v0.2.0 |
| 2697 | 2025-07-18T23:21:09.503Z | Checking tabled v0.15.0 |
| 2698 | 2025-07-18T23:21:09.573Z | Checking reedline v0.40.0 |
| 2699 | 2025-07-18T23:21:10.100Z | Checking peg v0.8.5 |
| 2700 | 2025-07-18T23:21:10.793Z | Checking rustyline v14.0.0 |
| 2701 | 2025-07-18T23:21:25.796Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.85s |
| 2702 | 2025-07-18T23:21:26.014Z | |
| 2703 | 2025-07-18T23:21:26.014Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (60/221) |
| 2704 | 2025-07-18T23:21:27.185Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2705 | 2025-07-18T23:21:27.212Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2706 | 2025-07-18T23:21:27.391Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2707 | 2025-07-18T23:21:36.417Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.39s |
| 2708 | 2025-07-18T23:21:36.639Z | |
| 2709 | 2025-07-18T23:21:36.639Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (61/221) |
| 2710 | 2025-07-18T23:21:37.790Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2711 | 2025-07-18T23:21:37.815Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2712 | 2025-07-18T23:21:37.990Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2713 | 2025-07-18T23:21:44.443Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.79s |
| 2714 | 2025-07-18T23:21:44.670Z | |
| 2715 | 2025-07-18T23:21:44.670Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (62/221) |
| 2716 | 2025-07-18T23:21:45.859Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2717 | 2025-07-18T23:21:45.884Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2718 | 2025-07-18T23:21:46.068Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2719 | 2025-07-18T23:21:54.752Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.07s |
| 2720 | 2025-07-18T23:21:54.992Z | |
| 2721 | 2025-07-18T23:21:54.992Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (63/221) |
| 2722 | 2025-07-18T23:21:56.189Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2723 | 2025-07-18T23:21:56.214Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2724 | 2025-07-18T23:21:56.389Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2725 | 2025-07-18T23:22:04.674Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.66s |
| 2726 | 2025-07-18T23:22:04.903Z | |
| 2727 | 2025-07-18T23:22:04.903Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (64/221) |
| 2728 | 2025-07-18T23:22:06.084Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2729 | 2025-07-18T23:22:06.110Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2730 | 2025-07-18T23:22:06.290Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2731 | 2025-07-18T23:22:12.938Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.02s |
| 2732 | 2025-07-18T23:22:13.173Z | |
| 2733 | 2025-07-18T23:22:13.173Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (65/221) |
| 2734 | 2025-07-18T23:22:14.336Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2735 | 2025-07-18T23:22:14.362Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2736 | 2025-07-18T23:22:14.548Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2737 | 2025-07-18T23:22:21.116Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.93s |
| 2738 | 2025-07-18T23:22:21.326Z | |
| 2739 | 2025-07-18T23:22:21.326Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (66/221) |
| 2740 | 2025-07-18T23:22:22.486Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2741 | 2025-07-18T23:22:22.512Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2742 | 2025-07-18T23:22:22.698Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2743 | 2025-07-18T23:22:32.091Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.75s |
| 2744 | 2025-07-18T23:22:32.387Z | |
| 2745 | 2025-07-18T23:22:32.387Z | info: running `cargo check --bins` on oximeter (67/221) |
| 2746 | 2025-07-18T23:22:33.533Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2747 | 2025-07-18T23:22:33.559Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2748 | 2025-07-18T23:22:33.559Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2749 | 2025-07-18T23:22:33.559Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s |
| 2750 | 2025-07-18T23:22:33.670Z | |
| 2751 | 2025-07-18T23:22:33.670Z | info: running `cargo check --bins` on oximeter-macro-impl (68/221) |
| 2752 | 2025-07-18T23:22:34.827Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2753 | 2025-07-18T23:22:34.852Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2754 | 2025-07-18T23:22:34.853Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2755 | 2025-07-18T23:22:34.853Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s |
| 2756 | 2025-07-18T23:22:34.960Z | |
| 2757 | 2025-07-18T23:22:34.960Z | info: running `cargo check --bins` on oximeter-schema (69/221) |
| 2758 | 2025-07-18T23:22:36.107Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2759 | 2025-07-18T23:22:36.132Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2760 | 2025-07-18T23:22:36.278Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2761 | 2025-07-18T23:22:39.550Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2762 | 2025-07-18T23:22:41.183Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.21s |
| 2763 | 2025-07-18T23:22:41.394Z | |
| 2764 | 2025-07-18T23:22:41.394Z | info: running `cargo check --bins` on oximeter-types (70/221) |
| 2765 | 2025-07-18T23:22:42.552Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2766 | 2025-07-18T23:22:42.578Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2767 | 2025-07-18T23:22:42.578Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2768 | 2025-07-18T23:22:42.578Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s |
| 2769 | 2025-07-18T23:22:42.686Z | |
| 2770 | 2025-07-18T23:22:42.686Z | info: running `cargo check --bins` on oximeter-timeseries-macro (71/221) |
| 2771 | 2025-07-18T23:22:43.886Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2772 | 2025-07-18T23:22:43.911Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2773 | 2025-07-18T23:22:43.911Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2774 | 2025-07-18T23:22:43.911Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s |
| 2775 | 2025-07-18T23:22:44.020Z | |
| 2776 | 2025-07-18T23:22:44.020Z | info: running `cargo check --bins` on oxql-types (72/221) |
| 2777 | 2025-07-18T23:22:45.166Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2778 | 2025-07-18T23:22:45.191Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2779 | 2025-07-18T23:22:45.191Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2780 | 2025-07-18T23:22:45.191Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s |
| 2781 | 2025-07-18T23:22:45.301Z | |
| 2782 | 2025-07-18T23:22:45.302Z | info: running `cargo check --bins` on oximeter-test-utils (73/221) |
| 2783 | 2025-07-18T23:22:46.484Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2784 | 2025-07-18T23:22:46.509Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2785 | 2025-07-18T23:22:46.509Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2786 | 2025-07-18T23:22:46.509Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s |
| 2787 | 2025-07-18T23:22:46.625Z | |
| 2788 | 2025-07-18T23:22:46.625Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (74/221) |
| 2789 | 2025-07-18T23:22:47.752Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2790 | 2025-07-18T23:22:47.777Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2791 | 2025-07-18T23:22:47.778Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2792 | 2025-07-18T23:22:47.778Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s |
| 2793 | 2025-07-18T23:22:47.881Z | |
| 2794 | 2025-07-18T23:22:47.881Z | info: running `cargo check --bins` on bootstrap-agent-client (75/221) |
| 2795 | 2025-07-18T23:22:49.030Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2796 | 2025-07-18T23:22:49.056Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2797 | 2025-07-18T23:22:49.056Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2798 | 2025-07-18T23:22:49.056Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s |
| 2799 | 2025-07-18T23:22:49.174Z | |
| 2800 | 2025-07-18T23:22:49.174Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (76/221) |
| 2801 | 2025-07-18T23:22:50.327Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2802 | 2025-07-18T23:22:50.379Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2803 | 2025-07-18T23:22:50.379Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2804 | 2025-07-18T23:22:50.379Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s |
| 2805 | 2025-07-18T23:22:50.464Z | |
| 2806 | 2025-07-18T23:22:50.464Z | info: running `cargo check --bins` on clickhouse-admin-server-client (77/221) |
| 2807 | 2025-07-18T23:22:51.637Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2808 | 2025-07-18T23:22:51.662Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2809 | 2025-07-18T23:22:51.662Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2810 | 2025-07-18T23:22:51.662Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.17s |
| 2811 | 2025-07-18T23:22:51.772Z | |
| 2812 | 2025-07-18T23:22:51.772Z | info: running `cargo check --bins` on clickhouse-admin-single-client (78/221) |
| 2813 | 2025-07-18T23:22:52.898Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2814 | 2025-07-18T23:22:52.923Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2815 | 2025-07-18T23:22:52.923Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2816 | 2025-07-18T23:22:52.923Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s |
| 2817 | 2025-07-18T23:22:53.031Z | |
| 2818 | 2025-07-18T23:22:53.031Z | info: running `cargo check --bins` on cockroach-admin-client (79/221) |
| 2819 | 2025-07-18T23:22:54.108Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2820 | 2025-07-18T23:22:54.133Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2821 | 2025-07-18T23:22:54.133Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2822 | 2025-07-18T23:22:54.133Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s |
| 2823 | 2025-07-18T23:22:54.237Z | |
| 2824 | 2025-07-18T23:22:54.237Z | info: running `cargo check --bins` on omicron-ddm-admin-client (80/221) |
| 2825 | 2025-07-18T23:22:55.444Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2826 | 2025-07-18T23:22:55.469Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2827 | 2025-07-18T23:22:55.469Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2828 | 2025-07-18T23:22:55.469Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s |
| 2829 | 2025-07-18T23:22:55.583Z | |
| 2830 | 2025-07-18T23:22:55.583Z | info: running `cargo check --bins` on dns-service-client (81/221) |
| 2831 | 2025-07-18T23:22:56.753Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2832 | 2025-07-18T23:22:56.779Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2833 | 2025-07-18T23:22:56.779Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2834 | 2025-07-18T23:22:56.779Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.17s |
| 2835 | 2025-07-18T23:22:56.885Z | |
| 2836 | 2025-07-18T23:22:56.885Z | info: running `cargo check --bins` on internal-dns-types (82/221) |
| 2837 | 2025-07-18T23:22:58.034Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2838 | 2025-07-18T23:22:58.060Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2839 | 2025-07-18T23:22:58.060Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2840 | 2025-07-18T23:22:58.060Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s |
| 2841 | 2025-07-18T23:22:58.169Z | |
| 2842 | 2025-07-18T23:22:58.169Z | info: running `cargo check --bins` on gateway-client (83/221) |
| 2843 | 2025-07-18T23:22:59.304Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2844 | 2025-07-18T23:22:59.329Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2845 | 2025-07-18T23:22:59.329Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2846 | 2025-07-18T23:22:59.329Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s |
| 2847 | 2025-07-18T23:22:59.459Z | |
| 2848 | 2025-07-18T23:22:59.459Z | info: running `cargo check --bins` on ereport-types (84/221) |
| 2849 | 2025-07-18T23:23:00.650Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2850 | 2025-07-18T23:23:00.675Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2851 | 2025-07-18T23:23:00.675Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2852 | 2025-07-18T23:23:00.675Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s |
| 2853 | 2025-07-18T23:23:00.783Z | |
| 2854 | 2025-07-18T23:23:00.783Z | info: running `cargo check --bins` on gateway-types (85/221) |
| 2855 | 2025-07-18T23:23:01.973Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2856 | 2025-07-18T23:23:01.998Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2857 | 2025-07-18T23:23:01.998Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2858 | 2025-07-18T23:23:01.998Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s |
| 2859 | 2025-07-18T23:23:02.113Z | |
| 2860 | 2025-07-18T23:23:02.113Z | info: running `cargo check --bins` on ipcc (86/221) |
| 2861 | 2025-07-18T23:23:03.236Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2862 | 2025-07-18T23:23:03.261Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2863 | 2025-07-18T23:23:03.261Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2864 | 2025-07-18T23:23:03.261Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s |
| 2865 | 2025-07-18T23:23:03.367Z | |
| 2866 | 2025-07-18T23:23:03.367Z | info: running `cargo check --bins` on installinator-client (87/221) |
| 2867 | 2025-07-18T23:23:04.606Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2868 | 2025-07-18T23:23:04.633Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2869 | 2025-07-18T23:23:04.634Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2870 | 2025-07-18T23:23:04.634Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s |
| 2871 | 2025-07-18T23:23:04.757Z | |
| 2872 | 2025-07-18T23:23:04.758Z | info: running `cargo check --bins` on installinator-common (88/221) |
| 2873 | 2025-07-18T23:23:05.951Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2874 | 2025-07-18T23:23:05.978Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2875 | 2025-07-18T23:23:05.978Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2876 | 2025-07-18T23:23:05.978Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s |
| 2877 | 2025-07-18T23:23:06.092Z | |
| 2878 | 2025-07-18T23:23:06.092Z | info: running `cargo check --bins` on update-engine (89/221) |
| 2879 | 2025-07-18T23:23:07.210Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2880 | 2025-07-18T23:23:07.237Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2881 | 2025-07-18T23:23:07.237Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2882 | 2025-07-18T23:23:07.237Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s |
| 2883 | 2025-07-18T23:23:07.341Z | |
| 2884 | 2025-07-18T23:23:07.341Z | info: running `cargo check --bins` on nexus-client (90/221) |
| 2885 | 2025-07-18T23:23:08.670Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2886 | 2025-07-18T23:23:08.698Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2887 | 2025-07-18T23:23:08.698Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2888 | 2025-07-18T23:23:08.698Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s |
| 2889 | 2025-07-18T23:23:08.814Z | |
| 2890 | 2025-07-18T23:23:08.814Z | info: running `cargo check --bins` on nexus-sled-agent-shared (91/221) |
| 2891 | 2025-07-18T23:23:10.001Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2892 | 2025-07-18T23:23:10.127Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2893 | 2025-07-18T23:23:10.127Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2894 | 2025-07-18T23:23:10.127Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s |
| 2895 | 2025-07-18T23:23:10.153Z | |
| 2896 | 2025-07-18T23:23:10.154Z | info: running `cargo check --bins` on omicron-passwords (92/221) |
| 2897 | 2025-07-18T23:23:11.232Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2898 | 2025-07-18T23:23:11.258Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2899 | 2025-07-18T23:23:11.258Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2900 | 2025-07-18T23:23:11.258Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s |
| 2901 | 2025-07-18T23:23:11.363Z | |
| 2902 | 2025-07-18T23:23:11.363Z | info: running `cargo check --bins` on nexus-types (93/221) |
| 2903 | 2025-07-18T23:23:12.547Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2904 | 2025-07-18T23:23:12.572Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2905 | 2025-07-18T23:23:12.572Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2906 | 2025-07-18T23:23:12.572Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s |
| 2907 | 2025-07-18T23:23:12.689Z | |
| 2908 | 2025-07-18T23:23:12.689Z | info: running `cargo check --bins` on omicron-cockroach-metrics (94/221) |
| 2909 | 2025-07-18T23:23:13.772Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2910 | 2025-07-18T23:23:13.797Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2911 | 2025-07-18T23:23:13.797Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2912 | 2025-07-18T23:23:13.798Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s |
| 2913 | 2025-07-18T23:23:13.899Z | |
| 2914 | 2025-07-18T23:23:13.899Z | info: running `cargo check --bins` on parallel-task-set (95/221) |
| 2915 | 2025-07-18T23:23:15.024Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2916 | 2025-07-18T23:23:15.049Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2917 | 2025-07-18T23:23:15.049Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2918 | 2025-07-18T23:23:15.049Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s |
| 2919 | 2025-07-18T23:23:15.148Z | |
| 2920 | 2025-07-18T23:23:15.148Z | info: running `cargo check --bins` on ntp-admin-client (96/221) |
| 2921 | 2025-07-18T23:23:16.271Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2922 | 2025-07-18T23:23:16.296Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2923 | 2025-07-18T23:23:16.296Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2924 | 2025-07-18T23:23:16.296Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s |
| 2925 | 2025-07-18T23:23:16.396Z | |
| 2926 | 2025-07-18T23:23:16.396Z | info: running `cargo check --bins` on oxide-client (97/221) |
| 2927 | 2025-07-18T23:23:17.497Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2928 | 2025-07-18T23:23:17.522Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2929 | 2025-07-18T23:23:17.522Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2930 | 2025-07-18T23:23:17.522Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s |
| 2931 | 2025-07-18T23:23:17.633Z | |
| 2932 | 2025-07-18T23:23:17.634Z | info: running `cargo check --bins` on oximeter-client (98/221) |
| 2933 | 2025-07-18T23:23:18.793Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2934 | 2025-07-18T23:23:18.818Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2935 | 2025-07-18T23:23:18.818Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2936 | 2025-07-18T23:23:18.818Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s |
| 2937 | 2025-07-18T23:23:18.931Z | |
| 2938 | 2025-07-18T23:23:18.931Z | info: running `cargo check --bins` on repo-depot-client (99/221) |
| 2939 | 2025-07-18T23:23:20.050Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2940 | 2025-07-18T23:23:20.076Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2941 | 2025-07-18T23:23:20.076Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2942 | 2025-07-18T23:23:20.076Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s |
| 2943 | 2025-07-18T23:23:20.185Z | |
| 2944 | 2025-07-18T23:23:20.185Z | info: running `cargo check --bins` on sled-agent-client (100/221) |
| 2945 | 2025-07-18T23:23:21.383Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2946 | 2025-07-18T23:23:21.408Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2947 | 2025-07-18T23:23:21.408Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2948 | 2025-07-18T23:23:21.408Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s |
| 2949 | 2025-07-18T23:23:21.526Z | |
| 2950 | 2025-07-18T23:23:21.526Z | info: running `cargo check --bins` on sled-agent-types (101/221) |
| 2951 | 2025-07-18T23:23:22.688Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2952 | 2025-07-18T23:23:22.713Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2953 | 2025-07-18T23:23:22.713Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2954 | 2025-07-18T23:23:22.713Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s |
| 2955 | 2025-07-18T23:23:22.828Z | |
| 2956 | 2025-07-18T23:23:22.828Z | info: running `cargo check --bins` on wicketd-client (102/221) |
| 2957 | 2025-07-18T23:23:23.977Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2958 | 2025-07-18T23:23:24.002Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2959 | 2025-07-18T23:23:24.002Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2960 | 2025-07-18T23:23:24.002Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s |
| 2961 | 2025-07-18T23:23:24.122Z | |
| 2962 | 2025-07-18T23:23:24.122Z | info: running `cargo check --bins` on wicket-common (103/221) |
| 2963 | 2025-07-18T23:23:25.318Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2964 | 2025-07-18T23:23:25.343Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2965 | 2025-07-18T23:23:25.344Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2966 | 2025-07-18T23:23:25.344Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s |
| 2967 | 2025-07-18T23:23:25.465Z | |
| 2968 | 2025-07-18T23:23:25.465Z | info: running `cargo check --bins` on omicron-cockroach-admin (104/221) |
| 2969 | 2025-07-18T23:23:26.618Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2970 | 2025-07-18T23:23:26.644Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2971 | 2025-07-18T23:23:26.827Z | Checking csv-core v0.1.11 |
| 2972 | 2025-07-18T23:23:26.827Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2973 | 2025-07-18T23:23:26.827Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2974 | 2025-07-18T23:23:26.853Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2975 | 2025-07-18T23:23:27.166Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2976 | 2025-07-18T23:23:27.214Z | Checking csv v1.3.1 |
| 2977 | 2025-07-18T23:23:27.274Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2978 | 2025-07-18T23:23:28.068Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2979 | 2025-07-18T23:23:28.810Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2980 | 2025-07-18T23:23:32.428Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.95s |
| 2981 | 2025-07-18T23:23:32.639Z | |
| 2982 | 2025-07-18T23:23:32.639Z | info: running `cargo check --bins` on cockroach-admin-api (105/221) |
| 2983 | 2025-07-18T23:23:33.751Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2984 | 2025-07-18T23:23:33.777Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2985 | 2025-07-18T23:23:33.777Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2986 | 2025-07-18T23:23:33.777Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s |
| 2987 | 2025-07-18T23:23:33.880Z | |
| 2988 | 2025-07-18T23:23:33.881Z | info: running `cargo check --bins` on cockroach-admin-types (106/221) |
| 2989 | 2025-07-18T23:23:34.983Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2990 | 2025-07-18T23:23:35.009Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2991 | 2025-07-18T23:23:35.009Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2992 | 2025-07-18T23:23:35.009Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s |
| 2993 | 2025-07-18T23:23:35.119Z | |
| 2994 | 2025-07-18T23:23:35.119Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (107/221) |
| 2995 | 2025-07-18T23:23:36.401Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2996 | 2025-07-18T23:23:36.427Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2997 | 2025-07-18T23:23:36.427Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2998 | 2025-07-18T23:23:36.427Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s |
| 2999 | 2025-07-18T23:23:36.563Z | |
| 3000 | 2025-07-18T23:23:36.563Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (108/221) |
| 3001 | 2025-07-18T23:23:37.933Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3002 | 2025-07-18T23:23:37.957Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3003 | 2025-07-18T23:23:37.957Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3004 | 2025-07-18T23:23:37.957Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s |
| 3005 | 2025-07-18T23:23:38.093Z | |
| 3006 | 2025-07-18T23:23:38.093Z | info: running `cargo check --bins` on dns-server (109/221) |
| 3007 | 2025-07-18T23:23:39.216Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3008 | 2025-07-18T23:23:39.240Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3009 | 2025-07-18T23:23:39.442Z | Compiling typify-impl v0.4.1 |
| 3010 | 2025-07-18T23:23:39.481Z | Compiling parking_lot_core v0.8.6 |
| 3011 | 2025-07-18T23:23:39.481Z | Compiling moka v0.12.10 |
| 3012 | 2025-07-18T23:23:39.506Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3013 | 2025-07-18T23:23:39.506Z | Checking tagptr v0.2.0 |
| 3014 | 2025-07-18T23:23:39.549Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 3015 | 2025-07-18T23:23:39.590Z | Checking prefix-trie v0.7.0 |
| 3016 | 2025-07-18T23:23:39.867Z | Checking fxhash v0.2.1 |
| 3017 | 2025-07-18T23:23:39.891Z | Checking hickory-client v0.25.2 |
| 3018 | 2025-07-18T23:23:40.370Z | Checking hickory-server v0.25.2 |
| 3019 | 2025-07-18T23:23:40.443Z | Checking parking_lot v0.11.2 |
| 3020 | 2025-07-18T23:23:40.833Z | Checking sled v0.34.7 |
| 3021 | 2025-07-18T23:23:40.982Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3022 | 2025-07-18T23:23:41.413Z | Checking hickory-resolver v0.25.2 |
| 3023 | 2025-07-18T23:23:47.902Z | Compiling typify-macro v0.4.1 |
| 3024 | 2025-07-18T23:23:50.393Z | Compiling typify v0.4.1 |
| 3025 | 2025-07-18T23:23:50.582Z | Checking progenitor-impl v0.10.0 |
| 3026 | 2025-07-18T23:23:54.409Z | Compiling progenitor-macro v0.10.0 |
| 3027 | 2025-07-18T23:24:00.179Z | Checking progenitor v0.10.0 |
| 3028 | 2025-07-18T23:24:00.402Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3029 | 2025-07-18T23:24:01.221Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3030 | 2025-07-18T23:24:03.667Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.56s |
| 3031 | 2025-07-18T23:24:03.905Z | |
| 3032 | 2025-07-18T23:24:03.905Z | info: running `cargo check --bins` on dns-server-api (110/221) |
| 3033 | 2025-07-18T23:24:05.113Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3034 | 2025-07-18T23:24:05.137Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3035 | 2025-07-18T23:24:05.137Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3036 | 2025-07-18T23:24:05.139Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s |
| 3037 | 2025-07-18T23:24:05.243Z | |
| 3038 | 2025-07-18T23:24:05.243Z | info: running `cargo check --bins` on openapi-manager-types (111/221) |
| 3039 | 2025-07-18T23:24:06.345Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3040 | 2025-07-18T23:24:06.370Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3041 | 2025-07-18T23:24:06.370Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3042 | 2025-07-18T23:24:06.370Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s |
| 3043 | 2025-07-18T23:24:06.470Z | |
| 3044 | 2025-07-18T23:24:06.470Z | info: running `cargo check --bins` on gateway-test-utils (112/221) |
| 3045 | 2025-07-18T23:24:07.702Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3046 | 2025-07-18T23:24:07.727Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3047 | 2025-07-18T23:24:07.727Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3048 | 2025-07-18T23:24:07.727Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s |
| 3049 | 2025-07-18T23:24:07.860Z | |
| 3050 | 2025-07-18T23:24:07.860Z | info: running `cargo check --bins` on omicron-gateway (113/221) |
| 3051 | 2025-07-18T23:24:09.048Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3052 | 2025-07-18T23:24:09.072Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3053 | 2025-07-18T23:24:09.369Z | Checking half v2.4.1 |
| 3054 | 2025-07-18T23:24:09.369Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3055 | 2025-07-18T23:24:09.369Z | Checking ciborium-io v0.2.2 |
| 3056 | 2025-07-18T23:24:09.453Z | Compiling radium v0.7.0 |
| 3057 | 2025-07-18T23:24:09.477Z | Compiling semver v0.1.20 |
| 3058 | 2025-07-18T23:24:09.507Z | Compiling zerocopy-derive v0.6.6 |
| 3059 | 2025-07-18T23:24:09.531Z | Compiling maybe-uninit v2.0.0 |
| 3060 | 2025-07-18T23:24:09.531Z | Checking tap v1.0.1 |
| 3061 | 2025-07-18T23:24:09.591Z | Checking password-hash v0.5.0 |
| 3062 | 2025-07-18T23:24:09.794Z | Checking wyz v0.5.1 |
| 3063 | 2025-07-18T23:24:09.966Z | Checking ciborium-ll v0.2.2 |
| 3064 | 2025-07-18T23:24:10.026Z | Compiling rustc_version v0.1.7 |
| 3065 | 2025-07-18T23:24:10.130Z | Checking blake2 v0.10.6 |
| 3066 | 2025-07-18T23:24:10.155Z | Compiling pin-project-internal v1.1.6 |
| 3067 | 2025-07-18T23:24:10.184Z | Checking crc-catalog v2.4.0 |
| 3068 | 2025-07-18T23:24:10.224Z | Checking funty v2.0.0 |
| 3069 | 2025-07-18T23:24:10.318Z | Checking ciborium v0.2.2 |
| 3070 | 2025-07-18T23:24:10.382Z | Compiling packed_struct v0.10.1 |
| 3071 | 2025-07-18T23:24:10.502Z | Compiling newtype_derive v0.1.6 |
| 3072 | 2025-07-18T23:24:10.536Z | Compiling owo-colors v4.2.2 |
| 3073 | 2025-07-18T23:24:10.657Z | Compiling cancel-safe-futures v0.1.5 |
| 3074 | 2025-07-18T23:24:10.916Z | Checking argon2 v0.5.3 |
| 3075 | 2025-07-18T23:24:10.980Z | Checking crc v3.2.1 |
| 3076 | 2025-07-18T23:24:11.079Z | Checking bitvec v1.0.1 |
| 3077 | 2025-07-18T23:24:11.256Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3078 | 2025-07-18T23:24:11.284Z | Compiling packed_struct_codegen v0.10.1 |
| 3079 | 2025-07-18T23:24:11.353Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3080 | 2025-07-18T23:24:11.463Z | Checking libsw-core v0.3.1 |
| 3081 | 2025-07-18T23:24:11.493Z | Checking zerocopy v0.6.6 |
| 3082 | 2025-07-18T23:24:11.655Z | Checking secrecy v0.10.3 |
| 3083 | 2025-07-18T23:24:11.741Z | Compiling snafu-derive v0.8.5 |
| 3084 | 2025-07-18T23:24:11.776Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3085 | 2025-07-18T23:24:11.882Z | Compiling indexmap v1.9.3 |
| 3086 | 2025-07-18T23:24:11.908Z | Checking fixedbitset v0.5.7 |
| 3087 | 2025-07-18T23:24:12.199Z | Checking nodrop v0.1.14 |
| 3088 | 2025-07-18T23:24:12.269Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3089 | 2025-07-18T23:24:12.341Z | Checking petgraph v0.8.2 |
| 3090 | 2025-07-18T23:24:12.369Z | Checking array-init v0.0.4 |
| 3091 | 2025-07-18T23:24:12.671Z | Checking libsw v3.5.0 |
| 3092 | 2025-07-18T23:24:12.814Z | Checking pin-project v1.1.6 |
| 3093 | 2025-07-18T23:24:13.006Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3094 | 2025-07-18T23:24:13.263Z | Checking smallvec v0.6.14 |
| 3095 | 2025-07-18T23:24:13.806Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3096 | 2025-07-18T23:24:13.848Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3097 | 2025-07-18T23:24:14.179Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3098 | 2025-07-18T23:24:14.410Z | Checking globset v0.4.15 |
| 3099 | 2025-07-18T23:24:14.584Z | Checking olpc-cjson v0.1.4 |
| 3100 | 2025-07-18T23:24:14.614Z | Checking serde_plain v1.0.2 |
| 3101 | 2025-07-18T23:24:14.839Z | Checking typed-path v0.9.3 |
| 3102 | 2025-07-18T23:24:14.894Z | Checking linear-map v1.2.0 |
| 3103 | 2025-07-18T23:24:14.978Z | Checking swrite v0.1.0 |
| 3104 | 2025-07-18T23:24:15.098Z | Checking termcolor v1.4.1 |
| 3105 | 2025-07-18T23:24:15.158Z | Checking smawk v0.3.2 |
| 3106 | 2025-07-18T23:24:15.293Z | Checking hashbrown v0.12.3 |
| 3107 | 2025-07-18T23:24:15.402Z | Checking bitfield v0.14.0 |
| 3108 | 2025-07-18T23:24:15.426Z | Checking unicode-linebreak v0.1.5 |
| 3109 | 2025-07-18T23:24:15.593Z | Checking indent_write v2.2.0 |
| 3110 | 2025-07-18T23:24:15.705Z | Checking env_logger v0.10.2 |
| 3111 | 2025-07-18T23:24:15.827Z | Checking ron v0.8.1 |
| 3112 | 2025-07-18T23:24:15.893Z | Checking textwrap v0.16.2 |
| 3113 | 2025-07-18T23:24:16.000Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3114 | 2025-07-18T23:24:16.170Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3115 | 2025-07-18T23:24:16.363Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3116 | 2025-07-18T23:24:16.473Z | Checking snafu v0.8.5 |
| 3117 | 2025-07-18T23:24:16.856Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 3118 | 2025-07-18T23:24:16.960Z | Checking tough v0.20.0 |
| 3119 | 2025-07-18T23:24:17.091Z | Checking steno v0.4.1 |
| 3120 | 2025-07-18T23:24:17.115Z | Checking serde-hex v0.1.0 |
| 3121 | 2025-07-18T23:24:17.258Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3122 | 2025-07-18T23:24:17.282Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
| 3123 | 2025-07-18T23:24:17.578Z | Checking hashbrown v0.13.2 |
| 3124 | 2025-07-18T23:24:18.565Z | Checking humantime v2.2.0 |
| 3125 | 2025-07-18T23:24:18.903Z | Checking crc-any v2.5.0 |
| 3126 | 2025-07-18T23:24:19.003Z | Checking object v0.30.4 |
| 3127 | 2025-07-18T23:24:19.400Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3128 | 2025-07-18T23:24:19.425Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 3129 | 2025-07-18T23:24:19.762Z | Checking half v1.8.3 |
| 3130 | 2025-07-18T23:24:19.787Z | Checking void v1.0.2 |
| 3131 | 2025-07-18T23:24:19.819Z | Checking path-slash v0.1.5 |
| 3132 | 2025-07-18T23:24:19.990Z | Checking lzss v0.8.2 |
| 3133 | 2025-07-18T23:24:20.035Z | Checking tungstenite v0.23.0 |
| 3134 | 2025-07-18T23:24:20.227Z | Checking serde_cbor v0.11.2 |
| 3135 | 2025-07-18T23:24:20.476Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3136 | 2025-07-18T23:24:20.973Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3137 | 2025-07-18T23:24:21.130Z | Checking nix v0.27.1 |
| 3138 | 2025-07-18T23:24:21.180Z | Checking kstat-rs v0.2.4 |
| 3139 | 2025-07-18T23:24:21.296Z | Checking serde_bytes v0.11.17 |
| 3140 | 2025-07-18T23:24:21.321Z | Checking tokio-tungstenite v0.23.1 |
| 3141 | 2025-07-18T23:24:21.556Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3142 | 2025-07-18T23:24:21.668Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3143 | 2025-07-18T23:24:21.699Z | Checking signal-hook-tokio v0.3.1 |
| 3144 | 2025-07-18T23:24:21.866Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3145 | 2025-07-18T23:24:24.539Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
| 3146 | 2025-07-18T23:24:26.596Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e) |
| 3147 | 2025-07-18T23:24:43.153Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3148 | 2025-07-18T23:24:54.606Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3149 | 2025-07-18T23:24:55.808Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3150 | 2025-07-18T23:25:00.875Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.00s |
| 3151 | 2025-07-18T23:25:01.127Z | |
| 3152 | 2025-07-18T23:25:01.127Z | info: running `cargo check --bins` on gateway-api (114/221) |
| 3153 | 2025-07-18T23:25:02.282Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3154 | 2025-07-18T23:25:02.306Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3155 | 2025-07-18T23:25:02.306Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3156 | 2025-07-18T23:25:02.306Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s |
| 3157 | 2025-07-18T23:25:02.421Z | |
| 3158 | 2025-07-18T23:25:02.421Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (115/221) |
| 3159 | 2025-07-18T23:25:03.467Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3160 | 2025-07-18T23:25:03.491Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3161 | 2025-07-18T23:25:03.492Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3162 | 2025-07-18T23:25:03.492Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s |
| 3163 | 2025-07-18T23:25:03.594Z | |
| 3164 | 2025-07-18T23:25:03.594Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (116/221) |
| 3165 | 2025-07-18T23:25:04.753Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3166 | 2025-07-18T23:25:04.777Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3167 | 2025-07-18T23:25:04.778Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3168 | 2025-07-18T23:25:04.778Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s |
| 3169 | 2025-07-18T23:25:04.887Z | |
| 3170 | 2025-07-18T23:25:04.888Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (117/221) |
| 3171 | 2025-07-18T23:25:05.995Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3172 | 2025-07-18T23:25:06.020Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3173 | 2025-07-18T23:25:06.020Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3174 | 2025-07-18T23:25:06.020Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s |
| 3175 | 2025-07-18T23:25:06.124Z | |
| 3176 | 2025-07-18T23:25:06.124Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (118/221) |
| 3177 | 2025-07-18T23:25:07.207Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3178 | 2025-07-18T23:25:07.232Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3179 | 2025-07-18T23:25:07.232Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3180 | 2025-07-18T23:25:07.232Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s |
| 3181 | 2025-07-18T23:25:07.337Z | |
| 3182 | 2025-07-18T23:25:07.337Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (119/221) |
| 3183 | 2025-07-18T23:25:08.409Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3184 | 2025-07-18T23:25:08.434Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3185 | 2025-07-18T23:25:08.434Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3186 | 2025-07-18T23:25:08.434Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s |
| 3187 | 2025-07-18T23:25:08.538Z | |
| 3188 | 2025-07-18T23:25:08.538Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (120/221) |
| 3189 | 2025-07-18T23:25:09.660Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3190 | 2025-07-18T23:25:09.684Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3191 | 2025-07-18T23:25:09.684Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3192 | 2025-07-18T23:25:09.684Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s |
| 3193 | 2025-07-18T23:25:09.794Z | |
| 3194 | 2025-07-18T23:25:09.794Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (121/221) |
| 3195 | 2025-07-18T23:25:10.946Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3196 | 2025-07-18T23:25:10.971Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3197 | 2025-07-18T23:25:10.971Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3198 | 2025-07-18T23:25:10.971Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s |
| 3199 | 2025-07-18T23:25:11.081Z | |
| 3200 | 2025-07-18T23:25:11.081Z | info: running `cargo check --bins` on oximeter-producer (122/221) |
| 3201 | 2025-07-18T23:25:12.235Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3202 | 2025-07-18T23:25:12.260Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3203 | 2025-07-18T23:25:12.260Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3204 | 2025-07-18T23:25:12.260Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s |
| 3205 | 2025-07-18T23:25:12.374Z | |
| 3206 | 2025-07-18T23:25:12.374Z | info: running `cargo check --bins` on internal-dns-resolver (123/221) |
| 3207 | 2025-07-18T23:25:13.517Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3208 | 2025-07-18T23:25:13.542Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3209 | 2025-07-18T23:25:13.542Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3210 | 2025-07-18T23:25:13.542Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s |
| 3211 | 2025-07-18T23:25:13.656Z | |
| 3212 | 2025-07-18T23:25:13.656Z | info: running `cargo check --bins` on sp-sim (124/221) |
| 3213 | 2025-07-18T23:25:14.807Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3214 | 2025-07-18T23:25:14.832Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3215 | 2025-07-18T23:25:14.991Z | Compiling nix v0.30.1 |
| 3216 | 2025-07-18T23:25:14.991Z | Checking keccak v0.1.5 |
| 3217 | 2025-07-18T23:25:15.016Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3218 | 2025-07-18T23:25:15.372Z | Checking sha3 v0.10.8 |
| 3219 | 2025-07-18T23:25:15.482Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3220 | 2025-07-18T23:25:18.311Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3221 | 2025-07-18T23:25:21.643Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.97s |
| 3222 | 2025-07-18T23:25:21.854Z | |
| 3223 | 2025-07-18T23:25:21.854Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (125/221) |
| 3224 | 2025-07-18T23:25:23.059Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3225 | 2025-07-18T23:25:23.084Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3226 | 2025-07-18T23:25:23.084Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3227 | 2025-07-18T23:25:23.084Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s |
| 3228 | 2025-07-18T23:25:23.206Z | |
| 3229 | 2025-07-18T23:25:23.206Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (126/221) |
| 3230 | 2025-07-18T23:25:24.511Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3231 | 2025-07-18T23:25:24.536Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3232 | 2025-07-18T23:25:24.536Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3233 | 2025-07-18T23:25:24.536Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s |
| 3234 | 2025-07-18T23:25:24.679Z | |
| 3235 | 2025-07-18T23:25:24.679Z | info: running `cargo check --bins` on db-macros (127/221) |
| 3236 | 2025-07-18T23:25:25.748Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3237 | 2025-07-18T23:25:25.773Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3238 | 2025-07-18T23:25:25.773Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3239 | 2025-07-18T23:25:25.773Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s |
| 3240 | 2025-07-18T23:25:25.873Z | |
| 3241 | 2025-07-18T23:25:25.873Z | info: running `cargo check --bins` on nexus-macros-common (128/221) |
| 3242 | 2025-07-18T23:25:26.934Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3243 | 2025-07-18T23:25:26.959Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3244 | 2025-07-18T23:25:26.959Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3245 | 2025-07-18T23:25:26.959Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s |
| 3246 | 2025-07-18T23:25:27.056Z | |
| 3247 | 2025-07-18T23:25:27.056Z | info: running `cargo check --bins` on nexus-auth (129/221) |
| 3248 | 2025-07-18T23:25:28.250Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3249 | 2025-07-18T23:25:28.275Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3250 | 2025-07-18T23:25:28.275Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3251 | 2025-07-18T23:25:28.275Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s |
| 3252 | 2025-07-18T23:25:28.393Z | |
| 3253 | 2025-07-18T23:25:28.393Z | info: running `cargo check --bins` on authz-macros (130/221) |
| 3254 | 2025-07-18T23:25:29.481Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3255 | 2025-07-18T23:25:29.505Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3256 | 2025-07-18T23:25:29.506Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3257 | 2025-07-18T23:25:29.506Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s |
| 3258 | 2025-07-18T23:25:29.609Z | |
| 3259 | 2025-07-18T23:25:29.609Z | info: running `cargo check --bins` on nexus-db-fixed-data (131/221) |
| 3260 | 2025-07-18T23:25:30.830Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3261 | 2025-07-18T23:25:30.855Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3262 | 2025-07-18T23:25:30.855Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3263 | 2025-07-18T23:25:30.855Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s |
| 3264 | 2025-07-18T23:25:30.971Z | |
| 3265 | 2025-07-18T23:25:30.972Z | info: running `cargo check --bins` on nexus-db-model (132/221) |
| 3266 | 2025-07-18T23:25:32.138Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3267 | 2025-07-18T23:25:32.162Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3268 | 2025-07-18T23:25:32.162Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3269 | 2025-07-18T23:25:32.164Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s |
| 3270 | 2025-07-18T23:25:32.281Z | |
| 3271 | 2025-07-18T23:25:32.281Z | info: running `cargo check --bins` on nexus-db-schema (133/221) |
| 3272 | 2025-07-18T23:25:33.309Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3273 | 2025-07-18T23:25:33.334Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3274 | 2025-07-18T23:25:33.334Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3275 | 2025-07-18T23:25:33.334Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s |
| 3276 | 2025-07-18T23:25:33.432Z | |
| 3277 | 2025-07-18T23:25:33.432Z | info: running `cargo check --bins` on nexus-defaults (134/221) |
| 3278 | 2025-07-18T23:25:34.531Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3279 | 2025-07-18T23:25:34.556Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3280 | 2025-07-18T23:25:34.557Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3281 | 2025-07-18T23:25:34.557Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s |
| 3282 | 2025-07-18T23:25:34.698Z | |
| 3283 | 2025-07-18T23:25:34.698Z | info: running `cargo check --bins` on nexus-db-errors (135/221) |
| 3284 | 2025-07-18T23:25:35.939Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3285 | 2025-07-18T23:25:35.964Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3286 | 2025-07-18T23:25:35.964Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3287 | 2025-07-18T23:25:35.964Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s |
| 3288 | 2025-07-18T23:25:36.097Z | |
| 3289 | 2025-07-18T23:25:36.097Z | info: running `cargo check --bins` on nexus-db-lookup (136/221) |
| 3290 | 2025-07-18T23:25:37.309Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3291 | 2025-07-18T23:25:37.334Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3292 | 2025-07-18T23:25:37.334Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3293 | 2025-07-18T23:25:37.334Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s |
| 3294 | 2025-07-18T23:25:37.454Z | |
| 3295 | 2025-07-18T23:25:37.454Z | info: running `cargo check --bins` on nexus-inventory (137/221) |
| 3296 | 2025-07-18T23:25:38.642Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3297 | 2025-07-18T23:25:38.667Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3298 | 2025-07-18T23:25:38.667Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3299 | 2025-07-18T23:25:38.667Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s |
| 3300 | 2025-07-18T23:25:38.786Z | |
| 3301 | 2025-07-18T23:25:38.786Z | info: running `cargo check --bins` on sled-agent-zone-images-examples (138/221) |
| 3302 | 2025-07-18T23:25:40.065Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3303 | 2025-07-18T23:25:40.090Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3304 | 2025-07-18T23:25:40.090Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3305 | 2025-07-18T23:25:40.091Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s |
| 3306 | 2025-07-18T23:25:40.208Z | |
| 3307 | 2025-07-18T23:25:40.208Z | info: running `cargo check --bins --no-default-features` on sled-storage (139/221) |
| 3308 | 2025-07-18T23:25:41.404Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3309 | 2025-07-18T23:25:41.438Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3310 | 2025-07-18T23:25:41.438Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3311 | 2025-07-18T23:25:41.438Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s |
| 3312 | 2025-07-18T23:25:41.540Z | |
| 3313 | 2025-07-18T23:25:41.540Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (140/221) |
| 3314 | 2025-07-18T23:25:42.692Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3315 | 2025-07-18T23:25:42.716Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3316 | 2025-07-18T23:25:42.717Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3317 | 2025-07-18T23:25:42.717Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s |
| 3318 | 2025-07-18T23:25:42.831Z | |
| 3319 | 2025-07-18T23:25:42.833Z | info: running `cargo check --bins` on key-manager (141/221) |
| 3320 | 2025-07-18T23:25:43.904Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3321 | 2025-07-18T23:25:43.928Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3322 | 2025-07-18T23:25:43.929Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3323 | 2025-07-18T23:25:43.929Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s |
| 3324 | 2025-07-18T23:25:44.035Z | |
| 3325 | 2025-07-18T23:25:44.035Z | info: running `cargo check --bins --no-default-features` on sled-hardware (142/221) |
| 3326 | 2025-07-18T23:25:45.115Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3327 | 2025-07-18T23:25:45.140Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3328 | 2025-07-18T23:25:45.140Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3329 | 2025-07-18T23:25:45.140Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s |
| 3330 | 2025-07-18T23:25:45.253Z | |
| 3331 | 2025-07-18T23:25:45.253Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (143/221) |
| 3332 | 2025-07-18T23:25:46.377Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3333 | 2025-07-18T23:25:46.402Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3334 | 2025-07-18T23:25:46.402Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3335 | 2025-07-18T23:25:46.402Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s |
| 3336 | 2025-07-18T23:25:46.514Z | |
| 3337 | 2025-07-18T23:25:46.514Z | info: running `cargo check --bins` on typed-rng (144/221) |
| 3338 | 2025-07-18T23:25:47.547Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3339 | 2025-07-18T23:25:47.571Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3340 | 2025-07-18T23:25:47.571Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3341 | 2025-07-18T23:25:47.571Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
| 3342 | 2025-07-18T23:25:47.674Z | |
| 3343 | 2025-07-18T23:25:47.674Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (145/221) |
| 3344 | 2025-07-18T23:25:48.892Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3345 | 2025-07-18T23:25:48.918Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3346 | 2025-07-18T23:25:49.304Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
| 3347 | 2025-07-18T23:25:49.304Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3348 | 2025-07-18T23:25:49.304Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
| 3349 | 2025-07-18T23:25:49.329Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3350 | 2025-07-18T23:25:49.329Z | Checking universal-hash v0.5.1 |
| 3351 | 2025-07-18T23:25:49.329Z | Checking opaque-debug v0.3.1 |
| 3352 | 2025-07-18T23:25:49.444Z | Checking chacha20 v0.9.1 |
| 3353 | 2025-07-18T23:25:49.470Z | Checking aead v0.5.2 |
| 3354 | 2025-07-18T23:25:49.580Z | Compiling unicase v2.7.0 |
| 3355 | 2025-07-18T23:25:49.642Z | Checking poly1305 v0.8.0 |
| 3356 | 2025-07-18T23:25:49.717Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3357 | 2025-07-18T23:25:49.781Z | Compiling libefi-sys v0.1.0 |
| 3358 | 2025-07-18T23:25:49.901Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 3359 | 2025-07-18T23:25:49.929Z | Compiling bitfield-struct v0.6.2 |
| 3360 | 2025-07-18T23:25:50.014Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
| 3361 | 2025-07-18T23:25:50.105Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3362 | 2025-07-18T23:25:50.212Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3363 | 2025-07-18T23:25:50.236Z | Checking chacha20poly1305 v0.10.1 |
| 3364 | 2025-07-18T23:25:50.474Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3365 | 2025-07-18T23:25:50.498Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3366 | 2025-07-18T23:25:50.573Z | Compiling salty v0.3.0 |
| 3367 | 2025-07-18T23:25:50.657Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3368 | 2025-07-18T23:25:51.061Z | Compiling num-derive v0.3.3 |
| 3369 | 2025-07-18T23:25:51.262Z | Compiling proc-macro-error2 v2.0.1 |
| 3370 | 2025-07-18T23:25:51.286Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3371 | 2025-07-18T23:25:51.318Z | Compiling xshell-macros v0.2.7 |
| 3372 | 2025-07-18T23:25:51.888Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3373 | 2025-07-18T23:25:51.918Z | Compiling tabled_derive v0.10.0 |
| 3374 | 2025-07-18T23:25:52.090Z | Checking xshell v0.2.7 |
| 3375 | 2025-07-18T23:25:52.130Z | Checking thiserror-no-std v2.0.2 |
| 3376 | 2025-07-18T23:25:52.292Z | Checking vsss-rs v3.3.4 |
| 3377 | 2025-07-18T23:25:52.456Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3378 | 2025-07-18T23:25:52.499Z | Compiling mime_guess v2.0.5 |
| 3379 | 2025-07-18T23:25:52.712Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
| 3380 | 2025-07-18T23:25:53.084Z | Checking libscf-sys v1.1.0 |
| 3381 | 2025-07-18T23:25:53.614Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3382 | 2025-07-18T23:25:53.955Z | Checking papergrid v0.14.0 |
| 3383 | 2025-07-18T23:25:54.289Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3384 | 2025-07-18T23:25:54.608Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3385 | 2025-07-18T23:25:55.055Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3386 | 2025-07-18T23:25:55.310Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 3387 | 2025-07-18T23:25:55.623Z | Checking primeorder v0.13.6 |
| 3388 | 2025-07-18T23:25:55.802Z | Checking env_filter v0.1.2 |
| 3389 | 2025-07-18T23:25:56.093Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 3390 | 2025-07-18T23:25:56.131Z | Checking p384 v0.13.0 |
| 3391 | 2025-07-18T23:25:56.232Z | Checking env_logger v0.11.5 |
| 3392 | 2025-07-18T23:25:56.548Z | Checking tabled v0.18.0 |
| 3393 | 2025-07-18T23:25:56.619Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3394 | 2025-07-18T23:25:56.766Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 3395 | 2025-07-18T23:25:57.034Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3396 | 2025-07-18T23:25:57.201Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 3397 | 2025-07-18T23:25:57.397Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3398 | 2025-07-18T23:25:57.472Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3399 | 2025-07-18T23:25:57.562Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 3400 | 2025-07-18T23:25:57.814Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3401 | 2025-07-18T23:25:57.841Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
| 3402 | 2025-07-18T23:25:58.107Z | Checking http-range v0.1.5 |
| 3403 | 2025-07-18T23:25:58.232Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3404 | 2025-07-18T23:25:58.431Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3405 | 2025-07-18T23:25:58.619Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 3406 | 2025-07-18T23:25:58.740Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3407 | 2025-07-18T23:25:59.053Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
| 3408 | 2025-07-18T23:25:59.082Z | Checking secrecy v0.8.0 |
| 3409 | 2025-07-18T23:25:59.139Z | Checking atty v0.2.14 |
| 3410 | 2025-07-18T23:25:59.345Z | Checking crc8 v0.1.1 |
| 3411 | 2025-07-18T23:25:59.371Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
| 3412 | 2025-07-18T23:25:59.531Z | Checking hyper-staticfile v0.10.1 |
| 3413 | 2025-07-18T23:25:59.715Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3414 | 2025-07-18T23:26:00.108Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3415 | 2025-07-18T23:26:00.180Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
| 3416 | 2025-07-18T23:26:00.329Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3417 | 2025-07-18T23:26:00.594Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3418 | 2025-07-18T23:26:00.619Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
| 3419 | 2025-07-18T23:26:01.006Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3420 | 2025-07-18T23:26:01.383Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3421 | 2025-07-18T23:26:01.509Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3422 | 2025-07-18T23:26:02.514Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3423 | 2025-07-18T23:26:02.538Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3424 | 2025-07-18T23:26:02.539Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3425 | 2025-07-18T23:26:03.542Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3426 | 2025-07-18T23:26:04.015Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
| 3427 | 2025-07-18T23:26:04.545Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3428 | 2025-07-18T23:26:06.016Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
| 3429 | 2025-07-18T23:26:08.633Z | Checking sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
| 3430 | 2025-07-18T23:26:16.870Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3431 | 2025-07-18T23:26:41.758Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.07s |
| 3432 | 2025-07-18T23:26:42.010Z | |
| 3433 | 2025-07-18T23:26:42.010Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (146/221) |
| 3434 | 2025-07-18T23:26:43.368Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3435 | 2025-07-18T23:26:43.393Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3436 | 2025-07-18T23:26:43.666Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3437 | 2025-07-18T23:27:09.259Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.24s |
| 3438 | 2025-07-18T23:27:09.556Z | |
| 3439 | 2025-07-18T23:27:09.556Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (147/221) |
| 3440 | 2025-07-18T23:27:10.899Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3441 | 2025-07-18T23:27:10.924Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3442 | 2025-07-18T23:27:11.193Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3443 | 2025-07-18T23:27:37.866Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.29s |
| 3444 | 2025-07-18T23:27:38.114Z | |
| 3445 | 2025-07-18T23:27:38.114Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (148/221) |
| 3446 | 2025-07-18T23:27:39.387Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3447 | 2025-07-18T23:27:39.411Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3448 | 2025-07-18T23:27:39.680Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3449 | 2025-07-18T23:28:05.832Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.70s |
| 3450 | 2025-07-18T23:28:06.087Z | |
| 3451 | 2025-07-18T23:28:06.087Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (149/221) |
| 3452 | 2025-07-18T23:28:07.335Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3453 | 2025-07-18T23:28:07.359Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3454 | 2025-07-18T23:28:07.623Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3455 | 2025-07-18T23:28:33.305Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.20s |
| 3456 | 2025-07-18T23:28:33.555Z | |
| 3457 | 2025-07-18T23:28:33.555Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (150/221) |
| 3458 | 2025-07-18T23:28:34.871Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3459 | 2025-07-18T23:28:34.896Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3460 | 2025-07-18T23:28:35.172Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3461 | 2025-07-18T23:29:00.650Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.08s |
| 3462 | 2025-07-18T23:29:00.891Z | |
| 3463 | 2025-07-18T23:29:00.891Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (151/221) |
| 3464 | 2025-07-18T23:29:02.200Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3465 | 2025-07-18T23:29:02.225Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3466 | 2025-07-18T23:29:02.521Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3467 | 2025-07-18T23:29:30.183Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.28s |
| 3468 | 2025-07-18T23:29:30.442Z | |
| 3469 | 2025-07-18T23:29:30.442Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (152/221) |
| 3470 | 2025-07-18T23:29:31.735Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3471 | 2025-07-18T23:29:31.761Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3472 | 2025-07-18T23:29:32.026Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3473 | 2025-07-18T23:29:56.463Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.00s |
| 3474 | 2025-07-18T23:29:56.702Z | |
| 3475 | 2025-07-18T23:29:56.702Z | info: running `cargo check --bins` on bootstrap-agent-api (153/221) |
| 3476 | 2025-07-18T23:29:57.845Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3477 | 2025-07-18T23:29:57.872Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3478 | 2025-07-18T23:29:57.872Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3479 | 2025-07-18T23:29:57.872Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s |
| 3480 | 2025-07-18T23:29:57.984Z | |
| 3481 | 2025-07-18T23:29:57.984Z | info: running `cargo check --bins` on range-requests (154/221) |
| 3482 | 2025-07-18T23:29:59.104Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3483 | 2025-07-18T23:29:59.129Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3484 | 2025-07-18T23:29:59.129Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3485 | 2025-07-18T23:29:59.129Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s |
| 3486 | 2025-07-18T23:29:59.233Z | |
| 3487 | 2025-07-18T23:29:59.233Z | info: running `cargo check --bins` on repo-depot-api (155/221) |
| 3488 | 2025-07-18T23:30:00.399Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3489 | 2025-07-18T23:30:00.424Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3490 | 2025-07-18T23:30:00.424Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3491 | 2025-07-18T23:30:00.424Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s |
| 3492 | 2025-07-18T23:30:00.525Z | |
| 3493 | 2025-07-18T23:30:00.525Z | info: running `cargo check --bins` on sled-agent-api (156/221) |
| 3494 | 2025-07-18T23:30:01.652Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3495 | 2025-07-18T23:30:01.677Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3496 | 2025-07-18T23:30:01.677Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3497 | 2025-07-18T23:30:01.677Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s |
| 3498 | 2025-07-18T23:30:01.789Z | |
| 3499 | 2025-07-18T23:30:01.789Z | info: running `cargo check --bins` on sled-diagnostics (157/221) |
| 3500 | 2025-07-18T23:30:02.941Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3501 | 2025-07-18T23:30:02.966Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3502 | 2025-07-18T23:30:02.966Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3503 | 2025-07-18T23:30:02.966Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s |
| 3504 | 2025-07-18T23:30:03.073Z | |
| 3505 | 2025-07-18T23:30:03.073Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (158/221) |
| 3506 | 2025-07-18T23:30:04.243Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3507 | 2025-07-18T23:30:04.268Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3508 | 2025-07-18T23:30:04.268Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3509 | 2025-07-18T23:30:04.268Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.17s |
| 3510 | 2025-07-18T23:30:04.388Z | |
| 3511 | 2025-07-18T23:30:04.388Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (159/221) |
| 3512 | 2025-07-18T23:30:05.743Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3513 | 2025-07-18T23:30:05.769Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3514 | 2025-07-18T23:30:05.769Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3515 | 2025-07-18T23:30:05.769Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s |
| 3516 | 2025-07-18T23:30:05.882Z | |
| 3517 | 2025-07-18T23:30:05.882Z | info: running `cargo check --bins` on sled-agent-zone-images (160/221) |
| 3518 | 2025-07-18T23:30:07.004Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3519 | 2025-07-18T23:30:07.029Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3520 | 2025-07-18T23:30:07.029Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3521 | 2025-07-18T23:30:07.029Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s |
| 3522 | 2025-07-18T23:30:07.141Z | |
| 3523 | 2025-07-18T23:30:07.141Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (161/221) |
| 3524 | 2025-07-18T23:30:08.290Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3525 | 2025-07-18T23:30:08.315Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3526 | 2025-07-18T23:30:08.315Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3527 | 2025-07-18T23:30:08.315Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s |
| 3528 | 2025-07-18T23:30:08.432Z | |
| 3529 | 2025-07-18T23:30:08.432Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (162/221) |
| 3530 | 2025-07-18T23:30:09.623Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3531 | 2025-07-18T23:30:09.649Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3532 | 2025-07-18T23:30:09.649Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3533 | 2025-07-18T23:30:09.649Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s |
| 3534 | 2025-07-18T23:30:09.769Z | |
| 3535 | 2025-07-18T23:30:09.769Z | info: running `cargo check --bins` on nexus-test-interface (163/221) |
| 3536 | 2025-07-18T23:30:10.979Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3537 | 2025-07-18T23:30:11.006Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3538 | 2025-07-18T23:30:11.006Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3539 | 2025-07-18T23:30:11.007Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s |
| 3540 | 2025-07-18T23:30:11.118Z | |
| 3541 | 2025-07-18T23:30:11.118Z | info: running `cargo check --bins` on oximeter-collector (164/221) |
| 3542 | 2025-07-18T23:30:12.250Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3543 | 2025-07-18T23:30:12.275Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3544 | 2025-07-18T23:30:12.484Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3545 | 2025-07-18T23:30:12.484Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3546 | 2025-07-18T23:30:13.703Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3547 | 2025-07-18T23:30:17.031Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.90s |
| 3548 | 2025-07-18T23:30:17.255Z | |
| 3549 | 2025-07-18T23:30:17.255Z | info: running `cargo check --bins` on oximeter-api (165/221) |
| 3550 | 2025-07-18T23:30:18.314Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3551 | 2025-07-18T23:30:18.339Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3552 | 2025-07-18T23:30:18.340Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3553 | 2025-07-18T23:30:18.340Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s |
| 3554 | 2025-07-18T23:30:18.440Z | |
| 3555 | 2025-07-18T23:30:18.440Z | info: running `cargo check --bins` on cert-dev (166/221) |
| 3556 | 2025-07-18T23:30:19.544Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3557 | 2025-07-18T23:30:19.568Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3558 | 2025-07-18T23:30:19.719Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3559 | 2025-07-18T23:30:20.147Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s |
| 3560 | 2025-07-18T23:30:20.335Z | |
| 3561 | 2025-07-18T23:30:20.335Z | info: running `cargo check --bins` on clickana (167/221) |
| 3562 | 2025-07-18T23:30:21.457Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3563 | 2025-07-18T23:30:21.482Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3564 | 2025-07-18T23:30:21.640Z | Checking castaway v0.2.3 |
| 3565 | 2025-07-18T23:30:21.640Z | Checking lru v0.12.5 |
| 3566 | 2025-07-18T23:30:21.665Z | Compiling instability v0.3.2 |
| 3567 | 2025-07-18T23:30:21.665Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3568 | 2025-07-18T23:30:21.665Z | Checking unicode-truncate v1.1.0 |
| 3569 | 2025-07-18T23:30:21.665Z | Compiling indoc v2.0.6 |
| 3570 | 2025-07-18T23:30:21.665Z | Checking cassowary v0.3.0 |
| 3571 | 2025-07-18T23:30:21.852Z | Checking compact_str v0.8.0 |
| 3572 | 2025-07-18T23:30:22.711Z | Checking ratatui v0.29.0 |
| 3573 | 2025-07-18T23:30:24.130Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3574 | 2025-07-18T23:30:26.026Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3575 | 2025-07-18T23:30:27.411Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.06s |
| 3576 | 2025-07-18T23:30:27.621Z | |
| 3577 | 2025-07-18T23:30:27.621Z | info: running `cargo check --bins` on clickhouse-cluster-dev (168/221) |
| 3578 | 2025-07-18T23:30:28.739Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3579 | 2025-07-18T23:30:28.764Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3580 | 2025-07-18T23:30:28.948Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3581 | 2025-07-18T23:30:28.948Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3582 | 2025-07-18T23:30:30.573Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3583 | 2025-07-18T23:30:31.305Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3584 | 2025-07-18T23:30:31.883Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.25s |
| 3585 | 2025-07-18T23:30:32.086Z | |
| 3586 | 2025-07-18T23:30:32.086Z | info: running `cargo check --bins` on ch-dev (169/221) |
| 3587 | 2025-07-18T23:30:33.138Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3588 | 2025-07-18T23:30:33.162Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3589 | 2025-07-18T23:30:33.311Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3590 | 2025-07-18T23:30:34.446Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.35s |
| 3591 | 2025-07-18T23:30:34.664Z | |
| 3592 | 2025-07-18T23:30:34.664Z | info: running `cargo check --bins` on dev-tools-common (170/221) |
| 3593 | 2025-07-18T23:30:35.533Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3594 | 2025-07-18T23:30:35.558Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3595 | 2025-07-18T23:30:35.558Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3596 | 2025-07-18T23:30:35.558Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
| 3597 | 2025-07-18T23:30:35.637Z | |
| 3598 | 2025-07-18T23:30:35.637Z | info: running `cargo check --bins` on crdb-seed (171/221) |
| 3599 | 2025-07-18T23:30:36.796Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3600 | 2025-07-18T23:30:36.820Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3601 | 2025-07-18T23:30:36.971Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3602 | 2025-07-18T23:30:37.451Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.80s |
| 3603 | 2025-07-18T23:30:37.655Z | |
| 3604 | 2025-07-18T23:30:37.655Z | info: running `cargo check --bins` on db-dev (172/221) |
| 3605 | 2025-07-18T23:30:38.837Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3606 | 2025-07-18T23:30:38.861Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3607 | 2025-07-18T23:30:39.027Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3608 | 2025-07-18T23:30:40.204Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.53s |
| 3609 | 2025-07-18T23:30:40.430Z | |
| 3610 | 2025-07-18T23:30:40.430Z | info: running `cargo check --bins` on omicron-dev-lib (173/221) |
| 3611 | 2025-07-18T23:30:41.650Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3612 | 2025-07-18T23:30:41.675Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3613 | 2025-07-18T23:30:41.675Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3614 | 2025-07-18T23:30:41.675Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s |
| 3615 | 2025-07-18T23:30:41.790Z | |
| 3616 | 2025-07-18T23:30:41.790Z | info: running `cargo check --bins` on xtask-downloader (174/221) |
| 3617 | 2025-07-18T23:30:42.867Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3618 | 2025-07-18T23:30:42.891Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3619 | 2025-07-18T23:30:43.012Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3620 | 2025-07-18T23:30:44.304Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.50s |
| 3621 | 2025-07-18T23:30:44.507Z | |
| 3622 | 2025-07-18T23:30:44.507Z | info: running `cargo check --bins` on omicron-ls-apis (175/221) |
| 3623 | 2025-07-18T23:30:45.607Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3624 | 2025-07-18T23:30:45.632Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3625 | 2025-07-18T23:30:45.756Z | Checking typeid v1.0.3 |
| 3626 | 2025-07-18T23:30:45.792Z | Checking ordered-float v2.10.1 |
| 3627 | 2025-07-18T23:30:45.817Z | Checking cargo-platform v0.2.0 |
| 3628 | 2025-07-18T23:30:45.972Z | Checking erased-serde v0.4.6 |
| 3629 | 2025-07-18T23:30:46.311Z | Checking serde-value v0.7.0 |
| 3630 | 2025-07-18T23:30:46.794Z | Checking serde-untagged v0.1.7 |
| 3631 | 2025-07-18T23:30:47.176Z | Checking cargo-util-schemas v0.2.0 |
| 3632 | 2025-07-18T23:30:48.991Z | Checking cargo_metadata v0.20.0 |
| 3633 | 2025-07-18T23:30:50.755Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3634 | 2025-07-18T23:30:52.212Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.69s |
| 3635 | 2025-07-18T23:30:52.402Z | |
| 3636 | 2025-07-18T23:30:52.402Z | info: running `cargo check --bins` on mgs-dev (176/221) |
| 3637 | 2025-07-18T23:30:53.614Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3638 | 2025-07-18T23:30:53.638Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3639 | 2025-07-18T23:30:53.869Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3640 | 2025-07-18T23:30:56.576Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3641 | 2025-07-18T23:30:57.592Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3642 | 2025-07-18T23:30:58.514Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.09s |
| 3643 | 2025-07-18T23:30:58.760Z | |
| 3644 | 2025-07-18T23:30:58.760Z | info: running `cargo check --bins` on omicron-omdb (177/221) |
| 3645 | 2025-07-18T23:31:00.069Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3646 | 2025-07-18T23:31:00.093Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3647 | 2025-07-18T23:31:00.553Z | Compiling crunchy v0.2.2 |
| 3648 | 2025-07-18T23:31:00.577Z | Compiling dsl_auto_type v0.1.2 |
| 3649 | 2025-07-18T23:31:00.577Z | Checking scheduled-thread-pool v0.2.7 |
| 3650 | 2025-07-18T23:31:00.578Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 3651 | 2025-07-18T23:31:00.578Z | Compiling tiny-keccak v2.0.2 |
| 3652 | 2025-07-18T23:31:00.672Z | Compiling bit-vec v0.6.3 |
| 3653 | 2025-07-18T23:31:00.699Z | Compiling ascii-canvas v3.0.0 |
| 3654 | 2025-07-18T23:31:00.724Z | Compiling ena v0.14.3 |
| 3655 | 2025-07-18T23:31:00.923Z | Checking r2d2 v0.8.10 |
| 3656 | 2025-07-18T23:31:01.011Z | Compiling bindgen v0.71.1 |
| 3657 | 2025-07-18T23:31:01.117Z | Compiling bit-set v0.5.3 |
| 3658 | 2025-07-18T23:31:01.183Z | Compiling diff v0.1.13 |
| 3659 | 2025-07-18T23:31:01.209Z | Compiling regex-syntax v0.6.29 |
| 3660 | 2025-07-18T23:31:01.299Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3661 | 2025-07-18T23:31:01.325Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3662 | 2025-07-18T23:31:01.438Z | Compiling derive_builder_core v0.20.2 |
| 3663 | 2025-07-18T23:31:01.583Z | Compiling libxml v0.3.3 |
| 3664 | 2025-07-18T23:31:01.675Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3665 | 2025-07-18T23:31:01.815Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3666 | 2025-07-18T23:31:02.020Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3667 | 2025-07-18T23:31:02.072Z | Compiling strum_macros v0.24.3 |
| 3668 | 2025-07-18T23:31:02.107Z | Compiling diesel_derives v2.2.3 |
| 3669 | 2025-07-18T23:31:02.303Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3670 | 2025-07-18T23:31:02.366Z | Compiling indoc v1.0.9 |
| 3671 | 2025-07-18T23:31:03.247Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3672 | 2025-07-18T23:31:03.540Z | Compiling derive_builder_macro v0.20.2 |
| 3673 | 2025-07-18T23:31:03.576Z | Compiling oso-derive v0.27.3 |
| 3674 | 2025-07-18T23:31:04.439Z | Compiling impl-trait-for-tuples v0.2.2 |
| 3675 | 2025-07-18T23:31:04.464Z | Checking derive_builder v0.20.2 |
| 3676 | 2025-07-18T23:31:04.558Z | Compiling lalrpop v0.19.12 |
| 3677 | 2025-07-18T23:31:04.703Z | Checking quick-xml v0.37.2 |
| 3678 | 2025-07-18T23:31:04.750Z | Checking maplit v1.0.2 |
| 3679 | 2025-07-18T23:31:04.948Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3680 | 2025-07-18T23:31:05.300Z | Compiling diesel-dtrace v0.4.2 |
| 3681 | 2025-07-18T23:31:05.746Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3682 | 2025-07-18T23:31:06.083Z | Checking bb8 v0.8.5 |
| 3683 | 2025-07-18T23:31:06.529Z | Checking ignore v0.4.23 |
| 3684 | 2025-07-18T23:31:06.570Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3685 | 2025-07-18T23:31:06.613Z | Checking predicates-tree v1.0.12 |
| 3686 | 2025-07-18T23:31:06.814Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3687 | 2025-07-18T23:31:06.838Z | Checking rand_seeder v0.3.0 |
| 3688 | 2025-07-18T23:31:06.958Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3689 | 2025-07-18T23:31:07.122Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3690 | 2025-07-18T23:31:07.204Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3691 | 2025-07-18T23:31:07.403Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 3692 | 2025-07-18T23:31:07.448Z | Checking globwalk v0.9.1 |
| 3693 | 2025-07-18T23:31:07.751Z | Checking is_ci v1.2.0 |
| 3694 | 2025-07-18T23:31:07.844Z | Checking camino-tempfile-ext v0.3.2 |
| 3695 | 2025-07-18T23:31:07.950Z | Checking supports-color v3.0.2 |
| 3696 | 2025-07-18T23:31:08.243Z | Checking support-bundle-viewer v0.1.2 |
| 3697 | 2025-07-18T23:31:08.293Z | Checking sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples) |
| 3698 | 2025-07-18T23:31:08.737Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
| 3699 | 2025-07-18T23:31:09.108Z | Checking multimap v0.10.1 |
| 3700 | 2025-07-18T23:31:09.413Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3701 | 2025-07-18T23:31:11.251Z | Checking diesel v2.2.11 |
| 3702 | 2025-07-18T23:31:29.617Z | Compiling samael v0.0.19 |
| 3703 | 2025-07-18T23:31:40.679Z | Checking nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3704 | 2025-07-18T23:31:45.314Z | Checking async-bb8-diesel v0.2.1 |
| 3705 | 2025-07-18T23:31:47.832Z | Compiling polar-core v0.27.3 |
| 3706 | 2025-07-18T23:31:58.064Z | Checking oso v0.27.3 |
| 3707 | 2025-07-18T23:32:58.368Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3708 | 2025-07-18T23:33:55.498Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3709 | 2025-07-18T23:34:12.322Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 13s |
| 3710 | 2025-07-18T23:34:12.583Z | |
| 3711 | 2025-07-18T23:34:12.583Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (178/221) |
| 3712 | 2025-07-18T23:34:13.736Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3713 | 2025-07-18T23:34:13.760Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3714 | 2025-07-18T23:34:13.760Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3715 | 2025-07-18T23:34:13.760Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s |
| 3716 | 2025-07-18T23:34:13.875Z | |
| 3717 | 2025-07-18T23:34:13.875Z | info: running `cargo check --bins` on nexus-saga-recovery (179/221) |
| 3718 | 2025-07-18T23:34:15.041Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3719 | 2025-07-18T23:34:15.067Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3720 | 2025-07-18T23:34:15.067Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3721 | 2025-07-18T23:34:15.067Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s |
| 3722 | 2025-07-18T23:34:15.187Z | |
| 3723 | 2025-07-18T23:34:15.187Z | info: running `cargo check --bins` on nexus-test-utils-macros (180/221) |
| 3724 | 2025-07-18T23:34:16.187Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3725 | 2025-07-18T23:34:16.213Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3726 | 2025-07-18T23:34:16.213Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3727 | 2025-07-18T23:34:16.237Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s |
| 3728 | 2025-07-18T23:34:16.322Z | |
| 3729 | 2025-07-18T23:34:16.322Z | info: running `cargo check --bins` on omicron-nexus (181/221) |
| 3730 | 2025-07-18T23:34:17.516Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3731 | 2025-07-18T23:34:17.543Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3732 | 2025-07-18T23:34:18.012Z | Compiling libz-sys v1.1.20 |
| 3733 | 2025-07-18T23:34:18.054Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 3734 | 2025-07-18T23:34:18.054Z | Compiling vergen v8.3.2 |
| 3735 | 2025-07-18T23:34:18.054Z | Compiling cargo-platform v0.1.8 |
| 3736 | 2025-07-18T23:34:18.090Z | Compiling fs-err v2.11.0 |
| 3737 | 2025-07-18T23:34:18.090Z | Compiling rustls v0.21.12 |
| 3738 | 2025-07-18T23:34:18.124Z | Checking rustls-webpki v0.101.7 |
| 3739 | 2025-07-18T23:34:18.124Z | Checking sct v0.7.1 |
| 3740 | 2025-07-18T23:34:18.385Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3741 | 2025-07-18T23:34:18.418Z | Compiling cargo_metadata v0.18.1 |
| 3742 | 2025-07-18T23:34:18.500Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3743 | 2025-07-18T23:34:18.586Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3744 | 2025-07-18T23:34:18.744Z | Checking parse-size v1.1.0 |
| 3745 | 2025-07-18T23:34:18.993Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3746 | 2025-07-18T23:34:19.033Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 3747 | 2025-07-18T23:34:19.079Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
| 3748 | 2025-07-18T23:34:19.106Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3749 | 2025-07-18T23:34:19.139Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3750 | 2025-07-18T23:34:19.336Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3751 | 2025-07-18T23:34:20.058Z | Checking rustls-pemfile v1.0.4 |
| 3752 | 2025-07-18T23:34:20.183Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3753 | 2025-07-18T23:34:20.322Z | Checking twox-hash v2.1.0 |
| 3754 | 2025-07-18T23:34:20.538Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3755 | 2025-07-18T23:34:20.903Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3756 | 2025-07-18T23:34:21.006Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3757 | 2025-07-18T23:34:21.501Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 3758 | 2025-07-18T23:34:21.999Z | Checking tokio-rustls v0.24.1 |
| 3759 | 2025-07-18T23:34:22.270Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3760 | 2025-07-18T23:34:22.391Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3761 | 2025-07-18T23:34:22.661Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3762 | 2025-07-18T23:34:22.807Z | Checking fatfs v0.3.6 |
| 3763 | 2025-07-18T23:34:22.882Z | Checking assert_matches v1.5.0 |
| 3764 | 2025-07-18T23:34:29.398Z | Compiling git2 v0.19.0 |
| 3765 | 2025-07-18T23:34:35.445Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
| 3766 | 2025-07-18T23:36:20.395Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 04s |
| 3767 | 2025-07-18T23:36:20.615Z | |
| 3768 | 2025-07-18T23:36:20.615Z | info: running `cargo check --bins` on nexus-background-task-interface (182/221) |
| 3769 | 2025-07-18T23:36:21.723Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3770 | 2025-07-18T23:36:21.749Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3771 | 2025-07-18T23:36:21.749Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3772 | 2025-07-18T23:36:21.749Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s |
| 3773 | 2025-07-18T23:36:21.839Z | |
| 3774 | 2025-07-18T23:36:21.839Z | info: running `cargo check --bins` on nexus-external-api (183/221) |
| 3775 | 2025-07-18T23:36:22.934Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3776 | 2025-07-18T23:36:22.960Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3777 | 2025-07-18T23:36:22.960Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3778 | 2025-07-18T23:36:22.960Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s |
| 3779 | 2025-07-18T23:36:23.065Z | |
| 3780 | 2025-07-18T23:36:23.065Z | info: running `cargo check --bins` on nexus-internal-api (184/221) |
| 3781 | 2025-07-18T23:36:24.176Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3782 | 2025-07-18T23:36:24.202Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3783 | 2025-07-18T23:36:24.202Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3784 | 2025-07-18T23:36:24.202Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s |
| 3785 | 2025-07-18T23:36:24.311Z | |
| 3786 | 2025-07-18T23:36:24.311Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (185/221) |
| 3787 | 2025-07-18T23:36:25.622Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3788 | 2025-07-18T23:36:25.622Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3789 | 2025-07-18T23:36:25.622Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3790 | 2025-07-18T23:36:25.622Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s |
| 3791 | 2025-07-18T23:36:25.622Z | |
| 3792 | 2025-07-18T23:36:25.622Z | info: running `cargo check --bins` on nexus-mgs-updates (186/221) |
| 3793 | 2025-07-18T23:36:26.658Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3794 | 2025-07-18T23:36:26.683Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3795 | 2025-07-18T23:36:26.683Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3796 | 2025-07-18T23:36:26.683Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s |
| 3797 | 2025-07-18T23:36:26.789Z | |
| 3798 | 2025-07-18T23:36:26.789Z | info: running `cargo check --bins` on nexus-networking (187/221) |
| 3799 | 2025-07-18T23:36:27.890Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3800 | 2025-07-18T23:36:27.915Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3801 | 2025-07-18T23:36:27.915Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3802 | 2025-07-18T23:36:27.915Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s |
| 3803 | 2025-07-18T23:36:28.027Z | |
| 3804 | 2025-07-18T23:36:28.027Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (188/221) |
| 3805 | 2025-07-18T23:36:29.108Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3806 | 2025-07-18T23:36:29.133Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3807 | 2025-07-18T23:36:29.133Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3808 | 2025-07-18T23:36:29.133Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s |
| 3809 | 2025-07-18T23:36:29.255Z | |
| 3810 | 2025-07-18T23:36:29.255Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (189/221) |
| 3811 | 2025-07-18T23:36:30.372Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3812 | 2025-07-18T23:36:30.372Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3813 | 2025-07-18T23:36:30.372Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3814 | 2025-07-18T23:36:30.372Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s |
| 3815 | 2025-07-18T23:36:30.489Z | |
| 3816 | 2025-07-18T23:36:30.489Z | info: running `cargo check --bins` on update-common (190/221) |
| 3817 | 2025-07-18T23:36:31.484Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3818 | 2025-07-18T23:36:31.509Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3819 | 2025-07-18T23:36:31.509Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3820 | 2025-07-18T23:36:31.509Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
| 3821 | 2025-07-18T23:36:31.631Z | |
| 3822 | 2025-07-18T23:36:31.631Z | info: running `cargo check --bins` on omicron-dev (191/221) |
| 3823 | 2025-07-18T23:36:32.802Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3824 | 2025-07-18T23:36:32.827Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3825 | 2025-07-18T23:36:33.228Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3826 | 2025-07-18T23:36:33.228Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3827 | 2025-07-18T23:36:33.294Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3828 | 2025-07-18T23:36:33.319Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3829 | 2025-07-18T23:36:33.345Z | Checking yansi v1.0.1 |
| 3830 | 2025-07-18T23:36:33.370Z | Checking diff v0.1.13 |
| 3831 | 2025-07-18T23:36:33.370Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3832 | 2025-07-18T23:36:33.395Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3833 | 2025-07-18T23:36:33.892Z | Checking pretty_assertions v1.4.1 |
| 3834 | 2025-07-18T23:36:34.054Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3835 | 2025-07-18T23:36:34.877Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3836 | 2025-07-18T23:37:24.050Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3837 | 2025-07-18T23:37:24.075Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3838 | 2025-07-18T23:37:24.075Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3839 | 2025-07-18T23:37:24.075Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3840 | 2025-07-18T23:37:24.075Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3841 | 2025-07-18T23:37:24.075Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3842 | 2025-07-18T23:37:25.400Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3843 | 2025-07-18T23:37:27.282Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3844 | 2025-07-18T23:39:01.035Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 29s |
| 3845 | 2025-07-18T23:39:01.289Z | |
| 3846 | 2025-07-18T23:39:01.289Z | info: running `cargo check --bins` on openapi-manager (192/221) |
| 3847 | 2025-07-18T23:39:02.344Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3848 | 2025-07-18T23:39:02.369Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3849 | 2025-07-18T23:39:02.571Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3850 | 2025-07-18T23:39:02.571Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3851 | 2025-07-18T23:39:02.596Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3852 | 2025-07-18T23:39:02.621Z | Checking heck v0.4.1 |
| 3853 | 2025-07-18T23:39:02.646Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3854 | 2025-07-18T23:39:02.900Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
| 3855 | 2025-07-18T23:39:02.996Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3856 | 2025-07-18T23:39:04.232Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3857 | 2025-07-18T23:39:07.628Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3858 | 2025-07-18T23:39:09.982Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3859 | 2025-07-18T23:39:11.287Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 3860 | 2025-07-18T23:39:13.691Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.39s |
| 3861 | 2025-07-18T23:39:13.937Z | |
| 3862 | 2025-07-18T23:39:13.937Z | info: running `cargo check --bins` on installinator-api (193/221) |
| 3863 | 2025-07-18T23:39:14.997Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3864 | 2025-07-18T23:39:15.022Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3865 | 2025-07-18T23:39:15.022Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3866 | 2025-07-18T23:39:15.022Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s |
| 3867 | 2025-07-18T23:39:15.139Z | |
| 3868 | 2025-07-18T23:39:15.140Z | info: running `cargo check --bins` on ntp-admin-api (194/221) |
| 3869 | 2025-07-18T23:39:16.127Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3870 | 2025-07-18T23:39:16.152Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3871 | 2025-07-18T23:39:16.152Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3872 | 2025-07-18T23:39:16.152Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
| 3873 | 2025-07-18T23:39:16.278Z | |
| 3874 | 2025-07-18T23:39:16.279Z | info: running `cargo check --bins` on ntp-admin-types (195/221) |
| 3875 | 2025-07-18T23:39:17.263Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3876 | 2025-07-18T23:39:17.289Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3877 | 2025-07-18T23:39:17.289Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3878 | 2025-07-18T23:39:17.289Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
| 3879 | 2025-07-18T23:39:17.401Z | |
| 3880 | 2025-07-18T23:39:17.401Z | info: running `cargo check --bins` on wicketd-api (196/221) |
| 3881 | 2025-07-18T23:39:18.556Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3882 | 2025-07-18T23:39:18.582Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3883 | 2025-07-18T23:39:18.582Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3884 | 2025-07-18T23:39:18.582Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s |
| 3885 | 2025-07-18T23:39:18.700Z | |
| 3886 | 2025-07-18T23:39:18.700Z | info: running `cargo check --bins` on omicron-pins (197/221) |
| 3887 | 2025-07-18T23:39:19.705Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3888 | 2025-07-18T23:39:19.730Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3889 | 2025-07-18T23:39:19.730Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3890 | 2025-07-18T23:39:19.755Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s |
| 3891 | 2025-07-18T23:39:19.840Z | |
| 3892 | 2025-07-18T23:39:19.841Z | info: running `cargo check --bins` on reconfigurator-cli (198/221) |
| 3893 | 2025-07-18T23:39:20.956Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3894 | 2025-07-18T23:39:20.981Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3895 | 2025-07-18T23:39:21.313Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3896 | 2025-07-18T23:39:21.338Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3897 | 2025-07-18T23:39:21.376Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3898 | 2025-07-18T23:39:21.402Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3899 | 2025-07-18T23:39:21.430Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3900 | 2025-07-18T23:39:21.431Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3901 | 2025-07-18T23:39:21.481Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3902 | 2025-07-18T23:39:21.506Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3903 | 2025-07-18T23:39:21.699Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3904 | 2025-07-18T23:39:21.768Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3905 | 2025-07-18T23:39:21.803Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3906 | 2025-07-18T23:39:22.044Z | Compiling petname v2.0.2 |
| 3907 | 2025-07-18T23:39:22.088Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3908 | 2025-07-18T23:39:22.215Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 3909 | 2025-07-18T23:39:22.598Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3910 | 2025-07-18T23:39:23.038Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3911 | 2025-07-18T23:39:23.408Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3912 | 2025-07-18T23:39:24.040Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3913 | 2025-07-18T23:39:24.236Z | Checking sync-ptr v0.1.4 |
| 3914 | 2025-07-18T23:39:24.333Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3915 | 2025-07-18T23:39:24.429Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
| 3916 | 2025-07-18T23:39:24.484Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3917 | 2025-07-18T23:39:24.692Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3918 | 2025-07-18T23:39:25.159Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3919 | 2025-07-18T23:39:26.935Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3920 | 2025-07-18T23:39:28.673Z | Checking sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples) |
| 3921 | 2025-07-18T23:39:28.699Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3922 | 2025-07-18T23:39:46.646Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3923 | 2025-07-18T23:39:46.672Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3924 | 2025-07-18T23:39:47.965Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3925 | 2025-07-18T23:39:50.728Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3926 | 2025-07-18T23:39:54.980Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.13s |
| 3927 | 2025-07-18T23:39:55.251Z | |
| 3928 | 2025-07-18T23:39:55.251Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (199/221) |
| 3929 | 2025-07-18T23:39:56.503Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3930 | 2025-07-18T23:39:56.530Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3931 | 2025-07-18T23:39:56.530Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3932 | 2025-07-18T23:39:56.530Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s |
| 3933 | 2025-07-18T23:39:56.644Z | |
| 3934 | 2025-07-18T23:39:56.644Z | info: running `cargo check --bins` on omicron-repl-utils (200/221) |
| 3935 | 2025-07-18T23:39:57.736Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3936 | 2025-07-18T23:39:57.762Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3937 | 2025-07-18T23:39:57.762Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3938 | 2025-07-18T23:39:57.763Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s |
| 3939 | 2025-07-18T23:39:57.863Z | |
| 3940 | 2025-07-18T23:39:57.863Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (201/221) |
| 3941 | 2025-07-18T23:39:59.052Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3942 | 2025-07-18T23:39:59.077Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3943 | 2025-07-18T23:39:59.333Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3944 | 2025-07-18T23:40:00.811Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.94s |
| 3945 | 2025-07-18T23:40:01.044Z | |
| 3946 | 2025-07-18T23:40:01.044Z | info: running `cargo check --bins` on reconfigurator-sp-updater (202/221) |
| 3947 | 2025-07-18T23:40:02.213Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3948 | 2025-07-18T23:40:02.240Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3949 | 2025-07-18T23:40:02.420Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3950 | 2025-07-18T23:40:02.923Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3951 | 2025-07-18T23:40:04.852Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3952 | 2025-07-18T23:40:05.947Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.89s |
| 3953 | 2025-07-18T23:40:06.174Z | |
| 3954 | 2025-07-18T23:40:06.175Z | info: running `cargo check --bins` on omicron-releng (203/221) |
| 3955 | 2025-07-18T23:40:07.369Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3956 | 2025-07-18T23:40:07.395Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3957 | 2025-07-18T23:40:07.533Z | Compiling blake3 v1.5.4 |
| 3958 | 2025-07-18T23:40:07.559Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
| 3959 | 2025-07-18T23:40:07.591Z | Checking memmap2 v0.9.5 |
| 3960 | 2025-07-18T23:40:07.591Z | Checking arrayref v0.3.9 |
| 3961 | 2025-07-18T23:40:07.616Z | Checking arrayvec v0.7.6 |
| 3962 | 2025-07-18T23:40:07.616Z | Checking constant_time_eq v0.3.1 |
| 3963 | 2025-07-18T23:40:07.683Z | Checking topological-sort v0.2.2 |
| 3964 | 2025-07-18T23:40:07.683Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3965 | 2025-07-18T23:40:07.751Z | Checking shell-words v1.1.0 |
| 3966 | 2025-07-18T23:40:08.322Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
| 3967 | 2025-07-18T23:40:08.741Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
| 3968 | 2025-07-18T23:40:09.325Z | Checking omicron-zone-package v0.12.2 |
| 3969 | 2025-07-18T23:40:11.240Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3970 | 2025-07-18T23:40:12.961Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.77s |
| 3971 | 2025-07-18T23:40:13.168Z | |
| 3972 | 2025-07-18T23:40:13.168Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (204/221) |
| 3973 | 2025-07-18T23:40:14.266Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3974 | 2025-07-18T23:40:14.292Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3975 | 2025-07-18T23:40:14.428Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3976 | 2025-07-18T23:40:14.897Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3977 | 2025-07-18T23:40:15.547Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.36s |
| 3978 | 2025-07-18T23:40:15.749Z | |
| 3979 | 2025-07-18T23:40:15.749Z | info: running `cargo check --bins` on xtask (205/221) |
| 3980 | 2025-07-18T23:40:16.737Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3981 | 2025-07-18T23:40:16.765Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3982 | 2025-07-18T23:40:16.790Z | Checking bitflags v2.9.1 |
| 3983 | 2025-07-18T23:40:16.815Z | Checking serde v1.0.219 |
| 3984 | 2025-07-18T23:40:16.815Z | Checking thiserror v1.0.69 |
| 3985 | 2025-07-18T23:40:16.849Z | Checking zerofrom v0.1.4 |
| 3986 | 2025-07-18T23:40:16.881Z | Checking hashbrown v0.15.4 |
| 3987 | 2025-07-18T23:40:16.906Z | Checking smallvec v1.15.0 |
| 3988 | 2025-07-18T23:40:16.931Z | Checking num-traits v0.2.19 |
| 3989 | 2025-07-18T23:40:16.931Z | Checking scroll v0.12.0 |
| 3990 | 2025-07-18T23:40:17.043Z | Checking percent-encoding v2.3.1 |
| 3991 | 2025-07-18T23:40:17.129Z | Checking yoke v0.7.4 |
| 3992 | 2025-07-18T23:40:17.172Z | Checking rustix v0.38.37 |
| 3993 | 2025-07-18T23:40:17.304Z | Checking log v0.4.27 |
| 3994 | 2025-07-18T23:40:17.329Z | Checking pest v2.7.14 |
| 3995 | 2025-07-18T23:40:17.475Z | Checking form_urlencoded v1.2.1 |
| 3996 | 2025-07-18T23:40:17.507Z | Checking zerovec v0.10.4 |
| 3997 | 2025-07-18T23:40:17.641Z | Checking goblin v0.8.2 |
| 3998 | 2025-07-18T23:40:17.737Z | Checking zerocopy v0.7.35 |
| 3999 | 2025-07-18T23:40:17.911Z | Checking indexmap v2.10.0 |
| 4000 | 2025-07-18T23:40:18.179Z | Checking terminal_size v0.4.0 |
| 4001 | 2025-07-18T23:40:18.369Z | Checking ordered-float v2.10.1 |
| 4002 | 2025-07-18T23:40:18.394Z | Checking getrandom v0.3.1 |
| 4003 | 2025-07-18T23:40:18.637Z | Checking syn v2.0.104 |
| 4004 | 2025-07-18T23:40:18.875Z | Checking rustix v1.0.7 |
| 4005 | 2025-07-18T23:40:18.963Z | Checking once_cell v1.21.3 |
| 4006 | 2025-07-18T23:40:19.176Z | Checking tinystr v0.7.6 |
| 4007 | 2025-07-18T23:40:19.201Z | Checking icu_collections v1.5.0 |
| 4008 | 2025-07-18T23:40:19.318Z | Checking clap_builder v4.5.40 |
| 4009 | 2025-07-18T23:40:19.584Z | Checking icu_locid v1.5.0 |
| 4010 | 2025-07-18T23:40:19.920Z | Checking thiserror v2.0.12 |
| 4011 | 2025-07-18T23:40:20.024Z | Checking dtrace-parser v0.2.0 |
| 4012 | 2025-07-18T23:40:20.098Z | Checking textwrap v0.16.2 |
| 4013 | 2025-07-18T23:40:20.381Z | Checking tempfile v3.20.0 |
| 4014 | 2025-07-18T23:40:20.500Z | Checking fs-err v3.1.1 |
| 4015 | 2025-07-18T23:40:20.525Z | Checking anyhow v1.0.98 |
| 4016 | 2025-07-18T23:40:20.550Z | Checking icu_provider v1.5.0 |
| 4017 | 2025-07-18T23:40:20.772Z | Checking tabled v0.15.0 |
| 4018 | 2025-07-18T23:40:20.856Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4019 | 2025-07-18T23:40:21.260Z | Checking icu_locid_transform v1.5.0 |
| 4020 | 2025-07-18T23:40:21.489Z | Checking serde_spanned v0.6.9 |
| 4021 | 2025-07-18T23:40:21.514Z | Checking toml_datetime v0.6.11 |
| 4022 | 2025-07-18T23:40:21.514Z | Checking serde_json v1.0.140 |
| 4023 | 2025-07-18T23:40:21.740Z | Checking erased-serde v0.4.6 |
| 4024 | 2025-07-18T23:40:21.890Z | Checking toml_edit v0.22.27 |
| 4025 | 2025-07-18T23:40:22.396Z | Checking icu_properties v1.5.1 |
| 4026 | 2025-07-18T23:40:22.444Z | Checking semver v1.0.26 |
| 4027 | 2025-07-18T23:40:22.658Z | Checking camino v1.1.10 |
| 4028 | 2025-07-18T23:40:22.724Z | Checking serde-untagged v0.1.7 |
| 4029 | 2025-07-18T23:40:22.866Z | Checking serde-value v0.7.0 |
| 4030 | 2025-07-18T23:40:23.031Z | Checking dof v0.3.0 |
| 4031 | 2025-07-18T23:40:23.110Z | Checking cargo-platform v0.2.0 |
| 4032 | 2025-07-18T23:40:23.208Z | Checking camino-tempfile v1.4.1 |
| 4033 | 2025-07-18T23:40:23.288Z | Checking clap v4.5.40 |
| 4034 | 2025-07-18T23:40:23.444Z | Checking macaddr v1.0.1 |
| 4035 | 2025-07-18T23:40:23.644Z | Checking usdt-impl v0.5.0 |
| 4036 | 2025-07-18T23:40:24.208Z | Checking usdt v0.5.0 |
| 4037 | 2025-07-18T23:40:24.552Z | Checking toml v0.8.23 |
| 4038 | 2025-07-18T23:40:25.247Z | Checking cargo_toml v0.21.0 |
| 4039 | 2025-07-18T23:40:25.570Z | Checking icu_normalizer v1.5.0 |
| 4040 | 2025-07-18T23:40:26.356Z | Checking idna_adapter v1.2.0 |
| 4041 | 2025-07-18T23:40:26.581Z | Checking idna v1.0.3 |
| 4042 | 2025-07-18T23:40:27.091Z | Checking url v2.5.4 |
| 4043 | 2025-07-18T23:40:27.880Z | Checking cargo-util-schemas v0.2.0 |
| 4044 | 2025-07-18T23:40:29.701Z | Checking cargo_metadata v0.20.0 |
| 4045 | 2025-07-18T23:40:31.305Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 4046 | 2025-07-18T23:40:32.393Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.63s |
| 4047 | 2025-07-18T23:40:32.555Z | |
| 4048 | 2025-07-18T23:40:32.555Z | info: running `cargo check --bins` on end-to-end-tests (206/221) |
| 4049 | 2025-07-18T23:40:33.800Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4050 | 2025-07-18T23:40:33.825Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4051 | 2025-07-18T23:40:34.095Z | Checking polyval v0.6.2 |
| 4052 | 2025-07-18T23:40:34.120Z | Checking ctr v0.9.2 |
| 4053 | 2025-07-18T23:40:34.161Z | Checking ssh-encoding v0.2.0 |
| 4054 | 2025-07-18T23:40:34.161Z | Checking blowfish v0.9.1 |
| 4055 | 2025-07-18T23:40:34.212Z | Checking password-hash v0.4.2 |
| 4056 | 2025-07-18T23:40:34.243Z | Checking p256 v0.13.2 |
| 4057 | 2025-07-18T23:40:34.243Z | Checking p521 v0.13.3 |
| 4058 | 2025-07-18T23:40:34.275Z | Checking russh-cryptovec v0.7.3 |
| 4059 | 2025-07-18T23:40:34.416Z | Checking ghash v0.5.1 |
| 4060 | 2025-07-18T23:40:34.466Z | Checking bcrypt-pbkdf v0.10.0 |
| 4061 | 2025-07-18T23:40:34.491Z | Checking md5 v0.7.0 |
| 4062 | 2025-07-18T23:40:34.543Z | Checking num-bigint v0.4.6 |
| 4063 | 2025-07-18T23:40:34.543Z | Checking des v0.8.1 |
| 4064 | 2025-07-18T23:40:34.630Z | Checking aes-gcm v0.10.3 |
| 4065 | 2025-07-18T23:40:34.710Z | Checking pbkdf2 v0.11.0 |
| 4066 | 2025-07-18T23:40:34.779Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4067 | 2025-07-18T23:40:34.808Z | Checking hex-literal v0.4.1 |
| 4068 | 2025-07-18T23:40:34.833Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 4069 | 2025-07-18T23:40:34.886Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 4070 | 2025-07-18T23:40:34.911Z | Checking ssh-cipher v0.2.0 |
| 4071 | 2025-07-18T23:40:34.978Z | Checking internet-checksum v0.2.1 |
| 4072 | 2025-07-18T23:40:35.212Z | Checking ssh-key v0.6.6 |
| 4073 | 2025-07-18T23:40:35.475Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4074 | 2025-07-18T23:40:36.735Z | Checking russh-keys v0.45.0 |
| 4075 | 2025-07-18T23:40:38.048Z | Checking russh v0.45.0 |
| 4076 | 2025-07-18T23:41:11.598Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4077 | 2025-07-18T23:41:13.940Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.37s |
| 4078 | 2025-07-18T23:41:14.176Z | |
| 4079 | 2025-07-18T23:41:14.177Z | info: running `cargo check --bins` on gateway-cli (207/221) |
| 4080 | 2025-07-18T23:41:15.297Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4081 | 2025-07-18T23:41:15.323Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4082 | 2025-07-18T23:41:15.446Z | Checking termios v0.3.3 |
| 4083 | 2025-07-18T23:41:15.704Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 4084 | 2025-07-18T23:41:16.958Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.77s |
| 4085 | 2025-07-18T23:41:17.178Z | |
| 4086 | 2025-07-18T23:41:17.178Z | info: running `cargo check --bins --no-default-features` on installinator (208/221) |
| 4087 | 2025-07-18T23:41:18.318Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4088 | 2025-07-18T23:41:18.343Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4089 | 2025-07-18T23:41:18.535Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 4090 | 2025-07-18T23:41:18.560Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 4091 | 2025-07-18T23:41:19.663Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 4092 | 2025-07-18T23:41:22.438Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 4093 | 2025-07-18T23:41:25.935Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.74s |
| 4094 | 2025-07-18T23:41:26.172Z | |
| 4095 | 2025-07-18T23:41:26.172Z | info: running `cargo check --bins` on internal-dns-cli (209/221) |
| 4096 | 2025-07-18T23:41:27.281Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4097 | 2025-07-18T23:41:27.306Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4098 | 2025-07-18T23:41:27.429Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 4099 | 2025-07-18T23:41:28.063Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.88s |
| 4100 | 2025-07-18T23:41:28.269Z | |
| 4101 | 2025-07-18T23:41:28.269Z | info: running `cargo check --bins` on omicron-live-tests (210/221) |
| 4102 | 2025-07-18T23:41:29.278Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4103 | 2025-07-18T23:41:29.303Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4104 | 2025-07-18T23:41:29.303Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4105 | 2025-07-18T23:41:29.328Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s |
| 4106 | 2025-07-18T23:41:29.410Z | |
| 4107 | 2025-07-18T23:41:29.410Z | info: running `cargo check --bins` on live-tests-macros (211/221) |
| 4108 | 2025-07-18T23:41:30.457Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4109 | 2025-07-18T23:41:30.482Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4110 | 2025-07-18T23:41:30.483Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4111 | 2025-07-18T23:41:30.483Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
| 4112 | 2025-07-18T23:41:30.580Z | |
| 4113 | 2025-07-18T23:41:30.580Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (212/221) |
| 4114 | 2025-07-18T23:41:31.851Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4115 | 2025-07-18T23:41:31.876Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4116 | 2025-07-18T23:41:32.112Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 4117 | 2025-07-18T23:41:32.996Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.40s |
| 4118 | 2025-07-18T23:41:33.234Z | |
| 4119 | 2025-07-18T23:41:33.234Z | info: running `cargo check --bins` on omicron-ntp-admin (213/221) |
| 4120 | 2025-07-18T23:41:34.309Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4121 | 2025-07-18T23:41:34.334Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4122 | 2025-07-18T23:41:34.492Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 4123 | 2025-07-18T23:41:34.493Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 4124 | 2025-07-18T23:41:34.839Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4125 | 2025-07-18T23:41:36.431Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.18s |
| 4126 | 2025-07-18T23:41:36.635Z | |
| 4127 | 2025-07-18T23:41:36.635Z | info: running `cargo check --bins` on omicron-package (214/221) |
| 4128 | 2025-07-18T23:41:37.828Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4129 | 2025-07-18T23:41:37.853Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4130 | 2025-07-18T23:41:38.018Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 4131 | 2025-07-18T23:41:40.168Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.52s |
| 4132 | 2025-07-18T23:41:40.373Z | |
| 4133 | 2025-07-18T23:41:40.373Z | info: running `cargo check --bins` on trust-quorum (215/221) |
| 4134 | 2025-07-18T23:41:41.443Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4135 | 2025-07-18T23:41:41.468Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4136 | 2025-07-18T23:41:41.468Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4137 | 2025-07-18T23:41:41.468Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s |
| 4138 | 2025-07-18T23:41:41.580Z | |
| 4139 | 2025-07-18T23:41:41.580Z | info: running `cargo check --bins` on gfss (216/221) |
| 4140 | 2025-07-18T23:41:42.669Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4141 | 2025-07-18T23:41:42.694Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4142 | 2025-07-18T23:41:42.694Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4143 | 2025-07-18T23:41:42.694Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s |
| 4144 | 2025-07-18T23:41:42.792Z | |
| 4145 | 2025-07-18T23:41:42.792Z | info: running `cargo check --bins` on wicket-dbg (217/221) |
| 4146 | 2025-07-18T23:41:43.926Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4147 | 2025-07-18T23:41:43.951Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4148 | 2025-07-18T23:41:44.162Z | Checking rtoolbox v0.0.2 |
| 4149 | 2025-07-18T23:41:44.162Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 4150 | 2025-07-18T23:41:44.187Z | Checking tui-tree-widget v0.23.1 |
| 4151 | 2025-07-18T23:41:44.428Z | Checking rpassword v7.4.0 |
| 4152 | 2025-07-18T23:41:51.929Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4153 | 2025-07-18T23:41:56.731Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 4154 | 2025-07-18T23:41:58.714Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.91s |
| 4155 | 2025-07-18T23:41:58.943Z | |
| 4156 | 2025-07-18T23:41:58.944Z | info: running `cargo check --bins` on wicket (218/221) |
| 4157 | 2025-07-18T23:42:00.130Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4158 | 2025-07-18T23:42:00.155Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4159 | 2025-07-18T23:42:00.372Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4160 | 2025-07-18T23:42:00.906Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.95s |
| 4161 | 2025-07-18T23:42:01.163Z | |
| 4162 | 2025-07-18T23:42:01.163Z | info: running `cargo check --bins` on wicketd (219/221) |
| 4163 | 2025-07-18T23:42:02.394Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4164 | 2025-07-18T23:42:02.419Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4165 | 2025-07-18T23:42:02.623Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 4166 | 2025-07-18T23:42:09.256Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.08s |
| 4167 | 2025-07-18T23:42:09.484Z | |
| 4168 | 2025-07-18T23:42:09.484Z | info: running `cargo check --bins` on omicron-workspace-hack (220/221) |
| 4169 | 2025-07-18T23:42:10.562Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4170 | 2025-07-18T23:42:10.587Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4171 | 2025-07-18T23:42:10.587Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4172 | 2025-07-18T23:42:10.587Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s |
| 4173 | 2025-07-18T23:42:10.689Z | |
| 4174 | 2025-07-18T23:42:10.690Z | info: running `cargo check --bins` on zone-setup (221/221) |
| 4175 | 2025-07-18T23:42:11.825Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4176 | 2025-07-18T23:42:11.850Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4177 | 2025-07-18T23:42:12.044Z | Checking uzers v0.12.1 |
| 4178 | 2025-07-18T23:42:12.483Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 4179 | 2025-07-18T23:42:14.089Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.39s |
| 4180 | 2025-07-18T23:42:14.339Z | |
| 4181 | 2025-07-18T23:42:14.339Z | real 24:49.770304774 |
| 4182 | 2025-07-18T23:42:14.339Z | user 40:54.044022359 |
| 4183 | 2025-07-18T23:42:14.339Z | sys 7:07.449254238 |
| 4184 | 2025-07-18T23:42:14.339Z | trap 1.288614823 |
| 4185 | 2025-07-18T23:42:14.339Z | tflt 0.418423303 |
| 4186 | 2025-07-18T23:42:14.339Z | dflt 2.268842536 |
| 4187 | 2025-07-18T23:42:14.339Z | kflt 0.000989635 |
| 4188 | 2025-07-18T23:42:14.364Z | lock 1:45:09.817411484 |
| 4189 | 2025-07-18T23:42:14.365Z | slp 3:37:46.686860122 |
| 4190 | 2025-07-18T23:42:14.365Z | lat 1:38.955351314 |
| 4191 | 2025-07-18T23:42:14.365Z | stop 4:49.830526264 |
| 4192 | 2025-07-18T23:42:14.365Z | process exited: duration 1836658 ms, exit code 0 |
| |
| 4193 | 2025-07-18T23:42:14.417Z | found 0 output files |