|
|
|
1 | 2024-12-19T19:43:07.097Z | job assigned to worker 01JFG72AZ42JA64MY9DXS0J2WZ [factory aws, i-04f218247704141ed] (queued for 1 m 1 s) |
|
2 | 2024-12-19T19:43:15.204Z | starting task 0: "setup" |
3 | 2024-12-19T19:43:15.213Z | ++ uname -s |
4 | 2024-12-19T19:43:15.215Z | + kern=SunOS |
5 | 2024-12-19T19:43:15.215Z | + case "$kern" in |
6 | 2024-12-19T19:43:15.215Z | + groupadd -g 12345 build |
7 | 2024-12-19T19:43:15.217Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-19T19:43:17.225Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-19T19:43:17.353Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-19T19:43:17.356Z | + home_fs=zfs |
11 | 2024-12-19T19:43:17.356Z | + [[ zfs == autofs ]] |
12 | 2024-12-19T19:43:17.356Z | + mkdir -p /home/build |
13 | 2024-12-19T19:43:17.358Z | + chown build:build /home/build /work |
14 | 2024-12-19T19:43:19.360Z | + chmod 0700 /home/build /work |
15 | 2024-12-19T19:43:19.363Z | process exited: duration 4160 ms, exit code 0 |
|
16 | 2024-12-19T19:43:19.368Z | starting task 1: "rust-toolchain" |
17 | 2024-12-19T19:43:19.374Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-19T19:43:19.374Z | ' 1.81.0 |
19 | 2024-12-19T19:43:19.374Z | * toolchain channel = "1.81.0" |
20 | 2024-12-19T19:43:19.374Z | * toolchain profile = "default" |
21 | 2024-12-19T19:43:19.374Z | + printf ' * toolchain profile = "%s" |
22 | 2024-12-19T19:43:19.374Z | ' default |
23 | 2024-12-19T19:43:19.376Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-19T19:43:19.376Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-19T19:43:19.497Z | info: downloading installer |
26 | 2024-12-19T19:43:20.686Z | info: profile set to 'default' |
27 | 2024-12-19T19:43:20.686Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-19T19:43:20.688Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-19T19:43:20.843Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-19T19:43:20.843Z | info: downloading component 'cargo' |
31 | 2024-12-19T19:43:21.731Z | info: downloading component 'clippy' |
32 | 2024-12-19T19:43:22.158Z | info: downloading component 'rust-docs' |
33 | 2024-12-19T19:43:23.357Z | info: downloading component 'rust-std' |
34 | 2024-12-19T19:43:25.219Z | info: downloading component 'rustc' |
35 | 2024-12-19T19:43:31.893Z | info: downloading component 'rustfmt' |
36 | 2024-12-19T19:43:32.142Z | info: installing component 'cargo' |
37 | 2024-12-19T19:43:32.946Z | info: installing component 'clippy' |
38 | 2024-12-19T19:43:33.307Z | info: installing component 'rust-docs' |
39 | 2024-12-19T19:43:34.954Z | info: installing component 'rust-std' |
40 | 2024-12-19T19:43:36.688Z | info: installing component 'rustc' |
41 | 2024-12-19T19:43:42.368Z | info: installing component 'rustfmt' |
42 | 2024-12-19T19:43:42.688Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-19T19:43:42.688Z | |
44 | 2024-12-19T19:43:43.054Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-19T19:43:43.054Z | |
46 | 2024-12-19T19:43:43.057Z | |
47 | 2024-12-19T19:43:43.057Z | Rust is installed now. Great! |
48 | 2024-12-19T19:43:43.057Z | |
49 | 2024-12-19T19:43:43.057Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-19T19:43:43.057Z | environment variable. This has not been done automatically. |
51 | 2024-12-19T19:43:43.057Z | |
52 | 2024-12-19T19:43:43.057Z | To configure your current shell, you need to source |
53 | 2024-12-19T19:43:43.057Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-19T19:43:43.057Z | |
55 | 2024-12-19T19:43:43.057Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-19T19:43:43.057Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-19T19:43:43.057Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-19T19:43:43.132Z | + rustc --version |
59 | 2024-12-19T19:43:43.199Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-19T19:43:43.201Z | process exited: duration 23831 ms, exit code 0 |
|
61 | 2024-12-19T19:43:43.208Z | starting task 2: "authentication" |
62 | 2024-12-19T19:43:43.228Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-12-19T19:43:43.234Z | starting task 3: "clone repository" |
64 | 2024-12-19T19:43:43.240Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-19T19:43:43.244Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-19T19:43:43.284Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-19T19:43:49.708Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-19T19:43:49.708Z | + git fetch origin f26b052a568d04451449b93d5410f7c9b573cd23 |
69 | 2024-12-19T19:43:50.025Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-19T19:43:50.025Z | * branch f26b052a568d04451449b93d5410f7c9b573cd23 -> FETCH_HEAD |
71 | 2024-12-19T19:43:50.035Z | + [[ -n eliza/webhook-api ]] |
72 | 2024-12-19T19:43:50.038Z | ++ git branch --show-current |
73 | 2024-12-19T19:43:50.040Z | + current=main |
74 | 2024-12-19T19:43:50.040Z | + [[ main != eliza/webhook-api ]] |
75 | 2024-12-19T19:43:50.040Z | + git branch -f eliza/webhook-api f26b052a568d04451449b93d5410f7c9b573cd23 |
76 | 2024-12-19T19:43:50.043Z | + git checkout -f eliza/webhook-api |
77 | 2024-12-19T19:43:50.212Z | Switched to branch 'eliza/webhook-api' |
78 | 2024-12-19T19:43:50.215Z | + git reset --hard f26b052a568d04451449b93d5410f7c9b573cd23 |
79 | 2024-12-19T19:43:50.269Z | HEAD is now at f26b052a5 fix cargo workspace hack |
80 | 2024-12-19T19:43:50.271Z | process exited: duration 7035 ms, exit code 0 |
|
81 | 2024-12-19T19:43:50.277Z | starting task 4: "build" |
82 | 2024-12-19T19:43:50.282Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-19T19:43:50.282Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-19T19:43:50.282Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-19T19:43:50.282Z | + cargo --version |
86 | 2024-12-19T19:43:50.340Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-19T19:43:50.343Z | + rustc --version |
88 | 2024-12-19T19:43:50.404Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-19T19:43:50.406Z | + cd /tmp |
90 | 2024-12-19T19:43:50.408Z | + cargo new --lib test-project |
91 | 2024-12-19T19:43:50.467Z | Creating library `test-project` package |
92 | 2024-12-19T19:43:50.543Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
93 | 2024-12-19T19:43:50.546Z | + cd test-project |
94 | 2024-12-19T19:43:50.546Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
95 | 2024-12-19T19:43:50.606Z | Adding omicron-common (local) to dependencies |
96 | 2024-12-19T19:43:50.606Z | Features: |
97 | 2024-12-19T19:43:50.609Z | - proptest |
98 | 2024-12-19T19:43:50.609Z | - test-strategy |
99 | 2024-12-19T19:43:50.609Z | - testing |
100 | 2024-12-19T19:43:50.609Z | Updating crates.io index |
101 | 2024-12-19T19:43:50.660Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
102 | 2024-12-19T19:43:51.128Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
103 | 2024-12-19T19:43:51.524Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
104 | 2024-12-19T19:43:51.878Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
105 | 2024-12-19T19:43:53.077Z | Locking 327 packages to latest compatible versions |
106 | 2024-12-19T19:43:53.079Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
107 | 2024-12-19T19:43:53.079Z | Adding dropshot v0.13.0 (latest: v0.15.1) |
108 | 2024-12-19T19:43:53.080Z | Adding dropshot_endpoint v0.13.0 (latest: v0.15.1) |
109 | 2024-12-19T19:43:53.083Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
110 | 2024-12-19T19:43:53.083Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
111 | 2024-12-19T19:43:53.083Z | Adding generic-array v0.14.7 (latest: v1.1.1) |
112 | 2024-12-19T19:43:53.083Z | Adding goblin v0.8.2 (latest: v0.9.2) |
113 | 2024-12-19T19:43:53.083Z | Adding hashbrown v0.12.3 (latest: v0.15.2) |
114 | 2024-12-19T19:43:53.083Z | Adding hashbrown v0.14.5 (latest: v0.15.2) |
115 | 2024-12-19T19:43:53.083Z | Adding hostname v0.3.1 (latest: v0.4.0) |
116 | 2024-12-19T19:43:53.086Z | Adding indexmap v1.9.3 (latest: v2.7.0) |
117 | 2024-12-19T19:43:53.087Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
118 | 2024-12-19T19:43:53.090Z | Adding regress v0.9.1 (latest: v0.10.1) |
119 | 2024-12-19T19:43:53.096Z | Adding rustls v0.22.4 (latest: v0.23.20) |
120 | 2024-12-19T19:43:53.101Z | Adding security-framework v2.11.1 (latest: v3.1.0) |
121 | 2024-12-19T19:43:53.101Z | Adding term v0.7.0 (latest: v1.0.1) |
122 | 2024-12-19T19:43:53.101Z | Adding thiserror v1.0.69 (latest: v2.0.8) |
123 | 2024-12-19T19:43:53.101Z | Adding thiserror-impl v1.0.69 (latest: v2.0.8) |
124 | 2024-12-19T19:43:53.101Z | Adding thread-id v4.2.2 (latest: v5.0.0) |
125 | 2024-12-19T19:43:53.103Z | Adding tinystr v0.7.6 (latest: v0.8.0) |
126 | 2024-12-19T19:43:53.103Z | Adding tokio-rustls v0.25.0 (latest: v0.26.1) |
127 | 2024-12-19T19:43:53.103Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
128 | 2024-12-19T19:43:53.103Z | Adding windows v0.52.0 (latest: v0.58.0) |
129 | 2024-12-19T19:43:53.103Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
130 | 2024-12-19T19:43:53.103Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
131 | 2024-12-19T19:43:53.103Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
132 | 2024-12-19T19:43:53.103Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
133 | 2024-12-19T19:43:53.106Z | Adding writeable v0.5.5 (latest: v0.6.0) |
134 | 2024-12-19T19:43:53.106Z | Adding zerocopy v0.7.35 (latest: v0.8.13) |
135 | 2024-12-19T19:43:53.106Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.13) |
136 | 2024-12-19T19:43:53.106Z | Adding zerovec v0.10.4 (latest: v0.11.0) |
137 | 2024-12-19T19:43:53.106Z | Adding zerovec-derive v0.10.3 (latest: v0.11.0) |
138 | 2024-12-19T19:43:53.179Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
139 | 2024-12-19T19:43:53.182Z | + cargo check |
140 | 2024-12-19T19:43:53.349Z | Updating crates.io index |
141 | 2024-12-19T19:43:54.058Z | Locking 2 packages to latest compatible versions |
142 | 2024-12-19T19:43:56.832Z | Adding omicron-workspace-hack v0.1.0 |
143 | 2024-12-19T19:43:58.424Z | Adding test-project v0.1.0 (/tmp/test-project) |
144 | 2024-12-19T19:43:59.099Z | Downloading crates ... |
145 | 2024-12-19T19:43:59.197Z | Downloaded cpufeatures v0.2.14 |
146 | 2024-12-19T19:43:59.205Z | Downloaded async-stream-impl v0.3.6 |
147 | 2024-12-19T19:43:59.213Z | Downloaded ident_case v1.0.1 |
148 | 2024-12-19T19:43:59.215Z | Downloaded http-body v1.0.1 |
149 | 2024-12-19T19:43:59.215Z | Downloaded is-terminal v0.4.13 |
150 | 2024-12-19T19:43:59.218Z | Downloaded icu_provider_macros v1.5.0 |
151 | 2024-12-19T19:43:59.221Z | Downloaded equivalent v1.0.1 |
152 | 2024-12-19T19:43:59.224Z | Downloaded dtrace-parser v0.2.0 |
153 | 2024-12-19T19:43:59.227Z | Downloaded foreign-types v0.3.2 |
154 | 2024-12-19T19:43:59.231Z | Downloaded instant v0.1.13 |
155 | 2024-12-19T19:43:59.240Z | Downloaded match_cfg v0.1.0 |
156 | 2024-12-19T19:43:59.242Z | Downloaded darling_macro v0.20.10 |
157 | 2024-12-19T19:43:59.242Z | Downloaded block-buffer v0.10.4 |
158 | 2024-12-19T19:43:59.244Z | Downloaded atomic-waker v1.1.2 |
159 | 2024-12-19T19:43:59.244Z | Downloaded autocfg v1.4.0 |
160 | 2024-12-19T19:43:59.247Z | Downloaded foreign-types-shared v0.1.1 |
161 | 2024-12-19T19:43:59.250Z | Downloaded cfg-if v1.0.0 |
162 | 2024-12-19T19:43:59.255Z | Downloaded async-stream v0.3.6 |
163 | 2024-12-19T19:43:59.258Z | Downloaded hostname v0.3.1 |
164 | 2024-12-19T19:43:59.260Z | Downloaded futures-executor v0.3.31 |
165 | 2024-12-19T19:43:59.263Z | Downloaded tokio-macros v2.4.0 |
166 | 2024-12-19T19:43:59.265Z | Downloaded digest v0.10.7 |
167 | 2024-12-19T19:43:59.267Z | Downloaded time-macros v0.2.18 |
168 | 2024-12-19T19:43:59.271Z | Downloaded idna_adapter v1.2.0 |
169 | 2024-12-19T19:43:59.271Z | Downloaded tinyvec_macros v0.1.1 |
170 | 2024-12-19T19:43:59.271Z | Downloaded futures-core v0.3.31 |
171 | 2024-12-19T19:43:59.274Z | Downloaded tokio-native-tls v0.3.1 |
172 | 2024-12-19T19:43:59.277Z | Downloaded memmap v0.7.0 |
173 | 2024-12-19T19:43:59.277Z | Downloaded time-core v0.1.2 |
174 | 2024-12-19T19:43:59.277Z | Downloaded http-body-util v0.1.2 |
175 | 2024-12-19T19:43:59.283Z | Downloaded futures-macro v0.3.31 |
176 | 2024-12-19T19:43:59.283Z | Downloaded futures-io v0.3.31 |
177 | 2024-12-19T19:43:59.283Z | Downloaded macaddr v1.0.1 |
178 | 2024-12-19T19:43:59.283Z | Downloaded itoa v1.0.11 |
179 | 2024-12-19T19:43:59.286Z | Downloaded toml_datetime v0.6.8 |
180 | 2024-12-19T19:43:59.286Z | Downloaded hyper-tls v0.6.0 |
181 | 2024-12-19T19:43:59.289Z | Downloaded futures-sink v0.3.31 |
182 | 2024-12-19T19:43:59.289Z | Downloaded byteorder v1.5.0 |
183 | 2024-12-19T19:43:59.292Z | Downloaded tokio-rustls v0.25.0 |
184 | 2024-12-19T19:43:59.294Z | Downloaded hex v0.4.3 |
185 | 2024-12-19T19:43:59.296Z | Downloaded ipnetwork v0.20.0 |
186 | 2024-12-19T19:43:59.298Z | Downloaded try-lock v0.2.5 |
187 | 2024-12-19T19:43:59.301Z | Downloaded tinyvec v1.8.0 |
188 | 2024-12-19T19:43:59.303Z | Downloaded deranged v0.3.11 |
189 | 2024-12-19T19:43:59.306Z | Downloaded strum v0.26.3 |
190 | 2024-12-19T19:43:59.306Z | Downloaded dyn-clone v1.0.17 |
191 | 2024-12-19T19:43:59.308Z | Downloaded waitgroup v0.1.2 |
192 | 2024-12-19T19:43:59.310Z | Downloaded usdt-attr-macro v0.5.0 |
193 | 2024-12-19T19:43:59.310Z | Downloaded dof v0.3.0 |
194 | 2024-12-19T19:43:59.313Z | Downloaded num-conv v0.1.0 |
195 | 2024-12-19T19:43:59.313Z | Downloaded dirs-next v2.0.0 |
196 | 2024-12-19T19:43:59.315Z | Downloaded crypto-common v0.1.6 |
197 | 2024-12-19T19:43:59.315Z | Downloaded backoff v0.4.0 |
198 | 2024-12-19T19:43:59.319Z | Downloaded openssl-macros v0.1.1 |
199 | 2024-12-19T19:43:59.322Z | Downloaded write16 v1.0.0 |
200 | 2024-12-19T19:43:59.322Z | Downloaded omicron-workspace-hack v0.1.0 |
201 | 2024-12-19T19:43:59.322Z | Downloaded tokio-rustls v0.26.0 |
202 | 2024-12-19T19:43:59.326Z | Downloaded num_threads v0.1.7 |
203 | 2024-12-19T19:43:59.326Z | Downloaded iana-time-zone v0.1.61 |
204 | 2024-12-19T19:43:59.328Z | Downloaded toml v0.8.19 |
205 | 2024-12-19T19:43:59.335Z | Downloaded openssl-probe v0.1.5 |
206 | 2024-12-19T19:43:59.338Z | Downloaded hyper-rustls v0.27.3 |
207 | 2024-12-19T19:43:59.338Z | Downloaded progenitor-client v0.8.0 |
208 | 2024-12-19T19:43:59.338Z | Downloaded darling v0.20.10 |
209 | 2024-12-19T19:43:59.340Z | Downloaded getrandom v0.2.15 |
210 | 2024-12-19T19:43:59.342Z | Downloaded generic-array v0.14.7 |
211 | 2024-12-19T19:43:59.346Z | Downloaded pretty-hex v0.4.1 |
212 | 2024-12-19T19:43:59.346Z | Downloaded futures-task v0.3.31 |
213 | 2024-12-19T19:43:59.349Z | Downloaded litemap v0.7.3 |
214 | 2024-12-19T19:43:59.352Z | Downloaded ipnet v2.10.1 |
215 | 2024-12-19T19:43:59.352Z | Downloaded futures-channel v0.3.31 |
216 | 2024-12-19T19:43:59.355Z | Downloaded httparse v1.9.5 |
217 | 2024-12-19T19:43:59.357Z | Downloaded version_check v0.9.5 |
218 | 2024-12-19T19:43:59.357Z | Downloaded utf16_iter v1.0.5 |
219 | 2024-12-19T19:43:59.360Z | Downloaded utf8_iter v1.0.4 |
220 | 2024-12-19T19:43:59.360Z | Downloaded untrusted v0.9.0 |
221 | 2024-12-19T19:43:59.362Z | Downloaded usdt v0.5.0 |
222 | 2024-12-19T19:43:59.362Z | Downloaded displaydoc v0.2.5 |
223 | 2024-12-19T19:43:59.365Z | Downloaded newtype-uuid v1.1.3 |
224 | 2024-12-19T19:43:59.367Z | Downloaded zeroize v1.8.1 |
225 | 2024-12-19T19:43:59.367Z | Downloaded zerovec-derive v0.10.3 |
226 | 2024-12-19T19:43:59.370Z | Downloaded slog-bunyan v2.5.0 |
227 | 2024-12-19T19:43:59.370Z | Downloaded mime v0.3.17 |
228 | 2024-12-19T19:43:59.374Z | Downloaded thread-id v4.2.2 |
229 | 2024-12-19T19:43:59.377Z | Downloaded sync_wrapper v1.0.1 |
230 | 2024-12-19T19:43:59.377Z | Downloaded thiserror v1.0.69 |
231 | 2024-12-19T19:43:59.379Z | Downloaded scopeguard v1.2.0 |
232 | 2024-12-19T19:43:59.382Z | Downloaded anyhow v1.0.93 |
233 | 2024-12-19T19:43:59.384Z | Downloaded pest_generator v2.7.14 |
234 | 2024-12-19T19:43:59.387Z | Downloaded parse-display-derive v0.10.0 |
235 | 2024-12-19T19:43:59.389Z | Downloaded plain v0.2.3 |
236 | 2024-12-19T19:43:59.389Z | Downloaded futures v0.3.31 |
237 | 2024-12-19T19:43:59.393Z | Downloaded parse-display v0.10.0 |
238 | 2024-12-19T19:43:59.396Z | Downloaded icu_normalizer v1.5.0 |
239 | 2024-12-19T19:43:59.399Z | Downloaded scroll_derive v0.12.0 |
240 | 2024-12-19T19:43:59.401Z | Downloaded take_mut v0.2.2 |
241 | 2024-12-19T19:43:59.401Z | Downloaded pin-utils v0.1.0 |
242 | 2024-12-19T19:43:59.403Z | Downloaded icu_locid_transform_data v1.5.0 |
243 | 2024-12-19T19:43:59.403Z | Downloaded serde_tokenstream v0.2.2 |
244 | 2024-12-19T19:43:59.406Z | Downloaded shlex v1.3.0 |
245 | 2024-12-19T19:43:59.410Z | Downloaded quinn-udp v0.5.5 |
246 | 2024-12-19T19:43:59.410Z | Downloaded rustls-pemfile v2.2.0 |
247 | 2024-12-19T19:43:59.414Z | Downloaded slog-json v2.6.1 |
248 | 2024-12-19T19:43:59.414Z | Downloaded rand_core v0.6.4 |
249 | 2024-12-19T19:43:59.416Z | Downloaded powerfmt v0.2.0 |
250 | 2024-12-19T19:43:59.416Z | Downloaded darling_core v0.20.10 |
251 | 2024-12-19T19:43:59.419Z | Downloaded serde_path_to_error v0.1.16 |
252 | 2024-12-19T19:43:59.421Z | Downloaded stable_deref_trait v1.2.0 |
253 | 2024-12-19T19:43:59.424Z | Downloaded signal-hook-registry v1.4.2 |
254 | 2024-12-19T19:43:59.424Z | Downloaded slog-async v2.8.0 |
255 | 2024-12-19T19:43:59.428Z | Downloaded synstructure v0.13.1 |
256 | 2024-12-19T19:43:59.428Z | Downloaded rustc-hash v2.0.0 |
257 | 2024-12-19T19:43:59.428Z | Downloaded spin v0.9.8 |
258 | 2024-12-19T19:43:59.430Z | Downloaded strum_macros v0.26.4 |
259 | 2024-12-19T19:43:59.433Z | Downloaded bytes v1.8.0 |
260 | 2024-12-19T19:43:59.436Z | Downloaded paste v1.0.15 |
261 | 2024-12-19T19:43:59.441Z | Downloaded icu_provider v1.5.0 |
262 | 2024-12-19T19:43:59.445Z | Downloaded serde_spanned v0.6.8 |
263 | 2024-12-19T19:43:59.445Z | Downloaded strsim v0.11.1 |
264 | 2024-12-19T19:43:59.448Z | Downloaded pkg-config v0.3.31 |
265 | 2024-12-19T19:43:59.449Z | Downloaded pin-project-lite v0.2.14 |
266 | 2024-12-19T19:43:59.451Z | Downloaded percent-encoding v2.3.1 |
267 | 2024-12-19T19:43:59.454Z | Downloaded schemars_derive v0.8.21 |
268 | 2024-12-19T19:43:59.454Z | Downloaded structmeta-derive v0.3.0 |
269 | 2024-12-19T19:43:59.457Z | Downloaded slog-term v2.9.1 |
270 | 2024-12-19T19:43:59.460Z | Downloaded serde_with_macros v3.11.0 |
271 | 2024-12-19T19:43:59.460Z | Downloaded rustversion v1.0.17 |
272 | 2024-12-19T19:43:59.463Z | Downloaded sha2 v0.10.8 |
273 | 2024-12-19T19:43:59.466Z | Downloaded quote v1.0.37 |
274 | 2024-12-19T19:43:59.469Z | Downloaded log v0.4.22 |
275 | 2024-12-19T19:43:59.474Z | Downloaded rand_chacha v0.3.1 |
276 | 2024-12-19T19:43:59.474Z | Downloaded cc v1.1.30 |
277 | 2024-12-19T19:43:59.477Z | Downloaded unicode-ident v1.0.13 |
278 | 2024-12-19T19:43:59.477Z | Downloaded icu_collections v1.5.0 |
279 | 2024-12-19T19:43:59.482Z | Downloaded num-traits v0.2.19 |
280 | 2024-12-19T19:43:59.485Z | Downloaded smallvec v1.13.2 |
281 | 2024-12-19T19:43:59.488Z | Downloaded rustls-pki-types v1.9.0 |
282 | 2024-12-19T19:43:59.491Z | Downloaded term v0.7.0 |
283 | 2024-12-19T19:43:59.494Z | Downloaded socket2 v0.5.7 |
284 | 2024-12-19T19:43:59.498Z | Downloaded parking_lot v0.12.3 |
285 | 2024-12-19T19:43:59.501Z | Downloaded subtle v2.6.1 |
286 | 2024-12-19T19:43:59.501Z | Downloaded hashbrown v0.12.3 |
287 | 2024-12-19T19:43:59.504Z | Downloaded progenitor-impl v0.8.0 |
288 | 2024-12-19T19:43:59.507Z | Downloaded proc-macro2 v1.0.89 |
289 | 2024-12-19T19:43:59.510Z | Downloaded pest_meta v2.7.14 |
290 | 2024-12-19T19:43:59.513Z | Downloaded uuid v1.11.0 |
291 | 2024-12-19T19:43:59.516Z | Downloaded serde_derive v1.0.215 |
292 | 2024-12-19T19:43:59.518Z | Downloaded schemars v0.8.21 |
293 | 2024-12-19T19:43:59.529Z | Downloaded toml_edit v0.22.22 |
294 | 2024-12-19T19:43:59.551Z | Downloaded ryu v1.0.18 |
295 | 2024-12-19T19:43:59.554Z | Downloaded tracing v0.1.40 |
296 | 2024-12-19T19:43:59.558Z | Downloaded aho-corasick v1.1.3 |
297 | 2024-12-19T19:43:59.564Z | Downloaded quinn v0.11.5 |
298 | 2024-12-19T19:43:59.568Z | Downloaded openssl-sys v0.9.103 |
299 | 2024-12-19T19:43:59.572Z | Downloaded tokio-util v0.7.12 |
300 | 2024-12-19T19:43:59.581Z | Downloaded url v2.5.3 |
301 | 2024-12-19T19:43:59.583Z | Downloaded idna v1.0.3 |
302 | 2024-12-19T19:43:59.586Z | Downloaded hashbrown v0.14.5 |
303 | 2024-12-19T19:43:59.591Z | Downloaded rand v0.8.5 |
304 | 2024-12-19T19:43:59.594Z | Downloaded hashbrown v0.15.1 |
305 | 2024-12-19T19:43:59.600Z | Downloaded serde_json v1.0.132 |
306 | 2024-12-19T19:43:59.607Z | Downloaded serde_with v3.11.0 |
307 | 2024-12-19T19:43:59.616Z | Downloaded goblin v0.8.2 |
308 | 2024-12-19T19:43:59.622Z | Downloaded mio v1.0.2 |
309 | 2024-12-19T19:43:59.627Z | Downloaded chrono v0.4.38 |
310 | 2024-12-19T19:43:59.636Z | Downloaded pest v2.7.14 |
311 | 2024-12-19T19:43:59.640Z | Downloaded hyper v1.5.0 |
312 | 2024-12-19T19:43:59.646Z | Downloaded time v0.3.36 |
313 | 2024-12-19T19:43:59.654Z | Downloaded reqwest v0.12.9 |
314 | 2024-12-19T19:43:59.662Z | Downloaded zerocopy v0.7.35 |
315 | 2024-12-19T19:43:59.678Z | Downloaded icu_properties_data v1.5.0 |
316 | 2024-12-19T19:43:59.688Z | Downloaded zerovec v0.10.4 |
317 | 2024-12-19T19:43:59.693Z | Downloaded winnow v0.6.20 |
318 | 2024-12-19T19:43:59.701Z | Downloaded syn v2.0.87 |
319 | 2024-12-19T19:43:59.712Z | Downloaded quinn-proto v0.11.8 |
320 | 2024-12-19T19:43:59.718Z | Downloaded rustls-webpki v0.102.8 |
321 | 2024-12-19T19:43:59.736Z | Downloaded rustls v0.23.14 |
322 | 2024-12-19T19:43:59.746Z | Downloaded webpki-roots v0.26.6 |
323 | 2024-12-19T19:43:59.750Z | Downloaded regex v1.11.1 |
324 | 2024-12-19T19:43:59.762Z | Downloaded openssl v0.10.66 |
325 | 2024-12-19T19:43:59.771Z | Downloaded regress v0.10.1 |
326 | 2024-12-19T19:43:59.779Z | Downloaded vcpkg v0.2.15 |
327 | 2024-12-19T19:43:59.815Z | Downloaded dropshot v0.13.0 |
328 | 2024-12-19T19:43:59.833Z | Downloaded regress v0.9.1 |
329 | 2024-12-19T19:43:59.840Z | Downloaded futures-util v0.3.31 |
330 | 2024-12-19T19:43:59.851Z | Downloaded rustls v0.22.4 |
331 | 2024-12-19T19:43:59.864Z | Downloaded regex-syntax v0.8.5 |
332 | 2024-12-19T19:43:59.871Z | Downloaded h2 v0.4.6 |
333 | 2024-12-19T19:43:59.877Z | Downloaded openapiv3 v2.0.0 |
334 | 2024-12-19T19:43:59.888Z | Downloaded slog v2.7.0 |
335 | 2024-12-19T19:43:59.897Z | Downloaded typify-impl v0.2.0 |
336 | 2024-12-19T19:43:59.904Z | Downloaded serde v1.0.215 |
337 | 2024-12-19T19:43:59.912Z | Downloaded serde_yaml v0.9.34+deprecated |
338 | 2024-12-19T19:43:59.912Z | Downloaded memchr v2.7.4 |
339 | 2024-12-19T19:43:59.915Z | Downloaded hyper-util v0.1.10 |
340 | 2024-12-19T19:43:59.918Z | Downloaded unsafe-libyaml v0.2.11 |
341 | 2024-12-19T19:43:59.926Z | Downloaded tracing-core v0.1.32 |
342 | 2024-12-19T19:43:59.930Z | Downloaded http v1.1.0 |
343 | 2024-12-19T19:43:59.930Z | Downloaded base64 v0.22.1 |
344 | 2024-12-19T19:43:59.934Z | Downloaded crossbeam-channel v0.5.13 |
345 | 2024-12-19T19:43:59.937Z | Downloaded indexmap v2.6.0 |
346 | 2024-12-19T19:43:59.940Z | Downloaded libc v0.2.162 |
347 | 2024-12-19T19:43:59.965Z | Downloaded ucd-trie v0.1.7 |
348 | 2024-12-19T19:43:59.967Z | Downloaded typenum v1.17.0 |
349 | 2024-12-19T19:43:59.970Z | Downloaded regex-automata v0.4.8 |
350 | 2024-12-19T19:43:59.983Z | Downloaded structmeta v0.3.0 |
351 | 2024-12-19T19:43:59.986Z | Downloaded serde_derive_internals v0.29.1 |
352 | 2024-12-19T19:43:59.986Z | Downloaded semver v1.0.23 |
353 | 2024-12-19T19:43:59.988Z | Downloaded tokio v1.40.0 |
354 | 2024-12-19T19:44:00.021Z | Downloaded typify-macro v0.2.0 |
355 | 2024-12-19T19:44:00.023Z | Downloaded ppv-lite86 v0.2.20 |
356 | 2024-12-19T19:44:00.023Z | Downloaded parking_lot_core v0.9.10 |
357 | 2024-12-19T19:44:00.026Z | Downloaded pest_derive v2.7.14 |
358 | 2024-12-19T19:44:00.028Z | Downloaded native-tls v0.2.12 |
359 | 2024-12-19T19:44:00.030Z | Downloaded icu_normalizer_data v1.5.0 |
360 | 2024-12-19T19:44:00.032Z | Downloaded icu_properties v1.5.1 |
361 | 2024-12-19T19:44:00.035Z | Downloaded once_cell v1.20.2 |
362 | 2024-12-19T19:44:00.035Z | Downloaded multer v3.1.0 |
363 | 2024-12-19T19:44:00.037Z | Downloaded allocator-api2 v0.2.18 |
364 | 2024-12-19T19:44:00.040Z | Downloaded scroll v0.12.0 |
365 | 2024-12-19T19:44:00.042Z | Downloaded icu_locid_transform v1.5.0 |
366 | 2024-12-19T19:44:00.045Z | Downloaded zerocopy-derive v0.7.35 |
367 | 2024-12-19T19:44:00.047Z | Downloaded yoke v0.7.4 |
368 | 2024-12-19T19:44:00.050Z | Downloaded usdt-impl v0.5.0 |
369 | 2024-12-19T19:44:00.052Z | Downloaded slab v0.4.9 |
370 | 2024-12-19T19:44:00.052Z | Downloaded sha1 v0.10.6 |
371 | 2024-12-19T19:44:00.055Z | Downloaded serde_urlencoded v0.7.1 |
372 | 2024-12-19T19:44:00.055Z | Downloaded writeable v0.5.5 |
373 | 2024-12-19T19:44:00.057Z | Downloaded typify v0.2.0 |
374 | 2024-12-19T19:44:00.059Z | Downloaded thiserror-impl v1.0.69 |
375 | 2024-12-19T19:44:00.059Z | Downloaded indexmap v1.9.3 |
376 | 2024-12-19T19:44:00.062Z | Downloaded icu_locid v1.5.0 |
377 | 2024-12-19T19:44:00.066Z | Downloaded progenitor-macro v0.8.0 |
378 | 2024-12-19T19:44:00.068Z | Downloaded progenitor v0.8.0 |
379 | 2024-12-19T19:44:00.068Z | Downloaded dropshot_endpoint v0.13.0 |
380 | 2024-12-19T19:44:00.071Z | Downloaded thread_local v1.1.8 |
381 | 2024-12-19T19:44:00.073Z | Downloaded form_urlencoded v1.2.1 |
382 | 2024-12-19T19:44:00.073Z | Downloaded crossbeam-utils v0.8.20 |
383 | 2024-12-19T19:44:00.075Z | Downloaded zerofrom-derive v0.1.4 |
384 | 2024-12-19T19:44:00.077Z | Downloaded bitflags v2.6.0 |
385 | 2024-12-19T19:44:00.079Z | Downloaded ahash v0.8.11 |
386 | 2024-12-19T19:44:00.082Z | Downloaded hostname v0.4.0 |
387 | 2024-12-19T19:44:00.084Z | Downloaded tower-service v0.3.3 |
388 | 2024-12-19T19:44:00.084Z | Downloaded lock_api v0.4.12 |
389 | 2024-12-19T19:44:00.087Z | Downloaded encoding_rs v0.8.34 |
390 | 2024-12-19T19:44:00.104Z | Downloaded camino v1.1.9 |
391 | 2024-12-19T19:44:00.107Z | Downloaded async-trait v0.1.83 |
392 | 2024-12-19T19:44:00.109Z | Downloaded zerofrom v0.1.4 |
393 | 2024-12-19T19:44:00.112Z | Downloaded yoke-derive v0.7.4 |
394 | 2024-12-19T19:44:00.112Z | Downloaded want v0.3.1 |
395 | 2024-12-19T19:44:00.112Z | Downloaded usdt-macro v0.5.0 |
396 | 2024-12-19T19:44:00.112Z | Downloaded tinystr v0.7.6 |
397 | 2024-12-19T19:44:00.115Z | Downloaded debug-ignore v1.0.5 |
398 | 2024-12-19T19:44:00.117Z | Downloaded httpdate v1.0.3 |
399 | 2024-12-19T19:44:00.117Z | Downloaded heck v0.5.0 |
400 | 2024-12-19T19:44:00.117Z | Downloaded fnv v1.0.7 |
401 | 2024-12-19T19:44:00.120Z | Downloaded dirs-sys-next v0.1.2 |
402 | 2024-12-19T19:44:00.276Z | Downloaded ring v0.17.8 |
403 | 2024-12-19T19:44:00.604Z | Compiling proc-macro2 v1.0.89 |
404 | 2024-12-19T19:44:00.604Z | Compiling unicode-ident v1.0.13 |
405 | 2024-12-19T19:44:00.604Z | Compiling libc v0.2.162 |
406 | 2024-12-19T19:44:00.607Z | Checking cfg-if v1.0.0 |
407 | 2024-12-19T19:44:00.607Z | Compiling autocfg v1.4.0 |
408 | 2024-12-19T19:44:00.607Z | Compiling serde v1.0.215 |
409 | 2024-12-19T19:44:00.607Z | Compiling version_check v0.9.5 |
410 | 2024-12-19T19:44:00.607Z | Checking memchr v2.7.4 |
411 | 2024-12-19T19:44:00.742Z | Checking itoa v1.0.11 |
412 | 2024-12-19T19:44:00.805Z | Compiling serde_json v1.0.132 |
413 | 2024-12-19T19:44:01.254Z | Compiling thiserror v1.0.69 |
414 | 2024-12-19T19:44:01.300Z | Checking once_cell v1.20.2 |
415 | 2024-12-19T19:44:01.380Z | Compiling shlex v1.3.0 |
416 | 2024-12-19T19:44:01.573Z | Checking pin-project-lite v0.2.14 |
417 | 2024-12-19T19:44:01.711Z | Compiling cc v1.1.30 |
418 | 2024-12-19T19:44:01.756Z | Compiling num-traits v0.2.19 |
419 | 2024-12-19T19:44:02.002Z | Checking smallvec v1.13.2 |
420 | 2024-12-19T19:44:02.097Z | Checking getrandom v0.2.15 |
421 | 2024-12-19T19:44:02.114Z | Checking ryu v1.0.18 |
422 | 2024-12-19T19:44:02.131Z | Checking bytes v1.8.0 |
423 | 2024-12-19T19:44:02.318Z | Checking futures-core v0.3.31 |
424 | 2024-12-19T19:44:02.336Z | Compiling lock_api v0.4.12 |
425 | 2024-12-19T19:44:02.493Z | Compiling quote v1.0.37 |
426 | 2024-12-19T19:44:02.495Z | Compiling parking_lot_core v0.9.10 |
427 | 2024-12-19T19:44:02.529Z | Compiling byteorder v1.5.0 |
428 | 2024-12-19T19:44:02.680Z | Compiling ahash v0.8.11 |
429 | 2024-12-19T19:44:02.792Z | Checking scopeguard v1.2.0 |
430 | 2024-12-19T19:44:02.924Z | Compiling syn v2.0.87 |
431 | 2024-12-19T19:44:02.985Z | Compiling schemars v0.8.21 |
432 | 2024-12-19T19:44:03.114Z | Compiling slab v0.4.9 |
433 | 2024-12-19T19:44:03.117Z | Checking futures-sink v0.3.31 |
434 | 2024-12-19T19:44:03.279Z | Checking log v0.4.22 |
435 | 2024-12-19T19:44:03.330Z | Checking signal-hook-registry v1.4.2 |
436 | 2024-12-19T19:44:03.368Z | Checking socket2 v0.5.7 |
437 | 2024-12-19T19:44:03.387Z | Checking mio v1.0.2 |
438 | 2024-12-19T19:44:03.489Z | Checking parking_lot v0.12.3 |
439 | 2024-12-19T19:44:03.533Z | Checking stable_deref_trait v1.2.0 |
440 | 2024-12-19T19:44:03.572Z | Compiling semver v1.0.23 |
441 | 2024-12-19T19:44:03.635Z | Checking hashbrown v0.15.1 |
442 | 2024-12-19T19:44:03.816Z | Checking fnv v1.0.7 |
443 | 2024-12-19T19:44:03.819Z | Checking equivalent v1.0.1 |
444 | 2024-12-19T19:44:03.872Z | Checking futures-channel v0.3.31 |
445 | 2024-12-19T19:44:03.922Z | Checking futures-task v0.3.31 |
446 | 2024-12-19T19:44:03.953Z | Checking http v1.1.0 |
447 | 2024-12-19T19:44:03.992Z | Checking pin-utils v0.1.0 |
448 | 2024-12-19T19:44:04.112Z | Checking futures-io v0.3.31 |
449 | 2024-12-19T19:44:04.194Z | Checking spin v0.9.8 |
450 | 2024-12-19T19:44:04.211Z | Compiling pkg-config v0.3.31 |
451 | 2024-12-19T19:44:04.281Z | Compiling vcpkg v0.2.15 |
452 | 2024-12-19T19:44:04.298Z | Checking rustls-pki-types v1.9.0 |
453 | 2024-12-19T19:44:04.414Z | Compiling heck v0.5.0 |
454 | 2024-12-19T19:44:04.682Z | Compiling ring v0.17.8 |
455 | 2024-12-19T19:44:04.933Z | Checking untrusted v0.9.0 |
456 | 2024-12-19T19:44:04.999Z | Compiling ucd-trie v0.1.7 |
457 | 2024-12-19T19:44:05.097Z | Checking iana-time-zone v0.1.61 |
458 | 2024-12-19T19:44:05.252Z | Checking litemap v0.7.3 |
459 | 2024-12-19T19:44:05.563Z | Checking writeable v0.5.5 |
460 | 2024-12-19T19:44:05.604Z | Compiling httparse v1.9.5 |
461 | 2024-12-19T19:44:05.647Z | Checking tracing-core v0.1.32 |
462 | 2024-12-19T19:44:06.042Z | Checking dyn-clone v1.0.17 |
463 | 2024-12-19T19:44:06.061Z | Compiling openssl-sys v0.9.103 |
464 | 2024-12-19T19:44:06.167Z | Checking atomic-waker v1.1.2 |
465 | 2024-12-19T19:44:06.292Z | Compiling allocator-api2 v0.2.18 |
466 | 2024-12-19T19:44:06.335Z | Checking tracing v0.1.40 |
467 | 2024-12-19T19:44:06.634Z | Checking http-body v1.0.1 |
468 | 2024-12-19T19:44:06.823Z | Checking subtle v2.6.1 |
469 | 2024-12-19T19:44:06.839Z | Checking icu_locid_transform_data v1.5.0 |
470 | 2024-12-19T19:44:06.929Z | Compiling uuid v1.11.0 |
471 | 2024-12-19T19:44:07.123Z | Checking try-lock v0.2.5 |
472 | 2024-12-19T19:44:07.142Z | Checking zeroize v1.8.1 |
473 | 2024-12-19T19:44:07.251Z | Checking want v0.3.1 |
474 | 2024-12-19T19:44:07.270Z | Compiling chrono v0.4.38 |
475 | 2024-12-19T19:44:07.385Z | Checking foreign-types-shared v0.1.1 |
476 | 2024-12-19T19:44:07.405Z | Compiling slog v2.7.0 |
477 | 2024-12-19T19:44:07.426Z | Checking httpdate v1.0.3 |
478 | 2024-12-19T19:44:07.484Z | Checking icu_properties_data v1.5.0 |
479 | 2024-12-19T19:44:07.520Z | Compiling openssl v0.10.66 |
480 | 2024-12-19T19:44:07.725Z | Checking foreign-types v0.3.2 |
481 | 2024-12-19T19:44:07.894Z | Compiling aho-corasick v1.1.3 |
482 | 2024-12-19T19:44:07.971Z | Compiling rustls v0.23.14 |
483 | 2024-12-19T19:44:07.990Z | Checking utf8_iter v1.0.4 |
484 | 2024-12-19T19:44:08.189Z | Checking tower-service v0.3.3 |
485 | 2024-12-19T19:44:08.272Z | Checking icu_normalizer_data v1.5.0 |
486 | 2024-12-19T19:44:08.316Z | Compiling typenum v1.17.0 |
487 | 2024-12-19T19:44:09.037Z | Checking write16 v1.0.0 |
488 | 2024-12-19T19:44:09.057Z | Compiling regex-syntax v0.8.5 |
489 | 2024-12-19T19:44:09.157Z | Checking bitflags v2.6.0 |
490 | 2024-12-19T19:44:09.264Z | Compiling native-tls v0.2.12 |
491 | 2024-12-19T19:44:09.284Z | Checking utf16_iter v1.0.5 |
492 | 2024-12-19T19:44:09.393Z | Checking percent-encoding v2.3.1 |
493 | 2024-12-19T19:44:09.608Z | Checking form_urlencoded v1.2.1 |
494 | 2024-12-19T19:44:09.654Z | Compiling generic-array v0.14.7 |
495 | 2024-12-19T19:44:10.015Z | Checking openssl-probe v0.1.5 |
496 | 2024-12-19T19:44:10.900Z | Compiling synstructure v0.13.1 |
497 | 2024-12-19T19:44:11.082Z | Compiling serde_derive_internals v0.29.1 |
498 | 2024-12-19T19:44:11.527Z | Checking rustls-webpki v0.102.8 |
499 | 2024-12-19T19:44:12.325Z | Compiling usdt-impl v0.5.0 |
500 | 2024-12-19T19:44:12.415Z | Checking encoding_rs v0.8.34 |
501 | 2024-12-19T19:44:12.681Z | Compiling regex-automata v0.4.8 |
502 | 2024-12-19T19:44:12.703Z | Checking mime v0.3.17 |
503 | 2024-12-19T19:44:12.912Z | Checking powerfmt v0.2.0 |
504 | 2024-12-19T19:44:13.012Z | Compiling num-conv v0.1.0 |
505 | 2024-12-19T19:44:13.292Z | Compiling time-core v0.1.2 |
506 | 2024-12-19T19:44:13.323Z | Checking deranged v0.3.11 |
507 | 2024-12-19T19:44:13.456Z | Compiling time-macros v0.2.18 |
508 | 2024-12-19T19:44:14.927Z | Compiling thread-id v4.2.2 |
509 | 2024-12-19T19:44:15.035Z | Checking rustls-pemfile v2.2.0 |
510 | 2024-12-19T19:44:15.192Z | Checking webpki-roots v0.26.6 |
511 | 2024-12-19T19:44:15.411Z | Checking plain v0.2.3 |
512 | 2024-12-19T19:44:15.722Z | Compiling crossbeam-utils v0.8.20 |
513 | 2024-12-19T19:44:16.124Z | Compiling serde_derive v1.0.215 |
514 | 2024-12-19T19:44:16.196Z | Compiling zerocopy-derive v0.7.35 |
515 | 2024-12-19T19:44:16.277Z | Compiling thiserror-impl v1.0.69 |
516 | 2024-12-19T19:44:16.445Z | Compiling zerofrom-derive v0.1.4 |
517 | 2024-12-19T19:44:16.529Z | Compiling schemars_derive v0.8.21 |
518 | 2024-12-19T19:44:16.849Z | Compiling tokio-macros v2.4.0 |
519 | 2024-12-19T19:44:17.243Z | Compiling yoke-derive v0.7.4 |
520 | 2024-12-19T19:44:18.285Z | Compiling zerocopy v0.7.35 |
521 | 2024-12-19T19:44:19.420Z | Checking tokio v1.40.0 |
522 | 2024-12-19T19:44:19.553Z | Compiling zerovec-derive v0.10.3 |
523 | 2024-12-19T19:44:19.898Z | Compiling displaydoc v0.2.5 |
524 | 2024-12-19T19:44:19.931Z | Compiling futures-macro v0.3.31 |
525 | 2024-12-19T19:44:19.992Z | Checking zerofrom v0.1.4 |
526 | 2024-12-19T19:44:20.218Z | Checking yoke v0.7.4 |
527 | 2024-12-19T19:44:20.476Z | Compiling pest v2.7.14 |
528 | 2024-12-19T19:44:20.581Z | Compiling icu_provider_macros v1.5.0 |
529 | 2024-12-19T19:44:20.702Z | Compiling hashbrown v0.14.5 |
530 | 2024-12-19T19:44:21.721Z | Compiling openssl-macros v0.1.1 |
531 | 2024-12-19T19:44:21.795Z | Checking futures-util v0.3.31 |
532 | 2024-12-19T19:44:22.075Z | Checking zerovec v0.10.4 |
533 | 2024-12-19T19:44:22.124Z | Compiling regress v0.10.1 |
534 | 2024-12-19T19:44:22.993Z | Compiling regex v1.11.1 |
535 | 2024-12-19T19:44:23.465Z | Compiling pest_meta v2.7.14 |
536 | 2024-12-19T19:44:23.995Z | Checking tinystr v0.7.6 |
537 | 2024-12-19T19:44:24.351Z | Checking icu_locid v1.5.0 |
538 | 2024-12-19T19:44:25.412Z | Checking icu_provider v1.5.0 |
539 | 2024-12-19T19:44:26.096Z | Checking icu_locid_transform v1.5.0 |
540 | 2024-12-19T19:44:26.593Z | Checking tokio-util v0.7.12 |
541 | 2024-12-19T19:44:26.984Z | Compiling pest_generator v2.7.14 |
542 | 2024-12-19T19:44:27.054Z | Checking icu_collections v1.5.0 |
543 | 2024-12-19T19:44:27.138Z | Checking http-body-util v0.1.2 |
544 | 2024-12-19T19:44:27.457Z | Compiling scroll_derive v0.12.0 |
545 | 2024-12-19T19:44:27.594Z | Checking tokio-rustls v0.26.0 |
546 | 2024-12-19T19:44:27.735Z | Checking icu_properties v1.5.1 |
547 | 2024-12-19T19:44:28.348Z | Checking tokio-native-tls v0.3.1 |
548 | 2024-12-19T19:44:28.609Z | Compiling ident_case v1.0.1 |
549 | 2024-12-19T19:44:28.714Z | Compiling pest_derive v2.7.14 |
550 | 2024-12-19T19:44:28.892Z | Checking scroll v0.12.0 |
551 | 2024-12-19T19:44:28.983Z | Checking indexmap v2.6.0 |
552 | 2024-12-19T19:44:30.089Z | Compiling serde_tokenstream v0.2.2 |
553 | 2024-12-19T19:44:30.500Z | Checking h2 v0.4.6 |
554 | 2024-12-19T19:44:31.113Z | Checking icu_normalizer v1.5.0 |
555 | 2024-12-19T19:44:31.372Z | Compiling dtrace-parser v0.2.0 |
556 | 2024-12-19T19:44:31.375Z | Checking serde_urlencoded v0.7.1 |
557 | 2024-12-19T19:44:31.445Z | Checking base64 v0.22.1 |
558 | 2024-12-19T19:44:31.866Z | Checking idna_adapter v1.2.0 |
559 | 2024-12-19T19:44:31.930Z | Compiling dof v0.3.0 |
560 | 2024-12-19T19:44:32.071Z | Checking idna v1.0.3 |
561 | 2024-12-19T19:44:32.108Z | Compiling strsim v0.11.1 |
562 | 2024-12-19T19:44:32.575Z | Checking num_threads v0.1.7 |
563 | 2024-12-19T19:44:32.655Z | Checking url v2.5.3 |
564 | 2024-12-19T19:44:32.691Z | Checking time v0.3.36 |
565 | 2024-12-19T19:44:32.855Z | Compiling darling_core v0.20.10 |
566 | 2024-12-19T19:44:33.038Z | Checking typify-impl v0.2.0 |
567 | 2024-12-19T19:44:33.187Z | Compiling openapiv3 v2.0.0 |
568 | 2024-12-19T19:44:34.603Z | Checking goblin v0.8.2 |
569 | 2024-12-19T19:44:34.790Z | Checking hyper v1.5.0 |
570 | 2024-12-19T19:44:36.971Z | Checking hyper-util v0.1.10 |
571 | 2024-12-19T19:44:37.472Z | Checking sync_wrapper v1.0.1 |
572 | 2024-12-19T19:44:37.612Z | Checking dirs-sys-next v0.1.2 |
573 | 2024-12-19T19:44:37.792Z | Compiling rustls v0.22.4 |
574 | 2024-12-19T19:44:37.794Z | Checking pretty-hex v0.4.1 |
575 | 2024-12-19T19:44:37.920Z | Checking ipnet v2.10.1 |
576 | 2024-12-19T19:44:37.992Z | Compiling omicron-workspace-hack v0.1.0 |
577 | 2024-12-19T19:44:38.080Z | Compiling rustversion v1.0.17 |
578 | 2024-12-19T19:44:38.099Z | Compiling unsafe-libyaml v0.2.11 |
579 | 2024-12-19T19:44:38.300Z | Compiling paste v1.0.15 |
580 | 2024-12-19T19:44:38.659Z | Checking hyper-tls v0.6.0 |
581 | 2024-12-19T19:44:38.740Z | Checking hyper-rustls v0.27.3 |
582 | 2024-12-19T19:44:38.943Z | Checking dirs-next v2.0.0 |
583 | 2024-12-19T19:44:39.059Z | Checking toml_datetime v0.6.8 |
584 | 2024-12-19T19:44:39.093Z | Compiling darling_macro v0.20.10 |
585 | 2024-12-19T19:44:39.093Z | Checking reqwest v0.12.9 |
586 | 2024-12-19T19:44:39.093Z | Checking serde_spanned v0.6.8 |
587 | 2024-12-19T19:44:39.311Z | Checking ppv-lite86 v0.2.20 |
588 | 2024-12-19T19:44:39.347Z | Checking block-buffer v0.10.4 |
589 | 2024-12-19T19:44:39.551Z | Compiling serde_yaml v0.9.34+deprecated |
590 | 2024-12-19T19:44:39.715Z | Checking crypto-common v0.1.6 |
591 | 2024-12-19T19:44:39.889Z | Compiling structmeta-derive v0.3.0 |
592 | 2024-12-19T19:44:39.983Z | Checking rand_core v0.6.4 |
593 | 2024-12-19T19:44:40.091Z | Checking thread_local v1.1.8 |
594 | 2024-12-19T19:44:40.192Z | Compiling multer v3.1.0 |
595 | 2024-12-19T19:44:40.257Z | Checking match_cfg v0.1.0 |
596 | 2024-12-19T19:44:40.297Z | Compiling newtype-uuid v1.1.3 |
597 | 2024-12-19T19:44:40.346Z | Checking winnow v0.6.20 |
598 | 2024-12-19T19:44:40.460Z | Compiling slog-async v2.8.0 |
599 | 2024-12-19T19:44:40.544Z | Compiling anyhow v1.0.93 |
600 | 2024-12-19T19:44:40.584Z | Compiling camino v1.1.9 |
601 | 2024-12-19T19:44:40.603Z | Checking progenitor-client v0.8.0 |
602 | 2024-12-19T19:44:41.086Z | Checking hostname v0.3.1 |
603 | 2024-12-19T19:44:41.222Z | Checking rand_chacha v0.3.1 |
604 | 2024-12-19T19:44:41.260Z | Compiling darling v0.20.10 |
605 | 2024-12-19T19:44:41.374Z | Checking digest v0.10.7 |
606 | 2024-12-19T19:44:41.495Z | Checking crossbeam-channel v0.5.13 |
607 | 2024-12-19T19:44:41.515Z | Checking term v0.7.0 |
608 | 2024-12-19T19:44:42.256Z | Checking slog-json v2.6.1 |
609 | 2024-12-19T19:44:42.474Z | Compiling structmeta v0.3.0 |
610 | 2024-12-19T19:44:42.517Z | Compiling usdt-attr-macro v0.5.0 |
611 | 2024-12-19T19:44:42.773Z | Compiling usdt-macro v0.5.0 |
612 | 2024-12-19T19:44:42.805Z | Checking futures-executor v0.3.31 |
613 | 2024-12-19T19:44:42.852Z | Compiling async-stream-impl v0.3.6 |
614 | 2024-12-19T19:44:43.029Z | Checking memmap v0.7.0 |
615 | 2024-12-19T19:44:43.189Z | Checking is-terminal v0.4.13 |
616 | 2024-12-19T19:44:43.236Z | Compiling dropshot v0.13.0 |
617 | 2024-12-19T19:44:43.312Z | Checking take_mut v0.2.2 |
618 | 2024-12-19T19:44:43.451Z | Checking cpufeatures v0.2.14 |
619 | 2024-12-19T19:44:43.470Z | Checking toml_edit v0.22.22 |
620 | 2024-12-19T19:44:43.550Z | Checking sha1 v0.10.6 |
621 | 2024-12-19T19:44:43.801Z | Checking slog-term v2.9.1 |
622 | 2024-12-19T19:44:43.906Z | Checking futures v0.3.31 |
623 | 2024-12-19T19:44:43.939Z | Compiling parse-display-derive v0.10.0 |
624 | 2024-12-19T19:44:44.025Z | Compiling strum_macros v0.26.4 |
625 | 2024-12-19T19:44:44.043Z | Checking usdt v0.5.0 |
626 | 2024-12-19T19:44:44.115Z | Checking async-stream v0.3.6 |
627 | 2024-12-19T19:44:44.298Z | Checking slog-bunyan v2.5.0 |
628 | 2024-12-19T19:44:44.299Z | Checking rand v0.8.5 |
629 | 2024-12-19T19:44:44.469Z | Compiling serde_with_macros v3.11.0 |
630 | 2024-12-19T19:44:45.728Z | Checking tokio-rustls v0.25.0 |
631 | 2024-12-19T19:44:45.785Z | Checking ipnetwork v0.20.0 |
632 | 2024-12-19T19:44:45.804Z | Compiling dropshot_endpoint v0.13.0 |
633 | 2024-12-19T19:44:46.091Z | Checking hex v0.4.3 |
634 | 2024-12-19T19:44:46.119Z | Checking toml v0.8.19 |
635 | 2024-12-19T19:44:46.151Z | Checking serde_path_to_error v0.1.16 |
636 | 2024-12-19T19:44:46.637Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
637 | 2024-12-19T19:44:46.802Z | Compiling async-trait v0.1.83 |
638 | 2024-12-19T19:44:46.870Z | Checking waitgroup v0.1.2 |
639 | 2024-12-19T19:44:46.999Z | Checking hostname v0.4.0 |
640 | 2024-12-19T19:44:47.128Z | Checking instant v0.1.13 |
641 | 2024-12-19T19:44:47.146Z | Checking debug-ignore v1.0.5 |
642 | 2024-12-19T19:44:47.241Z | Checking backoff v0.4.0 |
643 | 2024-12-19T19:44:47.276Z | Checking serde_with v3.11.0 |
644 | 2024-12-19T19:44:47.398Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
645 | 2024-12-19T19:44:47.537Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
646 | 2024-12-19T19:44:47.555Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
647 | 2024-12-19T19:44:47.697Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
648 | 2024-12-19T19:44:47.783Z | Checking parse-display v0.10.0 |
649 | 2024-12-19T19:44:47.921Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
650 | 2024-12-19T19:44:48.104Z | Checking macaddr v1.0.1 |
651 | 2024-12-19T19:44:48.161Z | Compiling typify-macro v0.2.0 |
652 | 2024-12-19T19:44:48.200Z | Checking regress v0.9.1 |
653 | 2024-12-19T19:44:48.538Z | Checking strum v0.26.3 |
654 | 2024-12-19T19:44:50.334Z | Compiling typify v0.2.0 |
655 | 2024-12-19T19:44:50.430Z | Compiling progenitor-impl v0.8.0 |
656 | 2024-12-19T19:44:53.019Z | Compiling progenitor-macro v0.8.0 |
657 | 2024-12-19T19:44:57.201Z | Checking progenitor v0.8.0 |
658 | 2024-12-19T19:44:57.329Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
659 | 2024-12-19T19:45:00.284Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
660 | 2024-12-19T19:45:07.956Z | Checking test-project v0.1.0 (/tmp/test-project) |
661 | 2024-12-19T19:45:08.019Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s |
662 | 2024-12-19T19:45:08.344Z | + cargo build --release |
663 | 2024-12-19T19:45:08.598Z | Compiling proc-macro2 v1.0.89 |
664 | 2024-12-19T19:45:08.598Z | Compiling unicode-ident v1.0.13 |
665 | 2024-12-19T19:45:08.601Z | Compiling libc v0.2.162 |
666 | 2024-12-19T19:45:08.601Z | Compiling cfg-if v1.0.0 |
667 | 2024-12-19T19:45:08.601Z | Compiling autocfg v1.4.0 |
668 | 2024-12-19T19:45:08.601Z | Compiling serde v1.0.215 |
669 | 2024-12-19T19:45:08.644Z | Compiling version_check v0.9.5 |
670 | 2024-12-19T19:45:08.649Z | Compiling memchr v2.7.4 |
671 | 2024-12-19T19:45:08.710Z | Compiling serde_json v1.0.132 |
672 | 2024-12-19T19:45:08.810Z | Compiling itoa v1.0.11 |
673 | 2024-12-19T19:45:09.042Z | Compiling thiserror v1.0.69 |
674 | 2024-12-19T19:45:09.193Z | Compiling once_cell v1.20.2 |
675 | 2024-12-19T19:45:09.255Z | Compiling shlex v1.3.0 |
676 | 2024-12-19T19:45:09.581Z | Compiling cc v1.1.30 |
677 | 2024-12-19T19:45:09.641Z | Compiling num-traits v0.2.19 |
678 | 2024-12-19T19:45:09.929Z | Compiling pin-project-lite v0.2.14 |
679 | 2024-12-19T19:45:09.987Z | Compiling smallvec v1.13.2 |
680 | 2024-12-19T19:45:10.039Z | Compiling getrandom v0.2.15 |
681 | 2024-12-19T19:45:10.126Z | Compiling ryu v1.0.18 |
682 | 2024-12-19T19:45:10.249Z | Compiling bytes v1.8.0 |
683 | 2024-12-19T19:45:10.494Z | Compiling quote v1.0.37 |
684 | 2024-12-19T19:45:10.498Z | Compiling futures-core v0.3.31 |
685 | 2024-12-19T19:45:10.671Z | Compiling lock_api v0.4.12 |
686 | 2024-12-19T19:45:10.681Z | Compiling ahash v0.8.11 |
687 | 2024-12-19T19:45:10.701Z | Compiling byteorder v1.5.0 |
688 | 2024-12-19T19:45:11.005Z | Compiling syn v2.0.87 |
689 | 2024-12-19T19:45:11.009Z | Compiling schemars v0.8.21 |
690 | 2024-12-19T19:45:11.036Z | Compiling parking_lot_core v0.9.10 |
691 | 2024-12-19T19:45:11.318Z | Compiling scopeguard v1.2.0 |
692 | 2024-12-19T19:45:11.358Z | Compiling slab v0.4.9 |
693 | 2024-12-19T19:45:11.383Z | Compiling futures-sink v0.3.31 |
694 | 2024-12-19T19:45:11.527Z | Compiling log v0.4.22 |
695 | 2024-12-19T19:45:11.790Z | Compiling mio v1.0.2 |
696 | 2024-12-19T19:45:11.805Z | Compiling socket2 v0.5.7 |
697 | 2024-12-19T19:45:11.955Z | Compiling parking_lot v0.12.3 |
698 | 2024-12-19T19:45:11.961Z | Compiling signal-hook-registry v1.4.2 |
699 | 2024-12-19T19:45:12.111Z | Compiling semver v1.0.23 |
700 | 2024-12-19T19:45:12.272Z | Compiling stable_deref_trait v1.2.0 |
701 | 2024-12-19T19:45:12.563Z | Compiling ring v0.17.8 |
702 | 2024-12-19T19:45:12.612Z | Compiling equivalent v1.0.1 |
703 | 2024-12-19T19:45:12.697Z | Compiling fnv v1.0.7 |
704 | 2024-12-19T19:45:12.712Z | Compiling hashbrown v0.15.1 |
705 | 2024-12-19T19:45:12.824Z | Compiling http v1.1.0 |
706 | 2024-12-19T19:45:13.454Z | Compiling futures-channel v0.3.31 |
707 | 2024-12-19T19:45:13.462Z | Compiling futures-io v0.3.31 |
708 | 2024-12-19T19:45:13.486Z | Compiling futures-task v0.3.31 |
709 | 2024-12-19T19:45:13.782Z | Compiling pin-utils v0.1.0 |
710 | 2024-12-19T19:45:13.863Z | Compiling rustls-pki-types v1.9.0 |
711 | 2024-12-19T19:45:13.907Z | Compiling heck v0.5.0 |
712 | 2024-12-19T19:45:13.995Z | Compiling spin v0.9.8 |
713 | 2024-12-19T19:45:14.062Z | Compiling pkg-config v0.3.31 |
714 | 2024-12-19T19:45:14.188Z | Compiling vcpkg v0.2.15 |
715 | 2024-12-19T19:45:15.003Z | Compiling litemap v0.7.3 |
716 | 2024-12-19T19:45:15.371Z | Compiling untrusted v0.9.0 |
717 | 2024-12-19T19:45:15.442Z | Compiling httparse v1.9.5 |
718 | 2024-12-19T19:45:15.529Z | Compiling iana-time-zone v0.1.61 |
719 | 2024-12-19T19:45:15.722Z | Compiling ucd-trie v0.1.7 |
720 | 2024-12-19T19:45:15.837Z | Compiling openssl-sys v0.9.103 |
721 | 2024-12-19T19:45:16.088Z | Compiling writeable v0.5.5 |
722 | 2024-12-19T19:45:16.267Z | Compiling tracing-core v0.1.32 |
723 | 2024-12-19T19:45:16.836Z | Compiling dyn-clone v1.0.17 |
724 | 2024-12-19T19:45:16.876Z | Compiling atomic-waker v1.1.2 |
725 | 2024-12-19T19:45:17.051Z | Compiling allocator-api2 v0.2.18 |
726 | 2024-12-19T19:45:17.230Z | Compiling tracing v0.1.40 |
727 | 2024-12-19T19:45:17.789Z | Compiling http-body v1.0.1 |
728 | 2024-12-19T19:45:17.940Z | Compiling chrono v0.4.38 |
729 | 2024-12-19T19:45:18.022Z | Compiling zeroize v1.8.1 |
730 | 2024-12-19T19:45:18.122Z | Compiling uuid v1.11.0 |
731 | 2024-12-19T19:45:18.352Z | Compiling icu_locid_transform_data v1.5.0 |
732 | 2024-12-19T19:45:18.438Z | Compiling try-lock v0.2.5 |
733 | 2024-12-19T19:45:18.612Z | Compiling subtle v2.6.1 |
734 | 2024-12-19T19:45:18.665Z | Compiling want v0.3.1 |
735 | 2024-12-19T19:45:18.806Z | Compiling synstructure v0.13.1 |
736 | 2024-12-19T19:45:18.883Z | Compiling serde_derive_internals v0.29.1 |
737 | 2024-12-19T19:45:18.945Z | Compiling openssl v0.10.66 |
738 | 2024-12-19T19:45:19.390Z | Compiling foreign-types-shared v0.1.1 |
739 | 2024-12-19T19:45:19.493Z | Compiling icu_properties_data v1.5.0 |
740 | 2024-12-19T19:45:19.739Z | Compiling slog v2.7.0 |
741 | 2024-12-19T19:45:20.181Z | Compiling httpdate v1.0.3 |
742 | 2024-12-19T19:45:20.282Z | Compiling foreign-types v0.3.2 |
743 | 2024-12-19T19:45:20.796Z | Compiling aho-corasick v1.1.3 |
744 | 2024-12-19T19:45:20.921Z | Compiling typenum v1.17.0 |
745 | 2024-12-19T19:45:21.112Z | Compiling utf16_iter v1.0.5 |
746 | 2024-12-19T19:45:21.333Z | Compiling regex-syntax v0.8.5 |
747 | 2024-12-19T19:45:21.782Z | Compiling bitflags v2.6.0 |
748 | 2024-12-19T19:45:21.926Z | Compiling utf8_iter v1.0.4 |
749 | 2024-12-19T19:45:22.120Z | Compiling tower-service v0.3.3 |
750 | 2024-12-19T19:45:22.178Z | Compiling native-tls v0.2.12 |
751 | 2024-12-19T19:45:22.232Z | Compiling icu_normalizer_data v1.5.0 |
752 | 2024-12-19T19:45:22.326Z | Compiling write16 v1.0.0 |
753 | 2024-12-19T19:45:22.451Z | Compiling rustls v0.23.14 |
754 | 2024-12-19T19:45:22.525Z | Compiling percent-encoding v2.3.1 |
755 | 2024-12-19T19:45:22.749Z | Compiling form_urlencoded v1.2.1 |
756 | 2024-12-19T19:45:23.345Z | Compiling generic-array v0.14.7 |
757 | 2024-12-19T19:45:23.562Z | Compiling openssl-probe v0.1.5 |
758 | 2024-12-19T19:45:24.488Z | Compiling serde_derive v1.0.215 |
759 | 2024-12-19T19:45:24.923Z | Compiling zerocopy-derive v0.7.35 |
760 | 2024-12-19T19:45:24.948Z | Compiling thiserror-impl v1.0.69 |
761 | 2024-12-19T19:45:25.284Z | Compiling zerofrom-derive v0.1.4 |
762 | 2024-12-19T19:45:25.538Z | Compiling schemars_derive v0.8.21 |
763 | 2024-12-19T19:45:27.024Z | Compiling zerocopy v0.7.35 |
764 | 2024-12-19T19:45:28.068Z | Compiling yoke-derive v0.7.4 |
765 | 2024-12-19T19:45:28.600Z | Compiling tokio-macros v2.4.0 |
766 | 2024-12-19T19:45:28.631Z | Compiling zerovec-derive v0.10.3 |
767 | 2024-12-19T19:45:28.866Z | Compiling zerofrom v0.1.4 |
768 | 2024-12-19T19:45:29.003Z | Compiling displaydoc v0.2.5 |
769 | 2024-12-19T19:45:29.105Z | Compiling futures-macro v0.3.31 |
770 | 2024-12-19T19:45:30.203Z | Compiling tokio v1.40.0 |
771 | 2024-12-19T19:45:30.759Z | Compiling yoke v0.7.4 |
772 | 2024-12-19T19:45:31.015Z | Compiling futures-util v0.3.31 |
773 | 2024-12-19T19:45:31.120Z | Compiling pest v2.7.14 |
774 | 2024-12-19T19:45:31.211Z | Compiling zerovec v0.10.4 |
775 | 2024-12-19T19:45:31.269Z | Compiling icu_provider_macros v1.5.0 |
776 | 2024-12-19T19:45:31.297Z | Compiling hashbrown v0.14.5 |
777 | 2024-12-19T19:45:32.542Z | Compiling rustls-webpki v0.102.8 |
778 | 2024-12-19T19:45:34.023Z | Compiling tinystr v0.7.6 |
779 | 2024-12-19T19:45:34.208Z | Compiling pest_meta v2.7.14 |
780 | 2024-12-19T19:45:34.472Z | Compiling icu_locid v1.5.0 |
781 | 2024-12-19T19:45:37.377Z | Compiling icu_provider v1.5.0 |
782 | 2024-12-19T19:45:38.029Z | Compiling pest_generator v2.7.14 |
783 | 2024-12-19T19:45:38.384Z | Compiling icu_locid_transform v1.5.0 |
784 | 2024-12-19T19:45:39.653Z | Compiling indexmap v2.6.0 |
785 | 2024-12-19T19:45:39.775Z | Compiling serde_tokenstream v0.2.2 |
786 | 2024-12-19T19:45:41.654Z | Compiling tokio-util v0.7.12 |
787 | 2024-12-19T19:45:42.727Z | Compiling h2 v0.4.6 |
788 | 2024-12-19T19:45:44.442Z | Compiling icu_collections v1.5.0 |
789 | 2024-12-19T19:45:45.438Z | Compiling regress v0.10.1 |
790 | 2024-12-19T19:45:45.527Z | Compiling icu_properties v1.5.1 |
791 | 2024-12-19T19:45:47.158Z | Compiling pest_derive v2.7.14 |
792 | 2024-12-19T19:45:48.567Z | Compiling hyper v1.5.0 |
793 | 2024-12-19T19:45:49.578Z | Compiling typify-impl v0.2.0 |
794 | 2024-12-19T19:45:50.279Z | Compiling openssl-macros v0.1.1 |
795 | 2024-12-19T19:45:51.796Z | Compiling hyper-util v0.1.10 |
796 | 2024-12-19T19:45:56.454Z | Compiling icu_normalizer v1.5.0 |
797 | 2024-12-19T19:45:58.743Z | Compiling regex-automata v0.4.8 |
798 | 2024-12-19T19:45:59.590Z | Compiling idna_adapter v1.2.0 |
799 | 2024-12-19T19:46:00.923Z | Compiling http-body-util v0.1.2 |
800 | 2024-12-19T19:46:01.505Z | Compiling scroll_derive v0.12.0 |
801 | 2024-12-19T19:46:01.816Z | Compiling typify-macro v0.2.0 |
802 | 2024-12-19T19:46:02.134Z | Compiling usdt-impl v0.5.0 |
803 | 2024-12-19T19:46:02.523Z | Compiling encoding_rs v0.8.34 |
804 | 2024-12-19T19:46:03.014Z | Compiling regex v1.11.1 |
805 | 2024-12-19T19:46:03.986Z | Compiling powerfmt v0.2.0 |
806 | 2024-12-19T19:46:04.466Z | Compiling num-conv v0.1.0 |
807 | 2024-12-19T19:46:04.746Z | Compiling time-core v0.1.2 |
808 | 2024-12-19T19:46:04.904Z | Compiling mime v0.3.17 |
809 | 2024-12-19T19:46:05.629Z | Compiling time-macros v0.2.18 |
810 | 2024-12-19T19:46:05.991Z | Compiling deranged v0.3.11 |
811 | 2024-12-19T19:46:06.788Z | Compiling scroll v0.12.0 |
812 | 2024-12-19T19:46:07.555Z | Compiling tokio-native-tls v0.3.1 |
813 | 2024-12-19T19:46:07.833Z | Compiling tokio-rustls v0.26.0 |
814 | 2024-12-19T19:46:08.321Z | Compiling idna v1.0.3 |
815 | 2024-12-19T19:46:08.662Z | Compiling dtrace-parser v0.2.0 |
816 | 2024-12-19T19:46:13.412Z | Compiling dof v0.3.0 |
817 | 2024-12-19T19:46:14.109Z | Compiling serde_urlencoded v0.7.1 |
818 | 2024-12-19T19:46:14.774Z | Compiling thread-id v4.2.2 |
819 | 2024-12-19T19:46:14.872Z | Compiling webpki-roots v0.26.6 |
820 | 2024-12-19T19:46:15.075Z | Compiling rustls-pemfile v2.2.0 |
821 | 2024-12-19T19:46:15.724Z | Compiling ident_case v1.0.1 |
822 | 2024-12-19T19:46:16.536Z | Compiling omicron-workspace-hack v0.1.0 |
823 | 2024-12-19T19:46:16.834Z | Compiling plain v0.2.3 |
824 | 2024-12-19T19:46:16.968Z | Compiling base64 v0.22.1 |
825 | 2024-12-19T19:46:17.077Z | Compiling crossbeam-utils v0.8.20 |
826 | 2024-12-19T19:46:17.217Z | Compiling num_threads v0.1.7 |
827 | 2024-12-19T19:46:17.526Z | Compiling strsim v0.11.1 |
828 | 2024-12-19T19:46:17.638Z | Compiling time v0.3.36 |
829 | 2024-12-19T19:46:18.072Z | Compiling darling_core v0.20.10 |
830 | 2024-12-19T19:46:18.236Z | Compiling goblin v0.8.2 |
831 | 2024-12-19T19:46:24.369Z | Compiling hyper-rustls v0.27.3 |
832 | 2024-12-19T19:46:26.998Z | Compiling url v2.5.3 |
833 | 2024-12-19T19:46:27.404Z | Compiling hyper-tls v0.6.0 |
834 | 2024-12-19T19:46:27.474Z | Compiling typify v0.2.0 |
835 | 2024-12-19T19:46:27.599Z | Compiling openapiv3 v2.0.0 |
836 | 2024-12-19T19:46:28.144Z | Compiling sync_wrapper v1.0.1 |
837 | 2024-12-19T19:46:28.285Z | Compiling dirs-sys-next v0.1.2 |
838 | 2024-12-19T19:46:29.805Z | Compiling rustls v0.22.4 |
839 | 2024-12-19T19:46:30.114Z | Compiling ipnet v2.10.1 |
840 | 2024-12-19T19:46:32.011Z | Compiling pretty-hex v0.4.1 |
841 | 2024-12-19T19:46:32.238Z | Compiling paste v1.0.15 |
842 | 2024-12-19T19:46:32.773Z | Compiling rustversion v1.0.17 |
843 | 2024-12-19T19:46:32.862Z | Compiling unsafe-libyaml v0.2.11 |
844 | 2024-12-19T19:46:33.478Z | Compiling progenitor-impl v0.8.0 |
845 | 2024-12-19T19:46:34.514Z | Compiling serde_yaml v0.9.34+deprecated |
846 | 2024-12-19T19:46:34.658Z | Compiling reqwest v0.12.9 |
847 | 2024-12-19T19:46:38.445Z | Compiling dirs-next v2.0.0 |
848 | 2024-12-19T19:46:38.822Z | Compiling darling_macro v0.20.10 |
849 | 2024-12-19T19:46:40.209Z | Compiling crypto-common v0.1.6 |
850 | 2024-12-19T19:46:40.423Z | Compiling block-buffer v0.10.4 |
851 | 2024-12-19T19:46:40.661Z | Compiling serde_spanned v0.6.8 |
852 | 2024-12-19T19:46:40.884Z | Compiling toml_datetime v0.6.8 |
853 | 2024-12-19T19:46:41.034Z | Compiling ppv-lite86 v0.2.20 |
854 | 2024-12-19T19:46:41.615Z | Compiling structmeta-derive v0.3.0 |
855 | 2024-12-19T19:46:41.675Z | Compiling rand_core v0.6.4 |
856 | 2024-12-19T19:46:42.062Z | Compiling thread_local v1.1.8 |
857 | 2024-12-19T19:46:42.167Z | Compiling multer v3.1.0 |
858 | 2024-12-19T19:46:42.501Z | Compiling anyhow v1.0.93 |
859 | 2024-12-19T19:46:42.758Z | Compiling match_cfg v0.1.0 |
860 | 2024-12-19T19:46:42.844Z | Compiling newtype-uuid v1.1.3 |
861 | 2024-12-19T19:46:43.103Z | Compiling slog-async v2.8.0 |
862 | 2024-12-19T19:46:43.149Z | Compiling winnow v0.6.20 |
863 | 2024-12-19T19:46:43.222Z | Compiling camino v1.1.9 |
864 | 2024-12-19T19:46:43.857Z | Compiling hostname v0.3.1 |
865 | 2024-12-19T19:46:44.091Z | Compiling rand_chacha v0.3.1 |
866 | 2024-12-19T19:46:44.321Z | Compiling structmeta v0.3.0 |
867 | 2024-12-19T19:46:44.924Z | Compiling crossbeam-channel v0.5.13 |
868 | 2024-12-19T19:46:45.844Z | Compiling digest v0.10.7 |
869 | 2024-12-19T19:46:46.209Z | Compiling progenitor-macro v0.8.0 |
870 | 2024-12-19T19:46:46.260Z | Compiling darling v0.20.10 |
871 | 2024-12-19T19:46:46.356Z | Compiling term v0.7.0 |
872 | 2024-12-19T19:46:47.619Z | Compiling toml_edit v0.22.22 |
873 | 2024-12-19T19:46:50.975Z | Compiling progenitor-client v0.8.0 |
874 | 2024-12-19T19:46:54.354Z | Compiling usdt-attr-macro v0.5.0 |
875 | 2024-12-19T19:46:55.337Z | Compiling usdt-macro v0.5.0 |
876 | 2024-12-19T19:46:55.860Z | Compiling slog-json v2.6.1 |
877 | 2024-12-19T19:46:56.267Z | Compiling futures-executor v0.3.31 |
878 | 2024-12-19T19:46:56.624Z | Compiling async-stream-impl v0.3.6 |
879 | 2024-12-19T19:46:57.450Z | Compiling memmap v0.7.0 |
880 | 2024-12-19T19:46:57.902Z | Compiling is-terminal v0.4.13 |
881 | 2024-12-19T19:46:57.987Z | Compiling dropshot v0.13.0 |
882 | 2024-12-19T19:46:58.021Z | Compiling cpufeatures v0.2.14 |
883 | 2024-12-19T19:46:58.124Z | Compiling take_mut v0.2.2 |
884 | 2024-12-19T19:46:58.401Z | Compiling sha1 v0.10.6 |
885 | 2024-12-19T19:46:59.121Z | Compiling async-stream v0.3.6 |
886 | 2024-12-19T19:46:59.240Z | Compiling progenitor v0.8.0 |
887 | 2024-12-19T19:46:59.418Z | Compiling slog-term v2.9.1 |
888 | 2024-12-19T19:46:59.445Z | Compiling usdt v0.5.0 |
889 | 2024-12-19T19:47:01.022Z | Compiling futures v0.3.31 |
890 | 2024-12-19T19:47:01.217Z | Compiling slog-bunyan v2.5.0 |
891 | 2024-12-19T19:47:01.494Z | Compiling strum_macros v0.26.4 |
892 | 2024-12-19T19:47:01.688Z | Compiling tokio-rustls v0.25.0 |
893 | 2024-12-19T19:47:02.132Z | Compiling toml v0.8.19 |
894 | 2024-12-19T19:47:02.407Z | Compiling serde_with_macros v3.11.0 |
895 | 2024-12-19T19:47:05.120Z | Compiling parse-display-derive v0.10.0 |
896 | 2024-12-19T19:47:06.142Z | Compiling rand v0.8.5 |
897 | 2024-12-19T19:47:10.904Z | Compiling ipnetwork v0.20.0 |
898 | 2024-12-19T19:47:10.911Z | Compiling dropshot_endpoint v0.13.0 |
899 | 2024-12-19T19:47:11.004Z | Compiling hex v0.4.3 |
900 | 2024-12-19T19:47:11.011Z | Compiling serde_path_to_error v0.1.16 |
901 | 2024-12-19T19:47:11.718Z | Compiling async-trait v0.1.83 |
902 | 2024-12-19T19:47:12.042Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
903 | 2024-12-19T19:47:12.870Z | Compiling waitgroup v0.1.2 |
904 | 2024-12-19T19:47:13.107Z | Compiling hostname v0.4.0 |
905 | 2024-12-19T19:47:13.351Z | Compiling instant v0.1.13 |
906 | 2024-12-19T19:47:13.503Z | Compiling debug-ignore v1.0.5 |
907 | 2024-12-19T19:47:13.647Z | Compiling backoff v0.4.0 |
908 | 2024-12-19T19:47:14.010Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
909 | 2024-12-19T19:47:14.126Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
910 | 2024-12-19T19:47:14.204Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
911 | 2024-12-19T19:47:14.392Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
912 | 2024-12-19T19:47:14.988Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
913 | 2024-12-19T19:47:15.949Z | Compiling parse-display v0.10.0 |
914 | 2024-12-19T19:47:18.264Z | Compiling strum v0.26.3 |
915 | 2024-12-19T19:47:18.378Z | Compiling serde_with v3.11.0 |
916 | 2024-12-19T19:47:19.164Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
917 | 2024-12-19T19:47:19.216Z | Compiling regress v0.9.1 |
918 | 2024-12-19T19:47:19.942Z | Compiling macaddr v1.0.1 |
919 | 2024-12-19T19:47:26.121Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
920 | 2024-12-19T19:47:36.263Z | Compiling test-project v0.1.0 (/tmp/test-project) |
921 | 2024-12-19T19:47:46.318Z | Finished `release` profile [optimized] target(s) in 2m 37s |
922 | 2024-12-19T19:47:46.384Z | process exited: duration 236089 ms, exit code 0 |
|
923 | 2024-12-19T19:47:46.391Z | found 0 output files |