|
|
|
1 | 2024-07-03T17:40:48.878Z | job assigned to worker 01J1WTWW2E74K8KFVSKFPX8FSW (queued for 56 s) |
|
2 | 2024-07-03T17:40:57.012Z | starting task 0: "setup" |
3 | 2024-07-03T17:40:57.077Z | ++ uname -s |
4 | 2024-07-03T17:40:57.080Z | + kern=SunOS |
5 | 2024-07-03T17:40:57.080Z | + case "$kern" in |
6 | 2024-07-03T17:40:57.080Z | + groupadd -g 12345 build |
7 | 2024-07-03T17:40:57.080Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-07-03T17:40:59.084Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-07-03T17:40:59.182Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-07-03T17:40:59.185Z | + home_fs=zfs |
11 | 2024-07-03T17:40:59.185Z | + [[ zfs == autofs ]] |
12 | 2024-07-03T17:40:59.185Z | + mkdir -p /home/build |
13 | 2024-07-03T17:40:59.188Z | + chown build:build /home/build /work |
14 | 2024-07-03T17:41:01.189Z | + chmod 0700 /home/build /work |
15 | 2024-07-03T17:41:01.191Z | process exited: duration 4178 ms, exit code 0 |
|
16 | 2024-07-03T17:41:01.198Z | starting task 1: "rust-toolchain" |
17 | 2024-07-03T17:41:01.203Z | + printf ' * toolchain channel = "%s" |
18 | 2024-07-03T17:41:01.203Z | ' 1.78.0 |
19 | 2024-07-03T17:41:01.203Z | + printf ' * toolchain profile = "%s" |
20 | 2024-07-03T17:41:01.203Z | ' default |
21 | 2024-07-03T17:41:01.206Z | * toolchain channel = "1.78.0" |
22 | 2024-07-03T17:41:01.206Z | * toolchain profile = "default" |
23 | 2024-07-03T17:41:01.206Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-07-03T17:41:01.206Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-07-03T17:41:01.495Z | info: downloading installer |
26 | 2024-07-03T17:41:03.105Z | info: profile set to 'default' |
27 | 2024-07-03T17:41:03.106Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-07-03T17:41:03.108Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-07-03T17:41:03.246Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-07-03T17:41:03.246Z | info: downloading component 'cargo' |
31 | 2024-07-03T17:41:03.927Z | info: downloading component 'clippy' |
32 | 2024-07-03T17:41:04.154Z | info: downloading component 'rust-docs' |
33 | 2024-07-03T17:41:05.059Z | info: downloading component 'rust-std' |
34 | 2024-07-03T17:41:06.693Z | info: downloading component 'rustc' |
35 | 2024-07-03T17:41:10.345Z | info: downloading component 'rustfmt' |
36 | 2024-07-03T17:41:10.549Z | info: installing component 'cargo' |
37 | 2024-07-03T17:41:11.403Z | info: installing component 'clippy' |
38 | 2024-07-03T17:41:11.730Z | info: installing component 'rust-docs' |
39 | 2024-07-03T17:41:13.218Z | info: installing component 'rust-std' |
40 | 2024-07-03T17:41:14.923Z | info: installing component 'rustc' |
41 | 2024-07-03T17:41:19.071Z | info: installing component 'rustfmt' |
42 | 2024-07-03T17:41:19.433Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-07-03T17:41:19.433Z | |
44 | 2024-07-03T17:41:19.668Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-07-03T17:41:19.669Z | |
46 | 2024-07-03T17:41:19.674Z | |
47 | 2024-07-03T17:41:19.674Z | Rust is installed now. Great! |
48 | 2024-07-03T17:41:19.674Z | |
49 | 2024-07-03T17:41:19.674Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-07-03T17:41:19.674Z | environment variable. This has not been done automatically. |
51 | 2024-07-03T17:41:19.674Z | |
52 | 2024-07-03T17:41:19.674Z | To configure your current shell, you need to source |
53 | 2024-07-03T17:41:19.675Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-07-03T17:41:19.675Z | |
55 | 2024-07-03T17:41:19.675Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-07-03T17:41:19.675Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-07-03T17:41:19.675Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-07-03T17:41:19.733Z | + rustc --version |
59 | 2024-07-03T17:41:19.793Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-07-03T17:41:19.796Z | process exited: duration 18595 ms, exit code 0 |
|
61 | 2024-07-03T17:41:19.802Z | starting task 2: "authentication" |
62 | 2024-07-03T17:41:19.822Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2024-07-03T17:41:19.830Z | starting task 3: "clone repository" |
64 | 2024-07-03T17:41:19.834Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-07-03T17:41:19.837Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-07-03T17:41:19.985Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-07-03T17:41:25.486Z | + cd /work/oxidecomputer/omicron |
68 | 2024-07-03T17:41:25.486Z | + git fetch origin 5f03e3728e2f7ff3faa93d6a412a1363879f187f |
69 | 2024-07-03T17:41:25.782Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-07-03T17:41:25.782Z | * branch 5f03e3728e2f7ff3faa93d6a412a1363879f187f -> FETCH_HEAD |
71 | 2024-07-03T17:41:25.792Z | + [[ -n bump-console-00b76026 ]] |
72 | 2024-07-03T17:41:25.795Z | ++ git branch --show-current |
73 | 2024-07-03T17:41:25.795Z | + current=main |
74 | 2024-07-03T17:41:25.798Z | + [[ main != bump-console-00b76026 ]] |
75 | 2024-07-03T17:41:25.798Z | + git branch -f bump-console-00b76026 5f03e3728e2f7ff3faa93d6a412a1363879f187f |
76 | 2024-07-03T17:41:25.800Z | + git checkout -f bump-console-00b76026 |
77 | 2024-07-03T17:41:25.934Z | Switched to branch 'bump-console-00b76026' |
78 | 2024-07-03T17:41:25.937Z | + git reset --hard 5f03e3728e2f7ff3faa93d6a412a1363879f187f |
79 | 2024-07-03T17:41:25.945Z | HEAD is now at 5f03e3728 Bump web console |
80 | 2024-07-03T17:41:25.947Z | process exited: duration 6115 ms, exit code 0 |
|
81 | 2024-07-03T17:41:25.953Z | starting task 4: "build" |
82 | 2024-07-03T17:41:25.960Z | + cargo --version |
83 | 2024-07-03T17:41:26.010Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-07-03T17:41:26.012Z | + rustc --version |
85 | 2024-07-03T17:41:26.066Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-07-03T17:41:26.069Z | + cd /tmp |
87 | 2024-07-03T17:41:26.069Z | + cargo new --lib test-project |
88 | 2024-07-03T17:41:26.122Z | Creating library `test-project` package |
89 | 2024-07-03T17:41:26.192Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
90 | 2024-07-03T17:41:26.195Z | + cd test-project |
91 | 2024-07-03T17:41:26.195Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
92 | 2024-07-03T17:41:26.248Z | Adding omicron-common (local) to dependencies |
93 | 2024-07-03T17:41:26.248Z | Features: |
94 | 2024-07-03T17:41:26.248Z | - proptest |
95 | 2024-07-03T17:41:26.248Z | - test-strategy |
96 | 2024-07-03T17:41:26.248Z | - testing |
97 | 2024-07-03T17:41:26.251Z | Updating crates.io index |
98 | 2024-07-03T17:41:26.304Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
99 | 2024-07-03T17:41:27.000Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
100 | 2024-07-03T17:41:27.889Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
101 | 2024-07-03T17:41:28.198Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
102 | 2024-07-03T17:41:30.250Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
103 | 2024-07-03T17:41:30.511Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
104 | 2024-07-03T17:41:30.840Z | Updating git repository `https://github.com/oxidecomputer/typify` |
105 | 2024-07-03T17:41:33.620Z | + cargo check |
106 | 2024-07-03T17:41:33.822Z | Downloading crates ... |
107 | 2024-07-03T17:41:33.889Z | Downloaded async-trait v0.1.80 |
108 | 2024-07-03T17:41:33.899Z | Downloaded ident_case v1.0.1 |
109 | 2024-07-03T17:41:33.902Z | Downloaded darling_macro v0.20.9 |
110 | 2024-07-03T17:41:33.902Z | Downloaded foreign-types v0.3.2 |
111 | 2024-07-03T17:41:33.906Z | Downloaded equivalent v1.0.1 |
112 | 2024-07-03T17:41:33.909Z | Downloaded usdt-attr-macro v0.5.0 |
113 | 2024-07-03T17:41:33.912Z | Downloaded openssl-probe v0.1.5 |
114 | 2024-07-03T17:41:33.915Z | Downloaded instant v0.1.13 |
115 | 2024-07-03T17:41:33.917Z | Downloaded num_threads v0.1.7 |
116 | 2024-07-03T17:41:33.920Z | Downloaded want v0.3.1 |
117 | 2024-07-03T17:41:33.920Z | Downloaded async-stream-impl v0.3.5 |
118 | 2024-07-03T17:41:33.920Z | Downloaded async-stream v0.3.5 |
119 | 2024-07-03T17:41:33.925Z | Downloaded dtrace-parser v0.2.0 |
120 | 2024-07-03T17:41:33.929Z | Downloaded atomic-waker v1.1.2 |
121 | 2024-07-03T17:41:33.929Z | Downloaded futures-task v0.3.30 |
122 | 2024-07-03T17:41:33.932Z | Downloaded futures-executor v0.3.30 |
123 | 2024-07-03T17:41:33.934Z | Downloaded pretty-hex v0.4.1 |
124 | 2024-07-03T17:41:33.934Z | Downloaded futures-macro v0.3.30 |
125 | 2024-07-03T17:41:33.937Z | Downloaded form_urlencoded v1.2.1 |
126 | 2024-07-03T17:41:33.937Z | Downloaded crypto-common v0.1.6 |
127 | 2024-07-03T17:41:33.939Z | Downloaded block-buffer v0.10.4 |
128 | 2024-07-03T17:41:33.939Z | Downloaded dirs-next v2.0.0 |
129 | 2024-07-03T17:41:33.942Z | Downloaded usdt-macro v0.5.0 |
130 | 2024-07-03T17:41:33.942Z | Downloaded dof v0.3.0 |
131 | 2024-07-03T17:41:33.944Z | Downloaded deranged v0.3.11 |
132 | 2024-07-03T17:41:33.944Z | Downloaded sync_wrapper v0.1.2 |
133 | 2024-07-03T17:41:33.947Z | Downloaded itoa v1.0.11 |
134 | 2024-07-03T17:41:33.947Z | Downloaded hostname v0.4.0 |
135 | 2024-07-03T17:41:33.949Z | Downloaded hex v0.4.3 |
136 | 2024-07-03T17:41:33.952Z | Downloaded macaddr v1.0.1 |
137 | 2024-07-03T17:41:33.952Z | Downloaded foreign-types-shared v0.1.1 |
138 | 2024-07-03T17:41:33.955Z | Downloaded rand_chacha v0.3.1 |
139 | 2024-07-03T17:41:33.955Z | Downloaded powerfmt v0.2.0 |
140 | 2024-07-03T17:41:33.955Z | Downloaded parse-display v0.9.1 |
141 | 2024-07-03T17:41:33.957Z | Downloaded newtype-uuid v1.1.0 |
142 | 2024-07-03T17:41:33.957Z | Downloaded ipnetwork v0.20.0 |
143 | 2024-07-03T17:41:33.960Z | Downloaded autocfg v1.3.0 |
144 | 2024-07-03T17:41:33.962Z | Downloaded mime v0.3.17 |
145 | 2024-07-03T17:41:33.963Z | Downloaded backoff v0.4.0 |
146 | 2024-07-03T17:41:33.965Z | Downloaded version_check v0.9.4 |
147 | 2024-07-03T17:41:33.968Z | Downloaded match_cfg v0.1.0 |
148 | 2024-07-03T17:41:33.971Z | Downloaded futures-core v0.3.30 |
149 | 2024-07-03T17:41:33.971Z | Downloaded num-conv v0.1.0 |
150 | 2024-07-03T17:41:33.971Z | Downloaded futures-sink v0.3.30 |
151 | 2024-07-03T17:41:33.974Z | Downloaded is-terminal v0.4.12 |
152 | 2024-07-03T17:41:33.974Z | Downloaded strum v0.26.3 |
153 | 2024-07-03T17:41:33.974Z | Downloaded omicron-workspace-hack v0.1.0 |
154 | 2024-07-03T17:41:33.976Z | Downloaded slab v0.4.9 |
155 | 2024-07-03T17:41:33.977Z | Downloaded slog-bunyan v2.5.0 |
156 | 2024-07-03T17:41:33.979Z | Downloaded serde_path_to_error v0.1.16 |
157 | 2024-07-03T17:41:33.982Z | Downloaded httparse v1.9.4 |
158 | 2024-07-03T17:41:33.985Z | Downloaded serde_tokenstream v0.2.1 |
159 | 2024-07-03T17:41:33.987Z | Downloaded schemars_derive v0.8.21 |
160 | 2024-07-03T17:41:33.990Z | Downloaded pest_generator v2.7.11 |
161 | 2024-07-03T17:41:33.990Z | Downloaded unicode-ident v1.0.12 |
162 | 2024-07-03T17:41:33.993Z | Downloaded subtle v2.6.1 |
163 | 2024-07-03T17:41:33.996Z | Downloaded try-lock v0.2.5 |
164 | 2024-07-03T17:41:33.996Z | Downloaded rand_core v0.6.4 |
165 | 2024-07-03T17:41:33.998Z | Downloaded once_cell v1.19.0 |
166 | 2024-07-03T17:41:34.001Z | Downloaded anyhow v1.0.86 |
167 | 2024-07-03T17:41:34.004Z | Downloaded quote v1.0.36 |
168 | 2024-07-03T17:41:34.006Z | Downloaded multer v3.1.0 |
169 | 2024-07-03T17:41:34.017Z | Downloaded digest v0.10.7 |
170 | 2024-07-03T17:41:34.017Z | Downloaded take_mut v0.2.2 |
171 | 2024-07-03T17:41:34.017Z | Downloaded scroll_derive v0.12.0 |
172 | 2024-07-03T17:41:34.017Z | Downloaded num_cpus v1.16.0 |
173 | 2024-07-03T17:41:34.017Z | Downloaded openssl-macros v0.1.1 |
174 | 2024-07-03T17:41:34.017Z | Downloaded percent-encoding v2.3.1 |
175 | 2024-07-03T17:41:34.023Z | Downloaded heck v0.5.0 |
176 | 2024-07-03T17:41:34.023Z | Downloaded thiserror-impl v1.0.61 |
177 | 2024-07-03T17:41:34.023Z | Downloaded time-core v0.1.2 |
178 | 2024-07-03T17:41:34.023Z | Downloaded rustls-pemfile v1.0.4 |
179 | 2024-07-03T17:41:34.025Z | Downloaded httpdate v1.0.3 |
180 | 2024-07-03T17:41:34.025Z | Downloaded zerocopy-derive v0.7.35 |
181 | 2024-07-03T17:41:34.029Z | Downloaded debug-ignore v1.0.5 |
182 | 2024-07-03T17:41:34.032Z | Downloaded rustls-pemfile v2.1.2 |
183 | 2024-07-03T17:41:34.035Z | Downloaded pkg-config v0.3.30 |
184 | 2024-07-03T17:41:34.037Z | Downloaded tokio-native-tls v0.3.1 |
185 | 2024-07-03T17:41:34.039Z | Downloaded scroll v0.12.0 |
186 | 2024-07-03T17:41:34.040Z | Downloaded slog-term v2.9.1 |
187 | 2024-07-03T17:41:34.042Z | Downloaded serde_derive_internals v0.29.1 |
188 | 2024-07-03T17:41:34.045Z | Downloaded term v0.7.0 |
189 | 2024-07-03T17:41:34.047Z | Downloaded structmeta v0.3.0 |
190 | 2024-07-03T17:41:34.050Z | Downloaded tokio-macros v2.3.0 |
191 | 2024-07-03T17:41:34.050Z | Downloaded indexmap v1.9.3 |
192 | 2024-07-03T17:41:34.053Z | Downloaded tinyvec_macros v0.1.1 |
193 | 2024-07-03T17:41:34.055Z | Downloaded zeroize v1.8.1 |
194 | 2024-07-03T17:41:34.055Z | Downloaded tower-service v0.3.2 |
195 | 2024-07-03T17:41:34.058Z | Downloaded pin-utils v0.1.0 |
196 | 2024-07-03T17:41:34.058Z | Downloaded iana-time-zone v0.1.60 |
197 | 2024-07-03T17:41:34.061Z | Downloaded sha1 v0.10.6 |
198 | 2024-07-03T17:41:34.063Z | Downloaded serde_spanned v0.6.6 |
199 | 2024-07-03T17:41:34.063Z | Downloaded structmeta-derive v0.3.0 |
200 | 2024-07-03T17:41:34.066Z | Downloaded parse-display-derive v0.9.1 |
201 | 2024-07-03T17:41:34.066Z | Downloaded native-tls v0.2.12 |
202 | 2024-07-03T17:41:34.069Z | Downloaded getrandom v0.2.15 |
203 | 2024-07-03T17:41:34.072Z | Downloaded thiserror v1.0.61 |
204 | 2024-07-03T17:41:34.076Z | Downloaded time-macros v0.2.18 |
205 | 2024-07-03T17:41:34.078Z | Downloaded toml_datetime v0.6.6 |
206 | 2024-07-03T17:41:34.081Z | Downloaded thread_local v1.1.8 |
207 | 2024-07-03T17:41:34.081Z | Downloaded slog-async v2.8.0 |
208 | 2024-07-03T17:41:34.084Z | Downloaded sct v0.7.1 |
209 | 2024-07-03T17:41:34.086Z | Downloaded allocator-api2 v0.2.18 |
210 | 2024-07-03T17:41:34.089Z | Downloaded socket2 v0.5.7 |
211 | 2024-07-03T17:41:34.091Z | Downloaded ryu v1.0.18 |
212 | 2024-07-03T17:41:34.095Z | Downloaded slog v2.7.0 |
213 | 2024-07-03T17:41:34.097Z | Downloaded spin v0.9.8 |
214 | 2024-07-03T17:41:34.100Z | Downloaded unicode-bidi v0.3.15 |
215 | 2024-07-03T17:41:34.103Z | Downloaded futures v0.3.30 |
216 | 2024-07-03T17:41:34.108Z | Downloaded rustls-pki-types v1.7.0 |
217 | 2024-07-03T17:41:34.110Z | Downloaded semver v1.0.23 |
218 | 2024-07-03T17:41:34.113Z | Downloaded cc v1.0.104 |
219 | 2024-07-03T17:41:34.116Z | Downloaded toml v0.8.14 |
220 | 2024-07-03T17:41:34.121Z | Downloaded tokio-rustls v0.25.0 |
221 | 2024-07-03T17:41:34.124Z | Downloaded darling_core v0.20.9 |
222 | 2024-07-03T17:41:34.127Z | Downloaded base64 v0.22.1 |
223 | 2024-07-03T17:41:34.130Z | Downloaded ucd-trie v0.1.6 |
224 | 2024-07-03T17:41:34.133Z | Downloaded pest_meta v2.7.11 |
225 | 2024-07-03T17:41:34.135Z | Downloaded url v2.5.2 |
226 | 2024-07-03T17:41:34.138Z | Downloaded proc-macro2 v1.0.86 |
227 | 2024-07-03T17:41:34.141Z | Downloaded strum_macros v0.26.4 |
228 | 2024-07-03T17:41:34.143Z | Downloaded tokio-rustls v0.24.1 |
229 | 2024-07-03T17:41:34.146Z | Downloaded num-traits v0.2.19 |
230 | 2024-07-03T17:41:34.149Z | Downloaded memchr v2.7.4 |
231 | 2024-07-03T17:41:34.154Z | Downloaded aho-corasick v1.1.3 |
232 | 2024-07-03T17:41:34.160Z | Downloaded tinyvec v1.6.1 |
233 | 2024-07-03T17:41:34.164Z | Downloaded http v1.1.0 |
234 | 2024-07-03T17:41:34.168Z | Downloaded crossbeam-channel v0.5.13 |
235 | 2024-07-03T17:41:34.172Z | Downloaded schemars v0.8.21 |
236 | 2024-07-03T17:41:34.185Z | Downloaded tracing-core v0.1.32 |
237 | 2024-07-03T17:41:34.187Z | Downloaded tracing v0.1.40 |
238 | 2024-07-03T17:41:34.192Z | Downloaded toml_edit v0.22.14 |
239 | 2024-07-03T17:41:34.214Z | Downloaded hashbrown v0.14.5 |
240 | 2024-07-03T17:41:34.219Z | Downloaded rand v0.8.5 |
241 | 2024-07-03T17:41:34.223Z | Downloaded serde v1.0.203 |
242 | 2024-07-03T17:41:34.226Z | Downloaded tokio-util v0.7.11 |
243 | 2024-07-03T17:41:34.232Z | Downloaded unicode-normalization v0.1.23 |
244 | 2024-07-03T17:41:34.236Z | Downloaded pest v2.7.11 |
245 | 2024-07-03T17:41:34.241Z | Downloaded mio v0.8.11 |
246 | 2024-07-03T17:41:34.247Z | Downloaded h2 v0.3.26 |
247 | 2024-07-03T17:41:34.253Z | Downloaded hyper v0.14.29 |
248 | 2024-07-03T17:41:34.261Z | Downloaded goblin v0.8.2 |
249 | 2024-07-03T17:41:34.270Z | Downloaded time v0.3.36 |
250 | 2024-07-03T17:41:34.275Z | Downloaded winnow v0.6.13 |
251 | 2024-07-03T17:41:34.283Z | Downloaded serde_with v3.8.2 |
252 | 2024-07-03T17:41:34.292Z | Downloaded openssl v0.10.64 |
253 | 2024-07-03T17:41:34.301Z | Downloaded rustls-webpki v0.101.7 |
254 | 2024-07-03T17:41:34.317Z | Downloaded serde_json v1.0.120 |
255 | 2024-07-03T17:41:34.323Z | Downloaded openapiv3 v2.0.0 |
256 | 2024-07-03T17:41:34.335Z | Downloaded reqwest v0.11.27 |
257 | 2024-07-03T17:41:34.342Z | Downloaded rustls-webpki v0.102.5 |
258 | 2024-07-03T17:41:34.360Z | Downloaded zerocopy v0.7.35 |
259 | 2024-07-03T17:41:34.375Z | Downloaded vcpkg v0.2.15 |
260 | 2024-07-03T17:41:34.412Z | Downloaded idna v0.5.0 |
261 | 2024-07-03T17:41:34.418Z | Downloaded syn v2.0.68 |
262 | 2024-07-03T17:41:34.430Z | Downloaded regex v1.10.5 |
263 | 2024-07-03T17:41:34.442Z | Downloaded tokio v1.38.0 |
264 | 2024-07-03T17:41:34.477Z | Downloaded rustls v0.22.4 |
265 | 2024-07-03T17:41:34.489Z | Downloaded regress v0.9.1 |
266 | 2024-07-03T17:41:34.497Z | Downloaded regex-syntax v0.8.4 |
267 | 2024-07-03T17:41:34.505Z | Downloaded regex-automata v0.4.7 |
268 | 2024-07-03T17:41:34.521Z | Downloaded encoding_rs v0.8.34 |
269 | 2024-07-03T17:41:34.541Z | Downloaded rustls v0.21.12 |
270 | 2024-07-03T17:41:34.552Z | Downloaded regress v0.10.0 |
271 | 2024-07-03T17:41:34.561Z | Downloaded libc v0.2.155 |
272 | 2024-07-03T17:41:34.585Z | Downloaded webpki-roots v0.25.4 |
273 | 2024-07-03T17:41:34.589Z | Downloaded chrono v0.4.38 |
274 | 2024-07-03T17:41:34.595Z | Downloaded futures-util v0.3.30 |
275 | 2024-07-03T17:41:34.607Z | Downloaded http v0.2.12 |
276 | 2024-07-03T17:41:34.611Z | Downloaded indexmap v2.2.6 |
277 | 2024-07-03T17:41:34.614Z | Downloaded base64 v0.21.7 |
278 | 2024-07-03T17:41:34.618Z | Downloaded serde_derive v1.0.203 |
279 | 2024-07-03T17:41:34.620Z | Downloaded hashbrown v0.12.3 |
280 | 2024-07-03T17:41:34.624Z | Downloaded serde_with_macros v3.8.2 |
281 | 2024-07-03T17:41:34.627Z | Downloaded typenum v1.17.0 |
282 | 2024-07-03T17:41:34.629Z | Downloaded serde_yaml v0.9.34+deprecated |
283 | 2024-07-03T17:41:34.632Z | Downloaded smallvec v1.13.2 |
284 | 2024-07-03T17:41:34.635Z | Downloaded parking_lot_core v0.9.10 |
285 | 2024-07-03T17:41:34.637Z | Downloaded log v0.4.22 |
286 | 2024-07-03T17:41:34.640Z | Downloaded hyper-rustls v0.24.2 |
287 | 2024-07-03T17:41:34.640Z | Downloaded crossbeam-utils v0.8.20 |
288 | 2024-07-03T17:41:34.642Z | Downloaded pest_derive v2.7.11 |
289 | 2024-07-03T17:41:34.645Z | Downloaded parking_lot v0.12.3 |
290 | 2024-07-03T17:41:34.647Z | Downloaded usdt-impl v0.5.0 |
291 | 2024-07-03T17:41:34.650Z | Downloaded bitflags v2.6.0 |
292 | 2024-07-03T17:41:34.652Z | Downloaded thread-id v4.2.1 |
293 | 2024-07-03T17:41:34.652Z | Downloaded strsim v0.11.1 |
294 | 2024-07-03T17:41:34.655Z | Downloaded slog-json v2.6.1 |
295 | 2024-07-03T17:41:34.655Z | Downloaded scopeguard v1.2.0 |
296 | 2024-07-03T17:41:34.658Z | Downloaded bytes v1.6.0 |
297 | 2024-07-03T17:41:34.660Z | Downloaded serde_urlencoded v0.7.1 |
298 | 2024-07-03T17:41:34.660Z | Downloaded rustversion v1.0.17 |
299 | 2024-07-03T17:41:34.663Z | Downloaded ipnet v2.9.0 |
300 | 2024-07-03T17:41:34.666Z | Downloaded camino v1.1.7 |
301 | 2024-07-03T17:41:34.666Z | Downloaded ppv-lite86 v0.2.17 |
302 | 2024-07-03T17:41:34.668Z | Downloaded darling v0.20.9 |
303 | 2024-07-03T17:41:34.671Z | Downloaded signal-hook-registry v1.4.2 |
304 | 2024-07-03T17:41:34.674Z | Downloaded sha2 v0.10.8 |
305 | 2024-07-03T17:41:34.674Z | Downloaded plain v0.2.3 |
306 | 2024-07-03T17:41:34.680Z | Downloaded openssl-sys v0.9.102 |
307 | 2024-07-03T17:41:34.682Z | Downloaded ahash v0.8.11 |
308 | 2024-07-03T17:41:34.682Z | Downloaded unsafe-libyaml v0.2.11 |
309 | 2024-07-03T17:41:34.685Z | Downloaded hyper-tls v0.5.0 |
310 | 2024-07-03T17:41:34.685Z | Downloaded generic-array v0.14.7 |
311 | 2024-07-03T17:41:34.688Z | Downloaded dirs-sys-next v0.1.2 |
312 | 2024-07-03T17:41:34.688Z | Downloaded hostname v0.3.1 |
313 | 2024-07-03T17:41:34.691Z | Downloaded futures-io v0.3.30 |
314 | 2024-07-03T17:41:34.691Z | Downloaded cpufeatures v0.2.12 |
315 | 2024-07-03T17:41:34.691Z | Downloaded cfg-if v1.0.0 |
316 | 2024-07-03T17:41:34.693Z | Downloaded memmap v0.7.0 |
317 | 2024-07-03T17:41:34.693Z | Downloaded lock_api v0.4.12 |
318 | 2024-07-03T17:41:34.696Z | Downloaded pin-project-lite v0.2.14 |
319 | 2024-07-03T17:41:34.698Z | Downloaded uuid v1.9.1 |
320 | 2024-07-03T17:41:34.701Z | Downloaded paste v1.0.15 |
321 | 2024-07-03T17:41:34.704Z | Downloaded waitgroup v0.1.2 |
322 | 2024-07-03T17:41:34.707Z | Downloaded usdt v0.5.0 |
323 | 2024-07-03T17:41:34.707Z | Downloaded untrusted v0.9.0 |
324 | 2024-07-03T17:41:34.707Z | Downloaded http-body v0.4.6 |
325 | 2024-07-03T17:41:34.710Z | Downloaded futures-channel v0.3.30 |
326 | 2024-07-03T17:41:34.712Z | Downloaded fnv v1.0.7 |
327 | 2024-07-03T17:41:34.712Z | Downloaded dyn-clone v1.0.17 |
328 | 2024-07-03T17:41:34.712Z | Downloaded byteorder v1.5.0 |
329 | 2024-07-03T17:41:34.744Z | Downloaded ring v0.17.8 |
330 | 2024-07-03T17:41:34.923Z | Compiling proc-macro2 v1.0.86 |
331 | 2024-07-03T17:41:34.923Z | Compiling unicode-ident v1.0.12 |
332 | 2024-07-03T17:41:34.926Z | Compiling libc v0.2.155 |
333 | 2024-07-03T17:41:34.926Z | Checking cfg-if v1.0.0 |
334 | 2024-07-03T17:41:34.926Z | Compiling version_check v0.9.4 |
335 | 2024-07-03T17:41:34.935Z | Compiling autocfg v1.3.0 |
336 | 2024-07-03T17:41:34.938Z | Compiling serde v1.0.203 |
337 | 2024-07-03T17:41:34.940Z | Compiling serde_json v1.0.120 |
338 | 2024-07-03T17:41:35.012Z | Checking itoa v1.0.11 |
339 | 2024-07-03T17:41:35.144Z | Checking once_cell v1.19.0 |
340 | 2024-07-03T17:41:35.213Z | Compiling thiserror v1.0.61 |
341 | 2024-07-03T17:41:35.383Z | Compiling cc v1.0.104 |
342 | 2024-07-03T17:41:35.555Z | Compiling ahash v0.8.11 |
343 | 2024-07-03T17:41:35.630Z | Compiling memchr v2.7.4 |
344 | 2024-07-03T17:41:37.453Z | Checking byteorder v1.5.0 |
345 | 2024-07-03T17:41:37.686Z | Compiling num-traits v0.2.19 |
346 | 2024-07-03T17:41:38.534Z | Checking pin-project-lite v0.2.14 |
347 | 2024-07-03T17:41:38.602Z | Checking ryu v1.0.18 |
348 | 2024-07-03T17:41:38.609Z | Checking bytes v1.6.0 |
349 | 2024-07-03T17:41:38.618Z | Checking log v0.4.22 |
350 | 2024-07-03T17:41:38.754Z | Checking allocator-api2 v0.2.18 |
351 | 2024-07-03T17:41:38.818Z | Compiling lock_api v0.4.12 |
352 | 2024-07-03T17:41:38.831Z | Compiling parking_lot_core v0.9.10 |
353 | 2024-07-03T17:41:38.992Z | Compiling schemars v0.8.21 |
354 | 2024-07-03T17:41:39.071Z | Compiling ring v0.17.8 |
355 | 2024-07-03T17:41:39.204Z | Checking scopeguard v1.2.0 |
356 | 2024-07-03T17:41:39.246Z | Checking getrandom v0.2.15 |
357 | 2024-07-03T17:41:39.254Z | Checking futures-core v0.3.30 |
358 | 2024-07-03T17:41:39.329Z | Checking smallvec v1.13.2 |
359 | 2024-07-03T17:41:39.344Z | Checking socket2 v0.5.7 |
360 | 2024-07-03T17:41:39.359Z | Checking num_cpus v1.16.0 |
361 | 2024-07-03T17:41:39.413Z | Compiling quote v1.0.36 |
362 | 2024-07-03T17:41:39.430Z | Checking mio v0.8.11 |
363 | 2024-07-03T17:41:39.438Z | Checking signal-hook-registry v1.4.2 |
364 | 2024-07-03T17:41:39.647Z | Compiling slab v0.4.9 |
365 | 2024-07-03T17:41:39.740Z | Checking futures-sink v0.3.30 |
366 | 2024-07-03T17:41:39.780Z | Compiling syn v2.0.68 |
367 | 2024-07-03T17:41:39.925Z | Checking spin v0.9.8 |
368 | 2024-07-03T17:41:39.969Z | Checking parking_lot v0.12.3 |
369 | 2024-07-03T17:41:40.014Z | Checking fnv v1.0.7 |
370 | 2024-07-03T17:41:40.022Z | Checking equivalent v1.0.1 |
371 | 2024-07-03T17:41:40.045Z | Checking untrusted v0.9.0 |
372 | 2024-07-03T17:41:40.103Z | Checking futures-channel v0.3.30 |
373 | 2024-07-03T17:41:40.156Z | Compiling pkg-config v0.3.30 |
374 | 2024-07-03T17:41:40.164Z | Checking pin-utils v0.1.0 |
375 | 2024-07-03T17:41:40.227Z | Compiling vcpkg v0.2.15 |
376 | 2024-07-03T17:41:40.255Z | Compiling semver v1.0.23 |
377 | 2024-07-03T17:41:40.317Z | Compiling heck v0.5.0 |
378 | 2024-07-03T17:41:40.395Z | Checking futures-io v0.3.30 |
379 | 2024-07-03T17:41:40.541Z | Checking futures-task v0.3.30 |
380 | 2024-07-03T17:41:40.732Z | Checking iana-time-zone v0.1.60 |
381 | 2024-07-03T17:41:40.738Z | Compiling ucd-trie v0.1.6 |
382 | 2024-07-03T17:41:40.765Z | Checking http v0.2.12 |
383 | 2024-07-03T17:41:41.230Z | Compiling httparse v1.9.4 |
384 | 2024-07-03T17:41:41.300Z | Checking dyn-clone v1.0.17 |
385 | 2024-07-03T17:41:41.793Z | Compiling openssl-sys v0.9.102 |
386 | 2024-07-03T17:41:41.882Z | Checking tracing-core v0.1.32 |
387 | 2024-07-03T17:41:42.061Z | Compiling uuid v1.9.1 |
388 | 2024-07-03T17:41:42.361Z | Compiling chrono v0.4.38 |
389 | 2024-07-03T17:41:42.416Z | Compiling slog v2.7.0 |
390 | 2024-07-03T17:41:42.500Z | Checking tracing v0.1.40 |
391 | 2024-07-03T17:41:42.512Z | Checking foreign-types-shared v0.1.1 |
392 | 2024-07-03T17:41:42.576Z | Compiling openssl v0.10.64 |
393 | 2024-07-03T17:41:42.585Z | Checking try-lock v0.2.5 |
394 | 2024-07-03T17:41:42.762Z | Checking want v0.3.1 |
395 | 2024-07-03T17:41:42.856Z | Checking foreign-types v0.3.2 |
396 | 2024-07-03T17:41:42.913Z | Checking http-body v0.4.6 |
397 | 2024-07-03T17:41:42.927Z | Compiling aho-corasick v1.1.3 |
398 | 2024-07-03T17:41:42.980Z | Checking bitflags v2.6.0 |
399 | 2024-07-03T17:41:43.188Z | Compiling regex-syntax v0.8.4 |
400 | 2024-07-03T17:41:43.262Z | Compiling typenum v1.17.0 |
401 | 2024-07-03T17:41:43.999Z | Checking tower-service v0.3.2 |
402 | 2024-07-03T17:41:44.067Z | Compiling rustls v0.21.12 |
403 | 2024-07-03T17:41:44.075Z | Checking httpdate v1.0.3 |
404 | 2024-07-03T17:41:44.277Z | Checking percent-encoding v2.3.1 |
405 | 2024-07-03T17:41:44.313Z | Checking tinyvec_macros v0.1.1 |
406 | 2024-07-03T17:41:44.370Z | Compiling native-tls v0.2.12 |
407 | 2024-07-03T17:41:44.457Z | Checking form_urlencoded v1.2.1 |
408 | 2024-07-03T17:41:44.621Z | Checking tinyvec v1.6.1 |
409 | 2024-07-03T17:41:45.038Z | Compiling generic-array v0.14.7 |
410 | 2024-07-03T17:41:45.284Z | Checking openssl-probe v0.1.5 |
411 | 2024-07-03T17:41:45.477Z | Compiling serde_derive_internals v0.29.1 |
412 | 2024-07-03T17:41:45.688Z | Checking unicode-normalization v0.1.23 |
413 | 2024-07-03T17:41:46.287Z | Compiling regex-automata v0.4.7 |
414 | 2024-07-03T17:41:47.598Z | Compiling usdt-impl v0.5.0 |
415 | 2024-07-03T17:41:47.710Z | Checking encoding_rs v0.8.34 |
416 | 2024-07-03T17:41:47.923Z | Checking unicode-bidi v0.3.15 |
417 | 2024-07-03T17:41:48.478Z | Checking powerfmt v0.2.0 |
418 | 2024-07-03T17:41:48.575Z | Compiling time-core v0.1.2 |
419 | 2024-07-03T17:41:48.676Z | Checking mime v0.3.17 |
420 | 2024-07-03T17:41:48.728Z | Compiling num-conv v0.1.0 |
421 | 2024-07-03T17:41:48.960Z | Checking deranged v0.3.11 |
422 | 2024-07-03T17:41:48.991Z | Compiling time-macros v0.2.18 |
423 | 2024-07-03T17:41:49.028Z | Checking idna v0.5.0 |
424 | 2024-07-03T17:41:49.885Z | Compiling thread-id v4.2.1 |
425 | 2024-07-03T17:41:49.957Z | Compiling regex v1.10.5 |
426 | 2024-07-03T17:41:50.666Z | Compiling ident_case v1.0.1 |
427 | 2024-07-03T17:41:50.808Z | Checking num_threads v0.1.7 |
428 | 2024-07-03T17:41:50.845Z | Compiling crossbeam-utils v0.8.20 |
429 | 2024-07-03T17:41:50.890Z | Compiling strsim v0.11.1 |
430 | 2024-07-03T17:41:50.903Z | Compiling serde_derive v1.0.203 |
431 | 2024-07-03T17:41:50.931Z | Compiling zerocopy-derive v0.7.35 |
432 | 2024-07-03T17:41:50.986Z | Compiling thiserror-impl v1.0.61 |
433 | 2024-07-03T17:41:51.377Z | Compiling schemars_derive v0.8.21 |
434 | 2024-07-03T17:41:51.633Z | Compiling tokio-macros v2.3.0 |
435 | 2024-07-03T17:41:51.989Z | Compiling futures-macro v0.3.30 |
436 | 2024-07-03T17:41:52.977Z | Checking zerocopy v0.7.35 |
437 | 2024-07-03T17:41:53.891Z | Checking tokio v1.38.0 |
438 | 2024-07-03T17:41:53.948Z | Checking futures-util v0.3.30 |
439 | 2024-07-03T17:41:54.098Z | Compiling pest v2.7.11 |
440 | 2024-07-03T17:41:54.372Z | Compiling openssl-macros v0.1.1 |
441 | 2024-07-03T17:41:54.403Z | Checking rustls-webpki v0.101.7 |
442 | 2024-07-03T17:41:54.801Z | Checking hashbrown v0.14.5 |
443 | 2024-07-03T17:41:55.058Z | Checking sct v0.7.1 |
444 | 2024-07-03T17:41:55.922Z | Compiling scroll_derive v0.12.0 |
445 | 2024-07-03T17:41:56.535Z | Compiling pest_meta v2.7.11 |
446 | 2024-07-03T17:41:56.878Z | Compiling regress v0.10.0 |
447 | 2024-07-03T17:41:57.410Z | Checking scroll v0.12.0 |
448 | 2024-07-03T17:41:57.843Z | Compiling pest_generator v2.7.11 |
449 | 2024-07-03T17:42:00.586Z | Checking tokio-util v0.7.11 |
450 | 2024-07-03T17:42:00.657Z | Checking tokio-native-tls v0.3.1 |
451 | 2024-07-03T17:42:00.813Z | Compiling pest_derive v2.7.11 |
452 | 2024-07-03T17:42:00.858Z | Checking tokio-rustls v0.24.1 |
453 | 2024-07-03T17:42:01.351Z | Checking rustls-pki-types v1.7.0 |
454 | 2024-07-03T17:42:01.551Z | Checking plain v0.2.3 |
455 | 2024-07-03T17:42:01.634Z | Compiling dtrace-parser v0.2.0 |
456 | 2024-07-03T17:42:01.697Z | Checking base64 v0.21.7 |
457 | 2024-07-03T17:42:01.742Z | Checking time v0.3.36 |
458 | 2024-07-03T17:42:01.758Z | Checking goblin v0.8.2 |
459 | 2024-07-03T17:42:02.140Z | Checking rustls-pemfile v1.0.4 |
460 | 2024-07-03T17:42:03.401Z | Compiling darling_core v0.20.9 |
461 | 2024-07-03T17:42:03.528Z | Checking url v2.5.2 |
462 | 2024-07-03T17:42:03.536Z | Checking dirs-sys-next v0.1.2 |
463 | 2024-07-03T17:42:03.679Z | Checking indexmap v2.2.6 |
464 | 2024-07-03T17:42:04.898Z | Compiling serde_tokenstream v0.2.1 |
465 | 2024-07-03T17:42:05.019Z | Checking h2 v0.3.26 |
466 | 2024-07-03T17:42:05.592Z | Checking serde_urlencoded v0.7.1 |
467 | 2024-07-03T17:42:05.744Z | Checking openapiv3 v2.0.0 |
468 | 2024-07-03T17:42:06.311Z | Compiling rustversion v1.0.17 |
469 | 2024-07-03T17:42:06.580Z | Compiling dof v0.3.0 |
470 | 2024-07-03T17:42:07.506Z | Checking sync_wrapper v0.1.2 |
471 | 2024-07-03T17:42:07.608Z | Checking ipnet v2.9.0 |
472 | 2024-07-03T17:42:08.037Z | Checking webpki-roots v0.25.4 |
473 | 2024-07-03T17:42:08.164Z | Compiling paste v1.0.15 |
474 | 2024-07-03T17:42:08.174Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#25e11d81) |
475 | 2024-07-03T17:42:08.743Z | Compiling unsafe-libyaml v0.2.11 |
476 | 2024-07-03T17:42:09.085Z | Checking hyper v0.14.29 |
477 | 2024-07-03T17:42:09.188Z | Checking pretty-hex v0.4.1 |
478 | 2024-07-03T17:42:09.337Z | Compiling omicron-workspace-hack v0.1.0 |
479 | 2024-07-03T17:42:09.617Z | Compiling rustls v0.22.4 |
480 | 2024-07-03T17:42:09.661Z | Compiling darling_macro v0.20.9 |
481 | 2024-07-03T17:42:10.139Z | Compiling serde_yaml v0.9.34+deprecated |
482 | 2024-07-03T17:42:10.509Z | Checking dirs-next v2.0.0 |
483 | 2024-07-03T17:42:10.549Z | Checking toml_datetime v0.6.6 |
484 | 2024-07-03T17:42:10.620Z | Checking serde_spanned v0.6.6 |
485 | 2024-07-03T17:42:10.782Z | Checking rustls-webpki v0.102.5 |
486 | 2024-07-03T17:42:10.788Z | Compiling structmeta-derive v0.3.0 |
487 | 2024-07-03T17:42:10.796Z | Checking crypto-common v0.1.6 |
488 | 2024-07-03T17:42:10.929Z | Checking block-buffer v0.10.4 |
489 | 2024-07-03T17:42:11.107Z | Checking rand_core v0.6.4 |
490 | 2024-07-03T17:42:11.303Z | Compiling multer v3.1.0 |
491 | 2024-07-03T17:42:11.327Z | Checking thread_local v1.1.8 |
492 | 2024-07-03T17:42:11.376Z | Checking match_cfg v0.1.0 |
493 | 2024-07-03T17:42:11.444Z | Compiling camino v1.1.7 |
494 | 2024-07-03T17:42:11.463Z | Checking ppv-lite86 v0.2.17 |
495 | 2024-07-03T17:42:11.583Z | Compiling anyhow v1.0.86 |
496 | 2024-07-03T17:42:11.595Z | Checking subtle v2.6.1 |
497 | 2024-07-03T17:42:11.800Z | Checking zeroize v1.8.1 |
498 | 2024-07-03T17:42:11.982Z | Compiling slog-async v2.8.0 |
499 | 2024-07-03T17:42:11.997Z | Checking winnow v0.6.13 |
500 | 2024-07-03T17:42:12.146Z | Checking rand_chacha v0.3.1 |
501 | 2024-07-03T17:42:12.518Z | Checking hostname v0.3.1 |
502 | 2024-07-03T17:42:12.536Z | Checking crossbeam-channel v0.5.13 |
503 | 2024-07-03T17:42:13.133Z | Checking digest v0.10.7 |
504 | 2024-07-03T17:42:13.251Z | Compiling darling v0.20.9 |
505 | 2024-07-03T17:42:13.350Z | Checking term v0.7.0 |
506 | 2024-07-03T17:42:13.401Z | Checking hyper-rustls v0.24.2 |
507 | 2024-07-03T17:42:13.416Z | Checking hyper-tls v0.5.0 |
508 | 2024-07-03T17:42:13.530Z | Compiling structmeta v0.3.0 |
509 | 2024-07-03T17:42:13.671Z | Checking reqwest v0.11.27 |
510 | 2024-07-03T17:42:13.906Z | Compiling usdt-macro v0.5.0 |
511 | 2024-07-03T17:42:13.928Z | Compiling usdt-attr-macro v0.5.0 |
512 | 2024-07-03T17:42:14.797Z | Checking slog-json v2.6.1 |
513 | 2024-07-03T17:42:14.919Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#26bbe2cf) |
514 | 2024-07-03T17:42:14.937Z | Checking toml_edit v0.22.14 |
515 | 2024-07-03T17:42:15.016Z | Checking futures-executor v0.3.30 |
516 | 2024-07-03T17:42:15.019Z | Compiling async-stream-impl v0.3.5 |
517 | 2024-07-03T17:42:15.190Z | Checking http v1.1.0 |
518 | 2024-07-03T17:42:15.197Z | Checking memmap v0.7.0 |
519 | 2024-07-03T17:42:15.215Z | Checking is-terminal v0.4.12 |
520 | 2024-07-03T17:42:15.307Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0bc8fb47) |
521 | 2024-07-03T17:42:15.354Z | Checking cpufeatures v0.2.12 |
522 | 2024-07-03T17:42:15.372Z | Checking atomic-waker v1.1.2 |
523 | 2024-07-03T17:42:15.428Z | Checking take_mut v0.2.2 |
524 | 2024-07-03T17:42:15.477Z | Checking base64 v0.22.1 |
525 | 2024-07-03T17:42:15.646Z | Checking waitgroup v0.1.2 |
526 | 2024-07-03T17:42:15.759Z | Checking sha1 v0.10.6 |
527 | 2024-07-03T17:42:15.791Z | Checking usdt v0.5.0 |
528 | 2024-07-03T17:42:15.799Z | Checking tokio-rustls v0.25.0 |
529 | 2024-07-03T17:42:15.924Z | Checking rustls-pemfile v2.1.2 |
530 | 2024-07-03T17:42:15.975Z | Checking slog-term v2.9.1 |
531 | 2024-07-03T17:42:16.002Z | Checking futures v0.3.30 |
532 | 2024-07-03T17:42:16.091Z | Compiling strum_macros v0.26.4 |
533 | 2024-07-03T17:42:16.108Z | Checking slog-bunyan v2.5.0 |
534 | 2024-07-03T17:42:16.131Z | Compiling parse-display-derive v0.9.1 |
535 | 2024-07-03T17:42:16.229Z | Compiling serde_with_macros v3.8.2 |
536 | 2024-07-03T17:42:16.276Z | Checking async-stream v0.3.5 |
537 | 2024-07-03T17:42:16.442Z | Checking rand v0.8.5 |
538 | 2024-07-03T17:42:17.030Z | Checking newtype-uuid v1.1.0 |
539 | 2024-07-03T17:42:17.219Z | Checking ipnetwork v0.20.0 |
540 | 2024-07-03T17:42:17.253Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0bc8fb47) |
541 | 2024-07-03T17:42:17.327Z | Checking toml v0.8.14 |
542 | 2024-07-03T17:42:17.544Z | Checking hex v0.4.3 |
543 | 2024-07-03T17:42:17.666Z | Checking serde_path_to_error v0.1.16 |
544 | 2024-07-03T17:42:18.047Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
545 | 2024-07-03T17:42:18.055Z | Compiling async-trait v0.1.80 |
546 | 2024-07-03T17:42:18.275Z | Checking hostname v0.4.0 |
547 | 2024-07-03T17:42:18.383Z | Checking instant v0.1.13 |
548 | 2024-07-03T17:42:18.472Z | Checking debug-ignore v1.0.5 |
549 | 2024-07-03T17:42:18.584Z | Checking backoff v0.4.0 |
550 | 2024-07-03T17:42:18.819Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
551 | 2024-07-03T17:42:18.853Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
552 | 2024-07-03T17:42:18.935Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#f37a7aaf) |
553 | 2024-07-03T17:42:18.975Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
554 | 2024-07-03T17:42:19.003Z | Checking serde_with v3.8.2 |
555 | 2024-07-03T17:42:19.184Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
556 | 2024-07-03T17:42:19.319Z | Checking macaddr v1.0.1 |
557 | 2024-07-03T17:42:19.637Z | Checking regress v0.9.1 |
558 | 2024-07-03T17:42:20.215Z | Checking parse-display v0.9.1 |
559 | 2024-07-03T17:42:20.811Z | Checking strum v0.26.3 |
560 | 2024-07-03T17:42:21.677Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#25e11d81) |
561 | 2024-07-03T17:42:23.466Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#25e11d81) |
562 | 2024-07-03T17:42:23.519Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#26bbe2cf) |
563 | 2024-07-03T17:42:26.320Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#26bbe2cf) |
564 | 2024-07-03T17:42:32.361Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#26bbe2cf) |
565 | 2024-07-03T17:42:32.461Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6e0a232fd0b443c19f61f94bf02b7695505aa8e3#6e0a232f) |
566 | 2024-07-03T17:42:35.043Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
567 | 2024-07-03T17:42:40.901Z | Checking test-project v0.1.0 (/tmp/test-project) |
568 | 2024-07-03T17:42:40.950Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s |
569 | 2024-07-03T17:42:41.006Z | + cargo build --release |
570 | 2024-07-03T17:42:41.247Z | Compiling proc-macro2 v1.0.86 |
571 | 2024-07-03T17:42:41.247Z | Compiling unicode-ident v1.0.12 |
572 | 2024-07-03T17:42:41.247Z | Compiling libc v0.2.155 |
573 | 2024-07-03T17:42:41.250Z | Compiling cfg-if v1.0.0 |
574 | 2024-07-03T17:42:41.250Z | Compiling version_check v0.9.4 |
575 | 2024-07-03T17:42:41.250Z | Compiling autocfg v1.3.0 |
576 | 2024-07-03T17:42:41.250Z | Compiling serde v1.0.203 |
577 | 2024-07-03T17:42:41.250Z | Compiling serde_json v1.0.120 |
578 | 2024-07-03T17:42:41.350Z | Compiling itoa v1.0.11 |
579 | 2024-07-03T17:42:41.424Z | Compiling thiserror v1.0.61 |
580 | 2024-07-03T17:42:41.556Z | Compiling once_cell v1.19.0 |
581 | 2024-07-03T17:42:41.723Z | Compiling memchr v2.7.4 |
582 | 2024-07-03T17:42:41.892Z | Compiling ahash v0.8.11 |
583 | 2024-07-03T17:42:41.905Z | Compiling cc v1.0.104 |
584 | 2024-07-03T17:42:42.208Z | Compiling byteorder v1.5.0 |
585 | 2024-07-03T17:42:42.300Z | Compiling num-traits v0.2.19 |
586 | 2024-07-03T17:42:42.558Z | Compiling getrandom v0.2.15 |
587 | 2024-07-03T17:42:42.609Z | Compiling quote v1.0.36 |
588 | 2024-07-03T17:42:42.755Z | Compiling pin-project-lite v0.2.14 |
589 | 2024-07-03T17:42:42.867Z | Compiling ryu v1.0.18 |
590 | 2024-07-03T17:42:42.941Z | Compiling syn v2.0.68 |
591 | 2024-07-03T17:42:43.160Z | Compiling bytes v1.6.0 |
592 | 2024-07-03T17:42:43.209Z | Compiling log v0.4.22 |
593 | 2024-07-03T17:42:43.305Z | Compiling schemars v0.8.21 |
594 | 2024-07-03T17:42:43.320Z | Compiling allocator-api2 v0.2.18 |
595 | 2024-07-03T17:42:43.636Z | Compiling lock_api v0.4.12 |
596 | 2024-07-03T17:42:43.660Z | Compiling parking_lot_core v0.9.10 |
597 | 2024-07-03T17:42:43.672Z | Compiling futures-core v0.3.30 |
598 | 2024-07-03T17:42:43.918Z | Compiling scopeguard v1.2.0 |
599 | 2024-07-03T17:42:44.054Z | Compiling smallvec v1.13.2 |
600 | 2024-07-03T17:42:44.077Z | Compiling mio v0.8.11 |
601 | 2024-07-03T17:42:44.133Z | Compiling socket2 v0.5.7 |
602 | 2024-07-03T17:42:44.584Z | Compiling num_cpus v1.16.0 |
603 | 2024-07-03T17:42:44.640Z | Compiling signal-hook-registry v1.4.2 |
604 | 2024-07-03T17:42:44.749Z | Compiling slab v0.4.9 |
605 | 2024-07-03T17:42:44.924Z | Compiling ring v0.17.8 |
606 | 2024-07-03T17:42:44.959Z | Compiling parking_lot v0.12.3 |
607 | 2024-07-03T17:42:45.078Z | Compiling futures-sink v0.3.30 |
608 | 2024-07-03T17:42:45.295Z | Compiling spin v0.9.8 |
609 | 2024-07-03T17:42:45.537Z | Compiling fnv v1.0.7 |
610 | 2024-07-03T17:42:45.573Z | Compiling untrusted v0.9.0 |
611 | 2024-07-03T17:42:45.655Z | Compiling equivalent v1.0.1 |
612 | 2024-07-03T17:42:45.748Z | Compiling semver v1.0.23 |
613 | 2024-07-03T17:42:46.069Z | Compiling futures-channel v0.3.30 |
614 | 2024-07-03T17:42:46.196Z | Compiling futures-task v0.3.30 |
615 | 2024-07-03T17:42:46.216Z | Compiling pkg-config v0.3.30 |
616 | 2024-07-03T17:42:46.358Z | Compiling vcpkg v0.2.15 |
617 | 2024-07-03T17:42:46.421Z | Compiling pin-utils v0.1.0 |
618 | 2024-07-03T17:42:46.488Z | Compiling futures-io v0.3.30 |
619 | 2024-07-03T17:42:46.494Z | Compiling heck v0.5.0 |
620 | 2024-07-03T17:42:46.999Z | Compiling ucd-trie v0.1.6 |
621 | 2024-07-03T17:42:47.005Z | Compiling iana-time-zone v0.1.60 |
622 | 2024-07-03T17:42:47.436Z | Compiling http v0.2.12 |
623 | 2024-07-03T17:42:47.629Z | Compiling httparse v1.9.4 |
624 | 2024-07-03T17:42:47.899Z | Compiling dyn-clone v1.0.17 |
625 | 2024-07-03T17:42:47.983Z | Compiling openssl-sys v0.9.102 |
626 | 2024-07-03T17:42:48.439Z | Compiling tracing-core v0.1.32 |
627 | 2024-07-03T17:42:48.809Z | Compiling chrono v0.4.38 |
628 | 2024-07-03T17:42:48.877Z | Compiling uuid v1.9.1 |
629 | 2024-07-03T17:42:49.401Z | Compiling tracing v0.1.40 |
630 | 2024-07-03T17:42:50.085Z | Compiling serde_derive_internals v0.29.1 |
631 | 2024-07-03T17:42:50.850Z | Compiling foreign-types-shared v0.1.1 |
632 | 2024-07-03T17:42:50.941Z | Compiling slog v2.7.0 |
633 | 2024-07-03T17:42:51.395Z | Compiling openssl v0.10.64 |
634 | 2024-07-03T17:42:51.717Z | Compiling try-lock v0.2.5 |
635 | 2024-07-03T17:42:51.829Z | Compiling want v0.3.1 |
636 | 2024-07-03T17:42:51.860Z | Compiling foreign-types v0.3.2 |
637 | 2024-07-03T17:42:51.937Z | Compiling http-body v0.4.6 |
638 | 2024-07-03T17:42:52.136Z | Compiling aho-corasick v1.1.3 |
639 | 2024-07-03T17:42:52.418Z | Compiling bitflags v2.6.0 |
640 | 2024-07-03T17:42:52.423Z | Compiling regex-syntax v0.8.4 |
641 | 2024-07-03T17:42:52.737Z | Compiling percent-encoding v2.3.1 |
642 | 2024-07-03T17:42:53.229Z | Compiling typenum v1.17.0 |
643 | 2024-07-03T17:42:53.348Z | Compiling httpdate v1.0.3 |
644 | 2024-07-03T17:42:53.601Z | Compiling rustls v0.21.12 |
645 | 2024-07-03T17:42:53.880Z | Compiling tinyvec_macros v0.1.1 |
646 | 2024-07-03T17:42:53.959Z | Compiling native-tls v0.2.12 |
647 | 2024-07-03T17:42:54.074Z | Compiling tower-service v0.3.2 |
648 | 2024-07-03T17:42:54.174Z | Compiling tinyvec v1.6.1 |
649 | 2024-07-03T17:42:54.241Z | Compiling form_urlencoded v1.2.1 |
650 | 2024-07-03T17:42:54.788Z | Compiling generic-array v0.14.7 |
651 | 2024-07-03T17:42:55.143Z | Compiling openssl-probe v0.1.5 |
652 | 2024-07-03T17:42:55.646Z | Compiling serde_derive v1.0.203 |
653 | 2024-07-03T17:42:55.671Z | Compiling zerocopy-derive v0.7.35 |
654 | 2024-07-03T17:42:55.791Z | Compiling thiserror-impl v1.0.61 |
655 | 2024-07-03T17:42:56.132Z | Compiling schemars_derive v0.8.21 |
656 | 2024-07-03T17:42:56.281Z | Compiling tokio-macros v2.3.0 |
657 | 2024-07-03T17:42:57.790Z | Compiling zerocopy v0.7.35 |
658 | 2024-07-03T17:42:58.299Z | Compiling tokio v1.38.0 |
659 | 2024-07-03T17:42:58.755Z | Compiling futures-macro v0.3.30 |
660 | 2024-07-03T17:42:59.164Z | Compiling pest v2.7.11 |
661 | 2024-07-03T17:42:59.987Z | Compiling hashbrown v0.14.5 |
662 | 2024-07-03T17:43:00.769Z | Compiling futures-util v0.3.30 |
663 | 2024-07-03T17:43:01.508Z | Compiling regress v0.10.0 |
664 | 2024-07-03T17:43:01.623Z | Compiling pest_meta v2.7.11 |
665 | 2024-07-03T17:43:01.984Z | Compiling openssl-macros v0.1.1 |
666 | 2024-07-03T17:43:02.761Z | Compiling pest_generator v2.7.11 |
667 | 2024-07-03T17:43:05.845Z | Compiling pest_derive v2.7.11 |
668 | 2024-07-03T17:43:06.334Z | Compiling rustls-webpki v0.101.7 |
669 | 2024-07-03T17:43:06.715Z | Compiling tokio-util v0.7.11 |
670 | 2024-07-03T17:43:07.815Z | Compiling sct v0.7.1 |
671 | 2024-07-03T17:43:08.292Z | Compiling regex-automata v0.4.7 |
672 | 2024-07-03T17:43:10.788Z | Compiling serde_tokenstream v0.2.1 |
673 | 2024-07-03T17:43:11.271Z | Compiling indexmap v2.2.6 |
674 | 2024-07-03T17:43:17.482Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#25e11d81) |
675 | 2024-07-03T17:43:17.637Z | Compiling h2 v0.3.26 |
676 | 2024-07-03T17:43:19.288Z | Compiling regex v1.10.5 |
677 | 2024-07-03T17:43:21.856Z | Compiling unicode-normalization v0.1.23 |
678 | 2024-07-03T17:43:22.854Z | Compiling hyper v0.14.29 |
679 | 2024-07-03T17:43:23.122Z | Compiling scroll_derive v0.12.0 |
680 | 2024-07-03T17:43:27.637Z | Compiling usdt-impl v0.5.0 |
681 | 2024-07-03T17:43:27.997Z | Compiling encoding_rs v0.8.34 |
682 | 2024-07-03T17:43:28.757Z | Compiling mime v0.3.17 |
683 | 2024-07-03T17:43:29.867Z | Compiling powerfmt v0.2.0 |
684 | 2024-07-03T17:43:30.138Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#25e11d81) |
685 | 2024-07-03T17:43:30.348Z | Compiling unicode-bidi v0.3.15 |
686 | 2024-07-03T17:43:33.466Z | Compiling time-core v0.1.2 |
687 | 2024-07-03T17:43:33.500Z | Compiling num-conv v0.1.0 |
688 | 2024-07-03T17:43:33.757Z | Compiling time-macros v0.2.18 |
689 | 2024-07-03T17:43:34.220Z | Compiling idna v0.5.0 |
690 | 2024-07-03T17:43:36.790Z | Compiling deranged v0.3.11 |
691 | 2024-07-03T17:43:39.015Z | Compiling scroll v0.12.0 |
692 | 2024-07-03T17:43:39.634Z | Compiling tokio-native-tls v0.3.1 |
693 | 2024-07-03T17:43:39.906Z | Compiling tokio-rustls v0.24.1 |
694 | 2024-07-03T17:43:40.317Z | Compiling dof v0.3.0 |
695 | 2024-07-03T17:43:40.324Z | Compiling serde_urlencoded v0.7.1 |
696 | 2024-07-03T17:43:40.333Z | Compiling dtrace-parser v0.2.0 |
697 | 2024-07-03T17:43:40.820Z | Compiling thread-id v4.2.1 |
698 | 2024-07-03T17:43:40.880Z | Compiling strsim v0.11.1 |
699 | 2024-07-03T17:43:41.082Z | Compiling base64 v0.21.7 |
700 | 2024-07-03T17:43:41.626Z | Compiling num_threads v0.1.7 |
701 | 2024-07-03T17:43:42.107Z | Compiling omicron-workspace-hack v0.1.0 |
702 | 2024-07-03T17:43:42.215Z | Compiling crossbeam-utils v0.8.20 |
703 | 2024-07-03T17:43:42.473Z | Compiling ident_case v1.0.1 |
704 | 2024-07-03T17:43:42.622Z | Compiling rustls-pki-types v1.7.0 |
705 | 2024-07-03T17:43:42.782Z | Compiling plain v0.2.3 |
706 | 2024-07-03T17:43:42.932Z | Compiling goblin v0.8.2 |
707 | 2024-07-03T17:43:43.557Z | Compiling darling_core v0.20.9 |
708 | 2024-07-03T17:43:47.796Z | Compiling time v0.3.36 |
709 | 2024-07-03T17:43:49.660Z | Compiling rustls-pemfile v1.0.4 |
710 | 2024-07-03T17:43:51.126Z | Compiling hyper-rustls v0.24.2 |
711 | 2024-07-03T17:43:51.555Z | Compiling hyper-tls v0.5.0 |
712 | 2024-07-03T17:43:51.935Z | Compiling url v2.5.2 |
713 | 2024-07-03T17:43:52.041Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#25e11d81) |
714 | 2024-07-03T17:43:52.153Z | Compiling openapiv3 v2.0.0 |
715 | 2024-07-03T17:43:56.572Z | Compiling dirs-sys-next v0.1.2 |
716 | 2024-07-03T17:43:57.566Z | Compiling rustversion v1.0.17 |
717 | 2024-07-03T17:43:57.706Z | Compiling unsafe-libyaml v0.2.11 |
718 | 2024-07-03T17:43:57.728Z | Compiling paste v1.0.15 |
719 | 2024-07-03T17:43:58.192Z | Compiling webpki-roots v0.25.4 |
720 | 2024-07-03T17:43:58.213Z | Compiling ipnet v2.9.0 |
721 | 2024-07-03T17:43:58.334Z | Compiling sync_wrapper v0.1.2 |
722 | 2024-07-03T17:43:58.454Z | Compiling rustls v0.22.4 |
723 | 2024-07-03T17:43:58.753Z | Compiling pretty-hex v0.4.1 |
724 | 2024-07-03T17:43:59.020Z | Compiling serde_yaml v0.9.34+deprecated |
725 | 2024-07-03T17:44:00.643Z | Compiling reqwest v0.11.27 |
726 | 2024-07-03T17:44:00.875Z | Compiling dirs-next v2.0.0 |
727 | 2024-07-03T17:44:00.891Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#26bbe2cf) |
728 | 2024-07-03T17:44:02.907Z | Compiling darling_macro v0.20.9 |
729 | 2024-07-03T17:44:05.856Z | Compiling rustls-webpki v0.102.5 |
730 | 2024-07-03T17:44:06.038Z | Compiling block-buffer v0.10.4 |
731 | 2024-07-03T17:44:06.260Z | Compiling crypto-common v0.1.6 |
732 | 2024-07-03T17:44:06.451Z | Compiling serde_spanned v0.6.6 |
733 | 2024-07-03T17:44:06.678Z | Compiling toml_datetime v0.6.6 |
734 | 2024-07-03T17:44:07.206Z | Compiling structmeta-derive v0.3.0 |
735 | 2024-07-03T17:44:07.372Z | Compiling rand_core v0.6.4 |
736 | 2024-07-03T17:44:07.470Z | Compiling multer v3.1.0 |
737 | 2024-07-03T17:44:07.794Z | Compiling thread_local v1.1.8 |
738 | 2024-07-03T17:44:07.840Z | Compiling camino v1.1.7 |
739 | 2024-07-03T17:44:07.918Z | Compiling anyhow v1.0.86 |
740 | 2024-07-03T17:44:08.412Z | Compiling slog-async v2.8.0 |
741 | 2024-07-03T17:44:08.461Z | Compiling ppv-lite86 v0.2.17 |
742 | 2024-07-03T17:44:08.567Z | Compiling zeroize v1.8.1 |
743 | 2024-07-03T17:44:08.592Z | Compiling match_cfg v0.1.0 |
744 | 2024-07-03T17:44:08.672Z | Compiling subtle v2.6.1 |
745 | 2024-07-03T17:44:08.877Z | Compiling winnow v0.6.13 |
746 | 2024-07-03T17:44:08.935Z | Compiling hostname v0.3.1 |
747 | 2024-07-03T17:44:09.257Z | Compiling rand_chacha v0.3.1 |
748 | 2024-07-03T17:44:09.370Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#26bbe2cf) |
749 | 2024-07-03T17:44:09.997Z | Compiling structmeta v0.3.0 |
750 | 2024-07-03T17:44:10.432Z | Compiling digest v0.10.7 |
751 | 2024-07-03T17:44:10.824Z | Compiling crossbeam-channel v0.5.13 |
752 | 2024-07-03T17:44:12.553Z | Compiling darling v0.20.9 |
753 | 2024-07-03T17:44:12.653Z | Compiling toml_edit v0.22.14 |
754 | 2024-07-03T17:44:13.197Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#26bbe2cf) |
755 | 2024-07-03T17:44:14.970Z | Compiling term v0.7.0 |
756 | 2024-07-03T17:44:21.895Z | Compiling usdt-attr-macro v0.5.0 |
757 | 2024-07-03T17:44:22.296Z | Compiling usdt-macro v0.5.0 |
758 | 2024-07-03T17:44:23.374Z | Compiling slog-json v2.6.1 |
759 | 2024-07-03T17:44:23.673Z | Compiling futures-executor v0.3.30 |
760 | 2024-07-03T17:44:23.959Z | Compiling async-stream-impl v0.3.5 |
761 | 2024-07-03T17:44:24.942Z | Compiling http v1.1.0 |
762 | 2024-07-03T17:44:25.315Z | Compiling memmap v0.7.0 |
763 | 2024-07-03T17:44:25.441Z | Compiling is-terminal v0.4.12 |
764 | 2024-07-03T17:44:25.553Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0bc8fb47) |
765 | 2024-07-03T17:44:25.726Z | Compiling base64 v0.22.1 |
766 | 2024-07-03T17:44:25.879Z | Compiling cpufeatures v0.2.12 |
767 | 2024-07-03T17:44:25.965Z | Compiling atomic-waker v1.1.2 |
768 | 2024-07-03T17:44:26.126Z | Compiling take_mut v0.2.2 |
769 | 2024-07-03T17:44:29.696Z | Compiling rustls-pemfile v2.1.2 |
770 | 2024-07-03T17:44:29.788Z | Compiling waitgroup v0.1.2 |
771 | 2024-07-03T17:44:29.903Z | Compiling sha1 v0.10.6 |
772 | 2024-07-03T17:44:30.097Z | Compiling slog-term v2.9.1 |
773 | 2024-07-03T17:44:30.468Z | Compiling usdt v0.5.0 |
774 | 2024-07-03T17:44:30.667Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#26bbe2cf) |
775 | 2024-07-03T17:44:30.845Z | Compiling async-stream v0.3.5 |
776 | 2024-07-03T17:44:31.190Z | Compiling futures v0.3.30 |
777 | 2024-07-03T17:44:31.384Z | Compiling slog-bunyan v2.5.0 |
778 | 2024-07-03T17:44:31.631Z | Compiling strum_macros v0.26.4 |
779 | 2024-07-03T17:44:32.046Z | Compiling toml v0.8.14 |
780 | 2024-07-03T17:44:33.036Z | Compiling tokio-rustls v0.25.0 |
781 | 2024-07-03T17:44:33.443Z | Compiling serde_with_macros v3.8.2 |
782 | 2024-07-03T17:44:36.333Z | Compiling parse-display-derive v0.9.1 |
783 | 2024-07-03T17:44:36.573Z | Compiling rand v0.8.5 |
784 | 2024-07-03T17:44:39.664Z | Compiling ipnetwork v0.20.0 |
785 | 2024-07-03T17:44:39.864Z | Compiling newtype-uuid v1.1.0 |
786 | 2024-07-03T17:44:40.173Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0bc8fb47) |
787 | 2024-07-03T17:44:40.485Z | Compiling serde_path_to_error v0.1.16 |
788 | 2024-07-03T17:44:40.578Z | Compiling hex v0.4.3 |
789 | 2024-07-03T17:44:41.272Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
790 | 2024-07-03T17:44:41.467Z | Compiling async-trait v0.1.80 |
791 | 2024-07-03T17:44:42.098Z | Compiling hostname v0.4.0 |
792 | 2024-07-03T17:44:42.340Z | Compiling instant v0.1.13 |
793 | 2024-07-03T17:44:42.480Z | Compiling debug-ignore v1.0.5 |
794 | 2024-07-03T17:44:42.608Z | Compiling backoff v0.4.0 |
795 | 2024-07-03T17:44:42.931Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
796 | 2024-07-03T17:44:43.129Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
797 | 2024-07-03T17:44:43.286Z | Compiling parse-display v0.9.1 |
798 | 2024-07-03T17:44:43.380Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
799 | 2024-07-03T17:44:43.702Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#f37a7aaf) |
800 | 2024-07-03T17:44:43.904Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6e0a232fd0b443c19f61f94bf02b7695505aa8e3#6e0a232f) |
801 | 2024-07-03T17:44:44.617Z | Compiling strum v0.26.3 |
802 | 2024-07-03T17:44:44.793Z | Compiling serde_with v3.8.2 |
803 | 2024-07-03T17:44:45.310Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
804 | 2024-07-03T17:44:46.113Z | Compiling macaddr v1.0.1 |
805 | 2024-07-03T17:44:46.717Z | Compiling regress v0.9.1 |
806 | 2024-07-03T17:44:51.599Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
807 | 2024-07-03T17:45:01.296Z | Compiling test-project v0.1.0 (/tmp/test-project) |
808 | 2024-07-03T17:45:09.432Z | Finished `release` profile [optimized] target(s) in 2m 28s |
809 | 2024-07-03T17:45:09.478Z | process exited: duration 223494 ms, exit code 0 |
|
810 | 2024-07-03T17:45:09.484Z | found 0 output files |