|
|
|
1 | 2024-07-13T03:15:15.448Z | job assigned to worker 01J2N1B29ZKS2Y3EBRR8MHBAYQ (queued for 1 m 25 s) |
|
2 | 2024-07-13T03:15:22.894Z | starting task 0: "setup" |
3 | 2024-07-13T03:15:22.953Z | ++ uname -s |
4 | 2024-07-13T03:15:22.956Z | + kern=SunOS |
5 | 2024-07-13T03:15:22.956Z | + case "$kern" in |
6 | 2024-07-13T03:15:22.956Z | + groupadd -g 12345 build |
7 | 2024-07-13T03:15:22.958Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-07-13T03:15:24.975Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-07-13T03:15:25.056Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-07-13T03:15:25.058Z | + home_fs=zfs |
11 | 2024-07-13T03:15:25.058Z | + [[ zfs == autofs ]] |
12 | 2024-07-13T03:15:25.058Z | + mkdir -p /home/build |
13 | 2024-07-13T03:15:25.062Z | + chown build:build /home/build /work |
14 | 2024-07-13T03:15:27.063Z | + chmod 0700 /home/build /work |
15 | 2024-07-13T03:15:27.066Z | process exited: duration 4169 ms, exit code 0 |
|
16 | 2024-07-13T03:15:27.073Z | starting task 1: "rust-toolchain" |
17 | 2024-07-13T03:15:27.078Z | + printf ' * toolchain channel = "%s" |
18 | 2024-07-13T03:15:27.078Z | ' 1.78.0 |
19 | 2024-07-13T03:15:27.078Z | + printf ' * toolchain profile = "%s" |
20 | 2024-07-13T03:15:27.078Z | ' default |
21 | 2024-07-13T03:15:27.082Z | * toolchain channel = "1.78.0" |
22 | 2024-07-13T03:15:27.082Z | * toolchain profile = "default" |
23 | 2024-07-13T03:15:27.082Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-07-13T03:15:27.082Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-07-13T03:15:27.194Z | info: downloading installer |
26 | 2024-07-13T03:15:28.431Z | info: profile set to 'default' |
27 | 2024-07-13T03:15:28.431Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-07-13T03:15:28.435Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-07-13T03:15:28.555Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-07-13T03:15:28.555Z | info: downloading component 'cargo' |
31 | 2024-07-13T03:15:29.224Z | info: downloading component 'clippy' |
32 | 2024-07-13T03:15:29.448Z | info: downloading component 'rust-docs' |
33 | 2024-07-13T03:15:30.325Z | info: downloading component 'rust-std' |
34 | 2024-07-13T03:15:31.728Z | info: downloading component 'rustc' |
35 | 2024-07-13T03:15:35.258Z | info: downloading component 'rustfmt' |
36 | 2024-07-13T03:15:35.451Z | info: installing component 'cargo' |
37 | 2024-07-13T03:15:36.275Z | info: installing component 'clippy' |
38 | 2024-07-13T03:15:36.626Z | info: installing component 'rust-docs' |
39 | 2024-07-13T03:15:38.130Z | info: installing component 'rust-std' |
40 | 2024-07-13T03:15:39.853Z | info: installing component 'rustc' |
41 | 2024-07-13T03:15:44.015Z | info: installing component 'rustfmt' |
42 | 2024-07-13T03:15:44.349Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-07-13T03:15:44.349Z | |
44 | 2024-07-13T03:15:44.611Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-07-13T03:15:44.611Z | |
46 | 2024-07-13T03:15:44.613Z | |
47 | 2024-07-13T03:15:44.613Z | Rust is installed now. Great! |
48 | 2024-07-13T03:15:44.613Z | |
49 | 2024-07-13T03:15:44.613Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-07-13T03:15:44.613Z | environment variable. This has not been done automatically. |
51 | 2024-07-13T03:15:44.613Z | |
52 | 2024-07-13T03:15:44.614Z | To configure your current shell, you need to source |
53 | 2024-07-13T03:15:44.614Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-07-13T03:15:44.614Z | |
55 | 2024-07-13T03:15:44.614Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-07-13T03:15:44.614Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-07-13T03:15:44.614Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-07-13T03:15:44.683Z | + rustc --version |
59 | 2024-07-13T03:15:44.743Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-07-13T03:15:44.746Z | process exited: duration 17671 ms, exit code 0 |
|
61 | 2024-07-13T03:15:44.752Z | starting task 2: "authentication" |
62 | 2024-07-13T03:15:44.777Z | process exited: duration 25 ms, exit code 0 |
|
63 | 2024-07-13T03:15:44.783Z | starting task 3: "clone repository" |
64 | 2024-07-13T03:15:44.787Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-07-13T03:15:44.790Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-07-13T03:15:44.933Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-07-13T03:15:51.697Z | + cd /work/oxidecomputer/omicron |
68 | 2024-07-13T03:15:51.697Z | + git fetch origin 8caa1532449013d617d2a7abad139249849ea252 |
69 | 2024-07-13T03:15:52.016Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-07-13T03:15:52.016Z | * branch 8caa1532449013d617d2a7abad139249849ea252 -> FETCH_HEAD |
71 | 2024-07-13T03:15:52.026Z | + [[ -n renovate/sqlformat-0.x ]] |
72 | 2024-07-13T03:15:52.035Z | ++ git branch --show-current |
73 | 2024-07-13T03:15:52.035Z | + current=main |
74 | 2024-07-13T03:15:52.035Z | + [[ main != renovate/sqlformat-0.x ]] |
75 | 2024-07-13T03:15:52.035Z | + git branch -f renovate/sqlformat-0.x 8caa1532449013d617d2a7abad139249849ea252 |
76 | 2024-07-13T03:15:52.035Z | + git checkout -f renovate/sqlformat-0.x |
77 | 2024-07-13T03:15:52.069Z | Switched to branch 'renovate/sqlformat-0.x' |
78 | 2024-07-13T03:15:52.073Z | + git reset --hard 8caa1532449013d617d2a7abad139249849ea252 |
79 | 2024-07-13T03:15:52.112Z | HEAD is now at 8caa15324 Update Rust crate sqlformat to 0.2.4 |
80 | 2024-07-13T03:15:52.114Z | process exited: duration 7326 ms, exit code 0 |
|
81 | 2024-07-13T03:15:52.123Z | starting task 4: "build" |
82 | 2024-07-13T03:15:52.135Z | + cargo --version |
83 | 2024-07-13T03:15:52.181Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-07-13T03:15:52.184Z | + rustc --version |
85 | 2024-07-13T03:15:52.237Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-07-13T03:15:52.243Z | + cd /tmp |
87 | 2024-07-13T03:15:52.243Z | + cargo new --lib test-project |
88 | 2024-07-13T03:15:52.307Z | Creating library `test-project` package |
89 | 2024-07-13T03:15:52.364Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
90 | 2024-07-13T03:15:52.370Z | + cd test-project |
91 | 2024-07-13T03:15:52.370Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
92 | 2024-07-13T03:15:52.422Z | Adding omicron-common (local) to dependencies |
93 | 2024-07-13T03:15:52.422Z | Features: |
94 | 2024-07-13T03:15:52.422Z | - proptest |
95 | 2024-07-13T03:15:52.422Z | - test-strategy |
96 | 2024-07-13T03:15:52.423Z | - testing |
97 | 2024-07-13T03:15:52.427Z | Updating crates.io index |
98 | 2024-07-13T03:15:52.466Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
99 | 2024-07-13T03:15:53.165Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
100 | 2024-07-13T03:15:53.964Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
101 | 2024-07-13T03:15:54.238Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
102 | 2024-07-13T03:15:56.308Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
103 | 2024-07-13T03:15:56.590Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
104 | 2024-07-13T03:15:56.992Z | Updating git repository `https://github.com/oxidecomputer/typify` |
105 | 2024-07-13T03:15:59.759Z | + cargo check |
106 | 2024-07-13T03:15:59.960Z | Downloading crates ... |
107 | 2024-07-13T03:16:00.068Z | Downloaded is-terminal v0.4.12 |
108 | 2024-07-13T03:16:00.072Z | Downloaded equivalent v1.0.1 |
109 | 2024-07-13T03:16:00.075Z | Downloaded async-stream v0.3.5 |
110 | 2024-07-13T03:16:00.078Z | Downloaded usdt-macro v0.5.0 |
111 | 2024-07-13T03:16:00.083Z | Downloaded usdt-attr-macro v0.5.0 |
112 | 2024-07-13T03:16:00.083Z | Downloaded match_cfg v0.1.0 |
113 | 2024-07-13T03:16:00.083Z | Downloaded want v0.3.1 |
114 | 2024-07-13T03:16:00.086Z | Downloaded waitgroup v0.1.2 |
115 | 2024-07-13T03:16:00.090Z | Downloaded foreign-types v0.3.2 |
116 | 2024-07-13T03:16:00.093Z | Downloaded openssl-macros v0.1.1 |
117 | 2024-07-13T03:16:00.093Z | Downloaded omicron-workspace-hack v0.1.0 |
118 | 2024-07-13T03:16:00.093Z | Downloaded strum v0.26.3 |
119 | 2024-07-13T03:16:00.093Z | Downloaded darling_macro v0.20.10 |
120 | 2024-07-13T03:16:00.095Z | Downloaded memmap v0.7.0 |
121 | 2024-07-13T03:16:00.098Z | Downloaded futures-macro v0.3.30 |
122 | 2024-07-13T03:16:00.099Z | Downloaded dyn-clone v1.0.17 |
123 | 2024-07-13T03:16:00.103Z | Downloaded scroll_derive v0.12.0 |
124 | 2024-07-13T03:16:00.103Z | Downloaded sync_wrapper v0.1.2 |
125 | 2024-07-13T03:16:00.103Z | Downloaded httpdate v1.0.3 |
126 | 2024-07-13T03:16:00.107Z | Downloaded heck v0.5.0 |
127 | 2024-07-13T03:16:00.107Z | Downloaded futures-executor v0.3.30 |
128 | 2024-07-13T03:16:00.107Z | Downloaded async-trait v0.1.81 |
129 | 2024-07-13T03:16:00.110Z | Downloaded usdt-impl v0.5.0 |
130 | 2024-07-13T03:16:00.111Z | Downloaded version_check v0.9.4 |
131 | 2024-07-13T03:16:00.113Z | Downloaded usdt v0.5.0 |
132 | 2024-07-13T03:16:00.113Z | Downloaded paste v1.0.15 |
133 | 2024-07-13T03:16:00.116Z | Downloaded byteorder v1.5.0 |
134 | 2024-07-13T03:16:00.119Z | Downloaded scopeguard v1.2.0 |
135 | 2024-07-13T03:16:00.119Z | Downloaded generic-array v0.14.7 |
136 | 2024-07-13T03:16:00.122Z | Downloaded signal-hook-registry v1.4.2 |
137 | 2024-07-13T03:16:00.122Z | Downloaded mime v0.3.17 |
138 | 2024-07-13T03:16:00.125Z | Downloaded ppv-lite86 v0.2.17 |
139 | 2024-07-13T03:16:00.125Z | Downloaded slog-bunyan v2.5.0 |
140 | 2024-07-13T03:16:00.127Z | Downloaded serde_path_to_error v0.1.16 |
141 | 2024-07-13T03:16:00.127Z | Downloaded hyper-rustls v0.24.2 |
142 | 2024-07-13T03:16:00.130Z | Downloaded percent-encoding v2.3.1 |
143 | 2024-07-13T03:16:00.130Z | Downloaded pin-utils v0.1.0 |
144 | 2024-07-13T03:16:00.133Z | Downloaded schemars_derive v0.8.21 |
145 | 2024-07-13T03:16:00.133Z | Downloaded anyhow v1.0.86 |
146 | 2024-07-13T03:16:00.136Z | Downloaded structmeta v0.3.0 |
147 | 2024-07-13T03:16:00.139Z | Downloaded foreign-types-shared v0.1.1 |
148 | 2024-07-13T03:16:00.139Z | Downloaded subtle v2.6.1 |
149 | 2024-07-13T03:16:00.142Z | Downloaded sha1 v0.10.6 |
150 | 2024-07-13T03:16:00.142Z | Downloaded hostname v0.3.1 |
151 | 2024-07-13T03:16:00.144Z | Downloaded async-stream-impl v0.3.5 |
152 | 2024-07-13T03:16:00.145Z | Downloaded parse-display v0.9.1 |
153 | 2024-07-13T03:16:00.145Z | Downloaded ahash v0.8.11 |
154 | 2024-07-13T03:16:00.147Z | Downloaded pretty-hex v0.4.1 |
155 | 2024-07-13T03:16:00.151Z | Downloaded ipnet v2.9.0 |
156 | 2024-07-13T03:16:00.151Z | Downloaded ident_case v1.0.1 |
157 | 2024-07-13T03:16:00.151Z | Downloaded futures-channel v0.3.30 |
158 | 2024-07-13T03:16:00.153Z | Downloaded iana-time-zone v0.1.60 |
159 | 2024-07-13T03:16:00.156Z | Downloaded instant v0.1.13 |
160 | 2024-07-13T03:16:00.156Z | Downloaded http-body v0.4.6 |
161 | 2024-07-13T03:16:00.159Z | Downloaded openssl-probe v0.1.5 |
162 | 2024-07-13T03:16:00.159Z | Downloaded take_mut v0.2.2 |
163 | 2024-07-13T03:16:00.159Z | Downloaded allocator-api2 v0.2.18 |
164 | 2024-07-13T03:16:00.162Z | Downloaded serde_derive_internals v0.29.1 |
165 | 2024-07-13T03:16:00.165Z | Downloaded serde_tokenstream v0.2.1 |
166 | 2024-07-13T03:16:00.167Z | Downloaded serde_with_macros v3.8.3 |
167 | 2024-07-13T03:16:00.170Z | Downloaded rustls-pki-types v1.7.0 |
168 | 2024-07-13T03:16:00.175Z | Downloaded hostname v0.4.0 |
169 | 2024-07-13T03:16:00.175Z | Downloaded dtrace-parser v0.2.0 |
170 | 2024-07-13T03:16:00.179Z | Downloaded try-lock v0.2.5 |
171 | 2024-07-13T03:16:00.179Z | Downloaded tower-service v0.3.2 |
172 | 2024-07-13T03:16:00.179Z | Downloaded tinyvec_macros v0.1.1 |
173 | 2024-07-13T03:16:00.179Z | Downloaded slog-term v2.9.1 |
174 | 2024-07-13T03:16:00.179Z | Downloaded unicode-bidi v0.3.15 |
175 | 2024-07-13T03:16:00.182Z | Downloaded time-core v0.1.2 |
176 | 2024-07-13T03:16:00.182Z | Downloaded term v0.7.0 |
177 | 2024-07-13T03:16:00.185Z | Downloaded num_threads v0.1.7 |
178 | 2024-07-13T03:16:00.187Z | Downloaded unicode-ident v1.0.12 |
179 | 2024-07-13T03:16:00.190Z | Downloaded ipnetwork v0.20.0 |
180 | 2024-07-13T03:16:00.190Z | Downloaded scroll v0.12.0 |
181 | 2024-07-13T03:16:00.193Z | Downloaded debug-ignore v1.0.5 |
182 | 2024-07-13T03:16:00.193Z | Downloaded pest_generator v2.7.11 |
183 | 2024-07-13T03:16:00.195Z | Downloaded digest v0.10.7 |
184 | 2024-07-13T03:16:00.195Z | Downloaded slab v0.4.9 |
185 | 2024-07-13T03:16:00.198Z | Downloaded serde_spanned v0.6.6 |
186 | 2024-07-13T03:16:00.198Z | Downloaded fnv v1.0.7 |
187 | 2024-07-13T03:16:00.201Z | Downloaded zeroize v1.8.1 |
188 | 2024-07-13T03:16:00.201Z | Downloaded num-conv v0.1.0 |
189 | 2024-07-13T03:16:00.201Z | Downloaded itoa v1.0.11 |
190 | 2024-07-13T03:16:00.203Z | Downloaded hyper-tls v0.5.0 |
191 | 2024-07-13T03:16:00.203Z | Downloaded futures-core v0.3.30 |
192 | 2024-07-13T03:16:00.206Z | Downloaded atomic-waker v1.1.2 |
193 | 2024-07-13T03:16:00.207Z | Downloaded strsim v0.11.1 |
194 | 2024-07-13T03:16:00.210Z | Downloaded slog-async v2.8.0 |
195 | 2024-07-13T03:16:00.210Z | Downloaded thiserror v1.0.62 |
196 | 2024-07-13T03:16:00.213Z | Downloaded slog-json v2.6.1 |
197 | 2024-07-13T03:16:00.216Z | Downloaded tokio-macros v2.3.0 |
198 | 2024-07-13T03:16:00.216Z | Downloaded parking_lot v0.12.3 |
199 | 2024-07-13T03:16:00.219Z | Downloaded toml_datetime v0.6.6 |
200 | 2024-07-13T03:16:00.219Z | Downloaded thread-id v4.2.1 |
201 | 2024-07-13T03:16:00.221Z | Downloaded pin-project-lite v0.2.14 |
202 | 2024-07-13T03:16:00.224Z | Downloaded pest_meta v2.7.11 |
203 | 2024-07-13T03:16:00.227Z | Downloaded socket2 v0.5.7 |
204 | 2024-07-13T03:16:00.230Z | Downloaded thread_local v1.1.8 |
205 | 2024-07-13T03:16:00.230Z | Downloaded powerfmt v0.2.0 |
206 | 2024-07-13T03:16:00.234Z | Downloaded pkg-config v0.3.30 |
207 | 2024-07-13T03:16:00.234Z | Downloaded rustls-pemfile v2.1.2 |
208 | 2024-07-13T03:16:00.237Z | Downloaded parking_lot_core v0.9.10 |
209 | 2024-07-13T03:16:00.237Z | Downloaded smallvec v1.13.2 |
210 | 2024-07-13T03:16:00.240Z | Downloaded sha2 v0.10.8 |
211 | 2024-07-13T03:16:00.244Z | Downloaded spin v0.9.8 |
212 | 2024-07-13T03:16:00.244Z | Downloaded time-macros v0.2.18 |
213 | 2024-07-13T03:16:00.247Z | Downloaded strum_macros v0.26.4 |
214 | 2024-07-13T03:16:00.247Z | Downloaded structmeta-derive v0.3.0 |
215 | 2024-07-13T03:16:00.249Z | Downloaded once_cell v1.19.0 |
216 | 2024-07-13T03:16:00.252Z | Downloaded serde_derive v1.0.204 |
217 | 2024-07-13T03:16:00.254Z | Downloaded pest_derive v2.7.11 |
218 | 2024-07-13T03:16:00.254Z | Downloaded lock_api v0.4.12 |
219 | 2024-07-13T03:16:00.257Z | Downloaded indexmap v2.2.6 |
220 | 2024-07-13T03:16:00.260Z | Downloaded native-tls v0.2.12 |
221 | 2024-07-13T03:16:00.264Z | Downloaded getrandom v0.2.15 |
222 | 2024-07-13T03:16:00.267Z | Downloaded tokio-native-tls v0.3.1 |
223 | 2024-07-13T03:16:00.267Z | Downloaded indexmap v1.9.3 |
224 | 2024-07-13T03:16:00.270Z | Downloaded httparse v1.9.4 |
225 | 2024-07-13T03:16:00.273Z | Downloaded tokio-rustls v0.25.0 |
226 | 2024-07-13T03:16:00.275Z | Downloaded tokio-rustls v0.24.1 |
227 | 2024-07-13T03:16:00.275Z | Downloaded tinyvec v1.8.0 |
228 | 2024-07-13T03:16:00.278Z | Downloaded camino v1.1.7 |
229 | 2024-07-13T03:16:00.281Z | Downloaded openssl-sys v0.9.102 |
230 | 2024-07-13T03:16:00.284Z | Downloaded typenum v1.17.0 |
231 | 2024-07-13T03:16:00.287Z | Downloaded serde_yaml v0.9.34+deprecated |
232 | 2024-07-13T03:16:00.290Z | Downloaded num-traits v0.2.19 |
233 | 2024-07-13T03:16:00.293Z | Downloaded bytes v1.6.0 |
234 | 2024-07-13T03:16:00.296Z | Downloaded schemars v0.8.21 |
235 | 2024-07-13T03:16:00.307Z | Downloaded ucd-trie v0.1.6 |
236 | 2024-07-13T03:16:00.309Z | Downloaded hashbrown v0.12.3 |
237 | 2024-07-13T03:16:00.313Z | Downloaded futures v0.3.30 |
238 | 2024-07-13T03:16:00.318Z | Downloaded darling_core v0.20.10 |
239 | 2024-07-13T03:16:00.321Z | Downloaded unicode-normalization v0.1.23 |
240 | 2024-07-13T03:16:00.324Z | Downloaded toml v0.8.14 |
241 | 2024-07-13T03:16:00.328Z | Downloaded tracing-core v0.1.32 |
242 | 2024-07-13T03:16:00.330Z | Downloaded cc v1.1.2 |
243 | 2024-07-13T03:16:00.333Z | Downloaded serde v1.0.204 |
244 | 2024-07-13T03:16:00.336Z | Downloaded http v0.2.12 |
245 | 2024-07-13T03:16:00.341Z | Downloaded base64 v0.22.1 |
246 | 2024-07-13T03:16:00.344Z | Downloaded rand v0.8.5 |
247 | 2024-07-13T03:16:00.347Z | Downloaded tracing v0.1.40 |
248 | 2024-07-13T03:16:00.351Z | Downloaded pest v2.7.11 |
249 | 2024-07-13T03:16:00.355Z | Downloaded serde_with v3.8.3 |
250 | 2024-07-13T03:16:00.363Z | Downloaded mio v0.8.11 |
251 | 2024-07-13T03:16:00.368Z | Downloaded memchr v2.7.4 |
252 | 2024-07-13T03:16:00.373Z | Downloaded reqwest v0.11.27 |
253 | 2024-07-13T03:16:00.380Z | Downloaded zerocopy v0.7.35 |
254 | 2024-07-13T03:16:00.395Z | Downloaded rustls-webpki v0.101.7 |
255 | 2024-07-13T03:16:00.408Z | Downloaded tokio-util v0.7.11 |
256 | 2024-07-13T03:16:00.415Z | Downloaded rustls-webpki v0.102.5 |
257 | 2024-07-13T03:16:00.431Z | Downloaded time v0.3.36 |
258 | 2024-07-13T03:16:00.437Z | Downloaded hyper v0.14.30 |
259 | 2024-07-13T03:16:00.444Z | Downloaded webpki-roots v0.25.4 |
260 | 2024-07-13T03:16:00.448Z | Downloaded regex v1.10.5 |
261 | 2024-07-13T03:16:00.460Z | Downloaded idna v0.5.0 |
262 | 2024-07-13T03:16:00.466Z | Downloaded syn v2.0.71 |
263 | 2024-07-13T03:16:00.476Z | Downloaded openssl v0.10.64 |
264 | 2024-07-13T03:16:00.485Z | Downloaded regress v0.9.1 |
265 | 2024-07-13T03:16:00.493Z | Downloaded rustls v0.22.4 |
266 | 2024-07-13T03:16:00.506Z | Downloaded regress v0.10.0 |
267 | 2024-07-13T03:16:00.514Z | Downloaded regex-syntax v0.8.4 |
268 | 2024-07-13T03:16:00.521Z | Downloaded openapiv3 v2.0.0 |
269 | 2024-07-13T03:16:00.533Z | Downloaded rustls v0.21.12 |
270 | 2024-07-13T03:16:00.542Z | Downloaded chrono v0.4.38 |
271 | 2024-07-13T03:16:00.548Z | Downloaded regex-automata v0.4.7 |
272 | 2024-07-13T03:16:00.565Z | Downloaded libc v0.2.155 |
273 | 2024-07-13T03:16:00.590Z | Downloaded tokio v1.38.0 |
274 | 2024-07-13T03:16:00.623Z | Downloaded h2 v0.3.26 |
275 | 2024-07-13T03:16:00.629Z | Downloaded encoding_rs v0.8.34 |
276 | 2024-07-13T03:16:00.650Z | Downloaded futures-util v0.3.30 |
277 | 2024-07-13T03:16:00.660Z | Downloaded vcpkg v0.2.15 |
278 | 2024-07-13T03:16:00.698Z | Downloaded toml_edit v0.22.15 |
279 | 2024-07-13T03:16:00.713Z | Downloaded serde_json v1.0.120 |
280 | 2024-07-13T03:16:00.720Z | Downloaded hashbrown v0.14.5 |
281 | 2024-07-13T03:16:00.724Z | Downloaded goblin v0.8.2 |
282 | 2024-07-13T03:16:00.731Z | Downloaded http v1.1.0 |
283 | 2024-07-13T03:16:00.736Z | Downloaded aho-corasick v1.1.3 |
284 | 2024-07-13T03:16:00.740Z | Downloaded winnow v0.6.13 |
285 | 2024-07-13T03:16:00.745Z | Downloaded crossbeam-channel v0.5.13 |
286 | 2024-07-13T03:16:00.751Z | Downloaded url v2.5.2 |
287 | 2024-07-13T03:16:00.754Z | Downloaded base64 v0.21.7 |
288 | 2024-07-13T03:16:00.757Z | Downloaded backoff v0.4.0 |
289 | 2024-07-13T03:16:00.759Z | Downloaded sct v0.7.1 |
290 | 2024-07-13T03:16:00.762Z | Downloaded rustversion v1.0.17 |
291 | 2024-07-13T03:16:00.765Z | Downloaded quote v1.0.36 |
292 | 2024-07-13T03:16:00.767Z | Downloaded unsafe-libyaml v0.2.11 |
293 | 2024-07-13T03:16:00.770Z | Downloaded uuid v1.10.0 |
294 | 2024-07-13T03:16:00.772Z | Downloaded thiserror-impl v1.0.62 |
295 | 2024-07-13T03:16:00.772Z | Downloaded slog v2.7.0 |
296 | 2024-07-13T03:16:00.775Z | Downloaded ryu v1.0.18 |
297 | 2024-07-13T03:16:00.778Z | Downloaded proc-macro2 v1.0.86 |
298 | 2024-07-13T03:16:00.780Z | Downloaded zerocopy-derive v0.7.35 |
299 | 2024-07-13T03:16:00.783Z | Downloaded bitflags v2.6.0 |
300 | 2024-07-13T03:16:00.786Z | Downloaded serde_urlencoded v0.7.1 |
301 | 2024-07-13T03:16:00.789Z | Downloaded hex v0.4.3 |
302 | 2024-07-13T03:16:00.789Z | Downloaded futures-sink v0.3.30 |
303 | 2024-07-13T03:16:00.792Z | Downloaded futures-io v0.3.30 |
304 | 2024-07-13T03:16:00.792Z | Downloaded rand_chacha v0.3.1 |
305 | 2024-07-13T03:16:00.792Z | Downloaded crossbeam-utils v0.8.20 |
306 | 2024-07-13T03:16:00.799Z | Downloaded parse-display-derive v0.9.1 |
307 | 2024-07-13T03:16:00.799Z | Downloaded macaddr v1.0.1 |
308 | 2024-07-13T03:16:00.808Z | Downloaded multer v3.1.0 |
309 | 2024-07-13T03:16:00.808Z | Downloaded semver v1.0.23 |
310 | 2024-07-13T03:16:00.808Z | Downloaded log v0.4.22 |
311 | 2024-07-13T03:16:00.808Z | Downloaded dirs-sys-next v0.1.2 |
312 | 2024-07-13T03:16:00.821Z | Downloaded darling v0.20.10 |
313 | 2024-07-13T03:16:00.821Z | Downloaded crypto-common v0.1.6 |
314 | 2024-07-13T03:16:00.821Z | Downloaded block-buffer v0.10.4 |
315 | 2024-07-13T03:16:00.822Z | Downloaded num_cpus v1.16.0 |
316 | 2024-07-13T03:16:00.822Z | Downloaded newtype-uuid v1.1.0 |
317 | 2024-07-13T03:16:00.822Z | Downloaded plain v0.2.3 |
318 | 2024-07-13T03:16:00.822Z | Downloaded dof v0.3.0 |
319 | 2024-07-13T03:16:00.825Z | Downloaded rustls-pemfile v1.0.4 |
320 | 2024-07-13T03:16:00.825Z | Downloaded rand_core v0.6.4 |
321 | 2024-07-13T03:16:00.825Z | Downloaded autocfg v1.3.0 |
322 | 2024-07-13T03:16:00.825Z | Downloaded untrusted v0.9.0 |
323 | 2024-07-13T03:16:00.825Z | Downloaded ring v0.17.8 |
324 | 2024-07-13T03:16:00.881Z | Downloaded futures-task v0.3.30 |
325 | 2024-07-13T03:16:00.884Z | Downloaded form_urlencoded v1.2.1 |
326 | 2024-07-13T03:16:00.884Z | Downloaded dirs-next v2.0.0 |
327 | 2024-07-13T03:16:00.884Z | Downloaded deranged v0.3.11 |
328 | 2024-07-13T03:16:00.887Z | Downloaded cfg-if v1.0.0 |
329 | 2024-07-13T03:16:00.887Z | Downloaded cpufeatures v0.2.12 |
330 | 2024-07-13T03:16:01.005Z | Compiling proc-macro2 v1.0.86 |
331 | 2024-07-13T03:16:01.005Z | Compiling unicode-ident v1.0.12 |
332 | 2024-07-13T03:16:01.005Z | Compiling libc v0.2.155 |
333 | 2024-07-13T03:16:01.005Z | Checking cfg-if v1.0.0 |
334 | 2024-07-13T03:16:01.008Z | Compiling version_check v0.9.4 |
335 | 2024-07-13T03:16:01.022Z | Compiling autocfg v1.3.0 |
336 | 2024-07-13T03:16:01.025Z | Compiling serde v1.0.204 |
337 | 2024-07-13T03:16:01.025Z | Compiling serde_json v1.0.120 |
338 | 2024-07-13T03:16:01.089Z | Checking itoa v1.0.11 |
339 | 2024-07-13T03:16:01.183Z | Compiling thiserror v1.0.62 |
340 | 2024-07-13T03:16:01.315Z | Checking once_cell v1.19.0 |
341 | 2024-07-13T03:16:01.585Z | Compiling cc v1.1.2 |
342 | 2024-07-13T03:16:01.665Z | Compiling ahash v0.8.11 |
343 | 2024-07-13T03:16:01.754Z | Compiling memchr v2.7.4 |
344 | 2024-07-13T03:16:02.830Z | Checking byteorder v1.5.0 |
345 | 2024-07-13T03:16:02.885Z | Compiling num-traits v0.2.19 |
346 | 2024-07-13T03:16:03.158Z | Checking pin-project-lite v0.2.14 |
347 | 2024-07-13T03:16:03.250Z | Checking ryu v1.0.18 |
348 | 2024-07-13T03:16:03.326Z | Checking log v0.4.22 |
349 | 2024-07-13T03:16:03.404Z | Checking bytes v1.6.0 |
350 | 2024-07-13T03:16:03.537Z | Checking getrandom v0.2.15 |
351 | 2024-07-13T03:16:03.545Z | Checking allocator-api2 v0.2.18 |
352 | 2024-07-13T03:16:03.619Z | Compiling quote v1.0.36 |
353 | 2024-07-13T03:16:03.662Z | Compiling lock_api v0.4.12 |
354 | 2024-07-13T03:16:03.737Z | Compiling schemars v0.8.21 |
355 | 2024-07-13T03:16:03.974Z | Compiling syn v2.0.71 |
356 | 2024-07-13T03:16:03.981Z | Compiling parking_lot_core v0.9.10 |
357 | 2024-07-13T03:16:04.120Z | Compiling ring v0.17.8 |
358 | 2024-07-13T03:16:04.138Z | Checking scopeguard v1.2.0 |
359 | 2024-07-13T03:16:04.145Z | Checking smallvec v1.13.2 |
360 | 2024-07-13T03:16:04.217Z | Checking futures-core v0.3.30 |
361 | 2024-07-13T03:16:04.243Z | Checking signal-hook-registry v1.4.2 |
362 | 2024-07-13T03:16:04.371Z | Checking socket2 v0.5.7 |
363 | 2024-07-13T03:16:04.373Z | Checking num_cpus v1.16.0 |
364 | 2024-07-13T03:16:04.399Z | Checking mio v0.8.11 |
365 | 2024-07-13T03:16:04.465Z | Compiling slab v0.4.9 |
366 | 2024-07-13T03:16:04.472Z | Checking spin v0.9.8 |
367 | 2024-07-13T03:16:04.690Z | Checking futures-sink v0.3.30 |
368 | 2024-07-13T03:16:04.796Z | Checking parking_lot v0.12.3 |
369 | 2024-07-13T03:16:04.804Z | Checking untrusted v0.9.0 |
370 | 2024-07-13T03:16:04.817Z | Checking fnv v1.0.7 |
371 | 2024-07-13T03:16:04.915Z | Checking equivalent v1.0.1 |
372 | 2024-07-13T03:16:04.934Z | Checking futures-channel v0.3.30 |
373 | 2024-07-13T03:16:04.968Z | Checking pin-utils v0.1.0 |
374 | 2024-07-13T03:16:04.996Z | Compiling heck v0.5.0 |
375 | 2024-07-13T03:16:05.038Z | Compiling semver v1.0.23 |
376 | 2024-07-13T03:16:05.111Z | Checking futures-io v0.3.30 |
377 | 2024-07-13T03:16:05.139Z | Compiling pkg-config v0.3.30 |
378 | 2024-07-13T03:16:05.247Z | Checking futures-task v0.3.30 |
379 | 2024-07-13T03:16:05.270Z | Compiling vcpkg v0.2.15 |
380 | 2024-07-13T03:16:05.444Z | Compiling ucd-trie v0.1.6 |
381 | 2024-07-13T03:16:05.481Z | Checking iana-time-zone v0.1.60 |
382 | 2024-07-13T03:16:05.534Z | Checking http v0.2.12 |
383 | 2024-07-13T03:16:05.977Z | Compiling httparse v1.9.4 |
384 | 2024-07-13T03:16:06.318Z | Checking dyn-clone v1.0.17 |
385 | 2024-07-13T03:16:06.678Z | Checking tracing-core v0.1.32 |
386 | 2024-07-13T03:16:06.865Z | Compiling uuid v1.10.0 |
387 | 2024-07-13T03:16:06.899Z | Compiling openssl-sys v0.9.102 |
388 | 2024-07-13T03:16:07.189Z | Compiling chrono v0.4.38 |
389 | 2024-07-13T03:16:07.221Z | Checking tracing v0.1.40 |
390 | 2024-07-13T03:16:07.305Z | Compiling slog v2.7.0 |
391 | 2024-07-13T03:16:07.483Z | Checking try-lock v0.2.5 |
392 | 2024-07-13T03:16:07.528Z | Checking foreign-types-shared v0.1.1 |
393 | 2024-07-13T03:16:07.599Z | Compiling openssl v0.10.64 |
394 | 2024-07-13T03:16:07.616Z | Checking foreign-types v0.3.2 |
395 | 2024-07-13T03:16:07.689Z | Checking want v0.3.1 |
396 | 2024-07-13T03:16:07.816Z | Checking http-body v0.4.6 |
397 | 2024-07-13T03:16:07.832Z | Compiling aho-corasick v1.1.3 |
398 | 2024-07-13T03:16:07.944Z | Checking tinyvec_macros v0.1.1 |
399 | 2024-07-13T03:16:08.015Z | Compiling native-tls v0.2.12 |
400 | 2024-07-13T03:16:08.165Z | Checking httpdate v1.0.3 |
401 | 2024-07-13T03:16:08.317Z | Checking bitflags v2.6.0 |
402 | 2024-07-13T03:16:08.334Z | Compiling rustls v0.21.12 |
403 | 2024-07-13T03:16:08.634Z | Checking tower-service v0.3.2 |
404 | 2024-07-13T03:16:08.698Z | Checking percent-encoding v2.3.1 |
405 | 2024-07-13T03:16:08.698Z | Compiling regex-syntax v0.8.4 |
406 | 2024-07-13T03:16:08.784Z | Compiling typenum v1.17.0 |
407 | 2024-07-13T03:16:09.035Z | Checking form_urlencoded v1.2.1 |
408 | 2024-07-13T03:16:09.245Z | Checking tinyvec v1.8.0 |
409 | 2024-07-13T03:16:09.731Z | Compiling generic-array v0.14.7 |
410 | 2024-07-13T03:16:09.880Z | Checking openssl-probe v0.1.5 |
411 | 2024-07-13T03:16:10.467Z | Compiling serde_derive_internals v0.29.1 |
412 | 2024-07-13T03:16:11.345Z | Checking unicode-normalization v0.1.23 |
413 | 2024-07-13T03:16:12.195Z | Compiling regex-automata v0.4.7 |
414 | 2024-07-13T03:16:12.324Z | Compiling usdt-impl v0.5.0 |
415 | 2024-07-13T03:16:12.419Z | Checking encoding_rs v0.8.34 |
416 | 2024-07-13T03:16:12.428Z | Compiling num-conv v0.1.0 |
417 | 2024-07-13T03:16:12.668Z | Checking mime v0.3.17 |
418 | 2024-07-13T03:16:12.692Z | Checking unicode-bidi v0.3.15 |
419 | 2024-07-13T03:16:12.780Z | Compiling time-core v0.1.2 |
420 | 2024-07-13T03:16:12.931Z | Checking powerfmt v0.2.0 |
421 | 2024-07-13T03:16:13.171Z | Checking deranged v0.3.11 |
422 | 2024-07-13T03:16:13.263Z | Checking idna v0.5.0 |
423 | 2024-07-13T03:16:14.039Z | Checking rustls-webpki v0.101.7 |
424 | 2024-07-13T03:16:14.077Z | Checking sct v0.7.1 |
425 | 2024-07-13T03:16:14.258Z | Compiling time-macros v0.2.18 |
426 | 2024-07-13T03:16:14.525Z | Compiling thread-id v4.2.1 |
427 | 2024-07-13T03:16:14.620Z | Checking rustls-pki-types v1.7.0 |
428 | 2024-07-13T03:16:14.979Z | Checking base64 v0.21.7 |
429 | 2024-07-13T03:16:15.036Z | Compiling ident_case v1.0.1 |
430 | 2024-07-13T03:16:15.191Z | Compiling crossbeam-utils v0.8.20 |
431 | 2024-07-13T03:16:15.637Z | Checking num_threads v0.1.7 |
432 | 2024-07-13T03:16:15.771Z | Checking plain v0.2.3 |
433 | 2024-07-13T03:16:15.897Z | Compiling strsim v0.11.1 |
434 | 2024-07-13T03:16:15.974Z | Compiling regex v1.10.5 |
435 | 2024-07-13T03:16:16.379Z | Compiling serde_derive v1.0.204 |
436 | 2024-07-13T03:16:16.666Z | Compiling zerocopy-derive v0.7.35 |
437 | 2024-07-13T03:16:16.901Z | Compiling thiserror-impl v1.0.62 |
438 | 2024-07-13T03:16:16.925Z | Compiling schemars_derive v0.8.21 |
439 | 2024-07-13T03:16:17.322Z | Compiling tokio-macros v2.3.0 |
440 | 2024-07-13T03:16:17.862Z | Compiling futures-macro v0.3.30 |
441 | 2024-07-13T03:16:18.771Z | Checking zerocopy v0.7.35 |
442 | 2024-07-13T03:16:19.443Z | Checking tokio v1.38.0 |
443 | 2024-07-13T03:16:19.843Z | Checking futures-util v0.3.30 |
444 | 2024-07-13T03:16:19.971Z | Compiling pest v2.7.11 |
445 | 2024-07-13T03:16:20.107Z | Compiling openssl-macros v0.1.1 |
446 | 2024-07-13T03:16:20.133Z | Compiling scroll_derive v0.12.0 |
447 | 2024-07-13T03:16:20.598Z | Checking hashbrown v0.14.5 |
448 | 2024-07-13T03:16:21.533Z | Checking scroll v0.12.0 |
449 | 2024-07-13T03:16:21.788Z | Checking regress v0.10.0 |
450 | 2024-07-13T03:16:22.312Z | Compiling pest_meta v2.7.11 |
451 | 2024-07-13T03:16:22.697Z | Checking time v0.3.36 |
452 | 2024-07-13T03:16:24.971Z | Compiling pest_generator v2.7.11 |
453 | 2024-07-13T03:16:25.127Z | Checking goblin v0.8.2 |
454 | 2024-07-13T03:16:26.308Z | Checking tokio-util v0.7.11 |
455 | 2024-07-13T03:16:26.684Z | Checking tokio-rustls v0.24.1 |
456 | 2024-07-13T03:16:26.687Z | Compiling pest_derive v2.7.11 |
457 | 2024-07-13T03:16:27.022Z | Checking tokio-native-tls v0.3.1 |
458 | 2024-07-13T03:16:27.245Z | Compiling darling_core v0.20.10 |
459 | 2024-07-13T03:16:27.578Z | Compiling dtrace-parser v0.2.0 |
460 | 2024-07-13T03:16:27.701Z | Checking rustls-pemfile v1.0.4 |
461 | 2024-07-13T03:16:27.879Z | Checking url v2.5.2 |
462 | 2024-07-13T03:16:28.609Z | Checking dirs-sys-next v0.1.2 |
463 | 2024-07-13T03:16:28.775Z | Compiling rustversion v1.0.17 |
464 | 2024-07-13T03:16:29.016Z | Compiling unsafe-libyaml v0.2.11 |
465 | 2024-07-13T03:16:29.396Z | Checking indexmap v2.2.6 |
466 | 2024-07-13T03:16:29.848Z | Checking serde_urlencoded v0.7.1 |
467 | 2024-07-13T03:16:30.262Z | Checking ipnet v2.9.0 |
468 | 2024-07-13T03:16:30.609Z | Compiling serde_tokenstream v0.2.1 |
469 | 2024-07-13T03:16:30.713Z | Checking h2 v0.3.26 |
470 | 2024-07-13T03:16:30.804Z | Checking openapiv3 v2.0.0 |
471 | 2024-07-13T03:16:31.079Z | Compiling paste v1.0.15 |
472 | 2024-07-13T03:16:31.380Z | Checking sync_wrapper v0.1.2 |
473 | 2024-07-13T03:16:31.486Z | Compiling rustls v0.22.4 |
474 | 2024-07-13T03:16:31.539Z | Checking webpki-roots v0.25.4 |
475 | 2024-07-13T03:16:31.670Z | Checking pretty-hex v0.4.1 |
476 | 2024-07-13T03:16:31.777Z | Compiling omicron-workspace-hack v0.1.0 |
477 | 2024-07-13T03:16:31.822Z | Checking dof v0.3.0 |
478 | 2024-07-13T03:16:33.098Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#abf38e33) |
479 | 2024-07-13T03:16:33.113Z | Compiling serde_yaml v0.9.34+deprecated |
480 | 2024-07-13T03:16:33.558Z | Compiling darling_macro v0.20.10 |
481 | 2024-07-13T03:16:34.500Z | Checking toml_datetime v0.6.6 |
482 | 2024-07-13T03:16:34.585Z | Checking serde_spanned v0.6.6 |
483 | 2024-07-13T03:16:34.749Z | Checking hyper v0.14.30 |
484 | 2024-07-13T03:16:34.758Z | Checking dirs-next v2.0.0 |
485 | 2024-07-13T03:16:35.328Z | Compiling structmeta-derive v0.3.0 |
486 | 2024-07-13T03:16:35.472Z | Checking block-buffer v0.10.4 |
487 | 2024-07-13T03:16:35.531Z | Checking crypto-common v0.1.6 |
488 | 2024-07-13T03:16:35.565Z | Checking rustls-webpki v0.102.5 |
489 | 2024-07-13T03:16:35.645Z | Checking rand_core v0.6.4 |
490 | 2024-07-13T03:16:35.761Z | Compiling multer v3.1.0 |
491 | 2024-07-13T03:16:35.913Z | Checking thread_local v1.1.8 |
492 | 2024-07-13T03:16:36.063Z | Checking zeroize v1.8.1 |
493 | 2024-07-13T03:16:36.171Z | Checking match_cfg v0.1.0 |
494 | 2024-07-13T03:16:36.247Z | Checking ppv-lite86 v0.2.17 |
495 | 2024-07-13T03:16:36.286Z | Checking subtle v2.6.1 |
496 | 2024-07-13T03:16:36.289Z | Checking winnow v0.6.13 |
497 | 2024-07-13T03:16:36.507Z | Compiling anyhow v1.0.86 |
498 | 2024-07-13T03:16:36.778Z | Compiling slog-async v2.8.0 |
499 | 2024-07-13T03:16:36.936Z | Compiling camino v1.1.7 |
500 | 2024-07-13T03:16:36.980Z | Checking rand_chacha v0.3.1 |
501 | 2024-07-13T03:16:37.300Z | Checking hostname v0.3.1 |
502 | 2024-07-13T03:16:37.406Z | Checking digest v0.10.7 |
503 | 2024-07-13T03:16:37.574Z | Checking crossbeam-channel v0.5.13 |
504 | 2024-07-13T03:16:37.695Z | Checking term v0.7.0 |
505 | 2024-07-13T03:16:37.890Z | Compiling darling v0.20.10 |
506 | 2024-07-13T03:16:38.084Z | Compiling structmeta v0.3.0 |
507 | 2024-07-13T03:16:38.084Z | Compiling usdt-macro v0.5.0 |
508 | 2024-07-13T03:16:38.306Z | Compiling usdt-attr-macro v0.5.0 |
509 | 2024-07-13T03:16:39.089Z | Checking hyper-tls v0.5.0 |
510 | 2024-07-13T03:16:39.279Z | Checking hyper-rustls v0.24.2 |
511 | 2024-07-13T03:16:39.319Z | Checking toml_edit v0.22.15 |
512 | 2024-07-13T03:16:39.329Z | Checking slog-json v2.6.1 |
513 | 2024-07-13T03:16:39.362Z | Checking futures-executor v0.3.30 |
514 | 2024-07-13T03:16:39.541Z | Compiling async-stream-impl v0.3.5 |
515 | 2024-07-13T03:16:39.549Z | Checking reqwest v0.11.27 |
516 | 2024-07-13T03:16:39.559Z | Checking http v1.1.0 |
517 | 2024-07-13T03:16:39.569Z | Checking is-terminal v0.4.12 |
518 | 2024-07-13T03:16:39.666Z | Checking memmap v0.7.0 |
519 | 2024-07-13T03:16:39.722Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#8b791251) |
520 | 2024-07-13T03:16:39.852Z | Checking cpufeatures v0.2.12 |
521 | 2024-07-13T03:16:39.932Z | Checking atomic-waker v1.1.2 |
522 | 2024-07-13T03:16:40.047Z | Checking base64 v0.22.1 |
523 | 2024-07-13T03:16:40.059Z | Checking take_mut v0.2.2 |
524 | 2024-07-13T03:16:40.462Z | Checking waitgroup v0.1.2 |
525 | 2024-07-13T03:16:40.482Z | Checking rustls-pemfile v2.1.2 |
526 | 2024-07-13T03:16:40.635Z | Checking sha1 v0.10.6 |
527 | 2024-07-13T03:16:40.691Z | Checking usdt v0.5.0 |
528 | 2024-07-13T03:16:40.795Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0deadb0d) |
529 | 2024-07-13T03:16:40.840Z | Checking tokio-rustls v0.25.0 |
530 | 2024-07-13T03:16:40.884Z | Checking async-stream v0.3.5 |
531 | 2024-07-13T03:16:40.887Z | Checking slog-term v2.9.1 |
532 | 2024-07-13T03:16:40.909Z | Checking futures v0.3.30 |
533 | 2024-07-13T03:16:41.006Z | Checking slog-bunyan v2.5.0 |
534 | 2024-07-13T03:16:41.062Z | Compiling strum_macros v0.26.4 |
535 | 2024-07-13T03:16:41.077Z | Compiling parse-display-derive v0.9.1 |
536 | 2024-07-13T03:16:41.147Z | Compiling serde_with_macros v3.8.3 |
537 | 2024-07-13T03:16:41.242Z | Checking rand v0.8.5 |
538 | 2024-07-13T03:16:41.698Z | Checking newtype-uuid v1.1.0 |
539 | 2024-07-13T03:16:41.713Z | Checking ipnetwork v0.20.0 |
540 | 2024-07-13T03:16:41.728Z | Checking toml v0.8.14 |
541 | 2024-07-13T03:16:42.001Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#8b791251) |
542 | 2024-07-13T03:16:42.047Z | Checking hex v0.4.3 |
543 | 2024-07-13T03:16:42.442Z | Checking serde_path_to_error v0.1.16 |
544 | 2024-07-13T03:16:42.475Z | Compiling async-trait v0.1.81 |
545 | 2024-07-13T03:16:42.581Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
546 | 2024-07-13T03:16:43.021Z | Checking hostname v0.4.0 |
547 | 2024-07-13T03:16:43.140Z | Checking instant v0.1.13 |
548 | 2024-07-13T03:16:43.239Z | Checking debug-ignore v1.0.5 |
549 | 2024-07-13T03:16:43.358Z | Checking backoff v0.4.0 |
550 | 2024-07-13T03:16:43.365Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
551 | 2024-07-13T03:16:43.487Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
552 | 2024-07-13T03:16:43.621Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#f37a7aaf) |
553 | 2024-07-13T03:16:43.629Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
554 | 2024-07-13T03:16:43.952Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
555 | 2024-07-13T03:16:43.999Z | Checking serde_with v3.8.3 |
556 | 2024-07-13T03:16:44.250Z | Checking macaddr v1.0.1 |
557 | 2024-07-13T03:16:44.513Z | Checking regress v0.9.1 |
558 | 2024-07-13T03:16:45.202Z | Checking parse-display v0.9.1 |
559 | 2024-07-13T03:16:45.704Z | Checking strum v0.26.3 |
560 | 2024-07-13T03:16:46.780Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#abf38e33) |
561 | 2024-07-13T03:16:48.625Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#abf38e33) |
562 | 2024-07-13T03:16:48.676Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0deadb0d) |
563 | 2024-07-13T03:16:51.505Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0deadb0d) |
564 | 2024-07-13T03:16:57.601Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0deadb0d) |
565 | 2024-07-13T03:16:57.702Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1b385990e8648b221fd11f018f2a7ec425461c6c#1b385990) |
566 | 2024-07-13T03:17:00.321Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
567 | 2024-07-13T03:17:06.366Z | Checking test-project v0.1.0 (/tmp/test-project) |
568 | 2024-07-13T03:17:06.417Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
569 | 2024-07-13T03:17:06.474Z | + cargo build --release |
570 | 2024-07-13T03:17:06.721Z | Compiling proc-macro2 v1.0.86 |
571 | 2024-07-13T03:17:06.721Z | Compiling unicode-ident v1.0.12 |
572 | 2024-07-13T03:17:06.721Z | Compiling libc v0.2.155 |
573 | 2024-07-13T03:17:06.724Z | Compiling cfg-if v1.0.0 |
574 | 2024-07-13T03:17:06.724Z | Compiling version_check v0.9.4 |
575 | 2024-07-13T03:17:06.724Z | Compiling autocfg v1.3.0 |
576 | 2024-07-13T03:17:06.724Z | Compiling serde v1.0.204 |
577 | 2024-07-13T03:17:06.758Z | Compiling serde_json v1.0.120 |
578 | 2024-07-13T03:17:06.817Z | Compiling itoa v1.0.11 |
579 | 2024-07-13T03:17:07.005Z | Compiling thiserror v1.0.62 |
580 | 2024-07-13T03:17:07.129Z | Compiling once_cell v1.19.0 |
581 | 2024-07-13T03:17:07.246Z | Compiling cc v1.1.2 |
582 | 2024-07-13T03:17:07.272Z | Compiling memchr v2.7.4 |
583 | 2024-07-13T03:17:07.370Z | Compiling ahash v0.8.11 |
584 | 2024-07-13T03:17:07.714Z | Compiling byteorder v1.5.0 |
585 | 2024-07-13T03:17:07.950Z | Compiling num-traits v0.2.19 |
586 | 2024-07-13T03:17:08.106Z | Compiling quote v1.0.36 |
587 | 2024-07-13T03:17:08.189Z | Compiling getrandom v0.2.15 |
588 | 2024-07-13T03:17:08.253Z | Compiling pin-project-lite v0.2.14 |
589 | 2024-07-13T03:17:08.366Z | Compiling ryu v1.0.18 |
590 | 2024-07-13T03:17:08.520Z | Compiling syn v2.0.71 |
591 | 2024-07-13T03:17:08.695Z | Compiling log v0.4.22 |
592 | 2024-07-13T03:17:08.736Z | Compiling bytes v1.6.0 |
593 | 2024-07-13T03:17:08.892Z | Compiling schemars v0.8.21 |
594 | 2024-07-13T03:17:08.919Z | Compiling allocator-api2 v0.2.18 |
595 | 2024-07-13T03:17:09.132Z | Compiling lock_api v0.4.12 |
596 | 2024-07-13T03:17:09.178Z | Compiling parking_lot_core v0.9.10 |
597 | 2024-07-13T03:17:09.247Z | Compiling smallvec v1.13.2 |
598 | 2024-07-13T03:17:09.577Z | Compiling futures-core v0.3.30 |
599 | 2024-07-13T03:17:09.623Z | Compiling scopeguard v1.2.0 |
600 | 2024-07-13T03:17:09.765Z | Compiling num_cpus v1.16.0 |
601 | 2024-07-13T03:17:09.814Z | Compiling signal-hook-registry v1.4.2 |
602 | 2024-07-13T03:17:09.939Z | Compiling mio v0.8.11 |
603 | 2024-07-13T03:17:10.200Z | Compiling parking_lot v0.12.3 |
604 | 2024-07-13T03:17:10.218Z | Compiling ring v0.17.8 |
605 | 2024-07-13T03:17:10.249Z | Compiling socket2 v0.5.7 |
606 | 2024-07-13T03:17:10.654Z | Compiling slab v0.4.9 |
607 | 2024-07-13T03:17:10.709Z | Compiling spin v0.9.8 |
608 | 2024-07-13T03:17:10.979Z | Compiling futures-sink v0.3.30 |
609 | 2024-07-13T03:17:11.126Z | Compiling equivalent v1.0.1 |
610 | 2024-07-13T03:17:11.142Z | Compiling semver v1.0.23 |
611 | 2024-07-13T03:17:11.225Z | Compiling untrusted v0.9.0 |
612 | 2024-07-13T03:17:11.399Z | Compiling fnv v1.0.7 |
613 | 2024-07-13T03:17:11.618Z | Compiling futures-channel v0.3.30 |
614 | 2024-07-13T03:17:11.905Z | Compiling heck v0.5.0 |
615 | 2024-07-13T03:17:11.943Z | Compiling vcpkg v0.2.15 |
616 | 2024-07-13T03:17:12.007Z | Compiling futures-io v0.3.30 |
617 | 2024-07-13T03:17:12.093Z | Compiling pkg-config v0.3.30 |
618 | 2024-07-13T03:17:12.120Z | Compiling pin-utils v0.1.0 |
619 | 2024-07-13T03:17:12.200Z | Compiling futures-task v0.3.30 |
620 | 2024-07-13T03:17:12.449Z | Compiling iana-time-zone v0.1.60 |
621 | 2024-07-13T03:17:12.504Z | Compiling ucd-trie v0.1.6 |
622 | 2024-07-13T03:17:12.992Z | Compiling http v0.2.12 |
623 | 2024-07-13T03:17:13.288Z | Compiling dyn-clone v1.0.17 |
624 | 2024-07-13T03:17:13.321Z | Compiling httparse v1.9.4 |
625 | 2024-07-13T03:17:13.640Z | Compiling openssl-sys v0.9.102 |
626 | 2024-07-13T03:17:14.128Z | Compiling tracing-core v0.1.32 |
627 | 2024-07-13T03:17:14.297Z | Compiling chrono v0.4.38 |
628 | 2024-07-13T03:17:14.590Z | Compiling uuid v1.10.0 |
629 | 2024-07-13T03:17:15.147Z | Compiling tracing v0.1.40 |
630 | 2024-07-13T03:17:15.837Z | Compiling serde_derive_internals v0.29.1 |
631 | 2024-07-13T03:17:16.543Z | Compiling try-lock v0.2.5 |
632 | 2024-07-13T03:17:16.688Z | Compiling slog v2.7.0 |
633 | 2024-07-13T03:17:17.056Z | Compiling foreign-types-shared v0.1.1 |
634 | 2024-07-13T03:17:17.152Z | Compiling openssl v0.10.64 |
635 | 2024-07-13T03:17:17.348Z | Compiling foreign-types v0.3.2 |
636 | 2024-07-13T03:17:17.424Z | Compiling want v0.3.1 |
637 | 2024-07-13T03:17:17.714Z | Compiling http-body v0.4.6 |
638 | 2024-07-13T03:17:17.771Z | Compiling aho-corasick v1.1.3 |
639 | 2024-07-13T03:17:18.155Z | Compiling rustls v0.21.12 |
640 | 2024-07-13T03:17:18.203Z | Compiling tower-service v0.3.2 |
641 | 2024-07-13T03:17:18.327Z | Compiling typenum v1.17.0 |
642 | 2024-07-13T03:17:18.446Z | Compiling percent-encoding v2.3.1 |
643 | 2024-07-13T03:17:18.939Z | Compiling tinyvec_macros v0.1.1 |
644 | 2024-07-13T03:17:18.950Z | Compiling regex-syntax v0.8.4 |
645 | 2024-07-13T03:17:19.000Z | Compiling bitflags v2.6.0 |
646 | 2024-07-13T03:17:19.030Z | Compiling httpdate v1.0.3 |
647 | 2024-07-13T03:17:19.312Z | Compiling native-tls v0.2.12 |
648 | 2024-07-13T03:17:19.390Z | Compiling tinyvec v1.8.0 |
649 | 2024-07-13T03:17:19.673Z | Compiling form_urlencoded v1.2.1 |
650 | 2024-07-13T03:17:20.232Z | Compiling generic-array v0.14.7 |
651 | 2024-07-13T03:17:20.640Z | Compiling openssl-probe v0.1.5 |
652 | 2024-07-13T03:17:20.962Z | Compiling unicode-normalization v0.1.23 |
653 | 2024-07-13T03:17:21.412Z | Compiling serde_derive v1.0.204 |
654 | 2024-07-13T03:17:21.507Z | Compiling zerocopy-derive v0.7.35 |
655 | 2024-07-13T03:17:21.749Z | Compiling thiserror-impl v1.0.62 |
656 | 2024-07-13T03:17:22.220Z | Compiling schemars_derive v0.8.21 |
657 | 2024-07-13T03:17:22.264Z | Compiling tokio-macros v2.3.0 |
658 | 2024-07-13T03:17:23.650Z | Compiling zerocopy v0.7.35 |
659 | 2024-07-13T03:17:24.865Z | Compiling tokio v1.38.0 |
660 | 2024-07-13T03:17:24.932Z | Compiling futures-macro v0.3.30 |
661 | 2024-07-13T03:17:25.389Z | Compiling pest v2.7.11 |
662 | 2024-07-13T03:17:25.833Z | Compiling hashbrown v0.14.5 |
663 | 2024-07-13T03:17:26.859Z | Compiling futures-util v0.3.30 |
664 | 2024-07-13T03:17:27.457Z | Compiling regress v0.10.0 |
665 | 2024-07-13T03:17:27.552Z | Compiling openssl-macros v0.1.1 |
666 | 2024-07-13T03:17:28.252Z | Compiling pest_meta v2.7.11 |
667 | 2024-07-13T03:17:32.284Z | Compiling pest_generator v2.7.11 |
668 | 2024-07-13T03:17:32.602Z | Compiling sct v0.7.1 |
669 | 2024-07-13T03:17:33.075Z | Compiling tokio-util v0.7.11 |
670 | 2024-07-13T03:17:33.727Z | Compiling rustls-webpki v0.101.7 |
671 | 2024-07-13T03:17:34.120Z | Compiling pest_derive v2.7.11 |
672 | 2024-07-13T03:17:34.984Z | Compiling regex-automata v0.4.7 |
673 | 2024-07-13T03:17:38.062Z | Compiling serde_tokenstream v0.2.1 |
674 | 2024-07-13T03:17:38.549Z | Compiling indexmap v2.2.6 |
675 | 2024-07-13T03:17:43.341Z | Compiling h2 v0.3.26 |
676 | 2024-07-13T03:17:43.920Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#abf38e33) |
677 | 2024-07-13T03:17:44.450Z | Compiling regex v1.10.5 |
678 | 2024-07-13T03:17:48.042Z | Compiling scroll_derive v0.12.0 |
679 | 2024-07-13T03:17:49.089Z | Compiling hyper v0.14.30 |
680 | 2024-07-13T03:17:54.414Z | Compiling usdt-impl v0.5.0 |
681 | 2024-07-13T03:17:54.779Z | Compiling encoding_rs v0.8.34 |
682 | 2024-07-13T03:17:55.623Z | Compiling mime v0.3.17 |
683 | 2024-07-13T03:17:56.692Z | Compiling unicode-bidi v0.3.15 |
684 | 2024-07-13T03:17:56.700Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#abf38e33) |
685 | 2024-07-13T03:17:59.389Z | Compiling time-core v0.1.2 |
686 | 2024-07-13T03:17:59.556Z | Compiling num-conv v0.1.0 |
687 | 2024-07-13T03:17:59.762Z | Compiling powerfmt v0.2.0 |
688 | 2024-07-13T03:18:00.225Z | Compiling deranged v0.3.11 |
689 | 2024-07-13T03:18:00.824Z | Compiling time-macros v0.2.18 |
690 | 2024-07-13T03:18:02.470Z | Compiling idna v0.5.0 |
691 | 2024-07-13T03:18:05.336Z | Compiling scroll v0.12.0 |
692 | 2024-07-13T03:18:05.547Z | Compiling tokio-native-tls v0.3.1 |
693 | 2024-07-13T03:18:05.827Z | Compiling tokio-rustls v0.24.1 |
694 | 2024-07-13T03:18:05.969Z | Compiling dof v0.3.0 |
695 | 2024-07-13T03:18:05.977Z | Compiling serde_urlencoded v0.7.1 |
696 | 2024-07-13T03:18:06.120Z | Compiling dtrace-parser v0.2.0 |
697 | 2024-07-13T03:18:06.890Z | Compiling thread-id v4.2.1 |
698 | 2024-07-13T03:18:06.993Z | Compiling crossbeam-utils v0.8.20 |
699 | 2024-07-13T03:18:07.019Z | Compiling strsim v0.11.1 |
700 | 2024-07-13T03:18:07.755Z | Compiling omicron-workspace-hack v0.1.0 |
701 | 2024-07-13T03:18:07.939Z | Compiling base64 v0.21.7 |
702 | 2024-07-13T03:18:08.037Z | Compiling rustls-pki-types v1.7.0 |
703 | 2024-07-13T03:18:09.065Z | Compiling num_threads v0.1.7 |
704 | 2024-07-13T03:18:09.188Z | Compiling plain v0.2.3 |
705 | 2024-07-13T03:18:09.381Z | Compiling ident_case v1.0.1 |
706 | 2024-07-13T03:18:09.421Z | Compiling time v0.3.36 |
707 | 2024-07-13T03:18:09.435Z | Compiling goblin v0.8.2 |
708 | 2024-07-13T03:18:09.501Z | Compiling darling_core v0.20.10 |
709 | 2024-07-13T03:18:17.570Z | Compiling rustls-pemfile v1.0.4 |
710 | 2024-07-13T03:18:19.246Z | Compiling hyper-rustls v0.24.2 |
711 | 2024-07-13T03:18:19.671Z | Compiling hyper-tls v0.5.0 |
712 | 2024-07-13T03:18:19.850Z | Compiling url v2.5.2 |
713 | 2024-07-13T03:18:20.174Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#abf38e33) |
714 | 2024-07-13T03:18:20.293Z | Compiling openapiv3 v2.0.0 |
715 | 2024-07-13T03:18:20.735Z | Compiling dirs-sys-next v0.1.2 |
716 | 2024-07-13T03:18:22.286Z | Compiling paste v1.0.15 |
717 | 2024-07-13T03:18:22.481Z | Compiling sync_wrapper v0.1.2 |
718 | 2024-07-13T03:18:22.592Z | Compiling ipnet v2.9.0 |
719 | 2024-07-13T03:18:22.770Z | Compiling rustversion v1.0.17 |
720 | 2024-07-13T03:18:23.427Z | Compiling rustls v0.22.4 |
721 | 2024-07-13T03:18:23.720Z | Compiling pretty-hex v0.4.1 |
722 | 2024-07-13T03:18:23.948Z | Compiling webpki-roots v0.25.4 |
723 | 2024-07-13T03:18:24.089Z | Compiling unsafe-libyaml v0.2.11 |
724 | 2024-07-13T03:18:24.806Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0deadb0d) |
725 | 2024-07-13T03:18:25.283Z | Compiling reqwest v0.11.27 |
726 | 2024-07-13T03:18:25.692Z | Compiling serde_yaml v0.9.34+deprecated |
727 | 2024-07-13T03:18:27.809Z | Compiling dirs-next v2.0.0 |
728 | 2024-07-13T03:18:30.004Z | Compiling darling_macro v0.20.10 |
729 | 2024-07-13T03:18:31.219Z | Compiling rustls-webpki v0.102.5 |
730 | 2024-07-13T03:18:31.963Z | Compiling block-buffer v0.10.4 |
731 | 2024-07-13T03:18:32.179Z | Compiling crypto-common v0.1.6 |
732 | 2024-07-13T03:18:32.347Z | Compiling toml_datetime v0.6.6 |
733 | 2024-07-13T03:18:32.369Z | Compiling serde_spanned v0.6.6 |
734 | 2024-07-13T03:18:32.603Z | Compiling structmeta-derive v0.3.0 |
735 | 2024-07-13T03:18:33.037Z | Compiling rand_core v0.6.4 |
736 | 2024-07-13T03:18:33.639Z | Compiling thread_local v1.1.8 |
737 | 2024-07-13T03:18:34.093Z | Compiling multer v3.1.0 |
738 | 2024-07-13T03:18:34.419Z | Compiling winnow v0.6.13 |
739 | 2024-07-13T03:18:34.457Z | Compiling anyhow v1.0.86 |
740 | 2024-07-13T03:18:35.026Z | Compiling match_cfg v0.1.0 |
741 | 2024-07-13T03:18:35.108Z | Compiling slog-async v2.8.0 |
742 | 2024-07-13T03:18:35.357Z | Compiling ppv-lite86 v0.2.17 |
743 | 2024-07-13T03:18:35.473Z | Compiling subtle v2.6.1 |
744 | 2024-07-13T03:18:35.596Z | Compiling zeroize v1.8.1 |
745 | 2024-07-13T03:18:35.739Z | Compiling camino v1.1.7 |
746 | 2024-07-13T03:18:35.802Z | Compiling structmeta v0.3.0 |
747 | 2024-07-13T03:18:35.944Z | Compiling hostname v0.3.1 |
748 | 2024-07-13T03:18:36.160Z | Compiling rand_chacha v0.3.1 |
749 | 2024-07-13T03:18:36.323Z | Compiling digest v0.10.7 |
750 | 2024-07-13T03:18:36.369Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0deadb0d) |
751 | 2024-07-13T03:18:37.865Z | Compiling darling v0.20.10 |
752 | 2024-07-13T03:18:37.968Z | Compiling crossbeam-channel v0.5.13 |
753 | 2024-07-13T03:18:38.851Z | Compiling toml_edit v0.22.15 |
754 | 2024-07-13T03:18:39.733Z | Compiling term v0.7.0 |
755 | 2024-07-13T03:18:47.054Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0deadb0d) |
756 | 2024-07-13T03:18:47.995Z | Compiling usdt-macro v0.5.0 |
757 | 2024-07-13T03:18:48.863Z | Compiling usdt-attr-macro v0.5.0 |
758 | 2024-07-13T03:18:49.382Z | Compiling slog-json v2.6.1 |
759 | 2024-07-13T03:18:49.914Z | Compiling futures-executor v0.3.30 |
760 | 2024-07-13T03:18:50.402Z | Compiling async-stream-impl v0.3.5 |
761 | 2024-07-13T03:18:51.159Z | Compiling http v1.1.0 |
762 | 2024-07-13T03:18:51.812Z | Compiling is-terminal v0.4.12 |
763 | 2024-07-13T03:18:51.932Z | Compiling memmap v0.7.0 |
764 | 2024-07-13T03:18:52.374Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#8b791251) |
765 | 2024-07-13T03:18:52.708Z | Compiling take_mut v0.2.2 |
766 | 2024-07-13T03:18:52.828Z | Compiling cpufeatures v0.2.12 |
767 | 2024-07-13T03:18:52.843Z | Compiling atomic-waker v1.1.2 |
768 | 2024-07-13T03:18:52.912Z | Compiling base64 v0.22.1 |
769 | 2024-07-13T03:18:53.020Z | Compiling waitgroup v0.1.2 |
770 | 2024-07-13T03:18:53.257Z | Compiling sha1 v0.10.6 |
771 | 2024-07-13T03:18:54.003Z | Compiling rustls-pemfile v2.1.2 |
772 | 2024-07-13T03:18:54.040Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0deadb0d) |
773 | 2024-07-13T03:18:55.755Z | Compiling usdt v0.5.0 |
774 | 2024-07-13T03:18:57.389Z | Compiling slog-term v2.9.1 |
775 | 2024-07-13T03:18:57.823Z | Compiling async-stream v0.3.5 |
776 | 2024-07-13T03:18:57.985Z | Compiling futures v0.3.30 |
777 | 2024-07-13T03:18:58.174Z | Compiling slog-bunyan v2.5.0 |
778 | 2024-07-13T03:18:58.177Z | Compiling strum_macros v0.26.4 |
779 | 2024-07-13T03:18:58.437Z | Compiling toml v0.8.14 |
780 | 2024-07-13T03:19:00.381Z | Compiling tokio-rustls v0.25.0 |
781 | 2024-07-13T03:19:00.806Z | Compiling serde_with_macros v3.8.3 |
782 | 2024-07-13T03:19:03.298Z | Compiling rand v0.8.5 |
783 | 2024-07-13T03:19:09.183Z | Compiling parse-display-derive v0.9.1 |
784 | 2024-07-13T03:19:09.272Z | Compiling ipnetwork v0.20.0 |
785 | 2024-07-13T03:19:09.272Z | Compiling newtype-uuid v1.1.0 |
786 | 2024-07-13T03:19:09.272Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#8b791251) |
787 | 2024-07-13T03:19:09.272Z | Compiling serde_path_to_error v0.1.16 |
788 | 2024-07-13T03:19:09.272Z | Compiling hex v0.4.3 |
789 | 2024-07-13T03:19:09.272Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
790 | 2024-07-13T03:19:09.315Z | Compiling async-trait v0.1.81 |
791 | 2024-07-13T03:19:09.484Z | Compiling hostname v0.4.0 |
792 | 2024-07-13T03:19:09.734Z | Compiling instant v0.1.13 |
793 | 2024-07-13T03:19:09.888Z | Compiling debug-ignore v1.0.5 |
794 | 2024-07-13T03:19:10.022Z | Compiling backoff v0.4.0 |
795 | 2024-07-13T03:19:10.218Z | Compiling parse-display v0.9.1 |
796 | 2024-07-13T03:19:10.357Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
797 | 2024-07-13T03:19:10.558Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
798 | 2024-07-13T03:19:10.648Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
799 | 2024-07-13T03:19:10.737Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#f37a7aaf) |
800 | 2024-07-13T03:19:11.087Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1b385990e8648b221fd11f018f2a7ec425461c6c#1b385990) |
801 | 2024-07-13T03:19:11.131Z | Compiling serde_with v3.8.3 |
802 | 2024-07-13T03:19:12.356Z | Compiling strum v0.26.3 |
803 | 2024-07-13T03:19:12.521Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
804 | 2024-07-13T03:19:13.323Z | Compiling macaddr v1.0.1 |
805 | 2024-07-13T03:19:13.950Z | Compiling regress v0.9.1 |
806 | 2024-07-13T03:19:18.989Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
807 | 2024-07-13T03:19:28.129Z | Compiling test-project v0.1.0 (/tmp/test-project) |
808 | 2024-07-13T03:19:36.297Z | Finished `release` profile [optimized] target(s) in 2m 29s |
809 | 2024-07-13T03:19:36.346Z | process exited: duration 224199 ms, exit code 0 |
|
810 | 2024-07-13T03:19:36.352Z | found 0 output files |