|
|
|
1 | 2025-01-22T08:39:26.409Z | job assigned to worker 01JJ6JKHVAKSPHVX3QM93T2KFJ [factory aws, i-08c21108cc4a6402c] (queued for 1 m 1 s) |
|
2 | 2025-01-22T08:39:34.359Z | starting task 0: "setup" |
3 | 2025-01-22T08:39:34.365Z | ++ uname -s |
4 | 2025-01-22T08:39:34.368Z | + kern=SunOS |
5 | 2025-01-22T08:39:34.368Z | + case "$kern" in |
6 | 2025-01-22T08:39:34.368Z | + groupadd -g 12345 build |
7 | 2025-01-22T08:39:34.370Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-22T08:39:36.378Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-22T08:39:36.477Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-22T08:39:36.480Z | + home_fs=zfs |
11 | 2025-01-22T08:39:36.480Z | + [[ zfs == autofs ]] |
12 | 2025-01-22T08:39:36.480Z | + mkdir -p /home/build |
13 | 2025-01-22T08:39:36.480Z | + chown build:build /home/build /work |
14 | 2025-01-22T08:39:38.483Z | + chmod 0700 /home/build /work |
15 | 2025-01-22T08:39:38.486Z | process exited: duration 4129 ms, exit code 0 |
|
16 | 2025-01-22T08:39:38.494Z | starting task 1: "rust-toolchain" |
17 | 2025-01-22T08:39:38.576Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-22T08:39:38.576Z | ' 1.84.0 |
19 | 2025-01-22T08:39:38.576Z | * toolchain channel = "1.84.0" |
20 | 2025-01-22T08:39:38.576Z | + printf ' * toolchain profile = "%s" |
21 | 2025-01-22T08:39:38.576Z | ' default |
22 | 2025-01-22T08:39:38.576Z | * toolchain profile = "default" |
23 | 2025-01-22T08:39:38.600Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-22T08:39:38.600Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
25 | 2025-01-22T08:39:38.618Z | info: downloading installer |
26 | 2025-01-22T08:39:40.073Z | info: profile set to 'default' |
27 | 2025-01-22T08:39:40.073Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-22T08:39:40.076Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
29 | 2025-01-22T08:39:40.240Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
30 | 2025-01-22T08:39:40.240Z | info: downloading component 'cargo' |
31 | 2025-01-22T08:39:41.259Z | info: downloading component 'clippy' |
32 | 2025-01-22T08:39:41.656Z | info: downloading component 'rust-docs' |
33 | 2025-01-22T08:39:43.055Z | info: downloading component 'rust-std' |
34 | 2025-01-22T08:39:45.118Z | info: downloading component 'rustc' |
35 | 2025-01-22T08:39:53.041Z | info: downloading component 'rustfmt' |
36 | 2025-01-22T08:39:53.336Z | info: installing component 'cargo' |
37 | 2025-01-22T08:39:54.159Z | info: installing component 'clippy' |
38 | 2025-01-22T08:39:54.541Z | info: installing component 'rust-docs' |
39 | 2025-01-22T08:39:56.236Z | info: installing component 'rust-std' |
40 | 2025-01-22T08:39:57.932Z | info: installing component 'rustc' |
41 | 2025-01-22T08:40:03.934Z | info: installing component 'rustfmt' |
42 | 2025-01-22T08:40:04.269Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
43 | 2025-01-22T08:40:04.269Z | |
44 | 2025-01-22T08:40:04.655Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
45 | 2025-01-22T08:40:04.655Z | |
46 | 2025-01-22T08:40:04.658Z | |
47 | 2025-01-22T08:40:04.658Z | Rust is installed now. Great! |
48 | 2025-01-22T08:40:04.658Z | |
49 | 2025-01-22T08:40:04.658Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-22T08:40:04.658Z | environment variable. This has not been done automatically. |
51 | 2025-01-22T08:40:04.658Z | |
52 | 2025-01-22T08:40:04.658Z | To configure your current shell, you need to source |
53 | 2025-01-22T08:40:04.658Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-22T08:40:04.659Z | |
55 | 2025-01-22T08:40:04.659Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-22T08:40:04.659Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-22T08:40:04.659Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-22T08:40:04.736Z | + rustc --version |
59 | 2025-01-22T08:40:04.803Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
60 | 2025-01-22T08:40:04.806Z | process exited: duration 26301 ms, exit code 0 |
|
61 | 2025-01-22T08:40:04.812Z | starting task 2: "authentication" |
62 | 2025-01-22T08:40:04.832Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2025-01-22T08:40:04.838Z | starting task 3: "clone repository" |
64 | 2025-01-22T08:40:04.843Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-22T08:40:04.847Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-22T08:40:05.206Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-22T08:40:13.956Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-22T08:40:13.956Z | + git fetch origin b2cbd871e3c4725de90daf3c25e4b0055e4d7efd |
69 | 2025-01-22T08:40:14.264Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-22T08:40:14.264Z | * branch b2cbd871e3c4725de90daf3c25e4b0055e4d7efd -> FETCH_HEAD |
71 | 2025-01-22T08:40:14.275Z | + [[ -n renovate/chrono-tz-0.x ]] |
72 | 2025-01-22T08:40:14.278Z | ++ git branch --show-current |
73 | 2025-01-22T08:40:14.280Z | + current=main |
74 | 2025-01-22T08:40:14.280Z | + [[ main != renovate/chrono-tz-0.x ]] |
75 | 2025-01-22T08:40:14.281Z | + git branch -f renovate/chrono-tz-0.x b2cbd871e3c4725de90daf3c25e4b0055e4d7efd |
76 | 2025-01-22T08:40:14.283Z | + git checkout -f renovate/chrono-tz-0.x |
77 | 2025-01-22T08:40:14.360Z | Switched to branch 'renovate/chrono-tz-0.x' |
78 | 2025-01-22T08:40:14.363Z | + git reset --hard b2cbd871e3c4725de90daf3c25e4b0055e4d7efd |
79 | 2025-01-22T08:40:14.433Z | HEAD is now at b2cbd871e Update Rust crate chrono-tz to 0.10.1 |
80 | 2025-01-22T08:40:14.437Z | process exited: duration 9592 ms, exit code 0 |
|
81 | 2025-01-22T08:40:14.445Z | starting task 4: "build" |
82 | 2025-01-22T08:40:14.450Z | + source .github/buildomat/ci-env.sh |
83 | 2025-01-22T08:40:14.450Z | ++ export CARGO_TERM_COLOR=always |
84 | 2025-01-22T08:40:14.450Z | ++ CARGO_TERM_COLOR=always |
85 | 2025-01-22T08:40:14.454Z | + cargo --version |
86 | 2025-01-22T08:40:14.511Z | cargo 1.84.0 (66221abde 2024-11-19) |
87 | 2025-01-22T08:40:14.514Z | + rustc --version |
88 | 2025-01-22T08:40:14.575Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
89 | 2025-01-22T08:40:14.578Z | + cd /tmp |
90 | 2025-01-22T08:40:14.578Z | + cargo new --lib test-project |
91 | 2025-01-22T08:40:14.640Z | Creating library `test-project` package |
92 | 2025-01-22T08:40:14.719Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
93 | 2025-01-22T08:40:14.722Z | + cd test-project |
94 | 2025-01-22T08:40:14.722Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
95 | 2025-01-22T08:40:14.783Z | Adding omicron-common (local) to dependencies |
96 | 2025-01-22T08:40:14.785Z | Features: |
97 | 2025-01-22T08:40:14.785Z | - proptest |
98 | 2025-01-22T08:40:14.785Z | - test-strategy |
99 | 2025-01-22T08:40:14.785Z | - testing |
100 | 2025-01-22T08:40:14.785Z | Updating crates.io index |
101 | 2025-01-22T08:40:14.856Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
102 | 2025-01-22T08:40:15.347Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
103 | 2025-01-22T08:40:15.984Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
104 | 2025-01-22T08:40:16.398Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
105 | 2025-01-22T08:40:16.891Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
106 | 2025-01-22T08:40:18.366Z | Locking 335 packages to latest compatible versions |
107 | 2025-01-22T08:40:18.561Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
108 | 2025-01-22T08:40:18.564Z | + cargo check |
109 | 2025-01-22T08:40:18.703Z | Updating crates.io index |
110 | 2025-01-22T08:40:19.632Z | Locking 1 package to latest compatible version |
111 | 2025-01-22T08:40:19.635Z | Adding omicron-workspace-hack v0.1.0 |
112 | 2025-01-22T08:40:19.654Z | Downloading crates ... |
113 | 2025-01-22T08:40:19.739Z | Downloaded async-stream-impl v0.3.6 |
114 | 2025-01-22T08:40:19.748Z | Downloaded block-buffer v0.10.4 |
115 | 2025-01-22T08:40:19.751Z | Downloaded autocfg v1.4.0 |
116 | 2025-01-22T08:40:19.754Z | Downloaded byteorder v1.5.0 |
117 | 2025-01-22T08:40:19.757Z | Downloaded foreign-types v0.3.2 |
118 | 2025-01-22T08:40:19.760Z | Downloaded icu_provider_macros v1.5.0 |
119 | 2025-01-22T08:40:19.765Z | Downloaded foreign-types-shared v0.1.1 |
120 | 2025-01-22T08:40:19.769Z | Downloaded ident_case v1.0.1 |
121 | 2025-01-22T08:40:19.771Z | Downloaded tinyvec_macros v0.1.1 |
122 | 2025-01-22T08:40:19.771Z | Downloaded darling_macro v0.20.10 |
123 | 2025-01-22T08:40:19.775Z | Downloaded pest_generator v2.7.14 |
124 | 2025-01-22T08:40:19.780Z | Downloaded write16 v1.0.0 |
125 | 2025-01-22T08:40:19.783Z | Downloaded match_cfg v0.1.0 |
126 | 2025-01-22T08:40:19.783Z | Downloaded time-core v0.1.2 |
127 | 2025-01-22T08:40:19.783Z | Downloaded equivalent v1.0.1 |
128 | 2025-01-22T08:40:19.786Z | Downloaded openssl-probe v0.1.5 |
129 | 2025-01-22T08:40:19.789Z | Downloaded instant v0.1.13 |
130 | 2025-01-22T08:40:19.791Z | Downloaded yoke-derive v0.7.4 |
131 | 2025-01-22T08:40:19.792Z | Downloaded try-lock v0.2.5 |
132 | 2025-01-22T08:40:19.794Z | Downloaded openssl-macros v0.1.1 |
133 | 2025-01-22T08:40:19.794Z | Downloaded usdt-attr-macro v0.5.0 |
134 | 2025-01-22T08:40:19.797Z | Downloaded tower-service v0.3.3 |
135 | 2025-01-22T08:40:19.797Z | Downloaded http-body v1.0.1 |
136 | 2025-01-22T08:40:19.800Z | Downloaded dtrace-parser v0.2.0 |
137 | 2025-01-22T08:40:19.800Z | Downloaded backoff v0.4.0 |
138 | 2025-01-22T08:40:19.802Z | Downloaded progenitor-client v0.9.1 |
139 | 2025-01-22T08:40:19.805Z | Downloaded atomic-waker v1.1.2 |
140 | 2025-01-22T08:40:19.808Z | Downloaded num_threads v0.1.7 |
141 | 2025-01-22T08:40:19.808Z | Downloaded num-conv v0.1.0 |
142 | 2025-01-22T08:40:19.811Z | Downloaded zerofrom v0.1.4 |
143 | 2025-01-22T08:40:19.811Z | Downloaded waitgroup v0.1.2 |
144 | 2025-01-22T08:40:19.811Z | Downloaded want v0.3.1 |
145 | 2025-01-22T08:40:19.814Z | Downloaded async-stream v0.3.6 |
146 | 2025-01-22T08:40:19.814Z | Downloaded progenitor-client v0.8.0 |
147 | 2025-01-22T08:40:19.816Z | Downloaded http-body-util v0.1.2 |
148 | 2025-01-22T08:40:19.819Z | Downloaded num-traits v0.2.19 |
149 | 2025-01-22T08:40:19.822Z | Downloaded version_check v0.9.5 |
150 | 2025-01-22T08:40:19.822Z | Downloaded synstructure v0.13.1 |
151 | 2025-01-22T08:40:19.822Z | Downloaded pretty-hex v0.4.1 |
152 | 2025-01-22T08:40:19.825Z | Downloaded take_mut v0.2.2 |
153 | 2025-01-22T08:40:19.825Z | Downloaded zerofrom-derive v0.1.4 |
154 | 2025-01-22T08:40:19.825Z | Downloaded utf16_iter v1.0.5 |
155 | 2025-01-22T08:40:19.829Z | Downloaded typify-macro v0.2.0 |
156 | 2025-01-22T08:40:19.829Z | Downloaded dirs-next v2.0.0 |
157 | 2025-01-22T08:40:19.829Z | Downloaded powerfmt v0.2.0 |
158 | 2025-01-22T08:40:19.832Z | Downloaded usdt-impl v0.5.0 |
159 | 2025-01-22T08:40:19.832Z | Downloaded toml_datetime v0.6.8 |
160 | 2025-01-22T08:40:19.834Z | Downloaded hyper-tls v0.6.0 |
161 | 2025-01-22T08:40:19.834Z | Downloaded hostname v0.3.1 |
162 | 2025-01-22T08:40:19.837Z | Downloaded futures-macro v0.3.31 |
163 | 2025-01-22T08:40:19.837Z | Downloaded pkg-config v0.3.31 |
164 | 2025-01-22T08:40:19.840Z | Downloaded thiserror-impl v2.0.11 |
165 | 2025-01-22T08:40:19.843Z | Downloaded percent-encoding v2.3.1 |
166 | 2025-01-22T08:40:19.843Z | Downloaded idna_adapter v1.2.0 |
167 | 2025-01-22T08:40:19.843Z | Downloaded zerovec-derive v0.10.3 |
168 | 2025-01-22T08:40:19.846Z | Downloaded zeroize v1.8.1 |
169 | 2025-01-22T08:40:19.846Z | Downloaded progenitor v0.8.0 |
170 | 2025-01-22T08:40:19.848Z | Downloaded newtype-uuid v1.2.1 |
171 | 2025-01-22T08:40:19.848Z | Downloaded ppv-lite86 v0.2.20 |
172 | 2025-01-22T08:40:19.851Z | Downloaded futures-sink v0.3.31 |
173 | 2025-01-22T08:40:19.851Z | Downloaded cfg-if v1.0.0 |
174 | 2025-01-22T08:40:19.854Z | Downloaded crypto-common v0.1.6 |
175 | 2025-01-22T08:40:19.854Z | Downloaded plain v0.2.3 |
176 | 2025-01-22T08:40:19.854Z | Downloaded usdt v0.5.0 |
177 | 2025-01-22T08:40:19.856Z | Downloaded paste v1.0.15 |
178 | 2025-01-22T08:40:19.859Z | Downloaded thiserror-impl v1.0.69 |
179 | 2025-01-22T08:40:19.859Z | Downloaded utf8_iter v1.0.4 |
180 | 2025-01-22T08:40:19.862Z | Downloaded tokio-macros v2.5.0 |
181 | 2025-01-22T08:40:19.862Z | Downloaded heck v0.5.0 |
182 | 2025-01-22T08:40:19.862Z | Downloaded thread-id v4.2.2 |
183 | 2025-01-22T08:40:19.865Z | Downloaded futures-io v0.3.31 |
184 | 2025-01-22T08:40:19.865Z | Downloaded generic-array v0.14.7 |
185 | 2025-01-22T08:40:19.868Z | Downloaded dirs-sys-next v0.1.2 |
186 | 2025-01-22T08:40:19.868Z | Downloaded tinystr v0.7.6 |
187 | 2025-01-22T08:40:19.871Z | Downloaded parse-display-derive v0.10.0 |
188 | 2025-01-22T08:40:19.871Z | Downloaded tokio-native-tls v0.3.1 |
189 | 2025-01-22T08:40:19.874Z | Downloaded ahash v0.8.11 |
190 | 2025-01-22T08:40:19.874Z | Downloaded parse-display v0.10.0 |
191 | 2025-01-22T08:40:19.877Z | Downloaded usdt-macro v0.5.0 |
192 | 2025-01-22T08:40:19.877Z | Downloaded strum v0.26.3 |
193 | 2025-01-22T08:40:19.880Z | Downloaded is-terminal v0.4.13 |
194 | 2025-01-22T08:40:19.880Z | Downloaded fnv v1.0.7 |
195 | 2025-01-22T08:40:19.880Z | Downloaded camino v1.1.9 |
196 | 2025-01-22T08:40:19.882Z | Downloaded macaddr v1.0.1 |
197 | 2025-01-22T08:40:19.883Z | Downloaded native-tls v0.2.12 |
198 | 2025-01-22T08:40:19.886Z | Downloaded pin-utils v0.1.0 |
199 | 2025-01-22T08:40:19.890Z | Downloaded time-macros v0.2.18 |
200 | 2025-01-22T08:40:19.890Z | Downloaded displaydoc v0.2.5 |
201 | 2025-01-22T08:40:19.892Z | Downloaded multer v3.1.0 |
202 | 2025-01-22T08:40:19.895Z | Downloaded pin-project-lite v0.2.14 |
203 | 2025-01-22T08:40:19.898Z | Downloaded hyper-rustls v0.27.3 |
204 | 2025-01-22T08:40:19.901Z | Downloaded parking_lot_core v0.9.10 |
205 | 2025-01-22T08:40:19.903Z | Downloaded zerocopy-derive v0.7.35 |
206 | 2025-01-22T08:40:19.906Z | Downloaded iana-time-zone v0.1.61 |
207 | 2025-01-22T08:40:19.909Z | Downloaded sync_wrapper v1.0.1 |
208 | 2025-01-22T08:40:19.909Z | Downloaded term v0.7.0 |
209 | 2025-01-22T08:40:19.912Z | Downloaded litemap v0.7.3 |
210 | 2025-01-22T08:40:19.914Z | Downloaded shlex v1.3.0 |
211 | 2025-01-22T08:40:19.917Z | Downloaded typify v0.2.0 |
212 | 2025-01-22T08:40:19.920Z | Downloaded icu_locid_transform v1.5.0 |
213 | 2025-01-22T08:40:19.920Z | Downloaded futures-channel v0.3.31 |
214 | 2025-01-22T08:40:19.923Z | Downloaded getrandom v0.2.15 |
215 | 2025-01-22T08:40:19.926Z | Downloaded yoke v0.7.4 |
216 | 2025-01-22T08:40:19.928Z | Downloaded httparse v1.9.5 |
217 | 2025-01-22T08:40:19.931Z | Downloaded serde_path_to_error v0.1.16 |
218 | 2025-01-22T08:40:19.931Z | Downloaded serde_urlencoded v0.7.1 |
219 | 2025-01-22T08:40:19.935Z | Downloaded rustc-hash v2.0.0 |
220 | 2025-01-22T08:40:19.935Z | Downloaded slab v0.4.9 |
221 | 2025-01-22T08:40:19.935Z | Downloaded scopeguard v1.2.0 |
222 | 2025-01-22T08:40:19.938Z | Downloaded rand_chacha v0.3.1 |
223 | 2025-01-22T08:40:19.938Z | Downloaded subtle v2.6.1 |
224 | 2025-01-22T08:40:19.938Z | Downloaded scroll_derive v0.12.0 |
225 | 2025-01-22T08:40:19.941Z | Downloaded typenum v1.17.0 |
226 | 2025-01-22T08:40:19.941Z | Downloaded proc-macro2 v1.0.92 |
227 | 2025-01-22T08:40:19.943Z | Downloaded unicode-ident v1.0.14 |
228 | 2025-01-22T08:40:19.947Z | Downloaded serde_tokenstream v0.2.2 |
229 | 2025-01-22T08:40:19.950Z | Downloaded schemars_derive v0.8.21 |
230 | 2025-01-22T08:40:19.950Z | Downloaded toml v0.8.19 |
231 | 2025-01-22T08:40:19.952Z | Downloaded quinn-udp v0.5.5 |
232 | 2025-01-22T08:40:19.955Z | Downloaded rustversion v1.0.17 |
233 | 2025-01-22T08:40:19.958Z | Downloaded indexmap v1.9.3 |
234 | 2025-01-22T08:40:19.960Z | Downloaded structmeta v0.3.0 |
235 | 2025-01-22T08:40:19.960Z | Downloaded slog-json v2.6.1 |
236 | 2025-01-22T08:40:19.963Z | Downloaded progenitor-macro v0.8.0 |
237 | 2025-01-22T08:40:19.963Z | Downloaded tracing-core v0.1.32 |
238 | 2025-01-22T08:40:19.966Z | Downloaded uuid v1.12.0 |
239 | 2025-01-22T08:40:19.970Z | Downloaded slog-term v2.9.1 |
240 | 2025-01-22T08:40:19.970Z | Downloaded futures v0.3.31 |
241 | 2025-01-22T08:40:19.974Z | Downloaded scroll v0.12.0 |
242 | 2025-01-22T08:40:19.977Z | Downloaded pest_derive v2.7.14 |
243 | 2025-01-22T08:40:19.980Z | Downloaded rustls-pemfile v2.2.0 |
244 | 2025-01-22T08:40:19.983Z | Downloaded icu_provider v1.5.0 |
245 | 2025-01-22T08:40:19.983Z | Downloaded signal-hook-registry v1.4.2 |
246 | 2025-01-22T08:40:19.985Z | Downloaded sha1 v0.10.6 |
247 | 2025-01-22T08:40:19.985Z | Downloaded quote v1.0.38 |
248 | 2025-01-22T08:40:19.988Z | Downloaded slog-bunyan v2.5.0 |
249 | 2025-01-22T08:40:19.990Z | Downloaded ucd-trie v0.1.7 |
250 | 2025-01-22T08:40:19.990Z | Downloaded dropshot_endpoint v0.15.1 |
251 | 2025-01-22T08:40:19.993Z | Downloaded bitflags v2.6.0 |
252 | 2025-01-22T08:40:19.996Z | Downloaded spin v0.9.8 |
253 | 2025-01-22T08:40:19.999Z | Downloaded semver v1.0.24 |
254 | 2025-01-22T08:40:20.002Z | Downloaded rand_core v0.6.4 |
255 | 2025-01-22T08:40:20.004Z | Downloaded stable_deref_trait v1.2.0 |
256 | 2025-01-22T08:40:20.004Z | Downloaded slog v2.7.0 |
257 | 2025-01-22T08:40:20.007Z | Downloaded structmeta-derive v0.3.0 |
258 | 2025-01-22T08:40:20.007Z | Downloaded serde_derive_internals v0.29.1 |
259 | 2025-01-22T08:40:20.010Z | Downloaded progenitor-impl v0.8.0 |
260 | 2025-01-22T08:40:20.012Z | Downloaded darling_core v0.20.10 |
261 | 2025-01-22T08:40:20.015Z | Downloaded tracing v0.1.40 |
262 | 2025-01-22T08:40:20.018Z | Downloaded ryu v1.0.18 |
263 | 2025-01-22T08:40:20.021Z | Downloaded icu_properties v1.5.1 |
264 | 2025-01-22T08:40:20.023Z | Downloaded icu_normalizer v1.5.0 |
265 | 2025-01-22T08:40:20.027Z | Downloaded socket2 v0.5.7 |
266 | 2025-01-22T08:40:20.029Z | Downloaded base64 v0.22.1 |
267 | 2025-01-22T08:40:20.032Z | Downloaded lock_api v0.4.12 |
268 | 2025-01-22T08:40:20.036Z | Downloaded serde_with_macros v3.11.0 |
269 | 2025-01-22T08:40:20.038Z | Downloaded slog-async v2.8.0 |
270 | 2025-01-22T08:40:20.038Z | Downloaded sha2 v0.10.8 |
271 | 2025-01-22T08:40:20.041Z | Downloaded memchr v2.7.4 |
272 | 2025-01-22T08:40:20.044Z | Downloaded strum_macros v0.26.4 |
273 | 2025-01-22T08:40:20.048Z | Downloaded rustls-pki-types v1.10.0 |
274 | 2025-01-22T08:40:20.052Z | Downloaded url v2.5.3 |
275 | 2025-01-22T08:40:20.054Z | Downloaded serde_yaml v0.9.34+deprecated |
276 | 2025-01-22T08:40:20.057Z | Downloaded hyper-util v0.1.10 |
277 | 2025-01-22T08:40:20.060Z | Downloaded mio v1.0.2 |
278 | 2025-01-22T08:40:20.064Z | Downloaded indexmap v2.7.0 |
279 | 2025-01-22T08:40:20.068Z | Downloaded icu_collections v1.5.0 |
280 | 2025-01-22T08:40:20.073Z | Downloaded cc v1.1.30 |
281 | 2025-01-22T08:40:20.076Z | Downloaded tokio-util v0.7.12 |
282 | 2025-01-22T08:40:20.082Z | Downloaded smallvec v1.13.2 |
283 | 2025-01-22T08:40:20.085Z | Downloaded toml_edit v0.22.22 |
284 | 2025-01-22T08:40:20.104Z | Downloaded serde_derive v1.0.217 |
285 | 2025-01-22T08:40:20.107Z | Downloaded pest v2.7.14 |
286 | 2025-01-22T08:40:20.111Z | Downloaded hashbrown v0.12.3 |
287 | 2025-01-22T08:40:20.115Z | Downloaded quinn v0.11.5 |
288 | 2025-01-22T08:40:20.118Z | Downloaded crossbeam-channel v0.5.13 |
289 | 2025-01-22T08:40:20.122Z | Downloaded rand v0.8.5 |
290 | 2025-01-22T08:40:20.125Z | Downloaded winnow v0.6.20 |
291 | 2025-01-22T08:40:20.133Z | Downloaded zerocopy v0.7.35 |
292 | 2025-01-22T08:40:20.147Z | Downloaded serde_with v3.11.0 |
293 | 2025-01-22T08:40:20.155Z | Downloaded serde_json v1.0.135 |
294 | 2025-01-22T08:40:20.161Z | Downloaded hashbrown v0.14.5 |
295 | 2025-01-22T08:40:20.167Z | Downloaded idna v1.0.3 |
296 | 2025-01-22T08:40:20.170Z | Downloaded reqwest v0.12.9 |
297 | 2025-01-22T08:40:20.178Z | Downloaded vcpkg v0.2.15 |
298 | 2025-01-22T08:40:20.213Z | Downloaded futures-util v0.3.31 |
299 | 2025-01-22T08:40:20.223Z | Downloaded hyper v1.5.2 |
300 | 2025-01-22T08:40:20.228Z | Downloaded h2 v0.4.6 |
301 | 2025-01-22T08:40:20.235Z | Downloaded syn v1.0.109 |
302 | 2025-01-22T08:40:20.244Z | Downloaded openssl v0.10.66 |
303 | 2025-01-22T08:40:20.252Z | Downloaded webpki-roots v0.26.6 |
304 | 2025-01-22T08:40:20.256Z | Downloaded icu_properties_data v1.5.0 |
305 | 2025-01-22T08:40:20.265Z | Downloaded rustls-webpki v0.102.8 |
306 | 2025-01-22T08:40:20.281Z | Downloaded syn v2.0.96 |
307 | 2025-01-22T08:40:20.292Z | Downloaded regress v0.10.1 |
308 | 2025-01-22T08:40:20.299Z | Downloaded quinn-proto v0.11.8 |
309 | 2025-01-22T08:40:20.305Z | Downloaded regex v1.11.1 |
310 | 2025-01-22T08:40:20.316Z | Downloaded regress v0.9.1 |
311 | 2025-01-22T08:40:20.324Z | Downloaded regex-syntax v0.8.5 |
312 | 2025-01-22T08:40:20.331Z | Downloaded rustls v0.22.4 |
313 | 2025-01-22T08:40:20.344Z | Downloaded dropshot v0.15.1 |
314 | 2025-01-22T08:40:20.362Z | Downloaded rustls v0.23.19 |
315 | 2025-01-22T08:40:20.372Z | Downloaded openapiv3 v2.0.0 |
316 | 2025-01-22T08:40:20.383Z | Downloaded chrono v0.4.39 |
317 | 2025-01-22T08:40:20.388Z | Downloaded typify-impl v0.2.0 |
318 | 2025-01-22T08:40:20.401Z | Downloaded goblin v0.8.2 |
319 | 2025-01-22T08:40:20.407Z | Downloaded aho-corasick v1.1.3 |
320 | 2025-01-22T08:40:20.412Z | Downloaded hashbrown v0.15.1 |
321 | 2025-01-22T08:40:20.416Z | Downloaded itertools v0.10.5 |
322 | 2025-01-22T08:40:20.422Z | Downloaded serde v1.0.217 |
323 | 2025-01-22T08:40:20.425Z | Downloaded http v1.2.0 |
324 | 2025-01-22T08:40:20.428Z | Downloaded time v0.3.36 |
325 | 2025-01-22T08:40:20.434Z | Downloaded schemars v0.8.21 |
326 | 2025-01-22T08:40:20.444Z | Downloaded zerovec v0.10.4 |
327 | 2025-01-22T08:40:20.449Z | Downloaded allocator-api2 v0.2.18 |
328 | 2025-01-22T08:40:20.451Z | Downloaded unsafe-libyaml v0.2.11 |
329 | 2025-01-22T08:40:20.454Z | Downloaded openssl-sys v0.9.103 |
330 | 2025-01-22T08:40:20.458Z | Downloaded log v0.4.22 |
331 | 2025-01-22T08:40:20.461Z | Downloaded icu_locid_transform_data v1.5.0 |
332 | 2025-01-22T08:40:20.464Z | Downloaded icu_normalizer_data v1.5.0 |
333 | 2025-01-22T08:40:20.464Z | Downloaded crossbeam-utils v0.8.20 |
334 | 2025-01-22T08:40:20.467Z | Downloaded regex-automata v0.4.8 |
335 | 2025-01-22T08:40:20.481Z | Downloaded tinyvec v1.8.0 |
336 | 2025-01-22T08:40:20.483Z | Downloaded icu_locid v1.5.0 |
337 | 2025-01-22T08:40:20.487Z | Downloaded pest_meta v2.7.14 |
338 | 2025-01-22T08:40:20.490Z | Downloaded serde_spanned v0.6.8 |
339 | 2025-01-22T08:40:20.492Z | Downloaded libc v0.2.169 |
340 | 2025-01-22T08:40:20.512Z | Downloaded tokio v1.43.0 |
341 | 2025-01-22T08:40:20.546Z | Downloaded parking_lot v0.12.3 |
342 | 2025-01-22T08:40:20.549Z | Downloaded tokio-rustls v0.25.0 |
343 | 2025-01-22T08:40:20.552Z | Downloaded thiserror v2.0.11 |
344 | 2025-01-22T08:40:20.554Z | Downloaded hex v0.4.3 |
345 | 2025-01-22T08:40:20.557Z | Downloaded tokio-rustls v0.26.0 |
346 | 2025-01-22T08:40:20.559Z | Downloaded bytes v1.9.0 |
347 | 2025-01-22T08:40:20.562Z | Downloaded anyhow v1.0.93 |
348 | 2025-01-22T08:40:20.565Z | Downloaded strsim v0.11.1 |
349 | 2025-01-22T08:40:20.565Z | Downloaded itoa v1.0.11 |
350 | 2025-01-22T08:40:20.568Z | Downloaded ipnet v2.10.1 |
351 | 2025-01-22T08:40:20.568Z | Downloaded async-trait v0.1.83 |
352 | 2025-01-22T08:40:20.571Z | Downloaded darling v0.20.10 |
353 | 2025-01-22T08:40:20.574Z | Downloaded deranged v0.3.11 |
354 | 2025-01-22T08:40:20.576Z | Downloaded cpufeatures v0.2.14 |
355 | 2025-01-22T08:40:20.576Z | Downloaded once_cell v1.20.2 |
356 | 2025-01-22T08:40:20.579Z | Downloaded writeable v0.5.5 |
357 | 2025-01-22T08:40:20.582Z | Downloaded thread_local v1.1.8 |
358 | 2025-01-22T08:40:20.582Z | Downloaded ipnetwork v0.20.0 |
359 | 2025-01-22T08:40:20.582Z | Downloaded httpdate v1.0.3 |
360 | 2025-01-22T08:40:20.584Z | Downloaded mime v0.3.17 |
361 | 2025-01-22T08:40:20.584Z | Downloaded memmap v0.7.0 |
362 | 2025-01-22T08:40:20.587Z | Downloaded form_urlencoded v1.2.1 |
363 | 2025-01-22T08:40:20.587Z | Downloaded thiserror v1.0.69 |
364 | 2025-01-22T08:40:20.590Z | Downloaded futures-executor v0.3.31 |
365 | 2025-01-22T08:40:20.593Z | Downloaded debug-ignore v1.0.5 |
366 | 2025-01-22T08:40:20.593Z | Downloaded digest v0.10.7 |
367 | 2025-01-22T08:40:20.596Z | Downloaded dof v0.3.0 |
368 | 2025-01-22T08:40:20.596Z | Downloaded omicron-workspace-hack v0.1.0 |
369 | 2025-01-22T08:40:20.596Z | Downloaded untrusted v0.9.0 |
370 | 2025-01-22T08:40:20.596Z | Downloaded hostname v0.4.0 |
371 | 2025-01-22T08:40:20.599Z | Downloaded futures-task v0.3.31 |
372 | 2025-01-22T08:40:20.599Z | Downloaded futures-core v0.3.31 |
373 | 2025-01-22T08:40:20.601Z | Downloaded dyn-clone v1.0.17 |
374 | 2025-01-22T08:40:20.601Z | Downloaded either v1.13.0 |
375 | 2025-01-22T08:40:20.624Z | Downloaded encoding_rs v0.8.34 |
376 | 2025-01-22T08:40:20.844Z | Downloaded ring v0.17.8 |
377 | 2025-01-22T08:40:21.041Z | Compiling proc-macro2 v1.0.92 |
378 | 2025-01-22T08:40:21.041Z | Compiling unicode-ident v1.0.14 |
379 | 2025-01-22T08:40:21.044Z | Compiling libc v0.2.169 |
380 | 2025-01-22T08:40:21.044Z | Checking cfg-if v1.0.0 |
381 | 2025-01-22T08:40:21.044Z | Compiling autocfg v1.4.0 |
382 | 2025-01-22T08:40:21.044Z | Compiling serde v1.0.217 |
383 | 2025-01-22T08:40:21.062Z | Compiling version_check v0.9.5 |
384 | 2025-01-22T08:40:21.065Z | Checking memchr v2.7.4 |
385 | 2025-01-22T08:40:21.175Z | Checking itoa v1.0.11 |
386 | 2025-01-22T08:40:21.253Z | Compiling serde_json v1.0.135 |
387 | 2025-01-22T08:40:21.643Z | Compiling thiserror v1.0.69 |
388 | 2025-01-22T08:40:21.844Z | Checking once_cell v1.20.2 |
389 | 2025-01-22T08:40:21.866Z | Compiling shlex v1.3.0 |
390 | 2025-01-22T08:40:22.040Z | Compiling cc v1.1.30 |
391 | 2025-01-22T08:40:22.366Z | Checking pin-project-lite v0.2.14 |
392 | 2025-01-22T08:40:22.447Z | Compiling num-traits v0.2.19 |
393 | 2025-01-22T08:40:23.225Z | Checking ryu v1.0.18 |
394 | 2025-01-22T08:40:23.297Z | Checking smallvec v1.13.2 |
395 | 2025-01-22T08:40:23.437Z | Checking bytes v1.9.0 |
396 | 2025-01-22T08:40:23.539Z | Checking futures-core v0.3.31 |
397 | 2025-01-22T08:40:23.552Z | Compiling lock_api v0.4.12 |
398 | 2025-01-22T08:40:23.620Z | Compiling parking_lot_core v0.9.10 |
399 | 2025-01-22T08:40:23.724Z | Checking scopeguard v1.2.0 |
400 | 2025-01-22T08:40:23.857Z | Compiling byteorder v1.5.0 |
401 | 2025-01-22T08:40:23.882Z | Compiling schemars v0.8.21 |
402 | 2025-01-22T08:40:23.895Z | Checking getrandom v0.2.15 |
403 | 2025-01-22T08:40:24.129Z | Compiling slab v0.4.9 |
404 | 2025-01-22T08:40:24.142Z | Compiling ahash v0.8.11 |
405 | 2025-01-22T08:40:24.249Z | Checking log v0.4.22 |
406 | 2025-01-22T08:40:24.262Z | Checking futures-sink v0.3.31 |
407 | 2025-01-22T08:40:24.374Z | Compiling quote v1.0.38 |
408 | 2025-01-22T08:40:24.406Z | Checking mio v1.0.2 |
409 | 2025-01-22T08:40:24.473Z | Checking parking_lot v0.12.3 |
410 | 2025-01-22T08:40:24.502Z | Checking signal-hook-registry v1.4.2 |
411 | 2025-01-22T08:40:24.546Z | Checking socket2 v0.5.7 |
412 | 2025-01-22T08:40:24.575Z | Checking stable_deref_trait v1.2.0 |
413 | 2025-01-22T08:40:24.687Z | Compiling ring v0.17.8 |
414 | 2025-01-22T08:40:24.734Z | Compiling syn v2.0.96 |
415 | 2025-01-22T08:40:24.803Z | Checking fnv v1.0.7 |
416 | 2025-01-22T08:40:24.875Z | Checking equivalent v1.0.1 |
417 | 2025-01-22T08:40:24.911Z | Checking hashbrown v0.15.1 |
418 | 2025-01-22T08:40:24.925Z | Checking futures-channel v0.3.31 |
419 | 2025-01-22T08:40:24.927Z | Checking http v1.2.0 |
420 | 2025-01-22T08:40:24.968Z | Checking futures-io v0.3.31 |
421 | 2025-01-22T08:40:24.979Z | Compiling semver v1.0.24 |
422 | 2025-01-22T08:40:24.991Z | Checking futures-task v0.3.31 |
423 | 2025-01-22T08:40:25.168Z | Checking pin-utils v0.1.0 |
424 | 2025-01-22T08:40:25.212Z | Checking rustls-pki-types v1.10.0 |
425 | 2025-01-22T08:40:25.243Z | Compiling vcpkg v0.2.15 |
426 | 2025-01-22T08:40:25.268Z | Compiling pkg-config v0.3.31 |
427 | 2025-01-22T08:40:25.530Z | Checking spin v0.9.8 |
428 | 2025-01-22T08:40:25.774Z | Compiling httparse v1.9.5 |
429 | 2025-01-22T08:40:25.844Z | Checking iana-time-zone v0.1.61 |
430 | 2025-01-22T08:40:25.975Z | Compiling heck v0.5.0 |
431 | 2025-01-22T08:40:26.177Z | Checking untrusted v0.9.0 |
432 | 2025-01-22T08:40:26.277Z | Checking writeable v0.5.5 |
433 | 2025-01-22T08:40:26.328Z | Checking litemap v0.7.3 |
434 | 2025-01-22T08:40:26.381Z | Checking tracing-core v0.1.32 |
435 | 2025-01-22T08:40:26.424Z | Checking atomic-waker v1.1.2 |
436 | 2025-01-22T08:40:26.555Z | Checking dyn-clone v1.0.17 |
437 | 2025-01-22T08:40:26.579Z | Compiling openssl-sys v0.9.103 |
438 | 2025-01-22T08:40:26.605Z | Compiling ucd-trie v0.1.7 |
439 | 2025-01-22T08:40:26.683Z | Checking http-body v1.0.1 |
440 | 2025-01-22T08:40:26.893Z | Checking tracing v0.1.40 |
441 | 2025-01-22T08:40:26.970Z | Compiling allocator-api2 v0.2.18 |
442 | 2025-01-22T08:40:27.008Z | Checking try-lock v0.2.5 |
443 | 2025-01-22T08:40:27.045Z | Checking subtle v2.6.1 |
444 | 2025-01-22T08:40:27.132Z | Checking icu_locid_transform_data v1.5.0 |
445 | 2025-01-22T08:40:27.146Z | Checking zeroize v1.8.1 |
446 | 2025-01-22T08:40:27.261Z | Checking want v0.3.1 |
447 | 2025-01-22T08:40:27.379Z | Checking foreign-types-shared v0.1.1 |
448 | 2025-01-22T08:40:27.414Z | Compiling uuid v1.12.0 |
449 | 2025-01-22T08:40:27.457Z | Compiling openssl v0.10.66 |
450 | 2025-01-22T08:40:27.707Z | Checking httpdate v1.0.3 |
451 | 2025-01-22T08:40:27.888Z | Checking icu_properties_data v1.5.0 |
452 | 2025-01-22T08:40:27.910Z | Checking foreign-types v0.3.2 |
453 | 2025-01-22T08:40:27.990Z | Checking bitflags v2.6.0 |
454 | 2025-01-22T08:40:28.010Z | Checking utf8_iter v1.0.4 |
455 | 2025-01-22T08:40:28.066Z | Checking write16 v1.0.0 |
456 | 2025-01-22T08:40:28.154Z | Checking tower-service v0.3.3 |
457 | 2025-01-22T08:40:28.202Z | Checking percent-encoding v2.3.1 |
458 | 2025-01-22T08:40:28.205Z | Compiling slog v2.7.0 |
459 | 2025-01-22T08:40:28.246Z | Compiling chrono v0.4.39 |
460 | 2025-01-22T08:40:28.328Z | Checking utf16_iter v1.0.5 |
461 | 2025-01-22T08:40:28.380Z | Checking icu_normalizer_data v1.5.0 |
462 | 2025-01-22T08:40:28.486Z | Compiling native-tls v0.2.12 |
463 | 2025-01-22T08:40:28.489Z | Compiling rustls v0.23.19 |
464 | 2025-01-22T08:40:28.491Z | Checking form_urlencoded v1.2.1 |
465 | 2025-01-22T08:40:28.667Z | Compiling aho-corasick v1.1.3 |
466 | 2025-01-22T08:40:28.768Z | Checking openssl-probe v0.1.5 |
467 | 2025-01-22T08:40:28.783Z | Compiling regex-syntax v0.8.5 |
468 | 2025-01-22T08:40:28.889Z | Compiling typenum v1.17.0 |
469 | 2025-01-22T08:40:30.187Z | Compiling generic-array v0.14.7 |
470 | 2025-01-22T08:40:30.230Z | Checking encoding_rs v0.8.34 |
471 | 2025-01-22T08:40:30.703Z | Checking mime v0.3.17 |
472 | 2025-01-22T08:40:30.881Z | Compiling synstructure v0.13.1 |
473 | 2025-01-22T08:40:30.892Z | Compiling serde_derive_internals v0.29.1 |
474 | 2025-01-22T08:40:32.253Z | Compiling regex-automata v0.4.8 |
475 | 2025-01-22T08:40:32.707Z | Checking webpki-roots v0.26.6 |
476 | 2025-01-22T08:40:32.929Z | Checking rustls-pemfile v2.2.0 |
477 | 2025-01-22T08:40:33.266Z | Compiling usdt-impl v0.5.0 |
478 | 2025-01-22T08:40:33.353Z | Checking powerfmt v0.2.0 |
479 | 2025-01-22T08:40:33.575Z | Compiling time-core v0.1.2 |
480 | 2025-01-22T08:40:33.606Z | Compiling num-conv v0.1.0 |
481 | 2025-01-22T08:40:33.632Z | Checking base64 v0.22.1 |
482 | 2025-01-22T08:40:33.844Z | Compiling time-macros v0.2.18 |
483 | 2025-01-22T08:40:34.166Z | Checking deranged v0.3.11 |
484 | 2025-01-22T08:40:34.609Z | Compiling thread-id v4.2.2 |
485 | 2025-01-22T08:40:34.712Z | Checking sync_wrapper v1.0.1 |
486 | 2025-01-22T08:40:34.726Z | Checking ipnet v2.10.1 |
487 | 2025-01-22T08:40:34.838Z | Checking num_threads v0.1.7 |
488 | 2025-01-22T08:40:34.855Z | Compiling serde_derive v1.0.217 |
489 | 2025-01-22T08:40:34.949Z | Compiling zerocopy-derive v0.7.35 |
490 | 2025-01-22T08:40:35.159Z | Compiling thiserror-impl v1.0.69 |
491 | 2025-01-22T08:40:35.379Z | Compiling schemars_derive v0.8.21 |
492 | 2025-01-22T08:40:36.759Z | Compiling zerofrom-derive v0.1.4 |
493 | 2025-01-22T08:40:36.821Z | Compiling yoke-derive v0.7.4 |
494 | 2025-01-22T08:40:37.000Z | Compiling zerocopy v0.7.35 |
495 | 2025-01-22T08:40:37.899Z | Compiling tokio-macros v2.5.0 |
496 | 2025-01-22T08:40:38.251Z | Compiling zerovec-derive v0.10.3 |
497 | 2025-01-22T08:40:38.677Z | Compiling futures-macro v0.3.31 |
498 | 2025-01-22T08:40:38.984Z | Compiling displaydoc v0.2.5 |
499 | 2025-01-22T08:40:39.208Z | Compiling icu_provider_macros v1.5.0 |
500 | 2025-01-22T08:40:39.310Z | Checking tokio v1.43.0 |
501 | 2025-01-22T08:40:39.676Z | Checking zerofrom v0.1.4 |
502 | 2025-01-22T08:40:39.891Z | Checking yoke v0.7.4 |
503 | 2025-01-22T08:40:40.242Z | Compiling pest v2.7.14 |
504 | 2025-01-22T08:40:40.461Z | Checking futures-util v0.3.31 |
505 | 2025-01-22T08:40:40.507Z | Compiling hashbrown v0.14.5 |
506 | 2025-01-22T08:40:40.529Z | Compiling openssl-macros v0.1.1 |
507 | 2025-01-22T08:40:40.557Z | Checking zerovec v0.10.4 |
508 | 2025-01-22T08:40:41.279Z | Checking rustls-webpki v0.102.8 |
509 | 2025-01-22T08:40:41.984Z | Checking tinystr v0.7.6 |
510 | 2025-01-22T08:40:42.003Z | Checking icu_collections v1.5.0 |
511 | 2025-01-22T08:40:42.315Z | Checking icu_locid v1.5.0 |
512 | 2025-01-22T08:40:42.680Z | Compiling regress v0.10.1 |
513 | 2025-01-22T08:40:43.200Z | Compiling pest_meta v2.7.14 |
514 | 2025-01-22T08:40:43.319Z | Checking icu_provider v1.5.0 |
515 | 2025-01-22T08:40:43.923Z | Checking icu_locid_transform v1.5.0 |
516 | 2025-01-22T08:40:44.951Z | Compiling pest_generator v2.7.14 |
517 | 2025-01-22T08:40:44.962Z | Checking icu_properties v1.5.1 |
518 | 2025-01-22T08:40:45.882Z | Checking indexmap v2.7.0 |
519 | 2025-01-22T08:40:46.837Z | Compiling serde_tokenstream v0.2.2 |
520 | 2025-01-22T08:40:47.028Z | Checking tokio-util v0.7.12 |
521 | 2025-01-22T08:40:47.115Z | Compiling pest_derive v2.7.14 |
522 | 2025-01-22T08:40:47.780Z | Checking h2 v0.4.6 |
523 | 2025-01-22T08:40:47.795Z | Checking http-body-util v0.1.2 |
524 | 2025-01-22T08:40:47.955Z | Checking tokio-native-tls v0.3.1 |
525 | 2025-01-22T08:40:48.139Z | Checking icu_normalizer v1.5.0 |
526 | 2025-01-22T08:40:48.198Z | Checking serde_urlencoded v0.7.1 |
527 | 2025-01-22T08:40:48.889Z | Checking idna_adapter v1.2.0 |
528 | 2025-01-22T08:40:49.003Z | Compiling regex v1.11.1 |
529 | 2025-01-22T08:40:49.006Z | Compiling scroll_derive v0.12.0 |
530 | 2025-01-22T08:40:49.061Z | Checking idna v1.0.3 |
531 | 2025-01-22T08:40:49.546Z | Checking url v2.5.3 |
532 | 2025-01-22T08:40:49.890Z | Compiling dof v0.3.0 |
533 | 2025-01-22T08:40:49.929Z | Compiling dtrace-parser v0.2.0 |
534 | 2025-01-22T08:40:50.397Z | Compiling typify-impl v0.2.0 |
535 | 2025-01-22T08:40:50.658Z | Checking scroll v0.12.0 |
536 | 2025-01-22T08:40:51.119Z | Compiling crossbeam-utils v0.8.20 |
537 | 2025-01-22T08:40:51.535Z | Compiling syn v1.0.109 |
538 | 2025-01-22T08:40:51.816Z | Checking tokio-rustls v0.26.0 |
539 | 2025-01-22T08:40:51.831Z | Checking hyper v1.5.2 |
540 | 2025-01-22T08:40:51.976Z | Compiling ident_case v1.0.1 |
541 | 2025-01-22T08:40:52.156Z | Compiling strsim v0.11.1 |
542 | 2025-01-22T08:40:52.171Z | Checking plain v0.2.3 |
543 | 2025-01-22T08:40:52.322Z | Checking goblin v0.8.2 |
544 | 2025-01-22T08:40:52.518Z | Checking time v0.3.36 |
545 | 2025-01-22T08:40:52.569Z | Compiling darling_core v0.20.10 |
546 | 2025-01-22T08:40:53.743Z | Checking hyper-util v0.1.10 |
547 | 2025-01-22T08:40:54.770Z | Compiling openapiv3 v2.0.0 |
548 | 2025-01-22T08:40:55.344Z | Checking hyper-tls v0.6.0 |
549 | 2025-01-22T08:40:55.516Z | Checking hyper-rustls v0.27.3 |
550 | 2025-01-22T08:40:55.605Z | Checking dirs-sys-next v0.1.2 |
551 | 2025-01-22T08:40:55.835Z | Checking reqwest v0.12.9 |
552 | 2025-01-22T08:40:56.155Z | Checking pretty-hex v0.4.1 |
553 | 2025-01-22T08:40:56.334Z | Compiling newtype-uuid v1.2.1 |
554 | 2025-01-22T08:40:56.655Z | Compiling unsafe-libyaml v0.2.11 |
555 | 2025-01-22T08:40:56.668Z | Compiling paste v1.0.15 |
556 | 2025-01-22T08:40:57.072Z | Compiling rustversion v1.0.17 |
557 | 2025-01-22T08:40:57.158Z | Compiling rustls v0.22.4 |
558 | 2025-01-22T08:40:57.172Z | Compiling omicron-workspace-hack v0.1.0 |
559 | 2025-01-22T08:40:57.793Z | Compiling darling_macro v0.20.10 |
560 | 2025-01-22T08:40:57.863Z | Checking dirs-next v2.0.0 |
561 | 2025-01-22T08:40:57.994Z | Compiling serde_yaml v0.9.34+deprecated |
562 | 2025-01-22T08:40:58.365Z | Checking ipnetwork v0.20.0 |
563 | 2025-01-22T08:40:58.414Z | Checking toml_datetime v0.6.8 |
564 | 2025-01-22T08:40:58.548Z | Checking serde_spanned v0.6.8 |
565 | 2025-01-22T08:40:58.678Z | Checking ppv-lite86 v0.2.20 |
566 | 2025-01-22T08:40:58.694Z | Compiling structmeta-derive v0.3.0 |
567 | 2025-01-22T08:40:58.707Z | Checking block-buffer v0.10.4 |
568 | 2025-01-22T08:40:58.736Z | Checking crypto-common v0.1.6 |
569 | 2025-01-22T08:40:58.750Z | Checking rand_core v0.6.4 |
570 | 2025-01-22T08:40:58.910Z | Checking thread_local v1.1.8 |
571 | 2025-01-22T08:40:59.005Z | Compiling multer v3.1.0 |
572 | 2025-01-22T08:40:59.038Z | Checking match_cfg v0.1.0 |
573 | 2025-01-22T08:40:59.122Z | Compiling anyhow v1.0.93 |
574 | 2025-01-22T08:40:59.184Z | Compiling thiserror v2.0.11 |
575 | 2025-01-22T08:40:59.343Z | Compiling camino v1.1.9 |
576 | 2025-01-22T08:40:59.356Z | Checking winnow v0.6.20 |
577 | 2025-01-22T08:40:59.677Z | Checking either v1.13.0 |
578 | 2025-01-22T08:40:59.748Z | Compiling slog-async v2.8.0 |
579 | 2025-01-22T08:41:00.052Z | Checking itertools v0.10.5 |
580 | 2025-01-22T08:41:00.333Z | Checking rand_chacha v0.3.1 |
581 | 2025-01-22T08:41:00.696Z | Checking hostname v0.3.1 |
582 | 2025-01-22T08:41:00.834Z | Checking digest v0.10.7 |
583 | 2025-01-22T08:41:01.085Z | Compiling structmeta v0.3.0 |
584 | 2025-01-22T08:41:01.121Z | Compiling darling v0.20.10 |
585 | 2025-01-22T08:41:01.147Z | Checking crossbeam-channel v0.5.13 |
586 | 2025-01-22T08:41:01.227Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
587 | 2025-01-22T08:41:01.263Z | Checking term v0.7.0 |
588 | 2025-01-22T08:41:01.833Z | Checking progenitor-client v0.8.0 |
589 | 2025-01-22T08:41:02.003Z | Checking toml_edit v0.22.22 |
590 | 2025-01-22T08:41:02.042Z | Compiling usdt-macro v0.5.0 |
591 | 2025-01-22T08:41:02.081Z | Compiling typify-macro v0.2.0 |
592 | 2025-01-22T08:41:02.116Z | Compiling usdt-attr-macro v0.5.0 |
593 | 2025-01-22T08:41:02.624Z | Checking slog-json v2.6.1 |
594 | 2025-01-22T08:41:02.685Z | Checking futures-executor v0.3.31 |
595 | 2025-01-22T08:41:02.863Z | Compiling thiserror-impl v2.0.11 |
596 | 2025-01-22T08:41:02.876Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
597 | 2025-01-22T08:41:02.915Z | Compiling async-stream-impl v0.3.6 |
598 | 2025-01-22T08:41:03.262Z | Checking memmap v0.7.0 |
599 | 2025-01-22T08:41:03.445Z | Checking is-terminal v0.4.13 |
600 | 2025-01-22T08:41:03.476Z | Compiling dropshot v0.15.1 |
601 | 2025-01-22T08:41:03.567Z | Checking take_mut v0.2.2 |
602 | 2025-01-22T08:41:03.716Z | Checking cpufeatures v0.2.14 |
603 | 2025-01-22T08:41:03.814Z | Checking sha1 v0.10.6 |
604 | 2025-01-22T08:41:03.919Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
605 | 2025-01-22T08:41:04.059Z | Checking slog-term v2.9.1 |
606 | 2025-01-22T08:41:04.133Z | Checking async-stream v0.3.6 |
607 | 2025-01-22T08:41:04.146Z | Checking usdt v0.5.0 |
608 | 2025-01-22T08:41:04.323Z | Checking futures v0.3.31 |
609 | 2025-01-22T08:41:04.389Z | Checking slog-bunyan v2.5.0 |
610 | 2025-01-22T08:41:04.426Z | Compiling strum_macros v0.26.4 |
611 | 2025-01-22T08:41:04.442Z | Compiling parse-display-derive v0.10.0 |
612 | 2025-01-22T08:41:04.475Z | Checking toml v0.8.19 |
613 | 2025-01-22T08:41:04.538Z | Compiling serde_with_macros v3.11.0 |
614 | 2025-01-22T08:41:04.936Z | Checking rand v0.8.5 |
615 | 2025-01-22T08:41:05.052Z | Checking tokio-rustls v0.25.0 |
616 | 2025-01-22T08:41:05.304Z | Compiling typify v0.2.0 |
617 | 2025-01-22T08:41:05.429Z | Compiling progenitor-impl v0.8.0 |
618 | 2025-01-22T08:41:05.942Z | Compiling dropshot_endpoint v0.15.1 |
619 | 2025-01-22T08:41:06.023Z | Checking serde_path_to_error v0.1.16 |
620 | 2025-01-22T08:41:06.128Z | Checking hex v0.4.3 |
621 | 2025-01-22T08:41:06.545Z | Compiling async-trait v0.1.83 |
622 | 2025-01-22T08:41:06.619Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
623 | 2025-01-22T08:41:06.840Z | Checking waitgroup v0.1.2 |
624 | 2025-01-22T08:41:06.979Z | Checking hostname v0.4.0 |
625 | 2025-01-22T08:41:07.106Z | Checking instant v0.1.13 |
626 | 2025-01-22T08:41:07.231Z | Checking debug-ignore v1.0.5 |
627 | 2025-01-22T08:41:07.296Z | Checking backoff v0.4.0 |
628 | 2025-01-22T08:41:07.352Z | Checking serde_with v3.11.0 |
629 | 2025-01-22T08:41:07.392Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
630 | 2025-01-22T08:41:07.538Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
631 | 2025-01-22T08:41:07.552Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
632 | 2025-01-22T08:41:07.692Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
633 | 2025-01-22T08:41:07.947Z | Checking parse-display v0.10.0 |
634 | 2025-01-22T08:41:08.131Z | Checking progenitor-client v0.9.1 |
635 | 2025-01-22T08:41:08.156Z | Checking regress v0.9.1 |
636 | 2025-01-22T08:41:08.410Z | Checking macaddr v1.0.1 |
637 | 2025-01-22T08:41:08.530Z | Checking strum v0.26.3 |
638 | 2025-01-22T08:41:09.337Z | Compiling progenitor-macro v0.8.0 |
639 | 2025-01-22T08:41:13.040Z | Checking progenitor v0.8.0 |
640 | 2025-01-22T08:41:13.066Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
641 | 2025-01-22T08:41:15.737Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
642 | 2025-01-22T08:41:22.670Z | Checking test-project v0.1.0 (/tmp/test-project) |
643 | 2025-01-22T08:41:22.731Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s |
644 | 2025-01-22T08:41:22.864Z | + cargo build --release |
645 | 2025-01-22T08:41:23.118Z | Compiling proc-macro2 v1.0.92 |
646 | 2025-01-22T08:41:23.118Z | Compiling unicode-ident v1.0.14 |
647 | 2025-01-22T08:41:23.118Z | Compiling libc v0.2.169 |
648 | 2025-01-22T08:41:23.118Z | Compiling cfg-if v1.0.0 |
649 | 2025-01-22T08:41:23.129Z | Compiling autocfg v1.4.0 |
650 | 2025-01-22T08:41:23.129Z | Compiling serde v1.0.217 |
651 | 2025-01-22T08:41:23.226Z | Compiling version_check v0.9.5 |
652 | 2025-01-22T08:41:23.231Z | Compiling memchr v2.7.4 |
653 | 2025-01-22T08:41:23.250Z | Compiling serde_json v1.0.135 |
654 | 2025-01-22T08:41:23.317Z | Compiling itoa v1.0.11 |
655 | 2025-01-22T08:41:23.596Z | Compiling thiserror v1.0.69 |
656 | 2025-01-22T08:41:23.689Z | Compiling once_cell v1.20.2 |
657 | 2025-01-22T08:41:23.707Z | Compiling shlex v1.3.0 |
658 | 2025-01-22T08:41:24.008Z | Compiling cc v1.1.30 |
659 | 2025-01-22T08:41:24.092Z | Compiling num-traits v0.2.19 |
660 | 2025-01-22T08:41:24.113Z | Compiling pin-project-lite v0.2.14 |
661 | 2025-01-22T08:41:24.341Z | Compiling getrandom v0.2.15 |
662 | 2025-01-22T08:41:24.415Z | Compiling smallvec v1.13.2 |
663 | 2025-01-22T08:41:24.463Z | Compiling ryu v1.0.18 |
664 | 2025-01-22T08:41:24.684Z | Compiling bytes v1.9.0 |
665 | 2025-01-22T08:41:24.786Z | Compiling quote v1.0.38 |
666 | 2025-01-22T08:41:24.856Z | Compiling futures-core v0.3.31 |
667 | 2025-01-22T08:41:24.896Z | Compiling lock_api v0.4.12 |
668 | 2025-01-22T08:41:25.099Z | Compiling parking_lot_core v0.9.10 |
669 | 2025-01-22T08:41:25.247Z | Compiling syn v2.0.96 |
670 | 2025-01-22T08:41:25.282Z | Compiling schemars v0.8.21 |
671 | 2025-01-22T08:41:25.352Z | Compiling ahash v0.8.11 |
672 | 2025-01-22T08:41:25.447Z | Compiling byteorder v1.5.0 |
673 | 2025-01-22T08:41:25.544Z | Compiling scopeguard v1.2.0 |
674 | 2025-01-22T08:41:25.780Z | Compiling slab v0.4.9 |
675 | 2025-01-22T08:41:25.897Z | Compiling futures-sink v0.3.31 |
676 | 2025-01-22T08:41:26.047Z | Compiling log v0.4.22 |
677 | 2025-01-22T08:41:26.127Z | Compiling parking_lot v0.12.3 |
678 | 2025-01-22T08:41:26.269Z | Compiling mio v1.0.2 |
679 | 2025-01-22T08:41:26.302Z | Compiling socket2 v0.5.7 |
680 | 2025-01-22T08:41:26.471Z | Compiling signal-hook-registry v1.4.2 |
681 | 2025-01-22T08:41:26.570Z | Compiling stable_deref_trait v1.2.0 |
682 | 2025-01-22T08:41:26.574Z | Compiling ring v0.17.8 |
683 | 2025-01-22T08:41:26.574Z | Compiling equivalent v1.0.1 |
684 | 2025-01-22T08:41:26.682Z | Compiling fnv v1.0.7 |
685 | 2025-01-22T08:41:26.783Z | Compiling semver v1.0.24 |
686 | 2025-01-22T08:41:26.809Z | Compiling hashbrown v0.15.1 |
687 | 2025-01-22T08:41:27.263Z | Compiling http v1.2.0 |
688 | 2025-01-22T08:41:27.811Z | Compiling futures-channel v0.3.31 |
689 | 2025-01-22T08:41:27.849Z | Compiling futures-io v0.3.31 |
690 | 2025-01-22T08:41:27.944Z | Compiling pin-utils v0.1.0 |
691 | 2025-01-22T08:41:28.034Z | Compiling futures-task v0.3.31 |
692 | 2025-01-22T08:41:28.165Z | Compiling vcpkg v0.2.15 |
693 | 2025-01-22T08:41:28.236Z | Compiling rustls-pki-types v1.10.0 |
694 | 2025-01-22T08:41:28.245Z | Compiling pkg-config v0.3.31 |
695 | 2025-01-22T08:41:28.293Z | Compiling spin v0.9.8 |
696 | 2025-01-22T08:41:28.521Z | Compiling litemap v0.7.3 |
697 | 2025-01-22T08:41:28.948Z | Compiling heck v0.5.0 |
698 | 2025-01-22T08:41:29.243Z | Compiling writeable v0.5.5 |
699 | 2025-01-22T08:41:29.333Z | Compiling untrusted v0.9.0 |
700 | 2025-01-22T08:41:29.508Z | Compiling iana-time-zone v0.1.61 |
701 | 2025-01-22T08:41:29.538Z | Compiling openssl-sys v0.9.103 |
702 | 2025-01-22T08:41:29.976Z | Compiling httparse v1.9.5 |
703 | 2025-01-22T08:41:30.326Z | Compiling tracing-core v0.1.32 |
704 | 2025-01-22T08:41:30.520Z | Compiling atomic-waker v1.1.2 |
705 | 2025-01-22T08:41:30.624Z | Compiling dyn-clone v1.0.17 |
706 | 2025-01-22T08:41:30.632Z | Compiling ucd-trie v0.1.7 |
707 | 2025-01-22T08:41:30.833Z | Compiling http-body v1.0.1 |
708 | 2025-01-22T08:41:31.058Z | Compiling tracing v0.1.40 |
709 | 2025-01-22T08:41:31.412Z | Compiling icu_locid_transform_data v1.5.0 |
710 | 2025-01-22T08:41:31.510Z | Compiling allocator-api2 v0.2.18 |
711 | 2025-01-22T08:41:31.608Z | Compiling subtle v2.6.1 |
712 | 2025-01-22T08:41:31.670Z | Compiling try-lock v0.2.5 |
713 | 2025-01-22T08:41:31.699Z | Compiling zeroize v1.8.1 |
714 | 2025-01-22T08:41:31.875Z | Compiling want v0.3.1 |
715 | 2025-01-22T08:41:32.109Z | Compiling icu_properties_data v1.5.0 |
716 | 2025-01-22T08:41:32.139Z | Compiling synstructure v0.13.1 |
717 | 2025-01-22T08:41:32.201Z | Compiling serde_derive_internals v0.29.1 |
718 | 2025-01-22T08:41:32.219Z | Compiling chrono v0.4.39 |
719 | 2025-01-22T08:41:32.264Z | Compiling openssl v0.10.66 |
720 | 2025-01-22T08:41:32.676Z | Compiling foreign-types-shared v0.1.1 |
721 | 2025-01-22T08:41:32.790Z | Compiling uuid v1.12.0 |
722 | 2025-01-22T08:41:32.798Z | Compiling httpdate v1.0.3 |
723 | 2025-01-22T08:41:33.303Z | Compiling foreign-types v0.3.2 |
724 | 2025-01-22T08:41:33.585Z | Compiling rustls v0.23.19 |
725 | 2025-01-22T08:41:33.907Z | Compiling slog v2.7.0 |
726 | 2025-01-22T08:41:34.110Z | Compiling percent-encoding v2.3.1 |
727 | 2025-01-22T08:41:34.332Z | Compiling bitflags v2.6.0 |
728 | 2025-01-22T08:41:34.376Z | Compiling utf16_iter v1.0.5 |
729 | 2025-01-22T08:41:34.569Z | Compiling tower-service v0.3.3 |
730 | 2025-01-22T08:41:34.590Z | Compiling utf8_iter v1.0.4 |
731 | 2025-01-22T08:41:34.673Z | Compiling native-tls v0.2.12 |
732 | 2025-01-22T08:41:34.690Z | Compiling write16 v1.0.0 |
733 | 2025-01-22T08:41:34.823Z | Compiling icu_normalizer_data v1.5.0 |
734 | 2025-01-22T08:41:34.908Z | Compiling form_urlencoded v1.2.1 |
735 | 2025-01-22T08:41:34.981Z | Compiling aho-corasick v1.1.3 |
736 | 2025-01-22T08:41:35.037Z | Compiling regex-syntax v0.8.5 |
737 | 2025-01-22T08:41:35.437Z | Compiling openssl-probe v0.1.5 |
738 | 2025-01-22T08:41:35.895Z | Compiling typenum v1.17.0 |
739 | 2025-01-22T08:41:36.551Z | Compiling serde_derive v1.0.217 |
740 | 2025-01-22T08:41:36.798Z | Compiling zerocopy-derive v0.7.35 |
741 | 2025-01-22T08:41:37.006Z | Compiling thiserror-impl v1.0.69 |
742 | 2025-01-22T08:41:37.156Z | Compiling zerofrom-derive v0.1.4 |
743 | 2025-01-22T08:41:37.661Z | Compiling schemars_derive v0.8.21 |
744 | 2025-01-22T08:41:38.676Z | Compiling zerocopy v0.7.35 |
745 | 2025-01-22T08:41:39.873Z | Compiling tokio-macros v2.5.0 |
746 | 2025-01-22T08:41:39.938Z | Compiling yoke-derive v0.7.4 |
747 | 2025-01-22T08:41:40.170Z | Compiling zerovec-derive v0.10.3 |
748 | 2025-01-22T08:41:40.347Z | Compiling zerofrom v0.1.4 |
749 | 2025-01-22T08:41:40.364Z | Compiling futures-macro v0.3.31 |
750 | 2025-01-22T08:41:40.406Z | Compiling displaydoc v0.2.5 |
751 | 2025-01-22T08:41:41.239Z | Compiling tokio v1.43.0 |
752 | 2025-01-22T08:41:41.831Z | Compiling icu_provider_macros v1.5.0 |
753 | 2025-01-22T08:41:42.131Z | Compiling futures-util v0.3.31 |
754 | 2025-01-22T08:41:42.346Z | Compiling yoke v0.7.4 |
755 | 2025-01-22T08:41:42.692Z | Compiling zerovec v0.10.4 |
756 | 2025-01-22T08:41:42.880Z | Compiling rustls-webpki v0.102.8 |
757 | 2025-01-22T08:41:42.929Z | Compiling pest v2.7.14 |
758 | 2025-01-22T08:41:45.825Z | Compiling tinystr v0.7.6 |
759 | 2025-01-22T08:41:46.201Z | Compiling icu_locid v1.5.0 |
760 | 2025-01-22T08:41:47.469Z | Compiling icu_provider v1.5.0 |
761 | 2025-01-22T08:41:48.170Z | Compiling icu_locid_transform v1.5.0 |
762 | 2025-01-22T08:41:48.235Z | Compiling pest_meta v2.7.14 |
763 | 2025-01-22T08:41:49.580Z | Compiling indexmap v2.7.0 |
764 | 2025-01-22T08:41:51.158Z | Compiling serde_tokenstream v0.2.2 |
765 | 2025-01-22T08:41:53.192Z | Compiling tokio-util v0.7.12 |
766 | 2025-01-22T08:41:53.506Z | Compiling icu_collections v1.5.0 |
767 | 2025-01-22T08:41:53.644Z | Compiling hashbrown v0.14.5 |
768 | 2025-01-22T08:41:55.163Z | Compiling h2 v0.4.6 |
769 | 2025-01-22T08:41:55.292Z | Compiling regress v0.10.1 |
770 | 2025-01-22T08:41:56.187Z | Compiling icu_properties v1.5.1 |
771 | 2025-01-22T08:41:56.811Z | Compiling pest_generator v2.7.14 |
772 | 2025-01-22T08:41:58.401Z | Compiling openssl-macros v0.1.1 |
773 | 2025-01-22T08:41:59.839Z | Compiling typify-impl v0.2.0 |
774 | 2025-01-22T08:41:59.954Z | Compiling icu_normalizer v1.5.0 |
775 | 2025-01-22T08:42:02.445Z | Compiling hyper v1.5.2 |
776 | 2025-01-22T08:42:05.423Z | Compiling hyper-util v0.1.10 |
777 | 2025-01-22T08:42:06.779Z | Compiling pest_derive v2.7.14 |
778 | 2025-01-22T08:42:10.039Z | Compiling typify-macro v0.2.0 |
779 | 2025-01-22T08:42:11.255Z | Compiling idna_adapter v1.2.0 |
780 | 2025-01-22T08:42:11.462Z | Compiling http-body-util v0.1.2 |
781 | 2025-01-22T08:42:11.900Z | Compiling regex-automata v0.4.8 |
782 | 2025-01-22T08:42:12.134Z | Compiling generic-array v0.14.7 |
783 | 2025-01-22T08:42:12.217Z | Compiling encoding_rs v0.8.34 |
784 | 2025-01-22T08:42:12.456Z | Compiling mime v0.3.17 |
785 | 2025-01-22T08:42:14.099Z | Compiling tokio-native-tls v0.3.1 |
786 | 2025-01-22T08:42:14.364Z | Compiling idna v1.0.3 |
787 | 2025-01-22T08:42:14.864Z | Compiling tokio-rustls v0.26.0 |
788 | 2025-01-22T08:42:15.010Z | Compiling serde_urlencoded v0.7.1 |
789 | 2025-01-22T08:42:15.152Z | Compiling scroll_derive v0.12.0 |
790 | 2025-01-22T08:42:15.296Z | Compiling rustls-pemfile v2.2.0 |
791 | 2025-01-22T08:42:15.549Z | Compiling webpki-roots v0.26.6 |
792 | 2025-01-22T08:42:15.766Z | Compiling usdt-impl v0.5.0 |
793 | 2025-01-22T08:42:16.148Z | Compiling regex v1.11.1 |
794 | 2025-01-22T08:42:17.028Z | Compiling time-core v0.1.2 |
795 | 2025-01-22T08:42:17.196Z | Compiling num-conv v0.1.0 |
796 | 2025-01-22T08:42:17.453Z | Compiling powerfmt v0.2.0 |
797 | 2025-01-22T08:42:17.937Z | Compiling base64 v0.22.1 |
798 | 2025-01-22T08:42:18.727Z | Compiling deranged v0.3.11 |
799 | 2025-01-22T08:42:19.035Z | Compiling time-macros v0.2.18 |
800 | 2025-01-22T08:42:19.997Z | Compiling scroll v0.12.0 |
801 | 2025-01-22T08:42:20.707Z | Compiling hyper-rustls v0.27.3 |
802 | 2025-01-22T08:42:22.399Z | Compiling url v2.5.3 |
803 | 2025-01-22T08:42:23.185Z | Compiling hyper-tls v0.6.0 |
804 | 2025-01-22T08:42:23.272Z | Compiling thread-id v4.2.2 |
805 | 2025-01-22T08:42:23.604Z | Compiling dtrace-parser v0.2.0 |
806 | 2025-01-22T08:42:25.163Z | Compiling dof v0.3.0 |
807 | 2025-01-22T08:42:25.918Z | Compiling sync_wrapper v1.0.1 |
808 | 2025-01-22T08:42:26.072Z | Compiling crossbeam-utils v0.8.20 |
809 | 2025-01-22T08:42:26.609Z | Compiling syn v1.0.109 |
810 | 2025-01-22T08:42:27.153Z | Compiling strsim v0.11.1 |
811 | 2025-01-22T08:42:29.020Z | Compiling omicron-workspace-hack v0.1.0 |
812 | 2025-01-22T08:42:29.308Z | Compiling num_threads v0.1.7 |
813 | 2025-01-22T08:42:29.422Z | Compiling ipnet v2.10.1 |
814 | 2025-01-22T08:42:29.680Z | Compiling plain v0.2.3 |
815 | 2025-01-22T08:42:29.855Z | Compiling ident_case v1.0.1 |
816 | 2025-01-22T08:42:30.261Z | Compiling time v0.3.36 |
817 | 2025-01-22T08:42:31.892Z | Compiling darling_core v0.20.10 |
818 | 2025-01-22T08:42:32.369Z | Compiling reqwest v0.12.9 |
819 | 2025-01-22T08:42:32.609Z | Compiling goblin v0.8.2 |
820 | 2025-01-22T08:42:39.237Z | Compiling openapiv3 v2.0.0 |
821 | 2025-01-22T08:42:40.388Z | Compiling typify v0.2.0 |
822 | 2025-01-22T08:42:42.482Z | Compiling dirs-sys-next v0.1.2 |
823 | 2025-01-22T08:42:43.463Z | Compiling paste v1.0.15 |
824 | 2025-01-22T08:42:43.540Z | Compiling rustls v0.22.4 |
825 | 2025-01-22T08:42:43.858Z | Compiling rustversion v1.0.17 |
826 | 2025-01-22T08:42:43.953Z | Compiling newtype-uuid v1.2.1 |
827 | 2025-01-22T08:42:44.290Z | Compiling unsafe-libyaml v0.2.11 |
828 | 2025-01-22T08:42:44.472Z | Compiling pretty-hex v0.4.1 |
829 | 2025-01-22T08:42:45.940Z | Compiling serde_yaml v0.9.34+deprecated |
830 | 2025-01-22T08:42:47.064Z | Compiling progenitor-impl v0.8.0 |
831 | 2025-01-22T08:42:49.219Z | Compiling dirs-next v2.0.0 |
832 | 2025-01-22T08:42:51.037Z | Compiling darling_macro v0.20.10 |
833 | 2025-01-22T08:42:52.047Z | Compiling block-buffer v0.10.4 |
834 | 2025-01-22T08:42:52.280Z | Compiling crypto-common v0.1.6 |
835 | 2025-01-22T08:42:52.379Z | Compiling ipnetwork v0.20.0 |
836 | 2025-01-22T08:42:52.504Z | Compiling serde_spanned v0.6.8 |
837 | 2025-01-22T08:42:52.753Z | Compiling toml_datetime v0.6.8 |
838 | 2025-01-22T08:42:53.025Z | Compiling ppv-lite86 v0.2.20 |
839 | 2025-01-22T08:42:53.430Z | Compiling structmeta-derive v0.3.0 |
840 | 2025-01-22T08:42:53.835Z | Compiling rand_core v0.6.4 |
841 | 2025-01-22T08:42:54.417Z | Compiling thread_local v1.1.8 |
842 | 2025-01-22T08:42:54.664Z | Compiling multer v3.1.0 |
843 | 2025-01-22T08:42:55.001Z | Compiling match_cfg v0.1.0 |
844 | 2025-01-22T08:42:55.092Z | Compiling winnow v0.6.20 |
845 | 2025-01-22T08:42:55.100Z | Compiling camino v1.1.9 |
846 | 2025-01-22T08:42:55.661Z | Compiling thiserror v2.0.11 |
847 | 2025-01-22T08:42:55.901Z | Compiling either v1.13.0 |
848 | 2025-01-22T08:42:56.233Z | Compiling slog-async v2.8.0 |
849 | 2025-01-22T08:42:56.306Z | Compiling anyhow v1.0.93 |
850 | 2025-01-22T08:42:56.315Z | Compiling itertools v0.10.5 |
851 | 2025-01-22T08:42:57.103Z | Compiling structmeta v0.3.0 |
852 | 2025-01-22T08:42:57.272Z | Compiling hostname v0.3.1 |
853 | 2025-01-22T08:42:57.354Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
854 | 2025-01-22T08:42:57.443Z | Compiling rand_chacha v0.3.1 |
855 | 2025-01-22T08:42:57.599Z | Compiling progenitor-macro v0.8.0 |
856 | 2025-01-22T08:42:58.470Z | Compiling toml_edit v0.22.22 |
857 | 2025-01-22T08:42:59.153Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
858 | 2025-01-22T08:42:59.176Z | Compiling digest v0.10.7 |
859 | 2025-01-22T08:42:59.221Z | Compiling darling v0.20.10 |
860 | 2025-01-22T08:42:59.323Z | Compiling crossbeam-channel v0.5.13 |
861 | 2025-01-22T08:43:00.847Z | Compiling term v0.7.0 |
862 | 2025-01-22T08:43:07.932Z | Compiling usdt-macro v0.5.0 |
863 | 2025-01-22T08:43:08.292Z | Compiling usdt-attr-macro v0.5.0 |
864 | 2025-01-22T08:43:08.757Z | Compiling progenitor-client v0.8.0 |
865 | 2025-01-22T08:43:09.159Z | Compiling slog-json v2.6.1 |
866 | 2025-01-22T08:43:09.633Z | Compiling futures-executor v0.3.31 |
867 | 2025-01-22T08:43:09.655Z | Compiling async-stream-impl v0.3.6 |
868 | 2025-01-22T08:43:09.662Z | Compiling thiserror-impl v2.0.11 |
869 | 2025-01-22T08:43:10.743Z | Compiling memmap v0.7.0 |
870 | 2025-01-22T08:43:10.960Z | Compiling is-terminal v0.4.13 |
871 | 2025-01-22T08:43:11.060Z | Compiling dropshot v0.15.1 |
872 | 2025-01-22T08:43:11.187Z | Compiling cpufeatures v0.2.14 |
873 | 2025-01-22T08:43:11.283Z | Compiling take_mut v0.2.2 |
874 | 2025-01-22T08:43:11.461Z | Compiling sha1 v0.10.6 |
875 | 2025-01-22T08:43:12.268Z | Compiling slog-term v2.9.1 |
876 | 2025-01-22T08:43:12.710Z | Compiling usdt v0.5.0 |
877 | 2025-01-22T08:43:14.171Z | Compiling async-stream v0.3.6 |
878 | 2025-01-22T08:43:14.458Z | Compiling futures v0.3.31 |
879 | 2025-01-22T08:43:14.557Z | Compiling slog-bunyan v2.5.0 |
880 | 2025-01-22T08:43:14.583Z | Compiling progenitor v0.8.0 |
881 | 2025-01-22T08:43:14.764Z | Compiling tokio-rustls v0.25.0 |
882 | 2025-01-22T08:43:14.774Z | Compiling strum_macros v0.26.4 |
883 | 2025-01-22T08:43:14.826Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
884 | 2025-01-22T08:43:15.049Z | Compiling toml v0.8.19 |
885 | 2025-01-22T08:43:15.190Z | Compiling serde_with_macros v3.11.0 |
886 | 2025-01-22T08:43:16.500Z | Compiling rand v0.8.5 |
887 | 2025-01-22T08:43:17.706Z | Compiling parse-display-derive v0.10.0 |
888 | 2025-01-22T08:43:20.953Z | Compiling dropshot_endpoint v0.15.1 |
889 | 2025-01-22T08:43:21.379Z | Compiling hex v0.4.3 |
890 | 2025-01-22T08:43:21.618Z | Compiling serde_path_to_error v0.1.16 |
891 | 2025-01-22T08:43:21.648Z | Compiling async-trait v0.1.83 |
892 | 2025-01-22T08:43:22.059Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
893 | 2025-01-22T08:43:22.239Z | Compiling waitgroup v0.1.2 |
894 | 2025-01-22T08:43:22.464Z | Compiling hostname v0.4.0 |
895 | 2025-01-22T08:43:22.592Z | Compiling instant v0.1.13 |
896 | 2025-01-22T08:43:22.725Z | Compiling debug-ignore v1.0.5 |
897 | 2025-01-22T08:43:22.734Z | Compiling backoff v0.4.0 |
898 | 2025-01-22T08:43:22.805Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
899 | 2025-01-22T08:43:22.872Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
900 | 2025-01-22T08:43:23.017Z | Compiling parse-display v0.10.0 |
901 | 2025-01-22T08:43:23.043Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
902 | 2025-01-22T08:43:23.174Z | Compiling strum v0.26.3 |
903 | 2025-01-22T08:43:23.317Z | Compiling serde_with v3.11.0 |
904 | 2025-01-22T08:43:23.768Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
905 | 2025-01-22T08:43:24.460Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
906 | 2025-01-22T08:43:24.948Z | Compiling progenitor-client v0.9.1 |
907 | 2025-01-22T08:43:25.271Z | Compiling regress v0.9.1 |
908 | 2025-01-22T08:43:25.902Z | Compiling macaddr v1.0.1 |
909 | 2025-01-22T08:43:33.970Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
910 | 2025-01-22T08:43:43.889Z | Compiling test-project v0.1.0 (/tmp/test-project) |
911 | 2025-01-22T08:43:53.702Z | Finished `release` profile [optimized] target(s) in 2m 30s |
912 | 2025-01-22T08:43:53.769Z | process exited: duration 219232 ms, exit code 0 |
|
913 | 2025-01-22T08:43:53.776Z | found 0 output files |