|
|
|
1 | 2024-07-09T03:14:32.080Z | job assigned to worker 01J2AQQ6E9GG653N5Z7GQ3YSQK (queued for 54 s) |
|
2 | 2024-07-09T03:14:39.900Z | starting task 0: "setup" |
3 | 2024-07-09T03:14:39.959Z | ++ uname -s |
4 | 2024-07-09T03:14:39.966Z | + kern=SunOS |
5 | 2024-07-09T03:14:39.966Z | + case "$kern" in |
6 | 2024-07-09T03:14:39.966Z | + groupadd -g 12345 build |
7 | 2024-07-09T03:14:39.970Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-07-09T03:14:41.971Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-07-09T03:14:42.066Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-07-09T03:14:42.070Z | + home_fs=zfs |
11 | 2024-07-09T03:14:42.070Z | + [[ zfs == autofs ]] |
12 | 2024-07-09T03:14:42.070Z | + mkdir -p /home/build |
13 | 2024-07-09T03:14:42.073Z | + chown build:build /home/build /work |
14 | 2024-07-09T03:14:44.083Z | + chmod 0700 /home/build /work |
15 | 2024-07-09T03:14:44.092Z | process exited: duration 4176 ms, exit code 0 |
|
16 | 2024-07-09T03:14:44.157Z | starting task 1: "rust-toolchain" |
17 | 2024-07-09T03:14:44.172Z | + printf ' * toolchain channel = "%s" |
18 | 2024-07-09T03:14:44.172Z | ' 1.78.0 |
19 | 2024-07-09T03:14:44.172Z | + printf ' * toolchain profile = "%s" |
20 | 2024-07-09T03:14:44.173Z | ' default |
21 | 2024-07-09T03:14:44.173Z | * toolchain channel = "1.78.0" |
22 | 2024-07-09T03:14:44.173Z | * toolchain profile = "default" |
23 | 2024-07-09T03:14:44.173Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-07-09T03:14:44.173Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-07-09T03:14:44.260Z | info: downloading installer |
26 | 2024-07-09T03:14:45.701Z | info: profile set to 'default' |
27 | 2024-07-09T03:14:45.701Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-07-09T03:14:45.707Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-07-09T03:14:45.828Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-07-09T03:14:45.829Z | info: downloading component 'cargo' |
31 | 2024-07-09T03:14:46.490Z | info: downloading component 'clippy' |
32 | 2024-07-09T03:14:46.712Z | info: downloading component 'rust-docs' |
33 | 2024-07-09T03:14:47.587Z | info: downloading component 'rust-std' |
34 | 2024-07-09T03:14:48.983Z | info: downloading component 'rustc' |
35 | 2024-07-09T03:14:52.486Z | info: downloading component 'rustfmt' |
36 | 2024-07-09T03:14:52.677Z | info: installing component 'cargo' |
37 | 2024-07-09T03:14:53.535Z | info: installing component 'clippy' |
38 | 2024-07-09T03:14:53.910Z | info: installing component 'rust-docs' |
39 | 2024-07-09T03:14:55.437Z | info: installing component 'rust-std' |
40 | 2024-07-09T03:14:57.249Z | info: installing component 'rustc' |
41 | 2024-07-09T03:15:01.723Z | info: installing component 'rustfmt' |
42 | 2024-07-09T03:15:02.058Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-07-09T03:15:02.058Z | |
44 | 2024-07-09T03:15:02.331Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-07-09T03:15:02.331Z | |
46 | 2024-07-09T03:15:02.335Z | |
47 | 2024-07-09T03:15:02.335Z | Rust is installed now. Great! |
48 | 2024-07-09T03:15:02.335Z | |
49 | 2024-07-09T03:15:02.335Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-07-09T03:15:02.335Z | environment variable. This has not been done automatically. |
51 | 2024-07-09T03:15:02.335Z | |
52 | 2024-07-09T03:15:02.335Z | To configure your current shell, you need to source |
53 | 2024-07-09T03:15:02.335Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-07-09T03:15:02.335Z | |
55 | 2024-07-09T03:15:02.335Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-07-09T03:15:02.335Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-07-09T03:15:02.335Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-07-09T03:15:02.407Z | + rustc --version |
59 | 2024-07-09T03:15:02.487Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-07-09T03:15:02.505Z | process exited: duration 18329 ms, exit code 0 |
|
61 | 2024-07-09T03:15:02.542Z | starting task 2: "authentication" |
62 | 2024-07-09T03:15:02.615Z | process exited: duration 55 ms, exit code 0 |
|
63 | 2024-07-09T03:15:02.721Z | starting task 3: "clone repository" |
64 | 2024-07-09T03:15:02.733Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-07-09T03:15:02.733Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-07-09T03:15:02.858Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-07-09T03:15:09.054Z | + cd /work/oxidecomputer/omicron |
68 | 2024-07-09T03:15:09.054Z | + git fetch origin c662bad2696a4f0037c2301463f5d6d21860ebbe |
69 | 2024-07-09T03:15:09.335Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-07-09T03:15:09.335Z | * branch c662bad2696a4f0037c2301463f5d6d21860ebbe -> FETCH_HEAD |
71 | 2024-07-09T03:15:09.342Z | + [[ -n '' ]] |
72 | 2024-07-09T03:15:09.342Z | + git reset --hard c662bad2696a4f0037c2301463f5d6d21860ebbe |
73 | 2024-07-09T03:15:09.479Z | HEAD is now at c662bad26 Update Rust crate async-trait to 0.1.81 |
74 | 2024-07-09T03:15:09.482Z | process exited: duration 6789 ms, exit code 0 |
|
75 | 2024-07-09T03:15:09.493Z | starting task 4: "build" |
76 | 2024-07-09T03:15:09.496Z | + cargo --version |
77 | 2024-07-09T03:15:09.545Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
78 | 2024-07-09T03:15:09.548Z | + rustc --version |
79 | 2024-07-09T03:15:09.603Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
80 | 2024-07-09T03:15:09.606Z | + cd /tmp |
81 | 2024-07-09T03:15:09.606Z | + cargo new --lib test-project |
82 | 2024-07-09T03:15:09.658Z | Creating library `test-project` package |
83 | 2024-07-09T03:15:09.731Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
84 | 2024-07-09T03:15:09.734Z | + cd test-project |
85 | 2024-07-09T03:15:09.734Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
86 | 2024-07-09T03:15:09.789Z | Adding omicron-common (local) to dependencies |
87 | 2024-07-09T03:15:09.789Z | Features: |
88 | 2024-07-09T03:15:09.789Z | - proptest |
89 | 2024-07-09T03:15:09.789Z | - test-strategy |
90 | 2024-07-09T03:15:09.789Z | - testing |
91 | 2024-07-09T03:15:09.808Z | Updating crates.io index |
92 | 2024-07-09T03:15:09.873Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
93 | 2024-07-09T03:15:10.543Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
94 | 2024-07-09T03:15:11.260Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
95 | 2024-07-09T03:15:11.542Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
96 | 2024-07-09T03:15:13.564Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
97 | 2024-07-09T03:15:13.818Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
98 | 2024-07-09T03:15:14.137Z | Updating git repository `https://github.com/oxidecomputer/typify` |
99 | 2024-07-09T03:15:16.775Z | + cargo check |
100 | 2024-07-09T03:15:16.992Z | Downloading crates ... |
101 | 2024-07-09T03:15:17.087Z | Downloaded async-stream-impl v0.3.5 |
102 | 2024-07-09T03:15:17.094Z | Downloaded async-stream v0.3.5 |
103 | 2024-07-09T03:15:17.126Z | Downloaded block-buffer v0.10.4 |
104 | 2024-07-09T03:15:17.150Z | Downloaded foreign-types-shared v0.1.1 |
105 | 2024-07-09T03:15:17.150Z | Downloaded equivalent v1.0.1 |
106 | 2024-07-09T03:15:17.150Z | Downloaded foreign-types v0.3.2 |
107 | 2024-07-09T03:15:17.150Z | Downloaded want v0.3.1 |
108 | 2024-07-09T03:15:17.150Z | Downloaded is-terminal v0.4.12 |
109 | 2024-07-09T03:15:17.150Z | Downloaded untrusted v0.9.0 |
110 | 2024-07-09T03:15:17.151Z | Downloaded darling_macro v0.20.9 |
111 | 2024-07-09T03:15:17.151Z | Downloaded async-trait v0.1.81 |
112 | 2024-07-09T03:15:17.151Z | Downloaded atomic-waker v1.1.2 |
113 | 2024-07-09T03:15:17.151Z | Downloaded openssl-probe v0.1.5 |
114 | 2024-07-09T03:15:17.151Z | Downloaded autocfg v1.3.0 |
115 | 2024-07-09T03:15:17.151Z | Downloaded sync_wrapper v0.1.2 |
116 | 2024-07-09T03:15:17.151Z | Downloaded strum v0.26.3 |
117 | 2024-07-09T03:15:17.151Z | Downloaded plain v0.2.3 |
118 | 2024-07-09T03:15:17.152Z | Downloaded hostname v0.4.0 |
119 | 2024-07-09T03:15:17.152Z | Downloaded parse-display v0.9.1 |
120 | 2024-07-09T03:15:17.152Z | Downloaded percent-encoding v2.3.1 |
121 | 2024-07-09T03:15:17.152Z | Downloaded usdt-impl v0.5.0 |
122 | 2024-07-09T03:15:17.152Z | Downloaded ident_case v1.0.1 |
123 | 2024-07-09T03:15:17.152Z | Downloaded heck v0.5.0 |
124 | 2024-07-09T03:15:17.152Z | Downloaded futures-io v0.3.30 |
125 | 2024-07-09T03:15:17.153Z | Downloaded rand_core v0.6.4 |
126 | 2024-07-09T03:15:17.157Z | Downloaded dyn-clone v1.0.17 |
127 | 2024-07-09T03:15:17.157Z | Downloaded pretty-hex v0.4.1 |
128 | 2024-07-09T03:15:17.157Z | Downloaded futures-core v0.3.30 |
129 | 2024-07-09T03:15:17.157Z | Downloaded usdt-attr-macro v0.5.0 |
130 | 2024-07-09T03:15:17.157Z | Downloaded futures-task v0.3.30 |
131 | 2024-07-09T03:15:17.157Z | Downloaded waitgroup v0.1.2 |
132 | 2024-07-09T03:15:17.157Z | Downloaded dof v0.3.0 |
133 | 2024-07-09T03:15:17.157Z | Downloaded parse-display-derive v0.9.1 |
134 | 2024-07-09T03:15:17.158Z | Downloaded usdt-macro v0.5.0 |
135 | 2024-07-09T03:15:17.158Z | Downloaded hostname v0.3.1 |
136 | 2024-07-09T03:15:17.158Z | Downloaded cpufeatures v0.2.12 |
137 | 2024-07-09T03:15:17.166Z | Downloaded hyper-tls v0.5.0 |
138 | 2024-07-09T03:15:17.166Z | Downloaded memmap v0.7.0 |
139 | 2024-07-09T03:15:17.166Z | Downloaded ppv-lite86 v0.2.17 |
140 | 2024-07-09T03:15:17.166Z | Downloaded slog-json v2.6.1 |
141 | 2024-07-09T03:15:17.166Z | Downloaded rustls-pemfile v1.0.4 |
142 | 2024-07-09T03:15:17.166Z | Downloaded macaddr v1.0.1 |
143 | 2024-07-09T03:15:17.178Z | Downloaded dirs-next v2.0.0 |
144 | 2024-07-09T03:15:17.178Z | Downloaded debug-ignore v1.0.5 |
145 | 2024-07-09T03:15:17.178Z | Downloaded serde_path_to_error v0.1.16 |
146 | 2024-07-09T03:15:17.178Z | Downloaded newtype-uuid v1.1.0 |
147 | 2024-07-09T03:15:17.185Z | Downloaded futures-macro v0.3.30 |
148 | 2024-07-09T03:15:17.185Z | Downloaded instant v0.1.13 |
149 | 2024-07-09T03:15:17.185Z | Downloaded serde_tokenstream v0.2.1 |
150 | 2024-07-09T03:15:17.185Z | Downloaded schemars_derive v0.8.21 |
151 | 2024-07-09T03:15:17.185Z | Downloaded backoff v0.4.0 |
152 | 2024-07-09T03:15:17.185Z | Downloaded generic-array v0.14.7 |
153 | 2024-07-09T03:15:17.185Z | Downloaded structmeta v0.3.0 |
154 | 2024-07-09T03:15:17.193Z | Downloaded zerocopy-derive v0.7.35 |
155 | 2024-07-09T03:15:17.193Z | Downloaded match_cfg v0.1.0 |
156 | 2024-07-09T03:15:17.193Z | Downloaded unicode-bidi v0.3.15 |
157 | 2024-07-09T03:15:17.210Z | Downloaded omicron-workspace-hack v0.1.0 |
158 | 2024-07-09T03:15:17.211Z | Downloaded slab v0.4.9 |
159 | 2024-07-09T03:15:17.211Z | Downloaded scroll_derive v0.12.0 |
160 | 2024-07-09T03:15:17.211Z | Downloaded http-body v0.4.6 |
161 | 2024-07-09T03:15:17.211Z | Downloaded futures-sink v0.3.30 |
162 | 2024-07-09T03:15:17.211Z | Downloaded form_urlencoded v1.2.1 |
163 | 2024-07-09T03:15:17.211Z | Downloaded getrandom v0.2.15 |
164 | 2024-07-09T03:15:17.211Z | Downloaded fnv v1.0.7 |
165 | 2024-07-09T03:15:17.211Z | Downloaded try-lock v0.2.5 |
166 | 2024-07-09T03:15:17.211Z | Downloaded take_mut v0.2.2 |
167 | 2024-07-09T03:15:17.211Z | Downloaded multer v3.1.0 |
168 | 2024-07-09T03:15:17.224Z | Downloaded mime v0.3.17 |
169 | 2024-07-09T03:15:17.225Z | Downloaded paste v1.0.15 |
170 | 2024-07-09T03:15:17.225Z | Downloaded version_check v0.9.4 |
171 | 2024-07-09T03:15:17.225Z | Downloaded rand_chacha v0.3.1 |
172 | 2024-07-09T03:15:17.225Z | Downloaded pest_generator v2.7.11 |
173 | 2024-07-09T03:15:17.225Z | Downloaded camino v1.1.7 |
174 | 2024-07-09T03:15:17.225Z | Downloaded lock_api v0.4.12 |
175 | 2024-07-09T03:15:17.225Z | Downloaded thiserror-impl v1.0.61 |
176 | 2024-07-09T03:15:17.225Z | Downloaded smallvec v1.13.2 |
177 | 2024-07-09T03:15:17.225Z | Downloaded serde_derive_internals v0.29.1 |
178 | 2024-07-09T03:15:17.226Z | Downloaded pkg-config v0.3.30 |
179 | 2024-07-09T03:15:17.226Z | Downloaded zeroize v1.8.1 |
180 | 2024-07-09T03:15:17.226Z | Downloaded sha2 v0.10.8 |
181 | 2024-07-09T03:15:17.249Z | Downloaded subtle v2.6.1 |
182 | 2024-07-09T03:15:17.249Z | Downloaded tinyvec_macros v0.1.1 |
183 | 2024-07-09T03:15:17.249Z | Downloaded hex v0.4.3 |
184 | 2024-07-09T03:15:17.249Z | Downloaded dtrace-parser v0.2.0 |
185 | 2024-07-09T03:15:17.249Z | Downloaded powerfmt v0.2.0 |
186 | 2024-07-09T03:15:17.249Z | Downloaded httpdate v1.0.3 |
187 | 2024-07-09T03:15:17.249Z | Downloaded spin v0.9.8 |
188 | 2024-07-09T03:15:17.250Z | Downloaded slog-async v2.8.0 |
189 | 2024-07-09T03:15:17.283Z | Downloaded time-core v0.1.2 |
190 | 2024-07-09T03:15:17.283Z | Downloaded term v0.7.0 |
191 | 2024-07-09T03:15:17.283Z | Downloaded num_cpus v1.16.0 |
192 | 2024-07-09T03:15:17.283Z | Downloaded signal-hook-registry v1.4.2 |
193 | 2024-07-09T03:15:17.283Z | Downloaded scopeguard v1.2.0 |
194 | 2024-07-09T03:15:17.283Z | Downloaded futures-channel v0.3.30 |
195 | 2024-07-09T03:15:17.284Z | Downloaded parking_lot v0.12.3 |
196 | 2024-07-09T03:15:17.284Z | Downloaded strsim v0.11.1 |
197 | 2024-07-09T03:15:17.284Z | Downloaded slog-bunyan v2.5.0 |
198 | 2024-07-09T03:15:17.284Z | Downloaded serde_urlencoded v0.7.1 |
199 | 2024-07-09T03:15:17.284Z | Downloaded rustversion v1.0.17 |
200 | 2024-07-09T03:15:17.284Z | Downloaded itoa v1.0.11 |
201 | 2024-07-09T03:15:17.284Z | Downloaded sha1 v0.10.6 |
202 | 2024-07-09T03:15:17.284Z | Downloaded tower-service v0.3.2 |
203 | 2024-07-09T03:15:17.284Z | Downloaded tokio-macros v2.3.0 |
204 | 2024-07-09T03:15:17.285Z | Downloaded serde_spanned v0.6.6 |
205 | 2024-07-09T03:15:17.285Z | Downloaded base64 v0.21.7 |
206 | 2024-07-09T03:15:17.319Z | Downloaded ipnetwork v0.20.0 |
207 | 2024-07-09T03:15:17.319Z | Downloaded toml_datetime v0.6.6 |
208 | 2024-07-09T03:15:17.319Z | Downloaded tokio-native-tls v0.3.1 |
209 | 2024-07-09T03:15:17.319Z | Downloaded darling v0.20.9 |
210 | 2024-07-09T03:15:17.319Z | Downloaded scroll v0.12.0 |
211 | 2024-07-09T03:15:17.319Z | Downloaded ryu v1.0.18 |
212 | 2024-07-09T03:15:17.319Z | Downloaded uuid v1.10.0 |
213 | 2024-07-09T03:15:17.319Z | Downloaded unicode-ident v1.0.12 |
214 | 2024-07-09T03:15:17.319Z | Downloaded strum_macros v0.26.4 |
215 | 2024-07-09T03:15:17.320Z | Downloaded rustls-pemfile v2.1.2 |
216 | 2024-07-09T03:15:17.320Z | Downloaded proc-macro2 v1.0.86 |
217 | 2024-07-09T03:15:17.320Z | Downloaded thiserror v1.0.61 |
218 | 2024-07-09T03:15:17.320Z | Downloaded thread_local v1.1.8 |
219 | 2024-07-09T03:15:17.329Z | Downloaded structmeta-derive v0.3.0 |
220 | 2024-07-09T03:15:17.329Z | Downloaded futures v0.3.30 |
221 | 2024-07-09T03:15:17.329Z | Downloaded serde_with_macros v3.8.3 |
222 | 2024-07-09T03:15:17.329Z | Downloaded thread-id v4.2.1 |
223 | 2024-07-09T03:15:17.329Z | Downloaded num-traits v0.2.19 |
224 | 2024-07-09T03:15:17.329Z | Downloaded dirs-sys-next v0.1.2 |
225 | 2024-07-09T03:15:17.329Z | Downloaded indexmap v1.9.3 |
226 | 2024-07-09T03:15:17.329Z | Downloaded log v0.4.22 |
227 | 2024-07-09T03:15:17.330Z | Downloaded darling_core v0.20.9 |
228 | 2024-07-09T03:15:17.330Z | Downloaded slog v2.7.0 |
229 | 2024-07-09T03:15:17.330Z | Downloaded serde_yaml v0.9.34+deprecated |
230 | 2024-07-09T03:15:17.330Z | Downloaded serde_derive v1.0.204 |
231 | 2024-07-09T03:15:17.330Z | Downloaded tokio-rustls v0.24.1 |
232 | 2024-07-09T03:15:17.330Z | Downloaded socket2 v0.5.7 |
233 | 2024-07-09T03:15:17.330Z | Downloaded tinyvec v1.8.0 |
234 | 2024-07-09T03:15:17.330Z | Downloaded ucd-trie v0.1.6 |
235 | 2024-07-09T03:15:17.330Z | Downloaded indexmap v2.2.6 |
236 | 2024-07-09T03:15:17.348Z | Downloaded tokio-rustls v0.25.0 |
237 | 2024-07-09T03:15:17.348Z | Downloaded base64 v0.22.1 |
238 | 2024-07-09T03:15:17.348Z | Downloaded bytes v1.6.0 |
239 | 2024-07-09T03:15:17.358Z | Downloaded serde v1.0.204 |
240 | 2024-07-09T03:15:17.359Z | Downloaded rand v0.8.5 |
241 | 2024-07-09T03:15:17.359Z | Downloaded typenum v1.17.0 |
242 | 2024-07-09T03:15:17.359Z | Downloaded memchr v2.7.4 |
243 | 2024-07-09T03:15:17.375Z | Downloaded url v2.5.2 |
244 | 2024-07-09T03:15:17.375Z | Downloaded http v0.2.12 |
245 | 2024-07-09T03:15:17.376Z | Downloaded cc v1.0.106 |
246 | 2024-07-09T03:15:17.376Z | Downloaded unicode-normalization v0.1.23 |
247 | 2024-07-09T03:15:17.391Z | Downloaded tracing-core v0.1.32 |
248 | 2024-07-09T03:15:17.391Z | Downloaded tracing v0.1.40 |
249 | 2024-07-09T03:15:17.392Z | Downloaded toml v0.8.14 |
250 | 2024-07-09T03:15:17.392Z | Downloaded crossbeam-channel v0.5.13 |
251 | 2024-07-09T03:15:17.393Z | Downloaded schemars v0.8.21 |
252 | 2024-07-09T03:15:17.399Z | Downloaded toml_edit v0.22.15 |
253 | 2024-07-09T03:15:17.420Z | Downloaded mio v0.8.11 |
254 | 2024-07-09T03:15:17.444Z | Downloaded http v1.1.0 |
255 | 2024-07-09T03:15:17.444Z | Downloaded hashbrown v0.12.3 |
256 | 2024-07-09T03:15:17.444Z | Downloaded pest v2.7.11 |
257 | 2024-07-09T03:15:17.445Z | Downloaded hashbrown v0.14.5 |
258 | 2024-07-09T03:15:17.457Z | Downloaded tokio-util v0.7.11 |
259 | 2024-07-09T03:15:17.457Z | Downloaded futures-util v0.3.30 |
260 | 2024-07-09T03:15:17.480Z | Downloaded reqwest v0.11.27 |
261 | 2024-07-09T03:15:17.480Z | Downloaded time v0.3.36 |
262 | 2024-07-09T03:15:17.481Z | Downloaded hyper v0.14.29 |
263 | 2024-07-09T03:15:17.490Z | Downloaded zerocopy v0.7.35 |
264 | 2024-07-09T03:15:17.491Z | Downloaded rustls-webpki v0.102.5 |
265 | 2024-07-09T03:15:17.519Z | Downloaded serde_json v1.0.120 |
266 | 2024-07-09T03:15:17.527Z | Downloaded openssl v0.10.64 |
267 | 2024-07-09T03:15:17.527Z | Downloaded vcpkg v0.2.15 |
268 | 2024-07-09T03:15:17.548Z | Downloaded openapiv3 v2.0.0 |
269 | 2024-07-09T03:15:17.559Z | Downloaded regex v1.10.5 |
270 | 2024-07-09T03:15:17.570Z | Downloaded idna v0.5.0 |
271 | 2024-07-09T03:15:17.577Z | Downloaded syn v2.0.70 |
272 | 2024-07-09T03:15:17.587Z | Downloaded webpki-roots v0.25.4 |
273 | 2024-07-09T03:15:17.590Z | Downloaded regress v0.10.0 |
274 | 2024-07-09T03:15:17.598Z | Downloaded regress v0.9.1 |
275 | 2024-07-09T03:15:17.606Z | Downloaded rustls v0.22.4 |
276 | 2024-07-09T03:15:17.618Z | Downloaded regex-syntax v0.8.4 |
277 | 2024-07-09T03:15:17.625Z | Downloaded libc v0.2.155 |
278 | 2024-07-09T03:15:17.649Z | Downloaded rustls v0.21.12 |
279 | 2024-07-09T03:15:17.659Z | Downloaded encoding_rs v0.8.34 |
280 | 2024-07-09T03:15:17.690Z | Downloaded chrono v0.4.38 |
281 | 2024-07-09T03:15:17.707Z | Downloaded regex-automata v0.4.7 |
282 | 2024-07-09T03:15:17.712Z | Downloaded rustls-webpki v0.101.7 |
283 | 2024-07-09T03:15:17.716Z | Downloaded tokio v1.38.0 |
284 | 2024-07-09T03:15:17.745Z | Downloaded goblin v0.8.2 |
285 | 2024-07-09T03:15:17.751Z | Downloaded winnow v0.6.13 |
286 | 2024-07-09T03:15:17.758Z | Downloaded aho-corasick v1.1.3 |
287 | 2024-07-09T03:15:17.764Z | Downloaded h2 v0.3.26 |
288 | 2024-07-09T03:15:17.769Z | Downloaded serde_with v3.8.3 |
289 | 2024-07-09T03:15:17.776Z | Downloaded slog-term v2.9.1 |
290 | 2024-07-09T03:15:17.779Z | Downloaded time-macros v0.2.18 |
291 | 2024-07-09T03:15:17.779Z | Downloaded semver v1.0.23 |
292 | 2024-07-09T03:15:17.783Z | Downloaded hyper-rustls v0.24.2 |
293 | 2024-07-09T03:15:17.789Z | Downloaded crossbeam-utils v0.8.20 |
294 | 2024-07-09T03:15:17.789Z | Downloaded pest_meta v2.7.11 |
295 | 2024-07-09T03:15:17.792Z | Downloaded unsafe-libyaml v0.2.11 |
296 | 2024-07-09T03:15:17.792Z | Downloaded openssl-sys v0.9.102 |
297 | 2024-07-09T03:15:17.800Z | Downloaded iana-time-zone v0.1.60 |
298 | 2024-07-09T03:15:17.805Z | Downloaded native-tls v0.2.12 |
299 | 2024-07-09T03:15:17.805Z | Downloaded quote v1.0.36 |
300 | 2024-07-09T03:15:17.805Z | Downloaded pin-project-lite v0.2.14 |
301 | 2024-07-09T03:15:17.811Z | Downloaded pest_derive v2.7.11 |
302 | 2024-07-09T03:15:17.811Z | Downloaded parking_lot_core v0.9.10 |
303 | 2024-07-09T03:15:17.811Z | Downloaded futures-executor v0.3.30 |
304 | 2024-07-09T03:15:17.813Z | Downloaded sct v0.7.1 |
305 | 2024-07-09T03:15:17.813Z | Downloaded once_cell v1.19.0 |
306 | 2024-07-09T03:15:17.818Z | Downloaded allocator-api2 v0.2.18 |
307 | 2024-07-09T03:15:17.821Z | Downloaded rustls-pki-types v1.7.0 |
308 | 2024-07-09T03:15:17.821Z | Downloaded ipnet v2.9.0 |
309 | 2024-07-09T03:15:17.821Z | Downloaded httparse v1.9.4 |
310 | 2024-07-09T03:15:17.824Z | Downloaded deranged v0.3.11 |
311 | 2024-07-09T03:15:17.824Z | Downloaded digest v0.10.7 |
312 | 2024-07-09T03:15:17.827Z | Downloaded crypto-common v0.1.6 |
313 | 2024-07-09T03:15:17.827Z | Downloaded num_threads v0.1.7 |
314 | 2024-07-09T03:15:17.827Z | Downloaded openssl-macros v0.1.1 |
315 | 2024-07-09T03:15:17.827Z | Downloaded num-conv v0.1.0 |
316 | 2024-07-09T03:15:17.830Z | Downloaded byteorder v1.5.0 |
317 | 2024-07-09T03:15:17.830Z | Downloaded anyhow v1.0.86 |
318 | 2024-07-09T03:15:17.833Z | Downloaded ahash v0.8.11 |
319 | 2024-07-09T03:15:17.835Z | Downloaded cfg-if v1.0.0 |
320 | 2024-07-09T03:15:17.835Z | Downloaded bitflags v2.6.0 |
321 | 2024-07-09T03:15:17.840Z | Downloaded pin-utils v0.1.0 |
322 | 2024-07-09T03:15:17.843Z | Downloaded usdt v0.5.0 |
323 | 2024-07-09T03:15:17.922Z | Downloaded ring v0.17.8 |
324 | 2024-07-09T03:15:18.123Z | Compiling proc-macro2 v1.0.86 |
325 | 2024-07-09T03:15:18.130Z | Compiling unicode-ident v1.0.12 |
326 | 2024-07-09T03:15:18.130Z | Compiling libc v0.2.155 |
327 | 2024-07-09T03:15:18.130Z | Checking cfg-if v1.0.0 |
328 | 2024-07-09T03:15:18.130Z | Compiling version_check v0.9.4 |
329 | 2024-07-09T03:15:18.140Z | Compiling autocfg v1.3.0 |
330 | 2024-07-09T03:15:18.140Z | Compiling serde v1.0.204 |
331 | 2024-07-09T03:15:18.145Z | Compiling serde_json v1.0.120 |
332 | 2024-07-09T03:15:18.230Z | Checking itoa v1.0.11 |
333 | 2024-07-09T03:15:18.374Z | Checking once_cell v1.19.0 |
334 | 2024-07-09T03:15:18.487Z | Compiling thiserror v1.0.61 |
335 | 2024-07-09T03:15:18.612Z | Compiling memchr v2.7.4 |
336 | 2024-07-09T03:15:18.760Z | Compiling ahash v0.8.11 |
337 | 2024-07-09T03:15:18.816Z | Compiling cc v1.0.106 |
338 | 2024-07-09T03:15:19.909Z | Checking byteorder v1.5.0 |
339 | 2024-07-09T03:15:20.030Z | Compiling num-traits v0.2.19 |
340 | 2024-07-09T03:15:20.246Z | Checking pin-project-lite v0.2.14 |
341 | 2024-07-09T03:15:20.343Z | Checking ryu v1.0.18 |
342 | 2024-07-09T03:15:20.421Z | Checking log v0.4.22 |
343 | 2024-07-09T03:15:20.481Z | Checking bytes v1.6.0 |
344 | 2024-07-09T03:15:20.533Z | Checking getrandom v0.2.15 |
345 | 2024-07-09T03:15:20.540Z | Checking allocator-api2 v0.2.18 |
346 | 2024-07-09T03:15:20.634Z | Compiling lock_api v0.4.12 |
347 | 2024-07-09T03:15:20.705Z | Compiling quote v1.0.36 |
348 | 2024-07-09T03:15:20.725Z | Compiling parking_lot_core v0.9.10 |
349 | 2024-07-09T03:15:20.903Z | Compiling schemars v0.8.21 |
350 | 2024-07-09T03:15:21.059Z | Compiling syn v2.0.70 |
351 | 2024-07-09T03:15:21.140Z | Checking futures-core v0.3.30 |
352 | 2024-07-09T03:15:21.161Z | Checking smallvec v1.13.2 |
353 | 2024-07-09T03:15:21.176Z | Checking scopeguard v1.2.0 |
354 | 2024-07-09T03:15:21.254Z | Checking mio v0.8.11 |
355 | 2024-07-09T03:15:21.291Z | Compiling ring v0.17.8 |
356 | 2024-07-09T03:15:21.300Z | Checking socket2 v0.5.7 |
357 | 2024-07-09T03:15:21.313Z | Checking num_cpus v1.16.0 |
358 | 2024-07-09T03:15:21.400Z | Checking signal-hook-registry v1.4.2 |
359 | 2024-07-09T03:15:21.482Z | Compiling slab v0.4.9 |
360 | 2024-07-09T03:15:21.683Z | Checking spin v0.9.8 |
361 | 2024-07-09T03:15:21.711Z | Checking futures-sink v0.3.30 |
362 | 2024-07-09T03:15:21.744Z | Checking equivalent v1.0.1 |
363 | 2024-07-09T03:15:21.787Z | Checking parking_lot v0.12.3 |
364 | 2024-07-09T03:15:21.815Z | Checking fnv v1.0.7 |
365 | 2024-07-09T03:15:21.827Z | Checking untrusted v0.9.0 |
366 | 2024-07-09T03:15:21.870Z | Checking futures-channel v0.3.30 |
367 | 2024-07-09T03:15:21.913Z | Checking pin-utils v0.1.0 |
368 | 2024-07-09T03:15:21.955Z | Checking futures-task v0.3.30 |
369 | 2024-07-09T03:15:21.983Z | Compiling pkg-config v0.3.30 |
370 | 2024-07-09T03:15:22.098Z | Compiling semver v1.0.23 |
371 | 2024-07-09T03:15:22.133Z | Checking futures-io v0.3.30 |
372 | 2024-07-09T03:15:22.161Z | Compiling vcpkg v0.2.15 |
373 | 2024-07-09T03:15:22.201Z | Compiling heck v0.5.0 |
374 | 2024-07-09T03:15:22.534Z | Compiling ucd-trie v0.1.6 |
375 | 2024-07-09T03:15:22.561Z | Checking iana-time-zone v0.1.60 |
376 | 2024-07-09T03:15:22.583Z | Checking http v0.2.12 |
377 | 2024-07-09T03:15:23.028Z | Checking dyn-clone v1.0.17 |
378 | 2024-07-09T03:15:23.172Z | Compiling httparse v1.9.4 |
379 | 2024-07-09T03:15:23.690Z | Checking tracing-core v0.1.32 |
380 | 2024-07-09T03:15:23.753Z | Compiling uuid v1.10.0 |
381 | 2024-07-09T03:15:23.909Z | Compiling openssl-sys v0.9.102 |
382 | 2024-07-09T03:15:24.241Z | Compiling chrono v0.4.38 |
383 | 2024-07-09T03:15:24.289Z | Checking tracing v0.1.40 |
384 | 2024-07-09T03:15:24.486Z | Checking try-lock v0.2.5 |
385 | 2024-07-09T03:15:24.634Z | Checking foreign-types-shared v0.1.1 |
386 | 2024-07-09T03:15:24.634Z | Compiling slog v2.7.0 |
387 | 2024-07-09T03:15:24.634Z | Compiling openssl v0.10.64 |
388 | 2024-07-09T03:15:24.856Z | Checking foreign-types v0.3.2 |
389 | 2024-07-09T03:15:24.857Z | Checking want v0.3.1 |
390 | 2024-07-09T03:15:25.059Z | Checking http-body v0.4.6 |
391 | 2024-07-09T03:15:25.059Z | Compiling aho-corasick v1.1.3 |
392 | 2024-07-09T03:15:25.059Z | Checking httpdate v1.0.3 |
393 | 2024-07-09T03:15:25.262Z | Compiling native-tls v0.2.12 |
394 | 2024-07-09T03:15:25.263Z | Compiling regex-syntax v0.8.4 |
395 | 2024-07-09T03:15:25.432Z | Checking tower-service v0.3.2 |
396 | 2024-07-09T03:15:25.560Z | Compiling typenum v1.17.0 |
397 | 2024-07-09T03:15:26.170Z | Checking percent-encoding v2.3.1 |
398 | 2024-07-09T03:15:26.218Z | Compiling rustls v0.21.12 |
399 | 2024-07-09T03:15:26.313Z | Checking tinyvec_macros v0.1.1 |
400 | 2024-07-09T03:15:26.334Z | Checking bitflags v2.6.0 |
401 | 2024-07-09T03:15:26.370Z | Checking tinyvec v1.8.0 |
402 | 2024-07-09T03:15:26.488Z | Checking form_urlencoded v1.2.1 |
403 | 2024-07-09T03:15:26.661Z | Compiling generic-array v0.14.7 |
404 | 2024-07-09T03:15:26.971Z | Checking openssl-probe v0.1.5 |
405 | 2024-07-09T03:15:27.585Z | Compiling serde_derive_internals v0.29.1 |
406 | 2024-07-09T03:15:28.373Z | Compiling regex-automata v0.4.7 |
407 | 2024-07-09T03:15:28.778Z | Checking unicode-normalization v0.1.23 |
408 | 2024-07-09T03:15:29.468Z | Compiling usdt-impl v0.5.0 |
409 | 2024-07-09T03:15:29.625Z | Checking encoding_rs v0.8.34 |
410 | 2024-07-09T03:15:29.790Z | Checking mime v0.3.17 |
411 | 2024-07-09T03:15:30.093Z | Checking unicode-bidi v0.3.15 |
412 | 2024-07-09T03:15:30.176Z | Checking powerfmt v0.2.0 |
413 | 2024-07-09T03:15:30.428Z | Compiling num-conv v0.1.0 |
414 | 2024-07-09T03:15:30.648Z | Compiling time-core v0.1.2 |
415 | 2024-07-09T03:15:30.698Z | Checking idna v0.5.0 |
416 | 2024-07-09T03:15:30.792Z | Compiling time-macros v0.2.18 |
417 | 2024-07-09T03:15:30.833Z | Checking deranged v0.3.11 |
418 | 2024-07-09T03:15:31.021Z | Checking sct v0.7.1 |
419 | 2024-07-09T03:15:31.192Z | Checking rustls-webpki v0.101.7 |
420 | 2024-07-09T03:15:31.513Z | Compiling thread-id v4.2.1 |
421 | 2024-07-09T03:15:32.729Z | Compiling regex v1.10.5 |
422 | 2024-07-09T03:15:33.032Z | Checking plain v0.2.3 |
423 | 2024-07-09T03:15:33.193Z | Compiling crossbeam-utils v0.8.20 |
424 | 2024-07-09T03:15:33.312Z | Checking num_threads v0.1.7 |
425 | 2024-07-09T03:15:33.395Z | Compiling serde_derive v1.0.204 |
426 | 2024-07-09T03:15:33.414Z | Compiling zerocopy-derive v0.7.35 |
427 | 2024-07-09T03:15:33.625Z | Compiling thiserror-impl v1.0.61 |
428 | 2024-07-09T03:15:33.722Z | Compiling schemars_derive v0.8.21 |
429 | 2024-07-09T03:15:33.882Z | Compiling tokio-macros v2.3.0 |
430 | 2024-07-09T03:15:35.063Z | Compiling futures-macro v0.3.30 |
431 | 2024-07-09T03:15:35.482Z | Checking tokio v1.38.0 |
432 | 2024-07-09T03:15:35.537Z | Checking zerocopy v0.7.35 |
433 | 2024-07-09T03:15:36.469Z | Compiling openssl-macros v0.1.1 |
434 | 2024-07-09T03:15:36.597Z | Compiling pest v2.7.11 |
435 | 2024-07-09T03:15:36.884Z | Compiling scroll_derive v0.12.0 |
436 | 2024-07-09T03:15:36.976Z | Checking futures-util v0.3.30 |
437 | 2024-07-09T03:15:37.343Z | Checking hashbrown v0.14.5 |
438 | 2024-07-09T03:15:38.359Z | Checking scroll v0.12.0 |
439 | 2024-07-09T03:15:38.499Z | Checking regress v0.10.0 |
440 | 2024-07-09T03:15:38.998Z | Compiling pest_meta v2.7.11 |
441 | 2024-07-09T03:15:39.415Z | Checking rustls-pki-types v1.7.0 |
442 | 2024-07-09T03:15:39.834Z | Compiling ident_case v1.0.1 |
443 | 2024-07-09T03:15:39.988Z | Compiling strsim v0.11.1 |
444 | 2024-07-09T03:15:40.734Z | Compiling pest_generator v2.7.11 |
445 | 2024-07-09T03:15:42.041Z | Checking base64 v0.21.7 |
446 | 2024-07-09T03:15:42.164Z | Checking tokio-util v0.7.11 |
447 | 2024-07-09T03:15:42.481Z | Checking tokio-rustls v0.24.1 |
448 | 2024-07-09T03:15:42.564Z | Checking rustls-pemfile v1.0.4 |
449 | 2024-07-09T03:15:42.662Z | Checking tokio-native-tls v0.3.1 |
450 | 2024-07-09T03:15:42.740Z | Compiling darling_core v0.20.9 |
451 | 2024-07-09T03:15:42.883Z | Checking goblin v0.8.2 |
452 | 2024-07-09T03:15:43.343Z | Compiling pest_derive v2.7.11 |
453 | 2024-07-09T03:15:43.526Z | Checking time v0.3.36 |
454 | 2024-07-09T03:15:44.127Z | Compiling dtrace-parser v0.2.0 |
455 | 2024-07-09T03:15:45.215Z | Checking url v2.5.2 |
456 | 2024-07-09T03:15:45.301Z | Checking dirs-sys-next v0.1.2 |
457 | 2024-07-09T03:15:45.794Z | Compiling rustversion v1.0.17 |
458 | 2024-07-09T03:15:45.946Z | Compiling unsafe-libyaml v0.2.11 |
459 | 2024-07-09T03:15:45.997Z | Compiling paste v1.0.15 |
460 | 2024-07-09T03:15:46.393Z | Checking indexmap v2.2.6 |
461 | 2024-07-09T03:15:47.367Z | Checking serde_urlencoded v0.7.1 |
462 | 2024-07-09T03:15:47.614Z | Checking h2 v0.3.26 |
463 | 2024-07-09T03:15:47.692Z | Checking openapiv3 v2.0.0 |
464 | 2024-07-09T03:15:47.765Z | Checking ipnet v2.9.0 |
465 | 2024-07-09T03:15:48.040Z | Compiling serde_tokenstream v0.2.1 |
466 | 2024-07-09T03:15:48.522Z | Checking sync_wrapper v0.1.2 |
467 | 2024-07-09T03:15:48.630Z | Compiling omicron-workspace-hack v0.1.0 |
468 | 2024-07-09T03:15:48.835Z | Checking pretty-hex v0.4.1 |
469 | 2024-07-09T03:15:48.924Z | Compiling rustls v0.22.4 |
470 | 2024-07-09T03:15:48.992Z | Checking webpki-roots v0.25.4 |
471 | 2024-07-09T03:15:49.115Z | Checking dof v0.3.0 |
472 | 2024-07-09T03:15:49.148Z | Compiling darling_macro v0.20.9 |
473 | 2024-07-09T03:15:49.324Z | Checking toml_datetime v0.6.6 |
474 | 2024-07-09T03:15:50.184Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#4b8ede60) |
475 | 2024-07-09T03:15:50.444Z | Compiling serde_yaml v0.9.34+deprecated |
476 | 2024-07-09T03:15:50.455Z | Checking serde_spanned v0.6.6 |
477 | 2024-07-09T03:15:50.761Z | Checking dirs-next v2.0.0 |
478 | 2024-07-09T03:15:51.299Z | Checking rustls-webpki v0.102.5 |
479 | 2024-07-09T03:15:51.669Z | Checking hyper v0.14.29 |
480 | 2024-07-09T03:15:51.773Z | Compiling structmeta-derive v0.3.0 |
481 | 2024-07-09T03:15:52.053Z | Checking block-buffer v0.10.4 |
482 | 2024-07-09T03:15:52.219Z | Checking crypto-common v0.1.6 |
483 | 2024-07-09T03:15:52.367Z | Checking rand_core v0.6.4 |
484 | 2024-07-09T03:15:52.541Z | Compiling multer v3.1.0 |
485 | 2024-07-09T03:15:52.634Z | Checking thread_local v1.1.8 |
486 | 2024-07-09T03:15:52.844Z | Compiling anyhow v1.0.86 |
487 | 2024-07-09T03:15:52.886Z | Checking subtle v2.6.1 |
488 | 2024-07-09T03:15:52.983Z | Checking zeroize v1.8.1 |
489 | 2024-07-09T03:15:53.100Z | Checking ppv-lite86 v0.2.17 |
490 | 2024-07-09T03:15:53.197Z | Checking match_cfg v0.1.0 |
491 | 2024-07-09T03:15:53.268Z | Compiling slog-async v2.8.0 |
492 | 2024-07-09T03:15:53.390Z | Checking winnow v0.6.13 |
493 | 2024-07-09T03:15:53.750Z | Compiling camino v1.1.7 |
494 | 2024-07-09T03:15:53.768Z | Checking rand_chacha v0.3.1 |
495 | 2024-07-09T03:15:54.098Z | Checking hostname v0.3.1 |
496 | 2024-07-09T03:15:54.347Z | Checking digest v0.10.7 |
497 | 2024-07-09T03:15:54.355Z | Checking crossbeam-channel v0.5.13 |
498 | 2024-07-09T03:15:54.517Z | Compiling structmeta v0.3.0 |
499 | 2024-07-09T03:15:54.655Z | Compiling usdt-macro v0.5.0 |
500 | 2024-07-09T03:15:54.798Z | Compiling usdt-attr-macro v0.5.0 |
501 | 2024-07-09T03:15:54.895Z | Checking term v0.7.0 |
502 | 2024-07-09T03:15:55.075Z | Compiling darling v0.20.9 |
503 | 2024-07-09T03:15:55.958Z | Checking slog-json v2.6.1 |
504 | 2024-07-09T03:15:55.986Z | Checking hyper-tls v0.5.0 |
505 | 2024-07-09T03:15:56.179Z | Checking hyper-rustls v0.24.2 |
506 | 2024-07-09T03:15:56.233Z | Checking futures-executor v0.3.30 |
507 | 2024-07-09T03:15:56.245Z | Compiling async-stream-impl v0.3.5 |
508 | 2024-07-09T03:15:56.374Z | Checking http v1.1.0 |
509 | 2024-07-09T03:15:56.393Z | Checking toml_edit v0.22.15 |
510 | 2024-07-09T03:15:56.423Z | Checking reqwest v0.11.27 |
511 | 2024-07-09T03:15:56.433Z | Checking memmap v0.7.0 |
512 | 2024-07-09T03:15:56.456Z | Checking is-terminal v0.4.12 |
513 | 2024-07-09T03:15:56.559Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#c9e89ccd) |
514 | 2024-07-09T03:15:56.610Z | Checking cpufeatures v0.2.12 |
515 | 2024-07-09T03:15:56.685Z | Checking base64 v0.22.1 |
516 | 2024-07-09T03:15:56.865Z | Checking atomic-waker v1.1.2 |
517 | 2024-07-09T03:15:56.982Z | Checking take_mut v0.2.2 |
518 | 2024-07-09T03:15:57.146Z | Checking rustls-pemfile v2.1.2 |
519 | 2024-07-09T03:15:57.345Z | Checking waitgroup v0.1.2 |
520 | 2024-07-09T03:15:57.416Z | Checking sha1 v0.10.6 |
521 | 2024-07-09T03:15:57.458Z | Checking usdt v0.5.0 |
522 | 2024-07-09T03:15:57.538Z | Checking async-stream v0.3.5 |
523 | 2024-07-09T03:15:57.654Z | Checking slog-term v2.9.1 |
524 | 2024-07-09T03:15:57.676Z | Compiling strum_macros v0.26.4 |
525 | 2024-07-09T03:15:57.707Z | Checking futures v0.3.30 |
526 | 2024-07-09T03:15:57.710Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#26bbe2cf) |
527 | 2024-07-09T03:15:57.799Z | Checking slog-bunyan v2.5.0 |
528 | 2024-07-09T03:15:57.867Z | Checking tokio-rustls v0.25.0 |
529 | 2024-07-09T03:15:57.949Z | Compiling serde_with_macros v3.8.3 |
530 | 2024-07-09T03:15:57.997Z | Compiling parse-display-derive v0.9.1 |
531 | 2024-07-09T03:15:58.204Z | Checking rand v0.8.5 |
532 | 2024-07-09T03:15:58.464Z | Checking ipnetwork v0.20.0 |
533 | 2024-07-09T03:15:58.575Z | Checking newtype-uuid v1.1.0 |
534 | 2024-07-09T03:15:58.787Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#c9e89ccd) |
535 | 2024-07-09T03:15:58.834Z | Checking toml v0.8.14 |
536 | 2024-07-09T03:15:58.876Z | Checking hex v0.4.3 |
537 | 2024-07-09T03:15:59.369Z | Checking serde_path_to_error v0.1.16 |
538 | 2024-07-09T03:15:59.427Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
539 | 2024-07-09T03:15:59.550Z | Compiling async-trait v0.1.81 |
540 | 2024-07-09T03:15:59.978Z | Checking hostname v0.4.0 |
541 | 2024-07-09T03:16:00.096Z | Checking instant v0.1.13 |
542 | 2024-07-09T03:16:00.187Z | Checking debug-ignore v1.0.5 |
543 | 2024-07-09T03:16:00.208Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
544 | 2024-07-09T03:16:00.305Z | Checking backoff v0.4.0 |
545 | 2024-07-09T03:16:00.325Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
546 | 2024-07-09T03:16:00.458Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
547 | 2024-07-09T03:16:00.580Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
548 | 2024-07-09T03:16:00.683Z | Checking serde_with v3.8.3 |
549 | 2024-07-09T03:16:00.794Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#f37a7aaf) |
550 | 2024-07-09T03:16:01.191Z | Checking macaddr v1.0.1 |
551 | 2024-07-09T03:16:01.331Z | Checking regress v0.9.1 |
552 | 2024-07-09T03:16:02.114Z | Checking parse-display v0.9.1 |
553 | 2024-07-09T03:16:02.452Z | Checking strum v0.26.3 |
554 | 2024-07-09T03:16:03.704Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#4b8ede60) |
555 | 2024-07-09T03:16:05.494Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#4b8ede60) |
556 | 2024-07-09T03:16:05.550Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#26bbe2cf) |
557 | 2024-07-09T03:16:08.406Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#26bbe2cf) |
558 | 2024-07-09T03:16:14.460Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#26bbe2cf) |
559 | 2024-07-09T03:16:14.561Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6e0a232fd0b443c19f61f94bf02b7695505aa8e3#6e0a232f) |
560 | 2024-07-09T03:16:17.217Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
561 | 2024-07-09T03:16:23.328Z | Checking test-project v0.1.0 (/tmp/test-project) |
562 | 2024-07-09T03:16:23.379Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
563 | 2024-07-09T03:16:23.435Z | + cargo build --release |
564 | 2024-07-09T03:16:23.680Z | Compiling proc-macro2 v1.0.86 |
565 | 2024-07-09T03:16:23.680Z | Compiling unicode-ident v1.0.12 |
566 | 2024-07-09T03:16:23.680Z | Compiling libc v0.2.155 |
567 | 2024-07-09T03:16:23.680Z | Compiling cfg-if v1.0.0 |
568 | 2024-07-09T03:16:23.683Z | Compiling version_check v0.9.4 |
569 | 2024-07-09T03:16:23.683Z | Compiling autocfg v1.3.0 |
570 | 2024-07-09T03:16:23.683Z | Compiling serde v1.0.204 |
571 | 2024-07-09T03:16:23.716Z | Compiling serde_json v1.0.120 |
572 | 2024-07-09T03:16:23.779Z | Compiling itoa v1.0.11 |
573 | 2024-07-09T03:16:23.868Z | Compiling thiserror v1.0.61 |
574 | 2024-07-09T03:16:23.989Z | Compiling once_cell v1.19.0 |
575 | 2024-07-09T03:16:24.123Z | Compiling cc v1.0.106 |
576 | 2024-07-09T03:16:24.247Z | Compiling memchr v2.7.4 |
577 | 2024-07-09T03:16:24.341Z | Compiling ahash v0.8.11 |
578 | 2024-07-09T03:16:24.689Z | Compiling byteorder v1.5.0 |
579 | 2024-07-09T03:16:24.692Z | Compiling num-traits v0.2.19 |
580 | 2024-07-09T03:16:25.100Z | Compiling quote v1.0.36 |
581 | 2024-07-09T03:16:25.139Z | Compiling getrandom v0.2.15 |
582 | 2024-07-09T03:16:25.155Z | Compiling pin-project-lite v0.2.14 |
583 | 2024-07-09T03:16:25.258Z | Compiling ryu v1.0.18 |
584 | 2024-07-09T03:16:25.442Z | Compiling syn v2.0.70 |
585 | 2024-07-09T03:16:25.530Z | Compiling bytes v1.6.0 |
586 | 2024-07-09T03:16:25.721Z | Compiling log v0.4.22 |
587 | 2024-07-09T03:16:25.829Z | Compiling schemars v0.8.21 |
588 | 2024-07-09T03:16:25.925Z | Compiling allocator-api2 v0.2.18 |
589 | 2024-07-09T03:16:26.089Z | Compiling lock_api v0.4.12 |
590 | 2024-07-09T03:16:26.181Z | Compiling parking_lot_core v0.9.10 |
591 | 2024-07-09T03:16:26.189Z | Compiling scopeguard v1.2.0 |
592 | 2024-07-09T03:16:26.315Z | Compiling futures-core v0.3.30 |
593 | 2024-07-09T03:16:26.511Z | Compiling smallvec v1.13.2 |
594 | 2024-07-09T03:16:26.615Z | Compiling mio v0.8.11 |
595 | 2024-07-09T03:16:26.758Z | Compiling signal-hook-registry v1.4.2 |
596 | 2024-07-09T03:16:27.066Z | Compiling num_cpus v1.16.0 |
597 | 2024-07-09T03:16:27.141Z | Compiling ring v0.17.8 |
598 | 2024-07-09T03:16:27.187Z | Compiling socket2 v0.5.7 |
599 | 2024-07-09T03:16:27.297Z | Compiling slab v0.4.9 |
600 | 2024-07-09T03:16:27.349Z | Compiling parking_lot v0.12.3 |
601 | 2024-07-09T03:16:27.631Z | Compiling spin v0.9.8 |
602 | 2024-07-09T03:16:27.887Z | Compiling futures-sink v0.3.30 |
603 | 2024-07-09T03:16:28.143Z | Compiling untrusted v0.9.0 |
604 | 2024-07-09T03:16:28.316Z | Compiling semver v1.0.23 |
605 | 2024-07-09T03:16:28.321Z | Compiling fnv v1.0.7 |
606 | 2024-07-09T03:16:28.435Z | Compiling equivalent v1.0.1 |
607 | 2024-07-09T03:16:28.636Z | Compiling futures-channel v0.3.30 |
608 | 2024-07-09T03:16:28.811Z | Compiling pin-utils v0.1.0 |
609 | 2024-07-09T03:16:28.820Z | Compiling pkg-config v0.3.30 |
610 | 2024-07-09T03:16:28.885Z | Compiling vcpkg v0.2.15 |
611 | 2024-07-09T03:16:28.932Z | Compiling futures-task v0.3.30 |
612 | 2024-07-09T03:16:28.988Z | Compiling futures-io v0.3.30 |
613 | 2024-07-09T03:16:29.079Z | Compiling heck v0.5.0 |
614 | 2024-07-09T03:16:29.513Z | Compiling ucd-trie v0.1.6 |
615 | 2024-07-09T03:16:29.520Z | Compiling iana-time-zone v0.1.60 |
616 | 2024-07-09T03:16:29.988Z | Compiling http v0.2.12 |
617 | 2024-07-09T03:16:30.222Z | Compiling httparse v1.9.4 |
618 | 2024-07-09T03:16:30.389Z | Compiling dyn-clone v1.0.17 |
619 | 2024-07-09T03:16:30.561Z | Compiling openssl-sys v0.9.102 |
620 | 2024-07-09T03:16:31.035Z | Compiling tracing-core v0.1.32 |
621 | 2024-07-09T03:16:31.404Z | Compiling chrono v0.4.38 |
622 | 2024-07-09T03:16:31.534Z | Compiling uuid v1.10.0 |
623 | 2024-07-09T03:16:32.094Z | Compiling tracing v0.1.40 |
624 | 2024-07-09T03:16:32.783Z | Compiling serde_derive_internals v0.29.1 |
625 | 2024-07-09T03:16:33.510Z | Compiling openssl v0.10.64 |
626 | 2024-07-09T03:16:33.926Z | Compiling foreign-types-shared v0.1.1 |
627 | 2024-07-09T03:16:33.944Z | Compiling try-lock v0.2.5 |
628 | 2024-07-09T03:16:34.078Z | Compiling slog v2.7.0 |
629 | 2024-07-09T03:16:34.366Z | Compiling want v0.3.1 |
630 | 2024-07-09T03:16:34.405Z | Compiling foreign-types v0.3.2 |
631 | 2024-07-09T03:16:34.606Z | Compiling http-body v0.4.6 |
632 | 2024-07-09T03:16:34.705Z | Compiling aho-corasick v1.1.3 |
633 | 2024-07-09T03:16:35.109Z | Compiling tower-service v0.3.2 |
634 | 2024-07-09T03:16:35.128Z | Compiling regex-syntax v0.8.4 |
635 | 2024-07-09T03:16:35.213Z | Compiling percent-encoding v2.3.1 |
636 | 2024-07-09T03:16:35.677Z | Compiling bitflags v2.6.0 |
637 | 2024-07-09T03:16:35.938Z | Compiling rustls v0.21.12 |
638 | 2024-07-09T03:16:36.026Z | Compiling typenum v1.17.0 |
639 | 2024-07-09T03:16:36.171Z | Compiling native-tls v0.2.12 |
640 | 2024-07-09T03:16:36.221Z | Compiling tinyvec_macros v0.1.1 |
641 | 2024-07-09T03:16:36.300Z | Compiling httpdate v1.0.3 |
642 | 2024-07-09T03:16:36.524Z | Compiling tinyvec v1.8.0 |
643 | 2024-07-09T03:16:37.048Z | Compiling form_urlencoded v1.2.1 |
644 | 2024-07-09T03:16:37.587Z | Compiling generic-array v0.14.7 |
645 | 2024-07-09T03:16:38.051Z | Compiling openssl-probe v0.1.5 |
646 | 2024-07-09T03:16:38.177Z | Compiling unicode-normalization v0.1.23 |
647 | 2024-07-09T03:16:38.353Z | Compiling serde_derive v1.0.204 |
648 | 2024-07-09T03:16:38.572Z | Compiling zerocopy-derive v0.7.35 |
649 | 2024-07-09T03:16:38.894Z | Compiling thiserror-impl v1.0.61 |
650 | 2024-07-09T03:16:39.285Z | Compiling schemars_derive v0.8.21 |
651 | 2024-07-09T03:16:39.458Z | Compiling tokio-macros v2.3.0 |
652 | 2024-07-09T03:16:40.707Z | Compiling zerocopy v0.7.35 |
653 | 2024-07-09T03:16:41.089Z | Compiling tokio v1.38.0 |
654 | 2024-07-09T03:16:41.894Z | Compiling futures-macro v0.3.30 |
655 | 2024-07-09T03:16:42.405Z | Compiling pest v2.7.11 |
656 | 2024-07-09T03:16:42.783Z | Compiling hashbrown v0.14.5 |
657 | 2024-07-09T03:16:43.899Z | Compiling futures-util v0.3.30 |
658 | 2024-07-09T03:16:44.446Z | Compiling openssl-macros v0.1.1 |
659 | 2024-07-09T03:16:44.721Z | Compiling regress v0.10.0 |
660 | 2024-07-09T03:16:45.242Z | Compiling pest_meta v2.7.11 |
661 | 2024-07-09T03:16:46.032Z | Compiling sct v0.7.1 |
662 | 2024-07-09T03:16:49.499Z | Compiling tokio-util v0.7.11 |
663 | 2024-07-09T03:16:49.575Z | Compiling pest_generator v2.7.11 |
664 | 2024-07-09T03:16:51.165Z | Compiling rustls-webpki v0.101.7 |
665 | 2024-07-09T03:16:51.419Z | Compiling pest_derive v2.7.11 |
666 | 2024-07-09T03:16:51.800Z | Compiling regex-automata v0.4.7 |
667 | 2024-07-09T03:16:55.442Z | Compiling serde_tokenstream v0.2.1 |
668 | 2024-07-09T03:16:55.582Z | Compiling indexmap v2.2.6 |
669 | 2024-07-09T03:17:00.119Z | Compiling h2 v0.3.26 |
670 | 2024-07-09T03:17:00.463Z | Compiling regex v1.10.5 |
671 | 2024-07-09T03:17:01.447Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#4b8ede60) |
672 | 2024-07-09T03:17:04.797Z | Compiling scroll_derive v0.12.0 |
673 | 2024-07-09T03:17:05.525Z | Compiling hyper v0.14.29 |
674 | 2024-07-09T03:17:10.774Z | Compiling usdt-impl v0.5.0 |
675 | 2024-07-09T03:17:11.120Z | Compiling encoding_rs v0.8.34 |
676 | 2024-07-09T03:17:11.215Z | Compiling powerfmt v0.2.0 |
677 | 2024-07-09T03:17:11.699Z | Compiling mime v0.3.17 |
678 | 2024-07-09T03:17:12.787Z | Compiling unicode-bidi v0.3.15 |
679 | 2024-07-09T03:17:14.359Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#4b8ede60) |
680 | 2024-07-09T03:17:15.927Z | Compiling time-core v0.1.2 |
681 | 2024-07-09T03:17:16.183Z | Compiling num-conv v0.1.0 |
682 | 2024-07-09T03:17:16.445Z | Compiling time-macros v0.2.18 |
683 | 2024-07-09T03:17:18.466Z | Compiling idna v0.5.0 |
684 | 2024-07-09T03:17:19.429Z | Compiling deranged v0.3.11 |
685 | 2024-07-09T03:17:22.222Z | Compiling scroll v0.12.0 |
686 | 2024-07-09T03:17:22.414Z | Compiling tokio-native-tls v0.3.1 |
687 | 2024-07-09T03:17:22.700Z | Compiling tokio-rustls v0.24.1 |
688 | 2024-07-09T03:17:22.857Z | Compiling dof v0.3.0 |
689 | 2024-07-09T03:17:23.106Z | Compiling serde_urlencoded v0.7.1 |
690 | 2024-07-09T03:17:23.383Z | Compiling dtrace-parser v0.2.0 |
691 | 2024-07-09T03:17:23.516Z | Compiling thread-id v4.2.1 |
692 | 2024-07-09T03:17:23.612Z | Compiling ident_case v1.0.1 |
693 | 2024-07-09T03:17:23.692Z | Compiling omicron-workspace-hack v0.1.0 |
694 | 2024-07-09T03:17:23.767Z | Compiling crossbeam-utils v0.8.20 |
695 | 2024-07-09T03:17:24.226Z | Compiling plain v0.2.3 |
696 | 2024-07-09T03:17:24.435Z | Compiling base64 v0.21.7 |
697 | 2024-07-09T03:17:25.042Z | Compiling num_threads v0.1.7 |
698 | 2024-07-09T03:17:25.150Z | Compiling rustls-pki-types v1.7.0 |
699 | 2024-07-09T03:17:25.187Z | Compiling strsim v0.11.1 |
700 | 2024-07-09T03:17:25.659Z | Compiling darling_core v0.20.9 |
701 | 2024-07-09T03:17:25.940Z | Compiling time v0.3.36 |
702 | 2024-07-09T03:17:26.737Z | Compiling rustls-pemfile v1.0.4 |
703 | 2024-07-09T03:17:32.690Z | Compiling goblin v0.8.2 |
704 | 2024-07-09T03:17:34.018Z | Compiling hyper-rustls v0.24.2 |
705 | 2024-07-09T03:17:34.435Z | Compiling hyper-tls v0.5.0 |
706 | 2024-07-09T03:17:34.453Z | Compiling url v2.5.2 |
707 | 2024-07-09T03:17:34.961Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#4b8ede60) |
708 | 2024-07-09T03:17:35.037Z | Compiling openapiv3 v2.0.0 |
709 | 2024-07-09T03:17:35.590Z | Compiling dirs-sys-next v0.1.2 |
710 | 2024-07-09T03:17:36.958Z | Compiling sync_wrapper v0.1.2 |
711 | 2024-07-09T03:17:37.084Z | Compiling paste v1.0.15 |
712 | 2024-07-09T03:17:37.566Z | Compiling pretty-hex v0.4.1 |
713 | 2024-07-09T03:17:37.771Z | Compiling webpki-roots v0.25.4 |
714 | 2024-07-09T03:17:37.914Z | Compiling unsafe-libyaml v0.2.11 |
715 | 2024-07-09T03:17:39.325Z | Compiling rustls v0.22.4 |
716 | 2024-07-09T03:17:39.611Z | Compiling ipnet v2.9.0 |
717 | 2024-07-09T03:17:39.667Z | Compiling rustversion v1.0.17 |
718 | 2024-07-09T03:17:40.533Z | Compiling reqwest v0.11.27 |
719 | 2024-07-09T03:17:40.534Z | Compiling serde_yaml v0.9.34+deprecated |
720 | 2024-07-09T03:17:42.335Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#26bbe2cf) |
721 | 2024-07-09T03:17:44.207Z | Compiling dirs-next v2.0.0 |
722 | 2024-07-09T03:17:46.230Z | Compiling darling_macro v0.20.9 |
723 | 2024-07-09T03:17:47.506Z | Compiling rustls-webpki v0.102.5 |
724 | 2024-07-09T03:17:48.858Z | Compiling block-buffer v0.10.4 |
725 | 2024-07-09T03:17:49.078Z | Compiling crypto-common v0.1.6 |
726 | 2024-07-09T03:17:49.279Z | Compiling toml_datetime v0.6.6 |
727 | 2024-07-09T03:17:49.502Z | Compiling serde_spanned v0.6.6 |
728 | 2024-07-09T03:17:49.747Z | Compiling structmeta-derive v0.3.0 |
729 | 2024-07-09T03:17:49.980Z | Compiling rand_core v0.6.4 |
730 | 2024-07-09T03:17:50.550Z | Compiling multer v3.1.0 |
731 | 2024-07-09T03:17:50.833Z | Compiling thread_local v1.1.8 |
732 | 2024-07-09T03:17:50.870Z | Compiling camino v1.1.7 |
733 | 2024-07-09T03:17:51.444Z | Compiling winnow v0.6.13 |
734 | 2024-07-09T03:17:51.623Z | Compiling anyhow v1.0.86 |
735 | 2024-07-09T03:17:52.048Z | Compiling ppv-lite86 v0.2.17 |
736 | 2024-07-09T03:17:52.184Z | Compiling subtle v2.6.1 |
737 | 2024-07-09T03:17:52.446Z | Compiling zeroize v1.8.1 |
738 | 2024-07-09T03:17:52.565Z | Compiling match_cfg v0.1.0 |
739 | 2024-07-09T03:17:52.647Z | Compiling slog-async v2.8.0 |
740 | 2024-07-09T03:17:52.793Z | Compiling rand_chacha v0.3.1 |
741 | 2024-07-09T03:17:52.946Z | Compiling hostname v0.3.1 |
742 | 2024-07-09T03:17:53.181Z | Compiling structmeta v0.3.0 |
743 | 2024-07-09T03:17:53.556Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#26bbe2cf) |
744 | 2024-07-09T03:17:54.500Z | Compiling digest v0.10.7 |
745 | 2024-07-09T03:17:55.875Z | Compiling toml_edit v0.22.15 |
746 | 2024-07-09T03:17:57.425Z | Compiling darling v0.20.9 |
747 | 2024-07-09T03:17:57.527Z | Compiling crossbeam-channel v0.5.13 |
748 | 2024-07-09T03:17:59.298Z | Compiling term v0.7.0 |
749 | 2024-07-09T03:18:05.021Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#26bbe2cf) |
750 | 2024-07-09T03:18:06.661Z | Compiling usdt-attr-macro v0.5.0 |
751 | 2024-07-09T03:18:06.811Z | Compiling usdt-macro v0.5.0 |
752 | 2024-07-09T03:18:08.154Z | Compiling slog-json v2.6.1 |
753 | 2024-07-09T03:18:08.175Z | Compiling futures-executor v0.3.30 |
754 | 2024-07-09T03:18:08.770Z | Compiling async-stream-impl v0.3.5 |
755 | 2024-07-09T03:18:09.544Z | Compiling http v1.1.0 |
756 | 2024-07-09T03:18:09.783Z | Compiling memmap v0.7.0 |
757 | 2024-07-09T03:18:10.102Z | Compiling is-terminal v0.4.12 |
758 | 2024-07-09T03:18:10.216Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#c9e89ccd) |
759 | 2024-07-09T03:18:10.256Z | Compiling cpufeatures v0.2.12 |
760 | 2024-07-09T03:18:10.273Z | Compiling atomic-waker v1.1.2 |
761 | 2024-07-09T03:18:10.440Z | Compiling base64 v0.22.1 |
762 | 2024-07-09T03:18:10.457Z | Compiling take_mut v0.2.2 |
763 | 2024-07-09T03:18:14.300Z | Compiling rustls-pemfile v2.1.2 |
764 | 2024-07-09T03:18:14.447Z | Compiling waitgroup v0.1.2 |
765 | 2024-07-09T03:18:14.557Z | Compiling sha1 v0.10.6 |
766 | 2024-07-09T03:18:15.254Z | Compiling slog-term v2.9.1 |
767 | 2024-07-09T03:18:15.413Z | Compiling async-stream v0.3.5 |
768 | 2024-07-09T03:18:15.413Z | Compiling usdt v0.5.0 |
769 | 2024-07-09T03:18:15.565Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#26bbe2cf) |
770 | 2024-07-09T03:18:15.574Z | Compiling slog-bunyan v2.5.0 |
771 | 2024-07-09T03:18:15.874Z | Compiling futures v0.3.30 |
772 | 2024-07-09T03:18:16.015Z | Compiling strum_macros v0.26.4 |
773 | 2024-07-09T03:18:16.874Z | Compiling toml v0.8.14 |
774 | 2024-07-09T03:18:17.622Z | Compiling serde_with_macros v3.8.3 |
775 | 2024-07-09T03:18:20.552Z | Compiling tokio-rustls v0.25.0 |
776 | 2024-07-09T03:18:20.983Z | Compiling parse-display-derive v0.9.1 |
777 | 2024-07-09T03:18:22.414Z | Compiling rand v0.8.5 |
778 | 2024-07-09T03:18:24.034Z | Compiling newtype-uuid v1.1.0 |
779 | 2024-07-09T03:18:24.365Z | Compiling ipnetwork v0.20.0 |
780 | 2024-07-09T03:18:24.430Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#c9e89ccd) |
781 | 2024-07-09T03:18:24.598Z | Compiling serde_path_to_error v0.1.16 |
782 | 2024-07-09T03:18:25.260Z | Compiling hex v0.4.3 |
783 | 2024-07-09T03:18:25.628Z | Compiling async-trait v0.1.81 |
784 | 2024-07-09T03:18:25.940Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
785 | 2024-07-09T03:18:26.769Z | Compiling hostname v0.4.0 |
786 | 2024-07-09T03:18:27.008Z | Compiling instant v0.1.13 |
787 | 2024-07-09T03:18:27.159Z | Compiling debug-ignore v1.0.5 |
788 | 2024-07-09T03:18:27.289Z | Compiling backoff v0.4.0 |
789 | 2024-07-09T03:18:27.294Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
790 | 2024-07-09T03:18:27.496Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
791 | 2024-07-09T03:18:27.617Z | Compiling parse-display v0.9.1 |
792 | 2024-07-09T03:18:27.646Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#f37a7aaf) |
793 | 2024-07-09T03:18:28.186Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
794 | 2024-07-09T03:18:28.765Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6e0a232fd0b443c19f61f94bf02b7695505aa8e3#6e0a232f) |
795 | 2024-07-09T03:18:29.295Z | Compiling strum v0.26.3 |
796 | 2024-07-09T03:18:29.470Z | Compiling serde_with v3.8.3 |
797 | 2024-07-09T03:18:29.663Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
798 | 2024-07-09T03:18:30.379Z | Compiling macaddr v1.0.1 |
799 | 2024-07-09T03:18:30.456Z | Compiling regress v0.9.1 |
800 | 2024-07-09T03:18:35.039Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
801 | 2024-07-09T03:18:45.003Z | Compiling test-project v0.1.0 (/tmp/test-project) |
802 | 2024-07-09T03:18:53.111Z | Finished `release` profile [optimized] target(s) in 2m 29s |
803 | 2024-07-09T03:18:53.160Z | process exited: duration 223759 ms, exit code 0 |
|
804 | 2024-07-09T03:18:53.166Z | found 0 output files |