|
|
|
1 | 2025-01-29T04:21:19.388Z | job assigned to worker 01JJR4M3MMJ71CBYWEKX56CNYB [factory aws, i-034c568a2458b4f66] (queued for 52 s) |
|
2 | 2025-01-29T04:21:27.076Z | starting task 0: "setup" |
3 | 2025-01-29T04:21:27.084Z | ++ uname -s |
4 | 2025-01-29T04:21:27.087Z | + kern=SunOS |
5 | 2025-01-29T04:21:27.087Z | + case "$kern" in |
6 | 2025-01-29T04:21:27.087Z | + groupadd -g 12345 build |
7 | 2025-01-29T04:21:27.090Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-29T04:21:29.097Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-29T04:21:29.207Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-29T04:21:29.209Z | + home_fs=zfs |
11 | 2025-01-29T04:21:29.210Z | + [[ zfs == autofs ]] |
12 | 2025-01-29T04:21:29.210Z | + mkdir -p /home/build |
13 | 2025-01-29T04:21:29.212Z | + chown build:build /home/build /work |
14 | 2025-01-29T04:21:31.214Z | + chmod 0700 /home/build /work |
15 | 2025-01-29T04:21:31.217Z | process exited: duration 4141 ms, exit code 0 |
|
16 | 2025-01-29T04:21:31.223Z | starting task 1: "rust-toolchain" |
17 | 2025-01-29T04:21:31.228Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-29T04:21:31.228Z | * toolchain channel = "1.84.0" |
19 | 2025-01-29T04:21:31.228Z | ' 1.84.0 |
20 | 2025-01-29T04:21:31.228Z | + printf ' * toolchain profile = "%s" |
21 | 2025-01-29T04:21:31.228Z | ' default |
22 | 2025-01-29T04:21:31.228Z | * toolchain profile = "default" |
23 | 2025-01-29T04:21:31.231Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-29T04:21:31.231Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
25 | 2025-01-29T04:21:31.350Z | info: downloading installer |
26 | 2025-01-29T04:21:32.984Z | info: profile set to 'default' |
27 | 2025-01-29T04:21:32.984Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-29T04:21:32.986Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
29 | 2025-01-29T04:21:33.133Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
30 | 2025-01-29T04:21:33.133Z | info: downloading component 'cargo' |
31 | 2025-01-29T04:21:33.866Z | info: downloading component 'clippy' |
32 | 2025-01-29T04:21:34.145Z | info: downloading component 'rust-docs' |
33 | 2025-01-29T04:21:35.187Z | info: downloading component 'rust-std' |
34 | 2025-01-29T04:21:36.782Z | info: downloading component 'rustc' |
35 | 2025-01-29T04:21:42.778Z | info: downloading component 'rustfmt' |
36 | 2025-01-29T04:21:42.997Z | info: installing component 'cargo' |
37 | 2025-01-29T04:21:43.854Z | info: installing component 'clippy' |
38 | 2025-01-29T04:21:44.250Z | info: installing component 'rust-docs' |
39 | 2025-01-29T04:21:45.920Z | info: installing component 'rust-std' |
40 | 2025-01-29T04:21:47.754Z | info: installing component 'rustc' |
41 | 2025-01-29T04:21:53.893Z | info: installing component 'rustfmt' |
42 | 2025-01-29T04:21:54.227Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
43 | 2025-01-29T04:21:54.227Z | |
44 | 2025-01-29T04:21:54.619Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
45 | 2025-01-29T04:21:54.619Z | |
46 | 2025-01-29T04:21:54.621Z | |
47 | 2025-01-29T04:21:54.621Z | Rust is installed now. Great! |
48 | 2025-01-29T04:21:54.621Z | |
49 | 2025-01-29T04:21:54.621Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-29T04:21:54.621Z | environment variable. This has not been done automatically. |
51 | 2025-01-29T04:21:54.621Z | |
52 | 2025-01-29T04:21:54.621Z | To configure your current shell, you need to source |
53 | 2025-01-29T04:21:54.622Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-29T04:21:54.622Z | |
55 | 2025-01-29T04:21:54.622Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-29T04:21:54.622Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-29T04:21:54.622Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-29T04:21:54.699Z | + rustc --version |
59 | 2025-01-29T04:21:54.765Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
60 | 2025-01-29T04:21:54.767Z | process exited: duration 23542 ms, exit code 0 |
|
61 | 2025-01-29T04:21:54.773Z | starting task 2: "authentication" |
62 | 2025-01-29T04:21:54.793Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2025-01-29T04:21:54.798Z | starting task 3: "clone repository" |
64 | 2025-01-29T04:21:54.804Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-29T04:21:54.807Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-29T04:21:54.848Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-29T04:22:02.006Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-29T04:22:02.009Z | + git fetch origin 1983115b73ffcf6ea699ef38c7d80ec9c7430a46 |
69 | 2025-01-29T04:22:02.309Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-29T04:22:02.309Z | * branch 1983115b73ffcf6ea699ef38c7d80ec9c7430a46 -> FETCH_HEAD |
71 | 2025-01-29T04:22:02.316Z | + [[ -n '' ]] |
72 | 2025-01-29T04:22:02.316Z | + git reset --hard 1983115b73ffcf6ea699ef38c7d80ec9c7430a46 |
73 | 2025-01-29T04:22:02.493Z | HEAD is now at 1983115b7 Update Rust crate indicatif to 0.17.11 |
74 | 2025-01-29T04:22:02.496Z | process exited: duration 7695 ms, exit code 0 |
|
75 | 2025-01-29T04:22:02.502Z | starting task 4: "build" |
76 | 2025-01-29T04:22:02.508Z | + source .github/buildomat/ci-env.sh |
77 | 2025-01-29T04:22:02.510Z | ++ export CARGO_TERM_COLOR=always |
78 | 2025-01-29T04:22:02.510Z | ++ CARGO_TERM_COLOR=always |
79 | 2025-01-29T04:22:02.510Z | + cargo --version |
80 | 2025-01-29T04:22:02.568Z | cargo 1.84.0 (66221abde 2024-11-19) |
81 | 2025-01-29T04:22:02.571Z | + rustc --version |
82 | 2025-01-29T04:22:02.632Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
83 | 2025-01-29T04:22:02.635Z | + cd /tmp |
84 | 2025-01-29T04:22:02.637Z | + cargo new --lib test-project |
85 | 2025-01-29T04:22:02.694Z | Creating library `test-project` package |
86 | 2025-01-29T04:22:02.772Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
87 | 2025-01-29T04:22:02.774Z | + cd test-project |
88 | 2025-01-29T04:22:02.774Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
89 | 2025-01-29T04:22:02.834Z | Adding omicron-common (local) to dependencies |
90 | 2025-01-29T04:22:02.837Z | Features: |
91 | 2025-01-29T04:22:02.837Z | - proptest |
92 | 2025-01-29T04:22:02.837Z | - test-strategy |
93 | 2025-01-29T04:22:02.837Z | - testing |
94 | 2025-01-29T04:22:02.837Z | Updating crates.io index |
95 | 2025-01-29T04:22:02.924Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
96 | 2025-01-29T04:22:03.496Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
97 | 2025-01-29T04:22:04.019Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
98 | 2025-01-29T04:22:04.519Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
99 | 2025-01-29T04:22:04.917Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
100 | 2025-01-29T04:22:06.422Z | Locking 338 packages to latest compatible versions |
101 | 2025-01-29T04:22:06.617Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
102 | 2025-01-29T04:22:06.620Z | + cargo check |
103 | 2025-01-29T04:22:06.762Z | Updating crates.io index |
104 | 2025-01-29T04:22:07.727Z | Locking 1 package to latest compatible version |
105 | 2025-01-29T04:22:07.727Z | Adding omicron-workspace-hack v0.1.0 |
106 | 2025-01-29T04:22:07.749Z | Downloading crates ... |
107 | 2025-01-29T04:22:07.853Z | Downloaded heck v0.5.0 |
108 | 2025-01-29T04:22:07.856Z | Downloaded httparse v1.9.5 |
109 | 2025-01-29T04:22:07.858Z | Downloaded equivalent v1.0.1 |
110 | 2025-01-29T04:22:07.861Z | Downloaded dirs-sys-next v0.1.2 |
111 | 2025-01-29T04:22:07.866Z | Downloaded thread-id v4.2.2 |
112 | 2025-01-29T04:22:07.869Z | Downloaded ident_case v1.0.1 |
113 | 2025-01-29T04:22:07.872Z | Downloaded foreign-types v0.3.2 |
114 | 2025-01-29T04:22:07.874Z | Downloaded cfg-if v1.0.0 |
115 | 2025-01-29T04:22:07.874Z | Downloaded async-stream v0.3.6 |
116 | 2025-01-29T04:22:07.882Z | Downloaded foreign-types-shared v0.1.1 |
117 | 2025-01-29T04:22:07.884Z | Downloaded write16 v1.0.0 |
118 | 2025-01-29T04:22:07.885Z | Downloaded async-stream-impl v0.3.6 |
119 | 2025-01-29T04:22:07.887Z | Downloaded thiserror v2.0.11 |
120 | 2025-01-29T04:22:07.894Z | Downloaded zeroize v1.8.1 |
121 | 2025-01-29T04:22:07.897Z | Downloaded try-lock v0.2.5 |
122 | 2025-01-29T04:22:07.897Z | Downloaded futures-task v0.3.31 |
123 | 2025-01-29T04:22:07.900Z | Downloaded time-core v0.1.2 |
124 | 2025-01-29T04:22:07.900Z | Downloaded take_mut v0.2.2 |
125 | 2025-01-29T04:22:07.900Z | Downloaded thiserror-impl v1.0.69 |
126 | 2025-01-29T04:22:07.902Z | Downloaded thiserror v1.0.69 |
127 | 2025-01-29T04:22:07.907Z | Downloaded num_threads v0.1.7 |
128 | 2025-01-29T04:22:07.909Z | Downloaded http-body v1.0.1 |
129 | 2025-01-29T04:22:07.912Z | Downloaded deranged v0.3.11 |
130 | 2025-01-29T04:22:07.914Z | Downloaded thread_local v1.1.8 |
131 | 2025-01-29T04:22:07.914Z | Downloaded thiserror-impl v2.0.11 |
132 | 2025-01-29T04:22:07.917Z | Downloaded darling_macro v0.20.10 |
133 | 2025-01-29T04:22:07.917Z | Downloaded byteorder v1.5.0 |
134 | 2025-01-29T04:22:07.920Z | Downloaded hostname v0.3.1 |
135 | 2025-01-29T04:22:07.923Z | Downloaded num-conv v0.1.0 |
136 | 2025-01-29T04:22:07.923Z | Downloaded yoke-derive v0.7.4 |
137 | 2025-01-29T04:22:07.926Z | Downloaded openssl-probe v0.1.5 |
138 | 2025-01-29T04:22:07.926Z | Downloaded waitgroup v0.1.2 |
139 | 2025-01-29T04:22:07.926Z | Downloaded tower-service v0.3.3 |
140 | 2025-01-29T04:22:07.929Z | Downloaded debug-ignore v1.0.5 |
141 | 2025-01-29T04:22:07.929Z | Downloaded pretty-hex v0.4.1 |
142 | 2025-01-29T04:22:07.931Z | Downloaded usdt v0.5.0 |
143 | 2025-01-29T04:22:07.932Z | Downloaded want v0.3.1 |
144 | 2025-01-29T04:22:07.934Z | Downloaded tinyvec_macros v0.1.1 |
145 | 2025-01-29T04:22:07.934Z | Downloaded progenitor v0.8.0 |
146 | 2025-01-29T04:22:07.936Z | Downloaded toml_datetime v0.6.8 |
147 | 2025-01-29T04:22:07.936Z | Downloaded either v1.13.0 |
148 | 2025-01-29T04:22:07.939Z | Downloaded generic-array v0.14.7 |
149 | 2025-01-29T04:22:07.942Z | Downloaded parse-display v0.10.0 |
150 | 2025-01-29T04:22:07.942Z | Downloaded utf8_iter v1.0.4 |
151 | 2025-01-29T04:22:07.942Z | Downloaded untrusted v0.9.0 |
152 | 2025-01-29T04:22:07.945Z | Downloaded writeable v0.5.5 |
153 | 2025-01-29T04:22:07.948Z | Downloaded ipnetwork v0.20.0 |
154 | 2025-01-29T04:22:07.948Z | Downloaded pin-utils v0.1.0 |
155 | 2025-01-29T04:22:07.951Z | Downloaded futures-sink v0.3.31 |
156 | 2025-01-29T04:22:07.951Z | Downloaded tinystr v0.7.6 |
157 | 2025-01-29T04:22:07.953Z | Downloaded mime v0.3.17 |
158 | 2025-01-29T04:22:07.956Z | Downloaded instant v0.1.13 |
159 | 2025-01-29T04:22:07.956Z | Downloaded dof v0.3.0 |
160 | 2025-01-29T04:22:07.958Z | Downloaded futures-executor v0.3.31 |
161 | 2025-01-29T04:22:07.958Z | Downloaded openssl-macros v0.1.1 |
162 | 2025-01-29T04:22:07.961Z | Downloaded block-buffer v0.10.4 |
163 | 2025-01-29T04:22:07.961Z | Downloaded omicron-workspace-hack v0.1.0 |
164 | 2025-01-29T04:22:07.964Z | Downloaded itoa v1.0.11 |
165 | 2025-01-29T04:22:07.964Z | Downloaded futures-io v0.3.31 |
166 | 2025-01-29T04:22:07.967Z | Downloaded camino v1.1.9 |
167 | 2025-01-29T04:22:07.967Z | Downloaded dyn-clone v1.0.17 |
168 | 2025-01-29T04:22:07.969Z | Downloaded atomic-waker v1.1.2 |
169 | 2025-01-29T04:22:07.970Z | Downloaded darling v0.20.10 |
170 | 2025-01-29T04:22:07.974Z | Downloaded tokio-native-tls v0.3.1 |
171 | 2025-01-29T04:22:07.976Z | Downloaded once_cell v1.20.2 |
172 | 2025-01-29T04:22:07.979Z | Downloaded hyper-tls v0.6.0 |
173 | 2025-01-29T04:22:07.981Z | Downloaded yoke v0.7.4 |
174 | 2025-01-29T04:22:07.984Z | Downloaded ucd-trie v0.1.7 |
175 | 2025-01-29T04:22:07.984Z | Downloaded macaddr v1.0.1 |
176 | 2025-01-29T04:22:07.986Z | Downloaded native-tls v0.2.12 |
177 | 2025-01-29T04:22:07.989Z | Downloaded memmap v0.7.0 |
178 | 2025-01-29T04:22:07.992Z | Downloaded tokio-macros v2.5.0 |
179 | 2025-01-29T04:22:07.992Z | Downloaded newtype-uuid v1.2.1 |
180 | 2025-01-29T04:22:07.995Z | Downloaded is-terminal v0.4.13 |
181 | 2025-01-29T04:22:07.995Z | Downloaded icu_provider v1.5.0 |
182 | 2025-01-29T04:22:07.998Z | Downloaded time-macros v0.2.18 |
183 | 2025-01-29T04:22:08.001Z | Downloaded match_cfg v0.1.0 |
184 | 2025-01-29T04:22:08.001Z | Downloaded dropshot_endpoint v0.15.1 |
185 | 2025-01-29T04:22:08.003Z | Downloaded progenitor-client v0.9.1 |
186 | 2025-01-29T04:22:08.003Z | Downloaded usdt-attr-macro v0.5.0 |
187 | 2025-01-29T04:22:08.007Z | Downloaded usdt-impl v0.5.0 |
188 | 2025-01-29T04:22:08.007Z | Downloaded percent-encoding v2.3.1 |
189 | 2025-01-29T04:22:08.007Z | Downloaded icu_locid_transform v1.5.0 |
190 | 2025-01-29T04:22:08.009Z | Downloaded ppv-lite86 v0.2.20 |
191 | 2025-01-29T04:22:08.012Z | Downloaded pin-project-lite v0.2.14 |
192 | 2025-01-29T04:22:08.016Z | Downloaded strum v0.26.3 |
193 | 2025-01-29T04:22:08.019Z | Downloaded crossbeam-utils v0.8.20 |
194 | 2025-01-29T04:22:08.021Z | Downloaded crossbeam-channel v0.5.13 |
195 | 2025-01-29T04:22:08.024Z | Downloaded unicode-ident v1.0.14 |
196 | 2025-01-29T04:22:08.027Z | Downloaded toml v0.8.19 |
197 | 2025-01-29T04:22:08.031Z | Downloaded tinyvec v1.8.0 |
198 | 2025-01-29T04:22:08.034Z | Downloaded version_check v0.9.5 |
199 | 2025-01-29T04:22:08.036Z | Downloaded typify-macro v0.2.0 |
200 | 2025-01-29T04:22:08.037Z | Downloaded tokio-rustls v0.25.0 |
201 | 2025-01-29T04:22:08.039Z | Downloaded serde_path_to_error v0.1.16 |
202 | 2025-01-29T04:22:08.042Z | Downloaded typenum v1.17.0 |
203 | 2025-01-29T04:22:08.045Z | Downloaded pkg-config v0.3.31 |
204 | 2025-01-29T04:22:08.045Z | Downloaded icu_normalizer v1.5.0 |
205 | 2025-01-29T04:22:08.048Z | Downloaded sync_wrapper v1.0.1 |
206 | 2025-01-29T04:22:08.051Z | Downloaded icu_locid v1.5.0 |
207 | 2025-01-29T04:22:08.053Z | Downloaded rand_chacha v0.3.1 |
208 | 2025-01-29T04:22:08.056Z | Downloaded slab v0.4.9 |
209 | 2025-01-29T04:22:08.059Z | Downloaded rand_core v0.6.4 |
210 | 2025-01-29T04:22:08.059Z | Downloaded icu_properties v1.5.1 |
211 | 2025-01-29T04:22:08.062Z | Downloaded powerfmt v0.2.0 |
212 | 2025-01-29T04:22:08.062Z | Downloaded serde_spanned v0.6.8 |
213 | 2025-01-29T04:22:08.064Z | Downloaded darling_core v0.20.10 |
214 | 2025-01-29T04:22:08.068Z | Downloaded progenitor-macro v0.8.0 |
215 | 2025-01-29T04:22:08.071Z | Downloaded fnv v1.0.7 |
216 | 2025-01-29T04:22:08.071Z | Downloaded quote v1.0.38 |
217 | 2025-01-29T04:22:08.073Z | Downloaded slog-json v2.6.1 |
218 | 2025-01-29T04:22:08.075Z | Downloaded num-traits v0.2.19 |
219 | 2025-01-29T04:22:08.078Z | Downloaded scroll_derive v0.12.0 |
220 | 2025-01-29T04:22:08.078Z | Downloaded sha1 v0.10.6 |
221 | 2025-01-29T04:22:08.081Z | Downloaded zerofrom-derive v0.1.4 |
222 | 2025-01-29T04:22:08.081Z | Downloaded cc v1.1.30 |
223 | 2025-01-29T04:22:08.084Z | Downloaded zerocopy-derive v0.7.35 |
224 | 2025-01-29T04:22:08.088Z | Downloaded slog-async v2.8.0 |
225 | 2025-01-29T04:22:08.091Z | Downloaded shlex v1.3.0 |
226 | 2025-01-29T04:22:08.093Z | Downloaded futures v0.3.31 |
227 | 2025-01-29T04:22:08.097Z | Downloaded openssl-sys v0.9.103 |
228 | 2025-01-29T04:22:08.101Z | Downloaded slog-term v2.9.1 |
229 | 2025-01-29T04:22:08.104Z | Downloaded usdt-macro v0.5.0 |
230 | 2025-01-29T04:22:08.108Z | Downloaded pest_generator v2.7.14 |
231 | 2025-01-29T04:22:08.108Z | Downloaded typify v0.2.0 |
232 | 2025-01-29T04:22:08.111Z | Downloaded strum_macros v0.26.4 |
233 | 2025-01-29T04:22:08.113Z | Downloaded stable_deref_trait v1.2.0 |
234 | 2025-01-29T04:22:08.113Z | Downloaded indexmap v1.9.3 |
235 | 2025-01-29T04:22:08.116Z | Downloaded rustc-hash v2.0.0 |
236 | 2025-01-29T04:22:08.119Z | Downloaded proc-macro2 v1.0.92 |
237 | 2025-01-29T04:22:08.122Z | Downloaded serde_derive_internals v0.29.1 |
238 | 2025-01-29T04:22:08.122Z | Downloaded tracing-core v0.1.32 |
239 | 2025-01-29T04:22:08.124Z | Downloaded bytes v1.9.0 |
240 | 2025-01-29T04:22:08.128Z | Downloaded slog-bunyan v2.5.0 |
241 | 2025-01-29T04:22:08.130Z | Downloaded scopeguard v1.2.0 |
242 | 2025-01-29T04:22:08.130Z | Downloaded structmeta-derive v0.3.0 |
243 | 2025-01-29T04:22:08.133Z | Downloaded spin v0.9.8 |
244 | 2025-01-29T04:22:08.136Z | Downloaded multer v3.1.0 |
245 | 2025-01-29T04:22:08.136Z | Downloaded smallvec v1.13.2 |
246 | 2025-01-29T04:22:08.138Z | Downloaded signal-hook-registry v1.4.2 |
247 | 2025-01-29T04:22:08.141Z | Downloaded rustls-pki-types v1.10.0 |
248 | 2025-01-29T04:22:08.144Z | Downloaded backoff v0.4.0 |
249 | 2025-01-29T04:22:08.147Z | Downloaded zerofrom v0.1.4 |
250 | 2025-01-29T04:22:08.147Z | Downloaded term v0.7.0 |
251 | 2025-01-29T04:22:08.150Z | Downloaded serde_tokenstream v0.2.2 |
252 | 2025-01-29T04:22:08.156Z | Downloaded schemars_derive v0.8.21 |
253 | 2025-01-29T04:22:08.156Z | Downloaded schemars v0.8.21 |
254 | 2025-01-29T04:22:08.164Z | Downloaded mio v1.0.2 |
255 | 2025-01-29T04:22:08.169Z | Downloaded strsim v0.11.1 |
256 | 2025-01-29T04:22:08.172Z | Downloaded allocator-api2 v0.2.18 |
257 | 2025-01-29T04:22:08.175Z | Downloaded ahash v0.8.11 |
258 | 2025-01-29T04:22:08.177Z | Downloaded http v1.2.0 |
259 | 2025-01-29T04:22:08.180Z | Downloaded tracing v0.1.40 |
260 | 2025-01-29T04:22:08.184Z | Downloaded semver v1.0.24 |
261 | 2025-01-29T04:22:08.187Z | Downloaded toml_edit v0.22.22 |
262 | 2025-01-29T04:22:08.209Z | Downloaded serde_derive v1.0.217 |
263 | 2025-01-29T04:22:08.212Z | Downloaded itertools v0.10.5 |
264 | 2025-01-29T04:22:08.217Z | Downloaded hyper-util v0.1.10 |
265 | 2025-01-29T04:22:08.222Z | Downloaded quinn v0.11.5 |
266 | 2025-01-29T04:22:08.225Z | Downloaded memchr v2.7.4 |
267 | 2025-01-29T04:22:08.230Z | Downloaded unsafe-libyaml v0.2.11 |
268 | 2025-01-29T04:22:08.234Z | Downloaded url v2.5.3 |
269 | 2025-01-29T04:22:08.237Z | Downloaded socket2 v0.5.7 |
270 | 2025-01-29T04:22:08.240Z | Downloaded hashbrown v0.12.3 |
271 | 2025-01-29T04:22:08.243Z | Downloaded scroll v0.12.0 |
272 | 2025-01-29T04:22:08.246Z | Downloaded serde_yaml v0.9.34+deprecated |
273 | 2025-01-29T04:22:08.248Z | Downloaded serde v1.0.217 |
274 | 2025-01-29T04:22:08.251Z | Downloaded rand v0.8.5 |
275 | 2025-01-29T04:22:08.255Z | Downloaded serde_urlencoded v0.7.1 |
276 | 2025-01-29T04:22:08.258Z | Downloaded quinn-udp v0.5.5 |
277 | 2025-01-29T04:22:08.260Z | Downloaded idna v1.0.3 |
278 | 2025-01-29T04:22:08.263Z | Downloaded pest v2.7.14 |
279 | 2025-01-29T04:22:08.267Z | Downloaded hashbrown v0.14.5 |
280 | 2025-01-29T04:22:08.272Z | Downloaded subtle v2.6.1 |
281 | 2025-01-29T04:22:08.275Z | Downloaded progenitor-client v0.8.0 |
282 | 2025-01-29T04:22:08.275Z | Downloaded httpdate v1.0.3 |
283 | 2025-01-29T04:22:08.278Z | Downloaded icu_collections v1.5.0 |
284 | 2025-01-29T04:22:08.281Z | Downloaded goblin v0.8.2 |
285 | 2025-01-29T04:22:08.287Z | Downloaded ryu v1.0.18 |
286 | 2025-01-29T04:22:08.290Z | Downloaded slog v2.7.0 |
287 | 2025-01-29T04:22:08.293Z | Downloaded zerovec-derive v0.10.3 |
288 | 2025-01-29T04:22:08.296Z | Downloaded h2 v0.4.6 |
289 | 2025-01-29T04:22:08.301Z | Downloaded hashbrown v0.15.1 |
290 | 2025-01-29T04:22:08.306Z | Downloaded futures-util v0.3.31 |
291 | 2025-01-29T04:22:08.318Z | Downloaded zerovec v0.10.4 |
292 | 2025-01-29T04:22:08.324Z | Downloaded serde_with v3.11.0 |
293 | 2025-01-29T04:22:08.332Z | Downloaded aho-corasick v1.1.3 |
294 | 2025-01-29T04:22:08.337Z | Downloaded pest_meta v2.7.14 |
295 | 2025-01-29T04:22:08.340Z | Downloaded zerocopy v0.7.35 |
296 | 2025-01-29T04:22:08.355Z | Downloaded reqwest v0.12.9 |
297 | 2025-01-29T04:22:08.363Z | Downloaded parking_lot v0.12.3 |
298 | 2025-01-29T04:22:08.366Z | Downloaded icu_properties_data v1.5.0 |
299 | 2025-01-29T04:22:08.376Z | Downloaded serde_json v1.0.135 |
300 | 2025-01-29T04:22:08.383Z | Downloaded serde_with_macros v3.11.0 |
301 | 2025-01-29T04:22:08.386Z | Downloaded syn v1.0.109 |
302 | 2025-01-29T04:22:08.395Z | Downloaded chrono v0.4.39 |
303 | 2025-01-29T04:22:08.402Z | Downloaded winnow v0.6.20 |
304 | 2025-01-29T04:22:08.411Z | Downloaded rustls-webpki v0.102.8 |
305 | 2025-01-29T04:22:08.428Z | Downloaded syn v2.0.96 |
306 | 2025-01-29T04:22:08.439Z | Downloaded vcpkg v0.2.15 |
307 | 2025-01-29T04:22:08.475Z | Downloaded structmeta v0.3.0 |
308 | 2025-01-29T04:22:08.478Z | Downloaded openssl v0.10.66 |
309 | 2025-01-29T04:22:08.484Z | Downloaded regex-syntax v0.8.5 |
310 | 2025-01-29T04:22:08.492Z | Downloaded rustversion v1.0.17 |
311 | 2025-01-29T04:22:08.495Z | Downloaded quinn-proto v0.11.8 |
312 | 2025-01-29T04:22:08.501Z | Downloaded regress v0.10.1 |
313 | 2025-01-29T04:22:08.510Z | Downloaded regex v1.11.1 |
314 | 2025-01-29T04:22:08.522Z | Downloaded webpki-roots v0.26.6 |
315 | 2025-01-29T04:22:08.525Z | Downloaded rustls-pemfile v2.2.0 |
316 | 2025-01-29T04:22:08.528Z | Downloaded time v0.3.36 |
317 | 2025-01-29T04:22:08.533Z | Downloaded rustls v0.23.19 |
318 | 2025-01-29T04:22:08.544Z | Downloaded regress v0.9.1 |
319 | 2025-01-29T04:22:08.552Z | Downloaded rustls v0.22.4 |
320 | 2025-01-29T04:22:08.564Z | Downloaded openapiv3 v2.0.0 |
321 | 2025-01-29T04:22:08.575Z | Downloaded dropshot v0.15.1 |
322 | 2025-01-29T04:22:08.595Z | Downloaded parking_lot_core v0.9.10 |
323 | 2025-01-29T04:22:08.597Z | Downloaded tokio-util v0.7.12 |
324 | 2025-01-29T04:22:08.602Z | Downloaded indexmap v2.7.1 |
325 | 2025-01-29T04:22:08.608Z | Downloaded sha2 v0.10.8 |
326 | 2025-01-29T04:22:08.611Z | Downloaded paste v1.0.15 |
327 | 2025-01-29T04:22:08.612Z | Downloaded icu_locid_transform_data v1.5.0 |
328 | 2025-01-29T04:22:08.614Z | Downloaded bitflags v2.6.0 |
329 | 2025-01-29T04:22:08.617Z | Downloaded base64 v0.22.1 |
330 | 2025-01-29T04:22:08.627Z | Downloaded typify-impl v0.2.0 |
331 | 2025-01-29T04:22:08.633Z | Downloaded hex v0.4.3 |
332 | 2025-01-29T04:22:08.636Z | Downloaded progenitor-impl v0.8.0 |
333 | 2025-01-29T04:22:08.636Z | Downloaded libc v0.2.169 |
334 | 2025-01-29T04:22:08.658Z | Downloaded plain v0.2.3 |
335 | 2025-01-29T04:22:08.662Z | Downloaded log v0.4.22 |
336 | 2025-01-29T04:22:08.663Z | Downloaded litemap v0.7.3 |
337 | 2025-01-29T04:22:08.666Z | Downloaded regex-automata v0.4.8 |
338 | 2025-01-29T04:22:08.678Z | Downloaded dtrace-parser v0.2.0 |
339 | 2025-01-29T04:22:08.681Z | Downloaded pest_derive v2.7.14 |
340 | 2025-01-29T04:22:08.681Z | Downloaded lock_api v0.4.12 |
341 | 2025-01-29T04:22:08.684Z | Downloaded http-body-util v0.1.2 |
342 | 2025-01-29T04:22:08.684Z | Downloaded cpufeatures v0.2.14 |
343 | 2025-01-29T04:22:08.687Z | Downloaded anyhow v1.0.95 |
344 | 2025-01-29T04:22:08.689Z | Downloaded uuid v1.12.0 |
345 | 2025-01-29T04:22:08.692Z | Downloaded getrandom v0.2.15 |
346 | 2025-01-29T04:22:08.695Z | Downloaded tokio-rustls v0.26.0 |
347 | 2025-01-29T04:22:08.698Z | Downloaded idna_adapter v1.2.0 |
348 | 2025-01-29T04:22:08.698Z | Downloaded digest v0.10.7 |
349 | 2025-01-29T04:22:08.698Z | Downloaded futures-core v0.3.31 |
350 | 2025-01-29T04:22:08.701Z | Downloaded hyper-rustls v0.27.3 |
351 | 2025-01-29T04:22:08.701Z | Downloaded icu_normalizer_data v1.5.0 |
352 | 2025-01-29T04:22:08.704Z | Downloaded iana-time-zone v0.1.61 |
353 | 2025-01-29T04:22:08.706Z | Downloaded form_urlencoded v1.2.1 |
354 | 2025-01-29T04:22:08.706Z | Downloaded autocfg v1.4.0 |
355 | 2025-01-29T04:22:08.710Z | Downloaded tokio v1.43.0 |
356 | 2025-01-29T04:22:08.742Z | Downloaded async-trait v0.1.85 |
357 | 2025-01-29T04:22:08.746Z | Downloaded utf16_iter v1.0.5 |
358 | 2025-01-29T04:22:08.746Z | Downloaded displaydoc v0.2.5 |
359 | 2025-01-29T04:22:08.749Z | Downloaded parse-display-derive v0.10.0 |
360 | 2025-01-29T04:22:08.749Z | Downloaded ipnet v2.10.1 |
361 | 2025-01-29T04:22:08.752Z | Downloaded futures-channel v0.3.31 |
362 | 2025-01-29T04:22:08.752Z | Downloaded dirs-next v2.0.0 |
363 | 2025-01-29T04:22:08.754Z | Downloaded hyper v1.5.2 |
364 | 2025-01-29T04:22:08.758Z | Downloaded crypto-common v0.1.6 |
365 | 2025-01-29T04:22:08.762Z | Downloaded synstructure v0.13.1 |
366 | 2025-01-29T04:22:08.762Z | Downloaded icu_provider_macros v1.5.0 |
367 | 2025-01-29T04:22:08.762Z | Downloaded futures-macro v0.3.31 |
368 | 2025-01-29T04:22:08.764Z | Downloaded hostname v0.4.0 |
369 | 2025-01-29T04:22:08.794Z | Downloaded encoding_rs v0.8.34 |
370 | 2025-01-29T04:22:08.995Z | Downloaded ring v0.17.8 |
371 | 2025-01-29T04:22:09.183Z | Compiling proc-macro2 v1.0.92 |
372 | 2025-01-29T04:22:09.183Z | Compiling unicode-ident v1.0.14 |
373 | 2025-01-29T04:22:09.183Z | Compiling libc v0.2.169 |
374 | 2025-01-29T04:22:09.186Z | Checking cfg-if v1.0.0 |
375 | 2025-01-29T04:22:09.186Z | Compiling autocfg v1.4.0 |
376 | 2025-01-29T04:22:09.186Z | Compiling serde v1.0.217 |
377 | 2025-01-29T04:22:09.204Z | Compiling version_check v0.9.5 |
378 | 2025-01-29T04:22:09.207Z | Checking memchr v2.7.4 |
379 | 2025-01-29T04:22:09.280Z | Compiling serde_json v1.0.135 |
380 | 2025-01-29T04:22:09.387Z | Checking itoa v1.0.11 |
381 | 2025-01-29T04:22:09.690Z | Compiling thiserror v1.0.69 |
382 | 2025-01-29T04:22:09.801Z | Checking once_cell v1.20.2 |
383 | 2025-01-29T04:22:09.812Z | Compiling shlex v1.3.0 |
384 | 2025-01-29T04:22:10.048Z | Compiling cc v1.1.30 |
385 | 2025-01-29T04:22:10.094Z | Checking pin-project-lite v0.2.14 |
386 | 2025-01-29T04:22:10.143Z | Compiling num-traits v0.2.19 |
387 | 2025-01-29T04:22:10.475Z | Checking ryu v1.0.18 |
388 | 2025-01-29T04:22:10.536Z | Checking smallvec v1.13.2 |
389 | 2025-01-29T04:22:10.550Z | Checking getrandom v0.2.15 |
390 | 2025-01-29T04:22:10.564Z | Checking bytes v1.9.0 |
391 | 2025-01-29T04:22:10.701Z | Checking futures-core v0.3.31 |
392 | 2025-01-29T04:22:10.807Z | Compiling lock_api v0.4.12 |
393 | 2025-01-29T04:22:10.887Z | Compiling parking_lot_core v0.9.10 |
394 | 2025-01-29T04:22:10.929Z | Compiling quote v1.0.38 |
395 | 2025-01-29T04:22:11.082Z | Checking scopeguard v1.2.0 |
396 | 2025-01-29T04:22:11.234Z | Compiling byteorder v1.5.0 |
397 | 2025-01-29T04:22:11.256Z | Compiling schemars v0.8.21 |
398 | 2025-01-29T04:22:11.317Z | Compiling syn v2.0.96 |
399 | 2025-01-29T04:22:11.575Z | Compiling slab v0.4.9 |
400 | 2025-01-29T04:22:11.644Z | Compiling ahash v0.8.11 |
401 | 2025-01-29T04:22:11.755Z | Checking log v0.4.22 |
402 | 2025-01-29T04:22:11.801Z | Checking futures-sink v0.3.31 |
403 | 2025-01-29T04:22:11.825Z | Checking parking_lot v0.12.3 |
404 | 2025-01-29T04:22:11.949Z | Checking socket2 v0.5.7 |
405 | 2025-01-29T04:22:11.998Z | Checking signal-hook-registry v1.4.2 |
406 | 2025-01-29T04:22:12.075Z | Checking mio v1.0.2 |
407 | 2025-01-29T04:22:12.092Z | Checking stable_deref_trait v1.2.0 |
408 | 2025-01-29T04:22:12.153Z | Checking hashbrown v0.15.1 |
409 | 2025-01-29T04:22:12.191Z | Checking fnv v1.0.7 |
410 | 2025-01-29T04:22:12.248Z | Checking equivalent v1.0.1 |
411 | 2025-01-29T04:22:12.314Z | Checking http v1.2.0 |
412 | 2025-01-29T04:22:12.358Z | Checking futures-channel v0.3.31 |
413 | 2025-01-29T04:22:12.373Z | Checking pin-utils v0.1.0 |
414 | 2025-01-29T04:22:12.405Z | Checking futures-io v0.3.31 |
415 | 2025-01-29T04:22:12.454Z | Compiling semver v1.0.24 |
416 | 2025-01-29T04:22:12.578Z | Checking futures-task v0.3.31 |
417 | 2025-01-29T04:22:12.633Z | Compiling vcpkg v0.2.15 |
418 | 2025-01-29T04:22:12.698Z | Compiling pkg-config v0.3.31 |
419 | 2025-01-29T04:22:12.800Z | Checking rustls-pki-types v1.10.0 |
420 | 2025-01-29T04:22:12.846Z | Compiling ring v0.17.8 |
421 | 2025-01-29T04:22:12.994Z | Checking spin v0.9.8 |
422 | 2025-01-29T04:22:13.210Z | Compiling httparse v1.9.5 |
423 | 2025-01-29T04:22:13.352Z | Checking writeable v0.5.5 |
424 | 2025-01-29T04:22:13.551Z | Checking untrusted v0.9.0 |
425 | 2025-01-29T04:22:13.655Z | Checking iana-time-zone v0.1.61 |
426 | 2025-01-29T04:22:13.703Z | Compiling heck v0.5.0 |
427 | 2025-01-29T04:22:13.778Z | Checking litemap v0.7.3 |
428 | 2025-01-29T04:22:13.807Z | Checking tracing-core v0.1.32 |
429 | 2025-01-29T04:22:13.992Z | Compiling ucd-trie v0.1.7 |
430 | 2025-01-29T04:22:14.041Z | Compiling openssl-sys v0.9.103 |
431 | 2025-01-29T04:22:14.084Z | Checking atomic-waker v1.1.2 |
432 | 2025-01-29T04:22:14.098Z | Checking dyn-clone v1.0.17 |
433 | 2025-01-29T04:22:14.227Z | Checking http-body v1.0.1 |
434 | 2025-01-29T04:22:14.402Z | Checking tracing v0.1.40 |
435 | 2025-01-29T04:22:14.455Z | Checking icu_locid_transform_data v1.5.0 |
436 | 2025-01-29T04:22:14.472Z | Checking zeroize v1.8.1 |
437 | 2025-01-29T04:22:14.546Z | Compiling allocator-api2 v0.2.18 |
438 | 2025-01-29T04:22:14.688Z | Checking subtle v2.6.1 |
439 | 2025-01-29T04:22:14.707Z | Checking try-lock v0.2.5 |
440 | 2025-01-29T04:22:14.842Z | Checking want v0.3.1 |
441 | 2025-01-29T04:22:14.899Z | Checking httpdate v1.0.3 |
442 | 2025-01-29T04:22:15.009Z | Compiling openssl v0.10.66 |
443 | 2025-01-29T04:22:15.241Z | Checking foreign-types-shared v0.1.1 |
444 | 2025-01-29T04:22:15.263Z | Compiling uuid v1.12.0 |
445 | 2025-01-29T04:22:15.279Z | Checking icu_properties_data v1.5.0 |
446 | 2025-01-29T04:22:15.350Z | Checking foreign-types v0.3.2 |
447 | 2025-01-29T04:22:15.464Z | Checking icu_normalizer_data v1.5.0 |
448 | 2025-01-29T04:22:15.490Z | Checking utf16_iter v1.0.5 |
449 | 2025-01-29T04:22:15.548Z | Checking bitflags v2.6.0 |
450 | 2025-01-29T04:22:15.662Z | Compiling native-tls v0.2.12 |
451 | 2025-01-29T04:22:15.799Z | Compiling chrono v0.4.39 |
452 | 2025-01-29T04:22:15.814Z | Checking percent-encoding v2.3.1 |
453 | 2025-01-29T04:22:15.892Z | Checking tower-service v0.3.3 |
454 | 2025-01-29T04:22:16.007Z | Checking utf8_iter v1.0.4 |
455 | 2025-01-29T04:22:16.020Z | Compiling rustls v0.23.19 |
456 | 2025-01-29T04:22:16.033Z | Compiling slog v2.7.0 |
457 | 2025-01-29T04:22:16.060Z | Checking write16 v1.0.0 |
458 | 2025-01-29T04:22:16.198Z | Checking form_urlencoded v1.2.1 |
459 | 2025-01-29T04:22:16.331Z | Compiling aho-corasick v1.1.3 |
460 | 2025-01-29T04:22:16.403Z | Compiling regex-syntax v0.8.5 |
461 | 2025-01-29T04:22:16.548Z | Checking openssl-probe v0.1.5 |
462 | 2025-01-29T04:22:16.596Z | Compiling typenum v1.17.0 |
463 | 2025-01-29T04:22:17.532Z | Compiling generic-array v0.14.7 |
464 | 2025-01-29T04:22:17.607Z | Checking encoding_rs v0.8.34 |
465 | 2025-01-29T04:22:18.005Z | Checking mime v0.3.17 |
466 | 2025-01-29T04:22:18.273Z | Compiling synstructure v0.13.1 |
467 | 2025-01-29T04:22:18.618Z | Compiling serde_derive_internals v0.29.1 |
468 | 2025-01-29T04:22:18.858Z | Checking rustls-webpki v0.102.8 |
469 | 2025-01-29T04:22:19.939Z | Compiling regex-automata v0.4.8 |
470 | 2025-01-29T04:22:20.150Z | Checking webpki-roots v0.26.6 |
471 | 2025-01-29T04:22:20.340Z | Checking rustls-pemfile v2.2.0 |
472 | 2025-01-29T04:22:20.643Z | Compiling usdt-impl v0.5.0 |
473 | 2025-01-29T04:22:20.879Z | Compiling num-conv v0.1.0 |
474 | 2025-01-29T04:22:21.017Z | Checking powerfmt v0.2.0 |
475 | 2025-01-29T04:22:21.236Z | Checking base64 v0.22.1 |
476 | 2025-01-29T04:22:21.286Z | Compiling time-core v0.1.2 |
477 | 2025-01-29T04:22:21.468Z | Compiling time-macros v0.2.18 |
478 | 2025-01-29T04:22:21.714Z | Checking deranged v0.3.11 |
479 | 2025-01-29T04:22:21.821Z | Compiling thread-id v4.2.2 |
480 | 2025-01-29T04:22:22.161Z | Checking sync_wrapper v1.0.1 |
481 | 2025-01-29T04:22:22.308Z | Compiling strsim v0.11.1 |
482 | 2025-01-29T04:22:22.755Z | Compiling serde_derive v1.0.217 |
483 | 2025-01-29T04:22:22.948Z | Compiling zerocopy-derive v0.7.35 |
484 | 2025-01-29T04:22:23.018Z | Compiling thiserror-impl v1.0.69 |
485 | 2025-01-29T04:22:23.069Z | Compiling zerofrom-derive v0.1.4 |
486 | 2025-01-29T04:22:24.145Z | Compiling schemars_derive v0.8.21 |
487 | 2025-01-29T04:22:24.217Z | Compiling yoke-derive v0.7.4 |
488 | 2025-01-29T04:22:24.409Z | Compiling tokio-macros v2.5.0 |
489 | 2025-01-29T04:22:24.816Z | Compiling zerocopy v0.7.35 |
490 | 2025-01-29T04:22:25.880Z | Checking tokio v1.43.0 |
491 | 2025-01-29T04:22:26.103Z | Compiling zerovec-derive v0.10.3 |
492 | 2025-01-29T04:22:26.173Z | Checking zerofrom v0.1.4 |
493 | 2025-01-29T04:22:26.380Z | Compiling displaydoc v0.2.5 |
494 | 2025-01-29T04:22:26.670Z | Checking yoke v0.7.4 |
495 | 2025-01-29T04:22:26.746Z | Compiling futures-macro v0.3.31 |
496 | 2025-01-29T04:22:26.957Z | Compiling icu_provider_macros v1.5.0 |
497 | 2025-01-29T04:22:26.990Z | Compiling pest v2.7.14 |
498 | 2025-01-29T04:22:27.512Z | Compiling hashbrown v0.14.5 |
499 | 2025-01-29T04:22:27.856Z | Compiling openssl-macros v0.1.1 |
500 | 2025-01-29T04:22:28.373Z | Checking zerovec v0.10.4 |
501 | 2025-01-29T04:22:28.523Z | Checking futures-util v0.3.31 |
502 | 2025-01-29T04:22:28.610Z | Compiling regress v0.10.1 |
503 | 2025-01-29T04:22:29.461Z | Compiling regex v1.11.1 |
504 | 2025-01-29T04:22:29.855Z | Checking tinystr v0.7.6 |
505 | 2025-01-29T04:22:30.186Z | Checking icu_locid v1.5.0 |
506 | 2025-01-29T04:22:30.326Z | Checking icu_collections v1.5.0 |
507 | 2025-01-29T04:22:30.955Z | Compiling pest_meta v2.7.14 |
508 | 2025-01-29T04:22:31.097Z | Checking icu_provider v1.5.0 |
509 | 2025-01-29T04:22:31.720Z | Checking icu_locid_transform v1.5.0 |
510 | 2025-01-29T04:22:32.450Z | Checking tokio-util v0.7.12 |
511 | 2025-01-29T04:22:32.710Z | Checking icu_properties v1.5.1 |
512 | 2025-01-29T04:22:33.048Z | Compiling pest_generator v2.7.14 |
513 | 2025-01-29T04:22:33.082Z | Checking http-body-util v0.1.2 |
514 | 2025-01-29T04:22:33.252Z | Checking tokio-rustls v0.26.0 |
515 | 2025-01-29T04:22:33.506Z | Compiling scroll_derive v0.12.0 |
516 | 2025-01-29T04:22:33.847Z | Checking tokio-native-tls v0.3.1 |
517 | 2025-01-29T04:22:34.709Z | Checking indexmap v2.7.1 |
518 | 2025-01-29T04:22:35.106Z | Compiling serde_tokenstream v0.2.2 |
519 | 2025-01-29T04:22:35.848Z | Checking h2 v0.4.6 |
520 | 2025-01-29T04:22:35.860Z | Checking icu_normalizer v1.5.0 |
521 | 2025-01-29T04:22:36.201Z | Compiling pest_derive v2.7.14 |
522 | 2025-01-29T04:22:37.034Z | Checking idna_adapter v1.2.0 |
523 | 2025-01-29T04:22:37.137Z | Checking serde_urlencoded v0.7.1 |
524 | 2025-01-29T04:22:37.216Z | Checking idna v1.0.3 |
525 | 2025-01-29T04:22:37.305Z | Compiling dtrace-parser v0.2.0 |
526 | 2025-01-29T04:22:37.502Z | Compiling dof v0.3.0 |
527 | 2025-01-29T04:22:37.536Z | Checking scroll v0.12.0 |
528 | 2025-01-29T04:22:37.690Z | Checking url v2.5.3 |
529 | 2025-01-29T04:22:38.161Z | Compiling ident_case v1.0.1 |
530 | 2025-01-29T04:22:38.201Z | Checking plain v0.2.3 |
531 | 2025-01-29T04:22:38.334Z | Compiling crossbeam-utils v0.8.20 |
532 | 2025-01-29T04:22:38.357Z | Compiling syn v1.0.109 |
533 | 2025-01-29T04:22:38.476Z | Compiling typify-impl v0.2.0 |
534 | 2025-01-29T04:22:38.636Z | Checking ipnet v2.10.1 |
535 | 2025-01-29T04:22:38.842Z | Checking num_threads v0.1.7 |
536 | 2025-01-29T04:22:38.952Z | Checking time v0.3.36 |
537 | 2025-01-29T04:22:38.966Z | Checking goblin v0.8.2 |
538 | 2025-01-29T04:22:39.077Z | Compiling darling_core v0.20.10 |
539 | 2025-01-29T04:22:39.952Z | Checking hyper v1.5.2 |
540 | 2025-01-29T04:22:40.884Z | Compiling openapiv3 v2.0.0 |
541 | 2025-01-29T04:22:41.974Z | Checking dirs-sys-next v0.1.2 |
542 | 2025-01-29T04:22:41.977Z | Checking hyper-util v0.1.10 |
543 | 2025-01-29T04:22:42.155Z | Compiling rustversion v1.0.17 |
544 | 2025-01-29T04:22:42.542Z | Compiling unsafe-libyaml v0.2.11 |
545 | 2025-01-29T04:22:42.801Z | Checking pretty-hex v0.4.1 |
546 | 2025-01-29T04:22:42.992Z | Compiling paste v1.0.15 |
547 | 2025-01-29T04:22:43.484Z | Compiling omicron-workspace-hack v0.1.0 |
548 | 2025-01-29T04:22:43.542Z | Checking hyper-tls v0.6.0 |
549 | 2025-01-29T04:22:43.795Z | Checking hyper-rustls v0.27.3 |
550 | 2025-01-29T04:22:43.817Z | Compiling newtype-uuid v1.2.1 |
551 | 2025-01-29T04:22:43.865Z | Compiling rustls v0.22.4 |
552 | 2025-01-29T04:22:44.113Z | Checking reqwest v0.12.9 |
553 | 2025-01-29T04:22:44.214Z | Compiling serde_yaml v0.9.34+deprecated |
554 | 2025-01-29T04:22:44.288Z | Compiling darling_macro v0.20.10 |
555 | 2025-01-29T04:22:44.495Z | Checking dirs-next v2.0.0 |
556 | 2025-01-29T04:22:44.939Z | Checking ipnetwork v0.20.0 |
557 | 2025-01-29T04:22:45.105Z | Checking serde_spanned v0.6.8 |
558 | 2025-01-29T04:22:45.214Z | Checking toml_datetime v0.6.8 |
559 | 2025-01-29T04:22:45.294Z | Checking ppv-lite86 v0.2.20 |
560 | 2025-01-29T04:22:45.296Z | Checking block-buffer v0.10.4 |
561 | 2025-01-29T04:22:45.444Z | Checking crypto-common v0.1.6 |
562 | 2025-01-29T04:22:45.458Z | Compiling structmeta-derive v0.3.0 |
563 | 2025-01-29T04:22:45.488Z | Checking rand_core v0.6.4 |
564 | 2025-01-29T04:22:45.608Z | Checking thread_local v1.1.8 |
565 | 2025-01-29T04:22:45.622Z | Compiling multer v3.1.0 |
566 | 2025-01-29T04:22:45.784Z | Compiling camino v1.1.9 |
567 | 2025-01-29T04:22:45.870Z | Checking either v1.13.0 |
568 | 2025-01-29T04:22:45.962Z | Checking winnow v0.6.20 |
569 | 2025-01-29T04:22:45.998Z | Compiling slog-async v2.8.0 |
570 | 2025-01-29T04:22:46.228Z | Compiling anyhow v1.0.95 |
571 | 2025-01-29T04:22:46.358Z | Checking match_cfg v0.1.0 |
572 | 2025-01-29T04:22:46.445Z | Compiling thiserror v2.0.11 |
573 | 2025-01-29T04:22:46.547Z | Checking hostname v0.3.1 |
574 | 2025-01-29T04:22:46.745Z | Checking itertools v0.10.5 |
575 | 2025-01-29T04:22:47.172Z | Checking rand_chacha v0.3.1 |
576 | 2025-01-29T04:22:47.418Z | Checking digest v0.10.7 |
577 | 2025-01-29T04:22:47.533Z | Checking progenitor-client v0.8.0 |
578 | 2025-01-29T04:22:47.731Z | Checking crossbeam-channel v0.5.13 |
579 | 2025-01-29T04:22:47.846Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
580 | 2025-01-29T04:22:47.849Z | Compiling structmeta v0.3.0 |
581 | 2025-01-29T04:22:47.927Z | Compiling darling v0.20.10 |
582 | 2025-01-29T04:22:48.038Z | Checking term v0.7.0 |
583 | 2025-01-29T04:22:48.657Z | Checking toml_edit v0.22.22 |
584 | 2025-01-29T04:22:48.682Z | Compiling usdt-attr-macro v0.5.0 |
585 | 2025-01-29T04:22:48.740Z | Compiling usdt-macro v0.5.0 |
586 | 2025-01-29T04:22:49.242Z | Checking slog-json v2.6.1 |
587 | 2025-01-29T04:22:49.353Z | Checking futures-executor v0.3.31 |
588 | 2025-01-29T04:22:49.503Z | Compiling async-stream-impl v0.3.6 |
589 | 2025-01-29T04:22:49.551Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
590 | 2025-01-29T04:22:49.581Z | Compiling thiserror-impl v2.0.11 |
591 | 2025-01-29T04:22:49.958Z | Checking memmap v0.7.0 |
592 | 2025-01-29T04:22:50.073Z | Checking is-terminal v0.4.13 |
593 | 2025-01-29T04:22:50.075Z | Compiling typify-macro v0.2.0 |
594 | 2025-01-29T04:22:50.169Z | Compiling dropshot v0.15.1 |
595 | 2025-01-29T04:22:50.198Z | Checking take_mut v0.2.2 |
596 | 2025-01-29T04:22:50.344Z | Checking cpufeatures v0.2.14 |
597 | 2025-01-29T04:22:50.433Z | Checking sha1 v0.10.6 |
598 | 2025-01-29T04:22:50.720Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
599 | 2025-01-29T04:22:50.720Z | Checking slog-term v2.9.1 |
600 | 2025-01-29T04:22:50.727Z | Checking async-stream v0.3.6 |
601 | 2025-01-29T04:22:50.863Z | Checking usdt v0.5.0 |
602 | 2025-01-29T04:22:50.908Z | Checking futures v0.3.31 |
603 | 2025-01-29T04:22:51.003Z | Checking slog-bunyan v2.5.0 |
604 | 2025-01-29T04:22:51.066Z | Checking toml v0.8.19 |
605 | 2025-01-29T04:22:51.113Z | Compiling strum_macros v0.26.4 |
606 | 2025-01-29T04:22:51.149Z | Compiling parse-display-derive v0.10.0 |
607 | 2025-01-29T04:22:51.183Z | Compiling serde_with_macros v3.11.0 |
608 | 2025-01-29T04:22:51.205Z | Checking rand v0.8.5 |
609 | 2025-01-29T04:22:51.747Z | Checking tokio-rustls v0.25.0 |
610 | 2025-01-29T04:22:52.460Z | Compiling dropshot_endpoint v0.15.1 |
611 | 2025-01-29T04:22:52.473Z | Checking serde_path_to_error v0.1.16 |
612 | 2025-01-29T04:22:52.613Z | Checking hex v0.4.3 |
613 | 2025-01-29T04:22:52.629Z | Compiling async-trait v0.1.85 |
614 | 2025-01-29T04:22:53.073Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
615 | 2025-01-29T04:22:53.088Z | Checking waitgroup v0.1.2 |
616 | 2025-01-29T04:22:53.254Z | Checking hostname v0.4.0 |
617 | 2025-01-29T04:22:53.374Z | Checking instant v0.1.13 |
618 | 2025-01-29T04:22:53.395Z | Compiling typify v0.2.0 |
619 | 2025-01-29T04:22:53.505Z | Compiling progenitor-impl v0.8.0 |
620 | 2025-01-29T04:22:53.576Z | Checking debug-ignore v1.0.5 |
621 | 2025-01-29T04:22:53.724Z | Checking serde_with v3.11.0 |
622 | 2025-01-29T04:22:53.840Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
623 | 2025-01-29T04:22:53.993Z | Checking backoff v0.4.0 |
624 | 2025-01-29T04:22:54.237Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
625 | 2025-01-29T04:22:54.395Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
626 | 2025-01-29T04:22:54.646Z | Checking parse-display v0.10.0 |
627 | 2025-01-29T04:22:54.808Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
628 | 2025-01-29T04:22:54.875Z | Checking progenitor-client v0.9.1 |
629 | 2025-01-29T04:22:55.404Z | Checking macaddr v1.0.1 |
630 | 2025-01-29T04:22:55.425Z | Checking strum v0.26.3 |
631 | 2025-01-29T04:22:55.425Z | Checking regress v0.9.1 |
632 | 2025-01-29T04:22:56.720Z | Compiling progenitor-macro v0.8.0 |
633 | 2025-01-29T04:23:00.149Z | Checking progenitor v0.8.0 |
634 | 2025-01-29T04:23:00.254Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
635 | 2025-01-29T04:23:02.979Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
636 | 2025-01-29T04:23:09.801Z | Checking test-project v0.1.0 (/tmp/test-project) |
637 | 2025-01-29T04:23:09.862Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s |
638 | 2025-01-29T04:23:09.998Z | + cargo build --release |
639 | 2025-01-29T04:23:10.251Z | Compiling proc-macro2 v1.0.92 |
640 | 2025-01-29T04:23:10.251Z | Compiling unicode-ident v1.0.14 |
641 | 2025-01-29T04:23:10.251Z | Compiling libc v0.2.169 |
642 | 2025-01-29T04:23:10.259Z | Compiling cfg-if v1.0.0 |
643 | 2025-01-29T04:23:10.259Z | Compiling autocfg v1.4.0 |
644 | 2025-01-29T04:23:10.259Z | Compiling serde v1.0.217 |
645 | 2025-01-29T04:23:10.259Z | Compiling version_check v0.9.5 |
646 | 2025-01-29T04:23:10.302Z | Compiling memchr v2.7.4 |
647 | 2025-01-29T04:23:10.420Z | Compiling serde_json v1.0.135 |
648 | 2025-01-29T04:23:10.484Z | Compiling itoa v1.0.11 |
649 | 2025-01-29T04:23:10.745Z | Compiling thiserror v1.0.69 |
650 | 2025-01-29T04:23:10.840Z | Compiling once_cell v1.20.2 |
651 | 2025-01-29T04:23:10.851Z | Compiling shlex v1.3.0 |
652 | 2025-01-29T04:23:11.146Z | Compiling cc v1.1.30 |
653 | 2025-01-29T04:23:11.259Z | Compiling num-traits v0.2.19 |
654 | 2025-01-29T04:23:11.265Z | Compiling pin-project-lite v0.2.14 |
655 | 2025-01-29T04:23:11.535Z | Compiling smallvec v1.13.2 |
656 | 2025-01-29T04:23:11.645Z | Compiling getrandom v0.2.15 |
657 | 2025-01-29T04:23:11.711Z | Compiling ryu v1.0.18 |
658 | 2025-01-29T04:23:11.982Z | Compiling quote v1.0.38 |
659 | 2025-01-29T04:23:12.061Z | Compiling bytes v1.9.0 |
660 | 2025-01-29T04:23:12.061Z | Compiling futures-core v0.3.31 |
661 | 2025-01-29T04:23:12.062Z | Compiling lock_api v0.4.12 |
662 | 2025-01-29T04:23:12.244Z | Compiling schemars v0.8.21 |
663 | 2025-01-29T04:23:12.290Z | Compiling syn v2.0.96 |
664 | 2025-01-29T04:23:12.463Z | Compiling parking_lot_core v0.9.10 |
665 | 2025-01-29T04:23:12.601Z | Compiling ahash v0.8.11 |
666 | 2025-01-29T04:23:12.708Z | Compiling scopeguard v1.2.0 |
667 | 2025-01-29T04:23:12.708Z | Compiling byteorder v1.5.0 |
668 | 2025-01-29T04:23:12.923Z | Compiling slab v0.4.9 |
669 | 2025-01-29T04:23:13.042Z | Compiling futures-sink v0.3.31 |
670 | 2025-01-29T04:23:13.078Z | Compiling log v0.4.22 |
671 | 2025-01-29T04:23:13.336Z | Compiling parking_lot v0.12.3 |
672 | 2025-01-29T04:23:13.392Z | Compiling socket2 v0.5.7 |
673 | 2025-01-29T04:23:13.470Z | Compiling signal-hook-registry v1.4.2 |
674 | 2025-01-29T04:23:13.647Z | Compiling mio v1.0.2 |
675 | 2025-01-29T04:23:13.695Z | Compiling stable_deref_trait v1.2.0 |
676 | 2025-01-29T04:23:13.733Z | Compiling ring v0.17.8 |
677 | 2025-01-29T04:23:13.775Z | Compiling fnv v1.0.7 |
678 | 2025-01-29T04:23:13.910Z | Compiling equivalent v1.0.1 |
679 | 2025-01-29T04:23:14.041Z | Compiling hashbrown v0.15.1 |
680 | 2025-01-29T04:23:14.071Z | Compiling semver v1.0.24 |
681 | 2025-01-29T04:23:14.565Z | Compiling http v1.2.0 |
682 | 2025-01-29T04:23:14.931Z | Compiling futures-channel v0.3.31 |
683 | 2025-01-29T04:23:14.947Z | Compiling futures-task v0.3.31 |
684 | 2025-01-29T04:23:15.169Z | Compiling futures-io v0.3.31 |
685 | 2025-01-29T04:23:15.218Z | Compiling pin-utils v0.1.0 |
686 | 2025-01-29T04:23:15.413Z | Compiling spin v0.9.8 |
687 | 2025-01-29T04:23:15.452Z | Compiling rustls-pki-types v1.10.0 |
688 | 2025-01-29T04:23:15.453Z | Compiling pkg-config v0.3.31 |
689 | 2025-01-29T04:23:15.483Z | Compiling vcpkg v0.2.15 |
690 | 2025-01-29T04:23:15.611Z | Compiling writeable v0.5.5 |
691 | 2025-01-29T04:23:16.473Z | Compiling httparse v1.9.5 |
692 | 2025-01-29T04:23:16.700Z | Compiling untrusted v0.9.0 |
693 | 2025-01-29T04:23:16.878Z | Compiling litemap v0.7.3 |
694 | 2025-01-29T04:23:16.881Z | Compiling openssl-sys v0.9.103 |
695 | 2025-01-29T04:23:17.113Z | Compiling iana-time-zone v0.1.61 |
696 | 2025-01-29T04:23:17.124Z | Compiling heck v0.5.0 |
697 | 2025-01-29T04:23:17.500Z | Compiling tracing-core v0.1.32 |
698 | 2025-01-29T04:23:17.656Z | Compiling ucd-trie v0.1.7 |
699 | 2025-01-29T04:23:17.776Z | Compiling dyn-clone v1.0.17 |
700 | 2025-01-29T04:23:17.858Z | Compiling atomic-waker v1.1.2 |
701 | 2025-01-29T04:23:18.036Z | Compiling http-body v1.0.1 |
702 | 2025-01-29T04:23:18.261Z | Compiling tracing v0.1.40 |
703 | 2025-01-29T04:23:18.423Z | Compiling try-lock v0.2.5 |
704 | 2025-01-29T04:23:18.574Z | Compiling zeroize v1.8.1 |
705 | 2025-01-29T04:23:18.901Z | Compiling allocator-api2 v0.2.18 |
706 | 2025-01-29T04:23:18.924Z | Compiling icu_locid_transform_data v1.5.0 |
707 | 2025-01-29T04:23:19.010Z | Compiling subtle v2.6.1 |
708 | 2025-01-29T04:23:19.024Z | Compiling want v0.3.1 |
709 | 2025-01-29T04:23:19.277Z | Compiling httpdate v1.0.3 |
710 | 2025-01-29T04:23:19.284Z | Compiling synstructure v0.13.1 |
711 | 2025-01-29T04:23:19.421Z | Compiling serde_derive_internals v0.29.1 |
712 | 2025-01-29T04:23:19.593Z | Compiling chrono v0.4.39 |
713 | 2025-01-29T04:23:19.667Z | Compiling uuid v1.12.0 |
714 | 2025-01-29T04:23:19.999Z | Compiling foreign-types-shared v0.1.1 |
715 | 2025-01-29T04:23:20.112Z | Compiling openssl v0.10.66 |
716 | 2025-01-29T04:23:20.383Z | Compiling icu_properties_data v1.5.0 |
717 | 2025-01-29T04:23:20.556Z | Compiling foreign-types v0.3.2 |
718 | 2025-01-29T04:23:20.695Z | Compiling percent-encoding v2.3.1 |
719 | 2025-01-29T04:23:21.156Z | Compiling utf16_iter v1.0.5 |
720 | 2025-01-29T04:23:21.382Z | Compiling tower-service v0.3.3 |
721 | 2025-01-29T04:23:21.389Z | Compiling write16 v1.0.0 |
722 | 2025-01-29T04:23:21.500Z | Compiling native-tls v0.2.12 |
723 | 2025-01-29T04:23:21.525Z | Compiling rustls v0.23.19 |
724 | 2025-01-29T04:23:21.677Z | Compiling utf8_iter v1.0.4 |
725 | 2025-01-29T04:23:21.870Z | Compiling bitflags v2.6.0 |
726 | 2025-01-29T04:23:21.873Z | Compiling icu_normalizer_data v1.5.0 |
727 | 2025-01-29T04:23:21.885Z | Compiling slog v2.7.0 |
728 | 2025-01-29T04:23:21.974Z | Compiling form_urlencoded v1.2.1 |
729 | 2025-01-29T04:23:22.461Z | Compiling aho-corasick v1.1.3 |
730 | 2025-01-29T04:23:22.530Z | Compiling regex-syntax v0.8.5 |
731 | 2025-01-29T04:23:22.530Z | Compiling typenum v1.17.0 |
732 | 2025-01-29T04:23:23.393Z | Compiling openssl-probe v0.1.5 |
733 | 2025-01-29T04:23:23.734Z | Compiling serde_derive v1.0.217 |
734 | 2025-01-29T04:23:23.900Z | Compiling zerocopy-derive v0.7.35 |
735 | 2025-01-29T04:23:24.370Z | Compiling thiserror-impl v1.0.69 |
736 | 2025-01-29T04:23:24.681Z | Compiling schemars_derive v0.8.21 |
737 | 2025-01-29T04:23:24.845Z | Compiling zerofrom-derive v0.1.4 |
738 | 2025-01-29T04:23:25.909Z | Compiling zerocopy v0.7.35 |
739 | 2025-01-29T04:23:27.009Z | Compiling yoke-derive v0.7.4 |
740 | 2025-01-29T04:23:27.143Z | Compiling tokio-macros v2.5.0 |
741 | 2025-01-29T04:23:27.325Z | Compiling zerovec-derive v0.10.3 |
742 | 2025-01-29T04:23:27.544Z | Compiling displaydoc v0.2.5 |
743 | 2025-01-29T04:23:27.798Z | Compiling zerofrom v0.1.4 |
744 | 2025-01-29T04:23:27.904Z | Compiling futures-macro v0.3.31 |
745 | 2025-01-29T04:23:28.569Z | Compiling tokio v1.43.0 |
746 | 2025-01-29T04:23:28.961Z | Compiling icu_provider_macros v1.5.0 |
747 | 2025-01-29T04:23:29.437Z | Compiling yoke v0.7.4 |
748 | 2025-01-29T04:23:29.705Z | Compiling futures-util v0.3.31 |
749 | 2025-01-29T04:23:29.786Z | Compiling zerovec v0.10.4 |
750 | 2025-01-29T04:23:30.020Z | Compiling pest v2.7.14 |
751 | 2025-01-29T04:23:30.206Z | Compiling rustls-webpki v0.102.8 |
752 | 2025-01-29T04:23:32.982Z | Compiling tinystr v0.7.6 |
753 | 2025-01-29T04:23:33.329Z | Compiling icu_locid v1.5.0 |
754 | 2025-01-29T04:23:34.809Z | Compiling icu_provider v1.5.0 |
755 | 2025-01-29T04:23:35.791Z | Compiling icu_locid_transform v1.5.0 |
756 | 2025-01-29T04:23:35.808Z | Compiling pest_meta v2.7.14 |
757 | 2025-01-29T04:23:36.912Z | Compiling indexmap v2.7.1 |
758 | 2025-01-29T04:23:38.513Z | Compiling serde_tokenstream v0.2.2 |
759 | 2025-01-29T04:23:40.384Z | Compiling tokio-util v0.7.12 |
760 | 2025-01-29T04:23:40.694Z | Compiling icu_collections v1.5.0 |
761 | 2025-01-29T04:23:40.973Z | Compiling hashbrown v0.14.5 |
762 | 2025-01-29T04:23:41.456Z | Compiling h2 v0.4.6 |
763 | 2025-01-29T04:23:42.526Z | Compiling regress v0.10.1 |
764 | 2025-01-29T04:23:42.691Z | Compiling icu_properties v1.5.1 |
765 | 2025-01-29T04:23:46.392Z | Compiling pest_generator v2.7.14 |
766 | 2025-01-29T04:23:47.040Z | Compiling hyper v1.5.2 |
767 | 2025-01-29T04:23:47.801Z | Compiling openssl-macros v0.1.1 |
768 | 2025-01-29T04:23:48.016Z | Compiling pest_derive v2.7.14 |
769 | 2025-01-29T04:23:48.826Z | Compiling icu_normalizer v1.5.0 |
770 | 2025-01-29T04:23:48.901Z | Compiling typify-impl v0.2.0 |
771 | 2025-01-29T04:23:54.169Z | Compiling hyper-util v0.1.10 |
772 | 2025-01-29T04:23:58.559Z | Compiling idna_adapter v1.2.0 |
773 | 2025-01-29T04:23:58.768Z | Compiling http-body-util v0.1.2 |
774 | 2025-01-29T04:23:58.809Z | Compiling regex-automata v0.4.8 |
775 | 2025-01-29T04:23:59.257Z | Compiling generic-array v0.14.7 |
776 | 2025-01-29T04:23:59.279Z | Compiling typify-macro v0.2.0 |
777 | 2025-01-29T04:23:59.295Z | Compiling encoding_rs v0.8.34 |
778 | 2025-01-29T04:23:59.590Z | Compiling mime v0.3.17 |
779 | 2025-01-29T04:24:01.459Z | Compiling tokio-rustls v0.26.0 |
780 | 2025-01-29T04:24:02.034Z | Compiling idna v1.0.3 |
781 | 2025-01-29T04:24:02.363Z | Compiling tokio-native-tls v0.3.1 |
782 | 2025-01-29T04:24:02.647Z | Compiling serde_urlencoded v0.7.1 |
783 | 2025-01-29T04:24:02.754Z | Compiling scroll_derive v0.12.0 |
784 | 2025-01-29T04:24:03.200Z | Compiling regex v1.11.1 |
785 | 2025-01-29T04:24:04.086Z | Compiling webpki-roots v0.26.6 |
786 | 2025-01-29T04:24:04.215Z | Compiling rustls-pemfile v2.2.0 |
787 | 2025-01-29T04:24:04.355Z | Compiling usdt-impl v0.5.0 |
788 | 2025-01-29T04:24:04.652Z | Compiling base64 v0.22.1 |
789 | 2025-01-29T04:24:04.744Z | Compiling time-core v0.1.2 |
790 | 2025-01-29T04:24:04.906Z | Compiling powerfmt v0.2.0 |
791 | 2025-01-29T04:24:05.388Z | Compiling num-conv v0.1.0 |
792 | 2025-01-29T04:24:05.734Z | Compiling time-macros v0.2.18 |
793 | 2025-01-29T04:24:05.761Z | Compiling deranged v0.3.11 |
794 | 2025-01-29T04:24:07.647Z | Compiling hyper-rustls v0.27.3 |
795 | 2025-01-29T04:24:08.515Z | Compiling scroll v0.12.0 |
796 | 2025-01-29T04:24:08.788Z | Compiling hyper-tls v0.6.0 |
797 | 2025-01-29T04:24:09.098Z | Compiling url v2.5.3 |
798 | 2025-01-29T04:24:09.264Z | Compiling thread-id v4.2.2 |
799 | 2025-01-29T04:24:10.413Z | Compiling dtrace-parser v0.2.0 |
800 | 2025-01-29T04:24:12.030Z | Compiling dof v0.3.0 |
801 | 2025-01-29T04:24:12.825Z | Compiling sync_wrapper v1.0.1 |
802 | 2025-01-29T04:24:12.976Z | Compiling crossbeam-utils v0.8.20 |
803 | 2025-01-29T04:24:14.901Z | Compiling ident_case v1.0.1 |
804 | 2025-01-29T04:24:15.255Z | Compiling plain v0.2.3 |
805 | 2025-01-29T04:24:15.727Z | Compiling syn v1.0.109 |
806 | 2025-01-29T04:24:16.292Z | Compiling strsim v0.11.1 |
807 | 2025-01-29T04:24:16.915Z | Compiling num_threads v0.1.7 |
808 | 2025-01-29T04:24:16.946Z | Compiling omicron-workspace-hack v0.1.0 |
809 | 2025-01-29T04:24:17.032Z | Compiling ipnet v2.10.1 |
810 | 2025-01-29T04:24:17.279Z | Compiling time v0.3.36 |
811 | 2025-01-29T04:24:17.687Z | Compiling reqwest v0.12.9 |
812 | 2025-01-29T04:24:18.228Z | Compiling darling_core v0.20.10 |
813 | 2025-01-29T04:24:23.727Z | Compiling goblin v0.8.2 |
814 | 2025-01-29T04:24:28.537Z | Compiling typify v0.2.0 |
815 | 2025-01-29T04:24:28.660Z | Compiling openapiv3 v2.0.0 |
816 | 2025-01-29T04:24:30.022Z | Compiling dirs-sys-next v0.1.2 |
817 | 2025-01-29T04:24:31.568Z | Compiling paste v1.0.15 |
818 | 2025-01-29T04:24:32.063Z | Compiling unsafe-libyaml v0.2.11 |
819 | 2025-01-29T04:24:32.588Z | Compiling newtype-uuid v1.2.1 |
820 | 2025-01-29T04:24:32.920Z | Compiling pretty-hex v0.4.1 |
821 | 2025-01-29T04:24:33.170Z | Compiling rustls v0.22.4 |
822 | 2025-01-29T04:24:33.488Z | Compiling rustversion v1.0.17 |
823 | 2025-01-29T04:24:33.727Z | Compiling serde_yaml v0.9.34+deprecated |
824 | 2025-01-29T04:24:35.045Z | Compiling progenitor-impl v0.8.0 |
825 | 2025-01-29T04:24:37.136Z | Compiling dirs-next v2.0.0 |
826 | 2025-01-29T04:24:39.445Z | Compiling darling_macro v0.20.10 |
827 | 2025-01-29T04:24:40.519Z | Compiling block-buffer v0.10.4 |
828 | 2025-01-29T04:24:40.580Z | Compiling crypto-common v0.1.6 |
829 | 2025-01-29T04:24:40.769Z | Compiling ipnetwork v0.20.0 |
830 | 2025-01-29T04:24:40.812Z | Compiling toml_datetime v0.6.8 |
831 | 2025-01-29T04:24:40.970Z | Compiling serde_spanned v0.6.8 |
832 | 2025-01-29T04:24:41.210Z | Compiling ppv-lite86 v0.2.20 |
833 | 2025-01-29T04:24:41.465Z | Compiling structmeta-derive v0.3.0 |
834 | 2025-01-29T04:24:42.052Z | Compiling rand_core v0.6.4 |
835 | 2025-01-29T04:24:42.622Z | Compiling thread_local v1.1.8 |
836 | 2025-01-29T04:24:43.298Z | Compiling multer v3.1.0 |
837 | 2025-01-29T04:24:43.569Z | Compiling winnow v0.6.20 |
838 | 2025-01-29T04:24:43.647Z | Compiling match_cfg v0.1.0 |
839 | 2025-01-29T04:24:43.734Z | Compiling slog-async v2.8.0 |
840 | 2025-01-29T04:24:43.941Z | Compiling camino v1.1.9 |
841 | 2025-01-29T04:24:44.224Z | Compiling thiserror v2.0.11 |
842 | 2025-01-29T04:24:44.509Z | Compiling either v1.13.0 |
843 | 2025-01-29T04:24:44.795Z | Compiling anyhow v1.0.95 |
844 | 2025-01-29T04:24:44.928Z | Compiling itertools v0.10.5 |
845 | 2025-01-29T04:24:45.392Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
846 | 2025-01-29T04:24:45.859Z | Compiling structmeta v0.3.0 |
847 | 2025-01-29T04:24:46.043Z | Compiling hostname v0.3.1 |
848 | 2025-01-29T04:24:46.282Z | Compiling rand_chacha v0.3.1 |
849 | 2025-01-29T04:24:46.536Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
850 | 2025-01-29T04:24:47.779Z | Compiling toml_edit v0.22.22 |
851 | 2025-01-29T04:24:47.791Z | Compiling progenitor-macro v0.8.0 |
852 | 2025-01-29T04:24:47.825Z | Compiling digest v0.10.7 |
853 | 2025-01-29T04:24:48.204Z | Compiling darling v0.20.10 |
854 | 2025-01-29T04:24:48.311Z | Compiling crossbeam-channel v0.5.13 |
855 | 2025-01-29T04:24:49.877Z | Compiling term v0.7.0 |
856 | 2025-01-29T04:24:54.401Z | Compiling usdt-attr-macro v0.5.0 |
857 | 2025-01-29T04:24:55.818Z | Compiling usdt-macro v0.5.0 |
858 | 2025-01-29T04:24:57.086Z | Compiling progenitor-client v0.8.0 |
859 | 2025-01-29T04:24:57.094Z | Compiling slog-json v2.6.1 |
860 | 2025-01-29T04:24:57.579Z | Compiling futures-executor v0.3.31 |
861 | 2025-01-29T04:24:57.985Z | Compiling thiserror-impl v2.0.11 |
862 | 2025-01-29T04:24:58.664Z | Compiling async-stream-impl v0.3.6 |
863 | 2025-01-29T04:24:58.849Z | Compiling memmap v0.7.0 |
864 | 2025-01-29T04:24:59.287Z | Compiling is-terminal v0.4.13 |
865 | 2025-01-29T04:24:59.415Z | Compiling dropshot v0.15.1 |
866 | 2025-01-29T04:24:59.745Z | Compiling take_mut v0.2.2 |
867 | 2025-01-29T04:24:59.773Z | Compiling cpufeatures v0.2.14 |
868 | 2025-01-29T04:24:59.901Z | Compiling async-stream v0.3.6 |
869 | 2025-01-29T04:24:59.905Z | Compiling sha1 v0.10.6 |
870 | 2025-01-29T04:25:00.300Z | Compiling slog-term v2.9.1 |
871 | 2025-01-29T04:25:00.710Z | Compiling usdt v0.5.0 |
872 | 2025-01-29T04:25:00.992Z | Compiling progenitor v0.8.0 |
873 | 2025-01-29T04:25:01.192Z | Compiling tokio-rustls v0.25.0 |
874 | 2025-01-29T04:25:01.646Z | Compiling futures v0.3.31 |
875 | 2025-01-29T04:25:01.865Z | Compiling slog-bunyan v2.5.0 |
876 | 2025-01-29T04:25:02.152Z | Compiling strum_macros v0.26.4 |
877 | 2025-01-29T04:25:02.248Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
878 | 2025-01-29T04:25:03.227Z | Compiling toml v0.8.19 |
879 | 2025-01-29T04:25:03.291Z | Compiling serde_with_macros v3.11.0 |
880 | 2025-01-29T04:25:04.020Z | Compiling rand v0.8.5 |
881 | 2025-01-29T04:25:05.959Z | Compiling parse-display-derive v0.10.0 |
882 | 2025-01-29T04:25:08.727Z | Compiling dropshot_endpoint v0.15.1 |
883 | 2025-01-29T04:25:09.592Z | Compiling serde_path_to_error v0.1.16 |
884 | 2025-01-29T04:25:09.921Z | Compiling hex v0.4.3 |
885 | 2025-01-29T04:25:10.598Z | Compiling async-trait v0.1.85 |
886 | 2025-01-29T04:25:10.608Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
887 | 2025-01-29T04:25:10.680Z | Compiling waitgroup v0.1.2 |
888 | 2025-01-29T04:25:10.942Z | Compiling hostname v0.4.0 |
889 | 2025-01-29T04:25:11.225Z | Compiling instant v0.1.13 |
890 | 2025-01-29T04:25:11.396Z | Compiling debug-ignore v1.0.5 |
891 | 2025-01-29T04:25:11.482Z | Compiling backoff v0.4.0 |
892 | 2025-01-29T04:25:11.491Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
893 | 2025-01-29T04:25:11.549Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
894 | 2025-01-29T04:25:11.710Z | Compiling parse-display v0.10.0 |
895 | 2025-01-29T04:25:11.829Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
896 | 2025-01-29T04:25:11.838Z | Compiling strum v0.26.3 |
897 | 2025-01-29T04:25:12.030Z | Compiling serde_with v3.11.0 |
898 | 2025-01-29T04:25:12.859Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
899 | 2025-01-29T04:25:13.602Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
900 | 2025-01-29T04:25:13.757Z | Compiling progenitor-client v0.9.1 |
901 | 2025-01-29T04:25:14.422Z | Compiling regress v0.9.1 |
902 | 2025-01-29T04:25:14.718Z | Compiling macaddr v1.0.1 |
903 | 2025-01-29T04:25:23.152Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
904 | 2025-01-29T04:25:32.873Z | Compiling test-project v0.1.0 (/tmp/test-project) |
905 | 2025-01-29T04:25:42.780Z | Finished `release` profile [optimized] target(s) in 2m 32s |
906 | 2025-01-29T04:25:42.849Z | process exited: duration 220320 ms, exit code 0 |
|
907 | 2025-01-29T04:25:42.855Z | found 0 output files |