|
|
|
1 | 2024-12-07T00:04:18.030Z | job assigned to worker 01JEF6VVGM1TMEC6JEEGXYQ7FQ [factory gimlet-EVT22200007-propolis, EVT22200007/20057] (queued for 34 s) |
|
2 | 2024-12-07T00:04:26.582Z | starting task 0: "setup" |
3 | 2024-12-07T00:04:26.606Z | ++ uname -s |
4 | 2024-12-07T00:04:26.606Z | + kern=SunOS |
5 | 2024-12-07T00:04:26.606Z | + case "$kern" in |
6 | 2024-12-07T00:04:26.606Z | + groupadd -g 12345 build |
7 | 2024-12-07T00:04:26.606Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-07T00:04:28.611Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-07T00:04:28.647Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-07T00:04:28.671Z | + home_fs=zfs |
11 | 2024-12-07T00:04:28.671Z | + [[ zfs == autofs ]] |
12 | 2024-12-07T00:04:28.671Z | + mkdir -p /home/build |
13 | 2024-12-07T00:04:28.671Z | + chown build:build /home/build /work |
14 | 2024-12-07T00:04:30.656Z | + chmod 0700 /home/build /work |
15 | 2024-12-07T00:04:30.682Z | process exited: duration 4077 ms, exit code 0 |
|
16 | 2024-12-07T00:04:30.730Z | starting task 1: "rust-toolchain" |
17 | 2024-12-07T00:04:30.753Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-07T00:04:30.754Z | ' 1.81.0 |
19 | 2024-12-07T00:04:30.754Z | * toolchain channel = "1.81.0" |
20 | 2024-12-07T00:04:30.754Z | + printf ' * toolchain profile = "%s" |
21 | 2024-12-07T00:04:30.754Z | ' default |
22 | 2024-12-07T00:04:30.754Z | * toolchain profile = "default" |
23 | 2024-12-07T00:04:30.754Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-07T00:04:30.754Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-07T00:04:30.890Z | info: downloading installer |
26 | 2024-12-07T00:04:31.336Z | info: profile set to 'default' |
27 | 2024-12-07T00:04:31.336Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-07T00:04:31.336Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-07T00:04:31.425Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-07T00:04:31.425Z | info: downloading component 'cargo' |
31 | 2024-12-07T00:04:31.551Z | info: downloading component 'clippy' |
32 | 2024-12-07T00:04:31.609Z | info: downloading component 'rust-docs' |
33 | 2024-12-07T00:04:31.772Z | info: downloading component 'rust-std' |
34 | 2024-12-07T00:04:32.002Z | info: downloading component 'rustc' |
35 | 2024-12-07T00:04:32.915Z | info: downloading component 'rustfmt' |
36 | 2024-12-07T00:04:32.951Z | info: installing component 'cargo' |
37 | 2024-12-07T00:04:34.039Z | info: installing component 'clippy' |
38 | 2024-12-07T00:04:34.465Z | info: installing component 'rust-docs' |
39 | 2024-12-07T00:04:37.184Z | info: installing component 'rust-std' |
40 | 2024-12-07T00:04:39.141Z | info: installing component 'rustc' |
41 | 2024-12-07T00:04:45.962Z | info: installing component 'rustfmt' |
42 | 2024-12-07T00:04:46.358Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-07T00:04:46.358Z | |
44 | 2024-12-07T00:04:46.515Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-07T00:04:46.515Z | |
46 | 2024-12-07T00:04:46.515Z | |
47 | 2024-12-07T00:04:46.515Z | Rust is installed now. Great! |
48 | 2024-12-07T00:04:46.515Z | |
49 | 2024-12-07T00:04:46.515Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-07T00:04:46.515Z | environment variable. This has not been done automatically. |
51 | 2024-12-07T00:04:46.515Z | |
52 | 2024-12-07T00:04:46.515Z | To configure your current shell, you need to source |
53 | 2024-12-07T00:04:46.515Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-07T00:04:46.516Z | |
55 | 2024-12-07T00:04:46.516Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-07T00:04:46.516Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-07T00:04:46.516Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-07T00:04:46.607Z | + rustc --version |
59 | 2024-12-07T00:04:46.723Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-07T00:04:46.748Z | process exited: duration 15997 ms, exit code 0 |
|
61 | 2024-12-07T00:04:46.799Z | starting task 2: "authentication" |
62 | 2024-12-07T00:04:46.857Z | process exited: duration 59 ms, exit code 0 |
|
63 | 2024-12-07T00:04:46.906Z | starting task 3: "clone repository" |
64 | 2024-12-07T00:04:46.930Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-07T00:04:46.930Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-07T00:04:46.954Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-07T00:04:57.595Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-07T00:04:57.595Z | + git fetch origin 2c1412657e781815e3c7ffb86f5845227148ae48 |
69 | 2024-12-07T00:04:58.004Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-07T00:04:58.004Z | * branch 2c1412657e781815e3c7ffb86f5845227148ae48 -> FETCH_HEAD |
71 | 2024-12-07T00:04:58.029Z | + [[ -n oxql-query-planner ]] |
72 | 2024-12-07T00:04:58.029Z | ++ git branch --show-current |
73 | 2024-12-07T00:04:58.029Z | + current=main |
74 | 2024-12-07T00:04:58.029Z | + [[ main != oxql-query-planner ]] |
75 | 2024-12-07T00:04:58.029Z | + git branch -f oxql-query-planner 2c1412657e781815e3c7ffb86f5845227148ae48 |
76 | 2024-12-07T00:04:58.053Z | + git checkout -f oxql-query-planner |
77 | 2024-12-07T00:04:58.235Z | Switched to branch 'oxql-query-planner' |
78 | 2024-12-07T00:04:58.259Z | + git reset --hard 2c1412657e781815e3c7ffb86f5845227148ae48 |
79 | 2024-12-07T00:04:58.283Z | HEAD is now at 2c1412657 Fixup test for incomparable fields |
80 | 2024-12-07T00:04:58.284Z | process exited: duration 11355 ms, exit code 0 |
|
81 | 2024-12-07T00:04:58.333Z | starting task 4: "build" |
82 | 2024-12-07T00:04:58.358Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-07T00:04:58.358Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-07T00:04:58.358Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-07T00:04:58.358Z | + cargo --version |
86 | 2024-12-07T00:04:58.413Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-07T00:04:58.438Z | + rustc --version |
88 | 2024-12-07T00:04:58.489Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-07T00:04:58.515Z | + cd /tmp |
90 | 2024-12-07T00:04:58.515Z | + cargo new --lib test-project |
91 | 2024-12-07T00:04:58.564Z | Creating library `test-project` package |
92 | 2024-12-07T00:04:58.657Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
93 | 2024-12-07T00:04:58.681Z | + cd test-project |
94 | 2024-12-07T00:04:58.681Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
95 | 2024-12-07T00:04:58.733Z | Adding omicron-common (local) to dependencies |
96 | 2024-12-07T00:04:58.733Z | Features: |
97 | 2024-12-07T00:04:58.757Z | - proptest |
98 | 2024-12-07T00:04:58.757Z | - test-strategy |
99 | 2024-12-07T00:04:58.757Z | - testing |
100 | 2024-12-07T00:04:58.757Z | Updating crates.io index |
101 | 2024-12-07T00:04:58.799Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
102 | 2024-12-07T00:04:59.611Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
103 | 2024-12-07T00:05:00.189Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
104 | 2024-12-07T00:05:00.729Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
105 | 2024-12-07T00:05:02.223Z | Locking 327 packages to latest compatible versions |
106 | 2024-12-07T00:05:02.248Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
107 | 2024-12-07T00:05:02.248Z | Adding dropshot v0.13.0 (latest: v0.15.1) |
108 | 2024-12-07T00:05:02.248Z | Adding dropshot_endpoint v0.13.0 (latest: v0.15.1) |
109 | 2024-12-07T00:05:02.248Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
110 | 2024-12-07T00:05:02.248Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
111 | 2024-12-07T00:05:02.248Z | Adding generic-array v0.14.7 (latest: v1.1.1) |
112 | 2024-12-07T00:05:02.248Z | Adding goblin v0.8.2 (latest: v0.9.2) |
113 | 2024-12-07T00:05:02.248Z | Adding hashbrown v0.12.3 (latest: v0.15.2) |
114 | 2024-12-07T00:05:02.248Z | Adding hashbrown v0.14.5 (latest: v0.15.2) |
115 | 2024-12-07T00:05:02.248Z | Adding hostname v0.3.1 (latest: v0.4.0) |
116 | 2024-12-07T00:05:02.248Z | Adding indexmap v1.9.3 (latest: v2.7.0) |
117 | 2024-12-07T00:05:02.248Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
118 | 2024-12-07T00:05:02.248Z | Adding regress v0.9.1 (latest: v0.10.1) |
119 | 2024-12-07T00:05:02.248Z | Adding rustls v0.22.4 (latest: v0.23.19) |
120 | 2024-12-07T00:05:02.249Z | Adding security-framework v2.11.1 (latest: v3.0.1) |
121 | 2024-12-07T00:05:02.273Z | Adding term v0.7.0 (latest: v1.0.0) |
122 | 2024-12-07T00:05:02.273Z | Adding thiserror v1.0.69 (latest: v2.0.4) |
123 | 2024-12-07T00:05:02.273Z | Adding thiserror-impl v1.0.69 (latest: v2.0.4) |
124 | 2024-12-07T00:05:02.273Z | Adding thread-id v4.2.2 (latest: v5.0.0) |
125 | 2024-12-07T00:05:02.273Z | Adding tinystr v0.7.6 (latest: v0.8.0) |
126 | 2024-12-07T00:05:02.273Z | Adding tokio-rustls v0.25.0 (latest: v0.26.1) |
127 | 2024-12-07T00:05:02.273Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
128 | 2024-12-07T00:05:02.273Z | Adding windows v0.52.0 (latest: v0.58.0) |
129 | 2024-12-07T00:05:02.273Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
130 | 2024-12-07T00:05:02.273Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
131 | 2024-12-07T00:05:02.273Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
132 | 2024-12-07T00:05:02.273Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
133 | 2024-12-07T00:05:02.273Z | Adding writeable v0.5.5 (latest: v0.6.0) |
134 | 2024-12-07T00:05:02.273Z | Adding zerocopy v0.7.35 (latest: v0.8.13) |
135 | 2024-12-07T00:05:02.273Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.13) |
136 | 2024-12-07T00:05:02.273Z | Adding zerovec v0.10.4 (latest: v0.11.0) |
137 | 2024-12-07T00:05:02.273Z | Adding zerovec-derive v0.10.3 (latest: v0.11.0) |
138 | 2024-12-07T00:05:02.355Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
139 | 2024-12-07T00:05:02.379Z | + cargo check |
140 | 2024-12-07T00:05:02.573Z | Updating crates.io index |
141 | 2024-12-07T00:05:03.386Z | Locking 2 packages to latest compatible versions |
142 | 2024-12-07T00:05:05.497Z | Adding omicron-workspace-hack v0.1.0 |
143 | 2024-12-07T00:05:07.888Z | Adding test-project v0.1.0 (/tmp/test-project) |
144 | 2024-12-07T00:05:08.589Z | Downloading crates ... |
145 | 2024-12-07T00:05:08.668Z | Downloaded ahash v0.8.11 |
146 | 2024-12-07T00:05:08.692Z | Downloaded chrono v0.4.38 |
147 | 2024-12-07T00:05:08.692Z | Downloaded byteorder v1.5.0 |
148 | 2024-12-07T00:05:08.692Z | Downloaded cfg-if v1.0.0 |
149 | 2024-12-07T00:05:08.692Z | Downloaded async-stream v0.3.6 |
150 | 2024-12-07T00:05:08.692Z | Downloaded block-buffer v0.10.4 |
151 | 2024-12-07T00:05:08.692Z | Downloaded async-stream-impl v0.3.6 |
152 | 2024-12-07T00:05:08.692Z | Downloaded bitflags v2.6.0 |
153 | 2024-12-07T00:05:08.716Z | Downloaded crossbeam-channel v0.5.13 |
154 | 2024-12-07T00:05:08.716Z | Downloaded cpufeatures v0.2.14 |
155 | 2024-12-07T00:05:08.716Z | Downloaded crossbeam-utils v0.8.20 |
156 | 2024-12-07T00:05:08.716Z | Downloaded bytes v1.8.0 |
157 | 2024-12-07T00:05:08.716Z | Downloaded autocfg v1.4.0 |
158 | 2024-12-07T00:05:08.716Z | Downloaded cc v1.1.30 |
159 | 2024-12-07T00:05:08.740Z | Downloaded hostname v0.4.0 |
160 | 2024-12-07T00:05:08.740Z | Downloaded digest v0.10.7 |
161 | 2024-12-07T00:05:08.740Z | Downloaded darling_macro v0.20.10 |
162 | 2024-12-07T00:05:08.740Z | Downloaded futures-macro v0.3.31 |
163 | 2024-12-07T00:05:08.740Z | Downloaded thiserror-impl v1.0.69 |
164 | 2024-12-07T00:05:08.740Z | Downloaded iana-time-zone v0.1.61 |
165 | 2024-12-07T00:05:08.740Z | Downloaded tokio-macros v2.4.0 |
166 | 2024-12-07T00:05:08.740Z | Downloaded thread-id v4.2.2 |
167 | 2024-12-07T00:05:08.740Z | Downloaded tinyvec v1.8.0 |
168 | 2024-12-07T00:05:08.764Z | Downloaded tokio-rustls v0.26.0 |
169 | 2024-12-07T00:05:08.764Z | Downloaded httpdate v1.0.3 |
170 | 2024-12-07T00:05:08.764Z | Downloaded debug-ignore v1.0.5 |
171 | 2024-12-07T00:05:08.764Z | Downloaded futures-io v0.3.31 |
172 | 2024-12-07T00:05:08.765Z | Downloaded fnv v1.0.7 |
173 | 2024-12-07T00:05:08.765Z | Downloaded httparse v1.9.5 |
174 | 2024-12-07T00:05:08.765Z | Downloaded match_cfg v0.1.0 |
175 | 2024-12-07T00:05:08.765Z | Downloaded tokio v1.40.0 |
176 | 2024-12-07T00:05:08.806Z | Downloaded zerocopy v0.7.35 |
177 | 2024-12-07T00:05:08.830Z | Downloaded strum v0.26.3 |
178 | 2024-12-07T00:05:08.855Z | Downloaded scroll_derive v0.12.0 |
179 | 2024-12-07T00:05:08.855Z | Downloaded signal-hook-registry v1.4.2 |
180 | 2024-12-07T00:05:08.855Z | Downloaded structmeta-derive v0.3.0 |
181 | 2024-12-07T00:05:08.855Z | Downloaded slog-async v2.8.0 |
182 | 2024-12-07T00:05:08.855Z | Downloaded sha1 v0.10.6 |
183 | 2024-12-07T00:05:08.855Z | Downloaded quinn-udp v0.5.5 |
184 | 2024-12-07T00:05:08.855Z | Downloaded strsim v0.11.1 |
185 | 2024-12-07T00:05:08.855Z | Downloaded take_mut v0.2.2 |
186 | 2024-12-07T00:05:08.855Z | Downloaded ryu v1.0.18 |
187 | 2024-12-07T00:05:08.880Z | Downloaded smallvec v1.13.2 |
188 | 2024-12-07T00:05:08.880Z | Downloaded spin v0.9.8 |
189 | 2024-12-07T00:05:08.880Z | Downloaded scopeguard v1.2.0 |
190 | 2024-12-07T00:05:08.880Z | Downloaded socket2 v0.5.7 |
191 | 2024-12-07T00:05:08.880Z | Downloaded slog-term v2.9.1 |
192 | 2024-12-07T00:05:08.880Z | Downloaded rand v0.8.5 |
193 | 2024-12-07T00:05:08.880Z | Downloaded serde v1.0.215 |
194 | 2024-12-07T00:05:08.904Z | Downloaded mio v1.0.2 |
195 | 2024-12-07T00:05:08.904Z | Downloaded toml_edit v0.22.22 |
196 | 2024-12-07T00:05:08.928Z | Downloaded serde_with v3.11.0 |
197 | 2024-12-07T00:05:08.928Z | Downloaded icu_properties_data v1.5.0 |
198 | 2024-12-07T00:05:08.953Z | Downloaded serde_json v1.0.132 |
199 | 2024-12-07T00:05:08.953Z | Downloaded regex v1.11.1 |
200 | 2024-12-07T00:05:08.977Z | Downloaded rustls-webpki v0.102.8 |
201 | 2024-12-07T00:05:09.000Z | Downloaded quinn-proto v0.11.8 |
202 | 2024-12-07T00:05:09.000Z | Downloaded openssl v0.10.66 |
203 | 2024-12-07T00:05:09.000Z | Downloaded vcpkg v0.2.15 |
204 | 2024-12-07T00:05:09.040Z | Downloaded syn v2.0.87 |
205 | 2024-12-07T00:05:09.064Z | Downloaded regress v0.10.1 |
206 | 2024-12-07T00:05:09.064Z | Downloaded reqwest v0.12.9 |
207 | 2024-12-07T00:05:09.088Z | Downloaded rustls v0.23.14 |
208 | 2024-12-07T00:05:09.088Z | Downloaded pest v2.7.14 |
209 | 2024-12-07T00:05:09.112Z | Downloaded regress v0.9.1 |
210 | 2024-12-07T00:05:09.112Z | Downloaded openapiv3 v2.0.0 |
211 | 2024-12-07T00:05:09.135Z | Downloaded regex-syntax v0.8.5 |
212 | 2024-12-07T00:05:09.135Z | Downloaded rustls v0.22.4 |
213 | 2024-12-07T00:05:09.159Z | Downloaded zerovec v0.10.4 |
214 | 2024-12-07T00:05:09.159Z | Downloaded winnow v0.6.20 |
215 | 2024-12-07T00:05:09.159Z | Downloaded h2 v0.4.6 |
216 | 2024-12-07T00:05:09.183Z | Downloaded goblin v0.8.2 |
217 | 2024-12-07T00:05:09.183Z | Downloaded quinn v0.11.5 |
218 | 2024-12-07T00:05:09.183Z | Downloaded hashbrown v0.15.0 |
219 | 2024-12-07T00:05:09.183Z | Downloaded openssl-sys v0.9.103 |
220 | 2024-12-07T00:05:09.206Z | Downloaded tracing v0.1.40 |
221 | 2024-12-07T00:05:09.206Z | Downloaded regex-automata v0.4.8 |
222 | 2024-12-07T00:05:09.232Z | Downloaded time v0.3.36 |
223 | 2024-12-07T00:05:09.232Z | Downloaded hyper v1.5.0 |
224 | 2024-12-07T00:05:09.232Z | Downloaded futures-util v0.3.31 |
225 | 2024-12-07T00:05:09.256Z | Downloaded serde_derive_internals v0.29.1 |
226 | 2024-12-07T00:05:09.256Z | Downloaded serde_derive v1.0.215 |
227 | 2024-12-07T00:05:09.256Z | Downloaded proc-macro2 v1.0.89 |
228 | 2024-12-07T00:05:09.256Z | Downloaded idna v1.0.3 |
229 | 2024-12-07T00:05:09.256Z | Downloaded dropshot v0.13.0 |
230 | 2024-12-07T00:05:09.280Z | Downloaded libc v0.2.162 |
231 | 2024-12-07T00:05:09.303Z | Downloaded slog-json v2.6.1 |
232 | 2024-12-07T00:05:09.303Z | Downloaded semver v1.0.23 |
233 | 2024-12-07T00:05:09.328Z | Downloaded schemars v0.8.21 |
234 | 2024-12-07T00:05:09.328Z | Downloaded progenitor-impl v0.8.0 |
235 | 2024-12-07T00:05:09.328Z | Downloaded uuid v1.11.0 |
236 | 2024-12-07T00:05:09.328Z | Downloaded usdt-impl v0.5.0 |
237 | 2024-12-07T00:05:09.328Z | Downloaded memchr v2.7.4 |
238 | 2024-12-07T00:05:09.355Z | Downloaded schemars_derive v0.8.21 |
239 | 2024-12-07T00:05:09.355Z | Downloaded synstructure v0.13.1 |
240 | 2024-12-07T00:05:09.355Z | Downloaded slog v2.7.0 |
241 | 2024-12-07T00:05:09.355Z | Downloaded quote v1.0.37 |
242 | 2024-12-07T00:05:09.355Z | Downloaded parking_lot v0.12.3 |
243 | 2024-12-07T00:05:09.355Z | Downloaded pest_meta v2.7.14 |
244 | 2024-12-07T00:05:09.355Z | Downloaded ucd-trie v0.1.7 |
245 | 2024-12-07T00:05:09.355Z | Downloaded hashbrown v0.12.3 |
246 | 2024-12-07T00:05:09.355Z | Downloaded scroll v0.12.0 |
247 | 2024-12-07T00:05:09.355Z | Downloaded strum_macros v0.26.4 |
248 | 2024-12-07T00:05:09.355Z | Downloaded slog-bunyan v2.5.0 |
249 | 2024-12-07T00:05:09.355Z | Downloaded rand_core v0.6.4 |
250 | 2024-12-07T00:05:09.379Z | Downloaded rand_chacha v0.3.1 |
251 | 2024-12-07T00:05:09.379Z | Downloaded progenitor v0.8.0 |
252 | 2024-12-07T00:05:09.379Z | Downloaded pretty-hex v0.4.1 |
253 | 2024-12-07T00:05:09.379Z | Downloaded ppv-lite86 v0.2.20 |
254 | 2024-12-07T00:05:09.379Z | Downloaded pin-project-lite v0.2.14 |
255 | 2024-12-07T00:05:09.379Z | Downloaded pest_derive v2.7.14 |
256 | 2024-12-07T00:05:09.379Z | Downloaded parse-display-derive v0.10.0 |
257 | 2024-12-07T00:05:09.379Z | Downloaded encoding_rs v0.8.34 |
258 | 2024-12-07T00:05:09.403Z | Downloaded parking_lot_core v0.9.10 |
259 | 2024-12-07T00:05:09.403Z | Downloaded num-traits v0.2.19 |
260 | 2024-12-07T00:05:09.403Z | Downloaded serde_yaml v0.9.34+deprecated |
261 | 2024-12-07T00:05:09.403Z | Downloaded rustls-pki-types v1.9.0 |
262 | 2024-12-07T00:05:09.427Z | Downloaded url v2.5.3 |
263 | 2024-12-07T00:05:09.427Z | Downloaded sync_wrapper v1.0.1 |
264 | 2024-12-07T00:05:09.428Z | Downloaded sha2 v0.10.8 |
265 | 2024-12-07T00:05:09.428Z | Downloaded serde_path_to_error v0.1.16 |
266 | 2024-12-07T00:05:09.428Z | Downloaded progenitor-macro v0.8.0 |
267 | 2024-12-07T00:05:09.428Z | Downloaded powerfmt v0.2.0 |
268 | 2024-12-07T00:05:09.428Z | Downloaded plain v0.2.3 |
269 | 2024-12-07T00:05:09.428Z | Downloaded unicode-ident v1.0.13 |
270 | 2024-12-07T00:05:09.428Z | Downloaded http v1.1.0 |
271 | 2024-12-07T00:05:09.428Z | Downloaded stable_deref_trait v1.2.0 |
272 | 2024-12-07T00:05:09.428Z | Downloaded term v0.7.0 |
273 | 2024-12-07T00:05:09.452Z | Downloaded structmeta v0.3.0 |
274 | 2024-12-07T00:05:09.452Z | Downloaded pkg-config v0.3.31 |
275 | 2024-12-07T00:05:09.452Z | Downloaded pin-utils v0.1.0 |
276 | 2024-12-07T00:05:09.452Z | Downloaded pest_generator v2.7.14 |
277 | 2024-12-07T00:05:09.452Z | Downloaded toml v0.8.19 |
278 | 2024-12-07T00:05:09.452Z | Downloaded multer v3.1.0 |
279 | 2024-12-07T00:05:09.452Z | Downloaded zerovec-derive v0.10.3 |
280 | 2024-12-07T00:05:09.452Z | Downloaded slab v0.4.9 |
281 | 2024-12-07T00:05:09.452Z | Downloaded rustversion v1.0.17 |
282 | 2024-12-07T00:05:09.452Z | Downloaded parse-display v0.10.0 |
283 | 2024-12-07T00:05:09.452Z | Downloaded num-conv v0.1.0 |
284 | 2024-12-07T00:05:09.452Z | Downloaded rustls-pemfile v2.2.0 |
285 | 2024-12-07T00:05:09.453Z | Downloaded percent-encoding v2.3.1 |
286 | 2024-12-07T00:05:09.453Z | Downloaded once_cell v1.20.2 |
287 | 2024-12-07T00:05:09.476Z | Downloaded native-tls v0.2.12 |
288 | 2024-12-07T00:05:09.476Z | Downloaded zerocopy-derive v0.7.35 |
289 | 2024-12-07T00:05:09.476Z | Downloaded time-macros v0.2.18 |
290 | 2024-12-07T00:05:09.476Z | Downloaded progenitor-client v0.8.0 |
291 | 2024-12-07T00:05:09.476Z | Downloaded paste v1.0.15 |
292 | 2024-12-07T00:05:09.476Z | Downloaded shlex v1.3.0 |
293 | 2024-12-07T00:05:09.476Z | Downloaded rustc-hash v2.0.0 |
294 | 2024-12-07T00:05:09.476Z | Downloaded thiserror v1.0.69 |
295 | 2024-12-07T00:05:09.476Z | Downloaded serde_with_macros v3.11.0 |
296 | 2024-12-07T00:05:09.476Z | Downloaded serde_tokenstream v0.2.2 |
297 | 2024-12-07T00:05:09.501Z | Downloaded serde_spanned v0.6.8 |
298 | 2024-12-07T00:05:09.501Z | Downloaded openssl-probe v0.1.5 |
299 | 2024-12-07T00:05:09.501Z | Downloaded num_threads v0.1.7 |
300 | 2024-12-07T00:05:09.501Z | Downloaded mime v0.3.17 |
301 | 2024-12-07T00:05:09.501Z | Downloaded zerofrom-derive v0.1.4 |
302 | 2024-12-07T00:05:09.501Z | Downloaded utf8_iter v1.0.4 |
303 | 2024-12-07T00:05:09.501Z | Downloaded utf16_iter v1.0.5 |
304 | 2024-12-07T00:05:09.501Z | Downloaded usdt-macro v0.5.0 |
305 | 2024-12-07T00:05:09.501Z | Downloaded usdt-attr-macro v0.5.0 |
306 | 2024-12-07T00:05:09.501Z | Downloaded usdt v0.5.0 |
307 | 2024-12-07T00:05:09.501Z | Downloaded untrusted v0.9.0 |
308 | 2024-12-07T00:05:09.501Z | Downloaded typify-macro v0.2.0 |
309 | 2024-12-07T00:05:09.501Z | Downloaded typify-impl v0.2.0 |
310 | 2024-12-07T00:05:09.527Z | Downloaded toml_datetime v0.6.8 |
311 | 2024-12-07T00:05:09.527Z | Downloaded tinystr v0.7.6 |
312 | 2024-12-07T00:05:09.527Z | Downloaded log v0.4.22 |
313 | 2024-12-07T00:05:09.527Z | Downloaded indexmap v2.6.0 |
314 | 2024-12-07T00:05:09.527Z | Downloaded icu_collections v1.5.0 |
315 | 2024-12-07T00:05:09.527Z | Downloaded hyper-util v0.1.10 |
316 | 2024-12-07T00:05:09.552Z | Downloaded hashbrown v0.14.5 |
317 | 2024-12-07T00:05:09.552Z | Downloaded subtle v2.6.1 |
318 | 2024-12-07T00:05:09.552Z | Downloaded serde_urlencoded v0.7.1 |
319 | 2024-12-07T00:05:09.552Z | Downloaded openssl-macros v0.1.1 |
320 | 2024-12-07T00:05:09.552Z | Downloaded omicron-workspace-hack v0.1.0 |
321 | 2024-12-07T00:05:09.552Z | Downloaded newtype-uuid v1.1.3 |
322 | 2024-12-07T00:05:09.552Z | Downloaded zeroize v1.8.1 |
323 | 2024-12-07T00:05:09.552Z | Downloaded zerofrom v0.1.4 |
324 | 2024-12-07T00:05:09.552Z | Downloaded yoke-derive v0.7.4 |
325 | 2024-12-07T00:05:09.552Z | Downloaded writeable v0.5.5 |
326 | 2024-12-07T00:05:09.552Z | Downloaded write16 v1.0.0 |
327 | 2024-12-07T00:05:09.552Z | Downloaded webpki-roots v0.26.6 |
328 | 2024-12-07T00:05:09.552Z | Downloaded want v0.3.1 |
329 | 2024-12-07T00:05:09.552Z | Downloaded waitgroup v0.1.2 |
330 | 2024-12-07T00:05:09.552Z | Downloaded version_check v0.9.5 |
331 | 2024-12-07T00:05:09.576Z | Downloaded typify v0.2.0 |
332 | 2024-12-07T00:05:09.576Z | Downloaded typenum v1.17.0 |
333 | 2024-12-07T00:05:09.576Z | Downloaded tracing-core v0.1.32 |
334 | 2024-12-07T00:05:09.577Z | Downloaded tower-service v0.3.3 |
335 | 2024-12-07T00:05:09.577Z | Downloaded tokio-util v0.7.12 |
336 | 2024-12-07T00:05:09.577Z | Downloaded litemap v0.7.3 |
337 | 2024-12-07T00:05:09.577Z | Downloaded indexmap v1.9.3 |
338 | 2024-12-07T00:05:09.577Z | Downloaded icu_provider v1.5.0 |
339 | 2024-12-07T00:05:09.601Z | Downloaded icu_properties v1.5.1 |
340 | 2024-12-07T00:05:09.601Z | Downloaded icu_normalizer_data v1.5.0 |
341 | 2024-12-07T00:05:09.601Z | Downloaded icu_normalizer v1.5.0 |
342 | 2024-12-07T00:05:09.601Z | Downloaded icu_locid_transform_data v1.5.0 |
343 | 2024-12-07T00:05:09.601Z | Downloaded icu_locid_transform v1.5.0 |
344 | 2024-12-07T00:05:09.601Z | Downloaded icu_locid v1.5.0 |
345 | 2024-12-07T00:05:09.601Z | Downloaded darling_core v0.20.10 |
346 | 2024-12-07T00:05:09.624Z | Downloaded yoke v0.7.4 |
347 | 2024-12-07T00:05:09.624Z | Downloaded unsafe-libyaml v0.2.11 |
348 | 2024-12-07T00:05:09.624Z | Downloaded try-lock v0.2.5 |
349 | 2024-12-07T00:05:09.624Z | Downloaded macaddr v1.0.1 |
350 | 2024-12-07T00:05:09.624Z | Downloaded lock_api v0.4.12 |
351 | 2024-12-07T00:05:09.624Z | Downloaded itoa v1.0.11 |
352 | 2024-12-07T00:05:09.624Z | Downloaded is-terminal v0.4.13 |
353 | 2024-12-07T00:05:09.625Z | Downloaded ipnetwork v0.20.0 |
354 | 2024-12-07T00:05:09.625Z | Downloaded ipnet v2.10.1 |
355 | 2024-12-07T00:05:09.625Z | Downloaded hyper-tls v0.6.0 |
356 | 2024-12-07T00:05:09.625Z | Downloaded hyper-rustls v0.27.3 |
357 | 2024-12-07T00:05:09.625Z | Downloaded getrandom v0.2.15 |
358 | 2024-12-07T00:05:09.625Z | Downloaded futures-channel v0.3.31 |
359 | 2024-12-07T00:05:09.649Z | Downloaded displaydoc v0.2.5 |
360 | 2024-12-07T00:05:09.649Z | Downloaded dirs-next v2.0.0 |
361 | 2024-12-07T00:05:09.649Z | Downloaded darling v0.20.10 |
362 | 2024-12-07T00:05:09.649Z | Downloaded instant v0.1.13 |
363 | 2024-12-07T00:05:09.649Z | Downloaded idna_adapter v1.2.0 |
364 | 2024-12-07T00:05:09.649Z | Downloaded hostname v0.3.1 |
365 | 2024-12-07T00:05:09.649Z | Downloaded futures-executor v0.3.31 |
366 | 2024-12-07T00:05:09.649Z | Downloaded futures-task v0.3.31 |
367 | 2024-12-07T00:05:09.649Z | Downloaded dtrace-parser v0.2.0 |
368 | 2024-12-07T00:05:09.649Z | Downloaded crypto-common v0.1.6 |
369 | 2024-12-07T00:05:09.649Z | Downloaded http-body-util v0.1.2 |
370 | 2024-12-07T00:05:09.649Z | Downloaded hex v0.4.3 |
371 | 2024-12-07T00:05:09.649Z | Downloaded futures-sink v0.3.31 |
372 | 2024-12-07T00:05:09.649Z | Downloaded form_urlencoded v1.2.1 |
373 | 2024-12-07T00:05:09.649Z | Downloaded dirs-sys-next v0.1.2 |
374 | 2024-12-07T00:05:09.649Z | Downloaded tokio-rustls v0.25.0 |
375 | 2024-12-07T00:05:09.673Z | Downloaded tokio-native-tls v0.3.1 |
376 | 2024-12-07T00:05:09.673Z | Downloaded tinyvec_macros v0.1.1 |
377 | 2024-12-07T00:05:09.673Z | Downloaded time-core v0.1.2 |
378 | 2024-12-07T00:05:09.674Z | Downloaded ident_case v1.0.1 |
379 | 2024-12-07T00:05:09.674Z | Downloaded http-body v1.0.1 |
380 | 2024-12-07T00:05:09.674Z | Downloaded thread_local v1.1.8 |
381 | 2024-12-07T00:05:09.674Z | Downloaded memmap v0.7.0 |
382 | 2024-12-07T00:05:09.674Z | Downloaded icu_provider_macros v1.5.0 |
383 | 2024-12-07T00:05:09.674Z | Downloaded generic-array v0.14.7 |
384 | 2024-12-07T00:05:09.674Z | Downloaded equivalent v1.0.1 |
385 | 2024-12-07T00:05:09.674Z | Downloaded heck v0.5.0 |
386 | 2024-12-07T00:05:09.674Z | Downloaded futures-core v0.3.31 |
387 | 2024-12-07T00:05:09.674Z | Downloaded foreign-types-shared v0.1.1 |
388 | 2024-12-07T00:05:09.674Z | Downloaded foreign-types v0.3.2 |
389 | 2024-12-07T00:05:09.674Z | Downloaded futures v0.3.31 |
390 | 2024-12-07T00:05:09.674Z | Downloaded dyn-clone v1.0.17 |
391 | 2024-12-07T00:05:09.698Z | Downloaded dropshot_endpoint v0.13.0 |
392 | 2024-12-07T00:05:09.698Z | Downloaded dof v0.3.0 |
393 | 2024-12-07T00:05:09.698Z | Downloaded deranged v0.3.11 |
394 | 2024-12-07T00:05:09.698Z | Downloaded camino v1.1.9 |
395 | 2024-12-07T00:05:09.698Z | Downloaded atomic-waker v1.1.2 |
396 | 2024-12-07T00:05:09.698Z | Downloaded base64 v0.22.1 |
397 | 2024-12-07T00:05:09.698Z | Downloaded async-trait v0.1.83 |
398 | 2024-12-07T00:05:09.698Z | Downloaded allocator-api2 v0.2.18 |
399 | 2024-12-07T00:05:09.698Z | Downloaded backoff v0.4.0 |
400 | 2024-12-07T00:05:09.698Z | Downloaded anyhow v1.0.93 |
401 | 2024-12-07T00:05:09.723Z | Downloaded aho-corasick v1.1.3 |
402 | 2024-12-07T00:05:09.723Z | Downloaded ring v0.17.8 |
403 | 2024-12-07T00:05:09.912Z | Compiling proc-macro2 v1.0.89 |
404 | 2024-12-07T00:05:09.912Z | Compiling unicode-ident v1.0.13 |
405 | 2024-12-07T00:05:09.912Z | Compiling libc v0.2.162 |
406 | 2024-12-07T00:05:09.936Z | Checking cfg-if v1.0.0 |
407 | 2024-12-07T00:05:09.937Z | Compiling autocfg v1.4.0 |
408 | 2024-12-07T00:05:09.937Z | Compiling serde v1.0.215 |
409 | 2024-12-07T00:05:09.937Z | Compiling version_check v0.9.5 |
410 | 2024-12-07T00:05:09.937Z | Checking memchr v2.7.4 |
411 | 2024-12-07T00:05:10.073Z | Compiling serde_json v1.0.132 |
412 | 2024-12-07T00:05:10.184Z | Checking itoa v1.0.11 |
413 | 2024-12-07T00:05:10.486Z | Compiling thiserror v1.0.69 |
414 | 2024-12-07T00:05:10.560Z | Checking once_cell v1.20.2 |
415 | 2024-12-07T00:05:10.617Z | Compiling shlex v1.3.0 |
416 | 2024-12-07T00:05:10.824Z | Checking pin-project-lite v0.2.14 |
417 | 2024-12-07T00:05:10.931Z | Compiling cc v1.1.30 |
418 | 2024-12-07T00:05:10.955Z | Compiling num-traits v0.2.19 |
419 | 2024-12-07T00:05:11.096Z | Checking smallvec v1.13.2 |
420 | 2024-12-07T00:05:11.232Z | Checking getrandom v0.2.15 |
421 | 2024-12-07T00:05:11.233Z | Checking ryu v1.0.18 |
422 | 2024-12-07T00:05:11.351Z | Checking bytes v1.8.0 |
423 | 2024-12-07T00:05:11.528Z | Checking futures-core v0.3.31 |
424 | 2024-12-07T00:05:11.528Z | Compiling lock_api v0.4.12 |
425 | 2024-12-07T00:05:11.572Z | Compiling quote v1.0.37 |
426 | 2024-12-07T00:05:11.717Z | Compiling parking_lot_core v0.9.10 |
427 | 2024-12-07T00:05:11.741Z | Compiling byteorder v1.5.0 |
428 | 2024-12-07T00:05:11.933Z | Compiling syn v2.0.87 |
429 | 2024-12-07T00:05:11.974Z | Compiling ahash v0.8.11 |
430 | 2024-12-07T00:05:12.121Z | Checking scopeguard v1.2.0 |
431 | 2024-12-07T00:05:12.145Z | Compiling schemars v0.8.21 |
432 | 2024-12-07T00:05:12.169Z | Compiling slab v0.4.9 |
433 | 2024-12-07T00:05:12.350Z | Checking log v0.4.22 |
434 | 2024-12-07T00:05:12.374Z | Checking futures-sink v0.3.31 |
435 | 2024-12-07T00:05:12.485Z | Checking mio v1.0.2 |
436 | 2024-12-07T00:05:12.541Z | Checking signal-hook-registry v1.4.2 |
437 | 2024-12-07T00:05:12.568Z | Checking socket2 v0.5.7 |
438 | 2024-12-07T00:05:12.618Z | Checking stable_deref_trait v1.2.0 |
439 | 2024-12-07T00:05:12.665Z | Checking parking_lot v0.12.3 |
440 | 2024-12-07T00:05:12.738Z | Checking fnv v1.0.7 |
441 | 2024-12-07T00:05:12.808Z | Checking equivalent v1.0.1 |
442 | 2024-12-07T00:05:12.867Z | Checking hashbrown v0.15.0 |
443 | 2024-12-07T00:05:12.895Z | Compiling semver v1.0.23 |
444 | 2024-12-07T00:05:12.919Z | Checking http v1.1.0 |
445 | 2024-12-07T00:05:13.027Z | Checking futures-channel v0.3.31 |
446 | 2024-12-07T00:05:13.051Z | Checking futures-io v0.3.31 |
447 | 2024-12-07T00:05:13.088Z | Checking futures-task v0.3.31 |
448 | 2024-12-07T00:05:13.251Z | Checking pin-utils v0.1.0 |
449 | 2024-12-07T00:05:13.324Z | Checking rustls-pki-types v1.9.0 |
450 | 2024-12-07T00:05:13.348Z | Compiling vcpkg v0.2.15 |
451 | 2024-12-07T00:05:13.376Z | Checking spin v0.9.8 |
452 | 2024-12-07T00:05:13.463Z | Compiling pkg-config v0.3.31 |
453 | 2024-12-07T00:05:13.604Z | Compiling heck v0.5.0 |
454 | 2024-12-07T00:05:13.629Z | Compiling ring v0.17.8 |
455 | 2024-12-07T00:05:13.864Z | Checking untrusted v0.9.0 |
456 | 2024-12-07T00:05:14.012Z | Compiling httparse v1.9.5 |
457 | 2024-12-07T00:05:14.035Z | Compiling ucd-trie v0.1.7 |
458 | 2024-12-07T00:05:14.210Z | Checking iana-time-zone v0.1.61 |
459 | 2024-12-07T00:05:14.350Z | Checking litemap v0.7.3 |
460 | 2024-12-07T00:05:14.490Z | Checking writeable v0.5.5 |
461 | 2024-12-07T00:05:14.677Z | Checking tracing-core v0.1.32 |
462 | 2024-12-07T00:05:14.786Z | Checking atomic-waker v1.1.2 |
463 | 2024-12-07T00:05:14.812Z | Compiling openssl-sys v0.9.103 |
464 | 2024-12-07T00:05:14.835Z | Checking dyn-clone v1.0.17 |
465 | 2024-12-07T00:05:14.905Z | Compiling allocator-api2 v0.2.18 |
466 | 2024-12-07T00:05:15.225Z | Checking tracing v0.1.40 |
467 | 2024-12-07T00:05:15.449Z | Checking http-body v1.0.1 |
468 | 2024-12-07T00:05:15.506Z | Checking subtle v2.6.1 |
469 | 2024-12-07T00:05:15.530Z | Checking icu_locid_transform_data v1.5.0 |
470 | 2024-12-07T00:05:15.556Z | Checking zeroize v1.8.1 |
471 | 2024-12-07T00:05:15.638Z | Compiling uuid v1.11.0 |
472 | 2024-12-07T00:05:15.638Z | Checking try-lock v0.2.5 |
473 | 2024-12-07T00:05:15.762Z | Checking want v0.3.1 |
474 | 2024-12-07T00:05:15.827Z | Compiling slog v2.7.0 |
475 | 2024-12-07T00:05:15.913Z | Compiling chrono v0.4.38 |
476 | 2024-12-07T00:05:15.938Z | Checking httpdate v1.0.3 |
477 | 2024-12-07T00:05:16.088Z | Checking icu_properties_data v1.5.0 |
478 | 2024-12-07T00:05:16.132Z | Compiling openssl v0.10.66 |
479 | 2024-12-07T00:05:16.156Z | Checking foreign-types-shared v0.1.1 |
480 | 2024-12-07T00:05:16.267Z | Checking foreign-types v0.3.2 |
481 | 2024-12-07T00:05:16.366Z | Compiling aho-corasick v1.1.3 |
482 | 2024-12-07T00:05:16.535Z | Compiling native-tls v0.2.12 |
483 | 2024-12-07T00:05:16.827Z | Checking tower-service v0.3.3 |
484 | 2024-12-07T00:05:16.895Z | Compiling regex-syntax v0.8.5 |
485 | 2024-12-07T00:05:16.937Z | Checking utf8_iter v1.0.4 |
486 | 2024-12-07T00:05:17.104Z | Compiling rustls v0.23.14 |
487 | 2024-12-07T00:05:17.361Z | Checking percent-encoding v2.3.1 |
488 | 2024-12-07T00:05:17.385Z | Compiling typenum v1.17.0 |
489 | 2024-12-07T00:05:17.554Z | Checking icu_normalizer_data v1.5.0 |
490 | 2024-12-07T00:05:17.579Z | Checking write16 v1.0.0 |
491 | 2024-12-07T00:05:17.641Z | Checking utf16_iter v1.0.5 |
492 | 2024-12-07T00:05:17.686Z | Checking bitflags v2.6.0 |
493 | 2024-12-07T00:05:17.785Z | Checking form_urlencoded v1.2.1 |
494 | 2024-12-07T00:05:17.958Z | Compiling generic-array v0.14.7 |
495 | 2024-12-07T00:05:18.168Z | Compiling synstructure v0.13.1 |
496 | 2024-12-07T00:05:18.246Z | Compiling serde_derive_internals v0.29.1 |
497 | 2024-12-07T00:05:18.536Z | Checking rustls-webpki v0.102.8 |
498 | 2024-12-07T00:05:19.156Z | Checking openssl-probe v0.1.5 |
499 | 2024-12-07T00:05:19.959Z | Compiling regex-automata v0.4.8 |
500 | 2024-12-07T00:05:20.319Z | Compiling usdt-impl v0.5.0 |
501 | 2024-12-07T00:05:20.473Z | Checking encoding_rs v0.8.34 |
502 | 2024-12-07T00:05:20.632Z | Compiling time-core v0.1.2 |
503 | 2024-12-07T00:05:20.667Z | Checking mime v0.3.17 |
504 | 2024-12-07T00:05:20.790Z | Checking powerfmt v0.2.0 |
505 | 2024-12-07T00:05:20.936Z | Compiling num-conv v0.1.0 |
506 | 2024-12-07T00:05:21.030Z | Checking deranged v0.3.11 |
507 | 2024-12-07T00:05:21.177Z | Compiling time-macros v0.2.18 |
508 | 2024-12-07T00:05:21.716Z | Compiling thread-id v4.2.2 |
509 | 2024-12-07T00:05:22.267Z | Checking rustls-pemfile v2.2.0 |
510 | 2024-12-07T00:05:22.398Z | Compiling serde_derive v1.0.215 |
511 | 2024-12-07T00:05:22.473Z | Compiling zerocopy-derive v0.7.35 |
512 | 2024-12-07T00:05:22.498Z | Compiling thiserror-impl v1.0.69 |
513 | 2024-12-07T00:05:22.770Z | Compiling schemars_derive v0.8.21 |
514 | 2024-12-07T00:05:23.316Z | Compiling zerofrom-derive v0.1.4 |
515 | 2024-12-07T00:05:23.522Z | Compiling yoke-derive v0.7.4 |
516 | 2024-12-07T00:05:23.624Z | Compiling tokio-macros v2.4.0 |
517 | 2024-12-07T00:05:24.272Z | Compiling zerocopy v0.7.35 |
518 | 2024-12-07T00:05:25.030Z | Checking tokio v1.40.0 |
519 | 2024-12-07T00:05:25.164Z | Compiling zerovec-derive v0.10.3 |
520 | 2024-12-07T00:05:25.582Z | Compiling displaydoc v0.2.5 |
521 | 2024-12-07T00:05:25.760Z | Compiling futures-macro v0.3.31 |
522 | 2024-12-07T00:05:26.228Z | Checking zerofrom v0.1.4 |
523 | 2024-12-07T00:05:26.414Z | Checking yoke v0.7.4 |
524 | 2024-12-07T00:05:26.442Z | Compiling pest v2.7.14 |
525 | 2024-12-07T00:05:26.635Z | Compiling icu_provider_macros v1.5.0 |
526 | 2024-12-07T00:05:26.721Z | Compiling hashbrown v0.14.5 |
527 | 2024-12-07T00:05:27.112Z | Checking zerovec v0.10.4 |
528 | 2024-12-07T00:05:27.218Z | Checking futures-util v0.3.31 |
529 | 2024-12-07T00:05:27.242Z | Compiling openssl-macros v0.1.1 |
530 | 2024-12-07T00:05:27.816Z | Compiling regress v0.10.1 |
531 | 2024-12-07T00:05:28.516Z | Checking tinystr v0.7.6 |
532 | 2024-12-07T00:05:28.813Z | Compiling pest_meta v2.7.14 |
533 | 2024-12-07T00:05:28.836Z | Checking icu_locid v1.5.0 |
534 | 2024-12-07T00:05:29.659Z | Checking icu_provider v1.5.0 |
535 | 2024-12-07T00:05:30.192Z | Checking icu_locid_transform v1.5.0 |
536 | 2024-12-07T00:05:30.973Z | Compiling pest_generator v2.7.14 |
537 | 2024-12-07T00:05:31.087Z | Checking tokio-util v0.7.12 |
538 | 2024-12-07T00:05:31.331Z | Checking icu_collections v1.5.0 |
539 | 2024-12-07T00:05:31.363Z | Checking http-body-util v0.1.2 |
540 | 2024-12-07T00:05:31.749Z | Compiling regex v1.11.1 |
541 | 2024-12-07T00:05:31.789Z | Compiling scroll_derive v0.12.0 |
542 | 2024-12-07T00:05:31.886Z | Checking icu_properties v1.5.1 |
543 | 2024-12-07T00:05:32.032Z | Checking tokio-rustls v0.26.0 |
544 | 2024-12-07T00:05:32.257Z | Checking indexmap v2.6.0 |
545 | 2024-12-07T00:05:32.604Z | Compiling pest_derive v2.7.14 |
546 | 2024-12-07T00:05:33.086Z | Compiling serde_tokenstream v0.2.2 |
547 | 2024-12-07T00:05:33.328Z | Checking h2 v0.4.6 |
548 | 2024-12-07T00:05:33.544Z | Compiling dtrace-parser v0.2.0 |
549 | 2024-12-07T00:05:33.778Z | Checking tokio-native-tls v0.3.1 |
550 | 2024-12-07T00:05:33.814Z | Checking scroll v0.12.0 |
551 | 2024-12-07T00:05:33.996Z | Checking serde_urlencoded v0.7.1 |
552 | 2024-12-07T00:05:34.588Z | Checking icu_normalizer v1.5.0 |
553 | 2024-12-07T00:05:34.967Z | Compiling dof v0.3.0 |
554 | 2024-12-07T00:05:35.095Z | Checking webpki-roots v0.26.6 |
555 | 2024-12-07T00:05:35.209Z | Checking idna_adapter v1.2.0 |
556 | 2024-12-07T00:05:35.377Z | Checking idna v1.0.3 |
557 | 2024-12-07T00:05:35.549Z | Compiling strsim v0.11.1 |
558 | 2024-12-07T00:05:35.950Z | Checking num_threads v0.1.7 |
559 | 2024-12-07T00:05:36.049Z | Compiling ident_case v1.0.1 |
560 | 2024-12-07T00:05:36.073Z | Compiling crossbeam-utils v0.8.20 |
561 | 2024-12-07T00:05:36.174Z | Compiling typify-impl v0.2.0 |
562 | 2024-12-07T00:05:36.208Z | Checking plain v0.2.3 |
563 | 2024-12-07T00:05:36.253Z | Checking base64 v0.22.1 |
564 | 2024-12-07T00:05:36.340Z | Checking goblin v0.8.2 |
565 | 2024-12-07T00:05:36.609Z | Compiling darling_core v0.20.10 |
566 | 2024-12-07T00:05:36.702Z | Checking hyper v1.5.0 |
567 | 2024-12-07T00:05:36.726Z | Checking time v0.3.36 |
568 | 2024-12-07T00:05:38.101Z | Checking url v2.5.3 |
569 | 2024-12-07T00:05:38.418Z | Checking hyper-util v0.1.10 |
570 | 2024-12-07T00:05:38.825Z | Compiling openapiv3 v2.0.0 |
571 | 2024-12-07T00:05:39.527Z | Checking sync_wrapper v1.0.1 |
572 | 2024-12-07T00:05:39.656Z | Checking dirs-sys-next v0.1.2 |
573 | 2024-12-07T00:05:39.753Z | Checking hyper-rustls v0.27.3 |
574 | 2024-12-07T00:05:39.822Z | Checking hyper-tls v0.6.0 |
575 | 2024-12-07T00:05:40.032Z | Checking pretty-hex v0.4.1 |
576 | 2024-12-07T00:05:40.064Z | Compiling omicron-workspace-hack v0.1.0 |
577 | 2024-12-07T00:05:40.158Z | Compiling rustls v0.22.4 |
578 | 2024-12-07T00:05:40.186Z | Checking ipnet v2.10.1 |
579 | 2024-12-07T00:05:40.322Z | Compiling unsafe-libyaml v0.2.11 |
580 | 2024-12-07T00:05:40.418Z | Compiling rustversion v1.0.17 |
581 | 2024-12-07T00:05:40.442Z | Compiling paste v1.0.15 |
582 | 2024-12-07T00:05:40.600Z | Checking reqwest v0.12.9 |
583 | 2024-12-07T00:05:41.166Z | Checking dirs-next v2.0.0 |
584 | 2024-12-07T00:05:41.285Z | Compiling serde_yaml v0.9.34+deprecated |
585 | 2024-12-07T00:05:41.357Z | Compiling darling_macro v0.20.10 |
586 | 2024-12-07T00:05:41.831Z | Checking toml_datetime v0.6.8 |
587 | 2024-12-07T00:05:41.855Z | Checking serde_spanned v0.6.8 |
588 | 2024-12-07T00:05:41.944Z | Checking ppv-lite86 v0.2.20 |
589 | 2024-12-07T00:05:42.024Z | Checking crypto-common v0.1.6 |
590 | 2024-12-07T00:05:42.079Z | Checking block-buffer v0.10.4 |
591 | 2024-12-07T00:05:42.174Z | Compiling structmeta-derive v0.3.0 |
592 | 2024-12-07T00:05:42.199Z | Checking rand_core v0.6.4 |
593 | 2024-12-07T00:05:42.246Z | Checking thread_local v1.1.8 |
594 | 2024-12-07T00:05:42.270Z | Compiling multer v3.1.0 |
595 | 2024-12-07T00:05:42.338Z | Compiling slog-async v2.8.0 |
596 | 2024-12-07T00:05:42.450Z | Compiling anyhow v1.0.93 |
597 | 2024-12-07T00:05:42.503Z | Compiling newtype-uuid v1.1.3 |
598 | 2024-12-07T00:05:42.553Z | Checking winnow v0.6.20 |
599 | 2024-12-07T00:05:42.580Z | Compiling camino v1.1.9 |
600 | 2024-12-07T00:05:42.760Z | Checking match_cfg v0.1.0 |
601 | 2024-12-07T00:05:42.842Z | Checking hostname v0.3.1 |
602 | 2024-12-07T00:05:42.875Z | Checking rand_chacha v0.3.1 |
603 | 2024-12-07T00:05:43.130Z | Checking digest v0.10.7 |
604 | 2024-12-07T00:05:43.180Z | Checking crossbeam-channel v0.5.13 |
605 | 2024-12-07T00:05:43.254Z | Compiling darling v0.20.10 |
606 | 2024-12-07T00:05:43.362Z | Checking progenitor-client v0.8.0 |
607 | 2024-12-07T00:05:43.402Z | Checking term v0.7.0 |
608 | 2024-12-07T00:05:43.797Z | Compiling usdt-macro v0.5.0 |
609 | 2024-12-07T00:05:44.264Z | Compiling structmeta v0.3.0 |
610 | 2024-12-07T00:05:44.296Z | Compiling usdt-attr-macro v0.5.0 |
611 | 2024-12-07T00:05:44.600Z | Checking slog-json v2.6.1 |
612 | 2024-12-07T00:05:44.654Z | Checking futures-executor v0.3.31 |
613 | 2024-12-07T00:05:44.677Z | Compiling async-stream-impl v0.3.6 |
614 | 2024-12-07T00:05:44.828Z | Checking is-terminal v0.4.13 |
615 | 2024-12-07T00:05:44.853Z | Checking memmap v0.7.0 |
616 | 2024-12-07T00:05:44.877Z | Compiling dropshot v0.13.0 |
617 | 2024-12-07T00:05:44.907Z | Checking toml_edit v0.22.22 |
618 | 2024-12-07T00:05:44.949Z | Checking cpufeatures v0.2.14 |
619 | 2024-12-07T00:05:45.038Z | Checking take_mut v0.2.2 |
620 | 2024-12-07T00:05:45.063Z | Checking sha1 v0.10.6 |
621 | 2024-12-07T00:05:45.232Z | Checking slog-term v2.9.1 |
622 | 2024-12-07T00:05:45.288Z | Checking futures v0.3.31 |
623 | 2024-12-07T00:05:45.383Z | Checking slog-bunyan v2.5.0 |
624 | 2024-12-07T00:05:45.439Z | Compiling strum_macros v0.26.4 |
625 | 2024-12-07T00:05:45.474Z | Checking usdt v0.5.0 |
626 | 2024-12-07T00:05:45.531Z | Compiling parse-display-derive v0.10.0 |
627 | 2024-12-07T00:05:45.645Z | Compiling serde_with_macros v3.11.0 |
628 | 2024-12-07T00:05:45.772Z | Checking async-stream v0.3.6 |
629 | 2024-12-07T00:05:45.928Z | Checking rand v0.8.5 |
630 | 2024-12-07T00:05:46.418Z | Checking tokio-rustls v0.25.0 |
631 | 2024-12-07T00:05:46.736Z | Compiling typify-macro v0.2.0 |
632 | 2024-12-07T00:05:46.903Z | Checking ipnetwork v0.20.0 |
633 | 2024-12-07T00:05:46.927Z | Compiling dropshot_endpoint v0.13.0 |
634 | 2024-12-07T00:05:46.951Z | Checking serde_path_to_error v0.1.16 |
635 | 2024-12-07T00:05:47.079Z | Checking toml v0.8.19 |
636 | 2024-12-07T00:05:47.222Z | Checking hex v0.4.3 |
637 | 2024-12-07T00:05:47.461Z | Compiling async-trait v0.1.83 |
638 | 2024-12-07T00:05:47.678Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
639 | 2024-12-07T00:05:47.702Z | Checking waitgroup v0.1.2 |
640 | 2024-12-07T00:05:47.727Z | Checking hostname v0.4.0 |
641 | 2024-12-07T00:05:47.831Z | Checking instant v0.1.13 |
642 | 2024-12-07T00:05:47.855Z | Checking debug-ignore v1.0.5 |
643 | 2024-12-07T00:05:47.948Z | Checking backoff v0.4.0 |
644 | 2024-12-07T00:05:47.982Z | Checking serde_with v3.11.0 |
645 | 2024-12-07T00:05:48.183Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
646 | 2024-12-07T00:05:48.315Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
647 | 2024-12-07T00:05:48.340Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
648 | 2024-12-07T00:05:48.461Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
649 | 2024-12-07T00:05:48.605Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
650 | 2024-12-07T00:05:48.678Z | Checking parse-display v0.10.0 |
651 | 2024-12-07T00:05:48.785Z | Checking macaddr v1.0.1 |
652 | 2024-12-07T00:05:48.881Z | Checking regress v0.9.1 |
653 | 2024-12-07T00:05:48.957Z | Checking strum v0.26.3 |
654 | 2024-12-07T00:05:49.766Z | Compiling typify v0.2.0 |
655 | 2024-12-07T00:05:49.875Z | Compiling progenitor-impl v0.8.0 |
656 | 2024-12-07T00:05:53.239Z | Compiling progenitor-macro v0.8.0 |
657 | 2024-12-07T00:05:58.478Z | Checking progenitor v0.8.0 |
658 | 2024-12-07T00:05:58.636Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
659 | 2024-12-07T00:06:02.288Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
660 | 2024-12-07T00:06:11.730Z | Checking test-project v0.1.0 (/tmp/test-project) |
661 | 2024-12-07T00:06:11.816Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s |
662 | 2024-12-07T00:06:12.104Z | + cargo build --release |
663 | 2024-12-07T00:06:12.426Z | Compiling proc-macro2 v1.0.89 |
664 | 2024-12-07T00:06:12.426Z | Compiling unicode-ident v1.0.13 |
665 | 2024-12-07T00:06:12.426Z | Compiling libc v0.2.162 |
666 | 2024-12-07T00:06:12.426Z | Compiling cfg-if v1.0.0 |
667 | 2024-12-07T00:06:12.450Z | Compiling autocfg v1.4.0 |
668 | 2024-12-07T00:06:12.450Z | Compiling version_check v0.9.5 |
669 | 2024-12-07T00:06:12.450Z | Compiling serde v1.0.215 |
670 | 2024-12-07T00:06:12.450Z | Compiling memchr v2.7.4 |
671 | 2024-12-07T00:06:12.550Z | Compiling serde_json v1.0.132 |
672 | 2024-12-07T00:06:12.587Z | Compiling itoa v1.0.11 |
673 | 2024-12-07T00:06:12.824Z | Compiling thiserror v1.0.69 |
674 | 2024-12-07T00:06:12.913Z | Compiling once_cell v1.20.2 |
675 | 2024-12-07T00:06:13.008Z | Compiling shlex v1.3.0 |
676 | 2024-12-07T00:06:13.210Z | Compiling cc v1.1.30 |
677 | 2024-12-07T00:06:13.310Z | Compiling num-traits v0.2.19 |
678 | 2024-12-07T00:06:13.584Z | Compiling getrandom v0.2.15 |
679 | 2024-12-07T00:06:13.652Z | Compiling pin-project-lite v0.2.14 |
680 | 2024-12-07T00:06:13.742Z | Compiling smallvec v1.13.2 |
681 | 2024-12-07T00:06:13.767Z | Compiling ryu v1.0.18 |
682 | 2024-12-07T00:06:13.890Z | Compiling quote v1.0.37 |
683 | 2024-12-07T00:06:13.914Z | Compiling bytes v1.8.0 |
684 | 2024-12-07T00:06:14.139Z | Compiling futures-core v0.3.31 |
685 | 2024-12-07T00:06:14.163Z | Compiling lock_api v0.4.12 |
686 | 2024-12-07T00:06:14.186Z | Compiling syn v2.0.87 |
687 | 2024-12-07T00:06:14.342Z | Compiling ahash v0.8.11 |
688 | 2024-12-07T00:06:14.387Z | Compiling schemars v0.8.21 |
689 | 2024-12-07T00:06:14.441Z | Compiling parking_lot_core v0.9.10 |
690 | 2024-12-07T00:06:14.644Z | Compiling byteorder v1.5.0 |
691 | 2024-12-07T00:06:14.693Z | Compiling scopeguard v1.2.0 |
692 | 2024-12-07T00:06:14.771Z | Compiling slab v0.4.9 |
693 | 2024-12-07T00:06:15.031Z | Compiling log v0.4.22 |
694 | 2024-12-07T00:06:15.059Z | Compiling futures-sink v0.3.31 |
695 | 2024-12-07T00:06:15.187Z | Compiling socket2 v0.5.7 |
696 | 2024-12-07T00:06:15.219Z | Compiling parking_lot v0.12.3 |
697 | 2024-12-07T00:06:15.256Z | Compiling signal-hook-registry v1.4.2 |
698 | 2024-12-07T00:06:15.425Z | Compiling mio v1.0.2 |
699 | 2024-12-07T00:06:15.466Z | Compiling semver v1.0.23 |
700 | 2024-12-07T00:06:15.494Z | Compiling stable_deref_trait v1.2.0 |
701 | 2024-12-07T00:06:15.660Z | Compiling ring v0.17.8 |
702 | 2024-12-07T00:06:15.847Z | Compiling equivalent v1.0.1 |
703 | 2024-12-07T00:06:15.871Z | Compiling hashbrown v0.15.0 |
704 | 2024-12-07T00:06:15.939Z | Compiling fnv v1.0.7 |
705 | 2024-12-07T00:06:16.044Z | Compiling http v1.1.0 |
706 | 2024-12-07T00:06:16.494Z | Compiling futures-channel v0.3.31 |
707 | 2024-12-07T00:06:16.551Z | Compiling futures-task v0.3.31 |
708 | 2024-12-07T00:06:16.768Z | Compiling futures-io v0.3.31 |
709 | 2024-12-07T00:06:16.797Z | Compiling pin-utils v0.1.0 |
710 | 2024-12-07T00:06:16.891Z | Compiling spin v0.9.8 |
711 | 2024-12-07T00:06:16.917Z | Compiling heck v0.5.0 |
712 | 2024-12-07T00:06:17.060Z | Compiling vcpkg v0.2.15 |
713 | 2024-12-07T00:06:17.084Z | Compiling pkg-config v0.3.31 |
714 | 2024-12-07T00:06:17.084Z | Compiling rustls-pki-types v1.9.0 |
715 | 2024-12-07T00:06:17.781Z | Compiling writeable v0.5.5 |
716 | 2024-12-07T00:06:18.057Z | Compiling untrusted v0.9.0 |
717 | 2024-12-07T00:06:18.272Z | Compiling httparse v1.9.5 |
718 | 2024-12-07T00:06:18.381Z | Compiling openssl-sys v0.9.103 |
719 | 2024-12-07T00:06:18.506Z | Compiling ucd-trie v0.1.7 |
720 | 2024-12-07T00:06:18.635Z | Compiling iana-time-zone v0.1.61 |
721 | 2024-12-07T00:06:18.798Z | Compiling litemap v0.7.3 |
722 | 2024-12-07T00:06:18.923Z | Compiling tracing-core v0.1.32 |
723 | 2024-12-07T00:06:19.267Z | Compiling dyn-clone v1.0.17 |
724 | 2024-12-07T00:06:19.374Z | Compiling allocator-api2 v0.2.18 |
725 | 2024-12-07T00:06:19.444Z | Compiling atomic-waker v1.1.2 |
726 | 2024-12-07T00:06:19.606Z | Compiling tracing v0.1.40 |
727 | 2024-12-07T00:06:20.011Z | Compiling http-body v1.0.1 |
728 | 2024-12-07T00:06:20.177Z | Compiling icu_locid_transform_data v1.5.0 |
729 | 2024-12-07T00:06:20.214Z | Compiling synstructure v0.13.1 |
730 | 2024-12-07T00:06:20.263Z | Compiling serde_derive_internals v0.29.1 |
731 | 2024-12-07T00:06:20.321Z | Compiling chrono v0.4.38 |
732 | 2024-12-07T00:06:20.605Z | Compiling subtle v2.6.1 |
733 | 2024-12-07T00:06:20.862Z | Compiling try-lock v0.2.5 |
734 | 2024-12-07T00:06:20.983Z | Compiling uuid v1.11.0 |
735 | 2024-12-07T00:06:21.086Z | Compiling zeroize v1.8.1 |
736 | 2024-12-07T00:06:21.341Z | Compiling want v0.3.1 |
737 | 2024-12-07T00:06:21.603Z | Compiling slog v2.7.0 |
738 | 2024-12-07T00:06:21.797Z | Compiling foreign-types-shared v0.1.1 |
739 | 2024-12-07T00:06:21.894Z | Compiling httpdate v1.0.3 |
740 | 2024-12-07T00:06:21.919Z | Compiling openssl v0.10.66 |
741 | 2024-12-07T00:06:21.995Z | Compiling icu_properties_data v1.5.0 |
742 | 2024-12-07T00:06:22.102Z | Compiling foreign-types v0.3.2 |
743 | 2024-12-07T00:06:22.301Z | Compiling aho-corasick v1.1.3 |
744 | 2024-12-07T00:06:22.472Z | Compiling tower-service v0.3.3 |
745 | 2024-12-07T00:06:22.579Z | Compiling percent-encoding v2.3.1 |
746 | 2024-12-07T00:06:22.965Z | Compiling native-tls v0.2.12 |
747 | 2024-12-07T00:06:23.106Z | Compiling icu_normalizer_data v1.5.0 |
748 | 2024-12-07T00:06:23.194Z | Compiling utf16_iter v1.0.5 |
749 | 2024-12-07T00:06:23.250Z | Compiling rustls v0.23.14 |
750 | 2024-12-07T00:06:23.305Z | Compiling write16 v1.0.0 |
751 | 2024-12-07T00:06:23.387Z | Compiling bitflags v2.6.0 |
752 | 2024-12-07T00:06:23.415Z | Compiling utf8_iter v1.0.4 |
753 | 2024-12-07T00:06:23.512Z | Compiling regex-syntax v0.8.5 |
754 | 2024-12-07T00:06:23.645Z | Compiling typenum v1.17.0 |
755 | 2024-12-07T00:06:23.858Z | Compiling form_urlencoded v1.2.1 |
756 | 2024-12-07T00:06:24.449Z | Compiling generic-array v0.14.7 |
757 | 2024-12-07T00:06:24.561Z | Compiling serde_derive v1.0.215 |
758 | 2024-12-07T00:06:24.625Z | Compiling zerocopy-derive v0.7.35 |
759 | 2024-12-07T00:06:24.738Z | Compiling thiserror-impl v1.0.69 |
760 | 2024-12-07T00:06:25.217Z | Compiling schemars_derive v0.8.21 |
761 | 2024-12-07T00:06:25.752Z | Compiling zerofrom-derive v0.1.4 |
762 | 2024-12-07T00:06:26.184Z | Compiling zerocopy v0.7.35 |
763 | 2024-12-07T00:06:27.454Z | Compiling yoke-derive v0.7.4 |
764 | 2024-12-07T00:06:27.539Z | Compiling tokio-macros v2.4.0 |
765 | 2024-12-07T00:06:28.056Z | Compiling zerovec-derive v0.10.3 |
766 | 2024-12-07T00:06:28.477Z | Compiling displaydoc v0.2.5 |
767 | 2024-12-07T00:06:28.571Z | Compiling zerofrom v0.1.4 |
768 | 2024-12-07T00:06:28.753Z | Compiling tokio v1.40.0 |
769 | 2024-12-07T00:06:28.776Z | Compiling futures-macro v0.3.31 |
770 | 2024-12-07T00:06:29.603Z | Compiling yoke v0.7.4 |
771 | 2024-12-07T00:06:29.939Z | Compiling pest v2.7.14 |
772 | 2024-12-07T00:06:30.070Z | Compiling icu_provider_macros v1.5.0 |
773 | 2024-12-07T00:06:30.095Z | Compiling zerovec v0.10.4 |
774 | 2024-12-07T00:06:30.168Z | Compiling hashbrown v0.14.5 |
775 | 2024-12-07T00:06:31.006Z | Compiling futures-util v0.3.31 |
776 | 2024-12-07T00:06:31.220Z | Compiling rustls-webpki v0.102.8 |
777 | 2024-12-07T00:06:32.234Z | Compiling tinystr v0.7.6 |
778 | 2024-12-07T00:06:32.557Z | Compiling icu_locid v1.5.0 |
779 | 2024-12-07T00:06:32.581Z | Compiling pest_meta v2.7.14 |
780 | 2024-12-07T00:06:35.148Z | Compiling serde_tokenstream v0.2.2 |
781 | 2024-12-07T00:06:35.734Z | Compiling indexmap v2.6.0 |
782 | 2024-12-07T00:06:37.262Z | Compiling tokio-util v0.7.12 |
783 | 2024-12-07T00:06:37.666Z | Compiling icu_provider v1.5.0 |
784 | 2024-12-07T00:06:39.118Z | Compiling icu_locid_transform v1.5.0 |
785 | 2024-12-07T00:06:39.505Z | Compiling h2 v0.4.6 |
786 | 2024-12-07T00:06:40.484Z | Compiling pest_generator v2.7.14 |
787 | 2024-12-07T00:06:40.906Z | Compiling icu_collections v1.5.0 |
788 | 2024-12-07T00:06:41.786Z | Compiling regress v0.10.1 |
789 | 2024-12-07T00:06:42.561Z | Compiling pest_derive v2.7.14 |
790 | 2024-12-07T00:06:43.056Z | Compiling icu_properties v1.5.1 |
791 | 2024-12-07T00:06:43.703Z | Compiling openssl-macros v0.1.1 |
792 | 2024-12-07T00:06:43.801Z | Compiling hyper v1.5.0 |
793 | 2024-12-07T00:06:45.305Z | Compiling typify-impl v0.2.0 |
794 | 2024-12-07T00:06:48.006Z | Compiling hyper-util v0.1.10 |
795 | 2024-12-07T00:06:48.305Z | Compiling icu_normalizer v1.5.0 |
796 | 2024-12-07T00:06:52.444Z | Compiling regex-automata v0.4.8 |
797 | 2024-12-07T00:06:52.882Z | Compiling openssl-probe v0.1.5 |
798 | 2024-12-07T00:06:53.454Z | Compiling idna_adapter v1.2.0 |
799 | 2024-12-07T00:06:53.619Z | Compiling http-body-util v0.1.2 |
800 | 2024-12-07T00:06:54.247Z | Compiling scroll_derive v0.12.0 |
801 | 2024-12-07T00:06:54.645Z | Compiling typify-macro v0.2.0 |
802 | 2024-12-07T00:06:55.431Z | Compiling usdt-impl v0.5.0 |
803 | 2024-12-07T00:06:55.744Z | Compiling encoding_rs v0.8.34 |
804 | 2024-12-07T00:06:55.842Z | Compiling regex v1.11.1 |
805 | 2024-12-07T00:06:56.313Z | Compiling time-core v0.1.2 |
806 | 2024-12-07T00:06:56.454Z | Compiling num-conv v0.1.0 |
807 | 2024-12-07T00:06:56.636Z | Compiling mime v0.3.17 |
808 | 2024-12-07T00:06:57.495Z | Compiling powerfmt v0.2.0 |
809 | 2024-12-07T00:06:57.748Z | Compiling deranged v0.3.11 |
810 | 2024-12-07T00:06:57.898Z | Compiling time-macros v0.2.18 |
811 | 2024-12-07T00:06:59.583Z | Compiling tokio-rustls v0.26.0 |
812 | 2024-12-07T00:07:00.124Z | Compiling scroll v0.12.0 |
813 | 2024-12-07T00:07:00.180Z | Compiling thread-id v4.2.2 |
814 | 2024-12-07T00:07:00.279Z | Compiling idna v1.0.3 |
815 | 2024-12-07T00:07:00.657Z | Compiling tokio-native-tls v0.3.1 |
816 | 2024-12-07T00:07:03.988Z | Compiling dtrace-parser v0.2.0 |
817 | 2024-12-07T00:07:04.932Z | Compiling dof v0.3.0 |
818 | 2024-12-07T00:07:05.395Z | Compiling serde_urlencoded v0.7.1 |
819 | 2024-12-07T00:07:05.631Z | Compiling webpki-roots v0.26.6 |
820 | 2024-12-07T00:07:05.800Z | Compiling rustls-pemfile v2.2.0 |
821 | 2024-12-07T00:07:05.889Z | Compiling ident_case v1.0.1 |
822 | 2024-12-07T00:07:06.201Z | Compiling omicron-workspace-hack v0.1.0 |
823 | 2024-12-07T00:07:06.673Z | Compiling plain v0.2.3 |
824 | 2024-12-07T00:07:06.933Z | Compiling num_threads v0.1.7 |
825 | 2024-12-07T00:07:07.040Z | Compiling strsim v0.11.1 |
826 | 2024-12-07T00:07:07.139Z | Compiling base64 v0.22.1 |
827 | 2024-12-07T00:07:07.612Z | Compiling crossbeam-utils v0.8.20 |
828 | 2024-12-07T00:07:07.758Z | Compiling darling_core v0.20.10 |
829 | 2024-12-07T00:07:08.126Z | Compiling time v0.3.36 |
830 | 2024-12-07T00:07:10.841Z | Compiling goblin v0.8.2 |
831 | 2024-12-07T00:07:12.628Z | Compiling hyper-rustls v0.27.3 |
832 | 2024-12-07T00:07:14.871Z | Compiling hyper-tls v0.6.0 |
833 | 2024-12-07T00:07:14.921Z | Compiling url v2.5.3 |
834 | 2024-12-07T00:07:15.315Z | Compiling typify v0.2.0 |
835 | 2024-12-07T00:07:15.422Z | Compiling openapiv3 v2.0.0 |
836 | 2024-12-07T00:07:17.287Z | Compiling sync_wrapper v1.0.1 |
837 | 2024-12-07T00:07:17.408Z | Compiling dirs-sys-next v0.1.2 |
838 | 2024-12-07T00:07:18.688Z | Compiling paste v1.0.15 |
839 | 2024-12-07T00:07:19.031Z | Compiling unsafe-libyaml v0.2.11 |
840 | 2024-12-07T00:07:19.116Z | Compiling ipnet v2.10.1 |
841 | 2024-12-07T00:07:19.869Z | Compiling pretty-hex v0.4.1 |
842 | 2024-12-07T00:07:20.073Z | Compiling rustls v0.22.4 |
843 | 2024-12-07T00:07:20.337Z | Compiling rustversion v1.0.17 |
844 | 2024-12-07T00:07:20.475Z | Compiling serde_yaml v0.9.34+deprecated |
845 | 2024-12-07T00:07:21.093Z | Compiling reqwest v0.12.9 |
846 | 2024-12-07T00:07:21.802Z | Compiling progenitor-impl v0.8.0 |
847 | 2024-12-07T00:07:23.676Z | Compiling dirs-next v2.0.0 |
848 | 2024-12-07T00:07:23.885Z | Compiling darling_macro v0.20.10 |
849 | 2024-12-07T00:07:26.218Z | Compiling block-buffer v0.10.4 |
850 | 2024-12-07T00:07:26.440Z | Compiling crypto-common v0.1.6 |
851 | 2024-12-07T00:07:26.490Z | Compiling toml_datetime v0.6.8 |
852 | 2024-12-07T00:07:26.636Z | Compiling serde_spanned v0.6.8 |
853 | 2024-12-07T00:07:26.835Z | Compiling ppv-lite86 v0.2.20 |
854 | 2024-12-07T00:07:27.023Z | Compiling structmeta-derive v0.3.0 |
855 | 2024-12-07T00:07:27.051Z | Compiling rand_core v0.6.4 |
856 | 2024-12-07T00:07:27.542Z | Compiling thread_local v1.1.8 |
857 | 2024-12-07T00:07:27.588Z | Compiling multer v3.1.0 |
858 | 2024-12-07T00:07:27.830Z | Compiling camino v1.1.9 |
859 | 2024-12-07T00:07:28.145Z | Compiling winnow v0.6.20 |
860 | 2024-12-07T00:07:28.295Z | Compiling anyhow v1.0.93 |
861 | 2024-12-07T00:07:28.763Z | Compiling slog-async v2.8.0 |
862 | 2024-12-07T00:07:29.103Z | Compiling newtype-uuid v1.1.3 |
863 | 2024-12-07T00:07:29.143Z | Compiling match_cfg v0.1.0 |
864 | 2024-12-07T00:07:29.222Z | Compiling hostname v0.3.1 |
865 | 2024-12-07T00:07:29.413Z | Compiling structmeta v0.3.0 |
866 | 2024-12-07T00:07:29.737Z | Compiling rand_chacha v0.3.1 |
867 | 2024-12-07T00:07:29.763Z | Compiling progenitor-macro v0.8.0 |
868 | 2024-12-07T00:07:30.624Z | Compiling digest v0.10.7 |
869 | 2024-12-07T00:07:30.980Z | Compiling crossbeam-channel v0.5.13 |
870 | 2024-12-07T00:07:31.032Z | Compiling darling v0.20.10 |
871 | 2024-12-07T00:07:31.123Z | Compiling term v0.7.0 |
872 | 2024-12-07T00:07:31.633Z | Compiling toml_edit v0.22.22 |
873 | 2024-12-07T00:07:32.334Z | Compiling progenitor-client v0.8.0 |
874 | 2024-12-07T00:07:34.970Z | Compiling usdt-macro v0.5.0 |
875 | 2024-12-07T00:07:36.075Z | Compiling usdt-attr-macro v0.5.0 |
876 | 2024-12-07T00:07:37.264Z | Compiling slog-json v2.6.1 |
877 | 2024-12-07T00:07:37.674Z | Compiling futures-executor v0.3.31 |
878 | 2024-12-07T00:07:38.538Z | Compiling async-stream-impl v0.3.6 |
879 | 2024-12-07T00:07:38.640Z | Compiling memmap v0.7.0 |
880 | 2024-12-07T00:07:39.021Z | Compiling is-terminal v0.4.13 |
881 | 2024-12-07T00:07:39.121Z | Compiling dropshot v0.13.0 |
882 | 2024-12-07T00:07:39.418Z | Compiling take_mut v0.2.2 |
883 | 2024-12-07T00:07:39.552Z | Compiling cpufeatures v0.2.14 |
884 | 2024-12-07T00:07:39.626Z | Compiling async-stream v0.3.6 |
885 | 2024-12-07T00:07:39.650Z | Compiling sha1 v0.10.6 |
886 | 2024-12-07T00:07:40.096Z | Compiling progenitor v0.8.0 |
887 | 2024-12-07T00:07:40.294Z | Compiling slog-term v2.9.1 |
888 | 2024-12-07T00:07:40.317Z | Compiling usdt v0.5.0 |
889 | 2024-12-07T00:07:41.621Z | Compiling tokio-rustls v0.25.0 |
890 | 2024-12-07T00:07:41.975Z | Compiling futures v0.3.31 |
891 | 2024-12-07T00:07:42.154Z | Compiling slog-bunyan v2.5.0 |
892 | 2024-12-07T00:07:42.378Z | Compiling strum_macros v0.26.4 |
893 | 2024-12-07T00:07:42.667Z | Compiling toml v0.8.19 |
894 | 2024-12-07T00:07:42.834Z | Compiling serde_with_macros v3.11.0 |
895 | 2024-12-07T00:07:44.975Z | Compiling rand v0.8.5 |
896 | 2024-12-07T00:07:47.663Z | Compiling parse-display-derive v0.10.0 |
897 | 2024-12-07T00:07:48.994Z | Compiling ipnetwork v0.20.0 |
898 | 2024-12-07T00:07:49.644Z | Compiling dropshot_endpoint v0.13.0 |
899 | 2024-12-07T00:07:50.588Z | Compiling serde_path_to_error v0.1.16 |
900 | 2024-12-07T00:07:50.914Z | Compiling hex v0.4.3 |
901 | 2024-12-07T00:07:51.451Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
902 | 2024-12-07T00:07:51.511Z | Compiling async-trait v0.1.83 |
903 | 2024-12-07T00:07:52.159Z | Compiling waitgroup v0.1.2 |
904 | 2024-12-07T00:07:52.364Z | Compiling hostname v0.4.0 |
905 | 2024-12-07T00:07:52.584Z | Compiling instant v0.1.13 |
906 | 2024-12-07T00:07:52.722Z | Compiling debug-ignore v1.0.5 |
907 | 2024-12-07T00:07:52.841Z | Compiling backoff v0.4.0 |
908 | 2024-12-07T00:07:53.125Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
909 | 2024-12-07T00:07:53.149Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
910 | 2024-12-07T00:07:53.206Z | Compiling parse-display v0.10.0 |
911 | 2024-12-07T00:07:53.286Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
912 | 2024-12-07T00:07:53.390Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
913 | 2024-12-07T00:07:53.852Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
914 | 2024-12-07T00:07:55.001Z | Compiling strum v0.26.3 |
915 | 2024-12-07T00:07:55.170Z | Compiling serde_with v3.11.0 |
916 | 2024-12-07T00:07:57.339Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
917 | 2024-12-07T00:07:57.620Z | Compiling regress v0.9.1 |
918 | 2024-12-07T00:07:58.044Z | Compiling macaddr v1.0.1 |
919 | 2024-12-07T00:08:00.866Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
920 | 2024-12-07T00:08:12.220Z | Compiling test-project v0.1.0 (/tmp/test-project) |
921 | 2024-12-07T00:08:24.523Z | Finished `release` profile [optimized] target(s) in 2m 12s |
922 | 2024-12-07T00:08:24.588Z | process exited: duration 206262 ms, exit code 0 |
|
923 | 2024-12-07T00:08:24.637Z | found 0 output files |