|
|
|
1 | 2025-01-28T22:20:12.714Z | job assigned to worker 01JJQFYPRBC2ED4748SHZK9Z6D [factory aws, i-04cb2abc60d88d554] (queued for 1 m 2 s) |
|
2 | 2025-01-28T22:20:19.835Z | starting task 0: "setup" |
3 | 2025-01-28T22:20:19.844Z | ++ uname -s |
4 | 2025-01-28T22:20:19.847Z | + kern=SunOS |
5 | 2025-01-28T22:20:19.847Z | + case "$kern" in |
6 | 2025-01-28T22:20:19.847Z | + groupadd -g 12345 build |
7 | 2025-01-28T22:20:19.850Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-28T22:20:21.857Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-28T22:20:21.972Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-28T22:20:21.975Z | + home_fs=zfs |
11 | 2025-01-28T22:20:21.975Z | + [[ zfs == autofs ]] |
12 | 2025-01-28T22:20:21.975Z | + mkdir -p /home/build |
13 | 2025-01-28T22:20:21.977Z | + chown build:build /home/build /work |
14 | 2025-01-28T22:20:23.979Z | + chmod 0700 /home/build /work |
15 | 2025-01-28T22:20:23.982Z | process exited: duration 4148 ms, exit code 0 |
|
16 | 2025-01-28T22:20:23.988Z | starting task 1: "rust-toolchain" |
17 | 2025-01-28T22:20:23.993Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-28T22:20:23.993Z | * toolchain channel = "1.84.0" |
19 | 2025-01-28T22:20:23.993Z | ' 1.84.0 |
20 | 2025-01-28T22:20:23.993Z | + printf ' * toolchain profile = "%s" |
21 | 2025-01-28T22:20:23.993Z | ' default |
22 | 2025-01-28T22:20:23.993Z | * toolchain profile = "default" |
23 | 2025-01-28T22:20:23.996Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-28T22:20:23.996Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
25 | 2025-01-28T22:20:24.114Z | info: downloading installer |
26 | 2025-01-28T22:20:25.604Z | info: profile set to 'default' |
27 | 2025-01-28T22:20:25.604Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-28T22:20:25.606Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
29 | 2025-01-28T22:20:25.775Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
30 | 2025-01-28T22:20:25.775Z | info: downloading component 'cargo' |
31 | 2025-01-28T22:20:26.799Z | info: downloading component 'clippy' |
32 | 2025-01-28T22:20:27.190Z | info: downloading component 'rust-docs' |
33 | 2025-01-28T22:20:28.584Z | info: downloading component 'rust-std' |
34 | 2025-01-28T22:20:30.653Z | info: downloading component 'rustc' |
35 | 2025-01-28T22:20:38.596Z | info: downloading component 'rustfmt' |
36 | 2025-01-28T22:20:38.893Z | info: installing component 'cargo' |
37 | 2025-01-28T22:20:39.713Z | info: installing component 'clippy' |
38 | 2025-01-28T22:20:40.091Z | info: installing component 'rust-docs' |
39 | 2025-01-28T22:20:41.761Z | info: installing component 'rust-std' |
40 | 2025-01-28T22:20:43.464Z | info: installing component 'rustc' |
41 | 2025-01-28T22:20:49.418Z | info: installing component 'rustfmt' |
42 | 2025-01-28T22:20:49.750Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
43 | 2025-01-28T22:20:49.750Z | |
44 | 2025-01-28T22:20:50.137Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
45 | 2025-01-28T22:20:50.137Z | |
46 | 2025-01-28T22:20:50.143Z | |
47 | 2025-01-28T22:20:50.143Z | Rust is installed now. Great! |
48 | 2025-01-28T22:20:50.143Z | |
49 | 2025-01-28T22:20:50.143Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-28T22:20:50.143Z | environment variable. This has not been done automatically. |
51 | 2025-01-28T22:20:50.143Z | |
52 | 2025-01-28T22:20:50.144Z | To configure your current shell, you need to source |
53 | 2025-01-28T22:20:50.144Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-28T22:20:50.144Z | |
55 | 2025-01-28T22:20:50.144Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-28T22:20:50.144Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-28T22:20:50.144Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-28T22:20:50.215Z | + rustc --version |
59 | 2025-01-28T22:20:50.281Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
60 | 2025-01-28T22:20:50.285Z | process exited: duration 26290 ms, exit code 0 |
|
61 | 2025-01-28T22:20:50.293Z | starting task 2: "authentication" |
62 | 2025-01-28T22:20:50.314Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2025-01-28T22:20:50.320Z | starting task 3: "clone repository" |
64 | 2025-01-28T22:20:50.326Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-28T22:20:50.328Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-28T22:20:50.369Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-28T22:20:58.313Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-28T22:20:58.313Z | + git fetch origin 567ca7f7404284ff7e907d2d9034b4dd51a6c194 |
69 | 2025-01-28T22:20:58.660Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-28T22:20:58.660Z | * branch 567ca7f7404284ff7e907d2d9034b4dd51a6c194 -> FETCH_HEAD |
71 | 2025-01-28T22:20:58.693Z | + [[ -n bump-console-288f1c1b ]] |
72 | 2025-01-28T22:20:58.693Z | ++ git branch --show-current |
73 | 2025-01-28T22:20:58.693Z | + current=main |
74 | 2025-01-28T22:20:58.693Z | + [[ main != bump-console-288f1c1b ]] |
75 | 2025-01-28T22:20:58.693Z | + git branch -f bump-console-288f1c1b 567ca7f7404284ff7e907d2d9034b4dd51a6c194 |
76 | 2025-01-28T22:20:58.693Z | + git checkout -f bump-console-288f1c1b |
77 | 2025-01-28T22:20:58.846Z | Switched to branch 'bump-console-288f1c1b' |
78 | 2025-01-28T22:20:58.872Z | + git reset --hard 567ca7f7404284ff7e907d2d9034b4dd51a6c194 |
79 | 2025-01-28T22:20:59.017Z | HEAD is now at 567ca7f74 Bump web console |
80 | 2025-01-28T22:20:59.051Z | process exited: duration 8697 ms, exit code 0 |
|
81 | 2025-01-28T22:20:59.077Z | starting task 4: "build" |
82 | 2025-01-28T22:20:59.085Z | + source .github/buildomat/ci-env.sh |
83 | 2025-01-28T22:20:59.085Z | ++ export CARGO_TERM_COLOR=always |
84 | 2025-01-28T22:20:59.086Z | ++ CARGO_TERM_COLOR=always |
85 | 2025-01-28T22:20:59.086Z | + cargo --version |
86 | 2025-01-28T22:20:59.126Z | cargo 1.84.0 (66221abde 2024-11-19) |
87 | 2025-01-28T22:20:59.140Z | + rustc --version |
88 | 2025-01-28T22:20:59.201Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
89 | 2025-01-28T22:20:59.204Z | + cd /tmp |
90 | 2025-01-28T22:20:59.205Z | + cargo new --lib test-project |
91 | 2025-01-28T22:20:59.251Z | Creating library `test-project` package |
92 | 2025-01-28T22:20:59.327Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
93 | 2025-01-28T22:20:59.347Z | + cd test-project |
94 | 2025-01-28T22:20:59.347Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
95 | 2025-01-28T22:20:59.390Z | Adding omicron-common (local) to dependencies |
96 | 2025-01-28T22:20:59.407Z | Features: |
97 | 2025-01-28T22:20:59.407Z | - proptest |
98 | 2025-01-28T22:20:59.407Z | - test-strategy |
99 | 2025-01-28T22:20:59.407Z | - testing |
100 | 2025-01-28T22:20:59.407Z | Updating crates.io index |
101 | 2025-01-28T22:20:59.442Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
102 | 2025-01-28T22:20:59.931Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
103 | 2025-01-28T22:21:00.751Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
104 | 2025-01-28T22:21:01.276Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
105 | 2025-01-28T22:21:01.915Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
106 | 2025-01-28T22:21:03.271Z | Locking 338 packages to latest compatible versions |
107 | 2025-01-28T22:21:07.589Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
108 | 2025-01-28T22:21:07.657Z | + cargo check |
109 | 2025-01-28T22:21:07.657Z | Updating crates.io index |
110 | 2025-01-28T22:21:07.657Z | Locking 1 package to latest compatible version |
111 | 2025-01-28T22:21:07.657Z | Adding omicron-workspace-hack v0.1.0 |
112 | 2025-01-28T22:21:07.657Z | Downloading crates ... |
113 | 2025-01-28T22:21:07.657Z | Downloaded ahash v0.8.11 |
114 | 2025-01-28T22:21:07.657Z | Downloaded thiserror-impl v1.0.69 |
115 | 2025-01-28T22:21:07.657Z | Downloaded thiserror-impl v2.0.11 |
116 | 2025-01-28T22:21:07.657Z | Downloaded time-core v0.1.2 |
117 | 2025-01-28T22:21:07.657Z | Downloaded tinyvec_macros v0.1.1 |
118 | 2025-01-28T22:21:07.659Z | Downloaded omicron-workspace-hack v0.1.0 |
119 | 2025-01-28T22:21:07.659Z | Downloaded try-lock v0.2.5 |
120 | 2025-01-28T22:21:07.659Z | Downloaded zerofrom v0.1.4 |
121 | 2025-01-28T22:21:07.659Z | Downloaded yoke-derive v0.7.4 |
122 | 2025-01-28T22:21:07.659Z | Downloaded want v0.3.1 |
123 | 2025-01-28T22:21:07.659Z | Downloaded openssl-probe v0.1.5 |
124 | 2025-01-28T22:21:07.659Z | Downloaded openssl-macros v0.1.1 |
125 | 2025-01-28T22:21:07.659Z | Downloaded match_cfg v0.1.0 |
126 | 2025-01-28T22:21:07.660Z | Downloaded num-conv v0.1.0 |
127 | 2025-01-28T22:21:07.660Z | Downloaded tokio-macros v2.5.0 |
128 | 2025-01-28T22:21:07.660Z | Downloaded progenitor-client v0.8.0 |
129 | 2025-01-28T22:21:07.660Z | Downloaded write16 v1.0.0 |
130 | 2025-01-28T22:21:07.660Z | Downloaded progenitor-client v0.9.1 |
131 | 2025-01-28T22:21:07.660Z | Downloaded tower-service v0.3.3 |
132 | 2025-01-28T22:21:07.660Z | Downloaded num_threads v0.1.7 |
133 | 2025-01-28T22:21:07.660Z | Downloaded waitgroup v0.1.2 |
134 | 2025-01-28T22:21:07.660Z | Downloaded bytes v1.9.0 |
135 | 2025-01-28T22:21:07.660Z | Downloaded cpufeatures v0.2.14 |
136 | 2025-01-28T22:21:07.660Z | Downloaded camino v1.1.9 |
137 | 2025-01-28T22:21:07.660Z | Downloaded usdt-attr-macro v0.5.0 |
138 | 2025-01-28T22:21:07.660Z | Downloaded zerofrom-derive v0.1.4 |
139 | 2025-01-28T22:21:07.660Z | Downloaded usdt v0.5.0 |
140 | 2025-01-28T22:21:07.660Z | Downloaded thread_local v1.1.8 |
141 | 2025-01-28T22:21:07.660Z | Downloaded thread-id v4.2.2 |
142 | 2025-01-28T22:21:07.660Z | Downloaded cfg-if v1.0.0 |
143 | 2025-01-28T22:21:07.660Z | Downloaded version_check v0.9.5 |
144 | 2025-01-28T22:21:07.660Z | Downloaded tinystr v0.7.6 |
145 | 2025-01-28T22:21:07.660Z | Downloaded zerovec-derive v0.10.3 |
146 | 2025-01-28T22:21:07.660Z | Downloaded untrusted v0.9.0 |
147 | 2025-01-28T22:21:07.660Z | Downloaded typify-macro v0.2.0 |
148 | 2025-01-28T22:21:07.660Z | Downloaded displaydoc v0.2.5 |
149 | 2025-01-28T22:21:07.660Z | Downloaded pkg-config v0.3.31 |
150 | 2025-01-28T22:21:07.660Z | Downloaded memmap v0.7.0 |
151 | 2025-01-28T22:21:07.660Z | Downloaded generic-array v0.14.7 |
152 | 2025-01-28T22:21:07.660Z | Downloaded futures-io v0.3.31 |
153 | 2025-01-28T22:21:07.660Z | Downloaded dyn-clone v1.0.17 |
154 | 2025-01-28T22:21:07.660Z | Downloaded progenitor v0.8.0 |
155 | 2025-01-28T22:21:07.660Z | Downloaded pest_generator v2.7.14 |
156 | 2025-01-28T22:21:07.660Z | Downloaded darling_macro v0.20.10 |
157 | 2025-01-28T22:21:07.660Z | Downloaded parking_lot_core v0.9.10 |
158 | 2025-01-28T22:21:07.660Z | Downloaded foreign-types-shared v0.1.1 |
159 | 2025-01-28T22:21:07.660Z | Downloaded time-macros v0.2.18 |
160 | 2025-01-28T22:21:07.660Z | Downloaded zeroize v1.8.1 |
161 | 2025-01-28T22:21:07.660Z | Downloaded utf8_iter v1.0.4 |
162 | 2025-01-28T22:21:07.661Z | Downloaded tokio-native-tls v0.3.1 |
163 | 2025-01-28T22:21:07.661Z | Downloaded futures-core v0.3.31 |
164 | 2025-01-28T22:21:07.661Z | Downloaded http-body v1.0.1 |
165 | 2025-01-28T22:21:07.661Z | Downloaded futures v0.3.31 |
166 | 2025-01-28T22:21:07.661Z | Downloaded ppv-lite86 v0.2.20 |
167 | 2025-01-28T22:21:07.661Z | Downloaded powerfmt v0.2.0 |
168 | 2025-01-28T22:21:07.661Z | Downloaded pin-utils v0.1.0 |
169 | 2025-01-28T22:21:07.661Z | Downloaded parse-display-derive v0.10.0 |
170 | 2025-01-28T22:21:07.661Z | Downloaded usdt-impl v0.5.0 |
171 | 2025-01-28T22:21:07.661Z | Downloaded instant v0.1.13 |
172 | 2025-01-28T22:21:07.661Z | Downloaded pretty-hex v0.4.1 |
173 | 2025-01-28T22:21:07.661Z | Downloaded percent-encoding v2.3.1 |
174 | 2025-01-28T22:21:07.661Z | Downloaded progenitor-macro v0.8.0 |
175 | 2025-01-28T22:21:07.661Z | Downloaded paste v1.0.15 |
176 | 2025-01-28T22:21:07.661Z | Downloaded newtype-uuid v1.2.1 |
177 | 2025-01-28T22:21:07.661Z | Downloaded mime v0.3.17 |
178 | 2025-01-28T22:21:07.661Z | Downloaded writeable v0.5.5 |
179 | 2025-01-28T22:21:07.662Z | Downloaded darling_core v0.20.10 |
180 | 2025-01-28T22:21:07.662Z | Downloaded serde_spanned v0.6.8 |
181 | 2025-01-28T22:21:07.662Z | Downloaded hostname v0.3.1 |
182 | 2025-01-28T22:21:07.662Z | Downloaded take_mut v0.2.2 |
183 | 2025-01-28T22:21:07.662Z | Downloaded hostname v0.4.0 |
184 | 2025-01-28T22:21:07.662Z | Downloaded async-stream v0.3.6 |
185 | 2025-01-28T22:21:07.662Z | Downloaded hex v0.4.3 |
186 | 2025-01-28T22:21:07.662Z | Downloaded plain v0.2.3 |
187 | 2025-01-28T22:21:07.662Z | Downloaded strum v0.26.3 |
188 | 2025-01-28T22:21:07.662Z | Downloaded http-body-util v0.1.2 |
189 | 2025-01-28T22:21:07.662Z | Downloaded pest_derive v2.7.14 |
190 | 2025-01-28T22:21:07.662Z | Downloaded yoke v0.7.4 |
191 | 2025-01-28T22:21:07.662Z | Downloaded futures-task v0.3.31 |
192 | 2025-01-28T22:21:07.662Z | Downloaded scroll_derive v0.12.0 |
193 | 2025-01-28T22:21:07.662Z | Downloaded futures-sink v0.3.31 |
194 | 2025-01-28T22:21:07.662Z | Downloaded idna_adapter v1.2.0 |
195 | 2025-01-28T22:21:07.662Z | Downloaded atomic-waker v1.1.2 |
196 | 2025-01-28T22:21:07.662Z | Downloaded typify v0.2.0 |
197 | 2025-01-28T22:21:07.662Z | Downloaded getrandom v0.2.15 |
198 | 2025-01-28T22:21:07.662Z | Downloaded sync_wrapper v1.0.1 |
199 | 2025-01-28T22:21:07.662Z | Downloaded once_cell v1.20.2 |
200 | 2025-01-28T22:21:07.662Z | Downloaded native-tls v0.2.12 |
201 | 2025-01-28T22:21:07.662Z | Downloaded toml_datetime v0.6.8 |
202 | 2025-01-28T22:21:07.662Z | Downloaded httpdate v1.0.3 |
203 | 2025-01-28T22:21:07.662Z | Downloaded macaddr v1.0.1 |
204 | 2025-01-28T22:21:07.684Z | Downloaded zerocopy-derive v0.7.35 |
205 | 2025-01-28T22:21:07.684Z | Downloaded multer v3.1.0 |
206 | 2025-01-28T22:21:07.684Z | Downloaded async-trait v0.1.85 |
207 | 2025-01-28T22:21:07.684Z | Downloaded itoa v1.0.11 |
208 | 2025-01-28T22:21:07.684Z | Downloaded is-terminal v0.4.13 |
209 | 2025-01-28T22:21:07.684Z | Downloaded hyper-tls v0.6.0 |
210 | 2025-01-28T22:21:07.684Z | Downloaded hyper-rustls v0.27.3 |
211 | 2025-01-28T22:21:07.684Z | Downloaded tokio-rustls v0.25.0 |
212 | 2025-01-28T22:21:07.684Z | Downloaded quinn-udp v0.5.5 |
213 | 2025-01-28T22:21:07.684Z | Downloaded tokio-rustls v0.26.0 |
214 | 2025-01-28T22:21:07.684Z | Downloaded rustls-pemfile v2.2.0 |
215 | 2025-01-28T22:21:07.684Z | Downloaded synstructure v0.13.1 |
216 | 2025-01-28T22:21:07.684Z | Downloaded either v1.13.0 |
217 | 2025-01-28T22:21:07.684Z | Downloaded tinyvec v1.8.0 |
218 | 2025-01-28T22:21:07.684Z | Downloaded backoff v0.4.0 |
219 | 2025-01-28T22:21:07.685Z | Downloaded slog-json v2.6.1 |
220 | 2025-01-28T22:21:07.688Z | Downloaded crossbeam-utils v0.8.20 |
221 | 2025-01-28T22:21:07.688Z | Downloaded unicode-ident v1.0.14 |
222 | 2025-01-28T22:21:07.688Z | Downloaded serde_tokenstream v0.2.2 |
223 | 2025-01-28T22:21:07.688Z | Downloaded httparse v1.9.5 |
224 | 2025-01-28T22:21:07.688Z | Downloaded proc-macro2 v1.0.92 |
225 | 2025-01-28T22:21:07.688Z | Downloaded anyhow v1.0.95 |
226 | 2025-01-28T22:21:07.688Z | Downloaded slog-bunyan v2.5.0 |
227 | 2025-01-28T22:21:07.688Z | Downloaded scroll v0.12.0 |
228 | 2025-01-28T22:21:07.688Z | Downloaded shlex v1.3.0 |
229 | 2025-01-28T22:21:07.688Z | Downloaded signal-hook-registry v1.4.2 |
230 | 2025-01-28T22:21:07.688Z | Downloaded iana-time-zone v0.1.61 |
231 | 2025-01-28T22:21:07.688Z | Downloaded rustc-hash v2.0.0 |
232 | 2025-01-28T22:21:07.688Z | Downloaded scopeguard v1.2.0 |
233 | 2025-01-28T22:21:07.689Z | Downloaded strsim v0.11.1 |
234 | 2025-01-28T22:21:07.689Z | Downloaded typenum v1.17.0 |
235 | 2025-01-28T22:21:07.689Z | Downloaded rustversion v1.0.17 |
236 | 2025-01-28T22:21:07.689Z | Downloaded serde_urlencoded v0.7.1 |
237 | 2025-01-28T22:21:07.689Z | Downloaded structmeta-derive v0.3.0 |
238 | 2025-01-28T22:21:07.689Z | Downloaded subtle v2.6.1 |
239 | 2025-01-28T22:21:07.689Z | Downloaded icu_provider v1.5.0 |
240 | 2025-01-28T22:21:07.689Z | Downloaded icu_normalizer v1.5.0 |
241 | 2025-01-28T22:21:07.689Z | Downloaded slab v0.4.9 |
242 | 2025-01-28T22:21:07.689Z | Downloaded progenitor-impl v0.8.0 |
243 | 2025-01-28T22:21:07.689Z | Downloaded num-traits v0.2.19 |
244 | 2025-01-28T22:21:07.689Z | Downloaded slog-async v2.8.0 |
245 | 2025-01-28T22:21:07.689Z | Downloaded rand_core v0.6.4 |
246 | 2025-01-28T22:21:07.689Z | Downloaded indexmap v1.9.3 |
247 | 2025-01-28T22:21:07.689Z | Downloaded thiserror v1.0.69 |
248 | 2025-01-28T22:21:07.689Z | Downloaded semver v1.0.24 |
249 | 2025-01-28T22:21:07.689Z | Downloaded rand_chacha v0.3.1 |
250 | 2025-01-28T22:21:07.689Z | Downloaded slog-term v2.9.1 |
251 | 2025-01-28T22:21:07.689Z | Downloaded icu_properties v1.5.1 |
252 | 2025-01-28T22:21:07.689Z | Downloaded tracing-core v0.1.32 |
253 | 2025-01-28T22:21:07.689Z | Downloaded serde_with_macros v3.11.0 |
254 | 2025-01-28T22:21:07.689Z | Downloaded hyper-util v0.1.10 |
255 | 2025-01-28T22:21:07.689Z | Downloaded serde_derive_internals v0.29.1 |
256 | 2025-01-28T22:21:07.690Z | Downloaded slog v2.7.0 |
257 | 2025-01-28T22:21:07.690Z | Downloaded term v0.7.0 |
258 | 2025-01-28T22:21:07.690Z | Downloaded base64 v0.22.1 |
259 | 2025-01-28T22:21:07.690Z | Downloaded spin v0.9.8 |
260 | 2025-01-28T22:21:07.690Z | Downloaded pin-project-lite v0.2.14 |
261 | 2025-01-28T22:21:07.690Z | Downloaded socket2 v0.5.7 |
262 | 2025-01-28T22:21:07.690Z | Downloaded stable_deref_trait v1.2.0 |
263 | 2025-01-28T22:21:07.690Z | Downloaded sha2 v0.10.8 |
264 | 2025-01-28T22:21:07.690Z | Downloaded crossbeam-channel v0.5.13 |
265 | 2025-01-28T22:21:07.690Z | Downloaded indexmap v2.7.1 |
266 | 2025-01-28T22:21:07.690Z | Downloaded serde_derive v1.0.217 |
267 | 2025-01-28T22:21:07.690Z | Downloaded quote v1.0.38 |
268 | 2025-01-28T22:21:07.690Z | Downloaded serde v1.0.217 |
269 | 2025-01-28T22:21:07.690Z | Downloaded icu_collections v1.5.0 |
270 | 2025-01-28T22:21:07.690Z | Downloaded http v1.2.0 |
271 | 2025-01-28T22:21:07.690Z | Downloaded tracing v0.1.40 |
272 | 2025-01-28T22:21:07.691Z | Downloaded hashbrown v0.12.3 |
273 | 2025-01-28T22:21:07.691Z | Downloaded smallvec v1.13.2 |
274 | 2025-01-28T22:21:07.692Z | Downloaded openssl-sys v0.9.103 |
275 | 2025-01-28T22:21:07.692Z | Downloaded url v2.5.3 |
276 | 2025-01-28T22:21:07.692Z | Downloaded schemars v0.8.21 |
277 | 2025-01-28T22:21:07.692Z | Downloaded strum_macros v0.26.4 |
278 | 2025-01-28T22:21:07.692Z | Downloaded ryu v1.0.18 |
279 | 2025-01-28T22:21:07.692Z | Downloaded quinn v0.11.5 |
280 | 2025-01-28T22:21:07.692Z | Downloaded itertools v0.10.5 |
281 | 2025-01-28T22:21:07.692Z | Downloaded rustls-pki-types v1.10.0 |
282 | 2025-01-28T22:21:07.692Z | Downloaded serde_yaml v0.9.34+deprecated |
283 | 2025-01-28T22:21:07.692Z | Downloaded idna v1.0.3 |
284 | 2025-01-28T22:21:07.692Z | Downloaded hashbrown v0.14.5 |
285 | 2025-01-28T22:21:07.692Z | Downloaded futures-util v0.3.31 |
286 | 2025-01-28T22:21:07.692Z | Downloaded rand v0.8.5 |
287 | 2025-01-28T22:21:07.692Z | Downloaded serde_with v3.11.0 |
288 | 2025-01-28T22:21:07.692Z | Downloaded zerovec v0.10.4 |
289 | 2025-01-28T22:21:07.692Z | Downloaded tokio-util v0.7.12 |
290 | 2025-01-28T22:21:07.692Z | Downloaded pest v2.7.14 |
291 | 2025-01-28T22:21:07.692Z | Downloaded syn v1.0.109 |
292 | 2025-01-28T22:21:07.692Z | Downloaded chrono v0.4.39 |
293 | 2025-01-28T22:21:07.692Z | Downloaded zerocopy v0.7.35 |
294 | 2025-01-28T22:21:07.692Z | Downloaded icu_properties_data v1.5.0 |
295 | 2025-01-28T22:21:07.692Z | Downloaded aho-corasick v1.1.3 |
296 | 2025-01-28T22:21:07.692Z | Downloaded time v0.3.36 |
297 | 2025-01-28T22:21:07.693Z | Downloaded toml_edit v0.22.22 |
298 | 2025-01-28T22:21:07.693Z | Downloaded regress v0.9.1 |
299 | 2025-01-28T22:21:07.693Z | Downloaded reqwest v0.12.9 |
300 | 2025-01-28T22:21:07.693Z | Downloaded regex-syntax v0.8.5 |
301 | 2025-01-28T22:21:07.693Z | Downloaded syn v2.0.96 |
302 | 2025-01-28T22:21:07.693Z | Downloaded serde_json v1.0.135 |
303 | 2025-01-28T22:21:07.693Z | Downloaded quinn-proto v0.11.8 |
304 | 2025-01-28T22:21:07.705Z | Downloaded winnow v0.6.20 |
305 | 2025-01-28T22:21:07.705Z | Downloaded rustls-webpki v0.102.8 |
306 | 2025-01-28T22:21:07.705Z | Downloaded webpki-roots v0.26.6 |
307 | 2025-01-28T22:21:07.705Z | Downloaded regex v1.11.1 |
308 | 2025-01-28T22:21:07.705Z | Downloaded vcpkg v0.2.15 |
309 | 2025-01-28T22:21:07.705Z | Downloaded openssl v0.10.66 |
310 | 2025-01-28T22:21:07.705Z | Downloaded goblin v0.8.2 |
311 | 2025-01-28T22:21:07.705Z | Downloaded hashbrown v0.15.1 |
312 | 2025-01-28T22:21:07.705Z | Downloaded h2 v0.4.6 |
313 | 2025-01-28T22:21:07.705Z | Downloaded mio v1.0.2 |
314 | 2025-01-28T22:21:07.705Z | Downloaded regress v0.10.1 |
315 | 2025-01-28T22:21:07.705Z | Downloaded hyper v1.5.2 |
316 | 2025-01-28T22:21:07.705Z | Downloaded regex-automata v0.4.8 |
317 | 2025-01-28T22:21:07.705Z | Downloaded openapiv3 v2.0.0 |
318 | 2025-01-28T22:21:07.705Z | Downloaded rustls v0.23.19 |
319 | 2025-01-28T22:21:07.705Z | Downloaded rustls v0.22.4 |
320 | 2025-01-28T22:21:07.705Z | Downloaded memchr v2.7.4 |
321 | 2025-01-28T22:21:07.705Z | Downloaded typify-impl v0.2.0 |
322 | 2025-01-28T22:21:07.705Z | Downloaded unsafe-libyaml v0.2.11 |
323 | 2025-01-28T22:21:07.706Z | Downloaded toml v0.8.19 |
324 | 2025-01-28T22:21:07.706Z | Downloaded cc v1.1.30 |
325 | 2025-01-28T22:21:07.706Z | Downloaded libc v0.2.169 |
326 | 2025-01-28T22:21:07.706Z | Downloaded allocator-api2 v0.2.18 |
327 | 2025-01-28T22:21:07.706Z | Downloaded structmeta v0.3.0 |
328 | 2025-01-28T22:21:07.706Z | Downloaded icu_normalizer_data v1.5.0 |
329 | 2025-01-28T22:21:07.706Z | Downloaded sha1 v0.10.6 |
330 | 2025-01-28T22:21:07.706Z | Downloaded log v0.4.22 |
331 | 2025-01-28T22:21:07.706Z | Downloaded parking_lot v0.12.3 |
332 | 2025-01-28T22:21:07.706Z | Downloaded uuid v1.12.0 |
333 | 2025-01-28T22:21:07.706Z | Downloaded tokio v1.43.0 |
334 | 2025-01-28T22:21:07.706Z | Downloaded icu_locid_transform_data v1.5.0 |
335 | 2025-01-28T22:21:07.706Z | Downloaded icu_locid v1.5.0 |
336 | 2025-01-28T22:21:07.706Z | Downloaded pest_meta v2.7.14 |
337 | 2025-01-28T22:21:07.706Z | Downloaded ucd-trie v0.1.7 |
338 | 2025-01-28T22:21:07.706Z | Downloaded lock_api v0.4.12 |
339 | 2025-01-28T22:21:07.706Z | Downloaded litemap v0.7.3 |
340 | 2025-01-28T22:21:07.706Z | Downloaded ipnetwork v0.20.0 |
341 | 2025-01-28T22:21:07.706Z | Downloaded ipnet v2.10.1 |
342 | 2025-01-28T22:21:07.706Z | Downloaded icu_locid_transform v1.5.0 |
343 | 2025-01-28T22:21:07.706Z | Downloaded serde_path_to_error v0.1.16 |
344 | 2025-01-28T22:21:07.706Z | Downloaded schemars_derive v0.8.21 |
345 | 2025-01-28T22:21:07.706Z | Downloaded futures-channel v0.3.31 |
346 | 2025-01-28T22:21:07.706Z | Downloaded darling v0.20.10 |
347 | 2025-01-28T22:21:07.706Z | Downloaded fnv v1.0.7 |
348 | 2025-01-28T22:21:07.706Z | Downloaded debug-ignore v1.0.5 |
349 | 2025-01-28T22:21:07.706Z | Downloaded autocfg v1.4.0 |
350 | 2025-01-28T22:21:07.706Z | Downloaded icu_provider_macros v1.5.0 |
351 | 2025-01-28T22:21:07.706Z | Downloaded ident_case v1.0.1 |
352 | 2025-01-28T22:21:07.706Z | Downloaded parse-display v0.10.0 |
353 | 2025-01-28T22:21:07.706Z | Downloaded utf16_iter v1.0.5 |
354 | 2025-01-28T22:21:07.706Z | Downloaded heck v0.5.0 |
355 | 2025-01-28T22:21:07.706Z | Downloaded futures-executor v0.3.31 |
356 | 2025-01-28T22:21:07.707Z | Downloaded form_urlencoded v1.2.1 |
357 | 2025-01-28T22:21:07.707Z | Downloaded dof v0.3.0 |
358 | 2025-01-28T22:21:07.707Z | Downloaded dirs-next v2.0.0 |
359 | 2025-01-28T22:21:07.707Z | Downloaded digest v0.10.7 |
360 | 2025-01-28T22:21:07.707Z | Downloaded deranged v0.3.11 |
361 | 2025-01-28T22:21:07.707Z | Downloaded dtrace-parser v0.2.0 |
362 | 2025-01-28T22:21:07.707Z | Downloaded dropshot_endpoint v0.15.1 |
363 | 2025-01-28T22:21:07.707Z | Downloaded bitflags v2.6.0 |
364 | 2025-01-28T22:21:07.707Z | Downloaded usdt-macro v0.5.0 |
365 | 2025-01-28T22:21:07.707Z | Downloaded thiserror v2.0.11 |
366 | 2025-01-28T22:21:07.707Z | Downloaded encoding_rs v0.8.34 |
367 | 2025-01-28T22:21:07.707Z | Downloaded foreign-types v0.3.2 |
368 | 2025-01-28T22:21:07.707Z | Downloaded async-stream-impl v0.3.6 |
369 | 2025-01-28T22:21:07.707Z | Downloaded crypto-common v0.1.6 |
370 | 2025-01-28T22:21:07.707Z | Downloaded futures-macro v0.3.31 |
371 | 2025-01-28T22:21:07.707Z | Downloaded dirs-sys-next v0.1.2 |
372 | 2025-01-28T22:21:07.707Z | Downloaded byteorder v1.5.0 |
373 | 2025-01-28T22:21:07.707Z | Downloaded block-buffer v0.10.4 |
374 | 2025-01-28T22:21:07.707Z | Downloaded equivalent v1.0.1 |
375 | 2025-01-28T22:21:07.707Z | Downloaded dropshot v0.15.1 |
376 | 2025-01-28T22:21:07.707Z | Downloaded ring v0.17.8 |
377 | 2025-01-28T22:21:07.707Z | Compiling proc-macro2 v1.0.92 |
378 | 2025-01-28T22:21:07.707Z | Compiling unicode-ident v1.0.14 |
379 | 2025-01-28T22:21:07.707Z | Compiling libc v0.2.169 |
380 | 2025-01-28T22:21:07.707Z | Checking cfg-if v1.0.0 |
381 | 2025-01-28T22:21:07.707Z | Compiling autocfg v1.4.0 |
382 | 2025-01-28T22:21:07.707Z | Compiling serde v1.0.217 |
383 | 2025-01-28T22:21:07.707Z | Compiling version_check v0.9.5 |
384 | 2025-01-28T22:21:07.707Z | Checking memchr v2.7.4 |
385 | 2025-01-28T22:21:07.707Z | Checking itoa v1.0.11 |
386 | 2025-01-28T22:21:07.707Z | Compiling serde_json v1.0.135 |
387 | 2025-01-28T22:21:07.707Z | Compiling thiserror v1.0.69 |
388 | 2025-01-28T22:21:07.707Z | Checking once_cell v1.20.2 |
389 | 2025-01-28T22:21:07.707Z | Compiling shlex v1.3.0 |
390 | 2025-01-28T22:21:07.707Z | Compiling cc v1.1.30 |
391 | 2025-01-28T22:21:07.708Z | Checking pin-project-lite v0.2.14 |
392 | 2025-01-28T22:21:07.708Z | Compiling num-traits v0.2.19 |
393 | 2025-01-28T22:21:07.708Z | Checking ryu v1.0.18 |
394 | 2025-01-28T22:21:07.708Z | Checking smallvec v1.13.2 |
395 | 2025-01-28T22:21:07.708Z | Checking getrandom v0.2.15 |
396 | 2025-01-28T22:21:07.708Z | Checking bytes v1.9.0 |
397 | 2025-01-28T22:21:07.708Z | Checking futures-core v0.3.31 |
398 | 2025-01-28T22:21:07.725Z | Compiling lock_api v0.4.12 |
399 | 2025-01-28T22:21:07.752Z | Compiling parking_lot_core v0.9.10 |
400 | 2025-01-28T22:21:07.836Z | Compiling quote v1.0.38 |
401 | 2025-01-28T22:21:07.838Z | Compiling byteorder v1.5.0 |
402 | 2025-01-28T22:21:07.981Z | Checking scopeguard v1.2.0 |
403 | 2025-01-28T22:21:08.135Z | Compiling schemars v0.8.21 |
404 | 2025-01-28T22:21:08.171Z | Compiling syn v2.0.96 |
405 | 2025-01-28T22:21:08.354Z | Compiling slab v0.4.9 |
406 | 2025-01-28T22:21:08.373Z | Compiling ahash v0.8.11 |
407 | 2025-01-28T22:21:08.495Z | Checking log v0.4.22 |
408 | 2025-01-28T22:21:08.578Z | Checking futures-sink v0.3.31 |
409 | 2025-01-28T22:21:08.706Z | Checking parking_lot v0.12.3 |
410 | 2025-01-28T22:21:08.732Z | Checking mio v1.0.2 |
411 | 2025-01-28T22:21:08.754Z | Checking socket2 v0.5.7 |
412 | 2025-01-28T22:21:08.785Z | Checking signal-hook-registry v1.4.2 |
413 | 2025-01-28T22:21:08.839Z | Checking stable_deref_trait v1.2.0 |
414 | 2025-01-28T22:21:08.933Z | Checking hashbrown v0.15.1 |
415 | 2025-01-28T22:21:09.016Z | Checking fnv v1.0.7 |
416 | 2025-01-28T22:21:09.042Z | Checking equivalent v1.0.1 |
417 | 2025-01-28T22:21:09.143Z | Checking futures-channel v0.3.31 |
418 | 2025-01-28T22:21:09.146Z | Checking http v1.2.0 |
419 | 2025-01-28T22:21:09.168Z | Checking futures-task v0.3.31 |
420 | 2025-01-28T22:21:09.187Z | Checking futures-io v0.3.31 |
421 | 2025-01-28T22:21:09.287Z | Compiling semver v1.0.24 |
422 | 2025-01-28T22:21:09.367Z | Checking pin-utils v0.1.0 |
423 | 2025-01-28T22:21:09.391Z | Checking rustls-pki-types v1.10.0 |
424 | 2025-01-28T22:21:09.457Z | Compiling vcpkg v0.2.15 |
425 | 2025-01-28T22:21:09.472Z | Checking spin v0.9.8 |
426 | 2025-01-28T22:21:09.601Z | Compiling ring v0.17.8 |
427 | 2025-01-28T22:21:09.676Z | Compiling pkg-config v0.3.31 |
428 | 2025-01-28T22:21:09.865Z | Compiling httparse v1.9.5 |
429 | 2025-01-28T22:21:09.909Z | Checking writeable v0.5.5 |
430 | 2025-01-28T22:21:10.226Z | Checking untrusted v0.9.0 |
431 | 2025-01-28T22:21:10.391Z | Checking litemap v0.7.3 |
432 | 2025-01-28T22:21:10.405Z | Checking iana-time-zone v0.1.61 |
433 | 2025-01-28T22:21:10.495Z | Compiling heck v0.5.0 |
434 | 2025-01-28T22:21:10.617Z | Checking tracing-core v0.1.32 |
435 | 2025-01-28T22:21:10.727Z | Checking dyn-clone v1.0.17 |
436 | 2025-01-28T22:21:10.741Z | Compiling ucd-trie v0.1.7 |
437 | 2025-01-28T22:21:10.835Z | Compiling openssl-sys v0.9.103 |
438 | 2025-01-28T22:21:10.904Z | Checking atomic-waker v1.1.2 |
439 | 2025-01-28T22:21:11.039Z | Checking http-body v1.0.1 |
440 | 2025-01-28T22:21:11.219Z | Checking tracing v0.1.40 |
441 | 2025-01-28T22:21:11.235Z | Checking icu_locid_transform_data v1.5.0 |
442 | 2025-01-28T22:21:11.325Z | Compiling allocator-api2 v0.2.18 |
443 | 2025-01-28T22:21:11.327Z | Checking try-lock v0.2.5 |
444 | 2025-01-28T22:21:11.359Z | Checking zeroize v1.8.1 |
445 | 2025-01-28T22:21:11.473Z | Checking subtle v2.6.1 |
446 | 2025-01-28T22:21:11.516Z | Checking want v0.3.1 |
447 | 2025-01-28T22:21:11.685Z | Checking foreign-types-shared v0.1.1 |
448 | 2025-01-28T22:21:11.798Z | Compiling uuid v1.12.0 |
449 | 2025-01-28T22:21:11.846Z | Checking icu_properties_data v1.5.0 |
450 | 2025-01-28T22:21:11.881Z | Compiling openssl v0.10.66 |
451 | 2025-01-28T22:21:12.063Z | Checking httpdate v1.0.3 |
452 | 2025-01-28T22:21:12.300Z | Checking foreign-types v0.3.2 |
453 | 2025-01-28T22:21:12.316Z | Checking bitflags v2.6.0 |
454 | 2025-01-28T22:21:12.370Z | Compiling slog v2.7.0 |
455 | 2025-01-28T22:21:12.386Z | Checking percent-encoding v2.3.1 |
456 | 2025-01-28T22:21:12.500Z | Compiling chrono v0.4.39 |
457 | 2025-01-28T22:21:12.557Z | Compiling rustls v0.23.19 |
458 | 2025-01-28T22:21:12.588Z | Checking utf16_iter v1.0.5 |
459 | 2025-01-28T22:21:12.617Z | Checking utf8_iter v1.0.4 |
460 | 2025-01-28T22:21:12.807Z | Checking tower-service v0.3.3 |
461 | 2025-01-28T22:21:12.842Z | Compiling native-tls v0.2.12 |
462 | 2025-01-28T22:21:12.866Z | Checking icu_normalizer_data v1.5.0 |
463 | 2025-01-28T22:21:12.921Z | Checking write16 v1.0.0 |
464 | 2025-01-28T22:21:13.013Z | Checking form_urlencoded v1.2.1 |
465 | 2025-01-28T22:21:13.056Z | Compiling aho-corasick v1.1.3 |
466 | 2025-01-28T22:21:13.200Z | Compiling typenum v1.17.0 |
467 | 2025-01-28T22:21:13.232Z | Compiling regex-syntax v0.8.5 |
468 | 2025-01-28T22:21:13.824Z | Checking openssl-probe v0.1.5 |
469 | 2025-01-28T22:21:14.182Z | Compiling generic-array v0.14.7 |
470 | 2025-01-28T22:21:14.229Z | Checking encoding_rs v0.8.34 |
471 | 2025-01-28T22:21:14.533Z | Checking mime v0.3.17 |
472 | 2025-01-28T22:21:15.286Z | Compiling synstructure v0.13.1 |
473 | 2025-01-28T22:21:15.501Z | Compiling serde_derive_internals v0.29.1 |
474 | 2025-01-28T22:21:15.952Z | Checking rustls-webpki v0.102.8 |
475 | 2025-01-28T22:21:16.506Z | Checking webpki-roots v0.26.6 |
476 | 2025-01-28T22:21:16.508Z | Checking rustls-pemfile v2.2.0 |
477 | 2025-01-28T22:21:16.705Z | Compiling regex-automata v0.4.8 |
478 | 2025-01-28T22:21:17.481Z | Compiling usdt-impl v0.5.0 |
479 | 2025-01-28T22:21:17.511Z | Checking powerfmt v0.2.0 |
480 | 2025-01-28T22:21:17.746Z | Compiling num-conv v0.1.0 |
481 | 2025-01-28T22:21:17.866Z | Checking base64 v0.22.1 |
482 | 2025-01-28T22:21:17.992Z | Compiling time-core v0.1.2 |
483 | 2025-01-28T22:21:18.181Z | Compiling time-macros v0.2.18 |
484 | 2025-01-28T22:21:18.326Z | Checking deranged v0.3.11 |
485 | 2025-01-28T22:21:18.422Z | Compiling thread-id v4.2.2 |
486 | 2025-01-28T22:21:18.540Z | Checking sync_wrapper v1.0.1 |
487 | 2025-01-28T22:21:18.688Z | Compiling crossbeam-utils v0.8.20 |
488 | 2025-01-28T22:21:19.396Z | Compiling serde_derive v1.0.217 |
489 | 2025-01-28T22:21:19.544Z | Compiling zerocopy-derive v0.7.35 |
490 | 2025-01-28T22:21:19.557Z | Compiling thiserror-impl v1.0.69 |
491 | 2025-01-28T22:21:20.284Z | Compiling zerofrom-derive v0.1.4 |
492 | 2025-01-28T22:21:20.953Z | Compiling schemars_derive v0.8.21 |
493 | 2025-01-28T22:21:20.956Z | Compiling yoke-derive v0.7.4 |
494 | 2025-01-28T22:21:21.212Z | Compiling tokio-macros v2.5.0 |
495 | 2025-01-28T22:21:21.392Z | Compiling zerocopy v0.7.35 |
496 | 2025-01-28T22:21:22.640Z | Checking tokio v1.43.0 |
497 | 2025-01-28T22:21:22.770Z | Compiling zerovec-derive v0.10.3 |
498 | 2025-01-28T22:21:23.383Z | Checking zerofrom v0.1.4 |
499 | 2025-01-28T22:21:23.432Z | Compiling displaydoc v0.2.5 |
500 | 2025-01-28T22:21:23.567Z | Checking yoke v0.7.4 |
501 | 2025-01-28T22:21:23.580Z | Compiling futures-macro v0.3.31 |
502 | 2025-01-28T22:21:23.583Z | Compiling icu_provider_macros v1.5.0 |
503 | 2025-01-28T22:21:23.875Z | Compiling pest v2.7.14 |
504 | 2025-01-28T22:21:24.258Z | Compiling hashbrown v0.14.5 |
505 | 2025-01-28T22:21:24.652Z | Compiling openssl-macros v0.1.1 |
506 | 2025-01-28T22:21:25.097Z | Checking zerovec v0.10.4 |
507 | 2025-01-28T22:21:25.284Z | Checking futures-util v0.3.31 |
508 | 2025-01-28T22:21:25.407Z | Compiling regress v0.10.1 |
509 | 2025-01-28T22:21:26.536Z | Checking tinystr v0.7.6 |
510 | 2025-01-28T22:21:26.804Z | Checking icu_collections v1.5.0 |
511 | 2025-01-28T22:21:26.867Z | Checking icu_locid v1.5.0 |
512 | 2025-01-28T22:21:27.408Z | Compiling pest_meta v2.7.14 |
513 | 2025-01-28T22:21:27.781Z | Checking icu_provider v1.5.0 |
514 | 2025-01-28T22:21:28.395Z | Checking icu_locid_transform v1.5.0 |
515 | 2025-01-28T22:21:29.267Z | Checking tokio-util v0.7.12 |
516 | 2025-01-28T22:21:29.432Z | Checking icu_properties v1.5.1 |
517 | 2025-01-28T22:21:29.640Z | Compiling pest_generator v2.7.14 |
518 | 2025-01-28T22:21:29.923Z | Checking http-body-util v0.1.2 |
519 | 2025-01-28T22:21:30.051Z | Checking tokio-rustls v0.26.0 |
520 | 2025-01-28T22:21:30.346Z | Compiling regex v1.11.1 |
521 | 2025-01-28T22:21:30.406Z | Compiling scroll_derive v0.12.0 |
522 | 2025-01-28T22:21:30.559Z | Checking tokio-native-tls v0.3.1 |
523 | 2025-01-28T22:21:30.794Z | Checking indexmap v2.7.1 |
524 | 2025-01-28T22:21:31.242Z | Compiling serde_tokenstream v0.2.2 |
525 | 2025-01-28T22:21:31.783Z | Compiling pest_derive v2.7.14 |
526 | 2025-01-28T22:21:31.952Z | Checking h2 v0.4.6 |
527 | 2025-01-28T22:21:32.406Z | Checking serde_urlencoded v0.7.1 |
528 | 2025-01-28T22:21:32.424Z | Checking scroll v0.12.0 |
529 | 2025-01-28T22:21:32.618Z | Checking icu_normalizer v1.5.0 |
530 | 2025-01-28T22:21:32.632Z | Compiling dtrace-parser v0.2.0 |
531 | 2025-01-28T22:21:33.184Z | Compiling dof v0.3.0 |
532 | 2025-01-28T22:21:33.395Z | Checking idna_adapter v1.2.0 |
533 | 2025-01-28T22:21:33.574Z | Checking idna v1.0.3 |
534 | 2025-01-28T22:21:34.029Z | Checking url v2.5.3 |
535 | 2025-01-28T22:21:34.172Z | Compiling ident_case v1.0.1 |
536 | 2025-01-28T22:21:34.341Z | Checking plain v0.2.3 |
537 | 2025-01-28T22:21:34.440Z | Compiling strsim v0.11.1 |
538 | 2025-01-28T22:21:34.623Z | Compiling typify-impl v0.2.0 |
539 | 2025-01-28T22:21:34.713Z | Compiling syn v1.0.109 |
540 | 2025-01-28T22:21:34.811Z | Checking ipnet v2.10.1 |
541 | 2025-01-28T22:21:35.048Z | Checking num_threads v0.1.7 |
542 | 2025-01-28T22:21:35.269Z | Compiling darling_core v0.20.10 |
543 | 2025-01-28T22:21:35.321Z | Checking time v0.3.36 |
544 | 2025-01-28T22:21:35.714Z | Checking goblin v0.8.2 |
545 | 2025-01-28T22:21:35.871Z | Checking hyper v1.5.2 |
546 | 2025-01-28T22:21:37.260Z | Compiling openapiv3 v2.0.0 |
547 | 2025-01-28T22:21:37.807Z | Checking hyper-util v0.1.10 |
548 | 2025-01-28T22:21:38.722Z | Checking dirs-sys-next v0.1.2 |
549 | 2025-01-28T22:21:39.315Z | Compiling rustls v0.22.4 |
550 | 2025-01-28T22:21:39.356Z | Checking hyper-tls v0.6.0 |
551 | 2025-01-28T22:21:39.589Z | Checking hyper-rustls v0.27.3 |
552 | 2025-01-28T22:21:39.649Z | Compiling omicron-workspace-hack v0.1.0 |
553 | 2025-01-28T22:21:39.886Z | Checking reqwest v0.12.9 |
554 | 2025-01-28T22:21:39.903Z | Checking pretty-hex v0.4.1 |
555 | 2025-01-28T22:21:40.088Z | Compiling paste v1.0.15 |
556 | 2025-01-28T22:21:40.240Z | Compiling rustversion v1.0.17 |
557 | 2025-01-28T22:21:40.561Z | Compiling unsafe-libyaml v0.2.11 |
558 | 2025-01-28T22:21:40.574Z | Compiling newtype-uuid v1.2.1 |
559 | 2025-01-28T22:21:40.615Z | Compiling darling_macro v0.20.10 |
560 | 2025-01-28T22:21:41.026Z | Checking dirs-next v2.0.0 |
561 | 2025-01-28T22:21:41.212Z | Checking ipnetwork v0.20.0 |
562 | 2025-01-28T22:21:41.523Z | Checking toml_datetime v0.6.8 |
563 | 2025-01-28T22:21:41.523Z | Checking serde_spanned v0.6.8 |
564 | 2025-01-28T22:21:41.567Z | Checking ppv-lite86 v0.2.20 |
565 | 2025-01-28T22:21:41.593Z | Checking crypto-common v0.1.6 |
566 | 2025-01-28T22:21:41.705Z | Checking block-buffer v0.10.4 |
567 | 2025-01-28T22:21:41.717Z | Compiling structmeta-derive v0.3.0 |
568 | 2025-01-28T22:21:41.746Z | Checking rand_core v0.6.4 |
569 | 2025-01-28T22:21:41.801Z | Compiling serde_yaml v0.9.34+deprecated |
570 | 2025-01-28T22:21:42.014Z | Checking thread_local v1.1.8 |
571 | 2025-01-28T22:21:42.026Z | Compiling multer v3.1.0 |
572 | 2025-01-28T22:21:42.239Z | Compiling camino v1.1.9 |
573 | 2025-01-28T22:21:42.241Z | Compiling anyhow v1.0.95 |
574 | 2025-01-28T22:21:42.292Z | Compiling thiserror v2.0.11 |
575 | 2025-01-28T22:21:42.349Z | Checking match_cfg v0.1.0 |
576 | 2025-01-28T22:21:42.436Z | Checking either v1.13.0 |
577 | 2025-01-28T22:21:42.784Z | Checking winnow v0.6.20 |
578 | 2025-01-28T22:21:42.797Z | Compiling slog-async v2.8.0 |
579 | 2025-01-28T22:21:43.174Z | Checking itertools v0.10.5 |
580 | 2025-01-28T22:21:43.262Z | Checking hostname v0.3.1 |
581 | 2025-01-28T22:21:43.378Z | Checking rand_chacha v0.3.1 |
582 | 2025-01-28T22:21:43.716Z | Checking digest v0.10.7 |
583 | 2025-01-28T22:21:43.920Z | Checking crossbeam-channel v0.5.13 |
584 | 2025-01-28T22:21:44.031Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
585 | 2025-01-28T22:21:44.137Z | Compiling structmeta v0.3.0 |
586 | 2025-01-28T22:21:44.383Z | Compiling darling v0.20.10 |
587 | 2025-01-28T22:21:44.495Z | Checking progenitor-client v0.8.0 |
588 | 2025-01-28T22:21:44.509Z | Checking term v0.7.0 |
589 | 2025-01-28T22:21:45.228Z | Compiling usdt-macro v0.5.0 |
590 | 2025-01-28T22:21:45.263Z | Compiling usdt-attr-macro v0.5.0 |
591 | 2025-01-28T22:21:45.449Z | Checking toml_edit v0.22.22 |
592 | 2025-01-28T22:21:45.811Z | Checking slog-json v2.6.1 |
593 | 2025-01-28T22:21:45.967Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
594 | 2025-01-28T22:21:46.052Z | Checking futures-executor v0.3.31 |
595 | 2025-01-28T22:21:46.092Z | Compiling async-stream-impl v0.3.6 |
596 | 2025-01-28T22:21:46.244Z | Compiling typify-macro v0.2.0 |
597 | 2025-01-28T22:21:46.284Z | Compiling thiserror-impl v2.0.11 |
598 | 2025-01-28T22:21:46.411Z | Checking is-terminal v0.4.13 |
599 | 2025-01-28T22:21:46.528Z | Checking memmap v0.7.0 |
600 | 2025-01-28T22:21:46.592Z | Compiling dropshot v0.15.1 |
601 | 2025-01-28T22:21:46.743Z | Checking take_mut v0.2.2 |
602 | 2025-01-28T22:21:46.899Z | Checking cpufeatures v0.2.14 |
603 | 2025-01-28T22:21:46.993Z | Checking sha1 v0.10.6 |
604 | 2025-01-28T22:21:47.097Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
605 | 2025-01-28T22:21:47.257Z | Checking usdt v0.5.0 |
606 | 2025-01-28T22:21:47.281Z | Checking slog-term v2.9.1 |
607 | 2025-01-28T22:21:47.334Z | Checking async-stream v0.3.6 |
608 | 2025-01-28T22:21:47.499Z | Checking futures v0.3.31 |
609 | 2025-01-28T22:21:47.524Z | Compiling strum_macros v0.26.4 |
610 | 2025-01-28T22:21:47.620Z | Checking slog-bunyan v2.5.0 |
611 | 2025-01-28T22:21:47.651Z | Compiling parse-display-derive v0.10.0 |
612 | 2025-01-28T22:21:47.770Z | Compiling serde_with_macros v3.11.0 |
613 | 2025-01-28T22:21:47.772Z | Checking rand v0.8.5 |
614 | 2025-01-28T22:21:47.864Z | Checking tokio-rustls v0.25.0 |
615 | 2025-01-28T22:21:47.913Z | Checking toml v0.8.19 |
616 | 2025-01-28T22:21:48.958Z | Compiling dropshot_endpoint v0.15.1 |
617 | 2025-01-28T22:21:49.028Z | Checking hex v0.4.3 |
618 | 2025-01-28T22:21:49.111Z | Checking serde_path_to_error v0.1.16 |
619 | 2025-01-28T22:21:49.218Z | Compiling async-trait v0.1.85 |
620 | 2025-01-28T22:21:49.503Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
621 | 2025-01-28T22:21:49.514Z | Compiling typify v0.2.0 |
622 | 2025-01-28T22:21:49.628Z | Compiling progenitor-impl v0.8.0 |
623 | 2025-01-28T22:21:50.128Z | Checking waitgroup v0.1.2 |
624 | 2025-01-28T22:21:50.262Z | Checking hostname v0.4.0 |
625 | 2025-01-28T22:21:50.275Z | Checking instant v0.1.13 |
626 | 2025-01-28T22:21:50.389Z | Checking debug-ignore v1.0.5 |
627 | 2025-01-28T22:21:50.402Z | Checking backoff v0.4.0 |
628 | 2025-01-28T22:21:50.538Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
629 | 2025-01-28T22:21:50.676Z | Checking serde_with v3.11.0 |
630 | 2025-01-28T22:21:50.691Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
631 | 2025-01-28T22:21:50.836Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
632 | 2025-01-28T22:21:51.143Z | Checking parse-display v0.10.0 |
633 | 2025-01-28T22:21:51.348Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
634 | 2025-01-28T22:21:51.403Z | Checking progenitor-client v0.9.1 |
635 | 2025-01-28T22:21:51.586Z | Checking strum v0.26.3 |
636 | 2025-01-28T22:21:51.704Z | Checking macaddr v1.0.1 |
637 | 2025-01-28T22:21:51.731Z | Checking regress v0.9.1 |
638 | 2025-01-28T22:21:52.821Z | Compiling progenitor-macro v0.8.0 |
639 | 2025-01-28T22:21:56.355Z | Checking progenitor v0.8.0 |
640 | 2025-01-28T22:21:56.461Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
641 | 2025-01-28T22:21:59.113Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
642 | 2025-01-28T22:22:05.974Z | Checking test-project v0.1.0 (/tmp/test-project) |
643 | 2025-01-28T22:22:06.035Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 02s |
644 | 2025-01-28T22:22:06.168Z | + cargo build --release |
645 | 2025-01-28T22:22:06.418Z | Compiling proc-macro2 v1.0.92 |
646 | 2025-01-28T22:22:06.418Z | Compiling unicode-ident v1.0.14 |
647 | 2025-01-28T22:22:06.420Z | Compiling libc v0.2.169 |
648 | 2025-01-28T22:22:06.420Z | Compiling cfg-if v1.0.0 |
649 | 2025-01-28T22:22:06.420Z | Compiling autocfg v1.4.0 |
650 | 2025-01-28T22:22:06.420Z | Compiling serde v1.0.217 |
651 | 2025-01-28T22:22:06.420Z | Compiling version_check v0.9.5 |
652 | 2025-01-28T22:22:06.420Z | Compiling memchr v2.7.4 |
653 | 2025-01-28T22:22:06.547Z | Compiling serde_json v1.0.135 |
654 | 2025-01-28T22:22:06.637Z | Compiling itoa v1.0.11 |
655 | 2025-01-28T22:22:06.887Z | Compiling thiserror v1.0.69 |
656 | 2025-01-28T22:22:06.985Z | Compiling once_cell v1.20.2 |
657 | 2025-01-28T22:22:06.999Z | Compiling shlex v1.3.0 |
658 | 2025-01-28T22:22:07.271Z | Compiling cc v1.1.30 |
659 | 2025-01-28T22:22:07.396Z | Compiling num-traits v0.2.19 |
660 | 2025-01-28T22:22:07.413Z | Compiling pin-project-lite v0.2.14 |
661 | 2025-01-28T22:22:07.690Z | Compiling smallvec v1.13.2 |
662 | 2025-01-28T22:22:07.712Z | Compiling getrandom v0.2.15 |
663 | 2025-01-28T22:22:07.794Z | Compiling ryu v1.0.18 |
664 | 2025-01-28T22:22:08.037Z | Compiling quote v1.0.38 |
665 | 2025-01-28T22:22:08.144Z | Compiling bytes v1.9.0 |
666 | 2025-01-28T22:22:08.151Z | Compiling futures-core v0.3.31 |
667 | 2025-01-28T22:22:08.211Z | Compiling lock_api v0.4.12 |
668 | 2025-01-28T22:22:08.371Z | Compiling schemars v0.8.21 |
669 | 2025-01-28T22:22:08.387Z | Compiling syn v2.0.96 |
670 | 2025-01-28T22:22:08.569Z | Compiling parking_lot_core v0.9.10 |
671 | 2025-01-28T22:22:08.715Z | Compiling ahash v0.8.11 |
672 | 2025-01-28T22:22:08.752Z | Compiling scopeguard v1.2.0 |
673 | 2025-01-28T22:22:08.898Z | Compiling byteorder v1.5.0 |
674 | 2025-01-28T22:22:09.019Z | Compiling slab v0.4.9 |
675 | 2025-01-28T22:22:09.074Z | Compiling futures-sink v0.3.31 |
676 | 2025-01-28T22:22:09.306Z | Compiling log v0.4.22 |
677 | 2025-01-28T22:22:09.429Z | Compiling parking_lot v0.12.3 |
678 | 2025-01-28T22:22:09.511Z | Compiling socket2 v0.5.7 |
679 | 2025-01-28T22:22:09.710Z | Compiling mio v1.0.2 |
680 | 2025-01-28T22:22:09.720Z | Compiling signal-hook-registry v1.4.2 |
681 | 2025-01-28T22:22:09.769Z | Compiling stable_deref_trait v1.2.0 |
682 | 2025-01-28T22:22:09.870Z | Compiling ring v0.17.8 |
683 | 2025-01-28T22:22:09.885Z | Compiling equivalent v1.0.1 |
684 | 2025-01-28T22:22:09.993Z | Compiling fnv v1.0.7 |
685 | 2025-01-28T22:22:10.124Z | Compiling hashbrown v0.15.1 |
686 | 2025-01-28T22:22:10.174Z | Compiling semver v1.0.24 |
687 | 2025-01-28T22:22:10.660Z | Compiling http v1.2.0 |
688 | 2025-01-28T22:22:11.103Z | Compiling futures-channel v0.3.31 |
689 | 2025-01-28T22:22:11.194Z | Compiling futures-task v0.3.31 |
690 | 2025-01-28T22:22:11.254Z | Compiling futures-io v0.3.31 |
691 | 2025-01-28T22:22:11.452Z | Compiling pin-utils v0.1.0 |
692 | 2025-01-28T22:22:11.469Z | Compiling spin v0.9.8 |
693 | 2025-01-28T22:22:11.513Z | Compiling rustls-pki-types v1.10.0 |
694 | 2025-01-28T22:22:11.536Z | Compiling pkg-config v0.3.31 |
695 | 2025-01-28T22:22:11.577Z | Compiling vcpkg v0.2.15 |
696 | 2025-01-28T22:22:11.707Z | Compiling httparse v1.9.5 |
697 | 2025-01-28T22:22:12.318Z | Compiling untrusted v0.9.0 |
698 | 2025-01-28T22:22:12.511Z | Compiling iana-time-zone v0.1.61 |
699 | 2025-01-28T22:22:12.594Z | Compiling heck v0.5.0 |
700 | 2025-01-28T22:22:12.976Z | Compiling writeable v0.5.5 |
701 | 2025-01-28T22:22:12.984Z | Compiling openssl-sys v0.9.103 |
702 | 2025-01-28T22:22:13.182Z | Compiling litemap v0.7.3 |
703 | 2025-01-28T22:22:13.592Z | Compiling tracing-core v0.1.32 |
704 | 2025-01-28T22:22:13.598Z | Compiling dyn-clone v1.0.17 |
705 | 2025-01-28T22:22:13.787Z | Compiling ucd-trie v0.1.7 |
706 | 2025-01-28T22:22:13.978Z | Compiling atomic-waker v1.1.2 |
707 | 2025-01-28T22:22:14.164Z | Compiling http-body v1.0.1 |
708 | 2025-01-28T22:22:14.384Z | Compiling tracing v0.1.40 |
709 | 2025-01-28T22:22:14.544Z | Compiling try-lock v0.2.5 |
710 | 2025-01-28T22:22:14.704Z | Compiling allocator-api2 v0.2.18 |
711 | 2025-01-28T22:22:15.016Z | Compiling subtle v2.6.1 |
712 | 2025-01-28T22:22:15.024Z | Compiling icu_locid_transform_data v1.5.0 |
713 | 2025-01-28T22:22:15.072Z | Compiling zeroize v1.8.1 |
714 | 2025-01-28T22:22:15.318Z | Compiling want v0.3.1 |
715 | 2025-01-28T22:22:15.393Z | Compiling icu_properties_data v1.5.0 |
716 | 2025-01-28T22:22:15.420Z | Compiling chrono v0.4.39 |
717 | 2025-01-28T22:22:15.527Z | Compiling synstructure v0.13.1 |
718 | 2025-01-28T22:22:15.570Z | Compiling serde_derive_internals v0.29.1 |
719 | 2025-01-28T22:22:15.622Z | Compiling foreign-types-shared v0.1.1 |
720 | 2025-01-28T22:22:15.748Z | Compiling openssl v0.10.66 |
721 | 2025-01-28T22:22:16.035Z | Compiling uuid v1.12.0 |
722 | 2025-01-28T22:22:16.161Z | Compiling httpdate v1.0.3 |
723 | 2025-01-28T22:22:16.721Z | Compiling foreign-types v0.3.2 |
724 | 2025-01-28T22:22:16.923Z | Compiling percent-encoding v2.3.1 |
725 | 2025-01-28T22:22:17.224Z | Compiling native-tls v0.2.12 |
726 | 2025-01-28T22:22:17.371Z | Compiling rustls v0.23.19 |
727 | 2025-01-28T22:22:17.477Z | Compiling utf16_iter v1.0.5 |
728 | 2025-01-28T22:22:17.597Z | Compiling slog v2.7.0 |
729 | 2025-01-28T22:22:17.694Z | Compiling icu_normalizer_data v1.5.0 |
730 | 2025-01-28T22:22:17.703Z | Compiling tower-service v0.3.3 |
731 | 2025-01-28T22:22:17.788Z | Compiling utf8_iter v1.0.4 |
732 | 2025-01-28T22:22:17.816Z | Compiling write16 v1.0.0 |
733 | 2025-01-28T22:22:17.941Z | Compiling bitflags v2.6.0 |
734 | 2025-01-28T22:22:18.075Z | Compiling form_urlencoded v1.2.1 |
735 | 2025-01-28T22:22:18.365Z | Compiling aho-corasick v1.1.3 |
736 | 2025-01-28T22:22:18.577Z | Compiling typenum v1.17.0 |
737 | 2025-01-28T22:22:18.627Z | Compiling openssl-probe v0.1.5 |
738 | 2025-01-28T22:22:19.104Z | Compiling regex-syntax v0.8.5 |
739 | 2025-01-28T22:22:19.650Z | Compiling generic-array v0.14.7 |
740 | 2025-01-28T22:22:19.849Z | Compiling serde_derive v1.0.217 |
741 | 2025-01-28T22:22:19.998Z | Compiling zerocopy-derive v0.7.35 |
742 | 2025-01-28T22:22:20.203Z | Compiling thiserror-impl v1.0.69 |
743 | 2025-01-28T22:22:20.332Z | Compiling zerofrom-derive v0.1.4 |
744 | 2025-01-28T22:22:20.693Z | Compiling schemars_derive v0.8.21 |
745 | 2025-01-28T22:22:21.874Z | Compiling zerocopy v0.7.35 |
746 | 2025-01-28T22:22:23.049Z | Compiling tokio-macros v2.5.0 |
747 | 2025-01-28T22:22:23.153Z | Compiling yoke-derive v0.7.4 |
748 | 2025-01-28T22:22:23.404Z | Compiling zerovec-derive v0.10.3 |
749 | 2025-01-28T22:22:23.483Z | Compiling futures-macro v0.3.31 |
750 | 2025-01-28T22:22:23.512Z | Compiling zerofrom v0.1.4 |
751 | 2025-01-28T22:22:23.734Z | Compiling displaydoc v0.2.5 |
752 | 2025-01-28T22:22:24.498Z | Compiling tokio v1.43.0 |
753 | 2025-01-28T22:22:25.157Z | Compiling icu_provider_macros v1.5.0 |
754 | 2025-01-28T22:22:25.270Z | Compiling futures-util v0.3.31 |
755 | 2025-01-28T22:22:25.530Z | Compiling yoke v0.7.4 |
756 | 2025-01-28T22:22:25.886Z | Compiling zerovec v0.10.4 |
757 | 2025-01-28T22:22:26.142Z | Compiling pest v2.7.14 |
758 | 2025-01-28T22:22:26.361Z | Compiling hashbrown v0.14.5 |
759 | 2025-01-28T22:22:28.649Z | Compiling tinystr v0.7.6 |
760 | 2025-01-28T22:22:29.054Z | Compiling icu_locid v1.5.0 |
761 | 2025-01-28T22:22:29.066Z | Compiling rustls-webpki v0.102.8 |
762 | 2025-01-28T22:22:31.212Z | Compiling icu_provider v1.5.0 |
763 | 2025-01-28T22:22:32.088Z | Compiling icu_locid_transform v1.5.0 |
764 | 2025-01-28T22:22:33.321Z | Compiling indexmap v2.7.1 |
765 | 2025-01-28T22:22:33.676Z | Compiling serde_tokenstream v0.2.2 |
766 | 2025-01-28T22:22:35.585Z | Compiling tokio-util v0.7.12 |
767 | 2025-01-28T22:22:35.912Z | Compiling pest_meta v2.7.14 |
768 | 2025-01-28T22:22:36.333Z | Compiling icu_collections v1.5.0 |
769 | 2025-01-28T22:22:37.763Z | Compiling h2 v0.4.6 |
770 | 2025-01-28T22:22:38.393Z | Compiling pest_generator v2.7.14 |
771 | 2025-01-28T22:22:39.002Z | Compiling icu_properties v1.5.1 |
772 | 2025-01-28T22:22:40.127Z | Compiling regress v0.10.1 |
773 | 2025-01-28T22:22:42.474Z | Compiling openssl-macros v0.1.1 |
774 | 2025-01-28T22:22:43.182Z | Compiling hyper v1.5.2 |
775 | 2025-01-28T22:22:44.668Z | Compiling typify-impl v0.2.0 |
776 | 2025-01-28T22:22:45.173Z | Compiling icu_normalizer v1.5.0 |
777 | 2025-01-28T22:22:49.660Z | Compiling hyper-util v0.1.10 |
778 | 2025-01-28T22:22:50.617Z | Compiling pest_derive v2.7.14 |
779 | 2025-01-28T22:22:54.391Z | Compiling idna_adapter v1.2.0 |
780 | 2025-01-28T22:22:54.590Z | Compiling http-body-util v0.1.2 |
781 | 2025-01-28T22:22:54.685Z | Compiling regex-automata v0.4.8 |
782 | 2025-01-28T22:22:54.865Z | Compiling typify-macro v0.2.0 |
783 | 2025-01-28T22:22:55.094Z | Compiling encoding_rs v0.8.34 |
784 | 2025-01-28T22:22:55.507Z | Compiling mime v0.3.17 |
785 | 2025-01-28T22:22:56.557Z | Compiling tokio-native-tls v0.3.1 |
786 | 2025-01-28T22:22:56.688Z | Compiling idna v1.0.3 |
787 | 2025-01-28T22:22:57.725Z | Compiling serde_urlencoded v0.7.1 |
788 | 2025-01-28T22:22:58.209Z | Compiling scroll_derive v0.12.0 |
789 | 2025-01-28T22:22:58.261Z | Compiling tokio-rustls v0.26.0 |
790 | 2025-01-28T22:22:58.706Z | Compiling regex v1.11.1 |
791 | 2025-01-28T22:22:59.573Z | Compiling webpki-roots v0.26.6 |
792 | 2025-01-28T22:22:59.635Z | Compiling rustls-pemfile v2.2.0 |
793 | 2025-01-28T22:23:00.022Z | Compiling usdt-impl v0.5.0 |
794 | 2025-01-28T22:23:00.402Z | Compiling num-conv v0.1.0 |
795 | 2025-01-28T22:23:00.672Z | Compiling powerfmt v0.2.0 |
796 | 2025-01-28T22:23:01.140Z | Compiling time-core v0.1.2 |
797 | 2025-01-28T22:23:01.295Z | Compiling base64 v0.22.1 |
798 | 2025-01-28T22:23:01.500Z | Compiling time-macros v0.2.18 |
799 | 2025-01-28T22:23:02.293Z | Compiling deranged v0.3.11 |
800 | 2025-01-28T22:23:03.916Z | Compiling hyper-rustls v0.27.3 |
801 | 2025-01-28T22:23:04.323Z | Compiling scroll v0.12.0 |
802 | 2025-01-28T22:23:04.905Z | Compiling thread-id v4.2.2 |
803 | 2025-01-28T22:23:05.016Z | Compiling url v2.5.3 |
804 | 2025-01-28T22:23:05.483Z | Compiling hyper-tls v0.6.0 |
805 | 2025-01-28T22:23:06.103Z | Compiling dtrace-parser v0.2.0 |
806 | 2025-01-28T22:23:07.689Z | Compiling dof v0.3.0 |
807 | 2025-01-28T22:23:08.461Z | Compiling sync_wrapper v1.0.1 |
808 | 2025-01-28T22:23:09.862Z | Compiling crossbeam-utils v0.8.20 |
809 | 2025-01-28T22:23:10.422Z | Compiling strsim v0.11.1 |
810 | 2025-01-28T22:23:10.801Z | Compiling omicron-workspace-hack v0.1.0 |
811 | 2025-01-28T22:23:11.103Z | Compiling plain v0.2.3 |
812 | 2025-01-28T22:23:11.283Z | Compiling ipnet v2.10.1 |
813 | 2025-01-28T22:23:12.092Z | Compiling num_threads v0.1.7 |
814 | 2025-01-28T22:23:12.214Z | Compiling syn v1.0.109 |
815 | 2025-01-28T22:23:13.983Z | Compiling ident_case v1.0.1 |
816 | 2025-01-28T22:23:14.090Z | Compiling time v0.3.36 |
817 | 2025-01-28T22:23:14.161Z | Compiling darling_core v0.20.10 |
818 | 2025-01-28T22:23:16.308Z | Compiling reqwest v0.12.9 |
819 | 2025-01-28T22:23:17.468Z | Compiling goblin v0.8.2 |
820 | 2025-01-28T22:23:22.774Z | Compiling typify v0.2.0 |
821 | 2025-01-28T22:23:22.893Z | Compiling openapiv3 v2.0.0 |
822 | 2025-01-28T22:23:24.221Z | Compiling dirs-sys-next v0.1.2 |
823 | 2025-01-28T22:23:25.715Z | Compiling newtype-uuid v1.2.1 |
824 | 2025-01-28T22:23:26.041Z | Compiling pretty-hex v0.4.1 |
825 | 2025-01-28T22:23:26.283Z | Compiling unsafe-libyaml v0.2.11 |
826 | 2025-01-28T22:23:26.788Z | Compiling rustversion v1.0.17 |
827 | 2025-01-28T22:23:27.427Z | Compiling paste v1.0.15 |
828 | 2025-01-28T22:23:27.914Z | Compiling rustls v0.22.4 |
829 | 2025-01-28T22:23:27.995Z | Compiling serde_yaml v0.9.34+deprecated |
830 | 2025-01-28T22:23:28.302Z | Compiling progenitor-impl v0.8.0 |
831 | 2025-01-28T22:23:31.420Z | Compiling dirs-next v2.0.0 |
832 | 2025-01-28T22:23:31.806Z | Compiling darling_macro v0.20.10 |
833 | 2025-01-28T22:23:34.475Z | Compiling block-buffer v0.10.4 |
834 | 2025-01-28T22:23:34.704Z | Compiling crypto-common v0.1.6 |
835 | 2025-01-28T22:23:34.921Z | Compiling ipnetwork v0.20.0 |
836 | 2025-01-28T22:23:35.462Z | Compiling serde_spanned v0.6.8 |
837 | 2025-01-28T22:23:35.698Z | Compiling toml_datetime v0.6.8 |
838 | 2025-01-28T22:23:35.833Z | Compiling ppv-lite86 v0.2.20 |
839 | 2025-01-28T22:23:36.364Z | Compiling structmeta-derive v0.3.0 |
840 | 2025-01-28T22:23:36.652Z | Compiling rand_core v0.6.4 |
841 | 2025-01-28T22:23:37.219Z | Compiling thread_local v1.1.8 |
842 | 2025-01-28T22:23:37.888Z | Compiling multer v3.1.0 |
843 | 2025-01-28T22:23:38.222Z | Compiling thiserror v2.0.11 |
844 | 2025-01-28T22:23:38.783Z | Compiling match_cfg v0.1.0 |
845 | 2025-01-28T22:23:38.848Z | Compiling anyhow v1.0.95 |
846 | 2025-01-28T22:23:38.867Z | Compiling winnow v0.6.20 |
847 | 2025-01-28T22:23:38.990Z | Compiling camino v1.1.9 |
848 | 2025-01-28T22:23:39.098Z | Compiling slog-async v2.8.0 |
849 | 2025-01-28T22:23:39.422Z | Compiling either v1.13.0 |
850 | 2025-01-28T22:23:39.603Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
851 | 2025-01-28T22:23:39.750Z | Compiling structmeta v0.3.0 |
852 | 2025-01-28T22:23:39.806Z | Compiling itertools v0.10.5 |
853 | 2025-01-28T22:23:39.975Z | Compiling hostname v0.3.1 |
854 | 2025-01-28T22:23:40.474Z | Compiling rand_chacha v0.3.1 |
855 | 2025-01-28T22:23:40.725Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
856 | 2025-01-28T22:23:41.256Z | Compiling digest v0.10.7 |
857 | 2025-01-28T22:23:41.648Z | Compiling progenitor-macro v0.8.0 |
858 | 2025-01-28T22:23:42.148Z | Compiling crossbeam-channel v0.5.13 |
859 | 2025-01-28T22:23:42.734Z | Compiling toml_edit v0.22.22 |
860 | 2025-01-28T22:23:43.051Z | Compiling darling v0.20.10 |
861 | 2025-01-28T22:23:43.689Z | Compiling term v0.7.0 |
862 | 2025-01-28T22:23:49.292Z | Compiling usdt-attr-macro v0.5.0 |
863 | 2025-01-28T22:23:50.690Z | Compiling usdt-macro v0.5.0 |
864 | 2025-01-28T22:23:51.046Z | Compiling progenitor-client v0.8.0 |
865 | 2025-01-28T22:23:51.922Z | Compiling slog-json v2.6.1 |
866 | 2025-01-28T22:23:51.945Z | Compiling futures-executor v0.3.31 |
867 | 2025-01-28T22:23:52.406Z | Compiling async-stream-impl v0.3.6 |
868 | 2025-01-28T22:23:52.658Z | Compiling thiserror-impl v2.0.11 |
869 | 2025-01-28T22:23:53.017Z | Compiling is-terminal v0.4.13 |
870 | 2025-01-28T22:23:53.142Z | Compiling memmap v0.7.0 |
871 | 2025-01-28T22:23:53.590Z | Compiling dropshot v0.15.1 |
872 | 2025-01-28T22:23:53.679Z | Compiling cpufeatures v0.2.14 |
873 | 2025-01-28T22:23:53.777Z | Compiling take_mut v0.2.2 |
874 | 2025-01-28T22:23:53.985Z | Compiling sha1 v0.10.6 |
875 | 2025-01-28T22:23:54.803Z | Compiling async-stream v0.3.6 |
876 | 2025-01-28T22:23:55.145Z | Compiling usdt v0.5.0 |
877 | 2025-01-28T22:23:55.668Z | Compiling slog-term v2.9.1 |
878 | 2025-01-28T22:23:56.661Z | Compiling progenitor v0.8.0 |
879 | 2025-01-28T22:23:56.844Z | Compiling slog-bunyan v2.5.0 |
880 | 2025-01-28T22:23:57.119Z | Compiling futures v0.3.31 |
881 | 2025-01-28T22:23:57.232Z | Compiling tokio-rustls v0.25.0 |
882 | 2025-01-28T22:23:57.310Z | Compiling strum_macros v0.26.4 |
883 | 2025-01-28T22:23:57.626Z | Compiling toml v0.8.19 |
884 | 2025-01-28T22:23:58.064Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
885 | 2025-01-28T22:23:58.492Z | Compiling serde_with_macros v3.11.0 |
886 | 2025-01-28T22:23:59.718Z | Compiling rand v0.8.5 |
887 | 2025-01-28T22:24:01.430Z | Compiling parse-display-derive v0.10.0 |
888 | 2025-01-28T22:24:03.702Z | Compiling dropshot_endpoint v0.15.1 |
889 | 2025-01-28T22:24:04.231Z | Compiling hex v0.4.3 |
890 | 2025-01-28T22:24:04.698Z | Compiling serde_path_to_error v0.1.16 |
891 | 2025-01-28T22:24:04.790Z | Compiling async-trait v0.1.85 |
892 | 2025-01-28T22:24:05.095Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
893 | 2025-01-28T22:24:05.689Z | Compiling waitgroup v0.1.2 |
894 | 2025-01-28T22:24:05.865Z | Compiling hostname v0.4.0 |
895 | 2025-01-28T22:24:05.906Z | Compiling instant v0.1.13 |
896 | 2025-01-28T22:24:05.927Z | Compiling debug-ignore v1.0.5 |
897 | 2025-01-28T22:24:06.059Z | Compiling backoff v0.4.0 |
898 | 2025-01-28T22:24:06.073Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
899 | 2025-01-28T22:24:06.109Z | Compiling parse-display v0.10.0 |
900 | 2025-01-28T22:24:06.281Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
901 | 2025-01-28T22:24:06.443Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
902 | 2025-01-28T22:24:06.458Z | Compiling strum v0.26.3 |
903 | 2025-01-28T22:24:06.627Z | Compiling serde_with v3.11.0 |
904 | 2025-01-28T22:24:07.010Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
905 | 2025-01-28T22:24:07.732Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
906 | 2025-01-28T22:24:08.082Z | Compiling progenitor-client v0.9.1 |
907 | 2025-01-28T22:24:08.518Z | Compiling regress v0.9.1 |
908 | 2025-01-28T22:24:09.011Z | Compiling macaddr v1.0.1 |
909 | 2025-01-28T22:24:17.181Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
910 | 2025-01-28T22:24:26.939Z | Compiling test-project v0.1.0 (/tmp/test-project) |
911 | 2025-01-28T22:24:36.739Z | Finished `release` profile [optimized] target(s) in 2m 30s |
912 | 2025-01-28T22:24:36.805Z | process exited: duration 217717 ms, exit code 0 |
|
913 | 2025-01-28T22:24:36.812Z | found 0 output files |