|
|
|
1 | 2024-06-21T20:56:32.869Z | job assigned to worker 01J0Y9ASAFXVTQ3XJW9KP0JSER (queued for 51 s) |
|
2 | 2024-06-21T20:56:40.287Z | starting task 0: "setup" |
3 | 2024-06-21T20:56:40.346Z | ++ uname -s |
4 | 2024-06-21T20:56:40.350Z | + kern=SunOS |
5 | 2024-06-21T20:56:40.350Z | + case "$kern" in |
6 | 2024-06-21T20:56:40.350Z | + groupadd -g 12345 build |
7 | 2024-06-21T20:56:40.353Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-06-21T20:56:42.381Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-06-21T20:56:42.484Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-06-21T20:56:42.489Z | + home_fs=zfs |
11 | 2024-06-21T20:56:42.489Z | + [[ zfs == autofs ]] |
12 | 2024-06-21T20:56:42.489Z | + mkdir -p /home/build |
13 | 2024-06-21T20:56:42.489Z | + chown build:build /home/build /work |
14 | 2024-06-21T20:56:44.491Z | + chmod 0700 /home/build /work |
15 | 2024-06-21T20:56:44.495Z | process exited: duration 4206 ms, exit code 0 |
|
16 | 2024-06-21T20:56:44.501Z | starting task 1: "rust-toolchain" |
17 | 2024-06-21T20:56:44.506Z | + printf ' * toolchain channel = "%s" |
18 | 2024-06-21T20:56:44.507Z | ' 1.78.0 |
19 | 2024-06-21T20:56:44.507Z | * toolchain channel = "1.78.0" |
20 | 2024-06-21T20:56:44.507Z | + printf ' * toolchain profile = "%s" |
21 | 2024-06-21T20:56:44.507Z | * toolchain profile = "default" |
22 | 2024-06-21T20:56:44.507Z | ' default |
23 | 2024-06-21T20:56:44.510Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-06-21T20:56:44.510Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-06-21T20:56:44.814Z | info: downloading installer |
26 | 2024-06-21T20:56:46.315Z | info: profile set to 'default' |
27 | 2024-06-21T20:56:46.315Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-06-21T20:56:46.319Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-06-21T20:56:46.463Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-06-21T20:56:46.464Z | info: downloading component 'cargo' |
31 | 2024-06-21T20:56:47.235Z | info: downloading component 'clippy' |
32 | 2024-06-21T20:56:47.508Z | info: downloading component 'rust-docs' |
33 | 2024-06-21T20:56:48.526Z | info: downloading component 'rust-std' |
34 | 2024-06-21T20:56:50.172Z | info: downloading component 'rustc' |
35 | 2024-06-21T20:56:54.351Z | info: downloading component 'rustfmt' |
36 | 2024-06-21T20:56:54.576Z | info: installing component 'cargo' |
37 | 2024-06-21T20:56:55.414Z | info: installing component 'clippy' |
38 | 2024-06-21T20:56:55.776Z | info: installing component 'rust-docs' |
39 | 2024-06-21T20:56:57.271Z | info: installing component 'rust-std' |
40 | 2024-06-21T20:56:58.999Z | info: installing component 'rustc' |
41 | 2024-06-21T20:57:03.112Z | info: installing component 'rustfmt' |
42 | 2024-06-21T20:57:03.475Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-06-21T20:57:03.476Z | |
44 | 2024-06-21T20:57:03.757Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-06-21T20:57:03.757Z | |
46 | 2024-06-21T20:57:03.760Z | |
47 | 2024-06-21T20:57:03.760Z | Rust is installed now. Great! |
48 | 2024-06-21T20:57:03.760Z | |
49 | 2024-06-21T20:57:03.760Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-06-21T20:57:03.760Z | environment variable. This has not been done automatically. |
51 | 2024-06-21T20:57:03.760Z | |
52 | 2024-06-21T20:57:03.760Z | To configure your current shell, you need to source |
53 | 2024-06-21T20:57:03.760Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-06-21T20:57:03.760Z | |
55 | 2024-06-21T20:57:03.760Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-06-21T20:57:03.760Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-06-21T20:57:03.760Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-06-21T20:57:03.823Z | + rustc --version |
59 | 2024-06-21T20:57:03.885Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-06-21T20:57:03.889Z | process exited: duration 19385 ms, exit code 0 |
|
61 | 2024-06-21T20:57:03.894Z | starting task 2: "authentication" |
62 | 2024-06-21T20:57:03.914Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2024-06-21T20:57:03.920Z | starting task 3: "clone repository" |
64 | 2024-06-21T20:57:03.925Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-06-21T20:57:03.927Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-06-21T20:57:04.088Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-06-21T20:57:09.387Z | + cd /work/oxidecomputer/omicron |
68 | 2024-06-21T20:57:09.387Z | + git fetch origin 7ef3ddd09822f8d31eb6b264459d6886456b64ff |
69 | 2024-06-21T20:57:09.678Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-06-21T20:57:09.678Z | * branch 7ef3ddd09822f8d31eb6b264459d6886456b64ff -> FETCH_HEAD |
71 | 2024-06-21T20:57:09.686Z | + [[ -n bump_gimlet-v1.0.22 ]] |
72 | 2024-06-21T20:57:09.689Z | ++ git branch --show-current |
73 | 2024-06-21T20:57:09.692Z | + current=main |
74 | 2024-06-21T20:57:09.692Z | + [[ main != bump_gimlet-v1.0.22 ]] |
75 | 2024-06-21T20:57:09.692Z | + git branch -f bump_gimlet-v1.0.22 7ef3ddd09822f8d31eb6b264459d6886456b64ff |
76 | 2024-06-21T20:57:09.695Z | + git checkout -f bump_gimlet-v1.0.22 |
77 | 2024-06-21T20:57:09.820Z | Switched to branch 'bump_gimlet-v1.0.22' |
78 | 2024-06-21T20:57:09.822Z | + git reset --hard 7ef3ddd09822f8d31eb6b264459d6886456b64ff |
79 | 2024-06-21T20:57:09.943Z | HEAD is now at 7ef3ddd09 Automatic bump of permslip manifest to gimlet-v1.0.22 |
80 | 2024-06-21T20:57:09.948Z | process exited: duration 6023 ms, exit code 0 |
|
81 | 2024-06-21T20:57:09.954Z | starting task 4: "build" |
82 | 2024-06-21T20:57:09.959Z | + cargo --version |
83 | 2024-06-21T20:57:10.010Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-06-21T20:57:10.013Z | + rustc --version |
85 | 2024-06-21T20:57:10.066Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-06-21T20:57:10.068Z | + cd /tmp |
87 | 2024-06-21T20:57:10.068Z | + cargo new --lib test-project |
88 | 2024-06-21T20:57:10.120Z | Creating library `test-project` package |
89 | 2024-06-21T20:57:10.193Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
90 | 2024-06-21T20:57:10.195Z | + cd test-project |
91 | 2024-06-21T20:57:10.195Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
92 | 2024-06-21T20:57:10.249Z | Adding omicron-common (local) to dependencies |
93 | 2024-06-21T20:57:10.252Z | Features: |
94 | 2024-06-21T20:57:10.252Z | - proptest |
95 | 2024-06-21T20:57:10.252Z | - test-strategy |
96 | 2024-06-21T20:57:10.253Z | - testing |
97 | 2024-06-21T20:57:10.253Z | Updating crates.io index |
98 | 2024-06-21T20:57:10.281Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
99 | 2024-06-21T20:57:10.890Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
100 | 2024-06-21T20:57:11.673Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
101 | 2024-06-21T20:57:11.982Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
102 | 2024-06-21T20:57:13.976Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
103 | 2024-06-21T20:57:14.225Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
104 | 2024-06-21T20:57:14.638Z | Updating git repository `https://github.com/oxidecomputer/typify` |
105 | 2024-06-21T20:57:17.318Z | + cargo check |
106 | 2024-06-21T20:57:17.522Z | Downloading crates ... |
107 | 2024-06-21T20:57:17.607Z | Downloaded async-stream-impl v0.3.5 |
108 | 2024-06-21T20:57:17.614Z | Downloaded is-terminal v0.4.12 |
109 | 2024-06-21T20:57:17.621Z | Downloaded foreign-types v0.3.2 |
110 | 2024-06-21T20:57:17.623Z | Downloaded darling_macro v0.20.9 |
111 | 2024-06-21T20:57:17.623Z | Downloaded equivalent v1.0.1 |
112 | 2024-06-21T20:57:17.632Z | Downloaded openssl-probe v0.1.5 |
113 | 2024-06-21T20:57:17.635Z | Downloaded num_threads v0.1.7 |
114 | 2024-06-21T20:57:17.638Z | Downloaded num-conv v0.1.0 |
115 | 2024-06-21T20:57:17.641Z | Downloaded foreign-types-shared v0.1.1 |
116 | 2024-06-21T20:57:17.641Z | Downloaded cfg-if v1.0.0 |
117 | 2024-06-21T20:57:17.644Z | Downloaded atomic-waker v1.1.2 |
118 | 2024-06-21T20:57:17.644Z | Downloaded sync_wrapper v0.1.2 |
119 | 2024-06-21T20:57:17.644Z | Downloaded percent-encoding v2.3.1 |
120 | 2024-06-21T20:57:17.647Z | Downloaded zeroize v1.8.1 |
121 | 2024-06-21T20:57:17.647Z | Downloaded async-stream v0.3.5 |
122 | 2024-06-21T20:57:17.649Z | Downloaded cpufeatures v0.2.12 |
123 | 2024-06-21T20:57:17.650Z | Downloaded autocfg v1.3.0 |
124 | 2024-06-21T20:57:17.653Z | Downloaded rand_core v0.6.4 |
125 | 2024-06-21T20:57:17.653Z | Downloaded match_cfg v0.1.0 |
126 | 2024-06-21T20:57:17.656Z | Downloaded instant v0.1.13 |
127 | 2024-06-21T20:57:17.656Z | Downloaded ident_case v1.0.1 |
128 | 2024-06-21T20:57:17.656Z | Downloaded rustls-pemfile v1.0.4 |
129 | 2024-06-21T20:57:17.660Z | Downloaded block-buffer v0.10.4 |
130 | 2024-06-21T20:57:17.660Z | Downloaded ppv-lite86 v0.2.17 |
131 | 2024-06-21T20:57:17.663Z | Downloaded usdt v0.5.0 |
132 | 2024-06-21T20:57:17.663Z | Downloaded dtrace-parser v0.2.0 |
133 | 2024-06-21T20:57:17.663Z | Downloaded pin-utils v0.1.0 |
134 | 2024-06-21T20:57:17.663Z | Downloaded parse-display-derive v0.9.1 |
135 | 2024-06-21T20:57:17.668Z | Downloaded heck v0.5.0 |
136 | 2024-06-21T20:57:17.671Z | Downloaded serde_urlencoded v0.7.1 |
137 | 2024-06-21T20:57:17.673Z | Downloaded serde_spanned v0.6.6 |
138 | 2024-06-21T20:57:17.673Z | Downloaded slog-bunyan v2.5.0 |
139 | 2024-06-21T20:57:17.676Z | Downloaded futures-macro v0.3.30 |
140 | 2024-06-21T20:57:17.676Z | Downloaded subtle v2.6.0 |
141 | 2024-06-21T20:57:17.679Z | Downloaded futures-executor v0.3.30 |
142 | 2024-06-21T20:57:17.679Z | Downloaded schemars_derive v0.8.21 |
143 | 2024-06-21T20:57:17.681Z | Downloaded plain v0.2.3 |
144 | 2024-06-21T20:57:17.681Z | Downloaded unicode-ident v1.0.12 |
145 | 2024-06-21T20:57:17.684Z | Downloaded dirs-next v2.0.0 |
146 | 2024-06-21T20:57:17.686Z | Downloaded futures-task v0.3.30 |
147 | 2024-06-21T20:57:17.687Z | Downloaded parking_lot_core v0.9.10 |
148 | 2024-06-21T20:57:17.689Z | Downloaded version_check v0.9.4 |
149 | 2024-06-21T20:57:17.689Z | Downloaded waitgroup v0.1.2 |
150 | 2024-06-21T20:57:17.689Z | Downloaded http-body v0.4.6 |
151 | 2024-06-21T20:57:17.692Z | Downloaded digest v0.10.7 |
152 | 2024-06-21T20:57:17.695Z | Downloaded pretty-hex v0.4.1 |
153 | 2024-06-21T20:57:17.695Z | Downloaded usdt-macro v0.5.0 |
154 | 2024-06-21T20:57:17.695Z | Downloaded want v0.3.1 |
155 | 2024-06-21T20:57:17.697Z | Downloaded hostname v0.3.1 |
156 | 2024-06-21T20:57:17.697Z | Downloaded byteorder v1.5.0 |
157 | 2024-06-21T20:57:17.700Z | Downloaded newtype-uuid v1.1.0 |
158 | 2024-06-21T20:57:17.700Z | Downloaded generic-array v0.14.7 |
159 | 2024-06-21T20:57:17.703Z | Downloaded usdt-attr-macro v0.5.0 |
160 | 2024-06-21T20:57:17.703Z | Downloaded dof v0.3.0 |
161 | 2024-06-21T20:57:17.703Z | Downloaded mime v0.3.17 |
162 | 2024-06-21T20:57:17.705Z | Downloaded camino v1.1.7 |
163 | 2024-06-21T20:57:17.708Z | Downloaded backoff v0.4.0 |
164 | 2024-06-21T20:57:17.708Z | Downloaded take_mut v0.2.2 |
165 | 2024-06-21T20:57:17.711Z | Downloaded async-trait v0.1.80 |
166 | 2024-06-21T20:57:17.714Z | Downloaded signal-hook-registry v1.4.2 |
167 | 2024-06-21T20:57:17.714Z | Downloaded hex v0.4.3 |
168 | 2024-06-21T20:57:17.716Z | Downloaded usdt-impl v0.5.0 |
169 | 2024-06-21T20:57:17.716Z | Downloaded untrusted v0.9.0 |
170 | 2024-06-21T20:57:17.719Z | Downloaded slog-term v2.9.1 |
171 | 2024-06-21T20:57:17.719Z | Downloaded deranged v0.3.11 |
172 | 2024-06-21T20:57:17.722Z | Downloaded strum v0.26.2 |
173 | 2024-06-21T20:57:17.722Z | Downloaded term v0.7.0 |
174 | 2024-06-21T20:57:17.725Z | Downloaded itoa v1.0.11 |
175 | 2024-06-21T20:57:17.727Z | Downloaded tower-service v0.3.2 |
176 | 2024-06-21T20:57:17.727Z | Downloaded ipnetwork v0.20.0 |
177 | 2024-06-21T20:57:17.730Z | Downloaded hostname v0.4.0 |
178 | 2024-06-21T20:57:17.730Z | Downloaded crypto-common v0.1.6 |
179 | 2024-06-21T20:57:17.730Z | Downloaded hyper-tls v0.5.0 |
180 | 2024-06-21T20:57:17.733Z | Downloaded time-core v0.1.2 |
181 | 2024-06-21T20:57:17.733Z | Downloaded try-lock v0.2.5 |
182 | 2024-06-21T20:57:17.733Z | Downloaded num_cpus v1.16.0 |
183 | 2024-06-21T20:57:17.736Z | Downloaded memmap v0.7.0 |
184 | 2024-06-21T20:57:17.738Z | Downloaded rand_chacha v0.3.1 |
185 | 2024-06-21T20:57:17.738Z | Downloaded paste v1.0.15 |
186 | 2024-06-21T20:57:17.741Z | Downloaded darling v0.20.9 |
187 | 2024-06-21T20:57:17.744Z | Downloaded multer v3.1.0 |
188 | 2024-06-21T20:57:17.747Z | Downloaded powerfmt v0.2.0 |
189 | 2024-06-21T20:57:17.749Z | Downloaded pest_generator v2.7.10 |
190 | 2024-06-21T20:57:17.749Z | Downloaded parse-display v0.9.1 |
191 | 2024-06-21T20:57:17.752Z | Downloaded macaddr v1.0.1 |
192 | 2024-06-21T20:57:17.752Z | Downloaded slog-async v2.8.0 |
193 | 2024-06-21T20:57:17.756Z | Downloaded tinyvec_macros v0.1.1 |
194 | 2024-06-21T20:57:17.756Z | Downloaded serde_path_to_error v0.1.16 |
195 | 2024-06-21T20:57:17.758Z | Downloaded pest_derive v2.7.10 |
196 | 2024-06-21T20:57:17.758Z | Downloaded getrandom v0.2.15 |
197 | 2024-06-21T20:57:17.761Z | Downloaded slab v0.4.9 |
198 | 2024-06-21T20:57:17.761Z | Downloaded thiserror-impl v1.0.61 |
199 | 2024-06-21T20:57:17.764Z | Downloaded ahash v0.8.11 |
200 | 2024-06-21T20:57:17.766Z | Downloaded httparse v1.9.4 |
201 | 2024-06-21T20:57:17.771Z | Downloaded rustls-pki-types v1.7.0 |
202 | 2024-06-21T20:57:17.771Z | Downloaded slog v2.7.0 |
203 | 2024-06-21T20:57:17.774Z | Downloaded ryu v1.0.18 |
204 | 2024-06-21T20:57:17.777Z | Downloaded tokio-macros v2.3.0 |
205 | 2024-06-21T20:57:17.777Z | Downloaded socket2 v0.5.7 |
206 | 2024-06-21T20:57:17.780Z | Downloaded unicode-bidi v0.3.15 |
207 | 2024-06-21T20:57:17.785Z | Downloaded unsafe-libyaml v0.2.11 |
208 | 2024-06-21T20:57:17.785Z | Downloaded tokio-native-tls v0.3.1 |
209 | 2024-06-21T20:57:17.785Z | Downloaded pin-project-lite v0.2.14 |
210 | 2024-06-21T20:57:17.789Z | Downloaded pkg-config v0.3.30 |
211 | 2024-06-21T20:57:17.792Z | Downloaded thread_local v1.1.8 |
212 | 2024-06-21T20:57:17.792Z | Downloaded slog-json v2.6.1 |
213 | 2024-06-21T20:57:17.796Z | Downloaded sha2 v0.10.8 |
214 | 2024-06-21T20:57:17.799Z | Downloaded rustls-pemfile v2.1.2 |
215 | 2024-06-21T20:57:17.799Z | Downloaded spin v0.9.8 |
216 | 2024-06-21T20:57:17.802Z | Downloaded serde_derive_internals v0.29.1 |
217 | 2024-06-21T20:57:17.802Z | Downloaded strum_macros v0.26.4 |
218 | 2024-06-21T20:57:17.805Z | Downloaded proc-macro2 v1.0.86 |
219 | 2024-06-21T20:57:17.808Z | Downloaded iana-time-zone v0.1.60 |
220 | 2024-06-21T20:57:17.808Z | Downloaded toml_datetime v0.6.6 |
221 | 2024-06-21T20:57:17.811Z | Downloaded once_cell v1.19.0 |
222 | 2024-06-21T20:57:17.811Z | Downloaded rand v0.8.5 |
223 | 2024-06-21T20:57:17.814Z | Downloaded crossbeam-utils v0.8.20 |
224 | 2024-06-21T20:57:17.817Z | Downloaded tokio-rustls v0.24.1 |
225 | 2024-06-21T20:57:17.819Z | Downloaded time-macros v0.2.18 |
226 | 2024-06-21T20:57:17.822Z | Downloaded parking_lot v0.12.3 |
227 | 2024-06-21T20:57:17.824Z | Downloaded zerocopy-derive v0.7.34 |
228 | 2024-06-21T20:57:17.827Z | Downloaded semver v1.0.23 |
229 | 2024-06-21T20:57:17.830Z | Downloaded serde v1.0.203 |
230 | 2024-06-21T20:57:17.833Z | Downloaded log v0.4.21 |
231 | 2024-06-21T20:57:17.835Z | Downloaded lock_api v0.4.12 |
232 | 2024-06-21T20:57:17.835Z | Downloaded uuid v1.8.0 |
233 | 2024-06-21T20:57:17.838Z | Downloaded thread-id v4.2.1 |
234 | 2024-06-21T20:57:17.841Z | Downloaded smallvec v1.13.2 |
235 | 2024-06-21T20:57:17.841Z | Downloaded toml v0.8.14 |
236 | 2024-06-21T20:57:17.844Z | Downloaded quote v1.0.36 |
237 | 2024-06-21T20:57:17.847Z | Downloaded allocator-api2 v0.2.18 |
238 | 2024-06-21T20:57:17.850Z | Downloaded tokio-rustls v0.25.0 |
239 | 2024-06-21T20:57:17.852Z | Downloaded serde_yaml v0.9.34+deprecated |
240 | 2024-06-21T20:57:17.855Z | Downloaded bytes v1.6.0 |
241 | 2024-06-21T20:57:17.858Z | Downloaded base64 v0.21.7 |
242 | 2024-06-21T20:57:17.861Z | Downloaded futures v0.3.30 |
243 | 2024-06-21T20:57:17.865Z | Downloaded serde_derive v1.0.203 |
244 | 2024-06-21T20:57:17.868Z | Downloaded num-traits v0.2.19 |
245 | 2024-06-21T20:57:17.870Z | Downloaded tinyvec v1.6.0 |
246 | 2024-06-21T20:57:17.873Z | Downloaded cc v1.0.99 |
247 | 2024-06-21T20:57:17.876Z | Downloaded tracing v0.1.40 |
248 | 2024-06-21T20:57:17.881Z | Downloaded ucd-trie v0.1.6 |
249 | 2024-06-21T20:57:17.884Z | Downloaded typenum v1.17.0 |
250 | 2024-06-21T20:57:17.884Z | Downloaded indexmap v2.2.6 |
251 | 2024-06-21T20:57:17.887Z | Downloaded darling_core v0.20.9 |
252 | 2024-06-21T20:57:17.891Z | Downloaded base64 v0.22.1 |
253 | 2024-06-21T20:57:17.894Z | Downloaded url v2.5.2 |
254 | 2024-06-21T20:57:17.897Z | Downloaded indexmap v1.9.3 |
255 | 2024-06-21T20:57:17.900Z | Downloaded hashbrown v0.12.3 |
256 | 2024-06-21T20:57:17.904Z | Downloaded http v0.2.12 |
257 | 2024-06-21T20:57:17.907Z | Downloaded tracing-core v0.1.32 |
258 | 2024-06-21T20:57:17.910Z | Downloaded pest v2.7.10 |
259 | 2024-06-21T20:57:17.915Z | Downloaded zerocopy v0.7.34 |
260 | 2024-06-21T20:57:17.929Z | Downloaded http v1.1.0 |
261 | 2024-06-21T20:57:17.933Z | Downloaded tokio-util v0.7.11 |
262 | 2024-06-21T20:57:17.938Z | Downloaded serde_with v3.8.1 |
263 | 2024-06-21T20:57:17.946Z | Downloaded serde_json v1.0.117 |
264 | 2024-06-21T20:57:17.952Z | Downloaded toml_edit v0.22.14 |
265 | 2024-06-21T20:57:17.972Z | Downloaded winnow v0.6.13 |
266 | 2024-06-21T20:57:17.980Z | Downloaded time v0.3.36 |
267 | 2024-06-21T20:57:17.986Z | Downloaded rustls-webpki v0.102.4 |
268 | 2024-06-21T20:57:18.002Z | Downloaded webpki-roots v0.25.4 |
269 | 2024-06-21T20:57:18.008Z | Downloaded goblin v0.8.2 |
270 | 2024-06-21T20:57:18.011Z | Downloaded aho-corasick v1.1.3 |
271 | 2024-06-21T20:57:18.016Z | Downloaded h2 v0.3.26 |
272 | 2024-06-21T20:57:18.022Z | Downloaded futures-util v0.3.30 |
273 | 2024-06-21T20:57:18.033Z | Downloaded vcpkg v0.2.15 |
274 | 2024-06-21T20:57:18.069Z | Downloaded syn v2.0.67 |
275 | 2024-06-21T20:57:18.078Z | Downloaded regress v0.10.0 |
276 | 2024-06-21T20:57:18.085Z | Downloaded rustls v0.22.4 |
277 | 2024-06-21T20:57:18.097Z | Downloaded regress v0.9.1 |
278 | 2024-06-21T20:57:18.105Z | Downloaded regex-syntax v0.8.4 |
279 | 2024-06-21T20:57:18.112Z | Downloaded regex-automata v0.4.7 |
280 | 2024-06-21T20:57:18.128Z | Downloaded openapiv3 v2.0.0 |
281 | 2024-06-21T20:57:18.138Z | Downloaded idna v0.5.0 |
282 | 2024-06-21T20:57:18.144Z | Downloaded openssl v0.10.64 |
283 | 2024-06-21T20:57:18.153Z | Downloaded rustls v0.21.12 |
284 | 2024-06-21T20:57:18.163Z | Downloaded regex v1.10.5 |
285 | 2024-06-21T20:57:18.174Z | Downloaded chrono v0.4.38 |
286 | 2024-06-21T20:57:18.180Z | Downloaded hyper v0.14.29 |
287 | 2024-06-21T20:57:18.187Z | Downloaded libc v0.2.155 |
288 | 2024-06-21T20:57:18.212Z | Downloaded rustls-webpki v0.101.7 |
289 | 2024-06-21T20:57:18.224Z | Downloaded tokio v1.38.0 |
290 | 2024-06-21T20:57:18.257Z | Downloaded reqwest v0.11.27 |
291 | 2024-06-21T20:57:18.263Z | Downloaded hashbrown v0.14.5 |
292 | 2024-06-21T20:57:18.268Z | Downloaded unicode-normalization v0.1.23 |
293 | 2024-06-21T20:57:18.271Z | Downloaded encoding_rs v0.8.34 |
294 | 2024-06-21T20:57:18.290Z | Downloaded memchr v2.7.4 |
295 | 2024-06-21T20:57:18.294Z | Downloaded mio v0.8.11 |
296 | 2024-06-21T20:57:18.299Z | Downloaded crossbeam-channel v0.5.13 |
297 | 2024-06-21T20:57:18.302Z | Downloaded schemars v0.8.21 |
298 | 2024-06-21T20:57:18.312Z | Downloaded openssl-sys v0.9.102 |
299 | 2024-06-21T20:57:18.316Z | Downloaded futures-core v0.3.30 |
300 | 2024-06-21T20:57:18.319Z | Downloaded native-tls v0.2.12 |
301 | 2024-06-21T20:57:18.319Z | Downloaded anyhow v1.0.86 |
302 | 2024-06-21T20:57:18.322Z | Downloaded thiserror v1.0.61 |
303 | 2024-06-21T20:57:18.326Z | Downloaded structmeta v0.3.0 |
304 | 2024-06-21T20:57:18.329Z | Downloaded serde_tokenstream v0.2.1 |
305 | 2024-06-21T20:57:18.331Z | Downloaded pest_meta v2.7.10 |
306 | 2024-06-21T20:57:18.349Z | Downloaded bitflags v2.5.0 |
307 | 2024-06-21T20:57:18.349Z | Downloaded scopeguard v1.2.0 |
308 | 2024-06-21T20:57:18.349Z | Downloaded rustversion v1.0.17 |
309 | 2024-06-21T20:57:18.349Z | Downloaded ipnet v2.9.0 |
310 | 2024-06-21T20:57:18.353Z | Downloaded hyper-rustls v0.24.2 |
311 | 2024-06-21T20:57:18.353Z | Downloaded httpdate v1.0.3 |
312 | 2024-06-21T20:57:18.353Z | Downloaded futures-channel v0.3.30 |
313 | 2024-06-21T20:57:18.353Z | Downloaded futures-sink v0.3.30 |
314 | 2024-06-21T20:57:18.353Z | Downloaded futures-io v0.3.30 |
315 | 2024-06-21T20:57:18.353Z | Downloaded fnv v1.0.7 |
316 | 2024-06-21T20:57:18.353Z | Downloaded dirs-sys-next v0.1.2 |
317 | 2024-06-21T20:57:18.353Z | Downloaded structmeta-derive v0.3.0 |
318 | 2024-06-21T20:57:18.353Z | Downloaded sct v0.7.1 |
319 | 2024-06-21T20:57:18.353Z | Downloaded serde_with_macros v3.8.1 |
320 | 2024-06-21T20:57:18.353Z | Downloaded scroll_derive v0.12.0 |
321 | 2024-06-21T20:57:18.353Z | Downloaded form_urlencoded v1.2.1 |
322 | 2024-06-21T20:57:18.356Z | Downloaded dyn-clone v1.0.17 |
323 | 2024-06-21T20:57:18.356Z | Downloaded debug-ignore v1.0.5 |
324 | 2024-06-21T20:57:18.356Z | Downloaded strsim v0.11.1 |
325 | 2024-06-21T20:57:18.358Z | Downloaded sha1 v0.10.6 |
326 | 2024-06-21T20:57:18.358Z | Downloaded scroll v0.12.0 |
327 | 2024-06-21T20:57:18.363Z | Downloaded openssl-macros v0.1.1 |
328 | 2024-06-21T20:57:18.366Z | Downloaded omicron-workspace-hack v0.1.0 |
329 | 2024-06-21T20:57:18.366Z | Downloaded ring v0.17.8 |
330 | 2024-06-21T20:57:18.545Z | Compiling proc-macro2 v1.0.86 |
331 | 2024-06-21T20:57:18.545Z | Compiling unicode-ident v1.0.12 |
332 | 2024-06-21T20:57:18.545Z | Compiling libc v0.2.155 |
333 | 2024-06-21T20:57:18.549Z | Checking cfg-if v1.0.0 |
334 | 2024-06-21T20:57:18.549Z | Compiling version_check v0.9.4 |
335 | 2024-06-21T20:57:18.549Z | Compiling autocfg v1.3.0 |
336 | 2024-06-21T20:57:18.558Z | Compiling serde v1.0.203 |
337 | 2024-06-21T20:57:18.561Z | Compiling serde_json v1.0.117 |
338 | 2024-06-21T20:57:18.634Z | Checking itoa v1.0.11 |
339 | 2024-06-21T20:57:18.719Z | Checking once_cell v1.19.0 |
340 | 2024-06-21T20:57:18.810Z | Compiling thiserror v1.0.61 |
341 | 2024-06-21T20:57:18.947Z | Compiling memchr v2.7.4 |
342 | 2024-06-21T20:57:19.168Z | Compiling ahash v0.8.11 |
343 | 2024-06-21T20:57:19.226Z | Compiling cc v1.0.99 |
344 | 2024-06-21T20:57:21.021Z | Checking byteorder v1.5.0 |
345 | 2024-06-21T20:57:21.249Z | Compiling num-traits v0.2.19 |
346 | 2024-06-21T20:57:21.695Z | Checking pin-project-lite v0.2.14 |
347 | 2024-06-21T20:57:21.711Z | Checking ryu v1.0.18 |
348 | 2024-06-21T20:57:21.728Z | Checking bytes v1.6.0 |
349 | 2024-06-21T20:57:21.762Z | Checking log v0.4.21 |
350 | 2024-06-21T20:57:21.869Z | Checking allocator-api2 v0.2.18 |
351 | 2024-06-21T20:57:21.954Z | Compiling lock_api v0.4.12 |
352 | 2024-06-21T20:57:21.980Z | Compiling parking_lot_core v0.9.10 |
353 | 2024-06-21T20:57:22.069Z | Compiling schemars v0.8.21 |
354 | 2024-06-21T20:57:22.220Z | Compiling ring v0.17.8 |
355 | 2024-06-21T20:57:22.327Z | Checking getrandom v0.2.15 |
356 | 2024-06-21T20:57:22.338Z | Checking smallvec v1.13.2 |
357 | 2024-06-21T20:57:22.391Z | Checking futures-core v0.3.30 |
358 | 2024-06-21T20:57:22.397Z | Checking scopeguard v1.2.0 |
359 | 2024-06-21T20:57:22.425Z | Checking socket2 v0.5.7 |
360 | 2024-06-21T20:57:22.455Z | Checking mio v0.8.11 |
361 | 2024-06-21T20:57:22.514Z | Compiling quote v1.0.36 |
362 | 2024-06-21T20:57:22.557Z | Checking signal-hook-registry v1.4.2 |
363 | 2024-06-21T20:57:22.766Z | Checking num_cpus v1.16.0 |
364 | 2024-06-21T20:57:22.851Z | Compiling syn v2.0.67 |
365 | 2024-06-21T20:57:22.865Z | Compiling slab v0.4.9 |
366 | 2024-06-21T20:57:22.973Z | Checking parking_lot v0.12.3 |
367 | 2024-06-21T20:57:22.984Z | Checking spin v0.9.8 |
368 | 2024-06-21T20:57:23.030Z | Checking futures-sink v0.3.30 |
369 | 2024-06-21T20:57:23.096Z | Checking untrusted v0.9.0 |
370 | 2024-06-21T20:57:23.142Z | Checking fnv v1.0.7 |
371 | 2024-06-21T20:57:23.158Z | Checking equivalent v1.0.1 |
372 | 2024-06-21T20:57:23.227Z | Checking futures-channel v0.3.30 |
373 | 2024-06-21T20:57:23.234Z | Checking pin-utils v0.1.0 |
374 | 2024-06-21T20:57:23.274Z | Checking futures-task v0.3.30 |
375 | 2024-06-21T20:57:23.278Z | Compiling semver v1.0.23 |
376 | 2024-06-21T20:57:23.285Z | Compiling vcpkg v0.2.15 |
377 | 2024-06-21T20:57:23.452Z | Compiling pkg-config v0.3.30 |
378 | 2024-06-21T20:57:23.473Z | Checking futures-io v0.3.30 |
379 | 2024-06-21T20:57:23.602Z | Checking iana-time-zone v0.1.60 |
380 | 2024-06-21T20:57:23.717Z | Compiling ucd-trie v0.1.6 |
381 | 2024-06-21T20:57:23.744Z | Checking http v0.2.12 |
382 | 2024-06-21T20:57:24.313Z | Checking dyn-clone v1.0.17 |
383 | 2024-06-21T20:57:24.427Z | Compiling heck v0.5.0 |
384 | 2024-06-21T20:57:24.630Z | Compiling httparse v1.9.4 |
385 | 2024-06-21T20:57:24.831Z | Compiling openssl-sys v0.9.102 |
386 | 2024-06-21T20:57:24.882Z | Checking tracing-core v0.1.32 |
387 | 2024-06-21T20:57:24.977Z | Compiling uuid v1.8.0 |
388 | 2024-06-21T20:57:25.382Z | Compiling chrono v0.4.38 |
389 | 2024-06-21T20:57:25.491Z | Checking foreign-types-shared v0.1.1 |
390 | 2024-06-21T20:57:25.512Z | Checking tracing v0.1.40 |
391 | 2024-06-21T20:57:25.579Z | Compiling slog v2.7.0 |
392 | 2024-06-21T20:57:25.754Z | Checking try-lock v0.2.5 |
393 | 2024-06-21T20:57:25.778Z | Compiling openssl v0.10.64 |
394 | 2024-06-21T20:57:25.853Z | Checking want v0.3.1 |
395 | 2024-06-21T20:57:26.106Z | Checking foreign-types v0.3.2 |
396 | 2024-06-21T20:57:26.149Z | Checking http-body v0.4.6 |
397 | 2024-06-21T20:57:26.149Z | Compiling aho-corasick v1.1.3 |
398 | 2024-06-21T20:57:26.149Z | Compiling typenum v1.17.0 |
399 | 2024-06-21T20:57:26.303Z | Checking tinyvec_macros v0.1.1 |
400 | 2024-06-21T20:57:26.358Z | Checking httpdate v1.0.3 |
401 | 2024-06-21T20:57:26.550Z | Compiling native-tls v0.2.12 |
402 | 2024-06-21T20:57:26.844Z | Compiling regex-syntax v0.8.4 |
403 | 2024-06-21T20:57:26.995Z | Checking percent-encoding v2.3.1 |
404 | 2024-06-21T20:57:27.091Z | Checking bitflags v2.5.0 |
405 | 2024-06-21T20:57:27.180Z | Compiling rustls v0.21.12 |
406 | 2024-06-21T20:57:27.274Z | Checking tower-service v0.3.2 |
407 | 2024-06-21T20:57:27.368Z | Checking form_urlencoded v1.2.1 |
408 | 2024-06-21T20:57:27.417Z | Checking tinyvec v1.6.0 |
409 | 2024-06-21T20:57:27.878Z | Compiling generic-array v0.14.7 |
410 | 2024-06-21T20:57:28.123Z | Checking openssl-probe v0.1.5 |
411 | 2024-06-21T20:57:28.466Z | Checking unicode-normalization v0.1.23 |
412 | 2024-06-21T20:57:29.274Z | Compiling serde_derive_internals v0.29.1 |
413 | 2024-06-21T20:57:29.653Z | Compiling regex-automata v0.4.7 |
414 | 2024-06-21T20:57:30.158Z | Compiling usdt-impl v0.5.0 |
415 | 2024-06-21T20:57:30.475Z | Checking encoding_rs v0.8.34 |
416 | 2024-06-21T20:57:31.372Z | Compiling time-core v0.1.2 |
417 | 2024-06-21T20:57:31.507Z | Checking mime v0.3.17 |
418 | 2024-06-21T20:57:31.516Z | Checking powerfmt v0.2.0 |
419 | 2024-06-21T20:57:31.759Z | Checking unicode-bidi v0.3.15 |
420 | 2024-06-21T20:57:31.776Z | Compiling num-conv v0.1.0 |
421 | 2024-06-21T20:57:31.960Z | Checking deranged v0.3.11 |
422 | 2024-06-21T20:57:32.019Z | Compiling time-macros v0.2.18 |
423 | 2024-06-21T20:57:32.269Z | Checking idna v0.5.0 |
424 | 2024-06-21T20:57:32.645Z | Compiling thread-id v4.2.1 |
425 | 2024-06-21T20:57:33.051Z | Checking plain v0.2.3 |
426 | 2024-06-21T20:57:33.342Z | Compiling regex v1.10.5 |
427 | 2024-06-21T20:57:33.720Z | Checking rustls-pki-types v1.7.0 |
428 | 2024-06-21T20:57:33.973Z | Checking base64 v0.21.7 |
429 | 2024-06-21T20:57:34.113Z | Compiling ident_case v1.0.1 |
430 | 2024-06-21T20:57:34.261Z | Checking num_threads v0.1.7 |
431 | 2024-06-21T20:57:34.268Z | Compiling crossbeam-utils v0.8.20 |
432 | 2024-06-21T20:57:34.337Z | Compiling serde_derive v1.0.203 |
433 | 2024-06-21T20:57:34.350Z | Compiling zerocopy-derive v0.7.34 |
434 | 2024-06-21T20:57:34.366Z | Compiling thiserror-impl v1.0.61 |
435 | 2024-06-21T20:57:34.823Z | Compiling schemars_derive v0.8.21 |
436 | 2024-06-21T20:57:35.075Z | Compiling tokio-macros v2.3.0 |
437 | 2024-06-21T20:57:36.033Z | Compiling futures-macro v0.3.30 |
438 | 2024-06-21T20:57:36.333Z | Checking zerocopy v0.7.34 |
439 | 2024-06-21T20:57:36.785Z | Checking tokio v1.38.0 |
440 | 2024-06-21T20:57:37.195Z | Compiling pest v2.7.10 |
441 | 2024-06-21T20:57:37.453Z | Compiling openssl-macros v0.1.1 |
442 | 2024-06-21T20:57:37.869Z | Checking sct v0.7.1 |
443 | 2024-06-21T20:57:37.920Z | Checking futures-util v0.3.30 |
444 | 2024-06-21T20:57:38.029Z | Checking rustls-webpki v0.101.7 |
445 | 2024-06-21T20:57:38.124Z | Checking hashbrown v0.14.5 |
446 | 2024-06-21T20:57:39.300Z | Compiling scroll_derive v0.12.0 |
447 | 2024-06-21T20:57:39.868Z | Compiling pest_meta v2.7.10 |
448 | 2024-06-21T20:57:39.931Z | Compiling regress v0.10.0 |
449 | 2024-06-21T20:57:40.779Z | Checking scroll v0.12.0 |
450 | 2024-06-21T20:57:41.234Z | Compiling pest_generator v2.7.10 |
451 | 2024-06-21T20:57:43.212Z | Compiling strsim v0.11.1 |
452 | 2024-06-21T20:57:43.309Z | Checking tokio-util v0.7.11 |
453 | 2024-06-21T20:57:43.747Z | Checking tokio-native-tls v0.3.1 |
454 | 2024-06-21T20:57:43.943Z | Checking tokio-rustls v0.24.1 |
455 | 2024-06-21T20:57:44.118Z | Compiling darling_core v0.20.9 |
456 | 2024-06-21T20:57:44.146Z | Compiling pest_derive v2.7.10 |
457 | 2024-06-21T20:57:44.266Z | Checking time v0.3.36 |
458 | 2024-06-21T20:57:44.586Z | Checking goblin v0.8.2 |
459 | 2024-06-21T20:57:44.973Z | Compiling dtrace-parser v0.2.0 |
460 | 2024-06-21T20:57:46.805Z | Checking rustls-pemfile v1.0.4 |
461 | 2024-06-21T20:57:46.813Z | Checking url v2.5.2 |
462 | 2024-06-21T20:57:46.960Z | Checking indexmap v2.2.6 |
463 | 2024-06-21T20:57:48.021Z | Compiling serde_tokenstream v0.2.1 |
464 | 2024-06-21T20:57:48.205Z | Checking h2 v0.3.26 |
465 | 2024-06-21T20:57:48.777Z | Checking serde_urlencoded v0.7.1 |
466 | 2024-06-21T20:57:48.868Z | Checking openapiv3 v2.0.0 |
467 | 2024-06-21T20:57:49.184Z | Checking dirs-sys-next v0.1.2 |
468 | 2024-06-21T20:57:49.460Z | Compiling rustversion v1.0.17 |
469 | 2024-06-21T20:57:49.647Z | Compiling dof v0.3.0 |
470 | 2024-06-21T20:57:50.376Z | Compiling rustls v0.22.4 |
471 | 2024-06-21T20:57:50.531Z | Compiling omicron-workspace-hack v0.1.0 |
472 | 2024-06-21T20:57:50.646Z | Compiling unsafe-libyaml v0.2.11 |
473 | 2024-06-21T20:57:50.811Z | Checking pretty-hex v0.4.1 |
474 | 2024-06-21T20:57:50.946Z | Checking webpki-roots v0.25.4 |
475 | 2024-06-21T20:57:50.970Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#66f11c64) |
476 | 2024-06-21T20:57:51.067Z | Checking ipnet v2.9.0 |
477 | 2024-06-21T20:57:51.665Z | Checking sync_wrapper v0.1.2 |
478 | 2024-06-21T20:57:51.762Z | Compiling paste v1.0.15 |
479 | 2024-06-21T20:57:52.167Z | Checking hyper v0.14.29 |
480 | 2024-06-21T20:57:52.229Z | Compiling serde_yaml v0.9.34+deprecated |
481 | 2024-06-21T20:57:52.410Z | Compiling darling_macro v0.20.9 |
482 | 2024-06-21T20:57:52.996Z | Checking dirs-next v2.0.0 |
483 | 2024-06-21T20:57:53.103Z | Checking toml_datetime v0.6.6 |
484 | 2024-06-21T20:57:53.264Z | Checking serde_spanned v0.6.6 |
485 | 2024-06-21T20:57:53.411Z | Checking rustls-webpki v0.102.4 |
486 | 2024-06-21T20:57:53.432Z | Compiling structmeta-derive v0.3.0 |
487 | 2024-06-21T20:57:53.440Z | Checking crypto-common v0.1.6 |
488 | 2024-06-21T20:57:53.579Z | Checking block-buffer v0.10.4 |
489 | 2024-06-21T20:57:53.739Z | Checking rand_core v0.6.4 |
490 | 2024-06-21T20:57:53.994Z | Compiling multer v3.1.0 |
491 | 2024-06-21T20:57:54.065Z | Checking thread_local v1.1.8 |
492 | 2024-06-21T20:57:54.130Z | Checking match_cfg v0.1.0 |
493 | 2024-06-21T20:57:54.196Z | Compiling slog-async v2.8.0 |
494 | 2024-06-21T20:57:54.212Z | Compiling camino v1.1.7 |
495 | 2024-06-21T20:57:54.282Z | Compiling anyhow v1.0.86 |
496 | 2024-06-21T20:57:54.308Z | Checking winnow v0.6.13 |
497 | 2024-06-21T20:57:54.647Z | Checking subtle v2.6.0 |
498 | 2024-06-21T20:57:54.745Z | Checking ppv-lite86 v0.2.17 |
499 | 2024-06-21T20:57:54.810Z | Checking zeroize v1.8.1 |
500 | 2024-06-21T20:57:55.139Z | Checking hostname v0.3.1 |
501 | 2024-06-21T20:57:55.408Z | Checking rand_chacha v0.3.1 |
502 | 2024-06-21T20:57:55.731Z | Checking crossbeam-channel v0.5.13 |
503 | 2024-06-21T20:57:55.743Z | Checking digest v0.10.7 |
504 | 2024-06-21T20:57:55.951Z | Compiling darling v0.20.9 |
505 | 2024-06-21T20:57:56.004Z | Checking term v0.7.0 |
506 | 2024-06-21T20:57:56.088Z | Compiling structmeta v0.3.0 |
507 | 2024-06-21T20:57:56.391Z | Checking hyper-rustls v0.24.2 |
508 | 2024-06-21T20:57:56.393Z | Checking hyper-tls v0.5.0 |
509 | 2024-06-21T20:57:56.436Z | Compiling usdt-macro v0.5.0 |
510 | 2024-06-21T20:57:56.635Z | Compiling usdt-attr-macro v0.5.0 |
511 | 2024-06-21T20:57:56.637Z | Checking reqwest v0.11.27 |
512 | 2024-06-21T20:57:57.241Z | Checking toml_edit v0.22.14 |
513 | 2024-06-21T20:57:57.355Z | Checking slog-json v2.6.1 |
514 | 2024-06-21T20:57:57.436Z | Checking futures-executor v0.3.30 |
515 | 2024-06-21T20:57:57.571Z | Compiling async-stream-impl v0.3.5 |
516 | 2024-06-21T20:57:57.621Z | Checking http v1.1.0 |
517 | 2024-06-21T20:57:57.692Z | Checking is-terminal v0.4.12 |
518 | 2024-06-21T20:57:57.784Z | Checking memmap v0.7.0 |
519 | 2024-06-21T20:57:57.858Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#244fe031) |
520 | 2024-06-21T20:57:57.963Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#d3e7ac68) |
521 | 2024-06-21T20:57:58.066Z | Checking cpufeatures v0.2.12 |
522 | 2024-06-21T20:57:58.136Z | Checking take_mut v0.2.2 |
523 | 2024-06-21T20:57:58.144Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
524 | 2024-06-21T20:57:58.249Z | Checking atomic-waker v1.1.2 |
525 | 2024-06-21T20:57:58.256Z | Checking base64 v0.22.1 |
526 | 2024-06-21T20:57:58.345Z | Checking waitgroup v0.1.2 |
527 | 2024-06-21T20:57:58.464Z | Checking sha1 v0.10.6 |
528 | 2024-06-21T20:57:58.606Z | Checking tokio-rustls v0.25.0 |
529 | 2024-06-21T20:57:58.670Z | Checking rustls-pemfile v2.1.2 |
530 | 2024-06-21T20:57:58.692Z | Checking usdt v0.5.0 |
531 | 2024-06-21T20:57:58.701Z | Checking slog-term v2.9.1 |
532 | 2024-06-21T20:57:58.825Z | Checking async-stream v0.3.5 |
533 | 2024-06-21T20:57:58.856Z | Checking futures v0.3.30 |
534 | 2024-06-21T20:57:58.903Z | Checking slog-bunyan v2.5.0 |
535 | 2024-06-21T20:57:58.909Z | Compiling strum_macros v0.26.4 |
536 | 2024-06-21T20:57:58.937Z | Compiling parse-display-derive v0.9.1 |
537 | 2024-06-21T20:57:58.993Z | Compiling serde_with_macros v3.8.1 |
538 | 2024-06-21T20:57:59.030Z | Checking rand v0.8.5 |
539 | 2024-06-21T20:57:59.655Z | Checking toml v0.8.14 |
540 | 2024-06-21T20:57:59.662Z | Checking newtype-uuid v1.1.0 |
541 | 2024-06-21T20:57:59.717Z | Checking ipnetwork v0.20.0 |
542 | 2024-06-21T20:57:59.864Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#d3e7ac68) |
543 | 2024-06-21T20:58:00.039Z | Checking serde_path_to_error v0.1.16 |
544 | 2024-06-21T20:58:00.220Z | Checking hex v0.4.3 |
545 | 2024-06-21T20:58:00.375Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
546 | 2024-06-21T20:58:00.648Z | Compiling async-trait v0.1.80 |
547 | 2024-06-21T20:58:00.711Z | Checking hostname v0.4.0 |
548 | 2024-06-21T20:58:00.818Z | Checking instant v0.1.13 |
549 | 2024-06-21T20:58:00.907Z | Checking debug-ignore v1.0.5 |
550 | 2024-06-21T20:58:01.020Z | Checking backoff v0.4.0 |
551 | 2024-06-21T20:58:01.123Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
552 | 2024-06-21T20:58:01.240Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
553 | 2024-06-21T20:58:01.282Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#2612d220) |
554 | 2024-06-21T20:58:01.363Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
555 | 2024-06-21T20:58:01.570Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
556 | 2024-06-21T20:58:01.665Z | Checking macaddr v1.0.1 |
557 | 2024-06-21T20:58:01.726Z | Checking serde_with v3.8.1 |
558 | 2024-06-21T20:58:01.973Z | Checking regress v0.9.1 |
559 | 2024-06-21T20:58:02.965Z | Checking parse-display v0.9.1 |
560 | 2024-06-21T20:58:03.307Z | Checking strum v0.26.2 |
561 | 2024-06-21T20:58:04.374Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#66f11c64) |
562 | 2024-06-21T20:58:06.133Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#66f11c64) |
563 | 2024-06-21T20:58:06.186Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#244fe031) |
564 | 2024-06-21T20:58:08.992Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#244fe031) |
565 | 2024-06-21T20:58:14.923Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#244fe031) |
566 | 2024-06-21T20:58:17.589Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
567 | 2024-06-21T20:58:23.220Z | Checking test-project v0.1.0 (/tmp/test-project) |
568 | 2024-06-21T20:58:23.270Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s |
569 | 2024-06-21T20:58:23.323Z | + cargo build --release |
570 | 2024-06-21T20:58:23.562Z | Compiling proc-macro2 v1.0.86 |
571 | 2024-06-21T20:58:23.562Z | Compiling unicode-ident v1.0.12 |
572 | 2024-06-21T20:58:23.562Z | Compiling libc v0.2.155 |
573 | 2024-06-21T20:58:23.565Z | Compiling cfg-if v1.0.0 |
574 | 2024-06-21T20:58:23.565Z | Compiling version_check v0.9.4 |
575 | 2024-06-21T20:58:23.565Z | Compiling autocfg v1.3.0 |
576 | 2024-06-21T20:58:23.598Z | Compiling serde v1.0.203 |
577 | 2024-06-21T20:58:23.601Z | Compiling serde_json v1.0.117 |
578 | 2024-06-21T20:58:23.666Z | Compiling itoa v1.0.11 |
579 | 2024-06-21T20:58:23.736Z | Compiling thiserror v1.0.61 |
580 | 2024-06-21T20:58:23.851Z | Compiling once_cell v1.19.0 |
581 | 2024-06-21T20:58:23.990Z | Compiling cc v1.0.99 |
582 | 2024-06-21T20:58:24.122Z | Compiling memchr v2.7.4 |
583 | 2024-06-21T20:58:24.196Z | Compiling ahash v0.8.11 |
584 | 2024-06-21T20:58:24.545Z | Compiling byteorder v1.5.0 |
585 | 2024-06-21T20:58:24.639Z | Compiling num-traits v0.2.19 |
586 | 2024-06-21T20:58:24.922Z | Compiling getrandom v0.2.15 |
587 | 2024-06-21T20:58:24.947Z | Compiling pin-project-lite v0.2.14 |
588 | 2024-06-21T20:58:24.960Z | Compiling quote v1.0.36 |
589 | 2024-06-21T20:58:25.044Z | Compiling ryu v1.0.18 |
590 | 2024-06-21T20:58:25.291Z | Compiling syn v2.0.67 |
591 | 2024-06-21T20:58:25.526Z | Compiling bytes v1.6.0 |
592 | 2024-06-21T20:58:25.566Z | Compiling log v0.4.21 |
593 | 2024-06-21T20:58:25.576Z | Compiling schemars v0.8.21 |
594 | 2024-06-21T20:58:25.719Z | Compiling allocator-api2 v0.2.18 |
595 | 2024-06-21T20:58:25.887Z | Compiling lock_api v0.4.12 |
596 | 2024-06-21T20:58:25.929Z | Compiling parking_lot_core v0.9.10 |
597 | 2024-06-21T20:58:25.991Z | Compiling scopeguard v1.2.0 |
598 | 2024-06-21T20:58:26.149Z | Compiling futures-core v0.3.30 |
599 | 2024-06-21T20:58:26.316Z | Compiling smallvec v1.13.2 |
600 | 2024-06-21T20:58:26.371Z | Compiling mio v0.8.11 |
601 | 2024-06-21T20:58:26.523Z | Compiling signal-hook-registry v1.4.2 |
602 | 2024-06-21T20:58:26.829Z | Compiling ring v0.17.8 |
603 | 2024-06-21T20:58:26.861Z | Compiling num_cpus v1.16.0 |
604 | 2024-06-21T20:58:26.980Z | Compiling socket2 v0.5.7 |
605 | 2024-06-21T20:58:27.061Z | Compiling slab v0.4.9 |
606 | 2024-06-21T20:58:27.339Z | Compiling parking_lot v0.12.3 |
607 | 2024-06-21T20:58:27.377Z | Compiling futures-sink v0.3.30 |
608 | 2024-06-21T20:58:27.589Z | Compiling spin v0.9.8 |
609 | 2024-06-21T20:58:27.824Z | Compiling untrusted v0.9.0 |
610 | 2024-06-21T20:58:27.848Z | Compiling equivalent v1.0.1 |
611 | 2024-06-21T20:58:27.939Z | Compiling semver v1.0.23 |
612 | 2024-06-21T20:58:27.993Z | Compiling fnv v1.0.7 |
613 | 2024-06-21T20:58:28.367Z | Compiling futures-channel v0.3.30 |
614 | 2024-06-21T20:58:28.405Z | Compiling vcpkg v0.2.15 |
615 | 2024-06-21T20:58:28.605Z | Compiling futures-io v0.3.30 |
616 | 2024-06-21T20:58:28.669Z | Compiling futures-task v0.3.30 |
617 | 2024-06-21T20:58:28.803Z | Compiling pin-utils v0.1.0 |
618 | 2024-06-21T20:58:28.815Z | Compiling pkg-config v0.3.30 |
619 | 2024-06-21T20:58:29.065Z | Compiling ucd-trie v0.1.6 |
620 | 2024-06-21T20:58:29.120Z | Compiling iana-time-zone v0.1.60 |
621 | 2024-06-21T20:58:29.548Z | Compiling http v0.2.12 |
622 | 2024-06-21T20:58:29.977Z | Compiling heck v0.5.0 |
623 | 2024-06-21T20:58:30.034Z | Compiling httparse v1.9.4 |
624 | 2024-06-21T20:58:30.064Z | Compiling openssl-sys v0.9.102 |
625 | 2024-06-21T20:58:30.404Z | Compiling dyn-clone v1.0.17 |
626 | 2024-06-21T20:58:30.822Z | Compiling tracing-core v0.1.32 |
627 | 2024-06-21T20:58:31.103Z | Compiling chrono v0.4.38 |
628 | 2024-06-21T20:58:31.208Z | Compiling uuid v1.8.0 |
629 | 2024-06-21T20:58:31.714Z | Compiling tracing v0.1.40 |
630 | 2024-06-21T20:58:32.223Z | Compiling serde_derive_internals v0.29.1 |
631 | 2024-06-21T20:58:33.049Z | Compiling slog v2.7.0 |
632 | 2024-06-21T20:58:33.234Z | Compiling foreign-types-shared v0.1.1 |
633 | 2024-06-21T20:58:33.322Z | Compiling try-lock v0.2.5 |
634 | 2024-06-21T20:58:33.460Z | Compiling openssl v0.10.64 |
635 | 2024-06-21T20:58:33.866Z | Compiling want v0.3.1 |
636 | 2024-06-21T20:58:33.907Z | Compiling foreign-types v0.3.2 |
637 | 2024-06-21T20:58:34.147Z | Compiling http-body v0.4.6 |
638 | 2024-06-21T20:58:34.487Z | Compiling aho-corasick v1.1.3 |
639 | 2024-06-21T20:58:34.559Z | Compiling native-tls v0.2.12 |
640 | 2024-06-21T20:58:34.617Z | Compiling percent-encoding v2.3.1 |
641 | 2024-06-21T20:58:34.888Z | Compiling httpdate v1.0.3 |
642 | 2024-06-21T20:58:35.046Z | Compiling tower-service v0.3.2 |
643 | 2024-06-21T20:58:35.152Z | Compiling rustls v0.21.12 |
644 | 2024-06-21T20:58:35.438Z | Compiling tinyvec_macros v0.1.1 |
645 | 2024-06-21T20:58:35.515Z | Compiling bitflags v2.5.0 |
646 | 2024-06-21T20:58:35.626Z | Compiling typenum v1.17.0 |
647 | 2024-06-21T20:58:35.678Z | Compiling regex-syntax v0.8.4 |
648 | 2024-06-21T20:58:35.849Z | Compiling tinyvec v1.6.0 |
649 | 2024-06-21T20:58:35.996Z | Compiling form_urlencoded v1.2.1 |
650 | 2024-06-21T20:58:36.651Z | Compiling generic-array v0.14.7 |
651 | 2024-06-21T20:58:37.041Z | Compiling openssl-probe v0.1.5 |
652 | 2024-06-21T20:58:37.410Z | Compiling unicode-normalization v0.1.23 |
653 | 2024-06-21T20:58:37.985Z | Compiling serde_derive v1.0.203 |
654 | 2024-06-21T20:58:38.355Z | Compiling zerocopy-derive v0.7.34 |
655 | 2024-06-21T20:58:38.629Z | Compiling thiserror-impl v1.0.61 |
656 | 2024-06-21T20:58:38.974Z | Compiling schemars_derive v0.8.21 |
657 | 2024-06-21T20:58:39.093Z | Compiling tokio-macros v2.3.0 |
658 | 2024-06-21T20:58:40.464Z | Compiling zerocopy v0.7.34 |
659 | 2024-06-21T20:58:41.540Z | Compiling tokio v1.38.0 |
660 | 2024-06-21T20:58:41.613Z | Compiling futures-macro v0.3.30 |
661 | 2024-06-21T20:58:42.028Z | Compiling pest v2.7.10 |
662 | 2024-06-21T20:58:42.699Z | Compiling hashbrown v0.14.5 |
663 | 2024-06-21T20:58:43.567Z | Compiling futures-util v0.3.30 |
664 | 2024-06-21T20:58:44.220Z | Compiling regress v0.10.0 |
665 | 2024-06-21T20:58:44.232Z | Compiling openssl-macros v0.1.1 |
666 | 2024-06-21T20:58:44.752Z | Compiling pest_meta v2.7.10 |
667 | 2024-06-21T20:58:48.905Z | Compiling pest_generator v2.7.10 |
668 | 2024-06-21T20:58:49.080Z | Compiling sct v0.7.1 |
669 | 2024-06-21T20:58:49.531Z | Compiling rustls-webpki v0.101.7 |
670 | 2024-06-21T20:58:50.405Z | Compiling tokio-util v0.7.11 |
671 | 2024-06-21T20:58:50.679Z | Compiling pest_derive v2.7.10 |
672 | 2024-06-21T20:58:51.500Z | Compiling regex-automata v0.4.7 |
673 | 2024-06-21T20:58:52.699Z | Compiling indexmap v2.2.6 |
674 | 2024-06-21T20:58:53.770Z | Compiling serde_tokenstream v0.2.1 |
675 | 2024-06-21T20:58:56.182Z | Compiling h2 v0.3.26 |
676 | 2024-06-21T20:58:58.376Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#66f11c64) |
677 | 2024-06-21T20:58:59.678Z | Compiling regex v1.10.5 |
678 | 2024-06-21T20:59:02.007Z | Compiling hyper v0.14.29 |
679 | 2024-06-21T20:59:04.106Z | Compiling scroll_derive v0.12.0 |
680 | 2024-06-21T20:59:10.760Z | Compiling usdt-impl v0.5.0 |
681 | 2024-06-21T20:59:10.826Z | Compiling encoding_rs v0.8.34 |
682 | 2024-06-21T20:59:11.034Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#66f11c64) |
683 | 2024-06-21T20:59:11.105Z | Compiling powerfmt v0.2.0 |
684 | 2024-06-21T20:59:11.579Z | Compiling num-conv v0.1.0 |
685 | 2024-06-21T20:59:11.842Z | Compiling mime v0.3.17 |
686 | 2024-06-21T20:59:12.912Z | Compiling unicode-bidi v0.3.15 |
687 | 2024-06-21T20:59:15.036Z | Compiling time-core v0.1.2 |
688 | 2024-06-21T20:59:15.185Z | Compiling time-macros v0.2.18 |
689 | 2024-06-21T20:59:18.322Z | Compiling idna v0.5.0 |
690 | 2024-06-21T20:59:19.311Z | Compiling deranged v0.3.11 |
691 | 2024-06-21T20:59:21.452Z | Compiling scroll v0.12.0 |
692 | 2024-06-21T20:59:21.470Z | Compiling tokio-rustls v0.24.1 |
693 | 2024-06-21T20:59:21.825Z | Compiling tokio-native-tls v0.3.1 |
694 | 2024-06-21T20:59:21.832Z | Compiling dof v0.3.0 |
695 | 2024-06-21T20:59:21.879Z | Compiling serde_urlencoded v0.7.1 |
696 | 2024-06-21T20:59:22.074Z | Compiling dtrace-parser v0.2.0 |
697 | 2024-06-21T20:59:22.705Z | Compiling thread-id v4.2.1 |
698 | 2024-06-21T20:59:23.859Z | Compiling base64 v0.21.7 |
699 | 2024-06-21T20:59:23.890Z | Compiling ident_case v1.0.1 |
700 | 2024-06-21T20:59:24.305Z | Compiling rustls-pki-types v1.7.0 |
701 | 2024-06-21T20:59:25.278Z | Compiling crossbeam-utils v0.8.20 |
702 | 2024-06-21T20:59:25.664Z | Compiling strsim v0.11.1 |
703 | 2024-06-21T20:59:25.837Z | Compiling omicron-workspace-hack v0.1.0 |
704 | 2024-06-21T20:59:26.081Z | Compiling num_threads v0.1.7 |
705 | 2024-06-21T20:59:26.123Z | Compiling plain v0.2.3 |
706 | 2024-06-21T20:59:26.268Z | Compiling goblin v0.8.2 |
707 | 2024-06-21T20:59:26.347Z | Compiling time v0.3.36 |
708 | 2024-06-21T20:59:26.375Z | Compiling darling_core v0.20.9 |
709 | 2024-06-21T20:59:31.122Z | Compiling rustls-pemfile v1.0.4 |
710 | 2024-06-21T20:59:32.647Z | Compiling hyper-tls v0.5.0 |
711 | 2024-06-21T20:59:33.113Z | Compiling hyper-rustls v0.24.2 |
712 | 2024-06-21T20:59:33.510Z | Compiling url v2.5.2 |
713 | 2024-06-21T20:59:35.413Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#66f11c64) |
714 | 2024-06-21T20:59:35.522Z | Compiling openapiv3 v2.0.0 |
715 | 2024-06-21T20:59:37.228Z | Compiling dirs-sys-next v0.1.2 |
716 | 2024-06-21T20:59:38.744Z | Compiling rustversion v1.0.17 |
717 | 2024-06-21T20:59:39.239Z | Compiling webpki-roots v0.25.4 |
718 | 2024-06-21T20:59:39.362Z | Compiling sync_wrapper v0.1.2 |
719 | 2024-06-21T20:59:39.374Z | Compiling pretty-hex v0.4.1 |
720 | 2024-06-21T20:59:39.472Z | Compiling rustls v0.22.4 |
721 | 2024-06-21T20:59:39.568Z | Compiling ipnet v2.9.0 |
722 | 2024-06-21T20:59:39.748Z | Compiling paste v1.0.15 |
723 | 2024-06-21T20:59:39.751Z | Compiling unsafe-libyaml v0.2.11 |
724 | 2024-06-21T20:59:40.253Z | Compiling reqwest v0.11.27 |
725 | 2024-06-21T20:59:41.447Z | Compiling serde_yaml v0.9.34+deprecated |
726 | 2024-06-21T20:59:42.305Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#244fe031) |
727 | 2024-06-21T20:59:43.069Z | Compiling dirs-next v2.0.0 |
728 | 2024-06-21T20:59:45.339Z | Compiling darling_macro v0.20.9 |
729 | 2024-06-21T20:59:46.808Z | Compiling rustls-webpki v0.102.4 |
730 | 2024-06-21T20:59:48.180Z | Compiling crypto-common v0.1.6 |
731 | 2024-06-21T20:59:48.370Z | Compiling block-buffer v0.10.4 |
732 | 2024-06-21T20:59:48.433Z | Compiling toml_datetime v0.6.6 |
733 | 2024-06-21T20:59:48.580Z | Compiling serde_spanned v0.6.6 |
734 | 2024-06-21T20:59:48.806Z | Compiling structmeta-derive v0.3.0 |
735 | 2024-06-21T20:59:49.112Z | Compiling rand_core v0.6.4 |
736 | 2024-06-21T20:59:49.488Z | Compiling multer v3.1.0 |
737 | 2024-06-21T20:59:49.562Z | Compiling thread_local v1.1.8 |
738 | 2024-06-21T20:59:49.578Z | Compiling ppv-lite86 v0.2.17 |
739 | 2024-06-21T20:59:49.788Z | Compiling zeroize v1.8.1 |
740 | 2024-06-21T20:59:50.127Z | Compiling winnow v0.6.13 |
741 | 2024-06-21T20:59:50.342Z | Compiling match_cfg v0.1.0 |
742 | 2024-06-21T20:59:50.370Z | Compiling slog-async v2.8.0 |
743 | 2024-06-21T20:59:50.377Z | Compiling subtle v2.6.0 |
744 | 2024-06-21T20:59:50.414Z | Compiling camino v1.1.7 |
745 | 2024-06-21T20:59:50.624Z | Compiling anyhow v1.0.86 |
746 | 2024-06-21T20:59:51.015Z | Compiling hostname v0.3.1 |
747 | 2024-06-21T20:59:51.250Z | Compiling rand_chacha v0.3.1 |
748 | 2024-06-21T20:59:51.343Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#244fe031) |
749 | 2024-06-21T20:59:51.634Z | Compiling structmeta v0.3.0 |
750 | 2024-06-21T20:59:52.004Z | Compiling digest v0.10.7 |
751 | 2024-06-21T20:59:52.398Z | Compiling crossbeam-channel v0.5.13 |
752 | 2024-06-21T20:59:54.076Z | Compiling toml_edit v0.22.14 |
753 | 2024-06-21T20:59:54.430Z | Compiling darling v0.20.9 |
754 | 2024-06-21T20:59:54.527Z | Compiling term v0.7.0 |
755 | 2024-06-21T21:00:00.804Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#244fe031) |
756 | 2024-06-21T21:00:02.838Z | Compiling usdt-attr-macro v0.5.0 |
757 | 2024-06-21T21:00:03.667Z | Compiling usdt-macro v0.5.0 |
758 | 2024-06-21T21:00:04.324Z | Compiling slog-json v2.6.1 |
759 | 2024-06-21T21:00:04.845Z | Compiling futures-executor v0.3.30 |
760 | 2024-06-21T21:00:05.009Z | Compiling async-stream-impl v0.3.5 |
761 | 2024-06-21T21:00:06.094Z | Compiling http v1.1.0 |
762 | 2024-06-21T21:00:06.367Z | Compiling memmap v0.7.0 |
763 | 2024-06-21T21:00:06.789Z | Compiling is-terminal v0.4.12 |
764 | 2024-06-21T21:00:06.891Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#d3e7ac68) |
765 | 2024-06-21T21:00:07.211Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
766 | 2024-06-21T21:00:07.405Z | Compiling take_mut v0.2.2 |
767 | 2024-06-21T21:00:07.503Z | Compiling cpufeatures v0.2.12 |
768 | 2024-06-21T21:00:07.548Z | Compiling atomic-waker v1.1.2 |
769 | 2024-06-21T21:00:07.585Z | Compiling base64 v0.22.1 |
770 | 2024-06-21T21:00:07.706Z | Compiling waitgroup v0.1.2 |
771 | 2024-06-21T21:00:08.655Z | Compiling rustls-pemfile v2.1.2 |
772 | 2024-06-21T21:00:09.454Z | Compiling sha1 v0.10.6 |
773 | 2024-06-21T21:00:10.775Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#244fe031) |
774 | 2024-06-21T21:00:10.906Z | Compiling slog-term v2.9.1 |
775 | 2024-06-21T21:00:10.956Z | Compiling usdt v0.5.0 |
776 | 2024-06-21T21:00:12.577Z | Compiling async-stream v0.3.5 |
777 | 2024-06-21T21:00:12.900Z | Compiling futures v0.3.30 |
778 | 2024-06-21T21:00:13.076Z | Compiling slog-bunyan v2.5.0 |
779 | 2024-06-21T21:00:13.321Z | Compiling strum_macros v0.26.4 |
780 | 2024-06-21T21:00:13.832Z | Compiling toml v0.8.14 |
781 | 2024-06-21T21:00:13.857Z | Compiling tokio-rustls v0.25.0 |
782 | 2024-06-21T21:00:14.266Z | Compiling serde_with_macros v3.8.1 |
783 | 2024-06-21T21:00:17.113Z | Compiling parse-display-derive v0.9.1 |
784 | 2024-06-21T21:00:18.140Z | Compiling rand v0.8.5 |
785 | 2024-06-21T21:00:21.316Z | Compiling newtype-uuid v1.1.0 |
786 | 2024-06-21T21:00:21.344Z | Compiling ipnetwork v0.20.0 |
787 | 2024-06-21T21:00:21.619Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#d3e7ac68) |
788 | 2024-06-21T21:00:21.655Z | Compiling hex v0.4.3 |
789 | 2024-06-21T21:00:21.743Z | Compiling serde_path_to_error v0.1.16 |
790 | 2024-06-21T21:00:22.342Z | Compiling async-trait v0.1.80 |
791 | 2024-06-21T21:00:22.744Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
792 | 2024-06-21T21:00:23.531Z | Compiling hostname v0.4.0 |
793 | 2024-06-21T21:00:23.745Z | Compiling instant v0.1.13 |
794 | 2024-06-21T21:00:23.889Z | Compiling debug-ignore v1.0.5 |
795 | 2024-06-21T21:00:24.022Z | Compiling backoff v0.4.0 |
796 | 2024-06-21T21:00:24.162Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
797 | 2024-06-21T21:00:24.326Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
798 | 2024-06-21T21:00:24.346Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#2612d220) |
799 | 2024-06-21T21:00:24.478Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
800 | 2024-06-21T21:00:24.816Z | Compiling parse-display v0.9.1 |
801 | 2024-06-21T21:00:26.191Z | Compiling strum v0.26.2 |
802 | 2024-06-21T21:00:26.357Z | Compiling serde_with v3.8.1 |
803 | 2024-06-21T21:00:26.855Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
804 | 2024-06-21T21:00:27.657Z | Compiling macaddr v1.0.1 |
805 | 2024-06-21T21:00:28.245Z | Compiling regress v0.9.1 |
806 | 2024-06-21T21:00:33.931Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
807 | 2024-06-21T21:00:42.367Z | Compiling test-project v0.1.0 (/tmp/test-project) |
808 | 2024-06-21T21:00:50.142Z | Finished `release` profile [optimized] target(s) in 2m 26s |
809 | 2024-06-21T21:00:50.191Z | process exited: duration 220215 ms, exit code 0 |
|
810 | 2024-06-21T21:00:50.197Z | found 0 output files |