|
|
|
1 | 2025-01-14T21:17:15.610Z | job assigned to worker 01JHKASCYETJ20XB9X0Z8PHJ08 [factory aws, i-0d762d377ac90c2d5] (queued for 1 m 3 s) |
|
2 | 2025-01-14T21:17:23.363Z | starting task 0: "setup" |
3 | 2025-01-14T21:17:23.375Z | ++ uname -s |
4 | 2025-01-14T21:17:23.378Z | + kern=SunOS |
5 | 2025-01-14T21:17:23.378Z | + case "$kern" in |
6 | 2025-01-14T21:17:23.378Z | + groupadd -g 12345 build |
7 | 2025-01-14T21:17:23.381Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-14T21:17:25.389Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-14T21:17:25.512Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-14T21:17:25.517Z | + home_fs=zfs |
11 | 2025-01-14T21:17:25.517Z | + [[ zfs == autofs ]] |
12 | 2025-01-14T21:17:25.517Z | + mkdir -p /home/build |
13 | 2025-01-14T21:17:25.517Z | + chown build:build /home/build /work |
14 | 2025-01-14T21:17:27.519Z | + chmod 0700 /home/build /work |
15 | 2025-01-14T21:17:27.521Z | process exited: duration 4157 ms, exit code 0 |
|
16 | 2025-01-14T21:17:27.527Z | starting task 1: "rust-toolchain" |
17 | 2025-01-14T21:17:27.532Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-14T21:17:27.532Z | ' 1.84.0 |
19 | 2025-01-14T21:17:27.532Z | + printf ' * toolchain profile = "%s" |
20 | 2025-01-14T21:17:27.532Z | ' default |
21 | 2025-01-14T21:17:27.532Z | * toolchain channel = "1.84.0" |
22 | 2025-01-14T21:17:27.532Z | * toolchain profile = "default" |
23 | 2025-01-14T21:17:27.535Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-14T21:17:27.535Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
25 | 2025-01-14T21:17:27.660Z | info: downloading installer |
26 | 2025-01-14T21:17:29.008Z | info: profile set to 'default' |
27 | 2025-01-14T21:17:29.008Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-14T21:17:29.010Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
29 | 2025-01-14T21:17:29.183Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
30 | 2025-01-14T21:17:29.183Z | info: downloading component 'cargo' |
31 | 2025-01-14T21:17:30.235Z | info: downloading component 'clippy' |
32 | 2025-01-14T21:17:30.637Z | info: downloading component 'rust-docs' |
33 | 2025-01-14T21:17:32.076Z | info: downloading component 'rust-std' |
34 | 2025-01-14T21:17:34.211Z | info: downloading component 'rustc' |
35 | 2025-01-14T21:17:42.396Z | info: downloading component 'rustfmt' |
36 | 2025-01-14T21:17:42.703Z | info: installing component 'cargo' |
37 | 2025-01-14T21:17:43.519Z | info: installing component 'clippy' |
38 | 2025-01-14T21:17:43.895Z | info: installing component 'rust-docs' |
39 | 2025-01-14T21:17:45.572Z | info: installing component 'rust-std' |
40 | 2025-01-14T21:17:47.268Z | info: installing component 'rustc' |
41 | 2025-01-14T21:17:53.232Z | info: installing component 'rustfmt' |
42 | 2025-01-14T21:17:53.558Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
43 | 2025-01-14T21:17:53.558Z | |
44 | 2025-01-14T21:17:53.944Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
45 | 2025-01-14T21:17:53.944Z | |
46 | 2025-01-14T21:17:53.948Z | |
47 | 2025-01-14T21:17:53.948Z | Rust is installed now. Great! |
48 | 2025-01-14T21:17:53.948Z | |
49 | 2025-01-14T21:17:53.948Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-14T21:17:53.948Z | environment variable. This has not been done automatically. |
51 | 2025-01-14T21:17:53.948Z | |
52 | 2025-01-14T21:17:53.948Z | To configure your current shell, you need to source |
53 | 2025-01-14T21:17:53.948Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-14T21:17:53.948Z | |
55 | 2025-01-14T21:17:53.948Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-14T21:17:53.948Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-14T21:17:53.948Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-14T21:17:54.027Z | + rustc --version |
59 | 2025-01-14T21:17:54.092Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
60 | 2025-01-14T21:17:54.095Z | process exited: duration 26566 ms, exit code 0 |
|
61 | 2025-01-14T21:17:54.103Z | starting task 2: "authentication" |
62 | 2025-01-14T21:17:54.123Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2025-01-14T21:17:54.129Z | starting task 3: "clone repository" |
64 | 2025-01-14T21:17:54.134Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-14T21:17:54.136Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-14T21:17:54.176Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-14T21:18:01.625Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-14T21:18:01.625Z | + git fetch origin a74f54004c9e208cee9dcc215bf03c76dc26f52b |
69 | 2025-01-14T21:18:01.925Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-14T21:18:01.925Z | * branch a74f54004c9e208cee9dcc215bf03c76dc26f52b -> FETCH_HEAD |
71 | 2025-01-14T21:18:01.935Z | + [[ -n sunshowers/spr/meta-update-rust-to-184 ]] |
72 | 2025-01-14T21:18:01.937Z | ++ git branch --show-current |
73 | 2025-01-14T21:18:01.940Z | + current=main |
74 | 2025-01-14T21:18:01.940Z | + [[ main != sunshowers/spr/meta-update-rust-to-184 ]] |
75 | 2025-01-14T21:18:01.940Z | + git branch -f sunshowers/spr/meta-update-rust-to-184 a74f54004c9e208cee9dcc215bf03c76dc26f52b |
76 | 2025-01-14T21:18:01.942Z | + git checkout -f sunshowers/spr/meta-update-rust-to-184 |
77 | 2025-01-14T21:18:02.121Z | Switched to branch 'sunshowers/spr/meta-update-rust-to-184' |
78 | 2025-01-14T21:18:02.123Z | + git reset --hard a74f54004c9e208cee9dcc215bf03c76dc26f52b |
79 | 2025-01-14T21:18:02.145Z | HEAD is now at a74f54004 fix clippy |
80 | 2025-01-14T21:18:02.147Z | process exited: duration 8016 ms, exit code 0 |
|
81 | 2025-01-14T21:18:02.154Z | starting task 4: "build" |
82 | 2025-01-14T21:18:02.158Z | + source .github/buildomat/ci-env.sh |
83 | 2025-01-14T21:18:02.160Z | ++ export CARGO_TERM_COLOR=always |
84 | 2025-01-14T21:18:02.160Z | ++ CARGO_TERM_COLOR=always |
85 | 2025-01-14T21:18:02.160Z | + cargo --version |
86 | 2025-01-14T21:18:02.218Z | cargo 1.84.0 (66221abde 2024-11-19) |
87 | 2025-01-14T21:18:02.226Z | + rustc --version |
88 | 2025-01-14T21:18:02.282Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
89 | 2025-01-14T21:18:02.284Z | + cd /tmp |
90 | 2025-01-14T21:18:02.284Z | + cargo new --lib test-project |
91 | 2025-01-14T21:18:02.341Z | Creating library `test-project` package |
92 | 2025-01-14T21:18:02.419Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
93 | 2025-01-14T21:18:02.422Z | + cd test-project |
94 | 2025-01-14T21:18:02.422Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
95 | 2025-01-14T21:18:02.480Z | Adding omicron-common (local) to dependencies |
96 | 2025-01-14T21:18:02.483Z | Features: |
97 | 2025-01-14T21:18:02.483Z | - proptest |
98 | 2025-01-14T21:18:02.483Z | - test-strategy |
99 | 2025-01-14T21:18:02.483Z | - testing |
100 | 2025-01-14T21:18:02.483Z | Updating crates.io index |
101 | 2025-01-14T21:18:02.580Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
102 | 2025-01-14T21:18:03.056Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
103 | 2025-01-14T21:18:03.559Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
104 | 2025-01-14T21:18:03.948Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
105 | 2025-01-14T21:18:04.336Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
106 | 2025-01-14T21:18:05.734Z | Locking 335 packages to latest compatible versions |
107 | 2025-01-14T21:18:05.930Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
108 | 2025-01-14T21:18:05.933Z | + cargo check |
109 | 2025-01-14T21:18:06.076Z | Updating crates.io index |
110 | 2025-01-14T21:18:06.955Z | Locking 1 package to latest compatible version |
111 | 2025-01-14T21:18:06.955Z | Adding omicron-workspace-hack v0.1.0 |
112 | 2025-01-14T21:18:06.978Z | Downloading crates ... |
113 | 2025-01-14T21:18:07.108Z | Downloaded ahash v0.8.11 |
114 | 2025-01-14T21:18:07.115Z | Downloaded foreign-types v0.3.2 |
115 | 2025-01-14T21:18:07.118Z | Downloaded async-stream-impl v0.3.6 |
116 | 2025-01-14T21:18:07.123Z | Downloaded darling_macro v0.20.10 |
117 | 2025-01-14T21:18:07.126Z | Downloaded equivalent v1.0.1 |
118 | 2025-01-14T21:18:07.130Z | Downloaded synstructure v0.13.1 |
119 | 2025-01-14T21:18:07.133Z | Downloaded thiserror-impl v1.0.69 |
120 | 2025-01-14T21:18:07.135Z | Downloaded term v0.7.0 |
121 | 2025-01-14T21:18:07.138Z | Downloaded time-core v0.1.2 |
122 | 2025-01-14T21:18:07.142Z | Downloaded match_cfg v0.1.0 |
123 | 2025-01-14T21:18:07.145Z | Downloaded icu_provider_macros v1.5.0 |
124 | 2025-01-14T21:18:07.145Z | Downloaded foreign-types-shared v0.1.1 |
125 | 2025-01-14T21:18:07.147Z | Downloaded ident_case v1.0.1 |
126 | 2025-01-14T21:18:07.147Z | Downloaded dtrace-parser v0.2.0 |
127 | 2025-01-14T21:18:07.147Z | Downloaded tinyvec_macros v0.1.1 |
128 | 2025-01-14T21:18:07.150Z | Downloaded take_mut v0.2.2 |
129 | 2025-01-14T21:18:07.153Z | Downloaded omicron-workspace-hack v0.1.0 |
130 | 2025-01-14T21:18:07.156Z | Downloaded usdt-attr-macro v0.5.0 |
131 | 2025-01-14T21:18:07.156Z | Downloaded try-lock v0.2.5 |
132 | 2025-01-14T21:18:07.158Z | Downloaded num-conv v0.1.0 |
133 | 2025-01-14T21:18:07.161Z | Downloaded openssl-probe v0.1.5 |
134 | 2025-01-14T21:18:07.161Z | Downloaded tower-service v0.3.3 |
135 | 2025-01-14T21:18:07.165Z | Downloaded yoke-derive v0.7.4 |
136 | 2025-01-14T21:18:07.165Z | Downloaded progenitor-client v0.9.1 |
137 | 2025-01-14T21:18:07.167Z | Downloaded waitgroup v0.1.2 |
138 | 2025-01-14T21:18:07.171Z | Downloaded either v1.13.0 |
139 | 2025-01-14T21:18:07.171Z | Downloaded cpufeatures v0.2.14 |
140 | 2025-01-14T21:18:07.174Z | Downloaded fnv v1.0.7 |
141 | 2025-01-14T21:18:07.174Z | Downloaded progenitor-client v0.8.0 |
142 | 2025-01-14T21:18:07.174Z | Downloaded pretty-hex v0.4.1 |
143 | 2025-01-14T21:18:07.177Z | Downloaded num_threads v0.1.7 |
144 | 2025-01-14T21:18:07.177Z | Downloaded futures-executor v0.3.31 |
145 | 2025-01-14T21:18:07.180Z | Downloaded want v0.3.1 |
146 | 2025-01-14T21:18:07.183Z | Downloaded thiserror v1.0.69 |
147 | 2025-01-14T21:18:07.186Z | Downloaded write16 v1.0.0 |
148 | 2025-01-14T21:18:07.190Z | Downloaded futures-core v0.3.31 |
149 | 2025-01-14T21:18:07.190Z | Downloaded dof v0.3.0 |
150 | 2025-01-14T21:18:07.192Z | Downloaded usdt-macro v0.5.0 |
151 | 2025-01-14T21:18:07.192Z | Downloaded openssl-macros v0.1.1 |
152 | 2025-01-14T21:18:07.192Z | Downloaded zerofrom v0.1.4 |
153 | 2025-01-14T21:18:07.193Z | Downloaded dyn-clone v1.0.17 |
154 | 2025-01-14T21:18:07.196Z | Downloaded utf16_iter v1.0.5 |
155 | 2025-01-14T21:18:07.200Z | Downloaded tinystr v0.7.6 |
156 | 2025-01-14T21:18:07.200Z | Downloaded httpdate v1.0.3 |
157 | 2025-01-14T21:18:07.203Z | Downloaded toml_datetime v0.6.8 |
158 | 2025-01-14T21:18:07.203Z | Downloaded http-body-util v0.1.2 |
159 | 2025-01-14T21:18:07.210Z | Downloaded hex v0.4.3 |
160 | 2025-01-14T21:18:07.210Z | Downloaded usdt v0.5.0 |
161 | 2025-01-14T21:18:07.210Z | Downloaded is-terminal v0.4.13 |
162 | 2025-01-14T21:18:07.215Z | Downloaded parse-display v0.10.0 |
163 | 2025-01-14T21:18:07.215Z | Downloaded thread-id v4.2.2 |
164 | 2025-01-14T21:18:07.215Z | Downloaded thread_local v1.1.8 |
165 | 2025-01-14T21:18:07.215Z | Downloaded hyper-tls v0.6.0 |
166 | 2025-01-14T21:18:07.219Z | Downloaded zerovec-derive v0.10.3 |
167 | 2025-01-14T21:18:07.219Z | Downloaded zerofrom-derive v0.1.4 |
168 | 2025-01-14T21:18:07.219Z | Downloaded pin-utils v0.1.0 |
169 | 2025-01-14T21:18:07.219Z | Downloaded pest_generator v2.7.14 |
170 | 2025-01-14T21:18:07.223Z | Downloaded parse-display-derive v0.10.0 |
171 | 2025-01-14T21:18:07.223Z | Downloaded idna_adapter v1.2.0 |
172 | 2025-01-14T21:18:07.223Z | Downloaded hostname v0.3.1 |
173 | 2025-01-14T21:18:07.228Z | Downloaded futures-task v0.3.31 |
174 | 2025-01-14T21:18:07.228Z | Downloaded macaddr v1.0.1 |
175 | 2025-01-14T21:18:07.230Z | Downloaded progenitor-macro v0.8.0 |
176 | 2025-01-14T21:18:07.230Z | Downloaded mime v0.3.17 |
177 | 2025-01-14T21:18:07.230Z | Downloaded ipnetwork v0.20.0 |
178 | 2025-01-14T21:18:07.233Z | Downloaded async-trait v0.1.83 |
179 | 2025-01-14T21:18:07.236Z | Downloaded ppv-lite86 v0.2.20 |
180 | 2025-01-14T21:18:07.239Z | Downloaded pkg-config v0.3.31 |
181 | 2025-01-14T21:18:07.239Z | Downloaded paste v1.0.15 |
182 | 2025-01-14T21:18:07.242Z | Downloaded progenitor v0.8.0 |
183 | 2025-01-14T21:18:07.245Z | Downloaded getrandom v0.2.15 |
184 | 2025-01-14T21:18:07.247Z | Downloaded plain v0.2.3 |
185 | 2025-01-14T21:18:07.250Z | Downloaded typify-macro v0.2.0 |
186 | 2025-01-14T21:18:07.250Z | Downloaded displaydoc v0.2.5 |
187 | 2025-01-14T21:18:07.253Z | Downloaded scroll_derive v0.12.0 |
188 | 2025-01-14T21:18:07.255Z | Downloaded crypto-common v0.1.6 |
189 | 2025-01-14T21:18:07.255Z | Downloaded camino v1.1.9 |
190 | 2025-01-14T21:18:07.259Z | Downloaded debug-ignore v1.0.5 |
191 | 2025-01-14T21:18:07.259Z | Downloaded backoff v0.4.0 |
192 | 2025-01-14T21:18:07.261Z | Downloaded httparse v1.9.5 |
193 | 2025-01-14T21:18:07.264Z | Downloaded scopeguard v1.2.0 |
194 | 2025-01-14T21:18:07.267Z | Downloaded powerfmt v0.2.0 |
195 | 2025-01-14T21:18:07.267Z | Downloaded time-macros v0.2.18 |
196 | 2025-01-14T21:18:07.269Z | Downloaded percent-encoding v2.3.1 |
197 | 2025-01-14T21:18:07.272Z | Downloaded lock_api v0.4.12 |
198 | 2025-01-14T21:18:07.272Z | Downloaded yoke v0.7.4 |
199 | 2025-01-14T21:18:07.274Z | Downloaded untrusted v0.9.0 |
200 | 2025-01-14T21:18:07.276Z | Downloaded litemap v0.7.3 |
201 | 2025-01-14T21:18:07.279Z | Downloaded tokio-rustls v0.26.0 |
202 | 2025-01-14T21:18:07.281Z | Downloaded form_urlencoded v1.2.1 |
203 | 2025-01-14T21:18:07.281Z | Downloaded pin-project-lite v0.2.14 |
204 | 2025-01-14T21:18:07.286Z | Downloaded pest_derive v2.7.14 |
205 | 2025-01-14T21:18:07.288Z | Downloaded multer v3.1.0 |
206 | 2025-01-14T21:18:07.291Z | Downloaded strum v0.26.3 |
207 | 2025-01-14T21:18:07.294Z | Downloaded writeable v0.5.5 |
208 | 2025-01-14T21:18:07.296Z | Downloaded instant v0.1.13 |
209 | 2025-01-14T21:18:07.296Z | Downloaded pest_meta v2.7.14 |
210 | 2025-01-14T21:18:07.299Z | Downloaded http-body v1.0.1 |
211 | 2025-01-14T21:18:07.299Z | Downloaded serde_urlencoded v0.7.1 |
212 | 2025-01-14T21:18:07.302Z | Downloaded once_cell v1.20.2 |
213 | 2025-01-14T21:18:07.305Z | Downloaded slog-async v2.8.0 |
214 | 2025-01-14T21:18:07.307Z | Downloaded slog-json v2.6.1 |
215 | 2025-01-14T21:18:07.307Z | Downloaded subtle v2.6.1 |
216 | 2025-01-14T21:18:07.310Z | Downloaded strsim v0.11.1 |
217 | 2025-01-14T21:18:07.310Z | Downloaded slab v0.4.9 |
218 | 2025-01-14T21:18:07.313Z | Downloaded schemars_derive v0.8.21 |
219 | 2025-01-14T21:18:07.313Z | Downloaded crossbeam-utils v0.8.20 |
220 | 2025-01-14T21:18:07.315Z | Downloaded sync_wrapper v1.0.1 |
221 | 2025-01-14T21:18:07.317Z | Downloaded tinyvec v1.8.0 |
222 | 2025-01-14T21:18:07.319Z | Downloaded atomic-waker v1.1.2 |
223 | 2025-01-14T21:18:07.322Z | Downloaded signal-hook-registry v1.4.2 |
224 | 2025-01-14T21:18:07.322Z | Downloaded bitflags v2.6.0 |
225 | 2025-01-14T21:18:07.325Z | Downloaded anyhow v1.0.93 |
226 | 2025-01-14T21:18:07.329Z | Downloaded ucd-trie v0.1.7 |
227 | 2025-01-14T21:18:07.332Z | Downloaded num-traits v0.2.19 |
228 | 2025-01-14T21:18:07.334Z | Downloaded shlex v1.3.0 |
229 | 2025-01-14T21:18:07.337Z | Downloaded parking_lot_core v0.9.10 |
230 | 2025-01-14T21:18:07.340Z | Downloaded proc-macro2 v1.0.92 |
231 | 2025-01-14T21:18:07.342Z | Downloaded icu_locid_transform_data v1.5.0 |
232 | 2025-01-14T21:18:07.344Z | Downloaded serde_spanned v0.6.8 |
233 | 2025-01-14T21:18:07.344Z | Downloaded serde_path_to_error v0.1.16 |
234 | 2025-01-14T21:18:07.347Z | Downloaded log v0.4.22 |
235 | 2025-01-14T21:18:07.349Z | Downloaded icu_normalizer v1.5.0 |
236 | 2025-01-14T21:18:07.351Z | Downloaded sha2 v0.10.8 |
237 | 2025-01-14T21:18:07.354Z | Downloaded structmeta v0.3.0 |
238 | 2025-01-14T21:18:07.356Z | Downloaded progenitor-impl v0.8.0 |
239 | 2025-01-14T21:18:07.359Z | Downloaded futures-macro v0.3.31 |
240 | 2025-01-14T21:18:07.359Z | Downloaded serde_derive_internals v0.29.1 |
241 | 2025-01-14T21:18:07.361Z | Downloaded stable_deref_trait v1.2.0 |
242 | 2025-01-14T21:18:07.361Z | Downloaded structmeta-derive v0.3.0 |
243 | 2025-01-14T21:18:07.364Z | Downloaded quinn-udp v0.5.5 |
244 | 2025-01-14T21:18:07.364Z | Downloaded serde_tokenstream v0.2.2 |
245 | 2025-01-14T21:18:07.367Z | Downloaded rustc-hash v2.0.0 |
246 | 2025-01-14T21:18:07.367Z | Downloaded strum_macros v0.26.4 |
247 | 2025-01-14T21:18:07.369Z | Downloaded rand_core v0.6.4 |
248 | 2025-01-14T21:18:07.372Z | Downloaded icu_provider v1.5.0 |
249 | 2025-01-14T21:18:07.375Z | Downloaded scroll v0.12.0 |
250 | 2025-01-14T21:18:07.377Z | Downloaded slog-bunyan v2.5.0 |
251 | 2025-01-14T21:18:07.377Z | Downloaded parking_lot v0.12.3 |
252 | 2025-01-14T21:18:07.379Z | Downloaded darling_core v0.20.10 |
253 | 2025-01-14T21:18:07.384Z | Downloaded allocator-api2 v0.2.18 |
254 | 2025-01-14T21:18:07.387Z | Downloaded slog-term v2.9.1 |
255 | 2025-01-14T21:18:07.390Z | Downloaded toml_edit v0.22.22 |
256 | 2025-01-14T21:18:07.412Z | Downloaded smallvec v1.13.2 |
257 | 2025-01-14T21:18:07.415Z | Downloaded uuid v1.11.0 |
258 | 2025-01-14T21:18:07.418Z | Downloaded tracing-core v0.1.32 |
259 | 2025-01-14T21:18:07.421Z | Downloaded bytes v1.9.0 |
260 | 2025-01-14T21:18:07.424Z | Downloaded rustls-pemfile v2.2.0 |
261 | 2025-01-14T21:18:07.427Z | Downloaded base64 v0.22.1 |
262 | 2025-01-14T21:18:07.430Z | Downloaded icu_properties v1.5.1 |
263 | 2025-01-14T21:18:07.433Z | Downloaded spin v0.9.8 |
264 | 2025-01-14T21:18:07.435Z | Downloaded rustls-pki-types v1.10.0 |
265 | 2025-01-14T21:18:07.437Z | Downloaded indexmap v2.7.0 |
266 | 2025-01-14T21:18:07.442Z | Downloaded slog v2.7.0 |
267 | 2025-01-14T21:18:07.445Z | Downloaded url v2.5.3 |
268 | 2025-01-14T21:18:07.447Z | Downloaded hyper-util v0.1.10 |
269 | 2025-01-14T21:18:07.452Z | Downloaded quote v1.0.38 |
270 | 2025-01-14T21:18:07.455Z | Downloaded ryu v1.0.18 |
271 | 2025-01-14T21:18:07.458Z | Downloaded memchr v2.7.4 |
272 | 2025-01-14T21:18:07.463Z | Downloaded serde_derive v1.0.217 |
273 | 2025-01-14T21:18:07.466Z | Downloaded crossbeam-channel v0.5.13 |
274 | 2025-01-14T21:18:07.470Z | Downloaded schemars v0.8.21 |
275 | 2025-01-14T21:18:07.483Z | Downloaded aho-corasick v1.1.3 |
276 | 2025-01-14T21:18:07.488Z | Downloaded serde v1.0.217 |
277 | 2025-01-14T21:18:07.491Z | Downloaded mio v1.0.2 |
278 | 2025-01-14T21:18:07.497Z | Downloaded serde_yaml v0.9.34+deprecated |
279 | 2025-01-14T21:18:07.501Z | Downloaded http v1.2.0 |
280 | 2025-01-14T21:18:07.505Z | Downloaded tokio-util v0.7.12 |
281 | 2025-01-14T21:18:07.511Z | Downloaded quinn v0.11.5 |
282 | 2025-01-14T21:18:07.515Z | Downloaded zerovec v0.10.4 |
283 | 2025-01-14T21:18:07.520Z | Downloaded time v0.3.36 |
284 | 2025-01-14T21:18:07.527Z | Downloaded pest v2.7.14 |
285 | 2025-01-14T21:18:07.533Z | Downloaded hashbrown v0.15.1 |
286 | 2025-01-14T21:18:07.538Z | Downloaded hashbrown v0.14.5 |
287 | 2025-01-14T21:18:07.543Z | Downloaded rand v0.8.5 |
288 | 2025-01-14T21:18:07.547Z | Downloaded itertools v0.10.5 |
289 | 2025-01-14T21:18:07.554Z | Downloaded winnow v0.6.20 |
290 | 2025-01-14T21:18:07.562Z | Downloaded zerocopy v0.7.35 |
291 | 2025-01-14T21:18:07.579Z | Downloaded goblin v0.8.2 |
292 | 2025-01-14T21:18:07.585Z | Downloaded h2 v0.4.6 |
293 | 2025-01-14T21:18:07.592Z | Downloaded futures-util v0.3.31 |
294 | 2025-01-14T21:18:07.604Z | Downloaded reqwest v0.12.9 |
295 | 2025-01-14T21:18:07.612Z | Downloaded rustls-webpki v0.102.8 |
296 | 2025-01-14T21:18:07.630Z | Downloaded quinn-proto v0.11.8 |
297 | 2025-01-14T21:18:07.636Z | Downloaded icu_properties_data v1.5.0 |
298 | 2025-01-14T21:18:07.646Z | Downloaded serde_with v3.11.0 |
299 | 2025-01-14T21:18:07.654Z | Downloaded vcpkg v0.2.15 |
300 | 2025-01-14T21:18:07.691Z | Downloaded serde_json v1.0.135 |
301 | 2025-01-14T21:18:07.697Z | Downloaded webpki-roots v0.26.6 |
302 | 2025-01-14T21:18:07.701Z | Downloaded dropshot v0.13.0 |
303 | 2025-01-14T21:18:07.721Z | Downloaded syn v1.0.109 |
304 | 2025-01-14T21:18:07.735Z | Downloaded rustls v0.22.4 |
305 | 2025-01-14T21:18:07.747Z | Downloaded regress v0.9.1 |
306 | 2025-01-14T21:18:07.756Z | Downloaded regex v1.11.1 |
307 | 2025-01-14T21:18:07.767Z | Downloaded syn v2.0.96 |
308 | 2025-01-14T21:18:07.778Z | Downloaded openssl v0.10.66 |
309 | 2025-01-14T21:18:07.787Z | Downloaded regress v0.10.1 |
310 | 2025-01-14T21:18:07.795Z | Downloaded rustls v0.23.19 |
311 | 2025-01-14T21:18:07.805Z | Downloaded regex-syntax v0.8.5 |
312 | 2025-01-14T21:18:07.813Z | Downloaded openapiv3 v2.0.0 |
313 | 2025-01-14T21:18:07.824Z | Downloaded chrono v0.4.38 |
314 | 2025-01-14T21:18:07.830Z | Downloaded typify-impl v0.2.0 |
315 | 2025-01-14T21:18:07.843Z | Downloaded hyper v1.5.0 |
316 | 2025-01-14T21:18:07.849Z | Downloaded idna v1.0.3 |
317 | 2025-01-14T21:18:07.853Z | Downloaded indexmap v1.9.3 |
318 | 2025-01-14T21:18:07.856Z | Downloaded hashbrown v0.12.3 |
319 | 2025-01-14T21:18:07.860Z | Downloaded socket2 v0.5.7 |
320 | 2025-01-14T21:18:07.862Z | Downloaded tracing v0.1.40 |
321 | 2025-01-14T21:18:07.865Z | Downloaded icu_collections v1.5.0 |
322 | 2025-01-14T21:18:07.871Z | Downloaded regex-automata v0.4.8 |
323 | 2025-01-14T21:18:07.887Z | Downloaded cc v1.1.30 |
324 | 2025-01-14T21:18:07.890Z | Downloaded semver v1.0.24 |
325 | 2025-01-14T21:18:07.892Z | Downloaded unicode-ident v1.0.14 |
326 | 2025-01-14T21:18:07.894Z | Downloaded ipnet v2.10.1 |
327 | 2025-01-14T21:18:07.897Z | Downloaded serde_with_macros v3.11.0 |
328 | 2025-01-14T21:18:07.899Z | Downloaded openssl-sys v0.9.103 |
329 | 2025-01-14T21:18:07.902Z | Downloaded toml v0.8.19 |
330 | 2025-01-14T21:18:07.905Z | Downloaded unsafe-libyaml v0.2.11 |
331 | 2025-01-14T21:18:07.908Z | Downloaded digest v0.10.7 |
332 | 2025-01-14T21:18:07.910Z | Downloaded zerocopy-derive v0.7.35 |
333 | 2025-01-14T21:18:07.913Z | Downloaded icu_locid v1.5.0 |
334 | 2025-01-14T21:18:07.917Z | Downloaded libc v0.2.162 |
335 | 2025-01-14T21:18:07.944Z | Downloaded hyper-rustls v0.27.3 |
336 | 2025-01-14T21:18:07.946Z | Downloaded typenum v1.17.0 |
337 | 2025-01-14T21:18:07.952Z | Downloaded icu_normalizer_data v1.5.0 |
338 | 2025-01-14T21:18:07.952Z | Downloaded tokio v1.40.0 |
339 | 2025-01-14T21:18:07.983Z | Downloaded futures v0.3.31 |
340 | 2025-01-14T21:18:07.987Z | Downloaded iana-time-zone v0.1.61 |
341 | 2025-01-14T21:18:07.989Z | Downloaded sha1 v0.10.6 |
342 | 2025-01-14T21:18:07.991Z | Downloaded rustversion v1.0.17 |
343 | 2025-01-14T21:18:07.994Z | Downloaded rand_chacha v0.3.1 |
344 | 2025-01-14T21:18:07.994Z | Downloaded dropshot_endpoint v0.13.0 |
345 | 2025-01-14T21:18:07.996Z | Downloaded native-tls v0.2.12 |
346 | 2025-01-14T21:18:07.999Z | Downloaded futures-channel v0.3.31 |
347 | 2025-01-14T21:18:08.001Z | Downloaded icu_locid_transform v1.5.0 |
348 | 2025-01-14T21:18:08.004Z | Downloaded hostname v0.4.0 |
349 | 2025-01-14T21:18:08.004Z | Downloaded usdt-impl v0.5.0 |
350 | 2025-01-14T21:18:08.007Z | Downloaded typify v0.2.0 |
351 | 2025-01-14T21:18:08.009Z | Downloaded tokio-rustls v0.25.0 |
352 | 2025-01-14T21:18:08.009Z | Downloaded memmap v0.7.0 |
353 | 2025-01-14T21:18:08.012Z | Downloaded version_check v0.9.5 |
354 | 2025-01-14T21:18:08.012Z | Downloaded utf8_iter v1.0.4 |
355 | 2025-01-14T21:18:08.012Z | Downloaded newtype-uuid v1.1.3 |
356 | 2025-01-14T21:18:08.015Z | Downloaded zeroize v1.8.1 |
357 | 2025-01-14T21:18:08.015Z | Downloaded itoa v1.0.11 |
358 | 2025-01-14T21:18:08.017Z | Downloaded heck v0.5.0 |
359 | 2025-01-14T21:18:08.017Z | Downloaded darling v0.20.10 |
360 | 2025-01-14T21:18:08.020Z | Downloaded futures-io v0.3.31 |
361 | 2025-01-14T21:18:08.022Z | Downloaded autocfg v1.4.0 |
362 | 2025-01-14T21:18:08.025Z | Downloaded generic-array v0.14.7 |
363 | 2025-01-14T21:18:08.027Z | Downloaded tokio-native-tls v0.3.1 |
364 | 2025-01-14T21:18:08.027Z | Downloaded futures-sink v0.3.31 |
365 | 2025-01-14T21:18:08.030Z | Downloaded dirs-sys-next v0.1.2 |
366 | 2025-01-14T21:18:08.030Z | Downloaded async-stream v0.3.6 |
367 | 2025-01-14T21:18:08.032Z | Downloaded tokio-macros v2.4.0 |
368 | 2025-01-14T21:18:08.032Z | Downloaded dirs-next v2.0.0 |
369 | 2025-01-14T21:18:08.035Z | Downloaded deranged v0.3.11 |
370 | 2025-01-14T21:18:08.035Z | Downloaded cfg-if v1.0.0 |
371 | 2025-01-14T21:18:08.035Z | Downloaded byteorder v1.5.0 |
372 | 2025-01-14T21:18:08.038Z | Downloaded block-buffer v0.10.4 |
373 | 2025-01-14T21:18:08.040Z | Downloaded encoding_rs v0.8.34 |
374 | 2025-01-14T21:18:08.253Z | Downloaded ring v0.17.8 |
375 | 2025-01-14T21:18:08.443Z | Compiling proc-macro2 v1.0.92 |
376 | 2025-01-14T21:18:08.443Z | Compiling unicode-ident v1.0.14 |
377 | 2025-01-14T21:18:08.446Z | Compiling libc v0.2.162 |
378 | 2025-01-14T21:18:08.446Z | Checking cfg-if v1.0.0 |
379 | 2025-01-14T21:18:08.447Z | Compiling autocfg v1.4.0 |
380 | 2025-01-14T21:18:08.447Z | Compiling serde v1.0.217 |
381 | 2025-01-14T21:18:08.447Z | Compiling version_check v0.9.5 |
382 | 2025-01-14T21:18:08.465Z | Checking memchr v2.7.4 |
383 | 2025-01-14T21:18:08.577Z | Checking itoa v1.0.11 |
384 | 2025-01-14T21:18:08.647Z | Compiling serde_json v1.0.135 |
385 | 2025-01-14T21:18:09.069Z | Compiling thiserror v1.0.69 |
386 | 2025-01-14T21:18:09.071Z | Checking once_cell v1.20.2 |
387 | 2025-01-14T21:18:09.104Z | Compiling shlex v1.3.0 |
388 | 2025-01-14T21:18:09.301Z | Checking pin-project-lite v0.2.14 |
389 | 2025-01-14T21:18:09.352Z | Compiling cc v1.1.30 |
390 | 2025-01-14T21:18:09.422Z | Compiling num-traits v0.2.19 |
391 | 2025-01-14T21:18:09.425Z | Checking ryu v1.0.18 |
392 | 2025-01-14T21:18:09.661Z | Checking smallvec v1.13.2 |
393 | 2025-01-14T21:18:09.688Z | Checking getrandom v0.2.15 |
394 | 2025-01-14T21:18:09.901Z | Checking bytes v1.9.0 |
395 | 2025-01-14T21:18:09.931Z | Checking futures-core v0.3.31 |
396 | 2025-01-14T21:18:09.986Z | Compiling lock_api v0.4.12 |
397 | 2025-01-14T21:18:10.082Z | Compiling parking_lot_core v0.9.10 |
398 | 2025-01-14T21:18:10.147Z | Compiling schemars v0.8.21 |
399 | 2025-01-14T21:18:10.359Z | Compiling quote v1.0.38 |
400 | 2025-01-14T21:18:10.488Z | Compiling byteorder v1.5.0 |
401 | 2025-01-14T21:18:10.505Z | Checking scopeguard v1.2.0 |
402 | 2025-01-14T21:18:10.546Z | Compiling slab v0.4.9 |
403 | 2025-01-14T21:18:10.739Z | Compiling syn v2.0.96 |
404 | 2025-01-14T21:18:10.778Z | Compiling ahash v0.8.11 |
405 | 2025-01-14T21:18:10.880Z | Checking log v0.4.22 |
406 | 2025-01-14T21:18:10.915Z | Checking futures-sink v0.3.31 |
407 | 2025-01-14T21:18:11.044Z | Checking parking_lot v0.12.3 |
408 | 2025-01-14T21:18:11.057Z | Checking socket2 v0.5.7 |
409 | 2025-01-14T21:18:11.075Z | Checking signal-hook-registry v1.4.2 |
410 | 2025-01-14T21:18:11.133Z | Checking mio v1.0.2 |
411 | 2025-01-14T21:18:11.176Z | Checking stable_deref_trait v1.2.0 |
412 | 2025-01-14T21:18:11.310Z | Checking equivalent v1.0.1 |
413 | 2025-01-14T21:18:11.335Z | Checking fnv v1.0.7 |
414 | 2025-01-14T21:18:11.452Z | Checking hashbrown v0.15.1 |
415 | 2025-01-14T21:18:11.511Z | Checking futures-channel v0.3.31 |
416 | 2025-01-14T21:18:11.536Z | Checking http v1.2.0 |
417 | 2025-01-14T21:18:11.538Z | Checking futures-task v0.3.31 |
418 | 2025-01-14T21:18:11.584Z | Checking futures-io v0.3.31 |
419 | 2025-01-14T21:18:11.815Z | Checking pin-utils v0.1.0 |
420 | 2025-01-14T21:18:11.842Z | Compiling semver v1.0.24 |
421 | 2025-01-14T21:18:11.867Z | Checking spin v0.9.8 |
422 | 2025-01-14T21:18:11.904Z | Checking rustls-pki-types v1.10.0 |
423 | 2025-01-14T21:18:11.916Z | Compiling pkg-config v0.3.31 |
424 | 2025-01-14T21:18:12.076Z | Compiling vcpkg v0.2.15 |
425 | 2025-01-14T21:18:12.194Z | Compiling ring v0.17.8 |
426 | 2025-01-14T21:18:12.430Z | Compiling httparse v1.9.5 |
427 | 2025-01-14T21:18:12.510Z | Checking writeable v0.5.5 |
428 | 2025-01-14T21:18:12.831Z | Checking litemap v0.7.3 |
429 | 2025-01-14T21:18:12.889Z | Compiling heck v0.5.0 |
430 | 2025-01-14T21:18:12.980Z | Checking iana-time-zone v0.1.61 |
431 | 2025-01-14T21:18:13.076Z | Checking untrusted v0.9.0 |
432 | 2025-01-14T21:18:13.141Z | Checking tracing-core v0.1.32 |
433 | 2025-01-14T21:18:13.229Z | Checking dyn-clone v1.0.17 |
434 | 2025-01-14T21:18:13.263Z | Checking atomic-waker v1.1.2 |
435 | 2025-01-14T21:18:13.274Z | Compiling ucd-trie v0.1.7 |
436 | 2025-01-14T21:18:13.406Z | Checking http-body v1.0.1 |
437 | 2025-01-14T21:18:13.440Z | Compiling openssl-sys v0.9.103 |
438 | 2025-01-14T21:18:13.677Z | Checking zeroize v1.8.1 |
439 | 2025-01-14T21:18:13.712Z | Compiling allocator-api2 v0.2.18 |
440 | 2025-01-14T21:18:13.753Z | Checking tracing v0.1.40 |
441 | 2025-01-14T21:18:13.775Z | Checking try-lock v0.2.5 |
442 | 2025-01-14T21:18:13.917Z | Checking icu_locid_transform_data v1.5.0 |
443 | 2025-01-14T21:18:14.001Z | Checking subtle v2.6.1 |
444 | 2025-01-14T21:18:14.041Z | Checking want v0.3.1 |
445 | 2025-01-14T21:18:14.232Z | Checking foreign-types-shared v0.1.1 |
446 | 2025-01-14T21:18:14.341Z | Checking httpdate v1.0.3 |
447 | 2025-01-14T21:18:14.393Z | Compiling uuid v1.11.0 |
448 | 2025-01-14T21:18:14.460Z | Checking icu_properties_data v1.5.0 |
449 | 2025-01-14T21:18:14.527Z | Compiling openssl v0.10.66 |
450 | 2025-01-14T21:18:14.669Z | Checking foreign-types v0.3.2 |
451 | 2025-01-14T21:18:14.753Z | Checking percent-encoding v2.3.1 |
452 | 2025-01-14T21:18:14.924Z | Checking icu_normalizer_data v1.5.0 |
453 | 2025-01-14T21:18:14.947Z | Compiling chrono v0.4.38 |
454 | 2025-01-14T21:18:14.979Z | Checking write16 v1.0.0 |
455 | 2025-01-14T21:18:14.992Z | Checking utf8_iter v1.0.4 |
456 | 2025-01-14T21:18:15.016Z | Checking utf16_iter v1.0.5 |
457 | 2025-01-14T21:18:15.067Z | Checking tower-service v0.3.3 |
458 | 2025-01-14T21:18:15.098Z | Compiling rustls v0.23.19 |
459 | 2025-01-14T21:18:15.177Z | Checking bitflags v2.6.0 |
460 | 2025-01-14T21:18:15.180Z | Compiling slog v2.7.0 |
461 | 2025-01-14T21:18:15.180Z | Compiling native-tls v0.2.12 |
462 | 2025-01-14T21:18:15.571Z | Checking form_urlencoded v1.2.1 |
463 | 2025-01-14T21:18:15.643Z | Compiling aho-corasick v1.1.3 |
464 | 2025-01-14T21:18:15.700Z | Compiling typenum v1.17.0 |
465 | 2025-01-14T21:18:15.721Z | Compiling regex-syntax v0.8.5 |
466 | 2025-01-14T21:18:16.360Z | Checking openssl-probe v0.1.5 |
467 | 2025-01-14T21:18:16.669Z | Compiling generic-array v0.14.7 |
468 | 2025-01-14T21:18:16.721Z | Checking encoding_rs v0.8.34 |
469 | 2025-01-14T21:18:16.936Z | Checking mime v0.3.17 |
470 | 2025-01-14T21:18:17.981Z | Compiling synstructure v0.13.1 |
471 | 2025-01-14T21:18:18.205Z | Compiling serde_derive_internals v0.29.1 |
472 | 2025-01-14T21:18:18.394Z | Checking rustls-webpki v0.102.8 |
473 | 2025-01-14T21:18:19.032Z | Checking rustls-pemfile v2.2.0 |
474 | 2025-01-14T21:18:19.150Z | Checking webpki-roots v0.26.6 |
475 | 2025-01-14T21:18:19.347Z | Compiling regex-automata v0.4.8 |
476 | 2025-01-14T21:18:20.121Z | Compiling usdt-impl v0.5.0 |
477 | 2025-01-14T21:18:20.135Z | Checking base64 v0.22.1 |
478 | 2025-01-14T21:18:20.167Z | Compiling time-core v0.1.2 |
479 | 2025-01-14T21:18:20.329Z | Compiling num-conv v0.1.0 |
480 | 2025-01-14T21:18:20.603Z | Checking powerfmt v0.2.0 |
481 | 2025-01-14T21:18:20.615Z | Compiling time-macros v0.2.18 |
482 | 2025-01-14T21:18:20.925Z | Checking deranged v0.3.11 |
483 | 2025-01-14T21:18:20.929Z | Compiling thread-id v4.2.2 |
484 | 2025-01-14T21:18:21.120Z | Checking sync_wrapper v1.0.1 |
485 | 2025-01-14T21:18:21.263Z | Checking ipnet v2.10.1 |
486 | 2025-01-14T21:18:22.106Z | Checking plain v0.2.3 |
487 | 2025-01-14T21:18:22.141Z | Checking num_threads v0.1.7 |
488 | 2025-01-14T21:18:22.196Z | Compiling serde_derive v1.0.217 |
489 | 2025-01-14T21:18:22.252Z | Compiling zerocopy-derive v0.7.35 |
490 | 2025-01-14T21:18:22.263Z | Compiling thiserror-impl v1.0.69 |
491 | 2025-01-14T21:18:23.162Z | Compiling zerofrom-derive v0.1.4 |
492 | 2025-01-14T21:18:23.395Z | Compiling schemars_derive v0.8.21 |
493 | 2025-01-14T21:18:23.621Z | Compiling yoke-derive v0.7.4 |
494 | 2025-01-14T21:18:23.699Z | Compiling tokio-macros v2.4.0 |
495 | 2025-01-14T21:18:24.114Z | Compiling zerocopy v0.7.35 |
496 | 2025-01-14T21:18:25.146Z | Checking tokio v1.40.0 |
497 | 2025-01-14T21:18:25.379Z | Compiling zerovec-derive v0.10.3 |
498 | 2025-01-14T21:18:26.060Z | Compiling displaydoc v0.2.5 |
499 | 2025-01-14T21:18:26.143Z | Compiling futures-macro v0.3.31 |
500 | 2025-01-14T21:18:26.157Z | Compiling icu_provider_macros v1.5.0 |
501 | 2025-01-14T21:18:26.253Z | Checking zerofrom v0.1.4 |
502 | 2025-01-14T21:18:26.459Z | Checking yoke v0.7.4 |
503 | 2025-01-14T21:18:26.578Z | Compiling pest v2.7.14 |
504 | 2025-01-14T21:18:26.906Z | Compiling hashbrown v0.14.5 |
505 | 2025-01-14T21:18:27.231Z | Compiling openssl-macros v0.1.1 |
506 | 2025-01-14T21:18:27.733Z | Checking zerovec v0.10.4 |
507 | 2025-01-14T21:18:27.908Z | Checking futures-util v0.3.31 |
508 | 2025-01-14T21:18:28.008Z | Compiling regress v0.10.1 |
509 | 2025-01-14T21:18:28.857Z | Compiling regex v1.11.1 |
510 | 2025-01-14T21:18:29.458Z | Checking tinystr v0.7.6 |
511 | 2025-01-14T21:18:29.696Z | Checking icu_collections v1.5.0 |
512 | 2025-01-14T21:18:29.780Z | Checking icu_locid v1.5.0 |
513 | 2025-01-14T21:18:30.363Z | Compiling pest_meta v2.7.14 |
514 | 2025-01-14T21:18:30.712Z | Checking icu_provider v1.5.0 |
515 | 2025-01-14T21:18:31.326Z | Checking icu_locid_transform v1.5.0 |
516 | 2025-01-14T21:18:31.557Z | Checking tokio-util v0.7.12 |
517 | 2025-01-14T21:18:32.324Z | Compiling pest_generator v2.7.14 |
518 | 2025-01-14T21:18:32.339Z | Checking http-body-util v0.1.2 |
519 | 2025-01-14T21:18:32.352Z | Checking icu_properties v1.5.1 |
520 | 2025-01-14T21:18:32.498Z | Checking tokio-rustls v0.26.0 |
521 | 2025-01-14T21:18:32.729Z | Compiling scroll_derive v0.12.0 |
522 | 2025-01-14T21:18:33.463Z | Checking tokio-native-tls v0.3.1 |
523 | 2025-01-14T21:18:33.682Z | Checking indexmap v2.7.0 |
524 | 2025-01-14T21:18:34.111Z | Compiling pest_derive v2.7.14 |
525 | 2025-01-14T21:18:34.611Z | Compiling serde_tokenstream v0.2.2 |
526 | 2025-01-14T21:18:34.884Z | Checking h2 v0.4.6 |
527 | 2025-01-14T21:18:35.120Z | Checking serde_urlencoded v0.7.1 |
528 | 2025-01-14T21:18:35.525Z | Compiling dtrace-parser v0.2.0 |
529 | 2025-01-14T21:18:35.603Z | Checking icu_normalizer v1.5.0 |
530 | 2025-01-14T21:18:35.864Z | Checking scroll v0.12.0 |
531 | 2025-01-14T21:18:36.333Z | Compiling dof v0.3.0 |
532 | 2025-01-14T21:18:36.386Z | Checking idna_adapter v1.2.0 |
533 | 2025-01-14T21:18:36.564Z | Checking idna v1.0.3 |
534 | 2025-01-14T21:18:36.749Z | Compiling crossbeam-utils v0.8.20 |
535 | 2025-01-14T21:18:37.068Z | Checking url v2.5.3 |
536 | 2025-01-14T21:18:37.160Z | Compiling syn v1.0.109 |
537 | 2025-01-14T21:18:37.306Z | Compiling strsim v0.11.1 |
538 | 2025-01-14T21:18:37.318Z | Compiling ident_case v1.0.1 |
539 | 2025-01-14T21:18:37.440Z | Checking time v0.3.36 |
540 | 2025-01-14T21:18:37.779Z | Compiling darling_core v0.20.10 |
541 | 2025-01-14T21:18:37.831Z | Checking typify-impl v0.2.0 |
542 | 2025-01-14T21:18:39.009Z | Checking hyper v1.5.0 |
543 | 2025-01-14T21:18:39.152Z | Checking goblin v0.8.2 |
544 | 2025-01-14T21:18:40.057Z | Compiling openapiv3 v2.0.0 |
545 | 2025-01-14T21:18:40.344Z | Checking dirs-sys-next v0.1.2 |
546 | 2025-01-14T21:18:40.919Z | Compiling omicron-workspace-hack v0.1.0 |
547 | 2025-01-14T21:18:40.946Z | Checking hyper-util v0.1.10 |
548 | 2025-01-14T21:18:41.234Z | Compiling unsafe-libyaml v0.2.11 |
549 | 2025-01-14T21:18:42.249Z | Compiling rustls v0.22.4 |
550 | 2025-01-14T21:18:42.489Z | Checking hyper-tls v0.6.0 |
551 | 2025-01-14T21:18:42.574Z | Checking hyper-rustls v0.27.3 |
552 | 2025-01-14T21:18:42.759Z | Compiling paste v1.0.15 |
553 | 2025-01-14T21:18:42.898Z | Checking reqwest v0.12.9 |
554 | 2025-01-14T21:18:42.944Z | Compiling newtype-uuid v1.1.3 |
555 | 2025-01-14T21:18:43.071Z | Compiling rustversion v1.0.17 |
556 | 2025-01-14T21:18:43.240Z | Checking pretty-hex v0.4.1 |
557 | 2025-01-14T21:18:43.334Z | Compiling darling_macro v0.20.10 |
558 | 2025-01-14T21:18:43.448Z | Compiling serde_yaml v0.9.34+deprecated |
559 | 2025-01-14T21:18:43.709Z | Checking dirs-next v2.0.0 |
560 | 2025-01-14T21:18:44.229Z | Checking ipnetwork v0.20.0 |
561 | 2025-01-14T21:18:44.269Z | Checking serde_spanned v0.6.8 |
562 | 2025-01-14T21:18:44.284Z | Checking toml_datetime v0.6.8 |
563 | 2025-01-14T21:18:44.455Z | Checking ppv-lite86 v0.2.20 |
564 | 2025-01-14T21:18:44.458Z | Compiling structmeta-derive v0.3.0 |
565 | 2025-01-14T21:18:44.555Z | Checking block-buffer v0.10.4 |
566 | 2025-01-14T21:18:44.571Z | Checking crypto-common v0.1.6 |
567 | 2025-01-14T21:18:44.634Z | Checking rand_core v0.6.4 |
568 | 2025-01-14T21:18:44.761Z | Checking thread_local v1.1.8 |
569 | 2025-01-14T21:18:44.839Z | Compiling multer v3.1.0 |
570 | 2025-01-14T21:18:44.932Z | Compiling anyhow v1.0.93 |
571 | 2025-01-14T21:18:45.043Z | Compiling slog-async v2.8.0 |
572 | 2025-01-14T21:18:45.163Z | Checking winnow v0.6.20 |
573 | 2025-01-14T21:18:45.187Z | Checking match_cfg v0.1.0 |
574 | 2025-01-14T21:18:45.276Z | Checking either v1.13.0 |
575 | 2025-01-14T21:18:45.501Z | Compiling camino v1.1.9 |
576 | 2025-01-14T21:18:45.634Z | Checking itertools v0.10.5 |
577 | 2025-01-14T21:18:45.937Z | Checking hostname v0.3.1 |
578 | 2025-01-14T21:18:46.073Z | Checking rand_chacha v0.3.1 |
579 | 2025-01-14T21:18:46.437Z | Checking digest v0.10.7 |
580 | 2025-01-14T21:18:46.579Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
581 | 2025-01-14T21:18:46.708Z | Checking crossbeam-channel v0.5.13 |
582 | 2025-01-14T21:18:46.763Z | Compiling darling v0.20.10 |
583 | 2025-01-14T21:18:46.874Z | Compiling structmeta v0.3.0 |
584 | 2025-01-14T21:18:46.887Z | Checking progenitor-client v0.8.0 |
585 | 2025-01-14T21:18:46.902Z | Checking term v0.7.0 |
586 | 2025-01-14T21:18:47.687Z | Compiling usdt-attr-macro v0.5.0 |
587 | 2025-01-14T21:18:47.713Z | Compiling usdt-macro v0.5.0 |
588 | 2025-01-14T21:18:47.799Z | Checking toml_edit v0.22.22 |
589 | 2025-01-14T21:18:48.349Z | Checking slog-json v2.6.1 |
590 | 2025-01-14T21:18:48.352Z | Checking futures-executor v0.3.31 |
591 | 2025-01-14T21:18:48.595Z | Compiling async-stream-impl v0.3.6 |
592 | 2025-01-14T21:18:48.614Z | Checking memmap v0.7.0 |
593 | 2025-01-14T21:18:48.665Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#f6abe39b) |
594 | 2025-01-14T21:18:48.818Z | Checking is-terminal v0.4.13 |
595 | 2025-01-14T21:18:48.919Z | Compiling dropshot v0.13.0 |
596 | 2025-01-14T21:18:48.945Z | Checking cpufeatures v0.2.14 |
597 | 2025-01-14T21:18:49.009Z | Checking take_mut v0.2.2 |
598 | 2025-01-14T21:18:49.037Z | Checking sha1 v0.10.6 |
599 | 2025-01-14T21:18:49.294Z | Checking usdt v0.5.0 |
600 | 2025-01-14T21:18:49.310Z | Checking slog-term v2.9.1 |
601 | 2025-01-14T21:18:49.434Z | Checking slog-bunyan v2.5.0 |
602 | 2025-01-14T21:18:49.477Z | Compiling typify-macro v0.2.0 |
603 | 2025-01-14T21:18:49.518Z | Checking futures v0.3.31 |
604 | 2025-01-14T21:18:49.594Z | Compiling strum_macros v0.26.4 |
605 | 2025-01-14T21:18:49.624Z | Compiling parse-display-derive v0.10.0 |
606 | 2025-01-14T21:18:49.762Z | Compiling serde_with_macros v3.11.0 |
607 | 2025-01-14T21:18:49.777Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#f6abe39b) |
608 | 2025-01-14T21:18:49.779Z | Checking async-stream v0.3.6 |
609 | 2025-01-14T21:18:49.955Z | Checking rand v0.8.5 |
610 | 2025-01-14T21:18:50.301Z | Checking toml v0.8.19 |
611 | 2025-01-14T21:18:50.597Z | Checking tokio-rustls v0.25.0 |
612 | 2025-01-14T21:18:51.099Z | Compiling dropshot_endpoint v0.13.0 |
613 | 2025-01-14T21:18:51.114Z | Checking serde_path_to_error v0.1.16 |
614 | 2025-01-14T21:18:51.214Z | Checking hex v0.4.3 |
615 | 2025-01-14T21:18:51.299Z | Compiling async-trait v0.1.83 |
616 | 2025-01-14T21:18:51.681Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
617 | 2025-01-14T21:18:51.709Z | Checking waitgroup v0.1.2 |
618 | 2025-01-14T21:18:51.840Z | Checking hostname v0.4.0 |
619 | 2025-01-14T21:18:51.984Z | Checking instant v0.1.13 |
620 | 2025-01-14T21:18:52.108Z | Checking debug-ignore v1.0.5 |
621 | 2025-01-14T21:18:52.193Z | Checking serde_with v3.11.0 |
622 | 2025-01-14T21:18:52.249Z | Checking backoff v0.4.0 |
623 | 2025-01-14T21:18:52.438Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
624 | 2025-01-14T21:18:52.498Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
625 | 2025-01-14T21:18:52.574Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
626 | 2025-01-14T21:18:52.646Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
627 | 2025-01-14T21:18:52.750Z | Compiling typify v0.2.0 |
628 | 2025-01-14T21:18:52.879Z | Compiling progenitor-impl v0.8.0 |
629 | 2025-01-14T21:18:53.120Z | Checking parse-display v0.10.0 |
630 | 2025-01-14T21:18:53.334Z | Checking progenitor-client v0.9.1 |
631 | 2025-01-14T21:18:53.437Z | Checking macaddr v1.0.1 |
632 | 2025-01-14T21:18:53.458Z | Checking regress v0.9.1 |
633 | 2025-01-14T21:18:53.723Z | Checking strum v0.26.3 |
634 | 2025-01-14T21:18:55.595Z | Compiling progenitor-macro v0.8.0 |
635 | 2025-01-14T21:18:58.968Z | Checking progenitor v0.8.0 |
636 | 2025-01-14T21:18:59.078Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
637 | 2025-01-14T21:19:01.716Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
638 | 2025-01-14T21:19:08.599Z | Checking test-project v0.1.0 (/tmp/test-project) |
639 | 2025-01-14T21:19:08.660Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 02s |
640 | 2025-01-14T21:19:08.794Z | + cargo build --release |
641 | 2025-01-14T21:19:09.040Z | Compiling proc-macro2 v1.0.92 |
642 | 2025-01-14T21:19:09.041Z | Compiling unicode-ident v1.0.14 |
643 | 2025-01-14T21:19:09.041Z | Compiling libc v0.2.162 |
644 | 2025-01-14T21:19:09.041Z | Compiling cfg-if v1.0.0 |
645 | 2025-01-14T21:19:09.043Z | Compiling autocfg v1.4.0 |
646 | 2025-01-14T21:19:09.043Z | Compiling serde v1.0.217 |
647 | 2025-01-14T21:19:09.043Z | Compiling version_check v0.9.5 |
648 | 2025-01-14T21:19:09.086Z | Compiling memchr v2.7.4 |
649 | 2025-01-14T21:19:09.153Z | Compiling serde_json v1.0.135 |
650 | 2025-01-14T21:19:09.245Z | Compiling itoa v1.0.11 |
651 | 2025-01-14T21:19:09.488Z | Compiling thiserror v1.0.69 |
652 | 2025-01-14T21:19:09.630Z | Compiling once_cell v1.20.2 |
653 | 2025-01-14T21:19:09.638Z | Compiling shlex v1.3.0 |
654 | 2025-01-14T21:19:09.920Z | Compiling cc v1.1.30 |
655 | 2025-01-14T21:19:10.006Z | Compiling num-traits v0.2.19 |
656 | 2025-01-14T21:19:10.050Z | Compiling pin-project-lite v0.2.14 |
657 | 2025-01-14T21:19:10.298Z | Compiling getrandom v0.2.15 |
658 | 2025-01-14T21:19:10.369Z | Compiling smallvec v1.13.2 |
659 | 2025-01-14T21:19:10.388Z | Compiling ryu v1.0.18 |
660 | 2025-01-14T21:19:10.631Z | Compiling bytes v1.9.0 |
661 | 2025-01-14T21:19:10.689Z | Compiling futures-core v0.3.31 |
662 | 2025-01-14T21:19:10.806Z | Compiling quote v1.0.38 |
663 | 2025-01-14T21:19:10.829Z | Compiling lock_api v0.4.12 |
664 | 2025-01-14T21:19:10.918Z | Compiling schemars v0.8.21 |
665 | 2025-01-14T21:19:10.977Z | Compiling parking_lot_core v0.9.10 |
666 | 2025-01-14T21:19:11.166Z | Compiling syn v2.0.96 |
667 | 2025-01-14T21:19:11.367Z | Compiling ahash v0.8.11 |
668 | 2025-01-14T21:19:11.407Z | Compiling byteorder v1.5.0 |
669 | 2025-01-14T21:19:11.484Z | Compiling scopeguard v1.2.0 |
670 | 2025-01-14T21:19:11.708Z | Compiling slab v0.4.9 |
671 | 2025-01-14T21:19:11.746Z | Compiling log v0.4.22 |
672 | 2025-01-14T21:19:12.058Z | Compiling futures-sink v0.3.31 |
673 | 2025-01-14T21:19:12.147Z | Compiling parking_lot v0.12.3 |
674 | 2025-01-14T21:19:12.203Z | Compiling mio v1.0.2 |
675 | 2025-01-14T21:19:12.211Z | Compiling socket2 v0.5.7 |
676 | 2025-01-14T21:19:12.304Z | Compiling signal-hook-registry v1.4.2 |
677 | 2025-01-14T21:19:12.367Z | Compiling stable_deref_trait v1.2.0 |
678 | 2025-01-14T21:19:12.494Z | Compiling ring v0.17.8 |
679 | 2025-01-14T21:19:12.496Z | Compiling equivalent v1.0.1 |
680 | 2025-01-14T21:19:12.602Z | Compiling semver v1.0.24 |
681 | 2025-01-14T21:19:12.769Z | Compiling fnv v1.0.7 |
682 | 2025-01-14T21:19:12.909Z | Compiling hashbrown v0.15.1 |
683 | 2025-01-14T21:19:13.081Z | Compiling http v1.2.0 |
684 | 2025-01-14T21:19:13.767Z | Compiling futures-channel v0.3.31 |
685 | 2025-01-14T21:19:13.775Z | Compiling futures-task v0.3.31 |
686 | 2025-01-14T21:19:13.785Z | Compiling futures-io v0.3.31 |
687 | 2025-01-14T21:19:14.043Z | Compiling pin-utils v0.1.0 |
688 | 2025-01-14T21:19:14.130Z | Compiling pkg-config v0.3.31 |
689 | 2025-01-14T21:19:14.179Z | Compiling vcpkg v0.2.15 |
690 | 2025-01-14T21:19:14.232Z | Compiling spin v0.9.8 |
691 | 2025-01-14T21:19:14.240Z | Compiling rustls-pki-types v1.10.0 |
692 | 2025-01-14T21:19:14.456Z | Compiling heck v0.5.0 |
693 | 2025-01-14T21:19:14.837Z | Compiling litemap v0.7.3 |
694 | 2025-01-14T21:19:15.224Z | Compiling iana-time-zone v0.1.61 |
695 | 2025-01-14T21:19:15.269Z | Compiling untrusted v0.9.0 |
696 | 2025-01-14T21:19:15.460Z | Compiling writeable v0.5.5 |
697 | 2025-01-14T21:19:15.595Z | Compiling openssl-sys v0.9.103 |
698 | 2025-01-14T21:19:15.908Z | Compiling httparse v1.9.5 |
699 | 2025-01-14T21:19:16.271Z | Compiling tracing-core v0.1.32 |
700 | 2025-01-14T21:19:16.502Z | Compiling atomic-waker v1.1.2 |
701 | 2025-01-14T21:19:16.583Z | Compiling ucd-trie v0.1.7 |
702 | 2025-01-14T21:19:16.598Z | Compiling dyn-clone v1.0.17 |
703 | 2025-01-14T21:19:16.805Z | Compiling http-body v1.0.1 |
704 | 2025-01-14T21:19:17.014Z | Compiling tracing v0.1.40 |
705 | 2025-01-14T21:19:17.384Z | Compiling icu_locid_transform_data v1.5.0 |
706 | 2025-01-14T21:19:17.479Z | Compiling allocator-api2 v0.2.18 |
707 | 2025-01-14T21:19:17.487Z | Compiling try-lock v0.2.5 |
708 | 2025-01-14T21:19:17.635Z | Compiling zeroize v1.8.1 |
709 | 2025-01-14T21:19:17.637Z | Compiling subtle v2.6.1 |
710 | 2025-01-14T21:19:17.905Z | Compiling want v0.3.1 |
711 | 2025-01-14T21:19:17.978Z | Compiling uuid v1.11.0 |
712 | 2025-01-14T21:19:18.173Z | Compiling synstructure v0.13.1 |
713 | 2025-01-14T21:19:18.191Z | Compiling serde_derive_internals v0.29.1 |
714 | 2025-01-14T21:19:18.200Z | Compiling chrono v0.4.38 |
715 | 2025-01-14T21:19:18.453Z | Compiling icu_properties_data v1.5.0 |
716 | 2025-01-14T21:19:18.505Z | Compiling httpdate v1.0.3 |
717 | 2025-01-14T21:19:18.882Z | Compiling openssl v0.10.66 |
718 | 2025-01-14T21:19:19.303Z | Compiling foreign-types-shared v0.1.1 |
719 | 2025-01-14T21:19:19.409Z | Compiling foreign-types v0.3.2 |
720 | 2025-01-14T21:19:19.558Z | Compiling utf8_iter v1.0.4 |
721 | 2025-01-14T21:19:19.820Z | Compiling utf16_iter v1.0.5 |
722 | 2025-01-14T21:19:19.985Z | Compiling write16 v1.0.0 |
723 | 2025-01-14T21:19:20.043Z | Compiling native-tls v0.2.12 |
724 | 2025-01-14T21:19:20.086Z | Compiling percent-encoding v2.3.1 |
725 | 2025-01-14T21:19:20.115Z | Compiling rustls v0.23.19 |
726 | 2025-01-14T21:19:20.414Z | Compiling icu_normalizer_data v1.5.0 |
727 | 2025-01-14T21:19:20.508Z | Compiling tower-service v0.3.3 |
728 | 2025-01-14T21:19:20.552Z | Compiling slog v2.7.0 |
729 | 2025-01-14T21:19:20.625Z | Compiling bitflags v2.6.0 |
730 | 2025-01-14T21:19:20.653Z | Compiling form_urlencoded v1.2.1 |
731 | 2025-01-14T21:19:21.080Z | Compiling aho-corasick v1.1.3 |
732 | 2025-01-14T21:19:21.112Z | Compiling openssl-probe v0.1.5 |
733 | 2025-01-14T21:19:21.271Z | Compiling regex-syntax v0.8.5 |
734 | 2025-01-14T21:19:21.377Z | Compiling typenum v1.17.0 |
735 | 2025-01-14T21:19:22.481Z | Compiling generic-array v0.14.7 |
736 | 2025-01-14T21:19:22.647Z | Compiling serde_derive v1.0.217 |
737 | 2025-01-14T21:19:22.723Z | Compiling zerocopy-derive v0.7.35 |
738 | 2025-01-14T21:19:22.823Z | Compiling thiserror-impl v1.0.69 |
739 | 2025-01-14T21:19:23.299Z | Compiling schemars_derive v0.8.21 |
740 | 2025-01-14T21:19:23.307Z | Compiling zerofrom-derive v0.1.4 |
741 | 2025-01-14T21:19:24.614Z | Compiling zerocopy v0.7.35 |
742 | 2025-01-14T21:19:25.674Z | Compiling tokio-macros v2.4.0 |
743 | 2025-01-14T21:19:25.847Z | Compiling yoke-derive v0.7.4 |
744 | 2025-01-14T21:19:26.150Z | Compiling zerovec-derive v0.10.3 |
745 | 2025-01-14T21:19:26.168Z | Compiling displaydoc v0.2.5 |
746 | 2025-01-14T21:19:26.440Z | Compiling zerofrom v0.1.4 |
747 | 2025-01-14T21:19:26.592Z | Compiling futures-macro v0.3.31 |
748 | 2025-01-14T21:19:27.100Z | Compiling tokio v1.40.0 |
749 | 2025-01-14T21:19:27.634Z | Compiling icu_provider_macros v1.5.0 |
750 | 2025-01-14T21:19:28.304Z | Compiling yoke v0.7.4 |
751 | 2025-01-14T21:19:28.405Z | Compiling futures-util v0.3.31 |
752 | 2025-01-14T21:19:28.653Z | Compiling zerovec v0.10.4 |
753 | 2025-01-14T21:19:28.671Z | Compiling pest v2.7.14 |
754 | 2025-01-14T21:19:28.851Z | Compiling rustls-webpki v0.102.8 |
755 | 2025-01-14T21:19:31.626Z | Compiling tinystr v0.7.6 |
756 | 2025-01-14T21:19:32.020Z | Compiling icu_locid v1.5.0 |
757 | 2025-01-14T21:19:33.465Z | Compiling icu_provider v1.5.0 |
758 | 2025-01-14T21:19:34.316Z | Compiling icu_locid_transform v1.5.0 |
759 | 2025-01-14T21:19:34.431Z | Compiling pest_meta v2.7.14 |
760 | 2025-01-14T21:19:35.582Z | Compiling indexmap v2.7.0 |
761 | 2025-01-14T21:19:37.207Z | Compiling serde_tokenstream v0.2.2 |
762 | 2025-01-14T21:19:39.394Z | Compiling tokio-util v0.7.12 |
763 | 2025-01-14T21:19:39.401Z | Compiling icu_collections v1.5.0 |
764 | 2025-01-14T21:19:39.656Z | Compiling hashbrown v0.14.5 |
765 | 2025-01-14T21:19:41.450Z | Compiling h2 v0.4.6 |
766 | 2025-01-14T21:19:41.495Z | Compiling regress v0.10.1 |
767 | 2025-01-14T21:19:42.080Z | Compiling icu_properties v1.5.1 |
768 | 2025-01-14T21:19:42.987Z | Compiling pest_generator v2.7.14 |
769 | 2025-01-14T21:19:44.720Z | Compiling openssl-macros v0.1.1 |
770 | 2025-01-14T21:19:46.028Z | Compiling icu_normalizer v1.5.0 |
771 | 2025-01-14T21:19:46.240Z | Compiling typify-impl v0.2.0 |
772 | 2025-01-14T21:19:48.269Z | Compiling hyper v1.5.0 |
773 | 2025-01-14T21:19:51.486Z | Compiling hyper-util v0.1.10 |
774 | 2025-01-14T21:19:52.709Z | Compiling pest_derive v2.7.14 |
775 | 2025-01-14T21:19:56.519Z | Compiling idna_adapter v1.2.0 |
776 | 2025-01-14T21:19:56.592Z | Compiling typify-macro v0.2.0 |
777 | 2025-01-14T21:19:56.718Z | Compiling http-body-util v0.1.2 |
778 | 2025-01-14T21:19:57.171Z | Compiling regex-automata v0.4.8 |
779 | 2025-01-14T21:19:57.231Z | Compiling encoding_rs v0.8.34 |
780 | 2025-01-14T21:19:58.663Z | Compiling mime v0.3.17 |
781 | 2025-01-14T21:19:59.702Z | Compiling tokio-native-tls v0.3.1 |
782 | 2025-01-14T21:19:59.732Z | Compiling idna v1.0.3 |
783 | 2025-01-14T21:20:00.020Z | Compiling serde_urlencoded v0.7.1 |
784 | 2025-01-14T21:20:00.294Z | Compiling scroll_derive v0.12.0 |
785 | 2025-01-14T21:20:00.570Z | Compiling tokio-rustls v0.26.0 |
786 | 2025-01-14T21:20:01.368Z | Compiling regex v1.11.1 |
787 | 2025-01-14T21:20:01.744Z | Compiling rustls-pemfile v2.2.0 |
788 | 2025-01-14T21:20:02.169Z | Compiling webpki-roots v0.26.6 |
789 | 2025-01-14T21:20:02.377Z | Compiling usdt-impl v0.5.0 |
790 | 2025-01-14T21:20:02.751Z | Compiling num-conv v0.1.0 |
791 | 2025-01-14T21:20:02.891Z | Compiling time-core v0.1.2 |
792 | 2025-01-14T21:20:03.007Z | Compiling powerfmt v0.2.0 |
793 | 2025-01-14T21:20:03.050Z | Compiling base64 v0.22.1 |
794 | 2025-01-14T21:20:04.092Z | Compiling deranged v0.3.11 |
795 | 2025-01-14T21:20:04.132Z | Compiling time-macros v0.2.18 |
796 | 2025-01-14T21:20:05.916Z | Compiling hyper-rustls v0.27.3 |
797 | 2025-01-14T21:20:06.604Z | Compiling scroll v0.12.0 |
798 | 2025-01-14T21:20:06.876Z | Compiling thread-id v4.2.2 |
799 | 2025-01-14T21:20:06.988Z | Compiling url v2.5.3 |
800 | 2025-01-14T21:20:07.608Z | Compiling hyper-tls v0.6.0 |
801 | 2025-01-14T21:20:08.320Z | Compiling dtrace-parser v0.2.0 |
802 | 2025-01-14T21:20:09.887Z | Compiling dof v0.3.0 |
803 | 2025-01-14T21:20:10.678Z | Compiling sync_wrapper v1.0.1 |
804 | 2025-01-14T21:20:11.910Z | Compiling crossbeam-utils v0.8.20 |
805 | 2025-01-14T21:20:12.466Z | Compiling omicron-workspace-hack v0.1.0 |
806 | 2025-01-14T21:20:12.956Z | Compiling strsim v0.11.1 |
807 | 2025-01-14T21:20:13.632Z | Compiling ipnet v2.10.1 |
808 | 2025-01-14T21:20:14.014Z | Compiling syn v1.0.109 |
809 | 2025-01-14T21:20:14.580Z | Compiling plain v0.2.3 |
810 | 2025-01-14T21:20:15.909Z | Compiling num_threads v0.1.7 |
811 | 2025-01-14T21:20:16.033Z | Compiling ident_case v1.0.1 |
812 | 2025-01-14T21:20:16.201Z | Compiling darling_core v0.20.10 |
813 | 2025-01-14T21:20:16.411Z | Compiling time v0.3.36 |
814 | 2025-01-14T21:20:16.609Z | Compiling goblin v0.8.2 |
815 | 2025-01-14T21:20:20.284Z | Compiling reqwest v0.12.9 |
816 | 2025-01-14T21:20:26.352Z | Compiling openapiv3 v2.0.0 |
817 | 2025-01-14T21:20:26.408Z | Compiling typify v0.2.0 |
818 | 2025-01-14T21:20:26.990Z | Compiling dirs-sys-next v0.1.2 |
819 | 2025-01-14T21:20:28.470Z | Compiling unsafe-libyaml v0.2.11 |
820 | 2025-01-14T21:20:30.097Z | Compiling rustversion v1.0.17 |
821 | 2025-01-14T21:20:30.265Z | Compiling rustls v0.22.4 |
822 | 2025-01-14T21:20:30.576Z | Compiling pretty-hex v0.4.1 |
823 | 2025-01-14T21:20:30.706Z | Compiling paste v1.0.15 |
824 | 2025-01-14T21:20:30.785Z | Compiling newtype-uuid v1.1.3 |
825 | 2025-01-14T21:20:31.309Z | Compiling progenitor-impl v0.8.0 |
826 | 2025-01-14T21:20:32.787Z | Compiling serde_yaml v0.9.34+deprecated |
827 | 2025-01-14T21:20:36.182Z | Compiling dirs-next v2.0.0 |
828 | 2025-01-14T21:20:36.445Z | Compiling darling_macro v0.20.10 |
829 | 2025-01-14T21:20:37.449Z | Compiling crypto-common v0.1.6 |
830 | 2025-01-14T21:20:37.668Z | Compiling block-buffer v0.10.4 |
831 | 2025-01-14T21:20:37.902Z | Compiling ipnetwork v0.20.0 |
832 | 2025-01-14T21:20:37.986Z | Compiling toml_datetime v0.6.8 |
833 | 2025-01-14T21:20:38.209Z | Compiling serde_spanned v0.6.8 |
834 | 2025-01-14T21:20:38.451Z | Compiling ppv-lite86 v0.2.20 |
835 | 2025-01-14T21:20:38.647Z | Compiling structmeta-derive v0.3.0 |
836 | 2025-01-14T21:20:39.258Z | Compiling rand_core v0.6.4 |
837 | 2025-01-14T21:20:39.834Z | Compiling thread_local v1.1.8 |
838 | 2025-01-14T21:20:40.495Z | Compiling multer v3.1.0 |
839 | 2025-01-14T21:20:40.514Z | Compiling anyhow v1.0.93 |
840 | 2025-01-14T21:20:40.837Z | Compiling either v1.13.0 |
841 | 2025-01-14T21:20:41.090Z | Compiling slog-async v2.8.0 |
842 | 2025-01-14T21:20:41.100Z | Compiling match_cfg v0.1.0 |
843 | 2025-01-14T21:20:41.187Z | Compiling winnow v0.6.20 |
844 | 2025-01-14T21:20:41.253Z | Compiling camino v1.1.9 |
845 | 2025-01-14T21:20:41.638Z | Compiling itertools v0.10.5 |
846 | 2025-01-14T21:20:41.875Z | Compiling hostname v0.3.1 |
847 | 2025-01-14T21:20:42.099Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#f6abe39b) |
848 | 2025-01-14T21:20:42.137Z | Compiling structmeta v0.3.0 |
849 | 2025-01-14T21:20:42.878Z | Compiling rand_chacha v0.3.1 |
850 | 2025-01-14T21:20:43.239Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
851 | 2025-01-14T21:20:43.541Z | Compiling digest v0.10.7 |
852 | 2025-01-14T21:20:43.948Z | Compiling darling v0.20.10 |
853 | 2025-01-14T21:20:44.054Z | Compiling progenitor-macro v0.8.0 |
854 | 2025-01-14T21:20:44.542Z | Compiling crossbeam-channel v0.5.13 |
855 | 2025-01-14T21:20:44.569Z | Compiling toml_edit v0.22.22 |
856 | 2025-01-14T21:20:46.108Z | Compiling term v0.7.0 |
857 | 2025-01-14T21:20:53.088Z | Compiling usdt-attr-macro v0.5.0 |
858 | 2025-01-14T21:20:53.763Z | Compiling usdt-macro v0.5.0 |
859 | 2025-01-14T21:20:54.422Z | Compiling progenitor-client v0.8.0 |
860 | 2025-01-14T21:20:54.983Z | Compiling slog-json v2.6.1 |
861 | 2025-01-14T21:20:55.069Z | Compiling futures-executor v0.3.31 |
862 | 2025-01-14T21:20:55.292Z | Compiling async-stream-impl v0.3.6 |
863 | 2025-01-14T21:20:55.458Z | Compiling is-terminal v0.4.13 |
864 | 2025-01-14T21:20:55.587Z | Compiling memmap v0.7.0 |
865 | 2025-01-14T21:20:56.037Z | Compiling dropshot v0.13.0 |
866 | 2025-01-14T21:20:56.144Z | Compiling take_mut v0.2.2 |
867 | 2025-01-14T21:20:56.309Z | Compiling cpufeatures v0.2.14 |
868 | 2025-01-14T21:20:56.400Z | Compiling sha1 v0.10.6 |
869 | 2025-01-14T21:20:56.582Z | Compiling async-stream v0.3.6 |
870 | 2025-01-14T21:20:56.928Z | Compiling usdt v0.5.0 |
871 | 2025-01-14T21:20:57.178Z | Compiling slog-term v2.9.1 |
872 | 2025-01-14T21:20:58.434Z | Compiling futures v0.3.31 |
873 | 2025-01-14T21:20:58.543Z | Compiling slog-bunyan v2.5.0 |
874 | 2025-01-14T21:20:58.905Z | Compiling progenitor v0.8.0 |
875 | 2025-01-14T21:20:59.086Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#f6abe39b) |
876 | 2025-01-14T21:20:59.734Z | Compiling tokio-rustls v0.25.0 |
877 | 2025-01-14T21:21:00.044Z | Compiling strum_macros v0.26.4 |
878 | 2025-01-14T21:21:00.155Z | Compiling toml v0.8.19 |
879 | 2025-01-14T21:21:00.728Z | Compiling serde_with_macros v3.11.0 |
880 | 2025-01-14T21:21:01.805Z | Compiling rand v0.8.5 |
881 | 2025-01-14T21:21:04.339Z | Compiling parse-display-derive v0.10.0 |
882 | 2025-01-14T21:21:05.879Z | Compiling dropshot_endpoint v0.13.0 |
883 | 2025-01-14T21:21:06.224Z | Compiling serde_path_to_error v0.1.16 |
884 | 2025-01-14T21:21:07.219Z | Compiling hex v0.4.3 |
885 | 2025-01-14T21:21:07.350Z | Compiling async-trait v0.1.83 |
886 | 2025-01-14T21:21:07.505Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
887 | 2025-01-14T21:21:07.848Z | Compiling waitgroup v0.1.2 |
888 | 2025-01-14T21:21:07.997Z | Compiling hostname v0.4.0 |
889 | 2025-01-14T21:21:08.068Z | Compiling instant v0.1.13 |
890 | 2025-01-14T21:21:08.222Z | Compiling debug-ignore v1.0.5 |
891 | 2025-01-14T21:21:08.236Z | Compiling backoff v0.4.0 |
892 | 2025-01-14T21:21:08.278Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
893 | 2025-01-14T21:21:08.365Z | Compiling parse-display v0.10.0 |
894 | 2025-01-14T21:21:08.490Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
895 | 2025-01-14T21:21:08.650Z | Compiling strum v0.26.3 |
896 | 2025-01-14T21:21:08.660Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
897 | 2025-01-14T21:21:08.827Z | Compiling serde_with v3.11.0 |
898 | 2025-01-14T21:21:09.489Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
899 | 2025-01-14T21:21:10.137Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
900 | 2025-01-14T21:21:10.333Z | Compiling progenitor-client v0.9.1 |
901 | 2025-01-14T21:21:10.960Z | Compiling regress v0.9.1 |
902 | 2025-01-14T21:21:11.265Z | Compiling macaddr v1.0.1 |
903 | 2025-01-14T21:21:19.502Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
904 | 2025-01-14T21:21:29.106Z | Compiling test-project v0.1.0 (/tmp/test-project) |
905 | 2025-01-14T21:21:38.833Z | Finished `release` profile [optimized] target(s) in 2m 29s |
906 | 2025-01-14T21:21:38.899Z | process exited: duration 216729 ms, exit code 0 |
|
907 | 2025-01-14T21:21:38.905Z | found 0 output files |