|
|
|
1 | 2025-01-27T08:45:29.848Z | job assigned to worker 01JJKEY83RZ6169P213W9JGYYT [factory aws, i-03611350ea80bfbc7] (queued for 1 m 2 s) |
|
2 | 2025-01-27T08:45:38.094Z | starting task 0: "setup" |
3 | 2025-01-27T08:45:38.105Z | ++ uname -s |
4 | 2025-01-27T08:45:38.108Z | + kern=SunOS |
5 | 2025-01-27T08:45:38.108Z | + case "$kern" in |
6 | 2025-01-27T08:45:38.108Z | + groupadd -g 12345 build |
7 | 2025-01-27T08:45:38.110Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-27T08:45:40.118Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-27T08:45:40.248Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-27T08:45:40.251Z | + home_fs=zfs |
11 | 2025-01-27T08:45:40.251Z | + [[ zfs == autofs ]] |
12 | 2025-01-27T08:45:40.251Z | + mkdir -p /home/build |
13 | 2025-01-27T08:45:40.255Z | + chown build:build /home/build /work |
14 | 2025-01-27T08:45:42.255Z | + chmod 0700 /home/build /work |
15 | 2025-01-27T08:45:42.258Z | process exited: duration 4162 ms, exit code 0 |
|
16 | 2025-01-27T08:45:42.263Z | starting task 1: "rust-toolchain" |
17 | 2025-01-27T08:45:42.268Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-27T08:45:42.268Z | ' 1.84.0 |
19 | 2025-01-27T08:45:42.268Z | * toolchain channel = "1.84.0" |
20 | 2025-01-27T08:45:42.268Z | + printf ' * toolchain profile = "%s" |
21 | 2025-01-27T08:45:42.268Z | * toolchain profile = "default" |
22 | 2025-01-27T08:45:42.268Z | ' default |
23 | 2025-01-27T08:45:42.271Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-27T08:45:42.271Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
25 | 2025-01-27T08:45:42.374Z | info: downloading installer |
26 | 2025-01-27T08:45:43.730Z | info: profile set to 'default' |
27 | 2025-01-27T08:45:43.730Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-27T08:45:43.733Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
29 | 2025-01-27T08:45:43.866Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
30 | 2025-01-27T08:45:43.866Z | info: downloading component 'cargo' |
31 | 2025-01-27T08:45:44.622Z | info: downloading component 'clippy' |
32 | 2025-01-27T08:45:44.907Z | info: downloading component 'rust-docs' |
33 | 2025-01-27T08:45:45.922Z | info: downloading component 'rust-std' |
34 | 2025-01-27T08:45:47.432Z | info: downloading component 'rustc' |
35 | 2025-01-27T08:45:53.212Z | info: downloading component 'rustfmt' |
36 | 2025-01-27T08:45:53.430Z | info: installing component 'cargo' |
37 | 2025-01-27T08:45:54.250Z | info: installing component 'clippy' |
38 | 2025-01-27T08:45:54.625Z | info: installing component 'rust-docs' |
39 | 2025-01-27T08:45:56.272Z | info: installing component 'rust-std' |
40 | 2025-01-27T08:45:57.985Z | info: installing component 'rustc' |
41 | 2025-01-27T08:46:04.026Z | info: installing component 'rustfmt' |
42 | 2025-01-27T08:46:04.358Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
43 | 2025-01-27T08:46:04.358Z | |
44 | 2025-01-27T08:46:04.752Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
45 | 2025-01-27T08:46:04.752Z | |
46 | 2025-01-27T08:46:04.755Z | |
47 | 2025-01-27T08:46:04.755Z | Rust is installed now. Great! |
48 | 2025-01-27T08:46:04.755Z | |
49 | 2025-01-27T08:46:04.755Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-27T08:46:04.755Z | environment variable. This has not been done automatically. |
51 | 2025-01-27T08:46:04.755Z | |
52 | 2025-01-27T08:46:04.756Z | To configure your current shell, you need to source |
53 | 2025-01-27T08:46:04.756Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-27T08:46:04.756Z | |
55 | 2025-01-27T08:46:04.756Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-27T08:46:04.756Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-27T08:46:04.756Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-27T08:46:04.834Z | + rustc --version |
59 | 2025-01-27T08:46:04.902Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
60 | 2025-01-27T08:46:04.905Z | process exited: duration 22639 ms, exit code 0 |
|
61 | 2025-01-27T08:46:04.913Z | starting task 2: "authentication" |
62 | 2025-01-27T08:46:04.934Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2025-01-27T08:46:04.942Z | starting task 3: "clone repository" |
64 | 2025-01-27T08:46:04.946Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-27T08:46:04.948Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-27T08:46:04.984Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-27T08:46:12.976Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-27T08:46:12.976Z | + git fetch origin e96acf6acc77c085f7070b2db01f428481c2ac9e |
69 | 2025-01-27T08:46:13.278Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-27T08:46:13.278Z | * branch e96acf6acc77c085f7070b2db01f428481c2ac9e -> FETCH_HEAD |
71 | 2025-01-27T08:46:13.288Z | + [[ -n renovate/lock-file-maintenance ]] |
72 | 2025-01-27T08:46:13.291Z | ++ git branch --show-current |
73 | 2025-01-27T08:46:13.293Z | + current=main |
74 | 2025-01-27T08:46:13.293Z | + [[ main != renovate/lock-file-maintenance ]] |
75 | 2025-01-27T08:46:13.293Z | + git branch -f renovate/lock-file-maintenance e96acf6acc77c085f7070b2db01f428481c2ac9e |
76 | 2025-01-27T08:46:13.296Z | + git checkout -f renovate/lock-file-maintenance |
77 | 2025-01-27T08:46:13.484Z | Switched to branch 'renovate/lock-file-maintenance' |
78 | 2025-01-27T08:46:13.487Z | + git reset --hard e96acf6acc77c085f7070b2db01f428481c2ac9e |
79 | 2025-01-27T08:46:13.499Z | HEAD is now at e96acf6ac Lock file maintenance |
80 | 2025-01-27T08:46:13.502Z | process exited: duration 8559 ms, exit code 0 |
|
81 | 2025-01-27T08:46:13.507Z | starting task 4: "build" |
82 | 2025-01-27T08:46:13.513Z | + source .github/buildomat/ci-env.sh |
83 | 2025-01-27T08:46:13.513Z | ++ export CARGO_TERM_COLOR=always |
84 | 2025-01-27T08:46:13.513Z | ++ CARGO_TERM_COLOR=always |
85 | 2025-01-27T08:46:13.513Z | + cargo --version |
86 | 2025-01-27T08:46:13.574Z | cargo 1.84.0 (66221abde 2024-11-19) |
87 | 2025-01-27T08:46:13.577Z | + rustc --version |
88 | 2025-01-27T08:46:13.639Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
89 | 2025-01-27T08:46:13.642Z | + cd /tmp |
90 | 2025-01-27T08:46:13.642Z | + cargo new --lib test-project |
91 | 2025-01-27T08:46:13.702Z | Creating library `test-project` package |
92 | 2025-01-27T08:46:13.783Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
93 | 2025-01-27T08:46:13.786Z | + cd test-project |
94 | 2025-01-27T08:46:13.786Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
95 | 2025-01-27T08:46:13.847Z | Adding omicron-common (local) to dependencies |
96 | 2025-01-27T08:46:13.850Z | Features: |
97 | 2025-01-27T08:46:13.850Z | - proptest |
98 | 2025-01-27T08:46:13.850Z | - test-strategy |
99 | 2025-01-27T08:46:13.850Z | - testing |
100 | 2025-01-27T08:46:13.850Z | Updating crates.io index |
101 | 2025-01-27T08:46:13.921Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
102 | 2025-01-27T08:46:15.327Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
103 | 2025-01-27T08:46:15.965Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
104 | 2025-01-27T08:46:16.451Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
105 | 2025-01-27T08:46:16.926Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
106 | 2025-01-27T08:46:18.435Z | Locking 335 packages to latest compatible versions |
107 | 2025-01-27T08:46:18.633Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
108 | 2025-01-27T08:46:18.636Z | + cargo check |
109 | 2025-01-27T08:46:18.778Z | Updating crates.io index |
110 | 2025-01-27T08:46:19.630Z | Locking 1 package to latest compatible version |
111 | 2025-01-27T08:46:19.631Z | Adding omicron-workspace-hack v0.1.0 |
112 | 2025-01-27T08:46:19.655Z | Downloading crates ... |
113 | 2025-01-27T08:46:19.739Z | Downloaded cfg_aliases v0.2.1 |
114 | 2025-01-27T08:46:19.742Z | Downloaded async-stream-impl v0.3.6 |
115 | 2025-01-27T08:46:19.750Z | Downloaded async-stream v0.3.6 |
116 | 2025-01-27T08:46:19.753Z | Downloaded async-trait v0.1.85 |
117 | 2025-01-27T08:46:19.763Z | Downloaded cc v1.2.10 |
118 | 2025-01-27T08:46:19.767Z | Downloaded cfg-if v1.0.0 |
119 | 2025-01-27T08:46:19.769Z | Downloaded ahash v0.8.11 |
120 | 2025-01-27T08:46:19.777Z | Downloaded anyhow v1.0.95 |
121 | 2025-01-27T08:46:19.781Z | Downloaded tinyvec v1.8.1 |
122 | 2025-01-27T08:46:19.784Z | Downloaded tinystr v0.7.6 |
123 | 2025-01-27T08:46:19.787Z | Downloaded log v0.4.25 |
124 | 2025-01-27T08:46:19.789Z | Downloaded toml_datetime v0.6.8 |
125 | 2025-01-27T08:46:19.792Z | Downloaded usdt v0.5.0 |
126 | 2025-01-27T08:46:19.792Z | Downloaded allocator-api2 v0.2.21 |
127 | 2025-01-27T08:46:19.795Z | Downloaded tinyvec_macros v0.1.1 |
128 | 2025-01-27T08:46:19.797Z | Downloaded aho-corasick v1.1.3 |
129 | 2025-01-27T08:46:19.802Z | Downloaded chrono v0.4.39 |
130 | 2025-01-27T08:46:19.809Z | Downloaded hashbrown v0.14.5 |
131 | 2025-01-27T08:46:19.815Z | Downloaded futures-core v0.3.31 |
132 | 2025-01-27T08:46:19.818Z | Downloaded equivalent v1.0.1 |
133 | 2025-01-27T08:46:19.818Z | Downloaded ucd-trie v0.1.7 |
134 | 2025-01-27T08:46:19.820Z | Downloaded cpufeatures v0.2.17 |
135 | 2025-01-27T08:46:19.823Z | Downloaded tower-service v0.3.3 |
136 | 2025-01-27T08:46:19.823Z | Downloaded http-body v1.0.1 |
137 | 2025-01-27T08:46:19.826Z | Downloaded dyn-clone v1.0.17 |
138 | 2025-01-27T08:46:19.830Z | Downloaded try-lock v0.2.5 |
139 | 2025-01-27T08:46:19.830Z | Downloaded iana-time-zone v0.1.61 |
140 | 2025-01-27T08:46:19.834Z | Downloaded foreign-types v0.3.2 |
141 | 2025-01-27T08:46:19.838Z | Downloaded typify v0.2.0 |
142 | 2025-01-27T08:46:19.843Z | Downloaded icu_provider_macros v1.5.0 |
143 | 2025-01-27T08:46:19.845Z | Downloaded foreign-types-shared v0.1.1 |
144 | 2025-01-27T08:46:19.848Z | Downloaded futures-util v0.3.31 |
145 | 2025-01-27T08:46:19.860Z | Downloaded url v2.5.4 |
146 | 2025-01-27T08:46:19.864Z | Downloaded typify-macro v0.2.0 |
147 | 2025-01-27T08:46:19.867Z | Downloaded tokio-rustls v0.26.1 |
148 | 2025-01-27T08:46:19.867Z | Downloaded ident_case v1.0.1 |
149 | 2025-01-27T08:46:19.870Z | Downloaded darling_macro v0.20.10 |
150 | 2025-01-27T08:46:19.870Z | Downloaded time-core v0.1.2 |
151 | 2025-01-27T08:46:19.870Z | Downloaded instant v0.1.13 |
152 | 2025-01-27T08:46:19.873Z | Downloaded thread_local v1.1.8 |
153 | 2025-01-27T08:46:19.876Z | Downloaded tower-layer v0.3.3 |
154 | 2025-01-27T08:46:19.876Z | Downloaded httpdate v1.0.3 |
155 | 2025-01-27T08:46:19.878Z | Downloaded generic-array v0.14.7 |
156 | 2025-01-27T08:46:19.881Z | Downloaded http-body-util v0.1.2 |
157 | 2025-01-27T08:46:19.884Z | Downloaded untrusted v0.9.0 |
158 | 2025-01-27T08:46:19.885Z | Downloaded fnv v1.0.7 |
159 | 2025-01-27T08:46:19.885Z | Downloaded tokio-native-tls v0.3.1 |
160 | 2025-01-27T08:46:19.888Z | Downloaded idna_adapter v1.2.0 |
161 | 2025-01-27T08:46:19.888Z | Downloaded want v0.3.1 |
162 | 2025-01-27T08:46:19.891Z | Downloaded write16 v1.0.0 |
163 | 2025-01-27T08:46:19.891Z | Downloaded usdt-macro v0.5.0 |
164 | 2025-01-27T08:46:19.891Z | Downloaded zerofrom v0.1.5 |
165 | 2025-01-27T08:46:19.894Z | Downloaded dtrace-parser v0.2.0 |
166 | 2025-01-27T08:46:19.894Z | Downloaded heck v0.5.0 |
167 | 2025-01-27T08:46:19.894Z | Downloaded futures-macro v0.3.31 |
168 | 2025-01-27T08:46:19.897Z | Downloaded openssl-macros v0.1.1 |
169 | 2025-01-27T08:46:19.897Z | Downloaded autocfg v1.4.0 |
170 | 2025-01-27T08:46:19.899Z | Downloaded num-conv v0.1.0 |
171 | 2025-01-27T08:46:19.901Z | Downloaded omicron-workspace-hack v0.1.0 |
172 | 2025-01-27T08:46:19.901Z | Downloaded hex v0.4.3 |
173 | 2025-01-27T08:46:19.903Z | Downloaded futures-task v0.3.31 |
174 | 2025-01-27T08:46:19.905Z | Downloaded getrandom v0.2.15 |
175 | 2025-01-27T08:46:19.908Z | Downloaded futures-executor v0.3.31 |
176 | 2025-01-27T08:46:19.910Z | Downloaded num_threads v0.1.7 |
177 | 2025-01-27T08:46:19.910Z | Downloaded match_cfg v0.1.0 |
178 | 2025-01-27T08:46:19.912Z | Downloaded form_urlencoded v1.2.1 |
179 | 2025-01-27T08:46:19.912Z | Downloaded foldhash v0.1.4 |
180 | 2025-01-27T08:46:19.916Z | Downloaded futures-sink v0.3.31 |
181 | 2025-01-27T08:46:19.916Z | Downloaded block-buffer v0.10.4 |
182 | 2025-01-27T08:46:19.918Z | Downloaded futures-io v0.3.31 |
183 | 2025-01-27T08:46:19.918Z | Downloaded hyper-tls v0.6.0 |
184 | 2025-01-27T08:46:19.920Z | Downloaded progenitor-client v0.9.1 |
185 | 2025-01-27T08:46:19.920Z | Downloaded pretty-hex v0.4.1 |
186 | 2025-01-27T08:46:19.923Z | Downloaded memmap v0.7.0 |
187 | 2025-01-27T08:46:19.923Z | Downloaded dof v0.3.0 |
188 | 2025-01-27T08:46:19.925Z | Downloaded digest v0.10.7 |
189 | 2025-01-27T08:46:19.928Z | Downloaded deranged v0.3.11 |
190 | 2025-01-27T08:46:19.928Z | Downloaded debug-ignore v1.0.5 |
191 | 2025-01-27T08:46:19.931Z | Downloaded crypto-common v0.1.6 |
192 | 2025-01-27T08:46:19.933Z | Downloaded waitgroup v0.1.2 |
193 | 2025-01-27T08:46:19.933Z | Downloaded usdt-attr-macro v0.5.0 |
194 | 2025-01-27T08:46:19.933Z | Downloaded hostname v0.3.1 |
195 | 2025-01-27T08:46:19.935Z | Downloaded dirs-next v2.0.0 |
196 | 2025-01-27T08:46:19.935Z | Downloaded is-terminal v0.4.15 |
197 | 2025-01-27T08:46:19.938Z | Downloaded dirs-sys-next v0.1.2 |
198 | 2025-01-27T08:46:19.938Z | Downloaded hostname v0.4.0 |
199 | 2025-01-27T08:46:19.940Z | Downloaded tokio-macros v2.5.0 |
200 | 2025-01-27T08:46:19.943Z | Downloaded time-macros v0.2.19 |
201 | 2025-01-27T08:46:19.945Z | Downloaded tokio-rustls v0.25.0 |
202 | 2025-01-27T08:46:19.945Z | Downloaded itoa v1.0.14 |
203 | 2025-01-27T08:46:19.948Z | Downloaded ipnetwork v0.20.0 |
204 | 2025-01-27T08:46:19.950Z | Downloaded icu_locid_transform v1.5.0 |
205 | 2025-01-27T08:46:19.953Z | Downloaded take_mut v0.2.2 |
206 | 2025-01-27T08:46:19.953Z | Downloaded backoff v0.4.0 |
207 | 2025-01-27T08:46:19.955Z | Downloaded utf16_iter v1.0.5 |
208 | 2025-01-27T08:46:19.958Z | Downloaded writeable v0.5.5 |
209 | 2025-01-27T08:46:19.958Z | Downloaded utf8_iter v1.0.4 |
210 | 2025-01-27T08:46:19.960Z | Downloaded unicode-ident v1.0.15 |
211 | 2025-01-27T08:46:19.963Z | Downloaded zerovec-derive v0.10.3 |
212 | 2025-01-27T08:46:19.965Z | Downloaded yoke-derive v0.7.5 |
213 | 2025-01-27T08:46:19.965Z | Downloaded version_check v0.9.5 |
214 | 2025-01-27T08:46:19.969Z | Downloaded thiserror-impl v2.0.11 |
215 | 2025-01-27T08:46:19.971Z | Downloaded zeroize v1.8.1 |
216 | 2025-01-27T08:46:19.974Z | Downloaded plain v0.2.3 |
217 | 2025-01-27T08:46:19.974Z | Downloaded sync_wrapper v1.0.2 |
218 | 2025-01-27T08:46:19.974Z | Downloaded parse-display-derive v0.10.0 |
219 | 2025-01-27T08:46:19.977Z | Downloaded zerofrom-derive v0.1.5 |
220 | 2025-01-27T08:46:19.977Z | Downloaded icu_locid_transform_data v1.5.0 |
221 | 2025-01-27T08:46:19.979Z | Downloaded rustc-hash v2.1.0 |
222 | 2025-01-27T08:46:19.982Z | Downloaded macaddr v1.0.1 |
223 | 2025-01-27T08:46:19.982Z | Downloaded ppv-lite86 v0.2.20 |
224 | 2025-01-27T08:46:19.985Z | Downloaded hyper-rustls v0.27.5 |
225 | 2025-01-27T08:46:19.987Z | Downloaded darling v0.20.10 |
226 | 2025-01-27T08:46:19.990Z | Downloaded powerfmt v0.2.0 |
227 | 2025-01-27T08:46:19.993Z | Downloaded strum v0.26.3 |
228 | 2025-01-27T08:46:19.993Z | Downloaded pest_generator v2.7.15 |
229 | 2025-01-27T08:46:19.995Z | Downloaded pkg-config v0.3.31 |
230 | 2025-01-27T08:46:19.998Z | Downloaded pin-utils v0.1.0 |
231 | 2025-01-27T08:46:19.998Z | Downloaded subtle v2.6.1 |
232 | 2025-01-27T08:46:20.001Z | Downloaded either v1.13.0 |
233 | 2025-01-27T08:46:20.001Z | Downloaded serde_spanned v0.6.8 |
234 | 2025-01-27T08:46:20.005Z | Downloaded scroll_derive v0.12.0 |
235 | 2025-01-27T08:46:20.005Z | Downloaded progenitor v0.8.0 |
236 | 2025-01-27T08:46:20.005Z | Downloaded toml v0.8.19 |
237 | 2025-01-27T08:46:20.008Z | Downloaded serde_path_to_error v0.1.16 |
238 | 2025-01-27T08:46:20.010Z | Downloaded litemap v0.7.4 |
239 | 2025-01-27T08:46:20.013Z | Downloaded slog-bunyan v2.5.0 |
240 | 2025-01-27T08:46:20.013Z | Downloaded structmeta-derive v0.3.0 |
241 | 2025-01-27T08:46:20.015Z | Downloaded bitflags v2.8.0 |
242 | 2025-01-27T08:46:20.018Z | Downloaded quinn-udp v0.5.9 |
243 | 2025-01-27T08:46:20.021Z | Downloaded term v0.7.0 |
244 | 2025-01-27T08:46:20.023Z | Downloaded semver v1.0.25 |
245 | 2025-01-27T08:46:20.026Z | Downloaded rustls-pemfile v2.2.0 |
246 | 2025-01-27T08:46:20.029Z | Downloaded futures v0.3.31 |
247 | 2025-01-27T08:46:20.033Z | Downloaded serde_urlencoded v0.7.1 |
248 | 2025-01-27T08:46:20.036Z | Downloaded strum_macros v0.26.4 |
249 | 2025-01-27T08:46:20.038Z | Downloaded icu_normalizer_data v1.5.0 |
250 | 2025-01-27T08:46:20.041Z | Downloaded serde_tokenstream v0.2.2 |
251 | 2025-01-27T08:46:20.041Z | Downloaded thiserror v1.0.69 |
252 | 2025-01-27T08:46:20.046Z | Downloaded once_cell v1.20.2 |
253 | 2025-01-27T08:46:20.048Z | Downloaded atomic-waker v1.1.2 |
254 | 2025-01-27T08:46:20.051Z | Downloaded crossbeam-utils v0.8.21 |
255 | 2025-01-27T08:46:20.054Z | Downloaded strsim v0.11.1 |
256 | 2025-01-27T08:46:20.056Z | Downloaded thiserror-impl v1.0.69 |
257 | 2025-01-27T08:46:20.056Z | Downloaded structmeta v0.3.0 |
258 | 2025-01-27T08:46:20.059Z | Downloaded serde_derive_internals v0.29.1 |
259 | 2025-01-27T08:46:20.059Z | Downloaded schemars_derive v0.8.21 |
260 | 2025-01-27T08:46:20.061Z | Downloaded thread-id v4.2.2 |
261 | 2025-01-27T08:46:20.062Z | Downloaded stable_deref_trait v1.2.0 |
262 | 2025-01-27T08:46:20.064Z | Downloaded indexmap v1.9.3 |
263 | 2025-01-27T08:46:20.067Z | Downloaded sha2 v0.10.8 |
264 | 2025-01-27T08:46:20.069Z | Downloaded ipnet v2.11.0 |
265 | 2025-01-27T08:46:20.072Z | Downloaded bytes v1.9.0 |
266 | 2025-01-27T08:46:20.074Z | Downloaded thiserror v2.0.11 |
267 | 2025-01-27T08:46:20.080Z | Downloaded serde_with_macros v3.12.0 |
268 | 2025-01-27T08:46:20.083Z | Downloaded slog-term v2.9.1 |
269 | 2025-01-27T08:46:20.085Z | Downloaded signal-hook-registry v1.4.2 |
270 | 2025-01-27T08:46:20.088Z | Downloaded shlex v1.3.0 |
271 | 2025-01-27T08:46:20.088Z | Downloaded sha1 v0.10.6 |
272 | 2025-01-27T08:46:20.090Z | Downloaded rand_chacha v0.3.1 |
273 | 2025-01-27T08:46:20.091Z | Downloaded slab v0.4.9 |
274 | 2025-01-27T08:46:20.093Z | Downloaded scopeguard v1.2.0 |
275 | 2025-01-27T08:46:20.096Z | Downloaded uuid v1.12.1 |
276 | 2025-01-27T08:46:20.099Z | Downloaded synstructure v0.13.1 |
277 | 2025-01-27T08:46:20.099Z | Downloaded icu_normalizer v1.5.0 |
278 | 2025-01-27T08:46:20.101Z | Downloaded quote v1.0.38 |
279 | 2025-01-27T08:46:20.104Z | Downloaded proc-macro2 v1.0.93 |
280 | 2025-01-27T08:46:20.107Z | Downloaded pest_meta v2.7.15 |
281 | 2025-01-27T08:46:20.110Z | Downloaded progenitor-impl v0.8.0 |
282 | 2025-01-27T08:46:20.112Z | Downloaded parking_lot v0.12.3 |
283 | 2025-01-27T08:46:20.115Z | Downloaded socket2 v0.5.8 |
284 | 2025-01-27T08:46:20.117Z | Downloaded tracing-core v0.1.33 |
285 | 2025-01-27T08:46:20.120Z | Downloaded unsafe-libyaml v0.2.11 |
286 | 2025-01-27T08:46:20.123Z | Downloaded icu_provider v1.5.0 |
287 | 2025-01-27T08:46:20.126Z | Downloaded scroll v0.12.0 |
288 | 2025-01-27T08:46:20.128Z | Downloaded rustls-pki-types v1.10.1 |
289 | 2025-01-27T08:46:20.131Z | Downloaded smallvec v1.13.2 |
290 | 2025-01-27T08:46:20.134Z | Downloaded icu_properties v1.5.1 |
291 | 2025-01-27T08:46:20.136Z | Downloaded ryu v1.0.18 |
292 | 2025-01-27T08:46:20.139Z | Downloaded openssl-sys v0.9.104 |
293 | 2025-01-27T08:46:20.145Z | Downloaded base64 v0.22.1 |
294 | 2025-01-27T08:46:20.149Z | Downloaded tracing v0.1.41 |
295 | 2025-01-27T08:46:20.153Z | Downloaded hashbrown v0.12.3 |
296 | 2025-01-27T08:46:20.158Z | Downloaded spin v0.9.8 |
297 | 2025-01-27T08:46:20.160Z | Downloaded serde_derive v1.0.217 |
298 | 2025-01-27T08:46:20.163Z | Downloaded rand v0.8.5 |
299 | 2025-01-27T08:46:20.167Z | Downloaded quinn v0.11.6 |
300 | 2025-01-27T08:46:20.170Z | Downloaded tower v0.5.2 |
301 | 2025-01-27T08:46:20.180Z | Downloaded serde_yaml v0.9.34+deprecated |
302 | 2025-01-27T08:46:20.184Z | Downloaded memchr v2.7.4 |
303 | 2025-01-27T08:46:20.190Z | Downloaded schemars v0.8.21 |
304 | 2025-01-27T08:46:20.201Z | Downloaded mio v1.0.3 |
305 | 2025-01-27T08:46:20.207Z | Downloaded time v0.3.37 |
306 | 2025-01-27T08:46:20.214Z | Downloaded itertools v0.10.5 |
307 | 2025-01-27T08:46:20.222Z | Downloaded idna v1.0.3 |
308 | 2025-01-27T08:46:20.225Z | Downloaded http v1.2.0 |
309 | 2025-01-27T08:46:20.229Z | Downloaded zerovec v0.10.4 |
310 | 2025-01-27T08:46:20.235Z | Downloaded hyper v1.5.2 |
311 | 2025-01-27T08:46:20.243Z | Downloaded zerocopy v0.7.35 |
312 | 2025-01-27T08:46:20.260Z | Downloaded serde_with v3.12.0 |
313 | 2025-01-27T08:46:20.268Z | Downloaded winnow v0.6.24 |
314 | 2025-01-27T08:46:20.276Z | Downloaded serde_json v1.0.137 |
315 | 2025-01-27T08:46:20.283Z | Downloaded quinn-proto v0.11.9 |
316 | 2025-01-27T08:46:20.290Z | Downloaded goblin v0.8.2 |
317 | 2025-01-27T08:46:20.297Z | Downloaded vcpkg v0.2.15 |
318 | 2025-01-27T08:46:20.334Z | Downloaded rustls-webpki v0.102.8 |
319 | 2025-01-27T08:46:20.350Z | Downloaded reqwest v0.12.12 |
320 | 2025-01-27T08:46:20.358Z | Downloaded openssl v0.10.69 |
321 | 2025-01-27T08:46:20.367Z | Downloaded webpki-roots v0.26.7 |
322 | 2025-01-27T08:46:20.371Z | Downloaded icu_properties_data v1.5.0 |
323 | 2025-01-27T08:46:20.381Z | Downloaded h2 v0.4.7 |
324 | 2025-01-27T08:46:20.388Z | Downloaded regex v1.11.1 |
325 | 2025-01-27T08:46:20.400Z | Downloaded regress v0.9.1 |
326 | 2025-01-27T08:46:20.408Z | Downloaded tokio v1.43.0 |
327 | 2025-01-27T08:46:20.444Z | Downloaded openapiv3 v2.0.0 |
328 | 2025-01-27T08:46:20.454Z | Downloaded syn v1.0.109 |
329 | 2025-01-27T08:46:20.463Z | Downloaded typify-impl v0.2.0 |
330 | 2025-01-27T08:46:20.477Z | Downloaded syn v2.0.96 |
331 | 2025-01-27T08:46:20.487Z | Downloaded pest v2.7.15 |
332 | 2025-01-27T08:46:20.492Z | Downloaded rustls v0.23.21 |
333 | 2025-01-27T08:46:20.503Z | Downloaded regress v0.10.3 |
334 | 2025-01-27T08:46:20.511Z | Downloaded regex-syntax v0.8.5 |
335 | 2025-01-27T08:46:20.518Z | Downloaded rustls v0.22.4 |
336 | 2025-01-27T08:46:20.530Z | Downloaded dropshot v0.15.1 |
337 | 2025-01-27T08:46:20.550Z | Downloaded hashbrown v0.15.2 |
338 | 2025-01-27T08:46:20.555Z | Downloaded serde v1.0.217 |
339 | 2025-01-27T08:46:20.558Z | Downloaded tokio-util v0.7.13 |
340 | 2025-01-27T08:46:20.564Z | Downloaded toml_edit v0.22.22 |
341 | 2025-01-27T08:46:20.584Z | Downloaded indexmap v2.7.1 |
342 | 2025-01-27T08:46:20.588Z | Downloaded crossbeam-channel v0.5.14 |
343 | 2025-01-27T08:46:20.591Z | Downloaded icu_collections v1.5.0 |
344 | 2025-01-27T08:46:20.597Z | Downloaded hyper-util v0.1.10 |
345 | 2025-01-27T08:46:20.600Z | Downloaded rustversion v1.0.19 |
346 | 2025-01-27T08:46:20.603Z | Downloaded slog v2.7.0 |
347 | 2025-01-27T08:46:20.605Z | Downloaded num-traits v0.2.19 |
348 | 2025-01-27T08:46:20.608Z | Downloaded futures-channel v0.3.31 |
349 | 2025-01-27T08:46:20.611Z | Downloaded darling_core v0.20.10 |
350 | 2025-01-27T08:46:20.613Z | Downloaded typenum v1.17.0 |
351 | 2025-01-27T08:46:20.616Z | Downloaded progenitor-macro v0.8.0 |
352 | 2025-01-27T08:46:20.619Z | Downloaded parse-display v0.10.0 |
353 | 2025-01-27T08:46:20.619Z | Downloaded dropshot_endpoint v0.15.1 |
354 | 2025-01-27T08:46:20.621Z | Downloaded pest_derive v2.7.15 |
355 | 2025-01-27T08:46:20.624Z | Downloaded camino v1.1.9 |
356 | 2025-01-27T08:46:20.626Z | Downloaded pin-project-lite v0.2.16 |
357 | 2025-01-27T08:46:20.629Z | Downloaded parking_lot_core v0.9.10 |
358 | 2025-01-27T08:46:20.632Z | Downloaded regex-automata v0.4.9 |
359 | 2025-01-27T08:46:20.647Z | Downloaded openssl-probe v0.1.6 |
360 | 2025-01-27T08:46:20.649Z | Downloaded native-tls v0.2.13 |
361 | 2025-01-27T08:46:20.649Z | Downloaded usdt-impl v0.5.0 |
362 | 2025-01-27T08:46:20.652Z | Downloaded newtype-uuid v1.2.1 |
363 | 2025-01-27T08:46:20.652Z | Downloaded multer v3.1.0 |
364 | 2025-01-27T08:46:20.655Z | Downloaded mime v0.3.17 |
365 | 2025-01-27T08:46:20.657Z | Downloaded zerocopy-derive v0.7.35 |
366 | 2025-01-27T08:46:20.660Z | Downloaded yoke v0.7.5 |
367 | 2025-01-27T08:46:20.662Z | Downloaded httparse v1.9.5 |
368 | 2025-01-27T08:46:20.665Z | Downloaded libc v0.2.169 |
369 | 2025-01-27T08:46:20.686Z | Downloaded slog-json v2.6.1 |
370 | 2025-01-27T08:46:20.689Z | Downloaded progenitor-client v0.8.0 |
371 | 2025-01-27T08:46:20.689Z | Downloaded icu_locid v1.5.0 |
372 | 2025-01-27T08:46:20.692Z | Downloaded rand_core v0.6.4 |
373 | 2025-01-27T08:46:20.695Z | Downloaded slog-async v2.8.0 |
374 | 2025-01-27T08:46:20.695Z | Downloaded lock_api v0.4.12 |
375 | 2025-01-27T08:46:20.698Z | Downloaded percent-encoding v2.3.1 |
376 | 2025-01-27T08:46:20.698Z | Downloaded displaydoc v0.2.5 |
377 | 2025-01-27T08:46:20.700Z | Downloaded byteorder v1.5.0 |
378 | 2025-01-27T08:46:20.703Z | Downloaded paste v1.0.15 |
379 | 2025-01-27T08:46:20.759Z | Downloaded encoding_rs v0.8.35 |
380 | 2025-01-27T08:46:20.967Z | Downloaded ring v0.17.8 |
381 | 2025-01-27T08:46:21.160Z | Compiling proc-macro2 v1.0.93 |
382 | 2025-01-27T08:46:21.160Z | Compiling unicode-ident v1.0.15 |
383 | 2025-01-27T08:46:21.160Z | Compiling libc v0.2.169 |
384 | 2025-01-27T08:46:21.163Z | Checking cfg-if v1.0.0 |
385 | 2025-01-27T08:46:21.163Z | Compiling autocfg v1.4.0 |
386 | 2025-01-27T08:46:21.163Z | Compiling serde v1.0.217 |
387 | 2025-01-27T08:46:21.182Z | Checking memchr v2.7.4 |
388 | 2025-01-27T08:46:21.184Z | Checking itoa v1.0.14 |
389 | 2025-01-27T08:46:21.260Z | Compiling serde_json v1.0.137 |
390 | 2025-01-27T08:46:21.394Z | Compiling shlex v1.3.0 |
391 | 2025-01-27T08:46:21.661Z | Compiling version_check v0.9.5 |
392 | 2025-01-27T08:46:21.715Z | Compiling cc v1.2.10 |
393 | 2025-01-27T08:46:21.767Z | Checking pin-project-lite v0.2.16 |
394 | 2025-01-27T08:46:22.025Z | Checking smallvec v1.13.2 |
395 | 2025-01-27T08:46:22.054Z | Checking once_cell v1.20.2 |
396 | 2025-01-27T08:46:22.239Z | Compiling num-traits v0.2.19 |
397 | 2025-01-27T08:46:22.360Z | Checking bytes v1.9.0 |
398 | 2025-01-27T08:46:22.374Z | Compiling thiserror v1.0.69 |
399 | 2025-01-27T08:46:22.429Z | Checking ryu v1.0.18 |
400 | 2025-01-27T08:46:22.484Z | Checking getrandom v0.2.15 |
401 | 2025-01-27T08:46:22.662Z | Checking futures-core v0.3.31 |
402 | 2025-01-27T08:46:22.689Z | Checking allocator-api2 v0.2.21 |
403 | 2025-01-27T08:46:22.705Z | Compiling lock_api v0.4.12 |
404 | 2025-01-27T08:46:22.810Z | Compiling parking_lot_core v0.9.10 |
405 | 2025-01-27T08:46:22.926Z | Compiling quote v1.0.38 |
406 | 2025-01-27T08:46:23.095Z | Checking equivalent v1.0.1 |
407 | 2025-01-27T08:46:23.164Z | Checking foldhash v0.1.4 |
408 | 2025-01-27T08:46:23.201Z | Checking scopeguard v1.2.0 |
409 | 2025-01-27T08:46:23.277Z | Compiling syn v2.0.96 |
410 | 2025-01-27T08:46:23.363Z | Checking hashbrown v0.15.2 |
411 | 2025-01-27T08:46:23.366Z | Compiling slab v0.4.9 |
412 | 2025-01-27T08:46:23.389Z | Checking futures-sink v0.3.31 |
413 | 2025-01-27T08:46:23.526Z | Compiling schemars v0.8.21 |
414 | 2025-01-27T08:46:23.629Z | Checking socket2 v0.5.8 |
415 | 2025-01-27T08:46:23.794Z | Checking parking_lot v0.12.3 |
416 | 2025-01-27T08:46:23.865Z | Checking mio v1.0.3 |
417 | 2025-01-27T08:46:23.908Z | Checking signal-hook-registry v1.4.2 |
418 | 2025-01-27T08:46:23.923Z | Checking log v0.4.25 |
419 | 2025-01-27T08:46:24.142Z | Checking stable_deref_trait v1.2.0 |
420 | 2025-01-27T08:46:24.161Z | Checking futures-channel v0.3.31 |
421 | 2025-01-27T08:46:24.182Z | Checking futures-task v0.3.31 |
422 | 2025-01-27T08:46:24.241Z | Checking futures-io v0.3.31 |
423 | 2025-01-27T08:46:24.394Z | Checking pin-utils v0.1.0 |
424 | 2025-01-27T08:46:24.414Z | Checking fnv v1.0.7 |
425 | 2025-01-27T08:46:24.428Z | Compiling thiserror v2.0.11 |
426 | 2025-01-27T08:46:24.456Z | Compiling semver v1.0.25 |
427 | 2025-01-27T08:46:24.462Z | Checking rustls-pki-types v1.10.1 |
428 | 2025-01-27T08:46:24.506Z | Compiling pkg-config v0.3.31 |
429 | 2025-01-27T08:46:24.533Z | Checking http v1.2.0 |
430 | 2025-01-27T08:46:24.716Z | Compiling ring v0.17.8 |
431 | 2025-01-27T08:46:24.770Z | Compiling vcpkg v0.2.15 |
432 | 2025-01-27T08:46:25.023Z | Checking spin v0.9.8 |
433 | 2025-01-27T08:46:25.377Z | Compiling httparse v1.9.5 |
434 | 2025-01-27T08:46:25.610Z | Checking untrusted v0.9.0 |
435 | 2025-01-27T08:46:25.776Z | Checking litemap v0.7.4 |
436 | 2025-01-27T08:46:25.831Z | Checking iana-time-zone v0.1.61 |
437 | 2025-01-27T08:46:25.976Z | Compiling heck v0.5.0 |
438 | 2025-01-27T08:46:26.033Z | Checking writeable v0.5.5 |
439 | 2025-01-27T08:46:26.155Z | Checking tracing-core v0.1.33 |
440 | 2025-01-27T08:46:26.231Z | Compiling openssl-sys v0.9.104 |
441 | 2025-01-27T08:46:26.331Z | Checking byteorder v1.5.0 |
442 | 2025-01-27T08:46:26.394Z | Compiling ucd-trie v0.1.7 |
443 | 2025-01-27T08:46:26.557Z | Checking dyn-clone v1.0.17 |
444 | 2025-01-27T08:46:26.702Z | Checking atomic-waker v1.1.2 |
445 | 2025-01-27T08:46:26.778Z | Checking tracing v0.1.41 |
446 | 2025-01-27T08:46:26.834Z | Checking http-body v1.0.1 |
447 | 2025-01-27T08:46:26.911Z | Checking icu_locid_transform_data v1.5.0 |
448 | 2025-01-27T08:46:27.021Z | Checking subtle v2.6.1 |
449 | 2025-01-27T08:46:27.079Z | Checking try-lock v0.2.5 |
450 | 2025-01-27T08:46:27.155Z | Checking zeroize v1.8.1 |
451 | 2025-01-27T08:46:27.205Z | Checking want v0.3.1 |
452 | 2025-01-27T08:46:27.280Z | Checking icu_properties_data v1.5.0 |
453 | 2025-01-27T08:46:27.383Z | Checking httpdate v1.0.3 |
454 | 2025-01-27T08:46:27.496Z | Compiling uuid v1.12.1 |
455 | 2025-01-27T08:46:27.511Z | Checking tower-service v0.3.3 |
456 | 2025-01-27T08:46:27.594Z | Compiling openssl v0.10.69 |
457 | 2025-01-27T08:46:27.620Z | Checking foreign-types-shared v0.1.1 |
458 | 2025-01-27T08:46:27.732Z | Checking foreign-types v0.3.2 |
459 | 2025-01-27T08:46:27.821Z | Compiling regress v0.10.3 |
460 | 2025-01-27T08:46:28.028Z | Checking bitflags v2.8.0 |
461 | 2025-01-27T08:46:28.048Z | Checking icu_normalizer_data v1.5.0 |
462 | 2025-01-27T08:46:28.148Z | Checking percent-encoding v2.3.1 |
463 | 2025-01-27T08:46:28.214Z | Compiling chrono v0.4.39 |
464 | 2025-01-27T08:46:28.304Z | Checking write16 v1.0.0 |
465 | 2025-01-27T08:46:28.363Z | Checking utf8_iter v1.0.4 |
466 | 2025-01-27T08:46:28.424Z | Compiling native-tls v0.2.13 |
467 | 2025-01-27T08:46:28.560Z | Compiling slog v2.7.0 |
468 | 2025-01-27T08:46:28.588Z | Checking utf16_iter v1.0.5 |
469 | 2025-01-27T08:46:28.751Z | Compiling rustls v0.23.21 |
470 | 2025-01-27T08:46:28.804Z | Checking form_urlencoded v1.2.1 |
471 | 2025-01-27T08:46:28.984Z | Compiling aho-corasick v1.1.3 |
472 | 2025-01-27T08:46:29.083Z | Compiling regex-syntax v0.8.5 |
473 | 2025-01-27T08:46:29.107Z | Checking openssl-probe v0.1.6 |
474 | 2025-01-27T08:46:29.251Z | Compiling typenum v1.17.0 |
475 | 2025-01-27T08:46:30.230Z | Compiling generic-array v0.14.7 |
476 | 2025-01-27T08:46:30.506Z | Compiling synstructure v0.13.1 |
477 | 2025-01-27T08:46:30.537Z | Compiling serde_derive_internals v0.29.1 |
478 | 2025-01-27T08:46:30.562Z | Checking rustls-webpki v0.102.8 |
479 | 2025-01-27T08:46:31.761Z | Checking encoding_rs v0.8.35 |
480 | 2025-01-27T08:46:32.495Z | Checking mime v0.3.17 |
481 | 2025-01-27T08:46:32.673Z | Compiling regex-automata v0.4.9 |
482 | 2025-01-27T08:46:32.863Z | Checking rustls-pemfile v2.2.0 |
483 | 2025-01-27T08:46:33.077Z | Checking webpki-roots v0.26.7 |
484 | 2025-01-27T08:46:33.262Z | Checking sync_wrapper v1.0.2 |
485 | 2025-01-27T08:46:33.412Z | Compiling usdt-impl v0.5.0 |
486 | 2025-01-27T08:46:33.896Z | Checking tower-layer v0.3.3 |
487 | 2025-01-27T08:46:34.062Z | Checking powerfmt v0.2.0 |
488 | 2025-01-27T08:46:34.153Z | Compiling time-core v0.1.2 |
489 | 2025-01-27T08:46:34.342Z | Checking base64 v0.22.1 |
490 | 2025-01-27T08:46:34.356Z | Compiling num-conv v0.1.0 |
491 | 2025-01-27T08:46:34.616Z | Compiling time-macros v0.2.19 |
492 | 2025-01-27T08:46:34.629Z | Compiling thread-id v4.2.2 |
493 | 2025-01-27T08:46:34.736Z | Checking deranged v0.3.11 |
494 | 2025-01-27T08:46:34.860Z | Compiling serde_derive v1.0.217 |
495 | 2025-01-27T08:46:35.129Z | Compiling thiserror-impl v1.0.69 |
496 | 2025-01-27T08:46:35.804Z | Compiling tokio-macros v2.5.0 |
497 | 2025-01-27T08:46:35.900Z | Compiling schemars_derive v0.8.21 |
498 | 2025-01-27T08:46:36.028Z | Compiling zerofrom-derive v0.1.5 |
499 | 2025-01-27T08:46:37.271Z | Checking tokio v1.43.0 |
500 | 2025-01-27T08:46:37.402Z | Compiling zerocopy-derive v0.7.35 |
501 | 2025-01-27T08:46:37.744Z | Compiling yoke-derive v0.7.5 |
502 | 2025-01-27T08:46:37.983Z | Compiling futures-macro v0.3.31 |
503 | 2025-01-27T08:46:38.626Z | Compiling zerovec-derive v0.10.3 |
504 | 2025-01-27T08:46:39.196Z | Checking zerofrom v0.1.5 |
505 | 2025-01-27T08:46:39.259Z | Compiling thiserror-impl v2.0.11 |
506 | 2025-01-27T08:46:39.392Z | Compiling displaydoc v0.2.5 |
507 | 2025-01-27T08:46:39.472Z | Compiling icu_provider_macros v1.5.0 |
508 | 2025-01-27T08:46:39.771Z | Checking futures-util v0.3.31 |
509 | 2025-01-27T08:46:40.211Z | Checking yoke v0.7.5 |
510 | 2025-01-27T08:46:40.533Z | Checking zerocopy v0.7.35 |
511 | 2025-01-27T08:46:40.673Z | Compiling openssl-macros v0.1.1 |
512 | 2025-01-27T08:46:40.948Z | Checking zerovec v0.10.4 |
513 | 2025-01-27T08:46:41.718Z | Compiling regex v1.11.1 |
514 | 2025-01-27T08:46:42.334Z | Compiling pest v2.7.15 |
515 | 2025-01-27T08:46:42.437Z | Checking tinystr v0.7.6 |
516 | 2025-01-27T08:46:42.635Z | Checking icu_collections v1.5.0 |
517 | 2025-01-27T08:46:42.745Z | Checking icu_locid v1.5.0 |
518 | 2025-01-27T08:46:43.253Z | Compiling scroll_derive v0.12.0 |
519 | 2025-01-27T08:46:43.678Z | Checking icu_provider v1.5.0 |
520 | 2025-01-27T08:46:43.843Z | Checking tokio-util v0.7.13 |
521 | 2025-01-27T08:46:44.229Z | Checking http-body-util v0.1.2 |
522 | 2025-01-27T08:46:44.284Z | Checking icu_locid_transform v1.5.0 |
523 | 2025-01-27T08:46:44.581Z | Checking tokio-rustls v0.26.1 |
524 | 2025-01-27T08:46:44.632Z | Checking scroll v0.12.0 |
525 | 2025-01-27T08:46:44.670Z | Checking tower v0.5.2 |
526 | 2025-01-27T08:46:44.952Z | Compiling pest_meta v2.7.15 |
527 | 2025-01-27T08:46:45.274Z | Checking icu_properties v1.5.1 |
528 | 2025-01-27T08:46:45.420Z | Checking num_threads v0.1.7 |
529 | 2025-01-27T08:46:45.908Z | Compiling ident_case v1.0.1 |
530 | 2025-01-27T08:46:46.072Z | Compiling strsim v0.11.1 |
531 | 2025-01-27T08:46:46.436Z | Checking indexmap v2.7.1 |
532 | 2025-01-27T08:46:47.581Z | Compiling serde_tokenstream v0.2.2 |
533 | 2025-01-27T08:46:48.358Z | Checking h2 v0.4.7 |
534 | 2025-01-27T08:46:48.477Z | Compiling pest_generator v2.7.15 |
535 | 2025-01-27T08:46:48.536Z | Checking icu_normalizer v1.5.0 |
536 | 2025-01-27T08:46:49.045Z | Checking tokio-native-tls v0.3.1 |
537 | 2025-01-27T08:46:49.301Z | Checking idna_adapter v1.2.0 |
538 | 2025-01-27T08:46:49.328Z | Checking serde_urlencoded v0.7.1 |
539 | 2025-01-27T08:46:49.488Z | Checking idna v1.0.3 |
540 | 2025-01-27T08:46:49.744Z | Compiling dof v0.3.0 |
541 | 2025-01-27T08:46:49.844Z | Compiling crossbeam-utils v0.8.21 |
542 | 2025-01-27T08:46:49.993Z | Checking url v2.5.4 |
543 | 2025-01-27T08:46:50.120Z | Compiling pest_derive v2.7.15 |
544 | 2025-01-27T08:46:50.372Z | Checking plain v0.2.3 |
545 | 2025-01-27T08:46:50.461Z | Compiling syn v1.0.109 |
546 | 2025-01-27T08:46:50.512Z | Checking ipnet v2.11.0 |
547 | 2025-01-27T08:46:50.525Z | Checking goblin v0.8.2 |
548 | 2025-01-27T08:46:50.794Z | Checking time v0.3.37 |
549 | 2025-01-27T08:46:51.016Z | Compiling dtrace-parser v0.2.0 |
550 | 2025-01-27T08:46:51.087Z | Compiling typify-impl v0.2.0 |
551 | 2025-01-27T08:46:52.462Z | Checking hyper v1.5.2 |
552 | 2025-01-27T08:46:52.569Z | Compiling openapiv3 v2.0.0 |
553 | 2025-01-27T08:46:53.261Z | Compiling darling_core v0.20.10 |
554 | 2025-01-27T08:46:53.725Z | Checking dirs-sys-next v0.1.2 |
555 | 2025-01-27T08:46:53.907Z | Compiling ahash v0.8.11 |
556 | 2025-01-27T08:46:54.441Z | Checking hyper-util v0.1.10 |
557 | 2025-01-27T08:46:54.676Z | Compiling unsafe-libyaml v0.2.11 |
558 | 2025-01-27T08:46:55.313Z | Compiling omicron-workspace-hack v0.1.0 |
559 | 2025-01-27T08:46:55.645Z | Compiling newtype-uuid v1.2.1 |
560 | 2025-01-27T08:46:55.975Z | Compiling paste v1.0.15 |
561 | 2025-01-27T08:46:55.992Z | Checking hyper-tls v0.6.0 |
562 | 2025-01-27T08:46:56.022Z | Checking hyper-rustls v0.27.5 |
563 | 2025-01-27T08:46:56.251Z | Checking pretty-hex v0.4.1 |
564 | 2025-01-27T08:46:56.324Z | Compiling rustls v0.22.4 |
565 | 2025-01-27T08:46:56.337Z | Compiling rustversion v1.0.19 |
566 | 2025-01-27T08:46:56.340Z | Checking reqwest v0.12.12 |
567 | 2025-01-27T08:46:56.514Z | Compiling serde_yaml v0.9.34+deprecated |
568 | 2025-01-27T08:46:56.834Z | Checking dirs-next v2.0.0 |
569 | 2025-01-27T08:46:56.993Z | Checking ipnetwork v0.20.0 |
570 | 2025-01-27T08:46:57.017Z | Checking serde_spanned v0.6.8 |
571 | 2025-01-27T08:46:57.216Z | Checking toml_datetime v0.6.8 |
572 | 2025-01-27T08:46:57.343Z | Checking ppv-lite86 v0.2.20 |
573 | 2025-01-27T08:46:57.517Z | Checking crypto-common v0.1.6 |
574 | 2025-01-27T08:46:57.677Z | Checking block-buffer v0.10.4 |
575 | 2025-01-27T08:46:57.693Z | Compiling structmeta-derive v0.3.0 |
576 | 2025-01-27T08:46:57.761Z | Checking rand_core v0.6.4 |
577 | 2025-01-27T08:46:57.982Z | Checking thread_local v1.1.8 |
578 | 2025-01-27T08:46:58.043Z | Compiling multer v3.1.0 |
579 | 2025-01-27T08:46:58.055Z | Compiling slog-async v2.8.0 |
580 | 2025-01-27T08:46:58.256Z | Checking either v1.13.0 |
581 | 2025-01-27T08:46:58.377Z | Checking winnow v0.6.24 |
582 | 2025-01-27T08:46:58.549Z | Compiling camino v1.1.9 |
583 | 2025-01-27T08:46:58.625Z | Compiling darling_macro v0.20.10 |
584 | 2025-01-27T08:46:58.636Z | Compiling anyhow v1.0.95 |
585 | 2025-01-27T08:46:59.119Z | Checking match_cfg v0.1.0 |
586 | 2025-01-27T08:46:59.218Z | Checking hostname v0.3.1 |
587 | 2025-01-27T08:46:59.416Z | Checking itertools v0.10.5 |
588 | 2025-01-27T08:46:59.550Z | Compiling darling v0.20.10 |
589 | 2025-01-27T08:46:59.669Z | Checking rand_chacha v0.3.1 |
590 | 2025-01-27T08:46:59.715Z | Checking digest v0.10.7 |
591 | 2025-01-27T08:47:00.020Z | Checking progenitor-client v0.8.0 |
592 | 2025-01-27T08:47:00.034Z | Checking crossbeam-channel v0.5.14 |
593 | 2025-01-27T08:47:00.116Z | Compiling structmeta v0.3.0 |
594 | 2025-01-27T08:47:00.239Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
595 | 2025-01-27T08:47:00.484Z | Checking term v0.7.0 |
596 | 2025-01-27T08:47:00.997Z | Checking toml_edit v0.22.22 |
597 | 2025-01-27T08:47:01.152Z | Compiling usdt-macro v0.5.0 |
598 | 2025-01-27T08:47:01.491Z | Compiling usdt-attr-macro v0.5.0 |
599 | 2025-01-27T08:47:01.505Z | Checking slog-json v2.6.1 |
600 | 2025-01-27T08:47:01.759Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
601 | 2025-01-27T08:47:01.772Z | Checking futures-executor v0.3.31 |
602 | 2025-01-27T08:47:01.962Z | Compiling async-stream-impl v0.3.6 |
603 | 2025-01-27T08:47:02.006Z | Checking is-terminal v0.4.15 |
604 | 2025-01-27T08:47:02.135Z | Checking memmap v0.7.0 |
605 | 2025-01-27T08:47:02.324Z | Compiling dropshot v0.15.1 |
606 | 2025-01-27T08:47:02.358Z | Checking take_mut v0.2.2 |
607 | 2025-01-27T08:47:02.512Z | Checking cpufeatures v0.2.17 |
608 | 2025-01-27T08:47:02.600Z | Checking sha1 v0.10.6 |
609 | 2025-01-27T08:47:02.815Z | Compiling typify-macro v0.2.0 |
610 | 2025-01-27T08:47:02.833Z | Checking usdt v0.5.0 |
611 | 2025-01-27T08:47:02.846Z | Checking slog-term v2.9.1 |
612 | 2025-01-27T08:47:02.912Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
613 | 2025-01-27T08:47:03.004Z | Checking futures v0.3.31 |
614 | 2025-01-27T08:47:03.066Z | Checking slog-bunyan v2.5.0 |
615 | 2025-01-27T08:47:03.105Z | Compiling strum_macros v0.26.4 |
616 | 2025-01-27T08:47:03.202Z | Checking async-stream v0.3.6 |
617 | 2025-01-27T08:47:03.222Z | Checking hashbrown v0.14.5 |
618 | 2025-01-27T08:47:03.324Z | Compiling parse-display-derive v0.10.0 |
619 | 2025-01-27T08:47:03.393Z | Checking rand v0.8.5 |
620 | 2025-01-27T08:47:03.549Z | Checking toml v0.8.19 |
621 | 2025-01-27T08:47:03.802Z | Compiling serde_with_macros v3.12.0 |
622 | 2025-01-27T08:47:04.018Z | Checking tokio-rustls v0.25.0 |
623 | 2025-01-27T08:47:04.450Z | Compiling dropshot_endpoint v0.15.1 |
624 | 2025-01-27T08:47:04.588Z | Checking serde_path_to_error v0.1.16 |
625 | 2025-01-27T08:47:04.632Z | Checking hex v0.4.3 |
626 | 2025-01-27T08:47:04.794Z | Compiling async-trait v0.1.85 |
627 | 2025-01-27T08:47:05.115Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
628 | 2025-01-27T08:47:05.201Z | Checking waitgroup v0.1.2 |
629 | 2025-01-27T08:47:05.342Z | Checking hostname v0.4.0 |
630 | 2025-01-27T08:47:05.484Z | Checking instant v0.1.13 |
631 | 2025-01-27T08:47:05.593Z | Checking debug-ignore v1.0.5 |
632 | 2025-01-27T08:47:05.741Z | Checking backoff v0.4.0 |
633 | 2025-01-27T08:47:05.892Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
634 | 2025-01-27T08:47:06.022Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
635 | 2025-01-27T08:47:06.036Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
636 | 2025-01-27T08:47:06.159Z | Checking regress v0.9.1 |
637 | 2025-01-27T08:47:06.173Z | Checking serde_with v3.12.0 |
638 | 2025-01-27T08:47:06.200Z | Compiling typify v0.2.0 |
639 | 2025-01-27T08:47:06.318Z | Compiling progenitor-impl v0.8.0 |
640 | 2025-01-27T08:47:06.927Z | Checking parse-display v0.10.0 |
641 | 2025-01-27T08:47:06.991Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
642 | 2025-01-27T08:47:07.154Z | Checking progenitor-client v0.9.1 |
643 | 2025-01-27T08:47:07.215Z | Checking strum v0.26.3 |
644 | 2025-01-27T08:47:07.383Z | Checking macaddr v1.0.1 |
645 | 2025-01-27T08:47:09.288Z | Compiling progenitor-macro v0.8.0 |
646 | 2025-01-27T08:47:12.713Z | Checking progenitor v0.8.0 |
647 | 2025-01-27T08:47:12.819Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
648 | 2025-01-27T08:47:15.528Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
649 | 2025-01-27T08:47:22.544Z | Checking test-project v0.1.0 (/tmp/test-project) |
650 | 2025-01-27T08:47:22.609Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s |
651 | 2025-01-27T08:47:22.725Z | + cargo build --release |
652 | 2025-01-27T08:47:22.980Z | Compiling proc-macro2 v1.0.93 |
653 | 2025-01-27T08:47:22.980Z | Compiling unicode-ident v1.0.15 |
654 | 2025-01-27T08:47:22.984Z | Compiling libc v0.2.169 |
655 | 2025-01-27T08:47:22.985Z | Compiling cfg-if v1.0.0 |
656 | 2025-01-27T08:47:22.985Z | Compiling autocfg v1.4.0 |
657 | 2025-01-27T08:47:22.985Z | Compiling serde v1.0.217 |
658 | 2025-01-27T08:47:22.985Z | Compiling memchr v2.7.4 |
659 | 2025-01-27T08:47:22.985Z | Compiling serde_json v1.0.137 |
660 | 2025-01-27T08:47:23.096Z | Compiling itoa v1.0.14 |
661 | 2025-01-27T08:47:23.291Z | Compiling shlex v1.3.0 |
662 | 2025-01-27T08:47:23.348Z | Compiling version_check v0.9.5 |
663 | 2025-01-27T08:47:23.539Z | Compiling cc v1.2.10 |
664 | 2025-01-27T08:47:23.786Z | Compiling pin-project-lite v0.2.16 |
665 | 2025-01-27T08:47:23.895Z | Compiling num-traits v0.2.19 |
666 | 2025-01-27T08:47:23.903Z | Compiling smallvec v1.13.2 |
667 | 2025-01-27T08:47:24.131Z | Compiling thiserror v1.0.69 |
668 | 2025-01-27T08:47:24.233Z | Compiling once_cell v1.20.2 |
669 | 2025-01-27T08:47:24.324Z | Compiling bytes v1.9.0 |
670 | 2025-01-27T08:47:24.438Z | Compiling getrandom v0.2.15 |
671 | 2025-01-27T08:47:24.441Z | Compiling ryu v1.0.18 |
672 | 2025-01-27T08:47:24.665Z | Compiling quote v1.0.38 |
673 | 2025-01-27T08:47:24.695Z | Compiling futures-core v0.3.31 |
674 | 2025-01-27T08:47:24.783Z | Compiling allocator-api2 v0.2.21 |
675 | 2025-01-27T08:47:24.942Z | Compiling lock_api v0.4.12 |
676 | 2025-01-27T08:47:25.019Z | Compiling syn v2.0.96 |
677 | 2025-01-27T08:47:25.219Z | Compiling parking_lot_core v0.9.10 |
678 | 2025-01-27T08:47:25.400Z | Compiling foldhash v0.1.4 |
679 | 2025-01-27T08:47:25.440Z | Compiling schemars v0.8.21 |
680 | 2025-01-27T08:47:25.594Z | Compiling equivalent v1.0.1 |
681 | 2025-01-27T08:47:25.639Z | Compiling scopeguard v1.2.0 |
682 | 2025-01-27T08:47:25.705Z | Compiling hashbrown v0.15.2 |
683 | 2025-01-27T08:47:25.758Z | Compiling slab v0.4.9 |
684 | 2025-01-27T08:47:25.819Z | Compiling futures-sink v0.3.31 |
685 | 2025-01-27T08:47:26.064Z | Compiling signal-hook-registry v1.4.2 |
686 | 2025-01-27T08:47:26.204Z | Compiling parking_lot v0.12.3 |
687 | 2025-01-27T08:47:26.247Z | Compiling mio v1.0.3 |
688 | 2025-01-27T08:47:26.261Z | Compiling socket2 v0.5.8 |
689 | 2025-01-27T08:47:26.426Z | Compiling log v0.4.25 |
690 | 2025-01-27T08:47:26.862Z | Compiling stable_deref_trait v1.2.0 |
691 | 2025-01-27T08:47:26.963Z | Compiling thiserror v2.0.11 |
692 | 2025-01-27T08:47:27.106Z | Compiling ring v0.17.8 |
693 | 2025-01-27T08:47:27.115Z | Compiling futures-channel v0.3.31 |
694 | 2025-01-27T08:47:27.538Z | Compiling futures-io v0.3.31 |
695 | 2025-01-27T08:47:27.562Z | Compiling pin-utils v0.1.0 |
696 | 2025-01-27T08:47:27.572Z | Compiling fnv v1.0.7 |
697 | 2025-01-27T08:47:27.642Z | Compiling futures-task v0.3.31 |
698 | 2025-01-27T08:47:27.700Z | Compiling semver v1.0.25 |
699 | 2025-01-27T08:47:27.834Z | Compiling http v1.2.0 |
700 | 2025-01-27T08:47:27.899Z | Compiling vcpkg v0.2.15 |
701 | 2025-01-27T08:47:28.190Z | Compiling rustls-pki-types v1.10.1 |
702 | 2025-01-27T08:47:28.237Z | Compiling pkg-config v0.3.31 |
703 | 2025-01-27T08:47:28.458Z | Compiling spin v0.9.8 |
704 | 2025-01-27T08:47:29.325Z | Compiling openssl-sys v0.9.104 |
705 | 2025-01-27T08:47:29.654Z | Compiling untrusted v0.9.0 |
706 | 2025-01-27T08:47:29.708Z | Compiling heck v0.5.0 |
707 | 2025-01-27T08:47:29.850Z | Compiling httparse v1.9.5 |
708 | 2025-01-27T08:47:29.962Z | Compiling writeable v0.5.5 |
709 | 2025-01-27T08:47:30.096Z | Compiling iana-time-zone v0.1.61 |
710 | 2025-01-27T08:47:30.277Z | Compiling litemap v0.7.4 |
711 | 2025-01-27T08:47:30.630Z | Compiling tracing-core v0.1.33 |
712 | 2025-01-27T08:47:30.727Z | Compiling byteorder v1.5.0 |
713 | 2025-01-27T08:47:30.779Z | Compiling ucd-trie v0.1.7 |
714 | 2025-01-27T08:47:30.868Z | Compiling atomic-waker v1.1.2 |
715 | 2025-01-27T08:47:30.987Z | Compiling dyn-clone v1.0.17 |
716 | 2025-01-27T08:47:31.182Z | Compiling http-body v1.0.1 |
717 | 2025-01-27T08:47:31.408Z | Compiling tracing v0.1.41 |
718 | 2025-01-27T08:47:31.858Z | Compiling icu_locid_transform_data v1.5.0 |
719 | 2025-01-27T08:47:31.953Z | Compiling try-lock v0.2.5 |
720 | 2025-01-27T08:47:32.070Z | Compiling subtle v2.6.1 |
721 | 2025-01-27T08:47:32.104Z | Compiling synstructure v0.13.1 |
722 | 2025-01-27T08:47:32.195Z | Compiling serde_derive_internals v0.29.1 |
723 | 2025-01-27T08:47:32.328Z | Compiling zeroize v1.8.1 |
724 | 2025-01-27T08:47:32.603Z | Compiling chrono v0.4.39 |
725 | 2025-01-27T08:47:32.801Z | Compiling want v0.3.1 |
726 | 2025-01-27T08:47:32.872Z | Compiling httpdate v1.0.3 |
727 | 2025-01-27T08:47:33.059Z | Compiling uuid v1.12.1 |
728 | 2025-01-27T08:47:33.298Z | Compiling openssl v0.10.69 |
729 | 2025-01-27T08:47:33.627Z | Compiling foreign-types-shared v0.1.1 |
730 | 2025-01-27T08:47:33.735Z | Compiling icu_properties_data v1.5.0 |
731 | 2025-01-27T08:47:33.750Z | Compiling tower-service v0.3.3 |
732 | 2025-01-27T08:47:33.880Z | Compiling foreign-types v0.3.2 |
733 | 2025-01-27T08:47:33.974Z | Compiling regress v0.10.3 |
734 | 2025-01-27T08:47:34.155Z | Compiling slog v2.7.0 |
735 | 2025-01-27T08:47:34.360Z | Compiling utf8_iter v1.0.4 |
736 | 2025-01-27T08:47:34.604Z | Compiling icu_normalizer_data v1.5.0 |
737 | 2025-01-27T08:47:34.630Z | Compiling percent-encoding v2.3.1 |
738 | 2025-01-27T08:47:34.698Z | Compiling write16 v1.0.0 |
739 | 2025-01-27T08:47:35.089Z | Compiling native-tls v0.2.13 |
740 | 2025-01-27T08:47:35.174Z | Compiling utf16_iter v1.0.5 |
741 | 2025-01-27T08:47:35.230Z | Compiling bitflags v2.8.0 |
742 | 2025-01-27T08:47:35.394Z | Compiling rustls v0.23.21 |
743 | 2025-01-27T08:47:35.467Z | Compiling form_urlencoded v1.2.1 |
744 | 2025-01-27T08:47:35.888Z | Compiling aho-corasick v1.1.3 |
745 | 2025-01-27T08:47:35.962Z | Compiling typenum v1.17.0 |
746 | 2025-01-27T08:47:36.044Z | Compiling openssl-probe v0.1.6 |
747 | 2025-01-27T08:47:36.421Z | Compiling serde_derive v1.0.217 |
748 | 2025-01-27T08:47:36.535Z | Compiling thiserror-impl v1.0.69 |
749 | 2025-01-27T08:47:36.869Z | Compiling schemars_derive v0.8.21 |
750 | 2025-01-27T08:47:37.776Z | Compiling tokio-macros v2.5.0 |
751 | 2025-01-27T08:47:37.935Z | Compiling zerofrom-derive v0.1.5 |
752 | 2025-01-27T08:47:38.454Z | Compiling zerocopy-derive v0.7.35 |
753 | 2025-01-27T08:47:39.248Z | Compiling tokio v1.43.0 |
754 | 2025-01-27T08:47:39.266Z | Compiling yoke-derive v0.7.5 |
755 | 2025-01-27T08:47:39.643Z | Compiling zerovec-derive v0.10.3 |
756 | 2025-01-27T08:47:39.762Z | Compiling futures-macro v0.3.31 |
757 | 2025-01-27T08:47:40.280Z | Compiling displaydoc v0.2.5 |
758 | 2025-01-27T08:47:41.141Z | Compiling zerofrom v0.1.5 |
759 | 2025-01-27T08:47:41.353Z | Compiling thiserror-impl v2.0.11 |
760 | 2025-01-27T08:47:41.504Z | Compiling futures-util v0.3.31 |
761 | 2025-01-27T08:47:41.641Z | Compiling yoke v0.7.5 |
762 | 2025-01-27T08:47:41.966Z | Compiling zerovec v0.10.4 |
763 | 2025-01-27T08:47:42.004Z | Compiling icu_provider_macros v1.5.0 |
764 | 2025-01-27T08:47:43.089Z | Compiling zerocopy v0.7.35 |
765 | 2025-01-27T08:47:44.541Z | Compiling tinystr v0.7.6 |
766 | 2025-01-27T08:47:44.865Z | Compiling icu_locid v1.5.0 |
767 | 2025-01-27T08:47:45.087Z | Compiling pest v2.7.15 |
768 | 2025-01-27T08:47:47.714Z | Compiling tokio-util v0.7.13 |
769 | 2025-01-27T08:47:48.012Z | Compiling icu_provider v1.5.0 |
770 | 2025-01-27T08:47:49.352Z | Compiling indexmap v2.7.1 |
771 | 2025-01-27T08:47:49.868Z | Compiling serde_tokenstream v0.2.2 |
772 | 2025-01-27T08:47:51.352Z | Compiling rustls-webpki v0.102.8 |
773 | 2025-01-27T08:47:51.615Z | Compiling h2 v0.4.7 |
774 | 2025-01-27T08:47:52.171Z | Compiling icu_locid_transform v1.5.0 |
775 | 2025-01-27T08:47:52.211Z | Compiling pest_meta v2.7.15 |
776 | 2025-01-27T08:47:55.915Z | Compiling icu_collections v1.5.0 |
777 | 2025-01-27T08:47:56.124Z | Compiling pest_generator v2.7.15 |
778 | 2025-01-27T08:47:57.790Z | Compiling hyper v1.5.2 |
779 | 2025-01-27T08:47:57.862Z | Compiling icu_properties v1.5.1 |
780 | 2025-01-27T08:47:58.697Z | Compiling openssl-macros v0.1.1 |
781 | 2025-01-27T08:48:01.575Z | Compiling icu_normalizer v1.5.0 |
782 | 2025-01-27T08:48:04.213Z | Compiling hyper-util v0.1.10 |
783 | 2025-01-27T08:48:07.042Z | Compiling typify-impl v0.2.0 |
784 | 2025-01-27T08:48:07.063Z | Compiling pest_derive v2.7.15 |
785 | 2025-01-27T08:48:07.327Z | Compiling regex-syntax v0.8.5 |
786 | 2025-01-27T08:48:09.486Z | Compiling idna_adapter v1.2.0 |
787 | 2025-01-27T08:48:09.693Z | Compiling http-body-util v0.1.2 |
788 | 2025-01-27T08:48:10.271Z | Compiling generic-array v0.14.7 |
789 | 2025-01-27T08:48:10.531Z | Compiling encoding_rs v0.8.35 |
790 | 2025-01-27T08:48:11.011Z | Compiling regex-automata v0.4.9 |
791 | 2025-01-27T08:48:11.122Z | Compiling mime v0.3.17 |
792 | 2025-01-27T08:48:13.569Z | Compiling tokio-native-tls v0.3.1 |
793 | 2025-01-27T08:48:13.856Z | Compiling idna v1.0.3 |
794 | 2025-01-27T08:48:14.474Z | Compiling tokio-rustls v0.26.1 |
795 | 2025-01-27T08:48:14.924Z | Compiling serde_urlencoded v0.7.1 |
796 | 2025-01-27T08:48:15.486Z | Compiling regex v1.11.1 |
797 | 2025-01-27T08:48:16.022Z | Compiling scroll_derive v0.12.0 |
798 | 2025-01-27T08:48:16.406Z | Compiling rustls-pemfile v2.2.0 |
799 | 2025-01-27T08:48:16.871Z | Compiling webpki-roots v0.26.7 |
800 | 2025-01-27T08:48:17.406Z | Compiling sync_wrapper v1.0.2 |
801 | 2025-01-27T08:48:17.546Z | Compiling typify-macro v0.2.0 |
802 | 2025-01-27T08:48:17.558Z | Compiling usdt-impl v0.5.0 |
803 | 2025-01-27T08:48:17.942Z | Compiling base64 v0.22.1 |
804 | 2025-01-27T08:48:18.009Z | Compiling powerfmt v0.2.0 |
805 | 2025-01-27T08:48:18.488Z | Compiling time-core v0.1.2 |
806 | 2025-01-27T08:48:18.655Z | Compiling tower-layer v0.3.3 |
807 | 2025-01-27T08:48:19.012Z | Compiling num-conv v0.1.0 |
808 | 2025-01-27T08:48:19.273Z | Compiling time-macros v0.2.19 |
809 | 2025-01-27T08:48:19.616Z | Compiling tower v0.5.2 |
810 | 2025-01-27T08:48:20.503Z | Compiling deranged v0.3.11 |
811 | 2025-01-27T08:48:21.068Z | Compiling scroll v0.12.0 |
812 | 2025-01-27T08:48:21.788Z | Compiling hyper-rustls v0.27.5 |
813 | 2025-01-27T08:48:22.047Z | Compiling url v2.5.4 |
814 | 2025-01-27T08:48:22.106Z | Compiling hyper-tls v0.6.0 |
815 | 2025-01-27T08:48:22.610Z | Compiling thread-id v4.2.2 |
816 | 2025-01-27T08:48:22.730Z | Compiling dof v0.3.0 |
817 | 2025-01-27T08:48:23.392Z | Compiling dtrace-parser v0.2.0 |
818 | 2025-01-27T08:48:27.435Z | Compiling crossbeam-utils v0.8.21 |
819 | 2025-01-27T08:48:27.962Z | Compiling num_threads v0.1.7 |
820 | 2025-01-27T08:48:28.089Z | Compiling syn v1.0.109 |
821 | 2025-01-27T08:48:28.099Z | Compiling ipnet v2.11.0 |
822 | 2025-01-27T08:48:28.648Z | Compiling plain v0.2.3 |
823 | 2025-01-27T08:48:28.820Z | Compiling omicron-workspace-hack v0.1.0 |
824 | 2025-01-27T08:48:29.145Z | Compiling ident_case v1.0.1 |
825 | 2025-01-27T08:48:30.366Z | Compiling strsim v0.11.1 |
826 | 2025-01-27T08:48:30.981Z | Compiling darling_core v0.20.10 |
827 | 2025-01-27T08:48:31.408Z | Compiling goblin v0.8.2 |
828 | 2025-01-27T08:48:32.288Z | Compiling reqwest v0.12.12 |
829 | 2025-01-27T08:48:33.043Z | Compiling time v0.3.37 |
830 | 2025-01-27T08:48:42.253Z | Compiling typify v0.2.0 |
831 | 2025-01-27T08:48:42.373Z | Compiling openapiv3 v2.0.0 |
832 | 2025-01-27T08:48:44.006Z | Compiling dirs-sys-next v0.1.2 |
833 | 2025-01-27T08:48:45.507Z | Compiling ahash v0.8.11 |
834 | 2025-01-27T08:48:45.888Z | Compiling newtype-uuid v1.2.1 |
835 | 2025-01-27T08:48:46.219Z | Compiling rustls v0.22.4 |
836 | 2025-01-27T08:48:46.306Z | Compiling pretty-hex v0.4.1 |
837 | 2025-01-27T08:48:46.535Z | Compiling paste v1.0.15 |
838 | 2025-01-27T08:48:46.547Z | Compiling rustversion v1.0.19 |
839 | 2025-01-27T08:48:47.028Z | Compiling unsafe-libyaml v0.2.11 |
840 | 2025-01-27T08:48:48.692Z | Compiling serde_yaml v0.9.34+deprecated |
841 | 2025-01-27T08:48:49.558Z | Compiling progenitor-impl v0.8.0 |
842 | 2025-01-27T08:48:52.163Z | Compiling dirs-next v2.0.0 |
843 | 2025-01-27T08:48:53.151Z | Compiling darling_macro v0.20.10 |
844 | 2025-01-27T08:48:54.129Z | Compiling crypto-common v0.1.6 |
845 | 2025-01-27T08:48:54.345Z | Compiling block-buffer v0.10.4 |
846 | 2025-01-27T08:48:54.539Z | Compiling ipnetwork v0.20.0 |
847 | 2025-01-27T08:48:54.589Z | Compiling serde_spanned v0.6.8 |
848 | 2025-01-27T08:48:54.828Z | Compiling toml_datetime v0.6.8 |
849 | 2025-01-27T08:48:55.446Z | Compiling ppv-lite86 v0.2.20 |
850 | 2025-01-27T08:48:55.510Z | Compiling structmeta-derive v0.3.0 |
851 | 2025-01-27T08:48:55.675Z | Compiling rand_core v0.6.4 |
852 | 2025-01-27T08:48:56.152Z | Compiling thread_local v1.1.8 |
853 | 2025-01-27T08:48:56.361Z | Compiling multer v3.1.0 |
854 | 2025-01-27T08:48:56.704Z | Compiling either v1.13.0 |
855 | 2025-01-27T08:48:56.817Z | Compiling winnow v0.6.24 |
856 | 2025-01-27T08:48:57.141Z | Compiling anyhow v1.0.95 |
857 | 2025-01-27T08:48:57.708Z | Compiling camino v1.1.9 |
858 | 2025-01-27T08:48:58.007Z | Compiling slog-async v2.8.0 |
859 | 2025-01-27T08:48:58.299Z | Compiling match_cfg v0.1.0 |
860 | 2025-01-27T08:48:58.310Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
861 | 2025-01-27T08:48:58.387Z | Compiling hostname v0.3.1 |
862 | 2025-01-27T08:48:58.605Z | Compiling structmeta v0.3.0 |
863 | 2025-01-27T08:48:58.642Z | Compiling itertools v0.10.5 |
864 | 2025-01-27T08:48:59.012Z | Compiling rand_chacha v0.3.1 |
865 | 2025-01-27T08:48:59.425Z | Compiling progenitor-macro v0.8.0 |
866 | 2025-01-27T08:48:59.465Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
867 | 2025-01-27T08:49:00.683Z | Compiling toml_edit v0.22.22 |
868 | 2025-01-27T08:49:01.078Z | Compiling digest v0.10.7 |
869 | 2025-01-27T08:49:01.496Z | Compiling darling v0.20.10 |
870 | 2025-01-27T08:49:01.569Z | Compiling crossbeam-channel v0.5.14 |
871 | 2025-01-27T08:49:03.143Z | Compiling term v0.7.0 |
872 | 2025-01-27T08:49:09.743Z | Compiling usdt-attr-macro v0.5.0 |
873 | 2025-01-27T08:49:10.003Z | Compiling usdt-macro v0.5.0 |
874 | 2025-01-27T08:49:10.671Z | Compiling slog-json v2.6.1 |
875 | 2025-01-27T08:49:11.046Z | Compiling progenitor-client v0.8.0 |
876 | 2025-01-27T08:49:11.108Z | Compiling futures-executor v0.3.31 |
877 | 2025-01-27T08:49:11.310Z | Compiling async-stream-impl v0.3.6 |
878 | 2025-01-27T08:49:11.949Z | Compiling is-terminal v0.4.15 |
879 | 2025-01-27T08:49:12.079Z | Compiling memmap v0.7.0 |
880 | 2025-01-27T08:49:12.181Z | Compiling dropshot v0.15.1 |
881 | 2025-01-27T08:49:12.522Z | Compiling cpufeatures v0.2.17 |
882 | 2025-01-27T08:49:12.530Z | Compiling take_mut v0.2.2 |
883 | 2025-01-27T08:49:12.561Z | Compiling async-stream v0.3.6 |
884 | 2025-01-27T08:49:12.615Z | Compiling sha1 v0.10.6 |
885 | 2025-01-27T08:49:12.957Z | Compiling usdt v0.5.0 |
886 | 2025-01-27T08:49:13.404Z | Compiling slog-term v2.9.1 |
887 | 2025-01-27T08:49:14.466Z | Compiling progenitor v0.8.0 |
888 | 2025-01-27T08:49:14.652Z | Compiling futures v0.3.31 |
889 | 2025-01-27T08:49:14.852Z | Compiling slog-bunyan v2.5.0 |
890 | 2025-01-27T08:49:15.022Z | Compiling tokio-rustls v0.25.0 |
891 | 2025-01-27T08:49:15.129Z | Compiling strum_macros v0.26.4 |
892 | 2025-01-27T08:49:15.435Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
893 | 2025-01-27T08:49:15.976Z | Compiling hashbrown v0.14.5 |
894 | 2025-01-27T08:49:16.243Z | Compiling toml v0.8.19 |
895 | 2025-01-27T08:49:17.144Z | Compiling serde_with_macros v3.12.0 |
896 | 2025-01-27T08:49:17.412Z | Compiling rand v0.8.5 |
897 | 2025-01-27T08:49:19.683Z | Compiling parse-display-derive v0.10.0 |
898 | 2025-01-27T08:49:21.917Z | Compiling dropshot_endpoint v0.15.1 |
899 | 2025-01-27T08:49:22.156Z | Compiling serde_path_to_error v0.1.16 |
900 | 2025-01-27T08:49:23.144Z | Compiling hex v0.4.3 |
901 | 2025-01-27T08:49:23.367Z | Compiling async-trait v0.1.85 |
902 | 2025-01-27T08:49:23.418Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
903 | 2025-01-27T08:49:23.769Z | Compiling waitgroup v0.1.2 |
904 | 2025-01-27T08:49:23.796Z | Compiling hostname v0.4.0 |
905 | 2025-01-27T08:49:24.003Z | Compiling instant v0.1.13 |
906 | 2025-01-27T08:49:24.050Z | Compiling debug-ignore v1.0.5 |
907 | 2025-01-27T08:49:24.152Z | Compiling backoff v0.4.0 |
908 | 2025-01-27T08:49:24.192Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
909 | 2025-01-27T08:49:24.229Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
910 | 2025-01-27T08:49:24.363Z | Compiling parse-display v0.10.0 |
911 | 2025-01-27T08:49:24.457Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
912 | 2025-01-27T08:49:24.525Z | Compiling serde_with v3.12.0 |
913 | 2025-01-27T08:49:25.635Z | Compiling strum v0.26.3 |
914 | 2025-01-27T08:49:25.817Z | Compiling regress v0.9.1 |
915 | 2025-01-27T08:49:26.297Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
916 | 2025-01-27T08:49:27.019Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
917 | 2025-01-27T08:49:27.848Z | Compiling progenitor-client v0.9.1 |
918 | 2025-01-27T08:49:28.504Z | Compiling macaddr v1.0.1 |
919 | 2025-01-27T08:49:34.450Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
920 | 2025-01-27T08:49:45.109Z | Compiling test-project v0.1.0 (/tmp/test-project) |
921 | 2025-01-27T08:49:55.030Z | Finished `release` profile [optimized] target(s) in 2m 32s |
922 | 2025-01-27T08:49:55.100Z | process exited: duration 221563 ms, exit code 0 |
|
923 | 2025-01-27T08:49:55.106Z | found 0 output files |