|
|
|
1 | 2023-10-03T21:35:09.652Z | job assigned to worker 01HBVQ1DWZ1NNTDAVYE0001MPR (queued for 0 s) |
|
2 | 2023-10-03T21:35:10.081Z | starting task 0: "setup" |
3 | 2023-10-03T21:35:10.810Z | ++ uname -s |
4 | 2023-10-03T21:35:10.813Z | + kern=SunOS |
5 | 2023-10-03T21:35:10.816Z | + case "$kern" in |
6 | 2023-10-03T21:35:10.819Z | + groupadd -g 12345 build |
7 | 2023-10-03T21:35:10.822Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-10-03T21:35:12.830Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-10-03T21:35:12.923Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-10-03T21:35:12.926Z | + home_fs=zfs |
11 | 2023-10-03T21:35:12.929Z | + [[ zfs == autofs ]] |
12 | 2023-10-03T21:35:12.932Z | + mkdir -p /home/build |
13 | 2023-10-03T21:35:12.936Z | + chown build:build /home/build /work |
14 | 2023-10-03T21:35:14.931Z | + chmod 0700 /home/build /work |
15 | 2023-10-03T21:35:14.935Z | process exited: duration 4316 ms, exit code 0 |
|
16 | 2023-10-03T21:35:14.941Z | starting task 1: "rust-toolchain" |
17 | 2023-10-03T21:35:14.952Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-10-03T21:35:14.955Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
19 | 2023-10-03T21:35:15.130Z | info: downloading installer |
20 | 2023-10-03T21:35:17.658Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-10-03T21:35:17.661Z | warning: /opt/ooce/bin |
22 | 2023-10-03T21:35:17.664Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-10-03T21:35:17.667Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-10-03T21:35:17.670Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-10-03T21:35:17.673Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-10-03T21:35:17.676Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-10-03T21:35:17.679Z | error: cannot install while Rust is installed |
28 | 2023-10-03T21:35:17.682Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-10-03T21:35:18.236Z | info: profile set to 'default' |
30 | 2023-10-03T21:35:18.239Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-10-03T21:35:18.242Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
32 | 2023-10-03T21:35:18.410Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-10-03T21:35:18.422Z | info: downloading component 'cargo' |
34 | 2023-10-03T21:35:19.041Z | info: downloading component 'clippy' |
35 | 2023-10-03T21:35:19.254Z | info: downloading component 'rust-docs' |
36 | 2023-10-03T21:35:20.038Z | info: downloading component 'rust-std' |
37 | 2023-10-03T21:35:21.439Z | info: downloading component 'rustc' |
38 | 2023-10-03T21:35:24.793Z | info: downloading component 'rustfmt' |
39 | 2023-10-03T21:35:24.979Z | info: installing component 'cargo' |
40 | 2023-10-03T21:35:27.040Z | info: installing component 'clippy' |
41 | 2023-10-03T21:35:28.036Z | info: installing component 'rust-docs' |
42 | 2023-10-03T21:35:30.897Z | info: installing component 'rust-std' |
43 | 2023-10-03T21:35:34.968Z | info: installing component 'rustc' |
44 | 2023-10-03T21:35:44.558Z | info: installing component 'rustfmt' |
45 | 2023-10-03T21:35:45.096Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
46 | 2023-10-03T21:35:45.099Z | |
47 | 2023-10-03T21:35:45.302Z | stable-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-10-03T21:35:45.322Z | |
49 | 2023-10-03T21:35:45.330Z | |
50 | 2023-10-03T21:35:45.338Z | Rust is installed now. Great! |
51 | 2023-10-03T21:35:45.354Z | |
52 | 2023-10-03T21:35:45.360Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-10-03T21:35:45.366Z | environment variable. This has not been done automatically. |
54 | 2023-10-03T21:35:45.373Z | |
55 | 2023-10-03T21:35:45.382Z | To configure your current shell, run: |
56 | 2023-10-03T21:35:45.388Z | source "$HOME/.cargo/env" |
57 | 2023-10-03T21:35:45.403Z | + rustc --version |
58 | 2023-10-03T21:35:45.515Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-10-03T21:35:45.524Z | process exited: duration 30576 ms, exit code 0 |
|
60 | 2023-10-03T21:35:45.534Z | starting task 2: "authentication" |
61 | 2023-10-03T21:35:45.577Z | process exited: duration 32 ms, exit code 0 |
|
62 | 2023-10-03T21:35:45.597Z | starting task 3: "clone repository" |
63 | 2023-10-03T21:35:45.607Z | + mkdir -p /work/oxidecomputer/propolis |
64 | 2023-10-03T21:35:45.618Z | + git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis |
65 | 2023-10-03T21:35:45.667Z | Cloning into '/work/oxidecomputer/propolis'... |
66 | 2023-10-03T21:35:47.141Z | + cd /work/oxidecomputer/propolis |
67 | 2023-10-03T21:35:47.162Z | + [[ -n '' ]] |
68 | 2023-10-03T21:35:47.165Z | + git fetch origin 29843759660d9f1d9939cc289d5ff6e65999c1f8 |
69 | 2023-10-03T21:35:47.706Z | From https://github.com/oxidecomputer/propolis |
70 | 2023-10-03T21:35:47.709Z | * branch 29843759660d9f1d9939cc289d5ff6e65999c1f8 -> FETCH_HEAD |
71 | 2023-10-03T21:35:47.713Z | + git reset --hard 29843759660d9f1d9939cc289d5ff6e65999c1f8 |
72 | 2023-10-03T21:35:47.757Z | HEAD is now at 2984375 Update and lock GHA dependencies |
73 | 2023-10-03T21:35:47.761Z | process exited: duration 2145 ms, exit code 0 |
|
74 | 2023-10-03T21:35:47.767Z | starting task 4: "build" |
75 | 2023-10-03T21:35:47.777Z | + cargo --version |
76 | 2023-10-03T21:35:47.864Z | cargo 1.72.1 (103a7ff2e 2023-08-15) |
77 | 2023-10-03T21:35:47.867Z | + rustc --version |
78 | 2023-10-03T21:35:47.966Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
79 | 2023-10-03T21:35:47.970Z | + banner check |
80 | 2023-10-03T21:35:48.114Z | |
81 | 2023-10-03T21:35:48.118Z | #### # # ###### #### # # |
82 | 2023-10-03T21:35:48.132Z | # # # # # # # # # |
83 | 2023-10-03T21:35:48.154Z | # ###### ##### # #### |
84 | 2023-10-03T21:35:48.161Z | # # # # # # # |
85 | 2023-10-03T21:35:48.164Z | # # # # # # # # # |
86 | 2023-10-03T21:35:48.168Z | #### # # ###### #### # # |
87 | 2023-10-03T21:35:48.171Z | |
88 | 2023-10-03T21:35:48.174Z | + ptime -m cargo check --features falcon |
89 | 2023-10-03T21:35:48.380Z | Updating crates.io index |
90 | 2023-10-03T21:35:48.451Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
91 | 2023-10-03T21:35:50.111Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
92 | 2023-10-03T21:35:50.493Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
93 | 2023-10-03T21:35:50.827Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
94 | 2023-10-03T21:35:59.531Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
95 | 2023-10-03T21:35:59.871Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
96 | 2023-10-03T21:36:00.356Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
97 | 2023-10-03T21:36:00.719Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
98 | 2023-10-03T21:36:02.676Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
99 | 2023-10-03T21:36:03.890Z | Updating git repository `https://github.com/oxidecomputer/devinfo-sys` |
100 | 2023-10-03T21:36:04.356Z | Updating git repository `https://github.com/oxidecomputer/p4` |
101 | 2023-10-03T21:36:05.242Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
102 | 2023-10-03T21:36:06.281Z | Updating git repository `https://github.com/oxidecomputer/typify` |
103 | 2023-10-03T21:36:08.521Z | Downloading crates ... |
104 | 2023-10-03T21:36:09.907Z | Downloaded foreign-types-shared v0.1.1 |
105 | 2023-10-03T21:36:10.505Z | Downloaded dyn-clone v1.0.13 |
106 | 2023-10-03T21:36:11.905Z | Downloaded dtrace-parser v0.1.14 |
107 | 2023-10-03T21:36:13.672Z | Downloaded semver v1.0.18 |
108 | 2023-10-03T21:36:34.483Z | Downloaded block-buffer v0.10.4 |
109 | 2023-10-03T21:36:35.152Z | Downloaded funty v2.0.0 |
110 | 2023-10-03T21:36:35.308Z | Downloaded time-core v0.1.1 |
111 | 2023-10-03T21:36:35.512Z | Downloaded bitstruct_derive v0.1.0 |
112 | 2023-10-03T21:36:35.613Z | Downloaded bit_field v0.10.2 |
113 | 2023-10-03T21:36:36.301Z | Downloaded anstyle v1.0.2 |
114 | 2023-10-03T21:36:36.313Z | Downloaded anstyle-parse v0.2.1 |
115 | 2023-10-03T21:36:36.409Z | Downloaded base64ct v1.6.0 |
116 | 2023-10-03T21:36:36.575Z | Downloaded cpufeatures v0.2.9 |
117 | 2023-10-03T21:36:36.614Z | Downloaded bitflags v1.3.2 |
118 | 2023-10-03T21:36:36.677Z | Downloaded erased-serde v0.3.30 |
119 | 2023-10-03T21:36:37.194Z | Downloaded slog v2.7.0 |
120 | 2023-10-03T21:36:37.329Z | Downloaded tokio-native-tls v0.3.1 |
121 | 2023-10-03T21:36:37.460Z | Downloaded backoff v0.4.0 |
122 | 2023-10-03T21:36:37.586Z | Downloaded schemars_derive v0.8.12 |
123 | 2023-10-03T21:36:37.651Z | Downloaded serde_with_macros v2.3.3 |
124 | 2023-10-03T21:36:37.665Z | Downloaded futures v0.3.28 |
125 | 2023-10-03T21:36:37.826Z | Downloaded structmeta-derive v0.1.6 |
126 | 2023-10-03T21:36:37.897Z | Downloaded openssl-macros v0.1.1 |
127 | 2023-10-03T21:36:38.029Z | Downloaded newtype_derive v0.1.6 |
128 | 2023-10-03T21:36:38.110Z | Downloaded anstream v0.5.0 |
129 | 2023-10-03T21:36:38.216Z | Downloaded clap_derive v4.4.0 |
130 | 2023-10-03T21:36:38.292Z | Downloaded crypto-common v0.1.6 |
131 | 2023-10-03T21:36:38.357Z | Downloaded pretty-hex v0.2.1 |
132 | 2023-10-03T21:36:38.440Z | Downloaded usdt-attr-macro v0.3.5 |
133 | 2023-10-03T21:36:38.510Z | Downloaded opaque-debug v0.3.0 |
134 | 2023-10-03T21:36:38.697Z | Downloaded slog-envlogger v2.2.0 |
135 | 2023-10-03T21:36:38.723Z | Downloaded slog-stdlog v4.1.1 |
136 | 2023-10-03T21:36:38.824Z | Downloaded time v0.1.45 |
137 | 2023-10-03T21:36:38.908Z | Downloaded either v1.9.0 |
138 | 2023-10-03T21:36:38.989Z | Downloaded futures-task v0.3.28 |
139 | 2023-10-03T21:36:39.539Z | Downloaded dirs-sys-next v0.1.2 |
140 | 2023-10-03T21:36:39.585Z | Downloaded aead v0.5.2 |
141 | 2023-10-03T21:36:39.731Z | Downloaded async-recursion v1.0.5 |
142 | 2023-10-03T21:36:39.824Z | Downloaded termcolor v1.2.0 |
143 | 2023-10-03T21:36:39.941Z | Downloaded want v0.3.1 |
144 | 2023-10-03T21:36:40.309Z | Downloaded thiserror v1.0.47 |
145 | 2023-10-03T21:36:40.428Z | Downloaded thiserror-impl v1.0.47 |
146 | 2023-10-03T21:36:40.535Z | Downloaded toml_datetime v0.6.3 |
147 | 2023-10-03T21:36:40.548Z | Downloaded serde_tokenstream v0.2.0 |
148 | 2023-10-03T21:36:40.560Z | Downloaded universal-hash v0.5.1 |
149 | 2023-10-03T21:36:40.589Z | Downloaded unicode-xid v0.2.4 |
150 | 2023-10-03T21:36:40.602Z | Downloaded whoami v1.4.1 |
151 | 2023-10-03T21:36:40.623Z | Downloaded number_prefix v0.4.0 |
152 | 2023-10-03T21:36:40.681Z | Downloaded usdt-impl v0.3.5 |
153 | 2023-10-03T21:36:40.808Z | Downloaded tokio-macros v2.1.0 |
154 | 2023-10-03T21:36:40.847Z | Downloaded itoa v1.0.9 |
155 | 2023-10-03T21:36:40.941Z | Downloaded hyper-tls v0.5.0 |
156 | 2023-10-03T21:36:41.046Z | Downloaded is-terminal v0.4.9 |
157 | 2023-10-03T21:36:41.074Z | Downloaded pin-project-lite v0.2.13 |
158 | 2023-10-03T21:36:41.083Z | Downloaded openssl-probe v0.1.5 |
159 | 2023-10-03T21:36:41.106Z | Downloaded slog-scope v4.4.0 |
160 | 2023-10-03T21:36:41.144Z | Downloaded ascii v1.1.0 |
161 | 2023-10-03T21:36:41.173Z | Downloaded hostname v0.3.1 |
162 | 2023-10-03T21:36:41.184Z | Downloaded tower-service v0.3.2 |
163 | 2023-10-03T21:36:41.199Z | Downloaded env_logger v0.9.3 |
164 | 2023-10-03T21:36:41.312Z | Downloaded instant v0.1.12 |
165 | 2023-10-03T21:36:41.324Z | Downloaded proc-macro-error v1.0.4 |
166 | 2023-10-03T21:36:41.333Z | Downloaded try-lock v0.2.4 |
167 | 2023-10-03T21:36:41.343Z | Downloaded pin-utils v0.1.0 |
168 | 2023-10-03T21:36:41.350Z | Downloaded ucd-trie v0.1.6 |
169 | 2023-10-03T21:36:41.360Z | Downloaded ident_case v1.0.1 |
170 | 2023-10-03T21:36:41.367Z | Downloaded bytes v1.4.0 |
171 | 2023-10-03T21:36:41.378Z | Downloaded ipnet v2.8.0 |
172 | 2023-10-03T21:36:41.384Z | Downloaded glob v0.3.1 |
173 | 2023-10-03T21:36:41.395Z | Downloaded zeroize v1.6.0 |
174 | 2023-10-03T21:36:41.406Z | Downloaded usdt v0.3.5 |
175 | 2023-10-03T21:36:41.415Z | Downloaded lazy_static v1.4.0 |
176 | 2023-10-03T21:36:41.423Z | Downloaded mime v0.3.17 |
177 | 2023-10-03T21:36:41.428Z | Downloaded zerocopy v0.3.0 |
178 | 2023-10-03T21:36:41.433Z | Downloaded num_enum_derive v0.5.11 |
179 | 2023-10-03T21:36:41.438Z | Downloaded lru-cache v0.1.2 |
180 | 2023-10-03T21:36:41.445Z | Downloaded serde_yaml v0.9.25 |
181 | 2023-10-03T21:36:41.454Z | Downloaded matches v0.1.10 |
182 | 2023-10-03T21:36:41.471Z | Downloaded match_cfg v0.1.0 |
183 | 2023-10-03T21:36:41.476Z | Downloaded http-body v0.4.5 |
184 | 2023-10-03T21:36:41.483Z | Downloaded parking_lot v0.12.1 |
185 | 2023-10-03T21:36:41.498Z | Downloaded const_format_proc_macros v0.2.31 |
186 | 2023-10-03T21:36:41.507Z | Downloaded num_enum v0.7.0 |
187 | 2023-10-03T21:36:41.515Z | Downloaded strum v0.25.0 |
188 | 2023-10-03T21:36:41.520Z | Downloaded humantime v2.1.0 |
189 | 2023-10-03T21:36:41.527Z | Downloaded tokio-rustls v0.24.1 |
190 | 2023-10-03T21:36:41.536Z | Downloaded num-iter v0.1.43 |
191 | 2023-10-03T21:36:41.549Z | Downloaded base64 v0.13.1 |
192 | 2023-10-03T21:36:41.553Z | Downloaded iana-time-zone v0.1.57 |
193 | 2023-10-03T21:36:41.562Z | Downloaded rusqlite v0.29.0 |
194 | 2023-10-03T21:36:41.571Z | Downloaded phf v0.11.2 |
195 | 2023-10-03T21:36:41.578Z | Downloaded pest_generator v2.7.2 |
196 | 2023-10-03T21:36:41.584Z | Downloaded os_str_bytes v6.5.1 |
197 | 2023-10-03T21:36:41.589Z | Downloaded wyz v0.5.1 |
198 | 2023-10-03T21:36:41.594Z | Downloaded ppv-lite86 v0.2.17 |
199 | 2023-10-03T21:36:41.602Z | Downloaded unicode-width v0.1.10 |
200 | 2023-10-03T21:36:41.608Z | Downloaded memoffset v0.7.1 |
201 | 2023-10-03T21:36:41.615Z | Downloaded num v0.4.1 |
202 | 2023-10-03T21:36:41.621Z | Downloaded allocator-api2 v0.2.16 |
203 | 2023-10-03T21:36:41.626Z | Downloaded pest_meta v2.7.2 |
204 | 2023-10-03T21:36:41.630Z | Downloaded hex v0.4.3 |
205 | 2023-10-03T21:36:41.633Z | Downloaded heck v0.4.1 |
206 | 2023-10-03T21:36:41.637Z | Downloaded pest_derive v2.7.2 |
207 | 2023-10-03T21:36:41.641Z | Downloaded smallvec v1.11.0 |
208 | 2023-10-03T21:36:41.645Z | Downloaded tracing-attributes v0.1.26 |
209 | 2023-10-03T21:36:41.649Z | Downloaded jobserver v0.1.26 |
210 | 2023-10-03T21:36:41.653Z | Downloaded unicode-bidi v0.3.13 |
211 | 2023-10-03T21:36:41.657Z | Downloaded openssl-sys v0.9.91 |
212 | 2023-10-03T21:36:41.665Z | Downloaded getrandom v0.2.10 |
213 | 2023-10-03T21:36:41.669Z | Downloaded unicode-ident v1.0.11 |
214 | 2023-10-03T21:36:41.673Z | Downloaded memchr v2.5.0 |
215 | 2023-10-03T21:36:41.677Z | Downloaded hashlink v0.8.3 |
216 | 2023-10-03T21:36:41.682Z | Downloaded tungstenite v0.20.1 |
217 | 2023-10-03T21:36:41.686Z | Downloaded toml v0.5.11 |
218 | 2023-10-03T21:36:41.690Z | Downloaded url v2.4.0 |
219 | 2023-10-03T21:36:41.694Z | Downloaded tracing v0.1.37 |
220 | 2023-10-03T21:36:41.699Z | Downloaded steno v0.4.0 |
221 | 2023-10-03T21:36:41.703Z | Downloaded tokio-util v0.7.8 |
222 | 2023-10-03T21:36:41.707Z | Downloaded mio v0.8.8 |
223 | 2023-10-03T21:36:41.710Z | Downloaded indexmap v2.0.0 |
224 | 2023-10-03T21:36:41.714Z | Downloaded indicatif v0.17.6 |
225 | 2023-10-03T21:36:41.721Z | Downloaded toml_edit v0.19.14 |
226 | 2023-10-03T21:36:41.725Z | Downloaded hmac v0.12.1 |
227 | 2023-10-03T21:36:41.728Z | Downloaded hashbrown v0.12.3 |
228 | 2023-10-03T21:36:41.739Z | Downloaded unsafe-libyaml v0.2.9 |
229 | 2023-10-03T21:36:41.747Z | Downloaded num-bigint v0.4.4 |
230 | 2023-10-03T21:36:41.751Z | Downloaded hashbrown v0.14.0 |
231 | 2023-10-03T21:36:41.758Z | Downloaded regress v0.7.1 |
232 | 2023-10-03T21:36:41.762Z | Downloaded http v0.2.9 |
233 | 2023-10-03T21:36:41.766Z | Downloaded syn v2.0.29 |
234 | 2023-10-03T21:36:41.769Z | Downloaded vcpkg v0.2.15 |
235 | 2023-10-03T21:36:41.773Z | Downloaded nix v0.26.2 |
236 | 2023-10-03T21:36:41.777Z | Downloaded unicode-normalization v0.1.22 |
237 | 2023-10-03T21:36:41.780Z | Downloaded winnow v0.5.15 |
238 | 2023-10-03T21:36:41.785Z | Downloaded serde_json v1.0.105 |
239 | 2023-10-03T21:36:41.789Z | Downloaded portable-atomic v1.4.3 |
240 | 2023-10-03T21:36:41.793Z | Downloaded clap_builder v4.4.0 |
241 | 2023-10-03T21:36:41.797Z | Downloaded petgraph v0.6.4 |
242 | 2023-10-03T21:36:41.800Z | Downloaded tokio v1.32.0 |
243 | 2023-10-03T21:36:41.804Z | Downloaded chrono v0.4.26 |
244 | 2023-10-03T21:36:41.808Z | Downloaded hyper v0.14.27 |
245 | 2023-10-03T21:36:41.811Z | Downloaded clap v3.2.25 |
246 | 2023-10-03T21:36:41.815Z | Downloaded reqwest v0.11.20 |
247 | 2023-10-03T21:36:41.818Z | Downloaded bitvec v1.0.1 |
248 | 2023-10-03T21:36:41.825Z | Downloaded regex v1.9.3 |
249 | 2023-10-03T21:36:41.840Z | Downloaded webpki-roots v0.25.2 |
250 | 2023-10-03T21:36:41.845Z | Downloaded rustls v0.21.6 |
251 | 2023-10-03T21:36:41.852Z | Downloaded idna v0.2.3 |
252 | 2023-10-03T21:36:41.861Z | Downloaded regex-syntax v0.7.4 |
253 | 2023-10-03T21:36:41.867Z | Downloaded rustix v0.38.9 |
254 | 2023-10-03T21:36:41.872Z | Downloaded bstr v1.6.0 |
255 | 2023-10-03T21:36:41.877Z | Downloaded regex-syntax v0.6.29 |
256 | 2023-10-03T21:36:41.893Z | Downloaded git2 v0.17.2 |
257 | 2023-10-03T21:36:41.901Z | Downloaded openapiv3 v1.0.2 |
258 | 2023-10-03T21:36:41.907Z | Downloaded aho-corasick v1.0.4 |
259 | 2023-10-03T21:36:41.913Z | Downloaded futures-util v0.3.28 |
260 | 2023-10-03T21:36:41.921Z | Downloaded zerocopy-derive v0.2.0 |
261 | 2023-10-03T21:36:41.927Z | Downloaded rustls-webpki v0.101.4 |
262 | 2023-10-03T21:36:41.946Z | Downloaded regex-automata v0.3.6 |
263 | 2023-10-03T21:36:41.951Z | Downloaded idna v0.4.0 |
264 | 2023-10-03T21:36:41.958Z | Downloaded libc v0.2.147 |
265 | 2023-10-03T21:36:41.968Z | Downloaded libz-sys v1.1.12 |
266 | 2023-10-03T21:36:41.983Z | Downloaded trust-dns-proto v0.22.0 |
267 | 2023-10-03T21:36:41.995Z | Downloaded openssl v0.10.56 |
268 | 2023-10-03T21:36:42.427Z | Downloaded regress v0.6.0 |
269 | 2023-10-03T21:36:42.431Z | Downloaded h2 v0.3.21 |
270 | 2023-10-03T21:36:42.434Z | Downloaded syn v1.0.109 |
271 | 2023-10-03T21:36:42.437Z | Downloaded uuid v1.4.1 |
272 | 2023-10-03T21:36:42.456Z | Downloaded pest v2.7.2 |
273 | 2023-10-03T21:36:42.474Z | Downloaded serde_with v2.3.3 |
274 | 2023-10-03T21:36:42.479Z | Downloaded libsqlite3-sys v0.26.0 |
275 | 2023-10-03T21:36:42.487Z | Downloaded encoding_rs v0.8.33 |
276 | 2023-10-03T21:36:42.494Z | Downloaded itertools v0.11.0 |
277 | 2023-10-03T21:36:42.506Z | Downloaded serde v1.0.187 |
278 | 2023-10-03T21:36:42.511Z | Downloaded trust-dns-resolver v0.22.0 |
279 | 2023-10-03T21:36:42.519Z | Downloaded hashbrown v0.13.2 |
280 | 2023-10-03T21:36:42.526Z | Downloaded base64 v0.21.4 |
281 | 2023-10-03T21:36:42.536Z | Downloaded time v0.3.27 |
282 | 2023-10-03T21:36:42.546Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
283 | 2023-10-03T21:36:42.554Z | Downloaded tokio-postgres v0.7.10 |
284 | 2023-10-03T21:36:42.568Z | Downloaded num-traits v0.2.16 |
285 | 2023-10-03T21:36:42.572Z | Downloaded crossbeam-channel v0.5.8 |
286 | 2023-10-03T21:36:42.576Z | Downloaded arc-swap v1.6.0 |
287 | 2023-10-03T21:36:42.579Z | Downloaded postgres-protocol v0.6.6 |
288 | 2023-10-03T21:36:42.583Z | Downloaded postgres-types v0.2.6 |
289 | 2023-10-03T21:36:42.587Z | Downloaded once_cell v1.18.0 |
290 | 2023-10-03T21:36:42.591Z | Downloaded utf-8 v0.7.6 |
291 | 2023-10-03T21:36:42.595Z | Downloaded inout v0.1.3 |
292 | 2023-10-03T21:36:42.598Z | Downloaded version_check v0.9.4 |
293 | 2023-10-03T21:36:42.604Z | Downloaded utf8parse v0.2.1 |
294 | 2023-10-03T21:36:42.608Z | Downloaded num_cpus v1.16.0 |
295 | 2023-10-03T21:36:42.612Z | Downloaded libloading v0.7.4 |
296 | 2023-10-03T21:36:42.616Z | Downloaded tracing-core v0.1.31 |
297 | 2023-10-03T21:36:42.621Z | Downloaded socket2 v0.5.3 |
298 | 2023-10-03T21:36:42.624Z | Downloaded const_format v0.2.31 |
299 | 2023-10-03T21:36:42.627Z | Downloaded serde_derive v1.0.187 |
300 | 2023-10-03T21:36:42.631Z | Downloaded md-5 v0.10.5 |
301 | 2023-10-03T21:36:42.635Z | Downloaded macaddr v1.0.1 |
302 | 2023-10-03T21:36:42.642Z | Downloaded untrusted v0.7.1 |
303 | 2023-10-03T21:36:42.649Z | Downloaded hyper-rustls v0.24.1 |
304 | 2023-10-03T21:36:42.665Z | Downloaded slog-async v2.8.0 |
305 | 2023-10-03T21:36:42.669Z | Downloaded serde_urlencoded v0.7.1 |
306 | 2023-10-03T21:36:42.672Z | Downloaded tokio-tungstenite v0.20.1 |
307 | 2023-10-03T21:36:42.678Z | Downloaded ron v0.7.1 |
308 | 2023-10-03T21:36:42.686Z | Downloaded twox-hash v1.6.3 |
309 | 2023-10-03T21:36:42.694Z | Downloaded ryu v1.0.15 |
310 | 2023-10-03T21:36:42.698Z | Downloaded darling_core v0.20.3 |
311 | 2023-10-03T21:36:42.702Z | Downloaded indexmap v1.9.3 |
312 | 2023-10-03T21:36:42.706Z | Downloaded vergen v8.2.4 |
313 | 2023-10-03T21:36:42.711Z | Downloaded toml v0.7.6 |
314 | 2023-10-03T21:36:42.720Z | Downloaded usdt-macro v0.3.5 |
315 | 2023-10-03T21:36:42.725Z | Downloaded take_mut v0.2.2 |
316 | 2023-10-03T21:36:42.729Z | Downloaded globset v0.4.13 |
317 | 2023-10-03T21:36:42.733Z | Downloaded num-integer v0.1.45 |
318 | 2023-10-03T21:36:42.737Z | Downloaded log v0.4.20 |
319 | 2023-10-03T21:36:42.741Z | Downloaded blake2 v0.10.6 |
320 | 2023-10-03T21:36:42.770Z | Downloaded proc-macro2 v1.0.66 |
321 | 2023-10-03T21:36:42.783Z | Downloaded lock_api v0.4.10 |
322 | 2023-10-03T21:36:42.787Z | Downloaded socket2 v0.4.9 |
323 | 2023-10-03T21:36:42.793Z | Downloaded phf_shared v0.11.2 |
324 | 2023-10-03T21:36:42.797Z | Downloaded ipnetwork v0.20.0 |
325 | 2023-10-03T21:36:42.801Z | Downloaded httpdate v1.0.3 |
326 | 2023-10-03T21:36:42.805Z | Downloaded stringprep v0.1.3 |
327 | 2023-10-03T21:36:42.812Z | Downloaded semver v0.1.20 |
328 | 2023-10-03T21:36:42.817Z | Downloaded typenum v1.16.0 |
329 | 2023-10-03T21:36:42.821Z | Downloaded polyval v0.6.1 |
330 | 2023-10-03T21:36:42.824Z | Downloaded num-complex v0.4.4 |
331 | 2023-10-03T21:36:42.829Z | Downloaded crossbeam-utils v0.8.16 |
332 | 2023-10-03T21:36:42.833Z | Downloaded parse-display v0.7.0 |
333 | 2023-10-03T21:36:42.841Z | Downloaded paste v1.0.14 |
334 | 2023-10-03T21:36:42.845Z | Downloaded num-rational v0.4.1 |
335 | 2023-10-03T21:36:42.849Z | Downloaded linked-hash-map v0.5.6 |
336 | 2023-10-03T21:36:42.853Z | Downloaded slab v0.4.9 |
337 | 2023-10-03T21:36:42.863Z | Downloaded parking_lot_core v0.9.8 |
338 | 2023-10-03T21:36:42.869Z | Downloaded clap v4.4.0 |
339 | 2023-10-03T21:36:42.873Z | Downloaded bitflags v2.4.0 |
340 | 2023-10-03T21:36:42.879Z | Downloaded anyhow v1.0.75 |
341 | 2023-10-03T21:36:42.885Z | Downloaded tap v1.0.1 |
342 | 2023-10-03T21:36:42.889Z | Downloaded native-tls v0.2.11 |
343 | 2023-10-03T21:36:42.893Z | Downloaded aes-gcm-siv v0.11.1 |
344 | 2023-10-03T21:36:42.898Z | Downloaded httparse v1.8.0 |
345 | 2023-10-03T21:36:42.902Z | Downloaded serde_path_to_error v0.1.14 |
346 | 2023-10-03T21:36:42.926Z | Downloaded cc v1.0.83 |
347 | 2023-10-03T21:36:42.930Z | Downloaded ring v0.16.20 |
348 | 2023-10-03T21:36:42.937Z | Downloaded getopts v0.2.21 |
349 | 2023-10-03T21:36:42.941Z | Downloaded percent-encoding v2.3.0 |
350 | 2023-10-03T21:36:42.945Z | Downloaded argon2 v0.5.1 |
351 | 2023-10-03T21:36:42.949Z | Downloaded parse-display-derive v0.7.0 |
352 | 2023-10-03T21:36:42.953Z | Downloaded password-hash v0.5.0 |
353 | 2023-10-03T21:36:42.961Z | Downloaded console v0.15.7 |
354 | 2023-10-03T21:36:42.973Z | Downloaded pkg-config v0.3.27 |
355 | 2023-10-03T21:36:42.985Z | Downloaded textwrap v0.16.0 |
356 | 2023-10-03T21:36:43.006Z | Downloaded synstructure v0.12.6 |
357 | 2023-10-03T21:36:43.011Z | Downloaded strum_macros v0.25.2 |
358 | 2023-10-03T21:36:43.014Z | Downloaded serde_spanned v0.6.3 |
359 | 2023-10-03T21:36:43.017Z | Downloaded rand_chacha v0.3.1 |
360 | 2023-10-03T21:36:43.020Z | Downloaded signal-hook-registry v1.4.1 |
361 | 2023-10-03T21:36:43.023Z | Downloaded sha2 v0.10.7 |
362 | 2023-10-03T21:36:43.026Z | Downloaded futures-io v0.3.28 |
363 | 2023-10-03T21:36:43.030Z | Downloaded fallible-iterator v0.2.0 |
364 | 2023-10-03T21:36:43.033Z | Downloaded debug-ignore v1.0.5 |
365 | 2023-10-03T21:36:43.036Z | Downloaded clap_derive v3.2.25 |
366 | 2023-10-03T21:36:43.039Z | Downloaded waitgroup v0.1.2 |
367 | 2023-10-03T21:36:43.042Z | Downloaded num_enum_derive v0.7.0 |
368 | 2023-10-03T21:36:43.045Z | Downloaded rand_core v0.6.4 |
369 | 2023-10-03T21:36:43.049Z | Downloaded rustversion v1.0.14 |
370 | 2023-10-03T21:36:43.052Z | Downloaded camino v1.1.6 |
371 | 2023-10-03T21:36:43.055Z | Downloaded rand v0.8.5 |
372 | 2023-10-03T21:36:43.058Z | Downloaded spin v0.5.2 |
373 | 2023-10-03T21:36:43.061Z | Downloaded siphasher v0.3.11 |
374 | 2023-10-03T21:36:43.065Z | Downloaded resolv-conf v0.7.0 |
375 | 2023-10-03T21:36:43.068Z | Downloaded dof v0.1.5 |
376 | 2023-10-03T21:36:43.072Z | Downloaded ctrlc v3.4.0 |
377 | 2023-10-03T21:36:43.075Z | Downloaded thread-id v4.2.0 |
378 | 2023-10-03T21:36:43.078Z | Downloaded futures-sink v0.3.28 |
379 | 2023-10-03T21:36:43.081Z | Downloaded quick-error v1.2.3 |
380 | 2023-10-03T21:36:43.084Z | Downloaded radium v0.7.0 |
381 | 2023-10-03T21:36:43.088Z | Downloaded proc-macro-crate v1.3.1 |
382 | 2023-10-03T21:36:43.091Z | Downloaded slog-json v2.6.1 |
383 | 2023-10-03T21:36:43.094Z | Downloaded bincode v1.3.3 |
384 | 2023-10-03T21:36:43.097Z | Downloaded serde_tokenstream v0.1.7 |
385 | 2023-10-03T21:36:43.100Z | Downloaded serde_derive_internals v0.26.0 |
386 | 2023-10-03T21:36:43.103Z | Downloaded ctr v0.9.2 |
387 | 2023-10-03T21:36:43.106Z | Downloaded tempfile v3.8.0 |
388 | 2023-10-03T21:36:43.110Z | Downloaded futures-executor v0.3.28 |
389 | 2023-10-03T21:36:43.113Z | Downloaded colored v2.0.4 |
390 | 2023-10-03T21:36:43.117Z | Downloaded thread_local v1.1.7 |
391 | 2023-10-03T21:36:43.120Z | Downloaded static_assertions v1.1.0 |
392 | 2023-10-03T21:36:43.123Z | Downloaded num_threads v0.1.6 |
393 | 2023-10-03T21:36:43.127Z | Downloaded clap_lex v0.5.1 |
394 | 2023-10-03T21:36:43.130Z | Downloaded atomic-waker v1.1.1 |
395 | 2023-10-03T21:36:43.133Z | Downloaded byteorder v1.4.3 |
396 | 2023-10-03T21:36:43.135Z | Downloaded strsim v0.10.0 |
397 | 2023-10-03T21:36:43.138Z | Downloaded slog-term v2.9.0 |
398 | 2023-10-03T21:36:43.148Z | Downloaded rustc_version v0.1.7 |
399 | 2023-10-03T21:36:43.151Z | Downloaded equivalent v1.0.1 |
400 | 2023-10-03T21:36:43.154Z | Downloaded serde_arrays v0.1.0 |
401 | 2023-10-03T21:36:43.157Z | Downloaded dirs-next v2.0.0 |
402 | 2023-10-03T21:36:43.161Z | Downloaded rustls-pemfile v1.0.3 |
403 | 2023-10-03T21:36:43.164Z | Downloaded sct v0.7.0 |
404 | 2023-10-03T21:36:43.168Z | Downloaded camino-tempfile v1.0.2 |
405 | 2023-10-03T21:36:43.171Z | Downloaded async-stream v0.3.5 |
406 | 2023-10-03T21:36:43.174Z | Downloaded darling_macro v0.20.3 |
407 | 2023-10-03T21:36:43.179Z | Downloaded proc-macro-error-attr v1.0.4 |
408 | 2023-10-03T21:36:43.182Z | Downloaded num_enum v0.5.11 |
409 | 2023-10-03T21:36:43.186Z | Downloaded cipher v0.4.4 |
410 | 2023-10-03T21:36:43.189Z | Downloaded term v0.7.0 |
411 | 2023-10-03T21:36:43.192Z | Downloaded atty v0.2.14 |
412 | 2023-10-03T21:36:43.195Z | Downloaded async-stream-impl v0.3.5 |
413 | 2023-10-03T21:36:43.198Z | Downloaded colorchoice v1.0.0 |
414 | 2023-10-03T21:36:43.201Z | Downloaded structmeta v0.1.6 |
415 | 2023-10-03T21:36:43.205Z | Downloaded quote v1.0.33 |
416 | 2023-10-03T21:36:43.208Z | Downloaded slog-dtrace v0.2.3 |
417 | 2023-10-03T21:36:43.211Z | Downloaded assert_matches v1.5.0 |
418 | 2023-10-03T21:36:43.215Z | Downloaded enum-as-inner v0.5.1 |
419 | 2023-10-03T21:36:43.218Z | Downloaded autocfg v1.1.0 |
420 | 2023-10-03T21:36:43.221Z | Downloaded clap_lex v0.2.4 |
421 | 2023-10-03T21:36:43.224Z | Downloaded serde_repr v0.1.16 |
422 | 2023-10-03T21:36:43.230Z | Downloaded futures-macro v0.3.28 |
423 | 2023-10-03T21:36:43.233Z | Downloaded futures-channel v0.3.28 |
424 | 2023-10-03T21:36:43.237Z | Downloaded form_urlencoded v1.2.0 |
425 | 2023-10-03T21:36:43.241Z | Downloaded anstyle-query v1.0.0 |
426 | 2023-10-03T21:36:43.244Z | Downloaded time-macros v0.2.13 |
427 | 2023-10-03T21:36:43.247Z | Downloaded darling v0.20.3 |
428 | 2023-10-03T21:36:43.252Z | Downloaded subtle v2.5.0 |
429 | 2023-10-03T21:36:43.256Z | Downloaded slog-bunyan v2.4.0 |
430 | 2023-10-03T21:36:43.259Z | Downloaded ahash v0.8.3 |
431 | 2023-10-03T21:36:43.263Z | Downloaded data-encoding v2.4.0 |
432 | 2023-10-03T21:36:43.266Z | Downloaded scopeguard v1.2.0 |
433 | 2023-10-03T21:36:43.270Z | Downloaded rustc_version v0.4.0 |
434 | 2023-10-03T21:36:43.273Z | Downloaded fnv v1.0.7 |
435 | 2023-10-03T21:36:43.276Z | Downloaded fixedbitset v0.4.2 |
436 | 2023-10-03T21:36:43.279Z | Downloaded cfg-if v1.0.0 |
437 | 2023-10-03T21:36:43.283Z | Downloaded generic-array v0.14.7 |
438 | 2023-10-03T21:36:43.286Z | Downloaded futures-core v0.3.28 |
439 | 2023-10-03T21:36:43.289Z | Downloaded errno v0.3.2 |
440 | 2023-10-03T21:36:43.293Z | Downloaded async-recursion v0.3.2 |
441 | 2023-10-03T21:36:43.298Z | Downloaded digest v0.10.7 |
442 | 2023-10-03T21:36:43.302Z | Downloaded async-trait v0.1.73 |
443 | 2023-10-03T21:36:43.305Z | Downloaded sha1 v0.10.5 |
444 | 2023-10-03T21:36:43.308Z | Downloaded schemars v0.8.12 |
445 | 2023-10-03T21:36:43.311Z | Downloaded foreign-types v0.3.2 |
446 | 2023-10-03T21:36:43.315Z | Downloaded tinyvec_macros v0.1.1 |
447 | 2023-10-03T21:36:43.318Z | Downloaded ringbuffer v0.14.2 |
448 | 2023-10-03T21:36:43.321Z | Downloaded bitstruct v0.1.1 |
449 | 2023-10-03T21:36:43.347Z | Downloaded tinyvec v1.6.0 |
450 | 2023-10-03T21:36:43.351Z | Downloaded fastrand v2.0.0 |
451 | 2023-10-03T21:36:43.355Z | Downloaded fallible-streaming-iterator v0.1.9 |
452 | 2023-10-03T21:36:43.358Z | Downloaded deranged v0.3.8 |
453 | 2023-10-03T21:36:43.361Z | Downloaded aes v0.8.3 |
454 | 2023-10-03T21:36:43.364Z | Compiling proc-macro2 v1.0.66 |
455 | 2023-10-03T21:36:43.368Z | Compiling unicode-ident v1.0.11 |
456 | 2023-10-03T21:36:43.371Z | Compiling libc v0.2.147 |
457 | 2023-10-03T21:36:43.375Z | Checking cfg-if v1.0.0 |
458 | 2023-10-03T21:36:43.378Z | Compiling autocfg v1.1.0 |
459 | 2023-10-03T21:36:43.382Z | Compiling version_check v0.9.4 |
460 | 2023-10-03T21:36:43.385Z | Compiling serde v1.0.187 |
461 | 2023-10-03T21:36:43.388Z | Compiling syn v1.0.109 |
462 | 2023-10-03T21:36:43.391Z | Checking once_cell v1.18.0 |
463 | 2023-10-03T21:36:43.394Z | Compiling memchr v2.5.0 |
464 | 2023-10-03T21:36:43.397Z | Compiling thiserror v1.0.47 |
465 | 2023-10-03T21:36:43.400Z | Checking itoa v1.0.9 |
466 | 2023-10-03T21:36:43.404Z | Compiling serde_json v1.0.105 |
467 | 2023-10-03T21:36:43.407Z | Compiling ahash v0.8.3 |
468 | 2023-10-03T21:36:43.410Z | Checking pin-project-lite v0.2.13 |
469 | 2023-10-03T21:36:43.413Z | Compiling pkg-config v0.3.27 |
470 | 2023-10-03T21:36:43.416Z | Compiling lock_api v0.4.10 |
471 | 2023-10-03T21:36:43.421Z | Compiling num-traits v0.2.16 |
472 | 2023-10-03T21:36:43.426Z | Compiling jobserver v0.1.26 |
473 | 2023-10-03T21:36:43.434Z | Checking log v0.4.20 |
474 | 2023-10-03T21:36:43.440Z | Compiling quote v1.0.33 |
475 | 2023-10-03T21:36:43.445Z | Checking ryu v1.0.15 |
476 | 2023-10-03T21:36:43.451Z | Compiling vcpkg v0.2.15 |
477 | 2023-10-03T21:36:43.456Z | Compiling cc v1.0.83 |
478 | 2023-10-03T21:36:43.462Z | Checking smallvec v1.11.0 |
479 | 2023-10-03T21:36:43.468Z | Checking getrandom v0.2.10 |
480 | 2023-10-03T21:36:43.476Z | Compiling syn v2.0.29 |
481 | 2023-10-03T21:36:43.480Z | Checking rand_core v0.6.4 |
482 | 2023-10-03T21:36:43.489Z | Compiling parking_lot_core v0.9.8 |
483 | 2023-10-03T21:36:43.493Z | Checking scopeguard v1.2.0 |
484 | 2023-10-03T21:36:43.502Z | Compiling typenum v1.16.0 |
485 | 2023-10-03T21:36:43.508Z | Compiling generic-array v0.14.7 |
486 | 2023-10-03T21:36:43.516Z | Checking parking_lot v0.12.1 |
487 | 2023-10-03T21:36:43.525Z | Checking num_cpus v1.16.0 |
488 | 2023-10-03T21:36:43.534Z | Checking mio v0.8.8 |
489 | 2023-10-03T21:36:43.539Z | Checking signal-hook-registry v1.4.1 |
490 | 2023-10-03T21:36:43.544Z | Checking socket2 v0.5.3 |
491 | 2023-10-03T21:36:43.567Z | Compiling futures-core v0.3.28 |
492 | 2023-10-03T21:36:43.576Z | Compiling heck v0.4.1 |
493 | 2023-10-03T21:36:43.581Z | Checking pin-utils v0.1.0 |
494 | 2023-10-03T21:36:43.585Z | Checking futures-sink v0.3.28 |
495 | 2023-10-03T21:36:43.595Z | Compiling slab v0.4.9 |
496 | 2023-10-03T21:36:43.605Z | Compiling futures-task v0.3.28 |
497 | 2023-10-03T21:36:43.618Z | Compiling futures-channel v0.3.28 |
498 | 2023-10-03T21:36:43.629Z | Compiling futures-util v0.3.28 |
499 | 2023-10-03T21:36:43.637Z | Compiling hashbrown v0.14.0 |
500 | 2023-10-03T21:36:43.659Z | Compiling equivalent v1.0.1 |
501 | 2023-10-03T21:36:43.665Z | Checking time v0.1.45 |
502 | 2023-10-03T21:36:43.675Z | Checking futures-io v0.3.28 |
503 | 2023-10-03T21:36:43.680Z | Compiling slog v2.7.0 |
504 | 2023-10-03T21:36:43.685Z | Checking iana-time-zone v0.1.57 |
505 | 2023-10-03T21:36:43.693Z | Checking subtle v2.5.0 |
506 | 2023-10-03T21:36:43.700Z | Checking bitflags v1.3.2 |
507 | 2023-10-03T21:36:43.705Z | Checking tinyvec_macros v0.1.1 |
508 | 2023-10-03T21:36:43.713Z | Compiling unicode-xid v0.2.4 |
509 | 2023-10-03T21:36:43.718Z | Checking tinyvec v1.6.0 |
510 | 2023-10-03T21:36:43.728Z | Compiling indexmap v1.9.3 |
511 | 2023-10-03T21:36:43.737Z | Compiling indexmap v2.0.0 |
512 | 2023-10-03T21:36:43.747Z | Checking fnv v1.0.7 |
513 | 2023-10-03T21:36:43.754Z | Compiling ring v0.16.20 |
514 | 2023-10-03T21:36:43.760Z | Checking crypto-common v0.1.6 |
515 | 2023-10-03T21:36:43.769Z | Checking tracing-core v0.1.31 |
516 | 2023-10-03T21:36:43.775Z | Checking hashbrown v0.12.3 |
517 | 2023-10-03T21:36:43.784Z | Checking unicode-normalization v0.1.22 |
518 | 2023-10-03T21:36:43.796Z | Compiling time-core v0.1.1 |
519 | 2023-10-03T21:36:43.803Z | Compiling ucd-trie v0.1.6 |
520 | 2023-10-03T21:36:43.811Z | Checking unicode-bidi v0.3.13 |
521 | 2023-10-03T21:36:43.816Z | Checking byteorder v1.4.3 |
522 | 2023-10-03T21:36:43.822Z | Compiling schemars v0.8.12 |
523 | 2023-10-03T21:36:43.827Z | Checking block-buffer v0.10.4 |
524 | 2023-10-03T21:36:43.832Z | Checking aho-corasick v1.0.4 |
525 | 2023-10-03T21:36:43.837Z | Checking dyn-clone v1.0.13 |
526 | 2023-10-03T21:36:43.842Z | Checking ppv-lite86 v0.2.17 |
527 | 2023-10-03T21:36:43.848Z | Checking regex-syntax v0.7.4 |
528 | 2023-10-03T21:36:43.855Z | Checking digest v0.10.7 |
529 | 2023-10-03T21:36:43.860Z | Checking percent-encoding v2.3.0 |
530 | 2023-10-03T21:36:43.866Z | Checking untrusted v0.7.1 |
531 | 2023-10-03T21:36:43.874Z | Checking cpufeatures v0.2.9 |
532 | 2023-10-03T21:36:43.879Z | Checking spin v0.5.2 |
533 | 2023-10-03T21:36:43.887Z | Checking rand_chacha v0.3.1 |
534 | 2023-10-03T21:36:43.892Z | Compiling openssl-sys v0.9.91 |
535 | 2023-10-03T21:36:43.897Z | Compiling serde_derive_internals v0.26.0 |
536 | 2023-10-03T21:36:43.902Z | Compiling synstructure v0.12.6 |
537 | 2023-10-03T21:36:43.906Z | Checking rand v0.8.5 |
538 | 2023-10-03T21:36:43.911Z | Checking base64 v0.21.4 |
539 | 2023-10-03T21:36:43.916Z | Compiling rustversion v1.0.14 |
540 | 2023-10-03T21:36:43.922Z | Compiling httparse v1.8.0 |
541 | 2023-10-03T21:36:43.928Z | Checking form_urlencoded v1.2.0 |
542 | 2023-10-03T21:36:43.934Z | Compiling rustls v0.21.6 |
543 | 2023-10-03T21:36:43.943Z | Checking allocator-api2 v0.2.16 |
544 | 2023-10-03T21:36:43.948Z | Checking regex-automata v0.3.6 |
545 | 2023-10-03T21:36:43.953Z | Compiling hashbrown v0.13.2 |
546 | 2023-10-03T21:36:43.958Z | Compiling chrono v0.4.26 |
547 | 2023-10-03T21:36:43.964Z | Compiling time-macros v0.2.13 |
548 | 2023-10-03T21:36:43.969Z | Checking atty v0.2.14 |
549 | 2023-10-03T21:36:43.976Z | Compiling usdt-impl v0.3.5 |
550 | 2023-10-03T21:36:43.981Z | Compiling uuid v1.4.1 |
551 | 2023-10-03T21:36:43.986Z | Checking num_threads v0.1.6 |
552 | 2023-10-03T21:36:43.994Z | Checking deranged v0.3.8 |
553 | 2023-10-03T21:36:44.007Z | Compiling anyhow v1.0.75 |
554 | 2023-10-03T21:36:44.012Z | Compiling crossbeam-utils v0.8.16 |
555 | 2023-10-03T21:36:44.020Z | Checking regex v1.9.3 |
556 | 2023-10-03T21:36:44.027Z | Compiling serde_derive v1.0.187 |
557 | 2023-10-03T21:36:44.032Z | Compiling thiserror-impl v1.0.47 |
558 | 2023-10-03T21:36:44.037Z | Compiling tokio-macros v2.1.0 |
559 | 2023-10-03T21:36:44.043Z | Compiling futures-macro v0.3.28 |
560 | 2023-10-03T21:36:44.048Z | Compiling schemars_derive v0.8.12 |
561 | 2023-10-03T21:36:44.055Z | Compiling tracing-attributes v0.1.26 |
562 | 2023-10-03T21:36:44.059Z | Compiling zerocopy-derive v0.2.0 |
563 | 2023-10-03T21:36:44.063Z | Checking sct v0.7.0 |
564 | 2023-10-03T21:36:44.067Z | Checking rustls-webpki v0.101.4 |
565 | 2023-10-03T21:36:44.071Z | Checking lazy_static v1.4.0 |
566 | 2023-10-03T21:36:44.074Z | Compiling async-trait v0.1.73 |
567 | 2023-10-03T21:36:44.079Z | Checking time v0.3.27 |
568 | 2023-10-03T21:36:44.082Z | Compiling zerocopy v0.3.0 |
569 | 2023-10-03T21:36:44.085Z | Compiling pest v2.7.2 |
570 | 2023-10-03T21:36:44.089Z | Compiling regress v0.7.1 |
571 | 2023-10-03T21:36:44.092Z | Checking idna v0.4.0 |
572 | 2023-10-03T21:36:44.095Z | Checking tracing v0.1.37 |
573 | 2023-10-03T21:36:44.212Z | Checking dirs-sys-next v0.1.2 |
574 | 2023-10-03T21:36:44.226Z | Checking try-lock v0.2.4 |
575 | 2023-10-03T21:36:44.403Z | Checking foreign-types-shared v0.1.1 |
576 | 2023-10-03T21:36:44.442Z | Compiling openssl v0.10.56 |
577 | 2023-10-03T21:36:44.476Z | Checking url v2.4.0 |
578 | 2023-10-03T21:36:44.540Z | Checking foreign-types v0.3.2 |
579 | 2023-10-03T21:36:44.657Z | Checking dirs-next v2.0.0 |
580 | 2023-10-03T21:36:44.825Z | Checking want v0.3.1 |
581 | 2023-10-03T21:36:45.137Z | Compiling dof v0.1.5 |
582 | 2023-10-03T21:36:45.937Z | Compiling openssl-macros v0.1.1 |
583 | 2023-10-03T21:36:46.482Z | Compiling pest_meta v2.7.2 |
584 | 2023-10-03T21:36:47.292Z | Checking socket2 v0.4.9 |
585 | 2023-10-03T21:36:47.993Z | Compiling thread-id v4.2.0 |
586 | 2023-10-03T21:36:48.497Z | Checking thread_local v1.1.7 |
587 | 2023-10-03T21:36:48.510Z | Checking tower-service v0.3.2 |
588 | 2023-10-03T21:36:48.516Z | Checking bitflags v2.4.0 |
589 | 2023-10-03T21:36:48.566Z | Checking httpdate v1.0.3 |
590 | 2023-10-03T21:36:48.780Z | Compiling pest_generator v2.7.2 |
591 | 2023-10-03T21:36:49.668Z | Compiling rustix v0.38.9 |
592 | 2023-10-03T21:36:49.991Z | Compiling native-tls v0.2.11 |
593 | 2023-10-03T21:36:50.691Z | Compiling slog-async v2.8.0 |
594 | 2023-10-03T21:36:53.273Z | Checking crossbeam-channel v0.5.8 |
595 | 2023-10-03T21:36:53.539Z | Checking term v0.7.0 |
596 | 2023-10-03T21:36:53.950Z | Compiling pest_derive v2.7.2 |
597 | 2023-10-03T21:36:54.484Z | Checking rustls-pemfile v1.0.3 |
598 | 2023-10-03T21:36:55.311Z | Compiling dtrace-parser v0.1.14 |
599 | 2023-10-03T21:36:55.382Z | Checking errno v0.3.2 |
600 | 2023-10-03T21:36:55.717Z | Compiling winnow v0.5.15 |
601 | 2023-10-03T21:36:56.104Z | Checking openssl-probe v0.1.5 |
602 | 2023-10-03T21:36:56.388Z | Compiling toml_datetime v0.6.3 |
603 | 2023-10-03T21:36:56.977Z | Checking take_mut v0.2.2 |
604 | 2023-10-03T21:36:57.206Z | Checking unicode-width v0.1.10 |
605 | 2023-10-03T21:36:59.141Z | Checking bytes v1.4.0 |
606 | 2023-10-03T21:37:00.384Z | Checking tokio v1.32.0 |
607 | 2023-10-03T21:37:01.987Z | Checking http v0.2.9 |
608 | 2023-10-03T21:37:02.103Z | Compiling serde_tokenstream v0.2.0 |
609 | 2023-10-03T21:37:02.231Z | Compiling serde_tokenstream v0.1.7 |
610 | 2023-10-03T21:37:02.903Z | Compiling toml_edit v0.19.14 |
611 | 2023-10-03T21:37:03.046Z | Checking slog-term v2.9.0 |
612 | 2023-10-03T21:37:04.297Z | Checking http-body v0.4.5 |
613 | 2023-10-03T21:37:06.033Z | Checking ipnet v2.8.0 |
614 | 2023-10-03T21:37:06.793Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#17029cef) |
615 | 2023-10-03T21:37:07.403Z | Compiling usdt-macro v0.3.5 |
616 | 2023-10-03T21:37:08.735Z | Compiling usdt-attr-macro v0.3.5 |
617 | 2023-10-03T21:37:09.232Z | Compiling proc-macro-crate v1.3.1 |
618 | 2023-10-03T21:37:09.993Z | Checking serde_urlencoded v0.7.1 |
619 | 2023-10-03T21:37:10.600Z | Checking futures-executor v0.3.28 |
620 | 2023-10-03T21:37:11.199Z | Checking match_cfg v0.1.0 |
621 | 2023-10-03T21:37:11.937Z | Compiling getopts v0.2.21 |
622 | 2023-10-03T21:37:12.858Z | Checking tokio-util v0.7.8 |
623 | 2023-10-03T21:37:13.690Z | Checking tokio-rustls v0.24.1 |
624 | 2023-10-03T21:37:14.514Z | Checking tokio-native-tls v0.3.1 |
625 | 2023-10-03T21:37:15.881Z | Checking h2 v0.3.21 |
626 | 2023-10-03T21:37:16.950Z | Checking hostname v0.3.1 |
627 | 2023-10-03T21:37:18.765Z | Checking futures v0.3.28 |
628 | 2023-10-03T21:37:19.276Z | Compiling openapiv3 v1.0.2 |
629 | 2023-10-03T21:37:40.246Z | Checking usdt v0.3.5 |
630 | 2023-10-03T21:37:41.594Z | Checking encoding_rs v0.8.33 |
631 | 2023-10-03T21:37:42.020Z | Compiling unsafe-libyaml v0.2.9 |
632 | 2023-10-03T21:37:42.263Z | Checking fallible-iterator v0.2.0 |
633 | 2023-10-03T21:37:42.771Z | Compiling strsim v0.10.0 |
634 | 2023-10-03T21:37:42.873Z | Checking webpki-roots v0.25.2 |
635 | 2023-10-03T21:37:43.060Z | Checking mime v0.3.17 |
636 | 2023-10-03T21:37:43.198Z | Compiling ident_case v1.0.1 |
637 | 2023-10-03T21:37:43.276Z | Compiling darling_core v0.20.3 |
638 | 2023-10-03T21:37:43.398Z | Compiling serde_yaml v0.9.25 |
639 | 2023-10-03T21:37:43.422Z | Checking serde_spanned v0.6.3 |
640 | 2023-10-03T21:37:43.488Z | Checking sha1 v0.10.5 |
641 | 2023-10-03T21:37:43.593Z | Compiling libz-sys v1.1.12 |
642 | 2023-10-03T21:37:43.721Z | Compiling semver v0.1.20 |
643 | 2023-10-03T21:37:43.815Z | Checking hyper v0.14.27 |
644 | 2023-10-03T21:37:43.862Z | Compiling rustc_version v0.1.7 |
645 | 2023-10-03T21:37:43.917Z | Checking slog-json v2.6.1 |
646 | 2023-10-03T21:37:43.975Z | Compiling strum_macros v0.25.2 |
647 | 2023-10-03T21:37:44.097Z | Checking fastrand v2.0.0 |
648 | 2023-10-03T21:37:44.216Z | Compiling camino v1.1.6 |
649 | 2023-10-03T21:37:44.354Z | Checking tempfile v3.8.0 |
650 | 2023-10-03T21:37:44.404Z | Compiling newtype_derive v0.1.6 |
651 | 2023-10-03T21:37:44.594Z | Checking slog-bunyan v2.4.0 |
652 | 2023-10-03T21:37:44.640Z | Compiling structmeta-derive v0.1.6 |
653 | 2023-10-03T21:37:44.801Z | Checking sha2 v0.10.7 |
654 | 2023-10-03T21:37:44.811Z | Checking md-5 v0.10.5 |
655 | 2023-10-03T21:37:44.980Z | Checking hmac v0.12.1 |
656 | 2023-10-03T21:37:45.046Z | Checking stringprep v0.1.3 |
657 | 2023-10-03T21:37:45.080Z | Compiling libgit2-sys v0.15.2+1.6.4 |
658 | 2023-10-03T21:37:45.210Z | Compiling paste v1.0.14 |
659 | 2023-10-03T21:37:45.324Z | Compiling semver v1.0.18 |
660 | 2023-10-03T21:37:45.420Z | Checking hyper-rustls v0.24.1 |
661 | 2023-10-03T21:37:45.557Z | Checking hyper-tls v0.5.0 |
662 | 2023-10-03T21:37:45.638Z | Checking strum v0.25.0 |
663 | 2023-10-03T21:37:45.701Z | Checking siphasher v0.3.11 |
664 | 2023-10-03T21:37:45.753Z | Compiling darling_macro v0.20.3 |
665 | 2023-10-03T21:37:45.763Z | Checking reqwest v0.11.20 |
666 | 2023-10-03T21:37:45.800Z | Checking phf_shared v0.11.2 |
667 | 2023-10-03T21:37:45.841Z | Checking toml v0.7.6 |
668 | 2023-10-03T21:37:45.884Z | Checking postgres-protocol v0.6.6 |
669 | 2023-10-03T21:37:45.952Z | Compiling structmeta v0.1.6 |
670 | 2023-10-03T21:37:46.018Z | Compiling darling v0.20.3 |
671 | 2023-10-03T21:37:46.033Z | Compiling serde_with_macros v2.3.3 |
672 | 2023-10-03T21:37:46.043Z | Compiling num_enum_derive v0.5.11 |
673 | 2023-10-03T21:37:46.055Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#17029cef) |
674 | 2023-10-03T21:37:46.090Z | Compiling async-stream-impl v0.3.5 |
675 | 2023-10-03T21:37:46.115Z | Compiling num-integer v0.1.45 |
676 | 2023-10-03T21:37:46.563Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#35d44088) |
677 | 2023-10-03T21:37:46.625Z | Checking atomic-waker v1.1.1 |
678 | 2023-10-03T21:37:46.700Z | Checking progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#27a1e465) |
679 | 2023-10-03T21:37:47.155Z | Checking fixedbitset v0.4.2 |
680 | 2023-10-03T21:37:47.198Z | Compiling regex-syntax v0.6.29 |
681 | 2023-10-03T21:37:47.279Z | Checking petgraph v0.6.4 |
682 | 2023-10-03T21:37:47.289Z | Checking waitgroup v0.1.2 |
683 | 2023-10-03T21:37:47.320Z | Checking postgres-types v0.2.6 |
684 | 2023-10-03T21:37:47.383Z | Checking async-stream v0.3.5 |
685 | 2023-10-03T21:37:47.429Z | Checking phf v0.11.2 |
686 | 2023-10-03T21:37:47.463Z | Checking serde_with v2.3.3 |
687 | 2023-10-03T21:37:47.505Z | Checking num_enum v0.5.11 |
688 | 2023-10-03T21:37:47.512Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#35d44088) |
689 | 2023-10-03T21:37:47.533Z | Checking hex v0.4.3 |
690 | 2023-10-03T21:37:47.541Z | Checking serde_path_to_error v0.1.14 |
691 | 2023-10-03T21:37:47.546Z | Compiling vergen v8.2.4 |
692 | 2023-10-03T21:37:47.550Z | Compiling memoffset v0.7.1 |
693 | 2023-10-03T21:37:47.553Z | Compiling proc-macro-error-attr v1.0.4 |
694 | 2023-10-03T21:37:47.557Z | Checking instant v0.1.12 |
695 | 2023-10-03T21:37:47.561Z | Checking utf8parse v0.2.1 |
696 | 2023-10-03T21:37:47.565Z | Checking whoami v1.4.1 |
697 | 2023-10-03T21:37:47.568Z | Checking debug-ignore v1.0.5 |
698 | 2023-10-03T21:37:47.572Z | Checking tokio-postgres v0.7.10 |
699 | 2023-10-03T21:37:47.576Z | Checking anstyle-parse v0.2.1 |
700 | 2023-10-03T21:37:47.580Z | Checking steno v0.4.0 |
701 | 2023-10-03T21:37:47.588Z | Checking backoff v0.4.0 |
702 | 2023-10-03T21:37:47.595Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
703 | 2023-10-03T21:37:47.601Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#17029cef) |
704 | 2023-10-03T21:37:47.605Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#27a1e465) |
705 | 2023-10-03T21:37:47.611Z | Compiling rustc_version v0.4.0 |
706 | 2023-10-03T21:37:47.614Z | Compiling parse-display-derive v0.7.0 |
707 | 2023-10-03T21:37:47.620Z | Checking camino-tempfile v1.0.2 |
708 | 2023-10-03T21:37:47.626Z | Checking ipnetwork v0.20.0 |
709 | 2023-10-03T21:37:47.631Z | Checking macaddr v1.0.1 |
710 | 2023-10-03T21:37:48.078Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d) |
711 | 2023-10-03T21:37:48.893Z | Compiling libsqlite3-sys v0.26.0 |
712 | 2023-10-03T21:37:48.896Z | Compiling num-bigint v0.4.4 |
713 | 2023-10-03T21:37:48.908Z | Compiling proc-macro-error v1.0.4 |
714 | 2023-10-03T21:37:48.913Z | Compiling slog-dtrace v0.2.3 |
715 | 2023-10-03T21:37:48.918Z | Checking base64ct v1.6.0 |
716 | 2023-10-03T21:37:48.923Z | Checking anstyle-query v1.0.0 |
717 | 2023-10-03T21:37:48.928Z | Checking static_assertions v1.1.0 |
718 | 2023-10-03T21:37:48.934Z | Checking arc-swap v1.6.0 |
719 | 2023-10-03T21:37:48.943Z | Checking anstyle v1.0.2 |
720 | 2023-10-03T21:37:48.949Z | Checking colorchoice v1.0.0 |
721 | 2023-10-03T21:37:48.953Z | Checking password-hash v0.5.0 |
722 | 2023-10-03T21:37:48.961Z | Checking anstream v0.5.0 |
723 | 2023-10-03T21:37:48.968Z | Checking slog-scope v4.4.0 |
724 | 2023-10-03T21:37:48.974Z | Checking blake2 v0.10.6 |
725 | 2023-10-03T21:37:48.982Z | Checking inout v0.1.3 |
726 | 2023-10-03T21:37:48.988Z | Compiling num-iter v0.1.43 |
727 | 2023-10-03T21:37:49.000Z | Compiling num-rational v0.4.1 |
728 | 2023-10-03T21:37:49.006Z | Checking termcolor v1.2.0 |
729 | 2023-10-03T21:37:49.012Z | Compiling radium v0.7.0 |
730 | 2023-10-03T21:37:49.023Z | Checking clap_lex v0.5.1 |
731 | 2023-10-03T21:37:49.029Z | Checking argon2 v0.5.1 |
732 | 2023-10-03T21:37:49.036Z | Checking clap_builder v4.4.0 |
733 | 2023-10-03T21:37:49.041Z | Checking cipher v0.4.4 |
734 | 2023-10-03T21:37:49.046Z | Checking nix v0.26.2 |
735 | 2023-10-03T21:37:49.053Z | Checking slog-stdlog v4.1.1 |
736 | 2023-10-03T21:37:49.058Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#7f571c6c) |
737 | 2023-10-03T21:37:49.070Z | Compiling clap_derive v4.4.0 |
738 | 2023-10-03T21:37:49.083Z | Checking parse-display v0.7.0 |
739 | 2023-10-03T21:37:49.096Z | Compiling serde_repr v0.1.16 |
740 | 2023-10-03T21:37:49.100Z | Checking hashlink v0.8.3 |
741 | 2023-10-03T21:37:49.103Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys#b1a9fb85) |
742 | 2023-10-03T21:37:49.106Z | Checking tap v1.0.1 |
743 | 2023-10-03T21:37:49.109Z | Checking os_str_bytes v6.5.1 |
744 | 2023-10-03T21:37:49.112Z | Checking fallible-streaming-iterator v0.1.9 |
745 | 2023-10-03T21:37:49.115Z | Compiling portable-atomic v1.4.3 |
746 | 2023-10-03T21:37:49.168Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
747 | 2023-10-03T21:37:49.188Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#27a1e465) |
748 | 2023-10-03T21:37:49.544Z | Checking clap_lex v0.2.4 |
749 | 2023-10-03T21:37:49.669Z | Checking rusqlite v0.29.0 |
750 | 2023-10-03T21:37:49.886Z | Checking wyz v0.5.1 |
751 | 2023-10-03T21:37:50.209Z | Compiling clap_derive v3.2.25 |
752 | 2023-10-03T21:37:50.489Z | Checking slog-envlogger v2.2.0 |
753 | 2023-10-03T21:37:50.545Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d) |
754 | 2023-10-03T21:37:50.904Z | Checking twox-hash v1.6.3 |
755 | 2023-10-03T21:37:50.930Z | Compiling num_enum_derive v0.7.0 |
756 | 2023-10-03T21:37:51.425Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
757 | 2023-10-03T21:37:51.642Z | Checking is-terminal v0.4.9 |
758 | 2023-10-03T21:37:51.790Z | Checking num-complex v0.4.4 |
759 | 2023-10-03T21:37:52.072Z | Checking regress v0.6.0 |
760 | 2023-10-03T21:37:52.170Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d) |
761 | 2023-10-03T21:37:52.278Z | Checking universal-hash v0.5.1 |
762 | 2023-10-03T21:37:52.536Z | Checking funty v2.0.0 |
763 | 2023-10-03T21:37:53.404Z | Checking opaque-debug v0.3.0 |
764 | 2023-10-03T21:37:53.525Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys?branch=main#b1a9fb85) |
765 | 2023-10-03T21:37:54.009Z | Checking textwrap v0.16.0 |
766 | 2023-10-03T21:37:54.055Z | Checking polyval v0.6.1 |
767 | 2023-10-03T21:37:54.428Z | Checking bitvec v1.0.1 |
768 | 2023-10-03T21:37:54.447Z | Checking num v0.4.1 |
769 | 2023-10-03T21:37:54.515Z | Checking colored v2.0.4 |
770 | 2023-10-03T21:37:55.240Z | Checking num_enum v0.7.0 |
771 | 2023-10-03T21:37:55.453Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0) |
772 | 2023-10-03T21:37:55.458Z | Checking clap v4.4.0 |
773 | 2023-10-03T21:37:55.528Z | Checking ctr v0.9.2 |
774 | 2023-10-03T21:37:55.611Z | Checking aes v0.8.3 |
775 | 2023-10-03T21:37:56.350Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
776 | 2023-10-03T21:37:56.354Z | Checking bincode v1.3.3 |
777 | 2023-10-03T21:37:56.423Z | Checking console v0.15.7 |
778 | 2023-10-03T21:37:56.995Z | Compiling async-recursion v0.3.2 |
779 | 2023-10-03T21:37:57.335Z | Checking aead v0.5.2 |
780 | 2023-10-03T21:37:57.351Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
781 | 2023-10-03T21:37:57.530Z | Checking humantime v2.1.0 |
782 | 2023-10-03T21:37:57.626Z | Checking either v1.9.0 |
783 | 2023-10-03T21:37:57.863Z | Checking pretty-hex v0.2.1 |
784 | 2023-10-03T21:37:57.971Z | Checking zeroize v1.6.0 |
785 | 2023-10-03T21:37:58.080Z | Checking number_prefix v0.4.0 |
786 | 2023-10-03T21:37:58.083Z | Compiling erased-serde v0.3.30 |
787 | 2023-10-03T21:37:58.159Z | Checking clap v3.2.25 |
788 | 2023-10-03T21:37:58.286Z | Checking data-encoding v2.4.0 |
789 | 2023-10-03T21:37:58.306Z | Checking aes-gcm-siv v0.11.1 |
790 | 2023-10-03T21:37:58.357Z | Checking indicatif v0.17.6 |
791 | 2023-10-03T21:37:58.663Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
792 | 2023-10-03T21:37:58.698Z | Checking itertools v0.11.0 |
793 | 2023-10-03T21:37:58.915Z | Checking env_logger v0.9.3 |
794 | 2023-10-03T21:37:59.165Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
795 | 2023-10-03T21:37:59.453Z | Checking toml v0.5.11 |
796 | 2023-10-03T21:37:59.518Z | Compiling bitstruct_derive v0.1.0 |
797 | 2023-10-03T21:37:59.590Z | Compiling async-recursion v1.0.5 |
798 | 2023-10-03T21:37:59.804Z | Checking viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
799 | 2023-10-03T21:38:00.420Z | Checking libloading v0.7.4 |
800 | 2023-10-03T21:38:00.428Z | Checking ascii v1.1.0 |
801 | 2023-10-03T21:38:00.994Z | Checking ringbuffer v0.14.2 |
802 | 2023-10-03T21:38:01.332Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
803 | 2023-10-03T21:38:01.451Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?rev=d59491f86668e15e92f35ffe3f94504ff4241c64#d59491f8) |
804 | 2023-10-03T21:38:01.636Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
805 | 2023-10-03T21:38:01.699Z | Checking bitstruct v0.1.1 |
806 | 2023-10-03T21:38:01.846Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
807 | 2023-10-03T21:38:01.867Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#7251cbb0) |
808 | 2023-10-03T21:38:02.311Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
809 | 2023-10-03T21:38:02.516Z | Checking serde_arrays v0.1.0 |
810 | 2023-10-03T21:38:02.647Z | Checking matches v0.1.10 |
811 | 2023-10-03T21:38:02.717Z | Checking utf-8 v0.7.6 |
812 | 2023-10-03T21:38:02.758Z | Checking idna v0.2.3 |
813 | 2023-10-03T21:38:02.807Z | Compiling enum-as-inner v0.5.1 |
814 | 2023-10-03T21:38:02.850Z | Checking linked-hash-map v0.5.6 |
815 | 2023-10-03T21:38:02.994Z | Checking tungstenite v0.20.1 |
816 | 2023-10-03T21:38:03.351Z | Checking quick-error v1.2.3 |
817 | 2023-10-03T21:38:03.549Z | Checking resolv-conf v0.7.0 |
818 | 2023-10-03T21:38:03.610Z | Checking p9kp v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0) |
819 | 2023-10-03T21:38:03.750Z | Checking lru-cache v0.1.2 |
820 | 2023-10-03T21:38:04.003Z | Compiling const_format_proc_macros v0.2.31 |
821 | 2023-10-03T21:38:04.051Z | Checking base64 v0.13.1 |
822 | 2023-10-03T21:38:04.181Z | Checking softnpu v0.1.0 (https://github.com/oxidecomputer/softnpu?rev=88f5f1334364e5580fe778c44ac0746a35927351#88f5f133) |
823 | 2023-10-03T21:38:04.184Z | Checking assert_matches v1.5.0 |
824 | 2023-10-03T21:38:04.307Z | Checking bstr v1.6.0 |
825 | 2023-10-03T21:38:04.410Z | Checking tokio-tungstenite v0.20.1 |
826 | 2023-10-03T21:38:04.530Z | Checking trust-dns-proto v0.22.0 |
827 | 2023-10-03T21:38:04.728Z | Checking ron v0.7.1 |
828 | 2023-10-03T21:38:04.780Z | Checking bit_field v0.10.2 |
829 | 2023-10-03T21:38:05.094Z | Checking ctrlc v3.4.0 |
830 | 2023-10-03T21:38:05.144Z | Checking glob v0.3.1 |
831 | 2023-10-03T21:38:05.589Z | Checking globset v0.4.13 |
832 | 2023-10-03T21:38:07.253Z | Checking const_format v0.2.31 |
833 | 2023-10-03T21:38:09.685Z | Checking trust-dns-resolver v0.22.0 |
834 | 2023-10-03T21:38:10.232Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
835 | 2023-10-03T21:38:13.375Z | Checking progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#27a1e465) |
836 | 2023-10-03T21:38:13.602Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d) |
837 | 2023-10-03T21:38:13.651Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
838 | 2023-10-03T21:38:13.654Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d) |
839 | 2023-10-03T21:38:17.399Z | Compiling git2 v0.17.2 |
840 | 2023-10-03T21:38:21.771Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d) |
841 | 2023-10-03T21:38:21.781Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d) |
842 | 2023-10-03T21:38:22.574Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d) |
843 | 2023-10-03T21:38:22.701Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
844 | 2023-10-03T21:38:24.155Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
845 | 2023-10-03T21:38:25.880Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
846 | 2023-10-03T21:38:28.491Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d) |
847 | 2023-10-03T21:38:36.512Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
848 | 2023-10-03T21:38:48.617Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
849 | 2023-10-03T21:38:48.802Z | Checking propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
850 | 2023-10-03T21:38:48.853Z | Checking propolis-standalone-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-standalone-config) |
851 | 2023-10-03T21:38:48.891Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
852 | 2023-10-03T21:38:48.900Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
853 | 2023-10-03T21:38:54.592Z | Finished dev [unoptimized + debuginfo] target(s) in 3m 06s |
854 | 2023-10-03T21:38:54.825Z | |
855 | 2023-10-03T21:38:54.830Z | real 3:06.667498206 |
856 | 2023-10-03T21:38:54.836Z | user 14:23.310326326 |
857 | 2023-10-03T21:38:54.840Z | sys 2:31.776300121 |
858 | 2023-10-03T21:38:54.843Z | trap 0.601992448 |
859 | 2023-10-03T21:38:54.845Z | tflt 5.213056016 |
860 | 2023-10-03T21:38:54.848Z | dflt 7.486909295 |
861 | 2023-10-03T21:38:54.852Z | kflt 0.020770365 |
862 | 2023-10-03T21:38:54.856Z | lock 19:57.070611920 |
863 | 2023-10-03T21:38:54.861Z | slp 43:38.166239683 |
864 | 2023-10-03T21:38:54.866Z | lat 49.290486117 |
865 | 2023-10-03T21:38:54.872Z | stop 1:58.940076199 |
866 | 2023-10-03T21:38:54.877Z | + banner build |
867 | 2023-10-03T21:38:54.883Z | |
868 | 2023-10-03T21:38:54.888Z | ##### # # # # ##### |
869 | 2023-10-03T21:38:54.907Z | # # # # # # # # |
870 | 2023-10-03T21:38:54.914Z | ##### # # # # # # |
871 | 2023-10-03T21:38:54.922Z | # # # # # # # # |
872 | 2023-10-03T21:38:54.939Z | # # # # # # # # |
873 | 2023-10-03T21:38:54.971Z | ##### #### # ###### ##### |
874 | 2023-10-03T21:38:54.986Z | |
875 | 2023-10-03T21:38:54.994Z | + ptime -m cargo build --features falcon --release -p propolis-server -p propolis-cli |
876 | 2023-10-03T21:38:55.501Z | Compiling proc-macro2 v1.0.66 |
877 | 2023-10-03T21:38:55.506Z | Compiling unicode-ident v1.0.11 |
878 | 2023-10-03T21:38:55.510Z | Compiling libc v0.2.147 |
879 | 2023-10-03T21:38:55.514Z | Compiling cfg-if v1.0.0 |
880 | 2023-10-03T21:38:55.518Z | Compiling autocfg v1.1.0 |
881 | 2023-10-03T21:38:55.523Z | Compiling version_check v0.9.4 |
882 | 2023-10-03T21:38:55.527Z | Compiling serde v1.0.187 |
883 | 2023-10-03T21:38:55.531Z | Compiling syn v1.0.109 |
884 | 2023-10-03T21:38:55.615Z | Compiling once_cell v1.18.0 |
885 | 2023-10-03T21:38:56.055Z | Compiling memchr v2.5.0 |
886 | 2023-10-03T21:38:56.337Z | Compiling thiserror v1.0.47 |
887 | 2023-10-03T21:38:56.458Z | Compiling itoa v1.0.9 |
888 | 2023-10-03T21:38:56.514Z | Compiling serde_json v1.0.105 |
889 | 2023-10-03T21:38:56.975Z | Compiling pin-project-lite v0.2.13 |
890 | 2023-10-03T21:38:56.981Z | Compiling ahash v0.8.3 |
891 | 2023-10-03T21:38:57.022Z | Compiling pkg-config v0.3.27 |
892 | 2023-10-03T21:38:57.771Z | Compiling quote v1.0.33 |
893 | 2023-10-03T21:38:57.926Z | Compiling num-traits v0.2.16 |
894 | 2023-10-03T21:38:57.985Z | Compiling lock_api v0.4.10 |
895 | 2023-10-03T21:38:58.407Z | Compiling syn v2.0.29 |
896 | 2023-10-03T21:38:58.562Z | Compiling getrandom v0.2.10 |
897 | 2023-10-03T21:38:58.795Z | Compiling jobserver v0.1.26 |
898 | 2023-10-03T21:38:58.808Z | Compiling parking_lot_core v0.9.8 |
899 | 2023-10-03T21:38:59.190Z | Compiling rand_core v0.6.4 |
900 | 2023-10-03T21:38:59.206Z | Compiling smallvec v1.11.0 |
901 | 2023-10-03T21:38:59.475Z | Compiling cc v1.0.83 |
902 | 2023-10-03T21:38:59.904Z | Compiling vcpkg v0.2.15 |
903 | 2023-10-03T21:39:00.095Z | Compiling typenum v1.16.0 |
904 | 2023-10-03T21:39:00.526Z | Compiling scopeguard v1.2.0 |
905 | 2023-10-03T21:39:01.493Z | Compiling generic-array v0.14.7 |
906 | 2023-10-03T21:39:02.035Z | Compiling ryu v1.0.15 |
907 | 2023-10-03T21:39:02.119Z | Compiling log v0.4.20 |
908 | 2023-10-03T21:39:03.046Z | Compiling parking_lot v0.12.1 |
909 | 2023-10-03T21:39:03.076Z | Compiling mio v0.8.8 |
910 | 2023-10-03T21:39:03.104Z | Compiling num_cpus v1.16.0 |
911 | 2023-10-03T21:39:03.263Z | Compiling signal-hook-registry v1.4.1 |
912 | 2023-10-03T21:39:04.302Z | Compiling socket2 v0.5.3 |
913 | 2023-10-03T21:39:05.658Z | Compiling futures-core v0.3.28 |
914 | 2023-10-03T21:39:06.329Z | Compiling heck v0.4.1 |
915 | 2023-10-03T21:39:06.819Z | Compiling pin-utils v0.1.0 |
916 | 2023-10-03T21:39:06.830Z | Compiling futures-sink v0.3.28 |
917 | 2023-10-03T21:39:06.838Z | Compiling slab v0.4.9 |
918 | 2023-10-03T21:39:06.844Z | Compiling futures-task v0.3.28 |
919 | 2023-10-03T21:39:06.963Z | Compiling futures-channel v0.3.28 |
920 | 2023-10-03T21:39:07.297Z | Compiling hashbrown v0.14.0 |
921 | 2023-10-03T21:39:07.342Z | Compiling futures-util v0.3.28 |
922 | 2023-10-03T21:39:07.383Z | Compiling equivalent v1.0.1 |
923 | 2023-10-03T21:39:07.882Z | Compiling crypto-common v0.1.6 |
924 | 2023-10-03T21:39:07.906Z | Compiling time v0.1.45 |
925 | 2023-10-03T21:39:07.986Z | Compiling futures-io v0.3.28 |
926 | 2023-10-03T21:39:08.165Z | Compiling subtle v2.5.0 |
927 | 2023-10-03T21:39:08.234Z | Compiling iana-time-zone v0.1.57 |
928 | 2023-10-03T21:39:08.257Z | Compiling slog v2.7.0 |
929 | 2023-10-03T21:39:08.566Z | Compiling tinyvec_macros v0.1.1 |
930 | 2023-10-03T21:39:08.681Z | Compiling unicode-xid v0.2.4 |
931 | 2023-10-03T21:39:08.906Z | Compiling tinyvec v1.6.0 |
932 | 2023-10-03T21:39:09.068Z | Compiling indexmap v2.0.0 |
933 | 2023-10-03T21:39:09.329Z | Compiling indexmap v1.9.3 |
934 | 2023-10-03T21:39:09.827Z | Compiling serde_derive_internals v0.26.0 |
935 | 2023-10-03T21:39:10.983Z | Compiling bitflags v1.3.2 |
936 | 2023-10-03T21:39:11.129Z | Compiling ring v0.16.20 |
937 | 2023-10-03T21:39:11.730Z | Compiling unicode-normalization v0.1.22 |
938 | 2023-10-03T21:39:12.841Z | Compiling tracing-core v0.1.31 |
939 | 2023-10-03T21:39:13.049Z | Compiling hashbrown v0.12.3 |
940 | 2023-10-03T21:39:13.887Z | Compiling ucd-trie v0.1.6 |
941 | 2023-10-03T21:39:14.016Z | Compiling unicode-bidi v0.3.13 |
942 | 2023-10-03T21:39:14.144Z | Compiling byteorder v1.4.3 |
943 | 2023-10-03T21:39:14.666Z | Compiling time-core v0.1.1 |
944 | 2023-10-03T21:39:15.022Z | Compiling schemars v0.8.12 |
945 | 2023-10-03T21:39:15.491Z | Compiling synstructure v0.12.6 |
946 | 2023-10-03T21:39:15.601Z | Compiling block-buffer v0.10.4 |
947 | 2023-10-03T21:39:16.363Z | Compiling ppv-lite86 v0.2.17 |
948 | 2023-10-03T21:39:17.346Z | Compiling dyn-clone v1.0.13 |
949 | 2023-10-03T21:39:17.448Z | Compiling fnv v1.0.7 |
950 | 2023-10-03T21:39:17.503Z | Compiling rand_chacha v0.3.1 |
951 | 2023-10-03T21:39:17.624Z | Compiling digest v0.10.7 |
952 | 2023-10-03T21:39:18.066Z | Compiling spin v0.5.2 |
953 | 2023-10-03T21:39:18.170Z | Compiling percent-encoding v2.3.0 |
954 | 2023-10-03T21:39:18.712Z | Compiling cpufeatures v0.2.9 |
955 | 2023-10-03T21:39:18.719Z | Compiling untrusted v0.7.1 |
956 | 2023-10-03T21:39:18.750Z | Compiling rand v0.8.5 |
957 | 2023-10-03T21:39:18.960Z | Compiling openssl-sys v0.9.91 |
958 | 2023-10-03T21:39:19.182Z | Compiling serde_derive v1.0.187 |
959 | 2023-10-03T21:39:19.445Z | Compiling thiserror-impl v1.0.47 |
960 | 2023-10-03T21:39:20.024Z | Compiling tokio-macros v2.1.0 |
961 | 2023-10-03T21:39:20.220Z | Compiling futures-macro v0.3.28 |
962 | 2023-10-03T21:39:20.399Z | Compiling schemars_derive v0.8.12 |
963 | 2023-10-03T21:39:20.480Z | Compiling tracing-attributes v0.1.26 |
964 | 2023-10-03T21:39:21.610Z | Compiling zerocopy-derive v0.2.0 |
965 | 2023-10-03T21:39:22.717Z | Compiling aho-corasick v1.0.4 |
966 | 2023-10-03T21:39:24.676Z | Compiling pest v2.7.2 |
967 | 2023-10-03T21:39:24.836Z | Compiling regex-syntax v0.7.4 |
968 | 2023-10-03T21:39:25.602Z | Compiling base64 v0.21.4 |
969 | 2023-10-03T21:39:26.200Z | Compiling tracing v0.1.37 |
970 | 2023-10-03T21:39:27.350Z | Compiling httparse v1.8.0 |
971 | 2023-10-03T21:39:27.628Z | Compiling rustversion v1.0.14 |
972 | 2023-10-03T21:39:28.730Z | Compiling form_urlencoded v1.2.0 |
973 | 2023-10-03T21:39:29.554Z | Compiling pest_meta v2.7.2 |
974 | 2023-10-03T21:39:29.629Z | Compiling usdt-impl v0.3.5 |
975 | 2023-10-03T21:39:30.747Z | Compiling regex-automata v0.3.6 |
976 | 2023-10-03T21:39:31.773Z | Compiling pest_generator v2.7.2 |
977 | 2023-10-03T21:39:35.247Z | Compiling rustls v0.21.6 |
978 | 2023-10-03T21:39:35.920Z | Compiling chrono v0.4.26 |
979 | 2023-10-03T21:39:36.642Z | Compiling pest_derive v2.7.2 |
980 | 2023-10-03T21:39:37.503Z | Compiling regex v1.9.3 |
981 | 2023-10-03T21:39:39.474Z | Compiling hashbrown v0.13.2 |
982 | 2023-10-03T21:39:41.363Z | Compiling sct v0.7.0 |
983 | 2023-10-03T21:39:42.174Z | Compiling rustls-webpki v0.101.4 |
984 | 2023-10-03T21:39:42.220Z | Compiling time-macros v0.2.13 |
985 | 2023-10-03T21:39:42.423Z | Compiling atty v0.2.14 |
986 | 2023-10-03T21:39:42.615Z | Compiling crossbeam-utils v0.8.16 |
987 | 2023-10-03T21:39:43.342Z | Compiling bytes v1.4.0 |
988 | 2023-10-03T21:39:45.901Z | Compiling tokio v1.32.0 |
989 | 2023-10-03T21:39:47.510Z | Compiling uuid v1.4.1 |
990 | 2023-10-03T21:39:50.841Z | Compiling http v0.2.9 |
991 | 2023-10-03T21:39:51.409Z | Compiling serde_tokenstream v0.2.0 |
992 | 2023-10-03T21:40:00.183Z | Compiling lazy_static v1.4.0 |
993 | 2023-10-03T21:40:00.341Z | Compiling anyhow v1.0.75 |
994 | 2023-10-03T21:40:00.639Z | Compiling deranged v0.3.8 |
995 | 2023-10-03T21:40:00.802Z | Compiling num_threads v0.1.6 |
996 | 2023-10-03T21:40:00.948Z | Compiling async-trait v0.1.73 |
997 | 2023-10-03T21:40:00.987Z | Compiling zerocopy v0.3.0 |
998 | 2023-10-03T21:40:01.036Z | Compiling time v0.3.27 |
999 | 2023-10-03T21:40:01.136Z | Compiling regress v0.7.1 |
1000 | 2023-10-03T21:40:01.250Z | Compiling tokio-util v0.7.8 |
1001 | 2023-10-03T21:40:01.845Z | Compiling idna v0.4.0 |
1002 | 2023-10-03T21:40:03.277Z | Compiling dirs-sys-next v0.1.2 |
1003 | 2023-10-03T21:40:05.122Z | Compiling try-lock v0.2.4 |
1004 | 2023-10-03T21:40:05.301Z | Compiling openssl v0.10.56 |
1005 | 2023-10-03T21:40:05.911Z | Compiling foreign-types-shared v0.1.1 |
1006 | 2023-10-03T21:40:06.409Z | Compiling allocator-api2 v0.2.16 |
1007 | 2023-10-03T21:40:06.857Z | Compiling foreign-types v0.3.2 |
1008 | 2023-10-03T21:40:06.991Z | Compiling want v0.3.1 |
1009 | 2023-10-03T21:40:07.482Z | Compiling tokio-rustls v0.24.1 |
1010 | 2023-10-03T21:40:07.686Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#17029cef) |
1011 | 2023-10-03T21:40:08.177Z | Compiling dirs-next v2.0.0 |
1012 | 2023-10-03T21:40:08.524Z | Compiling url v2.4.0 |
1013 | 2023-10-03T21:40:08.857Z | Compiling h2 v0.3.21 |
1014 | 2023-10-03T21:40:14.061Z | Compiling dof v0.1.5 |
1015 | 2023-10-03T21:40:15.429Z | Compiling http-body v0.4.5 |
1016 | 2023-10-03T21:40:16.068Z | Compiling dtrace-parser v0.1.14 |
1017 | 2023-10-03T21:40:18.684Z | Compiling openssl-macros v0.1.1 |
1018 | 2023-10-03T21:40:19.532Z | Compiling socket2 v0.4.9 |
1019 | 2023-10-03T21:40:19.967Z | Compiling thread-id v4.2.0 |
1020 | 2023-10-03T21:40:20.141Z | Compiling thread_local v1.1.7 |
1021 | 2023-10-03T21:40:21.393Z | Compiling bitflags v2.4.0 |
1022 | 2023-10-03T21:40:22.421Z | Compiling slog-async v2.8.0 |
1023 | 2023-10-03T21:40:24.011Z | Compiling native-tls v0.2.11 |
1024 | 2023-10-03T21:40:24.561Z | Compiling httpdate v1.0.3 |
1025 | 2023-10-03T21:40:25.047Z | Compiling tower-service v0.3.2 |
1026 | 2023-10-03T21:40:25.623Z | Compiling rustix v0.38.9 |
1027 | 2023-10-03T21:40:26.616Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#17029cef) |
1028 | 2023-10-03T21:40:27.988Z | Compiling hyper v0.14.27 |
1029 | 2023-10-03T21:40:35.619Z | Compiling crossbeam-channel v0.5.8 |
1030 | 2023-10-03T21:40:37.082Z | Compiling term v0.7.0 |
1031 | 2023-10-03T21:40:37.148Z | Compiling serde_tokenstream v0.1.7 |
1032 | 2023-10-03T21:40:37.935Z | Compiling rustls-pemfile v1.0.3 |
1033 | 2023-10-03T21:40:39.029Z | Compiling errno v0.3.2 |
1034 | 2023-10-03T21:40:40.045Z | Compiling unicode-width v0.1.10 |
1035 | 2023-10-03T21:40:40.050Z | Compiling toml_datetime v0.6.3 |
1036 | 2023-10-03T21:40:40.484Z | Compiling take_mut v0.2.2 |
1037 | 2023-10-03T21:40:40.489Z | Compiling openssl-probe v0.1.5 |
1038 | 2023-10-03T21:40:40.494Z | Compiling winnow v0.5.15 |
1039 | 2023-10-03T21:40:46.876Z | Compiling toml_edit v0.19.14 |
1040 | 2023-10-03T21:40:47.302Z | Compiling slog-term v2.9.0 |
1041 | 2023-10-03T21:40:49.489Z | Compiling ipnet v2.8.0 |
1042 | 2023-10-03T21:40:51.504Z | Compiling proc-macro-crate v1.3.1 |
1043 | 2023-10-03T21:40:54.141Z | Compiling tokio-native-tls v0.3.1 |
1044 | 2023-10-03T21:40:55.543Z | Compiling usdt-macro v0.3.5 |
1045 | 2023-10-03T21:40:55.644Z | Compiling usdt-attr-macro v0.3.5 |
1046 | 2023-10-03T21:40:55.918Z | Compiling serde_urlencoded v0.7.1 |
1047 | 2023-10-03T21:40:56.898Z | Compiling futures-executor v0.3.28 |
1048 | 2023-10-03T21:40:58.944Z | Compiling match_cfg v0.1.0 |
1049 | 2023-10-03T21:40:59.296Z | Compiling getopts v0.2.21 |
1050 | 2023-10-03T21:40:59.391Z | Compiling hostname v0.3.1 |
1051 | 2023-10-03T21:40:59.586Z | Compiling usdt v0.3.5 |
1052 | 2023-10-03T21:40:59.756Z | Compiling futures v0.3.28 |
1053 | 2023-10-03T21:41:00.331Z | Compiling openapiv3 v1.0.2 |
1054 | 2023-10-03T21:41:00.340Z | Compiling hyper-tls v0.5.0 |
1055 | 2023-10-03T21:41:00.756Z | Compiling hyper-rustls v0.24.1 |
1056 | 2023-10-03T21:41:01.457Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#17029cef) |
1057 | 2023-10-03T21:41:01.673Z | Compiling encoding_rs v0.8.33 |
1058 | 2023-10-03T21:41:03.403Z | Compiling mime v0.3.17 |
1059 | 2023-10-03T21:41:07.878Z | Compiling webpki-roots v0.25.2 |
1060 | 2023-10-03T21:41:08.132Z | Compiling ident_case v1.0.1 |
1061 | 2023-10-03T21:41:08.365Z | Compiling strsim v0.10.0 |
1062 | 2023-10-03T21:41:09.742Z | Compiling fallible-iterator v0.2.0 |
1063 | 2023-10-03T21:41:10.646Z | Compiling unsafe-libyaml v0.2.9 |
1064 | 2023-10-03T21:41:13.062Z | Compiling serde_yaml v0.9.25 |
1065 | 2023-10-03T21:41:13.491Z | Compiling darling_core v0.20.3 |
1066 | 2023-10-03T21:41:13.804Z | Compiling reqwest v0.11.20 |
1067 | 2023-10-03T21:41:16.644Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#27a1e465) |
1068 | 2023-10-03T21:41:22.803Z | Compiling serde_spanned v0.6.3 |
1069 | 2023-10-03T21:41:23.604Z | Compiling sha1 v0.10.5 |
1070 | 2023-10-03T21:41:24.433Z | Compiling libz-sys v1.1.12 |
1071 | 2023-10-03T21:41:25.042Z | Compiling semver v0.1.20 |
1072 | 2023-10-03T21:41:26.319Z | Compiling rustc_version v0.1.7 |
1073 | 2023-10-03T21:41:26.567Z | Compiling darling_macro v0.20.3 |
1074 | 2023-10-03T21:41:27.601Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#27a1e465) |
1075 | 2023-10-03T21:41:28.243Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#27a1e465) |
1076 | 2023-10-03T21:41:30.593Z | Compiling slog-json v2.6.1 |
1077 | 2023-10-03T21:41:31.404Z | Compiling strum_macros v0.25.2 |
1078 | 2023-10-03T21:41:38.079Z | Compiling camino v1.1.6 |
1079 | 2023-10-03T21:41:42.538Z | Compiling fastrand v2.0.0 |
1080 | 2023-10-03T21:41:42.967Z | Compiling tempfile v3.8.0 |
1081 | 2023-10-03T21:41:43.985Z | Compiling strum v0.25.0 |
1082 | 2023-10-03T21:41:44.052Z | Compiling toml v0.7.6 |
1083 | 2023-10-03T21:41:53.048Z | Compiling slog-bunyan v2.4.0 |
1084 | 2023-10-03T21:41:53.384Z | Compiling darling v0.20.3 |
1085 | 2023-10-03T21:41:55.392Z | Compiling newtype_derive v0.1.6 |
1086 | 2023-10-03T21:41:55.912Z | Compiling structmeta-derive v0.1.6 |
1087 | 2023-10-03T21:41:57.635Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#27a1e465) |
1088 | 2023-10-03T21:41:57.643Z | Compiling sha2 v0.10.7 |
1089 | 2023-10-03T21:42:01.304Z | Compiling md-5 v0.10.5 |
1090 | 2023-10-03T21:42:01.310Z | Compiling hmac v0.12.1 |
1091 | 2023-10-03T21:42:01.358Z | Compiling stringprep v0.1.3 |
1092 | 2023-10-03T21:42:03.717Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1093 | 2023-10-03T21:42:04.899Z | Compiling siphasher v0.3.11 |
1094 | 2023-10-03T21:42:07.443Z | Compiling semver v1.0.18 |
1095 | 2023-10-03T21:42:07.889Z | Compiling paste v1.0.14 |
1096 | 2023-10-03T21:42:08.701Z | Compiling phf_shared v0.11.2 |
1097 | 2023-10-03T21:42:11.046Z | Compiling postgres-protocol v0.6.6 |
1098 | 2023-10-03T21:42:13.986Z | Compiling structmeta v0.1.6 |
1099 | 2023-10-03T21:42:14.412Z | Compiling serde_with_macros v2.3.3 |
1100 | 2023-10-03T21:42:16.331Z | Compiling num_enum_derive v0.5.11 |
1101 | 2023-10-03T21:42:17.641Z | Compiling async-stream-impl v0.3.5 |
1102 | 2023-10-03T21:42:18.027Z | Compiling num-integer v0.1.45 |
1103 | 2023-10-03T21:42:18.466Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#35d44088) |
1104 | 2023-10-03T21:42:18.533Z | Compiling fixedbitset v0.4.2 |
1105 | 2023-10-03T21:42:19.393Z | Compiling atomic-waker v1.1.1 |
1106 | 2023-10-03T21:42:20.075Z | Compiling regex-syntax v0.6.29 |
1107 | 2023-10-03T21:42:20.508Z | Compiling waitgroup v0.1.2 |
1108 | 2023-10-03T21:42:20.534Z | Compiling async-stream v0.3.5 |
1109 | 2023-10-03T21:42:20.547Z | Compiling petgraph v0.6.4 |
1110 | 2023-10-03T21:42:20.560Z | Compiling num_enum v0.5.11 |
1111 | 2023-10-03T21:42:20.570Z | Compiling serde_with v2.3.3 |
1112 | 2023-10-03T21:42:20.726Z | Compiling postgres-types v0.2.6 |
1113 | 2023-10-03T21:42:27.892Z | Compiling phf v0.11.2 |
1114 | 2023-10-03T21:42:28.883Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#35d44088) |
1115 | 2023-10-03T21:42:28.966Z | Compiling serde_path_to_error v0.1.14 |
1116 | 2023-10-03T21:42:29.397Z | Compiling parse-display-derive v0.7.0 |
1117 | 2023-10-03T21:42:29.435Z | Compiling hex v0.4.3 |
1118 | 2023-10-03T21:42:29.482Z | Compiling vergen v8.2.4 |
1119 | 2023-10-03T21:42:29.942Z | Compiling proc-macro-error-attr v1.0.4 |
1120 | 2023-10-03T21:42:30.000Z | Compiling instant v0.1.12 |
1121 | 2023-10-03T21:42:30.744Z | Compiling whoami v1.4.1 |
1122 | 2023-10-03T21:42:31.234Z | Compiling debug-ignore v1.0.5 |
1123 | 2023-10-03T21:42:31.251Z | Compiling tokio-postgres v0.7.10 |
1124 | 2023-10-03T21:42:31.268Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1125 | 2023-10-03T21:42:31.280Z | Compiling backoff v0.4.0 |
1126 | 2023-10-03T21:42:31.513Z | Compiling rustc_version v0.4.0 |
1127 | 2023-10-03T21:42:31.823Z | Compiling steno v0.4.0 |
1128 | 2023-10-03T21:42:32.593Z | Compiling camino-tempfile v1.0.2 |
1129 | 2023-10-03T21:42:33.881Z | Compiling ipnetwork v0.20.0 |
1130 | 2023-10-03T21:42:33.928Z | Compiling macaddr v1.0.1 |
1131 | 2023-10-03T21:42:35.070Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d) |
1132 | 2023-10-03T21:42:35.114Z | Compiling libsqlite3-sys v0.26.0 |
1133 | 2023-10-03T21:42:35.877Z | Compiling memoffset v0.7.1 |
1134 | 2023-10-03T21:42:35.938Z | Compiling parse-display v0.7.0 |
1135 | 2023-10-03T21:42:36.238Z | Compiling num-bigint v0.4.4 |
1136 | 2023-10-03T21:42:36.294Z | Compiling proc-macro-error v1.0.4 |
1137 | 2023-10-03T21:42:36.415Z | Compiling slog-dtrace v0.2.3 |
1138 | 2023-10-03T21:42:37.334Z | Compiling utf8parse v0.2.1 |
1139 | 2023-10-03T21:42:37.347Z | Compiling arc-swap v1.6.0 |
1140 | 2023-10-03T21:42:37.356Z | Compiling base64ct v1.6.0 |
1141 | 2023-10-03T21:42:38.277Z | Compiling password-hash v0.5.0 |
1142 | 2023-10-03T21:42:38.916Z | Compiling slog-scope v4.4.0 |
1143 | 2023-10-03T21:42:39.869Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d) |
1144 | 2023-10-03T21:42:40.018Z | Compiling anstyle-parse v0.2.1 |
1145 | 2023-10-03T21:42:40.989Z | Compiling blake2 v0.10.6 |
1146 | 2023-10-03T21:42:42.038Z | Compiling inout v0.1.3 |
1147 | 2023-10-03T21:42:42.247Z | Compiling num-rational v0.4.1 |
1148 | 2023-10-03T21:42:42.373Z | Compiling num-iter v0.1.43 |
1149 | 2023-10-03T21:42:43.624Z | Compiling static_assertions v1.1.0 |
1150 | 2023-10-03T21:42:43.629Z | Compiling radium v0.7.0 |
1151 | 2023-10-03T21:42:43.632Z | Compiling anstyle v1.0.2 |
1152 | 2023-10-03T21:42:43.636Z | Compiling colorchoice v1.0.0 |
1153 | 2023-10-03T21:42:43.641Z | Compiling anstyle-query v1.0.0 |
1154 | 2023-10-03T21:42:43.644Z | Compiling termcolor v1.2.0 |
1155 | 2023-10-03T21:42:43.647Z | Compiling anstream v0.5.0 |
1156 | 2023-10-03T21:42:43.700Z | Compiling cipher v0.4.4 |
1157 | 2023-10-03T21:42:44.419Z | Compiling argon2 v0.5.1 |
1158 | 2023-10-03T21:42:46.929Z | Compiling slog-stdlog v4.1.1 |
1159 | 2023-10-03T21:42:48.125Z | Compiling hashlink v0.8.3 |
1160 | 2023-10-03T21:42:48.464Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#7f571c6c) |
1161 | 2023-10-03T21:42:49.149Z | Compiling serde_repr v0.1.16 |
1162 | 2023-10-03T21:42:49.270Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys#b1a9fb85) |
1163 | 2023-10-03T21:42:49.287Z | Compiling clap_lex v0.5.1 |
1164 | 2023-10-03T21:42:49.748Z | Compiling data-encoding v2.4.0 |
1165 | 2023-10-03T21:42:50.467Z | Compiling portable-atomic v1.4.3 |
1166 | 2023-10-03T21:42:51.040Z | Compiling os_str_bytes v6.5.1 |
1167 | 2023-10-03T21:42:51.882Z | Compiling fallible-streaming-iterator v0.1.9 |
1168 | 2023-10-03T21:42:51.948Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1169 | 2023-10-03T21:42:52.317Z | Compiling tap v1.0.1 |
1170 | 2023-10-03T21:42:52.493Z | Compiling rusqlite v0.29.0 |
1171 | 2023-10-03T21:42:52.578Z | Compiling wyz v0.5.1 |
1172 | 2023-10-03T21:42:53.414Z | Compiling clap_lex v0.2.4 |
1173 | 2023-10-03T21:42:55.102Z | Compiling clap_builder v4.4.0 |
1174 | 2023-10-03T21:42:58.912Z | Compiling slog-envlogger v2.2.0 |
1175 | 2023-10-03T21:43:00.715Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d) |
1176 | 2023-10-03T21:43:01.139Z | Compiling nix v0.26.2 |
1177 | 2023-10-03T21:43:01.725Z | Compiling clap_derive v3.2.25 |
1178 | 2023-10-03T21:43:03.300Z | Compiling twox-hash v1.6.3 |
1179 | 2023-10-03T21:43:03.927Z | Compiling num_enum_derive v0.7.0 |
1180 | 2023-10-03T21:43:05.000Z | Compiling is-terminal v0.4.9 |
1181 | 2023-10-03T21:43:05.158Z | Compiling regress v0.6.0 |
1182 | 2023-10-03T21:43:08.208Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
1183 | 2023-10-03T21:43:09.687Z | Compiling num-complex v0.4.4 |
1184 | 2023-10-03T21:43:12.055Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d) |
1185 | 2023-10-03T21:43:13.890Z | Compiling clap_derive v4.4.0 |
1186 | 2023-10-03T21:43:15.047Z | Compiling universal-hash v0.5.1 |
1187 | 2023-10-03T21:43:15.473Z | Compiling funty v2.0.0 |
1188 | 2023-10-03T21:43:15.515Z | Compiling textwrap v0.16.0 |
1189 | 2023-10-03T21:43:15.527Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys?branch=main#b1a9fb85) |
1190 | 2023-10-03T21:43:15.534Z | Compiling opaque-debug v0.3.0 |
1191 | 2023-10-03T21:43:15.646Z | Compiling polyval v0.6.1 |
1192 | 2023-10-03T21:43:16.491Z | Compiling clap v3.2.25 |
1193 | 2023-10-03T21:43:19.358Z | Compiling bitvec v1.0.1 |
1194 | 2023-10-03T21:43:19.824Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d) |
1195 | 2023-10-03T21:43:22.144Z | Compiling clap v4.4.0 |
1196 | 2023-10-03T21:43:22.289Z | Compiling num v0.4.1 |
1197 | 2023-10-03T21:43:22.436Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d) |
1198 | 2023-10-03T21:43:23.426Z | Compiling num_enum v0.7.0 |
1199 | 2023-10-03T21:43:23.656Z | Compiling colored v2.0.4 |
1200 | 2023-10-03T21:43:27.775Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0) |
1201 | 2023-10-03T21:43:27.999Z | Compiling ctr v0.9.2 |
1202 | 2023-10-03T21:43:28.333Z | Compiling aes v0.8.3 |
1203 | 2023-10-03T21:43:28.499Z | Compiling console v0.15.7 |
1204 | 2023-10-03T21:43:29.007Z | Compiling propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
1205 | 2023-10-03T21:43:31.855Z | Compiling bincode v1.3.3 |
1206 | 2023-10-03T21:43:32.700Z | Compiling async-recursion v0.3.2 |
1207 | 2023-10-03T21:43:32.893Z | Compiling aead v0.5.2 |
1208 | 2023-10-03T21:43:33.755Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
1209 | 2023-10-03T21:43:33.761Z | Compiling erased-serde v0.3.30 |
1210 | 2023-10-03T21:43:33.857Z | Compiling humantime v2.1.0 |
1211 | 2023-10-03T21:43:34.069Z | Compiling number_prefix v0.4.0 |
1212 | 2023-10-03T21:43:34.397Z | Compiling pretty-hex v0.2.1 |
1213 | 2023-10-03T21:43:34.436Z | Compiling zeroize v1.6.0 |
1214 | 2023-10-03T21:43:34.446Z | Compiling either v1.9.0 |
1215 | 2023-10-03T21:43:34.728Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1216 | 2023-10-03T21:43:34.873Z | Compiling aes-gcm-siv v0.11.1 |
1217 | 2023-10-03T21:43:34.982Z | Compiling itertools v0.11.0 |
1218 | 2023-10-03T21:43:35.304Z | Compiling p9kp v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0) |
1219 | 2023-10-03T21:43:35.339Z | Compiling indicatif v0.17.6 |
1220 | 2023-10-03T21:43:35.357Z | Compiling env_logger v0.9.3 |
1221 | 2023-10-03T21:43:37.309Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d) |
1222 | 2023-10-03T21:43:40.062Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?rev=d59491f86668e15e92f35ffe3f94504ff4241c64#d59491f8) |
1223 | 2023-10-03T21:43:41.695Z | Compiling bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
1224 | 2023-10-03T21:43:42.477Z | Compiling toml v0.5.11 |
1225 | 2023-10-03T21:43:42.882Z | Compiling bitstruct_derive v0.1.0 |
1226 | 2023-10-03T21:43:44.294Z | Compiling async-recursion v1.0.5 |
1227 | 2023-10-03T21:43:44.530Z | Compiling viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
1228 | 2023-10-03T21:43:44.677Z | Compiling libloading v0.7.4 |
1229 | 2023-10-03T21:43:45.120Z | Compiling matches v0.1.10 |
1230 | 2023-10-03T21:43:45.249Z | Compiling ringbuffer v0.14.2 |
1231 | 2023-10-03T21:43:45.444Z | Compiling ascii v1.1.0 |
1232 | 2023-10-03T21:43:46.014Z | Compiling utf-8 v0.7.6 |
1233 | 2023-10-03T21:43:46.291Z | Compiling tungstenite v0.20.1 |
1234 | 2023-10-03T21:43:46.609Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1235 | 2023-10-03T21:43:46.779Z | Compiling softnpu v0.1.0 (https://github.com/oxidecomputer/softnpu?rev=88f5f1334364e5580fe778c44ac0746a35927351#88f5f133) |
1236 | 2023-10-03T21:43:46.919Z | Compiling idna v0.2.3 |
1237 | 2023-10-03T21:43:51.084Z | Compiling bitstruct v0.1.1 |
1238 | 2023-10-03T21:43:51.252Z | Compiling viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
1239 | 2023-10-03T21:43:51.591Z | Compiling bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
1240 | 2023-10-03T21:43:52.912Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#7251cbb0) |
1241 | 2023-10-03T21:43:55.402Z | Compiling dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
1242 | 2023-10-03T21:43:55.835Z | Compiling serde_arrays v0.1.0 |
1243 | 2023-10-03T21:43:56.065Z | Compiling enum-as-inner v0.5.1 |
1244 | 2023-10-03T21:43:57.172Z | Compiling linked-hash-map v0.5.6 |
1245 | 2023-10-03T21:43:57.263Z | Compiling quick-error v1.2.3 |
1246 | 2023-10-03T21:43:57.464Z | Compiling resolv-conf v0.7.0 |
1247 | 2023-10-03T21:43:57.769Z | Compiling lru-cache v0.1.2 |
1248 | 2023-10-03T21:43:58.214Z | Compiling trust-dns-proto v0.22.0 |
1249 | 2023-10-03T21:43:58.218Z | Compiling tokio-tungstenite v0.20.1 |
1250 | 2023-10-03T21:43:58.240Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d) |
1251 | 2023-10-03T21:43:58.663Z | Compiling const_format_proc_macros v0.2.31 |
1252 | 2023-10-03T21:43:58.928Z | Compiling propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1253 | 2023-10-03T21:43:59.753Z | Compiling base64 v0.13.1 |
1254 | 2023-10-03T21:44:00.660Z | Compiling assert_matches v1.5.0 |
1255 | 2023-10-03T21:44:00.798Z | Compiling ron v0.7.1 |
1256 | 2023-10-03T21:44:01.203Z | Compiling bit_field v0.10.2 |
1257 | 2023-10-03T21:44:02.126Z | Compiling const_format v0.2.31 |
1258 | 2023-10-03T21:44:05.908Z | Compiling trust-dns-resolver v0.22.0 |
1259 | 2023-10-03T21:44:11.155Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d) |
1260 | 2023-10-03T21:44:34.769Z | Compiling propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1261 | 2023-10-03T21:44:39.755Z | Compiling git2 v0.17.2 |
1262 | 2023-10-03T21:44:48.116Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
1263 | 2023-10-03T21:44:49.839Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
1264 | 2023-10-03T21:45:00.898Z | Compiling propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1265 | 2023-10-03T21:45:15.485Z | Compiling cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
1266 | 2023-10-03T21:45:16.129Z | Compiling propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
1267 | 2023-10-03T21:45:16.908Z | Compiling propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1268 | 2023-10-03T21:47:03.415Z | Finished release [optimized] target(s) in 8m 08s |
1269 | 2023-10-03T21:47:03.448Z | |
1270 | 2023-10-03T21:47:03.455Z | real 8:08.612144331 |
1271 | 2023-10-03T21:47:03.459Z | user 56:08.901178934 |
1272 | 2023-10-03T21:47:03.466Z | sys 3:46.702714506 |
1273 | 2023-10-03T21:47:03.470Z | trap 2.201926578 |
1274 | 2023-10-03T21:47:03.493Z | tflt 1.231517518 |
1275 | 2023-10-03T21:47:03.511Z | dflt 2.335811051 |
1276 | 2023-10-03T21:47:03.550Z | kflt 0.005754319 |
1277 | 2023-10-03T21:47:03.563Z | lock 1:59:34.123419835 |
1278 | 2023-10-03T21:47:03.572Z | slp 2:21:39.512940120 |
1279 | 2023-10-03T21:47:03.626Z | lat 1:41.931219359 |
1280 | 2023-10-03T21:47:03.661Z | stop 40.119069528 |
1281 | 2023-10-03T21:47:03.772Z | + OUTDIR=/work/release |
1282 | 2023-10-03T21:47:03.799Z | + mkdir -p /work/release |
1283 | 2023-10-03T21:47:03.836Z | + cp target/release/propolis-cli /work/release/propolis-cli |
1284 | 2023-10-03T21:47:03.881Z | + cp target/release/propolis-server /work/release/propolis-server |
1285 | 2023-10-03T21:47:04.329Z | process exited: duration 675804 ms, exit code 0 |
|
1286 | 2023-10-03T21:47:04.451Z | found 2 output files |
1287 | 2023-10-03T21:47:04.489Z | uploading: /work/release/propolis-cli (21563696 bytes) |
1288 | 2023-10-03T21:47:17.574Z | uploaded: /work/release/propolis-cli |
1289 | 2023-10-03T21:47:17.611Z | uploading: /work/release/propolis-server (54181592 bytes) |
1290 | 2023-10-03T21:48:04.420Z | uploaded: /work/release/propolis-server |