|
|
|
1 | 2024-12-06T20:26:17.044Z | job assigned to worker 01JEETC0F1XVW1VPZ1BS2RTNA0 [factory aws, i-0e7b2153067434bf8] (queued for 1 m 2 s) |
|
2 | 2024-12-06T20:26:24.186Z | starting task 0: "setup" |
3 | 2024-12-06T20:26:24.197Z | ++ uname -s |
4 | 2024-12-06T20:26:24.199Z | + kern=SunOS |
5 | 2024-12-06T20:26:24.199Z | + case "$kern" in |
6 | 2024-12-06T20:26:24.199Z | + groupadd -g 12345 build |
7 | 2024-12-06T20:26:24.201Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-06T20:26:26.208Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-06T20:26:26.309Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-06T20:26:26.312Z | + home_fs=zfs |
11 | 2024-12-06T20:26:26.312Z | + [[ zfs == autofs ]] |
12 | 2024-12-06T20:26:26.312Z | + mkdir -p /home/build |
13 | 2024-12-06T20:26:26.314Z | + chown build:build /home/build /work |
14 | 2024-12-06T20:26:28.316Z | + chmod 0700 /home/build /work |
15 | 2024-12-06T20:26:28.318Z | process exited: duration 4131 ms, exit code 0 |
|
16 | 2024-12-06T20:26:28.323Z | starting task 1: "rust-toolchain" |
17 | 2024-12-06T20:26:28.328Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-06T20:26:28.328Z | ' 1.81.0 |
19 | 2024-12-06T20:26:28.328Z | * toolchain channel = "1.81.0" |
20 | 2024-12-06T20:26:28.330Z | + printf ' * toolchain profile = "%s" |
21 | 2024-12-06T20:26:28.330Z | ' default |
22 | 2024-12-06T20:26:28.330Z | * toolchain profile = "default" |
23 | 2024-12-06T20:26:28.330Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-06T20:26:28.330Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-06T20:26:28.451Z | info: downloading installer |
26 | 2024-12-06T20:26:29.649Z | info: profile set to 'default' |
27 | 2024-12-06T20:26:29.649Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-06T20:26:29.651Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-06T20:26:29.804Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-06T20:26:29.804Z | info: downloading component 'cargo' |
31 | 2024-12-06T20:26:30.659Z | info: downloading component 'clippy' |
32 | 2024-12-06T20:26:30.978Z | info: downloading component 'rust-docs' |
33 | 2024-12-06T20:26:32.172Z | info: downloading component 'rust-std' |
34 | 2024-12-06T20:26:34.033Z | info: downloading component 'rustc' |
35 | 2024-12-06T20:26:40.798Z | info: downloading component 'rustfmt' |
36 | 2024-12-06T20:26:41.047Z | info: installing component 'cargo' |
37 | 2024-12-06T20:26:41.846Z | info: installing component 'clippy' |
38 | 2024-12-06T20:26:42.204Z | info: installing component 'rust-docs' |
39 | 2024-12-06T20:26:43.838Z | info: installing component 'rust-std' |
40 | 2024-12-06T20:26:45.538Z | info: installing component 'rustc' |
41 | 2024-12-06T20:26:51.115Z | info: installing component 'rustfmt' |
42 | 2024-12-06T20:26:51.434Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-06T20:26:51.434Z | |
44 | 2024-12-06T20:26:51.788Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-06T20:26:51.788Z | |
46 | 2024-12-06T20:26:51.791Z | |
47 | 2024-12-06T20:26:51.791Z | Rust is installed now. Great! |
48 | 2024-12-06T20:26:51.791Z | |
49 | 2024-12-06T20:26:51.791Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-06T20:26:51.791Z | environment variable. This has not been done automatically. |
51 | 2024-12-06T20:26:51.791Z | |
52 | 2024-12-06T20:26:51.791Z | To configure your current shell, you need to source |
53 | 2024-12-06T20:26:51.791Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-06T20:26:51.791Z | |
55 | 2024-12-06T20:26:51.791Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-06T20:26:51.791Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-06T20:26:51.791Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-06T20:26:51.863Z | + rustc --version |
59 | 2024-12-06T20:26:51.928Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-06T20:26:51.935Z | process exited: duration 23605 ms, exit code 0 |
|
61 | 2024-12-06T20:26:51.940Z | starting task 2: "authentication" |
62 | 2024-12-06T20:26:51.960Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2024-12-06T20:26:51.965Z | starting task 3: "clone repository" |
64 | 2024-12-06T20:26:51.970Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-06T20:26:51.973Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-06T20:26:52.007Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-06T20:26:57.974Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-06T20:26:57.974Z | + git fetch origin 4ce33292e435d40b04d190e8e8c6731c3eb3b6d7 |
69 | 2024-12-06T20:26:58.255Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-06T20:26:58.255Z | * branch 4ce33292e435d40b04d190e8e8c6731c3eb3b6d7 -> FETCH_HEAD |
71 | 2024-12-06T20:26:58.266Z | + [[ -n bump-console-927c8b63 ]] |
72 | 2024-12-06T20:26:58.268Z | ++ git branch --show-current |
73 | 2024-12-06T20:26:58.271Z | + current=main |
74 | 2024-12-06T20:26:58.271Z | + [[ main != bump-console-927c8b63 ]] |
75 | 2024-12-06T20:26:58.271Z | + git branch -f bump-console-927c8b63 4ce33292e435d40b04d190e8e8c6731c3eb3b6d7 |
76 | 2024-12-06T20:26:58.273Z | + git checkout -f bump-console-927c8b63 |
77 | 2024-12-06T20:26:58.450Z | Switched to branch 'bump-console-927c8b63' |
78 | 2024-12-06T20:26:58.452Z | + git reset --hard 4ce33292e435d40b04d190e8e8c6731c3eb3b6d7 |
79 | 2024-12-06T20:26:58.622Z | HEAD is now at 4ce33292e Bump web console (minor) |
80 | 2024-12-06T20:26:58.624Z | process exited: duration 6657 ms, exit code 0 |
|
81 | 2024-12-06T20:26:58.631Z | starting task 4: "build" |
82 | 2024-12-06T20:26:58.635Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-06T20:26:58.635Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-06T20:26:58.635Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-06T20:26:58.635Z | + cargo --version |
86 | 2024-12-06T20:26:58.693Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-06T20:26:58.695Z | + rustc --version |
88 | 2024-12-06T20:26:58.755Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-06T20:26:58.758Z | + cd /tmp |
90 | 2024-12-06T20:26:58.760Z | + cargo new --lib test-project |
91 | 2024-12-06T20:26:58.816Z | Creating library `test-project` package |
92 | 2024-12-06T20:26:58.893Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
93 | 2024-12-06T20:26:58.895Z | + cd test-project |
94 | 2024-12-06T20:26:58.895Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
95 | 2024-12-06T20:26:58.953Z | Adding omicron-common (local) to dependencies |
96 | 2024-12-06T20:26:58.953Z | Features: |
97 | 2024-12-06T20:26:58.955Z | - proptest |
98 | 2024-12-06T20:26:58.955Z | - test-strategy |
99 | 2024-12-06T20:26:58.955Z | - testing |
100 | 2024-12-06T20:26:58.955Z | Updating crates.io index |
101 | 2024-12-06T20:26:59.022Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
102 | 2024-12-06T20:26:59.554Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
103 | 2024-12-06T20:27:00.011Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
104 | 2024-12-06T20:27:00.397Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
105 | 2024-12-06T20:27:01.917Z | Locking 327 packages to latest compatible versions |
106 | 2024-12-06T20:27:01.920Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
107 | 2024-12-06T20:27:01.920Z | Adding dropshot v0.13.0 (latest: v0.15.0) |
108 | 2024-12-06T20:27:01.920Z | Adding dropshot_endpoint v0.13.0 (latest: v0.15.0) |
109 | 2024-12-06T20:27:01.920Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
110 | 2024-12-06T20:27:01.920Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
111 | 2024-12-06T20:27:01.920Z | Adding generic-array v0.14.7 (latest: v1.1.1) |
112 | 2024-12-06T20:27:01.920Z | Adding goblin v0.8.2 (latest: v0.9.2) |
113 | 2024-12-06T20:27:01.923Z | Adding hashbrown v0.12.3 (latest: v0.15.2) |
114 | 2024-12-06T20:27:01.923Z | Adding hashbrown v0.14.5 (latest: v0.15.2) |
115 | 2024-12-06T20:27:01.923Z | Adding hostname v0.3.1 (latest: v0.4.0) |
116 | 2024-12-06T20:27:01.923Z | Adding indexmap v1.9.3 (latest: v2.7.0) |
117 | 2024-12-06T20:27:01.926Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
118 | 2024-12-06T20:27:01.928Z | Adding regress v0.9.1 (latest: v0.10.1) |
119 | 2024-12-06T20:27:01.934Z | Adding rustls v0.22.4 (latest: v0.23.19) |
120 | 2024-12-06T20:27:01.936Z | Adding security-framework v2.11.1 (latest: v3.0.1) |
121 | 2024-12-06T20:27:01.939Z | Adding term v0.7.0 (latest: v1.0.0) |
122 | 2024-12-06T20:27:01.939Z | Adding thiserror v1.0.69 (latest: v2.0.4) |
123 | 2024-12-06T20:27:01.939Z | Adding thiserror-impl v1.0.69 (latest: v2.0.4) |
124 | 2024-12-06T20:27:01.941Z | Adding thread-id v4.2.2 (latest: v5.0.0) |
125 | 2024-12-06T20:27:01.941Z | Adding tinystr v0.7.6 (latest: v0.8.0) |
126 | 2024-12-06T20:27:01.941Z | Adding tokio-rustls v0.25.0 (latest: v0.26.1) |
127 | 2024-12-06T20:27:01.944Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
128 | 2024-12-06T20:27:01.944Z | Adding windows v0.52.0 (latest: v0.58.0) |
129 | 2024-12-06T20:27:01.944Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
130 | 2024-12-06T20:27:01.944Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
131 | 2024-12-06T20:27:01.944Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
132 | 2024-12-06T20:27:01.946Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
133 | 2024-12-06T20:27:01.946Z | Adding writeable v0.5.5 (latest: v0.6.0) |
134 | 2024-12-06T20:27:01.946Z | Adding zerocopy v0.7.35 (latest: v0.8.13) |
135 | 2024-12-06T20:27:01.946Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.13) |
136 | 2024-12-06T20:27:01.946Z | Adding zerovec v0.10.4 (latest: v0.11.0) |
137 | 2024-12-06T20:27:01.946Z | Adding zerovec-derive v0.10.3 (latest: v0.11.0) |
138 | 2024-12-06T20:27:02.021Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
139 | 2024-12-06T20:27:02.024Z | + cargo check |
140 | 2024-12-06T20:27:02.188Z | Updating crates.io index |
141 | 2024-12-06T20:27:03.283Z | Locking 2 packages to latest compatible versions |
142 | 2024-12-06T20:27:06.725Z | Adding omicron-workspace-hack v0.1.0 |
143 | 2024-12-06T20:27:08.319Z | Adding test-project v0.1.0 (/tmp/test-project) |
144 | 2024-12-06T20:27:09.027Z | Downloading crates ... |
145 | 2024-12-06T20:27:09.097Z | Downloaded ahash v0.8.11 |
146 | 2024-12-06T20:27:09.118Z | Downloaded thiserror-impl v1.0.69 |
147 | 2024-12-06T20:27:09.121Z | Downloaded memmap v0.7.0 |
148 | 2024-12-06T20:27:09.123Z | Downloaded allocator-api2 v0.2.18 |
149 | 2024-12-06T20:27:09.128Z | Downloaded aho-corasick v1.1.3 |
150 | 2024-12-06T20:27:09.133Z | Downloaded cfg-if v1.0.0 |
151 | 2024-12-06T20:27:09.137Z | Downloaded backoff v0.4.0 |
152 | 2024-12-06T20:27:09.140Z | Downloaded async-stream v0.3.6 |
153 | 2024-12-06T20:27:09.140Z | Downloaded crossbeam-channel v0.5.13 |
154 | 2024-12-06T20:27:09.143Z | Downloaded autocfg v1.4.0 |
155 | 2024-12-06T20:27:09.156Z | Downloaded chrono v0.4.38 |
156 | 2024-12-06T20:27:09.163Z | Downloaded byteorder v1.5.0 |
157 | 2024-12-06T20:27:09.165Z | Downloaded bitflags v2.6.0 |
158 | 2024-12-06T20:27:09.168Z | Downloaded block-buffer v0.10.4 |
159 | 2024-12-06T20:27:09.170Z | Downloaded async-stream-impl v0.3.6 |
160 | 2024-12-06T20:27:09.170Z | Downloaded cpufeatures v0.2.14 |
161 | 2024-12-06T20:27:09.173Z | Downloaded camino v1.1.9 |
162 | 2024-12-06T20:27:09.175Z | Downloaded anyhow v1.0.93 |
163 | 2024-12-06T20:27:09.180Z | Downloaded base64 v0.22.1 |
164 | 2024-12-06T20:27:09.185Z | Downloaded dirs-sys-next v0.1.2 |
165 | 2024-12-06T20:27:09.188Z | Downloaded atomic-waker v1.1.2 |
166 | 2024-12-06T20:27:09.198Z | Downloaded equivalent v1.0.1 |
167 | 2024-12-06T20:27:09.202Z | Downloaded darling_macro v0.20.10 |
168 | 2024-12-06T20:27:09.206Z | Downloaded time-macros v0.2.18 |
169 | 2024-12-06T20:27:09.208Z | Downloaded tinyvec_macros v0.1.1 |
170 | 2024-12-06T20:27:09.211Z | Downloaded foreign-types v0.3.2 |
171 | 2024-12-06T20:27:09.211Z | Downloaded async-trait v0.1.83 |
172 | 2024-12-06T20:27:09.214Z | Downloaded thread_local v1.1.8 |
173 | 2024-12-06T20:27:09.216Z | Downloaded tinyvec v1.8.0 |
174 | 2024-12-06T20:27:09.219Z | Downloaded tokio-macros v2.4.0 |
175 | 2024-12-06T20:27:09.221Z | Downloaded tokio-native-tls v0.3.1 |
176 | 2024-12-06T20:27:09.224Z | Downloaded tinystr v0.7.6 |
177 | 2024-12-06T20:27:09.226Z | Downloaded foreign-types-shared v0.1.1 |
178 | 2024-12-06T20:27:09.226Z | Downloaded dtrace-parser v0.2.0 |
179 | 2024-12-06T20:27:09.229Z | Downloaded tokio-rustls v0.25.0 |
180 | 2024-12-06T20:27:09.229Z | Downloaded hostname v0.4.0 |
181 | 2024-12-06T20:27:09.232Z | Downloaded hostname v0.3.1 |
182 | 2024-12-06T20:27:09.232Z | Downloaded thread-id v4.2.2 |
183 | 2024-12-06T20:27:09.234Z | Downloaded match_cfg v0.1.0 |
184 | 2024-12-06T20:27:09.237Z | Downloaded instant v0.1.13 |
185 | 2024-12-06T20:27:09.237Z | Downloaded try-lock v0.2.5 |
186 | 2024-12-06T20:27:09.239Z | Downloaded tower-service v0.3.3 |
187 | 2024-12-06T20:27:09.239Z | Downloaded icu_provider_macros v1.5.0 |
188 | 2024-12-06T20:27:09.241Z | Downloaded time-core v0.1.2 |
189 | 2024-12-06T20:27:09.241Z | Downloaded ident_case v1.0.1 |
190 | 2024-12-06T20:27:09.242Z | Downloaded zerofrom v0.1.4 |
191 | 2024-12-06T20:27:09.244Z | Downloaded usdt-macro v0.5.0 |
192 | 2024-12-06T20:27:09.246Z | Downloaded fnv v1.0.7 |
193 | 2024-12-06T20:27:09.246Z | Downloaded toml_datetime v0.6.8 |
194 | 2024-12-06T20:27:09.248Z | Downloaded idna_adapter v1.2.0 |
195 | 2024-12-06T20:27:09.248Z | Downloaded dyn-clone v1.0.17 |
196 | 2024-12-06T20:27:09.250Z | Downloaded futures-task v0.3.31 |
197 | 2024-12-06T20:27:09.250Z | Downloaded typify-macro v0.2.0 |
198 | 2024-12-06T20:27:09.253Z | Downloaded httpdate v1.0.3 |
199 | 2024-12-06T20:27:09.256Z | Downloaded futures-macro v0.3.31 |
200 | 2024-12-06T20:27:09.256Z | Downloaded bytes v1.8.0 |
201 | 2024-12-06T20:27:09.258Z | Downloaded darling_core v0.20.10 |
202 | 2024-12-06T20:27:09.264Z | Downloaded version_check v0.9.5 |
203 | 2024-12-06T20:27:09.267Z | Downloaded utf8_iter v1.0.4 |
204 | 2024-12-06T20:27:09.269Z | Downloaded utf16_iter v1.0.5 |
205 | 2024-12-06T20:27:09.269Z | Downloaded yoke-derive v0.7.4 |
206 | 2024-12-06T20:27:09.272Z | Downloaded usdt v0.5.0 |
207 | 2024-12-06T20:27:09.272Z | Downloaded tokio-rustls v0.26.0 |
208 | 2024-12-06T20:27:09.275Z | Downloaded hyper-tls v0.6.0 |
209 | 2024-12-06T20:27:09.275Z | Downloaded num_threads v0.1.7 |
210 | 2024-12-06T20:27:09.277Z | Downloaded num-conv v0.1.0 |
211 | 2024-12-06T20:27:09.277Z | Downloaded heck v0.5.0 |
212 | 2024-12-06T20:27:09.279Z | Downloaded write16 v1.0.0 |
213 | 2024-12-06T20:27:09.279Z | Downloaded usdt-attr-macro v0.5.0 |
214 | 2024-12-06T20:27:09.282Z | Downloaded http-body-util v0.1.2 |
215 | 2024-12-06T20:27:09.282Z | Downloaded futures-io v0.3.31 |
216 | 2024-12-06T20:27:09.284Z | Downloaded openssl-probe v0.1.5 |
217 | 2024-12-06T20:27:09.284Z | Downloaded openssl-macros v0.1.1 |
218 | 2024-12-06T20:27:09.286Z | Downloaded omicron-workspace-hack v0.1.0 |
219 | 2024-12-06T20:27:09.286Z | Downloaded untrusted v0.9.0 |
220 | 2024-12-06T20:27:09.288Z | Downloaded tracing-core v0.1.32 |
221 | 2024-12-06T20:27:09.290Z | Downloaded typify v0.2.0 |
222 | 2024-12-06T20:27:09.293Z | Downloaded is-terminal v0.4.13 |
223 | 2024-12-06T20:27:09.295Z | Downloaded ipnetwork v0.20.0 |
224 | 2024-12-06T20:27:09.298Z | Downloaded futures-core v0.3.31 |
225 | 2024-12-06T20:27:09.298Z | Downloaded pretty-hex v0.4.1 |
226 | 2024-12-06T20:27:09.300Z | Downloaded generic-array v0.14.7 |
227 | 2024-12-06T20:27:09.302Z | Downloaded futures-executor v0.3.31 |
228 | 2024-12-06T20:27:09.302Z | Downloaded dof v0.3.0 |
229 | 2024-12-06T20:27:09.304Z | Downloaded debug-ignore v1.0.5 |
230 | 2024-12-06T20:27:09.307Z | Downloaded serde_spanned v0.6.8 |
231 | 2024-12-06T20:27:09.307Z | Downloaded writeable v0.5.5 |
232 | 2024-12-06T20:27:09.309Z | Downloaded typenum v1.17.0 |
233 | 2024-12-06T20:27:09.311Z | Downloaded displaydoc v0.2.5 |
234 | 2024-12-06T20:27:09.314Z | Downloaded rand_chacha v0.3.1 |
235 | 2024-12-06T20:27:09.316Z | Downloaded take_mut v0.2.2 |
236 | 2024-12-06T20:27:09.317Z | Downloaded slog-async v2.8.0 |
237 | 2024-12-06T20:27:09.319Z | Downloaded cc v1.1.30 |
238 | 2024-12-06T20:27:09.322Z | Downloaded zerovec-derive v0.10.3 |
239 | 2024-12-06T20:27:09.324Z | Downloaded rustc-hash v2.0.0 |
240 | 2024-12-06T20:27:09.324Z | Downloaded subtle v2.6.1 |
241 | 2024-12-06T20:27:09.327Z | Downloaded sync_wrapper v1.0.1 |
242 | 2024-12-06T20:27:09.327Z | Downloaded strum v0.26.3 |
243 | 2024-12-06T20:27:09.327Z | Downloaded mime v0.3.17 |
244 | 2024-12-06T20:27:09.329Z | Downloaded futures-channel v0.3.31 |
245 | 2024-12-06T20:27:09.332Z | Downloaded scroll_derive v0.12.0 |
246 | 2024-12-06T20:27:09.332Z | Downloaded shlex v1.3.0 |
247 | 2024-12-06T20:27:09.334Z | Downloaded iana-time-zone v0.1.61 |
248 | 2024-12-06T20:27:09.337Z | Downloaded strsim v0.11.1 |
249 | 2024-12-06T20:27:09.337Z | Downloaded ppv-lite86 v0.2.20 |
250 | 2024-12-06T20:27:09.339Z | Downloaded pin-utils v0.1.0 |
251 | 2024-12-06T20:27:09.339Z | Downloaded percent-encoding v2.3.1 |
252 | 2024-12-06T20:27:09.342Z | Downloaded getrandom v0.2.15 |
253 | 2024-12-06T20:27:09.344Z | Downloaded icu_locid_transform v1.5.0 |
254 | 2024-12-06T20:27:09.346Z | Downloaded plain v0.2.3 |
255 | 2024-12-06T20:27:09.348Z | Downloaded parse-display-derive v0.10.0 |
256 | 2024-12-06T20:27:09.348Z | Downloaded newtype-uuid v1.1.3 |
257 | 2024-12-06T20:27:09.350Z | Downloaded litemap v0.7.3 |
258 | 2024-12-06T20:27:09.353Z | Downloaded rand_core v0.6.4 |
259 | 2024-12-06T20:27:09.355Z | Downloaded powerfmt v0.2.0 |
260 | 2024-12-06T20:27:09.355Z | Downloaded pest_generator v2.7.14 |
261 | 2024-12-06T20:27:09.357Z | Downloaded ipnet v2.10.1 |
262 | 2024-12-06T20:27:09.357Z | Downloaded progenitor-macro v0.8.0 |
263 | 2024-12-06T20:27:09.360Z | Downloaded quinn-udp v0.5.5 |
264 | 2024-12-06T20:27:09.362Z | Downloaded structmeta v0.3.0 |
265 | 2024-12-06T20:27:09.362Z | Downloaded toml v0.8.19 |
266 | 2024-12-06T20:27:09.365Z | Downloaded itoa v1.0.11 |
267 | 2024-12-06T20:27:09.367Z | Downloaded slog-bunyan v2.5.0 |
268 | 2024-12-06T20:27:09.370Z | Downloaded native-tls v0.2.12 |
269 | 2024-12-06T20:27:09.370Z | Downloaded zerocopy-derive v0.7.35 |
270 | 2024-12-06T20:27:09.374Z | Downloaded serde_urlencoded v0.7.1 |
271 | 2024-12-06T20:27:09.376Z | Downloaded stable_deref_trait v1.2.0 |
272 | 2024-12-06T20:27:09.376Z | Downloaded pkg-config v0.3.31 |
273 | 2024-12-06T20:27:09.379Z | Downloaded signal-hook-registry v1.4.2 |
274 | 2024-12-06T20:27:09.382Z | Downloaded sha1 v0.10.6 |
275 | 2024-12-06T20:27:09.382Z | Downloaded serde_tokenstream v0.2.2 |
276 | 2024-12-06T20:27:09.384Z | Downloaded pest_derive v2.7.14 |
277 | 2024-12-06T20:27:09.386Z | Downloaded schemars_derive v0.8.21 |
278 | 2024-12-06T20:27:09.388Z | Downloaded slog-term v2.9.1 |
279 | 2024-12-06T20:27:09.390Z | Downloaded rustversion v1.0.17 |
280 | 2024-12-06T20:27:09.393Z | Downloaded pin-project-lite v0.2.14 |
281 | 2024-12-06T20:27:09.396Z | Downloaded slog-json v2.6.1 |
282 | 2024-12-06T20:27:09.398Z | Downloaded icu_provider v1.5.0 |
283 | 2024-12-06T20:27:09.401Z | Downloaded icu_locid v1.5.0 |
284 | 2024-12-06T20:27:09.406Z | Downloaded scopeguard v1.2.0 |
285 | 2024-12-06T20:27:09.408Z | Downloaded serde_with_macros v3.11.0 |
286 | 2024-12-06T20:27:09.412Z | Downloaded slab v0.4.9 |
287 | 2024-12-06T20:27:09.412Z | Downloaded structmeta-derive v0.3.0 |
288 | 2024-12-06T20:27:09.414Z | Downloaded term v0.7.0 |
289 | 2024-12-06T20:27:09.416Z | Downloaded socket2 v0.5.7 |
290 | 2024-12-06T20:27:09.419Z | Downloaded sha2 v0.10.8 |
291 | 2024-12-06T20:27:09.421Z | Downloaded spin v0.9.8 |
292 | 2024-12-06T20:27:09.423Z | Downloaded tracing v0.1.40 |
293 | 2024-12-06T20:27:09.427Z | Downloaded proc-macro2 v1.0.89 |
294 | 2024-12-06T20:27:09.430Z | Downloaded pest_meta v2.7.14 |
295 | 2024-12-06T20:27:09.432Z | Downloaded tokio-util v0.7.12 |
296 | 2024-12-06T20:27:09.439Z | Downloaded slog v2.7.0 |
297 | 2024-12-06T20:27:09.442Z | Downloaded openssl-sys v0.9.103 |
298 | 2024-12-06T20:27:09.447Z | Downloaded thiserror v1.0.69 |
299 | 2024-12-06T20:27:09.452Z | Downloaded quote v1.0.37 |
300 | 2024-12-06T20:27:09.455Z | Downloaded toml_edit v0.22.22 |
301 | 2024-12-06T20:27:09.476Z | Downloaded serde_derive v1.0.215 |
302 | 2024-12-06T20:27:09.479Z | Downloaded mio v1.0.2 |
303 | 2024-12-06T20:27:09.484Z | Downloaded url v2.5.3 |
304 | 2024-12-06T20:27:09.487Z | Downloaded schemars v0.8.21 |
305 | 2024-12-06T20:27:09.498Z | Downloaded serde v1.0.215 |
306 | 2024-12-06T20:27:09.502Z | Downloaded zerovec v0.10.4 |
307 | 2024-12-06T20:27:09.508Z | Downloaded ryu v1.0.18 |
308 | 2024-12-06T20:27:09.511Z | Downloaded memchr v2.7.4 |
309 | 2024-12-06T20:27:09.516Z | Downloaded pest v2.7.14 |
310 | 2024-12-06T20:27:09.521Z | Downloaded serde_yaml v0.9.34+deprecated |
311 | 2024-12-06T20:27:09.525Z | Downloaded hashbrown v0.12.3 |
312 | 2024-12-06T20:27:09.529Z | Downloaded rand v0.8.5 |
313 | 2024-12-06T20:27:09.533Z | Downloaded zerocopy v0.7.35 |
314 | 2024-12-06T20:27:09.549Z | Downloaded winnow v0.6.20 |
315 | 2024-12-06T20:27:09.557Z | Downloaded reqwest v0.12.9 |
316 | 2024-12-06T20:27:09.565Z | Downloaded rustls-webpki v0.102.8 |
317 | 2024-12-06T20:27:09.583Z | Downloaded idna v1.0.3 |
318 | 2024-12-06T20:27:09.586Z | Downloaded webpki-roots v0.26.6 |
319 | 2024-12-06T20:27:09.590Z | Downloaded vcpkg v0.2.15 |
320 | 2024-12-06T20:27:09.626Z | Downloaded openssl v0.10.66 |
321 | 2024-12-06T20:27:09.634Z | Downloaded serde_json v1.0.132 |
322 | 2024-12-06T20:27:09.640Z | Downloaded serde_with v3.11.0 |
323 | 2024-12-06T20:27:09.648Z | Downloaded h2 v0.4.6 |
324 | 2024-12-06T20:27:09.654Z | Downloaded goblin v0.8.2 |
325 | 2024-12-06T20:27:09.660Z | Downloaded hyper v1.5.0 |
326 | 2024-12-06T20:27:09.666Z | Downloaded hashbrown v0.14.5 |
327 | 2024-12-06T20:27:09.672Z | Downloaded openapiv3 v2.0.0 |
328 | 2024-12-06T20:27:09.682Z | Downloaded futures-util v0.3.31 |
329 | 2024-12-06T20:27:09.693Z | Downloaded hashbrown v0.15.0 |
330 | 2024-12-06T20:27:09.698Z | Downloaded quinn-proto v0.11.8 |
331 | 2024-12-06T20:27:09.704Z | Downloaded indexmap v2.6.0 |
332 | 2024-12-06T20:27:09.708Z | Downloaded typify-impl v0.2.0 |
333 | 2024-12-06T20:27:09.721Z | Downloaded http v1.1.0 |
334 | 2024-12-06T20:27:09.725Z | Downloaded regex v1.11.1 |
335 | 2024-12-06T20:27:09.736Z | Downloaded icu_properties_data v1.5.0 |
336 | 2024-12-06T20:27:09.746Z | Downloaded quinn v0.11.5 |
337 | 2024-12-06T20:27:09.749Z | Downloaded syn v2.0.87 |
338 | 2024-12-06T20:27:09.760Z | Downloaded icu_normalizer v1.5.0 |
339 | 2024-12-06T20:27:09.763Z | Downloaded icu_collections v1.5.0 |
340 | 2024-12-06T20:27:09.768Z | Downloaded unsafe-libyaml v0.2.11 |
341 | 2024-12-06T20:27:09.771Z | Downloaded rustls-pki-types v1.9.0 |
342 | 2024-12-06T20:27:09.774Z | Downloaded progenitor-impl v0.8.0 |
343 | 2024-12-06T20:27:09.776Z | Downloaded num-traits v0.2.19 |
344 | 2024-12-06T20:27:09.778Z | Downloaded icu_locid_transform_data v1.5.0 |
345 | 2024-12-06T20:27:09.780Z | Downloaded tokio v1.40.0 |
346 | 2024-12-06T20:27:09.813Z | Downloaded time v0.3.36 |
347 | 2024-12-06T20:27:09.819Z | Downloaded rustls v0.23.14 |
348 | 2024-12-06T20:27:09.830Z | Downloaded regress v0.10.1 |
349 | 2024-12-06T20:27:09.837Z | Downloaded rustls v0.22.4 |
350 | 2024-12-06T20:27:09.849Z | Downloaded dropshot v0.13.0 |
351 | 2024-12-06T20:27:09.868Z | Downloaded regress v0.9.1 |
352 | 2024-12-06T20:27:09.876Z | Downloaded regex-syntax v0.8.5 |
353 | 2024-12-06T20:27:09.883Z | Downloaded icu_properties v1.5.1 |
354 | 2024-12-06T20:27:09.885Z | Downloaded hyper-util v0.1.10 |
355 | 2024-12-06T20:27:09.888Z | Downloaded smallvec v1.13.2 |
356 | 2024-12-06T20:27:09.891Z | Downloaded icu_normalizer_data v1.5.0 |
357 | 2024-12-06T20:27:09.893Z | Downloaded dropshot_endpoint v0.13.0 |
358 | 2024-12-06T20:27:09.895Z | Downloaded serde_derive_internals v0.29.1 |
359 | 2024-12-06T20:27:09.897Z | Downloaded parking_lot v0.12.3 |
360 | 2024-12-06T20:27:09.899Z | Downloaded synstructure v0.13.1 |
361 | 2024-12-06T20:27:09.899Z | Downloaded scroll v0.12.0 |
362 | 2024-12-06T20:27:09.902Z | Downloaded rustls-pemfile v2.2.0 |
363 | 2024-12-06T20:27:09.904Z | Downloaded log v0.4.22 |
364 | 2024-12-06T20:27:09.906Z | Downloaded macaddr v1.0.1 |
365 | 2024-12-06T20:27:09.906Z | Downloaded unicode-ident v1.0.13 |
366 | 2024-12-06T20:27:09.909Z | Downloaded strum_macros v0.26.4 |
367 | 2024-12-06T20:27:09.911Z | Downloaded once_cell v1.20.2 |
368 | 2024-12-06T20:27:09.914Z | Downloaded parking_lot_core v0.9.10 |
369 | 2024-12-06T20:27:09.917Z | Downloaded multer v3.1.0 |
370 | 2024-12-06T20:27:09.917Z | Downloaded zeroize v1.8.1 |
371 | 2024-12-06T20:27:09.919Z | Downloaded yoke v0.7.4 |
372 | 2024-12-06T20:27:09.922Z | Downloaded indexmap v1.9.3 |
373 | 2024-12-06T20:27:09.924Z | Downloaded crossbeam-utils v0.8.20 |
374 | 2024-12-06T20:27:09.926Z | Downloaded darling v0.20.10 |
375 | 2024-12-06T20:27:09.929Z | Downloaded usdt-impl v0.5.0 |
376 | 2024-12-06T20:27:09.932Z | Downloaded semver v1.0.23 |
377 | 2024-12-06T20:27:09.932Z | Downloaded lock_api v0.4.12 |
378 | 2024-12-06T20:27:09.934Z | Downloaded progenitor v0.8.0 |
379 | 2024-12-06T20:27:09.934Z | Downloaded hyper-rustls v0.27.3 |
380 | 2024-12-06T20:27:09.936Z | Downloaded httparse v1.9.5 |
381 | 2024-12-06T20:27:09.938Z | Downloaded regex-automata v0.4.8 |
382 | 2024-12-06T20:27:09.953Z | Downloaded paste v1.0.15 |
383 | 2024-12-06T20:27:09.956Z | Downloaded uuid v1.11.0 |
384 | 2024-12-06T20:27:09.965Z | Downloaded parse-display v0.10.0 |
385 | 2024-12-06T20:27:09.965Z | Downloaded futures v0.3.31 |
386 | 2024-12-06T20:27:09.965Z | Downloaded zerofrom-derive v0.1.4 |
387 | 2024-12-06T20:27:09.965Z | Downloaded ucd-trie v0.1.7 |
388 | 2024-12-06T20:27:09.968Z | Downloaded crypto-common v0.1.6 |
389 | 2024-12-06T20:27:09.968Z | Downloaded serde_path_to_error v0.1.16 |
390 | 2024-12-06T20:27:09.968Z | Downloaded progenitor-client v0.8.0 |
391 | 2024-12-06T20:27:09.970Z | Downloaded hex v0.4.3 |
392 | 2024-12-06T20:27:09.970Z | Downloaded futures-sink v0.3.31 |
393 | 2024-12-06T20:27:09.970Z | Downloaded form_urlencoded v1.2.1 |
394 | 2024-12-06T20:27:09.972Z | Downloaded dirs-next v2.0.0 |
395 | 2024-12-06T20:27:09.972Z | Downloaded digest v0.10.7 |
396 | 2024-12-06T20:27:09.974Z | Downloaded deranged v0.3.11 |
397 | 2024-12-06T20:27:09.977Z | Downloaded want v0.3.1 |
398 | 2024-12-06T20:27:09.977Z | Downloaded waitgroup v0.1.2 |
399 | 2024-12-06T20:27:09.977Z | Downloaded http-body v1.0.1 |
400 | 2024-12-06T20:27:09.982Z | Downloaded libc v0.2.162 |
401 | 2024-12-06T20:27:10.062Z | Downloaded encoding_rs v0.8.34 |
402 | 2024-12-06T20:27:10.272Z | Downloaded ring v0.17.8 |
403 | 2024-12-06T20:27:10.594Z | Compiling proc-macro2 v1.0.89 |
404 | 2024-12-06T20:27:10.594Z | Compiling unicode-ident v1.0.13 |
405 | 2024-12-06T20:27:10.594Z | Compiling libc v0.2.162 |
406 | 2024-12-06T20:27:10.597Z | Checking cfg-if v1.0.0 |
407 | 2024-12-06T20:27:10.597Z | Compiling autocfg v1.4.0 |
408 | 2024-12-06T20:27:10.597Z | Compiling serde v1.0.215 |
409 | 2024-12-06T20:27:10.597Z | Compiling version_check v0.9.5 |
410 | 2024-12-06T20:27:10.618Z | Checking memchr v2.7.4 |
411 | 2024-12-06T20:27:10.731Z | Compiling serde_json v1.0.132 |
412 | 2024-12-06T20:27:10.841Z | Checking itoa v1.0.11 |
413 | 2024-12-06T20:27:11.143Z | Compiling thiserror v1.0.69 |
414 | 2024-12-06T20:27:11.287Z | Checking once_cell v1.20.2 |
415 | 2024-12-06T20:27:11.330Z | Compiling shlex v1.3.0 |
416 | 2024-12-06T20:27:11.550Z | Compiling cc v1.1.30 |
417 | 2024-12-06T20:27:11.677Z | Checking pin-project-lite v0.2.14 |
418 | 2024-12-06T20:27:11.796Z | Compiling num-traits v0.2.19 |
419 | 2024-12-06T20:27:11.972Z | Checking smallvec v1.13.2 |
420 | 2024-12-06T20:27:12.022Z | Checking getrandom v0.2.15 |
421 | 2024-12-06T20:27:12.025Z | Checking bytes v1.8.0 |
422 | 2024-12-06T20:27:12.059Z | Checking ryu v1.0.18 |
423 | 2024-12-06T20:27:12.287Z | Checking futures-core v0.3.31 |
424 | 2024-12-06T20:27:12.323Z | Compiling quote v1.0.37 |
425 | 2024-12-06T20:27:12.345Z | Compiling lock_api v0.4.12 |
426 | 2024-12-06T20:27:12.484Z | Compiling byteorder v1.5.0 |
427 | 2024-12-06T20:27:12.504Z | Compiling parking_lot_core v0.9.10 |
428 | 2024-12-06T20:27:12.780Z | Compiling syn v2.0.87 |
429 | 2024-12-06T20:27:12.853Z | Compiling ahash v0.8.11 |
430 | 2024-12-06T20:27:13.015Z | Compiling schemars v0.8.21 |
431 | 2024-12-06T20:27:13.017Z | Checking scopeguard v1.2.0 |
432 | 2024-12-06T20:27:13.096Z | Compiling slab v0.4.9 |
433 | 2024-12-06T20:27:13.300Z | Checking log v0.4.22 |
434 | 2024-12-06T20:27:13.319Z | Checking futures-sink v0.3.31 |
435 | 2024-12-06T20:27:13.421Z | Checking socket2 v0.5.7 |
436 | 2024-12-06T20:27:13.462Z | Checking mio v1.0.2 |
437 | 2024-12-06T20:27:13.481Z | Checking signal-hook-registry v1.4.2 |
438 | 2024-12-06T20:27:13.566Z | Checking stable_deref_trait v1.2.0 |
439 | 2024-12-06T20:27:13.626Z | Checking parking_lot v0.12.3 |
440 | 2024-12-06T20:27:13.675Z | Checking hashbrown v0.15.0 |
441 | 2024-12-06T20:27:13.720Z | Checking equivalent v1.0.1 |
442 | 2024-12-06T20:27:13.830Z | Compiling semver v1.0.23 |
443 | 2024-12-06T20:27:13.871Z | Checking fnv v1.0.7 |
444 | 2024-12-06T20:27:13.910Z | Checking futures-channel v0.3.31 |
445 | 2024-12-06T20:27:13.993Z | Checking futures-task v0.3.31 |
446 | 2024-12-06T20:27:14.010Z | Checking http v1.1.0 |
447 | 2024-12-06T20:27:14.085Z | Checking futures-io v0.3.31 |
448 | 2024-12-06T20:27:14.235Z | Checking pin-utils v0.1.0 |
449 | 2024-12-06T20:27:14.274Z | Checking spin v0.9.8 |
450 | 2024-12-06T20:27:14.294Z | Compiling heck v0.5.0 |
451 | 2024-12-06T20:27:14.318Z | Checking rustls-pki-types v1.9.0 |
452 | 2024-12-06T20:27:14.401Z | Compiling vcpkg v0.2.15 |
453 | 2024-12-06T20:27:14.480Z | Compiling pkg-config v0.3.31 |
454 | 2024-12-06T20:27:14.593Z | Compiling ring v0.17.8 |
455 | 2024-12-06T20:27:14.773Z | Compiling ucd-trie v0.1.7 |
456 | 2024-12-06T20:27:15.037Z | Compiling httparse v1.9.5 |
457 | 2024-12-06T20:27:15.278Z | Checking untrusted v0.9.0 |
458 | 2024-12-06T20:27:15.399Z | Checking writeable v0.5.5 |
459 | 2024-12-06T20:27:15.426Z | Checking iana-time-zone v0.1.61 |
460 | 2024-12-06T20:27:15.582Z | Checking litemap v0.7.3 |
461 | 2024-12-06T20:27:15.691Z | Checking tracing-core v0.1.32 |
462 | 2024-12-06T20:27:15.813Z | Compiling allocator-api2 v0.2.18 |
463 | 2024-12-06T20:27:15.924Z | Checking dyn-clone v1.0.17 |
464 | 2024-12-06T20:27:16.023Z | Compiling openssl-sys v0.9.103 |
465 | 2024-12-06T20:27:16.228Z | Checking atomic-waker v1.1.2 |
466 | 2024-12-06T20:27:16.378Z | Checking tracing v0.1.40 |
467 | 2024-12-06T20:27:16.620Z | Checking http-body v1.0.1 |
468 | 2024-12-06T20:27:16.686Z | Checking icu_locid_transform_data v1.5.0 |
469 | 2024-12-06T20:27:16.813Z | Checking try-lock v0.2.5 |
470 | 2024-12-06T20:27:16.922Z | Checking zeroize v1.8.1 |
471 | 2024-12-06T20:27:16.941Z | Compiling uuid v1.11.0 |
472 | 2024-12-06T20:27:16.973Z | Checking subtle v2.6.1 |
473 | 2024-12-06T20:27:17.097Z | Checking want v0.3.1 |
474 | 2024-12-06T20:27:17.158Z | Checking foreign-types-shared v0.1.1 |
475 | 2024-12-06T20:27:17.203Z | Compiling slog v2.7.0 |
476 | 2024-12-06T20:27:17.263Z | Compiling openssl v0.10.66 |
477 | 2024-12-06T20:27:17.348Z | Compiling chrono v0.4.38 |
478 | 2024-12-06T20:27:17.456Z | Checking icu_properties_data v1.5.0 |
479 | 2024-12-06T20:27:17.515Z | Checking httpdate v1.0.3 |
480 | 2024-12-06T20:27:17.678Z | Checking foreign-types v0.3.2 |
481 | 2024-12-06T20:27:17.738Z | Compiling aho-corasick v1.1.3 |
482 | 2024-12-06T20:27:17.756Z | Compiling native-tls v0.2.12 |
483 | 2024-12-06T20:27:17.793Z | Compiling regex-syntax v0.8.5 |
484 | 2024-12-06T20:27:18.132Z | Checking percent-encoding v2.3.1 |
485 | 2024-12-06T20:27:18.337Z | Checking icu_normalizer_data v1.5.0 |
486 | 2024-12-06T20:27:18.427Z | Checking utf8_iter v1.0.4 |
487 | 2024-12-06T20:27:18.626Z | Checking tower-service v0.3.3 |
488 | 2024-12-06T20:27:18.741Z | Checking utf16_iter v1.0.5 |
489 | 2024-12-06T20:27:18.913Z | Checking write16 v1.0.0 |
490 | 2024-12-06T20:27:19.002Z | Compiling rustls v0.23.14 |
491 | 2024-12-06T20:27:19.028Z | Compiling typenum v1.17.0 |
492 | 2024-12-06T20:27:19.343Z | Checking bitflags v2.6.0 |
493 | 2024-12-06T20:27:19.632Z | Checking form_urlencoded v1.2.1 |
494 | 2024-12-06T20:27:19.975Z | Compiling generic-array v0.14.7 |
495 | 2024-12-06T20:27:20.024Z | Checking openssl-probe v0.1.5 |
496 | 2024-12-06T20:27:20.295Z | Compiling synstructure v0.13.1 |
497 | 2024-12-06T20:27:20.315Z | Compiling serde_derive_internals v0.29.1 |
498 | 2024-12-06T20:27:20.682Z | Checking rustls-webpki v0.102.8 |
499 | 2024-12-06T20:27:21.418Z | Compiling regex-automata v0.4.8 |
500 | 2024-12-06T20:27:22.958Z | Compiling usdt-impl v0.5.0 |
501 | 2024-12-06T20:27:23.230Z | Checking encoding_rs v0.8.34 |
502 | 2024-12-06T20:27:23.332Z | Checking mime v0.3.17 |
503 | 2024-12-06T20:27:23.658Z | Compiling num-conv v0.1.0 |
504 | 2024-12-06T20:27:23.754Z | Compiling time-core v0.1.2 |
505 | 2024-12-06T20:27:23.931Z | Checking powerfmt v0.2.0 |
506 | 2024-12-06T20:27:23.949Z | Compiling time-macros v0.2.18 |
507 | 2024-12-06T20:27:24.144Z | Compiling thread-id v4.2.2 |
508 | 2024-12-06T20:27:24.201Z | Checking deranged v0.3.11 |
509 | 2024-12-06T20:27:25.432Z | Checking rustls-pemfile v2.2.0 |
510 | 2024-12-06T20:27:25.522Z | Compiling regex v1.11.1 |
511 | 2024-12-06T20:27:25.644Z | Checking webpki-roots v0.26.6 |
512 | 2024-12-06T20:27:25.839Z | Compiling serde_derive v1.0.215 |
513 | 2024-12-06T20:27:25.839Z | Compiling zerocopy-derive v0.7.35 |
514 | 2024-12-06T20:27:26.049Z | Compiling thiserror-impl v1.0.69 |
515 | 2024-12-06T20:27:26.530Z | Compiling schemars_derive v0.8.21 |
516 | 2024-12-06T20:27:26.557Z | Compiling zerofrom-derive v0.1.4 |
517 | 2024-12-06T20:27:26.694Z | Compiling yoke-derive v0.7.4 |
518 | 2024-12-06T20:27:26.882Z | Compiling tokio-macros v2.4.0 |
519 | 2024-12-06T20:27:27.879Z | Compiling zerocopy v0.7.35 |
520 | 2024-12-06T20:27:29.152Z | Checking tokio v1.40.0 |
521 | 2024-12-06T20:27:29.246Z | Compiling zerovec-derive v0.10.3 |
522 | 2024-12-06T20:27:29.408Z | Compiling displaydoc v0.2.5 |
523 | 2024-12-06T20:27:29.487Z | Compiling futures-macro v0.3.31 |
524 | 2024-12-06T20:27:29.856Z | Compiling pest v2.7.14 |
525 | 2024-12-06T20:27:30.097Z | Checking zerofrom v0.1.4 |
526 | 2024-12-06T20:27:30.174Z | Compiling icu_provider_macros v1.5.0 |
527 | 2024-12-06T20:27:30.322Z | Checking yoke v0.7.4 |
528 | 2024-12-06T20:27:30.675Z | Compiling hashbrown v0.14.5 |
529 | 2024-12-06T20:27:31.320Z | Compiling openssl-macros v0.1.1 |
530 | 2024-12-06T20:27:31.339Z | Checking futures-util v0.3.31 |
531 | 2024-12-06T20:27:31.771Z | Checking zerovec v0.10.4 |
532 | 2024-12-06T20:27:32.030Z | Compiling regress v0.10.1 |
533 | 2024-12-06T20:27:32.644Z | Compiling pest_meta v2.7.14 |
534 | 2024-12-06T20:27:32.799Z | Compiling scroll_derive v0.12.0 |
535 | 2024-12-06T20:27:34.287Z | Checking tinystr v0.7.6 |
536 | 2024-12-06T20:27:34.688Z | Checking icu_locid v1.5.0 |
537 | 2024-12-06T20:27:35.735Z | Checking icu_provider v1.5.0 |
538 | 2024-12-06T20:27:36.232Z | Checking tokio-util v0.7.12 |
539 | 2024-12-06T20:27:36.343Z | Checking icu_locid_transform v1.5.0 |
540 | 2024-12-06T20:27:36.758Z | Compiling pest_generator v2.7.14 |
541 | 2024-12-06T20:27:36.777Z | Checking icu_collections v1.5.0 |
542 | 2024-12-06T20:27:36.854Z | Checking http-body-util v0.1.2 |
543 | 2024-12-06T20:27:37.074Z | Checking tokio-rustls v0.26.0 |
544 | 2024-12-06T20:27:37.301Z | Checking scroll v0.12.0 |
545 | 2024-12-06T20:27:37.432Z | Checking icu_properties v1.5.1 |
546 | 2024-12-06T20:27:37.937Z | Checking tokio-native-tls v0.3.1 |
547 | 2024-12-06T20:27:37.982Z | Compiling crossbeam-utils v0.8.20 |
548 | 2024-12-06T20:27:38.172Z | Checking base64 v0.22.1 |
549 | 2024-12-06T20:27:38.444Z | Compiling pest_derive v2.7.14 |
550 | 2024-12-06T20:27:38.551Z | Checking indexmap v2.6.0 |
551 | 2024-12-06T20:27:39.800Z | Compiling serde_tokenstream v0.2.2 |
552 | 2024-12-06T20:27:40.053Z | Checking h2 v0.4.6 |
553 | 2024-12-06T20:27:40.791Z | Checking icu_normalizer v1.5.0 |
554 | 2024-12-06T20:27:40.875Z | Compiling dtrace-parser v0.2.0 |
555 | 2024-12-06T20:27:40.893Z | Checking serde_urlencoded v0.7.1 |
556 | 2024-12-06T20:27:40.980Z | Checking plain v0.2.3 |
557 | 2024-12-06T20:27:41.379Z | Compiling ident_case v1.0.1 |
558 | 2024-12-06T20:27:41.575Z | Checking idna_adapter v1.2.0 |
559 | 2024-12-06T20:27:41.764Z | Checking idna v1.0.3 |
560 | 2024-12-06T20:27:41.796Z | Compiling dof v0.3.0 |
561 | 2024-12-06T20:27:42.234Z | Checking num_threads v0.1.7 |
562 | 2024-12-06T20:27:42.280Z | Compiling strsim v0.11.1 |
563 | 2024-12-06T20:27:42.457Z | Checking time v0.3.36 |
564 | 2024-12-06T20:27:42.545Z | Checking typify-impl v0.2.0 |
565 | 2024-12-06T20:27:42.641Z | Compiling darling_core v0.20.10 |
566 | 2024-12-06T20:27:42.706Z | Checking url v2.5.3 |
567 | 2024-12-06T20:27:43.854Z | Compiling openapiv3 v2.0.0 |
568 | 2024-12-06T20:27:44.271Z | Checking hyper v1.5.0 |
569 | 2024-12-06T20:27:44.291Z | Checking goblin v0.8.2 |
570 | 2024-12-06T20:27:45.614Z | Checking sync_wrapper v1.0.1 |
571 | 2024-12-06T20:27:45.763Z | Checking dirs-sys-next v0.1.2 |
572 | 2024-12-06T20:27:46.300Z | Checking ipnet v2.10.1 |
573 | 2024-12-06T20:27:46.365Z | Checking hyper-util v0.1.10 |
574 | 2024-12-06T20:27:46.789Z | Compiling omicron-workspace-hack v0.1.0 |
575 | 2024-12-06T20:27:47.102Z | Compiling paste v1.0.15 |
576 | 2024-12-06T20:27:47.616Z | Checking pretty-hex v0.4.1 |
577 | 2024-12-06T20:27:47.795Z | Compiling unsafe-libyaml v0.2.11 |
578 | 2024-12-06T20:27:47.919Z | Compiling rustls v0.22.4 |
579 | 2024-12-06T20:27:48.036Z | Checking hyper-rustls v0.27.3 |
580 | 2024-12-06T20:27:48.057Z | Checking hyper-tls v0.6.0 |
581 | 2024-12-06T20:27:48.215Z | Compiling rustversion v1.0.17 |
582 | 2024-12-06T20:27:48.367Z | Checking reqwest v0.12.9 |
583 | 2024-12-06T20:27:48.713Z | Checking dirs-next v2.0.0 |
584 | 2024-12-06T20:27:48.762Z | Compiling darling_macro v0.20.10 |
585 | 2024-12-06T20:27:48.849Z | Checking serde_spanned v0.6.8 |
586 | 2024-12-06T20:27:48.944Z | Checking toml_datetime v0.6.8 |
587 | 2024-12-06T20:27:49.039Z | Checking ppv-lite86 v0.2.20 |
588 | 2024-12-06T20:27:49.246Z | Compiling serde_yaml v0.9.34+deprecated |
589 | 2024-12-06T20:27:49.506Z | Compiling structmeta-derive v0.3.0 |
590 | 2024-12-06T20:27:49.568Z | Checking crypto-common v0.1.6 |
591 | 2024-12-06T20:27:49.709Z | Checking block-buffer v0.10.4 |
592 | 2024-12-06T20:27:49.740Z | Checking rand_core v0.6.4 |
593 | 2024-12-06T20:27:49.841Z | Checking thread_local v1.1.8 |
594 | 2024-12-06T20:27:49.913Z | Compiling multer v3.1.0 |
595 | 2024-12-06T20:27:49.931Z | Compiling slog-async v2.8.0 |
596 | 2024-12-06T20:27:50.021Z | Checking winnow v0.6.20 |
597 | 2024-12-06T20:27:50.040Z | Compiling newtype-uuid v1.1.3 |
598 | 2024-12-06T20:27:50.134Z | Compiling camino v1.1.9 |
599 | 2024-12-06T20:27:50.226Z | Compiling anyhow v1.0.93 |
600 | 2024-12-06T20:27:50.346Z | Checking match_cfg v0.1.0 |
601 | 2024-12-06T20:27:50.440Z | Checking hostname v0.3.1 |
602 | 2024-12-06T20:27:50.573Z | Checking rand_chacha v0.3.1 |
603 | 2024-12-06T20:27:50.751Z | Checking digest v0.10.7 |
604 | 2024-12-06T20:27:50.942Z | Checking progenitor-client v0.8.0 |
605 | 2024-12-06T20:27:51.084Z | Compiling darling v0.20.10 |
606 | 2024-12-06T20:27:51.107Z | Checking crossbeam-channel v0.5.13 |
607 | 2024-12-06T20:27:51.201Z | Checking term v0.7.0 |
608 | 2024-12-06T20:27:51.851Z | Checking slog-json v2.6.1 |
609 | 2024-12-06T20:27:52.086Z | Compiling structmeta v0.3.0 |
610 | 2024-12-06T20:27:52.110Z | Compiling usdt-macro v0.5.0 |
611 | 2024-12-06T20:27:52.368Z | Compiling usdt-attr-macro v0.5.0 |
612 | 2024-12-06T20:27:52.428Z | Checking futures-executor v0.3.31 |
613 | 2024-12-06T20:27:52.472Z | Compiling async-stream-impl v0.3.6 |
614 | 2024-12-06T20:27:52.657Z | Checking memmap v0.7.0 |
615 | 2024-12-06T20:27:52.790Z | Checking is-terminal v0.4.13 |
616 | 2024-12-06T20:27:52.865Z | Compiling dropshot v0.13.0 |
617 | 2024-12-06T20:27:52.903Z | Checking cpufeatures v0.2.14 |
618 | 2024-12-06T20:27:53.000Z | Checking take_mut v0.2.2 |
619 | 2024-12-06T20:27:53.115Z | Checking toml_edit v0.22.22 |
620 | 2024-12-06T20:27:53.260Z | Checking sha1 v0.10.6 |
621 | 2024-12-06T20:27:53.409Z | Checking slog-term v2.9.1 |
622 | 2024-12-06T20:27:53.430Z | Checking futures v0.3.31 |
623 | 2024-12-06T20:27:53.529Z | Compiling parse-display-derive v0.10.0 |
624 | 2024-12-06T20:27:53.548Z | Compiling strum_macros v0.26.4 |
625 | 2024-12-06T20:27:53.760Z | Checking usdt v0.5.0 |
626 | 2024-12-06T20:27:53.762Z | Checking async-stream v0.3.6 |
627 | 2024-12-06T20:27:53.890Z | Checking slog-bunyan v2.5.0 |
628 | 2024-12-06T20:27:53.970Z | Compiling serde_with_macros v3.11.0 |
629 | 2024-12-06T20:27:54.051Z | Checking rand v0.8.5 |
630 | 2024-12-06T20:27:55.354Z | Checking tokio-rustls v0.25.0 |
631 | 2024-12-06T20:27:55.489Z | Checking ipnetwork v0.20.0 |
632 | 2024-12-06T20:27:55.620Z | Compiling dropshot_endpoint v0.13.0 |
633 | 2024-12-06T20:27:55.656Z | Checking toml v0.8.19 |
634 | 2024-12-06T20:27:55.724Z | Checking hex v0.4.3 |
635 | 2024-12-06T20:27:55.855Z | Checking serde_path_to_error v0.1.16 |
636 | 2024-12-06T20:27:56.259Z | Compiling async-trait v0.1.83 |
637 | 2024-12-06T20:27:56.398Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
638 | 2024-12-06T20:27:56.492Z | Checking waitgroup v0.1.2 |
639 | 2024-12-06T20:27:56.587Z | Checking hostname v0.4.0 |
640 | 2024-12-06T20:27:56.620Z | Checking instant v0.1.13 |
641 | 2024-12-06T20:27:56.715Z | Checking debug-ignore v1.0.5 |
642 | 2024-12-06T20:27:56.733Z | Checking backoff v0.4.0 |
643 | 2024-12-06T20:27:56.845Z | Checking serde_with v3.11.0 |
644 | 2024-12-06T20:27:56.998Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
645 | 2024-12-06T20:27:57.165Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
646 | 2024-12-06T20:27:57.197Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
647 | 2024-12-06T20:27:57.336Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
648 | 2024-12-06T20:27:57.392Z | Checking parse-display v0.10.0 |
649 | 2024-12-06T20:27:57.483Z | Compiling typify-macro v0.2.0 |
650 | 2024-12-06T20:27:57.512Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
651 | 2024-12-06T20:27:57.630Z | Checking macaddr v1.0.1 |
652 | 2024-12-06T20:27:57.707Z | Checking regress v0.9.1 |
653 | 2024-12-06T20:27:58.012Z | Checking strum v0.26.3 |
654 | 2024-12-06T20:27:59.767Z | Compiling typify v0.2.0 |
655 | 2024-12-06T20:27:59.855Z | Compiling progenitor-impl v0.8.0 |
656 | 2024-12-06T20:28:02.459Z | Compiling progenitor-macro v0.8.0 |
657 | 2024-12-06T20:28:06.662Z | Checking progenitor v0.8.0 |
658 | 2024-12-06T20:28:06.787Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
659 | 2024-12-06T20:28:09.646Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
660 | 2024-12-06T20:28:17.280Z | Checking test-project v0.1.0 (/tmp/test-project) |
661 | 2024-12-06T20:28:17.342Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 15s |
662 | 2024-12-06T20:28:17.661Z | + cargo build --release |
663 | 2024-12-06T20:28:17.913Z | Compiling proc-macro2 v1.0.89 |
664 | 2024-12-06T20:28:17.913Z | Compiling unicode-ident v1.0.13 |
665 | 2024-12-06T20:28:17.916Z | Compiling libc v0.2.162 |
666 | 2024-12-06T20:28:17.916Z | Compiling cfg-if v1.0.0 |
667 | 2024-12-06T20:28:17.916Z | Compiling autocfg v1.4.0 |
668 | 2024-12-06T20:28:17.916Z | Compiling version_check v0.9.5 |
669 | 2024-12-06T20:28:17.916Z | Compiling serde v1.0.215 |
670 | 2024-12-06T20:28:17.917Z | Compiling memchr v2.7.4 |
671 | 2024-12-06T20:28:18.032Z | Compiling serde_json v1.0.132 |
672 | 2024-12-06T20:28:18.122Z | Compiling itoa v1.0.11 |
673 | 2024-12-06T20:28:18.375Z | Compiling thiserror v1.0.69 |
674 | 2024-12-06T20:28:18.495Z | Compiling once_cell v1.20.2 |
675 | 2024-12-06T20:28:18.532Z | Compiling shlex v1.3.0 |
676 | 2024-12-06T20:28:18.792Z | Compiling cc v1.1.30 |
677 | 2024-12-06T20:28:18.939Z | Compiling num-traits v0.2.19 |
678 | 2024-12-06T20:28:19.219Z | Compiling pin-project-lite v0.2.14 |
679 | 2024-12-06T20:28:19.319Z | Compiling getrandom v0.2.15 |
680 | 2024-12-06T20:28:19.382Z | Compiling smallvec v1.13.2 |
681 | 2024-12-06T20:28:19.422Z | Compiling bytes v1.8.0 |
682 | 2024-12-06T20:28:19.634Z | Compiling quote v1.0.37 |
683 | 2024-12-06T20:28:19.657Z | Compiling ryu v1.0.18 |
684 | 2024-12-06T20:28:19.708Z | Compiling futures-core v0.3.31 |
685 | 2024-12-06T20:28:19.944Z | Compiling lock_api v0.4.12 |
686 | 2024-12-06T20:28:20.066Z | Compiling syn v2.0.87 |
687 | 2024-12-06T20:28:20.227Z | Compiling ahash v0.8.11 |
688 | 2024-12-06T20:28:20.267Z | Compiling parking_lot_core v0.9.10 |
689 | 2024-12-06T20:28:20.274Z | Compiling schemars v0.8.21 |
690 | 2024-12-06T20:28:20.587Z | Compiling byteorder v1.5.0 |
691 | 2024-12-06T20:28:20.626Z | Compiling scopeguard v1.2.0 |
692 | 2024-12-06T20:28:20.724Z | Compiling slab v0.4.9 |
693 | 2024-12-06T20:28:21.032Z | Compiling log v0.4.22 |
694 | 2024-12-06T20:28:21.104Z | Compiling futures-sink v0.3.31 |
695 | 2024-12-06T20:28:21.218Z | Compiling socket2 v0.5.7 |
696 | 2024-12-06T20:28:21.247Z | Compiling parking_lot v0.12.3 |
697 | 2024-12-06T20:28:21.272Z | Compiling signal-hook-registry v1.4.2 |
698 | 2024-12-06T20:28:21.300Z | Compiling mio v1.0.2 |
699 | 2024-12-06T20:28:21.514Z | Compiling semver v1.0.23 |
700 | 2024-12-06T20:28:21.533Z | Compiling stable_deref_trait v1.2.0 |
701 | 2024-12-06T20:28:21.758Z | Compiling ring v0.17.8 |
702 | 2024-12-06T20:28:21.952Z | Compiling fnv v1.0.7 |
703 | 2024-12-06T20:28:21.996Z | Compiling hashbrown v0.15.0 |
704 | 2024-12-06T20:28:22.072Z | Compiling equivalent v1.0.1 |
705 | 2024-12-06T20:28:22.172Z | Compiling http v1.1.0 |
706 | 2024-12-06T20:28:22.817Z | Compiling futures-channel v0.3.31 |
707 | 2024-12-06T20:28:22.891Z | Compiling futures-io v0.3.31 |
708 | 2024-12-06T20:28:22.981Z | Compiling pin-utils v0.1.0 |
709 | 2024-12-06T20:28:23.063Z | Compiling futures-task v0.3.31 |
710 | 2024-12-06T20:28:23.271Z | Compiling heck v0.5.0 |
711 | 2024-12-06T20:28:23.279Z | Compiling rustls-pki-types v1.9.0 |
712 | 2024-12-06T20:28:23.336Z | Compiling spin v0.9.8 |
713 | 2024-12-06T20:28:23.423Z | Compiling pkg-config v0.3.31 |
714 | 2024-12-06T20:28:23.504Z | Compiling vcpkg v0.2.15 |
715 | 2024-12-06T20:28:24.290Z | Compiling httparse v1.9.5 |
716 | 2024-12-06T20:28:24.663Z | Compiling untrusted v0.9.0 |
717 | 2024-12-06T20:28:24.842Z | Compiling writeable v0.5.5 |
718 | 2024-12-06T20:28:24.972Z | Compiling iana-time-zone v0.1.61 |
719 | 2024-12-06T20:28:25.181Z | Compiling openssl-sys v0.9.103 |
720 | 2024-12-06T20:28:25.181Z | Compiling ucd-trie v0.1.7 |
721 | 2024-12-06T20:28:25.619Z | Compiling litemap v0.7.3 |
722 | 2024-12-06T20:28:25.809Z | Compiling tracing-core v0.1.32 |
723 | 2024-12-06T20:28:26.054Z | Compiling dyn-clone v1.0.17 |
724 | 2024-12-06T20:28:26.207Z | Compiling allocator-api2 v0.2.18 |
725 | 2024-12-06T20:28:26.217Z | Compiling atomic-waker v1.1.2 |
726 | 2024-12-06T20:28:26.885Z | Compiling tracing v0.1.40 |
727 | 2024-12-06T20:28:26.932Z | Compiling http-body v1.0.1 |
728 | 2024-12-06T20:28:27.168Z | Compiling zeroize v1.8.1 |
729 | 2024-12-06T20:28:27.491Z | Compiling chrono v0.4.38 |
730 | 2024-12-06T20:28:27.511Z | Compiling uuid v1.11.0 |
731 | 2024-12-06T20:28:27.622Z | Compiling try-lock v0.2.5 |
732 | 2024-12-06T20:28:27.725Z | Compiling subtle v2.6.1 |
733 | 2024-12-06T20:28:27.764Z | Compiling icu_locid_transform_data v1.5.0 |
734 | 2024-12-06T20:28:27.859Z | Compiling synstructure v0.13.1 |
735 | 2024-12-06T20:28:27.994Z | Compiling serde_derive_internals v0.29.1 |
736 | 2024-12-06T20:28:28.084Z | Compiling want v0.3.1 |
737 | 2024-12-06T20:28:28.758Z | Compiling httpdate v1.0.3 |
738 | 2024-12-06T20:28:29.261Z | Compiling openssl v0.10.66 |
739 | 2024-12-06T20:28:29.493Z | Compiling icu_properties_data v1.5.0 |
740 | 2024-12-06T20:28:29.523Z | Compiling slog v2.7.0 |
741 | 2024-12-06T20:28:29.683Z | Compiling foreign-types-shared v0.1.1 |
742 | 2024-12-06T20:28:29.781Z | Compiling foreign-types v0.3.2 |
743 | 2024-12-06T20:28:30.058Z | Compiling aho-corasick v1.1.3 |
744 | 2024-12-06T20:28:30.234Z | Compiling typenum v1.17.0 |
745 | 2024-12-06T20:28:30.245Z | Compiling write16 v1.0.0 |
746 | 2024-12-06T20:28:30.362Z | Compiling percent-encoding v2.3.1 |
747 | 2024-12-06T20:28:30.807Z | Compiling utf8_iter v1.0.4 |
748 | 2024-12-06T20:28:31.197Z | Compiling icu_normalizer_data v1.5.0 |
749 | 2024-12-06T20:28:31.294Z | Compiling native-tls v0.2.12 |
750 | 2024-12-06T20:28:31.333Z | Compiling tower-service v0.3.3 |
751 | 2024-12-06T20:28:31.452Z | Compiling rustls v0.23.14 |
752 | 2024-12-06T20:28:31.640Z | Compiling regex-syntax v0.8.5 |
753 | 2024-12-06T20:28:31.769Z | Compiling utf16_iter v1.0.5 |
754 | 2024-12-06T20:28:31.776Z | Compiling bitflags v2.6.0 |
755 | 2024-12-06T20:28:31.963Z | Compiling form_urlencoded v1.2.1 |
756 | 2024-12-06T20:28:32.216Z | Compiling generic-array v0.14.7 |
757 | 2024-12-06T20:28:32.449Z | Compiling openssl-probe v0.1.5 |
758 | 2024-12-06T20:28:33.480Z | Compiling serde_derive v1.0.215 |
759 | 2024-12-06T20:28:33.760Z | Compiling zerocopy-derive v0.7.35 |
760 | 2024-12-06T20:28:33.920Z | Compiling thiserror-impl v1.0.69 |
761 | 2024-12-06T20:28:34.488Z | Compiling schemars_derive v0.8.21 |
762 | 2024-12-06T20:28:34.512Z | Compiling zerofrom-derive v0.1.4 |
763 | 2024-12-06T20:28:35.817Z | Compiling zerocopy v0.7.35 |
764 | 2024-12-06T20:28:37.439Z | Compiling tokio-macros v2.4.0 |
765 | 2024-12-06T20:28:37.504Z | Compiling yoke-derive v0.7.4 |
766 | 2024-12-06T20:28:37.511Z | Compiling zerovec-derive v0.10.3 |
767 | 2024-12-06T20:28:38.099Z | Compiling zerofrom v0.1.4 |
768 | 2024-12-06T20:28:38.338Z | Compiling displaydoc v0.2.5 |
769 | 2024-12-06T20:28:38.684Z | Compiling futures-macro v0.3.31 |
770 | 2024-12-06T20:28:38.966Z | Compiling tokio v1.40.0 |
771 | 2024-12-06T20:28:40.012Z | Compiling pest v2.7.14 |
772 | 2024-12-06T20:28:40.260Z | Compiling yoke v0.7.4 |
773 | 2024-12-06T20:28:40.391Z | Compiling icu_provider_macros v1.5.0 |
774 | 2024-12-06T20:28:40.399Z | Compiling hashbrown v0.14.5 |
775 | 2024-12-06T20:28:40.597Z | Compiling zerovec v0.10.4 |
776 | 2024-12-06T20:28:40.605Z | Compiling futures-util v0.3.31 |
777 | 2024-12-06T20:28:41.700Z | Compiling rustls-webpki v0.102.8 |
778 | 2024-12-06T20:28:42.949Z | Compiling tinystr v0.7.6 |
779 | 2024-12-06T20:28:43.416Z | Compiling icu_locid v1.5.0 |
780 | 2024-12-06T20:28:43.555Z | Compiling pest_meta v2.7.14 |
781 | 2024-12-06T20:28:46.420Z | Compiling icu_provider v1.5.0 |
782 | 2024-12-06T20:28:47.610Z | Compiling indexmap v2.6.0 |
783 | 2024-12-06T20:28:48.080Z | Compiling serde_tokenstream v0.2.2 |
784 | 2024-12-06T20:28:49.356Z | Compiling tokio-util v0.7.12 |
785 | 2024-12-06T20:28:50.523Z | Compiling h2 v0.4.6 |
786 | 2024-12-06T20:28:50.955Z | Compiling icu_locid_transform v1.5.0 |
787 | 2024-12-06T20:28:51.654Z | Compiling pest_generator v2.7.14 |
788 | 2024-12-06T20:28:53.407Z | Compiling icu_collections v1.5.0 |
789 | 2024-12-06T20:28:54.052Z | Compiling regress v0.10.1 |
790 | 2024-12-06T20:28:56.107Z | Compiling hyper v1.5.0 |
791 | 2024-12-06T20:28:56.951Z | Compiling icu_properties v1.5.1 |
792 | 2024-12-06T20:28:57.969Z | Compiling typify-impl v0.2.0 |
793 | 2024-12-06T20:28:58.853Z | Compiling pest_derive v2.7.14 |
794 | 2024-12-06T20:29:00.261Z | Compiling openssl-macros v0.1.1 |
795 | 2024-12-06T20:29:03.339Z | Compiling icu_normalizer v1.5.0 |
796 | 2024-12-06T20:29:06.586Z | Compiling hyper-util v0.1.10 |
797 | 2024-12-06T20:29:07.441Z | Compiling regex-automata v0.4.8 |
798 | 2024-12-06T20:29:08.169Z | Compiling idna_adapter v1.2.0 |
799 | 2024-12-06T20:29:09.226Z | Compiling http-body-util v0.1.2 |
800 | 2024-12-06T20:29:09.865Z | Compiling scroll_derive v0.12.0 |
801 | 2024-12-06T20:29:10.123Z | Compiling typify-macro v0.2.0 |
802 | 2024-12-06T20:29:11.357Z | Compiling usdt-impl v0.5.0 |
803 | 2024-12-06T20:29:11.742Z | Compiling regex v1.11.1 |
804 | 2024-12-06T20:29:12.592Z | Compiling encoding_rs v0.8.34 |
805 | 2024-12-06T20:29:12.762Z | Compiling powerfmt v0.2.0 |
806 | 2024-12-06T20:29:13.937Z | Compiling num-conv v0.1.0 |
807 | 2024-12-06T20:29:14.210Z | Compiling mime v0.3.17 |
808 | 2024-12-06T20:29:15.305Z | Compiling time-core v0.1.2 |
809 | 2024-12-06T20:29:15.464Z | Compiling deranged v0.3.11 |
810 | 2024-12-06T20:29:15.472Z | Compiling time-macros v0.2.18 |
811 | 2024-12-06T20:29:15.625Z | Compiling scroll v0.12.0 |
812 | 2024-12-06T20:29:16.241Z | Compiling tokio-native-tls v0.3.1 |
813 | 2024-12-06T20:29:16.535Z | Compiling tokio-rustls v0.26.0 |
814 | 2024-12-06T20:29:17.783Z | Compiling idna v1.0.3 |
815 | 2024-12-06T20:29:23.276Z | Compiling dtrace-parser v0.2.0 |
816 | 2024-12-06T20:29:23.640Z | Compiling dof v0.3.0 |
817 | 2024-12-06T20:29:24.507Z | Compiling serde_urlencoded v0.7.1 |
818 | 2024-12-06T20:29:24.994Z | Compiling thread-id v4.2.2 |
819 | 2024-12-06T20:29:25.093Z | Compiling webpki-roots v0.26.6 |
820 | 2024-12-06T20:29:25.096Z | Compiling rustls-pemfile v2.2.0 |
821 | 2024-12-06T20:29:25.305Z | Compiling crossbeam-utils v0.8.20 |
822 | 2024-12-06T20:29:25.815Z | Compiling ident_case v1.0.1 |
823 | 2024-12-06T20:29:27.176Z | Compiling omicron-workspace-hack v0.1.0 |
824 | 2024-12-06T20:29:27.184Z | Compiling num_threads v0.1.7 |
825 | 2024-12-06T20:29:27.205Z | Compiling base64 v0.22.1 |
826 | 2024-12-06T20:29:27.293Z | Compiling plain v0.2.3 |
827 | 2024-12-06T20:29:27.441Z | Compiling strsim v0.11.1 |
828 | 2024-12-06T20:29:27.486Z | Compiling goblin v0.8.2 |
829 | 2024-12-06T20:29:27.663Z | Compiling time v0.3.36 |
830 | 2024-12-06T20:29:28.180Z | Compiling darling_core v0.20.10 |
831 | 2024-12-06T20:29:34.418Z | Compiling hyper-rustls v0.27.3 |
832 | 2024-12-06T20:29:36.141Z | Compiling url v2.5.3 |
833 | 2024-12-06T20:29:36.697Z | Compiling hyper-tls v0.6.0 |
834 | 2024-12-06T20:29:36.936Z | Compiling typify v0.2.0 |
835 | 2024-12-06T20:29:37.063Z | Compiling openapiv3 v2.0.0 |
836 | 2024-12-06T20:29:39.572Z | Compiling sync_wrapper v1.0.1 |
837 | 2024-12-06T20:29:39.716Z | Compiling dirs-sys-next v0.1.2 |
838 | 2024-12-06T20:29:41.195Z | Compiling paste v1.0.15 |
839 | 2024-12-06T20:29:41.318Z | Compiling rustls v0.22.4 |
840 | 2024-12-06T20:29:41.627Z | Compiling unsafe-libyaml v0.2.11 |
841 | 2024-12-06T20:29:41.671Z | Compiling rustversion v1.0.17 |
842 | 2024-12-06T20:29:42.030Z | Compiling ipnet v2.10.1 |
843 | 2024-12-06T20:29:42.374Z | Compiling pretty-hex v0.4.1 |
844 | 2024-12-06T20:29:43.411Z | Compiling serde_yaml v0.9.34+deprecated |
845 | 2024-12-06T20:29:43.843Z | Compiling reqwest v0.12.9 |
846 | 2024-12-06T20:29:45.328Z | Compiling progenitor-impl v0.8.0 |
847 | 2024-12-06T20:29:47.190Z | Compiling dirs-next v2.0.0 |
848 | 2024-12-06T20:29:47.442Z | Compiling darling_macro v0.20.10 |
849 | 2024-12-06T20:29:49.149Z | Compiling crypto-common v0.1.6 |
850 | 2024-12-06T20:29:49.374Z | Compiling block-buffer v0.10.4 |
851 | 2024-12-06T20:29:49.613Z | Compiling toml_datetime v0.6.8 |
852 | 2024-12-06T20:29:49.653Z | Compiling serde_spanned v0.6.8 |
853 | 2024-12-06T20:29:49.891Z | Compiling ppv-lite86 v0.2.20 |
854 | 2024-12-06T20:29:50.307Z | Compiling structmeta-derive v0.3.0 |
855 | 2024-12-06T20:29:50.826Z | Compiling rand_core v0.6.4 |
856 | 2024-12-06T20:29:51.422Z | Compiling thread_local v1.1.8 |
857 | 2024-12-06T20:29:52.069Z | Compiling multer v3.1.0 |
858 | 2024-12-06T20:29:52.136Z | Compiling camino v1.1.9 |
859 | 2024-12-06T20:29:52.332Z | Compiling newtype-uuid v1.1.3 |
860 | 2024-12-06T20:29:52.401Z | Compiling match_cfg v0.1.0 |
861 | 2024-12-06T20:29:52.484Z | Compiling anyhow v1.0.93 |
862 | 2024-12-06T20:29:52.659Z | Compiling slog-async v2.8.0 |
863 | 2024-12-06T20:29:52.717Z | Compiling winnow v0.6.20 |
864 | 2024-12-06T20:29:53.068Z | Compiling structmeta v0.3.0 |
865 | 2024-12-06T20:29:53.267Z | Compiling hostname v0.3.1 |
866 | 2024-12-06T20:29:53.432Z | Compiling progenitor-macro v0.8.0 |
867 | 2024-12-06T20:29:53.495Z | Compiling rand_chacha v0.3.1 |
868 | 2024-12-06T20:29:55.028Z | Compiling digest v0.10.7 |
869 | 2024-12-06T20:29:55.043Z | Compiling crossbeam-channel v0.5.13 |
870 | 2024-12-06T20:29:55.421Z | Compiling darling v0.20.10 |
871 | 2024-12-06T20:29:55.528Z | Compiling term v0.7.0 |
872 | 2024-12-06T20:29:56.682Z | Compiling progenitor-client v0.8.0 |
873 | 2024-12-06T20:29:57.215Z | Compiling toml_edit v0.22.22 |
874 | 2024-12-06T20:30:02.577Z | Compiling usdt-attr-macro v0.5.0 |
875 | 2024-12-06T20:30:04.061Z | Compiling usdt-macro v0.5.0 |
876 | 2024-12-06T20:30:04.927Z | Compiling slog-json v2.6.1 |
877 | 2024-12-06T20:30:05.321Z | Compiling futures-executor v0.3.31 |
878 | 2024-12-06T20:30:05.328Z | Compiling async-stream-impl v0.3.6 |
879 | 2024-12-06T20:30:06.296Z | Compiling memmap v0.7.0 |
880 | 2024-12-06T20:30:06.520Z | Compiling is-terminal v0.4.13 |
881 | 2024-12-06T20:30:06.631Z | Compiling dropshot v0.13.0 |
882 | 2024-12-06T20:30:06.695Z | Compiling take_mut v0.2.2 |
883 | 2024-12-06T20:30:06.733Z | Compiling cpufeatures v0.2.14 |
884 | 2024-12-06T20:30:06.850Z | Compiling sha1 v0.10.6 |
885 | 2024-12-06T20:30:07.022Z | Compiling async-stream v0.3.6 |
886 | 2024-12-06T20:30:07.327Z | Compiling slog-term v2.9.1 |
887 | 2024-12-06T20:30:07.623Z | Compiling usdt v0.5.0 |
888 | 2024-12-06T20:30:09.174Z | Compiling progenitor v0.8.0 |
889 | 2024-12-06T20:30:09.394Z | Compiling futures v0.3.31 |
890 | 2024-12-06T20:30:09.596Z | Compiling slog-bunyan v2.5.0 |
891 | 2024-12-06T20:30:09.870Z | Compiling strum_macros v0.26.4 |
892 | 2024-12-06T20:30:10.246Z | Compiling tokio-rustls v0.25.0 |
893 | 2024-12-06T20:30:10.339Z | Compiling toml v0.8.19 |
894 | 2024-12-06T20:30:10.670Z | Compiling serde_with_macros v3.11.0 |
895 | 2024-12-06T20:30:13.422Z | Compiling rand v0.8.5 |
896 | 2024-12-06T20:30:15.362Z | Compiling parse-display-derive v0.10.0 |
897 | 2024-12-06T20:30:18.756Z | Compiling ipnetwork v0.20.0 |
898 | 2024-12-06T20:30:19.411Z | Compiling dropshot_endpoint v0.13.0 |
899 | 2024-12-06T20:30:19.628Z | Compiling serde_path_to_error v0.1.16 |
900 | 2024-12-06T20:30:20.169Z | Compiling hex v0.4.3 |
901 | 2024-12-06T20:30:20.679Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
902 | 2024-12-06T20:30:20.881Z | Compiling async-trait v0.1.83 |
903 | 2024-12-06T20:30:21.526Z | Compiling waitgroup v0.1.2 |
904 | 2024-12-06T20:30:21.764Z | Compiling hostname v0.4.0 |
905 | 2024-12-06T20:30:22.015Z | Compiling instant v0.1.13 |
906 | 2024-12-06T20:30:22.171Z | Compiling debug-ignore v1.0.5 |
907 | 2024-12-06T20:30:22.316Z | Compiling backoff v0.4.0 |
908 | 2024-12-06T20:30:22.659Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
909 | 2024-12-06T20:30:22.851Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
910 | 2024-12-06T20:30:23.022Z | Compiling parse-display v0.10.0 |
911 | 2024-12-06T20:30:23.297Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
912 | 2024-12-06T20:30:23.904Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
913 | 2024-12-06T20:30:24.476Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
914 | 2024-12-06T20:30:25.242Z | Compiling strum v0.26.3 |
915 | 2024-12-06T20:30:25.420Z | Compiling serde_with v3.11.0 |
916 | 2024-12-06T20:30:28.184Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
917 | 2024-12-06T20:30:28.246Z | Compiling regress v0.9.1 |
918 | 2024-12-06T20:30:29.010Z | Compiling macaddr v1.0.1 |
919 | 2024-12-06T20:30:32.715Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
920 | 2024-12-06T20:30:43.785Z | Compiling test-project v0.1.0 (/tmp/test-project) |
921 | 2024-12-06T20:30:53.639Z | Finished `release` profile [optimized] target(s) in 2m 35s |
922 | 2024-12-06T20:30:53.703Z | process exited: duration 235042 ms, exit code 0 |
|
923 | 2024-12-06T20:30:53.709Z | found 0 output files |