|
|
|
1 | 2025-01-17T07:37:08.890Z | job assigned to worker 01JHSK1W1NEHFAJ8S317BQD8XW [factory aws, i-0dd2808dfa11193f6] (queued for 58 s) |
|
2 | 2025-01-17T07:37:16.873Z | starting task 0: "setup" |
3 | 2025-01-17T07:37:16.885Z | ++ uname -s |
4 | 2025-01-17T07:37:16.888Z | + kern=SunOS |
5 | 2025-01-17T07:37:16.888Z | + case "$kern" in |
6 | 2025-01-17T07:37:16.888Z | + groupadd -g 12345 build |
7 | 2025-01-17T07:37:16.891Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-17T07:37:18.900Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-17T07:37:19.005Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-17T07:37:19.008Z | + home_fs=zfs |
11 | 2025-01-17T07:37:19.008Z | + [[ zfs == autofs ]] |
12 | 2025-01-17T07:37:19.008Z | + mkdir -p /home/build |
13 | 2025-01-17T07:37:19.010Z | + chown build:build /home/build /work |
14 | 2025-01-17T07:37:21.012Z | + chmod 0700 /home/build /work |
15 | 2025-01-17T07:37:21.015Z | process exited: duration 4140 ms, exit code 0 |
|
16 | 2025-01-17T07:37:21.021Z | starting task 1: "rust-toolchain" |
17 | 2025-01-17T07:37:21.027Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-17T07:37:21.027Z | ' 1.84.0 |
19 | 2025-01-17T07:37:21.027Z | + printf ' * toolchain profile = "%s" |
20 | 2025-01-17T07:37:21.027Z | * toolchain channel = "1.84.0" |
21 | 2025-01-17T07:37:21.027Z | ' default |
22 | 2025-01-17T07:37:21.027Z | * toolchain profile = "default" |
23 | 2025-01-17T07:37:21.030Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-17T07:37:21.030Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
25 | 2025-01-17T07:37:21.155Z | info: downloading installer |
26 | 2025-01-17T07:37:22.365Z | info: profile set to 'default' |
27 | 2025-01-17T07:37:22.365Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-17T07:37:22.368Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
29 | 2025-01-17T07:37:22.511Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
30 | 2025-01-17T07:37:22.511Z | info: downloading component 'cargo' |
31 | 2025-01-17T07:37:23.279Z | info: downloading component 'clippy' |
32 | 2025-01-17T07:37:23.575Z | info: downloading component 'rust-docs' |
33 | 2025-01-17T07:37:24.620Z | info: downloading component 'rust-std' |
34 | 2025-01-17T07:37:26.168Z | info: downloading component 'rustc' |
35 | 2025-01-17T07:37:32.107Z | info: downloading component 'rustfmt' |
36 | 2025-01-17T07:37:32.332Z | info: installing component 'cargo' |
37 | 2025-01-17T07:37:33.161Z | info: installing component 'clippy' |
38 | 2025-01-17T07:37:33.538Z | info: installing component 'rust-docs' |
39 | 2025-01-17T07:37:35.210Z | info: installing component 'rust-std' |
40 | 2025-01-17T07:37:36.926Z | info: installing component 'rustc' |
41 | 2025-01-17T07:37:42.993Z | info: installing component 'rustfmt' |
42 | 2025-01-17T07:37:43.332Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
43 | 2025-01-17T07:37:43.332Z | |
44 | 2025-01-17T07:37:43.727Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
45 | 2025-01-17T07:37:43.727Z | |
46 | 2025-01-17T07:37:43.730Z | |
47 | 2025-01-17T07:37:43.730Z | Rust is installed now. Great! |
48 | 2025-01-17T07:37:43.730Z | |
49 | 2025-01-17T07:37:43.730Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-17T07:37:43.730Z | environment variable. This has not been done automatically. |
51 | 2025-01-17T07:37:43.730Z | |
52 | 2025-01-17T07:37:43.730Z | To configure your current shell, you need to source |
53 | 2025-01-17T07:37:43.730Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-17T07:37:43.730Z | |
55 | 2025-01-17T07:37:43.730Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-17T07:37:43.730Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-17T07:37:43.730Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-17T07:37:43.808Z | + rustc --version |
59 | 2025-01-17T07:37:43.879Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
60 | 2025-01-17T07:37:43.882Z | process exited: duration 22856 ms, exit code 0 |
|
61 | 2025-01-17T07:37:43.887Z | starting task 2: "authentication" |
62 | 2025-01-17T07:37:43.908Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2025-01-17T07:37:43.914Z | starting task 3: "clone repository" |
64 | 2025-01-17T07:37:43.919Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-17T07:37:43.921Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-17T07:37:43.963Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-17T07:37:52.329Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-17T07:37:52.329Z | + git fetch origin 1c7ecf4790f9de35ba68894094dd2f16411d9d98 |
69 | 2025-01-17T07:37:52.605Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-17T07:37:52.605Z | * branch 1c7ecf4790f9de35ba68894094dd2f16411d9d98 -> FETCH_HEAD |
71 | 2025-01-17T07:37:52.617Z | + [[ -n renovate/uuid-1.x ]] |
72 | 2025-01-17T07:37:52.619Z | ++ git branch --show-current |
73 | 2025-01-17T07:37:52.622Z | + current=main |
74 | 2025-01-17T07:37:52.622Z | + [[ main != renovate/uuid-1.x ]] |
75 | 2025-01-17T07:37:52.622Z | + git branch -f renovate/uuid-1.x 1c7ecf4790f9de35ba68894094dd2f16411d9d98 |
76 | 2025-01-17T07:37:52.625Z | + git checkout -f renovate/uuid-1.x |
77 | 2025-01-17T07:37:52.805Z | Switched to branch 'renovate/uuid-1.x' |
78 | 2025-01-17T07:37:52.808Z | + git reset --hard 1c7ecf4790f9de35ba68894094dd2f16411d9d98 |
79 | 2025-01-17T07:37:52.825Z | HEAD is now at 1c7ecf479 fix newly-broken inferences |
80 | 2025-01-17T07:37:52.827Z | process exited: duration 8911 ms, exit code 0 |
|
81 | 2025-01-17T07:37:52.835Z | starting task 4: "build" |
82 | 2025-01-17T07:37:52.839Z | + source .github/buildomat/ci-env.sh |
83 | 2025-01-17T07:37:52.839Z | ++ export CARGO_TERM_COLOR=always |
84 | 2025-01-17T07:37:52.839Z | ++ CARGO_TERM_COLOR=always |
85 | 2025-01-17T07:37:52.841Z | + cargo --version |
86 | 2025-01-17T07:37:52.901Z | cargo 1.84.0 (66221abde 2024-11-19) |
87 | 2025-01-17T07:37:52.904Z | + rustc --version |
88 | 2025-01-17T07:37:52.966Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
89 | 2025-01-17T07:37:52.969Z | + cd /tmp |
90 | 2025-01-17T07:37:52.969Z | + cargo new --lib test-project |
91 | 2025-01-17T07:37:53.028Z | Creating library `test-project` package |
92 | 2025-01-17T07:37:53.108Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
93 | 2025-01-17T07:37:53.110Z | + cd test-project |
94 | 2025-01-17T07:37:53.111Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
95 | 2025-01-17T07:37:53.173Z | Adding omicron-common (local) to dependencies |
96 | 2025-01-17T07:37:53.176Z | Features: |
97 | 2025-01-17T07:37:53.176Z | - proptest |
98 | 2025-01-17T07:37:53.176Z | - test-strategy |
99 | 2025-01-17T07:37:53.176Z | - testing |
100 | 2025-01-17T07:37:53.176Z | Updating crates.io index |
101 | 2025-01-17T07:37:53.275Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
102 | 2025-01-17T07:37:53.760Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
103 | 2025-01-17T07:37:54.354Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
104 | 2025-01-17T07:37:54.776Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
105 | 2025-01-17T07:37:55.151Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
106 | 2025-01-17T07:37:56.717Z | Locking 335 packages to latest compatible versions |
107 | 2025-01-17T07:37:56.921Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
108 | 2025-01-17T07:37:56.924Z | + cargo check |
109 | 2025-01-17T07:37:57.074Z | Updating crates.io index |
110 | 2025-01-17T07:37:57.931Z | Locking 1 package to latest compatible version |
111 | 2025-01-17T07:37:57.931Z | Adding omicron-workspace-hack v0.1.0 |
112 | 2025-01-17T07:37:57.954Z | Downloading crates ... |
113 | 2025-01-17T07:37:58.037Z | Downloaded async-trait v0.1.83 |
114 | 2025-01-17T07:37:58.045Z | Downloaded atomic-waker v1.1.2 |
115 | 2025-01-17T07:37:58.047Z | Downloaded async-stream-impl v0.3.6 |
116 | 2025-01-17T07:37:58.050Z | Downloaded dtrace-parser v0.2.0 |
117 | 2025-01-17T07:37:58.054Z | Downloaded equivalent v1.0.1 |
118 | 2025-01-17T07:37:58.058Z | Downloaded match_cfg v0.1.0 |
119 | 2025-01-17T07:37:58.061Z | Downloaded tinystr v0.7.6 |
120 | 2025-01-17T07:37:58.064Z | Downloaded version_check v0.9.5 |
121 | 2025-01-17T07:37:58.068Z | Downloaded pest_meta v2.7.14 |
122 | 2025-01-17T07:37:58.070Z | Downloaded icu_provider_macros v1.5.0 |
123 | 2025-01-17T07:37:58.074Z | Downloaded progenitor-client v0.8.0 |
124 | 2025-01-17T07:37:58.074Z | Downloaded tokio-rustls v0.26.0 |
125 | 2025-01-17T07:37:58.077Z | Downloaded usdt-macro v0.5.0 |
126 | 2025-01-17T07:37:58.077Z | Downloaded ident_case v1.0.1 |
127 | 2025-01-17T07:37:58.080Z | Downloaded newtype-uuid v1.2.1 |
128 | 2025-01-17T07:37:58.081Z | Downloaded foreign-types v0.3.2 |
129 | 2025-01-17T07:37:58.081Z | Downloaded tower-service v0.3.3 |
130 | 2025-01-17T07:37:58.084Z | Downloaded instant v0.1.13 |
131 | 2025-01-17T07:37:58.095Z | Downloaded dof v0.3.0 |
132 | 2025-01-17T07:37:58.097Z | Downloaded zerofrom-derive v0.1.4 |
133 | 2025-01-17T07:37:58.098Z | Downloaded untrusted v0.9.0 |
134 | 2025-01-17T07:37:58.098Z | Downloaded pkg-config v0.3.31 |
135 | 2025-01-17T07:37:58.100Z | Downloaded utf8_iter v1.0.4 |
136 | 2025-01-17T07:37:58.100Z | Downloaded crypto-common v0.1.6 |
137 | 2025-01-17T07:37:58.103Z | Downloaded either v1.13.0 |
138 | 2025-01-17T07:37:58.105Z | Downloaded dirs-sys-next v0.1.2 |
139 | 2025-01-17T07:37:58.106Z | Downloaded num-traits v0.2.19 |
140 | 2025-01-17T07:37:58.109Z | Downloaded dirs-next v2.0.0 |
141 | 2025-01-17T07:37:58.109Z | Downloaded ucd-trie v0.1.7 |
142 | 2025-01-17T07:37:58.112Z | Downloaded webpki-roots v0.26.6 |
143 | 2025-01-17T07:37:58.116Z | Downloaded hostname v0.4.0 |
144 | 2025-01-17T07:37:58.119Z | Downloaded form_urlencoded v1.2.1 |
145 | 2025-01-17T07:37:58.120Z | Downloaded debug-ignore v1.0.5 |
146 | 2025-01-17T07:37:58.122Z | Downloaded tokio-util v0.7.12 |
147 | 2025-01-17T07:37:58.127Z | Downloaded is-terminal v0.4.13 |
148 | 2025-01-17T07:37:58.131Z | Downloaded http-body v1.0.1 |
149 | 2025-01-17T07:37:58.131Z | Downloaded http-body-util v0.1.2 |
150 | 2025-01-17T07:37:58.135Z | Downloaded hostname v0.3.1 |
151 | 2025-01-17T07:37:58.135Z | Downloaded generic-array v0.14.7 |
152 | 2025-01-17T07:37:58.139Z | Downloaded futures-sink v0.3.31 |
153 | 2025-01-17T07:37:58.139Z | Downloaded futures-macro v0.3.31 |
154 | 2025-01-17T07:37:58.139Z | Downloaded futures-task v0.3.31 |
155 | 2025-01-17T07:37:58.142Z | Downloaded itoa v1.0.11 |
156 | 2025-01-17T07:37:58.142Z | Downloaded futures-core v0.3.31 |
157 | 2025-01-17T07:37:58.142Z | Downloaded sync_wrapper v1.0.1 |
158 | 2025-01-17T07:37:58.145Z | Downloaded hyper-tls v0.6.0 |
159 | 2025-01-17T07:37:58.145Z | Downloaded futures-io v0.3.31 |
160 | 2025-01-17T07:37:58.147Z | Downloaded httpdate v1.0.3 |
161 | 2025-01-17T07:37:58.147Z | Downloaded fnv v1.0.7 |
162 | 2025-01-17T07:37:58.147Z | Downloaded backoff v0.4.0 |
163 | 2025-01-17T07:37:58.150Z | Downloaded slog-term v2.9.1 |
164 | 2025-01-17T07:37:58.152Z | Downloaded futures-executor v0.3.31 |
165 | 2025-01-17T07:37:58.155Z | Downloaded tokio v1.43.0 |
166 | 2025-01-17T07:37:58.192Z | Downloaded slog v2.7.0 |
167 | 2025-01-17T07:37:58.199Z | Downloaded byteorder v1.5.0 |
168 | 2025-01-17T07:37:58.203Z | Downloaded block-buffer v0.10.4 |
169 | 2025-01-17T07:37:58.203Z | Downloaded num_threads v0.1.7 |
170 | 2025-01-17T07:37:58.203Z | Downloaded num-conv v0.1.0 |
171 | 2025-01-17T07:37:58.203Z | Downloaded native-tls v0.2.12 |
172 | 2025-01-17T07:37:58.206Z | Downloaded term v0.7.0 |
173 | 2025-01-17T07:37:58.207Z | Downloaded darling v0.20.10 |
174 | 2025-01-17T07:37:58.211Z | Downloaded openssl-probe v0.1.5 |
175 | 2025-01-17T07:37:58.214Z | Downloaded openssl-macros v0.1.1 |
176 | 2025-01-17T07:37:58.214Z | Downloaded getrandom v0.2.15 |
177 | 2025-01-17T07:37:58.217Z | Downloaded time-core v0.1.2 |
178 | 2025-01-17T07:37:58.220Z | Downloaded take_mut v0.2.2 |
179 | 2025-01-17T07:37:58.220Z | Downloaded litemap v0.7.3 |
180 | 2025-01-17T07:37:58.223Z | Downloaded ipnet v2.10.1 |
181 | 2025-01-17T07:37:58.226Z | Downloaded parse-display-derive v0.10.0 |
182 | 2025-01-17T07:37:58.226Z | Downloaded usdt v0.5.0 |
183 | 2025-01-17T07:37:58.226Z | Downloaded thread_local v1.1.8 |
184 | 2025-01-17T07:37:58.229Z | Downloaded thread-id v4.2.2 |
185 | 2025-01-17T07:37:58.229Z | Downloaded lock_api v0.4.12 |
186 | 2025-01-17T07:37:58.232Z | Downloaded progenitor-client v0.9.1 |
187 | 2025-01-17T07:37:58.232Z | Downloaded omicron-workspace-hack v0.1.0 |
188 | 2025-01-17T07:37:58.232Z | Downloaded write16 v1.0.0 |
189 | 2025-01-17T07:37:58.235Z | Downloaded tinyvec_macros v0.1.1 |
190 | 2025-01-17T07:37:58.235Z | Downloaded hyper-rustls v0.27.3 |
191 | 2025-01-17T07:37:58.239Z | Downloaded want v0.3.1 |
192 | 2025-01-17T07:37:58.239Z | Downloaded pest_generator v2.7.14 |
193 | 2025-01-17T07:37:58.242Z | Downloaded paste v1.0.15 |
194 | 2025-01-17T07:37:58.242Z | Downloaded parse-display v0.10.0 |
195 | 2025-01-17T07:37:58.244Z | Downloaded mime v0.3.17 |
196 | 2025-01-17T07:37:58.244Z | Downloaded pest_derive v2.7.14 |
197 | 2025-01-17T07:37:58.247Z | Downloaded stable_deref_trait v1.2.0 |
198 | 2025-01-17T07:37:58.250Z | Downloaded icu_locid_transform v1.5.0 |
199 | 2025-01-17T07:37:58.250Z | Downloaded thiserror v1.0.69 |
200 | 2025-01-17T07:37:58.255Z | Downloaded scroll_derive v0.12.0 |
201 | 2025-01-17T07:37:58.257Z | Downloaded iana-time-zone v0.1.61 |
202 | 2025-01-17T07:37:58.261Z | Downloaded anyhow v1.0.93 |
203 | 2025-01-17T07:37:58.263Z | Downloaded strum v0.26.3 |
204 | 2025-01-17T07:37:58.263Z | Downloaded pretty-hex v0.4.1 |
205 | 2025-01-17T07:37:58.267Z | Downloaded slog-bunyan v2.5.0 |
206 | 2025-01-17T07:37:58.267Z | Downloaded powerfmt v0.2.0 |
207 | 2025-01-17T07:37:58.270Z | Downloaded progenitor v0.8.0 |
208 | 2025-01-17T07:37:58.270Z | Downloaded toml_datetime v0.6.8 |
209 | 2025-01-17T07:37:58.270Z | Downloaded scroll v0.12.0 |
210 | 2025-01-17T07:37:58.273Z | Downloaded displaydoc v0.2.5 |
211 | 2025-01-17T07:37:58.275Z | Downloaded once_cell v1.20.2 |
212 | 2025-01-17T07:37:58.278Z | Downloaded time-macros v0.2.18 |
213 | 2025-01-17T07:37:58.280Z | Downloaded utf16_iter v1.0.5 |
214 | 2025-01-17T07:37:58.280Z | Downloaded dropshot_endpoint v0.15.1 |
215 | 2025-01-17T07:37:58.283Z | Downloaded thiserror v2.0.11 |
216 | 2025-01-17T07:37:58.289Z | Downloaded pin-utils v0.1.0 |
217 | 2025-01-17T07:37:58.291Z | Downloaded tokio-native-tls v0.3.1 |
218 | 2025-01-17T07:37:58.294Z | Downloaded log v0.4.22 |
219 | 2025-01-17T07:37:58.297Z | Downloaded subtle v2.6.1 |
220 | 2025-01-17T07:37:58.297Z | Downloaded sha1 v0.10.6 |
221 | 2025-01-17T07:37:58.300Z | Downloaded serde_spanned v0.6.8 |
222 | 2025-01-17T07:37:58.300Z | Downloaded schemars_derive v0.8.21 |
223 | 2025-01-17T07:37:58.302Z | Downloaded serde_path_to_error v0.1.16 |
224 | 2025-01-17T07:37:58.302Z | Downloaded shlex v1.3.0 |
225 | 2025-01-17T07:37:58.305Z | Downloaded strsim v0.11.1 |
226 | 2025-01-17T07:37:58.305Z | Downloaded serde_tokenstream v0.2.2 |
227 | 2025-01-17T07:37:58.308Z | Downloaded rustc-hash v2.0.0 |
228 | 2025-01-17T07:37:58.308Z | Downloaded progenitor-macro v0.8.0 |
229 | 2025-01-17T07:37:58.310Z | Downloaded rustversion v1.0.17 |
230 | 2025-01-17T07:37:58.313Z | Downloaded parking_lot v0.12.3 |
231 | 2025-01-17T07:37:58.317Z | Downloaded serde_urlencoded v0.7.1 |
232 | 2025-01-17T07:37:58.317Z | Downloaded writeable v0.5.5 |
233 | 2025-01-17T07:37:58.321Z | Downloaded tinyvec v1.8.0 |
234 | 2025-01-17T07:37:58.321Z | Downloaded slog-async v2.8.0 |
235 | 2025-01-17T07:37:58.324Z | Downloaded tokio-rustls v0.25.0 |
236 | 2025-01-17T07:37:58.324Z | Downloaded zerocopy-derive v0.7.35 |
237 | 2025-01-17T07:37:58.328Z | Downloaded rand_core v0.6.4 |
238 | 2025-01-17T07:37:58.330Z | Downloaded rand_chacha v0.3.1 |
239 | 2025-01-17T07:37:58.334Z | Downloaded slog-json v2.6.1 |
240 | 2025-01-17T07:37:58.334Z | Downloaded spin v0.9.8 |
241 | 2025-01-17T07:37:58.336Z | Downloaded scopeguard v1.2.0 |
242 | 2025-01-17T07:37:58.336Z | Downloaded toml v0.8.19 |
243 | 2025-01-17T07:37:58.339Z | Downloaded strum_macros v0.26.4 |
244 | 2025-01-17T07:37:58.342Z | Downloaded progenitor-impl v0.8.0 |
245 | 2025-01-17T07:37:58.345Z | Downloaded mio v1.0.2 |
246 | 2025-01-17T07:37:58.350Z | Downloaded icu_normalizer v1.5.0 |
247 | 2025-01-17T07:37:58.353Z | Downloaded sha2 v0.10.8 |
248 | 2025-01-17T07:37:58.356Z | Downloaded proc-macro2 v1.0.92 |
249 | 2025-01-17T07:37:58.359Z | Downloaded icu_normalizer_data v1.5.0 |
250 | 2025-01-17T07:37:58.362Z | Downloaded icu_properties v1.5.1 |
251 | 2025-01-17T07:37:58.365Z | Downloaded parking_lot_core v0.9.10 |
252 | 2025-01-17T07:37:58.368Z | Downloaded serde_derive_internals v0.29.1 |
253 | 2025-01-17T07:37:58.368Z | Downloaded tracing-core v0.1.32 |
254 | 2025-01-17T07:37:58.371Z | Downloaded serde_yaml v0.9.34+deprecated |
255 | 2025-01-17T07:37:58.374Z | Downloaded smallvec v1.13.2 |
256 | 2025-01-17T07:37:58.376Z | Downloaded url v2.5.3 |
257 | 2025-01-17T07:37:58.379Z | Downloaded unsafe-libyaml v0.2.11 |
258 | 2025-01-17T07:37:58.383Z | Downloaded quinn-udp v0.5.5 |
259 | 2025-01-17T07:37:58.385Z | Downloaded rustls-pemfile v2.2.0 |
260 | 2025-01-17T07:37:58.388Z | Downloaded semver v1.0.24 |
261 | 2025-01-17T07:37:58.393Z | Downloaded quinn v0.11.5 |
262 | 2025-01-17T07:37:58.395Z | Downloaded rustls-pki-types v1.10.0 |
263 | 2025-01-17T07:37:58.395Z | Downloaded ahash v0.8.11 |
264 | 2025-01-17T07:37:58.399Z | Downloaded zerovec v0.10.4 |
265 | 2025-01-17T07:37:58.405Z | Downloaded pest v2.7.14 |
266 | 2025-01-17T07:37:58.410Z | Downloaded icu_collections v1.5.0 |
267 | 2025-01-17T07:37:58.416Z | Downloaded hyper-util v0.1.10 |
268 | 2025-01-17T07:37:58.421Z | Downloaded zerocopy v0.7.35 |
269 | 2025-01-17T07:37:58.439Z | Downloaded serde_with_macros v3.11.0 |
270 | 2025-01-17T07:37:58.442Z | Downloaded hashbrown v0.12.3 |
271 | 2025-01-17T07:37:58.445Z | Downloaded cc v1.1.30 |
272 | 2025-01-17T07:37:58.447Z | Downloaded allocator-api2 v0.2.18 |
273 | 2025-01-17T07:37:58.453Z | Downloaded ryu v1.0.18 |
274 | 2025-01-17T07:37:58.458Z | Downloaded winnow v0.6.20 |
275 | 2025-01-17T07:37:58.461Z | Downloaded serde_derive v1.0.217 |
276 | 2025-01-17T07:37:58.466Z | Downloaded vcpkg v0.2.15 |
277 | 2025-01-17T07:37:58.503Z | Downloaded openssl v0.10.66 |
278 | 2025-01-17T07:37:58.510Z | Downloaded regex v1.11.1 |
279 | 2025-01-17T07:37:58.523Z | Downloaded crossbeam-channel v0.5.13 |
280 | 2025-01-17T07:37:58.526Z | Downloaded http v1.2.0 |
281 | 2025-01-17T07:37:58.530Z | Downloaded socket2 v0.5.7 |
282 | 2025-01-17T07:37:58.532Z | Downloaded schemars v0.8.21 |
283 | 2025-01-17T07:37:58.543Z | Downloaded rand v0.8.5 |
284 | 2025-01-17T07:37:58.547Z | Downloaded indexmap v2.7.0 |
285 | 2025-01-17T07:37:58.551Z | Downloaded openapiv3 v2.0.0 |
286 | 2025-01-17T07:37:58.562Z | Downloaded idna v1.0.3 |
287 | 2025-01-17T07:37:58.566Z | Downloaded itertools v0.10.5 |
288 | 2025-01-17T07:37:58.572Z | Downloaded rustls v0.22.4 |
289 | 2025-01-17T07:37:58.585Z | Downloaded hashbrown v0.14.5 |
290 | 2025-01-17T07:37:58.590Z | Downloaded futures v0.3.31 |
291 | 2025-01-17T07:37:58.594Z | Downloaded toml_edit v0.22.22 |
292 | 2025-01-17T07:37:58.615Z | Downloaded hashbrown v0.15.1 |
293 | 2025-01-17T07:37:58.620Z | Downloaded futures-util v0.3.31 |
294 | 2025-01-17T07:37:58.632Z | Downloaded typify-impl v0.2.0 |
295 | 2025-01-17T07:37:58.645Z | Downloaded hyper v1.5.2 |
296 | 2025-01-17T07:37:58.651Z | Downloaded h2 v0.4.6 |
297 | 2025-01-17T07:37:58.656Z | Downloaded aho-corasick v1.1.3 |
298 | 2025-01-17T07:37:58.661Z | Downloaded icu_locid v1.5.0 |
299 | 2025-01-17T07:37:58.667Z | Downloaded goblin v0.8.2 |
300 | 2025-01-17T07:37:58.671Z | Downloaded serde_with v3.11.0 |
301 | 2025-01-17T07:37:58.679Z | Downloaded serde_json v1.0.135 |
302 | 2025-01-17T07:37:58.688Z | Downloaded chrono v0.4.38 |
303 | 2025-01-17T07:37:58.693Z | Downloaded reqwest v0.12.9 |
304 | 2025-01-17T07:37:58.700Z | Downloaded regex-automata v0.4.8 |
305 | 2025-01-17T07:37:58.716Z | Downloaded rustls-webpki v0.102.8 |
306 | 2025-01-17T07:37:58.734Z | Downloaded icu_properties_data v1.5.0 |
307 | 2025-01-17T07:37:58.742Z | Downloaded syn v1.0.109 |
308 | 2025-01-17T07:37:58.751Z | Downloaded quinn-proto v0.11.8 |
309 | 2025-01-17T07:37:58.758Z | Downloaded serde v1.0.217 |
310 | 2025-01-17T07:37:58.761Z | Downloaded tracing v0.1.40 |
311 | 2025-01-17T07:37:58.765Z | Downloaded base64 v0.22.1 |
312 | 2025-01-17T07:37:58.768Z | Downloaded openssl-sys v0.9.103 |
313 | 2025-01-17T07:37:58.773Z | Downloaded typenum v1.17.0 |
314 | 2025-01-17T07:37:58.778Z | Downloaded darling_core v0.20.10 |
315 | 2025-01-17T07:37:58.780Z | Downloaded syn v2.0.96 |
316 | 2025-01-17T07:37:58.790Z | Downloaded uuid v1.12.0 |
317 | 2025-01-17T07:37:58.793Z | Downloaded dropshot v0.15.1 |
318 | 2025-01-17T07:37:58.813Z | Downloaded regress v0.9.1 |
319 | 2025-01-17T07:37:58.820Z | Downloaded regress v0.10.1 |
320 | 2025-01-17T07:37:58.829Z | Downloaded rustls v0.23.19 |
321 | 2025-01-17T07:37:58.838Z | Downloaded unicode-ident v1.0.14 |
322 | 2025-01-17T07:37:58.842Z | Downloaded structmeta-derive v0.3.0 |
323 | 2025-01-17T07:37:58.842Z | Downloaded structmeta v0.3.0 |
324 | 2025-01-17T07:37:58.845Z | Downloaded signal-hook-registry v1.4.2 |
325 | 2025-01-17T07:37:58.845Z | Downloaded slab v0.4.9 |
326 | 2025-01-17T07:37:58.845Z | Downloaded ppv-lite86 v0.2.20 |
327 | 2025-01-17T07:37:58.848Z | Downloaded yoke v0.7.4 |
328 | 2025-01-17T07:37:58.848Z | Downloaded typify v0.2.0 |
329 | 2025-01-17T07:37:58.851Z | Downloaded regex-syntax v0.8.5 |
330 | 2025-01-17T07:37:58.857Z | Downloaded time v0.3.36 |
331 | 2025-01-17T07:37:58.864Z | Downloaded pin-project-lite v0.2.14 |
332 | 2025-01-17T07:37:58.867Z | Downloaded bitflags v2.6.0 |
333 | 2025-01-17T07:37:58.871Z | Downloaded quote v1.0.38 |
334 | 2025-01-17T07:37:58.874Z | Downloaded bytes v1.9.0 |
335 | 2025-01-17T07:37:58.877Z | Downloaded plain v0.2.3 |
336 | 2025-01-17T07:37:58.879Z | Downloaded yoke-derive v0.7.4 |
337 | 2025-01-17T07:37:58.880Z | Downloaded tokio-macros v2.5.0 |
338 | 2025-01-17T07:37:58.880Z | Downloaded icu_provider v1.5.0 |
339 | 2025-01-17T07:37:58.884Z | Downloaded icu_locid_transform_data v1.5.0 |
340 | 2025-01-17T07:37:58.886Z | Downloaded indexmap v1.9.3 |
341 | 2025-01-17T07:37:58.889Z | Downloaded typify-macro v0.2.0 |
342 | 2025-01-17T07:37:58.889Z | Downloaded crossbeam-utils v0.8.20 |
343 | 2025-01-17T07:37:58.892Z | Downloaded synstructure v0.13.1 |
344 | 2025-01-17T07:37:58.892Z | Downloaded percent-encoding v2.3.1 |
345 | 2025-01-17T07:37:58.892Z | Downloaded heck v0.5.0 |
346 | 2025-01-17T07:37:58.894Z | Downloaded waitgroup v0.1.2 |
347 | 2025-01-17T07:37:58.894Z | Downloaded usdt-attr-macro v0.5.0 |
348 | 2025-01-17T07:37:58.894Z | Downloaded try-lock v0.2.5 |
349 | 2025-01-17T07:37:58.897Z | Downloaded thiserror-impl v2.0.11 |
350 | 2025-01-17T07:37:58.898Z | Downloaded futures-channel v0.3.31 |
351 | 2025-01-17T07:37:58.901Z | Downloaded httparse v1.9.5 |
352 | 2025-01-17T07:37:58.901Z | Downloaded camino v1.1.9 |
353 | 2025-01-17T07:37:58.904Z | Downloaded multer v3.1.0 |
354 | 2025-01-17T07:37:58.908Z | Downloaded zerofrom v0.1.4 |
355 | 2025-01-17T07:37:58.908Z | Downloaded thiserror-impl v1.0.69 |
356 | 2025-01-17T07:37:58.908Z | Downloaded memmap v0.7.0 |
357 | 2025-01-17T07:37:58.908Z | Downloaded memchr v2.7.4 |
358 | 2025-01-17T07:37:58.911Z | Downloaded zerovec-derive v0.10.3 |
359 | 2025-01-17T07:37:58.915Z | Downloaded zeroize v1.8.1 |
360 | 2025-01-17T07:37:58.915Z | Downloaded libc v0.2.169 |
361 | 2025-01-17T07:37:58.938Z | Downloaded macaddr v1.0.1 |
362 | 2025-01-17T07:37:58.941Z | Downloaded ipnetwork v0.20.0 |
363 | 2025-01-17T07:37:58.941Z | Downloaded foreign-types-shared v0.1.1 |
364 | 2025-01-17T07:37:58.941Z | Downloaded darling_macro v0.20.10 |
365 | 2025-01-17T07:37:58.943Z | Downloaded dyn-clone v1.0.17 |
366 | 2025-01-17T07:37:58.943Z | Downloaded hex v0.4.3 |
367 | 2025-01-17T07:37:58.943Z | Downloaded digest v0.10.7 |
368 | 2025-01-17T07:37:58.946Z | Downloaded cpufeatures v0.2.14 |
369 | 2025-01-17T07:37:58.946Z | Downloaded autocfg v1.4.0 |
370 | 2025-01-17T07:37:58.949Z | Downloaded deranged v0.3.11 |
371 | 2025-01-17T07:37:58.949Z | Downloaded usdt-impl v0.5.0 |
372 | 2025-01-17T07:37:58.951Z | Downloaded idna_adapter v1.2.0 |
373 | 2025-01-17T07:37:58.951Z | Downloaded cfg-if v1.0.0 |
374 | 2025-01-17T07:37:58.951Z | Downloaded async-stream v0.3.6 |
375 | 2025-01-17T07:37:59.027Z | Downloaded encoding_rs v0.8.34 |
376 | 2025-01-17T07:37:59.235Z | Downloaded ring v0.17.8 |
377 | 2025-01-17T07:37:59.427Z | Compiling proc-macro2 v1.0.92 |
378 | 2025-01-17T07:37:59.427Z | Compiling unicode-ident v1.0.14 |
379 | 2025-01-17T07:37:59.432Z | Compiling libc v0.2.169 |
380 | 2025-01-17T07:37:59.432Z | Checking cfg-if v1.0.0 |
381 | 2025-01-17T07:37:59.432Z | Compiling autocfg v1.4.0 |
382 | 2025-01-17T07:37:59.448Z | Compiling serde v1.0.217 |
383 | 2025-01-17T07:37:59.451Z | Compiling version_check v0.9.5 |
384 | 2025-01-17T07:37:59.451Z | Checking memchr v2.7.4 |
385 | 2025-01-17T07:37:59.574Z | Checking itoa v1.0.11 |
386 | 2025-01-17T07:37:59.644Z | Compiling serde_json v1.0.135 |
387 | 2025-01-17T07:38:00.075Z | Compiling thiserror v1.0.69 |
388 | 2025-01-17T07:38:00.097Z | Checking once_cell v1.20.2 |
389 | 2025-01-17T07:38:00.109Z | Compiling shlex v1.3.0 |
390 | 2025-01-17T07:38:00.322Z | Checking pin-project-lite v0.2.14 |
391 | 2025-01-17T07:38:00.383Z | Compiling cc v1.1.30 |
392 | 2025-01-17T07:38:00.424Z | Compiling num-traits v0.2.19 |
393 | 2025-01-17T07:38:00.691Z | Checking getrandom v0.2.15 |
394 | 2025-01-17T07:38:00.749Z | Checking smallvec v1.13.2 |
395 | 2025-01-17T07:38:00.761Z | Checking ryu v1.0.18 |
396 | 2025-01-17T07:38:00.915Z | Checking bytes v1.9.0 |
397 | 2025-01-17T07:38:00.952Z | Checking futures-core v0.3.31 |
398 | 2025-01-17T07:38:01.004Z | Compiling lock_api v0.4.12 |
399 | 2025-01-17T07:38:01.095Z | Compiling parking_lot_core v0.9.10 |
400 | 2025-01-17T07:38:01.109Z | Compiling quote v1.0.38 |
401 | 2025-01-17T07:38:01.160Z | Compiling byteorder v1.5.0 |
402 | 2025-01-17T07:38:01.245Z | Checking scopeguard v1.2.0 |
403 | 2025-01-17T07:38:01.480Z | Compiling syn v2.0.96 |
404 | 2025-01-17T07:38:01.548Z | Compiling schemars v0.8.21 |
405 | 2025-01-17T07:38:01.666Z | Compiling slab v0.4.9 |
406 | 2025-01-17T07:38:01.679Z | Compiling ahash v0.8.11 |
407 | 2025-01-17T07:38:01.714Z | Checking futures-sink v0.3.31 |
408 | 2025-01-17T07:38:01.862Z | Checking log v0.4.22 |
409 | 2025-01-17T07:38:01.960Z | Checking mio v1.0.2 |
410 | 2025-01-17T07:38:02.015Z | Checking parking_lot v0.12.3 |
411 | 2025-01-17T07:38:02.133Z | Checking signal-hook-registry v1.4.2 |
412 | 2025-01-17T07:38:02.164Z | Checking socket2 v0.5.7 |
413 | 2025-01-17T07:38:02.203Z | Checking stable_deref_trait v1.2.0 |
414 | 2025-01-17T07:38:02.345Z | Checking fnv v1.0.7 |
415 | 2025-01-17T07:38:02.376Z | Checking hashbrown v0.15.1 |
416 | 2025-01-17T07:38:02.385Z | Checking equivalent v1.0.1 |
417 | 2025-01-17T07:38:02.478Z | Checking http v1.2.0 |
418 | 2025-01-17T07:38:02.493Z | Checking futures-channel v0.3.31 |
419 | 2025-01-17T07:38:02.548Z | Compiling semver v1.0.24 |
420 | 2025-01-17T07:38:02.590Z | Checking futures-task v0.3.31 |
421 | 2025-01-17T07:38:02.631Z | Checking pin-utils v0.1.0 |
422 | 2025-01-17T07:38:02.721Z | Checking futures-io v0.3.31 |
423 | 2025-01-17T07:38:02.823Z | Checking rustls-pki-types v1.10.0 |
424 | 2025-01-17T07:38:02.839Z | Compiling pkg-config v0.3.31 |
425 | 2025-01-17T07:38:02.910Z | Compiling vcpkg v0.2.15 |
426 | 2025-01-17T07:38:03.105Z | Checking spin v0.9.8 |
427 | 2025-01-17T07:38:03.118Z | Compiling ring v0.17.8 |
428 | 2025-01-17T07:38:03.388Z | Checking litemap v0.7.3 |
429 | 2025-01-17T07:38:03.415Z | Compiling httparse v1.9.5 |
430 | 2025-01-17T07:38:03.741Z | Compiling heck v0.5.0 |
431 | 2025-01-17T07:38:03.752Z | Checking writeable v0.5.5 |
432 | 2025-01-17T07:38:03.900Z | Checking untrusted v0.9.0 |
433 | 2025-01-17T07:38:04.046Z | Checking iana-time-zone v0.1.61 |
434 | 2025-01-17T07:38:04.059Z | Checking tracing-core v0.1.32 |
435 | 2025-01-17T07:38:04.125Z | Checking atomic-waker v1.1.2 |
436 | 2025-01-17T07:38:04.138Z | Checking dyn-clone v1.0.17 |
437 | 2025-01-17T07:38:04.242Z | Compiling ucd-trie v0.1.7 |
438 | 2025-01-17T07:38:04.293Z | Checking http-body v1.0.1 |
439 | 2025-01-17T07:38:04.400Z | Compiling openssl-sys v0.9.103 |
440 | 2025-01-17T07:38:04.618Z | Checking subtle v2.6.1 |
441 | 2025-01-17T07:38:04.651Z | Checking tracing v0.1.40 |
442 | 2025-01-17T07:38:04.684Z | Checking try-lock v0.2.5 |
443 | 2025-01-17T07:38:04.696Z | Checking zeroize v1.8.1 |
444 | 2025-01-17T07:38:04.826Z | Compiling allocator-api2 v0.2.18 |
445 | 2025-01-17T07:38:04.910Z | Checking icu_locid_transform_data v1.5.0 |
446 | 2025-01-17T07:38:04.942Z | Checking want v0.3.1 |
447 | 2025-01-17T07:38:05.001Z | Checking foreign-types-shared v0.1.1 |
448 | 2025-01-17T07:38:05.112Z | Checking httpdate v1.0.3 |
449 | 2025-01-17T07:38:05.332Z | Checking icu_properties_data v1.5.0 |
450 | 2025-01-17T07:38:05.440Z | Compiling openssl v0.10.66 |
451 | 2025-01-17T07:38:05.477Z | Compiling uuid v1.12.0 |
452 | 2025-01-17T07:38:05.566Z | Checking foreign-types v0.3.2 |
453 | 2025-01-17T07:38:05.651Z | Checking utf8_iter v1.0.4 |
454 | 2025-01-17T07:38:05.850Z | Compiling rustls v0.23.19 |
455 | 2025-01-17T07:38:05.876Z | Compiling chrono v0.4.38 |
456 | 2025-01-17T07:38:05.955Z | Compiling slog v2.7.0 |
457 | 2025-01-17T07:38:05.992Z | Checking write16 v1.0.0 |
458 | 2025-01-17T07:38:06.023Z | Checking bitflags v2.6.0 |
459 | 2025-01-17T07:38:06.172Z | Checking icu_normalizer_data v1.5.0 |
460 | 2025-01-17T07:38:06.250Z | Checking tower-service v0.3.3 |
461 | 2025-01-17T07:38:06.266Z | Checking utf16_iter v1.0.5 |
462 | 2025-01-17T07:38:06.368Z | Checking percent-encoding v2.3.1 |
463 | 2025-01-17T07:38:06.426Z | Compiling native-tls v0.2.12 |
464 | 2025-01-17T07:38:06.506Z | Compiling aho-corasick v1.1.3 |
465 | 2025-01-17T07:38:06.574Z | Checking form_urlencoded v1.2.1 |
466 | 2025-01-17T07:38:06.767Z | Compiling regex-syntax v0.8.5 |
467 | 2025-01-17T07:38:06.808Z | Checking openssl-probe v0.1.5 |
468 | 2025-01-17T07:38:06.962Z | Compiling typenum v1.17.0 |
469 | 2025-01-17T07:38:07.696Z | Compiling generic-array v0.14.7 |
470 | 2025-01-17T07:38:07.707Z | Checking encoding_rs v0.8.34 |
471 | 2025-01-17T07:38:08.152Z | Checking mime v0.3.17 |
472 | 2025-01-17T07:38:09.017Z | Compiling synstructure v0.13.1 |
473 | 2025-01-17T07:38:09.031Z | Compiling serde_derive_internals v0.29.1 |
474 | 2025-01-17T07:38:09.654Z | Checking rustls-webpki v0.102.8 |
475 | 2025-01-17T07:38:10.021Z | Checking webpki-roots v0.26.6 |
476 | 2025-01-17T07:38:10.226Z | Checking rustls-pemfile v2.2.0 |
477 | 2025-01-17T07:38:10.414Z | Compiling regex-automata v0.4.8 |
478 | 2025-01-17T07:38:11.012Z | Compiling usdt-impl v0.5.0 |
479 | 2025-01-17T07:38:11.082Z | Compiling time-core v0.1.2 |
480 | 2025-01-17T07:38:11.180Z | Checking powerfmt v0.2.0 |
481 | 2025-01-17T07:38:11.260Z | Compiling num-conv v0.1.0 |
482 | 2025-01-17T07:38:11.392Z | Checking base64 v0.22.1 |
483 | 2025-01-17T07:38:11.538Z | Compiling time-macros v0.2.18 |
484 | 2025-01-17T07:38:11.848Z | Checking deranged v0.3.11 |
485 | 2025-01-17T07:38:12.001Z | Compiling thread-id v4.2.2 |
486 | 2025-01-17T07:38:12.224Z | Checking sync_wrapper v1.0.1 |
487 | 2025-01-17T07:38:13.124Z | Compiling serde_derive v1.0.217 |
488 | 2025-01-17T07:38:13.146Z | Compiling zerocopy-derive v0.7.35 |
489 | 2025-01-17T07:38:13.314Z | Compiling thiserror-impl v1.0.69 |
490 | 2025-01-17T07:38:13.588Z | Compiling zerofrom-derive v0.1.4 |
491 | 2025-01-17T07:38:14.400Z | Compiling schemars_derive v0.8.21 |
492 | 2025-01-17T07:38:14.684Z | Compiling tokio-macros v2.5.0 |
493 | 2025-01-17T07:38:15.049Z | Compiling yoke-derive v0.7.4 |
494 | 2025-01-17T07:38:15.098Z | Compiling zerocopy v0.7.35 |
495 | 2025-01-17T07:38:16.162Z | Checking tokio v1.43.0 |
496 | 2025-01-17T07:38:16.468Z | Compiling zerovec-derive v0.10.3 |
497 | 2025-01-17T07:38:16.728Z | Checking zerofrom v0.1.4 |
498 | 2025-01-17T07:38:16.949Z | Compiling displaydoc v0.2.5 |
499 | 2025-01-17T07:38:17.156Z | Compiling futures-macro v0.3.31 |
500 | 2025-01-17T07:38:17.315Z | Compiling icu_provider_macros v1.5.0 |
501 | 2025-01-17T07:38:17.463Z | Checking yoke v0.7.4 |
502 | 2025-01-17T07:38:17.795Z | Compiling pest v2.7.14 |
503 | 2025-01-17T07:38:18.102Z | Compiling hashbrown v0.14.5 |
504 | 2025-01-17T07:38:18.379Z | Compiling openssl-macros v0.1.1 |
505 | 2025-01-17T07:38:18.833Z | Checking zerovec v0.10.4 |
506 | 2025-01-17T07:38:18.912Z | Checking futures-util v0.3.31 |
507 | 2025-01-17T07:38:19.125Z | Compiling regress v0.10.1 |
508 | 2025-01-17T07:38:19.910Z | Compiling regex v1.11.1 |
509 | 2025-01-17T07:38:20.763Z | Checking tinystr v0.7.6 |
510 | 2025-01-17T07:38:20.826Z | Compiling pest_meta v2.7.14 |
511 | 2025-01-17T07:38:21.083Z | Checking icu_locid v1.5.0 |
512 | 2025-01-17T07:38:22.061Z | Checking icu_provider v1.5.0 |
513 | 2025-01-17T07:38:22.688Z | Checking icu_locid_transform v1.5.0 |
514 | 2025-01-17T07:38:22.867Z | Checking tokio-util v0.7.12 |
515 | 2025-01-17T07:38:23.364Z | Checking icu_collections v1.5.0 |
516 | 2025-01-17T07:38:23.572Z | Compiling pest_generator v2.7.14 |
517 | 2025-01-17T07:38:23.613Z | Checking http-body-util v0.1.2 |
518 | 2025-01-17T07:38:23.701Z | Checking tokio-rustls v0.26.0 |
519 | 2025-01-17T07:38:24.038Z | Compiling scroll_derive v0.12.0 |
520 | 2025-01-17T07:38:24.038Z | Checking icu_properties v1.5.1 |
521 | 2025-01-17T07:38:24.477Z | Checking tokio-native-tls v0.3.1 |
522 | 2025-01-17T07:38:24.720Z | Checking indexmap v2.7.0 |
523 | 2025-01-17T07:38:25.584Z | Compiling serde_tokenstream v0.2.2 |
524 | 2025-01-17T07:38:26.136Z | Checking h2 v0.4.6 |
525 | 2025-01-17T07:38:26.151Z | Compiling pest_derive v2.7.14 |
526 | 2025-01-17T07:38:27.262Z | Checking icu_normalizer v1.5.0 |
527 | 2025-01-17T07:38:27.544Z | Checking serde_urlencoded v0.7.1 |
528 | 2025-01-17T07:38:27.809Z | Compiling dtrace-parser v0.2.0 |
529 | 2025-01-17T07:38:27.838Z | Compiling dof v0.3.0 |
530 | 2025-01-17T07:38:27.966Z | Checking scroll v0.12.0 |
531 | 2025-01-17T07:38:28.050Z | Checking idna_adapter v1.2.0 |
532 | 2025-01-17T07:38:28.236Z | Checking idna v1.0.3 |
533 | 2025-01-17T07:38:28.359Z | Checking plain v0.2.3 |
534 | 2025-01-17T07:38:28.418Z | Compiling syn v1.0.109 |
535 | 2025-01-17T07:38:28.662Z | Checking num_threads v0.1.7 |
536 | 2025-01-17T07:38:28.682Z | Compiling crossbeam-utils v0.8.20 |
537 | 2025-01-17T07:38:28.707Z | Checking url v2.5.3 |
538 | 2025-01-17T07:38:28.781Z | Compiling typify-impl v0.2.0 |
539 | 2025-01-17T07:38:28.995Z | Checking ipnet v2.10.1 |
540 | 2025-01-17T07:38:29.138Z | Compiling strsim v0.11.1 |
541 | 2025-01-17T07:38:29.182Z | Compiling ident_case v1.0.1 |
542 | 2025-01-17T07:38:29.445Z | Checking time v0.3.36 |
543 | 2025-01-17T07:38:29.460Z | Compiling darling_core v0.20.10 |
544 | 2025-01-17T07:38:29.542Z | Checking goblin v0.8.2 |
545 | 2025-01-17T07:38:30.329Z | Checking hyper v1.5.2 |
546 | 2025-01-17T07:38:30.493Z | Compiling openapiv3 v2.0.0 |
547 | 2025-01-17T07:38:32.323Z | Checking hyper-util v0.1.10 |
548 | 2025-01-17T07:38:33.813Z | Checking dirs-sys-next v0.1.2 |
549 | 2025-01-17T07:38:33.881Z | Checking hyper-rustls v0.27.3 |
550 | 2025-01-17T07:38:33.918Z | Checking hyper-tls v0.6.0 |
551 | 2025-01-17T07:38:34.186Z | Compiling rustls v0.22.4 |
552 | 2025-01-17T07:38:34.199Z | Checking reqwest v0.12.9 |
553 | 2025-01-17T07:38:34.276Z | Checking pretty-hex v0.4.1 |
554 | 2025-01-17T07:38:34.354Z | Compiling omicron-workspace-hack v0.1.0 |
555 | 2025-01-17T07:38:34.365Z | Compiling paste v1.0.15 |
556 | 2025-01-17T07:38:34.444Z | Compiling unsafe-libyaml v0.2.11 |
557 | 2025-01-17T07:38:34.488Z | Compiling rustversion v1.0.17 |
558 | 2025-01-17T07:38:34.510Z | Compiling newtype-uuid v1.2.1 |
559 | 2025-01-17T07:38:34.770Z | Compiling darling_macro v0.20.10 |
560 | 2025-01-17T07:38:34.920Z | Checking dirs-next v2.0.0 |
561 | 2025-01-17T07:38:35.259Z | Checking ipnetwork v0.20.0 |
562 | 2025-01-17T07:38:35.483Z | Checking toml_datetime v0.6.8 |
563 | 2025-01-17T07:38:35.558Z | Checking serde_spanned v0.6.8 |
564 | 2025-01-17T07:38:35.588Z | Checking ppv-lite86 v0.2.20 |
565 | 2025-01-17T07:38:35.666Z | Checking crypto-common v0.1.6 |
566 | 2025-01-17T07:38:35.744Z | Compiling serde_yaml v0.9.34+deprecated |
567 | 2025-01-17T07:38:35.757Z | Checking block-buffer v0.10.4 |
568 | 2025-01-17T07:38:35.821Z | Compiling structmeta-derive v0.3.0 |
569 | 2025-01-17T07:38:35.858Z | Checking rand_core v0.6.4 |
570 | 2025-01-17T07:38:36.073Z | Checking thread_local v1.1.8 |
571 | 2025-01-17T07:38:36.143Z | Compiling multer v3.1.0 |
572 | 2025-01-17T07:38:36.155Z | Checking winnow v0.6.20 |
573 | 2025-01-17T07:38:36.291Z | Checking either v1.13.0 |
574 | 2025-01-17T07:38:36.348Z | Compiling anyhow v1.0.93 |
575 | 2025-01-17T07:38:36.478Z | Compiling camino v1.1.9 |
576 | 2025-01-17T07:38:36.629Z | Compiling thiserror v2.0.11 |
577 | 2025-01-17T07:38:36.945Z | Compiling slog-async v2.8.0 |
578 | 2025-01-17T07:38:37.060Z | Checking match_cfg v0.1.0 |
579 | 2025-01-17T07:38:37.156Z | Checking hostname v0.3.1 |
580 | 2025-01-17T07:38:37.497Z | Checking itertools v0.10.5 |
581 | 2025-01-17T07:38:37.615Z | Checking rand_chacha v0.3.1 |
582 | 2025-01-17T07:38:37.966Z | Checking digest v0.10.7 |
583 | 2025-01-17T07:38:38.258Z | Compiling structmeta v0.3.0 |
584 | 2025-01-17T07:38:38.283Z | Checking crossbeam-channel v0.5.13 |
585 | 2025-01-17T07:38:38.288Z | Compiling darling v0.20.10 |
586 | 2025-01-17T07:38:38.406Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
587 | 2025-01-17T07:38:38.633Z | Checking progenitor-client v0.8.0 |
588 | 2025-01-17T07:38:38.915Z | Checking toml_edit v0.22.22 |
589 | 2025-01-17T07:38:38.933Z | Checking term v0.7.0 |
590 | 2025-01-17T07:38:39.616Z | Checking slog-json v2.6.1 |
591 | 2025-01-17T07:38:39.630Z | Compiling usdt-attr-macro v0.5.0 |
592 | 2025-01-17T07:38:39.877Z | Compiling usdt-macro v0.5.0 |
593 | 2025-01-17T07:38:39.892Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
594 | 2025-01-17T07:38:39.913Z | Checking futures-executor v0.3.31 |
595 | 2025-01-17T07:38:39.972Z | Compiling async-stream-impl v0.3.6 |
596 | 2025-01-17T07:38:40.137Z | Compiling thiserror-impl v2.0.11 |
597 | 2025-01-17T07:38:40.705Z | Compiling typify-macro v0.2.0 |
598 | 2025-01-17T07:38:41.031Z | Checking is-terminal v0.4.13 |
599 | 2025-01-17T07:38:41.053Z | Checking memmap v0.7.0 |
600 | 2025-01-17T07:38:41.132Z | Compiling dropshot v0.15.1 |
601 | 2025-01-17T07:38:41.160Z | Checking take_mut v0.2.2 |
602 | 2025-01-17T07:38:41.205Z | Checking cpufeatures v0.2.14 |
603 | 2025-01-17T07:38:41.260Z | Checking usdt v0.5.0 |
604 | 2025-01-17T07:38:41.302Z | Checking sha1 v0.10.6 |
605 | 2025-01-17T07:38:41.480Z | Checking toml v0.8.19 |
606 | 2025-01-17T07:38:41.496Z | Checking async-stream v0.3.6 |
607 | 2025-01-17T07:38:41.524Z | Checking slog-term v2.9.1 |
608 | 2025-01-17T07:38:41.582Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
609 | 2025-01-17T07:38:41.598Z | Checking futures v0.3.31 |
610 | 2025-01-17T07:38:41.675Z | Compiling strum_macros v0.26.4 |
611 | 2025-01-17T07:38:41.700Z | Checking slog-bunyan v2.5.0 |
612 | 2025-01-17T07:38:41.872Z | Compiling parse-display-derive v0.10.0 |
613 | 2025-01-17T07:38:42.017Z | Compiling serde_with_macros v3.11.0 |
614 | 2025-01-17T07:38:42.141Z | Checking rand v0.8.5 |
615 | 2025-01-17T07:38:42.354Z | Checking tokio-rustls v0.25.0 |
616 | 2025-01-17T07:38:42.998Z | Compiling dropshot_endpoint v0.15.1 |
617 | 2025-01-17T07:38:43.040Z | Checking serde_path_to_error v0.1.16 |
618 | 2025-01-17T07:38:43.206Z | Checking hex v0.4.3 |
619 | 2025-01-17T07:38:43.348Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
620 | 2025-01-17T07:38:43.641Z | Compiling async-trait v0.1.83 |
621 | 2025-01-17T07:38:43.702Z | Checking waitgroup v0.1.2 |
622 | 2025-01-17T07:38:43.847Z | Checking hostname v0.4.0 |
623 | 2025-01-17T07:38:43.987Z | Checking instant v0.1.13 |
624 | 2025-01-17T07:38:44.001Z | Compiling typify v0.2.0 |
625 | 2025-01-17T07:38:44.101Z | Compiling progenitor-impl v0.8.0 |
626 | 2025-01-17T07:38:44.152Z | Checking debug-ignore v1.0.5 |
627 | 2025-01-17T07:38:44.280Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
628 | 2025-01-17T07:38:44.455Z | Checking backoff v0.4.0 |
629 | 2025-01-17T07:38:44.472Z | Checking serde_with v3.11.0 |
630 | 2025-01-17T07:38:44.706Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
631 | 2025-01-17T07:38:44.855Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
632 | 2025-01-17T07:38:45.360Z | Checking parse-display v0.10.0 |
633 | 2025-01-17T07:38:45.589Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
634 | 2025-01-17T07:38:45.725Z | Checking progenitor-client v0.9.1 |
635 | 2025-01-17T07:38:45.833Z | Checking strum v0.26.3 |
636 | 2025-01-17T07:38:45.847Z | Checking macaddr v1.0.1 |
637 | 2025-01-17T07:38:45.940Z | Checking regress v0.9.1 |
638 | 2025-01-17T07:38:47.289Z | Compiling progenitor-macro v0.8.0 |
639 | 2025-01-17T07:38:50.819Z | Checking progenitor v0.8.0 |
640 | 2025-01-17T07:38:50.920Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
641 | 2025-01-17T07:38:53.639Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
642 | 2025-01-17T07:39:00.695Z | Checking test-project v0.1.0 (/tmp/test-project) |
643 | 2025-01-17T07:39:00.755Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s |
644 | 2025-01-17T07:39:00.894Z | + cargo build --release |
645 | 2025-01-17T07:39:01.156Z | Compiling proc-macro2 v1.0.92 |
646 | 2025-01-17T07:39:01.156Z | Compiling unicode-ident v1.0.14 |
647 | 2025-01-17T07:39:01.156Z | Compiling libc v0.2.169 |
648 | 2025-01-17T07:39:01.186Z | Compiling cfg-if v1.0.0 |
649 | 2025-01-17T07:39:01.187Z | Compiling autocfg v1.4.0 |
650 | 2025-01-17T07:39:01.187Z | Compiling serde v1.0.217 |
651 | 2025-01-17T07:39:01.187Z | Compiling version_check v0.9.5 |
652 | 2025-01-17T07:39:01.188Z | Compiling memchr v2.7.4 |
653 | 2025-01-17T07:39:01.287Z | Compiling serde_json v1.0.135 |
654 | 2025-01-17T07:39:01.379Z | Compiling itoa v1.0.11 |
655 | 2025-01-17T07:39:01.617Z | Compiling thiserror v1.0.69 |
656 | 2025-01-17T07:39:01.711Z | Compiling once_cell v1.20.2 |
657 | 2025-01-17T07:39:01.740Z | Compiling shlex v1.3.0 |
658 | 2025-01-17T07:39:01.943Z | Compiling cc v1.1.30 |
659 | 2025-01-17T07:39:02.125Z | Compiling num-traits v0.2.19 |
660 | 2025-01-17T07:39:02.137Z | Compiling pin-project-lite v0.2.14 |
661 | 2025-01-17T07:39:02.477Z | Compiling getrandom v0.2.15 |
662 | 2025-01-17T07:39:02.505Z | Compiling ryu v1.0.18 |
663 | 2025-01-17T07:39:02.596Z | Compiling smallvec v1.13.2 |
664 | 2025-01-17T07:39:02.822Z | Compiling quote v1.0.38 |
665 | 2025-01-17T07:39:02.909Z | Compiling bytes v1.9.0 |
666 | 2025-01-17T07:39:02.955Z | Compiling futures-core v0.3.31 |
667 | 2025-01-17T07:39:03.075Z | Compiling lock_api v0.4.12 |
668 | 2025-01-17T07:39:03.192Z | Compiling syn v2.0.96 |
669 | 2025-01-17T07:39:03.322Z | Compiling parking_lot_core v0.9.10 |
670 | 2025-01-17T07:39:03.447Z | Compiling schemars v0.8.21 |
671 | 2025-01-17T07:39:03.448Z | Compiling ahash v0.8.11 |
672 | 2025-01-17T07:39:03.580Z | Compiling byteorder v1.5.0 |
673 | 2025-01-17T07:39:03.759Z | Compiling scopeguard v1.2.0 |
674 | 2025-01-17T07:39:03.819Z | Compiling slab v0.4.9 |
675 | 2025-01-17T07:39:03.981Z | Compiling futures-sink v0.3.31 |
676 | 2025-01-17T07:39:04.067Z | Compiling log v0.4.22 |
677 | 2025-01-17T07:39:04.256Z | Compiling signal-hook-registry v1.4.2 |
678 | 2025-01-17T07:39:04.337Z | Compiling parking_lot v0.12.3 |
679 | 2025-01-17T07:39:04.450Z | Compiling socket2 v0.5.7 |
680 | 2025-01-17T07:39:04.554Z | Compiling mio v1.0.2 |
681 | 2025-01-17T07:39:04.559Z | Compiling stable_deref_trait v1.2.0 |
682 | 2025-01-17T07:39:04.580Z | Compiling ring v0.17.8 |
683 | 2025-01-17T07:39:04.699Z | Compiling equivalent v1.0.1 |
684 | 2025-01-17T07:39:04.808Z | Compiling fnv v1.0.7 |
685 | 2025-01-17T07:39:04.944Z | Compiling hashbrown v0.15.1 |
686 | 2025-01-17T07:39:04.975Z | Compiling semver v1.0.24 |
687 | 2025-01-17T07:39:05.472Z | Compiling http v1.2.0 |
688 | 2025-01-17T07:39:05.687Z | Compiling futures-channel v0.3.31 |
689 | 2025-01-17T07:39:06.074Z | Compiling futures-task v0.3.31 |
690 | 2025-01-17T07:39:06.121Z | Compiling pin-utils v0.1.0 |
691 | 2025-01-17T07:39:06.129Z | Compiling futures-io v0.3.31 |
692 | 2025-01-17T07:39:06.324Z | Compiling vcpkg v0.2.15 |
693 | 2025-01-17T07:39:06.349Z | Compiling rustls-pki-types v1.10.0 |
694 | 2025-01-17T07:39:06.418Z | Compiling spin v0.9.8 |
695 | 2025-01-17T07:39:06.431Z | Compiling pkg-config v0.3.31 |
696 | 2025-01-17T07:39:06.658Z | Compiling litemap v0.7.3 |
697 | 2025-01-17T07:39:07.085Z | Compiling writeable v0.5.5 |
698 | 2025-01-17T07:39:07.495Z | Compiling iana-time-zone v0.1.61 |
699 | 2025-01-17T07:39:07.779Z | Compiling openssl-sys v0.9.103 |
700 | 2025-01-17T07:39:08.104Z | Compiling untrusted v0.9.0 |
701 | 2025-01-17T07:39:08.170Z | Compiling heck v0.5.0 |
702 | 2025-01-17T07:39:08.182Z | Compiling httparse v1.9.5 |
703 | 2025-01-17T07:39:08.541Z | Compiling tracing-core v0.1.32 |
704 | 2025-01-17T07:39:08.579Z | Compiling ucd-trie v0.1.7 |
705 | 2025-01-17T07:39:08.799Z | Compiling atomic-waker v1.1.2 |
706 | 2025-01-17T07:39:08.832Z | Compiling dyn-clone v1.0.17 |
707 | 2025-01-17T07:39:08.990Z | Compiling http-body v1.0.1 |
708 | 2025-01-17T07:39:09.214Z | Compiling tracing v0.1.40 |
709 | 2025-01-17T07:39:09.375Z | Compiling icu_locid_transform_data v1.5.0 |
710 | 2025-01-17T07:39:09.473Z | Compiling try-lock v0.2.5 |
711 | 2025-01-17T07:39:09.640Z | Compiling zeroize v1.8.1 |
712 | 2025-01-17T07:39:09.886Z | Compiling subtle v2.6.1 |
713 | 2025-01-17T07:39:09.907Z | Compiling allocator-api2 v0.2.18 |
714 | 2025-01-17T07:39:10.009Z | Compiling want v0.3.1 |
715 | 2025-01-17T07:39:10.289Z | Compiling synstructure v0.13.1 |
716 | 2025-01-17T07:39:10.353Z | Compiling serde_derive_internals v0.29.1 |
717 | 2025-01-17T07:39:10.506Z | Compiling chrono v0.4.38 |
718 | 2025-01-17T07:39:10.628Z | Compiling httpdate v1.0.3 |
719 | 2025-01-17T07:39:10.780Z | Compiling foreign-types-shared v0.1.1 |
720 | 2025-01-17T07:39:10.884Z | Compiling icu_properties_data v1.5.0 |
721 | 2025-01-17T07:39:11.248Z | Compiling uuid v1.12.0 |
722 | 2025-01-17T07:39:11.397Z | Compiling openssl v0.10.66 |
723 | 2025-01-17T07:39:11.800Z | Compiling foreign-types v0.3.2 |
724 | 2025-01-17T07:39:11.946Z | Compiling utf8_iter v1.0.4 |
725 | 2025-01-17T07:39:12.226Z | Compiling icu_normalizer_data v1.5.0 |
726 | 2025-01-17T07:39:12.290Z | Compiling bitflags v2.6.0 |
727 | 2025-01-17T07:39:12.311Z | Compiling utf16_iter v1.0.5 |
728 | 2025-01-17T07:39:12.324Z | Compiling tower-service v0.3.3 |
729 | 2025-01-17T07:39:12.447Z | Compiling percent-encoding v2.3.1 |
730 | 2025-01-17T07:39:12.527Z | Compiling write16 v1.0.0 |
731 | 2025-01-17T07:39:12.676Z | Compiling native-tls v0.2.12 |
732 | 2025-01-17T07:39:12.912Z | Compiling rustls v0.23.19 |
733 | 2025-01-17T07:39:12.936Z | Compiling slog v2.7.0 |
734 | 2025-01-17T07:39:13.124Z | Compiling form_urlencoded v1.2.1 |
735 | 2025-01-17T07:39:13.379Z | Compiling aho-corasick v1.1.3 |
736 | 2025-01-17T07:39:13.456Z | Compiling openssl-probe v0.1.5 |
737 | 2025-01-17T07:39:13.573Z | Compiling regex-syntax v0.8.5 |
738 | 2025-01-17T07:39:13.601Z | Compiling typenum v1.17.0 |
739 | 2025-01-17T07:39:14.694Z | Compiling serde_derive v1.0.217 |
740 | 2025-01-17T07:39:14.779Z | Compiling zerocopy-derive v0.7.35 |
741 | 2025-01-17T07:39:15.130Z | Compiling thiserror-impl v1.0.69 |
742 | 2025-01-17T07:39:15.586Z | Compiling schemars_derive v0.8.21 |
743 | 2025-01-17T07:39:15.603Z | Compiling zerofrom-derive v0.1.4 |
744 | 2025-01-17T07:39:16.733Z | Compiling zerocopy v0.7.35 |
745 | 2025-01-17T07:39:17.945Z | Compiling yoke-derive v0.7.4 |
746 | 2025-01-17T07:39:18.057Z | Compiling tokio-macros v2.5.0 |
747 | 2025-01-17T07:39:18.511Z | Compiling zerovec-derive v0.10.3 |
748 | 2025-01-17T07:39:18.665Z | Compiling displaydoc v0.2.5 |
749 | 2025-01-17T07:39:18.870Z | Compiling zerofrom v0.1.4 |
750 | 2025-01-17T07:39:18.952Z | Compiling futures-macro v0.3.31 |
751 | 2025-01-17T07:39:19.483Z | Compiling tokio v1.43.0 |
752 | 2025-01-17T07:39:20.097Z | Compiling icu_provider_macros v1.5.0 |
753 | 2025-01-17T07:39:20.358Z | Compiling yoke v0.7.4 |
754 | 2025-01-17T07:39:20.697Z | Compiling futures-util v0.3.31 |
755 | 2025-01-17T07:39:20.936Z | Compiling zerovec v0.10.4 |
756 | 2025-01-17T07:39:21.102Z | Compiling pest v2.7.14 |
757 | 2025-01-17T07:39:21.268Z | Compiling rustls-webpki v0.102.8 |
758 | 2025-01-17T07:39:25.472Z | Compiling tinystr v0.7.6 |
759 | 2025-01-17T07:39:25.508Z | Compiling icu_locid v1.5.0 |
760 | 2025-01-17T07:39:25.801Z | Compiling icu_provider v1.5.0 |
761 | 2025-01-17T07:39:26.786Z | Compiling icu_locid_transform v1.5.0 |
762 | 2025-01-17T07:39:26.924Z | Compiling pest_meta v2.7.14 |
763 | 2025-01-17T07:39:27.940Z | Compiling indexmap v2.7.0 |
764 | 2025-01-17T07:39:29.589Z | Compiling serde_tokenstream v0.2.2 |
765 | 2025-01-17T07:39:31.869Z | Compiling tokio-util v0.7.12 |
766 | 2025-01-17T07:39:31.979Z | Compiling icu_collections v1.5.0 |
767 | 2025-01-17T07:39:32.289Z | Compiling hashbrown v0.14.5 |
768 | 2025-01-17T07:39:33.710Z | Compiling h2 v0.4.6 |
769 | 2025-01-17T07:39:34.007Z | Compiling regress v0.10.1 |
770 | 2025-01-17T07:39:34.702Z | Compiling icu_properties v1.5.1 |
771 | 2025-01-17T07:39:35.580Z | Compiling pest_generator v2.7.14 |
772 | 2025-01-17T07:39:37.348Z | Compiling openssl-macros v0.1.1 |
773 | 2025-01-17T07:39:38.432Z | Compiling icu_normalizer v1.5.0 |
774 | 2025-01-17T07:39:38.529Z | Compiling typify-impl v0.2.0 |
775 | 2025-01-17T07:39:40.985Z | Compiling hyper v1.5.2 |
776 | 2025-01-17T07:39:43.933Z | Compiling hyper-util v0.1.10 |
777 | 2025-01-17T07:39:45.593Z | Compiling pest_derive v2.7.14 |
778 | 2025-01-17T07:39:49.008Z | Compiling typify-macro v0.2.0 |
779 | 2025-01-17T07:39:49.834Z | Compiling idna_adapter v1.2.0 |
780 | 2025-01-17T07:39:50.038Z | Compiling http-body-util v0.1.2 |
781 | 2025-01-17T07:39:50.561Z | Compiling regex-automata v0.4.8 |
782 | 2025-01-17T07:39:50.673Z | Compiling generic-array v0.14.7 |
783 | 2025-01-17T07:39:50.846Z | Compiling encoding_rs v0.8.34 |
784 | 2025-01-17T07:39:51.026Z | Compiling mime v0.3.17 |
785 | 2025-01-17T07:39:52.587Z | Compiling tokio-native-tls v0.3.1 |
786 | 2025-01-17T07:39:52.870Z | Compiling idna v1.0.3 |
787 | 2025-01-17T07:39:52.922Z | Compiling serde_urlencoded v0.7.1 |
788 | 2025-01-17T07:39:53.393Z | Compiling tokio-rustls v0.26.0 |
789 | 2025-01-17T07:39:53.838Z | Compiling scroll_derive v0.12.0 |
790 | 2025-01-17T07:39:54.064Z | Compiling rustls-pemfile v2.2.0 |
791 | 2025-01-17T07:39:54.541Z | Compiling regex v1.11.1 |
792 | 2025-01-17T07:39:55.046Z | Compiling webpki-roots v0.26.6 |
793 | 2025-01-17T07:39:55.283Z | Compiling usdt-impl v0.5.0 |
794 | 2025-01-17T07:39:55.455Z | Compiling powerfmt v0.2.0 |
795 | 2025-01-17T07:39:55.674Z | Compiling num-conv v0.1.0 |
796 | 2025-01-17T07:39:55.956Z | Compiling base64 v0.22.1 |
797 | 2025-01-17T07:39:57.054Z | Compiling time-core v0.1.2 |
798 | 2025-01-17T07:39:57.230Z | Compiling time-macros v0.2.18 |
799 | 2025-01-17T07:39:57.458Z | Compiling deranged v0.3.11 |
800 | 2025-01-17T07:39:58.713Z | Compiling scroll v0.12.0 |
801 | 2025-01-17T07:39:59.175Z | Compiling hyper-rustls v0.27.3 |
802 | 2025-01-17T07:40:00.592Z | Compiling url v2.5.3 |
803 | 2025-01-17T07:40:00.859Z | Compiling hyper-tls v0.6.0 |
804 | 2025-01-17T07:40:01.367Z | Compiling thread-id v4.2.2 |
805 | 2025-01-17T07:40:01.955Z | Compiling dtrace-parser v0.2.0 |
806 | 2025-01-17T07:40:03.517Z | Compiling dof v0.3.0 |
807 | 2025-01-17T07:40:04.327Z | Compiling sync_wrapper v1.0.1 |
808 | 2025-01-17T07:40:04.479Z | Compiling strsim v0.11.1 |
809 | 2025-01-17T07:40:05.088Z | Compiling plain v0.2.3 |
810 | 2025-01-17T07:40:05.254Z | Compiling crossbeam-utils v0.8.20 |
811 | 2025-01-17T07:40:05.984Z | Compiling ident_case v1.0.1 |
812 | 2025-01-17T07:40:06.160Z | Compiling ipnet v2.10.1 |
813 | 2025-01-17T07:40:06.328Z | Compiling syn v1.0.109 |
814 | 2025-01-17T07:40:09.127Z | Compiling num_threads v0.1.7 |
815 | 2025-01-17T07:40:09.250Z | Compiling omicron-workspace-hack v0.1.0 |
816 | 2025-01-17T07:40:09.489Z | Compiling time v0.3.36 |
817 | 2025-01-17T07:40:12.364Z | Compiling reqwest v0.12.9 |
818 | 2025-01-17T07:40:13.471Z | Compiling darling_core v0.20.10 |
819 | 2025-01-17T07:40:13.669Z | Compiling goblin v0.8.2 |
820 | 2025-01-17T07:40:19.195Z | Compiling openapiv3 v2.0.0 |
821 | 2025-01-17T07:40:20.293Z | Compiling typify v0.2.0 |
822 | 2025-01-17T07:40:21.638Z | Compiling dirs-sys-next v0.1.2 |
823 | 2025-01-17T07:40:23.100Z | Compiling unsafe-libyaml v0.2.11 |
824 | 2025-01-17T07:40:23.137Z | Compiling rustls v0.22.4 |
825 | 2025-01-17T07:40:23.477Z | Compiling pretty-hex v0.4.1 |
826 | 2025-01-17T07:40:23.725Z | Compiling rustversion v1.0.17 |
827 | 2025-01-17T07:40:24.362Z | Compiling newtype-uuid v1.2.1 |
828 | 2025-01-17T07:40:24.726Z | Compiling paste v1.0.15 |
829 | 2025-01-17T07:40:24.842Z | Compiling serde_yaml v0.9.34+deprecated |
830 | 2025-01-17T07:40:26.877Z | Compiling progenitor-impl v0.8.0 |
831 | 2025-01-17T07:40:28.162Z | Compiling dirs-next v2.0.0 |
832 | 2025-01-17T07:40:28.442Z | Compiling darling_macro v0.20.10 |
833 | 2025-01-17T07:40:31.432Z | Compiling block-buffer v0.10.4 |
834 | 2025-01-17T07:40:31.506Z | Compiling crypto-common v0.1.6 |
835 | 2025-01-17T07:40:31.707Z | Compiling ipnetwork v0.20.0 |
836 | 2025-01-17T07:40:31.727Z | Compiling toml_datetime v0.6.8 |
837 | 2025-01-17T07:40:32.391Z | Compiling serde_spanned v0.6.8 |
838 | 2025-01-17T07:40:32.637Z | Compiling ppv-lite86 v0.2.20 |
839 | 2025-01-17T07:40:32.902Z | Compiling structmeta-derive v0.3.0 |
840 | 2025-01-17T07:40:33.458Z | Compiling rand_core v0.6.4 |
841 | 2025-01-17T07:40:34.073Z | Compiling thread_local v1.1.8 |
842 | 2025-01-17T07:40:34.762Z | Compiling multer v3.1.0 |
843 | 2025-01-17T07:40:34.918Z | Compiling slog-async v2.8.0 |
844 | 2025-01-17T07:40:35.117Z | Compiling match_cfg v0.1.0 |
845 | 2025-01-17T07:40:35.208Z | Compiling winnow v0.6.20 |
846 | 2025-01-17T07:40:35.384Z | Compiling either v1.13.0 |
847 | 2025-01-17T07:40:35.391Z | Compiling thiserror v2.0.11 |
848 | 2025-01-17T07:40:35.800Z | Compiling anyhow v1.0.93 |
849 | 2025-01-17T07:40:35.968Z | Compiling camino v1.1.9 |
850 | 2025-01-17T07:40:36.602Z | Compiling itertools v0.10.5 |
851 | 2025-01-17T07:40:36.757Z | Compiling structmeta v0.3.0 |
852 | 2025-01-17T07:40:37.012Z | Compiling hostname v0.3.1 |
853 | 2025-01-17T07:40:37.162Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
854 | 2025-01-17T07:40:37.604Z | Compiling rand_chacha v0.3.1 |
855 | 2025-01-17T07:40:37.790Z | Compiling progenitor-macro v0.8.0 |
856 | 2025-01-17T07:40:38.350Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
857 | 2025-01-17T07:40:39.364Z | Compiling toml_edit v0.22.22 |
858 | 2025-01-17T07:40:39.433Z | Compiling digest v0.10.7 |
859 | 2025-01-17T07:40:39.490Z | Compiling crossbeam-channel v0.5.13 |
860 | 2025-01-17T07:40:41.102Z | Compiling darling v0.20.10 |
861 | 2025-01-17T07:40:41.213Z | Compiling term v0.7.0 |
862 | 2025-01-17T07:40:48.277Z | Compiling usdt-attr-macro v0.5.0 |
863 | 2025-01-17T07:40:48.307Z | Compiling usdt-macro v0.5.0 |
864 | 2025-01-17T07:40:49.060Z | Compiling progenitor-client v0.8.0 |
865 | 2025-01-17T07:40:49.583Z | Compiling slog-json v2.6.1 |
866 | 2025-01-17T07:40:49.706Z | Compiling futures-executor v0.3.31 |
867 | 2025-01-17T07:40:49.968Z | Compiling async-stream-impl v0.3.6 |
868 | 2025-01-17T07:40:50.066Z | Compiling thiserror-impl v2.0.11 |
869 | 2025-01-17T07:40:50.792Z | Compiling is-terminal v0.4.13 |
870 | 2025-01-17T07:40:50.925Z | Compiling memmap v0.7.0 |
871 | 2025-01-17T07:40:51.266Z | Compiling dropshot v0.15.1 |
872 | 2025-01-17T07:40:51.351Z | Compiling take_mut v0.2.2 |
873 | 2025-01-17T07:40:51.518Z | Compiling cpufeatures v0.2.14 |
874 | 2025-01-17T07:40:51.618Z | Compiling sha1 v0.10.6 |
875 | 2025-01-17T07:40:52.417Z | Compiling async-stream v0.3.6 |
876 | 2025-01-17T07:40:52.755Z | Compiling usdt v0.5.0 |
877 | 2025-01-17T07:40:53.182Z | Compiling slog-term v2.9.1 |
878 | 2025-01-17T07:40:54.253Z | Compiling futures v0.3.31 |
879 | 2025-01-17T07:40:54.363Z | Compiling slog-bunyan v2.5.0 |
880 | 2025-01-17T07:40:54.736Z | Compiling progenitor v0.8.0 |
881 | 2025-01-17T07:40:54.923Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
882 | 2025-01-17T07:40:54.980Z | Compiling tokio-rustls v0.25.0 |
883 | 2025-01-17T07:40:54.992Z | Compiling strum_macros v0.26.4 |
884 | 2025-01-17T07:40:55.383Z | Compiling toml v0.8.19 |
885 | 2025-01-17T07:40:56.075Z | Compiling serde_with_macros v3.11.0 |
886 | 2025-01-17T07:40:56.577Z | Compiling rand v0.8.5 |
887 | 2025-01-17T07:40:58.613Z | Compiling parse-display-derive v0.10.0 |
888 | 2025-01-17T07:41:01.148Z | Compiling dropshot_endpoint v0.15.1 |
889 | 2025-01-17T07:41:02.100Z | Compiling hex v0.4.3 |
890 | 2025-01-17T07:41:02.329Z | Compiling serde_path_to_error v0.1.16 |
891 | 2025-01-17T07:41:02.599Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
892 | 2025-01-17T07:41:02.677Z | Compiling async-trait v0.1.83 |
893 | 2025-01-17T07:41:02.729Z | Compiling waitgroup v0.1.2 |
894 | 2025-01-17T07:41:02.967Z | Compiling hostname v0.4.0 |
895 | 2025-01-17T07:41:03.234Z | Compiling instant v0.1.13 |
896 | 2025-01-17T07:41:03.282Z | Compiling debug-ignore v1.0.5 |
897 | 2025-01-17T07:41:03.401Z | Compiling backoff v0.4.0 |
898 | 2025-01-17T07:41:03.430Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
899 | 2025-01-17T07:41:03.435Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
900 | 2025-01-17T07:41:03.609Z | Compiling parse-display v0.10.0 |
901 | 2025-01-17T07:41:03.716Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
902 | 2025-01-17T07:41:03.736Z | Compiling strum v0.26.3 |
903 | 2025-01-17T07:41:03.914Z | Compiling serde_with v3.11.0 |
904 | 2025-01-17T07:41:04.824Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
905 | 2025-01-17T07:41:05.488Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
906 | 2025-01-17T07:41:05.578Z | Compiling progenitor-client v0.9.1 |
907 | 2025-01-17T07:41:06.299Z | Compiling regress v0.9.1 |
908 | 2025-01-17T07:41:06.535Z | Compiling macaddr v1.0.1 |
909 | 2025-01-17T07:41:12.121Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
910 | 2025-01-17T07:41:23.152Z | Compiling test-project v0.1.0 (/tmp/test-project) |
911 | 2025-01-17T07:41:33.083Z | Finished `release` profile [optimized] target(s) in 2m 32s |
912 | 2025-01-17T07:41:33.146Z | process exited: duration 220283 ms, exit code 0 |
|
913 | 2025-01-17T07:41:33.154Z | found 0 output files |