|
|
|
1 | 2024-07-09T03:14:08.820Z | job assigned to worker 01J2AQP851K76ZSS7A77MEK7BJ (queued for 57 s) |
|
2 | 2024-07-09T03:14:16.289Z | starting task 0: "setup" |
3 | 2024-07-09T03:14:16.348Z | ++ uname -s |
4 | 2024-07-09T03:14:16.351Z | + kern=SunOS |
5 | 2024-07-09T03:14:16.351Z | + case "$kern" in |
6 | 2024-07-09T03:14:16.351Z | + groupadd -g 12345 build |
7 | 2024-07-09T03:14:16.351Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-07-09T03:14:18.363Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-07-09T03:14:18.505Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-07-09T03:14:18.530Z | + home_fs=zfs |
11 | 2024-07-09T03:14:18.530Z | + [[ zfs == autofs ]] |
12 | 2024-07-09T03:14:18.530Z | + mkdir -p /home/build |
13 | 2024-07-09T03:14:18.531Z | + chown build:build /home/build /work |
14 | 2024-07-09T03:14:20.605Z | + chmod 0700 /home/build /work |
15 | 2024-07-09T03:14:20.740Z | process exited: duration 4215 ms, exit code 0 |
|
16 | 2024-07-09T03:14:20.817Z | starting task 1: "rust-toolchain" |
17 | 2024-07-09T03:14:20.827Z | + printf ' * toolchain channel = "%s" |
18 | 2024-07-09T03:14:20.827Z | ' 1.78.0 |
19 | 2024-07-09T03:14:20.827Z | + printf ' * toolchain profile = "%s" |
20 | 2024-07-09T03:14:20.827Z | ' default |
21 | 2024-07-09T03:14:20.827Z | * toolchain channel = "1.78.0" |
22 | 2024-07-09T03:14:20.827Z | * toolchain profile = "default" |
23 | 2024-07-09T03:14:20.827Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-07-09T03:14:20.828Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-07-09T03:14:20.936Z | info: downloading installer |
26 | 2024-07-09T03:14:22.398Z | info: profile set to 'default' |
27 | 2024-07-09T03:14:22.398Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-07-09T03:14:22.401Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-07-09T03:14:22.546Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-07-09T03:14:22.546Z | info: downloading component 'cargo' |
31 | 2024-07-09T03:14:23.308Z | info: downloading component 'clippy' |
32 | 2024-07-09T03:14:23.580Z | info: downloading component 'rust-docs' |
33 | 2024-07-09T03:14:24.560Z | info: downloading component 'rust-std' |
34 | 2024-07-09T03:14:26.144Z | info: downloading component 'rustc' |
35 | 2024-07-09T03:14:30.074Z | info: downloading component 'rustfmt' |
36 | 2024-07-09T03:14:30.262Z | info: installing component 'cargo' |
37 | 2024-07-09T03:14:31.143Z | info: installing component 'clippy' |
38 | 2024-07-09T03:14:31.531Z | info: installing component 'rust-docs' |
39 | 2024-07-09T03:14:33.022Z | info: installing component 'rust-std' |
40 | 2024-07-09T03:14:34.849Z | info: installing component 'rustc' |
41 | 2024-07-09T03:14:39.270Z | info: installing component 'rustfmt' |
42 | 2024-07-09T03:14:39.606Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-07-09T03:14:39.606Z | |
44 | 2024-07-09T03:14:39.866Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-07-09T03:14:39.867Z | |
46 | 2024-07-09T03:14:39.869Z | |
47 | 2024-07-09T03:14:39.870Z | Rust is installed now. Great! |
48 | 2024-07-09T03:14:39.870Z | |
49 | 2024-07-09T03:14:39.870Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-07-09T03:14:39.870Z | environment variable. This has not been done automatically. |
51 | 2024-07-09T03:14:39.870Z | |
52 | 2024-07-09T03:14:39.870Z | To configure your current shell, you need to source |
53 | 2024-07-09T03:14:39.870Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-07-09T03:14:39.870Z | |
55 | 2024-07-09T03:14:39.870Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-07-09T03:14:39.870Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-07-09T03:14:39.870Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-07-09T03:14:39.934Z | + rustc --version |
59 | 2024-07-09T03:14:39.995Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-07-09T03:14:39.998Z | process exited: duration 19191 ms, exit code 0 |
|
61 | 2024-07-09T03:14:40.004Z | starting task 2: "authentication" |
62 | 2024-07-09T03:14:40.024Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-07-09T03:14:40.029Z | starting task 3: "clone repository" |
64 | 2024-07-09T03:14:40.034Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-07-09T03:14:40.037Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-07-09T03:14:40.193Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-07-09T03:14:45.964Z | + cd /work/oxidecomputer/omicron |
68 | 2024-07-09T03:14:45.964Z | + git fetch origin 149930665cd0cc1535c1b0eb03f4ebcd4c006d8d |
69 | 2024-07-09T03:14:46.285Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-07-09T03:14:46.285Z | * branch 149930665cd0cc1535c1b0eb03f4ebcd4c006d8d -> FETCH_HEAD |
71 | 2024-07-09T03:14:46.298Z | + [[ -n '' ]] |
72 | 2024-07-09T03:14:46.298Z | + git reset --hard 149930665cd0cc1535c1b0eb03f4ebcd4c006d8d |
73 | 2024-07-09T03:14:46.431Z | HEAD is now at 149930665 Update taiki-e/install-action digest to 64e4e2f |
74 | 2024-07-09T03:14:46.434Z | process exited: duration 6398 ms, exit code 0 |
|
75 | 2024-07-09T03:14:46.441Z | starting task 4: "build" |
76 | 2024-07-09T03:14:46.446Z | + cargo --version |
77 | 2024-07-09T03:14:46.498Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
78 | 2024-07-09T03:14:46.501Z | + rustc --version |
79 | 2024-07-09T03:14:46.556Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
80 | 2024-07-09T03:14:46.559Z | + cd /tmp |
81 | 2024-07-09T03:14:46.559Z | + cargo new --lib test-project |
82 | 2024-07-09T03:14:46.613Z | Creating library `test-project` package |
83 | 2024-07-09T03:14:46.682Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
84 | 2024-07-09T03:14:46.685Z | + cd test-project |
85 | 2024-07-09T03:14:46.685Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
86 | 2024-07-09T03:14:46.737Z | Adding omicron-common (local) to dependencies |
87 | 2024-07-09T03:14:46.737Z | Features: |
88 | 2024-07-09T03:14:46.737Z | - proptest |
89 | 2024-07-09T03:14:46.738Z | - test-strategy |
90 | 2024-07-09T03:14:46.738Z | - testing |
91 | 2024-07-09T03:14:46.742Z | Updating crates.io index |
92 | 2024-07-09T03:14:46.795Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
93 | 2024-07-09T03:14:47.529Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
94 | 2024-07-09T03:14:48.274Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
95 | 2024-07-09T03:14:48.490Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
96 | 2024-07-09T03:14:50.228Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
97 | 2024-07-09T03:14:50.479Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
98 | 2024-07-09T03:14:50.782Z | Updating git repository `https://github.com/oxidecomputer/typify` |
99 | 2024-07-09T03:14:53.425Z | + cargo check |
100 | 2024-07-09T03:14:53.628Z | Downloading crates ... |
101 | 2024-07-09T03:14:53.736Z | Downloaded async-stream-impl v0.3.5 |
102 | 2024-07-09T03:14:53.743Z | Downloaded ahash v0.8.11 |
103 | 2024-07-09T03:14:53.743Z | Downloaded async-stream v0.3.5 |
104 | 2024-07-09T03:14:53.743Z | Downloaded async-trait v0.1.81 |
105 | 2024-07-09T03:14:53.743Z | Downloaded allocator-api2 v0.2.18 |
106 | 2024-07-09T03:14:53.744Z | Downloaded instant v0.1.13 |
107 | 2024-07-09T03:14:53.744Z | Downloaded crypto-common v0.1.6 |
108 | 2024-07-09T03:14:53.744Z | Downloaded num_threads v0.1.7 |
109 | 2024-07-09T03:14:53.744Z | Downloaded is-terminal v0.4.12 |
110 | 2024-07-09T03:14:53.744Z | Downloaded num-conv v0.1.0 |
111 | 2024-07-09T03:14:53.761Z | Downloaded foreign-types v0.3.2 |
112 | 2024-07-09T03:14:53.761Z | Downloaded openssl-macros v0.1.1 |
113 | 2024-07-09T03:14:53.761Z | Downloaded hyper-tls v0.5.0 |
114 | 2024-07-09T03:14:53.761Z | Downloaded generic-array v0.14.7 |
115 | 2024-07-09T03:14:53.761Z | Downloaded macaddr v1.0.1 |
116 | 2024-07-09T03:14:53.761Z | Downloaded futures-sink v0.3.30 |
117 | 2024-07-09T03:14:53.762Z | Downloaded openssl-sys v0.9.102 |
118 | 2024-07-09T03:14:53.772Z | Downloaded cfg-if v1.0.0 |
119 | 2024-07-09T03:14:53.772Z | Downloaded ident_case v1.0.1 |
120 | 2024-07-09T03:14:53.772Z | Downloaded futures-io v0.3.30 |
121 | 2024-07-09T03:14:53.773Z | Downloaded usdt-attr-macro v0.5.0 |
122 | 2024-07-09T03:14:53.773Z | Downloaded multer v3.1.0 |
123 | 2024-07-09T03:14:53.773Z | Downloaded digest v0.10.7 |
124 | 2024-07-09T03:14:53.773Z | Downloaded hostname v0.4.0 |
125 | 2024-07-09T03:14:53.778Z | Downloaded pretty-hex v0.4.1 |
126 | 2024-07-09T03:14:53.779Z | Downloaded form_urlencoded v1.2.1 |
127 | 2024-07-09T03:14:53.779Z | Downloaded waitgroup v0.1.2 |
128 | 2024-07-09T03:14:53.779Z | Downloaded camino v1.1.7 |
129 | 2024-07-09T03:14:53.779Z | Downloaded usdt-macro v0.5.0 |
130 | 2024-07-09T03:14:53.779Z | Downloaded mime v0.3.17 |
131 | 2024-07-09T03:14:53.779Z | Downloaded rand_core v0.6.4 |
132 | 2024-07-09T03:14:53.790Z | Downloaded powerfmt v0.2.0 |
133 | 2024-07-09T03:14:53.790Z | Downloaded anyhow v1.0.86 |
134 | 2024-07-09T03:14:53.790Z | Downloaded pin-utils v0.1.0 |
135 | 2024-07-09T03:14:53.790Z | Downloaded sync_wrapper v0.1.2 |
136 | 2024-07-09T03:14:53.790Z | Downloaded httparse v1.9.4 |
137 | 2024-07-09T03:14:53.803Z | Downloaded parse-display v0.9.1 |
138 | 2024-07-09T03:14:53.803Z | Downloaded http-body v0.4.6 |
139 | 2024-07-09T03:14:53.804Z | Downloaded dyn-clone v1.0.17 |
140 | 2024-07-09T03:14:53.804Z | Downloaded rustls-pemfile v1.0.4 |
141 | 2024-07-09T03:14:53.804Z | Downloaded foreign-types-shared v0.1.1 |
142 | 2024-07-09T03:14:53.804Z | Downloaded darling_macro v0.20.9 |
143 | 2024-07-09T03:14:53.804Z | Downloaded parse-display-derive v0.9.1 |
144 | 2024-07-09T03:14:53.804Z | Downloaded zeroize v1.8.1 |
145 | 2024-07-09T03:14:53.816Z | Downloaded rand_chacha v0.3.1 |
146 | 2024-07-09T03:14:53.816Z | Downloaded indexmap v1.9.3 |
147 | 2024-07-09T03:14:53.816Z | Downloaded time-macros v0.2.18 |
148 | 2024-07-09T03:14:53.816Z | Downloaded schemars_derive v0.8.21 |
149 | 2024-07-09T03:14:53.816Z | Downloaded slog-bunyan v2.5.0 |
150 | 2024-07-09T03:14:53.821Z | Downloaded signal-hook-registry v1.4.2 |
151 | 2024-07-09T03:14:53.821Z | Downloaded serde_tokenstream v0.2.1 |
152 | 2024-07-09T03:14:53.821Z | Downloaded openssl-probe v0.1.5 |
153 | 2024-07-09T03:14:53.822Z | Downloaded tower-service v0.3.2 |
154 | 2024-07-09T03:14:53.822Z | Downloaded structmeta-derive v0.3.0 |
155 | 2024-07-09T03:14:53.822Z | Downloaded want v0.3.1 |
156 | 2024-07-09T03:14:53.822Z | Downloaded byteorder v1.5.0 |
157 | 2024-07-09T03:14:53.833Z | Downloaded slab v0.4.9 |
158 | 2024-07-09T03:14:53.833Z | Downloaded thread_local v1.1.8 |
159 | 2024-07-09T03:14:53.833Z | Downloaded slog-json v2.6.1 |
160 | 2024-07-09T03:14:53.838Z | Downloaded ppv-lite86 v0.2.17 |
161 | 2024-07-09T03:14:53.839Z | Downloaded sha1 v0.10.6 |
162 | 2024-07-09T03:14:53.839Z | Downloaded percent-encoding v2.3.1 |
163 | 2024-07-09T03:14:53.839Z | Downloaded serde_path_to_error v0.1.16 |
164 | 2024-07-09T03:14:53.839Z | Downloaded parking_lot_core v0.9.10 |
165 | 2024-07-09T03:14:53.839Z | Downloaded thiserror-impl v1.0.61 |
166 | 2024-07-09T03:14:53.839Z | Downloaded subtle v2.6.1 |
167 | 2024-07-09T03:14:53.853Z | Downloaded ipnetwork v0.20.0 |
168 | 2024-07-09T03:14:53.853Z | Downloaded autocfg v1.3.0 |
169 | 2024-07-09T03:14:53.853Z | Downloaded try-lock v0.2.5 |
170 | 2024-07-09T03:14:53.853Z | Downloaded tinyvec_macros v0.1.1 |
171 | 2024-07-09T03:14:53.853Z | Downloaded pest_derive v2.7.11 |
172 | 2024-07-09T03:14:53.853Z | Downloaded futures-core v0.3.30 |
173 | 2024-07-09T03:14:53.855Z | Downloaded rustls-pemfile v2.1.2 |
174 | 2024-07-09T03:14:53.874Z | Downloaded cpufeatures v0.2.12 |
175 | 2024-07-09T03:14:53.874Z | Downloaded itoa v1.0.11 |
176 | 2024-07-09T03:14:53.874Z | Downloaded sct v0.7.1 |
177 | 2024-07-09T03:14:53.874Z | Downloaded rustls-pki-types v1.7.0 |
178 | 2024-07-09T03:14:53.874Z | Downloaded scroll v0.12.0 |
179 | 2024-07-09T03:14:53.874Z | Downloaded spin v0.9.8 |
180 | 2024-07-09T03:14:53.875Z | Downloaded futures-task v0.3.30 |
181 | 2024-07-09T03:14:53.875Z | Downloaded strum v0.26.3 |
182 | 2024-07-09T03:14:53.875Z | Downloaded tokio-macros v2.3.0 |
183 | 2024-07-09T03:14:53.889Z | Downloaded newtype-uuid v1.1.0 |
184 | 2024-07-09T03:14:53.889Z | Downloaded once_cell v1.19.0 |
185 | 2024-07-09T03:14:53.889Z | Downloaded take_mut v0.2.2 |
186 | 2024-07-09T03:14:53.889Z | Downloaded num-traits v0.2.19 |
187 | 2024-07-09T03:14:53.889Z | Downloaded structmeta v0.3.0 |
188 | 2024-07-09T03:14:53.889Z | Downloaded quote v1.0.36 |
189 | 2024-07-09T03:14:53.889Z | Downloaded usdt-impl v0.5.0 |
190 | 2024-07-09T03:14:53.889Z | Downloaded term v0.7.0 |
191 | 2024-07-09T03:14:53.889Z | Downloaded pkg-config v0.3.30 |
192 | 2024-07-09T03:14:53.904Z | Downloaded strum_macros v0.26.4 |
193 | 2024-07-09T03:14:53.904Z | Downloaded serde_derive_internals v0.29.1 |
194 | 2024-07-09T03:14:53.904Z | Downloaded slog-async v2.8.0 |
195 | 2024-07-09T03:14:53.904Z | Downloaded paste v1.0.15 |
196 | 2024-07-09T03:14:53.904Z | Downloaded hostname v0.3.1 |
197 | 2024-07-09T03:14:53.904Z | Downloaded zerocopy-derive v0.7.35 |
198 | 2024-07-09T03:14:53.905Z | Downloaded untrusted v0.9.0 |
199 | 2024-07-09T03:14:53.905Z | Downloaded pin-project-lite v0.2.14 |
200 | 2024-07-09T03:14:53.905Z | Downloaded tokio-rustls v0.25.0 |
201 | 2024-07-09T03:14:53.917Z | Downloaded smallvec v1.13.2 |
202 | 2024-07-09T03:14:53.917Z | Downloaded unicode-bidi v0.3.15 |
203 | 2024-07-09T03:14:53.917Z | Downloaded ryu v1.0.18 |
204 | 2024-07-09T03:14:53.922Z | Downloaded serde_urlencoded v0.7.1 |
205 | 2024-07-09T03:14:53.923Z | Downloaded thread-id v4.2.1 |
206 | 2024-07-09T03:14:53.923Z | Downloaded rustversion v1.0.17 |
207 | 2024-07-09T03:14:53.923Z | Downloaded futures v0.3.30 |
208 | 2024-07-09T03:14:53.926Z | Downloaded slog-term v2.9.1 |
209 | 2024-07-09T03:14:53.926Z | Downloaded pest_meta v2.7.11 |
210 | 2024-07-09T03:14:53.926Z | Downloaded log v0.4.22 |
211 | 2024-07-09T03:14:53.936Z | Downloaded iana-time-zone v0.1.60 |
212 | 2024-07-09T03:14:53.936Z | Downloaded http v0.2.12 |
213 | 2024-07-09T03:14:53.940Z | Downloaded crossbeam-channel v0.5.13 |
214 | 2024-07-09T03:14:53.940Z | Downloaded sha2 v0.10.8 |
215 | 2024-07-09T03:14:53.957Z | Downloaded unicode-ident v1.0.12 |
216 | 2024-07-09T03:14:53.960Z | Downloaded pest_generator v2.7.11 |
217 | 2024-07-09T03:14:53.961Z | Downloaded typenum v1.17.0 |
218 | 2024-07-09T03:14:53.961Z | Downloaded unsafe-libyaml v0.2.11 |
219 | 2024-07-09T03:14:53.961Z | Downloaded uuid v1.10.0 |
220 | 2024-07-09T03:14:53.961Z | Downloaded tokio-rustls v0.24.1 |
221 | 2024-07-09T03:14:53.961Z | Downloaded thiserror v1.0.61 |
222 | 2024-07-09T03:14:53.965Z | Downloaded tracing v0.1.40 |
223 | 2024-07-09T03:14:53.973Z | Downloaded slog v2.7.0 |
224 | 2024-07-09T03:14:53.976Z | Downloaded toml_edit v0.22.15 |
225 | 2024-07-09T03:14:53.992Z | Downloaded serde_derive v1.0.204 |
226 | 2024-07-09T03:14:53.995Z | Downloaded tracing-core v0.1.32 |
227 | 2024-07-09T03:14:53.999Z | Downloaded socket2 v0.5.7 |
228 | 2024-07-09T03:14:53.999Z | Downloaded url v2.5.2 |
229 | 2024-07-09T03:14:54.008Z | Downloaded mio v0.8.11 |
230 | 2024-07-09T03:14:54.015Z | Downloaded http v1.1.0 |
231 | 2024-07-09T03:14:54.015Z | Downloaded hashbrown v0.14.5 |
232 | 2024-07-09T03:14:54.021Z | Downloaded schemars v0.8.21 |
233 | 2024-07-09T03:14:54.030Z | Downloaded rand v0.8.5 |
234 | 2024-07-09T03:14:54.034Z | Downloaded tokio-util v0.7.11 |
235 | 2024-07-09T03:14:54.047Z | Downloaded hyper v0.14.29 |
236 | 2024-07-09T03:14:54.085Z | Downloaded unicode-normalization v0.1.23 |
237 | 2024-07-09T03:14:54.085Z | Downloaded h2 v0.3.26 |
238 | 2024-07-09T03:14:54.086Z | Downloaded pest v2.7.11 |
239 | 2024-07-09T03:14:54.086Z | Downloaded futures-util v0.3.30 |
240 | 2024-07-09T03:14:54.128Z | Downloaded serde_with v3.8.3 |
241 | 2024-07-09T03:14:54.128Z | Downloaded time v0.3.36 |
242 | 2024-07-09T03:14:54.129Z | Downloaded zerocopy v0.7.35 |
243 | 2024-07-09T03:14:54.129Z | Downloaded openssl v0.10.64 |
244 | 2024-07-09T03:14:54.140Z | Downloaded winnow v0.6.13 |
245 | 2024-07-09T03:14:54.140Z | Downloaded openapiv3 v2.0.0 |
246 | 2024-07-09T03:14:54.140Z | Downloaded idna v0.5.0 |
247 | 2024-07-09T03:14:54.150Z | Downloaded serde_json v1.0.120 |
248 | 2024-07-09T03:14:54.162Z | Downloaded rustls-webpki v0.102.5 |
249 | 2024-07-09T03:14:54.176Z | Downloaded rustls-webpki v0.101.7 |
250 | 2024-07-09T03:14:54.185Z | Downloaded webpki-roots v0.25.4 |
251 | 2024-07-09T03:14:54.189Z | Downloaded tokio v1.38.0 |
252 | 2024-07-09T03:14:54.217Z | Downloaded regex v1.10.5 |
253 | 2024-07-09T03:14:54.236Z | Downloaded libc v0.2.155 |
254 | 2024-07-09T03:14:54.265Z | Downloaded syn v2.0.70 |
255 | 2024-07-09T03:14:54.275Z | Downloaded rustls v0.21.12 |
256 | 2024-07-09T03:14:54.295Z | Downloaded rustls v0.22.4 |
257 | 2024-07-09T03:14:54.325Z | Downloaded regress v0.10.0 |
258 | 2024-07-09T03:14:54.326Z | Downloaded regress v0.9.1 |
259 | 2024-07-09T03:14:54.326Z | Downloaded regex-automata v0.4.7 |
260 | 2024-07-09T03:14:54.349Z | Downloaded regex-syntax v0.8.4 |
261 | 2024-07-09T03:14:54.349Z | Downloaded encoding_rs v0.8.34 |
262 | 2024-07-09T03:14:54.363Z | Downloaded vcpkg v0.2.15 |
263 | 2024-07-09T03:14:54.387Z | Downloaded reqwest v0.11.27 |
264 | 2024-07-09T03:14:54.393Z | Downloaded chrono v0.4.38 |
265 | 2024-07-09T03:14:54.402Z | Downloaded goblin v0.8.2 |
266 | 2024-07-09T03:14:54.412Z | Downloaded aho-corasick v1.1.3 |
267 | 2024-07-09T03:14:54.412Z | Downloaded hashbrown v0.12.3 |
268 | 2024-07-09T03:14:54.428Z | Downloaded serde_yaml v0.9.34+deprecated |
269 | 2024-07-09T03:14:54.428Z | Downloaded serde v1.0.204 |
270 | 2024-07-09T03:14:54.428Z | Downloaded indexmap v2.2.6 |
271 | 2024-07-09T03:14:54.450Z | Downloaded base64 v0.21.7 |
272 | 2024-07-09T03:14:54.450Z | Downloaded proc-macro2 v1.0.86 |
273 | 2024-07-09T03:14:54.450Z | Downloaded parking_lot v0.12.3 |
274 | 2024-07-09T03:14:54.450Z | Downloaded bytes v1.6.0 |
275 | 2024-07-09T03:14:54.450Z | Downloaded tinyvec v1.8.0 |
276 | 2024-07-09T03:14:54.451Z | Downloaded ucd-trie v0.1.6 |
277 | 2024-07-09T03:14:54.451Z | Downloaded toml v0.8.14 |
278 | 2024-07-09T03:14:54.451Z | Downloaded cc v1.0.106 |
279 | 2024-07-09T03:14:54.463Z | Downloaded serde_spanned v0.6.6 |
280 | 2024-07-09T03:14:54.464Z | Downloaded memchr v2.7.4 |
281 | 2024-07-09T03:14:54.464Z | Downloaded serde_with_macros v3.8.3 |
282 | 2024-07-09T03:14:54.464Z | Downloaded semver v1.0.23 |
283 | 2024-07-09T03:14:54.464Z | Downloaded scopeguard v1.2.0 |
284 | 2024-07-09T03:14:54.464Z | Downloaded base64 v0.22.1 |
285 | 2024-07-09T03:14:54.464Z | Downloaded getrandom v0.2.15 |
286 | 2024-07-09T03:14:54.465Z | Downloaded crossbeam-utils v0.8.20 |
287 | 2024-07-09T03:14:54.465Z | Downloaded lock_api v0.4.12 |
288 | 2024-07-09T03:14:54.481Z | Downloaded ipnet v2.9.0 |
289 | 2024-07-09T03:14:54.481Z | Downloaded hyper-rustls v0.24.2 |
290 | 2024-07-09T03:14:54.481Z | Downloaded darling v0.20.9 |
291 | 2024-07-09T03:14:54.482Z | Downloaded scroll_derive v0.12.0 |
292 | 2024-07-09T03:14:54.482Z | Downloaded native-tls v0.2.12 |
293 | 2024-07-09T03:14:54.482Z | Downloaded toml_datetime v0.6.6 |
294 | 2024-07-09T03:14:54.482Z | Downloaded tokio-native-tls v0.3.1 |
295 | 2024-07-09T03:14:54.482Z | Downloaded time-core v0.1.2 |
296 | 2024-07-09T03:14:54.489Z | Downloaded futures-executor v0.3.30 |
297 | 2024-07-09T03:14:54.489Z | Downloaded num_cpus v1.16.0 |
298 | 2024-07-09T03:14:54.490Z | Downloaded deranged v0.3.11 |
299 | 2024-07-09T03:14:54.490Z | Downloaded httpdate v1.0.3 |
300 | 2024-07-09T03:14:54.490Z | Downloaded hex v0.4.3 |
301 | 2024-07-09T03:14:54.490Z | Downloaded atomic-waker v1.1.2 |
302 | 2024-07-09T03:14:54.490Z | Downloaded memmap v0.7.0 |
303 | 2024-07-09T03:14:54.490Z | Downloaded dof v0.3.0 |
304 | 2024-07-09T03:14:54.490Z | Downloaded block-buffer v0.10.4 |
305 | 2024-07-09T03:14:54.490Z | Downloaded futures-macro v0.3.30 |
306 | 2024-07-09T03:14:54.528Z | Downloaded fnv v1.0.7 |
307 | 2024-07-09T03:14:54.528Z | Downloaded dirs-next v2.0.0 |
308 | 2024-07-09T03:14:54.528Z | Downloaded version_check v0.9.4 |
309 | 2024-07-09T03:14:54.528Z | Downloaded darling_core v0.20.9 |
310 | 2024-07-09T03:14:54.528Z | Downloaded strsim v0.11.1 |
311 | 2024-07-09T03:14:54.528Z | Downloaded usdt v0.5.0 |
312 | 2024-07-09T03:14:54.529Z | Downloaded omicron-workspace-hack v0.1.0 |
313 | 2024-07-09T03:14:54.529Z | Downloaded equivalent v1.0.1 |
314 | 2024-07-09T03:14:54.529Z | Downloaded dtrace-parser v0.2.0 |
315 | 2024-07-09T03:14:54.529Z | Downloaded plain v0.2.3 |
316 | 2024-07-09T03:14:54.529Z | Downloaded match_cfg v0.1.0 |
317 | 2024-07-09T03:14:54.529Z | Downloaded futures-channel v0.3.30 |
318 | 2024-07-09T03:14:54.529Z | Downloaded debug-ignore v1.0.5 |
319 | 2024-07-09T03:14:54.529Z | Downloaded bitflags v2.6.0 |
320 | 2024-07-09T03:14:54.529Z | Downloaded dirs-sys-next v0.1.2 |
321 | 2024-07-09T03:14:54.530Z | Downloaded heck v0.5.0 |
322 | 2024-07-09T03:14:54.530Z | Downloaded backoff v0.4.0 |
323 | 2024-07-09T03:14:54.566Z | Downloaded ring v0.17.8 |
324 | 2024-07-09T03:14:54.746Z | Compiling proc-macro2 v1.0.86 |
325 | 2024-07-09T03:14:54.746Z | Compiling unicode-ident v1.0.12 |
326 | 2024-07-09T03:14:54.746Z | Compiling libc v0.2.155 |
327 | 2024-07-09T03:14:54.746Z | Checking cfg-if v1.0.0 |
328 | 2024-07-09T03:14:54.749Z | Compiling version_check v0.9.4 |
329 | 2024-07-09T03:14:54.749Z | Compiling autocfg v1.3.0 |
330 | 2024-07-09T03:14:54.759Z | Compiling serde v1.0.204 |
331 | 2024-07-09T03:14:54.762Z | Compiling serde_json v1.0.120 |
332 | 2024-07-09T03:14:54.829Z | Checking itoa v1.0.11 |
333 | 2024-07-09T03:14:54.923Z | Checking once_cell v1.19.0 |
334 | 2024-07-09T03:14:55.001Z | Compiling thiserror v1.0.61 |
335 | 2024-07-09T03:14:55.178Z | Compiling memchr v2.7.4 |
336 | 2024-07-09T03:14:55.321Z | Compiling ahash v0.8.11 |
337 | 2024-07-09T03:14:55.445Z | Compiling cc v1.0.106 |
338 | 2024-07-09T03:14:56.516Z | Checking byteorder v1.5.0 |
339 | 2024-07-09T03:14:56.598Z | Compiling num-traits v0.2.19 |
340 | 2024-07-09T03:14:56.935Z | Checking pin-project-lite v0.2.14 |
341 | 2024-07-09T03:14:57.016Z | Checking ryu v1.0.18 |
342 | 2024-07-09T03:14:57.054Z | Checking bytes v1.6.0 |
343 | 2024-07-09T03:14:57.109Z | Checking getrandom v0.2.15 |
344 | 2024-07-09T03:14:57.186Z | Checking log v0.4.22 |
345 | 2024-07-09T03:14:57.272Z | Checking allocator-api2 v0.2.18 |
346 | 2024-07-09T03:14:57.282Z | Compiling lock_api v0.4.12 |
347 | 2024-07-09T03:14:57.288Z | Compiling schemars v0.8.21 |
348 | 2024-07-09T03:14:57.386Z | Compiling quote v1.0.36 |
349 | 2024-07-09T03:14:57.548Z | Compiling parking_lot_core v0.9.10 |
350 | 2024-07-09T03:14:57.620Z | Checking scopeguard v1.2.0 |
351 | 2024-07-09T03:14:57.687Z | Checking smallvec v1.13.2 |
352 | 2024-07-09T03:14:57.724Z | Compiling syn v2.0.70 |
353 | 2024-07-09T03:14:57.742Z | Checking futures-core v0.3.30 |
354 | 2024-07-09T03:14:57.935Z | Checking num_cpus v1.16.0 |
355 | 2024-07-09T03:14:57.966Z | Checking socket2 v0.5.7 |
356 | 2024-07-09T03:14:58.002Z | Checking mio v0.8.11 |
357 | 2024-07-09T03:14:58.011Z | Checking signal-hook-registry v1.4.2 |
358 | 2024-07-09T03:14:58.092Z | Compiling slab v0.4.9 |
359 | 2024-07-09T03:14:58.171Z | Compiling ring v0.17.8 |
360 | 2024-07-09T03:14:58.297Z | Checking futures-sink v0.3.30 |
361 | 2024-07-09T03:14:58.318Z | Checking spin v0.9.8 |
362 | 2024-07-09T03:14:58.371Z | Checking parking_lot v0.12.3 |
363 | 2024-07-09T03:14:58.460Z | Checking equivalent v1.0.1 |
364 | 2024-07-09T03:14:58.499Z | Checking fnv v1.0.7 |
365 | 2024-07-09T03:14:58.521Z | Checking untrusted v0.9.0 |
366 | 2024-07-09T03:14:58.586Z | Checking futures-channel v0.3.30 |
367 | 2024-07-09T03:14:58.648Z | Compiling heck v0.5.0 |
368 | 2024-07-09T03:14:58.674Z | Checking futures-io v0.3.30 |
369 | 2024-07-09T03:14:58.674Z | Checking futures-task v0.3.30 |
370 | 2024-07-09T03:14:58.739Z | Compiling semver v1.0.23 |
371 | 2024-07-09T03:14:58.761Z | Checking pin-utils v0.1.0 |
372 | 2024-07-09T03:14:58.831Z | Compiling vcpkg v0.2.15 |
373 | 2024-07-09T03:14:58.853Z | Compiling pkg-config v0.3.30 |
374 | 2024-07-09T03:14:58.995Z | Compiling ucd-trie v0.1.6 |
375 | 2024-07-09T03:14:59.224Z | Checking iana-time-zone v0.1.60 |
376 | 2024-07-09T03:14:59.260Z | Checking http v0.2.12 |
377 | 2024-07-09T03:14:59.492Z | Checking dyn-clone v1.0.17 |
378 | 2024-07-09T03:14:59.748Z | Compiling httparse v1.9.4 |
379 | 2024-07-09T03:15:00.183Z | Checking tracing-core v0.1.32 |
380 | 2024-07-09T03:15:00.329Z | Compiling openssl-sys v0.9.102 |
381 | 2024-07-09T03:15:00.531Z | Compiling uuid v1.10.0 |
382 | 2024-07-09T03:15:00.794Z | Checking tracing v0.1.40 |
383 | 2024-07-09T03:15:00.957Z | Compiling chrono v0.4.38 |
384 | 2024-07-09T03:15:01.011Z | Compiling slog v2.7.0 |
385 | 2024-07-09T03:15:01.037Z | Checking try-lock v0.2.5 |
386 | 2024-07-09T03:15:01.106Z | Compiling openssl v0.10.64 |
387 | 2024-07-09T03:15:01.131Z | Checking foreign-types-shared v0.1.1 |
388 | 2024-07-09T03:15:01.209Z | Checking foreign-types v0.3.2 |
389 | 2024-07-09T03:15:01.273Z | Checking want v0.3.1 |
390 | 2024-07-09T03:15:01.409Z | Checking http-body v0.4.6 |
391 | 2024-07-09T03:15:01.440Z | Compiling aho-corasick v1.1.3 |
392 | 2024-07-09T03:15:01.460Z | Compiling regex-syntax v0.8.4 |
393 | 2024-07-09T03:15:01.742Z | Checking tower-service v0.3.2 |
394 | 2024-07-09T03:15:01.832Z | Compiling typenum v1.17.0 |
395 | 2024-07-09T03:15:02.719Z | Checking bitflags v2.6.0 |
396 | 2024-07-09T03:15:02.730Z | Compiling native-tls v0.2.12 |
397 | 2024-07-09T03:15:02.911Z | Compiling rustls v0.21.12 |
398 | 2024-07-09T03:15:03.066Z | Checking percent-encoding v2.3.1 |
399 | 2024-07-09T03:15:03.095Z | Checking httpdate v1.0.3 |
400 | 2024-07-09T03:15:03.182Z | Checking tinyvec_macros v0.1.1 |
401 | 2024-07-09T03:15:03.214Z | Checking form_urlencoded v1.2.1 |
402 | 2024-07-09T03:15:03.245Z | Checking tinyvec v1.8.0 |
403 | 2024-07-09T03:15:03.386Z | Compiling generic-array v0.14.7 |
404 | 2024-07-09T03:15:03.812Z | Checking openssl-probe v0.1.5 |
405 | 2024-07-09T03:15:04.483Z | Compiling serde_derive_internals v0.29.1 |
406 | 2024-07-09T03:15:05.203Z | Compiling regex-automata v0.4.7 |
407 | 2024-07-09T03:15:05.413Z | Checking unicode-normalization v0.1.23 |
408 | 2024-07-09T03:15:06.175Z | Compiling usdt-impl v0.5.0 |
409 | 2024-07-09T03:15:06.268Z | Checking encoding_rs v0.8.34 |
410 | 2024-07-09T03:15:06.471Z | Checking powerfmt v0.2.0 |
411 | 2024-07-09T03:15:06.661Z | Checking unicode-bidi v0.3.15 |
412 | 2024-07-09T03:15:06.707Z | Checking mime v0.3.17 |
413 | 2024-07-09T03:15:06.707Z | Compiling time-core v0.1.2 |
414 | 2024-07-09T03:15:06.859Z | Compiling num-conv v0.1.0 |
415 | 2024-07-09T03:15:07.119Z | Compiling time-macros v0.2.18 |
416 | 2024-07-09T03:15:07.215Z | Checking idna v0.5.0 |
417 | 2024-07-09T03:15:07.239Z | Checking deranged v0.3.11 |
418 | 2024-07-09T03:15:08.027Z | Compiling thread-id v4.2.1 |
419 | 2024-07-09T03:15:08.395Z | Checking sct v0.7.1 |
420 | 2024-07-09T03:15:08.572Z | Checking rustls-webpki v0.101.7 |
421 | 2024-07-09T03:15:08.588Z | Compiling crossbeam-utils v0.8.20 |
422 | 2024-07-09T03:15:08.916Z | Compiling ident_case v1.0.1 |
423 | 2024-07-09T03:15:09.083Z | Checking rustls-pki-types v1.7.0 |
424 | 2024-07-09T03:15:09.294Z | Compiling regex v1.10.5 |
425 | 2024-07-09T03:15:09.460Z | Checking num_threads v0.1.7 |
426 | 2024-07-09T03:15:09.487Z | Checking plain v0.2.3 |
427 | 2024-07-09T03:15:09.613Z | Compiling strsim v0.11.1 |
428 | 2024-07-09T03:15:09.810Z | Checking base64 v0.21.7 |
429 | 2024-07-09T03:15:09.920Z | Compiling serde_derive v1.0.204 |
430 | 2024-07-09T03:15:10.063Z | Compiling zerocopy-derive v0.7.35 |
431 | 2024-07-09T03:15:10.256Z | Compiling thiserror-impl v1.0.61 |
432 | 2024-07-09T03:15:10.270Z | Compiling schemars_derive v0.8.21 |
433 | 2024-07-09T03:15:10.276Z | Compiling tokio-macros v2.3.0 |
434 | 2024-07-09T03:15:10.360Z | Compiling futures-macro v0.3.30 |
435 | 2024-07-09T03:15:11.859Z | Checking tokio v1.38.0 |
436 | 2024-07-09T03:15:12.153Z | Checking zerocopy v0.7.35 |
437 | 2024-07-09T03:15:12.360Z | Checking futures-util v0.3.30 |
438 | 2024-07-09T03:15:13.155Z | Compiling pest v2.7.11 |
439 | 2024-07-09T03:15:13.363Z | Compiling openssl-macros v0.1.1 |
440 | 2024-07-09T03:15:13.395Z | Compiling scroll_derive v0.12.0 |
441 | 2024-07-09T03:15:13.945Z | Checking hashbrown v0.14.5 |
442 | 2024-07-09T03:15:14.846Z | Checking scroll v0.12.0 |
443 | 2024-07-09T03:15:15.136Z | Checking regress v0.10.0 |
444 | 2024-07-09T03:15:15.780Z | Compiling pest_meta v2.7.11 |
445 | 2024-07-09T03:15:18.571Z | Compiling pest_generator v2.7.11 |
446 | 2024-07-09T03:15:18.706Z | Checking tokio-util v0.7.11 |
447 | 2024-07-09T03:15:18.799Z | Checking tokio-rustls v0.24.1 |
448 | 2024-07-09T03:15:19.644Z | Checking tokio-native-tls v0.3.1 |
449 | 2024-07-09T03:15:20.042Z | Checking goblin v0.8.2 |
450 | 2024-07-09T03:15:20.242Z | Checking rustls-pemfile v1.0.4 |
451 | 2024-07-09T03:15:20.280Z | Compiling pest_derive v2.7.11 |
452 | 2024-07-09T03:15:20.431Z | Checking time v0.3.36 |
453 | 2024-07-09T03:15:20.729Z | Compiling darling_core v0.20.9 |
454 | 2024-07-09T03:15:21.124Z | Compiling dtrace-parser v0.2.0 |
455 | 2024-07-09T03:15:22.208Z | Checking url v2.5.2 |
456 | 2024-07-09T03:15:22.218Z | Checking dirs-sys-next v0.1.2 |
457 | 2024-07-09T03:15:22.599Z | Checking ipnet v2.9.0 |
458 | 2024-07-09T03:15:22.711Z | Checking indexmap v2.2.6 |
459 | 2024-07-09T03:15:23.457Z | Checking serde_urlencoded v0.7.1 |
460 | 2024-07-09T03:15:23.472Z | Checking webpki-roots v0.25.4 |
461 | 2024-07-09T03:15:23.607Z | Compiling rustversion v1.0.17 |
462 | 2024-07-09T03:15:23.929Z | Compiling serde_tokenstream v0.2.1 |
463 | 2024-07-09T03:15:24.243Z | Checking h2 v0.3.26 |
464 | 2024-07-09T03:15:24.490Z | Checking openapiv3 v2.0.0 |
465 | 2024-07-09T03:15:24.717Z | Compiling paste v1.0.15 |
466 | 2024-07-09T03:15:25.114Z | Compiling rustls v0.22.4 |
467 | 2024-07-09T03:15:25.252Z | Compiling omicron-workspace-hack v0.1.0 |
468 | 2024-07-09T03:15:25.369Z | Compiling unsafe-libyaml v0.2.11 |
469 | 2024-07-09T03:15:25.524Z | Checking sync_wrapper v0.1.2 |
470 | 2024-07-09T03:15:25.693Z | Checking pretty-hex v0.4.1 |
471 | 2024-07-09T03:15:25.971Z | Compiling dof v0.3.0 |
472 | 2024-07-09T03:15:26.650Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#4b8ede60) |
473 | 2024-07-09T03:15:27.054Z | Compiling serde_yaml v0.9.34+deprecated |
474 | 2024-07-09T03:15:27.149Z | Compiling darling_macro v0.20.9 |
475 | 2024-07-09T03:15:28.193Z | Checking hyper v0.14.29 |
476 | 2024-07-09T03:15:28.414Z | Checking serde_spanned v0.6.6 |
477 | 2024-07-09T03:15:28.463Z | Checking toml_datetime v0.6.6 |
478 | 2024-07-09T03:15:28.721Z | Checking dirs-next v2.0.0 |
479 | 2024-07-09T03:15:28.926Z | Compiling structmeta-derive v0.3.0 |
480 | 2024-07-09T03:15:28.957Z | Checking rustls-webpki v0.102.5 |
481 | 2024-07-09T03:15:28.992Z | Checking block-buffer v0.10.4 |
482 | 2024-07-09T03:15:29.159Z | Checking crypto-common v0.1.6 |
483 | 2024-07-09T03:15:29.307Z | Checking rand_core v0.6.4 |
484 | 2024-07-09T03:15:29.577Z | Compiling multer v3.1.0 |
485 | 2024-07-09T03:15:29.632Z | Checking thread_local v1.1.8 |
486 | 2024-07-09T03:15:29.684Z | Checking zeroize v1.8.1 |
487 | 2024-07-09T03:15:29.872Z | Compiling anyhow v1.0.86 |
488 | 2024-07-09T03:15:29.885Z | Compiling camino v1.1.7 |
489 | 2024-07-09T03:15:29.894Z | Compiling slog-async v2.8.0 |
490 | 2024-07-09T03:15:30.363Z | Checking subtle v2.6.1 |
491 | 2024-07-09T03:15:30.401Z | Checking match_cfg v0.1.0 |
492 | 2024-07-09T03:15:30.446Z | Checking winnow v0.6.13 |
493 | 2024-07-09T03:15:30.468Z | Checking ppv-lite86 v0.2.17 |
494 | 2024-07-09T03:15:30.877Z | Checking hostname v0.3.1 |
495 | 2024-07-09T03:15:31.139Z | Checking rand_chacha v0.3.1 |
496 | 2024-07-09T03:15:31.148Z | Checking crossbeam-channel v0.5.13 |
497 | 2024-07-09T03:15:31.495Z | Checking digest v0.10.7 |
498 | 2024-07-09T03:15:31.565Z | Checking term v0.7.0 |
499 | 2024-07-09T03:15:31.720Z | Compiling structmeta v0.3.0 |
500 | 2024-07-09T03:15:31.978Z | Compiling darling v0.20.9 |
501 | 2024-07-09T03:15:32.098Z | Compiling usdt-macro v0.5.0 |
502 | 2024-07-09T03:15:32.125Z | Compiling usdt-attr-macro v0.5.0 |
503 | 2024-07-09T03:15:32.570Z | Checking hyper-tls v0.5.0 |
504 | 2024-07-09T03:15:32.887Z | Checking hyper-rustls v0.24.2 |
505 | 2024-07-09T03:15:32.996Z | Checking slog-json v2.6.1 |
506 | 2024-07-09T03:15:33.064Z | Checking reqwest v0.11.27 |
507 | 2024-07-09T03:15:33.108Z | Checking futures-executor v0.3.30 |
508 | 2024-07-09T03:15:33.165Z | Compiling async-stream-impl v0.3.5 |
509 | 2024-07-09T03:15:33.300Z | Checking http v1.1.0 |
510 | 2024-07-09T03:15:33.369Z | Checking memmap v0.7.0 |
511 | 2024-07-09T03:15:33.394Z | Checking toml_edit v0.22.15 |
512 | 2024-07-09T03:15:33.539Z | Checking is-terminal v0.4.12 |
513 | 2024-07-09T03:15:33.543Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#c9e89ccd) |
514 | 2024-07-09T03:15:33.637Z | Checking base64 v0.22.1 |
515 | 2024-07-09T03:15:33.848Z | Checking atomic-waker v1.1.2 |
516 | 2024-07-09T03:15:33.960Z | Checking cpufeatures v0.2.12 |
517 | 2024-07-09T03:15:34.039Z | Checking take_mut v0.2.2 |
518 | 2024-07-09T03:15:34.105Z | Checking rustls-pemfile v2.1.2 |
519 | 2024-07-09T03:15:34.221Z | Checking tokio-rustls v0.25.0 |
520 | 2024-07-09T03:15:34.318Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#26bbe2cf) |
521 | 2024-07-09T03:15:34.326Z | Checking sha1 v0.10.6 |
522 | 2024-07-09T03:15:34.412Z | Checking waitgroup v0.1.2 |
523 | 2024-07-09T03:15:34.451Z | Checking async-stream v0.3.5 |
524 | 2024-07-09T03:15:34.540Z | Checking slog-term v2.9.1 |
525 | 2024-07-09T03:15:34.574Z | Checking usdt v0.5.0 |
526 | 2024-07-09T03:15:34.582Z | Checking futures v0.3.30 |
527 | 2024-07-09T03:15:34.598Z | Checking slog-bunyan v2.5.0 |
528 | 2024-07-09T03:15:34.623Z | Compiling strum_macros v0.26.4 |
529 | 2024-07-09T03:15:34.671Z | Compiling parse-display-derive v0.9.1 |
530 | 2024-07-09T03:15:34.735Z | Compiling serde_with_macros v3.8.3 |
531 | 2024-07-09T03:15:34.784Z | Checking rand v0.8.5 |
532 | 2024-07-09T03:15:35.402Z | Checking newtype-uuid v1.1.0 |
533 | 2024-07-09T03:15:35.534Z | Checking ipnetwork v0.20.0 |
534 | 2024-07-09T03:15:35.613Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#c9e89ccd) |
535 | 2024-07-09T03:15:35.817Z | Checking toml v0.8.14 |
536 | 2024-07-09T03:15:35.865Z | Checking serde_path_to_error v0.1.16 |
537 | 2024-07-09T03:15:35.985Z | Checking hex v0.4.3 |
538 | 2024-07-09T03:15:36.468Z | Compiling async-trait v0.1.81 |
539 | 2024-07-09T03:15:36.506Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
540 | 2024-07-09T03:15:36.514Z | Checking hostname v0.4.0 |
541 | 2024-07-09T03:15:36.630Z | Checking instant v0.1.13 |
542 | 2024-07-09T03:15:36.729Z | Checking debug-ignore v1.0.5 |
543 | 2024-07-09T03:15:36.847Z | Checking backoff v0.4.0 |
544 | 2024-07-09T03:15:37.120Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
545 | 2024-07-09T03:15:37.256Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
546 | 2024-07-09T03:15:37.259Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#f37a7aaf) |
547 | 2024-07-09T03:15:37.386Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
548 | 2024-07-09T03:15:37.548Z | Checking serde_with v3.8.3 |
549 | 2024-07-09T03:15:37.573Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
550 | 2024-07-09T03:15:37.687Z | Checking macaddr v1.0.1 |
551 | 2024-07-09T03:15:38.014Z | Checking regress v0.9.1 |
552 | 2024-07-09T03:15:38.740Z | Checking parse-display v0.9.1 |
553 | 2024-07-09T03:15:39.205Z | Checking strum v0.26.3 |
554 | 2024-07-09T03:15:40.637Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#4b8ede60) |
555 | 2024-07-09T03:15:42.423Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#4b8ede60) |
556 | 2024-07-09T03:15:42.476Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#26bbe2cf) |
557 | 2024-07-09T03:15:45.270Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#26bbe2cf) |
558 | 2024-07-09T03:15:51.356Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#26bbe2cf) |
559 | 2024-07-09T03:15:51.456Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6e0a232fd0b443c19f61f94bf02b7695505aa8e3#6e0a232f) |
560 | 2024-07-09T03:15:54.048Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
561 | 2024-07-09T03:16:00.007Z | Checking test-project v0.1.0 (/tmp/test-project) |
562 | 2024-07-09T03:16:00.057Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
563 | 2024-07-09T03:16:00.111Z | + cargo build --release |
564 | 2024-07-09T03:16:00.356Z | Compiling proc-macro2 v1.0.86 |
565 | 2024-07-09T03:16:00.356Z | Compiling unicode-ident v1.0.12 |
566 | 2024-07-09T03:16:00.356Z | Compiling libc v0.2.155 |
567 | 2024-07-09T03:16:00.359Z | Compiling cfg-if v1.0.0 |
568 | 2024-07-09T03:16:00.359Z | Compiling version_check v0.9.4 |
569 | 2024-07-09T03:16:00.359Z | Compiling autocfg v1.3.0 |
570 | 2024-07-09T03:16:00.392Z | Compiling serde v1.0.204 |
571 | 2024-07-09T03:16:00.395Z | Compiling serde_json v1.0.120 |
572 | 2024-07-09T03:16:00.452Z | Compiling itoa v1.0.11 |
573 | 2024-07-09T03:16:00.537Z | Compiling thiserror v1.0.61 |
574 | 2024-07-09T03:16:00.658Z | Compiling once_cell v1.19.0 |
575 | 2024-07-09T03:16:00.775Z | Compiling memchr v2.7.4 |
576 | 2024-07-09T03:16:00.905Z | Compiling cc v1.0.106 |
577 | 2024-07-09T03:16:01.013Z | Compiling ahash v0.8.11 |
578 | 2024-07-09T03:16:01.350Z | Compiling byteorder v1.5.0 |
579 | 2024-07-09T03:16:01.462Z | Compiling num-traits v0.2.19 |
580 | 2024-07-09T03:16:01.753Z | Compiling getrandom v0.2.15 |
581 | 2024-07-09T03:16:01.766Z | Compiling quote v1.0.36 |
582 | 2024-07-09T03:16:01.778Z | Compiling pin-project-lite v0.2.14 |
583 | 2024-07-09T03:16:01.892Z | Compiling ryu v1.0.18 |
584 | 2024-07-09T03:16:02.093Z | Compiling syn v2.0.70 |
585 | 2024-07-09T03:16:02.222Z | Compiling bytes v1.6.0 |
586 | 2024-07-09T03:16:02.255Z | Compiling log v0.4.22 |
587 | 2024-07-09T03:16:02.441Z | Compiling schemars v0.8.21 |
588 | 2024-07-09T03:16:02.576Z | Compiling allocator-api2 v0.2.18 |
589 | 2024-07-09T03:16:02.702Z | Compiling lock_api v0.4.12 |
590 | 2024-07-09T03:16:02.811Z | Compiling parking_lot_core v0.9.10 |
591 | 2024-07-09T03:16:02.829Z | Compiling futures-core v0.3.30 |
592 | 2024-07-09T03:16:03.052Z | Compiling smallvec v1.13.2 |
593 | 2024-07-09T03:16:03.118Z | Compiling scopeguard v1.2.0 |
594 | 2024-07-09T03:16:03.255Z | Compiling mio v0.8.11 |
595 | 2024-07-09T03:16:03.380Z | Compiling signal-hook-registry v1.4.2 |
596 | 2024-07-09T03:16:03.771Z | Compiling socket2 v0.5.7 |
597 | 2024-07-09T03:16:03.800Z | Compiling num_cpus v1.16.0 |
598 | 2024-07-09T03:16:03.915Z | Compiling parking_lot v0.12.3 |
599 | 2024-07-09T03:16:03.945Z | Compiling ring v0.17.8 |
600 | 2024-07-09T03:16:04.090Z | Compiling slab v0.4.9 |
601 | 2024-07-09T03:16:04.484Z | Compiling futures-sink v0.3.30 |
602 | 2024-07-09T03:16:04.491Z | Compiling spin v0.9.8 |
603 | 2024-07-09T03:16:04.732Z | Compiling untrusted v0.9.0 |
604 | 2024-07-09T03:16:04.909Z | Compiling equivalent v1.0.1 |
605 | 2024-07-09T03:16:04.979Z | Compiling semver v1.0.23 |
606 | 2024-07-09T03:16:05.001Z | Compiling fnv v1.0.7 |
607 | 2024-07-09T03:16:05.260Z | Compiling futures-channel v0.3.30 |
608 | 2024-07-09T03:16:05.456Z | Compiling heck v0.5.0 |
609 | 2024-07-09T03:16:05.497Z | Compiling futures-task v0.3.30 |
610 | 2024-07-09T03:16:05.505Z | Compiling pkg-config v0.3.30 |
611 | 2024-07-09T03:16:05.588Z | Compiling vcpkg v0.2.15 |
612 | 2024-07-09T03:16:05.723Z | Compiling futures-io v0.3.30 |
613 | 2024-07-09T03:16:05.794Z | Compiling pin-utils v0.1.0 |
614 | 2024-07-09T03:16:06.047Z | Compiling ucd-trie v0.1.6 |
615 | 2024-07-09T03:16:06.075Z | Compiling iana-time-zone v0.1.60 |
616 | 2024-07-09T03:16:06.527Z | Compiling http v0.2.12 |
617 | 2024-07-09T03:16:06.878Z | Compiling httparse v1.9.4 |
618 | 2024-07-09T03:16:06.955Z | Compiling dyn-clone v1.0.17 |
619 | 2024-07-09T03:16:07.295Z | Compiling openssl-sys v0.9.102 |
620 | 2024-07-09T03:16:07.675Z | Compiling tracing-core v0.1.32 |
621 | 2024-07-09T03:16:07.989Z | Compiling chrono v0.4.38 |
622 | 2024-07-09T03:16:08.022Z | Compiling uuid v1.10.0 |
623 | 2024-07-09T03:16:08.576Z | Compiling tracing v0.1.40 |
624 | 2024-07-09T03:16:09.263Z | Compiling serde_derive_internals v0.29.1 |
625 | 2024-07-09T03:16:10.445Z | Compiling try-lock v0.2.5 |
626 | 2024-07-09T03:16:10.586Z | Compiling openssl v0.10.64 |
627 | 2024-07-09T03:16:10.798Z | Compiling slog v2.7.0 |
628 | 2024-07-09T03:16:10.995Z | Compiling foreign-types-shared v0.1.1 |
629 | 2024-07-09T03:16:11.057Z | Compiling want v0.3.1 |
630 | 2024-07-09T03:16:11.086Z | Compiling foreign-types v0.3.2 |
631 | 2024-07-09T03:16:11.314Z | Compiling http-body v0.4.6 |
632 | 2024-07-09T03:16:11.335Z | Compiling aho-corasick v1.1.3 |
633 | 2024-07-09T03:16:11.548Z | Compiling tinyvec_macros v0.1.1 |
634 | 2024-07-09T03:16:11.627Z | Compiling bitflags v2.6.0 |
635 | 2024-07-09T03:16:11.821Z | Compiling httpdate v1.0.3 |
636 | 2024-07-09T03:16:11.975Z | Compiling regex-syntax v0.8.4 |
637 | 2024-07-09T03:16:12.588Z | Compiling rustls v0.21.12 |
638 | 2024-07-09T03:16:12.601Z | Compiling native-tls v0.2.12 |
639 | 2024-07-09T03:16:12.682Z | Compiling typenum v1.17.0 |
640 | 2024-07-09T03:16:12.889Z | Compiling tower-service v0.3.2 |
641 | 2024-07-09T03:16:12.937Z | Compiling percent-encoding v2.3.1 |
642 | 2024-07-09T03:16:13.011Z | Compiling tinyvec v1.8.0 |
643 | 2024-07-09T03:16:13.425Z | Compiling form_urlencoded v1.2.1 |
644 | 2024-07-09T03:16:14.019Z | Compiling generic-array v0.14.7 |
645 | 2024-07-09T03:16:14.333Z | Compiling openssl-probe v0.1.5 |
646 | 2024-07-09T03:16:14.727Z | Compiling unicode-normalization v0.1.23 |
647 | 2024-07-09T03:16:14.827Z | Compiling serde_derive v1.0.204 |
648 | 2024-07-09T03:16:14.850Z | Compiling zerocopy-derive v0.7.35 |
649 | 2024-07-09T03:16:14.857Z | Compiling thiserror-impl v1.0.61 |
650 | 2024-07-09T03:16:15.100Z | Compiling schemars_derive v0.8.21 |
651 | 2024-07-09T03:16:15.787Z | Compiling tokio-macros v2.3.0 |
652 | 2024-07-09T03:16:16.998Z | Compiling zerocopy v0.7.35 |
653 | 2024-07-09T03:16:17.799Z | Compiling tokio v1.38.0 |
654 | 2024-07-09T03:16:17.930Z | Compiling futures-macro v0.3.30 |
655 | 2024-07-09T03:16:18.141Z | Compiling pest v2.7.11 |
656 | 2024-07-09T03:16:19.230Z | Compiling hashbrown v0.14.5 |
657 | 2024-07-09T03:16:19.956Z | Compiling futures-util v0.3.30 |
658 | 2024-07-09T03:16:20.918Z | Compiling pest_meta v2.7.11 |
659 | 2024-07-09T03:16:20.936Z | Compiling regress v0.10.0 |
660 | 2024-07-09T03:16:20.945Z | Compiling openssl-macros v0.1.1 |
661 | 2024-07-09T03:16:25.310Z | Compiling pest_generator v2.7.11 |
662 | 2024-07-09T03:16:25.646Z | Compiling rustls-webpki v0.101.7 |
663 | 2024-07-09T03:16:27.044Z | Compiling tokio-util v0.7.11 |
664 | 2024-07-09T03:16:27.175Z | Compiling pest_derive v2.7.11 |
665 | 2024-07-09T03:16:28.054Z | Compiling sct v0.7.1 |
666 | 2024-07-09T03:16:28.519Z | Compiling regex-automata v0.4.7 |
667 | 2024-07-09T03:16:29.622Z | Compiling indexmap v2.2.6 |
668 | 2024-07-09T03:16:31.252Z | Compiling serde_tokenstream v0.2.1 |
669 | 2024-07-09T03:16:32.834Z | Compiling h2 v0.3.26 |
670 | 2024-07-09T03:16:35.935Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#4b8ede60) |
671 | 2024-07-09T03:16:36.880Z | Compiling regex v1.10.5 |
672 | 2024-07-09T03:16:37.863Z | Compiling hyper v0.14.29 |
673 | 2024-07-09T03:16:42.622Z | Compiling scroll_derive v0.12.0 |
674 | 2024-07-09T03:16:47.518Z | Compiling usdt-impl v0.5.0 |
675 | 2024-07-09T03:16:47.887Z | Compiling encoding_rs v0.8.34 |
676 | 2024-07-09T03:16:48.391Z | Compiling mime v0.3.17 |
677 | 2024-07-09T03:16:48.875Z | Compiling unicode-bidi v0.3.15 |
678 | 2024-07-09T03:16:48.941Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#4b8ede60) |
679 | 2024-07-09T03:16:51.981Z | Compiling num-conv v0.1.0 |
680 | 2024-07-09T03:16:52.252Z | Compiling time-core v0.1.2 |
681 | 2024-07-09T03:16:52.415Z | Compiling powerfmt v0.2.0 |
682 | 2024-07-09T03:16:52.898Z | Compiling deranged v0.3.11 |
683 | 2024-07-09T03:16:53.017Z | Compiling time-macros v0.2.18 |
684 | 2024-07-09T03:16:55.519Z | Compiling idna v0.5.0 |
685 | 2024-07-09T03:16:58.714Z | Compiling thread-id v4.2.1 |
686 | 2024-07-09T03:16:58.827Z | Compiling scroll v0.12.0 |
687 | 2024-07-09T03:16:59.122Z | Compiling tokio-native-tls v0.3.1 |
688 | 2024-07-09T03:16:59.290Z | Compiling tokio-rustls v0.24.1 |
689 | 2024-07-09T03:16:59.399Z | Compiling dof v0.3.0 |
690 | 2024-07-09T03:16:59.451Z | Compiling serde_urlencoded v0.7.1 |
691 | 2024-07-09T03:16:59.686Z | Compiling dtrace-parser v0.2.0 |
692 | 2024-07-09T03:17:01.137Z | Compiling base64 v0.21.7 |
693 | 2024-07-09T03:17:01.705Z | Compiling omicron-workspace-hack v0.1.0 |
694 | 2024-07-09T03:17:02.217Z | Compiling num_threads v0.1.7 |
695 | 2024-07-09T03:17:02.259Z | Compiling crossbeam-utils v0.8.20 |
696 | 2024-07-09T03:17:02.321Z | Compiling plain v0.2.3 |
697 | 2024-07-09T03:17:02.477Z | Compiling strsim v0.11.1 |
698 | 2024-07-09T03:17:02.737Z | Compiling ident_case v1.0.1 |
699 | 2024-07-09T03:17:02.900Z | Compiling rustls-pki-types v1.7.0 |
700 | 2024-07-09T03:17:03.226Z | Compiling darling_core v0.20.9 |
701 | 2024-07-09T03:17:06.445Z | Compiling goblin v0.8.2 |
702 | 2024-07-09T03:17:06.627Z | Compiling time v0.3.36 |
703 | 2024-07-09T03:17:07.182Z | Compiling rustls-pemfile v1.0.4 |
704 | 2024-07-09T03:17:09.579Z | Compiling hyper-rustls v0.24.2 |
705 | 2024-07-09T03:17:10.737Z | Compiling hyper-tls v0.5.0 |
706 | 2024-07-09T03:17:11.244Z | Compiling url v2.5.2 |
707 | 2024-07-09T03:17:11.731Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#4b8ede60) |
708 | 2024-07-09T03:17:11.849Z | Compiling openapiv3 v2.0.0 |
709 | 2024-07-09T03:17:16.113Z | Compiling dirs-sys-next v0.1.2 |
710 | 2024-07-09T03:17:16.674Z | Compiling ipnet v2.9.0 |
711 | 2024-07-09T03:17:16.948Z | Compiling rustls v0.22.4 |
712 | 2024-07-09T03:17:17.231Z | Compiling paste v1.0.15 |
713 | 2024-07-09T03:17:17.254Z | Compiling sync_wrapper v0.1.2 |
714 | 2024-07-09T03:17:17.375Z | Compiling rustversion v1.0.17 |
715 | 2024-07-09T03:17:17.709Z | Compiling unsafe-libyaml v0.2.11 |
716 | 2024-07-09T03:17:17.990Z | Compiling pretty-hex v0.4.1 |
717 | 2024-07-09T03:17:18.205Z | Compiling webpki-roots v0.25.4 |
718 | 2024-07-09T03:17:18.341Z | Compiling reqwest v0.11.27 |
719 | 2024-07-09T03:17:19.367Z | Compiling serde_yaml v0.9.34+deprecated |
720 | 2024-07-09T03:17:20.875Z | Compiling dirs-next v2.0.0 |
721 | 2024-07-09T03:17:20.960Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#26bbe2cf) |
722 | 2024-07-09T03:17:23.292Z | Compiling darling_macro v0.20.9 |
723 | 2024-07-09T03:17:25.943Z | Compiling rustls-webpki v0.102.5 |
724 | 2024-07-09T03:17:26.109Z | Compiling crypto-common v0.1.6 |
725 | 2024-07-09T03:17:26.319Z | Compiling block-buffer v0.10.4 |
726 | 2024-07-09T03:17:26.474Z | Compiling serde_spanned v0.6.6 |
727 | 2024-07-09T03:17:26.533Z | Compiling toml_datetime v0.6.6 |
728 | 2024-07-09T03:17:26.706Z | Compiling structmeta-derive v0.3.0 |
729 | 2024-07-09T03:17:27.252Z | Compiling rand_core v0.6.4 |
730 | 2024-07-09T03:17:27.634Z | Compiling multer v3.1.0 |
731 | 2024-07-09T03:17:27.737Z | Compiling thread_local v1.1.8 |
732 | 2024-07-09T03:17:27.952Z | Compiling zeroize v1.8.1 |
733 | 2024-07-09T03:17:27.966Z | Compiling match_cfg v0.1.0 |
734 | 2024-07-09T03:17:28.048Z | Compiling anyhow v1.0.86 |
735 | 2024-07-09T03:17:28.293Z | Compiling slog-async v2.8.0 |
736 | 2024-07-09T03:17:28.552Z | Compiling ppv-lite86 v0.2.17 |
737 | 2024-07-09T03:17:28.614Z | Compiling camino v1.1.7 |
738 | 2024-07-09T03:17:28.782Z | Compiling winnow v0.6.13 |
739 | 2024-07-09T03:17:29.195Z | Compiling subtle v2.6.1 |
740 | 2024-07-09T03:17:29.374Z | Compiling rand_chacha v0.3.1 |
741 | 2024-07-09T03:17:29.475Z | Compiling structmeta v0.3.0 |
742 | 2024-07-09T03:17:30.130Z | Compiling hostname v0.3.1 |
743 | 2024-07-09T03:17:30.382Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#26bbe2cf) |
744 | 2024-07-09T03:17:30.719Z | Compiling digest v0.10.7 |
745 | 2024-07-09T03:17:31.083Z | Compiling crossbeam-channel v0.5.13 |
746 | 2024-07-09T03:17:32.836Z | Compiling toml_edit v0.22.15 |
747 | 2024-07-09T03:17:33.236Z | Compiling darling v0.20.9 |
748 | 2024-07-09T03:17:33.345Z | Compiling term v0.7.0 |
749 | 2024-07-09T03:17:41.026Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#26bbe2cf) |
750 | 2024-07-09T03:17:42.630Z | Compiling usdt-macro v0.5.0 |
751 | 2024-07-09T03:17:42.907Z | Compiling usdt-attr-macro v0.5.0 |
752 | 2024-07-09T03:17:44.092Z | Compiling slog-json v2.6.1 |
753 | 2024-07-09T03:17:44.508Z | Compiling futures-executor v0.3.30 |
754 | 2024-07-09T03:17:44.664Z | Compiling async-stream-impl v0.3.5 |
755 | 2024-07-09T03:17:45.845Z | Compiling http v1.1.0 |
756 | 2024-07-09T03:17:46.160Z | Compiling is-terminal v0.4.12 |
757 | 2024-07-09T03:17:46.285Z | Compiling memmap v0.7.0 |
758 | 2024-07-09T03:17:46.729Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#c9e89ccd) |
759 | 2024-07-09T03:17:47.077Z | Compiling atomic-waker v1.1.2 |
760 | 2024-07-09T03:17:47.264Z | Compiling cpufeatures v0.2.12 |
761 | 2024-07-09T03:17:47.360Z | Compiling take_mut v0.2.2 |
762 | 2024-07-09T03:17:47.469Z | Compiling base64 v0.22.1 |
763 | 2024-07-09T03:17:47.510Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#26bbe2cf) |
764 | 2024-07-09T03:17:48.649Z | Compiling rustls-pemfile v2.1.2 |
765 | 2024-07-09T03:17:50.678Z | Compiling sha1 v0.10.6 |
766 | 2024-07-09T03:17:51.468Z | Compiling waitgroup v0.1.2 |
767 | 2024-07-09T03:17:51.659Z | Compiling usdt v0.5.0 |
768 | 2024-07-09T03:17:51.718Z | Compiling slog-term v2.9.1 |
769 | 2024-07-09T03:17:52.556Z | Compiling async-stream v0.3.5 |
770 | 2024-07-09T03:17:52.928Z | Compiling futures v0.3.30 |
771 | 2024-07-09T03:17:53.128Z | Compiling slog-bunyan v2.5.0 |
772 | 2024-07-09T03:17:53.384Z | Compiling strum_macros v0.26.4 |
773 | 2024-07-09T03:17:53.412Z | Compiling toml v0.8.14 |
774 | 2024-07-09T03:17:54.794Z | Compiling tokio-rustls v0.25.0 |
775 | 2024-07-09T03:17:55.253Z | Compiling serde_with_macros v3.8.3 |
776 | 2024-07-09T03:18:00.008Z | Compiling parse-display-derive v0.9.1 |
777 | 2024-07-09T03:18:00.061Z | Compiling rand v0.8.5 |
778 | 2024-07-09T03:18:00.582Z | Compiling newtype-uuid v1.1.0 |
779 | 2024-07-09T03:18:00.914Z | Compiling ipnetwork v0.20.0 |
780 | 2024-07-09T03:18:01.463Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#c9e89ccd) |
781 | 2024-07-09T03:18:02.134Z | Compiling serde_path_to_error v0.1.16 |
782 | 2024-07-09T03:18:03.217Z | Compiling hex v0.4.3 |
783 | 2024-07-09T03:18:03.910Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
784 | 2024-07-09T03:18:04.430Z | Compiling async-trait v0.1.81 |
785 | 2024-07-09T03:18:04.764Z | Compiling hostname v0.4.0 |
786 | 2024-07-09T03:18:05.027Z | Compiling instant v0.1.13 |
787 | 2024-07-09T03:18:05.187Z | Compiling debug-ignore v1.0.5 |
788 | 2024-07-09T03:18:05.316Z | Compiling backoff v0.4.0 |
789 | 2024-07-09T03:18:05.391Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
790 | 2024-07-09T03:18:05.588Z | Compiling parse-display v0.9.1 |
791 | 2024-07-09T03:18:05.639Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
792 | 2024-07-09T03:18:05.808Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#f37a7aaf) |
793 | 2024-07-09T03:18:05.932Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
794 | 2024-07-09T03:18:06.177Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6e0a232fd0b443c19f61f94bf02b7695505aa8e3#6e0a232f) |
795 | 2024-07-09T03:18:06.414Z | Compiling strum v0.26.3 |
796 | 2024-07-09T03:18:06.596Z | Compiling serde_with v3.8.3 |
797 | 2024-07-09T03:18:07.678Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
798 | 2024-07-09T03:18:08.602Z | Compiling macaddr v1.0.1 |
799 | 2024-07-09T03:18:09.551Z | Compiling regress v0.9.1 |
800 | 2024-07-09T03:18:13.919Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
801 | 2024-07-09T03:18:23.749Z | Compiling test-project v0.1.0 (/tmp/test-project) |
802 | 2024-07-09T03:18:32.130Z | Finished `release` profile [optimized] target(s) in 2m 31s |
803 | 2024-07-09T03:18:32.175Z | process exited: duration 225701 ms, exit code 0 |
|
804 | 2024-07-09T03:18:32.184Z | found 0 output files |