|
|
|
1 | 2024-12-21T04:40:59.142Z | job assigned to worker 01JFKR7Q8RE5S18RMJ2H6MVHP1 [factory aws, i-0e801f72729ab6d64] (queued for 19 m 53 s) |
|
2 | 2024-12-21T04:41:07.554Z | starting task 0: "setup" |
3 | 2024-12-21T04:41:07.563Z | ++ uname -s |
4 | 2024-12-21T04:41:07.566Z | + kern=SunOS |
5 | 2024-12-21T04:41:07.566Z | + case "$kern" in |
6 | 2024-12-21T04:41:07.566Z | + groupadd -g 12345 build |
7 | 2024-12-21T04:41:07.569Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-21T04:41:09.577Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-21T04:41:09.713Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-21T04:41:09.716Z | + home_fs=zfs |
11 | 2024-12-21T04:41:09.716Z | + [[ zfs == autofs ]] |
12 | 2024-12-21T04:41:09.716Z | + mkdir -p /home/build |
13 | 2024-12-21T04:41:09.719Z | + chown build:build /home/build /work |
14 | 2024-12-21T04:41:10.720Z | + chmod 0700 /home/build /work |
15 | 2024-12-21T04:41:10.724Z | process exited: duration 3170 ms, exit code 0 |
|
16 | 2024-12-21T04:41:10.729Z | starting task 1: "rust-toolchain" |
17 | 2024-12-21T04:41:10.735Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-21T04:41:10.735Z | ' 1.81.0 |
19 | 2024-12-21T04:41:10.735Z | + printf ' * toolchain profile = "%s" |
20 | 2024-12-21T04:41:10.735Z | ' default |
21 | 2024-12-21T04:41:10.735Z | * toolchain channel = "1.81.0" |
22 | 2024-12-21T04:41:10.735Z | * toolchain profile = "default" |
23 | 2024-12-21T04:41:10.738Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-21T04:41:10.738Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-21T04:41:10.862Z | info: downloading installer |
26 | 2024-12-21T04:41:12.236Z | info: profile set to 'default' |
27 | 2024-12-21T04:41:12.236Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-21T04:41:12.238Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-21T04:41:12.392Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-21T04:41:12.392Z | info: downloading component 'cargo' |
31 | 2024-12-21T04:41:13.249Z | info: downloading component 'clippy' |
32 | 2024-12-21T04:41:13.567Z | info: downloading component 'rust-docs' |
33 | 2024-12-21T04:41:14.754Z | info: downloading component 'rust-std' |
34 | 2024-12-21T04:41:16.617Z | info: downloading component 'rustc' |
35 | 2024-12-21T04:41:23.270Z | info: downloading component 'rustfmt' |
36 | 2024-12-21T04:41:23.521Z | info: installing component 'cargo' |
37 | 2024-12-21T04:41:24.306Z | info: installing component 'clippy' |
38 | 2024-12-21T04:41:24.663Z | info: installing component 'rust-docs' |
39 | 2024-12-21T04:41:26.298Z | info: installing component 'rust-std' |
40 | 2024-12-21T04:41:28.024Z | info: installing component 'rustc' |
41 | 2024-12-21T04:41:33.694Z | info: installing component 'rustfmt' |
42 | 2024-12-21T04:41:34.013Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-21T04:41:34.013Z | |
44 | 2024-12-21T04:41:34.383Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-21T04:41:34.383Z | |
46 | 2024-12-21T04:41:34.386Z | |
47 | 2024-12-21T04:41:34.386Z | Rust is installed now. Great! |
48 | 2024-12-21T04:41:34.386Z | |
49 | 2024-12-21T04:41:34.386Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-21T04:41:34.386Z | environment variable. This has not been done automatically. |
51 | 2024-12-21T04:41:34.386Z | |
52 | 2024-12-21T04:41:34.386Z | To configure your current shell, you need to source |
53 | 2024-12-21T04:41:34.386Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-21T04:41:34.386Z | |
55 | 2024-12-21T04:41:34.386Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-21T04:41:34.386Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-21T04:41:34.386Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-21T04:41:34.461Z | + rustc --version |
59 | 2024-12-21T04:41:34.528Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-21T04:41:34.531Z | process exited: duration 23796 ms, exit code 0 |
|
61 | 2024-12-21T04:41:34.537Z | starting task 2: "authentication" |
62 | 2024-12-21T04:41:34.558Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-12-21T04:41:34.564Z | starting task 3: "clone repository" |
64 | 2024-12-21T04:41:34.570Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-21T04:41:34.573Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-21T04:41:35.909Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-21T04:41:43.074Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-21T04:41:43.074Z | + git fetch origin 1c662f40df4fbb41e66cf538b887b47c22478181 |
69 | 2024-12-21T04:41:43.388Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-21T04:41:43.388Z | * branch 1c662f40df4fbb41e66cf538b887b47c22478181 -> FETCH_HEAD |
71 | 2024-12-21T04:41:43.399Z | + [[ -n renovate/test-strategy-0.x ]] |
72 | 2024-12-21T04:41:43.402Z | ++ git branch --show-current |
73 | 2024-12-21T04:41:43.404Z | + current=main |
74 | 2024-12-21T04:41:43.404Z | + [[ main != renovate/test-strategy-0.x ]] |
75 | 2024-12-21T04:41:43.404Z | + git branch -f renovate/test-strategy-0.x 1c662f40df4fbb41e66cf538b887b47c22478181 |
76 | 2024-12-21T04:41:43.407Z | + git checkout -f renovate/test-strategy-0.x |
77 | 2024-12-21T04:41:43.596Z | Switched to branch 'renovate/test-strategy-0.x' |
78 | 2024-12-21T04:41:43.598Z | + git reset --hard 1c662f40df4fbb41e66cf538b887b47c22478181 |
79 | 2024-12-21T04:41:43.781Z | HEAD is now at 1c662f40d Update Rust crate test-strategy to 0.4.0 |
80 | 2024-12-21T04:41:43.784Z | process exited: duration 9217 ms, exit code 0 |
|
81 | 2024-12-21T04:41:43.789Z | starting task 4: "build" |
82 | 2024-12-21T04:41:43.795Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-21T04:41:43.795Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-21T04:41:43.795Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-21T04:41:43.798Z | + cargo --version |
86 | 2024-12-21T04:41:43.853Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-21T04:41:43.855Z | + rustc --version |
88 | 2024-12-21T04:41:43.917Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-21T04:41:43.920Z | + cd /tmp |
90 | 2024-12-21T04:41:43.920Z | + cargo new --lib test-project |
91 | 2024-12-21T04:41:43.978Z | Creating library `test-project` package |
92 | 2024-12-21T04:41:44.056Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
93 | 2024-12-21T04:41:44.059Z | + cd test-project |
94 | 2024-12-21T04:41:44.059Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
95 | 2024-12-21T04:41:44.118Z | Adding omicron-common (local) to dependencies |
96 | 2024-12-21T04:41:44.118Z | Features: |
97 | 2024-12-21T04:41:44.118Z | - proptest |
98 | 2024-12-21T04:41:44.118Z | - test-strategy |
99 | 2024-12-21T04:41:44.118Z | - testing |
100 | 2024-12-21T04:41:44.121Z | Updating crates.io index |
101 | 2024-12-21T04:41:44.233Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
102 | 2024-12-21T04:41:44.657Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
103 | 2024-12-21T04:41:45.196Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
104 | 2024-12-21T04:41:45.595Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
105 | 2024-12-21T04:41:46.020Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
106 | 2024-12-21T04:41:47.514Z | Locking 332 packages to latest compatible versions |
107 | 2024-12-21T04:41:47.516Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
108 | 2024-12-21T04:41:47.516Z | Adding dropshot v0.13.0 (latest: v0.15.1) |
109 | 2024-12-21T04:41:47.517Z | Adding dropshot_endpoint v0.13.0 (latest: v0.15.1) |
110 | 2024-12-21T04:41:47.517Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
111 | 2024-12-21T04:41:47.517Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
112 | 2024-12-21T04:41:47.519Z | Adding generic-array v0.14.7 (latest: v1.1.1) |
113 | 2024-12-21T04:41:47.519Z | Adding goblin v0.8.2 (latest: v0.9.2) |
114 | 2024-12-21T04:41:47.519Z | Adding hashbrown v0.12.3 (latest: v0.15.2) |
115 | 2024-12-21T04:41:47.519Z | Adding hashbrown v0.14.5 (latest: v0.15.2) |
116 | 2024-12-21T04:41:47.519Z | Adding hostname v0.3.1 (latest: v0.4.0) |
117 | 2024-12-21T04:41:47.522Z | Adding indexmap v1.9.3 (latest: v2.7.0) |
118 | 2024-12-21T04:41:47.522Z | Adding itertools v0.10.5 (latest: v0.13.0) |
119 | 2024-12-21T04:41:47.522Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
120 | 2024-12-21T04:41:47.524Z | Adding regress v0.9.1 (latest: v0.10.1) |
121 | 2024-12-21T04:41:47.531Z | Adding rustls v0.22.4 (latest: v0.23.20) |
122 | 2024-12-21T04:41:47.533Z | Adding security-framework v2.11.1 (latest: v3.1.0) |
123 | 2024-12-21T04:41:47.535Z | Adding syn v1.0.109 (latest: v2.0.90) |
124 | 2024-12-21T04:41:47.537Z | Adding term v0.7.0 (latest: v1.0.1) |
125 | 2024-12-21T04:41:47.537Z | Adding thiserror v1.0.69 (latest: v2.0.8) |
126 | 2024-12-21T04:41:47.537Z | Adding thiserror-impl v1.0.69 (latest: v2.0.8) |
127 | 2024-12-21T04:41:47.537Z | Adding thread-id v4.2.2 (latest: v5.0.0) |
128 | 2024-12-21T04:41:47.537Z | Adding tinystr v0.7.6 (latest: v0.8.0) |
129 | 2024-12-21T04:41:47.540Z | Adding tokio-rustls v0.25.0 (latest: v0.26.1) |
130 | 2024-12-21T04:41:47.540Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
131 | 2024-12-21T04:41:47.543Z | Adding windows v0.52.0 (latest: v0.58.0) |
132 | 2024-12-21T04:41:47.543Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
133 | 2024-12-21T04:41:47.543Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
134 | 2024-12-21T04:41:47.543Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
135 | 2024-12-21T04:41:47.543Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
136 | 2024-12-21T04:41:47.543Z | Adding writeable v0.5.5 (latest: v0.6.0) |
137 | 2024-12-21T04:41:47.543Z | Adding zerocopy v0.7.35 (latest: v0.8.13) |
138 | 2024-12-21T04:41:47.543Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.13) |
139 | 2024-12-21T04:41:47.543Z | Adding zerovec v0.10.4 (latest: v0.11.0) |
140 | 2024-12-21T04:41:47.543Z | Adding zerovec-derive v0.10.3 (latest: v0.11.0) |
141 | 2024-12-21T04:41:47.617Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
142 | 2024-12-21T04:41:47.619Z | + cargo check |
143 | 2024-12-21T04:41:47.788Z | Updating crates.io index |
144 | 2024-12-21T04:41:48.569Z | Locking 2 packages to latest compatible versions |
145 | 2024-12-21T04:41:52.690Z | Adding omicron-workspace-hack v0.1.0 |
146 | 2024-12-21T04:41:55.414Z | Adding test-project v0.1.0 (/tmp/test-project) |
147 | 2024-12-21T04:41:56.394Z | Downloading crates ... |
148 | 2024-12-21T04:41:56.542Z | Downloaded autocfg v1.4.0 |
149 | 2024-12-21T04:41:56.549Z | Downloaded darling_macro v0.20.10 |
150 | 2024-12-21T04:41:56.556Z | Downloaded dtrace-parser v0.2.0 |
151 | 2024-12-21T04:41:56.559Z | Downloaded take_mut v0.2.2 |
152 | 2024-12-21T04:41:56.559Z | Downloaded match_cfg v0.1.0 |
153 | 2024-12-21T04:41:56.562Z | Downloaded async-stream-impl v0.3.6 |
154 | 2024-12-21T04:41:56.564Z | Downloaded equivalent v1.0.1 |
155 | 2024-12-21T04:41:56.566Z | Downloaded time-core v0.1.2 |
156 | 2024-12-21T04:41:56.567Z | Downloaded foreign-types-shared v0.1.1 |
157 | 2024-12-21T04:41:56.569Z | Downloaded instant v0.1.13 |
158 | 2024-12-21T04:41:56.569Z | Downloaded icu_provider_macros v1.5.0 |
159 | 2024-12-21T04:41:56.569Z | Downloaded http-body v1.0.1 |
160 | 2024-12-21T04:41:56.572Z | Downloaded thread-id v4.2.2 |
161 | 2024-12-21T04:41:56.575Z | Downloaded thiserror v1.0.69 |
162 | 2024-12-21T04:41:56.578Z | Downloaded tinystr v0.7.6 |
163 | 2024-12-21T04:41:56.581Z | Downloaded openssl-macros v0.1.1 |
164 | 2024-12-21T04:41:56.585Z | Downloaded term v0.7.0 |
165 | 2024-12-21T04:41:56.588Z | Downloaded omicron-workspace-hack v0.1.0 |
166 | 2024-12-21T04:41:56.588Z | Downloaded yoke-derive v0.7.4 |
167 | 2024-12-21T04:41:56.588Z | Downloaded either v1.13.0 |
168 | 2024-12-21T04:41:56.588Z | Downloaded cpufeatures v0.2.14 |
169 | 2024-12-21T04:41:56.591Z | Downloaded ident_case v1.0.1 |
170 | 2024-12-21T04:41:56.594Z | Downloaded write16 v1.0.0 |
171 | 2024-12-21T04:41:56.594Z | Downloaded dof v0.3.0 |
172 | 2024-12-21T04:41:56.594Z | Downloaded atomic-waker v1.1.2 |
173 | 2024-12-21T04:41:56.597Z | Downloaded foreign-types v0.3.2 |
174 | 2024-12-21T04:41:56.597Z | Downloaded want v0.3.1 |
175 | 2024-12-21T04:41:56.597Z | Downloaded fnv v1.0.7 |
176 | 2024-12-21T04:41:56.600Z | Downloaded deranged v0.3.11 |
177 | 2024-12-21T04:41:56.600Z | Downloaded pretty-hex v0.4.1 |
178 | 2024-12-21T04:41:56.601Z | Downloaded try-lock v0.2.5 |
179 | 2024-12-21T04:41:56.603Z | Downloaded dirs-sys-next v0.1.2 |
180 | 2024-12-21T04:41:56.603Z | Downloaded form_urlencoded v1.2.1 |
181 | 2024-12-21T04:41:56.603Z | Downloaded openssl-probe v0.1.5 |
182 | 2024-12-21T04:41:56.606Z | Downloaded num_threads v0.1.7 |
183 | 2024-12-21T04:41:56.606Z | Downloaded heck v0.5.0 |
184 | 2024-12-21T04:41:56.608Z | Downloaded progenitor-client v0.8.0 |
185 | 2024-12-21T04:41:56.608Z | Downloaded num-conv v0.1.0 |
186 | 2024-12-21T04:41:56.611Z | Downloaded waitgroup v0.1.2 |
187 | 2024-12-21T04:41:56.611Z | Downloaded newtype-uuid v1.1.3 |
188 | 2024-12-21T04:41:56.613Z | Downloaded time-macros v0.2.18 |
189 | 2024-12-21T04:41:56.613Z | Downloaded zerofrom v0.1.4 |
190 | 2024-12-21T04:41:56.616Z | Downloaded idna_adapter v1.2.0 |
191 | 2024-12-21T04:41:56.616Z | Downloaded debug-ignore v1.0.5 |
192 | 2024-12-21T04:41:56.619Z | Downloaded usdt-macro v0.5.0 |
193 | 2024-12-21T04:41:56.619Z | Downloaded tower-service v0.3.3 |
194 | 2024-12-21T04:41:56.621Z | Downloaded async-stream v0.3.6 |
195 | 2024-12-21T04:41:56.624Z | Downloaded pest_generator v2.7.14 |
196 | 2024-12-21T04:41:56.624Z | Downloaded http-body-util v0.1.2 |
197 | 2024-12-21T04:41:56.626Z | Downloaded macaddr v1.0.1 |
198 | 2024-12-21T04:41:56.626Z | Downloaded ppv-lite86 v0.2.20 |
199 | 2024-12-21T04:41:56.629Z | Downloaded generic-array v0.14.7 |
200 | 2024-12-21T04:41:56.631Z | Downloaded plain v0.2.3 |
201 | 2024-12-21T04:41:56.631Z | Downloaded usdt v0.5.0 |
202 | 2024-12-21T04:41:56.631Z | Downloaded hostname v0.4.0 |
203 | 2024-12-21T04:41:56.634Z | Downloaded untrusted v0.9.0 |
204 | 2024-12-21T04:41:56.634Z | Downloaded tokio-macros v2.4.0 |
205 | 2024-12-21T04:41:56.637Z | Downloaded tokio-native-tls v0.3.1 |
206 | 2024-12-21T04:41:56.640Z | Downloaded block-buffer v0.10.4 |
207 | 2024-12-21T04:41:56.640Z | Downloaded crypto-common v0.1.6 |
208 | 2024-12-21T04:41:56.640Z | Downloaded utf8_iter v1.0.4 |
209 | 2024-12-21T04:41:56.642Z | Downloaded parse-display v0.10.0 |
210 | 2024-12-21T04:41:56.642Z | Downloaded itoa v1.0.11 |
211 | 2024-12-21T04:41:56.645Z | Downloaded utf16_iter v1.0.5 |
212 | 2024-12-21T04:41:56.645Z | Downloaded zerofrom-derive v0.1.4 |
213 | 2024-12-21T04:41:56.647Z | Downloaded toml_datetime v0.6.8 |
214 | 2024-12-21T04:41:56.647Z | Downloaded dyn-clone v1.0.17 |
215 | 2024-12-21T04:41:56.649Z | Downloaded mime v0.3.17 |
216 | 2024-12-21T04:41:56.651Z | Downloaded tinyvec v1.8.0 |
217 | 2024-12-21T04:41:56.653Z | Downloaded scroll_derive v0.12.0 |
218 | 2024-12-21T04:41:56.653Z | Downloaded pin-utils v0.1.0 |
219 | 2024-12-21T04:41:56.656Z | Downloaded powerfmt v0.2.0 |
220 | 2024-12-21T04:41:56.656Z | Downloaded ipnetwork v0.20.0 |
221 | 2024-12-21T04:41:56.660Z | Downloaded httpdate v1.0.3 |
222 | 2024-12-21T04:41:56.660Z | Downloaded progenitor-macro v0.8.0 |
223 | 2024-12-21T04:41:56.662Z | Downloaded futures-channel v0.3.31 |
224 | 2024-12-21T04:41:56.662Z | Downloaded is-terminal v0.4.13 |
225 | 2024-12-21T04:41:56.665Z | Downloaded tinyvec_macros v0.1.1 |
226 | 2024-12-21T04:41:56.665Z | Downloaded thread_local v1.1.8 |
227 | 2024-12-21T04:41:56.665Z | Downloaded displaydoc v0.2.5 |
228 | 2024-12-21T04:41:56.667Z | Downloaded zerovec-derive v0.10.3 |
229 | 2024-12-21T04:41:56.670Z | Downloaded futures-core v0.3.31 |
230 | 2024-12-21T04:41:56.672Z | Downloaded version_check v0.9.5 |
231 | 2024-12-21T04:41:56.672Z | Downloaded dirs-next v2.0.0 |
232 | 2024-12-21T04:41:56.674Z | Downloaded strum v0.26.3 |
233 | 2024-12-21T04:41:56.674Z | Downloaded hex v0.4.3 |
234 | 2024-12-21T04:41:56.677Z | Downloaded backoff v0.4.0 |
235 | 2024-12-21T04:41:56.679Z | Downloaded futures-io v0.3.31 |
236 | 2024-12-21T04:41:56.680Z | Downloaded parse-display-derive v0.10.0 |
237 | 2024-12-21T04:41:56.682Z | Downloaded typify v0.2.0 |
238 | 2024-12-21T04:41:56.685Z | Downloaded pin-project-lite v0.2.14 |
239 | 2024-12-21T04:41:56.687Z | Downloaded parking_lot_core v0.9.10 |
240 | 2024-12-21T04:41:56.690Z | Downloaded pest_derive v2.7.14 |
241 | 2024-12-21T04:41:56.692Z | Downloaded yoke v0.7.4 |
242 | 2024-12-21T04:41:56.695Z | Downloaded once_cell v1.20.2 |
243 | 2024-12-21T04:41:56.697Z | Downloaded quinn-udp v0.5.5 |
244 | 2024-12-21T04:41:56.699Z | Downloaded progenitor v0.8.0 |
245 | 2024-12-21T04:41:56.699Z | Downloaded typify-macro v0.2.0 |
246 | 2024-12-21T04:41:56.702Z | Downloaded usdt-impl v0.5.0 |
247 | 2024-12-21T04:41:56.702Z | Downloaded zerocopy-derive v0.7.35 |
248 | 2024-12-21T04:41:56.707Z | Downloaded lock_api v0.4.12 |
249 | 2024-12-21T04:41:56.709Z | Downloaded slog-term v2.9.1 |
250 | 2024-12-21T04:41:56.709Z | Downloaded toml v0.8.19 |
251 | 2024-12-21T04:41:56.713Z | Downloaded sync_wrapper v1.0.1 |
252 | 2024-12-21T04:41:56.716Z | Downloaded thiserror-impl v1.0.69 |
253 | 2024-12-21T04:41:56.716Z | Downloaded percent-encoding v2.3.1 |
254 | 2024-12-21T04:41:56.716Z | Downloaded synstructure v0.13.1 |
255 | 2024-12-21T04:41:56.718Z | Downloaded rustversion v1.0.17 |
256 | 2024-12-21T04:41:56.721Z | Downloaded sha1 v0.10.6 |
257 | 2024-12-21T04:41:56.721Z | Downloaded pkg-config v0.3.31 |
258 | 2024-12-21T04:41:56.724Z | Downloaded zeroize v1.8.1 |
259 | 2024-12-21T04:41:56.724Z | Downloaded writeable v0.5.5 |
260 | 2024-12-21T04:41:56.727Z | Downloaded pest_meta v2.7.14 |
261 | 2024-12-21T04:41:56.729Z | Downloaded rustc-hash v2.0.0 |
262 | 2024-12-21T04:41:56.729Z | Downloaded scopeguard v1.2.0 |
263 | 2024-12-21T04:41:56.731Z | Downloaded subtle v2.6.1 |
264 | 2024-12-21T04:41:56.731Z | Downloaded icu_provider v1.5.0 |
265 | 2024-12-21T04:41:56.733Z | Downloaded unicode-ident v1.0.13 |
266 | 2024-12-21T04:41:56.736Z | Downloaded log v0.4.22 |
267 | 2024-12-21T04:41:56.738Z | Downloaded ucd-trie v0.1.7 |
268 | 2024-12-21T04:41:56.741Z | Downloaded icu_normalizer_data v1.5.0 |
269 | 2024-12-21T04:41:56.744Z | Downloaded proc-macro2 v1.0.89 |
270 | 2024-12-21T04:41:56.744Z | Downloaded indexmap v1.9.3 |
271 | 2024-12-21T04:41:56.747Z | Downloaded slog-bunyan v2.5.0 |
272 | 2024-12-21T04:41:56.749Z | Downloaded serde_with_macros v3.11.0 |
273 | 2024-12-21T04:41:56.752Z | Downloaded serde_spanned v0.6.8 |
274 | 2024-12-21T04:41:56.752Z | Downloaded slab v0.4.9 |
275 | 2024-12-21T04:41:56.754Z | Downloaded serde_urlencoded v0.7.1 |
276 | 2024-12-21T04:41:56.754Z | Downloaded structmeta v0.3.0 |
277 | 2024-12-21T04:41:56.757Z | Downloaded quote v1.0.37 |
278 | 2024-12-21T04:41:56.760Z | Downloaded stable_deref_trait v1.2.0 |
279 | 2024-12-21T04:41:56.760Z | Downloaded litemap v0.7.3 |
280 | 2024-12-21T04:41:56.772Z | Downloaded schemars_derive v0.8.21 |
281 | 2024-12-21T04:41:56.772Z | Downloaded icu_normalizer v1.5.0 |
282 | 2024-12-21T04:41:56.772Z | Downloaded rand_core v0.6.4 |
283 | 2024-12-21T04:41:56.772Z | Downloaded rand_chacha v0.3.1 |
284 | 2024-12-21T04:41:56.772Z | Downloaded progenitor-impl v0.8.0 |
285 | 2024-12-21T04:41:56.772Z | Downloaded spin v0.9.8 |
286 | 2024-12-21T04:41:56.772Z | Downloaded smallvec v1.13.2 |
287 | 2024-12-21T04:41:56.775Z | Downloaded strsim v0.11.1 |
288 | 2024-12-21T04:41:56.775Z | Downloaded sha2 v0.10.8 |
289 | 2024-12-21T04:41:56.778Z | Downloaded tracing-core v0.1.32 |
290 | 2024-12-21T04:41:56.780Z | Downloaded strum_macros v0.26.4 |
291 | 2024-12-21T04:41:56.783Z | Downloaded icu_properties v1.5.1 |
292 | 2024-12-21T04:41:56.786Z | Downloaded openssl-sys v0.9.103 |
293 | 2024-12-21T04:41:56.789Z | Downloaded structmeta-derive v0.3.0 |
294 | 2024-12-21T04:41:56.792Z | Downloaded ryu v1.0.18 |
295 | 2024-12-21T04:41:56.795Z | Downloaded slog v2.7.0 |
296 | 2024-12-21T04:41:56.797Z | Downloaded semver v1.0.23 |
297 | 2024-12-21T04:41:56.800Z | Downloaded bytes v1.8.0 |
298 | 2024-12-21T04:41:56.803Z | Downloaded serde_derive_internals v0.29.1 |
299 | 2024-12-21T04:41:56.803Z | Downloaded quinn v0.11.5 |
300 | 2024-12-21T04:41:56.806Z | Downloaded slog-async v2.8.0 |
301 | 2024-12-21T04:41:56.808Z | Downloaded uuid v1.11.0 |
302 | 2024-12-21T04:41:56.811Z | Downloaded url v2.5.3 |
303 | 2024-12-21T04:41:56.813Z | Downloaded schemars v0.8.21 |
304 | 2024-12-21T04:41:56.825Z | Downloaded mio v1.0.2 |
305 | 2024-12-21T04:41:56.830Z | Downloaded socket2 v0.5.7 |
306 | 2024-12-21T04:41:56.832Z | Downloaded toml_edit v0.22.22 |
307 | 2024-12-21T04:41:56.853Z | Downloaded rustls-pki-types v1.10.0 |
308 | 2024-12-21T04:41:56.855Z | Downloaded hashbrown v0.12.3 |
309 | 2024-12-21T04:41:56.858Z | Downloaded cc v1.1.30 |
310 | 2024-12-21T04:41:56.862Z | Downloaded indexmap v2.6.0 |
311 | 2024-12-21T04:41:56.865Z | Downloaded crossbeam-channel v0.5.13 |
312 | 2024-12-21T04:41:56.869Z | Downloaded serde v1.0.215 |
313 | 2024-12-21T04:41:56.872Z | Downloaded scroll v0.12.0 |
314 | 2024-12-21T04:41:56.875Z | Downloaded serde_yaml v0.9.34+deprecated |
315 | 2024-12-21T04:41:56.877Z | Downloaded serde_derive v1.0.215 |
316 | 2024-12-21T04:41:56.880Z | Downloaded tokio-util v0.7.12 |
317 | 2024-12-21T04:41:56.886Z | Downloaded pest v2.7.14 |
318 | 2024-12-21T04:41:56.892Z | Downloaded zerocopy v0.7.35 |
319 | 2024-12-21T04:41:56.906Z | Downloaded rand v0.8.5 |
320 | 2024-12-21T04:41:56.909Z | Downloaded winnow v0.6.20 |
321 | 2024-12-21T04:41:56.918Z | Downloaded itertools v0.10.5 |
322 | 2024-12-21T04:41:56.923Z | Downloaded idna v1.0.3 |
323 | 2024-12-21T04:41:56.927Z | Downloaded aho-corasick v1.1.3 |
324 | 2024-12-21T04:41:56.933Z | Downloaded hyper v1.5.0 |
325 | 2024-12-21T04:41:56.939Z | Downloaded hashbrown v0.14.5 |
326 | 2024-12-21T04:41:56.944Z | Downloaded serde_json v1.0.133 |
327 | 2024-12-21T04:41:56.950Z | Downloaded quinn-proto v0.11.8 |
328 | 2024-12-21T04:41:56.956Z | Downloaded vcpkg v0.2.15 |
329 | 2024-12-21T04:41:56.993Z | Downloaded futures-util v0.3.31 |
330 | 2024-12-21T04:41:57.002Z | Downloaded serde_with v3.11.0 |
331 | 2024-12-21T04:41:57.010Z | Downloaded reqwest v0.12.9 |
332 | 2024-12-21T04:41:57.017Z | Downloaded openssl v0.10.66 |
333 | 2024-12-21T04:41:57.026Z | Downloaded webpki-roots v0.26.6 |
334 | 2024-12-21T04:41:57.029Z | Downloaded h2 v0.4.6 |
335 | 2024-12-21T04:41:57.036Z | Downloaded rustls-webpki v0.102.8 |
336 | 2024-12-21T04:41:57.053Z | Downloaded rustls v0.23.19 |
337 | 2024-12-21T04:41:57.063Z | Downloaded syn v1.0.109 |
338 | 2024-12-21T04:41:57.072Z | Downloaded regress v0.10.1 |
339 | 2024-12-21T04:41:57.080Z | Downloaded rustls v0.22.4 |
340 | 2024-12-21T04:41:57.091Z | Downloaded syn v2.0.87 |
341 | 2024-12-21T04:41:57.101Z | Downloaded openapiv3 v2.0.0 |
342 | 2024-12-21T04:41:57.112Z | Downloaded dropshot v0.13.0 |
343 | 2024-12-21T04:41:57.130Z | Downloaded regex v1.11.1 |
344 | 2024-12-21T04:41:57.141Z | Downloaded typify-impl v0.2.0 |
345 | 2024-12-21T04:41:57.154Z | Downloaded regress v0.9.1 |
346 | 2024-12-21T04:41:57.162Z | Downloaded regex-syntax v0.8.5 |
347 | 2024-12-21T04:41:57.169Z | Downloaded icu_properties_data v1.5.0 |
348 | 2024-12-21T04:41:57.178Z | Downloaded chrono v0.4.38 |
349 | 2024-12-21T04:41:57.184Z | Downloaded goblin v0.8.2 |
350 | 2024-12-21T04:41:57.191Z | Downloaded hashbrown v0.15.1 |
351 | 2024-12-21T04:41:57.194Z | Downloaded zerovec v0.10.4 |
352 | 2024-12-21T04:41:57.199Z | Downloaded http v1.1.0 |
353 | 2024-12-21T04:41:57.203Z | Downloaded memchr v2.7.4 |
354 | 2024-12-21T04:41:57.207Z | Downloaded time v0.3.36 |
355 | 2024-12-21T04:41:57.214Z | Downloaded icu_collections v1.5.0 |
356 | 2024-12-21T04:41:57.219Z | Downloaded hyper-util v0.1.10 |
357 | 2024-12-21T04:41:57.222Z | Downloaded darling_core v0.20.10 |
358 | 2024-12-21T04:41:57.226Z | Downloaded base64 v0.22.1 |
359 | 2024-12-21T04:41:57.230Z | Downloaded regex-automata v0.4.8 |
360 | 2024-12-21T04:41:57.245Z | Downloaded unsafe-libyaml v0.2.11 |
361 | 2024-12-21T04:41:57.248Z | Downloaded allocator-api2 v0.2.18 |
362 | 2024-12-21T04:41:57.251Z | Downloaded tracing v0.1.40 |
363 | 2024-12-21T04:41:57.255Z | Downloaded num-traits v0.2.19 |
364 | 2024-12-21T04:41:57.257Z | Downloaded shlex v1.3.0 |
365 | 2024-12-21T04:41:57.260Z | Downloaded parking_lot v0.12.3 |
366 | 2024-12-21T04:41:57.260Z | Downloaded native-tls v0.2.12 |
367 | 2024-12-21T04:41:57.265Z | Downloaded serde_tokenstream v0.2.2 |
368 | 2024-12-21T04:41:57.265Z | Downloaded tokio v1.40.0 |
369 | 2024-12-21T04:41:57.297Z | Downloaded futures v0.3.31 |
370 | 2024-12-21T04:41:57.302Z | Downloaded typenum v1.17.0 |
371 | 2024-12-21T04:41:57.305Z | Downloaded libc v0.2.162 |
372 | 2024-12-21T04:41:57.329Z | Downloaded icu_locid v1.5.0 |
373 | 2024-12-21T04:41:57.333Z | Downloaded icu_locid_transform_data v1.5.0 |
374 | 2024-12-21T04:41:57.335Z | Downloaded getrandom v0.2.15 |
375 | 2024-12-21T04:41:57.337Z | Downloaded signal-hook-registry v1.4.2 |
376 | 2024-12-21T04:41:57.340Z | Downloaded hyper-rustls v0.27.3 |
377 | 2024-12-21T04:41:57.340Z | Downloaded dropshot_endpoint v0.13.0 |
378 | 2024-12-21T04:41:57.343Z | Downloaded crossbeam-utils v0.8.20 |
379 | 2024-12-21T04:41:57.345Z | Downloaded bitflags v2.6.0 |
380 | 2024-12-21T04:41:57.348Z | Downloaded slog-json v2.6.1 |
381 | 2024-12-21T04:41:57.351Z | Downloaded serde_path_to_error v0.1.16 |
382 | 2024-12-21T04:41:57.354Z | Downloaded rustls-pemfile v2.2.0 |
383 | 2024-12-21T04:41:57.354Z | Downloaded memmap v0.7.0 |
384 | 2024-12-21T04:41:57.354Z | Downloaded camino v1.1.9 |
385 | 2024-12-21T04:41:57.357Z | Downloaded icu_locid_transform v1.5.0 |
386 | 2024-12-21T04:41:57.359Z | Downloaded iana-time-zone v0.1.61 |
387 | 2024-12-21T04:41:57.362Z | Downloaded darling v0.20.10 |
388 | 2024-12-21T04:41:57.365Z | Downloaded async-trait v0.1.83 |
389 | 2024-12-21T04:41:57.368Z | Downloaded anyhow v1.0.93 |
390 | 2024-12-21T04:41:57.371Z | Downloaded ahash v0.8.11 |
391 | 2024-12-21T04:41:57.373Z | Downloaded multer v3.1.0 |
392 | 2024-12-21T04:41:57.373Z | Downloaded tokio-rustls v0.25.0 |
393 | 2024-12-21T04:41:57.377Z | Downloaded paste v1.0.15 |
394 | 2024-12-21T04:41:57.380Z | Downloaded ipnet v2.10.1 |
395 | 2024-12-21T04:41:57.380Z | Downloaded hyper-tls v0.6.0 |
396 | 2024-12-21T04:41:57.382Z | Downloaded tokio-rustls v0.26.0 |
397 | 2024-12-21T04:41:57.382Z | Downloaded httparse v1.9.5 |
398 | 2024-12-21T04:41:57.385Z | Downloaded hostname v0.3.1 |
399 | 2024-12-21T04:41:57.387Z | Downloaded futures-task v0.3.31 |
400 | 2024-12-21T04:41:57.388Z | Downloaded futures-sink v0.3.31 |
401 | 2024-12-21T04:41:57.388Z | Downloaded futures-executor v0.3.31 |
402 | 2024-12-21T04:41:57.392Z | Downloaded futures-macro v0.3.31 |
403 | 2024-12-21T04:41:57.392Z | Downloaded digest v0.10.7 |
404 | 2024-12-21T04:41:57.394Z | Downloaded usdt-attr-macro v0.5.0 |
405 | 2024-12-21T04:41:57.394Z | Downloaded byteorder v1.5.0 |
406 | 2024-12-21T04:41:57.394Z | Downloaded cfg-if v1.0.0 |
407 | 2024-12-21T04:41:57.404Z | Downloaded encoding_rs v0.8.34 |
408 | 2024-12-21T04:41:57.572Z | Downloaded ring v0.17.8 |
409 | 2024-12-21T04:41:57.897Z | Compiling proc-macro2 v1.0.89 |
410 | 2024-12-21T04:41:57.897Z | Compiling unicode-ident v1.0.13 |
411 | 2024-12-21T04:41:57.900Z | Compiling libc v0.2.162 |
412 | 2024-12-21T04:41:57.900Z | Checking cfg-if v1.0.0 |
413 | 2024-12-21T04:41:57.900Z | Compiling autocfg v1.4.0 |
414 | 2024-12-21T04:41:57.900Z | Compiling serde v1.0.215 |
415 | 2024-12-21T04:41:57.900Z | Compiling version_check v0.9.5 |
416 | 2024-12-21T04:41:57.900Z | Checking memchr v2.7.4 |
417 | 2024-12-21T04:41:58.027Z | Compiling serde_json v1.0.133 |
418 | 2024-12-21T04:41:58.093Z | Checking itoa v1.0.11 |
419 | 2024-12-21T04:41:58.606Z | Compiling thiserror v1.0.69 |
420 | 2024-12-21T04:41:58.784Z | Checking once_cell v1.20.2 |
421 | 2024-12-21T04:41:58.800Z | Compiling shlex v1.3.0 |
422 | 2024-12-21T04:41:59.007Z | Compiling cc v1.1.30 |
423 | 2024-12-21T04:41:59.495Z | Compiling num-traits v0.2.19 |
424 | 2024-12-21T04:41:59.637Z | Checking pin-project-lite v0.2.14 |
425 | 2024-12-21T04:41:59.741Z | Checking ryu v1.0.18 |
426 | 2024-12-21T04:41:59.826Z | Checking smallvec v1.13.2 |
427 | 2024-12-21T04:41:59.829Z | Checking bytes v1.8.0 |
428 | 2024-12-21T04:41:59.940Z | Checking futures-core v0.3.31 |
429 | 2024-12-21T04:41:59.992Z | Compiling lock_api v0.4.12 |
430 | 2024-12-21T04:42:00.161Z | Compiling schemars v0.8.21 |
431 | 2024-12-21T04:42:00.183Z | Compiling parking_lot_core v0.9.10 |
432 | 2024-12-21T04:42:00.307Z | Checking getrandom v0.2.15 |
433 | 2024-12-21T04:42:00.328Z | Compiling byteorder v1.5.0 |
434 | 2024-12-21T04:42:00.512Z | Compiling ahash v0.8.11 |
435 | 2024-12-21T04:42:00.557Z | Checking scopeguard v1.2.0 |
436 | 2024-12-21T04:42:00.594Z | Compiling slab v0.4.9 |
437 | 2024-12-21T04:42:00.640Z | Compiling quote v1.0.37 |
438 | 2024-12-21T04:42:00.926Z | Checking log v0.4.22 |
439 | 2024-12-21T04:42:00.943Z | Checking futures-sink v0.3.31 |
440 | 2024-12-21T04:42:01.084Z | Compiling syn v2.0.87 |
441 | 2024-12-21T04:42:01.109Z | Checking socket2 v0.5.7 |
442 | 2024-12-21T04:42:01.131Z | Checking mio v1.0.2 |
443 | 2024-12-21T04:42:01.131Z | Checking parking_lot v0.12.3 |
444 | 2024-12-21T04:42:01.201Z | Checking signal-hook-registry v1.4.2 |
445 | 2024-12-21T04:42:01.267Z | Checking stable_deref_trait v1.2.0 |
446 | 2024-12-21T04:42:01.370Z | Checking hashbrown v0.15.1 |
447 | 2024-12-21T04:42:01.459Z | Checking equivalent v1.0.1 |
448 | 2024-12-21T04:42:01.477Z | Checking fnv v1.0.7 |
449 | 2024-12-21T04:42:01.562Z | Compiling semver v1.0.23 |
450 | 2024-12-21T04:42:01.595Z | Checking futures-channel v0.3.31 |
451 | 2024-12-21T04:42:01.598Z | Checking http v1.1.0 |
452 | 2024-12-21T04:42:01.631Z | Checking futures-task v0.3.31 |
453 | 2024-12-21T04:42:01.709Z | Checking pin-utils v0.1.0 |
454 | 2024-12-21T04:42:01.804Z | Checking futures-io v0.3.31 |
455 | 2024-12-21T04:42:01.825Z | Compiling ring v0.17.8 |
456 | 2024-12-21T04:42:01.974Z | Checking rustls-pki-types v1.10.0 |
457 | 2024-12-21T04:42:01.977Z | Compiling pkg-config v0.3.31 |
458 | 2024-12-21T04:42:02.135Z | Checking iana-time-zone v0.1.61 |
459 | 2024-12-21T04:42:02.277Z | Compiling heck v0.5.0 |
460 | 2024-12-21T04:42:02.446Z | Compiling vcpkg v0.2.15 |
461 | 2024-12-21T04:42:02.543Z | Checking spin v0.9.8 |
462 | 2024-12-21T04:42:02.751Z | Checking writeable v0.5.5 |
463 | 2024-12-21T04:42:02.801Z | Compiling httparse v1.9.5 |
464 | 2024-12-21T04:42:02.940Z | Compiling ucd-trie v0.1.7 |
465 | 2024-12-21T04:42:03.029Z | Checking dyn-clone v1.0.17 |
466 | 2024-12-21T04:42:03.158Z | Checking untrusted v0.9.0 |
467 | 2024-12-21T04:42:03.241Z | Checking litemap v0.7.3 |
468 | 2024-12-21T04:42:03.321Z | Checking tracing-core v0.1.32 |
469 | 2024-12-21T04:42:03.411Z | Checking atomic-waker v1.1.2 |
470 | 2024-12-21T04:42:03.532Z | Compiling allocator-api2 v0.2.18 |
471 | 2024-12-21T04:42:03.942Z | Checking tracing v0.1.40 |
472 | 2024-12-21T04:42:04.002Z | Checking http-body v1.0.1 |
473 | 2024-12-21T04:42:04.059Z | Compiling openssl-sys v0.9.103 |
474 | 2024-12-21T04:42:04.172Z | Checking try-lock v0.2.5 |
475 | 2024-12-21T04:42:04.220Z | Checking icu_locid_transform_data v1.5.0 |
476 | 2024-12-21T04:42:04.280Z | Checking subtle v2.6.1 |
477 | 2024-12-21T04:42:04.300Z | Compiling uuid v1.11.0 |
478 | 2024-12-21T04:42:04.302Z | Checking zeroize v1.8.1 |
479 | 2024-12-21T04:42:04.538Z | Checking want v0.3.1 |
480 | 2024-12-21T04:42:04.641Z | Compiling openssl v0.10.66 |
481 | 2024-12-21T04:42:04.717Z | Checking icu_properties_data v1.5.0 |
482 | 2024-12-21T04:42:04.808Z | Compiling chrono v0.4.38 |
483 | 2024-12-21T04:42:04.851Z | Checking foreign-types-shared v0.1.1 |
484 | 2024-12-21T04:42:04.907Z | Compiling slog v2.7.0 |
485 | 2024-12-21T04:42:04.957Z | Checking httpdate v1.0.3 |
486 | 2024-12-21T04:42:05.018Z | Checking foreign-types v0.3.2 |
487 | 2024-12-21T04:42:05.132Z | Compiling aho-corasick v1.1.3 |
488 | 2024-12-21T04:42:05.245Z | Checking bitflags v2.6.0 |
489 | 2024-12-21T04:42:05.441Z | Compiling native-tls v0.2.12 |
490 | 2024-12-21T04:42:05.484Z | Compiling typenum v1.17.0 |
491 | 2024-12-21T04:42:05.780Z | Checking percent-encoding v2.3.1 |
492 | 2024-12-21T04:42:05.990Z | Checking utf16_iter v1.0.5 |
493 | 2024-12-21T04:42:06.130Z | Compiling rustls v0.23.19 |
494 | 2024-12-21T04:42:06.397Z | Compiling regex-syntax v0.8.5 |
495 | 2024-12-21T04:42:06.429Z | Checking tower-service v0.3.3 |
496 | 2024-12-21T04:42:06.547Z | Checking icu_normalizer_data v1.5.0 |
497 | 2024-12-21T04:42:06.633Z | Checking utf8_iter v1.0.4 |
498 | 2024-12-21T04:42:06.807Z | Checking write16 v1.0.0 |
499 | 2024-12-21T04:42:06.976Z | Checking form_urlencoded v1.2.1 |
500 | 2024-12-21T04:42:07.159Z | Compiling generic-array v0.14.7 |
501 | 2024-12-21T04:42:07.577Z | Checking openssl-probe v0.1.5 |
502 | 2024-12-21T04:42:08.028Z | Compiling serde_derive_internals v0.29.1 |
503 | 2024-12-21T04:42:08.594Z | Compiling synstructure v0.13.1 |
504 | 2024-12-21T04:42:09.919Z | Compiling regex-automata v0.4.8 |
505 | 2024-12-21T04:42:09.932Z | Compiling usdt-impl v0.5.0 |
506 | 2024-12-21T04:42:09.948Z | Checking encoding_rs v0.8.34 |
507 | 2024-12-21T04:42:10.259Z | Compiling num-conv v0.1.0 |
508 | 2024-12-21T04:42:10.495Z | Checking mime v0.3.17 |
509 | 2024-12-21T04:42:10.768Z | Compiling time-core v0.1.2 |
510 | 2024-12-21T04:42:10.833Z | Checking powerfmt v0.2.0 |
511 | 2024-12-21T04:42:10.937Z | Compiling time-macros v0.2.18 |
512 | 2024-12-21T04:42:11.116Z | Checking deranged v0.3.11 |
513 | 2024-12-21T04:42:12.075Z | Compiling thread-id v4.2.2 |
514 | 2024-12-21T04:42:12.190Z | Checking rustls-pemfile v2.2.0 |
515 | 2024-12-21T04:42:12.388Z | Checking webpki-roots v0.26.6 |
516 | 2024-12-21T04:42:12.759Z | Compiling ident_case v1.0.1 |
517 | 2024-12-21T04:42:12.928Z | Checking num_threads v0.1.7 |
518 | 2024-12-21T04:42:13.189Z | Compiling strsim v0.11.1 |
519 | 2024-12-21T04:42:13.247Z | Checking plain v0.2.3 |
520 | 2024-12-21T04:42:13.337Z | Compiling serde_derive v1.0.215 |
521 | 2024-12-21T04:42:13.394Z | Compiling zerocopy-derive v0.7.35 |
522 | 2024-12-21T04:42:13.803Z | Compiling thiserror-impl v1.0.69 |
523 | 2024-12-21T04:42:13.912Z | Compiling schemars_derive v0.8.21 |
524 | 2024-12-21T04:42:14.039Z | Compiling zerofrom-derive v0.1.4 |
525 | 2024-12-21T04:42:14.114Z | Compiling yoke-derive v0.7.4 |
526 | 2024-12-21T04:42:15.392Z | Compiling zerocopy v0.7.35 |
527 | 2024-12-21T04:42:16.833Z | Compiling tokio-macros v2.4.0 |
528 | 2024-12-21T04:42:16.869Z | Compiling zerovec-derive v0.10.3 |
529 | 2024-12-21T04:42:16.920Z | Compiling futures-macro v0.3.31 |
530 | 2024-12-21T04:42:16.978Z | Compiling displaydoc v0.2.5 |
531 | 2024-12-21T04:42:17.594Z | Checking zerofrom v0.1.4 |
532 | 2024-12-21T04:42:17.773Z | Compiling pest v2.7.14 |
533 | 2024-12-21T04:42:17.823Z | Checking yoke v0.7.4 |
534 | 2024-12-21T04:42:18.263Z | Compiling icu_provider_macros v1.5.0 |
535 | 2024-12-21T04:42:18.338Z | Checking tokio v1.40.0 |
536 | 2024-12-21T04:42:18.573Z | Compiling hashbrown v0.14.5 |
537 | 2024-12-21T04:42:18.761Z | Checking futures-util v0.3.31 |
538 | 2024-12-21T04:42:19.267Z | Checking zerovec v0.10.4 |
539 | 2024-12-21T04:42:19.811Z | Compiling openssl-macros v0.1.1 |
540 | 2024-12-21T04:42:19.950Z | Compiling regress v0.10.1 |
541 | 2024-12-21T04:42:20.045Z | Checking rustls-webpki v0.102.8 |
542 | 2024-12-21T04:42:20.708Z | Compiling pest_meta v2.7.14 |
543 | 2024-12-21T04:42:20.937Z | Checking tinystr v0.7.6 |
544 | 2024-12-21T04:42:21.292Z | Checking icu_locid v1.5.0 |
545 | 2024-12-21T04:42:22.353Z | Checking icu_provider v1.5.0 |
546 | 2024-12-21T04:42:22.980Z | Checking icu_locid_transform v1.5.0 |
547 | 2024-12-21T04:42:23.882Z | Compiling pest_generator v2.7.14 |
548 | 2024-12-21T04:42:23.959Z | Checking icu_collections v1.5.0 |
549 | 2024-12-21T04:42:24.639Z | Checking icu_properties v1.5.1 |
550 | 2024-12-21T04:42:25.399Z | Checking tokio-util v0.7.12 |
551 | 2024-12-21T04:42:25.591Z | Compiling pest_derive v2.7.14 |
552 | 2024-12-21T04:42:25.971Z | Checking indexmap v2.6.0 |
553 | 2024-12-21T04:42:26.886Z | Compiling serde_tokenstream v0.2.2 |
554 | 2024-12-21T04:42:27.216Z | Checking h2 v0.4.6 |
555 | 2024-12-21T04:42:27.728Z | Checking http-body-util v0.1.2 |
556 | 2024-12-21T04:42:27.847Z | Compiling regex v1.11.1 |
557 | 2024-12-21T04:42:27.866Z | Checking icu_normalizer v1.5.0 |
558 | 2024-12-21T04:42:28.171Z | Compiling scroll_derive v0.12.0 |
559 | 2024-12-21T04:42:28.785Z | Checking idna_adapter v1.2.0 |
560 | 2024-12-21T04:42:28.885Z | Compiling dof v0.3.0 |
561 | 2024-12-21T04:42:28.978Z | Checking idna v1.0.3 |
562 | 2024-12-21T04:42:29.339Z | Checking tokio-native-tls v0.3.1 |
563 | 2024-12-21T04:42:29.477Z | Compiling dtrace-parser v0.2.0 |
564 | 2024-12-21T04:42:29.606Z | Checking scroll v0.12.0 |
565 | 2024-12-21T04:42:29.769Z | Checking serde_urlencoded v0.7.1 |
566 | 2024-12-21T04:42:30.033Z | Checking tokio-rustls v0.26.0 |
567 | 2024-12-21T04:42:30.066Z | Compiling syn v1.0.109 |
568 | 2024-12-21T04:42:30.178Z | Checking base64 v0.22.1 |
569 | 2024-12-21T04:42:30.218Z | Compiling crossbeam-utils v0.8.20 |
570 | 2024-12-21T04:42:30.625Z | Compiling typify-impl v0.2.0 |
571 | 2024-12-21T04:42:30.731Z | Checking goblin v0.8.2 |
572 | 2024-12-21T04:42:31.187Z | Checking url v2.5.3 |
573 | 2024-12-21T04:42:31.327Z | Checking hyper v1.5.0 |
574 | 2024-12-21T04:42:31.983Z | Compiling openapiv3 v2.0.0 |
575 | 2024-12-21T04:42:32.782Z | Checking time v0.3.36 |
576 | 2024-12-21T04:42:33.514Z | Checking hyper-util v0.1.10 |
577 | 2024-12-21T04:42:34.675Z | Compiling darling_core v0.20.10 |
578 | 2024-12-21T04:42:35.212Z | Checking dirs-sys-next v0.1.2 |
579 | 2024-12-21T04:42:35.232Z | Checking hyper-rustls v0.27.3 |
580 | 2024-12-21T04:42:35.391Z | Checking hyper-tls v0.6.0 |
581 | 2024-12-21T04:42:35.512Z | Checking sync_wrapper v1.0.1 |
582 | 2024-12-21T04:42:35.590Z | Compiling omicron-workspace-hack v0.1.0 |
583 | 2024-12-21T04:42:35.657Z | Compiling unsafe-libyaml v0.2.11 |
584 | 2024-12-21T04:42:35.677Z | Checking ipnet v2.10.1 |
585 | 2024-12-21T04:42:35.857Z | Compiling newtype-uuid v1.1.3 |
586 | 2024-12-21T04:42:35.896Z | Compiling rustls v0.22.4 |
587 | 2024-12-21T04:42:35.915Z | Compiling paste v1.0.15 |
588 | 2024-12-21T04:42:36.093Z | Compiling rustversion v1.0.17 |
589 | 2024-12-21T04:42:36.113Z | Checking pretty-hex v0.4.1 |
590 | 2024-12-21T04:42:36.180Z | Checking reqwest v0.12.9 |
591 | 2024-12-21T04:42:36.401Z | Checking dirs-next v2.0.0 |
592 | 2024-12-21T04:42:36.876Z | Checking ipnetwork v0.20.0 |
593 | 2024-12-21T04:42:36.968Z | Compiling serde_yaml v0.9.34+deprecated |
594 | 2024-12-21T04:42:37.235Z | Checking toml_datetime v0.6.8 |
595 | 2024-12-21T04:42:37.279Z | Checking serde_spanned v0.6.8 |
596 | 2024-12-21T04:42:37.414Z | Checking ppv-lite86 v0.2.20 |
597 | 2024-12-21T04:42:37.464Z | Compiling structmeta-derive v0.3.0 |
598 | 2024-12-21T04:42:37.514Z | Checking block-buffer v0.10.4 |
599 | 2024-12-21T04:42:37.572Z | Checking crypto-common v0.1.6 |
600 | 2024-12-21T04:42:37.702Z | Checking rand_core v0.6.4 |
601 | 2024-12-21T04:42:37.848Z | Checking thread_local v1.1.8 |
602 | 2024-12-21T04:42:38.007Z | Compiling multer v3.1.0 |
603 | 2024-12-21T04:42:38.133Z | Compiling slog-async v2.8.0 |
604 | 2024-12-21T04:42:38.156Z | Checking match_cfg v0.1.0 |
605 | 2024-12-21T04:42:38.249Z | Compiling anyhow v1.0.93 |
606 | 2024-12-21T04:42:38.321Z | Checking winnow v0.6.20 |
607 | 2024-12-21T04:42:38.640Z | Compiling camino v1.1.9 |
608 | 2024-12-21T04:42:38.851Z | Checking either v1.13.0 |
609 | 2024-12-21T04:42:39.258Z | Checking itertools v0.10.5 |
610 | 2024-12-21T04:42:39.791Z | Checking hostname v0.3.1 |
611 | 2024-12-21T04:42:39.919Z | Checking rand_chacha v0.3.1 |
612 | 2024-12-21T04:42:40.042Z | Compiling structmeta v0.3.0 |
613 | 2024-12-21T04:42:40.454Z | Checking digest v0.10.7 |
614 | 2024-12-21T04:42:40.715Z | Checking progenitor-client v0.8.0 |
615 | 2024-12-21T04:42:40.777Z | Checking crossbeam-channel v0.5.13 |
616 | 2024-12-21T04:42:40.816Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
617 | 2024-12-21T04:42:40.837Z | Compiling darling_macro v0.20.10 |
618 | 2024-12-21T04:42:41.158Z | Checking term v0.7.0 |
619 | 2024-12-21T04:42:41.460Z | Checking toml_edit v0.22.22 |
620 | 2024-12-21T04:42:41.766Z | Compiling darling v0.20.10 |
621 | 2024-12-21T04:42:41.873Z | Checking slog-json v2.6.1 |
622 | 2024-12-21T04:42:41.876Z | Compiling usdt-macro v0.5.0 |
623 | 2024-12-21T04:42:42.144Z | Compiling usdt-attr-macro v0.5.0 |
624 | 2024-12-21T04:42:42.237Z | Checking futures-executor v0.3.31 |
625 | 2024-12-21T04:42:42.465Z | Compiling async-stream-impl v0.3.6 |
626 | 2024-12-21T04:42:42.521Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
627 | 2024-12-21T04:42:42.598Z | Checking memmap v0.7.0 |
628 | 2024-12-21T04:42:42.821Z | Checking is-terminal v0.4.13 |
629 | 2024-12-21T04:42:42.937Z | Compiling dropshot v0.13.0 |
630 | 2024-12-21T04:42:43.148Z | Checking take_mut v0.2.2 |
631 | 2024-12-21T04:42:43.267Z | Checking cpufeatures v0.2.14 |
632 | 2024-12-21T04:42:43.359Z | Checking sha1 v0.10.6 |
633 | 2024-12-21T04:42:43.539Z | Checking usdt v0.5.0 |
634 | 2024-12-21T04:42:43.627Z | Checking slog-term v2.9.1 |
635 | 2024-12-21T04:42:43.659Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
636 | 2024-12-21T04:42:43.678Z | Checking futures v0.3.31 |
637 | 2024-12-21T04:42:43.713Z | Checking async-stream v0.3.6 |
638 | 2024-12-21T04:42:43.776Z | Compiling strum_macros v0.26.4 |
639 | 2024-12-21T04:42:43.795Z | Checking slog-bunyan v2.5.0 |
640 | 2024-12-21T04:42:43.900Z | Compiling serde_with_macros v3.11.0 |
641 | 2024-12-21T04:42:43.948Z | Compiling parse-display-derive v0.10.0 |
642 | 2024-12-21T04:42:44.115Z | Checking rand v0.8.5 |
643 | 2024-12-21T04:42:44.134Z | Checking toml v0.8.19 |
644 | 2024-12-21T04:42:44.497Z | Compiling typify-macro v0.2.0 |
645 | 2024-12-21T04:42:45.065Z | Compiling dropshot_endpoint v0.13.0 |
646 | 2024-12-21T04:42:45.343Z | Checking hex v0.4.3 |
647 | 2024-12-21T04:42:45.365Z | Checking tokio-rustls v0.25.0 |
648 | 2024-12-21T04:42:45.478Z | Checking serde_path_to_error v0.1.16 |
649 | 2024-12-21T04:42:45.724Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
650 | 2024-12-21T04:42:45.876Z | Compiling async-trait v0.1.83 |
651 | 2024-12-21T04:42:46.119Z | Checking waitgroup v0.1.2 |
652 | 2024-12-21T04:42:46.262Z | Checking hostname v0.4.0 |
653 | 2024-12-21T04:42:46.402Z | Checking instant v0.1.13 |
654 | 2024-12-21T04:42:46.477Z | Checking debug-ignore v1.0.5 |
655 | 2024-12-21T04:42:46.511Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
656 | 2024-12-21T04:42:46.517Z | Checking backoff v0.4.0 |
657 | 2024-12-21T04:42:46.605Z | Checking serde_with v3.11.0 |
658 | 2024-12-21T04:42:46.659Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
659 | 2024-12-21T04:42:46.812Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
660 | 2024-12-21T04:42:46.832Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
661 | 2024-12-21T04:42:47.309Z | Checking regress v0.9.1 |
662 | 2024-12-21T04:42:47.687Z | Checking macaddr v1.0.1 |
663 | 2024-12-21T04:42:47.817Z | Checking parse-display v0.10.0 |
664 | 2024-12-21T04:42:48.052Z | Compiling typify v0.2.0 |
665 | 2024-12-21T04:42:48.170Z | Compiling progenitor-impl v0.8.0 |
666 | 2024-12-21T04:42:48.190Z | Checking strum v0.26.3 |
667 | 2024-12-21T04:42:51.082Z | Compiling progenitor-macro v0.8.0 |
668 | 2024-12-21T04:42:55.321Z | Checking progenitor v0.8.0 |
669 | 2024-12-21T04:42:55.454Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
670 | 2024-12-21T04:42:58.399Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
671 | 2024-12-21T04:43:05.896Z | Checking test-project v0.1.0 (/tmp/test-project) |
672 | 2024-12-21T04:43:05.958Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 18s |
673 | 2024-12-21T04:43:06.288Z | + cargo build --release |
674 | 2024-12-21T04:43:06.545Z | Compiling proc-macro2 v1.0.89 |
675 | 2024-12-21T04:43:06.545Z | Compiling unicode-ident v1.0.13 |
676 | 2024-12-21T04:43:06.547Z | Compiling libc v0.2.162 |
677 | 2024-12-21T04:43:06.547Z | Compiling cfg-if v1.0.0 |
678 | 2024-12-21T04:43:06.547Z | Compiling autocfg v1.4.0 |
679 | 2024-12-21T04:43:06.547Z | Compiling serde v1.0.215 |
680 | 2024-12-21T04:43:06.547Z | Compiling version_check v0.9.5 |
681 | 2024-12-21T04:43:06.547Z | Compiling memchr v2.7.4 |
682 | 2024-12-21T04:43:06.659Z | Compiling serde_json v1.0.133 |
683 | 2024-12-21T04:43:06.753Z | Compiling itoa v1.0.11 |
684 | 2024-12-21T04:43:06.979Z | Compiling thiserror v1.0.69 |
685 | 2024-12-21T04:43:07.079Z | Compiling once_cell v1.20.2 |
686 | 2024-12-21T04:43:07.204Z | Compiling shlex v1.3.0 |
687 | 2024-12-21T04:43:07.487Z | Compiling cc v1.1.30 |
688 | 2024-12-21T04:43:07.519Z | Compiling num-traits v0.2.19 |
689 | 2024-12-21T04:43:07.844Z | Compiling pin-project-lite v0.2.14 |
690 | 2024-12-21T04:43:07.953Z | Compiling smallvec v1.13.2 |
691 | 2024-12-21T04:43:07.964Z | Compiling ryu v1.0.18 |
692 | 2024-12-21T04:43:08.095Z | Compiling getrandom v0.2.15 |
693 | 2024-12-21T04:43:08.212Z | Compiling quote v1.0.37 |
694 | 2024-12-21T04:43:08.341Z | Compiling bytes v1.8.0 |
695 | 2024-12-21T04:43:08.429Z | Compiling futures-core v0.3.31 |
696 | 2024-12-21T04:43:08.498Z | Compiling schemars v0.8.21 |
697 | 2024-12-21T04:43:08.619Z | Compiling syn v2.0.87 |
698 | 2024-12-21T04:43:08.662Z | Compiling lock_api v0.4.12 |
699 | 2024-12-21T04:43:08.824Z | Compiling ahash v0.8.11 |
700 | 2024-12-21T04:43:08.853Z | Compiling byteorder v1.5.0 |
701 | 2024-12-21T04:43:08.987Z | Compiling parking_lot_core v0.9.10 |
702 | 2024-12-21T04:43:09.228Z | Compiling scopeguard v1.2.0 |
703 | 2024-12-21T04:43:09.260Z | Compiling slab v0.4.9 |
704 | 2024-12-21T04:43:09.275Z | Compiling futures-sink v0.3.31 |
705 | 2024-12-21T04:43:09.422Z | Compiling log v0.4.22 |
706 | 2024-12-21T04:43:09.674Z | Compiling mio v1.0.2 |
707 | 2024-12-21T04:43:09.719Z | Compiling signal-hook-registry v1.4.2 |
708 | 2024-12-21T04:43:09.858Z | Compiling parking_lot v0.12.3 |
709 | 2024-12-21T04:43:09.869Z | Compiling socket2 v0.5.7 |
710 | 2024-12-21T04:43:10.133Z | Compiling stable_deref_trait v1.2.0 |
711 | 2024-12-21T04:43:10.231Z | Compiling semver v1.0.23 |
712 | 2024-12-21T04:43:10.486Z | Compiling ring v0.17.8 |
713 | 2024-12-21T04:43:10.568Z | Compiling hashbrown v0.15.1 |
714 | 2024-12-21T04:43:10.697Z | Compiling fnv v1.0.7 |
715 | 2024-12-21T04:43:10.827Z | Compiling equivalent v1.0.1 |
716 | 2024-12-21T04:43:10.927Z | Compiling http v1.1.0 |
717 | 2024-12-21T04:43:11.248Z | Compiling futures-channel v0.3.31 |
718 | 2024-12-21T04:43:11.489Z | Compiling futures-task v0.3.31 |
719 | 2024-12-21T04:43:11.509Z | Compiling futures-io v0.3.31 |
720 | 2024-12-21T04:43:11.717Z | Compiling pin-utils v0.1.0 |
721 | 2024-12-21T04:43:11.797Z | Compiling iana-time-zone v0.1.61 |
722 | 2024-12-21T04:43:11.826Z | Compiling spin v0.9.8 |
723 | 2024-12-21T04:43:11.938Z | Compiling heck v0.5.0 |
724 | 2024-12-21T04:43:12.010Z | Compiling vcpkg v0.2.15 |
725 | 2024-12-21T04:43:12.061Z | Compiling rustls-pki-types v1.10.0 |
726 | 2024-12-21T04:43:12.372Z | Compiling pkg-config v0.3.31 |
727 | 2024-12-21T04:43:13.111Z | Compiling litemap v0.7.3 |
728 | 2024-12-21T04:43:13.576Z | Compiling dyn-clone v1.0.17 |
729 | 2024-12-21T04:43:13.590Z | Compiling openssl-sys v0.9.103 |
730 | 2024-12-21T04:43:13.627Z | Compiling ucd-trie v0.1.7 |
731 | 2024-12-21T04:43:13.799Z | Compiling untrusted v0.9.0 |
732 | 2024-12-21T04:43:13.888Z | Compiling writeable v0.5.5 |
733 | 2024-12-21T04:43:13.936Z | Compiling httparse v1.9.5 |
734 | 2024-12-21T04:43:14.096Z | Compiling tracing-core v0.1.32 |
735 | 2024-12-21T04:43:14.647Z | Compiling atomic-waker v1.1.2 |
736 | 2024-12-21T04:43:14.944Z | Compiling allocator-api2 v0.2.18 |
737 | 2024-12-21T04:43:15.008Z | Compiling tracing v0.1.40 |
738 | 2024-12-21T04:43:15.663Z | Compiling chrono v0.4.38 |
739 | 2024-12-21T04:43:15.696Z | Compiling http-body v1.0.1 |
740 | 2024-12-21T04:43:15.896Z | Compiling icu_locid_transform_data v1.5.0 |
741 | 2024-12-21T04:43:15.924Z | Compiling try-lock v0.2.5 |
742 | 2024-12-21T04:43:15.987Z | Compiling subtle v2.6.1 |
743 | 2024-12-21T04:43:16.070Z | Compiling uuid v1.11.0 |
744 | 2024-12-21T04:43:16.359Z | Compiling serde_derive_internals v0.29.1 |
745 | 2024-12-21T04:43:16.398Z | Compiling synstructure v0.13.1 |
746 | 2024-12-21T04:43:16.521Z | Compiling zeroize v1.8.1 |
747 | 2024-12-21T04:43:16.630Z | Compiling want v0.3.1 |
748 | 2024-12-21T04:43:16.952Z | Compiling icu_properties_data v1.5.0 |
749 | 2024-12-21T04:43:17.187Z | Compiling httpdate v1.0.3 |
750 | 2024-12-21T04:43:17.671Z | Compiling slog v2.7.0 |
751 | 2024-12-21T04:43:17.913Z | Compiling openssl v0.10.66 |
752 | 2024-12-21T04:43:18.106Z | Compiling foreign-types-shared v0.1.1 |
753 | 2024-12-21T04:43:18.197Z | Compiling foreign-types v0.3.2 |
754 | 2024-12-21T04:43:18.344Z | Compiling aho-corasick v1.1.3 |
755 | 2024-12-21T04:43:18.588Z | Compiling utf8_iter v1.0.4 |
756 | 2024-12-21T04:43:18.841Z | Compiling native-tls v0.2.12 |
757 | 2024-12-21T04:43:18.922Z | Compiling rustls v0.23.19 |
758 | 2024-12-21T04:43:19.186Z | Compiling utf16_iter v1.0.5 |
759 | 2024-12-21T04:43:19.235Z | Compiling typenum v1.17.0 |
760 | 2024-12-21T04:43:19.401Z | Compiling percent-encoding v2.3.1 |
761 | 2024-12-21T04:43:19.730Z | Compiling write16 v1.0.0 |
762 | 2024-12-21T04:43:19.855Z | Compiling bitflags v2.6.0 |
763 | 2024-12-21T04:43:19.863Z | Compiling icu_normalizer_data v1.5.0 |
764 | 2024-12-21T04:43:19.946Z | Compiling regex-syntax v0.8.5 |
765 | 2024-12-21T04:43:20.187Z | Compiling tower-service v0.3.3 |
766 | 2024-12-21T04:43:20.298Z | Compiling form_urlencoded v1.2.1 |
767 | 2024-12-21T04:43:20.904Z | Compiling generic-array v0.14.7 |
768 | 2024-12-21T04:43:21.212Z | Compiling openssl-probe v0.1.5 |
769 | 2024-12-21T04:43:21.901Z | Compiling serde_derive v1.0.215 |
770 | 2024-12-21T04:43:22.261Z | Compiling zerocopy-derive v0.7.35 |
771 | 2024-12-21T04:43:22.276Z | Compiling thiserror-impl v1.0.69 |
772 | 2024-12-21T04:43:22.723Z | Compiling schemars_derive v0.8.21 |
773 | 2024-12-21T04:43:23.173Z | Compiling zerofrom-derive v0.1.4 |
774 | 2024-12-21T04:43:24.316Z | Compiling zerocopy v0.7.35 |
775 | 2024-12-21T04:43:25.669Z | Compiling tokio-macros v2.4.0 |
776 | 2024-12-21T04:43:25.778Z | Compiling yoke-derive v0.7.4 |
777 | 2024-12-21T04:43:25.915Z | Compiling zerovec-derive v0.10.3 |
778 | 2024-12-21T04:43:26.802Z | Compiling zerofrom v0.1.4 |
779 | 2024-12-21T04:43:27.038Z | Compiling futures-macro v0.3.31 |
780 | 2024-12-21T04:43:27.040Z | Compiling displaydoc v0.2.5 |
781 | 2024-12-21T04:43:27.203Z | Compiling tokio v1.40.0 |
782 | 2024-12-21T04:43:28.484Z | Compiling yoke v0.7.4 |
783 | 2024-12-21T04:43:28.628Z | Compiling pest v2.7.14 |
784 | 2024-12-21T04:43:28.873Z | Compiling zerovec v0.10.4 |
785 | 2024-12-21T04:43:28.897Z | Compiling futures-util v0.3.31 |
786 | 2024-12-21T04:43:29.060Z | Compiling icu_provider_macros v1.5.0 |
787 | 2024-12-21T04:43:29.102Z | Compiling hashbrown v0.14.5 |
788 | 2024-12-21T04:43:30.421Z | Compiling rustls-webpki v0.102.8 |
789 | 2024-12-21T04:43:31.562Z | Compiling tinystr v0.7.6 |
790 | 2024-12-21T04:43:31.780Z | Compiling pest_meta v2.7.14 |
791 | 2024-12-21T04:43:32.008Z | Compiling icu_locid v1.5.0 |
792 | 2024-12-21T04:43:35.213Z | Compiling icu_provider v1.5.0 |
793 | 2024-12-21T04:43:35.974Z | Compiling indexmap v2.6.0 |
794 | 2024-12-21T04:43:36.570Z | Compiling serde_tokenstream v0.2.2 |
795 | 2024-12-21T04:43:38.367Z | Compiling tokio-util v0.7.12 |
796 | 2024-12-21T04:43:38.957Z | Compiling icu_locid_transform v1.5.0 |
797 | 2024-12-21T04:43:39.467Z | Compiling h2 v0.4.6 |
798 | 2024-12-21T04:43:41.759Z | Compiling pest_generator v2.7.14 |
799 | 2024-12-21T04:43:42.050Z | Compiling icu_collections v1.5.0 |
800 | 2024-12-21T04:43:43.509Z | Compiling regress v0.10.1 |
801 | 2024-12-21T04:43:44.785Z | Compiling hyper v1.5.0 |
802 | 2024-12-21T04:43:44.916Z | Compiling pest_derive v2.7.14 |
803 | 2024-12-21T04:43:45.794Z | Compiling icu_properties v1.5.1 |
804 | 2024-12-21T04:43:46.515Z | Compiling openssl-macros v0.1.1 |
805 | 2024-12-21T04:43:47.328Z | Compiling typify-impl v0.2.0 |
806 | 2024-12-21T04:43:48.250Z | Compiling hyper-util v0.1.10 |
807 | 2024-12-21T04:43:52.125Z | Compiling icu_normalizer v1.5.0 |
808 | 2024-12-21T04:43:55.205Z | Compiling regex-automata v0.4.8 |
809 | 2024-12-21T04:43:55.776Z | Compiling idna_adapter v1.2.0 |
810 | 2024-12-21T04:43:56.617Z | Compiling http-body-util v0.1.2 |
811 | 2024-12-21T04:43:57.394Z | Compiling scroll_derive v0.12.0 |
812 | 2024-12-21T04:43:57.826Z | Compiling usdt-impl v0.5.0 |
813 | 2024-12-21T04:43:58.195Z | Compiling encoding_rs v0.8.34 |
814 | 2024-12-21T04:43:58.874Z | Compiling time-core v0.1.2 |
815 | 2024-12-21T04:43:59.039Z | Compiling mime v0.3.17 |
816 | 2024-12-21T04:43:59.278Z | Compiling typify-macro v0.2.0 |
817 | 2024-12-21T04:44:01.233Z | Compiling regex v1.11.1 |
818 | 2024-12-21T04:44:02.265Z | Compiling num-conv v0.1.0 |
819 | 2024-12-21T04:44:03.073Z | Compiling powerfmt v0.2.0 |
820 | 2024-12-21T04:44:03.131Z | Compiling time-macros v0.2.18 |
821 | 2024-12-21T04:44:03.542Z | Compiling deranged v0.3.11 |
822 | 2024-12-21T04:44:05.842Z | Compiling tokio-rustls v0.26.0 |
823 | 2024-12-21T04:44:06.139Z | Compiling tokio-native-tls v0.3.1 |
824 | 2024-12-21T04:44:06.277Z | Compiling scroll v0.12.0 |
825 | 2024-12-21T04:44:07.031Z | Compiling idna v1.0.3 |
826 | 2024-12-21T04:44:08.840Z | Compiling dtrace-parser v0.2.0 |
827 | 2024-12-21T04:44:10.572Z | Compiling dof v0.3.0 |
828 | 2024-12-21T04:44:11.399Z | Compiling serde_urlencoded v0.7.1 |
829 | 2024-12-21T04:44:11.992Z | Compiling thread-id v4.2.2 |
830 | 2024-12-21T04:44:12.091Z | Compiling rustls-pemfile v2.2.0 |
831 | 2024-12-21T04:44:12.545Z | Compiling webpki-roots v0.26.6 |
832 | 2024-12-21T04:44:12.755Z | Compiling strsim v0.11.1 |
833 | 2024-12-21T04:44:13.429Z | Compiling omicron-workspace-hack v0.1.0 |
834 | 2024-12-21T04:44:13.477Z | Compiling plain v0.2.3 |
835 | 2024-12-21T04:44:13.629Z | Compiling ident_case v1.0.1 |
836 | 2024-12-21T04:44:13.722Z | Compiling num_threads v0.1.7 |
837 | 2024-12-21T04:44:13.782Z | Compiling crossbeam-utils v0.8.20 |
838 | 2024-12-21T04:44:13.880Z | Compiling syn v1.0.109 |
839 | 2024-12-21T04:44:14.882Z | Compiling base64 v0.22.1 |
840 | 2024-12-21T04:44:14.992Z | Compiling time v0.3.36 |
841 | 2024-12-21T04:44:15.957Z | Compiling darling_core v0.20.10 |
842 | 2024-12-21T04:44:19.788Z | Compiling goblin v0.8.2 |
843 | 2024-12-21T04:44:22.091Z | Compiling hyper-rustls v0.27.3 |
844 | 2024-12-21T04:44:24.051Z | Compiling url v2.5.3 |
845 | 2024-12-21T04:44:24.159Z | Compiling hyper-tls v0.6.0 |
846 | 2024-12-21T04:44:24.519Z | Compiling typify v0.2.0 |
847 | 2024-12-21T04:44:24.638Z | Compiling openapiv3 v2.0.0 |
848 | 2024-12-21T04:44:27.470Z | Compiling sync_wrapper v1.0.1 |
849 | 2024-12-21T04:44:27.611Z | Compiling dirs-sys-next v0.1.2 |
850 | 2024-12-21T04:44:28.879Z | Compiling unsafe-libyaml v0.2.11 |
851 | 2024-12-21T04:44:29.084Z | Compiling ipnet v2.10.1 |
852 | 2024-12-21T04:44:29.777Z | Compiling rustversion v1.0.17 |
853 | 2024-12-21T04:44:30.434Z | Compiling paste v1.0.15 |
854 | 2024-12-21T04:44:30.656Z | Compiling pretty-hex v0.4.1 |
855 | 2024-12-21T04:44:30.887Z | Compiling rustls v0.22.4 |
856 | 2024-12-21T04:44:30.914Z | Compiling newtype-uuid v1.1.3 |
857 | 2024-12-21T04:44:31.248Z | Compiling serde_yaml v0.9.34+deprecated |
858 | 2024-12-21T04:44:31.293Z | Compiling reqwest v0.12.9 |
859 | 2024-12-21T04:44:32.273Z | Compiling progenitor-impl v0.8.0 |
860 | 2024-12-21T04:44:34.978Z | Compiling dirs-next v2.0.0 |
861 | 2024-12-21T04:44:35.228Z | Compiling darling_macro v0.20.10 |
862 | 2024-12-21T04:44:38.723Z | Compiling block-buffer v0.10.4 |
863 | 2024-12-21T04:44:38.953Z | Compiling crypto-common v0.1.6 |
864 | 2024-12-21T04:44:38.960Z | Compiling ipnetwork v0.20.0 |
865 | 2024-12-21T04:44:39.145Z | Compiling serde_spanned v0.6.8 |
866 | 2024-12-21T04:44:39.384Z | Compiling toml_datetime v0.6.8 |
867 | 2024-12-21T04:44:40.057Z | Compiling ppv-lite86 v0.2.20 |
868 | 2024-12-21T04:44:40.984Z | Compiling structmeta-derive v0.3.0 |
869 | 2024-12-21T04:44:42.787Z | Compiling rand_core v0.6.4 |
870 | 2024-12-21T04:44:43.242Z | Compiling thread_local v1.1.8 |
871 | 2024-12-21T04:44:43.251Z | Compiling multer v3.1.0 |
872 | 2024-12-21T04:44:43.540Z | Compiling either v1.13.0 |
873 | 2024-12-21T04:44:43.577Z | Compiling slog-async v2.8.0 |
874 | 2024-12-21T04:44:43.713Z | Compiling match_cfg v0.1.0 |
875 | 2024-12-21T04:44:43.802Z | Compiling anyhow v1.0.93 |
876 | 2024-12-21T04:44:43.936Z | Compiling camino v1.1.9 |
877 | 2024-12-21T04:44:43.990Z | Compiling winnow v0.6.20 |
878 | 2024-12-21T04:44:43.992Z | Compiling itertools v0.10.5 |
879 | 2024-12-21T04:44:44.103Z | Compiling hostname v0.3.1 |
880 | 2024-12-21T04:44:44.317Z | Compiling structmeta v0.3.0 |
881 | 2024-12-21T04:44:44.379Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
882 | 2024-12-21T04:44:44.664Z | Compiling rand_chacha v0.3.1 |
883 | 2024-12-21T04:44:44.706Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
884 | 2024-12-21T04:44:45.572Z | Compiling digest v0.10.7 |
885 | 2024-12-21T04:44:45.994Z | Compiling progenitor-macro v0.8.0 |
886 | 2024-12-21T04:44:46.392Z | Compiling crossbeam-channel v0.5.13 |
887 | 2024-12-21T04:44:47.981Z | Compiling toml_edit v0.22.22 |
888 | 2024-12-21T04:44:48.351Z | Compiling darling v0.20.10 |
889 | 2024-12-21T04:44:48.455Z | Compiling term v0.7.0 |
890 | 2024-12-21T04:44:49.579Z | Compiling progenitor-client v0.8.0 |
891 | 2024-12-21T04:44:53.258Z | Compiling usdt-macro v0.5.0 |
892 | 2024-12-21T04:44:54.567Z | Compiling usdt-attr-macro v0.5.0 |
893 | 2024-12-21T04:44:55.714Z | Compiling slog-json v2.6.1 |
894 | 2024-12-21T04:44:56.088Z | Compiling futures-executor v0.3.31 |
895 | 2024-12-21T04:44:56.142Z | Compiling async-stream-impl v0.3.6 |
896 | 2024-12-21T04:44:57.243Z | Compiling is-terminal v0.4.13 |
897 | 2024-12-21T04:44:57.357Z | Compiling memmap v0.7.0 |
898 | 2024-12-21T04:44:57.490Z | Compiling dropshot v0.13.0 |
899 | 2024-12-21T04:44:57.771Z | Compiling cpufeatures v0.2.14 |
900 | 2024-12-21T04:44:57.816Z | Compiling take_mut v0.2.2 |
901 | 2024-12-21T04:44:57.861Z | Compiling sha1 v0.10.6 |
902 | 2024-12-21T04:44:58.646Z | Compiling tokio-rustls v0.25.0 |
903 | 2024-12-21T04:44:58.739Z | Compiling progenitor v0.8.0 |
904 | 2024-12-21T04:44:58.960Z | Compiling usdt v0.5.0 |
905 | 2024-12-21T04:44:59.092Z | Compiling async-stream v0.3.6 |
906 | 2024-12-21T04:44:59.393Z | Compiling slog-term v2.9.1 |
907 | 2024-12-21T04:45:00.515Z | Compiling futures v0.3.31 |
908 | 2024-12-21T04:45:00.715Z | Compiling slog-bunyan v2.5.0 |
909 | 2024-12-21T04:45:00.973Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
910 | 2024-12-21T04:45:01.404Z | Compiling strum_macros v0.26.4 |
911 | 2024-12-21T04:45:02.335Z | Compiling toml v0.8.19 |
912 | 2024-12-21T04:45:02.666Z | Compiling serde_with_macros v3.11.0 |
913 | 2024-12-21T04:45:05.349Z | Compiling rand v0.8.5 |
914 | 2024-12-21T04:45:07.282Z | Compiling parse-display-derive v0.10.0 |
915 | 2024-12-21T04:45:09.842Z | Compiling dropshot_endpoint v0.13.0 |
916 | 2024-12-21T04:45:10.845Z | Compiling hex v0.4.3 |
917 | 2024-12-21T04:45:11.319Z | Compiling serde_path_to_error v0.1.16 |
918 | 2024-12-21T04:45:11.420Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
919 | 2024-12-21T04:45:11.565Z | Compiling async-trait v0.1.83 |
920 | 2024-12-21T04:45:12.231Z | Compiling waitgroup v0.1.2 |
921 | 2024-12-21T04:45:12.336Z | Compiling hostname v0.4.0 |
922 | 2024-12-21T04:45:12.465Z | Compiling instant v0.1.13 |
923 | 2024-12-21T04:45:12.578Z | Compiling debug-ignore v1.0.5 |
924 | 2024-12-21T04:45:12.612Z | Compiling backoff v0.4.0 |
925 | 2024-12-21T04:45:12.712Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
926 | 2024-12-21T04:45:12.904Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
927 | 2024-12-21T04:45:12.952Z | Compiling parse-display v0.10.0 |
928 | 2024-12-21T04:45:13.148Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
929 | 2024-12-21T04:45:13.993Z | Compiling strum v0.26.3 |
930 | 2024-12-21T04:45:14.166Z | Compiling serde_with v3.11.0 |
931 | 2024-12-21T04:45:14.859Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
932 | 2024-12-21T04:45:15.122Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
933 | 2024-12-21T04:45:15.512Z | Compiling regress v0.9.1 |
934 | 2024-12-21T04:45:15.931Z | Compiling macaddr v1.0.1 |
935 | 2024-12-21T04:45:22.219Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
936 | 2024-12-21T04:45:32.930Z | Compiling test-project v0.1.0 (/tmp/test-project) |
937 | 2024-12-21T04:45:42.936Z | Finished `release` profile [optimized] target(s) in 2m 36s |
938 | 2024-12-21T04:45:43.004Z | process exited: duration 239172 ms, exit code 0 |
|
939 | 2024-12-21T04:45:43.010Z | found 0 output files |