|
|
|
1 | 2023-10-03T21:39:16.457Z | job assigned to worker 01HBVQKYSAPEWG3FRVR5K7NHVT (queued for 1 m 21 s) |
|
2 | 2023-10-03T21:39:17.462Z | starting task 0: "setup" |
3 | 2023-10-03T21:39:17.529Z | ++ uname -s |
4 | 2023-10-03T21:39:17.541Z | + kern=SunOS |
5 | 2023-10-03T21:39:17.550Z | + case "$kern" in |
6 | 2023-10-03T21:39:17.552Z | + groupadd -g 12345 build |
7 | 2023-10-03T21:39:17.555Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-10-03T21:39:19.559Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-10-03T21:39:19.650Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-10-03T21:39:19.654Z | + home_fs=zfs |
11 | 2023-10-03T21:39:19.656Z | + [[ zfs == autofs ]] |
12 | 2023-10-03T21:39:19.659Z | + mkdir -p /home/build |
13 | 2023-10-03T21:39:19.662Z | + chown build:build /home/build /work |
14 | 2023-10-03T21:39:21.658Z | + chmod 0700 /home/build /work |
15 | 2023-10-03T21:39:21.661Z | process exited: duration 4196 ms, exit code 0 |
|
16 | 2023-10-03T21:39:21.667Z | starting task 1: "rust-toolchain" |
17 | 2023-10-03T21:39:21.679Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-10-03T21:39:21.682Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
19 | 2023-10-03T21:39:21.861Z | info: downloading installer |
20 | 2023-10-03T21:39:23.076Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-10-03T21:39:23.081Z | warning: /opt/ooce/bin |
22 | 2023-10-03T21:39:23.084Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-10-03T21:39:23.087Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-10-03T21:39:23.090Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-10-03T21:39:23.094Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-10-03T21:39:23.097Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-10-03T21:39:23.101Z | error: cannot install while Rust is installed |
28 | 2023-10-03T21:39:23.105Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-10-03T21:39:23.184Z | info: profile set to 'default' |
30 | 2023-10-03T21:39:23.188Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-10-03T21:39:23.191Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
32 | 2023-10-03T21:39:23.348Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-10-03T21:39:23.363Z | info: downloading component 'cargo' |
34 | 2023-10-03T21:39:23.980Z | info: downloading component 'clippy' |
35 | 2023-10-03T21:39:24.201Z | info: downloading component 'rust-docs' |
36 | 2023-10-03T21:39:24.977Z | info: downloading component 'rust-std' |
37 | 2023-10-03T21:39:26.347Z | info: downloading component 'rustc' |
38 | 2023-10-03T21:39:29.568Z | info: downloading component 'rustfmt' |
39 | 2023-10-03T21:39:29.758Z | info: installing component 'cargo' |
40 | 2023-10-03T21:39:31.176Z | info: installing component 'clippy' |
41 | 2023-10-03T21:39:31.793Z | info: installing component 'rust-docs' |
42 | 2023-10-03T21:39:34.454Z | info: installing component 'rust-std' |
43 | 2023-10-03T21:39:38.319Z | info: installing component 'rustc' |
44 | 2023-10-03T21:39:46.998Z | info: installing component 'rustfmt' |
45 | 2023-10-03T21:39:47.445Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
46 | 2023-10-03T21:39:47.448Z | |
47 | 2023-10-03T21:39:47.582Z | stable-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-10-03T21:39:47.587Z | |
49 | 2023-10-03T21:39:47.590Z | |
50 | 2023-10-03T21:39:47.595Z | Rust is installed now. Great! |
51 | 2023-10-03T21:39:47.599Z | |
52 | 2023-10-03T21:39:47.605Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-10-03T21:39:47.609Z | environment variable. This has not been done automatically. |
54 | 2023-10-03T21:39:47.613Z | |
55 | 2023-10-03T21:39:47.617Z | To configure your current shell, run: |
56 | 2023-10-03T21:39:47.620Z | source "$HOME/.cargo/env" |
57 | 2023-10-03T21:39:47.676Z | + rustc --version |
58 | 2023-10-03T21:39:47.792Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-10-03T21:39:47.803Z | process exited: duration 26117 ms, exit code 0 |
|
60 | 2023-10-03T21:39:47.823Z | starting task 2: "authentication" |
61 | 2023-10-03T21:39:47.889Z | process exited: duration 39 ms, exit code 0 |
|
62 | 2023-10-03T21:39:47.903Z | starting task 3: "clone repository" |
63 | 2023-10-03T21:39:47.919Z | + mkdir -p /work/oxidecomputer/propolis |
64 | 2023-10-03T21:39:47.931Z | + git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis |
65 | 2023-10-03T21:39:47.988Z | Cloning into '/work/oxidecomputer/propolis'... |
66 | 2023-10-03T21:39:49.187Z | + cd /work/oxidecomputer/propolis |
67 | 2023-10-03T21:39:49.192Z | + [[ -n alan/crucible-now ]] |
68 | 2023-10-03T21:39:49.195Z | + git fetch origin alan/crucible-now |
69 | 2023-10-03T21:39:49.571Z | From https://github.com/oxidecomputer/propolis |
70 | 2023-10-03T21:39:49.574Z | * branch alan/crucible-now -> FETCH_HEAD |
71 | 2023-10-03T21:39:49.582Z | + git checkout -B alan/crucible-now remotes/origin/alan/crucible-now |
72 | 2023-10-03T21:39:49.604Z | Switched to a new branch 'alan/crucible-now' |
73 | 2023-10-03T21:39:49.607Z | branch 'alan/crucible-now' set up to track 'origin/alan/crucible-now'. |
74 | 2023-10-03T21:39:49.609Z | + git reset --hard 3776a1a943910333c060d97e1fe1a99f16674a30 |
75 | 2023-10-03T21:39:49.635Z | HEAD is now at 3776a1a A few more crucible fixes |
76 | 2023-10-03T21:39:49.639Z | process exited: duration 1729 ms, exit code 0 |
|
77 | 2023-10-03T21:39:49.650Z | starting task 4: "build" |
78 | 2023-10-03T21:39:49.662Z | + cargo --version |
79 | 2023-10-03T21:39:49.746Z | cargo 1.72.1 (103a7ff2e 2023-08-15) |
80 | 2023-10-03T21:39:49.753Z | + rustc --version |
81 | 2023-10-03T21:39:49.854Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
82 | 2023-10-03T21:39:49.866Z | + banner check |
83 | 2023-10-03T21:39:50.006Z | |
84 | 2023-10-03T21:39:50.010Z | #### # # ###### #### # # |
85 | 2023-10-03T21:39:50.013Z | # # # # # # # # # |
86 | 2023-10-03T21:39:50.016Z | # ###### ##### # #### |
87 | 2023-10-03T21:39:50.018Z | # # # # # # # |
88 | 2023-10-03T21:39:50.023Z | # # # # # # # # # |
89 | 2023-10-03T21:39:50.030Z | #### # # ###### #### # # |
90 | 2023-10-03T21:39:50.037Z | |
91 | 2023-10-03T21:39:50.044Z | + ptime -m cargo check --features falcon |
92 | 2023-10-03T21:39:50.345Z | Updating crates.io index |
93 | 2023-10-03T21:39:50.348Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
94 | 2023-10-03T21:40:00.268Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
95 | 2023-10-03T21:40:00.496Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
96 | 2023-10-03T21:40:00.651Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
97 | 2023-10-03T21:40:01.500Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
98 | 2023-10-03T21:40:01.931Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
99 | 2023-10-03T21:40:02.482Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
100 | 2023-10-03T21:40:02.868Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
101 | 2023-10-03T21:40:04.764Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
102 | 2023-10-03T21:40:05.715Z | Updating git repository `https://github.com/oxidecomputer/devinfo-sys` |
103 | 2023-10-03T21:40:06.006Z | Updating git repository `https://github.com/oxidecomputer/p4` |
104 | 2023-10-03T21:40:06.848Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
105 | 2023-10-03T21:40:07.675Z | Updating git repository `https://github.com/oxidecomputer/typify` |
106 | 2023-10-03T21:40:09.363Z | Downloading crates ... |
107 | 2023-10-03T21:40:09.693Z | Downloaded proc-macro-error-attr v1.0.4 |
108 | 2023-10-03T21:40:09.701Z | Downloaded proc-macro-crate v1.3.1 |
109 | 2023-10-03T21:40:09.708Z | Downloaded crypto-common v0.1.6 |
110 | 2023-10-03T21:40:09.719Z | Downloaded serde_arrays v0.1.0 |
111 | 2023-10-03T21:40:09.729Z | Downloaded clap_derive v4.4.0 |
112 | 2023-10-03T21:40:09.743Z | Downloaded serde_repr v0.1.16 |
113 | 2023-10-03T21:40:09.751Z | Downloaded textwrap v0.16.0 |
114 | 2023-10-03T21:40:09.762Z | Downloaded errno v0.3.2 |
115 | 2023-10-03T21:40:09.770Z | Downloaded fnv v1.0.7 |
116 | 2023-10-03T21:40:09.791Z | Downloaded form_urlencoded v1.2.0 |
117 | 2023-10-03T21:40:09.806Z | Downloaded tinyvec_macros v0.1.1 |
118 | 2023-10-03T21:40:10.265Z | Downloaded siphasher v0.3.11 |
119 | 2023-10-03T21:40:10.286Z | Downloaded tap v1.0.1 |
120 | 2023-10-03T21:40:10.331Z | Downloaded structmeta-derive v0.1.6 |
121 | 2023-10-03T21:40:10.345Z | Downloaded strum v0.25.0 |
122 | 2023-10-03T21:40:10.353Z | Downloaded take_mut v0.2.2 |
123 | 2023-10-03T21:40:10.365Z | Downloaded ascii v1.1.0 |
124 | 2023-10-03T21:40:10.382Z | Downloaded md-5 v0.10.5 |
125 | 2023-10-03T21:40:10.394Z | Downloaded foreign-types v0.3.2 |
126 | 2023-10-03T21:40:10.421Z | Downloaded cipher v0.4.4 |
127 | 2023-10-03T21:40:10.426Z | Downloaded termcolor v1.2.0 |
128 | 2023-10-03T21:40:10.443Z | Downloaded slog-async v2.8.0 |
129 | 2023-10-03T21:40:10.471Z | Downloaded quick-error v1.2.3 |
130 | 2023-10-03T21:40:10.478Z | Downloaded async-trait v0.1.73 |
131 | 2023-10-03T21:40:10.507Z | Downloaded slog-term v2.9.0 |
132 | 2023-10-03T21:40:10.537Z | Downloaded ringbuffer v0.15.0 |
133 | 2023-10-03T21:40:10.552Z | Downloaded time v0.1.45 |
134 | 2023-10-03T21:40:10.566Z | Downloaded proc-macro2 v1.0.66 |
135 | 2023-10-03T21:40:10.575Z | Downloaded want v0.3.1 |
136 | 2023-10-03T21:40:10.583Z | Downloaded thiserror-impl v1.0.47 |
137 | 2023-10-03T21:40:10.588Z | Downloaded sha2 v0.10.7 |
138 | 2023-10-03T21:40:10.600Z | Downloaded spin v0.5.2 |
139 | 2023-10-03T21:40:10.618Z | Downloaded usdt-attr-macro v0.3.5 |
140 | 2023-10-03T21:40:10.627Z | Downloaded time-core v0.1.1 |
141 | 2023-10-03T21:40:10.630Z | Downloaded num_enum v0.7.0 |
142 | 2023-10-03T21:40:10.638Z | Downloaded term v0.7.0 |
143 | 2023-10-03T21:40:10.641Z | Downloaded http-body v0.4.5 |
144 | 2023-10-03T21:40:10.644Z | Downloaded slog-scope v4.4.0 |
145 | 2023-10-03T21:40:10.648Z | Downloaded match_cfg v0.1.0 |
146 | 2023-10-03T21:40:10.650Z | Downloaded number_prefix v0.4.0 |
147 | 2023-10-03T21:40:10.653Z | Downloaded slog-envlogger v2.2.0 |
148 | 2023-10-03T21:40:10.656Z | Downloaded hex v0.4.3 |
149 | 2023-10-03T21:40:10.660Z | Downloaded static_assertions v1.1.0 |
150 | 2023-10-03T21:40:10.663Z | Downloaded serde_with_macros v2.3.3 |
151 | 2023-10-03T21:40:10.666Z | Downloaded matches v0.1.10 |
152 | 2023-10-03T21:40:10.669Z | Downloaded tempfile v3.8.0 |
153 | 2023-10-03T21:40:10.671Z | Downloaded argon2 v0.5.1 |
154 | 2023-10-03T21:40:10.674Z | Downloaded num-rational v0.4.1 |
155 | 2023-10-03T21:40:10.686Z | Downloaded pest_generator v2.7.2 |
156 | 2023-10-03T21:40:10.727Z | Downloaded socket2 v0.5.3 |
157 | 2023-10-03T21:40:10.730Z | Downloaded toml_datetime v0.6.3 |
158 | 2023-10-03T21:40:10.733Z | Downloaded ident_case v1.0.1 |
159 | 2023-10-03T21:40:10.737Z | Downloaded zeroize v1.6.0 |
160 | 2023-10-03T21:40:10.744Z | Downloaded usdt v0.3.5 |
161 | 2023-10-03T21:40:10.747Z | Downloaded instant v0.1.12 |
162 | 2023-10-03T21:40:10.750Z | Downloaded tokio-macros v2.1.0 |
163 | 2023-10-03T21:40:10.754Z | Downloaded percent-encoding v2.3.0 |
164 | 2023-10-03T21:40:10.757Z | Downloaded hostname v0.3.1 |
165 | 2023-10-03T21:40:10.760Z | Downloaded pest_derive v2.7.2 |
166 | 2023-10-03T21:40:10.764Z | Downloaded lru-cache v0.1.2 |
167 | 2023-10-03T21:40:10.767Z | Downloaded memoffset v0.7.1 |
168 | 2023-10-03T21:40:10.770Z | Downloaded humantime v2.1.0 |
169 | 2023-10-03T21:40:10.775Z | Downloaded newtype_derive v0.1.6 |
170 | 2023-10-03T21:40:10.777Z | Downloaded try-lock v0.2.4 |
171 | 2023-10-03T21:40:10.781Z | Downloaded tower-service v0.3.2 |
172 | 2023-10-03T21:40:10.786Z | Downloaded hyper-tls v0.5.0 |
173 | 2023-10-03T21:40:10.795Z | Downloaded untrusted v0.7.1 |
174 | 2023-10-03T21:40:10.818Z | Downloaded parking_lot_core v0.9.8 |
175 | 2023-10-03T21:40:10.835Z | Downloaded base64 v0.13.1 |
176 | 2023-10-03T21:40:10.856Z | Downloaded ron v0.7.1 |
177 | 2023-10-03T21:40:10.860Z | Downloaded utf-8 v0.7.6 |
178 | 2023-10-03T21:40:10.864Z | Downloaded blake2 v0.10.6 |
179 | 2023-10-03T21:40:10.867Z | Downloaded phf_shared v0.11.2 |
180 | 2023-10-03T21:40:10.870Z | Downloaded glob v0.3.1 |
181 | 2023-10-03T21:40:10.873Z | Downloaded openssl-probe v0.1.5 |
182 | 2023-10-03T21:40:10.876Z | Downloaded is-terminal v0.4.9 |
183 | 2023-10-03T21:40:10.888Z | Downloaded usdt-macro v0.3.5 |
184 | 2023-10-03T21:40:10.894Z | Downloaded os_str_bytes v6.5.1 |
185 | 2023-10-03T21:40:10.898Z | Downloaded inout v0.1.3 |
186 | 2023-10-03T21:40:10.901Z | Downloaded ipnetwork v0.20.0 |
187 | 2023-10-03T21:40:10.905Z | Downloaded num_cpus v1.16.0 |
188 | 2023-10-03T21:40:10.908Z | Downloaded hmac v0.12.1 |
189 | 2023-10-03T21:40:10.911Z | Downloaded httparse v1.8.0 |
190 | 2023-10-03T21:40:10.914Z | Downloaded postgres-protocol v0.6.6 |
191 | 2023-10-03T21:40:10.919Z | Downloaded vergen v8.2.4 |
192 | 2023-10-03T21:40:10.922Z | Downloaded pin-utils v0.1.0 |
193 | 2023-10-03T21:40:10.926Z | Downloaded globset v0.4.13 |
194 | 2023-10-03T21:40:10.929Z | Downloaded libloading v0.7.4 |
195 | 2023-10-03T21:40:10.933Z | Downloaded ryu v1.0.15 |
196 | 2023-10-03T21:40:10.936Z | Downloaded version_check v0.9.4 |
197 | 2023-10-03T21:40:10.942Z | Downloaded arc-swap v1.6.0 |
198 | 2023-10-03T21:40:10.945Z | Downloaded num_enum_derive v0.5.11 |
199 | 2023-10-03T21:40:10.949Z | Downloaded getopts v0.2.21 |
200 | 2023-10-03T21:40:10.954Z | Downloaded iana-time-zone v0.1.57 |
201 | 2023-10-03T21:40:10.957Z | Downloaded lazy_static v1.4.0 |
202 | 2023-10-03T21:40:10.961Z | Downloaded num-complex v0.4.4 |
203 | 2023-10-03T21:40:10.964Z | Downloaded memchr v2.5.0 |
204 | 2023-10-03T21:40:10.967Z | Downloaded unicode-ident v1.0.11 |
205 | 2023-10-03T21:40:10.971Z | Downloaded ipnet v2.8.0 |
206 | 2023-10-03T21:40:10.977Z | Downloaded parking_lot v0.12.1 |
207 | 2023-10-03T21:40:10.980Z | Downloaded indicatif v0.17.6 |
208 | 2023-10-03T21:40:10.983Z | Downloaded rusqlite v0.29.0 |
209 | 2023-10-03T21:40:11.003Z | Downloaded tracing-core v0.1.31 |
210 | 2023-10-03T21:40:11.015Z | Downloaded num-traits v0.2.16 |
211 | 2023-10-03T21:40:11.021Z | Downloaded unicode-bidi v0.3.13 |
212 | 2023-10-03T21:40:11.025Z | Downloaded indexmap v1.9.3 |
213 | 2023-10-03T21:40:11.028Z | Downloaded typenum v1.16.0 |
214 | 2023-10-03T21:40:11.032Z | Downloaded url v2.4.0 |
215 | 2023-10-03T21:40:11.037Z | Downloaded tungstenite v0.20.1 |
216 | 2023-10-03T21:40:11.041Z | Downloaded uuid v1.4.1 |
217 | 2023-10-03T21:40:11.049Z | Downloaded unicode-normalization v0.1.22 |
218 | 2023-10-03T21:40:11.061Z | Downloaded hashbrown v0.12.3 |
219 | 2023-10-03T21:40:11.071Z | Downloaded aho-corasick v1.0.4 |
220 | 2023-10-03T21:40:11.078Z | Downloaded hashbrown v0.13.2 |
221 | 2023-10-03T21:40:11.086Z | Downloaded indexmap v2.0.0 |
222 | 2023-10-03T21:40:11.093Z | Downloaded num-bigint v0.4.4 |
223 | 2023-10-03T21:40:11.098Z | Downloaded itertools v0.11.0 |
224 | 2023-10-03T21:40:11.101Z | Downloaded toml_edit v0.20.1 |
225 | 2023-10-03T21:40:11.105Z | Downloaded regress v0.6.0 |
226 | 2023-10-03T21:40:11.125Z | Downloaded serde_json v1.0.105 |
227 | 2023-10-03T21:40:11.129Z | Downloaded syn v1.0.109 |
228 | 2023-10-03T21:40:11.134Z | Downloaded hyper v0.14.27 |
229 | 2023-10-03T21:40:11.138Z | Downloaded h2 v0.3.21 |
230 | 2023-10-03T21:40:11.141Z | Downloaded vcpkg v0.2.15 |
231 | 2023-10-03T21:40:11.144Z | Downloaded git2 v0.17.2 |
232 | 2023-10-03T21:40:11.147Z | Downloaded idna v0.4.0 |
233 | 2023-10-03T21:40:11.151Z | Downloaded rustls v0.21.6 |
234 | 2023-10-03T21:40:11.162Z | Downloaded idna v0.2.3 |
235 | 2023-10-03T21:40:11.172Z | Downloaded rustix v0.38.9 |
236 | 2023-10-03T21:40:11.175Z | Downloaded bstr v1.6.0 |
237 | 2023-10-03T21:40:11.178Z | Downloaded tokio v1.32.0 |
238 | 2023-10-03T21:40:11.185Z | Downloaded openapiv3 v1.0.2 |
239 | 2023-10-03T21:40:11.188Z | Downloaded trust-dns-proto v0.22.0 |
240 | 2023-10-03T21:40:11.191Z | Downloaded zerocopy-derive v0.2.0 |
241 | 2023-10-03T21:40:11.194Z | Downloaded regex-syntax v0.6.29 |
242 | 2023-10-03T21:40:11.196Z | Downloaded regex-automata v0.3.6 |
243 | 2023-10-03T21:40:11.199Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
244 | 2023-10-03T21:40:11.203Z | Downloaded libc v0.2.148 |
245 | 2023-10-03T21:40:11.206Z | Downloaded openssl v0.10.56 |
246 | 2023-10-03T21:40:11.212Z | Downloaded regex-syntax v0.7.4 |
247 | 2023-10-03T21:40:11.633Z | Downloaded syn v2.0.29 |
248 | 2023-10-03T21:40:11.645Z | Downloaded nix v0.26.2 |
249 | 2023-10-03T21:40:11.653Z | Downloaded bitvec v1.0.1 |
250 | 2023-10-03T21:40:11.660Z | Downloaded regress v0.7.1 |
251 | 2023-10-03T21:40:11.666Z | Downloaded petgraph v0.6.4 |
252 | 2023-10-03T21:40:11.675Z | Downloaded webpki-roots v0.25.2 |
253 | 2023-10-03T21:40:11.683Z | Downloaded regex v1.9.3 |
254 | 2023-10-03T21:40:11.690Z | Downloaded clap v3.2.25 |
255 | 2023-10-03T21:40:11.706Z | Downloaded encoding_rs v0.8.33 |
256 | 2023-10-03T21:40:12.124Z | Downloaded libm v0.2.7 |
257 | 2023-10-03T21:40:12.552Z | Downloaded portable-atomic v1.4.3 |
258 | 2023-10-03T21:40:13.391Z | Downloaded winnow v0.5.15 |
259 | 2023-10-03T21:40:13.932Z | Downloaded hashbrown v0.14.0 |
260 | 2023-10-03T21:40:13.939Z | Downloaded rustls-webpki v0.101.4 |
261 | 2023-10-03T21:40:13.942Z | Downloaded reqwest v0.11.20 |
262 | 2023-10-03T21:40:13.946Z | Downloaded serde_with v2.3.3 |
263 | 2023-10-03T21:40:13.956Z | Downloaded http v0.2.9 |
264 | 2023-10-03T21:40:13.970Z | Downloaded trust-dns-resolver v0.22.0 |
265 | 2023-10-03T21:40:13.988Z | Downloaded futures-util v0.3.28 |
266 | 2023-10-03T21:40:13.991Z | Downloaded toml_edit v0.19.14 |
267 | 2023-10-03T21:40:13.995Z | Downloaded pest v2.7.2 |
268 | 2023-10-03T21:40:13.998Z | Downloaded tokio-postgres v0.7.10 |
269 | 2023-10-03T21:40:14.002Z | Downloaded openssl-sys v0.9.91 |
270 | 2023-10-03T21:40:14.009Z | Downloaded time v0.3.27 |
271 | 2023-10-03T21:40:14.012Z | Downloaded unsafe-libyaml v0.2.9 |
272 | 2023-10-03T21:40:14.020Z | Downloaded tracing v0.1.37 |
273 | 2023-10-03T21:40:14.023Z | Downloaded toml v0.7.6 |
274 | 2023-10-03T21:40:14.026Z | Downloaded pest_meta v2.7.2 |
275 | 2023-10-03T21:40:14.029Z | Downloaded tokio-util v0.7.8 |
276 | 2023-10-03T21:40:14.032Z | Downloaded serde v1.0.187 |
277 | 2023-10-03T21:40:14.035Z | Downloaded base64 v0.21.4 |
278 | 2023-10-03T21:40:14.040Z | Downloaded steno v0.4.0 |
279 | 2023-10-03T21:40:14.045Z | Downloaded aes v0.8.3 |
280 | 2023-10-03T21:40:14.049Z | Downloaded jobserver v0.1.26 |
281 | 2023-10-03T21:40:14.052Z | Downloaded pin-project-lite v0.2.13 |
282 | 2023-10-03T21:40:14.056Z | Downloaded mio v0.8.8 |
283 | 2023-10-03T21:40:14.131Z | Downloaded getrandom v0.2.10 |
284 | 2023-10-03T21:40:14.137Z | Downloaded usdt-impl v0.3.5 |
285 | 2023-10-03T21:40:14.146Z | Downloaded native-tls v0.2.11 |
286 | 2023-10-03T21:40:14.151Z | Downloaded hyper-rustls v0.24.1 |
287 | 2023-10-03T21:40:14.572Z | Downloaded ucd-trie v0.1.6 |
288 | 2023-10-03T21:40:14.605Z | Downloaded slog v2.7.0 |
289 | 2023-10-03T21:40:14.620Z | Downloaded crossbeam-channel v0.5.8 |
290 | 2023-10-03T21:40:14.638Z | Downloaded cc v1.0.83 |
291 | 2023-10-03T21:40:14.660Z | Downloaded log v0.4.20 |
292 | 2023-10-03T21:40:14.663Z | Downloaded serde_yaml v0.9.25 |
293 | 2023-10-03T21:40:14.667Z | Downloaded lock_api v0.4.10 |
294 | 2023-10-03T21:40:14.670Z | Downloaded tokio-tungstenite v0.20.1 |
295 | 2023-10-03T21:40:14.674Z | Downloaded hashlink v0.8.3 |
296 | 2023-10-03T21:40:14.679Z | Downloaded smallvec v1.11.0 |
297 | 2023-10-03T21:40:14.683Z | Downloaded toml v0.5.11 |
298 | 2023-10-03T21:40:14.690Z | Downloaded schemars v0.8.12 |
299 | 2023-10-03T21:40:14.694Z | Downloaded libz-sys v1.1.12 |
300 | 2023-10-03T21:40:14.699Z | Downloaded num-integer v0.1.45 |
301 | 2023-10-03T21:40:14.704Z | Downloaded itoa v1.0.9 |
302 | 2023-10-03T21:40:14.708Z | Downloaded toml v0.8.1 |
303 | 2023-10-03T21:40:14.713Z | Downloaded rand v0.8.5 |
304 | 2023-10-03T21:40:14.723Z | Downloaded wyz v0.5.1 |
305 | 2023-10-03T21:40:14.729Z | Downloaded parse-display-derive v0.7.0 |
306 | 2023-10-03T21:40:14.736Z | Downloaded universal-hash v0.5.1 |
307 | 2023-10-03T21:40:14.743Z | Downloaded macaddr v1.0.1 |
308 | 2023-10-03T21:40:14.749Z | Downloaded linked-hash-map v0.5.6 |
309 | 2023-10-03T21:40:14.760Z | Downloaded postgres-types v0.2.6 |
310 | 2023-10-03T21:40:15.179Z | Downloaded phf v0.11.2 |
311 | 2023-10-03T21:40:15.182Z | Downloaded allocator-api2 v0.2.16 |
312 | 2023-10-03T21:40:15.185Z | Downloaded tokio-rustls v0.24.1 |
313 | 2023-10-03T21:40:15.190Z | Downloaded thread_local v1.1.7 |
314 | 2023-10-03T21:40:15.616Z | Downloaded rustc_version v0.1.7 |
315 | 2023-10-03T21:40:15.675Z | Downloaded anyhow v1.0.75 |
316 | 2023-10-03T21:40:15.685Z | Downloaded unicode-xid v0.2.4 |
317 | 2023-10-03T21:40:15.696Z | Downloaded mime v0.3.17 |
318 | 2023-10-03T21:40:15.715Z | Downloaded num-iter v0.1.43 |
319 | 2023-10-03T21:40:15.731Z | Downloaded httpdate v1.0.3 |
320 | 2023-10-03T21:40:15.742Z | Downloaded whoami v1.4.1 |
321 | 2023-10-03T21:40:15.755Z | Downloaded stringprep v0.1.3 |
322 | 2023-10-03T21:40:15.764Z | Downloaded darling_core v0.20.3 |
323 | 2023-10-03T21:40:15.779Z | Downloaded clap v4.4.0 |
324 | 2023-10-03T21:40:15.790Z | Downloaded heck v0.4.1 |
325 | 2023-10-03T21:40:15.804Z | Downloaded generic-array v0.14.7 |
326 | 2023-10-03T21:40:16.276Z | Downloaded serde_derive_internals v0.26.0 |
327 | 2023-10-03T21:40:16.283Z | Downloaded paste v1.0.14 |
328 | 2023-10-03T21:40:16.353Z | Downloaded password-hash v0.5.0 |
329 | 2023-10-03T21:40:16.370Z | Downloaded num_enum_derive v0.7.0 |
330 | 2023-10-03T21:40:16.434Z | Downloaded unicode-width v0.1.10 |
331 | 2023-10-03T21:40:16.439Z | Downloaded zerocopy v0.3.0 |
332 | 2023-10-03T21:40:16.447Z | Downloaded utf8parse v0.2.1 |
333 | 2023-10-03T21:40:16.451Z | Downloaded serde_derive v1.0.187 |
334 | 2023-10-03T21:40:16.510Z | Downloaded sha1 v0.10.5 |
335 | 2023-10-03T21:40:16.515Z | Downloaded clap_derive v3.2.25 |
336 | 2023-10-03T21:40:16.519Z | Downloaded bincode v1.3.3 |
337 | 2023-10-03T21:40:16.522Z | Downloaded ahash v0.8.3 |
338 | 2023-10-03T21:40:16.957Z | Downloaded twox-hash v1.6.3 |
339 | 2023-10-03T21:40:16.996Z | Downloaded tracing-attributes v0.1.26 |
340 | 2023-10-03T21:40:17.010Z | Downloaded futures v0.3.28 |
341 | 2023-10-03T21:40:17.022Z | Downloaded once_cell v1.18.0 |
342 | 2023-10-03T21:40:17.030Z | Downloaded futures-channel v0.3.28 |
343 | 2023-10-03T21:40:17.085Z | Downloaded funty v2.0.0 |
344 | 2023-10-03T21:40:17.099Z | Downloaded const_format_proc_macros v0.2.31 |
345 | 2023-10-03T21:40:17.118Z | Downloaded tokio-native-tls v0.3.1 |
346 | 2023-10-03T21:40:17.121Z | Downloaded polyval v0.6.1 |
347 | 2023-10-03T21:40:17.124Z | Downloaded pkg-config v0.3.27 |
348 | 2023-10-03T21:40:17.127Z | Downloaded tinyvec v1.6.0 |
349 | 2023-10-03T21:40:17.131Z | Downloaded strum_macros v0.25.2 |
350 | 2023-10-03T21:40:17.134Z | Downloaded serde_path_to_error v0.1.14 |
351 | 2023-10-03T21:40:17.137Z | Downloaded num v0.4.1 |
352 | 2023-10-03T21:40:17.140Z | Downloaded openssl-macros v0.1.1 |
353 | 2023-10-03T21:40:17.143Z | Downloaded num_threads v0.1.6 |
354 | 2023-10-03T21:40:17.147Z | Downloaded slog-dtrace v0.2.3 |
355 | 2023-10-03T21:40:17.156Z | Downloaded serde_tokenstream v0.2.0 |
356 | 2023-10-03T21:40:17.176Z | Downloaded time-macros v0.2.13 |
357 | 2023-10-03T21:40:17.239Z | Downloaded synstructure v0.12.6 |
358 | 2023-10-03T21:40:17.244Z | Downloaded semver v0.1.20 |
359 | 2023-10-03T21:40:17.247Z | Downloaded libsqlite3-sys v0.26.0 |
360 | 2023-10-03T21:40:17.252Z | Downloaded ring v0.16.20 |
361 | 2023-10-03T21:40:17.256Z | Downloaded bitflags v1.3.2 |
362 | 2023-10-03T21:40:17.269Z | Downloaded console v0.15.7 |
363 | 2023-10-03T21:40:17.274Z | Downloaded byteorder v1.4.3 |
364 | 2023-10-03T21:40:17.335Z | Downloaded bitflags v2.4.0 |
365 | 2023-10-03T21:40:17.347Z | Downloaded ahash v0.7.6 |
366 | 2023-10-03T21:40:17.366Z | Downloaded waitgroup v0.1.2 |
367 | 2023-10-03T21:40:17.386Z | Downloaded num_enum v0.5.11 |
368 | 2023-10-03T21:40:17.406Z | Downloaded socket2 v0.4.9 |
369 | 2023-10-03T21:40:17.428Z | Downloaded resolv-conf v0.7.0 |
370 | 2023-10-03T21:40:17.485Z | Downloaded futures-macro v0.3.28 |
371 | 2023-10-03T21:40:17.500Z | Downloaded fixedbitset v0.4.2 |
372 | 2023-10-03T21:40:17.549Z | Downloaded erased-serde v0.3.30 |
373 | 2023-10-03T21:40:17.556Z | Downloaded aead v0.5.2 |
374 | 2023-10-03T21:40:17.559Z | Downloaded thiserror v1.0.47 |
375 | 2023-10-03T21:40:17.563Z | Downloaded ppv-lite86 v0.2.17 |
376 | 2023-10-03T21:40:17.566Z | Downloaded env_logger v0.9.3 |
377 | 2023-10-03T21:40:17.569Z | Downloaded dof v0.1.5 |
378 | 2023-10-03T21:40:17.572Z | Downloaded dirs-sys-next v0.1.2 |
379 | 2023-10-03T21:40:17.575Z | Downloaded cfg-if v1.0.0 |
380 | 2023-10-03T21:40:17.578Z | Downloaded anstream v0.5.0 |
381 | 2023-10-03T21:40:17.581Z | Downloaded serde_tokenstream v0.1.7 |
382 | 2023-10-03T21:40:17.584Z | Downloaded base64ct v1.6.0 |
383 | 2023-10-03T21:40:17.588Z | Downloaded atomic-waker v1.1.1 |
384 | 2023-10-03T21:40:17.592Z | Downloaded slog-json v2.6.1 |
385 | 2023-10-03T21:40:17.597Z | Downloaded slog-bunyan v2.4.0 |
386 | 2023-10-03T21:40:17.601Z | Downloaded sct v0.7.0 |
387 | 2023-10-03T21:40:17.605Z | Downloaded schemars_derive v0.8.12 |
388 | 2023-10-03T21:40:17.610Z | Downloaded futures-executor v0.3.28 |
389 | 2023-10-03T21:40:17.614Z | Downloaded crossbeam-utils v0.8.16 |
390 | 2023-10-03T21:40:17.619Z | Downloaded const_format v0.2.31 |
391 | 2023-10-03T21:40:17.624Z | Downloaded chrono v0.4.26 |
392 | 2023-10-03T21:40:17.628Z | Downloaded futures-task v0.3.28 |
393 | 2023-10-03T21:40:17.632Z | Downloaded autocfg v1.1.0 |
394 | 2023-10-03T21:40:17.637Z | Downloaded anstyle-parse v0.2.1 |
395 | 2023-10-03T21:40:17.701Z | Downloaded slab v0.4.9 |
396 | 2023-10-03T21:40:17.710Z | Downloaded semver v1.0.18 |
397 | 2023-10-03T21:40:17.714Z | Downloaded either v1.9.0 |
398 | 2023-10-03T21:40:17.718Z | Downloaded digest v0.10.7 |
399 | 2023-10-03T21:40:17.723Z | Downloaded bit_field v0.10.2 |
400 | 2023-10-03T21:40:17.728Z | Downloaded async-recursion v0.3.2 |
401 | 2023-10-03T21:40:17.732Z | Downloaded async-stream v0.3.5 |
402 | 2023-10-03T21:40:17.736Z | Downloaded scopeguard v1.2.0 |
403 | 2023-10-03T21:40:17.740Z | Downloaded strsim v0.10.0 |
404 | 2023-10-03T21:40:17.743Z | Downloaded serde_urlencoded v0.7.1 |
405 | 2023-10-03T21:40:17.746Z | Downloaded rand_core v0.6.4 |
406 | 2023-10-03T21:40:17.760Z | Downloaded futures-io v0.3.28 |
407 | 2023-10-03T21:40:17.784Z | Downloaded subtle v2.5.0 |
408 | 2023-10-03T21:40:17.796Z | Downloaded async-recursion v1.0.5 |
409 | 2023-10-03T21:40:17.864Z | Downloaded signal-hook-registry v1.4.1 |
410 | 2023-10-03T21:40:17.874Z | Downloaded pretty-hex v0.2.1 |
411 | 2023-10-03T21:40:17.877Z | Downloaded futures-sink v0.3.28 |
412 | 2023-10-03T21:40:17.881Z | Downloaded bytes v1.4.0 |
413 | 2023-10-03T21:40:17.884Z | Downloaded bitstruct_derive v0.1.0 |
414 | 2023-10-03T21:40:17.887Z | Downloaded darling v0.20.3 |
415 | 2023-10-03T21:40:17.937Z | Downloaded cpufeatures v0.2.9 |
416 | 2023-10-03T21:40:17.942Z | Downloaded opaque-debug v0.3.0 |
417 | 2023-10-03T21:40:17.947Z | Downloaded thread-id v4.2.0 |
418 | 2023-10-03T21:40:17.952Z | Downloaded rand_chacha v0.3.1 |
419 | 2023-10-03T21:40:17.958Z | Downloaded fastrand v2.0.0 |
420 | 2023-10-03T21:40:17.963Z | Downloaded parse-display v0.7.0 |
421 | 2023-10-03T21:40:17.970Z | Downloaded clap_builder v4.4.0 |
422 | 2023-10-03T21:40:17.975Z | Downloaded clap_lex v0.5.1 |
423 | 2023-10-03T21:40:18.030Z | Downloaded bitstruct v0.1.1 |
424 | 2023-10-03T21:40:18.063Z | Downloaded serde_spanned v0.6.3 |
425 | 2023-10-03T21:40:18.069Z | Downloaded rustls-pemfile v1.0.3 |
426 | 2023-10-03T21:40:18.082Z | Downloaded proc-macro-error v1.0.4 |
427 | 2023-10-03T21:40:18.091Z | Downloaded ctrlc v3.4.0 |
428 | 2023-10-03T21:40:18.095Z | Downloaded rustc_version v0.4.0 |
429 | 2023-10-03T21:40:18.099Z | Downloaded block-buffer v0.10.4 |
430 | 2023-10-03T21:40:18.111Z | Downloaded atty v0.2.14 |
431 | 2023-10-03T21:40:18.118Z | Downloaded assert_matches v1.5.0 |
432 | 2023-10-03T21:40:18.123Z | Downloaded anstyle-query v1.0.0 |
433 | 2023-10-03T21:40:18.127Z | Downloaded anstyle v1.0.2 |
434 | 2023-10-03T21:40:18.131Z | Downloaded radium v0.7.0 |
435 | 2023-10-03T21:40:18.142Z | Downloaded deranged v0.3.8 |
436 | 2023-10-03T21:40:18.150Z | Downloaded structmeta v0.1.6 |
437 | 2023-10-03T21:40:18.154Z | Downloaded slog-stdlog v4.1.1 |
438 | 2023-10-03T21:40:18.159Z | Downloaded backoff v0.4.0 |
439 | 2023-10-03T21:40:18.163Z | Downloaded equivalent v1.0.1 |
440 | 2023-10-03T21:40:18.166Z | Downloaded dirs-next v2.0.0 |
441 | 2023-10-03T21:40:18.170Z | Downloaded async-stream-impl v0.3.5 |
442 | 2023-10-03T21:40:18.175Z | Downloaded foreign-types-shared v0.1.1 |
443 | 2023-10-03T21:40:18.180Z | Downloaded darling_macro v0.20.3 |
444 | 2023-10-03T21:40:18.183Z | Downloaded ctr v0.9.2 |
445 | 2023-10-03T21:40:18.186Z | Downloaded colored v2.0.4 |
446 | 2023-10-03T21:40:18.189Z | Downloaded dyn-clone v1.0.13 |
447 | 2023-10-03T21:40:18.211Z | Downloaded enum-as-inner v0.5.1 |
448 | 2023-10-03T21:40:18.218Z | Downloaded data-encoding v2.4.0 |
449 | 2023-10-03T21:40:18.221Z | Downloaded futures-core v0.3.28 |
450 | 2023-10-03T21:40:18.224Z | Downloaded debug-ignore v1.0.5 |
451 | 2023-10-03T21:40:18.228Z | Downloaded aes-gcm-siv v0.11.1 |
452 | 2023-10-03T21:40:18.232Z | Downloaded rustversion v1.0.14 |
453 | 2023-10-03T21:40:18.235Z | Downloaded quote v1.0.33 |
454 | 2023-10-03T21:40:18.245Z | Downloaded fallible-iterator v0.2.0 |
455 | 2023-10-03T21:40:18.247Z | Downloaded camino-tempfile v1.0.2 |
456 | 2023-10-03T21:40:18.253Z | Downloaded camino v1.1.6 |
457 | 2023-10-03T21:40:18.258Z | Downloaded colorchoice v1.0.0 |
458 | 2023-10-03T21:40:18.261Z | Downloaded fallible-streaming-iterator v0.1.9 |
459 | 2023-10-03T21:40:18.264Z | Downloaded dtrace-parser v0.1.14 |
460 | 2023-10-03T21:40:18.271Z | Downloaded clap_lex v0.2.4 |
461 | 2023-10-03T21:40:18.274Z | Compiling proc-macro2 v1.0.66 |
462 | 2023-10-03T21:40:18.277Z | Compiling unicode-ident v1.0.11 |
463 | 2023-10-03T21:40:18.281Z | Compiling libc v0.2.148 |
464 | 2023-10-03T21:40:18.284Z | Compiling serde v1.0.187 |
465 | 2023-10-03T21:40:18.287Z | Compiling version_check v0.9.4 |
466 | 2023-10-03T21:40:18.374Z | Checking cfg-if v1.0.0 |
467 | 2023-10-03T21:40:18.378Z | Compiling autocfg v1.1.0 |
468 | 2023-10-03T21:40:18.381Z | Compiling syn v1.0.109 |
469 | 2023-10-03T21:40:18.384Z | Checking once_cell v1.18.0 |
470 | 2023-10-03T21:40:18.387Z | Compiling memchr v2.5.0 |
471 | 2023-10-03T21:40:18.396Z | Compiling thiserror v1.0.47 |
472 | 2023-10-03T21:40:18.399Z | Checking itoa v1.0.9 |
473 | 2023-10-03T21:40:18.420Z | Compiling libm v0.2.7 |
474 | 2023-10-03T21:40:18.439Z | Compiling serde_json v1.0.105 |
475 | 2023-10-03T21:40:18.445Z | Checking log v0.4.20 |
476 | 2023-10-03T21:40:18.449Z | Compiling ahash v0.8.3 |
477 | 2023-10-03T21:40:18.464Z | Checking pin-project-lite v0.2.13 |
478 | 2023-10-03T21:40:18.468Z | Compiling pkg-config v0.3.27 |
479 | 2023-10-03T21:40:18.471Z | Compiling typenum v1.16.0 |
480 | 2023-10-03T21:40:18.478Z | Compiling lock_api v0.4.10 |
481 | 2023-10-03T21:40:18.887Z | Compiling ahash v0.7.6 |
482 | 2023-10-03T21:40:18.891Z | Compiling generic-array v0.14.7 |
483 | 2023-10-03T21:40:18.902Z | Compiling vcpkg v0.2.15 |
484 | 2023-10-03T21:40:18.906Z | Compiling quote v1.0.33 |
485 | 2023-10-03T21:40:18.920Z | Compiling parking_lot_core v0.9.8 |
486 | 2023-10-03T21:40:19.755Z | Compiling syn v2.0.29 |
487 | 2023-10-03T21:40:19.759Z | Checking getrandom v0.2.10 |
488 | 2023-10-03T21:40:19.762Z | Compiling jobserver v0.1.26 |
489 | 2023-10-03T21:40:19.766Z | Checking smallvec v1.11.0 |
490 | 2023-10-03T21:40:19.773Z | Checking rand_core v0.6.4 |
491 | 2023-10-03T21:40:19.841Z | Compiling cc v1.0.83 |
492 | 2023-10-03T21:40:19.858Z | Compiling num-traits v0.2.16 |
493 | 2023-10-03T21:40:19.932Z | Checking scopeguard v1.2.0 |
494 | 2023-10-03T21:40:19.935Z | Checking ryu v1.0.15 |
495 | 2023-10-03T21:40:19.938Z | Compiling futures-core v0.3.28 |
496 | 2023-10-03T21:40:19.942Z | Checking parking_lot v0.12.1 |
497 | 2023-10-03T21:40:19.945Z | Checking signal-hook-registry v1.4.1 |
498 | 2023-10-03T21:40:19.948Z | Checking socket2 v0.5.3 |
499 | 2023-10-03T21:40:19.952Z | Checking num_cpus v1.16.0 |
500 | 2023-10-03T21:40:19.955Z | Checking mio v0.8.8 |
501 | 2023-10-03T21:40:20.487Z | Compiling indexmap v1.9.3 |
502 | 2023-10-03T21:40:21.030Z | Compiling slab v0.4.9 |
503 | 2023-10-03T21:40:21.282Z | Compiling equivalent v1.0.1 |
504 | 2023-10-03T21:40:21.385Z | Compiling hashbrown v0.14.0 |
505 | 2023-10-03T21:40:21.835Z | Compiling heck v0.4.1 |
506 | 2023-10-03T21:40:21.838Z | Compiling futures-channel v0.3.28 |
507 | 2023-10-03T21:40:21.850Z | Checking crypto-common v0.1.6 |
508 | 2023-10-03T21:40:21.925Z | Compiling schemars v0.8.12 |
509 | 2023-10-03T21:40:22.029Z | Compiling futures-task v0.3.28 |
510 | 2023-10-03T21:40:22.083Z | Checking futures-sink v0.3.28 |
511 | 2023-10-03T21:40:22.297Z | Checking pin-utils v0.1.0 |
512 | 2023-10-03T21:40:22.535Z | Compiling futures-util v0.3.28 |
513 | 2023-10-03T21:40:22.984Z | Checking subtle v2.5.0 |
514 | 2023-10-03T21:40:23.009Z | Checking futures-io v0.3.28 |
515 | 2023-10-03T21:40:23.071Z | Compiling indexmap v2.0.0 |
516 | 2023-10-03T21:40:23.152Z | Checking tinyvec_macros v0.1.1 |
517 | 2023-10-03T21:40:23.182Z | Compiling unicode-xid v0.2.4 |
518 | 2023-10-03T21:40:23.273Z | Checking tinyvec v1.6.0 |
519 | 2023-10-03T21:40:23.307Z | Compiling slog v2.7.0 |
520 | 2023-10-03T21:40:23.340Z | Checking fnv v1.0.7 |
521 | 2023-10-03T21:40:23.416Z | Compiling time-core v0.1.1 |
522 | 2023-10-03T21:40:23.506Z | Checking time v0.1.45 |
523 | 2023-10-03T21:40:23.671Z | Compiling time-macros v0.2.13 |
524 | 2023-10-03T21:40:23.808Z | Checking hashbrown v0.12.3 |
525 | 2023-10-03T21:40:24.450Z | Compiling ucd-trie v0.1.6 |
526 | 2023-10-03T21:40:24.686Z | Checking bitflags v1.3.2 |
527 | 2023-10-03T21:40:24.821Z | Checking iana-time-zone v0.1.57 |
528 | 2023-10-03T21:40:25.024Z | Checking unicode-bidi v0.3.13 |
529 | 2023-10-03T21:40:25.582Z | Checking unicode-normalization v0.1.22 |
530 | 2023-10-03T21:40:25.739Z | Checking block-buffer v0.10.4 |
531 | 2023-10-03T21:40:26.344Z | Checking tracing-core v0.1.31 |
532 | 2023-10-03T21:40:26.366Z | Checking digest v0.10.7 |
533 | 2023-10-03T21:40:26.922Z | Compiling ring v0.16.20 |
534 | 2023-10-03T21:40:27.343Z | Checking byteorder v1.4.3 |
535 | 2023-10-03T21:40:28.000Z | Checking percent-encoding v2.3.0 |
536 | 2023-10-03T21:40:28.226Z | Checking allocator-api2 v0.2.16 |
537 | 2023-10-03T21:40:28.739Z | Compiling openssl-sys v0.9.91 |
538 | 2023-10-03T21:40:28.745Z | Checking lazy_static v1.4.0 |
539 | 2023-10-03T21:40:28.768Z | Compiling dyn-clone v1.0.13 |
540 | 2023-10-03T21:40:28.834Z | Compiling serde_derive_internals v0.26.0 |
541 | 2023-10-03T21:40:29.000Z | Compiling synstructure v0.12.6 |
542 | 2023-10-03T21:40:29.778Z | Compiling httparse v1.8.0 |
543 | 2023-10-03T21:40:30.399Z | Checking ppv-lite86 v0.2.17 |
544 | 2023-10-03T21:40:30.886Z | Checking form_urlencoded v1.2.0 |
545 | 2023-10-03T21:40:31.169Z | Checking spin v0.5.2 |
546 | 2023-10-03T21:40:31.358Z | Checking untrusted v0.7.1 |
547 | 2023-10-03T21:40:31.508Z | Checking rand_chacha v0.3.1 |
548 | 2023-10-03T21:40:31.624Z | Checking aho-corasick v1.0.4 |
549 | 2023-10-03T21:40:32.062Z | Checking rand v0.8.5 |
550 | 2023-10-03T21:40:32.185Z | Compiling usdt-impl v0.3.5 |
551 | 2023-10-03T21:40:32.836Z | Compiling winnow v0.5.15 |
552 | 2023-10-03T21:40:33.146Z | Checking regex-syntax v0.7.4 |
553 | 2023-10-03T21:40:33.856Z | Checking idna v0.4.0 |
554 | 2023-10-03T21:40:34.931Z | Checking cpufeatures v0.2.9 |
555 | 2023-10-03T21:40:35.050Z | Checking foreign-types-shared v0.1.1 |
556 | 2023-10-03T21:40:35.576Z | Compiling openssl v0.10.56 |
557 | 2023-10-03T21:40:35.597Z | Checking try-lock v0.2.4 |
558 | 2023-10-03T21:40:35.603Z | Checking base64 v0.21.4 |
559 | 2023-10-03T21:40:35.625Z | Compiling rustls v0.21.6 |
560 | 2023-10-03T21:40:35.772Z | Compiling semver v1.0.18 |
561 | 2023-10-03T21:40:35.969Z | Checking num_threads v0.1.6 |
562 | 2023-10-03T21:40:36.118Z | Checking deranged v0.3.8 |
563 | 2023-10-03T21:40:36.128Z | Compiling crossbeam-utils v0.8.16 |
564 | 2023-10-03T21:40:36.638Z | Checking want v0.3.1 |
565 | 2023-10-03T21:40:36.876Z | Checking url v2.4.0 |
566 | 2023-10-03T21:40:37.303Z | Checking foreign-types v0.3.2 |
567 | 2023-10-03T21:40:37.602Z | Checking rustls-webpki v0.101.4 |
568 | 2023-10-03T21:40:38.134Z | Compiling serde_derive v1.0.187 |
569 | 2023-10-03T21:40:38.140Z | Compiling thiserror-impl v1.0.47 |
570 | 2023-10-03T21:40:38.564Z | Compiling tokio-macros v2.1.0 |
571 | 2023-10-03T21:40:39.134Z | Compiling futures-macro v0.3.28 |
572 | 2023-10-03T21:40:40.035Z | Compiling tracing-attributes v0.1.26 |
573 | 2023-10-03T21:40:40.043Z | Checking regex-automata v0.3.6 |
574 | 2023-10-03T21:40:40.048Z | Checking time v0.3.27 |
575 | 2023-10-03T21:40:40.052Z | Compiling schemars_derive v0.8.12 |
576 | 2023-10-03T21:40:41.254Z | Compiling zerocopy-derive v0.2.0 |
577 | 2023-10-03T21:40:43.307Z | Compiling pest v2.7.2 |
578 | 2023-10-03T21:40:43.485Z | Compiling openssl-macros v0.1.1 |
579 | 2023-10-03T21:40:44.324Z | Compiling zerocopy v0.3.0 |
580 | 2023-10-03T21:40:44.349Z | Checking sct v0.7.0 |
581 | 2023-10-03T21:40:44.586Z | Checking regex v1.9.3 |
582 | 2023-10-03T21:40:44.665Z | Checking tracing v0.1.37 |
583 | 2023-10-03T21:40:44.798Z | Compiling thread-id v4.2.0 |
584 | 2023-10-03T21:40:44.967Z | Checking socket2 v0.4.9 |
585 | 2023-10-03T21:40:45.395Z | Compiling native-tls v0.2.11 |
586 | 2023-10-03T21:40:45.540Z | Compiling dof v0.1.5 |
587 | 2023-10-03T21:40:45.594Z | Compiling rustversion v1.0.14 |
588 | 2023-10-03T21:40:45.634Z | Checking tower-service v0.3.2 |
589 | 2023-10-03T21:40:46.195Z | Checking httpdate v1.0.3 |
590 | 2023-10-03T21:40:47.964Z | Compiling pest_meta v2.7.2 |
591 | 2023-10-03T21:40:48.071Z | Checking unicode-width v0.1.10 |
592 | 2023-10-03T21:40:48.397Z | Checking openssl-probe v0.1.5 |
593 | 2023-10-03T21:40:48.458Z | Compiling hashbrown v0.13.2 |
594 | 2023-10-03T21:40:49.959Z | Compiling pest_generator v2.7.2 |
595 | 2023-10-03T21:40:51.416Z | Checking atty v0.2.14 |
596 | 2023-10-03T21:40:51.559Z | Compiling async-trait v0.1.73 |
597 | 2023-10-03T21:40:51.571Z | Compiling anyhow v1.0.75 |
598 | 2023-10-03T21:40:52.297Z | Checking ipnet v2.8.0 |
599 | 2023-10-03T21:40:52.938Z | Checking futures-executor v0.3.28 |
600 | 2023-10-03T21:40:52.992Z | Compiling regress v0.7.1 |
601 | 2023-10-03T21:40:53.026Z | Checking rustls-pemfile v1.0.3 |
602 | 2023-10-03T21:40:53.286Z | Checking dirs-sys-next v0.1.2 |
603 | 2023-10-03T21:40:55.130Z | Compiling pest_derive v2.7.2 |
604 | 2023-10-03T21:40:55.705Z | Checking dirs-next v2.0.0 |
605 | 2023-10-03T21:40:56.455Z | Compiling dtrace-parser v0.1.14 |
606 | 2023-10-03T21:40:59.401Z | Checking thread_local v1.1.7 |
607 | 2023-10-03T21:40:59.605Z | Checking bytes v1.4.0 |
608 | 2023-10-03T21:41:00.562Z | Checking chrono v0.4.26 |
609 | 2023-10-03T21:41:01.063Z | Checking tokio v1.32.0 |
610 | 2023-10-03T21:41:01.482Z | Checking http v0.2.9 |
611 | 2023-10-03T21:41:02.328Z | Checking uuid v1.4.1 |
612 | 2023-10-03T21:41:03.343Z | Compiling serde_spanned v0.6.3 |
613 | 2023-10-03T21:41:03.690Z | Compiling toml_datetime v0.6.3 |
614 | 2023-10-03T21:41:03.713Z | Checking http-body v0.4.5 |
615 | 2023-10-03T21:41:03.803Z | Checking bitflags v2.4.0 |
616 | 2023-10-03T21:41:04.255Z | Compiling toml_edit v0.19.14 |
617 | 2023-10-03T21:41:04.344Z | Compiling serde_tokenstream v0.1.7 |
618 | 2023-10-03T21:41:05.991Z | Compiling serde_tokenstream v0.2.0 |
619 | 2023-10-03T21:41:06.382Z | Checking serde_urlencoded v0.7.1 |
620 | 2023-10-03T21:41:06.611Z | Compiling openapiv3 v1.0.2 |
621 | 2023-10-03T21:41:06.828Z | Compiling usdt-attr-macro v0.3.5 |
622 | 2023-10-03T21:41:06.896Z | Compiling usdt-macro v0.3.5 |
623 | 2023-10-03T21:41:08.866Z | Checking encoding_rs v0.8.33 |
624 | 2023-10-03T21:41:09.223Z | Checking usdt v0.3.5 |
625 | 2023-10-03T21:41:09.503Z | Compiling slog-async v2.8.0 |
626 | 2023-10-03T21:41:10.233Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#17029cef) |
627 | 2023-10-03T21:41:12.005Z | Checking webpki-roots v0.25.2 |
628 | 2023-10-03T21:41:12.149Z | Checking tokio-util v0.7.8 |
629 | 2023-10-03T21:41:12.228Z | Checking tokio-rustls v0.24.1 |
630 | 2023-10-03T21:41:12.663Z | Checking tokio-native-tls v0.3.1 |
631 | 2023-10-03T21:41:12.739Z | Compiling rustix v0.38.9 |
632 | 2023-10-03T21:41:12.758Z | Checking mime v0.3.17 |
633 | 2023-10-03T21:41:13.530Z | Checking term v0.7.0 |
634 | 2023-10-03T21:41:13.537Z | Checking crossbeam-channel v0.5.8 |
635 | 2023-10-03T21:41:14.016Z | Checking h2 v0.3.21 |
636 | 2023-10-03T21:41:14.027Z | Checking errno v0.3.2 |
637 | 2023-10-03T21:41:14.168Z | Checking take_mut v0.2.2 |
638 | 2023-10-03T21:41:14.730Z | Checking siphasher v0.3.11 |
639 | 2023-10-03T21:41:14.783Z | Checking phf_shared v0.11.2 |
640 | 2023-10-03T21:41:14.872Z | Checking slog-term v2.9.0 |
641 | 2023-10-03T21:41:16.046Z | Compiling proc-macro-crate v1.3.1 |
642 | 2023-10-03T21:41:18.160Z | Checking hex v0.4.3 |
643 | 2023-10-03T21:41:19.899Z | Checking match_cfg v0.1.0 |
644 | 2023-10-03T21:41:19.910Z | Compiling getopts v0.2.21 |
645 | 2023-10-03T21:41:19.926Z | Checking hostname v0.3.1 |
646 | 2023-10-03T21:41:20.196Z | Checking futures v0.3.28 |
647 | 2023-10-03T21:41:20.466Z | Checking hyper v0.14.27 |
648 | 2023-10-03T21:41:20.587Z | Compiling strsim v0.10.0 |
649 | 2023-10-03T21:41:20.949Z | Checking fallible-iterator v0.2.0 |
650 | 2023-10-03T21:41:21.586Z | Compiling unsafe-libyaml v0.2.9 |
651 | 2023-10-03T21:41:23.324Z | Compiling ident_case v1.0.1 |
652 | 2023-10-03T21:41:23.507Z | Compiling darling_core v0.20.3 |
653 | 2023-10-03T21:41:24.084Z | Compiling serde_yaml v0.9.25 |
654 | 2023-10-03T21:41:24.296Z | Checking sha1 v0.10.5 |
655 | 2023-10-03T21:41:24.708Z | Compiling libz-sys v1.1.12 |
656 | 2023-10-03T21:41:25.669Z | Compiling semver v0.1.20 |
657 | 2023-10-03T21:41:27.971Z | Checking hyper-rustls v0.24.1 |
658 | 2023-10-03T21:41:28.206Z | Checking hyper-tls v0.5.0 |
659 | 2023-10-03T21:41:28.398Z | Compiling rustc_version v0.1.7 |
660 | 2023-10-03T21:41:29.861Z | Checking reqwest v0.11.20 |
661 | 2023-10-03T21:41:29.866Z | Checking slog-json v2.6.1 |
662 | 2023-10-03T21:41:29.871Z | Compiling strum_macros v0.25.2 |
663 | 2023-10-03T21:41:29.877Z | Checking fastrand v2.0.0 |
664 | 2023-10-03T21:41:29.968Z | Compiling camino v1.1.6 |
665 | 2023-10-03T21:41:29.997Z | Checking tempfile v3.8.0 |
666 | 2023-10-03T21:41:30.528Z | Checking slog-bunyan v2.4.0 |
667 | 2023-10-03T21:41:30.750Z | Compiling newtype_derive v0.1.6 |
668 | 2023-10-03T21:41:30.937Z | Checking console v0.15.7 |
669 | 2023-10-03T21:41:31.075Z | Checking progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#27a1e465) |
670 | 2023-10-03T21:41:31.244Z | Compiling structmeta-derive v0.1.6 |
671 | 2023-10-03T21:41:31.511Z | Checking sha2 v0.10.7 |
672 | 2023-10-03T21:41:32.208Z | Checking stringprep v0.1.3 |
673 | 2023-10-03T21:41:32.218Z | Checking hmac v0.12.1 |
674 | 2023-10-03T21:41:32.349Z | Checking md-5 v0.10.5 |
675 | 2023-10-03T21:41:32.779Z | Compiling libgit2-sys v0.15.2+1.6.4 |
676 | 2023-10-03T21:41:32.810Z | Compiling darling_macro v0.20.3 |
677 | 2023-10-03T21:41:33.148Z | Compiling paste v1.0.14 |
678 | 2023-10-03T21:41:33.171Z | Compiling workspace-hack v0.1.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
679 | 2023-10-03T21:41:33.804Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#17029cef) |
680 | 2023-10-03T21:41:34.040Z | Checking postgres-protocol v0.6.6 |
681 | 2023-10-03T21:41:36.856Z | Compiling darling v0.20.3 |
682 | 2023-10-03T21:41:36.964Z | Compiling serde_with_macros v2.3.3 |
683 | 2023-10-03T21:41:37.002Z | Compiling num_enum_derive v0.5.11 |
684 | 2023-10-03T21:41:37.106Z | Compiling async-stream-impl v0.3.5 |
685 | 2023-10-03T21:41:37.189Z | Compiling num-integer v0.1.45 |
686 | 2023-10-03T21:41:37.225Z | Checking strum v0.25.0 |
687 | 2023-10-03T21:41:37.331Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#35d44088) |
688 | 2023-10-03T21:41:37.358Z | Compiling structmeta v0.1.6 |
689 | 2023-10-03T21:41:37.478Z | Checking either v1.9.0 |
690 | 2023-10-03T21:41:37.539Z | Checking atomic-waker v1.1.1 |
691 | 2023-10-03T21:41:38.049Z | Compiling regex-syntax v0.6.29 |
692 | 2023-10-03T21:41:38.217Z | Checking fixedbitset v0.4.2 |
693 | 2023-10-03T21:41:38.231Z | Checking waitgroup v0.1.2 |
694 | 2023-10-03T21:41:38.236Z | Checking postgres-types v0.2.6 |
695 | 2023-10-03T21:41:38.241Z | Checking petgraph v0.6.4 |
696 | 2023-10-03T21:41:38.248Z | Checking async-stream v0.3.5 |
697 | 2023-10-03T21:41:38.280Z | Checking toml v0.7.6 |
698 | 2023-10-03T21:41:38.680Z | Checking serde_with v2.3.3 |
699 | 2023-10-03T21:41:38.991Z | Checking phf v0.11.2 |
700 | 2023-10-03T21:41:42.836Z | Checking num_enum v0.5.11 |
701 | 2023-10-03T21:41:42.949Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#35d44088) |
702 | 2023-10-03T21:41:43.049Z | Checking serde_path_to_error v0.1.14 |
703 | 2023-10-03T21:41:43.127Z | Compiling vergen v8.2.4 |
704 | 2023-10-03T21:41:43.159Z | Compiling memoffset v0.7.1 |
705 | 2023-10-03T21:41:43.186Z | Compiling proc-macro-error-attr v1.0.4 |
706 | 2023-10-03T21:41:43.234Z | Checking instant v0.1.12 |
707 | 2023-10-03T21:41:43.261Z | Checking whoami v1.4.1 |
708 | 2023-10-03T21:41:43.280Z | Checking debug-ignore v1.0.5 |
709 | 2023-10-03T21:41:43.734Z | Checking utf8parse v0.2.1 |
710 | 2023-10-03T21:41:43.739Z | Checking backoff v0.4.0 |
711 | 2023-10-03T21:41:43.767Z | Checking tokio-postgres v0.7.10 |
712 | 2023-10-03T21:41:43.773Z | Checking anstyle-parse v0.2.1 |
713 | 2023-10-03T21:41:43.778Z | Checking camino-tempfile v1.0.2 |
714 | 2023-10-03T21:41:43.784Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#17029cef) |
715 | 2023-10-03T21:41:43.792Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#27a1e465) |
716 | 2023-10-03T21:41:43.800Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
717 | 2023-10-03T21:41:43.833Z | Checking steno v0.4.0 |
718 | 2023-10-03T21:41:43.899Z | Compiling rustc_version v0.4.0 |
719 | 2023-10-03T21:41:43.962Z | Checking ipnetwork v0.20.0 |
720 | 2023-10-03T21:41:44.082Z | Checking macaddr v1.0.1 |
721 | 2023-10-03T21:41:44.716Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d) |
722 | 2023-10-03T21:41:45.282Z | Compiling libsqlite3-sys v0.26.0 |
723 | 2023-10-03T21:41:45.417Z | Compiling num-bigint v0.4.4 |
724 | 2023-10-03T21:41:45.574Z | Compiling slog-dtrace v0.2.3 |
725 | 2023-10-03T21:41:45.648Z | Compiling proc-macro-error v1.0.4 |
726 | 2023-10-03T21:41:45.869Z | Compiling parse-display-derive v0.7.0 |
727 | 2023-10-03T21:41:45.933Z | Checking anstyle v1.0.2 |
728 | 2023-10-03T21:41:45.996Z | Checking base64ct v1.6.0 |
729 | 2023-10-03T21:41:46.092Z | Checking colorchoice v1.0.0 |
730 | 2023-10-03T21:41:46.154Z | Checking anstyle-query v1.0.0 |
731 | 2023-10-03T21:41:46.158Z | Checking static_assertions v1.1.0 |
732 | 2023-10-03T21:41:46.255Z | Checking arc-swap v1.6.0 |
733 | 2023-10-03T21:41:46.388Z | Checking anstream v0.5.0 |
734 | 2023-10-03T21:41:46.601Z | Checking password-hash v0.5.0 |
735 | 2023-10-03T21:41:47.256Z | Checking blake2 v0.10.6 |
736 | 2023-10-03T21:41:47.260Z | Checking inout v0.1.3 |
737 | 2023-10-03T21:41:47.264Z | Checking slog-scope v4.4.0 |
738 | 2023-10-03T21:41:47.268Z | Compiling num-rational v0.4.1 |
739 | 2023-10-03T21:41:47.272Z | Compiling num-iter v0.1.43 |
740 | 2023-10-03T21:41:47.305Z | Checking termcolor v1.2.0 |
741 | 2023-10-03T21:41:47.510Z | Compiling radium v0.7.0 |
742 | 2023-10-03T21:41:47.653Z | Checking clap_lex v0.5.1 |
743 | 2023-10-03T21:41:47.955Z | Checking argon2 v0.5.1 |
744 | 2023-10-03T21:41:48.026Z | Checking clap_builder v4.4.0 |
745 | 2023-10-03T21:41:48.220Z | Checking slog-stdlog v4.1.1 |
746 | 2023-10-03T21:41:48.255Z | Checking cipher v0.4.4 |
747 | 2023-10-03T21:41:48.607Z | Checking nix v0.26.2 |
748 | 2023-10-03T21:41:49.125Z | Checking toml_edit v0.20.1 |
749 | 2023-10-03T21:41:49.579Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#7f571c6c) |
750 | 2023-10-03T21:41:49.590Z | Compiling clap_derive v4.4.0 |
751 | 2023-10-03T21:41:50.175Z | Compiling serde_repr v0.1.16 |
752 | 2023-10-03T21:41:52.008Z | Checking hashlink v0.8.3 |
753 | 2023-10-03T21:41:52.184Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys#b1a9fb85) |
754 | 2023-10-03T21:41:52.442Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#27a1e465) |
755 | 2023-10-03T21:41:52.569Z | Checking parse-display v0.7.0 |
756 | 2023-10-03T21:41:52.667Z | Checking fallible-streaming-iterator v0.1.9 |
757 | 2023-10-03T21:41:52.729Z | Checking tap v1.0.1 |
758 | 2023-10-03T21:41:52.945Z | Checking os_str_bytes v6.5.1 |
759 | 2023-10-03T21:41:52.950Z | Compiling portable-atomic v1.4.3 |
760 | 2023-10-03T21:41:52.955Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
761 | 2023-10-03T21:41:53.016Z | Checking rusqlite v0.29.0 |
762 | 2023-10-03T21:41:53.155Z | Checking toml v0.8.1 |
763 | 2023-10-03T21:41:53.435Z | Checking clap_lex v0.2.4 |
764 | 2023-10-03T21:41:53.463Z | Checking wyz v0.5.1 |
765 | 2023-10-03T21:41:54.044Z | Compiling clap_derive v3.2.25 |
766 | 2023-10-03T21:41:54.333Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d) |
767 | 2023-10-03T21:41:54.490Z | Checking slog-envlogger v2.2.0 |
768 | 2023-10-03T21:41:54.807Z | Checking twox-hash v1.6.3 |
769 | 2023-10-03T21:41:54.979Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
770 | 2023-10-03T21:41:55.000Z | Checking is-terminal v0.4.9 |
771 | 2023-10-03T21:41:55.165Z | Compiling num_enum_derive v0.7.0 |
772 | 2023-10-03T21:41:55.299Z | Checking regress v0.6.0 |
773 | 2023-10-03T21:41:55.518Z | Checking num-complex v0.4.4 |
774 | 2023-10-03T21:41:55.546Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d) |
775 | 2023-10-03T21:41:55.773Z | Checking universal-hash v0.5.1 |
776 | 2023-10-03T21:41:56.022Z | Checking opaque-debug v0.3.0 |
777 | 2023-10-03T21:41:56.136Z | Checking funty v2.0.0 |
778 | 2023-10-03T21:41:57.076Z | Checking textwrap v0.16.0 |
779 | 2023-10-03T21:41:57.743Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys?branch=main#b1a9fb85) |
780 | 2023-10-03T21:41:57.760Z | Checking num v0.4.1 |
781 | 2023-10-03T21:41:57.764Z | Checking clap v4.4.0 |
782 | 2023-10-03T21:41:57.767Z | Checking polyval v0.6.1 |
783 | 2023-10-03T21:41:57.770Z | Checking colored v2.0.4 |
784 | 2023-10-03T21:41:57.966Z | Checking bitvec v1.0.1 |
785 | 2023-10-03T21:41:58.408Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0) |
786 | 2023-10-03T21:41:58.470Z | Checking aes v0.8.3 |
787 | 2023-10-03T21:41:59.489Z | Checking num_enum v0.7.0 |
788 | 2023-10-03T21:41:59.535Z | Checking ctr v0.9.2 |
789 | 2023-10-03T21:41:59.691Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
790 | 2023-10-03T21:41:59.887Z | Checking bincode v1.3.3 |
791 | 2023-10-03T21:42:00.365Z | Compiling async-recursion v0.3.2 |
792 | 2023-10-03T21:42:00.375Z | Checking aead v0.5.2 |
793 | 2023-10-03T21:42:00.857Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
794 | 2023-10-03T21:42:00.861Z | Compiling erased-serde v0.3.30 |
795 | 2023-10-03T21:42:01.010Z | Checking humantime v2.1.0 |
796 | 2023-10-03T21:42:01.167Z | Checking pretty-hex v0.2.1 |
797 | 2023-10-03T21:42:01.196Z | Checking number_prefix v0.4.0 |
798 | 2023-10-03T21:42:01.236Z | Checking data-encoding v2.4.0 |
799 | 2023-10-03T21:42:01.379Z | Checking zeroize v1.6.0 |
800 | 2023-10-03T21:42:01.445Z | Checking env_logger v0.9.3 |
801 | 2023-10-03T21:42:01.458Z | Checking indicatif v0.17.6 |
802 | 2023-10-03T21:42:02.045Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
803 | 2023-10-03T21:42:02.056Z | Checking aes-gcm-siv v0.11.1 |
804 | 2023-10-03T21:42:02.063Z | Checking clap v3.2.25 |
805 | 2023-10-03T21:42:02.126Z | Checking itertools v0.11.0 |
806 | 2023-10-03T21:42:02.146Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
807 | 2023-10-03T21:42:02.170Z | Checking toml v0.5.11 |
808 | 2023-10-03T21:42:02.505Z | Compiling bitstruct_derive v0.1.0 |
809 | 2023-10-03T21:42:02.539Z | Compiling async-recursion v1.0.5 |
810 | 2023-10-03T21:42:02.830Z | Checking viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
811 | 2023-10-03T21:42:03.035Z | Checking libloading v0.7.4 |
812 | 2023-10-03T21:42:03.425Z | Checking ringbuffer v0.15.0 |
813 | 2023-10-03T21:42:04.018Z | Checking ascii v1.1.0 |
814 | 2023-10-03T21:42:04.301Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
815 | 2023-10-03T21:42:04.947Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
816 | 2023-10-03T21:42:04.967Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
817 | 2023-10-03T21:42:04.981Z | Checking bitstruct v0.1.1 |
818 | 2023-10-03T21:42:05.416Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#7251cbb0) |
819 | 2023-10-03T21:42:05.460Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
820 | 2023-10-03T21:42:05.483Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?rev=d59491f86668e15e92f35ffe3f94504ff4241c64#d59491f8) |
821 | 2023-10-03T21:42:05.918Z | Checking serde_arrays v0.1.0 |
822 | 2023-10-03T21:42:05.937Z | Checking matches v0.1.10 |
823 | 2023-10-03T21:42:05.943Z | Checking utf-8 v0.7.6 |
824 | 2023-10-03T21:42:05.966Z | Checking idna v0.2.3 |
825 | 2023-10-03T21:42:06.104Z | Checking tungstenite v0.20.1 |
826 | 2023-10-03T21:42:06.122Z | Compiling enum-as-inner v0.5.1 |
827 | 2023-10-03T21:42:06.162Z | Checking quick-error v1.2.3 |
828 | 2023-10-03T21:42:06.347Z | Checking linked-hash-map v0.5.6 |
829 | 2023-10-03T21:42:06.391Z | Checking resolv-conf v0.7.0 |
830 | 2023-10-03T21:42:06.851Z | Checking lru-cache v0.1.2 |
831 | 2023-10-03T21:42:06.919Z | Compiling const_format_proc_macros v0.2.31 |
832 | 2023-10-03T21:42:07.093Z | Checking assert_matches v1.5.0 |
833 | 2023-10-03T21:42:07.637Z | Checking base64 v0.13.1 |
834 | 2023-10-03T21:42:07.650Z | Checking tokio-tungstenite v0.20.1 |
835 | 2023-10-03T21:42:07.653Z | Checking p9kp v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0) |
836 | 2023-10-03T21:42:07.659Z | Checking bstr v1.6.0 |
837 | 2023-10-03T21:42:07.692Z | Checking bit_field v0.10.2 |
838 | 2023-10-03T21:42:07.835Z | Checking ron v0.7.1 |
839 | 2023-10-03T21:42:07.875Z | Checking trust-dns-proto v0.22.0 |
840 | 2023-10-03T21:42:08.012Z | Checking softnpu v0.1.0 (https://github.com/oxidecomputer/softnpu?rev=88f5f1334364e5580fe778c44ac0746a35927351#88f5f133) |
841 | 2023-10-03T21:42:08.138Z | Checking ctrlc v3.4.0 |
842 | 2023-10-03T21:42:08.414Z | Checking glob v0.3.1 |
843 | 2023-10-03T21:42:08.738Z | Checking globset v0.4.13 |
844 | 2023-10-03T21:42:10.111Z | Checking const_format v0.2.31 |
845 | 2023-10-03T21:42:13.041Z | Checking trust-dns-resolver v0.22.0 |
846 | 2023-10-03T21:42:13.219Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
847 | 2023-10-03T21:42:17.255Z | Checking progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#27a1e465) |
848 | 2023-10-03T21:42:17.275Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d) |
849 | 2023-10-03T21:42:17.292Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d) |
850 | 2023-10-03T21:42:17.302Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
851 | 2023-10-03T21:42:20.336Z | Compiling git2 v0.17.2 |
852 | 2023-10-03T21:42:25.012Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d) |
853 | 2023-10-03T21:42:26.250Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d) |
854 | 2023-10-03T21:42:26.679Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d) |
855 | 2023-10-03T21:42:26.694Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
856 | 2023-10-03T21:42:26.899Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
857 | 2023-10-03T21:42:28.624Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
858 | 2023-10-03T21:42:31.389Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d) |
859 | 2023-10-03T21:42:38.803Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
860 | 2023-10-03T21:42:50.057Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
861 | 2023-10-03T21:42:50.375Z | Checking propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
862 | 2023-10-03T21:42:50.379Z | Checking propolis-standalone-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-standalone-config) |
863 | 2023-10-03T21:42:50.883Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
864 | 2023-10-03T21:42:50.922Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
865 | 2023-10-03T21:42:57.054Z | Finished dev [unoptimized + debuginfo] target(s) in 3m 06s |
866 | 2023-10-03T21:42:57.299Z | |
867 | 2023-10-03T21:42:57.302Z | real 3:07.131500832 |
868 | 2023-10-03T21:42:57.305Z | user 14:43.287033395 |
869 | 2023-10-03T21:42:57.311Z | sys 2:36.269405861 |
870 | 2023-10-03T21:42:57.314Z | trap 0.605823870 |
871 | 2023-10-03T21:42:57.316Z | tflt 1.982982896 |
872 | 2023-10-03T21:42:57.320Z | dflt 4.583925718 |
873 | 2023-10-03T21:42:57.324Z | kflt 0.022188936 |
874 | 2023-10-03T21:42:57.327Z | lock 20:14.981947053 |
875 | 2023-10-03T21:42:57.333Z | slp 43:06.166580052 |
876 | 2023-10-03T21:42:57.338Z | lat 51.917282795 |
877 | 2023-10-03T21:42:57.342Z | stop 2:15.112363269 |
878 | 2023-10-03T21:42:57.346Z | + banner build |
879 | 2023-10-03T21:42:57.350Z | |
880 | 2023-10-03T21:42:57.355Z | ##### # # # # ##### |
881 | 2023-10-03T21:42:57.359Z | # # # # # # # # |
882 | 2023-10-03T21:42:57.365Z | ##### # # # # # # |
883 | 2023-10-03T21:42:57.370Z | # # # # # # # # |
884 | 2023-10-03T21:42:57.376Z | # # # # # # # # |
885 | 2023-10-03T21:42:57.382Z | ##### #### # ###### ##### |
886 | 2023-10-03T21:42:57.385Z | |
887 | 2023-10-03T21:42:57.389Z | + ptime -m cargo build --features falcon --release -p propolis-server -p propolis-cli |
888 | 2023-10-03T21:42:57.966Z | Compiling proc-macro2 v1.0.66 |
889 | 2023-10-03T21:42:57.973Z | Compiling unicode-ident v1.0.11 |
890 | 2023-10-03T21:42:57.985Z | Compiling libc v0.2.148 |
891 | 2023-10-03T21:42:57.993Z | Compiling serde v1.0.187 |
892 | 2023-10-03T21:42:57.999Z | Compiling version_check v0.9.4 |
893 | 2023-10-03T21:42:58.019Z | Compiling cfg-if v1.0.0 |
894 | 2023-10-03T21:42:58.027Z | Compiling autocfg v1.1.0 |
895 | 2023-10-03T21:42:58.032Z | Compiling syn v1.0.109 |
896 | 2023-10-03T21:42:58.105Z | Compiling once_cell v1.18.0 |
897 | 2023-10-03T21:42:58.218Z | Compiling memchr v2.5.0 |
898 | 2023-10-03T21:42:58.927Z | Compiling thiserror v1.0.47 |
899 | 2023-10-03T21:42:58.949Z | Compiling libm v0.2.7 |
900 | 2023-10-03T21:42:58.956Z | Compiling serde_json v1.0.105 |
901 | 2023-10-03T21:42:58.995Z | Compiling itoa v1.0.9 |
902 | 2023-10-03T21:42:59.459Z | Compiling log v0.4.20 |
903 | 2023-10-03T21:42:59.479Z | Compiling ahash v0.8.3 |
904 | 2023-10-03T21:42:59.669Z | Compiling pin-project-lite v0.2.13 |
905 | 2023-10-03T21:42:59.823Z | Compiling ahash v0.7.6 |
906 | 2023-10-03T21:43:00.017Z | Compiling pkg-config v0.3.27 |
907 | 2023-10-03T21:43:00.046Z | Compiling typenum v1.16.0 |
908 | 2023-10-03T21:43:00.799Z | Compiling quote v1.0.33 |
909 | 2023-10-03T21:43:01.322Z | Compiling syn v2.0.29 |
910 | 2023-10-03T21:43:01.375Z | Compiling getrandom v0.2.10 |
911 | 2023-10-03T21:43:01.622Z | Compiling jobserver v0.1.26 |
912 | 2023-10-03T21:43:01.764Z | Compiling rand_core v0.6.4 |
913 | 2023-10-03T21:43:01.992Z | Compiling lock_api v0.4.10 |
914 | 2023-10-03T21:43:02.024Z | Compiling generic-array v0.14.7 |
915 | 2023-10-03T21:43:02.467Z | Compiling cc v1.0.83 |
916 | 2023-10-03T21:43:02.526Z | Compiling parking_lot_core v0.9.8 |
917 | 2023-10-03T21:43:02.545Z | Compiling vcpkg v0.2.15 |
918 | 2023-10-03T21:43:02.698Z | Compiling smallvec v1.11.0 |
919 | 2023-10-03T21:43:03.228Z | Compiling num-traits v0.2.16 |
920 | 2023-10-03T21:43:03.422Z | Compiling scopeguard v1.2.0 |
921 | 2023-10-03T21:43:04.944Z | Compiling futures-core v0.3.28 |
922 | 2023-10-03T21:43:05.518Z | Compiling parking_lot v0.12.1 |
923 | 2023-10-03T21:43:05.553Z | Compiling num_cpus v1.16.0 |
924 | 2023-10-03T21:43:05.601Z | Compiling signal-hook-registry v1.4.1 |
925 | 2023-10-03T21:43:05.736Z | Compiling socket2 v0.5.3 |
926 | 2023-10-03T21:43:08.239Z | Compiling mio v0.8.8 |
927 | 2023-10-03T21:43:08.247Z | Compiling indexmap v1.9.3 |
928 | 2023-10-03T21:43:08.754Z | Compiling ryu v1.0.15 |
929 | 2023-10-03T21:43:09.278Z | Compiling crypto-common v0.1.6 |
930 | 2023-10-03T21:43:09.344Z | Compiling schemars v0.8.12 |
931 | 2023-10-03T21:43:09.698Z | Compiling slab v0.4.9 |
932 | 2023-10-03T21:43:09.710Z | Compiling hashbrown v0.14.0 |
933 | 2023-10-03T21:43:09.890Z | Compiling equivalent v1.0.1 |
934 | 2023-10-03T21:43:09.978Z | Compiling futures-channel v0.3.28 |
935 | 2023-10-03T21:43:10.031Z | Compiling futures-task v0.3.28 |
936 | 2023-10-03T21:43:10.213Z | Compiling futures-sink v0.3.28 |
937 | 2023-10-03T21:43:10.583Z | Compiling pin-utils v0.1.0 |
938 | 2023-10-03T21:43:10.594Z | Compiling futures-util v0.3.28 |
939 | 2023-10-03T21:43:10.691Z | Compiling heck v0.4.1 |
940 | 2023-10-03T21:43:11.436Z | Compiling futures-io v0.3.28 |
941 | 2023-10-03T21:43:11.585Z | Compiling indexmap v2.0.0 |
942 | 2023-10-03T21:43:11.595Z | Compiling subtle v2.5.0 |
943 | 2023-10-03T21:43:11.731Z | Compiling unicode-xid v0.2.4 |
944 | 2023-10-03T21:43:11.805Z | Compiling tinyvec_macros v0.1.1 |
945 | 2023-10-03T21:43:11.909Z | Compiling tinyvec v1.6.0 |
946 | 2023-10-03T21:43:11.964Z | Compiling slog v2.7.0 |
947 | 2023-10-03T21:43:12.008Z | Compiling time-core v0.1.1 |
948 | 2023-10-03T21:43:12.031Z | Compiling time v0.1.45 |
949 | 2023-10-03T21:43:12.307Z | Compiling time-macros v0.2.13 |
950 | 2023-10-03T21:43:12.697Z | Compiling hashbrown v0.12.3 |
951 | 2023-10-03T21:43:13.283Z | Compiling serde_derive_internals v0.26.0 |
952 | 2023-10-03T21:43:13.754Z | Compiling unicode-bidi v0.3.13 |
953 | 2023-10-03T21:43:14.733Z | Compiling unicode-normalization v0.1.22 |
954 | 2023-10-03T21:43:14.947Z | Compiling ucd-trie v0.1.6 |
955 | 2023-10-03T21:43:15.187Z | Compiling iana-time-zone v0.1.57 |
956 | 2023-10-03T21:43:16.971Z | Compiling synstructure v0.12.6 |
957 | 2023-10-03T21:43:17.546Z | Compiling block-buffer v0.10.4 |
958 | 2023-10-03T21:43:17.881Z | Compiling tracing-core v0.1.31 |
959 | 2023-10-03T21:43:19.254Z | Compiling bitflags v1.3.2 |
960 | 2023-10-03T21:43:19.383Z | Compiling fnv v1.0.7 |
961 | 2023-10-03T21:43:19.485Z | Compiling digest v0.10.7 |
962 | 2023-10-03T21:43:19.736Z | Compiling ring v0.16.20 |
963 | 2023-10-03T21:43:21.434Z | Compiling percent-encoding v2.3.0 |
964 | 2023-10-03T21:43:21.955Z | Compiling byteorder v1.4.3 |
965 | 2023-10-03T21:43:22.465Z | Compiling openssl-sys v0.9.91 |
966 | 2023-10-03T21:43:22.621Z | Compiling lazy_static v1.4.0 |
967 | 2023-10-03T21:43:22.814Z | Compiling dyn-clone v1.0.13 |
968 | 2023-10-03T21:43:22.823Z | Compiling httparse v1.8.0 |
969 | 2023-10-03T21:43:22.874Z | Compiling ppv-lite86 v0.2.17 |
970 | 2023-10-03T21:43:22.888Z | Compiling serde_derive v1.0.187 |
971 | 2023-10-03T21:43:23.063Z | Compiling thiserror-impl v1.0.47 |
972 | 2023-10-03T21:43:23.434Z | Compiling tokio-macros v2.1.0 |
973 | 2023-10-03T21:43:24.097Z | Compiling schemars_derive v0.8.12 |
974 | 2023-10-03T21:43:24.588Z | Compiling futures-macro v0.3.28 |
975 | 2023-10-03T21:43:24.592Z | Compiling tracing-attributes v0.1.26 |
976 | 2023-10-03T21:43:24.836Z | Compiling zerocopy-derive v0.2.0 |
977 | 2023-10-03T21:43:26.107Z | Compiling rand_chacha v0.3.1 |
978 | 2023-10-03T21:43:28.335Z | Compiling pest v2.7.2 |
979 | 2023-10-03T21:43:28.774Z | Compiling form_urlencoded v1.2.0 |
980 | 2023-10-03T21:43:28.815Z | Compiling usdt-impl v0.3.5 |
981 | 2023-10-03T21:43:29.435Z | Compiling untrusted v0.7.1 |
982 | 2023-10-03T21:43:29.779Z | Compiling allocator-api2 v0.2.16 |
983 | 2023-10-03T21:43:29.854Z | Compiling tracing v0.1.37 |
984 | 2023-10-03T21:43:29.863Z | Compiling spin v0.5.2 |
985 | 2023-10-03T21:43:30.214Z | Compiling rand v0.8.5 |
986 | 2023-10-03T21:43:31.804Z | Compiling semver v1.0.18 |
987 | 2023-10-03T21:43:31.934Z | Compiling winnow v0.5.15 |
988 | 2023-10-03T21:43:32.523Z | Compiling pest_meta v2.7.2 |
989 | 2023-10-03T21:43:33.225Z | Compiling zerocopy v0.3.0 |
990 | 2023-10-03T21:43:33.376Z | Compiling idna v0.4.0 |
991 | 2023-10-03T21:43:34.240Z | Compiling crossbeam-utils v0.8.16 |
992 | 2023-10-03T21:43:34.518Z | Compiling try-lock v0.2.4 |
993 | 2023-10-03T21:43:34.730Z | Compiling pest_generator v2.7.2 |
994 | 2023-10-03T21:43:34.976Z | Compiling foreign-types-shared v0.1.1 |
995 | 2023-10-03T21:43:35.544Z | Compiling num_threads v0.1.6 |
996 | 2023-10-03T21:43:35.552Z | Compiling cpufeatures v0.2.9 |
997 | 2023-10-03T21:43:35.556Z | Compiling base64 v0.21.4 |
998 | 2023-10-03T21:43:37.770Z | Compiling deranged v0.3.8 |
999 | 2023-10-03T21:43:38.178Z | Compiling rustls v0.21.6 |
1000 | 2023-10-03T21:43:38.635Z | Compiling openssl v0.10.56 |
1001 | 2023-10-03T21:43:38.677Z | Compiling foreign-types v0.3.2 |
1002 | 2023-10-03T21:43:38.826Z | Compiling url v2.4.0 |
1003 | 2023-10-03T21:43:39.275Z | Compiling want v0.3.1 |
1004 | 2023-10-03T21:43:39.386Z | Compiling dof v0.1.5 |
1005 | 2023-10-03T21:43:39.409Z | Compiling pest_derive v2.7.2 |
1006 | 2023-10-03T21:43:39.708Z | Compiling sct v0.7.0 |
1007 | 2023-10-03T21:43:40.523Z | Compiling rustls-webpki v0.101.4 |
1008 | 2023-10-03T21:43:40.716Z | Compiling dtrace-parser v0.1.14 |
1009 | 2023-10-03T21:43:41.329Z | Compiling time v0.3.27 |
1010 | 2023-10-03T21:43:43.529Z | Compiling openssl-macros v0.1.1 |
1011 | 2023-10-03T21:43:44.272Z | Compiling thread-id v4.2.0 |
1012 | 2023-10-03T21:43:44.396Z | Compiling socket2 v0.4.9 |
1013 | 2023-10-03T21:43:44.824Z | Compiling aho-corasick v1.0.4 |
1014 | 2023-10-03T21:43:45.374Z | Compiling rustversion v1.0.14 |
1015 | 2023-10-03T21:43:46.344Z | Compiling native-tls v0.2.11 |
1016 | 2023-10-03T21:43:46.884Z | Compiling bytes v1.4.0 |
1017 | 2023-10-03T21:43:48.552Z | Compiling tokio v1.32.0 |
1018 | 2023-10-03T21:43:48.839Z | Compiling chrono v0.4.26 |
1019 | 2023-10-03T21:43:49.391Z | Compiling http v0.2.9 |
1020 | 2023-10-03T21:43:51.874Z | Compiling uuid v1.4.1 |
1021 | 2023-10-03T21:43:57.996Z | Compiling serde_spanned v0.6.3 |
1022 | 2023-10-03T21:43:58.117Z | Compiling toml_datetime v0.6.3 |
1023 | 2023-10-03T21:43:58.316Z | Compiling http-body v0.4.5 |
1024 | 2023-10-03T21:43:58.757Z | Compiling toml_edit v0.19.14 |
1025 | 2023-10-03T21:43:59.027Z | Compiling bitflags v2.4.0 |
1026 | 2023-10-03T21:44:02.153Z | Compiling tokio-util v0.7.8 |
1027 | 2023-10-03T21:44:03.097Z | Compiling httpdate v1.0.3 |
1028 | 2023-10-03T21:44:03.295Z | Compiling regex-syntax v0.7.4 |
1029 | 2023-10-03T21:44:04.356Z | Compiling h2 v0.3.21 |
1030 | 2023-10-03T21:44:05.054Z | Compiling tower-service v0.3.2 |
1031 | 2023-10-03T21:44:08.812Z | Compiling serde_tokenstream v0.1.7 |
1032 | 2023-10-03T21:44:10.388Z | Compiling regex-automata v0.3.6 |
1033 | 2023-10-03T21:44:14.567Z | Compiling hyper v0.14.27 |
1034 | 2023-10-03T21:44:34.413Z | Compiling unicode-width v0.1.10 |
1035 | 2023-10-03T21:44:34.792Z | Compiling openssl-probe v0.1.5 |
1036 | 2023-10-03T21:44:34.952Z | Compiling tokio-rustls v0.24.1 |
1037 | 2023-10-03T21:44:34.969Z | Compiling regex v1.9.3 |
1038 | 2023-10-03T21:44:37.373Z | Compiling hashbrown v0.13.2 |
1039 | 2023-10-03T21:44:39.209Z | Compiling openapiv3 v1.0.2 |
1040 | 2023-10-03T21:44:40.645Z | Compiling serde_tokenstream v0.2.0 |
1041 | 2023-10-03T21:44:40.879Z | Compiling atty v0.2.14 |
1042 | 2023-10-03T21:44:41.217Z | Compiling anyhow v1.0.75 |
1043 | 2023-10-03T21:44:41.437Z | Compiling ipnet v2.8.0 |
1044 | 2023-10-03T21:44:42.018Z | Compiling async-trait v0.1.73 |
1045 | 2023-10-03T21:44:42.832Z | Compiling regress v0.7.1 |
1046 | 2023-10-03T21:44:43.603Z | Compiling tokio-native-tls v0.3.1 |
1047 | 2023-10-03T21:44:44.028Z | Compiling usdt-macro v0.3.5 |
1048 | 2023-10-03T21:44:45.963Z | Compiling usdt-attr-macro v0.3.5 |
1049 | 2023-10-03T21:44:47.459Z | Compiling serde_urlencoded v0.7.1 |
1050 | 2023-10-03T21:44:47.499Z | Compiling futures-executor v0.3.28 |
1051 | 2023-10-03T21:44:48.357Z | Compiling rustls-pemfile v1.0.3 |
1052 | 2023-10-03T21:44:49.480Z | Compiling dirs-sys-next v0.1.2 |
1053 | 2023-10-03T21:44:51.213Z | Compiling dirs-next v2.0.0 |
1054 | 2023-10-03T21:44:51.281Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#17029cef) |
1055 | 2023-10-03T21:44:51.546Z | Compiling usdt v0.3.5 |
1056 | 2023-10-03T21:44:52.265Z | Compiling hyper-tls v0.5.0 |
1057 | 2023-10-03T21:44:56.997Z | Compiling hyper-rustls v0.24.1 |
1058 | 2023-10-03T21:44:58.687Z | Compiling thread_local v1.1.7 |
1059 | 2023-10-03T21:44:59.910Z | Compiling encoding_rs v0.8.33 |
1060 | 2023-10-03T21:45:00.062Z | Compiling rustix v0.38.9 |
1061 | 2023-10-03T21:45:01.117Z | Compiling webpki-roots v0.25.2 |
1062 | 2023-10-03T21:45:03.172Z | Compiling slog-async v2.8.0 |
1063 | 2023-10-03T21:45:03.921Z | Compiling mime v0.3.17 |
1064 | 2023-10-03T21:45:05.774Z | Compiling reqwest v0.11.20 |
1065 | 2023-10-03T21:45:09.567Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#17029cef) |
1066 | 2023-10-03T21:45:12.822Z | Compiling term v0.7.0 |
1067 | 2023-10-03T21:45:15.396Z | Compiling crossbeam-channel v0.5.8 |
1068 | 2023-10-03T21:45:18.133Z | Compiling errno v0.3.2 |
1069 | 2023-10-03T21:45:18.484Z | Compiling siphasher v0.3.11 |
1070 | 2023-10-03T21:45:19.272Z | Compiling take_mut v0.2.2 |
1071 | 2023-10-03T21:45:19.401Z | Compiling phf_shared v0.11.2 |
1072 | 2023-10-03T21:45:21.547Z | Compiling slog-term v2.9.0 |
1073 | 2023-10-03T21:45:26.421Z | Compiling proc-macro-crate v1.3.1 |
1074 | 2023-10-03T21:45:26.543Z | Compiling hex v0.4.3 |
1075 | 2023-10-03T21:45:29.357Z | Compiling match_cfg v0.1.0 |
1076 | 2023-10-03T21:45:29.705Z | Compiling getopts v0.2.21 |
1077 | 2023-10-03T21:45:29.913Z | Compiling hostname v0.3.1 |
1078 | 2023-10-03T21:45:31.174Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#17029cef) |
1079 | 2023-10-03T21:45:31.357Z | Compiling futures v0.3.28 |
1080 | 2023-10-03T21:45:36.769Z | Compiling fallible-iterator v0.2.0 |
1081 | 2023-10-03T21:45:38.068Z | Compiling unsafe-libyaml v0.2.9 |
1082 | 2023-10-03T21:45:39.356Z | Compiling ident_case v1.0.1 |
1083 | 2023-10-03T21:45:40.014Z | Compiling strsim v0.10.0 |
1084 | 2023-10-03T21:45:40.635Z | Compiling serde_yaml v0.9.25 |
1085 | 2023-10-03T21:45:41.159Z | Compiling darling_core v0.20.3 |
1086 | 2023-10-03T21:45:44.967Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#27a1e465) |
1087 | 2023-10-03T21:45:50.478Z | Compiling sha1 v0.10.5 |
1088 | 2023-10-03T21:45:52.431Z | Compiling libz-sys v1.1.12 |
1089 | 2023-10-03T21:45:53.381Z | Compiling semver v0.1.20 |
1090 | 2023-10-03T21:45:54.339Z | Compiling rustc_version v0.1.7 |
1091 | 2023-10-03T21:45:55.714Z | Compiling darling_macro v0.20.3 |
1092 | 2023-10-03T21:45:56.159Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#27a1e465) |
1093 | 2023-10-03T21:45:58.091Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#27a1e465) |
1094 | 2023-10-03T21:46:01.297Z | Compiling strum_macros v0.25.2 |
1095 | 2023-10-03T21:46:03.560Z | Compiling slog-json v2.6.1 |
1096 | 2023-10-03T21:46:51.557Z | Compiling fastrand v2.0.0 |
1097 | 2023-10-03T21:46:51.822Z | Compiling camino v1.1.6 |
1098 | 2023-10-03T21:46:51.979Z | Compiling tempfile v3.8.0 |
1099 | 2023-10-03T21:46:52.044Z | Compiling strum v0.25.0 |
1100 | 2023-10-03T21:46:52.134Z | Compiling slog-bunyan v2.4.0 |
1101 | 2023-10-03T21:46:52.823Z | Compiling darling v0.20.3 |
1102 | 2023-10-03T21:46:53.017Z | Compiling newtype_derive v0.1.6 |
1103 | 2023-10-03T21:46:53.099Z | Compiling console v0.15.7 |
1104 | 2023-10-03T21:46:53.148Z | Compiling sha2 v0.10.7 |
1105 | 2023-10-03T21:46:53.197Z | Compiling structmeta-derive v0.1.6 |
1106 | 2023-10-03T21:46:53.277Z | Compiling hmac v0.12.1 |
1107 | 2023-10-03T21:46:53.386Z | Compiling md-5 v0.10.5 |
1108 | 2023-10-03T21:46:53.469Z | Compiling stringprep v0.1.3 |
1109 | 2023-10-03T21:46:53.550Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1110 | 2023-10-03T21:46:53.559Z | Compiling paste v1.0.14 |
1111 | 2023-10-03T21:46:53.623Z | Compiling postgres-protocol v0.6.6 |
1112 | 2023-10-03T21:46:53.631Z | Compiling structmeta v0.1.6 |
1113 | 2023-10-03T21:46:53.739Z | Compiling workspace-hack v0.1.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
1114 | 2023-10-03T21:46:53.853Z | Compiling serde_with_macros v2.3.3 |
1115 | 2023-10-03T21:46:53.872Z | Compiling num_enum_derive v0.5.11 |
1116 | 2023-10-03T21:46:53.933Z | Compiling async-stream-impl v0.3.5 |
1117 | 2023-10-03T21:46:54.049Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#27a1e465) |
1118 | 2023-10-03T21:46:54.109Z | Compiling num-integer v0.1.45 |
1119 | 2023-10-03T21:46:54.125Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#35d44088) |
1120 | 2023-10-03T21:46:54.176Z | Compiling fixedbitset v0.4.2 |
1121 | 2023-10-03T21:46:54.207Z | Compiling atomic-waker v1.1.1 |
1122 | 2023-10-03T21:46:54.239Z | Compiling regex-syntax v0.6.29 |
1123 | 2023-10-03T21:46:54.270Z | Compiling either v1.9.0 |
1124 | 2023-10-03T21:46:54.286Z | Compiling waitgroup v0.1.2 |
1125 | 2023-10-03T21:46:54.309Z | Compiling num_enum v0.5.11 |
1126 | 2023-10-03T21:46:54.326Z | Compiling async-stream v0.3.5 |
1127 | 2023-10-03T21:46:54.360Z | Compiling petgraph v0.6.4 |
1128 | 2023-10-03T21:46:54.377Z | Compiling serde_with v2.3.3 |
1129 | 2023-10-03T21:46:54.396Z | Compiling postgres-types v0.2.6 |
1130 | 2023-10-03T21:46:54.410Z | Compiling toml v0.7.6 |
1131 | 2023-10-03T21:46:54.416Z | Compiling phf v0.11.2 |
1132 | 2023-10-03T21:46:54.472Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#35d44088) |
1133 | 2023-10-03T21:46:54.917Z | Compiling vergen v8.2.4 |
1134 | 2023-10-03T21:46:54.956Z | Compiling serde_path_to_error v0.1.14 |
1135 | 2023-10-03T21:46:54.965Z | Compiling parse-display-derive v0.7.0 |
1136 | 2023-10-03T21:46:54.980Z | Compiling proc-macro-error-attr v1.0.4 |
1137 | 2023-10-03T21:46:54.992Z | Compiling instant v0.1.12 |
1138 | 2023-10-03T21:46:55.010Z | Compiling debug-ignore v1.0.5 |
1139 | 2023-10-03T21:46:55.068Z | Compiling whoami v1.4.1 |
1140 | 2023-10-03T21:46:55.092Z | Compiling backoff v0.4.0 |
1141 | 2023-10-03T21:46:55.154Z | Compiling tokio-postgres v0.7.10 |
1142 | 2023-10-03T21:46:55.160Z | Compiling steno v0.4.0 |
1143 | 2023-10-03T21:46:55.182Z | Compiling camino-tempfile v1.0.2 |
1144 | 2023-10-03T21:46:55.263Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1145 | 2023-10-03T21:46:55.289Z | Compiling rustc_version v0.4.0 |
1146 | 2023-10-03T21:46:55.357Z | Compiling ipnetwork v0.20.0 |
1147 | 2023-10-03T21:46:55.414Z | Compiling macaddr v1.0.1 |
1148 | 2023-10-03T21:46:55.469Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d) |
1149 | 2023-10-03T21:46:55.538Z | Compiling parse-display v0.7.0 |
1150 | 2023-10-03T21:46:55.621Z | Compiling libsqlite3-sys v0.26.0 |
1151 | 2023-10-03T21:46:55.635Z | Compiling memoffset v0.7.1 |
1152 | 2023-10-03T21:46:55.648Z | Compiling num-bigint v0.4.4 |
1153 | 2023-10-03T21:46:55.674Z | Compiling proc-macro-error v1.0.4 |
1154 | 2023-10-03T21:46:55.688Z | Compiling slog-dtrace v0.2.3 |
1155 | 2023-10-03T21:46:55.705Z | Compiling base64ct v1.6.0 |
1156 | 2023-10-03T21:46:55.739Z | Compiling utf8parse v0.2.1 |
1157 | 2023-10-03T21:46:55.759Z | Compiling arc-swap v1.6.0 |
1158 | 2023-10-03T21:46:55.782Z | Compiling slog-scope v4.4.0 |
1159 | 2023-10-03T21:46:55.796Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d) |
1160 | 2023-10-03T21:46:55.813Z | Compiling password-hash v0.5.0 |
1161 | 2023-10-03T21:46:55.836Z | Compiling anstyle-parse v0.2.1 |
1162 | 2023-10-03T21:46:55.854Z | Compiling blake2 v0.10.6 |
1163 | 2023-10-03T21:46:55.904Z | Compiling inout v0.1.3 |
1164 | 2023-10-03T21:46:55.908Z | Compiling num-rational v0.4.1 |
1165 | 2023-10-03T21:46:55.915Z | Compiling num-iter v0.1.43 |
1166 | 2023-10-03T21:46:55.920Z | Compiling termcolor v1.2.0 |
1167 | 2023-10-03T21:46:55.923Z | Compiling anstyle-query v1.0.0 |
1168 | 2023-10-03T21:46:55.932Z | Compiling radium v0.7.0 |
1169 | 2023-10-03T21:46:55.947Z | Compiling anstyle v1.0.2 |
1170 | 2023-10-03T21:46:55.975Z | Compiling static_assertions v1.1.0 |
1171 | 2023-10-03T21:46:55.990Z | Compiling colorchoice v1.0.0 |
1172 | 2023-10-03T21:46:56.405Z | Compiling anstream v0.5.0 |
1173 | 2023-10-03T21:46:56.419Z | Compiling cipher v0.4.4 |
1174 | 2023-10-03T21:46:56.432Z | Compiling argon2 v0.5.1 |
1175 | 2023-10-03T21:46:59.151Z | Compiling slog-stdlog v4.1.1 |
1176 | 2023-10-03T21:47:00.325Z | Compiling toml_edit v0.20.1 |
1177 | 2023-10-03T21:47:00.646Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#7f571c6c) |
1178 | 2023-10-03T21:47:01.421Z | Compiling hashlink v0.8.3 |
1179 | 2023-10-03T21:47:01.886Z | Compiling serde_repr v0.1.16 |
1180 | 2023-10-03T21:47:02.446Z | Compiling fallible-streaming-iterator v0.1.9 |
1181 | 2023-10-03T21:47:02.623Z | Compiling portable-atomic v1.4.3 |
1182 | 2023-10-03T21:47:02.846Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys#b1a9fb85) |
1183 | 2023-10-03T21:47:03.423Z | Compiling tap v1.0.1 |
1184 | 2023-10-03T21:47:03.649Z | Compiling clap_lex v0.5.1 |
1185 | 2023-10-03T21:47:03.710Z | Compiling data-encoding v2.4.0 |
1186 | 2023-10-03T21:47:04.105Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1187 | 2023-10-03T21:47:05.504Z | Compiling os_str_bytes v6.5.1 |
1188 | 2023-10-03T21:47:05.508Z | Compiling toml v0.8.1 |
1189 | 2023-10-03T21:47:05.994Z | Compiling clap_lex v0.2.4 |
1190 | 2023-10-03T21:47:07.311Z | Compiling clap_builder v4.4.0 |
1191 | 2023-10-03T21:47:10.855Z | Compiling wyz v0.5.1 |
1192 | 2023-10-03T21:47:11.649Z | Compiling rusqlite v0.29.0 |
1193 | 2023-10-03T21:47:17.275Z | Compiling slog-envlogger v2.2.0 |
1194 | 2023-10-03T21:47:19.499Z | Compiling nix v0.26.2 |
1195 | 2023-10-03T21:47:19.861Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d) |
1196 | 2023-10-03T21:47:20.820Z | Compiling clap_derive v3.2.25 |
1197 | 2023-10-03T21:47:25.248Z | Compiling twox-hash v1.6.3 |
1198 | 2023-10-03T21:47:26.966Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
1199 | 2023-10-03T21:47:27.713Z | Compiling num_enum_derive v0.7.0 |
1200 | 2023-10-03T21:47:28.451Z | Compiling is-terminal v0.4.9 |
1201 | 2023-10-03T21:47:29.062Z | Compiling regress v0.6.0 |
1202 | 2023-10-03T21:47:29.618Z | Compiling num-complex v0.4.4 |
1203 | 2023-10-03T21:47:30.790Z | Compiling clap_derive v4.4.0 |
1204 | 2023-10-03T21:47:31.817Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d) |
1205 | 2023-10-03T21:47:32.038Z | Compiling universal-hash v0.5.1 |
1206 | 2023-10-03T21:47:32.590Z | Compiling textwrap v0.16.0 |
1207 | 2023-10-03T21:47:33.327Z | Compiling opaque-debug v0.3.0 |
1208 | 2023-10-03T21:47:33.751Z | Compiling funty v2.0.0 |
1209 | 2023-10-03T21:47:34.300Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys?branch=main#b1a9fb85) |
1210 | 2023-10-03T21:47:35.190Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d) |
1211 | 2023-10-03T21:47:36.339Z | Compiling bitvec v1.0.1 |
1212 | 2023-10-03T21:47:36.782Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d) |
1213 | 2023-10-03T21:47:37.446Z | Compiling clap v4.4.0 |
1214 | 2023-10-03T21:47:38.762Z | Compiling polyval v0.6.1 |
1215 | 2023-10-03T21:47:39.833Z | Compiling clap v3.2.25 |
1216 | 2023-10-03T21:47:40.526Z | Compiling num v0.4.1 |
1217 | 2023-10-03T21:47:41.397Z | Compiling colored v2.0.4 |
1218 | 2023-10-03T21:47:42.226Z | Compiling num_enum v0.7.0 |
1219 | 2023-10-03T21:47:44.755Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0) |
1220 | 2023-10-03T21:47:55.185Z | Compiling aes v0.8.3 |
1221 | 2023-10-03T21:47:55.673Z | Compiling ctr v0.9.2 |
1222 | 2023-10-03T21:48:03.242Z | Compiling propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
1223 | 2023-10-03T21:48:05.007Z | Compiling bincode v1.3.3 |
1224 | 2023-10-03T21:48:05.456Z | Compiling async-recursion v0.3.2 |
1225 | 2023-10-03T21:48:06.440Z | Compiling aead v0.5.2 |
1226 | 2023-10-03T21:48:06.955Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
1227 | 2023-10-03T21:48:08.030Z | Compiling number_prefix v0.4.0 |
1228 | 2023-10-03T21:48:09.037Z | Compiling erased-serde v0.3.30 |
1229 | 2023-10-03T21:48:09.641Z | Compiling zeroize v1.6.0 |
1230 | 2023-10-03T21:48:10.303Z | Compiling humantime v2.1.0 |
1231 | 2023-10-03T21:48:11.214Z | Compiling pretty-hex v0.2.1 |
1232 | 2023-10-03T21:48:11.810Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1233 | 2023-10-03T21:48:24.474Z | Compiling p9kp v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0) |
1234 | 2023-10-03T21:48:24.963Z | Compiling env_logger v0.9.3 |
1235 | 2023-10-03T21:48:25.248Z | Compiling aes-gcm-siv v0.11.1 |
1236 | 2023-10-03T21:48:25.636Z | Compiling indicatif v0.17.6 |
1237 | 2023-10-03T21:48:25.739Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d) |
1238 | 2023-10-03T21:48:25.758Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?rev=d59491f86668e15e92f35ffe3f94504ff4241c64#d59491f8) |
1239 | 2023-10-03T21:48:25.859Z | Compiling itertools v0.11.0 |
1240 | 2023-10-03T21:48:26.018Z | Compiling bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
1241 | 2023-10-03T21:48:26.128Z | Compiling toml v0.5.11 |
1242 | 2023-10-03T21:48:26.203Z | Compiling bitstruct_derive v0.1.0 |
1243 | 2023-10-03T21:48:26.253Z | Compiling async-recursion v1.0.5 |
1244 | 2023-10-03T21:48:26.309Z | Compiling viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
1245 | 2023-10-03T21:48:26.392Z | Compiling libloading v0.7.4 |
1246 | 2023-10-03T21:48:26.448Z | Compiling matches v0.1.10 |
1247 | 2023-10-03T21:48:26.910Z | Compiling ringbuffer v0.15.0 |
1248 | 2023-10-03T21:48:26.932Z | Compiling ascii v1.1.0 |
1249 | 2023-10-03T21:48:26.960Z | Compiling utf-8 v0.7.6 |
1250 | 2023-10-03T21:48:26.996Z | Compiling tungstenite v0.20.1 |
1251 | 2023-10-03T21:48:27.014Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1252 | 2023-10-03T21:48:27.031Z | Compiling softnpu v0.1.0 (https://github.com/oxidecomputer/softnpu?rev=88f5f1334364e5580fe778c44ac0746a35927351#88f5f133) |
1253 | 2023-10-03T21:48:27.045Z | Compiling bitstruct v0.1.1 |
1254 | 2023-10-03T21:48:27.061Z | Compiling idna v0.2.3 |
1255 | 2023-10-03T21:48:27.067Z | Compiling viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
1256 | 2023-10-03T21:48:27.086Z | Compiling bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
1257 | 2023-10-03T21:48:27.098Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#7251cbb0) |
1258 | 2023-10-03T21:48:27.103Z | Compiling dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
1259 | 2023-10-03T21:48:27.123Z | Compiling serde_arrays v0.1.0 |
1260 | 2023-10-03T21:48:27.130Z | Compiling enum-as-inner v0.5.1 |
1261 | 2023-10-03T21:48:27.161Z | Compiling linked-hash-map v0.5.6 |
1262 | 2023-10-03T21:48:27.209Z | Compiling quick-error v1.2.3 |
1263 | 2023-10-03T21:48:27.229Z | Compiling resolv-conf v0.7.0 |
1264 | 2023-10-03T21:48:27.254Z | Compiling trust-dns-proto v0.22.0 |
1265 | 2023-10-03T21:48:27.280Z | Compiling lru-cache v0.1.2 |
1266 | 2023-10-03T21:48:27.305Z | Compiling tokio-tungstenite v0.20.1 |
1267 | 2023-10-03T21:48:27.337Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d) |
1268 | 2023-10-03T21:48:27.364Z | Compiling const_format_proc_macros v0.2.31 |
1269 | 2023-10-03T21:48:27.410Z | Compiling propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1270 | 2023-10-03T21:48:27.456Z | Compiling base64 v0.13.1 |
1271 | 2023-10-03T21:48:27.572Z | Compiling assert_matches v1.5.0 |
1272 | 2023-10-03T21:48:27.649Z | Compiling ron v0.7.1 |
1273 | 2023-10-03T21:48:27.689Z | Compiling bit_field v0.10.2 |
1274 | 2023-10-03T21:48:27.820Z | Compiling const_format v0.2.31 |
1275 | 2023-10-03T21:48:27.844Z | Compiling trust-dns-resolver v0.22.0 |
1276 | 2023-10-03T21:48:27.872Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d) |
1277 | 2023-10-03T21:48:42.414Z | Compiling propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1278 | 2023-10-03T21:48:59.911Z | Compiling git2 v0.17.2 |
1279 | 2023-10-03T21:49:06.662Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
1280 | 2023-10-03T21:49:07.989Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
1281 | 2023-10-03T21:49:18.896Z | Compiling propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1282 | 2023-10-03T21:49:33.819Z | Compiling cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
1283 | 2023-10-03T21:49:35.214Z | Compiling propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
1284 | 2023-10-03T21:49:35.352Z | Compiling propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1285 | 2023-10-03T21:51:19.294Z | Finished release [optimized] target(s) in 8m 21s |
1286 | 2023-10-03T21:51:19.348Z | |
1287 | 2023-10-03T21:51:19.362Z | real 8:22.012678114 |
1288 | 2023-10-03T21:51:19.377Z | user 57:24.160798769 |
1289 | 2023-10-03T21:51:19.389Z | sys 3:53.479405656 |
1290 | 2023-10-03T21:51:19.395Z | trap 2.112498208 |
1291 | 2023-10-03T21:51:19.402Z | tflt 1.300680307 |
1292 | 2023-10-03T21:51:19.408Z | dflt 2.481985056 |
1293 | 2023-10-03T21:51:19.415Z | kflt 0.006523363 |
1294 | 2023-10-03T21:51:19.420Z | lock 2:03:47.798570848 |
1295 | 2023-10-03T21:51:19.434Z | slp 2:26:29.936518587 |
1296 | 2023-10-03T21:51:19.439Z | lat 1:42.260753358 |
1297 | 2023-10-03T21:51:19.932Z | stop 40.735392191 |
1298 | 2023-10-03T21:51:19.946Z | + OUTDIR=/work/release |
1299 | 2023-10-03T21:51:19.965Z | + mkdir -p /work/release |
1300 | 2023-10-03T21:51:19.987Z | + cp target/release/propolis-cli /work/release/propolis-cli |
1301 | 2023-10-03T21:51:20.017Z | + cp target/release/propolis-server /work/release/propolis-server |
1302 | 2023-10-03T21:51:20.034Z | process exited: duration 689773 ms, exit code 0 |
|
1303 | 2023-10-03T21:51:20.058Z | found 2 output files |
1304 | 2023-10-03T21:51:20.086Z | uploading: /work/release/propolis-cli (21771632 bytes) |
1305 | 2023-10-03T21:51:27.780Z | uploaded: /work/release/propolis-cli |
1306 | 2023-10-03T21:51:27.795Z | uploading: /work/release/propolis-server (54251224 bytes) |
1307 | 2023-10-03T21:52:12.115Z | uploaded: /work/release/propolis-server |