|
|
|
1 | 2023-08-04T02:40:21.185Z | job assigned to worker 01H6Z6J902656EB7397MBPNPK3 (queued for 1 m 57 s) |
|
2 | 2023-08-04T02:40:21.590Z | starting task 0: "setup" |
3 | 2023-08-04T02:40:21.863Z | ++ uname -s |
4 | 2023-08-04T02:40:21.866Z | + kern=SunOS |
5 | 2023-08-04T02:40:21.869Z | + case "$kern" in |
6 | 2023-08-04T02:40:21.871Z | + groupadd -g 12345 build |
7 | 2023-08-04T02:40:21.874Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-08-04T02:40:24.404Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-08-04T02:40:24.408Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-08-04T02:40:24.411Z | + home_fs=zfs |
11 | 2023-08-04T02:40:24.413Z | + [[ zfs == autofs ]] |
12 | 2023-08-04T02:40:24.416Z | + mkdir -p /home/build |
13 | 2023-08-04T02:40:24.419Z | + chown build:build /home/build /work |
14 | 2023-08-04T02:40:25.184Z | + chmod 0700 /home/build /work |
15 | 2023-08-04T02:40:25.187Z | process exited: duration 3593 ms, exit code 0 |
|
16 | 2023-08-04T02:40:25.193Z | starting task 1: "rust-toolchain" |
17 | 2023-08-04T02:40:25.204Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-08-04T02:40:25.207Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
19 | 2023-08-04T02:40:26.038Z | info: downloading installer |
20 | 2023-08-04T02:40:29.813Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-08-04T02:40:29.816Z | warning: /opt/ooce/bin |
22 | 2023-08-04T02:40:29.819Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-08-04T02:40:29.821Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-08-04T02:40:29.824Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-08-04T02:40:29.826Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-08-04T02:40:29.830Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-08-04T02:40:29.832Z | error: cannot install while Rust is installed |
28 | 2023-08-04T02:40:29.835Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-08-04T02:40:30.857Z | info: profile set to 'default' |
30 | 2023-08-04T02:40:30.860Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-08-04T02:40:30.863Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
32 | 2023-08-04T02:40:30.889Z | info: latest update on 2023-08-03, rust version 1.71.1 (eb26296b5 2023-08-03) |
33 | 2023-08-04T02:40:30.892Z | info: downloading component 'cargo' |
34 | 2023-08-04T02:40:33.632Z | info: downloading component 'clippy' |
35 | 2023-08-04T02:40:34.675Z | info: downloading component 'rust-docs' |
36 | 2023-08-04T02:40:35.919Z | info: downloading component 'rust-std' |
37 | 2023-08-04T02:40:42.400Z | info: downloading component 'rustc' |
38 | 2023-08-04T02:40:56.021Z | info: downloading component 'rustfmt' |
39 | 2023-08-04T02:40:56.908Z | info: installing component 'cargo' |
40 | 2023-08-04T02:40:58.527Z | info: installing component 'clippy' |
41 | 2023-08-04T02:40:59.094Z | info: installing component 'rust-docs' |
42 | 2023-08-04T02:41:01.809Z | info: installing component 'rust-std' |
43 | 2023-08-04T02:41:05.975Z | info: installing component 'rustc' |
44 | 2023-08-04T02:41:17.246Z | info: installing component 'rustfmt' |
45 | 2023-08-04T02:41:17.892Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
46 | 2023-08-04T02:41:17.895Z | |
47 | 2023-08-04T02:41:17.915Z | stable-x86_64-unknown-illumos installed - rustc 1.71.1 (eb26296b5 2023-08-03) |
48 | 2023-08-04T02:41:17.917Z | |
49 | 2023-08-04T02:41:17.920Z | |
50 | 2023-08-04T02:41:17.922Z | Rust is installed now. Great! |
51 | 2023-08-04T02:41:17.925Z | |
52 | 2023-08-04T02:41:17.927Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-08-04T02:41:17.930Z | environment variable. This has not been done automatically. |
54 | 2023-08-04T02:41:17.933Z | |
55 | 2023-08-04T02:41:17.935Z | To configure your current shell, run: |
56 | 2023-08-04T02:41:17.938Z | source "$HOME/.cargo/env" |
57 | 2023-08-04T02:41:18.010Z | + rustc --version |
58 | 2023-08-04T02:41:18.132Z | rustc 1.71.1 (eb26296b5 2023-08-03) |
59 | 2023-08-04T02:41:18.138Z | process exited: duration 52944 ms, exit code 0 |
|
60 | 2023-08-04T02:41:18.143Z | starting task 2: "authentication" |
61 | 2023-08-04T02:41:18.177Z | process exited: duration 31 ms, exit code 0 |
|
62 | 2023-08-04T02:41:18.183Z | starting task 3: "clone repository" |
63 | 2023-08-04T02:41:18.193Z | + mkdir -p /work/oxidecomputer/propolis |
64 | 2023-08-04T02:41:18.195Z | + git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis |
65 | 2023-08-04T02:41:18.285Z | Cloning into '/work/oxidecomputer/propolis'... |
66 | 2023-08-04T02:41:19.881Z | + cd /work/oxidecomputer/propolis |
67 | 2023-08-04T02:41:19.884Z | + [[ -n '' ]] |
68 | 2023-08-04T02:41:19.887Z | + git fetch origin 4b9314a25f76952fb3bd2f247e9b08b0122e4f93 |
69 | 2023-08-04T02:41:20.168Z | From https://github.com/oxidecomputer/propolis |
70 | 2023-08-04T02:41:20.171Z | * branch 4b9314a25f76952fb3bd2f247e9b08b0122e4f93 -> FETCH_HEAD |
71 | 2023-08-04T02:41:20.174Z | + git reset --hard 4b9314a25f76952fb3bd2f247e9b08b0122e4f93 |
72 | 2023-08-04T02:41:20.205Z | HEAD is now at 4b9314a Allow 64-vCPU instances on Helios (stlouis) |
73 | 2023-08-04T02:41:20.207Z | process exited: duration 2020 ms, exit code 0 |
|
74 | 2023-08-04T02:41:20.212Z | starting task 4: "build" |
75 | 2023-08-04T02:41:20.223Z | + cargo --version |
76 | 2023-08-04T02:41:20.319Z | cargo 1.71.1 (7f1d04c00 2023-07-29) |
77 | 2023-08-04T02:41:20.322Z | + rustc --version |
78 | 2023-08-04T02:41:20.430Z | rustc 1.71.1 (eb26296b5 2023-08-03) |
79 | 2023-08-04T02:41:20.434Z | + banner check |
80 | 2023-08-04T02:41:21.130Z | |
81 | 2023-08-04T02:41:21.133Z | #### # # ###### #### # # |
82 | 2023-08-04T02:41:21.136Z | # # # # # # # # # |
83 | 2023-08-04T02:41:21.141Z | # ###### ##### # #### |
84 | 2023-08-04T02:41:21.144Z | # # # # # # # |
85 | 2023-08-04T02:41:21.147Z | # # # # # # # # # |
86 | 2023-08-04T02:41:21.149Z | #### # # ###### #### # # |
87 | 2023-08-04T02:41:21.153Z | |
88 | 2023-08-04T02:41:21.156Z | + ptime -m cargo check --features falcon |
89 | 2023-08-04T02:41:21.159Z | Updating crates.io index |
90 | 2023-08-04T02:41:21.161Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
91 | 2023-08-04T02:41:22.745Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
92 | 2023-08-04T02:41:24.351Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
93 | 2023-08-04T02:41:24.976Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
94 | 2023-08-04T02:41:29.234Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
95 | 2023-08-04T02:41:29.649Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
96 | 2023-08-04T02:41:30.847Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
97 | 2023-08-04T02:41:30.850Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
98 | 2023-08-04T02:41:31.277Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
99 | 2023-08-04T02:41:31.784Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
100 | 2023-08-04T02:41:32.470Z | Updating git repository `https://github.com/oxidecomputer/devinfo-sys` |
101 | 2023-08-04T02:41:32.828Z | Updating git repository `https://github.com/oxidecomputer/p4` |
102 | 2023-08-04T02:41:34.090Z | Updating git repository `https://github.com/oxidecomputer/typify` |
103 | 2023-08-04T02:41:35.701Z | Downloading crates ... |
104 | 2023-08-04T02:41:35.893Z | Downloaded aes-gcm-siv v0.11.1 |
105 | 2023-08-04T02:41:35.899Z | Downloaded async-recursion v1.0.4 |
106 | 2023-08-04T02:41:35.910Z | Downloaded anstyle-query v1.0.0 |
107 | 2023-08-04T02:41:35.913Z | Downloaded bitflags v1.3.2 |
108 | 2023-08-04T02:41:35.918Z | Downloaded anstream v0.3.1 |
109 | 2023-08-04T02:41:35.922Z | Downloaded ahash v0.7.6 |
110 | 2023-08-04T02:41:35.927Z | Downloaded async-stream-impl v0.3.5 |
111 | 2023-08-04T02:41:35.930Z | Downloaded errno v0.3.0 |
112 | 2023-08-04T02:41:35.933Z | Downloaded clap_builder v4.3.0 |
113 | 2023-08-04T02:41:35.946Z | Downloaded const_format v0.2.30 |
114 | 2023-08-04T02:41:35.955Z | Downloaded bitstruct v0.1.1 |
115 | 2023-08-04T02:41:35.964Z | Downloaded ron v0.7.1 |
116 | 2023-08-04T02:41:35.970Z | Downloaded debug-ignore v1.0.5 |
117 | 2023-08-04T02:41:35.974Z | Downloaded futures-sink v0.3.28 |
118 | 2023-08-04T02:41:35.977Z | Downloaded getopts v0.2.21 |
119 | 2023-08-04T02:41:35.980Z | Downloaded reqwest v0.11.18 |
120 | 2023-08-04T02:41:35.999Z | Downloaded siphasher v0.3.10 |
121 | 2023-08-04T02:41:36.002Z | Downloaded futures-channel v0.3.28 |
122 | 2023-08-04T02:41:36.005Z | Downloaded atty v0.2.14 |
123 | 2023-08-04T02:41:36.009Z | Downloaded bitstruct_derive v0.1.0 |
124 | 2023-08-04T02:41:36.012Z | Downloaded enum-iterator-derive v1.2.1 |
125 | 2023-08-04T02:41:36.015Z | Downloaded digest v0.10.6 |
126 | 2023-08-04T02:41:36.018Z | Downloaded rustversion v1.0.14 |
127 | 2023-08-04T02:41:36.023Z | Downloaded time-core v0.1.1 |
128 | 2023-08-04T02:41:36.026Z | Downloaded dof v0.1.5 |
129 | 2023-08-04T02:41:36.029Z | Downloaded async-stream v0.3.5 |
130 | 2023-08-04T02:41:36.032Z | Downloaded thread-id v4.0.0 |
131 | 2023-08-04T02:41:36.035Z | Downloaded fnv v1.0.7 |
132 | 2023-08-04T02:41:36.039Z | Downloaded const_format_proc_macros v0.2.29 |
133 | 2023-08-04T02:41:36.044Z | Downloaded strum v0.24.1 |
134 | 2023-08-04T02:41:36.047Z | Downloaded enum-as-inner v0.5.1 |
135 | 2023-08-04T02:41:36.050Z | Downloaded sha-1 v0.10.1 |
136 | 2023-08-04T02:41:36.053Z | Downloaded tokio-rustls v0.23.4 |
137 | 2023-08-04T02:41:36.056Z | Downloaded env_logger v0.9.3 |
138 | 2023-08-04T02:41:36.059Z | Downloaded take_mut v0.2.2 |
139 | 2023-08-04T02:41:36.071Z | Downloaded structmeta v0.1.5 |
140 | 2023-08-04T02:41:36.074Z | Downloaded rustc_version v0.1.7 |
141 | 2023-08-04T02:41:36.077Z | Downloaded futures-core v0.3.28 |
142 | 2023-08-04T02:41:36.080Z | Downloaded sha1 v0.10.5 |
143 | 2023-08-04T02:41:36.083Z | Downloaded rustls-pemfile v1.0.3 |
144 | 2023-08-04T02:41:36.086Z | Downloaded serde_repr v0.1.10 |
145 | 2023-08-04T02:41:36.089Z | Downloaded block-buffer v0.10.3 |
146 | 2023-08-04T02:41:36.092Z | Downloaded cfg-if v1.0.0 |
147 | 2023-08-04T02:41:36.095Z | Downloaded async-trait v0.1.72 |
148 | 2023-08-04T02:41:36.098Z | Downloaded time v0.1.45 |
149 | 2023-08-04T02:41:36.101Z | Downloaded futures-task v0.3.28 |
150 | 2023-08-04T02:41:36.103Z | Downloaded futures-executor v0.3.28 |
151 | 2023-08-04T02:41:36.106Z | Downloaded colored v2.0.0 |
152 | 2023-08-04T02:41:36.109Z | Downloaded slog-stdlog v4.1.1 |
153 | 2023-08-04T02:41:36.112Z | Downloaded tokio-tungstenite v0.17.2 |
154 | 2023-08-04T02:41:36.115Z | Downloaded static_assertions v1.1.0 |
155 | 2023-08-04T02:41:36.118Z | Downloaded subtle v2.4.1 |
156 | 2023-08-04T02:41:36.121Z | Downloaded strsim v0.10.0 |
157 | 2023-08-04T02:41:36.124Z | Downloaded pretty-hex v0.2.1 |
158 | 2023-08-04T02:41:36.126Z | Downloaded form_urlencoded v1.1.0 |
159 | 2023-08-04T02:41:36.129Z | Downloaded thread_local v1.1.4 |
160 | 2023-08-04T02:41:36.133Z | Downloaded tinyvec_macros v0.1.0 |
161 | 2023-08-04T02:41:36.136Z | Downloaded match_cfg v0.1.0 |
162 | 2023-08-04T02:41:36.139Z | Downloaded heck v0.4.1 |
163 | 2023-08-04T02:41:36.142Z | Downloaded tokio-native-tls v0.3.0 |
164 | 2023-08-04T02:41:36.145Z | Downloaded serde_urlencoded v0.7.1 |
165 | 2023-08-04T02:41:36.148Z | Downloaded strum_macros v0.24.3 |
166 | 2023-08-04T02:41:36.151Z | Downloaded schemars v0.8.12 |
167 | 2023-08-04T02:41:36.172Z | Downloaded unicode-xid v0.2.4 |
168 | 2023-08-04T02:41:36.175Z | Downloaded tokio-rustls v0.24.1 |
169 | 2023-08-04T02:41:36.178Z | Downloaded tempfile v3.5.0 |
170 | 2023-08-04T02:41:36.185Z | Downloaded tower-service v0.3.2 |
171 | 2023-08-04T02:41:36.188Z | Downloaded term v0.7.0 |
172 | 2023-08-04T02:41:36.193Z | Downloaded try-lock v0.2.4 |
173 | 2023-08-04T02:41:36.196Z | Downloaded toml_datetime v0.6.2 |
174 | 2023-08-04T02:41:36.199Z | Downloaded tokio-macros v2.1.0 |
175 | 2023-08-04T02:41:36.202Z | Downloaded slab v0.4.7 |
176 | 2023-08-04T02:41:36.220Z | Downloaded number_prefix v0.4.0 |
177 | 2023-08-04T02:41:36.223Z | Downloaded zeroize v1.3.0 |
178 | 2023-08-04T02:41:36.225Z | Downloaded version_check v0.9.4 |
179 | 2023-08-04T02:41:36.228Z | Downloaded slog-term v2.9.0 |
180 | 2023-08-04T02:41:36.232Z | Downloaded tinyvec v1.6.0 |
181 | 2023-08-04T02:41:36.234Z | Downloaded serde_tokenstream v0.1.6 |
182 | 2023-08-04T02:41:36.237Z | Downloaded usdt-macro v0.3.5 |
183 | 2023-08-04T02:41:36.240Z | Downloaded usdt-attr-macro v0.3.5 |
184 | 2023-08-04T02:41:36.243Z | Downloaded structmeta-derive v0.1.5 |
185 | 2023-08-04T02:41:36.246Z | Downloaded proc-macro-error v1.0.4 |
186 | 2023-08-04T02:41:36.249Z | Downloaded want v0.3.0 |
187 | 2023-08-04T02:41:36.251Z | Downloaded waitgroup v0.1.2 |
188 | 2023-08-04T02:41:36.254Z | Downloaded lru-cache v0.1.2 |
189 | 2023-08-04T02:41:36.257Z | Downloaded postgres-types v0.2.4 |
190 | 2023-08-04T02:41:36.260Z | Downloaded clap v4.3.0 |
191 | 2023-08-04T02:41:36.263Z | Downloaded slog v2.7.0 |
192 | 2023-08-04T02:41:36.267Z | Downloaded serde_yaml v0.9.17 |
193 | 2023-08-04T02:41:36.273Z | Downloaded universal-hash v0.5.0 |
194 | 2023-08-04T02:41:36.276Z | Downloaded parse-display-derive v0.7.0 |
195 | 2023-08-04T02:41:36.280Z | Downloaded parse-display v0.7.0 |
196 | 2023-08-04T02:41:36.282Z | Downloaded num_enum v0.5.11 |
197 | 2023-08-04T02:41:36.288Z | Downloaded utf-8 v0.7.6 |
198 | 2023-08-04T02:41:36.291Z | Downloaded untrusted v0.7.1 |
199 | 2023-08-04T02:41:36.295Z | Downloaded textwrap v0.16.0 |
200 | 2023-08-04T02:41:36.298Z | Downloaded proc-macro-error-attr v1.0.4 |
201 | 2023-08-04T02:41:36.301Z | Downloaded parking_lot v0.12.1 |
202 | 2023-08-04T02:41:36.304Z | Downloaded unicode-width v0.1.10 |
203 | 2023-08-04T02:41:36.307Z | Downloaded ipnet v2.7.1 |
204 | 2023-08-04T02:41:36.310Z | Downloaded indicatif v0.17.3 |
205 | 2023-08-04T02:41:36.316Z | Downloaded zerocopy v0.3.0 |
206 | 2023-08-04T02:41:36.319Z | Downloaded usdt v0.3.5 |
207 | 2023-08-04T02:41:36.321Z | Downloaded tokio-util v0.7.4 |
208 | 2023-08-04T02:41:36.330Z | Downloaded os_str_bytes v6.4.1 |
209 | 2023-08-04T02:41:36.334Z | Downloaded usdt-impl v0.3.5 |
210 | 2023-08-04T02:41:36.337Z | Downloaded io-lifetimes v1.0.3 |
211 | 2023-08-04T02:41:36.342Z | Downloaded vergen v8.2.1 |
212 | 2023-08-04T02:41:36.346Z | Downloaded wyz v0.5.1 |
213 | 2023-08-04T02:41:36.349Z | Downloaded serde v1.0.164 |
214 | 2023-08-04T02:41:36.355Z | Downloaded ucd-trie v0.1.5 |
215 | 2023-08-04T02:41:36.358Z | Downloaded tungstenite v0.17.3 |
216 | 2023-08-04T02:41:36.363Z | Downloaded webpki v0.22.0 |
217 | 2023-08-04T02:41:36.374Z | Downloaded tokio-postgres v0.7.7 |
218 | 2023-08-04T02:41:36.383Z | Downloaded unicode-ident v1.0.11 |
219 | 2023-08-04T02:41:36.388Z | Downloaded num-traits v0.2.15 |
220 | 2023-08-04T02:41:36.393Z | Downloaded num-complex v0.4.2 |
221 | 2023-08-04T02:41:36.396Z | Downloaded memchr v2.5.0 |
222 | 2023-08-04T02:41:36.404Z | Downloaded unsafe-libyaml v0.2.5 |
223 | 2023-08-04T02:41:36.410Z | Downloaded url v2.3.1 |
224 | 2023-08-04T02:41:36.416Z | Downloaded uuid v1.4.0 |
225 | 2023-08-04T02:41:36.424Z | Downloaded indexmap v1.9.3 |
226 | 2023-08-04T02:41:36.431Z | Downloaded trust-dns-resolver v0.22.0 |
227 | 2023-08-04T02:41:36.439Z | Downloaded tracing v0.1.37 |
228 | 2023-08-04T02:41:36.447Z | Downloaded serde_with v2.3.2 |
229 | 2023-08-04T02:41:36.460Z | Downloaded tracing-core v0.1.30 |
230 | 2023-08-04T02:41:36.466Z | Downloaded steno v0.3.1 |
231 | 2023-08-04T02:41:36.474Z | Downloaded serde_json v1.0.99 |
232 | 2023-08-04T02:41:36.487Z | Downloaded unicode-normalization v0.1.22 |
233 | 2023-08-04T02:41:36.495Z | Downloaded num-bigint v0.4.3 |
234 | 2023-08-04T02:41:36.504Z | Downloaded itertools v0.11.0 |
235 | 2023-08-04T02:41:36.517Z | Downloaded futures-util v0.3.28 |
236 | 2023-08-04T02:41:36.539Z | Downloaded pest v2.6.0 |
237 | 2023-08-04T02:41:36.548Z | Downloaded clap v3.2.24 |
238 | 2023-08-04T02:41:36.572Z | Downloaded chrono v0.4.26 |
239 | 2023-08-04T02:41:36.585Z | Downloaded h2 v0.3.19 |
240 | 2023-08-04T02:41:36.605Z | Downloaded regex v1.9.1 |
241 | 2023-08-04T02:41:36.622Z | Downloaded winnow v0.4.6 |
242 | 2023-08-04T02:41:36.637Z | Downloaded regress v0.5.0 |
243 | 2023-08-04T02:41:36.650Z | Downloaded regex-syntax v0.7.4 |
244 | 2023-08-04T02:41:36.667Z | Downloaded syn v2.0.27 |
245 | 2023-08-04T02:41:36.686Z | Downloaded syn v1.0.107 |
246 | 2023-08-04T02:41:37.307Z | Downloaded webpki-roots v0.22.6 |
247 | 2023-08-04T02:41:37.310Z | Downloaded vcpkg v0.2.15 |
248 | 2023-08-04T02:41:37.313Z | Downloaded trust-dns-proto v0.22.0 |
249 | 2023-08-04T02:41:37.317Z | Downloaded openssl v0.10.55 |
250 | 2023-08-04T02:41:37.320Z | Downloaded openapiv3 v1.0.2 |
251 | 2023-08-04T02:41:37.322Z | Downloaded rustls v0.21.2 |
252 | 2023-08-04T02:41:37.325Z | Downloaded rustls v0.20.8 |
253 | 2023-08-04T02:41:37.328Z | Downloaded nix v0.26.1 |
254 | 2023-08-04T02:41:37.331Z | Downloaded idna v0.2.3 |
255 | 2023-08-04T02:41:37.334Z | Downloaded idna v0.3.0 |
256 | 2023-08-04T02:41:37.337Z | Downloaded bstr v1.6.0 |
257 | 2023-08-04T02:41:37.340Z | Downloaded rustix v0.37.3 |
258 | 2023-08-04T02:41:37.343Z | Downloaded petgraph v0.6.2 |
259 | 2023-08-04T02:41:37.346Z | Downloaded git2 v0.17.2 |
260 | 2023-08-04T02:41:37.349Z | Downloaded hyper v0.14.26 |
261 | 2023-08-04T02:41:37.352Z | Downloaded aho-corasick v1.0.2 |
262 | 2023-08-04T02:41:37.354Z | Downloaded zerocopy-derive v0.2.0 |
263 | 2023-08-04T02:41:37.357Z | Downloaded mio v0.8.8 |
264 | 2023-08-04T02:41:37.360Z | Downloaded regex-automata v0.3.3 |
265 | 2023-08-04T02:41:37.363Z | Downloaded http v0.2.9 |
266 | 2023-08-04T02:41:37.366Z | Downloaded portable-atomic v0.3.19 |
267 | 2023-08-04T02:41:37.369Z | Downloaded hashbrown v0.13.2 |
268 | 2023-08-04T02:41:37.372Z | Downloaded rusqlite v0.29.0 |
269 | 2023-08-04T02:41:37.375Z | Downloaded regress v0.6.0 |
270 | 2023-08-04T02:41:37.378Z | Downloaded encoding_rs v0.8.31 |
271 | 2023-08-04T02:41:37.381Z | Downloaded tokio v1.29.1 |
272 | 2023-08-04T02:41:37.384Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
273 | 2023-08-04T02:41:37.387Z | Downloaded libc v0.2.147 |
274 | 2023-08-04T02:41:37.395Z | Downloaded openssl-sys v0.9.90 |
275 | 2023-08-04T02:41:37.402Z | Downloaded toml_edit v0.19.10 |
276 | 2023-08-04T02:41:37.430Z | Downloaded proc-macro2 v1.0.63 |
277 | 2023-08-04T02:41:37.434Z | Downloaded hashbrown v0.12.3 |
278 | 2023-08-04T02:41:37.443Z | Downloaded time v0.3.21 |
279 | 2023-08-04T02:41:37.452Z | Downloaded log v0.4.17 |
280 | 2023-08-04T02:41:37.455Z | Downloaded postgres-protocol v0.6.4 |
281 | 2023-08-04T02:41:37.458Z | Downloaded polyval v0.6.0 |
282 | 2023-08-04T02:41:37.462Z | Downloaded pest_meta v2.6.0 |
283 | 2023-08-04T02:41:37.467Z | Downloaded hmac v0.12.1 |
284 | 2023-08-04T02:41:37.470Z | Downloaded crossbeam-channel v0.5.6 |
285 | 2023-08-04T02:41:37.474Z | Downloaded quote v1.0.30 |
286 | 2023-08-04T02:41:37.477Z | Downloaded pest_generator v2.6.0 |
287 | 2023-08-04T02:41:37.480Z | Downloaded typenum v1.16.0 |
288 | 2023-08-04T02:41:37.484Z | Downloaded base64 v0.13.1 |
289 | 2023-08-04T02:41:37.489Z | Downloaded unicode-bidi v0.3.8 |
290 | 2023-08-04T02:41:37.492Z | Downloaded toml v0.7.4 |
291 | 2023-08-04T02:41:37.498Z | Downloaded toml v0.5.11 |
292 | 2023-08-04T02:41:37.502Z | Downloaded num_enum v0.6.1 |
293 | 2023-08-04T02:41:37.510Z | Downloaded num-iter v0.1.43 |
294 | 2023-08-04T02:41:37.513Z | Downloaded hyper-rustls v0.24.0 |
295 | 2023-08-04T02:41:37.516Z | Downloaded native-tls v0.2.11 |
296 | 2023-08-04T02:41:37.520Z | Downloaded memoffset v0.7.1 |
297 | 2023-08-04T02:41:37.523Z | Downloaded md-5 v0.10.5 |
298 | 2023-08-04T02:41:37.526Z | Downloaded lock_api v0.4.9 |
299 | 2023-08-04T02:41:37.529Z | Downloaded arc-swap v1.6.0 |
300 | 2023-08-04T02:41:37.532Z | Downloaded twox-hash v1.6.3 |
301 | 2023-08-04T02:41:37.535Z | Downloaded percent-encoding v2.3.0 |
302 | 2023-08-04T02:41:37.538Z | Downloaded num-rational v0.4.1 |
303 | 2023-08-04T02:41:37.541Z | Downloaded inout v0.1.3 |
304 | 2023-08-04T02:41:37.544Z | Downloaded darling_core v0.14.2 |
305 | 2023-08-04T02:41:37.548Z | Downloaded cc v1.0.78 |
306 | 2023-08-04T02:41:37.553Z | Downloaded libloading v0.7.4 |
307 | 2023-08-04T02:41:37.557Z | Downloaded serde_derive v1.0.164 |
308 | 2023-08-04T02:41:37.562Z | Downloaded rustls-webpki v0.100.1 |
309 | 2023-08-04T02:41:37.571Z | Downloaded rand v0.8.5 |
310 | 2023-08-04T02:41:37.577Z | Downloaded quick-error v1.2.3 |
311 | 2023-08-04T02:41:37.580Z | Downloaded phf v0.11.1 |
312 | 2023-08-04T02:41:37.583Z | Downloaded openssl-macros v0.1.0 |
313 | 2023-08-04T02:41:37.586Z | Downloaded num_threads v0.1.6 |
314 | 2023-08-04T02:41:37.588Z | Downloaded num_cpus v1.15.0 |
315 | 2023-08-04T02:41:37.591Z | Downloaded num v0.4.0 |
316 | 2023-08-04T02:41:37.594Z | Downloaded newtype_derive v0.1.6 |
317 | 2023-08-04T02:41:37.598Z | Downloaded macaddr v1.0.1 |
318 | 2023-08-04T02:41:37.601Z | Downloaded instant v0.1.12 |
319 | 2023-08-04T02:41:37.604Z | Downloaded iana-time-zone v0.1.53 |
320 | 2023-08-04T02:41:37.607Z | Downloaded hyper-tls v0.5.0 |
321 | 2023-08-04T02:41:37.609Z | Downloaded futures v0.3.28 |
322 | 2023-08-04T02:41:37.613Z | Downloaded ipnetwork v0.20.0 |
323 | 2023-08-04T02:41:37.616Z | Downloaded utf8parse v0.2.1 |
324 | 2023-08-04T02:41:37.618Z | Downloaded tracing-attributes v0.1.23 |
325 | 2023-08-04T02:41:37.621Z | Downloaded parking_lot_core v0.9.6 |
326 | 2023-08-04T02:41:37.624Z | Downloaded linked-hash-map v0.5.6 |
327 | 2023-08-04T02:41:37.627Z | Downloaded humantime v2.1.0 |
328 | 2023-08-04T02:41:37.630Z | Downloaded httparse v1.8.0 |
329 | 2023-08-04T02:41:37.633Z | Downloaded base64 v0.21.2 |
330 | 2023-08-04T02:41:37.636Z | Downloaded pkg-config v0.3.26 |
331 | 2023-08-04T02:41:37.639Z | Downloaded pin-utils v0.1.0 |
332 | 2023-08-04T02:41:37.641Z | Downloaded phf_shared v0.11.1 |
333 | 2023-08-04T02:41:37.644Z | Downloaded hostname v0.3.1 |
334 | 2023-08-04T02:41:37.647Z | Downloaded bytes v1.4.0 |
335 | 2023-08-04T02:41:37.650Z | Downloaded num-integer v0.1.45 |
336 | 2023-08-04T02:41:37.653Z | Downloaded http-body v0.4.5 |
337 | 2023-08-04T02:41:37.656Z | Downloaded hashlink v0.8.1 |
338 | 2023-08-04T02:41:37.659Z | Downloaded console v0.15.4 |
339 | 2023-08-04T02:41:37.663Z | Downloaded serde_derive_internals v0.26.0 |
340 | 2023-08-04T02:41:37.666Z | Downloaded ppv-lite86 v0.2.17 |
341 | 2023-08-04T02:41:37.669Z | Downloaded data-encoding v2.3.3 |
342 | 2023-08-04T02:41:37.672Z | Downloaded serde_with_macros v2.3.2 |
343 | 2023-08-04T02:41:37.675Z | Downloaded proc-macro-crate v1.2.1 |
344 | 2023-08-04T02:41:37.678Z | Downloaded opaque-debug v0.3.0 |
345 | 2023-08-04T02:41:37.681Z | Downloaded ident_case v1.0.1 |
346 | 2023-08-04T02:41:37.683Z | Downloaded ahash v0.8.2 |
347 | 2023-08-04T02:41:37.686Z | Downloaded socket2 v0.4.9 |
348 | 2023-08-04T02:41:37.688Z | Downloaded semver v1.0.17 |
349 | 2023-08-04T02:41:37.691Z | Downloaded openssl-probe v0.1.5 |
350 | 2023-08-04T02:41:37.694Z | Downloaded matches v0.1.10 |
351 | 2023-08-04T02:41:37.696Z | Downloaded synstructure v0.12.6 |
352 | 2023-08-04T02:41:37.699Z | Downloaded slog-json v2.6.1 |
353 | 2023-08-04T02:41:37.701Z | Downloaded sct v0.7.0 |
354 | 2023-08-04T02:41:37.704Z | Downloaded pin-project-lite v0.2.9 |
355 | 2023-08-04T02:41:37.709Z | Downloaded once_cell v1.17.0 |
356 | 2023-08-04T02:41:37.713Z | Downloaded num_enum_derive v0.5.11 |
357 | 2023-08-04T02:41:37.715Z | Downloaded mime v0.3.16 |
358 | 2023-08-04T02:41:37.718Z | Downloaded lazy_static v1.4.0 |
359 | 2023-08-04T02:41:37.721Z | Downloaded jobserver v0.1.25 |
360 | 2023-08-04T02:41:37.724Z | Downloaded itoa v1.0.5 |
361 | 2023-08-04T02:41:37.727Z | Downloaded is-terminal v0.4.7 |
362 | 2023-08-04T02:41:37.730Z | Downloaded hex v0.4.3 |
363 | 2023-08-04T02:41:37.732Z | Downloaded globset v0.4.11 |
364 | 2023-08-04T02:41:37.735Z | Downloaded crossbeam-utils v0.8.14 |
365 | 2023-08-04T02:41:37.738Z | Downloaded clap_derive v3.2.24 |
366 | 2023-08-04T02:41:37.741Z | Downloaded bitflags v2.1.0 |
367 | 2023-08-04T02:41:37.743Z | Downloaded serde_tokenstream v0.2.0 |
368 | 2023-08-04T02:41:37.747Z | Downloaded ringbuffer v0.14.1 |
369 | 2023-08-04T02:41:37.750Z | Downloaded radium v0.7.0 |
370 | 2023-08-04T02:41:37.753Z | Downloaded getrandom v0.2.8 |
371 | 2023-08-04T02:41:37.756Z | Downloaded generic-array v0.14.6 |
372 | 2023-08-04T02:41:37.759Z | Downloaded ascii v1.1.0 |
373 | 2023-08-04T02:41:37.762Z | Downloaded rand_core v0.6.4 |
374 | 2023-08-04T02:41:37.765Z | Downloaded camino v1.1.4 |
375 | 2023-08-04T02:41:37.768Z | Downloaded anyhow v1.0.71 |
376 | 2023-08-04T02:41:37.774Z | Downloaded time-macros v0.2.9 |
377 | 2023-08-04T02:41:37.778Z | Downloaded thiserror-impl v1.0.40 |
378 | 2023-08-04T02:41:37.782Z | Downloaded thiserror v1.0.40 |
379 | 2023-08-04T02:41:37.792Z | Downloaded glob v0.3.1 |
380 | 2023-08-04T02:41:37.795Z | Downloaded futures-macro v0.3.28 |
381 | 2023-08-04T02:41:37.798Z | Downloaded termcolor v1.1.3 |
382 | 2023-08-04T02:41:37.802Z | Downloaded semver v0.1.20 |
383 | 2023-08-04T02:41:37.805Z | Downloaded futures-io v0.3.28 |
384 | 2023-08-04T02:41:37.808Z | Downloaded funty v2.0.0 |
385 | 2023-08-04T02:41:37.811Z | Downloaded fastrand v1.8.0 |
386 | 2023-08-04T02:41:37.814Z | Downloaded fixedbitset v0.4.2 |
387 | 2023-08-04T02:41:37.817Z | Downloaded bitvec v1.0.1 |
388 | 2023-08-04T02:41:37.828Z | Downloaded erased-serde v0.3.24 |
389 | 2023-08-04T02:41:37.832Z | Downloaded slog-bunyan v2.4.0 |
390 | 2023-08-04T02:41:37.834Z | Downloaded serde_path_to_error v0.1.11 |
391 | 2023-08-04T02:41:37.837Z | Downloaded serde_arrays v0.1.0 |
392 | 2023-08-04T02:41:37.840Z | Downloaded ryu v1.0.12 |
393 | 2023-08-04T02:41:37.843Z | Downloaded pest_derive v2.6.0 |
394 | 2023-08-04T02:41:37.846Z | Downloaded httpdate v1.0.2 |
395 | 2023-08-04T02:41:37.849Z | Downloaded dirs-next v2.0.0 |
396 | 2023-08-04T02:41:37.852Z | Downloaded smallvec v1.10.0 |
397 | 2023-08-04T02:41:37.855Z | Downloaded slog-scope v4.4.0 |
398 | 2023-08-04T02:41:37.858Z | Downloaded signal-hook-registry v1.4.0 |
399 | 2023-08-04T02:41:37.861Z | Downloaded sha2 v0.10.6 |
400 | 2023-08-04T02:41:37.863Z | Downloaded resolv-conf v0.7.0 |
401 | 2023-08-04T02:41:37.867Z | Downloaded clap_derive v4.3.0 |
402 | 2023-08-04T02:41:37.870Z | Downloaded paste v1.0.12 |
403 | 2023-08-04T02:41:37.874Z | Downloaded num_enum_derive v0.6.1 |
404 | 2023-08-04T02:41:37.877Z | Downloaded atomic-waker v1.1.1 |
405 | 2023-08-04T02:41:37.880Z | Downloaded spin v0.5.2 |
406 | 2023-08-04T02:41:37.883Z | Downloaded slog-async v2.7.0 |
407 | 2023-08-04T02:41:37.886Z | Downloaded scopeguard v1.1.0 |
408 | 2023-08-04T02:41:37.888Z | Downloaded bincode v1.3.3 |
409 | 2023-08-04T02:41:37.891Z | Downloaded anstyle-parse v0.2.0 |
410 | 2023-08-04T02:41:37.894Z | Downloaded async-recursion v0.3.2 |
411 | 2023-08-04T02:41:37.896Z | Downloaded rustc_version v0.4.0 |
412 | 2023-08-04T02:41:37.899Z | Downloaded rand_chacha v0.3.1 |
413 | 2023-08-04T02:41:37.902Z | Downloaded fallible-iterator v0.2.0 |
414 | 2023-08-04T02:41:37.905Z | Downloaded darling v0.14.2 |
415 | 2023-08-04T02:41:37.908Z | Downloaded ctrlc v3.2.4 |
416 | 2023-08-04T02:41:37.911Z | Downloaded foreign-types-shared v0.1.1 |
417 | 2023-08-04T02:41:37.913Z | Downloaded foreign-types v0.3.2 |
418 | 2023-08-04T02:41:37.916Z | Downloaded darling_macro v0.14.2 |
419 | 2023-08-04T02:41:37.919Z | Downloaded fallible-streaming-iterator v0.1.9 |
420 | 2023-08-04T02:41:37.921Z | Downloaded dtrace-parser v0.1.14 |
421 | 2023-08-04T02:41:37.924Z | Downloaded ctr v0.9.2 |
422 | 2023-08-04T02:41:37.929Z | Downloaded clap_lex v0.2.4 |
423 | 2023-08-04T02:41:37.932Z | Downloaded stringprep v0.1.2 |
424 | 2023-08-04T02:41:37.957Z | Downloaded slog-dtrace v0.2.3 |
425 | 2023-08-04T02:41:37.959Z | Downloaded bit_field v0.10.1 |
426 | 2023-08-04T02:41:37.962Z | Downloaded aead v0.5.1 |
427 | 2023-08-04T02:41:37.965Z | Downloaded assert_matches v1.5.0 |
428 | 2023-08-04T02:41:37.967Z | Downloaded slog-envlogger v2.2.0 |
429 | 2023-08-04T02:41:37.970Z | Downloaded serde_spanned v0.6.2 |
430 | 2023-08-04T02:41:37.972Z | Downloaded either v1.8.0 |
431 | 2023-08-04T02:41:37.975Z | Downloaded cpufeatures v0.2.5 |
432 | 2023-08-04T02:41:37.977Z | Downloaded tap v1.0.1 |
433 | 2023-08-04T02:41:37.980Z | Downloaded regex-syntax v0.6.28 |
434 | 2023-08-04T02:41:37.983Z | Downloaded enum-iterator v1.4.1 |
435 | 2023-08-04T02:41:37.985Z | Downloaded dirs-sys-next v0.1.2 |
436 | 2023-08-04T02:41:37.988Z | Downloaded anstyle v1.0.0 |
437 | 2023-08-04T02:41:37.991Z | Downloaded schemars_derive v0.8.12 |
438 | 2023-08-04T02:41:37.993Z | Downloaded byteorder v1.4.3 |
439 | 2023-08-04T02:41:37.996Z | Downloaded backoff v0.4.0 |
440 | 2023-08-04T02:41:37.999Z | Downloaded autocfg v1.1.0 |
441 | 2023-08-04T02:41:38.001Z | Downloaded dyn-clone v1.0.10 |
442 | 2023-08-04T02:41:38.004Z | Downloaded crypto-common v0.1.6 |
443 | 2023-08-04T02:41:38.006Z | Downloaded cipher v0.4.3 |
444 | 2023-08-04T02:41:38.010Z | Downloaded colorchoice v1.0.0 |
445 | 2023-08-04T02:41:38.013Z | Downloaded clap_lex v0.5.0 |
446 | 2023-08-04T02:41:38.016Z | Downloaded aes v0.8.2 |
447 | 2023-08-04T02:41:38.019Z | Downloaded libz-sys v1.1.8 |
448 | 2023-08-04T02:41:38.931Z | Downloaded libsqlite3-sys v0.26.0 |
449 | 2023-08-04T02:41:38.934Z | Downloaded ring v0.16.20 |
450 | 2023-08-04T02:41:38.946Z | Compiling proc-macro2 v1.0.63 |
451 | 2023-08-04T02:41:38.949Z | Compiling quote v1.0.30 |
452 | 2023-08-04T02:41:38.952Z | Compiling unicode-ident v1.0.11 |
453 | 2023-08-04T02:41:38.954Z | Compiling libc v0.2.147 |
454 | 2023-08-04T02:41:38.957Z | Compiling serde v1.0.164 |
455 | 2023-08-04T02:41:38.961Z | Checking cfg-if v1.0.0 |
456 | 2023-08-04T02:41:38.964Z | Compiling version_check v0.9.4 |
457 | 2023-08-04T02:41:38.966Z | Compiling autocfg v1.1.0 |
458 | 2023-08-04T02:41:39.135Z | Compiling syn v1.0.107 |
459 | 2023-08-04T02:41:39.296Z | Checking once_cell v1.17.0 |
460 | 2023-08-04T02:41:39.806Z | Compiling thiserror v1.0.40 |
461 | 2023-08-04T02:41:40.570Z | Compiling memchr v2.5.0 |
462 | 2023-08-04T02:41:40.574Z | Compiling log v0.4.17 |
463 | 2023-08-04T02:41:42.494Z | Checking itoa v1.0.5 |
464 | 2023-08-04T02:41:42.580Z | Compiling serde_json v1.0.99 |
465 | 2023-08-04T02:41:42.613Z | Compiling num-traits v0.2.15 |
466 | 2023-08-04T02:41:42.626Z | Compiling ahash v0.7.6 |
467 | 2023-08-04T02:41:42.804Z | Checking pin-project-lite v0.2.9 |
468 | 2023-08-04T02:41:42.932Z | Compiling lock_api v0.4.9 |
469 | 2023-08-04T02:41:43.051Z | Compiling indexmap v1.9.3 |
470 | 2023-08-04T02:41:43.750Z | Compiling pkg-config v0.3.26 |
471 | 2023-08-04T02:41:43.753Z | Compiling parking_lot_core v0.9.6 |
472 | 2023-08-04T02:41:43.756Z | Checking smallvec v1.10.0 |
473 | 2023-08-04T02:41:43.971Z | Checking scopeguard v1.1.0 |
474 | 2023-08-04T02:41:44.098Z | Compiling tokio v1.29.1 |
475 | 2023-08-04T02:41:44.287Z | Checking ryu v1.0.12 |
476 | 2023-08-04T02:41:44.695Z | Compiling syn v2.0.27 |
477 | 2023-08-04T02:41:45.356Z | Compiling futures-core v0.3.28 |
478 | 2023-08-04T02:41:45.360Z | Compiling typenum v1.16.0 |
479 | 2023-08-04T02:41:45.384Z | Compiling generic-array v0.14.6 |
480 | 2023-08-04T02:41:45.395Z | Checking getrandom v0.2.8 |
481 | 2023-08-04T02:41:45.632Z | Compiling jobserver v0.1.25 |
482 | 2023-08-04T02:41:45.726Z | Checking rand_core v0.6.4 |
483 | 2023-08-04T02:41:46.058Z | Compiling cc v1.0.78 |
484 | 2023-08-04T02:41:46.316Z | Checking parking_lot v0.12.1 |
485 | 2023-08-04T02:41:46.999Z | Checking signal-hook-registry v1.4.0 |
486 | 2023-08-04T02:41:47.003Z | Checking mio v0.8.8 |
487 | 2023-08-04T02:41:47.006Z | Checking num_cpus v1.15.0 |
488 | 2023-08-04T02:41:47.013Z | Checking socket2 v0.4.9 |
489 | 2023-08-04T02:41:47.016Z | Checking hashbrown v0.12.3 |
490 | 2023-08-04T02:41:47.395Z | Checking bitflags v1.3.2 |
491 | 2023-08-04T02:41:47.630Z | Checking pin-utils v0.1.0 |
492 | 2023-08-04T02:41:47.729Z | Checking futures-sink v0.3.28 |
493 | 2023-08-04T02:41:47.745Z | Compiling heck v0.4.1 |
494 | 2023-08-04T02:41:47.920Z | Compiling slab v0.4.7 |
495 | 2023-08-04T02:41:48.593Z | Compiling schemars v0.8.12 |
496 | 2023-08-04T02:41:48.608Z | Compiling futures-task v0.3.28 |
497 | 2023-08-04T02:41:48.613Z | Compiling futures-channel v0.3.28 |
498 | 2023-08-04T02:41:48.687Z | Compiling futures-util v0.3.28 |
499 | 2023-08-04T02:41:49.160Z | Compiling ahash v0.8.2 |
500 | 2023-08-04T02:41:49.318Z | Checking futures-io v0.3.28 |
501 | 2023-08-04T02:41:49.372Z | Compiling slog v2.7.0 |
502 | 2023-08-04T02:41:50.193Z | Checking time v0.1.45 |
503 | 2023-08-04T02:41:50.197Z | Checking tinyvec_macros v0.1.0 |
504 | 2023-08-04T02:41:50.200Z | Checking iana-time-zone v0.1.53 |
505 | 2023-08-04T02:41:50.203Z | Compiling ring v0.16.20 |
506 | 2023-08-04T02:41:50.206Z | Compiling unicode-xid v0.2.4 |
507 | 2023-08-04T02:41:50.209Z | Checking untrusted v0.7.1 |
508 | 2023-08-04T02:41:50.212Z | Checking spin v0.5.2 |
509 | 2023-08-04T02:41:50.291Z | Checking tinyvec v1.6.0 |
510 | 2023-08-04T02:41:51.047Z | Checking fnv v1.0.7 |
511 | 2023-08-04T02:41:51.813Z | Checking crypto-common v0.1.6 |
512 | 2023-08-04T02:41:51.816Z | Checking tracing-core v0.1.30 |
513 | 2023-08-04T02:41:51.850Z | Checking unicode-bidi v0.3.8 |
514 | 2023-08-04T02:41:52.006Z | Checking byteorder v1.4.3 |
515 | 2023-08-04T02:41:52.410Z | Checking subtle v2.4.1 |
516 | 2023-08-04T02:41:52.432Z | Checking unicode-normalization v0.1.22 |
517 | 2023-08-04T02:41:52.606Z | Compiling time-core v0.1.1 |
518 | 2023-08-04T02:41:52.684Z | Compiling ucd-trie v0.1.5 |
519 | 2023-08-04T02:41:52.737Z | Checking aho-corasick v1.0.2 |
520 | 2023-08-04T02:41:53.422Z | Compiling time-macros v0.2.9 |
521 | 2023-08-04T02:41:53.444Z | Checking regex-syntax v0.7.4 |
522 | 2023-08-04T02:41:53.447Z | Checking dyn-clone v1.0.10 |
523 | 2023-08-04T02:41:53.535Z | Checking percent-encoding v2.3.0 |
524 | 2023-08-04T02:41:53.822Z | Checking ppv-lite86 v0.2.17 |
525 | 2023-08-04T02:41:53.897Z | Checking block-buffer v0.10.3 |
526 | 2023-08-04T02:41:54.168Z | Compiling openssl-sys v0.9.90 |
527 | 2023-08-04T02:41:55.024Z | Checking rand_chacha v0.3.1 |
528 | 2023-08-04T02:41:55.058Z | Checking cpufeatures v0.2.5 |
529 | 2023-08-04T02:41:55.173Z | Compiling httparse v1.8.0 |
530 | 2023-08-04T02:41:55.274Z | Checking rand v0.8.5 |
531 | 2023-08-04T02:41:55.772Z | Compiling serde_derive_internals v0.26.0 |
532 | 2023-08-04T02:41:56.632Z | Compiling synstructure v0.12.6 |
533 | 2023-08-04T02:41:56.653Z | Checking digest v0.10.6 |
534 | 2023-08-04T02:41:57.184Z | Checking form_urlencoded v1.1.0 |
535 | 2023-08-04T02:41:58.243Z | Checking atty v0.2.14 |
536 | 2023-08-04T02:41:58.247Z | Checking regex-automata v0.3.3 |
537 | 2023-08-04T02:41:59.123Z | Compiling hashbrown v0.13.2 |
538 | 2023-08-04T02:41:59.879Z | Compiling usdt-impl v0.3.5 |
539 | 2023-08-04T02:41:59.883Z | Compiling crossbeam-utils v0.8.14 |
540 | 2023-08-04T02:42:00.160Z | Checking num_threads v0.1.6 |
541 | 2023-08-04T02:42:01.490Z | Compiling anyhow v1.0.71 |
542 | 2023-08-04T02:42:01.494Z | Compiling async-trait v0.1.72 |
543 | 2023-08-04T02:42:01.498Z | Checking lazy_static v1.4.0 |
544 | 2023-08-04T02:42:01.501Z | Compiling regress v0.6.0 |
545 | 2023-08-04T02:42:01.504Z | Checking time v0.3.21 |
546 | 2023-08-04T02:42:01.777Z | Checking idna v0.3.0 |
547 | 2023-08-04T02:42:01.878Z | Checking dirs-sys-next v0.1.2 |
548 | 2023-08-04T02:42:02.092Z | Compiling openssl v0.10.55 |
549 | 2023-08-04T02:42:02.121Z | Checking base64 v0.21.2 |
550 | 2023-08-04T02:42:03.111Z | Compiling rustls v0.21.2 |
551 | 2023-08-04T02:42:03.114Z | Checking try-lock v0.2.4 |
552 | 2023-08-04T02:42:03.118Z | Checking foreign-types-shared v0.1.1 |
553 | 2023-08-04T02:42:03.181Z | Compiling rustversion v1.0.14 |
554 | 2023-08-04T02:42:03.255Z | Checking url v2.3.1 |
555 | 2023-08-04T02:42:03.299Z | Checking foreign-types v0.3.2 |
556 | 2023-08-04T02:42:03.405Z | Checking want v0.3.0 |
557 | 2023-08-04T02:42:03.663Z | Checking regex v1.9.1 |
558 | 2023-08-04T02:42:03.710Z | Checking dirs-next v2.0.0 |
559 | 2023-08-04T02:42:04.108Z | Compiling serde_derive v1.0.164 |
560 | 2023-08-04T02:42:04.719Z | Compiling thiserror-impl v1.0.40 |
561 | 2023-08-04T02:42:04.724Z | Compiling tokio-macros v2.1.0 |
562 | 2023-08-04T02:42:04.727Z | Compiling futures-macro v0.3.28 |
563 | 2023-08-04T02:42:05.632Z | Compiling schemars_derive v0.8.12 |
564 | 2023-08-04T02:42:07.250Z | Compiling tracing-attributes v0.1.23 |
565 | 2023-08-04T02:42:07.992Z | Compiling zerocopy-derive v0.2.0 |
566 | 2023-08-04T02:42:09.585Z | Compiling pest v2.6.0 |
567 | 2023-08-04T02:42:09.589Z | Compiling openssl-macros v0.1.0 |
568 | 2023-08-04T02:42:11.215Z | Compiling zerocopy v0.3.0 |
569 | 2023-08-04T02:42:11.342Z | Compiling thread-id v4.0.0 |
570 | 2023-08-04T02:42:11.482Z | Checking thread_local v1.1.4 |
571 | 2023-08-04T02:42:11.882Z | Compiling native-tls v0.2.11 |
572 | 2023-08-04T02:42:12.005Z | Compiling dof v0.1.5 |
573 | 2023-08-04T02:42:12.856Z | Compiling slog-async v2.7.0 |
574 | 2023-08-04T02:42:13.116Z | Checking tracing v0.1.37 |
575 | 2023-08-04T02:42:13.336Z | Compiling pest_meta v2.6.0 |
576 | 2023-08-04T02:42:13.564Z | Checking tower-service v0.3.2 |
577 | 2023-08-04T02:42:13.596Z | Checking httpdate v1.0.2 |
578 | 2023-08-04T02:42:16.069Z | Compiling pest_generator v2.6.0 |
579 | 2023-08-04T02:42:17.056Z | Checking crossbeam-channel v0.5.6 |
580 | 2023-08-04T02:42:18.572Z | Checking term v0.7.0 |
581 | 2023-08-04T02:42:18.662Z | Checking rustls-pemfile v1.0.3 |
582 | 2023-08-04T02:42:19.306Z | Compiling semver v1.0.17 |
583 | 2023-08-04T02:42:19.310Z | Checking openssl-probe v0.1.5 |
584 | 2023-08-04T02:42:19.424Z | Checking take_mut v0.2.2 |
585 | 2023-08-04T02:42:19.638Z | Checking unicode-width v0.1.10 |
586 | 2023-08-04T02:42:19.782Z | Compiling io-lifetimes v1.0.3 |
587 | 2023-08-04T02:42:20.281Z | Compiling pest_derive v2.6.0 |
588 | 2023-08-04T02:42:20.910Z | Checking slog-term v2.9.0 |
589 | 2023-08-04T02:42:21.734Z | Compiling dtrace-parser v0.1.14 |
590 | 2023-08-04T02:42:22.566Z | Checking ipnet v2.7.1 |
591 | 2023-08-04T02:42:22.570Z | Checking base64 v0.13.1 |
592 | 2023-08-04T02:42:22.641Z | Compiling encoding_rs v0.8.31 |
593 | 2023-08-04T02:42:23.114Z | Compiling rustix v0.37.3 |
594 | 2023-08-04T02:42:23.431Z | Checking futures-executor v0.3.28 |
595 | 2023-08-04T02:42:24.465Z | Checking errno v0.3.0 |
596 | 2023-08-04T02:42:24.700Z | Checking match_cfg v0.1.0 |
597 | 2023-08-04T02:42:25.815Z | Compiling getopts v0.2.21 |
598 | 2023-08-04T02:42:26.255Z | Checking bytes v1.4.0 |
599 | 2023-08-04T02:42:28.131Z | Checking chrono v0.4.26 |
600 | 2023-08-04T02:42:29.011Z | Checking uuid v1.4.0 |
601 | 2023-08-04T02:42:29.015Z | Checking http v0.2.9 |
602 | 2023-08-04T02:42:29.638Z | Compiling toml v0.5.11 |
603 | 2023-08-04T02:42:32.254Z | Compiling serde_tokenstream v0.2.0 |
604 | 2023-08-04T02:42:32.257Z | Checking http-body v0.4.5 |
605 | 2023-08-04T02:42:32.748Z | Compiling proc-macro-crate v1.2.1 |
606 | 2023-08-04T02:42:32.827Z | Compiling serde_tokenstream v0.1.6 |
607 | 2023-08-04T02:42:33.868Z | Checking serde_urlencoded v0.7.1 |
608 | 2023-08-04T02:42:34.202Z | Checking typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#6cc08a71) |
609 | 2023-08-04T02:42:34.409Z | Compiling openapiv3 v1.0.2 |
610 | 2023-08-04T02:42:35.467Z | Compiling num_enum_derive v0.5.11 |
611 | 2023-08-04T02:42:35.471Z | Compiling usdt-macro v0.3.5 |
612 | 2023-08-04T02:42:37.508Z | Compiling usdt-attr-macro v0.3.5 |
613 | 2023-08-04T02:42:37.898Z | Checking hostname v0.3.1 |
614 | 2023-08-04T02:42:38.707Z | Checking futures v0.3.28 |
615 | 2023-08-04T02:42:38.725Z | Checking tokio-util v0.7.4 |
616 | 2023-08-04T02:42:38.728Z | Checking tokio-native-tls v0.3.0 |
617 | 2023-08-04T02:42:39.085Z | Checking num_enum v0.5.11 |
618 | 2023-08-04T02:42:40.312Z | Compiling libz-sys v1.1.8 |
619 | 2023-08-04T02:42:40.316Z | Checking h2 v0.3.19 |
620 | 2023-08-04T02:42:40.319Z | Checking usdt v0.3.5 |
621 | 2023-08-04T02:42:40.322Z | Checking fallible-iterator v0.2.0 |
622 | 2023-08-04T02:42:40.326Z | Compiling unsafe-libyaml v0.2.5 |
623 | 2023-08-04T02:42:40.710Z | Checking mime v0.3.16 |
624 | 2023-08-04T02:42:41.921Z | Checking toml_datetime v0.6.2 |
625 | 2023-08-04T02:42:41.942Z | Checking serde_spanned v0.6.2 |
626 | 2023-08-04T02:42:42.035Z | Checking winnow v0.4.6 |
627 | 2023-08-04T02:42:42.257Z | Compiling serde_yaml v0.9.17 |
628 | 2023-08-04T02:42:42.523Z | Compiling semver v0.1.20 |
629 | 2023-08-04T02:42:42.766Z | Compiling ident_case v1.0.1 |
630 | 2023-08-04T02:42:43.527Z | Compiling strsim v0.10.0 |
631 | 2023-08-04T02:42:43.531Z | Compiling rustc_version v0.1.7 |
632 | 2023-08-04T02:42:43.568Z | Compiling darling_core v0.14.2 |
633 | 2023-08-04T02:42:43.832Z | Checking slog-json v2.6.1 |
634 | 2023-08-04T02:42:44.038Z | Compiling libgit2-sys v0.15.2+1.6.4 |
635 | 2023-08-04T02:42:46.765Z | Checking slog-bunyan v2.4.0 |
636 | 2023-08-04T02:42:46.768Z | Checking hyper v0.14.26 |
637 | 2023-08-04T02:42:46.788Z | Compiling newtype_derive v0.1.6 |
638 | 2023-08-04T02:42:46.791Z | Checking toml_edit v0.19.10 |
639 | 2023-08-04T02:42:47.262Z | Compiling structmeta-derive v0.1.5 |
640 | 2023-08-04T02:42:48.369Z | Checking sha2 v0.10.6 |
641 | 2023-08-04T02:42:48.528Z | Checking sct v0.7.0 |
642 | 2023-08-04T02:42:48.544Z | Checking webpki v0.22.0 |
643 | 2023-08-04T02:42:48.805Z | Checking rustls-webpki v0.100.1 |
644 | 2023-08-04T02:42:49.178Z | Checking md-5 v0.10.5 |
645 | 2023-08-04T02:42:49.200Z | Checking webpki-roots v0.22.6 |
646 | 2023-08-04T02:42:49.971Z | Checking hmac v0.12.1 |
647 | 2023-08-04T02:42:49.974Z | Checking stringprep v0.1.2 |
648 | 2023-08-04T02:42:49.977Z | Compiling num-integer v0.1.45 |
649 | 2023-08-04T02:42:49.980Z | Checking siphasher v0.3.10 |
650 | 2023-08-04T02:42:50.261Z | Compiling paste v1.0.12 |
651 | 2023-08-04T02:42:50.327Z | Checking toml v0.7.4 |
652 | 2023-08-04T02:42:50.346Z | Compiling camino v1.1.4 |
653 | 2023-08-04T02:42:51.625Z | Checking phf_shared v0.11.1 |
654 | 2023-08-04T02:42:51.629Z | Checking postgres-protocol v0.6.4 |
655 | 2023-08-04T02:42:51.949Z | Compiling structmeta v0.1.5 |
656 | 2023-08-04T02:42:52.391Z | Compiling vergen v8.2.1 |
657 | 2023-08-04T02:42:52.570Z | Compiling async-stream-impl v0.3.5 |
658 | 2023-08-04T02:42:53.218Z | Compiling darling_macro v0.14.2 |
659 | 2023-08-04T02:42:53.221Z | Compiling memoffset v0.7.1 |
660 | 2023-08-04T02:42:53.224Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#31f7ab94) |
661 | 2023-08-04T02:42:53.301Z | Compiling proc-macro-error-attr v1.0.4 |
662 | 2023-08-04T02:42:53.453Z | Checking fixedbitset v0.4.2 |
663 | 2023-08-04T02:42:53.824Z | Compiling regex-syntax v0.6.28 |
664 | 2023-08-04T02:42:53.837Z | Checking hyper-tls v0.5.0 |
665 | 2023-08-04T02:42:54.104Z | Compiling vcpkg v0.2.15 |
666 | 2023-08-04T02:42:54.161Z | Checking utf8parse v0.2.1 |
667 | 2023-08-04T02:42:55.144Z | Checking atomic-waker v1.1.1 |
668 | 2023-08-04T02:42:55.150Z | Checking waitgroup v0.1.2 |
669 | 2023-08-04T02:42:55.153Z | Compiling darling v0.14.2 |
670 | 2023-08-04T02:42:55.156Z | Checking anstyle-parse v0.2.0 |
671 | 2023-08-04T02:42:55.158Z | Compiling serde_with_macros v2.3.2 |
672 | 2023-08-04T02:42:55.161Z | Checking tokio-rustls v0.24.1 |
673 | 2023-08-04T02:42:55.164Z | Checking async-stream v0.3.5 |
674 | 2023-08-04T02:42:55.167Z | Checking petgraph v0.6.2 |
675 | 2023-08-04T02:42:55.356Z | Checking hyper-rustls v0.24.0 |
676 | 2023-08-04T02:42:55.430Z | Checking postgres-types v0.2.4 |
677 | 2023-08-04T02:42:55.780Z | Checking reqwest v0.11.18 |
678 | 2023-08-04T02:42:56.466Z | Compiling rustc_version v0.4.0 |
679 | 2023-08-04T02:42:57.143Z | Compiling libsqlite3-sys v0.26.0 |
680 | 2023-08-04T02:42:58.110Z | Checking phf v0.11.1 |
681 | 2023-08-04T02:42:58.185Z | Checking progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#56da9799) |
682 | 2023-08-04T02:42:58.638Z | Checking is-terminal v0.4.7 |
683 | 2023-08-04T02:42:58.768Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#31f7ab94) |
684 | 2023-08-04T02:42:58.787Z | Checking serde_path_to_error v0.1.11 |
685 | 2023-08-04T02:42:58.898Z | Checking hex v0.4.3 |
686 | 2023-08-04T02:42:59.830Z | Compiling strum_macros v0.24.3 |
687 | 2023-08-04T02:43:00.489Z | Checking sha1 v0.10.5 |
688 | 2023-08-04T02:43:00.519Z | Compiling num-bigint v0.4.3 |
689 | 2023-08-04T02:43:01.329Z | Compiling proc-macro-error v1.0.4 |
690 | 2023-08-04T02:43:01.333Z | Compiling slog-dtrace v0.2.3 |
691 | 2023-08-04T02:43:01.358Z | Checking instant v0.1.12 |
692 | 2023-08-04T02:43:01.440Z | Checking anstyle-query v1.0.0 |
693 | 2023-08-04T02:43:01.458Z | Checking static_assertions v1.1.0 |
694 | 2023-08-04T02:43:01.504Z | Checking arc-swap v1.6.0 |
695 | 2023-08-04T02:43:01.581Z | Checking anstyle v1.0.0 |
696 | 2023-08-04T02:43:01.609Z | Checking debug-ignore v1.0.5 |
697 | 2023-08-04T02:43:01.794Z | Checking colorchoice v1.0.0 |
698 | 2023-08-04T02:43:01.975Z | Compiling rustls v0.20.8 |
699 | 2023-08-04T02:43:02.102Z | Checking anstream v0.3.1 |
700 | 2023-08-04T02:43:02.200Z | Checking slog-scope v4.4.0 |
701 | 2023-08-04T02:43:02.957Z | Checking backoff v0.4.0 |
702 | 2023-08-04T02:43:02.965Z | Checking steno v0.3.1 |
703 | 2023-08-04T02:43:02.975Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes#0a097945) |
704 | 2023-08-04T02:43:02.979Z | Checking serde_with v2.3.2 |
705 | 2023-08-04T02:43:02.982Z | Checking tokio-postgres v0.7.7 |
706 | 2023-08-04T02:43:03.328Z | Compiling parse-display-derive v0.7.0 |
707 | 2023-08-04T02:43:04.568Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#6cc08a71) |
708 | 2023-08-04T02:43:04.756Z | Checking macaddr v1.0.1 |
709 | 2023-08-04T02:43:06.195Z | Checking ipnetwork v0.20.0 |
710 | 2023-08-04T02:43:06.198Z | Checking strum v0.24.1 |
711 | 2023-08-04T02:43:06.202Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#09fe4714) |
712 | 2023-08-04T02:43:06.209Z | Checking inout v0.1.3 |
713 | 2023-08-04T02:43:06.408Z | Compiling num-iter v0.1.43 |
714 | 2023-08-04T02:43:06.424Z | Compiling num-rational v0.4.1 |
715 | 2023-08-04T02:43:06.950Z | Compiling radium v0.7.0 |
716 | 2023-08-04T02:43:06.966Z | Checking clap_lex v0.5.0 |
717 | 2023-08-04T02:43:07.790Z | Checking termcolor v1.1.3 |
718 | 2023-08-04T02:43:07.794Z | Checking clap_builder v4.3.0 |
719 | 2023-08-04T02:43:07.797Z | Checking cipher v0.4.3 |
720 | 2023-08-04T02:43:07.908Z | Checking nix v0.26.1 |
721 | 2023-08-04T02:43:09.428Z | Checking slog-stdlog v4.1.1 |
722 | 2023-08-04T02:43:09.431Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#7f571c6c) |
723 | 2023-08-04T02:43:09.435Z | Compiling serde_repr v0.1.10 |
724 | 2023-08-04T02:43:09.620Z | Compiling clap_derive v4.3.0 |
725 | 2023-08-04T02:43:10.092Z | Checking parse-display v0.7.0 |
726 | 2023-08-04T02:43:10.329Z | Checking hashlink v0.8.1 |
727 | 2023-08-04T02:43:11.115Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
728 | 2023-08-04T02:43:11.257Z | Checking tap v1.0.1 |
729 | 2023-08-04T02:43:11.483Z | Compiling portable-atomic v0.3.19 |
730 | 2023-08-04T02:43:11.637Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#6cc08a71) |
731 | 2023-08-04T02:43:11.817Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#56da9799) |
732 | 2023-08-04T02:43:11.874Z | Checking fallible-streaming-iterator v0.1.9 |
733 | 2023-08-04T02:43:12.657Z | Checking fastrand v1.8.0 |
734 | 2023-08-04T02:43:12.682Z | Checking os_str_bytes v6.4.1 |
735 | 2023-08-04T02:43:12.685Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys#b1a9fb85) |
736 | 2023-08-04T02:43:12.923Z | Checking bitflags v2.1.0 |
737 | 2023-08-04T02:43:13.125Z | Checking clap_lex v0.2.4 |
738 | 2023-08-04T02:43:13.142Z | Checking rusqlite v0.29.0 |
739 | 2023-08-04T02:43:13.299Z | Checking tempfile v3.5.0 |
740 | 2023-08-04T02:43:13.528Z | Checking tokio-rustls v0.23.4 |
741 | 2023-08-04T02:43:14.258Z | Checking wyz v0.5.1 |
742 | 2023-08-04T02:43:14.262Z | Checking slog-envlogger v2.2.0 |
743 | 2023-08-04T02:43:14.265Z | Compiling clap_derive v3.2.24 |
744 | 2023-08-04T02:43:14.401Z | Checking twox-hash v1.6.3 |
745 | 2023-08-04T02:43:14.602Z | Compiling num_enum_derive v0.6.1 |
746 | 2023-08-04T02:43:14.751Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=84507ed89aced20920de73342666a8abcb8237c1#84507ed8) |
747 | 2023-08-04T02:43:15.042Z | Checking num-complex v0.4.2 |
748 | 2023-08-04T02:43:15.886Z | Checking regress v0.5.0 |
749 | 2023-08-04T02:43:15.889Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#09fe4714) |
750 | 2023-08-04T02:43:16.552Z | Checking universal-hash v0.5.0 |
751 | 2023-08-04T02:43:16.811Z | Checking funty v2.0.0 |
752 | 2023-08-04T02:43:17.517Z | Checking opaque-debug v0.3.0 |
753 | 2023-08-04T02:43:17.522Z | Checking textwrap v0.16.0 |
754 | 2023-08-04T02:43:17.525Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys?branch=main#b1a9fb85) |
755 | 2023-08-04T02:43:17.828Z | Checking clap v4.3.0 |
756 | 2023-08-04T02:43:17.921Z | Checking polyval v0.6.0 |
757 | 2023-08-04T02:43:17.962Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#09fe4714) |
758 | 2023-08-04T02:43:18.052Z | Checking num v0.4.0 |
759 | 2023-08-04T02:43:18.465Z | Checking num_enum v0.6.1 |
760 | 2023-08-04T02:43:18.494Z | Checking bitvec v1.0.1 |
761 | 2023-08-04T02:43:19.121Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0) |
762 | 2023-08-04T02:43:19.124Z | Checking ctr v0.9.2 |
763 | 2023-08-04T02:43:19.194Z | Checking aes v0.8.2 |
764 | 2023-08-04T02:43:19.601Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
765 | 2023-08-04T02:43:20.064Z | Checking bincode v1.3.3 |
766 | 2023-08-04T02:43:20.746Z | Checking console v0.15.4 |
767 | 2023-08-04T02:43:20.749Z | Compiling async-recursion v0.3.2 |
768 | 2023-08-04T02:43:20.753Z | Checking colored v2.0.0 |
769 | 2023-08-04T02:43:21.083Z | Checking sha-1 v0.10.1 |
770 | 2023-08-04T02:43:21.267Z | Checking aead v0.5.1 |
771 | 2023-08-04T02:43:21.284Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=84507ed89aced20920de73342666a8abcb8237c1#84507ed8) |
772 | 2023-08-04T02:43:21.340Z | Checking pretty-hex v0.2.1 |
773 | 2023-08-04T02:43:21.476Z | Checking matches v0.1.10 |
774 | 2023-08-04T02:43:21.562Z | Compiling erased-serde v0.3.24 |
775 | 2023-08-04T02:43:21.578Z | Checking zeroize v1.3.0 |
776 | 2023-08-04T02:43:21.599Z | Checking humantime v2.1.0 |
777 | 2023-08-04T02:43:22.359Z | Checking number_prefix v0.4.0 |
778 | 2023-08-04T02:43:22.362Z | Checking either v1.8.0 |
779 | 2023-08-04T02:43:22.365Z | Checking utf-8 v0.7.6 |
780 | 2023-08-04T02:43:22.369Z | Checking clap v3.2.24 |
781 | 2023-08-04T02:43:22.372Z | Checking indicatif v0.17.3 |
782 | 2023-08-04T02:43:22.376Z | Checking tungstenite v0.17.3 |
783 | 2023-08-04T02:43:22.381Z | Checking env_logger v0.9.3 |
784 | 2023-08-04T02:43:22.384Z | Checking itertools v0.11.0 |
785 | 2023-08-04T02:43:22.460Z | Checking aes-gcm-siv v0.11.1 |
786 | 2023-08-04T02:43:22.609Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#56da9799) |
787 | 2023-08-04T02:43:22.911Z | Checking idna v0.2.3 |
788 | 2023-08-04T02:43:23.025Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
789 | 2023-08-04T02:43:23.973Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
790 | 2023-08-04T02:43:23.978Z | Compiling enum-as-inner v0.5.1 |
791 | 2023-08-04T02:43:23.981Z | Compiling bitstruct_derive v0.1.0 |
792 | 2023-08-04T02:43:24.073Z | Compiling async-recursion v1.0.4 |
793 | 2023-08-04T02:43:24.368Z | Checking viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
794 | 2023-08-04T02:43:24.585Z | Checking libloading v0.7.4 |
795 | 2023-08-04T02:43:24.936Z | Checking ringbuffer v0.14.1 |
796 | 2023-08-04T02:43:25.583Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?rev=d59491f86668e15e92f35ffe3f94504ff4241c64#d59491f8) |
797 | 2023-08-04T02:43:25.587Z | Checking data-encoding v2.3.3 |
798 | 2023-08-04T02:43:25.590Z | Checking quick-error v1.2.3 |
799 | 2023-08-04T02:43:25.641Z | Checking ascii v1.1.0 |
800 | 2023-08-04T02:43:25.944Z | Checking linked-hash-map v0.5.6 |
801 | 2023-08-04T02:43:25.964Z | Checking bitstruct v0.1.1 |
802 | 2023-08-04T02:43:26.097Z | Checking resolv-conf v0.7.0 |
803 | 2023-08-04T02:43:26.120Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
804 | 2023-08-04T02:43:26.224Z | Checking trust-dns-proto v0.22.0 |
805 | 2023-08-04T02:43:26.242Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
806 | 2023-08-04T02:43:26.273Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
807 | 2023-08-04T02:43:26.363Z | Checking tokio-tungstenite v0.17.2 |
808 | 2023-08-04T02:43:26.418Z | Checking lru-cache v0.1.2 |
809 | 2023-08-04T02:43:26.946Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#7251cbb0) |
810 | 2023-08-04T02:43:26.981Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
811 | 2023-08-04T02:43:27.222Z | Checking serde_arrays v0.1.0 |
812 | 2023-08-04T02:43:27.242Z | Compiling enum-iterator-derive v1.2.1 |
813 | 2023-08-04T02:43:27.245Z | Compiling const_format_proc_macros v0.2.29 |
814 | 2023-08-04T02:43:27.377Z | Checking p9kp v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0) |
815 | 2023-08-04T02:43:27.683Z | Checking assert_matches v1.5.0 |
816 | 2023-08-04T02:43:27.820Z | Checking propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
817 | 2023-08-04T02:43:27.918Z | Checking softnpu v0.1.0 (https://github.com/oxidecomputer/softnpu?rev=88f5f1334364e5580fe778c44ac0746a35927351#88f5f133) |
818 | 2023-08-04T02:43:28.857Z | Checking ron v0.7.1 |
819 | 2023-08-04T02:43:28.861Z | Checking bstr v1.6.0 |
820 | 2023-08-04T02:43:28.864Z | Checking bit_field v0.10.1 |
821 | 2023-08-04T02:43:29.274Z | Checking propolis-standalone-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-standalone-config) |
822 | 2023-08-04T02:43:29.781Z | Checking globset v0.4.11 |
823 | 2023-08-04T02:43:30.464Z | Checking ctrlc v3.2.4 |
824 | 2023-08-04T02:43:30.468Z | Checking glob v0.3.1 |
825 | 2023-08-04T02:43:30.631Z | Checking enum-iterator v1.4.1 |
826 | 2023-08-04T02:43:30.715Z | Checking const_format v0.2.30 |
827 | 2023-08-04T02:43:31.458Z | Checking trust-dns-resolver v0.22.0 |
828 | 2023-08-04T02:43:34.057Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
829 | 2023-08-04T02:43:41.019Z | Compiling git2 v0.17.2 |
830 | 2023-08-04T02:43:41.753Z | Checking progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#56da9799) |
831 | 2023-08-04T02:43:41.757Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#09fe4714) |
832 | 2023-08-04T02:43:41.781Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
833 | 2023-08-04T02:43:41.785Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#09fe4714) |
834 | 2023-08-04T02:43:47.058Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#09fe4714) |
835 | 2023-08-04T02:43:47.062Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#09fe4714) |
836 | 2023-08-04T02:43:48.190Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=84507ed89aced20920de73342666a8abcb8237c1#84507ed8) |
837 | 2023-08-04T02:43:48.878Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
838 | 2023-08-04T02:43:49.826Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=84507ed89aced20920de73342666a8abcb8237c1#84507ed8) |
839 | 2023-08-04T02:43:50.789Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#09fe4714) |
840 | 2023-08-04T02:43:58.083Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
841 | 2023-08-04T02:44:07.605Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
842 | 2023-08-04T02:44:07.608Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
843 | 2023-08-04T02:44:14.024Z | Finished dev [unoptimized + debuginfo] target(s) in 2m 52s |
844 | 2023-08-04T02:44:14.042Z | |
845 | 2023-08-04T02:44:14.047Z | real 2:53.113249164 |
846 | 2023-08-04T02:44:14.050Z | user 13:55.067986380 |
847 | 2023-08-04T02:44:14.053Z | sys 2:26.652863820 |
848 | 2023-08-04T02:44:14.056Z | trap 0.595473078 |
849 | 2023-08-04T02:44:14.059Z | tflt 5.461189293 |
850 | 2023-08-04T02:44:14.062Z | dflt 9.083336902 |
851 | 2023-08-04T02:44:14.064Z | kflt 0.020504750 |
852 | 2023-08-04T02:44:14.067Z | lock 18:53.578669790 |
853 | 2023-08-04T02:44:14.070Z | slp 43:54.607173104 |
854 | 2023-08-04T02:44:14.073Z | lat 51.711390068 |
855 | 2023-08-04T02:44:14.076Z | stop 1:53.533571391 |
856 | 2023-08-04T02:44:14.078Z | + banner build |
857 | 2023-08-04T02:44:14.081Z | |
858 | 2023-08-04T02:44:14.084Z | ##### # # # # ##### |
859 | 2023-08-04T02:44:14.087Z | # # # # # # # # |
860 | 2023-08-04T02:44:14.089Z | ##### # # # # # # |
861 | 2023-08-04T02:44:14.092Z | # # # # # # # # |
862 | 2023-08-04T02:44:14.095Z | # # # # # # # # |
863 | 2023-08-04T02:44:14.098Z | ##### #### # ###### ##### |
864 | 2023-08-04T02:44:14.100Z | |
865 | 2023-08-04T02:44:14.103Z | + ptime -m cargo build --features falcon --release -p propolis-server -p propolis-cli |
866 | 2023-08-04T02:44:14.441Z | Compiling proc-macro2 v1.0.63 |
867 | 2023-08-04T02:44:14.444Z | Compiling quote v1.0.30 |
868 | 2023-08-04T02:44:14.447Z | Compiling unicode-ident v1.0.11 |
869 | 2023-08-04T02:44:14.450Z | Compiling libc v0.2.147 |
870 | 2023-08-04T02:44:14.453Z | Compiling serde v1.0.164 |
871 | 2023-08-04T02:44:14.456Z | Compiling version_check v0.9.4 |
872 | 2023-08-04T02:44:14.458Z | Compiling cfg-if v1.0.0 |
873 | 2023-08-04T02:44:14.461Z | Compiling autocfg v1.1.0 |
874 | 2023-08-04T02:44:14.633Z | Compiling syn v1.0.107 |
875 | 2023-08-04T02:44:14.723Z | Compiling thiserror v1.0.40 |
876 | 2023-08-04T02:44:15.634Z | Compiling once_cell v1.17.0 |
877 | 2023-08-04T02:44:15.638Z | Compiling memchr v2.5.0 |
878 | 2023-08-04T02:44:15.641Z | Compiling log v0.4.17 |
879 | 2023-08-04T02:44:15.741Z | Compiling itoa v1.0.5 |
880 | 2023-08-04T02:44:16.061Z | Compiling serde_json v1.0.99 |
881 | 2023-08-04T02:44:16.072Z | Compiling num-traits v0.2.15 |
882 | 2023-08-04T02:44:16.075Z | Compiling ahash v0.7.6 |
883 | 2023-08-04T02:44:16.215Z | Compiling pin-project-lite v0.2.9 |
884 | 2023-08-04T02:44:16.597Z | Compiling lock_api v0.4.9 |
885 | 2023-08-04T02:44:17.241Z | Compiling pkg-config v0.3.26 |
886 | 2023-08-04T02:44:17.245Z | Compiling parking_lot_core v0.9.6 |
887 | 2023-08-04T02:44:17.460Z | Compiling syn v2.0.27 |
888 | 2023-08-04T02:44:17.876Z | Compiling getrandom v0.2.8 |
889 | 2023-08-04T02:44:18.054Z | Compiling jobserver v0.1.25 |
890 | 2023-08-04T02:44:18.214Z | Compiling smallvec v1.10.0 |
891 | 2023-08-04T02:44:18.871Z | Compiling cc v1.0.78 |
892 | 2023-08-04T02:44:18.886Z | Compiling rand_core v0.6.4 |
893 | 2023-08-04T02:44:19.128Z | Compiling indexmap v1.9.3 |
894 | 2023-08-04T02:44:19.137Z | Compiling scopeguard v1.1.0 |
895 | 2023-08-04T02:44:19.657Z | Compiling tokio v1.29.1 |
896 | 2023-08-04T02:44:19.833Z | Compiling num_cpus v1.15.0 |
897 | 2023-08-04T02:44:20.465Z | Compiling mio v0.8.8 |
898 | 2023-08-04T02:44:20.469Z | Compiling parking_lot v0.12.1 |
899 | 2023-08-04T02:44:20.500Z | Compiling signal-hook-registry v1.4.0 |
900 | 2023-08-04T02:44:20.973Z | Compiling socket2 v0.4.9 |
901 | 2023-08-04T02:44:22.540Z | Compiling ryu v1.0.12 |
902 | 2023-08-04T02:44:23.686Z | Compiling futures-core v0.3.28 |
903 | 2023-08-04T02:44:23.703Z | Compiling typenum v1.16.0 |
904 | 2023-08-04T02:44:23.903Z | Compiling generic-array v0.14.6 |
905 | 2023-08-04T02:44:24.303Z | Compiling hashbrown v0.12.3 |
906 | 2023-08-04T02:44:24.510Z | Compiling bitflags v1.3.2 |
907 | 2023-08-04T02:44:24.557Z | Compiling futures-sink v0.3.28 |
908 | 2023-08-04T02:44:24.649Z | Compiling pin-utils v0.1.0 |
909 | 2023-08-04T02:44:25.320Z | Compiling schemars v0.8.12 |
910 | 2023-08-04T02:44:25.324Z | Compiling ring v0.16.20 |
911 | 2023-08-04T02:44:25.357Z | Compiling slab v0.4.7 |
912 | 2023-08-04T02:44:25.360Z | Compiling heck v0.4.1 |
913 | 2023-08-04T02:44:25.380Z | Compiling futures-task v0.3.28 |
914 | 2023-08-04T02:44:25.991Z | Compiling futures-channel v0.3.28 |
915 | 2023-08-04T02:44:26.089Z | Compiling ahash v0.8.2 |
916 | 2023-08-04T02:44:26.202Z | Compiling futures-util v0.3.28 |
917 | 2023-08-04T02:44:26.950Z | Compiling slog v2.7.0 |
918 | 2023-08-04T02:44:26.954Z | Compiling futures-io v0.3.28 |
919 | 2023-08-04T02:44:27.253Z | Compiling time v0.1.45 |
920 | 2023-08-04T02:44:27.391Z | Compiling iana-time-zone v0.1.53 |
921 | 2023-08-04T02:44:27.689Z | Compiling tinyvec_macros v0.1.0 |
922 | 2023-08-04T02:44:27.698Z | Compiling spin v0.5.2 |
923 | 2023-08-04T02:44:27.882Z | Compiling unicode-xid v0.2.4 |
924 | 2023-08-04T02:44:28.546Z | Compiling untrusted v0.7.1 |
925 | 2023-08-04T02:44:28.550Z | Compiling tinyvec v1.6.0 |
926 | 2023-08-04T02:44:30.548Z | Compiling serde_derive_internals v0.26.0 |
927 | 2023-08-04T02:44:30.552Z | Compiling crypto-common v0.1.6 |
928 | 2023-08-04T02:44:31.782Z | Compiling unicode-normalization v0.1.22 |
929 | 2023-08-04T02:44:33.391Z | Compiling tracing-core v0.1.30 |
930 | 2023-08-04T02:44:33.857Z | Compiling subtle v2.4.1 |
931 | 2023-08-04T02:44:34.260Z | Compiling time-core v0.1.1 |
932 | 2023-08-04T02:44:34.269Z | Compiling ucd-trie v0.1.5 |
933 | 2023-08-04T02:44:34.991Z | Compiling unicode-bidi v0.3.8 |
934 | 2023-08-04T02:44:34.995Z | Compiling byteorder v1.4.3 |
935 | 2023-08-04T02:44:35.074Z | Compiling time-macros v0.2.9 |
936 | 2023-08-04T02:44:35.488Z | Compiling synstructure v0.12.6 |
937 | 2023-08-04T02:44:36.625Z | Compiling serde_derive v1.0.164 |
938 | 2023-08-04T02:44:37.559Z | Compiling thiserror-impl v1.0.40 |
939 | 2023-08-04T02:44:38.236Z | Compiling tokio-macros v2.1.0 |
940 | 2023-08-04T02:44:38.240Z | Compiling futures-macro v0.3.28 |
941 | 2023-08-04T02:44:38.489Z | Compiling fnv v1.0.7 |
942 | 2023-08-04T02:44:38.690Z | Compiling dyn-clone v1.0.10 |
943 | 2023-08-04T02:44:38.728Z | Compiling ppv-lite86 v0.2.17 |
944 | 2023-08-04T02:44:38.995Z | Compiling percent-encoding v2.3.0 |
945 | 2023-08-04T02:44:39.850Z | Compiling schemars_derive v0.8.12 |
946 | 2023-08-04T02:44:39.912Z | Compiling tracing-attributes v0.1.23 |
947 | 2023-08-04T02:44:40.061Z | Compiling zerocopy-derive v0.2.0 |
948 | 2023-08-04T02:44:40.346Z | Compiling rand_chacha v0.3.1 |
949 | 2023-08-04T02:44:40.393Z | Compiling block-buffer v0.10.3 |
950 | 2023-08-04T02:44:41.486Z | Compiling openssl-sys v0.9.90 |
951 | 2023-08-04T02:44:42.328Z | Compiling aho-corasick v1.0.2 |
952 | 2023-08-04T02:44:43.074Z | Compiling pest v2.6.0 |
953 | 2023-08-04T02:44:43.102Z | Compiling httparse v1.8.0 |
954 | 2023-08-04T02:44:43.772Z | Compiling regex-syntax v0.7.4 |
955 | 2023-08-04T02:44:43.802Z | Compiling cpufeatures v0.2.5 |
956 | 2023-08-04T02:44:44.685Z | Compiling rand v0.8.5 |
957 | 2023-08-04T02:44:46.297Z | Compiling tracing v0.1.37 |
958 | 2023-08-04T02:44:46.969Z | Compiling pest_meta v2.6.0 |
959 | 2023-08-04T02:44:47.939Z | Compiling digest v0.10.6 |
960 | 2023-08-04T02:44:47.942Z | Compiling form_urlencoded v1.1.0 |
961 | 2023-08-04T02:44:48.355Z | Compiling atty v0.2.14 |
962 | 2023-08-04T02:44:48.549Z | Compiling usdt-impl v0.3.5 |
963 | 2023-08-04T02:44:49.554Z | Compiling pest_generator v2.6.0 |
964 | 2023-08-04T02:44:49.559Z | Compiling hashbrown v0.13.2 |
965 | 2023-08-04T02:44:51.254Z | Compiling regex-automata v0.3.3 |
966 | 2023-08-04T02:44:52.794Z | Compiling async-trait v0.1.72 |
967 | 2023-08-04T02:44:52.798Z | Compiling lazy_static v1.4.0 |
968 | 2023-08-04T02:44:53.224Z | Compiling crossbeam-utils v0.8.14 |
969 | 2023-08-04T02:44:53.503Z | Compiling pest_derive v2.6.0 |
970 | 2023-08-04T02:44:53.553Z | Compiling anyhow v1.0.71 |
971 | 2023-08-04T02:44:54.408Z | Compiling num_threads v0.1.6 |
972 | 2023-08-04T02:44:54.437Z | Compiling time v0.3.21 |
973 | 2023-08-04T02:44:55.015Z | Compiling zerocopy v0.3.0 |
974 | 2023-08-04T02:44:55.160Z | Compiling regress v0.6.0 |
975 | 2023-08-04T02:44:56.208Z | Compiling idna v0.3.0 |
976 | 2023-08-04T02:45:01.359Z | Compiling bytes v1.4.0 |
977 | 2023-08-04T02:45:04.642Z | Compiling chrono v0.4.26 |
978 | 2023-08-04T02:45:05.792Z | Compiling uuid v1.4.0 |
979 | 2023-08-04T02:45:06.506Z | Compiling http v0.2.9 |
980 | 2023-08-04T02:45:07.435Z | Compiling toml v0.5.11 |
981 | 2023-08-04T02:45:13.923Z | Compiling proc-macro-crate v1.2.1 |
982 | 2023-08-04T02:45:15.545Z | Compiling serde_tokenstream v0.2.0 |
983 | 2023-08-04T02:45:16.044Z | Compiling regex v1.9.1 |
984 | 2023-08-04T02:45:16.232Z | Compiling tokio-util v0.7.4 |
985 | 2023-08-04T02:45:17.198Z | Compiling dirs-sys-next v0.1.2 |
986 | 2023-08-04T02:45:18.797Z | Compiling rustversion v1.0.14 |
987 | 2023-08-04T02:45:20.381Z | Compiling rustls v0.21.2 |
988 | 2023-08-04T02:45:20.385Z | Compiling openssl v0.10.55 |
989 | 2023-08-04T02:45:20.388Z | Compiling base64 v0.21.2 |
990 | 2023-08-04T02:45:20.585Z | Compiling foreign-types-shared v0.1.1 |
991 | 2023-08-04T02:45:20.594Z | Compiling try-lock v0.2.4 |
992 | 2023-08-04T02:45:20.730Z | Compiling foreign-types v0.3.2 |
993 | 2023-08-04T02:45:20.797Z | Compiling want v0.3.0 |
994 | 2023-08-04T02:45:21.250Z | Compiling h2 v0.3.19 |
995 | 2023-08-04T02:45:21.305Z | Compiling dirs-next v2.0.0 |
996 | 2023-08-04T02:45:22.037Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#6cc08a71) |
997 | 2023-08-04T02:45:22.472Z | Compiling http-body v0.4.5 |
998 | 2023-08-04T02:45:22.564Z | Compiling url v2.3.1 |
999 | 2023-08-04T02:45:23.643Z | Compiling dof v0.1.5 |
1000 | 2023-08-04T02:45:27.436Z | Compiling dtrace-parser v0.1.14 |
1001 | 2023-08-04T02:45:30.213Z | Compiling openssl-macros v0.1.0 |
1002 | 2023-08-04T02:45:30.728Z | Compiling thread-id v4.0.0 |
1003 | 2023-08-04T02:45:30.867Z | Compiling thread_local v1.1.4 |
1004 | 2023-08-04T02:45:32.040Z | Compiling slog-async v2.7.0 |
1005 | 2023-08-04T02:45:32.293Z | Compiling tower-service v0.3.2 |
1006 | 2023-08-04T02:45:32.460Z | Compiling httpdate v1.0.2 |
1007 | 2023-08-04T02:45:33.830Z | Compiling native-tls v0.2.11 |
1008 | 2023-08-04T02:45:34.027Z | Compiling semver v1.0.17 |
1009 | 2023-08-04T02:45:34.956Z | Compiling hyper v0.14.26 |
1010 | 2023-08-04T02:45:40.272Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#6cc08a71) |
1011 | 2023-08-04T02:45:46.248Z | Compiling crossbeam-channel v0.5.6 |
1012 | 2023-08-04T02:45:49.996Z | Compiling term v0.7.0 |
1013 | 2023-08-04T02:45:50.230Z | Compiling rustls-pemfile v1.0.3 |
1014 | 2023-08-04T02:45:51.084Z | Compiling serde_tokenstream v0.1.6 |
1015 | 2023-08-04T02:45:51.730Z | Compiling unicode-width v0.1.10 |
1016 | 2023-08-04T02:45:51.971Z | Compiling take_mut v0.2.2 |
1017 | 2023-08-04T02:45:52.701Z | Compiling openssl-probe v0.1.5 |
1018 | 2023-08-04T02:45:54.887Z | Compiling slog-term v2.9.0 |
1019 | 2023-08-04T02:45:57.696Z | Compiling ipnet v2.7.1 |
1020 | 2023-08-04T02:45:58.418Z | Compiling base64 v0.13.1 |
1021 | 2023-08-04T02:45:59.147Z | Compiling encoding_rs v0.8.31 |
1022 | 2023-08-04T02:45:59.230Z | Compiling io-lifetimes v1.0.3 |
1023 | 2023-08-04T02:45:59.939Z | Compiling tokio-native-tls v0.3.0 |
1024 | 2023-08-04T02:45:59.966Z | Compiling usdt-attr-macro v0.3.5 |
1025 | 2023-08-04T02:46:00.773Z | Compiling usdt-macro v0.3.5 |
1026 | 2023-08-04T02:46:01.309Z | Compiling num_enum_derive v0.5.11 |
1027 | 2023-08-04T02:46:02.410Z | Compiling serde_urlencoded v0.7.1 |
1028 | 2023-08-04T02:46:02.518Z | Compiling futures-executor v0.3.28 |
1029 | 2023-08-04T02:46:03.255Z | Compiling rustix v0.37.3 |
1030 | 2023-08-04T02:46:04.256Z | Compiling match_cfg v0.1.0 |
1031 | 2023-08-04T02:46:04.659Z | Compiling getopts v0.2.21 |
1032 | 2023-08-04T02:46:04.763Z | Compiling hostname v0.3.1 |
1033 | 2023-08-04T02:46:05.615Z | Compiling futures v0.3.28 |
1034 | 2023-08-04T02:46:05.643Z | Compiling hyper-tls v0.5.0 |
1035 | 2023-08-04T02:46:05.647Z | Compiling num_enum v0.5.11 |
1036 | 2023-08-04T02:46:05.908Z | Compiling openapiv3 v1.0.2 |
1037 | 2023-08-04T02:46:06.047Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#6cc08a71) |
1038 | 2023-08-04T02:46:09.910Z | Compiling usdt v0.3.5 |
1039 | 2023-08-04T02:46:11.095Z | Compiling libz-sys v1.1.8 |
1040 | 2023-08-04T02:46:12.420Z | Compiling errno v0.3.0 |
1041 | 2023-08-04T02:46:12.513Z | Compiling unsafe-libyaml v0.2.5 |
1042 | 2023-08-04T02:46:15.600Z | Compiling fallible-iterator v0.2.0 |
1043 | 2023-08-04T02:46:17.203Z | Compiling mime v0.3.16 |
1044 | 2023-08-04T02:46:18.880Z | Compiling serde_yaml v0.9.17 |
1045 | 2023-08-04T02:46:22.080Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#56da9799) |
1046 | 2023-08-04T02:46:25.281Z | Compiling toml_datetime v0.6.2 |
1047 | 2023-08-04T02:46:25.316Z | Compiling serde_spanned v0.6.2 |
1048 | 2023-08-04T02:46:25.786Z | Compiling ident_case v1.0.1 |
1049 | 2023-08-04T02:46:26.051Z | Compiling semver v0.1.20 |
1050 | 2023-08-04T02:46:26.879Z | Compiling strsim v0.10.0 |
1051 | 2023-08-04T02:46:26.899Z | Compiling winnow v0.4.6 |
1052 | 2023-08-04T02:46:27.040Z | Compiling darling_core v0.14.2 |
1053 | 2023-08-04T02:46:27.439Z | Compiling rustc_version v0.1.7 |
1054 | 2023-08-04T02:46:30.094Z | Compiling slog-json v2.6.1 |
1055 | 2023-08-04T02:46:30.875Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1056 | 2023-08-04T02:46:32.643Z | Compiling toml_edit v0.19.10 |
1057 | 2023-08-04T02:46:32.686Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#56da9799) |
1058 | 2023-08-04T02:46:36.577Z | Compiling darling_macro v0.14.2 |
1059 | 2023-08-04T02:46:37.457Z | Compiling toml v0.7.4 |
1060 | 2023-08-04T02:46:46.726Z | Compiling slog-bunyan v2.4.0 |
1061 | 2023-08-04T02:46:47.138Z | Compiling newtype_derive v0.1.6 |
1062 | 2023-08-04T02:46:47.968Z | Compiling md-5 v0.10.5 |
1063 | 2023-08-04T02:46:48.340Z | Compiling hmac v0.12.1 |
1064 | 2023-08-04T02:46:48.682Z | Compiling sha2 v0.10.6 |
1065 | 2023-08-04T02:46:55.192Z | Compiling structmeta-derive v0.1.5 |
1066 | 2023-08-04T02:46:59.919Z | Compiling stringprep v0.1.2 |
1067 | 2023-08-04T02:47:01.237Z | Compiling num-integer v0.1.45 |
1068 | 2023-08-04T02:47:02.369Z | Compiling camino v1.1.4 |
1069 | 2023-08-04T02:47:02.771Z | Compiling siphasher v0.3.10 |
1070 | 2023-08-04T02:47:03.987Z | Compiling paste v1.0.12 |
1071 | 2023-08-04T02:47:04.500Z | Compiling phf_shared v0.11.1 |
1072 | 2023-08-04T02:47:05.601Z | Compiling postgres-protocol v0.6.4 |
1073 | 2023-08-04T02:47:05.713Z | Compiling structmeta v0.1.5 |
1074 | 2023-08-04T02:47:07.583Z | Compiling darling v0.14.2 |
1075 | 2023-08-04T02:47:09.259Z | Compiling vergen v8.2.1 |
1076 | 2023-08-04T02:47:10.444Z | Compiling async-stream-impl v0.3.5 |
1077 | 2023-08-04T02:47:10.448Z | Compiling proc-macro-error-attr v1.0.4 |
1078 | 2023-08-04T02:47:10.924Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#31f7ab94) |
1079 | 2023-08-04T02:47:10.932Z | Compiling regex-syntax v0.6.28 |
1080 | 2023-08-04T02:47:12.054Z | Compiling vcpkg v0.2.15 |
1081 | 2023-08-04T02:47:12.298Z | Compiling fixedbitset v0.4.2 |
1082 | 2023-08-04T02:47:13.669Z | Compiling atomic-waker v1.1.1 |
1083 | 2023-08-04T02:47:13.773Z | Compiling waitgroup v0.1.2 |
1084 | 2023-08-04T02:47:14.145Z | Compiling petgraph v0.6.2 |
1085 | 2023-08-04T02:47:14.456Z | Compiling libsqlite3-sys v0.26.0 |
1086 | 2023-08-04T02:47:15.329Z | Compiling async-stream v0.3.5 |
1087 | 2023-08-04T02:47:17.129Z | Compiling serde_with_macros v2.3.2 |
1088 | 2023-08-04T02:47:20.430Z | Compiling parse-display-derive v0.7.0 |
1089 | 2023-08-04T02:47:21.720Z | Compiling rustc_version v0.4.0 |
1090 | 2023-08-04T02:47:21.723Z | Compiling postgres-types v0.2.4 |
1091 | 2023-08-04T02:47:23.858Z | Compiling phf v0.11.1 |
1092 | 2023-08-04T02:47:25.468Z | Compiling strum_macros v0.24.3 |
1093 | 2023-08-04T02:47:25.791Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#31f7ab94) |
1094 | 2023-08-04T02:47:26.536Z | Compiling serde_path_to_error v0.1.11 |
1095 | 2023-08-04T02:47:27.081Z | Compiling hex v0.4.3 |
1096 | 2023-08-04T02:47:28.168Z | Compiling sha1 v0.10.5 |
1097 | 2023-08-04T02:47:28.172Z | Compiling num-bigint v0.4.3 |
1098 | 2023-08-04T02:47:28.230Z | Compiling memoffset v0.7.1 |
1099 | 2023-08-04T02:47:28.595Z | Compiling proc-macro-error v1.0.4 |
1100 | 2023-08-04T02:47:28.768Z | Compiling slog-dtrace v0.2.3 |
1101 | 2023-08-04T02:47:28.806Z | Compiling instant v0.1.12 |
1102 | 2023-08-04T02:47:29.017Z | Compiling utf8parse v0.2.1 |
1103 | 2023-08-04T02:47:29.033Z | Compiling arc-swap v1.6.0 |
1104 | 2023-08-04T02:47:29.744Z | Compiling debug-ignore v1.0.5 |
1105 | 2023-08-04T02:47:29.748Z | Compiling rustls v0.20.8 |
1106 | 2023-08-04T02:47:29.751Z | Compiling anstyle-parse v0.2.0 |
1107 | 2023-08-04T02:47:29.754Z | Compiling backoff v0.4.0 |
1108 | 2023-08-04T02:47:30.008Z | Compiling slog-scope v4.4.0 |
1109 | 2023-08-04T02:47:30.233Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes#0a097945) |
1110 | 2023-08-04T02:47:30.458Z | Compiling parse-display v0.7.0 |
1111 | 2023-08-04T02:47:30.659Z | Compiling tokio-postgres v0.7.7 |
1112 | 2023-08-04T02:47:31.383Z | Compiling steno v0.3.1 |
1113 | 2023-08-04T02:47:31.522Z | Compiling strum v0.24.1 |
1114 | 2023-08-04T02:47:31.633Z | Compiling serde_with v2.3.2 |
1115 | 2023-08-04T02:47:32.994Z | Compiling is-terminal v0.4.7 |
1116 | 2023-08-04T02:47:32.997Z | Compiling ipnetwork v0.20.0 |
1117 | 2023-08-04T02:47:33.135Z | Compiling macaddr v1.0.1 |
1118 | 2023-08-04T02:47:33.227Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#09fe4714) |
1119 | 2023-08-04T02:47:34.624Z | Compiling inout v0.1.3 |
1120 | 2023-08-04T02:47:34.627Z | Compiling num-rational v0.4.1 |
1121 | 2023-08-04T02:47:34.632Z | Compiling num-iter v0.1.43 |
1122 | 2023-08-04T02:47:34.759Z | Compiling termcolor v1.1.3 |
1123 | 2023-08-04T02:47:35.123Z | Compiling radium v0.7.0 |
1124 | 2023-08-04T02:47:35.180Z | Compiling colorchoice v1.0.0 |
1125 | 2023-08-04T02:47:35.420Z | Compiling static_assertions v1.1.0 |
1126 | 2023-08-04T02:47:35.550Z | Compiling anstyle-query v1.0.0 |
1127 | 2023-08-04T02:47:36.212Z | Compiling anstyle v1.0.0 |
1128 | 2023-08-04T02:47:36.418Z | Compiling anstream v0.3.1 |
1129 | 2023-08-04T02:47:36.588Z | Compiling cipher v0.4.3 |
1130 | 2023-08-04T02:47:37.859Z | Compiling slog-stdlog v4.1.1 |
1131 | 2023-08-04T02:47:38.269Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#7f571c6c) |
1132 | 2023-08-04T02:47:39.461Z | Compiling serde_repr v0.1.10 |
1133 | 2023-08-04T02:47:39.464Z | Compiling hashlink v0.8.1 |
1134 | 2023-08-04T02:47:39.467Z | Compiling tap v1.0.1 |
1135 | 2023-08-04T02:47:39.470Z | Compiling bitflags v2.1.0 |
1136 | 2023-08-04T02:47:39.473Z | Compiling os_str_bytes v6.4.1 |
1137 | 2023-08-04T02:47:39.548Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1138 | 2023-08-04T02:47:40.407Z | Compiling clap_lex v0.5.0 |
1139 | 2023-08-04T02:47:40.411Z | Compiling fallible-streaming-iterator v0.1.9 |
1140 | 2023-08-04T02:47:40.414Z | Compiling fastrand v1.8.0 |
1141 | 2023-08-04T02:47:41.064Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys#b1a9fb85) |
1142 | 2023-08-04T02:47:41.091Z | Compiling portable-atomic v0.3.19 |
1143 | 2023-08-04T02:47:41.094Z | Compiling tempfile v3.5.0 |
1144 | 2023-08-04T02:47:41.128Z | Compiling rusqlite v0.29.0 |
1145 | 2023-08-04T02:47:41.342Z | Compiling clap_builder v4.3.0 |
1146 | 2023-08-04T02:47:41.812Z | Compiling clap_lex v0.2.4 |
1147 | 2023-08-04T02:47:43.621Z | Compiling wyz v0.5.1 |
1148 | 2023-08-04T02:47:44.286Z | Compiling nix v0.26.1 |
1149 | 2023-08-04T02:47:44.353Z | Compiling clap_derive v3.2.24 |
1150 | 2023-08-04T02:47:47.524Z | Compiling slog-envlogger v2.2.0 |
1151 | 2023-08-04T02:47:50.726Z | Compiling twox-hash v1.6.3 |
1152 | 2023-08-04T02:47:52.359Z | Compiling regress v0.5.0 |
1153 | 2023-08-04T02:47:52.363Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=84507ed89aced20920de73342666a8abcb8237c1#84507ed8) |
1154 | 2023-08-04T02:47:52.412Z | Compiling num_enum_derive v0.6.1 |
1155 | 2023-08-04T02:47:52.621Z | Compiling num-complex v0.4.2 |
1156 | 2023-08-04T02:47:52.727Z | Compiling sha-1 v0.10.1 |
1157 | 2023-08-04T02:47:54.163Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#09fe4714) |
1158 | 2023-08-04T02:47:54.906Z | Compiling clap_derive v4.3.0 |
1159 | 2023-08-04T02:47:56.115Z | Compiling universal-hash v0.5.0 |
1160 | 2023-08-04T02:47:56.307Z | Compiling textwrap v0.16.0 |
1161 | 2023-08-04T02:47:56.409Z | Compiling utf-8 v0.7.6 |
1162 | 2023-08-04T02:47:57.187Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys?branch=main#b1a9fb85) |
1163 | 2023-08-04T02:47:57.190Z | Compiling opaque-debug v0.3.0 |
1164 | 2023-08-04T02:47:57.197Z | Compiling funty v2.0.0 |
1165 | 2023-08-04T02:47:57.513Z | Compiling matches v0.1.10 |
1166 | 2023-08-04T02:47:57.634Z | Compiling idna v0.2.3 |
1167 | 2023-08-04T02:47:58.842Z | Compiling polyval v0.6.0 |
1168 | 2023-08-04T02:47:59.756Z | Compiling bitvec v1.0.1 |
1169 | 2023-08-04T02:48:00.668Z | Compiling clap v3.2.24 |
1170 | 2023-08-04T02:48:02.089Z | Compiling tungstenite v0.17.3 |
1171 | 2023-08-04T02:48:03.672Z | Compiling clap v4.3.0 |
1172 | 2023-08-04T02:48:03.688Z | Compiling num_enum v0.6.1 |
1173 | 2023-08-04T02:48:03.692Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#09fe4714) |
1174 | 2023-08-04T02:48:03.695Z | Compiling num v0.4.0 |
1175 | 2023-08-04T02:48:08.479Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0) |
1176 | 2023-08-04T02:48:10.086Z | Compiling aes v0.8.2 |
1177 | 2023-08-04T02:48:10.696Z | Compiling ctr v0.9.2 |
1178 | 2023-08-04T02:48:11.722Z | Compiling console v0.15.4 |
1179 | 2023-08-04T02:48:11.776Z | Compiling propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
1180 | 2023-08-04T02:48:12.303Z | Compiling bincode v1.3.3 |
1181 | 2023-08-04T02:48:14.209Z | Compiling colored v2.0.0 |
1182 | 2023-08-04T02:48:14.931Z | Compiling enum-as-inner v0.5.1 |
1183 | 2023-08-04T02:48:15.615Z | Compiling async-recursion v0.3.2 |
1184 | 2023-08-04T02:48:16.533Z | Compiling aead v0.5.1 |
1185 | 2023-08-04T02:48:16.537Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=84507ed89aced20920de73342666a8abcb8237c1#84507ed8) |
1186 | 2023-08-04T02:48:16.665Z | Compiling pretty-hex v0.2.1 |
1187 | 2023-08-04T02:48:16.793Z | Compiling quick-error v1.2.3 |
1188 | 2023-08-04T02:48:16.943Z | Compiling linked-hash-map v0.5.6 |
1189 | 2023-08-04T02:48:16.999Z | Compiling either v1.8.0 |
1190 | 2023-08-04T02:48:17.009Z | Compiling zeroize v1.3.0 |
1191 | 2023-08-04T02:48:17.370Z | Compiling humantime v2.1.0 |
1192 | 2023-08-04T02:48:17.418Z | Compiling data-encoding v2.3.3 |
1193 | 2023-08-04T02:48:17.510Z | Compiling erased-serde v0.3.24 |
1194 | 2023-08-04T02:48:17.529Z | Compiling number_prefix v0.4.0 |
1195 | 2023-08-04T02:48:18.159Z | Compiling env_logger v0.9.3 |
1196 | 2023-08-04T02:48:18.414Z | Compiling trust-dns-proto v0.22.0 |
1197 | 2023-08-04T02:48:18.848Z | Compiling indicatif v0.17.3 |
1198 | 2023-08-04T02:48:19.745Z | Compiling lru-cache v0.1.2 |
1199 | 2023-08-04T02:48:19.994Z | Compiling itertools v0.11.0 |
1200 | 2023-08-04T02:48:25.456Z | Compiling p9kp v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0) |
1201 | 2023-08-04T02:48:25.506Z | Compiling aes-gcm-siv v0.11.1 |
1202 | 2023-08-04T02:48:26.200Z | Compiling resolv-conf v0.7.0 |
1203 | 2023-08-04T02:48:28.130Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1204 | 2023-08-04T02:48:28.135Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?rev=d59491f86668e15e92f35ffe3f94504ff4241c64#d59491f8) |
1205 | 2023-08-04T02:48:28.236Z | Compiling tokio-tungstenite v0.17.2 |
1206 | 2023-08-04T02:48:29.458Z | Compiling bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
1207 | 2023-08-04T02:48:29.526Z | Compiling bitstruct_derive v0.1.0 |
1208 | 2023-08-04T02:48:30.012Z | Compiling async-recursion v1.0.4 |
1209 | 2023-08-04T02:48:30.171Z | Compiling viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
1210 | 2023-08-04T02:48:30.369Z | Compiling libloading v0.7.4 |
1211 | 2023-08-04T02:48:31.038Z | Compiling ascii v1.1.0 |
1212 | 2023-08-04T02:48:31.188Z | Compiling ringbuffer v0.14.1 |
1213 | 2023-08-04T02:48:31.776Z | Compiling bitstruct v0.1.1 |
1214 | 2023-08-04T02:48:31.802Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1215 | 2023-08-04T02:48:31.835Z | Compiling softnpu v0.1.0 (https://github.com/oxidecomputer/softnpu?rev=88f5f1334364e5580fe778c44ac0746a35927351#88f5f133) |
1216 | 2023-08-04T02:48:31.932Z | Compiling viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
1217 | 2023-08-04T02:48:32.008Z | Compiling bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
1218 | 2023-08-04T02:48:32.678Z | Compiling trust-dns-resolver v0.22.0 |
1219 | 2023-08-04T02:48:32.941Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#7251cbb0) |
1220 | 2023-08-04T02:48:33.118Z | Compiling dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
1221 | 2023-08-04T02:48:35.100Z | Compiling serde_arrays v0.1.0 |
1222 | 2023-08-04T02:48:35.269Z | Compiling enum-iterator-derive v1.2.1 |
1223 | 2023-08-04T02:48:35.900Z | Compiling const_format_proc_macros v0.2.29 |
1224 | 2023-08-04T02:48:36.202Z | Compiling assert_matches v1.5.0 |
1225 | 2023-08-04T02:48:36.329Z | Compiling propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
1226 | 2023-08-04T02:48:36.849Z | Compiling ron v0.7.1 |
1227 | 2023-08-04T02:48:38.472Z | Compiling bit_field v0.10.1 |
1228 | 2023-08-04T02:48:39.121Z | Compiling enum-iterator v1.4.1 |
1229 | 2023-08-04T02:48:39.146Z | Compiling const_format v0.2.30 |
1230 | 2023-08-04T02:48:49.044Z | Compiling sct v0.7.0 |
1231 | 2023-08-04T02:48:50.398Z | Compiling webpki v0.22.0 |
1232 | 2023-08-04T02:48:52.004Z | Compiling rustls-webpki v0.100.1 |
1233 | 2023-08-04T02:48:52.008Z | Compiling webpki-roots v0.22.6 |
1234 | 2023-08-04T02:48:57.610Z | Compiling tokio-rustls v0.23.4 |
1235 | 2023-08-04T02:48:59.356Z | Compiling tokio-rustls v0.24.1 |
1236 | 2023-08-04T02:49:00.102Z | Compiling git2 v0.17.2 |
1237 | 2023-08-04T02:49:00.106Z | Compiling hyper-rustls v0.24.0 |
1238 | 2023-08-04T02:49:00.609Z | Compiling reqwest v0.11.18 |
1239 | 2023-08-04T02:49:07.492Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#56da9799) |
1240 | 2023-08-04T02:49:08.270Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#56da9799) |
1241 | 2023-08-04T02:49:08.546Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#09fe4714) |
1242 | 2023-08-04T02:49:09.920Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#09fe4714) |
1243 | 2023-08-04T02:49:10.095Z | Compiling propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1244 | 2023-08-04T02:49:11.845Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=84507ed89aced20920de73342666a8abcb8237c1#84507ed8) |
1245 | 2023-08-04T02:49:14.581Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=84507ed89aced20920de73342666a8abcb8237c1#84507ed8) |
1246 | 2023-08-04T02:49:21.605Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#09fe4714) |
1247 | 2023-08-04T02:49:29.419Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#09fe4714) |
1248 | 2023-08-04T02:49:37.269Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#09fe4714) |
1249 | 2023-08-04T02:49:46.920Z | Compiling propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1250 | 2023-08-04T02:49:56.595Z | Compiling propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1251 | 2023-08-04T02:50:04.643Z | Compiling propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1252 | 2023-08-04T02:51:51.541Z | Finished release [optimized] target(s) in 7m 37s |
1253 | 2023-08-04T02:51:51.545Z | |
1254 | 2023-08-04T02:51:51.548Z | real 7:37.363073137 |
1255 | 2023-08-04T02:51:51.552Z | user 54:35.539583713 |
1256 | 2023-08-04T02:51:51.555Z | sys 3:35.879890715 |
1257 | 2023-08-04T02:51:51.558Z | trap 2.207661918 |
1258 | 2023-08-04T02:51:51.578Z | tflt 1.591869324 |
1259 | 2023-08-04T02:51:51.581Z | dflt 1.842623222 |
1260 | 2023-08-04T02:51:51.584Z | kflt 0.000094199 |
1261 | 2023-08-04T02:51:51.587Z | lock 1:56:29.570963728 |
1262 | 2023-08-04T02:51:51.590Z | slp 2:25:05.720863294 |
1263 | 2023-08-04T02:51:51.592Z | lat 1:41.417960039 |
1264 | 2023-08-04T02:51:51.596Z | stop 43.617057348 |
1265 | 2023-08-04T02:51:51.599Z | + OUTDIR=/work/release |
1266 | 2023-08-04T02:51:51.601Z | + mkdir -p /work/release |
1267 | 2023-08-04T02:51:51.604Z | + cp target/release/propolis-cli /work/release/propolis-cli |
1268 | 2023-08-04T02:51:51.607Z | + cp target/release/propolis-server /work/release/propolis-server |
1269 | 2023-08-04T02:51:51.609Z | process exited: duration 631030 ms, exit code 0 |
|
1270 | 2023-08-04T02:51:51.617Z | found 2 output files |
1271 | 2023-08-04T02:51:51.619Z | uploading: /work/release/propolis-cli (20809456 bytes) |
1272 | 2023-08-04T02:51:56.478Z | uploaded: /work/release/propolis-cli |
1273 | 2023-08-04T02:51:56.599Z | uploading: /work/release/propolis-server (53070056 bytes) |
1274 | 2023-08-04T02:52:06.218Z | uploaded: /work/release/propolis-server |