|
|
|
1 | 2024-07-06T03:12:27.716Z | job assigned to worker 01J230D02696K0J0KV2HYAX8FD (queued for 56 s) |
|
2 | 2024-07-06T03:12:36.098Z | starting task 0: "setup" |
3 | 2024-07-06T03:12:36.155Z | ++ uname -s |
4 | 2024-07-06T03:12:36.159Z | + kern=SunOS |
5 | 2024-07-06T03:12:36.159Z | + case "$kern" in |
6 | 2024-07-06T03:12:36.159Z | + groupadd -g 12345 build |
7 | 2024-07-06T03:12:36.162Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-07-06T03:12:38.174Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-07-06T03:12:38.291Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-07-06T03:12:38.297Z | + home_fs=zfs |
11 | 2024-07-06T03:12:38.297Z | + [[ zfs == autofs ]] |
12 | 2024-07-06T03:12:38.297Z | + mkdir -p /home/build |
13 | 2024-07-06T03:12:38.297Z | + chown build:build /home/build /work |
14 | 2024-07-06T03:12:40.295Z | + chmod 0700 /home/build /work |
15 | 2024-07-06T03:12:40.298Z | process exited: duration 4198 ms, exit code 0 |
|
16 | 2024-07-06T03:12:40.303Z | starting task 1: "rust-toolchain" |
17 | 2024-07-06T03:12:40.309Z | + printf ' * toolchain channel = "%s" |
18 | 2024-07-06T03:12:40.309Z | ' 1.78.0 |
19 | 2024-07-06T03:12:40.314Z | + printf ' * toolchain profile = "%s" |
20 | 2024-07-06T03:12:40.314Z | * toolchain channel = "1.78.0" |
21 | 2024-07-06T03:12:40.314Z | * toolchain profile = "default" |
22 | 2024-07-06T03:12:40.314Z | ' default |
23 | 2024-07-06T03:12:40.314Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-07-06T03:12:40.314Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-07-06T03:12:40.423Z | info: downloading installer |
26 | 2024-07-06T03:12:41.756Z | info: profile set to 'default' |
27 | 2024-07-06T03:12:41.756Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-07-06T03:12:41.759Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-07-06T03:12:41.905Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-07-06T03:12:41.905Z | info: downloading component 'cargo' |
31 | 2024-07-06T03:12:42.732Z | info: downloading component 'clippy' |
32 | 2024-07-06T03:12:43.012Z | info: downloading component 'rust-docs' |
33 | 2024-07-06T03:12:44.103Z | info: downloading component 'rust-std' |
34 | 2024-07-06T03:12:45.841Z | info: downloading component 'rustc' |
35 | 2024-07-06T03:12:50.258Z | info: downloading component 'rustfmt' |
36 | 2024-07-06T03:12:50.496Z | info: installing component 'cargo' |
37 | 2024-07-06T03:12:51.326Z | info: installing component 'clippy' |
38 | 2024-07-06T03:12:51.688Z | info: installing component 'rust-docs' |
39 | 2024-07-06T03:12:53.213Z | info: installing component 'rust-std' |
40 | 2024-07-06T03:12:54.965Z | info: installing component 'rustc' |
41 | 2024-07-06T03:12:59.158Z | info: installing component 'rustfmt' |
42 | 2024-07-06T03:12:59.482Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-07-06T03:12:59.482Z | |
44 | 2024-07-06T03:12:59.745Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-07-06T03:12:59.745Z | |
46 | 2024-07-06T03:12:59.752Z | |
47 | 2024-07-06T03:12:59.752Z | Rust is installed now. Great! |
48 | 2024-07-06T03:12:59.752Z | |
49 | 2024-07-06T03:12:59.752Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-07-06T03:12:59.752Z | environment variable. This has not been done automatically. |
51 | 2024-07-06T03:12:59.752Z | |
52 | 2024-07-06T03:12:59.752Z | To configure your current shell, you need to source |
53 | 2024-07-06T03:12:59.752Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-07-06T03:12:59.752Z | |
55 | 2024-07-06T03:12:59.752Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-07-06T03:12:59.752Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-07-06T03:12:59.752Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-07-06T03:12:59.811Z | + rustc --version |
59 | 2024-07-06T03:12:59.873Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-07-06T03:12:59.876Z | process exited: duration 19567 ms, exit code 0 |
|
61 | 2024-07-06T03:12:59.897Z | starting task 2: "authentication" |
62 | 2024-07-06T03:12:59.915Z | process exited: duration 32 ms, exit code 0 |
|
63 | 2024-07-06T03:12:59.922Z | starting task 3: "clone repository" |
64 | 2024-07-06T03:12:59.929Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-07-06T03:12:59.932Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-07-06T03:13:00.084Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-07-06T03:13:05.756Z | + cd /work/oxidecomputer/omicron |
68 | 2024-07-06T03:13:05.757Z | + git fetch origin 29d1394e56f273ec3a09d0ac22f358fee4ba6667 |
69 | 2024-07-06T03:13:06.010Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-07-06T03:13:06.010Z | * branch 29d1394e56f273ec3a09d0ac22f358fee4ba6667 -> FETCH_HEAD |
71 | 2024-07-06T03:13:06.032Z | + [[ -n renovate/derive_more-0.x ]] |
72 | 2024-07-06T03:13:06.032Z | ++ git branch --show-current |
73 | 2024-07-06T03:13:06.036Z | + current=main |
74 | 2024-07-06T03:13:06.036Z | + [[ main != renovate/derive_more-0.x ]] |
75 | 2024-07-06T03:13:06.036Z | + git branch -f renovate/derive_more-0.x 29d1394e56f273ec3a09d0ac22f358fee4ba6667 |
76 | 2024-07-06T03:13:06.036Z | + git checkout -f renovate/derive_more-0.x |
77 | 2024-07-06T03:13:06.160Z | Switched to branch 'renovate/derive_more-0.x' |
78 | 2024-07-06T03:13:06.163Z | + git reset --hard 29d1394e56f273ec3a09d0ac22f358fee4ba6667 |
79 | 2024-07-06T03:13:06.297Z | HEAD is now at 29d1394e5 Update Rust crate derive_more to 0.99.18 |
80 | 2024-07-06T03:13:06.300Z | process exited: duration 6375 ms, exit code 0 |
|
81 | 2024-07-06T03:13:06.306Z | starting task 4: "build" |
82 | 2024-07-06T03:13:06.313Z | + cargo --version |
83 | 2024-07-06T03:13:06.365Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-07-06T03:13:06.368Z | + rustc --version |
85 | 2024-07-06T03:13:06.423Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-07-06T03:13:06.426Z | + cd /tmp |
87 | 2024-07-06T03:13:06.426Z | + cargo new --lib test-project |
88 | 2024-07-06T03:13:06.479Z | Creating library `test-project` package |
89 | 2024-07-06T03:13:06.549Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
90 | 2024-07-06T03:13:06.554Z | + cd test-project |
91 | 2024-07-06T03:13:06.554Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
92 | 2024-07-06T03:13:06.607Z | Adding omicron-common (local) to dependencies |
93 | 2024-07-06T03:13:06.610Z | Features: |
94 | 2024-07-06T03:13:06.610Z | - proptest |
95 | 2024-07-06T03:13:06.610Z | - test-strategy |
96 | 2024-07-06T03:13:06.610Z | - testing |
97 | 2024-07-06T03:13:06.610Z | Updating crates.io index |
98 | 2024-07-06T03:13:06.688Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
99 | 2024-07-06T03:13:07.453Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
100 | 2024-07-06T03:13:08.157Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
101 | 2024-07-06T03:13:08.433Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
102 | 2024-07-06T03:13:10.128Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
103 | 2024-07-06T03:13:10.384Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
104 | 2024-07-06T03:13:10.639Z | Updating git repository `https://github.com/oxidecomputer/typify` |
105 | 2024-07-06T03:13:13.462Z | + cargo check |
106 | 2024-07-06T03:13:13.644Z | Downloading crates ... |
107 | 2024-07-06T03:13:13.698Z | Downloaded async-stream-impl v0.3.5 |
108 | 2024-07-06T03:13:13.698Z | Downloaded backoff v0.4.0 |
109 | 2024-07-06T03:13:13.698Z | Downloaded foreign-types v0.3.2 |
110 | 2024-07-06T03:13:13.699Z | Downloaded equivalent v1.0.1 |
111 | 2024-07-06T03:13:13.699Z | Downloaded match_cfg v0.1.0 |
112 | 2024-07-06T03:13:13.699Z | Downloaded usdt-attr-macro v0.5.0 |
113 | 2024-07-06T03:13:13.699Z | Downloaded openssl-probe v0.1.5 |
114 | 2024-07-06T03:13:13.699Z | Downloaded instant v0.1.13 |
115 | 2024-07-06T03:13:13.699Z | Downloaded darling_macro v0.20.9 |
116 | 2024-07-06T03:13:13.699Z | Downloaded num_threads v0.1.7 |
117 | 2024-07-06T03:13:13.700Z | Downloaded ident_case v1.0.1 |
118 | 2024-07-06T03:13:13.700Z | Downloaded autocfg v1.3.0 |
119 | 2024-07-06T03:13:13.700Z | Downloaded atomic-waker v1.1.2 |
120 | 2024-07-06T03:13:13.700Z | Downloaded is-terminal v0.4.12 |
121 | 2024-07-06T03:13:13.700Z | Downloaded num-conv v0.1.0 |
122 | 2024-07-06T03:13:13.700Z | Downloaded form_urlencoded v1.2.1 |
123 | 2024-07-06T03:13:13.700Z | Downloaded hex v0.4.3 |
124 | 2024-07-06T03:13:13.700Z | Downloaded futures-macro v0.3.30 |
125 | 2024-07-06T03:13:13.701Z | Downloaded deranged v0.3.11 |
126 | 2024-07-06T03:13:13.701Z | Downloaded cpufeatures v0.2.12 |
127 | 2024-07-06T03:13:13.701Z | Downloaded hyper-tls v0.5.0 |
128 | 2024-07-06T03:13:13.701Z | Downloaded futures-executor v0.3.30 |
129 | 2024-07-06T03:13:13.701Z | Downloaded dyn-clone v1.0.17 |
130 | 2024-07-06T03:13:13.701Z | Downloaded dof v0.3.0 |
131 | 2024-07-06T03:13:13.701Z | Downloaded memmap v0.7.0 |
132 | 2024-07-06T03:13:13.701Z | Downloaded base64 v0.21.7 |
133 | 2024-07-06T03:13:13.702Z | Downloaded futures-sink v0.3.30 |
134 | 2024-07-06T03:13:13.702Z | Downloaded take_mut v0.2.2 |
135 | 2024-07-06T03:13:13.702Z | Downloaded unicode-bidi v0.3.15 |
136 | 2024-07-06T03:13:13.702Z | Downloaded itoa v1.0.11 |
137 | 2024-07-06T03:13:13.742Z | Downloaded hostname v0.4.0 |
138 | 2024-07-06T03:13:13.742Z | Downloaded sha1 v0.10.6 |
139 | 2024-07-06T03:13:13.742Z | Downloaded rustversion v1.0.17 |
140 | 2024-07-06T03:13:13.742Z | Downloaded omicron-workspace-hack v0.1.0 |
141 | 2024-07-06T03:13:13.742Z | Downloaded ppv-lite86 v0.2.17 |
142 | 2024-07-06T03:13:13.742Z | Downloaded usdt v0.5.0 |
143 | 2024-07-06T03:13:13.743Z | Downloaded dtrace-parser v0.2.0 |
144 | 2024-07-06T03:13:13.743Z | Downloaded openssl-macros v0.1.1 |
145 | 2024-07-06T03:13:13.743Z | Downloaded foreign-types-shared v0.1.1 |
146 | 2024-07-06T03:13:13.743Z | Downloaded schemars_derive v0.8.21 |
147 | 2024-07-06T03:13:13.743Z | Downloaded percent-encoding v2.3.1 |
148 | 2024-07-06T03:13:13.743Z | Downloaded signal-hook-registry v1.4.2 |
149 | 2024-07-06T03:13:13.743Z | Downloaded ipnetwork v0.20.0 |
150 | 2024-07-06T03:13:13.743Z | Downloaded waitgroup v0.1.2 |
151 | 2024-07-06T03:13:13.743Z | Downloaded slog-bunyan v2.5.0 |
152 | 2024-07-06T03:13:13.743Z | Downloaded mime v0.3.17 |
153 | 2024-07-06T03:13:13.744Z | Downloaded strsim v0.11.1 |
154 | 2024-07-06T03:13:13.744Z | Downloaded httparse v1.9.4 |
155 | 2024-07-06T03:13:13.744Z | Downloaded native-tls v0.2.12 |
156 | 2024-07-06T03:13:13.758Z | Downloaded parse-display-derive v0.9.1 |
157 | 2024-07-06T03:13:13.758Z | Downloaded want v0.3.1 |
158 | 2024-07-06T03:13:13.758Z | Downloaded http-body v0.4.6 |
159 | 2024-07-06T03:13:13.758Z | Downloaded ahash v0.8.11 |
160 | 2024-07-06T03:13:13.758Z | Downloaded scroll_derive v0.12.0 |
161 | 2024-07-06T03:13:13.758Z | Downloaded try-lock v0.2.5 |
162 | 2024-07-06T03:13:13.758Z | Downloaded generic-array v0.14.7 |
163 | 2024-07-06T03:13:13.758Z | Downloaded macaddr v1.0.1 |
164 | 2024-07-06T03:13:13.758Z | Downloaded sync_wrapper v0.1.2 |
165 | 2024-07-06T03:13:13.759Z | Downloaded num_cpus v1.16.0 |
166 | 2024-07-06T03:13:13.759Z | Downloaded block-buffer v0.10.4 |
167 | 2024-07-06T03:13:13.759Z | Downloaded pretty-hex v0.4.1 |
168 | 2024-07-06T03:13:13.759Z | Downloaded heck v0.5.0 |
169 | 2024-07-06T03:13:13.759Z | Downloaded futures-task v0.3.30 |
170 | 2024-07-06T03:13:13.759Z | Downloaded usdt-macro v0.5.0 |
171 | 2024-07-06T03:13:13.759Z | Downloaded semver v1.0.23 |
172 | 2024-07-06T03:13:13.759Z | Downloaded scroll v0.12.0 |
173 | 2024-07-06T03:13:13.759Z | Downloaded tinyvec_macros v0.1.1 |
174 | 2024-07-06T03:13:13.759Z | Downloaded structmeta-derive v0.3.0 |
175 | 2024-07-06T03:13:13.759Z | Downloaded pest_generator v2.7.11 |
176 | 2024-07-06T03:13:13.759Z | Downloaded rand_core v0.6.4 |
177 | 2024-07-06T03:13:13.759Z | Downloaded thiserror-impl v1.0.61 |
178 | 2024-07-06T03:13:13.759Z | Downloaded time-macros v0.2.18 |
179 | 2024-07-06T03:13:13.760Z | Downloaded slog-term v2.9.1 |
180 | 2024-07-06T03:13:13.760Z | Downloaded camino v1.1.7 |
181 | 2024-07-06T03:13:13.760Z | Downloaded ipnet v2.9.0 |
182 | 2024-07-06T03:13:13.760Z | Downloaded bitflags v2.6.0 |
183 | 2024-07-06T03:13:13.766Z | Downloaded thiserror v1.0.61 |
184 | 2024-07-06T03:13:13.766Z | Downloaded time-core v0.1.2 |
185 | 2024-07-06T03:13:13.766Z | Downloaded slog-async v2.8.0 |
186 | 2024-07-06T03:13:13.766Z | Downloaded slab v0.4.9 |
187 | 2024-07-06T03:13:13.766Z | Downloaded strum v0.26.3 |
188 | 2024-07-06T03:13:13.766Z | Downloaded serde_tokenstream v0.2.1 |
189 | 2024-07-06T03:13:13.773Z | Downloaded powerfmt v0.2.0 |
190 | 2024-07-06T03:13:13.774Z | Downloaded serde_urlencoded v0.7.1 |
191 | 2024-07-06T03:13:13.774Z | Downloaded tokio-macros v2.3.0 |
192 | 2024-07-06T03:13:13.793Z | Downloaded slog-json v2.6.1 |
193 | 2024-07-06T03:13:13.794Z | Downloaded paste v1.0.15 |
194 | 2024-07-06T03:13:13.794Z | Downloaded indexmap v1.9.3 |
195 | 2024-07-06T03:13:13.794Z | Downloaded pkg-config v0.3.30 |
196 | 2024-07-06T03:13:13.794Z | Downloaded subtle v2.6.1 |
197 | 2024-07-06T03:13:13.794Z | Downloaded structmeta v0.3.0 |
198 | 2024-07-06T03:13:13.794Z | Downloaded serde_with_macros v3.8.3 |
199 | 2024-07-06T03:13:13.794Z | Downloaded rustls-pemfile v2.1.2 |
200 | 2024-07-06T03:13:13.798Z | Downloaded socket2 v0.5.7 |
201 | 2024-07-06T03:13:13.799Z | Downloaded sct v0.7.1 |
202 | 2024-07-06T03:13:13.799Z | Downloaded thread_local v1.1.8 |
203 | 2024-07-06T03:13:13.799Z | Downloaded serde_derive v1.0.203 |
204 | 2024-07-06T03:13:13.805Z | Downloaded futures v0.3.30 |
205 | 2024-07-06T03:13:13.811Z | Downloaded serde_path_to_error v0.1.16 |
206 | 2024-07-06T03:13:13.811Z | Downloaded tokio-rustls v0.24.1 |
207 | 2024-07-06T03:13:13.811Z | Downloaded smallvec v1.13.2 |
208 | 2024-07-06T03:13:13.819Z | Downloaded serde_derive_internals v0.29.1 |
209 | 2024-07-06T03:13:13.819Z | Downloaded term v0.7.0 |
210 | 2024-07-06T03:13:13.819Z | Downloaded tokio-rustls v0.25.0 |
211 | 2024-07-06T03:13:13.819Z | Downloaded toml v0.8.14 |
212 | 2024-07-06T03:13:13.829Z | Downloaded slog v2.7.0 |
213 | 2024-07-06T03:13:13.829Z | Downloaded schemars v0.8.21 |
214 | 2024-07-06T03:13:13.842Z | Downloaded typenum v1.17.0 |
215 | 2024-07-06T03:13:13.851Z | Downloaded tinyvec v1.7.0 |
216 | 2024-07-06T03:13:13.851Z | Downloaded spin v0.9.8 |
217 | 2024-07-06T03:13:13.851Z | Downloaded ryu v1.0.18 |
218 | 2024-07-06T03:13:13.865Z | Downloaded rand v0.8.5 |
219 | 2024-07-06T03:13:13.865Z | Downloaded parking_lot v0.12.3 |
220 | 2024-07-06T03:13:13.865Z | Downloaded ucd-trie v0.1.6 |
221 | 2024-07-06T03:13:13.865Z | Downloaded serde_yaml v0.9.34+deprecated |
222 | 2024-07-06T03:13:13.865Z | Downloaded cc v1.0.104 |
223 | 2024-07-06T03:13:13.873Z | Downloaded tracing-core v0.1.32 |
224 | 2024-07-06T03:13:13.873Z | Downloaded serde v1.0.203 |
225 | 2024-07-06T03:13:13.874Z | Downloaded unsafe-libyaml v0.2.11 |
226 | 2024-07-06T03:13:13.879Z | Downloaded http v1.1.0 |
227 | 2024-07-06T03:13:13.879Z | Downloaded tracing v0.1.40 |
228 | 2024-07-06T03:13:13.884Z | Downloaded mio v0.8.11 |
229 | 2024-07-06T03:13:13.891Z | Downloaded memchr v2.7.4 |
230 | 2024-07-06T03:13:13.911Z | Downloaded http v0.2.12 |
231 | 2024-07-06T03:13:13.984Z | Downloaded hashbrown v0.14.5 |
232 | 2024-07-06T03:13:13.984Z | Downloaded toml_edit v0.22.14 |
233 | 2024-07-06T03:13:13.984Z | Downloaded h2 v0.3.26 |
234 | 2024-07-06T03:13:13.984Z | Downloaded tokio-util v0.7.11 |
235 | 2024-07-06T03:13:13.984Z | Downloaded time v0.3.36 |
236 | 2024-07-06T03:13:13.984Z | Downloaded zerocopy v0.7.35 |
237 | 2024-07-06T03:13:13.988Z | Downloaded serde_json v1.0.120 |
238 | 2024-07-06T03:13:13.988Z | Downloaded openssl v0.10.64 |
239 | 2024-07-06T03:13:13.988Z | Downloaded idna v0.5.0 |
240 | 2024-07-06T03:13:13.988Z | Downloaded rustls-webpki v0.101.7 |
241 | 2024-07-06T03:13:14.000Z | Downloaded reqwest v0.11.27 |
242 | 2024-07-06T03:13:14.008Z | Downloaded rustls-webpki v0.102.5 |
243 | 2024-07-06T03:13:14.026Z | Downloaded winnow v0.6.13 |
244 | 2024-07-06T03:13:14.034Z | Downloaded vcpkg v0.2.15 |
245 | 2024-07-06T03:13:14.071Z | Downloaded webpki-roots v0.25.4 |
246 | 2024-07-06T03:13:14.075Z | Downloaded syn v2.0.68 |
247 | 2024-07-06T03:13:14.089Z | Downloaded regex v1.10.5 |
248 | 2024-07-06T03:13:14.102Z | Downloaded rustls v0.22.4 |
249 | 2024-07-06T03:13:14.112Z | Downloaded tokio v1.38.0 |
250 | 2024-07-06T03:13:14.154Z | Downloaded regress v0.9.1 |
251 | 2024-07-06T03:13:14.157Z | Downloaded regex-automata v0.4.7 |
252 | 2024-07-06T03:13:14.173Z | Downloaded encoding_rs v0.8.34 |
253 | 2024-07-06T03:13:14.193Z | Downloaded rustls v0.21.12 |
254 | 2024-07-06T03:13:14.203Z | Downloaded regress v0.10.0 |
255 | 2024-07-06T03:13:14.211Z | Downloaded regex-syntax v0.8.4 |
256 | 2024-07-06T03:13:14.219Z | Downloaded libc v0.2.155 |
257 | 2024-07-06T03:13:14.246Z | Downloaded openapiv3 v2.0.0 |
258 | 2024-07-06T03:13:14.256Z | Downloaded goblin v0.8.2 |
259 | 2024-07-06T03:13:14.265Z | Downloaded chrono v0.4.38 |
260 | 2024-07-06T03:13:14.268Z | Downloaded pest v2.7.11 |
261 | 2024-07-06T03:13:14.274Z | Downloaded hyper v0.14.29 |
262 | 2024-07-06T03:13:14.281Z | Downloaded serde_with v3.8.3 |
263 | 2024-07-06T03:13:14.299Z | Downloaded futures-util v0.3.30 |
264 | 2024-07-06T03:13:14.303Z | Downloaded aho-corasick v1.1.3 |
265 | 2024-07-06T03:13:14.306Z | Downloaded hashbrown v0.12.3 |
266 | 2024-07-06T03:13:14.312Z | Downloaded crossbeam-channel v0.5.13 |
267 | 2024-07-06T03:13:14.315Z | Downloaded uuid v1.9.1 |
268 | 2024-07-06T03:13:14.315Z | Downloaded unicode-normalization v0.1.23 |
269 | 2024-07-06T03:13:14.319Z | Downloaded indexmap v2.2.6 |
270 | 2024-07-06T03:13:14.324Z | Downloaded darling_core v0.20.9 |
271 | 2024-07-06T03:13:14.329Z | Downloaded base64 v0.22.1 |
272 | 2024-07-06T03:13:14.333Z | Downloaded openssl-sys v0.9.102 |
273 | 2024-07-06T03:13:14.338Z | Downloaded bytes v1.6.0 |
274 | 2024-07-06T03:13:14.341Z | Downloaded sha2 v0.10.8 |
275 | 2024-07-06T03:13:14.345Z | Downloaded rustls-pki-types v1.7.0 |
276 | 2024-07-06T03:13:14.349Z | Downloaded rand_chacha v0.3.1 |
277 | 2024-07-06T03:13:14.349Z | Downloaded quote v1.0.36 |
278 | 2024-07-06T03:13:14.349Z | Downloaded pin-project-lite v0.2.14 |
279 | 2024-07-06T03:13:14.352Z | Downloaded zerocopy-derive v0.7.35 |
280 | 2024-07-06T03:13:14.357Z | Downloaded pest_derive v2.7.11 |
281 | 2024-07-06T03:13:14.360Z | Downloaded log v0.4.22 |
282 | 2024-07-06T03:13:14.360Z | Downloaded toml_datetime v0.6.6 |
283 | 2024-07-06T03:13:14.368Z | Downloaded num-traits v0.2.19 |
284 | 2024-07-06T03:13:14.373Z | Downloaded proc-macro2 v1.0.86 |
285 | 2024-07-06T03:13:14.373Z | Downloaded pest_meta v2.7.11 |
286 | 2024-07-06T03:13:14.373Z | Downloaded unicode-ident v1.0.12 |
287 | 2024-07-06T03:13:14.373Z | Downloaded version_check v0.9.4 |
288 | 2024-07-06T03:13:14.373Z | Downloaded zeroize v1.8.1 |
289 | 2024-07-06T03:13:14.376Z | Downloaded parse-display v0.9.1 |
290 | 2024-07-06T03:13:14.376Z | Downloaded rustls-pemfile v1.0.4 |
291 | 2024-07-06T03:13:14.376Z | Downloaded iana-time-zone v0.1.60 |
292 | 2024-07-06T03:13:14.379Z | Downloaded ring v0.17.8 |
293 | 2024-07-06T03:13:14.441Z | Downloaded crossbeam-utils v0.8.20 |
294 | 2024-07-06T03:13:14.444Z | Downloaded multer v3.1.0 |
295 | 2024-07-06T03:13:14.447Z | Downloaded scopeguard v1.2.0 |
296 | 2024-07-06T03:13:14.447Z | Downloaded newtype-uuid v1.1.0 |
297 | 2024-07-06T03:13:14.450Z | Downloaded digest v0.10.7 |
298 | 2024-07-06T03:13:14.450Z | Downloaded tower-service v0.3.2 |
299 | 2024-07-06T03:13:14.450Z | Downloaded thread-id v4.2.1 |
300 | 2024-07-06T03:13:14.453Z | Downloaded tokio-native-tls v0.3.1 |
301 | 2024-07-06T03:13:14.453Z | Downloaded hyper-rustls v0.24.2 |
302 | 2024-07-06T03:13:14.456Z | Downloaded allocator-api2 v0.2.18 |
303 | 2024-07-06T03:13:14.459Z | Downloaded strum_macros v0.26.4 |
304 | 2024-07-06T03:13:14.459Z | Downloaded hostname v0.3.1 |
305 | 2024-07-06T03:13:14.462Z | Downloaded fnv v1.0.7 |
306 | 2024-07-06T03:13:14.462Z | Downloaded crypto-common v0.1.6 |
307 | 2024-07-06T03:13:14.462Z | Downloaded parking_lot_core v0.9.10 |
308 | 2024-07-06T03:13:14.466Z | Downloaded once_cell v1.19.0 |
309 | 2024-07-06T03:13:14.466Z | Downloaded httpdate v1.0.3 |
310 | 2024-07-06T03:13:14.469Z | Downloaded usdt-impl v0.5.0 |
311 | 2024-07-06T03:13:14.469Z | Downloaded url v2.5.2 |
312 | 2024-07-06T03:13:14.472Z | Downloaded lock_api v0.4.12 |
313 | 2024-07-06T03:13:14.472Z | Downloaded darling v0.20.9 |
314 | 2024-07-06T03:13:14.476Z | Downloaded futures-io v0.3.30 |
315 | 2024-07-06T03:13:14.476Z | Downloaded anyhow v1.0.86 |
316 | 2024-07-06T03:13:14.480Z | Downloaded dirs-sys-next v0.1.2 |
317 | 2024-07-06T03:13:14.483Z | Downloaded serde_spanned v0.6.6 |
318 | 2024-07-06T03:13:14.483Z | Downloaded plain v0.2.3 |
319 | 2024-07-06T03:13:14.483Z | Downloaded getrandom v0.2.15 |
320 | 2024-07-06T03:13:14.486Z | Downloaded futures-core v0.3.30 |
321 | 2024-07-06T03:13:14.486Z | Downloaded futures-channel v0.3.30 |
322 | 2024-07-06T03:13:14.489Z | Downloaded debug-ignore v1.0.5 |
323 | 2024-07-06T03:13:14.489Z | Downloaded pin-utils v0.1.0 |
324 | 2024-07-06T03:13:14.489Z | Downloaded untrusted v0.9.0 |
325 | 2024-07-06T03:13:14.492Z | Downloaded async-trait v0.1.80 |
326 | 2024-07-06T03:13:14.495Z | Downloaded dirs-next v2.0.0 |
327 | 2024-07-06T03:13:14.495Z | Downloaded cfg-if v1.0.0 |
328 | 2024-07-06T03:13:14.495Z | Downloaded byteorder v1.5.0 |
329 | 2024-07-06T03:13:14.497Z | Downloaded async-stream v0.3.5 |
330 | 2024-07-06T03:13:14.614Z | Compiling proc-macro2 v1.0.86 |
331 | 2024-07-06T03:13:14.614Z | Compiling unicode-ident v1.0.12 |
332 | 2024-07-06T03:13:14.617Z | Compiling libc v0.2.155 |
333 | 2024-07-06T03:13:14.617Z | Checking cfg-if v1.0.0 |
334 | 2024-07-06T03:13:14.617Z | Compiling version_check v0.9.4 |
335 | 2024-07-06T03:13:14.617Z | Compiling autocfg v1.3.0 |
336 | 2024-07-06T03:13:14.617Z | Compiling serde v1.0.203 |
337 | 2024-07-06T03:13:14.628Z | Compiling serde_json v1.0.120 |
338 | 2024-07-06T03:13:14.707Z | Checking itoa v1.0.11 |
339 | 2024-07-06T03:13:14.791Z | Checking once_cell v1.19.0 |
340 | 2024-07-06T03:13:14.878Z | Compiling thiserror v1.0.61 |
341 | 2024-07-06T03:13:15.051Z | Compiling memchr v2.7.4 |
342 | 2024-07-06T03:13:15.185Z | Compiling ahash v0.8.11 |
343 | 2024-07-06T03:13:15.287Z | Compiling cc v1.0.104 |
344 | 2024-07-06T03:13:17.283Z | Checking byteorder v1.5.0 |
345 | 2024-07-06T03:13:17.527Z | Compiling num-traits v0.2.19 |
346 | 2024-07-06T03:13:18.057Z | Checking pin-project-lite v0.2.14 |
347 | 2024-07-06T03:13:18.116Z | Checking ryu v1.0.18 |
348 | 2024-07-06T03:13:18.130Z | Checking bytes v1.6.0 |
349 | 2024-07-06T03:13:18.158Z | Checking log v0.4.22 |
350 | 2024-07-06T03:13:18.280Z | Checking allocator-api2 v0.2.18 |
351 | 2024-07-06T03:13:18.337Z | Compiling lock_api v0.4.12 |
352 | 2024-07-06T03:13:18.394Z | Compiling parking_lot_core v0.9.10 |
353 | 2024-07-06T03:13:18.534Z | Compiling schemars v0.8.21 |
354 | 2024-07-06T03:13:18.623Z | Compiling ring v0.17.8 |
355 | 2024-07-06T03:13:18.725Z | Checking futures-core v0.3.30 |
356 | 2024-07-06T03:13:18.748Z | Checking getrandom v0.2.15 |
357 | 2024-07-06T03:13:18.796Z | Checking smallvec v1.13.2 |
358 | 2024-07-06T03:13:18.849Z | Checking scopeguard v1.2.0 |
359 | 2024-07-06T03:13:18.855Z | Checking mio v0.8.11 |
360 | 2024-07-06T03:13:18.874Z | Compiling quote v1.0.36 |
361 | 2024-07-06T03:13:18.890Z | Checking socket2 v0.5.7 |
362 | 2024-07-06T03:13:18.918Z | Checking signal-hook-registry v1.4.2 |
363 | 2024-07-06T03:13:19.128Z | Checking num_cpus v1.16.0 |
364 | 2024-07-06T03:13:19.214Z | Compiling syn v2.0.68 |
365 | 2024-07-06T03:13:19.340Z | Compiling slab v0.4.9 |
366 | 2024-07-06T03:13:19.370Z | Checking futures-sink v0.3.30 |
367 | 2024-07-06T03:13:19.428Z | Checking parking_lot v0.12.3 |
368 | 2024-07-06T03:13:19.435Z | Checking spin v0.9.8 |
369 | 2024-07-06T03:13:19.536Z | Checking equivalent v1.0.1 |
370 | 2024-07-06T03:13:19.611Z | Checking untrusted v0.9.0 |
371 | 2024-07-06T03:13:19.618Z | Checking fnv v1.0.7 |
372 | 2024-07-06T03:13:19.639Z | Checking futures-channel v0.3.30 |
373 | 2024-07-06T03:13:19.705Z | Compiling vcpkg v0.2.15 |
374 | 2024-07-06T03:13:19.716Z | Compiling heck v0.5.0 |
375 | 2024-07-06T03:13:19.723Z | Compiling semver v1.0.23 |
376 | 2024-07-06T03:13:19.952Z | Checking futures-task v0.3.30 |
377 | 2024-07-06T03:13:19.954Z | Checking pin-utils v0.1.0 |
378 | 2024-07-06T03:13:20.023Z | Compiling pkg-config v0.3.30 |
379 | 2024-07-06T03:13:20.070Z | Checking futures-io v0.3.30 |
380 | 2024-07-06T03:13:20.172Z | Compiling ucd-trie v0.1.6 |
381 | 2024-07-06T03:13:20.182Z | Checking iana-time-zone v0.1.60 |
382 | 2024-07-06T03:13:20.227Z | Checking http v0.2.12 |
383 | 2024-07-06T03:13:20.576Z | Checking dyn-clone v1.0.17 |
384 | 2024-07-06T03:13:20.802Z | Compiling httparse v1.9.4 |
385 | 2024-07-06T03:13:21.363Z | Compiling openssl-sys v0.9.102 |
386 | 2024-07-06T03:13:21.439Z | Checking tracing-core v0.1.32 |
387 | 2024-07-06T03:13:21.638Z | Compiling uuid v1.9.1 |
388 | 2024-07-06T03:13:21.963Z | Compiling chrono v0.4.38 |
389 | 2024-07-06T03:13:22.000Z | Compiling slog v2.7.0 |
390 | 2024-07-06T03:13:22.007Z | Checking try-lock v0.2.5 |
391 | 2024-07-06T03:13:22.031Z | Checking tracing v0.1.40 |
392 | 2024-07-06T03:13:22.075Z | Compiling openssl v0.10.64 |
393 | 2024-07-06T03:13:22.286Z | Checking foreign-types-shared v0.1.1 |
394 | 2024-07-06T03:13:22.352Z | Checking foreign-types v0.3.2 |
395 | 2024-07-06T03:13:22.401Z | Checking want v0.3.1 |
396 | 2024-07-06T03:13:22.422Z | Checking http-body v0.4.6 |
397 | 2024-07-06T03:13:22.455Z | Compiling aho-corasick v1.1.3 |
398 | 2024-07-06T03:13:22.538Z | Compiling rustls v0.21.12 |
399 | 2024-07-06T03:13:22.725Z | Compiling typenum v1.17.0 |
400 | 2024-07-06T03:13:22.810Z | Compiling native-tls v0.2.12 |
401 | 2024-07-06T03:13:23.113Z | Checking tinyvec_macros v0.1.1 |
402 | 2024-07-06T03:13:23.161Z | Compiling regex-syntax v0.8.4 |
403 | 2024-07-06T03:13:23.595Z | Checking httpdate v1.0.3 |
404 | 2024-07-06T03:13:23.628Z | Checking percent-encoding v2.3.1 |
405 | 2024-07-06T03:13:23.755Z | Checking tower-service v0.3.2 |
406 | 2024-07-06T03:13:23.785Z | Checking bitflags v2.6.0 |
407 | 2024-07-06T03:13:23.833Z | Checking form_urlencoded v1.2.1 |
408 | 2024-07-06T03:13:23.992Z | Checking tinyvec v1.7.0 |
409 | 2024-07-06T03:13:24.426Z | Compiling generic-array v0.14.7 |
410 | 2024-07-06T03:13:24.775Z | Checking openssl-probe v0.1.5 |
411 | 2024-07-06T03:13:24.915Z | Checking unicode-normalization v0.1.23 |
412 | 2024-07-06T03:13:25.621Z | Compiling serde_derive_internals v0.29.1 |
413 | 2024-07-06T03:13:26.087Z | Compiling regex-automata v0.4.7 |
414 | 2024-07-06T03:13:26.856Z | Compiling usdt-impl v0.5.0 |
415 | 2024-07-06T03:13:27.139Z | Checking encoding_rs v0.8.34 |
416 | 2024-07-06T03:13:27.238Z | Checking powerfmt v0.2.0 |
417 | 2024-07-06T03:13:27.468Z | Checking mime v0.3.17 |
418 | 2024-07-06T03:13:27.760Z | Checking unicode-bidi v0.3.15 |
419 | 2024-07-06T03:13:27.796Z | Compiling num-conv v0.1.0 |
420 | 2024-07-06T03:13:28.095Z | Compiling time-core v0.1.2 |
421 | 2024-07-06T03:13:28.118Z | Checking deranged v0.3.11 |
422 | 2024-07-06T03:13:28.238Z | Compiling time-macros v0.2.18 |
423 | 2024-07-06T03:13:28.317Z | Checking idna v0.5.0 |
424 | 2024-07-06T03:13:29.082Z | Compiling thread-id v4.2.1 |
425 | 2024-07-06T03:13:29.308Z | Checking plain v0.2.3 |
426 | 2024-07-06T03:13:29.654Z | Checking rustls-pki-types v1.7.0 |
427 | 2024-07-06T03:13:29.842Z | Compiling regex v1.10.5 |
428 | 2024-07-06T03:13:29.985Z | Compiling ident_case v1.0.1 |
429 | 2024-07-06T03:13:30.383Z | Checking num_threads v0.1.7 |
430 | 2024-07-06T03:13:30.456Z | Compiling crossbeam-utils v0.8.20 |
431 | 2024-07-06T03:13:30.637Z | Compiling serde_derive v1.0.203 |
432 | 2024-07-06T03:13:30.790Z | Compiling zerocopy-derive v0.7.35 |
433 | 2024-07-06T03:13:30.953Z | Compiling thiserror-impl v1.0.61 |
434 | 2024-07-06T03:13:30.966Z | Compiling schemars_derive v0.8.21 |
435 | 2024-07-06T03:13:31.048Z | Compiling tokio-macros v2.3.0 |
436 | 2024-07-06T03:13:31.384Z | Compiling futures-macro v0.3.30 |
437 | 2024-07-06T03:13:32.643Z | Checking tokio v1.38.0 |
438 | 2024-07-06T03:13:32.791Z | Checking zerocopy v0.7.35 |
439 | 2024-07-06T03:13:33.332Z | Checking futures-util v0.3.30 |
440 | 2024-07-06T03:13:33.842Z | Compiling pest v2.7.11 |
441 | 2024-07-06T03:13:33.889Z | Compiling openssl-macros v0.1.1 |
442 | 2024-07-06T03:13:33.957Z | Checking sct v0.7.1 |
443 | 2024-07-06T03:13:34.123Z | Checking rustls-webpki v0.101.7 |
444 | 2024-07-06T03:13:34.595Z | Checking hashbrown v0.14.5 |
445 | 2024-07-06T03:13:35.667Z | Compiling scroll_derive v0.12.0 |
446 | 2024-07-06T03:13:36.614Z | Compiling pest_meta v2.7.11 |
447 | 2024-07-06T03:13:36.628Z | Compiling regress v0.10.0 |
448 | 2024-07-06T03:13:37.127Z | Checking scroll v0.12.0 |
449 | 2024-07-06T03:13:37.883Z | Compiling pest_generator v2.7.11 |
450 | 2024-07-06T03:13:39.400Z | Checking tokio-util v0.7.11 |
451 | 2024-07-06T03:13:39.605Z | Checking tokio-rustls v0.24.1 |
452 | 2024-07-06T03:13:40.101Z | Checking tokio-native-tls v0.3.1 |
453 | 2024-07-06T03:13:40.410Z | Checking base64 v0.21.7 |
454 | 2024-07-06T03:13:40.496Z | Compiling strsim v0.11.1 |
455 | 2024-07-06T03:13:40.862Z | Checking rustls-pemfile v1.0.4 |
456 | 2024-07-06T03:13:40.895Z | Compiling darling_core v0.20.9 |
457 | 2024-07-06T03:13:40.933Z | Compiling pest_derive v2.7.11 |
458 | 2024-07-06T03:13:41.249Z | Checking time v0.3.36 |
459 | 2024-07-06T03:13:41.333Z | Checking goblin v0.8.2 |
460 | 2024-07-06T03:13:41.751Z | Compiling dtrace-parser v0.2.0 |
461 | 2024-07-06T03:13:43.328Z | Checking indexmap v2.2.6 |
462 | 2024-07-06T03:13:44.526Z | Compiling serde_tokenstream v0.2.1 |
463 | 2024-07-06T03:13:44.685Z | Checking h2 v0.3.26 |
464 | 2024-07-06T03:13:45.185Z | Checking serde_urlencoded v0.7.1 |
465 | 2024-07-06T03:13:45.574Z | Checking openapiv3 v2.0.0 |
466 | 2024-07-06T03:13:45.594Z | Checking url v2.5.2 |
467 | 2024-07-06T03:13:46.342Z | Compiling dof v0.3.0 |
468 | 2024-07-06T03:13:46.772Z | Checking dirs-sys-next v0.1.2 |
469 | 2024-07-06T03:13:47.184Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#25e11d81) |
470 | 2024-07-06T03:13:47.269Z | Checking ipnet v2.9.0 |
471 | 2024-07-06T03:13:47.439Z | Checking sync_wrapper v0.1.2 |
472 | 2024-07-06T03:13:47.541Z | Checking pretty-hex v0.4.1 |
473 | 2024-07-06T03:13:47.688Z | Checking webpki-roots v0.25.4 |
474 | 2024-07-06T03:13:47.695Z | Compiling rustversion v1.0.17 |
475 | 2024-07-06T03:13:47.820Z | Compiling unsafe-libyaml v0.2.11 |
476 | 2024-07-06T03:13:48.380Z | Compiling rustls v0.22.4 |
477 | 2024-07-06T03:13:48.646Z | Compiling paste v1.0.15 |
478 | 2024-07-06T03:13:48.660Z | Checking hyper v0.14.29 |
479 | 2024-07-06T03:13:49.062Z | Compiling omicron-workspace-hack v0.1.0 |
480 | 2024-07-06T03:13:49.145Z | Compiling serde_yaml v0.9.34+deprecated |
481 | 2024-07-06T03:13:49.552Z | Compiling darling_macro v0.20.9 |
482 | 2024-07-06T03:13:49.600Z | Checking dirs-next v2.0.0 |
483 | 2024-07-06T03:13:49.999Z | Checking toml_datetime v0.6.6 |
484 | 2024-07-06T03:13:50.179Z | Checking serde_spanned v0.6.6 |
485 | 2024-07-06T03:13:50.199Z | Checking rustls-webpki v0.102.5 |
486 | 2024-07-06T03:13:50.299Z | Compiling structmeta-derive v0.3.0 |
487 | 2024-07-06T03:13:50.345Z | Checking block-buffer v0.10.4 |
488 | 2024-07-06T03:13:50.511Z | Checking crypto-common v0.1.6 |
489 | 2024-07-06T03:13:50.537Z | Checking rand_core v0.6.4 |
490 | 2024-07-06T03:13:50.653Z | Compiling multer v3.1.0 |
491 | 2024-07-06T03:13:50.730Z | Checking thread_local v1.1.8 |
492 | 2024-07-06T03:13:50.798Z | Compiling anyhow v1.0.86 |
493 | 2024-07-06T03:13:50.866Z | Checking subtle v2.6.1 |
494 | 2024-07-06T03:13:50.936Z | Checking ppv-lite86 v0.2.17 |
495 | 2024-07-06T03:13:50.982Z | Compiling slog-async v2.8.0 |
496 | 2024-07-06T03:13:51.069Z | Checking winnow v0.6.13 |
497 | 2024-07-06T03:13:51.321Z | Checking zeroize v1.8.1 |
498 | 2024-07-06T03:13:51.431Z | Checking match_cfg v0.1.0 |
499 | 2024-07-06T03:13:51.499Z | Compiling camino v1.1.7 |
500 | 2024-07-06T03:13:51.593Z | Checking rand_chacha v0.3.1 |
501 | 2024-07-06T03:13:51.924Z | Checking hostname v0.3.1 |
502 | 2024-07-06T03:13:52.228Z | Checking digest v0.10.7 |
503 | 2024-07-06T03:13:52.509Z | Compiling darling v0.20.9 |
504 | 2024-07-06T03:13:52.604Z | Checking crossbeam-channel v0.5.13 |
505 | 2024-07-06T03:13:52.638Z | Checking term v0.7.0 |
506 | 2024-07-06T03:13:52.898Z | Checking hyper-tls v0.5.0 |
507 | 2024-07-06T03:13:52.939Z | Checking hyper-rustls v0.24.2 |
508 | 2024-07-06T03:13:52.969Z | Compiling structmeta v0.3.0 |
509 | 2024-07-06T03:13:53.190Z | Checking reqwest v0.11.27 |
510 | 2024-07-06T03:13:53.268Z | Compiling usdt-macro v0.5.0 |
511 | 2024-07-06T03:13:53.336Z | Compiling usdt-attr-macro v0.5.0 |
512 | 2024-07-06T03:13:54.034Z | Checking toml_edit v0.22.14 |
513 | 2024-07-06T03:13:54.187Z | Checking slog-json v2.6.1 |
514 | 2024-07-06T03:13:54.404Z | Checking futures-executor v0.3.30 |
515 | 2024-07-06T03:13:54.415Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#26bbe2cf) |
516 | 2024-07-06T03:13:54.423Z | Compiling async-stream-impl v0.3.5 |
517 | 2024-07-06T03:13:54.531Z | Checking http v1.1.0 |
518 | 2024-07-06T03:13:54.605Z | Checking memmap v0.7.0 |
519 | 2024-07-06T03:13:54.682Z | Checking is-terminal v0.4.12 |
520 | 2024-07-06T03:13:54.755Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#6a3f84ca) |
521 | 2024-07-06T03:13:54.775Z | Checking take_mut v0.2.2 |
522 | 2024-07-06T03:13:54.788Z | Checking atomic-waker v1.1.2 |
523 | 2024-07-06T03:13:54.888Z | Checking base64 v0.22.1 |
524 | 2024-07-06T03:13:54.907Z | Checking cpufeatures v0.2.12 |
525 | 2024-07-06T03:13:54.966Z | Checking sha1 v0.10.6 |
526 | 2024-07-06T03:13:55.003Z | Checking tokio-rustls v0.25.0 |
527 | 2024-07-06T03:13:55.206Z | Checking waitgroup v0.1.2 |
528 | 2024-07-06T03:13:55.307Z | Checking usdt v0.5.0 |
529 | 2024-07-06T03:13:55.316Z | Checking slog-term v2.9.1 |
530 | 2024-07-06T03:13:55.319Z | Checking rustls-pemfile v2.1.2 |
531 | 2024-07-06T03:13:55.344Z | Checking futures v0.3.30 |
532 | 2024-07-06T03:13:55.433Z | Checking slog-bunyan v2.5.0 |
533 | 2024-07-06T03:13:55.513Z | Compiling strum_macros v0.26.4 |
534 | 2024-07-06T03:13:55.529Z | Compiling parse-display-derive v0.9.1 |
535 | 2024-07-06T03:13:55.563Z | Compiling serde_with_macros v3.8.3 |
536 | 2024-07-06T03:13:55.685Z | Checking async-stream v0.3.5 |
537 | 2024-07-06T03:13:56.110Z | Checking rand v0.8.5 |
538 | 2024-07-06T03:13:56.266Z | Checking ipnetwork v0.20.0 |
539 | 2024-07-06T03:13:56.370Z | Checking newtype-uuid v1.1.0 |
540 | 2024-07-06T03:13:56.413Z | Checking toml v0.8.14 |
541 | 2024-07-06T03:13:56.577Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#6a3f84ca) |
542 | 2024-07-06T03:13:56.587Z | Checking hex v0.4.3 |
543 | 2024-07-06T03:13:57.071Z | Checking serde_path_to_error v0.1.16 |
544 | 2024-07-06T03:13:57.108Z | Compiling async-trait v0.1.80 |
545 | 2024-07-06T03:13:57.304Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
546 | 2024-07-06T03:13:57.651Z | Checking hostname v0.4.0 |
547 | 2024-07-06T03:13:57.754Z | Checking instant v0.1.13 |
548 | 2024-07-06T03:13:57.845Z | Checking debug-ignore v1.0.5 |
549 | 2024-07-06T03:13:57.958Z | Checking backoff v0.4.0 |
550 | 2024-07-06T03:13:58.048Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
551 | 2024-07-06T03:13:58.168Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
552 | 2024-07-06T03:13:58.205Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#f37a7aaf) |
553 | 2024-07-06T03:13:58.264Z | Checking serde_with v3.8.3 |
554 | 2024-07-06T03:13:58.296Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
555 | 2024-07-06T03:13:58.498Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
556 | 2024-07-06T03:13:58.587Z | Checking macaddr v1.0.1 |
557 | 2024-07-06T03:13:58.886Z | Checking regress v0.9.1 |
558 | 2024-07-06T03:13:59.572Z | Checking parse-display v0.9.1 |
559 | 2024-07-06T03:14:00.112Z | Checking strum v0.26.3 |
560 | 2024-07-06T03:14:01.127Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#25e11d81) |
561 | 2024-07-06T03:14:02.968Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#25e11d81) |
562 | 2024-07-06T03:14:03.021Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#26bbe2cf) |
563 | 2024-07-06T03:14:05.900Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#26bbe2cf) |
564 | 2024-07-06T03:14:12.054Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#26bbe2cf) |
565 | 2024-07-06T03:14:12.155Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6e0a232fd0b443c19f61f94bf02b7695505aa8e3#6e0a232f) |
566 | 2024-07-06T03:14:14.779Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
567 | 2024-07-06T03:14:20.877Z | Checking test-project v0.1.0 (/tmp/test-project) |
568 | 2024-07-06T03:14:20.927Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s |
569 | 2024-07-06T03:14:20.984Z | + cargo build --release |
570 | 2024-07-06T03:14:21.240Z | Compiling proc-macro2 v1.0.86 |
571 | 2024-07-06T03:14:21.240Z | Compiling unicode-ident v1.0.12 |
572 | 2024-07-06T03:14:21.245Z | Compiling libc v0.2.155 |
573 | 2024-07-06T03:14:21.245Z | Compiling cfg-if v1.0.0 |
574 | 2024-07-06T03:14:21.245Z | Compiling version_check v0.9.4 |
575 | 2024-07-06T03:14:21.245Z | Compiling autocfg v1.3.0 |
576 | 2024-07-06T03:14:21.245Z | Compiling serde v1.0.203 |
577 | 2024-07-06T03:14:21.274Z | Compiling serde_json v1.0.120 |
578 | 2024-07-06T03:14:21.338Z | Compiling itoa v1.0.11 |
579 | 2024-07-06T03:14:21.410Z | Compiling thiserror v1.0.61 |
580 | 2024-07-06T03:14:21.542Z | Compiling once_cell v1.19.0 |
581 | 2024-07-06T03:14:21.731Z | Compiling cc v1.0.104 |
582 | 2024-07-06T03:14:21.779Z | Compiling memchr v2.7.4 |
583 | 2024-07-06T03:14:21.877Z | Compiling ahash v0.8.11 |
584 | 2024-07-06T03:14:22.211Z | Compiling byteorder v1.5.0 |
585 | 2024-07-06T03:14:22.242Z | Compiling num-traits v0.2.19 |
586 | 2024-07-06T03:14:22.548Z | Compiling pin-project-lite v0.2.14 |
587 | 2024-07-06T03:14:22.610Z | Compiling quote v1.0.36 |
588 | 2024-07-06T03:14:22.654Z | Compiling getrandom v0.2.15 |
589 | 2024-07-06T03:14:22.717Z | Compiling ryu v1.0.18 |
590 | 2024-07-06T03:14:22.986Z | Compiling syn v2.0.68 |
591 | 2024-07-06T03:14:23.182Z | Compiling bytes v1.6.0 |
592 | 2024-07-06T03:14:23.208Z | Compiling log v0.4.22 |
593 | 2024-07-06T03:14:23.264Z | Compiling schemars v0.8.21 |
594 | 2024-07-06T03:14:23.336Z | Compiling allocator-api2 v0.2.18 |
595 | 2024-07-06T03:14:23.605Z | Compiling lock_api v0.4.12 |
596 | 2024-07-06T03:14:24.646Z | Compiling parking_lot_core v0.9.10 |
597 | 2024-07-06T03:14:24.649Z | Compiling scopeguard v1.2.0 |
598 | 2024-07-06T03:14:24.649Z | Compiling smallvec v1.13.2 |
599 | 2024-07-06T03:14:24.649Z | Compiling futures-core v0.3.30 |
600 | 2024-07-06T03:14:24.649Z | Compiling num_cpus v1.16.0 |
601 | 2024-07-06T03:14:24.649Z | Compiling socket2 v0.5.7 |
602 | 2024-07-06T03:14:24.649Z | Compiling signal-hook-registry v1.4.2 |
603 | 2024-07-06T03:14:24.649Z | Compiling mio v0.8.11 |
604 | 2024-07-06T03:14:24.649Z | Compiling parking_lot v0.12.3 |
605 | 2024-07-06T03:14:24.690Z | Compiling ring v0.17.8 |
606 | 2024-07-06T03:14:25.027Z | Compiling slab v0.4.9 |
607 | 2024-07-06T03:14:25.210Z | Compiling futures-sink v0.3.30 |
608 | 2024-07-06T03:14:25.351Z | Compiling spin v0.9.8 |
609 | 2024-07-06T03:14:25.596Z | Compiling fnv v1.0.7 |
610 | 2024-07-06T03:14:25.715Z | Compiling equivalent v1.0.1 |
611 | 2024-07-06T03:14:25.806Z | Compiling untrusted v0.9.0 |
612 | 2024-07-06T03:14:25.885Z | Compiling semver v1.0.23 |
613 | 2024-07-06T03:14:25.989Z | Compiling futures-channel v0.3.30 |
614 | 2024-07-06T03:14:26.323Z | Compiling futures-io v0.3.30 |
615 | 2024-07-06T03:14:26.329Z | Compiling futures-task v0.3.30 |
616 | 2024-07-06T03:14:26.426Z | Compiling vcpkg v0.2.15 |
617 | 2024-07-06T03:14:26.445Z | Compiling pin-utils v0.1.0 |
618 | 2024-07-06T03:14:26.517Z | Compiling heck v0.5.0 |
619 | 2024-07-06T03:14:26.551Z | Compiling pkg-config v0.3.30 |
620 | 2024-07-06T03:14:26.850Z | Compiling ucd-trie v0.1.6 |
621 | 2024-07-06T03:14:26.889Z | Compiling iana-time-zone v0.1.60 |
622 | 2024-07-06T03:14:27.324Z | Compiling http v0.2.12 |
623 | 2024-07-06T03:14:27.753Z | Compiling httparse v1.9.4 |
624 | 2024-07-06T03:14:27.787Z | Compiling dyn-clone v1.0.17 |
625 | 2024-07-06T03:14:28.117Z | Compiling openssl-sys v0.9.102 |
626 | 2024-07-06T03:14:28.521Z | Compiling tracing-core v0.1.32 |
627 | 2024-07-06T03:14:28.669Z | Compiling chrono v0.4.38 |
628 | 2024-07-06T03:14:28.912Z | Compiling uuid v1.9.1 |
629 | 2024-07-06T03:14:29.231Z | Compiling tracing v0.1.40 |
630 | 2024-07-06T03:14:29.916Z | Compiling serde_derive_internals v0.29.1 |
631 | 2024-07-06T03:14:30.909Z | Compiling foreign-types-shared v0.1.1 |
632 | 2024-07-06T03:14:31.336Z | Compiling slog v2.7.0 |
633 | 2024-07-06T03:14:31.651Z | Compiling try-lock v0.2.5 |
634 | 2024-07-06T03:14:31.710Z | Compiling openssl v0.10.64 |
635 | 2024-07-06T03:14:31.788Z | Compiling want v0.3.1 |
636 | 2024-07-06T03:14:31.857Z | Compiling foreign-types v0.3.2 |
637 | 2024-07-06T03:14:32.064Z | Compiling http-body v0.4.6 |
638 | 2024-07-06T03:14:32.122Z | Compiling aho-corasick v1.1.3 |
639 | 2024-07-06T03:14:32.206Z | Compiling regex-syntax v0.8.4 |
640 | 2024-07-06T03:14:32.522Z | Compiling bitflags v2.6.0 |
641 | 2024-07-06T03:14:32.877Z | Compiling native-tls v0.2.12 |
642 | 2024-07-06T03:14:33.218Z | Compiling tower-service v0.3.2 |
643 | 2024-07-06T03:14:33.326Z | Compiling percent-encoding v2.3.1 |
644 | 2024-07-06T03:14:33.453Z | Compiling tinyvec_macros v0.1.1 |
645 | 2024-07-06T03:14:33.485Z | Compiling rustls v0.21.12 |
646 | 2024-07-06T03:14:33.526Z | Compiling httpdate v1.0.3 |
647 | 2024-07-06T03:14:33.771Z | Compiling typenum v1.17.0 |
648 | 2024-07-06T03:14:33.803Z | Compiling tinyvec v1.7.0 |
649 | 2024-07-06T03:14:34.281Z | Compiling form_urlencoded v1.2.1 |
650 | 2024-07-06T03:14:34.849Z | Compiling generic-array v0.14.7 |
651 | 2024-07-06T03:14:35.242Z | Compiling openssl-probe v0.1.5 |
652 | 2024-07-06T03:14:35.405Z | Compiling unicode-normalization v0.1.23 |
653 | 2024-07-06T03:14:35.576Z | Compiling serde_derive v1.0.203 |
654 | 2024-07-06T03:14:35.673Z | Compiling zerocopy-derive v0.7.35 |
655 | 2024-07-06T03:14:35.778Z | Compiling thiserror-impl v1.0.61 |
656 | 2024-07-06T03:14:35.898Z | Compiling schemars_derive v0.8.21 |
657 | 2024-07-06T03:14:36.504Z | Compiling tokio-macros v2.3.0 |
658 | 2024-07-06T03:14:37.788Z | Compiling zerocopy v0.7.35 |
659 | 2024-07-06T03:14:38.118Z | Compiling tokio v1.38.0 |
660 | 2024-07-06T03:14:38.728Z | Compiling futures-macro v0.3.30 |
661 | 2024-07-06T03:14:38.942Z | Compiling pest v2.7.11 |
662 | 2024-07-06T03:14:39.893Z | Compiling hashbrown v0.14.5 |
663 | 2024-07-06T03:14:40.686Z | Compiling futures-util v0.3.30 |
664 | 2024-07-06T03:14:41.394Z | Compiling pest_meta v2.7.11 |
665 | 2024-07-06T03:14:41.453Z | Compiling regress v0.10.0 |
666 | 2024-07-06T03:14:41.722Z | Compiling openssl-macros v0.1.1 |
667 | 2024-07-06T03:14:45.659Z | Compiling pest_generator v2.7.11 |
668 | 2024-07-06T03:14:46.124Z | Compiling sct v0.7.1 |
669 | 2024-07-06T03:14:46.574Z | Compiling tokio-util v0.7.11 |
670 | 2024-07-06T03:14:47.497Z | Compiling pest_derive v2.7.11 |
671 | 2024-07-06T03:14:47.638Z | Compiling rustls-webpki v0.101.7 |
672 | 2024-07-06T03:14:48.362Z | Compiling regex-automata v0.4.7 |
673 | 2024-07-06T03:14:50.146Z | Compiling indexmap v2.2.6 |
674 | 2024-07-06T03:14:51.783Z | Compiling serde_tokenstream v0.2.1 |
675 | 2024-07-06T03:14:54.120Z | Compiling h2 v0.3.26 |
676 | 2024-07-06T03:14:56.382Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#25e11d81) |
677 | 2024-07-06T03:14:56.674Z | Compiling regex v1.10.5 |
678 | 2024-07-06T03:14:58.319Z | Compiling scroll_derive v0.12.0 |
679 | 2024-07-06T03:14:59.844Z | Compiling hyper v0.14.29 |
680 | 2024-07-06T03:15:07.605Z | Compiling usdt-impl v0.5.0 |
681 | 2024-07-06T03:15:07.958Z | Compiling encoding_rs v0.8.34 |
682 | 2024-07-06T03:15:08.700Z | Compiling num-conv v0.1.0 |
683 | 2024-07-06T03:15:08.887Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#25e11d81) |
684 | 2024-07-06T03:15:09.860Z | Compiling powerfmt v0.2.0 |
685 | 2024-07-06T03:15:10.357Z | Compiling mime v0.3.17 |
686 | 2024-07-06T03:15:11.452Z | Compiling unicode-bidi v0.3.15 |
687 | 2024-07-06T03:15:12.911Z | Compiling time-core v0.1.2 |
688 | 2024-07-06T03:15:13.062Z | Compiling time-macros v0.2.18 |
689 | 2024-07-06T03:15:16.190Z | Compiling idna v0.5.0 |
690 | 2024-07-06T03:15:17.463Z | Compiling deranged v0.3.11 |
691 | 2024-07-06T03:15:19.408Z | Compiling thread-id v4.2.1 |
692 | 2024-07-06T03:15:19.501Z | Compiling tokio-rustls v0.24.1 |
693 | 2024-07-06T03:15:19.672Z | Compiling scroll v0.12.0 |
694 | 2024-07-06T03:15:19.754Z | Compiling dof v0.3.0 |
695 | 2024-07-06T03:15:19.903Z | Compiling serde_urlencoded v0.7.1 |
696 | 2024-07-06T03:15:20.038Z | Compiling tokio-native-tls v0.3.1 |
697 | 2024-07-06T03:15:20.290Z | Compiling dtrace-parser v0.2.0 |
698 | 2024-07-06T03:15:20.475Z | Compiling strsim v0.11.1 |
699 | 2024-07-06T03:15:21.193Z | Compiling omicron-workspace-hack v0.1.0 |
700 | 2024-07-06T03:15:21.482Z | Compiling ident_case v1.0.1 |
701 | 2024-07-06T03:15:21.879Z | Compiling num_threads v0.1.7 |
702 | 2024-07-06T03:15:22.091Z | Compiling base64 v0.21.7 |
703 | 2024-07-06T03:15:23.173Z | Compiling rustls-pki-types v1.7.0 |
704 | 2024-07-06T03:15:23.183Z | Compiling crossbeam-utils v0.8.20 |
705 | 2024-07-06T03:15:23.242Z | Compiling plain v0.2.3 |
706 | 2024-07-06T03:15:23.386Z | Compiling goblin v0.8.2 |
707 | 2024-07-06T03:15:23.751Z | Compiling rustls-pemfile v1.0.4 |
708 | 2024-07-06T03:15:26.333Z | Compiling time v0.3.36 |
709 | 2024-07-06T03:15:27.250Z | Compiling darling_core v0.20.9 |
710 | 2024-07-06T03:15:30.613Z | Compiling hyper-tls v0.5.0 |
711 | 2024-07-06T03:15:30.887Z | Compiling hyper-rustls v0.24.2 |
712 | 2024-07-06T03:15:31.317Z | Compiling url v2.5.2 |
713 | 2024-07-06T03:15:33.586Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#25e11d81) |
714 | 2024-07-06T03:15:33.699Z | Compiling openapiv3 v2.0.0 |
715 | 2024-07-06T03:15:35.756Z | Compiling dirs-sys-next v0.1.2 |
716 | 2024-07-06T03:15:37.024Z | Compiling ipnet v2.9.0 |
717 | 2024-07-06T03:15:37.237Z | Compiling webpki-roots v0.25.4 |
718 | 2024-07-06T03:15:37.369Z | Compiling sync_wrapper v0.1.2 |
719 | 2024-07-06T03:15:37.490Z | Compiling pretty-hex v0.4.1 |
720 | 2024-07-06T03:15:37.703Z | Compiling paste v1.0.15 |
721 | 2024-07-06T03:15:38.040Z | Compiling unsafe-libyaml v0.2.11 |
722 | 2024-07-06T03:15:38.175Z | Compiling rustls v0.22.4 |
723 | 2024-07-06T03:15:38.461Z | Compiling rustversion v1.0.17 |
724 | 2024-07-06T03:15:39.696Z | Compiling serde_yaml v0.9.34+deprecated |
725 | 2024-07-06T03:15:39.734Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#26bbe2cf) |
726 | 2024-07-06T03:15:40.103Z | Compiling reqwest v0.11.27 |
727 | 2024-07-06T03:15:42.130Z | Compiling dirs-next v2.0.0 |
728 | 2024-07-06T03:15:42.383Z | Compiling darling_macro v0.20.9 |
729 | 2024-07-06T03:15:45.356Z | Compiling rustls-webpki v0.102.5 |
730 | 2024-07-06T03:15:45.489Z | Compiling crypto-common v0.1.6 |
731 | 2024-07-06T03:15:45.652Z | Compiling block-buffer v0.10.4 |
732 | 2024-07-06T03:15:45.695Z | Compiling serde_spanned v0.6.6 |
733 | 2024-07-06T03:15:45.870Z | Compiling toml_datetime v0.6.6 |
734 | 2024-07-06T03:15:45.911Z | Compiling structmeta-derive v0.3.0 |
735 | 2024-07-06T03:15:46.560Z | Compiling rand_core v0.6.4 |
736 | 2024-07-06T03:15:46.814Z | Compiling multer v3.1.0 |
737 | 2024-07-06T03:15:47.018Z | Compiling thread_local v1.1.8 |
738 | 2024-07-06T03:15:47.112Z | Compiling ppv-lite86 v0.2.17 |
739 | 2024-07-06T03:15:47.611Z | Compiling zeroize v1.8.1 |
740 | 2024-07-06T03:15:47.826Z | Compiling match_cfg v0.1.0 |
741 | 2024-07-06T03:15:47.897Z | Compiling camino v1.1.7 |
742 | 2024-07-06T03:15:47.905Z | Compiling anyhow v1.0.86 |
743 | 2024-07-06T03:15:47.941Z | Compiling slog-async v2.8.0 |
744 | 2024-07-06T03:15:48.430Z | Compiling winnow v0.6.13 |
745 | 2024-07-06T03:15:48.433Z | Compiling subtle v2.6.1 |
746 | 2024-07-06T03:15:48.724Z | Compiling hostname v0.3.1 |
747 | 2024-07-06T03:15:48.735Z | Compiling structmeta v0.3.0 |
748 | 2024-07-06T03:15:48.955Z | Compiling rand_chacha v0.3.1 |
749 | 2024-07-06T03:15:49.718Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#26bbe2cf) |
750 | 2024-07-06T03:15:49.837Z | Compiling digest v0.10.7 |
751 | 2024-07-06T03:15:50.238Z | Compiling crossbeam-channel v0.5.13 |
752 | 2024-07-06T03:15:51.940Z | Compiling darling v0.20.9 |
753 | 2024-07-06T03:15:52.037Z | Compiling term v0.7.0 |
754 | 2024-07-06T03:15:52.748Z | Compiling toml_edit v0.22.14 |
755 | 2024-07-06T03:15:56.865Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#26bbe2cf) |
756 | 2024-07-06T03:16:00.645Z | Compiling usdt-attr-macro v0.5.0 |
757 | 2024-07-06T03:16:01.166Z | Compiling usdt-macro v0.5.0 |
758 | 2024-07-06T03:16:02.133Z | Compiling slog-json v2.6.1 |
759 | 2024-07-06T03:16:02.541Z | Compiling futures-executor v0.3.30 |
760 | 2024-07-06T03:16:02.629Z | Compiling async-stream-impl v0.3.5 |
761 | 2024-07-06T03:16:03.814Z | Compiling http v1.1.0 |
762 | 2024-07-06T03:16:03.979Z | Compiling is-terminal v0.4.12 |
763 | 2024-07-06T03:16:04.094Z | Compiling memmap v0.7.0 |
764 | 2024-07-06T03:16:04.524Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#6a3f84ca) |
765 | 2024-07-06T03:16:04.846Z | Compiling take_mut v0.2.2 |
766 | 2024-07-06T03:16:04.992Z | Compiling base64 v0.22.1 |
767 | 2024-07-06T03:16:06.002Z | Compiling cpufeatures v0.2.12 |
768 | 2024-07-06T03:16:06.061Z | Compiling atomic-waker v1.1.2 |
769 | 2024-07-06T03:16:06.084Z | Compiling sha1 v0.10.6 |
770 | 2024-07-06T03:16:06.235Z | Compiling waitgroup v0.1.2 |
771 | 2024-07-06T03:16:06.459Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#26bbe2cf) |
772 | 2024-07-06T03:16:06.638Z | Compiling rustls-pemfile v2.1.2 |
773 | 2024-07-06T03:16:08.496Z | Compiling usdt v0.5.0 |
774 | 2024-07-06T03:16:09.782Z | Compiling slog-term v2.9.1 |
775 | 2024-07-06T03:16:10.104Z | Compiling async-stream v0.3.5 |
776 | 2024-07-06T03:16:10.451Z | Compiling futures v0.3.30 |
777 | 2024-07-06T03:16:10.652Z | Compiling slog-bunyan v2.5.0 |
778 | 2024-07-06T03:16:10.912Z | Compiling strum_macros v0.26.4 |
779 | 2024-07-06T03:16:11.102Z | Compiling toml v0.8.14 |
780 | 2024-07-06T03:16:12.699Z | Compiling tokio-rustls v0.25.0 |
781 | 2024-07-06T03:16:13.126Z | Compiling serde_with_macros v3.8.3 |
782 | 2024-07-06T03:16:15.873Z | Compiling rand v0.8.5 |
783 | 2024-07-06T03:16:15.976Z | Compiling parse-display-derive v0.9.1 |
784 | 2024-07-06T03:16:19.163Z | Compiling ipnetwork v0.20.0 |
785 | 2024-07-06T03:16:19.191Z | Compiling newtype-uuid v1.1.0 |
786 | 2024-07-06T03:16:19.479Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#6a3f84ca) |
787 | 2024-07-06T03:16:20.167Z | Compiling serde_path_to_error v0.1.16 |
788 | 2024-07-06T03:16:20.336Z | Compiling hex v0.4.3 |
789 | 2024-07-06T03:16:21.029Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
790 | 2024-07-06T03:16:21.175Z | Compiling async-trait v0.1.80 |
791 | 2024-07-06T03:16:21.837Z | Compiling hostname v0.4.0 |
792 | 2024-07-06T03:16:22.075Z | Compiling instant v0.1.13 |
793 | 2024-07-06T03:16:22.220Z | Compiling debug-ignore v1.0.5 |
794 | 2024-07-06T03:16:22.351Z | Compiling backoff v0.4.0 |
795 | 2024-07-06T03:16:22.619Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
796 | 2024-07-06T03:16:22.675Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
797 | 2024-07-06T03:16:22.808Z | Compiling parse-display v0.9.1 |
798 | 2024-07-06T03:16:22.835Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#f37a7aaf) |
799 | 2024-07-06T03:16:23.194Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
800 | 2024-07-06T03:16:23.637Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6e0a232fd0b443c19f61f94bf02b7695505aa8e3#6e0a232f) |
801 | 2024-07-06T03:16:24.106Z | Compiling serde_with v3.8.3 |
802 | 2024-07-06T03:16:24.841Z | Compiling strum v0.26.3 |
803 | 2024-07-06T03:16:25.004Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
804 | 2024-07-06T03:16:25.809Z | Compiling macaddr v1.0.1 |
805 | 2024-07-06T03:16:26.409Z | Compiling regress v0.9.1 |
806 | 2024-07-06T03:16:30.671Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
807 | 2024-07-06T03:16:40.444Z | Compiling test-project v0.1.0 (/tmp/test-project) |
808 | 2024-07-06T03:16:48.637Z | Finished `release` profile [optimized] target(s) in 2m 27s |
809 | 2024-07-06T03:16:48.686Z | process exited: duration 222321 ms, exit code 0 |
|
810 | 2024-07-06T03:16:48.692Z | found 0 output files |