|
|
|
1 | 2025-01-25T04:21:57.423Z | job assigned to worker 01JJDV2GCP99K8PXA5XETYESH8 [factory aws, i-0b6929fdbd5cbab57] (queued for 58 s) |
|
2 | 2025-01-25T04:22:05.845Z | starting task 0: "setup" |
3 | 2025-01-25T04:22:05.862Z | ++ uname -s |
4 | 2025-01-25T04:22:05.863Z | + kern=SunOS |
5 | 2025-01-25T04:22:05.863Z | + case "$kern" in |
6 | 2025-01-25T04:22:05.863Z | + groupadd -g 12345 build |
7 | 2025-01-25T04:22:05.863Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-25T04:22:07.814Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-25T04:22:07.933Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-25T04:22:07.935Z | + home_fs=zfs |
11 | 2025-01-25T04:22:07.935Z | + [[ zfs == autofs ]] |
12 | 2025-01-25T04:22:07.935Z | + mkdir -p /home/build |
13 | 2025-01-25T04:22:07.939Z | + chown build:build /home/build /work |
14 | 2025-01-25T04:22:09.949Z | + chmod 0700 /home/build /work |
15 | 2025-01-25T04:22:09.974Z | process exited: duration 4151 ms, exit code 0 |
|
16 | 2025-01-25T04:22:10.010Z | starting task 1: "rust-toolchain" |
17 | 2025-01-25T04:22:10.067Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-25T04:22:10.067Z | ' 1.84.0 |
19 | 2025-01-25T04:22:10.067Z | + printf ' * toolchain profile = "%s" |
20 | 2025-01-25T04:22:10.067Z | * toolchain channel = "1.84.0" |
21 | 2025-01-25T04:22:10.067Z | * toolchain profile = "default" |
22 | 2025-01-25T04:22:10.067Z | ' default |
23 | 2025-01-25T04:22:10.067Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-25T04:22:10.068Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
25 | 2025-01-25T04:22:10.118Z | info: downloading installer |
26 | 2025-01-25T04:22:11.523Z | info: profile set to 'default' |
27 | 2025-01-25T04:22:11.523Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-25T04:22:11.590Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
29 | 2025-01-25T04:22:11.617Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
30 | 2025-01-25T04:22:11.617Z | info: downloading component 'cargo' |
31 | 2025-01-25T04:22:12.494Z | info: downloading component 'clippy' |
32 | 2025-01-25T04:22:12.835Z | info: downloading component 'rust-docs' |
33 | 2025-01-25T04:22:14.051Z | info: downloading component 'rust-std' |
34 | 2025-01-25T04:22:15.825Z | info: downloading component 'rustc' |
35 | 2025-01-25T04:22:22.723Z | info: downloading component 'rustfmt' |
36 | 2025-01-25T04:22:22.980Z | info: installing component 'cargo' |
37 | 2025-01-25T04:22:23.822Z | info: installing component 'clippy' |
38 | 2025-01-25T04:22:24.197Z | info: installing component 'rust-docs' |
39 | 2025-01-25T04:22:25.881Z | info: installing component 'rust-std' |
40 | 2025-01-25T04:22:27.588Z | info: installing component 'rustc' |
41 | 2025-01-25T04:22:33.648Z | info: installing component 'rustfmt' |
42 | 2025-01-25T04:22:34.010Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
43 | 2025-01-25T04:22:34.011Z | |
44 | 2025-01-25T04:22:34.384Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
45 | 2025-01-25T04:22:34.384Z | |
46 | 2025-01-25T04:22:34.399Z | |
47 | 2025-01-25T04:22:34.399Z | Rust is installed now. Great! |
48 | 2025-01-25T04:22:34.399Z | |
49 | 2025-01-25T04:22:34.399Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-25T04:22:34.399Z | environment variable. This has not been done automatically. |
51 | 2025-01-25T04:22:34.399Z | |
52 | 2025-01-25T04:22:34.399Z | To configure your current shell, you need to source |
53 | 2025-01-25T04:22:34.399Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-25T04:22:34.399Z | |
55 | 2025-01-25T04:22:34.399Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-25T04:22:34.400Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-25T04:22:34.400Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-25T04:22:34.456Z | + rustc --version |
59 | 2025-01-25T04:22:34.530Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
60 | 2025-01-25T04:22:34.573Z | process exited: duration 24500 ms, exit code 0 |
|
61 | 2025-01-25T04:22:34.647Z | starting task 2: "authentication" |
62 | 2025-01-25T04:22:34.700Z | process exited: duration 59 ms, exit code 0 |
|
63 | 2025-01-25T04:22:34.741Z | starting task 3: "clone repository" |
64 | 2025-01-25T04:22:34.752Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-25T04:22:34.753Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-25T04:22:34.801Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-25T04:22:43.339Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-25T04:22:43.339Z | + git fetch origin ffe7acf48bbd8001e3ba53754bfc1c727ed69e51 |
69 | 2025-01-25T04:22:43.650Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-25T04:22:43.650Z | * branch ffe7acf48bbd8001e3ba53754bfc1c727ed69e51 -> FETCH_HEAD |
71 | 2025-01-25T04:22:43.658Z | + [[ -n renovate/csv-1.x ]] |
72 | 2025-01-25T04:22:43.661Z | ++ git branch --show-current |
73 | 2025-01-25T04:22:43.664Z | + current=main |
74 | 2025-01-25T04:22:43.664Z | + [[ main != renovate/csv-1.x ]] |
75 | 2025-01-25T04:22:43.664Z | + git branch -f renovate/csv-1.x ffe7acf48bbd8001e3ba53754bfc1c727ed69e51 |
76 | 2025-01-25T04:22:43.667Z | + git checkout -f renovate/csv-1.x |
77 | 2025-01-25T04:22:43.845Z | Switched to branch 'renovate/csv-1.x' |
78 | 2025-01-25T04:22:43.849Z | + git reset --hard ffe7acf48bbd8001e3ba53754bfc1c727ed69e51 |
79 | 2025-01-25T04:22:43.862Z | HEAD is now at ffe7acf48 Update Rust crate csv to 1.3.1 |
80 | 2025-01-25T04:22:43.865Z | process exited: duration 9127 ms, exit code 0 |
|
81 | 2025-01-25T04:22:43.873Z | starting task 4: "build" |
82 | 2025-01-25T04:22:43.879Z | + source .github/buildomat/ci-env.sh |
83 | 2025-01-25T04:22:43.879Z | ++ export CARGO_TERM_COLOR=always |
84 | 2025-01-25T04:22:43.880Z | ++ CARGO_TERM_COLOR=always |
85 | 2025-01-25T04:22:43.880Z | + cargo --version |
86 | 2025-01-25T04:22:43.937Z | cargo 1.84.0 (66221abde 2024-11-19) |
87 | 2025-01-25T04:22:43.941Z | + rustc --version |
88 | 2025-01-25T04:22:44.007Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
89 | 2025-01-25T04:22:44.012Z | + cd /tmp |
90 | 2025-01-25T04:22:44.012Z | + cargo new --lib test-project |
91 | 2025-01-25T04:22:44.094Z | Creating library `test-project` package |
92 | 2025-01-25T04:22:44.165Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
93 | 2025-01-25T04:22:44.196Z | + cd test-project |
94 | 2025-01-25T04:22:44.196Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
95 | 2025-01-25T04:22:44.272Z | Adding omicron-common (local) to dependencies |
96 | 2025-01-25T04:22:44.272Z | Features: |
97 | 2025-01-25T04:22:44.272Z | - proptest |
98 | 2025-01-25T04:22:44.272Z | - test-strategy |
99 | 2025-01-25T04:22:44.272Z | - testing |
100 | 2025-01-25T04:22:44.272Z | Updating crates.io index |
101 | 2025-01-25T04:22:44.310Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
102 | 2025-01-25T04:22:44.779Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
103 | 2025-01-25T04:22:45.254Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
104 | 2025-01-25T04:22:45.633Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
105 | 2025-01-25T04:22:46.039Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
106 | 2025-01-25T04:22:47.593Z | Locking 335 packages to latest compatible versions |
107 | 2025-01-25T04:22:47.787Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
108 | 2025-01-25T04:22:47.829Z | + cargo check |
109 | 2025-01-25T04:22:47.911Z | Updating crates.io index |
110 | 2025-01-25T04:22:48.874Z | Locking 1 package to latest compatible version |
111 | 2025-01-25T04:22:48.874Z | Adding omicron-workspace-hack v0.1.0 |
112 | 2025-01-25T04:22:48.901Z | Downloading crates ... |
113 | 2025-01-25T04:22:49.007Z | Downloaded ahash v0.8.11 |
114 | 2025-01-25T04:22:49.022Z | Downloaded match_cfg v0.1.0 |
115 | 2025-01-25T04:22:49.101Z | Downloaded darling_core v0.20.10 |
116 | 2025-01-25T04:22:49.110Z | Downloaded time-macros v0.2.18 |
117 | 2025-01-25T04:22:49.115Z | Downloaded darling_macro v0.20.10 |
118 | 2025-01-25T04:22:49.115Z | Downloaded try-lock v0.2.5 |
119 | 2025-01-25T04:22:49.115Z | Downloaded darling v0.20.10 |
120 | 2025-01-25T04:22:49.119Z | Downloaded tinyvec_macros v0.1.1 |
121 | 2025-01-25T04:22:49.119Z | Downloaded fnv v1.0.7 |
122 | 2025-01-25T04:22:49.119Z | Downloaded equivalent v1.0.1 |
123 | 2025-01-25T04:22:49.119Z | Downloaded dof v0.3.0 |
124 | 2025-01-25T04:22:49.125Z | Downloaded dirs-sys-next v0.1.2 |
125 | 2025-01-25T04:22:49.125Z | Downloaded foreign-types v0.3.2 |
126 | 2025-01-25T04:22:49.125Z | Downloaded digest v0.10.7 |
127 | 2025-01-25T04:22:49.132Z | Downloaded tokio-util v0.7.12 |
128 | 2025-01-25T04:22:49.135Z | Downloaded tinyvec v1.8.0 |
129 | 2025-01-25T04:22:49.135Z | Downloaded time-core v0.1.2 |
130 | 2025-01-25T04:22:49.135Z | Downloaded foreign-types-shared v0.1.1 |
131 | 2025-01-25T04:22:49.135Z | Downloaded dtrace-parser v0.2.0 |
132 | 2025-01-25T04:22:49.159Z | Downloaded dyn-clone v1.0.17 |
133 | 2025-01-25T04:22:49.159Z | Downloaded futures-macro v0.3.31 |
134 | 2025-01-25T04:22:49.159Z | Downloaded either v1.13.0 |
135 | 2025-01-25T04:22:49.159Z | Downloaded httpdate v1.0.3 |
136 | 2025-01-25T04:22:49.159Z | Downloaded toml_datetime v0.6.8 |
137 | 2025-01-25T04:22:49.160Z | Downloaded futures-channel v0.3.31 |
138 | 2025-01-25T04:22:49.166Z | Downloaded typify v0.2.0 |
139 | 2025-01-25T04:22:49.166Z | Downloaded tokio-rustls v0.25.0 |
140 | 2025-01-25T04:22:49.167Z | Downloaded dropshot_endpoint v0.15.1 |
141 | 2025-01-25T04:22:49.167Z | Downloaded toml v0.8.19 |
142 | 2025-01-25T04:22:49.167Z | Downloaded usdt v0.5.0 |
143 | 2025-01-25T04:22:49.167Z | Downloaded typify-macro v0.2.0 |
144 | 2025-01-25T04:22:49.167Z | Downloaded tracing-core v0.1.32 |
145 | 2025-01-25T04:22:49.167Z | Downloaded tokio-macros v2.5.0 |
146 | 2025-01-25T04:22:49.171Z | Downloaded ident_case v1.0.1 |
147 | 2025-01-25T04:22:49.171Z | Downloaded tokio-native-tls v0.3.1 |
148 | 2025-01-25T04:22:49.171Z | Downloaded usdt-macro v0.5.0 |
149 | 2025-01-25T04:22:49.171Z | Downloaded http-body v1.0.1 |
150 | 2025-01-25T04:22:49.171Z | Downloaded displaydoc v0.2.5 |
151 | 2025-01-25T04:22:49.176Z | Downloaded async-stream-impl v0.3.6 |
152 | 2025-01-25T04:22:49.176Z | Downloaded dirs-next v2.0.0 |
153 | 2025-01-25T04:22:49.176Z | Downloaded debug-ignore v1.0.5 |
154 | 2025-01-25T04:22:49.179Z | Downloaded want v0.3.1 |
155 | 2025-01-25T04:22:49.179Z | Downloaded usdt-attr-macro v0.5.0 |
156 | 2025-01-25T04:22:49.179Z | Downloaded instant v0.1.13 |
157 | 2025-01-25T04:22:49.179Z | Downloaded deranged v0.3.11 |
158 | 2025-01-25T04:22:49.182Z | Downloaded unicode-ident v1.0.14 |
159 | 2025-01-25T04:22:49.185Z | Downloaded icu_provider_macros v1.5.0 |
160 | 2025-01-25T04:22:49.185Z | Downloaded tower-service v0.3.3 |
161 | 2025-01-25T04:22:49.185Z | Downloaded utf8_iter v1.0.4 |
162 | 2025-01-25T04:22:49.188Z | Downloaded unsafe-libyaml v0.2.11 |
163 | 2025-01-25T04:22:49.190Z | Downloaded yoke-derive v0.7.4 |
164 | 2025-01-25T04:22:49.190Z | Downloaded untrusted v0.9.0 |
165 | 2025-01-25T04:22:49.193Z | Downloaded tracing v0.1.40 |
166 | 2025-01-25T04:22:49.196Z | Downloaded tinystr v0.7.6 |
167 | 2025-01-25T04:22:49.199Z | Downloaded utf16_iter v1.0.5 |
168 | 2025-01-25T04:22:49.202Z | Downloaded hostname v0.3.1 |
169 | 2025-01-25T04:22:49.202Z | Downloaded hex v0.4.3 |
170 | 2025-01-25T04:22:49.204Z | Downloaded zerofrom-derive v0.1.4 |
171 | 2025-01-25T04:22:49.204Z | Downloaded hyper-tls v0.6.0 |
172 | 2025-01-25T04:22:49.207Z | Downloaded hostname v0.4.0 |
173 | 2025-01-25T04:22:49.210Z | Downloaded num-conv v0.1.0 |
174 | 2025-01-25T04:22:49.210Z | Downloaded futures-io v0.3.31 |
175 | 2025-01-25T04:22:49.210Z | Downloaded form_urlencoded v1.2.1 |
176 | 2025-01-25T04:22:49.213Z | Downloaded autocfg v1.4.0 |
177 | 2025-01-25T04:22:49.213Z | Downloaded futures-sink v0.3.31 |
178 | 2025-01-25T04:22:49.217Z | Downloaded generic-array v0.14.7 |
179 | 2025-01-25T04:22:49.217Z | Downloaded zeroize v1.8.1 |
180 | 2025-01-25T04:22:49.220Z | Downloaded version_check v0.9.5 |
181 | 2025-01-25T04:22:49.220Z | Downloaded usdt-impl v0.5.0 |
182 | 2025-01-25T04:22:49.221Z | Downloaded ucd-trie v0.1.7 |
183 | 2025-01-25T04:22:49.224Z | Downloaded macaddr v1.0.1 |
184 | 2025-01-25T04:22:49.224Z | Downloaded is-terminal v0.4.13 |
185 | 2025-01-25T04:22:49.224Z | Downloaded cfg-if v1.0.0 |
186 | 2025-01-25T04:22:49.227Z | Downloaded openssl-macros v0.1.1 |
187 | 2025-01-25T04:22:49.227Z | Downloaded omicron-workspace-hack v0.1.0 |
188 | 2025-01-25T04:22:49.227Z | Downloaded itoa v1.0.11 |
189 | 2025-01-25T04:22:49.232Z | Downloaded byteorder v1.5.0 |
190 | 2025-01-25T04:22:49.232Z | Downloaded pretty-hex v0.4.1 |
191 | 2025-01-25T04:22:49.232Z | Downloaded openssl-probe v0.1.5 |
192 | 2025-01-25T04:22:49.234Z | Downloaded idna_adapter v1.2.0 |
193 | 2025-01-25T04:22:49.234Z | Downloaded progenitor-client v0.8.0 |
194 | 2025-01-25T04:22:49.234Z | Downloaded zerofrom v0.1.4 |
195 | 2025-01-25T04:22:49.234Z | Downloaded num_threads v0.1.7 |
196 | 2025-01-25T04:22:49.238Z | Downloaded cpufeatures v0.2.14 |
197 | 2025-01-25T04:22:49.238Z | Downloaded block-buffer v0.10.4 |
198 | 2025-01-25T04:22:49.238Z | Downloaded atomic-waker v1.1.2 |
199 | 2025-01-25T04:22:49.241Z | Downloaded tokio-rustls v0.26.0 |
200 | 2025-01-25T04:22:49.241Z | Downloaded write16 v1.0.0 |
201 | 2025-01-25T04:22:49.241Z | Downloaded yoke v0.7.4 |
202 | 2025-01-25T04:22:49.244Z | Downloaded waitgroup v0.1.2 |
203 | 2025-01-25T04:22:49.244Z | Downloaded heck v0.5.0 |
204 | 2025-01-25T04:22:49.247Z | Downloaded futures-task v0.3.31 |
205 | 2025-01-25T04:22:49.247Z | Downloaded futures-executor v0.3.31 |
206 | 2025-01-25T04:22:49.250Z | Downloaded futures-core v0.3.31 |
207 | 2025-01-25T04:22:49.250Z | Downloaded ipnetwork v0.20.0 |
208 | 2025-01-25T04:22:49.253Z | Downloaded writeable v0.5.5 |
209 | 2025-01-25T04:22:49.259Z | Downloaded thiserror-impl v2.0.11 |
210 | 2025-01-25T04:22:49.260Z | Downloaded progenitor-client v0.9.1 |
211 | 2025-01-25T04:22:49.260Z | Downloaded hyper-rustls v0.27.3 |
212 | 2025-01-25T04:22:49.263Z | Downloaded zerocopy-derive v0.7.35 |
213 | 2025-01-25T04:22:49.263Z | Downloaded camino v1.1.9 |
214 | 2025-01-25T04:22:49.350Z | Downloaded newtype-uuid v1.2.1 |
215 | 2025-01-25T04:22:49.350Z | Downloaded take_mut v0.2.2 |
216 | 2025-01-25T04:22:49.363Z | Downloaded thiserror v1.0.69 |
217 | 2025-01-25T04:22:49.363Z | Downloaded mime v0.3.17 |
218 | 2025-01-25T04:22:49.363Z | Downloaded powerfmt v0.2.0 |
219 | 2025-01-25T04:22:49.363Z | Downloaded percent-encoding v2.3.1 |
220 | 2025-01-25T04:22:49.363Z | Downloaded parse-display v0.10.0 |
221 | 2025-01-25T04:22:49.363Z | Downloaded thread_local v1.1.8 |
222 | 2025-01-25T04:22:49.363Z | Downloaded progenitor v0.8.0 |
223 | 2025-01-25T04:22:49.363Z | Downloaded getrandom v0.2.15 |
224 | 2025-01-25T04:22:49.363Z | Downloaded backoff v0.4.0 |
225 | 2025-01-25T04:22:49.363Z | Downloaded pkg-config v0.3.31 |
226 | 2025-01-25T04:22:49.363Z | Downloaded scroll_derive v0.12.0 |
227 | 2025-01-25T04:22:49.364Z | Downloaded pest_generator v2.7.14 |
228 | 2025-01-25T04:22:49.364Z | Downloaded paste v1.0.15 |
229 | 2025-01-25T04:22:49.364Z | Downloaded rustc-hash v2.0.0 |
230 | 2025-01-25T04:22:49.364Z | Downloaded plain v0.2.3 |
231 | 2025-01-25T04:22:49.364Z | Downloaded zerovec-derive v0.10.3 |
232 | 2025-01-25T04:22:49.364Z | Downloaded slog-bunyan v2.5.0 |
233 | 2025-01-25T04:22:49.364Z | Downloaded httparse v1.9.5 |
234 | 2025-01-25T04:22:49.364Z | Downloaded slog-json v2.6.1 |
235 | 2025-01-25T04:22:49.364Z | Downloaded native-tls v0.2.12 |
236 | 2025-01-25T04:22:49.364Z | Downloaded sync_wrapper v1.0.1 |
237 | 2025-01-25T04:22:49.364Z | Downloaded serde_spanned v0.6.8 |
238 | 2025-01-25T04:22:49.364Z | Downloaded serde_path_to_error v0.1.16 |
239 | 2025-01-25T04:22:49.364Z | Downloaded ppv-lite86 v0.2.20 |
240 | 2025-01-25T04:22:49.364Z | Downloaded pin-utils v0.1.0 |
241 | 2025-01-25T04:22:49.364Z | Downloaded rustversion v1.0.17 |
242 | 2025-01-25T04:22:49.364Z | Downloaded lock_api v0.4.12 |
243 | 2025-01-25T04:22:49.364Z | Downloaded indexmap v1.9.3 |
244 | 2025-01-25T04:22:49.364Z | Downloaded futures v0.3.31 |
245 | 2025-01-25T04:22:49.364Z | Downloaded icu_locid_transform v1.5.0 |
246 | 2025-01-25T04:22:49.364Z | Downloaded strsim v0.11.1 |
247 | 2025-01-25T04:22:49.364Z | Downloaded stable_deref_trait v1.2.0 |
248 | 2025-01-25T04:22:49.364Z | Downloaded icu_normalizer v1.5.0 |
249 | 2025-01-25T04:22:49.364Z | Downloaded serde_tokenstream v0.2.2 |
250 | 2025-01-25T04:22:49.364Z | Downloaded term v0.7.0 |
251 | 2025-01-25T04:22:49.364Z | Downloaded strum v0.26.3 |
252 | 2025-01-25T04:22:49.365Z | Downloaded num-traits v0.2.19 |
253 | 2025-01-25T04:22:49.365Z | Downloaded slab v0.4.9 |
254 | 2025-01-25T04:22:49.365Z | Downloaded quote v1.0.38 |
255 | 2025-01-25T04:22:49.365Z | Downloaded serde_derive_internals v0.29.1 |
256 | 2025-01-25T04:22:49.365Z | Downloaded shlex v1.3.0 |
257 | 2025-01-25T04:22:49.365Z | Downloaded schemars_derive v0.8.21 |
258 | 2025-01-25T04:22:49.365Z | Downloaded serde_urlencoded v0.7.1 |
259 | 2025-01-25T04:22:49.365Z | Downloaded quinn-udp v0.5.5 |
260 | 2025-01-25T04:22:49.365Z | Downloaded scopeguard v1.2.0 |
261 | 2025-01-25T04:22:49.365Z | Downloaded structmeta v0.3.0 |
262 | 2025-01-25T04:22:49.365Z | Downloaded slog-term v2.9.1 |
263 | 2025-01-25T04:22:49.365Z | Downloaded slog-async v2.8.0 |
264 | 2025-01-25T04:22:49.365Z | Downloaded pest_derive v2.7.14 |
265 | 2025-01-25T04:22:49.365Z | Downloaded signal-hook-registry v1.4.2 |
266 | 2025-01-25T04:22:49.365Z | Downloaded sha2 v0.10.8 |
267 | 2025-01-25T04:22:49.373Z | Downloaded pin-project-lite v0.2.14 |
268 | 2025-01-25T04:22:49.373Z | Downloaded parking_lot v0.12.3 |
269 | 2025-01-25T04:22:49.373Z | Downloaded sha1 v0.10.6 |
270 | 2025-01-25T04:22:49.373Z | Downloaded progenitor-macro v0.8.0 |
271 | 2025-01-25T04:22:49.373Z | Downloaded subtle v2.6.1 |
272 | 2025-01-25T04:22:49.373Z | Downloaded icu_normalizer_data v1.5.0 |
273 | 2025-01-25T04:22:49.373Z | Downloaded allocator-api2 v0.2.18 |
274 | 2025-01-25T04:22:49.376Z | Downloaded parking_lot_core v0.9.10 |
275 | 2025-01-25T04:22:49.376Z | Downloaded icu_properties v1.5.1 |
276 | 2025-01-25T04:22:49.376Z | Downloaded h2 v0.4.6 |
277 | 2025-01-25T04:22:49.381Z | Downloaded semver v1.0.24 |
278 | 2025-01-25T04:22:49.385Z | Downloaded slog v2.7.0 |
279 | 2025-01-25T04:22:49.388Z | Downloaded anyhow v1.0.95 |
280 | 2025-01-25T04:22:49.391Z | Downloaded scroll v0.12.0 |
281 | 2025-01-25T04:22:49.395Z | Downloaded progenitor-impl v0.8.0 |
282 | 2025-01-25T04:22:49.395Z | Downloaded rand_chacha v0.3.1 |
283 | 2025-01-25T04:22:49.395Z | Downloaded rustls-pemfile v2.2.0 |
284 | 2025-01-25T04:22:49.398Z | Downloaded icu_collections v1.5.0 |
285 | 2025-01-25T04:22:49.402Z | Downloaded strum_macros v0.26.4 |
286 | 2025-01-25T04:22:49.405Z | Downloaded proc-macro2 v1.0.92 |
287 | 2025-01-25T04:22:49.408Z | Downloaded hyper-util v0.1.10 |
288 | 2025-01-25T04:22:49.411Z | Downloaded smallvec v1.13.2 |
289 | 2025-01-25T04:22:49.414Z | Downloaded socket2 v0.5.7 |
290 | 2025-01-25T04:22:49.416Z | Downloaded ryu v1.0.18 |
291 | 2025-01-25T04:22:49.420Z | Downloaded spin v0.9.8 |
292 | 2025-01-25T04:22:49.426Z | Downloaded indexmap v2.7.0 |
293 | 2025-01-25T04:22:49.429Z | Downloaded rustls-pki-types v1.10.0 |
294 | 2025-01-25T04:22:49.429Z | Downloaded openssl-sys v0.9.103 |
295 | 2025-01-25T04:22:49.431Z | Downloaded serde_derive v1.0.217 |
296 | 2025-01-25T04:22:49.434Z | Downloaded mio v1.0.2 |
297 | 2025-01-25T04:22:49.440Z | Downloaded crossbeam-channel v0.5.13 |
298 | 2025-01-25T04:22:49.443Z | Downloaded schemars v0.8.21 |
299 | 2025-01-25T04:22:49.454Z | Downloaded serde_yaml v0.9.34+deprecated |
300 | 2025-01-25T04:22:49.458Z | Downloaded memchr v2.7.4 |
301 | 2025-01-25T04:22:49.462Z | Downloaded http v1.2.0 |
302 | 2025-01-25T04:22:49.467Z | Downloaded serde v1.0.217 |
303 | 2025-01-25T04:22:49.469Z | Downloaded rand v0.8.5 |
304 | 2025-01-25T04:22:49.473Z | Downloaded hashbrown v0.12.3 |
305 | 2025-01-25T04:22:49.478Z | Downloaded quinn v0.11.5 |
306 | 2025-01-25T04:22:49.481Z | Downloaded zerovec v0.10.4 |
307 | 2025-01-25T04:22:49.485Z | Downloaded itertools v0.10.5 |
308 | 2025-01-25T04:22:49.494Z | Downloaded winnow v0.6.20 |
309 | 2025-01-25T04:22:49.500Z | Downloaded pest v2.7.14 |
310 | 2025-01-25T04:22:49.505Z | Downloaded hyper v1.5.2 |
311 | 2025-01-25T04:22:49.510Z | Downloaded hashbrown v0.14.5 |
312 | 2025-01-25T04:22:49.515Z | Downloaded zerocopy v0.7.35 |
313 | 2025-01-25T04:22:49.529Z | Downloaded serde_with v3.11.0 |
314 | 2025-01-25T04:22:49.537Z | Downloaded serde_json v1.0.135 |
315 | 2025-01-25T04:22:49.544Z | Downloaded time v0.3.36 |
316 | 2025-01-25T04:22:49.550Z | Downloaded vcpkg v0.2.15 |
317 | 2025-01-25T04:22:49.586Z | Downloaded rustls-webpki v0.102.8 |
318 | 2025-01-25T04:22:49.602Z | Downloaded webpki-roots v0.26.6 |
319 | 2025-01-25T04:22:49.605Z | Downloaded reqwest v0.12.9 |
320 | 2025-01-25T04:22:49.612Z | Downloaded quinn-proto v0.11.8 |
321 | 2025-01-25T04:22:49.618Z | Downloaded openssl v0.10.66 |
322 | 2025-01-25T04:22:49.627Z | Downloaded icu_properties_data v1.5.0 |
323 | 2025-01-25T04:22:49.637Z | Downloaded chrono v0.4.39 |
324 | 2025-01-25T04:22:49.643Z | Downloaded syn v1.0.109 |
325 | 2025-01-25T04:22:49.653Z | Downloaded regex v1.11.1 |
326 | 2025-01-25T04:22:49.665Z | Downloaded syn v2.0.96 |
327 | 2025-01-25T04:22:49.675Z | Downloaded openapiv3 v2.0.0 |
328 | 2025-01-25T04:22:49.685Z | Downloaded regress v0.9.1 |
329 | 2025-01-25T04:22:49.693Z | Downloaded regress v0.10.1 |
330 | 2025-01-25T04:22:49.700Z | Downloaded typify-impl v0.2.0 |
331 | 2025-01-25T04:22:49.714Z | Downloaded regex-syntax v0.8.5 |
332 | 2025-01-25T04:22:49.720Z | Downloaded rustls v0.22.4 |
333 | 2025-01-25T04:22:49.732Z | Downloaded rustls v0.23.19 |
334 | 2025-01-25T04:22:49.742Z | Downloaded goblin v0.8.2 |
335 | 2025-01-25T04:22:49.750Z | Downloaded aho-corasick v1.1.3 |
336 | 2025-01-25T04:22:49.753Z | Downloaded idna v1.0.3 |
337 | 2025-01-25T04:22:49.756Z | Downloaded futures-util v0.3.31 |
338 | 2025-01-25T04:22:49.766Z | Downloaded tokio v1.43.0 |
339 | 2025-01-25T04:22:49.801Z | Downloaded hashbrown v0.15.1 |
340 | 2025-01-25T04:22:49.805Z | Downloaded dropshot v0.15.1 |
341 | 2025-01-25T04:22:49.824Z | Downloaded toml_edit v0.22.22 |
342 | 2025-01-25T04:22:49.843Z | Downloaded pest_meta v2.7.14 |
343 | 2025-01-25T04:22:49.846Z | Downloaded url v2.5.3 |
344 | 2025-01-25T04:22:49.850Z | Downloaded cc v1.1.30 |
345 | 2025-01-25T04:22:49.854Z | Downloaded base64 v0.22.1 |
346 | 2025-01-25T04:22:49.857Z | Downloaded serde_with_macros v3.11.0 |
347 | 2025-01-25T04:22:49.857Z | Downloaded bytes v1.9.0 |
348 | 2025-01-25T04:22:49.864Z | Downloaded structmeta-derive v0.3.0 |
349 | 2025-01-25T04:22:49.864Z | Downloaded rand_core v0.6.4 |
350 | 2025-01-25T04:22:49.867Z | Downloaded icu_locid v1.5.0 |
351 | 2025-01-25T04:22:49.867Z | Downloaded regex-automata v0.4.8 |
352 | 2025-01-25T04:22:49.881Z | Downloaded icu_provider v1.5.0 |
353 | 2025-01-25T04:22:49.884Z | Downloaded icu_locid_transform_data v1.5.0 |
354 | 2025-01-25T04:22:49.888Z | Downloaded bitflags v2.6.0 |
355 | 2025-01-25T04:22:49.891Z | Downloaded once_cell v1.20.2 |
356 | 2025-01-25T04:22:49.892Z | Downloaded thiserror v2.0.11 |
357 | 2025-01-25T04:22:49.894Z | Downloaded log v0.4.22 |
358 | 2025-01-25T04:22:49.900Z | Downloaded multer v3.1.0 |
359 | 2025-01-25T04:22:49.900Z | Downloaded parse-display-derive v0.10.0 |
360 | 2025-01-25T04:22:49.900Z | Downloaded uuid v1.12.0 |
361 | 2025-01-25T04:22:49.903Z | Downloaded async-trait v0.1.83 |
362 | 2025-01-25T04:22:49.907Z | Downloaded ipnet v2.10.1 |
363 | 2025-01-25T04:22:49.907Z | Downloaded libc v0.2.169 |
364 | 2025-01-25T04:22:49.934Z | Downloaded litemap v0.7.3 |
365 | 2025-01-25T04:22:49.947Z | Downloaded iana-time-zone v0.1.61 |
366 | 2025-01-25T04:22:49.948Z | Downloaded async-stream v0.3.6 |
367 | 2025-01-25T04:22:49.948Z | Downloaded memmap v0.7.0 |
368 | 2025-01-25T04:22:49.948Z | Downloaded thread-id v4.2.2 |
369 | 2025-01-25T04:22:49.948Z | Downloaded thiserror-impl v1.0.69 |
370 | 2025-01-25T04:22:49.948Z | Downloaded synstructure v0.13.1 |
371 | 2025-01-25T04:22:49.948Z | Downloaded http-body-util v0.1.2 |
372 | 2025-01-25T04:22:49.948Z | Downloaded typenum v1.17.0 |
373 | 2025-01-25T04:22:49.948Z | Downloaded crypto-common v0.1.6 |
374 | 2025-01-25T04:22:49.948Z | Downloaded crossbeam-utils v0.8.20 |
375 | 2025-01-25T04:22:49.984Z | Downloaded encoding_rs v0.8.34 |
376 | 2025-01-25T04:22:50.156Z | Downloaded ring v0.17.8 |
377 | 2025-01-25T04:22:50.366Z | Compiling proc-macro2 v1.0.92 |
378 | 2025-01-25T04:22:50.366Z | Compiling unicode-ident v1.0.14 |
379 | 2025-01-25T04:22:50.370Z | Compiling libc v0.2.169 |
380 | 2025-01-25T04:22:50.370Z | Checking cfg-if v1.0.0 |
381 | 2025-01-25T04:22:50.370Z | Compiling autocfg v1.4.0 |
382 | 2025-01-25T04:22:50.370Z | Compiling serde v1.0.217 |
383 | 2025-01-25T04:22:50.370Z | Compiling version_check v0.9.5 |
384 | 2025-01-25T04:22:50.370Z | Checking memchr v2.7.4 |
385 | 2025-01-25T04:22:50.494Z | Checking itoa v1.0.11 |
386 | 2025-01-25T04:22:50.580Z | Compiling serde_json v1.0.135 |
387 | 2025-01-25T04:22:50.994Z | Checking once_cell v1.20.2 |
388 | 2025-01-25T04:22:51.034Z | Compiling thiserror v1.0.69 |
389 | 2025-01-25T04:22:51.060Z | Compiling shlex v1.3.0 |
390 | 2025-01-25T04:22:51.363Z | Checking pin-project-lite v0.2.14 |
391 | 2025-01-25T04:22:51.388Z | Compiling num-traits v0.2.19 |
392 | 2025-01-25T04:22:51.568Z | Compiling cc v1.1.30 |
393 | 2025-01-25T04:22:51.573Z | Checking smallvec v1.13.2 |
394 | 2025-01-25T04:22:51.821Z | Checking getrandom v0.2.15 |
395 | 2025-01-25T04:22:51.849Z | Checking ryu v1.0.18 |
396 | 2025-01-25T04:22:51.979Z | Checking bytes v1.9.0 |
397 | 2025-01-25T04:22:52.029Z | Checking futures-core v0.3.31 |
398 | 2025-01-25T04:22:52.079Z | Compiling lock_api v0.4.12 |
399 | 2025-01-25T04:22:52.129Z | Compiling parking_lot_core v0.9.10 |
400 | 2025-01-25T04:22:52.201Z | Compiling byteorder v1.5.0 |
401 | 2025-01-25T04:22:52.365Z | Compiling quote v1.0.38 |
402 | 2025-01-25T04:22:52.506Z | Compiling schemars v0.8.21 |
403 | 2025-01-25T04:22:52.542Z | Checking scopeguard v1.2.0 |
404 | 2025-01-25T04:22:52.678Z | Compiling slab v0.4.9 |
405 | 2025-01-25T04:22:52.700Z | Compiling ahash v0.8.11 |
406 | 2025-01-25T04:22:52.832Z | Compiling syn v2.0.96 |
407 | 2025-01-25T04:22:52.878Z | Checking futures-sink v0.3.31 |
408 | 2025-01-25T04:22:52.946Z | Checking log v0.4.22 |
409 | 2025-01-25T04:22:53.016Z | Checking mio v1.0.2 |
410 | 2025-01-25T04:22:53.038Z | Checking parking_lot v0.12.3 |
411 | 2025-01-25T04:22:53.082Z | Checking signal-hook-registry v1.4.2 |
412 | 2025-01-25T04:22:53.107Z | Checking socket2 v0.5.7 |
413 | 2025-01-25T04:22:53.175Z | Checking stable_deref_trait v1.2.0 |
414 | 2025-01-25T04:22:53.318Z | Checking fnv v1.0.7 |
415 | 2025-01-25T04:22:53.332Z | Checking equivalent v1.0.1 |
416 | 2025-01-25T04:22:53.368Z | Checking hashbrown v0.15.1 |
417 | 2025-01-25T04:22:53.429Z | Checking futures-channel v0.3.31 |
418 | 2025-01-25T04:22:53.440Z | Checking http v1.2.0 |
419 | 2025-01-25T04:22:53.529Z | Checking pin-utils v0.1.0 |
420 | 2025-01-25T04:22:53.568Z | Checking futures-task v0.3.31 |
421 | 2025-01-25T04:22:53.577Z | Compiling semver v1.0.24 |
422 | 2025-01-25T04:22:53.620Z | Checking futures-io v0.3.31 |
423 | 2025-01-25T04:22:53.814Z | Checking rustls-pki-types v1.10.0 |
424 | 2025-01-25T04:22:53.841Z | Checking spin v0.9.8 |
425 | 2025-01-25T04:22:53.841Z | Compiling vcpkg v0.2.15 |
426 | 2025-01-25T04:22:54.001Z | Compiling pkg-config v0.3.31 |
427 | 2025-01-25T04:22:54.190Z | Compiling ring v0.17.8 |
428 | 2025-01-25T04:22:54.262Z | Checking litemap v0.7.3 |
429 | 2025-01-25T04:22:54.328Z | Compiling heck v0.5.0 |
430 | 2025-01-25T04:22:54.593Z | Compiling httparse v1.9.5 |
431 | 2025-01-25T04:22:54.698Z | Checking untrusted v0.9.0 |
432 | 2025-01-25T04:22:54.743Z | Checking iana-time-zone v0.1.61 |
433 | 2025-01-25T04:22:54.935Z | Checking writeable v0.5.5 |
434 | 2025-01-25T04:22:54.950Z | Checking tracing-core v0.1.32 |
435 | 2025-01-25T04:22:55.068Z | Checking atomic-waker v1.1.2 |
436 | 2025-01-25T04:22:55.185Z | Compiling ucd-trie v0.1.7 |
437 | 2025-01-25T04:22:55.199Z | Checking dyn-clone v1.0.17 |
438 | 2025-01-25T04:22:55.234Z | Compiling openssl-sys v0.9.103 |
439 | 2025-01-25T04:22:55.393Z | Checking http-body v1.0.1 |
440 | 2025-01-25T04:22:55.495Z | Checking tracing v0.1.40 |
441 | 2025-01-25T04:22:55.586Z | Checking try-lock v0.2.5 |
442 | 2025-01-25T04:22:55.643Z | Checking icu_locid_transform_data v1.5.0 |
443 | 2025-01-25T04:22:55.722Z | Compiling allocator-api2 v0.2.18 |
444 | 2025-01-25T04:22:55.735Z | Checking subtle v2.6.1 |
445 | 2025-01-25T04:22:55.747Z | Checking zeroize v1.8.1 |
446 | 2025-01-25T04:22:55.955Z | Checking want v0.3.1 |
447 | 2025-01-25T04:22:56.075Z | Checking foreign-types-shared v0.1.1 |
448 | 2025-01-25T04:22:56.130Z | Checking icu_properties_data v1.5.0 |
449 | 2025-01-25T04:22:56.254Z | Compiling uuid v1.12.0 |
450 | 2025-01-25T04:22:56.268Z | Compiling openssl v0.10.66 |
451 | 2025-01-25T04:22:56.430Z | Checking httpdate v1.0.3 |
452 | 2025-01-25T04:22:56.649Z | Checking foreign-types v0.3.2 |
453 | 2025-01-25T04:22:56.695Z | Checking tower-service v0.3.3 |
454 | 2025-01-25T04:22:56.736Z | Compiling slog v2.7.0 |
455 | 2025-01-25T04:22:56.785Z | Checking icu_normalizer_data v1.5.0 |
456 | 2025-01-25T04:22:56.816Z | Compiling chrono v0.4.39 |
457 | 2025-01-25T04:22:56.877Z | Checking utf16_iter v1.0.5 |
458 | 2025-01-25T04:22:56.900Z | Compiling rustls v0.23.19 |
459 | 2025-01-25T04:22:56.931Z | Checking bitflags v2.6.0 |
460 | 2025-01-25T04:22:57.041Z | Compiling native-tls v0.2.12 |
461 | 2025-01-25T04:22:57.225Z | Checking write16 v1.0.0 |
462 | 2025-01-25T04:22:57.233Z | Checking utf8_iter v1.0.4 |
463 | 2025-01-25T04:22:57.233Z | Checking percent-encoding v2.3.1 |
464 | 2025-01-25T04:22:57.429Z | Checking form_urlencoded v1.2.1 |
465 | 2025-01-25T04:22:57.458Z | Compiling aho-corasick v1.1.3 |
466 | 2025-01-25T04:22:57.614Z | Checking openssl-probe v0.1.5 |
467 | 2025-01-25T04:22:57.629Z | Compiling typenum v1.17.0 |
468 | 2025-01-25T04:22:57.767Z | Compiling regex-syntax v0.8.5 |
469 | 2025-01-25T04:22:58.652Z | Compiling generic-array v0.14.7 |
470 | 2025-01-25T04:22:58.687Z | Checking encoding_rs v0.8.34 |
471 | 2025-01-25T04:22:58.707Z | Checking mime v0.3.17 |
472 | 2025-01-25T04:23:00.014Z | Compiling synstructure v0.13.1 |
473 | 2025-01-25T04:23:00.119Z | Compiling serde_derive_internals v0.29.1 |
474 | 2025-01-25T04:23:00.208Z | Checking rustls-webpki v0.102.8 |
475 | 2025-01-25T04:23:00.999Z | Checking webpki-roots v0.26.6 |
476 | 2025-01-25T04:23:01.257Z | Checking rustls-pemfile v2.2.0 |
477 | 2025-01-25T04:23:01.456Z | Compiling regex-automata v0.4.8 |
478 | 2025-01-25T04:23:02.244Z | Compiling usdt-impl v0.5.0 |
479 | 2025-01-25T04:23:02.264Z | Checking powerfmt v0.2.0 |
480 | 2025-01-25T04:23:02.379Z | Compiling num-conv v0.1.0 |
481 | 2025-01-25T04:23:02.462Z | Compiling time-core v0.1.2 |
482 | 2025-01-25T04:23:02.639Z | Checking base64 v0.22.1 |
483 | 2025-01-25T04:23:02.640Z | Compiling time-macros v0.2.18 |
484 | 2025-01-25T04:23:02.904Z | Checking deranged v0.3.11 |
485 | 2025-01-25T04:23:03.087Z | Compiling thread-id v4.2.2 |
486 | 2025-01-25T04:23:03.208Z | Checking sync_wrapper v1.0.1 |
487 | 2025-01-25T04:23:03.543Z | Compiling ident_case v1.0.1 |
488 | 2025-01-25T04:23:03.963Z | Compiling crossbeam-utils v0.8.20 |
489 | 2025-01-25T04:23:04.124Z | Compiling serde_derive v1.0.217 |
490 | 2025-01-25T04:23:04.147Z | Compiling zerocopy-derive v0.7.35 |
491 | 2025-01-25T04:23:04.160Z | Compiling thiserror-impl v1.0.69 |
492 | 2025-01-25T04:23:04.462Z | Compiling zerofrom-derive v0.1.4 |
493 | 2025-01-25T04:23:05.373Z | Compiling schemars_derive v0.8.21 |
494 | 2025-01-25T04:23:05.432Z | Compiling tokio-macros v2.5.0 |
495 | 2025-01-25T04:23:05.446Z | Compiling yoke-derive v0.7.4 |
496 | 2025-01-25T04:23:05.989Z | Compiling zerocopy v0.7.35 |
497 | 2025-01-25T04:23:07.044Z | Checking tokio v1.43.0 |
498 | 2025-01-25T04:23:07.329Z | Compiling zerovec-derive v0.10.3 |
499 | 2025-01-25T04:23:07.672Z | Checking zerofrom v0.1.4 |
500 | 2025-01-25T04:23:07.857Z | Compiling futures-macro v0.3.31 |
501 | 2025-01-25T04:23:07.888Z | Checking yoke v0.7.4 |
502 | 2025-01-25T04:23:08.062Z | Compiling displaydoc v0.2.5 |
503 | 2025-01-25T04:23:08.139Z | Compiling icu_provider_macros v1.5.0 |
504 | 2025-01-25T04:23:08.387Z | Compiling pest v2.7.14 |
505 | 2025-01-25T04:23:08.762Z | Compiling hashbrown v0.14.5 |
506 | 2025-01-25T04:23:09.255Z | Compiling openssl-macros v0.1.1 |
507 | 2025-01-25T04:23:09.629Z | Checking futures-util v0.3.31 |
508 | 2025-01-25T04:23:09.680Z | Checking zerovec v0.10.4 |
509 | 2025-01-25T04:23:09.908Z | Compiling regress v0.10.1 |
510 | 2025-01-25T04:23:10.980Z | Compiling pest_meta v2.7.14 |
511 | 2025-01-25T04:23:11.449Z | Checking tinystr v0.7.6 |
512 | 2025-01-25T04:23:11.670Z | Checking icu_locid v1.5.0 |
513 | 2025-01-25T04:23:12.790Z | Checking icu_provider v1.5.0 |
514 | 2025-01-25T04:23:13.356Z | Checking icu_locid_transform v1.5.0 |
515 | 2025-01-25T04:23:13.984Z | Checking tokio-util v0.7.12 |
516 | 2025-01-25T04:23:14.140Z | Checking icu_collections v1.5.0 |
517 | 2025-01-25T04:23:14.231Z | Compiling pest_generator v2.7.14 |
518 | 2025-01-25T04:23:14.442Z | Checking http-body-util v0.1.2 |
519 | 2025-01-25T04:23:14.544Z | Checking tokio-rustls v0.26.0 |
520 | 2025-01-25T04:23:14.758Z | Checking icu_properties v1.5.1 |
521 | 2025-01-25T04:23:14.814Z | Compiling regex v1.11.1 |
522 | 2025-01-25T04:23:14.836Z | Compiling scroll_derive v0.12.0 |
523 | 2025-01-25T04:23:15.399Z | Checking tokio-native-tls v0.3.1 |
524 | 2025-01-25T04:23:15.640Z | Checking indexmap v2.7.0 |
525 | 2025-01-25T04:23:16.135Z | Compiling pest_derive v2.7.14 |
526 | 2025-01-25T04:23:16.584Z | Compiling serde_tokenstream v0.2.2 |
527 | 2025-01-25T04:23:16.984Z | Checking h2 v0.4.6 |
528 | 2025-01-25T04:23:17.134Z | Checking serde_urlencoded v0.7.1 |
529 | 2025-01-25T04:23:17.586Z | Compiling dtrace-parser v0.2.0 |
530 | 2025-01-25T04:23:17.802Z | Checking scroll v0.12.0 |
531 | 2025-01-25T04:23:18.004Z | Checking icu_normalizer v1.5.0 |
532 | 2025-01-25T04:23:18.312Z | Compiling dof v0.3.0 |
533 | 2025-01-25T04:23:18.846Z | Checking idna_adapter v1.2.0 |
534 | 2025-01-25T04:23:18.958Z | Checking idna v1.0.3 |
535 | 2025-01-25T04:23:19.148Z | Checking num_threads v0.1.7 |
536 | 2025-01-25T04:23:19.250Z | Compiling strsim v0.11.1 |
537 | 2025-01-25T04:23:19.381Z | Checking plain v0.2.3 |
538 | 2025-01-25T04:23:19.381Z | Compiling syn v1.0.109 |
539 | 2025-01-25T04:23:19.429Z | Checking url v2.5.3 |
540 | 2025-01-25T04:23:19.612Z | Checking ipnet v2.10.1 |
541 | 2025-01-25T04:23:19.973Z | Checking time v0.3.36 |
542 | 2025-01-25T04:23:19.990Z | Compiling darling_core v0.20.10 |
543 | 2025-01-25T04:23:20.066Z | Compiling typify-impl v0.2.0 |
544 | 2025-01-25T04:23:20.174Z | Checking goblin v0.8.2 |
545 | 2025-01-25T04:23:21.234Z | Checking hyper v1.5.2 |
546 | 2025-01-25T04:23:21.716Z | Compiling openapiv3 v2.0.0 |
547 | 2025-01-25T04:23:23.180Z | Checking hyper-util v0.1.10 |
548 | 2025-01-25T04:23:23.688Z | Checking dirs-sys-next v0.1.2 |
549 | 2025-01-25T04:23:24.269Z | Compiling newtype-uuid v1.2.1 |
550 | 2025-01-25T04:23:24.602Z | Compiling unsafe-libyaml v0.2.11 |
551 | 2025-01-25T04:23:24.807Z | Checking hyper-tls v0.6.0 |
552 | 2025-01-25T04:23:25.075Z | Checking hyper-rustls v0.27.3 |
553 | 2025-01-25T04:23:25.133Z | Compiling rustls v0.22.4 |
554 | 2025-01-25T04:23:25.266Z | Compiling paste v1.0.15 |
555 | 2025-01-25T04:23:25.390Z | Checking reqwest v0.12.9 |
556 | 2025-01-25T04:23:25.414Z | Compiling omicron-workspace-hack v0.1.0 |
557 | 2025-01-25T04:23:25.428Z | Checking pretty-hex v0.4.1 |
558 | 2025-01-25T04:23:25.442Z | Compiling rustversion v1.0.17 |
559 | 2025-01-25T04:23:25.763Z | Compiling darling_macro v0.20.10 |
560 | 2025-01-25T04:23:25.809Z | Compiling serde_yaml v0.9.34+deprecated |
561 | 2025-01-25T04:23:26.112Z | Checking dirs-next v2.0.0 |
562 | 2025-01-25T04:23:26.244Z | Checking ipnetwork v0.20.0 |
563 | 2025-01-25T04:23:26.285Z | Checking serde_spanned v0.6.8 |
564 | 2025-01-25T04:23:26.515Z | Checking toml_datetime v0.6.8 |
565 | 2025-01-25T04:23:26.788Z | Checking ppv-lite86 v0.2.20 |
566 | 2025-01-25T04:23:26.836Z | Checking crypto-common v0.1.6 |
567 | 2025-01-25T04:23:26.836Z | Checking block-buffer v0.10.4 |
568 | 2025-01-25T04:23:26.837Z | Compiling structmeta-derive v0.3.0 |
569 | 2025-01-25T04:23:26.879Z | Checking rand_core v0.6.4 |
570 | 2025-01-25T04:23:26.927Z | Checking thread_local v1.1.8 |
571 | 2025-01-25T04:23:27.000Z | Compiling multer v3.1.0 |
572 | 2025-01-25T04:23:27.148Z | Compiling slog-async v2.8.0 |
573 | 2025-01-25T04:23:27.208Z | Compiling camino v1.1.9 |
574 | 2025-01-25T04:23:27.276Z | Compiling anyhow v1.0.95 |
575 | 2025-01-25T04:23:27.310Z | Checking match_cfg v0.1.0 |
576 | 2025-01-25T04:23:27.407Z | Compiling thiserror v2.0.11 |
577 | 2025-01-25T04:23:27.636Z | Checking winnow v0.6.20 |
578 | 2025-01-25T04:23:27.787Z | Checking either v1.13.0 |
579 | 2025-01-25T04:23:28.123Z | Checking itertools v0.10.5 |
580 | 2025-01-25T04:23:28.323Z | Checking hostname v0.3.1 |
581 | 2025-01-25T04:23:28.440Z | Checking rand_chacha v0.3.1 |
582 | 2025-01-25T04:23:28.808Z | Checking digest v0.10.7 |
583 | 2025-01-25T04:23:29.003Z | Checking crossbeam-channel v0.5.13 |
584 | 2025-01-25T04:23:29.061Z | Checking progenitor-client v0.8.0 |
585 | 2025-01-25T04:23:29.190Z | Compiling darling v0.20.10 |
586 | 2025-01-25T04:23:29.197Z | Compiling structmeta v0.3.0 |
587 | 2025-01-25T04:23:29.220Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
588 | 2025-01-25T04:23:29.351Z | Checking term v0.7.0 |
589 | 2025-01-25T04:23:29.834Z | Compiling usdt-macro v0.5.0 |
590 | 2025-01-25T04:23:30.196Z | Compiling usdt-attr-macro v0.5.0 |
591 | 2025-01-25T04:23:30.340Z | Checking toml_edit v0.22.22 |
592 | 2025-01-25T04:23:30.696Z | Checking slog-json v2.6.1 |
593 | 2025-01-25T04:23:30.710Z | Checking futures-executor v0.3.31 |
594 | 2025-01-25T04:23:30.929Z | Compiling async-stream-impl v0.3.6 |
595 | 2025-01-25T04:23:30.942Z | Compiling thiserror-impl v2.0.11 |
596 | 2025-01-25T04:23:31.059Z | Checking is-terminal v0.4.13 |
597 | 2025-01-25T04:23:31.182Z | Checking memmap v0.7.0 |
598 | 2025-01-25T04:23:31.209Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
599 | 2025-01-25T04:23:31.410Z | Compiling dropshot v0.15.1 |
600 | 2025-01-25T04:23:31.524Z | Checking cpufeatures v0.2.14 |
601 | 2025-01-25T04:23:31.618Z | Checking take_mut v0.2.2 |
602 | 2025-01-25T04:23:31.769Z | Checking sha1 v0.10.6 |
603 | 2025-01-25T04:23:31.807Z | Compiling typify-macro v0.2.0 |
604 | 2025-01-25T04:23:32.047Z | Checking usdt v0.5.0 |
605 | 2025-01-25T04:23:32.047Z | Checking slog-term v2.9.1 |
606 | 2025-01-25T04:23:32.136Z | Checking async-stream v0.3.6 |
607 | 2025-01-25T04:23:32.300Z | Checking slog-bunyan v2.5.0 |
608 | 2025-01-25T04:23:32.312Z | Checking futures v0.3.31 |
609 | 2025-01-25T04:23:32.326Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
610 | 2025-01-25T04:23:32.402Z | Compiling strum_macros v0.26.4 |
611 | 2025-01-25T04:23:32.577Z | Compiling parse-display-derive v0.10.0 |
612 | 2025-01-25T04:23:32.591Z | Compiling serde_with_macros v3.11.0 |
613 | 2025-01-25T04:23:32.878Z | Checking rand v0.8.5 |
614 | 2025-01-25T04:23:32.893Z | Checking toml v0.8.19 |
615 | 2025-01-25T04:23:33.170Z | Checking tokio-rustls v0.25.0 |
616 | 2025-01-25T04:23:34.066Z | Compiling dropshot_endpoint v0.15.1 |
617 | 2025-01-25T04:23:34.094Z | Checking hex v0.4.3 |
618 | 2025-01-25T04:23:34.101Z | Checking serde_path_to_error v0.1.16 |
619 | 2025-01-25T04:23:34.180Z | Compiling async-trait v0.1.83 |
620 | 2025-01-25T04:23:34.566Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
621 | 2025-01-25T04:23:34.669Z | Checking waitgroup v0.1.2 |
622 | 2025-01-25T04:23:34.812Z | Checking hostname v0.4.0 |
623 | 2025-01-25T04:23:34.943Z | Checking instant v0.1.13 |
624 | 2025-01-25T04:23:34.957Z | Checking debug-ignore v1.0.5 |
625 | 2025-01-25T04:23:35.055Z | Checking backoff v0.4.0 |
626 | 2025-01-25T04:23:35.073Z | Compiling typify v0.2.0 |
627 | 2025-01-25T04:23:35.191Z | Compiling progenitor-impl v0.8.0 |
628 | 2025-01-25T04:23:35.323Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
629 | 2025-01-25T04:23:35.325Z | Checking serde_with v3.11.0 |
630 | 2025-01-25T04:23:35.477Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
631 | 2025-01-25T04:23:35.633Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
632 | 2025-01-25T04:23:35.910Z | Checking parse-display v0.10.0 |
633 | 2025-01-25T04:23:36.128Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
634 | 2025-01-25T04:23:36.245Z | Checking progenitor-client v0.9.1 |
635 | 2025-01-25T04:23:36.497Z | Checking macaddr v1.0.1 |
636 | 2025-01-25T04:23:36.500Z | Checking strum v0.26.3 |
637 | 2025-01-25T04:23:36.574Z | Checking regress v0.9.1 |
638 | 2025-01-25T04:23:38.317Z | Compiling progenitor-macro v0.8.0 |
639 | 2025-01-25T04:23:41.753Z | Checking progenitor v0.8.0 |
640 | 2025-01-25T04:23:41.857Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
641 | 2025-01-25T04:23:44.497Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
642 | 2025-01-25T04:23:51.499Z | Checking test-project v0.1.0 (/tmp/test-project) |
643 | 2025-01-25T04:23:51.559Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s |
644 | 2025-01-25T04:23:51.696Z | + cargo build --release |
645 | 2025-01-25T04:23:51.953Z | Compiling proc-macro2 v1.0.92 |
646 | 2025-01-25T04:23:51.953Z | Compiling unicode-ident v1.0.14 |
647 | 2025-01-25T04:23:51.956Z | Compiling libc v0.2.169 |
648 | 2025-01-25T04:23:51.956Z | Compiling cfg-if v1.0.0 |
649 | 2025-01-25T04:23:51.956Z | Compiling autocfg v1.4.0 |
650 | 2025-01-25T04:23:51.956Z | Compiling serde v1.0.217 |
651 | 2025-01-25T04:23:51.956Z | Compiling version_check v0.9.5 |
652 | 2025-01-25T04:23:51.999Z | Compiling memchr v2.7.4 |
653 | 2025-01-25T04:23:52.084Z | Compiling serde_json v1.0.135 |
654 | 2025-01-25T04:23:52.157Z | Compiling itoa v1.0.11 |
655 | 2025-01-25T04:23:52.427Z | Compiling thiserror v1.0.69 |
656 | 2025-01-25T04:23:52.535Z | Compiling once_cell v1.20.2 |
657 | 2025-01-25T04:23:52.553Z | Compiling shlex v1.3.0 |
658 | 2025-01-25T04:23:52.848Z | Compiling cc v1.1.30 |
659 | 2025-01-25T04:23:52.934Z | Compiling num-traits v0.2.19 |
660 | 2025-01-25T04:23:52.942Z | Compiling pin-project-lite v0.2.14 |
661 | 2025-01-25T04:23:53.223Z | Compiling getrandom v0.2.15 |
662 | 2025-01-25T04:23:53.308Z | Compiling smallvec v1.13.2 |
663 | 2025-01-25T04:23:53.343Z | Compiling ryu v1.0.18 |
664 | 2025-01-25T04:23:53.740Z | Compiling bytes v1.9.0 |
665 | 2025-01-25T04:23:53.779Z | Compiling quote v1.0.38 |
666 | 2025-01-25T04:23:53.779Z | Compiling futures-core v0.3.31 |
667 | 2025-01-25T04:23:53.779Z | Compiling lock_api v0.4.12 |
668 | 2025-01-25T04:23:53.904Z | Compiling schemars v0.8.21 |
669 | 2025-01-25T04:23:54.089Z | Compiling syn v2.0.96 |
670 | 2025-01-25T04:23:54.200Z | Compiling parking_lot_core v0.9.10 |
671 | 2025-01-25T04:23:54.261Z | Compiling ahash v0.8.11 |
672 | 2025-01-25T04:23:54.334Z | Compiling byteorder v1.5.0 |
673 | 2025-01-25T04:23:54.555Z | Compiling scopeguard v1.2.0 |
674 | 2025-01-25T04:23:54.583Z | Compiling slab v0.4.9 |
675 | 2025-01-25T04:23:54.719Z | Compiling futures-sink v0.3.31 |
676 | 2025-01-25T04:23:54.789Z | Compiling log v0.4.22 |
677 | 2025-01-25T04:23:55.102Z | Compiling parking_lot v0.12.3 |
678 | 2025-01-25T04:23:55.145Z | Compiling signal-hook-registry v1.4.2 |
679 | 2025-01-25T04:23:55.248Z | Compiling socket2 v0.5.7 |
680 | 2025-01-25T04:23:55.311Z | Compiling mio v1.0.2 |
681 | 2025-01-25T04:23:55.356Z | Compiling stable_deref_trait v1.2.0 |
682 | 2025-01-25T04:23:55.496Z | Compiling semver v1.0.24 |
683 | 2025-01-25T04:23:55.499Z | Compiling ring v0.17.8 |
684 | 2025-01-25T04:23:55.801Z | Compiling fnv v1.0.7 |
685 | 2025-01-25T04:23:56.011Z | Compiling equivalent v1.0.1 |
686 | 2025-01-25T04:23:56.029Z | Compiling hashbrown v0.15.1 |
687 | 2025-01-25T04:23:56.039Z | Compiling http v1.2.0 |
688 | 2025-01-25T04:23:56.616Z | Compiling futures-channel v0.3.31 |
689 | 2025-01-25T04:23:56.886Z | Compiling futures-io v0.3.31 |
690 | 2025-01-25T04:23:56.896Z | Compiling futures-task v0.3.31 |
691 | 2025-01-25T04:23:57.121Z | Compiling pin-utils v0.1.0 |
692 | 2025-01-25T04:23:57.176Z | Compiling rustls-pki-types v1.10.0 |
693 | 2025-01-25T04:23:57.213Z | Compiling spin v0.9.8 |
694 | 2025-01-25T04:23:57.221Z | Compiling vcpkg v0.2.15 |
695 | 2025-01-25T04:23:57.350Z | Compiling pkg-config v0.3.31 |
696 | 2025-01-25T04:23:57.459Z | Compiling untrusted v0.9.0 |
697 | 2025-01-25T04:23:57.659Z | Compiling heck v0.5.0 |
698 | 2025-01-25T04:23:58.065Z | Compiling litemap v0.7.3 |
699 | 2025-01-25T04:23:58.429Z | Compiling httparse v1.9.5 |
700 | 2025-01-25T04:23:58.515Z | Compiling writeable v0.5.5 |
701 | 2025-01-25T04:23:58.645Z | Compiling openssl-sys v0.9.103 |
702 | 2025-01-25T04:23:58.956Z | Compiling iana-time-zone v0.1.61 |
703 | 2025-01-25T04:23:59.470Z | Compiling tracing-core v0.1.32 |
704 | 2025-01-25T04:23:59.596Z | Compiling atomic-waker v1.1.2 |
705 | 2025-01-25T04:23:59.630Z | Compiling dyn-clone v1.0.17 |
706 | 2025-01-25T04:23:59.660Z | Compiling ucd-trie v0.1.7 |
707 | 2025-01-25T04:23:59.846Z | Compiling http-body v1.0.1 |
708 | 2025-01-25T04:24:00.090Z | Compiling subtle v2.6.1 |
709 | 2025-01-25T04:24:00.456Z | Compiling tracing v0.1.40 |
710 | 2025-01-25T04:24:00.465Z | Compiling allocator-api2 v0.2.18 |
711 | 2025-01-25T04:24:00.510Z | Compiling try-lock v0.2.5 |
712 | 2025-01-25T04:24:00.666Z | Compiling icu_locid_transform_data v1.5.0 |
713 | 2025-01-25T04:24:00.754Z | Compiling zeroize v1.8.1 |
714 | 2025-01-25T04:24:01.022Z | Compiling want v0.3.1 |
715 | 2025-01-25T04:24:01.148Z | Compiling chrono v0.4.39 |
716 | 2025-01-25T04:24:01.216Z | Compiling uuid v1.12.0 |
717 | 2025-01-25T04:24:01.266Z | Compiling synstructure v0.13.1 |
718 | 2025-01-25T04:24:01.300Z | Compiling serde_derive_internals v0.29.1 |
719 | 2025-01-25T04:24:01.689Z | Compiling httpdate v1.0.3 |
720 | 2025-01-25T04:24:01.894Z | Compiling foreign-types-shared v0.1.1 |
721 | 2025-01-25T04:24:02.008Z | Compiling icu_properties_data v1.5.0 |
722 | 2025-01-25T04:24:02.258Z | Compiling openssl v0.10.66 |
723 | 2025-01-25T04:24:02.412Z | Compiling foreign-types v0.3.2 |
724 | 2025-01-25T04:24:02.762Z | Compiling utf16_iter v1.0.5 |
725 | 2025-01-25T04:24:02.986Z | Compiling icu_normalizer_data v1.5.0 |
726 | 2025-01-25T04:24:03.009Z | Compiling rustls v0.23.19 |
727 | 2025-01-25T04:24:03.281Z | Compiling native-tls v0.2.12 |
728 | 2025-01-25T04:24:03.352Z | Compiling percent-encoding v2.3.1 |
729 | 2025-01-25T04:24:03.403Z | Compiling slog v2.7.0 |
730 | 2025-01-25T04:24:03.684Z | Compiling bitflags v2.6.0 |
731 | 2025-01-25T04:24:03.802Z | Compiling utf8_iter v1.0.4 |
732 | 2025-01-25T04:24:03.852Z | Compiling write16 v1.0.0 |
733 | 2025-01-25T04:24:03.929Z | Compiling tower-service v0.3.3 |
734 | 2025-01-25T04:24:04.050Z | Compiling form_urlencoded v1.2.1 |
735 | 2025-01-25T04:24:04.075Z | Compiling aho-corasick v1.1.3 |
736 | 2025-01-25T04:24:04.336Z | Compiling typenum v1.17.0 |
737 | 2025-01-25T04:24:04.577Z | Compiling regex-syntax v0.8.5 |
738 | 2025-01-25T04:24:05.334Z | Compiling openssl-probe v0.1.5 |
739 | 2025-01-25T04:24:05.760Z | Compiling serde_derive v1.0.217 |
740 | 2025-01-25T04:24:05.868Z | Compiling zerocopy-derive v0.7.35 |
741 | 2025-01-25T04:24:06.062Z | Compiling thiserror-impl v1.0.69 |
742 | 2025-01-25T04:24:06.483Z | Compiling schemars_derive v0.8.21 |
743 | 2025-01-25T04:24:06.575Z | Compiling zerofrom-derive v0.1.4 |
744 | 2025-01-25T04:24:07.809Z | Compiling zerocopy v0.7.35 |
745 | 2025-01-25T04:24:08.888Z | Compiling yoke-derive v0.7.4 |
746 | 2025-01-25T04:24:09.087Z | Compiling tokio-macros v2.5.0 |
747 | 2025-01-25T04:24:09.327Z | Compiling zerovec-derive v0.10.3 |
748 | 2025-01-25T04:24:09.334Z | Compiling futures-macro v0.3.31 |
749 | 2025-01-25T04:24:09.716Z | Compiling zerofrom v0.1.4 |
750 | 2025-01-25T04:24:09.936Z | Compiling displaydoc v0.2.5 |
751 | 2025-01-25T04:24:10.531Z | Compiling tokio v1.43.0 |
752 | 2025-01-25T04:24:11.108Z | Compiling futures-util v0.3.31 |
753 | 2025-01-25T04:24:11.333Z | Compiling yoke v0.7.4 |
754 | 2025-01-25T04:24:11.404Z | Compiling icu_provider_macros v1.5.0 |
755 | 2025-01-25T04:24:11.696Z | Compiling zerovec v0.10.4 |
756 | 2025-01-25T04:24:12.076Z | Compiling pest v2.7.14 |
757 | 2025-01-25T04:24:12.541Z | Compiling rustls-webpki v0.102.8 |
758 | 2025-01-25T04:24:15.082Z | Compiling tinystr v0.7.6 |
759 | 2025-01-25T04:24:15.484Z | Compiling icu_locid v1.5.0 |
760 | 2025-01-25T04:24:17.117Z | Compiling icu_provider v1.5.0 |
761 | 2025-01-25T04:24:17.411Z | Compiling pest_meta v2.7.14 |
762 | 2025-01-25T04:24:17.677Z | Compiling icu_collections v1.5.0 |
763 | 2025-01-25T04:24:19.320Z | Compiling indexmap v2.7.0 |
764 | 2025-01-25T04:24:20.433Z | Compiling serde_tokenstream v0.2.2 |
765 | 2025-01-25T04:24:21.654Z | Compiling tokio-util v0.7.12 |
766 | 2025-01-25T04:24:22.297Z | Compiling icu_locid_transform v1.5.0 |
767 | 2025-01-25T04:24:22.337Z | Compiling hashbrown v0.14.5 |
768 | 2025-01-25T04:24:22.981Z | Compiling h2 v0.4.6 |
769 | 2025-01-25T04:24:23.782Z | Compiling icu_properties v1.5.1 |
770 | 2025-01-25T04:24:24.876Z | Compiling regress v0.10.1 |
771 | 2025-01-25T04:24:29.160Z | Compiling hyper v1.5.2 |
772 | 2025-01-25T04:24:29.316Z | Compiling pest_generator v2.7.14 |
773 | 2025-01-25T04:24:30.067Z | Compiling openssl-macros v0.1.1 |
774 | 2025-01-25T04:24:30.896Z | Compiling pest_derive v2.7.14 |
775 | 2025-01-25T04:24:31.014Z | Compiling typify-impl v0.2.0 |
776 | 2025-01-25T04:24:31.749Z | Compiling icu_normalizer v1.5.0 |
777 | 2025-01-25T04:24:35.509Z | Compiling hyper-util v0.1.10 |
778 | 2025-01-25T04:24:40.789Z | Compiling idna_adapter v1.2.0 |
779 | 2025-01-25T04:24:40.882Z | Compiling http-body-util v0.1.2 |
780 | 2025-01-25T04:24:40.996Z | Compiling regex-automata v0.4.8 |
781 | 2025-01-25T04:24:41.150Z | Compiling generic-array v0.14.7 |
782 | 2025-01-25T04:24:41.356Z | Compiling typify-macro v0.2.0 |
783 | 2025-01-25T04:24:41.391Z | Compiling encoding_rs v0.8.34 |
784 | 2025-01-25T04:24:41.596Z | Compiling mime v0.3.17 |
785 | 2025-01-25T04:24:43.855Z | Compiling idna v1.0.3 |
786 | 2025-01-25T04:24:44.237Z | Compiling tokio-rustls v0.26.0 |
787 | 2025-01-25T04:24:44.689Z | Compiling tokio-native-tls v0.3.1 |
788 | 2025-01-25T04:24:44.728Z | Compiling serde_urlencoded v0.7.1 |
789 | 2025-01-25T04:24:44.878Z | Compiling scroll_derive v0.12.0 |
790 | 2025-01-25T04:24:44.973Z | Compiling regex v1.11.1 |
791 | 2025-01-25T04:24:45.842Z | Compiling webpki-roots v0.26.6 |
792 | 2025-01-25T04:24:46.045Z | Compiling rustls-pemfile v2.2.0 |
793 | 2025-01-25T04:24:46.443Z | Compiling usdt-impl v0.5.0 |
794 | 2025-01-25T04:24:46.854Z | Compiling num-conv v0.1.0 |
795 | 2025-01-25T04:24:47.109Z | Compiling time-core v0.1.2 |
796 | 2025-01-25T04:24:47.270Z | Compiling base64 v0.22.1 |
797 | 2025-01-25T04:24:47.962Z | Compiling powerfmt v0.2.0 |
798 | 2025-01-25T04:24:48.349Z | Compiling deranged v0.3.11 |
799 | 2025-01-25T04:24:48.433Z | Compiling time-macros v0.2.18 |
800 | 2025-01-25T04:24:50.000Z | Compiling scroll v0.12.0 |
801 | 2025-01-25T04:24:50.935Z | Compiling hyper-rustls v0.27.3 |
802 | 2025-01-25T04:24:51.300Z | Compiling hyper-tls v0.6.0 |
803 | 2025-01-25T04:24:51.790Z | Compiling url v2.5.3 |
804 | 2025-01-25T04:24:52.401Z | Compiling thread-id v4.2.2 |
805 | 2025-01-25T04:24:52.647Z | Compiling dtrace-parser v0.2.0 |
806 | 2025-01-25T04:24:54.141Z | Compiling dof v0.3.0 |
807 | 2025-01-25T04:24:54.892Z | Compiling sync_wrapper v1.0.1 |
808 | 2025-01-25T04:24:55.288Z | Compiling syn v1.0.109 |
809 | 2025-01-25T04:24:55.882Z | Compiling num_threads v0.1.7 |
810 | 2025-01-25T04:24:56.008Z | Compiling plain v0.2.3 |
811 | 2025-01-25T04:24:57.328Z | Compiling crossbeam-utils v0.8.20 |
812 | 2025-01-25T04:24:57.603Z | Compiling ident_case v1.0.1 |
813 | 2025-01-25T04:24:57.777Z | Compiling strsim v0.11.1 |
814 | 2025-01-25T04:24:58.950Z | Compiling omicron-workspace-hack v0.1.0 |
815 | 2025-01-25T04:24:59.323Z | Compiling ipnet v2.10.1 |
816 | 2025-01-25T04:24:59.864Z | Compiling time v0.3.36 |
817 | 2025-01-25T04:25:00.207Z | Compiling reqwest v0.12.9 |
818 | 2025-01-25T04:25:02.960Z | Compiling darling_core v0.20.10 |
819 | 2025-01-25T04:25:08.077Z | Compiling goblin v0.8.2 |
820 | 2025-01-25T04:25:09.995Z | Compiling typify v0.2.0 |
821 | 2025-01-25T04:25:10.116Z | Compiling openapiv3 v2.0.0 |
822 | 2025-01-25T04:25:11.871Z | Compiling dirs-sys-next v0.1.2 |
823 | 2025-01-25T04:25:13.371Z | Compiling newtype-uuid v1.2.1 |
824 | 2025-01-25T04:25:13.777Z | Compiling paste v1.0.15 |
825 | 2025-01-25T04:25:14.061Z | Compiling pretty-hex v0.4.1 |
826 | 2025-01-25T04:25:14.185Z | Compiling rustversion v1.0.17 |
827 | 2025-01-25T04:25:14.309Z | Compiling unsafe-libyaml v0.2.11 |
828 | 2025-01-25T04:25:14.894Z | Compiling rustls v0.22.4 |
829 | 2025-01-25T04:25:16.021Z | Compiling serde_yaml v0.9.34+deprecated |
830 | 2025-01-25T04:25:16.684Z | Compiling progenitor-impl v0.8.0 |
831 | 2025-01-25T04:25:19.511Z | Compiling dirs-next v2.0.0 |
832 | 2025-01-25T04:25:20.068Z | Compiling darling_macro v0.20.10 |
833 | 2025-01-25T04:25:22.197Z | Compiling block-buffer v0.10.4 |
834 | 2025-01-25T04:25:22.444Z | Compiling crypto-common v0.1.6 |
835 | 2025-01-25T04:25:22.698Z | Compiling ipnetwork v0.20.0 |
836 | 2025-01-25T04:25:22.725Z | Compiling serde_spanned v0.6.8 |
837 | 2025-01-25T04:25:22.983Z | Compiling toml_datetime v0.6.8 |
838 | 2025-01-25T04:25:23.226Z | Compiling ppv-lite86 v0.2.20 |
839 | 2025-01-25T04:25:23.677Z | Compiling structmeta-derive v0.3.0 |
840 | 2025-01-25T04:25:24.043Z | Compiling rand_core v0.6.4 |
841 | 2025-01-25T04:25:24.638Z | Compiling thread_local v1.1.8 |
842 | 2025-01-25T04:25:24.905Z | Compiling multer v3.1.0 |
843 | 2025-01-25T04:25:25.224Z | Compiling thiserror v2.0.11 |
844 | 2025-01-25T04:25:25.321Z | Compiling winnow v0.6.20 |
845 | 2025-01-25T04:25:25.796Z | Compiling anyhow v1.0.95 |
846 | 2025-01-25T04:25:26.201Z | Compiling slog-async v2.8.0 |
847 | 2025-01-25T04:25:26.402Z | Compiling camino v1.1.9 |
848 | 2025-01-25T04:25:26.680Z | Compiling match_cfg v0.1.0 |
849 | 2025-01-25T04:25:26.773Z | Compiling either v1.13.0 |
850 | 2025-01-25T04:25:27.035Z | Compiling hostname v0.3.1 |
851 | 2025-01-25T04:25:27.199Z | Compiling itertools v0.10.5 |
852 | 2025-01-25T04:25:27.317Z | Compiling structmeta v0.3.0 |
853 | 2025-01-25T04:25:27.646Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
854 | 2025-01-25T04:25:27.936Z | Compiling rand_chacha v0.3.1 |
855 | 2025-01-25T04:25:28.770Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
856 | 2025-01-25T04:25:29.620Z | Compiling toml_edit v0.22.22 |
857 | 2025-01-25T04:25:29.706Z | Compiling progenitor-macro v0.8.0 |
858 | 2025-01-25T04:25:30.141Z | Compiling digest v0.10.7 |
859 | 2025-01-25T04:25:30.561Z | Compiling crossbeam-channel v0.5.13 |
860 | 2025-01-25T04:25:32.217Z | Compiling darling v0.20.10 |
861 | 2025-01-25T04:25:32.326Z | Compiling term v0.7.0 |
862 | 2025-01-25T04:25:36.955Z | Compiling usdt-macro v0.5.0 |
863 | 2025-01-25T04:25:38.261Z | Compiling usdt-attr-macro v0.5.0 |
864 | 2025-01-25T04:25:38.804Z | Compiling progenitor-client v0.8.0 |
865 | 2025-01-25T04:25:39.720Z | Compiling slog-json v2.6.1 |
866 | 2025-01-25T04:25:39.743Z | Compiling futures-executor v0.3.31 |
867 | 2025-01-25T04:25:40.210Z | Compiling thiserror-impl v2.0.11 |
868 | 2025-01-25T04:25:40.817Z | Compiling async-stream-impl v0.3.6 |
869 | 2025-01-25T04:25:41.070Z | Compiling memmap v0.7.0 |
870 | 2025-01-25T04:25:41.587Z | Compiling is-terminal v0.4.13 |
871 | 2025-01-25T04:25:41.641Z | Compiling dropshot v0.15.1 |
872 | 2025-01-25T04:25:41.987Z | Compiling cpufeatures v0.2.14 |
873 | 2025-01-25T04:25:42.079Z | Compiling take_mut v0.2.2 |
874 | 2025-01-25T04:25:42.086Z | Compiling async-stream v0.3.6 |
875 | 2025-01-25T04:25:42.429Z | Compiling sha1 v0.10.6 |
876 | 2025-01-25T04:25:42.946Z | Compiling slog-term v2.9.1 |
877 | 2025-01-25T04:25:43.207Z | Compiling usdt v0.5.0 |
878 | 2025-01-25T04:25:43.274Z | Compiling progenitor v0.8.0 |
879 | 2025-01-25T04:25:43.456Z | Compiling tokio-rustls v0.25.0 |
880 | 2025-01-25T04:25:43.898Z | Compiling slog-bunyan v2.5.0 |
881 | 2025-01-25T04:25:44.178Z | Compiling futures v0.3.31 |
882 | 2025-01-25T04:25:44.390Z | Compiling strum_macros v0.26.4 |
883 | 2025-01-25T04:25:44.693Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
884 | 2025-01-25T04:25:45.651Z | Compiling toml v0.8.19 |
885 | 2025-01-25T04:25:45.836Z | Compiling serde_with_macros v3.11.0 |
886 | 2025-01-25T04:25:46.382Z | Compiling rand v0.8.5 |
887 | 2025-01-25T04:25:48.743Z | Compiling parse-display-derive v0.10.0 |
888 | 2025-01-25T04:25:50.901Z | Compiling dropshot_endpoint v0.15.1 |
889 | 2025-01-25T04:25:51.066Z | Compiling serde_path_to_error v0.1.16 |
890 | 2025-01-25T04:25:52.044Z | Compiling hex v0.4.3 |
891 | 2025-01-25T04:25:52.491Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
892 | 2025-01-25T04:25:52.713Z | Compiling async-trait v0.1.83 |
893 | 2025-01-25T04:25:52.794Z | Compiling waitgroup v0.1.2 |
894 | 2025-01-25T04:25:53.029Z | Compiling hostname v0.4.0 |
895 | 2025-01-25T04:25:53.177Z | Compiling instant v0.1.13 |
896 | 2025-01-25T04:25:53.272Z | Compiling debug-ignore v1.0.5 |
897 | 2025-01-25T04:25:53.311Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
898 | 2025-01-25T04:25:53.327Z | Compiling backoff v0.4.0 |
899 | 2025-01-25T04:25:53.415Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
900 | 2025-01-25T04:25:53.517Z | Compiling parse-display v0.10.0 |
901 | 2025-01-25T04:25:53.648Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
902 | 2025-01-25T04:25:53.694Z | Compiling strum v0.26.3 |
903 | 2025-01-25T04:25:53.874Z | Compiling serde_with v3.11.0 |
904 | 2025-01-25T04:25:54.994Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
905 | 2025-01-25T04:25:55.507Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
906 | 2025-01-25T04:25:55.654Z | Compiling progenitor-client v0.9.1 |
907 | 2025-01-25T04:25:56.300Z | Compiling regress v0.9.1 |
908 | 2025-01-25T04:25:56.551Z | Compiling macaddr v1.0.1 |
909 | 2025-01-25T04:26:05.007Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
910 | 2025-01-25T04:26:14.902Z | Compiling test-project v0.1.0 (/tmp/test-project) |
911 | 2025-01-25T04:26:24.992Z | Finished `release` profile [optimized] target(s) in 2m 33s |
912 | 2025-01-25T04:26:25.136Z | process exited: duration 221147 ms, exit code 0 |
|
913 | 2025-01-25T04:26:25.155Z | found 0 output files |