|
|
|
1 | 2024-11-28T00:50:34.415Z | job assigned to worker 01JDR3X8QSHF4PKTX58YYJ6HBN [factory aws, i-006021d0f6f0b4ff0] (queued for 57 s) |
|
2 | 2024-11-28T00:50:42.506Z | starting task 0: "setup" |
3 | 2024-11-28T00:50:42.514Z | ++ uname -s |
4 | 2024-11-28T00:50:42.516Z | + kern=SunOS |
5 | 2024-11-28T00:50:42.516Z | + case "$kern" in |
6 | 2024-11-28T00:50:42.516Z | + groupadd -g 12345 build |
7 | 2024-11-28T00:50:42.519Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-28T00:50:44.524Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-28T00:50:44.607Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-28T00:50:44.609Z | + home_fs=zfs |
11 | 2024-11-28T00:50:44.609Z | + [[ zfs == autofs ]] |
12 | 2024-11-28T00:50:44.609Z | + mkdir -p /home/build |
13 | 2024-11-28T00:50:44.612Z | + chown build:build /home/build /work |
14 | 2024-11-28T00:50:46.613Z | + chmod 0700 /home/build /work |
15 | 2024-11-28T00:50:46.616Z | process exited: duration 4109 ms, exit code 0 |
|
16 | 2024-11-28T00:50:46.620Z | starting task 1: "rust-toolchain" |
17 | 2024-11-28T00:50:46.626Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-28T00:50:46.626Z | ' 1.81.0 |
19 | 2024-11-28T00:50:46.626Z | * toolchain channel = "1.81.0" |
20 | 2024-11-28T00:50:46.626Z | + printf ' * toolchain profile = "%s" |
21 | 2024-11-28T00:50:46.626Z | ' default |
22 | 2024-11-28T00:50:46.626Z | * toolchain profile = "default" |
23 | 2024-11-28T00:50:46.628Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-28T00:50:46.628Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-11-28T00:50:46.722Z | info: downloading installer |
26 | 2024-11-28T00:50:48.132Z | info: profile set to 'default' |
27 | 2024-11-28T00:50:48.132Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-28T00:50:48.135Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-11-28T00:50:48.293Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-11-28T00:50:48.293Z | info: downloading component 'cargo' |
31 | 2024-11-28T00:50:49.146Z | info: downloading component 'clippy' |
32 | 2024-11-28T00:50:49.467Z | info: downloading component 'rust-docs' |
33 | 2024-11-28T00:50:50.631Z | info: downloading component 'rust-std' |
34 | 2024-11-28T00:50:52.449Z | info: downloading component 'rustc' |
35 | 2024-11-28T00:50:58.938Z | info: downloading component 'rustfmt' |
36 | 2024-11-28T00:50:59.197Z | info: installing component 'cargo' |
37 | 2024-11-28T00:50:59.994Z | info: installing component 'clippy' |
38 | 2024-11-28T00:51:00.348Z | info: installing component 'rust-docs' |
39 | 2024-11-28T00:51:01.975Z | info: installing component 'rust-std' |
40 | 2024-11-28T00:51:03.667Z | info: installing component 'rustc' |
41 | 2024-11-28T00:51:09.108Z | info: installing component 'rustfmt' |
42 | 2024-11-28T00:51:09.426Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-11-28T00:51:09.426Z | |
44 | 2024-11-28T00:51:09.787Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-11-28T00:51:09.787Z | |
46 | 2024-11-28T00:51:09.790Z | |
47 | 2024-11-28T00:51:09.790Z | Rust is installed now. Great! |
48 | 2024-11-28T00:51:09.790Z | |
49 | 2024-11-28T00:51:09.790Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-28T00:51:09.791Z | environment variable. This has not been done automatically. |
51 | 2024-11-28T00:51:09.791Z | |
52 | 2024-11-28T00:51:09.791Z | To configure your current shell, you need to source |
53 | 2024-11-28T00:51:09.791Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-28T00:51:09.791Z | |
55 | 2024-11-28T00:51:09.791Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-28T00:51:09.791Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-28T00:51:09.791Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-28T00:51:09.862Z | + rustc --version |
59 | 2024-11-28T00:51:09.930Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-11-28T00:51:09.933Z | process exited: duration 23306 ms, exit code 0 |
|
61 | 2024-11-28T00:51:09.937Z | starting task 2: "authentication" |
62 | 2024-11-28T00:51:09.957Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2024-11-28T00:51:09.963Z | starting task 3: "clone repository" |
64 | 2024-11-28T00:51:09.968Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-28T00:51:09.971Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-28T00:51:10.575Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-28T00:51:16.755Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-28T00:51:16.755Z | + git fetch origin 2b42d0e9eba874261cfe04e8dada79942d9b9633 |
69 | 2024-11-28T00:51:17.081Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-28T00:51:17.081Z | * branch 2b42d0e9eba874261cfe04e8dada79942d9b9633 -> FETCH_HEAD |
71 | 2024-11-28T00:51:17.090Z | + [[ -n nexus-support-bundles-api ]] |
72 | 2024-11-28T00:51:17.093Z | ++ git branch --show-current |
73 | 2024-11-28T00:51:17.095Z | + current=main |
74 | 2024-11-28T00:51:17.095Z | + [[ main != nexus-support-bundles-api ]] |
75 | 2024-11-28T00:51:17.095Z | + git branch -f nexus-support-bundles-api 2b42d0e9eba874261cfe04e8dada79942d9b9633 |
76 | 2024-11-28T00:51:17.098Z | + git checkout -f nexus-support-bundles-api |
77 | 2024-11-28T00:51:17.266Z | Switched to branch 'nexus-support-bundles-api' |
78 | 2024-11-28T00:51:17.268Z | + git reset --hard 2b42d0e9eba874261cfe04e8dada79942d9b9633 |
79 | 2024-11-28T00:51:17.290Z | HEAD is now at 2b42d0e9e API updates pulled from 7187 as I built it |
80 | 2024-11-28T00:51:17.292Z | process exited: duration 7326 ms, exit code 0 |
|
81 | 2024-11-28T00:51:17.298Z | starting task 4: "build" |
82 | 2024-11-28T00:51:17.303Z | + source .github/buildomat/ci-env.sh |
83 | 2024-11-28T00:51:17.303Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-11-28T00:51:17.303Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-11-28T00:51:17.306Z | + cargo --version |
86 | 2024-11-28T00:51:17.359Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-11-28T00:51:17.361Z | + rustc --version |
88 | 2024-11-28T00:51:17.418Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-11-28T00:51:17.420Z | + cd /tmp |
90 | 2024-11-28T00:51:17.421Z | + cargo new --lib test-project |
91 | 2024-11-28T00:51:17.476Z | Creating library `test-project` package |
92 | 2024-11-28T00:51:17.549Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
93 | 2024-11-28T00:51:17.552Z | + cd test-project |
94 | 2024-11-28T00:51:17.552Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
95 | 2024-11-28T00:51:17.608Z | Adding omicron-common (local) to dependencies |
96 | 2024-11-28T00:51:17.610Z | Features: |
97 | 2024-11-28T00:51:17.610Z | - proptest |
98 | 2024-11-28T00:51:17.610Z | - test-strategy |
99 | 2024-11-28T00:51:17.611Z | - testing |
100 | 2024-11-28T00:51:17.611Z | Updating crates.io index |
101 | 2024-11-28T00:51:17.675Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
102 | 2024-11-28T00:51:18.187Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
103 | 2024-11-28T00:51:18.646Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
104 | 2024-11-28T00:51:19.013Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
105 | 2024-11-28T00:51:20.384Z | Locking 328 packages to latest compatible versions |
106 | 2024-11-28T00:51:20.387Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
107 | 2024-11-28T00:51:20.387Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
108 | 2024-11-28T00:51:20.387Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
109 | 2024-11-28T00:51:20.389Z | Adding generic-array v0.14.7 (latest: v1.1.1) |
110 | 2024-11-28T00:51:20.389Z | Adding goblin v0.8.2 (latest: v0.9.2) |
111 | 2024-11-28T00:51:20.389Z | Adding hashbrown v0.12.3 (latest: v0.15.2) |
112 | 2024-11-28T00:51:20.389Z | Adding hashbrown v0.14.5 (latest: v0.15.2) |
113 | 2024-11-28T00:51:20.389Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
114 | 2024-11-28T00:51:20.389Z | Adding hostname v0.3.1 (latest: v0.4.0) |
115 | 2024-11-28T00:51:20.392Z | Adding indexmap v1.9.3 (latest: v2.6.0) |
116 | 2024-11-28T00:51:20.392Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
117 | 2024-11-28T00:51:20.394Z | Adding regress v0.9.1 (latest: v0.10.1) |
118 | 2024-11-28T00:51:20.400Z | Adding rustls v0.22.4 (latest: v0.23.19) |
119 | 2024-11-28T00:51:20.402Z | Adding security-framework v2.11.1 (latest: v3.0.1) |
120 | 2024-11-28T00:51:20.404Z | Adding term v0.7.0 (latest: v1.0.0) |
121 | 2024-11-28T00:51:20.404Z | Adding thiserror v1.0.69 (latest: v2.0.3) |
122 | 2024-11-28T00:51:20.404Z | Adding thiserror-impl v1.0.69 (latest: v2.0.3) |
123 | 2024-11-28T00:51:20.404Z | Adding thread-id v4.2.2 (latest: v5.0.0) |
124 | 2024-11-28T00:51:20.408Z | Adding tinystr v0.7.6 (latest: v0.8.0) |
125 | 2024-11-28T00:51:20.408Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
126 | 2024-11-28T00:51:20.408Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
127 | 2024-11-28T00:51:20.411Z | Adding windows v0.52.0 (latest: v0.58.0) |
128 | 2024-11-28T00:51:20.411Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
129 | 2024-11-28T00:51:20.411Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
130 | 2024-11-28T00:51:20.411Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
131 | 2024-11-28T00:51:20.411Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
132 | 2024-11-28T00:51:20.411Z | Adding writeable v0.5.5 (latest: v0.6.0) |
133 | 2024-11-28T00:51:20.411Z | Adding zerocopy v0.7.35 (latest: v0.8.11) |
134 | 2024-11-28T00:51:20.411Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.11) |
135 | 2024-11-28T00:51:20.411Z | Adding zerovec v0.10.4 (latest: v0.11.0) |
136 | 2024-11-28T00:51:20.411Z | Adding zerovec-derive v0.10.3 (latest: v0.11.0) |
137 | 2024-11-28T00:51:20.483Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
138 | 2024-11-28T00:51:20.485Z | + cargo check |
139 | 2024-11-28T00:51:20.644Z | Updating crates.io index |
140 | 2024-11-28T00:51:21.313Z | Locking 2 packages to latest compatible versions |
141 | 2024-11-28T00:51:24.499Z | Adding omicron-workspace-hack v0.1.0 |
142 | 2024-11-28T00:51:26.171Z | Adding test-project v0.1.0 (/tmp/test-project) |
143 | 2024-11-28T00:51:26.884Z | Downloading crates ... |
144 | 2024-11-28T00:51:26.960Z | Downloaded hyper-tls v0.6.0 |
145 | 2024-11-28T00:51:26.963Z | Downloaded dof v0.3.0 |
146 | 2024-11-28T00:51:26.967Z | Downloaded dirs-next v2.0.0 |
147 | 2024-11-28T00:51:26.967Z | Downloaded form_urlencoded v1.2.1 |
148 | 2024-11-28T00:51:26.967Z | Downloaded macaddr v1.0.1 |
149 | 2024-11-28T00:51:27.020Z | Downloaded aho-corasick v1.1.3 |
150 | 2024-11-28T00:51:27.025Z | Downloaded ahash v0.8.11 |
151 | 2024-11-28T00:51:27.062Z | Downloaded thread-id v4.2.2 |
152 | 2024-11-28T00:51:27.064Z | Downloaded time v0.3.36 |
153 | 2024-11-28T00:51:27.070Z | Downloaded time-core v0.1.2 |
154 | 2024-11-28T00:51:27.076Z | Downloaded tinyvec_macros v0.1.1 |
155 | 2024-11-28T00:51:27.078Z | Downloaded try-lock v0.2.5 |
156 | 2024-11-28T00:51:27.081Z | Downloaded tokio-native-tls v0.3.1 |
157 | 2024-11-28T00:51:27.083Z | Downloaded time-macros v0.2.18 |
158 | 2024-11-28T00:51:27.085Z | Downloaded tokio-rustls v0.26.0 |
159 | 2024-11-28T00:51:27.089Z | Downloaded memmap v0.7.0 |
160 | 2024-11-28T00:51:27.092Z | Downloaded tower-service v0.3.3 |
161 | 2024-11-28T00:51:27.092Z | Downloaded tokio-rustls v0.25.0 |
162 | 2024-11-28T00:51:27.098Z | Downloaded tokio-macros v2.4.0 |
163 | 2024-11-28T00:51:27.098Z | Downloaded thread_local v1.1.8 |
164 | 2024-11-28T00:51:27.102Z | Downloaded typify v0.2.0 |
165 | 2024-11-28T00:51:27.105Z | Downloaded tokio-util v0.7.12 |
166 | 2024-11-28T00:51:27.109Z | Downloaded tinystr v0.7.6 |
167 | 2024-11-28T00:51:27.113Z | Downloaded toml v0.8.19 |
168 | 2024-11-28T00:51:27.118Z | Downloaded tracing-core v0.1.32 |
169 | 2024-11-28T00:51:27.125Z | Downloaded tinyvec v1.8.0 |
170 | 2024-11-28T00:51:27.125Z | Downloaded autocfg v1.4.0 |
171 | 2024-11-28T00:51:27.127Z | Downloaded displaydoc v0.2.5 |
172 | 2024-11-28T00:51:27.130Z | Downloaded toml_edit v0.22.22 |
173 | 2024-11-28T00:51:27.149Z | Downloaded zerofrom v0.1.4 |
174 | 2024-11-28T00:51:27.152Z | Downloaded typenum v1.17.0 |
175 | 2024-11-28T00:51:27.155Z | Downloaded toml_datetime v0.6.8 |
176 | 2024-11-28T00:51:27.155Z | Downloaded block-buffer v0.10.4 |
177 | 2024-11-28T00:51:27.157Z | Downloaded async-trait v0.1.83 |
178 | 2024-11-28T00:51:27.159Z | Downloaded usdt-attr-macro v0.5.0 |
179 | 2024-11-28T00:51:27.162Z | Downloaded openssl-macros v0.1.1 |
180 | 2024-11-28T00:51:27.162Z | Downloaded typify-macro v0.2.0 |
181 | 2024-11-28T00:51:27.162Z | Downloaded iana-time-zone v0.1.61 |
182 | 2024-11-28T00:51:27.164Z | Downloaded digest v0.10.7 |
183 | 2024-11-28T00:51:27.167Z | Downloaded camino v1.1.9 |
184 | 2024-11-28T00:51:27.170Z | Downloaded openssl-probe v0.1.5 |
185 | 2024-11-28T00:51:27.174Z | Downloaded num_threads v0.1.7 |
186 | 2024-11-28T00:51:27.174Z | Downloaded num-conv v0.1.0 |
187 | 2024-11-28T00:51:27.174Z | Downloaded usdt-macro v0.5.0 |
188 | 2024-11-28T00:51:27.174Z | Downloaded untrusted v0.9.0 |
189 | 2024-11-28T00:51:27.177Z | Downloaded lock_api v0.4.12 |
190 | 2024-11-28T00:51:27.177Z | Downloaded darling_core v0.20.10 |
191 | 2024-11-28T00:51:27.179Z | Downloaded yoke v0.7.4 |
192 | 2024-11-28T00:51:27.181Z | Downloaded usdt v0.5.0 |
193 | 2024-11-28T00:51:27.184Z | Downloaded debug-ignore v1.0.5 |
194 | 2024-11-28T00:51:27.184Z | Downloaded bytes v1.8.0 |
195 | 2024-11-28T00:51:27.187Z | Downloaded omicron-workspace-hack v0.1.0 |
196 | 2024-11-28T00:51:27.189Z | Downloaded base64 v0.22.1 |
197 | 2024-11-28T00:51:27.192Z | Downloaded zerofrom-derive v0.1.4 |
198 | 2024-11-28T00:51:27.195Z | Downloaded foreign-types v0.3.2 |
199 | 2024-11-28T00:51:27.195Z | Downloaded writeable v0.5.5 |
200 | 2024-11-28T00:51:27.199Z | Downloaded powerfmt v0.2.0 |
201 | 2024-11-28T00:51:27.200Z | Downloaded parse-display v0.10.0 |
202 | 2024-11-28T00:51:27.203Z | Downloaded anyhow v1.0.93 |
203 | 2024-11-28T00:51:27.203Z | Downloaded version_check v0.9.5 |
204 | 2024-11-28T00:51:27.205Z | Downloaded pretty-hex v0.4.1 |
205 | 2024-11-28T00:51:27.205Z | Downloaded progenitor-client v0.8.0 |
206 | 2024-11-28T00:51:27.205Z | Downloaded match_cfg v0.1.0 |
207 | 2024-11-28T00:51:27.208Z | Downloaded http-body v1.0.1 |
208 | 2024-11-28T00:51:27.208Z | Downloaded futures-sink v0.3.31 |
209 | 2024-11-28T00:51:27.208Z | Downloaded dtrace-parser v0.2.0 |
210 | 2024-11-28T00:51:27.210Z | Downloaded utf8_iter v1.0.4 |
211 | 2024-11-28T00:51:27.210Z | Downloaded usdt-impl v0.5.0 |
212 | 2024-11-28T00:51:27.212Z | Downloaded icu_provider_macros v1.5.0 |
213 | 2024-11-28T00:51:27.214Z | Downloaded paste v1.0.15 |
214 | 2024-11-28T00:51:27.216Z | Downloaded newtype-uuid v1.1.3 |
215 | 2024-11-28T00:51:27.216Z | Downloaded zeroize v1.8.1 |
216 | 2024-11-28T00:51:27.221Z | Downloaded zerocopy-derive v0.7.35 |
217 | 2024-11-28T00:51:27.224Z | Downloaded dirs-sys-next v0.1.2 |
218 | 2024-11-28T00:51:27.224Z | Downloaded atomic-waker v1.1.2 |
219 | 2024-11-28T00:51:27.228Z | Downloaded deranged v0.3.11 |
220 | 2024-11-28T00:51:27.228Z | Downloaded utf16_iter v1.0.5 |
221 | 2024-11-28T00:51:27.228Z | Downloaded equivalent v1.0.1 |
222 | 2024-11-28T00:51:27.234Z | Downloaded crossbeam-utils v0.8.20 |
223 | 2024-11-28T00:51:27.234Z | Downloaded stable_deref_trait v1.2.0 |
224 | 2024-11-28T00:51:27.238Z | Downloaded uuid v1.11.0 |
225 | 2024-11-28T00:51:27.238Z | Downloaded mime v0.3.17 |
226 | 2024-11-28T00:51:27.238Z | Downloaded instant v0.1.13 |
227 | 2024-11-28T00:51:27.238Z | Downloaded ident_case v1.0.1 |
228 | 2024-11-28T00:51:27.242Z | Downloaded fnv v1.0.7 |
229 | 2024-11-28T00:51:27.242Z | Downloaded hostname v0.4.0 |
230 | 2024-11-28T00:51:27.242Z | Downloaded ppv-lite86 v0.2.20 |
231 | 2024-11-28T00:51:27.246Z | Downloaded pin-utils v0.1.0 |
232 | 2024-11-28T00:51:27.246Z | Downloaded plain v0.2.3 |
233 | 2024-11-28T00:51:27.246Z | Downloaded percent-encoding v2.3.1 |
234 | 2024-11-28T00:51:27.246Z | Downloaded parse-display-derive v0.10.0 |
235 | 2024-11-28T00:51:27.249Z | Downloaded zerovec-derive v0.10.3 |
236 | 2024-11-28T00:51:27.249Z | Downloaded pkg-config v0.3.31 |
237 | 2024-11-28T00:51:27.249Z | Downloaded thiserror-impl v1.0.69 |
238 | 2024-11-28T00:51:27.252Z | Downloaded crypto-common v0.1.6 |
239 | 2024-11-28T00:51:27.252Z | Downloaded idna_adapter v1.2.0 |
240 | 2024-11-28T00:51:27.252Z | Downloaded hostname v0.3.1 |
241 | 2024-11-28T00:51:27.255Z | Downloaded dyn-clone v1.0.17 |
242 | 2024-11-28T00:51:27.256Z | Downloaded foreign-types-shared v0.1.1 |
243 | 2024-11-28T00:51:27.259Z | Downloaded futures-executor v0.3.31 |
244 | 2024-11-28T00:51:27.259Z | Downloaded is-terminal v0.4.13 |
245 | 2024-11-28T00:51:27.259Z | Downloaded progenitor-macro v0.8.0 |
246 | 2024-11-28T00:51:27.261Z | Downloaded progenitor v0.8.0 |
247 | 2024-11-28T00:51:27.261Z | Downloaded rand_core v0.6.4 |
248 | 2024-11-28T00:51:27.261Z | Downloaded httpdate v1.0.3 |
249 | 2024-11-28T00:51:27.264Z | Downloaded futures-task v0.3.31 |
250 | 2024-11-28T00:51:27.264Z | Downloaded futures-io v0.3.31 |
251 | 2024-11-28T00:51:27.264Z | Downloaded async-stream v0.3.6 |
252 | 2024-11-28T00:51:27.267Z | Downloaded rand_chacha v0.3.1 |
253 | 2024-11-28T00:51:27.270Z | Downloaded quinn-udp v0.5.5 |
254 | 2024-11-28T00:51:27.270Z | Downloaded litemap v0.7.3 |
255 | 2024-11-28T00:51:27.273Z | Downloaded byteorder v1.5.0 |
256 | 2024-11-28T00:51:27.273Z | Downloaded async-stream-impl v0.3.6 |
257 | 2024-11-28T00:51:27.276Z | Downloaded cc v1.1.30 |
258 | 2024-11-28T00:51:27.278Z | Downloaded unicode-ident v1.0.13 |
259 | 2024-11-28T00:51:27.281Z | Downloaded backoff v0.4.0 |
260 | 2024-11-28T00:51:27.283Z | Downloaded sha1 v0.10.6 |
261 | 2024-11-28T00:51:27.283Z | Downloaded ipnetwork v0.20.0 |
262 | 2024-11-28T00:51:27.285Z | Downloaded itoa v1.0.11 |
263 | 2024-11-28T00:51:27.285Z | Downloaded parking_lot_core v0.9.10 |
264 | 2024-11-28T00:51:27.288Z | Downloaded ipnet v2.10.1 |
265 | 2024-11-28T00:51:27.290Z | Downloaded once_cell v1.20.2 |
266 | 2024-11-28T00:51:27.293Z | Downloaded structmeta v0.3.0 |
267 | 2024-11-28T00:51:27.293Z | Downloaded hex v0.4.3 |
268 | 2024-11-28T00:51:27.296Z | Downloaded structmeta-derive v0.3.0 |
269 | 2024-11-28T00:51:27.296Z | Downloaded pest_derive v2.7.14 |
270 | 2024-11-28T00:51:27.298Z | Downloaded pin-project-lite v0.2.14 |
271 | 2024-11-28T00:51:27.301Z | Downloaded take_mut v0.2.2 |
272 | 2024-11-28T00:51:27.303Z | Downloaded subtle v2.6.1 |
273 | 2024-11-28T00:51:27.303Z | Downloaded slog-bunyan v2.5.0 |
274 | 2024-11-28T00:51:27.306Z | Downloaded slog-async v2.8.0 |
275 | 2024-11-28T00:51:27.306Z | Downloaded serde_path_to_error v0.1.16 |
276 | 2024-11-28T00:51:27.308Z | Downloaded scopeguard v1.2.0 |
277 | 2024-11-28T00:51:27.308Z | Downloaded serde_spanned v0.6.8 |
278 | 2024-11-28T00:51:27.310Z | Downloaded sync_wrapper v1.0.1 |
279 | 2024-11-28T00:51:27.311Z | Downloaded getrandom v0.2.15 |
280 | 2024-11-28T00:51:27.314Z | Downloaded quote v1.0.37 |
281 | 2024-11-28T00:51:27.316Z | Downloaded parking_lot v0.12.3 |
282 | 2024-11-28T00:51:27.319Z | Downloaded pest_generator v2.7.14 |
283 | 2024-11-28T00:51:27.319Z | Downloaded heck v0.5.0 |
284 | 2024-11-28T00:51:27.321Z | Downloaded dropshot_endpoint v0.13.0 |
285 | 2024-11-28T00:51:27.324Z | Downloaded pest_meta v2.7.14 |
286 | 2024-11-28T00:51:27.327Z | Downloaded shlex v1.3.0 |
287 | 2024-11-28T00:51:27.327Z | Downloaded ucd-trie v0.1.7 |
288 | 2024-11-28T00:51:27.329Z | Downloaded serde_tokenstream v0.2.2 |
289 | 2024-11-28T00:51:27.329Z | Downloaded slab v0.4.9 |
290 | 2024-11-28T00:51:27.332Z | Downloaded num-traits v0.2.19 |
291 | 2024-11-28T00:51:27.335Z | Downloaded unsafe-libyaml v0.2.11 |
292 | 2024-11-28T00:51:27.338Z | Downloaded schemars_derive v0.8.21 |
293 | 2024-11-28T00:51:27.338Z | Downloaded icu_locid_transform v1.5.0 |
294 | 2024-11-28T00:51:27.342Z | Downloaded rustversion v1.0.17 |
295 | 2024-11-28T00:51:27.342Z | Downloaded icu_locid_transform_data v1.5.0 |
296 | 2024-11-28T00:51:27.346Z | Downloaded slog-json v2.6.1 |
297 | 2024-11-28T00:51:27.348Z | Downloaded synstructure v0.13.1 |
298 | 2024-11-28T00:51:27.349Z | Downloaded rustc-hash v2.0.0 |
299 | 2024-11-28T00:51:27.349Z | Downloaded scroll v0.12.0 |
300 | 2024-11-28T00:51:27.349Z | Downloaded strum_macros v0.26.4 |
301 | 2024-11-28T00:51:27.351Z | Downloaded rustls-pemfile v2.2.0 |
302 | 2024-11-28T00:51:27.354Z | Downloaded thiserror v1.0.69 |
303 | 2024-11-28T00:51:27.357Z | Downloaded strsim v0.11.1 |
304 | 2024-11-28T00:51:27.359Z | Downloaded url v2.5.3 |
305 | 2024-11-28T00:51:27.362Z | Downloaded serde_urlencoded v0.7.1 |
306 | 2024-11-28T00:51:27.365Z | Downloaded serde_with_macros v3.11.0 |
307 | 2024-11-28T00:51:27.367Z | Downloaded serde_derive_internals v0.29.1 |
308 | 2024-11-28T00:51:27.367Z | Downloaded spin v0.9.8 |
309 | 2024-11-28T00:51:27.369Z | Downloaded slog-term v2.9.1 |
310 | 2024-11-28T00:51:27.372Z | Downloaded progenitor-impl v0.8.0 |
311 | 2024-11-28T00:51:27.372Z | Downloaded log v0.4.22 |
312 | 2024-11-28T00:51:27.375Z | Downloaded slog v2.7.0 |
313 | 2024-11-28T00:51:27.377Z | Downloaded proc-macro2 v1.0.89 |
314 | 2024-11-28T00:51:27.380Z | Downloaded icu_normalizer_data v1.5.0 |
315 | 2024-11-28T00:51:27.384Z | Downloaded signal-hook-registry v1.4.2 |
316 | 2024-11-28T00:51:27.384Z | Downloaded mio v1.0.2 |
317 | 2024-11-28T00:51:27.387Z | Downloaded openssl-sys v0.9.103 |
318 | 2024-11-28T00:51:27.393Z | Downloaded sha2 v0.10.8 |
319 | 2024-11-28T00:51:27.397Z | Downloaded semver v1.0.23 |
320 | 2024-11-28T00:51:27.399Z | Downloaded rustls-pki-types v1.9.0 |
321 | 2024-11-28T00:51:27.401Z | Downloaded ryu v1.0.18 |
322 | 2024-11-28T00:51:27.403Z | Downloaded rand v0.8.5 |
323 | 2024-11-28T00:51:27.406Z | Downloaded quinn v0.11.5 |
324 | 2024-11-28T00:51:27.409Z | Downloaded term v0.7.0 |
325 | 2024-11-28T00:51:27.412Z | Downloaded smallvec v1.13.2 |
326 | 2024-11-28T00:51:27.414Z | Downloaded icu_provider v1.5.0 |
327 | 2024-11-28T00:51:27.416Z | Downloaded indexmap v1.9.3 |
328 | 2024-11-28T00:51:27.419Z | Downloaded socket2 v0.5.7 |
329 | 2024-11-28T00:51:27.422Z | Downloaded hyper-util v0.1.10 |
330 | 2024-11-28T00:51:27.425Z | Downloaded schemars v0.8.21 |
331 | 2024-11-28T00:51:27.436Z | Downloaded serde_yaml v0.9.34+deprecated |
332 | 2024-11-28T00:51:27.439Z | Downloaded memchr v2.7.4 |
333 | 2024-11-28T00:51:27.444Z | Downloaded serde_derive v1.0.215 |
334 | 2024-11-28T00:51:27.447Z | Downloaded crossbeam-channel v0.5.13 |
335 | 2024-11-28T00:51:27.451Z | Downloaded icu_locid v1.5.0 |
336 | 2024-11-28T00:51:27.456Z | Downloaded pest v2.7.14 |
337 | 2024-11-28T00:51:27.461Z | Downloaded zerovec v0.10.4 |
338 | 2024-11-28T00:51:27.465Z | Downloaded zerocopy v0.7.35 |
339 | 2024-11-28T00:51:27.480Z | Downloaded serde v1.0.215 |
340 | 2024-11-28T00:51:27.483Z | Downloaded winnow v0.6.20 |
341 | 2024-11-28T00:51:27.491Z | Downloaded indexmap v2.6.0 |
342 | 2024-11-28T00:51:27.495Z | Downloaded hashbrown v0.12.3 |
343 | 2024-11-28T00:51:27.498Z | Downloaded http v1.1.0 |
344 | 2024-11-28T00:51:27.502Z | Downloaded serde_json v1.0.132 |
345 | 2024-11-28T00:51:27.508Z | Downloaded icu_properties v1.5.1 |
346 | 2024-11-28T00:51:27.511Z | Downloaded icu_normalizer v1.5.0 |
347 | 2024-11-28T00:51:27.516Z | Downloaded futures v0.3.31 |
348 | 2024-11-28T00:51:27.519Z | Downloaded httparse v1.9.5 |
349 | 2024-11-28T00:51:27.522Z | Downloaded vcpkg v0.2.15 |
350 | 2024-11-28T00:51:27.557Z | Downloaded quinn-proto v0.11.8 |
351 | 2024-11-28T00:51:27.563Z | Downloaded webpki-roots v0.26.6 |
352 | 2024-11-28T00:51:27.566Z | Downloaded idna v1.0.3 |
353 | 2024-11-28T00:51:27.570Z | Downloaded hashbrown v0.15.0 |
354 | 2024-11-28T00:51:27.575Z | Downloaded regex v1.11.1 |
355 | 2024-11-28T00:51:27.587Z | Downloaded hyper v1.5.0 |
356 | 2024-11-28T00:51:27.592Z | Downloaded syn v2.0.87 |
357 | 2024-11-28T00:51:27.603Z | Downloaded serde_with v3.11.0 |
358 | 2024-11-28T00:51:27.610Z | Downloaded futures-util v0.3.31 |
359 | 2024-11-28T00:51:27.620Z | Downloaded reqwest v0.12.9 |
360 | 2024-11-28T00:51:27.628Z | Downloaded goblin v0.8.2 |
361 | 2024-11-28T00:51:27.633Z | Downloaded regress v0.9.1 |
362 | 2024-11-28T00:51:27.641Z | Downloaded rustls v0.22.4 |
363 | 2024-11-28T00:51:27.653Z | Downloaded rustls-webpki v0.102.8 |
364 | 2024-11-28T00:51:27.669Z | Downloaded chrono v0.4.38 |
365 | 2024-11-28T00:51:27.675Z | Downloaded dropshot v0.13.0 |
366 | 2024-11-28T00:51:27.697Z | Downloaded icu_properties_data v1.5.0 |
367 | 2024-11-28T00:51:27.703Z | Downloaded typify-impl v0.2.0 |
368 | 2024-11-28T00:51:27.716Z | Downloaded tokio v1.40.0 |
369 | 2024-11-28T00:51:27.750Z | Downloaded openapiv3 v2.0.0 |
370 | 2024-11-28T00:51:27.760Z | Downloaded h2 v0.4.6 |
371 | 2024-11-28T00:51:27.766Z | Downloaded openssl v0.10.66 |
372 | 2024-11-28T00:51:27.774Z | Downloaded rustls v0.23.14 |
373 | 2024-11-28T00:51:27.784Z | Downloaded regress v0.10.1 |
374 | 2024-11-28T00:51:27.792Z | Downloaded regex-syntax v0.8.5 |
375 | 2024-11-28T00:51:27.799Z | Downloaded hashbrown v0.14.5 |
376 | 2024-11-28T00:51:27.804Z | Downloaded generic-array v0.14.7 |
377 | 2024-11-28T00:51:27.806Z | Downloaded multer v3.1.0 |
378 | 2024-11-28T00:51:27.808Z | Downloaded hyper-rustls v0.27.3 |
379 | 2024-11-28T00:51:27.811Z | Downloaded http-body-util v0.1.2 |
380 | 2024-11-28T00:51:27.814Z | Downloaded scroll_derive v0.12.0 |
381 | 2024-11-28T00:51:27.814Z | Downloaded strum v0.26.3 |
382 | 2024-11-28T00:51:27.814Z | Downloaded futures-channel v0.3.31 |
383 | 2024-11-28T00:51:27.816Z | Downloaded darling v0.20.10 |
384 | 2024-11-28T00:51:27.819Z | Downloaded native-tls v0.2.12 |
385 | 2024-11-28T00:51:27.819Z | Downloaded yoke-derive v0.7.4 |
386 | 2024-11-28T00:51:27.821Z | Downloaded write16 v1.0.0 |
387 | 2024-11-28T00:51:27.821Z | Downloaded want v0.3.1 |
388 | 2024-11-28T00:51:27.821Z | Downloaded waitgroup v0.1.2 |
389 | 2024-11-28T00:51:27.823Z | Downloaded icu_collections v1.5.0 |
390 | 2024-11-28T00:51:27.827Z | Downloaded futures-macro v0.3.31 |
391 | 2024-11-28T00:51:27.829Z | Downloaded futures-core v0.3.31 |
392 | 2024-11-28T00:51:27.829Z | Downloaded darling_macro v0.20.10 |
393 | 2024-11-28T00:51:27.831Z | Downloaded cpufeatures v0.2.14 |
394 | 2024-11-28T00:51:27.831Z | Downloaded cfg-if v1.0.0 |
395 | 2024-11-28T00:51:27.831Z | Downloaded bitflags v2.6.0 |
396 | 2024-11-28T00:51:27.834Z | Downloaded allocator-api2 v0.2.18 |
397 | 2024-11-28T00:51:27.837Z | Downloaded tracing v0.1.40 |
398 | 2024-11-28T00:51:27.857Z | Downloaded regex-automata v0.4.8 |
399 | 2024-11-28T00:51:27.892Z | Downloaded libc v0.2.162 |
400 | 2024-11-28T00:51:27.989Z | Downloaded encoding_rs v0.8.34 |
401 | 2024-11-28T00:51:28.197Z | Downloaded ring v0.17.8 |
402 | 2024-11-28T00:51:28.516Z | Compiling proc-macro2 v1.0.89 |
403 | 2024-11-28T00:51:28.517Z | Compiling unicode-ident v1.0.13 |
404 | 2024-11-28T00:51:28.519Z | Compiling libc v0.2.162 |
405 | 2024-11-28T00:51:28.519Z | Checking cfg-if v1.0.0 |
406 | 2024-11-28T00:51:28.519Z | Compiling autocfg v1.4.0 |
407 | 2024-11-28T00:51:28.519Z | Compiling serde v1.0.215 |
408 | 2024-11-28T00:51:28.519Z | Compiling version_check v0.9.5 |
409 | 2024-11-28T00:51:28.541Z | Checking memchr v2.7.4 |
410 | 2024-11-28T00:51:28.681Z | Compiling serde_json v1.0.132 |
411 | 2024-11-28T00:51:28.721Z | Checking itoa v1.0.11 |
412 | 2024-11-28T00:51:29.200Z | Compiling thiserror v1.0.69 |
413 | 2024-11-28T00:51:29.323Z | Checking once_cell v1.20.2 |
414 | 2024-11-28T00:51:29.326Z | Compiling shlex v1.3.0 |
415 | 2024-11-28T00:51:29.556Z | Compiling cc v1.1.30 |
416 | 2024-11-28T00:51:29.823Z | Checking pin-project-lite v0.2.14 |
417 | 2024-11-28T00:51:29.935Z | Compiling num-traits v0.2.19 |
418 | 2024-11-28T00:51:30.064Z | Checking smallvec v1.13.2 |
419 | 2024-11-28T00:51:30.082Z | Checking ryu v1.0.18 |
420 | 2024-11-28T00:51:30.146Z | Checking bytes v1.8.0 |
421 | 2024-11-28T00:51:30.288Z | Checking futures-core v0.3.31 |
422 | 2024-11-28T00:51:30.395Z | Compiling lock_api v0.4.12 |
423 | 2024-11-28T00:51:30.412Z | Compiling parking_lot_core v0.9.10 |
424 | 2024-11-28T00:51:30.453Z | Compiling byteorder v1.5.0 |
425 | 2024-11-28T00:51:30.733Z | Checking getrandom v0.2.15 |
426 | 2024-11-28T00:51:30.792Z | Compiling quote v1.0.37 |
427 | 2024-11-28T00:51:30.839Z | Compiling ahash v0.8.11 |
428 | 2024-11-28T00:51:30.888Z | Checking scopeguard v1.2.0 |
429 | 2024-11-28T00:51:30.891Z | Compiling schemars v0.8.21 |
430 | 2024-11-28T00:51:31.234Z | Compiling syn v2.0.87 |
431 | 2024-11-28T00:51:31.322Z | Compiling slab v0.4.9 |
432 | 2024-11-28T00:51:31.342Z | Checking log v0.4.22 |
433 | 2024-11-28T00:51:31.361Z | Checking futures-sink v0.3.31 |
434 | 2024-11-28T00:51:31.424Z | Checking signal-hook-registry v1.4.2 |
435 | 2024-11-28T00:51:31.464Z | Checking parking_lot v0.12.3 |
436 | 2024-11-28T00:51:31.488Z | Checking mio v1.0.2 |
437 | 2024-11-28T00:51:31.568Z | Checking socket2 v0.5.7 |
438 | 2024-11-28T00:51:31.588Z | Checking stable_deref_trait v1.2.0 |
439 | 2024-11-28T00:51:31.674Z | Checking hashbrown v0.15.0 |
440 | 2024-11-28T00:51:31.693Z | Checking equivalent v1.0.1 |
441 | 2024-11-28T00:51:31.807Z | Compiling semver v1.0.23 |
442 | 2024-11-28T00:51:31.807Z | Checking fnv v1.0.7 |
443 | 2024-11-28T00:51:31.953Z | Checking http v1.1.0 |
444 | 2024-11-28T00:51:32.038Z | Checking futures-channel v0.3.31 |
445 | 2024-11-28T00:51:32.059Z | Checking futures-io v0.3.31 |
446 | 2024-11-28T00:51:32.077Z | Checking futures-task v0.3.31 |
447 | 2024-11-28T00:51:32.246Z | Checking pin-utils v0.1.0 |
448 | 2024-11-28T00:51:32.330Z | Compiling vcpkg v0.2.15 |
449 | 2024-11-28T00:51:32.333Z | Checking rustls-pki-types v1.9.0 |
450 | 2024-11-28T00:51:32.372Z | Compiling heck v0.5.0 |
451 | 2024-11-28T00:51:32.418Z | Checking spin v0.9.8 |
452 | 2024-11-28T00:51:32.476Z | Compiling ring v0.17.8 |
453 | 2024-11-28T00:51:32.642Z | Compiling pkg-config v0.3.31 |
454 | 2024-11-28T00:51:32.826Z | Checking untrusted v0.9.0 |
455 | 2024-11-28T00:51:32.956Z | Checking iana-time-zone v0.1.61 |
456 | 2024-11-28T00:51:33.072Z | Checking litemap v0.7.3 |
457 | 2024-11-28T00:51:33.101Z | Compiling httparse v1.9.5 |
458 | 2024-11-28T00:51:33.383Z | Checking writeable v0.5.5 |
459 | 2024-11-28T00:51:33.399Z | Compiling ucd-trie v0.1.7 |
460 | 2024-11-28T00:51:33.813Z | Checking tracing-core v0.1.32 |
461 | 2024-11-28T00:51:33.879Z | Compiling allocator-api2 v0.2.18 |
462 | 2024-11-28T00:51:34.010Z | Checking dyn-clone v1.0.17 |
463 | 2024-11-28T00:51:34.028Z | Compiling openssl-sys v0.9.103 |
464 | 2024-11-28T00:51:34.144Z | Checking atomic-waker v1.1.2 |
465 | 2024-11-28T00:51:34.392Z | Checking tracing v0.1.40 |
466 | 2024-11-28T00:51:34.642Z | Checking http-body v1.0.1 |
467 | 2024-11-28T00:51:34.676Z | Compiling uuid v1.11.0 |
468 | 2024-11-28T00:51:34.826Z | Checking subtle v2.6.1 |
469 | 2024-11-28T00:51:34.856Z | Checking zeroize v1.8.1 |
470 | 2024-11-28T00:51:35.024Z | Checking try-lock v0.2.5 |
471 | 2024-11-28T00:51:35.026Z | Checking icu_locid_transform_data v1.5.0 |
472 | 2024-11-28T00:51:35.073Z | Compiling chrono v0.4.38 |
473 | 2024-11-28T00:51:35.144Z | Checking want v0.3.1 |
474 | 2024-11-28T00:51:35.179Z | Compiling slog v2.7.0 |
475 | 2024-11-28T00:51:35.304Z | Compiling openssl v0.10.66 |
476 | 2024-11-28T00:51:35.406Z | Checking foreign-types-shared v0.1.1 |
477 | 2024-11-28T00:51:35.486Z | Checking icu_properties_data v1.5.0 |
478 | 2024-11-28T00:51:35.503Z | Checking httpdate v1.0.3 |
479 | 2024-11-28T00:51:35.658Z | Checking foreign-types v0.3.2 |
480 | 2024-11-28T00:51:35.677Z | Compiling aho-corasick v1.1.3 |
481 | 2024-11-28T00:51:35.710Z | Compiling native-tls v0.2.12 |
482 | 2024-11-28T00:51:35.770Z | Compiling regex-syntax v0.8.5 |
483 | 2024-11-28T00:51:36.008Z | Checking utf16_iter v1.0.5 |
484 | 2024-11-28T00:51:36.175Z | Compiling rustls v0.23.14 |
485 | 2024-11-28T00:51:36.484Z | Checking icu_normalizer_data v1.5.0 |
486 | 2024-11-28T00:51:36.574Z | Compiling typenum v1.17.0 |
487 | 2024-11-28T00:51:36.833Z | Checking percent-encoding v2.3.1 |
488 | 2024-11-28T00:51:36.913Z | Checking tower-service v0.3.3 |
489 | 2024-11-28T00:51:37.028Z | Checking write16 v1.0.0 |
490 | 2024-11-28T00:51:37.147Z | Checking utf8_iter v1.0.4 |
491 | 2024-11-28T00:51:37.331Z | Checking bitflags v2.6.0 |
492 | 2024-11-28T00:51:37.557Z | Checking form_urlencoded v1.2.1 |
493 | 2024-11-28T00:51:37.644Z | Compiling generic-array v0.14.7 |
494 | 2024-11-28T00:51:37.745Z | Checking openssl-probe v0.1.5 |
495 | 2024-11-28T00:51:38.814Z | Compiling synstructure v0.13.1 |
496 | 2024-11-28T00:51:39.074Z | Compiling serde_derive_internals v0.29.1 |
497 | 2024-11-28T00:51:39.218Z | Compiling regex-automata v0.4.8 |
498 | 2024-11-28T00:51:40.173Z | Compiling usdt-impl v0.5.0 |
499 | 2024-11-28T00:51:40.529Z | Checking encoding_rs v0.8.34 |
500 | 2024-11-28T00:51:40.598Z | Checking mime v0.3.17 |
501 | 2024-11-28T00:51:41.299Z | Checking powerfmt v0.2.0 |
502 | 2024-11-28T00:51:41.369Z | Compiling time-core v0.1.2 |
503 | 2024-11-28T00:51:41.557Z | Compiling num-conv v0.1.0 |
504 | 2024-11-28T00:51:41.580Z | Checking deranged v0.3.11 |
505 | 2024-11-28T00:51:41.902Z | Compiling time-macros v0.2.18 |
506 | 2024-11-28T00:51:42.772Z | Compiling thread-id v4.2.2 |
507 | 2024-11-28T00:51:42.888Z | Checking webpki-roots v0.26.6 |
508 | 2024-11-28T00:51:42.908Z | Checking rustls-pemfile v2.2.0 |
509 | 2024-11-28T00:51:42.911Z | Checking rustls-webpki v0.102.8 |
510 | 2024-11-28T00:51:43.117Z | Checking base64 v0.22.1 |
511 | 2024-11-28T00:51:43.345Z | Compiling regex v1.11.1 |
512 | 2024-11-28T00:51:43.364Z | Checking plain v0.2.3 |
513 | 2024-11-28T00:51:43.559Z | Compiling strsim v0.11.1 |
514 | 2024-11-28T00:51:43.857Z | Compiling serde_derive v1.0.215 |
515 | 2024-11-28T00:51:44.083Z | Compiling zerocopy-derive v0.7.35 |
516 | 2024-11-28T00:51:44.295Z | Compiling thiserror-impl v1.0.69 |
517 | 2024-11-28T00:51:44.317Z | Compiling zerofrom-derive v0.1.4 |
518 | 2024-11-28T00:51:44.696Z | Compiling schemars_derive v0.8.21 |
519 | 2024-11-28T00:51:44.949Z | Compiling tokio-macros v2.4.0 |
520 | 2024-11-28T00:51:46.109Z | Compiling zerocopy v0.7.35 |
521 | 2024-11-28T00:51:46.966Z | Compiling yoke-derive v0.7.4 |
522 | 2024-11-28T00:51:47.292Z | Checking tokio v1.40.0 |
523 | 2024-11-28T00:51:47.695Z | Compiling zerovec-derive v0.10.3 |
524 | 2024-11-28T00:51:47.721Z | Compiling displaydoc v0.2.5 |
525 | 2024-11-28T00:51:47.828Z | Checking zerofrom v0.1.4 |
526 | 2024-11-28T00:51:47.831Z | Compiling futures-macro v0.3.31 |
527 | 2024-11-28T00:51:48.527Z | Compiling pest v2.7.14 |
528 | 2024-11-28T00:51:48.680Z | Compiling icu_provider_macros v1.5.0 |
529 | 2024-11-28T00:51:49.270Z | Compiling hashbrown v0.14.5 |
530 | 2024-11-28T00:51:49.629Z | Checking yoke v0.7.4 |
531 | 2024-11-28T00:51:49.711Z | Checking futures-util v0.3.31 |
532 | 2024-11-28T00:51:49.933Z | Compiling openssl-macros v0.1.1 |
533 | 2024-11-28T00:51:50.181Z | Checking zerovec v0.10.4 |
534 | 2024-11-28T00:51:50.549Z | Compiling regress v0.10.1 |
535 | 2024-11-28T00:51:51.418Z | Compiling pest_meta v2.7.14 |
536 | 2024-11-28T00:51:51.701Z | Checking tinystr v0.7.6 |
537 | 2024-11-28T00:51:52.098Z | Checking icu_locid v1.5.0 |
538 | 2024-11-28T00:51:53.137Z | Checking icu_provider v1.5.0 |
539 | 2024-11-28T00:51:53.793Z | Checking icu_locid_transform v1.5.0 |
540 | 2024-11-28T00:51:54.328Z | Checking tokio-util v0.7.12 |
541 | 2024-11-28T00:51:54.765Z | Compiling pest_generator v2.7.14 |
542 | 2024-11-28T00:51:55.001Z | Checking icu_collections v1.5.0 |
543 | 2024-11-28T00:51:55.184Z | Checking http-body-util v0.1.2 |
544 | 2024-11-28T00:51:55.203Z | Compiling scroll_derive v0.12.0 |
545 | 2024-11-28T00:51:55.616Z | Checking tokio-rustls v0.26.0 |
546 | 2024-11-28T00:51:55.618Z | Checking icu_properties v1.5.1 |
547 | 2024-11-28T00:51:56.460Z | Checking indexmap v2.6.0 |
548 | 2024-11-28T00:51:57.088Z | Compiling pest_derive v2.7.14 |
549 | 2024-11-28T00:51:57.667Z | Compiling serde_tokenstream v0.2.2 |
550 | 2024-11-28T00:51:57.931Z | Checking h2 v0.4.6 |
551 | 2024-11-28T00:51:58.867Z | Compiling dtrace-parser v0.2.0 |
552 | 2024-11-28T00:51:58.888Z | Checking icu_normalizer v1.5.0 |
553 | 2024-11-28T00:51:59.061Z | Checking scroll v0.12.0 |
554 | 2024-11-28T00:51:59.510Z | Compiling dof v0.3.0 |
555 | 2024-11-28T00:51:59.614Z | Checking tokio-native-tls v0.3.1 |
556 | 2024-11-28T00:51:59.651Z | Checking idna_adapter v1.2.0 |
557 | 2024-11-28T00:51:59.840Z | Checking idna v1.0.3 |
558 | 2024-11-28T00:51:59.863Z | Checking serde_urlencoded v0.7.1 |
559 | 2024-11-28T00:52:00.069Z | Compiling crossbeam-utils v0.8.20 |
560 | 2024-11-28T00:52:00.405Z | Checking num_threads v0.1.7 |
561 | 2024-11-28T00:52:00.407Z | Compiling ident_case v1.0.1 |
562 | 2024-11-28T00:52:00.444Z | Checking typify-impl v0.2.0 |
563 | 2024-11-28T00:52:00.521Z | Checking time v0.3.36 |
564 | 2024-11-28T00:52:00.594Z | Compiling darling_core v0.20.10 |
565 | 2024-11-28T00:52:00.613Z | Checking url v2.5.3 |
566 | 2024-11-28T00:52:01.972Z | Compiling openapiv3 v2.0.0 |
567 | 2024-11-28T00:52:02.076Z | Checking hyper v1.5.0 |
568 | 2024-11-28T00:52:02.341Z | Checking goblin v0.8.2 |
569 | 2024-11-28T00:52:03.276Z | Checking dirs-sys-next v0.1.2 |
570 | 2024-11-28T00:52:03.439Z | Checking sync_wrapper v1.0.1 |
571 | 2024-11-28T00:52:03.948Z | Checking pretty-hex v0.4.1 |
572 | 2024-11-28T00:52:04.124Z | Compiling omicron-workspace-hack v0.1.0 |
573 | 2024-11-28T00:52:04.215Z | Checking hyper-util v0.1.10 |
574 | 2024-11-28T00:52:04.416Z | Compiling rustls v0.22.4 |
575 | 2024-11-28T00:52:04.716Z | Compiling rustversion v1.0.17 |
576 | 2024-11-28T00:52:05.186Z | Compiling paste v1.0.15 |
577 | 2024-11-28T00:52:05.388Z | Checking ipnet v2.10.1 |
578 | 2024-11-28T00:52:05.685Z | Compiling unsafe-libyaml v0.2.11 |
579 | 2024-11-28T00:52:05.881Z | Checking hyper-rustls v0.27.3 |
580 | 2024-11-28T00:52:05.902Z | Checking hyper-tls v0.6.0 |
581 | 2024-11-28T00:52:06.174Z | Checking dirs-next v2.0.0 |
582 | 2024-11-28T00:52:06.193Z | Checking reqwest v0.12.9 |
583 | 2024-11-28T00:52:06.328Z | Checking toml_datetime v0.6.8 |
584 | 2024-11-28T00:52:06.614Z | Checking serde_spanned v0.6.8 |
585 | 2024-11-28T00:52:06.735Z | Compiling darling_macro v0.20.10 |
586 | 2024-11-28T00:52:06.776Z | Checking ppv-lite86 v0.2.20 |
587 | 2024-11-28T00:52:06.794Z | Compiling structmeta-derive v0.3.0 |
588 | 2024-11-28T00:52:07.007Z | Compiling serde_yaml v0.9.34+deprecated |
589 | 2024-11-28T00:52:07.427Z | Checking block-buffer v0.10.4 |
590 | 2024-11-28T00:52:07.518Z | Checking crypto-common v0.1.6 |
591 | 2024-11-28T00:52:07.603Z | Checking rand_core v0.6.4 |
592 | 2024-11-28T00:52:07.678Z | Checking thread_local v1.1.8 |
593 | 2024-11-28T00:52:07.696Z | Compiling multer v3.1.0 |
594 | 2024-11-28T00:52:07.729Z | Checking match_cfg v0.1.0 |
595 | 2024-11-28T00:52:07.874Z | Compiling camino v1.1.9 |
596 | 2024-11-28T00:52:07.880Z | Compiling anyhow v1.0.93 |
597 | 2024-11-28T00:52:07.951Z | Compiling slog-async v2.8.0 |
598 | 2024-11-28T00:52:07.980Z | Compiling newtype-uuid v1.1.3 |
599 | 2024-11-28T00:52:08.016Z | Checking winnow v0.6.20 |
600 | 2024-11-28T00:52:08.475Z | Checking rand_chacha v0.3.1 |
601 | 2024-11-28T00:52:08.497Z | Checking hostname v0.3.1 |
602 | 2024-11-28T00:52:08.621Z | Checking digest v0.10.7 |
603 | 2024-11-28T00:52:08.796Z | Compiling darling v0.20.10 |
604 | 2024-11-28T00:52:08.813Z | Checking progenitor-client v0.8.0 |
605 | 2024-11-28T00:52:08.870Z | Checking crossbeam-channel v0.5.13 |
606 | 2024-11-28T00:52:08.896Z | Checking term v0.7.0 |
607 | 2024-11-28T00:52:09.407Z | Compiling structmeta v0.3.0 |
608 | 2024-11-28T00:52:09.570Z | Checking slog-json v2.6.1 |
609 | 2024-11-28T00:52:09.805Z | Compiling usdt-attr-macro v0.5.0 |
610 | 2024-11-28T00:52:09.825Z | Compiling usdt-macro v0.5.0 |
611 | 2024-11-28T00:52:10.334Z | Checking futures-executor v0.3.31 |
612 | 2024-11-28T00:52:10.413Z | Compiling async-stream-impl v0.3.6 |
613 | 2024-11-28T00:52:10.550Z | Checking memmap v0.7.0 |
614 | 2024-11-28T00:52:10.597Z | Checking is-terminal v0.4.13 |
615 | 2024-11-28T00:52:10.715Z | Compiling dropshot v0.13.0 |
616 | 2024-11-28T00:52:10.745Z | Checking cpufeatures v0.2.14 |
617 | 2024-11-28T00:52:10.836Z | Checking take_mut v0.2.2 |
618 | 2024-11-28T00:52:11.081Z | Checking sha1 v0.10.6 |
619 | 2024-11-28T00:52:11.105Z | Checking slog-term v2.9.1 |
620 | 2024-11-28T00:52:11.121Z | Checking toml_edit v0.22.22 |
621 | 2024-11-28T00:52:11.167Z | Checking usdt v0.5.0 |
622 | 2024-11-28T00:52:11.265Z | Checking futures v0.3.31 |
623 | 2024-11-28T00:52:11.348Z | Compiling strum_macros v0.26.4 |
624 | 2024-11-28T00:52:11.374Z | Checking slog-bunyan v2.5.0 |
625 | 2024-11-28T00:52:11.399Z | Compiling parse-display-derive v0.10.0 |
626 | 2024-11-28T00:52:11.540Z | Compiling serde_with_macros v3.11.0 |
627 | 2024-11-28T00:52:11.659Z | Checking async-stream v0.3.6 |
628 | 2024-11-28T00:52:11.848Z | Checking rand v0.8.5 |
629 | 2024-11-28T00:52:12.502Z | Checking tokio-rustls v0.25.0 |
630 | 2024-11-28T00:52:13.017Z | Checking ipnetwork v0.20.0 |
631 | 2024-11-28T00:52:13.050Z | Compiling dropshot_endpoint v0.13.0 |
632 | 2024-11-28T00:52:13.114Z | Checking hex v0.4.3 |
633 | 2024-11-28T00:52:13.363Z | Checking serde_path_to_error v0.1.16 |
634 | 2024-11-28T00:52:13.664Z | Compiling async-trait v0.1.83 |
635 | 2024-11-28T00:52:13.693Z | Checking toml v0.8.19 |
636 | 2024-11-28T00:52:14.012Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
637 | 2024-11-28T00:52:14.128Z | Checking waitgroup v0.1.2 |
638 | 2024-11-28T00:52:14.263Z | Checking hostname v0.4.0 |
639 | 2024-11-28T00:52:14.386Z | Checking instant v0.1.13 |
640 | 2024-11-28T00:52:14.405Z | Checking debug-ignore v1.0.5 |
641 | 2024-11-28T00:52:14.500Z | Checking backoff v0.4.0 |
642 | 2024-11-28T00:52:14.545Z | Checking serde_with v3.11.0 |
643 | 2024-11-28T00:52:14.770Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
644 | 2024-11-28T00:52:14.789Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
645 | 2024-11-28T00:52:14.924Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
646 | 2024-11-28T00:52:14.943Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
647 | 2024-11-28T00:52:15.060Z | Compiling typify-macro v0.2.0 |
648 | 2024-11-28T00:52:15.179Z | Checking parse-display v0.10.0 |
649 | 2024-11-28T00:52:15.199Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
650 | 2024-11-28T00:52:15.352Z | Checking macaddr v1.0.1 |
651 | 2024-11-28T00:52:15.392Z | Checking regress v0.9.1 |
652 | 2024-11-28T00:52:15.716Z | Checking strum v0.26.3 |
653 | 2024-11-28T00:52:17.327Z | Compiling typify v0.2.0 |
654 | 2024-11-28T00:52:17.431Z | Checking progenitor-impl v0.8.0 |
655 | 2024-11-28T00:52:20.007Z | Compiling progenitor-macro v0.8.0 |
656 | 2024-11-28T00:52:24.120Z | Checking progenitor v0.8.0 |
657 | 2024-11-28T00:52:24.243Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
658 | 2024-11-28T00:52:27.055Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
659 | 2024-11-28T00:52:34.420Z | Checking test-project v0.1.0 (/tmp/test-project) |
660 | 2024-11-28T00:52:34.479Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s |
661 | 2024-11-28T00:52:34.791Z | + cargo build --release |
662 | 2024-11-28T00:52:35.036Z | Compiling proc-macro2 v1.0.89 |
663 | 2024-11-28T00:52:35.040Z | Compiling unicode-ident v1.0.13 |
664 | 2024-11-28T00:52:35.040Z | Compiling libc v0.2.162 |
665 | 2024-11-28T00:52:35.040Z | Compiling cfg-if v1.0.0 |
666 | 2024-11-28T00:52:35.040Z | Compiling autocfg v1.4.0 |
667 | 2024-11-28T00:52:35.040Z | Compiling version_check v0.9.5 |
668 | 2024-11-28T00:52:35.040Z | Compiling serde v1.0.215 |
669 | 2024-11-28T00:52:35.040Z | Compiling memchr v2.7.4 |
670 | 2024-11-28T00:52:35.158Z | Compiling serde_json v1.0.132 |
671 | 2024-11-28T00:52:35.222Z | Compiling itoa v1.0.11 |
672 | 2024-11-28T00:52:35.477Z | Compiling thiserror v1.0.69 |
673 | 2024-11-28T00:52:35.578Z | Compiling once_cell v1.20.2 |
674 | 2024-11-28T00:52:35.693Z | Compiling shlex v1.3.0 |
675 | 2024-11-28T00:52:35.891Z | Compiling cc v1.1.30 |
676 | 2024-11-28T00:52:36.030Z | Compiling num-traits v0.2.19 |
677 | 2024-11-28T00:52:36.310Z | Compiling pin-project-lite v0.2.14 |
678 | 2024-11-28T00:52:36.421Z | Compiling getrandom v0.2.15 |
679 | 2024-11-28T00:52:36.496Z | Compiling smallvec v1.13.2 |
680 | 2024-11-28T00:52:36.549Z | Compiling bytes v1.8.0 |
681 | 2024-11-28T00:52:36.714Z | Compiling quote v1.0.37 |
682 | 2024-11-28T00:52:36.732Z | Compiling ryu v1.0.18 |
683 | 2024-11-28T00:52:36.956Z | Compiling futures-core v0.3.31 |
684 | 2024-11-28T00:52:37.008Z | Compiling lock_api v0.4.12 |
685 | 2024-11-28T00:52:37.183Z | Compiling syn v2.0.87 |
686 | 2024-11-28T00:52:37.273Z | Compiling ahash v0.8.11 |
687 | 2024-11-28T00:52:37.326Z | Compiling schemars v0.8.21 |
688 | 2024-11-28T00:52:37.342Z | Compiling parking_lot_core v0.9.10 |
689 | 2024-11-28T00:52:37.586Z | Compiling byteorder v1.5.0 |
690 | 2024-11-28T00:52:37.745Z | Compiling scopeguard v1.2.0 |
691 | 2024-11-28T00:52:37.753Z | Compiling slab v0.4.9 |
692 | 2024-11-28T00:52:38.026Z | Compiling log v0.4.22 |
693 | 2024-11-28T00:52:38.080Z | Compiling futures-sink v0.3.31 |
694 | 2024-11-28T00:52:38.220Z | Compiling socket2 v0.5.7 |
695 | 2024-11-28T00:52:38.292Z | Compiling signal-hook-registry v1.4.2 |
696 | 2024-11-28T00:52:38.347Z | Compiling parking_lot v0.12.3 |
697 | 2024-11-28T00:52:38.384Z | Compiling mio v1.0.2 |
698 | 2024-11-28T00:52:38.462Z | Compiling stable_deref_trait v1.2.0 |
699 | 2024-11-28T00:52:38.558Z | Compiling semver v1.0.23 |
700 | 2024-11-28T00:52:38.772Z | Compiling ring v0.17.8 |
701 | 2024-11-28T00:52:38.884Z | Compiling hashbrown v0.15.0 |
702 | 2024-11-28T00:52:39.046Z | Compiling fnv v1.0.7 |
703 | 2024-11-28T00:52:39.165Z | Compiling equivalent v1.0.1 |
704 | 2024-11-28T00:52:39.263Z | Compiling http v1.1.0 |
705 | 2024-11-28T00:52:39.775Z | Compiling futures-channel v0.3.31 |
706 | 2024-11-28T00:52:39.864Z | Compiling pin-utils v0.1.0 |
707 | 2024-11-28T00:52:39.943Z | Compiling futures-task v0.3.31 |
708 | 2024-11-28T00:52:40.039Z | Compiling futures-io v0.3.31 |
709 | 2024-11-28T00:52:40.217Z | Compiling heck v0.5.0 |
710 | 2024-11-28T00:52:40.338Z | Compiling rustls-pki-types v1.9.0 |
711 | 2024-11-28T00:52:40.362Z | Compiling spin v0.9.8 |
712 | 2024-11-28T00:52:40.381Z | Compiling pkg-config v0.3.31 |
713 | 2024-11-28T00:52:40.398Z | Compiling vcpkg v0.2.15 |
714 | 2024-11-28T00:52:41.212Z | Compiling ucd-trie v0.1.7 |
715 | 2024-11-28T00:52:41.564Z | Compiling iana-time-zone v0.1.61 |
716 | 2024-11-28T00:52:41.668Z | Compiling writeable v0.5.5 |
717 | 2024-11-28T00:52:42.036Z | Compiling openssl-sys v0.9.103 |
718 | 2024-11-28T00:52:42.161Z | Compiling untrusted v0.9.0 |
719 | 2024-11-28T00:52:42.276Z | Compiling litemap v0.7.3 |
720 | 2024-11-28T00:52:42.401Z | Compiling httparse v1.9.5 |
721 | 2024-11-28T00:52:42.737Z | Compiling tracing-core v0.1.32 |
722 | 2024-11-28T00:52:43.073Z | Compiling allocator-api2 v0.2.18 |
723 | 2024-11-28T00:52:43.093Z | Compiling atomic-waker v1.1.2 |
724 | 2024-11-28T00:52:43.099Z | Compiling dyn-clone v1.0.17 |
725 | 2024-11-28T00:52:43.833Z | Compiling tracing v0.1.40 |
726 | 2024-11-28T00:52:43.911Z | Compiling http-body v1.0.1 |
727 | 2024-11-28T00:52:44.134Z | Compiling zeroize v1.8.1 |
728 | 2024-11-28T00:52:44.299Z | Compiling uuid v1.11.0 |
729 | 2024-11-28T00:52:44.447Z | Compiling chrono v0.4.38 |
730 | 2024-11-28T00:52:44.614Z | Compiling synstructure v0.13.1 |
731 | 2024-11-28T00:52:44.654Z | Compiling serde_derive_internals v0.29.1 |
732 | 2024-11-28T00:52:44.870Z | Compiling icu_locid_transform_data v1.5.0 |
733 | 2024-11-28T00:52:44.961Z | Compiling subtle v2.6.1 |
734 | 2024-11-28T00:52:45.024Z | Compiling try-lock v0.2.5 |
735 | 2024-11-28T00:52:45.164Z | Compiling want v0.3.1 |
736 | 2024-11-28T00:52:45.491Z | Compiling openssl v0.10.66 |
737 | 2024-11-28T00:52:45.908Z | Compiling slog v2.7.0 |
738 | 2024-11-28T00:52:46.336Z | Compiling httpdate v1.0.3 |
739 | 2024-11-28T00:52:46.373Z | Compiling icu_properties_data v1.5.0 |
740 | 2024-11-28T00:52:46.463Z | Compiling foreign-types-shared v0.1.1 |
741 | 2024-11-28T00:52:46.559Z | Compiling foreign-types v0.3.2 |
742 | 2024-11-28T00:52:46.826Z | Compiling aho-corasick v1.1.3 |
743 | 2024-11-28T00:52:47.032Z | Compiling rustls v0.23.14 |
744 | 2024-11-28T00:52:47.265Z | Compiling typenum v1.17.0 |
745 | 2024-11-28T00:52:47.341Z | Compiling percent-encoding v2.3.1 |
746 | 2024-11-28T00:52:47.778Z | Compiling utf8_iter v1.0.4 |
747 | 2024-11-28T00:52:48.024Z | Compiling utf16_iter v1.0.5 |
748 | 2024-11-28T00:52:48.076Z | Compiling bitflags v2.6.0 |
749 | 2024-11-28T00:52:48.230Z | Compiling tower-service v0.3.3 |
750 | 2024-11-28T00:52:48.237Z | Compiling icu_normalizer_data v1.5.0 |
751 | 2024-11-28T00:52:48.323Z | Compiling native-tls v0.2.12 |
752 | 2024-11-28T00:52:48.342Z | Compiling regex-syntax v0.8.5 |
753 | 2024-11-28T00:52:48.414Z | Compiling write16 v1.0.0 |
754 | 2024-11-28T00:52:48.724Z | Compiling form_urlencoded v1.2.1 |
755 | 2024-11-28T00:52:49.310Z | Compiling generic-array v0.14.7 |
756 | 2024-11-28T00:52:49.617Z | Compiling openssl-probe v0.1.5 |
757 | 2024-11-28T00:52:50.234Z | Compiling serde_derive v1.0.215 |
758 | 2024-11-28T00:52:50.592Z | Compiling zerocopy-derive v0.7.35 |
759 | 2024-11-28T00:52:50.687Z | Compiling thiserror-impl v1.0.69 |
760 | 2024-11-28T00:52:51.197Z | Compiling zerofrom-derive v0.1.4 |
761 | 2024-11-28T00:52:51.458Z | Compiling schemars_derive v0.8.21 |
762 | 2024-11-28T00:52:52.683Z | Compiling zerocopy v0.7.35 |
763 | 2024-11-28T00:52:54.066Z | Compiling tokio-macros v2.4.0 |
764 | 2024-11-28T00:52:54.276Z | Compiling yoke-derive v0.7.4 |
765 | 2024-11-28T00:52:54.468Z | Compiling zerovec-derive v0.10.3 |
766 | 2024-11-28T00:52:54.769Z | Compiling zerofrom v0.1.4 |
767 | 2024-11-28T00:52:55.000Z | Compiling futures-macro v0.3.31 |
768 | 2024-11-28T00:52:55.349Z | Compiling displaydoc v0.2.5 |
769 | 2024-11-28T00:52:55.620Z | Compiling tokio v1.40.0 |
770 | 2024-11-28T00:52:56.834Z | Compiling futures-util v0.3.31 |
771 | 2024-11-28T00:52:56.932Z | Compiling yoke v0.7.4 |
772 | 2024-11-28T00:52:56.957Z | Compiling pest v2.7.14 |
773 | 2024-11-28T00:52:57.324Z | Compiling zerovec v0.10.4 |
774 | 2024-11-28T00:52:57.401Z | Compiling icu_provider_macros v1.5.0 |
775 | 2024-11-28T00:52:57.513Z | Compiling hashbrown v0.14.5 |
776 | 2024-11-28T00:52:58.830Z | Compiling rustls-webpki v0.102.8 |
777 | 2024-11-28T00:52:59.766Z | Compiling tinystr v0.7.6 |
778 | 2024-11-28T00:53:00.225Z | Compiling icu_locid v1.5.0 |
779 | 2024-11-28T00:53:00.305Z | Compiling pest_meta v2.7.14 |
780 | 2024-11-28T00:53:03.530Z | Compiling icu_provider v1.5.0 |
781 | 2024-11-28T00:53:03.631Z | Compiling pest_generator v2.7.14 |
782 | 2024-11-28T00:53:04.713Z | Compiling indexmap v2.6.0 |
783 | 2024-11-28T00:53:05.336Z | Compiling serde_tokenstream v0.2.2 |
784 | 2024-11-28T00:53:06.473Z | Compiling tokio-util v0.7.12 |
785 | 2024-11-28T00:53:07.119Z | Compiling icu_locid_transform v1.5.0 |
786 | 2024-11-28T00:53:07.627Z | Compiling h2 v0.4.6 |
787 | 2024-11-28T00:53:08.660Z | Compiling icu_collections v1.5.0 |
788 | 2024-11-28T00:53:10.837Z | Compiling regress v0.10.1 |
789 | 2024-11-28T00:53:11.378Z | Compiling icu_properties v1.5.1 |
790 | 2024-11-28T00:53:13.055Z | Compiling hyper v1.5.0 |
791 | 2024-11-28T00:53:14.896Z | Compiling typify-impl v0.2.0 |
792 | 2024-11-28T00:53:15.552Z | Compiling pest_derive v2.7.14 |
793 | 2024-11-28T00:53:16.952Z | Compiling openssl-macros v0.1.1 |
794 | 2024-11-28T00:53:19.100Z | Compiling hyper-util v0.1.10 |
795 | 2024-11-28T00:53:22.734Z | Compiling icu_normalizer v1.5.0 |
796 | 2024-11-28T00:53:23.431Z | Compiling regex-automata v0.4.8 |
797 | 2024-11-28T00:53:25.085Z | Compiling idna_adapter v1.2.0 |
798 | 2024-11-28T00:53:25.639Z | Compiling http-body-util v0.1.2 |
799 | 2024-11-28T00:53:26.541Z | Compiling scroll_derive v0.12.0 |
800 | 2024-11-28T00:53:26.855Z | Compiling typify-macro v0.2.0 |
801 | 2024-11-28T00:53:28.004Z | Compiling regex v1.11.1 |
802 | 2024-11-28T00:53:28.011Z | Compiling usdt-impl v0.5.0 |
803 | 2024-11-28T00:53:28.370Z | Compiling encoding_rs v0.8.34 |
804 | 2024-11-28T00:53:30.589Z | Compiling powerfmt v0.2.0 |
805 | 2024-11-28T00:53:31.085Z | Compiling time-core v0.1.2 |
806 | 2024-11-28T00:53:31.180Z | Compiling num-conv v0.1.0 |
807 | 2024-11-28T00:53:31.261Z | Compiling mime v0.3.17 |
808 | 2024-11-28T00:53:31.437Z | Compiling time-macros v0.2.18 |
809 | 2024-11-28T00:53:32.033Z | Compiling deranged v0.3.11 |
810 | 2024-11-28T00:53:32.418Z | Compiling scroll v0.12.0 |
811 | 2024-11-28T00:53:34.294Z | Compiling tokio-rustls v0.26.0 |
812 | 2024-11-28T00:53:34.379Z | Compiling idna v1.0.3 |
813 | 2024-11-28T00:53:34.770Z | Compiling tokio-native-tls v0.3.1 |
814 | 2024-11-28T00:53:39.119Z | Compiling dtrace-parser v0.2.0 |
815 | 2024-11-28T00:53:40.125Z | Compiling dof v0.3.0 |
816 | 2024-11-28T00:53:40.891Z | Compiling serde_urlencoded v0.7.1 |
817 | 2024-11-28T00:53:41.340Z | Compiling thread-id v4.2.2 |
818 | 2024-11-28T00:53:41.434Z | Compiling rustls-pemfile v2.2.0 |
819 | 2024-11-28T00:53:41.465Z | Compiling webpki-roots v0.26.6 |
820 | 2024-11-28T00:53:41.901Z | Compiling ident_case v1.0.1 |
821 | 2024-11-28T00:53:42.148Z | Compiling crossbeam-utils v0.8.20 |
822 | 2024-11-28T00:53:42.451Z | Compiling omicron-workspace-hack v0.1.0 |
823 | 2024-11-28T00:53:42.916Z | Compiling strsim v0.11.1 |
824 | 2024-11-28T00:53:43.114Z | Compiling base64 v0.22.1 |
825 | 2024-11-28T00:53:43.600Z | Compiling plain v0.2.3 |
826 | 2024-11-28T00:53:43.744Z | Compiling num_threads v0.1.7 |
827 | 2024-11-28T00:53:43.850Z | Compiling time v0.3.36 |
828 | 2024-11-28T00:53:43.889Z | Compiling goblin v0.8.2 |
829 | 2024-11-28T00:53:44.187Z | Compiling darling_core v0.20.10 |
830 | 2024-11-28T00:53:50.260Z | Compiling hyper-rustls v0.27.3 |
831 | 2024-11-28T00:53:52.280Z | Compiling hyper-tls v0.6.0 |
832 | 2024-11-28T00:53:52.671Z | Compiling url v2.5.3 |
833 | 2024-11-28T00:53:52.760Z | Compiling typify v0.2.0 |
834 | 2024-11-28T00:53:52.880Z | Compiling openapiv3 v2.0.0 |
835 | 2024-11-28T00:53:55.670Z | Compiling sync_wrapper v1.0.1 |
836 | 2024-11-28T00:53:55.805Z | Compiling dirs-sys-next v0.1.2 |
837 | 2024-11-28T00:53:57.047Z | Compiling unsafe-libyaml v0.2.11 |
838 | 2024-11-28T00:53:57.224Z | Compiling pretty-hex v0.4.1 |
839 | 2024-11-28T00:53:57.441Z | Compiling rustversion v1.0.17 |
840 | 2024-11-28T00:53:58.070Z | Compiling paste v1.0.15 |
841 | 2024-11-28T00:53:58.480Z | Compiling ipnet v2.10.1 |
842 | 2024-11-28T00:53:58.555Z | Compiling rustls v0.22.4 |
843 | 2024-11-28T00:53:58.767Z | Compiling serde_yaml v0.9.34+deprecated |
844 | 2024-11-28T00:53:59.454Z | Compiling reqwest v0.12.9 |
845 | 2024-11-28T00:54:01.706Z | Compiling progenitor-impl v0.8.0 |
846 | 2024-11-28T00:54:02.435Z | Compiling dirs-next v2.0.0 |
847 | 2024-11-28T00:54:02.681Z | Compiling darling_macro v0.20.10 |
848 | 2024-11-28T00:54:05.372Z | Compiling block-buffer v0.10.4 |
849 | 2024-11-28T00:54:05.452Z | Compiling crypto-common v0.1.6 |
850 | 2024-11-28T00:54:05.595Z | Compiling serde_spanned v0.6.8 |
851 | 2024-11-28T00:54:05.644Z | Compiling toml_datetime v0.6.8 |
852 | 2024-11-28T00:54:05.827Z | Compiling ppv-lite86 v0.2.20 |
853 | 2024-11-28T00:54:06.316Z | Compiling structmeta-derive v0.3.0 |
854 | 2024-11-28T00:54:06.722Z | Compiling rand_core v0.6.4 |
855 | 2024-11-28T00:54:07.286Z | Compiling thread_local v1.1.8 |
856 | 2024-11-28T00:54:08.009Z | Compiling multer v3.1.0 |
857 | 2024-11-28T00:54:08.331Z | Compiling match_cfg v0.1.0 |
858 | 2024-11-28T00:54:08.355Z | Compiling camino v1.1.9 |
859 | 2024-11-28T00:54:08.408Z | Compiling slog-async v2.8.0 |
860 | 2024-11-28T00:54:08.471Z | Compiling winnow v0.6.20 |
861 | 2024-11-28T00:54:08.854Z | Compiling newtype-uuid v1.1.3 |
862 | 2024-11-28T00:54:08.908Z | Compiling anyhow v1.0.93 |
863 | 2024-11-28T00:54:08.980Z | Compiling structmeta v0.3.0 |
864 | 2024-11-28T00:54:09.267Z | Compiling hostname v0.3.1 |
865 | 2024-11-28T00:54:09.339Z | Compiling progenitor-macro v0.8.0 |
866 | 2024-11-28T00:54:09.676Z | Compiling rand_chacha v0.3.1 |
867 | 2024-11-28T00:54:09.815Z | Compiling digest v0.10.7 |
868 | 2024-11-28T00:54:10.243Z | Compiling crossbeam-channel v0.5.13 |
869 | 2024-11-28T00:54:10.354Z | Compiling darling v0.20.10 |
870 | 2024-11-28T00:54:11.372Z | Compiling term v0.7.0 |
871 | 2024-11-28T00:54:11.836Z | Compiling progenitor-client v0.8.0 |
872 | 2024-11-28T00:54:12.779Z | Compiling toml_edit v0.22.22 |
873 | 2024-11-28T00:54:16.999Z | Compiling usdt-attr-macro v0.5.0 |
874 | 2024-11-28T00:54:18.462Z | Compiling usdt-macro v0.5.0 |
875 | 2024-11-28T00:54:19.755Z | Compiling slog-json v2.6.1 |
876 | 2024-11-28T00:54:20.187Z | Compiling futures-executor v0.3.31 |
877 | 2024-11-28T00:54:20.650Z | Compiling async-stream-impl v0.3.6 |
878 | 2024-11-28T00:54:21.292Z | Compiling memmap v0.7.0 |
879 | 2024-11-28T00:54:21.706Z | Compiling is-terminal v0.4.13 |
880 | 2024-11-28T00:54:21.822Z | Compiling dropshot v0.13.0 |
881 | 2024-11-28T00:54:21.945Z | Compiling cpufeatures v0.2.14 |
882 | 2024-11-28T00:54:22.030Z | Compiling take_mut v0.2.2 |
883 | 2024-11-28T00:54:22.199Z | Compiling progenitor v0.8.0 |
884 | 2024-11-28T00:54:22.206Z | Compiling sha1 v0.10.6 |
885 | 2024-11-28T00:54:22.408Z | Compiling async-stream v0.3.6 |
886 | 2024-11-28T00:54:22.702Z | Compiling slog-term v2.9.1 |
887 | 2024-11-28T00:54:22.974Z | Compiling usdt v0.5.0 |
888 | 2024-11-28T00:54:24.517Z | Compiling futures v0.3.31 |
889 | 2024-11-28T00:54:24.707Z | Compiling slog-bunyan v2.5.0 |
890 | 2024-11-28T00:54:24.965Z | Compiling tokio-rustls v0.25.0 |
891 | 2024-11-28T00:54:25.404Z | Compiling toml v0.8.19 |
892 | 2024-11-28T00:54:25.572Z | Compiling strum_macros v0.26.4 |
893 | 2024-11-28T00:54:25.627Z | Compiling serde_with_macros v3.11.0 |
894 | 2024-11-28T00:54:28.339Z | Compiling rand v0.8.5 |
895 | 2024-11-28T00:54:31.634Z | Compiling parse-display-derive v0.10.0 |
896 | 2024-11-28T00:54:33.290Z | Compiling ipnetwork v0.20.0 |
897 | 2024-11-28T00:54:34.092Z | Compiling dropshot_endpoint v0.13.0 |
898 | 2024-11-28T00:54:35.568Z | Compiling hex v0.4.3 |
899 | 2024-11-28T00:54:35.611Z | Compiling serde_path_to_error v0.1.16 |
900 | 2024-11-28T00:54:36.268Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
901 | 2024-11-28T00:54:36.625Z | Compiling async-trait v0.1.83 |
902 | 2024-11-28T00:54:37.068Z | Compiling waitgroup v0.1.2 |
903 | 2024-11-28T00:54:37.295Z | Compiling hostname v0.4.0 |
904 | 2024-11-28T00:54:37.522Z | Compiling instant v0.1.13 |
905 | 2024-11-28T00:54:37.669Z | Compiling debug-ignore v1.0.5 |
906 | 2024-11-28T00:54:37.798Z | Compiling backoff v0.4.0 |
907 | 2024-11-28T00:54:38.139Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
908 | 2024-11-28T00:54:38.287Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
909 | 2024-11-28T00:54:38.332Z | Compiling parse-display v0.10.0 |
910 | 2024-11-28T00:54:38.452Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
911 | 2024-11-28T00:54:38.543Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
912 | 2024-11-28T00:54:39.072Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
913 | 2024-11-28T00:54:40.480Z | Compiling strum v0.26.3 |
914 | 2024-11-28T00:54:40.651Z | Compiling serde_with v3.11.0 |
915 | 2024-11-28T00:54:43.180Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
916 | 2024-11-28T00:54:43.346Z | Compiling regress v0.9.1 |
917 | 2024-11-28T00:54:43.946Z | Compiling macaddr v1.0.1 |
918 | 2024-11-28T00:54:49.243Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
919 | 2024-11-28T00:54:59.624Z | Compiling test-project v0.1.0 (/tmp/test-project) |
920 | 2024-11-28T00:55:09.565Z | Finished `release` profile [optimized] target(s) in 2m 34s |
921 | 2024-11-28T00:55:09.626Z | process exited: duration 232283 ms, exit code 0 |
|
922 | 2024-11-28T00:55:09.634Z | found 0 output files |