|
|
|
1 | 2024-12-03T22:27:21.341Z | job assigned to worker 01JE7A3DXTQJ39WKG65Q7P7KG5 [factory aws, i-0bf9a58291ee5736f] (queued for 1 m 4 s) |
|
2 | 2024-12-03T22:27:29.478Z | starting task 0: "setup" |
3 | 2024-12-03T22:27:29.485Z | ++ uname -s |
4 | 2024-12-03T22:27:29.487Z | + kern=SunOS |
5 | 2024-12-03T22:27:29.487Z | + case "$kern" in |
6 | 2024-12-03T22:27:29.487Z | + groupadd -g 12345 build |
7 | 2024-12-03T22:27:29.489Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-03T22:27:31.495Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-03T22:27:31.580Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-03T22:27:31.584Z | + home_fs=zfs |
11 | 2024-12-03T22:27:31.584Z | + [[ zfs == autofs ]] |
12 | 2024-12-03T22:27:31.584Z | + mkdir -p /home/build |
13 | 2024-12-03T22:27:31.584Z | + chown build:build /home/build /work |
14 | 2024-12-03T22:27:33.586Z | + chmod 0700 /home/build /work |
15 | 2024-12-03T22:27:33.589Z | process exited: duration 4111 ms, exit code 0 |
|
16 | 2024-12-03T22:27:33.595Z | starting task 1: "rust-toolchain" |
17 | 2024-12-03T22:27:33.600Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-03T22:27:33.600Z | ' 1.81.0 |
19 | 2024-12-03T22:27:33.600Z | * toolchain channel = "1.81.0" |
20 | 2024-12-03T22:27:33.600Z | + printf ' * toolchain profile = "%s" |
21 | 2024-12-03T22:27:33.600Z | ' default |
22 | 2024-12-03T22:27:33.600Z | * toolchain profile = "default" |
23 | 2024-12-03T22:27:33.603Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-03T22:27:33.603Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-03T22:27:33.725Z | info: downloading installer |
26 | 2024-12-03T22:27:35.181Z | info: profile set to 'default' |
27 | 2024-12-03T22:27:35.181Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-03T22:27:35.183Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-03T22:27:35.340Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-03T22:27:35.340Z | info: downloading component 'cargo' |
31 | 2024-12-03T22:27:36.217Z | info: downloading component 'clippy' |
32 | 2024-12-03T22:27:36.539Z | info: downloading component 'rust-docs' |
33 | 2024-12-03T22:27:37.751Z | info: downloading component 'rust-std' |
34 | 2024-12-03T22:27:39.634Z | info: downloading component 'rustc' |
35 | 2024-12-03T22:27:46.397Z | info: downloading component 'rustfmt' |
36 | 2024-12-03T22:27:46.652Z | info: installing component 'cargo' |
37 | 2024-12-03T22:27:47.456Z | info: installing component 'clippy' |
38 | 2024-12-03T22:27:47.813Z | info: installing component 'rust-docs' |
39 | 2024-12-03T22:27:49.435Z | info: installing component 'rust-std' |
40 | 2024-12-03T22:27:51.160Z | info: installing component 'rustc' |
41 | 2024-12-03T22:27:56.767Z | info: installing component 'rustfmt' |
42 | 2024-12-03T22:27:57.086Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-03T22:27:57.086Z | |
44 | 2024-12-03T22:27:57.446Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-03T22:27:57.446Z | |
46 | 2024-12-03T22:27:57.449Z | |
47 | 2024-12-03T22:27:57.449Z | Rust is installed now. Great! |
48 | 2024-12-03T22:27:57.449Z | |
49 | 2024-12-03T22:27:57.449Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-03T22:27:57.449Z | environment variable. This has not been done automatically. |
51 | 2024-12-03T22:27:57.450Z | |
52 | 2024-12-03T22:27:57.450Z | To configure your current shell, you need to source |
53 | 2024-12-03T22:27:57.450Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-03T22:27:57.450Z | |
55 | 2024-12-03T22:27:57.450Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-03T22:27:57.450Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-03T22:27:57.450Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-03T22:27:57.514Z | + rustc --version |
59 | 2024-12-03T22:27:57.580Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-03T22:27:57.583Z | process exited: duration 23985 ms, exit code 0 |
|
61 | 2024-12-03T22:27:57.588Z | starting task 2: "authentication" |
62 | 2024-12-03T22:27:57.608Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2024-12-03T22:27:57.614Z | starting task 3: "clone repository" |
64 | 2024-12-03T22:27:57.619Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-03T22:27:57.621Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-03T22:27:59.239Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-03T22:28:06.710Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-03T22:28:06.710Z | + git fetch origin bd515ff97e47394962258d8347b7007043019576 |
69 | 2024-12-03T22:28:06.986Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-03T22:28:06.987Z | * branch bd515ff97e47394962258d8347b7007043019576 -> FETCH_HEAD |
71 | 2024-12-03T22:28:06.996Z | + [[ -n project-scoped-oxql ]] |
72 | 2024-12-03T22:28:06.998Z | ++ git branch --show-current |
73 | 2024-12-03T22:28:07.001Z | + current=main |
74 | 2024-12-03T22:28:07.001Z | + [[ main != project-scoped-oxql ]] |
75 | 2024-12-03T22:28:07.002Z | + git branch -f project-scoped-oxql bd515ff97e47394962258d8347b7007043019576 |
76 | 2024-12-03T22:28:07.004Z | + git checkout -f project-scoped-oxql |
77 | 2024-12-03T22:28:07.053Z | Switched to branch 'project-scoped-oxql' |
78 | 2024-12-03T22:28:07.055Z | + git reset --hard bd515ff97e47394962258d8347b7007043019576 |
79 | 2024-12-03T22:28:07.105Z | HEAD is now at bd515ff97 shorter names |
80 | 2024-12-03T22:28:07.108Z | process exited: duration 9491 ms, exit code 0 |
|
81 | 2024-12-03T22:28:07.113Z | starting task 4: "build" |
82 | 2024-12-03T22:28:07.118Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-03T22:28:07.121Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-03T22:28:07.121Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-03T22:28:07.121Z | + cargo --version |
86 | 2024-12-03T22:28:07.175Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-03T22:28:07.178Z | + rustc --version |
88 | 2024-12-03T22:28:07.237Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-03T22:28:07.240Z | + cd /tmp |
90 | 2024-12-03T22:28:07.240Z | + cargo new --lib test-project |
91 | 2024-12-03T22:28:07.298Z | Creating library `test-project` package |
92 | 2024-12-03T22:28:07.374Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
93 | 2024-12-03T22:28:07.377Z | + cd test-project |
94 | 2024-12-03T22:28:07.377Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
95 | 2024-12-03T22:28:07.435Z | Adding omicron-common (local) to dependencies |
96 | 2024-12-03T22:28:07.435Z | Features: |
97 | 2024-12-03T22:28:07.438Z | - proptest |
98 | 2024-12-03T22:28:07.438Z | - test-strategy |
99 | 2024-12-03T22:28:07.438Z | - testing |
100 | 2024-12-03T22:28:07.438Z | Updating crates.io index |
101 | 2024-12-03T22:28:07.498Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
102 | 2024-12-03T22:28:08.130Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
103 | 2024-12-03T22:28:08.656Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
104 | 2024-12-03T22:28:09.083Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
105 | 2024-12-03T22:28:10.367Z | Locking 327 packages to latest compatible versions |
106 | 2024-12-03T22:28:10.369Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
107 | 2024-12-03T22:28:10.370Z | Adding dropshot v0.13.0 (latest: v0.14.0) |
108 | 2024-12-03T22:28:10.370Z | Adding dropshot_endpoint v0.13.0 (latest: v0.14.0) |
109 | 2024-12-03T22:28:10.370Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
110 | 2024-12-03T22:28:10.370Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
111 | 2024-12-03T22:28:10.372Z | Adding generic-array v0.14.7 (latest: v1.1.1) |
112 | 2024-12-03T22:28:10.372Z | Adding goblin v0.8.2 (latest: v0.9.2) |
113 | 2024-12-03T22:28:10.372Z | Adding hashbrown v0.12.3 (latest: v0.15.2) |
114 | 2024-12-03T22:28:10.372Z | Adding hashbrown v0.14.5 (latest: v0.15.2) |
115 | 2024-12-03T22:28:10.372Z | Adding hostname v0.3.1 (latest: v0.4.0) |
116 | 2024-12-03T22:28:10.375Z | Adding indexmap v1.9.3 (latest: v2.7.0) |
117 | 2024-12-03T22:28:10.375Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
118 | 2024-12-03T22:28:10.377Z | Adding regress v0.9.1 (latest: v0.10.1) |
119 | 2024-12-03T22:28:10.383Z | Adding rustls v0.22.4 (latest: v0.23.19) |
120 | 2024-12-03T22:28:10.386Z | Adding security-framework v2.11.1 (latest: v3.0.1) |
121 | 2024-12-03T22:28:10.389Z | Adding term v0.7.0 (latest: v1.0.0) |
122 | 2024-12-03T22:28:10.389Z | Adding thiserror v1.0.69 (latest: v2.0.4) |
123 | 2024-12-03T22:28:10.389Z | Adding thiserror-impl v1.0.69 (latest: v2.0.4) |
124 | 2024-12-03T22:28:10.389Z | Adding thread-id v4.2.2 (latest: v5.0.0) |
125 | 2024-12-03T22:28:10.389Z | Adding tinystr v0.7.6 (latest: v0.8.0) |
126 | 2024-12-03T22:28:10.392Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
127 | 2024-12-03T22:28:10.392Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
128 | 2024-12-03T22:28:10.394Z | Adding windows v0.52.0 (latest: v0.58.0) |
129 | 2024-12-03T22:28:10.394Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
130 | 2024-12-03T22:28:10.394Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
131 | 2024-12-03T22:28:10.394Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
132 | 2024-12-03T22:28:10.394Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
133 | 2024-12-03T22:28:10.394Z | Adding writeable v0.5.5 (latest: v0.6.0) |
134 | 2024-12-03T22:28:10.394Z | Adding zerocopy v0.7.35 (latest: v0.8.12) |
135 | 2024-12-03T22:28:10.394Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.12) |
136 | 2024-12-03T22:28:10.394Z | Adding zerovec v0.10.4 (latest: v0.11.0) |
137 | 2024-12-03T22:28:10.394Z | Adding zerovec-derive v0.10.3 (latest: v0.11.0) |
138 | 2024-12-03T22:28:10.470Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
139 | 2024-12-03T22:28:10.473Z | + cargo check |
140 | 2024-12-03T22:28:10.639Z | Updating crates.io index |
141 | 2024-12-03T22:28:11.355Z | Locking 2 packages to latest compatible versions |
142 | 2024-12-03T22:28:14.448Z | Adding omicron-workspace-hack v0.1.0 |
143 | 2024-12-03T22:28:16.423Z | Adding test-project v0.1.0 (/tmp/test-project) |
144 | 2024-12-03T22:28:17.192Z | Downloading crates ... |
145 | 2024-12-03T22:28:17.245Z | Downloaded autocfg v1.4.0 |
146 | 2024-12-03T22:28:17.282Z | Downloaded paste v1.0.15 |
147 | 2024-12-03T22:28:17.295Z | Downloaded atomic-waker v1.1.2 |
148 | 2024-12-03T22:28:17.305Z | Downloaded base64 v0.22.1 |
149 | 2024-12-03T22:28:17.309Z | Downloaded async-stream-impl v0.3.6 |
150 | 2024-12-03T22:28:17.313Z | Downloaded camino v1.1.9 |
151 | 2024-12-03T22:28:17.316Z | Downloaded darling_macro v0.20.10 |
152 | 2024-12-03T22:28:17.318Z | Downloaded block-buffer v0.10.4 |
153 | 2024-12-03T22:28:17.321Z | Downloaded byteorder v1.5.0 |
154 | 2024-12-03T22:28:17.321Z | Downloaded async-stream v0.3.6 |
155 | 2024-12-03T22:28:17.327Z | Downloaded time-macros v0.2.18 |
156 | 2024-12-03T22:28:17.327Z | Downloaded memmap v0.7.0 |
157 | 2024-12-03T22:28:17.332Z | Downloaded async-trait v0.1.83 |
158 | 2024-12-03T22:28:17.335Z | Downloaded tinystr v0.7.6 |
159 | 2024-12-03T22:28:17.338Z | Downloaded crypto-common v0.1.6 |
160 | 2024-12-03T22:28:17.338Z | Downloaded cpufeatures v0.2.14 |
161 | 2024-12-03T22:28:17.341Z | Downloaded cfg-if v1.0.0 |
162 | 2024-12-03T22:28:17.341Z | Downloaded backoff v0.4.0 |
163 | 2024-12-03T22:28:17.343Z | Downloaded crossbeam-utils v0.8.20 |
164 | 2024-12-03T22:28:17.347Z | Downloaded ahash v0.8.11 |
165 | 2024-12-03T22:28:17.352Z | Downloaded darling v0.20.10 |
166 | 2024-12-03T22:28:17.358Z | Downloaded toml_datetime v0.6.8 |
167 | 2024-12-03T22:28:17.360Z | Downloaded anyhow v1.0.93 |
168 | 2024-12-03T22:28:17.364Z | Downloaded equivalent v1.0.1 |
169 | 2024-12-03T22:28:17.366Z | Downloaded darling_core v0.20.10 |
170 | 2024-12-03T22:28:17.370Z | Downloaded foreign-types v0.3.2 |
171 | 2024-12-03T22:28:17.373Z | Downloaded crossbeam-channel v0.5.13 |
172 | 2024-12-03T22:28:17.376Z | Downloaded foreign-types-shared v0.1.1 |
173 | 2024-12-03T22:28:17.376Z | Downloaded allocator-api2 v0.2.18 |
174 | 2024-12-03T22:28:17.380Z | Downloaded write16 v1.0.0 |
175 | 2024-12-03T22:28:17.383Z | Downloaded zerofrom v0.1.4 |
176 | 2024-12-03T22:28:17.383Z | Downloaded dtrace-parser v0.2.0 |
177 | 2024-12-03T22:28:17.385Z | Downloaded http-body v1.0.1 |
178 | 2024-12-03T22:28:17.385Z | Downloaded bitflags v2.6.0 |
179 | 2024-12-03T22:28:17.389Z | Downloaded want v0.3.1 |
180 | 2024-12-03T22:28:17.391Z | Downloaded ident_case v1.0.1 |
181 | 2024-12-03T22:28:17.391Z | Downloaded num_threads v0.1.7 |
182 | 2024-12-03T22:28:17.393Z | Downloaded icu_provider_macros v1.5.0 |
183 | 2024-12-03T22:28:17.393Z | Downloaded dyn-clone v1.0.17 |
184 | 2024-12-03T22:28:17.396Z | Downloaded dirs-next v2.0.0 |
185 | 2024-12-03T22:28:17.398Z | Downloaded match_cfg v0.1.0 |
186 | 2024-12-03T22:28:17.398Z | Downloaded instant v0.1.13 |
187 | 2024-12-03T22:28:17.401Z | Downloaded untrusted v0.9.0 |
188 | 2024-12-03T22:28:17.404Z | Downloaded writeable v0.5.5 |
189 | 2024-12-03T22:28:17.406Z | Downloaded futures-executor v0.3.31 |
190 | 2024-12-03T22:28:17.406Z | Downloaded form_urlencoded v1.2.1 |
191 | 2024-12-03T22:28:17.409Z | Downloaded fnv v1.0.7 |
192 | 2024-12-03T22:28:17.409Z | Downloaded dirs-sys-next v0.1.2 |
193 | 2024-12-03T22:28:17.409Z | Downloaded deranged v0.3.11 |
194 | 2024-12-03T22:28:17.412Z | Downloaded version_check v0.9.5 |
195 | 2024-12-03T22:28:17.414Z | Downloaded num-conv v0.1.0 |
196 | 2024-12-03T22:28:17.415Z | Downloaded tower-service v0.3.3 |
197 | 2024-12-03T22:28:17.415Z | Downloaded hex v0.4.3 |
198 | 2024-12-03T22:28:17.417Z | Downloaded futures-macro v0.3.31 |
199 | 2024-12-03T22:28:17.417Z | Downloaded heck v0.5.0 |
200 | 2024-12-03T22:28:17.420Z | Downloaded hyper-tls v0.6.0 |
201 | 2024-12-03T22:28:17.420Z | Downloaded yoke-derive v0.7.4 |
202 | 2024-12-03T22:28:17.423Z | Downloaded tinyvec_macros v0.1.1 |
203 | 2024-12-03T22:28:17.423Z | Downloaded waitgroup v0.1.2 |
204 | 2024-12-03T22:28:17.426Z | Downloaded openssl-probe v0.1.5 |
205 | 2024-12-03T22:28:17.426Z | Downloaded usdt v0.5.0 |
206 | 2024-12-03T22:28:17.426Z | Downloaded usdt-macro v0.5.0 |
207 | 2024-12-03T22:28:17.429Z | Downloaded httpdate v1.0.3 |
208 | 2024-12-03T22:28:17.429Z | Downloaded http-body-util v0.1.2 |
209 | 2024-12-03T22:28:17.431Z | Downloaded hostname v0.3.1 |
210 | 2024-12-03T22:28:17.432Z | Downloaded tokio-macros v2.4.0 |
211 | 2024-12-03T22:28:17.434Z | Downloaded displaydoc v0.2.5 |
212 | 2024-12-03T22:28:17.437Z | Downloaded newtype-uuid v1.1.3 |
213 | 2024-12-03T22:28:17.439Z | Downloaded zerovec-derive v0.10.3 |
214 | 2024-12-03T22:28:17.439Z | Downloaded hostname v0.4.0 |
215 | 2024-12-03T22:28:17.441Z | Downloaded generic-array v0.14.7 |
216 | 2024-12-03T22:28:17.443Z | Downloaded take_mut v0.2.2 |
217 | 2024-12-03T22:28:17.443Z | Downloaded cc v1.1.30 |
218 | 2024-12-03T22:28:17.446Z | Downloaded itoa v1.0.11 |
219 | 2024-12-03T22:28:17.449Z | Downloaded is-terminal v0.4.13 |
220 | 2024-12-03T22:28:17.451Z | Downloaded zerocopy-derive v0.7.35 |
221 | 2024-12-03T22:28:17.454Z | Downloaded progenitor-client v0.8.0 |
222 | 2024-12-03T22:28:17.456Z | Downloaded pretty-hex v0.4.1 |
223 | 2024-12-03T22:28:17.456Z | Downloaded omicron-workspace-hack v0.1.0 |
224 | 2024-12-03T22:28:17.459Z | Downloaded tokio-native-tls v0.3.1 |
225 | 2024-12-03T22:28:17.459Z | Downloaded thiserror-impl v1.0.69 |
226 | 2024-12-03T22:28:17.461Z | Downloaded openssl-macros v0.1.1 |
227 | 2024-12-03T22:28:17.461Z | Downloaded serde_path_to_error v0.1.16 |
228 | 2024-12-03T22:28:17.464Z | Downloaded time-core v0.1.2 |
229 | 2024-12-03T22:28:17.464Z | Downloaded macaddr v1.0.1 |
230 | 2024-12-03T22:28:17.467Z | Downloaded zeroize v1.8.1 |
231 | 2024-12-03T22:28:17.467Z | Downloaded getrandom v0.2.15 |
232 | 2024-12-03T22:28:17.469Z | Downloaded signal-hook-registry v1.4.2 |
233 | 2024-12-03T22:28:17.472Z | Downloaded iana-time-zone v0.1.61 |
234 | 2024-12-03T22:28:17.474Z | Downloaded httparse v1.9.5 |
235 | 2024-12-03T22:28:17.477Z | Downloaded futures-channel v0.3.31 |
236 | 2024-12-03T22:28:17.479Z | Downloaded ipnetwork v0.20.0 |
237 | 2024-12-03T22:28:17.481Z | Downloaded scroll_derive v0.12.0 |
238 | 2024-12-03T22:28:17.481Z | Downloaded dof v0.3.0 |
239 | 2024-12-03T22:28:17.482Z | Downloaded utf16_iter v1.0.5 |
240 | 2024-12-03T22:28:17.484Z | Downloaded strum v0.26.3 |
241 | 2024-12-03T22:28:17.484Z | Downloaded zerofrom-derive v0.1.4 |
242 | 2024-12-03T22:28:17.487Z | Downloaded typify-macro v0.2.0 |
243 | 2024-12-03T22:28:17.487Z | Downloaded webpki-roots v0.26.6 |
244 | 2024-12-03T22:28:18.492Z | Downloaded sha1 v0.10.6 |
245 | 2024-12-03T22:28:18.496Z | Downloaded tokio-rustls v0.25.0 |
246 | 2024-12-03T22:28:18.496Z | Downloaded sync_wrapper v1.0.1 |
247 | 2024-12-03T22:28:18.496Z | Downloaded slog-bunyan v2.5.0 |
248 | 2024-12-03T22:28:18.496Z | Downloaded structmeta v0.3.0 |
249 | 2024-12-03T22:28:18.496Z | Downloaded tokio-rustls v0.26.0 |
250 | 2024-12-03T22:28:18.496Z | Downloaded icu_locid_transform v1.5.0 |
251 | 2024-12-03T22:28:18.496Z | Downloaded lock_api v0.4.12 |
252 | 2024-12-03T22:28:18.496Z | Downloaded litemap v0.7.3 |
253 | 2024-12-03T22:28:18.496Z | Downloaded mime v0.3.17 |
254 | 2024-12-03T22:28:18.496Z | Downloaded dropshot_endpoint v0.13.0 |
255 | 2024-12-03T22:28:18.496Z | Downloaded rustc-hash v2.0.0 |
256 | 2024-12-03T22:28:18.496Z | Downloaded spin v0.9.8 |
257 | 2024-12-03T22:28:18.496Z | Downloaded slog-json v2.6.1 |
258 | 2024-12-03T22:28:18.496Z | Downloaded semver v1.0.23 |
259 | 2024-12-03T22:28:18.496Z | Downloaded strsim v0.11.1 |
260 | 2024-12-03T22:28:18.496Z | Downloaded powerfmt v0.2.0 |
261 | 2024-12-03T22:28:18.496Z | Downloaded pin-utils v0.1.0 |
262 | 2024-12-03T22:28:18.496Z | Downloaded percent-encoding v2.3.1 |
263 | 2024-12-03T22:28:18.496Z | Downloaded stable_deref_trait v1.2.0 |
264 | 2024-12-03T22:28:18.496Z | Downloaded rustls-pemfile v2.2.0 |
265 | 2024-12-03T22:28:18.496Z | Downloaded ppv-lite86 v0.2.20 |
266 | 2024-12-03T22:28:18.496Z | Downloaded pkg-config v0.3.31 |
267 | 2024-12-03T22:28:18.496Z | Downloaded parse-display-derive v0.10.0 |
268 | 2024-12-03T22:28:18.496Z | Downloaded hyper-rustls v0.27.3 |
269 | 2024-12-03T22:28:18.496Z | Downloaded structmeta-derive v0.3.0 |
270 | 2024-12-03T22:28:18.497Z | Downloaded icu_provider v1.5.0 |
271 | 2024-12-03T22:28:18.497Z | Downloaded native-tls v0.2.12 |
272 | 2024-12-03T22:28:18.497Z | Downloaded thread-id v4.2.2 |
273 | 2024-12-03T22:28:18.497Z | Downloaded multer v3.1.0 |
274 | 2024-12-03T22:28:18.497Z | Downloaded ipnet v2.10.1 |
275 | 2024-12-03T22:28:18.497Z | Downloaded icu_normalizer_data v1.5.0 |
276 | 2024-12-03T22:28:18.497Z | Downloaded rand_core v0.6.4 |
277 | 2024-12-03T22:28:18.497Z | Downloaded log v0.4.22 |
278 | 2024-12-03T22:28:18.497Z | Downloaded thiserror v1.0.69 |
279 | 2024-12-03T22:28:18.497Z | Downloaded schemars_derive v0.8.21 |
280 | 2024-12-03T22:28:18.497Z | Downloaded slog-async v2.8.0 |
281 | 2024-12-03T22:28:18.497Z | Downloaded scopeguard v1.2.0 |
282 | 2024-12-03T22:28:18.497Z | Downloaded serde_with_macros v3.11.0 |
283 | 2024-12-03T22:28:18.497Z | Downloaded usdt-impl v0.5.0 |
284 | 2024-12-03T22:28:18.497Z | Downloaded typify v0.2.0 |
285 | 2024-12-03T22:28:18.497Z | Downloaded rustversion v1.0.17 |
286 | 2024-12-03T22:28:18.497Z | Downloaded synstructure v0.13.1 |
287 | 2024-12-03T22:28:18.497Z | Downloaded icu_locid v1.5.0 |
288 | 2024-12-03T22:28:18.497Z | Downloaded rustls-pki-types v1.9.0 |
289 | 2024-12-03T22:28:18.497Z | Downloaded subtle v2.6.1 |
290 | 2024-12-03T22:28:18.497Z | Downloaded tracing-core v0.1.32 |
291 | 2024-12-03T22:28:18.497Z | Downloaded strum_macros v0.26.4 |
292 | 2024-12-03T22:28:18.497Z | Downloaded serde_tokenstream v0.2.2 |
293 | 2024-12-03T22:28:18.497Z | Downloaded slab v0.4.9 |
294 | 2024-12-03T22:28:18.497Z | Downloaded pest_derive v2.7.14 |
295 | 2024-12-03T22:28:18.497Z | Downloaded slog-term v2.9.1 |
296 | 2024-12-03T22:28:18.497Z | Downloaded parking_lot_core v0.9.10 |
297 | 2024-12-03T22:28:18.497Z | Downloaded serde_spanned v0.6.8 |
298 | 2024-12-03T22:28:18.497Z | Downloaded once_cell v1.20.2 |
299 | 2024-12-03T22:28:18.497Z | Downloaded scroll v0.12.0 |
300 | 2024-12-03T22:28:18.497Z | Downloaded parse-display v0.10.0 |
301 | 2024-12-03T22:28:18.497Z | Downloaded shlex v1.3.0 |
302 | 2024-12-03T22:28:18.497Z | Downloaded sha2 v0.10.8 |
303 | 2024-12-03T22:28:18.497Z | Downloaded typenum v1.17.0 |
304 | 2024-12-03T22:28:18.498Z | Downloaded icu_collections v1.5.0 |
305 | 2024-12-03T22:28:18.498Z | Downloaded indexmap v2.6.0 |
306 | 2024-12-03T22:28:18.498Z | Downloaded quote v1.0.37 |
307 | 2024-12-03T22:28:18.498Z | Downloaded serde_yaml v0.9.34+deprecated |
308 | 2024-12-03T22:28:18.498Z | Downloaded serde_derive v1.0.215 |
309 | 2024-12-03T22:28:18.498Z | Downloaded http v1.1.0 |
310 | 2024-12-03T22:28:18.498Z | Downloaded ucd-trie v0.1.7 |
311 | 2024-12-03T22:28:18.498Z | Downloaded schemars v0.8.21 |
312 | 2024-12-03T22:28:18.498Z | Downloaded socket2 v0.5.7 |
313 | 2024-12-03T22:28:18.498Z | Downloaded pest_meta v2.7.14 |
314 | 2024-12-03T22:28:18.498Z | Downloaded hashbrown v0.12.3 |
315 | 2024-12-03T22:28:18.498Z | Downloaded num-traits v0.2.19 |
316 | 2024-12-03T22:28:18.498Z | Downloaded aho-corasick v1.1.3 |
317 | 2024-12-03T22:28:18.498Z | Downloaded progenitor-impl v0.8.0 |
318 | 2024-12-03T22:28:18.498Z | Downloaded chrono v0.4.38 |
319 | 2024-12-03T22:28:18.498Z | Downloaded unsafe-libyaml v0.2.11 |
320 | 2024-12-03T22:28:18.498Z | Downloaded time v0.3.36 |
321 | 2024-12-03T22:28:18.498Z | Downloaded ryu v1.0.18 |
322 | 2024-12-03T22:28:18.498Z | Downloaded slog v2.7.0 |
323 | 2024-12-03T22:28:18.498Z | Downloaded url v2.5.3 |
324 | 2024-12-03T22:28:18.498Z | Downloaded serde_with v3.11.0 |
325 | 2024-12-03T22:28:18.498Z | Downloaded hyper v1.5.0 |
326 | 2024-12-03T22:28:18.498Z | Downloaded toml_edit v0.22.22 |
327 | 2024-12-03T22:28:18.498Z | Downloaded rand v0.8.5 |
328 | 2024-12-03T22:28:18.498Z | Downloaded quinn v0.11.5 |
329 | 2024-12-03T22:28:18.498Z | Downloaded goblin v0.8.2 |
330 | 2024-12-03T22:28:18.498Z | Downloaded h2 v0.4.6 |
331 | 2024-12-03T22:28:18.498Z | Downloaded icu_properties_data v1.5.0 |
332 | 2024-12-03T22:28:18.498Z | Downloaded futures-util v0.3.31 |
333 | 2024-12-03T22:28:18.498Z | Downloaded serde v1.0.215 |
334 | 2024-12-03T22:28:18.498Z | Downloaded mio v1.0.2 |
335 | 2024-12-03T22:28:18.498Z | Downloaded tokio-util v0.7.12 |
336 | 2024-12-03T22:28:18.498Z | Downloaded syn v2.0.87 |
337 | 2024-12-03T22:28:18.498Z | Downloaded pest v2.7.14 |
338 | 2024-12-03T22:28:18.498Z | Downloaded rustls v0.23.14 |
339 | 2024-12-03T22:28:18.498Z | Downloaded rustls v0.22.4 |
340 | 2024-12-03T22:28:18.498Z | Downloaded winnow v0.6.20 |
341 | 2024-12-03T22:28:18.498Z | Downloaded zerocopy v0.7.35 |
342 | 2024-12-03T22:28:18.499Z | Downloaded zerovec v0.10.4 |
343 | 2024-12-03T22:28:18.499Z | Downloaded dropshot v0.13.0 |
344 | 2024-12-03T22:28:18.499Z | Downloaded serde_json v1.0.132 |
345 | 2024-12-03T22:28:18.502Z | Downloaded openssl-sys v0.9.103 |
346 | 2024-12-03T22:28:18.502Z | Downloaded tracing v0.1.40 |
347 | 2024-12-03T22:28:18.502Z | Downloaded idna v1.0.3 |
348 | 2024-12-03T22:28:18.502Z | Downloaded reqwest v0.12.9 |
349 | 2024-12-03T22:28:18.502Z | Downloaded vcpkg v0.2.15 |
350 | 2024-12-03T22:28:18.502Z | Downloaded rustls-webpki v0.102.8 |
351 | 2024-12-03T22:28:18.502Z | Downloaded hashbrown v0.15.0 |
352 | 2024-12-03T22:28:18.502Z | Downloaded hashbrown v0.14.5 |
353 | 2024-12-03T22:28:18.502Z | Downloaded proc-macro2 v1.0.89 |
354 | 2024-12-03T22:28:18.502Z | Downloaded quinn-proto v0.11.8 |
355 | 2024-12-03T22:28:18.502Z | Downloaded parking_lot v0.12.3 |
356 | 2024-12-03T22:28:18.502Z | Downloaded memchr v2.7.4 |
357 | 2024-12-03T22:28:18.502Z | Downloaded hyper-util v0.1.10 |
358 | 2024-12-03T22:28:18.502Z | Downloaded pin-project-lite v0.2.14 |
359 | 2024-12-03T22:28:18.502Z | Downloaded tinyvec v1.8.0 |
360 | 2024-12-03T22:28:18.502Z | Downloaded smallvec v1.13.2 |
361 | 2024-12-03T22:28:18.502Z | Downloaded serde_urlencoded v0.7.1 |
362 | 2024-12-03T22:28:18.502Z | Downloaded plain v0.2.3 |
363 | 2024-12-03T22:28:18.502Z | Downloaded term v0.7.0 |
364 | 2024-12-03T22:28:18.502Z | Downloaded libc v0.2.162 |
365 | 2024-12-03T22:28:18.502Z | Downloaded thread_local v1.1.8 |
366 | 2024-12-03T22:28:18.502Z | Downloaded regex v1.11.1 |
367 | 2024-12-03T22:28:18.502Z | Downloaded openssl v0.10.66 |
368 | 2024-12-03T22:28:18.502Z | Downloaded indexmap v1.9.3 |
369 | 2024-12-03T22:28:18.502Z | Downloaded uuid v1.11.0 |
370 | 2024-12-03T22:28:18.503Z | Downloaded unicode-ident v1.0.13 |
371 | 2024-12-03T22:28:18.503Z | Downloaded toml v0.8.19 |
372 | 2024-12-03T22:28:18.503Z | Downloaded regress v0.10.1 |
373 | 2024-12-03T22:28:18.503Z | Downloaded regress v0.9.1 |
374 | 2024-12-03T22:28:18.504Z | Downloaded icu_properties v1.5.1 |
375 | 2024-12-03T22:28:18.504Z | Downloaded openapiv3 v2.0.0 |
376 | 2024-12-03T22:28:18.504Z | Downloaded regex-syntax v0.8.5 |
377 | 2024-12-03T22:28:18.504Z | Downloaded futures v0.3.31 |
378 | 2024-12-03T22:28:18.504Z | Downloaded serde_derive_internals v0.29.1 |
379 | 2024-12-03T22:28:18.504Z | Downloaded typify-impl v0.2.0 |
380 | 2024-12-03T22:28:18.504Z | Downloaded quinn-udp v0.5.5 |
381 | 2024-12-03T22:28:18.504Z | Downloaded rand_chacha v0.3.1 |
382 | 2024-12-03T22:28:18.504Z | Downloaded progenitor-macro v0.8.0 |
383 | 2024-12-03T22:28:18.504Z | Downloaded pest_generator v2.7.14 |
384 | 2024-12-03T22:28:18.504Z | Downloaded progenitor v0.8.0 |
385 | 2024-12-03T22:28:18.504Z | Downloaded yoke v0.7.4 |
386 | 2024-12-03T22:28:18.504Z | Downloaded icu_normalizer v1.5.0 |
387 | 2024-12-03T22:28:18.504Z | Downloaded icu_locid_transform_data v1.5.0 |
388 | 2024-12-03T22:28:18.504Z | Downloaded idna_adapter v1.2.0 |
389 | 2024-12-03T22:28:18.504Z | Downloaded futures-task v0.3.31 |
390 | 2024-12-03T22:28:18.504Z | Downloaded usdt-attr-macro v0.5.0 |
391 | 2024-12-03T22:28:18.504Z | Downloaded try-lock v0.2.5 |
392 | 2024-12-03T22:28:18.504Z | Downloaded futures-sink v0.3.31 |
393 | 2024-12-03T22:28:18.504Z | Downloaded futures-io v0.3.31 |
394 | 2024-12-03T22:28:18.504Z | Downloaded futures-core v0.3.31 |
395 | 2024-12-03T22:28:18.504Z | Downloaded encoding_rs v0.8.34 |
396 | 2024-12-03T22:28:18.504Z | Downloaded utf8_iter v1.0.4 |
397 | 2024-12-03T22:28:18.504Z | Downloaded bytes v1.8.0 |
398 | 2024-12-03T22:28:18.504Z | Downloaded digest v0.10.7 |
399 | 2024-12-03T22:28:18.504Z | Downloaded regex-automata v0.4.8 |
400 | 2024-12-03T22:28:18.504Z | Downloaded debug-ignore v1.0.5 |
401 | 2024-12-03T22:28:18.504Z | Downloaded tokio v1.40.0 |
402 | 2024-12-03T22:28:18.508Z | Downloaded ring v0.17.8 |
403 | 2024-12-03T22:28:18.831Z | Compiling proc-macro2 v1.0.89 |
404 | 2024-12-03T22:28:18.832Z | Compiling unicode-ident v1.0.13 |
405 | 2024-12-03T22:28:18.832Z | Compiling libc v0.2.162 |
406 | 2024-12-03T22:28:18.835Z | Checking cfg-if v1.0.0 |
407 | 2024-12-03T22:28:18.835Z | Compiling autocfg v1.4.0 |
408 | 2024-12-03T22:28:18.856Z | Compiling serde v1.0.215 |
409 | 2024-12-03T22:28:18.858Z | Compiling version_check v0.9.5 |
410 | 2024-12-03T22:28:18.859Z | Checking memchr v2.7.4 |
411 | 2024-12-03T22:28:18.972Z | Checking itoa v1.0.11 |
412 | 2024-12-03T22:28:19.169Z | Compiling serde_json v1.0.132 |
413 | 2024-12-03T22:28:19.618Z | Compiling thiserror v1.0.69 |
414 | 2024-12-03T22:28:19.620Z | Checking once_cell v1.20.2 |
415 | 2024-12-03T22:28:19.844Z | Compiling shlex v1.3.0 |
416 | 2024-12-03T22:28:20.095Z | Compiling cc v1.1.30 |
417 | 2024-12-03T22:28:21.075Z | Checking pin-project-lite v0.2.14 |
418 | 2024-12-03T22:28:21.196Z | Compiling num-traits v0.2.19 |
419 | 2024-12-03T22:28:21.213Z | Checking smallvec v1.13.2 |
420 | 2024-12-03T22:28:21.231Z | Checking bytes v1.8.0 |
421 | 2024-12-03T22:28:21.362Z | Checking ryu v1.0.18 |
422 | 2024-12-03T22:28:21.555Z | Checking futures-core v0.3.31 |
423 | 2024-12-03T22:28:21.595Z | Compiling lock_api v0.4.12 |
424 | 2024-12-03T22:28:21.720Z | Compiling byteorder v1.5.0 |
425 | 2024-12-03T22:28:21.795Z | Compiling parking_lot_core v0.9.10 |
426 | 2024-12-03T22:28:21.950Z | Checking getrandom v0.2.15 |
427 | 2024-12-03T22:28:21.987Z | Compiling ahash v0.8.11 |
428 | 2024-12-03T22:28:22.039Z | Checking scopeguard v1.2.0 |
429 | 2024-12-03T22:28:22.062Z | Compiling schemars v0.8.21 |
430 | 2024-12-03T22:28:22.186Z | Compiling quote v1.0.37 |
431 | 2024-12-03T22:28:22.402Z | Compiling slab v0.4.9 |
432 | 2024-12-03T22:28:22.447Z | Checking futures-sink v0.3.31 |
433 | 2024-12-03T22:28:22.510Z | Checking log v0.4.22 |
434 | 2024-12-03T22:28:22.564Z | Compiling syn v2.0.87 |
435 | 2024-12-03T22:28:22.582Z | Checking signal-hook-registry v1.4.2 |
436 | 2024-12-03T22:28:22.582Z | Checking mio v1.0.2 |
437 | 2024-12-03T22:28:22.619Z | Checking parking_lot v0.12.3 |
438 | 2024-12-03T22:28:22.781Z | Checking socket2 v0.5.7 |
439 | 2024-12-03T22:28:22.802Z | Checking stable_deref_trait v1.2.0 |
440 | 2024-12-03T22:28:22.834Z | Compiling ring v0.17.8 |
441 | 2024-12-03T22:28:22.886Z | Checking hashbrown v0.15.0 |
442 | 2024-12-03T22:28:22.926Z | Compiling semver v1.0.23 |
443 | 2024-12-03T22:28:23.013Z | Checking equivalent v1.0.1 |
444 | 2024-12-03T22:28:23.124Z | Checking fnv v1.0.7 |
445 | 2024-12-03T22:28:23.171Z | Checking futures-channel v0.3.31 |
446 | 2024-12-03T22:28:23.229Z | Checking futures-task v0.3.31 |
447 | 2024-12-03T22:28:23.249Z | Checking http v1.1.0 |
448 | 2024-12-03T22:28:23.295Z | Checking pin-utils v0.1.0 |
449 | 2024-12-03T22:28:23.391Z | Checking futures-io v0.3.31 |
450 | 2024-12-03T22:28:23.483Z | Compiling pkg-config v0.3.31 |
451 | 2024-12-03T22:28:23.516Z | Compiling heck v0.5.0 |
452 | 2024-12-03T22:28:23.535Z | Checking spin v0.9.8 |
453 | 2024-12-03T22:28:23.570Z | Checking rustls-pki-types v1.9.0 |
454 | 2024-12-03T22:28:23.739Z | Compiling vcpkg v0.2.15 |
455 | 2024-12-03T22:28:24.007Z | Compiling ucd-trie v0.1.7 |
456 | 2024-12-03T22:28:24.130Z | Checking writeable v0.5.5 |
457 | 2024-12-03T22:28:24.441Z | Checking untrusted v0.9.0 |
458 | 2024-12-03T22:28:24.587Z | Checking iana-time-zone v0.1.61 |
459 | 2024-12-03T22:28:24.609Z | Compiling httparse v1.9.5 |
460 | 2024-12-03T22:28:24.627Z | Checking litemap v0.7.3 |
461 | 2024-12-03T22:28:24.740Z | Checking tracing-core v0.1.32 |
462 | 2024-12-03T22:28:24.952Z | Checking atomic-waker v1.1.2 |
463 | 2024-12-03T22:28:25.081Z | Compiling allocator-api2 v0.2.18 |
464 | 2024-12-03T22:28:25.340Z | Checking dyn-clone v1.0.17 |
465 | 2024-12-03T22:28:25.360Z | Checking tracing v0.1.40 |
466 | 2024-12-03T22:28:25.413Z | Compiling openssl-sys v0.9.103 |
467 | 2024-12-03T22:28:25.613Z | Checking http-body v1.0.1 |
468 | 2024-12-03T22:28:25.791Z | Checking zeroize v1.8.1 |
469 | 2024-12-03T22:28:25.821Z | Checking icu_locid_transform_data v1.5.0 |
470 | 2024-12-03T22:28:25.914Z | Checking try-lock v0.2.5 |
471 | 2024-12-03T22:28:25.983Z | Checking subtle v2.6.1 |
472 | 2024-12-03T22:28:26.040Z | Compiling uuid v1.11.0 |
473 | 2024-12-03T22:28:26.167Z | Checking want v0.3.1 |
474 | 2024-12-03T22:28:26.205Z | Compiling chrono v0.4.38 |
475 | 2024-12-03T22:28:26.301Z | Checking httpdate v1.0.3 |
476 | 2024-12-03T22:28:26.334Z | Compiling slog v2.7.0 |
477 | 2024-12-03T22:28:26.489Z | Compiling openssl v0.10.66 |
478 | 2024-12-03T22:28:26.548Z | Checking icu_properties_data v1.5.0 |
479 | 2024-12-03T22:28:26.759Z | Checking foreign-types-shared v0.1.1 |
480 | 2024-12-03T22:28:26.852Z | Checking foreign-types v0.3.2 |
481 | 2024-12-03T22:28:26.871Z | Compiling aho-corasick v1.1.3 |
482 | 2024-12-03T22:28:26.911Z | Compiling rustls v0.23.14 |
483 | 2024-12-03T22:28:26.940Z | Checking percent-encoding v2.3.1 |
484 | 2024-12-03T22:28:27.099Z | Checking tower-service v0.3.3 |
485 | 2024-12-03T22:28:27.215Z | Checking utf8_iter v1.0.4 |
486 | 2024-12-03T22:28:27.355Z | Checking bitflags v2.6.0 |
487 | 2024-12-03T22:28:27.612Z | Checking write16 v1.0.0 |
488 | 2024-12-03T22:28:27.699Z | Compiling typenum v1.17.0 |
489 | 2024-12-03T22:28:27.731Z | Checking utf16_iter v1.0.5 |
490 | 2024-12-03T22:28:27.895Z | Checking icu_normalizer_data v1.5.0 |
491 | 2024-12-03T22:28:27.984Z | Compiling regex-syntax v0.8.5 |
492 | 2024-12-03T22:28:28.061Z | Compiling native-tls v0.2.12 |
493 | 2024-12-03T22:28:28.362Z | Checking form_urlencoded v1.2.1 |
494 | 2024-12-03T22:28:28.601Z | Compiling generic-array v0.14.7 |
495 | 2024-12-03T22:28:29.109Z | Checking openssl-probe v0.1.5 |
496 | 2024-12-03T22:28:29.902Z | Compiling synstructure v0.13.1 |
497 | 2024-12-03T22:28:30.121Z | Compiling serde_derive_internals v0.29.1 |
498 | 2024-12-03T22:28:31.158Z | Compiling usdt-impl v0.5.0 |
499 | 2024-12-03T22:28:31.370Z | Compiling regex-automata v0.4.8 |
500 | 2024-12-03T22:28:31.414Z | Checking encoding_rs v0.8.34 |
501 | 2024-12-03T22:28:31.509Z | Checking mime v0.3.17 |
502 | 2024-12-03T22:28:32.238Z | Compiling num-conv v0.1.0 |
503 | 2024-12-03T22:28:32.404Z | Checking powerfmt v0.2.0 |
504 | 2024-12-03T22:28:32.504Z | Compiling time-core v0.1.2 |
505 | 2024-12-03T22:28:32.666Z | Checking deranged v0.3.11 |
506 | 2024-12-03T22:28:32.687Z | Compiling time-macros v0.2.18 |
507 | 2024-12-03T22:28:33.693Z | Compiling thread-id v4.2.2 |
508 | 2024-12-03T22:28:33.807Z | Checking rustls-pemfile v2.2.0 |
509 | 2024-12-03T22:28:34.023Z | Checking webpki-roots v0.26.6 |
510 | 2024-12-03T22:28:34.228Z | Compiling strsim v0.11.1 |
511 | 2024-12-03T22:28:34.285Z | Compiling crossbeam-utils v0.8.20 |
512 | 2024-12-03T22:28:34.712Z | Compiling serde_derive v1.0.215 |
513 | 2024-12-03T22:28:34.808Z | Compiling zerocopy-derive v0.7.35 |
514 | 2024-12-03T22:28:34.844Z | Compiling thiserror-impl v1.0.69 |
515 | 2024-12-03T22:28:34.864Z | Compiling zerofrom-derive v0.1.4 |
516 | 2024-12-03T22:28:34.912Z | Compiling schemars_derive v0.8.21 |
517 | 2024-12-03T22:28:35.810Z | Compiling yoke-derive v0.7.4 |
518 | 2024-12-03T22:28:36.854Z | Compiling zerocopy v0.7.35 |
519 | 2024-12-03T22:28:37.796Z | Compiling tokio-macros v2.4.0 |
520 | 2024-12-03T22:28:37.836Z | Compiling zerovec-derive v0.10.3 |
521 | 2024-12-03T22:28:38.351Z | Checking zerofrom v0.1.4 |
522 | 2024-12-03T22:28:38.412Z | Compiling displaydoc v0.2.5 |
523 | 2024-12-03T22:28:38.523Z | Compiling futures-macro v0.3.31 |
524 | 2024-12-03T22:28:38.556Z | Checking yoke v0.7.4 |
525 | 2024-12-03T22:28:38.907Z | Compiling pest v2.7.14 |
526 | 2024-12-03T22:28:39.329Z | Checking tokio v1.40.0 |
527 | 2024-12-03T22:28:39.376Z | Compiling icu_provider_macros v1.5.0 |
528 | 2024-12-03T22:28:39.940Z | Compiling hashbrown v0.14.5 |
529 | 2024-12-03T22:28:40.316Z | Checking zerovec v0.10.4 |
530 | 2024-12-03T22:28:40.377Z | Checking futures-util v0.3.31 |
531 | 2024-12-03T22:28:40.956Z | Compiling openssl-macros v0.1.1 |
532 | 2024-12-03T22:28:40.975Z | Checking rustls-webpki v0.102.8 |
533 | 2024-12-03T22:28:41.230Z | Compiling regress v0.10.1 |
534 | 2024-12-03T22:28:41.738Z | Compiling pest_meta v2.7.14 |
535 | 2024-12-03T22:28:43.146Z | Checking tinystr v0.7.6 |
536 | 2024-12-03T22:28:43.517Z | Checking icu_locid v1.5.0 |
537 | 2024-12-03T22:28:44.596Z | Checking icu_provider v1.5.0 |
538 | 2024-12-03T22:28:45.277Z | Checking icu_locid_transform v1.5.0 |
539 | 2024-12-03T22:28:45.647Z | Compiling pest_generator v2.7.14 |
540 | 2024-12-03T22:28:45.958Z | Checking icu_collections v1.5.0 |
541 | 2024-12-03T22:28:46.202Z | Checking http-body-util v0.1.2 |
542 | 2024-12-03T22:28:46.557Z | Checking tokio-util v0.7.12 |
543 | 2024-12-03T22:28:46.614Z | Checking icu_properties v1.5.1 |
544 | 2024-12-03T22:28:46.655Z | Compiling regex v1.11.1 |
545 | 2024-12-03T22:28:47.263Z | Checking indexmap v2.6.0 |
546 | 2024-12-03T22:28:47.638Z | Compiling pest_derive v2.7.14 |
547 | 2024-12-03T22:28:48.218Z | Compiling serde_tokenstream v0.2.2 |
548 | 2024-12-03T22:28:48.560Z | Checking h2 v0.4.6 |
549 | 2024-12-03T22:28:49.201Z | Compiling scroll_derive v0.12.0 |
550 | 2024-12-03T22:28:49.482Z | Checking tokio-native-tls v0.3.1 |
551 | 2024-12-03T22:28:49.724Z | Compiling dtrace-parser v0.2.0 |
552 | 2024-12-03T22:28:50.229Z | Checking icu_normalizer v1.5.0 |
553 | 2024-12-03T22:28:50.591Z | Compiling dof v0.3.0 |
554 | 2024-12-03T22:28:50.675Z | Checking scroll v0.12.0 |
555 | 2024-12-03T22:28:50.963Z | Checking tokio-rustls v0.26.0 |
556 | 2024-12-03T22:28:50.990Z | Checking idna_adapter v1.2.0 |
557 | 2024-12-03T22:28:51.147Z | Checking serde_urlencoded v0.7.1 |
558 | 2024-12-03T22:28:51.188Z | Checking idna v1.0.3 |
559 | 2024-12-03T22:28:51.482Z | Checking base64 v0.22.1 |
560 | 2024-12-03T22:28:51.881Z | Compiling typify-impl v0.2.0 |
561 | 2024-12-03T22:28:51.984Z | Checking num_threads v0.1.7 |
562 | 2024-12-03T22:28:52.098Z | Checking plain v0.2.3 |
563 | 2024-12-03T22:28:52.118Z | Compiling ident_case v1.0.1 |
564 | 2024-12-03T22:28:52.248Z | Checking goblin v0.8.2 |
565 | 2024-12-03T22:28:52.292Z | Compiling darling_core v0.20.10 |
566 | 2024-12-03T22:28:52.758Z | Checking hyper v1.5.0 |
567 | 2024-12-03T22:28:53.202Z | Checking time v0.3.36 |
568 | 2024-12-03T22:28:54.884Z | Checking hyper-util v0.1.10 |
569 | 2024-12-03T22:28:55.086Z | Checking url v2.5.3 |
570 | 2024-12-03T22:28:55.951Z | Compiling openapiv3 v2.0.0 |
571 | 2024-12-03T22:28:56.652Z | Checking hyper-rustls v0.27.3 |
572 | 2024-12-03T22:28:56.880Z | Checking hyper-tls v0.6.0 |
573 | 2024-12-03T22:28:57.192Z | Checking dirs-sys-next v0.1.2 |
574 | 2024-12-03T22:28:57.232Z | Checking sync_wrapper v1.0.1 |
575 | 2024-12-03T22:28:57.398Z | Checking pretty-hex v0.4.1 |
576 | 2024-12-03T22:28:57.419Z | Compiling paste v1.0.15 |
577 | 2024-12-03T22:28:57.567Z | Compiling rustversion v1.0.17 |
578 | 2024-12-03T22:28:57.586Z | Compiling rustls v0.22.4 |
579 | 2024-12-03T22:28:57.764Z | Checking ipnet v2.10.1 |
580 | 2024-12-03T22:28:57.896Z | Compiling omicron-workspace-hack v0.1.0 |
581 | 2024-12-03T22:28:57.940Z | Compiling unsafe-libyaml v0.2.11 |
582 | 2024-12-03T22:28:58.215Z | Checking reqwest v0.12.9 |
583 | 2024-12-03T22:28:58.417Z | Compiling darling_macro v0.20.10 |
584 | 2024-12-03T22:28:58.937Z | Checking dirs-next v2.0.0 |
585 | 2024-12-03T22:28:59.092Z | Checking serde_spanned v0.6.8 |
586 | 2024-12-03T22:28:59.289Z | Compiling serde_yaml v0.9.34+deprecated |
587 | 2024-12-03T22:28:59.394Z | Checking toml_datetime v0.6.8 |
588 | 2024-12-03T22:28:59.603Z | Checking ppv-lite86 v0.2.20 |
589 | 2024-12-03T22:28:59.675Z | Checking block-buffer v0.10.4 |
590 | 2024-12-03T22:28:59.693Z | Checking crypto-common v0.1.6 |
591 | 2024-12-03T22:28:59.710Z | Compiling structmeta-derive v0.3.0 |
592 | 2024-12-03T22:28:59.854Z | Checking rand_core v0.6.4 |
593 | 2024-12-03T22:28:59.984Z | Checking thread_local v1.1.8 |
594 | 2024-12-03T22:29:00.117Z | Compiling multer v3.1.0 |
595 | 2024-12-03T22:29:00.137Z | Compiling newtype-uuid v1.1.3 |
596 | 2024-12-03T22:29:00.255Z | Checking match_cfg v0.1.0 |
597 | 2024-12-03T22:29:00.344Z | Compiling anyhow v1.0.93 |
598 | 2024-12-03T22:29:00.386Z | Checking winnow v0.6.20 |
599 | 2024-12-03T22:29:00.433Z | Compiling slog-async v2.8.0 |
600 | 2024-12-03T22:29:00.453Z | Compiling camino v1.1.9 |
601 | 2024-12-03T22:29:00.605Z | Checking rand_chacha v0.3.1 |
602 | 2024-12-03T22:29:00.984Z | Checking hostname v0.3.1 |
603 | 2024-12-03T22:29:01.106Z | Checking digest v0.10.7 |
604 | 2024-12-03T22:29:01.124Z | Checking progenitor-client v0.8.0 |
605 | 2024-12-03T22:29:01.273Z | Checking crossbeam-channel v0.5.13 |
606 | 2024-12-03T22:29:01.400Z | Compiling darling v0.20.10 |
607 | 2024-12-03T22:29:01.458Z | Checking term v0.7.0 |
608 | 2024-12-03T22:29:01.998Z | Compiling usdt-attr-macro v0.5.0 |
609 | 2024-12-03T22:29:02.409Z | Compiling structmeta v0.3.0 |
610 | 2024-12-03T22:29:02.577Z | Compiling usdt-macro v0.5.0 |
611 | 2024-12-03T22:29:02.821Z | Checking slog-json v2.6.1 |
612 | 2024-12-03T22:29:02.972Z | Checking futures-executor v0.3.31 |
613 | 2024-12-03T22:29:03.088Z | Compiling async-stream-impl v0.3.6 |
614 | 2024-12-03T22:29:03.140Z | Checking memmap v0.7.0 |
615 | 2024-12-03T22:29:03.198Z | Checking is-terminal v0.4.13 |
616 | 2024-12-03T22:29:03.323Z | Compiling dropshot v0.13.0 |
617 | 2024-12-03T22:29:03.343Z | Checking take_mut v0.2.2 |
618 | 2024-12-03T22:29:03.402Z | Checking cpufeatures v0.2.14 |
619 | 2024-12-03T22:29:03.467Z | Checking toml_edit v0.22.22 |
620 | 2024-12-03T22:29:03.509Z | Checking sha1 v0.10.6 |
621 | 2024-12-03T22:29:03.715Z | Checking slog-term v2.9.1 |
622 | 2024-12-03T22:29:03.765Z | Checking futures v0.3.31 |
623 | 2024-12-03T22:29:03.784Z | Compiling strum_macros v0.26.4 |
624 | 2024-12-03T22:29:03.810Z | Checking usdt v0.5.0 |
625 | 2024-12-03T22:29:03.868Z | Checking slog-bunyan v2.5.0 |
626 | 2024-12-03T22:29:04.028Z | Compiling parse-display-derive v0.10.0 |
627 | 2024-12-03T22:29:04.047Z | Compiling serde_with_macros v3.11.0 |
628 | 2024-12-03T22:29:04.410Z | Checking async-stream v0.3.6 |
629 | 2024-12-03T22:29:04.617Z | Checking rand v0.8.5 |
630 | 2024-12-03T22:29:05.321Z | Checking tokio-rustls v0.25.0 |
631 | 2024-12-03T22:29:05.778Z | Checking ipnetwork v0.20.0 |
632 | 2024-12-03T22:29:05.825Z | Compiling dropshot_endpoint v0.13.0 |
633 | 2024-12-03T22:29:05.842Z | Compiling typify-macro v0.2.0 |
634 | 2024-12-03T22:29:05.886Z | Checking hex v0.4.3 |
635 | 2024-12-03T22:29:06.065Z | Checking toml v0.8.19 |
636 | 2024-12-03T22:29:06.130Z | Checking serde_path_to_error v0.1.16 |
637 | 2024-12-03T22:29:06.407Z | Compiling async-trait v0.1.83 |
638 | 2024-12-03T22:29:06.674Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
639 | 2024-12-03T22:29:06.784Z | Checking waitgroup v0.1.2 |
640 | 2024-12-03T22:29:06.803Z | Checking hostname v0.4.0 |
641 | 2024-12-03T22:29:06.921Z | Checking instant v0.1.13 |
642 | 2024-12-03T22:29:06.940Z | Checking debug-ignore v1.0.5 |
643 | 2024-12-03T22:29:07.036Z | Checking backoff v0.4.0 |
644 | 2024-12-03T22:29:07.067Z | Checking serde_with v3.11.0 |
645 | 2024-12-03T22:29:07.329Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
646 | 2024-12-03T22:29:07.451Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
647 | 2024-12-03T22:29:07.477Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
648 | 2024-12-03T22:29:07.587Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
649 | 2024-12-03T22:29:07.834Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
650 | 2024-12-03T22:29:07.882Z | Checking parse-display v0.10.0 |
651 | 2024-12-03T22:29:07.948Z | Checking macaddr v1.0.1 |
652 | 2024-12-03T22:29:08.111Z | Checking regress v0.9.1 |
653 | 2024-12-03T22:29:08.215Z | Checking strum v0.26.3 |
654 | 2024-12-03T22:29:09.278Z | Compiling typify v0.2.0 |
655 | 2024-12-03T22:29:09.383Z | Compiling progenitor-impl v0.8.0 |
656 | 2024-12-03T22:29:12.265Z | Compiling progenitor-macro v0.8.0 |
657 | 2024-12-03T22:29:16.455Z | Checking progenitor v0.8.0 |
658 | 2024-12-03T22:29:16.583Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
659 | 2024-12-03T22:29:19.481Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
660 | 2024-12-03T22:29:27.092Z | Checking test-project v0.1.0 (/tmp/test-project) |
661 | 2024-12-03T22:29:27.154Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 16s |
662 | 2024-12-03T22:29:27.475Z | + cargo build --release |
663 | 2024-12-03T22:29:27.728Z | Compiling proc-macro2 v1.0.89 |
664 | 2024-12-03T22:29:27.728Z | Compiling unicode-ident v1.0.13 |
665 | 2024-12-03T22:29:27.732Z | Compiling libc v0.2.162 |
666 | 2024-12-03T22:29:27.733Z | Compiling cfg-if v1.0.0 |
667 | 2024-12-03T22:29:27.733Z | Compiling autocfg v1.4.0 |
668 | 2024-12-03T22:29:27.733Z | Compiling serde v1.0.215 |
669 | 2024-12-03T22:29:27.733Z | Compiling version_check v0.9.5 |
670 | 2024-12-03T22:29:27.733Z | Compiling memchr v2.7.4 |
671 | 2024-12-03T22:29:27.837Z | Compiling serde_json v1.0.132 |
672 | 2024-12-03T22:29:27.924Z | Compiling itoa v1.0.11 |
673 | 2024-12-03T22:29:28.174Z | Compiling thiserror v1.0.69 |
674 | 2024-12-03T22:29:28.305Z | Compiling once_cell v1.20.2 |
675 | 2024-12-03T22:29:28.356Z | Compiling shlex v1.3.0 |
676 | 2024-12-03T22:29:28.586Z | Compiling cc v1.1.30 |
677 | 2024-12-03T22:29:28.754Z | Compiling num-traits v0.2.19 |
678 | 2024-12-03T22:29:29.084Z | Compiling pin-project-lite v0.2.14 |
679 | 2024-12-03T22:29:29.173Z | Compiling getrandom v0.2.15 |
680 | 2024-12-03T22:29:29.246Z | Compiling smallvec v1.13.2 |
681 | 2024-12-03T22:29:29.256Z | Compiling bytes v1.8.0 |
682 | 2024-12-03T22:29:29.374Z | Compiling quote v1.0.37 |
683 | 2024-12-03T22:29:29.507Z | Compiling ryu v1.0.18 |
684 | 2024-12-03T22:29:29.583Z | Compiling futures-core v0.3.31 |
685 | 2024-12-03T22:29:29.814Z | Compiling syn v2.0.87 |
686 | 2024-12-03T22:29:29.918Z | Compiling lock_api v0.4.12 |
687 | 2024-12-03T22:29:29.992Z | Compiling ahash v0.8.11 |
688 | 2024-12-03T22:29:30.060Z | Compiling byteorder v1.5.0 |
689 | 2024-12-03T22:29:30.075Z | Compiling schemars v0.8.21 |
690 | 2024-12-03T22:29:30.257Z | Compiling parking_lot_core v0.9.10 |
691 | 2024-12-03T22:29:30.494Z | Compiling scopeguard v1.2.0 |
692 | 2024-12-03T22:29:30.545Z | Compiling slab v0.4.9 |
693 | 2024-12-03T22:29:30.636Z | Compiling log v0.4.22 |
694 | 2024-12-03T22:29:30.867Z | Compiling futures-sink v0.3.31 |
695 | 2024-12-03T22:29:31.032Z | Compiling socket2 v0.5.7 |
696 | 2024-12-03T22:29:31.040Z | Compiling signal-hook-registry v1.4.2 |
697 | 2024-12-03T22:29:31.098Z | Compiling parking_lot v0.12.3 |
698 | 2024-12-03T22:29:31.119Z | Compiling mio v1.0.2 |
699 | 2024-12-03T22:29:31.133Z | Compiling stable_deref_trait v1.2.0 |
700 | 2024-12-03T22:29:31.228Z | Compiling semver v1.0.23 |
701 | 2024-12-03T22:29:31.497Z | Compiling ring v0.17.8 |
702 | 2024-12-03T22:29:31.714Z | Compiling hashbrown v0.15.0 |
703 | 2024-12-03T22:29:31.823Z | Compiling equivalent v1.0.1 |
704 | 2024-12-03T22:29:31.938Z | Compiling fnv v1.0.7 |
705 | 2024-12-03T22:29:32.065Z | Compiling http v1.1.0 |
706 | 2024-12-03T22:29:32.567Z | Compiling futures-channel v0.3.31 |
707 | 2024-12-03T22:29:32.643Z | Compiling pin-utils v0.1.0 |
708 | 2024-12-03T22:29:32.728Z | Compiling futures-io v0.3.31 |
709 | 2024-12-03T22:29:32.762Z | Compiling futures-task v0.3.31 |
710 | 2024-12-03T22:29:33.037Z | Compiling heck v0.5.0 |
711 | 2024-12-03T22:29:33.040Z | Compiling spin v0.9.8 |
712 | 2024-12-03T22:29:33.190Z | Compiling vcpkg v0.2.15 |
713 | 2024-12-03T22:29:33.206Z | Compiling rustls-pki-types v1.9.0 |
714 | 2024-12-03T22:29:33.213Z | Compiling pkg-config v0.3.31 |
715 | 2024-12-03T22:29:34.062Z | Compiling litemap v0.7.3 |
716 | 2024-12-03T22:29:34.406Z | Compiling ucd-trie v0.1.7 |
717 | 2024-12-03T22:29:34.588Z | Compiling writeable v0.5.5 |
718 | 2024-12-03T22:29:34.822Z | Compiling openssl-sys v0.9.103 |
719 | 2024-12-03T22:29:34.870Z | Compiling untrusted v0.9.0 |
720 | 2024-12-03T22:29:35.030Z | Compiling iana-time-zone v0.1.61 |
721 | 2024-12-03T22:29:35.045Z | Compiling httparse v1.9.5 |
722 | 2024-12-03T22:29:35.696Z | Compiling tracing-core v0.1.32 |
723 | 2024-12-03T22:29:35.798Z | Compiling atomic-waker v1.1.2 |
724 | 2024-12-03T22:29:35.902Z | Compiling dyn-clone v1.0.17 |
725 | 2024-12-03T22:29:35.958Z | Compiling allocator-api2 v0.2.18 |
726 | 2024-12-03T22:29:36.718Z | Compiling tracing v0.1.40 |
727 | 2024-12-03T22:29:36.742Z | Compiling http-body v1.0.1 |
728 | 2024-12-03T22:29:36.989Z | Compiling try-lock v0.2.5 |
729 | 2024-12-03T22:29:37.123Z | Compiling zeroize v1.8.1 |
730 | 2024-12-03T22:29:37.131Z | Compiling subtle v2.6.1 |
731 | 2024-12-03T22:29:37.250Z | Compiling chrono v0.4.38 |
732 | 2024-12-03T22:29:37.390Z | Compiling uuid v1.11.0 |
733 | 2024-12-03T22:29:37.404Z | Compiling icu_locid_transform_data v1.5.0 |
734 | 2024-12-03T22:29:37.601Z | Compiling synstructure v0.13.1 |
735 | 2024-12-03T22:29:37.616Z | Compiling serde_derive_internals v0.29.1 |
736 | 2024-12-03T22:29:37.953Z | Compiling want v0.3.1 |
737 | 2024-12-03T22:29:38.284Z | Compiling httpdate v1.0.3 |
738 | 2024-12-03T22:29:39.006Z | Compiling slog v2.7.0 |
739 | 2024-12-03T22:29:39.009Z | Compiling icu_properties_data v1.5.0 |
740 | 2024-12-03T22:29:39.251Z | Compiling foreign-types-shared v0.1.1 |
741 | 2024-12-03T22:29:39.348Z | Compiling openssl v0.10.66 |
742 | 2024-12-03T22:29:39.535Z | Compiling foreign-types v0.3.2 |
743 | 2024-12-03T22:29:39.795Z | Compiling aho-corasick v1.1.3 |
744 | 2024-12-03T22:29:39.829Z | Compiling rustls v0.23.14 |
745 | 2024-12-03T22:29:40.043Z | Compiling bitflags v2.6.0 |
746 | 2024-12-03T22:29:40.137Z | Compiling utf16_iter v1.0.5 |
747 | 2024-12-03T22:29:40.398Z | Compiling write16 v1.0.0 |
748 | 2024-12-03T22:29:40.523Z | Compiling percent-encoding v2.3.1 |
749 | 2024-12-03T22:29:41.001Z | Compiling native-tls v0.2.12 |
750 | 2024-12-03T22:29:41.069Z | Compiling utf8_iter v1.0.4 |
751 | 2024-12-03T22:29:41.201Z | Compiling tower-service v0.3.3 |
752 | 2024-12-03T22:29:41.312Z | Compiling typenum v1.17.0 |
753 | 2024-12-03T22:29:41.328Z | Compiling icu_normalizer_data v1.5.0 |
754 | 2024-12-03T22:29:41.347Z | Compiling regex-syntax v0.8.5 |
755 | 2024-12-03T22:29:41.429Z | Compiling form_urlencoded v1.2.1 |
756 | 2024-12-03T22:29:42.010Z | Compiling generic-array v0.14.7 |
757 | 2024-12-03T22:29:42.334Z | Compiling openssl-probe v0.1.5 |
758 | 2024-12-03T22:29:43.092Z | Compiling serde_derive v1.0.215 |
759 | 2024-12-03T22:29:43.674Z | Compiling zerocopy-derive v0.7.35 |
760 | 2024-12-03T22:29:43.749Z | Compiling thiserror-impl v1.0.69 |
761 | 2024-12-03T22:29:44.138Z | Compiling schemars_derive v0.8.21 |
762 | 2024-12-03T22:29:44.280Z | Compiling zerofrom-derive v0.1.4 |
763 | 2024-12-03T22:29:45.712Z | Compiling zerocopy v0.7.35 |
764 | 2024-12-03T22:29:47.161Z | Compiling yoke-derive v0.7.4 |
765 | 2024-12-03T22:29:47.200Z | Compiling tokio-macros v2.4.0 |
766 | 2024-12-03T22:29:47.308Z | Compiling zerovec-derive v0.10.3 |
767 | 2024-12-03T22:29:47.886Z | Compiling zerofrom v0.1.4 |
768 | 2024-12-03T22:29:48.127Z | Compiling displaydoc v0.2.5 |
769 | 2024-12-03T22:29:48.495Z | Compiling futures-macro v0.3.31 |
770 | 2024-12-03T22:29:48.749Z | Compiling tokio v1.40.0 |
771 | 2024-12-03T22:29:49.871Z | Compiling yoke v0.7.4 |
772 | 2024-12-03T22:29:49.874Z | Compiling pest v2.7.14 |
773 | 2024-12-03T22:29:50.210Z | Compiling zerovec v0.10.4 |
774 | 2024-12-03T22:29:50.222Z | Compiling icu_provider_macros v1.5.0 |
775 | 2024-12-03T22:29:50.299Z | Compiling hashbrown v0.14.5 |
776 | 2024-12-03T22:29:50.426Z | Compiling futures-util v0.3.31 |
777 | 2024-12-03T22:29:51.572Z | Compiling rustls-webpki v0.102.8 |
778 | 2024-12-03T22:29:52.779Z | Compiling tinystr v0.7.6 |
779 | 2024-12-03T22:29:53.231Z | Compiling icu_locid v1.5.0 |
780 | 2024-12-03T22:29:53.239Z | Compiling pest_meta v2.7.14 |
781 | 2024-12-03T22:29:56.336Z | Compiling icu_provider v1.5.0 |
782 | 2024-12-03T22:29:57.632Z | Compiling indexmap v2.6.0 |
783 | 2024-12-03T22:29:57.718Z | Compiling serde_tokenstream v0.2.2 |
784 | 2024-12-03T22:29:59.405Z | Compiling tokio-util v0.7.12 |
785 | 2024-12-03T22:30:00.205Z | Compiling icu_locid_transform v1.5.0 |
786 | 2024-12-03T22:30:00.737Z | Compiling h2 v0.4.6 |
787 | 2024-12-03T22:30:03.651Z | Compiling pest_generator v2.7.14 |
788 | 2024-12-03T22:30:04.007Z | Compiling icu_collections v1.5.0 |
789 | 2024-12-03T22:30:05.392Z | Compiling regress v0.10.1 |
790 | 2024-12-03T22:30:06.162Z | Compiling pest_derive v2.7.14 |
791 | 2024-12-03T22:30:06.697Z | Compiling hyper v1.5.0 |
792 | 2024-12-03T22:30:06.957Z | Compiling icu_properties v1.5.1 |
793 | 2024-12-03T22:30:07.600Z | Compiling openssl-macros v0.1.1 |
794 | 2024-12-03T22:30:10.163Z | Compiling typify-impl v0.2.0 |
795 | 2024-12-03T22:30:13.324Z | Compiling icu_normalizer v1.5.0 |
796 | 2024-12-03T22:30:14.299Z | Compiling hyper-util v0.1.10 |
797 | 2024-12-03T22:30:17.985Z | Compiling regex-automata v0.4.8 |
798 | 2024-12-03T22:30:18.576Z | Compiling idna_adapter v1.2.0 |
799 | 2024-12-03T22:30:19.659Z | Compiling http-body-util v0.1.2 |
800 | 2024-12-03T22:30:20.231Z | Compiling scroll_derive v0.12.0 |
801 | 2024-12-03T22:30:20.265Z | Compiling usdt-impl v0.5.0 |
802 | 2024-12-03T22:30:20.637Z | Compiling encoding_rs v0.8.34 |
803 | 2024-12-03T22:30:21.724Z | Compiling powerfmt v0.2.0 |
804 | 2024-12-03T22:30:22.225Z | Compiling regex v1.11.1 |
805 | 2024-12-03T22:30:22.364Z | Compiling typify-macro v0.2.0 |
806 | 2024-12-03T22:30:22.899Z | Compiling mime v0.3.17 |
807 | 2024-12-03T22:30:23.218Z | Compiling time-core v0.1.2 |
808 | 2024-12-03T22:30:23.376Z | Compiling num-conv v0.1.0 |
809 | 2024-12-03T22:30:23.986Z | Compiling time-macros v0.2.18 |
810 | 2024-12-03T22:30:25.950Z | Compiling deranged v0.3.11 |
811 | 2024-12-03T22:30:26.136Z | Compiling scroll v0.12.0 |
812 | 2024-12-03T22:30:26.783Z | Compiling tokio-rustls v0.26.0 |
813 | 2024-12-03T22:30:27.152Z | Compiling tokio-native-tls v0.3.1 |
814 | 2024-12-03T22:30:27.257Z | Compiling idna v1.0.3 |
815 | 2024-12-03T22:30:31.294Z | Compiling dtrace-parser v0.2.0 |
816 | 2024-12-03T22:30:33.061Z | Compiling dof v0.3.0 |
817 | 2024-12-03T22:30:33.071Z | Compiling serde_urlencoded v0.7.1 |
818 | 2024-12-03T22:30:33.946Z | Compiling thread-id v4.2.2 |
819 | 2024-12-03T22:30:34.048Z | Compiling rustls-pemfile v2.2.0 |
820 | 2024-12-03T22:30:34.531Z | Compiling webpki-roots v0.26.6 |
821 | 2024-12-03T22:30:34.728Z | Compiling plain v0.2.3 |
822 | 2024-12-03T22:30:34.915Z | Compiling base64 v0.22.1 |
823 | 2024-12-03T22:30:35.137Z | Compiling crossbeam-utils v0.8.20 |
824 | 2024-12-03T22:30:35.144Z | Compiling num_threads v0.1.7 |
825 | 2024-12-03T22:30:36.037Z | Compiling strsim v0.11.1 |
826 | 2024-12-03T22:30:36.765Z | Compiling ident_case v1.0.1 |
827 | 2024-12-03T22:30:36.918Z | Compiling omicron-workspace-hack v0.1.0 |
828 | 2024-12-03T22:30:36.928Z | Compiling darling_core v0.20.10 |
829 | 2024-12-03T22:30:36.963Z | Compiling time v0.3.36 |
830 | 2024-12-03T22:30:41.095Z | Compiling goblin v0.8.2 |
831 | 2024-12-03T22:30:41.517Z | Compiling hyper-rustls v0.27.3 |
832 | 2024-12-03T22:30:44.551Z | Compiling url v2.5.3 |
833 | 2024-12-03T22:30:46.184Z | Compiling hyper-tls v0.6.0 |
834 | 2024-12-03T22:30:46.692Z | Compiling typify v0.2.0 |
835 | 2024-12-03T22:30:46.812Z | Compiling openapiv3 v2.0.0 |
836 | 2024-12-03T22:30:47.047Z | Compiling sync_wrapper v1.0.1 |
837 | 2024-12-03T22:30:47.186Z | Compiling dirs-sys-next v0.1.2 |
838 | 2024-12-03T22:30:48.713Z | Compiling unsafe-libyaml v0.2.11 |
839 | 2024-12-03T22:30:50.461Z | Compiling pretty-hex v0.4.1 |
840 | 2024-12-03T22:30:50.489Z | Compiling ipnet v2.10.1 |
841 | 2024-12-03T22:30:50.680Z | Compiling rustls v0.22.4 |
842 | 2024-12-03T22:30:50.994Z | Compiling paste v1.0.15 |
843 | 2024-12-03T22:30:51.097Z | Compiling rustversion v1.0.17 |
844 | 2024-12-03T22:30:51.567Z | Compiling reqwest v0.12.9 |
845 | 2024-12-03T22:30:51.821Z | Compiling progenitor-impl v0.8.0 |
846 | 2024-12-03T22:30:53.656Z | Compiling serde_yaml v0.9.34+deprecated |
847 | 2024-12-03T22:30:57.565Z | Compiling dirs-next v2.0.0 |
848 | 2024-12-03T22:30:57.876Z | Compiling darling_macro v0.20.10 |
849 | 2024-12-03T22:30:58.867Z | Compiling block-buffer v0.10.4 |
850 | 2024-12-03T22:30:59.103Z | Compiling crypto-common v0.1.6 |
851 | 2024-12-03T22:30:59.308Z | Compiling serde_spanned v0.6.8 |
852 | 2024-12-03T22:30:59.552Z | Compiling toml_datetime v0.6.8 |
853 | 2024-12-03T22:30:59.773Z | Compiling ppv-lite86 v0.2.20 |
854 | 2024-12-03T22:30:59.941Z | Compiling structmeta-derive v0.3.0 |
855 | 2024-12-03T22:31:00.248Z | Compiling rand_core v0.6.4 |
856 | 2024-12-03T22:31:00.723Z | Compiling thread_local v1.1.8 |
857 | 2024-12-03T22:31:00.821Z | Compiling multer v3.1.0 |
858 | 2024-12-03T22:31:01.150Z | Compiling newtype-uuid v1.1.3 |
859 | 2024-12-03T22:31:01.424Z | Compiling winnow v0.6.20 |
860 | 2024-12-03T22:31:01.462Z | Compiling camino v1.1.9 |
861 | 2024-12-03T22:31:02.043Z | Compiling slog-async v2.8.0 |
862 | 2024-12-03T22:31:02.522Z | Compiling anyhow v1.0.93 |
863 | 2024-12-03T22:31:02.695Z | Compiling match_cfg v0.1.0 |
864 | 2024-12-03T22:31:02.782Z | Compiling hostname v0.3.1 |
865 | 2024-12-03T22:31:03.035Z | Compiling structmeta v0.3.0 |
866 | 2024-12-03T22:31:03.533Z | Compiling rand_chacha v0.3.1 |
867 | 2024-12-03T22:31:05.047Z | Compiling digest v0.10.7 |
868 | 2024-12-03T22:31:05.267Z | Compiling darling v0.20.10 |
869 | 2024-12-03T22:31:05.378Z | Compiling crossbeam-channel v0.5.13 |
870 | 2024-12-03T22:31:05.468Z | Compiling toml_edit v0.22.22 |
871 | 2024-12-03T22:31:05.480Z | Compiling progenitor-macro v0.8.0 |
872 | 2024-12-03T22:31:05.910Z | Compiling term v0.7.0 |
873 | 2024-12-03T22:31:06.970Z | Compiling progenitor-client v0.8.0 |
874 | 2024-12-03T22:31:11.603Z | Compiling usdt-macro v0.5.0 |
875 | 2024-12-03T22:31:12.963Z | Compiling usdt-attr-macro v0.5.0 |
876 | 2024-12-03T22:31:14.472Z | Compiling slog-json v2.6.1 |
877 | 2024-12-03T22:31:14.883Z | Compiling futures-executor v0.3.31 |
878 | 2024-12-03T22:31:14.898Z | Compiling async-stream-impl v0.3.6 |
879 | 2024-12-03T22:31:16.064Z | Compiling is-terminal v0.4.13 |
880 | 2024-12-03T22:31:16.177Z | Compiling memmap v0.7.0 |
881 | 2024-12-03T22:31:16.247Z | Compiling dropshot v0.13.0 |
882 | 2024-12-03T22:31:16.586Z | Compiling cpufeatures v0.2.14 |
883 | 2024-12-03T22:31:16.602Z | Compiling take_mut v0.2.2 |
884 | 2024-12-03T22:31:16.676Z | Compiling sha1 v0.10.6 |
885 | 2024-12-03T22:31:17.523Z | Compiling usdt v0.5.0 |
886 | 2024-12-03T22:31:18.524Z | Compiling progenitor v0.8.0 |
887 | 2024-12-03T22:31:18.746Z | Compiling async-stream v0.3.6 |
888 | 2024-12-03T22:31:19.051Z | Compiling slog-term v2.9.1 |
889 | 2024-12-03T22:31:19.063Z | Compiling futures v0.3.31 |
890 | 2024-12-03T22:31:19.250Z | Compiling slog-bunyan v2.5.0 |
891 | 2024-12-03T22:31:19.521Z | Compiling tokio-rustls v0.25.0 |
892 | 2024-12-03T22:31:19.969Z | Compiling strum_macros v0.26.4 |
893 | 2024-12-03T22:31:20.127Z | Compiling toml v0.8.19 |
894 | 2024-12-03T22:31:22.021Z | Compiling serde_with_macros v3.11.0 |
895 | 2024-12-03T22:31:24.660Z | Compiling rand v0.8.5 |
896 | 2024-12-03T22:31:27.881Z | Compiling parse-display-derive v0.10.0 |
897 | 2024-12-03T22:31:27.949Z | Compiling ipnetwork v0.20.0 |
898 | 2024-12-03T22:31:28.477Z | Compiling dropshot_endpoint v0.13.0 |
899 | 2024-12-03T22:31:29.103Z | Compiling hex v0.4.3 |
900 | 2024-12-03T22:31:29.802Z | Compiling serde_path_to_error v0.1.16 |
901 | 2024-12-03T22:31:30.858Z | Compiling async-trait v0.1.83 |
902 | 2024-12-03T22:31:31.870Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
903 | 2024-12-03T22:31:32.671Z | Compiling waitgroup v0.1.2 |
904 | 2024-12-03T22:31:32.786Z | Compiling hostname v0.4.0 |
905 | 2024-12-03T22:31:32.905Z | Compiling instant v0.1.13 |
906 | 2024-12-03T22:31:32.921Z | Compiling debug-ignore v1.0.5 |
907 | 2024-12-03T22:31:33.038Z | Compiling backoff v0.4.0 |
908 | 2024-12-03T22:31:33.047Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
909 | 2024-12-03T22:31:33.061Z | Compiling parse-display v0.10.0 |
910 | 2024-12-03T22:31:33.231Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
911 | 2024-12-03T22:31:33.367Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
912 | 2024-12-03T22:31:33.392Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
913 | 2024-12-03T22:31:35.334Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
914 | 2024-12-03T22:31:35.628Z | Compiling serde_with v3.11.0 |
915 | 2024-12-03T22:31:35.923Z | Compiling strum v0.26.3 |
916 | 2024-12-03T22:31:36.105Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
917 | 2024-12-03T22:31:36.915Z | Compiling regress v0.9.1 |
918 | 2024-12-03T22:31:38.376Z | Compiling macaddr v1.0.1 |
919 | 2024-12-03T22:31:45.124Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
920 | 2024-12-03T22:31:55.073Z | Compiling test-project v0.1.0 (/tmp/test-project) |
921 | 2024-12-03T22:32:04.832Z | Finished `release` profile [optimized] target(s) in 2m 37s |
922 | 2024-12-03T22:32:04.898Z | process exited: duration 237762 ms, exit code 0 |
|
923 | 2024-12-03T22:32:04.907Z | found 0 output files |