|
|
|
1 | 2023-11-01T16:55:26.550Z | job assigned to worker 01HE5WXY365A8AH2VNEXCTPVW0 (queued for 53 s) |
|
2 | 2023-11-01T16:55:26.558Z | starting task 0: "setup" |
3 | 2023-11-01T16:55:26.626Z | ++ uname -s |
4 | 2023-11-01T16:55:26.630Z | + kern=SunOS |
5 | 2023-11-01T16:55:26.634Z | + case "$kern" in |
6 | 2023-11-01T16:55:26.637Z | + groupadd -g 12345 build |
7 | 2023-11-01T16:55:26.640Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-11-01T16:55:28.644Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-11-01T16:55:28.756Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-11-01T16:55:28.759Z | + home_fs=zfs |
11 | 2023-11-01T16:55:28.762Z | + [[ zfs == autofs ]] |
12 | 2023-11-01T16:55:28.766Z | + mkdir -p /home/build |
13 | 2023-11-01T16:55:28.772Z | + chown build:build /home/build /work |
14 | 2023-11-01T16:55:29.764Z | + chmod 0700 /home/build /work |
15 | 2023-11-01T16:55:29.768Z | process exited: duration 3205 ms, exit code 0 |
|
16 | 2023-11-01T16:55:29.775Z | starting task 1: "rust-toolchain" |
17 | 2023-11-01T16:55:29.787Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-11-01T16:55:29.790Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
19 | 2023-11-01T16:55:30.142Z | info: downloading installer |
20 | 2023-11-01T16:55:31.665Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-11-01T16:55:31.668Z | warning: /opt/ooce/bin |
22 | 2023-11-01T16:55:31.671Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-11-01T16:55:31.677Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-11-01T16:55:31.680Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-11-01T16:55:31.683Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-11-01T16:55:31.687Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-11-01T16:55:31.690Z | error: cannot install while Rust is installed |
28 | 2023-11-01T16:55:31.693Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-11-01T16:55:31.804Z | info: profile set to 'default' |
30 | 2023-11-01T16:55:31.820Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-11-01T16:55:31.826Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
32 | 2023-11-01T16:55:31.951Z | info: latest update on 2023-10-05, rust version 1.73.0 (cc66ad468 2023-10-03) |
33 | 2023-11-01T16:55:31.956Z | info: downloading component 'cargo' |
34 | 2023-11-01T16:55:32.567Z | info: downloading component 'clippy' |
35 | 2023-11-01T16:55:32.794Z | info: downloading component 'rust-docs' |
36 | 2023-11-01T16:55:33.560Z | info: downloading component 'rust-std' |
37 | 2023-11-01T16:55:34.823Z | info: downloading component 'rustc' |
38 | 2023-11-01T16:55:38.253Z | info: downloading component 'rustfmt' |
39 | 2023-11-01T16:55:38.452Z | info: installing component 'cargo' |
40 | 2023-11-01T16:55:39.794Z | info: installing component 'clippy' |
41 | 2023-11-01T16:55:40.377Z | info: installing component 'rust-docs' |
42 | 2023-11-01T16:55:43.083Z | info: installing component 'rust-std' |
43 | 2023-11-01T16:55:45.939Z | info: installing component 'rustc' |
44 | 2023-11-01T16:55:53.646Z | info: installing component 'rustfmt' |
45 | 2023-11-01T16:55:54.104Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
46 | 2023-11-01T16:55:54.107Z | |
47 | 2023-11-01T16:55:54.322Z | stable-x86_64-unknown-illumos installed - rustc 1.73.0 (cc66ad468 2023-10-03) |
48 | 2023-11-01T16:55:54.334Z | |
49 | 2023-11-01T16:55:54.340Z | |
50 | 2023-11-01T16:55:54.342Z | Rust is installed now. Great! |
51 | 2023-11-01T16:55:54.345Z | |
52 | 2023-11-01T16:55:54.348Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-11-01T16:55:54.351Z | environment variable. This has not been done automatically. |
54 | 2023-11-01T16:55:54.354Z | |
55 | 2023-11-01T16:55:54.383Z | To configure your current shell, run: |
56 | 2023-11-01T16:55:54.386Z | source "$HOME/.cargo/env" |
57 | 2023-11-01T16:55:54.415Z | + rustc --version |
58 | 2023-11-01T16:55:54.524Z | rustc 1.73.0 (cc66ad468 2023-10-03) |
59 | 2023-11-01T16:55:54.529Z | process exited: duration 24751 ms, exit code 0 |
|
60 | 2023-11-01T16:55:54.535Z | starting task 2: "authentication" |
61 | 2023-11-01T16:55:54.568Z | process exited: duration 30 ms, exit code 0 |
|
62 | 2023-11-01T16:55:54.574Z | starting task 3: "clone repository" |
63 | 2023-11-01T16:55:54.584Z | + mkdir -p /work/oxidecomputer/propolis |
64 | 2023-11-01T16:55:54.587Z | + git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis |
65 | 2023-11-01T16:55:54.649Z | Cloning into '/work/oxidecomputer/propolis'... |
66 | 2023-11-01T16:55:55.833Z | + cd /work/oxidecomputer/propolis |
67 | 2023-11-01T16:55:55.837Z | + [[ -n '' ]] |
68 | 2023-11-01T16:55:55.841Z | + git fetch origin 6a64a519484cf6cb93301ab766258d7515ff192a |
69 | 2023-11-01T16:55:56.388Z | From https://github.com/oxidecomputer/propolis |
70 | 2023-11-01T16:55:56.393Z | * branch 6a64a519484cf6cb93301ab766258d7515ff192a -> FETCH_HEAD |
71 | 2023-11-01T16:55:56.397Z | + git reset --hard 6a64a519484cf6cb93301ab766258d7515ff192a |
72 | 2023-11-01T16:55:56.432Z | HEAD is now at 6a64a51 Overhaul block device interfaces |
73 | 2023-11-01T16:55:56.435Z | process exited: duration 1850 ms, exit code 0 |
|
74 | 2023-11-01T16:55:56.441Z | starting task 4: "build" |
75 | 2023-11-01T16:55:56.451Z | + cargo --version |
76 | 2023-11-01T16:55:56.541Z | cargo 1.73.0 (9c4383fb5 2023-08-26) |
77 | 2023-11-01T16:55:56.545Z | + rustc --version |
78 | 2023-11-01T16:55:56.641Z | rustc 1.73.0 (cc66ad468 2023-10-03) |
79 | 2023-11-01T16:55:56.645Z | + banner check |
80 | 2023-11-01T16:55:56.666Z | |
81 | 2023-11-01T16:55:56.669Z | #### # # ###### #### # # |
82 | 2023-11-01T16:55:56.672Z | # # # # # # # # # |
83 | 2023-11-01T16:55:56.675Z | # ###### ##### # #### |
84 | 2023-11-01T16:55:56.678Z | # # # # # # # |
85 | 2023-11-01T16:55:56.681Z | # # # # # # # # # |
86 | 2023-11-01T16:55:56.683Z | #### # # ###### #### # # |
87 | 2023-11-01T16:55:56.686Z | |
88 | 2023-11-01T16:55:56.689Z | + ptime -m cargo check --features falcon |
89 | 2023-11-01T16:55:56.939Z | Updating crates.io index |
90 | 2023-11-01T16:55:56.995Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
91 | 2023-11-01T16:55:59.181Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
92 | 2023-11-01T16:55:59.590Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
93 | 2023-11-01T16:55:59.932Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
94 | 2023-11-01T16:56:09.260Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
95 | 2023-11-01T16:56:09.594Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
96 | 2023-11-01T16:56:10.061Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
97 | 2023-11-01T16:56:10.553Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
98 | 2023-11-01T16:56:16.911Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
99 | 2023-11-01T16:56:17.970Z | Updating git repository `https://github.com/oxidecomputer/devinfo-sys` |
100 | 2023-11-01T16:56:18.313Z | Updating git repository `https://github.com/oxidecomputer/p4` |
101 | 2023-11-01T16:56:19.187Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
102 | 2023-11-01T16:56:20.090Z | Updating git repository `https://github.com/oxidecomputer/typify` |
103 | 2023-11-01T16:56:21.996Z | Downloading crates ... |
104 | 2023-11-01T16:56:22.195Z | Downloaded autocfg v1.1.0 |
105 | 2023-11-01T16:56:22.200Z | Downloaded darling_macro v0.20.3 |
106 | 2023-11-01T16:56:22.203Z | Downloaded colorchoice v1.0.0 |
107 | 2023-11-01T16:56:22.206Z | Downloaded digest v0.10.7 |
108 | 2023-11-01T16:56:22.214Z | Downloaded atty v0.2.14 |
109 | 2023-11-01T16:56:22.226Z | Downloaded bitstruct_derive v0.1.0 |
110 | 2023-11-01T16:56:22.247Z | Downloaded anstyle v1.0.2 |
111 | 2023-11-01T16:56:22.267Z | Downloaded cpufeatures v0.2.9 |
112 | 2023-11-01T16:56:22.271Z | Downloaded anstream v0.5.0 |
113 | 2023-11-01T16:56:22.276Z | Downloaded darling v0.20.3 |
114 | 2023-11-01T16:56:22.279Z | Downloaded foreign-types-shared v0.1.1 |
115 | 2023-11-01T16:56:22.282Z | Downloaded clap_lex v0.5.1 |
116 | 2023-11-01T16:56:22.285Z | Downloaded tokio-macros v2.1.0 |
117 | 2023-11-01T16:56:22.289Z | Downloaded radium v0.7.0 |
118 | 2023-11-01T16:56:22.297Z | Downloaded base64 v0.13.1 |
119 | 2023-11-01T16:56:22.300Z | Downloaded bytes v1.5.0 |
120 | 2023-11-01T16:56:22.305Z | Downloaded slab v0.4.9 |
121 | 2023-11-01T16:56:22.310Z | Downloaded dtrace-parser v0.1.14 |
122 | 2023-11-01T16:56:22.315Z | Downloaded foreign-types v0.3.2 |
123 | 2023-11-01T16:56:22.318Z | Downloaded deranged v0.3.8 |
124 | 2023-11-01T16:56:22.320Z | Downloaded thiserror-impl v1.0.47 |
125 | 2023-11-01T16:56:22.325Z | Downloaded rustversion v1.0.14 |
126 | 2023-11-01T16:56:22.329Z | Downloaded ctrlc v3.4.0 |
127 | 2023-11-01T16:56:22.335Z | Downloaded ahash v0.8.3 |
128 | 2023-11-01T16:56:22.344Z | Downloaded serde_tokenstream v0.1.7 |
129 | 2023-11-01T16:56:22.356Z | Downloaded funty v2.0.0 |
130 | 2023-11-01T16:56:22.359Z | Downloaded serde_arrays v0.1.0 |
131 | 2023-11-01T16:56:22.362Z | Downloaded zerocopy v0.3.0 |
132 | 2023-11-01T16:56:22.364Z | Downloaded console v0.15.7 |
133 | 2023-11-01T16:56:22.369Z | Downloaded omicron-workspace-hack v0.1.0 |
134 | 2023-11-01T16:56:22.372Z | Downloaded proc-macro-error-attr v1.0.4 |
135 | 2023-11-01T16:56:22.375Z | Downloaded proc-macro-crate v1.3.1 |
136 | 2023-11-01T16:56:22.379Z | Downloaded thread_local v1.1.7 |
137 | 2023-11-01T16:56:22.381Z | Downloaded async-recursion v0.3.2 |
138 | 2023-11-01T16:56:22.385Z | Downloaded serde_spanned v0.6.3 |
139 | 2023-11-01T16:56:22.388Z | Downloaded futures-task v0.3.28 |
140 | 2023-11-01T16:56:22.391Z | Downloaded dirs-next v2.0.0 |
141 | 2023-11-01T16:56:22.396Z | Downloaded schemars_derive v0.8.15 |
142 | 2023-11-01T16:56:22.399Z | Downloaded resolv-conf v0.7.0 |
143 | 2023-11-01T16:56:22.402Z | Downloaded sha1 v0.10.5 |
144 | 2023-11-01T16:56:22.405Z | Downloaded num_threads v0.1.6 |
145 | 2023-11-01T16:56:22.408Z | Downloaded slog-scope v4.4.0 |
146 | 2023-11-01T16:56:22.413Z | Downloaded want v0.3.1 |
147 | 2023-11-01T16:56:22.416Z | Downloaded rustc_version v0.4.0 |
148 | 2023-11-01T16:56:22.419Z | Downloaded pest_generator v2.7.2 |
149 | 2023-11-01T16:56:22.422Z | Downloaded pest_derive v2.7.2 |
150 | 2023-11-01T16:56:22.425Z | Downloaded wyz v0.5.1 |
151 | 2023-11-01T16:56:22.428Z | Downloaded lru-cache v0.1.2 |
152 | 2023-11-01T16:56:22.431Z | Downloaded synstructure v0.12.6 |
153 | 2023-11-01T16:56:22.434Z | Downloaded proc-macro-error v1.0.4 |
154 | 2023-11-01T16:56:22.439Z | Downloaded tower-service v0.3.2 |
155 | 2023-11-01T16:56:22.442Z | Downloaded env_logger v0.9.3 |
156 | 2023-11-01T16:56:22.446Z | Downloaded blake2 v0.10.6 |
157 | 2023-11-01T16:56:22.451Z | Downloaded base64 v0.21.4 |
158 | 2023-11-01T16:56:22.459Z | Downloaded textwrap v0.16.0 |
159 | 2023-11-01T16:56:22.464Z | Downloaded tinyvec v1.6.0 |
160 | 2023-11-01T16:56:22.471Z | Downloaded unicode-xid v0.2.4 |
161 | 2023-11-01T16:56:22.474Z | Downloaded spin v0.5.2 |
162 | 2023-11-01T16:56:22.477Z | Downloaded os_str_bytes v6.5.1 |
163 | 2023-11-01T16:56:22.482Z | Downloaded match_cfg v0.1.0 |
164 | 2023-11-01T16:56:22.484Z | Downloaded ppv-lite86 v0.2.17 |
165 | 2023-11-01T16:56:22.487Z | Downloaded serde_tokenstream v0.2.0 |
166 | 2023-11-01T16:56:22.493Z | Downloaded opaque-debug v0.3.0 |
167 | 2023-11-01T16:56:22.497Z | Downloaded fatfs v0.3.6 |
168 | 2023-11-01T16:56:22.501Z | Downloaded cc v1.0.83 |
169 | 2023-11-01T16:56:22.507Z | Downloaded matches v0.1.10 |
170 | 2023-11-01T16:56:22.510Z | Downloaded phf_shared v0.11.2 |
171 | 2023-11-01T16:56:22.513Z | Downloaded globset v0.4.13 |
172 | 2023-11-01T16:56:22.516Z | Downloaded instant v0.1.12 |
173 | 2023-11-01T16:56:22.518Z | Downloaded ident_case v1.0.1 |
174 | 2023-11-01T16:56:22.521Z | Downloaded iana-time-zone v0.1.57 |
175 | 2023-11-01T16:56:22.524Z | Downloaded percent-encoding v2.3.0 |
176 | 2023-11-01T16:56:22.527Z | Downloaded num-integer v0.1.45 |
177 | 2023-11-01T16:56:22.535Z | Downloaded ron v0.7.1 |
178 | 2023-11-01T16:56:22.538Z | Downloaded toml_datetime v0.6.3 |
179 | 2023-11-01T16:56:22.541Z | Downloaded tracing-attributes v0.1.26 |
180 | 2023-11-01T16:56:22.545Z | Downloaded waitgroup v0.1.2 |
181 | 2023-11-01T16:56:22.548Z | Downloaded hex v0.4.3 |
182 | 2023-11-01T16:56:22.552Z | Downloaded pretty-hex v0.2.1 |
183 | 2023-11-01T16:56:22.555Z | Downloaded smallvec v1.11.0 |
184 | 2023-11-01T16:56:22.558Z | Downloaded ipnetwork v0.20.0 |
185 | 2023-11-01T16:56:22.561Z | Downloaded num_enum v0.5.11 |
186 | 2023-11-01T16:56:22.571Z | Downloaded utf-8 v0.7.6 |
187 | 2023-11-01T16:56:22.574Z | Downloaded num_enum v0.7.0 |
188 | 2023-11-01T16:56:22.584Z | Downloaded ipnet v2.8.0 |
189 | 2023-11-01T16:56:22.588Z | Downloaded itoa v1.0.9 |
190 | 2023-11-01T16:56:22.591Z | Downloaded pkg-config v0.3.27 |
191 | 2023-11-01T16:56:22.594Z | Downloaded lazy_static v1.4.0 |
192 | 2023-11-01T16:56:22.597Z | Downloaded unicode-width v0.1.10 |
193 | 2023-11-01T16:56:22.600Z | Downloaded humantime v2.1.0 |
194 | 2023-11-01T16:56:22.603Z | Downloaded bitvec v1.0.1 |
195 | 2023-11-01T16:56:22.632Z | Downloaded heck v0.4.1 |
196 | 2023-11-01T16:56:22.635Z | Downloaded libloading v0.7.4 |
197 | 2023-11-01T16:56:22.638Z | Downloaded httpdate v1.0.3 |
198 | 2023-11-01T16:56:22.642Z | Downloaded httparse v1.8.0 |
199 | 2023-11-01T16:56:22.646Z | Downloaded hmac v0.12.1 |
200 | 2023-11-01T16:56:22.649Z | Downloaded linked-hash-map v0.5.6 |
201 | 2023-11-01T16:56:22.657Z | Downloaded password-hash v0.5.0 |
202 | 2023-11-01T16:56:22.665Z | Downloaded lock_api v0.4.10 |
203 | 2023-11-01T16:56:22.668Z | Downloaded indexmap v1.9.3 |
204 | 2023-11-01T16:56:22.671Z | Downloaded mime v0.3.17 |
205 | 2023-11-01T16:56:22.674Z | Downloaded usdt-impl v0.3.5 |
206 | 2023-11-01T16:56:22.679Z | Downloaded toml v0.8.1 |
207 | 2023-11-01T16:56:22.683Z | Downloaded typenum v1.16.0 |
208 | 2023-11-01T16:56:22.686Z | Downloaded rand v0.8.5 |
209 | 2023-11-01T16:56:22.689Z | Downloaded aes v0.8.3 |
210 | 2023-11-01T16:56:22.696Z | Downloaded parking_lot v0.12.1 |
211 | 2023-11-01T16:56:22.702Z | Downloaded unsafe-libyaml v0.2.9 |
212 | 2023-11-01T16:56:22.707Z | Downloaded rusqlite v0.29.0 |
213 | 2023-11-01T16:56:22.719Z | Downloaded memchr v2.5.0 |
214 | 2023-11-01T16:56:22.727Z | Downloaded futures-util v0.3.28 |
215 | 2023-11-01T16:56:22.751Z | Downloaded http v0.2.9 |
216 | 2023-11-01T16:56:22.758Z | Downloaded toml_edit v0.20.1 |
217 | 2023-11-01T16:56:22.790Z | Downloaded hashbrown v0.14.0 |
218 | 2023-11-01T16:56:22.799Z | Downloaded hashbrown v0.12.3 |
219 | 2023-11-01T16:56:22.807Z | Downloaded libm v0.2.7 |
220 | 2023-11-01T16:56:22.869Z | Downloaded num-bigint v0.4.4 |
221 | 2023-11-01T16:56:22.872Z | Downloaded winnow v0.5.15 |
222 | 2023-11-01T16:56:22.875Z | Downloaded unicode-normalization v0.1.22 |
223 | 2023-11-01T16:56:22.878Z | Downloaded pest v2.7.2 |
224 | 2023-11-01T16:56:22.881Z | Downloaded chrono v0.4.31 |
225 | 2023-11-01T16:56:22.884Z | Downloaded clap v3.2.25 |
226 | 2023-11-01T16:56:22.909Z | Downloaded syn v2.0.29 |
227 | 2023-11-01T16:56:22.931Z | Downloaded hyper v0.14.27 |
228 | 2023-11-01T16:56:22.946Z | Downloaded syn v1.0.109 |
229 | 2023-11-01T16:56:22.968Z | Downloaded git2 v0.17.2 |
230 | 2023-11-01T16:56:22.984Z | Downloaded rustix v0.38.9 |
231 | 2023-11-01T16:56:23.026Z | Downloaded regress v0.7.1 |
232 | 2023-11-01T16:56:23.039Z | Downloaded bstr v1.6.0 |
233 | 2023-11-01T16:56:23.059Z | Downloaded vcpkg v0.2.15 |
234 | 2023-11-01T16:56:23.131Z | Downloaded openssl v0.10.56 |
235 | 2023-11-01T16:56:23.148Z | Downloaded regex-syntax v0.7.4 |
236 | 2023-11-01T16:56:23.163Z | Downloaded nix v0.26.2 |
237 | 2023-11-01T16:56:23.182Z | Downloaded idna v0.4.0 |
238 | 2023-11-01T16:56:23.194Z | Downloaded openapiv3 v1.0.3 |
239 | 2023-11-01T16:56:23.216Z | Downloaded trust-dns-proto v0.22.0 |
240 | 2023-11-01T16:56:23.236Z | Downloaded zerocopy-derive v0.2.0 |
241 | 2023-11-01T16:56:23.252Z | Downloaded regex-automata v0.3.6 |
242 | 2023-11-01T16:56:23.283Z | Downloaded libc v0.2.149 |
243 | 2023-11-01T16:56:23.331Z | Downloaded tokio v1.33.0 |
244 | 2023-11-01T16:56:23.395Z | Downloaded idna v0.2.3 |
245 | 2023-11-01T16:56:23.406Z | Downloaded regex-syntax v0.6.29 |
246 | 2023-11-01T16:56:23.419Z | Downloaded webpki-roots v0.25.2 |
247 | 2023-11-01T16:56:23.426Z | Downloaded rustls v0.21.7 |
248 | 2023-11-01T16:56:23.449Z | Downloaded regex v1.9.3 |
249 | 2023-11-01T16:56:23.487Z | Downloaded h2 v0.3.21 |
250 | 2023-11-01T16:56:23.492Z | Downloaded reqwest v0.11.20 |
251 | 2023-11-01T16:56:23.494Z | Downloaded aho-corasick v1.0.4 |
252 | 2023-11-01T16:56:23.504Z | Downloaded encoding_rs v0.8.33 |
253 | 2023-11-01T16:56:23.546Z | Downloaded itertools v0.11.0 |
254 | 2023-11-01T16:56:23.556Z | Downloaded mio v0.8.8 |
255 | 2023-11-01T16:56:23.565Z | Downloaded rustls-webpki v0.101.4 |
256 | 2023-11-01T16:56:23.591Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
257 | 2023-11-01T16:56:23.691Z | Downloaded trust-dns-resolver v0.22.0 |
258 | 2023-11-01T16:56:23.697Z | Downloaded toml_edit v0.19.15 |
259 | 2023-11-01T16:56:23.728Z | Downloaded clap_builder v4.4.0 |
260 | 2023-11-01T16:56:23.740Z | Downloaded portable-atomic v1.4.3 |
261 | 2023-11-01T16:56:23.749Z | Downloaded serde_json v1.0.107 |
262 | 2023-11-01T16:56:23.762Z | Downloaded hashbrown v0.13.2 |
263 | 2023-11-01T16:56:23.769Z | Downloaded time v0.3.27 |
264 | 2023-11-01T16:56:23.780Z | Downloaded url v2.4.0 |
265 | 2023-11-01T16:56:23.785Z | Downloaded pest_meta v2.7.2 |
266 | 2023-11-01T16:56:23.788Z | Downloaded tracing v0.1.37 |
267 | 2023-11-01T16:56:23.795Z | Downloaded tungstenite v0.20.1 |
268 | 2023-11-01T16:56:23.801Z | Downloaded indexmap v2.0.0 |
269 | 2023-11-01T16:56:23.807Z | Downloaded crossbeam-channel v0.5.8 |
270 | 2023-11-01T16:56:23.814Z | Downloaded toml v0.7.8 |
271 | 2023-11-01T16:56:23.820Z | Downloaded toml v0.5.11 |
272 | 2023-11-01T16:56:23.824Z | Downloaded openssl-sys v0.9.91 |
273 | 2023-11-01T16:56:23.832Z | Downloaded num-traits v0.2.16 |
274 | 2023-11-01T16:56:23.837Z | Downloaded uuid v1.4.1 |
275 | 2023-11-01T16:56:23.844Z | Downloaded libz-sys v1.1.12 |
276 | 2023-11-01T16:56:23.958Z | Downloaded tokio-util v0.7.8 |
277 | 2023-11-01T16:56:23.968Z | Downloaded serde v1.0.188 |
278 | 2023-11-01T16:56:23.974Z | Downloaded usdt v0.3.5 |
279 | 2023-11-01T16:56:23.976Z | Downloaded unicode-ident v1.0.12 |
280 | 2023-11-01T16:56:23.979Z | Downloaded pin-project-lite v0.2.13 |
281 | 2023-11-01T16:56:23.987Z | Downloaded serde_with v2.3.3 |
282 | 2023-11-01T16:56:24.002Z | Downloaded log v0.4.20 |
283 | 2023-11-01T16:56:24.006Z | Downloaded parking_lot_core v0.9.8 |
284 | 2023-11-01T16:56:24.009Z | Downloaded hyper-rustls v0.24.1 |
285 | 2023-11-01T16:56:24.018Z | Downloaded hashlink v0.8.3 |
286 | 2023-11-01T16:56:24.021Z | Downloaded indicatif v0.17.6 |
287 | 2023-11-01T16:56:24.027Z | Downloaded openssl-probe v0.1.5 |
288 | 2023-11-01T16:56:24.030Z | Downloaded openssl-macros v0.1.1 |
289 | 2023-11-01T16:56:24.033Z | Downloaded const_format v0.2.31 |
290 | 2023-11-01T16:56:24.037Z | Downloaded ucd-trie v0.1.6 |
291 | 2023-11-01T16:56:24.041Z | Downloaded jobserver v0.1.26 |
292 | 2023-11-01T16:56:24.043Z | Downloaded pin-utils v0.1.0 |
293 | 2023-11-01T16:56:24.047Z | Downloaded libsqlite3-sys v0.26.0 |
294 | 2023-11-01T16:56:24.176Z | Downloaded md-5 v0.10.5 |
295 | 2023-11-01T16:56:24.180Z | Downloaded vergen v8.2.4 |
296 | 2023-11-01T16:56:24.183Z | Downloaded whoami v1.4.1 |
297 | 2023-11-01T16:56:24.186Z | Downloaded tracing-core v0.1.31 |
298 | 2023-11-01T16:56:24.189Z | Downloaded twox-hash v1.6.3 |
299 | 2023-11-01T16:56:24.193Z | Downloaded num-complex v0.4.4 |
300 | 2023-11-01T16:56:24.196Z | Downloaded http-body v0.4.5 |
301 | 2023-11-01T16:56:24.199Z | Downloaded getrandom v0.2.10 |
302 | 2023-11-01T16:56:24.202Z | Downloaded glob v0.3.1 |
303 | 2023-11-01T16:56:24.205Z | Downloaded ring v0.16.20 |
304 | 2023-11-01T16:56:24.360Z | Downloaded socket2 v0.4.9 |
305 | 2023-11-01T16:56:24.375Z | Downloaded slog v2.7.0 |
306 | 2023-11-01T16:56:24.379Z | Downloaded tokio-rustls v0.24.1 |
307 | 2023-11-01T16:56:24.383Z | Downloaded tokio-postgres v0.7.10 |
308 | 2023-11-01T16:56:24.386Z | Downloaded once_cell v1.18.0 |
309 | 2023-11-01T16:56:24.389Z | Downloaded serde_yaml v0.9.25 |
310 | 2023-11-01T16:56:24.392Z | Downloaded native-tls v0.2.11 |
311 | 2023-11-01T16:56:24.395Z | Downloaded serde_derive v1.0.188 |
312 | 2023-11-01T16:56:24.398Z | Downloaded futures v0.3.28 |
313 | 2023-11-01T16:56:24.401Z | Downloaded postgres-protocol v0.6.6 |
314 | 2023-11-01T16:56:24.404Z | Downloaded unicode-bidi v0.3.13 |
315 | 2023-11-01T16:56:24.407Z | Downloaded postgres-types v0.2.6 |
316 | 2023-11-01T16:56:24.410Z | Downloaded arc-swap v1.6.0 |
317 | 2023-11-01T16:56:24.414Z | Downloaded allocator-api2 v0.2.16 |
318 | 2023-11-01T16:56:24.419Z | Downloaded polyval v0.6.1 |
319 | 2023-11-01T16:56:24.423Z | Downloaded paste v1.0.14 |
320 | 2023-11-01T16:56:24.426Z | Downloaded multer v2.1.0 |
321 | 2023-11-01T16:56:24.834Z | Downloaded ryu v1.0.15 |
322 | 2023-11-01T16:56:24.838Z | Downloaded proc-macro2 v1.0.67 |
323 | 2023-11-01T16:56:24.841Z | Downloaded hostname v0.3.1 |
324 | 2023-11-01T16:56:24.844Z | Downloaded termcolor v1.2.0 |
325 | 2023-11-01T16:56:24.847Z | Downloaded term v0.7.0 |
326 | 2023-11-01T16:56:24.850Z | Downloaded tempfile v3.8.0 |
327 | 2023-11-01T16:56:24.854Z | Downloaded spin v0.9.8 |
328 | 2023-11-01T16:56:24.856Z | Downloaded slog-envlogger v2.2.0 |
329 | 2023-11-01T16:56:24.860Z | Downloaded phf v0.11.2 |
330 | 2023-11-01T16:56:24.863Z | Downloaded num_cpus v1.16.0 |
331 | 2023-11-01T16:56:24.866Z | Downloaded is-terminal v0.4.9 |
332 | 2023-11-01T16:56:24.869Z | Downloaded macaddr v1.0.1 |
333 | 2023-11-01T16:56:24.872Z | Downloaded socket2 v0.5.3 |
334 | 2023-11-01T16:56:24.875Z | Downloaded semver v1.0.18 |
335 | 2023-11-01T16:56:24.878Z | Downloaded futures-channel v0.3.28 |
336 | 2023-11-01T16:56:24.881Z | Downloaded darling_core v0.20.3 |
337 | 2023-11-01T16:56:24.884Z | Downloaded try-lock v0.2.4 |
338 | 2023-11-01T16:56:24.887Z | Downloaded num_enum_derive v0.7.0 |
339 | 2023-11-01T16:56:24.890Z | Downloaded rustls-pemfile v1.0.3 |
340 | 2023-11-01T16:56:24.893Z | Downloaded bitflags v2.4.0 |
341 | 2023-11-01T16:56:24.896Z | Downloaded usdt-macro v0.3.5 |
342 | 2023-11-01T16:56:24.899Z | Downloaded usdt-attr-macro v0.3.5 |
343 | 2023-11-01T16:56:24.903Z | Downloaded memoffset v0.7.1 |
344 | 2023-11-01T16:56:24.910Z | Downloaded hyper-tls v0.5.0 |
345 | 2023-11-01T16:56:24.949Z | Downloaded untrusted v0.7.1 |
346 | 2023-11-01T16:56:24.952Z | Downloaded schemars v0.8.15 |
347 | 2023-11-01T16:56:24.955Z | Downloaded quick-error v1.2.3 |
348 | 2023-11-01T16:56:24.958Z | Downloaded serde_derive_internals v0.26.0 |
349 | 2023-11-01T16:56:24.961Z | Downloaded version_check v0.9.4 |
350 | 2023-11-01T16:56:24.964Z | Downloaded num-rational v0.4.1 |
351 | 2023-11-01T16:56:24.966Z | Downloaded num-iter v0.1.43 |
352 | 2023-11-01T16:56:24.969Z | Downloaded tokio-native-tls v0.3.1 |
353 | 2023-11-01T16:56:24.972Z | Downloaded time-macros v0.2.13 |
354 | 2023-11-01T16:56:24.975Z | Downloaded thiserror v1.0.47 |
355 | 2023-11-01T16:56:24.978Z | Downloaded tap v1.0.1 |
356 | 2023-11-01T16:56:24.981Z | Downloaded static_assertions v1.1.0 |
357 | 2023-11-01T16:56:24.984Z | Downloaded slog-stdlog v4.1.1 |
358 | 2023-11-01T16:56:24.987Z | Downloaded slog-json v2.6.1 |
359 | 2023-11-01T16:56:24.989Z | Downloaded slog-dtrace v0.2.3 |
360 | 2023-11-01T16:56:24.992Z | Downloaded serde_repr v0.1.16 |
361 | 2023-11-01T16:56:24.995Z | Downloaded futures-io v0.3.28 |
362 | 2023-11-01T16:56:24.998Z | Downloaded anstyle-parse v0.2.1 |
363 | 2023-11-01T16:56:25.001Z | Downloaded strum_macros v0.25.2 |
364 | 2023-11-01T16:56:25.004Z | Downloaded zeroize v1.6.0 |
365 | 2023-11-01T16:56:25.007Z | Downloaded camino v1.1.6 |
366 | 2023-11-01T16:56:25.010Z | Downloaded slog-bunyan v2.4.0 |
367 | 2023-11-01T16:56:25.013Z | Downloaded colored v2.0.4 |
368 | 2023-11-01T16:56:25.015Z | Downloaded structmeta v0.1.6 |
369 | 2023-11-01T16:56:25.018Z | Downloaded slog-async v2.8.0 |
370 | 2023-11-01T16:56:25.021Z | Downloaded serde_urlencoded v0.7.1 |
371 | 2023-11-01T16:56:25.024Z | Downloaded clap v4.4.0 |
372 | 2023-11-01T16:56:25.028Z | Downloaded parse-display-derive v0.7.0 |
373 | 2023-11-01T16:56:25.032Z | Downloaded fallible-streaming-iterator v0.1.9 |
374 | 2023-11-01T16:56:25.035Z | Downloaded fallible-iterator v0.2.0 |
375 | 2023-11-01T16:56:25.040Z | Downloaded futures-core v0.3.28 |
376 | 2023-11-01T16:56:25.043Z | Downloaded cipher v0.4.4 |
377 | 2023-11-01T16:56:25.045Z | Downloaded inout v0.1.3 |
378 | 2023-11-01T16:56:25.049Z | Downloaded serde_with_macros v2.3.3 |
379 | 2023-11-01T16:56:25.052Z | Downloaded futures-sink v0.3.28 |
380 | 2023-11-01T16:56:25.055Z | Downloaded utf8parse v0.2.1 |
381 | 2023-11-01T16:56:25.058Z | Downloaded universal-hash v0.5.1 |
382 | 2023-11-01T16:56:25.061Z | Downloaded subtle v2.5.0 |
383 | 2023-11-01T16:56:25.064Z | Downloaded form_urlencoded v1.2.0 |
384 | 2023-11-01T16:56:25.066Z | Downloaded erased-serde v0.3.30 |
385 | 2023-11-01T16:56:25.069Z | Downloaded data-encoding v2.4.0 |
386 | 2023-11-01T16:56:25.073Z | Downloaded strsim v0.10.0 |
387 | 2023-11-01T16:56:25.076Z | Downloaded async-stream v0.3.5 |
388 | 2023-11-01T16:56:25.079Z | Downloaded parse-display v0.7.0 |
389 | 2023-11-01T16:56:25.082Z | Downloaded number_prefix v0.4.0 |
390 | 2023-11-01T16:56:25.087Z | Downloaded num v0.4.1 |
391 | 2023-11-01T16:56:25.091Z | Downloaded strum v0.25.0 |
392 | 2023-11-01T16:56:25.094Z | Downloaded errno v0.3.2 |
393 | 2023-11-01T16:56:25.097Z | Downloaded signal-hook-registry v1.4.1 |
394 | 2023-11-01T16:56:25.100Z | Downloaded siphasher v0.3.11 |
395 | 2023-11-01T16:56:25.103Z | Downloaded structmeta-derive v0.1.6 |
396 | 2023-11-01T16:56:25.106Z | Downloaded stringprep v0.1.3 |
397 | 2023-11-01T16:56:25.111Z | Downloaded debug-ignore v1.0.5 |
398 | 2023-11-01T16:56:25.114Z | Downloaded sha2 v0.10.7 |
399 | 2023-11-01T16:56:25.119Z | Downloaded quote v1.0.33 |
400 | 2023-11-01T16:56:25.122Z | Downloaded futures-executor v0.3.28 |
401 | 2023-11-01T16:56:25.125Z | Downloaded fnv v1.0.7 |
402 | 2023-11-01T16:56:25.128Z | Downloaded enum-as-inner v0.5.1 |
403 | 2023-11-01T16:56:25.132Z | Downloaded either v1.9.0 |
404 | 2023-11-01T16:56:25.134Z | Downloaded dyn-clone v1.0.13 |
405 | 2023-11-01T16:56:25.137Z | Downloaded bit_field v0.10.2 |
406 | 2023-11-01T16:56:25.140Z | Downloaded aes-gcm-siv v0.11.1 |
407 | 2023-11-01T16:56:25.143Z | Downloaded fastrand v2.0.0 |
408 | 2023-11-01T16:56:25.146Z | Downloaded base64ct v1.6.0 |
409 | 2023-11-01T16:56:25.149Z | Downloaded anyhow v1.0.75 |
410 | 2023-11-01T16:56:25.152Z | Downloaded sct v0.7.0 |
411 | 2023-11-01T16:56:25.155Z | Downloaded bitstruct v0.1.1 |
412 | 2023-11-01T16:56:25.158Z | Downloaded anstyle-query v1.0.0 |
413 | 2023-11-01T16:56:25.161Z | Downloaded atomic-waker v1.1.1 |
414 | 2023-11-01T16:56:25.168Z | Downloaded serde_path_to_error v0.1.14 |
415 | 2023-11-01T16:56:25.171Z | Downloaded generic-array v0.14.7 |
416 | 2023-11-01T16:56:25.174Z | Downloaded scopeguard v1.2.0 |
417 | 2023-11-01T16:56:25.180Z | Downloaded rand_core v0.6.4 |
418 | 2023-11-01T16:56:25.183Z | Downloaded take_mut v0.2.2 |
419 | 2023-11-01T16:56:25.186Z | Downloaded equivalent v1.0.1 |
420 | 2023-11-01T16:56:25.190Z | Downloaded ctr v0.9.2 |
421 | 2023-11-01T16:56:25.193Z | Downloaded crucible-workspace-hack v0.1.0 |
422 | 2023-11-01T16:56:25.198Z | Downloaded tinyvec_macros v0.1.1 |
423 | 2023-11-01T16:56:25.202Z | Downloaded slog-term v2.9.0 |
424 | 2023-11-01T16:56:25.206Z | Downloaded futures-macro v0.3.28 |
425 | 2023-11-01T16:56:25.209Z | Downloaded clap_derive v4.4.0 |
426 | 2023-11-01T16:56:25.214Z | Downloaded time-core v0.1.1 |
427 | 2023-11-01T16:56:25.217Z | Downloaded dof v0.1.5 |
428 | 2023-11-01T16:56:25.224Z | Downloaded dirs-sys-next v0.1.2 |
429 | 2023-11-01T16:56:25.236Z | Downloaded bincode v1.3.3 |
430 | 2023-11-01T16:56:25.657Z | Downloaded num_enum_derive v0.5.11 |
431 | 2023-11-01T16:56:26.082Z | Downloaded tokio-tungstenite v0.20.1 |
432 | 2023-11-01T16:56:26.090Z | Downloaded const_format_proc_macros v0.2.31 |
433 | 2023-11-01T16:56:26.099Z | Downloaded clap_derive v3.2.25 |
434 | 2023-11-01T16:56:26.120Z | Downloaded block-buffer v0.10.4 |
435 | 2023-11-01T16:56:26.135Z | Downloaded async-trait v0.1.73 |
436 | 2023-11-01T16:56:26.141Z | Downloaded crossbeam-utils v0.8.16 |
437 | 2023-11-01T16:56:26.149Z | Downloaded clap_lex v0.2.4 |
438 | 2023-11-01T16:56:26.156Z | Downloaded async-stream-impl v0.3.5 |
439 | 2023-11-01T16:56:26.160Z | Downloaded thread-id v4.2.0 |
440 | 2023-11-01T16:56:26.163Z | Downloaded backoff v0.4.0 |
441 | 2023-11-01T16:56:26.166Z | Downloaded ascii v1.1.0 |
442 | 2023-11-01T16:56:26.169Z | Downloaded argon2 v0.5.2 |
443 | 2023-11-01T16:56:26.182Z | Downloaded bitflags v1.3.2 |
444 | 2023-11-01T16:56:26.185Z | Downloaded rand_chacha v0.3.1 |
445 | 2023-11-01T16:56:26.188Z | Downloaded cfg-if v1.0.0 |
446 | 2023-11-01T16:56:26.191Z | Downloaded aead v0.5.2 |
447 | 2023-11-01T16:56:26.194Z | Downloaded ringbuffer v0.15.0 |
448 | 2023-11-01T16:56:26.197Z | Downloaded getopts v0.2.21 |
449 | 2023-11-01T16:56:26.200Z | Downloaded async-recursion v1.0.5 |
450 | 2023-11-01T16:56:26.203Z | Downloaded crypto-common v0.1.6 |
451 | 2023-11-01T16:56:26.206Z | Downloaded byteorder v1.4.3 |
452 | 2023-11-01T16:56:26.208Z | Compiling proc-macro2 v1.0.67 |
453 | 2023-11-01T16:56:26.211Z | Compiling unicode-ident v1.0.12 |
454 | 2023-11-01T16:56:26.214Z | Compiling libc v0.2.149 |
455 | 2023-11-01T16:56:26.217Z | Checking cfg-if v1.0.0 |
456 | 2023-11-01T16:56:26.220Z | Compiling version_check v0.9.4 |
457 | 2023-11-01T16:56:26.223Z | Compiling autocfg v1.1.0 |
458 | 2023-11-01T16:56:26.226Z | Compiling serde v1.0.188 |
459 | 2023-11-01T16:56:26.228Z | Compiling syn v1.0.109 |
460 | 2023-11-01T16:56:26.231Z | Checking once_cell v1.18.0 |
461 | 2023-11-01T16:56:26.234Z | Compiling memchr v2.5.0 |
462 | 2023-11-01T16:56:26.237Z | Compiling thiserror v1.0.47 |
463 | 2023-11-01T16:56:28.794Z | Checking itoa v1.0.9 |
464 | 2023-11-01T16:56:28.825Z | Compiling serde_json v1.0.107 |
465 | 2023-11-01T16:56:29.104Z | Compiling ahash v0.8.3 |
466 | 2023-11-01T16:56:29.296Z | Checking pin-project-lite v0.2.13 |
467 | 2023-11-01T16:56:29.458Z | Checking log v0.4.20 |
468 | 2023-11-01T16:56:29.485Z | Compiling pkg-config v0.3.27 |
469 | 2023-11-01T16:56:29.670Z | Compiling libm v0.2.7 |
470 | 2023-11-01T16:56:29.862Z | Compiling num-traits v0.2.16 |
471 | 2023-11-01T16:56:29.897Z | Compiling vcpkg v0.2.15 |
472 | 2023-11-01T16:56:29.929Z | Compiling jobserver v0.1.26 |
473 | 2023-11-01T16:56:30.050Z | Compiling quote v1.0.33 |
474 | 2023-11-01T16:56:30.402Z | Compiling cc v1.0.83 |
475 | 2023-11-01T16:56:30.628Z | Compiling syn v2.0.29 |
476 | 2023-11-01T16:56:30.968Z | Checking getrandom v0.2.10 |
477 | 2023-11-01T16:56:31.230Z | Compiling lock_api v0.4.10 |
478 | 2023-11-01T16:56:31.299Z | Checking rand_core v0.6.4 |
479 | 2023-11-01T16:56:32.156Z | Checking ryu v1.0.15 |
480 | 2023-11-01T16:56:32.159Z | Checking smallvec v1.11.0 |
481 | 2023-11-01T16:56:32.162Z | Compiling parking_lot_core v0.9.8 |
482 | 2023-11-01T16:56:32.165Z | Compiling typenum v1.16.0 |
483 | 2023-11-01T16:56:32.478Z | Compiling generic-array v0.14.7 |
484 | 2023-11-01T16:56:32.709Z | Checking scopeguard v1.2.0 |
485 | 2023-11-01T16:56:33.124Z | Compiling futures-core v0.3.28 |
486 | 2023-11-01T16:56:33.270Z | Checking socket2 v0.5.3 |
487 | 2023-11-01T16:56:33.508Z | Checking parking_lot v0.12.1 |
488 | 2023-11-01T16:56:33.756Z | Checking num_cpus v1.16.0 |
489 | 2023-11-01T16:56:33.889Z | Checking signal-hook-registry v1.4.1 |
490 | 2023-11-01T16:56:33.991Z | Checking mio v0.8.8 |
491 | 2023-11-01T16:56:34.020Z | Compiling heck v0.4.1 |
492 | 2023-11-01T16:56:34.645Z | Checking pin-utils v0.1.0 |
493 | 2023-11-01T16:56:34.911Z | Compiling hashbrown v0.14.0 |
494 | 2023-11-01T16:56:34.984Z | Checking futures-sink v0.3.28 |
495 | 2023-11-01T16:56:35.018Z | Compiling equivalent v1.0.1 |
496 | 2023-11-01T16:56:35.155Z | Compiling slab v0.4.9 |
497 | 2023-11-01T16:56:35.176Z | Compiling futures-task v0.3.28 |
498 | 2023-11-01T16:56:35.271Z | Compiling futures-channel v0.3.28 |
499 | 2023-11-01T16:56:35.385Z | Compiling futures-util v0.3.28 |
500 | 2023-11-01T16:56:36.023Z | Checking futures-io v0.3.28 |
501 | 2023-11-01T16:56:36.168Z | Checking iana-time-zone v0.1.57 |
502 | 2023-11-01T16:56:36.279Z | Checking subtle v2.5.0 |
503 | 2023-11-01T16:56:36.311Z | Checking bitflags v1.3.2 |
504 | 2023-11-01T16:56:36.355Z | Compiling slog v2.7.0 |
505 | 2023-11-01T16:56:36.474Z | Compiling unicode-xid v0.2.4 |
506 | 2023-11-01T16:56:36.595Z | Checking tinyvec_macros v0.1.1 |
507 | 2023-11-01T16:56:36.644Z | Checking fnv v1.0.7 |
508 | 2023-11-01T16:56:36.662Z | Checking allocator-api2 v0.2.16 |
509 | 2023-11-01T16:56:36.699Z | Checking tinyvec v1.6.0 |
510 | 2023-11-01T16:56:36.787Z | Checking byteorder v1.4.3 |
511 | 2023-11-01T16:56:37.400Z | Compiling ring v0.16.20 |
512 | 2023-11-01T16:56:37.999Z | Checking crypto-common v0.1.6 |
513 | 2023-11-01T16:56:38.238Z | Checking tracing-core v0.1.31 |
514 | 2023-11-01T16:56:38.337Z | Compiling time-core v0.1.1 |
515 | 2023-11-01T16:56:38.822Z | Checking unicode-normalization v0.1.22 |
516 | 2023-11-01T16:56:39.034Z | Compiling ucd-trie v0.1.6 |
517 | 2023-11-01T16:56:39.076Z | Checking unicode-bidi v0.3.13 |
518 | 2023-11-01T16:56:39.379Z | Checking block-buffer v0.10.4 |
519 | 2023-11-01T16:56:39.642Z | Checking aho-corasick v1.0.4 |
520 | 2023-11-01T16:56:39.727Z | Compiling indexmap v1.9.3 |
521 | 2023-11-01T16:56:39.889Z | Compiling schemars v0.8.15 |
522 | 2023-11-01T16:56:39.950Z | Checking ppv-lite86 v0.2.17 |
523 | 2023-11-01T16:56:40.300Z | Checking regex-syntax v0.7.4 |
524 | 2023-11-01T16:56:40.369Z | Checking digest v0.10.7 |
525 | 2023-11-01T16:56:41.430Z | Compiling httparse v1.8.0 |
526 | 2023-11-01T16:56:42.908Z | Compiling serde_derive_internals v0.26.0 |
527 | 2023-11-01T16:56:43.763Z | Compiling synstructure v0.12.6 |
528 | 2023-11-01T16:56:44.487Z | Checking rand_chacha v0.3.1 |
529 | 2023-11-01T16:56:44.905Z | Checking dyn-clone v1.0.13 |
530 | 2023-11-01T16:56:45.131Z | Checking hashbrown v0.12.3 |
531 | 2023-11-01T16:56:45.506Z | Checking spin v0.5.2 |
532 | 2023-11-01T16:56:45.991Z | Checking untrusted v0.7.1 |
533 | 2023-11-01T16:56:46.477Z | Checking percent-encoding v2.3.0 |
534 | 2023-11-01T16:56:46.726Z | Checking cpufeatures v0.2.9 |
535 | 2023-11-01T16:57:07.789Z | Checking rand v0.8.5 |
536 | 2023-11-01T16:57:08.155Z | Compiling openssl-sys v0.9.91 |
537 | 2023-11-01T16:57:08.675Z | Compiling rustversion v1.0.14 |
538 | 2023-11-01T16:57:08.754Z | Checking base64 v0.21.4 |
539 | 2023-11-01T16:57:08.866Z | Checking regex-automata v0.3.6 |
540 | 2023-11-01T16:57:08.912Z | Checking form_urlencoded v1.2.0 |
541 | 2023-11-01T16:57:08.998Z | Compiling rustls v0.21.7 |
542 | 2023-11-01T16:57:09.028Z | Compiling hashbrown v0.13.2 |
543 | 2023-11-01T16:57:09.060Z | Compiling time-macros v0.2.13 |
544 | 2023-11-01T16:57:09.077Z | Compiling chrono v0.4.31 |
545 | 2023-11-01T16:57:09.134Z | Checking atty v0.2.14 |
546 | 2023-11-01T16:57:09.206Z | Compiling usdt-impl v0.3.5 |
547 | 2023-11-01T16:57:09.247Z | Checking num_threads v0.1.6 |
548 | 2023-11-01T16:57:09.287Z | Compiling uuid v1.4.1 |
549 | 2023-11-01T16:57:09.310Z | Checking deranged v0.3.8 |
550 | 2023-11-01T16:57:09.323Z | Compiling serde_derive v1.0.188 |
551 | 2023-11-01T16:57:09.345Z | Compiling thiserror-impl v1.0.47 |
552 | 2023-11-01T16:57:09.371Z | Compiling tokio-macros v2.1.0 |
553 | 2023-11-01T16:57:09.386Z | Compiling futures-macro v0.3.28 |
554 | 2023-11-01T16:57:09.398Z | Compiling schemars_derive v0.8.15 |
555 | 2023-11-01T16:57:09.408Z | Compiling tracing-attributes v0.1.26 |
556 | 2023-11-01T16:57:09.457Z | Compiling zerocopy-derive v0.2.0 |
557 | 2023-11-01T16:57:09.473Z | Checking regex v1.9.3 |
558 | 2023-11-01T16:57:09.519Z | Compiling crossbeam-utils v0.8.16 |
559 | 2023-11-01T16:57:09.546Z | Checking time v0.3.27 |
560 | 2023-11-01T16:57:09.585Z | Compiling pest v2.7.2 |
561 | 2023-11-01T16:57:09.834Z | Compiling zerocopy v0.3.0 |
562 | 2023-11-01T16:57:09.840Z | Checking sct v0.7.0 |
563 | 2023-11-01T16:57:09.874Z | Checking rustls-webpki v0.101.4 |
564 | 2023-11-01T16:57:09.927Z | Compiling regress v0.7.1 |
565 | 2023-11-01T16:57:09.948Z | Checking idna v0.4.0 |
566 | 2023-11-01T16:57:09.968Z | Checking tracing v0.1.37 |
567 | 2023-11-01T16:57:09.981Z | Checking dirs-sys-next v0.1.2 |
568 | 2023-11-01T16:57:09.991Z | Checking try-lock v0.2.4 |
569 | 2023-11-01T16:57:10.006Z | Compiling async-trait v0.1.73 |
570 | 2023-11-01T16:57:10.011Z | Compiling openssl v0.10.56 |
571 | 2023-11-01T16:57:10.028Z | Compiling anyhow v1.0.75 |
572 | 2023-11-01T16:57:10.039Z | Checking foreign-types-shared v0.1.1 |
573 | 2023-11-01T16:57:10.073Z | Checking lazy_static v1.4.0 |
574 | 2023-11-01T16:57:10.089Z | Checking foreign-types v0.3.2 |
575 | 2023-11-01T16:57:10.216Z | Checking want v0.3.1 |
576 | 2023-11-01T16:57:10.272Z | Checking url v2.4.0 |
577 | 2023-11-01T16:57:10.311Z | Checking dirs-next v2.0.0 |
578 | 2023-11-01T16:57:10.321Z | Compiling pest_meta v2.7.2 |
579 | 2023-11-01T16:57:10.357Z | Compiling dof v0.1.5 |
580 | 2023-11-01T16:57:10.408Z | Compiling openssl-macros v0.1.1 |
581 | 2023-11-01T16:57:10.473Z | Compiling pest_generator v2.7.2 |
582 | 2023-11-01T16:57:10.502Z | Checking socket2 v0.4.9 |
583 | 2023-11-01T16:57:10.517Z | Compiling thread-id v4.2.0 |
584 | 2023-11-01T16:57:10.562Z | Checking thread_local v1.1.7 |
585 | 2023-11-01T16:57:10.577Z | Compiling slog-async v2.8.0 |
586 | 2023-11-01T16:57:10.588Z | Checking httpdate v1.0.3 |
587 | 2023-11-01T16:57:10.605Z | Checking tower-service v0.3.2 |
588 | 2023-11-01T16:57:10.622Z | Compiling native-tls v0.2.11 |
589 | 2023-11-01T16:57:10.665Z | Checking crossbeam-channel v0.5.8 |
590 | 2023-11-01T16:57:10.710Z | Checking term v0.7.0 |
591 | 2023-11-01T16:57:10.750Z | Compiling pest_derive v2.7.2 |
592 | 2023-11-01T16:57:10.851Z | Compiling dtrace-parser v0.1.14 |
593 | 2023-11-01T16:57:10.863Z | Checking rustls-pemfile v1.0.3 |
594 | 2023-11-01T16:57:10.889Z | Checking take_mut v0.2.2 |
595 | 2023-11-01T16:57:10.899Z | Compiling winnow v0.5.15 |
596 | 2023-11-01T16:57:10.906Z | Checking unicode-width v0.1.10 |
597 | 2023-11-01T16:57:10.945Z | Checking openssl-probe v0.1.5 |
598 | 2023-11-01T16:57:11.030Z | Compiling toml_datetime v0.6.3 |
599 | 2023-11-01T16:57:11.040Z | Checking slog-term v2.9.0 |
600 | 2023-11-01T16:57:11.267Z | Checking bytes v1.5.0 |
601 | 2023-11-01T16:57:12.471Z | Checking tokio v1.33.0 |
602 | 2023-11-01T16:57:13.727Z | Compiling indexmap v2.0.0 |
603 | 2023-11-01T16:57:14.187Z | Checking http v0.2.9 |
604 | 2023-11-01T16:57:15.797Z | Compiling serde_tokenstream v0.2.0 |
605 | 2023-11-01T16:57:16.409Z | Checking http-body v0.4.5 |
606 | 2023-11-01T16:57:16.942Z | Compiling serde_tokenstream v0.1.7 |
607 | 2023-11-01T16:57:17.707Z | Compiling toml_edit v0.19.15 |
608 | 2023-11-01T16:57:18.989Z | Checking encoding_rs v0.8.33 |
609 | 2023-11-01T16:57:19.101Z | Checking mime v0.3.17 |
610 | 2023-11-01T16:57:19.132Z | Checking ipnet v2.8.0 |
611 | 2023-11-01T16:57:19.560Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#5e4af2bb) |
612 | 2023-11-01T16:57:20.598Z | Compiling usdt-attr-macro v0.3.5 |
613 | 2023-11-01T16:57:21.966Z | Compiling proc-macro-crate v1.3.1 |
614 | 2023-11-01T16:57:22.821Z | Compiling usdt-macro v0.3.5 |
615 | 2023-11-01T16:57:22.958Z | Checking serde_spanned v0.6.3 |
616 | 2023-11-01T16:57:23.186Z | Checking serde_urlencoded v0.7.1 |
617 | 2023-11-01T16:57:23.280Z | Checking tokio-util v0.7.8 |
618 | 2023-11-01T16:57:23.383Z | Checking tokio-rustls v0.24.1 |
619 | 2023-11-01T16:57:23.737Z | Checking tokio-native-tls v0.3.1 |
620 | 2023-11-01T16:57:24.305Z | Compiling omicron-workspace-hack v0.1.0 |
621 | 2023-11-01T16:57:24.490Z | Checking match_cfg v0.1.0 |
622 | 2023-11-01T16:57:24.661Z | Checking h2 v0.3.21 |
623 | 2023-11-01T16:57:24.945Z | Checking usdt v0.3.5 |
624 | 2023-11-01T16:57:25.240Z | Checking hostname v0.3.1 |
625 | 2023-11-01T16:57:25.402Z | Compiling getopts v0.2.21 |
626 | 2023-11-01T16:57:25.466Z | Checking openapiv3 v1.0.3 |
627 | 2023-11-01T16:57:28.011Z | Compiling ident_case v1.0.1 |
628 | 2023-11-01T16:57:28.263Z | Checking webpki-roots v0.25.2 |
629 | 2023-11-01T16:57:28.469Z | Checking fallible-iterator v0.2.0 |
630 | 2023-11-01T16:57:29.436Z | Compiling unsafe-libyaml v0.2.9 |
631 | 2023-11-01T16:57:29.513Z | Compiling strsim v0.10.0 |
632 | 2023-11-01T16:57:30.399Z | Compiling darling_core v0.20.3 |
633 | 2023-11-01T16:57:31.003Z | Checking futures-executor v0.3.28 |
634 | 2023-11-01T16:57:31.319Z | Checking sha1 v0.10.5 |
635 | 2023-11-01T16:57:31.442Z | Checking hyper v0.14.27 |
636 | 2023-11-01T16:57:31.616Z | Compiling serde_yaml v0.9.25 |
637 | 2023-11-01T16:57:31.710Z | Compiling libz-sys v1.1.12 |
638 | 2023-11-01T16:57:32.522Z | Compiling num-integer v0.1.45 |
639 | 2023-11-01T16:57:33.136Z | Checking futures v0.3.28 |
640 | 2023-11-01T16:57:33.274Z | Checking toml_edit v0.20.1 |
641 | 2023-11-01T16:57:33.430Z | Checking slog-json v2.6.1 |
642 | 2023-11-01T16:57:33.805Z | Compiling strum_macros v0.25.2 |
643 | 2023-11-01T16:57:34.494Z | Checking bitflags v2.4.0 |
644 | 2023-11-01T16:57:34.890Z | Compiling rustix v0.38.9 |
645 | 2023-11-01T16:57:36.131Z | Checking slog-bunyan v2.4.0 |
646 | 2023-11-01T16:57:37.116Z | Checking toml v0.8.1 |
647 | 2023-11-01T16:57:37.134Z | Compiling structmeta-derive v0.1.6 |
648 | 2023-11-01T16:57:37.179Z | Checking sha2 v0.10.7 |
649 | 2023-11-01T16:57:37.742Z | Checking hmac v0.12.1 |
650 | 2023-11-01T16:57:38.007Z | Checking md-5 v0.10.5 |
651 | 2023-11-01T16:57:38.030Z | Checking stringprep v0.1.3 |
652 | 2023-11-01T16:57:38.246Z | Compiling libgit2-sys v0.15.2+1.6.4 |
653 | 2023-11-01T16:57:38.289Z | Checking errno v0.3.2 |
654 | 2023-11-01T16:57:38.396Z | Compiling num-bigint v0.4.4 |
655 | 2023-11-01T16:57:38.475Z | Compiling multer v2.1.0 |
656 | 2023-11-01T16:57:38.777Z | Checking hyper-rustls v0.24.1 |
657 | 2023-11-01T16:57:39.016Z | Checking hyper-tls v0.5.0 |
658 | 2023-11-01T16:57:39.172Z | Compiling camino v1.1.6 |
659 | 2023-11-01T16:57:39.244Z | Compiling darling_macro v0.20.3 |
660 | 2023-11-01T16:57:39.398Z | Checking reqwest v0.11.20 |
661 | 2023-11-01T16:57:39.438Z | Checking siphasher v0.3.11 |
662 | 2023-11-01T16:57:39.882Z | Compiling paste v1.0.14 |
663 | 2023-11-01T16:57:40.007Z | Checking strum v0.25.0 |
664 | 2023-11-01T16:57:40.212Z | Compiling semver v1.0.18 |
665 | 2023-11-01T16:57:41.056Z | Checking phf_shared v0.11.2 |
666 | 2023-11-01T16:57:41.060Z | Compiling darling v0.20.3 |
667 | 2023-11-01T16:57:41.222Z | Compiling serde_with_macros v2.3.3 |
668 | 2023-11-01T16:57:41.588Z | Compiling structmeta v0.1.6 |
669 | 2023-11-01T16:57:41.816Z | Checking postgres-protocol v0.6.6 |
670 | 2023-11-01T16:57:41.881Z | Checking progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#4dcba592) |
671 | 2023-11-01T16:57:42.192Z | Compiling num_enum_derive v0.5.11 |
672 | 2023-11-01T16:57:42.406Z | Compiling async-stream-impl v0.3.5 |
673 | 2023-11-01T16:57:42.421Z | Compiling num-rational v0.4.1 |
674 | 2023-11-01T16:57:42.671Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#5e4af2bb) |
675 | 2023-11-01T16:57:42.854Z | Compiling num-iter v0.1.43 |
676 | 2023-11-01T16:57:42.966Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#b5645fcd) |
677 | 2023-11-01T16:57:43.362Z | Compiling regex-syntax v0.6.29 |
678 | 2023-11-01T16:57:43.523Z | Checking spin v0.9.8 |
679 | 2023-11-01T16:57:43.735Z | Compiling crucible-workspace-hack v0.1.0 |
680 | 2023-11-01T16:57:44.061Z | Checking atomic-waker v1.1.1 |
681 | 2023-11-01T16:57:44.227Z | Checking waitgroup v0.1.2 |
682 | 2023-11-01T16:57:44.559Z | Checking async-stream v0.3.5 |
683 | 2023-11-01T16:57:44.684Z | Checking postgres-types v0.2.6 |
684 | 2023-11-01T16:57:44.984Z | Checking phf v0.11.2 |
685 | 2023-11-01T16:57:45.267Z | Checking serde_with v2.3.3 |
686 | 2023-11-01T16:57:46.195Z | Checking num_enum v0.5.11 |
687 | 2023-11-01T16:57:46.651Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#b5645fcd) |
688 | 2023-11-01T16:57:47.691Z | Checking hex v0.4.3 |
689 | 2023-11-01T16:57:48.212Z | Checking serde_path_to_error v0.1.14 |
690 | 2023-11-01T16:57:48.511Z | Compiling vergen v8.2.4 |
691 | 2023-11-01T16:57:48.555Z | Compiling memoffset v0.7.1 |
692 | 2023-11-01T16:57:49.050Z | Compiling proc-macro-error-attr v1.0.4 |
693 | 2023-11-01T16:57:49.109Z | Checking instant v0.1.12 |
694 | 2023-11-01T16:57:49.315Z | Checking whoami v1.4.1 |
695 | 2023-11-01T16:57:49.682Z | Checking debug-ignore v1.0.5 |
696 | 2023-11-01T16:57:49.855Z | Checking utf8parse v0.2.1 |
697 | 2023-11-01T16:57:50.062Z | Checking anstyle-parse v0.2.1 |
698 | 2023-11-01T16:57:50.080Z | Checking tokio-postgres v0.7.10 |
699 | 2023-11-01T16:57:50.140Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#5e4af2bb) |
700 | 2023-11-01T16:57:50.300Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#4dcba592) |
701 | 2023-11-01T16:57:50.420Z | Checking toml v0.7.8 |
702 | 2023-11-01T16:57:51.204Z | Checking backoff v0.4.0 |
703 | 2023-11-01T16:57:51.767Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
704 | 2023-11-01T16:57:51.963Z | Compiling rustc_version v0.4.0 |
705 | 2023-11-01T16:57:52.701Z | Compiling parse-display-derive v0.7.0 |
706 | 2023-11-01T16:57:53.164Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#6cf8181b) |
707 | 2023-11-01T16:57:53.375Z | Checking ipnetwork v0.20.0 |
708 | 2023-11-01T16:57:53.509Z | Checking macaddr v1.0.1 |
709 | 2023-11-01T16:57:53.896Z | Checking num-complex v0.4.4 |
710 | 2023-11-01T16:57:54.436Z | Compiling libsqlite3-sys v0.26.0 |
711 | 2023-11-01T16:57:54.802Z | Compiling slog-dtrace v0.2.3 |
712 | 2023-11-01T16:57:54.968Z | Compiling proc-macro-error v1.0.4 |
713 | 2023-11-01T16:57:55.229Z | Checking base64ct v1.6.0 |
714 | 2023-11-01T16:57:55.336Z | Checking static_assertions v1.1.0 |
715 | 2023-11-01T16:57:55.425Z | Checking anstyle-query v1.0.0 |
716 | 2023-11-01T16:57:55.459Z | Checking arc-swap v1.6.0 |
717 | 2023-11-01T16:57:55.503Z | Checking colorchoice v1.0.0 |
718 | 2023-11-01T16:57:55.578Z | Checking anstyle v1.0.2 |
719 | 2023-11-01T16:57:55.873Z | Checking num v0.4.1 |
720 | 2023-11-01T16:57:55.974Z | Checking password-hash v0.5.0 |
721 | 2023-11-01T16:57:56.114Z | Checking anstream v0.5.0 |
722 | 2023-11-01T16:57:56.168Z | Checking slog-scope v4.4.0 |
723 | 2023-11-01T16:57:56.260Z | Checking blake2 v0.10.6 |
724 | 2023-11-01T16:57:56.435Z | Checking inout v0.1.3 |
725 | 2023-11-01T16:57:56.614Z | Checking termcolor v1.2.0 |
726 | 2023-11-01T16:57:56.651Z | Checking clap_lex v0.5.1 |
727 | 2023-11-01T16:57:56.697Z | Compiling radium v0.7.0 |
728 | 2023-11-01T16:57:56.909Z | Checking argon2 v0.5.2 |
729 | 2023-11-01T16:57:57.007Z | Checking clap_builder v4.4.0 |
730 | 2023-11-01T16:57:57.241Z | Checking cipher v0.4.4 |
731 | 2023-11-01T16:57:57.451Z | Checking slog-stdlog v4.1.1 |
732 | 2023-11-01T16:57:57.656Z | Checking nix v0.26.2 |
733 | 2023-11-01T16:57:58.437Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#7f571c6c) |
734 | 2023-11-01T16:57:58.451Z | Compiling clap_derive v4.4.0 |
735 | 2023-11-01T16:57:58.455Z | Compiling serde_repr v0.1.16 |
736 | 2023-11-01T16:57:59.022Z | Checking hashlink v0.8.3 |
737 | 2023-11-01T16:57:59.133Z | Checking parse-display v0.7.0 |
738 | 2023-11-01T16:57:59.349Z | Checking tap v1.0.1 |
739 | 2023-11-01T16:57:59.567Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
740 | 2023-11-01T16:57:59.937Z | Checking fallible-streaming-iterator v0.1.9 |
741 | 2023-11-01T16:58:00.098Z | Checking fastrand v2.0.0 |
742 | 2023-11-01T16:58:00.262Z | Compiling portable-atomic v1.4.3 |
743 | 2023-11-01T16:58:00.346Z | Checking os_str_bytes v6.5.1 |
744 | 2023-11-01T16:58:00.412Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys#b1a9fb85) |
745 | 2023-11-01T16:58:00.568Z | Checking tempfile v3.8.0 |
746 | 2023-11-01T16:58:00.737Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#4dcba592) |
747 | 2023-11-01T16:58:00.953Z | Checking clap_lex v0.2.4 |
748 | 2023-11-01T16:58:01.037Z | Checking rusqlite v0.29.0 |
749 | 2023-11-01T16:58:01.150Z | Checking wyz v0.5.1 |
750 | 2023-11-01T16:58:01.299Z | Compiling clap_derive v3.2.25 |
751 | 2023-11-01T16:58:01.761Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#6cf8181b) |
752 | 2023-11-01T16:58:01.816Z | Checking slog-envlogger v2.2.0 |
753 | 2023-11-01T16:58:02.111Z | Checking twox-hash v1.6.3 |
754 | 2023-11-01T16:58:02.136Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
755 | 2023-11-01T16:58:02.565Z | Checking is-terminal v0.4.9 |
756 | 2023-11-01T16:58:02.706Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#6cf8181b) |
757 | 2023-11-01T16:58:02.794Z | Compiling num_enum_derive v0.7.0 |
758 | 2023-11-01T16:58:02.933Z | Checking universal-hash v0.5.1 |
759 | 2023-11-01T16:58:03.173Z | Checking funty v2.0.0 |
760 | 2023-11-01T16:58:03.398Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys?branch=main#b1a9fb85) |
761 | 2023-11-01T16:58:03.464Z | Checking textwrap v0.16.0 |
762 | 2023-11-01T16:58:03.907Z | Checking opaque-debug v0.3.0 |
763 | 2023-11-01T16:58:03.976Z | Checking colored v2.0.4 |
764 | 2023-11-01T16:58:04.020Z | Checking polyval v0.6.1 |
765 | 2023-11-01T16:58:04.572Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0) |
766 | 2023-11-01T16:58:04.845Z | Checking aes v0.8.3 |
767 | 2023-11-01T16:58:04.929Z | Checking bitvec v1.0.1 |
768 | 2023-11-01T16:58:06.128Z | Checking ctr v0.9.2 |
769 | 2023-11-01T16:58:06.198Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
770 | 2023-11-01T16:58:06.500Z | Checking clap v4.4.0 |
771 | 2023-11-01T16:58:06.539Z | Checking bincode v1.3.3 |
772 | 2023-11-01T16:58:06.641Z | Checking console v0.15.7 |
773 | 2023-11-01T16:58:06.672Z | Compiling async-recursion v0.3.2 |
774 | 2023-11-01T16:58:07.013Z | Checking num_enum v0.7.0 |
775 | 2023-11-01T16:58:07.212Z | Checking aead v0.5.2 |
776 | 2023-11-01T16:58:07.348Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
777 | 2023-11-01T16:58:07.508Z | Checking zeroize v1.6.0 |
778 | 2023-11-01T16:58:07.556Z | Checking pretty-hex v0.2.1 |
779 | 2023-11-01T16:58:07.753Z | Checking humantime v2.1.0 |
780 | 2023-11-01T16:58:07.771Z | Checking number_prefix v0.4.0 |
781 | 2023-11-01T16:58:07.818Z | Checking either v1.9.0 |
782 | 2023-11-01T16:58:07.910Z | Compiling erased-serde v0.3.30 |
783 | 2023-11-01T16:58:08.029Z | Checking data-encoding v2.4.0 |
784 | 2023-11-01T16:58:08.175Z | Checking env_logger v0.9.3 |
785 | 2023-11-01T16:58:08.260Z | Checking itertools v0.11.0 |
786 | 2023-11-01T16:58:08.393Z | Checking indicatif v0.17.6 |
787 | 2023-11-01T16:58:08.828Z | Checking aes-gcm-siv v0.11.1 |
788 | 2023-11-01T16:58:08.850Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
789 | 2023-11-01T16:58:08.901Z | Checking clap v3.2.25 |
790 | 2023-11-01T16:58:09.153Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
791 | 2023-11-01T16:58:09.211Z | Checking toml v0.5.11 |
792 | 2023-11-01T16:58:09.230Z | Compiling bitstruct_derive v0.1.0 |
793 | 2023-11-01T16:58:09.451Z | Compiling async-recursion v1.0.5 |
794 | 2023-11-01T16:58:09.788Z | Checking viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
795 | 2023-11-01T16:58:09.964Z | Checking libloading v0.7.4 |
796 | 2023-11-01T16:58:10.309Z | Checking ascii v1.1.0 |
797 | 2023-11-01T16:58:10.921Z | Checking ringbuffer v0.15.0 |
798 | 2023-11-01T16:58:11.316Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
799 | 2023-11-01T16:58:11.455Z | Checking bitstruct v0.1.1 |
800 | 2023-11-01T16:58:11.498Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
801 | 2023-11-01T16:58:11.608Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
802 | 2023-11-01T16:58:11.690Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#7251cbb0) |
803 | 2023-11-01T16:58:11.713Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?rev=d59491f86668e15e92f35ffe3f94504ff4241c64#d59491f8) |
804 | 2023-11-01T16:58:11.984Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
805 | 2023-11-01T16:58:12.241Z | Checking serde_arrays v0.1.0 |
806 | 2023-11-01T16:58:12.433Z | Checking utf-8 v0.7.6 |
807 | 2023-11-01T16:58:12.493Z | Checking matches v0.1.10 |
808 | 2023-11-01T16:58:12.605Z | Checking idna v0.2.3 |
809 | 2023-11-01T16:58:12.675Z | Compiling enum-as-inner v0.5.1 |
810 | 2023-11-01T16:58:12.705Z | Checking tungstenite v0.20.1 |
811 | 2023-11-01T16:58:12.722Z | Checking quick-error v1.2.3 |
812 | 2023-11-01T16:58:12.897Z | Checking linked-hash-map v0.5.6 |
813 | 2023-11-01T16:58:13.368Z | Checking resolv-conf v0.7.0 |
814 | 2023-11-01T16:58:13.389Z | Checking lru-cache v0.1.2 |
815 | 2023-11-01T16:58:13.638Z | Compiling const_format_proc_macros v0.2.31 |
816 | 2023-11-01T16:58:13.896Z | Checking base64 v0.13.1 |
817 | 2023-11-01T16:58:14.031Z | Checking bstr v1.6.0 |
818 | 2023-11-01T16:58:14.053Z | Checking tokio-tungstenite v0.20.1 |
819 | 2023-11-01T16:58:14.263Z | Checking p9kp v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0) |
820 | 2023-11-01T16:58:14.379Z | Checking bit_field v0.10.2 |
821 | 2023-11-01T16:58:14.414Z | Checking trust-dns-proto v0.22.0 |
822 | 2023-11-01T16:58:14.484Z | Checking ron v0.7.1 |
823 | 2023-11-01T16:58:14.729Z | Checking ctrlc v3.4.0 |
824 | 2023-11-01T16:58:14.791Z | Checking softnpu v0.1.0 (https://github.com/oxidecomputer/softnpu?rev=88f5f1334364e5580fe778c44ac0746a35927351#88f5f133) |
825 | 2023-11-01T16:58:15.008Z | Checking fatfs v0.3.6 |
826 | 2023-11-01T16:58:15.309Z | Checking globset v0.4.13 |
827 | 2023-11-01T16:58:15.584Z | Checking glob v0.3.1 |
828 | 2023-11-01T16:58:16.861Z | Checking const_format v0.2.31 |
829 | 2023-11-01T16:58:19.506Z | Checking trust-dns-resolver v0.22.0 |
830 | 2023-11-01T16:58:19.596Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
831 | 2023-11-01T16:58:23.756Z | Checking progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#4dcba592) |
832 | 2023-11-01T16:58:24.002Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#6cf8181b) |
833 | 2023-11-01T16:58:24.038Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#6cf8181b) |
834 | 2023-11-01T16:58:24.042Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
835 | 2023-11-01T16:58:26.902Z | Compiling git2 v0.17.2 |
836 | 2023-11-01T16:58:32.497Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#6cf8181b) |
837 | 2023-11-01T16:58:32.500Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#6cf8181b) |
838 | 2023-11-01T16:58:32.503Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#6cf8181b) |
839 | 2023-11-01T16:58:32.828Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
840 | 2023-11-01T16:58:33.312Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
841 | 2023-11-01T16:58:35.100Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
842 | 2023-11-01T16:58:41.036Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#6cf8181b) |
843 | 2023-11-01T16:58:48.385Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
844 | 2023-11-01T16:58:59.220Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
845 | 2023-11-01T16:58:59.521Z | Checking propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
846 | 2023-11-01T16:58:59.524Z | Checking propolis-standalone-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-standalone-config) |
847 | 2023-11-01T16:59:00.051Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
848 | 2023-11-01T16:59:00.092Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
849 | 2023-11-01T16:59:11.743Z | Finished dev [unoptimized + debuginfo] target(s) in 3m 09s |
850 | 2023-11-01T16:59:11.846Z | |
851 | 2023-11-01T16:59:11.976Z | real 3:09.788484537 |
852 | 2023-11-01T16:59:12.053Z | user 13:52.107098782 |
853 | 2023-11-01T16:59:12.113Z | sys 2:29.584788091 |
854 | 2023-11-01T16:59:12.234Z | trap 0.526061799 |
855 | 2023-11-01T16:59:12.245Z | tflt 6.050314207 |
856 | 2023-11-01T16:59:12.264Z | dflt 8.693613924 |
857 | 2023-11-01T16:59:12.288Z | kflt 0.022291635 |
858 | 2023-11-01T16:59:12.305Z | lock 19:00.974821298 |
859 | 2023-11-01T16:59:12.310Z | slp 42:06.997178910 |
860 | 2023-11-01T16:59:12.320Z | lat 49.607041201 |
861 | 2023-11-01T16:59:12.326Z | stop 2:14.661892962 |
862 | 2023-11-01T16:59:12.357Z | + banner build |
863 | 2023-11-01T16:59:12.366Z | |
864 | 2023-11-01T16:59:12.384Z | ##### # # # # ##### |
865 | 2023-11-01T16:59:12.445Z | # # # # # # # # |
866 | 2023-11-01T16:59:12.529Z | ##### # # # # # # |
867 | 2023-11-01T16:59:12.535Z | # # # # # # # # |
868 | 2023-11-01T16:59:12.575Z | # # # # # # # # |
869 | 2023-11-01T16:59:12.607Z | ##### #### # ###### ##### |
870 | 2023-11-01T16:59:12.649Z | |
871 | 2023-11-01T16:59:12.706Z | + ptime -m cargo build --features falcon --release -p propolis-server -p propolis-cli |
872 | 2023-11-01T16:59:12.735Z | Compiling proc-macro2 v1.0.67 |
873 | 2023-11-01T16:59:12.760Z | Compiling unicode-ident v1.0.12 |
874 | 2023-11-01T16:59:12.771Z | Compiling libc v0.2.149 |
875 | 2023-11-01T16:59:12.782Z | Compiling cfg-if v1.0.0 |
876 | 2023-11-01T16:59:12.795Z | Compiling version_check v0.9.4 |
877 | 2023-11-01T16:59:12.810Z | Compiling autocfg v1.1.0 |
878 | 2023-11-01T16:59:12.835Z | Compiling serde v1.0.188 |
879 | 2023-11-01T16:59:12.843Z | Compiling syn v1.0.109 |
880 | 2023-11-01T16:59:12.848Z | Compiling once_cell v1.18.0 |
881 | 2023-11-01T16:59:12.863Z | Compiling memchr v2.5.0 |
882 | 2023-11-01T16:59:12.874Z | Compiling thiserror v1.0.47 |
883 | 2023-11-01T16:59:12.906Z | Compiling itoa v1.0.9 |
884 | 2023-11-01T16:59:12.922Z | Compiling serde_json v1.0.107 |
885 | 2023-11-01T16:59:12.927Z | Compiling pin-project-lite v0.2.13 |
886 | 2023-11-01T16:59:12.944Z | Compiling ahash v0.8.3 |
887 | 2023-11-01T16:59:12.971Z | Compiling pkg-config v0.3.27 |
888 | 2023-11-01T16:59:12.994Z | Compiling libm v0.2.7 |
889 | 2023-11-01T16:59:13.011Z | Compiling vcpkg v0.2.15 |
890 | 2023-11-01T16:59:13.018Z | Compiling quote v1.0.33 |
891 | 2023-11-01T16:59:13.023Z | Compiling jobserver v0.1.26 |
892 | 2023-11-01T16:59:13.028Z | Compiling syn v2.0.29 |
893 | 2023-11-01T16:59:13.034Z | Compiling getrandom v0.2.10 |
894 | 2023-11-01T16:59:13.039Z | Compiling cc v1.0.83 |
895 | 2023-11-01T16:59:13.046Z | Compiling rand_core v0.6.4 |
896 | 2023-11-01T16:59:13.051Z | Compiling num-traits v0.2.16 |
897 | 2023-11-01T16:59:13.054Z | Compiling lock_api v0.4.10 |
898 | 2023-11-01T16:59:13.058Z | Compiling smallvec v1.11.0 |
899 | 2023-11-01T16:59:13.063Z | Compiling typenum v1.16.0 |
900 | 2023-11-01T16:59:13.066Z | Compiling log v0.4.20 |
901 | 2023-11-01T16:59:13.071Z | Compiling parking_lot_core v0.9.8 |
902 | 2023-11-01T16:59:13.123Z | Compiling generic-array v0.14.7 |
903 | 2023-11-01T16:59:13.493Z | Compiling scopeguard v1.2.0 |
904 | 2023-11-01T16:59:13.733Z | Compiling ryu v1.0.15 |
905 | 2023-11-01T16:59:14.343Z | Compiling futures-core v0.3.28 |
906 | 2023-11-01T16:59:14.942Z | Compiling parking_lot v0.12.1 |
907 | 2023-11-01T16:59:15.139Z | Compiling signal-hook-registry v1.4.1 |
908 | 2023-11-01T16:59:15.200Z | Compiling mio v0.8.8 |
909 | 2023-11-01T16:59:17.648Z | Compiling socket2 v0.5.3 |
910 | 2023-11-01T16:59:17.666Z | Compiling num_cpus v1.16.0 |
911 | 2023-11-01T16:59:18.194Z | Compiling heck v0.4.1 |
912 | 2023-11-01T16:59:18.762Z | Compiling crypto-common v0.1.6 |
913 | 2023-11-01T16:59:18.765Z | Compiling hashbrown v0.14.0 |
914 | 2023-11-01T16:59:18.785Z | Compiling pin-utils v0.1.0 |
915 | 2023-11-01T16:59:18.829Z | Compiling futures-sink v0.3.28 |
916 | 2023-11-01T16:59:18.888Z | Compiling equivalent v1.0.1 |
917 | 2023-11-01T16:59:19.012Z | Compiling slab v0.4.9 |
918 | 2023-11-01T16:59:19.027Z | Compiling futures-channel v0.3.28 |
919 | 2023-11-01T16:59:19.030Z | Compiling futures-task v0.3.28 |
920 | 2023-11-01T16:59:19.621Z | Compiling futures-util v0.3.28 |
921 | 2023-11-01T16:59:20.131Z | Compiling subtle v2.5.0 |
922 | 2023-11-01T16:59:20.214Z | Compiling futures-io v0.3.28 |
923 | 2023-11-01T16:59:20.320Z | Compiling unicode-xid v0.2.4 |
924 | 2023-11-01T16:59:20.339Z | Compiling slog v2.7.0 |
925 | 2023-11-01T16:59:20.531Z | Compiling iana-time-zone v0.1.57 |
926 | 2023-11-01T16:59:20.540Z | Compiling tinyvec_macros v0.1.1 |
927 | 2023-11-01T16:59:20.643Z | Compiling tinyvec v1.6.0 |
928 | 2023-11-01T16:59:20.667Z | Compiling bitflags v1.3.2 |
929 | 2023-11-01T16:59:20.885Z | Compiling ring v0.16.20 |
930 | 2023-11-01T16:59:21.149Z | Compiling serde_derive_internals v0.26.0 |
931 | 2023-11-01T16:59:22.634Z | Compiling tracing-core v0.1.31 |
932 | 2023-11-01T16:59:23.382Z | Compiling unicode-normalization v0.1.22 |
933 | 2023-11-01T16:59:23.582Z | Compiling ucd-trie v0.1.6 |
934 | 2023-11-01T16:59:24.357Z | Compiling unicode-bidi v0.3.13 |
935 | 2023-11-01T16:59:24.972Z | Compiling time-core v0.1.1 |
936 | 2023-11-01T16:59:25.605Z | Compiling byteorder v1.4.3 |
937 | 2023-11-01T16:59:25.801Z | Compiling fnv v1.0.7 |
938 | 2023-11-01T16:59:25.974Z | Compiling allocator-api2 v0.2.16 |
939 | 2023-11-01T16:59:26.573Z | Compiling synstructure v0.12.6 |
940 | 2023-11-01T16:59:27.158Z | Compiling block-buffer v0.10.4 |
941 | 2023-11-01T16:59:27.434Z | Compiling indexmap v1.9.3 |
942 | 2023-11-01T16:59:27.971Z | Compiling schemars v0.8.15 |
943 | 2023-11-01T16:59:28.557Z | Compiling ppv-lite86 v0.2.17 |
944 | 2023-11-01T16:59:29.022Z | Compiling digest v0.10.7 |
945 | 2023-11-01T16:59:29.564Z | Compiling untrusted v0.7.1 |
946 | 2023-11-01T16:59:29.712Z | Compiling spin v0.5.2 |
947 | 2023-11-01T16:59:29.741Z | Compiling httparse v1.8.0 |
948 | 2023-11-01T16:59:29.876Z | Compiling rand_chacha v0.3.1 |
949 | 2023-11-01T16:59:29.894Z | Compiling cpufeatures v0.2.9 |
950 | 2023-11-01T16:59:29.922Z | Compiling serde_derive v1.0.188 |
951 | 2023-11-01T16:59:30.004Z | Compiling thiserror-impl v1.0.47 |
952 | 2023-11-01T16:59:30.063Z | Compiling tokio-macros v2.1.0 |
953 | 2023-11-01T16:59:30.144Z | Compiling futures-macro v0.3.28 |
954 | 2023-11-01T16:59:30.397Z | Compiling tracing-attributes v0.1.26 |
955 | 2023-11-01T16:59:31.279Z | Compiling schemars_derive v0.8.15 |
956 | 2023-11-01T16:59:32.522Z | Compiling zerocopy-derive v0.2.0 |
957 | 2023-11-01T16:59:32.706Z | Compiling dyn-clone v1.0.13 |
958 | 2023-11-01T16:59:32.981Z | Compiling hashbrown v0.12.3 |
959 | 2023-11-01T16:59:34.874Z | Compiling pest v2.7.2 |
960 | 2023-11-01T16:59:35.006Z | Compiling percent-encoding v2.3.0 |
961 | 2023-11-01T16:59:35.856Z | Compiling rand v0.8.5 |
962 | 2023-11-01T16:59:36.026Z | Compiling tracing v0.1.37 |
963 | 2023-11-01T16:59:36.731Z | Compiling openssl-sys v0.9.91 |
964 | 2023-11-01T16:59:37.155Z | Compiling aho-corasick v1.0.4 |
965 | 2023-11-01T16:59:37.458Z | Compiling rustversion v1.0.14 |
966 | 2023-11-01T16:59:38.175Z | Compiling base64 v0.21.4 |
967 | 2023-11-01T16:59:38.544Z | Compiling regex-syntax v0.7.4 |
968 | 2023-11-01T16:59:39.016Z | Compiling pest_meta v2.7.2 |
969 | 2023-11-01T16:59:42.060Z | Compiling pest_generator v2.7.2 |
970 | 2023-11-01T16:59:45.013Z | Compiling regex-automata v0.3.6 |
971 | 2023-11-01T16:59:45.034Z | Compiling form_urlencoded v1.2.0 |
972 | 2023-11-01T16:59:45.889Z | Compiling pest_derive v2.7.2 |
973 | 2023-11-01T16:59:45.985Z | Compiling usdt-impl v0.3.5 |
974 | 2023-11-01T16:59:47.147Z | Compiling rustls v0.21.7 |
975 | 2023-11-01T16:59:47.429Z | Compiling chrono v0.4.31 |
976 | 2023-11-01T16:59:48.906Z | Compiling hashbrown v0.13.2 |
977 | 2023-11-01T16:59:49.968Z | Compiling rustls-webpki v0.101.4 |
978 | 2023-11-01T16:59:50.700Z | Compiling sct v0.7.0 |
979 | 2023-11-01T16:59:50.989Z | Compiling time-macros v0.2.13 |
980 | 2023-11-01T16:59:51.509Z | Compiling atty v0.2.14 |
981 | 2023-11-01T16:59:51.696Z | Compiling deranged v0.3.8 |
982 | 2023-11-01T16:59:53.848Z | Compiling bytes v1.5.0 |
983 | 2023-11-01T16:59:56.084Z | Compiling tokio v1.33.0 |
984 | 2023-11-01T16:59:56.978Z | Compiling indexmap v2.0.0 |
985 | 2023-11-01T16:59:58.327Z | Compiling uuid v1.4.1 |
986 | 2023-11-01T16:59:58.978Z | Compiling http v0.2.9 |
987 | 2023-11-01T17:00:00.271Z | Compiling serde_tokenstream v0.2.0 |
988 | 2023-11-01T17:00:01.094Z | Compiling regex v1.9.3 |
989 | 2023-11-01T17:00:05.934Z | Compiling crossbeam-utils v0.8.16 |
990 | 2023-11-01T17:00:06.326Z | Compiling num_threads v0.1.6 |
991 | 2023-11-01T17:00:06.497Z | Compiling time v0.3.27 |
992 | 2023-11-01T17:00:07.300Z | Compiling zerocopy v0.3.0 |
993 | 2023-11-01T17:00:08.557Z | Compiling regress v0.7.1 |
994 | 2023-11-01T17:00:12.388Z | Compiling tokio-util v0.7.8 |
995 | 2023-11-01T17:00:12.874Z | Compiling idna v0.4.0 |
996 | 2023-11-01T17:00:15.960Z | Compiling dirs-sys-next v0.1.2 |
997 | 2023-11-01T17:00:16.495Z | Compiling anyhow v1.0.75 |
998 | 2023-11-01T17:00:17.334Z | Compiling try-lock v0.2.4 |
999 | 2023-11-01T17:00:17.535Z | Compiling async-trait v0.1.73 |
1000 | 2023-11-01T17:00:17.699Z | Compiling foreign-types-shared v0.1.1 |
1001 | 2023-11-01T17:00:17.831Z | Compiling openssl v0.10.56 |
1002 | 2023-11-01T17:00:18.287Z | Compiling lazy_static v1.4.0 |
1003 | 2023-11-01T17:00:18.506Z | Compiling foreign-types v0.3.2 |
1004 | 2023-11-01T17:00:18.518Z | Compiling want v0.3.1 |
1005 | 2023-11-01T17:00:18.618Z | Compiling dirs-next v2.0.0 |
1006 | 2023-11-01T17:00:18.631Z | Compiling tokio-rustls v0.24.1 |
1007 | 2023-11-01T17:00:18.936Z | Compiling url v2.4.0 |
1008 | 2023-11-01T17:00:18.942Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#5e4af2bb) |
1009 | 2023-11-01T17:00:19.297Z | Compiling h2 v0.3.21 |
1010 | 2023-11-01T17:00:22.717Z | Compiling dof v0.1.5 |
1011 | 2023-11-01T17:00:23.988Z | Compiling http-body v0.4.5 |
1012 | 2023-11-01T17:00:24.688Z | Compiling dtrace-parser v0.1.14 |
1013 | 2023-11-01T17:00:27.417Z | Compiling openssl-macros v0.1.1 |
1014 | 2023-11-01T17:00:28.876Z | Compiling socket2 v0.4.9 |
1015 | 2023-11-01T17:00:29.086Z | Compiling thread-id v4.2.0 |
1016 | 2023-11-01T17:00:29.225Z | Compiling thread_local v1.1.7 |
1017 | 2023-11-01T17:00:31.684Z | Compiling native-tls v0.2.11 |
1018 | 2023-11-01T17:00:32.255Z | Compiling httpdate v1.0.3 |
1019 | 2023-11-01T17:00:33.459Z | Compiling tower-service v0.3.2 |
1020 | 2023-11-01T17:00:34.564Z | Compiling slog-async v2.8.0 |
1021 | 2023-11-01T17:00:38.021Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#5e4af2bb) |
1022 | 2023-11-01T17:00:40.806Z | Compiling hyper v0.14.27 |
1023 | 2023-11-01T17:00:45.392Z | Compiling crossbeam-channel v0.5.8 |
1024 | 2023-11-01T17:00:45.471Z | Compiling term v0.7.0 |
1025 | 2023-11-01T17:00:48.223Z | Compiling serde_tokenstream v0.1.7 |
1026 | 2023-11-01T17:00:48.638Z | Compiling rustls-pemfile v1.0.3 |
1027 | 2023-11-01T17:00:49.732Z | Compiling take_mut v0.2.2 |
1028 | 2023-11-01T17:00:49.937Z | Compiling winnow v0.5.15 |
1029 | 2023-11-01T17:00:50.284Z | Compiling unicode-width v0.1.10 |
1030 | 2023-11-01T17:00:50.300Z | Compiling toml_datetime v0.6.3 |
1031 | 2023-11-01T17:00:50.509Z | Compiling openssl-probe v0.1.5 |
1032 | 2023-11-01T17:00:51.871Z | Compiling slog-term v2.9.0 |
1033 | 2023-11-01T17:00:55.519Z | Compiling toml_edit v0.19.15 |
1034 | 2023-11-01T17:00:56.629Z | Compiling encoding_rs v0.8.33 |
1035 | 2023-11-01T17:00:56.751Z | Compiling omicron-workspace-hack v0.1.0 |
1036 | 2023-11-01T17:00:57.238Z | Compiling mime v0.3.17 |
1037 | 2023-11-01T17:00:58.040Z | Compiling ipnet v2.8.0 |
1038 | 2023-11-01T17:01:02.726Z | Compiling proc-macro-crate v1.3.1 |
1039 | 2023-11-01T17:01:03.794Z | Compiling tokio-native-tls v0.3.1 |
1040 | 2023-11-01T17:01:04.125Z | Compiling usdt-macro v0.3.5 |
1041 | 2023-11-01T17:01:04.204Z | Compiling usdt-attr-macro v0.3.5 |
1042 | 2023-11-01T17:01:06.275Z | Compiling serde_urlencoded v0.7.1 |
1043 | 2023-11-01T17:01:06.610Z | Compiling serde_spanned v0.6.3 |
1044 | 2023-11-01T17:01:08.344Z | Compiling match_cfg v0.1.0 |
1045 | 2023-11-01T17:01:10.960Z | Compiling getopts v0.2.21 |
1046 | 2023-11-01T17:01:12.340Z | Compiling hostname v0.3.1 |
1047 | 2023-11-01T17:01:12.674Z | Compiling usdt v0.3.5 |
1048 | 2023-11-01T17:01:13.376Z | Compiling hyper-tls v0.5.0 |
1049 | 2023-11-01T17:01:13.986Z | Compiling hyper-rustls v0.24.1 |
1050 | 2023-11-01T17:01:14.050Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#5e4af2bb) |
1051 | 2023-11-01T17:01:14.494Z | Compiling openapiv3 v1.0.3 |
1052 | 2023-11-01T17:01:17.545Z | Compiling ident_case v1.0.1 |
1053 | 2023-11-01T17:01:17.548Z | Compiling strsim v0.10.0 |
1054 | 2023-11-01T17:01:17.766Z | Compiling webpki-roots v0.25.2 |
1055 | 2023-11-01T17:01:17.984Z | Compiling unsafe-libyaml v0.2.9 |
1056 | 2023-11-01T17:01:18.498Z | Compiling fallible-iterator v0.2.0 |
1057 | 2023-11-01T17:01:19.867Z | Compiling reqwest v0.11.20 |
1058 | 2023-11-01T17:01:20.924Z | Compiling serde_yaml v0.9.25 |
1059 | 2023-11-01T17:01:22.782Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#4dcba592) |
1060 | 2023-11-01T17:01:23.341Z | Compiling darling_core v0.20.3 |
1061 | 2023-11-01T17:01:29.560Z | Compiling futures-executor v0.3.28 |
1062 | 2023-11-01T17:01:30.860Z | Compiling sha1 v0.10.5 |
1063 | 2023-11-01T17:01:31.615Z | Compiling libz-sys v1.1.12 |
1064 | 2023-11-01T17:01:32.370Z | Compiling num-integer v0.1.45 |
1065 | 2023-11-01T17:01:32.605Z | Compiling darling_macro v0.20.3 |
1066 | 2023-11-01T17:01:32.936Z | Compiling futures v0.3.28 |
1067 | 2023-11-01T17:01:33.199Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#4dcba592) |
1068 | 2023-11-01T17:01:34.653Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#4dcba592) |
1069 | 2023-11-01T17:01:35.045Z | Compiling toml_edit v0.20.1 |
1070 | 2023-11-01T17:01:37.070Z | Compiling slog-json v2.6.1 |
1071 | 2023-11-01T17:01:37.832Z | Compiling strum_macros v0.25.2 |
1072 | 2023-11-01T17:01:44.151Z | Compiling rustix v0.38.9 |
1073 | 2023-11-01T17:01:45.189Z | Compiling bitflags v2.4.0 |
1074 | 2023-11-01T17:01:46.200Z | Compiling strum v0.25.0 |
1075 | 2023-11-01T17:01:46.441Z | Compiling toml v0.8.1 |
1076 | 2023-11-01T17:01:55.453Z | Compiling slog-bunyan v2.4.0 |
1077 | 2023-11-01T17:01:57.602Z | Compiling darling v0.20.3 |
1078 | 2023-11-01T17:01:59.635Z | Compiling structmeta-derive v0.1.6 |
1079 | 2023-11-01T17:02:02.171Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#4dcba592) |
1080 | 2023-11-01T17:02:02.429Z | Compiling sha2 v0.10.7 |
1081 | 2023-11-01T17:02:04.211Z | Compiling hmac v0.12.1 |
1082 | 2023-11-01T17:02:04.527Z | Compiling md-5 v0.10.5 |
1083 | 2023-11-01T17:02:04.881Z | Compiling stringprep v0.1.3 |
1084 | 2023-11-01T17:02:08.580Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1085 | 2023-11-01T17:02:09.765Z | Compiling errno v0.3.2 |
1086 | 2023-11-01T17:02:10.079Z | Compiling num-bigint v0.4.4 |
1087 | 2023-11-01T17:02:10.545Z | Compiling multer v2.1.0 |
1088 | 2023-11-01T17:02:11.096Z | Compiling paste v1.0.14 |
1089 | 2023-11-01T17:02:11.376Z | Compiling siphasher v0.3.11 |
1090 | 2023-11-01T17:02:11.844Z | Compiling camino v1.1.6 |
1091 | 2023-11-01T17:02:12.753Z | Compiling semver v1.0.18 |
1092 | 2023-11-01T17:02:14.300Z | Compiling phf_shared v0.11.2 |
1093 | 2023-11-01T17:02:16.025Z | Compiling postgres-protocol v0.6.6 |
1094 | 2023-11-01T17:02:21.022Z | Compiling structmeta v0.1.6 |
1095 | 2023-11-01T17:02:21.829Z | Compiling serde_with_macros v2.3.3 |
1096 | 2023-11-01T17:02:23.153Z | Compiling num_enum_derive v0.5.11 |
1097 | 2023-11-01T17:02:23.477Z | Compiling async-stream-impl v0.3.5 |
1098 | 2023-11-01T17:02:24.776Z | Compiling num-iter v0.1.43 |
1099 | 2023-11-01T17:02:25.310Z | Compiling num-rational v0.4.1 |
1100 | 2023-11-01T17:02:25.638Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#b5645fcd) |
1101 | 2023-11-01T17:02:25.889Z | Compiling regex-syntax v0.6.29 |
1102 | 2023-11-01T17:02:26.189Z | Compiling atomic-waker v1.1.1 |
1103 | 2023-11-01T17:02:26.443Z | Compiling spin v0.9.8 |
1104 | 2023-11-01T17:02:26.674Z | Compiling crucible-workspace-hack v0.1.0 |
1105 | 2023-11-01T17:02:27.028Z | Compiling waitgroup v0.1.2 |
1106 | 2023-11-01T17:02:27.261Z | Compiling num_enum v0.5.11 |
1107 | 2023-11-01T17:02:27.273Z | Compiling serde_with v2.3.3 |
1108 | 2023-11-01T17:02:27.465Z | Compiling async-stream v0.3.5 |
1109 | 2023-11-01T17:02:27.825Z | Compiling postgres-types v0.2.6 |
1110 | 2023-11-01T17:02:31.964Z | Compiling phf v0.11.2 |
1111 | 2023-11-01T17:02:35.289Z | Compiling parse-display-derive v0.7.0 |
1112 | 2023-11-01T17:02:35.483Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#b5645fcd) |
1113 | 2023-11-01T17:02:36.345Z | Compiling hex v0.4.3 |
1114 | 2023-11-01T17:02:36.646Z | Compiling serde_path_to_error v0.1.14 |
1115 | 2023-11-01T17:02:36.909Z | Compiling vergen v8.2.4 |
1116 | 2023-11-01T17:02:37.422Z | Compiling proc-macro-error-attr v1.0.4 |
1117 | 2023-11-01T17:02:37.447Z | Compiling instant v0.1.12 |
1118 | 2023-11-01T17:02:37.946Z | Compiling whoami v1.4.1 |
1119 | 2023-11-01T17:02:38.387Z | Compiling debug-ignore v1.0.5 |
1120 | 2023-11-01T17:02:38.572Z | Compiling tokio-postgres v0.7.10 |
1121 | 2023-11-01T17:02:39.443Z | Compiling toml v0.7.8 |
1122 | 2023-11-01T17:02:40.285Z | Compiling backoff v0.4.0 |
1123 | 2023-11-01T17:02:40.532Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1124 | 2023-11-01T17:02:40.889Z | Compiling rustc_version v0.4.0 |
1125 | 2023-11-01T17:02:41.601Z | Compiling parse-display v0.7.0 |
1126 | 2023-11-01T17:02:42.076Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#6cf8181b) |
1127 | 2023-11-01T17:02:43.342Z | Compiling ipnetwork v0.20.0 |
1128 | 2023-11-01T17:02:44.533Z | Compiling num-complex v0.4.4 |
1129 | 2023-11-01T17:02:46.817Z | Compiling macaddr v1.0.1 |
1130 | 2023-11-01T17:02:46.841Z | Compiling libsqlite3-sys v0.26.0 |
1131 | 2023-11-01T17:02:47.657Z | Compiling memoffset v0.7.1 |
1132 | 2023-11-01T17:02:47.942Z | Compiling proc-macro-error v1.0.4 |
1133 | 2023-11-01T17:02:48.207Z | Compiling slog-dtrace v0.2.3 |
1134 | 2023-11-01T17:02:48.461Z | Compiling base64ct v1.6.0 |
1135 | 2023-11-01T17:02:48.758Z | Compiling arc-swap v1.6.0 |
1136 | 2023-11-01T17:02:48.835Z | Compiling utf8parse v0.2.1 |
1137 | 2023-11-01T17:02:49.090Z | Compiling anstyle-parse v0.2.1 |
1138 | 2023-11-01T17:02:49.678Z | Compiling slog-scope v4.4.0 |
1139 | 2023-11-01T17:02:49.701Z | Compiling password-hash v0.5.0 |
1140 | 2023-11-01T17:02:50.209Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#6cf8181b) |
1141 | 2023-11-01T17:02:50.231Z | Compiling num v0.4.1 |
1142 | 2023-11-01T17:02:51.147Z | Compiling blake2 v0.10.6 |
1143 | 2023-11-01T17:02:51.705Z | Compiling inout v0.1.3 |
1144 | 2023-11-01T17:02:51.813Z | Compiling anstyle-query v1.0.0 |
1145 | 2023-11-01T17:02:51.975Z | Compiling anstyle v1.0.2 |
1146 | 2023-11-01T17:02:52.035Z | Compiling static_assertions v1.1.0 |
1147 | 2023-11-01T17:02:52.158Z | Compiling colorchoice v1.0.0 |
1148 | 2023-11-01T17:02:52.391Z | Compiling radium v0.7.0 |
1149 | 2023-11-01T17:02:52.907Z | Compiling termcolor v1.2.0 |
1150 | 2023-11-01T17:02:53.156Z | Compiling anstream v0.5.0 |
1151 | 2023-11-01T17:02:53.401Z | Compiling cipher v0.4.4 |
1152 | 2023-11-01T17:02:53.845Z | Compiling argon2 v0.5.2 |
1153 | 2023-11-01T17:02:55.153Z | Compiling slog-stdlog v4.1.1 |
1154 | 2023-11-01T17:02:56.639Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#7f571c6c) |
1155 | 2023-11-01T17:02:56.726Z | Compiling serde_repr v0.1.16 |
1156 | 2023-11-01T17:02:57.380Z | Compiling hashlink v0.8.3 |
1157 | 2023-11-01T17:02:57.595Z | Compiling tap v1.0.1 |
1158 | 2023-11-01T17:02:57.859Z | Compiling portable-atomic v1.4.3 |
1159 | 2023-11-01T17:02:58.409Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys#b1a9fb85) |
1160 | 2023-11-01T17:02:58.502Z | Compiling fallible-streaming-iterator v0.1.9 |
1161 | 2023-11-01T17:02:58.606Z | Compiling data-encoding v2.4.0 |
1162 | 2023-11-01T17:02:58.888Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1163 | 2023-11-01T17:02:58.944Z | Compiling clap_lex v0.5.1 |
1164 | 2023-11-01T17:02:59.282Z | Compiling os_str_bytes v6.5.1 |
1165 | 2023-11-01T17:02:59.414Z | Compiling fastrand v2.0.0 |
1166 | 2023-11-01T17:03:00.069Z | Compiling tempfile v3.8.0 |
1167 | 2023-11-01T17:03:00.177Z | Compiling clap_lex v0.2.4 |
1168 | 2023-11-01T17:03:00.539Z | Compiling clap_builder v4.4.0 |
1169 | 2023-11-01T17:03:01.361Z | Compiling rusqlite v0.29.0 |
1170 | 2023-11-01T17:03:01.828Z | Compiling wyz v0.5.1 |
1171 | 2023-11-01T17:03:02.552Z | Compiling slog-envlogger v2.2.0 |
1172 | 2023-11-01T17:03:03.359Z | Compiling nix v0.26.2 |
1173 | 2023-11-01T17:03:06.617Z | Compiling clap_derive v3.2.25 |
1174 | 2023-11-01T17:03:09.502Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#6cf8181b) |
1175 | 2023-11-01T17:03:11.266Z | Compiling twox-hash v1.6.3 |
1176 | 2023-11-01T17:03:11.739Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1177 | 2023-11-01T17:03:12.988Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#6cf8181b) |
1178 | 2023-11-01T17:03:14.375Z | Compiling is-terminal v0.4.9 |
1179 | 2023-11-01T17:03:14.530Z | Compiling num_enum_derive v0.7.0 |
1180 | 2023-11-01T17:03:14.838Z | Compiling clap_derive v4.4.0 |
1181 | 2023-11-01T17:03:15.464Z | Compiling universal-hash v0.5.1 |
1182 | 2023-11-01T17:03:15.764Z | Compiling opaque-debug v0.3.0 |
1183 | 2023-11-01T17:03:15.897Z | Compiling textwrap v0.16.0 |
1184 | 2023-11-01T17:03:16.174Z | Compiling funty v2.0.0 |
1185 | 2023-11-01T17:03:18.857Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys?branch=main#b1a9fb85) |
1186 | 2023-11-01T17:03:19.413Z | Compiling num_enum v0.7.0 |
1187 | 2023-11-01T17:03:19.635Z | Compiling bitvec v1.0.1 |
1188 | 2023-11-01T17:03:20.096Z | Compiling clap v3.2.25 |
1189 | 2023-11-01T17:03:20.164Z | Compiling polyval v0.6.1 |
1190 | 2023-11-01T17:03:20.933Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#6cf8181b) |
1191 | 2023-11-01T17:03:20.965Z | Compiling colored v2.0.4 |
1192 | 2023-11-01T17:03:22.935Z | Compiling clap v4.4.0 |
1193 | 2023-11-01T17:03:23.077Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#6cf8181b) |
1194 | 2023-11-01T17:03:27.353Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0) |
1195 | 2023-11-01T17:03:28.484Z | Compiling aes v0.8.3 |
1196 | 2023-11-01T17:03:29.910Z | Compiling ctr v0.9.2 |
1197 | 2023-11-01T17:03:30.409Z | Compiling console v0.15.7 |
1198 | 2023-11-01T17:03:31.538Z | Compiling propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
1199 | 2023-11-01T17:03:32.811Z | Compiling bincode v1.3.3 |
1200 | 2023-11-01T17:03:34.694Z | Compiling async-recursion v0.3.2 |
1201 | 2023-11-01T17:03:35.852Z | Compiling aead v0.5.2 |
1202 | 2023-11-01T17:03:36.066Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1203 | 2023-11-01T17:03:36.298Z | Compiling pretty-hex v0.2.1 |
1204 | 2023-11-01T17:03:36.413Z | Compiling erased-serde v0.3.30 |
1205 | 2023-11-01T17:03:36.606Z | Compiling either v1.9.0 |
1206 | 2023-11-01T17:03:36.625Z | Compiling zeroize v1.6.0 |
1207 | 2023-11-01T17:03:37.060Z | Compiling number_prefix v0.4.0 |
1208 | 2023-11-01T17:03:37.098Z | Compiling humantime v2.1.0 |
1209 | 2023-11-01T17:03:37.242Z | Compiling itertools v0.11.0 |
1210 | 2023-11-01T17:03:37.411Z | Compiling indicatif v0.17.6 |
1211 | 2023-11-01T17:03:38.520Z | Compiling env_logger v0.9.3 |
1212 | 2023-11-01T17:03:42.710Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#6cf8181b) |
1213 | 2023-11-01T17:03:44.614Z | Compiling aes-gcm-siv v0.11.1 |
1214 | 2023-11-01T17:03:45.090Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1215 | 2023-11-01T17:03:45.390Z | Compiling p9kp v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0) |
1216 | 2023-11-01T17:03:45.665Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?rev=d59491f86668e15e92f35ffe3f94504ff4241c64#d59491f8) |
1217 | 2023-11-01T17:03:47.440Z | Compiling bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
1218 | 2023-11-01T17:03:48.173Z | Compiling toml v0.5.11 |
1219 | 2023-11-01T17:03:48.607Z | Compiling bitstruct_derive v0.1.0 |
1220 | 2023-11-01T17:03:49.608Z | Compiling async-recursion v1.0.5 |
1221 | 2023-11-01T17:03:49.741Z | Compiling viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
1222 | 2023-11-01T17:03:49.910Z | Compiling libloading v0.7.4 |
1223 | 2023-11-01T17:03:50.659Z | Compiling utf-8 v0.7.6 |
1224 | 2023-11-01T17:03:50.784Z | Compiling ascii v1.1.0 |
1225 | 2023-11-01T17:03:51.219Z | Compiling matches v0.1.10 |
1226 | 2023-11-01T17:03:51.340Z | Compiling ringbuffer v0.15.0 |
1227 | 2023-11-01T17:03:51.353Z | Compiling idna v0.2.3 |
1228 | 2023-11-01T17:03:52.078Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1229 | 2023-11-01T17:03:52.367Z | Compiling softnpu v0.1.0 (https://github.com/oxidecomputer/softnpu?rev=88f5f1334364e5580fe778c44ac0746a35927351#88f5f133) |
1230 | 2023-11-01T17:03:56.345Z | Compiling tungstenite v0.20.1 |
1231 | 2023-11-01T17:03:57.178Z | Compiling bitstruct v0.1.1 |
1232 | 2023-11-01T17:03:57.323Z | Compiling viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
1233 | 2023-11-01T17:03:57.693Z | Compiling bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
1234 | 2023-11-01T17:04:00.894Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#7251cbb0) |
1235 | 2023-11-01T17:04:01.434Z | Compiling dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
1236 | 2023-11-01T17:04:03.258Z | Compiling serde_arrays v0.1.0 |
1237 | 2023-11-01T17:04:03.484Z | Compiling enum-as-inner v0.5.1 |
1238 | 2023-11-01T17:04:03.573Z | Compiling quick-error v1.2.3 |
1239 | 2023-11-01T17:04:03.758Z | Compiling linked-hash-map v0.5.6 |
1240 | 2023-11-01T17:04:04.352Z | Compiling lru-cache v0.1.2 |
1241 | 2023-11-01T17:04:04.642Z | Compiling resolv-conf v0.7.0 |
1242 | 2023-11-01T17:04:04.954Z | Compiling tokio-tungstenite v0.20.1 |
1243 | 2023-11-01T17:04:05.052Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#6cf8181b) |
1244 | 2023-11-01T17:04:05.232Z | Compiling trust-dns-proto v0.22.0 |
1245 | 2023-11-01T17:04:05.699Z | Compiling propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1246 | 2023-11-01T17:04:05.828Z | Compiling const_format_proc_macros v0.2.31 |
1247 | 2023-11-01T17:04:07.840Z | Compiling base64 v0.13.1 |
1248 | 2023-11-01T17:04:09.231Z | Compiling ron v0.7.1 |
1249 | 2023-11-01T17:04:09.240Z | Compiling const_format v0.2.31 |
1250 | 2023-11-01T17:04:10.748Z | Compiling bit_field v0.10.2 |
1251 | 2023-11-01T17:04:14.998Z | Compiling trust-dns-resolver v0.22.0 |
1252 | 2023-11-01T17:04:18.728Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#6cf8181b) |
1253 | 2023-11-01T17:04:43.031Z | Compiling propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1254 | 2023-11-01T17:04:58.119Z | Compiling git2 v0.17.2 |
1255 | 2023-11-01T17:05:04.093Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1256 | 2023-11-01T17:05:05.783Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1257 | 2023-11-01T17:05:16.649Z | Compiling propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1258 | 2023-11-01T17:05:31.488Z | Compiling cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
1259 | 2023-11-01T17:05:31.768Z | Compiling propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
1260 | 2023-11-01T17:05:32.396Z | Compiling propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1261 | 2023-11-01T17:07:04.303Z | Finished release [optimized] target(s) in 7m 57s |
1262 | 2023-11-01T17:07:04.361Z | |
1263 | 2023-11-01T17:07:04.368Z | real 7:57.805711548 |
1264 | 2023-11-01T17:07:04.372Z | user 55:03.928070802 |
1265 | 2023-11-01T17:07:04.376Z | sys 3:36.595643811 |
1266 | 2023-11-01T17:07:04.379Z | trap 2.046593687 |
1267 | 2023-11-01T17:07:04.382Z | tflt 1.296157250 |
1268 | 2023-11-01T17:07:04.386Z | dflt 2.434905368 |
1269 | 2023-11-01T17:07:04.388Z | kflt 0.005986415 |
1270 | 2023-11-01T17:07:04.391Z | lock 1:59:38.497273537 |
1271 | 2023-11-01T17:07:04.394Z | slp 2:23:11.548189732 |
1272 | 2023-11-01T17:07:04.400Z | lat 1:39.986424920 |
1273 | 2023-11-01T17:07:04.404Z | stop 39.151179886 |
1274 | 2023-11-01T17:07:04.407Z | + OUTDIR=/work/release |
1275 | 2023-11-01T17:07:04.410Z | + mkdir -p /work/release |
1276 | 2023-11-01T17:07:04.413Z | + cp target/release/propolis-cli /work/release/propolis-cli |
1277 | 2023-11-01T17:07:04.416Z | + cp target/release/propolis-server /work/release/propolis-server |
1278 | 2023-11-01T17:07:04.478Z | process exited: duration 668029 ms, exit code 0 |
|
1279 | 2023-11-01T17:07:04.494Z | found 2 output files |
1280 | 2023-11-01T17:07:04.635Z | uploading: /work/release/propolis-cli (21704344 bytes) |
1281 | 2023-11-01T17:07:14.770Z | uploaded: /work/release/propolis-cli |
1282 | 2023-11-01T17:07:14.779Z | uploading: /work/release/propolis-server (55012000 bytes) |
1283 | 2023-11-01T17:07:33.144Z | uploaded: /work/release/propolis-server |