|
|
|
1 | 2023-08-11T21:23:52.211Z | job assigned to worker 01H7K7PF547WPPA9YPQ8YR4307 (queued for 55 s) |
|
2 | 2023-08-11T21:23:52.335Z | starting task 0: "setup" |
3 | 2023-08-11T21:23:52.394Z | ++ uname -s |
4 | 2023-08-11T21:23:52.397Z | + kern=SunOS |
5 | 2023-08-11T21:23:52.401Z | + case "$kern" in |
6 | 2023-08-11T21:23:52.404Z | + groupadd -g 12345 build |
7 | 2023-08-11T21:23:52.407Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-08-11T21:23:54.415Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-08-11T21:23:54.501Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-08-11T21:23:54.504Z | + home_fs=zfs |
11 | 2023-08-11T21:23:54.506Z | + [[ zfs == autofs ]] |
12 | 2023-08-11T21:23:54.509Z | + mkdir -p /home/build |
13 | 2023-08-11T21:23:54.512Z | + chown build:build /home/build /work |
14 | 2023-08-11T21:23:56.509Z | + chmod 0700 /home/build /work |
15 | 2023-08-11T21:23:56.513Z | process exited: duration 4175 ms, exit code 0 |
|
16 | 2023-08-11T21:23:56.519Z | starting task 1: "rust-toolchain" |
17 | 2023-08-11T21:23:56.530Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-08-11T21:23:56.533Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
19 | 2023-08-11T21:23:56.716Z | info: downloading installer |
20 | 2023-08-11T21:23:58.745Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-08-11T21:23:58.748Z | warning: /opt/ooce/bin |
22 | 2023-08-11T21:23:58.751Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-08-11T21:23:58.754Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-08-11T21:23:58.756Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-08-11T21:23:58.759Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-08-11T21:23:58.762Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-08-11T21:23:58.765Z | error: cannot install while Rust is installed |
28 | 2023-08-11T21:23:58.767Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-08-11T21:23:58.843Z | info: profile set to 'default' |
30 | 2023-08-11T21:23:58.847Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-08-11T21:23:58.849Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
32 | 2023-08-11T21:23:59.029Z | info: latest update on 2023-08-03, rust version 1.71.1 (eb26296b5 2023-08-03) |
33 | 2023-08-11T21:23:59.032Z | info: downloading component 'cargo' |
34 | 2023-08-11T21:24:01.458Z | info: downloading component 'clippy' |
35 | 2023-08-11T21:24:02.497Z | info: downloading component 'rust-docs' |
36 | 2023-08-11T21:24:03.450Z | info: downloading component 'rust-std' |
37 | 2023-08-11T21:24:09.537Z | info: downloading component 'rustc' |
38 | 2023-08-11T21:24:25.507Z | info: downloading component 'rustfmt' |
39 | 2023-08-11T21:24:26.428Z | info: installing component 'cargo' |
40 | 2023-08-11T21:24:27.698Z | info: installing component 'clippy' |
41 | 2023-08-11T21:24:28.650Z | info: installing component 'rust-docs' |
42 | 2023-08-11T21:24:30.981Z | info: installing component 'rust-std' |
43 | 2023-08-11T21:24:34.096Z | info: installing component 'rustc' |
44 | 2023-08-11T21:24:44.015Z | info: installing component 'rustfmt' |
45 | 2023-08-11T21:24:44.574Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
46 | 2023-08-11T21:24:44.586Z | |
47 | 2023-08-11T21:24:44.712Z | stable-x86_64-unknown-illumos installed - rustc 1.71.1 (eb26296b5 2023-08-03) |
48 | 2023-08-11T21:24:44.722Z | |
49 | 2023-08-11T21:24:44.731Z | |
50 | 2023-08-11T21:24:44.735Z | Rust is installed now. Great! |
51 | 2023-08-11T21:24:44.740Z | |
52 | 2023-08-11T21:24:44.745Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-08-11T21:24:44.750Z | environment variable. This has not been done automatically. |
54 | 2023-08-11T21:24:44.754Z | |
55 | 2023-08-11T21:24:44.758Z | To configure your current shell, run: |
56 | 2023-08-11T21:24:44.762Z | source "$HOME/.cargo/env" |
57 | 2023-08-11T21:24:44.815Z | + rustc --version |
58 | 2023-08-11T21:24:45.349Z | rustc 1.71.1 (eb26296b5 2023-08-03) |
59 | 2023-08-11T21:24:45.352Z | process exited: duration 48428 ms, exit code 0 |
|
60 | 2023-08-11T21:24:45.357Z | starting task 2: "authentication" |
61 | 2023-08-11T21:24:45.408Z | process exited: duration 47 ms, exit code 0 |
|
62 | 2023-08-11T21:24:45.414Z | starting task 3: "clone repository" |
63 | 2023-08-11T21:24:45.426Z | + mkdir -p /work/oxidecomputer/propolis |
64 | 2023-08-11T21:24:45.442Z | + git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis |
65 | 2023-08-11T21:24:45.470Z | Cloning into '/work/oxidecomputer/propolis'... |
66 | 2023-08-11T21:24:47.127Z | + cd /work/oxidecomputer/propolis |
67 | 2023-08-11T21:24:47.136Z | + [[ -n '' ]] |
68 | 2023-08-11T21:24:47.148Z | + git fetch origin e2e461f969db88e5c55d14a866a2c4c2564c008c |
69 | 2023-08-11T21:24:47.684Z | From https://github.com/oxidecomputer/propolis |
70 | 2023-08-11T21:24:47.689Z | * branch e2e461f969db88e5c55d14a866a2c4c2564c008c -> FETCH_HEAD |
71 | 2023-08-11T21:24:47.692Z | + git reset --hard e2e461f969db88e5c55d14a866a2c4c2564c008c |
72 | 2023-08-11T21:24:47.724Z | HEAD is now at e2e461f Split up README content for server and standalone |
73 | 2023-08-11T21:24:47.729Z | process exited: duration 2306 ms, exit code 0 |
|
74 | 2023-08-11T21:24:47.735Z | starting task 4: "build" |
75 | 2023-08-11T21:24:47.746Z | + cargo --version |
76 | 2023-08-11T21:24:47.860Z | cargo 1.71.1 (7f1d04c00 2023-07-29) |
77 | 2023-08-11T21:24:47.866Z | + rustc --version |
78 | 2023-08-11T21:24:47.971Z | rustc 1.71.1 (eb26296b5 2023-08-03) |
79 | 2023-08-11T21:24:47.977Z | + banner check |
80 | 2023-08-11T21:24:48.088Z | |
81 | 2023-08-11T21:24:48.091Z | #### # # ###### #### # # |
82 | 2023-08-11T21:24:48.094Z | # # # # # # # # # |
83 | 2023-08-11T21:24:48.097Z | # ###### ##### # #### |
84 | 2023-08-11T21:24:48.100Z | # # # # # # # |
85 | 2023-08-11T21:24:48.103Z | # # # # # # # # # |
86 | 2023-08-11T21:24:48.107Z | #### # # ###### #### # # |
87 | 2023-08-11T21:24:48.110Z | |
88 | 2023-08-11T21:24:48.113Z | + ptime -m cargo check --features falcon |
89 | 2023-08-11T21:24:48.361Z | Updating crates.io index |
90 | 2023-08-11T21:24:48.367Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
91 | 2023-08-11T21:24:50.278Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
92 | 2023-08-11T21:24:52.095Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
93 | 2023-08-11T21:24:52.868Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
94 | 2023-08-11T21:25:00.763Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
95 | 2023-08-11T21:25:01.148Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
96 | 2023-08-11T21:25:01.545Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
97 | 2023-08-11T21:25:01.858Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
98 | 2023-08-11T21:25:02.222Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
99 | 2023-08-11T21:25:02.566Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
100 | 2023-08-11T21:25:03.308Z | Updating git repository `https://github.com/oxidecomputer/devinfo-sys` |
101 | 2023-08-11T21:25:03.776Z | Updating git repository `https://github.com/oxidecomputer/p4` |
102 | 2023-08-11T21:25:04.676Z | Updating git repository `https://github.com/oxidecomputer/typify` |
103 | 2023-08-11T21:25:06.556Z | Downloading crates ... |
104 | 2023-08-11T21:25:06.767Z | Downloaded radium v0.7.0 |
105 | 2023-08-11T21:25:06.776Z | Downloaded rustc_version v0.4.0 |
106 | 2023-08-11T21:25:06.780Z | Downloaded ryu v1.0.12 |
107 | 2023-08-11T21:25:06.786Z | Downloaded async-trait v0.1.72 |
108 | 2023-08-11T21:25:06.793Z | Downloaded futures-sink v0.3.28 |
109 | 2023-08-11T21:25:06.796Z | Downloaded scopeguard v1.1.0 |
110 | 2023-08-11T21:25:06.799Z | Downloaded either v1.8.0 |
111 | 2023-08-11T21:25:06.802Z | Downloaded generic-array v0.14.6 |
112 | 2023-08-11T21:25:06.805Z | Downloaded serde_path_to_error v0.1.11 |
113 | 2023-08-11T21:25:06.808Z | Downloaded futures-task v0.3.28 |
114 | 2023-08-11T21:25:06.811Z | Downloaded futures-channel v0.3.28 |
115 | 2023-08-11T21:25:06.816Z | Downloaded schemars v0.8.12 |
116 | 2023-08-11T21:25:06.840Z | Downloaded static_assertions v1.1.0 |
117 | 2023-08-11T21:25:06.846Z | Downloaded rustls-pemfile v1.0.3 |
118 | 2023-08-11T21:25:06.853Z | Downloaded tap v1.0.1 |
119 | 2023-08-11T21:25:06.857Z | Downloaded spin v0.5.2 |
120 | 2023-08-11T21:25:06.860Z | Downloaded assert_matches v1.5.0 |
121 | 2023-08-11T21:25:06.864Z | Downloaded anstyle-query v1.0.0 |
122 | 2023-08-11T21:25:06.867Z | Downloaded tinyvec_macros v0.1.0 |
123 | 2023-08-11T21:25:06.872Z | Downloaded thiserror-impl v1.0.40 |
124 | 2023-08-11T21:25:06.875Z | Downloaded atomic-waker v1.1.1 |
125 | 2023-08-11T21:25:06.878Z | Downloaded anstyle v1.0.0 |
126 | 2023-08-11T21:25:06.883Z | Downloaded subtle v2.4.1 |
127 | 2023-08-11T21:25:06.893Z | Downloaded siphasher v0.3.10 |
128 | 2023-08-11T21:25:06.896Z | Downloaded tokio-macros v2.1.0 |
129 | 2023-08-11T21:25:06.899Z | Downloaded take_mut v0.2.2 |
130 | 2023-08-11T21:25:06.903Z | Downloaded thread_local v1.1.4 |
131 | 2023-08-11T21:25:06.908Z | Downloaded foreign-types-shared v0.1.1 |
132 | 2023-08-11T21:25:06.911Z | Downloaded enum-iterator-derive v1.2.1 |
133 | 2023-08-11T21:25:06.913Z | Downloaded bitstruct v0.1.1 |
134 | 2023-08-11T21:25:06.916Z | Downloaded termcolor v1.1.3 |
135 | 2023-08-11T21:25:06.919Z | Downloaded time-macros v0.2.9 |
136 | 2023-08-11T21:25:06.923Z | Downloaded thread-id v4.0.0 |
137 | 2023-08-11T21:25:06.927Z | Downloaded dtrace-parser v0.1.14 |
138 | 2023-08-11T21:25:06.930Z | Downloaded cipher v0.4.3 |
139 | 2023-08-11T21:25:06.932Z | Downloaded rustc_version v0.1.7 |
140 | 2023-08-11T21:25:06.935Z | Downloaded match_cfg v0.1.0 |
141 | 2023-08-11T21:25:06.939Z | Downloaded enum-as-inner v0.5.1 |
142 | 2023-08-11T21:25:06.942Z | Downloaded signal-hook-registry v1.4.0 |
143 | 2023-08-11T21:25:06.945Z | Downloaded slab v0.4.7 |
144 | 2023-08-11T21:25:06.948Z | Downloaded funty v2.0.0 |
145 | 2023-08-11T21:25:06.951Z | Downloaded time v0.1.45 |
146 | 2023-08-11T21:25:06.955Z | Downloaded try-lock v0.2.4 |
147 | 2023-08-11T21:25:06.958Z | Downloaded sha2 v0.10.6 |
148 | 2023-08-11T21:25:06.961Z | Downloaded toml_datetime v0.6.2 |
149 | 2023-08-11T21:25:06.964Z | Downloaded usdt-macro v0.3.5 |
150 | 2023-08-11T21:25:06.967Z | Downloaded thiserror v1.0.40 |
151 | 2023-08-11T21:25:06.970Z | Downloaded tokio-tungstenite v0.17.2 |
152 | 2023-08-11T21:25:06.973Z | Downloaded strsim v0.10.0 |
153 | 2023-08-11T21:25:06.976Z | Downloaded slog-bunyan v2.4.0 |
154 | 2023-08-11T21:25:06.979Z | Downloaded num_cpus v1.15.0 |
155 | 2023-08-11T21:25:06.982Z | Downloaded tokio-rustls v0.23.4 |
156 | 2023-08-11T21:25:06.985Z | Downloaded pkg-config v0.3.26 |
157 | 2023-08-11T21:25:06.989Z | Downloaded usdt-attr-macro v0.3.5 |
158 | 2023-08-11T21:25:06.992Z | Downloaded socket2 v0.4.9 |
159 | 2023-08-11T21:25:06.995Z | Downloaded wyz v0.5.1 |
160 | 2023-08-11T21:25:06.998Z | Downloaded unicode-xid v0.2.4 |
161 | 2023-08-11T21:25:07.002Z | Downloaded dirs-next v2.0.0 |
162 | 2023-08-11T21:25:07.005Z | Downloaded sct v0.7.0 |
163 | 2023-08-11T21:25:07.008Z | Downloaded utf-8 v0.7.6 |
164 | 2023-08-11T21:25:07.011Z | Downloaded usdt v0.3.5 |
165 | 2023-08-11T21:25:07.016Z | Downloaded textwrap v0.16.0 |
166 | 2023-08-11T21:25:07.018Z | Downloaded parse-display v0.7.0 |
167 | 2023-08-11T21:25:07.021Z | Downloaded instant v0.1.12 |
168 | 2023-08-11T21:25:07.024Z | Downloaded untrusted v0.7.1 |
169 | 2023-08-11T21:25:07.028Z | Downloaded universal-hash v0.5.0 |
170 | 2023-08-11T21:25:07.032Z | Downloaded tinyvec v1.6.0 |
171 | 2023-08-11T21:25:07.035Z | Downloaded zerocopy v0.3.0 |
172 | 2023-08-11T21:25:07.037Z | Downloaded serde v1.0.164 |
173 | 2023-08-11T21:25:07.042Z | Downloaded tracing-attributes v0.1.23 |
174 | 2023-08-11T21:25:07.047Z | Downloaded utf8parse v0.2.1 |
175 | 2023-08-11T21:25:07.050Z | Downloaded parse-display-derive v0.7.0 |
176 | 2023-08-11T21:25:07.052Z | Downloaded unicode-width v0.1.10 |
177 | 2023-08-11T21:25:07.055Z | Downloaded tokio-rustls v0.24.1 |
178 | 2023-08-11T21:25:07.059Z | Downloaded fallible-streaming-iterator v0.1.9 |
179 | 2023-08-11T21:25:07.061Z | Downloaded bytes v1.4.0 |
180 | 2023-08-11T21:25:07.068Z | Downloaded tokio-postgres v0.7.7 |
181 | 2023-08-11T21:25:07.078Z | Downloaded want v0.3.0 |
182 | 2023-08-11T21:25:07.081Z | Downloaded rustls-webpki v0.100.1 |
183 | 2023-08-11T21:25:07.090Z | Downloaded serde_derive v1.0.164 |
184 | 2023-08-11T21:25:07.096Z | Downloaded quick-error v1.2.3 |
185 | 2023-08-11T21:25:07.099Z | Downloaded proc-macro2 v1.0.63 |
186 | 2023-08-11T21:25:07.103Z | Downloaded native-tls v0.2.11 |
187 | 2023-08-11T21:25:07.107Z | Downloaded zeroize v1.3.0 |
188 | 2023-08-11T21:25:07.109Z | Downloaded typenum v1.16.0 |
189 | 2023-08-11T21:25:07.113Z | Downloaded unicode-bidi v0.3.8 |
190 | 2023-08-11T21:25:07.117Z | Downloaded tungstenite v0.17.3 |
191 | 2023-08-11T21:25:07.123Z | Downloaded unicode-ident v1.0.11 |
192 | 2023-08-11T21:25:07.127Z | Downloaded proc-macro-crate v1.2.1 |
193 | 2023-08-11T21:25:07.130Z | Downloaded postgres-protocol v0.6.4 |
194 | 2023-08-11T21:25:07.133Z | Downloaded log v0.4.17 |
195 | 2023-08-11T21:25:07.136Z | Downloaded pest_meta v2.6.0 |
196 | 2023-08-11T21:25:07.140Z | Downloaded lock_api v0.4.9 |
197 | 2023-08-11T21:25:07.142Z | Downloaded io-lifetimes v1.0.3 |
198 | 2023-08-11T21:25:07.147Z | Downloaded time v0.3.21 |
199 | 2023-08-11T21:25:07.158Z | Downloaded toml v0.7.4 |
200 | 2023-08-11T21:25:07.164Z | Downloaded version_check v0.9.4 |
201 | 2023-08-11T21:25:07.167Z | Downloaded tracing-core v0.1.30 |
202 | 2023-08-11T21:25:07.171Z | Downloaded unsafe-libyaml v0.2.5 |
203 | 2023-08-11T21:25:07.177Z | Downloaded uuid v1.4.0 |
204 | 2023-08-11T21:25:07.185Z | Downloaded quote v1.0.30 |
205 | 2023-08-11T21:25:07.189Z | Downloaded tracing v0.1.37 |
206 | 2023-08-11T21:25:07.197Z | Downloaded vergen v8.2.1 |
207 | 2023-08-11T21:25:07.201Z | Downloaded num-traits v0.2.15 |
208 | 2023-08-11T21:25:07.206Z | Downloaded serde_with v2.3.2 |
209 | 2023-08-11T21:25:07.219Z | Downloaded webpki v0.22.0 |
210 | 2023-08-11T21:25:07.230Z | Downloaded toml_edit v0.19.10 |
211 | 2023-08-11T21:25:07.260Z | Downloaded reqwest v0.11.18 |
212 | 2023-08-11T21:25:07.273Z | Downloaded portable-atomic v0.3.19 |
213 | 2023-08-11T21:25:07.281Z | Downloaded mio v0.8.8 |
214 | 2023-08-11T21:25:07.294Z | Downloaded unicode-normalization v0.1.22 |
215 | 2023-08-11T21:25:07.304Z | Downloaded serde_json v1.0.99 |
216 | 2023-08-11T21:25:07.318Z | Downloaded steno v0.3.1 |
217 | 2023-08-11T21:25:07.326Z | Downloaded pest v2.6.0 |
218 | 2023-08-11T21:25:07.335Z | Downloaded itertools v0.11.0 |
219 | 2023-08-11T21:25:07.348Z | Downloaded winnow v0.4.6 |
220 | 2023-08-11T21:25:07.364Z | Downloaded regress v0.5.0 |
221 | 2023-08-11T21:25:07.381Z | Downloaded petgraph v0.6.2 |
222 | 2023-08-11T21:25:07.405Z | Downloaded syn v2.0.27 |
223 | 2023-08-11T21:25:07.426Z | Downloaded syn v1.0.107 |
224 | 2023-08-11T21:25:07.446Z | Downloaded openssl v0.10.55 |
225 | 2023-08-11T21:25:07.465Z | Downloaded webpki-roots v0.22.6 |
226 | 2023-08-11T21:25:07.472Z | Downloaded rustix v0.37.3 |
227 | 2023-08-11T21:25:07.507Z | Downloaded vcpkg v0.2.15 |
228 | 2023-08-11T21:25:07.577Z | Downloaded idna v0.3.0 |
229 | 2023-08-11T21:25:07.589Z | Downloaded idna v0.2.3 |
230 | 2023-08-11T21:25:07.603Z | Downloaded openapiv3 v1.0.2 |
231 | 2023-08-11T21:25:07.625Z | Downloaded nix v0.26.1 |
232 | 2023-08-11T21:25:07.645Z | Downloaded bstr v1.6.0 |
233 | 2023-08-11T21:25:07.665Z | Downloaded regex-syntax v0.7.4 |
234 | 2023-08-11T21:25:07.681Z | Downloaded trust-dns-proto v0.22.0 |
235 | 2023-08-11T21:25:07.703Z | Downloaded rustls v0.20.8 |
236 | 2023-08-11T21:25:07.724Z | Downloaded regex-automata v0.3.3 |
237 | 2023-08-11T21:25:07.756Z | Downloaded regress v0.6.0 |
238 | 2023-08-11T21:25:07.769Z | Downloaded zerocopy-derive v0.2.0 |
239 | 2023-08-11T21:25:07.785Z | Downloaded rustls v0.21.2 |
240 | 2023-08-11T21:25:07.806Z | Downloaded regex-syntax v0.6.28 |
241 | 2023-08-11T21:25:07.819Z | Downloaded bitvec v1.0.1 |
242 | 2023-08-11T21:25:07.848Z | Downloaded tokio v1.29.1 |
243 | 2023-08-11T21:25:07.914Z | Downloaded libc v0.2.147 |
244 | 2023-08-11T21:25:07.961Z | Downloaded regex v1.9.1 |
245 | 2023-08-11T21:25:07.986Z | Downloaded hyper v0.14.26 |
246 | 2023-08-11T21:25:07.999Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
247 | 2023-08-11T21:25:08.099Z | Downloaded clap v3.2.24 |
248 | 2023-08-11T21:25:08.120Z | Downloaded h2 v0.3.19 |
249 | 2023-08-11T21:25:08.131Z | Downloaded clap_builder v4.3.0 |
250 | 2023-08-11T21:25:08.144Z | Downloaded chrono v0.4.26 |
251 | 2023-08-11T21:25:08.156Z | Downloaded git2 v0.17.2 |
252 | 2023-08-11T21:25:08.171Z | Downloaded num-bigint v0.4.3 |
253 | 2023-08-11T21:25:08.180Z | Downloaded aho-corasick v1.0.2 |
254 | 2023-08-11T21:25:08.188Z | Downloaded http v0.2.9 |
255 | 2023-08-11T21:25:08.199Z | Downloaded hashbrown v0.13.2 |
256 | 2023-08-11T21:25:08.208Z | Downloaded memchr v2.5.0 |
257 | 2023-08-11T21:25:08.217Z | Downloaded hashbrown v0.12.3 |
258 | 2023-08-11T21:25:08.221Z | Downloaded aes v0.8.2 |
259 | 2023-08-11T21:25:08.228Z | Downloaded trust-dns-resolver v0.22.0 |
260 | 2023-08-11T21:25:08.238Z | Downloaded const_format v0.2.30 |
261 | 2023-08-11T21:25:08.249Z | Downloaded parking_lot v0.12.1 |
262 | 2023-08-11T21:25:08.255Z | Downloaded indexmap v1.9.3 |
263 | 2023-08-11T21:25:08.263Z | Downloaded futures-util v0.3.28 |
264 | 2023-08-11T21:25:08.274Z | Downloaded crossbeam-channel v0.5.6 |
265 | 2023-08-11T21:25:08.279Z | Downloaded url v2.3.1 |
266 | 2023-08-11T21:25:08.283Z | Downloaded toml v0.5.11 |
267 | 2023-08-11T21:25:08.287Z | Downloaded tokio-util v0.7.4 |
268 | 2023-08-11T21:25:08.300Z | Downloaded proc-macro-error v1.0.4 |
269 | 2023-08-11T21:25:08.305Z | Downloaded ppv-lite86 v0.2.17 |
270 | 2023-08-11T21:25:08.309Z | Downloaded postgres-types v0.2.4 |
271 | 2023-08-11T21:25:08.313Z | Downloaded rusqlite v0.29.0 |
272 | 2023-08-11T21:25:08.319Z | Downloaded openssl-sys v0.9.90 |
273 | 2023-08-11T21:25:08.328Z | Downloaded indicatif v0.17.3 |
274 | 2023-08-11T21:25:08.335Z | Downloaded proc-macro-error-attr v1.0.4 |
275 | 2023-08-11T21:25:08.343Z | Downloaded md-5 v0.10.5 |
276 | 2023-08-11T21:25:08.349Z | Downloaded linked-hash-map v0.5.6 |
277 | 2023-08-11T21:25:08.356Z | Downloaded base64 v0.21.2 |
278 | 2023-08-11T21:25:08.368Z | Downloaded hyper-rustls v0.24.0 |
279 | 2023-08-11T21:25:08.377Z | Downloaded httparse v1.8.0 |
280 | 2023-08-11T21:25:08.380Z | Downloaded hmac v0.12.1 |
281 | 2023-08-11T21:25:08.383Z | Downloaded phf v0.11.1 |
282 | 2023-08-11T21:25:08.389Z | Downloaded once_cell v1.18.0 |
283 | 2023-08-11T21:25:08.399Z | Downloaded slog v2.7.0 |
284 | 2023-08-11T21:25:08.407Z | Downloaded opaque-debug v0.3.0 |
285 | 2023-08-11T21:25:08.414Z | Downloaded num_enum_derive v0.5.11 |
286 | 2023-08-11T21:25:08.420Z | Downloaded num_enum v0.6.1 |
287 | 2023-08-11T21:25:08.426Z | Downloaded libloading v0.7.4 |
288 | 2023-08-11T21:25:08.437Z | Downloaded encoding_rs v0.8.31 |
289 | 2023-08-11T21:25:08.443Z | Downloaded ucd-trie v0.1.5 |
290 | 2023-08-11T21:25:08.446Z | Downloaded num_enum v0.5.11 |
291 | 2023-08-11T21:25:08.449Z | Downloaded num-rational v0.4.1 |
292 | 2023-08-11T21:25:08.455Z | Downloaded ipnet v2.7.1 |
293 | 2023-08-11T21:25:08.458Z | Downloaded hashlink v0.8.1 |
294 | 2023-08-11T21:25:08.463Z | Downloaded ron v0.7.1 |
295 | 2023-08-11T21:25:08.466Z | Downloaded num-iter v0.1.43 |
296 | 2023-08-11T21:25:08.468Z | Downloaded num-complex v0.4.2 |
297 | 2023-08-11T21:25:08.471Z | Downloaded memoffset v0.7.1 |
298 | 2023-08-11T21:25:08.474Z | Downloaded ipnetwork v0.20.0 |
299 | 2023-08-11T21:25:08.477Z | Downloaded base64 v0.13.1 |
300 | 2023-08-11T21:25:08.480Z | Downloaded arc-swap v1.6.0 |
301 | 2023-08-11T21:25:08.483Z | Downloaded darling_core v0.14.2 |
302 | 2023-08-11T21:25:08.486Z | Downloaded macaddr v1.0.1 |
303 | 2023-08-11T21:25:08.489Z | Downloaded iana-time-zone v0.1.53 |
304 | 2023-08-11T21:25:08.492Z | Downloaded humantime v2.1.0 |
305 | 2023-08-11T21:25:08.495Z | Downloaded http-body v0.4.5 |
306 | 2023-08-11T21:25:08.498Z | Downloaded pest_generator v2.6.0 |
307 | 2023-08-11T21:25:08.502Z | Downloaded hex v0.4.3 |
308 | 2023-08-11T21:25:08.505Z | Downloaded waitgroup v0.1.2 |
309 | 2023-08-11T21:25:08.508Z | Downloaded serde_yaml v0.9.17 |
310 | 2023-08-11T21:25:08.511Z | Downloaded pretty-hex v0.2.1 |
311 | 2023-08-11T21:25:08.515Z | Downloaded phf_shared v0.11.1 |
312 | 2023-08-11T21:25:08.518Z | Downloaded openssl-macros v0.1.0 |
313 | 2023-08-11T21:25:08.521Z | Downloaded number_prefix v0.4.0 |
314 | 2023-08-11T21:25:08.524Z | Downloaded futures v0.3.28 |
315 | 2023-08-11T21:25:08.527Z | Downloaded jobserver v0.1.25 |
316 | 2023-08-11T21:25:08.530Z | Downloaded parking_lot_core v0.9.6 |
317 | 2023-08-11T21:25:08.535Z | Downloaded inout v0.1.3 |
318 | 2023-08-11T21:25:08.538Z | Downloaded heck v0.4.1 |
319 | 2023-08-11T21:25:08.541Z | Downloaded usdt-impl v0.3.5 |
320 | 2023-08-11T21:25:08.544Z | Downloaded pin-project-lite v0.2.9 |
321 | 2023-08-11T21:25:08.547Z | Downloaded os_str_bytes v6.4.1 |
322 | 2023-08-11T21:25:08.551Z | Downloaded num v0.4.0 |
323 | 2023-08-11T21:25:08.554Z | Downloaded lru-cache v0.1.2 |
324 | 2023-08-11T21:25:08.557Z | Downloaded lazy_static v1.4.0 |
325 | 2023-08-11T21:25:08.559Z | Downloaded clap v4.3.0 |
326 | 2023-08-11T21:25:08.566Z | Downloaded cc v1.0.78 |
327 | 2023-08-11T21:25:08.569Z | Downloaded bitflags v2.1.0 |
328 | 2023-08-11T21:25:08.571Z | Downloaded anyhow v1.0.71 |
329 | 2023-08-11T21:25:08.574Z | Downloaded term v0.7.0 |
330 | 2023-08-11T21:25:08.577Z | Downloaded percent-encoding v2.3.0 |
331 | 2023-08-11T21:25:08.580Z | Downloaded newtype_derive v0.1.6 |
332 | 2023-08-11T21:25:08.582Z | Downloaded matches v0.1.10 |
333 | 2023-08-11T21:25:08.585Z | Downloaded is-terminal v0.4.7 |
334 | 2023-08-11T21:25:08.588Z | Downloaded dof v0.1.5 |
335 | 2023-08-11T21:25:08.591Z | Downloaded data-encoding v2.3.3 |
336 | 2023-08-11T21:25:08.595Z | Downloaded ident_case v1.0.1 |
337 | 2023-08-11T21:25:08.598Z | Downloaded hyper-tls v0.5.0 |
338 | 2023-08-11T21:25:08.601Z | Downloaded console v0.15.4 |
339 | 2023-08-11T21:25:08.604Z | Downloaded ahash v0.8.2 |
340 | 2023-08-11T21:25:08.607Z | Downloaded rand v0.8.5 |
341 | 2023-08-11T21:25:08.610Z | Downloaded backoff v0.4.0 |
342 | 2023-08-11T21:25:08.612Z | Downloaded twox-hash v1.6.3 |
343 | 2023-08-11T21:25:08.615Z | Downloaded polyval v0.6.0 |
344 | 2023-08-11T21:25:08.621Z | Downloaded num_enum_derive v0.6.1 |
345 | 2023-08-11T21:25:08.624Z | Downloaded num-integer v0.1.45 |
346 | 2023-08-11T21:25:08.627Z | Downloaded httpdate v1.0.2 |
347 | 2023-08-11T21:25:08.630Z | Downloaded globset v0.4.11 |
348 | 2023-08-11T21:25:08.633Z | Downloaded ascii v1.1.0 |
349 | 2023-08-11T21:25:08.636Z | Downloaded pin-utils v0.1.0 |
350 | 2023-08-11T21:25:08.639Z | Downloaded pest_derive v2.6.0 |
351 | 2023-08-11T21:25:08.642Z | Downloaded paste v1.0.12 |
352 | 2023-08-11T21:25:08.644Z | Downloaded openssl-probe v0.1.5 |
353 | 2023-08-11T21:25:08.649Z | Downloaded num_threads v0.1.6 |
354 | 2023-08-11T21:25:08.651Z | Downloaded itoa v1.0.5 |
355 | 2023-08-11T21:25:08.654Z | Downloaded hostname v0.3.1 |
356 | 2023-08-11T21:25:08.657Z | Downloaded ctrlc v3.2.4 |
357 | 2023-08-11T21:25:08.660Z | Downloaded clap_derive v3.2.24 |
358 | 2023-08-11T21:25:08.663Z | Downloaded tokio-native-tls v0.3.0 |
359 | 2023-08-11T21:25:08.666Z | Downloaded tempfile v3.5.0 |
360 | 2023-08-11T21:25:08.669Z | Downloaded strum_macros v0.24.3 |
361 | 2023-08-11T21:25:08.672Z | Downloaded slog-term v2.9.0 |
362 | 2023-08-11T21:25:08.675Z | Downloaded serde_tokenstream v0.1.6 |
363 | 2023-08-11T21:25:08.678Z | Downloaded serde_arrays v0.1.0 |
364 | 2023-08-11T21:25:08.681Z | Downloaded schemars_derive v0.8.12 |
365 | 2023-08-11T21:25:08.684Z | Downloaded mime v0.3.16 |
366 | 2023-08-11T21:25:08.687Z | Downloaded ringbuffer v0.14.1 |
367 | 2023-08-11T21:25:08.690Z | Downloaded fixedbitset v0.4.2 |
368 | 2023-08-11T21:25:08.693Z | Downloaded errno v0.3.0 |
369 | 2023-08-11T21:25:08.696Z | Downloaded erased-serde v0.3.24 |
370 | 2023-08-11T21:25:08.699Z | Downloaded slog-stdlog v4.1.1 |
371 | 2023-08-11T21:25:08.702Z | Downloaded slog-scope v4.4.0 |
372 | 2023-08-11T21:25:08.707Z | Downloaded slog-envlogger v2.2.0 |
373 | 2023-08-11T21:25:08.711Z | Downloaded darling v0.14.2 |
374 | 2023-08-11T21:25:08.714Z | Downloaded ahash v0.7.6 |
375 | 2023-08-11T21:25:08.717Z | Downloaded semver v0.1.20 |
376 | 2023-08-11T21:25:08.720Z | Downloaded glob v0.3.1 |
377 | 2023-08-11T21:25:08.723Z | Downloaded crypto-common v0.1.6 |
378 | 2023-08-11T21:25:08.727Z | Downloaded colored v2.0.0 |
379 | 2023-08-11T21:25:08.730Z | Downloaded byteorder v1.4.3 |
380 | 2023-08-11T21:25:08.733Z | Downloaded tower-service v0.3.2 |
381 | 2023-08-11T21:25:08.735Z | Downloaded structmeta-derive v0.1.5 |
382 | 2023-08-11T21:25:08.738Z | Downloaded structmeta v0.1.5 |
383 | 2023-08-11T21:25:08.741Z | Downloaded const_format_proc_macros v0.2.29 |
384 | 2023-08-11T21:25:08.744Z | Downloaded slog-dtrace v0.2.3 |
385 | 2023-08-11T21:25:08.748Z | Downloaded rand_core v0.6.4 |
386 | 2023-08-11T21:25:08.751Z | Downloaded form_urlencoded v1.1.0 |
387 | 2023-08-11T21:25:08.754Z | Downloaded dirs-sys-next v0.1.2 |
388 | 2023-08-11T21:25:08.757Z | Downloaded bit_field v0.10.1 |
389 | 2023-08-11T21:25:08.760Z | Downloaded autocfg v1.1.0 |
390 | 2023-08-11T21:25:08.763Z | Downloaded async-stream v0.3.5 |
391 | 2023-08-11T21:25:08.766Z | Downloaded async-recursion v1.0.4 |
392 | 2023-08-11T21:25:08.769Z | Downloaded rustversion v1.0.14 |
393 | 2023-08-11T21:25:08.773Z | Downloaded bincode v1.3.3 |
394 | 2023-08-11T21:25:08.775Z | Downloaded async-recursion v0.3.2 |
395 | 2023-08-11T21:25:08.779Z | Downloaded anstream v0.3.1 |
396 | 2023-08-11T21:25:08.782Z | Downloaded serde_repr v0.1.10 |
397 | 2023-08-11T21:25:08.790Z | Downloaded semver v1.0.17 |
398 | 2023-08-11T21:25:08.793Z | Downloaded block-buffer v0.10.3 |
399 | 2023-08-11T21:25:08.796Z | Downloaded bitstruct_derive v0.1.0 |
400 | 2023-08-11T21:25:08.799Z | Downloaded bitflags v1.3.2 |
401 | 2023-08-11T21:25:08.802Z | Downloaded anstyle-parse v0.2.0 |
402 | 2023-08-11T21:25:08.805Z | Downloaded libz-sys v1.1.8 |
403 | 2023-08-11T21:25:08.856Z | Downloaded aes-gcm-siv v0.11.1 |
404 | 2023-08-11T21:25:08.859Z | Downloaded async-stream-impl v0.3.5 |
405 | 2023-08-11T21:25:08.861Z | Downloaded slog-async v2.7.0 |
406 | 2023-08-11T21:25:08.864Z | Downloaded sha-1 v0.10.1 |
407 | 2023-08-11T21:25:08.867Z | Downloaded serde_tokenstream v0.2.0 |
408 | 2023-08-11T21:25:08.870Z | Downloaded darling_macro v0.14.2 |
409 | 2023-08-11T21:25:08.873Z | Downloaded strum v0.24.1 |
410 | 2023-08-11T21:25:08.876Z | Downloaded enum-iterator v1.4.1 |
411 | 2023-08-11T21:25:08.879Z | Downloaded time-core v0.1.1 |
412 | 2023-08-11T21:25:08.881Z | Downloaded stringprep v0.1.2 |
413 | 2023-08-11T21:25:08.884Z | Downloaded smallvec v1.10.0 |
414 | 2023-08-11T21:25:08.888Z | Downloaded atty v0.2.14 |
415 | 2023-08-11T21:25:08.891Z | Downloaded getopts v0.2.21 |
416 | 2023-08-11T21:25:08.894Z | Downloaded synstructure v0.12.6 |
417 | 2023-08-11T21:25:08.897Z | Downloaded slog-json v2.6.1 |
418 | 2023-08-11T21:25:08.900Z | Downloaded serde_urlencoded v0.7.1 |
419 | 2023-08-11T21:25:08.903Z | Downloaded futures-executor v0.3.28 |
420 | 2023-08-11T21:25:08.906Z | Downloaded sha1 v0.10.5 |
421 | 2023-08-11T21:25:08.910Z | Downloaded serde_with_macros v2.3.2 |
422 | 2023-08-11T21:25:08.912Z | Downloaded serde_spanned v0.6.2 |
423 | 2023-08-11T21:25:08.915Z | Downloaded serde_derive_internals v0.26.0 |
424 | 2023-08-11T21:25:08.918Z | Downloaded resolv-conf v0.7.0 |
425 | 2023-08-11T21:25:08.921Z | Downloaded futures-io v0.3.28 |
426 | 2023-08-11T21:25:08.924Z | Downloaded foreign-types v0.3.2 |
427 | 2023-08-11T21:25:08.927Z | Downloaded dyn-clone v1.0.10 |
428 | 2023-08-11T21:25:08.930Z | Downloaded debug-ignore v1.0.5 |
429 | 2023-08-11T21:25:08.932Z | Downloaded crossbeam-utils v0.8.14 |
430 | 2023-08-11T21:25:08.935Z | Downloaded aead v0.5.1 |
431 | 2023-08-11T21:25:08.939Z | Downloaded ctr v0.9.2 |
432 | 2023-08-11T21:25:08.941Z | Downloaded camino v1.1.4 |
433 | 2023-08-11T21:25:08.946Z | Downloaded futures-macro v0.3.28 |
434 | 2023-08-11T21:25:08.950Z | Downloaded fastrand v1.8.0 |
435 | 2023-08-11T21:25:08.953Z | Downloaded rand_chacha v0.3.1 |
436 | 2023-08-11T21:25:08.956Z | Downloaded getrandom v0.2.8 |
437 | 2023-08-11T21:25:08.958Z | Downloaded digest v0.10.6 |
438 | 2023-08-11T21:25:08.961Z | Downloaded clap_lex v0.2.4 |
439 | 2023-08-11T21:25:08.964Z | Downloaded cpufeatures v0.2.5 |
440 | 2023-08-11T21:25:08.967Z | Downloaded clap_lex v0.5.0 |
441 | 2023-08-11T21:25:08.971Z | Downloaded clap_derive v4.3.0 |
442 | 2023-08-11T21:25:08.975Z | Downloaded futures-core v0.3.28 |
443 | 2023-08-11T21:25:08.977Z | Downloaded cfg-if v1.0.0 |
444 | 2023-08-11T21:25:08.982Z | Downloaded fnv v1.0.7 |
445 | 2023-08-11T21:25:08.985Z | Downloaded colorchoice v1.0.0 |
446 | 2023-08-11T21:25:08.988Z | Downloaded fallible-iterator v0.2.0 |
447 | 2023-08-11T21:25:08.991Z | Downloaded env_logger v0.9.3 |
448 | 2023-08-11T21:25:09.248Z | Downloaded libsqlite3-sys v0.26.0 |
449 | 2023-08-11T21:25:09.389Z | Downloaded ring v0.16.20 |
450 | 2023-08-11T21:25:09.780Z | Compiling proc-macro2 v1.0.63 |
451 | 2023-08-11T21:25:09.783Z | Compiling quote v1.0.30 |
452 | 2023-08-11T21:25:09.786Z | Compiling unicode-ident v1.0.11 |
453 | 2023-08-11T21:25:09.789Z | Compiling libc v0.2.147 |
454 | 2023-08-11T21:25:09.791Z | Compiling serde v1.0.164 |
455 | 2023-08-11T21:25:09.794Z | Checking cfg-if v1.0.0 |
456 | 2023-08-11T21:25:09.797Z | Compiling version_check v0.9.4 |
457 | 2023-08-11T21:25:09.800Z | Compiling autocfg v1.1.0 |
458 | 2023-08-11T21:25:09.927Z | Compiling syn v1.0.107 |
459 | 2023-08-11T21:25:10.111Z | Checking once_cell v1.18.0 |
460 | 2023-08-11T21:25:10.537Z | Compiling thiserror v1.0.40 |
461 | 2023-08-11T21:25:10.869Z | Compiling memchr v2.5.0 |
462 | 2023-08-11T21:25:11.270Z | Compiling log v0.4.17 |
463 | 2023-08-11T21:25:13.290Z | Checking itoa v1.0.5 |
464 | 2023-08-11T21:25:13.320Z | Compiling serde_json v1.0.99 |
465 | 2023-08-11T21:25:13.395Z | Compiling num-traits v0.2.15 |
466 | 2023-08-11T21:25:13.424Z | Compiling ahash v0.7.6 |
467 | 2023-08-11T21:25:14.065Z | Checking pin-project-lite v0.2.9 |
468 | 2023-08-11T21:25:14.170Z | Compiling lock_api v0.4.9 |
469 | 2023-08-11T21:25:14.219Z | Compiling indexmap v1.9.3 |
470 | 2023-08-11T21:25:14.279Z | Checking smallvec v1.10.0 |
471 | 2023-08-11T21:25:14.451Z | Compiling parking_lot_core v0.9.6 |
472 | 2023-08-11T21:25:14.768Z | Compiling pkg-config v0.3.26 |
473 | 2023-08-11T21:25:15.071Z | Checking scopeguard v1.1.0 |
474 | 2023-08-11T21:25:15.232Z | Compiling tokio v1.29.1 |
475 | 2023-08-11T21:25:15.249Z | Checking ryu v1.0.12 |
476 | 2023-08-11T21:25:15.302Z | Compiling syn v2.0.27 |
477 | 2023-08-11T21:25:15.794Z | Checking getrandom v0.2.8 |
478 | 2023-08-11T21:25:15.877Z | Compiling jobserver v0.1.25 |
479 | 2023-08-11T21:25:16.147Z | Checking rand_core v0.6.4 |
480 | 2023-08-11T21:25:16.314Z | Compiling cc v1.0.78 |
481 | 2023-08-11T21:25:16.437Z | Checking parking_lot v0.12.1 |
482 | 2023-08-11T21:25:16.583Z | Checking num_cpus v1.15.0 |
483 | 2023-08-11T21:25:16.599Z | Checking signal-hook-registry v1.4.0 |
484 | 2023-08-11T21:25:16.731Z | Checking socket2 v0.4.9 |
485 | 2023-08-11T21:25:16.749Z | Checking mio v0.8.8 |
486 | 2023-08-11T21:25:16.949Z | Checking hashbrown v0.12.3 |
487 | 2023-08-11T21:25:17.002Z | Compiling futures-core v0.3.28 |
488 | 2023-08-11T21:25:17.427Z | Compiling typenum v1.16.0 |
489 | 2023-08-11T21:25:17.796Z | Compiling generic-array v0.14.6 |
490 | 2023-08-11T21:25:17.812Z | Checking bitflags v1.3.2 |
491 | 2023-08-11T21:25:18.455Z | Checking pin-utils v0.1.0 |
492 | 2023-08-11T21:25:18.575Z | Compiling heck v0.4.1 |
493 | 2023-08-11T21:25:18.741Z | Checking futures-sink v0.3.28 |
494 | 2023-08-11T21:25:18.798Z | Compiling slab v0.4.7 |
495 | 2023-08-11T21:25:18.935Z | Compiling schemars v0.8.12 |
496 | 2023-08-11T21:25:19.254Z | Compiling futures-channel v0.3.28 |
497 | 2023-08-11T21:25:19.367Z | Compiling futures-task v0.3.28 |
498 | 2023-08-11T21:25:19.832Z | Compiling futures-util v0.3.28 |
499 | 2023-08-11T21:25:20.234Z | Compiling ahash v0.8.2 |
500 | 2023-08-11T21:25:20.313Z | Compiling ring v0.16.20 |
501 | 2023-08-11T21:25:20.424Z | Checking futures-io v0.3.28 |
502 | 2023-08-11T21:25:20.488Z | Compiling slog v2.7.0 |
503 | 2023-08-11T21:25:20.507Z | Checking time v0.1.45 |
504 | 2023-08-11T21:25:20.674Z | Checking iana-time-zone v0.1.53 |
505 | 2023-08-11T21:25:21.021Z | Checking spin v0.5.2 |
506 | 2023-08-11T21:25:21.144Z | Checking untrusted v0.7.1 |
507 | 2023-08-11T21:25:21.204Z | Checking tinyvec_macros v0.1.0 |
508 | 2023-08-11T21:25:21.296Z | Compiling unicode-xid v0.2.4 |
509 | 2023-08-11T21:25:21.325Z | Checking tinyvec v1.6.0 |
510 | 2023-08-11T21:25:22.116Z | Checking fnv v1.0.7 |
511 | 2023-08-11T21:25:22.860Z | Checking tracing-core v0.1.30 |
512 | 2023-08-11T21:25:23.065Z | Compiling ucd-trie v0.1.5 |
513 | 2023-08-11T21:25:23.513Z | Checking unicode-normalization v0.1.22 |
514 | 2023-08-11T21:25:23.540Z | Checking crypto-common v0.1.6 |
515 | 2023-08-11T21:25:23.796Z | Compiling time-core v0.1.1 |
516 | 2023-08-11T21:25:23.800Z | Checking subtle v2.4.1 |
517 | 2023-08-11T21:25:23.829Z | Checking unicode-bidi v0.3.8 |
518 | 2023-08-11T21:25:24.012Z | Checking byteorder v1.4.3 |
519 | 2023-08-11T21:25:24.070Z | Compiling time-macros v0.2.9 |
520 | 2023-08-11T21:25:24.428Z | Checking aho-corasick v1.0.2 |
521 | 2023-08-11T21:25:24.447Z | Checking regex-syntax v0.7.4 |
522 | 2023-08-11T21:25:24.664Z | Checking ppv-lite86 v0.2.17 |
523 | 2023-08-11T21:25:24.858Z | Checking dyn-clone v1.0.10 |
524 | 2023-08-11T21:25:25.034Z | Checking percent-encoding v2.3.0 |
525 | 2023-08-11T21:25:25.328Z | Checking block-buffer v0.10.3 |
526 | 2023-08-11T21:25:25.607Z | Compiling openssl-sys v0.9.90 |
527 | 2023-08-11T21:25:25.763Z | Checking rand_chacha v0.3.1 |
528 | 2023-08-11T21:25:26.284Z | Compiling httparse v1.8.0 |
529 | 2023-08-11T21:25:26.800Z | Compiling serde_derive_internals v0.26.0 |
530 | 2023-08-11T21:25:27.000Z | Compiling synstructure v0.12.6 |
531 | 2023-08-11T21:25:27.045Z | Checking cpufeatures v0.2.5 |
532 | 2023-08-11T21:25:27.694Z | Checking rand v0.8.5 |
533 | 2023-08-11T21:25:29.198Z | Checking digest v0.10.6 |
534 | 2023-08-11T21:25:29.256Z | Checking form_urlencoded v1.1.0 |
535 | 2023-08-11T21:25:29.463Z | Checking regex-automata v0.3.3 |
536 | 2023-08-11T21:25:29.763Z | Checking atty v0.2.14 |
537 | 2023-08-11T21:25:30.729Z | Compiling hashbrown v0.13.2 |
538 | 2023-08-11T21:25:30.869Z | Compiling usdt-impl v0.3.5 |
539 | 2023-08-11T21:25:31.406Z | Checking lazy_static v1.4.0 |
540 | 2023-08-11T21:25:31.593Z | Compiling crossbeam-utils v0.8.14 |
541 | 2023-08-11T21:25:31.689Z | Compiling anyhow v1.0.71 |
542 | 2023-08-11T21:25:32.447Z | Compiling async-trait v0.1.72 |
543 | 2023-08-11T21:25:32.509Z | Checking num_threads v0.1.6 |
544 | 2023-08-11T21:25:32.677Z | Compiling regress v0.6.0 |
545 | 2023-08-11T21:25:32.821Z | Checking time v0.3.21 |
546 | 2023-08-11T21:25:33.101Z | Checking idna v0.3.0 |
547 | 2023-08-11T21:25:33.196Z | Checking dirs-sys-next v0.1.2 |
548 | 2023-08-11T21:25:33.414Z | Checking try-lock v0.2.4 |
549 | 2023-08-11T21:25:33.449Z | Checking foreign-types-shared v0.1.1 |
550 | 2023-08-11T21:25:33.587Z | Compiling openssl v0.10.55 |
551 | 2023-08-11T21:25:33.602Z | Checking base64 v0.21.2 |
552 | 2023-08-11T21:25:34.309Z | Compiling rustversion v1.0.14 |
553 | 2023-08-11T21:25:34.326Z | Compiling rustls v0.21.2 |
554 | 2023-08-11T21:25:34.614Z | Checking url v2.3.1 |
555 | 2023-08-11T21:25:34.866Z | Checking want v0.3.0 |
556 | 2023-08-11T21:25:35.018Z | Checking regex v1.9.1 |
557 | 2023-08-11T21:25:35.126Z | Checking foreign-types v0.3.2 |
558 | 2023-08-11T21:25:35.242Z | Checking dirs-next v2.0.0 |
559 | 2023-08-11T21:25:35.355Z | Compiling serde_derive v1.0.164 |
560 | 2023-08-11T21:25:35.392Z | Compiling thiserror-impl v1.0.40 |
561 | 2023-08-11T21:25:35.415Z | Compiling tokio-macros v2.1.0 |
562 | 2023-08-11T21:25:35.879Z | Compiling futures-macro v0.3.28 |
563 | 2023-08-11T21:25:37.320Z | Compiling schemars_derive v0.8.12 |
564 | 2023-08-11T21:25:37.644Z | Compiling tracing-attributes v0.1.23 |
565 | 2023-08-11T21:25:38.225Z | Compiling zerocopy-derive v0.2.0 |
566 | 2023-08-11T21:25:40.626Z | Compiling pest v2.6.0 |
567 | 2023-08-11T21:25:40.735Z | Compiling openssl-macros v0.1.0 |
568 | 2023-08-11T21:25:41.399Z | Compiling zerocopy v0.3.0 |
569 | 2023-08-11T21:25:42.620Z | Compiling dof v0.1.5 |
570 | 2023-08-11T21:25:43.534Z | Compiling thread-id v4.0.0 |
571 | 2023-08-11T21:25:43.667Z | Checking tracing v0.1.37 |
572 | 2023-08-11T21:25:43.683Z | Checking thread_local v1.1.4 |
573 | 2023-08-11T21:25:43.783Z | Compiling native-tls v0.2.11 |
574 | 2023-08-11T21:25:44.015Z | Checking httpdate v1.0.2 |
575 | 2023-08-11T21:25:44.085Z | Checking tower-service v0.3.2 |
576 | 2023-08-11T21:25:44.358Z | Compiling slog-async v2.7.0 |
577 | 2023-08-11T21:25:45.173Z | Compiling pest_meta v2.6.0 |
578 | 2023-08-11T21:25:47.826Z | Compiling pest_generator v2.6.0 |
579 | 2023-08-11T21:25:48.493Z | Checking crossbeam-channel v0.5.6 |
580 | 2023-08-11T21:25:49.085Z | Checking term v0.7.0 |
581 | 2023-08-11T21:25:49.758Z | Checking rustls-pemfile v1.0.3 |
582 | 2023-08-11T21:25:50.036Z | Checking openssl-probe v0.1.5 |
583 | 2023-08-11T21:25:50.237Z | Compiling semver v1.0.17 |
584 | 2023-08-11T21:25:51.027Z | Checking unicode-width v0.1.10 |
585 | 2023-08-11T21:25:51.076Z | Checking take_mut v0.2.2 |
586 | 2023-08-11T21:25:51.250Z | Compiling io-lifetimes v1.0.3 |
587 | 2023-08-11T21:25:51.823Z | Checking slog-term v2.9.0 |
588 | 2023-08-11T21:25:52.311Z | Compiling pest_derive v2.6.0 |
589 | 2023-08-11T21:25:53.399Z | Compiling encoding_rs v0.8.31 |
590 | 2023-08-11T21:25:53.884Z | Compiling dtrace-parser v0.1.14 |
591 | 2023-08-11T21:25:54.403Z | Checking ipnet v2.7.1 |
592 | 2023-08-11T21:25:54.686Z | Checking base64 v0.13.1 |
593 | 2023-08-11T21:25:54.979Z | Compiling rustix v0.37.3 |
594 | 2023-08-11T21:25:55.318Z | Checking futures-executor v0.3.28 |
595 | 2023-08-11T21:25:56.160Z | Checking errno v0.3.0 |
596 | 2023-08-11T21:25:56.380Z | Checking match_cfg v0.1.0 |
597 | 2023-08-11T21:25:56.907Z | Compiling getopts v0.2.21 |
598 | 2023-08-11T21:25:57.034Z | Checking hostname v0.3.1 |
599 | 2023-08-11T21:25:58.006Z | Checking bytes v1.4.0 |
600 | 2023-08-11T21:26:00.708Z | Checking chrono v0.4.26 |
601 | 2023-08-11T21:26:00.890Z | Checking uuid v1.4.0 |
602 | 2023-08-11T21:26:00.961Z | Checking http v0.2.9 |
603 | 2023-08-11T21:26:01.691Z | Compiling toml v0.5.11 |
604 | 2023-08-11T21:26:04.337Z | Compiling serde_tokenstream v0.2.0 |
605 | 2023-08-11T21:26:04.697Z | Compiling proc-macro-crate v1.2.1 |
606 | 2023-08-11T21:26:05.001Z | Checking http-body v0.4.5 |
607 | 2023-08-11T21:26:05.478Z | Compiling serde_tokenstream v0.1.6 |
608 | 2023-08-11T21:26:06.297Z | Checking serde_urlencoded v0.7.1 |
609 | 2023-08-11T21:26:07.134Z | Compiling openapiv3 v1.0.2 |
610 | 2023-08-11T21:26:07.140Z | Checking typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#6cc08a71) |
611 | 2023-08-11T21:26:07.223Z | Compiling num_enum_derive v0.5.11 |
612 | 2023-08-11T21:26:07.758Z | Compiling usdt-macro v0.3.5 |
613 | 2023-08-11T21:26:07.914Z | Compiling usdt-attr-macro v0.3.5 |
614 | 2023-08-11T21:26:10.295Z | Checking usdt v0.3.5 |
615 | 2023-08-11T21:26:10.581Z | Checking futures v0.3.28 |
616 | 2023-08-11T21:26:10.644Z | Checking tokio-util v0.7.4 |
617 | 2023-08-11T21:26:10.723Z | Checking tokio-native-tls v0.3.0 |
618 | 2023-08-11T21:26:11.358Z | Checking num_enum v0.5.11 |
619 | 2023-08-11T21:26:11.895Z | Checking h2 v0.3.19 |
620 | 2023-08-11T21:26:12.530Z | Compiling libz-sys v1.1.8 |
621 | 2023-08-11T21:26:12.535Z | Checking fallible-iterator v0.2.0 |
622 | 2023-08-11T21:26:12.963Z | Compiling unsafe-libyaml v0.2.5 |
623 | 2023-08-11T21:26:13.114Z | Checking mime v0.3.16 |
624 | 2023-08-11T21:26:13.705Z | Checking serde_spanned v0.6.2 |
625 | 2023-08-11T21:26:13.972Z | Checking toml_datetime v0.6.2 |
626 | 2023-08-11T21:26:14.664Z | Compiling ident_case v1.0.1 |
627 | 2023-08-11T21:26:14.892Z | Compiling semver v0.1.20 |
628 | 2023-08-11T21:26:14.942Z | Checking winnow v0.4.6 |
629 | 2023-08-11T21:26:15.185Z | Compiling serde_yaml v0.9.17 |
630 | 2023-08-11T21:26:15.825Z | Compiling strsim v0.10.0 |
631 | 2023-08-11T21:26:15.915Z | Compiling rustc_version v0.1.7 |
632 | 2023-08-11T21:26:16.171Z | Checking slog-json v2.6.1 |
633 | 2023-08-11T21:26:16.567Z | Compiling darling_core v0.14.2 |
634 | 2023-08-11T21:26:16.629Z | Compiling libgit2-sys v0.15.2+1.6.4 |
635 | 2023-08-11T21:26:18.568Z | Compiling newtype_derive v0.1.6 |
636 | 2023-08-11T21:26:18.808Z | Checking hyper v0.14.26 |
637 | 2023-08-11T21:26:18.914Z | Checking slog-bunyan v2.4.0 |
638 | 2023-08-11T21:26:19.136Z | Compiling structmeta-derive v0.1.5 |
639 | 2023-08-11T21:26:19.336Z | Checking hmac v0.12.1 |
640 | 2023-08-11T21:26:19.435Z | Checking toml_edit v0.19.10 |
641 | 2023-08-11T21:26:19.631Z | Checking sha2 v0.10.6 |
642 | 2023-08-11T21:26:20.472Z | Checking md-5 v0.10.5 |
643 | 2023-08-11T21:26:20.797Z | Checking stringprep v0.1.2 |
644 | 2023-08-11T21:26:20.999Z | Compiling num-integer v0.1.45 |
645 | 2023-08-11T21:26:21.213Z | Compiling camino v1.1.4 |
646 | 2023-08-11T21:26:21.419Z | Checking siphasher v0.3.10 |
647 | 2023-08-11T21:26:21.559Z | Compiling paste v1.0.12 |
648 | 2023-08-11T21:26:21.892Z | Checking phf_shared v0.11.1 |
649 | 2023-08-11T21:26:22.292Z | Checking postgres-protocol v0.6.4 |
650 | 2023-08-11T21:26:23.396Z | Compiling vergen v8.2.1 |
651 | 2023-08-11T21:26:23.399Z | Checking toml v0.7.4 |
652 | 2023-08-11T21:26:23.801Z | Compiling async-stream-impl v0.3.5 |
653 | 2023-08-11T21:26:23.889Z | Compiling structmeta v0.1.5 |
654 | 2023-08-11T21:26:23.950Z | Compiling memoffset v0.7.1 |
655 | 2023-08-11T21:26:24.522Z | Compiling proc-macro-error-attr v1.0.4 |
656 | 2023-08-11T21:26:24.539Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#31f7ab94) |
657 | 2023-08-11T21:26:24.601Z | Checking utf8parse v0.2.1 |
658 | 2023-08-11T21:26:24.952Z | Compiling vcpkg v0.2.15 |
659 | 2023-08-11T21:26:25.094Z | Checking fixedbitset v0.4.2 |
660 | 2023-08-11T21:26:25.128Z | Compiling regex-syntax v0.6.28 |
661 | 2023-08-11T21:26:25.287Z | Checking atomic-waker v1.1.1 |
662 | 2023-08-11T21:26:25.466Z | Checking petgraph v0.6.2 |
663 | 2023-08-11T21:26:25.817Z | Checking waitgroup v0.1.2 |
664 | 2023-08-11T21:26:25.904Z | Compiling darling_macro v0.14.2 |
665 | 2023-08-11T21:26:26.102Z | Checking async-stream v0.3.5 |
666 | 2023-08-11T21:26:26.353Z | Checking hyper-tls v0.5.0 |
667 | 2023-08-11T21:26:26.570Z | Checking anstyle-parse v0.2.0 |
668 | 2023-08-11T21:26:26.983Z | Checking postgres-types v0.2.4 |
669 | 2023-08-11T21:26:27.022Z | Compiling rustc_version v0.4.0 |
670 | 2023-08-11T21:26:27.784Z | Compiling darling v0.14.2 |
671 | 2023-08-11T21:26:27.941Z | Compiling serde_with_macros v2.3.2 |
672 | 2023-08-11T21:26:27.976Z | Compiling libsqlite3-sys v0.26.0 |
673 | 2023-08-11T21:26:29.082Z | Checking phf v0.11.1 |
674 | 2023-08-11T21:26:29.503Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#31f7ab94) |
675 | 2023-08-11T21:26:29.754Z | Checking is-terminal v0.4.7 |
676 | 2023-08-11T21:26:29.902Z | Checking hex v0.4.3 |
677 | 2023-08-11T21:26:30.044Z | Checking serde_path_to_error v0.1.11 |
678 | 2023-08-11T21:26:30.783Z | Compiling strum_macros v0.24.3 |
679 | 2023-08-11T21:26:31.076Z | Checking sha1 v0.10.5 |
680 | 2023-08-11T21:26:31.466Z | Compiling num-bigint v0.4.3 |
681 | 2023-08-11T21:26:31.968Z | Compiling proc-macro-error v1.0.4 |
682 | 2023-08-11T21:26:32.050Z | Compiling slog-dtrace v0.2.3 |
683 | 2023-08-11T21:26:32.333Z | Checking instant v0.1.12 |
684 | 2023-08-11T21:26:32.476Z | Checking static_assertions v1.1.0 |
685 | 2023-08-11T21:26:32.546Z | Checking anstyle-query v1.0.0 |
686 | 2023-08-11T21:26:32.626Z | Checking debug-ignore v1.0.5 |
687 | 2023-08-11T21:26:32.664Z | Compiling rustls v0.20.8 |
688 | 2023-08-11T21:26:32.751Z | Checking anstyle v1.0.0 |
689 | 2023-08-11T21:26:32.835Z | Checking arc-swap v1.6.0 |
690 | 2023-08-11T21:26:33.105Z | Checking colorchoice v1.0.0 |
691 | 2023-08-11T21:26:33.282Z | Checking backoff v0.4.0 |
692 | 2023-08-11T21:26:33.285Z | Checking anstream v0.3.1 |
693 | 2023-08-11T21:26:33.538Z | Checking slog-scope v4.4.0 |
694 | 2023-08-11T21:26:33.722Z | Checking serde_with v2.3.2 |
695 | 2023-08-11T21:26:33.725Z | Checking steno v0.3.1 |
696 | 2023-08-11T21:26:33.796Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes#0a097945) |
697 | 2023-08-11T21:26:33.820Z | Checking tokio-postgres v0.7.7 |
698 | 2023-08-11T21:26:33.854Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#6cc08a71) |
699 | 2023-08-11T21:26:34.568Z | Checking macaddr v1.0.1 |
700 | 2023-08-11T21:26:34.683Z | Checking ipnetwork v0.20.0 |
701 | 2023-08-11T21:26:34.825Z | Compiling parse-display-derive v0.7.0 |
702 | 2023-08-11T21:26:35.426Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#09fe4714) |
703 | 2023-08-11T21:26:35.846Z | Checking inout v0.1.3 |
704 | 2023-08-11T21:26:36.120Z | Compiling num-iter v0.1.43 |
705 | 2023-08-11T21:26:36.689Z | Compiling num-rational v0.4.1 |
706 | 2023-08-11T21:26:36.850Z | Compiling radium v0.7.0 |
707 | 2023-08-11T21:26:36.986Z | Checking strum v0.24.1 |
708 | 2023-08-11T21:26:37.208Z | Checking clap_lex v0.5.0 |
709 | 2023-08-11T21:26:37.236Z | Checking termcolor v1.1.3 |
710 | 2023-08-11T21:26:37.595Z | Checking clap_builder v4.3.0 |
711 | 2023-08-11T21:26:37.763Z | Checking cipher v0.4.3 |
712 | 2023-08-11T21:26:37.920Z | Checking nix v0.26.1 |
713 | 2023-08-11T21:26:38.964Z | Checking slog-stdlog v4.1.1 |
714 | 2023-08-11T21:26:39.207Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#7f571c6c) |
715 | 2023-08-11T21:26:39.473Z | Compiling serde_repr v0.1.10 |
716 | 2023-08-11T21:26:39.570Z | Compiling clap_derive v4.3.0 |
717 | 2023-08-11T21:26:39.827Z | Checking hashlink v0.8.1 |
718 | 2023-08-11T21:26:40.767Z | Checking tap v1.0.1 |
719 | 2023-08-11T21:26:40.999Z | Checking fallible-streaming-iterator v0.1.9 |
720 | 2023-08-11T21:26:41.338Z | Checking os_str_bytes v6.4.1 |
721 | 2023-08-11T21:26:41.511Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys#b1a9fb85) |
722 | 2023-08-11T21:26:41.583Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#6cc08a71) |
723 | 2023-08-11T21:26:41.768Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#56da9799) |
724 | 2023-08-11T21:26:41.878Z | Checking parse-display v0.7.0 |
725 | 2023-08-11T21:26:42.021Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
726 | 2023-08-11T21:26:42.047Z | Compiling portable-atomic v0.3.19 |
727 | 2023-08-11T21:26:42.112Z | Checking bitflags v2.1.0 |
728 | 2023-08-11T21:26:42.339Z | Checking fastrand v1.8.0 |
729 | 2023-08-11T21:26:42.656Z | Checking rusqlite v0.29.0 |
730 | 2023-08-11T21:26:42.845Z | Checking tempfile v3.5.0 |
731 | 2023-08-11T21:26:43.329Z | Checking clap_lex v0.2.4 |
732 | 2023-08-11T21:26:43.688Z | Checking wyz v0.5.1 |
733 | 2023-08-11T21:26:43.704Z | Checking slog-envlogger v2.2.0 |
734 | 2023-08-11T21:26:43.966Z | Compiling clap_derive v3.2.24 |
735 | 2023-08-11T21:26:44.282Z | Checking twox-hash v1.6.3 |
736 | 2023-08-11T21:26:44.285Z | Compiling num_enum_derive v0.6.1 |
737 | 2023-08-11T21:26:44.659Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=84507ed89aced20920de73342666a8abcb8237c1#84507ed8) |
738 | 2023-08-11T21:26:44.896Z | Checking num-complex v0.4.2 |
739 | 2023-08-11T21:26:45.025Z | Checking regress v0.5.0 |
740 | 2023-08-11T21:26:45.421Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#09fe4714) |
741 | 2023-08-11T21:26:46.475Z | Checking universal-hash v0.5.0 |
742 | 2023-08-11T21:26:46.746Z | Checking opaque-debug v0.3.0 |
743 | 2023-08-11T21:26:46.864Z | Checking textwrap v0.16.0 |
744 | 2023-08-11T21:26:47.379Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys?branch=main#b1a9fb85) |
745 | 2023-08-11T21:26:47.394Z | Checking funty v2.0.0 |
746 | 2023-08-11T21:26:47.412Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#09fe4714) |
747 | 2023-08-11T21:26:47.965Z | Checking polyval v0.6.0 |
748 | 2023-08-11T21:26:48.001Z | Checking clap v4.3.0 |
749 | 2023-08-11T21:26:48.142Z | Checking num v0.4.0 |
750 | 2023-08-11T21:26:48.179Z | Checking num_enum v0.6.1 |
751 | 2023-08-11T21:26:48.607Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0) |
752 | 2023-08-11T21:26:48.771Z | Checking aes v0.8.2 |
753 | 2023-08-11T21:26:49.103Z | Checking bitvec v1.0.1 |
754 | 2023-08-11T21:26:49.596Z | Checking ctr v0.9.2 |
755 | 2023-08-11T21:26:49.958Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
756 | 2023-08-11T21:26:50.021Z | Checking bincode v1.3.3 |
757 | 2023-08-11T21:26:50.536Z | Checking console v0.15.4 |
758 | 2023-08-11T21:26:50.539Z | Compiling async-recursion v0.3.2 |
759 | 2023-08-11T21:26:50.542Z | Checking colored v2.0.0 |
760 | 2023-08-11T21:26:50.868Z | Checking sha-1 v0.10.1 |
761 | 2023-08-11T21:26:51.044Z | Checking aead v0.5.1 |
762 | 2023-08-11T21:26:51.224Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=84507ed89aced20920de73342666a8abcb8237c1#84507ed8) |
763 | 2023-08-11T21:26:51.243Z | Checking pretty-hex v0.2.1 |
764 | 2023-08-11T21:26:51.267Z | Checking matches v0.1.10 |
765 | 2023-08-11T21:26:51.353Z | Checking zeroize v1.3.0 |
766 | 2023-08-11T21:26:51.387Z | Checking utf-8 v0.7.6 |
767 | 2023-08-11T21:26:51.479Z | Checking either v1.8.0 |
768 | 2023-08-11T21:26:51.684Z | Checking humantime v2.1.0 |
769 | 2023-08-11T21:26:51.711Z | Checking number_prefix v0.4.0 |
770 | 2023-08-11T21:26:51.778Z | Compiling erased-serde v0.3.24 |
771 | 2023-08-11T21:26:51.923Z | Checking itertools v0.11.0 |
772 | 2023-08-11T21:26:51.986Z | Checking indicatif v0.17.3 |
773 | 2023-08-11T21:26:52.116Z | Checking env_logger v0.9.3 |
774 | 2023-08-11T21:26:52.152Z | Checking aes-gcm-siv v0.11.1 |
775 | 2023-08-11T21:26:52.190Z | Checking clap v3.2.24 |
776 | 2023-08-11T21:26:52.495Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#56da9799) |
777 | 2023-08-11T21:26:52.526Z | Checking tungstenite v0.17.3 |
778 | 2023-08-11T21:26:52.711Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
779 | 2023-08-11T21:26:52.851Z | Checking idna v0.2.3 |
780 | 2023-08-11T21:26:53.124Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
781 | 2023-08-11T21:26:53.463Z | Compiling enum-as-inner v0.5.1 |
782 | 2023-08-11T21:26:53.779Z | Compiling bitstruct_derive v0.1.0 |
783 | 2023-08-11T21:26:53.936Z | Compiling async-recursion v1.0.4 |
784 | 2023-08-11T21:26:54.384Z | Checking viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
785 | 2023-08-11T21:26:54.590Z | Checking libloading v0.7.4 |
786 | 2023-08-11T21:26:54.954Z | Checking ascii v1.1.0 |
787 | 2023-08-11T21:26:55.268Z | Checking data-encoding v2.3.3 |
788 | 2023-08-11T21:26:55.595Z | Checking quick-error v1.2.3 |
789 | 2023-08-11T21:26:55.765Z | Checking linked-hash-map v0.5.6 |
790 | 2023-08-11T21:26:55.777Z | Checking ringbuffer v0.14.1 |
791 | 2023-08-11T21:26:55.801Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?rev=d59491f86668e15e92f35ffe3f94504ff4241c64#d59491f8) |
792 | 2023-08-11T21:26:55.902Z | Checking resolv-conf v0.7.0 |
793 | 2023-08-11T21:26:56.114Z | Checking bitstruct v0.1.1 |
794 | 2023-08-11T21:26:56.130Z | Checking trust-dns-proto v0.22.0 |
795 | 2023-08-11T21:26:56.257Z | Checking lru-cache v0.1.2 |
796 | 2023-08-11T21:26:56.271Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
797 | 2023-08-11T21:26:56.303Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
798 | 2023-08-11T21:26:56.475Z | Checking tokio-tungstenite v0.17.2 |
799 | 2023-08-11T21:26:56.517Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
800 | 2023-08-11T21:26:56.782Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#7251cbb0) |
801 | 2023-08-11T21:26:56.921Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
802 | 2023-08-11T21:26:57.177Z | Checking serde_arrays v0.1.0 |
803 | 2023-08-11T21:26:57.385Z | Compiling enum-iterator-derive v1.2.1 |
804 | 2023-08-11T21:26:57.444Z | Compiling const_format_proc_macros v0.2.29 |
805 | 2023-08-11T21:26:57.692Z | Checking p9kp v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0) |
806 | 2023-08-11T21:26:57.775Z | Checking assert_matches v1.5.0 |
807 | 2023-08-11T21:26:57.905Z | Checking propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
808 | 2023-08-11T21:26:58.266Z | Checking softnpu v0.1.0 (https://github.com/oxidecomputer/softnpu?rev=88f5f1334364e5580fe778c44ac0746a35927351#88f5f133) |
809 | 2023-08-11T21:26:58.434Z | Checking ron v0.7.1 |
810 | 2023-08-11T21:26:58.665Z | Checking bstr v1.6.0 |
811 | 2023-08-11T21:26:59.438Z | Checking bit_field v0.10.1 |
812 | 2023-08-11T21:26:59.807Z | Checking propolis-standalone-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-standalone-config) |
813 | 2023-08-11T21:26:59.939Z | Checking globset v0.4.11 |
814 | 2023-08-11T21:27:00.307Z | Checking ctrlc v3.2.4 |
815 | 2023-08-11T21:27:00.470Z | Checking glob v0.3.1 |
816 | 2023-08-11T21:27:00.855Z | Checking enum-iterator v1.4.1 |
817 | 2023-08-11T21:27:00.989Z | Checking const_format v0.2.30 |
818 | 2023-08-11T21:27:01.532Z | Checking trust-dns-resolver v0.22.0 |
819 | 2023-08-11T21:27:04.125Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
820 | 2023-08-11T21:27:04.377Z | Checking sct v0.7.0 |
821 | 2023-08-11T21:27:04.501Z | Checking webpki v0.22.0 |
822 | 2023-08-11T21:27:04.939Z | Checking rustls-webpki v0.100.1 |
823 | 2023-08-11T21:27:05.161Z | Checking webpki-roots v0.22.6 |
824 | 2023-08-11T21:27:10.330Z | Checking tokio-rustls v0.23.4 |
825 | 2023-08-11T21:27:10.657Z | Checking tokio-rustls v0.24.1 |
826 | 2023-08-11T21:27:11.210Z | Checking hyper-rustls v0.24.0 |
827 | 2023-08-11T21:27:11.646Z | Checking reqwest v0.11.18 |
828 | 2023-08-11T21:27:13.863Z | Checking progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#56da9799) |
829 | 2023-08-11T21:27:14.174Z | Checking progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#56da9799) |
830 | 2023-08-11T21:27:14.258Z | Compiling git2 v0.17.2 |
831 | 2023-08-11T21:27:14.382Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#09fe4714) |
832 | 2023-08-11T21:27:14.385Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
833 | 2023-08-11T21:27:15.732Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#09fe4714) |
834 | 2023-08-11T21:27:21.140Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#09fe4714) |
835 | 2023-08-11T21:27:21.147Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#09fe4714) |
836 | 2023-08-11T21:27:21.170Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=84507ed89aced20920de73342666a8abcb8237c1#84507ed8) |
837 | 2023-08-11T21:27:21.755Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
838 | 2023-08-11T21:27:22.972Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=84507ed89aced20920de73342666a8abcb8237c1#84507ed8) |
839 | 2023-08-11T21:27:24.801Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#09fe4714) |
840 | 2023-08-11T21:27:32.563Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
841 | 2023-08-11T21:27:42.639Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
842 | 2023-08-11T21:27:42.643Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
843 | 2023-08-11T21:27:49.149Z | Finished dev [unoptimized + debuginfo] target(s) in 3m 00s |
844 | 2023-08-11T21:27:49.393Z | |
845 | 2023-08-11T21:27:49.396Z | real 3:01.258409525 |
846 | 2023-08-11T21:27:49.399Z | user 14:17.520424989 |
847 | 2023-08-11T21:27:49.402Z | sys 2:31.404418717 |
848 | 2023-08-11T21:27:49.405Z | trap 0.645768566 |
849 | 2023-08-11T21:27:49.408Z | tflt 6.339854703 |
850 | 2023-08-11T21:27:49.411Z | dflt 8.026654210 |
851 | 2023-08-11T21:27:49.413Z | kflt 0.024372908 |
852 | 2023-08-11T21:27:49.416Z | lock 19:27.534706431 |
853 | 2023-08-11T21:27:49.418Z | slp 46:15.626510167 |
854 | 2023-08-11T21:27:49.421Z | lat 53.770090482 |
855 | 2023-08-11T21:27:49.424Z | stop 1:57.487800930 |
856 | 2023-08-11T21:27:49.426Z | + banner build |
857 | 2023-08-11T21:27:49.429Z | |
858 | 2023-08-11T21:27:49.432Z | ##### # # # # ##### |
859 | 2023-08-11T21:27:49.434Z | # # # # # # # # |
860 | 2023-08-11T21:27:49.437Z | ##### # # # # # # |
861 | 2023-08-11T21:27:49.440Z | # # # # # # # # |
862 | 2023-08-11T21:27:49.442Z | # # # # # # # # |
863 | 2023-08-11T21:27:49.445Z | ##### #### # ###### ##### |
864 | 2023-08-11T21:27:49.447Z | |
865 | 2023-08-11T21:27:49.450Z | + ptime -m cargo build --features falcon --release -p propolis-server -p propolis-cli |
866 | 2023-08-11T21:27:50.141Z | Compiling proc-macro2 v1.0.63 |
867 | 2023-08-11T21:27:50.144Z | Compiling quote v1.0.30 |
868 | 2023-08-11T21:27:50.147Z | Compiling unicode-ident v1.0.11 |
869 | 2023-08-11T21:27:50.150Z | Compiling libc v0.2.147 |
870 | 2023-08-11T21:27:50.153Z | Compiling serde v1.0.164 |
871 | 2023-08-11T21:27:50.156Z | Compiling version_check v0.9.4 |
872 | 2023-08-11T21:27:50.159Z | Compiling cfg-if v1.0.0 |
873 | 2023-08-11T21:27:50.162Z | Compiling autocfg v1.1.0 |
874 | 2023-08-11T21:27:50.312Z | Compiling syn v1.0.107 |
875 | 2023-08-11T21:27:50.421Z | Compiling thiserror v1.0.40 |
876 | 2023-08-11T21:27:51.046Z | Compiling once_cell v1.18.0 |
877 | 2023-08-11T21:27:51.270Z | Compiling memchr v2.5.0 |
878 | 2023-08-11T21:27:51.369Z | Compiling log v0.4.17 |
879 | 2023-08-11T21:27:51.477Z | Compiling itoa v1.0.5 |
880 | 2023-08-11T21:27:51.814Z | Compiling serde_json v1.0.99 |
881 | 2023-08-11T21:27:51.837Z | Compiling num-traits v0.2.15 |
882 | 2023-08-11T21:27:51.840Z | Compiling ahash v0.7.6 |
883 | 2023-08-11T21:27:52.001Z | Compiling pin-project-lite v0.2.9 |
884 | 2023-08-11T21:27:52.411Z | Compiling lock_api v0.4.9 |
885 | 2023-08-11T21:27:52.706Z | Compiling pkg-config v0.3.26 |
886 | 2023-08-11T21:27:53.044Z | Compiling smallvec v1.10.0 |
887 | 2023-08-11T21:27:53.316Z | Compiling syn v2.0.27 |
888 | 2023-08-11T21:27:53.787Z | Compiling getrandom v0.2.8 |
889 | 2023-08-11T21:27:53.963Z | Compiling jobserver v0.1.25 |
890 | 2023-08-11T21:27:54.095Z | Compiling parking_lot_core v0.9.6 |
891 | 2023-08-11T21:27:54.538Z | Compiling cc v1.0.78 |
892 | 2023-08-11T21:27:54.561Z | Compiling rand_core v0.6.4 |
893 | 2023-08-11T21:27:55.079Z | Compiling indexmap v1.9.3 |
894 | 2023-08-11T21:27:55.367Z | Compiling scopeguard v1.1.0 |
895 | 2023-08-11T21:27:55.591Z | Compiling tokio v1.29.1 |
896 | 2023-08-11T21:27:55.753Z | Compiling socket2 v0.4.9 |
897 | 2023-08-11T21:27:56.315Z | Compiling parking_lot v0.12.1 |
898 | 2023-08-11T21:27:56.467Z | Compiling mio v0.8.8 |
899 | 2023-08-11T21:27:56.867Z | Compiling num_cpus v1.15.0 |
900 | 2023-08-11T21:27:57.042Z | Compiling signal-hook-registry v1.4.0 |
901 | 2023-08-11T21:27:58.592Z | Compiling ryu v1.0.12 |
902 | 2023-08-11T21:27:58.816Z | Compiling futures-core v0.3.28 |
903 | 2023-08-11T21:27:59.476Z | Compiling typenum v1.16.0 |
904 | 2023-08-11T21:28:00.012Z | Compiling generic-array v0.14.6 |
905 | 2023-08-11T21:28:00.534Z | Compiling hashbrown v0.12.3 |
906 | 2023-08-11T21:28:00.678Z | Compiling bitflags v1.3.2 |
907 | 2023-08-11T21:28:00.702Z | Compiling pin-utils v0.1.0 |
908 | 2023-08-11T21:28:00.805Z | Compiling schemars v0.8.12 |
909 | 2023-08-11T21:28:00.824Z | Compiling futures-sink v0.3.28 |
910 | 2023-08-11T21:28:01.035Z | Compiling ring v0.16.20 |
911 | 2023-08-11T21:28:01.059Z | Compiling slab v0.4.7 |
912 | 2023-08-11T21:28:01.453Z | Compiling futures-channel v0.3.28 |
913 | 2023-08-11T21:28:01.660Z | Compiling futures-task v0.3.28 |
914 | 2023-08-11T21:28:02.105Z | Compiling heck v0.4.1 |
915 | 2023-08-11T21:28:02.356Z | Compiling ahash v0.8.2 |
916 | 2023-08-11T21:28:02.359Z | Compiling futures-util v0.3.28 |
917 | 2023-08-11T21:28:03.088Z | Compiling slog v2.7.0 |
918 | 2023-08-11T21:28:03.277Z | Compiling futures-io v0.3.28 |
919 | 2023-08-11T21:28:03.367Z | Compiling time v0.1.45 |
920 | 2023-08-11T21:28:03.917Z | Compiling tinyvec_macros v0.1.0 |
921 | 2023-08-11T21:28:04.013Z | Compiling iana-time-zone v0.1.53 |
922 | 2023-08-11T21:28:04.062Z | Compiling spin v0.5.2 |
923 | 2023-08-11T21:28:04.066Z | Compiling untrusted v0.7.1 |
924 | 2023-08-11T21:28:04.431Z | Compiling unicode-xid v0.2.4 |
925 | 2023-08-11T21:28:05.353Z | Compiling tinyvec v1.6.0 |
926 | 2023-08-11T21:28:06.311Z | Compiling serde_derive_internals v0.26.0 |
927 | 2023-08-11T21:28:06.693Z | Compiling crypto-common v0.1.6 |
928 | 2023-08-11T21:28:08.245Z | Compiling unicode-normalization v0.1.22 |
929 | 2023-08-11T21:28:10.155Z | Compiling tracing-core v0.1.30 |
930 | 2023-08-11T21:28:10.542Z | Compiling time-core v0.1.1 |
931 | 2023-08-11T21:28:10.587Z | Compiling unicode-bidi v0.3.8 |
932 | 2023-08-11T21:28:10.797Z | Compiling subtle v2.4.1 |
933 | 2023-08-11T21:28:11.036Z | Compiling byteorder v1.4.3 |
934 | 2023-08-11T21:28:11.205Z | Compiling ucd-trie v0.1.5 |
935 | 2023-08-11T21:28:11.932Z | Compiling time-macros v0.2.9 |
936 | 2023-08-11T21:28:12.083Z | Compiling synstructure v0.12.6 |
937 | 2023-08-11T21:28:12.129Z | Compiling fnv v1.0.7 |
938 | 2023-08-11T21:28:12.351Z | Compiling dyn-clone v1.0.10 |
939 | 2023-08-11T21:28:12.665Z | Compiling ppv-lite86 v0.2.17 |
940 | 2023-08-11T21:28:13.787Z | Compiling serde_derive v1.0.164 |
941 | 2023-08-11T21:28:14.045Z | Compiling thiserror-impl v1.0.40 |
942 | 2023-08-11T21:28:14.870Z | Compiling tokio-macros v2.1.0 |
943 | 2023-08-11T21:28:14.873Z | Compiling futures-macro v0.3.28 |
944 | 2023-08-11T21:28:14.876Z | Compiling percent-encoding v2.3.0 |
945 | 2023-08-11T21:28:15.299Z | Compiling rand_chacha v0.3.1 |
946 | 2023-08-11T21:28:15.706Z | Compiling block-buffer v0.10.3 |
947 | 2023-08-11T21:28:16.212Z | Compiling openssl-sys v0.9.90 |
948 | 2023-08-11T21:28:16.808Z | Compiling schemars_derive v0.8.12 |
949 | 2023-08-11T21:28:17.370Z | Compiling tracing-attributes v0.1.23 |
950 | 2023-08-11T21:28:17.497Z | Compiling zerocopy-derive v0.2.0 |
951 | 2023-08-11T21:28:17.793Z | Compiling aho-corasick v1.0.2 |
952 | 2023-08-11T21:28:18.934Z | Compiling cpufeatures v0.2.5 |
953 | 2023-08-11T21:28:19.088Z | Compiling httparse v1.8.0 |
954 | 2023-08-11T21:28:19.574Z | Compiling pest v2.6.0 |
955 | 2023-08-11T21:28:19.815Z | Compiling regex-syntax v0.7.4 |
956 | 2023-08-11T21:28:22.897Z | Compiling digest v0.10.6 |
957 | 2023-08-11T21:28:23.361Z | Compiling tracing v0.1.37 |
958 | 2023-08-11T21:28:23.676Z | Compiling rand v0.8.5 |
959 | 2023-08-11T21:28:24.026Z | Compiling pest_meta v2.6.0 |
960 | 2023-08-11T21:28:24.492Z | Compiling form_urlencoded v1.1.0 |
961 | 2023-08-11T21:28:25.501Z | Compiling atty v0.2.14 |
962 | 2023-08-11T21:28:25.709Z | Compiling usdt-impl v0.3.5 |
963 | 2023-08-11T21:28:25.934Z | Compiling regex-automata v0.3.3 |
964 | 2023-08-11T21:28:26.354Z | Compiling pest_generator v2.6.0 |
965 | 2023-08-11T21:28:27.423Z | Compiling hashbrown v0.13.2 |
966 | 2023-08-11T21:28:29.738Z | Compiling anyhow v1.0.71 |
967 | 2023-08-11T21:28:30.812Z | Compiling pest_derive v2.6.0 |
968 | 2023-08-11T21:28:31.570Z | Compiling async-trait v0.1.72 |
969 | 2023-08-11T21:28:32.106Z | Compiling num_threads v0.1.6 |
970 | 2023-08-11T21:28:32.303Z | Compiling crossbeam-utils v0.8.14 |
971 | 2023-08-11T21:28:32.330Z | Compiling lazy_static v1.4.0 |
972 | 2023-08-11T21:28:32.604Z | Compiling time v0.3.21 |
973 | 2023-08-11T21:28:32.649Z | Compiling zerocopy v0.3.0 |
974 | 2023-08-11T21:28:33.194Z | Compiling regex v1.9.1 |
975 | 2023-08-11T21:28:33.917Z | Compiling regress v0.6.0 |
976 | 2023-08-11T21:28:38.489Z | Compiling bytes v1.4.0 |
977 | 2023-08-11T21:28:42.259Z | Compiling chrono v0.4.26 |
978 | 2023-08-11T21:28:43.446Z | Compiling uuid v1.4.0 |
979 | 2023-08-11T21:28:43.527Z | Compiling http v0.2.9 |
980 | 2023-08-11T21:28:49.717Z | Compiling toml v0.5.11 |
981 | 2023-08-11T21:28:53.042Z | Compiling tokio-util v0.7.4 |
982 | 2023-08-11T21:28:55.285Z | Compiling proc-macro-crate v1.2.1 |
983 | 2023-08-11T21:28:55.294Z | Compiling serde_tokenstream v0.2.0 |
984 | 2023-08-11T21:28:56.133Z | Compiling idna v0.3.0 |
985 | 2023-08-11T21:28:56.429Z | Compiling dirs-sys-next v0.1.2 |
986 | 2023-08-11T21:28:56.716Z | Compiling try-lock v0.2.4 |
987 | 2023-08-11T21:28:56.746Z | Compiling foreign-types-shared v0.1.1 |
988 | 2023-08-11T21:28:56.896Z | Compiling rustls v0.21.2 |
989 | 2023-08-11T21:28:56.924Z | Compiling base64 v0.21.2 |
990 | 2023-08-11T21:28:57.398Z | Compiling rustversion v1.0.14 |
991 | 2023-08-11T21:28:58.401Z | Compiling openssl v0.10.55 |
992 | 2023-08-11T21:28:58.527Z | Compiling url v2.3.1 |
993 | 2023-08-11T21:28:59.092Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#6cc08a71) |
994 | 2023-08-11T21:28:59.137Z | Compiling want v0.3.0 |
995 | 2023-08-11T21:28:59.611Z | Compiling foreign-types v0.3.2 |
996 | 2023-08-11T21:29:00.487Z | Compiling dirs-next v2.0.0 |
997 | 2023-08-11T21:29:01.104Z | Compiling h2 v0.3.19 |
998 | 2023-08-11T21:29:01.738Z | Compiling http-body v0.4.5 |
999 | 2023-08-11T21:29:02.461Z | Compiling dof v0.1.5 |
1000 | 2023-08-11T21:29:05.168Z | Compiling dtrace-parser v0.1.14 |
1001 | 2023-08-11T21:29:07.949Z | Compiling openssl-macros v0.1.0 |
1002 | 2023-08-11T21:29:08.125Z | Compiling thread-id v4.0.0 |
1003 | 2023-08-11T21:29:08.240Z | Compiling thread_local v1.1.4 |
1004 | 2023-08-11T21:29:09.330Z | Compiling native-tls v0.2.11 |
1005 | 2023-08-11T21:29:09.640Z | Compiling httpdate v1.0.2 |
1006 | 2023-08-11T21:29:10.628Z | Compiling slog-async v2.7.0 |
1007 | 2023-08-11T21:29:10.982Z | Compiling tower-service v0.3.2 |
1008 | 2023-08-11T21:29:11.146Z | Compiling semver v1.0.17 |
1009 | 2023-08-11T21:29:11.538Z | Compiling hyper v0.14.26 |
1010 | 2023-08-11T21:29:17.745Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#6cc08a71) |
1011 | 2023-08-11T21:29:23.080Z | Compiling crossbeam-channel v0.5.6 |
1012 | 2023-08-11T21:29:25.551Z | Compiling term v0.7.0 |
1013 | 2023-08-11T21:29:28.166Z | Compiling rustls-pemfile v1.0.3 |
1014 | 2023-08-11T21:29:29.374Z | Compiling serde_tokenstream v0.1.6 |
1015 | 2023-08-11T21:29:30.046Z | Compiling unicode-width v0.1.10 |
1016 | 2023-08-11T21:29:30.212Z | Compiling take_mut v0.2.2 |
1017 | 2023-08-11T21:29:30.277Z | Compiling openssl-probe v0.1.5 |
1018 | 2023-08-11T21:29:34.004Z | Compiling slog-term v2.9.0 |
1019 | 2023-08-11T21:29:34.610Z | Compiling ipnet v2.7.1 |
1020 | 2023-08-11T21:29:35.684Z | Compiling base64 v0.13.1 |
1021 | 2023-08-11T21:29:35.930Z | Compiling encoding_rs v0.8.31 |
1022 | 2023-08-11T21:29:36.412Z | Compiling io-lifetimes v1.0.3 |
1023 | 2023-08-11T21:29:36.448Z | Compiling tokio-native-tls v0.3.0 |
1024 | 2023-08-11T21:29:36.883Z | Compiling usdt-attr-macro v0.3.5 |
1025 | 2023-08-11T21:29:37.208Z | Compiling usdt-macro v0.3.5 |
1026 | 2023-08-11T21:29:39.045Z | Compiling num_enum_derive v0.5.11 |
1027 | 2023-08-11T21:29:39.235Z | Compiling serde_urlencoded v0.7.1 |
1028 | 2023-08-11T21:29:39.298Z | Compiling futures-executor v0.3.28 |
1029 | 2023-08-11T21:29:39.890Z | Compiling match_cfg v0.1.0 |
1030 | 2023-08-11T21:29:40.236Z | Compiling rustix v0.37.3 |
1031 | 2023-08-11T21:29:41.361Z | Compiling getopts v0.2.21 |
1032 | 2023-08-11T21:29:41.439Z | Compiling hostname v0.3.1 |
1033 | 2023-08-11T21:29:41.879Z | Compiling futures v0.3.28 |
1034 | 2023-08-11T21:29:42.308Z | Compiling hyper-tls v0.5.0 |
1035 | 2023-08-11T21:29:42.865Z | Compiling openapiv3 v1.0.2 |
1036 | 2023-08-11T21:29:42.994Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#6cc08a71) |
1037 | 2023-08-11T21:29:43.054Z | Compiling num_enum v0.5.11 |
1038 | 2023-08-11T21:29:46.966Z | Compiling usdt v0.3.5 |
1039 | 2023-08-11T21:29:48.148Z | Compiling libz-sys v1.1.8 |
1040 | 2023-08-11T21:29:49.043Z | Compiling errno v0.3.0 |
1041 | 2023-08-11T21:29:50.179Z | Compiling mime v0.3.16 |
1042 | 2023-08-11T21:29:52.040Z | Compiling fallible-iterator v0.2.0 |
1043 | 2023-08-11T21:29:53.320Z | Compiling unsafe-libyaml v0.2.5 |
1044 | 2023-08-11T21:29:56.164Z | Compiling serde_yaml v0.9.17 |
1045 | 2023-08-11T21:29:58.720Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#56da9799) |
1046 | 2023-08-11T21:30:02.201Z | Compiling serde_spanned v0.6.2 |
1047 | 2023-08-11T21:30:02.479Z | Compiling toml_datetime v0.6.2 |
1048 | 2023-08-11T21:30:02.699Z | Compiling strsim v0.10.0 |
1049 | 2023-08-11T21:30:03.794Z | Compiling winnow v0.4.6 |
1050 | 2023-08-11T21:30:03.803Z | Compiling semver v0.1.20 |
1051 | 2023-08-11T21:30:03.874Z | Compiling ident_case v1.0.1 |
1052 | 2023-08-11T21:30:04.130Z | Compiling darling_core v0.14.2 |
1053 | 2023-08-11T21:30:04.748Z | Compiling rustc_version v0.1.7 |
1054 | 2023-08-11T21:30:07.328Z | Compiling slog-json v2.6.1 |
1055 | 2023-08-11T21:30:08.248Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1056 | 2023-08-11T21:30:09.545Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#56da9799) |
1057 | 2023-08-11T21:30:09.967Z | Compiling toml_edit v0.19.10 |
1058 | 2023-08-11T21:30:13.370Z | Compiling darling_macro v0.14.2 |
1059 | 2023-08-11T21:30:15.238Z | Compiling toml v0.7.4 |
1060 | 2023-08-11T21:30:24.530Z | Compiling slog-bunyan v2.4.0 |
1061 | 2023-08-11T21:30:24.954Z | Compiling newtype_derive v0.1.6 |
1062 | 2023-08-11T21:30:25.796Z | Compiling md-5 v0.10.5 |
1063 | 2023-08-11T21:30:26.170Z | Compiling hmac v0.12.1 |
1064 | 2023-08-11T21:30:26.509Z | Compiling sha2 v0.10.6 |
1065 | 2023-08-11T21:30:32.980Z | Compiling structmeta-derive v0.1.5 |
1066 | 2023-08-11T21:30:37.736Z | Compiling stringprep v0.1.2 |
1067 | 2023-08-11T21:30:38.329Z | Compiling num-integer v0.1.45 |
1068 | 2023-08-11T21:30:38.869Z | Compiling siphasher v0.3.10 |
1069 | 2023-08-11T21:30:39.716Z | Compiling camino v1.1.4 |
1070 | 2023-08-11T21:30:40.652Z | Compiling paste v1.0.12 |
1071 | 2023-08-11T21:30:41.621Z | Compiling phf_shared v0.11.1 |
1072 | 2023-08-11T21:30:42.277Z | Compiling postgres-protocol v0.6.4 |
1073 | 2023-08-11T21:30:43.469Z | Compiling structmeta v0.1.5 |
1074 | 2023-08-11T21:30:45.314Z | Compiling darling v0.14.2 |
1075 | 2023-08-11T21:30:47.994Z | Compiling vergen v8.2.1 |
1076 | 2023-08-11T21:30:48.337Z | Compiling async-stream-impl v0.3.5 |
1077 | 2023-08-11T21:30:48.516Z | Compiling proc-macro-error-attr v1.0.4 |
1078 | 2023-08-11T21:30:49.047Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#31f7ab94) |
1079 | 2023-08-11T21:30:49.590Z | Compiling fixedbitset v0.4.2 |
1080 | 2023-08-11T21:30:50.595Z | Compiling regex-syntax v0.6.28 |
1081 | 2023-08-11T21:30:50.660Z | Compiling atomic-waker v1.1.1 |
1082 | 2023-08-11T21:30:51.074Z | Compiling vcpkg v0.2.15 |
1083 | 2023-08-11T21:30:51.116Z | Compiling waitgroup v0.1.2 |
1084 | 2023-08-11T21:30:51.485Z | Compiling async-stream v0.3.5 |
1085 | 2023-08-11T21:30:52.123Z | Compiling petgraph v0.6.2 |
1086 | 2023-08-11T21:30:54.050Z | Compiling libsqlite3-sys v0.26.0 |
1087 | 2023-08-11T21:30:56.130Z | Compiling serde_with_macros v2.3.2 |
1088 | 2023-08-11T21:30:58.867Z | Compiling rustc_version v0.4.0 |
1089 | 2023-08-11T21:30:59.852Z | Compiling postgres-types v0.2.4 |
1090 | 2023-08-11T21:31:00.206Z | Compiling phf v0.11.1 |
1091 | 2023-08-11T21:31:00.220Z | Compiling parse-display-derive v0.7.0 |
1092 | 2023-08-11T21:31:03.257Z | Compiling strum_macros v0.24.3 |
1093 | 2023-08-11T21:31:03.745Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#31f7ab94) |
1094 | 2023-08-11T21:31:03.777Z | Compiling serde_path_to_error v0.1.11 |
1095 | 2023-08-11T21:31:03.785Z | Compiling hex v0.4.3 |
1096 | 2023-08-11T21:31:03.920Z | Compiling sha1 v0.10.5 |
1097 | 2023-08-11T21:31:04.903Z | Compiling num-bigint v0.4.3 |
1098 | 2023-08-11T21:31:05.357Z | Compiling memoffset v0.7.1 |
1099 | 2023-08-11T21:31:05.436Z | Compiling proc-macro-error v1.0.4 |
1100 | 2023-08-11T21:31:05.721Z | Compiling slog-dtrace v0.2.3 |
1101 | 2023-08-11T21:31:05.925Z | Compiling instant v0.1.12 |
1102 | 2023-08-11T21:31:05.986Z | Compiling utf8parse v0.2.1 |
1103 | 2023-08-11T21:31:06.135Z | Compiling rustls v0.20.8 |
1104 | 2023-08-11T21:31:06.260Z | Compiling debug-ignore v1.0.5 |
1105 | 2023-08-11T21:31:06.264Z | Compiling arc-swap v1.6.0 |
1106 | 2023-08-11T21:31:06.719Z | Compiling anstyle-parse v0.2.0 |
1107 | 2023-08-11T21:31:06.878Z | Compiling parse-display v0.7.0 |
1108 | 2023-08-11T21:31:07.194Z | Compiling slog-scope v4.4.0 |
1109 | 2023-08-11T21:31:07.203Z | Compiling backoff v0.4.0 |
1110 | 2023-08-11T21:31:07.804Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes#0a097945) |
1111 | 2023-08-11T21:31:08.016Z | Compiling tokio-postgres v0.7.7 |
1112 | 2023-08-11T21:31:08.155Z | Compiling serde_with v2.3.2 |
1113 | 2023-08-11T21:31:08.938Z | Compiling steno v0.3.1 |
1114 | 2023-08-11T21:31:09.263Z | Compiling strum v0.24.1 |
1115 | 2023-08-11T21:31:09.963Z | Compiling is-terminal v0.4.7 |
1116 | 2023-08-11T21:31:10.120Z | Compiling ipnetwork v0.20.0 |
1117 | 2023-08-11T21:31:10.572Z | Compiling macaddr v1.0.1 |
1118 | 2023-08-11T21:31:10.885Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#09fe4714) |
1119 | 2023-08-11T21:31:11.651Z | Compiling inout v0.1.3 |
1120 | 2023-08-11T21:31:11.782Z | Compiling num-rational v0.4.1 |
1121 | 2023-08-11T21:31:11.975Z | Compiling num-iter v0.1.43 |
1122 | 2023-08-11T21:31:11.984Z | Compiling termcolor v1.1.3 |
1123 | 2023-08-11T21:31:12.213Z | Compiling colorchoice v1.0.0 |
1124 | 2023-08-11T21:31:12.325Z | Compiling anstyle-query v1.0.0 |
1125 | 2023-08-11T21:31:12.463Z | Compiling radium v0.7.0 |
1126 | 2023-08-11T21:31:12.515Z | Compiling static_assertions v1.1.0 |
1127 | 2023-08-11T21:31:12.518Z | Compiling anstyle v1.0.0 |
1128 | 2023-08-11T21:31:13.217Z | Compiling anstream v0.3.1 |
1129 | 2023-08-11T21:31:13.304Z | Compiling cipher v0.4.3 |
1130 | 2023-08-11T21:31:13.825Z | Compiling sct v0.7.0 |
1131 | 2023-08-11T21:31:13.996Z | Compiling webpki v0.22.0 |
1132 | 2023-08-11T21:31:14.523Z | Compiling rustls-webpki v0.100.1 |
1133 | 2023-08-11T21:31:14.738Z | Compiling webpki-roots v0.22.6 |
1134 | 2023-08-11T21:31:17.284Z | Compiling slog-stdlog v4.1.1 |
1135 | 2023-08-11T21:31:18.975Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#7f571c6c) |
1136 | 2023-08-11T21:31:19.752Z | Compiling serde_repr v0.1.10 |
1137 | 2023-08-11T21:31:21.317Z | Compiling hashlink v0.8.1 |
1138 | 2023-08-11T21:31:21.718Z | Compiling tokio-rustls v0.24.1 |
1139 | 2023-08-11T21:31:22.420Z | Compiling hyper-rustls v0.24.0 |
1140 | 2023-08-11T21:31:22.996Z | Compiling reqwest v0.11.18 |
1141 | 2023-08-11T21:31:24.084Z | Compiling os_str_bytes v6.4.1 |
1142 | 2023-08-11T21:31:25.146Z | Compiling fallible-streaming-iterator v0.1.9 |
1143 | 2023-08-11T21:31:25.531Z | Compiling clap_lex v0.5.0 |
1144 | 2023-08-11T21:31:26.800Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#56da9799) |
1145 | 2023-08-11T21:31:29.416Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#56da9799) |
1146 | 2023-08-11T21:31:29.626Z | Compiling fastrand v1.8.0 |
1147 | 2023-08-11T21:31:29.698Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#09fe4714) |
1148 | 2023-08-11T21:31:31.029Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys#b1a9fb85) |
1149 | 2023-08-11T21:31:31.563Z | Compiling bitflags v2.1.0 |
1150 | 2023-08-11T21:31:31.854Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1151 | 2023-08-11T21:31:32.380Z | Compiling tap v1.0.1 |
1152 | 2023-08-11T21:31:32.389Z | Compiling portable-atomic v0.3.19 |
1153 | 2023-08-11T21:31:32.675Z | Compiling wyz v0.5.1 |
1154 | 2023-08-11T21:31:33.424Z | Compiling rusqlite v0.29.0 |
1155 | 2023-08-11T21:31:33.974Z | Compiling tempfile v3.5.0 |
1156 | 2023-08-11T21:31:36.831Z | Compiling clap_builder v4.3.0 |
1157 | 2023-08-11T21:31:41.254Z | Compiling clap_lex v0.2.4 |
1158 | 2023-08-11T21:31:48.250Z | Compiling tokio-rustls v0.23.4 |
1159 | 2023-08-11T21:31:48.945Z | Compiling slog-envlogger v2.2.0 |
1160 | 2023-08-11T21:31:50.674Z | Compiling nix v0.26.1 |
1161 | 2023-08-11T21:31:53.217Z | Compiling clap_derive v3.2.24 |
1162 | 2023-08-11T21:32:01.643Z | Compiling twox-hash v1.6.3 |
1163 | 2023-08-11T21:32:01.888Z | Compiling regress v0.5.0 |
1164 | 2023-08-11T21:32:02.206Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=84507ed89aced20920de73342666a8abcb8237c1#84507ed8) |
1165 | 2023-08-11T21:32:03.656Z | Compiling num_enum_derive v0.6.1 |
1166 | 2023-08-11T21:32:03.923Z | Compiling num-complex v0.4.2 |
1167 | 2023-08-11T21:32:04.183Z | Compiling sha-1 v0.10.1 |
1168 | 2023-08-11T21:32:05.616Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#09fe4714) |
1169 | 2023-08-11T21:32:06.200Z | Compiling clap_derive v4.3.0 |
1170 | 2023-08-11T21:32:07.529Z | Compiling universal-hash v0.5.0 |
1171 | 2023-08-11T21:32:07.580Z | Compiling opaque-debug v0.3.0 |
1172 | 2023-08-11T21:32:07.711Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys?branch=main#b1a9fb85) |
1173 | 2023-08-11T21:32:07.884Z | Compiling funty v2.0.0 |
1174 | 2023-08-11T21:32:08.224Z | Compiling utf-8 v0.7.6 |
1175 | 2023-08-11T21:32:08.797Z | Compiling textwrap v0.16.0 |
1176 | 2023-08-11T21:32:08.899Z | Compiling matches v0.1.10 |
1177 | 2023-08-11T21:32:09.027Z | Compiling idna v0.2.3 |
1178 | 2023-08-11T21:32:11.688Z | Compiling bitvec v1.0.1 |
1179 | 2023-08-11T21:32:12.569Z | Compiling clap v3.2.24 |
1180 | 2023-08-11T21:32:13.136Z | Compiling tungstenite v0.17.3 |
1181 | 2023-08-11T21:32:14.569Z | Compiling clap v4.3.0 |
1182 | 2023-08-11T21:32:14.737Z | Compiling polyval v0.6.0 |
1183 | 2023-08-11T21:32:15.013Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#09fe4714) |
1184 | 2023-08-11T21:32:15.630Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#09fe4714) |
1185 | 2023-08-11T21:32:20.141Z | Compiling num_enum v0.6.1 |
1186 | 2023-08-11T21:32:20.369Z | Compiling num v0.4.0 |
1187 | 2023-08-11T21:32:22.682Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0) |
1188 | 2023-08-11T21:32:22.691Z | Compiling aes v0.8.2 |
1189 | 2023-08-11T21:32:22.834Z | Compiling ctr v0.9.2 |
1190 | 2023-08-11T21:32:23.352Z | Compiling console v0.15.4 |
1191 | 2023-08-11T21:32:24.466Z | Compiling propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
1192 | 2023-08-11T21:32:27.065Z | Compiling bincode v1.3.3 |
1193 | 2023-08-11T21:32:28.299Z | Compiling colored v2.0.0 |
1194 | 2023-08-11T21:32:28.982Z | Compiling enum-as-inner v0.5.1 |
1195 | 2023-08-11T21:32:29.014Z | Compiling async-recursion v0.3.2 |
1196 | 2023-08-11T21:32:30.458Z | Compiling aead v0.5.1 |
1197 | 2023-08-11T21:32:30.766Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=84507ed89aced20920de73342666a8abcb8237c1#84507ed8) |
1198 | 2023-08-11T21:32:30.775Z | Compiling data-encoding v2.3.3 |
1199 | 2023-08-11T21:32:30.955Z | Compiling linked-hash-map v0.5.6 |
1200 | 2023-08-11T21:32:30.968Z | Compiling zeroize v1.3.0 |
1201 | 2023-08-11T21:32:31.310Z | Compiling either v1.8.0 |
1202 | 2023-08-11T21:32:31.383Z | Compiling quick-error v1.2.3 |
1203 | 2023-08-11T21:32:31.551Z | Compiling number_prefix v0.4.0 |
1204 | 2023-08-11T21:32:31.590Z | Compiling erased-serde v0.3.24 |
1205 | 2023-08-11T21:32:31.831Z | Compiling pretty-hex v0.2.1 |
1206 | 2023-08-11T21:32:31.939Z | Compiling humantime v2.1.0 |
1207 | 2023-08-11T21:32:32.178Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1208 | 2023-08-11T21:32:32.468Z | Compiling env_logger v0.9.3 |
1209 | 2023-08-11T21:32:32.811Z | Compiling indicatif v0.17.3 |
1210 | 2023-08-11T21:32:33.495Z | Compiling itertools v0.11.0 |
1211 | 2023-08-11T21:32:39.053Z | Compiling trust-dns-proto v0.22.0 |
1212 | 2023-08-11T21:32:39.927Z | Compiling resolv-conf v0.7.0 |
1213 | 2023-08-11T21:32:39.987Z | Compiling lru-cache v0.1.2 |
1214 | 2023-08-11T21:32:40.361Z | Compiling aes-gcm-siv v0.11.1 |
1215 | 2023-08-11T21:32:40.816Z | Compiling p9kp v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0) |
1216 | 2023-08-11T21:32:43.067Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?rev=d59491f86668e15e92f35ffe3f94504ff4241c64#d59491f8) |
1217 | 2023-08-11T21:32:43.162Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#09fe4714) |
1218 | 2023-08-11T21:32:43.601Z | Compiling tokio-tungstenite v0.17.2 |
1219 | 2023-08-11T21:32:44.082Z | Compiling bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
1220 | 2023-08-11T21:32:44.440Z | Compiling bitstruct_derive v0.1.0 |
1221 | 2023-08-11T21:32:44.863Z | Compiling async-recursion v1.0.4 |
1222 | 2023-08-11T21:32:46.639Z | Compiling viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
1223 | 2023-08-11T21:32:46.721Z | Compiling libloading v0.7.4 |
1224 | 2023-08-11T21:32:46.836Z | Compiling ringbuffer v0.14.1 |
1225 | 2023-08-11T21:32:47.373Z | Compiling ascii v1.1.0 |
1226 | 2023-08-11T21:32:47.500Z | Compiling softnpu v0.1.0 (https://github.com/oxidecomputer/softnpu?rev=88f5f1334364e5580fe778c44ac0746a35927351#88f5f133) |
1227 | 2023-08-11T21:32:47.546Z | Compiling viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
1228 | 2023-08-11T21:32:47.856Z | Compiling bitstruct v0.1.1 |
1229 | 2023-08-11T21:32:47.963Z | Compiling trust-dns-resolver v0.22.0 |
1230 | 2023-08-11T21:32:47.993Z | Compiling bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
1231 | 2023-08-11T21:32:48.007Z | Compiling propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1232 | 2023-08-11T21:32:48.737Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1233 | 2023-08-11T21:32:51.779Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#09fe4714) |
1234 | 2023-08-11T21:32:53.182Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#7251cbb0) |
1235 | 2023-08-11T21:32:57.067Z | Compiling dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
1236 | 2023-08-11T21:32:59.014Z | Compiling serde_arrays v0.1.0 |
1237 | 2023-08-11T21:32:59.046Z | Compiling enum-iterator-derive v1.2.1 |
1238 | 2023-08-11T21:32:59.249Z | Compiling const_format_proc_macros v0.2.29 |
1239 | 2023-08-11T21:33:02.538Z | Compiling assert_matches v1.5.0 |
1240 | 2023-08-11T21:33:02.672Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#09fe4714) |
1241 | 2023-08-11T21:33:02.757Z | Compiling const_format v0.2.30 |
1242 | 2023-08-11T21:33:02.830Z | Compiling enum-iterator v1.4.1 |
1243 | 2023-08-11T21:33:03.168Z | Compiling propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
1244 | 2023-08-11T21:33:03.519Z | Compiling ron v0.7.1 |
1245 | 2023-08-11T21:33:04.587Z | Compiling bit_field v0.10.1 |
1246 | 2023-08-11T21:33:17.087Z | Compiling propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1247 | 2023-08-11T21:33:23.116Z | Compiling git2 v0.17.2 |
1248 | 2023-08-11T21:33:32.210Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=84507ed89aced20920de73342666a8abcb8237c1#84507ed8) |
1249 | 2023-08-11T21:33:33.913Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=84507ed89aced20920de73342666a8abcb8237c1#84507ed8) |
1250 | 2023-08-11T21:33:44.713Z | Compiling propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1251 | 2023-08-11T21:33:56.887Z | Compiling propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1252 | 2023-08-11T21:35:38.151Z | Finished release [optimized] target(s) in 7m 48s |
1253 | 2023-08-11T21:35:38.210Z | |
1254 | 2023-08-11T21:35:38.218Z | real 7:48.819743223 |
1255 | 2023-08-11T21:35:38.223Z | user 54:25.758421599 |
1256 | 2023-08-11T21:35:38.233Z | sys 3:38.124023084 |
1257 | 2023-08-11T21:35:38.237Z | trap 2.188757548 |
1258 | 2023-08-11T21:35:38.248Z | tflt 1.777900108 |
1259 | 2023-08-11T21:35:38.256Z | dflt 2.523274489 |
1260 | 2023-08-11T21:35:38.261Z | kflt 0.000406716 |
1261 | 2023-08-11T21:35:38.265Z | lock 1:57:24.735099678 |
1262 | 2023-08-11T21:35:38.270Z | slp 2:24:05.235157103 |
1263 | 2023-08-11T21:35:38.283Z | lat 1:39.965315591 |
1264 | 2023-08-11T21:35:38.298Z | stop 43.622825449 |
1265 | 2023-08-11T21:35:38.308Z | + OUTDIR=/work/release |
1266 | 2023-08-11T21:35:38.315Z | + mkdir -p /work/release |
1267 | 2023-08-11T21:35:38.320Z | + cp target/release/propolis-cli /work/release/propolis-cli |
1268 | 2023-08-11T21:35:38.324Z | + cp target/release/propolis-server /work/release/propolis-server |
1269 | 2023-08-11T21:35:38.331Z | process exited: duration 650621 ms, exit code 0 |
|
1270 | 2023-08-11T21:35:38.339Z | found 2 output files |
1271 | 2023-08-11T21:35:38.343Z | uploading: /work/release/propolis-cli (20804288 bytes) |
1272 | 2023-08-11T21:35:43.669Z | uploaded: /work/release/propolis-cli |
1273 | 2023-08-11T21:35:43.671Z | uploading: /work/release/propolis-server (53078952 bytes) |
1274 | 2023-08-11T21:35:52.705Z | uploaded: /work/release/propolis-server |