|
|
|
1 | 2023-08-17T05:42:53.995Z | job assigned to worker 01H8107FSA7AGKD4HWMVRCWEE7 (queued for 1 m 5 s) |
|
2 | 2023-08-17T05:42:54.175Z | starting task 0: "setup" |
3 | 2023-08-17T05:42:54.238Z | ++ uname -s |
4 | 2023-08-17T05:42:54.241Z | + kern=SunOS |
5 | 2023-08-17T05:42:54.244Z | + case "$kern" in |
6 | 2023-08-17T05:42:54.247Z | + groupadd -g 12345 build |
7 | 2023-08-17T05:42:54.250Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-08-17T05:42:56.255Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-08-17T05:42:56.361Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-08-17T05:42:56.364Z | + home_fs=zfs |
11 | 2023-08-17T05:42:56.367Z | + [[ zfs == autofs ]] |
12 | 2023-08-17T05:42:56.370Z | + mkdir -p /home/build |
13 | 2023-08-17T05:42:56.373Z | + chown build:build /home/build /work |
14 | 2023-08-17T05:42:58.370Z | + chmod 0700 /home/build /work |
15 | 2023-08-17T05:42:58.373Z | process exited: duration 4194 ms, exit code 0 |
|
16 | 2023-08-17T05:42:58.378Z | starting task 1: "rust-toolchain" |
17 | 2023-08-17T05:42:58.390Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-08-17T05:42:58.393Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
19 | 2023-08-17T05:42:58.763Z | info: downloading installer |
20 | 2023-08-17T05:43:00.907Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-08-17T05:43:00.910Z | warning: /opt/ooce/bin |
22 | 2023-08-17T05:43:00.913Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-08-17T05:43:00.916Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-08-17T05:43:00.919Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-08-17T05:43:00.922Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-08-17T05:43:00.926Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-08-17T05:43:00.928Z | error: cannot install while Rust is installed |
28 | 2023-08-17T05:43:00.932Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-08-17T05:43:01.032Z | info: profile set to 'default' |
30 | 2023-08-17T05:43:01.035Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-08-17T05:43:01.038Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
32 | 2023-08-17T05:43:01.277Z | info: latest update on 2023-08-03, rust version 1.71.1 (eb26296b5 2023-08-03) |
33 | 2023-08-17T05:43:01.280Z | info: downloading component 'cargo' |
34 | 2023-08-17T05:43:02.173Z | info: downloading component 'clippy' |
35 | 2023-08-17T05:43:02.490Z | info: downloading component 'rust-docs' |
36 | 2023-08-17T05:43:03.770Z | info: downloading component 'rust-std' |
37 | 2023-08-17T05:43:06.131Z | info: downloading component 'rustc' |
38 | 2023-08-17T05:43:12.061Z | info: downloading component 'rustfmt' |
39 | 2023-08-17T05:43:12.333Z | info: installing component 'cargo' |
40 | 2023-08-17T05:43:13.537Z | info: installing component 'clippy' |
41 | 2023-08-17T05:43:14.075Z | info: installing component 'rust-docs' |
42 | 2023-08-17T05:43:16.815Z | info: installing component 'rust-std' |
43 | 2023-08-17T05:43:19.843Z | info: installing component 'rustc' |
44 | 2023-08-17T05:43:26.613Z | info: installing component 'rustfmt' |
45 | 2023-08-17T05:43:27.270Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
46 | 2023-08-17T05:43:27.273Z | |
47 | 2023-08-17T05:43:27.402Z | stable-x86_64-unknown-illumos installed - rustc 1.71.1 (eb26296b5 2023-08-03) |
48 | 2023-08-17T05:43:27.405Z | |
49 | 2023-08-17T05:43:27.408Z | |
50 | 2023-08-17T05:43:27.413Z | Rust is installed now. Great! |
51 | 2023-08-17T05:43:27.416Z | |
52 | 2023-08-17T05:43:27.419Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-08-17T05:43:27.422Z | environment variable. This has not been done automatically. |
54 | 2023-08-17T05:43:27.424Z | |
55 | 2023-08-17T05:43:27.427Z | To configure your current shell, run: |
56 | 2023-08-17T05:43:27.431Z | source "$HOME/.cargo/env" |
57 | 2023-08-17T05:43:27.490Z | + rustc --version |
58 | 2023-08-17T05:43:27.607Z | rustc 1.71.1 (eb26296b5 2023-08-03) |
59 | 2023-08-17T05:43:27.612Z | process exited: duration 29231 ms, exit code 0 |
|
60 | 2023-08-17T05:43:27.617Z | starting task 2: "authentication" |
61 | 2023-08-17T05:43:27.651Z | process exited: duration 30 ms, exit code 0 |
|
62 | 2023-08-17T05:43:27.657Z | starting task 3: "clone repository" |
63 | 2023-08-17T05:43:27.667Z | + mkdir -p /work/oxidecomputer/propolis |
64 | 2023-08-17T05:43:27.669Z | + git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis |
65 | 2023-08-17T05:43:27.700Z | Cloning into '/work/oxidecomputer/propolis'... |
66 | 2023-08-17T05:43:29.678Z | + cd /work/oxidecomputer/propolis |
67 | 2023-08-17T05:43:29.681Z | + [[ -n flush-probes ]] |
68 | 2023-08-17T05:43:29.684Z | + git fetch origin flush-probes |
69 | 2023-08-17T05:43:30.060Z | From https://github.com/oxidecomputer/propolis |
70 | 2023-08-17T05:43:30.064Z | * branch flush-probes -> FETCH_HEAD |
71 | 2023-08-17T05:43:30.070Z | + git checkout -B flush-probes remotes/origin/flush-probes |
72 | 2023-08-17T05:43:30.093Z | Switched to a new branch 'flush-probes' |
73 | 2023-08-17T05:43:30.096Z | branch 'flush-probes' set up to track 'origin/flush-probes'. |
74 | 2023-08-17T05:43:30.099Z | + git reset --hard eede18876cb0daeb5f81062947a445860dfcb738 |
75 | 2023-08-17T05:43:30.102Z | HEAD is now at eede188 add USDT probes for NVMe flush operations |
76 | 2023-08-17T05:43:30.106Z | process exited: duration 2439 ms, exit code 0 |
|
77 | 2023-08-17T05:43:30.112Z | starting task 4: "build" |
78 | 2023-08-17T05:43:30.122Z | + cargo --version |
79 | 2023-08-17T05:43:30.220Z | cargo 1.71.1 (7f1d04c00 2023-07-29) |
80 | 2023-08-17T05:43:30.223Z | + rustc --version |
81 | 2023-08-17T05:43:30.331Z | rustc 1.71.1 (eb26296b5 2023-08-03) |
82 | 2023-08-17T05:43:30.339Z | + banner check |
83 | 2023-08-17T05:43:30.477Z | |
84 | 2023-08-17T05:43:30.480Z | #### # # ###### #### # # |
85 | 2023-08-17T05:43:30.483Z | # # # # # # # # # |
86 | 2023-08-17T05:43:30.486Z | # ###### ##### # #### |
87 | 2023-08-17T05:43:30.489Z | # # # # # # # |
88 | 2023-08-17T05:43:30.491Z | # # # # # # # # # |
89 | 2023-08-17T05:43:30.494Z | #### # # ###### #### # # |
90 | 2023-08-17T05:43:30.497Z | |
91 | 2023-08-17T05:43:30.500Z | + ptime -m cargo check --features falcon |
92 | 2023-08-17T05:43:30.726Z | Updating crates.io index |
93 | 2023-08-17T05:43:30.729Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
94 | 2023-08-17T05:43:32.689Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
95 | 2023-08-17T05:43:34.281Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
96 | 2023-08-17T05:43:35.085Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
97 | 2023-08-17T05:43:39.173Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
98 | 2023-08-17T05:43:39.665Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
99 | 2023-08-17T05:43:40.093Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
100 | 2023-08-17T05:43:40.480Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
101 | 2023-08-17T05:43:40.927Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
102 | 2023-08-17T05:43:41.431Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
103 | 2023-08-17T05:43:42.262Z | Updating git repository `https://github.com/oxidecomputer/devinfo-sys` |
104 | 2023-08-17T05:43:42.825Z | Updating git repository `https://github.com/oxidecomputer/p4` |
105 | 2023-08-17T05:43:43.452Z | Updating git repository `https://github.com/oxidecomputer/typify` |
106 | 2023-08-17T05:43:45.655Z | Downloading crates ... |
107 | 2023-08-17T05:43:45.931Z | Downloaded assert_matches v1.5.0 |
108 | 2023-08-17T05:43:45.938Z | Downloaded ascii v1.1.0 |
109 | 2023-08-17T05:43:45.944Z | Downloaded futures-macro v0.3.28 |
110 | 2023-08-17T05:43:45.947Z | Downloaded base64 v0.21.2 |
111 | 2023-08-17T05:43:45.956Z | Downloaded form_urlencoded v1.1.0 |
112 | 2023-08-17T05:43:45.959Z | Downloaded cipher v0.4.3 |
113 | 2023-08-17T05:43:45.963Z | Downloaded async-trait v0.1.72 |
114 | 2023-08-17T05:43:45.972Z | Downloaded fastrand v1.8.0 |
115 | 2023-08-17T05:43:45.977Z | Downloaded rustls-pemfile v1.0.3 |
116 | 2023-08-17T05:43:45.983Z | Downloaded ryu v1.0.12 |
117 | 2023-08-17T05:43:45.994Z | Downloaded regex-syntax v0.7.4 |
118 | 2023-08-17T05:43:46.012Z | Downloaded serde_spanned v0.6.2 |
119 | 2023-08-17T05:43:46.015Z | Downloaded rustc_version v0.4.0 |
120 | 2023-08-17T05:43:46.017Z | Downloaded rand_chacha v0.3.1 |
121 | 2023-08-17T05:43:46.020Z | Downloaded futures-io v0.3.28 |
122 | 2023-08-17T05:43:46.023Z | Downloaded generic-array v0.14.6 |
123 | 2023-08-17T05:43:46.026Z | Downloaded strum v0.24.1 |
124 | 2023-08-17T05:43:46.028Z | Downloaded serde_urlencoded v0.7.1 |
125 | 2023-08-17T05:43:46.031Z | Downloaded colorchoice v1.0.0 |
126 | 2023-08-17T05:43:46.034Z | Downloaded dof v0.1.5 |
127 | 2023-08-17T05:43:46.036Z | Downloaded tinyvec_macros v0.1.0 |
128 | 2023-08-17T05:43:46.039Z | Downloaded siphasher v0.3.10 |
129 | 2023-08-17T05:43:46.043Z | Downloaded rustversion v1.0.14 |
130 | 2023-08-17T05:43:46.045Z | Downloaded take_mut v0.2.2 |
131 | 2023-08-17T05:43:46.049Z | Downloaded num_cpus v1.15.0 |
132 | 2023-08-17T05:43:46.052Z | Downloaded futures-sink v0.3.28 |
133 | 2023-08-17T05:43:46.054Z | Downloaded tokio-native-tls v0.3.0 |
134 | 2023-08-17T05:43:46.057Z | Downloaded strum_macros v0.24.3 |
135 | 2023-08-17T05:43:46.060Z | Downloaded sha-1 v0.10.1 |
136 | 2023-08-17T05:43:46.064Z | Downloaded slog-envlogger v2.2.0 |
137 | 2023-08-17T05:43:46.066Z | Downloaded slog-bunyan v2.4.0 |
138 | 2023-08-17T05:43:46.069Z | Downloaded signal-hook-registry v1.4.0 |
139 | 2023-08-17T05:43:46.072Z | Downloaded ringbuffer v0.14.1 |
140 | 2023-08-17T05:43:46.075Z | Downloaded tokio-macros v2.1.0 |
141 | 2023-08-17T05:43:46.079Z | Downloaded subtle v2.4.1 |
142 | 2023-08-17T05:43:46.081Z | Downloaded dtrace-parser v0.1.14 |
143 | 2023-08-17T05:43:46.084Z | Downloaded sct v0.7.0 |
144 | 2023-08-17T05:43:46.087Z | Downloaded foreign-types v0.3.2 |
145 | 2023-08-17T05:43:46.089Z | Downloaded debug-ignore v1.0.5 |
146 | 2023-08-17T05:43:46.092Z | Downloaded rustc_version v0.1.7 |
147 | 2023-08-17T05:43:46.095Z | Downloaded const_format_proc_macros v0.2.29 |
148 | 2023-08-17T05:43:46.098Z | Downloaded time-core v0.1.1 |
149 | 2023-08-17T05:43:46.100Z | Downloaded pretty-hex v0.2.1 |
150 | 2023-08-17T05:43:46.103Z | Downloaded bitstruct v0.1.1 |
151 | 2023-08-17T05:43:46.106Z | Downloaded thiserror v1.0.40 |
152 | 2023-08-17T05:43:46.112Z | Downloaded pin-project-lite v0.2.9 |
153 | 2023-08-17T05:43:46.120Z | Downloaded toml_datetime v0.6.2 |
154 | 2023-08-17T05:43:46.123Z | Downloaded serde_derive_internals v0.26.0 |
155 | 2023-08-17T05:43:46.126Z | Downloaded time v0.1.45 |
156 | 2023-08-17T05:43:46.129Z | Downloaded term v0.7.0 |
157 | 2023-08-17T05:43:46.135Z | Downloaded tower-service v0.3.2 |
158 | 2023-08-17T05:43:46.138Z | Downloaded scopeguard v1.1.0 |
159 | 2023-08-17T05:43:46.141Z | Downloaded slab v0.4.7 |
160 | 2023-08-17T05:43:46.144Z | Downloaded lazy_static v1.4.0 |
161 | 2023-08-17T05:43:46.147Z | Downloaded strsim v0.10.0 |
162 | 2023-08-17T05:43:46.149Z | Downloaded stringprep v0.1.2 |
163 | 2023-08-17T05:43:46.152Z | Downloaded spin v0.5.2 |
164 | 2023-08-17T05:43:46.154Z | Downloaded aead v0.5.1 |
165 | 2023-08-17T05:43:46.158Z | Downloaded untrusted v0.7.1 |
166 | 2023-08-17T05:43:46.160Z | Downloaded tap v1.0.1 |
167 | 2023-08-17T05:43:46.163Z | Downloaded thread_local v1.1.4 |
168 | 2023-08-17T05:43:46.166Z | Downloaded termcolor v1.1.3 |
169 | 2023-08-17T05:43:46.169Z | Downloaded pest_derive v2.6.0 |
170 | 2023-08-17T05:43:46.171Z | Downloaded tokio-rustls v0.23.4 |
171 | 2023-08-17T05:43:46.174Z | Downloaded block-buffer v0.10.3 |
172 | 2023-08-17T05:43:46.177Z | Downloaded synstructure v0.12.6 |
173 | 2023-08-17T05:43:46.179Z | Downloaded serde_tokenstream v0.2.0 |
174 | 2023-08-17T05:43:46.182Z | Downloaded try-lock v0.2.4 |
175 | 2023-08-17T05:43:46.185Z | Downloaded ident_case v1.0.1 |
176 | 2023-08-17T05:43:46.188Z | Downloaded parking_lot_core v0.9.6 |
177 | 2023-08-17T05:43:46.190Z | Downloaded match_cfg v0.1.0 |
178 | 2023-08-17T05:43:46.193Z | Downloaded itoa v1.0.5 |
179 | 2023-08-17T05:43:46.196Z | Downloaded humantime v2.1.0 |
180 | 2023-08-17T05:43:46.198Z | Downloaded futures v0.3.28 |
181 | 2023-08-17T05:43:46.203Z | Downloaded serde_with_macros v2.3.2 |
182 | 2023-08-17T05:43:46.206Z | Downloaded opaque-debug v0.3.0 |
183 | 2023-08-17T05:43:46.209Z | Downloaded num_threads v0.1.6 |
184 | 2023-08-17T05:43:46.211Z | Downloaded slog-stdlog v4.1.1 |
185 | 2023-08-17T05:43:46.214Z | Downloaded hex v0.4.3 |
186 | 2023-08-17T05:43:46.217Z | Downloaded num_enum_derive v0.5.11 |
187 | 2023-08-17T05:43:46.219Z | Downloaded structmeta v0.1.5 |
188 | 2023-08-17T05:43:46.222Z | Downloaded usdt-impl v0.3.5 |
189 | 2023-08-17T05:43:46.225Z | Downloaded percent-encoding v2.3.0 |
190 | 2023-08-17T05:43:46.228Z | Downloaded heck v0.4.1 |
191 | 2023-08-17T05:43:46.230Z | Downloaded postgres-types v0.2.4 |
192 | 2023-08-17T05:43:46.233Z | Downloaded time-macros v0.2.9 |
193 | 2023-08-17T05:43:46.236Z | Downloaded linked-hash-map v0.5.6 |
194 | 2023-08-17T05:43:46.239Z | Downloaded usdt-attr-macro v0.3.5 |
195 | 2023-08-17T05:43:46.241Z | Downloaded socket2 v0.4.9 |
196 | 2023-08-17T05:43:46.244Z | Downloaded mime v0.3.16 |
197 | 2023-08-17T05:43:46.246Z | Downloaded version_check v0.9.4 |
198 | 2023-08-17T05:43:46.249Z | Downloaded waitgroup v0.1.2 |
199 | 2023-08-17T05:43:46.252Z | Downloaded proc-macro-error v1.0.4 |
200 | 2023-08-17T05:43:46.254Z | Downloaded num v0.4.0 |
201 | 2023-08-17T05:43:46.257Z | Downloaded md-5 v0.10.5 |
202 | 2023-08-17T05:43:46.260Z | Downloaded textwrap v0.16.0 |
203 | 2023-08-17T05:43:46.263Z | Downloaded macaddr v1.0.1 |
204 | 2023-08-17T05:43:46.266Z | Downloaded darling_core v0.14.2 |
205 | 2023-08-17T05:43:46.269Z | Downloaded want v0.3.0 |
206 | 2023-08-17T05:43:46.271Z | Downloaded os_str_bytes v6.4.1 |
207 | 2023-08-17T05:43:46.274Z | Downloaded unicode-xid v0.2.4 |
208 | 2023-08-17T05:43:46.277Z | Downloaded usdt-macro v0.3.5 |
209 | 2023-08-17T05:43:46.280Z | Downloaded static_assertions v1.1.0 |
210 | 2023-08-17T05:43:46.283Z | Downloaded tokio-tungstenite v0.17.2 |
211 | 2023-08-17T05:43:46.285Z | Downloaded utf-8 v0.7.6 |
212 | 2023-08-17T05:43:46.288Z | Downloaded tracing-attributes v0.1.23 |
213 | 2023-08-17T05:43:46.290Z | Downloaded proc-macro-error-attr v1.0.4 |
214 | 2023-08-17T05:43:46.293Z | Downloaded pin-utils v0.1.0 |
215 | 2023-08-17T05:43:46.296Z | Downloaded parse-display-derive v0.7.0 |
216 | 2023-08-17T05:43:46.299Z | Downloaded universal-hash v0.5.0 |
217 | 2023-08-17T05:43:46.302Z | Downloaded twox-hash v1.6.3 |
218 | 2023-08-17T05:43:46.304Z | Downloaded newtype_derive v0.1.6 |
219 | 2023-08-17T05:43:46.307Z | Downloaded tokio-rustls v0.24.1 |
220 | 2023-08-17T05:43:46.310Z | Downloaded zerocopy v0.3.0 |
221 | 2023-08-17T05:43:46.313Z | Downloaded native-tls v0.2.11 |
222 | 2023-08-17T05:43:46.316Z | Downloaded lock_api v0.4.9 |
223 | 2023-08-17T05:43:46.319Z | Downloaded wyz v0.5.1 |
224 | 2023-08-17T05:43:46.322Z | Downloaded usdt v0.3.5 |
225 | 2023-08-17T05:43:46.324Z | Downloaded ipnet v2.7.1 |
226 | 2023-08-17T05:43:46.327Z | Downloaded libloading v0.7.4 |
227 | 2023-08-17T05:43:46.330Z | Downloaded indicatif v0.17.3 |
228 | 2023-08-17T05:43:46.333Z | Downloaded toml v0.7.4 |
229 | 2023-08-17T05:43:46.336Z | Downloaded crossbeam-channel v0.5.6 |
230 | 2023-08-17T05:43:46.342Z | Downloaded zeroize v1.3.0 |
231 | 2023-08-17T05:43:46.344Z | Downloaded utf8parse v0.2.1 |
232 | 2023-08-17T05:43:46.347Z | Downloaded unicode-width v0.1.10 |
233 | 2023-08-17T05:43:46.350Z | Downloaded quick-error v1.2.3 |
234 | 2023-08-17T05:43:46.353Z | Downloaded num_enum v0.6.1 |
235 | 2023-08-17T05:43:46.358Z | Downloaded vergen v8.2.1 |
236 | 2023-08-17T05:43:46.362Z | Downloaded unicode-bidi v0.3.8 |
237 | 2023-08-17T05:43:46.366Z | Downloaded base64 v0.13.1 |
238 | 2023-08-17T05:43:46.371Z | Downloaded ahash v0.8.2 |
239 | 2023-08-17T05:43:46.376Z | Downloaded tracing-core v0.1.30 |
240 | 2023-08-17T05:43:46.381Z | Downloaded jobserver v0.1.25 |
241 | 2023-08-17T05:43:46.384Z | Downloaded num-rational v0.4.1 |
242 | 2023-08-17T05:43:46.387Z | Downloaded tokio-postgres v0.7.7 |
243 | 2023-08-17T05:43:46.393Z | Downloaded num-complex v0.4.2 |
244 | 2023-08-17T05:43:46.396Z | Downloaded tinyvec v1.6.0 |
245 | 2023-08-17T05:43:46.401Z | Downloaded bytes v1.4.0 |
246 | 2023-08-17T05:43:46.407Z | Downloaded typenum v1.16.0 |
247 | 2023-08-17T05:43:46.411Z | Downloaded memchr v2.5.0 |
248 | 2023-08-17T05:43:46.418Z | Downloaded unicode-ident v1.0.11 |
249 | 2023-08-17T05:43:46.423Z | Downloaded ucd-trie v0.1.5 |
250 | 2023-08-17T05:43:46.426Z | Downloaded toml_edit v0.19.10 |
251 | 2023-08-17T05:43:46.454Z | Downloaded webpki v0.22.0 |
252 | 2023-08-17T05:43:46.463Z | Downloaded uuid v1.4.0 |
253 | 2023-08-17T05:43:46.470Z | Downloaded tokio-util v0.7.4 |
254 | 2023-08-17T05:43:46.480Z | Downloaded trust-dns-resolver v0.22.0 |
255 | 2023-08-17T05:43:46.487Z | Downloaded hashbrown v0.12.3 |
256 | 2023-08-17T05:43:46.494Z | Downloaded url v2.3.1 |
257 | 2023-08-17T05:43:46.499Z | Downloaded tungstenite v0.17.3 |
258 | 2023-08-17T05:43:46.505Z | Downloaded rusqlite v0.29.0 |
259 | 2023-08-17T05:43:46.515Z | Downloaded unsafe-libyaml v0.2.5 |
260 | 2023-08-17T05:43:46.520Z | Downloaded serde_with v2.3.2 |
261 | 2023-08-17T05:43:46.531Z | Downloaded aes v0.8.2 |
262 | 2023-08-17T05:43:46.537Z | Downloaded unicode-normalization v0.1.22 |
263 | 2023-08-17T05:43:46.543Z | Downloaded reqwest v0.11.18 |
264 | 2023-08-17T05:43:46.556Z | Downloaded futures-util v0.3.28 |
265 | 2023-08-17T05:43:46.576Z | Downloaded winnow v0.4.6 |
266 | 2023-08-17T05:43:46.591Z | Downloaded num-bigint v0.4.3 |
267 | 2023-08-17T05:43:46.598Z | Downloaded rustls v0.20.8 |
268 | 2023-08-17T05:43:46.618Z | Downloaded petgraph v0.6.2 |
269 | 2023-08-17T05:43:46.639Z | Downloaded rustls v0.21.2 |
270 | 2023-08-17T05:43:46.659Z | Downloaded syn v1.0.107 |
271 | 2023-08-17T05:43:46.678Z | Downloaded vcpkg v0.2.15 |
272 | 2023-08-17T05:43:46.746Z | Downloaded openssl v0.10.55 |
273 | 2023-08-17T05:43:46.762Z | Downloaded webpki-roots v0.22.6 |
274 | 2023-08-17T05:43:46.768Z | Downloaded regex-syntax v0.6.28 |
275 | 2023-08-17T05:43:46.781Z | Downloaded syn v2.0.27 |
276 | 2023-08-17T05:43:46.799Z | Downloaded trust-dns-proto v0.22.0 |
277 | 2023-08-17T05:43:46.819Z | Downloaded rustix v0.37.3 |
278 | 2023-08-17T05:43:46.850Z | Downloaded bstr v1.6.0 |
279 | 2023-08-17T05:43:46.869Z | Downloaded nix v0.26.1 |
280 | 2023-08-17T05:43:46.887Z | Downloaded idna v0.2.3 |
281 | 2023-08-17T05:43:46.898Z | Downloaded idna v0.3.0 |
282 | 2023-08-17T05:43:46.910Z | Downloaded openapiv3 v1.0.2 |
283 | 2023-08-17T05:43:46.930Z | Downloaded tokio v1.29.1 |
284 | 2023-08-17T05:43:46.988Z | Downloaded libc v0.2.147 |
285 | 2023-08-17T05:43:47.031Z | Downloaded hyper v0.14.26 |
286 | 2023-08-17T05:43:47.044Z | Downloaded regex v1.9.1 |
287 | 2023-08-17T05:43:47.065Z | Downloaded regress v0.6.0 |
288 | 2023-08-17T05:43:47.077Z | Downloaded zerocopy-derive v0.2.0 |
289 | 2023-08-17T05:43:47.092Z | Downloaded bitvec v1.0.1 |
290 | 2023-08-17T05:43:47.117Z | Downloaded git2 v0.17.2 |
291 | 2023-08-17T05:43:47.131Z | Downloaded regex-automata v0.3.3 |
292 | 2023-08-17T05:43:47.160Z | Downloaded serde_json v1.0.99 |
293 | 2023-08-17T05:43:47.171Z | Downloaded regress v0.5.0 |
294 | 2023-08-17T05:43:47.183Z | Downloaded h2 v0.3.19 |
295 | 2023-08-17T05:43:47.194Z | Downloaded chrono v0.4.26 |
296 | 2023-08-17T05:43:47.206Z | Downloaded aho-corasick v1.0.2 |
297 | 2023-08-17T05:43:47.215Z | Downloaded portable-atomic v0.3.19 |
298 | 2023-08-17T05:43:47.222Z | Downloaded pest v2.6.0 |
299 | 2023-08-17T05:43:47.230Z | Downloaded itertools v0.11.0 |
300 | 2023-08-17T05:43:47.241Z | Downloaded hashbrown v0.13.2 |
301 | 2023-08-17T05:43:47.247Z | Downloaded mio v0.8.8 |
302 | 2023-08-17T05:43:47.256Z | Downloaded http v0.2.9 |
303 | 2023-08-17T05:43:47.262Z | Downloaded clap_builder v4.3.0 |
304 | 2023-08-17T05:43:47.273Z | Downloaded time v0.3.21 |
305 | 2023-08-17T05:43:47.284Z | Downloaded arc-swap v1.6.0 |
306 | 2023-08-17T05:43:47.290Z | Downloaded tracing v0.1.37 |
307 | 2023-08-17T05:43:47.297Z | Downloaded proc-macro2 v1.0.63 |
308 | 2023-08-17T05:43:47.301Z | Downloaded steno v0.3.1 |
309 | 2023-08-17T05:43:47.307Z | Downloaded serde_yaml v0.9.17 |
310 | 2023-08-17T05:43:47.313Z | Downloaded quote v1.0.30 |
311 | 2023-08-17T05:43:47.317Z | Downloaded pest_meta v2.6.0 |
312 | 2023-08-17T05:43:47.320Z | Downloaded parking_lot v0.12.1 |
313 | 2023-08-17T05:43:47.324Z | Downloaded ron v0.7.1 |
314 | 2023-08-17T05:43:47.331Z | Downloaded log v0.4.17 |
315 | 2023-08-17T05:43:47.335Z | Downloaded indexmap v1.9.3 |
316 | 2023-08-17T05:43:47.340Z | Downloaded rand v0.8.5 |
317 | 2023-08-17T05:43:47.346Z | Downloaded ppv-lite86 v0.2.17 |
318 | 2023-08-17T05:43:47.348Z | Downloaded postgres-protocol v0.6.4 |
319 | 2023-08-17T05:43:47.351Z | Downloaded phf_shared v0.11.1 |
320 | 2023-08-17T05:43:47.354Z | Downloaded phf v0.11.1 |
321 | 2023-08-17T05:43:47.356Z | Downloaded num-traits v0.2.15 |
322 | 2023-08-17T05:43:47.359Z | Downloaded io-lifetimes v1.0.3 |
323 | 2023-08-17T05:43:47.362Z | Downloaded toml v0.5.11 |
324 | 2023-08-17T05:43:47.366Z | Downloaded serde v1.0.164 |
325 | 2023-08-17T05:43:47.371Z | Downloaded proc-macro-crate v1.2.1 |
326 | 2023-08-17T05:43:47.374Z | Downloaded pest_generator v2.6.0 |
327 | 2023-08-17T05:43:47.376Z | Downloaded num_enum v0.5.11 |
328 | 2023-08-17T05:43:47.382Z | Downloaded ipnetwork v0.20.0 |
329 | 2023-08-17T05:43:47.385Z | Downloaded num-iter v0.1.43 |
330 | 2023-08-17T05:43:47.387Z | Downloaded const_format v0.2.30 |
331 | 2023-08-17T05:43:47.394Z | Downloaded cc v1.0.78 |
332 | 2023-08-17T05:43:47.398Z | Downloaded anyhow v1.0.71 |
333 | 2023-08-17T05:43:47.404Z | Downloaded serde_derive v1.0.164 |
334 | 2023-08-17T05:43:47.408Z | Downloaded httparse v1.8.0 |
335 | 2023-08-17T05:43:47.411Z | Downloaded hmac v0.12.1 |
336 | 2023-08-17T05:43:47.414Z | Downloaded pkg-config v0.3.26 |
337 | 2023-08-17T05:43:47.417Z | Downloaded inout v0.1.3 |
338 | 2023-08-17T05:43:47.419Z | Downloaded iana-time-zone v0.1.53 |
339 | 2023-08-17T05:43:47.422Z | Downloaded hyper-rustls v0.24.0 |
340 | 2023-08-17T05:43:47.425Z | Downloaded slog v2.7.0 |
341 | 2023-08-17T05:43:47.430Z | Downloaded matches v0.1.10 |
342 | 2023-08-17T05:43:47.432Z | Downloaded lru-cache v0.1.2 |
343 | 2023-08-17T05:43:47.435Z | Downloaded bit_field v0.10.1 |
344 | 2023-08-17T05:43:47.438Z | Downloaded camino v1.1.4 |
345 | 2023-08-17T05:43:47.441Z | Downloaded bitflags v2.1.0 |
346 | 2023-08-17T05:43:47.443Z | Downloaded httpdate v1.0.2 |
347 | 2023-08-17T05:43:47.446Z | Downloaded backoff v0.4.0 |
348 | 2023-08-17T05:43:47.449Z | Downloaded anstyle-parse v0.2.0 |
349 | 2023-08-17T05:43:47.452Z | Downloaded ahash v0.7.6 |
350 | 2023-08-17T05:43:47.455Z | Downloaded encoding_rs v0.8.31 |
351 | 2023-08-17T05:43:47.491Z | Downloaded num-integer v0.1.45 |
352 | 2023-08-17T05:43:47.494Z | Downloaded memoffset v0.7.1 |
353 | 2023-08-17T05:43:47.498Z | Downloaded is-terminal v0.4.7 |
354 | 2023-08-17T05:43:47.501Z | Downloaded hashlink v0.8.1 |
355 | 2023-08-17T05:43:47.503Z | Downloaded enum-as-inner v0.5.1 |
356 | 2023-08-17T05:43:47.506Z | Downloaded slog-async v2.7.0 |
357 | 2023-08-17T05:43:47.509Z | Downloaded openssl-sys v0.9.90 |
358 | 2023-08-17T05:43:47.512Z | Downloaded digest v0.10.6 |
359 | 2023-08-17T05:43:47.514Z | Downloaded schemars v0.8.12 |
360 | 2023-08-17T05:43:47.532Z | Downloaded parse-display v0.7.0 |
361 | 2023-08-17T05:43:47.535Z | Downloaded openssl-probe v0.1.5 |
362 | 2023-08-17T05:43:47.538Z | Downloaded openssl-macros v0.1.0 |
363 | 2023-08-17T05:43:47.540Z | Downloaded once_cell v1.18.0 |
364 | 2023-08-17T05:43:47.543Z | Downloaded hyper-tls v0.5.0 |
365 | 2023-08-17T05:43:47.546Z | Downloaded number_prefix v0.4.0 |
366 | 2023-08-17T05:43:47.549Z | Downloaded globset v0.4.11 |
367 | 2023-08-17T05:43:47.552Z | Downloaded async-recursion v1.0.4 |
368 | 2023-08-17T05:43:47.555Z | Downloaded async-recursion v0.3.2 |
369 | 2023-08-17T05:43:47.558Z | Downloaded semver v1.0.17 |
370 | 2023-08-17T05:43:47.560Z | Downloaded futures-channel v0.3.28 |
371 | 2023-08-17T05:43:47.564Z | Downloaded console v0.15.4 |
372 | 2023-08-17T05:43:47.566Z | Downloaded slog-term v2.9.0 |
373 | 2023-08-17T05:43:47.569Z | Downloaded dyn-clone v1.0.10 |
374 | 2023-08-17T05:43:47.572Z | Downloaded byteorder v1.4.3 |
375 | 2023-08-17T05:43:47.575Z | Downloaded bitflags v1.3.2 |
376 | 2023-08-17T05:43:47.578Z | Downloaded colored v2.0.0 |
377 | 2023-08-17T05:43:47.580Z | Downloaded autocfg v1.1.0 |
378 | 2023-08-17T05:43:47.583Z | Downloaded anstyle-query v1.0.0 |
379 | 2023-08-17T05:43:47.585Z | Downloaded anstream v0.3.1 |
380 | 2023-08-17T05:43:47.588Z | Downloaded serde_path_to_error v0.1.11 |
381 | 2023-08-17T05:43:47.591Z | Downloaded serde_arrays v0.1.0 |
382 | 2023-08-17T05:43:47.594Z | Downloaded semver v0.1.20 |
383 | 2023-08-17T05:43:47.597Z | Downloaded fnv v1.0.7 |
384 | 2023-08-17T05:43:47.600Z | Downloaded env_logger v0.9.3 |
385 | 2023-08-17T05:43:47.603Z | Downloaded either v1.8.0 |
386 | 2023-08-17T05:43:47.606Z | Downloaded clap v4.3.0 |
387 | 2023-08-17T05:43:47.613Z | Downloaded glob v0.3.1 |
388 | 2023-08-17T05:43:47.615Z | Downloaded thread-id v4.0.0 |
389 | 2023-08-17T05:43:47.618Z | Downloaded slog-json v2.6.1 |
390 | 2023-08-17T05:43:47.621Z | Downloaded data-encoding v2.3.3 |
391 | 2023-08-17T05:43:47.623Z | Downloaded slog-dtrace v0.2.3 |
392 | 2023-08-17T05:43:47.626Z | Downloaded sha1 v0.10.5 |
393 | 2023-08-17T05:43:47.629Z | Downloaded radium v0.7.0 |
394 | 2023-08-17T05:43:47.632Z | Downloaded fallible-iterator v0.2.0 |
395 | 2023-08-17T05:43:47.635Z | Downloaded instant v0.1.12 |
396 | 2023-08-17T05:43:47.638Z | Downloaded hostname v0.3.1 |
397 | 2023-08-17T05:43:47.641Z | Downloaded darling v0.14.2 |
398 | 2023-08-17T05:43:47.643Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
399 | 2023-08-17T05:43:47.735Z | Downloaded futures-executor v0.3.28 |
400 | 2023-08-17T05:43:47.737Z | Downloaded slog-scope v4.4.0 |
401 | 2023-08-17T05:43:47.740Z | Downloaded sha2 v0.10.6 |
402 | 2023-08-17T05:43:47.743Z | Downloaded serde_repr v0.1.10 |
403 | 2023-08-17T05:43:47.745Z | Downloaded schemars_derive v0.8.12 |
404 | 2023-08-17T05:43:47.748Z | Downloaded http-body v0.4.5 |
405 | 2023-08-17T05:43:47.751Z | Downloaded enum-iterator v1.4.1 |
406 | 2023-08-17T05:43:47.753Z | Downloaded dirs-sys-next v0.1.2 |
407 | 2023-08-17T05:43:47.756Z | Downloaded thiserror-impl v1.0.40 |
408 | 2023-08-17T05:43:47.759Z | Downloaded tempfile v3.5.0 |
409 | 2023-08-17T05:43:47.761Z | Downloaded serde_tokenstream v0.1.6 |
410 | 2023-08-17T05:43:47.764Z | Downloaded futures-core v0.3.28 |
411 | 2023-08-17T05:43:47.767Z | Downloaded bitstruct_derive v0.1.0 |
412 | 2023-08-17T05:43:47.770Z | Downloaded clap_derive v4.3.0 |
413 | 2023-08-17T05:43:47.773Z | Downloaded async-stream-impl v0.3.5 |
414 | 2023-08-17T05:43:47.775Z | Downloaded resolv-conf v0.7.0 |
415 | 2023-08-17T05:43:47.778Z | Downloaded rand_core v0.6.4 |
416 | 2023-08-17T05:43:47.780Z | Downloaded clap_lex v0.5.0 |
417 | 2023-08-17T05:43:47.783Z | Downloaded clap_derive v3.2.24 |
418 | 2023-08-17T05:43:47.785Z | Downloaded atty v0.2.14 |
419 | 2023-08-17T05:43:47.788Z | Downloaded atomic-waker v1.1.1 |
420 | 2023-08-17T05:43:47.791Z | Downloaded async-stream v0.3.5 |
421 | 2023-08-17T05:43:47.793Z | Downloaded anstyle v1.0.0 |
422 | 2023-08-17T05:43:47.802Z | Downloaded num_enum_derive v0.6.1 |
423 | 2023-08-17T05:43:47.805Z | Downloaded getrandom v0.2.8 |
424 | 2023-08-17T05:43:47.807Z | Downloaded aes-gcm-siv v0.11.1 |
425 | 2023-08-17T05:43:47.810Z | Downloaded dirs-next v2.0.0 |
426 | 2023-08-17T05:43:47.813Z | Downloaded structmeta-derive v0.1.5 |
427 | 2023-08-17T05:43:47.815Z | Downloaded smallvec v1.10.0 |
428 | 2023-08-17T05:43:47.818Z | Downloaded paste v1.0.12 |
429 | 2023-08-17T05:43:47.820Z | Downloaded futures-task v0.3.28 |
430 | 2023-08-17T05:43:47.823Z | Downloaded funty v2.0.0 |
431 | 2023-08-17T05:43:47.826Z | Downloaded errno v0.3.0 |
432 | 2023-08-17T05:43:47.828Z | Downloaded darling_macro v0.14.2 |
433 | 2023-08-17T05:43:47.831Z | Downloaded crossbeam-utils v0.8.14 |
434 | 2023-08-17T05:43:47.834Z | Downloaded clap v3.2.24 |
435 | 2023-08-17T05:43:47.838Z | Downloaded polyval v0.6.0 |
436 | 2023-08-17T05:43:47.841Z | Downloaded enum-iterator-derive v1.2.1 |
437 | 2023-08-17T05:43:47.843Z | Downloaded ctr v0.9.2 |
438 | 2023-08-17T05:43:47.846Z | Downloaded ctrlc v3.2.4 |
439 | 2023-08-17T05:43:47.848Z | Downloaded rustls-webpki v0.100.1 |
440 | 2023-08-17T05:43:47.856Z | Downloaded crypto-common v0.1.6 |
441 | 2023-08-17T05:43:47.859Z | Downloaded foreign-types-shared v0.1.1 |
442 | 2023-08-17T05:43:47.862Z | Downloaded fixedbitset v0.4.2 |
443 | 2023-08-17T05:43:47.865Z | Downloaded fallible-streaming-iterator v0.1.9 |
444 | 2023-08-17T05:43:47.868Z | Downloaded cpufeatures v0.2.5 |
445 | 2023-08-17T05:43:47.871Z | Downloaded clap_lex v0.2.4 |
446 | 2023-08-17T05:43:47.874Z | Downloaded cfg-if v1.0.0 |
447 | 2023-08-17T05:43:47.876Z | Downloaded erased-serde v0.3.24 |
448 | 2023-08-17T05:43:47.879Z | Downloaded bincode v1.3.3 |
449 | 2023-08-17T05:43:47.882Z | Downloaded getopts v0.2.21 |
450 | 2023-08-17T05:43:47.960Z | Downloaded libz-sys v1.1.8 |
451 | 2023-08-17T05:43:48.423Z | Downloaded libsqlite3-sys v0.26.0 |
452 | 2023-08-17T05:43:48.565Z | Downloaded ring v0.16.20 |
453 | 2023-08-17T05:43:48.937Z | Compiling proc-macro2 v1.0.63 |
454 | 2023-08-17T05:43:48.941Z | Compiling quote v1.0.30 |
455 | 2023-08-17T05:43:48.943Z | Compiling unicode-ident v1.0.11 |
456 | 2023-08-17T05:43:48.946Z | Compiling libc v0.2.147 |
457 | 2023-08-17T05:43:48.949Z | Compiling serde v1.0.164 |
458 | 2023-08-17T05:43:48.952Z | Checking cfg-if v1.0.0 |
459 | 2023-08-17T05:43:48.955Z | Compiling version_check v0.9.4 |
460 | 2023-08-17T05:43:48.957Z | Compiling autocfg v1.1.0 |
461 | 2023-08-17T05:43:49.123Z | Compiling syn v1.0.107 |
462 | 2023-08-17T05:43:49.347Z | Checking once_cell v1.18.0 |
463 | 2023-08-17T05:43:49.766Z | Compiling thiserror v1.0.40 |
464 | 2023-08-17T05:43:50.139Z | Compiling memchr v2.5.0 |
465 | 2023-08-17T05:43:50.529Z | Compiling log v0.4.17 |
466 | 2023-08-17T05:43:52.810Z | Checking itoa v1.0.5 |
467 | 2023-08-17T05:43:52.884Z | Compiling serde_json v1.0.99 |
468 | 2023-08-17T05:43:52.928Z | Compiling num-traits v0.2.15 |
469 | 2023-08-17T05:43:52.940Z | Compiling ahash v0.7.6 |
470 | 2023-08-17T05:43:53.545Z | Checking pin-project-lite v0.2.9 |
471 | 2023-08-17T05:43:53.690Z | Compiling lock_api v0.4.9 |
472 | 2023-08-17T05:43:53.709Z | Compiling indexmap v1.9.3 |
473 | 2023-08-17T05:43:53.814Z | Compiling parking_lot_core v0.9.6 |
474 | 2023-08-17T05:43:53.985Z | Compiling pkg-config v0.3.26 |
475 | 2023-08-17T05:43:54.241Z | Checking smallvec v1.10.0 |
476 | 2023-08-17T05:43:54.628Z | Checking scopeguard v1.1.0 |
477 | 2023-08-17T05:43:54.737Z | Checking getrandom v0.2.8 |
478 | 2023-08-17T05:43:54.931Z | Compiling syn v2.0.27 |
479 | 2023-08-17T05:43:55.297Z | Compiling jobserver v0.1.25 |
480 | 2023-08-17T05:43:55.353Z | Checking rand_core v0.6.4 |
481 | 2023-08-17T05:43:55.380Z | Compiling tokio v1.29.1 |
482 | 2023-08-17T05:43:55.539Z | Checking ryu v1.0.12 |
483 | 2023-08-17T05:43:55.745Z | Compiling cc v1.0.78 |
484 | 2023-08-17T05:43:55.768Z | Checking parking_lot v0.12.1 |
485 | 2023-08-17T05:43:55.871Z | Checking num_cpus v1.15.0 |
486 | 2023-08-17T05:43:56.015Z | Checking signal-hook-registry v1.4.0 |
487 | 2023-08-17T05:43:56.215Z | Checking socket2 v0.4.9 |
488 | 2023-08-17T05:43:56.274Z | Checking mio v0.8.8 |
489 | 2023-08-17T05:43:56.327Z | Checking hashbrown v0.12.3 |
490 | 2023-08-17T05:43:56.375Z | Compiling typenum v1.16.0 |
491 | 2023-08-17T05:43:56.855Z | Compiling futures-core v0.3.28 |
492 | 2023-08-17T05:43:57.174Z | Compiling generic-array v0.14.6 |
493 | 2023-08-17T05:43:57.485Z | Checking bitflags v1.3.2 |
494 | 2023-08-17T05:43:57.857Z | Checking pin-utils v0.1.0 |
495 | 2023-08-17T05:43:57.963Z | Checking futures-sink v0.3.28 |
496 | 2023-08-17T05:43:57.979Z | Compiling heck v0.4.1 |
497 | 2023-08-17T05:43:58.143Z | Compiling slab v0.4.7 |
498 | 2023-08-17T05:43:58.340Z | Compiling futures-task v0.3.28 |
499 | 2023-08-17T05:43:58.638Z | Compiling futures-channel v0.3.28 |
500 | 2023-08-17T05:43:58.689Z | Compiling schemars v0.8.12 |
501 | 2023-08-17T05:43:58.983Z | Compiling futures-util v0.3.28 |
502 | 2023-08-17T05:43:59.473Z | Compiling ring v0.16.20 |
503 | 2023-08-17T05:43:59.491Z | Compiling ahash v0.8.2 |
504 | 2023-08-17T05:43:59.678Z | Compiling slog v2.7.0 |
505 | 2023-08-17T05:43:59.697Z | Checking futures-io v0.3.28 |
506 | 2023-08-17T05:43:59.836Z | Checking time v0.1.45 |
507 | 2023-08-17T05:43:59.944Z | Checking spin v0.5.2 |
508 | 2023-08-17T05:44:00.246Z | Checking iana-time-zone v0.1.53 |
509 | 2023-08-17T05:44:00.263Z | Checking untrusted v0.7.1 |
510 | 2023-08-17T05:44:00.496Z | Checking tinyvec_macros v0.1.0 |
511 | 2023-08-17T05:44:00.512Z | Compiling unicode-xid v0.2.4 |
512 | 2023-08-17T05:44:00.600Z | Checking tinyvec v1.6.0 |
513 | 2023-08-17T05:44:01.302Z | Checking fnv v1.0.7 |
514 | 2023-08-17T05:44:02.035Z | Checking tracing-core v0.1.30 |
515 | 2023-08-17T05:44:02.236Z | Checking byteorder v1.4.3 |
516 | 2023-08-17T05:44:02.328Z | Checking crypto-common v0.1.6 |
517 | 2023-08-17T05:44:02.565Z | Checking subtle v2.4.1 |
518 | 2023-08-17T05:44:02.583Z | Checking unicode-normalization v0.1.22 |
519 | 2023-08-17T05:44:02.850Z | Checking unicode-bidi v0.3.8 |
520 | 2023-08-17T05:44:02.854Z | Compiling time-core v0.1.1 |
521 | 2023-08-17T05:44:03.046Z | Compiling ucd-trie v0.1.5 |
522 | 2023-08-17T05:44:03.101Z | Compiling time-macros v0.2.9 |
523 | 2023-08-17T05:44:03.347Z | Checking aho-corasick v1.0.2 |
524 | 2023-08-17T05:44:03.409Z | Checking regex-syntax v0.7.4 |
525 | 2023-08-17T05:44:03.765Z | Checking percent-encoding v2.3.0 |
526 | 2023-08-17T05:44:03.913Z | Checking ppv-lite86 v0.2.17 |
527 | 2023-08-17T05:44:04.034Z | Checking dyn-clone v1.0.10 |
528 | 2023-08-17T05:44:04.174Z | Checking block-buffer v0.10.3 |
529 | 2023-08-17T05:44:04.460Z | Compiling openssl-sys v0.9.90 |
530 | 2023-08-17T05:44:04.958Z | Checking rand_chacha v0.3.1 |
531 | 2023-08-17T05:44:05.462Z | Checking cpufeatures v0.2.5 |
532 | 2023-08-17T05:44:05.578Z | Compiling httparse v1.8.0 |
533 | 2023-08-17T05:44:05.744Z | Checking rand v0.8.5 |
534 | 2023-08-17T05:44:06.209Z | Compiling serde_derive_internals v0.26.0 |
535 | 2023-08-17T05:44:06.347Z | Compiling synstructure v0.12.6 |
536 | 2023-08-17T05:44:07.082Z | Checking digest v0.10.6 |
537 | 2023-08-17T05:44:07.548Z | Checking form_urlencoded v1.1.0 |
538 | 2023-08-17T05:44:08.251Z | Checking regex-automata v0.3.3 |
539 | 2023-08-17T05:44:08.494Z | Checking atty v0.2.14 |
540 | 2023-08-17T05:44:09.381Z | Compiling hashbrown v0.13.2 |
541 | 2023-08-17T05:44:10.102Z | Compiling usdt-impl v0.3.5 |
542 | 2023-08-17T05:44:10.146Z | Compiling crossbeam-utils v0.8.14 |
543 | 2023-08-17T05:44:10.707Z | Compiling anyhow v1.0.71 |
544 | 2023-08-17T05:44:11.187Z | Compiling async-trait v0.1.72 |
545 | 2023-08-17T05:44:11.381Z | Checking num_threads v0.1.6 |
546 | 2023-08-17T05:44:11.705Z | Checking lazy_static v1.4.0 |
547 | 2023-08-17T05:44:11.882Z | Checking time v0.3.21 |
548 | 2023-08-17T05:44:12.007Z | Compiling regress v0.6.0 |
549 | 2023-08-17T05:44:12.260Z | Checking idna v0.3.0 |
550 | 2023-08-17T05:44:12.290Z | Checking dirs-sys-next v0.1.2 |
551 | 2023-08-17T05:44:12.522Z | Compiling openssl v0.10.55 |
552 | 2023-08-17T05:44:12.865Z | Compiling rustversion v1.0.14 |
553 | 2023-08-17T05:44:13.250Z | Checking try-lock v0.2.4 |
554 | 2023-08-17T05:44:13.322Z | Compiling serde_derive v1.0.164 |
555 | 2023-08-17T05:44:13.425Z | Compiling thiserror-impl v1.0.40 |
556 | 2023-08-17T05:44:13.636Z | Compiling tokio-macros v2.1.0 |
557 | 2023-08-17T05:44:13.686Z | Compiling futures-macro v0.3.28 |
558 | 2023-08-17T05:44:13.896Z | Checking regex v1.9.1 |
559 | 2023-08-17T05:44:14.879Z | Compiling rustls v0.21.2 |
560 | 2023-08-17T05:44:15.364Z | Checking foreign-types-shared v0.1.1 |
561 | 2023-08-17T05:44:15.499Z | Checking base64 v0.21.2 |
562 | 2023-08-17T05:44:15.674Z | Checking foreign-types v0.3.2 |
563 | 2023-08-17T05:44:15.781Z | Compiling schemars_derive v0.8.12 |
564 | 2023-08-17T05:44:15.798Z | Compiling tracing-attributes v0.1.23 |
565 | 2023-08-17T05:44:16.185Z | Compiling zerocopy-derive v0.2.0 |
566 | 2023-08-17T05:44:16.324Z | Compiling openssl-macros v0.1.0 |
567 | 2023-08-17T05:44:17.760Z | Checking url v2.3.1 |
568 | 2023-08-17T05:44:18.657Z | Compiling pest v2.6.0 |
569 | 2023-08-17T05:44:18.962Z | Checking want v0.3.0 |
570 | 2023-08-17T05:44:19.287Z | Compiling zerocopy v0.3.0 |
571 | 2023-08-17T05:44:20.375Z | Checking dirs-next v2.0.0 |
572 | 2023-08-17T05:44:20.534Z | Compiling dof v0.1.5 |
573 | 2023-08-17T05:44:21.666Z | Checking tracing v0.1.37 |
574 | 2023-08-17T05:44:22.630Z | Compiling thread-id v4.0.0 |
575 | 2023-08-17T05:44:22.646Z | Checking thread_local v1.1.4 |
576 | 2023-08-17T05:44:22.769Z | Compiling pest_meta v2.6.0 |
577 | 2023-08-17T05:44:22.842Z | Compiling slog-async v2.7.0 |
578 | 2023-08-17T05:44:23.463Z | Checking httpdate v1.0.2 |
579 | 2023-08-17T05:44:23.640Z | Compiling native-tls v0.2.11 |
580 | 2023-08-17T05:44:23.817Z | Checking tower-service v0.3.2 |
581 | 2023-08-17T05:44:25.279Z | Compiling pest_generator v2.6.0 |
582 | 2023-08-17T05:44:27.769Z | Checking crossbeam-channel v0.5.6 |
583 | 2023-08-17T05:44:27.808Z | Checking term v0.7.0 |
584 | 2023-08-17T05:44:29.506Z | Checking rustls-pemfile v1.0.3 |
585 | 2023-08-17T05:44:29.677Z | Compiling pest_derive v2.6.0 |
586 | 2023-08-17T05:44:29.770Z | Checking openssl-probe v0.1.5 |
587 | 2023-08-17T05:44:29.964Z | Checking take_mut v0.2.2 |
588 | 2023-08-17T05:44:30.170Z | Checking unicode-width v0.1.10 |
589 | 2023-08-17T05:44:30.390Z | Compiling semver v1.0.17 |
590 | 2023-08-17T05:44:30.793Z | Compiling io-lifetimes v1.0.3 |
591 | 2023-08-17T05:44:31.092Z | Compiling dtrace-parser v0.1.14 |
592 | 2023-08-17T05:44:32.379Z | Checking slog-term v2.9.0 |
593 | 2023-08-17T05:44:32.894Z | Checking ipnet v2.7.1 |
594 | 2023-08-17T05:44:33.129Z | Checking base64 v0.13.1 |
595 | 2023-08-17T05:44:33.369Z | Compiling encoding_rs v0.8.31 |
596 | 2023-08-17T05:44:33.607Z | Compiling rustix v0.37.3 |
597 | 2023-08-17T05:44:33.995Z | Checking futures-executor v0.3.28 |
598 | 2023-08-17T05:44:34.374Z | Checking errno v0.3.0 |
599 | 2023-08-17T05:44:34.814Z | Checking match_cfg v0.1.0 |
600 | 2023-08-17T05:44:34.923Z | Checking hostname v0.3.1 |
601 | 2023-08-17T05:44:35.091Z | Compiling getopts v0.2.21 |
602 | 2023-08-17T05:44:35.267Z | Checking bytes v1.4.0 |
603 | 2023-08-17T05:44:38.694Z | Checking chrono v0.4.26 |
604 | 2023-08-17T05:44:38.922Z | Checking uuid v1.4.0 |
605 | 2023-08-17T05:44:39.021Z | Checking http v0.2.9 |
606 | 2023-08-17T05:44:39.711Z | Compiling toml v0.5.11 |
607 | 2023-08-17T05:44:42.019Z | Compiling serde_tokenstream v0.2.0 |
608 | 2023-08-17T05:44:42.430Z | Compiling proc-macro-crate v1.2.1 |
609 | 2023-08-17T05:44:42.857Z | Checking http-body v0.4.5 |
610 | 2023-08-17T05:44:43.202Z | Compiling serde_tokenstream v0.1.6 |
611 | 2023-08-17T05:44:44.036Z | Checking serde_urlencoded v0.7.1 |
612 | 2023-08-17T05:44:44.712Z | Checking typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#6cc08a71) |
613 | 2023-08-17T05:44:44.800Z | Compiling openapiv3 v1.0.2 |
614 | 2023-08-17T05:44:45.130Z | Compiling num_enum_derive v0.5.11 |
615 | 2023-08-17T05:44:45.670Z | Compiling usdt-macro v0.3.5 |
616 | 2023-08-17T05:44:47.574Z | Checking tokio-util v0.7.4 |
617 | 2023-08-17T05:44:48.048Z | Checking tokio-native-tls v0.3.0 |
618 | 2023-08-17T05:44:48.096Z | Compiling usdt-attr-macro v0.3.5 |
619 | 2023-08-17T05:44:48.401Z | Checking futures v0.3.28 |
620 | 2023-08-17T05:44:48.807Z | Checking h2 v0.3.19 |
621 | 2023-08-17T05:44:49.051Z | Checking num_enum v0.5.11 |
622 | 2023-08-17T05:44:49.123Z | Compiling libz-sys v1.1.8 |
623 | 2023-08-17T05:44:49.412Z | Checking fallible-iterator v0.2.0 |
624 | 2023-08-17T05:44:50.073Z | Compiling unsafe-libyaml v0.2.5 |
625 | 2023-08-17T05:44:50.378Z | Checking mime v0.3.16 |
626 | 2023-08-17T05:44:50.411Z | Checking usdt v0.3.5 |
627 | 2023-08-17T05:44:50.847Z | Checking serde_spanned v0.6.2 |
628 | 2023-08-17T05:44:51.118Z | Checking toml_datetime v0.6.2 |
629 | 2023-08-17T05:44:51.896Z | Checking winnow v0.4.6 |
630 | 2023-08-17T05:44:51.990Z | Compiling ident_case v1.0.1 |
631 | 2023-08-17T05:44:52.246Z | Compiling serde_yaml v0.9.17 |
632 | 2023-08-17T05:44:52.496Z | Compiling semver v0.1.20 |
633 | 2023-08-17T05:44:52.989Z | Compiling strsim v0.10.0 |
634 | 2023-08-17T05:44:53.129Z | Compiling rustc_version v0.1.7 |
635 | 2023-08-17T05:44:53.448Z | Compiling darling_core v0.14.2 |
636 | 2023-08-17T05:44:53.775Z | Checking slog-json v2.6.1 |
637 | 2023-08-17T05:44:54.017Z | Compiling libgit2-sys v0.15.2+1.6.4 |
638 | 2023-08-17T05:44:55.501Z | Checking hyper v0.14.26 |
639 | 2023-08-17T05:44:55.753Z | Checking slog-bunyan v2.4.0 |
640 | 2023-08-17T05:44:56.197Z | Compiling newtype_derive v0.1.6 |
641 | 2023-08-17T05:44:56.342Z | Checking toml_edit v0.19.10 |
642 | 2023-08-17T05:44:56.447Z | Compiling structmeta-derive v0.1.5 |
643 | 2023-08-17T05:44:56.724Z | Checking md-5 v0.10.5 |
644 | 2023-08-17T05:44:57.030Z | Checking sha2 v0.10.6 |
645 | 2023-08-17T05:44:57.676Z | Checking hmac v0.12.1 |
646 | 2023-08-17T05:44:57.865Z | Checking stringprep v0.1.2 |
647 | 2023-08-17T05:44:57.964Z | Compiling num-integer v0.1.45 |
648 | 2023-08-17T05:44:58.264Z | Compiling camino v1.1.4 |
649 | 2023-08-17T05:44:58.425Z | Compiling paste v1.0.12 |
650 | 2023-08-17T05:44:58.487Z | Checking siphasher v0.3.10 |
651 | 2023-08-17T05:44:58.935Z | Checking phf_shared v0.11.1 |
652 | 2023-08-17T05:44:59.323Z | Checking postgres-protocol v0.6.4 |
653 | 2023-08-17T05:45:00.149Z | Checking toml v0.7.4 |
654 | 2023-08-17T05:45:00.339Z | Compiling vergen v8.2.1 |
655 | 2023-08-17T05:45:00.572Z | Compiling async-stream-impl v0.3.5 |
656 | 2023-08-17T05:45:00.866Z | Compiling memoffset v0.7.1 |
657 | 2023-08-17T05:45:01.103Z | Compiling structmeta v0.1.5 |
658 | 2023-08-17T05:45:01.301Z | Compiling proc-macro-error-attr v1.0.4 |
659 | 2023-08-17T05:45:01.409Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#31f7ab94) |
660 | 2023-08-17T05:45:01.745Z | Compiling vcpkg v0.2.15 |
661 | 2023-08-17T05:45:01.844Z | Checking atomic-waker v1.1.1 |
662 | 2023-08-17T05:45:02.084Z | Compiling regex-syntax v0.6.28 |
663 | 2023-08-17T05:45:02.188Z | Checking fixedbitset v0.4.2 |
664 | 2023-08-17T05:45:02.302Z | Checking utf8parse v0.2.1 |
665 | 2023-08-17T05:45:02.500Z | Checking anstyle-parse v0.2.0 |
666 | 2023-08-17T05:45:02.556Z | Checking petgraph v0.6.2 |
667 | 2023-08-17T05:45:02.601Z | Compiling darling_macro v0.14.2 |
668 | 2023-08-17T05:45:02.779Z | Checking async-stream v0.3.5 |
669 | 2023-08-17T05:45:02.796Z | Checking hyper-tls v0.5.0 |
670 | 2023-08-17T05:45:03.055Z | Checking waitgroup v0.1.2 |
671 | 2023-08-17T05:45:03.347Z | Checking postgres-types v0.2.4 |
672 | 2023-08-17T05:45:03.467Z | Compiling rustc_version v0.4.0 |
673 | 2023-08-17T05:45:04.395Z | Compiling darling v0.14.2 |
674 | 2023-08-17T05:45:04.567Z | Compiling serde_with_macros v2.3.2 |
675 | 2023-08-17T05:45:04.570Z | Checking phf v0.11.1 |
676 | 2023-08-17T05:45:04.676Z | Compiling libsqlite3-sys v0.26.0 |
677 | 2023-08-17T05:45:05.747Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#31f7ab94) |
678 | 2023-08-17T05:45:06.356Z | Checking is-terminal v0.4.7 |
679 | 2023-08-17T05:45:06.382Z | Checking serde_path_to_error v0.1.11 |
680 | 2023-08-17T05:45:06.500Z | Checking hex v0.4.3 |
681 | 2023-08-17T05:45:07.338Z | Compiling strum_macros v0.24.3 |
682 | 2023-08-17T05:45:07.876Z | Checking sha1 v0.10.5 |
683 | 2023-08-17T05:45:08.272Z | Compiling num-bigint v0.4.3 |
684 | 2023-08-17T05:45:08.405Z | Compiling slog-dtrace v0.2.3 |
685 | 2023-08-17T05:45:08.474Z | Compiling proc-macro-error v1.0.4 |
686 | 2023-08-17T05:45:08.942Z | Checking instant v0.1.12 |
687 | 2023-08-17T05:45:09.031Z | Checking anstyle-query v1.0.0 |
688 | 2023-08-17T05:45:09.084Z | Checking anstyle v1.0.0 |
689 | 2023-08-17T05:45:09.102Z | Checking arc-swap v1.6.0 |
690 | 2023-08-17T05:45:09.207Z | Checking colorchoice v1.0.0 |
691 | 2023-08-17T05:45:09.223Z | Checking debug-ignore v1.0.5 |
692 | 2023-08-17T05:45:09.425Z | Checking static_assertions v1.1.0 |
693 | 2023-08-17T05:45:09.443Z | Compiling rustls v0.20.8 |
694 | 2023-08-17T05:45:09.548Z | Checking backoff v0.4.0 |
695 | 2023-08-17T05:45:09.661Z | Checking anstream v0.3.1 |
696 | 2023-08-17T05:45:09.845Z | Checking slog-scope v4.4.0 |
697 | 2023-08-17T05:45:10.168Z | Checking serde_with v2.3.2 |
698 | 2023-08-17T05:45:10.180Z | Checking steno v0.3.1 |
699 | 2023-08-17T05:45:10.207Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes#0a097945) |
700 | 2023-08-17T05:45:10.413Z | Checking tokio-postgres v0.7.7 |
701 | 2023-08-17T05:45:10.559Z | Checking macaddr v1.0.1 |
702 | 2023-08-17T05:45:11.528Z | Compiling parse-display-derive v0.7.0 |
703 | 2023-08-17T05:45:11.695Z | Checking ipnetwork v0.20.0 |
704 | 2023-08-17T05:45:11.744Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#09fe4714) |
705 | 2023-08-17T05:45:12.174Z | Checking inout v0.1.3 |
706 | 2023-08-17T05:45:12.442Z | Compiling num-iter v0.1.43 |
707 | 2023-08-17T05:45:12.986Z | Compiling num-rational v0.4.1 |
708 | 2023-08-17T05:45:13.098Z | Checking clap_lex v0.5.0 |
709 | 2023-08-17T05:45:13.424Z | Checking strum v0.24.1 |
710 | 2023-08-17T05:45:13.483Z | Checking termcolor v1.1.3 |
711 | 2023-08-17T05:45:13.541Z | Compiling radium v0.7.0 |
712 | 2023-08-17T05:45:13.644Z | Checking clap_builder v4.3.0 |
713 | 2023-08-17T05:45:13.889Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#6cc08a71) |
714 | 2023-08-17T05:45:14.004Z | Checking cipher v0.4.3 |
715 | 2023-08-17T05:45:14.369Z | Checking nix v0.26.1 |
716 | 2023-08-17T05:45:15.516Z | Checking slog-stdlog v4.1.1 |
717 | 2023-08-17T05:45:15.711Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#7f571c6c) |
718 | 2023-08-17T05:45:15.750Z | Compiling serde_repr v0.1.10 |
719 | 2023-08-17T05:45:15.754Z | Compiling clap_derive v4.3.0 |
720 | 2023-08-17T05:45:16.278Z | Checking hashlink v0.8.1 |
721 | 2023-08-17T05:45:17.222Z | Checking fastrand v1.8.0 |
722 | 2023-08-17T05:45:17.669Z | Checking os_str_bytes v6.4.1 |
723 | 2023-08-17T05:45:17.687Z | Checking bitflags v2.1.0 |
724 | 2023-08-17T05:45:17.896Z | Checking tap v1.0.1 |
725 | 2023-08-17T05:45:18.096Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
726 | 2023-08-17T05:45:18.115Z | Checking parse-display v0.7.0 |
727 | 2023-08-17T05:45:18.132Z | Compiling portable-atomic v0.3.19 |
728 | 2023-08-17T05:45:18.172Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys#b1a9fb85) |
729 | 2023-08-17T05:45:18.344Z | Checking fallible-streaming-iterator v0.1.9 |
730 | 2023-08-17T05:45:18.655Z | Checking clap_lex v0.2.4 |
731 | 2023-08-17T05:45:18.670Z | Checking rusqlite v0.29.0 |
732 | 2023-08-17T05:45:18.717Z | Checking wyz v0.5.1 |
733 | 2023-08-17T05:45:19.003Z | Checking tempfile v3.5.0 |
734 | 2023-08-17T05:45:19.358Z | Checking slog-envlogger v2.2.0 |
735 | 2023-08-17T05:45:19.498Z | Compiling clap_derive v3.2.24 |
736 | 2023-08-17T05:45:19.870Z | Checking twox-hash v1.6.3 |
737 | 2023-08-17T05:45:19.933Z | Compiling num_enum_derive v0.6.1 |
738 | 2023-08-17T05:45:20.098Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=175a8cee9d08a3791a89a32a22844f04ad025c31#175a8cee) |
739 | 2023-08-17T05:45:20.556Z | Checking num-complex v0.4.2 |
740 | 2023-08-17T05:45:20.804Z | Checking regress v0.5.0 |
741 | 2023-08-17T05:45:21.046Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#09fe4714) |
742 | 2023-08-17T05:45:21.352Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#6cc08a71) |
743 | 2023-08-17T05:45:21.535Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#56da9799) |
744 | 2023-08-17T05:45:22.501Z | Checking universal-hash v0.5.0 |
745 | 2023-08-17T05:45:22.755Z | Checking textwrap v0.16.0 |
746 | 2023-08-17T05:45:22.912Z | Checking opaque-debug v0.3.0 |
747 | 2023-08-17T05:45:23.024Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys?branch=main#b1a9fb85) |
748 | 2023-08-17T05:45:23.256Z | Checking funty v2.0.0 |
749 | 2023-08-17T05:45:23.580Z | Checking polyval v0.6.0 |
750 | 2023-08-17T05:45:23.696Z | Checking num_enum v0.6.1 |
751 | 2023-08-17T05:45:23.907Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#09fe4714) |
752 | 2023-08-17T05:45:23.941Z | Checking num v0.4.0 |
753 | 2023-08-17T05:45:23.945Z | Checking clap v4.3.0 |
754 | 2023-08-17T05:45:24.753Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0) |
755 | 2023-08-17T05:45:24.968Z | Checking bitvec v1.0.1 |
756 | 2023-08-17T05:45:25.029Z | Checking aes v0.8.2 |
757 | 2023-08-17T05:45:25.378Z | Checking ctr v0.9.2 |
758 | 2023-08-17T05:45:25.802Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
759 | 2023-08-17T05:45:25.839Z | Checking bincode v1.3.3 |
760 | 2023-08-17T05:45:26.252Z | Checking console v0.15.4 |
761 | 2023-08-17T05:45:26.318Z | Compiling async-recursion v0.3.2 |
762 | 2023-08-17T05:45:26.460Z | Checking colored v2.0.0 |
763 | 2023-08-17T05:45:26.864Z | Checking sha-1 v0.10.1 |
764 | 2023-08-17T05:45:27.083Z | Checking aead v0.5.1 |
765 | 2023-08-17T05:45:27.087Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=175a8cee9d08a3791a89a32a22844f04ad025c31#175a8cee) |
766 | 2023-08-17T05:45:27.256Z | Checking matches v0.1.10 |
767 | 2023-08-17T05:45:27.273Z | Checking zeroize v1.3.0 |
768 | 2023-08-17T05:45:27.369Z | Checking utf-8 v0.7.6 |
769 | 2023-08-17T05:45:27.389Z | Checking humantime v2.1.0 |
770 | 2023-08-17T05:45:27.480Z | Checking clap v3.2.24 |
771 | 2023-08-17T05:45:27.594Z | Checking number_prefix v0.4.0 |
772 | 2023-08-17T05:45:27.611Z | Compiling erased-serde v0.3.24 |
773 | 2023-08-17T05:45:27.652Z | Checking pretty-hex v0.2.1 |
774 | 2023-08-17T05:45:27.799Z | Checking either v1.8.0 |
775 | 2023-08-17T05:45:27.862Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
776 | 2023-08-17T05:45:27.865Z | Checking indicatif v0.17.3 |
777 | 2023-08-17T05:45:28.059Z | Checking env_logger v0.9.3 |
778 | 2023-08-17T05:45:28.226Z | Checking tungstenite v0.17.3 |
779 | 2023-08-17T05:45:28.244Z | Checking itertools v0.11.0 |
780 | 2023-08-17T05:45:28.471Z | Checking aes-gcm-siv v0.11.1 |
781 | 2023-08-17T05:45:28.785Z | Checking idna v0.2.3 |
782 | 2023-08-17T05:45:28.905Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
783 | 2023-08-17T05:45:29.196Z | Compiling bitstruct_derive v0.1.0 |
784 | 2023-08-17T05:45:29.579Z | Compiling enum-as-inner v0.5.1 |
785 | 2023-08-17T05:45:29.599Z | Compiling async-recursion v1.0.4 |
786 | 2023-08-17T05:45:30.213Z | Checking viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
787 | 2023-08-17T05:45:30.414Z | Checking libloading v0.7.4 |
788 | 2023-08-17T05:45:30.757Z | Checking data-encoding v2.3.3 |
789 | 2023-08-17T05:45:31.362Z | Checking quick-error v1.2.3 |
790 | 2023-08-17T05:45:31.365Z | Checking ascii v1.1.0 |
791 | 2023-08-17T05:45:31.396Z | Checking ringbuffer v0.14.1 |
792 | 2023-08-17T05:45:31.417Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?rev=d59491f86668e15e92f35ffe3f94504ff4241c64#d59491f8) |
793 | 2023-08-17T05:45:31.559Z | Checking linked-hash-map v0.5.6 |
794 | 2023-08-17T05:45:31.583Z | Checking trust-dns-proto v0.22.0 |
795 | 2023-08-17T05:45:31.904Z | Checking resolv-conf v0.7.0 |
796 | 2023-08-17T05:45:31.925Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
797 | 2023-08-17T05:45:32.026Z | Checking lru-cache v0.1.2 |
798 | 2023-08-17T05:45:32.103Z | Checking bitstruct v0.1.1 |
799 | 2023-08-17T05:45:32.143Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#56da9799) |
800 | 2023-08-17T05:45:32.239Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
801 | 2023-08-17T05:45:32.284Z | Checking tokio-tungstenite v0.17.2 |
802 | 2023-08-17T05:45:32.379Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
803 | 2023-08-17T05:45:32.485Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#7251cbb0) |
804 | 2023-08-17T05:45:32.699Z | Checking p9kp v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0) |
805 | 2023-08-17T05:45:32.763Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
806 | 2023-08-17T05:45:32.943Z | Checking serde_arrays v0.1.0 |
807 | 2023-08-17T05:45:33.140Z | Compiling enum-iterator-derive v1.2.1 |
808 | 2023-08-17T05:45:33.233Z | Checking softnpu v0.1.0 (https://github.com/oxidecomputer/softnpu?rev=88f5f1334364e5580fe778c44ac0746a35927351#88f5f133) |
809 | 2023-08-17T05:45:33.251Z | Compiling const_format_proc_macros v0.2.29 |
810 | 2023-08-17T05:45:33.297Z | Checking assert_matches v1.5.0 |
811 | 2023-08-17T05:45:33.413Z | Checking propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
812 | 2023-08-17T05:45:33.999Z | Checking ron v0.7.1 |
813 | 2023-08-17T05:45:34.146Z | Checking bstr v1.6.0 |
814 | 2023-08-17T05:45:35.087Z | Checking bit_field v0.10.1 |
815 | 2023-08-17T05:45:35.442Z | Checking globset v0.4.11 |
816 | 2023-08-17T05:45:35.457Z | Checking propolis-standalone-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-standalone-config) |
817 | 2023-08-17T05:45:35.897Z | Checking ctrlc v3.2.4 |
818 | 2023-08-17T05:45:36.106Z | Checking glob v0.3.1 |
819 | 2023-08-17T05:45:36.585Z | Checking enum-iterator v1.4.1 |
820 | 2023-08-17T05:45:36.738Z | Checking const_format v0.2.30 |
821 | 2023-08-17T05:45:36.944Z | Checking trust-dns-resolver v0.22.0 |
822 | 2023-08-17T05:45:38.888Z | Checking sct v0.7.0 |
823 | 2023-08-17T05:45:39.116Z | Checking webpki v0.22.0 |
824 | 2023-08-17T05:45:39.141Z | Checking rustls-webpki v0.100.1 |
825 | 2023-08-17T05:45:39.158Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
826 | 2023-08-17T05:45:39.799Z | Checking webpki-roots v0.22.6 |
827 | 2023-08-17T05:45:44.889Z | Checking tokio-rustls v0.23.4 |
828 | 2023-08-17T05:45:45.118Z | Checking tokio-rustls v0.24.1 |
829 | 2023-08-17T05:45:45.652Z | Checking hyper-rustls v0.24.0 |
830 | 2023-08-17T05:45:46.082Z | Checking reqwest v0.11.18 |
831 | 2023-08-17T05:45:48.499Z | Checking progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#56da9799) |
832 | 2023-08-17T05:45:49.244Z | Checking progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#56da9799) |
833 | 2023-08-17T05:45:49.543Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
834 | 2023-08-17T05:45:49.580Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#09fe4714) |
835 | 2023-08-17T05:45:50.602Z | Compiling git2 v0.17.2 |
836 | 2023-08-17T05:45:51.128Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#09fe4714) |
837 | 2023-08-17T05:45:56.216Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#09fe4714) |
838 | 2023-08-17T05:45:56.219Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#09fe4714) |
839 | 2023-08-17T05:45:56.828Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
840 | 2023-08-17T05:45:57.218Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=175a8cee9d08a3791a89a32a22844f04ad025c31#175a8cee) |
841 | 2023-08-17T05:45:58.904Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=175a8cee9d08a3791a89a32a22844f04ad025c31#175a8cee) |
842 | 2023-08-17T05:45:59.951Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#09fe4714) |
843 | 2023-08-17T05:46:07.342Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
844 | 2023-08-17T05:46:16.759Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
845 | 2023-08-17T05:46:16.762Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
846 | 2023-08-17T05:46:22.644Z | Finished dev [unoptimized + debuginfo] target(s) in 2m 52s |
847 | 2023-08-17T05:46:22.873Z | |
848 | 2023-08-17T05:46:22.876Z | real 2:52.349664283 |
849 | 2023-08-17T05:46:22.879Z | user 13:46.406167356 |
850 | 2023-08-17T05:46:22.882Z | sys 2:27.471033725 |
851 | 2023-08-17T05:46:22.885Z | trap 0.616621954 |
852 | 2023-08-17T05:46:22.889Z | tflt 5.333096014 |
853 | 2023-08-17T05:46:22.892Z | dflt 8.951305921 |
854 | 2023-08-17T05:46:22.895Z | kflt 0.036711245 |
855 | 2023-08-17T05:46:22.898Z | lock 18:32.700132207 |
856 | 2023-08-17T05:46:22.901Z | slp 44:45.875871579 |
857 | 2023-08-17T05:46:22.903Z | lat 52.006768336 |
858 | 2023-08-17T05:46:22.906Z | stop 2:03.714891804 |
859 | 2023-08-17T05:46:22.909Z | + banner build |
860 | 2023-08-17T05:46:22.912Z | |
861 | 2023-08-17T05:46:22.915Z | ##### # # # # ##### |
862 | 2023-08-17T05:46:22.917Z | # # # # # # # # |
863 | 2023-08-17T05:46:22.920Z | ##### # # # # # # |
864 | 2023-08-17T05:46:22.923Z | # # # # # # # # |
865 | 2023-08-17T05:46:22.926Z | # # # # # # # # |
866 | 2023-08-17T05:46:22.929Z | ##### #### # ###### ##### |
867 | 2023-08-17T05:46:22.932Z | |
868 | 2023-08-17T05:46:22.934Z | + ptime -m cargo build --features falcon --release -p propolis-server -p propolis-cli |
869 | 2023-08-17T05:46:23.567Z | Compiling proc-macro2 v1.0.63 |
870 | 2023-08-17T05:46:23.570Z | Compiling quote v1.0.30 |
871 | 2023-08-17T05:46:23.572Z | Compiling unicode-ident v1.0.11 |
872 | 2023-08-17T05:46:23.575Z | Compiling libc v0.2.147 |
873 | 2023-08-17T05:46:23.578Z | Compiling serde v1.0.164 |
874 | 2023-08-17T05:46:23.581Z | Compiling version_check v0.9.4 |
875 | 2023-08-17T05:46:23.584Z | Compiling cfg-if v1.0.0 |
876 | 2023-08-17T05:46:23.586Z | Compiling autocfg v1.1.0 |
877 | 2023-08-17T05:46:23.707Z | Compiling syn v1.0.107 |
878 | 2023-08-17T05:46:23.839Z | Compiling thiserror v1.0.40 |
879 | 2023-08-17T05:46:24.430Z | Compiling once_cell v1.18.0 |
880 | 2023-08-17T05:46:24.653Z | Compiling memchr v2.5.0 |
881 | 2023-08-17T05:46:24.757Z | Compiling log v0.4.17 |
882 | 2023-08-17T05:46:24.820Z | Compiling serde_json v1.0.99 |
883 | 2023-08-17T05:46:25.178Z | Compiling itoa v1.0.5 |
884 | 2023-08-17T05:46:25.185Z | Compiling num-traits v0.2.15 |
885 | 2023-08-17T05:46:25.347Z | Compiling ahash v0.7.6 |
886 | 2023-08-17T05:46:25.506Z | Compiling pin-project-lite v0.2.9 |
887 | 2023-08-17T05:46:25.664Z | Compiling lock_api v0.4.9 |
888 | 2023-08-17T05:46:25.961Z | Compiling smallvec v1.10.0 |
889 | 2023-08-17T05:46:26.174Z | Compiling parking_lot_core v0.9.6 |
890 | 2023-08-17T05:46:26.655Z | Compiling syn v2.0.27 |
891 | 2023-08-17T05:46:26.834Z | Compiling getrandom v0.2.8 |
892 | 2023-08-17T05:46:26.892Z | Compiling jobserver v0.1.25 |
893 | 2023-08-17T05:46:27.158Z | Compiling pkg-config v0.3.26 |
894 | 2023-08-17T05:46:27.254Z | Compiling rand_core v0.6.4 |
895 | 2023-08-17T05:46:27.553Z | Compiling cc v1.0.78 |
896 | 2023-08-17T05:46:28.022Z | Compiling indexmap v1.9.3 |
897 | 2023-08-17T05:46:28.150Z | Compiling scopeguard v1.1.0 |
898 | 2023-08-17T05:46:28.668Z | Compiling tokio v1.29.1 |
899 | 2023-08-17T05:46:29.040Z | Compiling num_cpus v1.15.0 |
900 | 2023-08-17T05:46:29.201Z | Compiling parking_lot v0.12.1 |
901 | 2023-08-17T05:46:29.264Z | Compiling mio v0.8.8 |
902 | 2023-08-17T05:46:29.517Z | Compiling socket2 v0.4.9 |
903 | 2023-08-17T05:46:30.032Z | Compiling signal-hook-registry v1.4.0 |
904 | 2023-08-17T05:46:31.497Z | Compiling futures-core v0.3.28 |
905 | 2023-08-17T05:46:32.108Z | Compiling typenum v1.16.0 |
906 | 2023-08-17T05:46:32.392Z | Compiling ryu v1.0.12 |
907 | 2023-08-17T05:46:32.952Z | Compiling generic-array v0.14.6 |
908 | 2023-08-17T05:46:33.304Z | Compiling hashbrown v0.12.3 |
909 | 2023-08-17T05:46:33.660Z | Compiling bitflags v1.3.2 |
910 | 2023-08-17T05:46:33.736Z | Compiling futures-sink v0.3.28 |
911 | 2023-08-17T05:46:33.783Z | Compiling pin-utils v0.1.0 |
912 | 2023-08-17T05:46:33.896Z | Compiling schemars v0.8.12 |
913 | 2023-08-17T05:46:33.937Z | Compiling ring v0.16.20 |
914 | 2023-08-17T05:46:34.022Z | Compiling slab v0.4.7 |
915 | 2023-08-17T05:46:34.548Z | Compiling heck v0.4.1 |
916 | 2023-08-17T05:46:34.613Z | Compiling futures-task v0.3.28 |
917 | 2023-08-17T05:46:35.049Z | Compiling futures-channel v0.3.28 |
918 | 2023-08-17T05:46:35.232Z | Compiling ahash v0.8.2 |
919 | 2023-08-17T05:46:35.387Z | Compiling futures-util v0.3.28 |
920 | 2023-08-17T05:46:35.853Z | Compiling slog v2.7.0 |
921 | 2023-08-17T05:46:35.995Z | Compiling futures-io v0.3.28 |
922 | 2023-08-17T05:46:36.354Z | Compiling time v0.1.45 |
923 | 2023-08-17T05:46:36.498Z | Compiling iana-time-zone v0.1.53 |
924 | 2023-08-17T05:46:36.572Z | Compiling unicode-xid v0.2.4 |
925 | 2023-08-17T05:46:36.724Z | Compiling tinyvec_macros v0.1.0 |
926 | 2023-08-17T05:46:36.802Z | Compiling untrusted v0.7.1 |
927 | 2023-08-17T05:46:36.834Z | Compiling spin v0.5.2 |
928 | 2023-08-17T05:46:37.174Z | Compiling tinyvec v1.6.0 |
929 | 2023-08-17T05:46:38.791Z | Compiling serde_derive_internals v0.26.0 |
930 | 2023-08-17T05:46:39.570Z | Compiling crypto-common v0.1.6 |
931 | 2023-08-17T05:46:40.683Z | Compiling unicode-normalization v0.1.22 |
932 | 2023-08-17T05:46:42.264Z | Compiling tracing-core v0.1.30 |
933 | 2023-08-17T05:46:42.829Z | Compiling byteorder v1.4.3 |
934 | 2023-08-17T05:46:42.877Z | Compiling unicode-bidi v0.3.8 |
935 | 2023-08-17T05:46:43.610Z | Compiling time-core v0.1.1 |
936 | 2023-08-17T05:46:43.708Z | Compiling ucd-trie v0.1.5 |
937 | 2023-08-17T05:46:43.849Z | Compiling subtle v2.4.1 |
938 | 2023-08-17T05:46:44.240Z | Compiling time-macros v0.2.9 |
939 | 2023-08-17T05:46:44.521Z | Compiling synstructure v0.12.6 |
940 | 2023-08-17T05:46:44.703Z | Compiling fnv v1.0.7 |
941 | 2023-08-17T05:46:44.907Z | Compiling percent-encoding v2.3.0 |
942 | 2023-08-17T05:46:45.781Z | Compiling ppv-lite86 v0.2.17 |
943 | 2023-08-17T05:46:46.240Z | Compiling serde_derive v1.0.164 |
944 | 2023-08-17T05:46:46.728Z | Compiling thiserror-impl v1.0.40 |
945 | 2023-08-17T05:46:46.803Z | Compiling tokio-macros v2.1.0 |
946 | 2023-08-17T05:46:47.061Z | Compiling futures-macro v0.3.28 |
947 | 2023-08-17T05:46:47.112Z | Compiling dyn-clone v1.0.10 |
948 | 2023-08-17T05:46:47.554Z | Compiling rand_chacha v0.3.1 |
949 | 2023-08-17T05:46:47.619Z | Compiling block-buffer v0.10.3 |
950 | 2023-08-17T05:46:48.090Z | Compiling openssl-sys v0.9.90 |
951 | 2023-08-17T05:46:48.761Z | Compiling schemars_derive v0.8.12 |
952 | 2023-08-17T05:46:49.426Z | Compiling tracing-attributes v0.1.23 |
953 | 2023-08-17T05:46:49.466Z | Compiling zerocopy-derive v0.2.0 |
954 | 2023-08-17T05:46:49.555Z | Compiling aho-corasick v1.0.2 |
955 | 2023-08-17T05:46:50.861Z | Compiling httparse v1.8.0 |
956 | 2023-08-17T05:46:51.578Z | Compiling regex-syntax v0.7.4 |
957 | 2023-08-17T05:46:51.973Z | Compiling pest v2.6.0 |
958 | 2023-08-17T05:46:52.504Z | Compiling cpufeatures v0.2.5 |
959 | 2023-08-17T05:46:54.595Z | Compiling rand v0.8.5 |
960 | 2023-08-17T05:46:55.282Z | Compiling tracing v0.1.37 |
961 | 2023-08-17T05:46:55.816Z | Compiling digest v0.10.6 |
962 | 2023-08-17T05:46:56.461Z | Compiling pest_meta v2.6.0 |
963 | 2023-08-17T05:46:56.553Z | Compiling form_urlencoded v1.1.0 |
964 | 2023-08-17T05:46:57.520Z | Compiling regex-automata v0.3.3 |
965 | 2023-08-17T05:46:57.593Z | Compiling atty v0.2.14 |
966 | 2023-08-17T05:46:57.787Z | Compiling usdt-impl v0.3.5 |
967 | 2023-08-17T05:46:58.379Z | Compiling pest_generator v2.6.0 |
968 | 2023-08-17T05:46:58.595Z | Compiling hashbrown v0.13.2 |
969 | 2023-08-17T05:47:01.577Z | Compiling async-trait v0.1.72 |
970 | 2023-08-17T05:47:03.031Z | Compiling pest_derive v2.6.0 |
971 | 2023-08-17T05:47:03.101Z | Compiling anyhow v1.0.71 |
972 | 2023-08-17T05:47:03.939Z | Compiling num_threads v0.1.6 |
973 | 2023-08-17T05:47:04.047Z | Compiling crossbeam-utils v0.8.14 |
974 | 2023-08-17T05:47:04.120Z | Compiling lazy_static v1.4.0 |
975 | 2023-08-17T05:47:04.329Z | Compiling regex v1.9.1 |
976 | 2023-08-17T05:47:04.491Z | Compiling time v0.3.21 |
977 | 2023-08-17T05:47:04.897Z | Compiling zerocopy v0.3.0 |
978 | 2023-08-17T05:47:06.268Z | Compiling regress v0.6.0 |
979 | 2023-08-17T05:47:09.452Z | Compiling idna v0.3.0 |
980 | 2023-08-17T05:47:10.136Z | Compiling bytes v1.4.0 |
981 | 2023-08-17T05:47:15.345Z | Compiling chrono v0.4.26 |
982 | 2023-08-17T05:47:15.551Z | Compiling uuid v1.4.0 |
983 | 2023-08-17T05:47:16.316Z | Compiling http v0.2.9 |
984 | 2023-08-17T05:47:21.315Z | Compiling toml v0.5.11 |
985 | 2023-08-17T05:47:24.664Z | Compiling proc-macro-crate v1.2.1 |
986 | 2023-08-17T05:47:26.780Z | Compiling tokio-util v0.7.4 |
987 | 2023-08-17T05:47:26.844Z | Compiling serde_tokenstream v0.2.0 |
988 | 2023-08-17T05:47:27.279Z | Compiling dirs-sys-next v0.1.2 |
989 | 2023-08-17T05:47:27.737Z | Compiling rustversion v1.0.14 |
990 | 2023-08-17T05:47:28.763Z | Compiling openssl v0.10.55 |
991 | 2023-08-17T05:47:29.136Z | Compiling rustls v0.21.2 |
992 | 2023-08-17T05:47:29.197Z | Compiling try-lock v0.2.4 |
993 | 2023-08-17T05:47:29.416Z | Compiling foreign-types-shared v0.1.1 |
994 | 2023-08-17T05:47:29.504Z | Compiling base64 v0.21.2 |
995 | 2023-08-17T05:47:29.565Z | Compiling foreign-types v0.3.2 |
996 | 2023-08-17T05:47:29.665Z | Compiling want v0.3.0 |
997 | 2023-08-17T05:47:29.755Z | Compiling h2 v0.3.19 |
998 | 2023-08-17T05:47:30.125Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#6cc08a71) |
999 | 2023-08-17T05:47:31.083Z | Compiling dirs-next v2.0.0 |
1000 | 2023-08-17T05:47:31.619Z | Compiling http-body v0.4.5 |
1001 | 2023-08-17T05:47:32.250Z | Compiling url v2.3.1 |
1002 | 2023-08-17T05:47:32.305Z | Compiling dof v0.1.5 |
1003 | 2023-08-17T05:47:36.482Z | Compiling dtrace-parser v0.1.14 |
1004 | 2023-08-17T05:47:37.736Z | Compiling openssl-macros v0.1.0 |
1005 | 2023-08-17T05:47:39.101Z | Compiling thread-id v4.0.0 |
1006 | 2023-08-17T05:47:39.216Z | Compiling thread_local v1.1.4 |
1007 | 2023-08-17T05:47:39.227Z | Compiling tower-service v0.3.2 |
1008 | 2023-08-17T05:47:39.389Z | Compiling native-tls v0.2.11 |
1009 | 2023-08-17T05:47:39.981Z | Compiling semver v1.0.17 |
1010 | 2023-08-17T05:47:40.792Z | Compiling httpdate v1.0.2 |
1011 | 2023-08-17T05:47:41.542Z | Compiling slog-async v2.7.0 |
1012 | 2023-08-17T05:47:42.437Z | Compiling hyper v0.14.26 |
1013 | 2023-08-17T05:47:48.386Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#6cc08a71) |
1014 | 2023-08-17T05:47:52.572Z | Compiling crossbeam-channel v0.5.6 |
1015 | 2023-08-17T05:47:55.820Z | Compiling term v0.7.0 |
1016 | 2023-08-17T05:47:57.536Z | Compiling rustls-pemfile v1.0.3 |
1017 | 2023-08-17T05:47:58.393Z | Compiling serde_tokenstream v0.1.6 |
1018 | 2023-08-17T05:47:59.268Z | Compiling openssl-probe v0.1.5 |
1019 | 2023-08-17T05:48:00.158Z | Compiling unicode-width v0.1.10 |
1020 | 2023-08-17T05:48:00.177Z | Compiling take_mut v0.2.2 |
1021 | 2023-08-17T05:48:03.228Z | Compiling slog-term v2.9.0 |
1022 | 2023-08-17T05:48:04.445Z | Compiling base64 v0.13.1 |
1023 | 2023-08-17T05:48:05.640Z | Compiling io-lifetimes v1.0.3 |
1024 | 2023-08-17T05:48:05.698Z | Compiling ipnet v2.7.1 |
1025 | 2023-08-17T05:48:05.945Z | Compiling encoding_rs v0.8.31 |
1026 | 2023-08-17T05:48:06.463Z | Compiling tokio-native-tls v0.3.0 |
1027 | 2023-08-17T05:48:06.835Z | Compiling usdt-macro v0.3.5 |
1028 | 2023-08-17T05:48:06.886Z | Compiling usdt-attr-macro v0.3.5 |
1029 | 2023-08-17T05:48:08.871Z | Compiling num_enum_derive v0.5.11 |
1030 | 2023-08-17T05:48:09.205Z | Compiling serde_urlencoded v0.7.1 |
1031 | 2023-08-17T05:48:10.205Z | Compiling futures-executor v0.3.28 |
1032 | 2023-08-17T05:48:10.644Z | Compiling match_cfg v0.1.0 |
1033 | 2023-08-17T05:48:11.865Z | Compiling rustix v0.37.3 |
1034 | 2023-08-17T05:48:12.330Z | Compiling hostname v0.3.1 |
1035 | 2023-08-17T05:48:12.762Z | Compiling getopts v0.2.21 |
1036 | 2023-08-17T05:48:12.899Z | Compiling num_enum v0.5.11 |
1037 | 2023-08-17T05:48:12.907Z | Compiling futures v0.3.28 |
1038 | 2023-08-17T05:48:13.043Z | Compiling hyper-tls v0.5.0 |
1039 | 2023-08-17T05:48:13.200Z | Compiling openapiv3 v1.0.2 |
1040 | 2023-08-17T05:48:13.248Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#6cc08a71) |
1041 | 2023-08-17T05:48:17.221Z | Compiling usdt v0.3.5 |
1042 | 2023-08-17T05:48:18.360Z | Compiling libz-sys v1.1.8 |
1043 | 2023-08-17T05:48:19.249Z | Compiling errno v0.3.0 |
1044 | 2023-08-17T05:48:19.711Z | Compiling fallible-iterator v0.2.0 |
1045 | 2023-08-17T05:48:20.923Z | Compiling unsafe-libyaml v0.2.5 |
1046 | 2023-08-17T05:48:23.917Z | Compiling mime v0.3.16 |
1047 | 2023-08-17T05:48:25.936Z | Compiling serde_yaml v0.9.17 |
1048 | 2023-08-17T05:48:29.347Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#56da9799) |
1049 | 2023-08-17T05:48:32.308Z | Compiling toml_datetime v0.6.2 |
1050 | 2023-08-17T05:48:32.317Z | Compiling serde_spanned v0.6.2 |
1051 | 2023-08-17T05:48:32.763Z | Compiling winnow v0.4.6 |
1052 | 2023-08-17T05:48:33.565Z | Compiling semver v0.1.20 |
1053 | 2023-08-17T05:48:33.872Z | Compiling ident_case v1.0.1 |
1054 | 2023-08-17T05:48:34.119Z | Compiling strsim v0.10.0 |
1055 | 2023-08-17T05:48:34.564Z | Compiling darling_core v0.14.2 |
1056 | 2023-08-17T05:48:35.166Z | Compiling rustc_version v0.1.7 |
1057 | 2023-08-17T05:48:37.636Z | Compiling slog-json v2.6.1 |
1058 | 2023-08-17T05:48:38.509Z | Compiling toml_edit v0.19.10 |
1059 | 2023-08-17T05:48:38.813Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1060 | 2023-08-17T05:48:40.105Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#56da9799) |
1061 | 2023-08-17T05:48:43.928Z | Compiling darling_macro v0.14.2 |
1062 | 2023-08-17T05:48:44.601Z | Compiling toml v0.7.4 |
1063 | 2023-08-17T05:48:53.751Z | Compiling slog-bunyan v2.4.0 |
1064 | 2023-08-17T05:48:54.152Z | Compiling newtype_derive v0.1.6 |
1065 | 2023-08-17T05:48:54.976Z | Compiling hmac v0.12.1 |
1066 | 2023-08-17T05:48:55.313Z | Compiling sha2 v0.10.6 |
1067 | 2023-08-17T05:49:01.641Z | Compiling md-5 v0.10.5 |
1068 | 2023-08-17T05:49:02.015Z | Compiling structmeta-derive v0.1.5 |
1069 | 2023-08-17T05:49:06.760Z | Compiling stringprep v0.1.2 |
1070 | 2023-08-17T05:49:08.387Z | Compiling num-integer v0.1.45 |
1071 | 2023-08-17T05:49:08.911Z | Compiling siphasher v0.3.10 |
1072 | 2023-08-17T05:49:09.813Z | Compiling camino v1.1.4 |
1073 | 2023-08-17T05:49:10.752Z | Compiling paste v1.0.12 |
1074 | 2023-08-17T05:49:11.695Z | Compiling phf_shared v0.11.1 |
1075 | 2023-08-17T05:49:12.356Z | Compiling postgres-protocol v0.6.4 |
1076 | 2023-08-17T05:49:12.425Z | Compiling structmeta v0.1.5 |
1077 | 2023-08-17T05:49:16.928Z | Compiling darling v0.14.2 |
1078 | 2023-08-17T05:49:16.931Z | Compiling vergen v8.2.1 |
1079 | 2023-08-17T05:49:17.301Z | Compiling async-stream-impl v0.3.5 |
1080 | 2023-08-17T05:49:17.443Z | Compiling proc-macro-error-attr v1.0.4 |
1081 | 2023-08-17T05:49:17.973Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#31f7ab94) |
1082 | 2023-08-17T05:49:18.039Z | Compiling regex-syntax v0.6.28 |
1083 | 2023-08-17T05:49:18.501Z | Compiling atomic-waker v1.1.1 |
1084 | 2023-08-17T05:49:18.765Z | Compiling vcpkg v0.2.15 |
1085 | 2023-08-17T05:49:19.531Z | Compiling fixedbitset v0.4.2 |
1086 | 2023-08-17T05:49:19.594Z | Compiling async-stream v0.3.5 |
1087 | 2023-08-17T05:49:20.225Z | Compiling petgraph v0.6.2 |
1088 | 2023-08-17T05:49:21.754Z | Compiling libsqlite3-sys v0.26.0 |
1089 | 2023-08-17T05:49:22.567Z | Compiling waitgroup v0.1.2 |
1090 | 2023-08-17T05:49:24.187Z | Compiling serde_with_macros v2.3.2 |
1091 | 2023-08-17T05:49:27.464Z | Compiling parse-display-derive v0.7.0 |
1092 | 2023-08-17T05:49:28.096Z | Compiling rustc_version v0.4.0 |
1093 | 2023-08-17T05:49:28.164Z | Compiling postgres-types v0.2.4 |
1094 | 2023-08-17T05:49:29.122Z | Compiling phf v0.11.1 |
1095 | 2023-08-17T05:49:32.262Z | Compiling strum_macros v0.24.3 |
1096 | 2023-08-17T05:49:32.374Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#31f7ab94) |
1097 | 2023-08-17T05:49:32.656Z | Compiling hex v0.4.3 |
1098 | 2023-08-17T05:49:32.853Z | Compiling serde_path_to_error v0.1.11 |
1099 | 2023-08-17T05:49:33.835Z | Compiling sha1 v0.10.5 |
1100 | 2023-08-17T05:49:34.031Z | Compiling memoffset v0.7.1 |
1101 | 2023-08-17T05:49:34.460Z | Compiling num-bigint v0.4.3 |
1102 | 2023-08-17T05:49:34.599Z | Compiling proc-macro-error v1.0.4 |
1103 | 2023-08-17T05:49:34.602Z | Compiling slog-dtrace v0.2.3 |
1104 | 2023-08-17T05:49:35.139Z | Compiling sct v0.7.0 |
1105 | 2023-08-17T05:49:35.142Z | Compiling webpki v0.22.0 |
1106 | 2023-08-17T05:49:35.260Z | Compiling rustls-webpki v0.100.1 |
1107 | 2023-08-17T05:49:35.295Z | Compiling instant v0.1.12 |
1108 | 2023-08-17T05:49:35.503Z | Compiling debug-ignore v1.0.5 |
1109 | 2023-08-17T05:49:35.704Z | Compiling rustls v0.20.8 |
1110 | 2023-08-17T05:49:35.883Z | Compiling webpki-roots v0.22.6 |
1111 | 2023-08-17T05:49:36.042Z | Compiling arc-swap v1.6.0 |
1112 | 2023-08-17T05:49:37.392Z | Compiling utf8parse v0.2.1 |
1113 | 2023-08-17T05:49:37.661Z | Compiling anstyle-parse v0.2.0 |
1114 | 2023-08-17T05:49:38.085Z | Compiling slog-scope v4.4.0 |
1115 | 2023-08-17T05:49:38.192Z | Compiling strum v0.24.1 |
1116 | 2023-08-17T05:49:38.333Z | Compiling backoff v0.4.0 |
1117 | 2023-08-17T05:49:39.092Z | Compiling parse-display v0.7.0 |
1118 | 2023-08-17T05:49:39.239Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes#0a097945) |
1119 | 2023-08-17T05:49:39.426Z | Compiling tokio-postgres v0.7.7 |
1120 | 2023-08-17T05:49:39.452Z | Compiling serde_with v2.3.2 |
1121 | 2023-08-17T05:49:39.496Z | Compiling steno v0.3.1 |
1122 | 2023-08-17T05:49:41.113Z | Compiling is-terminal v0.4.7 |
1123 | 2023-08-17T05:49:41.271Z | Compiling macaddr v1.0.1 |
1124 | 2023-08-17T05:49:42.076Z | Compiling ipnetwork v0.20.0 |
1125 | 2023-08-17T05:49:42.503Z | Compiling tokio-rustls v0.24.1 |
1126 | 2023-08-17T05:49:43.187Z | Compiling hyper-rustls v0.24.0 |
1127 | 2023-08-17T05:49:43.739Z | Compiling reqwest v0.11.18 |
1128 | 2023-08-17T05:49:44.969Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#09fe4714) |
1129 | 2023-08-17T05:49:46.283Z | Compiling inout v0.1.3 |
1130 | 2023-08-17T05:49:46.612Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#56da9799) |
1131 | 2023-08-17T05:49:47.071Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#56da9799) |
1132 | 2023-08-17T05:49:47.360Z | Compiling num-iter v0.1.43 |
1133 | 2023-08-17T05:49:47.907Z | Compiling num-rational v0.4.1 |
1134 | 2023-08-17T05:49:48.470Z | Compiling radium v0.7.0 |
1135 | 2023-08-17T05:49:49.204Z | Compiling termcolor v1.1.3 |
1136 | 2023-08-17T05:49:49.229Z | Compiling static_assertions v1.1.0 |
1137 | 2023-08-17T05:49:49.405Z | Compiling colorchoice v1.0.0 |
1138 | 2023-08-17T05:49:49.647Z | Compiling anstyle-query v1.0.0 |
1139 | 2023-08-17T05:49:49.847Z | Compiling anstyle v1.0.0 |
1140 | 2023-08-17T05:49:50.837Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#09fe4714) |
1141 | 2023-08-17T05:49:51.028Z | Compiling anstream v0.3.1 |
1142 | 2023-08-17T05:49:53.436Z | Compiling cipher v0.4.3 |
1143 | 2023-08-17T05:49:58.766Z | Compiling slog-stdlog v4.1.1 |
1144 | 2023-08-17T05:50:00.822Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#7f571c6c) |
1145 | 2023-08-17T05:50:01.619Z | Compiling serde_repr v0.1.10 |
1146 | 2023-08-17T05:50:03.573Z | Compiling hashlink v0.8.1 |
1147 | 2023-08-17T05:50:04.773Z | Compiling clap_lex v0.5.0 |
1148 | 2023-08-17T05:50:06.050Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys#b1a9fb85) |
1149 | 2023-08-17T05:50:06.561Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1150 | 2023-08-17T05:50:07.096Z | Compiling tap v1.0.1 |
1151 | 2023-08-17T05:50:07.355Z | Compiling portable-atomic v0.3.19 |
1152 | 2023-08-17T05:50:08.821Z | Compiling os_str_bytes v6.4.1 |
1153 | 2023-08-17T05:50:09.882Z | Compiling fastrand v1.8.0 |
1154 | 2023-08-17T05:50:11.280Z | Compiling fallible-streaming-iterator v0.1.9 |
1155 | 2023-08-17T05:50:11.494Z | Compiling bitflags v2.1.0 |
1156 | 2023-08-17T05:50:11.682Z | Compiling rusqlite v0.29.0 |
1157 | 2023-08-17T05:50:11.783Z | Compiling tempfile v3.5.0 |
1158 | 2023-08-17T05:50:14.642Z | Compiling clap_lex v0.2.4 |
1159 | 2023-08-17T05:50:16.552Z | Compiling wyz v0.5.1 |
1160 | 2023-08-17T05:50:17.303Z | Compiling tokio-rustls v0.23.4 |
1161 | 2023-08-17T05:50:17.986Z | Compiling clap_builder v4.3.0 |
1162 | 2023-08-17T05:50:21.125Z | Compiling slog-envlogger v2.2.0 |
1163 | 2023-08-17T05:50:22.638Z | Compiling nix v0.26.1 |
1164 | 2023-08-17T05:50:24.681Z | Compiling clap_derive v3.2.24 |
1165 | 2023-08-17T05:50:25.401Z | Compiling twox-hash v1.6.3 |
1166 | 2023-08-17T05:50:26.141Z | Compiling regress v0.5.0 |
1167 | 2023-08-17T05:50:27.524Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=175a8cee9d08a3791a89a32a22844f04ad025c31#175a8cee) |
1168 | 2023-08-17T05:50:32.762Z | Compiling num_enum_derive v0.6.1 |
1169 | 2023-08-17T05:50:32.992Z | Compiling num-complex v0.4.2 |
1170 | 2023-08-17T05:50:33.929Z | Compiling sha-1 v0.10.1 |
1171 | 2023-08-17T05:50:35.339Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#09fe4714) |
1172 | 2023-08-17T05:50:35.348Z | Compiling clap_derive v4.3.0 |
1173 | 2023-08-17T05:50:35.597Z | Compiling universal-hash v0.5.0 |
1174 | 2023-08-17T05:50:35.890Z | Compiling utf-8 v0.7.6 |
1175 | 2023-08-17T05:50:36.562Z | Compiling textwrap v0.16.0 |
1176 | 2023-08-17T05:50:36.620Z | Compiling matches v0.1.10 |
1177 | 2023-08-17T05:50:36.740Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys?branch=main#b1a9fb85) |
1178 | 2023-08-17T05:50:37.254Z | Compiling opaque-debug v0.3.0 |
1179 | 2023-08-17T05:50:37.265Z | Compiling funty v2.0.0 |
1180 | 2023-08-17T05:50:37.377Z | Compiling polyval v0.6.0 |
1181 | 2023-08-17T05:50:38.343Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#09fe4714) |
1182 | 2023-08-17T05:50:40.958Z | Compiling bitvec v1.0.1 |
1183 | 2023-08-17T05:50:41.986Z | Compiling clap v3.2.24 |
1184 | 2023-08-17T05:50:43.574Z | Compiling clap v4.3.0 |
1185 | 2023-08-17T05:50:43.723Z | Compiling idna v0.2.3 |
1186 | 2023-08-17T05:50:44.663Z | Compiling num_enum v0.6.1 |
1187 | 2023-08-17T05:50:44.888Z | Compiling tungstenite v0.17.3 |
1188 | 2023-08-17T05:50:45.989Z | Compiling num v0.4.0 |
1189 | 2023-08-17T05:50:46.134Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#09fe4714) |
1190 | 2023-08-17T05:50:51.677Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0) |
1191 | 2023-08-17T05:50:53.249Z | Compiling ctr v0.9.2 |
1192 | 2023-08-17T05:50:53.742Z | Compiling aes v0.8.2 |
1193 | 2023-08-17T05:50:54.270Z | Compiling console v0.15.4 |
1194 | 2023-08-17T05:50:54.309Z | Compiling propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
1195 | 2023-08-17T05:50:55.474Z | Compiling bincode v1.3.3 |
1196 | 2023-08-17T05:50:58.136Z | Compiling colored v2.0.0 |
1197 | 2023-08-17T05:50:58.150Z | Compiling async-recursion v0.3.2 |
1198 | 2023-08-17T05:50:59.713Z | Compiling enum-as-inner v0.5.1 |
1199 | 2023-08-17T05:50:59.855Z | Compiling aead v0.5.1 |
1200 | 2023-08-17T05:51:00.275Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=175a8cee9d08a3791a89a32a22844f04ad025c31#175a8cee) |
1201 | 2023-08-17T05:51:00.322Z | Compiling humantime v2.1.0 |
1202 | 2023-08-17T05:51:00.811Z | Compiling data-encoding v2.3.3 |
1203 | 2023-08-17T05:51:01.511Z | Compiling zeroize v1.3.0 |
1204 | 2023-08-17T05:51:01.770Z | Compiling erased-serde v0.3.24 |
1205 | 2023-08-17T05:51:01.934Z | Compiling quick-error v1.2.3 |
1206 | 2023-08-17T05:51:02.139Z | Compiling number_prefix v0.4.0 |
1207 | 2023-08-17T05:51:02.522Z | Compiling either v1.8.0 |
1208 | 2023-08-17T05:51:02.576Z | Compiling linked-hash-map v0.5.6 |
1209 | 2023-08-17T05:51:03.043Z | Compiling pretty-hex v0.2.1 |
1210 | 2023-08-17T05:51:03.194Z | Compiling lru-cache v0.1.2 |
1211 | 2023-08-17T05:51:03.375Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1212 | 2023-08-17T05:51:03.384Z | Compiling itertools v0.11.0 |
1213 | 2023-08-17T05:51:03.568Z | Compiling indicatif v0.17.3 |
1214 | 2023-08-17T05:51:03.971Z | Compiling resolv-conf v0.7.0 |
1215 | 2023-08-17T05:51:07.178Z | Compiling aes-gcm-siv v0.11.1 |
1216 | 2023-08-17T05:51:07.631Z | Compiling trust-dns-proto v0.22.0 |
1217 | 2023-08-17T05:51:08.617Z | Compiling env_logger v0.9.3 |
1218 | 2023-08-17T05:51:08.859Z | Compiling p9kp v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0) |
1219 | 2023-08-17T05:51:10.291Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?rev=d59491f86668e15e92f35ffe3f94504ff4241c64#d59491f8) |
1220 | 2023-08-17T05:51:11.051Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#09fe4714) |
1221 | 2023-08-17T05:51:14.069Z | Compiling tokio-tungstenite v0.17.2 |
1222 | 2023-08-17T05:51:14.617Z | Compiling bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
1223 | 2023-08-17T05:51:14.716Z | Compiling bitstruct_derive v0.1.0 |
1224 | 2023-08-17T05:51:14.927Z | Compiling async-recursion v1.0.4 |
1225 | 2023-08-17T05:51:15.385Z | Compiling viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
1226 | 2023-08-17T05:51:15.573Z | Compiling libloading v0.7.4 |
1227 | 2023-08-17T05:51:16.037Z | Compiling ascii v1.1.0 |
1228 | 2023-08-17T05:51:16.392Z | Compiling ringbuffer v0.14.1 |
1229 | 2023-08-17T05:51:16.702Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1230 | 2023-08-17T05:51:16.921Z | Compiling bitstruct v0.1.1 |
1231 | 2023-08-17T05:51:17.050Z | Compiling softnpu v0.1.0 (https://github.com/oxidecomputer/softnpu?rev=88f5f1334364e5580fe778c44ac0746a35927351#88f5f133) |
1232 | 2023-08-17T05:51:17.079Z | Compiling viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
1233 | 2023-08-17T05:51:17.389Z | Compiling bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
1234 | 2023-08-17T05:51:17.497Z | Compiling propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1235 | 2023-08-17T05:51:18.310Z | Compiling trust-dns-resolver v0.22.0 |
1236 | 2023-08-17T05:51:21.166Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#7251cbb0) |
1237 | 2023-08-17T05:51:21.192Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#09fe4714) |
1238 | 2023-08-17T05:51:25.006Z | Compiling dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
1239 | 2023-08-17T05:51:26.961Z | Compiling serde_arrays v0.1.0 |
1240 | 2023-08-17T05:51:27.195Z | Compiling enum-iterator-derive v1.2.1 |
1241 | 2023-08-17T05:51:28.413Z | Compiling const_format_proc_macros v0.2.29 |
1242 | 2023-08-17T05:51:30.719Z | Compiling assert_matches v1.5.0 |
1243 | 2023-08-17T05:51:30.781Z | Compiling enum-iterator v1.4.1 |
1244 | 2023-08-17T05:51:30.847Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#09fe4714) |
1245 | 2023-08-17T05:51:31.866Z | Compiling propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
1246 | 2023-08-17T05:51:31.934Z | Compiling const_format v0.2.30 |
1247 | 2023-08-17T05:51:32.806Z | Compiling ron v0.7.1 |
1248 | 2023-08-17T05:51:33.792Z | Compiling bit_field v0.10.1 |
1249 | 2023-08-17T05:51:45.681Z | Compiling propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1250 | 2023-08-17T05:51:51.509Z | Compiling git2 v0.17.2 |
1251 | 2023-08-17T05:52:01.170Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=175a8cee9d08a3791a89a32a22844f04ad025c31#175a8cee) |
1252 | 2023-08-17T05:52:02.853Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=175a8cee9d08a3791a89a32a22844f04ad025c31#175a8cee) |
1253 | 2023-08-17T05:52:13.369Z | Compiling propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1254 | 2023-08-17T05:52:25.019Z | Compiling propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1255 | 2023-08-17T05:54:04.679Z | Finished release [optimized] target(s) in 7m 41s |
1256 | 2023-08-17T05:54:04.734Z | |
1257 | 2023-08-17T05:54:04.737Z | real 7:41.855641767 |
1258 | 2023-08-17T05:54:04.740Z | user 53:34.696803942 |
1259 | 2023-08-17T05:54:04.744Z | sys 3:32.562522535 |
1260 | 2023-08-17T05:54:04.747Z | trap 2.150715755 |
1261 | 2023-08-17T05:54:04.750Z | tflt 1.475718141 |
1262 | 2023-08-17T05:54:04.753Z | dflt 2.860369339 |
1263 | 2023-08-17T05:54:04.756Z | kflt 0.000190550 |
1264 | 2023-08-17T05:54:04.758Z | lock 1:56:10.309913897 |
1265 | 2023-08-17T05:54:04.762Z | slp 2:21:44.503143191 |
1266 | 2023-08-17T05:54:04.766Z | lat 1:38.857801947 |
1267 | 2023-08-17T05:54:04.769Z | stop 41.712382817 |
1268 | 2023-08-17T05:54:04.771Z | + OUTDIR=/work/release |
1269 | 2023-08-17T05:54:04.774Z | + mkdir -p /work/release |
1270 | 2023-08-17T05:54:04.777Z | + cp target/release/propolis-cli /work/release/propolis-cli |
1271 | 2023-08-17T05:54:04.780Z | + cp target/release/propolis-server /work/release/propolis-server |
1272 | 2023-08-17T05:54:04.839Z | process exited: duration 634747 ms, exit code 0 |
|
1273 | 2023-08-17T05:54:04.846Z | found 2 output files |
1274 | 2023-08-17T05:54:04.849Z | uploading: /work/release/propolis-cli (20803936 bytes) |
1275 | 2023-08-17T05:54:06.976Z | uploaded: /work/release/propolis-cli |
1276 | 2023-08-17T05:54:07.193Z | uploading: /work/release/propolis-server (53082248 bytes) |
1277 | 2023-08-17T05:54:15.716Z | uploaded: /work/release/propolis-server |