|
|
|
1 | 2024-07-11T21:47:58.066Z | job assigned to worker 01J2HW7BZH7GNYANWVYD1090TE (queued for 54 s) |
|
2 | 2024-07-11T21:48:06.176Z | starting task 0: "setup" |
3 | 2024-07-11T21:48:06.234Z | ++ uname -s |
4 | 2024-07-11T21:48:06.237Z | + kern=SunOS |
5 | 2024-07-11T21:48:06.237Z | + case "$kern" in |
6 | 2024-07-11T21:48:06.237Z | + groupadd -g 12345 build |
7 | 2024-07-11T21:48:06.240Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-07-11T21:48:08.249Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-07-11T21:48:08.349Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-07-11T21:48:08.355Z | + home_fs=zfs |
11 | 2024-07-11T21:48:08.355Z | + [[ zfs == autofs ]] |
12 | 2024-07-11T21:48:08.355Z | + mkdir -p /home/build |
13 | 2024-07-11T21:48:08.355Z | + chown build:build /home/build /work |
14 | 2024-07-11T21:48:10.353Z | + chmod 0700 /home/build /work |
15 | 2024-07-11T21:48:10.358Z | process exited: duration 4181 ms, exit code 0 |
|
16 | 2024-07-11T21:48:10.365Z | starting task 1: "rust-toolchain" |
17 | 2024-07-11T21:48:10.370Z | + printf ' * toolchain channel = "%s" |
18 | 2024-07-11T21:48:10.371Z | ' 1.78.0 |
19 | 2024-07-11T21:48:10.371Z | * toolchain channel = "1.78.0" |
20 | 2024-07-11T21:48:10.371Z | + printf ' * toolchain profile = "%s" |
21 | 2024-07-11T21:48:10.371Z | ' default |
22 | 2024-07-11T21:48:10.371Z | * toolchain profile = "default" |
23 | 2024-07-11T21:48:10.376Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-07-11T21:48:10.376Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-07-11T21:48:10.473Z | info: downloading installer |
26 | 2024-07-11T21:48:11.669Z | info: profile set to 'default' |
27 | 2024-07-11T21:48:11.669Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-07-11T21:48:11.671Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-07-11T21:48:11.785Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-07-11T21:48:11.785Z | info: downloading component 'cargo' |
31 | 2024-07-11T21:48:12.419Z | info: downloading component 'clippy' |
32 | 2024-07-11T21:48:12.635Z | info: downloading component 'rust-docs' |
33 | 2024-07-11T21:48:13.472Z | info: downloading component 'rust-std' |
34 | 2024-07-11T21:48:14.818Z | info: downloading component 'rustc' |
35 | 2024-07-11T21:48:18.157Z | info: downloading component 'rustfmt' |
36 | 2024-07-11T21:48:18.341Z | info: installing component 'cargo' |
37 | 2024-07-11T21:48:19.194Z | info: installing component 'clippy' |
38 | 2024-07-11T21:48:19.560Z | info: installing component 'rust-docs' |
39 | 2024-07-11T21:48:21.056Z | info: installing component 'rust-std' |
40 | 2024-07-11T21:48:22.844Z | info: installing component 'rustc' |
41 | 2024-07-11T21:48:27.150Z | info: installing component 'rustfmt' |
42 | 2024-07-11T21:48:27.485Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-07-11T21:48:27.485Z | |
44 | 2024-07-11T21:48:27.897Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-07-11T21:48:27.897Z | |
46 | 2024-07-11T21:48:27.902Z | |
47 | 2024-07-11T21:48:27.902Z | Rust is installed now. Great! |
48 | 2024-07-11T21:48:27.902Z | |
49 | 2024-07-11T21:48:27.902Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-07-11T21:48:27.902Z | environment variable. This has not been done automatically. |
51 | 2024-07-11T21:48:27.902Z | |
52 | 2024-07-11T21:48:27.902Z | To configure your current shell, you need to source |
53 | 2024-07-11T21:48:27.902Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-07-11T21:48:27.902Z | |
55 | 2024-07-11T21:48:27.902Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-07-11T21:48:27.902Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-07-11T21:48:27.902Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-07-11T21:48:27.902Z | + rustc --version |
59 | 2024-07-11T21:48:27.902Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-07-11T21:48:27.902Z | process exited: duration 17528 ms, exit code 0 |
|
61 | 2024-07-11T21:48:27.912Z | starting task 2: "authentication" |
62 | 2024-07-11T21:48:27.930Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-07-11T21:48:27.938Z | starting task 3: "clone repository" |
64 | 2024-07-11T21:48:27.942Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-07-11T21:48:27.945Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-07-11T21:48:28.097Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-07-11T21:48:34.958Z | + cd /work/oxidecomputer/omicron |
68 | 2024-07-11T21:48:34.958Z | + git fetch origin ecb7b17850df8abf5e43abdaf3a572ad1f4da1aa |
69 | 2024-07-11T21:48:35.220Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-07-11T21:48:35.220Z | * branch ecb7b17850df8abf5e43abdaf3a572ad1f4da1aa -> FETCH_HEAD |
71 | 2024-07-11T21:48:35.229Z | + [[ -n '' ]] |
72 | 2024-07-11T21:48:35.229Z | + git reset --hard ecb7b17850df8abf5e43abdaf3a572ad1f4da1aa |
73 | 2024-07-11T21:48:35.364Z | HEAD is now at ecb7b1785 [𝘀𝗽𝗿] initial version |
74 | 2024-07-11T21:48:35.368Z | process exited: duration 7431 ms, exit code 0 |
|
75 | 2024-07-11T21:48:35.375Z | starting task 4: "build" |
76 | 2024-07-11T21:48:35.380Z | + cargo --version |
77 | 2024-07-11T21:48:35.432Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
78 | 2024-07-11T21:48:35.435Z | + rustc --version |
79 | 2024-07-11T21:48:35.491Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
80 | 2024-07-11T21:48:35.493Z | + cd /tmp |
81 | 2024-07-11T21:48:35.493Z | + cargo new --lib test-project |
82 | 2024-07-11T21:48:35.546Z | Creating library `test-project` package |
83 | 2024-07-11T21:48:35.617Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
84 | 2024-07-11T21:48:35.619Z | + cd test-project |
85 | 2024-07-11T21:48:35.620Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
86 | 2024-07-11T21:48:35.674Z | Adding omicron-common (local) to dependencies |
87 | 2024-07-11T21:48:35.674Z | Features: |
88 | 2024-07-11T21:48:35.674Z | - proptest |
89 | 2024-07-11T21:48:35.674Z | - test-strategy |
90 | 2024-07-11T21:48:35.674Z | - testing |
91 | 2024-07-11T21:48:35.677Z | Updating crates.io index |
92 | 2024-07-11T21:48:35.735Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
93 | 2024-07-11T21:48:36.445Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
94 | 2024-07-11T21:48:37.155Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
95 | 2024-07-11T21:48:37.408Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
96 | 2024-07-11T21:48:39.245Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
97 | 2024-07-11T21:48:39.496Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
98 | 2024-07-11T21:48:39.785Z | Updating git repository `https://github.com/oxidecomputer/typify` |
99 | 2024-07-11T21:48:42.794Z | + cargo check |
100 | 2024-07-11T21:48:42.997Z | Downloading crates ... |
101 | 2024-07-11T21:48:43.063Z | Downloaded darling_macro v0.20.10 |
102 | 2024-07-11T21:48:43.066Z | Downloaded async-stream-impl v0.3.5 |
103 | 2024-07-11T21:48:43.071Z | Downloaded is-terminal v0.4.12 |
104 | 2024-07-11T21:48:43.074Z | Downloaded equivalent v1.0.1 |
105 | 2024-07-11T21:48:43.078Z | Downloaded foreign-types v0.3.2 |
106 | 2024-07-11T21:48:43.081Z | Downloaded match_cfg v0.1.0 |
107 | 2024-07-11T21:48:43.085Z | Downloaded dtrace-parser v0.2.0 |
108 | 2024-07-11T21:48:43.085Z | Downloaded num-conv v0.1.0 |
109 | 2024-07-11T21:48:43.088Z | Downloaded openssl-macros v0.1.1 |
110 | 2024-07-11T21:48:43.088Z | Downloaded dof v0.3.0 |
111 | 2024-07-11T21:48:43.088Z | Downloaded deranged v0.3.11 |
112 | 2024-07-11T21:48:43.091Z | Downloaded cfg-if v1.0.0 |
113 | 2024-07-11T21:48:43.091Z | Downloaded cpufeatures v0.2.12 |
114 | 2024-07-11T21:48:43.094Z | Downloaded atomic-waker v1.1.2 |
115 | 2024-07-11T21:48:43.094Z | Downloaded block-buffer v0.10.4 |
116 | 2024-07-11T21:48:43.094Z | Downloaded usdt-attr-macro v0.5.0 |
117 | 2024-07-11T21:48:43.097Z | Downloaded omicron-workspace-hack v0.1.0 |
118 | 2024-07-11T21:48:43.100Z | Downloaded hostname v0.3.1 |
119 | 2024-07-11T21:48:43.103Z | Downloaded futures-executor v0.3.30 |
120 | 2024-07-11T21:48:43.103Z | Downloaded waitgroup v0.1.2 |
121 | 2024-07-11T21:48:43.107Z | Downloaded usdt-macro v0.5.0 |
122 | 2024-07-11T21:48:43.107Z | Downloaded want v0.3.1 |
123 | 2024-07-11T21:48:43.110Z | Downloaded httpdate v1.0.3 |
124 | 2024-07-11T21:48:43.110Z | Downloaded http-body v0.4.6 |
125 | 2024-07-11T21:48:43.110Z | Downloaded pretty-hex v0.4.1 |
126 | 2024-07-11T21:48:43.110Z | Downloaded futures-task v0.3.30 |
127 | 2024-07-11T21:48:43.113Z | Downloaded num_cpus v1.16.0 |
128 | 2024-07-11T21:48:43.116Z | Downloaded heck v0.5.0 |
129 | 2024-07-11T21:48:43.116Z | Downloaded take_mut v0.2.2 |
130 | 2024-07-11T21:48:43.120Z | Downloaded scroll_derive v0.12.0 |
131 | 2024-07-11T21:48:43.120Z | Downloaded anyhow v1.0.86 |
132 | 2024-07-11T21:48:43.123Z | Downloaded backoff v0.4.0 |
133 | 2024-07-11T21:48:43.125Z | Downloaded percent-encoding v2.3.1 |
134 | 2024-07-11T21:48:43.128Z | Downloaded macaddr v1.0.1 |
135 | 2024-07-11T21:48:43.128Z | Downloaded foreign-types-shared v0.1.1 |
136 | 2024-07-11T21:48:43.128Z | Downloaded time-core v0.1.2 |
137 | 2024-07-11T21:48:43.131Z | Downloaded signal-hook-registry v1.4.2 |
138 | 2024-07-11T21:48:43.131Z | Downloaded instant v0.1.13 |
139 | 2024-07-11T21:48:43.134Z | Downloaded paste v1.0.15 |
140 | 2024-07-11T21:48:43.136Z | Downloaded rustls-pemfile v1.0.4 |
141 | 2024-07-11T21:48:43.139Z | Downloaded parse-display-derive v0.9.1 |
142 | 2024-07-11T21:48:43.139Z | Downloaded openssl-probe v0.1.5 |
143 | 2024-07-11T21:48:43.143Z | Downloaded slog-bunyan v2.5.0 |
144 | 2024-07-11T21:48:43.143Z | Downloaded serde_spanned v0.6.6 |
145 | 2024-07-11T21:48:43.146Z | Downloaded ipnet v2.9.0 |
146 | 2024-07-11T21:48:43.146Z | Downloaded iana-time-zone v0.1.60 |
147 | 2024-07-11T21:48:43.148Z | Downloaded hyper-rustls v0.24.2 |
148 | 2024-07-11T21:48:43.151Z | Downloaded powerfmt v0.2.0 |
149 | 2024-07-11T21:48:43.154Z | Downloaded itoa v1.0.11 |
150 | 2024-07-11T21:48:43.154Z | Downloaded ipnetwork v0.20.0 |
151 | 2024-07-11T21:48:43.159Z | Downloaded try-lock v0.2.5 |
152 | 2024-07-11T21:48:43.159Z | Downloaded crossbeam-utils v0.8.20 |
153 | 2024-07-11T21:48:43.163Z | Downloaded ahash v0.8.11 |
154 | 2024-07-11T21:48:43.163Z | Downloaded parse-display v0.9.1 |
155 | 2024-07-11T21:48:43.163Z | Downloaded sync_wrapper v0.1.2 |
156 | 2024-07-11T21:48:43.163Z | Downloaded camino v1.1.7 |
157 | 2024-07-11T21:48:43.166Z | Downloaded byteorder v1.5.0 |
158 | 2024-07-11T21:48:43.169Z | Downloaded memmap v0.7.0 |
159 | 2024-07-11T21:48:43.169Z | Downloaded sha1 v0.10.6 |
160 | 2024-07-11T21:48:43.172Z | Downloaded thiserror v1.0.61 |
161 | 2024-07-11T21:48:43.176Z | Downloaded debug-ignore v1.0.5 |
162 | 2024-07-11T21:48:43.179Z | Downloaded thiserror-impl v1.0.61 |
163 | 2024-07-11T21:48:43.181Z | Downloaded futures-sink v0.3.30 |
164 | 2024-07-11T21:48:43.181Z | Downloaded futures-core v0.3.30 |
165 | 2024-07-11T21:48:43.181Z | Downloaded structmeta-derive v0.3.0 |
166 | 2024-07-11T21:48:43.184Z | Downloaded strum v0.26.3 |
167 | 2024-07-11T21:48:43.184Z | Downloaded tinyvec_macros v0.1.1 |
168 | 2024-07-11T21:48:43.187Z | Downloaded tokio-native-tls v0.3.1 |
169 | 2024-07-11T21:48:43.187Z | Downloaded zeroize v1.8.1 |
170 | 2024-07-11T21:48:43.190Z | Downloaded tower-service v0.3.2 |
171 | 2024-07-11T21:48:43.190Z | Downloaded rustls-pki-types v1.7.0 |
172 | 2024-07-11T21:48:43.192Z | Downloaded parking_lot_core v0.9.10 |
173 | 2024-07-11T21:48:43.195Z | Downloaded toml_datetime v0.6.6 |
174 | 2024-07-11T21:48:43.195Z | Downloaded slog-term v2.9.1 |
175 | 2024-07-11T21:48:43.198Z | Downloaded semver v1.0.23 |
176 | 2024-07-11T21:48:43.200Z | Downloaded time-macros v0.2.18 |
177 | 2024-07-11T21:48:43.203Z | Downloaded tokio-rustls v0.25.0 |
178 | 2024-07-11T21:48:43.206Z | Downloaded ppv-lite86 v0.2.17 |
179 | 2024-07-11T21:48:43.206Z | Downloaded slab v0.4.9 |
180 | 2024-07-11T21:48:43.209Z | Downloaded thread-id v4.2.1 |
181 | 2024-07-11T21:48:43.209Z | Downloaded lock_api v0.4.12 |
182 | 2024-07-11T21:48:43.212Z | Downloaded rand_core v0.6.4 |
183 | 2024-07-11T21:48:43.212Z | Downloaded parking_lot v0.12.3 |
184 | 2024-07-11T21:48:43.214Z | Downloaded once_cell v1.19.0 |
185 | 2024-07-11T21:48:43.217Z | Downloaded getrandom v0.2.15 |
186 | 2024-07-11T21:48:43.222Z | Downloaded slog-json v2.6.1 |
187 | 2024-07-11T21:48:43.225Z | Downloaded subtle v2.6.1 |
188 | 2024-07-11T21:48:43.225Z | Downloaded thread_local v1.1.8 |
189 | 2024-07-11T21:48:43.225Z | Downloaded quote v1.0.36 |
190 | 2024-07-11T21:48:43.228Z | Downloaded strum_macros v0.26.4 |
191 | 2024-07-11T21:48:43.231Z | Downloaded uuid v1.10.0 |
192 | 2024-07-11T21:48:43.233Z | Downloaded unicode-ident v1.0.12 |
193 | 2024-07-11T21:48:43.236Z | Downloaded structmeta v0.3.0 |
194 | 2024-07-11T21:48:43.238Z | Downloaded httparse v1.9.4 |
195 | 2024-07-11T21:48:43.241Z | Downloaded serde_path_to_error v0.1.16 |
196 | 2024-07-11T21:48:43.241Z | Downloaded socket2 v0.5.7 |
197 | 2024-07-11T21:48:43.244Z | Downloaded unicode-bidi v0.3.15 |
198 | 2024-07-11T21:48:43.246Z | Downloaded log v0.4.22 |
199 | 2024-07-11T21:48:43.249Z | Downloaded sha2 v0.10.8 |
200 | 2024-07-11T21:48:43.252Z | Downloaded num-traits v0.2.19 |
201 | 2024-07-11T21:48:43.254Z | Downloaded serde_derive_internals v0.29.1 |
202 | 2024-07-11T21:48:43.257Z | Downloaded tokio-macros v2.3.0 |
203 | 2024-07-11T21:48:43.257Z | Downloaded smallvec v1.13.2 |
204 | 2024-07-11T21:48:43.260Z | Downloaded sct v0.7.1 |
205 | 2024-07-11T21:48:43.262Z | Downloaded toml v0.8.14 |
206 | 2024-07-11T21:48:43.266Z | Downloaded ucd-trie v0.1.6 |
207 | 2024-07-11T21:48:43.268Z | Downloaded tokio-rustls v0.24.1 |
208 | 2024-07-11T21:48:43.271Z | Downloaded futures v0.3.30 |
209 | 2024-07-11T21:48:43.275Z | Downloaded darling_core v0.20.10 |
210 | 2024-07-11T21:48:43.279Z | Downloaded proc-macro2 v1.0.86 |
211 | 2024-07-11T21:48:43.282Z | Downloaded ryu v1.0.18 |
212 | 2024-07-11T21:48:43.286Z | Downloaded tracing-core v0.1.32 |
213 | 2024-07-11T21:48:43.288Z | Downloaded cc v1.1.0 |
214 | 2024-07-11T21:48:43.292Z | Downloaded url v2.5.2 |
215 | 2024-07-11T21:48:43.295Z | Downloaded slog v2.7.0 |
216 | 2024-07-11T21:48:43.298Z | Downloaded schemars v0.8.21 |
217 | 2024-07-11T21:48:43.310Z | Downloaded tinyvec v1.8.0 |
218 | 2024-07-11T21:48:43.313Z | Downloaded tracing v0.1.40 |
219 | 2024-07-11T21:48:43.319Z | Downloaded serde_yaml v0.9.34+deprecated |
220 | 2024-07-11T21:48:43.322Z | Downloaded memchr v2.7.4 |
221 | 2024-07-11T21:48:43.330Z | Downloaded http v1.1.0 |
222 | 2024-07-11T21:48:43.332Z | Downloaded toml_edit v0.22.15 |
223 | 2024-07-11T21:48:43.353Z | Downloaded serde v1.0.204 |
224 | 2024-07-11T21:48:43.356Z | Downloaded tokio-util v0.7.11 |
225 | 2024-07-11T21:48:43.361Z | Downloaded time v0.3.36 |
226 | 2024-07-11T21:48:43.368Z | Downloaded rand v0.8.5 |
227 | 2024-07-11T21:48:43.371Z | Downloaded unicode-normalization v0.1.23 |
228 | 2024-07-11T21:48:43.375Z | Downloaded futures-util v0.3.30 |
229 | 2024-07-11T21:48:43.387Z | Downloaded h2 v0.3.26 |
230 | 2024-07-11T21:48:43.394Z | Downloaded zerocopy v0.7.35 |
231 | 2024-07-11T21:48:43.410Z | Downloaded idna v0.5.0 |
232 | 2024-07-11T21:48:43.415Z | Downloaded serde_json v1.0.120 |
233 | 2024-07-11T21:48:43.423Z | Downloaded reqwest v0.11.27 |
234 | 2024-07-11T21:48:43.431Z | Downloaded openapiv3 v2.0.0 |
235 | 2024-07-11T21:48:43.442Z | Downloaded serde_with v3.8.3 |
236 | 2024-07-11T21:48:43.450Z | Downloaded rustls-webpki v0.101.7 |
237 | 2024-07-11T21:48:43.464Z | Downloaded winnow v0.6.13 |
238 | 2024-07-11T21:48:43.472Z | Downloaded openssl v0.10.64 |
239 | 2024-07-11T21:48:43.482Z | Downloaded rustls-webpki v0.102.5 |
240 | 2024-07-11T21:48:43.499Z | Downloaded regex v1.10.5 |
241 | 2024-07-11T21:48:43.512Z | Downloaded syn v2.0.70 |
242 | 2024-07-11T21:48:43.523Z | Downloaded rustls v0.21.12 |
243 | 2024-07-11T21:48:43.533Z | Downloaded webpki-roots v0.25.4 |
244 | 2024-07-11T21:48:43.537Z | Downloaded regress v0.9.1 |
245 | 2024-07-11T21:48:43.544Z | Downloaded encoding_rs v0.8.34 |
246 | 2024-07-11T21:48:43.565Z | Downloaded regress v0.10.0 |
247 | 2024-07-11T21:48:43.572Z | Downloaded rustls v0.22.4 |
248 | 2024-07-11T21:48:43.584Z | Downloaded regex-syntax v0.8.4 |
249 | 2024-07-11T21:48:43.592Z | Downloaded libc v0.2.155 |
250 | 2024-07-11T21:48:43.617Z | Downloaded vcpkg v0.2.15 |
251 | 2024-07-11T21:48:43.656Z | Downloaded regex-automata v0.4.7 |
252 | 2024-07-11T21:48:43.669Z | Downloaded chrono v0.4.38 |
253 | 2024-07-11T21:48:43.675Z | Downloaded tokio v1.38.0 |
254 | 2024-07-11T21:48:43.709Z | Downloaded hyper v0.14.30 |
255 | 2024-07-11T21:48:43.715Z | Downloaded pest v2.7.11 |
256 | 2024-07-11T21:48:43.720Z | Downloaded goblin v0.8.2 |
257 | 2024-07-11T21:48:43.726Z | Downloaded aho-corasick v1.1.3 |
258 | 2024-07-11T21:48:43.731Z | Downloaded hashbrown v0.14.5 |
259 | 2024-07-11T21:48:43.736Z | Downloaded crossbeam-channel v0.5.13 |
260 | 2024-07-11T21:48:43.740Z | Downloaded base64 v0.21.7 |
261 | 2024-07-11T21:48:43.743Z | Downloaded mio v0.8.11 |
262 | 2024-07-11T21:48:43.748Z | Downloaded pin-project-lite v0.2.14 |
263 | 2024-07-11T21:48:43.752Z | Downloaded indexmap v2.2.6 |
264 | 2024-07-11T21:48:43.756Z | Downloaded http v0.2.12 |
265 | 2024-07-11T21:48:43.759Z | Downloaded hashbrown v0.12.3 |
266 | 2024-07-11T21:48:43.763Z | Downloaded typenum v1.17.0 |
267 | 2024-07-11T21:48:43.766Z | Downloaded serde_derive v1.0.204 |
268 | 2024-07-11T21:48:43.769Z | Downloaded unsafe-libyaml v0.2.11 |
269 | 2024-07-11T21:48:43.771Z | Downloaded term v0.7.0 |
270 | 2024-07-11T21:48:43.774Z | Downloaded spin v0.9.8 |
271 | 2024-07-11T21:48:43.776Z | Downloaded pest_meta v2.7.11 |
272 | 2024-07-11T21:48:43.779Z | Downloaded openssl-sys v0.9.102 |
273 | 2024-07-11T21:48:43.782Z | Downloaded schemars_derive v0.8.21 |
274 | 2024-07-11T21:48:43.785Z | Downloaded rustls-pemfile v2.1.2 |
275 | 2024-07-11T21:48:43.785Z | Downloaded pest_generator v2.7.11 |
276 | 2024-07-11T21:48:43.788Z | Downloaded indexmap v1.9.3 |
277 | 2024-07-11T21:48:43.793Z | Downloaded allocator-api2 v0.2.18 |
278 | 2024-07-11T21:48:43.796Z | Downloaded pest_derive v2.7.11 |
279 | 2024-07-11T21:48:43.796Z | Downloaded zerocopy-derive v0.7.35 |
280 | 2024-07-11T21:48:43.798Z | Downloaded slog-async v2.8.0 |
281 | 2024-07-11T21:48:43.801Z | Downloaded bytes v1.6.0 |
282 | 2024-07-11T21:48:43.804Z | Downloaded serde_tokenstream v0.2.1 |
283 | 2024-07-11T21:48:43.806Z | Downloaded scroll v0.12.0 |
284 | 2024-07-11T21:48:43.806Z | Downloaded multer v3.1.0 |
285 | 2024-07-11T21:48:43.809Z | Downloaded hyper-tls v0.5.0 |
286 | 2024-07-11T21:48:43.809Z | Downloaded plain v0.2.3 |
287 | 2024-07-11T21:48:43.812Z | Downloaded base64 v0.22.1 |
288 | 2024-07-11T21:48:43.815Z | Downloaded rustversion v1.0.17 |
289 | 2024-07-11T21:48:43.818Z | Downloaded native-tls v0.2.12 |
290 | 2024-07-11T21:48:43.821Z | Downloaded mime v0.3.17 |
291 | 2024-07-11T21:48:43.821Z | Downloaded digest v0.10.7 |
292 | 2024-07-11T21:48:43.823Z | Downloaded bitflags v2.6.0 |
293 | 2024-07-11T21:48:43.827Z | Downloaded newtype-uuid v1.1.0 |
294 | 2024-07-11T21:48:43.830Z | Downloaded serde_with_macros v3.8.3 |
295 | 2024-07-11T21:48:43.830Z | Downloaded usdt-impl v0.5.0 |
296 | 2024-07-11T21:48:43.830Z | Downloaded autocfg v1.3.0 |
297 | 2024-07-11T21:48:43.833Z | Downloaded strsim v0.11.1 |
298 | 2024-07-11T21:48:43.833Z | Downloaded pin-utils v0.1.0 |
299 | 2024-07-11T21:48:43.833Z | Downloaded hostname v0.4.0 |
300 | 2024-07-11T21:48:43.836Z | Downloaded fnv v1.0.7 |
301 | 2024-07-11T21:48:43.836Z | Downloaded serde_urlencoded v0.7.1 |
302 | 2024-07-11T21:48:43.839Z | Downloaded scopeguard v1.2.0 |
303 | 2024-07-11T21:48:43.839Z | Downloaded hex v0.4.3 |
304 | 2024-07-11T21:48:43.839Z | Downloaded futures-io v0.3.30 |
305 | 2024-07-11T21:48:43.841Z | Downloaded crypto-common v0.1.6 |
306 | 2024-07-11T21:48:43.841Z | Downloaded async-trait v0.1.81 |
307 | 2024-07-11T21:48:43.844Z | Downloaded untrusted v0.9.0 |
308 | 2024-07-11T21:48:43.844Z | Downloaded futures-macro v0.3.30 |
309 | 2024-07-11T21:48:43.847Z | Downloaded futures-channel v0.3.30 |
310 | 2024-07-11T21:48:43.847Z | Downloaded dirs-next v2.0.0 |
311 | 2024-07-11T21:48:43.849Z | Downloaded async-stream v0.3.5 |
312 | 2024-07-11T21:48:43.849Z | Downloaded darling v0.20.10 |
313 | 2024-07-11T21:48:43.853Z | Downloaded rand_chacha v0.3.1 |
314 | 2024-07-11T21:48:43.855Z | Downloaded pkg-config v0.3.30 |
315 | 2024-07-11T21:48:43.855Z | Downloaded num_threads v0.1.7 |
316 | 2024-07-11T21:48:43.858Z | Downloaded version_check v0.9.4 |
317 | 2024-07-11T21:48:43.858Z | Downloaded usdt v0.5.0 |
318 | 2024-07-11T21:48:43.858Z | Downloaded ident_case v1.0.1 |
319 | 2024-07-11T21:48:43.858Z | Downloaded generic-array v0.14.7 |
320 | 2024-07-11T21:48:43.864Z | Downloaded form_urlencoded v1.2.1 |
321 | 2024-07-11T21:48:43.864Z | Downloaded dyn-clone v1.0.17 |
322 | 2024-07-11T21:48:43.864Z | Downloaded dirs-sys-next v0.1.2 |
323 | 2024-07-11T21:48:43.874Z | Downloaded ring v0.17.8 |
324 | 2024-07-11T21:48:44.064Z | Compiling proc-macro2 v1.0.86 |
325 | 2024-07-11T21:48:44.064Z | Compiling unicode-ident v1.0.12 |
326 | 2024-07-11T21:48:44.068Z | Compiling libc v0.2.155 |
327 | 2024-07-11T21:48:44.068Z | Checking cfg-if v1.0.0 |
328 | 2024-07-11T21:48:44.068Z | Compiling version_check v0.9.4 |
329 | 2024-07-11T21:48:44.069Z | Compiling autocfg v1.3.0 |
330 | 2024-07-11T21:48:44.069Z | Compiling serde v1.0.204 |
331 | 2024-07-11T21:48:44.069Z | Compiling serde_json v1.0.120 |
332 | 2024-07-11T21:48:44.181Z | Checking itoa v1.0.11 |
333 | 2024-07-11T21:48:44.274Z | Compiling thiserror v1.0.61 |
334 | 2024-07-11T21:48:44.384Z | Checking once_cell v1.19.0 |
335 | 2024-07-11T21:48:44.639Z | Compiling cc v1.1.0 |
336 | 2024-07-11T21:48:44.735Z | Compiling ahash v0.8.11 |
337 | 2024-07-11T21:48:44.800Z | Compiling memchr v2.7.4 |
338 | 2024-07-11T21:48:46.643Z | Checking byteorder v1.5.0 |
339 | 2024-07-11T21:48:46.905Z | Compiling num-traits v0.2.19 |
340 | 2024-07-11T21:48:47.116Z | Checking pin-project-lite v0.2.14 |
341 | 2024-07-11T21:48:47.124Z | Checking ryu v1.0.18 |
342 | 2024-07-11T21:48:47.174Z | Checking bytes v1.6.0 |
343 | 2024-07-11T21:48:47.210Z | Checking log v0.4.22 |
344 | 2024-07-11T21:48:47.322Z | Checking allocator-api2 v0.2.18 |
345 | 2024-07-11T21:48:47.407Z | Compiling lock_api v0.4.12 |
346 | 2024-07-11T21:48:47.442Z | Compiling schemars v0.8.21 |
347 | 2024-07-11T21:48:47.539Z | Compiling parking_lot_core v0.9.10 |
348 | 2024-07-11T21:48:47.669Z | Compiling ring v0.17.8 |
349 | 2024-07-11T21:48:47.767Z | Checking getrandom v0.2.15 |
350 | 2024-07-11T21:48:47.823Z | Checking futures-core v0.3.30 |
351 | 2024-07-11T21:48:47.838Z | Checking scopeguard v1.2.0 |
352 | 2024-07-11T21:48:47.917Z | Compiling quote v1.0.36 |
353 | 2024-07-11T21:48:47.953Z | Checking smallvec v1.13.2 |
354 | 2024-07-11T21:48:47.978Z | Checking socket2 v0.5.7 |
355 | 2024-07-11T21:48:47.985Z | Checking mio v0.8.11 |
356 | 2024-07-11T21:48:47.993Z | Checking num_cpus v1.16.0 |
357 | 2024-07-11T21:48:48.085Z | Checking signal-hook-registry v1.4.2 |
358 | 2024-07-11T21:48:48.300Z | Compiling syn v2.0.70 |
359 | 2024-07-11T21:48:48.384Z | Compiling slab v0.4.9 |
360 | 2024-07-11T21:48:48.436Z | Checking futures-sink v0.3.30 |
361 | 2024-07-11T21:48:48.560Z | Checking spin v0.9.8 |
362 | 2024-07-11T21:48:48.589Z | Checking untrusted v0.9.0 |
363 | 2024-07-11T21:48:48.601Z | Checking fnv v1.0.7 |
364 | 2024-07-11T21:48:48.620Z | Checking parking_lot v0.12.3 |
365 | 2024-07-11T21:48:48.715Z | Checking equivalent v1.0.1 |
366 | 2024-07-11T21:48:48.718Z | Checking futures-channel v0.3.30 |
367 | 2024-07-11T21:48:48.740Z | Checking futures-task v0.3.30 |
368 | 2024-07-11T21:48:48.788Z | Compiling heck v0.5.0 |
369 | 2024-07-11T21:48:48.890Z | Compiling semver v1.0.23 |
370 | 2024-07-11T21:48:48.930Z | Checking futures-io v0.3.30 |
371 | 2024-07-11T21:48:49.020Z | Compiling pkg-config v0.3.30 |
372 | 2024-07-11T21:48:49.037Z | Compiling vcpkg v0.2.15 |
373 | 2024-07-11T21:48:49.079Z | Checking pin-utils v0.1.0 |
374 | 2024-07-11T21:48:49.184Z | Checking iana-time-zone v0.1.60 |
375 | 2024-07-11T21:48:49.308Z | Compiling ucd-trie v0.1.6 |
376 | 2024-07-11T21:48:49.356Z | Checking http v0.2.12 |
377 | 2024-07-11T21:48:49.786Z | Checking dyn-clone v1.0.17 |
378 | 2024-07-11T21:48:49.888Z | Compiling httparse v1.9.4 |
379 | 2024-07-11T21:48:50.542Z | Checking tracing-core v0.1.32 |
380 | 2024-07-11T21:48:50.603Z | Compiling uuid v1.10.0 |
381 | 2024-07-11T21:48:50.611Z | Compiling openssl-sys v0.9.102 |
382 | 2024-07-11T21:48:51.141Z | Compiling chrono v0.4.38 |
383 | 2024-07-11T21:48:51.150Z | Checking tracing v0.1.40 |
384 | 2024-07-11T21:48:51.150Z | Checking try-lock v0.2.5 |
385 | 2024-07-11T21:48:51.176Z | Checking foreign-types-shared v0.1.1 |
386 | 2024-07-11T21:48:51.249Z | Compiling slog v2.7.0 |
387 | 2024-07-11T21:48:51.258Z | Compiling openssl v0.10.64 |
388 | 2024-07-11T21:48:51.428Z | Checking want v0.3.1 |
389 | 2024-07-11T21:48:51.452Z | Checking foreign-types v0.3.2 |
390 | 2024-07-11T21:48:51.558Z | Checking http-body v0.4.6 |
391 | 2024-07-11T21:48:51.608Z | Compiling aho-corasick v1.1.3 |
392 | 2024-07-11T21:48:51.724Z | Checking tower-service v0.3.2 |
393 | 2024-07-11T21:48:51.814Z | Compiling rustls v0.21.12 |
394 | 2024-07-11T21:48:51.902Z | Compiling regex-syntax v0.8.4 |
395 | 2024-07-11T21:48:52.013Z | Compiling native-tls v0.2.12 |
396 | 2024-07-11T21:48:52.294Z | Checking bitflags v2.6.0 |
397 | 2024-07-11T21:48:52.542Z | Checking percent-encoding v2.3.1 |
398 | 2024-07-11T21:48:52.719Z | Checking httpdate v1.0.3 |
399 | 2024-07-11T21:48:52.889Z | Checking tinyvec_macros v0.1.1 |
400 | 2024-07-11T21:48:52.942Z | Compiling typenum v1.17.0 |
401 | 2024-07-11T21:48:52.953Z | Checking tinyvec v1.8.0 |
402 | 2024-07-11T21:48:53.933Z | Checking form_urlencoded v1.2.1 |
403 | 2024-07-11T21:48:54.146Z | Compiling generic-array v0.14.7 |
404 | 2024-07-11T21:48:54.328Z | Checking openssl-probe v0.1.5 |
405 | 2024-07-11T21:48:54.447Z | Checking unicode-normalization v0.1.23 |
406 | 2024-07-11T21:48:54.519Z | Compiling serde_derive_internals v0.29.1 |
407 | 2024-07-11T21:48:55.319Z | Compiling regex-automata v0.4.7 |
408 | 2024-07-11T21:48:56.197Z | Compiling usdt-impl v0.5.0 |
409 | 2024-07-11T21:48:56.485Z | Checking encoding_rs v0.8.34 |
410 | 2024-07-11T21:48:56.508Z | Checking mime v0.3.17 |
411 | 2024-07-11T21:48:56.788Z | Compiling num-conv v0.1.0 |
412 | 2024-07-11T21:48:56.832Z | Checking powerfmt v0.2.0 |
413 | 2024-07-11T21:48:57.073Z | Compiling time-core v0.1.2 |
414 | 2024-07-11T21:48:57.222Z | Checking unicode-bidi v0.3.15 |
415 | 2024-07-11T21:48:57.383Z | Compiling time-macros v0.2.18 |
416 | 2024-07-11T21:48:57.397Z | Checking deranged v0.3.11 |
417 | 2024-07-11T21:48:57.802Z | Checking idna v0.5.0 |
418 | 2024-07-11T21:48:58.681Z | Compiling thread-id v4.2.1 |
419 | 2024-07-11T21:48:58.775Z | Checking base64 v0.21.7 |
420 | 2024-07-11T21:48:59.221Z | Compiling crossbeam-utils v0.8.20 |
421 | 2024-07-11T21:48:59.261Z | Compiling regex v1.10.5 |
422 | 2024-07-11T21:48:59.774Z | Compiling ident_case v1.0.1 |
423 | 2024-07-11T21:48:59.928Z | Checking rustls-pki-types v1.7.0 |
424 | 2024-07-11T21:49:00.325Z | Checking plain v0.2.3 |
425 | 2024-07-11T21:49:00.363Z | Compiling serde_derive v1.0.204 |
426 | 2024-07-11T21:49:00.400Z | Compiling zerocopy-derive v0.7.35 |
427 | 2024-07-11T21:49:00.416Z | Compiling thiserror-impl v1.0.61 |
428 | 2024-07-11T21:49:00.440Z | Compiling schemars_derive v0.8.21 |
429 | 2024-07-11T21:49:00.523Z | Compiling tokio-macros v2.3.0 |
430 | 2024-07-11T21:49:01.015Z | Compiling futures-macro v0.3.30 |
431 | 2024-07-11T21:49:02.109Z | Checking tokio v1.38.0 |
432 | 2024-07-11T21:49:02.504Z | Checking zerocopy v0.7.35 |
433 | 2024-07-11T21:49:03.378Z | Checking futures-util v0.3.30 |
434 | 2024-07-11T21:49:03.439Z | Compiling pest v2.7.11 |
435 | 2024-07-11T21:49:03.528Z | Compiling openssl-macros v0.1.1 |
436 | 2024-07-11T21:49:03.619Z | Checking rustls-webpki v0.101.7 |
437 | 2024-07-11T21:49:04.299Z | Checking sct v0.7.1 |
438 | 2024-07-11T21:49:04.403Z | Checking hashbrown v0.14.5 |
439 | 2024-07-11T21:49:05.516Z | Compiling scroll_derive v0.12.0 |
440 | 2024-07-11T21:49:06.184Z | Compiling pest_meta v2.7.11 |
441 | 2024-07-11T21:49:06.350Z | Compiling regress v0.10.0 |
442 | 2024-07-11T21:49:07.010Z | Checking scroll v0.12.0 |
443 | 2024-07-11T21:49:07.451Z | Compiling pest_generator v2.7.11 |
444 | 2024-07-11T21:49:08.893Z | Checking tokio-util v0.7.11 |
445 | 2024-07-11T21:49:09.223Z | Checking tokio-rustls v0.24.1 |
446 | 2024-07-11T21:49:09.528Z | Compiling strsim v0.11.1 |
447 | 2024-07-11T21:49:09.707Z | Checking num_threads v0.1.7 |
448 | 2024-07-11T21:49:09.911Z | Checking tokio-native-tls v0.3.1 |
449 | 2024-07-11T21:49:10.197Z | Checking time v0.3.36 |
450 | 2024-07-11T21:49:10.317Z | Compiling darling_core v0.20.10 |
451 | 2024-07-11T21:49:10.519Z | Compiling pest_derive v2.7.11 |
452 | 2024-07-11T21:49:10.839Z | Checking goblin v0.8.2 |
453 | 2024-07-11T21:49:11.337Z | Compiling dtrace-parser v0.2.0 |
454 | 2024-07-11T21:49:11.965Z | Checking rustls-pemfile v1.0.4 |
455 | 2024-07-11T21:49:12.136Z | Checking url v2.5.2 |
456 | 2024-07-11T21:49:12.716Z | Checking dirs-sys-next v0.1.2 |
457 | 2024-07-11T21:49:12.874Z | Compiling unsafe-libyaml v0.2.11 |
458 | 2024-07-11T21:49:13.186Z | Checking sync_wrapper v0.1.2 |
459 | 2024-07-11T21:49:13.194Z | Checking webpki-roots v0.25.4 |
460 | 2024-07-11T21:49:13.291Z | Checking indexmap v2.2.6 |
461 | 2024-07-11T21:49:14.529Z | Compiling serde_tokenstream v0.2.1 |
462 | 2024-07-11T21:49:14.717Z | Checking h2 v0.3.26 |
463 | 2024-07-11T21:49:15.345Z | Checking serde_urlencoded v0.7.1 |
464 | 2024-07-11T21:49:15.401Z | Checking openapiv3 v2.0.0 |
465 | 2024-07-11T21:49:15.764Z | Compiling rustls v0.22.4 |
466 | 2024-07-11T21:49:15.784Z | Compiling omicron-workspace-hack v0.1.0 |
467 | 2024-07-11T21:49:16.032Z | Checking pretty-hex v0.4.1 |
468 | 2024-07-11T21:49:16.065Z | Compiling paste v1.0.15 |
469 | 2024-07-11T21:49:16.093Z | Compiling rustversion v1.0.17 |
470 | 2024-07-11T21:49:16.447Z | Compiling dof v0.3.0 |
471 | 2024-07-11T21:49:16.707Z | Checking ipnet v2.9.0 |
472 | 2024-07-11T21:49:16.883Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#abf38e33) |
473 | 2024-07-11T21:49:17.255Z | Compiling darling_macro v0.20.10 |
474 | 2024-07-11T21:49:18.280Z | Compiling serde_yaml v0.9.34+deprecated |
475 | 2024-07-11T21:49:18.515Z | Checking toml_datetime v0.6.6 |
476 | 2024-07-11T21:49:18.742Z | Checking hyper v0.14.30 |
477 | 2024-07-11T21:49:18.760Z | Checking serde_spanned v0.6.6 |
478 | 2024-07-11T21:49:18.887Z | Checking dirs-next v2.0.0 |
479 | 2024-07-11T21:49:19.192Z | Checking rustls-webpki v0.102.5 |
480 | 2024-07-11T21:49:19.404Z | Compiling structmeta-derive v0.3.0 |
481 | 2024-07-11T21:49:19.554Z | Checking crypto-common v0.1.6 |
482 | 2024-07-11T21:49:19.689Z | Checking block-buffer v0.10.4 |
483 | 2024-07-11T21:49:19.692Z | Checking rand_core v0.6.4 |
484 | 2024-07-11T21:49:19.892Z | Compiling multer v3.1.0 |
485 | 2024-07-11T21:49:19.946Z | Checking thread_local v1.1.8 |
486 | 2024-07-11T21:49:19.952Z | Compiling camino v1.1.7 |
487 | 2024-07-11T21:49:20.179Z | Checking match_cfg v0.1.0 |
488 | 2024-07-11T21:49:20.188Z | Compiling slog-async v2.8.0 |
489 | 2024-07-11T21:49:20.250Z | Checking subtle v2.6.1 |
490 | 2024-07-11T21:49:20.448Z | Checking ppv-lite86 v0.2.17 |
491 | 2024-07-11T21:49:20.491Z | Compiling anyhow v1.0.86 |
492 | 2024-07-11T21:49:20.646Z | Checking zeroize v1.8.1 |
493 | 2024-07-11T21:49:20.790Z | Checking winnow v0.6.13 |
494 | 2024-07-11T21:49:21.125Z | Checking rand_chacha v0.3.1 |
495 | 2024-07-11T21:49:21.301Z | Checking hostname v0.3.1 |
496 | 2024-07-11T21:49:21.471Z | Checking digest v0.10.7 |
497 | 2024-07-11T21:49:21.763Z | Checking crossbeam-channel v0.5.13 |
498 | 2024-07-11T21:49:21.977Z | Checking term v0.7.0 |
499 | 2024-07-11T21:49:22.107Z | Compiling structmeta v0.3.0 |
500 | 2024-07-11T21:49:22.154Z | Compiling usdt-attr-macro v0.5.0 |
501 | 2024-07-11T21:49:22.394Z | Compiling usdt-macro v0.5.0 |
502 | 2024-07-11T21:49:22.473Z | Compiling darling v0.20.10 |
503 | 2024-07-11T21:49:23.045Z | Checking hyper-tls v0.5.0 |
504 | 2024-07-11T21:49:23.276Z | Checking hyper-rustls v0.24.2 |
505 | 2024-07-11T21:49:23.522Z | Checking reqwest v0.11.27 |
506 | 2024-07-11T21:49:23.548Z | Checking slog-json v2.6.1 |
507 | 2024-07-11T21:49:23.616Z | Checking futures-executor v0.3.30 |
508 | 2024-07-11T21:49:23.711Z | Compiling async-stream-impl v0.3.5 |
509 | 2024-07-11T21:49:23.768Z | Checking http v1.1.0 |
510 | 2024-07-11T21:49:23.811Z | Checking is-terminal v0.4.12 |
511 | 2024-07-11T21:49:23.821Z | Checking toml_edit v0.22.15 |
512 | 2024-07-11T21:49:23.909Z | Checking memmap v0.7.0 |
513 | 2024-07-11T21:49:23.949Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#9fef3961) |
514 | 2024-07-11T21:49:24.091Z | Checking base64 v0.22.1 |
515 | 2024-07-11T21:49:24.248Z | Checking cpufeatures v0.2.12 |
516 | 2024-07-11T21:49:24.329Z | Checking take_mut v0.2.2 |
517 | 2024-07-11T21:49:24.450Z | Checking atomic-waker v1.1.2 |
518 | 2024-07-11T21:49:24.561Z | Checking waitgroup v0.1.2 |
519 | 2024-07-11T21:49:24.564Z | Checking rustls-pemfile v2.1.2 |
520 | 2024-07-11T21:49:24.564Z | Checking tokio-rustls v0.25.0 |
521 | 2024-07-11T21:49:24.763Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0deadb0d) |
522 | 2024-07-11T21:49:24.778Z | Checking sha1 v0.10.6 |
523 | 2024-07-11T21:49:24.927Z | Checking usdt v0.5.0 |
524 | 2024-07-11T21:49:24.940Z | Compiling strum_macros v0.26.4 |
525 | 2024-07-11T21:49:25.016Z | Checking slog-term v2.9.1 |
526 | 2024-07-11T21:49:25.039Z | Checking futures v0.3.30 |
527 | 2024-07-11T21:49:25.047Z | Checking async-stream v0.3.5 |
528 | 2024-07-11T21:49:25.125Z | Checking slog-bunyan v2.5.0 |
529 | 2024-07-11T21:49:25.150Z | Compiling serde_with_macros v3.8.3 |
530 | 2024-07-11T21:49:25.217Z | Compiling parse-display-derive v0.9.1 |
531 | 2024-07-11T21:49:25.262Z | Checking rand v0.8.5 |
532 | 2024-07-11T21:49:25.911Z | Checking ipnetwork v0.20.0 |
533 | 2024-07-11T21:49:25.986Z | Checking newtype-uuid v1.1.0 |
534 | 2024-07-11T21:49:26.197Z | Checking toml v0.8.14 |
535 | 2024-07-11T21:49:26.206Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#9fef3961) |
536 | 2024-07-11T21:49:26.228Z | Checking hex v0.4.3 |
537 | 2024-07-11T21:49:26.445Z | Checking serde_path_to_error v0.1.16 |
538 | 2024-07-11T21:49:26.726Z | Compiling async-trait v0.1.81 |
539 | 2024-07-11T21:49:26.919Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
540 | 2024-07-11T21:49:27.060Z | Checking hostname v0.4.0 |
541 | 2024-07-11T21:49:27.175Z | Checking instant v0.1.13 |
542 | 2024-07-11T21:49:27.270Z | Checking debug-ignore v1.0.5 |
543 | 2024-07-11T21:49:27.380Z | Checking backoff v0.4.0 |
544 | 2024-07-11T21:49:27.652Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
545 | 2024-07-11T21:49:27.678Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
546 | 2024-07-11T21:49:27.779Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#f37a7aaf) |
547 | 2024-07-11T21:49:27.798Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
548 | 2024-07-11T21:49:27.927Z | Checking serde_with v3.8.3 |
549 | 2024-07-11T21:49:27.995Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
550 | 2024-07-11T21:49:28.159Z | Checking macaddr v1.0.1 |
551 | 2024-07-11T21:49:28.469Z | Checking regress v0.9.1 |
552 | 2024-07-11T21:49:29.304Z | Checking parse-display v0.9.1 |
553 | 2024-07-11T21:49:29.720Z | Checking strum v0.26.3 |
554 | 2024-07-11T21:49:30.740Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#abf38e33) |
555 | 2024-07-11T21:49:32.497Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#abf38e33) |
556 | 2024-07-11T21:49:32.555Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0deadb0d) |
557 | 2024-07-11T21:49:35.351Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0deadb0d) |
558 | 2024-07-11T21:49:41.318Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0deadb0d) |
559 | 2024-07-11T21:49:41.418Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d1686c86f92ead77e07ddc6024837dee4a401d6d#d1686c86) |
560 | 2024-07-11T21:49:43.970Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
561 | 2024-07-11T21:49:49.876Z | Checking test-project v0.1.0 (/tmp/test-project) |
562 | 2024-07-11T21:49:49.928Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s |
563 | 2024-07-11T21:49:49.987Z | + cargo build --release |
564 | 2024-07-11T21:49:50.228Z | Compiling proc-macro2 v1.0.86 |
565 | 2024-07-11T21:49:50.228Z | Compiling unicode-ident v1.0.12 |
566 | 2024-07-11T21:49:50.228Z | Compiling libc v0.2.155 |
567 | 2024-07-11T21:49:50.228Z | Compiling cfg-if v1.0.0 |
568 | 2024-07-11T21:49:50.228Z | Compiling version_check v0.9.4 |
569 | 2024-07-11T21:49:50.231Z | Compiling autocfg v1.3.0 |
570 | 2024-07-11T21:49:50.231Z | Compiling serde v1.0.204 |
571 | 2024-07-11T21:49:50.264Z | Compiling serde_json v1.0.120 |
572 | 2024-07-11T21:49:50.323Z | Compiling itoa v1.0.11 |
573 | 2024-07-11T21:49:50.401Z | Compiling thiserror v1.0.61 |
574 | 2024-07-11T21:49:50.528Z | Compiling once_cell v1.19.0 |
575 | 2024-07-11T21:49:50.688Z | Compiling memchr v2.7.4 |
576 | 2024-07-11T21:49:50.782Z | Compiling cc v1.1.0 |
577 | 2024-07-11T21:49:50.877Z | Compiling ahash v0.8.11 |
578 | 2024-07-11T21:49:51.218Z | Compiling byteorder v1.5.0 |
579 | 2024-07-11T21:49:51.282Z | Compiling num-traits v0.2.19 |
580 | 2024-07-11T21:49:51.584Z | Compiling pin-project-lite v0.2.14 |
581 | 2024-07-11T21:49:51.627Z | Compiling quote v1.0.36 |
582 | 2024-07-11T21:49:51.690Z | Compiling getrandom v0.2.15 |
583 | 2024-07-11T21:49:51.697Z | Compiling ryu v1.0.18 |
584 | 2024-07-11T21:49:52.018Z | Compiling syn v2.0.70 |
585 | 2024-07-11T21:49:52.156Z | Compiling bytes v1.6.0 |
586 | 2024-07-11T21:49:52.229Z | Compiling log v0.4.22 |
587 | 2024-07-11T21:49:52.344Z | Compiling allocator-api2 v0.2.18 |
588 | 2024-07-11T21:49:52.404Z | Compiling schemars v0.8.21 |
589 | 2024-07-11T21:49:52.498Z | Compiling lock_api v0.4.12 |
590 | 2024-07-11T21:49:52.713Z | Compiling parking_lot_core v0.9.10 |
591 | 2024-07-11T21:49:52.767Z | Compiling futures-core v0.3.30 |
592 | 2024-07-11T21:49:52.935Z | Compiling smallvec v1.13.2 |
593 | 2024-07-11T21:49:52.994Z | Compiling scopeguard v1.2.0 |
594 | 2024-07-11T21:49:53.145Z | Compiling num_cpus v1.16.0 |
595 | 2024-07-11T21:49:53.185Z | Compiling mio v0.8.11 |
596 | 2024-07-11T21:49:53.254Z | Compiling socket2 v0.5.7 |
597 | 2024-07-11T21:49:53.656Z | Compiling signal-hook-registry v1.4.2 |
598 | 2024-07-11T21:49:53.711Z | Compiling slab v0.4.9 |
599 | 2024-07-11T21:49:53.777Z | Compiling ring v0.17.8 |
600 | 2024-07-11T21:49:53.953Z | Compiling parking_lot v0.12.3 |
601 | 2024-07-11T21:49:54.035Z | Compiling spin v0.9.8 |
602 | 2024-07-11T21:49:54.281Z | Compiling futures-sink v0.3.30 |
603 | 2024-07-11T21:49:54.436Z | Compiling equivalent v1.0.1 |
604 | 2024-07-11T21:49:54.530Z | Compiling untrusted v0.9.0 |
605 | 2024-07-11T21:49:54.547Z | Compiling fnv v1.0.7 |
606 | 2024-07-11T21:49:54.703Z | Compiling semver v1.0.23 |
607 | 2024-07-11T21:49:55.182Z | Compiling futures-channel v0.3.30 |
608 | 2024-07-11T21:49:55.227Z | Compiling pkg-config v0.3.30 |
609 | 2024-07-11T21:49:55.297Z | Compiling futures-io v0.3.30 |
610 | 2024-07-11T21:49:55.393Z | Compiling heck v0.5.0 |
611 | 2024-07-11T21:49:55.423Z | Compiling futures-task v0.3.30 |
612 | 2024-07-11T21:49:55.624Z | Compiling pin-utils v0.1.0 |
613 | 2024-07-11T21:49:55.631Z | Compiling vcpkg v0.2.15 |
614 | 2024-07-11T21:49:55.919Z | Compiling iana-time-zone v0.1.60 |
615 | 2024-07-11T21:49:55.922Z | Compiling ucd-trie v0.1.6 |
616 | 2024-07-11T21:49:56.395Z | Compiling http v0.2.12 |
617 | 2024-07-11T21:49:56.651Z | Compiling dyn-clone v1.0.17 |
618 | 2024-07-11T21:49:56.792Z | Compiling httparse v1.9.4 |
619 | 2024-07-11T21:49:57.344Z | Compiling openssl-sys v0.9.102 |
620 | 2024-07-11T21:49:57.611Z | Compiling tracing-core v0.1.32 |
621 | 2024-07-11T21:49:57.893Z | Compiling chrono v0.4.38 |
622 | 2024-07-11T21:49:58.178Z | Compiling uuid v1.10.0 |
623 | 2024-07-11T21:49:58.337Z | Compiling tracing v0.1.40 |
624 | 2024-07-11T21:49:59.044Z | Compiling serde_derive_internals v0.29.1 |
625 | 2024-07-11T21:50:00.055Z | Compiling try-lock v0.2.5 |
626 | 2024-07-11T21:50:00.188Z | Compiling slog v2.7.0 |
627 | 2024-07-11T21:50:00.674Z | Compiling foreign-types-shared v0.1.1 |
628 | 2024-07-11T21:50:00.912Z | Compiling openssl v0.10.64 |
629 | 2024-07-11T21:50:00.954Z | Compiling foreign-types v0.3.2 |
630 | 2024-07-11T21:50:01.081Z | Compiling want v0.3.1 |
631 | 2024-07-11T21:50:01.326Z | Compiling http-body v0.4.6 |
632 | 2024-07-11T21:50:01.360Z | Compiling aho-corasick v1.1.3 |
633 | 2024-07-11T21:50:01.373Z | Compiling tinyvec_macros v0.1.1 |
634 | 2024-07-11T21:50:01.450Z | Compiling native-tls v0.2.12 |
635 | 2024-07-11T21:50:01.807Z | Compiling percent-encoding v2.3.1 |
636 | 2024-07-11T21:50:01.818Z | Compiling regex-syntax v0.8.4 |
637 | 2024-07-11T21:50:02.300Z | Compiling typenum v1.17.0 |
638 | 2024-07-11T21:50:02.312Z | Compiling httpdate v1.0.3 |
639 | 2024-07-11T21:50:02.653Z | Compiling tower-service v0.3.2 |
640 | 2024-07-11T21:50:02.766Z | Compiling bitflags v2.6.0 |
641 | 2024-07-11T21:50:03.033Z | Compiling rustls v0.21.12 |
642 | 2024-07-11T21:50:03.107Z | Compiling form_urlencoded v1.2.1 |
643 | 2024-07-11T21:50:03.244Z | Compiling tinyvec v1.8.0 |
644 | 2024-07-11T21:50:03.673Z | Compiling generic-array v0.14.7 |
645 | 2024-07-11T21:50:03.990Z | Compiling openssl-probe v0.1.5 |
646 | 2024-07-11T21:50:04.822Z | Compiling serde_derive v1.0.204 |
647 | 2024-07-11T21:50:04.910Z | Compiling zerocopy-derive v0.7.35 |
648 | 2024-07-11T21:50:05.279Z | Compiling thiserror-impl v1.0.61 |
649 | 2024-07-11T21:50:05.921Z | Compiling schemars_derive v0.8.21 |
650 | 2024-07-11T21:50:06.010Z | Compiling tokio-macros v2.3.0 |
651 | 2024-07-11T21:50:07.036Z | Compiling zerocopy v0.7.35 |
652 | 2024-07-11T21:50:07.783Z | Compiling tokio v1.38.0 |
653 | 2024-07-11T21:50:08.318Z | Compiling futures-macro v0.3.30 |
654 | 2024-07-11T21:50:09.060Z | Compiling pest v2.7.11 |
655 | 2024-07-11T21:50:09.260Z | Compiling hashbrown v0.14.5 |
656 | 2024-07-11T21:50:10.391Z | Compiling futures-util v0.3.30 |
657 | 2024-07-11T21:50:11.055Z | Compiling regress v0.10.0 |
658 | 2024-07-11T21:50:11.149Z | Compiling openssl-macros v0.1.1 |
659 | 2024-07-11T21:50:11.899Z | Compiling pest_meta v2.7.11 |
660 | 2024-07-11T21:50:12.498Z | Compiling sct v0.7.1 |
661 | 2024-07-11T21:50:15.725Z | Compiling pest_generator v2.7.11 |
662 | 2024-07-11T21:50:16.242Z | Compiling tokio-util v0.7.11 |
663 | 2024-07-11T21:50:17.437Z | Compiling rustls-webpki v0.101.7 |
664 | 2024-07-11T21:50:17.591Z | Compiling pest_derive v2.7.11 |
665 | 2024-07-11T21:50:18.464Z | Compiling regex-automata v0.4.7 |
666 | 2024-07-11T21:50:21.636Z | Compiling indexmap v2.2.6 |
667 | 2024-07-11T21:50:22.148Z | Compiling serde_tokenstream v0.2.1 |
668 | 2024-07-11T21:50:26.804Z | Compiling h2 v0.3.26 |
669 | 2024-07-11T21:50:27.212Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#abf38e33) |
670 | 2024-07-11T21:50:28.110Z | Compiling regex v1.10.5 |
671 | 2024-07-11T21:50:31.475Z | Compiling unicode-normalization v0.1.23 |
672 | 2024-07-11T21:50:31.714Z | Compiling scroll_derive v0.12.0 |
673 | 2024-07-11T21:50:32.708Z | Compiling hyper v0.14.30 |
674 | 2024-07-11T21:50:37.530Z | Compiling usdt-impl v0.5.0 |
675 | 2024-07-11T21:50:37.871Z | Compiling encoding_rs v0.8.34 |
676 | 2024-07-11T21:50:38.401Z | Compiling mime v0.3.17 |
677 | 2024-07-11T21:50:39.563Z | Compiling num-conv v0.1.0 |
678 | 2024-07-11T21:50:40.069Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#abf38e33) |
679 | 2024-07-11T21:50:42.764Z | Compiling powerfmt v0.2.0 |
680 | 2024-07-11T21:50:43.248Z | Compiling unicode-bidi v0.3.15 |
681 | 2024-07-11T21:50:44.154Z | Compiling time-core v0.1.2 |
682 | 2024-07-11T21:50:44.319Z | Compiling time-macros v0.2.18 |
683 | 2024-07-11T21:50:46.346Z | Compiling idna v0.5.0 |
684 | 2024-07-11T21:50:47.889Z | Compiling deranged v0.3.11 |
685 | 2024-07-11T21:50:48.575Z | Compiling scroll v0.12.0 |
686 | 2024-07-11T21:50:49.203Z | Compiling tokio-native-tls v0.3.1 |
687 | 2024-07-11T21:50:49.509Z | Compiling tokio-rustls v0.24.1 |
688 | 2024-07-11T21:50:49.892Z | Compiling dof v0.3.0 |
689 | 2024-07-11T21:50:49.923Z | Compiling serde_urlencoded v0.7.1 |
690 | 2024-07-11T21:50:49.947Z | Compiling dtrace-parser v0.2.0 |
691 | 2024-07-11T21:50:50.558Z | Compiling thread-id v4.2.1 |
692 | 2024-07-11T21:50:50.658Z | Compiling strsim v0.11.1 |
693 | 2024-07-11T21:50:50.771Z | Compiling crossbeam-utils v0.8.20 |
694 | 2024-07-11T21:50:51.345Z | Compiling base64 v0.21.7 |
695 | 2024-07-11T21:50:51.415Z | Compiling num_threads v0.1.7 |
696 | 2024-07-11T21:50:51.707Z | Compiling rustls-pki-types v1.7.0 |
697 | 2024-07-11T21:50:51.881Z | Compiling ident_case v1.0.1 |
698 | 2024-07-11T21:50:52.307Z | Compiling omicron-workspace-hack v0.1.0 |
699 | 2024-07-11T21:50:52.953Z | Compiling plain v0.2.3 |
700 | 2024-07-11T21:50:53.061Z | Compiling time v0.3.36 |
701 | 2024-07-11T21:50:53.106Z | Compiling goblin v0.8.2 |
702 | 2024-07-11T21:50:57.514Z | Compiling darling_core v0.20.10 |
703 | 2024-07-11T21:50:59.398Z | Compiling rustls-pemfile v1.0.4 |
704 | 2024-07-11T21:51:01.316Z | Compiling hyper-rustls v0.24.2 |
705 | 2024-07-11T21:51:01.715Z | Compiling hyper-tls v0.5.0 |
706 | 2024-07-11T21:51:01.747Z | Compiling url v2.5.2 |
707 | 2024-07-11T21:51:02.196Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#abf38e33) |
708 | 2024-07-11T21:51:02.313Z | Compiling openapiv3 v2.0.0 |
709 | 2024-07-11T21:51:04.056Z | Compiling dirs-sys-next v0.1.2 |
710 | 2024-07-11T21:51:05.603Z | Compiling pretty-hex v0.4.1 |
711 | 2024-07-11T21:51:05.831Z | Compiling rustls v0.22.4 |
712 | 2024-07-11T21:51:06.125Z | Compiling unsafe-libyaml v0.2.11 |
713 | 2024-07-11T21:51:06.759Z | Compiling webpki-roots v0.25.4 |
714 | 2024-07-11T21:51:06.904Z | Compiling rustversion v1.0.17 |
715 | 2024-07-11T21:51:07.424Z | Compiling paste v1.0.15 |
716 | 2024-07-11T21:51:07.546Z | Compiling ipnet v2.9.0 |
717 | 2024-07-11T21:51:07.869Z | Compiling sync_wrapper v0.1.2 |
718 | 2024-07-11T21:51:07.978Z | Compiling serde_yaml v0.9.34+deprecated |
719 | 2024-07-11T21:51:08.019Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0deadb0d) |
720 | 2024-07-11T21:51:09.651Z | Compiling reqwest v0.11.27 |
721 | 2024-07-11T21:51:10.416Z | Compiling dirs-next v2.0.0 |
722 | 2024-07-11T21:51:10.674Z | Compiling darling_macro v0.20.10 |
723 | 2024-07-11T21:51:13.705Z | Compiling rustls-webpki v0.102.5 |
724 | 2024-07-11T21:51:15.213Z | Compiling crypto-common v0.1.6 |
725 | 2024-07-11T21:51:15.416Z | Compiling block-buffer v0.10.4 |
726 | 2024-07-11T21:51:15.651Z | Compiling serde_spanned v0.6.6 |
727 | 2024-07-11T21:51:15.883Z | Compiling toml_datetime v0.6.6 |
728 | 2024-07-11T21:51:16.549Z | Compiling structmeta-derive v0.3.0 |
729 | 2024-07-11T21:51:16.593Z | Compiling rand_core v0.6.4 |
730 | 2024-07-11T21:51:17.173Z | Compiling multer v3.1.0 |
731 | 2024-07-11T21:51:17.486Z | Compiling thread_local v1.1.8 |
732 | 2024-07-11T21:51:17.666Z | Compiling ppv-lite86 v0.2.17 |
733 | 2024-07-11T21:51:18.225Z | Compiling subtle v2.6.1 |
734 | 2024-07-11T21:51:18.288Z | Compiling camino v1.1.7 |
735 | 2024-07-11T21:51:18.445Z | Compiling zeroize v1.8.1 |
736 | 2024-07-11T21:51:18.473Z | Compiling slog-async v2.8.0 |
737 | 2024-07-11T21:51:18.476Z | Compiling match_cfg v0.1.0 |
738 | 2024-07-11T21:51:18.553Z | Compiling anyhow v1.0.86 |
739 | 2024-07-11T21:51:18.714Z | Compiling winnow v0.6.13 |
740 | 2024-07-11T21:51:18.908Z | Compiling hostname v0.3.1 |
741 | 2024-07-11T21:51:18.992Z | Compiling rand_chacha v0.3.1 |
742 | 2024-07-11T21:51:19.273Z | Compiling digest v0.10.7 |
743 | 2024-07-11T21:51:19.411Z | Compiling structmeta v0.3.0 |
744 | 2024-07-11T21:51:19.681Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0deadb0d) |
745 | 2024-07-11T21:51:19.793Z | Compiling crossbeam-channel v0.5.13 |
746 | 2024-07-11T21:51:21.503Z | Compiling darling v0.20.10 |
747 | 2024-07-11T21:51:21.598Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0deadb0d) |
748 | 2024-07-11T21:51:23.061Z | Compiling toml_edit v0.22.15 |
749 | 2024-07-11T21:51:23.342Z | Compiling term v0.7.0 |
750 | 2024-07-11T21:51:30.753Z | Compiling usdt-macro v0.5.0 |
751 | 2024-07-11T21:51:30.761Z | Compiling usdt-attr-macro v0.5.0 |
752 | 2024-07-11T21:51:32.123Z | Compiling slog-json v2.6.1 |
753 | 2024-07-11T21:51:32.283Z | Compiling futures-executor v0.3.30 |
754 | 2024-07-11T21:51:32.663Z | Compiling async-stream-impl v0.3.5 |
755 | 2024-07-11T21:51:33.632Z | Compiling http v1.1.0 |
756 | 2024-07-11T21:51:34.108Z | Compiling is-terminal v0.4.12 |
757 | 2024-07-11T21:51:34.214Z | Compiling memmap v0.7.0 |
758 | 2024-07-11T21:51:34.669Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#9fef3961) |
759 | 2024-07-11T21:51:34.998Z | Compiling atomic-waker v1.1.2 |
760 | 2024-07-11T21:51:35.177Z | Compiling base64 v0.22.1 |
761 | 2024-07-11T21:51:36.114Z | Compiling cpufeatures v0.2.12 |
762 | 2024-07-11T21:51:36.203Z | Compiling take_mut v0.2.2 |
763 | 2024-07-11T21:51:36.271Z | Compiling sha1 v0.10.6 |
764 | 2024-07-11T21:51:37.058Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0deadb0d) |
765 | 2024-07-11T21:51:37.243Z | Compiling rustls-pemfile v2.1.2 |
766 | 2024-07-11T21:51:38.321Z | Compiling waitgroup v0.1.2 |
767 | 2024-07-11T21:51:38.606Z | Compiling usdt v0.5.0 |
768 | 2024-07-11T21:51:40.032Z | Compiling slog-term v2.9.1 |
769 | 2024-07-11T21:51:40.251Z | Compiling async-stream v0.3.5 |
770 | 2024-07-11T21:51:40.608Z | Compiling futures v0.3.30 |
771 | 2024-07-11T21:51:40.712Z | Compiling slog-bunyan v2.5.0 |
772 | 2024-07-11T21:51:40.973Z | Compiling strum_macros v0.26.4 |
773 | 2024-07-11T21:51:41.035Z | Compiling toml v0.8.14 |
774 | 2024-07-11T21:51:43.019Z | Compiling tokio-rustls v0.25.0 |
775 | 2024-07-11T21:51:43.444Z | Compiling serde_with_macros v3.8.3 |
776 | 2024-07-11T21:51:45.943Z | Compiling parse-display-derive v0.9.1 |
777 | 2024-07-11T21:51:46.353Z | Compiling rand v0.8.5 |
778 | 2024-07-11T21:51:49.212Z | Compiling ipnetwork v0.20.0 |
779 | 2024-07-11T21:51:49.947Z | Compiling newtype-uuid v1.1.0 |
780 | 2024-07-11T21:51:50.208Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#9fef3961) |
781 | 2024-07-11T21:51:50.236Z | Compiling hex v0.4.3 |
782 | 2024-07-11T21:51:50.244Z | Compiling serde_path_to_error v0.1.16 |
783 | 2024-07-11T21:51:50.911Z | Compiling async-trait v0.1.81 |
784 | 2024-07-11T21:51:51.259Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
785 | 2024-07-11T21:51:55.423Z | Compiling hostname v0.4.0 |
786 | 2024-07-11T21:51:55.509Z | Compiling instant v0.1.13 |
787 | 2024-07-11T21:51:55.509Z | Compiling debug-ignore v1.0.5 |
788 | 2024-07-11T21:51:55.509Z | Compiling backoff v0.4.0 |
789 | 2024-07-11T21:51:55.509Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
790 | 2024-07-11T21:51:55.509Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
791 | 2024-07-11T21:51:55.509Z | Compiling parse-display v0.9.1 |
792 | 2024-07-11T21:51:55.509Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
793 | 2024-07-11T21:51:55.509Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#f37a7aaf) |
794 | 2024-07-11T21:51:55.509Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d1686c86f92ead77e07ddc6024837dee4a401d6d#d1686c86) |
795 | 2024-07-11T21:51:55.509Z | Compiling serde_with v3.8.3 |
796 | 2024-07-11T21:51:55.509Z | Compiling strum v0.26.3 |
797 | 2024-07-11T21:51:55.509Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
798 | 2024-07-11T21:51:56.170Z | Compiling macaddr v1.0.1 |
799 | 2024-07-11T21:51:56.791Z | Compiling regress v0.9.1 |
800 | 2024-07-11T21:52:01.787Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
801 | 2024-07-11T21:52:11.266Z | Compiling test-project v0.1.0 (/tmp/test-project) |
802 | 2024-07-11T21:52:19.372Z | Finished `release` profile [optimized] target(s) in 2m 29s |
803 | 2024-07-11T21:52:19.420Z | process exited: duration 224133 ms, exit code 0 |
|
804 | 2024-07-11T21:52:19.427Z | found 0 output files |