|
|
|
1 | 2025-01-28T16:56:18.516Z | job assigned to worker 01JJPXDN7NPET592ZW4P9K7FRE [factory aws, i-031f890756c080ba2] (queued for 55 s) |
|
2 | 2025-01-28T16:56:26.412Z | starting task 0: "setup" |
3 | 2025-01-28T16:56:26.421Z | ++ uname -s |
4 | 2025-01-28T16:56:26.424Z | + kern=SunOS |
5 | 2025-01-28T16:56:26.424Z | + case "$kern" in |
6 | 2025-01-28T16:56:26.424Z | + groupadd -g 12345 build |
7 | 2025-01-28T16:56:26.427Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-28T16:56:28.434Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-28T16:56:28.518Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-28T16:56:28.523Z | + home_fs=zfs |
11 | 2025-01-28T16:56:28.523Z | + [[ zfs == autofs ]] |
12 | 2025-01-28T16:56:28.523Z | + mkdir -p /home/build |
13 | 2025-01-28T16:56:28.527Z | + chown build:build /home/build /work |
14 | 2025-01-28T16:56:29.525Z | + chmod 0700 /home/build /work |
15 | 2025-01-28T16:56:29.528Z | process exited: duration 3118 ms, exit code 0 |
|
16 | 2025-01-28T16:56:29.533Z | starting task 1: "rust-toolchain" |
17 | 2025-01-28T16:56:29.539Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-28T16:56:29.539Z | ' 1.84.0 |
19 | 2025-01-28T16:56:29.539Z | + printf ' * toolchain profile = "%s" |
20 | 2025-01-28T16:56:29.539Z | ' default |
21 | 2025-01-28T16:56:29.539Z | * toolchain channel = "1.84.0" |
22 | 2025-01-28T16:56:29.539Z | * toolchain profile = "default" |
23 | 2025-01-28T16:56:29.542Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-28T16:56:29.542Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
25 | 2025-01-28T16:56:29.693Z | info: downloading installer |
26 | 2025-01-28T16:56:30.799Z | info: profile set to 'default' |
27 | 2025-01-28T16:56:30.800Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-28T16:56:30.802Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
29 | 2025-01-28T16:56:30.954Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
30 | 2025-01-28T16:56:30.954Z | info: downloading component 'cargo' |
31 | 2025-01-28T16:56:31.786Z | info: downloading component 'clippy' |
32 | 2025-01-28T16:56:32.107Z | info: downloading component 'rust-docs' |
33 | 2025-01-28T16:56:33.251Z | info: downloading component 'rust-std' |
34 | 2025-01-28T16:56:34.947Z | info: downloading component 'rustc' |
35 | 2025-01-28T16:56:41.426Z | info: downloading component 'rustfmt' |
36 | 2025-01-28T16:56:41.667Z | info: installing component 'cargo' |
37 | 2025-01-28T16:56:42.497Z | info: installing component 'clippy' |
38 | 2025-01-28T16:56:42.878Z | info: installing component 'rust-docs' |
39 | 2025-01-28T16:56:44.581Z | info: installing component 'rust-std' |
40 | 2025-01-28T16:56:46.335Z | info: installing component 'rustc' |
41 | 2025-01-28T16:56:52.573Z | info: installing component 'rustfmt' |
42 | 2025-01-28T16:56:52.920Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
43 | 2025-01-28T16:56:52.920Z | |
44 | 2025-01-28T16:56:53.326Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
45 | 2025-01-28T16:56:53.326Z | |
46 | 2025-01-28T16:56:53.329Z | |
47 | 2025-01-28T16:56:53.329Z | Rust is installed now. Great! |
48 | 2025-01-28T16:56:53.329Z | |
49 | 2025-01-28T16:56:53.329Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-28T16:56:53.329Z | environment variable. This has not been done automatically. |
51 | 2025-01-28T16:56:53.329Z | |
52 | 2025-01-28T16:56:53.329Z | To configure your current shell, you need to source |
53 | 2025-01-28T16:56:53.329Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-28T16:56:53.329Z | |
55 | 2025-01-28T16:56:53.329Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-28T16:56:53.329Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-28T16:56:53.330Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-28T16:56:53.413Z | + rustc --version |
59 | 2025-01-28T16:56:53.486Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
60 | 2025-01-28T16:56:53.489Z | process exited: duration 23957 ms, exit code 0 |
|
61 | 2025-01-28T16:56:53.494Z | starting task 2: "authentication" |
62 | 2025-01-28T16:56:53.516Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2025-01-28T16:56:53.521Z | starting task 3: "clone repository" |
64 | 2025-01-28T16:56:53.527Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-28T16:56:53.529Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-28T16:56:53.566Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-28T16:57:01.914Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-28T16:57:01.917Z | + git fetch origin ad6017af3ddfa55b4d756724580bafe146b7c617 |
69 | 2025-01-28T16:57:02.247Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-28T16:57:02.247Z | * branch ad6017af3ddfa55b4d756724580bafe146b7c617 -> FETCH_HEAD |
71 | 2025-01-28T16:57:02.264Z | + [[ -n john/crucible-dataset-rendezvous ]] |
72 | 2025-01-28T16:57:02.270Z | ++ git branch --show-current |
73 | 2025-01-28T16:57:02.270Z | + current=main |
74 | 2025-01-28T16:57:02.270Z | + [[ main != john/crucible-dataset-rendezvous ]] |
75 | 2025-01-28T16:57:02.270Z | + git branch -f john/crucible-dataset-rendezvous ad6017af3ddfa55b4d756724580bafe146b7c617 |
76 | 2025-01-28T16:57:02.274Z | + git checkout -f john/crucible-dataset-rendezvous |
77 | 2025-01-28T16:57:02.466Z | Switched to branch 'john/crucible-dataset-rendezvous' |
78 | 2025-01-28T16:57:02.469Z | + git reset --hard ad6017af3ddfa55b4d756724580bafe146b7c617 |
79 | 2025-01-28T16:57:02.653Z | HEAD is now at ad6017af3 cargo fmt |
80 | 2025-01-28T16:57:02.656Z | process exited: duration 9133 ms, exit code 0 |
|
81 | 2025-01-28T16:57:02.664Z | starting task 4: "build" |
82 | 2025-01-28T16:57:02.671Z | + source .github/buildomat/ci-env.sh |
83 | 2025-01-28T16:57:02.674Z | ++ export CARGO_TERM_COLOR=always |
84 | 2025-01-28T16:57:02.675Z | ++ CARGO_TERM_COLOR=always |
85 | 2025-01-28T16:57:02.675Z | + cargo --version |
86 | 2025-01-28T16:57:02.736Z | cargo 1.84.0 (66221abde 2024-11-19) |
87 | 2025-01-28T16:57:02.740Z | + rustc --version |
88 | 2025-01-28T16:57:02.812Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
89 | 2025-01-28T16:57:02.819Z | + cd /tmp |
90 | 2025-01-28T16:57:02.819Z | + cargo new --lib test-project |
91 | 2025-01-28T16:57:02.881Z | Creating library `test-project` package |
92 | 2025-01-28T16:57:02.974Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
93 | 2025-01-28T16:57:02.979Z | + cd test-project |
94 | 2025-01-28T16:57:02.979Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
95 | 2025-01-28T16:57:03.044Z | Adding omicron-common (local) to dependencies |
96 | 2025-01-28T16:57:03.047Z | Features: |
97 | 2025-01-28T16:57:03.047Z | - proptest |
98 | 2025-01-28T16:57:03.047Z | - test-strategy |
99 | 2025-01-28T16:57:03.047Z | - testing |
100 | 2025-01-28T16:57:03.047Z | Updating crates.io index |
101 | 2025-01-28T16:57:03.124Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
102 | 2025-01-28T16:57:03.669Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
103 | 2025-01-28T16:57:04.209Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
104 | 2025-01-28T16:57:04.638Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
105 | 2025-01-28T16:57:05.058Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
106 | 2025-01-28T16:57:06.492Z | Locking 335 packages to latest compatible versions |
107 | 2025-01-28T16:57:06.695Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
108 | 2025-01-28T16:57:06.698Z | + cargo check |
109 | 2025-01-28T16:57:06.853Z | Updating crates.io index |
110 | 2025-01-28T16:57:07.715Z | Locking 1 package to latest compatible version |
111 | 2025-01-28T16:57:07.715Z | Adding omicron-workspace-hack v0.1.0 |
112 | 2025-01-28T16:57:07.739Z | Downloading crates ... |
113 | 2025-01-28T16:57:07.845Z | Downloaded thiserror-impl v1.0.69 |
114 | 2025-01-28T16:57:07.847Z | Downloaded synstructure v0.13.1 |
115 | 2025-01-28T16:57:07.850Z | Downloaded match_cfg v0.1.0 |
116 | 2025-01-28T16:57:07.853Z | Downloaded thiserror-impl v2.0.11 |
117 | 2025-01-28T16:57:07.855Z | Downloaded tokio-native-tls v0.3.1 |
118 | 2025-01-28T16:57:07.858Z | Downloaded take_mut v0.2.2 |
119 | 2025-01-28T16:57:07.860Z | Downloaded tinyvec_macros v0.1.1 |
120 | 2025-01-28T16:57:07.863Z | Downloaded tower-service v0.3.3 |
121 | 2025-01-28T16:57:07.866Z | Downloaded time-core v0.1.2 |
122 | 2025-01-28T16:57:07.869Z | Downloaded usdt-attr-macro v0.5.0 |
123 | 2025-01-28T16:57:07.869Z | Downloaded num-conv v0.1.0 |
124 | 2025-01-28T16:57:07.872Z | Downloaded try-lock v0.2.5 |
125 | 2025-01-28T16:57:07.874Z | Downloaded openssl-probe v0.1.5 |
126 | 2025-01-28T16:57:07.874Z | Downloaded untrusted v0.9.0 |
127 | 2025-01-28T16:57:07.877Z | Downloaded thiserror v1.0.69 |
128 | 2025-01-28T16:57:07.881Z | Downloaded progenitor-client v0.8.0 |
129 | 2025-01-28T16:57:07.883Z | Downloaded pretty-hex v0.4.1 |
130 | 2025-01-28T16:57:07.883Z | Downloaded usdt-macro v0.5.0 |
131 | 2025-01-28T16:57:07.887Z | Downloaded zerofrom v0.1.4 |
132 | 2025-01-28T16:57:07.887Z | Downloaded waitgroup v0.1.2 |
133 | 2025-01-28T16:57:07.889Z | Downloaded openssl-macros v0.1.1 |
134 | 2025-01-28T16:57:07.889Z | Downloaded write16 v1.0.0 |
135 | 2025-01-28T16:57:07.889Z | Downloaded num_threads v0.1.7 |
136 | 2025-01-28T16:57:07.893Z | Downloaded yoke-derive v0.7.4 |
137 | 2025-01-28T16:57:07.893Z | Downloaded want v0.3.1 |
138 | 2025-01-28T16:57:07.896Z | Downloaded progenitor-client v0.9.1 |
139 | 2025-01-28T16:57:07.896Z | Downloaded thread-id v4.2.2 |
140 | 2025-01-28T16:57:07.899Z | Downloaded tinystr v0.7.6 |
141 | 2025-01-28T16:57:07.904Z | Downloaded tokio-macros v2.5.0 |
142 | 2025-01-28T16:57:07.907Z | Downloaded toml_datetime v0.6.8 |
143 | 2025-01-28T16:57:07.910Z | Downloaded base64 v0.22.1 |
144 | 2025-01-28T16:57:07.912Z | Downloaded pest_generator v2.7.14 |
145 | 2025-01-28T16:57:07.915Z | Downloaded thread_local v1.1.8 |
146 | 2025-01-28T16:57:07.920Z | Downloaded pin-utils v0.1.0 |
147 | 2025-01-28T16:57:07.920Z | Downloaded block-buffer v0.10.4 |
148 | 2025-01-28T16:57:07.923Z | Downloaded powerfmt v0.2.0 |
149 | 2025-01-28T16:57:07.923Z | Downloaded zeroize v1.8.1 |
150 | 2025-01-28T16:57:07.923Z | Downloaded utf16_iter v1.0.5 |
151 | 2025-01-28T16:57:07.926Z | Downloaded percent-encoding v2.3.1 |
152 | 2025-01-28T16:57:07.926Z | Downloaded newtype-uuid v1.2.1 |
153 | 2025-01-28T16:57:07.929Z | Downloaded camino v1.1.9 |
154 | 2025-01-28T16:57:07.929Z | Downloaded cc v1.1.30 |
155 | 2025-01-28T16:57:07.936Z | Downloaded byteorder v1.5.0 |
156 | 2025-01-28T16:57:07.939Z | Downloaded progenitor v0.8.0 |
157 | 2025-01-28T16:57:07.939Z | Downloaded memmap v0.7.0 |
158 | 2025-01-28T16:57:07.939Z | Downloaded parse-display v0.10.0 |
159 | 2025-01-28T16:57:07.943Z | Downloaded usdt v0.5.0 |
160 | 2025-01-28T16:57:07.943Z | Downloaded tokio-rustls v0.26.0 |
161 | 2025-01-28T16:57:07.946Z | Downloaded time-macros v0.2.18 |
162 | 2025-01-28T16:57:07.949Z | Downloaded zerocopy-derive v0.7.35 |
163 | 2025-01-28T16:57:07.953Z | Downloaded typify v0.2.0 |
164 | 2025-01-28T16:57:07.956Z | Downloaded yoke v0.7.4 |
165 | 2025-01-28T16:57:07.958Z | Downloaded chrono v0.4.39 |
166 | 2025-01-28T16:57:07.966Z | Downloaded quinn-udp v0.5.5 |
167 | 2025-01-28T16:57:07.969Z | Downloaded pin-project-lite v0.2.14 |
168 | 2025-01-28T16:57:07.974Z | Downloaded pkg-config v0.3.31 |
169 | 2025-01-28T16:57:07.976Z | Downloaded ppv-lite86 v0.2.20 |
170 | 2025-01-28T16:57:07.979Z | Downloaded serde_tokenstream v0.2.2 |
171 | 2025-01-28T16:57:07.981Z | Downloaded serde_spanned v0.6.8 |
172 | 2025-01-28T16:57:07.982Z | Downloaded pest_derive v2.7.14 |
173 | 2025-01-28T16:57:07.984Z | Downloaded num-traits v0.2.19 |
174 | 2025-01-28T16:57:07.988Z | Downloaded tinyvec v1.8.0 |
175 | 2025-01-28T16:57:07.992Z | Downloaded term v0.7.0 |
176 | 2025-01-28T16:57:07.996Z | Downloaded strum v0.26.3 |
177 | 2025-01-28T16:57:07.999Z | Downloaded rand_chacha v0.3.1 |
178 | 2025-01-28T16:57:08.002Z | Downloaded rustc-hash v2.0.0 |
179 | 2025-01-28T16:57:08.002Z | Downloaded progenitor-macro v0.8.0 |
180 | 2025-01-28T16:57:08.004Z | Downloaded tracing-core v0.1.32 |
181 | 2025-01-28T16:57:08.007Z | Downloaded http-body v1.0.1 |
182 | 2025-01-28T16:57:08.007Z | Downloaded async-stream-impl v0.3.6 |
183 | 2025-01-28T16:57:08.010Z | Downloaded icu_provider_macros v1.5.0 |
184 | 2025-01-28T16:57:08.010Z | Downloaded subtle v2.6.1 |
185 | 2025-01-28T16:57:08.012Z | Downloaded slog-json v2.6.1 |
186 | 2025-01-28T16:57:08.012Z | Downloaded slog-bunyan v2.5.0 |
187 | 2025-01-28T16:57:08.015Z | Downloaded slab v0.4.9 |
188 | 2025-01-28T16:57:08.017Z | Downloaded foreign-types-shared v0.1.1 |
189 | 2025-01-28T16:57:08.017Z | Downloaded dtrace-parser v0.2.0 |
190 | 2025-01-28T16:57:08.017Z | Downloaded darling_macro v0.20.10 |
191 | 2025-01-28T16:57:08.020Z | Downloaded rustls-pemfile v2.2.0 |
192 | 2025-01-28T16:57:08.024Z | Downloaded instant v0.1.13 |
193 | 2025-01-28T16:57:08.024Z | Downloaded equivalent v1.0.1 |
194 | 2025-01-28T16:57:08.027Z | Downloaded parking_lot v0.12.3 |
195 | 2025-01-28T16:57:08.027Z | Downloaded proc-macro2 v1.0.92 |
196 | 2025-01-28T16:57:08.030Z | Downloaded foreign-types v0.3.2 |
197 | 2025-01-28T16:57:08.033Z | Downloaded toml v0.8.19 |
198 | 2025-01-28T16:57:08.035Z | Downloaded rand_core v0.6.4 |
199 | 2025-01-28T16:57:08.038Z | Downloaded ident_case v1.0.1 |
200 | 2025-01-28T16:57:08.038Z | Downloaded unicode-ident v1.0.14 |
201 | 2025-01-28T16:57:08.041Z | Downloaded omicron-workspace-hack v0.1.0 |
202 | 2025-01-28T16:57:08.045Z | Downloaded hostname v0.4.0 |
203 | 2025-01-28T16:57:08.045Z | Downloaded slog-term v2.9.1 |
204 | 2025-01-28T16:57:08.048Z | Downloaded sync_wrapper v1.0.1 |
205 | 2025-01-28T16:57:08.048Z | Downloaded sha1 v0.10.6 |
206 | 2025-01-28T16:57:08.052Z | Downloaded futures-sink v0.3.31 |
207 | 2025-01-28T16:57:08.052Z | Downloaded scroll_derive v0.12.0 |
208 | 2025-01-28T16:57:08.055Z | Downloaded progenitor-impl v0.8.0 |
209 | 2025-01-28T16:57:08.055Z | Downloaded futures-io v0.3.31 |
210 | 2025-01-28T16:57:08.055Z | Downloaded generic-array v0.14.7 |
211 | 2025-01-28T16:57:08.057Z | Downloaded uuid v1.12.0 |
212 | 2025-01-28T16:57:08.060Z | Downloaded httpdate v1.0.3 |
213 | 2025-01-28T16:57:08.062Z | Downloaded http-body-util v0.1.2 |
214 | 2025-01-28T16:57:08.062Z | Downloaded schemars_derive v0.8.21 |
215 | 2025-01-28T16:57:08.067Z | Downloaded sha2 v0.10.8 |
216 | 2025-01-28T16:57:08.073Z | Downloaded hyper-tls v0.6.0 |
217 | 2025-01-28T16:57:08.073Z | Downloaded rustls-pki-types v1.10.0 |
218 | 2025-01-28T16:57:08.078Z | Downloaded serde_path_to_error v0.1.16 |
219 | 2025-01-28T16:57:08.079Z | Downloaded unsafe-libyaml v0.2.11 |
220 | 2025-01-28T16:57:08.081Z | Downloaded fnv v1.0.7 |
221 | 2025-01-28T16:57:08.081Z | Downloaded smallvec v1.13.2 |
222 | 2025-01-28T16:57:08.081Z | Downloaded either v1.13.0 |
223 | 2025-01-28T16:57:08.085Z | Downloaded deranged v0.3.11 |
224 | 2025-01-28T16:57:08.087Z | Downloaded signal-hook-registry v1.4.2 |
225 | 2025-01-28T16:57:08.087Z | Downloaded stable_deref_trait v1.2.0 |
226 | 2025-01-28T16:57:08.087Z | Downloaded writeable v0.5.5 |
227 | 2025-01-28T16:57:08.089Z | Downloaded digest v0.10.7 |
228 | 2025-01-28T16:57:08.092Z | Downloaded plain v0.2.3 |
229 | 2025-01-28T16:57:08.092Z | Downloaded zerovec-derive v0.10.3 |
230 | 2025-01-28T16:57:08.094Z | Downloaded slog-async v2.8.0 |
231 | 2025-01-28T16:57:08.097Z | Downloaded itoa v1.0.11 |
232 | 2025-01-28T16:57:08.097Z | Downloaded macaddr v1.0.1 |
233 | 2025-01-28T16:57:08.100Z | Downloaded is-terminal v0.4.13 |
234 | 2025-01-28T16:57:08.100Z | Downloaded dirs-sys-next v0.1.2 |
235 | 2025-01-28T16:57:08.102Z | Downloaded openssl-sys v0.9.103 |
236 | 2025-01-28T16:57:08.107Z | Downloaded iana-time-zone v0.1.61 |
237 | 2025-01-28T16:57:08.110Z | Downloaded getrandom v0.2.15 |
238 | 2025-01-28T16:57:08.112Z | Downloaded semver v1.0.24 |
239 | 2025-01-28T16:57:08.115Z | Downloaded shlex v1.3.0 |
240 | 2025-01-28T16:57:08.119Z | Downloaded scopeguard v1.2.0 |
241 | 2025-01-28T16:57:08.119Z | Downloaded structmeta v0.3.0 |
242 | 2025-01-28T16:57:08.119Z | Downloaded rustversion v1.0.17 |
243 | 2025-01-28T16:57:08.122Z | Downloaded strsim v0.11.1 |
244 | 2025-01-28T16:57:08.124Z | Downloaded serde_with_macros v3.11.0 |
245 | 2025-01-28T16:57:08.124Z | Downloaded strum_macros v0.26.4 |
246 | 2025-01-28T16:57:08.127Z | Downloaded thiserror v2.0.11 |
247 | 2025-01-28T16:57:08.132Z | Downloaded parking_lot_core v0.9.10 |
248 | 2025-01-28T16:57:08.138Z | Downloaded quote v1.0.38 |
249 | 2025-01-28T16:57:08.140Z | Downloaded memchr v2.7.4 |
250 | 2025-01-28T16:57:08.144Z | Downloaded ryu v1.0.18 |
251 | 2025-01-28T16:57:08.147Z | Downloaded mio v1.0.2 |
252 | 2025-01-28T16:57:08.153Z | Downloaded socket2 v0.5.7 |
253 | 2025-01-28T16:57:08.156Z | Downloaded serde v1.0.217 |
254 | 2025-01-28T16:57:08.161Z | Downloaded lock_api v0.4.12 |
255 | 2025-01-28T16:57:08.163Z | Downloaded dirs-next v2.0.0 |
256 | 2025-01-28T16:57:08.163Z | Downloaded darling v0.20.10 |
257 | 2025-01-28T16:57:08.167Z | Downloaded spin v0.9.8 |
258 | 2025-01-28T16:57:08.169Z | Downloaded pest_meta v2.7.14 |
259 | 2025-01-28T16:57:08.172Z | Downloaded scroll v0.12.0 |
260 | 2025-01-28T16:57:08.174Z | Downloaded schemars v0.8.21 |
261 | 2025-01-28T16:57:08.186Z | Downloaded quinn v0.11.5 |
262 | 2025-01-28T16:57:08.190Z | Downloaded serde_yaml v0.9.34+deprecated |
263 | 2025-01-28T16:57:08.193Z | Downloaded rand v0.8.5 |
264 | 2025-01-28T16:57:08.197Z | Downloaded litemap v0.7.3 |
265 | 2025-01-28T16:57:08.200Z | Downloaded ahash v0.8.11 |
266 | 2025-01-28T16:57:08.203Z | Downloaded futures v0.3.31 |
267 | 2025-01-28T16:57:08.208Z | Downloaded slog v2.7.0 |
268 | 2025-01-28T16:57:08.213Z | Downloaded icu_provider v1.5.0 |
269 | 2025-01-28T16:57:08.215Z | Downloaded icu_properties v1.5.1 |
270 | 2025-01-28T16:57:08.218Z | Downloaded pest v2.7.14 |
271 | 2025-01-28T16:57:08.224Z | Downloaded darling_core v0.20.10 |
272 | 2025-01-28T16:57:08.229Z | Downloaded serde_derive v1.0.217 |
273 | 2025-01-28T16:57:08.232Z | Downloaded hyper-util v0.1.10 |
274 | 2025-01-28T16:57:08.237Z | Downloaded zerovec v0.10.4 |
275 | 2025-01-28T16:57:08.244Z | Downloaded indexmap v2.7.0 |
276 | 2025-01-28T16:57:08.249Z | Downloaded zerocopy v0.7.35 |
277 | 2025-01-28T16:57:08.267Z | Downloaded http v1.2.0 |
278 | 2025-01-28T16:57:08.271Z | Downloaded winnow v0.6.20 |
279 | 2025-01-28T16:57:08.280Z | Downloaded toml_edit v0.22.22 |
280 | 2025-01-28T16:57:08.304Z | Downloaded serde_json v1.0.135 |
281 | 2025-01-28T16:57:08.309Z | Downloaded hashbrown v0.15.1 |
282 | 2025-01-28T16:57:08.315Z | Downloaded hashbrown v0.14.5 |
283 | 2025-01-28T16:57:08.321Z | Downloaded idna v1.0.3 |
284 | 2025-01-28T16:57:08.324Z | Downloaded hyper v1.5.2 |
285 | 2025-01-28T16:57:08.332Z | Downloaded serde_with v3.11.0 |
286 | 2025-01-28T16:57:08.341Z | Downloaded reqwest v0.12.9 |
287 | 2025-01-28T16:57:08.350Z | Downloaded vcpkg v0.2.15 |
288 | 2025-01-28T16:57:08.388Z | Downloaded icu_properties_data v1.5.0 |
289 | 2025-01-28T16:57:08.399Z | Downloaded rustls-webpki v0.102.8 |
290 | 2025-01-28T16:57:08.416Z | Downloaded quinn-proto v0.11.8 |
291 | 2025-01-28T16:57:08.424Z | Downloaded syn v1.0.109 |
292 | 2025-01-28T16:57:08.438Z | Downloaded regex v1.11.1 |
293 | 2025-01-28T16:57:08.445Z | Downloaded dropshot v0.15.1 |
294 | 2025-01-28T16:57:08.467Z | Downloaded webpki-roots v0.26.6 |
295 | 2025-01-28T16:57:08.471Z | Downloaded h2 v0.4.6 |
296 | 2025-01-28T16:57:08.477Z | Downloaded goblin v0.8.2 |
297 | 2025-01-28T16:57:08.483Z | Downloaded aho-corasick v1.1.3 |
298 | 2025-01-28T16:57:08.490Z | Downloaded syn v2.0.96 |
299 | 2025-01-28T16:57:08.502Z | Downloaded openssl v0.10.66 |
300 | 2025-01-28T16:57:08.511Z | Downloaded openapiv3 v2.0.0 |
301 | 2025-01-28T16:57:08.522Z | Downloaded regress v0.9.1 |
302 | 2025-01-28T16:57:08.530Z | Downloaded rustls v0.22.4 |
303 | 2025-01-28T16:57:08.543Z | Downloaded rustls v0.23.19 |
304 | 2025-01-28T16:57:08.553Z | Downloaded regex-syntax v0.8.5 |
305 | 2025-01-28T16:57:08.561Z | Downloaded regress v0.10.1 |
306 | 2025-01-28T16:57:08.569Z | Downloaded itertools v0.10.5 |
307 | 2025-01-28T16:57:08.575Z | Downloaded hashbrown v0.12.3 |
308 | 2025-01-28T16:57:08.580Z | Downloaded typify-impl v0.2.0 |
309 | 2025-01-28T16:57:08.593Z | Downloaded crossbeam-channel v0.5.13 |
310 | 2025-01-28T16:57:08.597Z | Downloaded icu_collections v1.5.0 |
311 | 2025-01-28T16:57:08.603Z | Downloaded ipnet v2.10.1 |
312 | 2025-01-28T16:57:08.607Z | Downloaded allocator-api2 v0.2.18 |
313 | 2025-01-28T16:57:08.607Z | Downloaded crossbeam-utils v0.8.20 |
314 | 2025-01-28T16:57:08.610Z | Downloaded log v0.4.22 |
315 | 2025-01-28T16:57:08.614Z | Downloaded time v0.3.36 |
316 | 2025-01-28T16:57:08.622Z | Downloaded url v2.5.3 |
317 | 2025-01-28T16:57:08.624Z | Downloaded tokio-util v0.7.12 |
318 | 2025-01-28T16:57:08.631Z | Downloaded regex-automata v0.4.8 |
319 | 2025-01-28T16:57:08.646Z | Downloaded indexmap v1.9.3 |
320 | 2025-01-28T16:57:08.649Z | Downloaded icu_normalizer v1.5.0 |
321 | 2025-01-28T16:57:08.652Z | Downloaded icu_locid_transform_data v1.5.0 |
322 | 2025-01-28T16:57:08.654Z | Downloaded icu_locid v1.5.0 |
323 | 2025-01-28T16:57:08.658Z | Downloaded anyhow v1.0.95 |
324 | 2025-01-28T16:57:08.661Z | Downloaded serde_derive_internals v0.29.1 |
325 | 2025-01-28T16:57:08.664Z | Downloaded icu_normalizer_data v1.5.0 |
326 | 2025-01-28T16:57:08.667Z | Downloaded futures-channel v0.3.31 |
327 | 2025-01-28T16:57:08.667Z | Downloaded backoff v0.4.0 |
328 | 2025-01-28T16:57:08.671Z | Downloaded autocfg v1.4.0 |
329 | 2025-01-28T16:57:08.674Z | Downloaded async-trait v0.1.85 |
330 | 2025-01-28T16:57:08.674Z | Downloaded libc v0.2.169 |
331 | 2025-01-28T16:57:08.697Z | Downloaded version_check v0.9.5 |
332 | 2025-01-28T16:57:08.700Z | Downloaded usdt-impl v0.5.0 |
333 | 2025-01-28T16:57:08.700Z | Downloaded tokio v1.43.0 |
334 | 2025-01-28T16:57:08.735Z | Downloaded tokio-rustls v0.25.0 |
335 | 2025-01-28T16:57:08.738Z | Downloaded icu_locid_transform v1.5.0 |
336 | 2025-01-28T16:57:08.740Z | Downloaded httparse v1.9.5 |
337 | 2025-01-28T16:57:08.742Z | Downloaded hyper-rustls v0.27.3 |
338 | 2025-01-28T16:57:08.744Z | Downloaded hostname v0.3.1 |
339 | 2025-01-28T16:57:08.747Z | Downloaded structmeta-derive v0.3.0 |
340 | 2025-01-28T16:57:08.747Z | Downloaded serde_urlencoded v0.7.1 |
341 | 2025-01-28T16:57:08.750Z | Downloaded futures-macro v0.3.31 |
342 | 2025-01-28T16:57:08.750Z | Downloaded form_urlencoded v1.2.1 |
343 | 2025-01-28T16:57:08.750Z | Downloaded debug-ignore v1.0.5 |
344 | 2025-01-28T16:57:08.753Z | Downloaded ipnetwork v0.20.0 |
345 | 2025-01-28T16:57:08.753Z | Downloaded idna_adapter v1.2.0 |
346 | 2025-01-28T16:57:08.759Z | Downloaded futures-core v0.3.31 |
347 | 2025-01-28T16:57:08.759Z | Downloaded dyn-clone v1.0.17 |
348 | 2025-01-28T16:57:08.759Z | Downloaded async-stream v0.3.6 |
349 | 2025-01-28T16:57:08.759Z | Downloaded tracing v0.1.40 |
350 | 2025-01-28T16:57:08.762Z | Downloaded crypto-common v0.1.6 |
351 | 2025-01-28T16:57:08.764Z | Downloaded native-tls v0.2.12 |
352 | 2025-01-28T16:57:08.766Z | Downloaded hex v0.4.3 |
353 | 2025-01-28T16:57:08.766Z | Downloaded heck v0.5.0 |
354 | 2025-01-28T16:57:08.769Z | Downloaded dof v0.3.0 |
355 | 2025-01-28T16:57:08.769Z | Downloaded ucd-trie v0.1.7 |
356 | 2025-01-28T16:57:08.771Z | Downloaded typenum v1.17.0 |
357 | 2025-01-28T16:57:08.774Z | Downloaded futures-util v0.3.31 |
358 | 2025-01-28T16:57:08.784Z | Downloaded futures-task v0.3.31 |
359 | 2025-01-28T16:57:08.788Z | Downloaded futures-executor v0.3.31 |
360 | 2025-01-28T16:57:08.788Z | Downloaded parse-display-derive v0.10.0 |
361 | 2025-01-28T16:57:08.788Z | Downloaded once_cell v1.20.2 |
362 | 2025-01-28T16:57:08.790Z | Downloaded multer v3.1.0 |
363 | 2025-01-28T16:57:08.792Z | Downloaded dropshot_endpoint v0.15.1 |
364 | 2025-01-28T16:57:08.795Z | Downloaded displaydoc v0.2.5 |
365 | 2025-01-28T16:57:08.798Z | Downloaded cpufeatures v0.2.14 |
366 | 2025-01-28T16:57:08.801Z | Downloaded bytes v1.9.0 |
367 | 2025-01-28T16:57:08.807Z | Downloaded bitflags v2.6.0 |
368 | 2025-01-28T16:57:08.810Z | Downloaded utf8_iter v1.0.4 |
369 | 2025-01-28T16:57:08.810Z | Downloaded cfg-if v1.0.0 |
370 | 2025-01-28T16:57:08.810Z | Downloaded paste v1.0.15 |
371 | 2025-01-28T16:57:08.812Z | Downloaded encoding_rs v0.8.34 |
372 | 2025-01-28T16:57:08.830Z | Downloaded mime v0.3.17 |
373 | 2025-01-28T16:57:08.833Z | Downloaded zerofrom-derive v0.1.4 |
374 | 2025-01-28T16:57:08.834Z | Downloaded typify-macro v0.2.0 |
375 | 2025-01-28T16:57:08.834Z | Downloaded atomic-waker v1.1.2 |
376 | 2025-01-28T16:57:08.986Z | Downloaded ring v0.17.8 |
377 | 2025-01-28T16:57:09.181Z | Compiling proc-macro2 v1.0.92 |
378 | 2025-01-28T16:57:09.181Z | Compiling unicode-ident v1.0.14 |
379 | 2025-01-28T16:57:09.184Z | Compiling libc v0.2.169 |
380 | 2025-01-28T16:57:09.184Z | Checking cfg-if v1.0.0 |
381 | 2025-01-28T16:57:09.204Z | Compiling autocfg v1.4.0 |
382 | 2025-01-28T16:57:09.206Z | Compiling serde v1.0.217 |
383 | 2025-01-28T16:57:09.206Z | Compiling version_check v0.9.5 |
384 | 2025-01-28T16:57:09.206Z | Checking memchr v2.7.4 |
385 | 2025-01-28T16:57:09.336Z | Compiling serde_json v1.0.135 |
386 | 2025-01-28T16:57:09.399Z | Checking itoa v1.0.11 |
387 | 2025-01-28T16:57:09.784Z | Checking once_cell v1.20.2 |
388 | 2025-01-28T16:57:09.832Z | Compiling thiserror v1.0.69 |
389 | 2025-01-28T16:57:09.835Z | Compiling shlex v1.3.0 |
390 | 2025-01-28T16:57:10.072Z | Compiling cc v1.1.30 |
391 | 2025-01-28T16:57:10.102Z | Checking pin-project-lite v0.2.14 |
392 | 2025-01-28T16:57:10.157Z | Compiling num-traits v0.2.19 |
393 | 2025-01-28T16:57:10.479Z | Checking smallvec v1.13.2 |
394 | 2025-01-28T16:57:10.551Z | Checking getrandom v0.2.15 |
395 | 2025-01-28T16:57:10.605Z | Checking ryu v1.0.18 |
396 | 2025-01-28T16:57:10.703Z | Checking bytes v1.9.0 |
397 | 2025-01-28T16:57:10.760Z | Checking futures-core v0.3.31 |
398 | 2025-01-28T16:57:10.791Z | Compiling lock_api v0.4.12 |
399 | 2025-01-28T16:57:10.878Z | Compiling parking_lot_core v0.9.10 |
400 | 2025-01-28T16:57:10.938Z | Compiling quote v1.0.38 |
401 | 2025-01-28T16:57:11.008Z | Compiling schemars v0.8.21 |
402 | 2025-01-28T16:57:11.071Z | Compiling byteorder v1.5.0 |
403 | 2025-01-28T16:57:11.283Z | Compiling syn v2.0.96 |
404 | 2025-01-28T16:57:11.350Z | Checking scopeguard v1.2.0 |
405 | 2025-01-28T16:57:11.494Z | Compiling slab v0.4.9 |
406 | 2025-01-28T16:57:11.508Z | Compiling ahash v0.8.11 |
407 | 2025-01-28T16:57:11.533Z | Checking futures-sink v0.3.31 |
408 | 2025-01-28T16:57:11.671Z | Checking log v0.4.22 |
409 | 2025-01-28T16:57:11.802Z | Checking mio v1.0.2 |
410 | 2025-01-28T16:57:11.875Z | Checking parking_lot v0.12.3 |
411 | 2025-01-28T16:57:11.923Z | Checking socket2 v0.5.7 |
412 | 2025-01-28T16:57:11.937Z | Checking signal-hook-registry v1.4.2 |
413 | 2025-01-28T16:57:11.984Z | Checking stable_deref_trait v1.2.0 |
414 | 2025-01-28T16:57:12.121Z | Checking fnv v1.0.7 |
415 | 2025-01-28T16:57:12.178Z | Checking hashbrown v0.15.1 |
416 | 2025-01-28T16:57:12.241Z | Checking equivalent v1.0.1 |
417 | 2025-01-28T16:57:12.291Z | Checking http v1.2.0 |
418 | 2025-01-28T16:57:12.356Z | Checking futures-channel v0.3.31 |
419 | 2025-01-28T16:57:12.410Z | Compiling semver v1.0.24 |
420 | 2025-01-28T16:57:12.426Z | Checking futures-task v0.3.31 |
421 | 2025-01-28T16:57:12.460Z | Checking pin-utils v0.1.0 |
422 | 2025-01-28T16:57:12.556Z | Checking futures-io v0.3.31 |
423 | 2025-01-28T16:57:12.657Z | Compiling vcpkg v0.2.15 |
424 | 2025-01-28T16:57:12.699Z | Checking spin v0.9.8 |
425 | 2025-01-28T16:57:12.751Z | Checking rustls-pki-types v1.10.0 |
426 | 2025-01-28T16:57:12.853Z | Compiling ring v0.17.8 |
427 | 2025-01-28T16:57:12.937Z | Compiling pkg-config v0.3.31 |
428 | 2025-01-28T16:57:13.287Z | Checking writeable v0.5.5 |
429 | 2025-01-28T16:57:13.357Z | Checking iana-time-zone v0.1.61 |
430 | 2025-01-28T16:57:13.564Z | Checking untrusted v0.9.0 |
431 | 2025-01-28T16:57:13.695Z | Checking litemap v0.7.3 |
432 | 2025-01-28T16:57:13.725Z | Compiling httparse v1.9.5 |
433 | 2025-01-28T16:57:13.830Z | Compiling heck v0.5.0 |
434 | 2025-01-28T16:57:14.096Z | Checking tracing-core v0.1.32 |
435 | 2025-01-28T16:57:14.182Z | Checking dyn-clone v1.0.17 |
436 | 2025-01-28T16:57:14.248Z | Checking atomic-waker v1.1.2 |
437 | 2025-01-28T16:57:14.362Z | Compiling openssl-sys v0.9.103 |
438 | 2025-01-28T16:57:14.386Z | Compiling ucd-trie v0.1.7 |
439 | 2025-01-28T16:57:14.420Z | Checking http-body v1.0.1 |
440 | 2025-01-28T16:57:14.607Z | Checking zeroize v1.8.1 |
441 | 2025-01-28T16:57:14.735Z | Checking tracing v0.1.40 |
442 | 2025-01-28T16:57:14.862Z | Checking icu_locid_transform_data v1.5.0 |
443 | 2025-01-28T16:57:14.917Z | Compiling allocator-api2 v0.2.18 |
444 | 2025-01-28T16:57:14.955Z | Checking try-lock v0.2.5 |
445 | 2025-01-28T16:57:15.017Z | Checking subtle v2.6.1 |
446 | 2025-01-28T16:57:15.093Z | Checking want v0.3.1 |
447 | 2025-01-28T16:57:15.260Z | Compiling openssl v0.10.66 |
448 | 2025-01-28T16:57:15.272Z | Checking httpdate v1.0.3 |
449 | 2025-01-28T16:57:15.541Z | Checking icu_properties_data v1.5.0 |
450 | 2025-01-28T16:57:15.624Z | Compiling uuid v1.12.0 |
451 | 2025-01-28T16:57:15.671Z | Checking foreign-types-shared v0.1.1 |
452 | 2025-01-28T16:57:15.769Z | Checking utf8_iter v1.0.4 |
453 | 2025-01-28T16:57:15.783Z | Checking foreign-types v0.3.2 |
454 | 2025-01-28T16:57:15.862Z | Checking bitflags v2.6.0 |
455 | 2025-01-28T16:57:15.968Z | Compiling chrono v0.4.39 |
456 | 2025-01-28T16:57:15.995Z | Compiling rustls v0.23.19 |
457 | 2025-01-28T16:57:16.110Z | Checking percent-encoding v2.3.1 |
458 | 2025-01-28T16:57:16.176Z | Checking utf16_iter v1.0.5 |
459 | 2025-01-28T16:57:16.310Z | Checking icu_normalizer_data v1.5.0 |
460 | 2025-01-28T16:57:16.324Z | Compiling slog v2.7.0 |
461 | 2025-01-28T16:57:16.340Z | Compiling native-tls v0.2.12 |
462 | 2025-01-28T16:57:16.401Z | Checking write16 v1.0.0 |
463 | 2025-01-28T16:57:16.414Z | Checking tower-service v0.3.3 |
464 | 2025-01-28T16:57:16.531Z | Checking form_urlencoded v1.2.1 |
465 | 2025-01-28T16:57:16.795Z | Compiling aho-corasick v1.1.3 |
466 | 2025-01-28T16:57:16.803Z | Compiling typenum v1.17.0 |
467 | 2025-01-28T16:57:16.905Z | Checking openssl-probe v0.1.5 |
468 | 2025-01-28T16:57:17.066Z | Compiling regex-syntax v0.8.5 |
469 | 2025-01-28T16:57:17.707Z | Compiling generic-array v0.14.7 |
470 | 2025-01-28T16:57:17.730Z | Checking encoding_rs v0.8.34 |
471 | 2025-01-28T16:57:18.174Z | Checking mime v0.3.17 |
472 | 2025-01-28T16:57:18.996Z | Compiling synstructure v0.13.1 |
473 | 2025-01-28T16:57:19.024Z | Compiling serde_derive_internals v0.29.1 |
474 | 2025-01-28T16:57:19.715Z | Checking rustls-webpki v0.102.8 |
475 | 2025-01-28T16:57:20.080Z | Checking webpki-roots v0.26.6 |
476 | 2025-01-28T16:57:20.274Z | Checking rustls-pemfile v2.2.0 |
477 | 2025-01-28T16:57:20.638Z | Compiling usdt-impl v0.5.0 |
478 | 2025-01-28T16:57:21.033Z | Compiling regex-automata v0.4.8 |
479 | 2025-01-28T16:57:21.085Z | Checking base64 v0.22.1 |
480 | 2025-01-28T16:57:21.181Z | Checking powerfmt v0.2.0 |
481 | 2025-01-28T16:57:21.449Z | Compiling num-conv v0.1.0 |
482 | 2025-01-28T16:57:21.464Z | Compiling time-core v0.1.2 |
483 | 2025-01-28T16:57:21.658Z | Checking deranged v0.3.11 |
484 | 2025-01-28T16:57:21.731Z | Compiling time-macros v0.2.18 |
485 | 2025-01-28T16:57:21.939Z | Compiling thread-id v4.2.2 |
486 | 2025-01-28T16:57:22.581Z | Checking sync_wrapper v1.0.1 |
487 | 2025-01-28T16:57:22.735Z | Compiling strsim v0.11.1 |
488 | 2025-01-28T16:57:23.173Z | Compiling syn v1.0.109 |
489 | 2025-01-28T16:57:23.275Z | Compiling serde_derive v1.0.217 |
490 | 2025-01-28T16:57:23.290Z | Compiling zerocopy-derive v0.7.35 |
491 | 2025-01-28T16:57:23.388Z | Compiling thiserror-impl v1.0.69 |
492 | 2025-01-28T16:57:23.745Z | Compiling schemars_derive v0.8.21 |
493 | 2025-01-28T16:57:24.662Z | Compiling zerofrom-derive v0.1.4 |
494 | 2025-01-28T16:57:24.960Z | Compiling tokio-macros v2.5.0 |
495 | 2025-01-28T16:57:25.168Z | Compiling yoke-derive v0.7.4 |
496 | 2025-01-28T16:57:25.213Z | Compiling zerocopy v0.7.35 |
497 | 2025-01-28T16:57:26.475Z | Checking tokio v1.43.0 |
498 | 2025-01-28T16:57:26.534Z | Compiling zerovec-derive v0.10.3 |
499 | 2025-01-28T16:57:26.550Z | Compiling futures-macro v0.3.31 |
500 | 2025-01-28T16:57:27.511Z | Compiling displaydoc v0.2.5 |
501 | 2025-01-28T16:57:27.689Z | Compiling icu_provider_macros v1.5.0 |
502 | 2025-01-28T16:57:27.839Z | Checking zerofrom v0.1.4 |
503 | 2025-01-28T16:57:28.048Z | Checking yoke v0.7.4 |
504 | 2025-01-28T16:57:28.337Z | Checking futures-util v0.3.31 |
505 | 2025-01-28T16:57:28.364Z | Compiling pest v2.7.14 |
506 | 2025-01-28T16:57:28.628Z | Compiling hashbrown v0.14.5 |
507 | 2025-01-28T16:57:28.763Z | Compiling openssl-macros v0.1.1 |
508 | 2025-01-28T16:57:28.897Z | Checking zerovec v0.10.4 |
509 | 2025-01-28T16:57:29.739Z | Compiling regress v0.10.1 |
510 | 2025-01-28T16:57:30.513Z | Checking tinystr v0.7.6 |
511 | 2025-01-28T16:57:30.856Z | Checking icu_locid v1.5.0 |
512 | 2025-01-28T16:57:31.383Z | Compiling pest_meta v2.7.14 |
513 | 2025-01-28T16:57:31.886Z | Checking icu_provider v1.5.0 |
514 | 2025-01-28T16:57:32.492Z | Checking icu_locid_transform v1.5.0 |
515 | 2025-01-28T16:57:32.834Z | Checking icu_collections v1.5.0 |
516 | 2025-01-28T16:57:33.346Z | Checking tokio-util v0.7.12 |
517 | 2025-01-28T16:57:33.459Z | Compiling pest_generator v2.7.14 |
518 | 2025-01-28T16:57:33.534Z | Checking icu_properties v1.5.1 |
519 | 2025-01-28T16:57:34.160Z | Checking http-body-util v0.1.2 |
520 | 2025-01-28T16:57:34.389Z | Checking tokio-rustls v0.26.0 |
521 | 2025-01-28T16:57:34.568Z | Compiling regex v1.11.1 |
522 | 2025-01-28T16:57:34.740Z | Compiling scroll_derive v0.12.0 |
523 | 2025-01-28T16:57:34.923Z | Checking tokio-native-tls v0.3.1 |
524 | 2025-01-28T16:57:35.154Z | Checking indexmap v2.7.0 |
525 | 2025-01-28T16:57:35.959Z | Compiling serde_tokenstream v0.2.2 |
526 | 2025-01-28T16:57:36.338Z | Checking h2 v0.4.6 |
527 | 2025-01-28T16:57:36.508Z | Compiling pest_derive v2.7.14 |
528 | 2025-01-28T16:57:36.816Z | Checking serde_urlencoded v0.7.1 |
529 | 2025-01-28T16:57:36.833Z | Checking icu_normalizer v1.5.0 |
530 | 2025-01-28T16:57:37.401Z | Compiling dtrace-parser v0.2.0 |
531 | 2025-01-28T16:57:37.654Z | Checking idna_adapter v1.2.0 |
532 | 2025-01-28T16:57:37.793Z | Compiling dof v0.3.0 |
533 | 2025-01-28T16:57:37.861Z | Checking idna v1.0.3 |
534 | 2025-01-28T16:57:38.210Z | Checking scroll v0.12.0 |
535 | 2025-01-28T16:57:38.362Z | Checking url v2.5.3 |
536 | 2025-01-28T16:57:38.690Z | Checking num_threads v0.1.7 |
537 | 2025-01-28T16:57:38.788Z | Compiling crossbeam-utils v0.8.20 |
538 | 2025-01-28T16:57:39.015Z | Compiling ident_case v1.0.1 |
539 | 2025-01-28T16:57:39.072Z | Checking ipnet v2.10.1 |
540 | 2025-01-28T16:57:39.196Z | Checking plain v0.2.3 |
541 | 2025-01-28T16:57:39.362Z | Checking goblin v0.8.2 |
542 | 2025-01-28T16:57:39.396Z | Compiling darling_core v0.20.10 |
543 | 2025-01-28T16:57:39.528Z | Compiling typify-impl v0.2.0 |
544 | 2025-01-28T16:57:39.572Z | Checking time v0.3.36 |
545 | 2025-01-28T16:57:40.670Z | Checking hyper v1.5.2 |
546 | 2025-01-28T16:57:42.046Z | Compiling openapiv3 v2.0.0 |
547 | 2025-01-28T16:57:42.685Z | Checking hyper-util v0.1.10 |
548 | 2025-01-28T16:57:43.299Z | Checking dirs-sys-next v0.1.2 |
549 | 2025-01-28T16:57:43.865Z | Compiling newtype-uuid v1.2.1 |
550 | 2025-01-28T16:57:44.198Z | Compiling omicron-workspace-hack v0.1.0 |
551 | 2025-01-28T16:57:44.333Z | Checking pretty-hex v0.4.1 |
552 | 2025-01-28T16:57:44.418Z | Checking hyper-rustls v0.27.3 |
553 | 2025-01-28T16:57:44.514Z | Checking hyper-tls v0.6.0 |
554 | 2025-01-28T16:57:44.518Z | Compiling paste v1.0.15 |
555 | 2025-01-28T16:57:44.738Z | Compiling rustversion v1.0.17 |
556 | 2025-01-28T16:57:44.774Z | Compiling unsafe-libyaml v0.2.11 |
557 | 2025-01-28T16:57:44.793Z | Checking reqwest v0.12.9 |
558 | 2025-01-28T16:57:45.025Z | Compiling rustls v0.22.4 |
559 | 2025-01-28T16:57:45.413Z | Compiling darling_macro v0.20.10 |
560 | 2025-01-28T16:57:45.854Z | Checking dirs-next v2.0.0 |
561 | 2025-01-28T16:57:45.990Z | Checking ipnetwork v0.20.0 |
562 | 2025-01-28T16:57:46.066Z | Checking serde_spanned v0.6.8 |
563 | 2025-01-28T16:57:46.199Z | Compiling serde_yaml v0.9.34+deprecated |
564 | 2025-01-28T16:57:46.262Z | Checking toml_datetime v0.6.8 |
565 | 2025-01-28T16:57:46.338Z | Checking ppv-lite86 v0.2.20 |
566 | 2025-01-28T16:57:46.368Z | Checking block-buffer v0.10.4 |
567 | 2025-01-28T16:57:46.533Z | Checking crypto-common v0.1.6 |
568 | 2025-01-28T16:57:46.561Z | Compiling structmeta-derive v0.3.0 |
569 | 2025-01-28T16:57:46.576Z | Checking rand_core v0.6.4 |
570 | 2025-01-28T16:57:46.706Z | Checking thread_local v1.1.8 |
571 | 2025-01-28T16:57:46.726Z | Compiling multer v3.1.0 |
572 | 2025-01-28T16:57:46.883Z | Compiling anyhow v1.0.95 |
573 | 2025-01-28T16:57:47.004Z | Checking match_cfg v0.1.0 |
574 | 2025-01-28T16:57:47.065Z | Checking either v1.13.0 |
575 | 2025-01-28T16:57:47.094Z | Checking winnow v0.6.20 |
576 | 2025-01-28T16:57:47.102Z | Compiling camino v1.1.9 |
577 | 2025-01-28T16:57:47.471Z | Compiling thiserror v2.0.11 |
578 | 2025-01-28T16:57:47.489Z | Compiling slog-async v2.8.0 |
579 | 2025-01-28T16:57:48.046Z | Checking itertools v0.10.5 |
580 | 2025-01-28T16:57:48.124Z | Checking hostname v0.3.1 |
581 | 2025-01-28T16:57:48.329Z | Checking rand_chacha v0.3.1 |
582 | 2025-01-28T16:57:48.714Z | Checking digest v0.10.7 |
583 | 2025-01-28T16:57:49.021Z | Checking crossbeam-channel v0.5.13 |
584 | 2025-01-28T16:57:49.042Z | Compiling structmeta v0.3.0 |
585 | 2025-01-28T16:57:49.047Z | Compiling darling v0.20.10 |
586 | 2025-01-28T16:57:49.171Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
587 | 2025-01-28T16:57:49.436Z | Checking progenitor-client v0.8.0 |
588 | 2025-01-28T16:57:49.519Z | Checking term v0.7.0 |
589 | 2025-01-28T16:57:49.861Z | Checking toml_edit v0.22.22 |
590 | 2025-01-28T16:57:49.950Z | Compiling usdt-attr-macro v0.5.0 |
591 | 2025-01-28T16:57:50.174Z | Compiling usdt-macro v0.5.0 |
592 | 2025-01-28T16:57:50.836Z | Checking slog-json v2.6.1 |
593 | 2025-01-28T16:57:50.880Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
594 | 2025-01-28T16:57:50.972Z | Checking futures-executor v0.3.31 |
595 | 2025-01-28T16:57:51.078Z | Compiling thiserror-impl v2.0.11 |
596 | 2025-01-28T16:57:51.211Z | Compiling async-stream-impl v0.3.6 |
597 | 2025-01-28T16:57:51.387Z | Checking memmap v0.7.0 |
598 | 2025-01-28T16:57:51.466Z | Checking is-terminal v0.4.13 |
599 | 2025-01-28T16:57:51.589Z | Compiling dropshot v0.15.1 |
600 | 2025-01-28T16:57:51.603Z | Checking take_mut v0.2.2 |
601 | 2025-01-28T16:57:51.704Z | Compiling typify-macro v0.2.0 |
602 | 2025-01-28T16:57:51.743Z | Checking cpufeatures v0.2.14 |
603 | 2025-01-28T16:57:51.840Z | Checking sha1 v0.10.6 |
604 | 2025-01-28T16:57:52.012Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
605 | 2025-01-28T16:57:52.096Z | Checking usdt v0.5.0 |
606 | 2025-01-28T16:57:52.276Z | Checking slog-term v2.9.1 |
607 | 2025-01-28T16:57:52.356Z | Checking futures v0.3.31 |
608 | 2025-01-28T16:57:52.395Z | Checking async-stream v0.3.6 |
609 | 2025-01-28T16:57:52.460Z | Checking slog-bunyan v2.5.0 |
610 | 2025-01-28T16:57:52.525Z | Checking toml v0.8.19 |
611 | 2025-01-28T16:57:52.546Z | Compiling strum_macros v0.26.4 |
612 | 2025-01-28T16:57:52.589Z | Compiling parse-display-derive v0.10.0 |
613 | 2025-01-28T16:57:52.618Z | Compiling serde_with_macros v3.11.0 |
614 | 2025-01-28T16:57:52.747Z | Checking rand v0.8.5 |
615 | 2025-01-28T16:57:53.192Z | Checking tokio-rustls v0.25.0 |
616 | 2025-01-28T16:57:54.050Z | Compiling dropshot_endpoint v0.15.1 |
617 | 2025-01-28T16:57:54.057Z | Checking hex v0.4.3 |
618 | 2025-01-28T16:57:54.139Z | Checking serde_path_to_error v0.1.16 |
619 | 2025-01-28T16:57:54.150Z | Compiling async-trait v0.1.85 |
620 | 2025-01-28T16:57:54.540Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
621 | 2025-01-28T16:57:54.703Z | Checking waitgroup v0.1.2 |
622 | 2025-01-28T16:57:54.848Z | Checking hostname v0.4.0 |
623 | 2025-01-28T16:57:55.001Z | Checking instant v0.1.13 |
624 | 2025-01-28T16:57:55.110Z | Checking debug-ignore v1.0.5 |
625 | 2025-01-28T16:57:55.125Z | Compiling typify v0.2.0 |
626 | 2025-01-28T16:57:55.246Z | Compiling progenitor-impl v0.8.0 |
627 | 2025-01-28T16:57:55.260Z | Checking backoff v0.4.0 |
628 | 2025-01-28T16:57:55.322Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
629 | 2025-01-28T16:57:55.477Z | Checking serde_with v3.11.0 |
630 | 2025-01-28T16:57:55.538Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
631 | 2025-01-28T16:57:55.684Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
632 | 2025-01-28T16:57:56.148Z | Checking parse-display v0.10.0 |
633 | 2025-01-28T16:57:56.396Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
634 | 2025-01-28T16:57:56.453Z | Checking progenitor-client v0.9.1 |
635 | 2025-01-28T16:57:56.633Z | Checking strum v0.26.3 |
636 | 2025-01-28T16:57:56.733Z | Checking macaddr v1.0.1 |
637 | 2025-01-28T16:57:56.772Z | Checking regress v0.9.1 |
638 | 2025-01-28T16:57:58.505Z | Compiling progenitor-macro v0.8.0 |
639 | 2025-01-28T16:58:02.086Z | Checking progenitor v0.8.0 |
640 | 2025-01-28T16:58:02.199Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
641 | 2025-01-28T16:58:05.077Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
642 | 2025-01-28T16:58:12.598Z | Checking test-project v0.1.0 (/tmp/test-project) |
643 | 2025-01-28T16:58:12.664Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s |
644 | 2025-01-28T16:58:12.807Z | + cargo build --release |
645 | 2025-01-28T16:58:13.084Z | Compiling proc-macro2 v1.0.92 |
646 | 2025-01-28T16:58:13.084Z | Compiling unicode-ident v1.0.14 |
647 | 2025-01-28T16:58:13.084Z | Compiling libc v0.2.169 |
648 | 2025-01-28T16:58:13.093Z | Compiling cfg-if v1.0.0 |
649 | 2025-01-28T16:58:13.093Z | Compiling autocfg v1.4.0 |
650 | 2025-01-28T16:58:13.093Z | Compiling serde v1.0.217 |
651 | 2025-01-28T16:58:13.093Z | Compiling version_check v0.9.5 |
652 | 2025-01-28T16:58:13.094Z | Compiling memchr v2.7.4 |
653 | 2025-01-28T16:58:13.219Z | Compiling serde_json v1.0.135 |
654 | 2025-01-28T16:58:13.303Z | Compiling itoa v1.0.11 |
655 | 2025-01-28T16:58:13.562Z | Compiling thiserror v1.0.69 |
656 | 2025-01-28T16:58:13.687Z | Compiling once_cell v1.20.2 |
657 | 2025-01-28T16:58:13.687Z | Compiling shlex v1.3.0 |
658 | 2025-01-28T16:58:13.901Z | Compiling cc v1.1.30 |
659 | 2025-01-28T16:58:14.102Z | Compiling num-traits v0.2.19 |
660 | 2025-01-28T16:58:14.133Z | Compiling pin-project-lite v0.2.14 |
661 | 2025-01-28T16:58:14.435Z | Compiling getrandom v0.2.15 |
662 | 2025-01-28T16:58:14.475Z | Compiling smallvec v1.13.2 |
663 | 2025-01-28T16:58:14.590Z | Compiling ryu v1.0.18 |
664 | 2025-01-28T16:58:14.795Z | Compiling quote v1.0.38 |
665 | 2025-01-28T16:58:14.844Z | Compiling bytes v1.9.0 |
666 | 2025-01-28T16:58:14.925Z | Compiling futures-core v0.3.31 |
667 | 2025-01-28T16:58:14.932Z | Compiling lock_api v0.4.12 |
668 | 2025-01-28T16:58:15.181Z | Compiling syn v2.0.96 |
669 | 2025-01-28T16:58:15.288Z | Compiling schemars v0.8.21 |
670 | 2025-01-28T16:58:15.330Z | Compiling parking_lot_core v0.9.10 |
671 | 2025-01-28T16:58:15.409Z | Compiling ahash v0.8.11 |
672 | 2025-01-28T16:58:15.489Z | Compiling byteorder v1.5.0 |
673 | 2025-01-28T16:58:15.727Z | Compiling scopeguard v1.2.0 |
674 | 2025-01-28T16:58:15.796Z | Compiling slab v0.4.9 |
675 | 2025-01-28T16:58:15.913Z | Compiling log v0.4.22 |
676 | 2025-01-28T16:58:16.138Z | Compiling futures-sink v0.3.31 |
677 | 2025-01-28T16:58:16.292Z | Compiling parking_lot v0.12.3 |
678 | 2025-01-28T16:58:16.347Z | Compiling socket2 v0.5.7 |
679 | 2025-01-28T16:58:16.383Z | Compiling signal-hook-registry v1.4.2 |
680 | 2025-01-28T16:58:16.469Z | Compiling mio v1.0.2 |
681 | 2025-01-28T16:58:16.553Z | Compiling stable_deref_trait v1.2.0 |
682 | 2025-01-28T16:58:16.577Z | Compiling ring v0.17.8 |
683 | 2025-01-28T16:58:16.661Z | Compiling equivalent v1.0.1 |
684 | 2025-01-28T16:58:16.779Z | Compiling semver v1.0.24 |
685 | 2025-01-28T16:58:16.960Z | Compiling hashbrown v0.15.1 |
686 | 2025-01-28T16:58:17.303Z | Compiling fnv v1.0.7 |
687 | 2025-01-28T16:58:17.444Z | Compiling http v1.2.0 |
688 | 2025-01-28T16:58:17.895Z | Compiling futures-channel v0.3.31 |
689 | 2025-01-28T16:58:18.035Z | Compiling futures-task v0.3.31 |
690 | 2025-01-28T16:58:18.096Z | Compiling futures-io v0.3.31 |
691 | 2025-01-28T16:58:18.314Z | Compiling pin-utils v0.1.0 |
692 | 2025-01-28T16:58:18.374Z | Compiling spin v0.9.8 |
693 | 2025-01-28T16:58:18.403Z | Compiling vcpkg v0.2.15 |
694 | 2025-01-28T16:58:18.433Z | Compiling pkg-config v0.3.31 |
695 | 2025-01-28T16:58:18.523Z | Compiling rustls-pki-types v1.10.0 |
696 | 2025-01-28T16:58:18.620Z | Compiling iana-time-zone v0.1.61 |
697 | 2025-01-28T16:58:19.290Z | Compiling httparse v1.9.5 |
698 | 2025-01-28T16:58:19.560Z | Compiling untrusted v0.9.0 |
699 | 2025-01-28T16:58:19.766Z | Compiling heck v0.5.0 |
700 | 2025-01-28T16:58:19.844Z | Compiling openssl-sys v0.9.103 |
701 | 2025-01-28T16:58:19.959Z | Compiling writeable v0.5.5 |
702 | 2025-01-28T16:58:20.147Z | Compiling litemap v0.7.3 |
703 | 2025-01-28T16:58:20.574Z | Compiling tracing-core v0.1.32 |
704 | 2025-01-28T16:58:20.733Z | Compiling atomic-waker v1.1.2 |
705 | 2025-01-28T16:58:20.863Z | Compiling dyn-clone v1.0.17 |
706 | 2025-01-28T16:58:20.926Z | Compiling ucd-trie v0.1.7 |
707 | 2025-01-28T16:58:21.083Z | Compiling http-body v1.0.1 |
708 | 2025-01-28T16:58:21.321Z | Compiling tracing v0.1.40 |
709 | 2025-01-28T16:58:21.714Z | Compiling icu_locid_transform_data v1.5.0 |
710 | 2025-01-28T16:58:21.980Z | Compiling try-lock v0.2.5 |
711 | 2025-01-28T16:58:21.983Z | Compiling subtle v2.6.1 |
712 | 2025-01-28T16:58:22.032Z | Compiling allocator-api2 v0.2.18 |
713 | 2025-01-28T16:58:22.079Z | Compiling zeroize v1.8.1 |
714 | 2025-01-28T16:58:22.141Z | Compiling want v0.3.1 |
715 | 2025-01-28T16:58:22.428Z | Compiling synstructure v0.13.1 |
716 | 2025-01-28T16:58:22.438Z | Compiling serde_derive_internals v0.29.1 |
717 | 2025-01-28T16:58:22.617Z | Compiling chrono v0.4.39 |
718 | 2025-01-28T16:58:22.790Z | Compiling icu_properties_data v1.5.0 |
719 | 2025-01-28T16:58:22.879Z | Compiling openssl v0.10.66 |
720 | 2025-01-28T16:58:23.165Z | Compiling httpdate v1.0.3 |
721 | 2025-01-28T16:58:23.331Z | Compiling uuid v1.12.0 |
722 | 2025-01-28T16:58:23.809Z | Compiling foreign-types-shared v0.1.1 |
723 | 2025-01-28T16:58:23.911Z | Compiling foreign-types v0.3.2 |
724 | 2025-01-28T16:58:24.058Z | Compiling native-tls v0.2.12 |
725 | 2025-01-28T16:58:24.446Z | Compiling percent-encoding v2.3.1 |
726 | 2025-01-28T16:58:24.449Z | Compiling bitflags v2.6.0 |
727 | 2025-01-28T16:58:24.464Z | Compiling icu_normalizer_data v1.5.0 |
728 | 2025-01-28T16:58:24.559Z | Compiling write16 v1.0.0 |
729 | 2025-01-28T16:58:24.942Z | Compiling rustls v0.23.19 |
730 | 2025-01-28T16:58:25.040Z | Compiling tower-service v0.3.3 |
731 | 2025-01-28T16:58:25.088Z | Compiling utf8_iter v1.0.4 |
732 | 2025-01-28T16:58:25.162Z | Compiling slog v2.7.0 |
733 | 2025-01-28T16:58:25.272Z | Compiling utf16_iter v1.0.5 |
734 | 2025-01-28T16:58:25.282Z | Compiling form_urlencoded v1.2.1 |
735 | 2025-01-28T16:58:25.498Z | Compiling aho-corasick v1.1.3 |
736 | 2025-01-28T16:58:25.683Z | Compiling regex-syntax v0.8.5 |
737 | 2025-01-28T16:58:25.770Z | Compiling openssl-probe v0.1.5 |
738 | 2025-01-28T16:58:26.034Z | Compiling typenum v1.17.0 |
739 | 2025-01-28T16:58:26.938Z | Compiling serde_derive v1.0.217 |
740 | 2025-01-28T16:58:26.990Z | Compiling zerocopy-derive v0.7.35 |
741 | 2025-01-28T16:58:27.008Z | Compiling thiserror-impl v1.0.69 |
742 | 2025-01-28T16:58:27.415Z | Compiling schemars_derive v0.8.21 |
743 | 2025-01-28T16:58:27.718Z | Compiling zerofrom-derive v0.1.4 |
744 | 2025-01-28T16:58:29.026Z | Compiling zerocopy v0.7.35 |
745 | 2025-01-28T16:58:30.010Z | Compiling yoke-derive v0.7.4 |
746 | 2025-01-28T16:58:30.327Z | Compiling tokio-macros v2.5.0 |
747 | 2025-01-28T16:58:30.368Z | Compiling zerovec-derive v0.10.3 |
748 | 2025-01-28T16:58:30.722Z | Compiling displaydoc v0.2.5 |
749 | 2025-01-28T16:58:30.973Z | Compiling zerofrom v0.1.4 |
750 | 2025-01-28T16:58:31.205Z | Compiling futures-macro v0.3.31 |
751 | 2025-01-28T16:58:31.816Z | Compiling tokio v1.43.0 |
752 | 2025-01-28T16:58:32.247Z | Compiling icu_provider_macros v1.5.0 |
753 | 2025-01-28T16:58:32.520Z | Compiling yoke v0.7.4 |
754 | 2025-01-28T16:58:32.890Z | Compiling zerovec v0.10.4 |
755 | 2025-01-28T16:58:33.108Z | Compiling futures-util v0.3.31 |
756 | 2025-01-28T16:58:33.223Z | Compiling pest v2.7.14 |
757 | 2025-01-28T16:58:33.383Z | Compiling rustls-webpki v0.102.8 |
758 | 2025-01-28T16:58:36.237Z | Compiling tinystr v0.7.6 |
759 | 2025-01-28T16:58:36.641Z | Compiling icu_locid v1.5.0 |
760 | 2025-01-28T16:58:38.110Z | Compiling icu_provider v1.5.0 |
761 | 2025-01-28T16:58:39.338Z | Compiling icu_locid_transform v1.5.0 |
762 | 2025-01-28T16:58:39.401Z | Compiling pest_meta v2.7.14 |
763 | 2025-01-28T16:58:40.387Z | Compiling indexmap v2.7.0 |
764 | 2025-01-28T16:58:42.007Z | Compiling serde_tokenstream v0.2.2 |
765 | 2025-01-28T16:58:43.935Z | Compiling tokio-util v0.7.12 |
766 | 2025-01-28T16:58:44.231Z | Compiling icu_collections v1.5.0 |
767 | 2025-01-28T16:58:44.587Z | Compiling hashbrown v0.14.5 |
768 | 2025-01-28T16:58:45.260Z | Compiling h2 v0.4.6 |
769 | 2025-01-28T16:58:46.137Z | Compiling regress v0.10.1 |
770 | 2025-01-28T16:58:46.430Z | Compiling icu_properties v1.5.1 |
771 | 2025-01-28T16:58:50.021Z | Compiling pest_generator v2.7.14 |
772 | 2025-01-28T16:58:50.784Z | Compiling hyper v1.5.2 |
773 | 2025-01-28T16:58:51.651Z | Compiling openssl-macros v0.1.1 |
774 | 2025-01-28T16:58:51.749Z | Compiling pest_derive v2.7.14 |
775 | 2025-01-28T16:58:52.613Z | Compiling icu_normalizer v1.5.0 |
776 | 2025-01-28T16:58:52.730Z | Compiling typify-impl v0.2.0 |
777 | 2025-01-28T16:58:58.249Z | Compiling hyper-util v0.1.10 |
778 | 2025-01-28T16:59:02.767Z | Compiling idna_adapter v1.2.0 |
779 | 2025-01-28T16:59:02.991Z | Compiling http-body-util v0.1.2 |
780 | 2025-01-28T16:59:03.179Z | Compiling regex-automata v0.4.8 |
781 | 2025-01-28T16:59:03.449Z | Compiling typify-macro v0.2.0 |
782 | 2025-01-28T16:59:03.796Z | Compiling generic-array v0.14.7 |
783 | 2025-01-28T16:59:04.163Z | Compiling encoding_rs v0.8.34 |
784 | 2025-01-28T16:59:04.767Z | Compiling mime v0.3.17 |
785 | 2025-01-28T16:59:05.456Z | Compiling tokio-rustls v0.26.0 |
786 | 2025-01-28T16:59:07.013Z | Compiling idna v1.0.3 |
787 | 2025-01-28T16:59:07.087Z | Compiling tokio-native-tls v0.3.1 |
788 | 2025-01-28T16:59:07.376Z | Compiling regex v1.11.1 |
789 | 2025-01-28T16:59:07.689Z | Compiling serde_urlencoded v0.7.1 |
790 | 2025-01-28T16:59:07.885Z | Compiling scroll_derive v0.12.0 |
791 | 2025-01-28T16:59:08.252Z | Compiling webpki-roots v0.26.6 |
792 | 2025-01-28T16:59:08.304Z | Compiling rustls-pemfile v2.2.0 |
793 | 2025-01-28T16:59:08.790Z | Compiling usdt-impl v0.5.0 |
794 | 2025-01-28T16:59:09.201Z | Compiling num-conv v0.1.0 |
795 | 2025-01-28T16:59:09.394Z | Compiling powerfmt v0.2.0 |
796 | 2025-01-28T16:59:09.471Z | Compiling time-core v0.1.2 |
797 | 2025-01-28T16:59:09.637Z | Compiling base64 v0.22.1 |
798 | 2025-01-28T16:59:10.294Z | Compiling deranged v0.3.11 |
799 | 2025-01-28T16:59:10.720Z | Compiling time-macros v0.2.18 |
800 | 2025-01-28T16:59:12.027Z | Compiling scroll v0.12.0 |
801 | 2025-01-28T16:59:12.778Z | Compiling hyper-rustls v0.27.3 |
802 | 2025-01-28T16:59:13.598Z | Compiling url v2.5.3 |
803 | 2025-01-28T16:59:14.535Z | Compiling hyper-tls v0.6.0 |
804 | 2025-01-28T16:59:14.990Z | Compiling thread-id v4.2.2 |
805 | 2025-01-28T16:59:15.572Z | Compiling dtrace-parser v0.2.0 |
806 | 2025-01-28T16:59:17.077Z | Compiling dof v0.3.0 |
807 | 2025-01-28T16:59:17.842Z | Compiling sync_wrapper v1.0.1 |
808 | 2025-01-28T16:59:19.226Z | Compiling plain v0.2.3 |
809 | 2025-01-28T16:59:19.425Z | Compiling num_threads v0.1.7 |
810 | 2025-01-28T16:59:19.546Z | Compiling syn v1.0.109 |
811 | 2025-01-28T16:59:19.555Z | Compiling strsim v0.11.1 |
812 | 2025-01-28T16:59:20.104Z | Compiling ipnet v2.10.1 |
813 | 2025-01-28T16:59:20.211Z | Compiling ident_case v1.0.1 |
814 | 2025-01-28T16:59:22.768Z | Compiling crossbeam-utils v0.8.20 |
815 | 2025-01-28T16:59:22.861Z | Compiling omicron-workspace-hack v0.1.0 |
816 | 2025-01-28T16:59:23.355Z | Compiling time v0.3.36 |
817 | 2025-01-28T16:59:23.395Z | Compiling reqwest v0.12.9 |
818 | 2025-01-28T16:59:25.293Z | Compiling darling_core v0.20.10 |
819 | 2025-01-28T16:59:28.245Z | Compiling goblin v0.8.2 |
820 | 2025-01-28T16:59:34.329Z | Compiling typify v0.2.0 |
821 | 2025-01-28T16:59:34.453Z | Compiling openapiv3 v2.0.0 |
822 | 2025-01-28T16:59:36.407Z | Compiling dirs-sys-next v0.1.2 |
823 | 2025-01-28T16:59:37.921Z | Compiling rustversion v1.0.17 |
824 | 2025-01-28T16:59:38.563Z | Compiling pretty-hex v0.4.1 |
825 | 2025-01-28T16:59:38.575Z | Compiling paste v1.0.15 |
826 | 2025-01-28T16:59:38.808Z | Compiling unsafe-libyaml v0.2.11 |
827 | 2025-01-28T16:59:39.074Z | Compiling newtype-uuid v1.2.1 |
828 | 2025-01-28T16:59:39.427Z | Compiling rustls v0.22.4 |
829 | 2025-01-28T16:59:40.508Z | Compiling serde_yaml v0.9.34+deprecated |
830 | 2025-01-28T16:59:41.601Z | Compiling progenitor-impl v0.8.0 |
831 | 2025-01-28T16:59:44.073Z | Compiling dirs-next v2.0.0 |
832 | 2025-01-28T16:59:44.471Z | Compiling darling_macro v0.20.10 |
833 | 2025-01-28T16:59:46.279Z | Compiling block-buffer v0.10.4 |
834 | 2025-01-28T16:59:46.541Z | Compiling crypto-common v0.1.6 |
835 | 2025-01-28T16:59:46.772Z | Compiling ipnetwork v0.20.0 |
836 | 2025-01-28T16:59:47.446Z | Compiling toml_datetime v0.6.8 |
837 | 2025-01-28T16:59:47.713Z | Compiling serde_spanned v0.6.8 |
838 | 2025-01-28T16:59:47.969Z | Compiling ppv-lite86 v0.2.20 |
839 | 2025-01-28T16:59:48.120Z | Compiling structmeta-derive v0.3.0 |
840 | 2025-01-28T16:59:48.803Z | Compiling rand_core v0.6.4 |
841 | 2025-01-28T16:59:49.395Z | Compiling thread_local v1.1.8 |
842 | 2025-01-28T16:59:49.975Z | Compiling multer v3.1.0 |
843 | 2025-01-28T16:59:50.077Z | Compiling either v1.13.0 |
844 | 2025-01-28T16:59:50.335Z | Compiling anyhow v1.0.95 |
845 | 2025-01-28T16:59:50.481Z | Compiling match_cfg v0.1.0 |
846 | 2025-01-28T16:59:50.569Z | Compiling winnow v0.6.20 |
847 | 2025-01-28T16:59:50.740Z | Compiling camino v1.1.9 |
848 | 2025-01-28T16:59:50.853Z | Compiling slog-async v2.8.0 |
849 | 2025-01-28T16:59:50.906Z | Compiling thiserror v2.0.11 |
850 | 2025-01-28T16:59:51.401Z | Compiling structmeta v0.3.0 |
851 | 2025-01-28T16:59:51.748Z | Compiling hostname v0.3.1 |
852 | 2025-01-28T16:59:51.773Z | Compiling itertools v0.10.5 |
853 | 2025-01-28T16:59:51.842Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
854 | 2025-01-28T16:59:51.999Z | Compiling rand_chacha v0.3.1 |
855 | 2025-01-28T16:59:53.074Z | Compiling progenitor-macro v0.8.0 |
856 | 2025-01-28T16:59:53.098Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
857 | 2025-01-28T16:59:53.752Z | Compiling digest v0.10.7 |
858 | 2025-01-28T16:59:54.165Z | Compiling toml_edit v0.22.22 |
859 | 2025-01-28T16:59:54.767Z | Compiling crossbeam-channel v0.5.13 |
860 | 2025-01-28T16:59:56.415Z | Compiling darling v0.20.10 |
861 | 2025-01-28T16:59:56.520Z | Compiling term v0.7.0 |
862 | 2025-01-28T17:00:01.088Z | Compiling usdt-macro v0.5.0 |
863 | 2025-01-28T17:00:02.396Z | Compiling usdt-attr-macro v0.5.0 |
864 | 2025-01-28T17:00:02.824Z | Compiling slog-json v2.6.1 |
865 | 2025-01-28T17:00:03.319Z | Compiling progenitor-client v0.8.0 |
866 | 2025-01-28T17:00:03.786Z | Compiling futures-executor v0.3.31 |
867 | 2025-01-28T17:00:04.182Z | Compiling async-stream-impl v0.3.6 |
868 | 2025-01-28T17:00:04.218Z | Compiling thiserror-impl v2.0.11 |
869 | 2025-01-28T17:00:04.884Z | Compiling is-terminal v0.4.13 |
870 | 2025-01-28T17:00:05.004Z | Compiling memmap v0.7.0 |
871 | 2025-01-28T17:00:05.442Z | Compiling dropshot v0.15.1 |
872 | 2025-01-28T17:00:05.483Z | Compiling take_mut v0.2.2 |
873 | 2025-01-28T17:00:05.650Z | Compiling cpufeatures v0.2.14 |
874 | 2025-01-28T17:00:05.746Z | Compiling sha1 v0.10.6 |
875 | 2025-01-28T17:00:06.541Z | Compiling async-stream v0.3.6 |
876 | 2025-01-28T17:00:06.895Z | Compiling usdt v0.5.0 |
877 | 2025-01-28T17:00:07.106Z | Compiling tokio-rustls v0.25.0 |
878 | 2025-01-28T17:00:07.331Z | Compiling slog-term v2.9.1 |
879 | 2025-01-28T17:00:07.524Z | Compiling progenitor v0.8.0 |
880 | 2025-01-28T17:00:07.707Z | Compiling futures v0.3.31 |
881 | 2025-01-28T17:00:07.912Z | Compiling slog-bunyan v2.5.0 |
882 | 2025-01-28T17:00:08.193Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
883 | 2025-01-28T17:00:08.377Z | Compiling strum_macros v0.26.4 |
884 | 2025-01-28T17:00:09.220Z | Compiling toml v0.8.19 |
885 | 2025-01-28T17:00:09.872Z | Compiling serde_with_macros v3.11.0 |
886 | 2025-01-28T17:00:10.214Z | Compiling rand v0.8.5 |
887 | 2025-01-28T17:00:12.718Z | Compiling parse-display-derive v0.10.0 |
888 | 2025-01-28T17:00:14.596Z | Compiling dropshot_endpoint v0.15.1 |
889 | 2025-01-28T17:00:15.144Z | Compiling hex v0.4.3 |
890 | 2025-01-28T17:00:15.756Z | Compiling serde_path_to_error v0.1.16 |
891 | 2025-01-28T17:00:16.445Z | Compiling async-trait v0.1.85 |
892 | 2025-01-28T17:00:16.461Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
893 | 2025-01-28T17:00:16.730Z | Compiling waitgroup v0.1.2 |
894 | 2025-01-28T17:00:16.956Z | Compiling hostname v0.4.0 |
895 | 2025-01-28T17:00:17.360Z | Compiling instant v0.1.13 |
896 | 2025-01-28T17:00:17.389Z | Compiling debug-ignore v1.0.5 |
897 | 2025-01-28T17:00:17.409Z | Compiling backoff v0.4.0 |
898 | 2025-01-28T17:00:17.420Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
899 | 2025-01-28T17:00:17.451Z | Compiling parse-display v0.10.0 |
900 | 2025-01-28T17:00:17.627Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
901 | 2025-01-28T17:00:17.782Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
902 | 2025-01-28T17:00:17.800Z | Compiling strum v0.26.3 |
903 | 2025-01-28T17:00:17.990Z | Compiling serde_with v3.11.0 |
904 | 2025-01-28T17:00:18.655Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
905 | 2025-01-28T17:00:19.350Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
906 | 2025-01-28T17:00:19.396Z | Compiling progenitor-client v0.9.1 |
907 | 2025-01-28T17:00:20.181Z | Compiling regress v0.9.1 |
908 | 2025-01-28T17:00:20.360Z | Compiling macaddr v1.0.1 |
909 | 2025-01-28T17:00:27.743Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
910 | 2025-01-28T17:00:38.208Z | Compiling test-project v0.1.0 (/tmp/test-project) |
911 | 2025-01-28T17:00:48.130Z | Finished `release` profile [optimized] target(s) in 2m 35s |
912 | 2025-01-28T17:00:48.200Z | process exited: duration 225553 ms, exit code 0 |
|
913 | 2025-01-28T17:00:48.207Z | found 0 output files |