|
|
|
| 1 | 2024-11-14T03:16:29.891Z | job assigned to worker 01JCMAPP5WQNEE145YNSA783J1 (queued for 56 s) |
| |
| 2 | 2024-11-14T03:16:38.508Z | starting task 0: "setup" |
| 3 | 2024-11-14T03:16:38.517Z | ++ uname -s |
| 4 | 2024-11-14T03:16:38.520Z | + kern=SunOS |
| 5 | 2024-11-14T03:16:38.520Z | + case "$kern" in |
| 6 | 2024-11-14T03:16:38.520Z | + groupadd -g 12345 build |
| 7 | 2024-11-14T03:16:38.523Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2024-11-14T03:16:40.535Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2024-11-14T03:16:40.693Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2024-11-14T03:16:40.696Z | + home_fs=zfs |
| 11 | 2024-11-14T03:16:40.696Z | + [[ zfs == autofs ]] |
| 12 | 2024-11-14T03:16:40.696Z | + mkdir -p /home/build |
| 13 | 2024-11-14T03:16:40.698Z | + chown build:build /home/build /work |
| 14 | 2024-11-14T03:16:42.701Z | + chmod 0700 /home/build /work |
| 15 | 2024-11-14T03:16:42.704Z | process exited: duration 4197 ms, exit code 0 |
| |
| 16 | 2024-11-14T03:16:42.721Z | starting task 1: "rust-toolchain" |
| 17 | 2024-11-14T03:16:42.730Z | + printf ' * toolchain channel = "%s" |
| 18 | 2024-11-14T03:16:42.730Z | * toolchain channel = "1.81.0" |
| 19 | 2024-11-14T03:16:42.730Z | * toolchain profile = "default" |
| 20 | 2024-11-14T03:16:42.730Z | ' 1.81.0 |
| 21 | 2024-11-14T03:16:42.730Z | + printf ' * toolchain profile = "%s" |
| 22 | 2024-11-14T03:16:42.730Z | ' default |
| 23 | 2024-11-14T03:16:42.730Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 24 | 2024-11-14T03:16:42.730Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
| 25 | 2024-11-14T03:16:42.846Z | info: downloading installer |
| 26 | 2024-11-14T03:16:44.208Z | info: profile set to 'default' |
| 27 | 2024-11-14T03:16:44.208Z | info: default host triple is x86_64-unknown-illumos |
| 28 | 2024-11-14T03:16:44.210Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
| 29 | 2024-11-14T03:16:44.356Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
| 30 | 2024-11-14T03:16:44.356Z | info: downloading component 'cargo' |
| 31 | 2024-11-14T03:16:45.050Z | info: downloading component 'clippy' |
| 32 | 2024-11-14T03:16:45.310Z | info: downloading component 'rust-docs' |
| 33 | 2024-11-14T03:16:46.279Z | info: downloading component 'rust-std' |
| 34 | 2024-11-14T03:16:47.776Z | info: downloading component 'rustc' |
| 35 | 2024-11-14T03:16:53.103Z | info: downloading component 'rustfmt' |
| 36 | 2024-11-14T03:16:53.324Z | info: installing component 'cargo' |
| 37 | 2024-11-14T03:16:54.334Z | info: installing component 'clippy' |
| 38 | 2024-11-14T03:16:54.788Z | info: installing component 'rust-docs' |
| 39 | 2024-11-14T03:16:56.495Z | info: installing component 'rust-std' |
| 40 | 2024-11-14T03:16:58.475Z | info: installing component 'rustc' |
| 41 | 2024-11-14T03:17:05.150Z | info: installing component 'rustfmt' |
| 42 | 2024-11-14T03:17:05.557Z | |
| 43 | 2024-11-14T03:17:05.557Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
| 44 | 2024-11-14T03:17:05.936Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
| 45 | 2024-11-14T03:17:05.936Z | |
| 46 | 2024-11-14T03:17:05.938Z | |
| 47 | 2024-11-14T03:17:05.938Z | Rust is installed now. Great! |
| 48 | 2024-11-14T03:17:05.938Z | |
| 49 | 2024-11-14T03:17:05.938Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 50 | 2024-11-14T03:17:05.938Z | environment variable. This has not been done automatically. |
| 51 | 2024-11-14T03:17:05.938Z | |
| 52 | 2024-11-14T03:17:05.938Z | To configure your current shell, you need to source |
| 53 | 2024-11-14T03:17:05.938Z | the corresponding env file under $HOME/.cargo. |
| 54 | 2024-11-14T03:17:05.938Z | |
| 55 | 2024-11-14T03:17:05.938Z | This is usually done by running one of the following (note the leading DOT): |
| 56 | 2024-11-14T03:17:05.939Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 57 | 2024-11-14T03:17:05.939Z | source "$HOME/.cargo/env.fish" # For fish |
| 58 | 2024-11-14T03:17:06.026Z | + rustc --version |
| 59 | 2024-11-14T03:17:06.103Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
| 60 | 2024-11-14T03:17:06.106Z | process exited: duration 23394 ms, exit code 0 |
| |
| 61 | 2024-11-14T03:17:06.115Z | starting task 2: "authentication" |
| 62 | 2024-11-14T03:17:06.139Z | process exited: duration 25 ms, exit code 0 |
| |
| 63 | 2024-11-14T03:17:06.144Z | starting task 3: "clone repository" |
| 64 | 2024-11-14T03:17:06.151Z | + mkdir -p /work/oxidecomputer/omicron |
| 65 | 2024-11-14T03:17:06.153Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 66 | 2024-11-14T03:17:06.430Z | Cloning into '/work/oxidecomputer/omicron'... |
| 67 | 2024-11-14T03:17:46.236Z | + cd /work/oxidecomputer/omicron |
| 68 | 2024-11-14T03:17:46.239Z | + git fetch origin 77a407bfb80c6d17b7675a17ecabd4f2f145e731 |
| 69 | 2024-11-14T03:17:46.938Z | From https://github.com/oxidecomputer/omicron |
| 70 | 2024-11-14T03:17:46.938Z | * branch 77a407bfb80c6d17b7675a17ecabd4f2f145e731 -> FETCH_HEAD |
| 71 | 2024-11-14T03:17:46.951Z | + [[ -n iliana/relock ]] |
| 72 | 2024-11-14T03:17:46.954Z | ++ git branch --show-current |
| 73 | 2024-11-14T03:17:46.957Z | + current=main |
| 74 | 2024-11-14T03:17:46.957Z | + [[ main != iliana/relock ]] |
| 75 | 2024-11-14T03:17:46.957Z | + git branch -f iliana/relock 77a407bfb80c6d17b7675a17ecabd4f2f145e731 |
| 76 | 2024-11-14T03:17:46.961Z | + git checkout -f iliana/relock |
| 77 | 2024-11-14T03:17:47.147Z | Switched to branch 'iliana/relock' |
| 78 | 2024-11-14T03:17:47.149Z | + git reset --hard 77a407bfb80c6d17b7675a17ecabd4f2f145e731 |
| 79 | 2024-11-14T03:17:47.166Z | HEAD is now at 77a407bfb fix Cargo.lock merge |
| 80 | 2024-11-14T03:17:47.168Z | process exited: duration 41021 ms, exit code 0 |
| |
| 81 | 2024-11-14T03:17:47.173Z | starting task 4: "build" |
| 82 | 2024-11-14T03:17:47.179Z | + source .github/buildomat/ci-env.sh |
| 83 | 2024-11-14T03:17:47.179Z | ++ export CARGO_TERM_COLOR=always |
| 84 | 2024-11-14T03:17:47.179Z | ++ CARGO_TERM_COLOR=always |
| 85 | 2024-11-14T03:17:47.179Z | + cargo --version |
| 86 | 2024-11-14T03:17:47.245Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
| 87 | 2024-11-14T03:17:47.247Z | + rustc --version |
| 88 | 2024-11-14T03:17:47.319Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
| 89 | 2024-11-14T03:17:47.324Z | + source ./env.sh |
| 90 | 2024-11-14T03:17:47.326Z | ++ OLD_SHELL_OPTS=ehxB |
| 91 | 2024-11-14T03:17:47.326Z | ++ set -o xtrace |
| 92 | 2024-11-14T03:17:47.329Z | ++++ dirname ./env.sh |
| 93 | 2024-11-14T03:17:47.331Z | +++ readlink -f . |
| 94 | 2024-11-14T03:17:47.501Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 95 | 2024-11-14T03:17:47.501Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 96 | 2024-11-14T03:17:47.503Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 97 | 2024-11-14T03:17:47.503Z | ++ 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 |
| 98 | 2024-11-14T03:17:47.503Z | ++ 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 |
| 99 | 2024-11-14T03:17:47.503Z | ++ 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 |
| 100 | 2024-11-14T03:17:47.503Z | ++ 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 |
| 101 | 2024-11-14T03:17:47.504Z | ++ 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 |
| 102 | 2024-11-14T03:17:47.504Z | ++ 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 |
| 103 | 2024-11-14T03:17:47.504Z | ++ case $OLD_SHELL_OPTS in |
| 104 | 2024-11-14T03:17:47.504Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 105 | 2024-11-14T03:17:47.504Z | + 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 |
| 106 | 2024-11-14T03:17:47.504Z | + 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 |
| 107 | 2024-11-14T03:17:47.504Z | + banner prerequisites |
| 108 | 2024-11-14T03:17:47.634Z | |
| 109 | 2024-11-14T03:17:47.634Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 110 | 2024-11-14T03:17:47.634Z | # # # # # # # # # # # # # # # |
| 111 | 2024-11-14T03:17:47.634Z | # # # # ##### # # ##### # # # # # #### # |
| 112 | 2024-11-14T03:17:47.634Z | ##### ##### # ##### # # # # # # # # # |
| 113 | 2024-11-14T03:17:47.634Z | # # # # # # # # # # # # # # # |
| 114 | 2024-11-14T03:17:47.634Z | # # # ###### # # ###### ### # #### # #### # |
| 115 | 2024-11-14T03:17:47.634Z | |
| 116 | 2024-11-14T03:17:47.637Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 117 | 2024-11-14T03:18:12.948Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 118 | 2024-11-14T03:18:16.851Z | Startup: Caching catalogs ... Done |
| 119 | 2024-11-14T03:18:26.328Z | Planning: Solver setup ... Done (8.670s) |
| 120 | 2024-11-14T03:18:26.444Z | Planning: Running solver ... Done (0.115s) |
| 121 | 2024-11-14T03:18:26.594Z | Planning: Finding local manifests ... Done (0.049s) |
| 122 | 2024-11-14T03:18:26.620Z | Planning: Fetching manifests: 0/5 0% complete |
| 123 | 2024-11-14T03:18:26.920Z | Planning: Fetching manifests: 5/5 100% complete |
| 124 | 2024-11-14T03:18:27.142Z | Planning: Package planning ... Done (0.223s) |
| 125 | 2024-11-14T03:18:27.200Z | Planning: Merging actions ... Done (0.058s) |
| 126 | 2024-11-14T03:18:27.839Z | Planning: Checking for conflicting actions ... Done (0.638s) |
| 127 | 2024-11-14T03:18:34.523Z | Planning: Consolidating action changes ... Done (6.683s) |
| 128 | 2024-11-14T03:18:35.002Z | Planning: Evaluating mediators ... Done (0.479s) |
| 129 | 2024-11-14T03:18:35.094Z | Planning: Planning completed in 18.14 seconds |
| 130 | 2024-11-14T03:18:35.261Z | Packages to install: 4 |
| 131 | 2024-11-14T03:18:35.261Z | Packages to update: 1 |
| 132 | 2024-11-14T03:18:35.261Z | Mediators to change: 2 |
| 133 | 2024-11-14T03:18:35.262Z | Services to change: 1 |
| 134 | 2024-11-14T03:18:35.262Z | Estimated space available: 155.64 GB |
| 135 | 2024-11-14T03:18:35.269Z | Estimated space to be consumed: 1.59 GB |
| 136 | 2024-11-14T03:18:35.269Z | Create boot environment: No |
| 137 | 2024-11-14T03:18:35.269Z | Create backup boot environment: Yes |
| 138 | 2024-11-14T03:18:35.269Z | Rebuild boot archive: No |
| 139 | 2024-11-14T03:18:35.270Z | |
| 140 | 2024-11-14T03:18:35.270Z | Changed mediators: |
| 141 | 2024-11-14T03:18:35.270Z | mediator clang: |
| 142 | 2024-11-14T03:18:35.270Z | version: None -> 15 (system default) |
| 143 | 2024-11-14T03:18:35.270Z | |
| 144 | 2024-11-14T03:18:35.270Z | mediator llvm: |
| 145 | 2024-11-14T03:18:35.270Z | version: 14 (system default) -> 15 (system default) |
| 146 | 2024-11-14T03:18:35.270Z | |
| 147 | 2024-11-14T03:18:35.270Z | Changed packages: |
| 148 | 2024-11-14T03:18:35.270Z | helios-dev |
| 149 | 2024-11-14T03:18:35.270Z | developer/build-essential |
| 150 | 2024-11-14T03:18:35.270Z | None -> 11-2.0 |
| 151 | 2024-11-14T03:18:35.270Z | library/libxmlsec1 |
| 152 | 2024-11-14T03:18:35.270Z | None -> 1.2.35-2.0 |
| 153 | 2024-11-14T03:18:35.270Z | ooce/developer/clang-15 |
| 154 | 2024-11-14T03:18:35.270Z | None -> 15.0.7-2.0 |
| 155 | 2024-11-14T03:18:35.270Z | ooce/developer/llvm-15 |
| 156 | 2024-11-14T03:18:35.270Z | None -> 15.0.7-2.0 |
| 157 | 2024-11-14T03:18:35.270Z | package/pkg |
| 158 | 2024-11-14T03:18:35.270Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
| 159 | 2024-11-14T03:18:35.270Z | |
| 160 | 2024-11-14T03:18:35.271Z | Services: |
| 161 | 2024-11-14T03:18:35.271Z | restart_fmri: |
| 162 | 2024-11-14T03:18:35.271Z | svc:/system/update-man-index:default |
| 163 | 2024-11-14T03:18:35.271Z | |
| 164 | 2024-11-14T03:18:35.271Z | Editable files to change: |
| 165 | 2024-11-14T03:18:35.271Z | Update: |
| 166 | 2024-11-14T03:18:35.271Z | usr/share/lib/pkg/web/config.shtml |
| 167 | 2024-11-14T03:18:35.789Z | |
| 168 | 2024-11-14T03:18:35.789Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
| 169 | 2024-11-14T03:18:40.802Z | Download: 535/4281 items 16.9/220.6MB 7% complete (3.5M/s) |
| 170 | 2024-11-14T03:18:45.806Z | Download: 1185/4281 items 67.7/220.6MB 30% complete (6.9M/s) |
| 171 | 2024-11-14T03:19:03.254Z | Download: 1195/4281 items 83.4/220.6MB 37% complete |
| 172 | 2024-11-14T03:19:08.254Z | Download: 2373/4281 items 119.8/220.6MB 54% complete (7.3M/s) |
| 173 | 2024-11-14T03:19:13.257Z | Download: 3555/4281 items 215.8/220.6MB 97% complete (13.3M/s) |
| 174 | 2024-11-14T03:19:16.053Z | Download: Completed 220.60 MB in 40.26 seconds (5.5M/s) |
| 175 | 2024-11-14T03:19:19.052Z | Actions: 1/5063 actions (Removing old actions) |
| 176 | 2024-11-14T03:19:19.072Z | Actions: 194/5063 actions (Installing new actions) |
| 177 | 2024-11-14T03:19:24.082Z | Actions: 4069/5063 actions (Installing new actions) |
| 178 | 2024-11-14T03:19:24.766Z | Actions: 4226/5063 actions (Updating modified actions) |
| 179 | 2024-11-14T03:19:25.191Z | Actions: Completed 5063 actions in 6.14 seconds. |
| 180 | 2024-11-14T03:19:25.611Z | Done (0.411s) |
| 181 | 2024-11-14T03:19:25.614Z | Done (0.000s) |
| 182 | 2024-11-14T03:19:26.143Z | Done (0.530s) |
| 183 | 2024-11-14T03:19:32.717Z | Done (6.332s) |
| 184 | 2024-11-14T03:19:32.949Z | Done (0.140s) |
| 185 | 2024-11-14T03:19:32.952Z | Done (0.000s) |
| 186 | 2024-11-14T03:19:33.143Z | Done (0.000s) |
| 187 | 2024-11-14T03:19:33.971Z | Planning: Evaluating mediator changes ... Done |
| 188 | 2024-11-14T03:19:34.163Z | Planning: Checking for conflicting actions ... Done |
| 189 | 2024-11-14T03:19:34.166Z | Planning: Consolidating action changes ... Done |
| 190 | 2024-11-14T03:19:34.462Z | Planning: Evaluating mediators ... Done |
| 191 | 2024-11-14T03:19:34.465Z | Planning: Planning completed in 0.49 seconds |
| 192 | 2024-11-14T03:19:34.506Z | Mediators to change: 2 |
| 193 | 2024-11-14T03:19:34.507Z | Create boot environment: No |
| 194 | 2024-11-14T03:19:34.507Z | Create backup boot environment: No |
| 195 | 2024-11-14T03:19:34.603Z | Done |
| 196 | 2024-11-14T03:19:34.603Z | Done |
| 197 | 2024-11-14T03:19:34.990Z | Done |
| 198 | 2024-11-14T03:19:39.289Z | Done |
| 199 | 2024-11-14T03:19:39.404Z | Done |
| 200 | 2024-11-14T03:19:39.407Z | Done |
| 201 | 2024-11-14T03:19:39.576Z | Done |
| 202 | 2024-11-14T03:19:40.316Z | Planning: Evaluating mediator changes ... Done |
| 203 | 2024-11-14T03:19:40.318Z | Planning: Merging actions ... Done |
| 204 | 2024-11-14T03:19:40.535Z | Planning: Checking for conflicting actions ... Done |
| 205 | 2024-11-14T03:19:40.538Z | Planning: Consolidating action changes ... Done |
| 206 | 2024-11-14T03:19:40.835Z | Planning: Evaluating mediators ... Done |
| 207 | 2024-11-14T03:19:40.898Z | Planning: Planning completed in 0.85 seconds |
| 208 | 2024-11-14T03:19:40.943Z | Packages to change: 1 |
| 209 | 2024-11-14T03:19:40.943Z | Mediators to change: 1 |
| 210 | 2024-11-14T03:19:40.943Z | Services to change: 1 |
| 211 | 2024-11-14T03:19:40.943Z | Create boot environment: No |
| 212 | 2024-11-14T03:19:40.946Z | Create backup boot environment: Yes |
| 213 | 2024-11-14T03:19:43.219Z | Actions: 1/6 actions (Updating modified actions) |
| 214 | 2024-11-14T03:19:43.274Z | Actions: Completed 6 actions in 0.06 seconds. |
| 215 | 2024-11-14T03:19:43.277Z | Done |
| 216 | 2024-11-14T03:19:43.277Z | Done |
| 217 | 2024-11-14T03:19:43.392Z | Done |
| 218 | 2024-11-14T03:19:47.123Z | Done |
| 219 | 2024-11-14T03:19:47.209Z | Done |
| 220 | 2024-11-14T03:19:47.211Z | Done |
| 221 | 2024-11-14T03:19:47.400Z | Done |
| 222 | 2024-11-14T03:19:47.826Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 223 | 2024-11-14T03:19:47.826Z | clang system 15 system |
| 224 | 2024-11-14T03:19:47.826Z | csh system system illumos |
| 225 | 2024-11-14T03:19:47.826Z | ctags system system illumos |
| 226 | 2024-11-14T03:19:47.826Z | gcc vendor 12 vendor |
| 227 | 2024-11-14T03:19:47.826Z | gcc system 10 system |
| 228 | 2024-11-14T03:19:47.826Z | gcc system 7 system |
| 229 | 2024-11-14T03:19:47.826Z | go system 1.20 system |
| 230 | 2024-11-14T03:19:47.827Z | go system 1.19 system |
| 231 | 2024-11-14T03:19:47.827Z | llvm system 15 system |
| 232 | 2024-11-14T03:19:47.827Z | llvm system 14 system |
| 233 | 2024-11-14T03:19:47.827Z | mariadb system 10.6 system |
| 234 | 2024-11-14T03:19:47.827Z | mta vendor vendor dma |
| 235 | 2024-11-14T03:19:47.827Z | openjdk system 17 system |
| 236 | 2024-11-14T03:19:47.827Z | openjdk system 11 system |
| 237 | 2024-11-14T03:19:47.827Z | openjdk system 1.8 system |
| 238 | 2024-11-14T03:19:47.827Z | openssl vendor 3 vendor |
| 239 | 2024-11-14T03:19:47.827Z | perl system 5.36 system |
| 240 | 2024-11-14T03:19:47.827Z | postgresql system 15 system |
| 241 | 2024-11-14T03:19:47.827Z | postgresql system 13 system |
| 242 | 2024-11-14T03:19:47.827Z | python vendor 3 vendor |
| 243 | 2024-11-14T03:19:47.827Z | python system 2 system |
| 244 | 2024-11-14T03:19:47.827Z | python3 system 3.11 system |
| 245 | 2024-11-14T03:19:47.827Z | ruby system 3.0 system |
| 246 | 2024-11-14T03:19:47.827Z | words vendor vendor american-english |
| 247 | 2024-11-14T03:19:47.827Z | words system system australian-english |
| 248 | 2024-11-14T03:19:47.827Z | words system system british-english |
| 249 | 2024-11-14T03:19:47.827Z | words system system canadian-english |
| 250 | 2024-11-14T03:19:47.827Z | words system system french |
| 251 | 2024-11-14T03:19:47.827Z | words system system italian |
| 252 | 2024-11-14T03:19:47.827Z | words system system ngerman |
| 253 | 2024-11-14T03:19:47.827Z | words system system ogerman |
| 254 | 2024-11-14T03:19:47.827Z | words system system spanish |
| 255 | 2024-11-14T03:19:48.163Z | PUBLISHER TYPE STATUS P LOCATION |
| 256 | 2024-11-14T03:19:48.163Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 257 | 2024-11-14T03:19:50.646Z | FMRI IFO |
| 258 | 2024-11-14T03:19:50.646Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 259 | 2024-11-14T03:19:50.646Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 260 | 2024-11-14T03:19:50.646Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 261 | 2024-11-14T03:19:50.646Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 262 | 2024-11-14T03:19:50.646Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 263 | 2024-11-14T03:19:50.646Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 264 | 2024-11-14T03:19:50.646Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
| 265 | 2024-11-14T03:19:50.646Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 266 | 2024-11-14T03:19:50.647Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 267 | 2024-11-14T03:19:50.647Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
| 268 | 2024-11-14T03:19:50.647Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
| 269 | 2024-11-14T03:19:50.647Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 270 | 2024-11-14T03:19:50.647Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
| 271 | 2024-11-14T03:19:50.647Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
| 272 | 2024-11-14T03:19:50.647Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 273 | 2024-11-14T03:19:51.362Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 274 | 2024-11-14T03:19:52.014Z | Updating crates.io index |
| 275 | 2024-11-14T03:19:52.136Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 276 | 2024-11-14T03:19:54.062Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
| 277 | 2024-11-14T03:19:54.762Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 278 | 2024-11-14T03:19:55.323Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 279 | 2024-11-14T03:19:55.947Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 280 | 2024-11-14T03:19:59.582Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 281 | 2024-11-14T03:20:05.446Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 282 | 2024-11-14T03:20:08.274Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 283 | 2024-11-14T03:20:12.288Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 284 | 2024-11-14T03:20:12.910Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 285 | 2024-11-14T03:20:13.690Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 286 | 2024-11-14T03:20:14.980Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
| 287 | 2024-11-14T03:20:15.583Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 288 | 2024-11-14T03:20:16.409Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 289 | 2024-11-14T03:20:17.131Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 290 | 2024-11-14T03:20:17.727Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 291 | 2024-11-14T03:20:18.331Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 292 | 2024-11-14T03:20:18.973Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 293 | 2024-11-14T03:20:19.801Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 294 | 2024-11-14T03:20:20.552Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 295 | 2024-11-14T03:20:21.164Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 296 | 2024-11-14T03:20:22.247Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 297 | 2024-11-14T03:20:22.887Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 298 | 2024-11-14T03:20:23.917Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 299 | 2024-11-14T03:20:24.904Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 300 | 2024-11-14T03:20:25.461Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 301 | 2024-11-14T03:20:26.243Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 302 | 2024-11-14T03:20:27.955Z | Downloading crates ... |
| 303 | 2024-11-14T03:20:28.018Z | Downloaded anstyle v1.0.10 |
| 304 | 2024-11-14T03:20:28.021Z | Downloaded anstyle-parse v0.2.5 |
| 305 | 2024-11-14T03:20:28.026Z | Downloaded fs-err v2.11.0 |
| 306 | 2024-11-14T03:20:28.033Z | Downloaded errno v0.3.9 |
| 307 | 2024-11-14T03:20:28.036Z | Downloaded once_cell v1.20.2 |
| 308 | 2024-11-14T03:20:28.038Z | Downloaded typenum v1.17.0 |
| 309 | 2024-11-14T03:20:28.041Z | Downloaded autocfg v1.4.0 |
| 310 | 2024-11-14T03:20:28.044Z | Downloaded macaddr v1.0.1 |
| 311 | 2024-11-14T03:20:28.044Z | Downloaded unicode-linebreak v0.1.5 |
| 312 | 2024-11-14T03:20:28.054Z | Downloaded bytecount v0.6.8 |
| 313 | 2024-11-14T03:20:28.054Z | Downloaded cpufeatures v0.2.14 |
| 314 | 2024-11-14T03:20:28.054Z | Downloaded cfg-if v1.0.0 |
| 315 | 2024-11-14T03:20:28.054Z | Downloaded ryu v1.0.18 |
| 316 | 2024-11-14T03:20:28.056Z | Downloaded terminal_size v0.4.0 |
| 317 | 2024-11-14T03:20:28.056Z | Downloaded cargo_metadata v0.18.1 |
| 318 | 2024-11-14T03:20:28.056Z | Downloaded quote v1.0.37 |
| 319 | 2024-11-14T03:20:28.058Z | Downloaded proc-macro-error v1.0.4 |
| 320 | 2024-11-14T03:20:28.061Z | Downloaded thiserror v1.0.69 |
| 321 | 2024-11-14T03:20:28.066Z | Downloaded sha2 v0.10.8 |
| 322 | 2024-11-14T03:20:28.069Z | Downloaded tabled_derive v0.7.0 |
| 323 | 2024-11-14T03:20:28.071Z | Downloaded heck v0.5.0 |
| 324 | 2024-11-14T03:20:28.071Z | Downloaded clap_derive v4.5.18 |
| 325 | 2024-11-14T03:20:28.074Z | Downloaded pest_meta v2.7.14 |
| 326 | 2024-11-14T03:20:28.078Z | Downloaded winnow v0.6.20 |
| 327 | 2024-11-14T03:20:28.084Z | Downloaded zerocopy-derive v0.7.35 |
| 328 | 2024-11-14T03:20:28.089Z | Downloaded anstream v0.6.15 |
| 329 | 2024-11-14T03:20:28.091Z | Downloaded colorchoice v1.0.2 |
| 330 | 2024-11-14T03:20:28.094Z | Downloaded anyhow v1.0.93 |
| 331 | 2024-11-14T03:20:28.096Z | Downloaded cargo-platform v0.1.8 |
| 332 | 2024-11-14T03:20:28.098Z | Downloaded clap v4.5.20 |
| 333 | 2024-11-14T03:20:28.106Z | Downloaded is_terminal_polyfill v1.70.1 |
| 334 | 2024-11-14T03:20:28.109Z | Downloaded cargo_toml v0.20.5 |
| 335 | 2024-11-14T03:20:28.111Z | Downloaded anstyle-query v1.1.1 |
| 336 | 2024-11-14T03:20:28.111Z | Downloaded plain v0.2.3 |
| 337 | 2024-11-14T03:20:28.113Z | Downloaded clap_lex v0.7.2 |
| 338 | 2024-11-14T03:20:28.113Z | Downloaded byteorder v1.5.0 |
| 339 | 2024-11-14T03:20:28.116Z | Downloaded fnv v1.0.7 |
| 340 | 2024-11-14T03:20:28.116Z | Downloaded block-buffer v0.10.4 |
| 341 | 2024-11-14T03:20:28.118Z | Downloaded usdt-macro v0.5.0 |
| 342 | 2024-11-14T03:20:28.118Z | Downloaded semver v1.0.23 |
| 343 | 2024-11-14T03:20:28.121Z | Downloaded itoa v1.0.11 |
| 344 | 2024-11-14T03:20:28.121Z | Downloaded camino v1.1.9 |
| 345 | 2024-11-14T03:20:28.123Z | Downloaded toml v0.8.19 |
| 346 | 2024-11-14T03:20:28.127Z | Downloaded swrite v0.1.0 |
| 347 | 2024-11-14T03:20:28.129Z | Downloaded equivalent v1.0.1 |
| 348 | 2024-11-14T03:20:28.135Z | Downloaded scroll_derive v0.12.0 |
| 349 | 2024-11-14T03:20:28.137Z | Downloaded dtrace-parser v0.2.0 |
| 350 | 2024-11-14T03:20:28.137Z | Downloaded pretty-hex v0.4.1 |
| 351 | 2024-11-14T03:20:28.143Z | Downloaded digest v0.10.7 |
| 352 | 2024-11-14T03:20:28.145Z | Downloaded usdt-attr-macro v0.5.0 |
| 353 | 2024-11-14T03:20:28.151Z | Downloaded proc-macro-error-attr v1.0.4 |
| 354 | 2024-11-14T03:20:28.153Z | Downloaded heck v0.4.1 |
| 355 | 2024-11-14T03:20:28.153Z | Downloaded fastrand v2.1.1 |
| 356 | 2024-11-14T03:20:28.155Z | Downloaded crypto-common v0.1.6 |
| 357 | 2024-11-14T03:20:28.160Z | Downloaded serde_spanned v0.6.8 |
| 358 | 2024-11-14T03:20:28.162Z | Downloaded generic-array v0.14.7 |
| 359 | 2024-11-14T03:20:28.164Z | Downloaded dof v0.3.0 |
| 360 | 2024-11-14T03:20:28.170Z | Downloaded serde_tokenstream v0.2.2 |
| 361 | 2024-11-14T03:20:28.175Z | Downloaded pest_generator v2.7.14 |
| 362 | 2024-11-14T03:20:28.177Z | Downloaded usdt v0.5.0 |
| 363 | 2024-11-14T03:20:28.180Z | Downloaded utf8parse v0.2.2 |
| 364 | 2024-11-14T03:20:28.180Z | Downloaded thread-id v4.2.2 |
| 365 | 2024-11-14T03:20:28.182Z | Downloaded thiserror-impl v1.0.69 |
| 366 | 2024-11-14T03:20:28.182Z | Downloaded smawk v0.3.2 |
| 367 | 2024-11-14T03:20:28.185Z | Downloaded version_check v0.9.5 |
| 368 | 2024-11-14T03:20:28.188Z | Downloaded scroll v0.12.0 |
| 369 | 2024-11-14T03:20:28.188Z | Downloaded strsim v0.11.1 |
| 370 | 2024-11-14T03:20:28.193Z | Downloaded tempfile v3.13.0 |
| 371 | 2024-11-14T03:20:28.196Z | Downloaded memmap v0.7.0 |
| 372 | 2024-11-14T03:20:28.199Z | Downloaded camino-tempfile v1.1.1 |
| 373 | 2024-11-14T03:20:28.202Z | Downloaded toml_datetime v0.6.8 |
| 374 | 2024-11-14T03:20:28.210Z | Downloaded usdt-impl v0.5.0 |
| 375 | 2024-11-14T03:20:28.213Z | Downloaded proc-macro2 v1.0.89 |
| 376 | 2024-11-14T03:20:28.219Z | Downloaded ucd-trie v0.1.7 |
| 377 | 2024-11-14T03:20:28.221Z | Downloaded log v0.4.22 |
| 378 | 2024-11-14T03:20:28.224Z | Downloaded bitflags v2.6.0 |
| 379 | 2024-11-14T03:20:28.226Z | Downloaded textwrap v0.16.1 |
| 380 | 2024-11-14T03:20:28.230Z | Downloaded pest_derive v2.7.14 |
| 381 | 2024-11-14T03:20:28.235Z | Downloaded papergrid v0.11.0 |
| 382 | 2024-11-14T03:20:28.243Z | Downloaded serde_derive v1.0.215 |
| 383 | 2024-11-14T03:20:28.247Z | Downloaded unicode-ident v1.0.13 |
| 384 | 2024-11-14T03:20:28.251Z | Downloaded serde v1.0.215 |
| 385 | 2024-11-14T03:20:28.254Z | Downloaded serde_json v1.0.132 |
| 386 | 2024-11-14T03:20:28.262Z | Downloaded hashbrown v0.15.0 |
| 387 | 2024-11-14T03:20:28.267Z | Downloaded memchr v2.7.4 |
| 388 | 2024-11-14T03:20:28.272Z | Downloaded indexmap v2.6.0 |
| 389 | 2024-11-14T03:20:28.276Z | Downloaded clap_builder v4.5.20 |
| 390 | 2024-11-14T03:20:28.285Z | Downloaded toml_edit v0.22.22 |
| 391 | 2024-11-14T03:20:28.324Z | Downloaded zerocopy v0.7.35 |
| 392 | 2024-11-14T03:20:28.340Z | Downloaded goblin v0.8.2 |
| 393 | 2024-11-14T03:20:28.346Z | Downloaded tabled v0.15.0 |
| 394 | 2024-11-14T03:20:28.361Z | Downloaded pest v2.7.14 |
| 395 | 2024-11-14T03:20:28.366Z | Downloaded syn v1.0.109 |
| 396 | 2024-11-14T03:20:28.384Z | Downloaded unicode-width v0.1.14 |
| 397 | 2024-11-14T03:20:28.390Z | Downloaded syn v2.0.87 |
| 398 | 2024-11-14T03:20:28.401Z | Downloaded rustix v0.38.37 |
| 399 | 2024-11-14T03:20:28.432Z | Downloaded libc v0.2.162 |
| 400 | 2024-11-14T03:20:28.730Z | Compiling proc-macro2 v1.0.89 |
| 401 | 2024-11-14T03:20:28.730Z | Compiling unicode-ident v1.0.13 |
| 402 | 2024-11-14T03:20:28.732Z | Compiling serde v1.0.215 |
| 403 | 2024-11-14T03:20:28.733Z | Compiling version_check v0.9.5 |
| 404 | 2024-11-14T03:20:28.733Z | Compiling thiserror v1.0.69 |
| 405 | 2024-11-14T03:20:28.733Z | Compiling memchr v2.7.4 |
| 406 | 2024-11-14T03:20:28.733Z | Compiling libc v0.2.162 |
| 407 | 2024-11-14T03:20:28.733Z | Compiling ryu v1.0.18 |
| 408 | 2024-11-14T03:20:28.983Z | Compiling itoa v1.0.11 |
| 409 | 2024-11-14T03:20:29.157Z | Compiling ucd-trie v0.1.7 |
| 410 | 2024-11-14T03:20:29.195Z | Compiling once_cell v1.20.2 |
| 411 | 2024-11-14T03:20:29.594Z | Compiling byteorder v1.5.0 |
| 412 | 2024-11-14T03:20:29.644Z | Compiling serde_json v1.0.132 |
| 413 | 2024-11-14T03:20:29.940Z | Compiling rustix v0.38.37 |
| 414 | 2024-11-14T03:20:30.271Z | Compiling bitflags v2.6.0 |
| 415 | 2024-11-14T03:20:30.317Z | Compiling usdt-impl v0.5.0 |
| 416 | 2024-11-14T03:20:30.468Z | Compiling proc-macro-error-attr v1.0.4 |
| 417 | 2024-11-14T03:20:30.674Z | Compiling syn v1.0.109 |
| 418 | 2024-11-14T03:20:30.713Z | Compiling proc-macro-error v1.0.4 |
| 419 | 2024-11-14T03:20:30.770Z | Compiling camino v1.1.9 |
| 420 | 2024-11-14T03:20:30.839Z | Compiling hashbrown v0.15.0 |
| 421 | 2024-11-14T03:20:30.839Z | Compiling equivalent v1.0.1 |
| 422 | 2024-11-14T03:20:30.941Z | Compiling log v0.4.22 |
| 423 | 2024-11-14T03:20:30.989Z | Compiling plain v0.2.3 |
| 424 | 2024-11-14T03:20:31.144Z | Compiling utf8parse v0.2.2 |
| 425 | 2024-11-14T03:20:31.308Z | Compiling quote v1.0.37 |
| 426 | 2024-11-14T03:20:31.332Z | Compiling anstyle-parse v0.2.5 |
| 427 | 2024-11-14T03:20:31.462Z | Compiling errno v0.3.9 |
| 428 | 2024-11-14T03:20:31.647Z | Compiling thread-id v4.2.2 |
| 429 | 2024-11-14T03:20:31.697Z | Compiling syn v2.0.87 |
| 430 | 2024-11-14T03:20:31.766Z | Compiling pretty-hex v0.4.1 |
| 431 | 2024-11-14T03:20:31.804Z | Compiling anstyle v1.0.10 |
| 432 | 2024-11-14T03:20:31.991Z | Compiling indexmap v2.6.0 |
| 433 | 2024-11-14T03:20:32.015Z | Compiling semver v1.0.23 |
| 434 | 2024-11-14T03:20:32.053Z | Compiling colorchoice v1.0.2 |
| 435 | 2024-11-14T03:20:32.216Z | Compiling unicode-width v0.1.14 |
| 436 | 2024-11-14T03:20:32.310Z | Compiling autocfg v1.4.0 |
| 437 | 2024-11-14T03:20:32.629Z | Compiling anstyle-query v1.1.1 |
| 438 | 2024-11-14T03:20:32.776Z | Compiling winnow v0.6.20 |
| 439 | 2024-11-14T03:20:32.801Z | Compiling is_terminal_polyfill v1.70.1 |
| 440 | 2024-11-14T03:20:32.939Z | Compiling anstream v0.6.15 |
| 441 | 2024-11-14T03:20:33.544Z | Compiling fs-err v2.11.0 |
| 442 | 2024-11-14T03:20:33.547Z | Compiling bytecount v0.6.8 |
| 443 | 2024-11-14T03:20:33.621Z | Compiling strsim v0.11.1 |
| 444 | 2024-11-14T03:20:33.781Z | Compiling cfg-if v1.0.0 |
| 445 | 2024-11-14T03:20:33.805Z | Compiling anyhow v1.0.93 |
| 446 | 2024-11-14T03:20:33.835Z | Compiling heck v0.5.0 |
| 447 | 2024-11-14T03:20:33.871Z | Compiling terminal_size v0.4.0 |
| 448 | 2024-11-14T03:20:34.086Z | Compiling heck v0.4.1 |
| 449 | 2024-11-14T03:20:34.377Z | Compiling clap_lex v0.7.2 |
| 450 | 2024-11-14T03:20:34.529Z | Compiling fnv v1.0.7 |
| 451 | 2024-11-14T03:20:34.572Z | Compiling fastrand v2.1.1 |
| 452 | 2024-11-14T03:20:34.822Z | Compiling papergrid v0.11.0 |
| 453 | 2024-11-14T03:20:34.863Z | Compiling clap_builder v4.5.20 |
| 454 | 2024-11-14T03:20:34.970Z | Compiling tempfile v3.13.0 |
| 455 | 2024-11-14T03:20:35.266Z | Compiling memmap v0.7.0 |
| 456 | 2024-11-14T03:20:35.344Z | Compiling unicode-linebreak v0.1.5 |
| 457 | 2024-11-14T03:20:35.641Z | Compiling smawk v0.3.2 |
| 458 | 2024-11-14T03:20:35.864Z | Compiling textwrap v0.16.1 |
| 459 | 2024-11-14T03:20:36.416Z | Compiling swrite v0.1.0 |
| 460 | 2024-11-14T03:20:37.467Z | Compiling tabled_derive v0.7.0 |
| 461 | 2024-11-14T03:20:38.979Z | Compiling tabled v0.15.0 |
| 462 | 2024-11-14T03:20:40.559Z | Compiling serde_derive v1.0.215 |
| 463 | 2024-11-14T03:20:40.561Z | Compiling thiserror-impl v1.0.69 |
| 464 | 2024-11-14T03:20:40.561Z | Compiling zerocopy-derive v0.7.35 |
| 465 | 2024-11-14T03:20:40.561Z | Compiling scroll_derive v0.12.0 |
| 466 | 2024-11-14T03:20:40.562Z | Compiling clap_derive v4.5.18 |
| 467 | 2024-11-14T03:20:41.662Z | Compiling scroll v0.12.0 |
| 468 | 2024-11-14T03:20:42.147Z | Compiling goblin v0.8.2 |
| 469 | 2024-11-14T03:20:42.453Z | Compiling zerocopy v0.7.35 |
| 470 | 2024-11-14T03:20:43.400Z | Compiling pest v2.7.14 |
| 471 | 2024-11-14T03:20:44.439Z | Compiling clap v4.5.20 |
| 472 | 2024-11-14T03:20:45.463Z | Compiling pest_meta v2.7.14 |
| 473 | 2024-11-14T03:20:46.294Z | Compiling pest_generator v2.7.14 |
| 474 | 2024-11-14T03:20:48.357Z | Compiling pest_derive v2.7.14 |
| 475 | 2024-11-14T03:20:49.054Z | Compiling dtrace-parser v0.2.0 |
| 476 | 2024-11-14T03:20:50.580Z | Compiling serde_tokenstream v0.2.2 |
| 477 | 2024-11-14T03:20:50.708Z | Compiling serde_spanned v0.6.8 |
| 478 | 2024-11-14T03:20:50.708Z | Compiling toml_datetime v0.6.8 |
| 479 | 2024-11-14T03:20:50.830Z | Compiling cargo-platform v0.1.8 |
| 480 | 2024-11-14T03:20:51.087Z | Compiling toml_edit v0.22.22 |
| 481 | 2024-11-14T03:20:51.154Z | Compiling macaddr v1.0.1 |
| 482 | 2024-11-14T03:20:51.399Z | Compiling camino-tempfile v1.1.1 |
| 483 | 2024-11-14T03:20:52.033Z | Compiling dof v0.3.0 |
| 484 | 2024-11-14T03:20:52.327Z | Compiling cargo_metadata v0.18.1 |
| 485 | 2024-11-14T03:20:53.758Z | Compiling toml v0.8.19 |
| 486 | 2024-11-14T03:20:53.783Z | Compiling usdt-macro v0.5.0 |
| 487 | 2024-11-14T03:20:53.785Z | Compiling usdt-attr-macro v0.5.0 |
| 488 | 2024-11-14T03:20:54.597Z | Compiling cargo_toml v0.20.5 |
| 489 | 2024-11-14T03:20:55.137Z | Compiling usdt v0.5.0 |
| 490 | 2024-11-14T03:20:58.189Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 491 | 2024-11-14T03:21:02.366Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s |
| 492 | 2024-11-14T03:21:02.638Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 493 | 2024-11-14T03:21:03.153Z | Downloading crates ... |
| 494 | 2024-11-14T03:21:03.285Z | Downloaded adler2 v2.0.0 |
| 495 | 2024-11-14T03:21:03.289Z | Downloaded atty v0.2.14 |
| 496 | 2024-11-14T03:21:03.292Z | Downloaded async-trait v0.1.83 |
| 497 | 2024-11-14T03:21:03.304Z | Downloaded cbc v0.1.2 |
| 498 | 2024-11-14T03:21:03.307Z | Downloaded async-recursion v1.1.1 |
| 499 | 2024-11-14T03:21:03.310Z | Downloaded hostname v0.3.1 |
| 500 | 2024-11-14T03:21:03.312Z | Downloaded cfg_aliases v0.1.1 |
| 501 | 2024-11-14T03:21:03.314Z | Downloaded heck v0.3.3 |
| 502 | 2024-11-14T03:21:03.317Z | Downloaded crc-catalog v2.4.0 |
| 503 | 2024-11-14T03:21:03.317Z | Downloaded kstat-rs v0.2.4 |
| 504 | 2024-11-14T03:21:03.319Z | Downloaded base16ct v0.2.0 |
| 505 | 2024-11-14T03:21:03.322Z | Downloaded cmake v0.1.51 |
| 506 | 2024-11-14T03:21:03.322Z | Downloaded icu_provider_macros v1.5.0 |
| 507 | 2024-11-14T03:21:03.324Z | Downloaded md5 v0.7.0 |
| 508 | 2024-11-14T03:21:03.324Z | Downloaded ipnetwork v0.20.0 |
| 509 | 2024-11-14T03:21:03.326Z | Downloaded constant_time_eq v0.3.1 |
| 510 | 2024-11-14T03:21:03.328Z | Downloaded bitfield v0.14.0 |
| 511 | 2024-11-14T03:21:03.331Z | Downloaded chrono-tz-build v0.4.0 |
| 512 | 2024-11-14T03:21:03.331Z | Downloaded matches v0.1.10 |
| 513 | 2024-11-14T03:21:03.333Z | Downloaded cassowary v0.3.0 |
| 514 | 2024-11-14T03:21:03.333Z | Downloaded block-padding v0.3.3 |
| 515 | 2024-11-14T03:21:03.336Z | Downloaded instant v0.1.13 |
| 516 | 2024-11-14T03:21:03.339Z | Downloaded linear-map v1.2.0 |
| 517 | 2024-11-14T03:21:03.339Z | Downloaded cookie_store v0.21.0 |
| 518 | 2024-11-14T03:21:03.341Z | Downloaded managed v0.8.0 |
| 519 | 2024-11-14T03:21:03.343Z | Downloaded humantime v2.1.0 |
| 520 | 2024-11-14T03:21:03.345Z | Downloaded lalrpop-util v0.19.12 |
| 521 | 2024-11-14T03:21:03.345Z | Downloaded buf-list v1.0.3 |
| 522 | 2024-11-14T03:21:03.348Z | Downloaded mime v0.3.17 |
| 523 | 2024-11-14T03:21:03.350Z | Downloaded lru-cache v0.1.2 |
| 524 | 2024-11-14T03:21:03.353Z | Downloaded bzip2 v0.4.4 |
| 525 | 2024-11-14T03:21:03.355Z | Downloaded lock_api v0.4.12 |
| 526 | 2024-11-14T03:21:03.357Z | Downloaded indoc v1.0.9 |
| 527 | 2024-11-14T03:21:03.360Z | Downloaded indent_write v2.2.0 |
| 528 | 2024-11-14T03:21:03.360Z | Downloaded const-oid v0.9.6 |
| 529 | 2024-11-14T03:21:03.362Z | Downloaded libefi-sys v0.1.0 |
| 530 | 2024-11-14T03:21:03.364Z | Downloaded icu_locid_transform_data v1.5.0 |
| 531 | 2024-11-14T03:21:03.367Z | Downloaded hyper-rustls v0.27.3 |
| 532 | 2024-11-14T03:21:03.369Z | Downloaded rpassword v7.3.1 |
| 533 | 2024-11-14T03:21:03.373Z | Downloaded chacha20poly1305 v0.10.1 |
| 534 | 2024-11-14T03:21:03.376Z | Downloaded http-body-util v0.1.2 |
| 535 | 2024-11-14T03:21:03.376Z | Downloaded hickory-client v0.24.1 |
| 536 | 2024-11-14T03:21:03.379Z | Downloaded primeorder v0.13.6 |
| 537 | 2024-11-14T03:21:03.381Z | Downloaded icu_properties v1.5.1 |
| 538 | 2024-11-14T03:21:03.384Z | Downloaded hyper-util v0.1.10 |
| 539 | 2024-11-14T03:21:03.388Z | Downloaded r2d2 v0.8.10 |
| 540 | 2024-11-14T03:21:03.391Z | Downloaded icu_collections v1.5.0 |
| 541 | 2024-11-14T03:21:03.397Z | Downloaded crypto-bigint v0.5.5 |
| 542 | 2024-11-14T03:21:03.404Z | Downloaded tinyvec_macros v0.1.1 |
| 543 | 2024-11-14T03:21:03.407Z | Downloaded rustc-hash v2.0.0 |
| 544 | 2024-11-14T03:21:03.410Z | Downloaded http-range v0.1.5 |
| 545 | 2024-11-14T03:21:03.412Z | Downloaded http-body v1.0.1 |
| 546 | 2024-11-14T03:21:03.412Z | Downloaded async-bb8-diesel v0.2.1 |
| 547 | 2024-11-14T03:21:03.414Z | Downloaded ascii-canvas v3.0.0 |
| 548 | 2024-11-14T03:21:03.417Z | Downloaded rcgen v0.12.1 |
| 549 | 2024-11-14T03:21:03.419Z | Downloaded strip-ansi-escapes v0.2.0 |
| 550 | 2024-11-14T03:21:03.421Z | Downloaded scopeguard v1.2.0 |
| 551 | 2024-11-14T03:21:03.422Z | Downloaded cfg_aliases v0.2.1 |
| 552 | 2024-11-14T03:21:03.424Z | Downloaded itertools v0.10.5 |
| 553 | 2024-11-14T03:21:03.431Z | Downloaded serde_yaml v0.9.34+deprecated |
| 554 | 2024-11-14T03:21:03.435Z | Downloaded sqlformat v0.2.6 |
| 555 | 2024-11-14T03:21:03.437Z | Downloaded itertools v0.13.0 |
| 556 | 2024-11-14T03:21:03.445Z | Downloaded hubpack_derive v0.1.1 |
| 557 | 2024-11-14T03:21:03.447Z | Downloaded blowfish v0.9.1 |
| 558 | 2024-11-14T03:21:03.450Z | Downloaded aes v0.8.4 |
| 559 | 2024-11-14T03:21:03.452Z | Downloaded match_cfg v0.1.0 |
| 560 | 2024-11-14T03:21:03.454Z | Downloaded bit-vec v0.6.3 |
| 561 | 2024-11-14T03:21:03.458Z | Downloaded is_ci v1.2.0 |
| 562 | 2024-11-14T03:21:03.458Z | Downloaded cstr-argument v0.1.2 |
| 563 | 2024-11-14T03:21:03.460Z | Downloaded cobs v0.2.3 |
| 564 | 2024-11-14T03:21:03.460Z | Downloaded crunchy v0.2.2 |
| 565 | 2024-11-14T03:21:03.462Z | Downloaded crucible-workspace-hack v0.1.0 |
| 566 | 2024-11-14T03:21:03.462Z | Downloaded libm v0.2.8 |
| 567 | 2024-11-14T03:21:03.470Z | Downloaded topological-sort v0.2.2 |
| 568 | 2024-11-14T03:21:03.472Z | Downloaded hex v0.4.3 |
| 569 | 2024-11-14T03:21:03.475Z | Downloaded zerofrom-derive v0.1.4 |
| 570 | 2024-11-14T03:21:03.478Z | Downloaded ahash v0.8.11 |
| 571 | 2024-11-14T03:21:03.480Z | Downloaded aho-corasick v1.1.3 |
| 572 | 2024-11-14T03:21:03.485Z | Downloaded darling_macro v0.20.10 |
| 573 | 2024-11-14T03:21:03.487Z | Downloaded lazy_static v1.5.0 |
| 574 | 2024-11-14T03:21:03.489Z | Downloaded lazycell v1.3.0 |
| 575 | 2024-11-14T03:21:03.492Z | Downloaded cexpr v0.6.0 |
| 576 | 2024-11-14T03:21:03.494Z | Downloaded memoffset v0.9.1 |
| 577 | 2024-11-14T03:21:03.497Z | Downloaded zone_cfg_derive v0.1.2 |
| 578 | 2024-11-14T03:21:03.497Z | Downloaded zerofrom v0.1.4 |
| 579 | 2024-11-14T03:21:03.497Z | Downloaded waitgroup v0.1.2 |
| 580 | 2024-11-14T03:21:03.499Z | Downloaded try-lock v0.2.5 |
| 581 | 2024-11-14T03:21:03.499Z | Downloaded lockfree-object-pool v0.1.6 |
| 582 | 2024-11-14T03:21:03.502Z | Downloaded tokio-tungstenite v0.24.0 |
| 583 | 2024-11-14T03:21:03.505Z | Downloaded bb8 v0.8.5 |
| 584 | 2024-11-14T03:21:03.507Z | Downloaded idna_adapter v1.2.0 |
| 585 | 2024-11-14T03:21:03.509Z | Downloaded hubpack v0.1.2 |
| 586 | 2024-11-14T03:21:03.511Z | Downloaded hmac v0.12.1 |
| 587 | 2024-11-14T03:21:03.513Z | Downloaded darling v0.20.10 |
| 588 | 2024-11-14T03:21:03.517Z | Downloaded foreign-types-shared v0.1.1 |
| 589 | 2024-11-14T03:21:03.519Z | Downloaded zone_cfg_derive v0.3.0 |
| 590 | 2024-11-14T03:21:03.519Z | Downloaded whoami v1.5.2 |
| 591 | 2024-11-14T03:21:03.522Z | Downloaded zone v0.3.0 |
| 592 | 2024-11-14T03:21:03.524Z | Downloaded ciborium v0.2.2 |
| 593 | 2024-11-14T03:21:03.526Z | Downloaded ipnet v2.10.1 |
| 594 | 2024-11-14T03:21:03.532Z | Downloaded arc-swap v1.7.1 |
| 595 | 2024-11-14T03:21:03.532Z | Downloaded stringprep v0.1.5 |
| 596 | 2024-11-14T03:21:03.535Z | Downloaded radium v0.7.0 |
| 597 | 2024-11-14T03:21:03.541Z | Downloaded newtype_derive v0.1.6 |
| 598 | 2024-11-14T03:21:03.541Z | Downloaded signal-hook-mio v0.2.4 |
| 599 | 2024-11-14T03:21:03.541Z | Downloaded structmeta v0.3.0 |
| 600 | 2024-11-14T03:21:03.541Z | Downloaded mime_guess v2.0.5 |
| 601 | 2024-11-14T03:21:03.544Z | Downloaded dirs-sys-next v0.1.2 |
| 602 | 2024-11-14T03:21:03.546Z | Downloaded slog-async v2.8.0 |
| 603 | 2024-11-14T03:21:03.546Z | Downloaded opaque-debug v0.3.1 |
| 604 | 2024-11-14T03:21:03.548Z | Downloaded twox-hash v1.6.3 |
| 605 | 2024-11-14T03:21:03.551Z | Downloaded form_urlencoded v1.2.1 |
| 606 | 2024-11-14T03:21:03.551Z | Downloaded heapless v0.7.17 |
| 607 | 2024-11-14T03:21:03.556Z | Downloaded enum-as-inner v0.6.1 |
| 608 | 2024-11-14T03:21:03.558Z | Downloaded crc-any v2.5.0 |
| 609 | 2024-11-14T03:21:03.560Z | Downloaded data-encoding v2.6.0 |
| 610 | 2024-11-14T03:21:03.562Z | Downloaded indexmap v1.9.3 |
| 611 | 2024-11-14T03:21:03.566Z | Downloaded flagset v0.4.6 |
| 612 | 2024-11-14T03:21:03.568Z | Downloaded tls_codec v0.4.1 |
| 613 | 2024-11-14T03:21:03.571Z | Downloaded env_logger v0.10.2 |
| 614 | 2024-11-14T03:21:03.574Z | Downloaded schemars v0.8.21 |
| 615 | 2024-11-14T03:21:03.587Z | Downloaded getrandom v0.2.15 |
| 616 | 2024-11-14T03:21:03.591Z | Downloaded toolchain_find v0.4.0 |
| 617 | 2024-11-14T03:21:03.593Z | Downloaded gethostname v0.5.0 |
| 618 | 2024-11-14T03:21:03.596Z | Downloaded foreign-types-shared v0.3.1 |
| 619 | 2024-11-14T03:21:03.596Z | Downloaded blake2 v0.10.6 |
| 620 | 2024-11-14T03:21:03.599Z | Downloaded phf_generator v0.11.2 |
| 621 | 2024-11-14T03:21:03.601Z | Downloaded parse-display v0.10.0 |
| 622 | 2024-11-14T03:21:03.601Z | Downloaded indicatif v0.17.8 |
| 623 | 2024-11-14T03:21:03.606Z | Downloaded precomputed-hash v0.1.1 |
| 624 | 2024-11-14T03:21:03.608Z | Downloaded icu_provider v1.5.0 |
| 625 | 2024-11-14T03:21:03.611Z | Downloaded ppv-lite86 v0.2.20 |
| 626 | 2024-11-14T03:21:03.613Z | Downloaded rustc-hash v1.1.0 |
| 627 | 2024-11-14T03:21:03.613Z | Downloaded native-tls v0.2.12 |
| 628 | 2024-11-14T03:21:03.616Z | Downloaded pin-utils v0.1.0 |
| 629 | 2024-11-14T03:21:03.618Z | Downloaded clang-sys v1.8.1 |
| 630 | 2024-11-14T03:21:03.620Z | Downloaded display-error-chain v0.2.2 |
| 631 | 2024-11-14T03:21:03.622Z | Downloaded base64 v0.13.1 |
| 632 | 2024-11-14T03:21:03.625Z | Downloaded foreign-types v0.3.2 |
| 633 | 2024-11-14T03:21:03.628Z | Downloaded strum v0.26.3 |
| 634 | 2024-11-14T03:21:03.628Z | Downloaded num-rational v0.4.2 |
| 635 | 2024-11-14T03:21:03.630Z | Downloaded hash32 v0.2.1 |
| 636 | 2024-11-14T03:21:03.632Z | Downloaded normalize-line-endings v0.3.0 |
| 637 | 2024-11-14T03:21:03.633Z | Downloaded want v0.3.1 |
| 638 | 2024-11-14T03:21:03.636Z | Downloaded slog v2.7.0 |
| 639 | 2024-11-14T03:21:03.638Z | Downloaded signal-hook v0.3.17 |
| 640 | 2024-11-14T03:21:03.641Z | Downloaded thread_local v1.1.8 |
| 641 | 2024-11-14T03:21:03.643Z | Downloaded strum_macros v0.25.3 |
| 642 | 2024-11-14T03:21:03.645Z | Downloaded smf v0.2.3 |
| 643 | 2024-11-14T03:21:03.647Z | Downloaded progenitor-client v0.8.0 |
| 644 | 2024-11-14T03:21:03.650Z | Downloaded pem-rfc7468 v0.7.0 |
| 645 | 2024-11-14T03:21:03.650Z | Downloaded parking_lot_core v0.9.10 |
| 646 | 2024-11-14T03:21:03.652Z | Downloaded utf16_iter v1.0.5 |
| 647 | 2024-11-14T03:21:03.655Z | Downloaded predicates v3.1.2 |
| 648 | 2024-11-14T03:21:03.657Z | Downloaded peg-runtime v0.8.3 |
| 649 | 2024-11-14T03:21:03.660Z | Downloaded bumpalo v3.16.0 |
| 650 | 2024-11-14T03:21:03.662Z | Downloaded sqlparser_derive v0.2.2 |
| 651 | 2024-11-14T03:21:03.665Z | Downloaded hickory-resolver v0.24.1 |
| 652 | 2024-11-14T03:21:03.668Z | Downloaded ff v0.13.0 |
| 653 | 2024-11-14T03:21:03.670Z | Downloaded either v1.13.0 |
| 654 | 2024-11-14T03:21:03.672Z | Downloaded strum_macros v0.24.3 |
| 655 | 2024-11-14T03:21:03.675Z | Downloaded ed25519 v2.2.3 |
| 656 | 2024-11-14T03:21:03.679Z | Downloaded futures-macro v0.3.31 |
| 657 | 2024-11-14T03:21:03.681Z | Downloaded defmt-parser v0.3.4 |
| 658 | 2024-11-14T03:21:03.681Z | Downloaded debug-ignore v1.0.5 |
| 659 | 2024-11-14T03:21:03.681Z | Downloaded postgres-protocol v0.6.7 |
| 660 | 2024-11-14T03:21:03.684Z | Downloaded packed_struct_codegen v0.10.1 |
| 661 | 2024-11-14T03:21:03.686Z | Downloaded packed_struct v0.10.1 |
| 662 | 2024-11-14T03:21:03.689Z | Downloaded rustc_version v0.4.1 |
| 663 | 2024-11-14T03:21:03.689Z | Downloaded rustc-demangle v0.1.24 |
| 664 | 2024-11-14T03:21:03.691Z | Downloaded group v0.13.0 |
| 665 | 2024-11-14T03:21:03.694Z | Downloaded progenitor v0.8.0 |
| 666 | 2024-11-14T03:21:03.708Z | Downloaded sync_wrapper v1.0.1 |
| 667 | 2024-11-14T03:21:03.710Z | Downloaded backtrace v0.3.74 |
| 668 | 2024-11-14T03:21:03.713Z | Downloaded downcast v0.11.0 |
| 669 | 2024-11-14T03:21:03.716Z | Downloaded fxhash v0.2.1 |
| 670 | 2024-11-14T03:21:03.716Z | Downloaded defmt v0.3.8 |
| 671 | 2024-11-14T03:21:03.719Z | Downloaded cc v1.1.30 |
| 672 | 2024-11-14T03:21:03.724Z | Downloaded openssl-probe v0.1.5 |
| 673 | 2024-11-14T03:21:03.726Z | Downloaded spki v0.7.3 |
| 674 | 2024-11-14T03:21:03.728Z | Downloaded strum_macros v0.26.4 |
| 675 | 2024-11-14T03:21:03.731Z | Downloaded zerovec-derive v0.10.3 |
| 676 | 2024-11-14T03:21:03.733Z | Downloaded siphasher v0.3.11 |
| 677 | 2024-11-14T03:21:03.736Z | Downloaded nu-ansi-term v0.50.1 |
| 678 | 2024-11-14T03:21:03.738Z | Downloaded darling_core v0.20.10 |
| 679 | 2024-11-14T03:21:03.742Z | Downloaded rsa v0.9.6 |
| 680 | 2024-11-14T03:21:03.748Z | Downloaded termtree v0.4.1 |
| 681 | 2024-11-14T03:21:03.750Z | Downloaded ssh-encoding v0.2.0 |
| 682 | 2024-11-14T03:21:03.752Z | Downloaded tower-service v0.3.3 |
| 683 | 2024-11-14T03:21:03.752Z | Downloaded unarray v0.1.4 |
| 684 | 2024-11-14T03:21:03.755Z | Downloaded oso-derive v0.27.3 |
| 685 | 2024-11-14T03:21:03.755Z | Downloaded ssh-cipher v0.2.0 |
| 686 | 2024-11-14T03:21:03.757Z | Downloaded tabwriter v1.4.0 |
| 687 | 2024-11-14T03:21:03.759Z | Downloaded futures-task v0.3.31 |
| 688 | 2024-11-14T03:21:03.760Z | Downloaded typify-macro v0.2.0 |
| 689 | 2024-11-14T03:21:03.762Z | Downloaded rustls-pemfile v1.0.4 |
| 690 | 2024-11-14T03:21:03.764Z | Downloaded synstructure v0.13.1 |
| 691 | 2024-11-14T03:21:03.764Z | Downloaded shell-words v1.1.0 |
| 692 | 2024-11-14T03:21:03.767Z | Downloaded embedded-io v0.4.0 |
| 693 | 2024-11-14T03:21:03.769Z | Downloaded dsl_auto_type v0.1.2 |
| 694 | 2024-11-14T03:21:03.769Z | Downloaded aes-gcm v0.10.3 |
| 695 | 2024-11-14T03:21:03.773Z | Downloaded parse-size v1.1.0 |
| 696 | 2024-11-14T03:21:03.775Z | Downloaded mirai-annotations v1.12.0 |
| 697 | 2024-11-14T03:21:03.775Z | Downloaded psl-types v2.0.11 |
| 698 | 2024-11-14T03:21:03.777Z | Downloaded peg-macros v0.8.4 |
| 699 | 2024-11-14T03:21:03.779Z | Downloaded globset v0.4.15 |
| 700 | 2024-11-14T03:21:03.782Z | Downloaded tokio-rustls v0.25.0 |
| 701 | 2024-11-14T03:21:03.784Z | Downloaded progenitor-impl v0.8.0 |
| 702 | 2024-11-14T03:21:03.787Z | Downloaded tungstenite v0.23.0 |
| 703 | 2024-11-14T03:21:03.789Z | Downloaded tokio-stream v0.1.16 |
| 704 | 2024-11-14T03:21:03.794Z | Downloaded writeable v0.5.5 |
| 705 | 2024-11-14T03:21:03.797Z | Downloaded vsss-rs v3.3.4 |
| 706 | 2024-11-14T03:21:03.799Z | Downloaded omicron-zone-package v0.11.1 |
| 707 | 2024-11-14T03:21:03.803Z | Downloaded pretty-hex v0.2.1 |
| 708 | 2024-11-14T03:21:03.806Z | Downloaded defmt-macros v0.3.9 |
| 709 | 2024-11-14T03:21:03.808Z | Downloaded idna v0.2.3 |
| 710 | 2024-11-14T03:21:03.815Z | Downloaded enum-as-inner v0.5.1 |
| 711 | 2024-11-14T03:21:03.818Z | Downloaded multer v3.1.0 |
| 712 | 2024-11-14T03:21:03.820Z | Downloaded futures-channel v0.3.31 |
| 713 | 2024-11-14T03:21:03.823Z | Downloaded ref-cast v1.0.23 |
| 714 | 2024-11-14T03:21:03.826Z | Downloaded float-ord v0.3.2 |
| 715 | 2024-11-14T03:21:03.828Z | Downloaded elliptic-curve v0.13.8 |
| 716 | 2024-11-14T03:21:03.832Z | Downloaded num_threads v0.1.7 |
| 717 | 2024-11-14T03:21:03.834Z | Downloaded difflib v0.4.0 |
| 718 | 2024-11-14T03:21:03.836Z | Downloaded dhcproto-macros v0.1.0 |
| 719 | 2024-11-14T03:21:03.836Z | Downloaded mockall v0.13.0 |
| 720 | 2024-11-14T03:21:03.838Z | Downloaded dirs-next v2.0.0 |
| 721 | 2024-11-14T03:21:03.841Z | Downloaded wyz v0.5.1 |
| 722 | 2024-11-14T03:21:03.841Z | Downloaded rtoolbox v0.0.2 |
| 723 | 2024-11-14T03:21:03.843Z | Downloaded flume v0.11.1 |
| 724 | 2024-11-14T03:21:03.846Z | Downloaded vte_generate_state_changes v0.1.2 |
| 725 | 2024-11-14T03:21:03.848Z | Downloaded spin v0.9.8 |
| 726 | 2024-11-14T03:21:03.851Z | Downloaded poly1305 v0.8.0 |
| 727 | 2024-11-14T03:21:03.853Z | Downloaded shlex v1.3.0 |
| 728 | 2024-11-14T03:21:03.855Z | Downloaded predicates-tree v1.0.11 |
| 729 | 2024-11-14T03:21:03.857Z | Downloaded futures-core v0.3.31 |
| 730 | 2024-11-14T03:21:03.857Z | Downloaded rustfmt-wrapper v0.2.1 |
| 731 | 2024-11-14T03:21:03.861Z | Downloaded idna v0.5.0 |
| 732 | 2024-11-14T03:21:03.866Z | Downloaded serde-big-array v0.5.1 |
| 733 | 2024-11-14T03:21:03.869Z | Downloaded scheduled-thread-pool v0.2.7 |
| 734 | 2024-11-14T03:21:03.871Z | Downloaded structmeta-derive v0.2.0 |
| 735 | 2024-11-14T03:21:03.873Z | Downloaded stable_deref_trait v1.2.0 |
| 736 | 2024-11-14T03:21:03.874Z | Downloaded slog-bunyan v2.5.0 |
| 737 | 2024-11-14T03:21:03.876Z | Downloaded russh-cryptovec v0.7.3 |
| 738 | 2024-11-14T03:21:03.876Z | Downloaded foreign-types-macros v0.2.3 |
| 739 | 2024-11-14T03:21:03.881Z | Downloaded slog-stdlog v4.1.1 |
| 740 | 2024-11-14T03:21:03.881Z | Downloaded predicates-core v1.0.8 |
| 741 | 2024-11-14T03:21:03.883Z | Downloaded env_logger v0.11.5 |
| 742 | 2024-11-14T03:21:03.883Z | Downloaded slog-dtrace v0.3.0 |
| 743 | 2024-11-14T03:21:03.885Z | Downloaded string_cache v0.8.7 |
| 744 | 2024-11-14T03:21:03.888Z | Downloaded slog-json v2.6.1 |
| 745 | 2024-11-14T03:21:03.888Z | Downloaded slog-envlogger v2.2.0 |
| 746 | 2024-11-14T03:21:03.890Z | Downloaded embedded-io v0.6.1 |
| 747 | 2024-11-14T03:21:03.892Z | Downloaded structmeta-derive v0.3.0 |
| 748 | 2024-11-14T03:21:03.894Z | Downloaded pin-project v1.1.6 |
| 749 | 2024-11-14T03:21:03.906Z | Downloaded num_enum_derive v0.5.11 |
| 750 | 2024-11-14T03:21:03.908Z | Downloaded itertools v0.12.1 |
| 751 | 2024-11-14T03:21:03.915Z | Downloaded which v4.4.2 |
| 752 | 2024-11-14T03:21:03.917Z | Downloaded secrecy v0.8.0 |
| 753 | 2024-11-14T03:21:03.919Z | Downloaded sec1 v0.7.3 |
| 754 | 2024-11-14T03:21:03.922Z | Downloaded rustversion v1.0.17 |
| 755 | 2024-11-14T03:21:03.924Z | Downloaded take_mut v0.2.2 |
| 756 | 2024-11-14T03:21:03.924Z | Downloaded smallvec v0.6.14 |
| 757 | 2024-11-14T03:21:03.927Z | Downloaded slog-term v2.9.1 |
| 758 | 2024-11-14T03:21:03.929Z | Downloaded password-hash v0.5.0 |
| 759 | 2024-11-14T03:21:03.932Z | Downloaded futures v0.3.31 |
| 760 | 2024-11-14T03:21:03.937Z | Downloaded num-integer v0.1.46 |
| 761 | 2024-11-14T03:21:03.940Z | Downloaded hyper v1.5.0 |
| 762 | 2024-11-14T03:21:03.947Z | Downloaded yoke-derive v0.7.4 |
| 763 | 2024-11-14T03:21:03.950Z | Downloaded num-iter v0.1.45 |
| 764 | 2024-11-14T03:21:03.953Z | Downloaded fragile v2.0.0 |
| 765 | 2024-11-14T03:21:03.953Z | Downloaded rand_chacha v0.3.1 |
| 766 | 2024-11-14T03:21:03.955Z | Downloaded phf_shared v0.11.2 |
| 767 | 2024-11-14T03:21:03.956Z | Downloaded diesel-dtrace v0.3.0 |
| 768 | 2024-11-14T03:21:03.958Z | Downloaded wait-timeout v0.2.0 |
| 769 | 2024-11-14T03:21:03.960Z | Downloaded derive_builder_macro v0.20.2 |
| 770 | 2024-11-14T03:21:03.960Z | Downloaded quinn-udp v0.5.5 |
| 771 | 2024-11-14T03:21:03.963Z | Downloaded snafu-derive v0.8.5 |
| 772 | 2024-11-14T03:21:03.965Z | Downloaded socket2 v0.5.7 |
| 773 | 2024-11-14T03:21:03.967Z | Downloaded termcolor v1.4.1 |
| 774 | 2024-11-14T03:21:03.969Z | Downloaded tap v1.0.1 |
| 775 | 2024-11-14T03:21:03.969Z | Downloaded tokio-tungstenite v0.21.0 |
| 776 | 2024-11-14T03:21:03.972Z | Downloaded oso v0.27.3 |
| 777 | 2024-11-14T03:21:03.975Z | Downloaded smallvec v1.13.2 |
| 778 | 2024-11-14T03:21:03.978Z | Downloaded sct v0.7.1 |
| 779 | 2024-11-14T03:21:03.982Z | Downloaded num-conv v0.1.0 |
| 780 | 2024-11-14T03:21:03.984Z | Downloaded zip v0.6.6 |
| 781 | 2024-11-14T03:21:03.988Z | Downloaded ron v0.8.1 |
| 782 | 2024-11-14T03:21:03.994Z | Downloaded signal-hook-tokio v0.3.1 |
| 783 | 2024-11-14T03:21:03.997Z | Downloaded phf v0.11.2 |
| 784 | 2024-11-14T03:21:03.997Z | Downloaded futures-executor v0.3.31 |
| 785 | 2024-11-14T03:21:03.999Z | Downloaded xz2 v0.1.7 |
| 786 | 2024-11-14T03:21:04.002Z | Downloaded pin-project-lite v0.2.14 |
| 787 | 2024-11-14T03:21:04.006Z | Downloaded headers v0.4.0 |
| 788 | 2024-11-14T03:21:04.012Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 789 | 2024-11-14T03:21:04.015Z | Downloaded signature v2.2.0 |
| 790 | 2024-11-14T03:21:04.017Z | Downloaded xattr v1.3.1 |
| 791 | 2024-11-14T03:21:04.017Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 792 | 2024-11-14T03:21:04.020Z | Downloaded proc-macro-crate v1.3.1 |
| 793 | 2024-11-14T03:21:04.023Z | Downloaded polyval v0.6.2 |
| 794 | 2024-11-14T03:21:04.023Z | Downloaded nibble_vec v0.1.0 |
| 795 | 2024-11-14T03:21:04.025Z | Downloaded funty v2.0.0 |
| 796 | 2024-11-14T03:21:04.027Z | Downloaded supports-color v3.0.1 |
| 797 | 2024-11-14T03:21:04.027Z | Downloaded termios v0.3.3 |
| 798 | 2024-11-14T03:21:04.030Z | Downloaded blake3 v1.5.4 |
| 799 | 2024-11-14T03:21:04.038Z | Downloaded serde-hex v0.1.0 |
| 800 | 2024-11-14T03:21:04.041Z | Downloaded foreign-types v0.5.0 |
| 801 | 2024-11-14T03:21:04.041Z | Downloaded yasna v0.5.2 |
| 802 | 2024-11-14T03:21:04.043Z | Downloaded pem v3.0.4 |
| 803 | 2024-11-14T03:21:04.045Z | Downloaded subtle v2.6.1 |
| 804 | 2024-11-14T03:21:04.047Z | Downloaded phf_shared v0.10.0 |
| 805 | 2024-11-14T03:21:04.047Z | Downloaded path-slash v0.1.5 |
| 806 | 2024-11-14T03:21:04.050Z | Downloaded fallible-streaming-iterator v0.1.9 |
| 807 | 2024-11-14T03:21:04.050Z | Downloaded endian-type v0.1.2 |
| 808 | 2024-11-14T03:21:04.052Z | Downloaded yoke v0.7.4 |
| 809 | 2024-11-14T03:21:04.052Z | Downloaded float-cmp v0.9.0 |
| 810 | 2024-11-14T03:21:04.054Z | Downloaded nodrop v0.1.14 |
| 811 | 2024-11-14T03:21:04.056Z | Downloaded fixedbitset v0.4.2 |
| 812 | 2024-11-14T03:21:04.056Z | Downloaded filetime v0.2.25 |
| 813 | 2024-11-14T03:21:04.058Z | Downloaded tokio-native-tls v0.3.1 |
| 814 | 2024-11-14T03:21:04.061Z | Downloaded hashlink v0.9.1 |
| 815 | 2024-11-14T03:21:04.063Z | Downloaded signal-hook-registry v1.4.2 |
| 816 | 2024-11-14T03:21:04.065Z | Downloaded fd-lock v4.0.2 |
| 817 | 2024-11-14T03:21:04.068Z | Downloaded p256 v0.13.2 |
| 818 | 2024-11-14T03:21:04.070Z | Downloaded deranged v0.3.11 |
| 819 | 2024-11-14T03:21:04.073Z | Downloaded der_derive v0.7.3 |
| 820 | 2024-11-14T03:21:04.075Z | Downloaded pin-project-internal v1.1.6 |
| 821 | 2024-11-14T03:21:04.077Z | Downloaded unsafe-libyaml v0.2.11 |
| 822 | 2024-11-14T03:21:04.080Z | Downloaded utf8_iter v1.0.4 |
| 823 | 2024-11-14T03:21:04.082Z | Downloaded tiny-keccak v2.0.2 |
| 824 | 2024-11-14T03:21:04.085Z | Downloaded unicode-truncate v1.1.0 |
| 825 | 2024-11-14T03:21:04.085Z | Downloaded percent-encoding v2.3.1 |
| 826 | 2024-11-14T03:21:04.087Z | Downloaded samael v0.0.17 |
| 827 | 2024-11-14T03:21:04.092Z | Downloaded untrusted v0.9.0 |
| 828 | 2024-11-14T03:21:04.095Z | Downloaded untrusted v0.7.1 |
| 829 | 2024-11-14T03:21:04.097Z | Downloaded universal-hash v0.5.1 |
| 830 | 2024-11-14T03:21:04.097Z | Downloaded serde_path_to_error v0.1.16 |
| 831 | 2024-11-14T03:21:04.099Z | Downloaded fallible-iterator v0.3.0 |
| 832 | 2024-11-14T03:21:04.099Z | Downloaded ena v0.14.3 |
| 833 | 2024-11-14T03:21:04.102Z | Downloaded tokio-rustls v0.24.1 |
| 834 | 2024-11-14T03:21:04.104Z | Downloaded zerocopy v0.6.6 |
| 835 | 2024-11-14T03:21:04.107Z | Downloaded parking_lot_core v0.8.6 |
| 836 | 2024-11-14T03:21:04.109Z | Downloaded parking_lot v0.11.2 |
| 837 | 2024-11-14T03:21:04.111Z | Downloaded unicode-xid v0.2.6 |
| 838 | 2024-11-14T03:21:04.114Z | Downloaded tracing-attributes v0.1.27 |
| 839 | 2024-11-14T03:21:04.116Z | Downloaded diff v0.1.13 |
| 840 | 2024-11-14T03:21:04.119Z | Downloaded parse-display-derive v0.10.0 |
| 841 | 2024-11-14T03:21:04.121Z | Downloaded tracing v0.1.40 |
| 842 | 2024-11-14T03:21:04.125Z | Downloaded p521 v0.13.3 |
| 843 | 2024-11-14T03:21:04.129Z | Downloaded des v0.8.1 |
| 844 | 2024-11-14T03:21:04.132Z | Downloaded parse-zoneinfo v0.3.1 |
| 845 | 2024-11-14T03:21:04.134Z | Downloaded serde_derive_internals v0.29.1 |
| 846 | 2024-11-14T03:21:04.137Z | Downloaded rustls-pemfile v2.2.0 |
| 847 | 2024-11-14T03:21:04.139Z | Downloaded tinystr v0.7.6 |
| 848 | 2024-11-14T03:21:04.141Z | Downloaded fs_extra v1.3.0 |
| 849 | 2024-11-14T03:21:04.144Z | Downloaded pkcs1 v0.7.5 |
| 850 | 2024-11-14T03:21:04.147Z | Downloaded phf_codegen v0.11.2 |
| 851 | 2024-11-14T03:21:04.147Z | Downloaded paste v1.0.15 |
| 852 | 2024-11-14T03:21:04.150Z | Downloaded tokio-macros v2.4.0 |
| 853 | 2024-11-14T03:21:04.152Z | Downloaded dhcproto v0.12.0 |
| 854 | 2024-11-14T03:21:04.155Z | Downloaded parking_lot v0.12.3 |
| 855 | 2024-11-14T03:21:04.157Z | Downloaded prettyplease v0.2.25 |
| 856 | 2024-11-14T03:21:04.160Z | Downloaded tinyvec v1.8.0 |
| 857 | 2024-11-14T03:21:04.164Z | Downloaded rustls-pki-types v1.9.0 |
| 858 | 2024-11-14T03:21:04.167Z | Downloaded expectorate v1.1.0 |
| 859 | 2024-11-14T03:21:04.171Z | Downloaded steno v0.4.1 |
| 860 | 2024-11-14T03:21:04.174Z | Downloaded zerovec v0.10.4 |
| 861 | 2024-11-14T03:21:04.181Z | Downloaded uuid v1.11.0 |
| 862 | 2024-11-14T03:21:04.184Z | Downloaded fatfs v0.3.6 |
| 863 | 2024-11-14T03:21:04.188Z | Downloaded unicode-properties v0.1.3 |
| 864 | 2024-11-14T03:21:04.191Z | Downloaded unicode-bidi v0.3.17 |
| 865 | 2024-11-14T03:21:04.193Z | Downloaded lalrpop v0.19.12 |
| 866 | 2024-11-14T03:21:04.205Z | Downloaded pkcs5 v0.7.1 |
| 867 | 2024-11-14T03:21:04.210Z | Downloaded tungstenite v0.24.0 |
| 868 | 2024-11-14T03:21:04.213Z | Downloaded tokio-postgres v0.7.12 |
| 869 | 2024-11-14T03:21:04.219Z | Downloaded tokio-util v0.7.12 |
| 870 | 2024-11-14T03:21:04.227Z | Downloaded hashbrown v0.12.3 |
| 871 | 2024-11-14T03:21:04.231Z | Downloaded rand v0.8.5 |
| 872 | 2024-11-14T03:21:04.235Z | Downloaded salty v0.3.0 |
| 873 | 2024-11-14T03:21:04.243Z | Downloaded publicsuffix v2.2.3 |
| 874 | 2024-11-14T03:21:04.246Z | Downloaded url v2.5.3 |
| 875 | 2024-11-14T03:21:04.249Z | Downloaded qorb v0.2.0 |
| 876 | 2024-11-14T03:21:04.254Z | Downloaded unicode-segmentation v1.12.0 |
| 877 | 2024-11-14T03:21:04.258Z | Downloaded idna v0.3.0 |
| 878 | 2024-11-14T03:21:04.266Z | Downloaded hashbrown v0.13.2 |
| 879 | 2024-11-14T03:21:04.270Z | Downloaded futures-util v0.3.31 |
| 880 | 2024-11-14T03:21:04.284Z | Downloaded x509-cert v0.2.5 |
| 881 | 2024-11-14T03:21:04.290Z | Downloaded num-bigint v0.4.6 |
| 882 | 2024-11-14T03:21:04.296Z | Downloaded rusqlite v0.32.1 |
| 883 | 2024-11-14T03:21:04.303Z | Downloaded num-bigint-dig v0.8.4 |
| 884 | 2024-11-14T03:21:04.308Z | Downloaded hashbrown v0.14.5 |
| 885 | 2024-11-14T03:21:04.314Z | Downloaded reqwest v0.12.9 |
| 886 | 2024-11-14T03:21:04.323Z | Downloaded quinn-proto v0.11.8 |
| 887 | 2024-11-14T03:21:04.330Z | Downloaded webpki-roots v0.26.6 |
| 888 | 2024-11-14T03:21:04.334Z | Downloaded git2 v0.19.0 |
| 889 | 2024-11-14T03:21:04.343Z | Downloaded h2 v0.4.6 |
| 890 | 2024-11-14T03:21:04.350Z | Downloaded unicode-normalization v0.1.24 |
| 891 | 2024-11-14T03:21:04.356Z | Downloaded regex v1.11.1 |
| 892 | 2024-11-14T03:21:04.368Z | Downloaded vcpkg v0.2.15 |
| 893 | 2024-11-14T03:21:04.408Z | Downloaded openssl v0.10.68 |
| 894 | 2024-11-14T03:21:04.418Z | Downloaded trust-dns-proto v0.22.0 |
| 895 | 2024-11-14T03:21:04.432Z | Downloaded regex-syntax v0.6.29 |
| 896 | 2024-11-14T03:21:04.439Z | Downloaded reedline v0.35.0 |
| 897 | 2024-11-14T03:21:04.447Z | Downloaded quick-xml v0.33.0 |
| 898 | 2024-11-14T03:21:04.454Z | Downloaded rustls-webpki v0.102.8 |
| 899 | 2024-11-14T03:21:04.473Z | Downloaded p384 v0.13.0 |
| 900 | 2024-11-14T03:21:04.479Z | Downloaded chrono-tz v0.10.0 |
| 901 | 2024-11-14T03:21:04.487Z | Downloaded proptest v1.5.0 |
| 902 | 2024-11-14T03:21:04.497Z | Downloaded rustls v0.21.12 |
| 903 | 2024-11-14T03:21:04.508Z | Downloaded bstr v1.10.0 |
| 904 | 2024-11-14T03:21:04.520Z | Downloaded regress v0.10.1 |
| 905 | 2024-11-14T03:21:04.529Z | Downloaded nix v0.27.1 |
| 906 | 2024-11-14T03:21:04.541Z | Downloaded radix_trie v0.2.1 |
| 907 | 2024-11-14T03:21:04.547Z | Downloaded regex-syntax v0.8.5 |
| 908 | 2024-11-14T03:21:04.555Z | Downloaded nix v0.28.0 |
| 909 | 2024-11-14T03:21:04.567Z | Downloaded object v0.36.5 |
| 910 | 2024-11-14T03:21:04.579Z | Downloaded nix v0.29.0 |
| 911 | 2024-11-14T03:21:04.592Z | Downloaded rustls v0.22.4 |
| 912 | 2024-11-14T03:21:04.607Z | Downloaded rustls v0.23.14 |
| 913 | 2024-11-14T03:21:04.619Z | Downloaded diesel v2.2.4 |
| 914 | 2024-11-14T03:21:04.639Z | Downloaded typify-impl v0.2.0 |
| 915 | 2024-11-14T03:21:04.655Z | Downloaded sled v0.34.7 |
| 916 | 2024-11-14T03:21:04.664Z | Downloaded regress v0.9.1 |
| 917 | 2024-11-14T03:21:04.673Z | Downloaded openapiv3 v2.0.0 |
| 918 | 2024-11-14T03:21:04.686Z | Downloaded ratatui v0.28.1 |
| 919 | 2024-11-14T03:21:04.706Z | Downloaded dropshot v0.13.0 |
| 920 | 2024-11-14T03:21:04.726Z | Downloaded smoltcp v0.11.0 |
| 921 | 2024-11-14T03:21:04.739Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 922 | 2024-11-14T03:21:04.752Z | Downloaded polar-core v0.27.3 |
| 923 | 2024-11-14T03:21:04.762Z | Downloaded regex-automata v0.4.8 |
| 924 | 2024-11-14T03:21:04.779Z | Downloaded object v0.30.4 |
| 925 | 2024-11-14T03:21:04.789Z | Downloaded zerocopy-derive v0.6.6 |
| 926 | 2024-11-14T03:21:04.798Z | Downloaded hickory-proto v0.24.1 |
| 927 | 2024-11-14T03:21:04.815Z | Downloaded gimli v0.31.1 |
| 928 | 2024-11-14T03:21:04.823Z | Downloaded lzma-sys v0.1.20 |
| 929 | 2024-11-14T03:21:04.853Z | Downloaded dropshot v0.12.0 |
| 930 | 2024-11-14T03:21:04.873Z | Downloaded idna v0.4.0 |
| 931 | 2024-11-14T03:21:04.879Z | Downloaded libz-sys v1.1.20 |
| 932 | 2024-11-14T03:21:04.901Z | Downloaded icu_properties_data v1.5.0 |
| 933 | 2024-11-14T03:21:04.912Z | Downloaded petgraph v0.6.5 |
| 934 | 2024-11-14T03:21:04.929Z | Downloaded tokio v1.40.0 |
| 935 | 2024-11-14T03:21:04.967Z | Downloaded csv v1.3.0 |
| 936 | 2024-11-14T03:21:04.987Z | Downloaded chrono v0.4.38 |
| 937 | 2024-11-14T03:21:04.995Z | Downloaded derive_more v0.99.18 |
| 938 | 2024-11-14T03:21:04.999Z | Downloaded russh v0.45.0 |
| 939 | 2024-11-14T03:21:05.004Z | Downloaded tough v0.19.0 |
| 940 | 2024-11-14T03:21:05.013Z | Downloaded ssh-key v0.6.6 |
| 941 | 2024-11-14T03:21:05.019Z | Downloaded rustyline v14.0.0 |
| 942 | 2024-11-14T03:21:05.024Z | Downloaded portable-atomic v1.9.0 |
| 943 | 2024-11-14T03:21:05.031Z | Downloaded subprocess v0.2.9 |
| 944 | 2024-11-14T03:21:05.034Z | Downloaded quinn v0.11.5 |
| 945 | 2024-11-14T03:21:05.038Z | Downloaded der v0.7.9 |
| 946 | 2024-11-14T03:21:05.042Z | Downloaded sha3 v0.10.8 |
| 947 | 2024-11-14T03:21:05.047Z | Downloaded serde_with v3.11.0 |
| 948 | 2024-11-14T03:21:05.055Z | Downloaded curve25519-dalek v4.1.3 |
| 949 | 2024-11-14T03:21:05.064Z | Downloaded diesel_derives v2.2.3 |
| 950 | 2024-11-14T03:21:05.068Z | Downloaded sqlparser v0.45.0 |
| 951 | 2024-11-14T03:21:05.074Z | Downloaded toml_edit v0.19.15 |
| 952 | 2024-11-14T03:21:05.089Z | Downloaded time v0.3.36 |
| 953 | 2024-11-14T03:21:05.096Z | Downloaded nom v7.1.3 |
| 954 | 2024-11-14T03:21:05.101Z | Downloaded smoltcp v0.9.1 |
| 955 | 2024-11-14T03:21:05.113Z | Downloaded num-derive v0.4.2 |
| 956 | 2024-11-14T03:21:05.115Z | Downloaded aws-lc-rs v1.10.0 |
| 957 | 2024-11-14T03:21:05.123Z | Downloaded slab v0.4.9 |
| 958 | 2024-11-14T03:21:05.125Z | Downloaded ed25519-dalek v2.1.1 |
| 959 | 2024-11-14T03:21:05.128Z | Downloaded openssl-sys v0.9.104 |
| 960 | 2024-11-14T03:21:05.133Z | Downloaded slog-scope v4.4.0 |
| 961 | 2024-11-14T03:21:05.135Z | Downloaded miniz_oxide v0.8.0 |
| 962 | 2024-11-14T03:21:05.137Z | Downloaded rustls-webpki v0.101.7 |
| 963 | 2024-11-14T03:21:05.151Z | Downloaded ron v0.7.1 |
| 964 | 2024-11-14T03:21:05.156Z | Downloaded num-traits v0.2.19 |
| 965 | 2024-11-14T03:21:05.159Z | Downloaded winnow v0.5.40 |
| 966 | 2024-11-14T03:21:05.167Z | Downloaded zip v2.1.3 |
| 967 | 2024-11-14T03:21:05.171Z | Downloaded toml v0.7.8 |
| 968 | 2024-11-14T03:21:05.174Z | Downloaded test-strategy v0.3.1 |
| 969 | 2024-11-14T03:21:05.177Z | Downloaded num_enum v0.5.11 |
| 970 | 2024-11-14T03:21:05.182Z | Downloaded hash32 v0.3.1 |
| 971 | 2024-11-14T03:21:05.185Z | Downloaded futures-sink v0.3.31 |
| 972 | 2024-11-14T03:21:05.185Z | Downloaded futures-io v0.3.31 |
| 973 | 2024-11-14T03:21:05.187Z | Downloaded password-hash v0.4.2 |
| 974 | 2024-11-14T03:21:05.187Z | Downloaded multimap v0.10.0 |
| 975 | 2024-11-14T03:21:05.189Z | Downloaded derive-where v1.2.7 |
| 976 | 2024-11-14T03:21:05.192Z | Downloaded similar v2.6.0 |
| 977 | 2024-11-14T03:21:05.197Z | Downloaded fallible-iterator v0.2.0 |
| 978 | 2024-11-14T03:21:05.199Z | Downloaded pkcs8 v0.10.2 |
| 979 | 2024-11-14T03:21:05.202Z | Downloaded dropshot_endpoint v0.13.0 |
| 980 | 2024-11-14T03:21:05.204Z | Downloaded dropshot_endpoint v0.12.0 |
| 981 | 2024-11-14T03:21:05.207Z | Downloaded encoding_rs v0.8.34 |
| 982 | 2024-11-14T03:21:05.228Z | Downloaded vte v0.11.1 |
| 983 | 2024-11-14T03:21:05.231Z | Downloaded typed-path v0.9.3 |
| 984 | 2024-11-14T03:21:05.237Z | Downloaded bitvec v1.0.1 |
| 985 | 2024-11-14T03:21:05.251Z | Downloaded nanorand v0.7.0 |
| 986 | 2024-11-14T03:21:05.253Z | Downloaded tokio-tungstenite v0.23.1 |
| 987 | 2024-11-14T03:21:05.255Z | Downloaded owo-colors v4.1.0 |
| 988 | 2024-11-14T03:21:05.257Z | Downloaded mockall_derive v0.13.0 |
| 989 | 2024-11-14T03:21:05.260Z | Downloaded flate2 v1.0.34 |
| 990 | 2024-11-14T03:21:05.264Z | Downloaded mio v1.0.2 |
| 991 | 2024-11-14T03:21:05.270Z | Downloaded tungstenite v0.21.0 |
| 992 | 2024-11-14T03:21:05.273Z | Downloaded idna v1.0.3 |
| 993 | 2024-11-14T03:21:05.278Z | Downloaded derive_builder_core v0.20.2 |
| 994 | 2024-11-14T03:21:05.280Z | Downloaded uzers v0.12.1 |
| 995 | 2024-11-14T03:21:05.282Z | Downloaded snafu v0.8.5 |
| 996 | 2024-11-14T03:21:05.288Z | Downloaded zeroize_derive v1.4.2 |
| 997 | 2024-11-14T03:21:05.290Z | Downloaded num-complex v0.4.6 |
| 998 | 2024-11-14T03:21:05.293Z | Downloaded derive_builder v0.20.2 |
| 999 | 2024-11-14T03:21:05.295Z | Downloaded value-bag v1.9.0 |
| 1000 | 2024-11-14T03:21:05.298Z | Downloaded unicase v2.7.0 |
| 1001 | 2024-11-14T03:21:05.300Z | Downloaded bindgen v0.69.5 |
| 1002 | 2024-11-14T03:21:05.307Z | Downloaded spin v0.5.2 |
| 1003 | 2024-11-14T03:21:05.309Z | Downloaded rand_xorshift v0.3.0 |
| 1004 | 2024-11-14T03:21:05.309Z | Downloaded displaydoc v0.2.5 |
| 1005 | 2024-11-14T03:21:05.312Z | Downloaded tokio-rustls v0.26.0 |
| 1006 | 2024-11-14T03:21:05.314Z | Downloaded tracing-core v0.1.32 |
| 1007 | 2024-11-14T03:21:05.317Z | Downloaded zeroize v1.8.1 |
| 1008 | 2024-11-14T03:21:05.319Z | Downloaded walkdir v2.5.0 |
| 1009 | 2024-11-14T03:21:05.321Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 1010 | 2024-11-14T03:21:05.378Z | Downloaded postcard v1.0.10 |
| 1011 | 2024-11-14T03:21:05.382Z | Downloaded serde_with_macros v3.11.0 |
| 1012 | 2024-11-14T03:21:05.385Z | Downloaded simd-adler32 v0.3.7 |
| 1013 | 2024-11-14T03:21:05.385Z | Downloaded rusty-fork v0.3.0 |
| 1014 | 2024-11-14T03:21:05.385Z | Downloaded rfc6979 v0.4.0 |
| 1015 | 2024-11-14T03:21:05.388Z | Downloaded rand_seeder v0.3.0 |
| 1016 | 2024-11-14T03:21:05.388Z | Downloaded rand_core v0.6.4 |
| 1017 | 2024-11-14T03:21:05.390Z | Downloaded pkg-config v0.3.31 |
| 1018 | 2024-11-14T03:21:05.390Z | Downloaded peg v0.8.4 |
| 1019 | 2024-11-14T03:21:05.393Z | Downloaded pbkdf2 v0.11.0 |
| 1020 | 2024-11-14T03:21:05.396Z | Downloaded olpc-cjson v0.1.4 |
| 1021 | 2024-11-14T03:21:05.398Z | Downloaded glob v0.3.1 |
| 1022 | 2024-11-14T03:21:05.398Z | Downloaded foldhash v0.1.3 |
| 1023 | 2024-11-14T03:21:05.400Z | Downloaded russh-keys v0.45.0 |
| 1024 | 2024-11-14T03:21:05.402Z | Downloaded postgres-types v0.2.8 |
| 1025 | 2024-11-14T03:21:05.405Z | Downloaded minimal-lexical v0.2.1 |
| 1026 | 2024-11-14T03:21:05.408Z | Downloaded libxml v0.3.3 |
| 1027 | 2024-11-14T03:21:05.414Z | Downloaded time-macros v0.2.18 |
| 1028 | 2024-11-14T03:21:05.416Z | Downloaded static_assertions v1.1.0 |
| 1029 | 2024-11-14T03:21:05.419Z | Downloaded ref-cast-impl v1.0.23 |
| 1030 | 2024-11-14T03:21:05.419Z | Downloaded tar v0.4.43 |
| 1031 | 2024-11-14T03:21:05.422Z | Downloaded pbkdf2 v0.12.2 |
| 1032 | 2024-11-14T03:21:05.424Z | Downloaded num v0.4.3 |
| 1033 | 2024-11-14T03:21:05.424Z | Downloaded ghash v0.5.1 |
| 1034 | 2024-11-14T03:21:05.424Z | Downloaded half v2.4.1 |
| 1035 | 2024-11-14T03:21:05.427Z | Downloaded rayon-core v1.12.1 |
| 1036 | 2024-11-14T03:21:05.430Z | Downloaded zone v0.1.8 |
| 1037 | 2024-11-14T03:21:05.433Z | Downloaded vergen v8.3.2 |
| 1038 | 2024-11-14T03:21:05.435Z | Downloaded sigpipe v0.1.3 |
| 1039 | 2024-11-14T03:21:05.435Z | Downloaded sha1 v0.10.6 |
| 1040 | 2024-11-14T03:21:05.437Z | Downloaded const_format v0.2.33 |
| 1041 | 2024-11-14T03:21:05.441Z | Downloaded powerfmt v0.2.0 |
| 1042 | 2024-11-14T03:21:05.443Z | Downloaded env_filter v0.1.2 |
| 1043 | 2024-11-14T03:21:05.446Z | Downloaded ecdsa v0.16.9 |
| 1044 | 2024-11-14T03:21:05.448Z | Downloaded zopfli v0.8.1 |
| 1045 | 2024-11-14T03:21:05.451Z | Downloaded base64 v0.21.7 |
| 1046 | 2024-11-14T03:21:05.453Z | Downloaded tui-tree-widget v0.22.0 |
| 1047 | 2024-11-14T03:21:05.455Z | Downloaded thiserror-no-std v2.0.2 |
| 1048 | 2024-11-14T03:21:05.458Z | Downloaded serde_urlencoded v0.7.1 |
| 1049 | 2024-11-14T03:21:05.460Z | Downloaded serde_repr v0.1.19 |
| 1050 | 2024-11-14T03:21:05.464Z | Downloaded serde_plain v1.0.2 |
| 1051 | 2024-11-14T03:21:05.464Z | Downloaded semver v0.1.20 |
| 1052 | 2024-11-14T03:21:05.464Z | Downloaded same-file v1.0.6 |
| 1053 | 2024-11-14T03:21:05.466Z | Downloaded newtype-uuid v1.1.3 |
| 1054 | 2024-11-14T03:21:05.466Z | Downloaded unicode_categories v0.1.1 |
| 1055 | 2024-11-14T03:21:05.469Z | Downloaded term v0.7.0 |
| 1056 | 2024-11-14T03:21:05.471Z | Downloaded rayon v1.10.0 |
| 1057 | 2024-11-14T03:21:05.480Z | Downloaded typify v0.2.0 |
| 1058 | 2024-11-14T03:21:05.483Z | Downloaded openssl-macros v0.1.1 |
| 1059 | 2024-11-14T03:21:05.486Z | Downloaded number_prefix v0.4.0 |
| 1060 | 2024-11-14T03:21:05.486Z | Downloaded newline-converter v0.3.0 |
| 1061 | 2024-11-14T03:21:05.488Z | Downloaded crossbeam-utils v0.8.20 |
| 1062 | 2024-11-14T03:21:05.488Z | Downloaded crc32fast v1.4.2 |
| 1063 | 2024-11-14T03:21:05.490Z | Downloaded bytes v1.7.2 |
| 1064 | 2024-11-14T03:21:05.494Z | Downloaded heapless v0.8.0 |
| 1065 | 2024-11-14T03:21:05.497Z | Downloaded tls_codec_derive v0.4.1 |
| 1066 | 2024-11-14T03:21:05.500Z | Downloaded icu_locid v1.5.0 |
| 1067 | 2024-11-14T03:21:05.503Z | Downloaded crossbeam-epoch v0.9.18 |
| 1068 | 2024-11-14T03:21:05.506Z | Downloaded icu_normalizer_data v1.5.0 |
| 1069 | 2024-11-14T03:21:05.508Z | Downloaded httparse v1.9.5 |
| 1070 | 2024-11-14T03:21:05.510Z | Downloaded structmeta v0.2.0 |
| 1071 | 2024-11-14T03:21:05.513Z | Downloaded icu_normalizer v1.5.0 |
| 1072 | 2024-11-14T03:21:05.515Z | Downloaded csv-core v0.1.11 |
| 1073 | 2024-11-14T03:21:05.518Z | Downloaded cancel-safe-futures v0.1.5 |
| 1074 | 2024-11-14T03:21:05.521Z | Downloaded cookie v0.18.1 |
| 1075 | 2024-11-14T03:21:05.523Z | Downloaded base64ct v1.6.0 |
| 1076 | 2024-11-14T03:21:05.526Z | Downloaded dyn-clone v1.0.17 |
| 1077 | 2024-11-14T03:21:05.528Z | Downloaded dunce v1.0.5 |
| 1078 | 2024-11-14T03:21:05.528Z | Downloaded write16 v1.0.0 |
| 1079 | 2024-11-14T03:21:05.531Z | Downloaded time-core v0.1.2 |
| 1080 | 2024-11-14T03:21:05.531Z | Downloaded schemars_derive v0.8.21 |
| 1081 | 2024-11-14T03:21:05.533Z | Downloaded litemap v0.7.3 |
| 1082 | 2024-11-14T03:21:05.533Z | Downloaded memmap2 v0.9.5 |
| 1083 | 2024-11-14T03:21:05.536Z | Downloaded jobserver v0.1.32 |
| 1084 | 2024-11-14T03:21:05.538Z | Downloaded hyper-staticfile v0.10.1 |
| 1085 | 2024-11-14T03:21:05.541Z | Downloaded resolv-conf v0.7.0 |
| 1086 | 2024-11-14T03:21:05.541Z | Downloaded console v0.15.8 |
| 1087 | 2024-11-14T03:21:05.544Z | Downloaded new_debug_unreachable v1.0.6 |
| 1088 | 2024-11-14T03:21:05.546Z | Downloaded quick-error v1.2.3 |
| 1089 | 2024-11-14T03:21:05.546Z | Downloaded ctr v0.9.2 |
| 1090 | 2024-11-14T03:21:05.549Z | Downloaded crossterm v0.28.1 |
| 1091 | 2024-11-14T03:21:05.554Z | Downloaded scrypt v0.11.0 |
| 1092 | 2024-11-14T03:21:05.557Z | Downloaded salsa20 v0.10.2 |
| 1093 | 2024-11-14T03:21:05.557Z | Downloaded rustc_version v0.1.7 |
| 1094 | 2024-11-14T03:21:05.560Z | Downloaded linked-hash-map v0.5.6 |
| 1095 | 2024-11-14T03:21:05.560Z | Downloaded libsw v3.3.1 |
| 1096 | 2024-11-14T03:21:05.562Z | Downloaded icu_locid_transform v1.5.0 |
| 1097 | 2024-11-14T03:21:05.565Z | Downloaded iana-time-zone v0.1.61 |
| 1098 | 2024-11-14T03:21:05.567Z | Downloaded progenitor-macro v0.8.0 |
| 1099 | 2024-11-14T03:21:05.567Z | Downloaded keccak v0.1.5 |
| 1100 | 2024-11-14T03:21:05.570Z | Downloaded backoff v0.4.0 |
| 1101 | 2024-11-14T03:21:05.572Z | Downloaded utf-8 v0.7.6 |
| 1102 | 2024-11-14T03:21:05.572Z | Downloaded libloading v0.8.5 |
| 1103 | 2024-11-14T03:21:05.574Z | Downloaded const_format_proc_macros v0.2.33 |
| 1104 | 2024-11-14T03:21:05.577Z | Downloaded colored v2.1.0 |
| 1105 | 2024-11-14T03:21:05.579Z | Downloaded highway v1.2.0 |
| 1106 | 2024-11-14T03:21:05.582Z | Downloaded internet-checksum v0.2.1 |
| 1107 | 2024-11-14T03:21:05.584Z | Downloaded httpdate v1.0.3 |
| 1108 | 2024-11-14T03:21:05.584Z | Downloaded cipher v0.4.4 |
| 1109 | 2024-11-14T03:21:05.587Z | Downloaded bcs v0.1.6 |
| 1110 | 2024-11-14T03:21:05.587Z | Downloaded md-5 v0.10.6 |
| 1111 | 2024-11-14T03:21:05.590Z | Downloaded maybe-uninit v2.0.0 |
| 1112 | 2024-11-14T03:21:05.590Z | Downloaded maplit v1.0.2 |
| 1113 | 2024-11-14T03:21:05.594Z | Downloaded hyper-tls v0.6.0 |
| 1114 | 2024-11-14T03:21:05.594Z | Downloaded chacha20 v0.9.1 |
| 1115 | 2024-11-14T03:21:05.594Z | Downloaded inout v0.1.3 |
| 1116 | 2024-11-14T03:21:05.597Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 1117 | 2024-11-14T03:21:05.598Z | Downloaded convert_case v0.4.0 |
| 1118 | 2024-11-14T03:21:05.600Z | Downloaded allocator-api2 v0.2.18 |
| 1119 | 2024-11-14T03:21:05.602Z | Downloaded lru v0.12.5 |
| 1120 | 2024-11-14T03:21:05.604Z | Downloaded is-terminal v0.4.13 |
| 1121 | 2024-11-14T03:21:05.604Z | Downloaded instability v0.3.2 |
| 1122 | 2024-11-14T03:21:05.606Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 1123 | 2024-11-14T03:21:05.606Z | Downloaded crossbeam-deque v0.8.5 |
| 1124 | 2024-11-14T03:21:05.608Z | Downloaded bitflags v1.3.2 |
| 1125 | 2024-11-14T03:21:05.610Z | Downloaded hostname v0.4.0 |
| 1126 | 2024-11-14T03:21:05.613Z | Downloaded hkdf v0.12.4 |
| 1127 | 2024-11-14T03:21:05.615Z | Downloaded hex-literal v0.4.1 |
| 1128 | 2024-11-14T03:21:05.615Z | Downloaded crc v3.2.1 |
| 1129 | 2024-11-14T03:21:05.618Z | Downloaded castaway v0.2.3 |
| 1130 | 2024-11-14T03:21:05.620Z | Downloaded bitfield-struct v0.6.2 |
| 1131 | 2024-11-14T03:21:05.620Z | Downloaded bit-set v0.5.3 |
| 1132 | 2024-11-14T03:21:05.623Z | Downloaded ident_case v1.0.1 |
| 1133 | 2024-11-14T03:21:05.623Z | Downloaded home v0.5.9 |
| 1134 | 2024-11-14T03:21:05.623Z | Downloaded ciborium-io v0.2.2 |
| 1135 | 2024-11-14T03:21:05.626Z | Downloaded http v1.1.0 |
| 1136 | 2024-11-14T03:21:05.629Z | Downloaded crossbeam-channel v0.5.13 |
| 1137 | 2024-11-14T03:21:05.634Z | Downloaded compact_str v0.8.0 |
| 1138 | 2024-11-14T03:21:05.637Z | Downloaded async-stream v0.3.6 |
| 1139 | 2024-11-14T03:21:05.639Z | Downloaded aead v0.5.2 |
| 1140 | 2024-11-14T03:21:05.641Z | Downloaded atomicwrites v0.4.4 |
| 1141 | 2024-11-14T03:21:05.642Z | Downloaded atomic-waker v1.1.2 |
| 1142 | 2024-11-14T03:21:05.644Z | Downloaded async-stream-impl v0.3.6 |
| 1143 | 2024-11-14T03:21:05.644Z | Downloaded assert_matches v1.5.0 |
| 1144 | 2024-11-14T03:21:05.646Z | Downloaded arrayref v0.3.9 |
| 1145 | 2024-11-14T03:21:05.646Z | Downloaded array-init v0.0.4 |
| 1146 | 2024-11-14T03:21:05.648Z | Downloaded base64 v0.22.1 |
| 1147 | 2024-11-14T03:21:05.650Z | Downloaded hickory-server v0.24.1 |
| 1148 | 2024-11-14T03:21:05.656Z | Downloaded addr2line v0.24.2 |
| 1149 | 2024-11-14T03:21:05.658Z | Downloaded arrayvec v0.7.6 |
| 1150 | 2024-11-14T03:21:05.660Z | Downloaded ciborium-ll v0.2.2 |
| 1151 | 2024-11-14T03:21:05.663Z | Downloaded argon2 v0.5.3 |
| 1152 | 2024-11-14T03:21:05.663Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1153 | 2024-11-14T03:21:05.666Z | Downloaded headers-core v0.3.0 |
| 1154 | 2024-11-14T03:21:05.792Z | Downloaded ring v0.17.8 |
| 1155 | 2024-11-14T03:21:05.945Z | Downloaded aws-lc-sys v0.22.0 |
| 1156 | 2024-11-14T03:21:06.161Z | Downloaded libsqlite3-sys v0.30.1 |
| 1157 | 2024-11-14T03:21:06.240Z | Downloaded ring v0.16.20 |
| 1158 | 2024-11-14T03:21:06.444Z | Compiling serde v1.0.215 |
| 1159 | 2024-11-14T03:21:06.447Z | Compiling lock_api v0.4.12 |
| 1160 | 2024-11-14T03:21:06.447Z | Compiling scopeguard v1.2.0 |
| 1161 | 2024-11-14T03:21:06.447Z | Compiling value-bag v1.9.0 |
| 1162 | 2024-11-14T03:21:06.447Z | Compiling typenum v1.17.0 |
| 1163 | 2024-11-14T03:21:06.607Z | Compiling generic-array v0.14.7 |
| 1164 | 2024-11-14T03:21:06.662Z | Compiling syn v2.0.87 |
| 1165 | 2024-11-14T03:21:06.678Z | Compiling getrandom v0.2.15 |
| 1166 | 2024-11-14T03:21:06.735Z | Compiling shlex v1.3.0 |
| 1167 | 2024-11-14T03:21:06.935Z | Compiling rand_core v0.6.4 |
| 1168 | 2024-11-14T03:21:07.112Z | Compiling log v0.4.22 |
| 1169 | 2024-11-14T03:21:07.131Z | Compiling subtle v2.6.1 |
| 1170 | 2024-11-14T03:21:07.152Z | Compiling jobserver v0.1.32 |
| 1171 | 2024-11-14T03:21:07.228Z | Compiling const-oid v0.9.6 |
| 1172 | 2024-11-14T03:21:07.581Z | Compiling cc v1.1.30 |
| 1173 | 2024-11-14T03:21:07.605Z | Compiling smallvec v1.13.2 |
| 1174 | 2024-11-14T03:21:07.628Z | Compiling spin v0.9.8 |
| 1175 | 2024-11-14T03:21:08.013Z | Compiling pin-project-lite v0.2.14 |
| 1176 | 2024-11-14T03:21:08.034Z | Compiling rustix v0.38.37 |
| 1177 | 2024-11-14T03:21:08.086Z | Compiling parking_lot_core v0.9.10 |
| 1178 | 2024-11-14T03:21:08.148Z | Compiling futures-core v0.3.31 |
| 1179 | 2024-11-14T03:21:08.167Z | Compiling signal-hook-registry v1.4.2 |
| 1180 | 2024-11-14T03:21:08.387Z | Compiling mio v1.0.2 |
| 1181 | 2024-11-14T03:21:08.970Z | Compiling parking_lot v0.12.3 |
| 1182 | 2024-11-14T03:21:09.027Z | Compiling aho-corasick v1.1.3 |
| 1183 | 2024-11-14T03:21:09.274Z | Compiling cpufeatures v0.2.14 |
| 1184 | 2024-11-14T03:21:09.353Z | Compiling regex-syntax v0.8.5 |
| 1185 | 2024-11-14T03:21:09.468Z | Compiling either v1.13.0 |
| 1186 | 2024-11-14T03:21:09.557Z | Compiling lazy_static v1.5.0 |
| 1187 | 2024-11-14T03:21:09.647Z | Compiling stable_deref_trait v1.2.0 |
| 1188 | 2024-11-14T03:21:09.680Z | Compiling futures-sink v0.3.31 |
| 1189 | 2024-11-14T03:21:09.765Z | Compiling glob v0.3.1 |
| 1190 | 2024-11-14T03:21:09.826Z | Compiling socket2 v0.5.7 |
| 1191 | 2024-11-14T03:21:09.893Z | Compiling slab v0.4.9 |
| 1192 | 2024-11-14T03:21:09.914Z | Compiling prettyplease v0.2.25 |
| 1193 | 2024-11-14T03:21:10.268Z | Compiling minimal-lexical v0.2.1 |
| 1194 | 2024-11-14T03:21:10.664Z | Compiling libloading v0.8.5 |
| 1195 | 2024-11-14T03:21:10.780Z | Compiling clang-sys v1.8.1 |
| 1196 | 2024-11-14T03:21:10.815Z | Compiling nom v7.1.3 |
| 1197 | 2024-11-14T03:21:10.835Z | Compiling home v0.5.9 |
| 1198 | 2024-11-14T03:21:11.122Z | Compiling bindgen v0.69.5 |
| 1199 | 2024-11-14T03:21:11.133Z | Compiling serde_json v1.0.132 |
| 1200 | 2024-11-14T03:21:11.517Z | Compiling itertools v0.12.1 |
| 1201 | 2024-11-14T03:21:11.851Z | Compiling futures-channel v0.3.31 |
| 1202 | 2024-11-14T03:21:11.979Z | Compiling rustc-hash v1.1.0 |
| 1203 | 2024-11-14T03:21:12.120Z | Compiling allocator-api2 v0.2.18 |
| 1204 | 2024-11-14T03:21:12.275Z | Compiling lazycell v1.3.0 |
| 1205 | 2024-11-14T03:21:12.440Z | Compiling pin-utils v0.1.0 |
| 1206 | 2024-11-14T03:21:12.538Z | Compiling foldhash v0.1.3 |
| 1207 | 2024-11-14T03:21:12.862Z | Compiling futures-task v0.3.31 |
| 1208 | 2024-11-14T03:21:12.955Z | Compiling regex-automata v0.4.8 |
| 1209 | 2024-11-14T03:21:13.158Z | Compiling futures-io v0.3.31 |
| 1210 | 2024-11-14T03:21:13.491Z | Compiling hashbrown v0.15.0 |
| 1211 | 2024-11-14T03:21:14.517Z | Compiling synstructure v0.13.1 |
| 1212 | 2024-11-14T03:21:14.672Z | Compiling cexpr v0.6.0 |
| 1213 | 2024-11-14T03:21:14.775Z | Compiling cmake v0.1.51 |
| 1214 | 2024-11-14T03:21:15.817Z | Compiling libm v0.2.8 |
| 1215 | 2024-11-14T03:21:16.080Z | Compiling pkg-config v0.3.31 |
| 1216 | 2024-11-14T03:21:16.142Z | Compiling dunce v1.0.5 |
| 1217 | 2024-11-14T03:21:16.164Z | Compiling tinyvec_macros v0.1.1 |
| 1218 | 2024-11-14T03:21:16.255Z | Compiling fs_extra v1.3.0 |
| 1219 | 2024-11-14T03:21:16.276Z | Compiling tinyvec v1.8.0 |
| 1220 | 2024-11-14T03:21:16.446Z | Compiling num-traits v0.2.19 |
| 1221 | 2024-11-14T03:21:16.948Z | Compiling ring v0.17.8 |
| 1222 | 2024-11-14T03:21:17.637Z | Compiling writeable v0.5.5 |
| 1223 | 2024-11-14T03:21:17.820Z | Compiling unicode-normalization v0.1.24 |
| 1224 | 2024-11-14T03:21:17.864Z | Compiling paste v1.0.15 |
| 1225 | 2024-11-14T03:21:18.077Z | Compiling litemap v0.7.3 |
| 1226 | 2024-11-14T03:21:18.195Z | Compiling unicode-bidi v0.3.17 |
| 1227 | 2024-11-14T03:21:18.213Z | Compiling base64ct v1.6.0 |
| 1228 | 2024-11-14T03:21:18.368Z | Compiling regex v1.11.1 |
| 1229 | 2024-11-14T03:21:18.732Z | Compiling pem-rfc7468 v0.7.0 |
| 1230 | 2024-11-14T03:21:19.373Z | Compiling httparse v1.9.5 |
| 1231 | 2024-11-14T03:21:19.376Z | Compiling aws-lc-rs v1.10.0 |
| 1232 | 2024-11-14T03:21:19.533Z | Compiling flagset v0.4.6 |
| 1233 | 2024-11-14T03:21:19.807Z | Compiling tracing-core v0.1.32 |
| 1234 | 2024-11-14T03:21:20.139Z | Compiling crossbeam-utils v0.8.20 |
| 1235 | 2024-11-14T03:21:20.695Z | Compiling percent-encoding v2.3.1 |
| 1236 | 2024-11-14T03:21:20.804Z | Compiling icu_locid_transform_data v1.5.0 |
| 1237 | 2024-11-14T03:21:20.864Z | Compiling rustls-pki-types v1.9.0 |
| 1238 | 2024-11-14T03:21:21.027Z | Compiling icu_properties_data v1.5.0 |
| 1239 | 2024-11-14T03:21:21.050Z | Compiling untrusted v0.9.0 |
| 1240 | 2024-11-14T03:21:21.133Z | Compiling serde_derive v1.0.215 |
| 1241 | 2024-11-14T03:21:21.205Z | Compiling zeroize_derive v1.4.2 |
| 1242 | 2024-11-14T03:21:21.264Z | Compiling zerocopy-derive v0.7.35 |
| 1243 | 2024-11-14T03:21:21.551Z | Compiling tokio-macros v2.4.0 |
| 1244 | 2024-11-14T03:21:21.922Z | Compiling zerofrom-derive v0.1.4 |
| 1245 | 2024-11-14T03:21:22.773Z | Compiling zeroize v1.8.1 |
| 1246 | 2024-11-14T03:21:23.139Z | Compiling thiserror-impl v1.0.69 |
| 1247 | 2024-11-14T03:21:23.554Z | Compiling zerocopy v0.7.35 |
| 1248 | 2024-11-14T03:21:23.575Z | Compiling yoke-derive v0.7.4 |
| 1249 | 2024-11-14T03:21:24.518Z | Compiling crypto-common v0.1.6 |
| 1250 | 2024-11-14T03:21:24.757Z | Compiling block-buffer v0.10.4 |
| 1251 | 2024-11-14T03:21:25.013Z | Compiling digest v0.10.7 |
| 1252 | 2024-11-14T03:21:25.093Z | Compiling futures-macro v0.3.31 |
| 1253 | 2024-11-14T03:21:25.333Z | Compiling zerovec-derive v0.10.3 |
| 1254 | 2024-11-14T03:21:25.481Z | Compiling hmac v0.12.1 |
| 1255 | 2024-11-14T03:21:25.717Z | Compiling block-padding v0.3.3 |
| 1256 | 2024-11-14T03:21:25.968Z | Compiling zerofrom v0.1.4 |
| 1257 | 2024-11-14T03:21:25.968Z | Compiling displaydoc v0.2.5 |
| 1258 | 2024-11-14T03:21:26.186Z | Compiling inout v0.1.3 |
| 1259 | 2024-11-14T03:21:26.442Z | Compiling cipher v0.4.4 |
| 1260 | 2024-11-14T03:21:26.463Z | Compiling thiserror v1.0.69 |
| 1261 | 2024-11-14T03:21:26.486Z | Compiling yoke v0.7.4 |
| 1262 | 2024-11-14T03:21:26.590Z | Compiling sha2 v0.10.8 |
| 1263 | 2024-11-14T03:21:26.842Z | Compiling ppv-lite86 v0.2.20 |
| 1264 | 2024-11-14T03:21:26.924Z | Compiling futures-util v0.3.31 |
| 1265 | 2024-11-14T03:21:26.966Z | Compiling der_derive v0.7.3 |
| 1266 | 2024-11-14T03:21:27.682Z | Compiling icu_provider_macros v1.5.0 |
| 1267 | 2024-11-14T03:21:27.702Z | Compiling rand_chacha v0.3.1 |
| 1268 | 2024-11-14T03:21:27.889Z | Compiling zerovec v0.10.4 |
| 1269 | 2024-11-14T03:21:28.818Z | Compiling tracing-attributes v0.1.27 |
| 1270 | 2024-11-14T03:21:28.879Z | Compiling rand v0.8.5 |
| 1271 | 2024-11-14T03:21:29.509Z | Compiling der v0.7.9 |
| 1272 | 2024-11-14T03:21:29.945Z | Compiling tinystr v0.7.6 |
| 1273 | 2024-11-14T03:21:29.970Z | Compiling icu_collections v1.5.0 |
| 1274 | 2024-11-14T03:21:30.119Z | Compiling salsa20 v0.10.2 |
| 1275 | 2024-11-14T03:21:30.347Z | Compiling icu_locid v1.5.0 |
| 1276 | 2024-11-14T03:21:30.392Z | Compiling pest v2.7.14 |
| 1277 | 2024-11-14T03:21:31.049Z | Compiling pbkdf2 v0.12.2 |
| 1278 | 2024-11-14T03:21:31.218Z | Compiling time-core v0.1.2 |
| 1279 | 2024-11-14T03:21:31.409Z | Compiling num-conv v0.1.0 |
| 1280 | 2024-11-14T03:21:31.449Z | Compiling powerfmt v0.2.0 |
| 1281 | 2024-11-14T03:21:31.675Z | Compiling icu_provider v1.5.0 |
| 1282 | 2024-11-14T03:21:31.848Z | Compiling spki v0.7.3 |
| 1283 | 2024-11-14T03:21:32.195Z | Compiling untrusted v0.7.1 |
| 1284 | 2024-11-14T03:21:32.408Z | Compiling mirai-annotations v1.12.0 |
| 1285 | 2024-11-14T03:21:32.615Z | Compiling icu_locid_transform v1.5.0 |
| 1286 | 2024-11-14T03:21:32.637Z | Compiling tracing v0.1.40 |
| 1287 | 2024-11-14T03:21:32.721Z | Compiling vcpkg v0.2.15 |
| 1288 | 2024-11-14T03:21:32.781Z | Compiling deranged v0.3.11 |
| 1289 | 2024-11-14T03:21:32.853Z | Compiling time-macros v0.2.18 |
| 1290 | 2024-11-14T03:21:32.973Z | Compiling pest_meta v2.7.14 |
| 1291 | 2024-11-14T03:21:33.105Z | Compiling scrypt v0.11.0 |
| 1292 | 2024-11-14T03:21:33.698Z | Compiling cbc v0.1.2 |
| 1293 | 2024-11-14T03:21:33.955Z | Compiling icu_properties v1.5.1 |
| 1294 | 2024-11-14T03:21:34.718Z | Compiling aes v0.8.4 |
| 1295 | 2024-11-14T03:21:34.907Z | Compiling openssl-sys v0.9.104 |
| 1296 | 2024-11-14T03:21:35.292Z | Compiling bitflags v2.6.0 |
| 1297 | 2024-11-14T03:21:35.363Z | Compiling bytes v1.7.2 |
| 1298 | 2024-11-14T03:21:36.163Z | Compiling indexmap v2.6.0 |
| 1299 | 2024-11-14T03:21:36.680Z | Compiling tokio v1.40.0 |
| 1300 | 2024-11-14T03:21:37.287Z | Compiling http v1.1.0 |
| 1301 | 2024-11-14T03:21:37.624Z | Compiling semver v1.0.23 |
| 1302 | 2024-11-14T03:21:37.647Z | Compiling scroll_derive v0.12.0 |
| 1303 | 2024-11-14T03:21:38.424Z | Compiling rustc_version v0.4.1 |
| 1304 | 2024-11-14T03:21:38.910Z | Compiling icu_normalizer_data v1.5.0 |
| 1305 | 2024-11-14T03:21:39.019Z | Compiling write16 v1.0.0 |
| 1306 | 2024-11-14T03:21:39.053Z | Compiling utf8_iter v1.0.4 |
| 1307 | 2024-11-14T03:21:39.154Z | Compiling num_threads v0.1.7 |
| 1308 | 2024-11-14T03:21:39.175Z | Compiling atomic-waker v1.1.2 |
| 1309 | 2024-11-14T03:21:39.260Z | Compiling utf16_iter v1.0.5 |
| 1310 | 2024-11-14T03:21:39.282Z | Compiling time v0.3.36 |
| 1311 | 2024-11-14T03:21:39.303Z | Compiling scroll v0.12.0 |
| 1312 | 2024-11-14T03:21:39.324Z | Compiling http-body v1.0.1 |
| 1313 | 2024-11-14T03:21:39.442Z | Compiling icu_normalizer v1.5.0 |
| 1314 | 2024-11-14T03:21:39.534Z | Compiling pkcs5 v0.7.1 |
| 1315 | 2024-11-14T03:21:39.575Z | Compiling which v4.4.2 |
| 1316 | 2024-11-14T03:21:39.772Z | Compiling pest_generator v2.7.14 |
| 1317 | 2024-11-14T03:21:39.826Z | Compiling form_urlencoded v1.2.1 |
| 1318 | 2024-11-14T03:21:40.177Z | Compiling try-lock v0.2.5 |
| 1319 | 2024-11-14T03:21:40.325Z | Compiling slog v2.7.0 |
| 1320 | 2024-11-14T03:21:40.741Z | Compiling goblin v0.8.2 |
| 1321 | 2024-11-14T03:21:40.918Z | Compiling idna_adapter v1.2.0 |
| 1322 | 2024-11-14T03:21:41.032Z | Compiling want v0.3.1 |
| 1323 | 2024-11-14T03:21:41.138Z | Compiling pkcs8 v0.10.2 |
| 1324 | 2024-11-14T03:21:41.325Z | Compiling httpdate v1.0.3 |
| 1325 | 2024-11-14T03:21:41.458Z | Compiling idna v1.0.3 |
| 1326 | 2024-11-14T03:21:41.824Z | Compiling pest_derive v2.7.14 |
| 1327 | 2024-11-14T03:21:41.860Z | Compiling serde_spanned v0.6.8 |
| 1328 | 2024-11-14T03:21:42.089Z | Compiling serde_tokenstream v0.2.2 |
| 1329 | 2024-11-14T03:21:42.647Z | Compiling uuid v1.11.0 |
| 1330 | 2024-11-14T03:21:42.671Z | Compiling dtrace-parser v0.2.0 |
| 1331 | 2024-11-14T03:21:42.750Z | Compiling toml_datetime v0.6.8 |
| 1332 | 2024-11-14T03:21:43.264Z | Compiling foreign-types-shared v0.1.1 |
| 1333 | 2024-11-14T03:21:43.304Z | Compiling iana-time-zone v0.1.61 |
| 1334 | 2024-11-14T03:21:43.374Z | Compiling adler2 v2.0.0 |
| 1335 | 2024-11-14T03:21:43.582Z | Compiling match_cfg v0.1.0 |
| 1336 | 2024-11-14T03:21:43.683Z | Compiling openssl v0.10.68 |
| 1337 | 2024-11-14T03:21:43.751Z | Compiling base64 v0.22.1 |
| 1338 | 2024-11-14T03:21:44.053Z | Compiling rustversion v1.0.17 |
| 1339 | 2024-11-14T03:21:44.093Z | Compiling tower-service v0.3.3 |
| 1340 | 2024-11-14T03:21:44.252Z | Compiling hostname v0.3.1 |
| 1341 | 2024-11-14T03:21:44.498Z | Compiling miniz_oxide v0.8.0 |
| 1342 | 2024-11-14T03:21:44.519Z | Compiling chrono v0.4.38 |
| 1343 | 2024-11-14T03:21:44.574Z | Compiling foreign-types v0.3.2 |
| 1344 | 2024-11-14T03:21:44.670Z | Compiling url v2.5.3 |
| 1345 | 2024-11-14T03:21:44.839Z | Compiling async-trait v0.1.83 |
| 1346 | 2024-11-14T03:21:45.999Z | Compiling tokio-util v0.7.12 |
| 1347 | 2024-11-14T03:21:46.230Z | Compiling openssl-macros v0.1.1 |
| 1348 | 2024-11-14T03:21:46.650Z | Compiling dof v0.3.0 |
| 1349 | 2024-11-14T03:21:46.984Z | Compiling h2 v0.4.6 |
| 1350 | 2024-11-14T03:21:47.388Z | Compiling dirs-sys-next v0.1.2 |
| 1351 | 2024-11-14T03:21:47.577Z | Compiling usdt-impl v0.5.0 |
| 1352 | 2024-11-14T03:21:48.053Z | Compiling rustls v0.23.14 |
| 1353 | 2024-11-14T03:21:48.338Z | Compiling data-encoding v2.6.0 |
| 1354 | 2024-11-14T03:21:48.343Z | Compiling native-tls v0.2.12 |
| 1355 | 2024-11-14T03:21:48.643Z | Compiling syn v1.0.109 |
| 1356 | 2024-11-14T03:21:48.858Z | Compiling siphasher v0.3.11 |
| 1357 | 2024-11-14T03:21:49.163Z | Compiling rustls v0.22.4 |
| 1358 | 2024-11-14T03:21:49.306Z | Compiling dirs-next v2.0.0 |
| 1359 | 2024-11-14T03:21:49.513Z | Compiling http-body-util v0.1.2 |
| 1360 | 2024-11-14T03:21:50.046Z | Compiling heapless v0.7.17 |
| 1361 | 2024-11-14T03:21:50.493Z | Compiling crossbeam-epoch v0.9.18 |
| 1362 | 2024-11-14T03:21:50.703Z | Compiling sha1 v0.10.6 |
| 1363 | 2024-11-14T03:21:50.828Z | Compiling signature v2.2.0 |
| 1364 | 2024-11-14T03:21:50.939Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1365 | 2024-11-14T03:21:51.102Z | Compiling serde_derive_internals v0.29.1 |
| 1366 | 2024-11-14T03:21:51.129Z | Compiling thread_local v1.1.8 |
| 1367 | 2024-11-14T03:21:51.218Z | Compiling encoding_rs v0.8.34 |
| 1368 | 2024-11-14T03:21:51.414Z | Compiling multer v3.1.0 |
| 1369 | 2024-11-14T03:21:51.698Z | Compiling cookie v0.18.1 |
| 1370 | 2024-11-14T03:21:51.718Z | Compiling signal-hook v0.3.17 |
| 1371 | 2024-11-14T03:21:51.970Z | Compiling gimli v0.31.1 |
| 1372 | 2024-11-14T03:21:51.991Z | Compiling openssl-probe v0.1.5 |
| 1373 | 2024-11-14T03:21:52.191Z | Compiling rayon-core v1.12.1 |
| 1374 | 2024-11-14T03:21:52.374Z | Compiling schemars v0.8.21 |
| 1375 | 2024-11-14T03:21:52.458Z | Compiling ipnet v2.10.1 |
| 1376 | 2024-11-14T03:21:52.719Z | Compiling mime v0.3.17 |
| 1377 | 2024-11-14T03:21:53.344Z | Compiling unicode-properties v0.1.3 |
| 1378 | 2024-11-14T03:21:53.679Z | Compiling slog-async v2.8.0 |
| 1379 | 2024-11-14T03:21:53.768Z | Compiling hyper v1.5.0 |
| 1380 | 2024-11-14T03:21:53.887Z | Compiling schemars_derive v0.8.21 |
| 1381 | 2024-11-14T03:21:54.272Z | Compiling stringprep v0.1.5 |
| 1382 | 2024-11-14T03:21:55.824Z | Compiling toml_edit v0.22.22 |
| 1383 | 2024-11-14T03:21:56.169Z | Compiling hyper-util v0.1.10 |
| 1384 | 2024-11-14T03:21:57.223Z | Compiling addr2line v0.24.2 |
| 1385 | 2024-11-14T03:21:57.350Z | Compiling usdt-attr-macro v0.5.0 |
| 1386 | 2024-11-14T03:21:57.888Z | Compiling usdt-macro v0.5.0 |
| 1387 | 2024-11-14T03:21:57.922Z | Compiling crossbeam-deque v0.8.5 |
| 1388 | 2024-11-14T03:21:58.103Z | Compiling term v0.7.0 |
| 1389 | 2024-11-14T03:21:58.919Z | Compiling slog-json v2.6.1 |
| 1390 | 2024-11-14T03:21:59.048Z | Compiling serde_urlencoded v0.7.1 |
| 1391 | 2024-11-14T03:21:59.248Z | Compiling curve25519-dalek v4.1.3 |
| 1392 | 2024-11-14T03:21:59.272Z | Compiling crossbeam-channel v0.5.13 |
| 1393 | 2024-11-14T03:21:59.349Z | Compiling enum-as-inner v0.6.1 |
| 1394 | 2024-11-14T03:21:59.561Z | Compiling futures-executor v0.3.31 |
| 1395 | 2024-11-14T03:21:59.618Z | Compiling md-5 v0.10.6 |
| 1396 | 2024-11-14T03:21:59.856Z | Compiling rustls-pemfile v2.2.0 |
| 1397 | 2024-11-14T03:21:59.875Z | Compiling async-stream-impl v0.3.6 |
| 1398 | 2024-11-14T03:22:00.155Z | Compiling num-integer v0.1.46 |
| 1399 | 2024-11-14T03:22:00.199Z | Compiling idna v0.4.0 |
| 1400 | 2024-11-14T03:22:00.330Z | Compiling idna v0.3.0 |
| 1401 | 2024-11-14T03:22:00.471Z | Compiling hash32 v0.2.1 |
| 1402 | 2024-11-14T03:22:00.835Z | Compiling ff v0.13.0 |
| 1403 | 2024-11-14T03:22:00.896Z | Compiling is-terminal v0.4.13 |
| 1404 | 2024-11-14T03:22:01.031Z | Compiling dropshot v0.12.0 |
| 1405 | 2024-11-14T03:22:01.056Z | Compiling object v0.36.5 |
| 1406 | 2024-11-14T03:22:01.218Z | Compiling utf-8 v0.7.6 |
| 1407 | 2024-11-14T03:22:01.308Z | Compiling base16ct v0.2.0 |
| 1408 | 2024-11-14T03:22:01.537Z | Compiling anyhow v1.0.93 |
| 1409 | 2024-11-14T03:22:01.637Z | Compiling linked-hash-map v0.5.6 |
| 1410 | 2024-11-14T03:22:01.877Z | Compiling portable-atomic v1.9.0 |
| 1411 | 2024-11-14T03:22:02.013Z | Compiling take_mut v0.2.2 |
| 1412 | 2024-11-14T03:22:02.033Z | Compiling psl-types v2.0.11 |
| 1413 | 2024-11-14T03:22:02.179Z | Compiling fallible-iterator v0.2.0 |
| 1414 | 2024-11-14T03:22:02.181Z | Compiling dyn-clone v1.0.17 |
| 1415 | 2024-11-14T03:22:02.237Z | Compiling rustc-demangle v0.1.24 |
| 1416 | 2024-11-14T03:22:02.473Z | Compiling smoltcp v0.9.1 |
| 1417 | 2024-11-14T03:22:02.967Z | Compiling num-bigint-dig v0.8.4 |
| 1418 | 2024-11-14T03:22:02.990Z | Compiling quick-error v1.2.3 |
| 1419 | 2024-11-14T03:22:03.129Z | Compiling resolv-conf v0.7.0 |
| 1420 | 2024-11-14T03:22:03.272Z | Compiling postgres-protocol v0.6.7 |
| 1421 | 2024-11-14T03:22:03.326Z | Compiling publicsuffix v2.2.3 |
| 1422 | 2024-11-14T03:22:03.959Z | Compiling lru-cache v0.1.2 |
| 1423 | 2024-11-14T03:22:04.097Z | Compiling sec1 v0.7.3 |
| 1424 | 2024-11-14T03:22:04.158Z | Compiling tungstenite v0.24.0 |
| 1425 | 2024-11-14T03:22:04.670Z | Compiling async-stream v0.3.6 |
| 1426 | 2024-11-14T03:22:04.696Z | Compiling hickory-proto v0.24.1 |
| 1427 | 2024-11-14T03:22:04.992Z | Compiling usdt v0.5.0 |
| 1428 | 2024-11-14T03:22:05.126Z | Compiling group v0.13.0 |
| 1429 | 2024-11-14T03:22:05.464Z | Compiling slog-term v2.9.1 |
| 1430 | 2024-11-14T03:22:06.476Z | Compiling num-iter v0.1.45 |
| 1431 | 2024-11-14T03:22:06.733Z | Compiling futures v0.3.31 |
| 1432 | 2024-11-14T03:22:06.767Z | Compiling slog-bunyan v2.5.0 |
| 1433 | 2024-11-14T03:22:06.844Z | Compiling toml v0.8.19 |
| 1434 | 2024-11-14T03:22:07.065Z | Compiling tokio-native-tls v0.3.1 |
| 1435 | 2024-11-14T03:22:08.521Z | Compiling backtrace v0.3.74 |
| 1436 | 2024-11-14T03:22:08.622Z | Compiling camino v1.1.9 |
| 1437 | 2024-11-14T03:22:08.736Z | Compiling phf_shared v0.11.2 |
| 1438 | 2024-11-14T03:22:08.990Z | Compiling dropshot_endpoint v0.12.0 |
| 1439 | 2024-11-14T03:22:09.057Z | Compiling terminal_size v0.4.0 |
| 1440 | 2024-11-14T03:22:09.140Z | Compiling waitgroup v0.1.2 |
| 1441 | 2024-11-14T03:22:09.270Z | Compiling openapiv3 v2.0.0 |
| 1442 | 2024-11-14T03:22:09.367Z | Compiling serde_path_to_error v0.1.16 |
| 1443 | 2024-11-14T03:22:09.567Z | Compiling hkdf v0.12.4 |
| 1444 | 2024-11-14T03:22:09.833Z | Compiling crypto-bigint v0.5.5 |
| 1445 | 2024-11-14T03:22:10.193Z | Compiling webpki-roots v0.26.6 |
| 1446 | 2024-11-14T03:22:10.423Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1447 | 2024-11-14T03:22:11.996Z | Compiling zerocopy-derive v0.6.6 |
| 1448 | 2024-11-14T03:22:12.175Z | Compiling idna v0.5.0 |
| 1449 | 2024-11-14T03:22:12.399Z | Compiling hubpack_derive v0.1.1 |
| 1450 | 2024-11-14T03:22:13.304Z | Compiling hostname v0.4.0 |
| 1451 | 2024-11-14T03:22:13.576Z | Compiling fs-err v2.11.0 |
| 1452 | 2024-11-14T03:22:13.636Z | Compiling crc32fast v1.4.2 |
| 1453 | 2024-11-14T03:22:13.687Z | Compiling ahash v0.8.11 |
| 1454 | 2024-11-14T03:22:13.855Z | Compiling bitflags v1.3.2 |
| 1455 | 2024-11-14T03:22:13.874Z | Compiling winnow v0.5.40 |
| 1456 | 2024-11-14T03:22:13.956Z | Compiling managed v0.8.0 |
| 1457 | 2024-11-14T03:22:13.979Z | Compiling debug-ignore v1.0.5 |
| 1458 | 2024-11-14T03:22:14.100Z | Compiling strum_macros v0.25.3 |
| 1459 | 2024-11-14T03:22:14.121Z | Compiling clap_builder v4.5.20 |
| 1460 | 2024-11-14T03:22:14.236Z | Compiling zerocopy v0.6.6 |
| 1461 | 2024-11-14T03:22:15.093Z | Compiling flate2 v1.0.34 |
| 1462 | 2024-11-14T03:22:15.145Z | Compiling console v0.15.8 |
| 1463 | 2024-11-14T03:22:16.081Z | Compiling hubpack v0.1.2 |
| 1464 | 2024-11-14T03:22:16.118Z | Compiling cookie_store v0.21.0 |
| 1465 | 2024-11-14T03:22:16.546Z | Compiling elliptic-curve v0.13.8 |
| 1466 | 2024-11-14T03:22:16.701Z | Compiling hickory-resolver v0.24.1 |
| 1467 | 2024-11-14T03:22:17.375Z | Compiling toml_edit v0.19.15 |
| 1468 | 2024-11-14T03:22:17.775Z | Compiling phf v0.11.2 |
| 1469 | 2024-11-14T03:22:18.079Z | Compiling signal-hook-mio v0.2.4 |
| 1470 | 2024-11-14T03:22:18.247Z | Compiling rayon v1.10.0 |
| 1471 | 2024-11-14T03:22:18.292Z | Compiling hyper-tls v0.6.0 |
| 1472 | 2024-11-14T03:22:18.645Z | Compiling bzip2 v0.4.4 |
| 1473 | 2024-11-14T03:22:19.039Z | Compiling tokio-tungstenite v0.24.0 |
| 1474 | 2024-11-14T03:22:19.576Z | Compiling postgres-types v0.2.8 |
| 1475 | 2024-11-14T03:22:22.489Z | Compiling ed25519 v2.2.3 |
| 1476 | 2024-11-14T03:22:23.061Z | Compiling phf_shared v0.10.0 |
| 1477 | 2024-11-14T03:22:23.463Z | Compiling tokio-stream v0.1.16 |
| 1478 | 2024-11-14T03:22:23.517Z | Compiling pkcs1 v0.7.5 |
| 1479 | 2024-11-14T03:22:23.537Z | Compiling serde-big-array v0.5.1 |
| 1480 | 2024-11-14T03:22:23.773Z | Compiling clap_derive v4.5.18 |
| 1481 | 2024-11-14T03:22:24.381Z | Compiling rfc6979 v0.4.0 |
| 1482 | 2024-11-14T03:22:24.515Z | Compiling serde_repr v0.1.19 |
| 1483 | 2024-11-14T03:22:24.517Z | Compiling derive-where v1.2.7 |
| 1484 | 2024-11-14T03:22:24.577Z | Compiling float-cmp v0.9.0 |
| 1485 | 2024-11-14T03:22:24.599Z | Compiling bstr v1.10.0 |
| 1486 | 2024-11-14T03:22:24.808Z | Compiling sync_wrapper v1.0.1 |
| 1487 | 2024-11-14T03:22:24.973Z | Compiling precomputed-hash v0.1.1 |
| 1488 | 2024-11-14T03:22:25.102Z | Compiling difflib v0.4.0 |
| 1489 | 2024-11-14T03:22:25.338Z | Compiling new_debug_unreachable v1.0.6 |
| 1490 | 2024-11-14T03:22:25.475Z | Compiling unicode-segmentation v1.12.0 |
| 1491 | 2024-11-14T03:22:25.723Z | Compiling number_prefix v0.4.0 |
| 1492 | 2024-11-14T03:22:25.962Z | Compiling static_assertions v1.1.0 |
| 1493 | 2024-11-14T03:22:26.074Z | Compiling whoami v1.5.2 |
| 1494 | 2024-11-14T03:22:26.364Z | Compiling fixedbitset v0.4.2 |
| 1495 | 2024-11-14T03:22:26.366Z | Compiling predicates-core v1.0.8 |
| 1496 | 2024-11-14T03:22:26.708Z | Compiling bit-vec v0.6.3 |
| 1497 | 2024-11-14T03:22:26.729Z | Compiling normalize-line-endings v0.3.0 |
| 1498 | 2024-11-14T03:22:26.732Z | Compiling petgraph v0.6.5 |
| 1499 | 2024-11-14T03:22:26.833Z | Compiling predicates v3.1.2 |
| 1500 | 2024-11-14T03:22:26.854Z | Compiling tokio-postgres v0.7.12 |
| 1501 | 2024-11-14T03:22:27.164Z | Compiling bit-set v0.5.3 |
| 1502 | 2024-11-14T03:22:27.451Z | Compiling similar v2.6.0 |
| 1503 | 2024-11-14T03:22:28.175Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 1504 | 2024-11-14T03:22:28.583Z | Compiling indicatif v0.17.8 |
| 1505 | 2024-11-14T03:22:28.882Z | Compiling clap v4.5.20 |
| 1506 | 2024-11-14T03:22:29.012Z | Compiling string_cache v0.8.7 |
| 1507 | 2024-11-14T03:22:29.474Z | Compiling ecdsa v0.16.9 |
| 1508 | 2024-11-14T03:22:29.891Z | Compiling rsa v0.9.6 |
| 1509 | 2024-11-14T03:22:30.334Z | Compiling ed25519-dalek v2.1.1 |
| 1510 | 2024-11-14T03:22:30.775Z | Compiling toml v0.7.8 |
| 1511 | 2024-11-14T03:22:30.850Z | Compiling zip v0.6.6 |
| 1512 | 2024-11-14T03:22:31.658Z | Compiling crossterm v0.28.1 |
| 1513 | 2024-11-14T03:22:32.616Z | Compiling hex v0.4.3 |
| 1514 | 2024-11-14T03:22:33.090Z | Compiling x509-cert v0.2.5 |
| 1515 | 2024-11-14T03:22:33.147Z | Compiling itertools v0.10.5 |
| 1516 | 2024-11-14T03:22:33.179Z | Compiling peg-runtime v0.8.3 |
| 1517 | 2024-11-14T03:22:33.241Z | Compiling lalrpop-util v0.19.12 |
| 1518 | 2024-11-14T03:22:33.599Z | Compiling unicode-xid v0.2.6 |
| 1519 | 2024-11-14T03:22:33.774Z | Compiling strum_macros v0.26.4 |
| 1520 | 2024-11-14T03:22:33.827Z | Compiling xattr v1.3.1 |
| 1521 | 2024-11-14T03:22:34.097Z | Compiling filetime v0.2.25 |
| 1522 | 2024-11-14T03:22:34.427Z | Compiling tar v0.4.43 |
| 1523 | 2024-11-14T03:22:39.003Z | Compiling strum v0.26.3 |
| 1524 | 2024-11-14T03:22:41.652Z | Compiling aws-lc-sys v0.22.0 |
| 1525 | 2024-11-14T03:23:13.225Z | Compiling rustls-webpki v0.102.8 |
| 1526 | 2024-11-14T03:23:16.544Z | Compiling tokio-rustls v0.25.0 |
| 1527 | 2024-11-14T03:23:18.281Z | Compiling tokio-rustls v0.26.0 |
| 1528 | 2024-11-14T03:23:18.666Z | Compiling hyper-rustls v0.27.3 |
| 1529 | 2024-11-14T03:23:18.971Z | Compiling reqwest v0.12.9 |
| 1530 | 2024-11-14T03:23:19.982Z | Compiling qorb v0.2.0 |
| 1531 | 2024-11-14T03:23:24.925Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1532 | 2024-11-14T03:23:25.159Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1533 | 2024-11-14T03:23:30.935Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 28s |
| 1534 | 2024-11-14T03:23:31.093Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 1535 | 2024-11-14T03:23:31.144Z | Nov 14 03:23:30.197 INFO Starting download, target: Console |
| 1536 | 2024-11-14T03:23:31.144Z | Nov 14 03:23:30.197 INFO Starting download, target: Clickhouse |
| 1537 | 2024-11-14T03:23:31.144Z | Nov 14 03:23:30.197 INFO Starting download, target: Cockroach |
| 1538 | 2024-11-14T03:23:31.144Z | Nov 14 03:23:30.197 INFO Starting download, target: DendriteOpenapi |
| 1539 | 2024-11-14T03:23:31.146Z | Nov 14 03:23:30.197 INFO Starting download, target: DendriteStub |
| 1540 | 2024-11-14T03:23:31.146Z | Nov 14 03:23:30.197 INFO Starting download, target: MaghemiteMgd |
| 1541 | 2024-11-14T03:23:31.146Z | Nov 14 03:23:30.197 INFO Starting download, target: TransceiverControl |
| 1542 | 2024-11-14T03:23:31.146Z | Nov 14 03:23:30.198 INFO Downloading out/downloads/dpd-5b1d590426971e481d927d3978e918ec25f3ad21.json (attempt 1/3), target: DendriteOpenapi |
| 1543 | 2024-11-14T03:23:31.146Z | Nov 14 03:23:30.198 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1544 | 2024-11-14T03:23:31.146Z | Nov 14 03:23:30.198 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1545 | 2024-11-14T03:23:31.146Z | Nov 14 03:23:30.198 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1546 | 2024-11-14T03:23:31.146Z | Nov 14 03:23:30.198 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1547 | 2024-11-14T03:23:31.146Z | Nov 14 03:23:30.198 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1548 | 2024-11-14T03:23:31.146Z | Nov 14 03:23:30.198 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1549 | 2024-11-14T03:23:31.493Z | Nov 14 03:23:30.512 INFO Download complete, target: DendriteOpenapi |
| 1550 | 2024-11-14T03:23:31.745Z | Nov 14 03:23:30.796 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1551 | 2024-11-14T03:23:32.063Z | Nov 14 03:23:31.114 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1552 | 2024-11-14T03:23:32.104Z | Nov 14 03:23:31.156 INFO Download complete, target: Console |
| 1553 | 2024-11-14T03:23:32.495Z | Nov 14 03:23:31.547 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1554 | 2024-11-14T03:23:32.521Z | Nov 14 03:23:31.574 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1555 | 2024-11-14T03:23:32.796Z | Nov 14 03:23:31.848 INFO Download complete, target: TransceiverControl |
| 1556 | 2024-11-14T03:23:33.142Z | Nov 14 03:23:32.195 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1557 | 2024-11-14T03:23:33.142Z | Nov 14 03:23:32.195 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1558 | 2024-11-14T03:23:33.150Z | Nov 14 03:23:32.203 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1559 | 2024-11-14T03:23:35.488Z | Nov 14 03:23:34.541 INFO Download complete, target: DendriteStub |
| 1560 | 2024-11-14T03:23:35.553Z | Nov 14 03:23:34.607 INFO Download complete, target: MaghemiteMgd |
| 1561 | 2024-11-14T03:23:40.823Z | Nov 14 03:23:39.875 INFO Checking that binary works, target: Cockroach |
| 1562 | 2024-11-14T03:23:40.983Z | Nov 14 03:23:40.036 INFO Download complete, target: Cockroach |
| 1563 | 2024-11-14T03:23:46.059Z | Nov 14 03:23:45.111 INFO Checking that binary works, target: Clickhouse |
| 1564 | 2024-11-14T03:23:46.556Z | Nov 14 03:23:45.608 INFO Download complete, target: Clickhouse |
| 1565 | 2024-11-14T03:23:46.613Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1566 | 2024-11-14T03:23:46.616Z | |
| 1567 | 2024-11-14T03:23:46.616Z | real 5:58.947236293 |
| 1568 | 2024-11-14T03:23:46.616Z | user 16:21.390976898 |
| 1569 | 2024-11-14T03:23:46.616Z | sys 3:14.335065399 |
| 1570 | 2024-11-14T03:23:46.616Z | trap 0.566855878 |
| 1571 | 2024-11-14T03:23:46.616Z | tflt 5.387387594 |
| 1572 | 2024-11-14T03:23:46.616Z | dflt 5.442770405 |
| 1573 | 2024-11-14T03:23:46.616Z | kflt 0.521252011 |
| 1574 | 2024-11-14T03:23:46.616Z | lock 31:53.896383784 |
| 1575 | 2024-11-14T03:23:46.616Z | slp 1:03:35.065002254 |
| 1576 | 2024-11-14T03:23:46.616Z | lat 54.961840458 |
| 1577 | 2024-11-14T03:23:46.616Z | stop 2:13.424618532 |
| 1578 | 2024-11-14T03:23:46.616Z | + banner hack-check |
| 1579 | 2024-11-14T03:23:46.616Z | |
| 1580 | 2024-11-14T03:23:46.616Z | # # ## #### # # #### # # ###### #### # # |
| 1581 | 2024-11-14T03:23:46.616Z | # # # # # # # # # # # # # # # # # |
| 1582 | 2024-11-14T03:23:46.616Z | ###### # # # #### ##### # ###### ##### # #### |
| 1583 | 2024-11-14T03:23:46.616Z | # # ###### # # # # # # # # # # |
| 1584 | 2024-11-14T03:23:46.616Z | # # # # # # # # # # # # # # # # # |
| 1585 | 2024-11-14T03:23:46.616Z | # # # # #### # # #### # # ###### #### # # |
| 1586 | 2024-11-14T03:23:46.616Z | |
| 1587 | 2024-11-14T03:23:46.619Z | + export CARGO_INCREMENTAL=0 |
| 1588 | 2024-11-14T03:23:46.619Z | + CARGO_INCREMENTAL=0 |
| 1589 | 2024-11-14T03:23:46.619Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1590 | 2024-11-14T03:23:47.123Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1591 | 2024-11-14T03:23:50.617Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.94s |
| 1592 | 2024-11-14T03:23:50.680Z | Running `target/debug/xtask check-features --ci` |
| 1593 | 2024-11-14T03:23:50.700Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1594 | 2024-11-14T03:23:50.700Z | running: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1595 | 2024-11-14T03:23:51.145Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 1596 | 2024-11-14T03:23:51.161Z | Running `target/debug/xtask download cargo-hack` |
| 1597 | 2024-11-14T03:23:51.972Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1598 | 2024-11-14T03:23:52.329Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1599 | 2024-11-14T03:23:57.305Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.11s |
| 1600 | 2024-11-14T03:23:57.454Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1601 | 2024-11-14T03:23:57.491Z | Nov 14 03:23:56.542 INFO Starting download, target: CargoHack |
| 1602 | 2024-11-14T03:23:57.494Z | Nov 14 03:23:56.543 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1603 | 2024-11-14T03:23:58.222Z | Nov 14 03:23:57.273 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1604 | 2024-11-14T03:23:58.311Z | Nov 14 03:23:57.363 INFO Download complete, target: CargoHack |
| 1605 | 2024-11-14T03:23:58.314Z | running: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
| 1606 | 2024-11-14T03:23:58.330Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1607 | 2024-11-14T03:23:58.492Z | info: running `cargo check --bins` on api_identity (1/170) |
| 1608 | 2024-11-14T03:23:59.006Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1609 | 2024-11-14T03:23:59.009Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1610 | 2024-11-14T03:23:59.009Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1611 | 2024-11-14T03:23:59.012Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1612 | 2024-11-14T03:23:59.075Z | |
| 1613 | 2024-11-14T03:23:59.076Z | info: running `cargo check --bins` on bootstore (2/170) |
| 1614 | 2024-11-14T03:23:59.641Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1615 | 2024-11-14T03:23:59.644Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1616 | 2024-11-14T03:23:59.644Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1617 | 2024-11-14T03:23:59.647Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 1618 | 2024-11-14T03:23:59.713Z | |
| 1619 | 2024-11-14T03:23:59.714Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/170) |
| 1620 | 2024-11-14T03:24:00.237Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1621 | 2024-11-14T03:24:00.240Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1622 | 2024-11-14T03:24:00.240Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1623 | 2024-11-14T03:24:00.243Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1624 | 2024-11-14T03:24:00.307Z | |
| 1625 | 2024-11-14T03:24:00.307Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/170) |
| 1626 | 2024-11-14T03:24:00.833Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1627 | 2024-11-14T03:24:00.836Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1628 | 2024-11-14T03:24:00.836Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1629 | 2024-11-14T03:24:00.838Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1630 | 2024-11-14T03:24:00.903Z | |
| 1631 | 2024-11-14T03:24:00.903Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/170) |
| 1632 | 2024-11-14T03:24:01.263Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1633 | 2024-11-14T03:24:01.266Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1634 | 2024-11-14T03:24:01.266Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1635 | 2024-11-14T03:24:01.268Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1636 | 2024-11-14T03:24:01.302Z | |
| 1637 | 2024-11-14T03:24:01.302Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/170) |
| 1638 | 2024-11-14T03:24:01.672Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1639 | 2024-11-14T03:24:01.675Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1640 | 2024-11-14T03:24:01.675Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1641 | 2024-11-14T03:24:01.677Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1642 | 2024-11-14T03:24:01.712Z | |
| 1643 | 2024-11-14T03:24:01.712Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/170) |
| 1644 | 2024-11-14T03:24:02.074Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1645 | 2024-11-14T03:24:02.077Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1646 | 2024-11-14T03:24:02.077Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1647 | 2024-11-14T03:24:02.079Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1648 | 2024-11-14T03:24:02.114Z | |
| 1649 | 2024-11-14T03:24:02.114Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/170) |
| 1650 | 2024-11-14T03:24:02.476Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1651 | 2024-11-14T03:24:02.478Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1652 | 2024-11-14T03:24:02.478Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1653 | 2024-11-14T03:24:02.480Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1654 | 2024-11-14T03:24:02.515Z | |
| 1655 | 2024-11-14T03:24:02.515Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/170) |
| 1656 | 2024-11-14T03:24:02.877Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1657 | 2024-11-14T03:24:02.880Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1658 | 2024-11-14T03:24:02.880Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1659 | 2024-11-14T03:24:02.882Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1660 | 2024-11-14T03:24:02.918Z | |
| 1661 | 2024-11-14T03:24:02.918Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/170) |
| 1662 | 2024-11-14T03:24:03.278Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1663 | 2024-11-14T03:24:03.280Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1664 | 2024-11-14T03:24:03.280Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1665 | 2024-11-14T03:24:03.283Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1666 | 2024-11-14T03:24:03.316Z | |
| 1667 | 2024-11-14T03:24:03.316Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/170) |
| 1668 | 2024-11-14T03:24:03.675Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1669 | 2024-11-14T03:24:03.678Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1670 | 2024-11-14T03:24:03.678Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1671 | 2024-11-14T03:24:03.681Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1672 | 2024-11-14T03:24:03.714Z | |
| 1673 | 2024-11-14T03:24:03.714Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/170) |
| 1674 | 2024-11-14T03:24:04.083Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1675 | 2024-11-14T03:24:04.086Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1676 | 2024-11-14T03:24:04.086Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1677 | 2024-11-14T03:24:04.088Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1678 | 2024-11-14T03:24:04.124Z | |
| 1679 | 2024-11-14T03:24:04.124Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/170) |
| 1680 | 2024-11-14T03:24:04.489Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1681 | 2024-11-14T03:24:04.491Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1682 | 2024-11-14T03:24:04.491Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1683 | 2024-11-14T03:24:04.494Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1684 | 2024-11-14T03:24:04.529Z | |
| 1685 | 2024-11-14T03:24:04.529Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/170) |
| 1686 | 2024-11-14T03:24:04.891Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1687 | 2024-11-14T03:24:04.894Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1688 | 2024-11-14T03:24:04.894Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1689 | 2024-11-14T03:24:04.896Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1690 | 2024-11-14T03:24:04.932Z | |
| 1691 | 2024-11-14T03:24:04.932Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/170) |
| 1692 | 2024-11-14T03:24:05.296Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1693 | 2024-11-14T03:24:05.300Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1694 | 2024-11-14T03:24:05.300Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1695 | 2024-11-14T03:24:05.300Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1696 | 2024-11-14T03:24:05.335Z | |
| 1697 | 2024-11-14T03:24:05.335Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/170) |
| 1698 | 2024-11-14T03:24:05.697Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1699 | 2024-11-14T03:24:05.700Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1700 | 2024-11-14T03:24:05.700Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1701 | 2024-11-14T03:24:05.702Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1702 | 2024-11-14T03:24:05.736Z | |
| 1703 | 2024-11-14T03:24:05.736Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/170) |
| 1704 | 2024-11-14T03:24:06.097Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1705 | 2024-11-14T03:24:06.100Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1706 | 2024-11-14T03:24:06.100Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1707 | 2024-11-14T03:24:06.100Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1708 | 2024-11-14T03:24:06.136Z | |
| 1709 | 2024-11-14T03:24:06.136Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/170) |
| 1710 | 2024-11-14T03:24:06.508Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1711 | 2024-11-14T03:24:06.511Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1712 | 2024-11-14T03:24:06.511Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1713 | 2024-11-14T03:24:06.513Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 1714 | 2024-11-14T03:24:06.550Z | |
| 1715 | 2024-11-14T03:24:06.550Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/170) |
| 1716 | 2024-11-14T03:24:06.920Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1717 | 2024-11-14T03:24:06.923Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1718 | 2024-11-14T03:24:06.923Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1719 | 2024-11-14T03:24:06.925Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1720 | 2024-11-14T03:24:06.961Z | |
| 1721 | 2024-11-14T03:24:06.961Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/170) |
| 1722 | 2024-11-14T03:24:07.325Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1723 | 2024-11-14T03:24:07.328Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1724 | 2024-11-14T03:24:07.328Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1725 | 2024-11-14T03:24:07.330Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1726 | 2024-11-14T03:24:07.365Z | |
| 1727 | 2024-11-14T03:24:07.365Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/170) |
| 1728 | 2024-11-14T03:24:07.728Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1729 | 2024-11-14T03:24:07.731Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1730 | 2024-11-14T03:24:07.731Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1731 | 2024-11-14T03:24:07.733Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1732 | 2024-11-14T03:24:07.768Z | |
| 1733 | 2024-11-14T03:24:07.768Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/170) |
| 1734 | 2024-11-14T03:24:08.134Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1735 | 2024-11-14T03:24:08.137Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1736 | 2024-11-14T03:24:08.137Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1737 | 2024-11-14T03:24:08.139Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1738 | 2024-11-14T03:24:08.174Z | |
| 1739 | 2024-11-14T03:24:08.174Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/170) |
| 1740 | 2024-11-14T03:24:08.545Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1741 | 2024-11-14T03:24:08.545Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1742 | 2024-11-14T03:24:08.545Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1743 | 2024-11-14T03:24:08.547Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1744 | 2024-11-14T03:24:08.584Z | |
| 1745 | 2024-11-14T03:24:08.584Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/170) |
| 1746 | 2024-11-14T03:24:08.944Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1747 | 2024-11-14T03:24:08.946Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1748 | 2024-11-14T03:24:08.946Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1749 | 2024-11-14T03:24:08.949Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1750 | 2024-11-14T03:24:08.983Z | |
| 1751 | 2024-11-14T03:24:08.983Z | info: running `cargo check --bins` on sled-hardware-types (25/170) |
| 1752 | 2024-11-14T03:24:09.527Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1753 | 2024-11-14T03:24:09.529Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1754 | 2024-11-14T03:24:09.529Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1755 | 2024-11-14T03:24:09.532Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 1756 | 2024-11-14T03:24:09.599Z | |
| 1757 | 2024-11-14T03:24:09.599Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/170) |
| 1758 | 2024-11-14T03:24:10.142Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1759 | 2024-11-14T03:24:10.145Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1760 | 2024-11-14T03:24:10.145Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1761 | 2024-11-14T03:24:10.147Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 1762 | 2024-11-14T03:24:10.218Z | |
| 1763 | 2024-11-14T03:24:10.218Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/170) |
| 1764 | 2024-11-14T03:24:10.765Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1765 | 2024-11-14T03:24:10.768Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1766 | 2024-11-14T03:24:10.768Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1767 | 2024-11-14T03:24:10.772Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 1768 | 2024-11-14T03:24:10.838Z | |
| 1769 | 2024-11-14T03:24:10.838Z | info: running `cargo check --bins` on oxlog (28/170) |
| 1770 | 2024-11-14T03:24:11.351Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1771 | 2024-11-14T03:24:11.354Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1772 | 2024-11-14T03:24:11.435Z | Checking cfg-if v1.0.0 |
| 1773 | 2024-11-14T03:24:11.437Z | Checking libc v0.2.162 |
| 1774 | 2024-11-14T03:24:11.541Z | Checking serde v1.0.215 |
| 1775 | 2024-11-14T03:24:11.544Z | Checking zeroize v1.8.1 |
| 1776 | 2024-11-14T03:24:11.554Z | Checking memchr v2.7.4 |
| 1777 | 2024-11-14T03:24:11.556Z | Checking typenum v1.17.0 |
| 1778 | 2024-11-14T03:24:11.574Z | Checking scopeguard v1.2.0 |
| 1779 | 2024-11-14T03:24:11.576Z | Checking subtle v2.6.1 |
| 1780 | 2024-11-14T03:24:11.600Z | Checking value-bag v1.9.0 |
| 1781 | 2024-11-14T03:24:11.706Z | Checking lock_api v0.4.12 |
| 1782 | 2024-11-14T03:24:11.783Z | Checking itoa v1.0.11 |
| 1783 | 2024-11-14T03:24:11.851Z | Checking const-oid v0.9.6 |
| 1784 | 2024-11-14T03:24:11.974Z | Checking smallvec v1.13.2 |
| 1785 | 2024-11-14T03:24:12.015Z | Checking log v0.4.22 |
| 1786 | 2024-11-14T03:24:12.105Z | Checking pin-project-lite v0.2.14 |
| 1787 | 2024-11-14T03:24:12.226Z | Checking byteorder v1.5.0 |
| 1788 | 2024-11-14T03:24:12.368Z | Checking futures-core v0.3.31 |
| 1789 | 2024-11-14T03:24:12.412Z | Checking once_cell v1.20.2 |
| 1790 | 2024-11-14T03:24:12.498Z | Checking cpufeatures v0.2.14 |
| 1791 | 2024-11-14T03:24:12.540Z | Checking futures-sink v0.3.31 |
| 1792 | 2024-11-14T03:24:12.585Z | Checking stable_deref_trait v1.2.0 |
| 1793 | 2024-11-14T03:24:12.620Z | Checking spin v0.9.8 |
| 1794 | 2024-11-14T03:24:12.662Z | Checking getrandom v0.2.15 |
| 1795 | 2024-11-14T03:24:12.676Z | Checking parking_lot_core v0.9.10 |
| 1796 | 2024-11-14T03:24:12.689Z | Checking signal-hook-registry v1.4.2 |
| 1797 | 2024-11-14T03:24:12.702Z | Checking mio v1.0.2 |
| 1798 | 2024-11-14T03:24:12.846Z | Checking generic-array v0.14.7 |
| 1799 | 2024-11-14T03:24:12.885Z | Checking rand_core v0.6.4 |
| 1800 | 2024-11-14T03:24:12.926Z | Checking socket2 v0.5.7 |
| 1801 | 2024-11-14T03:24:12.957Z | Checking zerocopy v0.7.35 |
| 1802 | 2024-11-14T03:24:12.994Z | Checking parking_lot v0.12.3 |
| 1803 | 2024-11-14T03:24:13.197Z | Checking zerofrom v0.1.4 |
| 1804 | 2024-11-14T03:24:13.287Z | Checking slab v0.4.9 |
| 1805 | 2024-11-14T03:24:13.331Z | Checking futures-channel v0.3.31 |
| 1806 | 2024-11-14T03:24:13.389Z | Checking futures-io v0.3.31 |
| 1807 | 2024-11-14T03:24:13.407Z | Checking yoke v0.7.4 |
| 1808 | 2024-11-14T03:24:13.537Z | Checking allocator-api2 v0.2.18 |
| 1809 | 2024-11-14T03:24:13.568Z | Checking futures-task v0.3.31 |
| 1810 | 2024-11-14T03:24:13.660Z | Checking foldhash v0.1.3 |
| 1811 | 2024-11-14T03:24:13.677Z | Checking equivalent v1.0.1 |
| 1812 | 2024-11-14T03:24:13.736Z | Checking pin-utils v0.1.0 |
| 1813 | 2024-11-14T03:24:13.776Z | Checking zerovec v0.10.4 |
| 1814 | 2024-11-14T03:24:13.792Z | Checking tinyvec_macros v0.1.1 |
| 1815 | 2024-11-14T03:24:13.815Z | Checking futures-util v0.3.31 |
| 1816 | 2024-11-14T03:24:13.857Z | Checking ryu v1.0.18 |
| 1817 | 2024-11-14T03:24:13.876Z | Checking tinyvec v1.8.0 |
| 1818 | 2024-11-14T03:24:14.053Z | Checking crypto-common v0.1.6 |
| 1819 | 2024-11-14T03:24:14.092Z | Checking block-buffer v0.10.4 |
| 1820 | 2024-11-14T03:24:14.169Z | Checking hashbrown v0.15.0 |
| 1821 | 2024-11-14T03:24:14.243Z | Checking block-padding v0.3.3 |
| 1822 | 2024-11-14T03:24:14.311Z | Checking digest v0.10.7 |
| 1823 | 2024-11-14T03:24:14.381Z | Checking fnv v1.0.7 |
| 1824 | 2024-11-14T03:24:14.449Z | Checking inout v0.1.3 |
| 1825 | 2024-11-14T03:24:14.507Z | Checking libm v0.2.8 |
| 1826 | 2024-11-14T03:24:14.661Z | Checking cipher v0.4.4 |
| 1827 | 2024-11-14T03:24:14.700Z | Checking hmac v0.12.1 |
| 1828 | 2024-11-14T03:24:14.915Z | Checking sha2 v0.10.8 |
| 1829 | 2024-11-14T03:24:15.087Z | Checking base64ct v1.6.0 |
| 1830 | 2024-11-14T03:24:15.213Z | Checking unicode-normalization v0.1.24 |
| 1831 | 2024-11-14T03:24:15.327Z | Checking litemap v0.7.3 |
| 1832 | 2024-11-14T03:24:15.343Z | Checking writeable v0.5.5 |
| 1833 | 2024-11-14T03:24:15.416Z | Checking tinystr v0.7.6 |
| 1834 | 2024-11-14T03:24:15.472Z | Checking unicode-bidi v0.3.17 |
| 1835 | 2024-11-14T03:24:15.518Z | Checking pem-rfc7468 v0.7.0 |
| 1836 | 2024-11-14T03:24:15.643Z | Checking num-traits v0.2.19 |
| 1837 | 2024-11-14T03:24:15.659Z | Checking ppv-lite86 v0.2.20 |
| 1838 | 2024-11-14T03:24:15.767Z | Checking flagset v0.4.6 |
| 1839 | 2024-11-14T03:24:15.782Z | Checking icu_locid v1.5.0 |
| 1840 | 2024-11-14T03:24:15.952Z | Checking der v0.7.9 |
| 1841 | 2024-11-14T03:24:16.113Z | Checking tracing-core v0.1.32 |
| 1842 | 2024-11-14T03:24:16.116Z | Checking thiserror v1.0.69 |
| 1843 | 2024-11-14T03:24:16.253Z | Checking icu_locid_transform_data v1.5.0 |
| 1844 | 2024-11-14T03:24:16.351Z | Checking rustls-pki-types v1.9.0 |
| 1845 | 2024-11-14T03:24:16.435Z | Checking rand_chacha v0.3.1 |
| 1846 | 2024-11-14T03:24:16.465Z | Checking bytes v1.7.2 |
| 1847 | 2024-11-14T03:24:16.756Z | Checking indexmap v2.6.0 |
| 1848 | 2024-11-14T03:24:16.805Z | Checking serde_json v1.0.132 |
| 1849 | 2024-11-14T03:24:16.824Z | Checking icu_provider v1.5.0 |
| 1850 | 2024-11-14T03:24:16.927Z | Checking bitflags v2.6.0 |
| 1851 | 2024-11-14T03:24:17.232Z | Checking percent-encoding v2.3.1 |
| 1852 | 2024-11-14T03:24:17.299Z | Checking tokio v1.40.0 |
| 1853 | 2024-11-14T03:24:17.334Z | Checking http v1.1.0 |
| 1854 | 2024-11-14T03:24:17.436Z | Checking rand v0.8.5 |
| 1855 | 2024-11-14T03:24:17.473Z | Checking icu_locid_transform v1.5.0 |
| 1856 | 2024-11-14T03:24:17.746Z | Checking spki v0.7.3 |
| 1857 | 2024-11-14T03:24:18.005Z | Checking tracing v0.1.40 |
| 1858 | 2024-11-14T03:24:18.048Z | Checking icu_collections v1.5.0 |
| 1859 | 2024-11-14T03:24:18.341Z | Checking salsa20 v0.10.2 |
| 1860 | 2024-11-14T03:24:18.416Z | Checking pbkdf2 v0.12.2 |
| 1861 | 2024-11-14T03:24:18.530Z | Checking aws-lc-sys v0.22.0 |
| 1862 | 2024-11-14T03:24:18.551Z | Checking httparse v1.9.5 |
| 1863 | 2024-11-14T03:24:18.570Z | Checking powerfmt v0.2.0 |
| 1864 | 2024-11-14T03:24:18.667Z | Checking icu_properties_data v1.5.0 |
| 1865 | 2024-11-14T03:24:18.702Z | Checking untrusted v0.9.0 |
| 1866 | 2024-11-14T03:24:18.744Z | Checking mirai-annotations v1.12.0 |
| 1867 | 2024-11-14T03:24:18.830Z | Checking untrusted v0.7.1 |
| 1868 | 2024-11-14T03:24:18.844Z | Checking ring v0.17.8 |
| 1869 | 2024-11-14T03:24:18.905Z | Checking icu_properties v1.5.1 |
| 1870 | 2024-11-14T03:24:18.920Z | Checking deranged v0.3.11 |
| 1871 | 2024-11-14T03:24:18.937Z | Checking scrypt v0.11.0 |
| 1872 | 2024-11-14T03:24:18.959Z | Checking aes v0.8.4 |
| 1873 | 2024-11-14T03:24:18.981Z | Checking cbc v0.1.2 |
| 1874 | 2024-11-14T03:24:19.147Z | Checking crossbeam-utils v0.8.20 |
| 1875 | 2024-11-14T03:24:19.185Z | Checking time-core v0.1.2 |
| 1876 | 2024-11-14T03:24:19.333Z | Checking utf16_iter v1.0.5 |
| 1877 | 2024-11-14T03:24:19.501Z | Checking atomic-waker v1.1.2 |
| 1878 | 2024-11-14T03:24:19.631Z | Checking num_threads v0.1.7 |
| 1879 | 2024-11-14T03:24:19.747Z | Checking write16 v1.0.0 |
| 1880 | 2024-11-14T03:24:19.859Z | Checking icu_normalizer_data v1.5.0 |
| 1881 | 2024-11-14T03:24:19.875Z | Checking num-conv v0.1.0 |
| 1882 | 2024-11-14T03:24:19.888Z | Checking utf8_iter v1.0.4 |
| 1883 | 2024-11-14T03:24:19.960Z | Checking pkcs5 v0.7.1 |
| 1884 | 2024-11-14T03:24:20.087Z | Checking http-body v1.0.1 |
| 1885 | 2024-11-14T03:24:20.105Z | Checking form_urlencoded v1.2.1 |
| 1886 | 2024-11-14T03:24:20.288Z | Checking try-lock v0.2.5 |
| 1887 | 2024-11-14T03:24:20.305Z | Checking unicode-ident v1.0.13 |
| 1888 | 2024-11-14T03:24:20.425Z | Checking want v0.3.1 |
| 1889 | 2024-11-14T03:24:20.463Z | Checking httpdate v1.0.3 |
| 1890 | 2024-11-14T03:24:20.483Z | Checking pkcs8 v0.10.2 |
| 1891 | 2024-11-14T03:24:20.594Z | Checking proc-macro2 v1.0.89 |
| 1892 | 2024-11-14T03:24:20.646Z | Checking uuid v1.11.0 |
| 1893 | 2024-11-14T03:24:20.670Z | Checking time v0.3.36 |
| 1894 | 2024-11-14T03:24:20.698Z | Checking serde_spanned v0.6.8 |
| 1895 | 2024-11-14T03:24:20.774Z | Checking toml_datetime v0.6.8 |
| 1896 | 2024-11-14T03:24:20.880Z | Checking slog v2.7.0 |
| 1897 | 2024-11-14T03:24:21.040Z | Checking scroll v0.12.0 |
| 1898 | 2024-11-14T03:24:21.056Z | Checking aws-lc-rs v1.10.0 |
| 1899 | 2024-11-14T03:24:21.245Z | Checking iana-time-zone v0.1.61 |
| 1900 | 2024-11-14T03:24:21.261Z | Checking match_cfg v0.1.0 |
| 1901 | 2024-11-14T03:24:21.349Z | Checking tower-service v0.3.3 |
| 1902 | 2024-11-14T03:24:21.369Z | Checking ucd-trie v0.1.7 |
| 1903 | 2024-11-14T03:24:21.386Z | Checking base64 v0.22.1 |
| 1904 | 2024-11-14T03:24:21.467Z | Checking foreign-types-shared v0.1.1 |
| 1905 | 2024-11-14T03:24:21.513Z | Checking plain v0.2.3 |
| 1906 | 2024-11-14T03:24:21.571Z | Checking adler2 v2.0.0 |
| 1907 | 2024-11-14T03:24:21.574Z | Checking pest v2.7.14 |
| 1908 | 2024-11-14T03:24:21.656Z | Checking goblin v0.8.2 |
| 1909 | 2024-11-14T03:24:21.715Z | Checking miniz_oxide v0.8.0 |
| 1910 | 2024-11-14T03:24:21.840Z | Checking foreign-types v0.3.2 |
| 1911 | 2024-11-14T03:24:21.933Z | Checking chrono v0.4.38 |
| 1912 | 2024-11-14T03:24:22.240Z | Checking icu_normalizer v1.5.0 |
| 1913 | 2024-11-14T03:24:22.467Z | Checking hostname v0.3.1 |
| 1914 | 2024-11-14T03:24:22.600Z | Checking quote v1.0.37 |
| 1915 | 2024-11-14T03:24:22.850Z | Checking rustls-webpki v0.102.8 |
| 1916 | 2024-11-14T03:24:22.928Z | Checking openssl-sys v0.9.104 |
| 1917 | 2024-11-14T03:24:23.030Z | Checking idna_adapter v1.2.0 |
| 1918 | 2024-11-14T03:24:23.189Z | Checking dirs-sys-next v0.1.2 |
| 1919 | 2024-11-14T03:24:23.230Z | Checking idna v1.0.3 |
| 1920 | 2024-11-14T03:24:23.368Z | Checking errno v0.3.9 |
| 1921 | 2024-11-14T03:24:23.535Z | Checking aho-corasick v1.1.3 |
| 1922 | 2024-11-14T03:24:23.688Z | Checking siphasher v0.3.11 |
| 1923 | 2024-11-14T03:24:23.718Z | Checking url v2.5.3 |
| 1924 | 2024-11-14T03:24:23.944Z | Checking regex-syntax v0.8.5 |
| 1925 | 2024-11-14T03:24:23.978Z | Checking pretty-hex v0.4.1 |
| 1926 | 2024-11-14T03:24:24.047Z | Checking data-encoding v2.6.0 |
| 1927 | 2024-11-14T03:24:24.144Z | Checking dtrace-parser v0.2.0 |
| 1928 | 2024-11-14T03:24:24.221Z | Checking openssl v0.10.68 |
| 1929 | 2024-11-14T03:24:24.493Z | Checking tokio-util v0.7.12 |
| 1930 | 2024-11-14T03:24:24.579Z | Checking rustix v0.38.37 |
| 1931 | 2024-11-14T03:24:24.644Z | Checking dirs-next v2.0.0 |
| 1932 | 2024-11-14T03:24:24.682Z | Checking syn v2.0.87 |
| 1933 | 2024-11-14T03:24:24.774Z | Checking http-body-util v0.1.2 |
| 1934 | 2024-11-14T03:24:25.196Z | Checking crossbeam-epoch v0.9.18 |
| 1935 | 2024-11-14T03:24:25.249Z | Checking signature v2.2.0 |
| 1936 | 2024-11-14T03:24:25.356Z | Checking h2 v0.4.6 |
| 1937 | 2024-11-14T03:24:25.438Z | Checking sha1 v0.10.6 |
| 1938 | 2024-11-14T03:24:25.617Z | Checking lazy_static v1.5.0 |
| 1939 | 2024-11-14T03:24:25.716Z | Checking thread_local v1.1.8 |
| 1940 | 2024-11-14T03:24:25.736Z | Checking thread-id v4.2.2 |
| 1941 | 2024-11-14T03:24:25.846Z | Checking encoding_rs v0.8.34 |
| 1942 | 2024-11-14T03:24:26.002Z | Checking openssl-probe v0.1.5 |
| 1943 | 2024-11-14T03:24:26.157Z | Checking ipnet v2.10.1 |
| 1944 | 2024-11-14T03:24:26.579Z | Checking utf8parse v0.2.2 |
| 1945 | 2024-11-14T03:24:26.612Z | Checking dof v0.3.0 |
| 1946 | 2024-11-14T03:24:26.715Z | Checking mime v0.3.17 |
| 1947 | 2024-11-14T03:24:27.055Z | Checking gimli v0.31.1 |
| 1948 | 2024-11-14T03:24:27.169Z | Checking unicode-properties v0.1.3 |
| 1949 | 2024-11-14T03:24:27.246Z | Checking regex-automata v0.4.8 |
| 1950 | 2024-11-14T03:24:27.519Z | Checking anstyle v1.0.10 |
| 1951 | 2024-11-14T03:24:27.879Z | Checking either v1.13.0 |
| 1952 | 2024-11-14T03:24:28.003Z | Checking winnow v0.6.20 |
| 1953 | 2024-11-14T03:24:28.222Z | Checking stringprep v0.1.5 |
| 1954 | 2024-11-14T03:24:28.264Z | Checking anstyle-parse v0.2.5 |
| 1955 | 2024-11-14T03:24:28.487Z | Checking crossbeam-deque v0.8.5 |
| 1956 | 2024-11-14T03:24:28.540Z | Checking term v0.7.0 |
| 1957 | 2024-11-14T03:24:28.802Z | Checking rustls v0.22.4 |
| 1958 | 2024-11-14T03:24:28.964Z | Checking rustls v0.23.14 |
| 1959 | 2024-11-14T03:24:29.606Z | Checking native-tls v0.2.12 |
| 1960 | 2024-11-14T03:24:29.936Z | Checking slog-json v2.6.1 |
| 1961 | 2024-11-14T03:24:30.200Z | Checking serde_urlencoded v0.7.1 |
| 1962 | 2024-11-14T03:24:30.614Z | Checking crossbeam-channel v0.5.13 |
| 1963 | 2024-11-14T03:24:30.918Z | Checking toml_edit v0.22.22 |
| 1964 | 2024-11-14T03:24:31.080Z | Checking addr2line v0.24.2 |
| 1965 | 2024-11-14T03:24:31.110Z | Checking usdt-impl v0.5.0 |
| 1966 | 2024-11-14T03:24:31.324Z | Checking futures-executor v0.3.31 |
| 1967 | 2024-11-14T03:24:31.385Z | Checking hyper v1.5.0 |
| 1968 | 2024-11-14T03:24:31.557Z | Checking num-integer v0.1.46 |
| 1969 | 2024-11-14T03:24:31.575Z | Checking rustls-pemfile v2.2.0 |
| 1970 | 2024-11-14T03:24:31.635Z | Checking idna v0.3.0 |
| 1971 | 2024-11-14T03:24:31.790Z | Checking idna v0.4.0 |
| 1972 | 2024-11-14T03:24:31.826Z | Checking md-5 v0.10.6 |
| 1973 | 2024-11-14T03:24:32.043Z | Checking ff v0.13.0 |
| 1974 | 2024-11-14T03:24:32.066Z | Checking is-terminal v0.4.13 |
| 1975 | 2024-11-14T03:24:32.189Z | Checking memmap v0.7.0 |
| 1976 | 2024-11-14T03:24:32.236Z | Checking hash32 v0.2.1 |
| 1977 | 2024-11-14T03:24:32.402Z | Checking object v0.36.5 |
| 1978 | 2024-11-14T03:24:32.450Z | Checking rustc-demangle v0.1.24 |
| 1979 | 2024-11-14T03:24:32.541Z | Checking is_terminal_polyfill v1.70.1 |
| 1980 | 2024-11-14T03:24:32.557Z | Checking colorchoice v1.0.2 |
| 1981 | 2024-11-14T03:24:32.659Z | Checking psl-types v2.0.11 |
| 1982 | 2024-11-14T03:24:32.662Z | Checking utf-8 v0.7.6 |
| 1983 | 2024-11-14T03:24:32.691Z | Checking anstyle-query v1.1.1 |
| 1984 | 2024-11-14T03:24:32.819Z | Checking linked-hash-map v0.5.6 |
| 1985 | 2024-11-14T03:24:32.839Z | Checking take_mut v0.2.2 |
| 1986 | 2024-11-14T03:24:32.872Z | Checking fallible-iterator v0.2.0 |
| 1987 | 2024-11-14T03:24:32.887Z | Checking dyn-clone v1.0.17 |
| 1988 | 2024-11-14T03:24:32.980Z | Checking quick-error v1.2.3 |
| 1989 | 2024-11-14T03:24:33.024Z | Checking base16ct v0.2.0 |
| 1990 | 2024-11-14T03:24:33.109Z | Checking resolv-conf v0.7.0 |
| 1991 | 2024-11-14T03:24:33.149Z | Checking lru-cache v0.1.2 |
| 1992 | 2024-11-14T03:24:33.210Z | Checking sec1 v0.7.3 |
| 1993 | 2024-11-14T03:24:33.340Z | Checking schemars v0.8.21 |
| 1994 | 2024-11-14T03:24:33.390Z | Checking toml v0.8.19 |
| 1995 | 2024-11-14T03:24:33.430Z | Checking slog-async v2.8.0 |
| 1996 | 2024-11-14T03:24:33.447Z | Checking hyper-util v0.1.10 |
| 1997 | 2024-11-14T03:24:33.476Z | Checking postgres-protocol v0.6.7 |
| 1998 | 2024-11-14T03:24:33.578Z | Checking tungstenite v0.24.0 |
| 1999 | 2024-11-14T03:24:33.733Z | Checking publicsuffix v2.2.3 |
| 2000 | 2024-11-14T03:24:33.978Z | Checking anstream v0.6.15 |
| 2001 | 2024-11-14T03:24:34.138Z | Checking hickory-proto v0.24.1 |
| 2002 | 2024-11-14T03:24:34.161Z | Checking tokio-rustls v0.25.0 |
| 2003 | 2024-11-14T03:24:34.352Z | Checking heapless v0.7.17 |
| 2004 | 2024-11-14T03:24:34.493Z | Checking usdt v0.5.0 |
| 2005 | 2024-11-14T03:24:34.510Z | Checking tokio-rustls v0.26.0 |
| 2006 | 2024-11-14T03:24:34.575Z | Checking group v0.13.0 |
| 2007 | 2024-11-14T03:24:34.766Z | Checking slog-term v2.9.1 |
| 2008 | 2024-11-14T03:24:34.834Z | Checking num-iter v0.1.45 |
| 2009 | 2024-11-14T03:24:34.917Z | Checking futures v0.3.31 |
| 2010 | 2024-11-14T03:24:34.998Z | Checking slog-bunyan v2.5.0 |
| 2011 | 2024-11-14T03:24:35.029Z | Checking tokio-native-tls v0.3.1 |
| 2012 | 2024-11-14T03:24:35.045Z | Checking rayon-core v1.12.1 |
| 2013 | 2024-11-14T03:24:35.174Z | Checking multer v3.1.0 |
| 2014 | 2024-11-14T03:24:35.238Z | Checking terminal_size v0.4.0 |
| 2015 | 2024-11-14T03:24:35.278Z | Checking phf_shared v0.11.2 |
| 2016 | 2024-11-14T03:24:35.413Z | Checking cookie v0.18.1 |
| 2017 | 2024-11-14T03:24:35.425Z | Checking async-stream v0.3.6 |
| 2018 | 2024-11-14T03:24:35.443Z | Checking bzip2-sys v0.1.11+1.0.8 |
| 2019 | 2024-11-14T03:24:35.558Z | Checking signal-hook v0.3.17 |
| 2020 | 2024-11-14T03:24:35.581Z | Checking camino v1.1.9 |
| 2021 | 2024-11-14T03:24:35.593Z | Checking waitgroup v0.1.2 |
| 2022 | 2024-11-14T03:24:35.606Z | Checking openapiv3 v2.0.0 |
| 2023 | 2024-11-14T03:24:35.696Z | Checking webpki-roots v0.26.6 |
| 2024 | 2024-11-14T03:24:35.713Z | Checking serde_path_to_error v0.1.16 |
| 2025 | 2024-11-14T03:24:35.860Z | Checking idna v0.5.0 |
| 2026 | 2024-11-14T03:24:35.874Z | Checking hkdf v0.12.4 |
| 2027 | 2024-11-14T03:24:35.904Z | Checking crypto-bigint v0.5.5 |
| 2028 | 2024-11-14T03:24:36.089Z | Checking hostname v0.4.0 |
| 2029 | 2024-11-14T03:24:36.132Z | Checking crc32fast v1.4.2 |
| 2030 | 2024-11-14T03:24:36.223Z | Checking unicode-width v0.1.14 |
| 2031 | 2024-11-14T03:24:36.342Z | Checking clap_lex v0.7.2 |
| 2032 | 2024-11-14T03:24:36.366Z | Checking debug-ignore v1.0.5 |
| 2033 | 2024-11-14T03:24:36.495Z | Checking managed v0.8.0 |
| 2034 | 2024-11-14T03:24:36.599Z | Checking winnow v0.5.40 |
| 2035 | 2024-11-14T03:24:36.710Z | Checking bitflags v1.3.2 |
| 2036 | 2024-11-14T03:24:36.713Z | Checking strsim v0.11.1 |
| 2037 | 2024-11-14T03:24:36.817Z | Checking console v0.15.8 |
| 2038 | 2024-11-14T03:24:36.872Z | Checking smoltcp v0.9.1 |
| 2039 | 2024-11-14T03:24:37.002Z | Checking clap_builder v4.5.20 |
| 2040 | 2024-11-14T03:24:37.422Z | Checking cookie_store v0.21.0 |
| 2041 | 2024-11-14T03:24:38.077Z | Checking flate2 v1.0.34 |
| 2042 | 2024-11-14T03:24:38.377Z | Checking hyper-rustls v0.27.3 |
| 2043 | 2024-11-14T03:24:38.704Z | Checking signal-hook-mio v0.2.4 |
| 2044 | 2024-11-14T03:24:38.731Z | Checking rayon v1.10.0 |
| 2045 | 2024-11-14T03:24:38.803Z | Checking elliptic-curve v0.13.8 |
| 2046 | 2024-11-14T03:24:38.819Z | Checking backtrace v0.3.74 |
| 2047 | 2024-11-14T03:24:38.839Z | Checking bzip2 v0.4.4 |
| 2048 | 2024-11-14T03:24:38.883Z | Checking hickory-resolver v0.24.1 |
| 2049 | 2024-11-14T03:24:39.092Z | Checking dropshot v0.12.0 |
| 2050 | 2024-11-14T03:24:39.122Z | Checking phf v0.11.2 |
| 2051 | 2024-11-14T03:24:39.395Z | Checking anyhow v1.0.93 |
| 2052 | 2024-11-14T03:24:39.409Z | Checking hyper-tls v0.6.0 |
| 2053 | 2024-11-14T03:24:39.450Z | Checking num-bigint-dig v0.8.4 |
| 2054 | 2024-11-14T03:24:39.682Z | Checking toml_edit v0.19.15 |
| 2055 | 2024-11-14T03:24:39.697Z | Checking tokio-tungstenite v0.24.0 |
| 2056 | 2024-11-14T03:24:39.791Z | Checking postgres-types v0.2.8 |
| 2057 | 2024-11-14T03:24:40.092Z | Checking regex v1.11.1 |
| 2058 | 2024-11-14T03:24:40.180Z | Checking bstr v1.10.0 |
| 2059 | 2024-11-14T03:24:40.460Z | Checking ed25519 v2.2.3 |
| 2060 | 2024-11-14T03:24:40.541Z | Checking tokio-stream v0.1.16 |
| 2061 | 2024-11-14T03:24:40.703Z | Checking phf_shared v0.10.0 |
| 2062 | 2024-11-14T03:24:40.772Z | Checking zerocopy v0.6.6 |
| 2063 | 2024-11-14T03:24:40.996Z | Checking curve25519-dalek v4.1.3 |
| 2064 | 2024-11-14T03:24:41.080Z | Checking pkcs1 v0.7.5 |
| 2065 | 2024-11-14T03:24:41.398Z | Checking hubpack v0.1.2 |
| 2066 | 2024-11-14T03:24:41.489Z | Checking portable-atomic v1.9.0 |
| 2067 | 2024-11-14T03:24:41.545Z | Checking float-cmp v0.9.0 |
| 2068 | 2024-11-14T03:24:41.640Z | Checking serde-big-array v0.5.1 |
| 2069 | 2024-11-14T03:24:41.699Z | Checking rfc6979 v0.4.0 |
| 2070 | 2024-11-14T03:24:41.734Z | Checking sync_wrapper v1.0.1 |
| 2071 | 2024-11-14T03:24:41.859Z | Checking unicode-segmentation v1.12.0 |
| 2072 | 2024-11-14T03:24:41.876Z | Checking minimal-lexical v0.2.1 |
| 2073 | 2024-11-14T03:24:41.878Z | Checking whoami v1.5.2 |
| 2074 | 2024-11-14T03:24:42.099Z | Checking fixedbitset v0.4.2 |
| 2075 | 2024-11-14T03:24:42.179Z | Checking number_prefix v0.4.0 |
| 2076 | 2024-11-14T03:24:42.275Z | Checking predicates-core v1.0.8 |
| 2077 | 2024-11-14T03:24:42.357Z | Checking bit-vec v0.6.3 |
| 2078 | 2024-11-14T03:24:42.379Z | Checking static_assertions v1.1.0 |
| 2079 | 2024-11-14T03:24:42.449Z | Checking normalize-line-endings v0.3.0 |
| 2080 | 2024-11-14T03:24:42.470Z | Checking new_debug_unreachable v1.0.6 |
| 2081 | 2024-11-14T03:24:42.527Z | Checking difflib v0.4.0 |
| 2082 | 2024-11-14T03:24:42.546Z | Checking precomputed-hash v0.1.1 |
| 2083 | 2024-11-14T03:24:42.560Z | Checking indicatif v0.17.8 |
| 2084 | 2024-11-14T03:24:42.563Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2085 | 2024-11-14T03:24:42.563Z | Checking similar v2.6.0 |
| 2086 | 2024-11-14T03:24:42.646Z | Checking string_cache v0.8.7 |
| 2087 | 2024-11-14T03:24:42.678Z | Checking bit-set v0.5.3 |
| 2088 | 2024-11-14T03:24:42.822Z | Checking qorb v0.2.0 |
| 2089 | 2024-11-14T03:24:42.838Z | Checking predicates v3.1.2 |
| 2090 | 2024-11-14T03:24:42.873Z | Checking ed25519-dalek v2.1.1 |
| 2091 | 2024-11-14T03:24:42.927Z | Checking petgraph v0.6.5 |
| 2092 | 2024-11-14T03:24:42.940Z | Checking nom v7.1.3 |
| 2093 | 2024-11-14T03:24:43.284Z | Checking tokio-postgres v0.7.12 |
| 2094 | 2024-11-14T03:24:43.302Z | Checking toml v0.7.8 |
| 2095 | 2024-11-14T03:24:43.447Z | Checking ecdsa v0.16.9 |
| 2096 | 2024-11-14T03:24:43.512Z | Checking reqwest v0.12.9 |
| 2097 | 2024-11-14T03:24:44.028Z | Checking rsa v0.9.6 |
| 2098 | 2024-11-14T03:24:44.200Z | Checking clap v4.5.20 |
| 2099 | 2024-11-14T03:24:44.332Z | Checking zip v0.6.6 |
| 2100 | 2024-11-14T03:24:45.017Z | Checking crossterm v0.28.1 |
| 2101 | 2024-11-14T03:24:45.150Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2102 | 2024-11-14T03:24:45.177Z | Checking itertools v0.10.5 |
| 2103 | 2024-11-14T03:24:45.368Z | Checking itertools v0.12.1 |
| 2104 | 2024-11-14T03:24:45.396Z | Checking ahash v0.8.11 |
| 2105 | 2024-11-14T03:24:45.820Z | Checking fs-err v2.11.0 |
| 2106 | 2024-11-14T03:24:45.927Z | Checking x509-cert v0.2.5 |
| 2107 | 2024-11-14T03:24:46.366Z | Checking semver v1.0.23 |
| 2108 | 2024-11-14T03:24:46.383Z | Checking hex v0.4.3 |
| 2109 | 2024-11-14T03:24:46.440Z | Checking lalrpop-util v0.19.12 |
| 2110 | 2024-11-14T03:24:46.727Z | Checking peg-runtime v0.8.3 |
| 2111 | 2024-11-14T03:24:46.774Z | Checking sigpipe v0.1.3 |
| 2112 | 2024-11-14T03:24:47.768Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2113 | 2024-11-14T03:24:48.094Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.24s |
| 2114 | 2024-11-14T03:24:48.249Z | |
| 2115 | 2024-11-14T03:24:48.249Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/170) |
| 2116 | 2024-11-14T03:24:48.812Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2117 | 2024-11-14T03:24:48.815Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2118 | 2024-11-14T03:24:48.909Z | Compiling hashbrown v0.14.5 |
| 2119 | 2024-11-14T03:24:49.027Z | Checking heck v0.5.0 |
| 2120 | 2024-11-14T03:24:49.040Z | Compiling unsafe-libyaml v0.2.11 |
| 2121 | 2024-11-14T03:24:49.052Z | Compiling ident_case v1.0.1 |
| 2122 | 2024-11-14T03:24:49.063Z | Checking progenitor-client v0.8.0 |
| 2123 | 2024-11-14T03:24:49.075Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2124 | 2024-11-14T03:24:49.088Z | Compiling proc-macro-crate v1.3.1 |
| 2125 | 2024-11-14T03:24:49.195Z | Compiling darling_core v0.20.10 |
| 2126 | 2024-11-14T03:24:49.219Z | Checking ipnetwork v0.20.0 |
| 2127 | 2024-11-14T03:24:49.425Z | Compiling structmeta-derive v0.3.0 |
| 2128 | 2024-11-14T03:24:49.448Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2129 | 2024-11-14T03:24:49.582Z | Compiling newtype-uuid v1.1.3 |
| 2130 | 2024-11-14T03:24:49.784Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
| 2131 | 2024-11-14T03:24:49.894Z | Compiling lzma-sys v0.1.20 |
| 2132 | 2024-11-14T03:24:50.135Z | Compiling foreign-types-macros v0.2.3 |
| 2133 | 2024-11-14T03:24:50.225Z | Compiling regress v0.10.1 |
| 2134 | 2024-11-14T03:24:50.269Z | Compiling num_enum_derive v0.5.11 |
| 2135 | 2024-11-14T03:24:50.675Z | Compiling serde_yaml v0.9.34+deprecated |
| 2136 | 2024-11-14T03:24:50.978Z | Compiling dropshot v0.13.0 |
| 2137 | 2024-11-14T03:24:51.277Z | Checking arc-swap v1.7.1 |
| 2138 | 2024-11-14T03:24:51.375Z | Checking foreign-types-shared v0.3.1 |
| 2139 | 2024-11-14T03:24:51.492Z | Checking foreign-types v0.5.0 |
| 2140 | 2024-11-14T03:24:51.706Z | Checking slog-scope v4.4.0 |
| 2141 | 2024-11-14T03:24:51.722Z | Compiling proc-macro-error v1.0.4 |
| 2142 | 2024-11-14T03:24:52.413Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2143 | 2024-11-14T03:24:52.434Z | Compiling structmeta v0.3.0 |
| 2144 | 2024-11-14T03:24:52.454Z | Checking tungstenite v0.21.0 |
| 2145 | 2024-11-14T03:24:52.519Z | Compiling heck v0.3.3 |
| 2146 | 2024-11-14T03:24:52.821Z | Checking num_enum v0.5.11 |
| 2147 | 2024-11-14T03:24:52.875Z | Compiling parse-display-derive v0.10.0 |
| 2148 | 2024-11-14T03:24:52.957Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2149 | 2024-11-14T03:24:52.978Z | Compiling dropshot_endpoint v0.13.0 |
| 2150 | 2024-11-14T03:24:53.382Z | Checking cstr-argument v0.1.2 |
| 2151 | 2024-11-14T03:24:53.561Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2152 | 2024-11-14T03:24:53.811Z | Checking instant v0.1.13 |
| 2153 | 2024-11-14T03:24:53.826Z | Checking typify-impl v0.2.0 |
| 2154 | 2024-11-14T03:24:54.359Z | Checking fastrand v2.1.1 |
| 2155 | 2024-11-14T03:24:54.706Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
| 2156 | 2024-11-14T03:24:54.982Z | Checking pretty-hex v0.2.1 |
| 2157 | 2024-11-14T03:24:55.071Z | Checking base64 v0.21.7 |
| 2158 | 2024-11-14T03:24:55.151Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2159 | 2024-11-14T03:24:55.376Z | Checking tempfile v3.13.0 |
| 2160 | 2024-11-14T03:24:55.426Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2161 | 2024-11-14T03:24:55.549Z | Checking backoff v0.4.0 |
| 2162 | 2024-11-14T03:24:55.576Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2163 | 2024-11-14T03:24:55.730Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2164 | 2024-11-14T03:24:55.748Z | Checking tokio-tungstenite v0.21.0 |
| 2165 | 2024-11-14T03:24:55.871Z | Checking strum v0.26.3 |
| 2166 | 2024-11-14T03:24:56.034Z | Compiling zone_cfg_derive v0.1.2 |
| 2167 | 2024-11-14T03:24:56.050Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2168 | 2024-11-14T03:24:56.177Z | Compiling darling_macro v0.20.10 |
| 2169 | 2024-11-14T03:24:56.258Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2170 | 2024-11-14T03:24:56.412Z | Checking slog-stdlog v4.1.1 |
| 2171 | 2024-11-14T03:24:56.577Z | Checking regress v0.9.1 |
| 2172 | 2024-11-14T03:24:56.648Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2173 | 2024-11-14T03:24:56.792Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2174 | 2024-11-14T03:24:56.935Z | Checking colored v2.1.0 |
| 2175 | 2024-11-14T03:24:57.069Z | Checking macaddr v1.0.1 |
| 2176 | 2024-11-14T03:24:57.084Z | Compiling darling v0.20.10 |
| 2177 | 2024-11-14T03:24:57.111Z | Checking base64 v0.13.1 |
| 2178 | 2024-11-14T03:24:57.203Z | Compiling serde_with_macros v3.11.0 |
| 2179 | 2024-11-14T03:24:57.454Z | Checking parse-display v0.10.0 |
| 2180 | 2024-11-14T03:24:57.493Z | Checking ron v0.7.1 |
| 2181 | 2024-11-14T03:24:57.518Z | Checking zone v0.1.8 |
| 2182 | 2024-11-14T03:24:57.687Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2183 | 2024-11-14T03:24:58.174Z | Checking xz2 v0.1.7 |
| 2184 | 2024-11-14T03:24:58.201Z | Checking slog-envlogger v2.2.0 |
| 2185 | 2024-11-14T03:24:58.424Z | Checking tabwriter v1.4.0 |
| 2186 | 2024-11-14T03:24:58.491Z | Checking xattr v1.3.1 |
| 2187 | 2024-11-14T03:24:58.643Z | Checking pem v3.0.4 |
| 2188 | 2024-11-14T03:24:58.668Z | Checking yasna v0.5.2 |
| 2189 | 2024-11-14T03:24:58.691Z | Checking headers-core v0.3.0 |
| 2190 | 2024-11-14T03:24:58.837Z | Checking smf v0.2.3 |
| 2191 | 2024-11-14T03:24:58.912Z | Checking filetime v0.2.25 |
| 2192 | 2024-11-14T03:24:59.131Z | Checking same-file v1.0.6 |
| 2193 | 2024-11-14T03:24:59.309Z | Checking tar v0.4.43 |
| 2194 | 2024-11-14T03:24:59.341Z | Checking walkdir v2.5.0 |
| 2195 | 2024-11-14T03:24:59.399Z | Checking headers v0.4.0 |
| 2196 | 2024-11-14T03:24:59.540Z | Checking rcgen v0.12.1 |
| 2197 | 2024-11-14T03:24:59.615Z | Checking atomicwrites v0.4.4 |
| 2198 | 2024-11-14T03:24:59.822Z | Checking camino-tempfile v1.1.1 |
| 2199 | 2024-11-14T03:25:00.088Z | Checking serde_with v3.11.0 |
| 2200 | 2024-11-14T03:25:00.105Z | Checking subprocess v0.2.9 |
| 2201 | 2024-11-14T03:25:04.189Z | Compiling typify-macro v0.2.0 |
| 2202 | 2024-11-14T03:25:06.080Z | Compiling typify v0.2.0 |
| 2203 | 2024-11-14T03:25:06.148Z | Compiling progenitor-impl v0.8.0 |
| 2204 | 2024-11-14T03:25:09.339Z | Compiling progenitor-macro v0.8.0 |
| 2205 | 2024-11-14T03:25:14.651Z | Checking progenitor v0.8.0 |
| 2206 | 2024-11-14T03:25:14.808Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
| 2207 | 2024-11-14T03:25:14.815Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2208 | 2024-11-14T03:25:17.420Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
| 2209 | 2024-11-14T03:25:17.664Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2210 | 2024-11-14T03:25:23.921Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2211 | 2024-11-14T03:25:25.521Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2212 | 2024-11-14T03:25:26.809Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.55s |
| 2213 | 2024-11-14T03:25:26.987Z | |
| 2214 | 2024-11-14T03:25:26.987Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/170) |
| 2215 | 2024-11-14T03:25:27.542Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2216 | 2024-11-14T03:25:27.545Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2217 | 2024-11-14T03:25:27.633Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2218 | 2024-11-14T03:25:29.071Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.07s |
| 2219 | 2024-11-14T03:25:29.254Z | |
| 2220 | 2024-11-14T03:25:29.254Z | info: running `cargo check --bins` on nexus-config (31/170) |
| 2221 | 2024-11-14T03:25:29.788Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2222 | 2024-11-14T03:25:29.790Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2223 | 2024-11-14T03:25:29.790Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2224 | 2024-11-14T03:25:29.794Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2225 | 2024-11-14T03:25:29.862Z | |
| 2226 | 2024-11-14T03:25:29.862Z | info: running `cargo check --bins` on omicron-rpaths (32/170) |
| 2227 | 2024-11-14T03:25:30.377Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2228 | 2024-11-14T03:25:30.379Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2229 | 2024-11-14T03:25:30.379Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2230 | 2024-11-14T03:25:30.382Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2231 | 2024-11-14T03:25:30.448Z | |
| 2232 | 2024-11-14T03:25:30.448Z | info: running `cargo check --bins` on omicron-certificates (33/170) |
| 2233 | 2024-11-14T03:25:30.978Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2234 | 2024-11-14T03:25:30.981Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2235 | 2024-11-14T03:25:30.981Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2236 | 2024-11-14T03:25:30.984Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2237 | 2024-11-14T03:25:31.053Z | |
| 2238 | 2024-11-14T03:25:31.053Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/170) |
| 2239 | 2024-11-14T03:25:31.595Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2240 | 2024-11-14T03:25:31.597Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2241 | 2024-11-14T03:25:31.689Z | Compiling heapless v0.8.0 |
| 2242 | 2024-11-14T03:25:31.691Z | Checking hash32 v0.3.1 |
| 2243 | 2024-11-14T03:25:31.799Z | Compiling smoltcp v0.11.0 |
| 2244 | 2024-11-14T03:25:31.808Z | Checking cobs v0.2.3 |
| 2245 | 2024-11-14T03:25:31.818Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
| 2246 | 2024-11-14T03:25:31.820Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
| 2247 | 2024-11-14T03:25:31.839Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
| 2248 | 2024-11-14T03:25:31.842Z | Compiling crucible-workspace-hack v0.1.0 |
| 2249 | 2024-11-14T03:25:31.952Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
| 2250 | 2024-11-14T03:25:31.955Z | Checking postcard v1.0.10 |
| 2251 | 2024-11-14T03:25:31.981Z | Checking newline-converter v0.3.0 |
| 2252 | 2024-11-14T03:25:32.115Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2253 | 2024-11-14T03:25:32.129Z | Compiling convert_case v0.4.0 |
| 2254 | 2024-11-14T03:25:32.170Z | Checking expectorate v1.1.0 |
| 2255 | 2024-11-14T03:25:32.350Z | Compiling zone_cfg_derive v0.3.0 |
| 2256 | 2024-11-14T03:25:32.412Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
| 2257 | 2024-11-14T03:25:32.468Z | Checking itertools v0.13.0 |
| 2258 | 2024-11-14T03:25:32.516Z | Compiling num-derive v0.4.2 |
| 2259 | 2024-11-14T03:25:32.666Z | Compiling slog-dtrace v0.3.0 |
| 2260 | 2024-11-14T03:25:32.732Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2261 | 2024-11-14T03:25:33.022Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
| 2262 | 2024-11-14T03:25:33.098Z | Compiling derive_more v0.99.18 |
| 2263 | 2024-11-14T03:25:33.788Z | Checking zone v0.3.0 |
| 2264 | 2024-11-14T03:25:34.404Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
| 2265 | 2024-11-14T03:25:35.805Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
| 2266 | 2024-11-14T03:25:36.731Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
| 2267 | 2024-11-14T03:25:36.980Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2268 | 2024-11-14T03:25:37.769Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
| 2269 | 2024-11-14T03:25:38.334Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2270 | 2024-11-14T03:25:39.618Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2271 | 2024-11-14T03:25:40.586Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.52s |
| 2272 | 2024-11-14T03:25:40.852Z | |
| 2273 | 2024-11-14T03:25:40.853Z | info: running `cargo check --bins` on clickhouse-admin-api (35/170) |
| 2274 | 2024-11-14T03:25:41.284Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2275 | 2024-11-14T03:25:41.286Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2276 | 2024-11-14T03:25:41.286Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2277 | 2024-11-14T03:25:41.289Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2278 | 2024-11-14T03:25:41.362Z | |
| 2279 | 2024-11-14T03:25:41.362Z | info: running `cargo check --bins` on clickhouse-admin-types (36/170) |
| 2280 | 2024-11-14T03:25:41.894Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2281 | 2024-11-14T03:25:41.897Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2282 | 2024-11-14T03:25:41.897Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2283 | 2024-11-14T03:25:41.899Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2284 | 2024-11-14T03:25:41.969Z | |
| 2285 | 2024-11-14T03:25:41.969Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (37/170) |
| 2286 | 2024-11-14T03:25:42.514Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2287 | 2024-11-14T03:25:42.517Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2288 | 2024-11-14T03:25:42.517Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2289 | 2024-11-14T03:25:42.519Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2290 | 2024-11-14T03:25:42.589Z | |
| 2291 | 2024-11-14T03:25:42.589Z | info: running `cargo check --bins --no-default-features` on oximeter-db (38/170) |
| 2292 | 2024-11-14T03:25:43.127Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2293 | 2024-11-14T03:25:43.129Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2294 | 2024-11-14T03:25:43.223Z | Compiling progenitor-client v0.8.0 |
| 2295 | 2024-11-14T03:25:43.225Z | Compiling newtype-uuid v1.1.3 |
| 2296 | 2024-11-14T03:25:43.323Z | Compiling ipnetwork v0.20.0 |
| 2297 | 2024-11-14T03:25:43.325Z | Compiling instant v0.1.13 |
| 2298 | 2024-11-14T03:25:43.346Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2299 | 2024-11-14T03:25:43.348Z | Checking num-rational v0.4.2 |
| 2300 | 2024-11-14T03:25:43.348Z | Compiling dropshot v0.13.0 |
| 2301 | 2024-11-14T03:25:43.349Z | Compiling serde_with v3.11.0 |
| 2302 | 2024-11-14T03:25:43.458Z | Compiling backoff v0.4.0 |
| 2303 | 2024-11-14T03:25:43.503Z | Compiling parse-display v0.10.0 |
| 2304 | 2024-11-14T03:25:43.580Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2305 | 2024-11-14T03:25:43.769Z | Compiling progenitor v0.8.0 |
| 2306 | 2024-11-14T03:25:43.785Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
| 2307 | 2024-11-14T03:25:43.908Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2308 | 2024-11-14T03:25:44.086Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
| 2309 | 2024-11-14T03:25:44.090Z | Compiling regress v0.9.1 |
| 2310 | 2024-11-14T03:25:44.178Z | Compiling phf_generator v0.11.2 |
| 2311 | 2024-11-14T03:25:44.240Z | Checking num-complex v0.4.6 |
| 2312 | 2024-11-14T03:25:44.548Z | Compiling macaddr v1.0.1 |
| 2313 | 2024-11-14T03:25:45.003Z | Compiling phf_codegen v0.11.2 |
| 2314 | 2024-11-14T03:25:45.147Z | Checking num v0.4.3 |
| 2315 | 2024-11-14T03:25:45.217Z | Compiling parse-zoneinfo v0.3.1 |
| 2316 | 2024-11-14T03:25:45.247Z | Compiling float-ord v0.3.2 |
| 2317 | 2024-11-14T03:25:45.525Z | Checking prettyplease v0.2.25 |
| 2318 | 2024-11-14T03:25:45.577Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2319 | 2024-11-14T03:25:45.724Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2320 | 2024-11-14T03:25:46.629Z | Compiling chrono-tz-build v0.4.0 |
| 2321 | 2024-11-14T03:25:46.877Z | Compiling const_format_proc_macros v0.2.33 |
| 2322 | 2024-11-14T03:25:47.261Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2323 | 2024-11-14T03:25:47.369Z | Checking highway v1.2.0 |
| 2324 | 2024-11-14T03:25:47.797Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
| 2325 | 2024-11-14T03:25:48.087Z | Compiling chrono-tz v0.10.0 |
| 2326 | 2024-11-14T03:25:48.468Z | Checking gethostname v0.5.0 |
| 2327 | 2024-11-14T03:25:48.599Z | Checking bcs v0.1.6 |
| 2328 | 2024-11-14T03:25:48.805Z | Compiling async-recursion v1.1.1 |
| 2329 | 2024-11-14T03:25:48.951Z | Checking const_format v0.2.33 |
| 2330 | 2024-11-14T03:25:49.099Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2331 | 2024-11-14T03:25:49.239Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2332 | 2024-11-14T03:25:49.338Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2333 | 2024-11-14T03:26:01.977Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2334 | 2024-11-14T03:26:05.238Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2335 | 2024-11-14T03:26:09.331Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.73s |
| 2336 | 2024-11-14T03:26:09.507Z | |
| 2337 | 2024-11-14T03:26:09.507Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (39/170) |
| 2338 | 2024-11-14T03:26:10.081Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2339 | 2024-11-14T03:26:10.086Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2340 | 2024-11-14T03:26:10.201Z | Compiling cfg_aliases v0.1.1 |
| 2341 | 2024-11-14T03:26:10.208Z | Compiling vte_generate_state_changes v0.1.2 |
| 2342 | 2024-11-14T03:26:10.208Z | Checking fd-lock v4.0.2 |
| 2343 | 2024-11-14T03:26:10.208Z | Checking nibble_vec v0.1.0 |
| 2344 | 2024-11-14T03:26:10.286Z | Checking bytecount v0.6.8 |
| 2345 | 2024-11-14T03:26:10.290Z | Checking endian-type v0.1.2 |
| 2346 | 2024-11-14T03:26:10.327Z | Compiling tabled_derive v0.7.0 |
| 2347 | 2024-11-14T03:26:10.341Z | Compiling peg-macros v0.8.4 |
| 2348 | 2024-11-14T03:26:10.369Z | Compiling nix v0.28.0 |
| 2349 | 2024-11-14T03:26:10.444Z | Checking papergrid v0.11.0 |
| 2350 | 2024-11-14T03:26:10.460Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2351 | 2024-11-14T03:26:10.480Z | Compiling sqlparser_derive v0.2.2 |
| 2352 | 2024-11-14T03:26:10.523Z | Checking radix_trie v0.2.1 |
| 2353 | 2024-11-14T03:26:10.891Z | Checking vte v0.11.1 |
| 2354 | 2024-11-14T03:26:10.931Z | Checking nu-ansi-term v0.50.1 |
| 2355 | 2024-11-14T03:26:11.348Z | Checking home v0.5.9 |
| 2356 | 2024-11-14T03:26:11.483Z | Checking unicode_categories v0.1.1 |
| 2357 | 2024-11-14T03:26:11.594Z | Checking sqlparser v0.45.0 |
| 2358 | 2024-11-14T03:26:11.650Z | Checking display-error-chain v0.2.2 |
| 2359 | 2024-11-14T03:26:11.783Z | Checking sqlformat v0.2.6 |
| 2360 | 2024-11-14T03:26:12.271Z | Checking strip-ansi-escapes v0.2.0 |
| 2361 | 2024-11-14T03:26:12.421Z | Checking reedline v0.35.0 |
| 2362 | 2024-11-14T03:26:12.704Z | Checking tabled v0.15.0 |
| 2363 | 2024-11-14T03:26:13.178Z | Checking peg v0.8.4 |
| 2364 | 2024-11-14T03:26:13.712Z | Checking rustyline v14.0.0 |
| 2365 | 2024-11-14T03:26:23.466Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.95s |
| 2366 | 2024-11-14T03:26:23.635Z | |
| 2367 | 2024-11-14T03:26:23.635Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (40/170) |
| 2368 | 2024-11-14T03:26:24.199Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2369 | 2024-11-14T03:26:24.203Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2370 | 2024-11-14T03:26:24.302Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2371 | 2024-11-14T03:26:30.308Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.66s |
| 2372 | 2024-11-14T03:26:30.471Z | |
| 2373 | 2024-11-14T03:26:30.471Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (41/170) |
| 2374 | 2024-11-14T03:26:31.012Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2375 | 2024-11-14T03:26:31.015Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2376 | 2024-11-14T03:26:31.250Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2377 | 2024-11-14T03:26:35.726Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.24s |
| 2378 | 2024-11-14T03:26:35.890Z | |
| 2379 | 2024-11-14T03:26:35.890Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (42/170) |
| 2380 | 2024-11-14T03:26:36.441Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2381 | 2024-11-14T03:26:36.444Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2382 | 2024-11-14T03:26:36.536Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2383 | 2024-11-14T03:26:45.490Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.33s |
| 2384 | 2024-11-14T03:26:45.505Z | |
| 2385 | 2024-11-14T03:26:45.505Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (43/170) |
| 2386 | 2024-11-14T03:26:45.505Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2387 | 2024-11-14T03:26:45.505Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2388 | 2024-11-14T03:26:45.505Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2389 | 2024-11-14T03:26:48.806Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.40s |
| 2390 | 2024-11-14T03:26:48.974Z | |
| 2391 | 2024-11-14T03:26:48.974Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (44/170) |
| 2392 | 2024-11-14T03:26:49.528Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2393 | 2024-11-14T03:26:49.530Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2394 | 2024-11-14T03:26:49.627Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2395 | 2024-11-14T03:26:54.440Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.46s |
| 2396 | 2024-11-14T03:26:54.603Z | |
| 2397 | 2024-11-14T03:26:54.603Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (45/170) |
| 2398 | 2024-11-14T03:26:55.146Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2399 | 2024-11-14T03:26:55.149Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2400 | 2024-11-14T03:26:55.243Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2401 | 2024-11-14T03:27:00.109Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.50s |
| 2402 | 2024-11-14T03:27:00.275Z | |
| 2403 | 2024-11-14T03:27:00.275Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (46/170) |
| 2404 | 2024-11-14T03:27:00.829Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2405 | 2024-11-14T03:27:00.832Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2406 | 2024-11-14T03:27:00.926Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2407 | 2024-11-14T03:27:06.904Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.62s |
| 2408 | 2024-11-14T03:27:07.069Z | |
| 2409 | 2024-11-14T03:27:07.069Z | info: running `cargo check --bins` on oximeter (47/170) |
| 2410 | 2024-11-14T03:27:07.597Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2411 | 2024-11-14T03:27:07.602Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2412 | 2024-11-14T03:27:07.602Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2413 | 2024-11-14T03:27:07.606Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2414 | 2024-11-14T03:27:07.673Z | |
| 2415 | 2024-11-14T03:27:07.673Z | info: running `cargo check --bins` on oximeter-macro-impl (48/170) |
| 2416 | 2024-11-14T03:27:08.192Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2417 | 2024-11-14T03:27:08.196Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2418 | 2024-11-14T03:27:08.196Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2419 | 2024-11-14T03:27:08.198Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2420 | 2024-11-14T03:27:08.264Z | |
| 2421 | 2024-11-14T03:27:08.264Z | info: running `cargo check --bins` on oximeter-schema (49/170) |
| 2422 | 2024-11-14T03:27:08.793Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2423 | 2024-11-14T03:27:08.796Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2424 | 2024-11-14T03:27:08.877Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2425 | 2024-11-14T03:27:09.321Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
| 2426 | 2024-11-14T03:27:09.484Z | |
| 2427 | 2024-11-14T03:27:09.485Z | info: running `cargo check --bins` on oximeter-types (50/170) |
| 2428 | 2024-11-14T03:27:10.015Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2429 | 2024-11-14T03:27:10.018Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2430 | 2024-11-14T03:27:10.019Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2431 | 2024-11-14T03:27:10.021Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2432 | 2024-11-14T03:27:10.089Z | |
| 2433 | 2024-11-14T03:27:10.089Z | info: running `cargo check --bins` on oximeter-timeseries-macro (51/170) |
| 2434 | 2024-11-14T03:27:10.618Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2435 | 2024-11-14T03:27:10.621Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2436 | 2024-11-14T03:27:10.622Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2437 | 2024-11-14T03:27:10.625Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2438 | 2024-11-14T03:27:10.691Z | |
| 2439 | 2024-11-14T03:27:10.691Z | info: running `cargo check --bins` on oxql-types (52/170) |
| 2440 | 2024-11-14T03:27:11.219Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2441 | 2024-11-14T03:27:11.222Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2442 | 2024-11-14T03:27:11.222Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2443 | 2024-11-14T03:27:11.225Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2444 | 2024-11-14T03:27:11.296Z | |
| 2445 | 2024-11-14T03:27:11.296Z | info: running `cargo check --bins` on oximeter-test-utils (53/170) |
| 2446 | 2024-11-14T03:27:11.854Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2447 | 2024-11-14T03:27:11.857Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2448 | 2024-11-14T03:27:11.857Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2449 | 2024-11-14T03:27:11.860Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2450 | 2024-11-14T03:27:11.934Z | |
| 2451 | 2024-11-14T03:27:11.934Z | info: running `cargo check --bins` on bootstrap-agent-client (54/170) |
| 2452 | 2024-11-14T03:27:12.473Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2453 | 2024-11-14T03:27:12.478Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2454 | 2024-11-14T03:27:12.478Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2455 | 2024-11-14T03:27:12.481Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2456 | 2024-11-14T03:27:12.550Z | |
| 2457 | 2024-11-14T03:27:12.550Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (55/170) |
| 2458 | 2024-11-14T03:27:13.086Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2459 | 2024-11-14T03:27:13.089Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2460 | 2024-11-14T03:27:13.090Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2461 | 2024-11-14T03:27:13.092Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2462 | 2024-11-14T03:27:13.161Z | |
| 2463 | 2024-11-14T03:27:13.161Z | info: running `cargo check --bins` on clickhouse-admin-server-client (56/170) |
| 2464 | 2024-11-14T03:27:13.689Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2465 | 2024-11-14T03:27:13.694Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2466 | 2024-11-14T03:27:13.694Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2467 | 2024-11-14T03:27:13.697Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2468 | 2024-11-14T03:27:13.763Z | |
| 2469 | 2024-11-14T03:27:13.763Z | info: running `cargo check --bins` on cockroach-admin-client (57/170) |
| 2470 | 2024-11-14T03:27:14.281Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2471 | 2024-11-14T03:27:14.284Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2472 | 2024-11-14T03:27:14.284Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2473 | 2024-11-14T03:27:14.287Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2474 | 2024-11-14T03:27:14.353Z | |
| 2475 | 2024-11-14T03:27:14.353Z | info: running `cargo check --bins` on omicron-ddm-admin-client (58/170) |
| 2476 | 2024-11-14T03:27:14.886Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2477 | 2024-11-14T03:27:14.889Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2478 | 2024-11-14T03:27:14.889Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2479 | 2024-11-14T03:27:14.893Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2480 | 2024-11-14T03:27:14.961Z | |
| 2481 | 2024-11-14T03:27:14.962Z | info: running `cargo check --bins` on dns-service-client (59/170) |
| 2482 | 2024-11-14T03:27:15.489Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2483 | 2024-11-14T03:27:15.492Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2484 | 2024-11-14T03:27:15.492Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2485 | 2024-11-14T03:27:15.495Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2486 | 2024-11-14T03:27:15.565Z | |
| 2487 | 2024-11-14T03:27:15.565Z | info: running `cargo check --bins` on internal-dns-types (60/170) |
| 2488 | 2024-11-14T03:27:16.099Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2489 | 2024-11-14T03:27:16.101Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2490 | 2024-11-14T03:27:16.101Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2491 | 2024-11-14T03:27:16.104Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2492 | 2024-11-14T03:27:16.173Z | |
| 2493 | 2024-11-14T03:27:16.173Z | info: running `cargo check --bins` on dpd-client (61/170) |
| 2494 | 2024-11-14T03:27:16.704Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2495 | 2024-11-14T03:27:16.706Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2496 | 2024-11-14T03:27:16.706Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2497 | 2024-11-14T03:27:16.709Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2498 | 2024-11-14T03:27:16.779Z | |
| 2499 | 2024-11-14T03:27:16.779Z | info: running `cargo check --bins` on gateway-client (62/170) |
| 2500 | 2024-11-14T03:27:17.303Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2501 | 2024-11-14T03:27:17.306Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2502 | 2024-11-14T03:27:17.306Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2503 | 2024-11-14T03:27:17.308Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2504 | 2024-11-14T03:27:17.374Z | |
| 2505 | 2024-11-14T03:27:17.374Z | info: running `cargo check --bins` on installinator-client (63/170) |
| 2506 | 2024-11-14T03:27:17.918Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2507 | 2024-11-14T03:27:17.921Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2508 | 2024-11-14T03:27:17.921Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2509 | 2024-11-14T03:27:17.923Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2510 | 2024-11-14T03:27:17.994Z | |
| 2511 | 2024-11-14T03:27:17.994Z | info: running `cargo check --bins` on installinator-common (64/170) |
| 2512 | 2024-11-14T03:27:18.532Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2513 | 2024-11-14T03:27:18.534Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2514 | 2024-11-14T03:27:18.534Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2515 | 2024-11-14T03:27:18.537Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2516 | 2024-11-14T03:27:18.610Z | |
| 2517 | 2024-11-14T03:27:18.610Z | info: running `cargo check --bins` on update-engine (65/170) |
| 2518 | 2024-11-14T03:27:19.128Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2519 | 2024-11-14T03:27:19.131Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2520 | 2024-11-14T03:27:19.131Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2521 | 2024-11-14T03:27:19.134Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2522 | 2024-11-14T03:27:19.200Z | |
| 2523 | 2024-11-14T03:27:19.200Z | info: running `cargo check --bins` on nexus-client (66/170) |
| 2524 | 2024-11-14T03:27:19.761Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2525 | 2024-11-14T03:27:19.764Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2526 | 2024-11-14T03:27:19.764Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2527 | 2024-11-14T03:27:19.766Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2528 | 2024-11-14T03:27:19.838Z | |
| 2529 | 2024-11-14T03:27:19.839Z | info: running `cargo check --bins` on nexus-sled-agent-shared (67/170) |
| 2530 | 2024-11-14T03:27:20.373Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2531 | 2024-11-14T03:27:20.377Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2532 | 2024-11-14T03:27:20.377Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2533 | 2024-11-14T03:27:20.380Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2534 | 2024-11-14T03:27:20.449Z | |
| 2535 | 2024-11-14T03:27:20.449Z | info: running `cargo check --bins` on omicron-passwords (68/170) |
| 2536 | 2024-11-14T03:27:20.963Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2537 | 2024-11-14T03:27:20.965Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2538 | 2024-11-14T03:27:20.965Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2539 | 2024-11-14T03:27:20.968Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2540 | 2024-11-14T03:27:21.034Z | |
| 2541 | 2024-11-14T03:27:21.034Z | info: running `cargo check --bins` on nexus-types (69/170) |
| 2542 | 2024-11-14T03:27:21.579Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2543 | 2024-11-14T03:27:21.582Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2544 | 2024-11-14T03:27:21.582Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2545 | 2024-11-14T03:27:21.585Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2546 | 2024-11-14T03:27:21.657Z | |
| 2547 | 2024-11-14T03:27:21.657Z | info: running `cargo check --bins` on oxide-client (70/170) |
| 2548 | 2024-11-14T03:27:22.170Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2549 | 2024-11-14T03:27:22.173Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2550 | 2024-11-14T03:27:22.173Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2551 | 2024-11-14T03:27:22.176Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2552 | 2024-11-14T03:27:22.243Z | |
| 2553 | 2024-11-14T03:27:22.243Z | info: running `cargo check --bins` on oximeter-client (71/170) |
| 2554 | 2024-11-14T03:27:22.770Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2555 | 2024-11-14T03:27:22.772Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2556 | 2024-11-14T03:27:22.772Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2557 | 2024-11-14T03:27:22.775Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2558 | 2024-11-14T03:27:22.843Z | |
| 2559 | 2024-11-14T03:27:22.843Z | info: running `cargo check --bins` on repo-depot-client (72/170) |
| 2560 | 2024-11-14T03:27:23.356Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2561 | 2024-11-14T03:27:23.359Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2562 | 2024-11-14T03:27:23.359Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2563 | 2024-11-14T03:27:23.362Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2564 | 2024-11-14T03:27:23.428Z | |
| 2565 | 2024-11-14T03:27:23.428Z | info: running `cargo check --bins` on sled-agent-client (73/170) |
| 2566 | 2024-11-14T03:27:23.968Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2567 | 2024-11-14T03:27:23.970Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2568 | 2024-11-14T03:27:23.970Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2569 | 2024-11-14T03:27:23.973Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2570 | 2024-11-14T03:27:24.046Z | |
| 2571 | 2024-11-14T03:27:24.046Z | info: running `cargo check --bins` on wicketd-client (74/170) |
| 2572 | 2024-11-14T03:27:24.611Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2573 | 2024-11-14T03:27:24.615Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2574 | 2024-11-14T03:27:24.615Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2575 | 2024-11-14T03:27:24.618Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2576 | 2024-11-14T03:27:24.690Z | |
| 2577 | 2024-11-14T03:27:24.690Z | info: running `cargo check --bins` on sled-agent-types (75/170) |
| 2578 | 2024-11-14T03:27:25.236Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2579 | 2024-11-14T03:27:25.239Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2580 | 2024-11-14T03:27:25.239Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2581 | 2024-11-14T03:27:25.241Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2582 | 2024-11-14T03:27:25.313Z | |
| 2583 | 2024-11-14T03:27:25.313Z | info: running `cargo check --bins` on wicket-common (76/170) |
| 2584 | 2024-11-14T03:27:25.857Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2585 | 2024-11-14T03:27:25.859Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2586 | 2024-11-14T03:27:25.860Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2587 | 2024-11-14T03:27:25.865Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2588 | 2024-11-14T03:27:25.934Z | |
| 2589 | 2024-11-14T03:27:25.934Z | info: running `cargo check --bins` on omicron-cockroach-admin (77/170) |
| 2590 | 2024-11-14T03:27:26.475Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2591 | 2024-11-14T03:27:26.477Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2592 | 2024-11-14T03:27:26.574Z | Checking csv-core v0.1.11 |
| 2593 | 2024-11-14T03:27:26.574Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 2594 | 2024-11-14T03:27:26.577Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2595 | 2024-11-14T03:27:26.874Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2596 | 2024-11-14T03:27:26.886Z | Checking csv v1.3.0 |
| 2597 | 2024-11-14T03:27:27.435Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2598 | 2024-11-14T03:27:27.774Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2599 | 2024-11-14T03:27:28.965Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.02s |
| 2600 | 2024-11-14T03:27:29.147Z | |
| 2601 | 2024-11-14T03:27:29.147Z | info: running `cargo check --bins` on cockroach-admin-api (78/170) |
| 2602 | 2024-11-14T03:27:29.691Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2603 | 2024-11-14T03:27:29.693Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2604 | 2024-11-14T03:27:29.694Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2605 | 2024-11-14T03:27:29.697Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2606 | 2024-11-14T03:27:29.765Z | |
| 2607 | 2024-11-14T03:27:29.765Z | info: running `cargo check --bins` on cockroach-admin-types (79/170) |
| 2608 | 2024-11-14T03:27:30.294Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2609 | 2024-11-14T03:27:30.296Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2610 | 2024-11-14T03:27:30.296Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2611 | 2024-11-14T03:27:30.300Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2612 | 2024-11-14T03:27:30.365Z | |
| 2613 | 2024-11-14T03:27:30.365Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (80/170) |
| 2614 | 2024-11-14T03:27:30.977Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2615 | 2024-11-14T03:27:30.980Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2616 | 2024-11-14T03:27:30.980Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2617 | 2024-11-14T03:27:30.983Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 2618 | 2024-11-14T03:27:31.067Z | |
| 2619 | 2024-11-14T03:27:31.067Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (81/170) |
| 2620 | 2024-11-14T03:27:31.674Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2621 | 2024-11-14T03:27:31.676Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2622 | 2024-11-14T03:27:31.676Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2623 | 2024-11-14T03:27:31.679Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 2624 | 2024-11-14T03:27:31.761Z | |
| 2625 | 2024-11-14T03:27:31.761Z | info: running `cargo check --bins` on dns-server (82/170) |
| 2626 | 2024-11-14T03:27:32.294Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2627 | 2024-11-14T03:27:32.296Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2628 | 2024-11-14T03:27:32.381Z | Compiling parking_lot_core v0.8.6 |
| 2629 | 2024-11-14T03:27:32.381Z | Checking fxhash v0.2.1 |
| 2630 | 2024-11-14T03:27:32.383Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2631 | 2024-11-14T03:27:32.383Z | Checking hickory-server v0.24.1 |
| 2632 | 2024-11-14T03:27:32.482Z | Checking hickory-client v0.24.1 |
| 2633 | 2024-11-14T03:27:33.049Z | Checking parking_lot v0.11.2 |
| 2634 | 2024-11-14T03:27:33.177Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2635 | 2024-11-14T03:27:33.177Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2636 | 2024-11-14T03:27:33.272Z | Checking sled v0.34.7 |
| 2637 | 2024-11-14T03:27:35.005Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2638 | 2024-11-14T03:27:36.239Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.47s |
| 2639 | 2024-11-14T03:27:36.399Z | |
| 2640 | 2024-11-14T03:27:36.399Z | info: running `cargo check --bins` on dns-server-api (83/170) |
| 2641 | 2024-11-14T03:27:36.924Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2642 | 2024-11-14T03:27:36.926Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2643 | 2024-11-14T03:27:36.926Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2644 | 2024-11-14T03:27:36.929Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2645 | 2024-11-14T03:27:36.998Z | |
| 2646 | 2024-11-14T03:27:36.998Z | info: running `cargo check --bins` on gateway-test-utils (84/170) |
| 2647 | 2024-11-14T03:27:37.573Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2648 | 2024-11-14T03:27:37.608Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2649 | 2024-11-14T03:27:37.609Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2650 | 2024-11-14T03:27:37.609Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2651 | 2024-11-14T03:27:37.681Z | |
| 2652 | 2024-11-14T03:27:37.682Z | info: running `cargo check --bins` on gateway-types (85/170) |
| 2653 | 2024-11-14T03:27:38.172Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2654 | 2024-11-14T03:27:38.180Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2655 | 2024-11-14T03:27:38.180Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2656 | 2024-11-14T03:27:38.180Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2657 | 2024-11-14T03:27:38.251Z | |
| 2658 | 2024-11-14T03:27:38.252Z | info: running `cargo check --bins` on ipcc (86/170) |
| 2659 | 2024-11-14T03:27:38.784Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2660 | 2024-11-14T03:27:38.789Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2661 | 2024-11-14T03:27:38.789Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2662 | 2024-11-14T03:27:38.790Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2663 | 2024-11-14T03:27:38.860Z | |
| 2664 | 2024-11-14T03:27:38.860Z | info: running `cargo check --bins` on omicron-gateway (87/170) |
| 2665 | 2024-11-14T03:27:39.425Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2666 | 2024-11-14T03:27:39.428Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2667 | 2024-11-14T03:27:39.538Z | Compiling radium v0.7.0 |
| 2668 | 2024-11-14T03:27:39.538Z | Compiling semver v0.1.20 |
| 2669 | 2024-11-14T03:27:39.540Z | Compiling maybe-uninit v2.0.0 |
| 2670 | 2024-11-14T03:27:39.540Z | Checking tap v1.0.1 |
| 2671 | 2024-11-14T03:27:39.659Z | Checking password-hash v0.5.0 |
| 2672 | 2024-11-14T03:27:39.669Z | Checking blake2 v0.10.6 |
| 2673 | 2024-11-14T03:27:39.672Z | Checking funty v2.0.0 |
| 2674 | 2024-11-14T03:27:39.672Z | Compiling cancel-safe-futures v0.1.5 |
| 2675 | 2024-11-14T03:27:39.777Z | Checking wyz v0.5.1 |
| 2676 | 2024-11-14T03:27:40.038Z | Compiling rustc_version v0.1.7 |
| 2677 | 2024-11-14T03:27:40.088Z | Checking crc-catalog v2.4.0 |
| 2678 | 2024-11-14T03:27:40.132Z | Compiling owo-colors v4.1.0 |
| 2679 | 2024-11-14T03:27:40.147Z | Compiling packed_struct v0.10.1 |
| 2680 | 2024-11-14T03:27:40.223Z | Checking argon2 v0.5.3 |
| 2681 | 2024-11-14T03:27:40.254Z | Checking crc v3.2.1 |
| 2682 | 2024-11-14T03:27:40.360Z | Compiling packed_struct_codegen v0.10.1 |
| 2683 | 2024-11-14T03:27:40.414Z | Compiling indexmap v1.9.3 |
| 2684 | 2024-11-14T03:27:40.461Z | Checking half v2.4.1 |
| 2685 | 2024-11-14T03:27:40.561Z | Compiling newtype_derive v0.1.6 |
| 2686 | 2024-11-14T03:27:40.603Z | Checking bitvec v1.0.1 |
| 2687 | 2024-11-14T03:27:40.625Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
| 2688 | 2024-11-14T03:27:40.672Z | Checking nodrop v0.1.14 |
| 2689 | 2024-11-14T03:27:40.702Z | Checking ciborium-io v0.2.2 |
| 2690 | 2024-11-14T03:27:40.796Z | Checking array-init v0.0.4 |
| 2691 | 2024-11-14T03:27:40.877Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2692 | 2024-11-14T03:27:40.923Z | Checking ciborium-ll v0.2.2 |
| 2693 | 2024-11-14T03:27:40.938Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2694 | 2024-11-14T03:27:41.148Z | Checking smallvec v0.6.14 |
| 2695 | 2024-11-14T03:27:41.210Z | Checking libsw v3.3.1 |
| 2696 | 2024-11-14T03:27:41.448Z | Compiling memoffset v0.9.1 |
| 2697 | 2024-11-14T03:27:41.477Z | Checking linear-map v1.2.0 |
| 2698 | 2024-11-14T03:27:41.552Z | Checking termcolor v1.4.1 |
| 2699 | 2024-11-14T03:27:41.624Z | Checking bitfield v0.14.0 |
| 2700 | 2024-11-14T03:27:41.742Z | Checking swrite v0.1.0 |
| 2701 | 2024-11-14T03:27:41.784Z | Checking hashbrown v0.12.3 |
| 2702 | 2024-11-14T03:27:41.800Z | Checking indent_write v2.2.0 |
| 2703 | 2024-11-14T03:27:41.860Z | Checking serde-hex v0.1.0 |
| 2704 | 2024-11-14T03:27:41.947Z | Checking env_logger v0.10.2 |
| 2705 | 2024-11-14T03:27:41.995Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2706 | 2024-11-14T03:27:42.021Z | Checking ron v0.8.1 |
| 2707 | 2024-11-14T03:27:42.370Z | Checking ciborium v0.2.2 |
| 2708 | 2024-11-14T03:27:42.664Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2709 | 2024-11-14T03:27:43.141Z | Checking steno v0.4.1 |
| 2710 | 2024-11-14T03:27:43.376Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2711 | 2024-11-14T03:27:43.502Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2712 | 2024-11-14T03:27:43.504Z | Checking hashbrown v0.13.2 |
| 2713 | 2024-11-14T03:27:43.557Z | Checking crc-any v2.5.0 |
| 2714 | 2024-11-14T03:27:43.616Z | Checking humantime v2.1.0 |
| 2715 | 2024-11-14T03:27:43.905Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2716 | 2024-11-14T03:27:43.922Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2717 | 2024-11-14T03:27:44.318Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2718 | 2024-11-14T03:27:44.517Z | Checking object v0.30.4 |
| 2719 | 2024-11-14T03:27:44.544Z | Checking path-slash v0.1.5 |
| 2720 | 2024-11-14T03:27:44.685Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2721 | 2024-11-14T03:27:44.701Z | Checking nix v0.27.1 |
| 2722 | 2024-11-14T03:27:45.335Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2723 | 2024-11-14T03:27:45.605Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2724 | 2024-11-14T03:27:45.715Z | Checking tungstenite v0.23.0 |
| 2725 | 2024-11-14T03:27:45.869Z | Checking kstat-rs v0.2.4 |
| 2726 | 2024-11-14T03:27:46.028Z | Checking signal-hook-tokio v0.3.1 |
| 2727 | 2024-11-14T03:27:46.153Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2728 | 2024-11-14T03:27:46.552Z | Checking tokio-tungstenite v0.23.1 |
| 2729 | 2024-11-14T03:27:47.221Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2730 | 2024-11-14T03:27:47.344Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2731 | 2024-11-14T03:27:47.436Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2732 | 2024-11-14T03:27:54.027Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2733 | 2024-11-14T03:27:55.321Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
| 2734 | 2024-11-14T03:27:57.556Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2735 | 2024-11-14T03:28:03.165Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2736 | 2024-11-14T03:28:03.828Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2737 | 2024-11-14T03:28:06.556Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.69s |
| 2738 | 2024-11-14T03:28:06.738Z | |
| 2739 | 2024-11-14T03:28:06.738Z | info: running `cargo check --bins` on gateway-api (88/170) |
| 2740 | 2024-11-14T03:28:07.273Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2741 | 2024-11-14T03:28:07.275Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2742 | 2024-11-14T03:28:07.275Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2743 | 2024-11-14T03:28:07.278Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2744 | 2024-11-14T03:28:07.350Z | |
| 2745 | 2024-11-14T03:28:07.350Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (89/170) |
| 2746 | 2024-11-14T03:28:07.874Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2747 | 2024-11-14T03:28:07.876Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2748 | 2024-11-14T03:28:07.877Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2749 | 2024-11-14T03:28:07.880Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2750 | 2024-11-14T03:28:07.946Z | |
| 2751 | 2024-11-14T03:28:07.946Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (90/170) |
| 2752 | 2024-11-14T03:28:08.485Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2753 | 2024-11-14T03:28:08.487Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2754 | 2024-11-14T03:28:08.487Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2755 | 2024-11-14T03:28:08.490Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2756 | 2024-11-14T03:28:08.564Z | |
| 2757 | 2024-11-14T03:28:08.564Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (91/170) |
| 2758 | 2024-11-14T03:28:09.094Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2759 | 2024-11-14T03:28:09.096Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2760 | 2024-11-14T03:28:09.096Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2761 | 2024-11-14T03:28:09.099Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2762 | 2024-11-14T03:28:09.168Z | |
| 2763 | 2024-11-14T03:28:09.168Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (92/170) |
| 2764 | 2024-11-14T03:28:09.709Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2765 | 2024-11-14T03:28:09.711Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2766 | 2024-11-14T03:28:09.711Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2767 | 2024-11-14T03:28:09.714Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2768 | 2024-11-14T03:28:09.784Z | |
| 2769 | 2024-11-14T03:28:09.784Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (93/170) |
| 2770 | 2024-11-14T03:28:10.311Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2771 | 2024-11-14T03:28:10.313Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2772 | 2024-11-14T03:28:10.313Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2773 | 2024-11-14T03:28:10.316Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2774 | 2024-11-14T03:28:10.386Z | |
| 2775 | 2024-11-14T03:28:10.386Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (94/170) |
| 2776 | 2024-11-14T03:28:10.912Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2777 | 2024-11-14T03:28:10.915Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2778 | 2024-11-14T03:28:10.915Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2779 | 2024-11-14T03:28:10.918Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2780 | 2024-11-14T03:28:10.986Z | |
| 2781 | 2024-11-14T03:28:10.986Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (95/170) |
| 2782 | 2024-11-14T03:28:11.519Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2783 | 2024-11-14T03:28:11.522Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2784 | 2024-11-14T03:28:11.522Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2785 | 2024-11-14T03:28:11.525Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2786 | 2024-11-14T03:28:11.594Z | |
| 2787 | 2024-11-14T03:28:11.594Z | info: running `cargo check --bins` on oximeter-producer (96/170) |
| 2788 | 2024-11-14T03:28:12.142Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2789 | 2024-11-14T03:28:12.146Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2790 | 2024-11-14T03:28:12.146Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2791 | 2024-11-14T03:28:12.149Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2792 | 2024-11-14T03:28:12.219Z | |
| 2793 | 2024-11-14T03:28:12.219Z | info: running `cargo check --bins` on internal-dns-resolver (97/170) |
| 2794 | 2024-11-14T03:28:12.742Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2795 | 2024-11-14T03:28:12.745Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2796 | 2024-11-14T03:28:12.745Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2797 | 2024-11-14T03:28:12.748Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2798 | 2024-11-14T03:28:12.818Z | |
| 2799 | 2024-11-14T03:28:12.818Z | info: running `cargo check --bins` on sp-sim (98/170) |
| 2800 | 2024-11-14T03:28:13.346Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2801 | 2024-11-14T03:28:13.348Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2802 | 2024-11-14T03:28:13.429Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2803 | 2024-11-14T03:28:15.260Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.43s |
| 2804 | 2024-11-14T03:28:15.426Z | |
| 2805 | 2024-11-14T03:28:15.426Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (99/170) |
| 2806 | 2024-11-14T03:28:15.985Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2807 | 2024-11-14T03:28:15.987Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2808 | 2024-11-14T03:28:15.987Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2809 | 2024-11-14T03:28:15.991Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2810 | 2024-11-14T03:28:16.066Z | |
| 2811 | 2024-11-14T03:28:16.066Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (100/170) |
| 2812 | 2024-11-14T03:28:16.635Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2813 | 2024-11-14T03:28:16.637Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2814 | 2024-11-14T03:28:16.637Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2815 | 2024-11-14T03:28:16.641Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2816 | 2024-11-14T03:28:16.720Z | |
| 2817 | 2024-11-14T03:28:16.720Z | info: running `cargo check --bins` on db-macros (101/170) |
| 2818 | 2024-11-14T03:28:17.236Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2819 | 2024-11-14T03:28:17.247Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2820 | 2024-11-14T03:28:17.247Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2821 | 2024-11-14T03:28:17.247Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2822 | 2024-11-14T03:28:17.310Z | |
| 2823 | 2024-11-14T03:28:17.310Z | info: running `cargo check --bins` on nexus-macros-common (102/170) |
| 2824 | 2024-11-14T03:28:17.821Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2825 | 2024-11-14T03:28:17.823Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2826 | 2024-11-14T03:28:17.823Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2827 | 2024-11-14T03:28:17.826Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2828 | 2024-11-14T03:28:17.894Z | |
| 2829 | 2024-11-14T03:28:17.894Z | info: running `cargo check --bins` on nexus-auth (103/170) |
| 2830 | 2024-11-14T03:28:18.453Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2831 | 2024-11-14T03:28:18.456Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2832 | 2024-11-14T03:28:18.456Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2833 | 2024-11-14T03:28:18.459Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2834 | 2024-11-14T03:28:18.535Z | |
| 2835 | 2024-11-14T03:28:18.535Z | info: running `cargo check --bins` on authz-macros (104/170) |
| 2836 | 2024-11-14T03:28:19.047Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2837 | 2024-11-14T03:28:19.050Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2838 | 2024-11-14T03:28:19.050Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2839 | 2024-11-14T03:28:19.053Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2840 | 2024-11-14T03:28:19.121Z | |
| 2841 | 2024-11-14T03:28:19.121Z | info: running `cargo check --bins` on nexus-db-fixed-data (105/170) |
| 2842 | 2024-11-14T03:28:19.675Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2843 | 2024-11-14T03:28:19.677Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2844 | 2024-11-14T03:28:19.677Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2845 | 2024-11-14T03:28:19.680Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2846 | 2024-11-14T03:28:19.753Z | |
| 2847 | 2024-11-14T03:28:19.753Z | info: running `cargo check --bins` on nexus-db-model (106/170) |
| 2848 | 2024-11-14T03:28:20.303Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2849 | 2024-11-14T03:28:20.306Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2850 | 2024-11-14T03:28:20.306Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2851 | 2024-11-14T03:28:20.309Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2852 | 2024-11-14T03:28:20.381Z | |
| 2853 | 2024-11-14T03:28:20.381Z | info: running `cargo check --bins` on nexus-defaults (107/170) |
| 2854 | 2024-11-14T03:28:20.909Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2855 | 2024-11-14T03:28:20.912Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2856 | 2024-11-14T03:28:20.912Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2857 | 2024-11-14T03:28:20.914Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2858 | 2024-11-14T03:28:20.983Z | |
| 2859 | 2024-11-14T03:28:20.983Z | info: running `cargo check --bins` on nexus-inventory (108/170) |
| 2860 | 2024-11-14T03:28:21.537Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2861 | 2024-11-14T03:28:21.539Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2862 | 2024-11-14T03:28:21.539Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2863 | 2024-11-14T03:28:21.542Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2864 | 2024-11-14T03:28:21.615Z | |
| 2865 | 2024-11-14T03:28:21.615Z | info: running `cargo check --bins` on typed-rng (109/170) |
| 2866 | 2024-11-14T03:28:22.129Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2867 | 2024-11-14T03:28:22.131Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2868 | 2024-11-14T03:28:22.131Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2869 | 2024-11-14T03:28:22.134Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2870 | 2024-11-14T03:28:22.199Z | |
| 2871 | 2024-11-14T03:28:22.199Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (110/170) |
| 2872 | 2024-11-14T03:28:22.778Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2873 | 2024-11-14T03:28:22.780Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2874 | 2024-11-14T03:28:22.908Z | Checking keccak v0.1.5 |
| 2875 | 2024-11-14T03:28:23.017Z | Checking secrecy v0.8.0 |
| 2876 | 2024-11-14T03:28:23.019Z | Compiling unicase v2.7.0 |
| 2877 | 2024-11-14T03:28:23.019Z | Compiling same-file v1.0.6 |
| 2878 | 2024-11-14T03:28:23.037Z | Compiling tempfile v3.13.0 |
| 2879 | 2024-11-14T03:28:23.059Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2880 | 2024-11-14T03:28:23.062Z | Checking universal-hash v0.5.1 |
| 2881 | 2024-11-14T03:28:23.062Z | Compiling blake3 v1.5.4 |
| 2882 | 2024-11-14T03:28:23.194Z | Compiling walkdir v2.5.0 |
| 2883 | 2024-11-14T03:28:23.245Z | Compiling ring v0.16.20 |
| 2884 | 2024-11-14T03:28:23.287Z | Checking sha3 v0.10.8 |
| 2885 | 2024-11-14T03:28:23.306Z | Checking opaque-debug v0.3.1 |
| 2886 | 2024-11-14T03:28:23.390Z | Checking poly1305 v0.8.0 |
| 2887 | 2024-11-14T03:28:23.452Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2888 | 2024-11-14T03:28:23.695Z | Checking chacha20 v0.9.1 |
| 2889 | 2024-11-14T03:28:23.725Z | Checking aead v0.5.2 |
| 2890 | 2024-11-14T03:28:23.881Z | Compiling memmap2 v0.9.5 |
| 2891 | 2024-11-14T03:28:23.927Z | Compiling salty v0.3.0 |
| 2892 | 2024-11-14T03:28:23.942Z | Compiling constant_time_eq v0.3.1 |
| 2893 | 2024-11-14T03:28:23.975Z | Compiling arrayvec v0.7.6 |
| 2894 | 2024-11-14T03:28:24.032Z | Compiling spin v0.5.2 |
| 2895 | 2024-11-14T03:28:24.106Z | Compiling libefi-sys v0.1.0 |
| 2896 | 2024-11-14T03:28:24.267Z | Compiling arrayref v0.3.9 |
| 2897 | 2024-11-14T03:28:24.293Z | Checking chacha20poly1305 v0.10.1 |
| 2898 | 2024-11-14T03:28:24.375Z | Compiling toolchain_find v0.4.0 |
| 2899 | 2024-11-14T03:28:24.405Z | Compiling camino-tempfile v1.1.1 |
| 2900 | 2024-11-14T03:28:24.448Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2901 | 2024-11-14T03:28:24.473Z | Compiling bitfield-struct v0.6.2 |
| 2902 | 2024-11-14T03:28:24.776Z | Compiling topological-sort v0.2.2 |
| 2903 | 2024-11-14T03:28:24.884Z | Compiling mime_guess v2.0.5 |
| 2904 | 2024-11-14T03:28:24.950Z | Compiling rustfmt-wrapper v0.2.1 |
| 2905 | 2024-11-14T03:28:25.378Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
| 2906 | 2024-11-14T03:28:25.509Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2907 | 2024-11-14T03:28:25.592Z | Checking primeorder v0.13.6 |
| 2908 | 2024-11-14T03:28:25.644Z | Checking env_filter v0.1.2 |
| 2909 | 2024-11-14T03:28:25.817Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2910 | 2024-11-14T03:28:25.876Z | Checking env_logger v0.11.5 |
| 2911 | 2024-11-14T03:28:25.903Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2912 | 2024-11-14T03:28:26.041Z | Checking p384 v0.13.0 |
| 2913 | 2024-11-14T03:28:26.167Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2914 | 2024-11-14T03:28:26.183Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2915 | 2024-11-14T03:28:26.226Z | Checking thiserror-no-std v2.0.2 |
| 2916 | 2024-11-14T03:28:26.333Z | Checking vsss-rs v3.3.4 |
| 2917 | 2024-11-14T03:28:26.409Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
| 2918 | 2024-11-14T03:28:26.460Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2919 | 2024-11-14T03:28:26.476Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
| 2920 | 2024-11-14T03:28:26.797Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2921 | 2024-11-14T03:28:26.818Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
| 2922 | 2024-11-14T03:28:26.906Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2923 | 2024-11-14T03:28:27.136Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2924 | 2024-11-14T03:28:27.346Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
| 2925 | 2024-11-14T03:28:27.392Z | Checking nanorand v0.7.0 |
| 2926 | 2024-11-14T03:28:27.421Z | Checking atty v0.2.14 |
| 2927 | 2024-11-14T03:28:27.441Z | Checking glob v0.3.1 |
| 2928 | 2024-11-14T03:28:27.541Z | Checking http-range v0.1.5 |
| 2929 | 2024-11-14T03:28:27.728Z | Checking hyper-staticfile v0.10.1 |
| 2930 | 2024-11-14T03:28:27.754Z | Checking flume v0.11.1 |
| 2931 | 2024-11-14T03:28:27.770Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
| 2932 | 2024-11-14T03:28:28.266Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2933 | 2024-11-14T03:28:28.266Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
| 2934 | 2024-11-14T03:28:28.479Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2935 | 2024-11-14T03:28:28.927Z | Compiling omicron-zone-package v0.11.1 |
| 2936 | 2024-11-14T03:28:29.220Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2937 | 2024-11-14T03:28:29.749Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2938 | 2024-11-14T03:28:30.259Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2939 | 2024-11-14T03:28:30.487Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
| 2940 | 2024-11-14T03:28:30.522Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2941 | 2024-11-14T03:28:30.841Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2942 | 2024-11-14T03:28:32.199Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2943 | 2024-11-14T03:28:32.858Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2944 | 2024-11-14T03:28:34.986Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2945 | 2024-11-14T03:28:34.989Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2946 | 2024-11-14T03:28:44.924Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2947 | 2024-11-14T03:28:57.580Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.37s |
| 2948 | 2024-11-14T03:28:57.764Z | |
| 2949 | 2024-11-14T03:28:57.764Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (111/170) |
| 2950 | 2024-11-14T03:28:58.345Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2951 | 2024-11-14T03:28:58.348Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2952 | 2024-11-14T03:28:58.470Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2953 | 2024-11-14T03:29:11.173Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.40s |
| 2954 | 2024-11-14T03:29:11.355Z | |
| 2955 | 2024-11-14T03:29:11.355Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (112/170) |
| 2956 | 2024-11-14T03:29:11.934Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2957 | 2024-11-14T03:29:11.937Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2958 | 2024-11-14T03:29:12.060Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2959 | 2024-11-14T03:29:24.873Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.51s |
| 2960 | 2024-11-14T03:29:25.056Z | |
| 2961 | 2024-11-14T03:29:25.056Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (113/170) |
| 2962 | 2024-11-14T03:29:25.633Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2963 | 2024-11-14T03:29:25.636Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2964 | 2024-11-14T03:29:25.758Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2965 | 2024-11-14T03:29:38.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.34s |
| 2966 | 2024-11-14T03:29:38.591Z | |
| 2967 | 2024-11-14T03:29:38.591Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (114/170) |
| 2968 | 2024-11-14T03:29:39.181Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2969 | 2024-11-14T03:29:39.185Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2970 | 2024-11-14T03:29:39.312Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2971 | 2024-11-14T03:29:52.079Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.48s |
| 2972 | 2024-11-14T03:29:52.258Z | |
| 2973 | 2024-11-14T03:29:52.258Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (115/170) |
| 2974 | 2024-11-14T03:29:52.837Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2975 | 2024-11-14T03:29:52.839Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2976 | 2024-11-14T03:29:52.963Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2977 | 2024-11-14T03:30:05.728Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.46s |
| 2978 | 2024-11-14T03:30:05.907Z | |
| 2979 | 2024-11-14T03:30:05.907Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (116/170) |
| 2980 | 2024-11-14T03:30:06.487Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2981 | 2024-11-14T03:30:06.490Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2982 | 2024-11-14T03:30:06.611Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2983 | 2024-11-14T03:30:19.217Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.30s |
| 2984 | 2024-11-14T03:30:19.400Z | |
| 2985 | 2024-11-14T03:30:19.400Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (117/170) |
| 2986 | 2024-11-14T03:30:19.983Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2987 | 2024-11-14T03:30:19.985Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2988 | 2024-11-14T03:30:20.108Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2989 | 2024-11-14T03:30:32.873Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.46s |
| 2990 | 2024-11-14T03:30:33.054Z | |
| 2991 | 2024-11-14T03:30:33.054Z | info: running `cargo check --bins` on bootstrap-agent-api (118/170) |
| 2992 | 2024-11-14T03:30:33.615Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2993 | 2024-11-14T03:30:33.619Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2994 | 2024-11-14T03:30:33.619Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2995 | 2024-11-14T03:30:33.623Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2996 | 2024-11-14T03:30:33.693Z | |
| 2997 | 2024-11-14T03:30:33.693Z | info: running `cargo check --bins` on key-manager (119/170) |
| 2998 | 2024-11-14T03:30:34.234Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2999 | 2024-11-14T03:30:34.237Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3000 | 2024-11-14T03:30:34.237Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3001 | 2024-11-14T03:30:34.241Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3002 | 2024-11-14T03:30:34.315Z | |
| 3003 | 2024-11-14T03:30:34.315Z | info: running `cargo check --bins` on repo-depot-api (120/170) |
| 3004 | 2024-11-14T03:30:34.857Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3005 | 2024-11-14T03:30:34.859Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3006 | 2024-11-14T03:30:34.859Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3007 | 2024-11-14T03:30:34.862Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3008 | 2024-11-14T03:30:34.934Z | |
| 3009 | 2024-11-14T03:30:34.934Z | info: running `cargo check --bins` on sled-agent-api (121/170) |
| 3010 | 2024-11-14T03:30:35.495Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3011 | 2024-11-14T03:30:35.498Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3012 | 2024-11-14T03:30:35.498Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3013 | 2024-11-14T03:30:35.500Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3014 | 2024-11-14T03:30:35.575Z | |
| 3015 | 2024-11-14T03:30:35.576Z | info: running `cargo check --bins` on sled-hardware (122/170) |
| 3016 | 2024-11-14T03:30:36.125Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3017 | 2024-11-14T03:30:36.128Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3018 | 2024-11-14T03:30:36.128Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3019 | 2024-11-14T03:30:36.130Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3020 | 2024-11-14T03:30:36.200Z | |
| 3021 | 2024-11-14T03:30:36.200Z | info: running `cargo check --bins --no-default-features` on sled-storage (123/170) |
| 3022 | 2024-11-14T03:30:36.753Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3023 | 2024-11-14T03:30:36.755Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3024 | 2024-11-14T03:30:36.755Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3025 | 2024-11-14T03:30:36.758Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3026 | 2024-11-14T03:30:36.828Z | |
| 3027 | 2024-11-14T03:30:36.828Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (124/170) |
| 3028 | 2024-11-14T03:30:37.381Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3029 | 2024-11-14T03:30:37.384Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3030 | 2024-11-14T03:30:37.384Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3031 | 2024-11-14T03:30:37.387Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3032 | 2024-11-14T03:30:37.458Z | |
| 3033 | 2024-11-14T03:30:37.458Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (125/170) |
| 3034 | 2024-11-14T03:30:38.009Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3035 | 2024-11-14T03:30:38.012Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3036 | 2024-11-14T03:30:38.012Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3037 | 2024-11-14T03:30:38.014Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3038 | 2024-11-14T03:30:38.087Z | |
| 3039 | 2024-11-14T03:30:38.087Z | info: running `cargo check --bins` on nexus-test-interface (126/170) |
| 3040 | 2024-11-14T03:30:38.648Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3041 | 2024-11-14T03:30:38.651Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3042 | 2024-11-14T03:30:38.651Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3043 | 2024-11-14T03:30:38.654Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3044 | 2024-11-14T03:30:38.727Z | |
| 3045 | 2024-11-14T03:30:38.727Z | info: running `cargo check --bins` on oximeter-collector (127/170) |
| 3046 | 2024-11-14T03:30:39.293Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3047 | 2024-11-14T03:30:39.296Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3048 | 2024-11-14T03:30:39.404Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3049 | 2024-11-14T03:30:39.404Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3050 | 2024-11-14T03:30:40.127Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3051 | 2024-11-14T03:30:41.946Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s |
| 3052 | 2024-11-14T03:30:42.113Z | |
| 3053 | 2024-11-14T03:30:42.113Z | info: running `cargo check --bins` on oximeter-api (128/170) |
| 3054 | 2024-11-14T03:30:42.642Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3055 | 2024-11-14T03:30:42.645Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3056 | 2024-11-14T03:30:42.645Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3057 | 2024-11-14T03:30:42.648Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3058 | 2024-11-14T03:30:42.717Z | |
| 3059 | 2024-11-14T03:30:42.717Z | info: running `cargo check --bins` on cert-dev (129/170) |
| 3060 | 2024-11-14T03:30:43.234Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3061 | 2024-11-14T03:30:43.237Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3062 | 2024-11-14T03:30:43.309Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3063 | 2024-11-14T03:30:43.577Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
| 3064 | 2024-11-14T03:30:43.731Z | |
| 3065 | 2024-11-14T03:30:43.731Z | info: running `cargo check --bins` on clickhouse-cluster-dev (130/170) |
| 3066 | 2024-11-14T03:30:44.300Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3067 | 2024-11-14T03:30:44.303Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3068 | 2024-11-14T03:30:44.405Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3069 | 2024-11-14T03:30:44.405Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3070 | 2024-11-14T03:30:44.996Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3071 | 2024-11-14T03:30:45.371Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s |
| 3072 | 2024-11-14T03:30:45.541Z | |
| 3073 | 2024-11-14T03:30:45.541Z | info: running `cargo check --bins` on ch-dev (131/170) |
| 3074 | 2024-11-14T03:30:46.096Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3075 | 2024-11-14T03:30:46.099Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3076 | 2024-11-14T03:30:46.189Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3077 | 2024-11-14T03:30:46.896Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s |
| 3078 | 2024-11-14T03:30:47.067Z | |
| 3079 | 2024-11-14T03:30:47.067Z | info: running `cargo check --bins` on crdb-seed (132/170) |
| 3080 | 2024-11-14T03:30:47.620Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3081 | 2024-11-14T03:30:47.623Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3082 | 2024-11-14T03:30:47.710Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3083 | 2024-11-14T03:30:48.075Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s |
| 3084 | 2024-11-14T03:30:48.242Z | |
| 3085 | 2024-11-14T03:30:48.242Z | info: running `cargo check --bins` on db-dev (133/170) |
| 3086 | 2024-11-14T03:30:48.795Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3087 | 2024-11-14T03:30:48.797Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3088 | 2024-11-14T03:30:48.887Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3089 | 2024-11-14T03:30:49.605Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s |
| 3090 | 2024-11-14T03:30:49.771Z | |
| 3091 | 2024-11-14T03:30:49.771Z | info: running `cargo check --bins` on omicron-dev-lib (134/170) |
| 3092 | 2024-11-14T03:30:50.326Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3093 | 2024-11-14T03:30:50.329Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3094 | 2024-11-14T03:30:50.329Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3095 | 2024-11-14T03:30:50.331Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3096 | 2024-11-14T03:30:50.402Z | |
| 3097 | 2024-11-14T03:30:50.402Z | info: running `cargo check --bins` on xtask-downloader (135/170) |
| 3098 | 2024-11-14T03:30:50.928Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3099 | 2024-11-14T03:30:50.930Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3100 | 2024-11-14T03:30:51.005Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3101 | 2024-11-14T03:30:51.869Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s |
| 3102 | 2024-11-14T03:30:52.026Z | |
| 3103 | 2024-11-14T03:30:52.026Z | info: running `cargo check --bins` on omicron-ls-apis (136/170) |
| 3104 | 2024-11-14T03:30:52.558Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3105 | 2024-11-14T03:30:52.561Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3106 | 2024-11-14T03:30:52.638Z | Checking cargo-platform v0.1.8 |
| 3107 | 2024-11-14T03:30:52.905Z | Checking cargo_metadata v0.18.1 |
| 3108 | 2024-11-14T03:30:53.890Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3109 | 2024-11-14T03:30:54.626Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.59s |
| 3110 | 2024-11-14T03:30:54.780Z | |
| 3111 | 2024-11-14T03:30:54.780Z | info: running `cargo check --bins` on mgs-dev (137/170) |
| 3112 | 2024-11-14T03:30:55.362Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3113 | 2024-11-14T03:30:55.364Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3114 | 2024-11-14T03:30:55.476Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3115 | 2024-11-14T03:30:56.168Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3116 | 2024-11-14T03:30:56.708Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.92s |
| 3117 | 2024-11-14T03:30:56.896Z | |
| 3118 | 2024-11-14T03:30:56.896Z | info: running `cargo check --bins` on omicron-omdb (138/170) |
| 3119 | 2024-11-14T03:30:57.515Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3120 | 2024-11-14T03:30:57.517Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3121 | 2024-11-14T03:30:57.671Z | Compiling crunchy v0.2.2 |
| 3122 | 2024-11-14T03:30:57.674Z | Compiling tiny-keccak v2.0.2 |
| 3123 | 2024-11-14T03:30:57.674Z | Compiling dsl_auto_type v0.1.2 |
| 3124 | 2024-11-14T03:30:57.674Z | Checking scheduled-thread-pool v0.2.7 |
| 3125 | 2024-11-14T03:30:57.674Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 3126 | 2024-11-14T03:30:57.799Z | Compiling ascii-canvas v3.0.0 |
| 3127 | 2024-11-14T03:30:57.810Z | Compiling ena v0.14.3 |
| 3128 | 2024-11-14T03:30:57.813Z | Compiling diff v0.1.13 |
| 3129 | 2024-11-14T03:30:57.988Z | Checking r2d2 v0.8.10 |
| 3130 | 2024-11-14T03:30:58.051Z | Compiling regex-syntax v0.6.29 |
| 3131 | 2024-11-14T03:30:58.184Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3132 | 2024-11-14T03:30:58.212Z | Compiling ref-cast v1.0.23 |
| 3133 | 2024-11-14T03:30:58.293Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3134 | 2024-11-14T03:30:58.401Z | Compiling derive_builder_core v0.20.2 |
| 3135 | 2024-11-14T03:30:58.421Z | Compiling libxml v0.3.3 |
| 3136 | 2024-11-14T03:30:58.504Z | Compiling ref-cast-impl v1.0.23 |
| 3137 | 2024-11-14T03:30:58.545Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3138 | 2024-11-14T03:30:58.820Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3139 | 2024-11-14T03:30:58.845Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3140 | 2024-11-14T03:30:58.984Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3141 | 2024-11-14T03:30:59.071Z | Compiling strum_macros v0.24.3 |
| 3142 | 2024-11-14T03:30:59.106Z | Compiling samael v0.0.17 |
| 3143 | 2024-11-14T03:30:59.387Z | Compiling indoc v1.0.9 |
| 3144 | 2024-11-14T03:30:59.443Z | Compiling diesel_derives v2.2.3 |
| 3145 | 2024-11-14T03:31:00.362Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3146 | 2024-11-14T03:31:00.625Z | Compiling impl-trait-for-tuples v0.2.2 |
| 3147 | 2024-11-14T03:31:00.809Z | Compiling derive_builder_macro v0.20.2 |
| 3148 | 2024-11-14T03:31:01.683Z | Compiling lalrpop v0.19.12 |
| 3149 | 2024-11-14T03:31:01.702Z | Checking derive_builder v0.20.2 |
| 3150 | 2024-11-14T03:31:01.855Z | Compiling oso-derive v0.27.3 |
| 3151 | 2024-11-14T03:31:02.273Z | Checking quick-xml v0.33.0 |
| 3152 | 2024-11-14T03:31:02.662Z | Compiling diesel-dtrace v0.3.0 |
| 3153 | 2024-11-14T03:31:02.915Z | Checking maplit v1.0.2 |
| 3154 | 2024-11-14T03:31:03.045Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3155 | 2024-11-14T03:31:03.066Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3156 | 2024-11-14T03:31:03.277Z | Checking bb8 v0.8.5 |
| 3157 | 2024-11-14T03:31:03.362Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3158 | 2024-11-14T03:31:03.640Z | Checking castaway v0.2.3 |
| 3159 | 2024-11-14T03:31:03.723Z | Checking rand_seeder v0.3.0 |
| 3160 | 2024-11-14T03:31:03.810Z | Checking compact_str v0.8.0 |
| 3161 | 2024-11-14T03:31:03.957Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3162 | 2024-11-14T03:31:03.972Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3163 | 2024-11-14T03:31:04.179Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3164 | 2024-11-14T03:31:04.738Z | Checking unicode-truncate v1.1.0 |
| 3165 | 2024-11-14T03:31:04.738Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 3166 | 2024-11-14T03:31:04.970Z | Checking lru v0.12.5 |
| 3167 | 2024-11-14T03:31:05.018Z | Compiling instability v0.3.2 |
| 3168 | 2024-11-14T03:31:05.288Z | Checking is_ci v1.2.0 |
| 3169 | 2024-11-14T03:31:05.418Z | Checking smawk v0.3.2 |
| 3170 | 2024-11-14T03:31:05.433Z | Checking cassowary v0.3.0 |
| 3171 | 2024-11-14T03:31:05.622Z | Checking unicode-linebreak v0.1.5 |
| 3172 | 2024-11-14T03:31:05.821Z | Checking supports-color v3.0.1 |
| 3173 | 2024-11-14T03:31:06.050Z | Checking textwrap v0.16.1 |
| 3174 | 2024-11-14T03:31:06.072Z | Checking multimap v0.10.0 |
| 3175 | 2024-11-14T03:31:06.090Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3176 | 2024-11-14T03:31:06.115Z | Checking ratatui v0.28.1 |
| 3177 | 2024-11-14T03:31:09.040Z | Checking diesel v2.2.4 |
| 3178 | 2024-11-14T03:31:34.376Z | Compiling polar-core v0.27.3 |
| 3179 | 2024-11-14T03:31:37.793Z | Checking async-bb8-diesel v0.2.1 |
| 3180 | 2024-11-14T03:31:41.683Z | Checking oso v0.27.3 |
| 3181 | 2024-11-14T03:32:46.928Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3182 | 2024-11-14T03:32:52.782Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 55s |
| 3183 | 2024-11-14T03:32:52.977Z | |
| 3184 | 2024-11-14T03:32:52.977Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (139/170) |
| 3185 | 2024-11-14T03:32:53.549Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3186 | 2024-11-14T03:32:53.551Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3187 | 2024-11-14T03:32:53.551Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3188 | 2024-11-14T03:32:53.555Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3189 | 2024-11-14T03:32:53.631Z | |
| 3190 | 2024-11-14T03:32:53.631Z | info: running `cargo check --bins` on nexus-saga-recovery (140/170) |
| 3191 | 2024-11-14T03:32:54.199Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3192 | 2024-11-14T03:32:54.201Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3193 | 2024-11-14T03:32:54.201Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3194 | 2024-11-14T03:32:54.204Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3195 | 2024-11-14T03:32:54.278Z | |
| 3196 | 2024-11-14T03:32:54.278Z | info: running `cargo check --bins` on nexus-test-utils-macros (141/170) |
| 3197 | 2024-11-14T03:32:54.799Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3198 | 2024-11-14T03:32:54.802Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3199 | 2024-11-14T03:32:54.803Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3200 | 2024-11-14T03:32:54.805Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3201 | 2024-11-14T03:32:54.871Z | |
| 3202 | 2024-11-14T03:32:54.871Z | info: running `cargo check --bins` on omicron-nexus (142/170) |
| 3203 | 2024-11-14T03:32:55.481Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3204 | 2024-11-14T03:32:55.483Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3205 | 2024-11-14T03:32:55.644Z | Compiling libz-sys v1.1.20 |
| 3206 | 2024-11-14T03:32:55.755Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 3207 | 2024-11-14T03:32:55.766Z | Compiling vergen v8.3.2 |
| 3208 | 2024-11-14T03:32:55.768Z | Compiling cargo-platform v0.1.8 |
| 3209 | 2024-11-14T03:32:55.768Z | Compiling pin-project-internal v1.1.6 |
| 3210 | 2024-11-14T03:32:55.799Z | Compiling libsqlite3-sys v0.30.1 |
| 3211 | 2024-11-14T03:32:55.799Z | Compiling snafu-derive v0.8.5 |
| 3212 | 2024-11-14T03:32:55.801Z | Checking bumpalo v3.16.0 |
| 3213 | 2024-11-14T03:32:56.040Z | Compiling buf-list v1.0.3 |
| 3214 | 2024-11-14T03:32:56.155Z | Compiling cargo_metadata v0.18.1 |
| 3215 | 2024-11-14T03:32:56.296Z | Compiling zip v2.1.3 |
| 3216 | 2024-11-14T03:32:56.346Z | Compiling cfg_aliases v0.2.1 |
| 3217 | 2024-11-14T03:32:56.457Z | Checking simd-adler32 v0.3.7 |
| 3218 | 2024-11-14T03:32:56.604Z | Checking lockfree-object-pool v0.1.6 |
| 3219 | 2024-11-14T03:32:56.654Z | Compiling rustls v0.21.12 |
| 3220 | 2024-11-14T03:32:56.796Z | Compiling nix v0.29.0 |
| 3221 | 2024-11-14T03:32:56.846Z | Checking zopfli v0.8.1 |
| 3222 | 2024-11-14T03:32:56.864Z | Checking globset v0.4.15 |
| 3223 | 2024-11-14T03:32:56.932Z | Checking olpc-cjson v0.1.4 |
| 3224 | 2024-11-14T03:32:57.156Z | Checking sct v0.7.1 |
| 3225 | 2024-11-14T03:32:57.363Z | Checking rustls-webpki v0.101.7 |
| 3226 | 2024-11-14T03:32:57.383Z | Checking serde_plain v1.0.2 |
| 3227 | 2024-11-14T03:32:57.484Z | Checking typed-path v0.9.3 |
| 3228 | 2024-11-14T03:32:58.463Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3229 | 2024-11-14T03:32:58.678Z | Checking pin-project v1.1.6 |
| 3230 | 2024-11-14T03:32:58.704Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3231 | 2024-11-14T03:32:58.727Z | Checking hashlink v0.9.1 |
| 3232 | 2024-11-14T03:32:58.801Z | Checking parse-size v1.1.0 |
| 3233 | 2024-11-14T03:32:58.962Z | Checking fallible-iterator v0.3.0 |
| 3234 | 2024-11-14T03:32:58.989Z | Checking fallible-streaming-iterator v0.1.9 |
| 3235 | 2024-11-14T03:32:59.362Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3236 | 2024-11-14T03:32:59.461Z | Checking rustls-pemfile v1.0.4 |
| 3237 | 2024-11-14T03:32:59.616Z | Checking rusqlite v0.32.1 |
| 3238 | 2024-11-14T03:32:59.672Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3239 | 2024-11-14T03:32:59.749Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3240 | 2024-11-14T03:32:59.766Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 3241 | 2024-11-14T03:32:59.896Z | Checking twox-hash v1.6.3 |
| 3242 | 2024-11-14T03:32:59.977Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3243 | 2024-11-14T03:33:00.401Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3244 | 2024-11-14T03:33:01.186Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3245 | 2024-11-14T03:33:01.210Z | Checking snafu v0.8.5 |
| 3246 | 2024-11-14T03:33:01.234Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3247 | 2024-11-14T03:33:01.306Z | Checking tokio-rustls v0.24.1 |
| 3248 | 2024-11-14T03:33:01.679Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
| 3249 | 2024-11-14T03:33:01.697Z | Checking tough v0.19.0 |
| 3250 | 2024-11-14T03:33:01.745Z | Checking fatfs v0.3.6 |
| 3251 | 2024-11-14T03:33:01.882Z | Checking assert_matches v1.5.0 |
| 3252 | 2024-11-14T03:33:05.912Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 3253 | 2024-11-14T03:33:07.244Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3254 | 2024-11-14T03:33:08.172Z | Compiling git2 v0.19.0 |
| 3255 | 2024-11-14T03:33:12.852Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
| 3256 | 2024-11-14T03:34:25.527Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s |
| 3257 | 2024-11-14T03:34:25.713Z | |
| 3258 | 2024-11-14T03:34:25.713Z | info: running `cargo check --bins` on nexus-external-api (143/170) |
| 3259 | 2024-11-14T03:34:26.301Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3260 | 2024-11-14T03:34:26.303Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3261 | 2024-11-14T03:34:26.303Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3262 | 2024-11-14T03:34:26.306Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 3263 | 2024-11-14T03:34:26.378Z | |
| 3264 | 2024-11-14T03:34:26.378Z | info: running `cargo check --bins` on openapi-manager-types (144/170) |
| 3265 | 2024-11-14T03:34:26.897Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3266 | 2024-11-14T03:34:26.899Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3267 | 2024-11-14T03:34:26.899Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3268 | 2024-11-14T03:34:26.902Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3269 | 2024-11-14T03:34:26.968Z | |
| 3270 | 2024-11-14T03:34:26.968Z | info: running `cargo check --bins` on nexus-internal-api (145/170) |
| 3271 | 2024-11-14T03:34:27.522Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3272 | 2024-11-14T03:34:27.525Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3273 | 2024-11-14T03:34:27.525Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3274 | 2024-11-14T03:34:27.527Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3275 | 2024-11-14T03:34:27.600Z | |
| 3276 | 2024-11-14T03:34:27.600Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (146/170) |
| 3277 | 2024-11-14T03:34:28.167Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3278 | 2024-11-14T03:34:28.169Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3279 | 2024-11-14T03:34:28.169Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3280 | 2024-11-14T03:34:28.173Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3281 | 2024-11-14T03:34:28.249Z | |
| 3282 | 2024-11-14T03:34:28.249Z | info: running `cargo check --bins` on nexus-networking (147/170) |
| 3283 | 2024-11-14T03:34:28.818Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3284 | 2024-11-14T03:34:28.821Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3285 | 2024-11-14T03:34:28.821Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3286 | 2024-11-14T03:34:28.824Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3287 | 2024-11-14T03:34:28.896Z | |
| 3288 | 2024-11-14T03:34:28.896Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (148/170) |
| 3289 | 2024-11-14T03:34:29.470Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3290 | 2024-11-14T03:34:29.472Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3291 | 2024-11-14T03:34:29.472Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3292 | 2024-11-14T03:34:29.475Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3293 | 2024-11-14T03:34:29.549Z | |
| 3294 | 2024-11-14T03:34:29.549Z | info: running `cargo check --bins` on update-common (149/170) |
| 3295 | 2024-11-14T03:34:30.094Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3296 | 2024-11-14T03:34:30.097Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3297 | 2024-11-14T03:34:30.097Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3298 | 2024-11-14T03:34:30.100Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3299 | 2024-11-14T03:34:30.171Z | |
| 3300 | 2024-11-14T03:34:30.171Z | info: running `cargo check --bins` on tufaceous-lib (150/170) |
| 3301 | 2024-11-14T03:34:30.714Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3302 | 2024-11-14T03:34:30.716Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3303 | 2024-11-14T03:34:30.716Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3304 | 2024-11-14T03:34:30.719Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3305 | 2024-11-14T03:34:30.791Z | |
| 3306 | 2024-11-14T03:34:30.791Z | info: running `cargo check --bins` on tufaceous (151/170) |
| 3307 | 2024-11-14T03:34:31.344Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3308 | 2024-11-14T03:34:31.347Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3309 | 2024-11-14T03:34:31.438Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 3310 | 2024-11-14T03:34:32.395Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.59s |
| 3311 | 2024-11-14T03:34:32.564Z | |
| 3312 | 2024-11-14T03:34:32.564Z | info: running `cargo check --bins` on omicron-dev (152/170) |
| 3313 | 2024-11-14T03:34:33.203Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3314 | 2024-11-14T03:34:33.206Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3315 | 2024-11-14T03:34:33.380Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3316 | 2024-11-14T03:34:33.503Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3317 | 2024-11-14T03:34:33.505Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3318 | 2024-11-14T03:34:33.506Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3319 | 2024-11-14T03:34:58.606Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3320 | 2024-11-14T03:34:58.609Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3321 | 2024-11-14T03:34:58.609Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3322 | 2024-11-14T03:34:58.609Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3323 | 2024-11-14T03:34:58.609Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3324 | 2024-11-14T03:34:59.370Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3325 | 2024-11-14T03:35:00.593Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3326 | 2024-11-14T03:35:38.327Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s |
| 3327 | 2024-11-14T03:35:38.535Z | |
| 3328 | 2024-11-14T03:35:38.535Z | info: running `cargo check --bins` on openapi-manager (153/170) |
| 3329 | 2024-11-14T03:35:39.119Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3330 | 2024-11-14T03:35:39.123Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3331 | 2024-11-14T03:35:39.231Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3332 | 2024-11-14T03:35:39.233Z | Checking heck v0.4.1 |
| 3333 | 2024-11-14T03:35:39.233Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3334 | 2024-11-14T03:35:40.750Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
| 3335 | 2024-11-14T03:35:40.794Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3336 | 2024-11-14T03:35:41.642Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 3337 | 2024-11-14T03:35:42.697Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.15s |
| 3338 | 2024-11-14T03:35:42.874Z | |
| 3339 | 2024-11-14T03:35:42.874Z | info: running `cargo check --bins` on installinator-api (154/170) |
| 3340 | 2024-11-14T03:35:43.422Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3341 | 2024-11-14T03:35:43.425Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3342 | 2024-11-14T03:35:43.425Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3343 | 2024-11-14T03:35:43.428Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3344 | 2024-11-14T03:35:43.501Z | |
| 3345 | 2024-11-14T03:35:43.501Z | info: running `cargo check --bins` on wicketd-api (155/170) |
| 3346 | 2024-11-14T03:35:44.057Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3347 | 2024-11-14T03:35:44.059Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3348 | 2024-11-14T03:35:44.060Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3349 | 2024-11-14T03:35:44.063Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3350 | 2024-11-14T03:35:44.134Z | |
| 3351 | 2024-11-14T03:35:44.134Z | info: running `cargo check --bins` on reconfigurator-cli (156/170) |
| 3352 | 2024-11-14T03:35:44.703Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3353 | 2024-11-14T03:35:44.708Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3354 | 2024-11-14T03:35:44.806Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3355 | 2024-11-14T03:35:45.964Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.82s |
| 3356 | 2024-11-14T03:35:46.141Z | |
| 3357 | 2024-11-14T03:35:46.142Z | info: running `cargo check --bins` on omicron-releng (157/170) |
| 3358 | 2024-11-14T03:35:46.707Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3359 | 2024-11-14T03:35:46.709Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3360 | 2024-11-14T03:35:46.800Z | Checking memmap2 v0.9.5 |
| 3361 | 2024-11-14T03:35:46.800Z | Checking constant_time_eq v0.3.1 |
| 3362 | 2024-11-14T03:35:46.803Z | Checking arrayvec v0.7.6 |
| 3363 | 2024-11-14T03:35:46.803Z | Checking arrayref v0.3.9 |
| 3364 | 2024-11-14T03:35:46.803Z | Checking spin v0.5.2 |
| 3365 | 2024-11-14T03:35:46.803Z | Checking topological-sort v0.2.2 |
| 3366 | 2024-11-14T03:35:46.803Z | Checking shell-words v1.1.0 |
| 3367 | 2024-11-14T03:35:47.078Z | Checking ring v0.16.20 |
| 3368 | 2024-11-14T03:35:47.199Z | Checking blake3 v1.5.4 |
| 3369 | 2024-11-14T03:35:48.183Z | Checking omicron-zone-package v0.11.1 |
| 3370 | 2024-11-14T03:35:49.261Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3371 | 2024-11-14T03:35:50.161Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.01s |
| 3372 | 2024-11-14T03:35:50.337Z | |
| 3373 | 2024-11-14T03:35:50.337Z | info: running `cargo check --bins` on xtask (158/170) |
| 3374 | 2024-11-14T03:35:50.739Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3375 | 2024-11-14T03:35:50.742Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3376 | 2024-11-14T03:35:50.755Z | Checking bitflags v2.6.0 |
| 3377 | 2024-11-14T03:35:50.759Z | Checking serde v1.0.215 |
| 3378 | 2024-11-14T03:35:50.759Z | Checking thiserror v1.0.69 |
| 3379 | 2024-11-14T03:35:50.847Z | Checking scroll v0.12.0 |
| 3380 | 2024-11-14T03:35:50.849Z | Checking log v0.4.22 |
| 3381 | 2024-11-14T03:35:50.856Z | Checking hashbrown v0.15.0 |
| 3382 | 2024-11-14T03:35:50.876Z | Checking zerocopy v0.7.35 |
| 3383 | 2024-11-14T03:35:50.891Z | Checking syn v2.0.87 |
| 3384 | 2024-11-14T03:35:50.938Z | Checking pest v2.7.14 |
| 3385 | 2024-11-14T03:35:51.066Z | Checking rustix v0.38.37 |
| 3386 | 2024-11-14T03:35:51.104Z | Checking once_cell v1.20.2 |
| 3387 | 2024-11-14T03:35:51.275Z | Checking goblin v0.8.2 |
| 3388 | 2024-11-14T03:35:51.400Z | Checking fs-err v2.11.0 |
| 3389 | 2024-11-14T03:35:51.709Z | Checking anyhow v1.0.93 |
| 3390 | 2024-11-14T03:35:51.922Z | Checking indexmap v2.6.0 |
| 3391 | 2024-11-14T03:35:52.078Z | Checking tabled v0.15.0 |
| 3392 | 2024-11-14T03:35:53.061Z | Checking terminal_size v0.4.0 |
| 3393 | 2024-11-14T03:35:53.061Z | Checking tempfile v3.13.0 |
| 3394 | 2024-11-14T03:35:53.236Z | Checking clap_builder v4.5.20 |
| 3395 | 2024-11-14T03:35:53.449Z | Checking dtrace-parser v0.2.0 |
| 3396 | 2024-11-14T03:35:55.323Z | Checking serde_json v1.0.132 |
| 3397 | 2024-11-14T03:35:55.323Z | Checking serde_spanned v0.6.8 |
| 3398 | 2024-11-14T03:35:55.326Z | Checking toml_datetime v0.6.8 |
| 3399 | 2024-11-14T03:35:55.326Z | Checking camino v1.1.9 |
| 3400 | 2024-11-14T03:35:55.326Z | Checking cargo-platform v0.1.8 |
| 3401 | 2024-11-14T03:35:55.326Z | Checking semver v1.0.23 |
| 3402 | 2024-11-14T03:35:55.326Z | Checking macaddr v1.0.1 |
| 3403 | 2024-11-14T03:35:55.418Z | Checking clap v4.5.20 |
| 3404 | 2024-11-14T03:35:55.610Z | Checking toml_edit v0.22.22 |
| 3405 | 2024-11-14T03:35:55.816Z | Checking camino-tempfile v1.1.1 |
| 3406 | 2024-11-14T03:35:56.403Z | Checking dof v0.3.0 |
| 3407 | 2024-11-14T03:35:56.403Z | Checking cargo_metadata v0.18.1 |
| 3408 | 2024-11-14T03:35:56.797Z | Checking usdt-impl v0.5.0 |
| 3409 | 2024-11-14T03:35:57.141Z | Checking usdt v0.5.0 |
| 3410 | 2024-11-14T03:35:57.315Z | Checking toml v0.8.19 |
| 3411 | 2024-11-14T03:35:57.768Z | Checking cargo_toml v0.20.5 |
| 3412 | 2024-11-14T03:35:58.939Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3413 | 2024-11-14T03:35:59.544Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.20s |
| 3414 | 2024-11-14T03:35:59.640Z | |
| 3415 | 2024-11-14T03:35:59.640Z | info: running `cargo check --bins` on end-to-end-tests (159/170) |
| 3416 | 2024-11-14T03:36:00.247Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3417 | 2024-11-14T03:36:00.250Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3418 | 2024-11-14T03:36:00.377Z | Checking polyval v0.6.2 |
| 3419 | 2024-11-14T03:36:00.489Z | Checking ctr v0.9.2 |
| 3420 | 2024-11-14T03:36:00.499Z | Checking ssh-encoding v0.2.0 |
| 3421 | 2024-11-14T03:36:00.503Z | Checking blowfish v0.9.1 |
| 3422 | 2024-11-14T03:36:00.521Z | Checking password-hash v0.4.2 |
| 3423 | 2024-11-14T03:36:00.524Z | Checking matches v0.1.10 |
| 3424 | 2024-11-14T03:36:00.549Z | Checking p256 v0.13.2 |
| 3425 | 2024-11-14T03:36:00.552Z | Checking p521 v0.13.3 |
| 3426 | 2024-11-14T03:36:00.624Z | Checking idna v0.2.3 |
| 3427 | 2024-11-14T03:36:00.712Z | Checking ghash v0.5.1 |
| 3428 | 2024-11-14T03:36:00.731Z | Compiling enum-as-inner v0.5.1 |
| 3429 | 2024-11-14T03:36:00.770Z | Checking bcrypt-pbkdf v0.10.0 |
| 3430 | 2024-11-14T03:36:00.789Z | Checking russh-cryptovec v0.7.3 |
| 3431 | 2024-11-14T03:36:00.877Z | Checking aes-gcm v0.10.3 |
| 3432 | 2024-11-14T03:36:00.924Z | Checking pbkdf2 v0.11.0 |
| 3433 | 2024-11-14T03:36:01.022Z | Checking md5 v0.7.0 |
| 3434 | 2024-11-14T03:36:01.042Z | Checking num-bigint v0.4.6 |
| 3435 | 2024-11-14T03:36:01.061Z | Checking des v0.8.1 |
| 3436 | 2024-11-14T03:36:01.125Z | Checking ssh-cipher v0.2.0 |
| 3437 | 2024-11-14T03:36:01.189Z | Compiling dhcproto-macros v0.1.0 |
| 3438 | 2024-11-14T03:36:01.293Z | Checking hex-literal v0.4.1 |
| 3439 | 2024-11-14T03:36:01.333Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3440 | 2024-11-14T03:36:01.400Z | Checking ssh-key v0.6.6 |
| 3441 | 2024-11-14T03:36:01.422Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3442 | 2024-11-14T03:36:01.424Z | Checking internet-checksum v0.2.1 |
| 3443 | 2024-11-14T03:36:01.728Z | Checking trust-dns-proto v0.22.0 |
| 3444 | 2024-11-14T03:36:02.632Z | Checking russh-keys v0.45.0 |
| 3445 | 2024-11-14T03:36:03.570Z | Checking russh v0.45.0 |
| 3446 | 2024-11-14T03:36:04.159Z | Checking dhcproto v0.12.0 |
| 3447 | 2024-11-14T03:36:20.993Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3448 | 2024-11-14T03:36:22.332Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.68s |
| 3449 | 2024-11-14T03:36:22.520Z | |
| 3450 | 2024-11-14T03:36:22.520Z | info: running `cargo check --bins` on gateway-cli (160/170) |
| 3451 | 2024-11-14T03:36:23.063Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3452 | 2024-11-14T03:36:23.066Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3453 | 2024-11-14T03:36:23.145Z | Checking termios v0.3.3 |
| 3454 | 2024-11-14T03:36:23.359Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3455 | 2024-11-14T03:36:24.130Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.60s |
| 3456 | 2024-11-14T03:36:24.297Z | |
| 3457 | 2024-11-14T03:36:24.297Z | info: running `cargo check --bins --no-default-features` on installinator (161/170) |
| 3458 | 2024-11-14T03:36:24.868Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3459 | 2024-11-14T03:36:24.870Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3460 | 2024-11-14T03:36:24.970Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3461 | 2024-11-14T03:36:26.927Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3462 | 2024-11-14T03:36:28.738Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.43s |
| 3463 | 2024-11-14T03:36:28.917Z | |
| 3464 | 2024-11-14T03:36:28.917Z | info: running `cargo check --bins` on internal-dns-cli (162/170) |
| 3465 | 2024-11-14T03:36:29.457Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3466 | 2024-11-14T03:36:29.460Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3467 | 2024-11-14T03:36:29.540Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3468 | 2024-11-14T03:36:30.022Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s |
| 3469 | 2024-11-14T03:36:30.196Z | |
| 3470 | 2024-11-14T03:36:30.196Z | info: running `cargo check --bins` on omicron-live-tests (163/170) |
| 3471 | 2024-11-14T03:36:30.715Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3472 | 2024-11-14T03:36:30.717Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3473 | 2024-11-14T03:36:30.717Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3474 | 2024-11-14T03:36:30.720Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3475 | 2024-11-14T03:36:30.787Z | |
| 3476 | 2024-11-14T03:36:30.788Z | info: running `cargo check --bins` on live-tests-macros (164/170) |
| 3477 | 2024-11-14T03:36:31.306Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3478 | 2024-11-14T03:36:31.309Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3479 | 2024-11-14T03:36:31.309Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3480 | 2024-11-14T03:36:31.311Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3481 | 2024-11-14T03:36:31.378Z | |
| 3482 | 2024-11-14T03:36:31.378Z | info: running `cargo check --bins` on omicron-package (165/170) |
| 3483 | 2024-11-14T03:36:31.934Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3484 | 2024-11-14T03:36:31.936Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3485 | 2024-11-14T03:36:32.031Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3486 | 2024-11-14T03:36:33.309Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.92s |
| 3487 | 2024-11-14T03:36:33.480Z | |
| 3488 | 2024-11-14T03:36:33.480Z | info: running `cargo check --bins` on wicket-dbg (166/170) |
| 3489 | 2024-11-14T03:36:34.057Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3490 | 2024-11-14T03:36:34.060Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3491 | 2024-11-14T03:36:34.163Z | Checking rtoolbox v0.0.2 |
| 3492 | 2024-11-14T03:36:34.163Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3493 | 2024-11-14T03:36:34.166Z | Checking tui-tree-widget v0.22.0 |
| 3494 | 2024-11-14T03:36:34.396Z | Checking rpassword v7.3.1 |
| 3495 | 2024-11-14T03:36:38.353Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3496 | 2024-11-14T03:36:41.282Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3497 | 2024-11-14T03:36:42.469Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.98s |
| 3498 | 2024-11-14T03:36:42.643Z | |
| 3499 | 2024-11-14T03:36:42.644Z | info: running `cargo check --bins` on wicket (167/170) |
| 3500 | 2024-11-14T03:36:43.210Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3501 | 2024-11-14T03:36:43.214Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3502 | 2024-11-14T03:36:43.315Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3503 | 2024-11-14T03:36:43.738Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s |
| 3504 | 2024-11-14T03:36:43.917Z | |
| 3505 | 2024-11-14T03:36:43.917Z | info: running `cargo check --bins` on wicketd (168/170) |
| 3506 | 2024-11-14T03:36:44.512Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3507 | 2024-11-14T03:36:44.514Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3508 | 2024-11-14T03:36:44.626Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3509 | 2024-11-14T03:36:48.469Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.54s |
| 3510 | 2024-11-14T03:36:48.645Z | |
| 3511 | 2024-11-14T03:36:48.645Z | info: running `cargo check --bins` on omicron-workspace-hack (169/170) |
| 3512 | 2024-11-14T03:36:49.164Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3513 | 2024-11-14T03:36:49.166Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3514 | 2024-11-14T03:36:49.166Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3515 | 2024-11-14T03:36:49.168Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3516 | 2024-11-14T03:36:49.233Z | |
| 3517 | 2024-11-14T03:36:49.234Z | info: running `cargo check --bins` on zone-setup (170/170) |
| 3518 | 2024-11-14T03:36:49.828Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3519 | 2024-11-14T03:36:49.831Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3520 | 2024-11-14T03:36:49.950Z | Checking uzers v0.12.1 |
| 3521 | 2024-11-14T03:36:50.288Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3522 | 2024-11-14T03:36:51.394Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.15s |
| 3523 | 2024-11-14T03:36:51.592Z | |
| 3524 | 2024-11-14T03:36:51.592Z | real 13:04.912833859 |
| 3525 | 2024-11-14T03:36:51.592Z | user 23:21.648335560 |
| 3526 | 2024-11-14T03:36:51.592Z | sys 5:13.864381278 |
| 3527 | 2024-11-14T03:36:51.592Z | trap 0.448880333 |
| 3528 | 2024-11-14T03:36:51.593Z | tflt 2.295978118 |
| 3529 | 2024-11-14T03:36:51.593Z | dflt 3.288223158 |
| 3530 | 2024-11-14T03:36:51.595Z | kflt 0.000898485 |
| 3531 | 2024-11-14T03:36:51.595Z | lock 46:24.126468239 |
| 3532 | 2024-11-14T03:36:51.595Z | slp 2:04:30.579217224 |
| 3533 | 2024-11-14T03:36:51.595Z | lat 57.421348770 |
| 3534 | 2024-11-14T03:36:51.595Z | stop 3:01.805816938 |
| 3535 | 2024-11-14T03:36:51.595Z | process exited: duration 1144331 ms, exit code 0 |
| |
| 3536 | 2024-11-14T03:36:51.601Z | found 0 output files |